@charset "utf-8";
*{margin: 0;padding: 0;}
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
body, button, input, select, textarea {
    font: 12px/1.2 microsoft yahei,arial,Tahoma,SimSun,sans-serif;
}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
address,cite,dfn,em,i,var{font-style:normal}
ol,ul{list-style:none}
sup{display: inline-block;position:relative;}
sup:before{
content:'';
display: inline-block;
    font-size: .6rem;
    text-align: center;
    background-color: #d3a120;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -24px;
    right: -14px;
}
sup.zong:before{
content:'总';}
sup.jin:before{
content:'今';
}
sup.qu:before{
content:'去';}
sub{vertical-align:text-bottom}
fieldset,img{border:0}
button,input,select,textarea{font-size:100%}
button,input{border:medium none}
input{background:none;outline:none;border:none}
table{border-collapse:collapse;border-spacing:0}
/* ----------header----------- */
button{outline: none;}
::-webkit-input-placeholder { /* WebKit browsers */
color:#ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#ccc;
}
#scroller-content{background:#fff;position:relative;}
.headfix{position:fixed;top:0;width:100%;z-index:999999;}
#scroller-pullDown,#scroller-pullUp{display:none;}

.hidden{display:none;}
.padr10{padding-right:10px;}
.padl10{padding-left:10px;}
.padl100{padding-left:100px;}
.padl30{padding-left:30px;}
.padlr10{padding-left:10px;padding-right:10px;}
.paddmain{padding:10px;}
.f14{font-size:1.4rem;}
.f12{font-size:1.2rem;}
.f1{font-size:1.0rem;}
.f08{font-size:.8rem;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w60{width:60px;}
.w80{width:80px;}
.w100{width:100px;}
.w120{width:120px;}
.w129{width:110px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w400{width:400px;}
.w500{width:500px;}
.w600{width:600px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.line25{line-height:25px;}
.line33{line-height:33px;}
.mrcatemst{margin-right:150px;}
.aic{align-items:center;}

.tr{text-align:right;}
.tl{text-align:left;}
.tc{text-align:center;}
.nav-tab-top {
    height: 40px;
	list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
	border-bottom:1px solid #e7e7e7;
}
.nav-tab-top ul{
margin:0;padding:0;
height:40px;
width:100%;
background:#fff;
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: relative;
}
.nav-tab-top ul li {
    height:40px;line-height:40px;font-size:1.0rem;text-align:center;
	-webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.nav-tab-top ul li a{display:block;position:relative;}
.nav-tab-top ul .cur {
    border-bottom: 0px solid #ff5000;
    box-sizing: border-box;
    color: #ff5000;
}
.nav-tab-top ul .cur a:before{
content:"";position:absolute;background:#ff5000;height:1px;width:100%;bottom:-1px;left:0;
}
li{list-style:none;}
.headfix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.ovfHiden{overflow:hidden;height:100%;}
.header{
position: relative;
height: 45px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
font-size: 1.0rem;line-height:45px;padding:0px 10px;
background-color: #07BABE/*#1B82D1*/;color: #fff;
/*#5EC2E6 #34D68D 65CC66*/
}
.header a{color:#fff;}
.header i{font-size:1.2rem;}

.header dt:first-child{
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
.header dt:last-child{
-webkit-box-flex: 2;
box-flex: 2;
-webkit-flex: 2;
flex: 2;text-align:center;
}
.header dd{
box-flex: 6;
-webkit-flex: 6;
flex: 6;text-align:center;
}

.fr {
    float: right;
}
/*button*/
.mybutton{
background-color: #FC9529;
background-image: -moz-linear-gradient(top,#FA9E3A,#FF870F);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#FA9E3A),to(#FF870F));
background-image: -webkit-linear-gradient(top,#FA9E3A,#FF870F);
background-image: -o-linear-gradient(top,#FA9E3A,#FF870F);
background-image: linear-gradient(to bottom,#FA9E3A,#FF870F);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9e3a',endColorstr='#ffff870f',GradientType=0);
}
.mybutton {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
background-color: #EDEDED;
border: 1px solid #D2D2D2;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mybutton {
padding: 6px 15px;
font-weight: bold;
color: white;
border:none;
cursor:pointer;
margin-top:10px;
}
.bai90{width:90%;text-align:center;margin:0 auto;}
.btn-main{
cursor:pointer;background:#65CC66;border-radius:5px;text-align:center;color:#fff;width:100%;padding:10px 0;font-size:1.0rem;display:inline-block;margin:0 auto;
}
.btn-main:focus{outline:none}
a.btn-main{color:#fff;}
a.btn-bg1{background:#996699;color:#fff;}
.fr{float:right;}
.fl{float:left;}
.protopm dl dd li i{
    display: none;
}
.center {
    text-align: center;
}


html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; list-style-type: none; }
img { border: 0px }
a { color: #999; text-decoration: none;  blr: expression(this.onFocus=this.blur()); outline: none;}
a:active { star: expression_r(this.onFocus=this.blur());} 
a:hover {text-decoration: none;cursor: pointer}
a:focus, input[type=button] ,input[type=submit] { outline: none; } 
input[type=number] { -moz-appearance: textfield; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;}
.main { width: 100%; overflow: hidden; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 14px }
.mainbox{}
fieldset, img { border: 0 }
cite, em, s, i, b { font-style: normal }
body, input, button, textarea, select, option { font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, "Microsoft YaHei", Heiti, SimSun, sans-serif;}
a, input, textarea { text-decoration: none; outline: 0 }
li, img, label, input { vertical-align: middle }
var { font-style: normal }
ins { text-decoration: none }
.color { color: #f23030;}
.bg-color { background: #f23030;}
.layui-table th.center{text-align:center;}
.mt10{margin-top:10px;}




/*input 字体颜色*/
input::-webkit-input-placeholder { color: #999;}
input:-moz-placeholder { color: #999;}

/*清除浮动*/
.clearfix:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden;}
.clearfix { zoom: 1;}

/*浮动*/
.fl { float: left;}
.fr { float: right;}

/*按钮不可点击事件*/
.disable,.disabled { color: #999 !important; background: #e5e5e5 !important;}




.flex{
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: relative;
}
.order-tips{clear:both;width:100%;background:#fff;border-bottom:1px #e5e5e5 solid;
padding:10px 0;
}

.flex-1{
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
.flex-2{
-webkit-box-flex: 2;
box-flex: 2;
-webkit-flex: 2;
flex: 2;
}
.flex-3{
-webkit-box-flex: 3;
box-flex: 3;
-webkit-flex: 3;
flex: 3;
}
.flex-4{
-webkit-box-flex: 4;
box-flex: 4;
-webkit-flex: 4;
flex: 4;
}
.flex-5{
-webkit-box-flex: 5;
box-flex: 5;
-webkit-flex: 5;
flex: 5;
}
.flex-6{
-webkit-box-flex: 6;
box-flex: 6;
-webkit-flex: 6;
flex: 6;
}
.flex-7{
-webkit-box-flex: 7;
box-flex: 7;
-webkit-flex: 7;
flex: 7;
}
.flex-8{
-webkit-box-flex: 8;
box-flex: 8;
-webkit-flex: 8;
flex: 8;
}
.flex-9{
-webkit-box-flex: 9;
box-flex: 9;
-webkit-flex: 9;
flex: 9;
}
.flex-10{
-webkit-box-flex: 10;
box-flex: 10;
-webkit-flex: 10;
flex: 10;
}
.flex-11{
-webkit-box-flex: 11;
box-flex: 11;
-webkit-flex: 11;
flex: 11;
}
.flex-12{
-webkit-box-flex: 12;
box-flex: 12;
-webkit-flex: 12;
flex: 12;
}




/*边框样式*/
.b-n { border: none !important;}
.b-r-0 { border-right: 0;}
.b-r-1 { border-right: 1px;}
.b-l-0 { border-left: 0;}
.b-l-1 { border-left: 1px;}
.b-t-0 { border-top: 0;}
.b-t-1 { border-top: 1px;}
.b-b-0 { border-bottom: 0;}
.b-b-1 { border-bottom: 1px;}
/*margin样式*/
.m-t-0 { margin-top: 0px !important;}
.m-t-5 { margin-top: 5px;}
.m-t-10 { margin-top: 10px;}
.m-t-50 { margin-top: 50px;}
.m-r-10 { margin-right: 10px;}
.m-r-30 { margin-right: 30px;}
.m-b-50 { margin-bottom: 50px;}
.m-l-0 { margin-left: 0 !important;}
/*padding样式*/
.p-l-20 { padding-left: 20px!important;}
.p-0 { padding: 0 !important;}

/*空白位置*/
.blank-div { height:10px; background: #f3f5f7; width: 100%; clear: both; }
.hide { display: none; }
.show { display: block }

/*文字颜色*/
.c-white { color: #fff !important;}

/*背景色*/
.bg-gray { background: #f4f4f5;}

/*购物车加减按钮显示隐藏*/
.decrease.show{ display:inline;}
.decrease.hide{ display:none;}
.num.show{ display:inline-block}
.num.hide{ display:none;}


/*swiper层级*/
.swiper-container{ z-index:100 !important}

/*弹出层显示时候，遮罩层底部是可以滑动的，给body一个高度，阻止滑动*/
body.visibly,html.visibly{position: fixed;left: 0;top: 0;width: 100%; z-index:1;height:100%;overflow:hidden}

/*头部弹出菜单*/
.show-menu-info{width: 50%;height: 0;position:fixed;background: #333;z-index:1000;right: 0;top:45px;opacity: 0;-webkit-transform: scale(0);transform: scale(0);-webkit-transform-origin: 86% -12px;-ms-transform-origin: 86% -12px;transform-origin: 86% -12px;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.show-menu-info:before { content: ""; display: block; position: absolute; width: 0;height: 0;border-color: transparent;border-width: 8px;
border-style: solid;bottom: 100%;right:20px;border-bottom-color: rgba(0,0,0,.76);}
.show-menu-info.show{height:auto;opacity: 1;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: all .3s;
-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.show-menu-info ul { position: absolute;background: rgba(0,0,0,.76);right:10px; border-radius:5px;}
.show-menu-info li { padding:7px 35px 7px 25px;height:31px; border-bottom: 1px solid #767676; }
.show-menu-info li span { display: block; width: 25px; height: 25px; float: left;}
.show-menu-info li i { font-style: normal; margin-left:3px; color: #fff; font-size: 14px; display: block; float: left; line-height:31px; }
.index-menu,.category-menu,.cart-menu ,.user-menu{ background: url(../images/goods/pub_goods.png) no-repeat; background-size: auto 200px; }
.index-menu { background-position: 0 4px; }
.category-menu { background-position: 0 -19px; }
.cart-menu { background-position: 0 -41px; }
.user-menu { background-position: 0 -64px; }


/*搜索弹出层*/
.search-left a{background:url(../images/top.png) no-repeat;background-size: auto 230px;}
.search-header { position: relative;width:100%; height:50px; background:#ffffff;top:0; z-index:9999; border:0; border-bottom:1px solid #dddddd}
.search-left{width:30px; height:50px; position:absolute; left:0; top:0}
.search-left a{ display:block; width:30px; height:40px; background-position:5px 12px; }
.search-right{width:50px;height:50px;position:absolute; right:0; top:0; text-align:center;}
.search-right a{ font-size:14px; line-height:50px; color:#666}
.search-middle { width:75%; margin:auto;height:34px;padding-top:8px; position:relative;}
.search-middle .search-info{ background:#f3f5f7;}
.text-box{ display:inline-block;height:34px; background:#f3f5f7;border-radius:3px; min-width:180px;}
.text-box .text{ display:block; width:100%;-webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border-radius: 0; -webkit-rtl-ordering: logical; -webkit-user-select: text; height:34px; background:none; border:0; font-size:14px; line-height:34px; color:#666; text-indent:10px;}
.text-box .submit{ display:block; width:34px; height:34px; position:absolute; right:0px; top:7px; background:url(../images/index/search.png) no-repeat center center;background-size: auto 25px; border:0}


/*店铺和宝贝选择*/
.search-type{ display:inline-block; position:relative;}
.search-type-txt{width: 56px;height: 30px;line-height: 30px;text-indent: 10px;color: #666;font-size: 14px;}
.search-type-txt:after {content: '';position: absolute;width: 6px;height: 3px;background-repeat: no-repeat;background-image: url(../images/jiantou-down.png);background-size: 6px 3px;top: 13px;right: 8px;}
.search-type-info{position: absolute;left: 0;top: 30px;z-index: 101;padding: 10px; display:none;}
.search-type-info .search-type-ul{background: #484d50;border-radius: 6px;width: 100px;overflow: hidden;color: #c7c8c9;}
.search-type-info .search-type-ul li {border-top: 1px solid #707476;margin-top: -1px;height: 35px;line-height: 35px;}
.search-type-info .search-type-ul li i {display: inline-block;margin: auto 8px -8px 8px;position: relative;top:1px; font-size:0.75rem;}
.search-type-info .search-type-ul:after {position: absolute;left: 20px;top: 5px;content: '';display: inline-block;width: 10px;height: 10px;background: #484d50;-webkit-transform: rotate(45deg);transform: rotate(45deg);}


/*搜索弹出层--历史记录和热门搜索*/
.recently-search, .hot-search { width: 100%; overflow: hidden; background: #FFF; }
.recently-search h3 { font-size: 14px; font-weight: normal; padding-left: 30px; height: 40px; line-height: 40px; background: #fff url(../images/index/souso.png) 10px center no-repeat; background-size: 18px 18px; color: #333; }
.hot-search h3 { font-size: 14px; font-weight: normal; padding-left: 30px; height: 40px; line-height: 40px; background: #fff url(../images/index/search.png) 10px center no-repeat; background-size: 18px 18px; color: #333; }
.delete-btn { display: block; float: right; height: 20px; margin-right: 10px; margin-top: 10px; padding-left: 20px; padding-right: 10px; font-size: 14px; line-height: 20px; color: #C6C6C6; }
.recently-search ul, .hot-search ul { background-color: #fff; width: 90%; overflow: hidden; margin: auto }
.recently-search ul li, .hot-search ul li { border: 1px solid #d7d7d7; height: 25px; position: relative; float: left; border-radius: 4px; margin-right: 10px; margin-bottom: 10px; }
.recently-search ul li a, .hot-search ul li a { display: block; font-size: 14px; line-height: 25px; color: #999; text-align: center; padding-left: 10px; padding-right: 10px; }
.recently-search .recently-search-null { text-align: center; line-height: 120px; font-size: 14px; color: #999; }


/*返回顶部*/
.gotop { display: block; width: 40px; height: 40px; position: fixed; bottom:115px; right: 8px; background-color: rgba(27,27,27,0.6); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; z-index:100; }
.gotop.hide{ display:none}
.gotop img { display: block; width: 40px; height: 40px; }


/*右侧悬浮菜单*/
.right-menu-box{position: fixed;bottom:70px;right:8px;z-index: 99;z-index:100;background: url(../images/right-meun-icon/right_menu_bg.png) no-repeat;background-position:-220px 2px;background-size: 270px 79px;width:45px; height:40px;}
.right-menu-box.active { width:265px;background-position: 0 -40px;background-size: 270px 79px; opacity:0.6;}
.right-menu-box ul{position: relative;width:215px; margin-left:5px; float:left; display:none;}
.right-menu-box.active ul{ display:block;}
.right-menu-box ul li{ display:inline-block;width: 100%; width:39px;height: 40px;}
.right-menu-box ul li a{ display:block;width:40px;height: 40px;}
.right-menu-box ul li a.index-icon {background:url(../images/right-meun-icon/index-icon.png) no-repeat center center; background-size:27px;}
.right-menu-box ul li a.category-icon {background:url(../images/right-meun-icon/category-icon.png) no-repeat  center center; background-size:27px;}
.right-menu-box ul li a.bill-icon {background:url(../images/right-meun-icon/bill-icon.png) no-repeat center center; background-size:27px;}
.right-menu-box ul li a.cart-icon {background:url(../images/right-meun-icon/cart-icon.png) no-repeat center center; background-size:27px;}
.right-menu-box ul li a.user-icon {background:url(../images/right-meun-icon/user-icon.png) no-repeat center center; background-size:27px;}
.right-menu-box .right-menu-btn{height: 40px; width:45px; position:relative; float:left;}
.right-menu-box .right-menu-btn:before, .right-menu-box .right-menu-btn:after {content: " ";display: block;width: 1px;height:22px;background: #fff;position: absolute; top:9px; left:24px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.right-menu-box .right-menu-btn:after {-moz-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);}
.right-menu-box.active .right-menu-btn:before {-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.right-menu-box.active .right-menu-btn:after {-moz-transform: rotate(-135deg);-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);transform: rotate(-135deg);}



.cart-num {position: absolute;top:0px; right:9px;color: #fff;text-align: center;font-weight: normal;font-size: 10px;width: 12px;height: 12px;line-height: 12px;background: #E71F19;border-radius: 50%;}

/*遮罩层*/
.f_mask2 { background-color: #000; opacity: 0.4; height: 100%; margin: 0px; width: 100%; position:fixed; top: 0; left: 0; z-index: 111; display: none; }
.mask-div{ background-color: #000; opacity: 0.4; height: 100%; margin: 0px; width: 100%; position:fixed; top: 0; left: 0; z-index: 111; display: none; cursor: pointer;}


/*弹出层*/
.pop-up-content {position: absolute;width: 80%;left: 50% !important;top: 50% !important;margin: -103px 0 0 -40%;background: #fff;border-radius:3px;
z-index: 999; display:none;}
.pop-up-content .pop-up-content-title{display: block;text-align: center;padding: 10px 0 0 0;height: 1rem;line-height: 1rem;color: #222;font-size: 0.75rem;font-weight: 500;}
.pop-up-content .pop-up-content-body { padding: 10px; }
.pop-up-content .pop-up-content-body span { line-height: 20px; color: #222; text-align: left; }
.pop-up-content .pop-up-content-body p { line-height:25px; color: #222; text-align: center; font-size:14px;}
.pop-up-content .pop-up-content-footer { padding:0.5rem 10px; height:1.8rem;}
.pop-up-content .pop-up-content-footer button{position:relative;width:44%; margin-left:3%; float:left; height:1.8rem; line-height:1.8rem;border:none; color:#333; font-size:0.7rem; text-align:center; background-color: #f1f1f1; border-radius:0.15rem; border:none;}
.pop-up-content .pop-up-content-footer button:last-child{float:right; margin-right:3%;background:#f23030; color:#fff;}



/*文本框及错误提示信息样式*/
.tip-error { margin-bottom: 0.25rem; line-height:0.95rem;}
.tip-error i { display: inline-block; font-size: 0.7rem; color: #f23030; position: relative; bottom: -0.05rem; }
.tip-inner { color: #f23030; display: inline-block;}
.middle-content{width: 100%;margin: 0.5rem auto 0px;overflow: hidden;}
.form-group-box{border-top: 1px solid #eee;}
.form-group{background: #FFF;border-bottom:1px solid #eee;}
.form-group dl{width: 94%;margin: auto;overflow: hidden;position: relative;box-sizing: border-box;}
.form-group dl dt {width:85px;height: 2.25rem;line-height: 2.25rem;float: left;font-size: 0.7rem;color: #222;}
.form-group dl dd { position:relative; padding-left:85px;line-height: 2.25rem;}
.form-group dl dd input {border: none;height: 1.25rem;padding: 0.5rem 0 0.5rem;line-height: 1.25rem;width: 190px;font-size: 0.7rem;color: #666;}
.form-group dl dd input.input-small{ width:100px;}
.form-group dl dd a.phonecode {position: absolute;top: 0.25rem;right: 0.5rem;background:#f23030;height: 1.75rem; width:40%;line-height: 1.75rem;text-align: center;border-radius: 0.15rem;font-size: 0.7rem;color: #fff;}
.num-clear { position: absolute; top: 0.5rem; right: 0.5rem; background: #e5e5e5; width: 0.975rem; height: 0.975rem; border-radius: 50%; cursor:pointer;}
.num-clear.show { display: block; }
.num-clear.hide { display: none; }
.num-clear i { color: #fff; line-height: 1.1rem; text-align: center; display: block; font-size: 0.5rem; }
.phonecode+.num-clear{ right:45%;}
.form-group dl dd .captcha{ position:absolute; top:0; right:0.5rem;}
.form-group dl dd .num-clear{ top:0.7rem;}
.password-type{ background:url(../images/user/input-eye-off.png) no-repeat right center; background-size:25px;width:30px; height:30px; position:absolute; right:0px; top:10px;}
.password-type.on{ background-image:url(../images/user/input-eye-on.png)}
.password-type+.num-clear{ right:35px; top:0.7rem}
.middle-content .submit-btn{ width:94%; margin:0 auto;padding: 5px 0;}
.middle-content .submit-btn a.btn-submit{display:block; width:100%; margin-top:20px;height:40px; line-height:40px; background:#f23030; border:0px; border-radius:4px; color:#fff;font-size: 18px;letter-spacing: 1px;text-align:center;}
.form-control-error { display:block;line-height:20px; margin-bottom:5px; color: #f23030;word-break: break-all;}
.form-control-error i { display: inline-block; height:16px; width:16px; background:url(../images/form-control-error-icon.png);vertical-align:middle; margin-right:5px;background-size: contain;}
.invalid .hint{display: block;color:#999;clear: both;background:#f3f5f7;line-height:35px;padding:0px  8px;}


/*购物车，订单列表等没有数据时提示样式*/
.no-data-div{ width:90%; margin:3rem auto 0;}
.no-data-div .no-data-icon { height: 5rem;width: 5rem;line-height: 12rem;text-align: center;display: block;background: #DFE0E8;border-radius: 100%;margin: 0 auto;}
.no-data-div .no-data-img { padding: 0.4rem; margin: 0 auto; }
.no-data-div .no-data-img img { height: 4rem; }
.no-data-div .no-data-icon i { display: block; color: #fff; line-height:5rem; font-size:3rem; }
.no-data-div dl { height: 2.75rem; margin: 0.75rem auto; text-align:center; }
.no-data-div dl dt { display: block; height: 1rem; margin-bottom: 0.25rem; font-size: 0.7rem; line-height: 1rem; color: #777; }
.no-data-div dl dd { display: block; height: 1rem; margin-bottom: 0.5rem; font-size: 0.55rem; line-height: 1rem; color: #999; }
.no-data-div .no-data-btn { display:block !important; width:30%; height: 1.5rem;margin: 0 auto; font-size: 0.7rem; color: #fff !important; line-height: 1.5rem; text-align: center; background:#f23030;border-radius: 0.15rem; }


/*飞入购物车图片样式*/
.fly-img { display: block; width: 50px; height: 50px; border-radius: 50px; position: fixed; z-index: 9999; }
/*ajax之前加载效果*/
.ajax-loading{ width:30px; margin:auto; height: 30px; padding: 30px 0px; text-align: center;}
.ajax-loading img{ width: 30px; height: 30px;}


/*属性选择弹出层*/
.choose-attribute-mask { position: fixed; width: 100%; height: 100%; background: #000; opacity: 0.15; filter: alpha(opacity=15); left: 0; top: 0; z-index: 999999; display: none; }
.choose-attribute-main {position: fixed;bottom: 0px;left: 0;height: 70%;width: 100%;z-index: 1000001; display:none;}
.choose-attribute-header {height: 100px;margin-top: 24px;color: #58595b;background: #fff;}
.choose-attribute-header img {width: 90px; height:90px;border: #f8f8f8 1px solid;border-radius: 4px;padding: 5px;background: #FFF;margin-top: -15px;margin-left: 15px;float: left;}
.attribute-header-right{margin-left:10px; margin-top:15px; float:left; overflow:hidden; width:60%;} 
.attribute-header-right span{ display:block; width:100%; overflow:hidden; color:#666; font-size:14px; line-height:150%; margin-bottom:5px;white-space: nowrap;text-overflow: ellipsis;}
.attribute-header-right span.goodprice{ color:#f23030; font-size:16px;}
.attribute-header-right i{font-style:normal;} 
.choose-attribute-close {background: url(../images/c_cancel.png) center no-repeat;background-size: 10px 10px;width: 20px;
height: 20px;top: 38px;right: 5px;margin: 0;position: absolute;border: 1px solid #B3B3B3;border-radius: 50%;}
.choose-attribute-content{ padding: 0 15px;background: #ffffff;height: 100%;overflow-y: scroll;}
.choose dl.attr { padding-bottom: 6px; }
.choose dl.attr dt { width: 100%; font-size: 0.65rem; line-height: 35px; color: #222; }
.choose dl.attr dd ul li { display: inline-block; }
.choose dl.attr dd a { padding: 0 15px; border: 1px solid #f3f5f7; line-height: 30px; display: inline-block; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-right: 5px; margin-bottom: 10px; color: #666; }
.choose dl.attr dd li.selected a { background: #f23030; color: #FFF; border: 1px solid #f23030; -moz-border-radius: 10px; -webkit-border-radius: 5px; border-radius: 5px; }
.choose dl.attr dd a.disable { background: #F4F4F4; color: #E3E3E3; border: 1px solid #f4f4f4; }
.choose-attribute-content .choose-result { background:#fafafa; border-top: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7; padding: 10px 20px; }
.choose-attribute-content .choose-result-attr { height: 30px; line-height: 30px; font-size: 0.65rem; color: #666; }
.choose-attribute-content .choose-result-price { height: 30px; line-height: 30px; font-size: 0.6rem; color: #f23030; }
.choose-attribute-content .choose-result-price em { font-size: 0.8rem; }
.choose-foot{width: 100%;height:40px;text-align: center;position: relative;z-index: 2; background:#fff;}
.choose-foot .btn { height:41px; line-height:41px; color: #fff; cursor: pointer; width:100%; margin:0 auto; text-align: center; font-size: 0.8rem; font-weight: 400; box-sizing: border-box; background-color: #f23030; border: none;letter-spacing:1px;}


/*字体*/
@font-face {
  font-family: 'iconfont';  /* project id 84892 */
  src: url('//at.alicdn.com/t/font_qgy3jhlejgpynwmi.eot');
  src: url('//at.alicdn.com/t/font_qgy3jhlejgpynwmi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_qgy3jhlejgpynwmi.woff') format('woff'),
  url('//at.alicdn.com/t/font_qgy3jhlejgpynwmi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_qgy3jhlejgpynwmi.svg#iconfont') format('svg');
}    
.iconfont { font-family: "iconfont"; font-size: 14px; font-style: normal; }



#region-chooser-box { position: fixed; bottom: 0; left: 0; height: 0px; z-index: 99999999; background: #fff; width: 100%; }
.address-items{ margin-bottom:1rem;}
.address-add-box { width: 100%; overflow: hidden; background: #FFF;margin-bottom:0.5rem; }
.address-add-box dl { width: 95%; overflow: hidden; margin: auto }
.address-add-box dl dt { width: 100%; height: 35px; font-size: 16px; line-height: 35px; color: #333 }
.address-add-box dl dt strong { font-size: 0.7rem; line-height: 35px; color: #222; font-weight: normal;display: inline-block;width: 120px;overflow: hidden;height: 35px;float: left;}
.address-add-box dl dt span { display: inline-block; font-size: 0.7rem; line-height: 35px; color: #222; text-indent:30px; }
.address-add-box dl dd { width: 100%; overflow: hidden; font-size: 14px; line-height: 150%; color: #666; padding-bottom: 5px; }
.address-bottom { width: 100%; height: 25px; border-top: 1px solid #f8f8f8; padding-top: 10px; padding-bottom: 10px; }
.address-bottom .add-left { width: 60%; float: left; overflow: hidden; }
.address-bottom .add-left span { display: block; float: left; height: 25px; margin-left: 4%; }
.addl-red, .addl-hui { background: url(../images/user/add3.png) no-repeat; background-size: auto 30px; }
.addl-red { float: left; display: block; width: 25px; height: 25px; text-indent: -9999px; background-position: -57px -4px; }
.addl-hui { float: left; display: block; width: 25px; height: 25px; background-position: -5px -4px; text-indent: -9999px }
.address-bottom .add-left em { display: block; float: left; height: 25px; font-size: 12px; color: #666; line-height: 25px; font-style: normal; text-indent: 5px }
.address-bottom .add-right { width: 40%; float: left; overflow: hidden; }
.address-bottom .add-right a { display: block; width: 50%; float: left; overflow: hidden; }
.address-bottom .add-right a span { display: inline-block; height: 25px; margin: auto; font-size: 14px; color: #666; line-height: 25px; }
.address-bottom .add-right a i { display: inline-block; line-height: 25px; color: #999; font-size: 18px; margin-right: 5px; }
.addressmone,.addressmone1 { width: 100%; overflow: hidden; padding-top: 10px; }
.addressmone ul,.addressmone1 ul { width: 100%; overflow: hidden; margin: auto; background: #fff; }
.addressmon ul li,.addressmone1 ul li { width: 95%; margin: auto; position: relative; min-height:2.25rem; margin-left: 0.5rem; border-bottom: 0.05rem solid #f8f8f8; }
.addressmone ul li h4,.addressmone1 ul li h4 { position: absolute; top: 0px; left: 0px; width: 3rem; font-size:16px; line-height:2.25rem; color: #444; text-align: right; font-weight: normal; }
.addressmone ul li .input_box,.addressmone1 ul li .input_box { display: block;/*height: 1.95rem;*/ margin: 0 0.5rem 0 3.5rem }
.addressmone ul li .input_box input,.addressmone1 ul li .input_box input { width: 100%; min-height: 0.95rem; padding: 0.65rem 0; border: 0 none; font-size:16px; line-height: 0.95rem; color: #222; }
.addressmone .save_btn,.addressmone1 .save_btn { margin-top: 1rem; }
.addressmone .save_btn .btn,.addressmone1 .save_btn .btn { display:inline-block; width: 90%; height: 1.8rem; padding: 0; margin: 0 auto; font-size: 0.8rem; line-height: 1.8rem; text-align: center; color: #999; background: #e5e5e5; border: none; border-radius: 0.2rem; }
.addressmone .save_btn.ok .btn,.addressmone1 .save_btn.ok .btn { color: #FFF !important; background: #f23030; }
.addressmone .save_btn .closebtn,.addressmone1 .save_btn .closebtn { display:inline-block; width: 44%; height: 1.8rem; padding: 0; margin: 0 auto; font-size: 0.8rem; line-height: 1.8rem; text-align: center; color: #999; background: #e5e5e5; border: none; border-radius: 0.2rem; }
.address_save { display: block; margin: auto; padding-left: 15px; padding-right: 15px; background: #F60; font-size: 16px; height: 30px; line-height: 30px; text-align: center; color: #FFF; border: 0px; margin-top: 10px; margin-bottom: 10px; }
.submit_btn { width: 80%; height: 30px; margin-top: 10px; margin-bottom: 10px; }
.address_save1 { display: block; float: left; padding-left: 15px; padding-right: 15px; background: #F60; font-size: 16px; height: 30px; line-height: 30px; text-align: center; color: #FFF; border: 0px; margin-top: 10px; margin-bottom: 10px; }
.address_save2 { display: block; float: right; padding-left: 15px; padding-right: 15px; background: #666; font-size: 16px; height: 30px; line-height: 30px; text-align: center; color: #FFF; border: 0px; margin-top: 10px; margin-bottom: 10px; }
.list-footer { width: 100%; height:2.8rem; position: fixed; bottom:0; z-index: 2; background:#f3f5f7;}
.list-footer a { display: block; margin:0.5rem auto; width:90%; height:1.8rem; font-size:0.8rem; line-height:1.8rem; color: #fff; text-align: center; background: #f23030; border-radius:0.15rem;}
.address_box_flow.show, .addressmone.show { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .3s linear; transition: all .3s linear; }
.address_box_flow, .addressmone { -ms-flex-direction: column; -webkit-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; flex-direction: column; width: 100%; height: 100%; position: fixed; background: #f3f5f7; top: 0; right: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: all .3s linear; transition: all .3s linear; z-index: 10000; }
.address_box_flow{ z-index:9999;}
/*========地区选择========*/
#select_area { position: fixed; bottom: 0; left: 0; height: 0px; z-index: 99999999; background: #fff; width: 100%; margin: 0px; }
.select_area_box { width: 100%; background: #fff; }
.select_area_box h2 { width: 100%; text-align: center; height: 30px; font-size: 18px; line-height: 30px; color: #333; font-weight: normal; padding: 10px 0px; position: relative; border-bottom: 0.05rem solid #eee; }
.c_close_attr2 { background: url(../images/c_cancel.png) center no-repeat; background-size: 10px 10px; width: 20px; height: 20px; top: 16px; right: 5px; margin: 0; position: absolute; border: 1px solid #B3B3B3; border-radius: 50%; }
.select_area_box ul.tab { display: block; width: 98%; height: 1.95rem; padding: 0 1%; background: #FFF; border-bottom: solid 0.05rem #EEE; }
.select_area_box .tab>li { display: inline-block; width: 32.33%; vertical-align: top; text-align: center; height: 1.95rem; padding: 0!important; margin: 0; border-bottom: none; }
.select_area_box .tab>li a { display: inline-block; padding: 0.1rem 0.05rem; font-size: 0.6rem; line-height: 1.85rem; color: #222; }
.select_area_box .tab>li.selected a { padding: 0.1rem 0.05rem 0 0.05rem; color: #f23030; border-bottom: solid 0.1rem #f23030!important; }
.select_area_box .area_box { width: 96%; margin: auto; overflow: hidden; }
.select_area_box .area_box li { width: auto; position: relative; z-index: 1; display: block; clear: both; overflow: hidden; padding: 0.5rem 0.2rem; line-height: 1rem; border-top: solid 0.05rem #EEE; border-bottom: none; min-height: 1rem; margin-left: 0; font-size: 0.7rem; color: #222; }
.select_area_box .area_box li i { float: right; display: inline-block; font-size: 0.7rem; color: #999; line-height: 1rem; }
.select_area_box .area_box li:first-child { border-top: none; }
.select_area_box .area_box li:last-child { border-top: 0.05rem solid #eee; border-bottom: 0.05rem solid #eee; }


/*PC端地址选择*/
.region-chooser-selected { z-index: 3; position: relative; }
.region-chooser-selected .region, .region-chooser-selected .active { }
.region-chooser-selected .active { border-bottom: 1px #fff solid; }
.region-chooser-selected .region i, .region-chooser-selected .active i { width: 10px; height: 6px; background-position: -297px -150px; margin-left: 5px; display: inline-block; }
.region-tabs { width: 100%; border: none; background: none; overflow: hidden; }
.region-tabs .region-tab, .region-tabs .selected { position: relative; }
.region-tabs .region-tab i, .region-tabs .selected i { position: absolute; right: 5px; top: 12px; display: block; width: 7px; height: 4px; background-position: 0px -81px; }
.region-tabs .region-tab { float: left; text-align: center; background: #fff; cursor: pointer; color: #666; width:20%; border-bottom: none; height: 1.95rem; line-height: 1.95rem }
.region-tabs .selected { border-bottom: solid 1px #f23030 !important; background: #fff; color: #f23030; line-height: 1.95rem; height: 1.95rem }
.region-items { float: left; width: 97%; display: inline; position: relative; left: 0; top: -2px; z-index: 99; overflow: hidden; border-top: 1px solid #eeeeee; padding: 0px 5px 5px 5px; overflow-y: scroll; height: 100%; }
.region-items a { display: block; clear: both; overflow: hidden; padding: 0.5rem 0.2rem; line-height: 1rem; border-bottom: solid 0.05rem #EEE; min-height: 1rem; margin-left: 0; font-size: 0.7rem; color: #222; margin: 0px 15px 0px 15px; }
.select-region { padding: 0px 8px; height: 35px; line-height: 35px; vertical-align: middle; border-top: none; z-index: 3; }
.select-region .leixing { float: left; height: 38px; line-height: 38px; *height: 35px;
*line-height: 35px;
color: #666; }
.select-region .leixing input { *vertical-align: middle;
}
.region-chooser { position: relative;line-height: 28px; padding:5px 0px; border-bottom: none; display: inline-block; width: auto; vertical-align: middle; color:#222; font-size:0.65rem;}


/*盒子模型*/
.ub {display: -webkit-box;display: box;position: relative;}
.ub-f1 {position: relative;-webkit-box-flex: 1;box-flex: 1;}


/*底部版权信息*/
.copyright{background-color: #f3f5f7;color: #999;font-size: 12px;line-height: 16px;text-align:center; padding:10px 0;}
.copyright .copyright-img{ margin:10px auto 5px; width:75px; height:30px; display:block;}
.copyright .copyright-img img{ max-width: 100%;max-height: 100%;}
.copyright a.copyright-text{color: #ccc; font-size:12px;}

.loading-box .loading-bg{z-index:998;background:#000;width:100%;height:100%;opacity:0;position:fixed;top:0px;left: 0px;}
.loading-box .loading-inner{width:80px; height:80px;  border-radius:10px; overflow:hidden; text-align:center; position:fixed; top:50%; left:50%; margin-left:-40px; margin-top:-40px; z-index:999;opacity:0.5}
.loading-box .loading-inner1{width:80px; height:80px;  border-radius:10px; overflow:hidden; text-align:center; position:fixed; top:50%; left:50%; margin-left:-40px; margin-top:-40px; z-index:999; background:#000; opacity:0.5}
.loading-box .loading-inner img{margin: 15px auto 8px;height: 25px;display: block;}
.loading-box .loading-inner1 img{margin: 15px auto 8px; width:25px;height: 25px;display: block;}
.loading-box .loading-inner1 .text{ color:#fff; font-size:12px;; text-align:center;}


/*过渡页面样式*/
.page-loading-box{ background:#fff; height:100%; width:100%; position:fixed; z-index:9999; text-align:center;}
@-webkit-keyframes loading-img-5 {0% {-webkit-transform: scaley(1);transform: scaley(1); }50% {-webkit-transform: scaley(0.4);      transform: scaley(0.4); } 100% {-webkit-transform: scaley(1);transform: scaley(1); } }
@keyframes loading-img-5 {0% {-webkit-transform: scaley(1);transform: scaley(1); }50% {-webkit-transform: scaley(0.4);           transform: scaley(0.4); }100% {-webkit-transform: scaley(1);transform: scaley(1); } }
.loading-img-5{position: fixed;top: 50%;left: 50%;margin-left: -40px;margin-top: -24px; text-align:center; width:72px;}
.loading-img-5 > div:nth-child(1) {
  -webkit-animation: loading-img-5 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: loading-img-5 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08); }
.loading-img-5 > div:nth-child(2) {
  -webkit-animation: loading-img-5 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: loading-img-5 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08); }
.loading-img-5 > div:nth-child(3) {
  -webkit-animation: loading-img-5 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: loading-img-5 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08); }
.loading-img-5 > div:nth-child(4) {
  -webkit-animation: loading-img-5 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: loading-img-5 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08); }
.loading-img-5 > div:nth-child(5) {
  -webkit-animation: loading-img-5 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: loading-img-5 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); }
.loading-img-5 > div {background-color: #5d9cec;width: 4px;height: 35px;border-radius: 2px; margin: 2px; -webkit-animation-fill-mode: both;animation-fill-mode: both;display: inline-block; }
@-webkit-keyframes loading-img-1 {25% {-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);transform: perspective(100px) rotateX(180deg) rotateY(0); }50% {-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg);} 75% {-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);transform: perspective(100px) rotateX(0) rotateY(180deg); }100% {-webkit-transform: perspective(100px) rotateX(0) rotateY(0);transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes loading-img-1 {25% {-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);transform: perspective(100px) rotateX(180deg) rotateY(0); }50% {-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);transform: perspective(100px) rotateX(180deg) rotateY(180deg); } 75% {-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); } 100% { -webkit-transform: perspective(100px) rotateX(0) rotateY(0);transform: perspective(100px) rotateX(0) rotateY(0); } }
.loading-img-1{position: fixed;top: 50%;left: 50%;margin-left: -25px;margin-top: -25px; text-align:center;}
.loading-img-1 > div {-webkit-animation-fill-mode: both;animation-fill-mode: both;width: 50px;height: 50px;background-color: #5d9cec; -webkit-animation: loading-img-1 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;   animation: loading-img-1 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; }
@-webkit-keyframes rotate_pageloading-img-5_half_up {0% {-webkit-transform: rotate(270deg);transform: rotate(270deg); }50% {   -webkit-transform: rotate(360deg);transform: rotate(360deg); }100% {-webkit-transform: rotate(270deg);transform: rotate(270deg); } }
@keyframes rotate_pageloading-img-5_half_up {0% {-webkit-transform: rotate(270deg);transform: rotate(270deg); }50% {-webkit-transform: rotate(360deg);transform: rotate(360deg); } 100% {-webkit-transform: rotate(270deg);transform: rotate(270deg); } }
@-webkit-keyframes rotate_pageloading-img-5_half_down {0% {-webkit-transform: rotate(90deg);transform: rotate(90deg); }50% {   -webkit-transform: rotate(0deg);transform: rotate(0deg); }100% {-webkit-transform: rotate(90deg);transform: rotate(90deg); } }
@keyframes rotate_pageloading-img-5_half_down {0% {-webkit-transform: rotate(90deg);transform: rotate(90deg); }50% {
    -webkit-transform: rotate(0deg);transform: rotate(0deg); }100% { -webkit-transform: rotate(90deg);transform: rotate(90deg); } }
@-webkit-keyframes pageloading-img-5-balls {75% {opacity: 0.7; }100% {-webkit-transform: translate(-100px, -6.25px);transform: translate(-100px, -6.25px); } }
@keyframes pageloading-img-5-balls { 75% {opacity: 0.7; } 100% {-webkit-transform: translate(-100px, -6.25px);transform: translate(-100px, -6.25px); } }
.pageloading-img-5 {position:fixed;top: 50%;left: 50%;margin-left: -40px;margin-top: -28px;text-align: center;}
.pageloading-img-5 > div:nth-child(2) {-webkit-animation: pageloading-img-5-balls 1s -0.99s infinite linear;animation: pageloading-img-5-balls 1s -0.99s infinite linear; }
.pageloading-img-5 > div:nth-child(3) {-webkit-animation: pageloading-img-5-balls 1s -0.66s infinite linear;animation: pageloading-img-5-balls 1s -0.66s infinite linear; }
.pageloading-img-5 > div:nth-child(4) {-webkit-animation: pageloading-img-5-balls 1s -0.33s infinite linear;animation: pageloading-img-5-balls 1s -0.33s infinite linear; }
.pageloading-img-5 > div:nth-child(5) {-webkit-animation: pageloading-img-5-balls 1s 0s infinite linear;animation: pageloading-img-5-balls 1s 0s infinite linear; }
.pageloading-img-5 > div:first-of-type {width: 0px;height: 0px;border-right: 25px solid transparent;border-top: 25px solid #5d9cec; border-left: 25px solid #5d9cec;border-bottom: 25px solid #5d9cec;border-radius: 25px;-webkit-animation: rotate_pageloading-img-5_half_up 0.5s 0s infinite;animation: rotate_pageloading-img-5_half_up 0.5s 0s infinite; position: relative;left: -30px; }
.pageloading-img-5 > div:nth-child(2) {width: 0px;height: 0px;border-right: 25px solid transparent;border-top: 25px solid #5d9cec;   border-left: 25px solid #5d9cec;border-bottom: 25px solid #5d9cec;border-radius: 25px;-webkit-animation: rotate_pageloading-img-5_half_down 0.5s 0s infinite;animation: rotate_pageloading-img-5_half_down 0.5s 0s infinite;margin-top: -50px; position: relative;left: -30px; }
.pageloading-img-5 > div:nth-child(3), .pageloading-img-5 > div:nth-child(4), .pageloading-img-5 > div:nth-child(5), .pageloading-img-5 > div:nth-child(6) { background-color:#5d9cec;width: 15px; height: 15px;border-radius: 100%; margin: 2px;width: 10px; height: 10px;position: absolute;-webkit-transform: translate(0, -6.25px);-ms-transform: translate(0, -6.25px);transform: translate(0, -6.25px);top: 25px;left: 70px; }
@-webkit-keyframes loading-img-8 {
  50% {opacity: 0.3;-webkit-transform: scale(0.4);transform: scale(0.4); }
  100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1); } }
@keyframes loading-img-8 {
	50% {opacity: 0.3;-webkit-transform: scale(0.4);transform: scale(0.4); }
  100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1); } }
.loading-img-8 {position: fixed;top: 50%;left: 50%;margin-left: -13px;margin-top: -13px;text-align: center;}
.loading-img-8 > div:nth-child(1) {top: 25px;left: 0;
	-webkit-animation: loading-img-8 1s -0.96s infinite linear;
	animation: loading-img-8 1s -0.96s infinite linear; }
.loading-img-8 > div:nth-child(2) {top: 17.04545px;left: 17.04545px;
-webkit-animation: loading-img-8 1s -0.84s infinite linear;
		animation: loading-img-8 1s -0.84s infinite linear; }
.loading-img-8 > div:nth-child(3) {top: 0;left: 25px;
-webkit-animation: loading-img-8 1s -0.72s infinite linear;
		animation: loading-img-8 1s -0.72s infinite linear; }
.loading-img-8 > div:nth-child(4) {top: -17.04545px;left: 17.04545px;
-webkit-animation: loading-img-8 1s -0.6s infinite linear;
		animation: loading-img-8 1s -0.6s infinite linear; }
.loading-img-8 > div:nth-child(5) {top: -25px;left: 0;
-webkit-animation: loading-img-8 1s -0.48s infinite linear;
		animation: loading-img-8 1s -0.48s infinite linear; }
.loading-img-8 > div:nth-child(6) {top: -17.04545px;left: -17.04545px;
-webkit-animation: loading-img-8 1s -0.36s infinite linear;
		animation: loading-img-8 1s -0.36s infinite linear; }
.loading-img-8 > div:nth-child(7) {top: 0;left: -25px;
-webkit-animation: loading-img-8 1s -0.24s infinite linear;
		animation: loading-img-8 1s -0.24s infinite linear; }
.loading-img-8 > div:nth-child(8) {top: 17.04545px;left: -17.04545px;
-webkit-animation: loading-img-8 1s -0.12s infinite linear;
		animation: loading-img-8 1s -0.12s infinite linear; }
.loading-img-8 > div {background-color:#5d9cec;width: 15px;height: 15px;border-radius: 100%;margin: 2px;-webkit-animation-fill-mode: both;animation-fill-mode: both;position: absolute; }
/*.loader-inner*/
.layer-msg-loading {border-radius: 6px !important; min-width: 60px !important; box-shadow: 0px 0px 0px rgba(0,0,0,.2) !important; height:60px !important; width:60px !important;;margin-left: -30px !important; margin-top:-30px !important; left:50% !important; top:50% !important}
.layer-msg-loading .layui-layer-content {padding: 10px !important; overflow: hidden !important;}
.layer-msg-loading img {display: none;}
.layer-msg-loading-simple {border-radius: 6px !important; min-width: 60px !important; box-shadow: 0px 0px 0px rgba(0,0,0,.2) !important; background-color: transparent !important; border: none !important; box-shadow: none !important; height:60px !important; width:60px !important;margin-left: -30px !important; margin-top:-30px !important; left:50% !important; top:50% !important}
.layer-msg-loading-simple .layui-layer-content {padding: 10px !important; overflow:hidden !important}
.loader-inner{ margin:auto;position: relative; width:40px; height:41px;}
.loader-inner img{width: 16px; height: 16px;position: absolute;max-width: 16px;max-height: 16px;top: 50%;margin-top: -8px;
	left: 50%;margin-left: -8px;}
.loader-inner.ball-clip-rotate > div {width:25px !important; height:25px !important; border:2px solid #fff; border-radius: 99%; border-color:#ffffff; border-bottom-color: transparent; margin:5px auto;display: inline-block;-webkit-animation:gif 0.45s infinite linear;animation:gif 0.45s infinite linear !important;clip:rect(0 auto 12px 0)}
@keyframes gif{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes gif{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}
/*登录弹出层*/
.login-layer-box{-ms-flex-direction: column;-webkit-box-orient: vertical;box-orient: vertical;-webkit-flex-direction: column;flex-direction: column;width: 100%;height: 100%;position: fixed;top: 0;right: 0;-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);-webkit-transition: all .3s linear;transition: all .3s linear;z-index: 10000; background:#f3f5f7; overflow-y: hidden;}
.login-layer-box.show{-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);-webkit-transition: all .3s linear;
	transition: all .3s linear;}

/************************** 2017-12-19 start **************************/
a:hover {text-decoration: none;cursor: pointer}
/*边框*/
.border-t, .border-b { position: relative; z-index: 1;}
.border-t:before, .border-b:after {  content: ''; position: absolute; left: 0; width: 100%; height: 1px; background: #e2e3e5; -webkit-transform: scaleY(.5); transform: scaleY(.5);}
.border-t:before { top: 0; -webkit-transform-origin: 0 0; transform-origin: 0 0;}
.border-b:after { bottom: 0; -webkit-transform-origin: 0 50%; transform-origin: 0 50%;}

/*文字位置*/
.text-c { text-align: center !important;}

/*layer*/
.layui-layer-btn .layui-layer-btn0 { background-color: #51adf8 !important;}

@charset "utf-8";
/* CSS Document */

/*页面禁止滚动*/
.noscroll { position: fixed; top: 0; right: 0; left: 0;}

/*浮动*/
.fl { float: left;}
.fr { float: right;}

/*margin*/
.p-t-0 { padding-top: 0 !important;}

/*文字颜色*/
.c-blue { color: #51adf8 !important;}
.c-orange { color: #fda253 !important;}
.c-white { color: #fff !important;}

/*背景色*/
.bg-gray { background: #f4f4f5;}
.bg-blue { background: #68dcf5;}
.bg-purple { background: #bd82ff;}
.bg-green { background: #6cea82;}
.bg-yellow { background: #ffce58;}

/*头部*/
.header-wrap.open .header { border-bottom: 1px solid rgba(255,255,255,.05);}
.header .logo-gray { display: none;}
.header.active { background: #fff; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1); box-shadow: 0 2px 3px rgba(0,0,0,.1);}
.header-wrap.open .header { background: #373b48;}
.header.active { position: fixed; top: 0;}
.header .index-logo,.header.active .index-logo { display: none;}
.header .logo-gray,.header.active .logo-gray { display: block;}
.index-logo { float: left; padding: .3rem .5rem;}
.index-logo img { height: 1.5rem;}
.header .header-content .nav-wap-right { margin: 0;}
.header .header-btn { float: right; padding: 0 .5rem; margin: .5rem 50px 0 0; font-size: .65rem; line-height: 1.3rem; color: #fff; background: #488bff; border-radius: .2rem;}
.dropmenu-btn { position: absolute; top: 0; right: 0; display: inline-block; padding: .7rem .5rem; text-align: center;}
.dropmenu-btn span { display: block; width: 28px; height: 2px; margin-bottom: 8px; position: relative; background: #fff; border-radius: 3px; z-index: 1; -webkit-transform-origin: 28px; transform-origin: 28px; transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1),opacity 0.55s ease,transform 0.5s cubic-bezier(0.77,0.2,0.05,1),width 0.5s;}
.dropmenu-btn span:nth-last-child(3) { opacity: 1; transform: rotate(0);}
.dropmenu-btn span:last-child { margin-bottom: 0;}
.dropmenu-btn.active span:nth-last-child(3) { transform: rotate(-45deg);}
.dropmenu-btn.active span:nth-last-child(2) { width: 0; opacity: 0; transform: rotate(0); transition: width 0.5s;}
.dropmenu-btn.active span:last-child { opacity: 1; transform: rotate(45deg);}
.header.active .dropmenu-btn span { background: #888;}
.header-wrap.open .dropmenu-btn span { background: #fff;}
.header.active .header-btn, .header-wrap.open .header-btn { color: #fff; background: #488bff;}

/*折叠菜单*/
.nav-menu { position: fixed; top: 100%; z-index: 207; width: 100%; background: #373b48; box-shadow: 0 0 5px rgba(0,0,0,.2); -webkit-transform: translate(0, -100%); transform: translate(0, -100%); -webkit-transition: -webkit-transform .4s ease-in; transition: transform .4s ease-in;}
.header-wrap.open .nav-menu { top: 55px; -webkit-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition: -webkit-transform .4s cubic-bezier(.175, .885, .32, 1.1);  transition: transform .4s cubic-bezier(.175, .885, .32, 1.1);}
.header-wrap.open .nav-menu .menu { display: block;}
.nav-menu .menu { position: relative; display: none; height: 100%; box-sizing: border-box;}
.nav-menu .menu .menu-list .menu-item > a { display: block; padding: .5rem 1rem; font-size: .6rem; color: #fff; cursor: pointer;}
.nav-menu .menu .menu-list .menu-item > a .iconfont { float: right; font-size: .55rem;}
.nav-menu .menu .menu-list .menu-item ul { display: none; padding: .3rem 0; overflow: hidden; background: #2b2e38;}
.nav-menu .menu .menu-list .menu-item ul li { padding: 0 2rem; line-height: 1.6rem;}
.nav-menu .menu .menu-list .menu-item ul li a { display: block; color: #aaa;}
.nav-menu .menu .menu-list .menu-item .menu-solution-list { padding: .3rem 2rem; overflow: hidden;}
.nav-menu .menu .menu-list .menu-item .menu-solution-list li { float: left; width: 33.33%; padding: 0;}
.nav-menu .menu .user-login { padding: .5rem 1rem; font-size: .6rem; text-align: center;}
.nav-menu .menu .user-login:before { background: rgba(255,255,255,.1);}
.nav-menu .menu .user-login .btn { width: 35%; height: 1.4rem; line-height: 1.4rem; color: #aaa; color: rgba(255,255,255,.5); border: 1px solid #aaa; border: 1px solid rgba(255,255,255,.5); border-radius: .1rem; box-sizing: border-box;}
.nav-menu .menu .user-login a:hover { font-size: .7rem;}
.nav-menu .menu .user-login .btn-register { width: 62%; margin-left: 3%; color: #fff; background: #488bff; border-color: #488bff;}
.nav-menu .menu .user-login .user-info { max-width: 60%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.nav-menu .menu .user-login .user-info img { display: inline-block; width: 1.4rem; height: 1.4rem; margin-right: .2rem; vertical-align: middle; border: 1px solid #e5e5e5; border-radius: 50%;}

/*底部*/
.footer-info { position: relative; padding: 10px; text-align: center; background: #202020;}
.footer-info .footer-menu { overflow: hidden; box-sizing: border-box;}
.footer-info .footer-menu h3 { padding-top: 15px; font-size: 14px; font-weight: 700; color: #999; text-align: left; letter-spacing: 1px;}
.footer-info .footer-menu ul { padding: 10px 0; text-align: left; overflow: hidden;}
.footer-info .footer-menu ul li { float: left; width: 25%; font-size: 12px;}
.footer-info .footer-menu ul li a { color: #aaa;}
.footer-info .footer-menu ul li a:hover { font-size: 12px;}
.footer-line { height: 1px; background: #666; -webkit-transform: scaleY(0.5); transform: scaleY(0.5);}
.footer-info .wx-code { width: 5rem; margin: 1rem auto;}
.footer-info .wx-code img { width: 100%;}
.footer-info .footer-platforms { display: none; padding: 10px 0 6px;}
.footer-info .footer-platforms li { display: inline-block; padding: 0 .5rem; margin: 0 .6rem .5rem; font-size: 13px; line-height: 1.2rem; color: #999; border: 1px solid #999; border-radius: 1rem;}
.footer-info .footer-platforms li .iconfont { font-size: 22px; vertical-align: middle;}
.footer-info .footer-platforms li a:hover { font-size: 13px; color: #666;}
.footer-info .copyright { padding: 0 0 .5rem; font-size: 12px; color: #999; background: transparent;}

/*会员中心*/
.top-fixed {
    padding: 8% 10%;
}
.top-fixed .formdl {
    padding-bottom: 15px;
}
.top-fixed .formdl input[type=text], .top-fixed .formdl input[type=password] {
    width: 100%;
    border: #b8b8b8 1px solid;
    padding: 3% 0;
    text-indent: 10px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
    margin-top: 6px;
}
.top-fixed .formdl .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #4bb6f7;
    color: #fff;
    border: 0;
    font-size: 18px;
    padding: 3% 0;
    margin-top: 5%;
}

/*footer-nav底部悬浮菜单css*/
.footer-nav{position: fixed;bottom: 0;left:0;width: 100%;height: 55px;background:#fdfdfd;box-shadow: 1px 5px 15px rgba(50,50,50,.3);
border-top: 1px solid #f6f6f9;z-index:101;padding: 0px;margin: 0px;}
.footer-nav ul{
display: -webkit-box;
display: -webkit-flex;
display: flex;padding:5px 5px;
}
.footer-nav ul li{
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex: 1;
flex: 1;
text-align: center;
font-size:0.4rem;
}
.footer-nav ul li a{display:block;font-size:.8rem;position:relative;}
.footer-nav ul li i.iconfont{
display: block;
    font-size: 1.6rem;
}
.footer-nav ul li.cur a{color:#51adf8;}
.submenu{position:absolute;bottom:54px;background:#fff;border-radius:5px 5px 0 0;font-size:.8rem;z-index:999;display:none;border:1px solid #f2f2f2;}
.footer-nav .first{left:0;}
.footer-nav .last{right:0;}
.submenu dl dt{height:3.0rem;border-bottom:1px solid #f2f2f2;line-height:3.0rem;padding:0 10px;}
.submenu dl dt:last-child{border-bottom:none;}
.submenu dl dt i.iconfont{font-size:1.0rem;display:inline-block;margin-right:3px;}
.submenu dl dt a{font-size:1.0rem;white-space:nowrap;}
.footer-nav ul li a em{display:inline-block;
width:0;
height:0;
border-top:0 solid rgba(0,0,0,0);
border-right:0 solid  rgba(0,0,0,0);
border-bottom:6px solid #ccc;
border-left:6px solid  rgba(0,0,0,0);
position:absolute;right:0;bottom:0;
}

.mobile_success{}

#caseBlanche{display:inline-block;position:relative;}
/****DEBUT TEST****/
#test {
  height:10px;
  width:10px;
  position:relative;
  background-color:#0CF;
  border-radius:50%;
  top:0px;
  left:10px;
   margin:5px;
}

#rond {
  height:100px;
  width:100px;
  border:1px solid #0CF;
  border-radius:50%;
  position:absolute;
  top:20px;
  left:15px;
  animation:rond 3s infinite;
  -webkit-animation:rond 3s infinite;
}

@keyframes rond {
  0% {transform : rotate(0deg);}
  100% {transform : rotate(360deg);}
}

@-webkit-keyframes rond {
    0%{-webkit-transform : rotate(0deg);}
  100%{-webkit-transform : rotate(360deg);}
}
/****第一个****/
.headfix{position:fixed;top:0;width:100%;z-index:999999;}
#scroller-content{background:#fff;position:relative;}

span.radio,em.radio{vertical-align:middle;display:inline-block;}

.layui-btn.stat_0{background:#009688;}
.layui-btn.stat_3{background:#1E9FFF;}
.layui-btn.stat_12{background:#FFB800;}
.layui-btn.stat_15,.layui-btn.stat_18{border: 1px solid #e6e6e6;
background-color: #FBFBFB;
color: #C9C9C9;
cursor: not-allowed;
}