@charset "utf-8"; body {
    padding: 0;
    margin: 0;
    background-color: #000315;
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
    letter-spacing: 1px;
    overflow-x: hidden;
    font-size: 18px;
}

header {
    width: 100%;
    position: fixed;
    z-index: 9;
    background-color: rgb(0 0 0 / 50%);
}

header .box {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

header .box img {
    width: 190px;
    padding: 8px 20px;
    box-sizing: border-box;
}

header .box .right {
    float: right;
}

header .box .right a {
    display: inline-block;
    background-color: rgb(0 14 38);
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #5655ab;
    margin: 21px 3px;
}

.float {
    position: fixed;
    z-index: 9;
    right: 5%;
    bottom: 24px;
}

.float ul {
    padding: 0;
    margin: 0;
}

.float ul li {
    list-style: none;
    position: relative;
}

.float ul li img.s{
    display: none;
    position: absolute;
    bottom: 0;
    right: 80px;
}
.float ul li:hover img.s{
    display: block;
}
.float ul li a {
    display: block;
    width: 78px;
}

.float ul li a img {
    width: 100%;
    display: block;
}

.main {
    margin: 500px 0 0 0;
}

.b1 {
    background-image: url(../img/b1.jpg);
    background-position: 50% 0;
    width: 100%;
    height: 80vh;
}

.headvideobox {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(../img/main.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.headvideobox ul {
    margin: 562px 0 0 0;
    text-align: center;
    padding: 0;
}

.headvideobox ul li {
    color: #ddd;
    list-style: none;
    display: inline-block;
}
.headvideobox ul li span{
    color: #cddc39;
}
.headvideobox ul li p {
    margin: 0;
    display: inline-block;
    box-shadow: 0px 0px 8px rgb(69 235 243 / 50%);
    background-color: rgb(0 3 21 / 50%);
    padding: 5px 20px;
    border-radius: 50px;
}

.headvideobox ul li img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

.wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

section#p4 {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    overflow: hidden;
}

#p4 .wrap {
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
}

.schP {
    color: #e2e2e2;
    text-align: center;
}

section .scu {
}

section .scu .wrap {
}

.tab-box .box .item {
    display: none;
    color: #fff;
}

.tab-box .box .item .expect {
    line-height: 200px;
    text-align: center;
    font-size: 24px;
}

.tab-box .box .item:first-child {
    display: block;
}

.tab-box {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.tab-box .tab {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    /* margin: 0 auto; */
}

.tab-box .tab ul {
    margin: 0;
    padding: 0;
}

.tab-box .tab ul li {
    width: 200px;
    float: left;
    text-align: center;
    color: #cedeef;
    list-style: none;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    transition: 0.5s all;
    font-weight: bold;
    box-sizing: border-box;
    padding: 5px 26px;
    border-radius: 8px;
}

.tab-box .tab ul li img {
    display: block;
    width: 100%;
}

.tab-box .tab ul li.action {
    color: #74f4ff;
    text-shadow: 0px 4px 10px #92a2ff;
    border: 1px solid #92a2ff;
}

.tab-box>.box {
    width: 100%;
}

.tab-box .box .item {
    display: none;
    color: #fff;
}

.tab-box .box .item .expect {
    line-height: 200px;
    text-align: center;
    font-size: 24px;
}
.fuck{
    text-align: center;
    padding: 50px;
}
.tab-box .box .item:first-child {
    display: block;
}

.tab-wrapper {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.tab-wrapper .s-x {
    /* display: none; */
}

.scu {
    position: relative;
    overflow: hidden;
}

.scu .wrap {
    padding-top: 40px;
}

.wrap h2 {
    color: #74f4ff;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    position: relative;
    font-style: italic;
    text-align: center;
}

.scu .wrap h2 {
    text-align: center;
}

.tab-wrapper ul {
    padding: 0;
    width: max-content;
    margin: 5px 0 -2px 0;
}

.tab-menu li {
    position: relative;
    color: #cedeef;
    display: inline-block;
    padding: 0px 25px;
    cursor: pointer;
    z-index: 0;
    border: 1px solid #1a1d32;
    margin: 0 5px;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    background-color: rgb(0 3 21 / 40%);
    transition: 0.5s all;
    border-radius: 10px;
}

.tab-menu li:hover {
    color: #74f4ff;
    box-shadow: 0 0 7px rgb(116 244 255);
}

.tab-menu li.active {
    color: #74f4ff;
    opacity: 1;
    border: 1px solid #74f4ff;
}

.tab-menu li.active:hover {
    color: #74f4ff;
}

.drag-box {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    font-size: 14px;
}

.drag-x {
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.drag-x ul {
    width: max-content;
    white-space: nowrap;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
}

.drag-x ul li {
    width: 280px;
    float: left;
    margin: 0 5px;
    list-style: none;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #1a1d32;
    background-color: rgb(0 3 21 / 40%);
    border-radius: 2px;
    border: 1px solid #92a2ff;
    border-radius: 8px;
}

.drag-x ul li * {
    float: left;
    box-sizing: border-box;
}

.drag-x ul li .time {
    display: block;
    width: 100%;
    color: #e5e5e5;
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid #1589bd; */
    font-size: 17px;
    margin: 0 0 5px 0;
    padding: 0 5px;
}

.drag-x ul li .ooo {
    color: #92a2ff;
    font-size: 17px;
    padding: 0 5px;
}

.drag-x ul li .team {
    width: 60px;
    height: 60px;
    position: relative;
}

.drag-x ul li .team img {
    max-height: 70%;
    max-width: 70%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.drag-x ul li .team p {
    margin: 60px 0 0 0;
    color: #d1d1d1;
    text-align: center;
    width: 100%;
    font-size: 16px;
}

.drag-x ul li .odds {
    width: 50%;
    height: 84px;
    background-image: url(../img/odds.png);
    background-size: 122px;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

.drag-x ul li .odds:before {
    content: 'VS';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    color: #1b2744;
    font-weight: bold;
    font-size: 28px;
    font-style: oblique;
    letter-spacing: -4px;
    width: 40px;
}

.drag-x ul li .odds p {
    color: #cedeef;
    width: 50%;
    text-align: center;
    font-size: 17px;
    margin: 0;
    line-height: 82px;
    /* display: none; */
}

/*--------------------------------*/
@-webkit-keyframes scroll01 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0,0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px,20px);
        opacity: 0
    }
}

@keyframes scroll01 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0,0);
        transform: rotate(-45deg) translate(0,0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px,20px);
        transform: rotate(-45deg) translate(-20px,20px);
        opacity: 0
    }
}

