::-webkit-scrollbar{ display:none; }
html,body{
   font-size: 14px;
   font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: 'iconfont';  /* project id 491246 */
  src: url('//at.alicdn.com/t/font_491246_89rpp88qejkmx6r.eot');
  src: url('//at.alicdn.com/t/font_491246_89rpp88qejkmx6r.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_491246_89rpp88qejkmx6r.woff') format('woff'),
  url('//at.alicdn.com/t/font_491246_89rpp88qejkmx6r.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_491246_89rpp88qejkmx6r.svg#iconfont') format('svg');
}

a:active{
	color: #000;
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.slider-width{
	box-sizing: border-box;
	padding: 0 5%;
}

.empty-content{
	background-color: #efeff4;
	width: 100%;
	position: relative;
}

.empty-img{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.empty-img >img{
	width: 50%;
}

.imginner-box{
    width: 100%;
    position: relative;
}

.mui-bar-nav~.mui-content{
 padding-top: 0;
}

.productdetail .mui-content{
	position: relative;
}

.size-table{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 99999999;
}

.size-table .size-table-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.size-table .size-table-box>img{
	width: 100%;
	display: block;
}

.shoppingcart{
   width: 100%;
   height: 100%;
   position: relative;
}

.mui-bar{
	background-color: white;
}

.mui-bar-tab .mui-tab-item {
   position: relative;
}

.mui-bar-tab .mui-tab-item img{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 84%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.my-edit{
	line-height: 44px;
}

.mui-bar{
   z-index: 997;
   max-width: 750px;
   margin: 0 auto;
}

.mui-table-view-cell.mui-transitioning.mui-active>.mui-slider-handle{
background-color: #fff;
}

.mui-popover.mui-popover-action.mui-popover-bottom{
   z-index: 999999;
}

.mui-table-view{
	background-color: rgba(0,0,0,0);
}

.mui-table-view:before{
	height: 0;
}

.mui-content>.mui-table-view:first-child{
	border-top: none;
	margin-top: 4px;
}

.mui-table-view-cell{
	background-color: #fff;
	margin-bottom: 5px;
}

.mui-table-view-cell.mui-active{
	background-color: #fff;
}

.mui-table-view-cell:after{
	width: 100%;
	left: 0;
}

.mui-slider-handle{
    position: relative;
    overflow: hidden;
    padding-left: 10%;
    width: 100%;
}

.topfill{
	width: 100%;
	height: 50px;
}

.bottomfill{
	position: absolute;
	width: 100%;
	height: 55px;
	left: 0;
	bottom: 0;
	background-color: #fff;
}


.dot-box{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.dot-box .outshopping{
	font-size: 10px;
}

.outtimetitle-box{
	margin-top: -5px;
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #efeff4;
}

.outtimetitle-box:before{
	z-index: 10;
	position: absolute;
    content: "";
	height: 1px;
	width: 100%;
	background-color: #000;
	color: #000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.outtimetitle{
	position: relative;
	z-index: 22;
	font-size: 14px;
	display: inline-block;
	padding: 8px;
	background-color: #efeff4;
}

.dot-box .dot{
	position: relative;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background-color: #000;
    border-radius: 50%;
}

.dot-box .dot:before{
	z-index: 0;
	content:'';
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 1px;
	top: 1px;
}

.dot-box .dot .inner{
	z-index: 1;
	position: absolute;
	left: 2px;
	top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
}

.all-select-box.dot-box .dot{
	width: 24px;
    height: 24px;
}

.all-select-box.dot-box .dot .inner{
	width: 20px;
    height: 20px;
}

.all-select-box.dot-box .dot:before{
	width: 22px;
    height: 22px;
}

.dot-box .dot.active .inner{
	background-color: #000;
}

.img-box{
	display: block;
	width: 24%;
	position: relative;
	overflow: hidden;
}

.bg-img{
	z-index: 100;
	display: block;
	width: 100%;
}

.swiper-slide{
	position: relative;
}

.font-img-top{
    position: absolute;
    z-index: 100;
    width: 44%;
    left: 28%;
	top: 20%;
}

.font-img-top.active,.img-positive.active{
 opacity: 0;
}

.font-img-bottom{
    z-index: 97;
    width: 44%;
    left: 28%;
	top: 20%;
    position: absolute;
}

.img-positive{
	width: 100%;
	z-index: 96;
    position: relative;
}

.positive-back{
	position: absolute;
	z-index: 200;
	bottom: 20px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: #000;
	line-height: 42px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	background-color: #fff;
}

.positive-back.active{
	background-color: #000;
	color: #fff;
}

.img-back{
	width: 100%;
    z-index: 92;
    position: absolute;
    left: 0;
    top: 0;
}

.img-box .top-img{
	z-index: 200;
	width: 44%;
	position: absolute;
	left: 28%;
	top: 20%;
}

.mui-slider-handle .info-content,.cloth-size{
	padding: 0;
	position: absolute;
	left: 34%;
	top: 0;
	width:66%;
}

.mui-slider-handle .info-content.shoes{
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.cloth-size{
	top: 50%;
	display: flex;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.cloth-size div{
	font-size: 16px;
	display: inline-block;
	height: 24px;
	vertical-align: middle;
}

.cloth-size div .but-icon{
	width: 0;
	height: 0;
	height: 14px;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #000000 transparent transparent transparent;
}

.cloth-size .size-info{
	width: 45%;
}

.cloth-size .change-number{
	text-align: right;
	width: 45%;
}

.change-number .reduce,.change-number .add{
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 24px;
	background-color: #eee;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	vertical-align: middle;
}

.change-number .add:before{
	content: "+";
	line-height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.mui-toast-container{
   top: 50%;
   -webkit-transform: translate(-50%,0);
   transform: translate(-50%,0);
}

.change-number .show-number{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	padding: 0 4px;
	max-width: 200px;
}

.change-number .show-number.centernum{
    -webkit-transform: translate(0, 8%);
    transform: translate(0, 8%);
}

.cloth-size .change-number .reduce{
	line-height: 24px;
}

.cloth-size .show-but{
	display: inline-block;
	position: relative;
	width:10%;
	line-height: 26px;
	text-align: center; 
}

.mui-slider-handle .info-content li{
	box-sizing: border-box;
	padding: 0 4px;
	width: 20%;
	float: left;
	list-style: none;
  height: auto;  
  word-wrap:break-word;  
  word-break:break-all;  
  overflow: hidden;  
}

.mui-slider-handle .info-content.shoes li.first{
	text-align: left;
  width: 40%;
}

.mui-slider-handle .info-content.shoes li.last{
	text-align: left;
  width: 60%;
}

.mui-slider-handle .info-content li .title{
	padding-bottom: 20%;
	color: #7c7c7c;
}

.mui-slider-handle .info-content.shoes li .title{
  padding-bottom: 0;
}

.mui-slider-handle .info-content li .info{
	color: #191919;
	line-height: 16px;
}

.mui-slider-handle .price{
	position: absolute;
	left: 35%;
	bottom: 0;
	color: #bb2323;
	font-size: 15px;
}

.mui-slider-handle .number{
	position: absolute;
	right: 1%;
	bottom: 0;
}

.footer{
	height: 50px;
	bottom: 50px;
	box-shadow: none;
	padding: 0;
	display: flex;
}

.footer .left-info{
    position: relative;
    height: 100%;
    width: 70%;
    background-color: #000;
    color: #fff;
}

.footer .left-info .dot-box{
	left: 15px;
}

.footer .left-info .dot-box .all-select{
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    font-size: 14px;
    -webkit-transform: translate(110%,-50%);
    transform: translate(110%,-50%);
} 

.footer .right-but{
	height: 100%;
	width: 30%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #bb2323;
	text-align: center;
	line-height: 50px;
}

.footer .all-price{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
    position: absolute;
    top: 8px;
    line-height: 20px;
    right: 15px;
}

.footer .all-price .no-content{
	font-weight: normal;
	position: absolute;
	bottom: 6px;
	left: 50%;
	font-size: 11px;
	color: #999;
	width: 80px;
	-webkit-transform: translate(-50%, 110%);
	transform: translate(-50%, 120%);
}

/* ######################ChoiceType################################# */
.commodity{
  
  width: 100%;
  max-width: 750px;
  font-size: 14px;
  background-color: #fff;
}

.topinfo{
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 110px;
}

.commodity .img-box{
  display: block;
  position: absolute;
  left: 14px;
  top: -60px;
  width: 105px;
  height: 105px;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 0 14px;
  padding-top: 0px;
  overflow: hidden;
  padding-bottom: 25px;
  background-color: #fff;
}

.commodity .img-box .img-box-inner{
	position: relative;
	overflow: hidden;
	width: 100%;  
}

.material-table{
  position: absolute;
  right: 50px;
  top: 50%;
  color: #999;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.close-but{
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	border-radius: 50%;
	background-color: #999;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 20px;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
}

.close-but:after{
	line-height: 0;
	content:"+";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.close-box{
	position: absolute;
	top: 30px;
	right: 0;
}

.close-box .close-but{
	background-color: #666;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
}

.money{
	font-size: 18px;
  color: #bb2323;
}

.product-detail-choice{
	display: flex;
	border-top: 1px solid #ddd;
}

.product-detail-choice .product-entercart,.product-detail-choice .product-baynow{
    color: #fff;
    width: 50%;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
}

.product-detail-choice .product-entercart{
    background-color: #bb2323;

}

.product-detail-choice .product-baynow{
	background-color: #000;
}

.oneChoice{
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #ddd;
  display: flex;
}

.oneChoice label{
  display: block;
  height: 44px;
  line-height: 44px;
  width: 50px;
  text-align: left;
  padding-left: 5px;
}

.oneChoice .dotList{
  height: 44px;
  width: 100%;
}

.onedot{
  display: inline-block;
  padding: 0 12px;
  height: 20px;
  overflow: hidden;
  margin-top: 12px;
  line-height: 22px;
  margin-left: 12px;
  border-radius: 12px;
  text-align: center;
  background-color: #ddd;
}

.oneChoice.sizeSelect{
  padding: 0;
}

.oneChoice.sizeSelect .swiper-container{
  padding: 0 15px;
}

.oneChoice.sizeSelect .onedot{
	position: absolute;
	top: 50%;
	margin: 0;
	min-width: 52px;
	text-align: center;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.onedot.active{
  background-color: #000;
  color: #fff;
}

.oneChoice.colorSelect .onedot{
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-top: 10px;
  margin-left: 8px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ddd;
  padding: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,0);
}

.oneChoice.colorSelect .onedot.active{
  border: 1px solid #333;
  border-radius: 50%;
  color: #fff;
}

.oneChoice.colorSelect .onedot .innerdot{
	position: relative;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;

}

.oneChoice.select-number{
	padding: 4px 15px;
	position: relative;
	display: block;
}

.oneChoice.select-number .change-number{
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.select-number p{
    padding: 2px 0;
    margin: 0;
    width: 100%;
} 

.select-number p.bay-number{
    color: #000;
}

.select-number p.bay-attention{
	line-height: 18px;
	vertical-align: bottom;
	font-size: 12px;
    color: #bb2323;
}

.oneChoice.sure{
	display: block;
	padding: 0;
    background-color: #bb2323;
    color: #fff;
    line-height: 44px;
    text-align: center;
}

/* ######################ChoiceType################################# */



/* ######################productDetail################################# */
.productdetail{
    padding-bottom: 55px;
}

/* .my-bar{
   position: fixed;
   max-width: 750px;
   background-color: #fff;
   z-index: 997;
   left: 50%;
   bottom: 0;
   height: 50px;
   width: 100%;
   display: flex;
   -webkit-transform: translate(-50%,0);
   transform: translate(-50%,0);
} */
.my-bar{
	position: fixed;
	max-width: 750px;
	background-color: #fff;
	z-index: 997;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
	width: 100%;
	display: flex;

}
.share-cart{
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.share-cart>i{
	display: block;
	font-size: 26px;
}

.share-cart.cart{
   right: 20px;
}

.share-cart.share{
	top: 48%;
	right: 15px;
}

.share-cart .dot-number{
	background-color: #ff0000;
	color: #fff;
	font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-radius: 7px;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    min-width: 14px;
    text-align: center;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    vertical-align: middle;
}

.share-cart .dot-number>*{
	vertical-align: middle;
}

.share-cart i{

}

.online-service:before,.keep:before{
	content: "";
    position: absolute;
	left: 0;
	top: 0;
    height: 1px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
	width: 100%;
}

.online-service,.keep{
	padding-top: 8px;
	position: relative;
	width: 15%;
	font-size: 11px;
	color: #666;
}

.online-service.active,.keep.active{
	color: #000;
}

.online-service div,.keep div{
	position: relative;
	height: 45%;
}

.online-service img,.keep img{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	height: 100%;
}

.online-service img{
	height: 95%;
}

.online-service:after{
	position: absolute;
	right: 0;
	top: 0;
    height: 100%;
    content: '';
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    background-color: #c8c7cc;
	width: 1px;
}

.bar-but{
	text-align: center;
	height: 50px;
	display: block;
}
.bayNow,.enterCart{
   color: #fff;
   line-height: 50px;
}
.bayNow{
	width: 35%;
	background-color: #000;
}

.enterCart{
	width: 35%;
	background-color: #bb2323;
}

.swiper-slide>img{
	display: block;
}

#swiper-size-material .swiper-slide>img{
	width: 100%;
}

.product-price.mui-table-view-cell{
	padding-top: 13px;
	padding-left:16%;
	position: relative;
	margin-bottom: 0;
}

.product-price.mui-table-view-cell:after{
	height: 0;
}

.product-price.mui-table-view-cell:before,.product-server.mui-table-view-cell:before{
	position: absolute;
    right: 0;
    top: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: rgba(200, 199, 204, 0.45);
}

.product-customize{
	position: absolute;
	display: block;
	font-size: 12px;
	border-radius: 10px;
	height: 16px;
	line-height: 17px;
	width: 44px;
	text-align: center;
	background-color: #000;
	color: #fff; 
	top: 50%;
	left: 15px;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.price-nummber{
	display: inline-block;
	font-size: 18px;
	color: #bb2323;
    vertical-align: middle;

}

.price-nummber-discount{
	color: #999;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	padding: 0 4px;
	vertical-align: middle;
}

.vip-myself{
	font-size: 14px;
	color: #bb2323;
}

.product-server{
	font-size: 14px;
	display: flex;
	height: 80px;
}

.server-title{
	padding-left: 3px;
	padding-top: 2px;
	font-weight: bold;
	width: 17%;
}

.server-info{
	width: 63%;
	color: #999;
	position: relative;
}

.server-info>span{
	display: block;
	width: 40%;
	position: absolute;
}

.server-info .dot1{
	left: 0;
	top: 2px;
}

.server-info .dot2{
   left: 45%;
   top: 2px;
}

.server-info .dot3{
	left: 0;
	width: 100%;
	bottom: 0px;
}

.server-info>span:before{
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
    left: -14px;
    top: 44%;
    -webkit-transform: translate(0,-50%) scale(0.5);
    transform: translate(0,-50%) scale(0.5);
}

.product-server.mui-table-view-cell:after{
	background-color: #000000c7;
}

.server-info>span:after{
	content:'';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    left: -12px;
    top: 44%;
    -webkit-transform: translate(0,-50%) scale(0.5);
    transform: translate(0,-50%) scale(0.5);
}

.server-next{
	width: 20%;
	text-align: right;
	line-height: 58px;
}

.product-designer{
	box-sizing: border-box;
	padding: 15px;
	padding-top: 6px;
	display: flex;
	width: 100%;
	height: 100px;
	background-color: #fff;
}

.designer-info{
	width: 20%;
}

.designer-info .designer-photo{
	z-index: 80;
	display: block;
	position: relative;
	width: 45px;
	height: 45px;
}

.designer-info .designer-photo .photo-box{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
    border-radius: 50%;
}

.designer-info .designer-photo img{
	position: absolute;
	height: 100%;
	display: block;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.designer-info .designer-photo .designer-name{
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 14px;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	-webkit-transform: translate(112%,-50%);
	transform: translate(112%,-50%);
}

.total-info{
	position: relative;
	width: 50%;
	height: 100%;
}

.total-info p{
	margin-bottom: 0;
	line-height: 18px;
}

.total-info p.number{
	color: #000;
}

.total-info .allgoods,.total-info .allfans{
	display: block;
	position: absolute;
	text-align: center;
	width: 50%;
	bottom: -15px;
	left: 10%;
	padding-bottom: 0px;
   -webkit-transform: translate(-50%,0);
   transform: translate(-50%,0);
}

.total-info p{
	font-size: 12px; 
}

.total-info .allgoods:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	background-color: rgba(200, 199, 204, 0.45);
}

.total-info .allfans{
	left: 60%;
}

.designer-vip{
	position: relative;
	width: 45%; 
	height: 100%;
}

.designer-vip .vip-style{
	position: absolute;
	display: block;
	top: 55%;
	right: 0;
	font-size: 15px;
	font-weight: bold;
	color: #bb2323;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	height: 34px;
	line-height: 35px;
	padding: 0 10px;
}

.product-server .mui-table-view-cell:after{
	background-color: #000;
	width: 100%;
}

.designer-vip .vip-style:before{
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   border: 1px solid #000;
   border-radius: 34px;
   height: 68px;
   width: 200%;
   -webkit-transform: translate(-50%,-50%) scale(0.5);
   transform: translate(-50%,-50%) scale(0.5);
}

.designer-vip .vip-style img{
	vertical-align: middle;
	height: 16px;
}

.designer-vip .vip-style span{
    vertical-align: middle;
}

.info-more{
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.nav-size-material{
	position: relative;
	display: flex;
	width: 100%;
	background-color: #fff;
}

.nav-size-material:after{
	content: "";
	position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: scaleY(0.5);
    background-color: rgba(200, 199, 204, 0.45)
}

.nav-size-material .active-line{
	transition: 0.2s linear;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50%;
}

.nav-size-material .active-line .inner-color{
	width: 80%;
	background-color: #000;
	height: 2px;
	margin: 0 auto;
}

.nav-choice{
	padding: 16px 0;
	width: 50%;
	text-align: center;
	font-size: 14px;
}

.nav-choice>span{
	position: relative;
	display: inline-block;
	width: 100%;
}

.nav-choice>span:after{
	content: "";
	position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
    transform: scaleX(0.5);
    background-color: rgba(200, 199, 204, 0.45)
}

.swiper-container-v{
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet{
    border-radius: 0;
    width: 14px;
    height: 3px;
}

.swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets{
    bottom: 0px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
#swiper-banner{
    padding-bottom: 10px;
	background-color: #fff;
}

.service-content{
	font-size: 14px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.service-header{
    text-align: center;
    position: relative;
    padding: 18px 0;
    width: 100%;
}

.service-header:after{
	content:"";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #999;
	transform: scaleY(0.5);
}


.service-close{
	display: block;
	position: absolute;
	right: 5px;
	font-size: 30px;
	font-weight: normal;
	top: 48%;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
}

.service-body{
	padding: 20px 15px;
	padding-top: 10%;
	padding-bottom: 25px;
}

.service-pop{
	height: 80%;
	background-color: #fff;
}

.service-h1{
	position: relative;
	width: 100%;
	padding: 0px 15px 0px 20px;
	margin-bottom: 8px;
}

.service-one-content{
	text-align: justify;
    padding-left:15px;
	padding-right: 15px;
	line-height: 18px;
	margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.service-h1:before{
content:"";
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background-color: #000;
   position: absolute;
   left: 5px;
   top: 43%;
   -webkit-transform: translate(0,-50%);
   transform: translate(0,-50%);

}

a{
	color: #000;
}

nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 750px !important;
  height: auto;
  margin: 0 auto;
  z-index: 99999;
  background: white;
}

nav ul {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0;
  background: white;
}

nav ul li {
  list-style: none;
  float: left;
  width: 25%;
}

nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}

nav ul li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 84%;
}
/* ######################productDetail################################# */
@media screen and (max-width: 400px) {
    .designer-vip{
    	width: 60%;
    }

    .service-one-content{
    	font-size: 12px;
    	line-height: 22px;
    }

    .product-customize{
    	width: 36px;
    }
}

/* ############################loading############################ */
#loading{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999999;
    overflow: hidden;
    left: 0;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 40px;
    border-radius: 16px;
    background-color: rgba(40, 40, 40, 0.75);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.object{
    width: 5px;
    border-radius: 2px;
    height: 34px;
    margin-right:3px;
    background-color: #f5f5f5;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
    }

.object:last-child {
    margin-right: 0px;
    }

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;  
    }
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;  
    }   
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;  
    }
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;  
    }
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;  
    }
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    }
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;      
    }
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;  
    }
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    }   
@-webkit-keyframes animate {
 
  50% {
    -ms-transform: scaleY(0); 
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    
      }
}
@keyframes animate {
  50% {
    -ms-transform: scaleY(0); 
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
      }
}

/* ############################loading############################ */

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){
    .service-one-content{
    	font-size: 12px;
    	line-height: 20px;
    }

    .oneChoice.sizeSelect .onedot{
    	min-width: 40px;
    	font-size: 12px;
    }
}