.vip-section {
    width: 100%;
    display: block;
}

.vip-section h2,
.vip-section h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 100;
}

.vip-section .section-1 {
    width: 100%;
    padding: 10px 14px;
    background: #292929;
    /* border: 1px solid #ff606087; */
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.vip-section .section-1 .vip-left {
    width: 20%;
    text-align: center;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.vip-section .section-1 .vip-left img {
    max-width: 77px;
    margin: 0px 0 0 45px;
}

.vip-section .section-1 .vip-left .vip-1 h2 {
    font-size: 40px;
    font-family: arial;
    font-weight: 900;
    position: absolute;
    color: #693805;
    /* top: 1px; */
    margin-top: -87px;
    margin-left: 72px;
}

.vip-section .section-1 .vip-left .vip-1 {
    width: 100%;
    /* filter: hue-rotate(309deg); */
}

.vip-section .section-1 .vip-left .vip-1 img {
    width: 60%;
    margin: 0 auto;
}

.vip-section .section-1 .vip-right {
    width: 80%;
    text-align: left;
    background-color: #292929;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    box-shadow: 0 2px 8px #0000001f;
}

.vip-section .section-1 .vip-right span {
    font-size: 16px;
    display: block;
}

.vip-section .section-1 .vip-right b {
    font-weight: 700;
    color: #f97400;
    font-size: 16px;
    margin-right: 5px;
}

.vip-section .section-1 .vip-right span .tiny {
    font-weight: 100;
    font-size: 12px;
}

.vip-section .section-1 .vip-right img {
    width: 58px;
    margin: 0 0 0 26px;
    filter: hue-rotate(183deg);
}

.vip-section .section-1 .vip-right p {
    font-size: 12px;
    margin: 0;
    align-items: center;
    display: flex;
    width: 50%;
    text-align: left;
}

.vip-section .section-1 .vip-right a {
    padding: 10px 16px;
    border-radius: 10px;
    background-color: #de601f;
    color: white;
    float: right;
    cursor: pointer;
}

.vip-section .section-1 .vip-right a:hover {
    background-color: #de921f;
}

.vip-section .section-1 .vip-bottom {
    width: 100%;
}

.vip-section .section-1 .vip-bottom .vip-list {
    width: 300px;
    display: flex;
    justify-content: space-between;
}

.vip-section .section-1 .vip-bottom .vip-list p {
    font-size: 12px;
    margin-bottom: 0;
    align-items: center;
    display: flex;
}

.vip-section .section-1 .vip-bottom .vip-list img {
    width: 20px;
    height: 20px;
}

.vip-section .section-1 .vip-bar {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 20px;
    background-color: #000000;
    text-align: -webkit-left;
    margin: 5px 0 0 0;
}

.vip-section .section-1 .vip-bar .active-bar {
    width: 10%;
    height: 20px;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
}

.vip-bar {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 20px;
    background-color: #00000085;
    text-align: -webkit-left;
    margin: 5px 0 0 0;
}

.vip-bar .active-bar {
    width: 10%;
    height: 20px;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    border-radius: 30px;
}

.vip-section .section-1 .vip-bar.bet-count .active-bar {
    width: 10%;
    height: 20px;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    border-radius: 30px;
}

.infomation .vip-bar {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 14px;
    background-color: #000000b3;
    text-align: -webkit-left;
    margin: 5px 0 3px 0;
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.infomation .vip-bar .active-bar {
    width: 10%;
    height: 20px;
    padding: 3px 0;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    color: white;
}

.vip-section .section-1 .vip-steps {
    background: #292929;
    box-shadow: 0 5px 10px #292929;
    border-radius: 10px;
    margin: 20px auto 10px auto;
    padding: 15px;
    width: 100%;
}

.vip-section .section-1 .vip-steps p {
    font-size: 14px;
    font-weight: 100;
    display: flex;
    align-items: center;
}

.vip-section .section-1 .vip-steps p b {
    color: #eb7c3c;
    font-weight: 900;
}

.vip-section .section-1 .vip-steps .bar {
    width: 530px;
    height: 8px;
    border-radius: 9px;
    background-color: #dfeafb;
    margin: 0 20px;
    position: relative;
}

.vip-section .section-1 .vip-steps .active-bar {
    height: inherit;
    border-radius: 9px;
    position: absolute;
    justify-content: right;
    align-items: center;
    display: flex;
    padding: 3px;
    min-width: 7%;
    overflow: hidden;
}


.vip-section .section-2 {
    width: 100%;
    padding: 10px;
    background-color: #292929;
    /* border: 1px solid #ff606087; */
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-evenly;
}

.vip-section .section-2 .feature-block {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #373737;
    padding: 15px;
    border-radius: 8px;
    margin: 4px auto 18px auto;
    align-items: center;
}

.vip-section .section-2 .feature-block .btn {
    display: none;
    margin: 0;
}

.vip-section .section-2 .feature-block .btn.active {
    display: block;
}

.vip-section .section-2 .feature-block .btn.green {
    background-color: #4188a1;
    border: 1px solid #4188a1;
}
.vip-section .section-2 .feature-block .btn.magenta {
    background-color: #7c1956;
    border: 1px solid #7c1956;
}
.vip-section .section-2 .feature-block .btn.purple {
    background-color: #4e3677;
    border: 1px solid #4e3677;
}

.vip-section .section-2 .feature-block .btn.active.frame.completed {
    background: #00000017;
    display: block;
}

.vip-section .section-2 .feature-block .btn.active.frame {
    background: rgb(95, 78, 176);
    background: linear-gradient(0deg, rgb(61 18 145) 0%, rgb(126 56 239) 100%);
}

.vip-section .section-2 .feature-block h2 {
    margin: 0;
    min-width: 82px;
}

.vip-section .section-2 .feature-block .level-task {
    min-width: 333px;
    width: 59%;
}

.vip-section .section-2 .feature-block img {
    width: 70px;
    margin: 20px auto;
    filter: hue-rotate(174deg) brightness(0.7) contrast(3);
}

.highlight-count {
    color: #99ff00;
    font-weight: 900;
}

.vip-section .section-3 {
    width: 100%;
    padding: 10px;
    background-color: #292929;
    border-radius: 15px;
    display: block;
    /* margin-top: 20px; */
    justify-content: space-evenly;
    text-align: center;
    /* border: 1px solid #ff606087; */
}

.vip-section .section-3 .feature-block {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.vip-section .section-3 .feature-block .feature-block-inside {
    text-align: center;
    width: 100%;
    /* display: flex;
    justify-content: space-evenly; */
}

.vip-section .section-3 b {
    color: #99ff00;
}

.vip-section .section-3 p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
}

.copy-button {
    background: #99ff00;
    max-width: 100px;
    border-radius: 10px;
    margin: 20px auto 0 auto;
    padding: 8px 16px;
    color: white;
    cursor: pointer;
}

.copy-button a {
    color: white;
}

.detail-show {
    border-radius: 8px;
}

.list-inside {
    border-radius: 8px 8px 0 0;
}

.list-block {
    border-radius: 0 0 8px 8px;
}

.vip-details .detail-blocks table {
    width: 100%;
    border: 1px solid #d0d0d0;
    border-spacing: 0;
}

.vip-details .detail-blocks table th {
    font-size: 17px;
    font-weight: 700;
    color: #181818;
    background: #ffd387;
}

.vip-details .detail-blocks table th,
.vip-details .detail-blocks table td {
    padding: 5px;
}

.badge-show {
    display: flex;
    align-items: center;
}

.badge-show img {
    max-width: 30px;
    max-width: 30px;
}

.member-qrcode {
    background: #292929;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.input-block-list .list-inside input {
    height: 23px;
    width: 100%;
    display: block;
    border: 1px solid #dcdcdc;
    margin-bottom: 7px;
    margin-right: 20px;
}

.list-inside label {
    min-width: 74px;
    padding: 8px 0 8px 0;
}

.list-block .detail-show {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 0;
    background-color: #ebebeb;
    color: #000;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s ease-in-out;
}

.list-inside {
    display: flex;
    background: #292929;
    padding: 8px;
}

.list-block h3 {
    margin: 0;
    padding: 1em 0;
}

.list-overflow {
    background: #52525273;
}

#qrcodeCanvas img {
    border: 4px solid white;
    background: white;
    max-width: 180px;
    margin: 0 auto;
}

.commission-title {
    text-align: center;
    color: #fff;
}

.memberMenuWrap .area {
    width: 100%;
    max-width: calc(100% - 235px);
    margin: 0 0 0 13px;
    background: #292929;
    border-radius: 10px;
    padding: 10px;
}

.vip-area {
    width: calc(100% - 302px);
    /* min-width: 900px; */
    /* max-width: 900px; */
    margin: 90px 0 0 13px;
}

/* ================================================= */
/* ================================================= */
/* 新增登入後-彈跳優惠視窗 */

.landing-cover-page {
    display: none;
}

.landing-cover-page.show {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    background-color: #000000b8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    max-width: unset !important;
}

.landing-popup {
    background: -webkit-linear-gradient(149deg, rgb(72, 72, 72), rgb(24, 24, 24));
    background: linear-gradient(149deg, rgb(72, 72, 72), rgb(24, 24, 24));
    border: 2px solid #640100;
    width: 90%;
    min-width: 100px;
    margin: 0 auto;
    min-height: 100px;
    border-radius: 15px;
    z-index: 999;
    box-shadow: 0px 5px 10px #000000b2;
    padding: 15px 15px 0 15px;
    max-height: 350px;
    overflow-y: auto;
}

.landing-popup img {
    height: auto !important;
    border-radius: 15px;
    width: 100%;
    max-width: 100% !important;
}

.close-icon {
    display: flex;
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    margin-top: -16px;
    justify-content: flex-end;
    cursor: pointer;
}

.close-icon h3 {
    background-color: #af0300;
    color: white;
    font-weight: 900;
    width: 35px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    padding-top: 4px;
    position: absolute;
    margin-top: -16px;
    margin-right: -36px;
    transition: all .3s ease-in-out;
}

.close-icon h3:hover {
    background-color: #e40400;
}

@media screen and (min-width:1024px) {
    .landing-popup {
        max-height: 600px;
    }

    .close-icon h3 {
        margin-top: -26px;
        margin-right: -56px;
    }
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: unset !important;;
    height: auto !important;
    margin: 20px auto 14px auto;
}

.slider ul {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    /* height: 200px; */
    display: flex;
    list-style: none;
    /* background: #458; */
}


.slider ul li {
    position: relative;
    /* float: left; */
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #333;
    opacity: 0.6;
}

.slider ul li.shine {
    opacity: 1;
}


.control {
    position: absolute;
    top: 33%;
    z-index: 1;
    display: block;
    padding: 0 10px;
    border-radius: 30px;
    width: auto;
    height: auto;
    background: #0006;
    color: #ffffff;
    text-decoration: none;
    font-weight: 100;
    font-size: 35px;
    opacity: 0.8;
    cursor: pointer;
    font-stretch: extra-condensed;
}

.control:hover {
    opacity: 1;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.slider ul li .level-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #373737;
    background-image: url(../img/vip/bg.png);
    background-size: cover;
    background-position: center;
    width: 880px;
    border-radius: 6px;
    margin: 0 auto;
    padding: 14px 45px;
    box-shadow: 0 4px 8px #00000032;
    /* color: white; */
    font-weight: 900;
    font-stretch: extra-condensed;
}

.slider ul li.shine .level-card {
    background: #fad1ff;
    background-image: url(../img/vip/bg_shine.png);
    background-size: cover;
    background-position: center;
}

.slider ul li .level-card.behind {
    background: transparent;
    display: flex;
    width: 800px;
    left: 50px;
    justify-content: space-between;
    filter: grayscale(1) blur(2px) opacity(0.3);
    position: absolute;
    box-shadow: unset;
    top: 36px;
}

.slider ul li .level-card.behind img {
    width: 80px;
    position: unset;
    top: unset;
    left: unset;
}

.slider ul li .level-card img {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    float: right;
    margin-top: -80px;
}

.slider ul li .level-card .card-info {
    display: flex;
    color: #000;
    text-align: left;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.slider .level-card .card-info2 {
    display: block;
    width: 100%;
    text-align: left;
}

.slider .level-card h3 {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 0 10px;
    /* text-shadow: 0 0 4px #fff; */
    background: #000;
    color: white;
    padding: 6px 23px;
    border-radius: 8px;
}

.slider .level-card span {
    font-size: 14px;
    color: #8d00c5;
    margin: 0 5px 0 0;
}

.slider .level-card h4 {
    font-size: 12px;
    color: #000;
    margin: 9px 0 0 0;
    text-align: left;
}

.slider .level-card h6 {
    font-size: 12px;
    margin: 3px 0 0 0;
}

.slider .level-card .infomation {
    display: block;
    width: 100%;
    margin-top: 12px;
    text-align: left;
}

.slider .level-card .infomation p {
    margin-top: 12px;
}

.slider .level-card .infomation p b {
    color: white;
    font-size: 14px;
}

.slider .level-card-info {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.slider .level-card-info .infomation-info {
    background: #ffca00;
    background: linear-gradient(166deg, #ffca00 0%, #d74600 100%);
    width: 22%;
    border-radius: 12px;
    margin: 0 auto;
    padding: 20px 2px 2px 2px;
    box-shadow: 0 4px 8px #00000032;
    color: white;
}

.slider .level-card-info .infomation-info img {
    width: auto;
    max-height: 22px;
    margin: 0 auto 7px auto;
}

.slider .level-card-info .infomation-info .required {
    background-color: #fff;
    border-radius: 10px;
    color: #181818;
    width: 100%;
    margin: 5px auto 0 auto;
    padding: 20px 0;
}

.detail-list {
    display: none;
}

.detail-list.active {
    display: block;
    z-index: 2;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-width: 1080px;
    max-height: 88vh;
    margin: 101px 0 0 0;
    margin-left: calc(50% - 500px);
    top: 0;
    left: 0;
    background: #242424;
    color: black;
    padding-bottom: 32px;
    border-radius: 20px;
}

.mobile-title.popup_page {
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 19px 0;
}

.mobile-title.popup_page .detail-list-close {
    color: white;
    margin: 0 10px 0 0;
    text-shadow: unset;
    font-weight: 500;
    cursor: pointer;
}

.detail-list .upgrade-list {
    width: 96%;
    margin: 18px auto 0 auto;
    display: block;
    padding: 10px;
    color: #fff;
    z-index: 1;
}

.detail-list::before {
    content: "";
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #0000003d;
    top: 0;
    left: 0;
    z-index: -1;
}

.detail-list .upgrade-list .pedal {
    width: 25%;
    text-align: center;
}

.detail-list .upgrade-list .details1 {
    width: 100%;
    text-align: center;
    background: #303d51;
    color: #ffffffc8;
    font-weight: 300;
    margin-bottom: 10px;
}

.detail-list .upgrade-list .details1 tr:nth-child(even) {
    background: #00000040;
}

.detail-list .upgrade-list .details1 th {
    padding: 14px 0;
    border: 1px solid #495a75;
    font-size: 14px;
}

.detail-list .upgrade-list h3 {
    color: #DBA84C;
    display: flex;
    margin-bottom: 8px;
    justify-content: left;
    align-items: center;
 }

.detail-list .upgrade-list h3 span {
    margin: 0;
 }

.detail-list .upgrade-list p {
    color: #ffffffc8;
    font-weight: 300;
    line-height: 1.6;
    font-size: 14px;
}

.detail-list .upgrade-list p b {
    color: #fff;
    font-weight: 500;
    border-left: 6px solid #79b504;
    padding-left: 8px;
    line-height: 2.8;
    font-size: 16px;
}

.detail-list .upgrade-list span {
   display: block;
   margin: 5px auto;
   color: white;
}

.detail-list .upgrade-list .details2 span {
    text-align: right;
 }

.detail-list .upgrade-list .number-fill {
    font-weight: 500;
    color: red;
    margin: 8px auto;
 }

/*  .detail-list .upgrade-list span .number-call {
    font-weight: 500;
    color: red;
    margin: 8px auto;
 } */

.detail-list .upgrade-list .pedal img {
    width: 70%;
    margin: auto;
}

.detail-list .upgrade-list img {
    width: 70px;
}

.vip-detail-task {
    display: flex;
    width: 100%;
}

.vip-detail-task .section-description {
    display: block;
    width: 200px;
    background: #292929;
    border-radius: 6px;
    margin-top: 10px;
    padding-top: 50px;
}

.vip-detail-task .section-description a,
.vip-detail-task .section-description .vip-btn-link {
    display: block;
    width: 190px;
    background: #335301;
    background: linear-gradient(16deg, #335301 0%, #91cb06 75%);
    border-radius: 8px;
    margin: 10px auto 10px auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 1px 12px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 6px #ebffa370;
        -moz-box-shadow: inset 0 0 6px #ebffa370;
        box-shadow: inset 0 0 6px #ebffa370;
}

.membersecMenu.title.vip-float {
    cursor: pointer;
}

.membersecMenu.title.vip-float i {
    margin-left: 10px;
}

.membersecMenu.title.vip-float .float-window {
    display: none;
}

.membersecMenu.title.vip-float:hover .float-window {
    background: #364456;
    display: block;
    position: absolute;
    width: 400px;
    border-radius: 15px;
    padding: 15px;
    z-index: 1;
    margin-top: -74px;
    margin-left: 150px;
}

.membersecMenu.title.vip-float .float-window p {
    color: #ffffffbc;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.membersecMenu.title.vip-float .float-window p b {
    color: #fff;
}

.vip-detail-task .section-description .vip-btn-link:hover {
    filter: brightness(1.2);
}

.vip-detail-task .section-description .vip-btn-link img {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    /* filter: contrast(1) brightness(1) hue-rotate(6deg); */
}

.vip-detail-task .section-description .vip-btn-link p {
    font-size: 14px
}

.vip-detail-task .section-2 {
    display: block;
    width: calc(100% - 210px);
    background: #292929;
    border-radius: 6px;
    margin-top: 10px;
    margin-left: 10px;
}

.level-task .vip-bar {
    margin: 9px auto;
}

.level-task h2 {
    color: #fff;
    font-size: 14px;
}

.popup_page h3 {
    font-size: 22px;
}

/* RWD */
@media screen and (max-width: 1024px) {

    .vip-section {
        color: white;
    }

    .vip-section .section-1 .vip-bottom .vip-list p {
        font-size: 2.7vw;
    }

    .vip-section .section-1 .vip-bottom .vip-list img {
        display: none;
    }

    .vip-section .section-1 {
        display: block;
        text-align: -webkit-center;
    }

    .vip-section .section-1 .vip-right {
        width: 100%;
        background-color: #0000003d;
    }

    .vip-section .section-1 .vip-steps .bar {
        width: 20%;
    }

    .vip-section .section-2 .feature-block {
        width: 100%;
        margin: 12px auto;
        display: flex;
        text-align: center;
        justify-content: space-evenly;
        padding: 8px 0;
    }

    .vip-section .section-2 {
        background-color: transparent;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .vip-section .section-2 h2 {
        color: #fff;
    }

    .vip-section .section-2 .highlight-count {
        color: #ff7300e3;
        font-weight: 500;
        font-size: 12px;
    }

    .vip-section .section-2 .level-task h2{
        margin: 12px 0;
    }

    .vip-section .section-1 .vip-left {
        margin-top: -20px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    .vip-section .section-1 .vip-left div {
        width: 50%;
    }

    .vip-section .section-1 .vip-left .vip-level img {
        width: 100%;
        max-width: 70px;
        margin: 0 0 6px 13px;
    }

    .vip-section .section-1 .vip-left .vip-name .title {
        font-size: 16px;
        font-weight: 900;
        color: #ffffff;
        text-shadow: 0 2px 5px #000;
        text-align: -webkit-right;
        text-align: right;
        padding-right: 15px;
    }

    .vip-section .section-1 {
        background: #ffffff05;
    }

    .vip-section .section-1 {
        margin-top: 25px;
    }

    .vip-section h2,
    .vip-section h3 {
        margin: 0 0 8px 0;
        font-size: 13px;
    }

    .vip-section .section-1 .vip-right p {
        font-size: 12px;
        margin: 0;
        align-items: center;
        display: block;
        width: 50%;
        text-align: center;
    }

    .vip-section .section-1 .vip-bar {
        background-color: #573c006b;
    }

    .vip-section .section-1 .vip-right img {
        margin: 0 auto;
    }

    .vip-section .section-1 .vip-steps {
        width: 100%;
        background: #00000070;
    }

    .vip-section .section-1 .vip-right b {
        color: #fff;
    }

    .vip-section .section-1 .vip-right b:nth-child(2) {
        color: #e05600;
    }

    .vip-section .section-1 .vip-right span {
        display: grid;
    }

    .vip-section .section-3 .slider {
        height: auto !important;
    }

    .vip-detail-task {
        display: block;
        width: 100%;
    }

    .vip-detail-task .section-description {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: unset;
        border-radius: 6px;
        margin-top: 0;
        padding-top: 0;
    }

    .vip-detail-task .section-description a, .vip-detail-task .section-description .vip-btn-link {
        display: block;
        width: 32%;
        margin: 0;
        padding: 10px 5px 0px 5px;
        text-align: center;
    }

    .vip-detail-task .section-description .vip-btn-link img {
        width: 28px;
        height: 28px;
        margin-right: unset;
        filter: contrast(1) brightness(1) hue-rotate(6deg);
        margin: 0 auto;
    }

    .membersecMenu.title h3 {
        font-size: 17px;
    }

    .vip-section .section-2 .feature-block .level-task {
        min-width: unset;
        width: 45%;
    }

    .membersecMenu.title.vip-float:hover .float-window {
        background: #364456;
        display: block;
        position: absolute;
        width: 88%;
        /* max-width: 320px; */
        margin-top: -13px;
        margin-left: 0%;
    }

    .detail-list.active {
        display: block;
        z-index: 2;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        max-height: calc(100% - 106px);
        margin: 45px 0 0 0;
        margin-left: 0;
        top: 0;
        left: 0;
        border-radius: 0;
    }

    .mobile-title.popup_page {
        padding: 11px 0 19px 0;
    }

    .vip-section .section-2 .feature-block .btn.frame {
        margin: 0;
        border-radius: 12px;
        font-size: 14px;
    }

    .vip-section .section-3 {
        padding: 0;
    }

    .slider ul li {
        margin: 0 10px 0 0;
    }

    .control {
        background: #212121;
        opacity: 0.8;
    }

    .prev {
        left: 0;
    }

    .next {
        right: 0;
    }

    .slider ul li .level-card {
        width: calc(100vw - 30px);
    }
}