/*Public*/
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input {
    margin: 0px;
    padding: 0px;
}


*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

/*鐟欙絽鍠匢E6娑撳绮撮崝銊﹀閸斻劎娈戦梻顕€顣�*/
img {
    border: none;
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    color: #666;
    font: 62.5%/1.5 Arial, "Microsoft Yahei";
    width: 100%;
    height: 100%;
    background-color: #fff;
}

ul,
ol,
li,
form,
dl {
    list-style: none;
}

p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #434343;
}

a:hover {
    text-decoration: none;
}

div {
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 4px;
    height: 11px;
    border: none;
    background: #0a5c30 !important
}

::-webkit-scrollbar-track-piece {
    border: none;
    position: absolute;
    padding: 0;
    box-shadow: none;
    background-color: #0a5c30;
    border-radius: 1px
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #0a5c30;
    border-radius: 0;
    border: none
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #0a5c30;
    border-radius: 0;
    border: none
}

::-webkit-scrollbar {
    width: 4px;
    height: 12px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: #000
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #0a5c30;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #0a5c30
}

::-webkit-scrollbar-corner:vertical {
    background-color: #0a5c30
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #0a5c30
}

.text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column
}

.box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.pull-overflow,
.AcUi-overflow {
    overflow: hidden;
}

.text-center .img-responsive {
    margin: auto;
}

.container {
    padding: 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none
}

@media(max-width:760px) {
    .container {
        padding: 0 5px;
    }
}

/* Fonts */
@font-face {
    font-family: 'iconfont';
    /* project id 1932503 */
    src: url('//at.alicdn.com/t/font_1932503_tl91zooh3u.eot');
    src: url('//at.alicdn.com/t/font_1932503_tl91zooh3u.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_1932503_tl91zooh3u.woff2') format('woff2'),
        url('//at.alicdn.com/t/font_1932503_tl91zooh3u.woff') format('woff'),
        url('//at.alicdn.com/t/font_1932503_tl91zooh3u.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_1932503_tl91zooh3u.svg#iconfont') format('svg');
}

.Yc-icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*Login up*/
.Header-logo {
    width: 100%;
    height: 80px;
    background: url(../img/LOGO.png) no-repeat center center;
    overflow: hidden;
    margin-top: 60px;
    background-size: contain;
    margin-bottom: 55px;
}

.Header-logo a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-indent: -999rem
}

/*Login*/
.login .Login-form-list li:last-child{height: auto;margin-bottom: auto;width: 100%}
.register-form .Login-form-list li button.btn{
    width: 35%;
    float: none !important;
    margin: auto;
    display: block;
}

#Login {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.Login-container {
    margin-top: 50px;
    background: rgba(255, 255, 255, .59);
    height: 75vh
}

.Login-title {
    font-size: 36px;
    color: rgba(0, 0, 255);
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 60px;
    position: relative
}

.Login-title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 108px;
    height: 3px;
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(rgba(0, 0, 255)), to(rgb(95, 95, 249)));
    content: "";
    margin-left: -54px
}

.Login-form-list {
    margin: auto
}

.Login-form-list li {
    margin-bottom: 3.5vh;
    border: solid 1px #dedede;
    height: 6.4vh;
    border-radius: 6px;
}

.Login-form-list li:last-child {
    border: none;
    margin-bottom: 0;

    height: auto;
    margin-bottom: auto;

}

.Login-form-list li i {
    width: 70px;
    line-height: 6.4vh;
    position: relative;
    text-align: center;
    font-size: 28px;
}

.Login-form-list li i:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 32px;
    margin-top: -16px;
    background: #dedede;
    content: ""
}

.Login-form-list li .login-input {
    width: calc(100% - 70px);
    border: none;
    height: 6.4vh;
    padding-left: 2%;
    font-size: 16px;
    color: #333;
    outline: none;
    background: none
}

