body {
  padding: 0;
  background:url(../img/new/hz-bg.jpg) #F1F4F9;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: 100%;
}

.main {
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: flex;
}
.main_bg {
    width: 100%;
    height: 100vh;
    
    background-position: center center no-repeat;
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.logo{
  width: 100%;
  height: 120px;
  margin-top:150px;
}
.logo-div{
  position: absolute;
  width: 400px;
  height: 120px;
  line-height: 120px;
  right: 10%;
  margin-right: 1%;
  text-align: center;
}
/* loginBox */
.loginBox {
        box-sizing: border-box;
    margin-top: auto;
    min-width: 0;
    padding: 0;
    /* overflow: hidden; */
    /* right: 10%; */
    margin-right: 1%;
    position: absolute;
    right: 13%;
    top: 20%;
    
}

.signContent {
    text-align: center;
    margin: 0 auto;
     background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgb(26 26 26 / 10%);
    border-radius: 6px;
    background-color: #FFFFFF;
    width: 400px;
}

.signContainer {
    position: relative;
    border-radius: 4px 4px 0 0;
    /* overflow: hidden; */
}

.loginForm {
    padding: 0 24px 64px;
    display: none;
}

.loginForm .tabBoxSwitch {}
.dl-qh{
  text-align: center;
    /*margin-right: 30px;*/
}
.dl-qh-dl{
  background: #D7E8FF;
    border-radius: 4px;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    float: right;
    margin-top:20px;
    color:#0080EB;
}

.tab-active {
    position: relative;
    color: #1a1a1a;
    font-weight: 600;
    font-synthesis: style;
}



.tab-active::before {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0084ff;

}

.tabBox {
    text-align: left;

}

.ercode_tab {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 8px;
    right: 8px;
    margin-right:4px;
    margin-top:4px;
}
.ercode_tab img{
  border-top-right-radius: 6px;
}




.tabcont {
    display: none;
}

.active {
    display: block;
}

.tabContentPhone {}

.tabContentAccount {
    /* display: none; */
}
.dl-type{
  text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.tabcontent {
    margin-top: 24px;
    /*border: 1px solid #ebebeb;*/
    background:#F3F4FB;
  border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    padding:0px 10px;
}

.phoneBox {
    position: relative;
    display: inline-block;
    margin-right:10px;
}

.phoneGroup {
    display: inline-block;
    min-width: 72px;
    text-align: left;
}

.phone-btn {
    border: none;
    height: auto;
    padding: 0px 10px;
    line-height: inherit;
    background-color: #0080EB;
    border: none;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    border-radius:4px;
    margin-top:48px;
    height:48px;
}

.phone-btn:focus {
    outline: none;
}

.selectBtn {
    text-align: left;

    /* padding: 0 16px; */

    color: #8590a6;
    text-align: center;

    background: none;
    /* border: 1px solid; */
    border-radius: 3px;
    height: calc(100% - 42px);

}



.selectOptions {
    overflow: auto;
    position: relative;
    max-height: 500px;
    padding: 8px 0;
    border-radius: 4px;
    text-align: left;
}

.selectOptions::-webkit-scrollbar {
    width: 10px;
    height: 1px;
    background-color: #f6f6f6;
}

/*定义滚动条轨道 内阴影+圆角*/
.selectOptions::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f6f6f6;
}

.selectOptions::-webkit-scrollbar-thumb {
    background-color: #afadad;
    width: 5px;
    max-height: 10px;
    border-radius: 10px;

}

.select-option {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #8590a6;
    text-align: left;
    background: none;
    border: none;
}

/* .select-option:hover{
    background: #f6f6f6;
} */
.line-show {
    width: 1px;
    height: 22px;
    margin: 0 12px;
    background: #ebebeb;
}

.phoneInputGroup {
    display: inline-block;
    position: relative;
    width: 213px;
}

.Select-arrow {
    margin-left: 8px;
    fill: currentcolor;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.inputLabel {
    width: 100%;
    height: 48px;
    padding: 0;
    color: #8590a6;
    border: none;
    /* border-bottom: 1px solid #ebebeb; */
    border-radius: 0;
    display: flex;
    font-weight: normal !important;
    font-size: 16px;

}

.isShow::after {
    content: attr(data-content);
    color: red;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 48px;
    line-height: 48px;
    display: flex;
    z-index: 90;
}

.inputStyle {
    display: inline-block;
    outline: none;
    flex: 1 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    resize: none;
    z-index: 100;
}

input.msgInput {
    appearance: none;
    -webkit-appearance: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -ms-progress-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: none;

    appearance: none;

    margin: 0;

}

.msgBtn {
    /*position: absolute;
    top: 24px;
    right: 0;*/
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.msgBtn:hover,
.voice-btn:hover {
    color: #ffffff;
}

.login_box {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    position: relative;
}

.voice-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #8590a6;
    text-align: center;
    cursor: pointer;
    background: none;
    border-radius: 3px;
    position: absolute;
    right: 0;
}

.fromSubmit {
    color: #fff;
    background-color: #0080EB;
    width: 100%;
    margin-top: 30px;
    height: 48px;
    border:none;
    border-radius: 4px;
    font-size: 20px;
}

.SignFlow-switchPassword {
    position: absolute;
    right: 0;
}
.SignFlow-switchLogin{
    position: absolute;
    left: 0;
}
.out-login-btn-shw {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #175199;
    text-align: center;
    cursor: pointer;
    background: none;
    border-radius: 3px;
    display: none;
}

.out-login-btn-shw:hover {
    color: #76839b;
}

.out-login-btn {}

.login-out-phoneBox {
    display: none;
}

.SignContainer-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 24px;
    color: grey;
    font-size: 13px;
    text-align: left;
}

.SignContainer-tip a {
    color: grey;
    text-decoration: none;
}



.ercodeContent {
    /* display: none; */
}


.ercodeSignBox {
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.Qrcode-title {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 33px;
    margin-bottom: 5px;
    /*margin-top: 3px;*/
    font-weight:bold;
}

.ercodeBox {
    height: auto;
}

.ercodeBox .Qrcode-img {
    margin: 0 auto 15px;
    line-height: 0;
    height: 200px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ercodeBox p {
    font-size: 14px;
    line-height: 22px;
}

.ercodeBox p a {
    color: #175199;
}

.css-1hmxk26 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border-top: 1px solid;
    border-color: #EBEBEB;
    margin-left: 24px;
    margin-right: 24px;
}

.footSign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #8590a6;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.signSocial {}

.Login-socialButtonGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.Login-socialButton {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: auto;
    padding: 0 6px;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.Login-socialIcon {
    margin-right: 6px;
}

.signDownload {
    background-color: #f6f6f6;
    color: #0084ff;
}

.css-eow14e {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.css-c01qo8 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: inherit;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    background-color: #0084FF;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #0084FF;
    border-radius: 4px;
    background-color: unset;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
}




