@charset "utf-8";

@font-face {
	font-family: "iconfont";
	src: url('../fonts/webfonts/iconfont.eot?t=1531816496618');
	src: url('../fonts/webfonts/iconfont.eot?t=1531816496618#iefix') format('embedded-opentype'),
		url('../fonts/webfonts/iconfont.woff?t=1531816496618') format('woff'),
		url('../fonts/webfonts/iconfont.ttf?t=1531816496618') format('truetype'),
		url('../fonts/webfonts/iconfont.svg#iconfont?t=1531816496618') format('svg');
	font-weight: normal;
	font-style: normal;
}

.iconfont {
	font-family: "iconfont" !important;
	speak: none;
	text-decoration: inherit;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	font-family: "STHeiti Light", Helvetica, Arial, "PingFang SC",
		"Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei",
		sans-serif
}

.mb5,
.mbs5 li,
.mbs5 a,
.mbs5 span,
.mbs5 p {
	margin-bottom: 5px;
}

.mb10,
.mbs10 li,
.mbs10 a,
.mbs10 span,
.mbs10 p {
	margin-bottom: 10px;
}

.mb15,
.mbs15 li,
.mbs15 a,
.mbs15 span,
.mbs15 p {
	margin-bottom: 15px;
}

.mb20,
.mbs20 li,
.mbs20 a,
.mbs20 span,
.mbs20 p {
	margin-bottom: 20px;
}

.mb25,
.mbs25 li,
.mbs25 a,
.mbs25 span,
.mbs25 p {
	margin-bottom: 25px;
}

.mb30,
.mbs30 li,
.mbs30 a,
.mbs30 span,
.mbs30 p {
	margin-bottom: 30px;
}

.mb40,
.mbs40 li,
.mbs40 a,
.mbs40 span,
.mbs40 p {
	margin-bottom: 40px;
}

.mb50,
.mbs50 li,
.mbs50 a,
.mbs50 span,
.mbs50 p {
	margin-bottom: 50px;
}

.mr5,
.mrs5 li,
.mrs5 a,
.mrs5 span {
	margin-right: 5px;
}

.mr10,
.mrs10 li,
.mrs10 a,
.mrs10 span {
	margin-right: 10px;
}

.mr15,
.mrs15 li,
.mrs15 a,
.mrs15 span {
	margin-right: 15px;
}

.mr20,
.mrs20 li,
.mrs20 a,
.mrs20 span {
	margin-right: 20px;
}

.mr25,
.mrs25 li,
.mrs25 a,
.mrs25 span {
	margin-right: 25px;
}

.mr30,
.mrs30 li,
.mrs30 a,
.mrs30 span {
	margin-right: 30px;
}

.ml5,
.mls5 li,
.mls5 a,
.mls5 span {
	margin-left: 5px;
}

.ml10,
.mls10 li,
.mls10 a,
.mls10 span {
	margin-left: 10px;
}

.ml15,
.mls15 li,
.mls15 a,
.mls15 span {
	margin-left: 15px;
}

.ml20,
.mls20 li,
.mls20 a,
.mls20 span {
	margin-left: 20px;
}

.ml25,
.mls25 li,
.mls25 a,
.mls25 span {
	margin-left: 25px;
}

.ml30,
.mls30 li,
.mls30 a,
.mls30 span {
	margin-left: 30px;
}

.tsize12 {
	font-size: 12px;
}

.tsize14 {
	font-size: 14px;
}

.tsize16 {
	font-size: 16px;
}

.tsize18 {
	font-size: 18px;
}

.tsize20 {
	font-size: 20px;
}

.tsize22 {
	font-size: 22px;
}

.tsize24 {
	font-size: 24px;
}

.tsize55 {
	font-size: 55px;
}

.tsize32 {
	font-size: 32px;
}

.red,
a.red,
.reds a,
.reds {
	color: #FF4040;
}

.blue,
a.blue,
.blues a,
.blues {
	color: #008FD5;
}

a.blue:hover,
.blues a:hover {
	color: #FF6410;
}

.gray,
a.gray,
.grays a,
.grays {
	color: #969696;
}

.orange,
a.orange,
.oranges a,
.oranges {
	color: #FF6410;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.ti2 {
	text-indent: 2em;
}

.ti4 {
	text-indent: 4em;
}

.mid-p {
	display: table-cell;
	vertical-align: middle;
	*font-size: 175.4px;
}

.mid-c {
	*zoom: 1;
	*vertical-align: middle;
	font-size: 14px;
}

