html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;	/*原来的*/

	font-family: "Microsoft Yahei", Tahoma, Geneva, sans-serif;

	/*猎聘网*/
/*	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
*/	font-size: 14px;	/*font: 14px "Microsoft Yahei", Tahoma, Geneva, sans-serif;*/
}

img {
	border: 0 none;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
}

ul, li {
	list-style-type: none;
}

button {
	cursor: pointer;
}

i, em, cite {
	font-style: normal;
}

body {
	background: #f0f0f0;
	color: #00223e;
	line-height: 1.2;	/*限制最大宽度*/

	/*max-width: 480px;
	margin: 0 auto;*/
}

.body {
	background: url(../../img/pc_bg6.jpg);
	background-repeat: repeat;
	width: 100%;
	/*display: none;*/
	/*height: 20000px;*/
}

/*IOS 微信禁止缩放字体*/

/*body {
    -webkit-text-size-adjust: 100% !important;
    }*/



a, a:link {
	color: #222;
	text-decoration: none;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
	outline: none;
}

a:visited {
}

a:active, a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------------公用----------------------*/

/*上拉加载提示*/
.pullUpLabel {
	width: 100%;
	color: #999;
	text-align: center;
	margin: 0 auto;
	display: block;
}

/*vue 隐藏*/
[v-cloak] {
	display: none;
}

/*页面没数据*/
.empty-data {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 20%;
}

.empty-data img {
	width: 100%;
	max-width: 145px;
	margin: 0px auto;
	vertical-align: middle;
}

.empty-data div {
	margin: 10% 0px;
}

/*上传头像*/
.ajax-file {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
}

/*loding*/
.loader {
	opacity: 1;
	color: #632d8f;
	font-size: 10px;
	margin: 100px auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.loader {
	position: absolute;
	z-index: 123;
	left: 50%;
	top: 20%;
}

.loding {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);	/*width: 100%;
		height: 100%;
		position: fixed;
		 background-color: #000;
		background: rgba(0, 0, 0, 0.5);
		right: 0;
		bottom: 0;
		left: 0;
		top: 0;*/
}

@-webkit-keyframes load4 {
	0%, 100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}

	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}

	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}

	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}

}

@keyframes load4 {
	0%, 100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}

	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}

	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}

	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}

}

.text-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.btn-normal {
	text-align: center;
	color: #fff;
	background: #ffa200;
	border-radius: 4px;
	font-size: 16px;
}

[hidden] {
	display: none;
}

/*图片插件*/
.clipImg {
	top: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 123213;
	text-align: center;
	display: none;
}

.clipBtn {
	position: absolute;
	bottom: 15%;
	margin-left: -23px;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

/*返回按钮*/
.back-btn {
	position: fixed;
	width: 25px;
	top: 10px;
	left: 10px;	/*如果太大了，会导致  商品评论的图片查看时也存在返回*/

	/*z-index:6666;*/
	z-index: 5;
}

/*向上按钮*/
.top-btn {
	position: fixed;
	width: 25px;
	bottom: 100px;
	right: 15px;
	z-index: 5;
	display: none;
}

/*绑定手机号登录或注册*/
.bind-mobile {
	top: 20%;
	position: absolute;
	width: 90%;
	z-index: 999;
	margin-left: 5%;
	padding: 10% 5%;
	background: #ffffff;
}

.bind-title {
	color: #615d5d;
	text-align: center;
	font-size: 14px;
	margin-top: 10px 0px;
	margin-bottom: 8%;
	letter-spacing: 1px;
}

.bind-input-code input {
	width: 55%;
}

.bind-mobile-btn {
	font-size: 16px;
	background: #F57979;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	padding: 8px;
}

.bind-input-verify-code {
	font-size: 14px;
	float: right;
	line-height: 28px;
	text-align: center;
	margin-right: 10%;
	background: #F57979;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	padding: 5px;
}

.bind-input input {
	font-size: 12px;
}

.bind-input {
	margin: 3% 0;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.twoline {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.slh {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*尾部样式*/
.common-footer {
	width: 100%;
	height: 340px;
	background: #d2d2d2;
	/*margin-top: 50px;*/
}

.common-footer-box {
	width: 1160px;
	margin: 0 auto;
	padding: 35px 0px;
	overflow: hidden;
}

.common-footer-box-item1 {
	width: 440px;
	float: left;
	padding-top: 25px;
}

.common-footer-box-item2 {
	width: 440px;
	float: left;
	padding-top: 25px;
}

.common-footer-box-item3 {
	width: 270px;
	float: right;
}

.common-footer-box-item1 img, .common-footer-box-item2 img {
	width: 20px;
}

.common-footer-box-item1 p, .common-footer-box-item2 p {
	margin-bottom: 30px;
	font-size: 17px;
	color: #333333;
}

.common-footer-box-item1 num {
	font-weight: bold;
	padding-left: 5px;
}

.js-ewm1 {
	display: inline-block;
	margin-right: 33px;
}

.js-ewm1 img {
	width: 111px;
}

.js-ewm2 {
	display: inline-block;
}

.js-ewm2 img {
	width: 111px;
}

.js-ewm1 p, .js-ewm2 p {
	font-size: 13px;
	padding-top: 10px;
}
.common-footer-link{
	width: 1160px;
	margin: 0 auto;
	height: 75px;
	line-height: 75px;
	border-top: 1px solid #a2a2a2;
}
.common-footer-link ul li{
	float: left;
	padding-right: 135px;
	font-size: 16px;
}
.common-footer-link ul li:last-child{
	padding-right: 0px;
}
/*头部*/
.common-head {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	z-index: 999;
}

.common-head-box {
	width: 1160px;
	margin: 0 auto;
}

.common-head-box-logo {
	float: left;
	width: 95px;
	margin-top: 15px;
	margin-right: 115px;
}

.common-head-box-ul {
	width: 740px;
	float: left;
}

.common-head-box-ul-click {
	color: #a88d55 !important;
}

.common-head-box-ul ul li {
	float: left;
	padding-right: 60px;
}

.common-head-box-ul ul li:last-child {
	padding-right: 0px;
}

.common-head-box-ul ul li a {
	color: #fff;
}

.common-head-box-login {
	width: 120px;
	float: right;
	color: #fff;
}

.common-head-box-login a {
	color: #fff;
}

/*隐藏video标签的下载按钮*/
video::-webkit-media-controls-enclosure{ overflow: hidden; }
video::-webkit-media-controls-panel{ width: calc(100% + 30px); }


.state1{
	width: 100px;
	height: 30px;
	background-color: #000;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
}
.state2{
	width: 100px;
	height: 30px;
	background-color: #d0a863;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
}
.state3{
	width: 100px;
	height: 30px;
	background-color: #999;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
}		

/*弹窗背景*/
.popup {
	width: 100%;
	height: 100%;
	background: url(../img/bg.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996; 
	display: none;
}
.kong img{
	display: block;
    width: 30%;
    margin: 0 auto;
    margin-top: 20%;
}
.kong p{
	text-align: center;
	padding-bottom: 20%;
	    font-size: 18px;
    font-weight: bold;
}

