
/*公共样式*/
body, div, p, iframe, ul, li, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, table, th, td, input, button, select, textarea {
	margin: 0;
	padding: 0;
	font-family:Microsoft YaHei
	
}



h1, h2, h3, h4 {
	font-weight: normal;
}

body,button,input,select,textarea {
	color: #333;
	font: 12px/1.5 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

body {
	min-width:1280px;
}

/*--------隐藏baidu--------*/
body > a { display: none; }


button {
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

button:active {
	opacity: 0.8;
	/*透明度*/
	filter: alpha(opacity=80);
 	/* IE */
	-moz-opacity: 0.8;
 	/* 内核Mozilla */
	-khtml-opacity: 0.8;
 	/* 内核Safari */
}

input,button,select,textarea {
	outline: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

li {
	list-style-type: none;
}

em,i {
	display: block;
	font-style: normal;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	position: relative;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

img {
	border: none;
	vertical-align: middle;
}

input:focus,textarea:focus{
	border-color: #66afe9;
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


/*--------浮动--------*/
.ui-left { float: left; }

.ui-right { float: right; }

/*--------清除浮动--------*/
.clearfloat { clear: both; }

.clearfix { zoom: 1; }
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: '.';
	line-height: 0;
}

.rel { position: relative; }


/*--------超出省略号--------*/
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*--------字体颜色--------*/
.orange,.red{color: #29a49b;}
.green{color:#00a699}
.blue{color:#2b94d1}
.blue:hover{color: #29a49b;text-decoration: underline;}
.cl-f90{color:#f90}
.c48{color:#484848 !important}
.c6{color:#666}
.c8{color:#888}
.c9{color:#999}


/*--------圆角--------*/
.radius-3 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*--------占位符--------*/

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #999;
}

/*--------阴影--------*/
.shadow {
	-webkit-box-shadow: 2px 2px 10px #9d9c9c;
  /* for safari or chrome */
	-moz-box-shadow: 2px 2px 10px #9d9c9c;
  /* for firefox */
	box-shadow: 2px 2px 10px #9d9c9c;
  /* for opera or ie9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
  /* For IE 5.5 - 7 */
}

.center {
	text-align: center;
}

/*--------字体大小--------*/
.f12{font-size:12px !important;}
.f14{font-size:14px !important;}
.f16{font-size:16px !important;}
.f18{font-size:18px !important;}
.f20{font-size:20px !important;}
.f22{font-size:22px !important;}
.f24{font-size:24px !important;}
.f28{font-size:28px !important;}
.f30{font-size:30px !important;}
.bold{font-weight:700}


.P30{ padding: 30px;}

/*--------间距--------*/
.mt5{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}

.ml5{ margin-left: 5px !important;;}
.ml10{ margin-left: 10px !important;;}
.ml15{ margin-left: 15px !important;;}
.ml20{ margin-left: 15px !important;;}
.ml25{ margin-left: 25px !important;;}

.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}
.mr20{ margin-right: 15px;}



/*--------圆角--------*/
.radius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

/*--------公用3像素圆角--------*/
.radius {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/*--------主体通用宽度--------*/
.w {
	margin: 0 auto;
	width: 1200px;
}

.w1280 {
	margin: 0 auto;
	width: 1280px;
}

/*--------弹框背影--------*/
.g-mian-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	display: none;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}


/*--------快捷方式--------*/
.shortcut {margin-top: 25px;}
.shortcut .phone{ float: left; width: 108px; height: 30px;  }
.shortcut .phone a{ display: block; border-radius: 30px; background-color: #e17c51; border: 1px solid #eb8357; font-size: 14px; color: #fff;}
.shortcut .phone a:hover{ background-color: #e57f53;}
.shortcut .phone a i.icon{ width: 24px; height: 24px; display: inline-block; vertical-align: top; margin: 3px 2px 0 4px; border-radius: 24px; background: url(../images/head-phone@icon.png); background-color: #f2f2f2;}
.shortcut .phone a span.dt{ display: inline-block; vertical-align: middle; line-height: 30px; color: #fff;}

.shortcut .login{ position: relative; float:left; height: 32px; margin-left: 38px; font-size:14px; color: #fff;}
.shortcut .login .icon{ overflow: hidden; display: inline-block; vertical-align: middle; width: 32px; height: 32px; border-radius: 32px; margin-right: 5px;}
.shortcut .login .dt a{ display: inline-block; vertical-align: middle; line-height: 32px; color: #fff;}
.shortcut .login .dt a:hover{ color: #ffe4d9; }
.shortcut .login .dt .name{ width: 84px;}

.shortcut .login .dt .arrow {
	display: inline-block; 
	vertical-align: middle;
	width: 10px;
	height: 7px;
	margin-left: 2px;
	margin-top: 1px;
	background: url(../images/nav-user-account@arrow.png);
}

.shortcut .login .dt .over {
	background: url(../images/nav-user-account@arrow.png) 0 -9px;
}

.shortcut .login .spacer{ display: inline-block; vertical-align: middle; width: 1px; height: 14px; background-color: #e8c6bc; margin: 0 3px;}
.shortcut .login .subtopic-login-account {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99;
	width: 184px;
}
.shortcut .login .subtopic-login-account .sublist{
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	font-size: 14px;
	padding: 12px;
	background-color: #fff;
	margin-top: 15px;
}

.shortcut .login .subtopic-login-account .sublist a {
	display: block;
	text-indent: 20px;
	line-height: 40px;
	border: 1px solid #efefef;
    margin-top: -1px;
}

.shortcut .login .subtopic-login-account .sublist a:hover {
	background-color: #efefef;
	color: #fc5d0d;
	font-weight: bold;
}

.shortcut .login .subtopic-login-account .sublist a:last-child{
	margin-top: 10px;
	color: #fc5d0d;
	font-weight: bold;
}


.shortcut .shopping-cart{ float: left; width: 90px; height: 32px; margin-left: 32px; font-size: 14px; color: #fff;}
.shortcut .shopping-cart a{ display: block; color: #fff;}
.shortcut .shopping-cart a:hover{ color: #ffe4d9;  }
.shortcut .shopping-cart i.icon{ display:inline-block; vertical-align: middle; width: 32px; height: 32px; background: url(../images/head-cart@icon.png);}
.shortcut .shopping-cart span.dt{ margin-left: 5px; display: inline-block; vertical-align: middle; line-height: 32px; }
.shortcut .shopping-cart .badge {
    position: absolute;
    top: -2px;
    left: 19px;
    z-index: 100;
    padding: 4px 5px;
    height: 10px;
    min-width: 10px;
    border-radius: 10px;
    background-color: #e17c51;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}


/*顶部快捷方式2*/
.the-shortcut {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 60px;
    background-color: #313131;
    color: #d5d5d5;
    box-sizing: border-box;
    overflow: hidden;
}

.the-shortcut .ui-left {
    font-size: 12px;
}

.the-shortcut li {
    float: left;
    cursor: pointer;
}

.the-shortcut li a{
    color: #d5d5d5;
}

.the-shortcut li a:hover{
    color: #fff;
}

.the-shortcut .split-lines {
    height: 12px;
    overflow: hidden;
    margin: 11px 10px 0;
    border-right: 1px solid #555;
}

.the-shortcut li > span {
    font-size: 22px;
    vertical-align: middle;
}

.shortcut li.spacer {
	overflow: hidden;
	margin: 3px 5px 0;
	width: 1px;
	height: 13px;
	background-color: #fff;
	opacity: 0.3;
}

.shortcut .ttbar-login a {
	margin-right: 8px;
}

.shortcut .ttbar-login .prizeIcon {
	float: left;
	margin: 2px 5px 0 0;
	width: 15px;
	height: 15px;
	background: url(../images/prize-icon.png);
}



/*--------导航2---------*/
/*导航右侧登录*/
/*--------导航2---------*/
/*导航右侧登录*/
.nav-box2 .nav-right {
	float: right;
	height: 80px;
}

/*手机*/
.nav-box2 .nav-right .phone {
	float: left;
	width: 108px;
	height: 32px;
	margin-top: 24px;
}

.nav-box2 .nav-right .phone a {
	display: block;
	border-radius: 32px;
	background-color: #cb9278;
	font-size: 14px;
	color: #fff;
}

.nav-box2 .nav-right .phone a:hover {
	background-color: #e57f53;
}

.nav-box2 .nav-right .phone a i.icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	margin: 4px 2px 0 4px;
	border-radius: 24px;
	background: url(../images/head-phone@icon.png);
	background-color: #f2f2f2;
}

.nav-box2 .nav-right .phone a span.dt {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	color: #fff;
}


/*未登录*/

.nav-box2 .nav-right .login {
	position: relative;
	float: left;
	height: 32px;
	margin: 24px 43px 0;
	font-size: 14px;
	color: #fff;
}

.nav-box2 .nav-right .login .icon {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	margin-right: 5px;
}

.nav-box2 .nav-right .login .dt a {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
}

.nav-box2 .nav-right .login .dt .name {
	width: 84px;
}

.nav-box2 .nav-right .login .dt .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 7px;
	margin-left: 2px;
	margin-top: 1px;
	background: url(../images/nav-user-account2@arrow.png);
}

.nav-box2 .nav-right .login .dt .over {
	background: url(../images/nav-user-account2@arrow.png) 0 -9px;
}

.nav-box2 .nav-right .login .spacer {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 14px;
	background-color: #e8c6bc;
	margin: 0 3px;
}

.nav-box2 .nav-right .login .subtopic-login-account {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99;
	width: 184px;
}

.nav-box2 .nav-right .login .subtopic-login-account .sublist {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	font-size: 14px;
	padding: 12px;
	background-color: #fff;
	margin-top: 15px;
}

.nav-box2 .nav-right .login .subtopic-login-account .sublist a {
	display: block;
	text-indent: 20px;
	line-height: 40px;
	border: 1px solid #efefef;
	margin-top: -1px;
}

.nav-box2 .nav-right .login .subtopic-login-account .sublist a:hover {
	background-color: #efefef;
	color: #fc5d0d;
	font-weight: bold;
}

.nav-box2 .nav-right .login .subtopic-login-account .sublist a:last-child {
	margin-top: 10px;
	color: #fc5d0d;
	font-weight: bold;
}

/*购物车*/
.nav-box2 .nav-right .shopping-cart {
	width: 140px;
	height: 82px;
	margin-left: 32px;
	font-size: 14px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	background: #f5f5f5;
	text-align: center;
}

.nav-box2 .nav-right .shopping-cart a {
	display: block;
}

.nav-box2 .nav-right .shopping-cart i.icon {
	display: inline-block;
	vertical-align: middle;
	height: 23px;
	width: 24px;
	background: url(../images/head-cart@icon2.png);
}

.nav-box2 .nav-right .shopping-cart span.dt {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
}

.nav-box2 .nav-right .shopping-cart .badge {
	position: absolute;
	top: -2px;
	left: 40px;
	z-index: 100;
	padding: 4px 5px;
	height: 10px;
	min-width: 10px;
	border-radius: 10px;
	background-color: #fc5d0d;
	color: #fff;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	line-height: 10px;
}
/*!*顶部导航*!*/
.nav-box2 {
	position: relative;
    box-sizing: border-box;
    height: 82px;
    min-width: 1280px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
}
@media screen and (max-width: 1366px) {
    .nav-box2 {
        padding: 0;
    }
}
/*导航悬浮*/
.nav-fly {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.nav-box2 .nav-left {
    float: left;
    height: 82px;
	margin-left: 30px;
}

.nav-box2 .nav-left .logo {
	display: block;
	width: 257px;
	height: 49px;
	background: url(../images/subtopic@logo.png);
    float: left;
    margin-top: 20px;
}


.nav-box2 .nav-left .nav-menu {
    float: left;
    margin: 9px 0 0 50px;
}

.nav-box2 .nav-left .nav-menu > li {
    float: left;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
}

.nav-box2 .nav-left .nav-menu > li > a {
	padding:0 5px;
    height: 69px;
    line-height: 60px;
    font-size: 16px;
    margin-right: 9px;
    transition: all 0s;
    box-sizing: border-box;
    display: inline-block;
}



.nav-box2 .nav-left .nav-menu > li:hover > a {
   color: #fc5d0d;
}
.nav-box2 .nav-left .nav-menu > li > a .nav-down {
	display: block;
	background: url("../images/nav-down.png") no-repeat center;
	width: 14px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	z-index: 1;
	transition: all .3s linear;
}
/*!*激活一级菜单*!*/
.nav-box2 .nav-left .nav-menu .active-menu > a{
    color: #fc5d0d;
    /*border-bottom: 3px solid #fc5d0d;*/
}

.nav-box2 .nav-left .nav-menu .active-menu a:after{
	content: '';
	position: absolute;
	left: 2px;
	width: 72px;
	bottom: 0;
	height: 4px;
	border-radius: 4px;
	background-color: #ff6a00;
}
/*导航子菜单*/
.nav-box2 .nav-left .sub-menu {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 80px;
	left: 0;
	z-index: 3;
	background: #fff;
	border-top: 1px solid #dddddd;
	display: none;
	padding: 0 180px;
	box-sizing: border-box;
	font-size: 0;
	overflow: hidden;
}

.nav-box2 .nav-left .sub-menu .link {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 16px;
	padding: 0 6px;
	color: #777777;
	box-sizing: border-box;
	position: relative;
}

.nav-box2 .nav-left .sub-menu .link:before {
    display: block;
    content: '';
    width: 0;
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom: 1px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

.nav-box2 .nav-left .sub-menu .link:hover {
    color: #333333;
}

.nav-box2 .nav-left .sub-menu .link:hover:before {
    border-bottom: 2px solid #333333;
    width: 100%;
}

/*--------页面内容--------*/
.g-mian {
	overflow: hidden;
	background-color: #f3f5f7;
}

.g-mian2 {
	overflow: hidden;
	background-color: #f3f5f7;
}
/*--------四大优势--------*/
.four-guarantee {
	background-color: #232323;
}

.four-guarantee .guarantee-box {
	padding: 30px 0;
}

.four-guarantee .guarantee-box li {
	float: left;
	margin-right: 35px;
	width: 293px;
	height: 60px;
	color: #ff700a;
	/*border-right: 1px solid #f1f1f1;*/
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	transition: All 0.3s ease-in-out;
}
.four-guarantee .guarantee-box li a{
	color: #ff700a;
}

.four-guarantee .guarantee-box li:hover {
	color: #fc5d0d;
	-webkit-transform: translate(0,-8px);
	-moz-transform: translate(0,-8px);
	-o-transform: translate(0,-8px);
	transform: translate(0,-8px);
	-ms-transform: translate(0,-8px);
}

.four-guarantee .guarantee-box li:last-child {
	margin-right: 0;
	border-right: 0;
}

.four-guarantee .guarantee-box li .jp-ico {
	float: left;
	margin-right: 15px;
	margin-top: 2px;
}

.four-guarantee .guarantee-box li p {
	margin-top: 2px;
	color: #9b9ea0 !important;
}



/*--------网上咨询--------*/
.Online-consulting {
	position: fixed;
	top: 520px;
	right: 0;
	z-index: 999;
	margin-top: -100px;
	width: 50px;
}

.Online-consulting ul {
	width: 54px;
}

.Online-consulting ul li {
	position: relative;
	margin-bottom: 1px;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background-color: #453f3d;
	background: rgba(0,0,0,0.6);
	
}

.Online-consulting ul li a {
	position: relative;
	display: block;
	color: #666;
}

.Online-consulting ul li a:hover {
	border-radius: 3px;
	background-color: #2b303a;
}

.Online-consulting ul li .hide {
	position: absolute;
	top: 0;
	left: 50px;
	z-index: -1;
	width: 185px;
	border-radius: 3px;
	background-color: #252931;
	color: #fff;
	opacity: 0;
}

.Online-consulting ul li .qq {
	overflow: hidden;
	padding: 14px 0 13px 10px;
}

.Online-consulting ul li .qq i {
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}

.Online-consulting ul li .tel {
	padding: 18px 0 18px 10px;
	line-height: 1;
}

.Online-consulting ul li .ewm {
	float: left;
	margin-right: 1px;
	padding: 20px 20px;
	background-color: #252931;
}

.Online-consulting ul li .ewm p {
	margin-top: 10px;
}

/*--------翻页--------*/
.pagination {
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	margin-left: -1px;
	padding: 10px 18px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #777;
	text-decoration: none;
	line-height: 1.42857143;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	border-color: #ddd;
	background-color: #eeeeee;
	color: #23527c;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	border-color: #fc5d0d;
	background-color: #fc5d0d;
	color: #fff;
	cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	border-color: #ddd;
	background-color: #fff;
	color: #777;
	cursor: not-allowed;
}

/*--------公用弹框--------*/
.pop-up {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	background: rgba(0, 0, 0, 0.6);
	animation: poupFadIn 0.5s ease 0s 1;
}

.pop-up .box {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: auto;
	margin-top: -200px;
	width: 450px;
	border: 9px solid #b4b4b4;
	background-color: #fff;
}

.pop-up .box h4 {
	padding: 0 15px 0 20px;
	height: 35px;
	border-bottom: 1px solid #d9d9d9;
	background-color: #f2f2f2;
	line-height: 35px;
}

.pop-up .box h4 .close {
	cursor: pointer;
}

.pop-up .box .increase-invoice-body {
	padding: 20px 20px;
	text-align: justify;
}

.pop-up .box .increase-invoice-body .txt {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
}

.pop-up .box .increase-invoice-body .operation {
	padding: 20px 0 15px;
}

.pop-up .box .increase-invoice-body .operation button {
	margin: 0 3px;
}

.pop-up .box .increase-invoice-body .operation .submit {
	padding: 8px 40px;
	border: 0;
	background-color: #fc5d0d;
	color: #fff;
	font-weight: bold;
}

.pop-up .box .increase-invoice-body .operation .cancel {
	padding: 8px 40px;
	border: 0;
	background-color: #e3e3e3;
	color: #484848;
}

.pop-up .box .increase-invoice-body .operation .submit:hover {
	background-color: #ff6000;
}

/*--------订单消息提醒弹框 --------*/
.order-information-pup {
	position: fixed;
	right: 50px;
	bottom: 0;
	z-index: 9999;
	width: 295px;
	background-color: #fff;
}

.order-information-pup .hd {
	overflow: hidden;
	padding: 0 15px;
	height: 36px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-color: #e83e00;
	color: #fff;
	line-height: 36px;
}

.order-information-pup .hd .more {
	float: right;
	cursor: pointer;
}

.order-information-pup .hd .more span.add {
	display: block;
	margin: 10px 0;
	font-size: 20px;
	line-height: 14px;
}

.order-information-pup .hd .more span.red {
	display: block;
	margin: 9px 0;
	font-size: 35px;
	line-height: 14px;
}

.order-information-pup .hd .more span.ignore {
}

.order-information-pup .hd i {
	display: inline-block;
	overflow: hidden;
	margin: -2px 0 0 3px;
	padding: 0 4px;
	height: 16px;
	border-radius: 16px;
	background-color: #fff;
	color: #e83e00;
	vertical-align: middle;
	line-height: 17px;
}

.order-information-pup .bd {
	padding: 12px 5px 12px 12px;
	border: 1px solid #e83e00;
}

.order-information-pup .bd .list {
	overflow-y: auto;
	padding-right: 5px;
	height: 350px;
}

.order-information-pup .bd .list::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
	overflow: hidden;
	height: 1px;
	border-radius: 5px;
}

.order-information-pup .bd .list::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	overflow: hidden;
	border-radius: 5px;
	background: #d1d1d1;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

.order-information-pup .bd .list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
	border-radius: 5px;
	background: #EDEDED;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

.order-information-pup .bd .list ul li {
	margin-bottom: 15px;
}

.order-information-pup .bd .list .item .dt {
	margin-bottom: 3px;
}

.order-information-pup .bd .list .item .dt span {
	margin-right: 3px;
	color: #666;
}

.order-information-pup .bd .list .item .dt span.unread {
	color: #e83e00;
}

.order-information-pup .bd .list .item .txt {
	padding: 10px 12px;
	border-radius: 6px;
	background-color: #ebebeb;
	color: #888;
	text-align: justify;
}



/*登录注册弹出窗口*/
.login-box-mian{ position: fixed; left: 0; top: 0; z-index: 9999; width: 100%; height: 100%; background-color: rgba(0,0,0,0.35);}
.login-box-warp{ position:fixed; left: 50%; top:50%; z-index:3; width:480px;height:514px; border-radius: 4px;  border: 1px solid #f2f2f2; margin-top:-265px; margin-left: -240px; background-color:#fff; box-shadow:0 8px 15px rgba(0,0,0,0.12);}
.login-box-warp .box{ height:380px;overflow:hidden}
.login-box-warp .title{position:relative;height:60px;line-height:60px; font-size: 16px;}
.login-box-warp .title .login-tabs{overflow:hidden;border-bottom:1px solid #f4f4f4}
.login-box-warp .title .login-tabs a{position:relative;float:left;display:block;width:33.333%;height:60px;text-align:center;background-color:#efefef}
.login-box-warp .title .login-tabs a:hover{color:#666}
.login-box-warp .title .login-tabs a i{display:inline-block;vertical-align:middle;width:22px;height:22px;margin:-2px 6px 0 0}
.login-box-warp .title .login-tabs a.active{color:#f54c18;font-weight:700;background-color:#fff}
.login-box-warp .title .login-tabs a .userLogin i{background:url(../images/login-grounp@icon.png) -24px 0 no-repeat}
.login-box-warp .title .login-tabs a.active .userLogin i{background:url(../images/login-grounp@icon.png) 0 0 no-repeat}
.login-box-warp .title .login-tabs a .wxLogin i{background:url(../images/login-grounp@icon.png) -84px 0 no-repeat}
.login-box-warp .title .login-tabs a.active .wxLogin i{background:url(../images/login-grounp@icon.png) -60px 0 no-repeat}
.login-box-warp .title .login-tabs a .smsLogin i{background:url(../images/login-grounp@icon.png) -129px 0 no-repeat;}
.login-box-warp .title .login-tabs a.active .smsLogin i{background:url(../images/login-grounp@icon.png) -107px 0 no-repeat}
.login-box-warp .title .login-tabs a .spacer{display:none;position:absolute;right:0;top:15px;z-index:2;width:1px;height:30px;background-color:#f4f4f4}
.login-box-warp .title .spacer-l{position:absolute;left:0;top:50%;z-index:2;height:1px;margin-top:-1px;width:108px;background-color:#ebecec}
.login-box-warp .title .spacer-r{position:absolute;right:0;top:50%;z-index:2;height:1px;margin-top:-1px;width:108px;background-color:#ebecec}
.login-box-warp .title h3{text-align:center;font-size:24px}
.login-box-warp .login-grounp1{padding:55px 65px 0}
.login-box-warp .login-grounp1 .field{position:relative;width:254px}
.login-box-warp .login-grounp1 .username-field{width:100%;margin-bottom:20px;height:40px}
.login-box-warp .login-grounp1 .username-field label{float:left;width:73px;height:40px;line-height:40px;font-size:14px}
.login-box-warp .login-grounp1 .username-field .name-ico{position:absolute;top:0;left:0;z-index:99;width:40px;height:40px;background:url(../images/account-ico.png) center #ddd}
.login-box-warp .login-grounp1 .field .iphone-validation{position:absolute;top:0;right:4px;z-index:99;width:110px;height:38px;border:0;border-radius:3px;border:1px solid #c5c5c5;background-color:#fff;color:#333}
.login-box-warp .login-grounp1 .field .iphone-validation:hover{background-color:#e5e5e5}
.login-box-warp .login-grounp1 .text{width:275px;height:36px;font-size:14px;line-height:36px;height:36px;padding:0;border:1px solid #c5c5c5;outline:0;text-indent:12px;border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px}
.login-box-warp .login-grounp1 .text:focus{box-shadow:0 0 0 #fff;background-color:#fff!important}
.login-box-warp .login-grounp1 .code-text{padding:0 8px;width:131px;height:38px;outline:0;border:0;color:#666;line-height:38px}
.login-box-warp .login-grounp1 .password-label{overflow:hidden;margin-top:15px;margin-bottom:20px;height:38px;border:1px solid #ddd;background-color:#fff}
.login-box-warp .login-grounp1 .password-label .password-ico{position:absolute;top:0;left:0;z-index:99;width:40px;height:40px;background:url(../images/password-ico.png) center #ccc}
.login-box-warp .login-grounp1 .code-field{overflow:hidden;margin-top:15px;margin-bottom:20px;height:40px}
.login-box-warp .login-grounp1 .code-field .code-m{overflow:hidden;width:146px;height:34px}
.login-box-warp .login-grounp1 .code-field .code-no{width:92px;height:34px;background-color:#fff}
.login-box-warp .login-grounp1 .code-field .code-no img{max-width:92px;max-height:34px}
.login-box-warp .login-grounp1 .prompt{height:20px}
.login-box-warp .login-grounp1 .prompt span{position:absolute;top:-10px;left:73px;z-index:5}
.login-box-warp .login-grounp1 .prompt span i{float:left;margin:2px 3px 0 0;width:14px;height:14px;background:url(../images/th-ico.png)}
.login-box-warp .login-grounp1 .remember{overflow:hidden;padding-left:73px}
.login-box-warp .login-grounp1 .remember label{cursor:pointer}
.login-box-warp .login-grounp1 .remember input{display:inline-block;vertical-align:middle;margin:-2px 4px 0 0}
.login-box-warp .login-grounp1 .remember a:hover{text-decoration:underline}
.login-box-warp .login-grounp1 .login-but{width:100%;height:48px;margin-top:30px;line-height:48px;font-size:20px;border:0;background-color:#e8551e;color:#fff;line-height:42px;cursor:pointer;transition:.5s;text-align:center;display:inline-block;vertical-align:middle;cursor:pointer;border-radius:2px;zoom:1}
.login-box-warp .login-grounp1 .login-but:hover{background-color:#e93700}
.login-box-warp .login-grounp1 .registered-but{width:100%;height:50px;line-height:50px;font-size:22px;border:0;margin-top:25px;-webkit-border-radius:3px;-moz-border-radius:3px;background-color:#fff;border:1px solid #238d32;color:#238d32;line-height:30px;cursor:pointer;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;text-align:center;display:inline-block;vertical-align:middle;cursor:pointer;zoom:1}
.login-box-warp .login-grounp2{padding:40px 80px;text-align:center}
.login-box-warp .login-grounp2 .p-img{overflow:hidden;width:220px;height:220px;margin:0 auto}
.login-box-warp .login-grounp2 .p-img img{width:100%;height:100%}
.login-box-warp .login-grounp2 .p-time{text-align:center;margin-top:15px}
.login-box-warp .loginItem{height:75px;background-color:#f4f4f4;line-height:75px;font-size:14px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
.login-box-warp .loginItem .userPhone{position:relative;float:left;width:50%;text-align:center;color:#666}
.login-box-warp .loginItem .userPhone:hover{background-color:#e7e7e7;color:#333}
.login-box-warp .loginItem .userPhone .spacer{position:absolute;right:0;top:20px;width:1px;height:28px;background-color:#e7e7e7}
.login-box-warp .loginItem .userPhone i{display:inline-block;vertical-align:middle;width:27px;height:27px;margin:0 5px 0 0;text-align:center;background:url(../images/login-grounp@icon.png) 0 -33px no-repeat}
.login-box-warp .loginItem .noUser{text-align:center}
.login-box-warp .loginItem .noUser a{color:#f54c18;}
.login-box-warp .loginItem .noUser a:hover{text-decoration:underline}
.login-box-warp .weChatUser{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background-color:#fff}
.login-box-warp .weChatUser .title{height:60px;overflow:hidden;border-bottom:1px solid #f4f4f4}
.login-box-warp .weChatUser .title h4{height:60px;line-height:60px;font-size:15px;padding:0 20px}
.login-box-warp .weChatUser .title a.return{float:right;width:80px;line-height:60px;text-align:center;background-color:#f5f5f5;font-size:14px;color:#888}
.login-box-warp .weChatUser .title a.return span{display:inline-block;vertical-align:middle;font-weight:700;font-family:宋体;margin:0;font-size:15px}
.login-box-warp .weChatUser .title a.return:hover{background-color:#ddd;color:#333}
.login-box-warp .weChatUser .weChatUser-box{padding:50px 80px}
.login-box-warp .weChatUser .weChatUser-box .UserList{padding:0 0}
.login-box-warp .weChatUser .weChatUser-box .UserList li{border:1px solid #ddd;padding:10px 12px;font-size:14px;margin-bottom:15px;cursor:pointer;box-shadow:0 2px 2px #f5f5f5}
.login-box-warp .weChatUser .weChatUser-box .UserList li span{margin-left:20px;color:#999}
.login-box-warp .weChatUser .weChatUser-box .UserList li:hover{border:1px solid #f54c18}
.login-box-warp .weChatUser .weChatUser-box .UserList li.active{border:2px solid #f54c18;background:url(../images/choose-ico.png) right bottom no-repeat}
.login-box-warp .weChatUser .weChatUser-box .login-but{width:100%;height:42px;margin-top:30px;line-height:42px;font-size:20px;border:0;background-color:#f54c18;color:#fff;line-height:42px;cursor:pointer;transition:.5s;text-align:center;display:inline-block;vertical-align:middle;cursor:pointer;border-radius:2px;zoom:1}

.login-box-warp .close {
    position: absolute;
    right: -16px;
    top: -16px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/login-close.png);
    background-color:#aaa;
    border-radius: 30px;
    box-shadow:0 2px 4px rgba(0,0,0,0.2)
}

.login-box-warp .close:hover{
	background-color:#999;
    box-shadow:0 2px 4px rgba(0,0,0,0.5)
}

.register-box-warp{ display: none; position:fixed; left: 50%; top:50%; z-index:3; width:460px;  border-radius: 4px; border: 1px solid #f2f2f2; margin-top:-290px; margin-left: -230px; background-color:#fff; box-shadow:0 8px 15px rgba(0,0,0,0.12);}
.register-box-warp .title{position:relative; overflow: hidden; padding: 25px 50px 20px;}
.register-box-warp .title h3{ position: relative; float:left; font-weight: bold; font-size: 24px;}
.register-box-warp .title h3 i{ position: absolute; right: -33px; top: 2px; width: 30px; height: 22px; background: url(../images/give-coupons@icon.png);}
.register-box-warp .title .login{ float: right; font-size: 14px; margin-top: 12px;}
.register-box-warp .title .login a:hover{ text-decoration: underline;}
.register-box-warp .box{ overflow:hidden;}
.register-box-warp .register-grounp{ padding: 0 50px;}


.register-box-warp .register-grounp .user-info .sr-line li {
	position: relative;
	margin-bottom: 20px;
	height: 42px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.register-box-warp .register-grounp .user-info .sr-line li .name {
	float: left;
	padding-left: 12px;
	width: 75px;
	line-height: 42px;
}

.register-box-warp .register-grounp .user-info .sr-line li input {
	float: left;
	width: 271px;
	height: 42px;
	border: none;
	font-size: 14px;
	line-height: 42px;
}

.register-box-warp .register-grounp .user-info .sr-line li input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.register-box-warp .register-grounp .user-info .sr-line li .iphone-validation {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 99;
	width: 100px;
	height: 38px;
	border: 0;
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	background-color: #f2f2f2;
}
.register-box-warp .register-grounp .user-info .sr-line li .iphone-validation:hover{
	background-color: #eaeaea;
}

.register-box-warp .register-grounp .user-info .sr-line li .img-validation {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 99;
	width: 100px;
	height: 38px;
	border: 0;
	background-color: #f2f2f2;
}

.register-box-warp .register-grounp .user-info .sr-line li .img-validation img {
	width: 100%;
	height: 100%;
}

.register-box-warp .register-grounp .user-info .sr-line li .prompt {
	position: absolute;
	top: 44px;
	left: 0;
	font-size: 12px;
}

.register-box-warp .register-grounp .user-info .sr-line li .prompt i {
	margin: 2px 5px 0 0;
	width: 14px;
	height: 14px;
	background:url(../images/th-ico.png)
}

.register-box-warp .register-grounp .user-info .remember {
	overflow: hidden;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 14px;
}

.register-box-warp .register-grounp .user-info .remember label{
	cursor: pointer;
	color: #aaa;
}
.register-box-warp .register-grounp .user-info .remember input {
	float: left;
	margin: 3px 4px 0 0;
	height: 15px;
	cursor: pointer;
}

.register-box-warp .register-grounp .user-info .remember a{
	text-decoration: underline;
	color: #e8551e;
}
.register-box-warp .register-grounp .user-info .remember a:hover{
	font-weight: bold;
}

.register-box-warp .register-grounp .register-btn {
	width: 100%;
	height: 44px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #e8551e;
	color: #fff;
	line-height: 30px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.register-box-warp .register-grounp .register-btn:hover {
	background-color: #ff4400;
}

.register-box-warp .register-grounp .contact {
	text-align: center;
}

.register-box-warp .register-grounp .contact .login {
	line-height: 36px;
}

.register-box-warp .register-grounp .contact .login i {
	float: left;
	margin: 0 10px 0 0;
	width: 38px;
	height: 38px;
	background: url(../images/rw-ico.png) no-repeat;
}

.register-box-warp .register-grounp .contact .login a {
	margin-left: 10px;
}

.register-box-warp .register-grounp .contact .login a:hover {
	text-decoration: underline;
}

.register-box-warp .register-grounp .contact .tel {
	line-height: 20px;
}

.register-box-warp .register-grounp .contact .tel i {
	float: left;
	margin: 1px 10px 0 0;
	width: 38px;
	height: 38px;
	background: url(../images/iphone-ico2.png) no-repeat;
}


.register-box-warp .register-grounp .prompt{height:20px}
.register-box-warp .register-grounp .prompt span{position:absolute;top:-10px;left:73px;z-index:5}
.register-box-warp .register-grounp .prompt span i{float:left;margin:2px 3px 0 0;width:14px;height:14px;background:url(../images/th-ico.png)}

.register-box-warp  .loginItem{ margin: 20px 0 30px;}
.register-box-warp  .loginItem .noUser{text-align:center}
.register-box-warp  .loginItem .noUser a{color:#f54c18;}
.register-box-warp  .loginItem .noUser a:hover{text-decoration:underline}



/*注册成功*/
.register-successfully-warp{
	display: none;
	position:fixed; left: 50%; top:50%; z-index:3; width:525px; border-radius: 4px; border: 1px solid #f2f2f2; margin-top:-225px; margin-left: -262px; background-color:#fff;box-shadow:0 8px 15px rgba(0,0,0,0.12);
}

.register-successfully-warp .register-successfully-body {
	position: relative;
	overflow: hidden;
	padding: 40px 50px 55px 110px;
}
.register-successfully-warp .register-successfully-body .box{
	position: relative;
}

.register-successfully-warp .register-successfully-body .box .coupons{
	overflow: hidden;
}
.register-successfully-warp .register-successfully-body .box .coupons .item{
	float: left;
	width: 334px;
	margin-right: 20px;
}
.register-successfully-warp .register-successfully-body .box .coupons .item a{
	display: block;
	margin-top: 8px;
}

.register-successfully-warp .register-successfully-body .box .dt{
	font-size: 24px;
}

.register-successfully-warp .register-successfully-body .box:last-child{
	margin-bottom: 0px;
}
.register-successfully-warp .register-successfully-body .box .pay-info{
	padding:20px;
	background-color: #f5f5f5;
}

.register-successfully-warp .register-successfully-body .box .pay-info dd{
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.register-successfully-warp .register-successfully-body .box .pay-info dd.info{
	width: 315px;
	margin-left: 10px;
}
.register-successfully-warp .register-successfully-body .box .pay-info dd span{
	float: right;
}

.register-successfully-warp .register-successfully-body .operation{ width: 100%; margin-top: 25px;}
.register-successfully-warp .register-successfully-body .operation a{
	float: left;
	display: block;
	width: 125px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #575757;
	text-align: center;
	font-size: 14px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.register-successfully-warp .register-successfully-body .operation a:hover{
	border: 1px solid #e83e00;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.register-successfully-warp .register-successfully-body .operation a.spacer{ margin-right: 15px;}
.register-successfully-warp .register-successfully-body .operation a.receive{ background-color: #f54c18; border: 1px solid #f54c18; color: #fff;}


.register-successfully-warp .register-successfully-body .forIcon,.order-successfully .item .failureIcon {
	position: absolute;
	top: -2px;
	left: -75px;
	width: 58px;
	height: 58px;
	background: url(../images/for-icon.png) no-repeat;
}

.register-successfully-warp .register-successfully-body .failureIcon {
	position: absolute;
	top: -2px;
	left: -75px;
	width: 58px;
	height: 58px;
	background: url(../images/failure-icon.png) no-repeat;
}


