/* news guide */
.main .back,
.mobile_tag,
.news-detail .mobile_time {
    display: none;
}

.news-guide h1 {
    color: #fff;
    font-size: 48px;
}

.news-guide .recent {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 48px;
    font-family: 'Oswald';
}

.news-guide .recent img {
    width: 40px;


}

.news-guide .news_search {
    position: relative;

}

.news-guide .news_search input {
    background: #1f203c;
    width: 300px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    padding-right: 40px;
}
.news-guide .news_search input::placeholder {
    color: #fff;
}
.news-guide .news_search i {
    width: 16px;
    height: 15px;
    background-position: 0 0;
    right: 20px;
    top: 13px;
    position: absolute;
    cursor: pointer;
}

.news-guide .news_hot_game {
    margin: 10px 0 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-guide .news_hot_game a {
    width: 22%;
    display: inline-block;
    padding: 12px 25px;

    color: #fff;
    border-radius: 45px;
    margin-right: 10px;
    text-align: center;

    background: #1f203c;

    /* text-transform: uppercase; */
    font-family: 'oswald';
    margin-bottom: 10px;
}

.news-guide .news_hot_game a.active {
    background: -webkit-linear-gradient(left top, #69f6a4, #133eda);
    background: -o-linear-gradient(bottom right, #69f6a4, #133eda);
    background: -moz-linear-gradient(bottom right, #69f6a4, #133eda);
    background: linear-gradient(to bottom right, #69f6a4, #133eda);
}

.news-detail-content ul,
.news-detail-content ol {
    list-style: inherit;
    margin: 10px 0 10px 20px;
}

.news-guide .news-list {
    margin-top: 10px;
}

.news-detail-content ul li,
.news-detail-content ol li {
    margin-bottom: 10px;
    color: #fff;

}

.news-guide .news-list .loading {
    margin: 30px auto;
    display: block;
}

.news-guide .news-list li {
    background: #060d25;
    display: flex;
    padding: 12px 60px 12px 12px;
    font-family: 'Arial';
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-guide .news-list li:hover {
    box-shadow: 0px 0px 6px 1px #0b85ea;
}

.news-guide .news-list li a.news_img {
    width: 415px;
    min-width: 415px;
    height: 232px;
    margin-right: 24px;
    display: block;
    background-position: 0, 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-guide .news-list li a>img {
    /* width: 415px;
    margin-right: 24px; */
}

.news-guide .news-list li .title {
    color: #0b85ea;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'default';
}

.news-guide .news-list li a {
    color: #fff;
}

.news-guide .news-list li .times {
    color: #393c59;
    font-size: 12px;
    margin: 12px 0 25px;
}

.news-guide .news-list li .content {
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 120px;
    line-height: 24px;
}

.news-guide .news-list li .content a,
.news-guide .news-list li .content span,
.news-guide .news-list li .content p {
    color: #fff !important;
    text-decoration: none !important;
}

.news-guide .news-list li .content h3,
.news-guide .news-list li .content h2 {
    display: none;
}

.news-guide .news-list li .content img {
    max-width: 300px;
}

.news-guide .news-list li .share {
    display: flex;
    align-items: center;
    color: #393c59;
    position: absolute;
    bottom: 14px;
    right: 60px;
}

.news-guide .news-list li .share span {
    white-space: nowrap;
}

.news-guide .news-list li .share a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.news-guide .news-list li .share a.facebook {
    background-position: -23px -74px;
}

.news-guide .news-list li .share a.google {
    background-position: -74px -74px;
}

.news-guide .news-list li .share a.twitter {
    background-position: -125px -74px;
}

.news-guide button {
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    background: -webkit-linear-gradient(left, #5edeab, #2059d2);
    background: -o-linear-gradient(right, #5edeab, #2059d2);
    background: -moz-linear-gradient(right, #5edeab, #2059d2);
    background: linear-gradient(to right, #5edeab, #2059d2);
}

.news-guide button.noval {
    background: rgb(112, 111, 163);
    cursor: not-allowed;
    text-shadow: rgba(48, 24, 113, 0.1) 0px 1px 1px;
    color: rgb(165, 164, 206);
}

.news-guide button.more i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    margin: auto;
    animation: rotation 1s linear infinite;
    display: none;
}




.news-detail {
    margin-top: 20px;
    border: 1px solid #101c36;
}

.news-detail .news_detail_title{
    color: #fff;
    background: -webkit-linear-gradient(left top, #63e9a8, #1a4ed5);
    background: -o-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: -moz-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: linear-gradient(to bottom right, #63e9a8, #1a4ed5);
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-size: 20px;
}

.news-detail .times-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-detail .times-tag a {
    color: #92d050;
}

.news-detail .times {
    color: #fff;
    padding-left: 10px;
    display: flex;
}

.news-detail .times .posted_times {
    margin-right: 20px;
}

.news-detail .news-detail-content {
    padding: 10px 10px 20px;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
}

.news-detail .news-detail-content p {
    margin-bottom: 15px;
    line-height: 26px;
    color: #fff;
    font-size: 15px;
}

.news-detail .news-detail-content p img {
    max-width: 100%;
}

.news-detail .news-detail-content p.ql-align-center {
    text-align: center;
}

.news-detail .news-tags {
    padding: 20px 10px;
}

.news-detail .news-tags p {
    margin-bottom: 10px;
    color: #0b85ea;
}

.news-detail .news-tags ul {
    display: flex;
    align-items: center;
}

.news-detail .news-tags ul img {
    width: 25px;
    height: 20px;
}

.news-detail .news-tags ul li a {
    color: #7073c9;
    font-size: 12px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
}

.news-detail .news-tags ul li a:hover {
    color: #fff;
}

.news-previous {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 20px;
}

.news-previous a {
    color: #fff;
}

.news-previous a:hover {
    color: #0b85ea;
}

.news-recommended h3 {
    padding: 50px 0 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
}

.news-recommended {
    padding: 0 20px;
}

.news-recommended ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.news-recommended ul li {
    width: 50%;
    margin-bottom: 20px;
}

.news-recommended ul li:nth-child(2n) {
    padding-left: 40px;
}

.news-recommended ul li a h3 {
    color: #fff;
    font-family: 'default';
    font-size: 14px;
    font-weight:400;
    padding: 0;
    border: none;
}

.news-recommended ul li a:hover {
    color: #0b85ea;
}


/* night */
.night_table {
    overflow: auto;
    max-height: 1000px;
    background: #fff;
    margin-bottom: 20px;
}

.night_table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.night_table::-webkit-scrollbar-thumb {
    background: #0b85ea;
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 100%, .26);
    cursor: pointer;
}

.night_table::-webkit-scrollbar-track {
    background-color: #0a142f;
}

.night_table .table_header {
    color: #000;
    font-family: 'Oswald';
    font-size: 16px;
}

.night_table .common_head {
    display: flex;
    text-align: center;
}

.night_table .common_head .th_1 {
    flex: 0.5;
    padding: 15px 10px;
    border-right: 1px solid #464646;
    white-space: nowrap;
}

.night_table .common_head .th_1 em {
    opacity: 0;
}

.night_table .common_head .th_3 {
    flex: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.night_table .table_head {
    color: #000;
    font-family: 'Oswald';
}

.night_table .table_head .th_1 {
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
}

.night_table .table_head .th_3 span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-top: 1px solid #464646;
    border-left: 1px solid #464646;
    border-bottom: 1px solid #464646;

}

.night_table .table_head .th_3 span:first-child {
    border-left: none;
}

.night_table .table_head .th_3 span.td_2 {
    flex: 2;
}

.night_table .table_body {
    /* border-bottom: 1px solid #ccc;
    padding: 15px 0; */
    color: #000;
}

.night_table .table_body .icons em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
}

.night_table .table_body .icons em.Grade0 {
    background: #000;
}

.night_table .table_body .icons em.Grade2 {
    background: green;
}

.night_table .table_body .icons em.Grade1 {
    background-color: grey;
}

.night_table .table_body .icons em.Grade3 {
    background-color: #0d0dde;
}

.night_table .table_body .icons img {
    width: 50px;
}

.night_table .table_body .th_1 {
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #464646;
}

.night_table .table_body .th_3 {
    display: block;
}

.night_table .table_body .th_3 .list_item {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #464646;
}

.night_table .table_body .th_3 .list_item:last-child {
    margin: 0;
}

.night_table .table_body .th_3 .list_item span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #464646;
    padding: 5px 0px;
}

.night_table .table_body .th_3 .list_item span:first-child {
    border: none;
}

.night_table .table_body .th_3 .list_item .td_1 {
    flex: 1;
}

.night_table .table_body .th_3 .list_item .td_2 {
    flex: 2;
}


@media (max-width: 600px) {

    .night_table .table_body .th_3 .list_item .td_1,
    .night_table .table_head .th_3 span.td_1 {
        min-width: 57px;
    }

    .night_table .table_body .th_3 .list_item .td_2,
    .night_table .table_head .th_3 span.td_2 {
        min-width: 115px;
    }

    .night_table .common_head .th_1 {
        min-width: 80px;
    }
}