/*信用服务-信用异议样式*/
.real-body {
    padding: 30px;
}

.real-body > .head_title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    text-align: center;
}

.real-body > .main_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    margin-top: 30px;
}

.real-body > .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    margin-top: 10px;
}

.real-body > .head_contenter {
    margin-top: 30px;
    text-indent: 2em;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: left;
}

.real-body > .main_contenter {
    margin-top: 10px;
    text-indent: 2em;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: left;
}

.real-body > .main_img {
    margin-top: 10px;
    width: 100%;
    height: 70px;
    text-align: left;
    background: url("../../../../eqstatic/images/creditsubscribe/creditobjection/process1.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center; /* 居中背景图片 */
}

.real-body > .main_download {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    text-align: left;
}

. {
    float: right !important;
    line-height: 10px !important;
    margin-top: -10px !important;
}

.main_download_button {
    float: right;
    width: 96px;
    height: 31px;
    color: var(--gcolor);
    cursor: pointer;
    margin-top: -5px;
    line-height: 31px;
    text-align: center;
    border-radius: 6px;
    background: var(--gcolor10);
    display: inline-block;
}

.el-divider--horizontal {
    margin: 20px 0px !important;
}

.main_button {
    color: #FFFFFF;
    background: var(--gcolor);
    border-color: var(--gcolor);
}

.main_button:hover {
    color: #FFFFFF !important;
    background: var(--gcolor) !important;
    border-color: var(--gcolor) !important;
}




