@font-face {
    font-family: 'kq-OpenSans';
    src: url("assets/font/fonts/OpenSans-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
}

.font-semibold {
    font-family: kq-OpenSans;
}

.Loginbody {
    position: relative;
    min-width: 1280px;
    min-height: 100vh;
    overflow: hidden;
}

.content {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 671px;
    height: 350px;
    margin: auto;
    background-color: white;
    background-position: top center;
    background-size: 783px 332px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .6);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content-left {
    height: 100%;
    display: flex;
    align-items: center;
}

.Loginform {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 277px;
    height: 100%;
    padding: 0 60px;
    position: relative;
}

.register-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 277px;
    height: 100%;
    padding: 0 48px;
    position: relative;
}

.form-message {
    position: absolute;
    top: 340px;
    left: 48px;
    z-index: 10;
}

.form-message>div {
    padding: 0;
}

.img-message {
    width: 14px;
    padding: 14px;
    margin-right: 10px;
    padding: 0;
}

.form-error-text {
    color: #FF4D4F;
}

.form-await-text {
    color: #8C8C8C;
}

.form-success-text {
    color: #52C41A;
}

.register-wrapper .form-message {
    top: 360px;
}

.tab {
    display: flex;
    align-items: center;
    margin: 50px 0 83px;
}

.loginTab,
.registTab {
    display: inline-block;
    font-size: 20px;
    color: #262626;
    padding-bottom: 32px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.loginTab:first-child {
    margin: 0 90px 0 43px;
}

.tabActive {
    color: #1677FF;
    border-color: #1677FF;
    font-weight: bold;
}

.code-img {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 100;
    width: 80px;
    height: 77px;
    cursor: pointer;
}

.hide {
    display: none;
}

.form-account {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-top: 0;
    height: 56px;
    font-family: Microsoft Yahei;
    font-size: 13px;
    color: #999999;
    background-color: white;
}

.form-password,
.form-again {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-top: 16px;
    height: 56px;
    font-family: Microsoft Yahei;
    font-size: 13px;
    color: #999999;
    background-color: white;
}

.form-forget {
    margin-top: 24px;
    min-height: 8pt;
    font-family: Microsoft Yahei;
    font-size: 8pt;
    color: #999999;
}

.form-agent {
    margin-top: 6px;
    min-height: 8pt;
    font-family: Microsoft Yahei;
    font-size: 8pt;
    color: #999999;
}

.form-bottom {
    margin-top: 16px;
    font-family: Microsoft Yahei;
    font-size: 10pt;
    color: #999999;
}

#txtaccount,
#registaccount {
    border: none;
    padding: 0px;
    height: 56px;
    line-height: 56px;
    width: 100%;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    background-color: #fff;
    text-indent: 5px;
}

.borderNo {
    border: solid 1px rgba(0, 0, 0, .3);
    box-sizing: border-box;
}

.forget {
    text-align: right;
}

.forget span {
    color: #1677FF;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
}

#txtpassword,
#registpassword,
#againpassword {
    border: none;
    padding: 0px;
    height: 56px;
    line-height: 56px;
    width: 100%;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    background-color: #fff;
    text-indent: 5px;
}

.form-bottom {
    margin-top: 94px;
}

.btlogin,
.btregist {
    border: none;
    padding: 0px;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #1677FF;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

.copyright {
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 25px;
    margin-top: 20px;
}

.position {
    position: absolute;
    bottom: 16px;
}

.qqsign {
    margin-left: 20px;
    border: medium none;
    width: 63px;
    height: 24px;
    border-style: none;
    background: none;
    background-image: url("../Images/Connect.png");
    cursor: pointer;
}

.CompanyDiv {
    width: 400px;
    height: 200px;
    margin-top: -5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    overflow: auto;
    color: #999999;
    position: relative;
}

.CompanyDiv .BtnOk {
    text-align: center;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 20px;
    cursor: pointer;
}

.CompanyHead {
    text-align: center;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.select_style {
    width: 240px;
    height: 30px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background: url(/highnetlight_static_web_client/static/icon/login/arrow.png) no-repeat 215px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.select_style select option {
    color: #999999;
}

.select_style select {
    padding: 5px;
    background: transparent;
    width: 268px;
    font-size: 16px;
    border: none;
    height: 30px;
    color: #999999;
    -webkit-appearance: none;
}

.phcolor {
    color: #999;
}

.vlcolor {
    color: #000;
}

.mobile-wrapper {
    padding: 0px;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    background-color: #fff;
    text-indent: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mobile-wrapper>input {
    flex: 1;
    padding: 0px;
    height: 31px;
    line-height: 31px;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    background-color: #fff;
    text-indent: 5px;
    border: none;
    box-shadow: none;
}

.button-text {
    font-size: 16px;
    color: #1677FF;
    background: transparent;
    cursor: pointer;
    margin-right: 16px;
    border: none;
}

.button-text:disabled {
    color: #ddd;
    cursor: auto;
}

.code-wrapper {
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    background-color: #fff;
}

.password-wrapper {
    padding: 0px;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    background-color: #fff;
}

.password-wrapper>input {
    padding: 0px;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    background-color: #fff;
    text-indent: 5px;
}

.loginWrap {
    margin: 0 48px;
}

#verificationWrap {
    padding: 0 48px;
}

#verificationWrap .code-wrapper {
    margin-bottom: 0;
}