*{
    margin: 0;
    padding: 0;
}
.index-last-foot {
    background: #FFFFFF;
}
.login_head_top{
    width: 100%;
    height: 79px;
    background-color: white;
}
.login_head_box{
    height: 79px;
    display: flex;
    align-items: center;
}
.login_head_top img{
    width: 158px;
    height: 38px;
    object-fit: contain;
    cursor: pointer;
}
.login_head_fenge{
    width: 1px;
    height: 20px;
    background: #CCCCCC;
    margin: 0 20px 0 23px;
}
.login_head_text{
    height: 79px;
    font-size: 24px;
    color: #333333;
    line-height: 79px;
}


/*滑块*/
#drag2 {
    position: relative;
    background-color: #e8e8e8;
    width: 400px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin: 20px auto 0;
}
#drag2 .drag_bg {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0px;
    border-radius: 4px;
}
#drag2 .drag_text {
    position: absolute;
    top: 0px;
    width: 400px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag2 .handler {
    position: absolute;
    top: 0;
    left: 0px;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    cursor: move;
}
.handler_bg {
    background: #fff url(../imgs/auth/slide.png) no-repeat center;
    background-size: 100% 100%;
}
.handler_ok_bg {
    background: #fff url(../imgs/auth/slideAfter.png) no-repeat center;
    background-size: 100% 100%;
}

.login_tips{
    height: 15px;
    font-size: 14px;
    color: #333333;
    margin-top: 16px;
    margin-left: 29px;
}
.login_tips span{
    color: rgba(16, 131, 145, 1);
}
.login_tips a{
    font-size: 14px;
    text-decoration: underline;
    color:rgba(16, 131, 145, 1);
}