.ib,
.btn-holder {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.text {
	width: 170px;
	height: 18px;
	margin-bottom: 10px;
	padding: 5px 8px 3px 9px;
	border: 1px solid #d1d1d1;
	line-height: 18px;
	font-size: 12px;
	transition: border linear 0.1s;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.text:focus {
	border-color: #06c;
}

.lt {
	width: 320px;
}

.bt {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}

.lowt {
	width: 140px;
	height: 14px;
	margin-bottom: 0;
	line-height: 14px;
	font-size: 12px;
}

select {
	box-sizing: inherit;
}

.comLink {
	color: #444;
	cursor: pointer;
}

.comLink:hover {
	text-decoration: underline;
	color: #ea5947;
	font-family: "微软雅黑";
}

.comLink2 {
	color: #ea5947;
	font-family: "微软雅黑";
	cursor: pointer;
}

.comLink2:hover {
	text-decoration: underline;
}

.navlink:hover {
	color: #ea5947;
	text-decoration: underline;
}

/***********按钮****************/
.btn-default,
.btn-primary,
.btn-disabled,
.btn-info,
.btn-success,
.btn-warning,
.btn-default-primary,
.btn-default-normal {
	font: 14px "微软雅黑";
	display: inline-block;
	line-height: 14px;
	border-radius: 4px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e3e3e9;
	padding: 7px 10px;
	cursor: pointer;
	color: #333;
	vertical-algin: middle;
	cursor: pointer;
}

.btn-primary {
	background-color: #ea5947;
	color: #fff;
	border: 1px solid #ea5947;
}

.btn-disabled {
	background: #e0e0e0;
	border: 1px solid #e0e0e0;
	cursor: no-drop;
}

.btn-info {
	background-color: #56b5f5;
	border: 1px solid #56b5f5;
	color: #fff;
}

.btn-success {
	background-color: #9edc6c;
	border: 1px solid #9edc6c;
	color: #fff;
}

.btn-warning {
	background-color: #ffc854;
	border: 1px solid #ffc854;
	color: #fff;
}

.btn-default-primary {
	border: 1px solid #ea5947;
	color: #ea5947;
}

.btn-default-normal {
	border: 1px solid #e3e3e9;
	color: #ea5947;
}

.btn-default:hover {
	border-color: #ea5947;
}

.btn-default:active {
	border-color: #ea5947;
	color: #ea5947;
}

.btn-primary:hover {
	background-color: #ee7a6c;
	border-color: #ee7a6c;
}

.btn-primary:active {
	background-color: #ca3725;
	border-color: #ca3725;
}

.btn-info:hover {
	background-color: #6bbef6;
}

.btn-info:active {
	background-color: #2788c9;
}

.btn-success:hover {
	background-color: #ace67d;
}

.btn-success:active {
	background-color: #8bd053;
}

.btn-warning:hover {
	background-color: #ffd776;
}

.btn-warning:active {
	background-color: #ffb533;
}

.btn-default-primary:hover {
	background-color: #ee7a6c;
	color: #fff;
}

.btn-default-primary:active {
	background-color: #ea5947;
	color: #fff;
}

.btn-default-normal:hover {
	border: 1px solid #ea5947;
}

.btn-default-normal:active {
	background-color: #ea5947;
	color: #fff;
}

/*************按钮*******************************/

/*****************dialogs*********************************/
#cover,
#dialog-cover {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	width: 100%;
	_height: expression(document.documentElement.scrollHeight);
	_height: expression(document.documentElement.scrollHeight);
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	opacity: 0.4;
	filter: alpha(opacity=40);
	z-index: 20;
}

.dialogs {
	overflow: hidden;
	position: fixed;
	_position: absolute;
	left: 50%;
	top: 50% !important;
	_top: 0;
	padding: 7px;
	z-index: 6001;
}

@media(max-width: 768px) {
	.dialogs {
		max-width: 80%;
		height: auto !important;
		padding: 0;
		margin-left: 10% !important;
		left: 0;
	}
}

.dialogs .dl-inner {
	background: #fff;
	padding: 30px 20px 15px;
	line-height: 25px;
}

.dialogs .dl-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: -1;
}

.dialogs .icon {
	background: url(../images/icons.png) no-repeat;
}

.dialogs .icon-dlclose {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	;
	height: 15px;
	background: url(../images/close.png) no-repeat center;
}

.dialogs .icon-dlclose:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.dialogs .dl-control {
	margin-top: 20px;
	text-align: center;
}

.dialogs .dl-control-inner {
	width: 194px;
}

.dl-submit,
.dl-cancel {
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
}

.dl-submit:hover,
.dl-cancel:hover {
	text-decoration: none;
	color: #fff;
}

.dl-cancel:hover {
	color: #555;
}

.dl-submit {
	width: 85px;
	margin-right: 50px;
	border: 1px solid #3AB3FF;
	background: #3AB3FF;
	color: #fff;
	line-height: 27px;
	text-shadow: 0 0 1px #ccc;
}

.dl-cancel {
	width: 85px;
	background: #eee;
	border: 1px solid #d1d1d1;
	line-height: 27px;
	color: #555;
	text-shadow: 0 0 1px #999;
}

.dl-submit:hover {
	background: #61c2ff;
}

.dl-cancel:hover {
	background: #F4F4F4;
}

.dialogs .dl-lucency {
	background-color: transparent;
}

.dialogs .dl-inner-empty {
	padding: 0;
}

/*****************dialogs*********************************/
.wrapper {
	background: #f3f3f3;
}

#header-page {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 5px 0px;
	background-color: #fff;
	font-size: 16px;
	height: 80px;
}

#header-page.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

.header-content {
	width: 980px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
}

