* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    /* overflow-x: hidden; */
}

body {
    font-family: "nanumgothic";
    font-style: normal;
    font-weight: 100;
    src: url(../font/malgun.ttf);
    overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input,
textarea,
select {
    border: none;
    outline: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

h3,
h4,
h5 {
    font-weight: normal;
}

.hide {
    display: none !important;
}

:root {
    --themecolor: #f40d0d;
}

.m-min-height {
    min-height: calc(100vh - 232px);
}

.m-href {
    cursor: pointer;
}

.ootoon-m {
    position: relative;
}

.otoon-top {
    position: relative;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.ot-menu {
    margin: 0 auto;
    width: 1180px;
    padding: 6px 0;
}

.m-home-page .ot-to-bg img {
    width: 100%;
    height: 100%;
}

.m-fix-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background-color: #fff;
}

.m-placeholder {
    height: 80px;
}

.dt-ma-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    height: 75%;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 1%,
            #000000 50.06%,
            #000000 98.35%);
}

.m-to-top {
    position: fixed;
    bottom: 130px;
    right: 30px;
    cursor: pointer;
}

.m-colletion-link-wrap {
    color: rgb(34, 34, 34);
    display: flex;
    float: left;
    margin-right: 6%;
    margin-bottom: 40px;
}

.m-collection-link {
    display: block;
    width: 120px !important;
    height: 176px !important;
    margin: 0 !important;
}

@media (max-width: 980px) {
    .m-colletion-link-wrap {
        margin-bottom: 4vw;
    }

    .m-to-top {
        width: 10vw;
        height: 10vw;
        right: 4vw;
        bottom: 52vw;
    }

    .m-episode {
        min-height: 0 !important;
    }

    .m-placeholder {
        height: 100px;
    }

    .m-episode .dt-ma-img {
        position: relative;
        background: none;
        top: 0;
    }

    .m-episode .dt-ma-img {
        min-height: 0;
        height: calc(100vh - 108px);
    }

    .m-episode .dt-left-tt h1 {
        padding-top: 4vw;
        margin-bottom: 4vw;
    }

    .m-episode .dt-left-tt {
        /* padding-top: 86vw; */
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        padding-top: 0;
    }

    .m-episode .dt-mn-bgimg {
        height: 100%;
    }

    .m-episode .detail-title2 {
        margin-top: 4vw;
    }

    .dt-ma-img::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        height: 60%;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0) 0%,
                #000000 55.06%,
                #000000 99.35%);
    }

    .m-episode .detail-le-btn {
        position: static;
        margin-top: 8vw;
        justify-content: space-between;
    }

    .m-episode .detail-le-btn button,
    .m-episode .detail-le-btn a {
        /* padding: 0 10vw; */
        width: 48%;
        margin: 0;
        /* margin-right: 2%; */
        box-sizing: border-box;
        height: 12vw;
    }

    .m-episode .detail-le-btn button {
        margin-right: 4%;
    }

    .m-episode .de-mn-tt {
        margin-top: 0;
        padding: 4vw 10px;
    }

    .m-episode .de-mn-list {
        display: block;
        padding: 0 6px;
    }

    .m-episode .de-mn-list li {
        width: 100%;
        padding: 0 10px;
    }

    .de-mn-list li {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 0;
    }

    .de-mn-list li a {
        margin-top: 6px;
        padding: 6px 0;
        display: block;
    }

    .m-episode .dt-le-c {
        padding-left: 0;
    }

    .m-episode .dt-rg-c {
        padding-right: 0;
    }

    .ot-menu {
        width: 100%;
        padding: 14px 0 0;
    }

    .otoon-top {
        width: 100%;
    }

    /* .m-home-page .m-recommend-swiper {
        /* height: 66vw; 
    } */

    .m-home-page .newm-box-img a,
    .m-home-page .ot-to-lt a {
        display: block;
        height: 100%;
    }

    .m-home-page .ot-to-lt a {
        display: flex;
    }

    .m-home-page .top-li-tt {
        padding-left: 4vw;
    }

    .m-home-page .top-li-tt h3 {
        font-size: 18px;
    }

    .top-li-tt p {
        font-size: 15px;
    }

    .m-home-page .ot-to-lt img,
    .m-home-page .newm-box-img img {
        height: 100%;
    }
}

.ot-menu::after {
    content: "";
    display: block;
    clear: both;
}

.ot-menu h1 {
    padding-right: 30px;
    float: left;
}

/* .ot-menu h1 a, .ot-menu h1 img{
    display: block;
} */
.ootoon-log,
.ootoon-log img {
    width: 70px;
    height: 70px;
    display: block;
}

