body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0;
    background-color: #f5f5f5;
    font-family: PingFangSC-Medium,'Segoe UI';
    color: rgb(0, 0, 0);
    letter-spacing: 0;
    z-index: 1;
}
.activity-header {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 146px;
    background-image: url(../images/banner375_180.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    align-items: center;
    padding-bottom: 34px;
}
.header-content {
    padding: 34px 0 34px 30px;
}
.title, .title-sub {
    margin: 0 4px;
    color: #FFFFFF;
    word-wrap: break-word;
}
.title {
    font-size: 24px;
    padding-right: 90px;
}
.title-sub {
    font-size: 14px;
}

.container {
    margin: 0 12px;
    position: relative;
}
.backBtn {
    position: absolute;
    left: 10px;
    top: 50px;
}

.select-tabs {
    height: 208px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
}
.tabs-header {
    position: absolute;
    width: 100%;
    height: 34px;
    top: -34px;
    z-index: 1;
    text-align: center;
    background-image: linear-gradient(-54deg, #EDEEFF 0%, #F4FAFF 100%);
    border-radius: 8px 8px 0 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.tabs-title {
    display: inline-block;
    font-size: 14px;
    color: rgba(0,0,0,0.70);
    text-align: center;
    cursor: pointer;
    line-height: 34px;
    padding: 0 10px;
}
.tabs-active {
    background: #F1F4F8;
    color: #455EEC;
    position: relative;
}
.tabs-active span {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background-image: linear-gradient(2deg, #455EEC, #4295FF);
    border-radius: 1px;
}
.tabs-container {
    padding: 12px;
    height: calc(100% - 34px);
}
.country-item {
    background-size: 100% 100%;
    height: 96%;
    display: none;
    position: relative;
}
.country1 {
    display: block;
}
.youtubeBtn {
    display: none;
    position: absolute;
    bottom: 5px;
    height: 48px;
    width: 67px;
    background-color: transparent;
    right: 12px;
    z-index: 999;
}
.playBtn {
    display: inline-block;
    height: 48px;
    width: 48px;
    position: absolute;
    left: 12px;
    z-index: 999;
    bottom: 5px;
}
.videoBtn {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    z-index: 65;
}
.noneSpan {
    display: none;
}
.video-content {
    position: absolute;
    box-shadow: 0 0 40px 0 #CACACC;
    border-radius: 10px;
    height: 118px;
    width: 200px;
}
.active-country.left {
    top: 0;
    left: 20%;
}
.active-country.bottom-left {
    bottom: 34%;
    left: 0;
}
.active-country.bottom-right {
    right: 0;
    top: 58%
}
.video-content.center-left {
    left: 0;
    top: 16%;
}
.video-content.left {
    top: 23%;
    left: 0;
}
.video-content.top {
    top: 0;
    left: 16%;
}
.video-content.center-right, .video-img.center-right {
    top: 24%;
    left: 30%;
}

@media screen and (min-width: 322px) and (max-width: 368px) {
    .video-content.center-left {
        left: 8%;
        top: 16%;
    }
    .active-country.bottom-right {
        right: 0;
        top: 46%;
    }
}

@media screen and (min-width: 370px) and (max-width: 390px) {
    .video-content.center-left {
        left: 10%;
        top: 16%;
    }
    .active-country.bottom-right {
        right: 1%;
        top: 46%;
    }
}
@media screen and (min-width: 393px) and (max-width: 414px) {
    .video-content.center-left {
        left: 16%;
        top: 16%;
    }
    .active-country.bottom-right {
        right: 3%;
        top: 48%;
    }
}


.images-container {
    margin: 12px 0;
}
.portal-images-carousel {
    display: none;
}
.images-container .btns-container {
    display: none;
}
.images-carousel {
    height: 100%;
}
.images-item {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    margin-right: 12px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.86);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 12px;
}
.opacity-div {
    border-radius: 8px;
    padding: 12px;
}
.images-header {
    min-height: 46px;
    display: flex;
    align-items: center;
}
.images-icon {
    background-size: 100% 100%;
    height: 48px;
    width: 48px;
}
.images-title-content {
    padding-left: 14px;
    flex: 1;
}
.images-title, .images-title-sub {
    display: block;
    margin: 0;
}
.images-title {
    font-size: 14px;
    color: rgba(0,0,0,0.70);
    margin-bottom: 4px;
}
.images-title-sub {
    font-size: 12px;
    color: rgba(0,0,0,0.40);
}
.images-content {
    width: 100%;
    height: 72%;
    font-size: 12px;
    color: #000000;
    margin-top: 14px;
    overflow-y: auto;
    word-wrap: break-word;
}

.carousel-container {
    display: none;
}
.text-container {
    display: block;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
}
.text-content {
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}


.ytp-settings-button {
    opacity: 0;
}

.video-img {
    position: absolute;
    width: 200px;
    height: 114px;
    z-index: 2;
}
.ytp-settings-menu{
    width: 100px !important;
}
