body {
    position: relative;
    background: #0c0f16;
}

.loadfont {
    width: 0;
    height: 0;
    opacity: 0;
}

a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.common-line {
    border-bottom: 1px solid #d0d8de;
}

.transition {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
}

.common-tab {
    position: relative;
}

.common-tab li {
    position: relative;
    float: left;
    padding: 10px 8px;
    color: #c7c7c7;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    margin-right: 20px;
    overflow: hidden;
}

.common-tab li.curr {
    color: #9db0d4;
}

.common-tab li:after {
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -33px;
    content: '';
    width: 66px;
    height: 8px;
    background: url(../images/ny-list-arraw.png) no-repeat;
    opacity: 0;
}

.common-tab li.curr:after, .common-tab li:hover:after {
    opacity: 1;
}

.rm-trf {
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100%, 0) !important;
    opacity: 0 !important;
}

.main {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;

    position: relative;
}

.sticky-bar-wrapper {
    position: fixed;
    z-index: 100;
    right: 10px;
    top: 100px;
    background-repeat: no-repeat;
    transition: all 0.25s linear;
    transform: translateX(0);
}

.sticky-bar-wrapper .aside {
    width: 175px;
    height: 385px;
    background-image: url(../../landing/images/bg-floatingright.png);
    background-size: 100% 100%;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

    background-repeat: no-repeat;
    transition: all 0.25s linear;
    transform: translateX(0);
}

.sticky-bar-wrapper .sticky-bar {
    padding: 20px 50px;
}

.sticky-bar-wrapper .sticky-bar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.button-support {
    position: fixed;
    z-index: 100;
    bottom: 50px;
    right: 30px;
    animation: lightness 0.5s ease-in-out infinite alternate;
}

@media (orientation: portrait) {
    .button-support {
        bottom: 30px;
        right: 10px;
    }

    .button-support img{
        width: 70px;
        height: 70px;
    }
}

.button-support img{
    width: 120px;
    height: 120px;
}

.news-cont-items {
    height: 260px;
    overflow: hidden;
}

.main .text h1 {
    display: none;
}

.main .header {
    position: relative;
    width: 100%;
    height: 1030px;
    background: url(../images/bghomepage_01.png) no-repeat top;
    background-size: cover;
}

.main .header > .center {
    z-index: 1;
    height: 730px;
}

.start-Video {
    z-index: 111;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;

}

#into {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.start-Video.videoHiden {
    animation: videoEnd 1s 0s ease both;
}

@keyframes videoEnd {
    0% {
        opacity: 1;
        /* transform:scale(1.1); */
    }
    /* 50%{
      opacity:0.5;
      transform:scale(1.1);
    } */
    100% {
        opacity: 0;
        /* transform: scale(1); */
    }
}

.banner-title {
    position: absolute;
    top: 520px;
    left: 84px;
    background: url(../images/main-title.png);
    background-size: 100% 100%;
    width: 1033px;
    height: 379px;
    pointer-events: none;
}

