﻿.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size:1em;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{width:100%;}

.mobile-kindlist a{
	display:block;
    /*padding: 0.8rem 0.5rem;*/
    padding: 0.5rem;
    border-radius: 5px;
    font-size: 1.2rem;
    background: #eee;
    margin-right: 0.5rem;
    /*margin-bottom: 1rem;*/
    float: left;
    /*height:3.5rem;line-height:3.5rem;*/
}
.mobile-kindlist a.active{color:#fff;background:#126283;}
.tab-list a{ font-size:1.6rem;display:inline-block;padding:1.5rem 0;width:100%;text-align:center;border-bottom:2px solid #fff;color:#666;}
.tab-list a:hover,.tab-list a.active{color:#126283;border-color:#126283;}

.canshu-list tr{border-bottom:1px solid #eee;}
.canshu-list tr td{padding:1rem 0;line-height:2rem;font-size:1.4rem;}

.gmjl-list{border-top:1px solid #eee;font-size:1.4rem;}
.gmjl-list tr{border-bottom:1px solid #eee;}
.gmjl-list td{padding:1rem 0;text-align:center;}

.position-center td{text-align:center;padding-top:10px;}
.position-center td a{color:#333;}
.position-center td span{color:#999;}

.


/*qq客服*/

.btn-kf{display:block;float:right;height:20px;text-indent:17px;padding:5px;font-size:13px;line-height:21px;color:#fff!important;background:url(../imgqe.png) 6px center no-repeat #009a44;border-radius:5px;background-size:13px auto;margin-left:8px;}
.btn-kf span{display:none;padding:5px;}
.btn-kf:hover span{display:block;position:absolute;top:30px;right:0;background:#f1f1f1;border-radius:5px;color:#000;width:130px;z-index:2;float:none;text-indent:0;text-align:left;}


/*商品详情*/
#xiangqing_show img{width:100%;}