/* 健康提示 */
.Section-notice {
    background-color: #ffffff;
    height: 60px;
}

.Section-notice-box {
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.Section-notice-left {
    width: 830px;
    margin-right: 65px;
}

.Section-notice-left,
.Section-notice-right {
    height: 100%;
    line-height: 60px;
}

.notice--group>.C__icon {
    display: block;
    font-size: 22px;
    color: #13227A;
    line-height: 60px;
}

.notice--group>p {
    color: #13227A;
    font-size: 16px;
    font-weight: 700;
    margin-left: 8px;
    line-height: 60px;
}

.notice--group .notice--img {
    width: auto;
    height: 22px;
    object-fit: contain;
    margin-top: 20px;
}

.notice-swiper {
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
}

.notice-swiper .swiper-container {
    margin-left: 22px;
    height: 60px;
}

.notice-swiper .swiper-slide {
    display: block;

}

.centerWidth {
    /* width: 1440px;  */
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.notice-swiper-title {
    width: 600px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 30px;
}

.notice-swiper-date {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 60px;
}


.serach--group {
    height: 40px;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    position: relative;
    behavior: url(/Areas/Home/Views/Home/PC/1/Plugins/PIE-1.0.0/PIE.htc);
}

.search--group-btn {
    width: 80px;
    height: 40px;
    background-color: #367bff;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.search--group-input {
    width: 260px;
    height: 40px;
    background-color: #eeeff5;
    padding: 0 14px;
    box-sizing: border-box;
    line-height: 40px;
}

.search--img {
    width: auto;
    height: 18px;
    object-fit: contain;
    margin-top: 11px;
}

.search--group-input .C__icon {
    font-size: 17px;
    color: #45485A;
    line-height: 40px;
}

.search--input {
    margin: 0 6px;
    width: 195px;
    height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 7.5px;
    outline: none;
    border: none;
    background-color: #eeeff5;
    box-sizing: border-box;
    line-height: 25px;
}


.read--btn {
    width: 130px;
    height: 40px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.99);
    border: 1px solid #367bff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 15px;
    position: relative;
    behavior: url(/Areas/Home/Views/Home/PC/1/Plugins/PIE-1.0.0/PIE.htc);
}

.read--btn-box {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}

.read--img {
    width: auto;
    height: 18px;
    object-fit: contain;
    margin-top: 11px;
}

.read--btn .C__icon {
    font-size: 17px;
    color: #367BFF;
    line-height: 40px;
}

.read--btn-box>p {
    font-size: 16px;
    font-weight: 400;
    color: #367bff;
    margin-left: 5px;
    line-height: 38px;
}


/* 中心动态-区县动态-通知公告 */
.Section-dynamic {
    margin-top: 20px;
}

.Section-dynamic-box {
    padding: 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    overflow: hidden;
}




.Section-dynamic-right {
    width: 600px;
    height: 450px;
    overflow: hidden;
    margin-left: 30px;
}

.Section-dynamic-tab {
    width: 100%;
    height: 50px;
}

.dynamic-tab-item {
    display: block;
    width: 33.33%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #EEEFF5;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    transition: all .3s;
    cursor: pointer;
}

.dynamic-tab-item.active {
    background-color: #367BFF;
    color: #ffffff;
}

.Section-dynamic-list {
    margin-top: 20px;
}

.dynamic-list-item {
    display: none;
    overflow: hidden;
}

/* 广告 */
.Section-adv {
    margin-top: 20px;
}

.Section-adv-box {
    position:relative;
    width:100%;
    background-color: #dddddd;
    height: 160px;
}

.Section-adv-box .swiper-container {
    width: 100%;
    height: 160px;
}

.Section-adv-box .swiper-slide {
    width: 100%;
    height: 160px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.Section-adv-box .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    display: none;
}

.Section-adv-box .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    behavior: url(/Areas/Home/Views/Home/PC/1/Plugins/PIE-1.0.0/PIE.htc);
    background: #ffffff;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.Section-adv-box .swiper-active-switch {
    background: #367BFF;
}

/* 疾控信息-交流互动-热点专题 */
.Section-info {
    background-color: #ffffff;
    margin-top: 30px;
    overflow: hidden;
}

.section-info-box1,
.section-info-box2 {
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
}

.section-info-box2 {
    margin-bottom: 30px;
    overflow: hidden;
}

.info-box1--left {
    width: 910px;
}

.info-box1--right {
    width: 430px;
    height: 610px;
    position: relative;
}

.box1-left-info-list {
    overflow: hidden;
    margin-top: 30px;
}

.box1-info-list--item {
    overflow: hidden;
    display: none;
    min-height: 304px;
}

.box1-info-list--item.itemShow {
    display: block;
}

.box1-left-info-list .module_tab_list {
    width: 430px;
}

.box1-left-info-list .module_tab_list>li>a {
    width: 315px;
}

.box1-left-interact {
    margin-top: 20px;
}