@keyframes rotate_cir {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scalebtn {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
}

@-webkit-keyframes scalebtn {
    0%, 100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
}

.main .header > .center h2 span {
    font-size: 22px;
}

.main .content-wrap {
    background: url(../images/bghomepage_02.png) 100% top no-repeat;
    width: 100%;
    padding-bottom: 200px;
    overflow: hidden;
}

.main .content-wrap .cont-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main .content-wrap .cont-row .col-l-def {
    float: left;
}

.main .content-wrap .cont-row .col-r-def {
    float: right;
}

.main .content-wrap .cont-row .col-l {
    float: left;
    width: 666px;
}

.main .content-wrap .cont-row .col-r {
    float: right;
    width: 406px;
}

.main .content-wrap .posi {
    position: relative;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
}

.main .content-wrap .more-btn {
    position: relative;
    font-size: 12px;
    color: #959595;
    padding-left: 16px;
    cursor: pointer;
}

.main .content-wrap .more-btn img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.main .content-wrap .tab-hot-tag {
    position: relative;
    width: 382px;
}

.tag-list {
    position: relative;
    float: left;
    font-size: 16px;
    color: #c6c6c6;
    padding: 8px 10px;
    cursor: pointer;
}

.tag-list.curr, .tag-list:hover {
    color: #9db0d4;
}

.tag-list.curr::after, .tag-list:hover::after {
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 66px;
    margin-left: -33px;
    height: 8px;
    content: '';
    background: url(../images/ny-list-arraw.png);
}

.main .content-wrap .tab-hot-tag .more-btn {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.main .content-wrap .news-cont {
    width: 50%;
    height: 360px;
    background: #fbfaf7;
    border: 1px solid #d0d8de;
    padding: 0 18px 18px;
    box-sizing: border-box;
}

.news-tab-box {
    position: relative;
}

.news-tab-box li {
    position: relative;
    float: left;
    padding: 10px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
    margin-right: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

.news-tab-box li.curr, .news-tab-box li:hover {
    color: #dab972;
}

.news-tab-box li.curr:after, .news-tab-box li:hover:after {
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -33px;
    content: '';
    width: 66px;
    height: 8px;
    background: url(../images/ny-list-arraw.png) no-repeat;
}

.news-tab-box .more-btn {
    position: absolute !important;
    right: 0;
    bottom: 0;
}

.main .content-wrap .news-cont .news-list-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.main .content-wrap .news-cont .news-list-wrap.curr {
    display: block;
}

.main .content-wrap .news-cont .news-list-wrap li, .main .content-wrap .news-cont .news-list-wrap h4 {
    border-bottom: 1px solid #e0e5ea;
}

.main .content-wrap .news-cont .news-list-wrap h4:last-child, .main .content-wrap .news-cont .news-list-wrap li:last-child {
    border-bottom: 0;
}

.main .content-wrap .news-cont .news-list-wrap .news-list, .main .content-wrap .news-cont .news-list-wrap h4 {
    width: 100%;
    height: 38px;
    color: #606060;
    line-height: 38px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main .content-wrap .news-cont .news-list-wrap h4:hover, .main .content-wrap .news-cont .news-list-wrap .news-list:hover {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.main .content-wrap .news-cont .news-list-wrap h4:hover a, .main .content-wrap .news-cont .news-list-wrap .news-list:hover .textcont {
    color: #c0a1ff;
}

.main .content-wrap .news-cont .news-list-wrap .news-list:last-child {
    border-bottom: 0;
}

.main .content-wrap .news-cont .news-list-wrap .news-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main .content-wrap .news-cont .news-list-wrap .news-list .textcont, .main .content-wrap .news-cont .news-list-wrap h4 a {
    float: left;
    margin-left: 15px;
    width: 296px;
    font-size: 14px;
    color: #b8c6e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: normal;
}

.main .content-wrap .news-cont .news-list-wrap .news-list em, .main .content-wrap .news-cont .news-list-wrap h4 em {
    float: left;
    font-size: 14px;
    color: #fff;
}

.main .content-wrap .news-cont .news-list-wrap h4 {
    position: relative;
}

.main .content-wrap .news-cont .news-list-wrap h4::before {
    position: absolute;
    left: 0;
    top: 35%;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/dot-icon.png) no-repeat;
}

.main .content-wrap .news-cont .news-list-wrap .news-list .date, .main .content-wrap .news-cont .news-list-wrap h4 span {
    float: right;
    width: 60px;
    text-align: right;
    font-size: 14px;
    color: #939caf;
    font-style: normal;
}

.main .content-wrap .news-cont .news-list-wrap li.impnews .news-list .comm, .main .content-wrap .news-cont .news-list-wrap li.impnews .news-list .textcont {
    color: #d02b1e;
}

.main .content-wrap .community .news-list .textcont {
    width: 440px !important;
}

.news-cont .news-cont-search {
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.news-cont .news-cont-search input {
    width: 100%;
    background: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #d0d8de;
    box-sizing: border-box;
}

.news-cont .news-cont-search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;

    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.news-cont .news-cont-search .btn-search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .content-wrap .hot-cont {
    width: 50%;
}

.main .content-wrap .hot-cont .cont-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.main .content-wrap .hot-cont .cont-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .content-wrap .hot-cont .title {
    padding-top: 4px;
}

.btn-group1 .download-btn {
    position: relative;
    width: 235px;
    height: 143px;
    display: block;
}

.btn-group1 .download-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-group1 a:hover img {
    filter: light(120%);
}

.btn-group1 ul {
    width: 235px;
    height: 185px;
    margin-top: 10px;
}


.btn-group1 ul li img {
    display: block;
}

.banner-container {
    width: 685px;
    margin: 0 10px;
}

.banner-container .bar-list {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 338px;
    background-color: #000;
}


.banner-container .bar-list .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.banner-container .bar-list .swiper-pagination-bullet {
    background: #000;
    opacity: 1;
}

.ad-info {
    width: 260px;
}

.ad-info .pic {
    height: 290px;
    width: 100%;
    overflow: hidden;
}

.ad-info .gift-btn {
    position: relative;
    width: 260px;
    height: 68px;
    display: block;
}

.ad-info .gift-btn:hover {
    filter: light(120%);
}

.match-cont {
    margin-right: 10px;
    width: 860px;

    background-color: #080e2f;
    border-color: #080e2f;

    padding: 10px 20px 10px;
}


.tournaments {
    width: 290px;
    height: 431px;
    overflow: hidden;
}

.tournaments .swiper-wrapper, .tournaments .swiper-slide {
    width: 100%;
}

.match-cont .match-cont-wrapper {
    width: 100%;
}


.match-cont .match-cont-wrapper .trailer-cont {
    width: calc(67% - 10px);
    margin-right: 10px;
}

.match-cont .sub-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: #f3c03a;
    border-bottom: 1px solid #f3c03a;
    text-transform: uppercase;
}

.match-cont .embed-wrapper {
    width: 100%;
    height: 350px;
}

.match-cont .embed-wrapper iframe {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.match-status {
    width: calc(33% - 20px);
    margin-left: 20px;
}

.match-status li {
    margin-top: 10px;
}

.match-status a {
    width: 100%;
}

.fixed-code {
    position: fixed;
    top: 50%;
    margin-top: -150px;
    right: 35px;
    background: url(../images/fixed-code.png) no-repeat;
    width: 148px;
    height: 299px;
    z-index: 10;
    display: none;
}

#newsCont, .rank-cont {
    background-color: #080e2f;
    border-color: #080e2f;
}

.content-wrap {
    transform-origin: top left;
    transition: transform 0.3s ease;
}

.support-content {
    width: 100%;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.footer-wrap {
    width: 100%;
    background: #080e2f;
}

.footer-wrap .socials {
    height: 100px;
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.footer-wrap .socials a {
    font-weight: 600;
    color: #fff;
}
