@charset "UTF-8";

body,
html {
    height: 100%;
    display: block
}

.myLoading {
    display: none;
    position: absolute;
    z-index: 2000;
    background-color: rgb(62 62 62 / 60%);
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.myLoading .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.myLoading .title {
    font-size: 12px;
    color: #FF7373;
    margin-top: 10px;
}

/* loginBox */
.myDialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    overflow: auto;
    z-index: 2011;
}



.loginBox {
    margin-left: 230px;
    margin-top: 220px;
}


.loginBox .rightBox {
    padding: 20px;
    width: 440px;
    height: 496px;
    background: #303435;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}

.loginBox .rightBox::after {
    transform: rotate(45deg);
    display: inline-block;
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    background: linear-gradient(225deg, #b53b3c, rgba(91, 30, 30, 0.00) 71%);
    border-radius: 2px;
    top: -55px;
    left: 100px;
    z-index: -1;
}

.loginBox .headTab {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #373C3E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.loginBox .rightBox .tabList {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.loginBox .rightBox .tabList a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    position: relative;
    color: #fff;
}

.loginBox .rightBox .loginBtn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #E64040;
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none;
}

.loginBtn2:after {
    left: 55px !important;
}

.closeLogin {
    font-size: 12px !important;
    cursor: pointer;
}



.loginBox .rightBox .content input {
    width: 400px;
    height: 40px;
    border: 1px solid #4e5154;
    border-radius: 4px;
    background-color: #303435;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #cccccc;
    box-sizing: border-box;

}

.loginBox .rightBox .footerBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.loginBox .content .footerBox .agreementCheck {
    width: 15px;
    height: 15px;
    background-color: #F1F2F5;
    border: none;
    margin-right: 5px;
}

.loginBox .content .footerBox .agreementBox {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.loginBox .content .footerBox .userAgreement {
    font-size: 12px;
    font-weight: 400;
    color: #3D6CFC;
}

.loginBox .content .footerBox .userAgreement:hover {
    text-decoration: underline;
}

.errorInpt {
    box-shadow: 0 0 0 1px #FF9D9D inset !important;
    background-color: #8b5e5e !important;
}

.opacityShow {
    transform: translateY(0px) !important;
    opacity: 1 !important;
}

.errorText {
    opacity: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #ff5f5f;
    display: inline-block;
    line-height: 20px;
    transform: translateY(-5px);
    transition: transform .2s;
}

.loginBox .rightBox .content input:hover {
    box-shadow: 0 0 0 1px #e3e8fa inset;
}

.loginBox .rightBox .content input:focus {
    box-shadow: 0 0 0 1px #FF5B5B inset;
}

.loginBox .rightBox input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #CBCED5;
    font-size: 12px;
}

.loginBox .rightBox .findPwdBtn {
    font-size: 12px;
    color: #171a1d;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.loginBox .rightBox .btnSubmit {
    width: 400px;
    height: 44px;
    background: linear-gradient(90deg, #f07272, #de3939);
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 44px;

}

.layui-form-select dl {
    border: 1px solid #aa7777 !important;
}



.layui-form-select dl dd {
    width: 400px;
    height: 50px;
    background: #4d5050;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 50px;
    padding-left: 20px;
}

.layui-form-select dl dd:hover {
    background: #656969 !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #aa7777;
    color: #fff;
}

.pwdInput {
    position: relative;
}

.pwdInput i {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    opacity: 0;
}

.pwdInput .codeText {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #3d6cfc;
    line-height: 31px;
}

.code-cb {
    color: #CBCED5 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}



.headBox {
    width: 100%;
    height: 50px;
}

.headContent {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
}

.home-bg-text {
    margin: 0 auto;
    width: 1200px;
    padding-top: 183px;
    text-align: left;
}

.loginLeft {
    width: 515px;
    margin-top: 230px;
    display: flex;
}

.bg-box {
    position: relative;
}

.bg-box::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 99%;
    bottom: -12px;
    background: linear-gradient(90deg, #E64040 0%, #E64040 20%, rgba(255, 255, 255, 0) 99%);
}

.home-bg-text-one {
    width: 504px;
    display: inline-block;
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}

.home-bg-text-two {
    margin-top: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
}

.home-bg-text-three {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;

}

.home-bg-text-four {
    color: #FFF;
    font-size: 13px;
    line-height: 2.5em;
}

.navUl {
    display: flex;
    margin-bottom: 0px;
}

.navUl li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.loginContent {
    width: 1200px;
    height: 759px;
    margin: 0 auto;
    display: flex;
}

.login-container {
    height: 100%
}

.headContent .logo {
    margin-right: 40px;
    display: inline-block;
    width: 110px;
    height: 24px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("./logo_before.png");
}

.login-container .header {
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    position: absolute;
    text-shadow: #000 .1em .1em .1em
}

.login-container .header .title {
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 48px;
    text-indent: 40px;
    letter-spacing: 1px
}

.login-container .header .title span {
    font-size: 10px;
    padding-left: 5px
}

.login-container .header a,
.login-container .header a:focus,
.login-container .header a:hover {
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none
}

.login-container .header ul {
    float: right
}

.login-container .header ul li {
    float: left;
    line-height: 47px;
    margin-left: 10px
}

/*.login-container form {
    top: 50%;
    left: 50%;
    width: 300px;
    position: absolute;
    margin-top: -250px;
    margin-left: -150px
}
*/
.login-container form h2 {
    color: #fff;
    padding: 20px 0;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    text-shadow: #000 .05em .05em .05em
}

.login-container form ul li {
    margin-top: 20px;
    text-shadow: #000 .1em .1em .1em
}

.login-container form ul li.verify label {
    width: 200px
}

.login-container form ul li.verify input.layui-input {
    text-transform: uppercase
}

.login-container form ul li.verify img {
    width: 95px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    margin-left: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.login-container form ul li i.layui-icon {
    color: #fff;
    font-size: 18px;
    position: absolute;
    padding: 14px 15px 13px 20px
}

.login-container form ul li input {
    color: #fff;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1em;
    text-indent: 35px;
    border-radius: 5px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, .12);
    text-shadow: #000 .1em .1em .1em;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3) inset !important
}

.login-container form ul li input:-webkit-autofill,
.login-container form ul li input:-webkit-autofill:active,
.login-container form ul li input:-webkit-autofill:focus,
.login-container form ul li input:-webkit-autofill:hover,
.login-container form ul li input:active,
.login-container form ul li input:focus,
.login-container form ul li input:hover {
    text-shadow: #000 .1em .1em .1em;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3) inset !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-transition-delay: 9999s !important;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important
}

.login-container form ul li span {
    letter-spacing: 1px;
    color: #ff0 !important
}

.login-container form ul li button {
    color: #333 !important;
    height: 45px !important;
    border: none !important;
    background: #fff !important;
    border-radius: 5px !important;
    letter-spacing: 1px !important;
    box-shadow: 0 15px 30px 0 hsla(0, 0%, 100%, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2)
}

.login-container form ul li button:hover {
    opacity: 1
}

.login-container .footer {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: #000 .1em .1em .1em
}

.login-container .footer a,
.login-container .footer span {
    color: #fff
}

.login-container .footer a:hover {
    color: #ccc
}

#supersized {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
    display: block;
    position: fixed;
    overflow: hidden
}

#supersized img {
    border: 0;
    width: auto;
    height: auto;
    display: none;
    outline: 0;
    position: relative;
    max-width: none !important
}

#supersized.speed img {
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

#supersized.quality img {
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic
}

#supersized a,
#supersized li {
    width: 100%;
    height: 100%;
    display: block;
    cursor: default
}

#supersized li {
    top: 0;
    left: 0;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    list-style: none
}

#supersized li.prevslide {
    z-index: -20
}

#supersized li.prevslide img {
    display: inline
}

#supersized li.activeslide {
    z-index: -10
}

#supersized li.activeslide img {
    display: inline
}

#supersized li.image-loading {
    width: 100%;
    height: 100%;
    background: url(./progress.gif) no-repeat center center
}

#supersized li.image-loading img {
    visibility: hidden
}

#supersized-loader {
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    text-indent: -999em;
    margin: -30px 0 0 -30px;
    background: url(./progress.gif) no-repeat center center
}

/*# sourceMappingURL=login.css.map */