@charset "UTF-8";

html {
    background: url(bg.jpg) no-repeat center/cover;
    background-size: cover;
}

body {
    font-family: "Microsoft Yahei";
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    min-width: 1024px;
    min-height: 640px;
}

.up {
    /* flex: 1; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.up .left {
    /* flex: 7; */
    position: relative;
}

.up .right {
    *flex: 3;
    width: 360px;
    /*border-left: 1px solid rgba(0,0,0,0.5);*/
    /* background-image: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%); */
    margin-right: -180px;
}

/* 底部栏 */
.footer{
    /* width: 100%;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color:#555;
    background-color: black; */
    text-align: center;
    font-size: 14px;
    color: #1a181b;
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transform: translate(-50%, 10px);
    background-color: rgba(0, 0, 0, 0.3);
}
.footer .left1 {
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    color: #fff;
    text-align: left;
    line-height: 20px;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.lang-select-type {
    position: relative;
    padding-left: 110px;
    margin-top: -8px;
}
.lang-select-type.hover .lang-box {
    display: block;
  }
  
  .lang-box {
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 60px;
    right: -1px;
    width: 222px;
    padding: 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
    text-align: left;
    
  }
.lang-box a {
    margin: 10px;
}
.lang-box a:hover {
    color: #f5a403;
}
.lang-select-type:hover .lang-select-cur::after {
    background-position: -16px -50px;
  }
.lang-select-cur {
    border-radius: 2px;
    padding: 10px 20px;
    width: 300px;
    text-align: left;
    position: relative;
    background: url(login_lang_change.png) no-repeat center/cover;
    background-size: 100% 100%;
  }
.lang-select-cur::after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 18px;
    height: 6px;
    width: 9px;
    display: block;
    background: url(bg_home_ui.png) no-repeat -16px -40px;
  }
  .version-tips {
    position: absolute;
    color: #3e3939;
    top: -58px;
    width: 340px;
    left: 0px;
    background: #edf2fc;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 12px;
  }
  .laba-show {
    width: 28px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
  }
  .icon-er {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 360px;
  }
  .icon-er .main-qr {
    padding: 5px 16px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
  }
  .icon-er .main-qr a {
    text-decoration: none;
    color: #fff;
  }
  .main-qr {
    background: url(lang_icon_choose.png) no-repeat center/cover;
    background-size: 100% 100%;
  }
  .icon-er .main-qr i {
    font-size: 16px;
    vertical-align: middle;
    color: #fff;
  }
  .icon-er .main-qr span {
    vertical-align: middle;
    color: #fff;
    padding-left: 5px;
  }
  .qr-box {
    width: 125px;
    margin-top: 10px;
    position: absolute;
    display: none;
    background: #fff url(bg_home_ui.png) no-repeat 0 -60px;
    cursor: crosshair;
    padding: 12px 13px 13px 12px;
    left: 0;
  }
  
  .main-qr:nth-of-type(3) .qr-box {
    left: unset;
    right: 0;
  }
  
  .icon-er .qr-box img {
    display: block;
    width: 100%;
  }

/* 标题栏 */
.header {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    padding-left: 4vw;
    padding-top: 4vh;
    height: 6vh;
}

.header .logo {
    height: 100%;
}

.header marquee {
    width: 600px;
    margin: 0 -300px;

    position: absolute;
    left: 50%;
    bottom: 0;

    font-size: 1.3rem;
    font-weight: bold;
    color: #da580c;

    background-color: rgba(218, 88, 12, 0.25);
}

/* 海报 */
.posters {
    position: absolute;
    top: 10vh;
    bottom: 0;
    left: 0;
    right: 0;

    margin: 0;
    padding: 0;
}

/* 登录框 */
.login {
    margin: 27vh 0%;
    padding: 30px 30px;
    /* width: 100%; */
    background: #1d1c1a;
}

/* 登录框抬头 */
.login-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-header .icon {
    height: 15vh;
    margin-bottom: 2vh;
}

.login-header .welcome_text {
    height: 2vh;
    margin-bottom: 2vh;
}


.web_qr_login {
    position:relative;
    overflow:hidden;
}

/* 登录框登录按钮以外的内容 */
.web_login {
    width: 90%;
    position:relative;
    margin: 20px auto 20px auto;
    padding-bottom:20px;
}

/* 账号密码输入 start */
.web_login .inputOuter input {
    display: block;
    width:100%;
    height:42px;
    margin-top:10px;
    text-indent:36px;
    line-height:42px;
    *background-color: #fcfcfc;
    color: white;

    border: none;
    border-bottom: 1px solid #ddd;

    font-size:16px;
    font-family:"Hiragino Sans GB", "Microsoft Yahei";
    background: 10px center no-repeat;
}
/* .web_login .inputOuter input.i-account{background-image:url(account.png);}
.web_login .inputOuter input.i-password{background-image:url(password.png);}
.web_login .inputOuter input:focus{border: none; border-bottom:1px solid #198BD4;} */

.web_login .inputOuter {
    height:55px;
    margin-bottom:10px;
    position:relative;
}
/* 账号密码输入 end */

/* 记住密码与我要体验 */
.web_login .tips {
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
    line-height: 42px;
    color: white;
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    height: 42px;
}

.web_login .tips a{
    display: inline-block;
    float: right;
    color: #0d5cac;
    text-decoration: none;
}
.trans-en {
    border: none;
    outline: none;
    padding-left: 10px;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 30px;
    line-height: 30px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100px;
    font-size: 14px;
}
.switch input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.web_login .warn {
  color: red;
  text-align: center;
  font-size: 8px;
}

/* 登录按钮 */
.button_blue {
  display: inline-block;
  float: left;
  height: 41px;
  width: 100%;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  background: #61615f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  outline: none;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin: 0px;
}

.button_blue:hover {
  background: #849ecb;
  border-bottom: none;
  color: #fff;
  text-decoration: none;
}

.web_qr_login .inputOuter {
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #4b4a48;
    display: flex;
    align-items: center;
    background-color: #4b4a48;
    position: relative;
  }
   .web_qr_login .inputOuter input {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #4b4a48;
    margin-top: 0;
    border-bottom: none;
    text-indent: 0;
  
    outline: none;
    border: none;
    width: 100%;
    padding: 0 50px 0 20px;
  }
  
  .web_qr_login .inputOuter input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
    background: #4b4a48;
  }
  .web_qr_login .inputOuter input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    background: #4b4a48;
  }
  .web_qr_login .inputOuter input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    background: #4b4a48;
  }
  .web_qr_login .inputOuter input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    background: #4b4a48;
  }
  .web_qr_login .inputOuter input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    color: #fff;
  }
  .inputOuter .iconfont {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 20px;
  }
  
  input:-internal-autofill-previewed,
  input:-internal-autofill-selected {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s !important;
  }
  
