.loading-box {
    position: absolute;
    width: 240px;
    height: 240px;
}
.error_box{
    width: 240px;
    height: 240px;
    text-align: center;
    display: table;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.error_box-refresh{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    padding: 0 12px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    margin-top: 10px;
    cursor: pointer;
}
.loading-left {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 25px;
    color: red;
    width: 25px;
    border: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #00C0FF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: clockwise 2.2s infinite;

    /* z-index: 10; */
}

.loading-right {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 25px;
    width: 25px;
    border: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid #00C0FF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: clockwise 2.2s infinite;

}
@keyframes clockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        /* width: 200rpx; */
        transform: translate(-50%, -50%) rotate(720deg);
    }
}
.scan_icon{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    z-index: 99999;
}
#scan_icon_logo{
    width: 40px;
    height: 40px;
    background-image: url("/images/login_scan.png");
    background-size: 100% 100%;
}
#zh_icon_logo{
    width: 40px;
    height: 40px;
    background-image: url("/images/login_pt.png");
    background-size: 100% 100%;
}
.rztitleBg{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #33C0F4;
    opacity: 0.1;
    padding: 5px;
    border-radius: 20px;
}
.rztitle{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 0px;
    top: -5px;
    left:5px;
}
.blue1{
    color: #FFFFFF !important;
    font-weight:400;
}
.Y-icon-login{
    width: 20px;
    height: 20px;
    background-image: url("/images/login_scan_y1.png");
    background-size: 100% 100%;
}
.ywx_icon{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 2px;
    background: #ffffff;
    background-image: url("/images/login_scan_ywx.png");
    background-size: 100% 100%;
}
.scan-Class{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
scan-Class-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.scan_qrcode{
    width: 240px;
    height: 240px;
    border-radius: 4px;
    background: #ffffff;
}
.qrcode_icon{
    width: 240px;
    height: 240px;
}
.qrcode_sx{
    width: 120px;
    height: 120px;
    border-radius: 4px;
    opacity: .8;
    background: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.scan_qrcode_title{
    margin-top: 7px;
    color: #ffffff;
    font-size: 8px;
    display: flex;
    align-items: center;
}
.qrcode_sx_cover{
    font-size:16px ;
    color: #ffffff;
}
.qrcode_sx_btn{
    font-size:12px;
    padding: 0 5px;
    text-align: center;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 5px;
    color: black;
}
.scan_qrcode_ywx{
    margin-top: 7px;
    color: #00C0FF;
    font-size: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.ywx_qrcode{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.uat_ywx_qrcode{
    width: 146px;
    height: 150px;
    margin-left: 5px;
    background-image: url("/images/ywx/uat_ywx.png");
    background-size: 100% 100%;
}
.prop_ywx_qrcode{
    width: 150px;
    height: 150px;
    background-image: url("/images/ywx/prop_ywx.png");
    background-size: 100% 100%;
}

.dropdown-caret_qrcode:after{
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    right: -6px;
    position: absolute;
    top: 3px;
}
.dropdown-caret_ywx:after{
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    left: auto;
    right: 150px;
    position: absolute;
    top: 105px;
}
.scan_qrcode_refresh{
    margin-top: 7px;
    color: #00C0FF;
    font-size: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.login-layout .icon_logo.visible{
    visibility: visible;
    -moz-transform: scale(1,1) translate(0);
    -webkit-transform: scale(1,1) translate(0);
    -o-transform: scale(1,1) translate(0);
    -ms-transform: scale(1,1) translate(0);
    transform: scale(1,1) translate(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -o-transition: none;
    -webkit-transition: none;
}
.login-layout .icon_logo{
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    width: 100%;
    border-bottom: 0;
    box-shadow: none;
    background-color: #394557;
    -moz-transform: scale(0,1) translate(-150px);
    -webkit-transform: scale(0,1) translate(-150px);
    -o-transform: scale(0,1) translate(-150px);
    -ms-transform: scale(0,1) translate(-150px);
    transform: scale(0,1) translate(-150px);
}