@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
header,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	outline: none;
}

body,
button,
input,
select,
textarea {
	color: #666666;
	font: 12px/1.5 'Microsoft YaHei', '微软雅黑', '宋体', Arial, Verdana\9;
}

body {
	color: #333;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

small {
	font-size: 12px
}

ul,
ol {
	list-style: none
}

ul,
li {
	list-style-type: none
}

i {
	font-style: normal
}

a {
	text-decoration: none;
	color: #777;
	outline: none;
}

fieldset,
img {
	border: 0
}

button,
input,
select,
textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

a:link,
a:visited {
	color: #666;
	text-decoration: none
}

a:hover {
	color: #187FC4;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

a:active {
	color: #666;
	background: none;
	text-decoration: none
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat:before {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	content: '';
	display: table;
	width: 100%;
	clear: both
}

.clearfloat {
	zoom: 1
}

img {
	border: 0;
	vertical-align: top
}

.lazyimg_img:hover {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0.8;
}

.clear {
	clear: both
}

.bd0 {
	border: 0
}

.b1 {
	border: 1px solid #ccc;
}

.fl {
	float: left
}

.fr {
	float: right
}

.tr {
	text-align: right
}

.tl {
	text-align: left
}

a {
	text-decoration: none;
	color: #333
}

.l24 {
	line-height: 24px
}

.l32 {
	line-height: 32px
}

.f12 {
	font-size: 12px
}

.f14 {
	font-size: 14px
}

.f16 {
	font-size: 16px
}

.f18 {
	font-size: 18px
}

.f20 {
	font-size: 20px
}

.f22 {
	font-size: 22px
}

.f24 {
	font-size: 24px
}

.f26 {
	font-size: 26px
}

.f28 {
	font-size: 28px
}

.f-st {
	font-family: \5b8b\4f53
}

.f-yh {
	font-family: \5FAE\8F6F\96C5\9ED1
}

.black {
	color: #333
}

.white {
	color: #fff
}

.tel_l {
	text-align: left
}

.tel_c {
	text-align: center
}

.tel_r {
	text-align: right
}
.flex_align_center {
	display: flex;
	align-items: center;
}
.flex_center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.color187FC4 {
	color: #187FC4;
}

.decoration-line {
	text-decoration-line: line-through;
}

.ovfl {
	overflow: hidden
}

.container {
	width: 1200px;
	margin: 0 auto
}

.none {
	display: none
}

.mt10 {
	margin-top: 10px
}

.ml10 {
	margin-left: 10px
}

.mr10 {
	margin-right: 10px
}

.mt20 {
	margin-top: 20px
}

.hide {
	display: none
}

.bd1px {
	border: 1px solid #ccc;
}

.bgfff {
	background-color: #fff;
}
.error{
	color: #ED2E50;
}
.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.pointer {
	cursor: pointer;
}
.pointer:hover{
	opacity: 0.7;

}
.color35364F {
	color: #35364F;
}

.color646877 {
	color: #646877;
}
.colorD9DEE3 {
	color: #D9DEE3;
}

.color00A1E9 {
	color: #00A1E9;
}
.colorF69943 {
	color: #F69943;
}
.color9297A5{
	color: #9297A5;
}

.color01,
.colorED2E50 {
	color: #ED2E50;
}
.colorFA7E7E {
	color: #FA7E7E;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.inlineBlock {
	display: inline-block;
}

.color02,
.colorfff {
	color: #fff;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}
.mytext_deal_2{
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.mytext_deal_1{
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
/*定义滚动条轨道
   内阴影+圆角*/
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ECF0F4;
}

/*定义滑块
   内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #BFC3CF;
}

/*分页增加*/
.pages span {
	padding-left: 5px;
	color: #888
}
.pages a { 
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-right: 5px;
    font-size: 14px;
    color: #333;
	display: inline-block;
    border: 1px solid #D9DEE3;
    border-radius: 3px;
    background-color: #fff;
}
.pages .curr {
	text-shadow: 0 1px #666;
	background: #005ca3;
	color: #fff;
}

.pages .in-page {
	width: 24px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 8px;
}


/*5.28 height-line*/
.header .title .con ul li a:hover {
	color: #df5757
}

input[type=text]:focus {
	outline: none;
	border: #00bff0 1px solid\9;
}

.pages .in-page:focus {
	border: #00bff0 1px solid;
	box-shadow: 0 0 0px;
}

.search-shop .text-i:focus {
	border: #00bff0 1px solid;
	box-shadow: 0 0 0px;
}

/*5.29提示插件*/
.msgbox_layer_wrap {
	position: fixed;
	left: 50%;
	margin-left: -62px;
	_position: absolute;
	bottom: 66%;
	width: 100%;
	z-index: 99999;
}

.msgbox_layer {
	padding: 3px 18px;
	padding: 12px 15px;
	font-family: "微软雅黑";
	font-size: 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	background: #00bff0;
	color: #fff
}

.msgbox_layer .gtl_ico_clear {
	background-position: -6px 0;
	left: -5px;
	position: absolute;
	top: 0;
	width: 5px;
}


/*index改版*/
#header {
	height: 168px;
	background-color: #fff;
}

#header .top {
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #999;
	background: #F4F5F8;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

#header .topbg {
	background: #005ca3;
	width: 180px;
	height: 30px;
}

#header .top a {
	padding: 0 4px;
	color: #646877;
}
#header .top .dorpdown a {
	color: #35364F;
}

.cart-head {
	height: 120px;
}

.header .logo,
.cart-head .logo {
	width: 182px;
	margin-right: 45px;
	margin-top: 30px;
}
.header .logo{
	margin-top: 44px;
}

.header .logo .logo-img,
.cart-head .logo .logo-img {
	width: 182px;
	height: 48px;
	background: url(../../resource/images/logo.jpg) no-repeat center;
	background-size: 100%;
	display: block;
}
.header .logo.logoImg{
	background: url(../../resource/images/logo.jpg) no-repeat center;
	background-size: 100%;
}
.header .logo .logo-img img,
.cart-head .logo .logo-img img {
	width: 182px;
	height: 48px;
}
.header .logo.logoImg a{
	width: 182px;
	height: 48px;display: block;
}
.sb-logo{
	height: 60px;
}
.cart-head .logo2>span {
	font-size: 24px;
	height: 42px;
	line-height: 42px;
	border-left: 1px solid #BFC3CF;
	margin-left: 15px;
	padding-left: 10px;
	margin-top: 3px;
	display: inline-block;
}

.cart-head .logo-rt {
	text-align: right;
	padding-top: 30px;
}

#header .logo .mlogo-img {
	background: url(../../resource/images/memberlogo.jpg) no-repeat;
}
#header #liid {
	color: #9297A5;
	margin-right: 15px;
}
#header #login a,#header #reg a{
	color: #187FC4;
}
#header #orderList {
	margin-left: 20px;
}