#page-logo-zone {
	width: 300px;
	height: 50px;
	display: block;
	float: left;
	margin-top: 10px;
	overflow: hidden;
}

#page-logo-zone img {
	max-width: 100%;
	height: auto !important;
}

#page-logo-zone .logo-icon {
	background: url(../images/index/cxylogo.png) no-repeat;
	display: block;
	width: 193.8px;
	height: 49.8px;
	vertical-align: middle;
	background-size: 100%;
}

#phone-header-page {
	background-color: #fff;
	display: none;
	position: relative;
}

.p-head-menu,
.p-head-info {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.p-head-menu {
	width: 20px;
}

.p-head-menu.iconfont {
	font-size: 24px;
	color: #969696;
}

.p-head-menu.open {
	font-size: 20px;
}

.p-head-name {
	font-size: 24px;
	letter-spacing: 16px;
	margin-left: 50px;
}

#p-head-search {
	font-size: 22px;
	color: #969696;
}

#p-head-picon {
	font-size: 20px;
	color: #969696;
}

.p-head-info {
	text-align: right;
	line-height: 23px;
}

.p-head-info p,
.p-head-info div {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.nav-header {
	float: left;
}

.nav-header li {
	float: left;
}

.nav-header a {
	display: block;
	float: left;
	padding: 0 20px;
	color: #fff;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	_float: left;
}

.nav-header .chooseNav {
	color: #ea5947;
	background-color: #fff;
}

.p-index .chooseNav {
	background-color: transparent;
}

.page-nav-header a {
	color: #444;
}

.page-nav-header a:hover {
	color: #ea5947;
}

.nav-header a:before,
.nav-header a:after {
	content: "";
	display: block;
	height: 3px;
	background: none;
	position: absolute;
	top: 0;
	width: 0;
	transition: all .3s;
	_float: left;
}

.nav-header a:before {
	/*left: 0;*/
	left: 0;
}

.nav-header a:after {
	/* right: 0;*/
	right: 0;
}

.p-index .nav-header a:hover:before {
	background: #fff;
	width: 50%;
	_width: auto;
}

.p-index .nav-header a:hover:after {
	background: #fff;
	width: 50%;
	_width: auto;
}

.nav-header a:hover:before {
	background: #ea5947;
	width: 50%;
	_width: auto;
}

.nav-header a:hover:after {
	background: #ea5947;
	width: 50%;
	_width: auto;
}

.header-right {
	margin-top: 22px;
	height: 28px;
	float: right;
}

.hedader-search {
	float: left;
	border: 1px solid #E42936;
	border-radius: 0px;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 10px;
	color: #d1d1d1;
}

.hedader-searchtext {
	border: none;
	line-height: 32px;
	background-color: transparent;
	color: #969696;
	width: 190px;
}

.hedader-searchicon {
	border: none;
	background-color: #E42936;
	color: #fff;
	font-size: 18px;
	margin-top: 0px;
	width: 27px;
	height: 26px;
	line-height: 26px;
	vertical-align: top;
	cursor: pointer;
}

/*.hedader-searchicon:hover,.hedader-searchicon:active{
    color:#ea5947;
}
*/
.loginbtn-zone {
	float: left;
	margin-left: -10px;
}

.loginbtn-zone li {
	float: left;
	margin-left: 10px;
}

.p-index .btn-default-primary {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.p-index .btn-default-primary:hover {
	color: #ea5947;
	border-color: #ea5947;
}

.loginbtn-zone a {
	display: block;
	_float: left;
}

.login-pinfo {
	position: absolute;
	right: -50px;
	top: 15px;
}

.head-img {
	height: 40px;
	overflow: hidden;
}

.head-img img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
}

.user-card,
.user-login-card {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100px;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 5px 0px;
	background-color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 14px;
}

.user-card li,
.user-login-card li {
	border-top: 1px solid #e3e3e9;
	text-align: center;
}

.user-card a {
	color: #444;
	display: block;
	text-align: center;
}

.user-card a:hover {
	background-color: #e3e3e9;
}

.user-card .head-person-info {
	border-top: none;
}

.login-pinfo:hover .user-card {
	display: block;
}

.wrap {
	margin-top: 30px;
}

.footer {
	background-color: #444;
}

.footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.phone-footer {
	display: none;
	background-color: #444;
}

.footer-wraper {
	/* width: 980px;*/
	margin: 0 auto;
	color: #fff;
	padding-top: 16px;
}

.footer-logo {
	background: url('../images/sitesicon.png') no-repeat -210px -14px;
	width: 281px;
	height: 38px;
	margin-bottom: 36px;
}

.footer-wraper dl {
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: top;
	width: 22%;
}

.footer-wraper dl:last-child {
	width: 12%;
}

.footer-wraper dt,
.footer-wraper dd {
	/*float: left;
*/

}

.footer-wraper dt {
	font-size: 16px;
	line-height: 30px;
	color: #cccccc;
}

.footer-wraper dd {
	margin-right: 25px;
}

.footer-wraper a {
	color: #cccccc;
	font-size: 14px;
	line-height: 30px;
}

.footer-right {
	text-align: center;
}

.footer-rightwrap {
	text-align: right;
	color: #969696;
}

.footer-vcodewrap {
	width: 118px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 10.5px;
}

.footer-vcode {
	background: url('../images/index/cxyewm1.png') no-repeat;
	width: 110px;
	height: 110px;
	margin-bottom: 12px;
	background-position: center;
	background-size: 100%;
}

.footer-online {
	text-align: right;
	margin-top: 16px;
}

.footer-online b {
	margin-left: 20px;
}

.footer-icon-wrap {
	display: none;
}

#helper-bar {
	position: fixed;
	right: 20px;
	bottom: 180px;
	z-index: 20;
	width: 120px;
	_position: absolute;
	_bottom: 180px;
	_right: 20px;
	display: none;
}

