.BTBT {
    position: absolute;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #e23536;
    border: solid 2px #dcb26d;
    top: -20px;
    font-size: 30px;
    border-radius: 10px;
    color: #f6d9a8;
}

.follow {
    width: 100%;
    background: url(http://images.china.cn/images1/en/20260611/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: 200px;
    height: 100px;
    position: absolute;
    transition: all .3s;
    perspective: 1000px;
	cursor:pointer;
}

.follow .label::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: calc(50% - 2.5px);
    bottom: -3px;
    background: #e25441;
    border-radius: 50%
}

.follow .label.small {
    width: 130px;
    height: 99px
}

.follow .label.small .local {
    height: 32px;
    top: 10px;
    background: none;
    font-size: 28px;
    color: #fff;
    padding: 0 15px;
    left: 0px;
    text-align: center;
    padding-top: 10px;
}

.follow .label.active {
    transform: scale(1.1) !important
}

.follow .label.active .bgImg {
    background: url(http://images.china.cn/images1/en/20260611/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 {
    background: none
}

.follow .label .bgImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(http://images.china.cn/images1/en/20260611/b_img/follow_3.png) no-repeat 0 0/100% 100%
}

.follow .label.nx {
    left: 201px;
    top: 114px
}

.follow .label.nx .local {
    mask-image: none;
}

.follow .label.gs {
    left: 80px;
    top: 189px;
    width: 170px;
    font-weight: bold;
}

.follow .label.gs .local {
    mask-image: none
}

.follow .label.sx {
    left: 230px;
    top: 262px;
    font-weight: bold;
}

.follow .label.sx .local {
    mask-image: none
}

.follow .label.hn {
    left: 420px;
    top: 257px
}

.follow .label.hn .local {
    mask-image: none
}

.follow .label.sc {
    left: 80px;
    top: 397px;
    font-weight: bold;
}

.follow .label.sc .local {
    mask-image: none
}

.follow .label.hb {
    left: 445px;
    top: 400px;
}

.follow .label.hb .local {
    mask-image: none
}

.follow .label.jx {
    left: 529px;
    top: 482px;
    width: 170px;
    font-weight: bold;
}

.follow .label.jx .local {
    mask-image: none
}

.follow .label.hun {
    left: 404px;
    top: 516px
}

.follow .label.hun .local {
    mask-image: none
}

.follow .label.gz {
    left: 193px;
    top: 565px;
    font-weight: bold;
}

.follow .label.gz .local {
    mask-image: none
}

.follow .label.fj {
    left: 632px;
    top: 583px
}

.follow .label.fj .local {
    mask-image: none
}

.follow .label.yn {
    left: 52px;
    top: 641px
}

.follow .label.yn .local {
    mask-image: none
}

.follow .label.gx {
    left: 230px;
    top: 709px;
    font-weight: bold;
}

.follow .label.gx .local {
    mask-image: none
}

.follow .label.gd {
    left: 432px;
    top: 711px;
    width: 180px;
}

.follow .label.gd .local {
    mask-image: none
}

.follow .local {
    height: 36px;
    left: 12px;
    top: 12px;
    background: none;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-size: cover;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.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: #bb3732;
    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(http://images.china.cn/images1/en/20260611/b_img/follow_h1.png) no-repeat 50% 50%/100% 100%
}

.follow-menu .local_show p {
    width: 95px;
    height: 60px;
    background: #f6d9a8;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-size: 70%
}

.follow-menu .local_show p.jx {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/jx.png)
}

.follow-menu .local_show p.nx {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/nx.png)
}

.follow-menu .local_show p.gs {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/gs.png)
}

.follow-menu .local_show p.sx {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/sx.png)
}

.follow-menu .local_show p.hn {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/hn.png)
}

.follow-menu .local_show p.sc {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/sc.png)
}

.follow-menu .local_show p.hb {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/hb.png)
}

.follow-menu .local_show p.hun {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/hun.png)
}

.follow-menu .local_show p.gz {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/gz.png)
}

.follow-menu .local_show p.fj {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/fj.png)
}

.follow-menu .local_show p.yn {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/yn.png)
}

.follow-menu .local_show p.gx {
    mask-image: url(http://images.china.cn/images1/en/20260611/b_img/gx.png)
}

.follow-menu .local_show p.gd {
    mask-image: url(http://images.china.cn/images1/en/20260611/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%;
    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: 200px;
    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 {
        padding: 0 .3rem .5rem
    }
    .follow-main {
        width: 100%;
        height: 90vh;
        overflow: hidden
    }
    .follow .local {
        left: .15rem;
        top: .13rem;
		font-size:26px;
    }
    .follow .label {
        width: 8rem;
        height: 5rem
    }
    .follow .label.small {
        width: 6rem;
        height: 5rem
    }
    .follow .label.small .local {
        width: .8rem;
        height: .4rem;
        top: .13rem;
		font-size:20px;
    }
    .follow .label.nx {
        left: 29%;
        top: 3%
    }
    .follow .label.gs {
        left: 8%;
        top: 9%;
		width:7rem;
    }
    .follow .label.sx {
        left: 34%;
        top: 16.5%
    }
    .follow .label.hn {
        left: 64%;
        top: 13%
    }
    .follow .label.sc {
        left: 8%;
        top: 29%
    }
    .follow .label.hb {
        left: 53%;
        top: 31%
    }
    .follow .label.jx {
        left: 70%;
        top: 36%;
		width:7rem;
    }
    .follow .label.hun {
        left: 51%;
        top: 42%
    }
    .follow .label.gz {
        left: 23%;
        top: 44%
    }
    .follow .label.fj {
        left: 76%;
        top: 47%;
		width:5.2rem;
    }
    .follow .label.yn {
        left: 4%;
        top: 51%
    }
    .follow .label.gx {
        left: 31%;
        top: 57%
    }
    .follow .label.gd {
        left: 62%;
        top: 58%;
		width:8.4rem;
    }
    .follow .circle {
        height: .3rem;
        left: 0;
        bottom: -0.1rem
    }
    .follow .circle span {
        border: .15rem solid hsla(0, 0%, 100%, .6)
    }
    .follow-right {
        width: 90vw;
        height: 72vh;
        top: 5vh;
        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: 1.5rem;
        height: 1.5rem;
        background: #c60909;
        border-radius: .1rem;
        z-index: 9;
        position: absolute;
        top: -1.8rem;
        right: 0
    }
    .follow-right .close_btn::before,
    .follow-right .close_btn::after {
        content: "";
        width: 1.2rem;
        height: .02rem;
        background: #fff;
        position: absolute;
        top: .7rem;
        left: .15rem;
        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%
    }
    .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: .9rem;
        padding-bottom: .2rem;
		margin:10px auto;
		width:94%;
    }
    .follow .cont_big img {
        width: 100%;
        height: auto;
        border-radius: .1rem;
        margin-bottom: .05rem
    }
    .follow .cont_list {
        width: 94%;
        margin: auto;
    }
    .follow .cont_list ul {
        gap: .2rem
    }
    
	.follow .cont_list li { padding-bottom:10px;}
	.follow .cont_list li a {
        gap: .9rem
    }
    .follow .cont_list li img {
        width: 40%;
        height: auto;
        border-radius: .1rem
    }
	.BTBT { height: 40px;
    line-height: 40px; font-size:26px; left:20px;}
}


/*# sourceMappingURL=bottom.min.css.map */