ul,
p {
    margin: 0;
}

.banner {
    width: 100%;
    height: 299px;
    background: url(../../../static/images/complaint/banner.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 88px;

}

.banner h2 {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 36px 0;
}

.banner p {
    font-size: 16px;
    font-weight: 400;
    color: #D1D5DB;
    text-align: center;
    line-height: 36px;
}

.complaint-form {
    width: 1077px;
    background-color: #FFFFFF;
    padding: 27px 31px 22px 47px;
}

.complaint-form .el-form-item {
    /* height: 71px; */
    border-bottom: 1px solid #E7E9F4;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
}

.complaint-form .el-form-item__label {
    font-size: 16px;
    font-weight: 400;
    color: #565656;
}

.complaint-form .el-checkbox__label {
    font-size: 16px;
    font-weight: 400;
    color: #535353;
}

.complaint-form .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: '';
}

.complaint-form .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #535353;
}

.complaint-form .el-form-item__error {
    top: 83%;
}

.complaint-form .el-input__inner {
    border: none;
}

.complaint-form .el-textarea__inner{
    border: none;
}

.complaint-form .el-checkbox__inner {
    width: 26px;
    height: 26px;
    border: 2px #B8B8B8 solid;
    border-radius: 8px;
    background-color: #FCFCFC;

}

.complaint-form .is-checked .el-checkbox__inner::after {
    height: 16px;
    left: 7px;
    width: 7px;
    border: 2px solid #1952A9;
    border-left: 0;
    border-top: 0;
    top: 0;
}

.complaint-form .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #B8B8B8;
}

.complaint-form .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #FCFCFC;
    border-color: #B8B8B8;
}

.complaint-form .el-form-item:last-child {
    border: none;
    padding: 0;
}

.complaint-form .el-form-item:last-child .el-form-item__content{
    margin-left: 0 !important;
    text-align: center;
}

/* 单选按钮样式 */
.complaint-form .el-radio__inner{
    width: 26px;
    height: 26px;
    border: 2px #B8B8B8 solid;
    border-radius: 8px;
    background-color: #FCFCFC;
}

.complaint-form .el-radio__label{
    font-size: 16px;
    font-weight: 400;
    color: #535353;
}

.complaint-form .el-radio__input.is-checked+.el-radio__label{
    color: #535353;
}

.el-radio__input.is-checked .el-radio__inner{
    border-color: #B8B8B8;
    background-color: #FCFCFC;
}

.complaint-form .el-radio__input.is-checked .el-radio__inner::after{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    position: absolute;
    height: 16px;
    left: 7px;
    width: 7px;
    border: 2px solid #1952A9;
    border-left: 0;
    border-top: 0;
    top: 0;
    -webkit-transform-origin: center;
    transform-origin: center; 
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
    border-radius: 0%;
    background-color: #FCFCFC;
}

/* 验证码样式 */
.checking-img {
    width: 117px;
    height: 43px;
}

.refresh-checking {
    display: inline-block;
    width: 29px;
    margin-left: 18px;
}

.submit-btn {
    width: 161px;
    height: 61px;
    background-color: #1752A9;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 35px 0 0 0;
}