.itszybox1  {
    width: 100%;
    height: 80px;
    background: rgba(62, 67, 78, 0.9);
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itszybox2  {
    width: auto;
    margin: auto;
    position: relative;
    display: flex;
}

.itszyboximg  {
    width: 185px;
    height: 112px;
    position: absolute;
    left: 12px;
    top: -32px;
    background: url(/images/logo2.png) no-repeat;
    background: image-set(url(/images/logo2.png) 1x,
            url(/images/logo2.png) 2x) no-repeat;
    background: -webkit-image-set(url(/images/logo2.png) 1x,
            url(/images/logo2.png) 2x) no-repeat;
    background-size: 100% 100%;
}

.itszyboxtitle  {
    float: left;
    margin-left: 225px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 80px;
}


.itszybox1Code {
    display: block;
    float: left;
    width: 148px;
    height: 44px;
    background: cadetblue;
    line-height: 44px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin: 18px 0 0 30px;
    border-radius: 10px;
    cursor: pointer;
}

.fork  {
    float: right;
    width: 28px;
    height: 28px;
    background: url(/images/whitecha.png) no-repeat;
    background: image-set(url(/images/whitecha.png) 1x,
            url(/images/whitecha.png) 2x) no-repeat;
    background: -webkit-image-set(url(/images/whitecha.png) 1x,
            url(/images/whitecha.png) 2x) no-repeat;
    background-size: 80% !important;
    margin-top: 11px;
    cursor: pointer;
    margin-left: 10px;
}

.mask  {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.mask .dialog-login-box  {
    width: 500px;
    max-height: 620px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    animation: scaleBig 0.3s;
}

.mask .dialog-login-box .tabs  {
    width: 100%;
    height: 44px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.mask .dialog-login-box .tabs .linkTab  {
    position: absolute;
    top: 5px;
    right: 54px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #3ca7fa;
    line-height: 14px;
    cursor: pointer;
}

.mask .dialog-login-box .tabs .linkTab :hover {
    opacity: 0.8;
}

.mask .dialog-login-box .tabs .linkTab2  {
    position: absolute;
    top: 5px;
    right: 0;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #3ca7fa;
    line-height: 14px;
    cursor: pointer;
}

.mask .dialog-login-box .tabs .linkTab2 :hover {
    opacity: 0.8;
}

.mask .dialog-login-box .tabs .btn-close  {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 6px;
    top: 2px;
    cursor: pointer;
}

.mask .dialog-login-box .tabs .btn-close :hover {
    opacity: 0.8;
    animation: rotate360 1s;
}

.mask .dialog-login-box .tabs .item-tab  {
    width: auto;
    height: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    line-height: 20px;
    margin-right: 50px;
    cursor: pointer;
    position: relative;
}

.mask .dialog-login-box .tabs .item-tab.active  {
    color: #333;
}

.mask .dialog-login-box .tabs .item-tab .actline  {
    width: 80px;
    height: 4px;
    background: #3ca7fa;
    position: absolute;
    left: 0;
    top: 40px;
}

.mask .dialog-login-box .box  {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mask .dialog-login-box .box .qrode  {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.mask .dialog-login-box .box .box-mobile  {
    width: 100%;
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}

.mask .dialog-login-box .box .box-mobile span  {
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
}