.helper-icon {
	background: url('../images/sitesicon.png') no-repeat -25px -430px;
	width: 118px;
	height: 115px;
	display: none;
}

#helper-bar li {
	width: 60px;
	height: 50px;
	background-color: #fff;
	border-top: 1px solid #e3e3e9;
	text-align: center;
	margin-top: -1px;
	position: relative;
}

#helper-bar #hbl-toTop {
	display: none;
}

#helper-bar i,
#helper-bar em {
	font-style: normal;
}

#helper-bar em {
	font-family: "微软雅黑";
}

#helper-bar i {
	line-height: 50px;
}

#helper-bar a {
	font-size: 20px;
	display: block;
	height: 50px;
	overflow: hidden;
}

#helper-bar ul {
	width: 62px;
	margin: 0 auto;
}

.em-row {
	line-height: 50px;
}

.em-rows {
	padding-top: 5px;
}

#helper-bar a:hover {
	background-color: #ea5947;
}

#helper-bar a:hover i {
	display: none;
}

#helper-bar a:hover em {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 50px;
}

.hbl-qr,
.hbl-tel {
	display: none;
	position: absolute;
	right: 60px;
	z-index: 4;
	width: 158px;
	border: 1px solid #ea5947;
	font-size: 14px;
	background: #ea5947;
	text-align: center;
	top: 0;
	color: #fff;
}

.hbl-qr {
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #fff;
}

.hbl-tel {
	height: 48px;
	line-height: 48px;
}

#small-help {
	width: 60px;
	height: 60px;
	display: none;
	line-height: 60px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,
			endColorstr=#7f000000);
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 34px;
	z-index: 20;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#small-help.small-close {
	font-size: 16px;
}

#helper-bar.helper-bar-small {
	bottom: 70px;
}

.hide1280 {
	display: none;
}

.cart-icon {
	display: none;
}

.content {
	width: 980px;
	padding: 20px;
	background: #fff;
	margin: 20px auto;
}

.footer_banquan {
	width: 100%;
}

.footer_banquan p {
	font-size: 14px;
	font-weight: normal;
	font-family: 微软雅黑;
	line-height: 24px;
	color: #cccccc;
}

.footer_banquan p a {
	color: #cccccc;
	font-size: 14px;
}

/********************************/
@media only screen and (min-width:1440px) {
	#helper-bar {
		display: block;
	}

	.helper-icon {
		display: block;
	}
}

@media only screen and (min-width:1200px) {
	.footer-wraper {
		width: 1200px;
		padding-bottom: 10px;
	}

	.hide1280 {
		display: none;
	}
}

@media only screen and (min-width:980px) and (max-width:1400px) {
	#small-help {
		display: block;
	}

	#helper-bar.helper-bar-small {
		bottom: 70px;
		right: -20px;
	}
}

