html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft YaHei", å¾®è½¯é›…é»‘, sans-serif;
    /* height: 100%; */
    width: 100%;
    background-color: #1c1c1c;
    /* background:url(../img/mainBG.png);
    background-size: contain;
    background-repeat: no-repeat; */
}

a {
    text-decoration: none;
    transition: 0.2s;
}

p {
    margin: 0;
}

img {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

header {
    width: 100%;
    height: 78px;
    background: #000;
    box-shadow: 0 0 3px rgba(1, 22, 39, .3);
    position: fixed;
    top: 0;
    z-index: 5;
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
} */

header .container,
.main .container {
    /* width: 1200px; */
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
}

.logo {
    display: inline-block;
    margin: 3px 0 0 0;
    float: left;
}

.web {
    position: absolute;
    margin: 5px 0 0 0;
    left: 50%;
    transform: translateX(-50%);
}

.web_m {
    display: none;
    position: absolute;
    margin: 18px 0 0 0;
    left: 3vw;
    height: 39px;
}

.search_m {
    opacity: 0;
    position: absolute;
    right: 3vw;
    margin: 21px 0 0 0;
}

.search_m img {
    height: 40px;
}

.menu {
    float: right;
    transition: .2s;
}

.menu ul {
    padding: 0;
    margin: 11px 0 0 0;
    list-style: none;
}

/* .menu ul li a {
    display: inline-block;
    color: #0e93e9;
    font-size: .76rem;
    border: 1px solid #a1dafb;
    border-radius: 3px;
    margin: 0 0 0 5px;
    box-sizing: border-box;
    height: 53px;
    width: 70px;
    line-height: 85px;
    position: relative;
    transition: .2s;
} */

/* .menu ul li a{
    color: #fff;
    height: 30px;
    width: 300px;
    background-image: url(../img/process_search.png);
} */

.search{
    color: #fff;
    height: 60px;
    width: 202px;
    background-image: url(../img/process_search.png);
    background-repeat: no-repeat;
}

/* .menu ul li a:hover {
    background: linear-gradient(#1cc3f0, #0d8ee8);
    color: #fff;
} */

.search:hover{
    background-image: url(../img/process_search_hover.png);
}

.menu ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: .2s;
}

