@charset "utf-8";
body {
    font-family: "Noto Sans", Verdana, Geneva, sans-serif;
    overflow-x: hidden;
    padding-top: 50px;
}

.home {
    background: #F0F0F0;
}

.play_body_bg {
    background: #f5f5f5
}

.body_bg {
    background: #f5f5f5
}

.game_content_list:after,
.game_content_list:before,
.game_content_list {
    display: table;
    content: " "
}

.start_content_box_center:before {
    content: " "
}

.slick-lightbox-close:before {
    content: ""
}

h1 {
    font-family: "Noto Sans", Verdana, Geneva, sans-serif;
    line-height: inherit;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

h2 {
    font-family: "Noto Sans", Verdana, Geneva, sans-serif;
    font-weight: 700;
    line-height: inherit;
    color: #353535;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0;
}

h3 {
    font-family: "Noto Sans", Verdana, Geneva, sans-serif;
    font-weight: 700;
    line-height: inherit;
    font-size: 1.5em;
    margin-bottom: 0;
    color: #454545;
    /*測試*/
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
}

h3 a {
    color: #454545
}

p {
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    word-break: break-all
}

h4 {
    font-family: "Noto Sans", Verdana, Geneva, sans-serif;
    font-weight: 700;
    line-height: inherit;
    color: #454545;
    font-size: 1.5em;
    margin-top: 60px;
    margin-bottom: 5px
}

h6 {
    font-family: "Noto Sans", Verdana, Geneva, sans-serif;
    font-weight: 700;
    line-height: inherit;
    font-size: 22px;
    text-align: center
}

html {
    -webkit-font-smoothing: antialiased
}

a {
    color: #252525;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none
}

a,
input,
button,
.form-control {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a:hover,
a:active,
a:focus {
    color: #f39;
    outline: none;
    text-decoration: none
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000
}

.section-title {
    padding-bottom: 40px
}

.section-title h2 {
    margin: 0
}

.section-title small {
    display: block
}

ul {
    padding: 0;
}

.overlay {
    background: rgba(20, 20, 20, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px
}

section {
    position: relative;
    padding: 0
}

#team,
#testimonial {
    background: #f9f9f9;
    text-align: center
}

.b-lazy {
    transition: opacity .2s ease-in-out;
    max-width: 100%;
    opacity: 0
}

.b-lazy.b-loaded {
    opacity: 1
}

.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1028;
    display: block;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1)
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    width: 250px;
    height: 250px;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -125px
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 72px;
    margin-top: -50px;
    margin-left: -64px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/loading.gif);
    background-size: cover
}

.spinner_loading {
    width: 100%;
    height: 0;
    font-size: 2em;
    font-weight: 600;
    color: #f86aaa;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-top: 60%
}

.spinner span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fc66a3;
    margin: 35px 5px
}

.fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
}

.btn-start {
    width: 100%;
    margin: 0 auto 16px
}

.h6_box {
    margin: 0 0 20px
}

.h2_title {
    margin: 0 0 20px;
    font-size: 22px;
    text-align: center
}

.h2_smalltitle {
    margin: 0 0 20px;
    font-size: 18px;
    text-align: center
}

.h1_box {
    margin: 0;
    font-size: 34px;
    font-weight: 900;
    text-align: center;
    line-height: 50px
}

.panel {
    background-color: transparent;
    box-shadow: none;
}

.p-0 {
    padding: 0rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 2rem;
}

.pt-0 {
    padding-top: 0rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pt-5 {
    padding-top: 2rem;
}

.pr-0 {
    padding-right: 0rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 1rem;
}

.pr-4 {
    padding-right: 1.5rem;
}

.pr-5 {
    padding-right: 2rem;
}

.pb-0 {
    padding-bottom: 0rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pb-5 {
    padding-bottom: 2rem;
}

.pl-0 {
    padding-left: 0rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 1rem;
}

.pl-4 {
    padding-left: 1.5rem;
}

.pl-5 {
    padding-left: 2rem;
}

.m-0 {
    margin: 0rem;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 1rem;
}

.m-4 {
    margin: 1.5rem;
}

.m-5 {
    margin: 2rem;
}

.mt-0 {
    margin-top: 0rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 2rem;
}

.mr-0 {
    margin-right: 0rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.mr-5 {
    margin-right: 2rem;
}

.mb-0 {
    margin-bottom: 0rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 2rem;
}

.ml-0 {
    margin-left: 0rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 1rem;
}

.ml-4 {
    margin-left: 1.5rem;
}

.ml-5 {
    margin-left: 2rem;
}

.text-indent-2 {
    text-indent: 1em;
    margin-bottom: 0;
}

.section-btn-start {
    background: #ff004a;
    border-radius: 5px;
    border: 1px solid #ff004a;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    padding: 10px 30px;
    transition: .5s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.section-btn-yes {
    background: #fa82a7;
    border-radius: 5px;
    border: 1px solid #ff93bc;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 25px 30px;
    transition: .5s;
    margin-bottom: 10px
}

.section-btn-no {
    background: #76b9f8;
    border-radius: 5px;
    border: 1px solid #76b9f8;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 25px 30px;
    transition: .5s;
    margin-bottom: 10px
}

.playbtns {
    padding: 0 20px
}

.play-btn {
    background: #fa82a7;
    border-radius: 5px;
    border: 1px solid #fa82a7;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 10px 30px;
    transition: .5s;
    margin-bottom: 10px;
    text-align: center
}

.section-btn-yes:hover {
    background: #ed3b71;
    border-color: transparent
}

.section-btn-start:hover {
    background: #ff00b1;
    border-color: transparent
}

.section-btn-no:hover {
    background: #2a8ce8;
    border-color: transparent
}

.play-btn:hover {
    background: #ed3b71;
    border-color: transparent
}

.custom-navbar {
    background: #fff;
    border-top: 0;
    border-bottom: 3px solid #f39;
    margin-bottom: 0;
    padding: 0;
    width: 100%
}

.main_content {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    min-height: calc( 100vh - 250px );
}

.main_content_bg {
    /* background: #FFF; */
    max-width: 1024px;
    margin: 0 auto 20px;
    min-height: 1080px;
    position: relative;
}

.container {
    padding-right: 0;
    padding-left: 0
}

.container>.navbar-header {
    margin-right: 0;
    margin-left: 5px;
    float: left;
}

.navbar>.container .navbar-brand {
    width: 120px;
}

@media (min-width: 768px) {
    /*  btn  */
    .section-btn-no {
        margin: 0 10% 0 0;
        width: 30%
    }
    .section-btn-yes {
        margin: 0 1% 0 19%;
        width: 30%
    }
    .play-btn {
        padding: 10px 30px
    }
    .container {
        width: auto;
        max-width: 900px;
        padding-right: 0;
        padding-left: 0
    }
    .navbar>.container .navbar-brand {
        margin-left: 0;
        width: 136px;
    }
    .main_content {
        width: auto;
        max-width: 900px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto
    }
    .main_content_bg {
        margin: 0 auto 20px
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
        padding-right: 0;
        padding-left: 0
    }
    .main_content {
        width: 900px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto
    }
    .main_content_bg {
        margin: 0 auto 20px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1024px;
        max-width: 1024px;
        padding-right: 0;
        padding-left: 0
    }
    .main_content {
        width: 1024px;
        max-width: 1024px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto
    }
    .main_content_bg {
        margin: 0 auto 20px
    }
}

.custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding: 8px 0px 8px 0px;
    margin-left: 0;
}

.navbar-right {
    margin-right: 12px;
    /*border-left: 1px solid #ccc; */
    height: 50px;
}

.custom-navbar .navbar-nav.navbar-right li {
    margin-top: 6px;
    margin-left: 10px;
}

.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 22px;
    padding-left: 22px;
    opacity: 1;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
}

.custom-navbar .navbar-nav.navbar-right li a:hover {
    opacity: 1
}

.custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #f39;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px
}

.custom-navbar .nav li a {
    line-height: 50px;
    color: #575757;
    padding: 5px 10px;
}

.custom-navbar .nav li a:hover {
    color: #f39
}

.custom-navbar .nav li.active>a {
    background-color: #29ca8e;
    color: #fff
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
    background-color: transparent
}


/*QA*/

.qa_button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 12px;
}

.qa_title {
    color: #f39!important;
}

