.banner1 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
}

.banner {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.navli li {
    margin-right: 0 !important;
}

.banner1-pagea img {
    width: 3.3375rem;
    height: 1.3125rem;
    display: block;
    margin-top: 1.2375rem;
    margin-bottom: 1.0375rem;
}

.banner1-pageb {
    padding-bottom: 2.15rem;
    display: flex;
    justify-content: space-between;
    width: 15rem;
    margin: 0 auto;
}

.banner1-pageb img {
    width: 4.925rem;
    height: 6.45rem;
    display: block;
    margin-bottom: 0.375rem;
}

.banner2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.banner2-pageb {
    width: 16.25rem;
    position: absolute;
    top: 4.175rem;
    left: 50%;
    margin-left: -6.25rem;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 0 0 !important;
}

.banner2-pageb>.pageb_one p {
    font-size: 0.375rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.45rem;
    margin-bottom: 0.625rem;
}

.pageb_onea {
    display: flex;
}

.pageb_onea>div {
    display: flex;

    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    /* margin-right: 2.5rem; */
}

.pageb_onea>div div {
    margin-left: 0.25rem;
}

.banner2-pagec {
    width: 16.25rem;
    position: absolute;
    bottom: 1.675rem;
    left: 50%;
    margin-left: -6.25rem;
    display: flex;
    justify-content: space-between;
}

.pagec-a {
    margin-top: 1rem;
}

.pagec-aa {
    font-size: 0.375rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.pagec-ab {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A6B6E0;
    margin-bottom: 0.9375rem;
}

.pagec-ac {
    width: 5.375rem;
    display: flex;
}

.pagec-ac>img {
    width: 1.625rem;
    height: 1.625rem;
    background: #FFFFFF;
    border-radius: 0.125rem;
}

.pagec-ac div:nth-child(1) {
    width: 3.4625rem;
    font-size: 0.45rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.0625rem;
}

.pagec-ac div:nth-child(2) {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A6B6E0;
    margin-bottom: 0.0625rem;
}

.pagec-ac div:nth-child(3) {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A6B6E0;
}

.pagec-b {
    margin-right: 1.25rem;
}

.pagec-b p {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.pagec-b input {
    width: 6.625rem;
    height: 1rem;
    border-radius: 0.125rem;
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
    border: none;
    font-family: Source Han Sans CN;
    font-size: #343434;
    font-weight: 400;
    text-indent: 0.125rem;
}

.pagec-b button {
    border: none;
    width: 6.625rem;
    height: 1rem;
    background: #32B4EA;
    border-radius: 0.125rem;
    margin-top: 0.2875rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

/* 滑动到顶部 */
#goToTop {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 2rem;
    z-index: 9000;
    background: url('../../images/pc/return.png') no-repeat;
    background-size: 100% 100%;
    z-index: 999999 !important;
    /* position: fixed;
    */
}