/* 全局共用 */

* {
	padding: 0;
	margin: 0;
}

::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}

::-webkit-scrollbar-thumb {
	background: #555;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #ddd;
}

body, td, input, textarea, button {
	color: #444;
	font: 14px 微软雅黑, Microsoft Yahei;
	line-height: 24px;
}

a:link, a:active, a:visited {
	color: #444;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
	color: #e4474a;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input:focus, textarea:focus, a:focus, select:focus {
	outline: none;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hand {
	cursor: pointer;
}

.b {
	font-weight: bold;
}

.w60 {
	width: 60px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w250 {
	width: 250px;
}

.w300 {
	width: 300px;
}

.w400 {
	width: 400px;
}

.w500 {
	width: 500px;
}

.w600 {
	width: 600px;
}

.tips {
	height: auto;
	padding: 5px 20px;
	background: #666;
	color: #fff;
	line-height: 18px;
	position: fixed;
	z-index: 1000;
	top: 40%;
	left: 50%;
	FILTER: alpha(opacity=0);
	opacity: 0;
	font-size: 0.75em;
	text-align: center;
	border-radius: 15px;
}
.tips2 {
	height: 22px;
	line-height: 22px;
	background: #c8393c;
	color: #fff;
	position: absolute;
	z-index: 1000;
	font-size: 0.75em;
	padding: 0 15px;
	display: inline-block;
	border-radius: 3px;
}

.shadow {
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.maskbg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	overflow: auto;
}

.maskclose {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

.moclose {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.mabox {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 200px;
	overflow: hidden;
}

.mapic {
	width: 220px;
	height: auto;
	padding: 15px 5px;
	background: rgba(255, 255, 255, 1);
	display: inline-block;
	margin: 10px;
	font-size: 18px;
	text-align: center;
	border: 10px solid rgba(255, 255, 255, 0.5);
}

.mapic img {
	width: 200px;
	height: auto;
	margin-bottom: 5px;
}

.verifybox {
	width: 540px;
	height: 260px;
	padding: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1000;
	margin-left: -320px;
	margin-top: -180px;
	background: rgba(255, 255, 255, 0.9);
	display: none;
}

/* placeholder颜色 */

::-webkit-input-placeholder {
	color: #666;
}

:-moz-placeholder {
	color: #666;
}

::-moz-placeholder {
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

.head {
	width: 100%;
	height: 170px;
	background: #fff;
	border-bottom: 2px solid #e4474a;
	position: relative;
}

.logo {
	width: 420px;
	height: 55px;
	background: url(/images/logo.png) right top no-repeat;
	float: left;
	margin-top: 32px;
}

.seekbox {
	width: 720px;
	height: 40px;
	background: #e4474a;
	float: left;
	margin-left: 100px;
	margin-top: 38px;
	overflow: hidden;
}

.seekbox input {
	display: block;
	width: 580px;
	height: 36px;
	background: #fff;
	padding: 0 10px;
	font-size: 14px;
	border: 0;
	margin: 2px;
	float: left;
}

.seekbox span {
	width: 90px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: block;
	float: right;
	line-height: 38px;
	padding-left: 20px;
	background: url(/images/zo11.png) 10px 10px no-repeat;
	background-size: 20px;
}

.topb {
	width: 800px;
	height: 35px;
	padding-right: 100px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

.topb .logb {
	height: 24px;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	float: right;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	margin-top: 5px;
	padding: 0 15px;
}

.topb .logb:hover {
	background: #e4474a;
	border: 1px solid #e4474a;
	color: #fff;
}

.topb .cartb {
	width: 120px;
	height: 24px;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	float: right;
	cursor: pointer;
	text-align: center;
	margin-top: 5px;
	margin-left: 10px;
	background: url(/images/g2.png) 20px center no-repeat;
	background-size: 12px;
	position: relative;
}

.cartqty {
	display: none;
	width: 15px;
	height: 15px;
	background: #ff0000;
	position: absolute;
	left: 90px;
	top: -3px;
	border-radius: 50%;
	color: #fff;
	line-height: 15px;
}

.userb {
	width: 100px;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 3px;
	float: right;
	cursor: pointer;
	text-align: center;
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.userb:hover {
	height: auto;
	padding-bottom: 10px;
}

.userb b {
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 24px;
}

.userb span {
	display: block;
	width: 80px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-top: 1px dotted #ddd;
	margin: 0 auto;
}

.userb span:hover {
	color: #e4474a;
}

.loginfo {
	height: 26px;
	line-height: 26px;
	float: right;
	font-size: 14px;
	margin-top: 5px;
}

.toptel {
	width: 300px;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 50px;
	right: 100px;
	text-align: right;
	font-size: 14px;
	line-height: 32px;
	border: 1px solid #ccc;
	padding: 5px 20px 5px 0;
	border-radius: 10px;
}

.toptel img {
	vertical-align: middle;
	margin-right: 15px;
	height: 22px;
	width: auto;
}

.menu {
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.menu span {
	display: block;
	width: 230px;
	height: 44px;
	background-color: #e4474a;
	background-image: url(/images/mom2.png);
	background-position: 220px 15px;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-left: 115px;
	padding-left: 30px;
	line-height: 44px;
}

.menu span.on {
	background-image: url(/images/mom1.png);
}

.menu a {
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	margin: 0 30px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.menu a.on {
	/* border-top: 1px solid #e4474a; */
	color: #e4474a;
}

#nav {
	position: absolute;
	z-index: 100;
	width: 260px;
	height: calc(100vh - 172px);
	left: 115px;
	top: 172px;
	background: #c8393c;
	color: #666;
	z-index: 900;
}

#nav li {
	height: 40px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	color: #fff;
}

#nav li span {
	display: block;
	font-size: 16px;
	height: 40px;
	padding-left: 30px;
	overflow: hidden;
}

#nav li:hover {
	background-color: #fff;
	color: #444;
	background-image: url(/images/aroright.png);
	background-position: 230px center;
	background-repeat: no-repeat;
	background-size: 10px;
}

#nav ul {
	background: #fff;
	width: calc(100vw - 500px);
	height: calc(100vh - 172px);
	overflow: auto;
}

#nav ul li {
	width: 95%;
	height: auto;
	border-bottom: 1px dashed #ddd;
	padding-left: 0;
	margin: 10px auto;
	padding-bottom: 5px;
	color: #444;
	overflow: hidden;
}

#nav ul li:hover {
	background-image: none;
}

#nav ul li span {
	display: block;
	width: 150px;
	line-height: 35px;
	padding-left: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

#nav ul li div {
	width: calc(100% - 180px);
	height: auto;
	overflow: hidden;
	line-height: 35px;
	float: left;
}

#nav ul li div font {
	display: block;
	float: left;
	margin: 0 20px;
	font-size: 14px;
	cursor: pointer;
}