.box1-left-interact-list {
    margin-top: 20px;
    overflow: hidden;
    margin-left: -10px;
}

.interact-list-item {
    display: block;
    overflow: hidden;
    width: 220px;
    height: 90px;
    margin-left: 10px;
}

.interact-list-item>img {
    width: auto;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}

.interact-list-item:hover img {
    transform: scale(1.1);
}

.box1-right-adv {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}
    .box1-right-adv .swiper-container {
        width: 100%;
        height: 130px;
    }
        .box1-right-adv .swiper-container .swiper-slide {
            width: 100%;
            height: 130px;
        }
            .box1-right-adv .swiper-container .swiper-slide > img {
                width: 100%;
                height: 130px;
                object-fit: cover;
                margin: 0 auto;
            }
    .box1-right-adv .swiper-pagination {
        position: absolute;
        z-index: 20;
        bottom: 10px;
        width: 100%;
        text-align: center;
        display: none;
    }

    .box1-right-adv .swiper-pagination-switch {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        position: relative;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        behavior: url(/Areas/Home/Views/Home/PC/1/Plugins/PIE-1.0.0/PIE.htc);
        background: #ffffff;
        margin: 0 5px;
        opacity: 0.8;
        cursor: pointer;
    }

    .box1-right-adv .swiper-active-switch {
        background: #367BFF;
    }
.box1-right-list {
    margin-top: 7px;
    min-height: 270px;
}

.box1-right-list .module_tab_list>li>a {
    width: 413px;
}

.box1-right-swiper {
    width: 100%;
    height: 111px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.box1-right-swiper>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-box2--adv {
    margin-top: 20px;
    overflow: hidden;
}

.info-box2--adv .swiper-container {
    height: 115px;
}

.box2-adv-item {
    display: block;
    width: 335px;
    height: 115px;
    overflow: hidden;
    box-sizing: border-box;
}

.box2-adv-item>img {
    width: 108%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.box2-adv-item:hover img {
    transform: scale(1.1);
}
.box2-adv-item>span{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all .3s;
}
    .box2-adv-item:hover span {
        transform: scale(1.1);
    }
.info-box2--adv .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    opacity: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.info-box2--adv .swiper-button-prev>span {
    display: block;
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png);
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png', sizingMethod='scale');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    width: 30px;
    height: 50px;
    background: none\9;
}

.info-box2--adv .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    opacity: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);

}

.info-box2--adv .swiper-button-next>span {
    display: block;
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png);
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png', sizingMethod='scale');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    width: 30px;
    height: 50px;
    background: none\9;
}

.info-box2--adv:hover .swiper-button-next,
.info-box2--adv:hover .swiper-button-prev {
    opacity: 1;
}

.info-box2--adv:hover .swiper-button-disabled {
    opacity: 0.35;
}

/* 惠民服务-健康教育 */
.Section-serve {
    margin-top: 30px;
    overflow: hidden;
}

.Section-serve-box1 {
    background-color: #ffffff;
    padding: 0 30px 20px 30px;
    box-sizing: border-box;
}

.Section-serve-left {
    width: 910px;
}

.serve-box1-list {
    overflow: hidden;
    margin-left: -23px;
}

.serve-box1-list-item {
    margin-left: 23px;
    width: 210px;
    height: 64px;
    background-color: #faf2d3;
    text-align: center;
    margin-top: 20px;
    display: block;
    overflow: hidden;
    transition: all .3s;
}

.serve-box1-list-item>img {
    width: auto;
    height: 32px;
    object-fit: contain;
    margin-top: 16px;
    margin-left: 19px;
    overflow: hidden;
}

.serve-box1-list-item>p {
    width: 125px;
    font-size: 20px;
    font-weight: 700;
    color: #e0ad11;
    line-height: 64px;
    margin-left: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}


.serve-box1-list-item:hover {
    opacity: 0.8;
}

.Section-serve-right {
    width: 430px;
}

.serve-right-list {
    margin-top: 20px;
    overflow: hidden;
    margin-left: -10px;
}

.serve-right-list-item {
    overflow: hidden;
    width: 100px;
    height: 145px;
    background-color: #ffffff;
    border: 1px solid #dadce7;
    box-sizing: border-box;
    margin-left: 10px;
    text-align: center;
    transition: all .3s;
}

.serve-right-list-item>img {
    width: auto;
    height: 47px;
    margin-top: 30px;
    transition: all .3s;
}

.serve-right-list-item>p {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
    transition: all 2s;
}


.serve-right-list-item:hover {
    border-color: #367BFF;
    box-shadow: 0px 4px 10px 0px rgba(142, 142, 142, 0.20);
    -moz-box-shadow: 0px 4px 10px 0px rgba(142, 142, 142, 0.20);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(142, 142, 142, 0.20);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#8e8e8e', Direction=125, Strength=10);
}

.serve-right-list-item:hover p {
    color: #367BFF;
}

