.hrContent {
    width: 100%;
}

.bannerImg {
    width: 100%;
    height: 30.21vw
}

.tabbarBox {
    width: 62.5vw;
    margin: -2.2vw auto 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border-bottom: 1px solid #EAEDF4; */
    box-shadow: 0px 4px 6px 0px rgba(27, 123, 255, 0.1);
    background-color: white;
    position: relative;
}

.tabbarList {
    color: rgba(40, 53, 72, 1);
    font-size: 1.14vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin: 0 2vw;
    padding: 1.2vw 0;
    border-bottom: 0.16vw solid #00000000;
    cursor: pointer;
}

.tabbarAction {
    color: #1B7BFF !important;
    border-bottom: 0.16vw solid #1B7BFF !important;
}

.contentTitle {
    width: 100%;
    color: rgba(38, 38, 38, 1);
    font-size: 2vw;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    text-align: center;
    margin: 3vw 0;
}

.zpgw {
    width: 61vw;
    margin: 2vw auto;
    display: flex;
    justify-content: space-between;
}

.zpgw .zpgwLeft {
    width: 9.38vw;
    flex: 1;
    border-right: 0.06vw solid #E1E6F0;
}

.zpgw .zpgwLeft .list {
    width: 100%;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0.21vw solid #00000000;
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #495770;
    cursor: pointer;
}

.zpgw .zpgwLeft .listAction {
    border-right: 0.21vw solid #1B7BFF !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.49) 0%, #B4D5FD 100%) !important;
    color: #1B7BFF !important;
}

.zpgw .zpgwRight {
    width: 51.15vw;
    padding: 1vw 5vw;
}

.zpgw .zpgwRight .title {
    color: #222222;
    font-size: 0.72vw;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    margin: 1.5vw 0 1vw;
}

.zpgw .zpgwRight .content {
    color: rgba(73, 87, 112, 1);
    font-size: 0.72vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
}

.zpgw .zpgwRight .content div {
    margin: 0.25vw 0;
}

.zpgw .zpgwRight img {
	max-width:100%;
	height:auto;
}

.rczc {
    width: 61vw;
    margin: 2vw auto;
}

.rczc .contentText {
    width: 100%;
    color: rgba(73, 87, 112, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    line-height: 1.36vw;
}

.rczc .rczcListBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5vw;
}