.otm-list {
    position: relative;
    margin-top: 26px;
    float: left;
}

.otm-list::after {
    content: "";
    display: block;
    clear: both;
}

.otm-list li {
    padding: 0 20px;
    float: left;
}

@media (max-width: 980px) {
    .otm-list {
        margin-top: 10px;
        position: relative;
        width: 100%;
        display: flex;
        overflow-x: auto;
    }

    .otm-list li {
        padding: 10px 0;
        margin: 0 16px;
    }
}

.otm-list li a {
    font-size: 15px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
    color: rgb(34, 34, 34);
}

.otm-list li a.active,
.otm-list li a:hover {
    color: #f40d0d;
}

.ot-login {
    position: relative;
    float: right;
    margin-top: 18px;
    display: flex;
    align-items: center;
}

@media (max-width: 980px) {
    .ot-login {
        z-index: 1999;
        position: absolute;
        right: 0;
        margin-right: 4vw;
        margin-top: 0;
    }

    .otm-list li a {
        font-size: 14px;
    }
}

.ot-login::after {
    content: "";
    display: block;
    clear: both;
}

.ot-srk {
    position: relative;
    float: left;
}

.ot-srk input {
    padding: 8px 28px 8px 14px;
    width: 140px;
    outline: none;
    /* margin-right: 20px; */
    border: 1px solid rgb(34, 34, 34);
    border-radius: 50px;
}

/* .ot-srk input.focus {
    width: 240px;
    animation-name: width-plus;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
}

.ot-srk input.normal {
    width: 140px;
    animation-name: width-normal;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
} */

@keyframes width-plus {
    from {
        width: 140px;
    }

    to {
        width: 240px;
    }
}

@keyframes width-normal {
    from {
        width: 240px;
    }

    to {
        width: 140px;
    }
}

.ot-srk img {
    position: absolute;
    right: 30px;
    top: 6px;
}

.ot-bnt {
    float: left;
    margin-top: 2px;
}

.ot-bnt button {
    border: none;
    cursor: pointer;
    background: none;
    padding: 0 15px;
}

/* main-banner */
.oot-main {
    position: relative;
    min-height: calc(100vh - 457px);
}

.ot-main-width {
    position: relative;
    margin: 0 auto 40px;
    width: 1180px;
}

/* banner */
.oot-banner {
    position: relative;
    margin-top: 30px;
}

.oot-banner::after {
    content: "";
    display: block;
    clear: both;
}

.oot-banner a img {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.oot-banner a:nth-child(4) {
    padding-right: 0;
}

.ot-bn-lf {
    position: absolute;
    left: -25px;
    top: 162px;
    cursor: pointer;
}

.ot-bn-rt {
    position: absolute;
    right: -25px;
    top: 162px;
    cursor: pointer;
}

.ot-bn-lf,
.ot-bn-rt {
    display: none;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.m-recommend-toons:hover .ot-bn-lf,
.m-recommend-toons:hover .ot-bn-rt {
    display: block;
    animation: show-opacity 0.2s;
}

@keyframes show-opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 100%;
    }
}

.ot-bn-lf img,
.ot-bn-rt img {
    vertical-align: middle;
}

.m-banner-pagination {
    margin-top: 10px;
    text-align: center;
}

.m-banner-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

.m-banner-pagination .swiper-pagination-bullet {
    margin: 0 2px;
}

.m-recommend-swiper {
    height: 422px;
}