#header .logo-rt {
	width: 755px;
	margin-top: 25px;
}

#header .logo-rtm {
	width: 400px;
	margin-top: 30px;
}

#header .hot-word {
	height: 20px;
	overflow: hidden;
}

#header .search-box {
	margin-bottom: 15px;
	position: relative;
}

#header .search-box .text {
	float: left;
	width: 630px;
	height: 24px;
	line-height: 24px;
	color: #666;
	border-width: 1px 0 1px 1px;
	border-color: #D9DEE3;
	border-radius: 8px 0 0 8px;
	border-style: solid;
	outline: 0;
	font-size: 14px;
	font-family: "microsoft yahei";
}

#header .search-box2 .text {
	border-color: #187FC4;
	border-radius: 8px 0 0 0px;
	border-bottom: 1px #D9DEE3 solid;
}

#header .search-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: inset 0px -1px 0px #187FC4;
	z-index: 9999;
	-webkit-animation: searchTop .5s ease-in-out;
	animation: searchTop .5s ease-in-out;
}

#header .search-fixed .hot-word {
	display: none;
}

#header .search-fixed .logo {
	margin-top: 25px;
}

#header .memberNav {
	width: 375px;
	margin-top: 40px;
}

#header .memberNav a {
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	font-size: 15px;
}

#header .button {
	float: left;
	width: 112px;
	height: 48px;
	background: #187FC4;
	border: none;
	line-height: 1;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	cursor: pointer;
	border-radius: 0 8px 8px 0;
}
#header .soutu-btn{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 125px;
	top: 12px;
	background: url(../../resource/images/common/icon_pz.png) no-repeat;
	cursor: pointer;
}
#header .upload-pic {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
#header .soutu-btn:hover{
	background-position: 0 -23px;
}
#header .hot-word a {
	color: #999;
	padding-right: 10px;
}

#header .top a:hover,
#header .hot-word a:hover {
	color: #005ca3;
}

#header .cart {
	width: 178px;
	height: 24px;
	margin-top: 25px;
	padding: 12px 0;
	border: 1px solid #D9DEE3;
	border-radius: 30px;
}

#header .cart.on {
	border-radius: 30px 30px 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

#header .membercart {
	margin-top: 27px;
}

#header .cart .icon {
	width: 20px;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	background: #ED2E50;
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	color: #fff;
	left: 45px;
	top: 4px;
	border-radius: 10px;

}
#header .icon_old {
	width: 16px;
	height: 16px;
	background: #ED2E50;
	display: inline-block;
	background: url(../../resource/images/common/home_back.png) no-repeat;
	margin: 2px 0px 0 2px;
	vertical-align: top;
}

#header .cart .icon_cart {
	width: 24px;
	height: 24px;
	background: #ED2E50;
	display: inline-block;
	background: url(../../resource/images/icon_cart.png) no-repeat;
	margin: 0px 15px 0 25px;
	vertical-align: top;
}

#header .cart .txt {
	font-weight: 700;
	font-size: 16px;
	align-items: center;
	color: #187FC4;
	display: inline-block;
	vertical-align: top;

}

#index-nav .nav ul {
	padding-left: 227px;
	margin-top: 4px;
	overflow: hidden;
}

#index-nav .nav li {
	display: inline;
}

#index-nav .nav li a {
	display: block;
	float: left;
	padding: 0 20px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

#index-nav .nav li a:hover {
	color: #005ca3;
}

#header .top-bar {
	right: 0;
	top: 0;
	color: #646877;
}

#header .top-bar li {
	display: inline;
	float: left;
	margin: 0 2px;
}
#user {
	width: 70px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;
}
/*footer*/
#footer {
	margin-top: 35px;
	padding-top: 18px;
	padding-bottom: 15px;
	background-color: #f4f5f8;
}

#footer .foot-menu {
	height: 185px;
	background: url(../../resource/images/map.png) no-repeat right top;
}

#footer .side {
	padding-top: 20px;
}

#footer .side dl {
	width: 150px;
	padding-left: 23px;
	float: left;
}

#footer .side dl dt {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	margin-bottom: 4px;
}

#footer .side dl dd a {
	color: #999;
	line-height: 22px;
}

#footer .side dl dd a:hover {
	color: #005ca3;
}

#footer .weixin {
	width: 155px;
	padding-top: 20px;
	line-height: 16px;
	color: #888;
}

#footer .weixin img {
	width: 130px;
	height: 130px;
	padding-right: 5px;
}

#footer .foot-nav ul {
	margin-top: 20px;
}

#footer .foot-nav li {
	display: inline;
	margin: 0 8px;
}

#footer .foot-nav li a {
	color: #666;
}

#footer .foot-nav li a:hover {
	color: #005ca3;
}

#footer .foot-copy {
	line-height: 24px;
	margin-top: 10px;
	color: #9297A5;
}
#footer .foot-copy a{
	color: #9297A5;
}

#footer .foot-zj {
	height: 70px;
	margin-top: 10px;
}

#footer .foot-baojin {
	padding: 10px 0;
}

#footer .foot-baojin img {
	margin-right: 10px;
}

#footer .foot-zj li {
	display: inline;
}

#footer .foot-zj ul {
	padding-left: 170px;
}

#footer .foot-zj li a {
	background: url(../../resource/images/news/bottom-it.jpg) no-repeat;
	width: 200px;
	height: 32px;
	display: block;
	float: left;
	margin-top: 4px;
}

#footer .foot-zj li.it2 a {
	background-position: -200px 0;
}

#footer .foot-zj li.it3 a {
	background-position: -400px 0;
}

#footer .foot-zj li.it4 a {
	background-position: -600px 0;
}

#footer .foot-zj li.it5 a {
	background-position: -800px 0;
}

/*右侧浮动*/
.right-fixed {
	position: fixed !important;
	width: 47px;
	height: 170px;
	display: block;
	left: 50%;
	margin-left: 610px;
	bottom: 25px;
	z-index: 999999
}