section.team .team-box ul {
    width: max-content;
    padding: 5px 10px;
    margin: 0;
    position: absolute;
    top: 200px;
    left: 60px;
    text-align: center;
    background-color: rgb(0 14 38);
    border-radius: 1px;
    z-index: 9999;
    opacity: 0;
    transition: 0.3s all;
    z-index: -1;
    box-shadow: 0px 0px 5px #415475;
    border-radius: 2px;
    border: 1px solid #74f4ff;
}

section.team .team-box.action ul {
    opacity: 1;
    z-index: 999;
    top: 156px;
}

section.team .team-box ul:before {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #74f4ff;
    display: block;
    position: absolute;
    left: -11px;
    top: -25px;
    transform: rotate(-45deg);
}

section.team .team-box ul:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #74f4ff;
    border-left: 10px solid transparent;
}

section.team .team-box ul li {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    width: 42px;
}

section.team .team-box ul li p {
    color: #d3faff;
    margin: 0;
    text-align: center;
    font-size: 12px;
}

section.team .team-box ul li img {
    display: block;
    width: 100%;
    margin: 5px 0;
}

/*-----------NEWS*/
.news_nbox {
    overflow: hidden;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.news_nbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 99;
    background: -webkit-linear-gradient(right,#000315,rgb(0 3 21 / 0%));
    background: -o-linear-gradient(right,#000315,rgb(0 3 21 / 0%));
    background: right,#000315,rgb(0 3 21 / 0%);
    background: linear-gradient(to right,#000315,rgb(0 3 21 / 0%));
}

.news_nbox:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 99;
    background: -webkit-linear-gradient(left,#000315,rgb(0 3 21 / 0%));
    background: -o-linear-gradient(left,#000315,rgb(0 3 21 / 0%));
    background: left,#000315,rgb(0 3 21 / 0%);
    background: linear-gradient(to left,#000315,rgb(0 3 21 / 0%));
}

.news {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
}

.news div {
    padding: 5px;
    box-sizing: border-box;
}

.news div.on {
    width: 100%;
}

.news div.sn {
    float: left;
    width: calc((100% / 3));
}

.news div.on img {
    display: block;
    width: 100%;
    border: 1px solid #92a2ff;
    box-sizing: border-box;
    border-radius: 10px;
}

.news div.sn img {
    display: block;
    width: 100%;
    border: 1px solid #92a2ff;
    box-sizing: border-box;
    border-radius: 10px;
}

.wrap.news.drag-x {
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/*----------------------------------*/
.wrap.act {
    max-width: 100%;
    margin: 60px 0 0 0;
    padding-top: 40px;
    text-align: center;
}

.wrap.act h2 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.activity {
    margin: 24px 0 0 0;
    /* overflow: hidden; */
}

.activity #tab {
    width: 100%;
    position: relative;
    margin: 10px auto 0 auto;
}

.activity #tab .m-scroll {
    width: 300px;
    float: left;
}

.activity #tab .tab_menu {
    max-width: 290px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.activity #tab .tab_menu li {
    width: 100%;
    line-height: 24px;
    cursor: pointer;
    margin: 0 10px 0 0;
    color: #d7d7d7;
    list-style: none;
    padding: 20px;
    transform-origin: bottom;

    text-align: right;
    box-sizing: border-box;
    border-radius: 13px;
    box-sizing: border-box;
    border: 1px solid #000315;
    background-size: 160px;
    background-repeat: no-repeat;
}

.activity #tab .tab_menu li:nth-child(1) {
    background-image: url(../img/FG01.png);
}

.activity #tab .tab_menu li:nth-child(2) {
    background-image: url(../img/FG02.png);
}

.activity #tab .tab_menu li:nth-child(3) {
    background-image: url(../img/FG03.png);
}
.activity #tab .tab_menu li:nth-child(4) {
    background-image: url(../img/FG04.png);
}