@media only screen and (max-width:970px) {
	#phone-header-page {
		display: block;
	}

	.phone-header-content {
		position: fixed;
		width: 100%;
		z-index: 999;
		background: #ffffff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .15);
		border-top: 1px solid #E3E3E3;
	}

	.p-head-zone {
		width: 100%;
		height: 45px;
	}

	.phone-header-nav {
		display: -moz-box;
		display: -webkit-box;
		display: box;
		padding: 10px 15px;
	}

	#header-page {
		display: none;
	}

	#header {
		display: none;
	}

	#phone-header-page .p-head-info .iconfont {
		font-size: 18px;
		color: #888888;
		cursor: pointer;
	}

	#phone-header-page .pheader-search-btn.p-open,
	#p-head-picon.iconfont.p-open {
		color: #E72115;
	}

	.p-serach-wrap,
	.user-login-card-wrap,
	.user-card-wrap,
	.nav-menu-wrap,
	.p-head-mask {
		display: none;
	}

	.p-serach-wrap {
		width: 100%;
		padding: 15px;
		background: #ffffff;
		text-align: center;
		box-sizing: border-box;
		border-top: 1px solid #E3E3E9;
	}

	.p-serach-wrap .hedader-search {
		display: block;
		height: 36px;
		width: 100%;
		line-height: 36px;
		padding: 0 0 0 10px;
		box-sizing: border-box;
		border: 1px solid #E3E3E9;
	}

	.p-serach-wrap .hedader-search .iconfont {
		margin: 0;
	}

	.p-serach-wrap .hedader-searchtext {
		width: 50%;
		height: 100%;
		line-height: 36px;
		font-size: 14px;
		border: 0;
		font-size: 14px;
	}

	.p-serach-wrap .hedader-searchtext::-webkit-input-placeholder {
		font-size: 14px;
	}

	.p-serach-wrap .hedader-searchtext:-moz-placeholder {
		font-size: 14px;
	}

	.p-serach-wrap .hedader-searchtext::-moz-placeholder {
		font-size: 14px;
	}

	.p-serach-wrap .hedader-searchtext:-ms-input-placeholder {
		font-size: 14px;
	}

	.p-serach-wrap .hedader-search .searchType {
		height: 36px;
		line-height: 36px;
	}

	.phead-menu-wrap {
		position: fixed;
		width: 100%;
		z-index: 999;
		border-top: 1px solid #C0C0C0;
	}

	.p-head-mask {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 998;
		background: rgba(0, 0, 0, 0.5);
	}

	.phead-menu-wrap .card {
		background: #fff;
		text-align: center;
		font-size: 16px;
		color: #444444;
		line-height: 54px;
	}

	.phead-menu-wrap .card li a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.phead-menu-wrap .card li:hover,
	.phead-menu-wrap .card li:active,
	.phead-menu-wrap .card li a:hover,
	.phead-menu-wrap .card li a:active {
		background: #F5F5F5;
		color: #E62112;
	}

	.footer-wraper {
		width: 100%;
		padding-top: 12px !important;
		padding-bottom: 5px;
	}

	.phone-footer {
		text-align: left;
		width: 100%;
	}

	.phone-footer p {
		font-size: 12px;
	}

	.phone-footer-conway p {
		display: inline-block;
		margin-right: 16px;
		color: #fff;
	}

	.phone-footer-conway i {
		display: inline-block;
		width: 22px;
		height: 22px;
		border-radius: 22px;
		margin-right: 10px;
		background-color: #fff;
		font-style: normal;
		text-align: center;
		line-height: 22px;
		color: #444;
	}

	.hp-menu-down,
	.p-hedader-search {
		position: absolute;
		background: #fff;
		z-index: 10;
		left: 0;
		right: 0;
		border-bottom: 1px solid #d1d1d1;
		box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 5px 0px;
		display: none;
	}

	.hp-menu-down li {
		height: 48px;
		line-height: 48px;
		text-align: center;
		font-size: 16px;
		color: #444;
		border-top: 1px solid #e3e3e9;
	}

	.hp-menu-down a {
		display: block;
		font-size: 16px;
		color: #444;
		text-align: center;
	}

	.p-hedader-search.open {
		display: -moz-box;
		display: -webkit-box;
		display: box;
		border: none;
		padding: 10px;
	}

	.p-hedader-search .p-searchtext {
		border-radius: 2px;
		border: 1px solid #e3e3e9;
		margin-right: 10px;
		height: 30px;
		line-height: 30px;
		padding-left: 10px;
		-moz-box-flex: 1;
		-webkit-box-flex: 1;
		box-flex: 1;
		display: block;
	}

	.footer-icon-wrap {
		display: block;
		position: fixed;
		bottom: 20px;
		right: 0;
		font-size: 12px;
	}

	.footer-icon-wrap a {
		color: #969696;
	}

	.p-icon-cover {
		background-color: rgba(0, 0, 0, .8);
		padding: 20px 0;
		width: 100%;
		display: none;
	}

	.p-icon-cover.vis {
		display: -moz-box !important;
		display: -webkit-box !important;
		display: box !important;
	}

	.footer-icon {
		-moz-box-flex: 1;
		-webkit-box-flex: 1;
		box-flex: 1;
		width: 40px;
		height: 40px;
	}

	.phone-footer {
		color: #969696;
	}

	.phone-footer a {
		font-size: 10px;
		line-height: 14px;
	}

	.phone-footer-conway {
		margin-bottom: 6px;
	}

	.phone-footer-conway a {
		color: #fff;
	}

	.phone-footer a:hover {
		text-decoration: underline;
	}

	.more-icon {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, .8);
		color: #fff;
		float: right;
		margin: 0 10px 10px 0;
		border-radius: 40px;
		text-align: center;
		line-height: 40px;
	}

	.phone-icon {
		background: url('../images/index/tel.png') no-repeat center;
		background-size: contain;
	}

	.cart-icon {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, .8);
		border-radius: 40px;
		position: fixed;
		right: 10px;
		bottom: 86px;
		display: block;
		text-align: center;
		line-height: 40px;
		color: #fff;
	}

	.bottom-icon {
		background: url('../images/index/top.png') no-repeat center;
		background-size: contain;
	}

	.close-icon {
		background: url('../images/index/close.png') no-repeat center;
		background-size: contain;
	}

	.p-icon-cover a {
		display: block;
	}

	#helper-bar {
		display: none;
	}

	.user-card,
	.user-login-card {
		top: 100%;
	}

	#page-logo-zone {
		width: 100px;
		height: 25px;
		margin-top: 0;
	}

	#page-logo-zone .logo-icon {
		width: 100px;
		height: 25px;
		position: relative;
	}

	.footer-wraper dd {
		margin-right: 0;
	}

	.phone-footer .left {
		margin-top: 25px;
		color: #969696;
		width: 100%;
		font-size: 0;
		margin-bottom: 30px;
		position: relative;
		padding: 0 120px 0 20px;
		box-sizing: border-box;
	}

	.phone-footer .footer-wraper dl {
		margin-bottom: 0px;
		display: inline-block;
		vertical-align: top;
		width: 25%;
	}

	.phone-footer .footer-wraper dl:last-child {
		position: absolute;
		right: 20px;
		bottom: 0;
		width: 100px;
		text-align: center;
	}

	.phone-footer .footer-vcode {
		width: 70px;
		height: 70px;
		margin: 0 auto;
		margin-bottom: 2px;
	}

	.phone-footer dl.clearfix dd {
		display: block;
	}

	.footer .logo,
	.footer .first-link {
		padding-left: 20px;
	}

	.footer_banquan {
		width: 100%;
		padding-left: 20px;
		box-sizing: border-box;
		text-align: left;
		font-size: 10px;
	}

	.footer_banquan p {
		position: relative;
		padding-right: 20px;
		box-sizing: border-box;
		font-size: 10px;
		float: none;
		width: 100%;
		margin-bottom: 5px;
		line-height: 14px;
	}

	.down-load-code {
		font-size: 9px;
		text-align: center;
		color: #ccc;
	}

	.footer_banquan p a {
		font-size: 10px;
	}

	.footer-wraper dt {
		font-size: 10px;
		line-height: 24px;
	}

	#poploginvi {
		/* width:350px !important; */

	}

	.hedader-search {
		height: 22px;
		line-height: 22px;
	}

	.hedader-searchtext {
		line-height: 20px
	}

	.hedader-searchicon {
		height: 22px;
		line-height: 22px;
	}
}