.right-fixed a {
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #e2e2e2;
	margin-bottom: 2px;
	background: #f4f4f4 url(../../resource/images/news/tool-icon.png);
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.right-fixed .toolbar-index {
	width: 40px;
	height: 40px;
	border: 0;
	background-position: -18px -14px;
	border: 1px solid #0362ac;
}

.right-fixed .toolbar-meiqia {
	background-position: -82px -13px;
}

.right-fixed .toolbar-meiqia:hover {
	background-position: -82px -69px;
	border: 1px solid #0362ac;
}

.right-fixed .toolbar-cart {
	background-position: -141px -13px;
}

.right-fixed .cd-top {
	background-position: -200px -14px;
}

.right-fixed .cd-top:hover {
	background-position: -200px -69px;
	border: 1px solid #0362ac;
}

.right-fixed .tool-num {
	width: 20px;
	height: 20px;
	display: block;
	background: #e25050;
	background: url(../../resource/images/vip-icon.png) no-repeat\9;
	background-position: -24px -69px\9;
	color: #fff;
	line-height: 20px;
	margin: 2px 0 0 18px;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	font-style: normal;
}

/*search*/
#searchWin {
	width: 641px;
	font-size: 14px;
	color: #313131;
	position: absolute;
	z-index: 9998;
	top: 48px;
	left: 0
}

.logo-rtm #searchWin {
	width: 398px;
}

#searchWin ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
	min-height: 50px;
	border: 1px solid #187FC4;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 8px 8px;
	border-top: 0;
}

#searchWin li {
	height: 36px;
	line-height: 36px;
	position: relative;
	padding: 0 20px;
}

#searchWin li.close2 {
	text-align: center;
	padding: 0;

}

#searchWin .down {
	height: 8px;
	text-align: center;
}

#searchWin .down img {
	margin-top: 3px;
}

#searchWin li a {
	color: #313131;
	display: block;
}
#searchWin li.hsitems a{
	color: #187FC4;
}

#searchWin li>span {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 12px;
	color: #999999;
}
#searchWin li span.bdsug-store-ts {
	color: #BFC3CF;
}
#searchWin li span.bdsug-store-del {
	color: #187FC4;
	cursor: pointer;
}
#searchWin li.on span.bdsug-store-ts{
	display: none;
}
#searchWin li.on span.bdsug-store-del{
	display: inline-block;
}
#searchWin li.close2 span {
	display: block;
	margin: 0 20px;
	position: initial;
	text-align: center;
	border-top: 1px solid #D9DEE3;
	cursor: pointer;
}

#searchWin li:hover {
	background-color: #F1F1F1;
}

#searchWin li.active {
	background-color: #F1F1F1;
}

#searchWin li.close span.close {
	cursor: pointer;
	color: #9297A5;
}

#header .top-bar .dorpdown {
	position: relative;
	z-index: 998;
	padding: 0;
}

#header .top-bar .dorpdown .cw-icon {
	padding: 0 22px 0 10px;
	border-left: 1px solid #F4F5F8;
	border-right: 1px solid #F4F5F8;
}
#header .top-bar .msg span{
	width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
	padding: 0 4px;
    background: #ED2E50;
	border-radius: 10px;
	color: #fff;
	margin-left: 2px;
}
#header .top-bar .grey {
	color: #ddd;
}

#header .top-bar .on .cw-icon {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #005CA3;
}

#header .top-bar .dorpdown .cw-icon i {
	right: 8px;
	width: 12px;
	height: 7px;
	overflow: hidden;
	font: 400 15px/15px '宋体';
	color: #6A6A6A;
	display: block;
	position: absolute;
	top: 14px;
	transition: transform .1s ease-in 0s;
	-webkit-transition: -webkit-transform .1s ease-in 0s;
}

#header .top-bar .on .cw-icon i {
	top: 12px;
	top: 10px\9;
}

#header .top-bar .dorpdown .cw-icon i s {
	position: relative;
	top: -9px;
	text-decoration: none;
	transition: transform .1s ease-in 0s;
	-webkit-transition: -webkit-transform .1s ease-in 0s;
}

@-webkit-keyframes transform {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(180deg)
	}
}

@keyframes transform {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(180deg)
	}
}

#header .top-bar .on .cw-icon i s {
	top: 3px;
	top: 5px\9;
}

#header .top-bar .dorpdown-layer {
	position: absolute;
	top: 30px;
	left: 0;
	width: 62px;
	z-index: 998;
	border: 1px solid #D9DEE3;
	border-top: 0;
	background: #fff;
	display: none;
	padding: 2px 9px;
	line-height: 22px;
	text-align: left;
}

#header .top-bar .dorpdown-layer2 {
	width: 88px;
	border: 1px solid #D9DEE3;
	padding: 9px;border-top: 0;
}
#header .top-bar .dorpdown-layer3 {
	width: 70px;
	padding: 2px 5px;
}

#header .top-bar .dorpdown-layer2 .weidian {
	text-align: center;
	line-height: 16px;
}

#header .top-bar .dd-spacer {
	left: 0;
	width: 68px;
	position: absolute;
	top: -5px;
	height: 10px;
	background: #fff;
	overflow: hidden;
	z-index: 99;
}

#header .top-bar .dd-border {
	left: 10px;
	width: 50px;
	position: absolute;
	top: -1px;
	height: 1px;
	background: #D9DEE3;
	z-index: 100;
}


/**2016.10.01ad广告效果**/
.ghost {
	position: relative;
	animation: ghostUpdown 1s infinite alternate;
	-webkit-animation: ghostUpdown 1s infinite alternate;
}

@keyframes ghostUpdown {
	from {
		margin-top: 100px;
	}

	to {
		margin-top: 70px;
	}
}

@-webkit-keyframes ghostUpdown {
	from {
		margin-top: 100px;
	}

	to {
		margin-top: 70px;
	}
}

@keyframes shadow {
	from {
		margin-top: 70px;
		opacity: 0.3;
	}

	to {
		margin-top: 100px;
		opacity: 0.1;
	}
}

@-webkit-keyframes shadow {
	from {
		margin-top: 70px;
		opacity: 0.3;
	}

	to {
		margin-top: 100px;
		opacity: 0.1;
	}
}

#header .top-bar .plus,
#cartTable .price .plus>span {
	background: #f00;
	color: #fff;
	padding: 0 4px;
	font-size: 12px;
}

#header .top-bar .plus {
	display: none;
}

.quick_links_wrap,
.mui-mbar-tabs {
	height: 100%;
	right: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	height: 100%;
	-webkit-transition: width linear .4s;
	-moz-transition: width linear .4s;
	-ms-transition: width linear .4s;
	transition: width linear .4s;
}

