.banner1{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-top: 1.2rem;
}

.banner1-one {
    width: 14.6rem;
    height: 3.75rem;
    background: #FFFFFF;
    margin: 0 auto;
    /* box-shadow: 0.0625rem 0.0625rem 0.0625rem #f1f4f8;
    */
    box-shadow: 0.0125rem 0.025rem 0.25rem #f1f4f8;
    margin-bottom: 0.775rem;
    display: flex;
}

.one-a img {
    width: 5.325rem;
    height: 3.325rem;
    margin-top: 0.175rem;
    margin-bottom: 0.2625rem;
    margin-left:0.2625rem;
}

.one-b {
    width: 7.725rem;
    margin-left: 0.5rem;
}

.one-ba {
    font-size: 0.375rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #343434;
    margin-top: 0.9125rem;
    margin-bottom: 0.625rem;
}

.one-bb {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0.0625rem;
}

.one-bc {
    font-size: 0.175rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #32B4EA;
    text-align: right;
}
/* 滑动到顶部 */
#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;
    */
}