.qa_btn {
    max-width: 180px;
    width: 19%;
    min-width: 110px;
    height: 60px;
    background: #fa82a7;
    border-radius: 5px;
    border: 1px solid #ff93bc;
    margin: 2px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.qa_btn:hover {
    background: #ed3b71;
    border-color: transparent;
}

@media only screen and (max-width: 768px) {
    .qa_button {
        flex-wrap: wrap;
        justify-content: flex-start
    }
    .qa_btn {
        height: 45px;
    }
}


/*背景*/

.navbar-user {
    margin-right: 12px;
    top: 0;
    right: 46px;
    /*position: absolute;*/
}

.navbar-user li {
    margin-top: 8px;
    margin-left: 6px;
    float: left;
}

.custom-navbar .navbar-user li .mainbtn,
.custom-navbar .navbar-user li .mainbtn_type {
    transition: 0.1s;
    color: #FFF;
}

.custom-navbar .navbar-user li .mainbtn:hover {
    background: #ed3b71;
    border-color: transparent;
}

.custom-navbar .navbar-user li .mainbtn_type:hover {
    background: #2a8ce8;
    border-color: transparent;
}

.custom-navbar .navbar-user li .loginbtn,
.custom-navbar .navbar-user li .loginbtn_type {
    transition: 0.1s;
    color: #575757;
}

.custom-navbar .navbar-user li .loginbtn:hover {
    background: #FFF;
    border-color: #FA82A7;
    color: #FA82A7;
}

.custom-navbar .navbar-user li .loginbtn_type:hover {
    background: #FFF;
    border-color: #2a8ce8;
    color: #2a8ce8;
}

.custom-navbar .navbar-user li .mainbtn,
.custom-navbar .navbar-user li .mainbtn_type,
.custom-navbar .navbar-user li .loginbtn,
.custom-navbar .navbar-user li .loginbtn_type {
    font-size: 14px;
}

.navbar-user li a {
    padding: 6px 12px;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0px;
    background-color: transparent;
    /*position: absolute;
	top:0;
	right:0;*/
    float: left;
    z-index: 200;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #f39;
    border-color: transparent;
    width: 30px;
    height: 5px;
    margin-top: 5px
}

.custom-navbar .weblinks ul li {
    width: 9.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-navbar .drop-down ul li a {
    padding-left: 22px;
    line-height: 36px;
}

.navbar-toggle>span {
    transition: all .3s ease
}

.custom-navbar .navbar-toggle .icon-bar:nth-child(1) {
    margin-top: 2px;
}

.button-close>span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.button-close>span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.button-close>span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.bottom-arrow {
    margin-left: 5px;
    padding-bottom: 4px;
    opacity: 0.7;
}

.drop-down ul {
    display: none;
    position: absolute;
    left: 0;
    padding: 5px 0;
    list-style: none;
    width: 200px;
    background: #FFF;
    border: 1px solid #f39;
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    z-index: 200!important;
    margin-top: -5px
}

.drop-down ul li smoothScroll {
    width: 11em;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 20px;
}

.drop-down ul:before {
    border-color: transparent transparent #F39;
    border-style: solid;
    border-width: 12px;
    top: -24px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}

.drop-down ul:after {
    border-color: transparent transparent #FFF;
    border-style: solid;
    border-width: 12px;
    top: -23px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}

.drop-down img {
    margin-right: 7px;
    opacity: 0.7;
}

.drop-down:hover ul {
    display: block
}

.mobile_menu {
    display: none;
}


/* .mobile_menu .nav{ 
    
    position: fixed;
    top: 0px;
    margin-top: 0;
    background: #F7F7F7;
    width: 85%;
    max-width: 360px;
    padding: 0 10px;
    z-index: 999999;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    overflow-y: auto;
    height: 100%;
    visibility: hidden;
    opacity: 0;
} */

.modal-overlay-icon li {
    margin: 0 5px;
    display: inline-block
}


/*  會員下拉選單  */

.ecchi-usernav {
    /*position:relative; */
    float: right;
}

.ecchi-usernav-m {
    margin: 15px auto;
    width: 100%;
    max-width: 300px;
    padding: 0 10px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-user-m {
    width: 100%;
    padding: 0;
    word-spacing: -4px;
    margin-bottom: 0px;
}

.navbar-user-m li {
    width: calc(50% - 8px);
    display: inline-block;
}

.navbar-user-m li:first-child {
    margin-right: 10px;
}

.navbar-user-m .loginbtn,
.navbar-user-m .loginbtn_type,
.navbar-user-m .mainbtn,
.navbar-user-m .mainbtn_type {
    border-radius: 50px;
    font-size: 15px;
    padding: 8px 0px;
    display: block;
    text-align: center;
}

.ecchi-memberdrop-down {
    display: none;
    position: absolute;
    padding: 6px 0;
    list-style: none;
    width: 200px;
    background: #FFF;
    border: 1px solid #f39;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    z-index: 200;
    margin-top: -5px;
    top: 52px;
    right: 60px;
}

.ecchi-member {
    position: relative;
    padding: 6px 79px 6px 6px;
    min-height: 50px;
    float: left;
    cursor: pointer;
}

.ecchi-member .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 7px;
    background: url("../image/bottom-arrow.png") no-repeat 0px/ 10px 7px;
    position: absolute;
    top: 22px;
}

.ecchi-member .arrow {
    margin-left: 5px;
}

.flip-Y {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.member-infos {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.ecchi-member-box {
    display: inline-block;
}

.usergold-navbox {
    display: none;
    /*position: relative;*/
    padding: 3px 6px 3px 6px;
    min-height: 50px;
    float: left;
}

.usergold-navbox-bg {
    padding: 2px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ecchi-memberdrop-down:before {
    border-color: transparent transparent #F39;
    border-style: solid;
    border-width: 12px;
    top: -24px;
    content: "";
    height: 0;
    left: 126px;
    position: absolute;
    width: 0;
}

.ecchi-memberdrop-down:after {
    border-color: transparent transparent #FFF;
    border-style: solid;
    border-width: 12px;
    top: -23px;
    content: "";
    height: 0;
    left: 126px;
    position: absolute;
    width: 0;
}

.ecchi-memberdrop-down a {
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 38px;
    color: #4c4c5c;
    text-align: center;
    padding: 0 10px;
    border-bottom: 1px solid #EEE;
}

.ecchi-memberdrop-down a:hover {
    background: #ffd4e4
}

.ecchi-memberdrop-down a:nth-child(6) {
    border-bottom: 0px solid #EEE;
}


/* .user-infos{ } */

.membername {
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    max-width: 80px;
    box-sizing: border-box;
    color: #333;
}

.membermail {
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    max-width: 100px;
    box-sizing: border-box;
    color: #999;
}

.avatarbox {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.infos {
    position: relative;
    vertical-align: middle;
    display: none;
}

.member-avatar-S {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    height: 36px;
    min-width: 36px;
    width: 36px;
}

.gold {
    margin-right: 5px;
}

.gold,
.gold-buy {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-size: 14px;
    font-weight: 900;
}

.gold-num {
    color: #ff6a00;
}

.gold-num:before {
    background-image: url(../image/price_icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 7px;
    margin-top: -10px;
    margin-right: 2px;
}

.gold-buy {
    line-height: 16px;
    text-align: center;
    background: #ff7d4c;
    border-radius: 5px;
    padding: 5px 10px;
    color: #FFF;
}

.gold-buy:hover {
    background: #ff3600;
}

.ecchi-usernav a {
    transition: .1s;
}


/*測試 側邊*/

.ecchi-memberdrop-down .usergold-navbox-bg {
    padding: 5px 0px;
}

.ecchi-memberdrop-down .usergold-navbox {
    display: block;
    float: none;
    padding: 0;
    min-height: auto;
    text-align: center;
}

.ecchi-memberdrop-down .infos {
    display: block;
    font-weight: 900;
    padding: 10px;
    border-bottom: 1px solid #EEE;
    background: #EEE;
}

.ecchi-memberdrop-down .infos .membername {
    max-width: 150px;
    padding: 0 0 5px 0
}

.ecchi-memberdrop-down .infos .membermail {
    max-width: 180px;
}

.ecchi-memberdrop-down .infos .membername,
.ecchi-memberdrop-down .infos .membermail {
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1200px) {
    .ecchi-memberdrop-down .usergold-navbox {
        display: block;
    }
    /*.ecchi-memberdrop-down{ width: 250px;}*/
    .membername {
        max-width: 80px;
    }
    .membermail {
        max-width: 80px;
    }
}

@media (min-width: 900px) {
    .ecchi-memberdrop-down:before,
    .ecchi-memberdrop-down:after {
        left: 158px;
    }
}

@media (min-width: 768px) {
    /*.ecchi-memberdrop-down .infos{ display:none;}*/
}

@media (min-width: 1200px) {
    /*.infos{display: inline-block;}*/
    .ecchi-memberdrop-down:before,
    .ecchi-memberdrop-down:after {
        left: 159px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-overlay {
        margin-top: 30px;
        /*font-size: 2.7rem;*/
        font-size: 27px;
        font-weight: 600;
        padding: 0
    }
    .navbg_overlay {
        background-color: rgba(255, 255, 255, 0.9);
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .5s
    }
}


/*#home { padding: 0;} */

#home h1 {
    color: #333
}

.title_small {
    font-size: 14px;
    margin-left: 10px
}

@media (min-width: 768px) {
    .home-slider .col-md-6 {
        padding-left: 0
    }
    /*會員*/
    .ecchi-memberdrop-down {
        right: 8px;
    }
}

@media (min-width: 901px) {
    .navbar-user {
        position: relative;
        float: right;
        right: 0px;
    }
    .navbar-user li {
        margin-top: 0px;
        line-height: 50px;
    }
    .ecchi-member {
        padding: 6px 26px 6px 6px;
    }
}

@media (min-width: 900px) {
    .ecchi-memberdrop-down {
        right: -12px;
    }
}

.home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20, 20, 20, 0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize
}

.home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 400px
}

.caption h3 a {
    color: #FFF
}

.caption h3 a:hover {
    color: #FF3
}

.home-slider .item-first {
    background-image: url(../image/slider-image1.jpg);
    background-position: center;
}

.home-slider .item-second {
    background-image: url(../image/slider-image2.jpg);
}

.home-slider .item-third {
    background-image: url(../image/slider-image3.jpg);
}

.flexslider ol {
    margin-bottom: 0
}

.flex-control-paging li a.flex-active {
    background: #F36
}

.flexslider {
    height: 0;
    padding-bottom: 39.06%;
    overflow: hidden
}

.flexslider .slides li a {
    transition: none;
    -webkit-transition: none
}

#game_info {
    padding: 0;
    height: 100%;
    /* background-image: url("https://emmfile.ifenying.com/image/index_bg/1608802700499.png"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.game_info_container {
    padding-right: 0;
    padding-left: 0;
}

.game_info_container h2 {
    line-height: 1.5;
    margin: 0;
    color: #454545;
    font-size: 1.5em;
    padding: 0
}

.game_info_container h3 {
    line-height: 1.5;
    margin: 0;
}

.game_info_container .game_title {
    font-size: 1.2em;
}

.game_content_top {
    padding-top: 0
}

.game_content_top_box {
    display: block;
    padding: 10px 12px 12px
}

.game_images_slides {
    padding-top: 0
}

.game_images_slides_box {
    min-height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.h5-player {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%
}

.game_name {
    display: none
}

.game_name_m {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 20px 0
}

.triangle {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ff7d00;
    display: inline-block;
    top: 3px;
    position: relative
}

.playable_on_title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 20px 15px
}

.playable_on_title h2 {
    font-size: 20px;
    display: inline-block;
    padding-left: 5px;
}

.game_about {
    padding-top: 10px
}

.game_about_box {
    padding-bottom: 20px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.game_eventinfo {
    height: 100%;
    padding: 10px 20px
}

.game_eventbanner {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border-radius: 16px;
}

.game_eventbanner_more {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 0;
    word-break: break-all
}

.line-eventbanner {
    width: 100%;
    border-bottom: 0 solid #939192;
    padding: 0px 20px
}

.game_content {
    padding-bottom: 20px
}

.game_content_box,
.game_content_box_moregame {
    /* background: #FFF; */
    padding: 0 20px 20px
}

.game_content_box_moregame .row2 {
    margin: 18px 0 0
}

.game_content_box_moregame .moreLink {
    margin: 13px 0 0
}

.game_content_list {
    width: 100%
}

.game_content_list_box li {
    padding: 10px;
    display: inline-block
}

.game_content_list_box li img {
    height: 54px;
    width: 54px
}

.game_content_list_box a:hover {
    opacity: 1
}

.game_content_list_box a {
    opacity: .5
}

.game_content_list_box {
    max-width: 310px;
    margin: 0 auto;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.line-game_content_more {
    width: 100%;
    background-image: url(../image/line-game_content_more.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0 20px;
    margin-top: 6px;
    height: 2px
}

.game_content_more_txt {
    padding-top: 36px
}

.game_content_more_txt p {
    line-height: 2;
    margin: 0;
}

.game_eventbanner img {
    width: 100%;
    border-radius: 10px;
}

.play-btn img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    margin-left: 3px
}

.btn-tooltip-android,
.btn-tooltip-ios,
.btn-tooltip-android-cn1 {
    visibility: hidden;
    position: absolute;
    z-index: 9999;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    margin-left: 0;
    margin-top: -320px
}

.btn-tooltip-android,
.btn-tooltip-ios,
.btn-tooltip-android-cn1 {
    padding: 22px 15px 15px;
    max-width: 205px;
    border-radius: 16px;
}

.btn-tooltip-android img,
.btn-tooltip-ios img,
.btn-tooltip-android-cn1 img {
    margin: 0 auto;
}

.qrcode-tip-text {
    width: 100%;
    vertical-align: inherit;
    vertical-align: bottom;
    font-size: 13px;
    color: #0437FB;
    margin: 5px 0 0;
    font-weight: 900;
    text-align: center;
    white-space: normal;
    line-height: 17px;
}

.btn-tooltip-ios:before,
.btn-tooltip-android:before,
.btn-tooltip-android-cn1:before {
    border-color: #aaa transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -25px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0
}

.btn-tooltip-ios:after,
.btn-tooltip-android:after,
.btn-tooltip-android-cn1:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -23px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0
}

@media only screen and (max-width: 767px) {
    .game_images_slides_box {
        width: 100%;
        min-height: 100px
    }
    #game_info {
        margin-top: 0;
        background-image: none
    }
    .btn-tooltip-android,
    .btn-tooltip-ios {
        margin-top: -290px
    }
    .game_content_box_moregame .moreLink {
        margin: 8px 0 0
    }
}

@media (min-width: 768px) {
    .game_info_container {
        width: auto;
        max-width: 900px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }
    .game_images_slides {
        float: left;
        width: 100%;
        max-width: 57%;
        margin-right: 20px;
        padding-top: 10px
    }
    .game_about {
        float: left;
        width: 100%;
        max-width: 40%
    }
    .playable_on_title {
        padding: 10px 20px 5px
    }
    .play-btn {
        line-height: 22px;
        height: 50px;
        font-size: 1em;
        padding: 5px 8px;
    }
    .playbtns {
        padding: 0 15px;
        display: inline-flex;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
    }
    .playbtns a {
        width: 100%;
        min-width: 23%;
        margin: 0 5px 0 0;
    }
    .play-btn img {
        width: 21px;
        height: 21px;
        margin-right: auto;
        margin-left: auto;
        display: block
    }
    .game_name_m {
        display: none
    }
    .game_eventinfo {
        padding-left: 15px;
        padding-right: 15px
    }
    .game_name {
        display: block;
        color: #333;
        font-size: 30px;
        font-weight: 600;
        padding: 10px 20px 0 0;
    }
    .game_content_top {
        padding-top: 10px;
    }
    .game_content_box,
    .game_content_box_moregame {
        padding: 0 15px 20px
    }
    .game_content_top_box {
        width: auto;
        max-width: 900px;
        padding-left: 11px;
        padding-top: 0;
        padding-right: 11px
    }
    .game_content {
        padding-top: 18px;
        padding-bottom: 20px;
    }
    .game_eventbanner_more {
        height: 130px;
        overflow: hidden;
        display: -webkit-box;
        box-sizing: border-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }
    .game_content_list {
        width: 100%
    }
    .game_content_list_box {
        padding: 0;
        float: right;
        margin-bottom: 0
    }
    .game_content_list_box li img {
        height: 20px;
        width: 20px
    }
    .game_content_list_box a {
        opacity: .5
    }
    .game_content_more_title h2 {
        margin: 0
    }
    .line-eventbanner {
        border-bottom: 1px solid #939192;
        padding: 6px 20px
    }
    .game_about_box {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-bottom: 5px;
        background: rgb(255, 255, 255);
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 992px) {
    .game_info_container {
        width: 900px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .game_info_container {
        width: 1024px;
        max-width: 1024px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }
    .game_images_slides {
        float: left;
        width: 100%;
        max-width: 578px;
        margin-right: 20px
    }
    .game_content_top_box {
        width: 1024px;
        max-width: 1024px
    }
    .play-btn {
        line-height: 19px;
        padding: 0 10px;
        height: 50px;
        font-size: 16px
    }
    .play-btn img {
        width: 22px;
        height: 22px;
        margin-right: auto;
        margin-left: auto
    }
}

#game_play {
    padding: 0;
    background: #FFF;
    height: 100%;
    background-image: url(../image/CQ_background1920x750.jpg);
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden
}

.play_window_box {
    width: 1136px;
    height: 640px;
    padding-bottom: 0;
    background: #000;
    margin: 0 auto
}

.gameicon_list {
    margin: 25px 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 0%);
    width: 310px
}

.gameicon_list li {
    margin: 0 10px;
    display: inline-block
}

.gameicon_list li a {
    opacity: .5
}

.gameicon_list li a:hover {
    opacity: 1
}

.game-icon-fullscreen {
    background-image: url(../image/game-icon-fullscreen.png);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background-repeat: no-repeat;
    width: 132px;
    height: 54px;
    margin: 25px 0;
    line-height: 48px;
    padding: 0 0 0 18px;
    display: flex;
    float: right;
    opacity: 1;
    cursor: pointer;
    transition: all .2s;
    margin-top: 5px
}

.game-icon-fullscreen:hover {
    opacity: .7
}

.game_container {
    width: 1136px;
    margin: 0 auto
}

@media (min-width: 768px) {
    #game_play {
        background-image: url(../image/CQ_background1920x750.jpg)
    }
    .game_container {
        margin: 0 auto
    }
}

.eventgamebox {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin: 0 10px 10px 0
}

.event_time_tip {
    font-family: "Noto Sans", Verdana, Geneva, sans-serif;
    font-weight: 700;
    line-height: inherit;
    font-size: 14px;
    padding: 0 0 0 2px
}

.eventgameImageWrapper {
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
    border-radius: 16px;
}

.eventgameImageWrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.events-banners ul {
    margin: 0 0 -15px;
    padding: 0;
    letter-spacing: -8px
}

.events-banners ul li {
    position: relative;
    display: inline-block;
    width: 36%;
    margin: 0 13px 0 0;
    letter-spacing: normal
}

.eventlistpage ul li {
    width: 31%;
    margin: 0 2.2% 0 0
}

.counter {
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #f39;
    margin: -8px 0 0;
    height: 36px
}

.counter h5 {
    margin: -5px 0 0
}

.event_title {
    height: 25px;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 1.2em
}

.eventlist-btnbox {
    width: 25%;
    margin: 15px auto 0
}

.mainbtn,
.mainbtn_type,
.eventlist-btn {
    background: #fa82a7;
    border-radius: 5px;
    border: 1px solid #ff93bc;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    padding: 12px 30px;
    transition: .5s
}

.mainbtn:hover,
.eventlist-btn:hover {
    background: #ed3b71;
    border-color: transparent
}

.option-btn,
.loginbtn,
.loginbtn_type {
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #CCC;
    font-weight: 500;
    width: 100%;
    padding: 12px 30px;
    transition: .5s
}

.option-btn:hover,
.loginbtn:hover,
.loginbtn_type:hover {
    border-color: transparent
}

.navbar-exchangelink {
    background: #fff;
    margin-top: 0px;
    font-size: 12px;
    line-height: 50px;
    padding: 3px 8px;
    border-radius: 12px;
    transition: .1s;
    text-align: center;
}

.navbar-exchange {
    position: relative;
    float: right;
    margin: 0px 5px 0px 0px;
}

.navbar-exchangelink.type-adult:hover {
    background: #ed3b71;
    border-color: transparent;
}

.navbar-exchange .navbar-exchangelink.type-adult {
    color: #fff;
}

.navbar-exchange .navbar-exchangelink:hover {
    color: #FFF;
}

.navbar-exchangelink.type-general {
    color: #2a8ce8;
    border: 1px solid #2a8ce8;
}

.navbar-exchangelink.type-general:hover {
    background: #76b9f8;
    border-color: transparent;
}

.navbar-exchangelink.type-adult {
    background: #fa82a7;
    color: #2a8ce8;
    border: 1px solid #ff93bc;
}

.navbar-exchangelink.type-adult:hover {
    background: #fa82a7;
    border-color: transparent;
}

.ios-DL {
    margin-top: 20px
}

.DL-content {
    font-size: 16px;
    padding: 40px 0 50px
}

.DL-content h3 {
    font-size: 1.2em;
    color: #454545
}

.DL-content img {
    width: 100%;
    max-width: 720px;
    display: block;
    margin: 0 auto
}

.DL-content-header {
    margin-bottom: 30px
}

.row2 .DL-content img {
    margin-top: 10px;
    width: 100%;
    height: auto
}

.row2 .DL-content hr {
    border-top: 1px dotted #ccc
}

.row2 .DL-content p {
    color: #353535;
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: 600;
    word-break: break-all
}

.row2 .DL-content ol,
.row2 .DL-content ul {
    font-size: 1em;
    line-height: 1.4em;
    padding: 0;
    font-weight: 600;
    padding-left: 40px;
    word-break: break-all
}

.row2 .DL-content br {
    display: block;
    margin-top: 1.125em;
    content: ""
}

.row2 .DL-content ol {
    list-style: decimal
}

.row2 .DL-content ul {
    list-style: disc
}

.row2 .DL-content h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em
}

.row2 .DL-content h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5em
}