.m-top-tags {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.m-top-tags p {
    padding-bottom: 0 !important;
    margin-right: 10px;
    font-weight: 600;
    line-height: 1.2;
    font-size: 13px !important;
}

.m-pagination {
    margin-top: 40px;
}

.mf-Pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.m-pagination button {
    margin: 0 6px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(196, 196, 196, 0.5);
    border-radius: 2px;
    color: rgb(34, 34, 34);
}

.m-pagination button.active,
.m-pagination button:hover {
    border: 1px solid rgba(34, 34, 34);
    background: rgb(248, 248, 248);
}

.new-box-tttt .m-format-font {
    font-size: 13px;
}

@media (max-width: 980px) {
    .ot-main-width {
        position: relative;
        margin: 0 auto 20px;
        width: 1180px;
    }

    .m-pagination {
        margin-top: 4vw;
        margin-bottom: 6vw;
    }

    .m-pagination button {
        width: 10vw;
        height: 10vw;
    }

    .ot-main-width,
    .oot-main {
        width: 100%;
    }

    .oot-banner {
        position: relative;
        width: 100%;
        overflow-x: auto;
        display: flex;
    }

    .oot-banner a {
        border-radius: 20px;
        padding: 8px;
    }

    .ot-bn-lf,
    .ot-bn-rt {
        display: none !important;
    }
}

.oot-newmana {
    position: relative;
}

.newm-title {
    position: relative;
    margin-top: 44px;
}

.newm-title h1 {
    font-size: 24px;
}

.newm-title::after {
    content: "";
    display: block;
    clear: both;
}

.newm-tth {
    float: left;
    font-size: 24px;
}

.newm-tth h1 {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.newm-tth h1 svg {
    margin-right: 10px;
}

.newm-rtbnt {
    display: flex;
    position: relative;
    float: right;
    margin-top: 6px;
}

.newm-rtbnt::after {
    content: "";
    clear: both;
    display: block;
}

.newm-bnt-ic {
    display: flex;
}

.newm-al-ck {
    float: left;
}

.newm-al-ck a {
    display: block;
    color: rgb(34, 34, 34);
    font-size: 13px;
    margin-left: 20px;
    font-weight: 600;
}

.newm-bnt-ic img {
    width: 11px;
    height: 16px;
    margin: 0 6px;
    cursor: pointer;
}

.newm-bnt-ic span {
    display: inline-block;
    cursor: pointer;
    margin: 4px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #000;
}

@media (max-width: 980px) {
    .newm-title {
        position: relative;
        margin: 0;
        margin-top: 10px;
        padding: 3vw;
    }

    .newm-tth h1 {
        font-size: 15px;
    }

    .newm-rtbnt {
        position: relative;
    }

    .newm-al-ck a {
        position: absolute;
        right: 10px;
        white-space: nowrap;
    }

    .newm-bnt-ic img {
        display: none;
    }

    .newm-bnt-ic span {
        display: none;
    }

    .m-home-page .newm-list {
        padding: 0 3vw;
    }
}

.newm-list {
    position: relative;
}

.newm-boxo {
    padding-top: 20px;
    display: block;
}

.newm-boxo::after {
    content: "";
    display: block;
    clear: both;
}

.newm-boxo li {
    margin-right: 17px;
    float: left;
    white-space: nowrap;
}

.newm-boxo li a {
    position: relative;
    display: block;
    color: #000;
}

.newm-box-img {
    /* position: relative; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 182px;
    display: block;
    height: 254px;
}

.newm-box-comnity {
    height: 112px;
}

.ot-to-bg img,
.newm-box-img img {
    display: block;
    width: 100%;
    height: 254px;
    object-fit: cover;
}

.newm-box-bg {
    height: 66px;
    position: absolute;
    padding: 10px;
    padding-bottom: 0;
    top: 188px;
    width: 182px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.9) 100.37%);
    border-radius: 0px 0px 2px 2px;
}

.new-box-tt {
    position: relative;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.new-box-tt span {
    position: relative;
    color: white;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
}

.new-box-tt div span {
    position: absolute;
    color: white;
    font-size: 16px;
    width: 40px;
    height: 40px;
    top: -188px;
    font-weight: bold;
    padding-left: 9px;
    padding-top: 9px;
    background: #f40d0d;
    border-radius: 100%;
}

.new-box-ttt {
    position: relative;
    display: flex;
    padding-top: 4px;
    align-items: center;
}

.new-box-ttt img {
    display: block;
    padding-right: 4px;
}

.new-box-ttt span {
    color: white;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 180px;
}

@media (max-width: 980px) {
    .newm-list {
        width: 100%;
    }

    .newm-boxo li:nth-child(3),
    .newm-boxo li:nth-child(6) {
        padding-right: 0;
    }

    .newm-box-img {
        width: 110px;
        height: 152px;
        border-radius: 2px;
    }

    .new-box-ttt span {
        max-width: 130px;
    }

    .new-bx-tf span {
        max-width: 90px;
    }

    .newm-box-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        top: unset;
        justify-content: center;
        width: 100%;
        padding: 5px;
        height: auto;
    }

    /* .newm-box-bg {
        width: 100%;
        border-radius: 0 0 2px 2px;
        top: 26vw;
    } */
    .new-box-tt div span {
        top: -106px;
        width: 30px;
        font-size: 14px;
        height: 30px;
        padding-left: 5px;
        padding-top: 5px;
    }

    .new-box-ttt span {
        font-size: 12px;
    }
}

.new-box-tttt {
    position: relative;
    padding-top: 8px;
}

.new-box-tttt::after {
    content: "";
    display: block;
    clear: both;
}

.new-box-tttt span {
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 500;
}

.new-box-tttt span:first-child {
    font-weight: 600;
    float: left;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-box-tttt span:last-child {
    float: right;
    display: flex;
    align-items: center;
}

.new-box-tttt span:last-child svg {
    margin-right: 4px;
}

.m-episode-link {
    color: #fff;
}

.m-episode-link:hover {
    color: var(--themecolor);
}

@media (max-width: 980px) {
    .new-box-tttt {
        margin-top: 6px;
    }

    .new-box-tttt span {
        font-size: 12px;
    }

    .new-box-tttt span:last-child {
        display: none;
    }
}

.oot-top {
    position: relative;
    margin-top: 44px;
}

.oot-t-list {
    display: inline-block;
    position: relative;
    width: 28%;
    margin-right: 7%;
}

.oot-tlast {
    margin-right: 0;
}

.oot-t-list h2 font {
    color: rgb(244, 13, 13);
}

.oot-t-list div h2 {
    font-size: 20px;
}

.oot-t-list div a {
    color: rgb(34, 34, 34);
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 13px;
    font-weight: 600;
}

.ot-to-lt {
    position: relative;
    margin-top: 30px;
    box-sizing: border-box;
}

.ot-to-lt li {
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
}

.ot-to-lt a {
    position: relative;
    display: flex;
    color: rgb(34, 34, 34);
}

.ot-to-bg {
    width: 91px;
    height: 127px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-li-tt {
    flex: 1;
    padding-left: 30px;
}

.top-li-tt h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.top-li-tt p:nth-child(2) {
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 15px;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    max-width: 200px;
}

.top-li-tt p:nth-child(3) {
    font-size: 13px;
    padding-bottom: 3px;
}

.top-li-tt span {
    display: flex;
    float: left;
    align-items: center;
    font-size: 13px;
    padding-right: 26px;
    font-weight: 500;
}

.top-li-tt span svg {
    margin-right: 4px;
}

.m-search-wrap {
    position: relative;
}

.m-search-wrap .mSearchBtn {
    right: 10px;
}

.search-list {
    display: none;
    z-index: 9;
    position: absolute;
    right: 0;
    top: 50px;
    width: 240px;
    padding: 10px 10px 0;
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
}

.search-list li {
    margin-bottom: 6px;
}

.search-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    color: #444;
}

.search-list h3 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.search-list p {
    font-size: 12px;
}

.serach-item-msg {
    width: calc(100% - 50px);
}

.search-list img {
    position: static;
    width: 40px;
    height: 40px;
}

@media (max-width: 980px) {
    .m-collection-wrap .newm-title {
        padding: 26px 0 10px;
    }

    .m-collection-wrap .newm-title h1 {
        font-size: 16px;
        padding-top: 0;
    }

    .m-collection-wrap .m-book {
        padding: 3vw 0 0;
    }

    .m-collection-wrap {
        font-size: 14px;
        margin-right: 4px;
    }

    .m-collection-wrap .lt-tp-tt {
        padding-left: 4vw;
    }

    .m-collection-wrap .mBookTabNormal {
        display: flex;
        align-items: center;
        padding-right: 0;
    }

    .m-collection-wrap .mBookTabDelete>p {
        display: block;
    }

    .m-collection-wrap .m-book-delete-btn {
        width: 5vw;
        height: 5vw;
        top: 50%;
        margin-top: -2.5vw;
    }

    .m-collection-wrap .tp-list-many a {
        margin-right: 0;
    }

    .m-collection-wrap .mBookTabDelete span {
        /* padding: 1vw 4vw; */
        font-size: 14px;
    }

    .oot-top {
        width: 100%;
        display: flex;
        position: relative;
        overflow-x: auto;
    }

    .oot-t-list {
        width: 100%;
        padding: 0 10px;
    }

    .oot-t-list div h2 {
        font-size: 15px;
    }

    .oot-t-list div a {
        right: 4vw;
        font-size: 13px;
    }

    .oot-tlast {
        margin-right: 7%;
    }

    .ot-to-bg {
        border-radius: 2px;
    }
}

.oot-m-f {
    position: relative;
    height: 112px;
    width: 100%;
    /* margin-top: 80px; */
    background: rgb(58, 58, 58);
}

.oot-down {
    margin: 0 auto;
    width: 1180px;
}

.oot-height {
    padding-top: 40px;
}

.oot-height::after {
    content: "";
    display: block;
    clear: both;
}

.oot-height div:first-child,
.oot-height div:last-child {
    float: left;
}

.oot-height div:first-child a {
    display: block;
}

.oot-height div:last-child {
    padding-left: 20px;
}

.oot-height div:last-child a {
    color: white;
    font-size: 13px;
    font-weight: 600;
}

.oot-height div:last-child a font {
    color: rgb(110, 110, 110);
}

@media (max-width: 980px) {

    .oot-m-f,
    .oot-down {
        width: 100%;
    }

    .oot-height {
        padding-top: 30px;
    }

    .oot-height div:first-child {
        width: 100%;
        text-align: center;
    }

    .oot-height div:last-child {
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }
}

.up-down-bnt {
    position: relative;
    margin-top: 60px;
}

.up-do-li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.up-do-li a {
    position: relative;
    font-size: 14px;
    margin: 0 6px;
    padding: 16px 20px;
    border: 1px solid rgba(196, 196, 196, 0.5);
    border-radius: 2px;
    color: rgb(34, 34, 34);
    display: flex;
    align-items: center;
}

.up-do-li a:hover {
    border: 1px solid rgba(34, 34, 34);
}

.up-do-li a:hover,
.up-do-li .active {
    border: 1px solid rgba(34, 34, 34);
    background: rgb(248, 248, 248);
}

.up-do-li a:first-child,
.up-do-li a:last-child {
    height: 53px;
}

div[data-title="全屏"] {
    display: none !important;
}

@media (max-width: 980px) {
    .up-do-li a:nth-child(6) {
        display: none;
    }

    .ot-login {
        margin-right: 3vw;
    }

    .ot-login .ot-bnt button {
        padding: 0 0 0 10px;
    }
}

@media screen and (max-width: 979px) {
    .ot-menu h1 {
        padding-left: 4vw;
    }

    .ootoon-log,
    .ootoon-log img {
        width: 15vw;
        height: 10vw;
    }

    .oot-banner {
        margin-top: 0;
    }

    .m-recommend-swiper {
        height: 100vw;
    }

    .newm-boxo {
        padding-top: 0;
    }

    .newm-box-img {
        width: 100%;
        height: 40vw;
        border-radius: 2px;
    }

    .oot-top {
        margin-top: 8vw;
    }

    .oot-top {
        flex-wrap: wrap;
    }

    .oot-t-list {
        width: 100%;
        margin: 0;
    }

    .oot-m-f {
        margin-top: 0;
        height: 50vw;
    }

    .oot-m-f img {
        width: 14vw;
        height: 14vw;
    }
}


/******************************* 240306 **********************************/

.m-home-arcade-container {
    margin-top: 30px;   
}
.m-home-arcade-title-wrap,
.m-home-arcade-title {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.m-home-arcade-title-title {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.m-home-arcade-title-message {
    font-weight: bold;
    height: 34px;
    font-size: 14px;
    color: #000;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    margin-left: 15px;
    line-height: 34px;
    padding: 0 10px;
}
.m-home-arcade-title-message {
    position: relative;
}
.m-home-arcade-title-message:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    left: -6px;
    top: 15px;
    transform-origin: 0 0;
    transform: rotate(-45deg);
}
.m-home-arcade-more {
    width: 82px;
    height: 30px;
    border: 1px solid #1E1F21;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: #1E1F21;
}
.m-home-arcade-more span {
    margin-left: 5px;
}
.m-home-arcade-list-wrap {
    overflow: hidden;   
}
.m-home-arcade-list-item {
    position: relative;
    float: left;
    width: 190px;
    height: 196px;
    margin-top: 12px;
    margin-left: 12px;

}
.m-home-arcade-list-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m-home-arcade-list-item:nth-of-type(1){
    width: 372px;
    height: 405px;   
    margin-left: 0;
}
.m-home-arcard-list-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(5px);
}

@media screen and (max-width:980px){
    .m-home-arcade-container {
        margin-top: 0;
    }
    .m-home-arcade-title-wrap,
    .m-home-arcade-list-wrap {
        width: 94vw;
        margin: 0 auto;
    }
    .m-home-arcade-title-title {
        font-size: 15px;
    }
    .m-home-arcade-title-message {
        display: none;
    }
    .m-home-arcade-list-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .m-home-arcade-list-item {
        width: 30vw !important;
        height: 36vw !important;
        margin-left: 0 !important;
        margin-top: 3vw !important;
    }
    .m-home-arcard-list-item-title {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .m-home-arcade-more span {
        display: none;
    }
}
.newm-box-img .error {
    position: relative;
}
.newm-box-img .error:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:#d1d5dc;
}