#zwfw-banner-bg {
    width: 100%;
    height: 280rem;
    background-size: 100% 100%;
    background-image: url('/globalstatic/szmz/mobile/images/zwfw/bsfw.png');
    font-size: 48rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 48rem;
    color: #FFFFFF;
}

#externalLinksTop {
    padding: 24rem;
}

#externalLinksTop a {
    height: 96rem;
}

#externalLinksTop img {
    width: 340rem;
    height: 96rem;
}

#tab-box {
    width: 100%;
    display: flex;
}

#tab-box a {
    flex: 1;
}

#tab-box .tab-item {
    width: 100%;
    height: 108rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E3ECF3;
    font-size: 32rem;
    color: #333333;
    font-weight: bold;
    flex-flow: column;
}

#tab-box .chosen {
    background-color: #fff;
    color: #005293;
    padding-top: 8rem;
}

#tab-box .chosen span {
    width: 48rem;
    height: 6rem;
    background: #005AA8;
    display: block;
    margin-top: 8rem;
}

.menu-box {
    width: 100%;
    display: flex;
}

.menu-box .left-menu {
    min-width: 206rem;
    width: 206rem;
    box-sizing: border-box;
    background-color: #F1F5F8;
}

.menu-box .left-menu .left-item {
    width: 100%;
    height: 112rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 30rem;
    color: #333333;
}

.menu-box .left-menu .chosen {
    font-weight: 900;
    background-color: #fff;
    color: #087CD6;
}

.menu-box .left-menu::-webkit-scrollbar {
    display: none;
}

.menu-box .right-menu {
    width: 100%;
    background-color: #fff;
    padding: 16rem 32rem 32rem 32rem;

}

.menu-box .right-menu .right-item {
    width: 100%;
    padding: 24rem;
    background: rgba(241, 245, 248, 0.5);
    margin-top: 16rem;
    display: flex;
    flex-flow: column;
    position: relative;
}

.menu-box .right-menu .right-item p {
    font-weight: bold;
    font-size: 28rem;
    color: #333333;
}

.menu-box .right-menu .right-item .label {
    position: absolute;
    width: 6rem;
    height: 26rem;
    background: #087CD6;
    left: 0;
    top: 32rem;
}

.btn-group {
    margin-top: 24rem;
}

.btn-group div {
    width: 152rem;
    height: 56rem;
    border-radius: 4rem;
    font-size: 24rem;
    text-align: center;
    line-height: 56rem;
}

.guide-btn {
    color: #087CD6;
    border: 1px solid #087CD6;
    margin-right: 16rem;
}

.deal-btn {
    color: #FFFFFF;
    background: #087CD6;
}

.right-item-father-box {
    width: 100%;
    height: 96rem;
}

.right-item-father-box div {
    font-size: 28rem;
    color: #242424;
    font-weight: bold;
}

.right-item-father-box img {
    width: 28rem;
    height: 28rem;
    margin-right: 12rem;
}

.expand-box {
    border-bottom: 1px solid #F2F2F2;
}

.retract {
    display: none;
}

.expand {
    display: block;
}

.expand-box .retract {
    display: block;
}

.expand-box .expand {
    display: none;
}

.sub-right-item-box {
    display: none;
}

.sub-right-item-box .right-item {
    margin-top: 2rem !important;
}

#externalLinksBottom {
    padding: 24rem;
    flex-wrap: wrap;
    display: none;
}

#externalLinksBottom a {
    margin-bottom: 16rem;
    height: 96rem;
}

#externalLinksBottom img {
    width: 338rem;
    height: 96rem;
}