.activity #tab .tab_menu li:nth-child(5) {
    background-image: url(../img/FG05.gif);
}

.activity #tab .tab_menu li:nth-child(6) {
    background-image: url(../img/FG06.gif);
}

.activity #tab .tab_menu li:nth-child(7) {
    background-image: url(../img/FG07.png);
}

.activity #tab .tab_menu li span {
    display: block;
    color: #92a2ff;
}

.activity #tab .tab_box {
    width: calc((100% - 300px));
    float: left;
    position: relative;
    /* height: 662px; */
}

.activity #tab .tab_menu .selected {
    cursor: pointer;
    color: #ffc107;
    border: 1px solid #92a2ff;
}

.activity .hide {
    transition: all 0.3s;
    /* position: absolute; */
    width: 100%;
    display: none;
}

.activity .hide.open {display: block;}

.activity .tab_box div {
    color: #d3faff;
}
.activity .tab_box div img{
    width: 100%;
}
.activity .tab_box div .date {
    margin: 0;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

.activity .tab_box div .box {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.activity .tab_box div .box h3.tlt {
    text-align: center;
    font-size: 22px;
    margin: 10px 0;
}

.activity .tab_box div .box ol {
    margin: 0 30px 20px 20px;
}

.activity .tab_box div .box ol li {
    font-size: 16px;
    font-weight: 500;
}

.activity .tab_box div .box table {
    width: 100%;
    font-size: 18px;
    border: 0px solid #000;
    text-align: center;
    border-collapse: collapse;
}

.activity .tab_box div .box table tr.tlt {
    background-color: #2b3471;
}

.activity .tab_box div .box table tr {
    border-bottom: 1px solid #2b3471;
}

.activity .tab_box div .box table tr:last-child {
}

.activity .tab_box div .box table tr td {
    padding: 10px;
    color: #ebebeb;
}

.activity .tab_box div .box table tr td.rr {
    border-left: 1px solid #2b3471;
    border-bottom: 1px solid #2b3471;
}

.activity .tab_box div .box h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 100;
    font-style: italic;
    font-weight: bold;
}

.activity .tab_box div .box h4 {
    margin: 10px 0 -15px 0;
    color: #fff8be;
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
}

.activity .tab_box div .box p {
    margin: 5px 0;
    color: #fff;
}

.activity .tab_box div .box p span {
    font-size: 28px;
    color: #74f4ff;
    font-style: italic;
    letter-spacing: -0.8px;
    margin: 0 5px;
}

.activity .tab_box div .box h4 span.d888 {
    display: inline-block;
    vertical-align: text-top;
}

.activity .tab_box div .box h4 span.d888 img {
    width: 200px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 8px;
}

.activity .tab_box div .box h3 span {
    color: #74f4ff;
    margin: 0 10px 0 0;
    font-size: 32px;
    vertical-align: bottom;
}

.activity .tab_box div .box a {
    color: #6fe9f5;
    text-decoration: none;
    padding: 6px 28px 6px 22px;
    position: absolute;
    bottom: 20px;
    right: 26%;
    transform: skewX(-5deg);
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: bold;
    display: block;
    background-color: rgb(116 244 255 / 30%);
    border: 2px solid #6fe9f5;
    text-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
}

.activity .tab_box div .box a img {
    display: inline-block;
    vertical-align: text-bottom;
}

.activity .tab_box div .box a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
}