.row2 .DL-content h3 {
    margin: 0;
    padding: 0;
    font-size: 1.4em
}

.row2 .DL-content h4 {
    margin: 0;
    padding: 0;
    font-size: 1.3em
}

.row2 .DL-content h5 {
    margin: 0;
    padding: 0;
    font-size: 1.2em
}

.row2 .DL-content h6 {
    margin: 0;
    padding: 0;
    font-size: 1.1em
}

@media (min-width: 992px) {
    .gamelistpage {
        width: 22.5%
    }
}

@media (min-width: 1200px) {
    .gamelistpage {
        width: 22.5%
    }
}

@media (max-width: 992px) {
    .eventlist-btnbox {
        width: 25%
    }
}

@media (max-width: 768px) {
    .eventlistpage ul li {
        width: 47.8%
    }
    .eventlist-btnbox {
        width: 100%;
        margin: 15px 0 0
    }
    .event_time_tip {
        font-size: 12px
    }
    .ecchi-member .arrow {
        margin-left: 5px;
    }
    .usergold-navbox-bg {
        padding: 0px 0px;
    }
    .ecchi-memberdrop-down {
        right: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .events-banners ul li {
        width: 80%
    }
    .eventlistpage ul li {
        width: 96%;
        margin: 0 1.5% 0 0
    }
    .gamelistpage {
        width: 44.8%
    }
    .event_title {
        height: 20px
    }
    .eventlistpage ul li .eventgameImageWrapper img {
        max-height: none
    }
}

.row2 {
    width: auto;
    max-width: 1024px;
    margin: 18px 12px 0
}

.feature-thumb {
    border: 0 solid #777;
}

.row2-hscroll-inner {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.row2-hscroll-inner::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #c1c1c1
}

.newgamebox {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    max-width: 320px;
    margin: 0 10px 10px 0
}


/***********************/


/***********************/

.newgamebox {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    max-width: 320px;
    margin: 0 10px 10px 0;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb
}

.golden {
    background-image: url(../image/ranking_golden.png);
    background-size: 100% 100%
}

.silvery {
    background-image: url(../image/ranking_silvery.png);
    background-size: 100% 100%
}

.copper {
    background-image: url(../image/ranking_copper.png);
    background-size: 100% 100%
}

.golden-bord {
    border: 5px solid rgb(255, 217, 0);
    box-sizing: border-box;
    border-radius: 16px;
}

.silvery-bord {
    border: 5px solid rgb(179, 179, 179);
    box-sizing: border-box;
    border-radius: 16px;
}

.copper-bord {
    border: 5px solid rgb(148, 80, 25);
    box-sizing: border-box;
    border-radius: 16px;
}

.rank {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 45%;
    pointer-events: none;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding-top: 4px;
    line-height: 1;
    z-index: 5
}

.ranking {
    height: calc(200px * 0.8343 * 2 + 10px * 6 + 1.1em * 1.428 * 1.2 * 2 + 2%);
    width: 100%;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    white-space: normal;
}

@media only screen and (min-width: 1201px) {
    .ranking {
        margin-bottom: -2%
    }
}

@media only screen and (max-width: 1200px) {
    .ranking {
        height: calc(176px * 0.8343 * 2 + 10px * 6 + 1.1em * 1.428 * 1.2 * 2 + 10px);
        margin-bottom: -10px
    }
    .usergold-navbox-bg {
        padding: 0px 0px;
    }
    .custom-navbar .nav li a {
        padding-right: 7px;
        padding-left: 7px
    }
    .usergold-navbox {
        display: none;
    }
    .ecchi-memberdrop-down .usergold-navbox-bg {
        padding: 3px 0px;
    }
    .ecchi-memberdrop-down .usergold-navbox {
        display: block;
        float: none;
        padding: 0;
        min-height: auto;
    }
}

@media only screen and (max-width: 900px) {
    .ranking {
        height: calc(20.5vw * 0.8343 * 2 + 10px * 6 + 1.1em * 1.428 * 1.2 * 2)
    }
}

@media only screen and (max-width: 767px) {
    .ranking {
        height: calc(28.5vw * 0.8343 * 2 + 10px * 4 + 1.1em * 1.428 * 1.2 * 2)
    }
}

@media only screen and (max-width: 480px) {
    .ranking {
        height: calc(31.5vw * 0.8343 * 2 + 10px * 4 + 1.1em * 1.428 * 1.2 * 2)
    }
}

.ranking-w {
    max-width: 200px
}


/***********************/


/***********************/

.newgamebox h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.game_title {
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 1.2em;
    text-align: center
}

.game_description {
    height: 40px;
    max-height: 70px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 20px
}

.newgame_titlebox,
.newgame_title {
    background: #FFF;
    max-width: 1000px;
    height: 50px;
    border: #ccc solid 1px;
    border-left: #f36 solid 6px;
    margin: 18px 12px
}

.eventgame_titlebox {
    background: #FFF;
    max-width: 1000px;
    height: 50px;
    border: #ccc solid 1px;
    border-left: #f36 solid 6px;
    margin: 18px 12px
}

.titlebox_title {
    font-size: 30px;
    margin-top: -3px;
}

@media only screen and (max-width: 480px) {
    .row2-hscroll-inner::-webkit-scrollbar:horizontal {
        height: 2px
    }
    .titlebox_title {
        font-size: 24px;
        margin-top: 0
    }
    .newgame_titlebox,
    .eventgame_titlebox,
    .newgame_title {
        margin: 18px 0;
        height: 40px
    }
}

.headline {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 7px 0 40px 10px
}

.moreLink {
    display: block;
    float: right;
    font-size: 16px;
    max-width: 82%;
    margin: 8px 20px 0 0
}

.moreLink::after {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    -webkit-box-shadow: -2px 2px 0 inset;
    box-shadow: -2px 2px 0 inset;
    content: "";
    margin: 0 5px 2px 0;
}

@media only screen and (max-width: 480px) {
    .moreLink {
        margin: 5px 10px 0 0
    }
    .headline {
        padding: 3px 0 40px 10px
    }
    .event_time_tip {
        font-size: 14px
    }
}

.newgameImageWrapper {
    position: relative;
    padding-bottom: 83.43%;
    overflow: hidden;
    border-radius: 16px;
}

.newgameImageWrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.r18game:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 68, 84, 0.575);
    transition: 0.3s;
}

