* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background: #f8f8f8;
}

a {
    color: #000;
    text-decoration: none;
}

li {
    list-style: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1000px;
}
.formBd{
    background: #fff;
    padding: 50px;
}

.title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #E1E100;
    text-align: center;
    margin-bottom: 30px;
}
.el-form-item {
    margin-bottom: 30px !important;
}
.el-form-item__error {
    font-size: 14px !important;
}
.el-form-item__label {
    font-weight: bold;
    font-size: 14px !important;
    width: 120px !important;
}
.el-button--mini {
    padding: 7px 22px !important;
    background: #174B86 !important;
    color: #fff !important;
}
.el-input__inner {
    font-size: 16px !important;
}
.el-form-item__content {
    margin-left: 120px !important;
}
.crcb-select-small{
	padding: 2px 2px;
	font-size: 14px;
	padding: 9px 1px;
}



.yqtx {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #BE0505;
    line-height: 30px;
}