@charset "UTF-8";

/* CSS Document */
/* banner */
:root {
    --type-a: linear-gradient(to bottom, #fff5ef 0%, #fff4f4 50%, #fff8f4 50%, #ffe2d3 51%, #fff5f2 100%);
    --texture-1: linear-gradient(315deg, transparent, transparent 14%, rgba(255, 255, 255, 0.7) 34%, transparent 0, hsla(0, 0%, 100%, 0.7) 56%, transparent 0, hsla(0, 0%, 100%, 0.7));
    --gradient-4: linear-gradient(0deg, #ffe0ce, #ffcbb4);
    --border: linear-gradient(to bottom, #ffeee0 0%, #ffded1 11%, #ffbea3 25%, #ffbda5 38%, #ffb999 50%, #ffaa8c 51%, #f9c8b1 83%, #ffe8e0 100%);
    --box-shadow-1: 0 2px 4px 0 #d7c5bd;
}

/* .banner {
    width: 100%;
    position: relative;
}

.banner>img {
    width: 100%;
    height: auto;
} */

/* pc-slide */
.islider {
    width: 100vw;
    position: relative;
}

.islider .slide {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.islider .slide:nth-child(1) {
    display: block;
}

/*1st Slide*/
.islider img {
    width: 100vw;
}

/*fb(Forward+Backward Button)*/
.islider_fb {
    width: 1.75rem;
    height: 3rem;
    position: absolute;
    top: 10px;
    color: #fff;
    background: #c7c7c775;
    cursor: pointer;
    display: none;
    border-radius: 2px;
}

.islider:hover>.islider_fb {
    display: block;
}

.islider_fb:hover {
    background: #8a8a8a75;
    transition: 0.5s;
}

.islider_fb>div {
    width: 100%;
    height: 1.8rem;
    margin-top: 40%;
    background: url(../img/arrow.png);
    background-size: 40px;
}

.islider_left {
    left: 0px;
    top: 50%;
}

.islider_left>div {
    background-position: -7px -130px;
}

.islider_right {
    right: 0px;
    top: 50%;
}

.islider_right>div {
    background-position: -7px -93px;
}

/*Jumper*/
.isliderJumper {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.isliderJumper div {
    width: 20px;
    height: 8px;
    display: inline-block;
    background: #d8d8d8;
    border-radius: 10px;
    border: solid 1px #fff;
    cursor: pointer;
    margin-right: 8px;
}

.isliderJumper div:hover {
    background: #a9a9a9;
    border: solid 1px #ccc;
}

.isliderJumper .jumperOn {
    background: #a9a9a9;
}

/* 1 */
.content_1_wrapper {
    width: 100%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    background-image: url(../img/content_1/content1_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testimg {
    width: 55%;
    margin: 0px auto;

}

.testimg>img {
    margin-top: 40px;
    width: 100%;
}

.contentnav {
    max-width: 1200px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
}

.content_navbar {
    width: 10%;
    height: 426px;
    z-index: 98;
    /*header-99*/

}

.nav_item {
    width: 100%;
    height: 100%;
    transform: skew(-20deg);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.nav_item>ul {
    width: 60%;
}

.nav_item>ul>li.nav_item_btn {
    width: 100%;
    height: 55px;
    text-align: center;
    margin: 0.3rem 0;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    font-weight: 500;
    transform: skew(10deg);
}

.nav_item>ul>li.active {
    background-image: url(../img/enter.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    left: -34px;
    width: 96px;
    padding: 3px 0px 0px 7px;
    font-size: 17px;
    font-weight: bold;
}

.nav_item>ul>li.nav_item_btn>a {
    color: #fffaf0 !important;
    text-shadow: 1px 1px 3px #88796f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_item>ul>li.active>a {
    color: #b28956 !important;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_item>ul>li.active>a::after {
    content: "";
    background-image: url(../img/gamenav-arrow.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 10px;
    background-position: center;
    display: block;
    margin-top: 4px;
}


.img_wrapper {
    width: 100%;
    height: 100%;
}


.img_open {
    width: 100%;
    height: 100%;
    transform: skew(-20deg);
    display: flex;
    align-content: center;
    align-items: flex-start;
    box-shadow: 12px 12px 9px -9px #cba17da6 inset;
    background: linear-gradient(45deg, rgba(240, 214, 197, 0.27) 35%, rgba(253, 248, 243, 0.27) 60%);
    background: -moz-linear-gradient(45deg, rgba(240, 214, 197, 0.27) 35%, rgba(253, 248, 243, 0.27) 60%);
    background: -webkit-linear-gradient(45deg, rgba(240, 214, 197, 0.27) 35%, rgba(253, 248, 243, 0.27) 60%);
    background: -o-linear-gradient(45deg, rgba(240, 214, 197, 0.27) 35%, rgba(253, 248, 243, 0.27) 60%);
    border-radius: 20px;
    overflow: hidden;

}

.img_open_box {
    width: 100%;
    height: 100%;
    transform: skew(20deg);
    padding: 15px 0;
    display: flex;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    /* flex-direction: column; */
    flex-direction: row;
}

.section-1,
.section-2 {
    display: flex;
    justify-content: center;
}

.section-1 {
    max-width: 55%;
    width: 100%;
    height: 100%;
    min-height: 422px;
    position: relative;
    top: 0;
    left: 0;
}

.section-1>img {
    position: absolute;
    /* top: 0;
    left: 0; */
}


.float {
    -webkit-animation: _167FbuhT 1.8s linear infinite alternate;
    animation: _167FbuhT 1.8s linear infinite alternate;
    pointer-events: none;
}

.secondFloat {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation: _167FbuhT 1.5s linear infinite alternate;
    animation: _167FbuhT 1.5s linear infinite alternate;
    pointer-events: none;
}

@-webkit-keyframes _167FbuhT {
    0% {
        top: 0;
    }

    to {
        top: -40px;
    }
}

@keyframes _167FbuhT {
    0% {
        top: 0;
    }

    to {
        top: -40px;
    }
}



.section-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 3%;
    color: #948c87;
    max-width: 45%;
}

.section-2>div {
    max-width: 90%;
}

.section-2>div:nth-child(1) {
    height: 210px;
}

.section-2>div:nth-child(2) {
    width: 100%;
}

.section-2>div>div:nth-child(2) {
    padding: 2.5% 0px;
    font-size: 16px;
}

.section-2>div:first-child>div:first-child>img {
    max-width: 85%;
}

/* .section-1>img {
    width: 100%;
} */

ul.logobtn-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.logobtn-box>li {
    margin: 0px 20px 0 0px;
}

ul.logobtn-box>li>a {
    max-width: 100%;
    cursor: pointer !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #948c87;
}

.logobtn-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logobtn-img>img {
    width: 100%;
}

ul.logobtn-box>li>a>p {
    font-size: 0.8rem;
}



/* content_1_open */
.shadow {
    width: 100%;
    box-shadow: inset 0px 15px 15px -12px #e2dbd4,
        inset 0px -15px 15px -12px #e2dbd4;
    background-image: url(../img/content_2/content2_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.content_2_wrapper {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1280px;
    margin: 0px auto;

}

.s-z1 {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0px auto;
    /* position: relative;
    top: 0;
    left: 0; */
}

.titleflex {

    display: flex;
    align-items: center;
    justify-content: center;
}

.s-z2>a {
    position: relative;
    bottom: -60px;
    color: #3788b2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
}


.s-z2>a>i {
    font-size: 0.5rem;
    margin-right: 5px;
}

.s-z2>a>img {
    width: 18px;
}

.z3 {
    width: 120px;
    height: 46px;
    background-size: 100%;
    background-image: url(../img/enter.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z3>a {
    color: #b78871;
    font-size: 0.9rem;
    letter-spacing: 0.15rem;
}


.gamelogoopen-box {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
}

.gamelogoopen-box>div {
    width: 100%;
}

.gamelogoopen-box>div:first-child {
    letter-spacing: 0.1rem;
    color: #b08668;
    font-size: 18px;
    line-height: 1.5rem;
}

.gamelogoopen-box>div:nth-child(2) {
    text-align: right;
    position: relative;
    top: -50px;
}

ul.icon-box {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 152px;
}

li.icon {
    width: 60px;
    height: 70px;
    background-image: url(../img/content_2/icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0.2rem 0.5rem;
    display: flex;
    align-items: flex-end;
    font-size: 0.8rem;
    justify-content: center;
    color: #e3b188;
}

.icon-1 {
    background-position-x: 0;
}

.icon-2 {
    background-position-x: -60px;
}

.icon-3 {
    background-position-x: -120px;
}

.icon-4 {
    background-position-x: -180px;
}

.icon-5 {
    background-position-x: -240px;
}

.icon-6 {
    background-position-x: -300px;
}

.icon-7 {
    background-position-x: -360px;
}

.icon-8 {
    background-position-x: -420px;
}

.icon-9 {
    background-position-x: -480px;
}

.icon-10 {
    background-position-x: -540px;
}

.icon-11 {
    background-position-x: 0;
    background-position-y: -70px;
}

.icon-12 {
    background-position-x: -60px;
    background-position-y: -70px;
}

.icon-13 {
    background-position-x: -120px;
    background-position-y: -70px;
}

.icon-14 {
    background-position-x: -180px;
    background-position-y: -70px;
}

.icon-15 {
    background-position-x: -240px;
    background-position-y: -70px;
}

.icon-16 {
    background-position-x: -300px;
    background-position-y: -70px;
}

.icon-17 {
    background-position-x: -360px;
    background-position-y: -70px;
}

.icon-18 {
    background-position-x: -420px;
    background-position-y: -70px;
}

.icon-19 {
    background-position-x: -480px;
    background-position-y: -70px;
}

.icon-20 {
    background-position-x: -540px;
    background-position-y: -70px;
}

.icon-21 {
    background-position-x: 0px;
    background-position-y: -140px;
}

.icon-22 {
    background-position-x: -60px;
    background-position-y: -140px;
}

.icon-23 {
    background-position-x: -120px;
    background-position-y: -140px;
}

.icon-24 {
    background-position-x: -180px;
    background-position-y: -140px;
}

.icon-25 {
    background-position-x: -240px;
    background-position-y: -140px;
}

.icon-26 {
    background-position-x: -300px;
    background-position-y: -140px;
}

.icon-27 {
    background-position-x: -360px;
    background-position-y: -140px;
}

.icon-28 {
    background-position-x: -420px;
    background-position-y: -140px;
}

.icon-29 {
    background-position-x: -480px;
    background-position-y: -140px;
}

.icon-30 {
    background-position-x: -540px;
    background-position-y: -140px;
}

.icon-31 {
    background-position-x: 0px;
    background-position-y: -210px;
}

.icon-32 {
    background-position-x: -60px;
    background-position-y: -210px;
}

.icon-33 {
    background-position-x: -120px;
    background-position-y: -210px;
}

.icon-34 {
    background-position-x: -180px;
    background-position-y: -210px;
}

.icon-35 {
    background-position-x: -240px;
    background-position-y: -210px;
}

.icon-36 {
    background-position-x: -300px;
    background-position-y: -210px;
}

.icon-37 {
    background-position-x: -360px;
    background-position-y: -210px;
}

.icon-38 {
    background-position-x: -420px;
    background-position-y: -210px;
}

.icon-39 {
    background-position-x: -480px;
    background-position-y: -210px;
}

.icon-40 {
    background-position-x: -540px;
    background-position-y: -210px;
}

.icon-41 {
    background-position-x: 0px;
    background-position-y: -280px;
}

.icon-42 {
    background-position-x: -60px;
    background-position-y: -280px;
}

.icon-43 {
    background-position-x: -120px;
    background-position-y: -280px;
}

.icon-44 {
    background-position-x: -180px;
    background-position-y: -280px;
}

.icon-45 {
    background-position-x: -240px;
    background-position-y: -280px;
}

.icon-46 {
    background-position-x: -300px;
    background-position-y: -280px;
}

.icon-47 {
    background-position-x: -360px;
    background-position-y: -280px;
}

.icon-48 {
    background-position-x: -420px;
    background-position-y: -280px;
}

.icon-49 {
    background-position-x: -480px;
    background-position-y: -280px;
}

.icon-50 {
    background-position-x: -540px;
    background-position-y: -280px;
}

.icon-51 {
    background-position-x: 0px;
    background-position-y: -350px;
}

.icon-52 {
    background-position-x: -60px;
    background-position-y: -350px;
}

.icon-53 {
    background-position-x: -120px;
    background-position-y: -350px;
}

.icon-54 {
    background-position-x: -180px;
    background-position-y: -350px;
}

.icon-55 {
    background-position-x: -240px;
    background-position-y: -350px;
}

.icon-56 {
    background-position-x: -300px;
    background-position-y: -350px;
}

/* 111.9.15修改 */
.icon-57 {
    background-position-x: -360px;
    background-position-y: -350px;
}

.icon-58 {
    background-position-x: -420px;
    background-position-y: -350px;
}

.icon-59 {
    background-position-x: -480px;
    background-position-y: -350px;
}

.icon-60 {
    background-position-x: -540px;
    background-position-y: -350px;
}

/* 111.9.15修改END */
/* 112.6.5 */
.icon-61 {
    background-position-x: 0px;
    background-position-y: -420px;
}

.icon-62 {
    background-position-x: -60px;
    background-position-y: -420px;
}

.icon-63 {
    background-position-x: -120px;
    background-position-y: -420px;
}

.icon-64 {
    background-position-x: -180px;
    background-position-y: -420px;
}

.icon-65 {
    background-position-x: -240px;
    background-position-y: -420px;
}

.icon-66 {
    background-position-x: -300px;
    background-position-y: -420px;
}

.icon-67 {
    background-position-x: -360px;
    background-position-y: -420px;
}

.icon-68 {
    background-position-x: -420px;
    background-position-y: -420px;
}

.icon-69 {
    background-position-x: -480px;
    background-position-y: -420px;
}

.icon-70 {
    background-position-x: -540px;
    background-position-y: -420px;
}

.icon-71 {
    background-position-x: 0px;
    background-position-y: -490px;
}

.icon-72 {
    background-position-x: -60px;
    background-position-y: -490px;
}

.icon-73 {
    background-position-x: -120px;
    background-position-y: -490px;
}

.icon-74 {
    background-position-x: -180px;
    background-position-y: -490px;
}

.icon-75 {
    background-position-x: -240px;
    background-position-y: -490px;
}

.icon-76 {
    background-position-x: -300px;
    background-position-y: -490px;
}

/* 112.6.5 end */
/* 3-hotgame */
.hotgame {
    width: 60%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5% 0px;
    color: #645e5e;
    letter-spacing: 0.05rem;
}

.hotgame a{
    color: #cc887a;
    text-decoration: underline;
}

.hotgame-title {
    width: 100%;
    font-style: oblique;
    font-size: 2rem;
    color: #cc887a;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hotgame>ul {
    display: flex;
    justify-content: space-around;
}

.hot-box {
    width: calc(100%/5);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #948c87;
}

.hot-img>a {
    display: block;
}

.hot-img>a>img {
    width: 100%;
}


.hot-box>p {
    margin-top: 10px;
    font-size: 0.9rem;
    font-style: oblique;
}

/* 4-h5 */
/* 111.1.12修改 */
.content_4_wrapper {
    width: 100%;
    overflow: hidden;
    padding: 1.5% 0;

}

.content_4 {
    width: 60%;
    max-width: 1280px;
    margin: 0px auto;
    display: flex;
    justify-content: space-evenly;
    color: #6a6664;
    font-size: 0.9rem;
}

.content_4>div:first-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content_4>div:nth-child(2) {
    width: 50%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box4-title {
    font-size: 2rem;
    color: #d09582;
    font-weight: 600;
}

.box4-text {
    max-width: 400px;
    margin-top: 10px;
    letter-spacing: 0.1rem;
}

.box4-title2 {
    font-size: 1.2rem;
    color: #d09582;
    margin-top: 0.8rem;
}

ul.step {
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

ul.step>li {
    display: flex;
    flex-direction: column;
    /* align-items: center; 
    text-align: center;*/
    cursor: pointer;
}

ul.step>li>p {
    margin-top: 10px;
}

li#ios>img,
li#android>img {
    width: 80%;
}

.relative {
    position: relative;
    width: 400px;
    height: 400px;
}

.relative>img {
    width: 100%;
}

.mobile-front {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mobile-back {
    width: 414px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.h5-video {
    max-width: 180px;
    border-radius: 20px;
}

/* 5-speed */

.content_5 {
    width: 60%;
    max-width: 1280px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 3%;
}

ul.speed-box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    padding-top: 2%
}

ul.speed-box>li {
    width: 180px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.speed-box>li.speed-bg {
    background-image: url(../img/content_5/speed_bg.png);
}

ul.speed-box>li.amount-bg {
    background-image: url(../img/content_5/amount_bg.png);
}

.value,
.value2,
.value3,
.value4 {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 4rem;
    color: #7f7573;
}

.speed-flex {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

ul.speed-box2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

ul.speed-box2>li {
    width: 25%;
}

.speed-t1 {
    color: #bf9088;
}

.speed-t2 {
    color: #7f7573;
}

.speed-t3 {
    color: #c9caca;
    font-size: 0.9rem;
}

.tleft {
    text-align: left;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    max-width: 200px;
    margin: 0 auto;
}

/* 6-qr */
.content_wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.content_6 {
    width: 100%;
    background-size: 100%;
    background-image: url(../img/content_6/qr_bg.jpg);
    background-repeat: no-repeat;
}

.qr-box {
    width: 60%;
    height: 350px;
    max-width: 1280px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

.qrcode>div {
    margin: 0.3rem 0px;
    color: #645e5e;
}

.online>div {
    margin: 0.3rem 0px;
    color: #b38779;
}

/* about-noya */
ul.about-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #8c8c8c;
    margin-bottom: 3rem;
    font-weight: 300;
    font-size: 1rem;
}

ul.about-box>li>div:nth-child(2) {
    letter-spacing: 0.1rem;
}

ul.about-box img{
    max-width: 350px;
}

.about-title {
    color: #cc887a;
    font-weight: 450;
    font-size: 1.2rem;
    margin-bottom: 0.05rem;
}

/* cooperation */
ol.number-li>li {
    margin-left: 20px;
    list-style: decimal;
}

.member-type {
    width: 80%;
    margin: 0 auto;
    table-layout: fixed;
    text-align: center;
    color: #807e7e;
    border-spacing: 0;
}

.member-type>tbody>tr>td {
    padding: 0.9rem 0.5rem;
    border-top: 1px dashed #fbf3f1;
}

.member-type>tbody>tr:first-child {
    background-color: #fbf3f1;
}

.member-type>tbody>tr:nth-child(2),
.member-type>tbody>tr:nth-child(3),
.member-type>tbody>tr:nth-child(4),
.member-type>tbody>tr:nth-child(5) {
    background-color: #fffafa;
}

.member-type>tbody>tr:first-child>td:first-child {
    border-top-left-radius: 6px;
}

.member-type>tbody>tr:first-child>td:last-child {
    border-top-right-radius: 6px;
}

.member-type>tbody>tr:last-child>td:first-child {
    border-bottom-left-radius: 6px;
}

.member-type>tbody>tr:last-child>td:last-child {
    border-bottom-right-radius: 6px;
}

.partner-btn {
    width: 50%;
    margin: 20px auto 0 auto;
}

/* help */
.helpnav {
    width: 90%;
    height: auto !important;
    position: sticky;
    top: 120px;
    border: transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b1b1b1;
    padding: 30px;
}

.helpnav li {
    margin: 0.45rem 0;
}

.helptext {
    height: auto !important;
}

.helptext > .t-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    margin: 1rem 0;
    text-decoration: none;
}

.helpnav-box {
    width: 35%;
}

/* 5:1 */
.gametip-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #ca7669;
}

.if5to1 {
    width: 100%;
    margin: 0.5rem auto;
    letter-spacing: 0.05rem;
    display: block;
    text-align: center;
}

.gametip-box {
    width: 50%;
    margin: 0 auto;
}

.gametip-box>button {
    margin-bottom: 0.5rem;
}



/* hide-mobile */
.mobile_wrapper,
.sm-tpage,
#btmnav,
#sm-helpnav {
    display: none;
}

/* mail-notification */
.notification {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.notification .mailbadge {
    position: absolute;
    top: -8px;
    right: -18px;
    border-radius: 30px;
    background-color: red;
    color: white;
    /* bootstrap */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
}

/* 0915add */
/* help-text style */
.steptext {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    box-sizing: border-box;
    text-align: center;
    color: #8c8c8c;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.09rem;
}

.about-title2 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 6px;
    padding-bottom: 3px;
    color: #776663;
    border-bottom: 1px solid #e6dbdb;
}

/* 合作廠商 */
.gamelogo-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gamelogo-box>img {
    margin: 0.89rem 0.5rem;
}

/* 優惠規則 & 隱私政策 */
ul.promotion-notice>li {
    margin: 0.2rem 0;
}

/* 常見問題 */
ul.qa-box>li {
    margin: 0.8rem 0;
}

/* 關於我們 */
ul.about-noya>li {
    line-height: 2rem;
    letter-spacing: 0;
}

ul.about-noya>img {
    width: 35%;
    margin: 0 auto 0.5rem auto;
}

/* 112.6.5 */
/* .sm-top-wrapper-box {
    position: absolute;
} */
.slot-items {
    display: flex;
    padding: 1.5rem 1rem 3.5rem 1rem;
    gap: 5%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.slot-items>li {
    text-align: center;
    max-width: 30%;
}

.slot-items>li>a {
    display: block;
}

.slot-items>li>a>img {
    width: 100%;
}

.slot-items>li>p {
    font-size: 0.9rem;
}

.pc-slot-items {
    max-width: 1280px;
    margin: 1.5rem auto 0 auto;
}

.pc-slot-items>.slot-items>li {
    max-width: 15%;
}

/* 112.6.5 end */

/* 112.6.16 add */
/* .forchat-flex {
    display: flex;
    height: 100vh;
    overflow: hidden;
} */

.main-content {
    width: 100%;
    overflow: scroll;
}

.chatBox {
    width: 100%;
    height: 100%;
    padding: 0.5em;
    background-color: #5430309e;
    border-radius: 5px;
}

.chat {
    max-width: 20%;
    width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #54303047;
    border-radius: 5px;
    position: fixed;
    right: 0;
    height: 70vh;
    bottom: 16vh;
}

.chat-header {
    height: 6%;
}

.chat-header>p {
    color: #ffffff;
    font-size: 1.15rem;
    letter-spacing: 0.1rem;
    margin: 0;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #d1b2a585;
}

.chat-content {
    height: 80%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.chat-footer {
    height: 14%;
    border-top: 1px solid #d1b2a585;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.people-content,
.own-content {
    width: 100%;
    padding: 0.6rem;
    color: #766f6e;
    margin-bottom: 0.8rem;
}

.people-content {}

.chat-name {
    color: #b2b2b2;
    font-size: 0.6rem;
    margin-bottom: 0.3rem;
}

.chat-text {
    color: #fff;
    margin: 0;
    word-wrap: break-word;
}

.people-content small {
    color: #9b9b9b;
    margin-left: 5px;
    font-size: 12px;
}

.own-content .chat-name {
    color: #fff;
}

.own-content small {
    color: #9b9b9b;
    margin-left: 5px;
    font-size: 12px;
}

.chat-input {
    width: 80%;
    border: 0;
    border-radius: 8px;
    background-color: #eeeeee91;
    padding: 0.8rem;
    font-size: 1rem;
    color: #766f6e;
}

#noallowChat .chat-input {
    background-color: transparent;
    padding: 0;
}

.progressText {
    font-size: 14px;
    color: #ffffff8a;
}

.chat-input:focus {
    border: 1px solid #e9d7d0;
    background-color: #d1b2a530;
    color: #ffffff;
    outline: none;
}

.chat-btn {
    border: 0;
    padding: 0.8rem;
    border-radius: 10px;
    background-color: #d1b2a5;
    color: #fff;
}

*:disabled {
    background-color: #b5b5b5;
}

.home-fix-top-box {
    display: flex;
}

.home-login {
    width: 25%;
    height: 100%;
    display: none;
    height: 80%;
    background-image: var(--type-a);
    box-shadow: var(--box-shadow-1);
    font-size: 3.5vmin;
    border-radius: 30px;
    text-align: center;
    line-height: 2rem;
    align-items: center;
    justify-content: center;
}

.home-login>a {
    color: #a07972;
}

.sm-normal-login,
.sm-login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    padding-right: 0.5rem;
}

.index-main-content {
    width: 100%;
    overflow-y: scroll;
}

/* 112.12.5 add */
.hidden {
    display: none;
}

#toggleButton {
    position: fixed;
    bottom: 5vh;
    right: 1vw;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 100%;
    background-color: #5430309e;
    color: #fff;
}

/* 112.6.15 add */
@media screen and (min-width:1366px) and (max-width:1440px) {
    .notice {
        width: 40%;
    }

    .log-wrapper {
        width: 60%;
    }

    .people-content,
    .own-content {
        max-width: 90%;
    }

    .chat-input {
        width: 75%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

    /* for table */
    .sm-box {
        width: 100%;
        height: auto;
        margin: 5px 0;
    }

    .sm-gamenav {
        width: 90%;
        margin: 0 auto;
        height: 420px;
    }


    .flex {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        overflow: hidden;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobile_wrapper,
    #btmnav,
    #sm-helpnav {
        /* display: block; */
        display: flex;
        flex-direction: column;

    }

    .index-h {
        height: 100%;
        overflow: scroll;

    }


    #content_game,
    .content_wrapper,
    .content_4_wrapper,
    .tool-box,
    #sf-camera-00001,
    #pc-helpnav,
    .hotgame-title,
    #pc-helpContent,
    .pc-slot-items,
    .chat {
        display: none;
        /* 112.6.16 add */
    }

    .index-smbox {
        min-height: 120px;
    }



    .sm-noticewrapper {
        display: flex;
        width: 95%;
        margin: 1% auto 0.5% auto;
        background-color: #eee;
        border: transparent;
        border-radius: 40px;
        font-size: 0.9rem;
        box-shadow: 1px 1px 3px #c3c3c3 inset;
        align-items: center;
    }

    .sm-vipbg {
        background: linear-gradient(to top right, #FFA67F, #fff, #FFDEC3, #F6B094);
        color: #a07973;
        border: transparent;
        border-radius: 15px;
        padding: 0.8% 1%;
        margin-left: 5%;
    }

    .sm-topnav {
        width: 95%;
        margin: .2rem auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 8px;
    }

    #sm-unlogin {
        display: none;
    }

    .sm-text {
        font-size: 1.1rem;
    }

    .sm-text-2 {
        font-size: 0.95rem;
    }

    .sm-name {
        width: 30%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #8c8c8c;
    }

    .sm-gologin {
        width: 4.5em;
        height: 2.3rem;
        margin: 0 0.2rem;
        display: flex;
        border-radius: 6px;
        background: linear-gradient(to top right, #FFA67F, #fff, #FFDEC3, #F6B094);
        justify-content: center;
        align-items: center;
        box-shadow: 2px 2px 9px #b5a29f;
    }

    .sm-gologin>a {
        color: #a07973;
    }

    .sm-nav-box {
        width: 55%;
    }

    .sm-nav {
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 100%;
    }

    ul.sm-nav>li {
        width: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sm-navitem {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #c3b5b5;
    }

    ul.sm-nav>li>a {
        font-size: 1rem;
    }

    .sm-navitem>img {
        width: 3rem;
    }



    ul.nav {
        display: flex;
    }

    ul.navsize {
        width: 20% !important;
        overflow: hidden !important;
    }

    ul.nav>li {
        width: 80%;
        height: 43px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-grid;
        margin-bottom: 10%;
    }


    ul.nav>li.active {
        background-image: var(--type-a);
        box-shadow: var(--box-shadow-1);
        border-radius: 8px;
        border: 2px solid #fff3ed;
    }


    .gamenav-icon {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 4px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .i1 {
        background-image: url(../img/mobile/sm-gamenav-1.svg);
    }

    ul.nav>li.active>a>.i1 {
        background-image: url(../img/mobile/sm-gamenavin-1.svg);
    }

    .i2 {
        background-image: url(../img/mobile/sm-gamenav-2.svg);
    }

    ul.nav>li.active>a>.i2 {
        background-image: url(../img/mobile/sm-gamenavin-2.svg);
    }

    .i3 {
        background-image: url(../img/mobile/sm-gamenav-3.svg);
    }

    ul.nav>li.active>a>.i3 {
        background-image: url(../img/mobile/sm-gamenavin-3.svg);
    }

    .i4 {
        background-image: url(../img/mobile/sm-gamenav-4.svg);
    }

    ul.nav>li.active>a>.i4 {
        background-image: url(../img/mobile/sm-gamenavin-4.svg);
    }

    .i5 {
        background-image: url(../img/mobile/sm-gamenav-5.svg);
    }

    ul.nav>li.active>a>.i5 {
        background-image: url(../img/mobile/sm-gamenavin-5.svg);
    }

    .i6 {
        background-image: url(../img/mobile/sm-gamenav-6.svg);
    }

    ul.nav>li.active>a>.i6 {
        background-image: url(../img/mobile/sm-gamenavin-6.svg);
    }

    .i7 {
        background-image: url(../img/mobile/sm-gamenav-7.svg);
    }

    ul.nav>li.active>a>.i7 {
        background-image: url(../img/mobile/sm-gamenavin-7.svg);
    }

    .tab-pane>ul>li>a>img {
        width: 100%;
        margin: 3px 0px;
        border-radius: 15px;
        border: 1px solid #fff;
        box-shadow: 0px 2px 3px 0px #c5c5c5;
    }

    .bottom-nav {
        width: 100%;
        height: 60px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        box-shadow: 0px -1px 12px #c5c5c5;
        position: fixed;
        bottom: 0;
        background-color: #fffaf8;
        z-index: 96;
    }

    .bottom-nav>ul.sm-nav>li>.sm-navitem>img {
        width: 1.5rem;
        margin-bottom: 0.2rem;
    }

    /* clear-mobile-activecss */
    .bottom-nav>ul.sm-nav>li>.sm-navitem {
        -webkit-tap-highlight-color: transparent;
    }

    .sm-tpage {
        display: flex;
        padding: 0.5rem 0 0.5rem 0.3rem;
        color: #8b8b8b;
        font-size: 1.1rem;
    }

    .sm-tpage>div:first-child {
        z-index: 90;
    }

    .sm-pagetitle {
        width: 100%;
        text-align: center;
    }

    .live-menu {
        display: flex;
        width: 100%;
        height: 95px;
        margin: 0.4rem 0;
        background-image: url(../img/mobile/forlive.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }

    /* livesport+movie */
    .forlive {
        width: 50%;
        height: 100%;

    }

    .forlive>div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 1.2rem;
        color: #bfa49e;
        font-size: 1.2rem;


    }

    /* 帳戶page */
    #sm-unlogin>.sm-nav {
        justify-content: space-evenly;
        width: 80%;
        margin: 0 auto;
    }

    /* help */
    .hotgame {
        width: 95%;
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 100px;
    }

    .qa-formobile {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .qa-formobile>div {
        width: 95% !important;
        margin: 0 auto;
    }

    .qa-formobile>div:nth-child(3) {
        margin-top: 20px;
        box-shadow: 0px 0px 10px #b1b1b1;
        border-radius: 10px;
    }

    .profile_content_box {
        box-shadow: none !important;
    }

    /* mail-notification */
    .notification .mailbadge {
        right: -15px;
        padding: 5px 9px;
        font-size: 0.6rem;
    }

    /* help-stepimg */
    .step-wrapper>img {
        width: 80%;
    }

    /* 112.6.15 add */
    /* .forchat-flex {
        height: unset;
    } */

    .main-content,
    .chat {
        width: 100%;
        height: calc(100% - 60px);
        position: absolute;
        z-index: 9;
        background-color: #fffdfd;
        overflow: hidden;
    }

    .chat-input {
        width: 90%;
    }

    /* 112.12.5 add */
    #toggleButton {
        display: none;
    }

    .showchat {
        display: block !important;
        z-index: 1;
        position: absolute;
        background-color: #fffcfa;
        padding: 1rem;
        width: 100%;
        height: calc(100% - 60px);
    }
    .chat {
        max-width: 100%;
        bottom: 4vh;
    }
}

@media screen and (max-width:767px) {
    .flex {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        overflow: hidden;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobile_wrapper,
    #btmnav,
    #sm-helpnav {
        display: block;
        display: flex;
        flex-direction: column;

    }

    .index-h {
        height: calc(100svh - 60px);
        /*overflow: scroll;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/

    }


    #content_game,
    .content_wrapper,
    .content_4_wrapper,
    .tool-box,
    #sf-camera-00001,
    .hotgame-title,
    #pc-helpnav,
    #pc-helpContent,
    .pc-slot-items,
    .chat,
    .main-content {
        display: none;
        /* 112.6.16 add */
    }

    .showchat {
        display: block !important;
        z-index: 1;
        position: absolute;
        background-color: #fffcfa;
        padding: 1rem;
        width: 100%;
        height: calc(100% - 60px);
    }

    /* 112.6.16 add */
    .profile-show {
        display: block;
    }

    /* .index-smbox {
        min-height: 94px;
    } */

    .sm-box {
        width: 100%;
        height: auto;
        margin: 5px 0;
    }

    .sm-noticewrapper {
        display: flex;
        width: 95%;
        margin: 1% auto 0.5% auto;
        background-color: #eee;
        border: transparent;
        border-radius: 40px;
        font-size: 0.9rem;
        box-shadow: 1px 1px 3px #c3c3c3 inset;
        align-items: center;
    }

    .sm-vipbg {
        background: linear-gradient(to top right, #FFA67F, #fff, #FFDEC3, #F6B094);
        color: #a07973;
        border: transparent;
        border-radius: 15px;
        padding: 0.8% 1%;
        margin-left: 5%;
    }

    .sm-topnav {
        width: 95%;
        margin: .2rem auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 8px;
    }

    #sm-unlogin {
        display: none;
    }

    .sm-text {
        font-size: 0.9rem;
    }

    .sm-text-2 {
        font-size: 0.8rem;
    }

    .sm-name {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #8c8c8c;
    }

    .sm-gologin {
        width: 4.5em;
        height: 2.3rem;
        margin: 0 0.2rem;
        display: flex;
        border-radius: 6px;
        background: linear-gradient(to top right, #FFA67F, #fff, #FFDEC3, #F6B094);
        justify-content: center;
        align-items: center;
        box-shadow: 2px 2px 9px #b5a29f;
    }

    .sm-gologin>a {
        color: #a07973;
    }

    .sm-nav-box {
        width: 55%;
    }

    .sm-nav {
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 100%;
    }

    ul.sm-nav>li {
        width: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sm-navitem {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #c3b5b5;
    }

    ul.sm-nav>li>a {
        font-size: 0.6rem;
    }

    .sm-navitem>img {
        width: 2.2rem;
    }

    .sm-gamenav {
        height: 100%;
        /* position: absolute;
        top: 266px;
        max-height: calc(100vh - 60px); */
    }

    ul.nav {
        display: flex;
    }

    ul.navsize {
        width: 20% !important;
        overflow: hidden !important;
    }

    ul.nav>li {
        width: 85%;
        height: 43px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-grid;
        margin-bottom: 10%;
    }


    ul.nav>li.active {
        background-image: var(--type-a);
        box-shadow: var(--box-shadow-1);
        border-radius: 8px;
        border: 2px solid #fff3ed;
    }


    .gamenav-icon {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 4px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .i1 {
        background-image: url(../img/mobile/sm-gamenav-1.svg);
    }

    ul.nav>li.active>a>.i1 {
        background-image: url(../img/mobile/sm-gamenavin-1.svg);
    }

    .i2 {
        background-image: url(../img/mobile/sm-gamenav-2.svg);
    }

    ul.nav>li.active>a>.i2 {
        background-image: url(../img/mobile/sm-gamenavin-2.svg);
    }

    .i3 {
        background-image: url(../img/mobile/sm-gamenav-3.svg);
    }

    ul.nav>li.active>a>.i3 {
        background-image: url(../img/mobile/sm-gamenavin-3.svg);
    }

    .i4 {
        background-image: url(../img/mobile/sm-gamenav-4.svg);
    }

    ul.nav>li.active>a>.i4 {
        background-image: url(../img/mobile/sm-gamenavin-4.svg);
    }

    .i5 {
        background-image: url(../img/mobile/sm-gamenav-5.svg);
    }

    ul.nav>li.active>a>.i5 {
        background-image: url(../img/mobile/sm-gamenavin-5.svg);
    }

    .i6 {
        background-image: url(../img/mobile/sm-gamenav-6.svg);
    }

    ul.nav>li.active>a>.i6 {
        background-image: url(../img/mobile/sm-gamenavin-6.svg);
    }

    .i7 {
        background-image: url(../img/mobile/sm-gamenav-7.svg);
    }

    ul.nav>li.active>a>.i7 {
        background-image: url(../img/mobile/sm-gamenavin-7.svg);
    }

    .tab-pane>ul>li>a>img {
        width: 100%;
        margin: 3px 0px;
        border-radius: 15px;
        border: 1px solid #fff;
        box-shadow: 0px 2px 3px 0px #c5c5c5;
    }

    .bottom-nav {
        width: 100%;
        height: 60px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        box-shadow: 0px -1px 12px #c5c5c5;
        position: fixed;
        bottom: 0;
        background-color: #fffaf8;
        z-index: 96;
    }

    .bottom-nav>ul.sm-nav>li>.sm-navitem>img {
        width: 1.5rem;
        margin-bottom: 0.2rem;
    }

    /* clear-mobile-activecss */
    .bottom-nav>ul.sm-nav>li>.sm-navitem {
        -webkit-tap-highlight-color: transparent;
    }

    .sm-tpage {
        display: flex;
        padding: 0.5rem 0 0.5rem 0.3rem;
        color: #8b8b8b;
        font-size: 1.1rem;
    }

    .sm-tpage>div:first-child {
        z-index: 8;
        /* 112.6.16  */
    }

    .sm-pagetitle {
        width: 100%;
        text-align: center;
    }

    .live-menu {
        display: flex;
        width: 100%;
        height: 60px;
        margin: 0.4rem 0;
        background-image: url(../img/mobile/forlive.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }

    /* livesport+movie */
    .forlive {
        width: 50%;
        height: 100%;

    }

    .forlive>div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 1.2rem;
        color: #bfa49e;
        font-size: 0.9rem;


    }

    /* help */
    .hotgame {
        width: 95%;
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 100px;
    }

    .qa-formobile {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .qa-formobile>div {
        width: 95% !important;
        margin: 0 auto;
    }

    .qa-formobile>div:nth-child(3) {
        margin-top: 20px;
        box-shadow: 0px 0px 10px #b1b1b1;
        border-radius: 10px;
    }

    .profile_content_box {
        box-shadow: none !important;
    }

    /* mail-notification */
    .notification .mailbadge {
        right: -15px;
        padding: 5px 9px;
        font-size: 0.6rem;
    }

    /* cooperation */
    .partner-btn {
        width: 90%;
    }

    ol.number-li>li {
        margin-left: 0;
    }

    /* about-noya */
    ul.about-noya>img {
        width: 65%;
    }

    /* 112.6.15 add */
    /* .forchat-flex {
        height: calc(100% - 60px);
        width: 100%;
        display: block;
    } */

    .main-content,
    .chat {
        width: 100%;
        /*height: calc(100% - 60px);*/
        /*position: absolute;*/
        z-index: 9;
        background-color: #fffdfd;
        /*overflow: hidden;*/
    }

    .chat-input {
        width: 82%;
    }

    /* 112.12.5 add */
    .chat {
        max-width: 100%;
        bottom: 7vh;
    }

    #toggleButton {
        display: none;
    }
}