.dlbg{
    width: 100%;
    height: 7.8rem;
    background: url('../img/com/dlbg.png');
    position: relative;
}
.login{
    position: absolute;
    top: 1.3rem;
    right: 2.6rem;
    width: 4.8rem;
    height: 5.2rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.3rem 0.01rem #192D55;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
}
.loginT{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0.32rem;
}
.inputdiv{
    width: 4rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #EEEEEE;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.zh{
    width: 0.9rem;
    padding-left: 0.17rem;
    position: relative;
    /* border-right: 0.02rem solid #EEEEEE; */
}

.zh::after{
    position: absolute;
    right: 0;
    top: 0.02rem;
    content: '';
    width: 0.01rem;
    height: 0.18rem;
    border-right: 0.02rem solid #EEEEEE;
}
.inputdiv input{
    padding-left: 0.17rem;
}
.inputdiv input::placeholder{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #D7D7D7;
}
.mmcz{
    margin-top: 0.05rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 4rem;
    margin: 0 auto;
}
.mmcz .mmcz1{
    display: flex;
    align-items: center;
}
.mmcz .mmcz1 input{
    margin-right: 0.1rem;
}
.mmcz a{
    color: #284FAD;
}
.tjbutton{
    width: 4rem;
    height: 0.44rem;
    background: linear-gradient( 180deg, #284FAD 0%, #1E9DDF 100%);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    line-height: 0.44rem;cursor: pointer;
    margin-top: 0.64rem;
}
.ts a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #284FAD;
    margin-top: 0.2rem;
}
.ts{
    width: 4rem;
    margin: 0 auto;
    text-align: center;
}
.tyxy{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #999999;
    padding: 0.12rem 0.4rem;
    position: absolute;
    bottom: 0;
    background: #F5F6F8;
    display: flex;
    align-self: center;
    width: calc(100% - 0.8rem);
    border-radius: 0 0 0.16rem 0.16rem;
}
.tyxy input{
    margin-right: 0.1rem;
}
.go{
    width: 4rem;
    height: 0.19rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #284FAD;
    margin-top: 0.2rem;
    padding: 0 0.4rem;
    text-align: center;
}

.go a{
    color: #284FAD;
    border-bottom: 0.01rem solid #284FAD;
}
.dlbgText{
    width: 4.15rem;
    height: 2.4rem;
    background: linear-gradient( 180deg, #FFFFFF 0%, #7BFCFF 100%);
    background-clip:text;
    color: transparent;
    font-family: iFontszhounianti, iFontszhounianti;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.05rem;
    position: absolute;
    top: 2.35rem;
    left: 1.64rem;
}
.login.zc .tjbutton{
    margin-top: 0.2rem !important;
}
.hqyzm{
    width: 0.85rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #284FAD;
    cursor: pointer;
}
.login.zc .inputdiv div:nth-child(2){
    width: calc(100% - 0.9rem - 1.35rem);
    overflow: hidden;
    padding-right: 0.3rem;
}
.login.cz .inputdiv div:nth-child(2){
    width: calc(100% - 0.9rem - 1.35rem);
    overflow: hidden;
    padding-right: 0.3rem;
}
.login.zc .inputdiv div:nth-child(2) input{
    width: 100%;
}
.login.cz .inputdiv div:nth-child(2){
    width: calc(100% - 0.9rem - 1.35rem);
    overflow: hidden;
    padding-right: 0.3rem;
}
.login.cz .inputdiv div:nth-child(2) input{
    width: 100%;
}
.login.cz .go{
    width: 0.88rem;
    height: 0.15rem;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.login.cz .go a{
    display: flex;
    align-items: center;
}
.login.cz .go a img{
    width: 0.18rem;
    height: 0.12rem;
    margin-right: 0.1rem;
}