/*===========================
         联系窗口 css
===========================*/


.social-info {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 9;
}

.social-info img {
    width: 70px;
    margin: 10px 0 5px 0;
    box-shadow: 0px 0px 3px #666666;
    border-radius: 30%;

}

.social-info .social-hover1:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}

.social-info .social-hover2:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}

.social-info .social-hover3:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}

.social-info .social-hover4:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}

.social-info .social-hover5:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}


/*===========================
        联系窗口 css 结束
===========================*/

.M-list-img-text-W figure:hover,
.M-list-img-text-W figure:focus,
.M-list-img-text-W figure:active {}

.M-list-img-text-H2 figure .col-img img:hover,
.M-list-img-text-H2 figure .col-img img:focus,
.M-list-img-text-H2 figure .col-img img:active,
.M-list-img-text-H2 figure .col-img img.active {}

#nav-phone .navbar-nav li a:hover,
#nav-phone .navbar-nav li a:focus,
#nav-phone .navbar-nav li a:active,
#nav-phone .navbar-nav li a.active {}

#nav-phone .navbar-nav li+li {}

#noto,
#nav-main #L-header-row .logo figure figcaption .logo-title,
#nav-main #L-header-row .nav ul li a,
.M-card .M-card-title,
.M-card .title-A .title,
.M-card .title-B .title,
.M-card .title-C .title,
.M-card .title-D .title,
#games .nav-X6-li .title-box .title,
#games-list .info .info-title .title,
#games-list .info .info-body figure .col-text .title,
#games-list-detail .game-info .text-box .title,
.M-list-img-text-H figure .col-text .title,
.M-list-img-text-HA figure .col-text .title,
.M-list-img-text-H2 figure .col-text .title,
.M-list-img-text-W figure .col-text .title,
.M-list-img-text-W2 .box .col-text .title,
.M-list-img-text-W3 figure .col-text .title,
.M-list-img-text-W3A figure .col-text .title,
.M-list-text-H ul li .title,
.M-sitemap .title a,
.noto {}

.colorbgMI.hover:focus,
.colorbgMI.hover:active,
.colorbgMI.hover.active {}

.M-list-img-text-W2 .box:hover,
.M-list-img-text-W2 .box:focus,
.M-list-img-text-W2 .box:active,
.M-list-img-text-W2 .box.active {}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.M-list-btn.bg-btn dl dd:nth-child(1) a.link {
    background-image: url("https://picsum.photos/id/1011/400/200");
}

.M-list-btn.bg-btn dl dd:nth-child(2) a.link {
    background-image: url("https://picsum.photos/id/1024/400/200");
}

.M-list-btn.bg-btn dl dd:nth-child(3) a.link {
    background-image: url("https://picsum.photos/id/1015/400/200");
}

.M-list-btn.bg-btn dl dd:nth-child(4) a.link {
    background-image: url("https://picsum.photos/id/1019/400/200");
}

.M-list-btn.bg-btn dl dd:nth-child(5) a.link {
    background-image: url("https://picsum.photos/id/1027/400/200");
}

.M-list-btn.bg-btn dl dd:nth-child(6) a.link {
    background-image: url("https://picsum.photos/id/1041/400/200");
}

/* table-friend-link */


.table-friend-link::before {
    content: '站长推荐';
    font-weight: 700;
    padding: 5px;
}

.table-friend-link {
    width: 100%;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: 0px 25px 30px rgba(27, 31, 49, 0) !important;
    border-collapse: separate !important;
    border: 0px solid #ddd !important;
    border-radius: 5px;
    margin: 20px 0;
    border-spacing: 10px !important;
}



