.main-container {
    width: 100%;
    background-color: #F1F5F8;
    box-sizing: border-box;
    padding-bottom: 60px;
}

.main-container .title-box {
    width: 100%;
    height: 220px;
    background: url("/globalstatic/szmz/pc/images/zwfw/zwfw-banner.png");
}

.main-container .title-box .title-text {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(8,124,214,0.5);
    padding-top: 52px;
}

.main-container .title-box .tab-box {
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.main-container .title-box .tab-box .tab-item {
    width: 200px;
    height: 60px;
    background: rgba(33,36,50,0.5);
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.main-container .title-box .tab-box .tab-item.selected {
    background: #FFFFFF;
    color: #333;
}

.main-container .menu-box {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 24px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.main-container .menu-box .menu-item {
    width: 190px;
    height: 46px;
    background: #F2F3F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.main-container .menu-box .menu-item.selected {
    background: #087CD6;
    color: #fff;
}

.main-container .content-box {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 24px;
}

.main-container .content-box .content-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 28px;
    color: #242424;
    margin-bottom: 20px;
}

.main-container .content-box .content-item {
    width: 100%;
    height: 72px;
    background: #F7F8F9;
    display: flex;
    justify-content: space-between;
    padding-right: 24px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.main-container .content-box .content-item .label-box {
    display: flex;
    align-items: center;
}

.main-container .content-box .content-item .label-box .label-blue {
    width: 3px;
    height: 25px;
    background: #087CD6;
}

.main-container .content-box .content-item .label-box .label-name {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #2175db;
    margin-left: 12px;
}

.main-container .content-box .content-item .button-box {
    display: flex;
    align-items: center;
}

.main-container .content-box .content-item .button-box .bszn {
    width: 86px;
    height: 32px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #087CD6;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #087CD6;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.main-container .content-box .content-item .button-box .zxsq {
    width: 86px;
    height: 32px;
    background: #087CD6;
    border-radius: 2px 2px 2px 2px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    margin-left: 8px;
}

.main-container .content-box .content-item:hover {
    background: #E6F1FA;
}

.main-container .content-box .drop-down:hover {
    cursor: pointer;
}


.main-container .content-box .content-item .label-box .drop-down-icon {
    width: 15px;
    text-align: center;
    font-size: 30px;
    color: gray;
    margin-left: 10px;
}

.main-container .content-box .childen-box{
    display: none;
}
.main-container .content-box .childen-box-visible {
    display: block; /* 显示时使用 */
}

/* 关怀版 */
.main-container .title-box .tab-box {
    display: flex;
    align-items: center;
    margin-top: 55px;
}

body.useOldFixed .main-container .tab-box .tab-item {
    width: 200px;
    height: 60px;
    background: rgba(33,36,50,0.5);
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

body.useOldFixed .main-container .tab-box .tab-item.selected {
    background: #FFFFFF;
    color: #333;
}

body.useOldFixed .main-container .menu-box .menu-item{
    width: 275px !important;
    height: 62px !important;
}
body.useOldFixed .main-container .menu-box .menu-item {
    font-size: 28px !important;
    Letter-spacing: 1px;
    line-height: 62px;
    min-height: 62px;
}

body.useOldFixed .main-container .content-box .content-item .label-box .label-name {
    color: #333333 !important;
    font-size: 28px !important;
}
body.useOldFixed .main-container .content-box .content-item .label-box .label-name:hover {
    color: #087CD6 !important;
    font-size: 28px !important;
}

body.useOldFixed .main-container .content-box .content-item .button-box .zxsq {
    width: 144px !important;
    height: 46px !important;
}

body.useOldFixed .main-container .content-box .content-item .button-box .bszn {
    width: 144px !important;
    height: 46px !important;
}