/*会员俱乐部主页*/
img{
	width:100%;
}
.jumpAimg{
	margin-bottom: 0.3rem;
}
.hot_text1 {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 0.3rem;
}
.hot_text1 span{
	border-bottom: 1px solid #965ba2;
	font-weight: bold;
	padding-bottom: 0.2rem;
}
.hot_text1 a{
	color: #965ba2;
	display: inline-block;
	width: 2rem;
	text-align: right;
}
.hot_activity_main{
	margin-bottom: 0.3rem;
}
.hot_activity_main .swiper-slide{
	width: 2.7rem;
}
.hot_activity_main p{
	-ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	width: 100%;
	margin-top: 0.2rem;
	font-size: 0.32rem;
}
.appoint_warp{
	text-align: center;
	padding-bottom: 0.5rem;
}
.appoint_warp .big_title{
	margin-top: 0.3rem;
}
.appoint_warp .article {
    height: 42px;
    width: 54%;
    margin: auto;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #878787;
}

.appoint_warp button{
	width: 2.65rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.3rem;
}

/*会员活动*/
.active_main{
	position:relative;
	z-index:7;
	background:#fff;
}
.filtrate_ul{
	padding: 0.3rem 0;
	border-bottom: 1px solid #d1d1d1;
}
.filtrate_ul li{
	float: left;
	width: 20%;
	/*position: relative;*/
}
.filtrate_ul li .filtrate_type{
	width: 100%;
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #878787;
	font-size: 0.28rem;
}
.filtrate_ul li.active .filtrate_type{
	color: #965ba2;
	font-weight: bold;
}

.filtrate_ul li:first-of-type .filtrate_type i{
	opacity: 0;
}
.filtrate_list_box {
	position: fixed;
	left: 0;
	right:0;
	width: 100%;
   	bottom:0;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    display: none;
}
.filtrate_list{
	padding: 0.2rem 0.5rem 0.3rem 1rem;
	background: #FFF;
	 z-index: 13;
	max-height: 7rem;
	overflow-y: auto;
	border-top: 1px solid #eaeaea;
}
.filtrate_list p{
	line-height: 0.8rem;
}
.filtrate_list p.current{
	color: #965ba2;
	font-weight: bold;
}

.active_img{
	position: relative;
	text-align: center;
}
.active_li {
	margin-bottom: 0.4rem;
}
.active_li .join{
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	width: 1.6rem;
    height:0.7rem;
    line-height: 0.7rem;
    text-align: center;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
    background: #965ba2;
    color: #fff;
    font-size: 0.28rem;
}
.active_li .join_no {
    background: #b2b2b2;
}
.time_icon{
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.06rem;
}
.active_li p{
	margin: 0.2rem 0 0.1rem;
	font-size: 0.32rem;
}
.time_nums{
	vertical-align: middle;
	padding-left:0.1rem;
}
/*活动详情*/
.activity_title{
	display: block;
	text-align: center;
	font-size: 0.34rem;
	margin: 0.2rem 0;
}
.time_address{
	color: #878787;
	margin: 0.2rem 0;
}
.activity_text1{
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
	margin: 0.3rem 0;
	
}
.activity_text1 span{
	width: 2rem;
	padding-bottom: 0.2rem;
	display: inline-block;
	border-bottom: 1px solid #965ba2;
}
.activity_infor p{
	margin-bottom: 0.3rem;
	color: #878787;
	line-height: 1.6;
}
.want_join{
	height: 1rem;
	line-height: 1rem;
	width: 100%;
	text-align: center;
	background: #965ba2;
	color: #fff;
	font-size: 0.32rem;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding:0;
}

/*我要参加 表单*/
.join_form p{
	color: #878787;
	margin-bottom: 0.1rem;
}
input[type=text].infor_input,
input[type=number].infor_input {
    display: block;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0.2rem 0 0.3rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
}
.infor_btn {
    display: block;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(../images/arrow_down.png) no-repeat 6.3rem 0.26rem;
    margin: 0.2rem 0 0.3rem;
    padding: 0 0.2rem;
    text-align: left
}
.join_form button.btn{
	width: 100%;
	height: 0.85rem;
	line-height: 0.85rem;
	display: block;
	margin-top: 0.5rem;
}

/*售后服务*/
.aftersales_section1{
	position: relative;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0.3rem;
}
.aftersales_section1 div{
	position: absolute;
	padding:0.2rem 0.3rem;
	left:0;
	bottom:0;
	height:3.2rem;
}
.aftersalesMain .aftersales_icon{
	width: 0.6rem;
	height: 0.6rem;
	display: block;
}
.aftersalesMain .sales_title{
	display: block;
	font-size: 0.32rem;
	margin: 0.08rem 0;
	font-weight: bold;
}
.aftersalesMain .sales_article{
	line-height: 1.7;
	color: #878787;
	font-size: 0.26rem;
}
.shouhou{
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.aftersales_section2{
	position: relative;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
     margin-bottom: 0.3rem;
}
.aftersales_section2 div{
	position: absolute;
	padding:0.2rem 0.3rem;
	left:0;
	top:0;
	height:3.5rem;
}
.aftersales_section2 .sales_article{
	color: #965ba2;
	line-height: 1.5;
}

 button.moreBtn {
 	display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    background: #965ba2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;   
    margin-top: 0.25rem;
}
 button.moreBtn i {
    color: #fff;
    font-size: 0.72rem;
}
.moreBtn1{
	position: absolute;
    right: 0.3rem;
    bottom: 0.55rem;
}
.aftersales_section3,
.aftersales_section4{
	padding:0.3rem;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0.3rem;
}
.aftersales_section3 div{
	text-align: right;
}
.credential img{
	width: 0.32rem;
	height: 0.32rem;
}
.credential p{
	margin: 0.2rem 0;
}
.credential p span{
	-ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width:2.35rem ;
    vertical-align: middle;
}
/*---售后服务详情*/
.service_article_main{
	padding: 0 0.3rem 0.3rem 0.3rem;
}
.service_article_main .service_title {
    font-size: 0.32rem;
    padding: 0.3rem 0;
    font-weight: bold;
}

.service_article_main ul li {
    line-height: 1.8;
    color: #878787;
    font-size: 0.28rem;
}
.service_article_main .service_title_top {
    font-size: 0.32rem;
    padding: 0.3rem 0 ;
    text-indent:2em;
    line-height: 1.7;
}
.service_article_main .table1{
    margin:0.2rem 0;
}
.service_article_main .table1 td,
.service_article_main .table1 th{
    text-align: center;
    border: 1px solid #D1D1D1;
    padding: 0.1rem;
    font-size: 0.24rem;
}
body{
	padding-bottom:1rem
}