@media only screen and (max-width:320px) {
	.phone-footer .left {
		padding: 0 95px 0 20px;
	}

	.phone-footer .footer-wraper dl:last-child {
		right: 10px;
		width: 85px;
	}

	.hedader-searchtext {
		width: 110px;
	}

	#p-head-picon {
		margin-left: 0;
	}

	.p-head-info div {
		margin-left: 5px;
	}
}

/* 新添加的样式 */

div,
form,
a,
span,
p,
li {
	font-weight: normal;
	font-family: Tahoma, Arial, "microsoft yahei", "微软雅黑 Regular", "微软雅黑",
		"Helvetica Neue", Helvetica, sans-serif;
}

#header-page {
	box-shadow: none;
}

#header-page,
.header-content {
	height: auto;
}

@media only screen and (min-width:1200px) {

	#header-page,
	.header-content {
		height: 64px;
	}
}

#header-page.header-fixed {
	position: absolute;
}

#page-logo-zone {
	margin-top: 13px;
	width: 140px;
	height: 40px;
	margin-left: -10px;
}

.header-menu,
.header-menu-nav {
	float: left;
	position: relative;
}

.header-menu .active a,
.header-menu-nav a:hover,
.header-menu-nav a:active {
	color: #E62112;
}

.header-menu-nav a {
	display: block;
	text-align: center;
	color: #444;
	cursor: pointer;
	font-size: 16px;
	height: 62px;
	line-height: 64px;
	margin: 0 12px;
}

.header-menu-nav .line {
	height: 2px;
	width: 64px;
	background: #e62112;
	margin: 0 auto;
	display: none;
}

.header-menu .active .line {
	display: block;
}

.header-right {
	margin-top: 17px;
	float: right;
	height: auto;
	margin-bottom: 10px;
}

.hedader-search {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	color: #AAAAAA;
	margin-right: 20px;
	border: 1px solid #C0C0C0;
	width: 280px;
	position: relative;
}

.hedader-searchtext {
	width: 140px;
	font-size: 12px;
	color: #444444;
	float: left;
	height: 32px;
}

.hedader-search .iconfont {
	float: left;
	margin: 9px 5px 0 0;
}

.hedader-searchtext::-webkit-input-placeholder {
	color: #aaaaaa;
	font-size: 12px;
}

.hedader-searchtext:-moz-placeholder {
	color: #aaaaaa;
	font-size: 12px;
}

.hedader-searchtext::-moz-placeholder {
	color: #aaaaaa;
	font-size: 12px;
}

.hedader-searchtext:-ms-input-placeholder {
	color: #aaaaaa;
	font-size: 12px;
}

.hedader-search .searchType {
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	width: 55px;
	font-size: 13px;
	background: #FFA54F;
	display: block;
	position: absolute;
	text-align: center;
	top: -1px;
	right: -1px;
	cursor: pointer;
}

.searchType.active:hover {
	background: #FB5E52;
}

.searchType:hover {
	background: #FFBB79;
}

.hedader-search .searchType-left {
	right: 54px;
}

.hedader-search .active {
	background: #E62112;
}

.loginbtn-zone a {
	padding: 5px 21px;
	height: 20px;
	line-height: 20px;
	box-shadow: 0 2px 4px 0 rgba(255, 94, 82, 0.50);
}

