*:focus-visible {
    outline: -webkit-focus-ring-color auto 1px !important;
}

body.lock {
    overflow: hidden;
}

body ::-webkit-scrollbar-thumb {
    background-color: #777777;
}

body ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #393939;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background-color: #272727;
    -webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 0.2);
    box-shadow: 0 0 7px rgba(100, 100, 100, 0.2);
}

#header .btn-hamburger {
    display: none;
}

#header .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: center;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#header .logo {
    padding-left: 30px;
    width: 120px;
}

#header .con_set {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

#header .con_set a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 70px;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#header .top_tag {
    position: relative;
    padding: 0px 25px;
    font-weight: 400;
    cursor: pointer;
}

#header .top_tag::before {
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #B40331;
    width: 100%;
    height: 70px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    content: "";
}

#header .top_tag.active::before {
    opacity: 1;
}

@media screen and (min-width: 1024px) {
    #header .top_tag:hover::before {
        opacity: 1;
    }
}

#header .top_tag img {
    margin-top: -2px;
    margin-bottom: -8px;
}

#header .download {
    padding: 15px 35px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #B40331;
    cursor: pointer;
}

@media screen and (min-width: 2560px) {
    #header .logo {
        padding-left: 30px;
        width: 240px;
    }

    #header .top_tag {
        padding: 20px 40px;
    }

    #header .top_tag::before {
        width: 100%;
        height: 10px;
        content: "";
    }

    #header .top_download {
        padding: 20px 40px;
    }
}

@media screen and (max-width: 1023px) {
    #header .inner {
        width: 100%;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #header .logo {
        -webkit-box-flex: 0;
        margin-left: 10px;
        padding: 10px 0;
        text-align: center;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    #header .con_set {
        overflow: auto;
        width: 100%;
    }

    #header .top_tag {
        display: inline-block;
        padding: 10px;
        width: 20%;
        min-width: 120px;
        text-align: center;
    }

    #header .top_download {
        display: inline-block;
        padding: 10px;
        width: 20%;
        min-width: 120px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #header .inner {
        background-color: #272727;
    }

    #header .btn-hamburger {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        width: 30px;
        height: 30px;
        -webkit-transform: scaleY(0.8);
        -ms-transform: scaleY(0.8);
        transform: scaleY(0.8);
    }

    #header .btn-hamburger .hamburger {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #FFFFFF;
    }

    #header .btn-hamburger .hamburger-1 {
        top: 0;
        left: 0;
    }

    #header .btn-hamburger .hamburger-2 {
        top: 50%;
        left: 0;
        -webkit-transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #header .btn-hamburger .hamburger-3 {
        top: 50%;
        left: 0;
        -webkit-transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #header .btn-hamburger .hamburger-4 {
        bottom: 0;
        left: 0;
    }

    #header .btn-hamburger.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    #header .btn-hamburger.active .hamburger-1 {
        display: none;
    }

    #header .btn-hamburger.active .hamburger-2 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header .btn-hamburger.active .hamburger-3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #header .btn-hamburger.active .hamburger-4 {
        display: none;
    }

    #header .con_set {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        position: absolute;
        top: 50px;
        right: 0;
        z-index: -1;
        padding: 20px 10px;
        background-color: #000000;
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #header .con_set>a {
        width: 100%;
    }

    #header .con_set.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.lightbox_cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.lightbox_cover.active {
    display: block;
}

footer {
    background-color: #1D1D1D;
}

footer .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin: auto;
    width: 90%;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

footer .top {
    border-bottom: 1px solid #777777;
    padding: 40px 0;
}

footer .bottom {
    padding: 5px 0;
}