.Login-form-list li .btn {
    width: 48%;
    height: 6.4vh;
    color: #fff;
    font-size: 24px;
    background: #c6c6c6;
    padding: 0;
    line-height: 6.4vh;
    outline: none;
    border: none
}

.Login-form-list li button.btn {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(95, 95, 249)), to(rgba(0, 0, 255)))
}

/*Lgoin*/
.login .Login-container {
    height: 70vh
}

.login .Login-title {
    margin-bottom: 4vh;
}

.login .Login-form-list {
    width: 80%
}

.login .Login-form-list li {
    height: 5.4vh;
    -webkit-height: 54px;
    min-height: 40px;
    width: 45%;
    margin: auto 2.5% 2vh;
    padding: 0
}

.login .Login-form-list li i {
    height: 5.4vh;
    line-height: 5.4vh;
    font-size: 24px;
    min-height: 40px;
}

.login .Login-form-list li .login-input {
    height: 5.4vh;
    min-height: 40px;
}



.login .Login-form-list li a {
    color: #3055E4;
    font-size: 14px;
}
.login .Login-form-list .last-form-li button a {
    color: #fff;
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: block;
}

.login .Login-form-list li p {
    margin-bottom: 15px;
}

.login .Login-form-list li button {
    width: 35%;
    float: none !important;
    margin: auto;
    display: block
}

@media(max-width: 1024px) and (min-width: 993px) {
    .Header-logo {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media(max-width: 992px) and (min-width: 768px) {
    .Login-form-list {
        width: 65%
    }
}

@media(max-width: 760px) {
    .login .Login-form-list .last-form-li button a{
        font-size: 20px;
    }
    #Login .container {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .5)
    }

    .Header-logo {
        width: 100%;
        margin: 3vh auto;
        height: 40px;
    }

    .Login-container {
        margin-top: auto;
        padding: 5vh 0;
        height: 75vh
    }

    .Login-title {
        font-size: 2rem;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .Login-form-list {
        width: 100%
    }

    .Login-form-list li {
        height: 45px;
        margin-bottom: 20px;
    }

    .Login-form-list li i {
        line-height: 45px;
        width: 50px;
        font-size: 2rem
    }

    .Login-form-list li i:after {
        height: 40%;
        margin-top: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .Login-form-list li .login-input {
        height: 45px;
        margin-left: 10px;
        font-size: 1.4rem
    }

    .Login-form-list li .btn {
        height: 45px;
        line-height: 45px;
        font-size: 1.7rem;
    }

    .login .Login-form-list li {
        height: 5.6vh;
        width: 95%
    }

    .login .Login-form-list li i {
        height: 5.6vh
    }

    .login .Login-form-list li .login-input {
        height: 5.6vh
    }
}

@media(max-width: 320px) {
    .Header-logo {
        margin-top: 6vh;
        margin-bottom: 5vh
    }

    .Login-title {
        font-size: 1.6rem
    }

    .Login-form-list li .btn {
        height: 36px;
        line-height: 36px;
        font-size: 1.4rem
    }

    .Login-form-list li .login-input {
        font-size: 1.2rem
    }
}

/*new login register*/
.login-body{
    width: 100%;
    height: 100vh;
    background: #eff1f5;
    font-size: 12px;
    color: #4a4a4a;
}
#logoMain ._top{
    display: block;
    width: 100%;
    height: 28px;
    background: #262b3a;
    position: relative;
}

#contentBox{
    width: 100%;
    box-sizing: border-box;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    z-index: 1;
    padding-bottom:90px;
}
#contentBox .container{
    padding: 0 40px;
    width: 526px;
    background-color: #fff;
    height: fit-content;
}
._loginForm{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 44px;
}
._loginForm ._title{
    margin-bottom: 35px;
    height: auto;
    line-height: 44px;
    font-size: 29px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}
