/*! color */
:root {
  --body-bg-color: #e5ecef;
  --theme-bg-color: #fafafb;
  --body-font: "siyuan", sans-serif;
  --body-color: #2f2f33;
  --active-color: #0162ff;
  --active-light-color: #e1ebfb;
  --header-bg-color: #fff;
  --search-border-color: #efefef;
  --border-color: #d8d8d8;
  --alert-bg-color: #e8f2ff;
  --subtitle-color: #83838e;
  --inactive-color: #f0f0f0;
  --placeholder-color: #9b9ba5;
  --time-button: #fc5757;
  --level-button: #5052d5;
  --button-color: #fff;
}

:root{
    --black-0: #000;
    --black-3: #333;
    --black-6: #666;
    --black-9: #999;
    --black-e: #eee;
    --black-d: #ddd;
    --black-c: #ccc;
    --white-f: #fff;
}

.dark-mode {
  --body-bg-color: #1d1d1d;
  --theme-bg-color: #13131a;
  --header-bg-color: #1c1c24;
  --alert-bg-color: #292932;
  --body-color: #fff;
  --inactive-color: #292932;
  --time-button: #fff;
  --level-button: #fff;
  --active-light-color: #263d63;
  --border-color: #26262f;
  --search-border-color: #26262f;
  --black-0: #000;
}

::-webkit-input-placeholder {
  color: var(--placeholder-color);
}

::-moz-placeholder {
  color: var(--placeholder-color);
}

:-ms-input-placeholder {
  color: var(--placeholder-color);
}

::-ms-input-placeholder {
  color: var(--placeholder-color);
}

::placeholder {
  color: var(--placeholder-color);
}
/*! text color */
.text-b0{color: var(--black-0)}
.text-b3{color: var(--black-3)}
.text-b6{color: var(--black-6)}
.text-b9{color: var(--black-9)}
.text-be{color: var(--black-e)}
.text-bd{color: var(--black-d)}
.text-bc{color: var(--black-c)}
.text-white{color: var(--white-f)}
.text-blue{color: var(--active-color)}

/*! padding margin */
.pa-0{padding: 0px}
.pa-5{padding: 5px}
.pa-10{padding: 10px}
.pa-15{padding: 15px}
.pa-30{padding: 30px}

.pt-0{padding-top: 0px}
.pt-5{padding-top: 5px}
.pt-10{padding-top: 10px}
.pt-15{padding-top: 15px}
.pt-30{padding-top: 30px}

.pb-0{padding-bottom: 0px}
.pb-5{padding-bottom: 5px}
.pb-10{padding-bottom: 10px}
.pb-15{padding-bottom: 15px}
.pb-30{padding-bottom: 30px}

.pl-0{padding-left: 0px}
.pl-5{padding-left: 5px}
.pl-10{padding-left: 10px}
.pl-15{padding-left: 15px}
.pl-30{padding-left: 30px}

.pr-0{padding-right: 0px}
.pr-5{padding-right: 5px}
.pr-10{padding-right: 10px}
.pr-15{padding-right: 15px}
.pr-30{padding-right: 30px}

.ma-0{margin: 0px}
.ma-5{margin: 5px}
.ma-10{margin: 10px}
.ma-15{margin: 15px}
.ma-30{margin: 30px}

.mt-0{margin-top: 0px}
.mt-5{margin-top: 5px}
.mt-10{margin-top: 10px}
.mt-15{margin-top: 15px}
.mt-30{margin-top: 30px}

.mb-0{margin-bottom: 0px}
.mb-5{margin-bottom: 5px}
.mb-10{margin-bottom: 10px}
.mb-15{margin-bottom: 15px}
.mb-30{margin-bottom: 30px}

.ml-0{margin-left: 0px}
.ml-5{margin-left: 5px}
.ml-10{margin-left: 10px}
.ml-15{margin-left: 15px}
.ml-30{margin-left: 30px}

.mr-0{margin-right: 0px}
.mr-5{margin-right: 5px}
.mr-10{margin-right: 10px}
.mr-15{margin-right: 15px}
.mr-30{margin-right: 30px}

