.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 {
    position: absolute;
    left: 9.8%;
    top: 50%;
    margin-top: -230px;
    transform: translateY(-50%);
    font-size: 42px;
    color: #ffffff;
}

.vidbacking-active-body-back {
    position: fixed;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: 2s opacity;
    transition: 2s opacity;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.logo {
    width: 114px;
    height: 48px;
    background: url(./images/logo.png) center no-repeat;
}

.title {
    margin-top: 20px;
    letter-spacing: 5px;
}

.left+.right {
    position: absolute;
    right: 8.05%;
    top: 50% !important;
    transform: translateY(-50%);
    padding: 0 !important;
    margin: 0 !important;
}

.first-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 84px;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    padding-top: 26px;
    border-bottom: 1px solid #e0e4e7;
}

.first-tab {
    margin-left: 20px;
    width: 130px;
    text-align: center;
    color: #555;
    font-size: 30px;
    line-height: 53px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.first-tab:first-child{
    margin-left:0;
}

.first-tab.active {
    color: #333;
    position: relative;
    font-weight: bold;
}

.first-tab.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -3px;
    left: 0;
    right: 0;
    background: #0047B7;
}

.first-tab-contents {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.second-tabs {
    display: none;
    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-content{
    margin-top:50px;
}


.input {
    display: flex;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DCDFE2;
    border-radius: 2px;
    padding: 0 9px 0 14px;
    outline: none;
    margin-top: 30px;
    background: #fff;
}

.input-icon {
    display: inline-block;
    width: 48px;
    height: 100%;
}

.user-icon {
    background: url(./images/account_ico.png) left center no-repeat;
}

.lock-icon {
    background: url(./images/psw_ico.png) left center no-repeat;
}

.def-icon {
    background: url(./images/verification_ico.png) left 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;
    font-size: 16px;
}

.input-txt::placeholder{
    color:#B1B6CC;
}

.eye-icon {
    display: inline-block;
    width: 16px;
    height: 100%;
    background: url(./images/eye-close.png) center no-repeat;
    cursor: pointer;
}

.eye-icon.open {
    background-image: url(./images/eyeh.png);
}

.password-field {
    float: left;
    width: calc(100% - 90px);
    margin-top: 0;
}

.input-box {
    height: 40px;
    margin-top: 29px;
}

.def-code {
    width: 80px;
    height: 100%;
}

.def-code-img {
    width: 100%;
    height: 100%;
}

.button {
    display: block;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(270deg, #3D7FFE 0%, #0047B7 100%);
    border-radius: 23px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    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;
    display: block;
    line-height: 17px;
    height: 17px;
    font-size: 16px;
    color: #3472d7;
}

.foget-btn {
    cursor: pointer;
    color: #0047B7;
}

.login-pre {
    width: 542px;
    height: 521px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("./images/login_box.png") center /100% 100% no-repeat;
    padding: 52px 110px 0;
    position: relative;
    box-sizing: border-box;
}

.login-success {
    padding: 52px 110px 0;
    text-align: center;
    margin: 0.2% auto 0;
    width: 580px;
    height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("./images/login_box.png") center /100% 100% no-repeat;
}

.login-success-legal,
.login-success-per {
    height: 370px !important;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    !i;
    !;
}

.login-success .first-tabs {
    height: auto;
    padding: 0;
    border: none;
}

.login-success .first-tab.active:before {
    display: none;
}

#legalOuName {
    color: #999;
    font-size: 16px;
    padding-top: 17px;
    height: 28px;
    line-height: 28px;
}

.login-success .first-tab.active {
    width: auto;
    border-color: transparent;
    padding-top: 58px;
    line-height: 20px;
    font-size: 20px;
    color: #333;
    height: auto;
    border: none;
}

.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: 10px auto 10px;
}

.limit-info {
    color: #999999;
    text-align: center;
}

.login-btn {
    cursor: pointer;
    display: block;
    height: 46px;
    line-height: 46px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a9b6cd), to(#92a1be));
    background-image: linear-gradient(0deg, #a9b6cd 0%, #92a1be 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 12px;
    text-align: center;
    margin-top: 8px;
}


.login-btn:hover,
.login-btn.active {
    color: #fff;
    background: linear-gradient(270deg, #3D7FFE 0%, #0047B7 100%);
}

.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: 21px;
    height: 28px;
    background: url(./images/company_ico.png) center 20px no-repeat;
    padding-top: 17px;
}

.role-item {
    height: 60px;
    line-height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    font-size: 18px;
    position: relative;
}

.role-item+.role-item {
    margin-top: 12px;
}

/*.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;*/
/*}*/

.role-item>span {
    display: inline-block;
    padding-left: 38px;
    background-repeat: no-repeat;
    background-position: left center;
}

.role-item.role-item1,
.role-item.role-item4,
.role-item.role-item7,
.role-item.role-item10 {
    color: #1577f8;
    background-image: url("./images/building_bg.png");
}

.role-item.role-item1>span,
.role-item.role-item4>span,
.role-item.role-item7>span,
.role-item.role-item10>span {
    background-image: url("./images/bulding_unit.png");
}

.role-item.role-item1:after,
.role-item.role-item4:after,
.role-item.role-item7:after,
.role-item.role-item10:after {
    background-image: url("./images/building_check.png");
}

.role-item.role-item2:after,
.role-item.role-item5:after,
.role-item.role-item8:after,
.role-item.role-item11:after {
    background-image: url("./images/explore_check.png");
}

.role-item.role-item3:after,
.role-item.role-item3:after,
.role-item.role-item9:after,
.role-item.role-item12:after {
    background-image: url("./images/design_check.png");
}

.role-item.role-item1.active,
.role-item.role-item4.active,
.role-item.role-item7.active,
.role-item.role-item10.active {
    background-image: url("./images/building_bg_act.png");
}

.role-item.role-item1.active>span,
.role-item.role-item4.active>span,
.role-item.role-item7.active>span,
.role-item.role-item10.active>span {
    background-image: url("./images/building_unit_act.png");
}

.role-item.role-item1.active:after,
.role-item.role-item4.active:after,
.role-item.role-item7.active:after,
.role-item.role-item10.active:after {
    background-image: url("./images/building_checked.png");
}

.role-item.role-item2,
.role-item.role-item5,
.role-item.role-item8,
.role-item.role-item11 {
    color: #01B86d;
    background-image: url("./images/explore_bg.png");
}

.role-item.role-item2>span,
.role-item.role-item5>span,
.role-item.role-item8>span,
.role-item.role-item11>span {
    background-image: url("./images/explore_unit.png");
}


.role-item.role-item2.active,
.role-item.role-item5.active,
.role-item.role-item8.active,
.role-item.role-item11.active {
    background-image: url("./images/explore_bg_act.png");
}

.role-item.role-item2.active>span,
.role-item.role-item5.active>span,
.role-item.role-item8.active>span,
.role-item.role-item11.active>span {
    background-image: url("./images/explore_unit_act.png");
}

.role-item.role-item2.active:after,
.role-item.role-item5.active:after,
.role-item.role-item8.active:after,
.role-item.role-item11.active:after {
    background-image: url("./images/explore_checked.png");
}

.role-item.role-item3,
.role-item.role-item6,
.role-item.role-item9,
.role-item.role-item12 {
    color: #6c40dd;
    background-image: url("./images/design_bg.png");
}

.role-item.role-item3>span,
.role-item.role-item6>span,
.role-item.role-item9>span,
.role-item.role-item12>span {
    background-image: url("./images/design_unit.png");
}



.role-item.role-item3.active,
.role-item.role-item6.active,
.role-item.role-item9.active,
.role-item.role-item12.active {
    background-image: url("./images/design_bg_act.png");
}

.role-item.role-item3.active>span,
.role-item.role-item6.active>span,
.role-item.role-item9.active>span,
.role-item.role-item12.active>span {
    background-image: url("./images/design_unit_act.png");
}

.role-item.role-item3.active:after,
.role-item.role-item6.active:after,
.role-item.role-item9.active:after,
.role-item.role-item12.active:after {
    background-image: url("./images/design_checked.png");
}

.role-item:after {
    position: absolute;
    content: "";
    width: 54px;
    height: 53px;
    right: -1px;
    top: -1px;
    background-repeat: no-repeat;
    background-position: center;
}

.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: 20px;
    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 {

    margin-top: 22px;
    /* margin-top: 30px; */
    height: 216px;
    padding-right: 8px;
    margin-right: -8px;
    overflow: auto;
}

.role-item:nth-child(1) {
    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;
}

#instructions {
    float: right;
    margin-left: 0 !important;
    padding-left: 19px;
    color: #ff8111;
    background: url(./images/download_ico.png) no-repeat center left;
    line-height: 17px;
    height: 17px;
    font-size: 16px;
}

.container>.right {
    padding: 0 !important;
    margin-top: -30px;
    box-sizing: border-box;
}
.qq {
	color: #1264ff;
	padding-left: 25px;
	position: relative;
}
.qq::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 19px;
	background: url('./images/qq.png');
	left: 0;
	top: 43%;
	transform: translateY(-50%);
}
.download {
	line-height: 15px;
	color: #ff8111;
	font-size: 16px;
	padding-left: 19px;
	position: relative;
}
.download::before {
	position: absolute;
	content: '';
	width: 14px;
	height: 17px;
	background: url('./images/download.png');
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