.rczc .rczcListBox .rczcList {
    width: 14.85vw;
    height: 13.81vw;
    background-color: rgba(237, 244, 251, 1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rczc .rczcListBox .rczcList img {
    width: 3.81vw;
    height: 3.7vw;
    margin-top: -1.9vw;
}

.rczc .rczcListBox .rczcList .title {
    color: rgba(18, 25, 77, 1);
    font-size: 1.04vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin: 1vw 0;
}

.rczc .rczcListBox .rczcList .text {
    width: 11.78vw;
    color: rgba(112, 116, 129, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: center;
    margin-top: 0.5vw;
}

.tdfs {
    width: 62.5vw;
    margin: 2vw auto;
    display: flex;
    justify-content: space-between;
}

.tdfsLeft {
    height: 13.03vw;
    width: 22.4vw;
    background-color: #4498FF;
    border-radius: 6px 0px 0px 6px;
    display: flex;
    align-items: center;
}

.tdfsLeft .codeBox {
    width: 6.78vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0.8vw;
}

.tdfsLeft .codeBox img {
    width: 5.84vw;
    height: 5.84vw;
    padding: 0.5vw;
    background-color: #2687FF;
}

.tdfsLeft .codeBox div {
    color: rgba(255, 255, 255, 1);
    font-size: 0.72vw;
    font-family: PingFang-SC-Regular;
    margin-top: 0.3vw;
}

.tdfsLeft .textBox {
    flex: 1;
    padding: 0.4vw;
    color: rgba(255, 255, 255, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    /* padding-top: 3vw; */
}

.tdfsRight {
    height: 13.03vw;
    width: 39.07vw;
    background-color: rgba(244, 249, 255, 1);
    border-radius: 0px 6px 6px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tdfsRightBox {
    width: 100%;
    padding: 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tdfsRightBox img {
    width: 8.39vw;
    height: 7.09vw;
    padding-right: 1vw;
}

.tdfsRightBox .rightTextBox {
    height: 7.09vw;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightTextBox .text1 {
    color: rgba(34, 34, 34, 1);
    font-size: 0.93vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
}

.rightTextBox .text2 {
    color: rgba(73, 87, 112, 1);
    font-size: 0.72vw;
    font-family: PingFang-SC-Regular;
}

@media (max-width: 768px) {
    .tabbarBox {
        width: 90vw;
        margin: 4vw auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #EAEDF4;
    }

    .tabbarList {
        color: rgba(40, 53, 72, 1);
        font-size: 3.2vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin: 0 4vw;
        padding: 1.2vw 0;
        border-bottom: 0.16vw solid #00000000;
        cursor: pointer;
    }

    .contentTitle {
        width: 100%;
        color: rgba(38, 38, 38, 1);
        font-size: 4vw;
        font-family: PingFang-SC-Bold;
        font-weight: 700;
        text-align: center;
        margin: 3vw 0;
    }

    .zpgw {
        width: 90vw;
        margin: 3vw auto;
        display: flex;
        justify-content: space-between;
    }

    .zpgw .zpgwLeft {
        width: 16vw;
        border-right: 0.06vw solid #E1E6F0;
    }

    .zpgw .zpgwLeft .list {
        width: 100%;
        height: 8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1vw solid #00000000;
        font-size: 3.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        color: #495770;
        cursor: pointer;
    }

    .zpgw .zpgwLeft .listAction {
        border-right: 1vw solid #1B7BFF !important;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.49) 0%, #B4D5FD 100%) !important;
        color: #1B7BFF !important;
    }

    .zpgw .zpgwRight {
        width: 70vw;
        padding: 1vw 5vw;
    }

    .zpgw .zpgwRight .title {
        color: #222222;
        font-size: 2.1vw;
        font-family: PingFang-SC-Medium;
        font-weight: bold;
        margin: 1.5vw 0 1vw;
    }



    .zpgw .zpgwRight .content {
        color: rgba(73, 87, 112, 1);
        font-size: 2.1vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
    }

    .rczc {
        width: 90vw;
        margin: 2vw auto;
    }

    .rczc .contentText {
        width: 100%;
        color: rgba(73, 87, 112, 1);
        font-size: 2.4vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        line-height: 4vw;
    }

    .rczc .rczcListBox {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 5vw;
    }

    .rczc .rczcListBox .rczcList {
        width: 45%;
        height: 32vw;
        background-color: rgba(237, 244, 251, 1);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5vw 0 7vw;
    }

    .rczc .rczcListBox .rczcList .title {
        color: rgba(18, 25, 77, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin: 2vw 0;
    }

    .rczc .rczcListBox .rczcList img {
        width: 10vw;
        height: 9.5vw;
        margin-top: -5.8vw;
    }

    .rczc .rczcListBox .rczcList .text {
        width: 90%;
        color: rgba(112, 116, 129, 1);
        font-size: 2.4vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        text-align: center;
        margin-top: 1.5vw;
    }

    .tdfs {
        width: 90vw;
        margin: 2vw auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .tdfsLeft {
        height: auto;
        width: 100%;
        background-color: #4498FF;
        border-radius: 6px 6px 0px 0px;
        display: flex;
        align-items: center;
        padding: 3vw 0;
    }

    .tdfsLeft .codeBox {
        width: 20vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 2.4vw;
    }

    .tdfsLeft .codeBox img {
        width: 18vw;
        height: 18vw;
        padding: 1.5vw;
        background-color: #2687FF;
    }

    .tdfsLeft .codeBox div {
        color: rgba(255, 255, 255, 1);
        font-size: 2.1vw;
        font-family: PingFang-SC-Regular;
        margin-top: 1vw;
    }

    .tdfsLeft .textBox {
        flex: 1;
        padding: 1.2vw;
        color: rgba(255, 255, 255, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        /* padding-top: 3vw; */
    }

    .tdfsRight {
        height: auto;
        width: 100%;
        background-color: rgba(244, 249, 255, 1);
        border-radius: 0px 0px 6px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3vw 0;
    }

    .tdfsRightBox img {
        width: 16.5vw;
        height: 14vw;
        padding-right: 2vw;
    }

    .tdfsRightBox .rightTextBox {
        height: auto;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rightTextBox .text1 {
        color: rgba(34, 34, 34, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin-bottom: 2vw;
    }

    .rightTextBox .text2 {
        color: rgba(73, 87, 112, 1);
        font-size: 1.8vw;
        font-family: PingFang-SC-Regular;
    }

}