header {
	width: 100%;
	background: #ffffff;
}

header .container {
	padding-top: 17px;
}
.container img{
    width: 200px;
}
.content {
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 815px;*/
	margin-top: 2rem;
}

.introduction-box {
	height: 607px;
	width: 50%;
	border-right: 1px solid rgba(0, 0, 0, 0.15);

	display: flex;
	flex-direction: column;
	justify-content: center;
	/*align-items: center;*/
}

.pageIntroduction{
	width: 100%;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	/*align-items: center;*/
}

.pageIntroduction .pageName{
	display: flex;
	align-items: flex-end;
}

.pageIntroduction .pageName .title{
	font-size: 36px;
	font-weight: 800;
	text-align: left;
	color: rgba(0,0,0,0.85);

	margin-right: 20px;
}

.pageIntroduction .pageName .tag{
	width: 65px;
	height: 26px;
	background: linear-gradient(318deg,#fdd740 9%, #ffb114 92%);
	border-radius: 13px;

	position: relative;
	top: -8px;
}

.pageIntroduction .pageName .tag .tagContent{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgba(0,0,0,0.85);
	line-height: 26px;
}

.pageIntroduction .pageArticle{
	margin-top: 30px;
}

.backstage-system-name {
	font-size: 36px;
	font-weight: 800;
	text-align: left;
	margin: 30px 0;
	color: rgba(0, 0, 0, 0.85);
}

.introduction-text {
	width: 500px;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 127px;
	color: rgba(0, 0, 0, 0.65);
}

.pageArticle ul{
	display: flex;
	align-items: center;
}

.pageArticle ul li:nth-child(1){
	width: 6px;
	height: 6px;
	background: #595959;
	border: 1px solid #595959;
	border-radius: 50%;

	margin-right: 9px;
}

.pageArticle ul li:nth-child(2){
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	color: rgba(0,0,0,0.65);
	line-height: 32px;
}

.pageArticle ul:nth-child(-n+2){
	margin-bottom: 3px;
}

.introduction-box .imgBox {
	margin-top: 54px;
}

.introduction-box img {
	width: 412px;
	height: 230px;
}

.login-window-box {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.login-box {
	position: relative;
	width: 495px;
	height: 520px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 3px 36px 0px rgba(0, 0, 0, 0.1);
}

.login-box-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #000000;
}

.login-box-tab div,
.login-box-tab p {
	width: 50%;
	height: 72px;
	line-height: 72px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.login-box-tab .register {
	display: none;
	width: 100% !important;
}

.login-box-tab .scan-code-login {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.login-box-tab .active {
	color: #2070FF !important;
	border-bottom: 1px solid #2070FF;
}

.login-box-hint {
	margin: 57px 0 28px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgba(0, 0, 0, 0.65);
	line-height: 26px;
}

.login-qrcode-box {
	text-align: center;
}

.login-qrcode-box img {
	width: 215px;
	height: 215px;
}

#account-box {
	display: none;
}

#account-box .input-box-first {
	margin: 93px auto 30px;
}

.input-box {
	width: 85%;
	height: 48px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.input-box label{
	width: 20%;
}

.input-hint {
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-right: 1px solid #d9d9d9;
}

.input-box input {
	width: 80%;
	line-height: 48px;
	padding-left: 24px;
}

#account-box .layui-form {
	display: block;
	width: 70%;
	/*height: 48px;*/
	margin: 40px auto 0;
	/*background: #2070ff;*/
	/*border-radius: 4px;*/
	/*font-size: 16px;*/
	/*font-weight: 400;*/
	/*color: #ffffff;*/
}

#account-box .layui-form .layui-input{
	width: 100%;
	height: 48px;
	margin-bottom: 20px;
	border-bottom: 1px solid #444;
}

#account-box .layui-form select{
	width: 100%;
	height: 48px;
	outline: none;
	border: none;
	border-bottom: 1px solid #444;
}

#account-box .layui-form .btn{
	width: 100%;
	height: 48px;
	background: #2070FF;
	border-radius: 4px;

	margin-top: 25px;

	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

#account-box .layui-form .input-code{
	position: relative;
}

#account-box .layui-form .input-code .layui-form{
	margin-right: 4px;
}

#account-box .layui-form .input-code img{
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
}

.login-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	display: block;
	width: 50%;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #2070ff;
	cursor: pointer;
}

footer {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #f5f5f5;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgba(0, 0, 0, 0.45);
	position: fixed;
	bottom: 0;
}

footer span {
	margin-left: 10px;
}
/*登录选择框*/
.hint_login{
	width: 539px;
	height: auto;
	background: #ffffff;
	border-radius: 8px;
	z-index: 100;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.login_title{
	font-size: 20px;
	font-weight: 700;
	color: rgba(0,0,0,0.85);
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	position: relative;
}
.login_title img{
	width: 15px;
	position: absolute;
	top: 30px;
	right: 30px;
}
.login_title_text{
	display: flex;
	padding: 25px 0;
	position: relative;
}
.login_title_text_h{
	width: 33%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.45);
	cursor: pointer;
}
.login_content_box{
	padding: 14px 21px;
	background: #f1f1f1;
	font-size: 16px;
	color: rgba(0,0,0,0.45);
}
.login_content_center{
	text-align: center;
	height: 400px;
	max-height: 400px;
	overflow-y: scroll;
}
.login_content_center_img{
	padding-top: 35px;

}
.login_content_center_text{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: rgba(0,0,0,0.85);
	margin-top: 28px;
}
.login_bg{
	width: 100%;
	background: rgba(0,0,0,0.5);
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	display: none;
}
.login_go{
	width: 15px;
	position: absolute;
	right: 40px;
}
.active_login{
	border-radius: 4px;
	border-bottom: 8px solid #ffe017;
	border-radius: 4px;
	font-weight: 700;
	height: 40px;
	color: #000000;
	font-size: 18px!important;
}
.active_bottom{
	border-bottom: 8px solid #ffe017;
	width: 30%;
	position: absolute;
	bottom: 0;
	border-radius: 10px;
}
.login_content_center_list_text{
	position: relative;
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
}
@media(max-width:1600px){
	.login_title{
		font-size: 18px;
	}
	.active_login{
		font-size: 16px;
	}
	.login_title_text_h{
		font-size: 14px;
	}
	.login_content_box{
		font-size: 14px;
	}
	.login_content_center_text{
		font-size: 14px;
	}
	.login_content_center_list_text{
		font-size: 14px;
	}
}
.login_content_center::-webkit-scrollbar {display:none}