.quick_links_panel {
	width: 40px;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

.quick_links {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -220px;
	z-index: 2;
	width: 40px;
}

.quick_links li,
.quick_toggle li {
	position: relative;
	margin: 1px 0 0;
	display: block;
	left: 0;
	top: 0;
}

.quick_links_panel a {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #d8d8d8;
	font-size: 12px;
	overflow: hidden;
	background-color: #f4f4f4;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.quick_links_panel a.my_qlinks {
	background-color: #2787ca;
}

.mui-mbar-tabs .quick_links a>i,
.quick_links_allow_gotop a>i {
	display: inline-block;
	background: url(../images/news_20190314.png) no-repeat;
	cursor: pointer;
	width: 34px;
	height: 34px;
	top: 3px;
	left: 3px;
	vertical-align: top;
	position: absolute;
	z-index: 9;
}

.quick_links a>i.setting {
	background-position: -10px -8px;
}

.quick_links a>i.message {
	background-position: -10px -51px;
}

.quick_links a>i.zuji {
	background-position: -10px -95px;
}

.quick_links_allow_gotop a>i.top {
	background-position: -10px -146px;
}

.quick_links a:hover,
.quick_links_allow_gotop a:hover {
	background: #2787ca;
	text-decoration: none
}

.quick_links a:hover i.setting,
.quick_links_panel a.my_qlinks2>i {
	background-position: -57px -8px;
}

.quick_links a:hover i.message {
	background-position: -57px -51px;
}

.quick_links a:hover i.zuji {
	background-position: -57px -95px;
}

.quick_links_allow_gotop a:hover i.top {
	background-position: -57px -146px;
}

.quick_links_panel .mp_tooltip {
	height: 40px;
	line-height: 40px;
	width: 92px;
	position: absolute;
	z-index: 100;
	left: -112px;
	top: 0;
	background: #2787ca;
	color: #fff;
	text-align: center;
	display: block;
	visibility: hidden;
	font-size: 15px;
	border-radius: 3px 0 0 3px;
}

.quick_links_panel .quick_toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	z-index: 99;
}

.ibar_login_box {
	width: 123px;
	height: 555px;
	padding: 0 0 5px;
	background: #fff;
	box-shadow: -1px 1px 5px rgba(122, 122, 122, .4);
	border-radius: 5px 0 0 5px;
	z-index: 3;
	position: absolute;
	top: 0;
	left: -123px;
	left: -124px\0;
	text-align: center;
	display: none;
}

.ibar_login_box i {
	width: 40px;
	height: 40px;
	margin: 2px auto;
	display: block;
	background: url(../images/news_20190314.png) no-repeat;
}

.ibar_login_box i.tel {
	background-position: -58px -195px;
}

.ibar_login_box i.msg {
	background-position: -10px -202px;
}

.ibar_login_box .ibar_title {
	height: 40px;
	line-height: 40px;
	width: 123px;
	background: #2787ca;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.quick_links_panel .icon_arrow_right_black {
	position: absolute;
	right: -5px;
	top: 13px;
	height: 0px;
	width: 0px;
	border-top: 6px solid transparent;
	border-left: 6px solid #2787ca;
	border-bottom: 6px solid transparent;

}

.ibar_login_box .ibar_title>span {
	font-family: "宋体";
	font-weight: 700;
}

.ibar_login_box .ibar_box {
	padding: 10px;
}

.ibar_login_box .avatar_box {
	width: 103px;
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px dashed #2787ca;
	font-size: 14px;
}

.ibar_login_box .avatar_box p {
	color: #2787ca;
}

.ibar_login_box .avatar_box .red {
	color: #f00;
}

.ibar_login_box .avatar_box span {
	padding: 2px 3px;
	background: #2787ca;
	color: #fff;
	border-radius: 10px;
	font-size: 13px;
	cursor: pointer;
}

.mui-mbar-tabs .quick_links a>span {
	width: 20px;
	height: 20px;
	display: block;
	font-style: initial;
	background: #e25050;
	z-index: 99;
	position: absolute;
	right: 1px;
	top: 2px;
	background: url(../../resource/images/vip-icon.png) no-repeat\9;
	background-position: -24px -69px\9;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	font-style: normal;
}

#header .search-box .text {
	width: 490px;
	padding: 11px 45px 11px 105px;
}

#header .search-box .search-select {
	position: absolute;
	left: 0;
	top: 6px;
	height: 38px;
	width: 90px;

}

#header .search-box .search-select::before {
	width: 1px;
	height: 20px;
	background-color: #d8d8d8;
	position: absolute;
	content: '';
	right: -7px;
	top: 9px;
}

#header .search-box .search-select>span {
	height: 38px;
	width: 65px;
	line-height: 38px;
	font-size: 14px;
	padding: 0 0px 0 15px;
	display: block;
	z-index: 99;
	cursor: pointer;
	text-align: left;

}

#header .search-box .search-select>span>i {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 4px;
	top: 13px;
	z-index: 15;
	background: url(../../resource/images/index/sprite.png) no-repeat;
	background-position: -18px -116px;
}



#header .search-box .search-select .search-select-item {
	width: 97px;
	position: absolute;
	left: 0px;
	top: 42px;
	z-index: 9;
	padding: 5px 0;
	background: #fff;
	border-top: 0;
	border-radius: 5px;
	display: none;
	font-size: 14px;
	border: 1px solid #D9DEE3;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

#header .search-box .search-select .search-select-item>span {
	display: block;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	color: #333;
}

#header .search-box .search-select .search-select-item>span:hover,
#header .search-box .search-select .search-select-item>span.on {
	color: #005ca3;
}

#footer {
	border-top: 1px solid #D9DEE3
}

input::-webkit-input-placeholder {
	color: #BFC3CF;
}

input:-moz-placeholder {
	color: #BFC3CF;
}

input:-ms-input-placeholder {
	color: #BFC3CF;
}


/* 购物车 */
.cart_hd_box {
	right: 0;
	top: 48px;
	width: 425px;
	padding: 20px 0;
	background-color: #fff;
	border-radius: 5px 0px 5px 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 999;
}

.cart_hd_box.on {
	display: block;
}

.cart_hd_box .spacer {
	position: absolute;
	right: 0;
	top: -7px;
	width: 178px;
	height: 12px;
	background: #fff;
}

.cart_hd_list {
	height: 272px;
	padding:0 20px;
	overflow-y: auto;
}

.cart_hd_list .items {
	margin-bottom: 10px;
}

.cart_hd_list .items>div.box {
	height: 72px;
}

.cart_hd_list .checkone {
	width: 26px;
}

.cart_hd_list .tips {
	width: 100%;
	padding: 5px 0;
	height: 18px;
	background-color: #FFF8F8;
	color: #ED2E50;
	text-align: center;
}

#header .cart .icon_warn {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../../resource/images/common/icon_warn.png) no-repeat center;
	vertical-align: top;
	margin-right: 5px;
}

.cart_hd_list .pic {
	width: 72px;
	margin-right: 10px;
}
.cart_hd_list .pic p {
	position: absolute;
    width: 72px;
    height: 22px;
    display: block;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.30);
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.cart_hd_list .pic img {
	width: 72px;
	height: 72px;
}