.menu ul li a:nth-of-type(1):before {
    background: url(../img/menu01.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(1):hover:before {
    background: url(../img/menu01_h.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(2):before {
    background: url(../img/menu02.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(2):hover:before {
    background: url(../img/menu02_h.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(3):before {
    background: url(../img/menu03.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(3):hover:before {
    background: url(../img/menu03_h.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(4):before {
    background: url(../img/menu04.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(4):hover:before {
    background: url(../img/menu04_h.png) 50% 9px no-repeat;
}

.main {
    width: 100%;
    background-position: center;
    /* background-size: cover;
    background-attachment: fixed;
    margin: 78px 0 0 0;
    position: relative;
    box-sizing: border-box; */
    margin-top: 78px;
    padding: 50px 0;
    background-color: #1c1c1c;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: #090909 url(/v2/css/images/bg.jpg) no-repeat 50% 0;
}

.BG_item_content {
    width: 100%;
    height: 100%;
    /* position: relative; */
}

.BG_item01 {
    width: 17.6vw;
    position: absolute;
    bottom: 0;
}

.BG_item02 {
    width: 24.6vw;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main .container {
    padding: 20px 0;
    text-align: left;
    box-sizing: border-box;
}

.card {
    display: inline-block;
    position: relative;
    margin: 0 10px 40px 10px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .21);
    text-align: center;
    transition: 0s;
}

.card img {
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: top;

}

.card_btn {
    display: none;
    color: #fff;
    background: linear-gradient(#1cc3f0, #0d8ee8);
    padding: 8px 0;
    font-size: .95rem;
}

.cover {
    opacity: 0;
    position: absolute;
    background: rgba(255, 255, 255, .85);
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: .2s;
    padding: 24% 0 0 0;
}

.cover span {
    color: #fff;
    background: linear-gradient(#1cc3f0, #0d8ee8);
    padding: 8px 15px;
    border-radius: 3px;
}

.card:hover .cover {
    opacity: 1;
    transition: .2s;
}

/* å½ˆçª— */
#lightbox_lightboxbg {
    display: none;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1001;
    width: 550px;
    height: auto;
    padding: 35px 0 45px 0;
    background: #1c1c1c;
    border: 2px solid #717171;
    text-align: center;
    border-radius: 15px;
}

.lightbox_close {
    width: 20px;
    height: 20px;
    background: url(../img/close.png) 50% 50% no-repeat;
    position: absolute;
    right: 23px;
    top: 23px;
}

.lightbox_title {
    margin: 0 0 15px 0;
}

.account {
    margin: 0 auto 15px auto;
    width: 70%;
}

.account input {
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
    padding: 0;
    background: #f4f6f7;
    text-align: center;
    color: #596a6f;
    outline: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #d4dee5;
    box-sizing: border-box;
}

.account select {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #596a6f;
    outline: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #d4dee5;
    background: #f4f6f7;
    /* padding: 0 0 0 15px; */
}

.account select option {
    transform: translateX(-15px);
}

.account input::placeholder {
    color: #596a6f;
}

.search_account {
    width: 60%;
    height: 45px;
}

.search_account input {
    font-size: 1rem;
}

.account_btn {
    width: calc(70% + 2px);
    height: 45px;
    border-radius: 3px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    background: linear-gradient(#fcd9af, #886d4c);
    cursor: pointer;
    transition: .2s;
}

/* .account_btn:hover{
    background: linear-gradient(#0d8ee8,#0d8ee8);
} */

/* footer */
footer {
    font-family: "å¾®è»Ÿé›…é»‘", "Noto Sans TC", "Microsoft Yahei", sans-serif;
    background-color: #000;
    color: #fcd9af;
    padding-top: 20px;
}

.footer-lincense{
    display: flex;
    justify-content: center;
}

.flex {
    display: flex;
}

.vender-logo-g {
    margin: auto;
    justify-content: center;
}

.vender-logo {
    padding-top: 10px;
}

.sitemap-link-group nav,
.licence-group-g {
    justify-content: center;
    text-align: center;
}

.licence-group-g {
    padding: 5px 0;
    font-size: 14px;
    width: 1200px;
}

.licence-item {
    padding: 0px 0 5px 0;
    width: 33.33%;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    /* justify-content: flex-end; */
}

/* .licence-item-img {
    margin: auto;
    width: 200px;
    margin-bottom: 20px;
} */

.licence-item-img{
    margin-right: 15px;
}

.licence-item-img .img01 {
    background-image: url(../img/footer/contact/tel.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

/* .licence-item-img .img01:hover {
    background-image: url(../img/footer/contact/tel.png);
} */

.licence-item-img .img02 {
    margin: auto;
    background-image: url(../img/footer/contact/tel.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

/* .licence-item-img .img02:hover {
    background-image: url(../img/footer/license/lincense02-hover.png);
} */

.licence-item-img .img03 {
    margin: auto;
    background-image: url(../img/footer/contact/mail.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

/* .licence-item-img .img03:hover {
    background-image: url(../img/footer/license/lincense03-hover.png);
} */

.licence-item-img .img04 {
    margin: auto;
    background-image: url(../img/footer/contact/mail.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

/* .licence-item-img .img04:hover {
    background-image: url(../img/footer/license/lincense04-hover.png);
} */

.licence-item-img .img05 {
    margin: auto;
    background-image: url(../img/footer/contact/service.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}
/* .licence-item-img .img05:hover {
    background-image: url(../img/footer/license/lincense05-hover.png);
} */

.copyright {
    text-align: center;
    line-height: 2;
    padding: 7px;
    font-size: 13px;
}

.divi-line {
    margin-top: -20px;
    padding: 0 20px;
}

.divi-line.l01 {
    padding: 0 40px;
}


.ele-lang-wrap {
    width: 100px;
    position: relative;
    top: 1px;
    z-index: 10;
    text-align: left;
    border: 1px solid #727272;
    background: url("../img/lang/dp-icon.png") 80px 1px no-repeat #353f4b;
    padding: 2px;
}

.ele-lang-title {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    padding-right: 15px;
    text-indent: 5px;
    color: #b0b4b3;
    align-items: center;
    font-size: 12px;
}

.ele-lang-group {
    display: none;
    position: absolute;
    z-index: 100;
    font-size: 12px;
    background-color: #353f4b;
    border-right: 1px solid #aeaead;
    border-left: 1px solid #aeaead;
    border-bottom: 1px solid #aeaead;
    width: 110px;
    margin-top: 5px;
    left: -2px;
    padding: 4px;
}

.w120 {
    width: 120px;
}

.ele-lang-group a {
    height: 22px;
    line-height: 22px;
    display: block;
    text-indent: 5px;
    text-decoration: none;
    color: #b0b4b3;
    /* width: 300px; */
}

.ele-lang-current,
.ele-lang-group a:hover {
    color: #fff;
    background-color: #505050;
}

/* use flag and select */
.ele-lang-wrap,
.ele-lang-option {
    position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ele-lang-option {
    padding-left: 23px;
}

.ele-lang-flag {
    position: absolute;
    width: 24px;
    height: 22px;
    left: 4px;
    top: 0;
    background: url("../img/lang/cn.png") 2px 2px no-repeat;
}

.ele-lang-zh-cn {
    background: url("../img/lang/cn-hk.png") 2px 2px no-repeat;
}

.ele-lang-en {
    background: url("../img/lang/en.png") 2px 2px no-repeat;
}

.ele-lang-ja {
    background-position: 2px -118px;
}

.ele-lang-ko {
    background-position: 2px -158px;
}

.ele-lang-vi {
    background-position: 2px -198px;
}

.ele-lang-th {
    background-position: 2px -238px;
}

/* footer end */

/* æ‰‹æ©Ÿç‰ˆé¸å–® */
.footer_menu {
    display: none;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 80px;
    /* background: #353f4b; */
    background-image: linear-gradient(#0076c8, #1cc3f0);
    position: fixed;
    bottom: 0;
    z-index: 6;
    margin: 20px 0 0 0;
}

.footer_menu ul {
    height: 100%;
}

.footer_menu ul li {
    display: inline-block;
    height: 100%;
    width: 25%;
    border-right: 1px solid #ffffff4c;
    box-sizing: border-box;
}

.footer_menu ul li a {
    color: #fff;
    font-size: .9rem;
    display: inline-block;
    height: 100%;
    width: 100%;
    letter-spacing: .5px;
    padding: 47px 0 0 0;
}

.footer_menu ul li:nth-of-type(1) a {
    background: url(../img/menu05.png) 50% 19% no-repeat;
    background-size: 22px;
}

.footer_menu ul li:nth-of-type(2) a {
    background: url(../img/menu02.png) 50% 19% no-repeat;
}

.footer_menu ul li:nth-of-type(3) a {
    background: url(../img/menu03.png) 50% 19% no-repeat;
}

.footer_menu ul li:nth-of-type(4) a {
    background: url(../img/menu04.png) 50% 19% no-repeat;
}

/* å°Žèˆªå½ˆçª— */
.guid_box {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    z-index: 6;
}

.close {
    position: absolute;
    right: 12%;
    top: 5%;
}

.close img {
    width: 6vw;
}

.guid {
    width: 80%;
}


/* ////////////////////// */

.btn-item{
    width: 180px;
    height: 180px;
    border: 1px #0d8ee8;
    /* background-color: #fff; */
    display: block;
    padding: 10px;
    /* margin-bottom: 20px; */
}

.container.flex {
    display: flex;
    flex-wrap:nowrap;
    /* justify-content: space-between; */
}

.container.center{
    display: flex;
    justify-content: center;
    padding-top: 0px;
    /* margin-top: 30px; */

}

.btn-item .img{
    background-image: url(../img/btn-item-img/id-unblock-img.png);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    background-repeat: no-repeat;
}

.btn-item .img:hover {
    border: 2px solid #fcd9af;
    
}
.btn-item .img:hover span {
color: #ffd8af !important;
}

.img.id-unblock{
    /* background-image: url(../img/btn-item-img/bank_account2.png); */
    width: 100%;
    height: 100%;
}

.img.edit-pw{
    background-image: url(../img/btn-item-img/edit_name.png);
    width: 100%;
    height: 100%;
}

.img.edit-w-pw{
    background-image: url(../img/btn-item-img/edit_pw.png);
    width: 100%;
    height: 100%;
}

.img.forget{
    background-image: url(../img/btn-item-img/edit_withdraw_pw.png);
    width: 100%;
    height: 100%;
}

.img.check-list{
    background-image: url(../img/btn-item-img/unlock_account.png);
    width: 100%;
    height: 100%;
}

.img.promo{
    background-image: url(../img/btn-item-img/bank_account.png);
    width: 100%;
    height: 100%;
}

.img.edit-bank-id{
    background-image: url(../img/btn-item-img/bank_name.png);
    width: 100%;
    height: 100%;
}

.img.edit-bank-account{
    background-image: url(../img/btn-item-img/bank_add.png);
    width: 100%;
    height: 100%;
}

.img.edit-bank-add{
    background-image: url(../img/btn-item-img/comment.png);
    width: 100%;
    height: 100%;
}

.img.comment{
    background-image: url(../img/btn-item-img/free_play.png);
    width: 100%;
    height: 100%;
}

.img.fast-deposit{
    background-image: url(../img/btn-item-img/signup.png);
    width: 100%;
    height: 100%;
}

.img.online-cs{
    background-image: url(../img/btn-item-img/cs_online.png);
    width: 100%;
    height: 100%;
}

/* .h1-title-img{
    width: 100%;
} */

.h1-title-img img{
    width: 100%;
}

.h1-title-img-s{
    display: none;
}


/* 1215ä¿®æ”¹ */
header{
    height: 80px;
    padding: 5px;
}
.main{
    min-height: 100%;
    /* padding-bottom: -215px; */
    height: 67vh;
    display: flex;
    align-items: center;
    margin-top: 90px;
    padding:20px 0;
}
.container.flex{
    /* padding-bottom: 215px; 
    height: 74vh;
    align-items: center; */
    /* height: 66vh; */
    flex-direction: column;
    width: 1200px;
}
/* footer{
    padding: 30px 0;
} */
.btn-item{
    width: 230px;
    height: 180px;
}
.topButton ,.middleButton ,.underButton{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.img.id-unblock , .img.edit-pw ,.img.edit-w-pw ,.img.forget ,.img.check-list,.img.promo,.img.edit-bank-id,.img.edit-bank-account,.img.edit-bank-add,.img.comment,.img.fast-deposit,.img.online-cs{
    background-size: cover;
}

.img{
    width: 250px;
    height: 200px;
    background-color: #3a3e40;
    border: 4px solid #5d5e5f;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.iconDiv{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.iconDiv img{
    width: 37%;
}

.img span{
    color: #fcfbfb;
    font: 12px/1.6 Microsoft Yahei,Arial,Helvetica,sans-serif;
    font-size: 1.3rem;
    font-weight: 540;
    letter-spacing: 3px;
}


/* .main {
    height: 61vh;
    display: flex;
    align-items: center;
}
.container.flex {
    height: 50vh;
    align-items: center;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
} */




@media screen and (max-width: 1200px) {
    header .container {
        width: auto;
    }

    .main .container {
        width: 100%;
        padding: 30px 0px 0 0px;
    }

    .main{
        padding: 0;
    }

    .container.flex{
        padding-bottom: 100px;
        padding: unset;
    }

    .card {
        width: calc(33% - 2vw);
        margin: 0 .8vw 30px .8vw;
        vertical-align: top;
    }

    .card img {
        width: 100%;
    }

    .card_btn {
        display: block;
    }

    .card:hover .cover {
        opacity: 0;
    }

    /* footer {
        display: none;
    } */

    /* .footer_menu {
        display: block;
    } */

    /* ä¿®æ”¹1215 */
    header{
        height: 70px;
        padding: 5px 10px;
    }
    .main{
        margin-top: 80px;
    }
    .logo img{
        width: 80%;
    }
    .web{
        width: 20%;
        margin-top: 10px;
    }
    .search{
        width: 180px;
        height: 50px;
        background-size: contain;
        margin-right: 10px;
    }
    .btn-item{
        width: 220px;
        height: 150px;
    }
    /* .container{
        padding: 0 15px;
    } */
    .vender-logo{
        display: flex;
        justify-content: center;
    }
    .vender-logo img{
        width: 95%;
    }
    /* .licence-item {
    display: flex;
    justify-content: center;
    } */
    footer{
        padding-top: 30px;
    }

}

@media screen and (max-width: 1000px) {

    .menu,
    .web {
        display: none;
    }

    .web_m {
        display: block;
    }

    .search_m {
        opacity: 1;
    }

    .logo {
        float: initial;
        margin: 8px 0 0 0;
    }

    .logo img {
        height: 60px;
    }
}

@media screen and (max-width: 800px) {
    /* .main .container {
        padding: 30px ;
    } */

    .web_m {
        margin: 25px 0 0 0;
        height: 35px;
    }

    .card {
        width: calc(50% - 2vw);
        margin: 0 .8vw 30px .8vw;
        vertical-align: top;
    }

    .lightbox {
        width: 90%;
    }
    /* .main{
        margin-top: 50px;
    } */
    

}

@media screen and (max-width: 640px) {
    .btn-item{
        width: 28%;
        max-height: 140px;
    }
    .img{
        background-size: 100%;
    }

}

@media screen and (max-width: 500px) {
    header {
        height: 57px;
    }

    .logo {
        margin: 5px 0 0 0;
    }

    .logo img {
        height: 50px;
    }

    .web_m {
        margin: 15px 0 0 0;
        height: 30px;
    }

    .search_m {
        margin: 12px 0 0 0;
    }

    .search_m img {
        height: 33px;
    }

    .main {
        margin: 0;
        /* background: url(../img/BG_m.png) 50% 100% no-repeat; */
        background-size: cover;
        padding: 50px 0;
    }
    .main .container{
        padding-bottom: 50px;
    }

    .card {
        width: calc(50% - 3vw);
        margin: 0 0.8vw 15px 0.8vw;
    }

    footer {
        display: none;
    }

    .footer_menu {
        display: block;
    }

    .h1-title-img{
        display: none;
    }

    .h1-title-img-s{
        display: flex;
        width: 100%;
        justify-content: center;
        /* background-size: 80%; */
    }


    .container.flex{
        padding-top: 20px;
    }

    .container.center {
        padding-bottom: 0;
    }
    .btn-item{
        width: 28%;
        max-height: 120px;
    }
}

@media screen and (max-width: 340px) {
    .web_m {
        margin: 18px 0 0 0;
        height: 25px;
    }
    .btn-item{
        width: 25%;
        max-height: 100px;
    }
}


.button-g{
    display: flex;
    /* width: 385px; */
    justify-content: center;
}

.account_btn{
    width: 188px;
}