.serve-right-list-item:hover img {
    transform: rotateY(360deg);
}

.Section-serve-box2 {
    background-color: #ffffff;
    padding: 0 30px 40px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.serve-box2-list {
    margin-top: 20px;
    /*overflow: hidden;*/
    margin-left: -24px;
}

.serve-box2-list-item {
    width: 210px;
    height: 270px;
    background-color: #eeeff5;
    text-align: center;
    margin-left: 24px;
    transition: all .3s;
    border-bottom: 5px solid #eeeff5;
    box-sizing: border-box;
}

.serve-box2-icon {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 100%;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    behavior: url(/Areas/Home/Views/Home/PC/1/Plugins/PIE-1.0.0/PIE.htc);
    margin-left: 50px;
    margin-top: 40px;
    text-align: center;
    transition: all .3s;
}

.serve-box2-icon>img {
    width: auto;
    height: 110px;
    object-fit: contain;
}

.serve-box2-text {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.serve-box2-line {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #13227a;
    margin-top: 18px;
    margin-left: 90px;
    transition: all .3s;
}
.serve-box2-list-item:hover .serve-box2-icon {
    margin-top: 30px;
}
.serve-box2-list-item:hover {
    background-color: #367BFF;
    -moz-box-shadow: 0px 5px 15px 0px rgba(141, 141, 141, 0.35);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(141, 141, 141, 0.35);
    box-shadow: 0px 5px 15px 0px rgba(141, 141, 141, 0.35);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#8d8d8d', Direction=125, Strength=3);
    border-bottom: 5px solid #DF3F34;
}

.serve-box2-list-item:hover .serve-box2-text {
    color: #ffffff;
}

.serve-box2-list-item:hover .serve-box2-line {
    background-color: #ffffff;
}

/* 健康科普资源库 */
.Section-library {
    margin-top: 20px;
    overflow: hidden;
}

.Section-library-box {
    background-color: #ffffff;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
}

.library-box-list {
    width: 100%;
    height: 228px;
    overflow: hidden;
    margin-top: 20px;
}

.library-box-list--item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.library-box-list--item.itemShow {
    display: block;
}

.library-box-list .swiper-container {
    width: 100%;
    height: 100%;
}

.library-box-list .swiper-slide {
    display: block;
    width: auto;
    height: 210px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}


.library-box-list .library--img {
    width: auto;
    height: 210px;
    transition: all .3s;
}

.library-box-list .library--title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    line-height: 36px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.library-box-list .swiper-slide:hover .library--img {
    transform: scale(1.1);
}

.library-box-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    opacity: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.library-box-list .swiper-button-prev>span {
    display: block;
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png);
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png', sizingMethod='scale');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    width: 30px;
    height: 50px;
    background: none\9;
}

.library-box-list .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    opacity: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);

}

.library-box-list .swiper-button-next>span {
    display: block;
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png);
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png', sizingMethod='scale');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    width: 30px;
    height: 50px;
    background: none\9;
}

.library-box-list:hover .swiper-button-next,
.library-box-list:hover .swiper-button-prev {
    opacity: 1;
}

.library-box-list:hover .swiper-button-disabled {
    opacity: 0.35;
}
.library-box-list .library--icon {
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 36px;
}
    .library-box-list .library--icon .C__icon{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height:40px;
        font-size: 40px;
        margin-top: -20px;
        margin-left: -20px;
        color: #ffffff;
    }
    .library-box-list .library--icon .library--icon--img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 40px;
        width: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
    .Section-area {
        margin-top: 20px;
        /* 区域特色 */
        /*overflow: hidden;*/
    }

.Section-area-box {
    padding: 0 30px 30px 30px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #ffffff;
}

.area-box-list {
    margin-top: 20px;
    overflow: hidden;
    height: 170px;
}

.area-box-list .swiper-container {
    width: 100%;
    height: 100%;
}

.area-box-list .swiper-slide {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 170px;
}

.area-box-list .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.area-box-list .swiper-slide:hover img {
    transform: scale(1.1);
}


.area-box-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    opacity: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.area-box-list .swiper-button-prev>span {
    display: block;
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png);
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png', sizingMethod='scale');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    width: 30px;
    height: 50px;
    background: none\9;
}

.area-box-list .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    opacity: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);

}

.area-box-list .swiper-button-next>span {
    display: block;
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png);
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png', sizingMethod='scale');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    width: 30px;
    height: 50px;
    background: none\9;
}

.area-box-list:hover .swiper-button-next,
.area-box-list:hover .swiper-button-prev {
    opacity: 1;
}

.area-box-list:hover .swiper-button-disabled {
    opacity: 0.35;
}


body .topbar-html {
    background-color: #dcdcdc;
    box-shadow: none;
}
body .bigtext-html-btn {
    text-align: center;
    line-height: 20px;
}

.swiper-pagination-bullet-active{
    background:#fff;
}