.container > article .lnb { margin: 0 !important; }

.video-container { position: relative; }
.video-container video {
    width: 100%;
}
.video-container .player-btn {
    position: absolute; top: 50%; left: 50%;
    min-width: 100px; min-height: 100px;
    cursor: pointer; z-index: 1;
    -webkit-transform:  translate(-50%, -50%);
    -moz-transform:     translate(-50%, -50%);
    -ms-transform:      translate(-50%, -50%);
    -o-transform:       translate(-50%, -50%);
    transform:          translate(-50%, -50%);
    -webkit-transform-origin:   50%;
    transform-origin:           50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    text-align: center; opacity: 0;
}
.video-container .player-btn i {
    font-size: 30px; color: rgba(255, 255, 255, .4); line-height: 100px;
}
.video-container .player-btn.active {
    -webkit-animation:  playmotion .8s;
    animation:          playmotion .8s;

    -webkit-animation-iteration-count:  1;
    animation-iteration-count:          1;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:        both;
}
@-webkit-keyframes playmotion {
    0% {
        opacity: 0;
        -webkit-transform:  translate(-50%, -50%) scale(0);
        transform:          translate(-50%, -50%) scale(0);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform:  translate(-50%, -50%) scale(1);
        transform:          translate(-50%, -50%) scale(1);
    }
}

@keyframes playmotion {
    0% {
        opacity: 0;
        -webkit-transform:  translate(-50%, -50%) scale(0);
        transform:          translate(-50%, -50%) scale(0);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform:  translate(-50%, -50%) scale(1);
        transform:          translate(-50%, -50%) scale(1);
    }
}