.cart_hd_list .text {
	width: 170px;
	
}
.cart_hd_list .text .tit{
	height: 32px;
	overflow: hidden;
	line-height: 16px;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.cart_hd_list .text .tit2 a{
	color: #ED2E50;
}
.cart_hd_list .text .model{
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	color:#9297A5;
}
.cart_hd_list .numbox {
	width: 90px;
	margin-top: 15px;
	background: #F4F5F8;
	border-radius: 3px;
}

.cart_hd_list .numbox .add,
.cart_hd_list .numbox .reduce {
	width: 28px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
}

.cart_hd_list .numbox .reduce.reduce-disable {
	opacity: 0.2;
}

.cart_hd_list .numbox input {
	width: 32px;
	height: 28px;
	background: #FFFFFF;
	border: 1px solid #D9DEE3;
	border-radius: 3px;
	text-align: center;
}

.cart_hd_bt {
	height: 32px;
	padding:0 20px;
}

.checkbox {
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
}

.checkboxed {
	width: 16px;
	height: 16px;
	border: 0;
	background: url(../../resource/images/index/icon_checked.png) no-repeat;
}

.cart_hd_list .checkbox {
	margin-top: 28px;
}

.cart_hd_bd .heiji {
	line-height: 36px;
	font-size: #646877;
	font-size: 20px;
}

.cart_hd_bd {
	border-top: 1px dashed #D9DEE3;
	padding-top: 15px;
	margin:0 20px;
}

.cart_hd_bd .order>a {
	width: 116px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #ED2E50;
	border-radius: 5px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
}

/* 菜单 */
#menu {
	height: 40px;
	background-color: #fff;
}

#menu .menu_left {
	width: 180px;
}

#menu .menu_top .menu_bt {
	width: 180px;
	height: 40px;
	background: linear-gradient(270deg, #2177D8 0%, #2BCCFF 100%);
	box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.6);
	border-radius: 5px 5px 0px 0px;
	line-height: 40px;
	font-weight: 600;
	font-size: 16px;
	z-index: 999;
}

#menu .menu_top .menu_bt .icon_sort {
	width: 24px;
	height: 24px;
	background: url(../../resource/images/icon_menu.png) no-repeat center -2px;
	vertical-align: top;
	display: inline-block;
	margin: 10px 0 0 25px;
}

#menu .menu_right {
	width: 1000px;
}

#menu .menu_right li {
	line-height: 40px;
	float: left;
}

#menu .menu_right li a {
	font-size: 16px;
	color: #35364F;
	padding: 0 15px;
}

#menu .menu_right li a:hover {
	color: #187FC4;
}

#menu .menu_left_list {
	width: 180px;
	left: 0;
	top: 40px;
	background-color: #1f2733;
	z-index: 999;
	padding-top: 6px;
}

#menu .menu_left_list .cate_menu_item {
	color: #fff;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
}

#menu .menu_left_list .cate_menu_item:hover,
#menu .menu_left_list .cate_menu_item.active {
	background: #00A1E9;
}

#menu .menu_left_list .cate_menu_item a {
	color: #fff;
	font-size: 14px;
	padding-left: 30px;
}

#menu .cate_pop {
	padding: 20px 30px;
	width: 959px;
	min-height: 360px;
	left: 180px;
	top: 0;
	background: #F4F4F5;
	border: 1px solid #D9DEE3;
	border-left: 0;
	z-index: 99;
}

#menu .cate_pop .table {
	width: 280px;
}

#menu .cate_pop .table2 {
	padding-left: 30px;
}

#menu .cate_pop .cate_part_col2 {
	width: 350px;
	text-align: right;
}

#menu .cate_pop .cate_part_col2 img {
	border-radius: 3px;
	cursor: pointer;
}
#menu .cate_pop .cate_part_col2 img:hover{
	opacity: 1;
}
#menu .cate_pop .cate_part_col2 .ad1 img {
	float: left;
	margin-left: 0px;
}

#menu .cate_pop .table .items {
	padding: 8px 0 8px 0;
	border-bottom: 1px dashed #BFC3CF;
}
#menu .cate_pop .table .items:last-child{
	border-bottom: 0px 
}
#menu .cate_pop .table .items dt {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
}

#menu .cate_pop .table .items dd {
	margin-top: 7px;
	color: rgba(217, 222, 227, 1);
	line-height: 24px;
}

#menu .cate_pop .table .items dd a {
	color: #646877;
	
}
#menu .cate_pop .table .items dd a:hover {
	color: rgba(24, 127, 196, 1);
}
#menu .cate_pop .table .items dd span {
	color: #D9DEE3;
}

#index_right {
	width: 120px;
	position: fixed;
	left: 50%;
	margin-left: 630px;
	top: 210px;
	z-index: 999;
}

#index_right .box {
	width: 120px;
}

#index_right .index_right_top,
#index_right .index_right_bottom {
	background: #FFFFFF;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;

}

#index_right .index_right_top {
	background: #fff url(../../resource/images/index/context_h.png) no-repeat center top;
}

#index_right .index_right_top .tel_bt {
	padding-top: 15px;
}

#index_right .box .col02 .contact_time {
	padding: 5px 0;
	background: #FFFFFF;
	border: 1px solid #6CCEF9;
	border-radius: 5px;
}

#index_right .box .col02 {
	padding: 5px 15px 15px;
	color: #646877;
}

#index_right .box .col02 img {
	width: 75px;
	height: 75px;
}

.cw-icon {
	cursor: pointer;
}

#index_right .box .col02 .ewmbox {
	border: 1px solid #6CCEF9;
	border-radius: 5px;
	padding: 6px;
}

#index_right .index_right_bottom {
	padding: 10px;
}

#index_right .index_right_bottom .items {
	height: 32px;
	line-height: 32px;
	border: 1px solid #00A1E9;
	border-radius: 17px;
	cursor: pointer;
}
#index_right .index_right_bottom .items a{
	color: #00A1E9;
}
#index_right .icon_sprite {
	display: inline-block;
	vertical-align: top;
	background: url(../../resource/images/index/sprite.png) no-repeat;
}

#index_right .close {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background: #fff url(../../resource/images/index/sprite.png) no-repeat;
	background-position: -62px -55px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -40px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	cursor: pointer;
}

#index_right .icon_download {
	width: 16px;
	height: 16px;
	background-position: -14px -92px;
	margin-top: 7px;
	margin-right: 5px;
}

#index_right .icon_top {
	width: 16px;
	height: 16px;
	background-position: -40px -92px;
	margin-top: 7px;
	margin-right: 5px;
}

#index_right .contactme>span {
	width: 80px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	background: linear-gradient(90deg, #48D3FF 3.75%, #00A1E9 100%);
	box-shadow: 0px 1px 2px rgba(72, 211, 255, 0.5);
	border-radius: 12px;
	cursor: pointer;
}

