﻿@charset "utf-8";
.rt{
    float: right;
}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
/*span{
    display: inline-block;
}*/
#bodybg {
  display: none;
  background-image: none;
  background-color: #f8f8f8;
}
.center{
    background-image: none;
    width: 820px;
    height: 580px;
    height: 640px;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    border-radius: 4px;
}
.bot_cprt {
    position: absolute;
    top: calc(100% + 15px);
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: #555;
    line-height: 17px;
}
.left {
    width: 292px;
    height: 100%;
    background: #f5a542 url(../image/left_bg.png) no-repeat 50% top;
    background-size: cover;
    padding: 24px 24px;
    box-sizing: border-box;
}
.right {
    float: right;
    margin-right: 0;
    width: calc(100% - 292px);
    height: 100%;
}
.dl {
    position: relative;
    margin: 0 6%;
    padding: 0;
    width: 88%;
    height: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.dl>table{
    /* position: absolute;
    margin: auto;
    left: 0;
    right: 0; */
    /* display: table-row; */
    /* width: max-content; */
}

.mobile-login-wrap .m-login-bg {
  padding-bottom: 40px;
}

.lg_bottom {
  margin-top: 24px;
  text-align: center;
    /* position: absolute;
    top: calc(100% + (((100vh - 611px) / 2) - 150px));
    top: calc(100% + 64px); */
    /* bottom: 24px; */
    /* left: 50%;
    transform: translateX(-50%);
    z-index: 2; */
}
.lg_bottom .line {
    color: #d5d5d5;
}
.lg_help {
    margin: 0 10px;
}
.lg_trans {
    margin: 0 10px;
}

.loginbox {}
.loginbox .login_tab {}
.loginbox .tab_title {
    margin:0 -6% 40px;
    height: 60px;
    border-bottom: 1px solid #F5F5F5;
    text-align: center;
}
.loginbox .tab_title a {
    display: inline-block;
    margin: 0 10%;
    line-height: 58px;
    font-size: 18px;
    border-bottom: 2px solid #fff;
}
.loginbox .tab_title a.cur {
    border-color: #FF8859;
    color: #FF8859;
}
.loginbox .tab_show {}
.loginbox .tab_text {
    display: none;
}

.login-scan {
    padding-top: -2rem;
    text-align: center;
}
.login-scan svg {
    margin-bottom: -4rem;
}
.login-scan .text {
    text-align: center;
    font-size: 16px;
}



#headTr .tit{
    font-size: 24px;
    color: #FF8859;
}
#headTr .subtit{
    font-size: 16px;
    color: #FF8859;
    margin-bottom: 23px;
}
.left .logo{
    margin-bottom: 24px;
}
.left .logo,.left .logo img{
    display: inline-block;
    width: 66px;
    max-width: 100%;
}
.sideNote{
    max-height: calc(100% - 115px);
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.sideNote::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.sideNote .tit{
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.sideNote .text{
    margin-bottom: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 2em;
}
.lang-en_US .sideNote .text {
    line-height: 1.4em;
}

.sideNote .qr-group {
    display: flex;
    gap: 32px;
}
.sideNote .qr-group .item {
    text-align: center;
}
.sideNote .qr-group .item img {
    margin-bottom: 10px;
    width: 100px;
}
.sideNote .qr-group .item .label {
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

#input_user{
    background-color: #FFFFFF;
    background-image: url(../image/user_icon.png);
    background-position-x: 20px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
    border-radius: 4px;
    border: 1px solid transparent;
    height: 48px;
    line-height: 48px;
    padding-left: 56px;
    padding-right: 32px;
    box-sizing: border-box;
    width: 100%;
    color: #FF8859;
    margin-bottom: 15px;
}
#input_password{
    background: url(../image/pwd_icon.png) no-repeat 20px center/*,
                    url(../image/not\ visible.png) no-repeat calc(100% - 17px) center*/;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
    border-radius: 4px;
    border: 1px solid transparent;
    height: 48px;
    line-height: 48px;
    padding-left: 56px;
    padding-right: 32px;
    box-sizing: border-box;
    width: 100%;
    color: #FF8859;
    margin-bottom: 15px;
}
#input_user:focus{
    outline: none;
    border: 1px solid #FF8859;
    background-image: url(../image/user_icon_focus.png);
    background-position-x: 20px;
}
#input_password:focus{
    outline: none;
    border: 1px solid #FF8859;
    background: url(../image/pwd_icon_focus.png) no-repeat 20px center/*,
                    url(../image/not\ visible.png) no-repeat calc(100% - 17px) center*/;
}
::-webkit-input-placeholder {
    font-size: 14px;
    color: #888888;
}
input::-moz-placeholder {
    font-size: 14px;
    color: #888888;
}
.logbtn{
    font-size: 16px;
    color: #FFFFFF;
    background: #FF8859;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
    border-radius: 4px;
    width: 320px;
    height: auto;
    padding: 14px 0;
    margin-top: 20px;
}
a.mm_rem{
    font-size: 12px;
    color: #555555!important;
    cursor: default;
    margin-left: 6px;
}
a.mm_rem:hover{
    color: #555;
}
a.mm_lost{
    font-size: 12px;
    color: #555555!important;
}
a.mm_lost:hover{
    color: #FF8859!important;
}
body {
    background: #f8f8f8;
}
.head{
    min-width: 100%;
    background-image: linear-gradient(-180deg, #FF8859 0%, #F39800 100%);
    height: 80px;
}
.head .logo{
    height: 100%;
    background: none;
    margin-left: 70px;
    display: inline-block;
    position: relative;
}
.head .logo img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.head .rt{
    height: 100%;
    display: flex;
    align-items: center;
}
.head_userinfo,.logout{
    display: flex;
    align-items: center;
    height: 100%;
}
.logout{
    border-left: 1px solid rgba(255,255,255,.2);
    padding-right: 74px;
}
.head_userinfo .user_num{
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 24px 0 10px;
}
.head_userinfo .user_num b{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: normal;
}
.head_userinfo .user_avat,.head_userinfo .user_avat img{
    display: inline-block;
    width: 40px;
}
.logout span{
    font-size: 14px;
    color: #FFFFFF;
}
.logout_icon{
    padding: 0 7px 0 26px;
}
.logout_icon,.logout_icon img{
    display: inline-block;
    width: 15px;
}
.content {
    width: 950px;
    margin: 0 auto;
    clear: both;
    padding: 0;
    font-size: normal;
    margin-top: 26px;
}
.cont_user_info {
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.09);
}
.cont_user_info .lf{
    float: left;
    width: 294px;
    border-right: 1px solid #d8d8d8;
    padding: 22px 0 33px;
}
.cont_user_info .lf .opt{
    text-align: center;
}
.cont_user_info .lf .box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cont_user_info .rt{
    float: right;
    width: calc(100% - 295px);
}
.cont_user_info .user_avat,.cont_user_info .user_avat img{
    display: inline-block;
    width: 70px;
}
.cont_user_info .user_avat{
    margin-bottom: 11px;
}
.cont_user_info .user_name{
    font-size: 18px;
    color: #FF8859;
    margin-bottom: 9px;
}
.cont_user_info .login_time{
    font-size: 12px;
    color: #888888;
    margin-bottom: 18px;
}
.cont_user_info .editPwd{
    font-size: 14px;
    color: #FFFFFF!important;
    padding: 8px 32px;
    background: #5EB870;
    border-radius: 2px;
    display: inline-block;
}
.other_info {
    padding: 24px 42px;
}
.other_info .items{
    display: inline-block;
    width: 156px;
    margin-bottom: 28px;
}
.other_info .field{
    font-size: 14px;
    color: #222;
    margin-bottom: 2px;
}
.other_info .val{
    font-size: 14px;
    color: #555;
}
.cont_user_app{
    margin-top: 21px;
}
.cont_user_app .tit{
    font-size: 12px;
    color: #888888;
    margin-bottom: 8px;
}
.cont_user_app ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont_user_app li{
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.09);
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
}
.cont_user_app li .app_logo img{
    display: inline-block;
}
.cont_user_app li .app_name{
    font-size: 14px;
    color: #555555;
    margin-left: 26px;
}
.cont_user_app li a{
    display: flex;
    width: 296px;
    align-items: center;
    height: 90px;
    box-sizing: border-box;
    padding-left: 47px;
}