.table-friend-link td {
    border-radius: 5px !important;
    background-color: #eee;
    position: relative;
    border-spacing: 20px;
    vertical-align: center;
    background-color: var(--third-color);
    box-shadow: 0 6px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

.table-friend-link td a {
    width: 100%;
    padding: 0.5vw !important;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}


.table-friend-link td a strong {
    font-weight: 500;
    font-size: 20px;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}

.table-friend-link td:hover {
    border: 1px solid #ddd;
    background-color: #fff;

}

.table-friend-link td:hover a {
    color: var(--primary-color);
}


.table-friend-link td a {
    display: grid;
    grid-template-columns: 45px 1fr;
}



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

    .table-friend-link td img,
    .table-friend-link td a img {
        width: 36px;
        height: 36px;
        grid-row: 1 / span 2;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .table-friend-link {
        border-spacing: 3px !important;
    }

    .table-friend-link td a {
        display: grid;
        grid-template-columns: 1fr;
        padding: 5px !important;
        line-height: 1.2;
        font-size: 11px;
        text-align: center;
    }

    .table-friend-link td a strong {
        width: 100%;
        font-size: 15px;
    }

    .table-friend-link td a img {
        height: 36px;
        border-radius: 10px;
        margin: 5px auto;
    }

}

/*# sourceMappingURL=text-editor.css.map */


/* iframe、影片
========================================== */


.iframe-outbox {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}


.iframebox {
    --aspect-ratio: 16/9;
    /*  長寬比 1:1 3:2 4:3 16:9  */
    position: relative;
    height: 0;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
    margin: 35px 0;
}

.iframebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 2rem 3rem -1rem rgba(0, 0, 0, 0.3);
}





/* table-cta */

.table-cta {
    width: 100%;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: 0px 25px 30px rgba(27, 31, 49, 0) !important;
    border-collapse: separate !important;
    border: 0px !important;
}

.table-cta {
    margin: 0 0 10px 0;
    border-spacing: 4px !important;
}

.table-cta td {
    border-radius: 5px !important;
    background-color: #eee;
    border: 1px solid;
    position: relative;
    color: #000;
    border-spacing: 20px;
    vertical-align: center;
}



.table-cta td:nth-child(1) {
    background-color: #dde6f4;
    border-color: #cad8f0;
}

.table-cta td:nth-child(1):hover {
    background-color: #1A5D87;
    border-color: #1A5D87;
}

.table-cta td:nth-child(1) a {
    color: #1A5D87;
}

.table-cta td:nth-child(2) {
    background-color: #f7eee0;
    border-color: #e0d0b6;
}

.table-cta td:nth-child(2):hover {
    background-color: #E19664;
    border-color: #E19664;
}

.table-cta td:nth-child(2) a {
    color: #da7f2a;
}

.table-cta td:nth-child(3) {
    background-color: #e0ebe5;
    border-color: #a5c9b5;
}

.table-cta td:nth-child(3):hover {
    background-color: #75A55E;
    border-color: #75A55E;
}

.table-cta td:nth-child(3) a {
    color: #486639;
}

.table-cta td:nth-child(4) {
    background-color: #f5e1de;
    border-color: #ddbbb6;
}

.table-cta td:nth-child(4):hover {
    background-color: #D68383;
    border-color: #D68383;
}

.table-cta td:nth-child(4) a {
    color: #8f3636;
}


.table-cta td a {
    width: 100%;
    padding: 0.6vw 1vw !important;
    text-decoration: none;
    color: #333;
    font-size: 16px !important;
    font-weight: 700;
    display: inline-block;
}



.table-cta td:hover a {
    color: #fff !important;
}


@media only screen and (max-width: 767px) {
    .table-cta {
        border-spacing: 3px !important;
    }

    .table-cta td a {
        padding: 5px 1px !important;
        font-size: 13px !important;
        line-height: 1.3;
    }
}




/* 表格
========================================== */

.text-editor .table-box {
    width: 100%;
    overflow-x: auto;
}


.text-editor table {
    border-collapse: collapse;
    min-width: 100%;
    margin: 20px 0 !important;
    background-color: #fff;
    border-radius: 8px;
    border-color: rgba(255, 255, 255, 0.1);
}

