.follow {
    width: 100%;
    background: url(../b_img/follow_1.jpg) no-repeat 50% 100%/auto 940px;
    position: relative
}

.follow-main {
    width: 1200px;
    height: 940px;
    margin: 0 auto;
    position: relative
}

.follow .label {
    width: 96px;
    height: 115px;
    position: absolute;
    transition: all .3s;
    perspective: 1000px
}

.follow .label::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: calc(50% - 4px);
    bottom: -3px;
    background: #e25441;
    border-radius: 50%
}

.follow .label.small {
    width: 85px;
    height: 99px
}

.follow .label.small .local {
    width: 62px;
    height: 32px;
    top: 10px;
    color: #fff;
    font-size: 26px;
}

.follow .label.active {
    transform: scale(1.1) !important
}

.follow .label.active .bgImg {
    background: url(../b_img/follow_cur.png) no-repeat 0 0/100% 90%;
    filter: drop-shadow(0 0 10px #fff1af);
    animation: jump 1s linear
}

.follow .label.active .local {
    color: #cb2629;
}

.follow .label .bgImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../b_img/follow_3.png) no-repeat 0 0/100% 100%
}

.follow .label.nx {
    left: 201px;
    top: 114px
}

.follow .label.gs {
    left: 114px;
    top: 189px
}

.follow .label.sx {
    left: 271px;
    top: 262px
}

.follow .label.hn {
    left: 420px;
    top: 257px
}

.follow .label.sc {
    left: 108px;
    top: 397px
}

.follow .label.hb {
    left: 445px;
    top: 418px
}

.follow .label.jx {
    left: 499px;
    top: 482px
}

.follow .label.hun {
    left: 404px;
    top: 516px
}

.follow .label.gz {
    left: 193px;
    top: 565px
}

.follow .label.fj {
    left: 632px;
    top: 583px
}

.follow .label.yn {
    left: 52px;
    top: 641px
}

.follow .label.gx {
    left: 250px;
    top: 709px
}

.follow .label.gd {
    left: 432px;
    top: 711px
}

.follow .local {
    width: 72px;
    height: 36px;
    position: absolute;
    left: 12px;
    top: 12px;
    color: #f6d6a1;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
}

.follow .circle {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -13px;
    z-index: -1;
    transform: rotateX(80deg);
    pointer-events: none
}

.follow .circle span {
    width: 100%;
    aspect-ratio: 1;
    box-sizing: border-box;
    border: 15px solid hsla(0, 0%, 100%, .3);
    position: absolute;
    left: 0;
    top: -100%;
    border-radius: 50%;
    opacity: 0;
    animation: rollScale 3s linear infinite
}

.follow .circle span:nth-child(1) {
    animation-delay: 0s
}

.follow .circle span:nth-child(2) {
    animation-delay: 1s
}

.follow .circle span:nth-child(3) {
    animation-delay: 2s
}

.follow-right {
    width: 445px;
    height: 740px;
    position: absolute;
    top: calc(50% - 370px);
    right: -20px;
    background: #cb2629;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 60px 20px 20px
}

.follow-right .close_btn {
    display: none
}

.follow-menu {
    width: 405px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    top: 0;
    padding-left: 110px
}

.follow-menu .menu_choose {
    width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: #931d19 #dd201d
}

.follow-menu .local_show {
    width: 106px;
    height: 60px;
    position: absolute;
    left: -10px;
    top: -20px;
    display: flex;
    justify-content: flex-end;
    background: url(../b_img/follow_h1.png) no-repeat 50% 50%/100% 100%
}

.follow-menu .local_show p {
    width: 95px;
    height: 60px;
    color: #f6d9a8;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .follow-menu .local_show p.jx {
    mask-image: url(../b_img/jx.png)
}

.follow-menu .local_show p.nx {
    mask-image: url(../b_img/nx.png)
}

.follow-menu .local_show p.gs {
    mask-image: url(../b_img/gs.png)
}

.follow-menu .local_show p.sx {
    mask-image: url(../b_img/sx.png)
}

.follow-menu .local_show p.hn {
    mask-image: url(../b_img/hn.png)
}

.follow-menu .local_show p.sc {
    mask-image: url(../b_img/sc.png)
}

.follow-menu .local_show p.hb {
    mask-image: url(../b_img/hb.png)
}

.follow-menu .local_show p.hun {
    mask-image: url(../b_img/hun.png)
}

.follow-menu .local_show p.gz {
    mask-image: url(../b_img/gz.png)
}

.follow-menu .local_show p.fj {
    mask-image: url(../b_img/fj.png)
}

.follow-menu .local_show p.yn {
    mask-image: url(../b_img/yn.png)
}

.follow-menu .local_show p.gx {
    mask-image: url(../b_img/gx.png)
}

.follow-menu .local_show p.gd {
    mask-image: url(../b_img/gd.png)
} */

.follow-menu .menu_item {
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 10px;
    color: #f6d6a1;
    background: #dbac5f;
    white-space: nowrap;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer
}

.follow-menu .menu_item.active {
    background: #e9514a
}

.follow_localChoose {
    display: none;
    height: 100%
}

.follow_localChoose[data-local=jx] {
    display: block
}

.follow .follow_cont {
    height: 100%
}

.follow .cont_item {
    height: 100%;
    color: #f6d396;
    display: none
}

.follow .cont_item:nth-child(1) {
    display: block
}