._loginForm ._cont{
    display: flex;
    flex-direction: column;
}
._loginForm .el-row{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 72px;
    position: relative;
    font-size: 14px;
    display: inline-block;
}
._loginForm input.el-input__inner{
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    width: 100%;
    height: 46px;
    line-height: 32px;
    padding: 0 12px;
    color: #333333;
    font-size: 14px;
}
._loginForm .el-button{
    max-height: 48px !important;
    padding: 15px 20px;
    background-color: #C7000B;
    border: 1px solid #C7000B;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    outline: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 24px;
}
._loginForm .el-row.form-group-reg{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-group-reg a{
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 1;
    color: #007dff;
}
@media screen and (min-width: 768px){
    #logoMain{
        height: 100%;
    }
    #logoMain ._top .el-dropdown{
        height: 28px;
        display: flex;
        align-items: center;
        right: 136px;
        position: absolute;
        top: 0;
        text-decoration: none;
        color: #fff;
        padding:0 10px;
    }
    #logoMain ._top .el-dropdown.active{
        background: #fff;
        color: #333;
    }
    #logoMain ._top .el-dropdown span{
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        line-height: 28px;
        margin-left: 12px;
        display: flex;
        align-items: center;
    }
    #logoMain ._top .el-dropdown.active span{
        color: #333;
    }
    #logoMain ._top .el-dropdown span i{
        margin-left: 6px;
        margin-top: -5px;
        display: inline-block;
        font-size: 13px;
        width: 8px;
        height: 8px;
        border: 1px solid transparent;
        border-left-color: #fff;
        border-bottom-color: #fff;
        transform: rotate(-45deg);
    }
    #logoMain ._top .el-dropdown.active span i{
        border-left-color: #333;
        border-bottom-color: #333;
        transform: rotate(135deg);
        margin-top: 5px;
    }
    .loginHeader{
        height: 62px;
        width: 100%;
        position: relative;
        background: #ffffff;
        display: block;
    }
    .loginHeader a img{
        height: 50px;
        margin-left: 12.5%;
        padding-top: 12px;
        object-fit: contain;
    }
    ._registerForm{
        padding-top: 40px;
        padding-bottom: 25px;
    }
    #logoMain .law{
        width: 100%;
        background: #3e3f4a;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        color: #afb1b6;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    #logoMain .law-text{
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #logoMain .container::before,#logoMain .law-text::after{
        display: none;
    }
    #logoMain .law-text p{
        margin: 0;
    }
    #logoMain .law-text a{
        padding-left: 10px;
        color: #afb1b6;
        text-decoration: none;
        position: relative;
    }
    .law-text-left{
        margin: 0 0 0 32px;
        color: #afb1b6;
        line-height: 36px;
        display: flex;
        align-items: center;
    }
    .law-text-right{
        margin-right: 32px;
        display: flex;
        align-items: center;
        color: #afb1b6;
        line-height: 36px;
    }
    .law-text-right a+a{
        margin-left: 10px;
    }
    .law-text-right a+a::before{
        content: "";
        width: 1px;
        height: 40%;
        background-color: #afb1b6;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
}
@media screen and (max-width: 768px){
    .login-body{
        background-color: #fff;
    }
    #logoMain ._top{
        display: none;
    }
    .loginHeader a img{
        height: 20px;
        margin-left: 20px;
        margin-top: 12px;
    }
    #contentBox{
        padding-top: 30px;
    }
    ._loginForm{
        padding: 0;
    }
    #logoMain .law{
        display: none;
    }
}
.language{
    background: #f7f7f7;
    padding:40px 0;
    display: none;
}
.language-title{
    color: #333;
    font-size: 24px;
    line-height:36px;
    margin-top:0;
}
.language-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 0;
}
.language-item{
    width:20%;
    line-height: 44px;
    font-size:14px;
    border:none;
    text-decoration: none;
}
.language-item a{
    color: #000;
    text-decoration: none;
}
.language-item a:hover{
    color: #007dff;
    text-decoration: none;
}


