*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}
.ui-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../../images/background.png') no-repeat;
    background-size: cover;
}
.ui-content {
    width: 100%;
    height: 100%;
    background: url('../../images/bg01.png') no-repeat;
    background-size: 100% 100%;
    overflow:hidden;
}
.ui-content1 {
    width: 100%;
    height: 100%;
    background: url('../../images/dthh.jpg') no-repeat;
    background-size: 100% 100%;
}
.ui-login {
    width: 25.06vw;
    height: 22.78vw;
    /* border: 10px solid #379fdc; */
    background: #fff;
    position: absolute;
    top: 40.5%;
    right: 3%;
    transform: translate(-60%, -25%);
    border-radius: 7px;
    opacity: 0.9;
}
.ui-login-titlename {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #567dc1;
    margin-top: 1.5vw;
    font-weight: bold;
}
.ui-login-k {
    width: 23.18vw;
    height: 18.52vw;
    margin: 1.5vw auto;
}
.ui-login-content {
    width: 20.34vw;
    margin: 1.3vw auto;
}
.ui-login-title{
    font-size: 19px;
    color: #3097d1;
    line-height: 40px;
}
.ui-login-input {
    width: 20.34vw;
    padding-left: 1vw;
    font-size: 0.8vw;
    border: 1px solid #ededed;
    /* border-radius: 30px; */
    height: 2.5vw;
    /* background: #f2feff; */
    outline: 0;
    color: #379fdc;
    /* margin: 0.5vw auto; */
}

.ui-login-input::placeholder{
    color: #b3b3b3;
}
.ui-login-input1::placeholder {
    color: #b3b3b3;
}
.ui-yzm-k{
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.ui-login-input1 {
    width: 13.98vw;
    padding-left: 0.85vw;
    font-size: 0.8vw;
    border: 1px solid #ededed;
    /* border-radius: 30px; */
    height: 2.2vw;
    /* background: #f2feff; */
    outline: 0;
    color: #379fdc;
}
.ui-yzm{
    width: 5.85vw;
    height: 3.17vw;
    position: relative;
    top: -1vw;
}
.ui-kbq{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #0071bc;

}
.ui-login-img{
    display: block;
    width: 100%;
    height: 2.1vw;
}
.ui-login-a {
    display: block;
    width: 20.34vw;
    height: 2.5vw;
    line-height: 2.5vw;
    text-align: center;
    color: #fff;
    /* border-radius: 30px; */
    margin-top: 0.34vw;
    background: #567dc1;
    margin: 0 auto;
}
.ui-bottom-p{
    width: 100%;
    line-height: 4.5vw;
    position: absolute;
    bottom: 0vw;
    text-align: center;
    font-size: 16px;
    color: #000;
    background:#fff;
}
.ui-content-img {
    width: 530px;
    height: 590px;
    position: absolute;
    transform: translate(-18%, -50%);
    top: 49%;
    left: 18%;
    object-fit: contain;
}
.ui-content-img1 {
    text-align: center;
    margin: 80px auto 0;
    display: block;
}
.ctb-tx {
    position: absolute;
    bottom: 16px;
    left: 43%;
}
.ctb-tx-p {
    font-size: 18px;
    padding-top: 5px;
    color: #ffffff;
    text-align: center;
}