html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
img {
    width: 100%;
    display: block;
    border: none;
}
body{
    margin: 0;
    min-width: 100%;
    height: 100%;
    overflow: auto;
}
.warp_body{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.warp_body > div {
    float: left;
}

.login_layout{
    width: 100%;
    /* height: 100%; */
    position: relative;
    /* display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column; */
}

.titles{
    width: 400px;
    height:46px;
    user-select: none;
    text-align: center;
    margin: 140px auto 90px;
    text-transform: uppercase;
    font-size: 48px;
    font-weight:400;
    color:rgba(22,21,21,1);
}

.footers{
    width: 100%;
    font-size:14px;
    text-align: center;
    margin-bottom: 40px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(136,136,136,1);
    line-height:30px;
}

.logins{
    width: 400px;
    height: 400px;
    margin: 0px auto;
}

.logins .subtitle label{
    width:75px;
    height:36px;
    font-size:36px;
    position: relative;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:36px;
}

.logins .subtitle label::after{
    content: "";
    position: absolute;
    border-bottom: 3px solid #0687FE;
    bottom: -5px;
    width: 50%;
    left: 25%;
}

.input_box{
    /* display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row; */
    border: solid 1px #ECECEC;
    overflow: hidden;
}

.input_box > div {
    float: left;
}

.input_box input[type="text"], .input_box input[type="password"]{
    width: 325px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    outline-style: none ; 
    border: 0px; 
    border-radius: 3px;
    padding: 0px 10px;
}

/* .logins input[type="checkbox"] {
    text-indent:0;
    margin: 0;
    width: 17px;
    height: 17px;
    text-align:center;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    position: relative;
}

.logins input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
} */

/* .logins inputlogins:checked::before {
    content: "\2713";
    background-color: #FFF;
    color: #ccb05f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    outline: none;
    border-radius: 2px;
    border: 1px solid #ccb05f;
} */

.login_btn{
    width: 100%;
    height: 45px;
    color: #FFF;
    margin-top: 60px;
    outline-style: none ;
    border: 0px; 
    background:linear-gradient(98deg,rgba(4,134,254,1),rgba(108,183,254,1));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#0486FE, endColorstr=#6CB7FE, gradientType="0");
    border-radius:34px;
}