body{
	font-size: .24rem;
}
.ui-page, .ui-page-group{
	background: #F7F7F7;
}
.indexFix{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}
/*底部导航*/
.ui-bar-tab {
    bottom: 0;
    width: 100%;
    height: 1rem;
    padding: 0;
    table-layout: fixed;
}
.ui-bar-tab:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-bar-tab:before {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .ui-bar-tab:before {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
.ui-bar-tab:after {
    display: none;
}
.ui-bar-tab .ui-tab-item {
    position: relative;
    display: table-cell;
    width: 1%;
    height: 1rem;
    color: #898989;
    text-align: center;
    vertical-align: middle;
}
.ui-bar-tab .ui-tab-item.active,
.ui-bar-tab .ui-tab-item:active {
    /*color: #0894ec;*/
}
.ui-bar-tab .ui-tab-item .ui-badge {
    position: absolute;
    top: .1rem;
    left: 50%;
    z-index: 100;
    height: .8rem;
    min-width: .8rem;
    padding: 0 .2rem;
    font-size: .6rem;
    line-height: .8rem;
    color: white;
    vertical-align: top;
    background: red;
    border-radius: .5rem;
    margin-left: .1rem;
}
.ui-bar-tab .ui-tab-item .ui-icon {
    top: 0.05rem;
    height: initial;
    font-size: .4rem;
    line-height: initial;
    padding-top: 0;
    padding-bottom: 0;
	padding: 0;
	margin-right: 0;
	/* margin-top: 0.12rem; */
}
.ui-bar-tab ~ .ui-content{
	bottom: 1rem;
}
.ui-bar-tab .ui-tab-item .ui-icon ~ .ui-tab-label {
    display: block;
    font-size: 0.26rem;
    position: relative;
    top: 0.1rem;
}
.ui-bar .ui-button {
    position: relative;
    top: 0.35rem;
    z-index: 20;
    margin-top: 0;
    font-weight: 400;
}
.ui-bar .ui-button.ui-pull-right {
    margin-left: 0.5rem;
}
.ui-bar .ui-button.ui-pull-left {
    margin-right: 0.5rem;
}
.ui-bar .ui-button-link {
    top: 0;
    padding: 0;
    font-size: 0.8rem;
    line-height: 2.2rem;
    height: 2.2rem;
    color: #0894ec;
    border: 0;
}
.ui-bar .ui-button-link:active,
.ui-bar .ui-button-link.active {
    color: #0675bb;
}
.ui-bar .ui-button-block {
    top: 0.35rem;
    font-size: 0.8rem;
    width: 100%;
}
.ui-bar .ui-button-nav.ui-pull-left {
    margin-left: -0.25rem;
}
.ui-bar .ui-button-nav.ui-pull-left .ui-icon-left-nav {
    margin-right: -0.15rem;
}
.ui-bar .ui-button-nav.ui-pull-right {
    margin-right: -0.25rem;
}
.ui-bar .ui-button-nav.ui-pull-right .ui-icon-right-nav {
    margin-left: -0.15rem;
}
.ui-bar .ui-icon {
    position: relative;
    z-index: 20;
    padding: .5rem .1rem;
    font-size: 1rem;
    line-height: 1.2rem;
}
.ui-bar .ui-button .ui-icon {
    padding: 0;
}
.ui-bar .ui-title .ui-icon {
    padding: 0;
}
.ui-bar .ui-title .ui-icon.ui-icon-caret {
    top: 0.2rem;
    margin-left: -0.25rem;
}
.ui-bar-footer .ui-icon {
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.ui-bar input[type="search"] {
    height: 1.45rem;
    margin: 0.3rem 0;
}
#quick-color {
    color: #01AAAF!important;
}

/****header*****/
.hed_shance{
	background: #fff;
	padding: .2rem .32rem;
	overflow: hidden;
}
.hed_shance .sc_nav{
	float: left;
	/* padding-left: .1rem; */
}
.hed_shance .sc_nav a{
	font-size: 0.32rem;
	margin-right: .32rem;
	color: initial;
	position: relative;
}
.hed_shance .sc_nav a i{
	position: absolute;
	top: -.06rem;
	right: -.12rem;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #FF721A;
}
.hed_shance .sc_nav a.on{
	font-size: .36rem;
	font-weight: bold;
}
.hed_shance .sc_nav a.on::after{
	content: "";
	position: absolute;
	bottom: -.16rem;
	left: .16rem;
	background: #01B2B6;
	width: .4rem;
	height: .06rem;
	border-radius: 4px;
}
.hed_shance .sc_ss{
	float: right;
	padding-top: .1rem;
}
.hed_shance .sc_ss img{
	width: .4rem;
	height: .4rem;
}
/*nav*/
.nav_gc{
	background: #fff;
	padding: .24rem 0 .24rem 0;
}
.nav_gc ul{
	display: flex;
}
.nav_gc ul li{
	flex: 1;
	text-align: center;
	font-size: 0.32rem;
	color: #535353;
	position: relative;
}
.nav_gc ul li.on{
	font-size: .36rem;
	color: #01B2B6;
	font-weight: bold;
}
.nav_gc ul li.on::after{
	content: "";
	position: absolute;
	bottom: -.05rem;
	left: 50%;
	border-radius: 3px;
	background: #01B2B6;
	width: .4rem;
	height: 2px;
	margin-left: -.2rem;
}
/*banner*/
.gc_banner{
	background: #fff;
	padding: 0 .32rem .3rem .32rem;
}
.gc_banner .swiper-slide{
	height: 2.72rem;
	overflow: hidden;
	border-radius: 6px;
}
.gc_banner img{
	width: 100%;
	border-radius: 6px;
}
/**/
.gc_tiwen{
	padding:.16rem .25rem 0 .25rem;
	text-align: center;
}
.gc_tiwen img{
	width: 6.86rem;
	height: 1rem;
}
/*每日一测*/
.acr_title {
    position: relative;
	padding: .4rem 0 .32rem 0;
	    line-height: normal;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	    align-content: center;
}
.acr_title h3 {
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
	flex: 1;
}
.acr_title h3 span{
	font-weight: normal;
	color: #999;
	font-size: .24rem;
	padding-left: .1rem;
}
.forum ,
.guess,
.recom{
    margin-top: 0.16rem;
    background: #fff;
    padding: 0 .32rem .32rem .32rem;
    position: relative;
}
.acr_title a {
    position: absolute;
    right: 0;
    top: .45rem;
    color: #01B2B6;
    font-size: 0.24rem;
}
.acr_title i {
    background: url(../../Images/article/sy_icon_details42x.png) no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 0.08rem;
    float: right;
    margin-top: .03rem;
}
.forum .swiper-slide {
    width: 4.8rem;
	height: 1.8rem;
    color: #999;
    padding: 0;
    border-radius: 16px;
    opacity: 1;
	position: relative;
	margin-right: .1rem;
}
.forum .swiper-slide p{
	background: linear-gradient(180deg,rgba(7,7,7,0.00), rgba(3,3,3,0.75) 100%);
	height: .9rem;
	line-height: 1.1rem;  
	border-radius: 6px;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 .2rem;
	font-size: .28rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.forum .swiper-slide img{
	width: 100%;
	border-radius: 6px;
	height: 1.8rem;
}
.forum .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.forum .swiper-pagination {
    width: 100%;
	padding-top: .14rem;
}
.gc_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0;
}
.forum .swiper-pagination-bullet,
.gc_banner .swiper-pagination-bullet{
    width: 0.28rem;
    height: 0.08rem;
    border-radius: 0px;
}
.forum .swiper-pagination-bullet-active,
.gc_banner .swiper-pagination-bullet-active{
    background: #666;
}
.forum .swiper-pagination-bullet:first-child,
.shanche .swiper-pagination-bullet:first-child,
.gc_banner .swiper-pagination-bullet:first-child{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.forum .swiper-pagination-bullet:last-child,
.shanche .swiper-pagination-bullet:last-child,
.gc_banner .swiper-pagination-bullet:last-child{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

/*闪测推荐*/
.guess ul li{
	overflow: hidden;
	border-bottom: solid 1px #EEEEEE;
	margin-bottom: .4rem;
	padding-bottom: .4rem;
}
.ce_tj ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.guess ul li a{
	display: block;
}
.guess .gess_left{
	float: left;
	width: 4.66rem;
}
.guess .gess_left .conter{
	background: #fff;
	padding-top: .26rem;
	padding-left: 0;
	width: 100%;
	display: flex;
}
.conter span {
   /* -webkit-flex: 1;
    flex: 1; */
    color: #999;
}
.conter span:first-child{
	margin-right: .4rem;
}
.conter span img {
    margin-right: .08rem;
	width: 12px;
	height: 12px;
	position: relative;
	top: .03rem;
}
.guess .gess_left p{
	font-size: .28rem;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.guess ul li h4{
	font-size: 0.32rem;
	color: #333;
	padding: 0 0 .1rem 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.guess .gess_right{
	float: right;
	padding-top: 0;
	position: relative;
}
.guess .gess_right img{
	border-radius: 8px;
	width: 1.6rem;
	height: 1.6rem;
}
.shanche .swiper-slide{
	background: #F7F7F7;
	width: 5.76rem;
	height: 1.36rem;
	color: #666;
	padding: 0;
	border-radius: 8px;
	opacity: 1;
	position: relative;
}
.shanche img{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 1.36rem;
	height: 1.36rem;
	float: left;
}
.shanche .swiper-slide .text{
	float: left;
	padding-left: .24rem;
	width: 4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.shanche .swiper-slide .text p{
	font-size: .28rem;
	color: #333;
	font-weight: bold;
	padding-top: .22rem;
	padding-bottom: .1rem;
	width: 4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.shanche .swiper-pagination{
	width: 100%;
	padding-top: .14rem;
}
.shanche .swiper-pagination-bullet-active {
    background: #666;
}
.shanche .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.08rem;
    border-radius: 0px;
}
.shanche .swiper-slide .text i{
	background: url(../../Images/Ask/sy_icon_details2.png) no-repeat;
	background-size: 100% 100%;
	width: 12px;
	height: 12px;
	display: inline-block;
	/* vertical-align: middle; */
	position: relative;
	top: .05rem;
	margin-left: .05rem;
}
/*为你推荐*/
.rec_tabs{
	width: 100%;
	text-align: center;
}
.rec_tabs li{
	font-size: .3rem;
	display: inline-block;
	color: #333;
	padding: 0 1rem;
}
.rec_tabs li.on{
	position: relative;
	color: #01B2B6;
}
.rec_tabs li.on::after{
	content: "";
	position: absolute;
	bottom: -.06rem;
	left: 1.25rem;
	background: #01B2B6;
	width: .4rem;
	height: .04rem;
	border-radius: 3px;
} 
.rec_txt {
	padding-top: .6rem;
}
.rec_txt ul li {
	overflow: hidden;
}
.rec_txt ul li .txt_num{
	float: left;
	/* width: .8rem; */
	margin-right: .4rem;
	font-size: .28rem;
	padding-top: .2rem;
	text-align: left;
	color: #FFB846;
}
.rec_txt ul li:nth-child(1) .txt_num{
	color: #FF4F2C;
}
.rec_txt ul li .txt_list{
	float: left;
	width: 5.94rem;
	overflow: hidden;
	border-bottom: solid 1px #EEEEEE;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
}
.rec_txt ul li:last-child .txt_list{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.rec_txt ul li .txt_list .touxiang{
	float: left;
	width: .8rem;
	height: .8rem;
	overflow: hidden;
	border-radius: 50%;
	margin-top: .06rem;
}
.rec_txt ul li .txt_list .touxiang img{
	width: 100%;
}
.rec_txt ul li .txt_list .jieshao{
	float: left;
	width: 5.1rem;
	padding-left: .16rem;
}
.txt_list .jieshao .name{
	font-size: .32rem;
	color: #333;
	font-weight: bold;
}
.txt_list .jieshao .name i{
	width: .32rem;
	height: .32rem;
	display: inline-block;
	margin-left: .1rem;
	position: relative;
	top: .04rem;
}
.txt_list .jieshao .name i.icon_1{
	background: url(../../Images/Ask/sy_icon_tag_h2x.png) no-repeat;
	background-size: 100% 100%;
}
.txt_list .jieshao .name i.icon_2{
	background: url(../../Images/Ask/sy_icon_tag_m12x.png) no-repeat;
	background-size: 100% 100%;
}
.txt_list .jieshao .name i.icon_3{
	background: url(../../Images/Ask/sy_icon_tag_m2x.png) no-repeat;
	background-size: 100% 100%;
}
.txt_list .jieshao p{
	color: #999;
	padding: .05rem 0 .14rem 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.txt_list .jieshao p img{
	width: .26rem;
	height: .24rem;
	margin-right: .1rem;
	position: relative;
	top: .03rem;
}
.txt_list .jieshao .cont{
	color: #666;
}
.txt_list .jieshao .cont span{
	float: left;
}
.txt_list .jieshao .cont span:first-child{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 60%;
}
.txt_list .jieshao .cont span:last-child{
	float: right;
}
/*闪测推荐*/
.ce_tj{
	padding-bottom: .5rem;
}
.guess .gess_right i {
    width: 0.74rem;
    height: 0.32rem;
    position: absolute;
    top: 0.04rem;
    left: 0.04rem;
}
.guess  .gess_right i.i_1{
	background: url(../../Images/Ask/sc_tag_12x.png) no-repeat;
	background-size: 100% 100%;
}
.guess .gess_right  i.i_2{
	background: url(../../Images/Ask/dsc_tag_12x.png) no-repeat;
	background-size: 100% 100%;
}
.btn_huan{
	text-align: center;
	color: #01B2B6;
	font-size: .24rem;
	padding-top: .4rem;
}
.btn_huan i{
	background: url(../../Images/Ask/sy_icon_barter2x.png) no-repeat;
	background-size: 100% 100%;
	width: .24rem;
	height: .24rem;
	display: inline-block;
	margin-left: .1rem;
	position: relative;
	top: .04rem;
}


/**/
.gc_fankui{
	padding: .4rem 0 0 0;
	text-align: center;
	font-size: .29rem;
	color: #999;
}
.gc_fankui a{
	color: #01B2B6;
	padding-left: .24em;
}
.gc_fankui a i{
	background: url(../../Images/article/sy_icon_details42x.png) no-repeat;
	background-size: 100% 100%;
	width: .26rem;
	height: .24rem;
	display: inline-block;
	margin-left: .1rem;
}
.tiwenBtn{
	padding-bottom: .12rem;
	text-align: center;
}
.tiwenBtn.hide_up{
	position: fixed;
	left: 0;
	bottom: 2.2rem;
	z-index: 9;
	/* width: 100%; */
	text-align: center;
}
.tiwenBtn a{
	width: 4.4rem;
	height: .8rem;
	line-height: .8rem;
	background: #01B2B6;
	border-radius: 49px;
	color: #fff;
	display: inline-block;
}
.tiwenBtn a i{
	background: url(../../Images/Ask/ad_icon_edit2x.png) no-repeat;
	background-size: 100% 100%;
	width: .32rem;
	height: .32rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .1rem;
}
.icon_details4{
	width: 12px;
	height: 12px;
	position: relative;
	top: .03rem;
	margin-left: .05rem;
}
/**/
.gc_tabs_bor .guess{
	padding-bottom: 0;
}
.shanche_2{
	padding: 0 .25rem .4rem .25rem;
}
.shanche_das .swiper-slide{
	margin-right: 10px;
}
.shanche_2 .text b{
	padding: 2px 6px;
	background: #FE7467;
	border-radius: 4px;
	position: absolute;
	right: .12rem;
	top: .12rem;
	font-size: .2rem;
	color: #fff;
	font-weight: normal;
}
.gc_tabs_bor .guess ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.gc_tabs_bor .shanche .swiper-slide{
	/* width: 100%; */
	margin-bottom: .2rem;
}
/*闪测推荐*/
.tuijian_banner{
	display: flex;
	text-align: center;
	background: #fff;
	margin-bottom: .16rem;
	padding: .2rem .32rem;
}
.tuijian_banner a{
	flex: 1;
}
.tuijian_banner a:first-child{
	margin-right: .18rem;
}
.tuijian_banner a img{
	width: 3.34rem;
	height: 1.84rem;
	display: inline-block;
	border-radius: 6px;
}
.shance{
	margin-top: 0;
	padding: 0;
}
.shance .acr_title{
	padding: .32rem .28rem;
	border-bottom: solid 1px #EEEEEE;
	font-size: .32rem;
	margin-bottom: .3rem;
}
.shance .acr_title a{
	right: .25rem;
	position: initial;
	padding-left: .1rem;
}
.shance .acr_title a i{
	float: none;
}
.shance ul{
	padding: 0 0.32rem .1rem .32rem;
}
.shance ul li:last-child{
	border-bottom: none;
}
.squanbu{
	display: none;
	text-align: center;
	padding: 0 .16rem;
	position: fixed;
	left: 0;
	bottom: .16rem;
	width: 100%;
}
.squanbu a{
	width: 4.4rem;
	height: .8rem;
	line-height: .8rem;
	color: #fff;
	font-size: .29rem;
	background: #01B2B6;
	display: inline-block;
	border-radius: 44px;
}
.squanbu a i{
	background: url(../../Images/Ask/sy_icon_details232x.png) no-repeat;
	background-size: 100% 100%;
	width: .28rem;
	height: .28rem;
	display: inline-block;
	margin-left: .12rem;
	position: relative;
	top: .04rem;
}
/*全部闪测*/
.whole_box{
	padding-top: 1rem;
}
.whole_box .bg{
	width: 100%;
	/* height: 2.56rem; */
	overflow: hidden;
	/* background: linear-gradient(135deg, #FFC2D8 0%, #FF8EAF 100%); */
}
/* .whole_box .bg_1{
	background: linear-gradient(135deg, #FFC2D8 0%, #FF8EAF 100%);
}
.whole_box .bg_2{
    background: linear-gradient(135deg, #4DE1AF 0%, #58A88D 100%);
}
.whole_box .bg_3{
    background: linear-gradient(135deg, #4DE1AF 0%, #58A88D 100%);
}
.whole_box .bg_4{
    background: linear-gradient(135deg, #4DE1AF 0%, #58A88D 100%);
} */
.whole_box .bg figure{
	float: left;
	width: 1.16rem;
	height: 1.16rem;
	background: #fff;
	border: solid 11px rgba(255,255,255,.3); 
	border-radius: 50%;
	margin-top: .6rem;
}
.whole_box .bg img{
	width: 100%;
	height: 100%;
}
.whole_box .bg div{
	width: 4.6rem;
	float: left;
	margin-top: .2rem;
	color: #fff;
}
.whole_box .bg div h3{
	font-weight: normal;
	font-size: .32rem;
	padding-bottom: .12rem;
}
.whole_box ul {
	background: #fff;
	overflow: hidden;
	padding: .12rem 0;
	text-align: center;
}
.whole_box ul li{
	width: 5.08rem;
	float: left;
	font-size: .24rem;
	color: #999;
}
.whole_box ul li:first-child{
	width: 2.4rem;
	font-weight: normal;
	position: relative;
	line-height: initial;
}
.whole_box ul li:first-child::after{
	content: "";
	position: absolute;
	right: .28rem;
	top: .2rem;
	width: .02rem;
	height: .48rem;
	background: #D8D8D8;
}
.whole_box ul li:first-child p{
	font-size: .36rem;
	font-weight: bold;
	color: #333;
}
.whole_box ul li b{
	color: #333;
	font-weight: normal;
}
.whole_box ul li span{
	padding-top: .2rem;
	padding-right: .24rem;
}
.whole_box ul li span img{
	width: .24rem;
	height: .24rem;
	position: relative;
	top: .03rem;
	margin-right: .08rem;
}
.whole ol{
	overflow: hidden;
	padding: .3rem .32rem;
}
.whole ol li{
	float: left;
	padding: .1rem 0;
	width: 1.4rem;
	text-align: center;
	background: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #DDDDDD;
	margin-right: .16rem;
	color: #666666;
}
.whole ol li.on{
	border: 1px solid #01B2B6;
	background: #01B2B6;
	color: #fff;
}


/**/
.button_down{
	background: #f7f7f7;
	text-align: center;
	padding: .3rem 0;
	color: #999;
	font-size: 0.26rem;
	position: relative;
	margin-bottom: .3rem;
}
.button_down::after,
.button_down::before{
	content: "";
	width: 10%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: .45rem;
}
.button_down::after{
	left: 22%;
}
.button_down::before{
	right: 22%;
}
/*黑卡*/
.black_box {
	padding: .2rem .25rem 0 .25rem;
}
.black_box .bg{
	background: url(../../Images/Ask/sc_bg_hk12x.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 1.6rem;
	position: relative;
	color: #F7EBD3;
	font-size: .24rem;
}
.black_box .bg a{
	display: block;
	padding-left: .24rem;
}
.black_box .bg a h3{
	font-size: .32rem;
	padding-top: .3rem;
	padding-bottom: .1rem;
}
.black_box .bg a .icon_btn{
	background: url(../../Images/Ask/sc_btn_hk12x.png) no-repeat;
	background-size: 100% 100%;
	width: 1.6rem;
	height: .64rem;
	position: absolute;
	right: .24rem;
	top: .5rem;
}
.str_tex,
.str_gq{
	border-radius:20px 20px 20px 6px;
	padding: 1px .35rem;
	color: #fff;
	position: absolute;
	top: -.18rem;
	left: 0;
}
.str_tex{
    background: linear-gradient(49deg, #FFA658 0%, #FF4E14 100%);
}
.str_gq{
	background: #999999;
}
.btn_que {
	left: initial !important;
	right: 0;
	text-align: right !important;
	position: absolute;
	z-index: 333;
}
.btn_que a{
	width: 1.08rem;
	height: 1.08rem;
	line-height: initial;
	background: initial;
	position: relative;
	margin-right: .42rem;
}
.btn_que .icon_tiwen{
	width: 1.08rem;
	height: 1.08rem;
	margin-right: .42rem;
}
.btn_que .icon_shoici{
	width: 1.04rem;
	height: .32rem;
	position: absolute;
	top: -.16rem;
	right: -.42rem;
	z-index: 3;
}


.recommend_swiper,
.swiper_ext{
	height: .36rem;
	overflow: hidden;
}
.recom{
	padding-bottom: .32rem;
}
.recom .acr_title{
	padding-bottom: .4rem;
}
/***/
.guess_soll{
	padding-left: 0;
}
.guess_soll .acr_title,
.guess_soll ul{
	padding-left: .32rem;
}
.guess_soll .swiper-container {
	padding: 0 0 0 .32rem;
	overflow: initial;
}