@media screen and (max-width: 768px) {
    .video-container .player-btn { display: none; }
    .video-container video {
        background-image: url(/resource/images/main/visual.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

.main .visual-container {
    background-color: #111;
    background-image: url(/resource/images/main/banner1.png?v=2);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 890px;
}
.main .visual-container .visual {
    width: 1080px; margin: 0 auto; padding: 100px;
}
.main .visual-container .visual .visual-subtitle {
    font-size: 20px; font-weight: 300; color: #f9f9f9;
}

.main .introduce-container {
    height: 713px;
    background-color: #1f1f1f;
}
.main .introduce-container .introduce {
    width: 1280px; margin: 0 auto;
}
.main .introduce-container .introduce > div {
    position: relative; top: -206px;
    width: calc(100% - 164px); height: 276px; margin: 0 0 33px;
    padding: 60px 80px;
    border: 2px solid #434343; background-color: #0b0b0b;
}
.main .introduce-container .introduce > div:last-child { margin: 0; }
.main .introduce-container .introduce > .field {
    background-color: #0b0b0b;
    background-image: url(/resource/images/main/bg_intro_field.png?v=2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main .introduce-container .introduce > .game {
    background-color: #0b0b0b;
    background-image: url(/resource/images/main/bg_intro_game.png?v=2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main .introduce-container .introduce > div > h2 {
    font-size: 55px; font-weight: 700; color: #f9f9f9;
}
.main .introduce-container .introduce > div > h3 {
    margin: 38px 0 0 0; line-height: 2em; color: #f9f9f9;
}
.main .introduce-container .introduce > div > h3 a {
    color: var(--point-main);
}

.main .introduce-container .introduce > .game > h3 { display: none; }
.main .introduce-container .introduce > .game .gametype:after { content: ''; display: block; clear: both; }
.main .introduce-container .introduce > .game .gametype {
    margin: 75px 0 0;
}
.main .introduce-container .introduce > .game .gametype > ul li {
    width: 166px; height: 70px;
    background-image: url(/resource/images/main/bg_intro_gametype.png?v=2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; margin: 0 0 0 -28px; float: left;
    -webkit-transform:  rotate(-28deg);
    -moz-transform:     rotate(-28deg);
    -o-transform:       rotate(-28deg);
    transform:          rotate(-28deg);
}
.main .introduce-container .introduce > .game .gametype > ul li a {
    display: block; position: absolute; top: 47%; left: 35%;
    -webkit-transform:  translate(-50%, -50%);
    -moz-transform:     translate(-50%, -50%);
    -o-transform:       translate(-50%, -50%);
    transform:          translate(-50%, -50%);
    font-size: 17px; color: #f9f9f9;
}

.main .introduce-container .introduce > .game .gameprocess {
    position: absolute; top: 55px; right: 120px;
}
.main .introduce-container .introduce > .game .gameprocess > ul li {
    width: 266px; height: 50px; margin: 0 0 33px;
    background-image: url(/resource/images/main/bg_intro_gameprocess.png?v=2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main .introduce-container .introduce > .game .gameprocess > ul li:after {
    content: ''; display: block; width: 28px; height: 14px; margin: 0 auto 0;
    background-image: url(/resource/images/main/bg_intro_gameprocess_arrow.png?v=2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main .introduce-container .introduce > .game .gameprocess > ul li:last-child:after {
    display: none;
}
.main .introduce-container .introduce > .game .gameprocess > ul li > a {
    display: block; height: 100%; padding: 10px 0 0 10px;
    line-height: 2em; color: #f9f9f9;
}


@media screen and (max-width: 1300px) {
    .main .visual-container .visual { width: calc(100% - 200px); }
    .main .introduce-container .introduce {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 1220px) {
    .main .introduce-container .introduce > .game .gameprocess {
        right: 55px;
    }
}
@media screen and (max-width: 1000px) {
    .main .visual-container {
        background-position: top 0px right -50px;
    }

    .main .introduce-container .introduce > .game > h3 { display: block; }
    .main .introduce-container .introduce > .game .gametype,
    .main .introduce-container .introduce > .game .gameprocess {
        display: none;
    }
}
@media screen and (max-width: 780px) {
    .main .introduce-container .introduce > .field h3 br { display: none; }
}
@media screen and (max-width: 640px) {
    .main .visual-container .visual { width: calc(100% - 60px); padding: 100px 30px; }
    .main .visual-container .visual .visual-title img {
        width: 90%;
    }
}
@media screen and (max-width: 430px) {
    .main .visual-container .visual .visual-subtitle br { display: none; }
    .main .introduce-container .introduce > div {
        width: calc(100% - 84px); padding: 60px 40px;
    }
    .main .introduce-container .introduce > div > h2 {
        font-size: 35px;
    }
    .main .introduce-container .introduce > div > h3 {
        margin: 20px 0 0 0;
    }
}

.main .board-container { background-color: #151515 }
.main .board-container .board:after { content: ''; display: block; clear: both; }
.main .board-container .board {
    width: 1280px; margin: 0 auto; padding: 65px 0 0 0;
}
.main .board-container .board > div {
    float: left; width: calc(50% - 40px);
}
.main .board-container .board > div > h2 {
    padding-bottom: 11px; position: relative;
    border-bottom: 1px solid #494949;
    font-size: 20px; font-weight: 700; color: #f9f9f9;
}
.main .board-container .board > div > h2 .morebtnboard {
    position: absolute; top: -8px; right: 0px;
    padding: 15px;
}
.main .board-container .board > div > h2 .morebtnboard i { color: #aaa; }
.main .board-container .board > div > .nodata-txt { margin: 55px 0; }
.main .board-container .board .freeboard {
    margin-right: 40px;
}
.main .board-container .board .freeboard > ul { margin: 53px 0 75px; }
.main .board-container .board .freeboard > ul li:after { content: ''; display: block; clear: both; }
.main .board-container .board .freeboard > ul li {
    margin: 20px 0;
}
.main .board-container .board .freeboard > ul li > a:hover span,
.main .board-container .board .freeboard > ul li > a:hover + span { color: #fff; }
.main .board-container .board .freeboard > ul li > a:before {
    content: ''; display: inline-block; width: 2px; height: 3px;
    position: relative; top: -4px; margin-right: 6px;
    border-radius: 50%;
    background-color: #d1d1d1;
}
.main .board-container .board .freeboard > ul li > a {
    float: left; width: calc(100% - 80px);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.main .board-container .board .freeboard > ul li > a > span { color: #d1d1d1; font-size: 17px; }
.main .board-container .board .freeboard > ul li > span {
    float: right; position: relative; top: 5px; cursor: default;
    width: 80px;
    color: #545454; font-size: 15px;
}

.main .board-container .board .groupbuying {
    margin-left: 40px;
}
.main .board-container .board .groupbuying > ul:after { content: ''; display: block; clear: both; }
.main .board-container .board .groupbuying > ul { margin: 53px 0 75px; }
.main .board-container .board .groupbuying > ul li {
    display: inline-block; width: calc(25% - 4px); margin: 0; position: relative;
}
.main .board-container .board .groupbuying > ul li a h2,
.main .board-container .board .groupbuying > ul li a h3 {
    font-size: 14px; color: #d1d1d1;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.main .board-container .board .groupbuying > ul li a h2 { margin: 4px 0 5px; }
.main .board-container .board .groupbuying > ul li a h3 { font-weight: 700; }
.main .board-container .board .groupbuying > ul li img { width: 100%; }
.main .board-container .board .groupbuying > ul li .groupbuying-thumb {
    height: 146px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main .board-container .board .groupbuying > ul li a .reviewnum {
    position: absolute; top: -5px; right: -3px;
    display: inline-block; padding: 0.25em 0.4em;
    font-size: .6rem; font-weight: 300;
    background-color: #dc3545; color: #fff;
    border-radius: 0.25rem;

    line-height: 1; text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

@media screen and (max-width: 1280px) {
    .main .board-container .board {
        width: calc(100% - 20px); padding: 65px 10px 0;
    }
}

@media screen and (max-width: 1000px) {
    .main .board-container .board .freeboard,
    .main .board-container .board .groupbuying {
        width: calc(100% - 20px); padding: 65px 10px 0; margin: 0;
    }
}

@media screen and (max-width: 640px) {
    .main .board-container .board .groupbuying > ul li {
        width: calc(33.3333% - 4px);
    }
    .main .board-container .board .groupbuying > ul li a h2,
    .main .board-container .board .groupbuying > ul li a h3 {
        font-size: 11px;
    }
}
@media screen and (max-width: 460px) {
    .main .board-container .board .groupbuying > ul li {
        width: calc(50% - 4px);
    }
}


/**/
.main article .article-content .verified,
.main article .article-content .verified .verified-content:after {
    content: ''; display: block; clear: both;
}

.main article .article-content .verified > h2,
.main article .article-content .verified > h2 > span {
    font-size: 22px; font-weight: 600;
}
.main article .article-content .verified > h2.line-title:before,
.main article .article-content .verified > h2.line-title:after { width: calc(50% - 130px); }


.main article .article-content .verified .verified-content ul li {
    float: left; width: calc(33.3333% - 32px); padding: 10px; margin: 10px 5px;
    background-color: #1b2026;
    border: 1px solid #2c343e;
}

.main article .article-content .verified .verified-content ul li a {
    display: block; position: relative;
}
.main article .article-content .verified .verified-content ul li a .verified-img {
    border: 3px solid var(--color-line); height: 225px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.main article .article-content .verified .verified-content ul li a .verified-img h2 {
    border-top: 2px solid var(--color-line);
    position: absolute; bottom: 0; width: 100%;
    text-align: center; padding: 10px 0;
    font-size: 22px; font-weight: 600; letter-spacing: -.2em;
}
.main article .article-content .verified .verified-content ul li a .verified-img h2 span {
    font-size: 22px; font-weight: 600; letter-spacing: -.2em;
}

.main article .article-content .verified .verified-content ul li a .verified-info h2 {
    text-align: center; padding: 10px 0;
    font-size: 15px; font-weight: 600;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.main article .article-content .verified .verified-content ul li a .verified-info:hover h2 {
    color: #ffe400;
}

.main article .article-content .verified .verified-content ul li a .icon-medal {
    position: absolute; top: 0; right: 5px;
    width: 68px; height: 83px;
    background-image: url(/resource/images/icons/medal.png);
}



.main article .article-content .banner-container ul li {
    margin: 0 0 10px 0;
}
.main article .article-content .banner-container ul li a {
    display: block;
}
.main article .article-content .banner-container ul li a img {
    width: 100%; height: 100%;
}

@media screen and (max-width: 768px) {
    .main article .article-content .verified .verified-content ul li {
        width: calc(50% - 32px);
    }
    .main article .article-content .banner-container ul li {
        margin: 0 0 5px 0;
    }
}
@media screen and (max-width: 600px) {
    .main article .article-content .verified .verified-content ul li {
        width: calc(100% - 32px);
    }
}