.hide .photo {
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: -10;
    padding: 0;
    width: 860px;
    transition: all 0.8s;
}

.hide .photo img {
    display: block;
    width: 100%;
}

.hide.open .photo {
    right: 0;
    padding: 0;
}

.hide .open .photo img {
    width: 100%;
    display: block;
}

.activity .tab_box div .box dl {
    overflow: hidden;
    margin: 0;
}

.activity .tab_box div .box dl dd {
    margin: 0 10px 0 0;
    width: 140px;
    float: left;
    position: relative;
}

/*.activity .tab_box div .box dl dd:before{
    content:'';
    width: 120px;
    height: 120px;
    position:absolute;
    top: 20px;
    left: 0;
    z-index: -1;
    border-radius: 5% 50px;
    border: 2px solid #1f2236;
}*/
.activity .tab_box div .box dl dd img {
    display: block;
    width: 100%;
    border-radius: 0 0 0 15px;
    margin: 0 0 10px 0;
}

.activity .tab_box div .box dl dd p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

/*--------------------------RWD------------------------------*/
.m_main {
    display: none;
}

.activity .tab_box div .box a.pc {
    display: block;
}

.activity .tab_box div .box a.h5 {
    display: none;
}

@media screen and (max-width: 1000px) {
    header {
        background-color: rgb(0 0 0 / 70%);
    }

    .headvideobox {
        background-image: url(../img/main_m.png);
        background-size: 100%;
    }

    .headvideobox ul {
        margin: 68vw 0 0 0;
    }

    .headvideobox ul li p {
        padding: 3px 10px;
        font-size: 12px;
    }

    .headvideobox ul li img {
        display: block;
        margin: 0 auto;
    }

    .headvideobox ul li p span {
        display: none;
    }

    .tab-box .tab ul li {
        width: 30%;
        padding: 5px 10px;
    }

    .drag-x ul li .ooo {
        font-size: 14px;
    }

    .drag-x ul li .time {
        font-size: 14px;
    }

    .drag-x ul li {
        width: 200px;
    }

    .drag-x ul li .odds:before {
        font-size: 20px;
        text-align: center;
        width: 40px;
        left: 46%;
    }

    .drag-x ul li .odds {
        height: 60px;
    }

    .wrap h2 img {
        width: 200px;
    }

    .drag-x ul li .team p {
        font-size: 12px;
        margin: 40px 0 0 0;
    }

    .schP {
        font-size: 14px;
        padding: 0 10px;
        text-align: left;
    }

    section#p4 {
        background-image: none;
    }

    header .box img {
        padding: 3px 10px;
        width: 150px;
    }

    header .box .right a {
        padding: 3px 20px;
        margin: 16px 3px;
    }

    .activity #tab .tab_menu {
        max-width: 100%;
    }

    .activity #tab .m-scroll {
        width: 100%;
    }

    .activity #tab .tab_box {
        width: 96%;
        margin: 11px 2% 42px 2%;
    }

    .activity #tab .tab_menu li {
        width: calc((100% / 3));
        float: left;
        margin: 0;
        padding: 80px 6px 6px 6px;
        background-size: cover;
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.2px;
    }

    .activity #tab .tab_menu li span {
        color: #ffc107;
    }

    .activity .tab_box div .box table {
        font-size: 14px;
    }

    .activity .tab_box div .box {
    }

    .activity .tab_box div .box ol {
        margin: 0;
        padding: 0 10px 10px 26px;
    }

    .activity .tab_box div .box ol li {
        font-size: 14px;
    }

    .float {
        right: 3px;
        bottom: 10px;
    }

    .float ul li {
        float: left;
    }

    .float ul li a {
        width: 50px;
    }

    header .box .right a {
        font-size: 12px;
    }

    .activity .tab_box div .box table tr td {
        padding: 5px;
    }
    .drag-x ul li .team{
    width: 40px;
    height: 40px;
}
    .float ul li:nth-child(1),
    .float ul li:nth-child(2),
    .float ul li:nth-child(3){
    display: none;
}
    .drag-x ul li .odds p{
    line-height: 60px;
}
}