.r15game:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(83, 206, 236, 0.575);
    transition: 0.3s;
}

.feature-thumb h3,
.feature-thumb h2 {
    margin-top: 10px;
}

.gamelistpage {
    width: 22.5%;
    margin: 0 2% 36px 0;
    border-radius: 16px;
}

.link-gamebg {
    position: fixed;
    height: 1080px;
    background: url("../image/CQ_background1920x750.jpg");
    background-color: rgb(255, 255, 255);
    background-position: center top;
    background-repeat: no-repeat;
    top: 50px;
    left: 0;
    display: block;
    max-height: 1000px;
    width: 100%
}

.gamebg {
    position: fixed;
    height: 1080px;
    background: url("../image/CQ_background1920x750.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    top: 50px;
    left: 0px;
    display: block;
    width: 100%;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .link-gamebg {
        display: none
    }
}

footer {
    padding: 0;
}

footer .section-title {
    padding-bottom: 10px
}

footer h2 {
    font-size: 14px;
    padding: 0;
    margin: 0
}

footer a,
footer p {
    color: #333;
    margin-top: 20px
}

footer strong {
    color: #d9d9d9
}

footer address p {
    margin-bottom: 0
}

footer .footericon {
    background: #d5d5d5;
}

footer .footercopyright {
    background: #ececec;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
    min-height: 200px;
}

footer .footericon p {
    color: #272425;
    margin-top: 10px;
    margin-bottom: -18px
}

.footericon_list {
    max-width: 400px;
    margin: 25px auto;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-info {
    margin-right: 2em
}

.footer-info h2 {
    color: #fff;
    padding: 0
}

.footer_menu h2 {
    margin-top: 2em
}

.footer_menu ul {
    margin: 0;
    padding: 0
}

.footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0
}

.newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0
}

.footericon {
    position: relative;
    padding: 0;
    margin: 0
}

.footericon li {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin: 0 5px
}

@media (min-width: 768px) {
    .footericon li {
        margin: 0 20px
    }
}

.footericon li a {
    border-radius: 100px;
    color: #29ca8e;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all .4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0
}