/* 20200608 */
.error_tips .tit h4{
    font-size: 24px;
    color: #000;
    margin: .67em 0;
}

.error_tips .tips_detail{
    padding: 10px 10px 10px 30px;
    background: #FFD1D1;
    border: 1px solid #F8ACAC;
    color: #555555;
    font-size: 12px;
}

.error_tips .tips_detail a{
    color: #FF8859;
    text-decoration: underline;
    cursor: pointer;
}

.error_tips .tips_detail p{
    margin: 1em 0;
}
/*  */

@media(max-width:768px){
    body, html {
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .center {
        width: 86%;
        height: max-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* margin: 4.3em auto 0; */
        display: none;
    }
    .left {
        width: 100%;
        height: auto;
        background-position: bottom;
        background-size: cover;
        padding-bottom: 0;
    }
    .right {
        width: 100%;
        height: auto;
        margin-top: 2.4em;
        margin-bottom: 2.4em;
    }
    #headTr .tit {
        font-size: 16px;
    }
    #headTr .subtit {
        font-size: 14px;
        margin-bottom: 1.6em;
    }
    #input_user, #input_password {
        height: 36px;
    }
    .logbtn {
        width: 14em;
        font-size: 14px;
        padding: .6em;
    }
    .lg_trans {
        padding: 2px 9px;
    }
    .left .logo {
        margin-bottom: 3.4em;
    }

    .mobile-login-wrap{
        display: block !important;
    }

    .lg_bottom {
      display: none;
    }

    .lg_trans{
        position: absolute;
        right: 25px;
        top: 30px;
        font-size: 12px;
        color: #555555;
        border: 1px solid #D9D9D9;
        border-radius: 2px;
        padding: 4px 15px;
        cursor: pointer;
    }
    .lg_trans:hover{
        border-color: #FF8859;
        color: #FF8859;
    }

    .lg_help{
        position: absolute;
        right: 95px;
        top: 30px;
        font-size: 12px;
        color: #555555;
        border: 1px solid #D9D9D9;
        border-radius: 2px;
        padding: 4px 15px;
        cursor: pointer;
    }
}


/* 更多认证方式 */
#more-login-way {
  margin-top: 16px;
  color: #777;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.more-login-ways-box {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.more-login-ways-box .more-ways-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #f6f6f7;
  border-radius: 50%;
}

#m-more-login-way {
  margin: 40px auto 34px;
  color: #777;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

#m-more-login-way .m-more-login-ways-box {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

#m-more-login-way .way-item {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 66px;
 height: 66px;
 background-color: #f7f8fa;
 border-radius: 50%;
}