footer nav a,
footer nav p {
    display: inline-block;
    padding: 5px 10px;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    footer .inner {
        -webkit-box-pack: start;

        -ms-flex-pack: start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    footer nav {
        -webkit-box-flex: 0;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 30px;
    width: 15px;
    height: 15px;
    background: #393939;
    opacity: 0.5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    width: 45px;
    background: #B40331;
    opacity: 1;
}

.btn-red {
    display: inline-block;
    overflow: hidden;
    border-radius: 100px;
    padding: 9px 20px 7px;
    min-width: 160px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    background-color: #B40331;
    cursor: pointer;
}

.btn-grey {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 100px;
    padding: 8px 20px;
    min-width: 160px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    background-color: #555555;
    -webkit-transform: 0.3s;
    -ms-transform: 0.3s;
    transform: 0.3s;
    cursor: pointer;
}

.btn-grey::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    background-color: #555555;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    content: "";
}

@media screen and (min-width: 1024px) {
    .btn-grey:hover {
        color: #FFFFFF;
    }

    .btn-grey:hover::before {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.btn-red_border {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #B40331;
    border-radius: 100px;
    padding: 8px 20px;
    min-width: 160px;
    font-weight: 400;
    text-align: center;
    color: #B40331;
    -webkit-transform: 0.3s;
    -ms-transform: 0.3s;
    transform: 0.3s;
    cursor: pointer;
}

.btn-red_border::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background-color: #B40331;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    content: "";
}

@media screen and (min-width: 1024px) {
    .btn-red_border:hover {
        color: #FFFFFF;
        -webkit-animation: fill01 0.1s 0.2s linear both;
        animation: fill01 0.1s 0.2s linear both;
    }

    .btn-red_border:hover::before {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fill01 {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: #B40331;
    }
}

@keyframes fill01 {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: #B40331;
    }
}

@media screen and (min-width: 2560px) {

    .btn-red,
    .btn-grey,
    .btn-red_border {
        /* padding: 15px 50px; */
    }
}

@media screen and (max-width: 768px) {

    .btn-red,
    .btn-grey,
    .btn-red_border {
        padding: 7px 0;
    }

    .btn-red {
        padding: 9px 0 7px;
    }
}

.title-section {
    position: relative;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.title-section.pc {
    display: block;
}

.title-section.mo {
    display: none;
}

@media screen and (max-width: 425px) {
    .title-section.pc {
        display: none;
    }

    .title-section.mo {
        display: block;
    }
}

.title-article {
    position: relative;
    margin-bottom: 20px;
}

.title-article::before {
    display: inline-block;
    margin-right: 7px;
    width: 8px;
    height: 0.85em;
    background-color: #B40331;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    content: "";
}

.title-article.red::before {
    background-color: #B40331;
}

.title-article.green::before {
    background-color: #00BF55;
}

.title-article.purple::before {
    background-color: #9C39E6;
}

.title-article.blue::before {
    background-color: #3126FF;
}

.title-article.orange::before {
    background-color: #FFAC11;
}

.title-article.pink::before {
    background-color: #E05ECD;
}

@media screen and (min-width: 2560px) {
    .title-article::before {
        margin-right: 16px;
        width: 18px;
        content: "";
    }
}

@media screen and (max-width: 768px) {
    .title-article {
        margin-bottom: 20px;
    }
}

.section_title_bar {
    padding: 2% 0;
    background-image: url("../img/home/font_bg@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.section_title_bar h2 {
    /* margin: 0; */
    padding: 0;
    text-shadow: 0 0 10px red;
}

.article-cut100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-cut100 .text {
    padding-top: 50px;
    width: 100%;
}

.article-cut100 .text>p span {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    min-height: 120px;

    -webkit-line-clamp: 6;
}

.article-cut100 .text>p a {
    display: inline-block;
    margin-right: 0;
    margin-left: auto;
}

.article-cut100 .text .to_more_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin-top: 40px;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.article-cut100 .text .article_btnset {
    margin-top: 40px;
    margin-right: -7px;
    margin-left: -7px;
}

.article-cut100 .text .article_btnset .article_btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 5px 7px;
    border-radius: 7px;
    padding: 12px 10px;
    width: calc(33.3333% - 18px);
    text-align: center;
    color: #FFFFFF;
    background-color: #393939;
    cursor: pointer;
}

.article-cut100 .text .article_btnset .article_btn p {
    position: relative;
    z-index: 1;
}

.article-cut100 .text .article_btnset .article_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B40331;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    content: "";
}

.article-cut100 .text .article_btnset .article_btn.blue::before {
    background-color: #0057B7;
}

.article-cut100 .text .article_btnset .article_btn.red::before {
    background-color: #B40331;
}

@media screen and (min-width: 1024px) {
    .article-cut100 .text .article_btnset .article_btn:hover::before {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.article-cut100 .img {
    margin: 0 15px;
    width: 100%;
}

.article-cut100 .pic {
    position: relative;
    margin: 0 15px;
    width: 100%;
}

.article-cut100 .pic figure {
    position: relative;
    padding-bottom: 62%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.article-cut50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.article-cut50 .text {
    padding-right: 5%;
    width: 50%;
}

.article-cut50 .text .to_more_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin-top: 40px;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.article-cut50 .text .tutorial_link {
    margin-top: 20px;
}

.article-cut50 .text .article_btnset {
    margin-top: 40px;
    margin-right: -7px;
    margin-left: -7px;
}

.article-cut50 .text .article_btnset .article_btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 5px 7px;
    border-radius: 7px;
    padding: 12px 10px;
    min-width: calc(33.3333% - 18px);
    text-align: center;
    color: #FFFFFF;
    background-color: #393939;
    cursor: pointer;
}

.article-cut50 .text .article_btnset .article_btn p {
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.article-cut50 .text .article_btnset .article_btn.btn-two {
    width: calc(45% - 18px);
}

.article-cut50 .text .article_btnset .article_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B40331;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    content: "";
}

.article-cut50 .text .article_btnset .article_btn.blue.active {
    background-color: #252451;
}

.article-cut50 .text .article_btnset .article_btn.blue::before {
    background-color: #3126FF;
}

.article-cut50 .text .article_btnset .article_btn.red::before {
    background-color: #B40331;
}

.article-cut50 .text .article_btnset .article_btn.green::before {
    background-color: #00BF55;
}

.article-cut50 .text .article_btnset .article_btn.purple::before {
    background-color: #9C39E6;
}

.article-cut50 .text .article_btnset .article_btn.orange.active {
    background-color: #403521;
}

.article-cut50 .text .article_btnset .article_btn.orange::before {
    background-color: #FFAC11;
}

.article-cut50 .text .article_btnset .article_btn.pink.active {
    background-color: #4B2A49;
}

.article-cut50 .text .article_btnset .article_btn.pink::before {
    background-color: #E05ECD;
}

.article-cut50 .text .article_btnset .article_btn.red.active {
    background-color: #63001b;
}

@media screen and (min-width: 1024px) {
    .article-cut50 .text .article_btnset .article_btn:hover::before {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.article-cut50.right .text {
    margin: 0 15px;
}

.article-cut50.blog {
    -webkit-box-pack: justify;
    -webkit-box-align: start;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.article-cut50.blog .img,
.article-cut50.blog .pic,
.article-cut50.blog .vid {
    margin: 0;
    width: calc(50% - 10px);
}

.article-cut50 .img {
    margin: 0 15px;
    width: 50%;
}

.article-cut50 .pic {
    position: relative;
    margin: 0 15px;
    width: 50%;
}

.article-cut50 .pic figure {
    position: relative;
    padding-bottom: 62%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.article-cut50 .pic .contorl {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    cursor: pointer;
}

.article-cut50 .pic .contorl.active {
    display: block;
}

.article-cut50 .vid {
    position: relative;
    margin: 0 15px;
    width: 50%;
}

.article-cut50 .vid figure {
    position: relative;
    padding-bottom: 62%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.article-cut50 .vid figure video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-cut50 .vid .contorl {
    display: none;
    position: absolute;
    right: 10px;
    width: 30px;
    cursor: pointer;
}

.article-cut50 .vid2 .contorl.active {
    display: block;
}

.article-cut50 .vid2 {
    position: relative;
    margin: 0 15px;
    width: 50%;
}

@media screen and (max-width: 750px) {

    .article-cut50 .vid2 {
        position: relative;
        margin: 0 15px;
        width: 100%;
    }
}

.article-cut50 .vid2 figure {
    position: relative;
    padding-bottom: 62%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.article-cut50 .vid2 figure video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-cut50 .vid2 .contorl {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    cursor: pointer;
}

.article-cut50 .vid2 .contorl.active {
    display: block;
}


.article-cut50 .fans {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    position: relative;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.article-cut50 .fans>div {
    position: relative;
    width: 80%;
    background-color: #000000;
    margin: auto;
}

.article-cut50 .fans>div video {
    width: 100%;
}

.article-cut50 .fans>div img {
    position: relative;
}

.article-cut50 .fans>div small {
    position: absolute;
    top: 77%;
    left: 52%;
    z-index: 1;
    border-radius: 10px;
    padding: 0.5rem;
    width: 84%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 425px) {
    .article-cut50 .fans>div small {
        background-color: #272727;
    }
}

.article-cut50 .fans .contorl {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    cursor: pointer;
}

.article-cut50 .fans .contorl.active {
    display: block;
}

.article-cut50 .fans .video_box>img {
    padding-bottom: 1px;
}

@media screen and (min-width: 2560px) {
    .article-cut50 .text {
        -webkit-box-flex: 1;
        padding-right: 176px;

        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .article-cut50 .text .tutorial_link {
        margin-top: 40px;
    }

    .article-cut50 .text .article_btnset .article_btn {
        margin: 5px 7px;
        padding: 14px 10px;
        min-width: calc(33.3333% - 48px);
    }

    .article-cut50 .img,
    .article-cut50 .pic,
    .article-cut50 .vid,
    .article-cut50 .fans {
        max-width: 1106px;
    }

    .article-cut50 .img .contorl,
    .article-cut50 .pic .contorl,
    .article-cut50 .vid .contorl,
    .article-cut50 .fans .contorl {
        right: 20px;
        bottom: 20px;
        width: 80px;
    }
}

@media screen and (max-width: 768px) {
    .article-cut50 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article-cut50 .text {
        margin: 15px 0;
        padding-right: 0;
        width: 100%;

        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .article-cut50 .text .article_btnset {
        margin: 20px 0;
    }

    .article-cut50 .text .article_btnset .article_btn {
        margin: 5px 0;
        width: 100%;
    }

    .article-cut50 .text .article_btnset .article_btn.btn-two {
        width: 100%;
    }

    .article-cut50 .img,
    .article-cut50 .pic,
    .article-cut50 .vid,
    .article-cut50 .fans {
        margin: 15px 0;
        width: 100%;

        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 425px) {
    .article-cut50 .fans {
        -webkit-box-pack: center;

        -ms-flex-pack: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .article-cut50 .fans>div {
        width: 70%;
    }

    .article-cut50 .fans>div.video_box {
        display: none;
    }

    .article-cut50 .fans .contorl {
        display: none;
    }

    .article-cut50 .fans .dBFan {
        left: 50%;
        width: 143%;
    }
}

#patch_lightbox .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

#patch_lightbox .box ul {
    padding-left: 20px;
}

#patch_lightbox .box * {
    line-height: 1.6;
}

#patch_lightbox .box ul,
#patch_lightbox .box li {
    list-style: disc;
    list-style-position: outside;
}

#patch_lightbox .box .patch_info {
    overflow: auto;
    padding-right: 10px;
    height: 45vh;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lightbox.active {
    display: block;
}

.lightbox .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.lightbox .box {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 7px;
    padding: 40px 30px 30px;
    width: 90%;
    background-color: #272727;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lightbox .box .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    cursor: pointer;
}

.lightbox .box article {
    overflow: auto;
    max-height: calc(100vh - 200px);
}

.lightbox .box article img {
    margin-bottom: 10px;
}

.lightbox .box article .result {
    text-align: center;
}

.lightbox .box article .patch_info {
    margin-top: 30px;
}

.lightbox .box article .download_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: end;
    margin-top: 20px;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.lightbox .box article .download_box .ti {
    margin-bottom: 10px;
    color: #777777;
}

.lightbox .box article .download_box .btnbox a {
    margin-left: 10px;
}

.lightbox .box .videobox {
    width: 100%;
}

.lightbox .box .videobox video {
    width: 100%;
}

.lightbox .box .videobox .yt_box {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
}

.lightbox .box .videobox .yt_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lightbox .box form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-pack: center;
    margin: 10px -15px;
    max-height: calc(100vh - 200px);

    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.lightbox .box form>div {
    width: 50%;
}

.lightbox .box form .formitem {
    margin: 15px;
}

.lightbox .box form .file_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    margin: 0 -10px;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lightbox .box form .file_box label {
    margin: 2px 10px;
    width: calc(33.3333% - 20px);
}

.lightbox .box form .file_label {
    display: inline-block;
    position: relative;
    margin: 7px 0px;
    border: none;
    border-radius: 5px;
    padding: 7px 10px;
    width: 100%;
    font-weight: 300;
    letter-spacing: 0px;
    background-color: #393939;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lightbox .box form .file_label .default {
    cursor: pointer;
}

.lightbox .box form .file_label .upload_name {
    display: none;
}

.lightbox .box form .file_label .upload_name>p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: calc(100% - 15px);
    white-space: nowrap;

    -webkit-line-clamp: 1;
}

.lightbox .box form .file_label .upload_name .remove {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.lightbox .box form .file_label.uploaded .default {
    display: none;
}

.lightbox .box form .file_label.uploaded .upload_name {
    display: block;
}

.lightbox .box form .u {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: end;
    max-width: 500px;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.lightbox .box form .u button {
    /* margin-bottom: 6px; */
}

.lightbox .box form .captcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    margin-bottom: 10px;
    width: 100%;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.lightbox .box form .captcha .nonmess {
    display: block;
    visibility: visible;
}

.lightbox .box form .captcha .captcha_flex {
    display: flex;
    /* width: 260px; */

    align-items: center;
    flex-wrap: wrap;
}

.lightbox .box form .captcha .captcha_flex .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* width: 100%; */
    text-align: center;
}

.lightbox .box form .captcha .captcha_flex .captcha_code {
    /* order: 2; */
    margin: 16px 0px !important;
    padding: 12px 20px;
}

.lightbox .box form .captcha .captcha_flex img {
    margin-right: 8px;
    width: 80px;
    height: 40px;
    vertical-align: center;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.lightbox .box form .captcha .captcha_flex button img {
    margin-right: 8px;
    width: 26px;
    height: 26px;
    vertical-align: center;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

@media screen and (max-width: 768px) {
    .lightbox .box form .captcha {
        width: 100%;
    }
}

@media screen and (min-width: 532px) {
    .lightbox .box form .captcha {
        margin-bottom: 15px;
        width: 80%;
    }
}

@media screen and (max-width: 450px) {
    .lightbox .box form .captcha {
        margin-bottom: 15px;
        width: 80%;
    }
}

.lightbox.max-540 .box {
    max-width: 540px;
}

.lightbox.max-1000 .box {
    max-width: 1000px;
}

.lightbox.max-1200 .box {
    max-width: 1200px;
}

.lightbox.max-1500 .box {
    max-width: 1500px;
}

@media screen and (min-width: 2560px) {

    .lightbox.max-540 .box,
    .lightbox.max-1000 .box,
    .lightbox.max-1200 .box,
    .lightbox.max-1500 .box {
        max-width: 2200px;
    }

    .lightbox .box {
        padding: 100px 30px 30px;
    }

    .lightbox .box .close {
        top: 25px;
        right: 25px;
        width: 50px;
    }

    .lightbox .box form .file_label img {
        width: 30px !important;
    }

    .lightbox .box form .captcha .captcha_flex {
        width: 530px;
    }

    .lightbox .box form .captcha .captcha_flex input {
        width: 320px !important;
    }

    .lightbox .box form .captcha .captcha_flex img {
        width: 165px;
        height: 75px;
    }
}

@media screen and (max-width: 1023px) {
    .lightbox .box form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lightbox .box form>div {
        width: 100%;
    }
}

@media screen and (max-width: 438px) {
    .lightbox .box form .captcha .captcha_flex {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .lightbox .box {
        padding: 40px 15px 15px;
    }

    .lightbox .box form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lightbox .box form .file_box label {
        width: 100%;
    }

    .lightbox .box .videobox .yt_box {
        position: relative;
        padding-bottom: 178%;
        width: 100%;
    }

    .lightbox .box form .captcha .captcha_flex {
        display: flex;

        align-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

#article_lightbox {
    display: none;
}

#article_lightbox.active {
    display: block;
}

#article_lightbox .cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#article_lightbox .box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 7px;
    padding: 40px 30px 30px;
    width: 90%;
    max-width: 540px;
    background-color: #272727;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(0, -105%);
    -ms-transform: translate(0, -105%);
    transform: translate(0, -105%);
}

#article_lightbox .box.purple .close {
    display: none;
}

#article_lightbox .box.purple .close.purple {
    display: block;
}

#article_lightbox .box.green .close {
    display: none;
}

#article_lightbox .box.green .close.green {
    display: block;
}

#article_lightbox .box .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    cursor: pointer;
}

#article_lightbox .box .close.purple,
#article_lightbox .box .close.green {
    display: none;
}

#article_lightbox .box article {
    overflow: auto;
    max-height: calc(100vh - 200px);
}

#article_lightbox .box article img {
    margin-bottom: 10px;
}

#article_lightbox .box article .result {
    text-align: center;
}

#article_lightbox .box article .patch_info {
    margin-top: 30px;
}

#article_lightbox .box article .download_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: end;
    margin-top: 20px;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#article_lightbox .box article .download_box .ti {
    margin-bottom: 10px;
    color: #777777;
}

#article_lightbox .box article .download_box .btnbox a {
    margin-left: 10px;
}

@media screen and (min-width: 2560px) {
    #article_lightbox .box {
        max-width: 1000px;
    }
}

#article_lightbox2 {
    display: none;
}

#article_lightbox2.active {
    display: block;
}

#article_lightbox2 .cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#article_lightbox2 .box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 7px;
    padding: 40px 30px 30px;
    width: 90%;
    max-width: 540px;
    background-color: #272727;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(0, -105%);
    -ms-transform: translate(0, -105%);
    transform: translate(0, -105%);
}

#article_lightbox2 .box .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    cursor: pointer;
}

#article_lightbox2 .box article {
    overflow: auto;
    max-height: calc(100vh - 200px);
}

#article_lightbox2 .box article img {
    margin-bottom: 10px;
}

#article_lightbox2 .box article .result {
    text-align: center;
}

#article_lightbox2 .box article .patch_info {
    margin-top: 30px;
}

#article_lightbox2 .box article .download_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: end;
    margin-top: 20px;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#article_lightbox2 .box article .download_box .ti {
    margin-bottom: 10px;
    color: #777777;
}

#article_lightbox2 .box article .download_box .btnbox a {
    margin-left: 10px;
}

@media screen and (min-width: 2560px) {
    #article_lightbox2 .box {
        max-width: 1000px;
    }
}

#giveaway {
    font-weight: 500;
    text-shadow: 0 0 5px red, 0 0 10px red, 0 0 5px red;
}