html,
body{
    font-family: SourceHanSans,'Microsoft Yahei';
}
.main{
    width: 100%;
    height: 100vh;
    background: url('../img/login/bg.jpg') no-repeat center center;
    background-size: cover;
}
.container{
    max-width: 1440px;
    min-width: 1024px;
    margin: auto;
    padding: 35px 15px;
    position: relative;
    height: calc(100% - 70px);
}
.steps{
    max-width: 856px;
    margin: auto;
    padding: 60px 0;
    text-align: center;
}
.step-item{
    text-align: center;
    font-size: 24px;
    color: #fff;
    float: left;
    padding-left: 20px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
}
.step-item:first-child{
    padding-left: 0;
}
.ax-progress{
    width: 130px;
}
.ax-progress .ax-progress-body{
    height: 3px;
    border-radius: 0;
    background: #ffffff33;
    margin-top: 20px
}
.ax-progress .ax-progress-bar{
    border-radius: 0;
    background: #fff;
}
.logo{
    position: absolute;
    top: 50%;
    left: 60px;
    height: 80px;
    transform: translateY(-50%);
}
.form{
    width: 670px;
    max-height: 510px;
    /*min-height: 510px;*/
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 10px;
    overflow-y: hidden;
    box-sizing: border-box
}
.ax-tab-nav{
    width: 100%;
    display: flex;
}
.ax-tab-nav .ax-btn{
    width: 50%;
    border: none;
    border-radius: 0;
    height: 60px;
    color: #a6a6a6;
    font-size: 24px;
}
.ax-btn-group .ax-btn.ax-active{
    background: #4477dd;
}
.ax-btn:not(button):after{
    border: none
}
.ax-tab-content{
    padding: 40px;
}
.ax-form-con,.ax-form-input{
    width: 100%
}
.ax-form-con{
    position: relative;
}
.ax-valid{
    position: absolute;
    top: 15px;
    right: 10px;
    max-width: 200px;
    z-index: 1;
}
.ax-color-danger{
    color: #e14a3d
}
.hide{
    display: none;
}
.hand{
    cursor: pointer;
}
.cert{
    color:#5c88e1;
}
.login-box{
    text-align: center;
}
.login-btn{
    width: 280px;
    background: #4477dd;
    font-size: 18px!important;
}
.ax-window-title{
    text-align: center;
    font-weight: 700;
}
.ax-btn-group .ax-btn:not(:first-of-type){
    margin-left: 0;
}
.ax-break-xxl {
    height: 36px;
    overflow: hidden;
}
input[type="text"].ax-lg,
input[type="password"].ax-lg,
select.ax-lg
{
    height: 60px;
    background: #f4f7fd;
    font-size: 20px;
}
textarea{
    background: #f4f7fd;
    font-size: 20px;
    padding: 15px;
}
input[type="radio"]{
    color: #606060
}
.p-20{
    padding: 20px;
    font-size: 18px;
}
.form-title{
    font-size: 32px;
    letter-spacing: 2px;
}
.form-title-sub{
    font-size: 24px;
    letter-spacing: 2px;
}
.form-title-en{
    font-size: 24px;
    color: #606060
}
/*滚动条*/
.form-box{
    height: 435px;
    overflow-y: scroll;
}
.form-box::-webkit-scrollbar{
    width: 2px;
    background: #ffffff33;
}
.form-box::-webkit-scrollbar-track{
    background: #ffffff33;
    border-radius:2px;
    /*display:none;*/
}
/**内轨道**/
.form-box::-webkit-scrollbar-track-piece{
    background: #ffffff33;
}
.form-box::-webkit-scrollbar-thumb{
    background: #4477dd!important;
    z-index: 999;
}
.fl{
    float: left;
}
.clearfix{
    clear: both;
}
select:empty{
    color: #909090
}
.form-other .ax-checkbox span:before{
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 8px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    position: relative;
    top: 10px;
    transition: all 0.2s ease-out;
    float: left;
}
.form-other .ax-checkbox input[type="checkbox"]:checked + span:before{
    background-color: #00000000;
    box-shadow: none
}
.form-other .ax-checkbox span:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #198cff;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 4px;
    transform: scale(0);
    transition: all 0.2s ease-out;
}
.my-desc{
    color: #909090;
    font-size: 18px;
    padding-top: 20px;
    line-height: 1.8;
}
.my-title{
    color: #909090;
    font-size: 24px;
}
.form-finsh{
    text-align: center;
    padding: 150px 40px;
}

/*
*  新增 2021-03-11  主营品类样式
*/


.ax-form-group .select-input{
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #999999;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f4f7fd;
    border: 1px solid #e0e0e0;
    padding-right: 0;
    background-image: url(../img/icon/right2.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position-x: 100%;
    background-position-y: center;
    padding: 0 14px;
}

#search-classify-tree{
    margin-top: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 10px;
    background: #f4f7fd;
    min-height: 100px;
}
.selected-div{
    margin-bottom: 6px;
    display: flex;
}
.selected-div div.selected-node{
    text-align: left;
    line-height: 20px;
    color: #333333;
    margin-right: 20px;
}
.selected-div div.del-node{
    text-align: right;
    cursor: pointer;
    line-height: 20px;
}
.selected-div div.del-node i{
    font-size: 20px;
    color: #555;
}