/*全局样式*/
@charset "utf-8";
html, body, div, iframe, em, img, p, a, strong, b, i, form, label, span, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, applet, object, blockquote, big, cite, code, del, dfn, abbr, acronym, address, pre, time, mark, audio, video, article, aside, canvas, details, embed, figure, figcaption, footer, header, nav, section, menu, button, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
table {
	border-color: #ccc !important;
}
body, html, button, input {
	color: #616161;
	font-size: 12px;
	font-family: arical, Helvetica, "微软雅黑", PingFangSC-Regular, PingFang SC;
}
i {
	font-style: normal;
}
li {
	list-style: none;
}
select, input, button, textarea {
	color: #616161;
	font-size: 12px;
}
textarea {
	resize: none;
}
button {
	cursor: pointer;
}
input:focus, textarea:focus, button:focus {
	outline: none;
	outline: 0;
}

::-webkit-input-placeholder {
 color: #919191;
}

:-moz-placeholder {
 color: #919191;
}

::-moz-placeholder {
 color: #919191;
}

:-ms-input-placeholder {
 color: #919191;
}
a {
	text-decoration: none;
	color: #313131;
}
a:hover {
	color: #387FFF;
}
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 1000px white inset;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.clear, .clr {
	display: block;
	min-height: 1%;
}
.clearfix, .clr {
	clear: both
}
.clearfix:after, .clr:after {
	content: " ";
	display: table;
	clear: both
}
.flex {
	display: flex;
}
.column {
	display : flex;
	flex-direction: column;
}
.row {
	display : flex;
	flex-direction: row;
}
.boxsiz {
	-webkit-box-sizing: border-box;
	box-sizing : border-box;
}
/* 两侧对齐 */
.bothSide {
	justify-content: space-between;
}
/* 平均分布 */
.avarage {
	justify-content: space-around;
}
/* 水平居中 */
.rowCenter {
	justify-content: center;
}
/* 垂直居中 */
.verCenter {
	align-items: center;
}
.fl-l, .fl {
	float: left;
}
.fl-r, .fr {
	float: right;
}
.fz-14 {
	font-size: 14px;
}
.ta-l {
	text-align: left !important;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center;
}
.v-c {
	vertical-align: middle;
}
.prt3 {
	position: relative;
	top: 3px;
}
.prt2 {
	position: relative;
	top: 2px;
}
.mb-20 {
	margin-bottom: 20px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-20 {
	margin-left: 10px;
}
.va-t {
	vertical-align: top;
}
.va-m {
	vertical-align: middle;
}
.lineBlock {
	display: inline-block;
 *display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
}
.lbBox {
	font-size: 0 !important;
 *word-spacing: -1px !important;
}
.emptys {
	margin-left: -1px;
	width: 1px;
	height: 100%;
	font-size: 0;
	vertical-align: middle;
}
/*小三角形*/
.triangle-icon-top {
	position: relative;
	top: 2px;
 *top: 6px;
	margin-left: 5px;
	line-height: 0;
	display: inline-block;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
	border-top-color: #4c4c4c;
	border-width: 5px 4px;
}
/**常用高度**/
.h18 {
	height: 18px;
}
/*灰色背景*/
.gray-icon-bg {
	background: url(../images/gray-icon-bg.png) repeat;
}
.gray-bg-20 {
	background: url(../images/gray-bg-20.png) repeat;
}
.gray-bg-30 {
	background: url(../images/gray-bg-30.png) repeat;
}
.gray-bg-50 {
	background: url(../images/gray-bg-50.png) repeat;
}
.gray-bg-60 {
	background: url(../images/gray-bg-60.png) repeat;
}
.gray-bg-70 {
	background: url(../images/gray-bg-70.png) repeat;
}
#gray-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(../images/gray-bg-30.png) repeat;
 *background: none;
 *width: 0;
 *height: 0;
}
.right-close {
	height: 20px;
	position: relative;
}
.right-close .close {
	cursor: pointer;
	height: 10px;
	width: 10px;
	position: absolute;
	right: -20px;
	top: 10px;
	display: block;
	background: url(../images/ic_icon.png) 0 -20px no-repeat;
}
/*字体颜色*/
.font {
	color: #313131;
}
.f-red {
	color: #ff3700 !important;
}
.f-green {
	color: green !important;
}
.f-999 {
	color: #919191 !important;
}
.f-666 {
	color: #616161 !important;
}
.f-gray {
	color: #919191;
}
.f-black {
	color: #616161;
}
.f-blue {
	color: #1969f9;
}
.f-orange {
	color: #FF3700!important;
	;
}
.fw-n {
	font-weight: normal !important;
}
.fw {
	font-weight: bold !important;
	;
}
.pem-2 {
	padding: 0 1em;
}
.h-40 {
	height: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-29 {
	margin-top: 29px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-5 {
	margin-top: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mr-5 {
	margin-right: 5px;
}
.mr-20 {
	margin-right: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.mr-10 {
	margin-right: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
/*输入框*/
.input {
	margin: 0;
	border: 2px solid #cccccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.input:focus {
	border-color: #1969f9;
}
.input-50 {
	height: 26px;
	line-height: 26px;
	padding: 10px;
	width: 316px;
	margin: 0;
	border: 2px solid #cccccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.input-50:focus {
	border-color: #1969f9;
}
.input-orange {
	border-color: #f98119;
}
.input-red {
	border-color: #ff0000;
}
.input-blue {
	border-color: #1969f9;
}
.textarea {
	padding: 5px;
	margin: 0;
	line-height: 20px;
	border: 2px solid #cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.textarea:focus {
	border-color: #1969f9;
}
/*按钮*/
.but {
	color: #fff;
	padding: 0 10px;
	text-align: center;
	background: #1969f9;
	margin: 0;
	border: 0;
	border: none;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.but:hover {
	background: #387FFF;
	color: #fff;
}
.but-py {
	pointer-events: none;
	background: #cccccc !important;
	color: #ffffff !important;
}
.but-white {
	color: #1969f9;
	padding: 0 14px;
	text-align: center;
	background: #ffffff;
	margin: 0;
	border: 2px solid #1969f9;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.but-white:hover {
	background: #1969f9;
	color: #fff;
}
.but-gray {
	color: #313131;
	padding: 0 14px;
	text-align: center;
	background: #ffffff;
	margin: 0;
	border: 2px solid #cccccc;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.but-gray:hover {
	background: #cccccc;
	color: #fff;
}
.but-gray2 {
	color: #fff;
	padding: 0 10px;
	text-align: center;
	background: #cccccc;
	margin: 0;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.but-gray2:hover {
	background: #919191;
	color: #fff;
}
.but-orange {
	color: #fff;
	padding: 0 14px;
	text-align: center;
	background: #f98119;
	margin: 0;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.but-orange:hover {
	background: #f19900;
	color: #fff;
}
.but-red {
	color: #fff;
	padding: 0 14px;
	text-align: center;
	background: #ff0000;
	margin: 0;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.but-red:hover {
	color: #fff;
}
.but-disabled, .submitGo {
	cursor: not-allowed;
	background: #ccc !important;
}
/**鼠标**/
.poniterx {
	cursor: pointer !important;
}
.defaultx {
	cursor: default !important;
}
/*复选框*/
.check-img {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	position: relative;
	top: 2px;
	cursor: pointer;
}
.check-img input {
	padding: 0;
	margin: 0;
	float: left;
 *position: relative;
 *top: -3px;
}
.check-img .icon-check {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
	width: 13px;
	height: 13px;
	background: #F5F5F5;
	border-radius: 2px;
	border: 1px solid #D1D1D1;
	border-radius: 3px;
}
.check-img input[type='radio'] {
	display: none;
}
.check-img .icon-check.act-radio {
	border: 1px solid #1969f9;
	background: #1969F9;
	background: url(../images/xuanzhong.png) no-repeat;
	background-size: 100%;
}
.check-img .icon-no-check {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
 *display: none;
	z-index: 2;
	width: 14px;
	height: 14px;
	background: url(../images/ic_icon.png) -336px -30px no-repeat;
	background-size: 100% 100%;
}
.check-img .icon-check2 {
 *display: block;
}
/* .check-img .act-check{ background-position: -19px -30px; } */
.check-img .act-radio {
	background-position: -19px -30px;
}
.check-img .icon-check.act-check {
	background: #1969f9;
}
/*输入框提示*/
.iconjudge {
}
.iconjudge .judge-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	display: block;
	width: 15px;
	height: 15px;
}
/*普通提示*/
.iconjudge .hint {
	position: relative !important;
}
.iconjudge .hint .judge-icon {
	background: url(../images/ic_icon.png) -132px -30px no-repeat;
}
/*错误*/
.iconjudge .error {
	position: relative !important;
	z-index: 1;
	border-color: #ff0000 !important;
}
.iconjudge .error .judge-icon {
	background: url(../images/ic_icon.png) -87px -30px no-repeat;
}
/*正确*/
.iconjudge .correct {
	position: relative !important;
}
.iconjudge .correct .judge-icon {
	background: url(../images/ic_icon.png) -102px -30px no-repeat;
}
/*不能为空*/
.iconjudge .nonull {
	position: relative !important;
	z-index: 2;
	border-color: #f98119 !important;
}
.iconjudge .nonull .judge-icon {
	background: url(../images/ic_icon.png) -117px -30px no-repeat;
}
.iconjudge .hint-phone {
	z-index: 2;
}
/*图形验证码*/
.codehint {
}
.codehint label {
	display: block;
	position: relative;
	border: 1px solid #cccccc;
	margin-top: -2px;
	height: 46px;
}
.codehint .code-img {
	width: 120px;
	height: 36px;
	float: right;
	position: relative;
}
.codehint .code-img img {
	display: block;
	height: 46px;
	width: 100%;
}
.codehint .hint-code input {
	height: 26px;
	line-height: 26px;
	padding: 10px;
	width: 186px;
	background: none;
	border: 0;
}
.codehint a {
	display: none;
	width: 120px;
	height: 46px;
	line-height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: #fff;
	background: url(../images/gray-bg-50.png) repeat;
}
.codehint .code-img:hover a {
	display: block;
}
.codehint .hint-code .judge-icon {
	right: 125px;
}
/*图标----------------*/
/*飞机*/
.icon-plane {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/ic_icon.png) -161px -215px no-repeat;
}
/*对*/
.icon-achieve {
	width: 70px;
	height: 70px;
	display: inline-block;
	background: url(../images/ic_icon.png) -330px -111px no-repeat;
}
/*错误*/
.icon-mistake {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/ic_icon.png) -327px -215px no-repeat;
}
/*顿号*/
.icon-mark {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/ic_icon.png) -201px -215px no-repeat;
}
.icon-mark-o {
	width: 140px;
	height: 140px;
	display: inline-block;
	background: url(../images/nodatanews.png);
}
.icon-mark-3 {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/ic_icon.png) -208px -150px no-repeat;
}
/*登录提示顿号图标*/
.icon-rem {
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(../images/ic_icon.png) -149px -31px no-repeat;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wrapx {
	word-break: break-all; /*支持IE，chrome，FF不支持*/
	word-wrap: break-word; /*支持IE，chrome，FF*/
}
/**运营活动入口颜色配置**/
.adACtiveColor1 {
	color: #f98119 !important;
}
.adACtiveColor2 {
	color: #ff0000 !important;
}
.adACtiveColor3 {
	color: #00DD00 !important;
}
.adACtiveColor4 {
	color: #1969f9 !important;
}
/**2018过年修改**/
.gn2018 {
	height: 110px;
	text-align: center;
	background: #660801;
	position: relative;
	display: none;
}
.gn2018 .closeGn {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
}
.gn2018 .bannerGn {
	height: 110px;
	width: 1190px;
}

/*布局，版面*/
@charset "utf-8";
/*页面层级问题z-index,普通层级为1-3,无背景弹出层为10-30,浮层为40-50,右下角导航层为40-50,有背景弹出层为100,有背景弹出层里面的白边为101,客服弹出层为90-99 */

/*最外层*/
.w1190 {
	margin: 0 auto;
	width: 85%;
	max-width: 1190px;
	min-width: 1190px;
}
/*头部*/
#header {
	min-width: 1190px;
	background: #ffffff
}
/*顶部公告*/
.top-hot {
	padding: 12px 50px 15px 50px;
	background: #313131;
}
.top-hot .icon-hot {
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
	display: inline-block;
	background: url(../images/ic_icon.png) -70px -30px;
}
.top-hot a {
	color: #fff;
	margin: 0 20px;
}
.top-hot a:hover {
	text-decoration: underline;
}
.top-hot .icon-close {
	cursor: pointer;
	width: 16px;
	height: 20px;
	position: relative;
	top: 5px;
	display: inline-block;
	background: url(../images/ic_icon.png) -74px -60px;
}
/**加载动画**/
.loding {
	z-index: 66666;
	color: #6eb4dc;
	width: 220px;
	text-align: center;
	height: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	background: #fff;
	position: fixed;
	top: 120px;
	left: 50%;
	margin-left: -50px;
	-webkit-box-shadow: 0 0 2px 2px #eee;
	box-shadow: 0 0 2px 2px #eee;
}
.loding img {
	height: 32px;
	width: 32px;
	vertical-align: middle;
	margin-right: 10px;
}
/*页头logo*/
.head-text .logo-nav {
	float: left;
	width: 387px;
	margin-right: 40px;
}
.head-text .logo-nav .logo {
	float: left;
	display: block;
}
.head-text .logo-nav img {
	display: block;
	margin: 0 auto;
	float: left;
}
.head-text .logo-nav b {
	display: block;
	float: left;
	width: 10px;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	color: #d4d4d4;
	font-size: 17px;
}
.head-text .logo-nav h2 {
	font-weight: bold;
	float: left;
	font-size: 16px;
	height: 62px;
	line-height: 62px;
	font-family: "Microsoft YaHei";
	color: #313131;
	margin-left: 25px;
}
.head-text .logo-nav .string {
	float: left;
	overflow: hidden;
	display: inline-block;
	margin: 15px 20px;
	width: 1px;
	height: 30px;
	background-color: #d4d4d4;
}
.head-text .logo-nav .banner {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	margin-top: 20px;
	overflow: hidden;
	color: #fff !important;
	letter-spacing: 5px;
	float: left;
	margin-left: 30px;
	display: block;
}
.search-nav-boxx .head-search {
	padding-left: 18px;
	width: 1172px;
	margin: 0 auto;
}
.logo-nav {
	float: left;
	width: 230px;
	margin-right: 40px;
}
.logo-nav img {
	display: block;
	margin: 0 auto;
}
.logo-nav .banner {
	font-size: 14px;
	overflow: hidden;
	color: #616161;
	font-family: 'MicrosoftYaHei';
	text-align: center;
	position: relative;
	top: 29px;
	letter-spacing: 2px;
}
.logo-nav b {
	display: block;
	float: left;
	width: 10px;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	color: #d4d4d4;
	font-size: 17px;
}
.logo-nav h2 {
	font-weight: bold;
	float: left;
	font-size: 16px;
	height: 62px;
	line-height: 62px;
	font-family: "Microsoft YaHei";
	color: #313131;
}
.logo-nav .string {
	float: left;
	overflow: hidden;
	display: inline-block;
	margin: 15px 20px;
	width: 1px;
	height: 30px;
	background-color: #d4d4d4;
}
.search-nav-boxx .head-search .logo-nav {
	margin-right: 117px;
}
/*带文字导航*/
.head-text {
	padding: 15px 0;
}
.head-text .nav {
	float: right;
	text-align: left;
	height: 34px;
	margin-top: 14px;
}
.head-text .nav li {
	position: relative;
	float: left;
	font-size: 14px;
	padding: 0 10px;
	line-height: 32px;
}
.head-text .nav li a {
	display: block;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
}
.head-text .nav li.act a {
	border-bottom: 2px solid #1969f9;
	color: #1969f9;
}
.head-text .nav .icon-new, .mymsg .icon-new {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	display: block;
	width: 6px;
	height: 6px;
	background: #fad735;
	border-radius: 50%;
}
.mymsg .icon-new {
	right: 38px;
	top: 47%;
	display: none;
}
.layout-nav .mymsg .icon-new {
	right: 38px;
	top: 43%;
}
.layout-nav .myorder .icon-new {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	display: block;
	width: 6px;
	height: 6px;
	background: #fad735;
	border-radius: 50%;
}
.layout-nav .myorder .icon-new {
	right: 38px;
	top: 27%;
}
.login-text {
	float: right;
	text-align: left;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	margin-top: 14px;
	color: #313131;
	font-weight: bold;
}
/*全站导航*/
.head-nav {
	height: 40px;
	color: #313131;
	font-size: 18px;
	margin-top: 22px;
	position: relative;
	margin-left: -21px;
}
.head-nav li.ax {
	height: 38px;
	position: relative;
	line-height: 38px;
	float: left;
	padding: 0 28px 0 28px;
}
.head-nav li .new {
	position: absolute;
	top: 0px;
	right: -5px;
	display: block;
	width: 30px;
	height: 19px;
	background: url(../images/new.png) no-repeat;
}
.head-nav li .hot {
	position: absolute;
	top: 0px;
	right: -5px;
	display: block;
	width: 30px;
	height: 19px;
	background: url(../images/hot.png) no-repeat;
}
.head-nav li img {
	max-height: 38px;
}
.head-nav li.ax a.fx21 {
	position: relative;
	font-size: 15px;
	transition: all 0.4s ease;
	color: #313131;
	font-weight: bold;
}
.head-nav li.act.ax::before {
	content: ' ';
	width: 16px;
	height: 16px;
	background: url(../images/headact.png) no-repeat;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 17px;
}
.head-nav li.ax:hover::before {
	content: ' ';
	width: 16px;
	height: 16px;
	background: url(../images/headact.png) no-repeat;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 17px;
}
.head-nav .code {
	height: 38px;
	line-height: 38px;
	position: relative;
	z-index: 10;
}
.head-nav .code .icon-code {
	float: left;
	width: 12px;
	height: 25px;
	margin-top: 7px;
	margin-right: 10px;
	display: inline-block;
	background: url(../images/ic_icon.png) 0px -125px no-repeat;
}
.head-nav .code dl {
	display: none;
	background: #fff;
	position: absolute;
	right: 0;
	top: 38px;
	z-index: 666;
}
.head-nav .code:hover dl {
	display: block;
}
.head-nav .code dt img {
	display: block;
}
.head-nav .code dd {
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
}
.head-nav .twoLi {
	padding: 0px !important;
}
.head-nav .twoLi.act span {
	color: #1969f9;
}
.head-nav .navTwoBox {
	height: 100%;
	width: 110px;
	position: relative;
	font-size: 16px;
	text-align: center;
	z-index: 1;
}
.head-nav .navTwoBox:hover {
	background: #094b8d;
}
.head-nav .navTwoBox:hover span {
	color: #fff;
}
.head-nav .more-top {
	background: url(../images/ic_icon.png) -38px 0 no-repeat;
	position: absolute;
	right: 18px;
	top: 14px;
	width: 10px;
	height: 10px;
	display: inline-block;
}
.head-nav .act .more-top {
	background: url(../images/ic_icon.png) -66px 0 no-repeat;
}
.head-nav .navTwoBox:hover .more-top {
	background: url(../images/ic_icon.png) -18px 0 no-repeat;
}
.head-nav .navTwoList {
	position: absolute;
	width: 110px;
	background: #094b8d;
	z-index: 7;
	display: none;
	padding: 10px 0;
}
.head-nav .navTwoBox:hover .navTwoList {
	display: block;
}
.head-nav .navTwoList p {
	height: 33px;
	line-height: 33px;
}
.head-nav .navTwoList p a {
	color: #fff !important;
	font-size: 14px !important;
	transition: all 0.4s ease;
}
.head-nav .navTwoList p a:hover {
	font-weight: bold;
}
/**反馈框样式修改**/
.tier-input-back {
	padding: 20px;
}
.tier-input-back .back-head {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.tier-input-back .back-head p {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #666;
	margin-left: 30px;
}
.tier-input-back dl {
	margin-top: 20px;
}
.tier-input-back dt {
	text-align: left;
	color: #666;
	font-size: 12px;
	width: 70px;
	padding-right: 0px;
}
.tier-input-back dd {
	width: 489px;
}
.tier-input-back input {
	width: 412px;
}
.tier-input-back textarea {
	width: 463px;
	border: 1px solid #e5e5e5;
	resize: none;
	height: 60px;
	padding: 10px;
}
.tier-input-back .muluxk {
	color: #333;
	position: relative;
	top: 6px;
}
.tier-input-back .but {
	width: 120px;
	margin-left: 439px;
}
.tier-input-back .text {
	width: 100%;
}
.tier-input-back .delivery-tab12 li {
	margin-right: 13px;
	color: #666;
	background-color: #fff;
	float: left;
	height: 28px;
	line-height: 28px;
	width: 110px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.tier-input-back .delivery-tab12 li.act {
	position: relative;
	height: 26px;
	line-height: 26px;
	width: 108px;
	border: 2px solid #1969f9
}
.tier-input-back .delivery-tab12 li.act i {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/ic_icon.png) -179px -31px no-repeat #fff
}
.tier-input-back .but {
	margin-left: 0px;
	margin: 0 auto;
	display: block;
}
.tier-input-back textarea#jyfkXk {
	width: 358px!important;
}
/**弹窗视频**/
.video-mask {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 810;
}
.video-mask i {
	width: 26px;
	height: 26px;
	font-size: 18px;
	color: #313131;
	background: #fff;
	border-radius: 14px;
	text-align: center;
	float: right;
	cursor: pointer;
	position: relative;
	top: 26px;
	left: 26px;
}
.video-mask .video-content {
	width: 1024px;
	height: 580px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -316px;
}
.video-mask .video-content video {
	display: block;
	width: 1024px;
	height: 580px;
	object-fit: fill;
}
.fastloginbtnaa {
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	width: 232px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 5px;
	color: #fff !important;
	background: #1181d0;
	z-index: 711;
	left: 50%;
	margin-left: -116px;
	top: 500px;
	display: none;
}
/*面包屑*/
.breadcrumb {
	height: 20px;
	line-height: 20px;
	padding: 10px 0;
	width: 1190px;
	margin: 0 auto;
	font-size: 12px;
}
.breadcrumb a {
	margin: 0 10px;
}
.breadcrumb > a:first-child {
	margin-left: 0;
	color: #313131 !important;
}
.breadcrumb strong {
	margin: 0 10px;
	color: #919191;
	font-weight: normal !important;
}
/**mouse广告**/
.mouseAd {
	display: none;
}
.mouseAd .mouseMask {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	z-index: 9999;
}
.mouseAd div.agbh {
	width: 618px;
	height: 420px;
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 45%;
	margin-left: -309px;
	margin-top: -170px;
}
.mouseAd i.closexk {
	display: inline-block;
	float: right;
	cursor: pointer;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 17px;
	border-radius: 15px;
	color: #616161;
	font-size: 16px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: 289px;
	margin-top: -170px;
}
.mouseAd a img {
	width: 100%;
}
/*登录注册切换*/
.login-tab {
	height: 22px;
	width: 340px;
	margin: 0 auto;
	padding: 20px 0;
}
.login-tab li {
	width: 50%;
	float: left;
	text-align: center;
}
.login-tab li span {
	cursor: pointer;
	font-size: 14px;
	color: #919191;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.login-tab li span:hover {
	color: #313131;
}
.login-tab li.act span {
	border-bottom: 2px solid #1969f9;
	color: #1969f9;
}
.login-tab li.act span:hover {
	color: #1969f9;
}
/*快速登录*/
.login-popup {
	width: 500px;
	margin-left: -200px;
}
.login .hint-text {
	line-height: 40px;
}
.login .block {
	width: 340px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.login .login-input label {
	display: block;
	position: relative;
	border: 1px solid #cccccc;
	margin-top: -1px;
}
.login .login-input input {
	height: 20px;
	line-height: 20px;
	padding: 13px 10px;
	padding-left: 45px;
	width: 281px;
	background: none;
	border: 0;
}
.login .codehint .hint-code input {
	width: 160px;
	padding: 10px;
	height: 16px;
	line-height: 16px;
}
.login .codehint .hint-code .judge-icon {
	right: 125px;
}
.login .login-input .icon-user {
	position: absolute;
	top: 12px;
	left: 16px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/ic_icon.png) -96px -80px no-repeat;
}
.login .login-input .icon-pass {
	position: absolute;
	top: 12px;
	left: 16px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/ic_icon.png) -116px -80px no-repeat;
}
.passtabbox {
	position: relative;
}
.pass-icon {
	position: absolute;
	top: 16px;
	right: 40px;
	width: 20px;
	height: 14px;
	background: url(../images/ic_icon.png) -187px -461px;
 no-repeat;
	cursor: pointer;
}
.pass-iconb {
	background-position: -216px -460px;
	cursor: pointer;
}
.login .login-input .icon-cell {
	position: absolute;
	top: 12px;
	left: 16px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/ic_icon.png) -136px -80px no-repeat;
}
.login .login-input .icon-code {
	position: absolute;
	top: 12px;
	left: 16px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/ic_icon.png) -156px -80px no-repeat;
}
.login .login-input .send-code {
	width: 120px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	line-height: 46px;
	background: #1969f9;
	border-radius: 2px;
	color: #ffffff;
	text-align: center;
}
.login .login-input .send-code:hover {
	background: #387FFF;
	color: #fff;
}
.login .block .link {
	height: 20px;
	line-height: 20px;
	padding-top: 10px;
}
.login .block .text {
	height: 20px;
	line-height: 20px;
	padding-top: 10px;
	text-align: center;
}
.login .block .but {
	padding: 0;
	line-height: 40px;
	height: 40px;
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
}
.login .block .code {
	height: 44px;
}
.login .block .msg {
	line-height: 20px;
	padding: 10px 0;
}
.login .block a {
	color: #616161;
}
.login .block a:hover {
	color: #1969f9;
}
.login .areabox {
	position: relative;
	z-index: 3;
	padding: 8px 0;
}
.login .areabox .areabox-but {
	cursor: pointer;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #cccccc;
}
.login .areabox .icon-arrows {
	float: right;
	display: block;
	margin-top: 9px;
	width: 7px;
	height: 10px;
	background: url(../images/ic_icon.png) no-repeat 0 0;
}
.login .areabox .act-but .icon-arrows {
	background-position: -10px 0;
}
.login .areabox .areabox-ul {
	display: none;
	height: 120px;
	overflow-y: auto;
	text-align: left;
	position: absolute;
	top: 48px;
	left: -1px;
	width: 338px;
	background: #fff;
	border: 1px solid #cccccc;
	border-top: none;
}
 .login .areabox .areabox-ul::-webkit-scrollbar {
 width: 10px;
}
 .login .areabox .areabox-ul::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #cccccc;
}
.login .areabox .areabox-ul span {
	float: right;
}
.login .areabox .areabox-ul li {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.login .areabox .areabox-ul li:hover {
	color: #fff;
	background: #1969f9;
	font-weight: bold;
}
.login .login-three {
	border-top: 1px solid #cccccc;
}
.login-three {
	height: 32px;
	padding-top: 10px;
}
.login .tipsx {
	height: 18px;
	text-align: center;
}
.login-three p a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	color: #1969f9;
}
.login-three p i {
	float: left;
	margin-right: 10px;
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url(../images/ic_icon.png) no-repeat;
}
.login-three em {
	padding-right: 10px;
	width: 12px;
	text-align: center;
	display: inline-block;
	color: #d7d7d7;
}
.login-three .icon-qq {
	background-position: -56px -81px;
}
.login-three .icon-wc {
	background-position: -76px -81px;
}
.login-three .icon-go {
	background-position: -176px -81px;
}
.login-main .hint-code {
	height: 46px;
}
.login-main .code-img img, .login-main .codehint a {
	height: 46px !important;
	line-height: 46px;
}
.login .codehint .hint-code input {
	height: 26px;
	line-height: 26px;
}
/**新增国外手机**/

