body {
    background-color: #f6f6f6;
}

.topbt {

    font-size: 18px !important;
    font-family: '微软雅黑';
    line-height: 32px;
    background: url(/material/zt/2023/rhzt/rhfw_ej/image/bg.png) no-repeat top center;
    background-size: 1920px;
    min-width: 1300px;
    /* max-width: 1920px; */
    margin: 0 auto;
    min-height: 340px;
    padding-top: 1px;
}

.topbt .bgImg {
    display: none;
    position: absolute;
}

/* .topbt .bgImg:nth-child(1) {
    display: none;
    right:
        30px;
    top: -130px;

} */

.topbt .bgImg:nth-child(2) {
    right:
        30px;
    top: -130px;

}

.topbt .bgImg:nth-child(3) {
    display: none;
    right:
        30px;
    top: -130px;

}

.topbt .bgImg:nth-child(4) {
    display: none;
    right:
        70px;
    top: -130px;

}

.topbt .bgImg:nth-child(5) {
    display: none;
    right:
        80px;
    top: -110px;

}

.topbt .bgImg:nth-child(6) {
    display: none;
    right:
        50px;
    top: -80px;

}

.topbt .bgImg:nth-child(7) {
    display: none;
    right:
        60px;
    top: -110px;

}

.topbt .bgImg:nth-child(8) {
    display: none;
    right:
        50px;
    top: -50px;

}

.topbt .bgImg:nth-child(9) {
    display: none;
    right:
        50px;
    top: -100px;

}

.topbt .bgImg:nth-child(10) {
    display: none;
    right:
        40px;
    top: -90px;

}

.topbt .bgImg:nth-child(11) {
    display: none;
    right:
        50px;
    top: -90px;

}

.topbt .bgImg:nth-child(12) {
    display: none;
    right:
        60px;
    top: -90px;

}

.topbt .bgImg:nth-child(13) {
    display: none;
    right:
        50px;
    top: -90px;

}

.wrap1 {
    position: relative;
    margin: 178px auto 0;
    width: 1300px;
}

.wrap2 {
    position: relative;
    margin: 0 auto 0;
    width: 1300px;
}

.mc {
    font-size: 91.78px;
    color: #fff;
    font-weight: 700;
    margin-right: 30px;
}

.select {
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute; */
    /* left: 490px; */
    width: 163px;
    height: 49px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 21.6px;
    color: #0058fc;
    cursor: pointer;
}

.select img {
    transition: transform 0.3s ease;
    margin-left: 20px;
}

.selectList {

    padding-top: 10px;
    position: absolute;
    top: 40px;
    background-color: #fff;
    z-index: 10;
    overflow-y: auto;
    height: 300px;
}

.selectList::-webkit-scrollbar {
    width: 5px;
}

.selectList::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 0.2;
}

.selectList::-webkit-scrollbar-thumb {
    background-color: #ecb089;
    border-radius: 5px;
}

.selectList li {
    display: flex;
    justify-content: center;
    width: 138px;
    padding: 5px 10px;
    text-align: center;
}

.selectList li:hover {
    background-color: #0050fc;
    border-radius: 20px;
}

.selectList li:hover a {

    color: #fff !important;

}

.bar1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 72px;
}

.bar1 li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    padding: 0 20px;
    height: 58px;
    background-color: #40b6ec;
    border-radius: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.bar1 li:hover {
    color: #fea36e;
}

.bar1 .active:hover {
    color: #fff;
}

.bar1 li {
    margin-right: 20px;
    margin-top: 20px;
}

.bar1 li:last-child {
    margin-right: 0;
}

.bar1 .active {
    position: relative;
    background-color: #fca45d;
    color: #fff;
}

.bar1 .active::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 99%);
    width: 0;
    height: 0;

    border: 10px solid transparent;
    border-top: 10px solid#fca45d;
    /* border-right: 30px solid #000; */
}

.bar2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.bar2_left {

    width: 806px;
    min-height: 200px;
}

.bar2_right {
    width: 478px;
    min-height: 200px;
}

.bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 32.6px;
    padding-left: 47.8px;
    height: 98px;
    background-image: url(/material/zt/2023/rhzt/rhfw_ej/image/bt.png);
}

.bt a {
    color: #4c4c4c;
    font-size: 20px;
}

.bt2 {
    padding-right: 32.6px;
    padding-left: 47.8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 478px; */
    height: 98px;
    background-image: url(/material/zt/2023/rhzt/rhfw_ej/image/bt2.png);
    border-radius: 20px 20px 0 0;
}

.bt2 a {
    color: #fff;
    font-size: 20px;
}

.list {
    padding-top: 1px;
    padding-right: 6px;
    padding-left: 47.8px;
    padding-bottom: 53px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
}

.list li {
    position: relative;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    color: #434343;
    font-weight: 500;
}

.list li:last-child {
    margin-bottom: 0px
}

.list li div {

    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list li::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    background-color: #0050fc;
    border-radius: 50%;
}

.list2 {
    padding-top: 1px;
    padding-right: 6px;
    padding-left: 37.8px;
    padding-bottom: 20px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    border: 1px solid #dcf2fd;
    border-top: 0;
    overflow-y: auto;
}

.list2 li {
    position: relative;
    margin-bottom: 29.5px;
    display: flex;
    justify-content: space-between;
    color: #434343;
}

.list2 li div {
    font-weight: 500;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list2 li::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    background-color: #0050fc;
    border-radius: 50%;
}



.list3 {
    padding-left: 10px;
    margin-top: 20px;

    overflow-y: auto;
}

.list3::-webkit-scrollbar {
    width: 3px;
    margin-right: 20px;
}

.list3::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 0.2;
}

.list3::-webkit-scrollbar-thumb {
    background-color: #dbf1fc;
    border-radius: 5px;
}

.list3 li:last-child {
    margin-bottom: 0;
}

.yth {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}


.wyc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 20px 0 25px;
    background-color: #fdece0;
    font-size: 22px;
    color: #8d4f38;
    margin-right: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}

.wyc:hover {
    color: #0050fc;
}

.wyc::after {
    position: absolute;
    content: '';
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    background-color: #e9513c;
    border-radius: 50%;
}

.fwzn4 {
    width: 745.6px;
    padding-right: 32.6px;
    padding-left: 27.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    height: 139px;
    background-color: #fff;
    border-radius: 20px;
}

.fwzn4_left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 18px;
    color: #626262;
}

.fwzn4_left p:first-child {
    margin-bottom: 20px;
}

.fwzn4_right {
    display: flex;
    align-items: center;
}

.fwzn4_right div {
    writing-mode: vertical-lr;
}