#nav ul li div font:hover {
	color: #e4474a;
}

#nav ul {
	visibility: hidden;
	position: absolute;
	left: 260px;
	top: 0;
}

#nav li:hover>ul {
	visibility: visible;
}

.foot {
	width: 100%;
	height: auto;
	line-height: 24px;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.7);
	color: #ddd;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
}

.foot a {
	color: #ddd;
}

.foot a:hover {
	color: #fff;
}

.loginbox {
	width: 300px;
	padding: 0 50px;
	height: 500px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -250px;
}

.logint {
	height: 50px;
	margin-top: 25px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.logint span {
	width: 110px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-bottom: 2px solid #e4474a;
	display: block;
}

.loginbox input.inp1, .loginbox input.inp2 {
	width: 245px;
	height: 45px;
	line-height: 45px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-left: 53px;
	margin-top: 15px;
	font-size: 14px;
}

.loginbox input.inp1 {
	background: url(/images/logb3.png) 12px center no-repeat;
	background-size: 25px;
}

.loginbox input.inp2 {
	background: url(/images/logb1.png) 12px center no-repeat;
	background-size: 25px;
}

.loginrow {
	height: 50px;
	line-height: 50px;
	padding: 5px 5px 0 5px;
	font-size: 14px;
}

.loginbtn {
	height: 48px;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #e4474a;
	cursor: pointer;
	margin-bottom: 15px;
}

.regb {
	height: 46px;
	font-size: 18px;
	line-height: 46px;
	color: #888;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
}

.logintel {
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 14px;
	color: #666;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.regbox {
	width: 900px;
	height: 620px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -280px;
	background: #fff;
	padding: 0 50px;
}

.regrow {
	height: auto;
	overflow: hidden;
}

.regrow span {
	display: block;
	font-size: 14px;
	float: left;
	width: 100px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.regrow input.reginp, .regrow select {
	display: block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-top: 5px;
	float: left;
	padding-left: 10px;
	font-size: 14px;
}

.regbtn {
	width: 312px;
	height: 48px;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #e4474a;
	cursor: pointer;
	margin: 10px 0 20px 100px;
}

.btn {
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	padding: 0 15px;
	float: left;
	display: block;
	background: #fff;
	cursor: pointer;
	border-radius: 3px;
}

.btn:hover {
	background: #317ac8;
	border: 1px solid #317ac8;
	color: #fff;
}

.kfbar {
	width: 65px;
	height: 330px;
	overflow: hidden;
	position: fixed;
	right: 5px;
	top: 50%;
	margin-top: -160px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px dashed #e4474a;
	border-radius: 10px;
	z-index: 1000;
}

.kfbox {
	width: 65px;
	height: 100%;
	float: right;
}

.kfico {
	height: 60px;
	width: 65px;
	padding-top: 20px;
}

.kfico span {
	display: block;
	padding-top: 30px;
	height: 30px;
	line-height: 30px;
	color: #e4474a;
	text-align: center;
}

.kfico.kf1 span {
	background: url(/images/kfico1.png) center top no-repeat;
}

.kfico.kf2 span {
	background: url(/images/kfico2.png) center top no-repeat;
}

.kfico.kf3 span {
	background: url(/images/kfico3.png) center top no-repeat;
	cursor: pointer;
}
.kfico.kf4 span {
	background: url(/images/kfico4.png) center top no-repeat;
	cursor: pointer;
}

.kfqq {
	width: 180px;
	height: auto;
	overflow: hidden;
	border-right: 1px solid #ccb599;
	position: absolute;
	top: 20px;
	right: 65px;
	display: none;
	text-align: right;
	padding-right: 20px;
	line-height: 30px;
}

.kfqq img {
	vertical-align: middle;
}

.kftel {
	width: 150px;
	height: auto;
	overflow: hidden;
	border-right: 1px solid #ccb599;
	position: absolute;
	top: 20px;
	right: 65px;
	display: none;
	text-align: right;
	padding-right: 20px;
}

.kftel img {
	width: 140px;
	height: auto;
	display: block;
	float: right;
}

.kfico:hover .kftel, .kfico:hover .kfqq {
	display: block;
}

.kfico:hover span {
	font-weight: bold;
}

@media screen and (max-width: 1440px) {
	.logo {
		width: 370px;
	}
	.menu a {
		margin: 0 25px;
		font-size: 16px;
	}
	.seekbox {
		width: 450px;
		margin-left: 80px;
	}
	.seekbox input {
		width: 330px;
		font-size: 12px;
	}
	.topb {
		padding-right: 50px;
	}
	.toptel {
		right: 50px;
	}
}