* {
    padding: 0;
    margin: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

.loginbox {
    width: 100%;
    height: 100%;
    background: url('../img/ditu02.png') repeat;
    background-size: contain;
}

.botmimg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('../img/ditu01.png') no-repeat center bottom;
    background-size: cover;
    z-index: 0;
}

.login {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.loginTopImg {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
}

.loginVersions {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 26px;
    background: #F3FBFD;
    border-radius: 13px;
    font-size: 14px;
    color: #35C3EB;
    text-align: center;
    line-height: 26px;
}

.loginContBox {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translate(-50%);
    min-width: 900px;
    height: 480px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.loginContImg {
    float: left;
    width: 380px;
    height: 100%;
    position: relative;
}

.loginContImg img {
    max-width: 100%;
}

.loginCont {
    float: left;
    margin-left: 40px;
    width: calc(100% - 460px);
}

.loginContTitle {
    width: 100%;
    line-height: 80px;
    margin-top: 10px;
    font-size: 32px;
    color: #FF6600;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #D9E2E9;
}
.loginContItem{
    margin-top: 30px;
    width: 100%;
    height: 40px;
    padding: 0 40px;
    box-sizing: border-box;
}
.loginContItem input{
    background: none;
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    line-height: 40px;
    border: 1px solid #D9E2E9;
    border-radius: 6px;
    padding: 0 10px;
    box-sizing: border-box;
}
.loginContItem input:focus{
    border-color:#24B4DD;
}
.verified input{
    float: left;
    width: 160px;
}
.verifiedImgBox{
    float: right;
    height: 40px;
    margin-left: 10px;
    width: calc(100% - 170px);
}
.verifiedImg{
    width: 100%;
}
.loginCheckedBox{
    margin-top: 22px;
    text-align: left;
    padding: 0 40px;
    box-sizing: border-box;
}
.loginCheckedBox label{
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.loginCheckedBox label input{
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}
.loginContSubmit{
    width: 100%;
    background-color: #24B4DD;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    margin-top: -2px;
    border: none;
}
.loginContSubmit:hover{
    opacity: 0.9;
}
input::placeholder {
    color: #ccc;
}
.loginTopImgTop{
    position: absolute;
    top: 260px;
    left: 75px;
}