.cate_pop .icon_sprite {
	display: inline-block;
	vertical-align: top;
	background: url(../../resource/images/index/sprite.png) no-repeat;
}

.cate_pop .icon_right {
	width: 20px;
	height: 20px;
	background-position: -39px -112px;
}

.myModa,.commonToast {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 50000
}

.myModa .myAlertBox,.commonToast .myAlertBox {
	width: 400px;
	border-radius: 10px;
	border: 10px solid rgba(0, 0, 0, 0.25);
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.myModa .myAlertBox .close,.commonToast .myAlertBox .close  {
	cursor: pointer;
	font-size: 16px;
}

.myModa .myAlertBox h6,.commonToast .myAlertBox h6 {
	background: #fff;
	padding: 10px;
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.myModa .myAlertBox h6 span,.commonToast .myAlertBox h6 span {
	line-height: 18px;
	vertical-align: top;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

.myModa .myAlertBox p,.commonToast .myAlertBox p {
	padding: 5px 45px;
    line-height: 21px;
	font-size: 14px;
	color: #6F7985;
}

.myModa .myAlertBox p.tit {
	color: #35364F;
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
}
.myModa .myAlertBox p.subtit{
	text-align: left;
}
.myModa .myAlertBox .btn,.commonToast .myAlertBox .btn {
	cursor: pointer;
	width: 80px;
	line-height: 36px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto 30px;
	background: #ECF0F4;
}

.myModa .myAlertBox .img {
	margin: 10px auto;
	text-align: center;
}

.myModa .myAlertBox .img2 {
	margin: 30px auto 10px;
	text-align: center;
}

.myModa .myAlertBox .img .icon,.commonToast .myAlertBox .img .icon  {
	width: 56px;
	height: 56px;
	display: inline-block;
}

.myModa .myAlertBox .img .icon_error {
	background: url(../../resource/images/common/error.png) no-repeat center;
}

.myModa .myAlertBox .img .icon_ok {
	background: url(../../resource/images/common/icon_pay_success.png) no-repeat center;
}

.myModa .myAlertBox .col2 .col,.commonToast .myAlertBox .col2 .col  {
	width: 120px;
	float: left;
}

.myModa .myAlertBox .col2 .col .btn,.commonToast .myAlertBox .col2 .col .btn {
	width: 100%;
}

.myModa .myAlertBox .col2 .col .btn.sure,.commonToast .myAlertBox .col2 .col .btn.sure {
	background-color: #187FC4;
	color: #ffffff;
}

.myModa .myAlertBox .col2,.commonToast .myAlertBox .col2 {
	padding: 0 69px;
	margin-top: 15px;
}
.myModaYzm .myAlertBox p.subtit{
	background-color: rgb(244,245,248);
	text-align: left;
	padding-left: 15px;
}
.myModaYzm .myAlertBox .yzmBox{
	padding: 25px 40px;
	text-align: left;
}
.myModaYzm .myAlertBox .yzmBox input{
	width: 150px;
	height: 22px;
	line-height: 22px;
	padding: 10px 5px 10px 32px;
	border: 1px solid rgba(217, 222, 227, 1);
	margin-right: 10px;
	border-radius: 5px;
}
.myModaYzm .myAlertBox .yzmBox img{
	width: 120px;
	height: 42px;
}
.myModaYzm .myAlertBox .icon_a{
	width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../../resource/images/login/icon_Verification.png) no-repeat;
	position: absolute;
	left:50px;
	top: 40px;
}
.myModaYzm .myAlertBox .btns {
	padding: 0px 40px;
}
.myModaYzm .myAlertBox .sure {
	cursor: pointer;
	width: 100%;
	line-height: 44px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto 20px;
	background: rgba(24, 127, 196, 1);
	color: #fff;
}
.myToast {
	position: fixed;
	display: inline-block;
	padding: 5px 10px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	background: #000;
	max-width: 300px;
	border-radius: 5px;
	z-index: 99999;
}

.myLoadding {
	border-radius: 8px;
	position: fixed;
	max-width: 280px;
	padding: 10px;
	background: #8e8e8e;
	text-align: center;
	color: #323232;
	z-index: 9999;
}

.myLoadding .loaddingImg {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
}

.alert .btn,
.alert .errorButton {
	width: 100px;
	height: 40px;
	background-color: #2e5ec0;
	color: #ffffff;
}

.layui-m-layer {
	z-index: 9999 !important;
}

.alert .loading {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #424040;
	opacity: 0.4;
	z-index: 99000;
}

#user .icon_plus{
	width: 31px;
	height: 15px;
	background: url(../../resource/images/common/icon_plus.png) no-repeat;
	margin: 8px 3px 0 0;
	display: inline-block;
	vertical-align: top;
}
.ts-alert {
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 9999;
	white-space: normal;
	min-width: 314px;
	text-align: center;
	padding: 10px;
	padding-right: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.city-picker-dropdown {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 99;
    display: none;
    min-width: 330px;
	position: absolute;
	left:0;
	top:30px;
}

.city-select-wrap {
	box-shadow: 0px 2px 5px 0px #00000026;
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 13px;
}

.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}

.city-select-tab > a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #46A4FF;
}

.city-select-tab > a:first-child {
    border-left: none;
}

.city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-content {
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
}

.city-select {
    font-size: 13px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 2;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
    display: inline-block;
    padding: 0px 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
	
}
.city-select.city a,.city-select.district a{
	padding: 4px 10px;margin-bottom: 5px;
}
.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #46A4FF;
}

.city-select a.active {
    background-color: #46A4FF;
    color: #fff;
    border-radius: 2px;
}
.fadeInDown {
	animation-name: fadeInDown;
	-webkit-animation: fadeInDown;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transition: 2s;
		-webkit-transform: translate(0, -1000px);
		transform: translate(0, -1000px);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate(0, -1000px);
		transform: translate(0, -1000px);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
}

.ts-alert-text {
	text-align: center;
	white-space: normal;
	line-height: 20px;

	font-size: 16px;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	margin-left: 5px;
	line-height: 26px;
}

button.close:active,
button.close:focus {
	outline-width: 0px;
}

.alert-success {
	background-color: #f1f6f2;
	border: 1px solid #e3eee5;
	color: #339645;
}

.alert-success .close {
	color: #339645;
}

.alert-danger {
	background-color: #fdeeed !important;
	border: 1px solid #fdbbbd !important;
	color: #ff343a !important;
}

.alert-danger .close {
	color: #ff343a;
}

#gotoOldpc{
	width: 91px;
