html{
    font-size: 16px;
}

.requestloading .el-loading-spinner{
background: #08080891;
width: 100px;
padding: 12px 0;
left: 50%;
margin-left: -50px;
border-radius: 5px;
}
.requestloading i{
color: white;
background: #252525ba;
border-radius: 13px;
}
.el-form-item__error{
    top: 90%;
    padding-top: 0px;
}
.edui-editor-toolbarboxinner{line-height: 20px;}



/* base */
*{padding:0;margin:0;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.mgt20{margin-top: 1.2rem;}
.mgt30{margin-top: 2rem;}
.container{
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    padding:0 15px;
    box-sizing: border-box;
}



/* public */
.el-row-gutter-15{
    margin-left: -15px; margin-right: -15px;
}
.el-row-gutter-15>.el-col{
    padding-left: 15px; padding-right: 15px;
}
.block-title{
    font-weight: 500;
    font-size: 1.5rem;
    line-height: normal;
    color: #505050;
    letter-spacing: 0;
    text-align: center;
    font-family: Source Han Sans CN,PingFang SC,Microsoft YaHei,Noto Sans SC;
    padding-bottom: 40px;

}
/* header */
.min-header{
    height: 30px;
    line-height: 30px;
    background: #201e2d;
    color: white;
    font-size: 12px;
}

.header{
    height: 60px;
    color: #fff;
    font-family: Source Han Sans CN;
    text-align: center;
    background: #141222;
    line-height: 60px;
}
.header a,.min-header a{color: white;}
.header ul li{
    float: left;
}
/* footer */
.footer{
    background: #141222;
    padding:30px;
    color: white;
}
.footer a{color:white}
.min-footer{
    width: 100%;
    height: 30px;
    background: #000;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: gray;
}



.help-box-item{
    width:80%;margin:0 auto;
    padding:20px 20px;
    box-sizing: border-box;
}

.el-select-dropdown__item{
    height: auto;
}