.register{
    width: 100%;
    padding-bottom: 30px;
    background-image: url(../imgs/register/mainBg.png);
    background-size: 100% 480px;
    background-repeat:no-repeat;
}
.registerInfobox{
    width: 940px;
    /*height: 560px*/
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 auto 0;
    padding: 40px 0 33px;
    z-index: 11;
}
.registerInfobox form{
    width: 400px;
    margin:0 auto;
}
.register_input_ID{
    width: 398px;
    height: 38px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.register_input_ID img,.register_input_KEY img{
    width: 24px;
    height: 24px;
    margin: 0 8px 0 10px ;
}
.register_input_ID input,.register_input_KEY input{
    flex: 1;
    outline: none;
    border: none;
    font-size: 14px;
    color: #999999;
}
.login-toast{
    position: absolute;
    display: none;
    bottom: -20px;
    font-size: 12px;
    left: 76px;
    color: #F79131;
}
.reg-login-toast{
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.login-toast a,.reg-login-toast a{
    color: #108391;
}
.login-toast a{
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.register_slide{
    width: 400px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 4px;
    margin: 20px auto 0;
}
.register_input_KEY{
    width: 398px;
    height: 38px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    margin: 20px auto 20px;
    position: relative;
}
.register_input_KEY button{
    width: 100px;
    height: 34px;
    background: #4FC2B8;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    margin-right: 2px;
    cursor: pointer;
}
.companyboxinput{
    border: none;
    outline: none;
    width: 86px;
    padding-left: 21px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.personchooseboxinput{
    border: none;
    outline: none;
    width: 86px;
    padding-left: 21px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.input_zhiwei {
    width: 398px;
    height: 38px;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
    display: flex;
    align-items: center;
    /*line-height: 38px;*/
    position: relative;
}
.input_zhiwei input{
    border: none;
    outline: none;
    margin-left: 20px;
}

.register_tryErr{
    width: 200px;
    height: 20px;
    line-height:20px;
    font-size: 12px;
    color: #F79131;
    visibility: hidden;
    margin-top: -18px
}
.companyInfo{
    display: flex;
    align-items: center;
}
.register_compeletInfo_input{
    width: 198px;
    height: 38px;
    outline: none;
    padding-left: 20px;
    font-size: 14px;
}
.register_personInfo_input{
    width: 198px;
    height: 38px;
    border: 1px solid #CCCCCC;
    outline: none;
    padding-left: 20px;
    font-size: 14px;
}
.companyInfoSelectList{
    width: 152px;
    height: 240px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    margin-left: 10px;
    position: absolute;
    overflow-y: auto;
    z-index: 10;
    padding-right: 16px;
}
.companyInfoList{
    width: calc(100% - 21px);
    height: 230px;
    background: #FFFFFF;
    margin:5px 0 0 5px;
    padding-left: 16px;
}
.companyInfoList li{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    white-space: nowrap;
}
.companyInfoList li:hover{
    text-decoration: underline;
    color: #00A4C2;
    cursor: pointer;
}
.selectbox{
    width: 170px;
    height: 40px;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding-right: 2px;
    box-sizing: border-box;
}
.selectbox div{
    width: 100px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-left: 21px;
}
.selectbox img{
    width: 34px;
    height: 34px;
    cursor: pointer;
    /*margin-left: 11px;*/
}
#registerlist::-webkit-scrollbar {
    width: 2px;
}
#registerlist::-webkit-scrollbar-thumb {
    background-color: rgba(79, 194, 184, 1);
}
#registerlist::-webkit-scrollbar-track {
    background-color: white;
}
.personInfo{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.personInfoSelectList{
    width: 152px;
    height: 240px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    margin-left: 10px;
    position: absolute;
    overflow-y: auto;
    z-index: 10;
    padding-right: 16px;
}
.personInfoList{
    width: calc(100% - 21px);
    height: fit-content;
    margin-top: 5px;
    margin-left: 5px;
    background: #FFFFFF;
    padding-left: 16px;
}
.personInfoList li{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.personInfoList li:hover{
    text-decoration: underline;
    color: #00A4C2;
    cursor: pointer;
}
.others > div:first-child{
    width: 400px;
    height: 38px;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 0 2px;
    box-sizing: border-box;
    position: relative;
}
.others > div:first-child > div,.secondOthers > div:first-child > div{
    width: 100%;
    min-height: 38px;
    line-height: 38px;
    font-size: 14px;
    /*color: #333333;*/
    color: #999999;
    margin-left: 20px;
}
.othersbox{
    border: none;
    outline: none;
    width: 100%;
    padding-left: 21px;
    font-size: 14px;
}
.othersList{
    width: 398px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    position: absolute;
    overflow-y: auto;
}
.othersList ul{
    width: 124px;
    background: #FFFFFF;
    margin:9px 0 0 20px;
}
.othersList li{
    height: 25px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.othersList li:hover{
    text-decoration: underline;
    color: #00A4C2;
    cursor: pointer;
}
.others img{
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.secondOthersList{
    width: 400px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    position: absolute;
    overflow-y: auto;
    z-index: 10;
}
.secondOthersList ul{
    width: 100%;
    background: #FFFFFF;
}
.secondOthersList li{
    height: 25px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding-left: 20px;
}
.secondOthersList li:hover{
    text-decoration: underline;
    color: #00A4C2;
    cursor: pointer;
}
.companyBusinessType{
    width: 400px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    position: absolute;
    overflow-y: auto;
    z-index: 10;
}
.companyBusinessType ul{
    width: 100%;
    background: #FFFFFF;
}
.companyBusinessType li{
    height: 25px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding-left: 20px;
}
.companyBusinessType li:hover{
    text-decoration: underline;
    color: #00A4C2;
    cursor: pointer;
}
.main_sales_market{
    width: 400px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    position: absolute;
    overflow-y: auto;
    z-index: 10;
}
.main_sales_market ul{
    width: 100%;
    background: #FFFFFF;
}
.main_sales_market li{
    height: 25px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding-left: 20px;
}
.main_sales_market li:hover{
    text-decoration: underline;
    color: #00A4C2;
    cursor: pointer;
}

.business_scope{
    width: 400px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    position: absolute;
    overflow-y: auto;
    z-index: 10;
}
.business_scope ul{
    width: 100%;
    background: #FFFFFF;
}
.business_scope li{
    height: 25px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding-left: 20px;
}
.business_scope li:hover{
    text-decoration: underline;
    color: #00A4C2;
    cursor: pointer;
}

.liActive{
    text-decoration: underline;
    color: #00A4C2 !important;
}
.secondOthers > div:first-child{
    width: 400px;
    min-height: 38px;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 0  2px;
    box-sizing: border-box;
}
.secondOthers img{
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.registerBtn{
    width: 300px;
    height: 36px;
    background: #108391;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    margin: 30px 0 0 50px;
    cursor: pointer;
}
.miniItem{
    display: flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
    vertical-align: center;
    margin-right: 18px;
}
.miniItem > div:first-child{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-right: 2px;
}
.miniItem .miniclose{
    width: 14px;
    height: 14px;
    background: #CCCCCC;
    text-align: center;
    font-size: 14px;
    color: white;
    line-height: 12px;
    cursor: pointer;
}
.secondOthers > div:first-child > div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.input_zhiwei {
    width: 398px;
    height: 38px;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
    display: flex;
    align-items: center;
    /*line-height: 38px;*/
    position: relative;
}
.input_zhiwei input{
    border: none;
    outline: none;
    margin-left: 20px;
}
.completeInfoBox::placeholder{
    color: #999999;
}
.completeInputBox{
    position: relative;
    border: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    width: 220px;
}
.completeInputBox input{
    border: none;
}
.input-clear{
    width: 15px;
    height: 15px;
    background: #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #666666;
    margin-right: 10px;
    flex-shrink: 0;
    display: none;
    visibility: hidden;
}
.completeInputBox:hover .input-clear,
.selectbox:hover .input-clear,
.others:hover .input-clear,
.register_input_ID:hover .input-clear,
.secondOthers-line:hover .input-clear
{
   visibility: visible;
}
.disabled-input{
    pointer-events: none;
    background: none;
}

.d-flex{
    display: flex;
}
.select-box{
    display: flex;
    margin-left: 10px;
    width: 200px;
    height: 34px;
    padding: 2px;
    border: 1px solid #CCCCCC;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.select-box select{
    width: 100%;
    border: none;
    appearance: none;
    padding: 0 10px;
}
.select-box select option:checked{
    color: #F79131 !important;
}
.select-box select:focus-visible{
    outline: none;
}
.select-box .iconfont{
    width: 28px;
    height: 28px;
    background: #EEEEEE;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    color: #108391;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    pointer-events: none;
}
.checkbox-box{
    display: flex;
    align-items: center;
    max-width: 1000px;
    flex-wrap: wrap;
}
.checkbox-box label{
    margin-right: 30px;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkbox-box label input[type="checkbox"]{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #CCCCCC;
    appearance: none;
    flex-shrink: 0;
}
.checkbox-box label input[type="checkbox"]:checked{
    background: #4FC2B8;
    color: #ffffff;
    border: none;
}
.checkbox-box label input[type="checkbox"]:after{
    content: ' ';
    position: relative;
    left: 33%;
    top: 17%;
    width: 22%;
    height: 43%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(42deg);
    display: block;
}
.check-any label input[type="checkbox"]:checked{
    background: #4FC2B8;
    color: #ffffff;
    border: none;
}
.check-any label input[type="checkbox"]:after{
    content: ' ';
    position: relative;
    left: 33%;
    top: 0;
    width: 35%;
    height: 43%;
    border: solid #fff;
    border-width: 0 0 2px 0;
    transform: unset;
    display: block;
}