height: 20px;
line-height: 20px;
border-radius: 3px;
border: 1px solid #D9DEE3;
background-color: #fff;
display: inline-block;
margin-top: 4px;
text-align: center;
}
#header .top #gotoOldpc{
	padding: 0;
	color: #00A1E9;
}
.pswp__preloader__icn {
	opacity: 0.75;
	width: 35px;
	height: 35px;
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -26px;
}

.pswp__preloader__cut {
	position: relative;
	width: 12px;
	height: 24px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.pswp__preloader__donut {
	box-sizing: border-box;
	width: 35px;
	height: 35px;
	border: 2px solid #b5b2b2;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
	-webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
}
.privacyTip{
	width:100%;
	height: 100%;
	left:0;
	top:0;
	position: fixed;
	z-index: 9999;
}
.privacyTip .bg{
	width:100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	position: absolute;
	left:0;
	top: 0;
}
.privacybox{
	width:500px;
	position: fixed;
	left:50%;
	top:50%;
	z-index: 10000;
	height: 344px;
	margin-top: -172px;
	margin-left: -260px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 10px solid rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 80px 0 rgba(0,0,0,.4);
}
.privacybox .bt{
	margin: 10px 0 15px;
	font-weight: 600;
	font-size: 22px;
	line-height: 52px;
	text-align: center;
	color: rgba(53, 54, 79, 1);
	border-bottom: 1px solid #f4f5f8;
}
.privacybox  .tit01{
	font-size: 12px;
	line-height: 17px;
	color: rgba(100, 104, 119, 1);
	padding: 0 35px;
}
.privacybox  .tit02{
	margin-top: 20px;line-height:22px;
}
.privacybox  .tit02 a{
   color: #187FC4;
}
.privacybox .btns{
	padding: 0 35px;
	margin-top: 55px;
}
.privacybox .btns>.span{
	text-align: center;
	display: inline-block;
	width: 45%;
	height: 34px;
	line-height: 34px;
	color: rgba(53, 54, 79, 1);
	font-size: 15px;
	border-radius: 4px;
	background-color: rgba(236, 240, 244, 1);
	cursor: pointer;
}

.privacybox .btns>.span.agree{
	color: #fff;
	background-color: rgba(24, 127, 196, 1);
	float: right;
}


.seller_logo {
	width: 22px;
	height: 22px;
	vertical-align: top;
	margin-right: 4px;
	display: inline-block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVgSURBVHgB7VjNbhxFEK7qWTsb2RuPwxXJa6Tk7DzBrhUJwQm4csnwBAZx4UfEg4XCASHHEhFH20iIQyRiTpFAwusXIOYU8es1CCyQsBfFJkjZnaK6unum52djDvbCwSWvp6e7uvvr6uqvahrgTM7kvxWsqjx//YcFpShGhSEoVuEfBgqIi/LkRlTcV/E/2w6BfioSXYUIgSmzFuo+/B9MHZekjwI3Npe7SIOV/WfGbx4LsP7a/WZtvLZDZiIgHpTHNhMGenRbdk+thxqQASjglANjAWgVDai4iBSg/HpUU7O9eez5eFQRYBCMtYhAgxL4SISyerBlFm4XfMgw9U8aSRqsIr+5srOC1MnDMwpllkIMVT95uYinBBBUEvPMqEGQNwLaeUg38iRk4MjPziBwBYW3MbqW3BAoaxOQZCcQ4Lqffle4UIST2+KJN76NGPKqwDY+0hsk6srf8WwXTkHCOxRCvf+jUmrazCn78tIfV3HN6eQsyKtfdMsCY5mN0wKnpfeC+NsKQWpjjeiar5MCrL/+XYtdrWlf9R4iW+9tOHXpr6dGEb+BdrhJ7RJAPnQRGQ+R5TC+tWHWm3zv5/bk8i9x/YNfZ+AYCT8+mAs/+TNu3D56rqq99+z5LvtgBzwr8t9CCSCb+XnNFub06UOcrFcN2Hj/pwhq6kvmwcUxwHv15b0mDAO3etBk3tlk3rweAG2Enz5sVekxf8UGnLEim6hdAshNYarEchhf6kD1aG2hCtRHHabHxqA1DCCM80SIU0JFQkNJVKXWexq3CGXnzO4hTJUAckuOICff2ilNHMY7IRNuvl5hBEMkIdXS3ClUZNbdZquGRb0nPu9HlrpEWHW3BBCT5LMUqpZgsDGx9H0UxvdkwMl3d9r9idpmQjRj1ZCMV7cbH/62OnHr9zk3Vn11r3nho4NlnjQy9Jcy4AxMndsM7xyKrqaZi3cfLSYEy4ZfDVdyUwcysEaYA+d4wq8kBOnaQHjQhjcdlqSO/BCFLp5K6ONNCtjTdNjNxVmnB8KtJpZDLixmsVm8X5+CpzjkdXMWPLpxeZsVXxHTYBal0ERdsxQywc+tK40ifjgUFfRjWO54knQTQ6WzGOcj8X/WXnLgcgAF5DuXV8hEOc+86ZsLZXprO0lCV7SvkNffES4lSbZCoq+5ep4r19PFSIMy4c0Xft+/irFfVYOCiLMOTGZFdrd1R0a1y88OJbh++OqTHas+27i1F/FeXWPNOQYSkuyA0gduOwG19uDFC46uOuHtB2vsDhGrtCBJmlw+4AmmXTpXJaV0a+LNb0hMYfO9o6VLlTnjScnFLwY2bzQusD+PufnKsF0uNSIxWRHSsPYyQG8BOAKYLo1DcwhLUrHx2Wpo6LpOVrTfJ5CSeU4qALqMF2lkG02FpyfqsX0IR2RDAeKiSLG+LEJ2YslR7TFSMsSjSjzoCB3S8DECIcqmLEjJgnLsXUhAGhnduMmLUo4kPgeOygMND1Yao/qQkAnfmptcunUaEt592MxV/Dua4e8D99XOOB+pxnI9vt+EkwbHuaDCsUWCHFNsF/VKW0w02GJwbbSZC7thVKudixo3doBs7uffvdgyuOsQDFR2VxMEVsfE9exuhsu1Ppnz6D7g+SsIoHQ3U7Lg+HhdK3XtKbGJM0ECWe4nSaWUveVziuXySC8UYeGqA90NhLQ5eCbr7HIeuH4swF482+Ncj/M32vUGzUjADS5JKoF3WWMZgAo7YrJkHzlR4nfT9x67bIB5qJDH0shEzFchECxgAHMQZOm9SdV1+o7gbsHA21pzk2Wv5syNVpryS//AfTaoDmPfSv6q3bS3DGdyJv87+QdF3CgIlKR/dAAAAABJRU5ErkJggg==") no-repeat center;
	background-size: 90%;
	border-radius: 3px;
}

.seller_logo2 {
	width: 22px;
	height: 22px;
	vertical-align: top;
	margin-right: 4px;
	display: inline-block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAP7SURBVHgBpVRbaFxVFF3nzp2bmTs14yQzMaZpLbHk8REVJUHio0IhUK0fWkFEagU/KkI/xBaK4IeCCGr/SoMv1GpQFK0gIqFSigrSBm2srZqmMbEkTTqZzCOZmdy595673efMTB72s3vmDGfOY+2199r7gIj28cjRjduUwhJqAtA2aBM8SM+I5wJBba1mJGp/ad06re1D5EUVXC0H+HnexYfTAc4WGyCDAN0RF7uTAfb2WFgoDaFQ+RqO/BUBeQiHOtHUsAebNx2EIWyNr1xowCCQ+PKyg2d/KsOJ2hBhA4Zy4kugXMZg8yIO9x9AGKf4cpWTIuHzPGbuxF3JEwgpUBWVAsw7Hro+m8OCjOCZnkY8323CJAMn5z0cGVtGtlDBrtYM3hs8g5T9OINGka18i0v5gyh587g9/jo6Gl9iOEN5Ijo2liNxdIr6TqTJkT5J6RGHTAXnHH1x+WVKvD9LxpG/6PgfWQr4o/aIfJorDtP3/4bo1EynilKFyjTY/s46gBR4ZGsDLJ1boWO6Wh6BZb6Jp7afZlYGvptc4vxRVToOORXdw+FbWPYmUJFpLYsGXHIlH/KRCnMOjBBfVkOg6E8ygI/726fAGuGXGYcvUK0eOEDDQshogs9LFVrQOxowYpgIpERZibBWApBwIPlUh50CsXC5FZcrJ8QXq1cJLqueYaeAJRJK4irg1hj/yADjGbdaV+orAqht5f1qideZYhOrL2o1qPbzzjm4gQvTSCJi3qqdaMD7tkQhmN0341mUPeWfU8DpNRHn6hS4sHgFimpX0lRloYhom1sZgR8ItNi7tMKqETTgQHsMvQkD2aKL4xfz7N3QLO3wNsYhdCZm2GEF/a02iyG0ZpIcTC5/BBVHW3QQujvqOQwxwNN3JPmUxNCZa/BV4vhos3UvR8oA1g+4u9XCzo64Zh8wxX8KH2DJm4ZtdmDLpifYibEWsqqBF+65Ce3REC7Mr+DYaJpZCqQifYiFt3PxZvFc/4948LYYXxRwZRbnC2/B47R0xg8woYZVKY36xA5bODzQwv3k4rXTsxhfdFHkckrnHmMVA2xOfFqtT2Y3mjnEfT2LhNWLrsb9WG+C6sGrIHm6++M/MXIpjzvbbPS22EiXcnhyx6Nw/Dz6ml9hEUo4n3ubWYXxcNtJFmRA1201UNoIqKYzBRcPvfs7phdcnStL+Phq/xiueIfYfaDVV58HbhlCd3wvK2vW8rcGsmoB96LqyYnFEu0bvkg7jp6l4d+ucU1LGs28Qe+Mx+mTyR6aKHyuz5JqaZIbXlnFMMe4N+N/pt7HOndRe26lrrZaLwtj/dNbt2nF9UU1uX5PVB/MmnYBC2KIVQ/Y+FJry/N49T/SX2mex2181QAAAABJRU5ErkJggg==") no-repeat center;
	background-size: 90%;
	border-radius: 3px;
}
.seller_logo_none{
	background: none;
}
.productListTip{
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;z-index: 9999;
}
.productListTip .bg {
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.2;
    -webkit-opacity: 0.2;
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    z-index: 999;
    position: absolute;
    left: 0%;
    top: 0%;
}
.productListTipMain{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 780px;
    height: 500px;
    z-index: 1000;
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, .4);
    border-radius: 3px;
    margin-left: -390px;
    margin-top: -250px;
    background-color: #fff;
}
.productListTipMain .title{
    background-color: #F4F5F8;
    height: 40px;
    padding: 0 12px;
    color: #35364F;
    font-size: 16px;
    line-height: 40px;
}
.productListTipMain .title>.num{
    color: #666666;
    font-size: 12px;
}
.productListTipMain .items {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #F4F5F8;
    height: 100px;
    overflow: hidden;
}