#usernameMobileBox, #nameBox22 {
	position: relative;
}
#usernameMobileBox .areabox, #nameBox22 .areabox {
	position: absolute;
	width: 70px;
	font-weight: 700;
}
#usernameMobileBox .areabox .areabox-but, #nameBox22 .areabox .areabox-but {
	width: 70px;
	text-align: center;
}
#usernameMobileBox input, #nameBox22 input {
	padding-left: 90px !important;
	width: 201px !important;
}
#nameBox, #nameBox22 {
	position: relative;
}
#nameBox22 .gjBtn, #nameBox .gjBtn {
	position: absolute;
	cursor: pointer;
	color: #1969f9;
	right: 33px;
	top: 14px;
}
/**快速登录注册提示**/
.c-tips-mask {
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 900
}
.c-tips-content {
	width: 480px;
	background: #fff;
	margin: 0 auto;
	margin-top: 120px;
	padding: 10px;
}
.c-tips-content .closetip {
	cursor: pointer;
	height: 20px;
	width: 20px;
	display: block;
	background: url(../images/ic_icon.png) -53px -60px no-repeat;
}
.c-tips-content .c-tips-sec {
	text-align: center;
}
.c-tips-content .c-tips-sec-tp {
	color: #f98119;
	font-size: 18px;
	line-height: 26px;
	margin: 15px 0;
}
.c-tips-content .c-tips-sec-tps {
	width: 380px;
	margin: 25px auto;
	font-size: 16px;
	color: #616161;
}
.c-tips-content .c-tip-btn {
	width: 132px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 25px;
}
/**会员中心国外手机号**/
.usernameMobileBox1 {
	position: relative;
}
.usernameMobileBox1 .areabox {
	position: absolute;
	width: 70px;
	font-weight: 700;
	padding: 0px;
}
.usernameMobileBox1 .areabox .areabox-but, #nameBox22 .areabox .areabox-but {
	width: 70px;
	text-align: center;
}
.usernameMobileBox1 .areabox .areabox-but {
	cursor: pointer;
	padding-right: 10px;
	height: 26px;
	line-height: 26px;
	border-right: 1px solid #cccccc;
}
.usernameMobileBox1 .areabox .icon-arrows {
	float: right;
	display: block;
	margin-top: 9px;
	width: 7px;
	height: 10px;
	background: url(../images/ic_icon.png) no-repeat 0 0;
}
.usernameMobileBox1 input {
	padding-left: 90px !important;
	width: 246px !important;
}
.sjboxfg input {
	padding-left: 10px!important;
}
.sjboxfg .areabox {
	display: none;
}
.usernameMobileBox1 .areabox .areabox-ul {
	top: 27px;
	left: -1px;
	width: 378px;
}
 .login .areabox .areabox-ul::-webkit-scrollbar {
 width: 10px;
}
 .login .areabox .areabox-ul::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #cccccc;
}
.login .areabox .areabox-ul span {
	float: right;
}
.login .areabox .areabox-ul li {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.login .areabox .areabox-ul li:hover {
	color: #fff;
	background: #1969f9;
	font-weight: bold;
}
/*翻页*/
.pages-blue {
	clear: both;
	padding: 10px 0;
	text-align: right;
	height: 35px;
	margin-top: 40px;
}
.pages-blue a, .pages-blue span {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	margin-right: 6px;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	color: #919191;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.pages-blue .prev, .pages-blue .next {
}
.pages-blue .active, .pages-blue span.on, .pages-blue .active, .pages-blue span.current, .pages-blue a:hover {
	color: #ffffff;
	background: #1969f9;
	border: 1px solid #1969f9;
}
/*.pages-blue .unno{ display: none; }*/

.pages-blue .omit, .pages-blue .on {
	padding: 0;
	width: 33px;
}
/*.pages-blue p{display: none;}*/


/*右侧导航*/
.side-nav {
	position: fixed;
	right: 0px;
	width: 60px;
	bottom: 50px;
	z-index: 49;
}
.side-nav dl {
	width: 60px;
	height: 60px;
	margin-bottom: 2px;
	border-left-width: 2px;
}
.side-nav dt {
	text-align: center;
	width: 60px;
	height: 53px;
	padding-top: 7px;
	background: #636c73;
	transition: all 0.4s ease;
}
.side-nav dt p {
	color: #fff;
	padding-top: 3px;
}
.side-nav dt span {
	display: block;
	float: right;
	margin-right: -9px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background-color: red;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
}
.side-nav dt i {
	display: block;
	margin: 0 auto;
	width: 34px;
	height: 30px;
	background: url(../images/ic_icon.png) no-repeat;
}
.side-nav #icon_tops {
	display: none;
	cursor: pointer;
	background-color: #cccccc;
}
.side-nav dl:hover dt {
	background: #1969f9;
}
.side-nav dl:hover dd {
	display: block;
}
.side-nav dd {
	display: none;
	position: absolute;
	width: 236px;
	background: #fff;
	right: 60px;
	top: 0;
	-webkit-box-shadow: 0 3px 15px #e5e5e5;
	box-shadow: 0 3px 4px #e5e5e5;
}
.side-nav .saomal dd {
	right: 60px;
	top: 107px;
	padding: 25px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 20px;
}
.side-nav .phone-block:hover {
}
.side-nav .phone-block ul {
	padding: 15px 0 10px 16px;
	color: #616161;
}
.side-nav .phone-block li {
	font-size: 14px;
}
.side-nav .phone-block li b {
	font-size: 18px;
	font-family: Impact;
}
.side-nav .phone-block .text {
	padding-bottom: 10px;
	padding-left: 16px;
	color: #616161;
}
.side-nav .phone-block .text p {
	font-size: 12px;
	line-height: 22px;
}
.side-nav .phone-block .text b {
	font-weight: bold;
}
.side-nav .phone-block img {
	padding-left: 16px;
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 10px;
}
.side-nav .phone-block strong {
	display: block;
	padding-top: 30px;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 14px;
	color: #1969f9;
}
.side-nav .phone-block span {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.side-nav .record-block:hover {
	border-left: 2px solid #1969f9;
	margin-left: -2px;
}
.side-nav .record-block h2 {
	font-size: 16px;
	padding: 15px 10px;
	font-weight: bold;
	color: #1969f9;
}
.side-nav .record-block ul {
	padding: 0 10px;
}
.side-nav .record-block li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
}
.side-nav .record-block li a {
}
/*频道底部登录区域*/
.login-end {
	height: 240px;
	background: url(../images/login_end.jpg) no-repeat;
}
.login-end .end-input {
	float: left;
	padding-left: 515px;
	padding-top: 50px;
}
.login-end .end-input dl {
	height: 28px;
	margin-bottom: 10px;
}
.login-end .end-input dt {
	float: left;
	width: 70px;
	height: 28px;
	line-height: 28px;
	padding-right: 10px;
	text-align: right;
}
.login-end .end-input dd {
	width: 192px;
	float: left;
}
.login-end .end-input dd input {
	border: none;
	height: 26px;
	outline: none;
	width: 100%;
	border: 0;
}
.login-end .end-input dd label {
	display: block;
	border: 1px solid #e5e5e5;
	height: 28px;
	padding: 0 30px 0 10px;
}
.login-end .end-input dd .end-so a {
	display: block;
	width: 70px;
	color: #1969f9;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	height: 28px;
	line-height: 28px;
	border-left: 1px solid #e5e5e5;
}
.login-end .end-input dd .end-so {
	padding-right: 95px;
}
.login-end .end-input dd .end-so img {
	height: 28px;
	width: 70px;
}
.login-end .end-input dd .end-so .judge-icon {
	right: 75px;
}
.login-end .end-input .text {
	padding-left: 80px;
	height: 20px;
	line-height: 20px;
}
.login-end .end-but {
	padding-top: 60px;
	width: 210px;
	float: left;
	padding-left: 60px;
}
.login-end .end-but .link {
	margin-bottom: 20px;
}
.login-end .end-but .but {
	width: 100%;
	padding: 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.login-end .end-but .text {
	margin-top: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
/*弹出层样式*/
.pop-confirm, .pop-tip, .pop-show {
	display: none;
}
.pop-confirm, .pop-tip {
	z-index: 100005;
	position: relative;
}
#ink-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	background: rgba(0, 0, 0, 0.3);
}
.right-close {
	height: 20px;
	position: relative;
}
.right-close .close {
	cursor: pointer;
	height: 10px;
	width: 10px;
	position: absolute;
	right: -20px;
	top: 10px;
	display: block;
	background: url(../images/ic_icon.png) 0 -20px no-repeat;
}
.window {
	display: none;
	background: #fff;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 901;
}
.window .title {
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2;
}
.window .title .close {
	float: right;
	font-size: 16px;
	color: #919191;
	cursor: pointer;
	margin-right: 12px;
	margin-top: -7px;
}
.window .title b {
	font-size: 18px;
	color: #313131;
	font-weight: bold;
	display: inline-block;
	border-left: 4px solid #1969F9;
	margin-left: 18px;
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
}
.window.popShow-content {
	background: #FFFFFF;
	box-shadow: 1px 3px 18px -7px #929191;
}
.window .cont-input {
	padding: 20px 0;
}
.window .cont-input dl {
	padding-bottom: 8px;
}
.window .cont-input dt {
	width: 165px;
	text-align: right;
	height: 32px;
	line-height: 32px;
	float: left;
}
.window .cont-input dd {
	line-height: 32px;
	float: left;
	padding-left: 22px;
}
.window .cont-input dd input {
	float: left;
	width: 211px;
}
.window .cont-input dd textarea {
	width: 330px;
	height: 110px;
}
.window .cont-input dd span {
	padding-left: 5px;
}
.window-text {
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
	background: url(../images/gray-bg-50.png);
	position: fixed;
	top: 25%;
	left: 45%;
	z-index: 1001;
	border-radius: 2px;
	z-index: 10000
}
.window-text .text {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
.window-text .text i {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 20px;
	width: 15px;
	height: 15px;
	background: url(../images/ic_icon.png) no-repeat;
}
.window-text .text .def-icon {
	background-position: -87px -30px;
}
.window-text .text .win-icon {
	background-position: -102px -30px;
}
.window-hint {
	font-size: 14px;
	display: none;
	padding: 50px;
	width: 300px;
	margin-left: -200px;
	background: #fff;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 901;
	border-radius: 7px;
}
.window-hint .text {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.window-hint .submit {
	margin-top: 20px;
	height: 30px;
	padding: 0 50px;
}
.window-hint .text .confirmtextbox {
	width: 224px;
}
/***确认框***/
.pop-confirm .window-hint {
	border-radius: 2px;
	padding-bottom: 40px;
	width: 270px;
	padding-left: 100px;
	padding-right: 100px;
	box-shadow: 1px 3px 18px -7px #929191;
}
.pop-confirm .text i {
	vertical-align: middle;
	margin-right: 15px;
}
.pop-confirm .submit {
	padding: 0px !important;
	margin-top: 50px;
}
.pop-confirm .submit a {
	width: 120px;
	line-height: 30px;
	border-radius: 2px;
	text-align: center;
	margin-right: 20px;
}
.pop-confirm .submit .surex {
	background: #fff;
	border: 1px solid #ccc;
	color: #616161 !important;
}
.pop-confirm .submit .close {
	background: #1969f9;
	margin-right: 0px;
	border: 1px solid #1969f9;
	color: #fff !important;
}
 @-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
.zoomIn {
	-webkit-animation: zoomIn 0.25s;
	animation: zoomIn 0.25s;
	-ms-animation: zoomIn 0.25s;
	-moz-animation: zoomIn 0.25s;
}
/*加入购物车*/
.shopcart {
	width: 696px;
	margin-left: -350px;
	margin-top: -50px;
	border: 1px solid #cccccc;
}
.shopcart .title {
	border-bottom: 1px solid #ccc;
}
.shopcart .cont {
	font-size: 14px;
	padding-bottom: 10px;
}
/*.shopcart .cont p{display:inline-block!important;float: none;}*/
.shopcart .cont p {
	display: inline-block;
	float: none;
}
.shopcart .left {
	width: 455px;
	float: left;
	margin: 10px 0;
}
.shopcart .left dl {
	line-height: 28px;
	height: 28px;
}
.shopcart .left dt {
	width: 100px;
	padding-right: 15px;
	float: left;
	text-align: right;
}
.shopcart .left dd {
	width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shopcart .left dd strong {
	font-weight: bold;
}
.shopcart .price p .hejigox {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 135px;
	float: right;
}
.yuanjiaxx {
	color: #919191 !important;
}
.yuanjiaxxx {
	text-decoration: line-through !important;
	color: #919191 !important;
}
.yuanjiaxx font {
	text-decoration: line-through;
}
.qgoux {
	min-width: 30px;
	border: 1px solid #ff0000;
	color: #ff0000;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
	padding: 0 5px;
}
#gNamex .qgoux {
	position: relative;
	top: -10px;
}
.manjianx {
	width: 18px;
	font-weight: normal;
}
.shopcart .left dd .xianshixianlinggoods {
	max-width: 70%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 28px;
	white-space: nowrap;
}
.shopcart .left .icon-hint {
	display: inline-block;
	position: relative;
	top: 4px;
	padding-left: 5px;
}
.shopcart .left .icon-hint span {
	display: block;
	float: left;
	height: 18px;
	line-height: 19px;
	color: #fff;
	background: #f98119;
	margin-right: 5px;
	border-radius: 3px;
	padding: 0 9px;
	font-size: 12px;
}
.shopcart .left .icon-hint i {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
	background: url(../images/ic_icon.png) -136px -13px no-repeat;
	margin-right: 5px;
}
.shopcart .left .icon-hint i.icon-c3 {
	background-position: -151px -13px;
	width: 13px;
}
.shopcart .left .icon-hint i.icon-sj {
	background-position: -136px -13px;
	width: 12px;
}
.shopcart .right {
	width: 220px;
	float: right;
	margin-top: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.shopcart .right table {
	width: 100%;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-right: none;
	color: #535353;
	text-align: center;
}
.shopcart .right th {
	height: 23px;
	line-height: 23px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 0 8px;
}
.shopcart .right tr.act {
	background: rgba(255, 55, 0, 0.2)
}
.shopcart .right td {
	height: 23px;
	line-height: 23px;
	border-right: 1px solid #cccccc;
	text-align: left;
	padding: 0 8px;
}
.shopcart .hint {
	font-size: 14px;
	color: #f98119;
	padding: 0 20px;
	line-height: 40px;
	background: #fff8eb;
	width: 616px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.shopcart .price {
	color: #616161;
	position: relative;
	font-size: 14px; /* height: 40px;*/
	line-height: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.shopcart .price.xian {
	border-top: 1px solid #e5e5e5;
	padding: 8px 0 10px 0;
	margin: 0 20px;
}
.icon-warn {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 10px;
	display: inline-block;
	background: url(../images/ic_icon.png) -163px -30px no-repeat;
}
.shopcart .price p {
	float: left; /*margin-right: 26px;*/
}
.shopcart .price .number {
	float: left;
	top: 5px;
	position: relative;
	display: inline-block;
	width: 114px;
	height: 26px;
	background-color: #cccccc;
	padding: 1px;
}
.shopcart .price .number i {
	color: #313131;
	font-size: 18px;
	cursor: pointer;
	background-color: #fff;
	width: 26px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
	border-radius: 2px;
}
.shopcart .price .number i:hover {
	background: #387FFF;
	color: #fff;
}
.shopcart .price .number .no_click {
	color: #919191 !important;
}
.shopcart .price .number .no_click:hover {
	color: #919191 !important;
	background-color: #fff !important;
}
.shopcart .zy-tipsx2-box {
	position: relative;
}
.shopcart .zy-tipsx2 {
	height: 22px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px #f0f0f0;
	line-height: 22px;
	padding: 2px 5px;
	margin-left: 10px;
	display: inline;
	font-size: 12px;
	color: #f98119;
	clear: both;
	text-align: center;
}
.shopcart .price .number .zy-tipsx2 font {
	margin: 0 5px;
}
.shopcart .price .number input {
	padding: 0;
	width: 60px;
	text-align: center;
	margin: 0 1px;
	height: 26px;
	line-height: 26px;
	outline: 0;
	outline: none;
	display: block;
	float: left;
	background: #fff;
	border: none;
}
.shopcart .price .hint_text {
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	text-align: left;
	right: 35px;
	float: left;
	position: absolute;
	top: 34px;
	font-size: 12px;
	background: #fff;
	color: #f98119;
	border: 1px solid #f98119;
	white-space: nowrap;
	z-index: 102
}
.shopcart .price .arrow {
	position: absolute;
	width: 22px;
	height: 22px;
	top: -13px;
	right: 0px;
}
.shopcart .price .arrow * {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
}
.shopcart .price .arrow span {
	border-bottom-color: #f98119;
	border-width: 6px;
	margin-left: -6px;
	z-index: 1;
}
.shopcart .price .arrow b {
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
	z-index: 2;
}
.shopcart .anniu {
	float: right;
}
.shopcart .price .anniu a {
	height: 30px;
	line-height: 30px;
	display: block;
	margin-right: 10px;
	float: left;
	width: 90px;
	text-align: center;
}
.shopcart .bc1 {
	width: 30%;
}
.shopcart .bc2 {
	margin-left: 50px;
}
.shopcart .bc2 b {
	font-weight: bold;
}
.shopcart     /**加入自营样式20180425**/
.handleZyBox {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	height: 55px;
}
.handleZyBox .yuanpan {
	float: left;
	margin-left: 20px;
}
.handleZyBox .yuanpan label {
	display: block;
	margin: 6px 0;
}
.handleZyBox .price.xian {
	border: 0px;
	float: right;
	margin: 0px;
	width: 535px;
}
.pricexianshi p {
	position: relative;
	top: -15px;
}
.handleZyBox .price p.bc1 {
	margin-left: 40px;
}
.handleZyBox .price p.bc2 {
	margin-left: 0px;
}
.handleZyBox .price p.bc1233 {
	margin-left: 156px;
	width: 30%;
	height: 20px;
	line-height: 20px;
}
.handleZyBox .price p.bc233 {
	height: 20px;
	line-height: 20px;
}
.lyHot {
	height: 40px;
	width: 40px;
	position: absolute;
	background: url(../images/zlicon.png) -4px -4px no-repeat;
	left: -1px;
	top: -0px;
	z-index: 1;
}
.zyHot {
	height: 40px;
	width: 40px;
	position: absolute;
	background: url(../images/zlicon.png) -54px -56px no-repeat;
	left: -1px;
	top: -0px;
	z-index: 1;
}
.jsHot {
	height: 40px;
	width: 40px;
	position: absolute;
	background: url(../images/jsicon.png) 100% no-repeat;
	left: -1px;
	top: -0px;
	z-index: 1;
}
/**购物车专用确认框**/
.cart-confirm .confirm-box {
	background: #fff;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 7;
	width: 496px;
	margin-left: -250px;
	border: 1px solid #cccccc;
	display: block
}
.cart-confirm .title {
	border-bottom: 1px solid #ccc;
}
.cart-confirm .cont {
	font-size: 15px;
	padding: 50px 0 0 0;
}
.cart-confirm .cont .divp .icon-achieve {
	vertical-align: middle;
	margin-right: 30px;
}
.cart-confirm .footer {
	padding: 40px 0 30px 0;
}
.cart-confirm .footer .but {
	height: 30px;
	width: 120px;
	line-height: 30px;
	border: 2px solid #1969f9;
	margin-left: 18px;
}
.cart-confirm .footer .but.close {
	margin-left: 95px;
}
.cart-confirm .masksf {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	z-index: 6
}
/**注册送优惠券弹窗**/
.regth {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}
.regth .contentreg {
	max-width: 618px;
	margin: 0 auto;
	margin-top: 120px;
	padding: 10px;
	padding-bottom: 30px;
}
.regth .contentreg .closetip {
	cursor: pointer;
	height: 20px;
	width: 20px;
	display: block;
	background: url(../images/ic_icon.png) -72px -60px no-repeat;
}
.regth .contentreg .regyh-sec {
	color: #f98119;
	font-size: 18px;
	width: 160px;
	margin: 0 auto;
	text-align: center;
}
.regth .contentreg img {
	max-width: 618px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}
/*会员中心-输入框*/
.user-tier {
	width: 600px;
	margin-left: -300px;
	margin-top: -100px;
}
.tier-tabbox .tier-input {
	padding-top: 10px;
}
.tier-tabbox .tier-input .submit {
	margin-top: 5px;
}
.tier-tab {
	height: 38px;
}
.tier-tab li {
	width: 50%;
	font-weight: bold;
	text-align: center;
	color: #919191;
	cursor: pointer;
	font-size: 15px;
	margin-left: -2px;
	height: 36px;
	line-height: 36px;
	float: left;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.tier-tab li.act {
	border-bottom: none;
	color: #1969f9;
}
.tier-input {
	padding: 20px 0;
}
.tier-input dl {
}
.tier-input dt {
	width: 150px;
	text-align: right;
	line-height: 30px;
	float: left;
	padding-right: 14px;
}
.tier-input dd {
	width: 380px;
	float: left;
}
.tier-input .check-dd {
	padding-top: 4px;
}
.tier-input dd select {
	width: 120px;
	height: 30px;
	float: left;
	line-height: 30px;
	border: 1px solid #e5e5e5;
	margin-bottom: 8px;
	outline: none;
}
.tier-input .iconjudge label {
	display: block;
	position: relative;
	height: 26px; /* padding: 0 30px 0 10px;*/
	margin-bottom: 8px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.tier-input .iconjudge input {
	width: 326px;
	height: 16px;
	color: #313131;
	line-height: 16px;
	padding: 5px 10px;
	border: none;
	border: 0;
	outline: 0;
}
.tier-input .hint-text {
	padding-left: 164px;
}
.tier-input .hint-text p {
	margin-bottom: 5px;
}
.tier-input .hint-red {
	color: red;
	margin-bottom: 10px;
}
.tier-input .hint-red dd {
	padding-top: 6px;
	line-height: 20px;
	width: 385px;
}
.tier-input .file {
	margin-bottom: 5px;
}
.tier-input .file input {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}
.tier-input .file .browse {
	float: left;
	height: 30px;
	line-height: 30px;
	background: #1969f9;
	width: 90px;
	color: #fff;
	font-weight: bold;
}
/*.tier-input .file .browse{ color: #616161; height: 40px; line-height: 40px; cursor: pointer; background-color: #fff; border: 1px solid #d9d9d9; width: 138px; }
.tier-input .file .browse:hover{ background-color: #f98119; color: #fff;}
*/
.tier-input .file .inputName {
	color: #919191;
	width: 150px;
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
}
.tier-input .file .files {
	display: none;
}
.tier-input .code-img {
	height: 26px;
}
.tier-input .code-img img {
	height: 26px;
}
.tier-input .code-img a {
	height: 26px;
	line-height: 26px;
}
.tier-input .code-img a {
	height: 26px;
	line-height: 26px;
}
.tier-input .hint-code input {
	width: 186px;
}
.tier-input .send-code {
	width: 120px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 26px;
	line-height: 26px;
	background: #1969f9;
	border-radius: 2px;
	color: #ffffff;
	text-align: center;
}
.tier-input .send-code:hover {
	background: #387FFF;
	color: #fff;
}
.tier-input .but {
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 268px;
	font-weight: bold;
}
.tier-input .text {
	text-align: center;
	width: 268px;
	line-height: 22px;
}
.tier-input .submit {
	margin-top: 20px;
	padding-left: 164px;
	width: 380px;
}
.tier-input .submit-2 {
	margin-top: 10px;
	padding-left: 164px;
	width: 380px;
}
.tier-input .submit-2 .w50 {
	width: 50%;
	margin-top: 10px;
}
.tier-input .submit-2 .but {
	width: 185px;
}
.tier-input .submit-2 p {
	line-height: 22px;
}
.tier-input .submit-2 i {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 20px;
	width: 15px;
	height: 15px;
	background: url(../images/ic_icon.png) no-repeat;
}
.tier-input .submit-2 .def-icon {
	background-position: -87px -30px;
}
.tier-input .submit-2 .win-icon {
	background-position: -102px -30px;
}
.tier-input .textarea-hint {
	height: 46px;
	padding-left: 10px;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-bottom: 8px;
}
.tier-input .textarea-hint textarea {
	height: 46px;
	padding: 0;
	line-height: 20px;
	width: 100%;
	border: 0;
}
.tier-input .textarea-hint p {
	position: absolute;
	right: 15px;
	height: 20px;
	line-height: 20px;
	bottom: 0;
}
.tier-input .tier-week {
	margin-bottom: 8px;
}
.tier-input .tier-week ul {
	width: 110%;
	padding-bottom: 8px;
}
.tier-input .tier-week li {
	cursor: pointer;
	width: 46px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #919191;
	float: left;
	margin-right: 5px;
	border: 2px solid #cccccc;
	border-radius: 2px;
}
.tier-input .tier-week li.act {
	color: #1969f9;
	border-color: #1969f9;
}
.tier-input .tier-week .week-text {
	height: 20px;
	line-height: 20px;
}
.tier-input .tier-time span {
	width: 20px;
	text-align: center;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
}
.tier-input .tier-time label {
	width: 176px;
	float: left;
}
.tier-input .tier-time input {
	width: 130px;
}
.tier-input .selectbox {
	float: left;
	margin-right: 50px;
	position: relative;
	z-index: 4;
	margin-bottom: 8px;
}
.tier-input .selectbox i {
	display: block;
	width: 10px;
	height: 10px;
	float: right;
	margin-top: 9px;
}
.tier-input .selectbox .more-top {
	background: url(../images/ic_icon.png) -86px 0px no-repeat;
}
.tier-input .selectbox .more-bot {
	background: url(../images/ic_icon.png) -96px 0px no-repeat;
}
.tier-input .selectbox-but {
	width: 356px;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}
.tier-input .selectbox-cont {
	width: 376px;
	display: none;
	position: absolute;
	background-color: #fff;
	right: 0;
	top: 28px;
	max-height: 120px;
	overflow-y: auto;
	border: 2px solid #cccccc;
	border-top: none;
}
 .tier-input .selectbox-cont::-webkit-scrollbar {
 width: 5px;
 height: 106px;
}
 .tier-input .selectbox-cont::-webkit-scrollbar-thumb {
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
 background-color: #cccccc;
}
.tier-input .selectbox-cont li {
	font-size: 12px;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	color: #616161;
	font-size: 12px;
	font-weight: 400;
	word-wrap: break-word;
	word-break: break-all;
}
.tier-input .selectbox-cont li:hover {
	background-color: #1969f9;
	color: #fff;
}
.tier-input .selectbox-cont li.act {
	background-color: #1969f9;
	color: #fff;
}
/**反馈框样式修改**/


/*上传头像*/
.editimg-tier {
	width: 496px;
	margin-left: -250px;
}
.tier-img {
	height: 210px;
	padding-bottom: 10px;
	padding-left: 36px;
	overflow-y: auto;
}
 .tier-img::-webkit-scrollbar {
 width: 5px;
 height: 106px;
}
 .tier-img::-webkit-scrollbar-thumb {
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
 background-color: #cccccc;
}
.tier-img li {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.tier-img li img {
	width: 66px;
	height: 66px;
	border-radius: 50%;
}
.tier-img li.act {
	border: 2px solid #1969f9;
}
.editimg-tier .tier-but, .abbyk .tier-but {
	border-top: 1px solid #e5e5e5;
	text-align: center;
	padding: 8px 0;
}
.abbyk .tier-but {
	padding-bottom: 0px;
	padding-top: 18px;
}
.editimg-tier .tier-but .but, .abbyk .but {
	width: 100px;
	height: 30px;
	line-height: 30px;
}
.abbyk {
	width: 496px;
}
/*添加品牌*/
.addbrand-tier {
}
.tier-check {
	padding: 10px 0;
	padding-left: 1%;
	height: 210px;
	overflow-y: auto;
}
 .tier-check::-webkit-scrollbar {
 width: 5px;
 height: 106px;
}
 .tier-check::-webkit-scrollbar-thumb {
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
 background-color: #cccccc;
}
.tier-check li {
	width: 31%;
	float: left;
	padding-left: 2%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.addbrand-tier .letter {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: #ccc;
}
.addbrand-tier .letter span {
	float: left;
	margin-right: 20px;
	color: #fff;
}
.addbrand-tier .letter a {
	float: left;
	margin-right: 14px;
	color: #fff;
}
.addbrand-tier .letter a:hover {
	font-weight: bold;
}
.addbrand-tier .tier-but {
	border-top: 1px solid #e5e5e5;
	padding: 8px 10px;
}
.addbrand-tier .tier-but .but {
	width: 100px;
	height: 30px;
	line-height: 30px;
}
.addbrand-tier .tier-but .submit {
	height: 26px;
	margin-top: 0;
	width: 196px;
	padding-left: 0;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.addbrand-tier .tier-but .submit input {
	margin: 0;
	height: 14px;
	line-height: 14px;
	padding: 5px 10px;
	width: 150px;
	float: left;
	border: none;
}
.addbrand-tier .tier-but .submit button {
	width: 26px;
	height: 26px;
	padding: 3px;
	margin: 0;
	float: left;
	border: none;
	background: #1969f9;
	border-radius: 2px;
}
.addbrand-tier .tier-but .submit button:hover {
	background: #387FFF;
}
.addbrand-tier .tier-but .submit .icon-but {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/ic_icon.png) -279px -60px no-repeat;
}
/*底部按钮*/

.resetpassword {
	padding-right: 75px;
	padding-left: 75px;
}
.resetpassword .reset-name {
	height: 30px;
	margin-bottom: 10px;
}
.resetpassword .reset-name li {
	height: 30px;
	line-height: 30px;
	float: left;
	width: 33%;
}
.resetpassword .hint-text {
	padding-left: 0;
}
.resetpassword .iconjudge .name {
	width: 150px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
}
.resetpassword .iconjudge label {
	float: left;
	width: 292px;
}
.resetpassword .iconjudge input {
	width: 85%;
}
.resetpassword .submit {
	padding-left: 0;
	text-align: center;
}
/**无结果公用**/
.noDataxk {
	min-height: 150px;
	padding: 30px;
	width: 560px;
	margin: 0 auto;
}
.cardatabcs .noDataxk {
	padding: 0px;
}
.noDataxk i {
	display: block;
	margin: 0 auto;
}
.noDataxk p {
	text-align: center;
	color: #313131;
	font-size: 16px;
	margin-top: 30px;
}
.noDataxk a {
	display: block;
	text-align: center;
	margin-top: 15px;
	color: #1969F9;
}
.noDataxk span {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.noDataxk .search-no {
	height: 26px;
	width: 296px;
	font-size: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin: 0 auto;
}
.noDataxk .search-no .input-no {
	font-size: 14px;
	float: left;
	width: 270px;
	padding: 3px 0;
	height: 20px;
}
.noDataxk .search-no .input-no input {
	font-size: 12px;
	outline: 0;
	outline: none;
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 0 10px;
	margin: 0;
	border: none;
	border: 0;
	background: none;
}
.noDataxk .search-no .input-no .input_ss {
	width: 157px;
	border-right: 1px solid #e5e5e5;
}
.noDataxk .search-no .input-no .input_sl {
	width: 72px;
}
.noDataxk button {
	float: left;
	width: 26px;
	height: 26px;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	outline: none;
	border: 0;
	background: #1969f9;
}
.noDataxk button .icon-ss {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../images/ic_icon.png) 0px -62px no-repeat;
}
/*购物车头部导航*/
.nav-tag {
	float: right;
	height: 25px;
	padding-top: 18px;
}
.nav-tag li {
	float: left;
	position: relative;
	width: 130px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #1ba32f;
	color: #1ba32f;
	text-align: center;
}
.nav-tag li i {
	position: absolute;
	top: -1px;
	z-index: 1;
	right: -11px;
	height: 25px;
	width: 22px;
	display: block;
	background: url(../images/nav_tag.jpg) 0 0 no-repeat;
}
.nav-tag li.act {
	background: #1ba32f;
	color: #fff;
}
.nav-tag li.act i {
	background-position: 0 -25px;
}
.nav-tag li.undue {
	background: #bae4be;
	color: #fff;
	border-color: #bae4be;
}
.nav-tag li.undue i {
	background-position: 0 -50px;
}
.nav-tag li.undue-one {
	background: #bae4be;
	color: #fff;
	border-color: #bae4be;
}
.nav-tag li.undue-one i {
	background-position: 0 -75px;
}
/**新购物车头部导航**/
.newshop-pro {
	font-size: 12px;
	font-weight: bold;
	color: #313131;
	position: relative;
	left: 217px;
	margin-top: 9px;
	width: 553px;
}
.newshop-pro .nhtjktop {
	margin-bottom: 5px;
}
.newshop-pro .nhtjktop span {
	margin-right: 8px;
}
.newshop-pro i {
	font-size: 16px;
	color: #d1d1d1;
}
.newshop-pro li {
	margin-right: 16px;
}
.newshop-pro li .icon-qric {
	color: #1969F9;
	display: inline;
}
.newshop-pro .lineu {
	border-top: 1px dashed #d1d1d1;
	margin-left: 7px;
	width: 90px;
	position: relative;
	top: 8px;
}
.newshop-pro .lineu.act {
	border-top: 1px solid #1969F9;
}
/*删除提示框*/
.delete-hint {
	width: 300px;
	background: #fff;
	padding-bottom: 40px;
}
.delete-hint dt {
	width: 100%;
	text-align: center;
	clear: both;
	padding: 30px 0 40px 0;
	font-size: 14px;
	line-height: 30px;
}
.delete-hint dt .icon-de-hint {
	position: relative;
	top: 10px;
	margin-right: 10px;
	height: 30px;
	width: 30px;
	display: inline-block;
	background: url(../images/ic_icon.png) no-repeat -208px -150px;
}
.delete-hint dt span {
	height: 30px;
	display: inline-block;
}
.delete-hint dd {
	width: 100%;
	clear: both;
	text-align: center;
}
.delete-hint .but {
	height: 30px;
	line-height: 30px;
	width: 100px;
}
.delete-hint .but-gray {
	border-width: 1px;
	border-radius: 2px;
	font-size: 14px;
	color: #616161;
	font-weight: 400;
}
.delete-hint .but-blue {
	border: none;
	border: 1px solid #1969f9;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
}
.delete-hint .but-blue:hover {
	border-color: #387FFF;
}
/*提示页面*/
.winhint-html {
	padding: 10px 0;
	background: #fff;
	margin: 20px auto;
	margin-top: 10px;
}
.winhint-html dl {
	text-align: center;
	padding: 30px 0 90px 0;
}
.winhint-html dt {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 50px 0;
}
.winhint-html dd {
	text-align: center;
	line-height: 22px;
}
.winhint-html dd h1 {
	font-size: 16px;
	color: #313131;
	padding: 5px 0;
	font-weight: bold;
}
.winhint-html dd h2 {
	padding: 5px 0;
}
.winhint-html p {
	text-align: center;
	line-height: 22px;
	padding-bottom: 15px;
}
.winhint-html em {
	color: #cccccc;
	padding: 0 10px;
}
.winhint-html .text {
	text-align: center;
	line-height: 22px;
	color: #616161;
}
.winhint-html .but-submit {
	height: 40px;
	text-align: center;
	padding-bottom: 10px;
}
.winhint-html .but-submit a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 28px;
}
/**轮播图样式**/
/* The Nivo Slider styles */

.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-height: 300px;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-height: 300px;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	max-height: 300px;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
	width: 20px;
	height: 40px;
	padding: 10px;
	background: url(../images/gray-bg-60.png);
	margin-top: -30px;
	display: block;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivo-directionNav a i {
	width: 20px;
	height: 40px;
	display: block;
	background: url(../images/ic_icon.png) -80px -215px no-repeat
}
.nivo-directionNav .nivo-nextNav i {
	background-position: -100px -215px
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
	position: relative;
	top: -42px;
	z-index: 666;
}
.nivo-controlNav a {
	cursor: pointer;
	width: 5px;
	height: 5px;
	background: #998a70 \9;
	background: #000;
	opacity: .4;
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}
.nivo-controlNav a.active {
	background: #0689d6;
	width: 20px;
	opacity: 1
}

/**css3动画**/
@-webkit-keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
 @keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
.bounce {
	animation: bounce 1.5s;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation: bounce 1.5s;
}
/**顶部banner**/
.top_banner_go {
	width: 1190px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	display: block;
}
.top_banner_go a {
	width: 100%;
	height: 70px;
	display: block;
}
/* .top_banner_go img{width:100%;height: 70px;vertical-align: middle;} */
.top_banner_go .imgbbpx {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 20px;
	cursor: pointer;
}
.top_banner_go_text {
	width: 1190px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ff9000;
	padding-right: 30px;
	box-sizing: border-box;
}
.top_banner_go_text p, .top_banner_go_text br {
	display: inline;
}
.top_banner_go_text img {
	vertical-align: middle;
	margin-right: 5px;
	width: 16px;
	height: 20px;
	display: inline-block;
}
.top_banner_go_text .imgbbpx {
	border: 1px solid #ccc;
	background: #ccc;
	border-radius: 11px;
}
.top_banner_go_text a {
	color: #ff9000;
	font-size: 14px;
	display: inline;
}
.top_banner_go_text a:hover {
	text-decoration: underline;
}
.top_banner_go_img {
	width: 100%;
}
.top_banner_go_img .close-boxb {
	width: 1190px;
	margin: 0 auto;
	height: 70px;
	position: relative;
}
/**资讯推荐**/
.hot-search .list_news_x {
	padding: 20px;
	width: 1150px;
	margin: 0 auto;
	background: #fff;
	font-size: 14px;
	color: #313131;
	min-height: 270px;
}
.hot-search .list_news_x .c-title-t {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.hot-search .list_news_x .c-title-t a:hover {
	text-decoration: underline;
}
.hot-search .list_news_x .text-c-lic {
	font-size: 12px;
}
.hot-search .list_news_x .text-c-lic font {
	color: #616161;
}
.hot-search .list_news_x .left-c-box {
	width: 554px;
	border-right: 1px solid #F5F5F5;
	min-height: 270px;
	padding-right: 20px;
}
.hot-search .list_news_x .right-c-box {
	width: 555px;
	min-height: 270px;
	padding-left: 20px;
}
.hot-search .list_news_x .group-c-zulist {
	margin-bottom: 10px;
}
.dlCheckNo_Pop {
	color: #1969f9;
	cursor: pointer;
	text-decoration: underline; /*line-height: 30px;*/
}
.dlCheckNo_Pop:hover {
	font-weight: bold;
}
.dlChecklx_Pop {
	color: rgb(16, 128, 208) !important;
	cursor: pointer;
	text-decoration: underline;
}
.dlChecklx_Pop:hover {
	font-weight: bold;
}
.dlCheck_Head {
	color: #1969f9;
	cursor: pointer;
	text-decoration: underline;
}
.dlCheck_Head:hover {
	font-weight: bold;
}
/****/
font[class^="asfgd"] {
	padding: 1px 4px;
	background: url(../images/aff.svg) -20px -6px no-repeat;
	background: url(../images/aff.png) -20px -6px no-repeat;
	overflow: hidden;
	position: relative;
}
.asfgdqwer {
	background-position: -50px -7px !important;
}
.asfgdrfdf {
	background-position: -40px -7px !important;
}
.asfgdasde {
	background-position: -30px -7px !important;
}
.asfgdwsxc {
	background-position: -70px -7px !important;
}
.asfgdqazs {
	background-position: -20px -7px !important;
}
.asfgdrtyh {
	background-position: -200px -7px !important;
}
.asfgdpluj {
	background-position: -160px -7px !important;
}
.asfgdtrdb {
	background-position: -230px -7px !important;
}
.asfgdpehl {
	background-position: -170px -7px !important;
}
.asfgdpehg {
	background-position: -190px -7px !important;
}
.asfgdtyhg {
	background-position: -50px -7px !important;
}
.asfgderfd {
	background-position: -40px -7px !important;
}
.asfgdqwsz {
	background-position: -30px -7px !important;
}
.asfgdwsxz {
	background-position: -70px -7px !important;
}
.asfgdqasd {
	background-position: -20px -7px !important;
}
.asfgdyutr {
	background-position: -200px -7px !important;
}
.asfgdikjf {
	background-position: -160px -7px !important;
}
.asfgdiksf {
	background-position: -230px -7px !important;
}
.asfgdstgb {
	background-position: -170px -7px !important;
}
.asfgdstgf {
	background-position: -190px -7px !important;
}
.asfgdpolk {
	background-position: -50px -7px !important;
}
.asfgdwdsa {
	background-position: -40px -7px !important;
}
.asfgdrtgd {
	background-position: -30px -7px !important;
}
.asfgdrfvb {
	background-position: -70px -7px !important;
}
.asfgdqwag {
	background-position: -20px -7px !important;
}
.asfgdeews {
	background-position: -200px -7px !important;
}
.asfgdesgj {
	background-position: -160px -7px !important;
}
.asfgdsgkp {
	background-position: -230px -7px !important;
}
.asfgderll {
	background-position: -170px -7px !important;
}
.asfgderlf {
	background-position: -190px -7px !important;
}
.asfgdpoqw {
	background-position: -50px -7px !important;
}
.asfgdpoer {
	background-position: -40px -7px !important;
}
.asfgdpovv {
	background-position: -30px -7px !important;
}
.asfgdpoee {
	background-position: -70px -7px !important;
}
.asfgdpogh {
	background-position: -20px -7px !important;
}
.asfgdpotg {
	background-position: -200px -7px !important;
}
.asfgdpfff {
	background-position: -160px -7px !important;
}
.asfgdprty {
	background-position: -230px -7px !important;
}
.asfgdpokf {
	background-position: -170px -7px !important;
}
.asfgdpogk {
	background-position: -190px -7px !important;
}
/**加入购物车输入框**/
.combuyBox {
	position: relative;
	background-color: #FF0035 !important;
}
.tip-boxsx {
	color: #FF0035;
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: -50px;
	border: 1px solid #FF0035;
	z-index: 1;
	left: 0px;
	background: #fff;
	width: 114px;
	display: none;
}
.tip-boxsx1 {
	height: 60px;
	line-height: 24px;
	padding-top: 5px;
	top: -75px;
}
.tip-boxsx .tipkf i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	height: 20px;
	width: 20px;
	background: url(../images/qq.png) no-repeat;
}
.tip-boxsx .tipkf {
	display: block;
	margin: 0 auto;
	color: #1969f9;
	border: 1px solid #1969f9;
	background: #F0F7FF;
	border-radius: 20px;
	height: 24px;
	line-height: 24px;
	width: 100px;
}
.tip-boxsx::before {
	content: "";
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 7px;
	position: absolute;
	top: 39px;
	left: 50px;
	z-index: 2;
}
.tip-boxsx1::before {
	top: 64px;
}
.tip-boxsx::after {
	content: "";
	border-style: solid;
	border-color: #FF0035 transparent transparent transparent;
	border-width: 7px;
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 1;
}
.tip-boxsx1::after {
	top: 65px;
}
.combuyBox .tip-boxsx {
	display: block;
}
/**快速注册弹窗**/
.fast-reg-pop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1000;
}
.fast-reg-pop .fast-reg-content {
	width: 700px;
	height: 590px;
	background: url(../images/zaol1.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -300px;
	padding-left: 58px;
	padding-top: 164px;
	box-sizing: border-box;
}
.fast-reg-pop .fast-reg-content .closexk {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 48px;
	top: 34px;
	cursor: pointer;
}
.fast-reg-pop .fast-reg-content .form-group .labelsp {
	height: 38px;
	box-sizing: border-box;
	line-height: 38px;
	font-size: 14px;
	color: #313131;
	margin-right: 12px;
	width: 90px;
	text-align: right;
}
.fast-reg-pop .fast-reg-content .form-group {
	margin-bottom: 25px;
}
.fast-reg-pop .fast-reg-content .form-group input {
	width: 260px;
	height: 38px;
	background: #F5F5F5;
	border-radius: 2px;
	border: 1px solid #D1D1D1;
	font-size: 14px;
	color: #313131;
	line-height: 36px;
	padding-left: 10px;
	box-sizing: border-box;
}
.fast-reg-pop .fast-reg-content .form-group input:focus {
	border-color: #1969F9;
}
.fast-reg-pop .fast-reg-content .form-group input.sms-verify-fast {
	width: 161px;
	border-right: 0px;
}
.fast-reg-pop .fast-reg-content .form-group .button-code {
	width: 99px;
	height: 38px;
	background: #F98119;
	border-radius: 0px 2px 2px 0px;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 38px;
}
.fast-reg-pop .fast-reg-content .form-group .disabled-fast {
	background: #8D8D8D;
}
.fast-reg-pop .fast-reg-content .form-group .hint-code {
	width: 260px;
	height: 38px;
	background: #F5F5F5;
	border-radius: 2px;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
}
.fast-reg-pop .fast-reg-content .form-group .code-img img {
	height: 36px!important;
}
.fast-reg-pop .fast-reg-content .form-group .hint-code a {
	height: 36px;
	line-height: 36px;
}
.fast-reg-pop .fast-reg-content .form-group .fase-img-code {
	height: 36px;
	border: 0px;
	width: 138px;
	padding-left: 10px;
}
.fast-reg-pop .fast-reg-content .search-fast-go {
	width: 320px;
	height: 50px;
	border-radius: 19px;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 26px;
	left: 50%;
	margin-left: -160px;
	cursor: pointer;
}
.fast-reg-pop .fast-reg-content .pslink {
	height: 20px;
	line-height: 20px;
	color: #919191;
	font-size: 14px;
	padding-left: 102px;
}
.fast-reg-pop .fast-reg-content .pslink a {
	color: #1969f9;
}
.fast-reg-pop .fast-reg-content .check-img {
	width: 20px;
	height: 20px;
	top: 0px;
	margin-right: 12px
}
.fast-reg-pop .fast-reg-content .check-img .icon-check {
	width: 20px;
	height: 20px;
	border-radius: 0px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #BEC5C6;
	top: 0px;
	box-sizing: border-box;
	text-align: center;
	line-height: 18px
}
.fast-reg-pop .fast-reg-content .check-img .icon-check font {
	color: #fff
}
.fast-reg-pop .fast-reg-content .check-img .act-check {
	background: #1969F9;
	border: 1px solid #1969F9
}
.fast-reg-pop .fast-reg-content .kfp {
	width: 243px;
	height: 158px;
	cursor: pointer;
	margin-top: 78px;
	margin-left: 8px;
	display: block;
	background: url(../images/zlqq.png) no-repeat;
}
.fast-reg-pop .fast-reg-content .kfp:hover {
	animation: shakexk 1s ease-in-out;
}
 @-webkit-keyframes shakexk {
 0%, 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0)
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translateX(-5px);
 transform: translateX(-10px)
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translateX(5px);
 transform: translateX(5px)
}
}
 @keyframes shakexk {
 0%, 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0)
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translateX(-5px);
 transform: translateX(-10px)
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translateX(5px);
 transform: translateX(5px)
}
}
.shakexk {
	-webkit-animation-name: shake;
	animation-name: shake
}
/**新增公共icon图片**/
.icont-xk {
	display: inline-block;
	background: url(../images/ic_icon.png) 0px 0px;
}
.icont-search {
	background: url(../images/sousuo.png) no-repeat;
	width: 28px;
	height: 28px;
}
.icont-cart {
	background: url(../images/gouwuche.png) no-repeat;
	width: 32px;
	height: 31px;
}
.icont-qiqiu {
	background: url(../images/gouwucqipao.png) no-repeat;
	width: 17px;
	height: 17px;
}
.lxqq {
	width: 78px;
	height: 21px;
	line-height: 21px;
	color: #1969f9;
	border: 1px solid #1969f9;
	border-radius: 3px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
}
.lxqq i {
	width: 12px;
	height: 14px;
	display: inline-block;
	background: url(../images/ic_icon.png) -145px -458px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 4px;
}
.yushoushow {
	display: none;
}
.signcm {
	border: 1px solid #FF0035;
	display: inline-block;
	padding: 1px 4px;
	border-radius: 0 3px 0 3px;
	color: #FF0035;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	font-weight: normal;
}
.signcm .fcb {
	position: absolute;
	width: 250px;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(160, 160, 160, 0.5);
	color: #313131;
	z-index: 4;
	left: 0px;
	top: 20px;
	display: none;
}
.signcm .fcb p {
	line-height: 24px;
	overflow: auto !important;
	text-overflow: initial !important;
	white-space: normal !important;
}
.signcm:hover .fcb {
	display: block;
}
.f-cu {
	color: #FF0035;
}
/* 头部任务样式 */
.tasks_num {
	color: #ff0000;
}
body .xkj {
	/* width:40px; */
	width: 54px !important;
	height: 16px !important;
	background-color: #ff0000;
	border-radius: 3px;
	font-size: 12px;
	line-height: 16px !important;
	color: #fff !important;
	padding: 0 !important;
	text-align: center;
}
body .xkj.xkj_widthauto {
	width: auto !important;
}
body .xkj.xkj_radiusnone {
	border-radius: 0 !important;
}
body .xkj_title {
	color: #fff !important;
	background-color: #ff0000;
	width: auto !important;
	padding: 1px 3px !important
}
body .xkj_title.margin-right-16 {
	margin-right: 16px !important
}
body .zc_yellow {
	color: #ff970f
}
body .zc_yellow:hover {
	color: #ff970f
}
/**新版样式按钮**/
.btnkx {
	width: 90px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #1969F9;
	border-radius: 1px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #1969F9;
	transition: all 0.4s;
	cursor: pointer;
}
.btnkx:hover {
	background: #387FFF;
	color: #fff;
}
.btnkx.btnkx-lk {
	color: #1969F9;
	background: #fff;
}
.btnkx.btnkx-lk:hover {
	background: #1969F9;
	color: #fff;
}
.bottomtpad {
	display: block;
	height: 50px;
	border-top: 1px solid #e5e5e5;
}
.bottomtpad img {
	width: 100%;
	height: 50px;
}