.loginbtn-zone .btn-primary {
	background: #E62112;
}

.loginbtn-zone .btn-primary:hover {
	background: #FB5E52;
	box-shadow: 0 2px 4px 0 rgba(255, 94, 82, 0.50);
}

.loginbtn-zone .btn-default-primary {
	border: 1px solid #E62112;
	box-shadow: 0 2px 4px 0 rgba(255, 178, 178, 0.50);
	border-radius: 4px;
	color: #E62112;
}

.loginbtn-zone .btn-default-primary:hover {
	background-color: rgba(251, 94, 82, 0.2);
	border: 1px solid rgba(217, 34, 34, 0.2);
	color: #E62112;
}

.loginbtn-zone .btn-default-primary:active {
	background-color: rgba(251, 94, 82, 0.2);
	color: #E62112;
}

.login-pinfo {
	position: relative;
	float: right;
	right: unset;
	top: unset;
}

.head-img {
	height: 32px;
	line-height: 32px;
}

.head-img img {
	width: 32px;
	height: 32px;
}

.rigister-body {
	width: 364px;
	height: 440px;
	background: #FFFFFF;
	position: relative;
	border-radius: 4px;
	text-align: center;
}

.rigister-body .loginvi-head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.borderRadius {
	border-radius: 4px;
}

.rigister-body .dl-close {
	cursor: pointer;
	top: 10px;
	right: 10px;
	font-size: 16px;
	position: absolute;
}

.rigister-body .rigister-role-wrap {
	margin: 0px 40px 38px;
}

.rigister-body .rigister-role {
	width: 130px;
	height: 122px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #ffffff;
	box-shadow: 0 0 3px 0 rgba(209, 203, 203, 0.50);
	border-radius: 1px;
	cursor: pointer;
	position: relative;
}

.rigister-body .rigister-role .gouxuan {
	position: absolute;
	top: -20px;
	right: -10px;
	height: 20px;
	width: 20px;
	display: none;
}

.rigister-body .rigister-role:hover,
.rigister-body .rigister-role.active {
	border: 1px solid #F76167;
	box-shadow: 0 0 3px 0 rgba(255, 115, 115, 0.50);
}

.rigister-body .rigister-role.active .gouxuan {
	display: block;
}

.rigister-body .rigister-role:hover p,
.rigister-body .rigister-role.active p {
	color: #E62112;
}

.rigister-body .rigister-role img {
	width: 65px;
	height: 65px;
	border-radius: 100%;
	margin-top: 13px;
}

.rigister-body .title {
	font-size: 18px;
	color: #222222;
	padding: 20px 0;
	line-height: 24px;
	height: 24px;
}

.rigister-body .regisBtn {
	height: 20px;
	line-height: 20px;
	background: #E62112;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	padding: 12px 132px;
}

.footer-wraper {
	padding: 0;
}

.footer-wraper .left {
	margin-top: 40px;
	color: #969696;
	width: 80%;
}

.footer-wraper .logo img {
	width: auto;
	height: 25px;
}

.footer-wraper dl {
	width: auto;
	margin-right: 40px;
}

.footer-wraper dt,
.footer-wraper a {
	height: 20px;
	line-height: 20px;
}

.footer_banquan {
	margin-top: 40px;
}

.footer_banquan p,
.footer_banquan p a,
.footer_banquan p a:hover,
.footer-wraper .right span {
	color: #969696;
}

.footer-wraper dl a {
	color: #ffffff;
}

.footer-vcode {
	width: 120px;
	height: 120px;
	margin: 63px 0 20px 0;
}

.footer_banquan .mb20 {
	display: block;
}

.remMe {
	font-size: 12px;
	color: #444444;
}

.remMe i {
	border: 1px solid #D3D3D3;
	border-radius: 2px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #fff;
	margin: -2px 6px 0 0;
}

.isRem i {
	border: 1px solid #E62112;
	color: #E62112;
}

.user-card,
.user-login-card {
	border-radius: 4px;
}

.user-login-card li {
	cursor: pointer;
}

.user-card a:hover,
.user-login-card li:hover {
	background: rgba(230, 33, 18, 0.11);
	font-size: 14px;
	color: #E62112;
}

.user-login-card li:hover a {
	color: #E62112;
}

/* 悬浮操作框 */
.floating-button {
	position: fixed;
	z-index: 10;
	bottom: 32px;
	right: 32px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
}

.floating-button div,
.floating-button a {
	box-sizing: border-box;
}

.floating-button a:focus,
.floating-button a:active {
	outline: none;
}

.floating-button img {
	max-width: none;
}

.floating-button .button {
	display: inline-block;
	min-width: 80px;
	height: 32px;
	padding: 0 10px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
	color: #fff;
	background-color: #ea5947;
	border: 1px solid #ea5947;
	vertical-align: middle;
}

.floating-button .button-black-hollow {
	color: #444444;
	background-color: #fff;
	border-color: #e3e3e9;
}

.floating-button .button-black-hollow:hover,
.floating-button .button-black-hollow:focus {
	color: #444444;
	border-color: #ea5947;
	text-decoration-line: none;
}

