﻿@charset "utf-8";
/*多分辨率设定rem设定*/
html { font-size : 20px;}
@media only screen and (max-width: 310px) and (min-width: 300px) {html { font-size: 20px !important;}}
@media only screen and (max-width: 320px) and (min-width: 310px) {html { font-size: 20px !important;}}
/*Note3*/
@media only screen and (min-width: 360px) {html { font-size: 22px !important;}}
/*iPhone6*/
@media only screen and (min-width: 376px) {html { font-size: 23px !important;}}
/*iPhone6 plus*/
@media only screen and (min-width: 414px) {html { font-size: 24px !important;}}
/*big Resolution*/
@media only screen and (min-width: 641px) {html { font-size: 25px !important;}}
/*公共样式*/
* { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;}
img { vertical-align: top; border: 0;}
input, textarea { -webkit-user-select: text; -ms-user-select: text; user-select: text; -webkit-appearance: none;}
input:focus, select:focus, textarea:focus, button:focus { outline: 0;}
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0;}
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance:none;
}
input[type="checkbox"] { border: 0;}
/*iphone手机的input的样式问题*/
input, button { -webkit-appearance: none;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
table { border-collapse: collapse; border-spacing: 0;}
a { text-decoration: none; -webkit-touch-callout: none;}
em, i { font-style: normal;}
ul { list-style: none; margin: 0; padding: 0;}
li { list-style: none;}
html, body { font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, "Microsoft YaHei", Heiti, SimSun, sans-serif; -webkit-font-smoothing: antialiased; font-style: normal;
background-color:#999;
}
html { font-size: 14px; color: #666 }
a.react, label.react { display: block; height: 100%; color: inherit;}
space { display: inline-block; width: 12px;}
.single-line { color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
/*css初始值*/
body { min-width: 320px; margin: 0; font-size: 14px; line-height: 180%; color: #999;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { padding: 0; margin: 0; list-style-type: none;}
img { border: 0;}
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 { color: #f23030; 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%; padding: 0; margin: 0; overflow: hidden;}
table { font-size: 14px; border-collapse: collapse; border-spacing: 0; empty-cells: show;}
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;}

/*禁止滚动*/
.noscroll { position: fixed; top: 0; right: 0; left: 0;}

/*input 字体颜色*/
input::-webkit-input-placeholder { color: #999;}
input:-moz-placeholder { color: #999;}

/*清除浮动*/
.clearfix:after { content: " "; display: block; height: 0; font-size: 0; visibility: hidden; clear: both;}
.clearfix { zoom: 1;}

/*浮动*/
.fl { float: left;}
.fr { float: right;}


/*二维码展示*/

@media screen and (min-width: 960px) {
	.yg-show-erweima { width: 150px; height: 210px; position: fixed; top: 200px; z-index: 100; left: 50%; right: 0; margin-left: 365px; }
	.yg-show-erweima #erweima { width: 150px; height: 150px; }
	.yg-show-erweima img { width: 150px; height: 150px; }
}

@media screen and (max-width: 960px) {
	.yg-show-erweima {display:none; }
}

.yg-show-erweima { background: #fff; padding: 0px 10px 0px 10px; }
.yg-show-erweima p { width: 100%; text-align: center; background: #fff; line-height: 30px; margin: 0; text-indent: inherit; color: #323232; font-size: 16px; }
.yg-show-erweima p:nth-child(3) { font-size: 14px;}

/*按钮不可点击事件*/
.disable,.disabled { color: #999 !important; background: #e5e5e5 !important;}

/*边框样式*/
.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: 0 !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 { width: 100%; height:10px; background: #f3f5f7; clear: both;}
.hide { display: none;}
.show { display: block;}

/*文字颜色*/
.c-white { color: #fff !important;}

/*背景色*/
.bg-gray { background: #f5f5f5 !important;}
.bg-red { background: #f76363 !important;}
.bg-blue { background: #5eaaf8 !important;}
.bg-blue2 { background: #4970ff !important;}
.bg-purple { background: #bd79fd !important;}
.bg-yellow { background: #f2c52b !important;}
.bg-pink { background: #fd79d3 !important;}
.bg-green { background: #58db9c !important;}
.bg-green2 { background: #0be1fa !important;}

/*购物车加减按钮显示隐藏*/
.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; z-index: 1; width: 100%; height: 100%; overflow: hidden;}


/*头部*/
.bwap{max-width:720px;margin:0px auto; background-color:#fff;min-height:800px;}
.header-wei800 { position: relative; z-index: 209; width: 100%; padding: .2rem .6rem; text-align: center; background: #222; box-sizing: border-box;
position: fixed;
	max-width:720px;
	bottom:100%;
	left: 50%;
	transform: translate(-50%,100%);
	z-index:999;
}
.header-wei800:after { content: " "; display: block; font-size: 0; height: 0; visibility: hidden; clear: both;}
.header-wei800 .logo img { height: 2.1rem;}
.header-wei800 .register-link { margin-right: .5rem;}
.header-wei800 .header-icon { position: relative; z-index: 1;}
.header-wei800 .header-icon .iconfont { font-size: 1.5rem; line-height: 2.1rem; color: #fff;}
.header-wei800 .header-icon span { position: absolute; top: .35rem; right: .25rem; display: block; width: 6px; height: 6px; background: #f00; border: 2px solid #222; border-radius: 50%;}
.header-wei800.fixed { position: fixed; top: 0;}

.header { position: relative; width: 100%; height: 50px; background: #fafafa; zoom: 1 ; border-bottom: 1px solid #eee;}
.header:after { content: " "; clear: both; display: block; height: 0; font-size: 0; visibility: hidden;}
.header-left a, #show_more { background: url(../images/top.png) no-repeat; background-size: auto 230px;}
.header-left { float: left; width: 15%; height: 50px;}
.header-left a { display: block; width: 30px; height: 50px; vertical-align: middle; background: url(../images/top.png) no-repeat; background-size: auto 230px; background-position: 12px 12px;}
.header-middle { position: relative; float: left; width: 70%; height: 50px; font-size: .8rem; line-height: 50px; color: #222; text-align: center;}
.header-middle h6 { font-size: .8rem; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; font-weight: normal; color: #222;}
.header-right { float: right; width: 15%; height: 50px; line-height: 50px;}
.header-right a.text { float: right; padding-right: 13px; font-size: .65rem; line-height: 50px; color: #666; white-space: nowrap;}
.show-menu-btn { float: right; width: 40px; height: 50px;}
#show_more { width: 30px; height: 50px; background-position: 0 -25px;}
.show-menu { cursor: pointer;}

/*折叠菜单*/
.nav-menu { position: fixed; top: 100%; z-index: 1002; width: 100%; background: #222; overflow-y: auto; 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;
	max-width:720px;
}
.header-wrap.open .nav-menu { top: 0px; -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: #2a2a2a;}
.nav-menu .menu .menu-list .menu-item ul li { padding: 0 2rem; line-height: 1.6rem;float:left;width:33%;}
.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: 2rem; 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: #f90 linear-gradient(to right, #f90, #fd6b20); border: none;}
.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%;}

/*头部弹出菜单*/
.show-menu-info { position: fixed; top:45px; right: 0; z-index:1000; width: 50%; height: 0; background: #333; 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: ""; position: absolute; right: 20px; bottom: 100%; display: block; width: 0; height: 0; border-color: transparent; border-width: 8px; border-style: solid; 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; right: 10px; background: rgba(0,0,0,.76); border-radius: 5px;}
.show-menu-info li { height: 31px; padding: 7px 35px 7px 25px; border-bottom: 1px solid #767676;}
.show-menu-info li span { float: left; width: 25px; height: 25px;}
.show-menu-info li i { float: left; margin-left: 3px; font-size: 14px; font-style: normal; line-height:31px; color: #fff;}
.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; top: 0; z-index: 9999; width: 100%; height: 50px; background: #fff; border: 0; border-bottom:1px solid #dddddd}
.search-left { position: absolute; top: 0; left: 0; width: 30px; height: 50px;}
.search-left a { display: block; width: 30px; height: 40px; background-position: 5px 12px;}
.search-right { position: absolute; top: 0; right: 0; width: 50px; height: 50px; text-align: center;}
.search-right a { font-size: 14px; line-height: 50px; color: #666;}
.search-middle { position: relative; width: 75%; height: 34px; margin: auto; padding-top: 8px;}
.search-middle .search-info { background: #f3f5f7;}
.text-box { display: inline-block; height: 34px; min-width: 180px; background: #f3f5f7; border-radius: 3px;}
.text-box .text { display: block; width: 100%; height: 34px; font-size: 14px; line-height: 34px; color: #666; text-indent: 10px; background: none; border: 0; border-radius: 0; -webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; -webkit-rtl-ordering: logical; -webkit-user-select: text;}
.text-box .submit { position: absolute; right: 0; top: 7px; display: block; width: 34px; height: 34px; background: url(../images/index/search.png) no-repeat center center; background-size: auto 25px; border: 0;}

/*店铺和宝贝选择*/
.search-type { position: relative; display: inline-block;}
.search-type-txt { width: 56px; height: 30px; font-size: 14px; line-height: 30px; color: #666; text-indent: 10px;}
.search-type-txt:after { content: ''; position: absolute; top: 13px; right: 8px; width: 6px; height: 3px; background-repeat: no-repeat; background-image: url(../images/jiantou-down.png); background-size: 6px 3px;}
.search-type-info { position: absolute; top: 30px; left: 0; z-index: 101; display: none; padding: 10px;}
.search-type-info .search-type-ul { width: 100px; color: #c7c8c9; background: #484d50; border-radius: 6px; overflow: hidden;}
.search-type-info .search-type-ul li { height: 35px; margin-top: -1px; line-height: 35px; border-top: 1px solid #707476;}
.search-type-info .search-type-ul li i { position: relative; top: 1px; display: inline-block; margin: auto 8px -8px 8px; font-size: .75rem;}
.search-type-info .search-type-ul:after { content: ''; position: absolute; left: 20px; top: 5px; display: inline-block; width: 10px; height: 10px; background: #484d50;-webkit-transform: rotate(45deg); transform: rotate(45deg);}

/*搜索弹出层--历史记录和热门搜索*/
.recently-search, .hot-search { width: 100%; background: #fff; overflow: hidden;}
.recently-search h3 { height: 40px; padding-left: 30px; font-size: 14px; font-weight: normal; line-height: 40px; color: #333; background: url(../images/index/souso.png) 10px center no-repeat #fff; background-size: 18px 18px;}
.hot-search h3 { height: 40px; padding-left: 30px; font-size: 14px; font-weight: normal; line-height: 40px; color: #333; background: url(../images/index/search.png) 10px center no-repeat #fff; background-size: 18px 18px;}
.delete-btn { float: right; height: 20px; padding-right: 10px; padding-left: 20px; margin-top: 10px; margin-right: 10px; font-size: 14px; line-height: 20px; color: #c6c6c6;}
.recently-search ul, .hot-search ul { width: 90%; margin: auto; background-color: #fff; overflow: hidden;}
.recently-search ul li, .hot-search ul li { position: relative; float: left; height: 25px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #d7d7d7; border-radius: 4px;}
.recently-search ul li a, .hot-search ul li a { display: block; padding-right: 10px; padding-left: 10px; font-size: 14px; line-height: 25px; color: #999; text-align: center;}
.recently-search .recently-search-null { font-size: 14px; line-height: 120px; color: #999; text-align: center;}

/*返回顶部*/
.gotop { position: fixed; right: 8px; bottom: 115px; z-index: 100; display: block; width: 40px; height: 40px; background-color: rgba(27,27,27,0.6); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.gotop.hide { display: none;}
.gotop img { display: block; width: 40px; height: 40px;}

/*右侧悬浮菜单*/
.right-menu-box { position: fixed; right: 8px; bottom: 70px; z-index: 100; width: 45px; height: 40px; background: url(../images/right-meun-icon/right_menu_bg.png) no-repeat; background-position: -220px 2px; background-size: 270px 79px;}
.right-menu-box.active { width: 265px; background-position: 0 -40px; background-size: 270px 79px; opacity: .6;}
.right-menu-box ul { position: relative; float: left; width: 215px; margin-left: 5px; display: none;}
.right-menu-box.active ul { display: block;}
.right-menu-box ul li { display: inline-block; 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 { position: relative; float: left; height: 40px; width: 45px;}
.right-menu-box .right-menu-btn:before, .right-menu-box .right-menu-btn:after { content: ""; position: absolute; top: 9px; left: 24px; display: block; width: 1px; height: 22px; background: #fff; -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);}

/*footer-nav底部悬浮菜单css*/
/*.footer-nav { position: fixed; bottom: 0; left: 0; z-index: 101; width: 100%; height: 45px; padding: 2px 0; margin: 0; background: #fdfdfd; border-top: 1px solid #f6f6f9; box-shadow: 1px 5px 15px rgba(50,50,50,.3);}
.footer-nav ul { position: relative; display: -webkit-box !important; display: box !important; width: 100%; height: 45px; padding: 0; margin: 0 auto;}
.footer-nav ul li { position: relative; -webkit-box-flex: 1; box-flex: 1; width: 100%; height: 45px; margin: 0; text-align: center;}
.footer-nav ul li a { position: relative; display: block; height: 45px; margin: auto; font-size: 12px; color: #333; text-align: center;}
.footer-nav ul li i { display: block; width: 25px; height: 25px; margin: auto; font-size: 1rem; background-size: contain;}
.footer-nav ul li .index-icon { background: url(../images/tab_home_normal.png); background-size: 25px;}
.footer-nav ul li.current .index-icon { background: url(../images/tab_home_selected.png); background-size: 25px;}
.footer-nav ul li .category-icon { background: url(../images/tab_category_normal.png); background-size: 25px;}
.footer-nav ul li.current .category-icon { background: url(../images/tab_category_selected.png); background-size: 25px;}
.footer-nav ul li .bill-icon { background: url(../images/tab_bought_list_normal.png); background-size: 25px;}
.footer-nav ul li.current .bill-icon { background: url(../images/tab_bought_list_selected.png); background-size: 25px;}
.footer-nav ul li .cart-icon { background: url(../images/tab_cart_normal.png); background-size: 25px;}
.footer-nav ul li.current .cart-icon { background: url(../images/tab_cart_selected.png); background-size: 25px;}
.footer-nav ul li .user-icon { background: url(../images/tab_user_normal.png); background-size: 25px;}
.footer-nav ul li.current .user-icon { background: url(../images/tab_user_selected.png); background-size: 25px;}
.footer-nav ul li .about-icon { background: url(../images/tab_about_normal.png); background-size: 25px;}
.footer-nav ul li .tel-icon { background: url(../images/tab_tel_normal.png); background-size: 25px;}
.footer-nav ul li span { display: block; width: 100%; height: 20px; line-height: 20px;}
.footer-nav ul li.current span { color: #f23030;}*/
.cart-num { position: absolute; top: 0; right: 9px; width: 12px; height: 12px; font-size: 10px; font-weight: normal; line-height: 12px; color: #fff; text-align: center; background: #e71f19; border-radius: 50%;}


/*遮罩层*/
.f_mask2 { position:fixed; top: 0; left: 0; z-index: 111; display: none; width: 100%; height: 100%; margin: 0; background-color: #000; opacity: .4;}
.mask-div { position:fixed; top: 0; left: 0; z-index: 111; display: none; width: 100%; height: 100%; margin: 0; cursor: pointer; background-color: #000; opacity: .4;}

/*弹出层*/
.pop-up-content { position: absolute; top: 50% !important; left: 50% !important; z-index: 999; display: none; width: 80%; margin: -103px 0 0 -40%; background: #fff; border-radius: 3px;}
.pop-up-content .pop-up-content-title { display: block; height: 1rem; padding: 10px 0 0 0; font-size: .75rem;font-weight: 500; line-height: 1rem; color: #222; text-align: center;}
.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 { font-size: 14px; line-height:25px; color: #222; text-align: center;}
.pop-up-content .pop-up-content-footer { height: 1.8rem; padding: .5rem 10px;}
.pop-up-content .pop-up-content-footer button { position: relative; float: left; width: 44%; height: 1.8rem; margin-left: 3%; font-size: .7rem; line-height: 1.8rem; color: #333; text-align: center; background-color: #f1f1f1; border: none; border-radius: .15rem;}
.pop-up-content .pop-up-content-footer button:last-child { float: right; margin-right: 3%; color: #fff; background: #f23030;}

/*重置pc端是否删除弹出层样式*/
.layui-layer-shade { opacity: .4 !important;}
.layui-layer-title, .layui-layer-setwin { display: none !important;}
.layui-layer-dialog { width: 80% !important; top: 50% !important; left: 50% !important; margin: -103px 0 0 -40% !important; border-radius: .2rem !important;}
.layui-layer-dialog .layui-layer-content { line-height: 25px !important; color: #222 !important; text-align: center !important;}
.layui-layer-btn { height: 2.3rem; padding: 0 10px !important; margin: auto !important; text-align: center !important;}
.layui-layer-btn a { position: relative; float: left; width: 44%; height: 1.8rem !important; padding: 0 !important; margin-left: 3% !important; font-size: .7rem; line-height: 1.8rem !important; text-align: center; box-sizing: border-box; border: none !important; border-radius: .15rem !important;}
.layui-layer-btn .layui-layer-btn0 { float: right; margin-right: 3% !important; color: #fff !important; background-color: #f23030 !important; border-color: none !important;}

/*重置pc端提示代码*/
.layui-layer-hui { left:0  !important; top:0 !important; z-index: 99999999; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; box-pack: center; -webkit-justify-content: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; width: 100% !important; height: 100%; min-width: 100% !important; margin:auto !important; -webkit-transition: opacity .3s; transition: opacity .3s; opacity: 1; visibility: visible; background: none !important;}
.layui-layer-hui .layui-layer-content { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 5px; border-radius: 5px; background: rgba(0,0,0,0.7); height: auto !important; max-width: 90%; padding: 0 10px !important; font-size: 14px; line-height: 35px !important; color: #fff !important; text-align: center;}
.more-loader-spinner { width: 100%; font-size: 14px; line-height: 2rem; color: #999; text-align: center;}

/*文本框及错误提示信息样式*/
.tip-error { margin-bottom: .25rem; line-height: .95rem;}
.tip-error i { position: relative; bottom: -.05rem; display: inline-block; font-size: .7rem; color: #f23030;}
.tip-inner { display: inline-block; color: #f23030;}
.middle-content { width: 100%; margin: .5rem auto 0; overflow: hidden;}
.form-group-box { border-top: 1px solid #eee;}
.form-group { background: #fff; border-bottom: 1px solid #eee;}
.form-group dl { position: relative; width: 94%; margin: auto; overflow: hidden; box-sizing: border-box;}
.form-group dl dt { float: left; width: 85px; height: 2.25rem; font-size: .7rem; line-height: 2.25rem; color: #222;}
.form-group dl dd { position: relative; padding-left: 85px; line-height: 2.25rem;}
.form-group dl dd input { width: 190px; height: 1.25rem; padding: .5rem 0 .5rem; font-size: .7rem; line-height: 1.25rem; color: #666; border: none;}
.form-group dl dd input.input-small { width: 100px;}
.form-group dl dd a.phonecode { position: absolute; top: .25rem; right: .5rem; width: 40%; height: 1.75rem; font-size: .7rem; line-height: 1.75rem; color: #fff; text-align: center; background: #f23030; border-radius: .15rem;}
.num-clear { position: absolute; top: .5rem; right: .5rem; width: .975rem; height: .975rem; cursor: pointer; background: #e5e5e5; border-radius: 50%;}
.num-clear.show { display: block;}
.num-clear.hide { display: none;}
.num-clear i { display: block; font-size: .5rem; line-height: 1.1rem; color: #fff; text-align: center;}
.phonecode+.num-clear { right: 45%;}
.form-group dl dd .captcha { position: absolute; top: 0; right: .5rem;}
.form-group dl dd .num-clear { top: .7rem;}
.password-type { position: absolute; top: 10px; right: 0; width: 30px; height: 30px; background: url(../images/user/input-eye-off.png) no-repeat right center; background-size: 25px;}
.password-type.on { background-image: url(../images/user/input-eye-on.png);}
.password-type+.num-clear { top: .7rem; right: 35px;}
.middle-content .submit-btn { width: 94%; margin: 0 auto; padding: 5px 0;}
.middle-content .submit-btn .btn-submit { display: block; width: 100%; height: 40px; margin-top: 10px; font-size: 18px; line-height: 40px; color: #fff; letter-spacing: 1px; text-align: center; background: #f23030; border: 0; border-radius: 4px;}
.middle-content .submit-btn a.btn-submit { display: block; width: 100%; height: 40px; margin-top: 10px; font-size: 18px; line-height: 40px; color: #fff; letter-spacing: 1px; text-align: center; background: #f23030; border: 0; border-radius: 4px;}
.form-control-error { display: block; margin-bottom: 5px; line-height: 20px; color: #f23030; word-break: break-all;}
.form-control-error i { display: inline-block; height: 16px; width: 16px; margin-right: 5px; vertical-align: middle; background: url(../images/form-control-error-icon.png); background-size: contain;}
.invalid .hint { display: block; padding: 0  8px; line-height: 35px; color: #999; background: #f3f5f7; clear: both;}

/*购物车，订单列表等没有数据时提示样式*/
.no-data-div { width:90%; margin: 3rem auto 0;}
.no-data-div .no-data-icon { display: block; height: 5rem; width: 5rem; margin: 0 auto; line-height: 12rem; text-align: center; background: #dfe0e8; border-radius: 100%;}
.no-data-div .no-data-img { padding: .4rem; margin: 0 auto; text-align: center;}
.no-data-div .no-data-img img { height: 4rem;}
.no-data-div .no-data-icon i { display: block; font-size: 3rem; line-height: 5rem; color: #fff;}
.no-data-div dl { height: 2.75rem; margin: .75rem auto; text-align: center;}
.no-data-div dl dt { display: block; height: 1rem; margin-bottom: .25rem; font-size: .7rem; line-height: 1rem; color: #777;}
.no-data-div dl dd { display: block; height: 1rem; margin-bottom: .5rem; font-size: .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: .7rem; line-height: 1.5rem; color: #fff !important; text-align: center; background: #f23030; border-radius: .15rem;}

/*飞入购物车图片样式*/
.fly-img { position: fixed; z-index: 9999; display: block; width: 50px; height: 50px; border-radius: 50px;}
/*ajax之前加载效果*/
.ajax-loading { width: 30px; height: 30px; padding: 30px 0; margin: auto; text-align: center;}
.ajax-loading img { width: 30px; height: 30px;}

/*属性选择弹出层*/
.choose-attribute-mask { position: fixed; top: 0; left: 0; z-index: 999999; display: none; width: 100%; height: 100%; background: #000; opacity: .15; filter: alpha(opacity=15);}
.choose-attribute-main { position: fixed; bottom: 0; left: 0; z-index: 1000001; display: none; height: 70%; width: 100%;}
.choose-attribute-header { height: 100px; margin-top: 24px; color: #58595b; background: #fff;}
.choose-attribute-header img { float: left; width: 90px; height: 90px; padding: 5px; margin-top: -15px; margin-left: 15px; background: #fff; border: 1px solid #f8f8f8; border-radius: 4px;}
.attribute-header-right { float: left; width: 60%; margin-top: 15px; margin-left: 10px; overflow: hidden;}
.attribute-header-right span { display: block; width: 100%; margin-bottom: 5px; font-size: 14px; line-height: 1.5; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.attribute-header-right span.goodprice { font-size:16px; color: #f23030;}
.attribute-header-right i { font-style: normal;}
.choose-attribute-close { position: absolute; top: 38px; right: 5px; width: 20px; height: 20px; margin: 0; background: url(../images/c_cancel.png) center no-repeat; background-size: 10px 10px; border: 1px solid #b3b3b3; border-radius: 50%;}
.choose-attribute-content { height: 100%; padding: 0 15px; overflow-y: scroll; background: #fff;}
.choose dl.attr { padding-bottom: 6px;}
.choose dl.attr dt { width: 100%; font-size: .65rem; line-height: 35px; color: #222;}
.choose dl.attr dd ul li { display: inline-block;}
.choose dl.attr dd a { display: inline-block; padding: 0 15px; margin-right: 5px; margin-bottom: 10px; line-height: 30px; color: #666; border: 1px solid #f3f5f7; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.choose dl.attr dd li.selected a { color: #fff; background: #f23030; 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 { padding: 10px 20px; background: #fafafa; border-top: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7;}
.choose-attribute-content .choose-result-attr { height: 30px; font-size: .65rem; line-height: 30px; color: #666;}
.choose-attribute-content .choose-result-price { height: 30px; font-size: .6rem; line-height: 30px; color: #f23030;}
.choose-attribute-content .choose-result-price em { font-size: .8rem;}
.choose-foot { position: relative; z-index: 2; width: 100%; height: 40px; text-align: center; background: #fff;}
.choose-foot .btn { width: 100%; height: 41px; margin: 0 auto; font-size: .8rem; font-weight: 400; line-height: 41px; color: #fff; text-align: center; letter-spacing: 1px; cursor: pointer; background-color: #f23030; border: none; box-sizing: border-box;}

/*字体*/
@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; z-index: 99999999; width: 100%; height: 0; background: #fff;}
.address-items { margin-bottom: 1rem;}
.address-add-box { width: 100%; margin-bottom: .5rem; background: #fff; overflow: hidden;}
.address-add-box dl { width: 95%; margin: auto; overflow: hidden;}
.address-add-box dl dt { width: 100%; height: 35px; font-size: 16px; line-height: 35px; color: #333;}
.address-add-box dl dt strong { float: left; width: 120px; height: 35px; font-size: .7rem; font-weight: normal; line-height: 35px; color: #222; overflow: hidden;}
.address-add-box dl dt span { display: inline-block; font-size: .7rem; line-height: 35px; color: #222; text-indent: 30px;}
.address-add-box dl dd { width: 100%; padding-bottom: 5px; font-size: 14px; line-height: 150%; color: #666; overflow: hidden;}
.address-bottom { width: 100%; height: 25px; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #f8f8f8;}
.address-bottom .add-left { float: left; width: 60%; overflow: hidden;}
.address-bottom .add-left span { 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; width: 25px; height: 25px; text-indent: -9999px; background-position: -57px -4px;}
.addl-hui { float: left; width: 25px; height: 25px; text-indent: -9999px; background-position: -5px -4px;}
.address-bottom .add-left em { float: left; height: 25px; font-size: 12px; font-style: normal; line-height: 25px; color: #666; text-indent: 5px }
.address-bottom .add-right { float: left; width: 40%; overflow: hidden;}
.address-bottom .add-right a { float: left; width: 50%; overflow: hidden;}
.address-bottom .add-right a span { display: inline-block; height: 25px; margin: auto; font-size: 14px; line-height: 25px; color: #666;}
.address-bottom .add-right a i { display: inline-block; margin-right: 5px; font-size: 18px; line-height: 25px; color: #999;}
.addressmone,.addressmone1 { width: 100%; padding-top: 10px; overflow: hidden;}
.addressmone ul,.addressmone1 ul { width: 100%; margin: auto; background: #fff; overflow: hidden;}
.addressmon ul li,.addressmone1 ul li { position: relative; width: 95%; min-height: 2.25rem; margin: auto; margin-left: .5rem; border-bottom: .05rem solid #f8f8f8;}
.addressmone ul li h4,.addressmone1 ul li h4 { position: absolute; top: 0; left: 0; width: 3rem; font-size: 16px; font-weight: normal; line-height: 2.25rem; color: #444; text-align: right;}
.addressmone ul li .input_box,.addressmone1 ul li .input_box { display: block; margin: 0 .5rem 0 3.5rem }
.addressmone ul li .input_box input,.addressmone1 ul li .input_box input { width: 100%; min-height: .95rem; padding: .65rem 0; font-size: 16px; line-height: .95rem; color: #222; border: none;}
.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: .8rem; line-height: 1.8rem; color: #999; text-align: center; background: #e5e5e5; border: none; border-radius: .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: .8rem; line-height: 1.8rem; color: #999; text-align: center; background: #e5e5e5; border: none; border-radius: .2rem;}
.address_save { display: block; height: 30px; padding-right: 15px; padding-left: 15px; margin: 10px auto; font-size: 16px; line-height: 30px; color: #fff; text-align: center; background: #f60; border: 0;}
.submit_btn { width: 80%; height: 30px; margin-top: 10px; margin-bottom: 10px;}
.address_save1 { float: left; height: 30px; padding-left: 15px; padding-right: 15px; margin-top: 10px; margin-bottom: 10px; font-size: 16px; line-height: 30px; color: #fff; text-align: center; background: #f60; border: 0;}
.address_save2 { float: right; height: 30px; padding-right: 15px; padding-left: 15px; margin-top: 10px; margin-bottom: 10px; font-size: 16px; line-height: 30px; color: #fff; text-align: center; background: #666; border: 0;}
.list-footer { position: fixed; bottom:0; z-index: 2; width: 100%; height: 2.8rem; background:#f3f5f7;}
.list-footer a { display: block; width: 90%; height: 1.8rem; margin: .5rem auto; font-size: .8rem; line-height: 1.8rem; color: #fff; text-align: center; background: #f23030; border-radius: .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; position: fixed; top: 0; right: 0; z-index: 10000; width: 100%; height: 100%; background: #f3f5f7; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: all .3s linear; transition: all .3s linear;}
.address_box_flow { z-index: 9999;}
/*========地区选择========*/
#select_area { position: fixed; bottom: 0; left: 0; z-index: 99999999; width: 100%; height: 0; margin: 0; background: #fff;}
.select_area_box { width: 100%; background: #fff;}
.select_area_box h2 { position: relative; width: 100%; height: 30px; padding: 10px 0; font-size: 18px; font-weight: normal; line-height: 30px; color: #333; text-align: center; border-bottom: .05rem solid #eee;}
.c_close_attr2 { position: absolute; top: 16px; right: 5px; width: 20px; height: 20px; margin: 0; background: url(../images/c_cancel.png) center no-repeat; background-size: 10px 10px; 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 .05rem #eee;}
.select_area_box .tab>li { display: inline-block; width: 32.33%; height: 1.95rem; padding: 0!important; margin: 0; text-align: center; vertical-align: top; border-bottom: none;}
.select_area_box .tab>li a { display: inline-block; padding: .1rem .05rem; font-size: .6rem; line-height: 1.85rem; color: #222;}
.select_area_box .tab>li.selected a { padding: .1rem .05rem 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 { position: relative; z-index: 1; display: block; width: auto; min-height: 1rem; padding: .5rem .2rem; margin-left: 0; font-size: .7rem; line-height: 1rem; color: #222; border-top: solid .05rem #eee; border-bottom: none; overflow: hidden; clear: both;}
.select_area_box .area_box li i { float: right; font-size: .7rem; line-height: 1rem; color: #999;}
.select_area_box .area_box li:first-child { border-top: none;}
.select_area_box .area_box li:last-child { border-top: .05rem solid #eee; border-bottom: .05rem solid #eee;}

/*PC端地址选择*/
.region-chooser-selected { position: relative; z-index: 3;}
.region-chooser-selected .active { border-bottom: 1px solid #fff;}
.region-chooser-selected .region i, .region-chooser-selected .active i { display: inline-block; width: 10px; height: 6px; margin-left: 5px; background-position: -297px -150px;}
.region-tabs { width: 100%; background: none; border: none; overflow: hidden;}
.region-tabs .region-tab, .region-tabs .selected { position: relative;}
.region-tabs .region-tab i, .region-tabs .selected i { position: absolute; top: 12px; right: 5px; display: block; width: 7px; height: 4px; background-position: 0 -81px;}
.region-tabs .region-tab { float: left; width:20%; height: 1.95rem; line-height: 1.95rem; color: #666; text-align: center; cursor: pointer; background: #fff; border-bottom: none;}
.region-tabs .selected { height: 1.95rem; line-height: 1.95rem; color: #f23030; background: #fff; border-bottom: solid 1px #f23030 !important;}
.region-items { position: relative; top: -2px; left: 0; z-index: 99; float: left; width: 97%; height: 100%; padding: 0 5px 5px 5px; border-top: 1px solid #eee; overflow: hidden; overflow-y: scroll;}
.region-items a { display: block; min-height: 1rem; padding: .5rem .2rem; margin: 0 15px; font-size: .7rem; line-height: 1rem; color: #222; overflow: hidden; border-bottom: .05rem solid #eee; clear: both;}
.select-region { z-index: 3; height: 35px; padding: 0 8px; line-height: 35px; vertical-align: middle; border-top: none;}
.select-region .leixing { float: left; height: 38px; *height: 35px; line-height: 38px; *line-height: 35px; color: #666;}
.select-region .leixing input { *vertical-align: middle;}
.region-chooser { position: relative; display: inline-block; width: auto; padding: 5px 0; font-size: .65rem; line-height: 28px; color: #222; vertical-align: middle; border-bottom: none;}

/*盒子模型*/
.ub { display: -webkit-box; display: box; position: relative;}
.ub-f1 { position: relative; -webkit-box-flex: 1; box-flex: 1;}


.loading-box .loading-bg { position: fixed; top: 0; left: 0; z-index: 998; width: 100%; height: 100%; background: #000; opacity: 0;}
.loading-box .loading-inner { position: fixed; top: 50%; left: 50%; z-index: 999; width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; text-align: center; border-radius: 10px; overflow: hidden; opacity: .5;}
.loading-box .loading-inner1 { position: fixed; top: 50%; left: 50%; z-index: 999; width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; text-align: center; background: #000; border-radius: 10px; overflow: hidden; opacity: .5;}
.loading-box .loading-inner img { display: block; height: 25px; margin: 15px auto 8px;}
.loading-box .loading-inner1 img { display: block; width: 25px; height: 25px; margin: 15px auto 8px;}
.loading-box .loading-inner1 .text { font-size: 12px; color: #fff; text-align: center;}

/*过渡页面样式*/
.page-loading-box { position: fixed; z-index: 9999; height: 100%; width: 100%; text-align: center; background: #fff;}
@-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%; width: 72px; margin-top: -24px; margin-left: -40px; text-align: center;}
.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 { display: inline-block; width: 4px; height: 35px; margin: 2px; background-color: #5d9cec; border-radius: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
@-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-top: -25px; margin-left: -25px; text-align:center;}
.loading-img-1 > div { width: 50px; height: 50px; background-color: #5d9cec; -webkit-animation-fill-mode: both; animation-fill-mode: both; -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: .7;}
    100% { -webkit-transform: translate(-100px, -6.25px); transform: translate(-100px, -6.25px);}
}
@keyframes pageloading-img-5-balls {
    75% { opacity: .7;}
    100% { -webkit-transform: translate(-100px, -6.25px); transform: translate(-100px, -6.25px);}
}
.pageloading-img-5 { position: fixed; top: 50%; left: 50%; margin-top: -28px; margin-left: -40px; 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 { position: relative; left: -30px; width: 0; height: 0; 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;}
.pageloading-img-5 > div:nth-child(2) { position: relative; left: -30px; width: 0; height: 0;margin-top: -50px; 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;}
.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) { position: absolute; top: 25px; left: 70px; width: 10px; height: 10px; margin: 2px; background-color: #5d9cec; border-radius: 100%; -webkit-transform: translate(0, -6.25px); -ms-transform: translate(0, -6.25px); transform: translate(0, -6.25px);}
@-webkit-keyframes loading-img-8 {
  50% { opacity: .3; -webkit-transform: scale(.4); transform: scale(.4);}
  100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
}
@keyframes loading-img-8 {
    50% { opacity: .3; -webkit-transform: scale(.4); transform: scale(.4);}
    100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
}
.loading-img-8 { position: fixed; top: 50%; left: 50%; margin-top: -13px; margin-left: -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 { position: absolute; width: 15px; height: 15px; margin: 2px; background-color: #5d9cec; border-radius: 100%; -webkit-animation-fill-mode: both;animation-fill-mode: both;}
/*.loader-inner*/
.layer-msg-loading { top: 50% !important; left: 50% !important; width:60px !important; height: 60px !important; min-width: 60px !important; margin-top: -30px !important; margin-left: -30px !important; box-shadow: 0 0 0 rgba(0,0,0,.2) !important; border-radius: 6px !important;}
.layer-msg-loading .layui-layer-content { padding: 10px !important; overflow: hidden !important;}
.layer-msg-loading img { display: none;}
.layer-msg-loading-simple { left: 50% !important; top: 50% !important; width:60px !important; height: 60px !important; min-width: 60px !important; margin-top:-30px !important; margin-left: -30px !important; background-color: transparent !important; border: none !important; border-radius: 6px !important; box-shadow: none !important;}
.layer-msg-loading-simple .layui-layer-content { padding: 10px !important; overflow:hidden !important;}
.loader-inner { position: relative; width: 40px; height: 41px; margin: auto;}
.loader-inner img { position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; max-width: 16px; max-height: 16px; margin-top: -8px; margin-left: -8px;}
.loader-inner.ball-clip-rotate > div { display: inline-block; width: 25px !important; height: 25px !important; margin: 5px auto; border: 2px solid #fff; border-radius: 99%; border-bottom-color: transparent; -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 { position: fixed; top: 0; right: 0; z-index: 10000; width: 100%; height: 100%; background: #f3f5f7; overflow-y: hidden; -ms-flex-direction: column; -webkit-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; flex-direction: column; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0);-webkit-transition: all .3s linear; transition: all .3s linear;}
.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;}

/*border*/
.border-top, .border-bottom { position: relative;}
.border-top:after, .border-bottom:after { content: ''; position: absolute; left: 0; width: 100%; height: 1px; background: #e8e8e8; -webkit-transform: scaleY(.5); transform: scaleY(.5);}
.border-top:before { top: 0; -webkit-transform-origin: 0 0; transform-origin: 0 0;}
.border-bottom:after { bottom: 0; -webkit-transform-origin: 0 50%; transform-origin: 0 50%;}

/*热门菜单*/
.hot-menu { display: -webkit-box; display: box; padding: .8rem .5rem .6rem; background: #fff;}
.hot-menu a { display: block; -webkit-box-flex: 1; box-flex: 1; text-align: center;}
.hot-menu .iconfont, .hot-menu span { display: block;}
.hot-menu .iconfont { position: relative; z-index: 1; width: 2.18rem; height: 2.18rem; margin: 0 auto; font-size: 1.3rem; line-height: 2.18rem; color: #fff; color: rgba(255,255,255,.8); text-shadow: 2px 2px 10px rgba(0,0,0,.15); background: #ccc; border-radius: 50%;}
.hot-menu a:nth-child(1) .iconfont { background: #f9af64 linear-gradient(to bottom right, #f9c374, #f89952);}
.hot-menu a:nth-child(2) .iconfont { background: #f9af64 linear-gradient(to bottom right, #75e3fb, #5cc2f8);}
.hot-menu a:nth-child(3) .iconfont { background: #f9af64 linear-gradient(to bottom right, #f59e78, #ff7760);}
.hot-menu a:nth-child(4) .iconfont { background: #f9af64 linear-gradient(to bottom right, #ffd251, #f4b43d);}
.hot-menu .iconfont .hot-num { position: absolute; top: .1rem; right: -.8rem; height: 14px; padding: 0 .2rem; font-size: 12px; line-height: 14px; color: #fff; background: #ff4b39; border: 2px solid #fff; border-radius: 1rem;}
.hot-menu span { padding-top: .3rem; font-size: .6rem; color: #333;}

/*模块布局 标题-描述-内容*/
.container { padding: 1rem .8rem; text-align: center;}
.container .title { padding-bottom: .3rem; font-size: .85rem; line-height: 1.8; color: #333;}
.container .title a { color: #333;}
.container .title span { vertical-align: top;}
.container .title .iconfont { margin-left: .5rem; font-size: .85rem; color: #525252; vertical-align: top;}
.container .desc { padding-bottom: .5rem; font-size: .6rem; color: #94979c;}
.container .btn { display: inline-block; padding: 0 1.1rem; margin: 1rem auto .2rem; font-size: .6rem; line-height: 2.2; color: #fff; background: #fa3e56; border-radius: 2rem;}

/*提升注册*/
.container.register-promote { margin-top: 0; background: transparent;}
.register-promote .btn { margin-top: .5rem; color: #fff; background: #f90;}
.register-promote .btn.link { margin-left: .5rem; color: #f90; background: transparent; border: 1px solid #f90; box-sizing: border-box;}

/*底部*/
.footer-info *{font-family: Helvetica,"STHeiti STXihei","Microsoft YaHei",Tohoma,Arial;}
.footer-info { padding: .5rem .8rem 1rem; background: #282828;}
.footer-info .footer-menu .menu-item:after { opacity: .2;}
.footer-info .footer-menu .menu-item > a { display: block; padding: 0 .3rem 0 .1rem; font-size: .6rem; line-height: 2rem; color: #aaa; cursor: pointer; overflow: hidden;}
.footer-info .footer-menu .menu-item > a .iconfont { float: right; font-size: .8rem;}
.footer-info .footer-menu .menu-item > ul { display: block; padding: 0 .5rem .5rem;}
.footer-info .footer-menu .menu-item > ul.menu-products{clear:both; overflow:hidden;}
.footer-info .footer-menu .menu-item > ul.menu-products li { float: left; width: 50%;}
.footer-info .footer-menu .menu-item > ul.menu-solution-list li { float: left; width: 33.33%;}
.footer-info .footer-menu .menu-item > ul a { font-size: .6rem; line-height: 1.6rem; color: #848484;}
.footer-info .wx-code { padding-top: 1rem;}
.footer-info .wx-code img { display: block; width: 35%; margin: 0 auto;}
.footer-info .wx-code p { padding-top: .3rem; font-size: 12px; color: #848484; text-align: center;}
.footer-info .footer-tel { display: block; padding: .3rem 0; margin: 1rem 0 .5rem; font-size: .6rem; font-weight: 300; color: #aaa; text-align: center; border: 1px solid rgba(255,255,255,.2);}
.footer-info .branch { margin-bottom: .5rem; text-align: center; }
.footer-info .branch a { margin: 0 .2rem; font-size: 12px;color: #999; }
.footer-info .copyright { font-size: 12px; line-height: 16px; color: #848484; text-align: center;}
.footer-info .copyright .copyright-img { display: block; width: 75px; height: 30px; margin: 10px auto 5px;}
.footer-info .copyright .copyright-img img { max-width: 100%; max-height: 100%;}
.footer-info .copyright a.copyright-text { font-size: 12px; color: #ccc;}

/*底部*/
.footer-info { position: relative; text-align: center; padding: 10px; 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: 33%; font-size: 12px; line-height: 1rem;}
.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 .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 a { color: #999;}
.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;}

/*底部菜单*/
.footer-nav { position: fixed; bottom: 0; left: 0; z-index: 101; width: 100%; height: 50px; padding: 0; background: #fdfdfd; box-shadow: 1px 5px 15px rgba(50,50,50,.3); border-top: 1px solid #f6f6f9;
max-width:720px;
    top:100%;
    left: 50%;
    transform: translate(-50%,-100%);
    z-index:999;

}
.footer-nav ul { height: 50px; display: -webkit-box !important; display: box !important;}
.footer-nav ul li { -webkit-box-flex: 1; box-flex: 1; height: 45px; text-align: center;}
.footer-nav ul li a { display: block; font-size: 12px; color: #333; text-align: center;}
.footer-nav ul li i {height: 30px;
font-size: 22px;
line-height: 35px;
display: inline-block;}
.footer-nav ul li span { display: block; width: 100%; height: 20px; line-height: 20px;}
.footer-nav ul .btn { width: 40%;}
.footer-nav ul .btn a { display: block; height: 51px; margin-top: -1px; font-size: .7rem; line-height: 51px; color: #fff; background: #488bff;}


/*微信二维码弹框*/
.wx-code-layer { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999999; cursor: pointer; background: rgba(0,0,0,.3);}
.wx-code-content { position: absolute; top: 45%; left: 50%; width: 70%; padding: .8rem .5rem !important; text-align: center; background: #fff !important; border-radius: 10px !important; box-sizing: border-box; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.wx-code-content h3 { font-size: .8rem; font-weight: 300; color: #333;}
.wx-code-content img { display: block; width: 100%; margin: 0 auto;}
.wx-code-content p { font-size: 12px; line-height: 1.5;}
.wx-code-layer .wx-code-layer-close { position: absolute; bottom: 3rem; left: 50%; display: block !important; width: 1.7rem; height: 1.7rem; margin-left: -.8rem; text-align: center;}
.wx-code-layer .wx-code-layer-close .iconfont { font-size: 2rem; color: rgba(255,255,255,.8);}

.fixed-weixin-layer { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1200; display: none; background: rgba(0,0,0,.7); -webkit-transform: translate3D(0,0,0); transform: translate3D(0,0,0);}
.fixed-weixin-layer .weixin-layer-close { position: fixed; top: .5rem; right: .5rem;}
.fixed-weixin-layer .weixin-layer-close i { font-size: 1.5rem; color: #aaa;}
.fixed-weixin-layer .fixed-weixin-con { position: absolute; top: 50% !important; left: 10%; width: 80%; margin: 0 auto; -webkit-transform: translateY(-50%);transform: translateY(-50%); background: #fff; border-radius: 10px;}
.fixed-weixin-tip { width: 100%; height: auto; padding: 20px 0; text-align: center;}
.fixed-weixin-tip p { font-size: 16px; color: #666;}
.fixed-weixin-tip .qr-box { width: 240px; height: 100px; padding-top: 20px; margin: 0 auto; text-align: center;}
.fixed-weixin-tip .qr-box img,.fixed-weixin-tip .qr-box .finger-print { display: block; width: 100px; height: 100px; margin: 0 10px;}
.fixed-weixin-tip .qr-box .finger-print{ position:relative; background: url(../images/qr-fingerprint.png); background-size: contain;}
.fixed-weixin-tip .qr-box .scan-line { position: absolute; right: 0; bottom: 0; height: 20px; width: 100px; background-image: linear-gradient(0deg, rgba(255,255,24,0), rgba(255,255,24,.9));-webkit-animation: scanLineMoved 2s ease-in-out infinite normal; animation: scanLineMoved 2s ease-in-out infinite normal; opacity: .4;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none;}
@-webkit-keyframes scanLineMoved {
    0% { height: 0; -webkit-transform:translateY(0); transform: translateY(0);}
    50% { height: 25px;}
    to { height: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px);}
}
@keyframes scanLineMoved {
    0% { height: 0; -webkit-transform: translateY(0); transform: translateY(0);}
    50% { height: 25px;}
    to { height: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px);}
}
.fixed-weixin-layer .fixed-weixin-con .other-way { margin: 0 15px; padding: 10px 0 15px; border-top: 1px dotted #eee;}
.fixed-weixin-layer .fixed-weixin-con .other-way .other-way-title { font-size: 16px; font-weight: normal; line-height: 40px; color: #666; text-align: center;}
.fixed-weixin-layer .fixed-weixin-con .other-way ul li { font-size: .6rem; line-height: 20px; color: #999;}

/*验证码弹出层*/
.captcha-layer{position: fixed;width:300px; left: 50% !important;top:50% !important;background:#fff;border-radius:0.2rem;z-index: 112;left: 50%;top: 50%;-webkit-transform: translate(-50%,-155px);-moz-transform: translate(-50%,-155px); -o-transform: translate(-50%,-155px);-ms-transform: translate(-50%,-155px);transform: translate(-50%,-155px);text-align: center;}
.captcha-layer-title{ display:block; height:2.25rem;line-height:2.25rem;font-size:0.8rem; color:#222;}
.captcha-layer-con{ text-align:center; padding:15px 0px;}
.captcha-layer-con .form-group{ border-bottom:0px;}
.captcha-layer-con .form-group dl{ width:90%;}
.captcha-layer-con .form-group dl dt{ display:none;}
.captcha-layer-con .form-group dl dd{ padding-left:0px;}
.captcha-layer-con .form-group dl dd input.input-small{display:inline-block;position: relative;border: 1px solid #eee;border-radius: 3px;height: 33px;line-height: 33px;padding: 0px;width:125px;text-indent: 10px;}
.captcha-layer-con .form-group dl dd .captcha{ display:inline-block; position:relative; right:0px;}
.captcha-layer-con .form-group dl dd .captcha+.num-clear {right: 120px;}
.captcha-layer-con .form-control-error{ text-align:left; text-indent:35px;}
.captcha-layer-bottom{ padding:10px; height:1.8rem;}
.captcha-layer-bottom a{ position:relative;width:44% !important; margin-left:3%; float:left; height:1.8rem !important; line-height:1.8rem !important;border:none; color:#333; font-size:0.7rem; text-align:center; border-radius:0.15rem; border:none; margin-top:0px !important;}
.captcha-layer-bottom a:first-child{ background-color: #f1f1f1;}
.captcha-layer-bottom a:last-child{ float:right; margin-right:3%;color:#fff;}

@media only screen and (max-width: 375px) {
    .header-wei800 .header-icon span { top: .25rem; right: .15rem;}
}



/*注册*/
.guestbook{ 
position: fixed;top:0;
width:90%; height:auto;
		max-width:300px;
		bottom:90%;
		left: 50%;
		transform: translate(-50%,100%);
}
.guestbook .logo{ width:100%; height:80px;position:relative; background:#333333; border-radius:10px 10px 0 0; margin:20px 0 0 0;overflow:hidden;}
.guestbook .logo p{font-size:16px;font-family:'Microsoft YaHei';font-weight:100;padding-left:30px;margin-top:30px;color:#ccc;}
.guestbook .logo img{ width:100px; position:absolute; left:50%; margin-left:-50px; top:15px;}
.guestbook ul{ width:100%; height:230px; float:left; background:#f7f7f7; padding:15px 0; display:inline;}
.guestbook ul li{ width:80%; height:45px; margin:0 10% 10px 10%; float:left; border:1px solid #eeeeee; border-radius:7px; position:relative;background: #f7f7f7;}
.guestbook ul li i{ width:30px; height:30px; position:absolute; left:8px; top:6px; z-index:2;margin: 5px 0;color:#ccc; font-size:22px;}
.guestbook ul li input{ width:auto; float:left; line-height:40px; border:0; font-size:16px; color:#999; position:absolute; 
left:0; top:0px; padding:0 0 0 35px;background: #f7f7f7; z-index:1;border-radius: 7px;}
.guestbook ul li span{ font-size:14px; color:#29a1f7; line-height:30px; position:absolute; right:5px; top:0; z-index:2;}
.guestbook ul li a{ font-size:12px; color:#29a1f7; line-height:30px;position:absolute; right:0px; top:-3px; z-index:2;margin: 5px 0;}
.guestbook ul .liji{ width:80%; height:40px; float:left; margin:2% 10%; text-align:center; line-height:40px; color:#FFF; background:#ef8200; border:0; border-radius:7px;position: relative;top: -6px;}
#img_code{width: 40px;}
.guestbook .xiafang{ 
width:100%; height:auto; float:left; background:#f7f7f7; border-top:1px solid #eeeeee; padding:15px 0px ; border-radius:0 0 10px 10px;position: relative;margin-top: 0;
height:auto; background:#f7f7f7; border-top:1px solid #eeeeee; padding:15px 0px 15px 0px; border-radius:0 0 10px 10px;position: relative;margin: 0px;width:100%
}
.guestbook .xiafang p{ width:100%; height:auto; float:left; text-align:center; font-size:14px; color:#aaa; line-height:30px;}
.guestbook .xiafang p a{ font-size:14px; color:#29a1f7;}
.guestbook .xiafang span{ width:100%; height:auto; float:left; text-align:center; font-size:14px; color:#585757;}
.guestbook .xiafang span a{ font-size:14px; color:#585757; margin:0 10px;}
.guestbook .xiafang span a font{ color:#ef8200; font-size:14px;}
.guestbook .tuichu{width:40px;height:40px;opacity:0.5;position:absolute;top:20px;right:20px;cursor:pointer;}
#btnGuestBookSave{cursor:pointer;}