.text-editor table p {
    margin: 1px !important;
}

.text-editor table th,
.text-editor table td {
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.5 !important;
}

.text-editor table thead {
    background: var(--secondary-color);
}

.text-editor table thead th,
.text-editor table thead td {
    border-color: rgba(255, 255, 255, 0.1);

}


.text-editor table thead tr:nth-child(1) {
    background: var(--fourth-color);
    color: #fff;
}


.text-editor table tbody th {
    background: var(--sixth-color);
}


.text-editor table tr:nth-child(even) {
    background: #f8f8f8;
}

.text-editor table img {
    border-radius: 5px;
    max-width: 100%;
    margin: 5px 0 !important;
}



.text-editor table ul li {
    padding: 2px 0 2px 25px !important;

}

.text-editor table ul li {
    text-align: left !important;
}

.text-editor table ul li::before {
    color: var(--fourth-color);
    top: 0px !important;

}



/* list-style  ol
========================================== */



.text-editor ol {
    counter-reset: myCounter;
    margin-left: 0;
    padding-left: 0px;
}

.text-editor ol {
    counter-reset: myCounter;
    margin-left: 0;
    padding-left: 20px;
}

.text-editor ol li {
    position: relative;
    padding: 5px 10px;
    list-style: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.text-editor ol li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 6px;
    left: -22px;
    width: 22px;
    height: 22px;
    padding: 1px;
    color: #fff;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 500px;
    border: 1px solid #fff;
    line-height: 1.3;
    font-size: 15px;
}

.text-editor ol li li:before {
    color: #000;
    background-color: #eee;
}


.text-editor ul ol li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 6px;
    left: -22px;
    width: 22px;
    height: 22px;
    padding: 1px;
    color: var(--primary-color);
    background-color: #fff;
    text-align: center;
    border-radius: 500px;
    border: 1px solid var(--primary-color);
    line-height: 1.3;
    font-size: 15px;
}

/* list-style  
========================================== */
.text-editor ul {
    margin: 20px 0 !important;
}


.text-editor ul li::before {
    content: '✦ ';
    position: absolute;
    top: 1px;
    left: 0px;
    font-size: 20px;
}



.text-editor ul li {
    position: relative;
    list-style-position: outside !important;
    padding: 5px 0 5px 25px;
}

.text-editor ul li::before {
    content: '✦ ';
    position: absolute;
    top: 1px;
    left: 0px;
    font-size: 20px;
}




/*text-editor */




.text-editor {
    font-size: 16px;
    line-height: 1.6 !important;
}

.text-editor p {
    margin: 20px 0 !important;
}


.text-editor a {
    color: var(--primary-color) !important;
    font-weight: 700;
    text-decoration: underline !important;
}

.text-editor a:hover {
    color: var(--third-color) !important;
}


.text-editor h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600 !important;
}



.text-editor h3 {
    font-size: 22px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: var(--primary-color);
}


.text-editor h3:after {
    content: "";
    position: absolute;
    top: 55%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--primary-color);
}

.text-editor h4 {
    font-size: 20px;
}

.text-editor h5 {
    font-size: 18px;
}

.text-editor h6 {
    font-size: 16px;
}

.text-editor strong,
.text-editor b {
    font-weight: 700;
}

.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
    padding: 10px 0 !important;
    font-weight: 700;
    line-height: 1.4;
}




.text-editor img {
    border-radius: 5px;
    max-width: 100%;
    margin: 30px auto !important;
    object-fit: contain !important;
}

@media screen and (max-width: 767px) {
    .text-editor h2 {
        font-size: 24px;
    }

    .text-editor h3 {
        font-size: 22px;
    }

    .text-editor h4 {
        font-size: 20px;
    }

    .text-editor h5 {
        font-size: 18px;
    }

    .text-editor h6 {
        font-size: 16px;
    }
}