.floating-button .button-black-hollow:active {
	color: #ea5947;
	border-color: #ea5947;
}

.floating-button .btn-square {
	width: 60px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e3e3e9;
	text-align: center;
	color: #969696;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.5s;
	display: block;
}

a.btn-square {
	text-decoration-line: none !important;
}

.icon-daohang-app {
	background: url(../images/dapp.png) center no-repeat;
}

.icon-zixunkefu {
	background: url(../images/kefu.png) center no-repeat;
}

.icon-daohang-app,
.icon-zixunkefu {
	width: 100%;
	height: 100%;
	background-size: 24px 24px;
}

.floating-button .btn-square:hover,
.floating-button .btn-square:active {
	color: #fff;
	background-color: #ea5947;
	border: none;
}

.floating-button .btn-square:hover .iconfont,
.floating-button .btn-square:active .iconfont {
	display: none;
}

.floating-button .btn-square:hover .btn-name,
.floating-button .btn-square:active .btn-name {
	display: block;
}

.floating-button .btn-square .iconfont {
	display: block;
	margin-bottom: 2px;
	font-size: 24px;
}

.floating-button .btn-square .btn-name {
	display: none;
}

.floating-button .btn-back-to-top {
	height: 60px;
	padding: 8px 0;
	line-height: 1;
}

.floating-button .btn-back-to-top .iconfont {
	display: block !important;
}

.floating-button .btn-back-to-top .btn-name {
	display: block !important;
}

.floating-button .btn-customer-service {
	position: relative;
}

.floating-button .btn-customer-service .customer-service-panel {
	position: absolute;
	top: -50px;
	right: 64px;
	display: none;
	width: 252px;
	height: 214px;
	line-height: 1.4;
	color: #444444;
	border: 1px solid #e3e3e9;
	border-radius: 2px;
	background-color: #fff;
	font-size: 14px;
	text-align: left;
}

.floating-button .btn-customer-service .customer-service-panel .customer-service-info {
	width: 130px;
	height: 140px;
	padding: 14px;
}

.floating-button .btn-customer-service .customer-service-panel .contact-customer-service {
	width: 120px;
	padding: 14px;
}

.floating-button .btn-customer-service .customer-service-panel .customer-qq {
	margin-bottom: 12px;
}

.floating-button .btn-customer-service .customer-service-panel .button {
	padding: 0 8px;
}

.floating-button .btn-customer-service .customer-service-panel .iconfont {
	display: inline;
	margin-right: 4px;
	font-size: 14px;
}

.floating-button .btn-customer-service .customer-service-panel .service-time {
	padding: 14px;
	line-height: 22px;
	border-top: 1px dotted #e3e3e9;
}

.floating-button .btn-customer-service:hover:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 59px;
	width: 6px;
	height: 100%;
}

.floating-button .btn-customer-service:hover .customer-service-panel {
	display: block;
}

.floating-button .btn-download-app {
	position: relative;
}

.floating-button .btn-download-app .download-app-panel {
	position: absolute;
	top: 0;
	right: 64px;
	display: none;
	line-height: 1;
	color: #444444;
	border: 1px solid #e3e3e9;
	border-radius: 2px;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
}

.floating-button .btn-download-app .qr-code {
	width: 148px;
	margin: 16px;
	margin-bottom: 8px;
}

.floating-button .btn-download-app .download-tip {
	margin-bottom: 16px;
}

.floating-button .btn-download-app:hover:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 59px;
	width: 6px;
	height: 100%;
}

.floating-button .btn-download-app:hover .download-app-panel {
	display: block;
}

.header-shortlink {
	color: #969696;
	line-height: 30px;
	height: 30px;
	float: left;
	margin-right: 30px;
}

.header-shortlink .linkitem {
	float: left;
}

.linkitem-screen {
	color: #969696;
	font-size: 14px;
}

.linkitem-screen:hover {
	color: #e62112;
}

.linkitem-screen i {
	margin-right: 4px;
	font-size: 18px;
}


@media only screen and (max-width:768px) {
	.footer {
		display: none;
	}

	.phone-footer-new {
		display: block;
		width: 100%;
		padding: 20px 0 12px;
		box-sizing: border-box;
	}

	.phone-footer-new .footer-wraper {
		width: 100%;
		max-width: 375px;
		margin: 0 auto;
		padding: 0 !important;
	}

	.phone-footer-new .footer-wraper .links {
		padding: 0 15px;
	}

	.phone-footer-new .footer-wraper .links a {
		font-size: 14px;
		color: #ffffff;
		margin-right: 10px;
		text-decoration: none;
		cursor: pointer;
	}

	.phone-footer-new .footer-wraper .links a:last-child {
		margin-right: 0;
	}

	.phone-footer-new .footer_banquan {
		margin-top: 20px;
		padding: 0;
	}

	.phone-footer-new .footer_banquan p {
		margin-bottom: 8px;
		padding: 0;
		font-size: 12px;
		color: #969696;
		line-height: 18px;
		text-align: left;
		transform: scale(0.9) translateZ(0);
	}
}