.footericon li a:hover {
    background: #FFF;
    color: #fff;
    opacity: .7;
    top: -3px
}

.footercopyright {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px
}

.open_agreement,
.open_privacy,
.footer_link {
    text-decoration: underline;
    display: inline-block;
    padding-left: 0;
    padding-right: 5px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    line-height: 26px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1
}

.divider {
    display: inline-block;
    width: 1px;
    background: #575757;
    height: 20px;
    line-height: 45px;
    vertical-align: middle;
    margin: 0 5px;
}

.open_agreement:hover,
.open_privacy:hover {
    text-decoration: underline;
}

.footer_logo_wrapper {
    float: left;
    width: 66px;
    height: 74px;
    margin-right: 20px
}

.footer_bottom_left_content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 0
}

.footer_bottom_left_content p {
    box-sizing: border-box;
    width: 95%;
    padding-left: 65px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 4px;
    margin: 0;
    color: #333
}

.footer_links_text {
    text-align: right;
    float: right
}

.footer_lang_select {
    text-align: right;
    float: right;
    border-bottom: 0px;
    padding-right: 0;
    margin-top: 20px;
}

.links {
    padding-top: 5px
}

.links a {
    margin: 0;
    color: #333
}

.links:hover {
    text-decoration: underline
}

.privacy h1 {
    color: #454545;
    font-size: 1.5em;
    margin-top: 60px;
    margin-bottom: 5px
}

.privacy {
    padding-left: 15px;
    padding-bottom: 60px;
    padding-right: 15px;
}

.privacy h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 5px;
    word-break: break-word;
}

.start_content {
    width: 100%;
    height: 0;
    padding: 80% 0 100%
}

.start_content_box {
    border: 8px solid #ff93bc;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    zoom: 1;
    margin: 0 auto;
    padding: 10px;
    position: relative
}

.age_bg {
    background: url(../image/age18bg-m.jpg) top center no-repeat;
    background-size: contain;
    height: auto;
    width: 100%;
    min-height: 800px;
    margin-top: 0
}

.age_content {
    padding: 200px 0 0
}

.age_certification {
    border: 8px solid #ff93bc;
    background: #FFF;
    width: 100%;
    zoom: 1;
    margin: 0 auto;
    padding: 10px;
    position: relative
}

.age_certification p {
    text-align: center;
    font-size: 20px;
    color: #343434;
    line-height: 1.3em;
    margin-top: 8px
}

.age_certification h4 {
    text-align: center;
    margin: 0 10px 10px;
    padding-top: 0;
    width: auto
}

.color-Pink {
    color: #e7297f
}

.color-blue {
    color: #1043e7;
    text-decoration: underline
}

.age_certification img {
    width: 70px;
    height: 70px;
    margin-top: -5px
}

.age18x_icon {
    width: 70px;
    margin: 0 auto
}

.age18x_content {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px
}

.age18x_content h2 {
    padding-top: 0;
    font-size: 30px;
    text-align: center;
    margin: 0 auto
}

.age18x {
    margin: 0 auto
}

@media (min-width: 480px) {
    .age_bg {
        background-size: cover
    }
    .age18x_content {
        margin-top: 20px
    }
    .start_content {
        padding: 230px 60px 90%
    }
    .h1_box {
        margin: 0 0 10px;
        font-size: 36px;
        font-weight: 600
    }
    .h2_title {
        margin: 15px 0;
        font-size: 22px;
        text-align: center;
        font-weight: 600
    }
    .h2_smalltitle {
        margin: 0 0 30px;
        font-size: 22px;
        text-align: center;
        font-weight: 600
    }
    .h6_box {
        margin: 0 0 30px
    }
    .btn-start {
        max-width: 230px
    }
}

@media (min-width: 768px) {
    .age_bg {
        background: url(../image/age18bg.jpg) top center no-repeat;
        margin-top: 0;
        background-size: auto;
        background-attachment: scroll
    }
    .age_certification {
        border: 15px solid #ff93bc
    }
    .age_certification img {
        width: 80px;
        height: 80px
    }
    .age18x_icon {
        width: 80px;
        margin: 50px auto 30px
    }
    .btnbox {
        margin-bottom: 50px;
        margin-top: 40px
    }
    .age_certification p {
        line-height: 1em;
        margin-bottom: 60px
    }
    .age_content {
        max-width: 1024px;
        margin: 0 auto;
        padding: 60px
    }
    .start_content {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 60px 1000px
    }
    .h2_title {
        margin: 10% 0 20px;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        text-shadow: 0 0 10px #fff
    }
    .h2_smalltitle {
        margin: 10px 0 20px;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        text-shadow: 0 0 10px #fff
    }
    .h1_box {
        margin: 100px 0 40px;
        font-size: 60px;
        font-weight: 900;
        line-height: 90px;
        text-shadow: 0 0 10px #fff
    }
    .btn-start {
        width: 100%;
        margin: 80px auto 16px
    }
    .section-btn-start {
        padding: 20px 30px
    }
    .start_content_box {
        border: 0 solid #ff93bc;
        background: rgba(0, 0, 0, 0);
        width: 100%;
        zoom: 1;
        margin: 0 auto;
        padding: 10px;
        position: relative
    }
}

@media only screen and (min-width: 992px) {
    .h1_box {
        margin: 15vh 0 40px;
        font-size: 80px;
        font-weight: 900;
        line-height: 90px;
        text-shadow: 0 0 10px #fff
    }
    .h2_smalltitle {
        margin: 5vh 0 20px;
        font-size: 36px;
        text-align: center;
        font-weight: 600;
        text-shadow: 0 0 10px #fff
    }
    .h2_title {
        margin: 10vh 0 20px;
        font-size: 36px;
        text-align: center;
        font-weight: 600;
        text-shadow: 0 0 10px #fff
    }
    .start_content {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 60px 1200px
    }
    .btn-start {
        width: 100%;
        margin: 10vh auto 16px
    }
}

.app_banner_top {
    background-color: #f5f5f5;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 82px
}

.app_banner_top p {
    margin: 0
}

.app_banner_top .btn_close {
    font-size: 38.4px;
    line-height: 78px;
    padding-right: 8px;
    padding-left: 12px
}

.app_banner_top .app_banner_click {
    display: flex;
    align-items: center;
    padding: 14px 12px 14px 0;
    flex: 1;
    font-size: 19.2px
}

.app_banner_top .app_icon {
    width: 50px;
    height: 50px
}

.app_banner_top .app_icon img {
    width: auto;
    height: 100%;
    border-radius: 22.5%
}

.app_banner_top .app_banner_click .app_icon .img {
    border-radius: 22.5%
}

.app_banner_top .description {
    flex: 1 auto;
    padding-left: 6px
}

.app_banner_top .description .app_name {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 3px;
    color: #333;
    line-height: 1.2em
}

.app_banner_top .description .slogan {
    font-size: 1em;
    color: #666;
    width: 90%;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1em
}

.rating-star,
.rating-star-outline {
    display: inline-block;
    height: 14px;
    background-image: url(../image/stars.svg);
    background-size: 13px 28px
}

.rating-star-outline {
    width: 13px;
    background-position: 0 14px;
    position: relative;
    line-height: 0;
    z-index: 1
}

.rating-star {
    width: 100%;
    background-position: 0 0
}

.app_banner_top .btn_download {
    display: block;
    background: #fa82a7;
    border: 1px solid #ff93bc;
    color: #fff;
    font-size: 1.2em;
    padding: 7px 12px;
    border-radius: 3px;
    line-height: 1.3em;
    font-weight: 900;
    text-align: center
}

.app_BNblock {
    margin-top: 80px
}

@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit
    }
}

@media only screen and (max-width: 992px) {
    section,
    footer {
        padding: 0
    }
    .home-slider .item {
        background-position: center center
    }
    .about-info,
    .team-thumb,
    .footer-info {
        margin-bottom: 50px
    }
    .feature-thumb {
        margin-bottom: 0
    }
    .contact-image {
        margin-top: 50px
    }
    .game_description {
        height: 40px;
        -webkit-line-clamp: 2
    }
    .navbar-exchange {
        margin: 0px 8px 0px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
        padding-right: 5px;
        padding-left: 5px
    }
}


/*****************************************/


/*********  tag標籤 有樣式 沒用過  *********/

.tag {
    max-height: 62px;
    overflow: hidden;
}

.tag ul {
    display: block;
    min-height: 1%;
    margin: -2px 0 0;
    padding: 0
}

.tag li {
    position: relative;
    float: left;
    padding: 2px 8px;
    margin: 2px 4px 0 0;
    line-height: 1.3;
    font-size: 78.6%;
    color: #fff;
    background: #e84c80;
    text-shadow: 0 -1px 0 rgba(7, 0, 2, .1);
    border-radius: 2px;
}


/*************************************/


/*---------------------------------------
       =FOOTER              
  -----------------------------------------*/

.footer-links {
    padding: 1em 15px 0 15px;
}

