/* CSS Document */
.login {
  /*background: url("../images/big_bg.png") no-repeat center;*/
    background: url("../images/new_bg.png") no-repeat center;
    height: 100vh;
    overflow: hidden;
}
/* 新版 */
.top{
    width: 100%;
    height: 80px;
    display: flex;
    line-height: 80px;
    justify-content: space-between;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.t_left{
    display: flex;
}
.t_left img{
    width: 38px;
    height: 37px;
    position: relative;
    top: 20px;
    left: 63px;
}
.t_left p{
    position: relative;
    left: 79px;
    color: #1E6FFF;
    font-size: 20px;
    font-weight: 600;
}
.t_right{
    position: relative;
    right: 63px;
}
.t_right a{
    color: #888;
}
.center{
    width: 100%;
    height: 100%;
    display: flex;
}
.c_left{
    width: 421px;
    height: 442px;
    position: relative;
    top: 138px;
    left: 155px;
}
.c_middle p:nth-child(1){
    color: #1a1a1a;
    font-size: 40px;
    letter-spacing: 20px;
    position: absolute;
    top: 389px;
    left: 660px;
}
.c_middle p:last-child{
    color: #888;
    font-size: 30px;
    letter-spacing: 16px;
    position: absolute;
    top: 470px;
    left: 660px;
}
.c_right{
    position: absolute;
    top: 290px;
    left: 1300px;
}
.c_right .forms{
    width: 434px;
    height: 396px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.forms h3{
    color: #616161;
    padding: 24px 40px;
    font-size: 28px;
    font-weight: 600;
}
.forms .one,.two{
    padding: 0 40px;
}
.forms .third{
    display: flex;
    margin-top: 15px;
    padding: 0 44px;
}
.forms .blbtn{
    width: 358px;
    margin: 22px auto;
    display: block;
    padding-left: 0;
    background: #2461f6;
    color: #fff;
    cursor: pointer;
    border: none;
    height: 40px;
    border-radius: 5px;
}
/* 旧的 */
.middle{
    width: 1135px;
    height: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -567.5px;
    display: flex;
    background: url("../images/middle.png") no-repeat center;
}
.left{
	background: url('../images/left.png') no-repeat center;
}
.left img{
	height: 650px;
}
.right{
    width: 540px;
    background: white!important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.r_top{
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
.content{
	width: 400px;
	margin: 0 auto;
}
.user{
	height: 38px;
}
/*.one{
	margin-top: 30px;
}*/
.two{
	margin-top: 15px;
}
/*.third{
	display: flex;
	margin-top: 15px;
}*/
.blchbok{
    width: 15px;
    height: 15px;
    display: block!important;
    margin-top: 2px;
}
.icon{
    width: 38px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    border: 1px solid #eee;
    background-color: #f6f9fc!important;
}
/*.blbtn{
    width: 400px;
    margin: 22px 0 0 0;
    padding-left: 0;
    background: #2461f6;
    color: #fff;
    cursor: pointer;
    border: none;
    height: 40px;
    border-radius: 5px;
}*/
#loginname{
	background-color: #ffffff!important;
}
#password{
	background-color: #ffffff!important;
}
/* three */
/*.three {
  position: relative;
}*/
.three .htr-title {
    position: absolute;
    left: 0;
    top: 92vh;
    width: 100%;
    height: 22px;
    text-align: center;
    font: 12px/22px "PingFangSC_R";
    color: #bfbfbf;
}


/* 屏幕尺寸最大是1600时用这一套（小于1600） */
@media screen and (max-width: 1600px) {
    .three .htr-title {
        position: absolute;
        left: 0;
        top: 94vh;
        width: 100%;
        height: 22px;
        text-align: center;
        font: 12px/22px "PingFangSC_R";
        color: rgba(255, 255, 255, 0.6);
    }
    .left{
        flex: 1;
        border-radius: 15px;
    }
    .left img{
        height: 100%;
        width: 100%;
    }
    .right{
        flex: 1;
        background: white!important;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .r_top{
        width: 100%;
        text-align: center;
        margin-top: 70px;
    }
}

/* 屏幕尺寸最大是1366时用这一套（小于1366） */
@media screen and (max-width: 1366px) {
    .three .htr-title {
        position: absolute;
        left: 0;
        top: 94vh;
        width: 100%;
        height: 22px;
        text-align: center;
        font: 12px/22px "PingFangSC_R";
        color: rgba(255, 255, 255, 0.6);
    }
    .left{
        flex: 1;
        border-radius: 15px;
    }
    .left img{
        height: 100%;
        width: 100%;
    }
    .right{
        flex: 1;
        background: white!important;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .r_top{
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
}
/* 屏幕尺寸最大是1024时用这一套（小于1024） */
@media screen and (max-width: 1024px) {
    .middle{
        width: 800px;
        height: 400px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -200px;
        margin-left: -400px;
        display: flex;
        background: url(../images/middle.png) no-repeat center;
        border-radius: 10px;
    }
    .three .htr-title {
        position: absolute;
        left: 0;
        top: 94vh;
        width: 100%;
        height: 22px;
        text-align: center;
        font: 12px/22px "PingFangSC_R";
        color: rgba(255, 255, 255, 0.6);
    }
    .left{
        flex: 1;
    }
    .left img{
        height: 100%;
        width: 100%;
    }
    .right{
        flex: 1;
        background: white!important;
    }
    .r_top{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .content {
        width: 300px;
        margin: 0 auto;
    }
    .blbtn {
        width: 300px;
        margin: 22px 0 0 0;
        padding-left: 0;
        background: #2461f6;
        color: #fff;
        cursor: pointer;
        border: none;
        height: 40px;
        border-radius: 5px;
    }
}