/*! glyphicon chinese */
.glyphicon-c{top: 2px}
/*! font size */
.font-0s{font-size: 0.707rem}
.font-1s{font-size: 1rem}
.font-2s{font-size: 1.414rem}
.font-3s{font-size: 1.999rem}
.font-4s{font-size: 2.827rem}
.font-5s{font-size: 3.998rem}
.font-6s{font-size: 5.653rem}
.font-7s{font-size: 7.993rem}
.font-8s{font-size: 11.302rem}
.font-9s{font-size: 15.981rem}
.font-10s{font-size: 22.597rem}
/*! font size */
.radius0{border-radius: 0px;}
.radius2{border-radius: 2px;}
.radius4{border-radius: 4px;}
/*! font size */
.radius0{border-radius: 0px;}
.radius2{border-radius: 2px;}
.radius4{border-radius: 4px;}
/*! card box */
.card-box{ background-color: var(--white-f);}
/*! card border */
.border-1c{border: 1px solid var(--black-c);}
/*! newsbox */
.news-ul{list-style: none; margin: 0; padding: 0;}
.news-ul li{border-bottom: 1px dashed #eee;}
.news-ul li:last-child{border: 0}
body{overflow-x: hidden}
#signup {
    padding: 0px 25px 25px;
    background: rgba(255,255,255,0);
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
}
#signup .title div{
    width: 33.3%;
    padding: 12px;
    text-align: center;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
}
#signup .title div.active{
    color: #fff;
    padding: 14px;
    border-radius: 36px;
    color: rgba(37, 37, 37, 1);
    font-size: 20px;
    font-family: AlibabaPuHuiTiM;
    font-weight: 500;
}

#signup .title div.active:before {
    background: linear-gradient(94deg, rgba(44, 104, 254, 1) 0%, #ffffff 100%);
    width: 80px;
    height: 8px;
    content: '';
    bottom: 5px;
    transform: translateX(0);
    position: absolute;
}

#signup .header {
    margin-bottom: 20px;
}

#signup .header h3 {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

#signup .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}

#signup .sep {
    height: 1px;
    background: #e8e8e8;
    width: 100%;
    margin-bottom:45px ;
}

#signup .inputs {
    margin-top: 25px;
}

#signup .inputs label {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}

input::-webkit-input-placeholder {
    color:    #b5b5b5;
}

input:-moz-placeholder {
    color:    #b5b5b5;
}

#signup .inputs input[type=text], input[type=password] {
    background: #f5f5f5;
    font-size: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 12px 10px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}

#signup .inputs input[type=text]:focus, input[type=password]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #42A5F5, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;
}

#signup .inputs .checkboxy {
    display: block;
    position: static;
    height: 25px;
    clear: both;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #0B61D4;
}

#signup .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

#signup .inputs label.terms {
    float: left;
    font-size: 14px;
    font-style: italic;
}

#signup .inputs #submit {
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: linear-gradient(-15deg, #0968E5 0%, #6BA3FF 100%);    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #737b8d;
    -moz-box-shadow:
            0px 5px 5px rgba(000,000,000,0.1),
            inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
            0px 5px 5px rgba(000,000,000,0.1),
            inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
            0px 5px 5px rgba(000,000,000,0.1),
            inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
            0px 1px 3px rgba(000,000,000,0.3),
            0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}

#signup .inputs #submit:hover {
    background-image: linear-gradient(to bottom, #205a98 90%, #0460ca 100%);
}

.modal-backdrop {
    background: #999
}

.yz-b {
    display: block;
    background: #D9F3EF;
    border: 1px solid #0FBDA0;
    color: #0FBDA0;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer
}

.bg {
    width: 100vw;
    height: 100vh;
    background: url("../img/bgpic.png") 100% no-repeat;
    background-size: 100% 100%;
    position: fixed;
}

.mid {
    width: 100vw;
    height: 38.2vh;
    background-image: url(../img/talentmid.png);
    background-size: 100% 100%;
    position: fixed;
    top: 30.9vh
}

.mid-box {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100vw;
    background-size: 100% 100%;
}
.mid-box p.foot{
    color: #ffffff; padding: 0 25px
}

.image_t {
    /*width: 44.75rem;*/
    height: 8.75rem;
    margin-top: 8.08rem;
    margin-bottom: 6.08rem;
}
.log {
    width: 32vw;
    height: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 40%), 0px 4px 20px rgb(0 0 0 / 33%);
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.logo-img {
    margin-bottom: 6vh;
    width: 29vw
}

.videobox2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: fill;
    z-index: -3;
}

@media screen and (max-width: 1000px) {
    .log {
        width: 90vw;
        height: auto;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 40%), 0px 4px 20px rgb(0 0 0 / 33%);
        border: 1px solid #e5e5e5;
        border-radius: 6px;
    }

    .logo-img {
        margin-bottom: 6vh;
        width: 90vw
    }
}

