.el-menu {
    overflow-y: hidden;
}

.main-content {
    margin: 10px 0;
}

.top-section {
    width: 100%;
    position: relative;
}

.top-section-img {
    width: 100%;
}

.top-section-content-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 100px;
}

.top-section-content {
    /* position: absolute;
    top: 30%;
    left: 20%; */
}

.top-section-content-text {
    font-size: 40px;
    color: #fff;
}

.top-section-content-text-info {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.about-tab-section {
    width: 70%;
    min-width: 1000px;
    max-width: 1200px;
    margin: 10px auto;
}


.about-tab-section-content {
    padding: 30px 0;
}

.about-tab-section-content-text-title {
    font-size: 24px;
    color: #2B2E37;
    text-align: center;
    margin-bottom: 20px;
}

.about-tab-section-content-text-info{
    font-size: 14px;
    color: #2B2E37;
    line-height: 32px;
}

.about-tab-section-content-text-info p{
    text-indent: 28px;
}

.about-tab-section-content{
    width: 70%;
    min-width: 1000px;
    max-width: 1200px;
    margin: 10px auto;
}

.about-tab-btn{
    width: 240px;
    background: #0D57D6;
}

.yq-radio-group{
    background: #F5F5F9;
    border-radius: 5px;
    padding: 5px;
    width: 745px;
}

.yq-radio-item{
    width: 367px;
}

.yq-radio-item .el-radio-button__inner{
    width: 100%;
    border: 0;
    border-left: 0 !important;
    background: unset;
}

.yq-radio-group .el-radio-button__original-radio:checked+.el-radio-button__inner{
    background: #fff;
    color: #2B2E37;
    border-radius: 5px;
    box-shadow: none;
}

.about-tab-section .el-tabs__item.is-active{
    color: #0D57D6;
    font-weight: bold;
}

.about-tab-section .el-tabs__active-bar{
    background-color: #0D57D6;
}