.loginBox{
    position: relative;
}
.loginConBox{
    margin-top: 7vh;
    padding-top: 7.407vh;
    /*padding-bottom: 7.407vh;*/
    height: 40vh;
}
.changeDlType{
    position: absolute;
    right: 2vh;
    top:8.852vh;
    /*width: 100px;*/
    height: 5.556vh;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.changeDlsm{
    background: url("../img/ewm.png") no-repeat center right;
    background-size: 5.556vh  5.556vh;
}
.changeDlzh{
    background: url("../img/zh.png") no-repeat center right;
    background-size: 5.556vh  5.556vh;
}
.changeDlTxt{
    margin-right: 4.2vh;
    margin-top: 1.481vh;
    width: 11.204vh;
    height: 4.074vh;
    line-height: 4.074vh;
    background: url("../img/tipsBg.png");
    background-size: 100% 100%;
    /*text-indent: 1.389vh;*/
    text-align: center;
    font-size: 1.852vh;
    color: #61667C;
}
.ewmBox{
    margin: 6.019vh auto 0 auto;
    width: 19.444vh;
}
.ewm{
    width: 100%;
    height: 19.444vh;
    background: #f6f7fb;
    border-radius: 1.852vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.ewm img{
    width: 15vh;
    height: 15vh;
}
.ewmTxt{
    margin-top: 1.389vh;
    width: 100%;
    height: 3.519vh;
    line-height: 3.519vh;
    background: #F6F7FB;
    border-radius: 0.463vh;
    font-size: 1.667vh;
    color: #61667C;
    text-align: center;
}