.rainbow {
    animation: rainbow 2.5s linear;
    animation-iteration-count: infinite;
}
@keyframes rainbow {
    100%,
    0% {
        color: rgb(255, 0, 0);
    }
    8% {
        color: rgb(255, 127, 0);
    }
    16% {
        color: rgb(255, 255, 0);
    }
    25% {
        color: rgb(127, 255, 0);
    }
    33% {
        color: rgb(0, 255, 0);
    }
    41% {
        color: rgb(0, 255, 127);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    58% {
        color: rgb(0, 127, 255);
    }
    66% {
        color: rgb(0, 0, 255);
    }
    75% {
        color: rgb(127, 0, 255);
    }
    83% {
        color: rgb(255, 0, 255);
    }
    91% {
        color: rgb(255, 0, 127);
    }
}
body {
    background: url(../images/logo-banner/bg-pages.jpg) no-repeat;
    background-color: #bdcbee;
    margin: 0;
    position: relative;
    background-size: 100%;
}
@media only screen and (min-width: 1980px) {
    .login-form {
        width: 350px;
        float: right;
        margin: 65px 0px;
        margin-right: 600px;
    }
}

@media only screen and (max-width: 1950px) {
    .login-form {
        width: 390px;
        float: right;
        margin: 60px 0px;
        margin-right: 331px;
    }
}

@media only screen and (min-width: 1980px) {
    .form-register {
        width: 500px;
        float: right;
        margin: 67px 0px;
        margin-right: 574px;
    }
}

@media only screen and (max-width: 1950px) {
    .form-register {
        width: 390px;
        float: right;
        margin: 60px 0px;
        margin-right: 331px;
    }
}
.time-event {
    float: right;
}
.event {
    color: red;
}
img.dac-sac {
    margin: 10px 50px;
}
.timestamp {
    color: red !important;
    display: inline;
}
.high-light:hover {
    filter: brightness(1.2);
}
.center {
    position: relative;
    margin: 0 auto;
    width: 1368px;
}
.nav-menu {
    width: 100%;
    text-align: center;
}
.nav-menu .logo img {
    width: 200px;
    display: block;
}
.nav-menu ul {
    background: linear-gradient(#000000a1, #00000000);
}
.nav-menu ul li {
    display: inline-block;
    vertical-align: top;
}
.nav-menu ul li a {
    color: #dbdbdb;
    padding: 15px 20px;
    font-size: 20px;
    display: block;
}
.nav-menu .logo a {
    padding: 0;
}
.nav-menu ul li a:hover {
    color: #ffd489;
}
.nav-menu .login {
    width: 90px;
    height: 35px;
}
.nav-menu .login a {
    background: url(../images/btn-login.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-size: 100%;
}
.header-main {
    position: relative;
    width: 100%;
    height: 630px;
}
.header-login {
    position: relative;
    background: url(../images/banner-login.jpg) center bottom no-repeat;
    width: 100%;
    height: 950px;
}
.col-left {
    position: relative;
    float: left;
    width: 284px;
}
.col-left .download-btn {
    position: relative;
    width: 100%;
    height: 154px;
}
.col-left .download-btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/btn-download.jpg) center no-repeat;
}
.col-left .group-btn {
    background: url(../images/group-btn.jpg) center no-repeat;
    width: 100%;
    height: 223px;
    margin-bottom: 18px;
    overflow: hidden;
}
.col-left .group-btn ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col-left .group-btn ul li {
    float: left;
    width: 142px;
}
.col-left .group-btn ul a {
    display: block;
    width: 100%;
    height: 111.5px;
    background: url(../images/group-btn-hover.jpg) no-repeat;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.col-left .group-btn ul a:hover {
    opacity: 1;
}
.col-left .group-btn ul a.nt {
    background-position: -142px 0;
}
.col-left .group-btn ul a.sk {
    background-position: 0 -111.5px;
}
.col-left .group-btn ul a.gc {
    background-position: -142px -111.5px;
}
.col-left .banner-box {
    position: relative;
    margin-bottom: 18px;
    width: 100%;
}
.col-left .banner-box img {
    width: 100%;
}
.col-mid {
    position: relative;
    float: left;
    width: 670px;
    margin: 0 14px;
}
.col-mid .slide-box {
    position: relative;
    width: 670px;
    margin: 0 0;
}
.col-mid .slide-box .slide-list {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 376px;
    background-color: #000;
}
.col-mid .slide-box .slide-list a {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 670px;
    height: 376px;
    transition: all 0.8s 0s ease;
    -webkit-transition: all 0.8s 0s ease;
    -ms-transition: all 0.8s 0s ease;
}
.col-mid .slide-box .slide-list a.curr {
    visibility: visible;
    opacity: 1;
}
.col-mid .slide-box .slide-btn-list {
    position: absolute;
    bottom: 0;
    background: url(../images/bg-slide-tab.jpg) center no-repeat;
}
.col-mid .slide-box .slide-btn-list a {
    position: relative;
    float: left;
    white-space: nowrap;
    transition: all 0.45s 0s ease;
    text-align: center;
    width: 167.5px;
    height: 54px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    box-sizing: border-box;
    padding-top: 11px;
}
.col-mid .slide-box .slide-btn-list a + a {
    background: url(../images/line.png) left center no-repeat;
}
.col-mid .slide-box .slide-btn-list a:hover,
.col-mid .slide-box .slide-btn-list a.curr {
    color: #ffd489;
}
.col-mid .news-box {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d0d8de;
    padding: 0 16px 16px;
    box-sizing: border-box;
}
.col-mid .news-box .news-tab {
    position: relative;
    border-bottom: 1px solid #bdbdbd;
    overflow: visible;
    margin-bottom: 16px;
}
.col-mid .news-box .news-tab li {
    position: relative;
    float: left;
    padding: 16px 8px;
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
    margin-right: 20px;
    overflow: hidden;
}
.col-mid .news-box .news-tab li.curr,
.col-mid .news-box .news-tab li:hover {
    font-weight: 600;
    color: #af0000;
}
.col-mid .news-box .news-tab li.curr::after,
.col-mid .news-box .news-tab li:hover::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 3px;
    background: #af0000;
}
.col-mid .news-box .news-tab .more-btn {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 31px;
    height: 31px;
    background: url(../images/icon-more.png) no-repeat;
    text-indent: -999em;
}
.col-mid .news-box .hot-news {
    position: relative;
    width: 100%;
    height: 40px;
    background: url(../images/tag-hot.png) left no-repeat #f4dba1;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 2px;
}
.col-mid .news-box .hot-news span {
    display: block;
    width: 90px;
    color: #fdfdfd;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    display: inline;
}
.col-mid .news-box .hot-news a {
    display: block;
    float: left;
    width: 546px;
    box-sizing: border-box;
    padding: 0 16px;
    color: #ed1c24;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.col-mid .news-box .news-list-box {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col-mid .news-box .news-list-box .news-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.col-mid .news-box .news-list-box .news-list.curr {
    display: block;
}
.col-mid .news-box .news-list-box h4 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 1px solid #e0e5ea;
}
.col-mid .news-box .news-list-box h4 a {
    float: left;
    width: 500px;
    font-size: 14px;
    font-weight: 200;
    color: #2b2b2b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
}
.col-mid .news-box .news-list-box h4 b {
    float: left;
    font-size: 16px;
    color: #cba366;
    padding: 0 2px 0 20px;
    font-weight: 400;
}
.col-mid .news-box .news-list-box h4 span {
    float: right;
    text-align: right;
    font-size: 13px;
    color: #a8a8a8;
    font-weight: 400;
}
.col-mid .news-box .news-list-box h4.green b {
    color: #719f48;
}
.col-mid .news-box .news-list-box h4.yellow b {
    color: #dca931;
}
.col-mid .news-box .news-list-box h4.green2 b {
    color: #159c8b;
}
.col-mid .news-box .news-list-box h4.red b {
    color: #f00;
}
.col-mid .news-box .news-list-box h4.imp {
    color: #f00;
}
.col-mid .news-box .news-list-box h4:last-child {
    border-bottom: 0;
}
.col-mid .news-box .news-list-box h4:hover {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
.col-mid .news-box .news-list-box h4:hover a {
    color: #963434;
}
.col-mid .video-box {
    position: relative;
    width: 670px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.col-mid .video-box .title {
    width: 100%;
    color: #ed1c24;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 55px;
}
.col-mid .video-box video {
    border: none;
    background: #000;
    margin: 0 auto;
}
.col-mid .video-box .play-btn {
    position: absolute;
    width: 91px;
    height: 91px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/btn-play.png) no-repeat;
}
.col-mid .video-box .play-btn:hover {
    background-color: transparent;
    opacity: 0.8;
}
.col-mid .role-box {
    position: relative;
    width: 670px;
    margin-bottom: 18px;
    background-color: #fff;
}
.col-mid .role-box .role-imgs {
    position: relative;
    height: 376px;
    border-bottom: 1px solid #ed1c24;
}
.col-mid .role-box .role-imgs li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 376px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s 0s ease;
    -webkit-transition: all 0.7s 0s ease;
    -ms-transition: all 0.7s 0s ease;
}
.col-mid .role-box .role-imgs li.curr {
    visibility: visible;
    opacity: 1;
}
.col-mid .role-box .role-imgs li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 670px;
}
.col-mid .role-box .role-imgs li .detail-btn {
    position: absolute;
    background: url(../images/btn-detail.png) no-repeat;
    width: 197px;
    height: 52px;
    left: 401px;
    top: 317px;
}
.col-mid .role-box .role-tab-item {
    position: relative;
    width: 670px;
    height: 125px;
}
.col-mid .role-box .role-tab-item ul {
    box-sizing: border-box;
    padding: 0 5%;
}
.col-mid .role-box .role-tab-item li {
    float: left;
    height: 60px;
    line-height: 12px;
    width: 10%;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
}
.col-mid .role-box .role-tab-item a {
    position: relative;
    color: #787878;
    font-size: 16px;
    line-height: 16px;
    display: block;
    padding: 10px 7px;
    text-align: center;
    box-sizing: border-box;
}
.col-mid .role-box .role-tab-item a::after {
    position: absolute;
    left: 10%;
    bottom: -1px;
    content: "";
    width: 80%;
    height: 3px;
    background: #ed1c24;
    opacity: 0;
}
.col-mid .role-box .role-tab-item li.curr a,
.col-mid .role-box .role-tab-item a:hover {
    color: #ed1c24;
    font-weight: 600;
}
.col-mid .role-box .role-tab-item li.curr a:after,
.col-mid .role-box .role-tab-item a:hover:after {
    opacity: 1;
}
.col-right {
    position: relative;
    float: left;
    width: 381px;
}
.col-right .event-box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.col-right .event-box img {
    width: 100%;
}
.rank-box {
    position: relative;
    width: 100%;
    border: 1px solid #d0d8de;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 11px 0;
}
.rank-box .title {
    width: 100%;
    color: #ed1c24;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
}
.rank-box .rank-table {
    padding: 13px 0;
    width: 100%;
    box-sizing: border-box;
}
.rank-box .rank-table table {
    width: 100%;
    display: block;
}
.rank-box .rank-table table thead {
    background: #fb0002;
}
.rank-box .rank-table table thead th {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: #fdfdfd;
}
.rank-box .rank-table table tbody {
    display: block;
    overflow-y: hidden;
    text-align: center;
}
.rank-box .rank-table table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}
.rank-box .rank-table table tbody tr:last-of-type {
    border: none;
}
.col-right .rank-box .rank-table table tbody tr:nth-of-type(1) i {
    text-indent: -999em;
    background: url(../images/rank-1.png) center no-repeat;
}
.col-right .rank-box .rank-table table tbody tr:nth-of-type(2) i {
    text-indent: -999em;
    background: url(../images/rank-2.png) center no-repeat;
}
.col-right .rank-box .rank-table table tbody tr:nth-of-type(3) i {
    text-indent: -999em;
    background: url(../images/rank-3.png) center no-repeat;
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(1) i {
    background-image: url(../images/rank-dv-0.png);
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(2) i {
    background-image: url(../images/rank-dv-1.png);
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(3) i {
    background-image: url(../images/rank-dv-2.png);
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(4) i {
    background-image: url(../images/rank-dv-3.png);
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(5) i {
    background-image: url(../images/rank-dv-4.png);
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(6) i {
    background-image: url(../images/rank-dv-5.png);
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(7) i {
    background-image: url(../images/rank-dv-6.png);
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(8) i {
    background-image: url(../images/rank-dv-7.png);
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(9) i {
    background-image: url(../images/rank-dv-7.png);
}
.col-left .rank-box .rank-table table tbody tr:nth-of-type(10) i {
    background-image: url(../images/rank-dv-7.png);
}

.col-left .rank-box .rank-table table tbody tr i {
    text-indent: -999em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.rank-box .rank-table table tbody td {
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #787878;
    text-align: center;
}
.rank-box .rank-table table tbody i {
    width: 70px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-style: normal;
}
.rank-box .rank-table table tbody span {
    width: 200x;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rank-box .rank-table table tbody em {
    width: 86px;
    display: block;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 145px;
    display: flex;
    justify-content: center;
    padding: 0;
    background: #a20102;
}
.footer .logo {
    float: left;
    width: 120px;
}
.footer .logo img {
    width: 120px;
    margin-top: 20px;
}
.footer .text {
    color: #ffffff;
    padding: 42px 0 0 150px;
    font-weight: 500;
}
.footer .text p {
    margin: 8px;
}
