﻿
@font-face {
    font-family: 'yzglyphs';
    src: url('fonts/yzglyphs.eot?673kt2');
    src: url('fonts/yzglyphs.eot?#iefix673kt2') format('embedded-opentype'), url('fonts/yzglyphs.ttf?673kt2') format('truetype'), url('fonts/yzglyphs.woff?673kt2') format('woff'), url('fonts/yzglyphs.svg?673kt2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

*:focus {
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:-internal-autofill-selected {
    background-color: red !important;
}

html, body {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    position: relative;
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.r {
    background-color: red !important;
}

.g {
    background-color: green !important;
}

.b {
    background-color: blue !important;
}

.yzglyph {
    position: relative;
}

    .yzglyph:after {
        position: absolute;
        left: 14px;
        top: 0px;
        bottom: 0px;
        width: 20px;
        height: 20px;
        margin: auto;
        font-family: 'yzglyphs';
        font-size: 18px;
        line-height: 20px;
        color: #6e6e6e;
        text-align: center;
    }

.yz-outter-wrap {
}

.yz-banner {
    margin: 0px -15px;
    padding: 0px 30px 5px 30px;
}

.yz-logo {
    width: 200px;
    height: 50px;
    background-image: url(ui/logo.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.lang-sp {
    font-size: 12px;
    color: #9d9d9d;
    padding: 0px 6px;
}

.lang-item {
    font-size: 12px;
    color: #9d9d9d;
    cursor: pointer;
}

    .lang-item.selected {
        color: #000;
    }

.yz-body {
    background: url(ui/2022LoginBG.jpg);
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
/*    background-position: center;*/
    background-position: top 25% right 45%;
}

.yz-right-warp {
}

.yz-right-top-wrap {
}

.yz-copyright {
    padding-bottom: 30px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #f0f0f0;
}

.yz-login-body {
    padding: 50px 50px 35px 25px;
    width: 625px;
    /*  background-color: #fff;*/
    background-color: rgb(255,255,255,0.8);
}


.head {
    width: 100%;
    height: 175px;
    background-image: url(ui/2022LoginIconBgTransparent.png) !important;
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: top;
    top: -35px;
    position: relative;
    /*margin: auto;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    border-radius: 50px;*/
}

.HeadWord {
    /*    width: 100%;*/
    height: 60px;
    background-image: url(ui/2022LoginIconBgWordTransparent.png) !important;
    background-repeat: no-repeat;
    /* background-size: 105%; */
    background-position: top;
    top: -19px;
    position: relative;
    left: 5px;
    background-size: 80%;
}

.tip {
   /* min-height: 18px;*/
    min-width: 30px;
   /* margin: 32px 0px 16px 0px;*/
    color: red;
    line-height: 0px;
}

.yz-input {
}

    .yz-input > input {
        font-size: 13px;
        line-height: 17px;
        padding: 10px 8px;
        /*border: solid 1px #e5ecF4;*/
        border: solid 1px #467096;
        border-radius: 3px;
        width: 100%;
        /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    }

        .yz-input > input:focus {
            border-color: #aad6fc;
        }

.pwd {
    margin-top: 15px;
}

.yz-btn {
    font-size: 16px;
    line-height: 17px;
    padding: 12px 8px;
    background-color: #faba2c;
    background: linear-gradient(to right, #faba2c 0%,#f8a529 100%);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

    .yz-btn:hover {
        opacity: 0.9;
    }

    .yz-btn.loading:after {
        content: '';
        position: absolute;
        right: 14px;
        top: 0px;
        bottom: 0px;
        width: 20px;
        height: 20px;
        margin: auto;
        background-color: transparent;
        background-image: url(ui/loading.gif);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.web-login-denied .yz-btn.login,
.nt-login-denied .yz-btn.loginnt {
    opacity: 0.3 !important;
}

.login {
    margin-top: 20px;
}

.loginnt {
    margin-top: 10px;
}

.alt-message {
    max-width: 400px;
    padding: 30px !important;
    line-height: 20px;
    color: #666;
}

    .alt-message strong {
        color: #F90;
    }

.LoginBox {
    top: -20px;
    position: relative;
    right: 10px;
}

#_copyright {
    padding: 0px 90px 0px 0px;
}

@media (max-width:768px) {
    .LoginBox {
        top: unset;
        position: unset;
        right: unset;
    }
    .yz-login-body {
        width: 86%;
        padding: 30px 30px 35px 25px;
    }
    .head {
        height: 215px;
        background-size: 78%;
        top: -25px;
    }
    .HeadWord {
        background-size: 60%;
    }

}
