body, html {
	background: #F0F0F0;
}

.passport-wrap {
	max-width: 970px;
	padding: 20px 70px 40px;
	background: #fff;
	border-radius: 10px;
}
.passport-wrap .btn-dark {
	background: #518BA4;
	color: #fff;
	border-color: #518BA4;
}
.passport-wrap .submit {
	max-width: 350px;
	width: 100%;
}

.section-header {
	text-align: center;
	margin: 0 0 20px;
}
.section-header .title-span {
	display: inline-block;
	position: relative;
}
.section-header .section-title-line-auto {
	width: 105%;
	left: -2.5%;
	bottom: 0;
}

.login {
	height: 990px;
	background: url('../../img/login/slogin.jpg') top no-repeat;
	background-size: auto 100%;
	position: relative;
}
.login.company {
	height: 990px;
	background: url('../../img/login/company.jpg') top no-repeat;
	background-size: auto 100%;
	position: relative;
}
.login .container {
	position: relative;
	margin: 0 auto;
	height: 900px;
	width: 90%;
	max-width: 1330px;
}
.login-wrap {
	width: 480px;
	height: 510px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
	opacity: 1;
	border-radius: 12px;
	position: absolute;
	right: 0px;
	padding: 60px;
	top: 50%;
	margin-top: -255px;
}
.login-wrap .login-title {
	font-weight: bold;
	line-height: 34px;
	color: #FF7528;
	font-size: 20px;
	padding: 0 20px 10px;
	border-bottom: 1px solid #FF7528;
	display: inline-block;
	margin-bottom: 20px;
}
.login-wrap .submit {
	width: 100%;
}

.forget-wrap {
	background: #fff;
	border-bottom: 1px solid #F8DED2 !important;
}

.company-member {
	width: 98%;
	margin: 20px auto;
	background: #fff;
	padding: 0px
}
.company-member .menu-list {
	padding: 0;
}
.company-member .menu-list .title {
	border-bottom: 1px solid #FF7528;
	text-align: center;
	line-height: 100px;
}
.company-member .menu-list .menu-box {
	list-style: none;
	padding: 0 20px;
}
.company-member .menu-list .menu-box .active:before {
	content: '';
	position: absolute;
	height: 60px;
	width: 6px;
	display: block;
	background: #FF7528;
	left: -20px;
	top: 0;
}
.company-member .menu-list .menu-box .active a {
	color: #FF7528;
}
.company-member .menu-list .menu-box li {
	line-height: 60px;
	border-bottom: 1px solid #F8DED2;
	position: relative;
	font-size: 16px;
}
.company-member .menu-list .menu-box li:last-child {
	border: 0;
}
.company-member .content-wrap {
	padding: 0;
	background: #F8F9FA;
}
.company-member .content-wrap .breadcrumb-bar {
	background: none;
	padding-left: 20px;
}
.company-member .content-wrap .card {
	border: 0;
}
.company-member .tab-pane {
	background: #fff;
	margin: 0 20px 20px;
}
.company-member .compare-content3 {
	padding: 0;
	margin: 0;
}
.company-member .compare-content3 td {
	height: 60px;
}
.pc-breadcrumb {
	display: none;
}
.verify-code {
	font-size: 12px;
	line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
	.passport-wrap {
		padding: 20px 20px 20px;
	}
	.login {
		height: 42.9rem;
		background: url('../../img/login/slogin-wap.jpg') top no-repeat;
		background-size: auto 100%;
		position: relative;
	}
	.login.company {
		height: 42.9rem;
		background: url('../../img/login/company-wap.jpg') top no-repeat;
		background-size: auto 100%;
		position: relative;
	}
	.login-wrap {
		width: 95%;
		max-width: 20.8rem;
		height: auto;
		background: #FFFFFF;
		box-shadow: 0 .1rem .9rem rgba(0, 0, 0, 0.25);
		opacity: 1;
		border-radius: 12px;
		position: absolute;
		padding: 40px 20px;
		left: 2.5%;
		right: unset;
		top: 22rem;
	}
	.menu-list {
		width: 94%;
		max-width: unset;
		background: #fff;
		margin: 0 auto;
		border-radius: 6px;
	}
	.company-member .menu-list .title {
		line-height: 45px;
		text-align: left;
		text-indent: 20px;
		margin: 20px 0 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
	}
	.company-member .menu-list .title i {
		display: unset;
		float: right;
		padding-right: 20px;
		font-size: 12px;
	}
	.company-member .menu-list .menu-box .active:before {
		content: '';
		position: absolute;
		height: 40px;
		width: 6px;
		display: block;
		background: #FF7528;
		left: -20px;
		top: 0;
	}
	.company-member .menu-list .menu-box li {
		line-height: 40px;
		border-bottom: 1px solid #F8DED2;
		position: relative;
		font-size: 16px;
	}
	.company-member .menu-list .menu-box {
		display: none;
	}
	.company-member .content-wrap {
		width: 100%;
		max-width: unset;
		background: none;
	}
	.company-member {
		display: unset;
	}
	.company-member .content-wrap .breadcrumb-bar {
		display: none;
	}
	.pc-breadcrumb {
		display: block;
	}
	.company-member .tab-pane {
		margin: 0 auto;
		width: 94%;
	}
	.verify-code {
		width: 100%;
		margin-top: 10px;
	}
}
