@font-face {
	font-family: myFont;
	src: url('../../../fonts/SourceHanSansCN-Bold.otf');
}

.title {
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(238, 238, 238, 0.5);
	float: left;
	border-top: 4px solid #C09F64;
}

.title .logo {
	height: 60px;
	margin: 8px 0px 0px 20%;
	float: left;
}

.title .logo2 {
	margin: 35px 5px 0px;
}

.title .sub-title {
	height: 30px;
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	font-size: 20px;
	float: left;
	margin-top: 33px;
	font-family: myFont;
}

.banner {
	width: 100%;
	height: 330px;
	background-image: url('../../../img/bg-banner.png');
	background-repeat: no-repeat;
	background-size: 100% 150%;
	background-position: 50% 50%;
	float: left;
}

.banner .auth-panel {
	width: 400px;
	height: 280px;
	float: left;
	padding-top: 10px;
	border-radius: 2px;
	background: #FFFFFF;
	box-shadow: 0 1px 4px 0 rgba(238, 238, 238, 0.5);
	margin: 20px 0px 0px 55%;
}

.banner .auth-panel .input-area {
	width: 80%;
	height: 81px;
	float: left;
	margin: 10px 10% 0px 10%;
	border: 1px solid #e7e7eb;
}

.banner .auth-panel .input-area .input-label {
	width: 100%;
	height: 40px;
	float: left;
}

.banner .auth-panel .input-area .input-icon {
	width: 20px;
	float: left;
	margin: 15px;
}

.banner .auth-panel .input-area .input-val {
	width: 240px;
	height: 36px;
	margin: 2px 0px 0px 0px;
	float: left;
	border: 0;
	outline: 0;
	background: #fff;
}

.banner .auth-panel .addition {
	width: 80%;
	height: 30px;
	float: left;
	margin: 20px 10% 0px 10%;
}