/*登录框样式--begin*/
.login-box {
    border-radius: 6px!important;
    text-align: center;
    /*box-shadow: 0px 5px 50px 0px rgba(9, 64, 109, 0.83);*/
    display: flex;
    flex-wrap: wrap;

}
.login-box .login-box-left {
    background: url("../img/poplf.png") no-repeat ;
    background-size:100% 100%;
    float: left;
    position: relative;
    width: 452px;
    height: 482px;
    border-bottom-left-radius: 6px!important;
    border-top-left-radius: 6px!important;
}
.login-row .select-btn {
    width: 120px;
    overflow: hidden;
    padding: 0;
    height: 46px;
    background: linear-gradient(-15deg, #0968E5 0%, #6BA3FF 100%);
    border-radius: 0.5rem;
}
.btn-js {
    color: #ffffff;
    background: linear-gradient(-15deg, #63E7B1 1%, #08B065 99%);
    border-radius: 0.5rem;
    width: 92px;
    height: 46px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
}
.btn-zx {
    color: #ffffff;
    background: linear-gradient(-15deg, #F86218 0%, #FFC76E 100%);
    border-radius: 0.5rem;
    width: 92px;
    height: 46px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
}
.btn-info {
    color: #ffffff;
    background: linear-gradient(-15deg, #0968E5 0%, #6BA3FF 100%);
    border-radius: 0.5rem;
    width: 150px;
    height: 46px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
}
.btn-purple-white {
    color: #fff !important;
    background-color: #366EFE !important;
    outline: none !important;
    border-radius: 4px !important;
}
.login-box .login-box-right {
    width: 40%;
    float: left;
}
.login-box-left img {
    border-bottom-left-radius: 6px!important;
    border-top-left-radius: 6px!important;
    width: 100%;
    height: 100%;
}
.login-box-left .login-tip {
    font-size: 14px;
    z-index: 9999;
    bottom: 20px;
    left: 14%;
    position: absolute;
    color: #fff;
    font-weight: bold;
}
.login-box-right .btn-top-close {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    color: #002553;
    border-radius: 0 6px!important;
    background: white;
    border: 0;
}

.login-box-right .login-body {
    margin-left: 35px;
    width: 100%;
}
.login-box-right .login-body .login-row {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 350px;
    display: inline-flex;
    justify-content: space-between;
}
.login-box-right .login-body .login-title{
    display: none;
}
.login-row .icon {
    width: 33px;
    top: 3px;
    left: 0;
    position: absolute;
    padding: 5px 5px;
}
.login-row input {
    width: 350px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 6px;
}
.login-row .text {
    text-align: right;
    cursor: pointer;
    font-weight: bold;
    color: #2C83FC;
}
.login-nav-title{
    width: 204px;
    height: 23px;
    margin: 45px 0 56px 87px;
}
.login-nav-list{
    padding: 40px 0 0 0;
}
.login-nav-list {
    margin-bottom: 30px;
    width: 80%;
    border-bottom: 1px solid #284F86;
    margin-left: auto;
    margin-right: auto;
}
.login-nav-list>li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.login-nav-list>li>a {
    font-weight: 500;
    color: #666;
    font-size: 18px;
    padding: 10px 15px;
    display: block;
}
.login-nav-list>li.active>a {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    color: #333;
}
.login-nav-list>li>a:hover {
    font-weight: 500;
    /*font-size: 18px;*/
    color: #333;
}
.login-nav-list>li.active:after {
    position: absolute;
    content: " ";
    font-size: 0;
    line-height: 0;
    width: 60px;
    height: 0;
    border: solid 3px #366EFE;
    background: #366EFE;
    margin: 0 auto;
    display: block;
    bottom: -3px;
    left: 0;
    right: 0;
    border-radius: 5px!important;
}
/*样式--end*/
/*<!--管理登录说明文字-->*/
#signup .login-text {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    background: linear-gradient(to bottom, #ffffff 0%, #1b67e52e 90%, #4d83ff6e 100%);
    box-shadow: 0px 0px 3px 0px rgb(93 107 137 / 30%);
    border-radius: 8px;
    display: flex;
}

#signup .method-box {
    border-radius: 10px;
    padding: 0 20px;
    margin: 28px 0 32px 0;
    position: relative;
    text-align: left;
}

#signup .method-title {
    font-weight: bold;
    border-radius: 6px;
    width: 100%;
    height: 30px;
    font-family: Alibaba PuHuiTi;
    font-size: 16px;
    position: relative;

}

#signup .method-title:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: -6px;
    width: 100%;
    height: 20px;
    background-image: url(../img/titile-bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#signup .content-item {
    display: flex;
    margin-top: 16px;
    line-height: 1.8;
}

#signup .index {
    font-weight: bold;
    width: 30px;
    flex-shrink: 0;
    font-style: italic;
}

#signup .text {
    flex: 1;
    font-weight: bold;
}
/*<!--管理登录说明文字-->*/






