body {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #515a6e;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.login {
    width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /*background-image: url(./img/login_bg.png);*/
    background-image: url('../img/login/loginBgc.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    overflow: hidden;
}
/*.logo{
	width: 55%;
	position: absolute;
	top: 100px;
	left: 0px;
}
.logo img{
	width: 100%;
}*/
.login-content {
  
    /*padding: 100px 0px;*/
    margin: auto;
    position: relative;
}
.login_logo {
    /*width: 800px;*/
    margin: 8% auto 64px;
    text-align: center;
}
.login_logo img{
  
}
.login-box {
    position: relative;
    width:420px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px 0px rgba(108, 109, 109, 0.26);
    border-radius: 15px;
    margin: 2% auto 0px;
    padding:20px 70px 0px;
}
.login-box .lb_title {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4E93FE;
    text-align:center;
}
.form_list {
    display: flex;
    margin-bottom: 26px;
    padding-bottom: 5px;
    height: 40px;
    position: relative;
}
.form_list input {
    width: 100%;
    border: 1px solid #E2E2E2;
    outline: 0px;
    font-size: 18px;
    color: #333;
    background-color: transparent;
    height: 46px;
    border-radius:23px;
    line-height: 46px;
    padding-left:40px;
}
.form_list input:focus,.form_btn button{
	 outline:0px;
}
.icon_img{
	 /*   width: 32px;
	margin-right: 10px;*/
     width:24px;
     position:absolute;
     top:12px;
     left:14px;
}
.title {
    font-weight: 100;
    color: #4e93fe;
    text-align: center;
    font-size: 38px;
   /* position: absolute;
    top: 35px;*/
    width: 100%;
}
.yzm_list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content:center;
}
.yzmimg{
	width: 100px;
	position: absolute;
	right: 0;
}
.form_btn{
	padding-top: 1vh;
}
.form_btn button{
	background: #4e93fe;
	    color: #fff;
	    width: 100%;
	    height: 50px;
	    font-size: 20px;
	    border: 1px solid #307ff9;
	    border-radius: 40px;
		cursor: pointer;
}
.footer-box{
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.footer{
	color: #333;
	width: 80%;
	margin: auto;
	display: flex;
	text-align: center;
	
}
.zhgdw{
	    width: 100%;
	    text-align: center;
}

.yzmivu-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    width: 100px;
    float: right;
    background: #4F80D9;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 15px;
    font-size: 14px;
     border-radius: 30px; 
     margin-top:4px;
    transition: color .2s linear,background-color .2s linear,border .2s linear;
}
.layui-tab-brief > .layui-tab-title .layui-this {
    color: #4e93fe;
}
.layui-tab-title {
    display: flex;
    justify-content: space-between;
}
.layui-tab-title li {
    font-size: 20px;
    font-weight: bold;
    color: #4E93FE;
}
.layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #4E93FE;
}