.banner .auth-panel .addition .forget {
	display: inline-block;
	height: 100%;
	float: left;
	text-align: left;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.banner .auth-panel .addition .forget:hover {
	text-decoration: underline;
	color: #576b95;
}

.banner .auth-panel .addition .regist {
	display: inline-block;
	height: 100%;
	float: right;
	text-align: right;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.banner .auth-panel .addition .regist span {
	color: #576b95;
}

.banner .auth-panel .addition .regist span:hover {
	text-decoration: underline;
}

.banner .auth-panel .login {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #C09F64;
	float: left;
	margin: 0px 0px 0px 10%;
	font-size: 16px;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
}

.banner .auth-panel .login:hover {
	background: #7c663f;
}

.banner .erweima-panel {
	width: 134px;
	height: 178px;
	float: left;
	border-radius: 2px;
	background: #FFFFFF;
	box-shadow: 0 1px 4px 0 rgba(238, 238, 238, 0.5);
	margin: 20px 0px 0px 2px;
}

.banner .erweima-panel .qrcode {
	width: 120px;
	margin: 7px 7px 3px 7px;
	float: left;
}

.banner .erweima-panel .qrmemo {
	color: #717375;
	text-align: center;
	width: 100%;
	height: 44px;
	float: left;
	font-size: 12px;
}

.notice {
	width: 60%;
	min-width: 850px;
	height: 40px;
	margin: 30px 20% 0px 20%;
	float: left;
	border: 1px solid #d7d7d7;
}

.notice .notice-label {
	width: 120px;
	height: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	float: left;
}

.notice .notice-area {
	max-width: 200px;
	height: 40px;
	float: left;
	padding-right: 20px;
}

.notice .notice-area .dot {
	width: 6px;
	height: 6px;
	float: left;
	background: #C09F64;
	border-radius: 3px;
	margin: 17px 7px;
}

.notice .notice-area .notice-item {
	display: inline-block;
	padding-right: 5px;
	font-size: 14px;
	float: left;
	max-width: 140px;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.notice .notice-area .notice-item:hover {
	text-decoration: underline;
	color: #576b95;
}

.notice .notice-area .new {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 5px;
}

.notice .more {
	width: 80px;
	height: 100%;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	float: right;
	cursor: pointer;
}

.notice .more:hover {
	text-decoration: underline;
	color: #576b95;
}

.notice .more-icon {
	width: 20px;
	height: 20px;
	float: right;
	margin: 10px;
}

.intro-label {
	width: 60%;
	min-width: 850px;
	height: 40px;
	margin: 30px 20% 0px 20%;
	float: left;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.intro-panel {
	width: 60%;
	min-width: 850px;
	height: 320px;
	margin: 0px 20% 0px 20%;
	float: left;
}

.intro-panel .intro-item {
	width: 32.4%;
	height: 100%;
	float: left;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	text-align: center;
}

.intro-panel .intro-item .intro-icon {
	width: 80px;
	margin: 60px auto 30px auto;
}

.intro-panel .intro-item .intro-title {
	width: 100%;
	height: 35px;
	text-align: center;
	float: left;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.intro-panel .intro-item .intro-desc {
	width: 100%;
	height: 50px;
	line-height: 25px;
	text-align: center;
	float: left;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #6a6a6a;
}

.footer {
	width: 60%;
	min-width: 850px;
	height: 100px;
	margin: 80px 20% 0px 20%;
	float: left;
}

.footer .link {
	width: 100%;
	margin: 0px 5% 0px 0px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	color: #6a6a6a;
}

.footer .link1 {
	width: 100%;
	margin: 0px 5% 0px 0px;
	height: 30px;
	float: left;
	font-size: 12px;
	color: #6a6a6a;
}

.footer .link1 a {
	display: block;
	height: 15px;
	float: left;
	cursor: pointer;
}

.footer .link a {
	display: block;
	height: 15px;
	float: left;
	cursor: pointer;
}

.footer .link div {
	width: 40px;
	text-align: center;
	height: 13.5px;
	float: left;
	overflow: hidden;
}

.footer .copyright {
	width: 100%;
	margin: 0px 5% 0px 0px;
	height: 40px;
	float: left;
	line-height: 40px;
	font-size: 12px;
	color: #9A9A9A;
}


/*swiper1切换*/

.swiper1 {
	width: 70%;
}

.swiper1 .selected {
	color: #C09F64;
	border-bottom: 2px solid #C09F64;
}

.swiper1 .swiper-slide {
	text-align: center;
	font-size: 16px;
	height: 40px;
	min-width: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}


/*图形验证码*/

.imgVercode {
	margin: 3px 0 0 40px
}

.inputvercode {
	width: 150px;
	height: 36px;
	margin: 2px 0px 0px 0px;
	float: left;
	background: #fff;
	outline: none;
	border: 1px solid #dddddd;
	padding-left: 10px;
}

.nextvercode {
	float: left;
	text-decoration: none;
	line-height: 36px;
	margin: 5px 0 0 2px;
}


/*证件到期弹框*/

#confirmlogin {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

#confirmlogin #confirmlogin-block {
	width: 30%;
	height: 390px;
	margin: 150px auto;
}

#confirmlogin .confirmlogin-content {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	border-radius: 15px;
	padding: 20px;
	float: left;
}

#confirmlogin .confirmlogin-content .confirmlogin-title {
	width: 100%;
	height: 40px;
	float: left;
	font-size: 20px;
	font-family: myFont;
	line-height: 40px;
	color: #4F4F4F;
	margin: 20px 0px 0px 20px;
}

#confirmlogin .confirmlogin-content .confirmlogin-msg {
	line-height: 30px;
	color: #333333;
	text-align: left;
	padding: 30px;
	width: auto;
	height: auto;
	font-size: 15px;
}


/*关闭按钮*/

#confirmlogin .confirmlogin-content .confirmlogin-btn-close {
	width: 80%;
	height: 40px;
	margin: 10px 6% 10px 8%;
	text-align: center;
	background: #C09F64;
	border: 1px solid #C09F64;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 3px;
}


/*短信验证码*/

.pVercode {
	margin: 3px 0 0 40px
}

.inputpcode {
	width: 200px;
	height: 36px;
	margin: 2px 0px 0px 0px;
	float: left;
	background: #fff;
	outline: none;
	border: 1px solid #dddddd;
	padding-left: 10px;
}

.msg-btn {
	width: 100px;
	height: 30px;
	margin: 5px 0px 0px 10px;
	background: #C09F64;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	float: left;
	cursor: pointer;
	border: 1px solid #C09F64;
}