.productListTipMain .items>div {
    float: left;
    text-align: center;
}

.productListTipMain .items>div.name {
    width: 300px;
    text-align: left;
    padding-left: 126px;
    padding-right: 20px;
}

.productListTipMain .items>div.model {
    padding: 10px;
    line-height: 24px;
    width: 130px;
    word-wrap: break-word;
}

.productListTipMain .items>div.price,
.productListTipMain .items>div.num,
.productListTipMain .items>div.stock {
    width: 80px;
    line-height: 100px;
    color: #646877;
    font-size: 14px;
}
.productListTipMain .items>div.stock2 {
    width: 80px;
    line-height: 20px;font-size: 13px;
    margin-top: 30px;color: #ED2E50;
}
.productListTipMainbody{
    padding: 15px 20px;
}
.productListTipMainbody .scorllY{
    overflow-y: auto;
    height: 430px;
}
.productListTipMain .items>div.price {
    color: #ED2E50;
}

.productListTipMain .items>div.name .pic {
    left: 0px;
    top: 0px;
}
.productListTipMain .items>div.name .pic img{
    width: 100px;
}
.productListTipMain .items>div.name .tit {
    margin-top: 1px;
	line-height: 16px;
	height: 32px;
}

.productListTipMain .items>div.name .tit a {
    font-size: 12px;
    color: #35364F;display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.buying .label_img_url{
	left:0;
	top: 0;
	max-width: 156px;
}
.productListTipMain .items>div.name .gift {
    margin-top: 5px;color: #9297A5;overflow:hidden;white-space: nowrap;text-overflow: ellipsis
}
.productListTipMain .items>div.name .gift2 {
	color: #666;margin-top: 5px;
}
.productListTipMain .items>div.name .gift2>span {
		border-radius: 2px;
			border: 1px solid #F31B1B;
			color: #F31B1B;
			padding:0 2px;
			line-height: 12px;
			display: inline-block;
			margin-right: 4px;

}
.p-list .label_img_url{
	width: 100%;
	left:0;
	top: 0;
}
@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(-140deg)
	}

	100% {
		transform: rotate(0)
	}
}


@-webkit-keyframes searchTop {
	0% {
		top: -50px
	}

	to {
		top: 0
	}
}

@keyframes searchTop {
	0% {
		top: -50px
	}

	to {
		top: 0
	}
}