/*banner开始*/
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e4e4e7;
}
button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
.login_content{
	background-color: #f7fafc;
	--text-opacity: 1;
    color: rgba(24,24,27,var(--text-opacity));
	justify-content: center;
	display: flex;
	--bg-opacity: 1;
}
.login_box{
	margin: 6rem 0 3rem 0;
	border-radius: .5rem;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
	max-width: 1280px;
	flex: 1 1 0%;
	justify-content: center;
	display: flex;
	--bg-opacity: 1;
    background-color: rgba(255,255,255,var(--bg-opacity));
}
.box_left{
	background-color: #ebf4ff;
	display: flex;
	text-align: center;
	flex: 1 1 0%;
}
.left_bg{
	background-image: url(../images/login.png);
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.box_right{
	width: 35%;
	padding: 3rem;
}
.box_right .box_items{
	align-items: center;
	flex-direction: column;
	display: flex;
}
.box_right .box_items h1{
	color:#117abb;
	font-size: 1.875rem;
    line-height: 2.25rem;
	font-weight: 800;
}
.box{
	width: 80%;
	padding: 3rem;
	background: #fff;
	margin: 50px auto;
}
.box .box_items{
	align-items: center;
	flex-direction: column;
	display: flex;
}
.box .box_items h1{
	color:#0a5ac9;
	font-size: 1.875rem;
    line-height: 2.25rem;
	font-weight: 800;
}
.box_items .items_full{
	width: 100%;
	margin-top: 2rem;
	flex: 1 1 0%;
}
.items_full .items-center{
	align-items: center;
	flex-direction: column;
	display: flex;
}
.items-center .items-button{
	background-color: #ebf4ff;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	width: 100%;
	--text-opacity: 1;
    color: rgba(39,39,42,var(--text-opacity));
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
	padding-top: .75rem;
    padding-bottom: .75rem;
	max-width: 20rem;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: .5rem;
}
.items-center .items-button .weixin{
	background-image: url(../images/weixin.png);
	display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
}
.items-center .items-button .weibo{
	background-image: url(../images/weibo.png);
	display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
}
.items-center .items-button .items-text{
	margin-left: 1rem;
}
.items_full .text-center .inline-block{
	--transform-translate-y: 50%;
	--transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
	letter-spacing: .025em;
	--text-opacity: 1;
    color: rgba(82,82,91,var(--text-opacity));
	padding-left: .5rem;
    padding-right: .5rem;
	line-height: 1;
	font-size: .875rem;
	font-weight: 500;
	display: inline-block;
	background-color: rgba(255,255,255,var(--bg-opacity));
}
.items_full .items-login{
	max-width: 20rem;
	margin-left: auto;
    margin-right: auto;
}
.items_full .items-login .items-input{
	background-color: #f7fafc;
	border-color: #edf2f7;
	width: 100%;
	padding-left: 2rem;
    padding-right: 2rem;
	padding-top: 1rem;
    padding-bottom: 1rem;
	font-size: .875rem;
    line-height: 1.25rem;
	font-weight: 300;
	border-width: 1px;
	border-radius: .5rem;
	--border-opacity: 1;
    border-color: rgba(228,228,231,var(--border-opacity));
}
.items_full .items-login .items-checkcode{
	padding: 0.3rem 0 0.3rem 0.3rem;
	font-size: .875rem;
    line-height: 1.25rem;
}
.items_full .items-login .items-button{
	background-color: #0a5ac9;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	width: 100%;
	--text-opacity: 1;
    color: rgba(39,39,42,var(--text-opacity));
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
	padding-top: .75rem;
    padding-bottom: .75rem;
	max-width: 20rem;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: .5rem;
}
.items_full .items-login .text-center{
	--text-opacity: 1;
    color: rgba(82,82,91,var(--text-opacity));
	text-align: center;
	margin-top: 1.5rem;
	font-size: 1rem;
    line-height: 1rem;
	border:0;
}
.layui-text-red {
    color: red;
}
.text-red {
    color: red;
}
.text-blue {
    color: blue;
}
.text-green {
    color: green;
}
.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #D3D4D3;
	box-shadow: none
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity=60);
	background-color: rgba(0, 0, 0, .6);
	color: #fff !important;
	border: none
}
.site-demo-button .layui-elem-content {
    margin: 20px 30px 10px;
}
.salary_flex{
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.salary_flex .salary_field{
	width: 250px;
    text-align: center;
}

.salary_field .salary_title{
	padding: 10px 0;
}
.salary_field .salary_icon{
	width: 100%;
    display: block;
    padding: 10px 0;
}
.salary_field .salary_icon img{
	width: 80px;
	height: 80px;
}

