.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: #181818d4;
    border: 1px solid #7f0abd;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.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: 96px;
    margin: -10px 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: #1a002bdb;
    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(264deg);
}

.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: -webkit-linear-gradient(-90deg, #ffe000, #f39c02);
    background: linear-gradient(-90deg, #ffe000, #f39c02);
}

.vip-section .section-1 .vip-bar.bet-count .active-bar {
    width: 10%;
    height: 20px;
    background: -webkit-linear-gradient(-90deg, #56c7ff, #34a0ff);
    background: linear-gradient(-90deg, #56c7ff, #34a0ff);
}

.vip-section .section-1 .vip-steps {
    background: #1a002bdb;
    box-shadow: 0 5px 10px #181818d4;
    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: #181818d4;
    border: 1px solid #7f0abd;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-evenly;
}

.vip-section .section-2 .feature-block {
    text-align: center;
}

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

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

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

.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: #ff9900;
}

.vip-section .section-3 p {
    margin-top: 0;
    margin-bottom: 6px;
}

.copy-button {
    background: #ff9900;
    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: #181818d4;
    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: #181818d4;
    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: 12px auto;
}

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

.memberMenuWrap .area {
    width: 100%;
    max-width: 985px;
    margin: 1.8vmin 1.15% 0.7%;
    background: #181818d4;
    border-radius: 10px;
    padding: 10px;
}

.vip-area {
    width: 100%;
    max-width: 985px;
    margin: 1.8vmin 1.15% 0.7%;
}

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

.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;
}

.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;
    height: 414px !important;
    margin: 20px auto 14px auto;
}

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


.slider ul li {
    position: relative;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 900px;
    height: 500px;
    /* background: #f8fbfd; */
    text-align: center;
    /* line-height:300px; */
    color: #333;
}


.control {
    position: absolute;
    top: 16%;
    z-index: 999;
    display: block;
    padding: 0;
    width: auto;
    height: auto;
    color: #b6b6b6;
    text-decoration: none;
    font-weight: 100;
    font-size: 67px;
    opacity: 0.8;
    cursor: pointer;
    font-stretch: extra-condensed;
}

.control:hover {
    color: #ac805a;
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

.slider ul li .level-card {
    background: #8b6e4e;
    /* background: linear-gradient(166deg, #d6b28a 0%, #8b6e4e 100%); */
    background-image: url(../img/interface/membercard.jpg);
    background-size: cover;
    background-position: center;
    width: 460px;
    border-radius: 12px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 4px 8px #00000032;
    color: white;
    font-weight: 900;
    font-stretch: extra-condensed;
}

.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: 80px;
    position: absolute;
    top: 0;
    left: 560px;
    filter: brightness(1.2);
}

.slider .level-card h3 {
    font-size: 38px;
    font-weight: 900;
    text-align: left;
}

.slider .level-card .infomation {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 76px;
}

.slider .level-card .infomation p {
    display: block;
    margin: 0 7px;
    font-weight: 900;
    color: white;
    font-size: 18px;
    font-stretch: unset;
}

.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: #210133;
    background: linear-gradient(166deg, #7f0abd 0%, #210133 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;
    position: fixed;
    overflow: scroll;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #350000;
    color: black;
    padding-bottom: 100px;
}

.mobile-title.popup_page {
    display: flex;
    justify-content: space-between;
}

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

.detail-list .upgrade-list {
    width: 96%;
    min-height: 130px;
    margin: 15px auto;
    display: flex;
    border-radius: 18px;
    background-image: url(../img/vip/bg.png);
    background-size: cover;
    background-position: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

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

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

.detail-list .upgrade-list .details2 {
    width: 50%;
    text-align: center;
}

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

.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;
}

/* 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: #00000067;
    }

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

    .vip-section .section-2 .feature-block {
        zoom: 0.8;
        width: 30%;
    }

    .vip-section .section-2 {
        background-color: #0000007a;
    }

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

    .vip-section .section-2 .highlight-count {
        color: #ff9900;
        font-weight: 900;
    }

    .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: #00000082;
    }

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

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

    .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;
    }

}