.footer-links h4 {
    font-size: 15px;
    font-weight: 900;
    margin-top: 0px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.footer-links ul {
    width: 100%;
    padding: 0;
}

.footer-links li {
    width: 8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    display: inline;
    margin-right: 40px;
}

.footer-links li a {
    line-height: 2.5rem;
}

.footercopyright .drop-down a:link {
    color: #333;
}

.footercopyright .drop-down a:visited {
    color: #333;
}

.footercopyright .drop-down a:hover {
    color: #f39;
}

.footercopyright .drop-down a:active {
    color: #333;
}

.footercopyright .drop-down ul {
    bottom: 100%;
    right: 0;
    left: auto;
    width: 112px;
    padding: 10px 0;
    margin-bottom: 0px;
    line-height: 3rem;
    text-align: left;
    border: 1px solid #aaa;
    border-radius: 0;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footercopyright .drop-down ul::after,
.footercopyright .drop-down ul::before {
    border-style: hidden;
}

.footercopyright .drop-down ul li {
    padding-left: 15px;
}

.footercopyright .lang-dropdown {
    float: right;
}

.footercopyright .drop-down {
    display: block;
    position: relative;
    padding: 10px 5px 0 15px;
}

.footercopyright .drop-down .lang-btn::after {
    content: "";
    position: relative;
    top: -3px;
    display: inline-block;
    margin: 0 5px 0 5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #97a1b1;
    transform: rotate(-180deg);
}

.footer_lang_select {
    font-size: 15px;
    font-weight: 900;
}

.colon {
    display: none;
}

.icon-globe {
    width: 22px;
    height: 19px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../image/icon_common.png);
    background-position: 0px 0px;
    margin: 0px 2px 0 0;
    position: absolute;
    display: inline-block;
    left: -8px;
    opacity: 0.75;
}

.copyright-text {
    padding-top: 10px;
}


/*---------------------------------------
       =redir              
  -----------------------------------------*/

.redirboxhome {
    background: #F0F0F0;
    padding: 0;
}

.redirbox {
    max-width: 500px;
    min-width: 300px;
    min-height: 200px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 0px;
    margin-top: 60px;
    position: relative;
    padding-bottom: 25px;
    border: 2px solid #ff93bc;
}

.redirbox h1 {
    height: 50px;
    width: 100%;
    margin-top: 0px;
    font-size: 1.8em;
    font-weight: bold;
    color: #f39;
    display: block;
    line-height: 50px;
    padding: 15px;
}

.redirbox_url {
    width: 94%;
    color: #1043e7;
    font-size: 12pt;
    margin: 30px auto;
    line-height: 1.7em;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    box-sizing: border-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.redirbox_tip {
    width: 96%;
    color: #e7297f;
    font-size: 12pt;
    font-weight: 900;
    margin: 35px auto;
}

.default_btn {
    width: 85%;
    background: #fa82a7;
    border-radius: 5px;
    border: 1px solid #ff93bc;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 30px;
    margin-top: 5px;
}

.default_btn:link {
    background: #fa82a7;
}

.default_btn:visited {
    background: #fa82a7;
}

.default_btn:hover {
    background: #ed3b71;
    border: 1px solid #ade9f1;
    transition: 0s;
}

.default_btn:active {
    background: #fa82a7;
}


/*---------------------------------------
       mobile              
  -----------------------------------------*/

@media (max-width: 992px) {
    .footer-links {
        width: 100%;
        margin: 0 auto;
        padding: 15px 15px 0 15px;
    }
    .footer-links ul {
        width: 100%;
    }
    .footercopyright .lang-dropdown {
        float: none;
        margin-bottom: 0px;
        padding: 0;
    }
    .footer_lang_select {
        border-bottom: 1px solid #ccc;
    }
    .footer_lang_select {
        float: none;
        width: 94%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0.7em;
        margin-bottom: 0;
        text-align: left;
    }
    .footercopyright .drop-down ul {
        float: none;
        position: relative;
        border: 0px;
        background: none;
        width: auto;
        margin-bottom: 0px;
        padding: 0;
        display: inline-block;
    }
    .footercopyright .drop-down span {
        line-height: 40px;
        padding-right: 5px;
    }
    .footercopyright .drop-down ul li {
        float: none;
        padding: 0px 5px;
        display: inline-block;
    }
    .footercopyright .drop-down .lang-btn::after {
        display: none;
    }
    .colon {
        display: inline-block;
    }
    .icon-globe {
        top: 20px;
    }
    .copyright-text {
        width: 94%;
        margin: 0 auto;
        float: none;
    }
    .footer_bottom_left_content p {
        width: 75%;
    }
}

@media only screen and (max-width: 899px) {}

@media only screen and (max-width: 900px) {
    .navbar-exchange {
        margin: 0px 10px 0px 0px;
    }
    .navbar-nav {
        margin: 7.5px 12px 7.5px -15px;
    }
    /*.menu-layout { display:none}*/
    .navbar-toggle {
        display: block;
    }
    .mobile_menu {
        display: block;
    }
    .mobile_menu p {
        font-size: 0.82em;
        margin: 0;
        padding: 20px 0 0 0;
        color: #000;
    }
    .modal-overlay {
        margin-bottom: 0px;
    }
    .modal-overlay li {
        margin: 0 0 2px 0;
        text-align: left;
        background: #FFF;
        width: 291px;
        width: auto;
        max-width: 300px;
        border-radius: 4px;
    }
    #mm_panel_group li:last-child {
        margin: 0;
    }
    .modal-overlay .m_menu_bnr {
        background: none;
        margin: 10px 0 0 0;
        height: 0;
        overflow: hidden;
        padding-bottom: 20%;
    }
    .m_menu_bnr:nth-child(1) {
        margin-top: 0px;
    }
    .modal-overlay-icon li {
        margin: 0 5px;
    }
    .modal-overlay a {
        /*color: #f39; */
        font-weight: 700;
        padding: 10px 12px 10px 0px;
        display: block;
        position: relative;
    }
    .m_menu_bnr_list {
        max-width: 300px;
    }
    .m_menu_bnr_list li {
        border-radius: 0;
    }
    .m_menu_bnr a {
        padding: 0 0 0 0;
    }
    .ecchi-usernav {
        display: none;
    }
    .m_menu_bnr img {
        width: 100%;
    }
    .m-menu-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: 7em;
        white-space: nowrap;
        vertical-align: middle;
    }
    .usergold-btn-m .m-menu-text {
        width: auto;
        max-width: 6em;
    }
    .web_qrcode_btn .i-arrow {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transition: all .1s ease;
    }
    .web_qrcode_btn.collapsed .i-arrow {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transition: all .1s ease;
        right: 3px;
    }
    .mo_overflow_auto {
        /*設定mobile menu可被滾動*/
        overflow-y: auto;
        height: 100vh;
    }
    #web_links_content ul {
        margin: 5px 0;
        padding: 0;
    }
    #web_links_content ul li {
        font-size: 0.9em;
        padding: 10px 0 10px 4em;
        margin: 0;
        width: 100%;
        background: #f7f7f7;
    }
    #web_links_content ul li a {
        padding: 3px 0;
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 auto;
    }
    #web_qrcode_content {
        background: #f7f7f7;
    }
    .custom-navbar {
        background: #fff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 0;
        text-align: center;
        z-index: 9999
    }
    .nav {
        position: fixed;
        top: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: -moz-flex;
        display: flex;
        flex-direction: column;
        margin-top: 0;
        background-color: #F7F7F7;
        width: 85%;
        max-width: 340px;
        padding: 0;
        z-index: 999999;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        /*overflow-y: auto;*/
        height: 100%;
        visibility: hidden;
        /*padding-bottom: 50px;*/
    }
    .nav.active {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
        visibility: visible;
        opacity: 1;
    }
    .menu_list_m {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        font-size: 16px;
    }
    /*.nav.member{ padding-top: 112px; }*/
    .modal-overlay i {
        margin-right: 20px;
        margin-left: 10px;
    }
    .modal-overlay .usergold-btn-m {
        margin-top: 5px;
    }
    .i-list {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.4;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .i-question {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.4;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .i-contact {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.4;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .i-links {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.4;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .i-forever {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.4;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .i-Signout {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.4;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .i-msgslist {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.4;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .i-mygames {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.4;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .i-profile {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.4;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .i-gold {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .modal-overlay .i-arrow {
        background-image: url(../image/icon_common.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.6;
        width: 20px;
        height: 20px;
        position: relative;
        float: right;
        /* display: inline-block; */
        vertical-align: bottom;
        margin-top: 5px;
        margin-right: 0;
        margin-left: 0;
    }
    .panel .i-arrow {
        margin-right: 12px;
    }
    .i-list {
        background-position: -0px -25px;
    }
    .i-question {
        background-position: -0px -75px;
    }
    .i-contact {
        background-position: -0px -100px;
    }
    .i-links {
        background-position: -0px -125px;
    }
    .i-forever {
        background-position: -0px -150px;
    }
    .i-Signout {
        background-position: -0px -175px;
    }
    .i-msgslist {
        background-position: -0px -200px;
    }
    .i-mygames {
        background-position: -0px -225px;
    }
    .i-profile {
        background-position: -0px -250px;
    }
    .i-gold {
        background-position: -0px -275px;
    }
    .modal-overlay .i-arrow {
        background-position: -0px -42px;
    }
    .mobile_menuClose {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999980;
        width: 100%;
        height: 100%;
    }
    .mobile_menuClose.active {
        display: block;
        background: rgba(0, 0, 0, .75);
        transition: all .2s ease;
        z-index: 99999;
    }
    .mobile_menuClose::after,
    .mobile_menuClose::before {
        background-color: #FFF;
        content: '';
        display: block;
        height: 3px;
        width: 28px;
        border-radius: 20px;
        position: absolute;
        right: 12px;
        top: 22px;
    }
    .mobile_menuClose::before {
        transform: rotate(45deg);
    }
    .mobile_menuClose::after {
        transform: rotate(-45deg);
    }
    .mobile_menu .usergold-navbox-bg {
        display: inline-block;
        width: auto;
        position: relative;
        /* float: right; */
    }
    .member-bar-m {
        /*position: fixed;*/
        position: relative;
        width: 100%;
        background: #F7F7F7;
        width: 100%;
        max-width: 360px;
        z-index: 9999999;
        left: -100%;
        top: 0;
        /*-webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);*/
        padding: 0 10px 0px 10px;
    }
    .member-bar-m.active {
        left: 0;
    }
    .member-infos-m {
        text-align: left;
        background: #FFF;
        width: 100%;
        max-width: 300px;
        border-radius: 5px;
        margin: 10px 0 10px 0;
        padding: 6px 10px 6px 10px;
        border: 1px solid #CCC;
    }
    .member-infos-m .m-menu-text {
        width: auto;
        float: right;
        font-weight: 900;
    }
    .mobile_menu .gold {
        font-family: "Arial";
        margin-right: 0px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        white-space: nowrap;
        width: 5em;
        text-align: right;
    }
    .mobile_menu .membermail {
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        font-weight: 500;
        color: #000;
        width: 70%;
        opacity: 0.8;
        max-width: none;
        white-space: nowrap;
        vertical-align: middle;
    }
    .mobile_menu .mainbtn:hover,
    .mobile_menu .mainbtn_type:hover {
        color: #FFF;
        transition: .2s;
    }
    .mobile_menu .loginbtn:hover {
        border: 1px solid #ff93bc;
        transition: .2s;
    }
    .mobile_menu .loginbtn_type:hover {
        border: 1px solid #2a8ce8;
        transition: .2s;
    }
    .gold-num-m {
        color: #ff3366;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        float: right;
        margin-top: 5px;
    }
    .modal-overlay-icon {
        margin: 15px auto 0px;
        max-width: 268px;
        padding: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
        /*蓋過bootstrap的important*/
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        /*蓋過bootstrap的important*/
    }
    @media screen and (orientation: landscape) {
        .redirbox {
            margin-top: 10px;
        }
        .redirbox h1 {
            padding: 10px;
        }
        .redirbox_url {
            margin: 15px auto;
        }
        .redirbox_tip {
            margin: 25px auto;
        }
    }
}

@media only screen and (max-width: 767px) {
    #home {
        margin-top: 0
    }
    .footericon_list {
        max-width: 300px
    }
    .row2 {
        max-width: 100%;
        margin: 0 10px
    }
    .main_content_bg {
        min-height: 420px;
        margin-bottom: 20px
    }
    .newgamebox {
        vertical-align: top;
        display: inline-block;
        width: 28%;
        max-width: 100%;
        margin: 0 10px 0 0
    }
    .newgameImageWrapper img {
        max-width: 100%;
        max-height: 100%
    }
    .newgame_title {
        width: 100%;
        margin: 18px 0 20px
    }
    .eventgame_titlebox,
    .newgame_titlebox {
        width: 100%;
        margin: 18px 0
    }
    /*  footer右邊文字 */
    .footer_links_text {
        float: left;
        width: 100%;
        text-align: center;
    }
    h1 {
        font-size: 24px
    }
    h1,
    h2,
    h3 {
        line-height: normal
    }
    /*   =天bar custom-navbar   */
    .navbar-nav {
        float: left;
    }
    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
        line-height: normal
    }
    .custom-navbar .nav li a {
        padding: 10px
    }
    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
        color: #252525;
        font-weight: 600
    }
    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
        color: #575757
    }
    .custom-navbar .navbar-nav.navbar-right li {
        display: inline-block
    }
    /*  footer  */
    .open_agreement {
        padding-left: 5px
    }
    /*.footer_logo_wrapper { float: none; margin: 0 auto }*/
    .footer_bottom_left_content {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-left: 0
    }
    .footer_bottom_left_content p {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    .footer-info {
        margin-right: 0
    }
    .footer-info.newsletter-form {
        margin-bottom: 0
    }
    /*.copyright-text { float: right;  text-align: center }*/
    .entry-form {
        display: block;
        margin: 0 auto
    }
    /*遊戲列表 遊戲box = 圖片 + 說明*/
    .gamelistpage {
        width: 44.8%;
        margin: 0 4.5% 30px 0
    }
    /*  手機板最上方出現BN  */
    .app_banner_top .app_banner_click {
        font-size: 14px
    }
    .app_banner_top .description .slogan {
        line-height: 1.3em;
        margin-bottom: 3px
    }
    .app_banner_top .description .app_name {
        margin-top: 5px
    }
    .app_banner_top {
        display: flex
    }
}

@media only screen and (max-width: 580px) {
    h2 {
        font-size: 24px;
        /*font-size:1.8em*/
    }
    #testimonial .item {
        padding: 2em
    }
    .contact-image {
        margin-top: 0
    }
}

@media only screen and (max-width: 480px) {
    .eventgamebox h3,
    .newgamebox h3,
    .eventgamebox h2,
    .newgamebox h2 {
        font-size: 14px
    }
    .entry-form {
        max-width: 100%;
        max-height: 100%;
        width: inherit;
        height: inherit;
        padding: 2em;
        border-radius: 0;
    }
    .newgamebox {
        width: 31%
    }
    .gamelistpage {
        width: 44.8%;
        margin: 0 4.5% 30px 0
    }
    .flex-control-nav {
        bottom: -7px
    }
    .flex-control-nav li {
        margin: 0 3px
    }
    .flex-control-nav li a {
        width: 8px;
        height: 8px
    }
    .flex-nav-prev,
    .flex-nav-next {
        display: none
    }
    .ecchi-member .arrow {
        margin-left: 5px;
    }
    .ecchi-memberdrop-down {
        right: 10px;
    }
    .redirboxhome {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1050;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }
    .redirbox {
        margin-top: 0;
        border-radius: 0px;
        position: fixed;
    }
    .redirbox h1 {
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}

.overflow-hidden {
    overflow: hidden;
}


/***********************************/


/*******工口表站用******************/


/***********************************/

.custom-navbar.type-general .navbar-toggle .icon-bar {
    background: #00c0ff;
}


/*漢堡選單按鈕顏色*/

.modal-overlay.type-general a {
    color: #333333;
}


/*m選單文字*/

.web_qrcode_btn.type-general {
    color: #333333;
}


/*m選單永久收藏頁文字*/

.web_qrcode_btn.type-general::after {
    color: #333333;
}


/*m選單永久收藏頁箭頭*/

.newgame_titlebox.type-general {
    border-left: #00c0ff solid 6px;
}


/*首頁各區塊標題底色*/

.newgame_title.type-general {
    border-left: #00c0ff solid 6px;
}


/*遊戲列表塊標題底色*/

.custom-navbar.type-general {
    border-bottom: 3px solid #00c0ff;
}


/*nav選單下方框線顏色*/

.drop-down.type-general ul {
    border: 1px solid #00c0ff;
}


/*nav選單下拉框線*/

.drop-down.type-general ul:before {
    border-color: transparent transparent #00c0ff;
}


/*nav選單下拉框線*/

.custom-navbar.type-general .nav li a:hover {
    color: #00c0ff;
}

/*footer文字顏色*/

.moreLink.type-general:hover {
    color: #00c0ff;
}


/*看更多文字*/

.eventlist-btn.type-general {
    background: #76b9f8;
    border: 1px solid #76b9f8;
}


/*聯絡我們送出按鈕顏色*/

.eventlist-btn.type-general:hover {
    background: #2a8ce8;
}


/*聯絡我們送出按鈕顏色*/

.flexslider.type-general .flex-control-paging li a.flex-active {
    background: #00c0ff;
}


/*首頁大BN導覽列*/

.flexslider.type-general .flex-direction-nav a:before {
    color: #00c0ff;
}


/*首頁大BN左右箭頭*/

.app_banner_top .btn_download.type-general {
    background: #5db3e6;
    border: 1px solid #5db3e6;
}


/*最上方appBanner下載按鈕顏色*/

.game_content_top.type-general .slick-dots li.slick-active button:before {
    color: #00c0ff;
}


/*遊戲頁面影片下方小圓點*/

.spinner_loading.type-general {
    color: #00c0ff;
}

.type-general .footercopyright {
    position: relative;
    padding-bottom: 20px;
}

.type-general .navbar-exchangelink.type-adult:hover {
    background: #ed3b71;
    border-color: transparent;
}

@media only screen and (max-width: 767px) {
    .type-general .footer_logo_wrapper {
        float: none;
        margin: 0 auto;
        width: 66px;
        height: 74px;
    }
    .type-general .footer_bottom_left_content {
        margin-bottom: 20px;
        padding-left: 0;
    }
    .type-general .footer_bottom_left_content p {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .type-general .copyright-text {
        width: 100%;
        float: right;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .type-general .copyright-text {
        margin: 0 auto;
        float: left;
    }
}

@media only screen and (max-width: 900px) {
    .type-general .mobile_menu .mainbtn,
    .type-general .mobile_menu .mainbtn_type {
        color: #FFF;
        background: #76b9f8;
        border: 1px solid #76b9f8;
    }
    .type-general .mobile_menu .mainbtn:hover,
    .type-general .mobile_menu .mainbtn_type:hover {
        color: #FFF;
        background: #2a8ce8;
        border: 1px solid #2a8ce8;
    }
    .type-general .mobile_menu .loginbtn:hover,
    .type-general .mobile_menu .loginbtn_type:hover {
        color: #2a8ce8;
        border: 1px solid #2a8ce8;
    }
    .type-general .mobile_menu .web_links_btn:hover,
    .type-general .mobile_menu .web_qrcode_btn:hover {
        color: #2a8ce8;
    }
}


/***********************************/


/************V1版用******************/


/***********************************/

.type-v1 .navbar>.container .navbar-brand {
    width: auto;
}


/*V1 navlogo寬度*/

.type-v1 .custom-navbar .nav li a {
    padding-right: 22px;
    padding-left: 22px;
}


/*V1 nav btn 間距*/

.type-v1 .newgamebox {
    vertical-align: top;
    display: inline-block;
    width: 30%;
    max-width: 320px;
    margin: 0 10px 20px 0px;
}


/*遊戲區塊間距*/

.type-v1 .custom-navbar {
    border-bottom: 3px solid rgb(244, 116, 167);
}


/*nav 下方線顏色*/

.type-v1 .custom-navbar .navbar-toggle .icon-bar {
    background: rgb(244, 116, 167);
}


/*mobile btn 顏色*/

.type-v1 .newgame_titlebox,
.type-v1 .newgame_title {
    border-left: 6px solid rgb(244, 116, 167);
}


/*區塊title顏色*/

.type-v1 .section-btn-start {
    background: rgb(244, 116, 167);
    border: 1px solid rgb(244, 116, 167);
}


/*agecheck 立即體驗按鈕顏色*/

.type-v1 .drop-down ul:before,
.type-v1 .drop-down ul:after {
    left: 30px;
}


/*nav下拉箭頭位置*/

.type-v1 .main_content {
    min-height: 1080px;
    padding-bottom: 20px;
}


/*首頁內容最小高度*/

.type-v1 .copyright-text {
    padding-top: 30px;
}

.type-v1 .drop-down ul {
    min-width: 220px;
    padding: 15px 0;
}

.type-v1 .footercopyright {
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
}

.type-v1 .footer_bottom_left_content p {
    box-sizing: border-box;
    width: 95%;
    padding-left: 65px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 4px;
    margin: 0;
    color: #333;
}

.type-v1 .footercopyright .drop-down ul {
    width: 112px;
}

@media only screen and (max-width: 992px) {
    .type-v1 .copyright-text {
        width: 75%;
        float: left;
    }
    .type-v1 .icon-globe {
        top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .type-v1 .newgamebox {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        max-width: 100%;
        margin: 0 0px 0 0px;
    }
    /*遊戲區塊間距-m*/
    .type-v1 .feature-thumb {
        margin-bottom: 50px;
    }
    /*V1 遊戲區塊間距-m*/
    .type-v1 .footer_logo_wrapper {
        float: none;
        margin: 0 auto
    }
    /*v1 footer 排版*/
    .type-v1 .copyright-text {
        width: 100%;
        padding-top: 0px;
        float: right;
        text-align: center
    }
    .type-v1 .open_agreement,
    .type-v1 .open_privacy {
        padding-left: 5px
    }
    .type-v1 .footer_bottom_left_content {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .type-v1 .footer_bottom_left_content p {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}


/* 210323修改 */

.flex {
    display: flex;
}

.dvtmail {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button-dvtmail {
    height: 34px;
    margin-left: -2px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background: #fa82a7;
    color: #FFF;
    border: 1px solid #ff93bc;
    display: inline-block;
    flex: 0 0 114px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.button-dvtmail:hover,
.button-dvtmail:active,
.button-dvtmail:focus {
    color: #FFF;
}

.button-dvtmail:hover,
.button-dvtmail:active {
    background: #ed3b71;
    border-color: transparent;
}

.button-dvtmail:not(:disabled):focus {
    background: #fa82a7;
}

.button_payment {
    border-radius: 8px;
    border: 1px solid rgb(153, 153, 153);
}

#uploadForm .magic-radio+label {
    padding-right: 10px;
    margin-top: 7px;
}

.toBusPageBtn {
    display: inline-flex;
    color: #FFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.toBusPageBtn:hover,
.toBusPageBtn:active,
.toBusPageBtn:focus {
    color: #FFF;
}

@media only screen and (min-width: 1200px) {
    .toBusPageBtn {
        width: 200px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .toBusPageBtn {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .toBusPageBtn {
        width: 49%;
    }
}

.eventlist-btn:not(:disabled):focus {
    background: #fa82a7;
}


/***表站***/

.type-general .eventlist-btn,
.type-general .mainbtn,
.type-general .mainbtn_type {
    background: #76b9f8;
    border: 1px solid #76b9f8;
}

.type-general .eventlist-btn:hover,
.type-general .mainbtn:hover,
.type-general .mainbtn_type:hover {
    background: #2a8ce8;
}

.type-general .button-dvtmail {
    background: #76b9f8;
    border: 1px solid #76b9f8;
}

.type-general .button-dvtmail:hover,
.type-general .button-dvtmail:active {
    background: #2a8ce8;
}

.type-general .button-dvtmail:not(:disabled):focus {
    background: #76b9f8;
}

.type-general .eventlist-btn:not(:disabled):focus {
    background: #76b9f8;
}

.type-general .magic-radio+label:after {
    background: #2a8ce8;
}

.type-general .magic-radio:checked+label:before {
    border: 1px solid #2a8ce8;
}

.type-general .newgame_title {
    border-left: #00c0ff solid 6px;
}

.type-general .footercopyright a:hover {
    color: #00c0ff;
}

.type-general .app_banner_top .btn_download {
    background: #5db3e6;
    border: 1px solid #5db3e6;
}

.type-general .btn-pre {
    background: #76b9f8;
    border: 1px solid #76b9f8;
}

.type-general .btn-pre:hover,
.type-general .btn-pre:focus {
    background-color: #2a8ce8;
}

.type-general .modal-content {
    border: 1px solid #2a8ce8;
}

.type-general .modal-title {
    color: #2a8ce8;
}

.type-general .tabs .tab.active {
    border-bottom: 3px solid #00c0ff;
}

.type-general .main_content {
    min-height: 1080px;
    padding-bottom: 20px;
}


/******************  magic-checkbox  ******************/


/*  magic-checkbox  */

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #3e97eb;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    vertical-align: middle;
}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #8c8c8c;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
    cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
    animation-name: none;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
    display: block;
}

.magic-radio+label:before {
    border-radius: 50%;
}

.magic-radio+label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff004a;
}

.magic-radio:checked+label:before {
    border: 1px solid #ff004a;
}

.magic-radio:checked[disabled]+label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled]+label:after {
    background: #c9e2f9;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-checkbox+label:after {
    top: 0px;
    left: 6px;
    box-sizing: border-box;
    width: 9px;
    height: 17px;
    transform: rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: #ff004a;
    background: #ff004a;
}

.magic-checkbox:checked[disabled]+label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}


/*******************************************************/

.discord_p {
    line-height: 1.8;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

.i-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid rgb(192, 192, 192);
    border-radius: 5px
}

.game_eventbanner--socials .i-potato {
    border-radius: 100%;
}

.game_eventbanner--socials .i-discord {
    border-radius: 100%;
}

.game_eventbanner--socials .fa-telegram {
    color: #27a5e5;
    font-size: 28px;
}

.i-potato {
    background-image: url(../image/icon_common.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    width: 28px;
    height: 28px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.i-potato {
    background-position: -0px -336px;
    background-color: #4486f7;
}

.i-discord {
    background-image: url(../image/icon_common.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    width: 28px;
    height: 28px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.i-discord {
    background-position: -0px -393px;
    background-color: #6888f0;
}

.i-userplus {
    background-image: url(../image/icon_common.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.game_about_box {
    display: flex;
    flex-direction: column;
}

.play-pre-register {
    background: #fa82a7;
    border-radius: 5px;
    border: 1px solid #ff93bc;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    padding: 0;
    transition: .5s;
    margin-bottom: 10px;
    display: inline-block;
}

.play-pre-register:hover {
    background: #fb9db9;
    border-color: transparent
}

.play-pre-register .i-userplus {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: -5px;
    background-position: -0px -390px;
}

@media (min-width: 768px) {
    .play-pre-register {
        line-height: 22px;
        height: 50px;
        font-size: 1em;
        padding: 0;
    }
    .play-pre-register .i-userplus {
        width: 24px;
        height: 24px;
        margin-right: auto;
        margin-left: auto;
        background-position: -0px -312px;
        display: block
    }
}

@media (min-width: 1200px) {
    .play-pre-register {
        line-height: 19px;
        padding: 0 10px;
        height: 50px;
        font-size: 16px
    }
    .play-pre-register .i-userplus {
        width: 24px;
        height: 24px;
        margin-right: auto;
        margin-left: auto;
        background-position: -0px -312px;
    }
}

.game_name_m {
    order: 1;
}

.playable_on_title {
    order: 2;
}

.playbtns {
    order: 3;
}

.game_eventinfo {
    order: 4;
}

@media (min-width: 768px) {
    .game_name_m {
        order: 1;
    }
    .playable_on_title {
        order: 3;
    }
    .playbtns {
        order: 4;
    }
    .game_eventinfo {
        order: 2;
    }
}

/*******************************************************/

.next-btn__tipText{
    width: calc(100% - 16px);
    margin: 1rem auto 0px auto;
    text-align: left;
    font-weight: 900;
    font-size: 15px;
}

.not-selectPrice{
    font-size: 19px;
    line-height: 56px;
}

.player-pay-totalPrice{
    padding: 1.5rem 0 ;
}

.itemTotal-Price{
    color: #575757;
    font-size: 19px;
    line-height: 56px;
}

.price-currency{
    font-weight: 600;
}

.number{
    color: #575757;
    font-weight: 600;
}

.BA-box.step1 .number{
    font-size: 30px;
}

.step2{
    color: black;
}
.step2>.form1{
    text-align: left;
}

@media screen and (max-width: 1024px){
    .player-pay-totalPrice{
        text-align: left;
        padding: 4px 5px 4px 0px;
        font-size: 1.2em;
    }
    .not-selectPrice{
        font-size: 1.05em;
        letter-spacing: 0;
        line-height:1;
        font-weight: bold;
        padding: 8px 5px 4px 0px;
    }
    .itemTotal-Price{
        font-size: 15px;
        line-height: 1;
        padding: 2px 5px 7px 0px;
    }
    .price-currency{
        font-size: 1em;
        font-weight: 600;
    }
    .BA-box.step1 .number{
        font-size: 1.73em;
        font-weight: 400;
    }
}



#go_btn {
    position: fixed;
    right: 20px;
    bottom: 150px;
    width: 150px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 30;
}

#go_btn:hover {
    opacity: 1;
}

#go_btn img {
    width: 100%;
}

@media screen and (max-width:1299px) {
    #go_btn {
        right: 5px;
        bottom: 50px;
        width: 100px;
        opacity: 1;
    }
}