.follow .cont_item a {
    color: #f6d396
}

.follow .cont_item .cont_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.follow .cont_big {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6d396
}

.follow .cont_big img {
    width: 405px;
    height: 225px;
    border-radius: 10px;
    margin-bottom: 5px
}

.follow .cont_list {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #931d19 #dd201d;
    box-sizing: border-box;
    padding-right: 6px
}

.follow .cont_list ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.follow .cont_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.follow .cont_list li img {
    width: 210px;
    height: 110px;
    border-radius: 10px
}

.follow .cont_list li p {
    width: 100%
}

@keyframes rollScale {
    0% {
        transform: scale(0);
        opacity: 1
    }

    80% {
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes jump {

    0%,
    50%,
    100% {
        transform: translateY(0)
    }

    25%,
    75% {
        transform: translateY(-10px)
    }
}

@media screen and (max-width: 750px) {
    .follow {
        height: 90vh;
        background-position: 50% 50%;
        background-size: auto 115%;
        overflow: hidden
    }

    .follow .column {
        width: 50%;
        padding: 0 .3rem .5rem;
        margin: .5rem 0 .3rem;
    }

    .follow-main {
        width: 100%;
        height: 90vh;
    }

    .follow .local {
        width: 1rem;
        height: .47rem;
        left: .15rem;
        top: .13rem
    }

    .follow .label {
        width: 1.3rem;
        height: 1.5rem
    }

    .follow .label.small {
        width: 1.1rem;
        height: 1.3rem
    }

    .follow .label.small .local {
        width: .8rem;
        height: .4rem;
        top: .13rem;
        font-size: .36rem;
    }

    .follow .label.nx {
        left: 25%;
        top: 3%
    }

    .follow .label.gs {
        left: 12%;
        top: 9%
    }

    .follow .label.sx {
        left: 34%;
        top: 16.5%
    }

    .follow .label.hn {
        left: 55%;
        top: 16%
    }

    .follow .label.sc {
        left: 12%;
        top: 29%
    }

    .follow .label.hb {
        left: 58%;
        top: 31%
    }

    .follow .label.jx {
        left: 66%;
        top: 36%
    }

    .follow .label.hun {
        left: 51%;
        top: 38%
    }

    .follow .label.gz {
        left: 23%;
        top: 44%
    }

    .follow .label.fj {
        left: 83%;
        top: 46%
    }

    .follow .label.yn {
        left: 4%;
        top: 51%
    }

    .follow .label.gx {
        left: 31%;
        top: 57%
    }

    .follow .label.gd {
        left: 56%;
        top: 58%
    }

    .follow .circle {
        height: .3rem;
        left: 0;
        bottom: -0.1rem
    }

    .follow .circle span {
        border: .15rem solid hsla(0, 0%, 100%, .6)
    }

    .follow .local {
        font-size: 0.4rem;
    }

    .follow-right {
        width: 90vw;
        height: 72vh;
        top: 1vh;
        right: 5vw;
        border-radius: .15rem;
        padding: 1rem .2rem .2rem;
        z-index: 20;
        transition: all .3s;
        transform: translateX(100vw)
    }

    .follow-right.goIn {
        transform: translateX(0)
    }

    .follow-right .close_btn {
        display: block;
        width: .6rem;
        height: .6rem;
        background: #c60909;
        border-radius: .1rem;
        z-index: 9;
        position: absolute;
        top: -0.7rem;
        right: 0
    }

    .follow-right .close_btn::before,
    .follow-right .close_btn::after {
        content: "";
        width: .5rem;
        height: .02rem;
        background: #fff;
        position: absolute;
        top: .3rem;
        left: .05rem;
        transform-origin: center
    }

    .follow-right .close_btn::before {
        transform: rotate(45deg)
    }

    .follow-right .close_btn::after {
        transform: rotate(-45deg)
    }

    .follow-menu {
        width: 97%;
        height: .4rem;
        left: .2rem;
        padding-left: 1.6rem
    }

    .follow-menu .menu_choose {
        gap: .2rem
    }

    .follow-menu .local_show {
        width: 1.5rem;
        height: .8rem;
        left: -0.1rem;
        top: -0.2rem
    }

    .follow-menu .local_show p {
        width: 90%;
        height: 100%;
        font-size: .46rem;
    }

    .follow-menu .menu_item {
        font-size: .36rem;
        line-height: .6rem;
        font-weight: bold;
        padding: 0 .2rem;
        color: #f6d6a1;
        border-bottom-left-radius: .1rem;
        border-bottom-right-radius: .1rem
    }

    .follow .cont_item {
        height: 100%;
        color: #f6d396;
        display: none
    }

    .follow .cont_item:nth-child(1) {
        display: block
    }

    .follow .cont_item a {
        color: #f6d396
    }

    .follow .cont_item .cont_wrap {
        gap: .4rem
    }

    .follow .cont_big {
        font-size: .3rem;
        padding-bottom: .2rem
    }

    .follow .cont_big img {
        width: 100%;
        height: auto;
        border-radius: .1rem;
        margin-bottom: .05rem
    }

    .follow .cont_list {
        padding-right: .06rem
    }

    .follow .cont_list ul {
        gap: .2rem
    }

    .follow .cont_list li a {
        gap: .2rem
    }

    .follow .cont_list li img {
        width: 40%;
        height: auto;
        border-radius: .1rem
    }
}

/*# sourceMappingURL=bottom.min.css.map */