#where-buy .wtb-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 50px;
}

#where-buy .wtb-header-left {
    width: 40%;
    padding-left: 6.25%;
    margin-bottom: 40px;
}

#where-buy .wtb-header-right {
    width: 57%;
}

#where-buy .wtb-header>div {
    display: inline-block;
}

#where-buy .wtb-header-h1 {
    font-size: 64px;
    font-weight: bold;
    line-height: 64px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 18px;
}

#where-buy .wtb-header-p {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: normal;
    color: #3d3d3d;
    margin-bottom: 16px;
}

#where-buy .wtb-header-info {
    font-weight: 400;
    font-size: 14px;
    color: #949494;
    margin-bottom: 64px;
}

#where-buy .wtb-header-info>span {
    color: #3d3d3d;
}

#where-buy .wtb-header-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

#where-buy .wtb-header-select #continents-select {
    margin-right: 64px;
}

#where-buy .wtb-header-map {
    width: 100%;
    display: none;
}

#where-buy .wtb-header-map0 {
    display: block;
}

#where-buy .wtb-header-rightson {
    width: 100%;
    position: relative;
}

#where-buy .wtb-header-rightson .covered-tooltip {
    padding: 8px 16px;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(255, 139, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    white-space: nowrap;
    display: none;
}

#where-buy .wtb-header-rightson .covered-tooltip::after {
    content: '';
    width: 28.61px;
    height: 16.5px;
    background: url(https://www.kfconcept.com/image/catalog/kficons/triangle.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -14px;
}

#where-buy .wtb-header-rightson .covered-tooltip>span {
    color: #FF8B00;
}

#where-buy .wtb-header-rightson .covered-tooltip0 {
    display: block;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

#where-buy .wtb-header-rightson .covered-tooltip0::after {
    left: 50%;
    transform: translateX(-50%);
}

#where-buy .wtb-header-rightson .covered-tooltip4 {
    right: 16%;
    top: 60px;
}

#where-buy .wtb-header-rightson .covered-tooltip4::after {
    right: 40px;
}

#where-buy .wtb-header-rightson .covered-tooltip3 {
    right: 40%;
    top: 60px;
}

#where-buy .wtb-header-rightson .covered-tooltip3::after {
    right: 35px;
}

#where-buy .wtb-header-rightson .covered-tooltip1 {
    left: 0;
    top: 60px;
}

#where-buy .wtb-header-rightson .covered-tooltip1::after {
    left: 50%;
    transform: translateX(-50%);
}

#where-buy .wtb-header-rightson .covered-tooltip2 {
    left: 25%;
    top: 50%;
}

#where-buy .wtb-header-rightson .covered-tooltip2::after {
    left: 40px;
}

#where-buy .wtb-header-rightson .covered-tooltip6 {
    left: 28%;
    top: 36%;
}

#where-buy .wtb-header-rightson .covered-tooltip6::after {
    left: 50%;
}

#where-buy .wtb-header-rightson .covered-tooltip5 {
    right: 10%;
    top: 56%;
}

#where-buy .wtb-header-rightson .covered-tooltip5::after {
    right: 50px;
}

.multi_channel_div {
    background: #FFFBF6;
    padding: 50px 0 44px;
}

.multi_channel_div .multi_channel_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FF7300;
    margin-bottom: 16px;
    position: relative;
}

.multi_channel_div .multi_channel_title::before,
.multi_channel_div .multi_channel_title::after {
    content: '';
    width: calc(50% - 310px - 180px);
    height: 1px;
    background-color: #C9C9C9;
    position: absolute;
    top: 50%;
}

.multi_channel_div .multi_channel_title::before {
    left: 180px;
}

.multi_channel_div .multi_channel_title::after {
    right: 180px;
}

.multi_channel_div p {
    width: 872px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #949494;
}

.multi_channel_div p>span {
    color: #3D3D3D;
}

.multi_channel_world {
    padding: 70px 2.5% 67px;
    background: #FAFAF8;
    position: relative;
}

.multi_channel_world::before,
.multi_channel_world::after {
    content: '';
    width: calc((95vw - 16px*7)/8);
    height: 100%;
    background: linear-gradient(90deg, #FAFAF8 22%, rgba(250, 250, 248, 0.77) 73%, rgba(250, 250, 248, 0) 100%);
    position: absolute;
    top: 0;
    z-index: 1;
}

.multi_channel_world::before {
    left: 0;
}

.multi_channel_world::after {
    transform: rotate(180deg);
    right: 0;
}

.multi_channel_world li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.multi_channel_world li:hover .multi_channel_world_move_div {
    animation-play-state: paused;
    /* 悬停时暂停 */
    /* 悬停高亮效果 */
    /* filter: brightness(1.2);  */
}

.multi_channel_world li:nth-of-type(2n) .multi_channel_world_move_div {
    animation-name: rightFlow;
}

.multi_channel_world li:nth-of-type(2n-1) .multi_channel_world_move_div {
    animation-name: leftFlow;
}

.multi_channel_world .multi_channel_world_move_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    animation-duration: 40s;
    /* 整体动画时长 */
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* 默认运行状态 */
    animation-play-state: running;
    cursor: pointer;
    transition: filter 0.3s;
}

.multi_channel_world .multi_channel_world_move_div .multi_channel_world_img_div {
    width: calc((95vw - 16px*7)/8);
    margin-right: 16px;
    border-radius: 4px;
    background: #EEEEEE;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.multi_channel_world .multi_channel_world_move_div img {
    width: 100%;
}

.multi_channel_continents {
    padding: 70px 160px;
    background: #FAFAF8;
    display: none;
}

.multi_channel_continents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.multi_channel_continents li {
    width: calc((100% - 16px*6)/7);
    height: auto;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
    background: #EEEEEE;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.multi_channel_continents li:nth-of-type(7n) {
    margin-right: 0;
}

.multi_channel_continents li img {
    width: 100%;
}

.multi_channel_continents .no-channels {
    width: 100%;
    height: 100%;
    background: none;
    box-shadow: none;
    margin: 0;
    text-align: center;
    font-size: 24px;
    color: #3D3D3D;
    line-height: 29px;
}
.multi_channel_continents .no-channels img {
    width: 120px;
    height: 120px;
}
.multi_channel_continents .no-channels .coming {
    font-weight: 600;
    margin-top: 16px;
}

xm-select {
    border: 1px solid #949494;
}

xm-select:hover {
    border-color: #ff8b00;
}

#footer_first {
    margin-top: 0 !important;
}


@keyframes leftFlow {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes rightFlow {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}