.font-0 {
    font-size: 0;
}
.relative {
    position: relative;
}
.ver-md {
    vertical-align: middle;
}
.ver-inner-md::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.box-inline {
    display: inline-block;
}
.box-block {
    display: block;
}
.container {
    width: 100%;
    height: 100%;
    /* background: url(./images/bg.png) left bottom no-repeat; */
}
.left {
    width: calc(100% - 531px);
    height: 100%;
    background: url(./images/bg.png) center no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 42px;
    color: #ffffff;
}
.logo {
    width: 114px;
    height: 48px;
    background: url(./images/logo.png) center no-repeat;
}
.title {
    margin-top: 20px;
    letter-spacing: 5px;
}
.right {
    width: 530px;
    height: 100%;
    padding: 120px 100px 0;
    box-sizing: border-box;
    color: #555555;
    position: relative;
}
.first-tabs {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}
.first-tab {
    height: 45px;
    line-height:44px;
    font-size: 22px;
    color: #b5b5b5;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    font-weight: bold;
}
.first-tab + .first-tab {
    margin-left: 20px;
}
.first-tab.active {
    border-bottom: 1px solid #555555;
    color: #555555;
}
.first-tab-contents {
    width: 100%;
    height: 400px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.second-tabs {
    margin-top: 10px;
}
.second-tab {
    font-size: 16px;
    line-height: 16px;
    color: #b5b5b5;
    padding: 0 10px;
    padding: 0 10px;
    cursor: pointer;
}
.second-tab.active {
    color: #555555;
}
.second-tab + .second-tab {
    border-left: 1px solid #dddddd;
}
.code-trigger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: url(./images/code.png) center no-repeat;
    cursor: pointer;
}
.code-trigger.active {
    background: url(./images/code-active.png) center no-repeat;
}
.second-contents {
    height: 170px;
    margin-top: 30px;
}
.inputs-box {
    height: 140px;
}
.input {
    background-color: #f7f7f7;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.input + .input {
    margin-top: 10px;
}
.input-icon {
    display: inline-block;
    width: 15px;
    height: 20px;
    margin-right: 10px;
}
.user-icon {
    background: url(./images/user-icon.png) center no-repeat;
}
.lock-icon {
    background: url(./images/lock.png) center no-repeat; 
}
.def-icon {
    background: url(./images/def-icon.png) center no-repeat; 
}
.phone-icon {
    background: url(./images/phone-icon.png) center no-repeat; 
}
.input-txt {
    width: calc(100% - 60px);
    outline: none;
    border: none;
    background-color: transparent;
    height:100%;
}
.eye-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(./images/eye-close.png) center no-repeat;
    cursor: pointer;
}
.eye-icon.open {
    background-image: url(./images/shellmember_eye.png);
}
.password-field {
    float: left;
    width: calc(100% - 90px);
    margin-top: 0;
}
.input-box {
    height:40px;
    margin-top: 10px;
}
.def-code {
    width: 80px;
    height: 100%;
}
.def-code-img {
    width: 100%;
    height: 100%;
}
.button {
    width: 100%;
    height: 40px;
    background-color: #4198ff;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    margin-top: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.button:hover {
    opacity: .8;
}
.phone-code .input-txt {
    width: calc(100% - 120px);
}
.getcode {
    display: inline-block;
    color: #459aff;
    cursor: pointer;
}
.qrcode-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.qrcode-img-box {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    margin: 30px auto 0;
}
.qrcode-img {
    width: 100%;
    height: 100%;
}
.qrcode-img-box.failure .qrcode-img-mock{
    display: block;
}
.qrcode-img-mock {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(255, 255, 255, 0.9);
}
.qrcode-img-mock span {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 60px;
    color: #555555;
}
.qrcode-img-mock .button {
    width: 90px;
    display: block;
    margin: 0 auto;
}
.qrcode-img-mock .button:hover {
    opacity: 1;
}
.qrcode-img-box.success .qrcode-success {
    display: block;
}
.qrcode-success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.qrcode-success-img {
    display: block;
    width: 73px;
    height: 73px;
    margin: 20px auto 0;
}
.qrcode-success span {
    color: #0db5c9;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.qrcode-card {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -116px;
    width: 233px;
    height: 236px;
    background: url(./images/qrcode-card-bg.png) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.qrcode-img1 {
    display: block;
    width: 140px;
    height:140px;
    margin: 25px auto 0;
}
.qrcode-txt {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #b5b5b5;
    margin-top: 10px;
}
.qrcode-boxtxt {
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}
.text-blue {
    color: #459aff;
    cursor: pointer;
}
.quick-login-title {
    color: #b5b5b5;
}
.quick-login-title::before {
    content: '';
    display: inline-block;
    width: 130px;
    height: 1px;
    background: linear-gradient(to left, #cacaca,#fff);
    vertical-align: middle;
    margin-right: 5px;
}
.quick-login-title::after {
    content: '';
    display: inline-block;
    width: 130px;
    height: 1px;
    background: linear-gradient(to right, #cacaca,#fff);
    vertical-align: middle;
    margin-left: 5px;
}
.quick-login-content {
    margin-top: 30px;
    padding: 0 30px;
}
.quick-login-box {
    width: 50%;
}
.quick-login-boxinner {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 100%;
}
.quick-login-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.quick-login-icon.icon1 {
    background: url(./images/login-icon1.png) center no-repeat;
    background-size: 100% 100%;
}
.quick-login-icon.icon2 {
    background: url(./images/login-icon2.png) center no-repeat;
    background-size: 100% 100%;
}
.quick-login-icon.icon3 {
    background: url(./images/login-icon3.png) center no-repeat;
    background-size: 100% 100%;
}
.quick-login-txt {
    display: block;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
}
.ca-txt.success {
    display: none;
    color: #30bb7b;
}
.ca-txt.error {
    display: none;
    color: #fc5353;
}
.ca-txt-box.error .ca-txt.error{
    display: block;
}
.ca-txt-box.error .success {
    display: none;
}
.ca-txt-box.success .ca-txt.success{
    display: block;
}
.ca-txt-box.success .error {
    display: none;
}
.ca-txt-box {
    height: 30px;
    /* padding-bottom: 10px; */
}
.reg-btn {
    cursor: pointer;
}
.foget-btn {
    cursor: pointer;
}
.login-pre {
    width: 100%;
    height: 100%;
}
.login-success {
    width: 330px;
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    left: 50%;
    margin-left: -165px;
}
.login-success-legal,
.login-success-per {
    /* height: 450px; */
}
.login-success .first-tab.active {
    border-color: transparent
}
.radio-box {
    height: 30px;
    margin-top: 20px;
    overflow: hidden;
}
.radio-item {
    cursor: pointer;
    padding-right: 10px;
}
.radio-icon {
    width: 16px;
    height: 16px;
    background: url(./images/radio.png) center no-repeat;
}
.radio-item.active .radio-icon {
    background: url(./images/radio-active.png) center no-repeat;
}
.personal-box {
    width: 100%;
    height: 340px;
    overflow: hidden;
    padding-top: 10px;
}
.user-hd {
    width: 160px;
    height: 160px;
    display: block;
    margin: 50px auto 20px;
}
.limit-info {
    color: #999999;
    text-align: center;
}
.login-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #2589ff;
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}
.back-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.back-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(./images/back-icon.png) center no-repeat;
}
.bus-box {
    height: 340px;
    padding-top: 10px;
}
.company-icon {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(./images/company-icon.png) center no-repeat;
}
.role-item {
    position: relative;
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: url(./images/role-bg1.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    cursor: pointer;
}
.role-item + .role-item {
    margin-top: 10px;
}
.role-item1 {
    margin-top: 85px;
}
.role-item2 {
    background: url(./images/role-bg2.png) center no-repeat;
    background-size: 100% 100%;
}
.role-item3 {
    background: url(./images/role-bg3.png) center no-repeat;
    background-size: 100% 100%;
}
.role-item.active:after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(./images/role-checkicon.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.legal-role-item:after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(./images/role-ucheck.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.legal-info {
    color: #999999;
    border-left: 3px solid #d4dae2;
    height: 14px;
    line-height: 14px;
    padding-left: 10px;
    color: #999999;
    margin-top: 12px;
}
.legal-role-item-none,.company-role-none{
	display:none
}

.field-input-box {
    width: 100%;
    height: 40px;
    border: 1px solid #acacac;
    border-radius: 2px;
    box-sizing: border-box;
}

.field-select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 20px;
}

.logout-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #2589ff;
    font-size: 18px;
    text-align: center;
    color: #5c5c5c;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    margin-top: 10px;
}

.role-items {
    height:250px;
    overflow: auto;
    /* margin-top: 30px; */
}

.role-item1 {
    margin-top: 0;
}

.hide-scroll {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scroll::-webkit-scrollbar {
    display: none;
}
