body{
    /*font-family: Calibri, Cambria!important;*/
    font-family: Myriad Pro,MYRIADPROREGULAR !important; /*新版*/
    font-size: 16px!important;
}
.body_index {
    min-width: 1200px;
}
.clear {
    clear: both;
}
.text_r {
    text-align: right;
}
.text_l {
    text-align: left;
}
/*頁首*/
.login_body {
    width: 100%;
    background: #fff;
}
.header_top {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    background: #222;
}
.WRC_hdtop {
    width: 100%;
    height: 55px;
    padding: 0;
    /*margin: 0 0 0 18%;*/
    vertical-align: middle;
    display: table;
}
.WRC_hdtop .text {
    margin: 0 40px 0 0;
    color: #fff;
    font-size: 0.9em;
    vertical-align: middle;
}
.hd_topicon1, .hd_topicon2, .hd_topicon3 {
    display: inline-block;
    *display: block;
    width: 19px;
    height: 19px;
    /*margin: 0 5px 0 0;*/
    vertical-align: middle;
}
.hd_topicon1 {
    background: url(../images/new_index/hd_topicon.png?2019072201) no-repeat 0 0;
    background-size: 50px 17px;
}
.hd_topicon2 {
    background: url(../images/new_index/hd_topicon.png?2019072201) no-repeat -22px 0;
    background-size: 62px 17px;
}
.hd_topicon3 {
    background: url(../images/new_index/hd_topicon.png?2019072201) no-repeat -44px 0;
    background-size: 64px 17px;
}
.header_info {
    position: relative;
    z-index: 9999;
    width: 100%;
    margin: 0 auto;
    background: #000;
    background: -moz-linear-gradient(top, #2d2d2d 0%, #000 85%);
    background: -webkit-linear-gradient(top, #2d2d2d 0%, #000 85%);
    background: -o-linear-gradient(top, #2d2d2d 0%, #000 85%);
    background: -ms-linear-gradient(top, #2d2d2d 0%, #000 85%);
    background: linear-gradient(to bottom, #2d2d2d 0%, #000 85%);
}
.new_logo {
    position: relative;
    width: 200px;
    margin-top: 10px;
    margin-left: 18%;
    text-align: left;
    z-index: 9999;
}
/*語系切換*/
.icon_tw, .icon_cn, .icon_vn, .icon_th, .icon_us{
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 7px;
}
/*國旗ICON*/
.icon_tw {
    background: url(../images/Index_icon/taiwan.png?20190930) no-repeat;
    background-size: 100% auto;
}
.icon_cn{
    background: url(../images/Index_icon/china.png?20190930) no-repeat;
    background-size: 100% auto;
}
.icon_vn{
    background: url(../images/Index_icon/vietnam.png?20190930) no-repeat;
    background-size: 100% auto;
}
.icon_th{
    background: url(../images/Index_icon/thailand.png?20190930) no-repeat;
    background-size: 100% auto;
}
.icon_us{
    background: url(../images/Index_icon/usa.png?20190930) no-repeat;
    background-size: 100% auto;
}
.lang_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/index_icon/lang_icon.png?20191028) no-repeat;
    background-size: 100% auto;
}
.lang-selection-wrapper {
    position: absolute;
    display: inline-block;
    width: auto;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 300;
    margin-top: -10px;
    text-align: left;
}
/*登入後*/
#Logined .lang-selection-wrapper {
    margin-top: 4px;
}
#Logined .lang-selection-wrapper button.active-lang {
    background-color: transparent;
    text-transform: inherit;
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition: all 0.2s ease;
    margin-left: 15px;
    margin-right: 0;
}
.lang-selection-wrapper a,
.lang-selection-wrapper button {
    cursor: pointer;
    color: #000;
    text-align: left;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    transition: all 0.2s ease;
}

.lang-selection-wrapper .lang-selection {
    width: 185px;
}

.lang-selection-wrapper button.active-lang {
    background-color: transparent;
    text-transform: inherit;
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition: all 0.2s ease;
    margin-right: 0;
    margin-left: 0;
}

.lang-selection-wrapper button.active-lang::after {
    content: '';
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.2s ease;
}

.lang-selection-wrapper button.active-lang:hover {
    color: #00a9a4;
}

.lang-selection-wrapper button.active-lang:hover::after {
    border-top-color: #00a9a4;
}

.lang-selection-wrapper .lang-selection {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    transform: translateX(20px);
    /*visiblity: hidden;*/
    display: none;
    -webkit-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.56);
    -moz-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.56);
    box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.56);
    transition: all 0.3s ease;
}

.lang-selection-wrapper .lang-selection.is-visible {
    opacity: 1;
    /*visibility: visible;*/
    display: block;
    transform: translateX(0);
}

.lang-selection-wrapper .lang-selection  {
    margin-left: 0;
}
.lang-selection-wrapper .lang-selection span {
    position: relative;
    margin-right: 10px;
}
.lang-selection-wrapper .lang-selection  a {
    padding: 0 12px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    position: relative;
}
.lang-selection-wrapper .lang-selection  a:last-child {
    border-bottom: none;
}

.lang-selection-wrapper .lang-selection  a:hover {
    background-color: #00a9a4;
    color: #fff;
}

.lang-selection-wrapper .lang-selection  a:hover .checkmark::before,
.lang-selection-wrapper .lang-selection  a:hover .checkmark::after{
    background-color: #fff;
}


.lang-selection-wrapper .lang-selection  a .checkmark {
    right: 14px;
}

.lang-selection-wrapper .checkmark {
    display: block;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}
.lang-selection-wrapper .checkmark::before,
.lang-selection-wrapper .checkmark::after {
    content: '';
    position: absolute;
    background-color: #00a9a4;
    height: 3px;
    transition: all 0.2s ease;
}
.lang-selection-wrapper .checkmark::before {
    width: 14px;
    transform: rotate(-45deg);
    top: 50%;
    right: 0;
    margin-top: -2px;
}
.lang-selection-wrapper .checkmark::after {
    width: 7px;
    transform: rotate(45deg);
    bottom: 6px;
    left: 50%;
    margin-left: -7px;
}
/*首頁_(上層)登入前_版型1*/
.hd_loginbox {
    width: 100%;
    height: 55px;
    z-index: 1;
    padding: 5px 0 0;
}

.login_ac {
    background: url(../images/new_index/login_ac.png?2019072201) no-repeat 10px center;
    background-size: auto 70%;
}
.login_pw {
    background: url(../images/new_index/login_pw.png?2019072201) no-repeat 10px center;
    background-size: auto 70%;
}
.login_body .bg_deepgray {
    background-color: #444;
    border: none;
    border-top: 1px solid #111;
    border-bottom: 1px solid #888;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.hd_loginbox .login_ac, .hd_loginbox .login_pw,
.hd_loginbox .login_btn {
    display: inline-block;
    *display: inline;
    height: 25px;
    line-height: 20px;
    margin: 0 10px 2px 0;
    vertical-align: middle;
}
.hd_loginbox .login_ac, .hd_loginbox .login_pw {
    width: 100px;
    padding: 0 0 0 40px;
    color: #fff;
    font-size: 0.9em;
    text-align: left;
    outline: none;
}
.hd_loginbox .login_wrap{
    display: block;
    position: absolute;
    top: 20%;
    left: 65%;
    text-align: right;
}
.hd_loginbox .chkcode_box {
    display: inline-block;
    *display: inline;
    width: 180px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 13px;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 1em;
    text-align: left;
    vertical-align: middle;
}
.login_check {
    display: inline-block;
    *display: inline;
    width: 19px;
    height: 25px;
    text-align: center;
    background: url(../images/new_index/login_check.png?2019072201) no-repeat 0 center;
    background-size: auto 70%;
    vertical-align: middle;
}
.hd_loginbox .login_chkcode {
    display: inline-block;
    *display: inline;
    width: 70px;
    height: 24px;
    line-height: 22px;
    padding: 0;
    color: #fff;
    font-size: 1em;
    text-align: left;
    background: none;
    vertical-align: middle;
}
.hd_loginbox .RegNumber {
    display: inline-block;
    *display: inline;
    width: 60px;
    height: 24px;
    margin: 0;
    padding: 0 0 0 3px;
    text-align: center;
    vertical-align: middle;
}
.hd_loginbox .login_btn {
    width: 190px;
    padding: 0;
    color: #716000;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    background: #ffde22;
    border-top: 2px solid #fff6c6;
    border-bottom: 1px solid #867516;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}
.hdtop_reg {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.hdtop_reg .text {
    margin: 0 40px 0 0;
    color: #fff;
    font-size: 0.9em;
    vertical-align: middle;
    cursor: pointer;
}
.hdtop_reg .text:hover, .hdtop_reg2 .forgot_text:hover  {
    color: #f00;
}
/*首頁_(上層)登入前_版型2*/
.w50 {
    display: inline-block;
    *display: inline;
    width: 46%;
    text-align: center;
    vertical-align: top;
}
.w48 {
    display: inline-block;
    *display: inline;
    width: 53%;
    text-align: center;
    vertical-align: top;
}
.hd_loginbox .chkcode_box2 {
    display: inline-block;
    *display: inline;
    width: 170px;
    height: 24px;
    line-height: 22px;
    padding: 0 0 0 12px;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 0.9em;
    text-align: left;
    vertical-align: middle;
}
.hd_loginbox .login_chkcode2 {
    display: inline-block;
    *display: inline;
    width: 70px;
    height: 20px;
    line-height: 18px;
    padding: 0;
    color: #fff;
    font-size: 0.9em;
    text-align: left;
    background: none;
    border: none;
    vertical-align: middle;
}
.hd_loginbox .RegNumber2 {
    display: inline-block;
    width: 60px;
    height: 23px;
    margin: 0;
    padding: 0 0 2px 3px;
    text-align: center;
    vertical-align: middle;
}
.hd_loginbox .login_btn2 {
    display: inline-block;
    *display: inline;
    width: 120px;
    height: 32px;
    margin: 0 2px 0 0;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    font-family: "MYRIADPROBOLD";
    text-shadow: #fff4b9 1px 1px 0;
    background: #ffe7a7;
    background: -moz-linear-gradient(top, #ffe7a7 0%, #e0b53e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe7a7), color-stop(100%,#e0b53e));
    background: -webkit-linear-gradient(top, #ffe7a7 30%, #e0b53e 100%);
    background: -o-linear-gradient(top, #ffe7a7 30%, #e0b53e 100%);
    background: -ms-linear-gradient(top, #ffe7a7 30%, #e0b53e 100%);
    background: linear-gradient(to bottom, #ffe7a7 30%, #e0b53e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7a7', endColorstr='#e0b53e',GradientType=0 );
    border-top: 1px solid #fff6c6;
    border-right: 1px solid #867516;
    border-bottom: 3px solid #867516;
    border-left: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
}
.hd_loginbox .login_btn2:hover {
    background: #ffe6ae;
    background: -moz-linear-gradient(top,  #ffe6ae 0%, #d68a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe6ae), color-stop(100%,#d68a00));
    background: -webkit-linear-gradient(top, #ffe6ae 0%, #d68a00 100%);
    background: -o-linear-gradient(top, #ffe6ae 0%, #d68a00 100%);
    background: -ms-linear-gradient(top, #ffe6ae 0%, #d68a00 100%);
    background: linear-gradient(to bottom, #ffe6ae 0%, #d68a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ae', endColorstr='#d68a00',GradientType=0 );
    border-top: 1px solid #ffe7a7;
    border-right: 1px solid #58370e;
    border-bottom: 3px solid #58370e;
}
.hd_loginbox .login_btn3 {
    display: inline-block;
    *display: inline;
    width: 120px;
    height: 32px;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    font-family: "MYRIADPROBOLD";
    text-shadow: #000 1px 1px 0;
    background: #de0a0a;
    background: -moz-linear-gradient(top,  #c30000 0%,#690000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de0a0a), color-stop(100%,#690000));
    background: -webkit-linear-gradient(top, #de0a0a 0%, #690000 100%);
    background: -o-linear-gradient(top, #de0a0a 0%, #690000 100%);
    background: -ms-linear-gradient(top, #de0a0a 0%, #690000 100%);
    background: linear-gradient(to bottom, #de0a0a 0%, #690000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0a0a', endColorstr='#690000',GradientType=0 );
    border-top: 1px solid #bd7272;
    border-right: 1px solid #560000;
    border-bottom: 3px solid #300;
    border-left: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
}
.hd_loginbox .login_btn3:hover {
    background: #9a0000;
    background: -moz-linear-gradient(top,  #9a0000 0%, #400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a0000), color-stop(100%,#400));
    background: -webkit-linear-gradient(top,#9a0000 0%, #400 100%);
    background: -o-linear-gradient(top,#9a0000 0%, #400 100%);
    background: -ms-linear-gradient(top,#9a0000 0%, #400 100%);
    background: linear-gradient(to bottom,#9a0000 0%, #400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0000', endColorstr='#400',GradientType=0 );
}
.hdtop_reg2 {
    width: 100%;
    padding: 0;
    margin: 3% auto 0;
    text-align: center;
}
.hdtop_reg2 .forgot_text {
    margin: 0 15px 0 0;
    color: #333;
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}
/*首頁_(上層)登入後*/
.mem_info {
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    margin: 8px 0 0 40%;
    font-size: 0.9em;
    text-align: left;
    display: inline-block;
}
.mem_id, .main_id {
    display: inline-block;
    *display: inline;
    color: #fff;
}
.mem_id {
    margin: 0 9px 0 0;
}
.mem_id span, .main_id span {
    vertical-align: middle;
    font-family: MYRIADPROBOLD;
}
.account_icon, .money_icon, .icon_update {
    display: inline-block;
    *display: inline;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.account_icon {
    background: url(../images/new_index/login_ac.png?2019072201) no-repeat;
    background-size: 100% auto;
}
.money_icon {
    background: url(../images/new_index/login_money.png?2019072201) no-repeat;
    background-size: 100% auto;
}
.icon_update {
    background: url(../images/new_index/icon_update_01.png?20201111) no-repeat;
    background-size: 100% auto;
}
.icon_update:hover {
    background: url(../images/new_index/icon_update_02.png?20201111) no-repeat;
    background-size: 100% auto;
}
.bg_deepgray .text_yellow {
    color: #ffca00;
}
.bg_deepgray .text_green {
    color: #00e000;
}
/*首頁_(上層)登入後_存款+提款未開啟提示框*/
.hd_loginbox .hd_tips1, .hd_loginbox .hd_tips2 {
    position: absolute;
    width: 140px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #af2020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    overflow: hidden;
}
.hd_loginbox .hd_tips1 {
    top: 110px;
    right: 36%;
}
.hd_loginbox .hd_tips2 {
    top: 110px;
    right: 27%;
}
.hd_loginbox .hd_tips1 span, .hd_loginbox .hd_tips2 span {
    z-index: 10;
}
.hd_loginbox .close_icon1, .hd_loginbox .close_icon2 {
    position: fixed;
    width: 17px;
    height: 17px;
    background: url(../images/new_index/btn_close.png?2019072201) no-repeat;
    background-size: 100% auto;
    border: 0;
    cursor: pointer;
}
.hd_loginbox .close_icon1 {
    top: 105px;
    right: 33.2%;
}
.hd_loginbox .close_icon2 {
    top: 105px;
    right: 34.2%;
}
.hd_loginbox .arrow_d1, .hd_loginbox .arrow_d2 {
    position: fixed;
    top: 110px;
    width: 0;
    height: 0;
    line-height: 0;
    z-index: 8;
}
.hd_loginbox .arrow_d1 {
    right: 37.3%;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #af2020 transparent;
}
.hd_loginbox .arrow_d2 {
    right: 34.2%;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #af2020 transparent;
}
/*存款未開啟提示*/
.items_position{
    position: relative;
}
.hd_loginbox .itemtips1::before {
    top: -11px;
}
.hd_loginbox .itemtips2::before {
    top: -11px;
}
.items_width{
    width: 95px;
}

/*轉帳未開啟提示*/
.hd_loginbox .itemtips3 {
    position: absolute;
    top: 105px;
    right: 62%;
    width: 160px;
    line-height: 18px;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #af2020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 999;
}
.hd_loginbox .tips_close3 {
    position: fixed;
    top: 118px;
    right: 41.2%;
    width: 17px;
    height: 17px;
    background: url(../images/index_icon/btn_close.png) no-repeat;
    background-size: 100% auto;
    border: 0;
    cursor: pointer;
}
.hd_loginbox .arrow_d3 {
    position: fixed;
    right: 45.6%;
    top: 110px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #af2020 transparent;
    line-height: 0;
    _border-color: #8e3535 #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000');
}
/*登入後_各功能按鈕*/
.hd_loginitem {
    /*margin: 15px auto;*/
    /*text-align: center;*/
    display: inline;
}
.hd_loginitem .login_items.logout{
    /*padding: 0 5px;*/
    height: 31px;
    line-height: 30px;
}
.hd_loginitem .login_items {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    margin: 0 2px 0 0;
    padding: 0;
    color: #fff;
    font-size: 0.85em;
    font-weight: 700;
    text-align: center;
    text-shadow: #000 1px 1px 3px;
    background: #777;
    background: -moz-linear-gradient(top, #999 0%, #444 100%);
    background: -webkit-linear-gradient(top, #999 0%, #444 100%);
    background: -o-linear-gradient(top, #999 0%, #444 100%);
    background: -ms-linear-gradient(top, #999 0%, #444 100%);
    background: linear-gradient(to bottom, #999 0%, #444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#444',GradientType=0 );
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #222;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    cursor: pointer;
}
.hd_loginitem .login_items:hover, .hd_loginitem .login_items:focus, .hd_loginitem .login_items.selected {
    background: #ff8c8c;
    background: -moz-linear-gradient(top, #ff8c8c 0%, #6d158a 100%);
    background: -webkit-linear-gradient(top, #ff8c8c 0%, #6d158a 100%);
    background: -o-linear-gradient(top, #ff8c8c 0%, #6d158a 100%);
    background: -ms-linear-gradient(top, #ff8c8c 0%, #6d158a 100%);
    background: linear-gradient(to bottom, #ff8c8c 0%, #6d158a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c8c', endColorstr='#6d158a',GradientType=0 );
    border-top: 2px solid #d5aed8;
}
/*.hd_loginitem .login_items.logout {
    color: #ffd600;
    margin: 0;
}*/
.hd_loginitem .icon_message {
    display: inline-block;
    *display: inline;
    width: 30px;
    height: 21px;
    background: url(../images/new_index/mail_off.png?20190912) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.message_list {
    display: inline-block;
    position: relative;
    top: -13px;
    left: 15px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    background: #F00;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
.login_items div {
    padding: 0 5px;
    margin: 7px auto 0;
    line-height: 16px;
}
/*帳號登入區(已登入欄位_訊息信件)*/
.hd_loginitem .msg {
    position: relative;
    top: 15px;
    left: 10px;
    width: 40px;
    cursor: pointer;
}
.hd_loginitem .msg_list {
    display: inline-block;
    position: relative;
    top: -8px;
    left: -8px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #F00;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
/*首頁_(上層)遊戲列表選單*/
.header_game {
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #b5b5b5 0%, #f1f1f1 80%);
    background: -webkit-linear-gradient(top, #b5b5b5 0%, #f1f1f1 80%);
    background: -o-linear-gradient(top, #b5b5b5 0%, #f1f1f1 80%);
    background: -ms-linear-gradient(top, #b5b5b5 0%, #f1f1f1 80%);
    background: linear-gradient(to bottom, #b5b5b5 0%, #f1f1f1 80%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#f1f1f1',GradientType=0 );*/
    position: relative;
}
.gamebar {
    line-height:40px;
    text-align:center;
    overflow:hidden;
    z-index:100;
    max-width:1000px;
    margin:0 auto
}
.gamebar .g_menu {
    display:inline-block;
    *display:inline;
    width:12%;
    text-align:center;
    cursor:pointer
}
.gamebar .g_menu .title {
    font-size:1em;
    color:#000;
    font-weight:bolder
}
.gamebar .g_menu .app_title {
    font-size:1em;
    color:#ffd400
}
.home {
    vertical-align:middle;
    width:30px;
    margin-top:-2px
}
.HOT{
    background: url("../images/new_index/hot.png?2021020201") no-repeat;
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
    height: 100%;
    background-size: 100% auto;
    z-index: 2;
}
.NEW{
    background: url("../images/new_index/new.png?2021020201") no-repeat;
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
    height: 100%;
    background-size: 100% auto;
    z-index: 2;
}
/*.gamebar .g_menu:hover, .gamebar .g_menu .title:hover {
    color: #a00;
}*/
.gamebar .g_menu .app_title {
    font-size: 1em;
    color: #ffd400;
}
.gameimg {
    position: relative;
    display: inline-block;
    *display: inline;
    text-align: center;
    cursor: pointer;
}
.gameopen_set {
    display: none;
    position: absolute;
    left: 18.6%;
    margin: 0 auto;
    text-align: center;
    z-index: 600;
    min-width: 1200px;
}
.gameopen_set_slot {
    left:25%;
}
.set_live {
    left:15.6%;
}
.gamebar .g_menu:hover ul {
    display: block;
}
.gamebar .g_menu:hover {
    height: 34px;
    color: #ffd600;
    border-bottom: 6px solid #f00;
    transition: all 0.2s ease-out;
}
.gicon_set {
    position: relative;
    float: left;
    height: 450px;
    font-size: 0;
    cursor: pointer;
    overflow: hidden;
}
.gicon_set:hover, .loto_icon:hover {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
/*新版_註解+維護+關閉*/
.game_tips, .new_maintain {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: default;
    z-index: 15;
}
.game_tips .tips_bg, .new_maintain .tips_bg {
    position: absolute;
    top: 35px;
    left: 5%;
    width: 85%;
    line-height: 20px;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #84006e;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 18;
}
.new_maintain .tips_bg {
    background-color: #b00;
}
.new_game_notopen .small_pic {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 60%;
    margin: 0 auto;
    cursor: default;
    z-index: 18;
}
.new_game_notopen .big_pic {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 75%;
    margin: 0 auto;
    cursor: default;
    z-index: 18;
    transform: translate(-50%, -28%);
    -moz-transform: translate(-50%, -28%);
    -webkit-transform: translate(-50%, -28%);
}
.tips_gameid {
    color: #ff0;
}
.game_tips .arrow_up, .new_maintain .arrow_up {
    position: absolute;
    bottom: -10px;
    right: 10px;
    width: 0;
    height: 0;
    border: 10px dashed transparent;
    border-left-style: solid;
    border-left-color: #84006e;
}
.new_maintain .arrow_up {
    border-left-color: #b00;
}
.big_blackbg, .small_blackbg {
    position: relative;
    top: 0;
    background: #000;
    opacity: .7;
    cursor: default;
}
.big_blackbg {
    height: 450px;
}
.small_blackbg {
    height: 225px;
}
/*體育_直向捲動*/
[class*="Sport"] {
    width: 200px;
}
.Wr_Sport, .Av_eSport, .IM_eSport{
    display: none;
}
.TFGame_Sport {
    background: url(../images/new_game/game_sport.jpg?2021072801) no-repeat 0 -450px;
}
.SBO_Sport {
    background: url(../images/new_game/game_sport.jpg?2021072801) no-repeat -200px -450px;
}
.Saba_Sport {
    background: url(../images/new_game/game_sport.jpg?2021072801) no-repeat -400px -450px;
}
.CR_Sport {
    background: url(../images/new_game/game_sport.jpg?2021072801) no-repeat -600px -450px;
}
.Pc_Sport {
    background: url(../images/new_game/game_sport.jpg?2021072801) no-repeat -800px -450px;
}
.CMD_Sport {
    background: url(../images/new_game/game_sport.jpg?2021072801) no-repeat -1000px -450px;
}
.TFGame_Sport:hover {
    background-position-y: 0;
}
.SBO_Sport:hover {
    background-position-y: 0;
}
.Saba_Sport:hover {
    background-position-y: 0;
}
.CR_Sport:hover {
    background-position-y: 0;
}
.Pc_Sport:hover {
    background-position-y: 0;
}
.CMD_Sport:hover {
    background-position-y: 0;
}
/*真人_直向捲動*/
[class*="Live"] {
    width: 240px;
    height: 225px;
}
/*真人-上*/
.Wr_Live {
    background: url(../images/new_game/game_live.jpg?2021072801) no-repeat -240px -225px;
    left: 240px;
    width: 720px;
}
.Bg_Live {
    background: url(../images/new_game/game_live.jpg?2021072801) no-repeat 0 -225px;
    left: -720px;
}
.Dg_Live {
    background: url(../images/new_game/game_live.jpg?2021072801) no-repeat -960px -225px;
}
.Wr_Live:hover {
    background-position-y: 0;
}
.Bg_Live:hover {
    background-position-y: 0;
}
.Dg_Live:hover {
    background-position-y: 0;
}
/*真人-下*/
.Sexy_Live {
    position: absolute;
    background: url(../images/new_game/game_live.jpg?2021072801) no-repeat 0 -675px;
    top: 225px;
    left: 0;
}
.Sa_Live {
    position: absolute;
    background: url(../images/new_game/game_live.jpg?2021072801) no-repeat -240px -675px;
    top: 225px;
    left: 240px;
}
.Evo_Live {
    position: absolute;
    background: url(../images/new_game/game_live.jpg?2021072801) no-repeat -480px -675px;
    top: 225px;
    left: 480px;
}
.Wm_Live {
    position: absolute;
    background: url(../images/new_game/game_live.jpg?2021072801) no-repeat -720px -675px;
    top: 225px;
    left: 720px;
}
.AG_Live {
    position: absolute;
    background: url(../images/new_game/game_live.jpg?2021072801) no-repeat -960px -675px;
    top: 225px;
    left: 960px;
}
.Sexy_Live:hover {
    background-position-y: -450px;
}
.Sa_Live:hover {
    background-position-y: -450px;
}
.Evo_Live:hover {
    background-position-y: -450px;
}
.Wm_Live:hover {
    background-position-y: -450px;
}
.AG_Live:hover {
    background-position-y: -450px;
}
/* 未知-真人 */
/*.Stay_Live {
    background: url(../images/new_game/game_live.jpg?2019072201) no-repeat -1000px -450px;
}
.Stay_Live:hover {
    background-position-y: 0;
}*/
/*棋牌_直向捲動*/
[class*="Multi"] {
    width: 400px;
}
[class*="Multi"] {
    width: 400px;
}
.V8poker_Multi {
    background: url(../images/new_game/game_poker.jpg?2021072801) no-repeat 0px -450px;
}
.Kingmaker_Multi{
    background: url(../images/new_game/game_poker.jpg?2021072801) no-repeat -400px -450px;
}
.Rich88_Multi {
    background: url(../images/new_game/game_poker.jpg?2021072801) no-repeat -800px -450px;
}
.V8poker_Multi:hover {
    background-position-y: 0;
}
.Kingmaker_Multi:hover{
    background-position-y: 0;
}
.Rich88_Multi:hover {
    background-position-y: 0;
}
/* 未知-棋牌 */
/*.Stay_Multi {
    background: url(../images/new_game/game_poker.jpg?2019072201) no-repeat -800px -450px;
}
.Stay_Multi:hover {
    background-position-y: 0;
}*/
/*電子_直向捲動*/
[class*="Slot"] {
    width: 240px;
    height: 225px;
}
.Sa_Slot, .FunGaming_Slot, .Gamatron_Slot{
    display: none;
}
/*電子-上*/
.Aws_Slot {
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat 0 -225px;
    left: -240px;
}
.Jili_Slot {
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat -240px -225px;
    left: -240px;
}
.Wr_Slot {
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat -479px -225px;
    left: 480px;
}
.Ftg_Slot{
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat -720px -225px;
}
.CQ9_Slot {
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat -960px -225px;
}
.Aws_Slot:hover {
    background-position-y: 0;
}
.Jili_Slot:hover {
    background-position-y: 0;
}
.Wr_Slot:hover {
    background-position-y: 0;
}
.Ftg_Slot:hover {
    background-position-y: 0;
}
.CQ9_Slot:hover {
    background-position-y: 0;
}
/*電子-下*/
.Jdb_Slot {
    position: absolute;
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat 0 bottom;
    top: 225px;
    left: 0;
}
.Bogo_Slot {
    position: absolute;
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat -240px bottom;
    top: 225px;
    left: 240px;
}
.Cg_Slot {
    position: absolute;
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat -480px bottom;
    top: 225px;
    left: 480px;
}
.Pg_Slot{
    position: absolute;
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat -720px bottom;
    top: 225px;
    left: 720px;
}
.Icg_Slot {
    position: absolute;
    background: url(../images/new_game/game_slot.jpg?2021072801) no-repeat -960px bottom;
    top: 225px;
    left: 960px;
}
.Jdb_Slot:hover {
    background-position-y: -450px;
}
.Bogo_Slot:hover {
    background-position-y: -450px;
}
.Cg_Slot:hover {
    background-position-y: -450px;
}
.Pg_Slot:hover {
    background-position-y: -450px;
}
.Icg_Slot:hover {
    background-position-y: -450px;
}
/* 未知-電子 */
/*.Stay_Slot {
    background: url(../images/new_game/game_slot.jpg?2019072201) no-repeat -1000px -450px;
}
.Stay_Slot:hover {
    background-position-y: 0;
}*/

/*新彩票_直向捲動*/
[class*="Lottery"] {
    width: 300px;
}
.KK_Lottery {
    background: url(../images/new_game/game_lottery.jpg?2021072801) no-repeat 0 bottom;
    left: -300px;
}
.GB_Lottery {
    background: url(../images/new_game/game_lottery.jpg?2021072801) no-repeat -300px bottom;
    left: -300px;
}
.Wr_Lottery {
    background: url(../images/new_game/game_lottery.jpg?2021072801) no-repeat -600px bottom;
    left: 600px;
}
.Tc_Lottery {
    background: url(../images/new_game/game_lottery.jpg?2021072801) no-repeat -900px bottom;
}
.KK_Lottery:hover {
    background-position-y: 0;
}
.GB_Lottery:hover {
    background-position-y: 0;
}
.Wr_Lottery:hover {
    background-position-y: 0;
}
.Tc_Lottery:hover {
    background-position-y: 0;
}
/*捕魚_直向捲動*/
[class*="Fish"] {
    width: 200px;
}
.FunGaming_Fishing ,.Allbet_Fishing{
    display: none;
}
.Icg_Fishing {
    background: url(../images/new_game/game_fish.jpg?2021072801) no-repeat 0 bottom;
}
.Bg_Fishing {
    background: url(../images/new_game/game_fish.jpg?2021072801) no-repeat -200px bottom;
}
.Joker_Fishing {
    background: url(../images/new_game/game_fish.jpg?2021072801) no-repeat -400px bottom;
}
.Jdb_Fishing {
    background: url(../images/new_game/game_fish.jpg?2021072801) no-repeat -600px bottom;
}
.CQ9_Fishing {
    background: url(../images/new_game/game_fish.jpg?2021072801) no-repeat -800px bottom;
}
.Jili_Fishing {
    background: url(../images/new_game/game_fish.jpg?2021072801) no-repeat -1000px bottom;
}
.Icg_Fishing:hover {
    background-position-y: 0;
}
.Bg_Fishing:hover {
    background-position-y: 0;
}
.Joker_Fishing:hover {
    background-position-y: 0;
}
.Jdb_Fishing:hover {
    background-position-y: 0;
}
.CQ9_Fishing:hover {
    background-position-y: 0;
}
.Jili_Fishing:hover {
    background-position-y: 0;
}
/*競技_直向捲動*/
[class*="Racing"] {
    width: 600px;
}
.S128_Racing {
    background: url(../images/new_game/game_other.jpg?2021061603) no-repeat 0 bottom;
}
.Trc_Racing {
    background: url(../images/new_game/game_other.jpg?2021061603) no-repeat -600px bottom;
}
.S128_Racing:hover {
    background-position-y: 0;
}
.Trc_Racing:hover {
    background-position-y: 0;
}
/*競技_敬請期待縮小50%*/
.S128_Racing .new_game_notopen .big_pic, .Trc_Racing .new_game_notopen .big_pic {
    width: 50%;
}
/*新_廣告輪播*/
.flexslider {
    /*position: absolute;
    top: 200px;*/
    width: 100%;
    height: 450px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}
.flexslider img, .ad_picSet img {
    width: 100%;
    height: 450px;
}

/*跑馬燈+彩金*/
.bonus_marquee {
    position: absolute;
    top: 650px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 1em;
    background: #d6d6d6;
    background: -moz-linear-gradient(top,  #d6d6d6 0%, #f4f4f4 25%, #fff 50%, #ddd 52%, #f2f2f2 78%, #fff 100%);
    background: -webkit-linear-gradient(top,  #d6d6d6 0%,#f4f4f4 25%,#fff 50%,#ddd 52%,#f2f2f2 78%,#fff 100%);
    background: -o-linear-gradient(top,  #d6d6d6 0%,#f4f4f4 25%,#fff 50%,#ddd 52%,#f2f2f2 78%,#fff 100%);
    background: -ms-linear-gradient(top,  #d6d6d6 0%,#f4f4f4 25%,#fff 50%,#ddd 52%,#f2f2f2 78%,#fff 100%);
    background: linear-gradient(to bottom,  #d6d6d6 0%,#f4f4f4 25%,#fff 50%,#ddd 52%,#f2f2f2 78%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#fff',GradientType=0 );
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.content_set {
    margin:0 auto;
    background:url(../images/new_index/content_bg7923.png?2019062801) repeat-x top left;
    vertical-align:top
}
.WRTH_bmset {
    width:1200px;
    margin:0 auto 50px;
    text-align:center;
    background:url(../images/new_index/WRTH_bmset7923.jpg?20191213) no-repeat top;
    vertical-align:top
}
.WRVN_bmset {
    width:1200px;
    margin:0 auto 50px;
    text-align:center;
    background:url(../images/new_index/WRVN_bmset.jpg?20191213) no-repeat top;
    vertical-align:top
}
.WRT_bmset {
    width:1200px;
    margin:0 auto 50px;
    text-align:center;
    background:url(../images/new_index/WRVN_bmset.jpg?20191213) no-repeat top;
    vertical-align:top
}
.WRC_bmset {
    width:1200px;
    margin:0 auto 2em;
    text-align:center;
    background:url(../images/new_index/WRC_bmset7923.jpg?20191213) no-repeat top;
    vertical-align:top
}
.WRT_bmset .bonus, .WRC_bmset .bonus, .WRTH_bmset .bonus, .WRVN_bmset .bonus {
    width: 100%;
    height: 76px;
    line-height: 76px;
    text-align: left;
}
.left_bonus {
    display: inline-block;
    *display: block;
    width: 410px;
    height: 76px;
    line-height: 74px;
    text-align: right;
    color: #ffd400;
    font-size: 2em;
    font-weight: normal;
    vertical-align: top;
}
.right_bonus {
    float: right;
    width: 240px;
    height: 76px;
    line-height: 74px;
    margin: 0 30px 0 0;
    text-align: right;
    color: #ffd400;
    font-size: 2em;
    font-weight: normal;
    vertical-align: top;
}
.WRT_marquee {
    display: inline-block;
    *display: block;
    width: 57%;
    height: 76px;
    line-height: 68px;
    padding: 0 20px 0 70px;
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
    vertical-align: top;
}
.WRC_marquee {
    display: inline-block;
    *display: block;
    width: 90%;
    height: 76px;
    line-height: 68px;
    padding: 0 20px 0 70px;
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    vertical-align: top;
}
.WRT_bmset .timeset, .WRC_bmset .timeset, .WRTH_bmset .timeset, .WRVN_bmset .timeset  {
    width: 99%;
    height: 37px;
    margin-bottom: 1em;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-shadow: #fff 1px 1px 0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#fff', Direction=135, Strength=1);
}
/*最新消息*/
.new_newset {
    display: inline-block;
    *display: block;
    width: 45%;
    height: 301px;
    padding: 10px 10px 10px 30px;
    margin: 0 1% 0 0;
    text-align: left;
    background: url(../images/new_index/newsbg7923.png?20190912) repeat-y top left;
    border: 1px solid #ccc;
    vertical-align: top;
    overflow : hidden;
}
.new_newstitle {
    display: inline-block;
    *display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    margin: 0 0 10px 0;
}
.new_newstitle .titlebg {
    display: inline-block;
    *display: block;
    width: 87%;
    height: 33px;
    background: url(../images/new_index/news_title7923.png?2020040801) no-repeat top left;
    vertical-align: middle;
}
.new_newstitle .titlebg_WRC {
    display: inline-block;
    *display: block;
    width: 87%;
    height: 33px;
    background: url(../images/new_index/news_title7923.png?2020040801) no-repeat top left;
    vertical-align: middle;
}
.new_newstitle .titlebg_WRVN {
    display: inline-block;
    *display: block;
    width: 87%;
    height: 33px;
    background: url(../images/new_index/news_title7923.png?2020111801) no-repeat top left;
    vertical-align: middle;
}
.new_newstitle .titlebg_WRTH {
    display: inline-block;
    *display: block;
    width: 87%;
    height: 33px;
    background: url(../images/new_index/news_title7923.png?2020040801) no-repeat top left;
    vertical-align: middle;
}
.new_newstitle .more {
    display: inline-block;
    *display: inline;
    width: 56px;
    height: 28px;
    line-height: 26px;
    font-size: 1em;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-out;
    text-shadow: rgb(0, 0, 0) 1px 1px 3px;
    background: #8cb808;
    background: -moz-linear-gradient(top, #c0de35 0%, #8cb808 100%);
    background: -webkit-linear-gradient(top, #c0de35 0%, #8cb808 100%);
    background: linear-gradient(to bottom, #c0de35 0%, #8cb808 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0de35', endColorstr='#8cb808', GradientType=0 );
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #aec16a;
    vertical-align: middle;
    cursor: pointer;
}
.new_newstitle .more:hover {
    background: #bf880d;
    background: -moz-linear-gradient(top, #ffdc5d 0%, #bf880d 100%);
    background: -webkit-linear-gradient(top, #ffdc5d 0%, #bf880d 100%);
    background: linear-gradient(to bottom, #ffdc5d 0%, #bf880d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc5d', endColorstr='#bf880d', GradientType=0 );
}
.new_newslist {
    display: inline-block;
    *display: block;
    width: 100%;
    cursor: pointer;
}
.new_newslist .list {
    height: 30px;
    line-height: 26px;
    padding: 1px 5px;
    border-bottom: 1px dotted #bbb;
}
.new_newslist .list:hover {
    background: #e8e8e8;
    transition: all 0.4s ease-out;
}
.newstype {
    display: inline-block;
    *display: inline;
    width: 50px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px 0 0;
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}
.news_fix {
    background:#c10000
}
.news_Cn_service {
    background: #368146;
}
.news_activity {
    background-color: #d88731;
}
.news_service {
    background:#368146
}
.new_newslist .text {
    display: inline-block;
    *display: inline;
    width: 70%;
    line-height: 27px;
    color: #000;
    font-size: 1em;
    white-space : nowrap;
    text-overflow : ellipsis;
    vertical-align: middle;
    overflow : hidden;
}
.new_newslist .text:hover {
    color: #c10000;
}
.new_newslist .time {
    display: inline-block;
    *display: inline;
    float: right;
    color: #888;
    font-size: 0.95em;
    vertical-align: middle;
}
/*WINNER熱門*/
.new_hotset {
    display: inline-block;
    *display: block;
    float: right;
    /*width: 50%;*/
    text-align: left;
    vertical-align: top;
}
.hot_icon01, .hot_icon02, .hot_icon03, .hot_icon04,
.hot_icon01:hover, .hot_icon02:hover, .hot_icon03:hover, .hot_icon04:hover {
    display: inline-block;
    *display: block;
    width: 145px;
    height: 249px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
    overflow: hidden;
}
.hot_icon01 {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01vn.jpg?2019062801) no-repeat 0 0
}
.hot_icon02 {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01vn.jpg?2019062801) no-repeat -145px 0
}
.hot_icon03 {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01vn.jpg?2019062801) no-repeat -290px 0
}
.hot_icon04 {
    background:url(../images/new_index/hot_icon01vn.jpg?2019062801) no-repeat -435px 0
}
.hot_icon01:hover {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01_hover7923.jpg?2019062801) no-repeat 0 0
}
.hot_icon02:hover {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01_hover7923.jpg?2019062801) no-repeat -145px 0
}
.hot_icon03:hover {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01_hover7923.jpg?2019062801) no-repeat -290px 0
}
.hot_icon04:hover {
    background:url(../images/new_index/hot_icon01_hover7923.jpg?2019062801) no-repeat -435px 0
}
.hot_icon05, .hot_icon06, .hot_icon05:hover, .hot_icon06:hover {
    display: inline-block;
    *display: block;
    width: 294px;
    height: 69px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
    overflow: hidden;
}
.hot_icon05 {
    margin:5px 2px 0 0;
    background:url(../images/new_index/hot_icon02vn.jpg?2019062801) no-repeat 0 0
}
.hot_icon06 {
    margin:5px 0 0;
    background:url(../images/new_index/hot_icon02vn.jpg?2019062801) no-repeat 0 -69px
}
.hot_icon05:hover {
    margin:5px 2px 0 0;
    background:url(../images/new_index/hot_icon02_hover7923.jpg?2019062801) no-repeat 0 0
}
.hot_icon06:hover {
    margin:5px 0 0;
    background:url(../images/new_index/hot_icon02_hover7923.jpg?2019062801) no-repeat 0 -69px
}
/*滑過效果*/
.hot_words {
    display: none;
}
.hot_icon01:hover .hot_words, .hot_icon02:hover .hot_words,
.hot_icon03:hover .hot_words, .hot_icon04:hover .hot_words,
.hot_icon05:hover .hot_words, .hot_icon06:hover .hot_words {
    display: block;
    position: relative;
    top: 272px;
    padding: 13px 0;
    color: #ffd400;
    background: rgba(255, 255, 255, 0.5);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 2px 2px 0 #000, 2px 2px 5px black;
    -webkit-transform: translateY(-85px);
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    transform: translateY(-85px);
    animation-duration: 0.8s;
    animation-name: slidein;
}
.hot_icon05:hover .hot_words, .hot_icon06:hover .hot_words {
    top: 95px;
    padding: 10px 0;
    font-size: 1.2em;
}
@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }
    to {
        margin-left: 0%;
        width: 100%;
    }
}
/*WINNER熱門(越南)*/
.hot_icon01_VN, .hot_icon02_VN, .hot_icon03_VN, .hot_icon04_VN,
.hot_icon01_VN:hover, .hot_icon02_VN:hover, .hot_icon03_VN:hover, .hot_icon04_VN:hover {
    display: inline-block;
    *display: block;
    width: 145px;
    height: 249px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
    overflow: hidden;
}
.hot_icon01_VN {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon017923.jpg?2020112501) no-repeat 0 0
}
.hot_icon02_VN {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon017923.jpg?2020112501) no-repeat -145px 0
}
.hot_icon03_VN {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon017923.jpg?2020112501) no-repeat -290px 0
}
.hot_icon04_VN {
    background:url(../images/new_index/hot_icon017923.jpg?2020112501) no-repeat -435px 0
}
.hot_icon01_VN:hover {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01_hover.jpg?2020112501) no-repeat 0 0
}
.hot_icon02_VN:hover {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01_hover.jpg?2020112501) no-repeat -145px 0
}
.hot_icon03_VN:hover {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01_hover.jpg?2020112501) no-repeat -290px 0
}
.hot_icon04_VN:hover {
    background:url(../images/new_index/hot_icon01_hover.jpg?2020112501) no-repeat -435px 0
}
.hot_icon05_VN, .hot_icon06_VN, .hot_icon05_VN:hover, .hot_icon06_VN:hover {
    display: inline-block;
    *display: block;
    width: 294px;
    height: 69px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
    overflow: hidden;
}
.hot_icon05_VN {
    margin:5px 2px 0 0;
    background:url(../images/new_index/hot_icon02vn.jpg?2020092201) no-repeat 0 0
}
.hot_icon06_VN {
    margin:5px 0 0;
    background:url(../images/new_index/hot_icon02vn.jpg?2020092201) no-repeat 0 -69px
}
.hot_icon05_VN:hover {
    margin:5px 2px 0 0;
    background:url(../images/new_index/hot_icon02_hover7923.jpg?2020092201) no-repeat 0 0
}
.hot_icon06_VN:hover {
    margin:5px 0 0;
    background:url(../images/new_index/hot_icon02_hover7923.jpg?2020092201) no-repeat 0 -69px
}
.hot_icon01_VN:hover .hot_words, .hot_icon02_VN:hover .hot_words,
.hot_icon03_VN:hover .hot_words, .hot_icon04_VN:hover .hot_words,
.hot_icon05_VN:hover .hot_words, .hot_icon06_VN:hover .hot_words {
    display: block;
    position: relative;
    top: 272px;
    padding: 13px 0;
    font-size: 1.2em;
    height: 24px;
    line-height: 21px;
    font-family: 'MYRIADPROBOLD';
    color: #ffd400;
    background: rgba(255, 255, 255, 0.5);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 2px 2px 0 #000, 2px 2px 5px black;
    -webkit-transform: translateY(-85px);
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    transform: translateY(-85px);
    animation-duration: 0.8s;
    animation-name: slidein;
}
.hot_icon05_VN:hover .hot_words, .hot_icon06_VN:hover .hot_words {
    top: 95px;
    padding: 12px 0;
    font-size: 1.3em;
    font-family: 'MYRIADPROREGULAR';
}
/*WINNER熱門(泰國)*/
.hot_icon01_TH, .hot_icon02_TH, .hot_icon03_TH, .hot_icon04_TH,
.hot_icon01_TH:hover, .hot_icon02_TH:hover, .hot_icon03_TH:hover, .hot_icon04_TH:hover {
    display: inline-block;
    *display: block;
    width: 145px;
    height: 249px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
    overflow: hidden;
}
.hot_icon01_TH {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01vn.jpg?2020112501) no-repeat 0 0
}
.hot_icon02_TH {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01vn.jpg?2020112501) no-repeat -145px 0
}
.hot_icon03_TH {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01vn.jpg?2020112501) no-repeat -290px 0
}
.hot_icon04_TH {
    background:url(../images/new_index/hot_icon01vn.jpg?2020112501) no-repeat -435px 0
}
.hot_icon01_TH:hover {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01_hover7923.jpg?2020112501) no-repeat 0 0
}
.hot_icon02_TH:hover {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01_hover7923.jpg?2020112501) no-repeat -145px 0
}
.hot_icon03_TH:hover {
    margin:0 1px 0 0;
    background:url(../images/new_index/hot_icon01_hover7923.jpg?2020112501) no-repeat -290px 0
}
.hot_icon04_TH:hover {
    background:url(../images/new_index/hot_icon01_hover7923.jpg?2020112501) no-repeat -435px 0
}
.hot_icon05_TH, .hot_icon06_TH, .hot_icon05_TH:hover, .hot_icon06_TH:hover {
    display: inline-block;
    *display: block;
    width: 294px;
    height: 69px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
    overflow: hidden;
}

.hot_icon01_TH:hover .hot_words, .hot_icon02_TH:hover .hot_words,
.hot_icon03_TH:hover .hot_words, .hot_icon04_TH:hover .hot_words,
.hot_icon05_TH:hover .hot_words, .hot_icon06_TH:hover .hot_words {
    display: block;
    position: relative;
    top: 272px;
    padding: 13px 0;
    color: #ffd400;
    background: rgba(255, 255, 255, 0.5);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 2px 2px 0 #000, 2px 2px 5px black;
    -webkit-transform: translateY(-85px);
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    transform: translateY(-85px);
    animation-duration: 0.8s;
    animation-name: slidein;
}
.hot_icon05_TH:hover .hot_words, .hot_icon06_TH:hover .hot_words {
    top: 95px;
    padding: 10px 0;
    font-size: 1.2em;
}

/*頁尾*/
.footer_set {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}
/*技術支援*/
.license_set {
    background: #232527;
    background: -moz-linear-gradient(top, #232527 0%, #424b54 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232527), color-stop(100%,#424b54));
    background: -webkit-linear-gradient(top, #232527 0%,#424b54 100%);
    background: -o-linear-gradient(top, #232527 0%,#424b54 100%);
    background: -ms-linear-gradient(top, #232527 0%,#424b54 100%);
    background: linear-gradient(to bottom, #232527 0%,#424b54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232527', endColorstr='#424b54',GradientType=0 );
}
.license {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}
.WRC_license_text, .WRT_license_text {
    display: inline-block;
    *display: block;
    width: 138px;
    padding: 0 50px 0 0;
    vertical-align: middle;
}
.WRC_license_text {
    height: 31px;
    background: url(../images/new_index/license_text.png?2020040801) no-repeat top left;
}
.WRT_license_text {
    height: 63px;
    background: url(../images/new_index/license_text.png?2020040801) no-repeat top left;
}
.license_icon {
    display: inline-block;
    *display: block;
    padding: 0 0 0 20px;
    border-left: 1px solid #999;
    vertical-align: middle;
}
/*快速導覽*/
.webtree_set {
    width: 100%;
    background: #000;
    height: 300px;
}
.webtree {
    width: 1400px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}
.webtree .cell1, .webtree .cell2  {
    display: inline-block;
    *display: block;
    width: 18%;
    height: 150px;
    text-align: left;
    vertical-align: top;
}
.webtree .cell3 {
    display: inline-block;
    *display: block;
    width: 22%;
    height: 150px;
    text-align: left;
    vertical-align: top;
}
.webtree .cell4 {
    display: inline-block;
    *display: block;
    width: 41%;
    height: 150px;
    text-align: left;
    border-left: 1px solid #fff;
    vertical-align: top;
}
.tree_top {
    display: inline-block;
    *display: block;
    width: 92%;
    height: 30px;
    line-height: 30px;
    padding: 5px 0 5px 7%;
    color: #fff;
    font-size: 1.2em;
    text-align: left;
    font-weight: 600;
    border-left: 2px solid red;
}
.tree_bottom {
    display: inline-block;
    *display: block;
    height: 100px;
    line-height: 25px;
    padding: 5px 0 5px 25px;
    font-size: 1em;
    text-align: left;
    border-left: 1px solid #fff;
    vertical-align: top;
    font-weight: 400;
}
.tree_bottom li, .tree_bottom li a {
    color: #fff; /*#d4d4d4*/
    cursor: pointer;
}
.tree_bottom li:hover, .tree_bottom li a:hover {
    color: #ffc000;
}
.no_line {
    border-left: none;
}
.tree_list {
    padding: 5px 0 5px 20px;
    color: #fff;
    vertical-align: middle;
}
.tree_list img, .tree_list span {
    display: inline-block;
    *display: block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.tree_list .text {
    display: inline-block;
    *display: block;
    margin: 0 10px 0 0;
    color: #fff;
    vertical-align: middle;
}
.tree_list .text:hover, .browser_text:hover {
    color: #ffc000;
    cursor: pointer;
}
.ft_service {
    display: inline-block;
    *display: block;
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    background: url(../images/new_index/ft_service.png?2020040801) no-repeat top left;
    vertical-align: middle;
}
.tree_list .ft_no18 {
    display: inline-block;
    *display: block;
    width: 108px;
    height: 50px;
    margin: 0 10px 0 0;
    background: url(../images/new_index/no18.png?2020040801) no-repeat top left;
    vertical-align: middle;
}
.tree_list .no18_text {
    display: inline-block;
    *display: block;
    width: 73%;
    line-height: 16px;
    color: #fff; /*#dadada*/
    font-size: 1.01em;
    vertical-align: middle;
    text-align: justify;
}
.browser_set {
    height: 40px;
    line-height: 40px;
    padding: 5px 0 5px 20px;
    color: #fff;
    vertical-align: middle;
}
.ft_browser {
    float: left;
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    background: url(../images/new_index/ft_browser.png?2020040801) no-repeat top left;
    vertical-align: middle;
}
.pop_browser {
    display: none;
    float: left;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
    background: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    vertical-align: middle;
}
.browser_text {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.browser_set:hover > .pop_browser {
    display: block;
}
.pop_browser .chrome, .pop_browser .firefox, .pop_browser .ie {
    display: inline-block;
    *display: block;
    width: 30px;
    height: 30px;
    margin: 0 1px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.chrome {
    background: url(../images/new_index/hot_browser.png?2020040801) no-repeat 0 -30px;
}
.chrome:hover {
    background: url(../images/new_index/hot_browser.png?2020040801) no-repeat 0 0;
}
.firefox {
    background: url(../images/new_index/hot_browser.png?2020040801) no-repeat -30px -30px;
}
.firefox:hover {
    background: url(../images/new_index/hot_browser.png?2020040801) no-repeat -30px 0px;
}
.ie {
    background: url(../images/new_index/hot_browser.png?2020040801) no-repeat -60px -30px;
}
.ie:hover {
    background: url(../images/new_index/hot_browser.png?2020040801) no-repeat -60px 0px;
}
/*版權宣告*/
.copyright {
    padding: 10px 0;
    color: #fff;
    background: #fd154a;
    background: -moz-linear-gradient(top,  #fd154a 0%, #b00927 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd154a), color-stop(100%,#b00927));
    background: -webkit-linear-gradient(top,  #fd154a 0%,#b00927 100%);
    background: -o-linear-gradient(top,  #fd154a 0%,#b00927 100%);
    background: -ms-linear-gradient(top,  #fd154a 0%,#b00927 100%);
    background: linear-gradient(to bottom,  #fd154a 0%,#b00927 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd154a', endColorstr='#b00927',GradientType=0 );
}
/*24小時客服_浮動視窗*/
.service_bar {
    position: fixed;
    right: 0%;
    top: 12%;
    width: 90px;
    height: 390px;
    border: 0;
    z-index: 9998;
}
.service_close {
    position: relative;
    top: 45px;
    right: -122px;
    width: 23px;
    height: 22px;
    background: url(../images/new_index/btn_close.png?20190912) no-repeat;
    background-size: 100% auto;
    border: 0;
    cursor: pointer;
}
.btn_sr1, .btn_sr2, .btn_sr3, .btn_sr4 {
    position: relative;
    top: 105px;
    padding-top:10px ;
    right: 0;
    height: 70px;
    color: #fff;
    background:rgba(5, 23, 56, 0.3);
    font-size: 0.95em;
    font-weight: normal;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}
.btn_sr1:hover, .btn_sr2:hover, .btn_sr3:hover, .btn_sr4:hover{
    background:rgba(5, 23, 56, 0.5);
}
.btn_sr1_icon,.btn_sr2_icon,.btn_sr3_icon,.btn_sr4_icon{
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
/*icon滑動*/
.btn_sr1:hover .btn_sr1_icon, .btn_sr2:hover .btn_sr2_icon, .btn_sr3:hover .btn_sr3_icon,
.btn_sr4:hover .btn_sr4_icon{
    transform: translateY(3px);
}
/*icon滑動文字顯示*/
.btn_sr1:hover  .sr_text , .btn_sr2:hover .sr_text, .btn_sr3:hover .sr_text,
.btn_sr4:hover .sr_text{
    transform: translateY(3px);
}
/*QRcode滑動顯示*/
.btn_sr4:hover .QRcode,.btn_sr2:hover .QRcode{
    visibility: visible;
}
.btn_sr1_icon {
    background: url(../images/new_index/service_icon1.png?20200221) no-repeat;
}
.btn_sr2_icon {
    background: url(../images/new_index/service_icon2.png?20200221) no-repeat;
}
.btn_sr3_icon  {
    background: url(../images/new_index/service_icon3.png?20200221) no-repeat;
}
.btn_sr4_icon  {
    background: url(../images/new_index/viber_icon.png?20200221) no-repeat;
}

.sr_text {
    padding-top: 5px;
}
/*line+微信QRcode_跳框*/
.QRcode {
    visibility: hidden;
    position: fixed;
    top: 34%;
    right: 5%;
    z-index: 10000;
    background: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}
.QRcode img {
    padding: 10px;
}
.QRcode_closebtn {
    float: right;
    font-size: 18px;
    color: #999;
}
.QRcode_closebtn:hover {
    color: #f00;
}
.QRcode_Title {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #666;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    background: #ddd;
    background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -o-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ddd',GradientType=0 );
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
/*合營計畫*/
.pt_body {
    background: url(../images/new_index/pt_bg.jpg?2020040801) repeat-y top left #414a53;
    background-size: cover;
    font: .95em 'Open Sans', sans-serif;
}
.pt_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.pt_bgset {
    padding: 40px 0;
    margin: 0 auto;
    color: #fff;
    /*font-family: "微软雅黑";*/
    text-align: center;
}
.pt_logo {
    width: 300px;
    height: 105px;
    margin: 0 auto 30px;
    background: url(../images/new_index/new_logo.png?2021042601) no-repeat;
    background-size: 100% auto;
    text-align: center;
}
.header_title1 {
    font-size: 1.5em;
}
.header_title2 {
    font-size: 2.5em;
    font-weight: bold;
}
.pt_main {
    min-width: 320px;
    max-width: 800px;
    height: 550px;
    margin: 0 auto;
    background: #414a53;
}
.pt_main input {
    display: none;
}
.pt_main label {
    display: inline-block;
    *display: inline;
    padding: 15px 25px;
    color: #aaa;
    font-size: 1.0em;
    text-align: center;
}
.pt_main label:hover {
    color: #fff;
    cursor: pointer;
}
.pt_main input:checked + label {
    background: #ed5a6a;
    color: #fff;
}
.pt_content {
    width: 90%;
    height: 450px;
    margin: 0 auto;
    background: #fff;
    color: #000;
    text-align: justify;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: auto;
}
.pt_content > .pt_insidebox {
    display: none;
    line-height: 1.4;
    margin: 0 0 0 25px;
    padding: 20px 25px 10px 0;
}
#pt_tab1:checked ~ .pt_content #pt_text1, #pt_tab2:checked ~ .pt_content #pt_text2,
#pt_tab3:checked ~ .pt_content #pt_text3, #pt_tab4:checked ~ .pt_content #pt_text4 {
    display: block;
}
.pt_table1, .pt_table2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
}
.pt_th {
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    background: #00c0da;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.pt_table1 .cell1, .pt_table1 .cell2, .pt_table1 .cell3 {
    display: inline-block;
    *display: inline;
    line-height: 18px;
    padding: 5px 0;
    vertical-align: middle;
}
.pt_table1 .cell1 {
    width: 27%;
}
.pt_table1 .cell2 {
    width: 26.5%;
}
.pt_table1 .cell3 {
    width: 41%;
}
.pt_table2 .cell1, .pt_table2 .cell2, .pt_table2 .cell3, .pt_table2 .cell4, .pt_table2 .cell5 {
    display: inline-block;
    *display: inline;
    line-height: 18px;
    padding: 5px 0;
    vertical-align: middle;
}
.pt_table2 .cell1 {
    width: 29%;
}
.pt_table2 .cell2, .pt_table2 .cell3 {
    width: 14%;
}
.pt_table2 .cell4, .pt_table2 .cell5 {
    width: 19%;
}
.rate{
    position: relative;
}
.rate_tips{
    height: 16px;
    line-height: 16px;
    display: inline-block;
    width: auto;
}
.pt_th_tips {
    font-size: 0.65em;
    font-weight: normal;
}
.pt_td {
    width: 99.7%;
    font-size: 1em;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-top: none;
}
.pt_table1 .pt_th .cell1, .pt_table1 .pt_th .cell2 {
    /*height: 40px;*/
    /*line-height: 40px;*/
    border-right: 1px solid #89f0ff;
}
.pt_table2 .pt_th .cell1, .pt_table2 .pt_th .cell2, .pt_table2 .pt_th .cell3, .pt_table2 .pt_th .cell4 {
    height: 25px;
    line-height: 25px;
    border-right: 1px solid #89f0ff;
}
.pt_table1 .pt_td .cell1, .pt_table1 .pt_td .cell2 {
    border-right: 1px solid #ccc;
}
.pt_table2 .pt_td .cell1, .pt_table2 .pt_td .cell2, .pt_table2 .pt_td .cell3, .pt_table2 .pt_td .cell4 {
    border-right: 1px solid #ccc;
}
.pt_content .pt_inside_title {
    width: 100%;
    padding: 0 0 2px 5px;
    margin: 20px auto;
    color: #9a0000;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dotted #aaa;
}
.contact_box .box50 {
    float: left;
    width: 48%;
}
.tab_bg01, .tab_bg02, .tab_bg03, .tab_bg04 {
    width: 100%;
    height: 110px;
    margin: 0 auto 10px;
    text-align: center;
}
.tab_bg01 {
    background: url(../images/new_index/tab_bg01.jpg?2020040801) no-repeat;
    background-size: cover;
}
.tab_bg02 {
    background: url(../images/new_index/tab_bg02.jpg?2020040801) no-repeat;
    background-size: cover;
}
.tab_bg03 {
    background: url(../images/new_index/tab_bg03.jpg?2020040801) no-repeat;
    background-size: cover;
}
.tab_bg04 {
    background: url(../images/new_index/tab_bg04.jpg?2020040801) no-repeat;
    background-size: cover;
}
.pt_ppt {
    width: 400px;
    height: 328px;
    margin: 0 auto 10px;
    text-align: center;
    background: url(../images/new_index/ppt.jpg?2020040801) no-repeat;
    background-size: 100% auto;
}
.pt_ppt_WRC{
    width: 400px;
    height: 328px;
    margin: 0 auto 10px;
    text-align: center;
    background: url(../images/new_index/WRC/ppt.jpg?2020040801) no-repeat;
    background-size: 100% auto;
}
.pt_ppt_WRVN{
    width: 400px;
    height: 328px;
    margin: 0 auto 10px;
    text-align: center;
    background: url(../images/new_index/WRVN/ppt.jpg?2020040801) no-repeat;
    background-size: 100% auto;
}
.pt_content ol {
    margin: 0 0 0 25px;
    font-weight: bold;
    list-style: decimal;
}
.pt_content ul {
    margin: 0 0 0 25px;
    font-weight: bold;
    list-style: disc;
}
.pt_content li {
    padding: 0 0 10px 5px;
    font-style: italic;
}
.pt_content li .title {
    margin: 0 0 5px 0;
    font-size: 1.1em;
    font-weight: bold;
}
.pt_content li .text {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}
.pt_content p {
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-size: 1em;
    font-style: normal;
}
.ptlicense_set {
    width: 100%;
    text-align: left;
}
.pt_license {
    display: inline-block;
    *display: inline;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #565656;
}
.ptlicense_set li {
    padding: 0;
}
/*新版各LOGO圖分開*/
.pt_license div {
    width: 170px;
    height: 60px;
}
.pt_ls01 {
    background: url(../images/new_index/pt_license_01.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls02 {
    background: url(../images/new_index/pt_license_02.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls03 {
    background: url(../images/new_index/pt_license_03.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls04 {
    background: url(../images/new_index/pt_license_04.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls05 {
    background: url(../images/new_index/pt_license_05.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls07 {
    background: url(../images/new_index/pt_license_07.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls08 {
    background: url(../images/new_index/pt_license_08.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls09 {
    background: url(../images/new_index/pt_license_09.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls10 {
    background: url(../images/new_index/pt_license_10.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls11 {
    background: url(../images/new_index/pt_license_11.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls12 {
    background: url(../images/new_index/pt_license_12.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls14 {
    background: url(../images/new_index/pt_license_14.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls15 {
    background: url(../images/new_index/pt_license_15.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls16 {
    background: url(../images/new_index/pt_license_16.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls17 {
    background: url(../images/new_index/pt_license_17.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls18 {
    background: url(../images/new_index/pt_license_18.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls19 {
    background: url(../images/new_index/pt_license_19.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls20 {
    background: url(../images/new_index/pt_license_20.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls21 {
    background: url(../images/new_index/pt_license_21.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls22 {
    background: url(../images/new_index/pt_license_22.png?2021072801) no-repeat;
    background-size: 100% auto;
}
/*.pt_ls23 {*/
    /*background: url(../images/new_index/pt_license_23.png?2021072801) no-repeat;*/
    /*background-size: 100% auto;*/
/*}*/
.pt_ls24 {
    background: url(../images/new_index/pt_license_24.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls25 {
    background: url(../images/new_index/pt_license_25.png?2021072801) no-repeat;
    background-size: 100% auto;
}
/*.pt_ls26 {*/
    /*background: url(../images/new_index/pt_license_26.png?2021072801) no-repeat;*/
    /*background-size: 100% auto;*/
/*}*/
.pt_ls27 {
    background: url(../images/new_index/pt_license_27.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls28 {
    background: url(../images/new_index/pt_license_28.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls29 {
    background: url(../images/new_index/pt_license_29.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls30 {
    background: url(../images/new_index/pt_license_30.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls31 {
    background: url(../images/new_index/pt_license_31.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls32 {
    background: url(../images/new_index/pt_license_32.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls33 {
    background: url(../images/new_index/pt_license_33.png?2021072801) no-repeat;
    background-size: 100% auto;
}
.pt_ls34 {
    background: url(../images/new_index/pt_license_34.png?2021061701) no-repeat;
    background-size: 100% auto;
}

.footer_login{
    display:none;
}
/*********  以下為 手機畫面_設定  *********/
/* 寬度大於 901px (iPad, iPad pro)*/
@media screen and (min-width: 901px) {
}

/* 寬度大於 1901px (電腦) */
@media screen and (min-width: 1901px) {
    .mem_info {
        margin-left: 15%;
    }
}
/* 寬度介於 1600px - 1900px (電腦) */
@media screen and (min-width: 1600px) and (max-width: 1900px) {
    .new_logo{
        margin-left: 14%;
    }
    .mem_info {
        margin-left: 7%;
    }
    /*首頁_(上層)遊戲列表選單*/
    .gameopen_set {
        left: 14.6%;
    }
    /*存款功能未開啟*/
    .members_itemlist .itemtips {
        margin: 0 0 0 6.5%;
    }
    .members_itemlist .arrow_d {
        right: 31.5%;
        top: 8%;
    }
    .members_itemlist .tips_close {
        right: 26%;
    }
    /*存款未開啟提示*/
    .hd_loginbox .itemtips1 {
        right: 18%;
    }

    .hd_loginbox .arrow_d1 {
        right: 29.7%;
    }
    /*提款未開啟提示*/
    .hd_loginbox .itemtips2 {
        right: 0.5%;
    }

    .hd_loginbox .arrow_d2 {
        right: 24.6%;
    }
    /*轉帳未開啟提示*/
    .hd_loginbox .itemtips3 {
        right: 62%;
    }

    .hd_loginbox .tips_close3 {
        right: 39.7%;
    }
    .hd_loginbox .arrow_d3 {
        right: 44.7%;
    }
}

/* 寬度介於 1440px - 1599px (電腦) */
@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .new_logo{
        margin-left: 8%;
    }
    .mem_info {
        margin-left: 5%;
    }
    /*首頁_(上層)遊戲列表選單*/
    .gameopen_set {
        left: 6.5%;
    }
    /*24小時客服_浮動視窗*/
    .cm_bar_area {
        right: 4%;
        top: 25%;
    }
    /*存款功能未開啟*/
    .members_itemlist .itemtips {
        margin: 0 0 0 7.5%;
    }
    .members_itemlist .arrow_d {
        right: 29.5%;
        top: 8%;
    }
    .members_itemlist .tips_close {
        right: 23%;
    }
    /*存款未開啟提示*/
    .hd_loginbox .itemtips1 {
        right: 18%;
    }

    .hd_loginbox .arrow_d1 {
        right: 26.6%;
    }
    /*提款未開啟提示*/
    .hd_loginbox .itemtips2 {
        right: 0%;
    }

    .hd_loginbox .arrow_d2 {
        right: 20.9%;
    }
    /*轉帳未開啟提示*/
    .hd_loginbox .itemtips3 {
        right: 63%;
    }

    .hd_loginbox .tips_close3 {
        right: 38.4%;
    }
    .hd_loginbox .arrow_d3 {
        right: 44%;
    }
}

/* 寬度介於 1360px - 1439px (電腦) */
@media screen and (min-width: 1360px) and (max-width: 1439px) {
    /*首頁_(上層)遊戲列表選單*/
    .gameopen_set {
        left: 6%;
    }
    .new_logo {
        margin-left: 4%;
    }
    .bg_deepgray.mem_info {
        margin-left: 5%;
    }
    /*24小時客服_浮動視窗*/
    .cm_bar_area {
        right: 2%;
        top: 27%;
    }
    /*存款功能未開啟*/
    .members_itemlist .itemtips {
        margin: 0 0 0 7.5%;
    }
    .members_itemlist .tips_close {
        right: 22%;
    }
    .members_itemlist .arrow_d {
        right: 28.5%;
        top: 9%;
    }
    /*存款未開啟提示*/
    .hd_loginbox .itemtips1 {
        right: 18%;
    }

    .hd_loginbox .arrow_d1 {
        right: 25.6%;
    }
    /*提款未開啟提示*/
    .hd_loginbox .itemtips2 {
        right: 0%;
    }

    .hd_loginbox .arrow_d2 {
        right: 18.9%;
    }
    /*轉帳未開啟提示*/
    .hd_loginbox .itemtips3 {
        right: 63%;
    }

    .hd_loginbox .tips_close3 {
        right: 38.4%;
    }
    .hd_loginbox .arrow_d3 {
        right: 44%;
    }
}

/* 寬度介於 1280px - 1359px (ipad) */
@media screen and (min-width: 1280px) and (max-width: 1359px) {
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 6%;
    }
    /*首頁_(上層)遊戲列表選單*/
    .gameopen_set {
        left: 2.5%;
    }
    /*24小時客服_浮動視窗*/
    .cm_bar_area {
        right: 0.5%;
        top: 26%;
    }
    /*存款功能未開啟*/
    .members_itemlist .itemtips {
        margin: 0 0 0 7.5%;
    }
    .members_itemlist .arrow_d {
        right: 27.5%;
        top: 9%;
    }
    .members_itemlist .tips_close {
        right: 20.5%;
    }
    /*存款未開啟提示*/
    .hd_loginbox .itemtips1 {
        right: 18%;
    }

    .hd_loginbox .arrow_d1 {
        right: 23.6%;
    }
    /*提款未開啟提示*/
    .hd_loginbox .itemtips2 {
        right: 0%;
    }

    .hd_loginbox .arrow_d2 {
        right: 16.9%;
    }
    /*轉帳未開啟提示*/
    .hd_loginbox .itemtips3 {
        right: 63%;
    }

    .hd_loginbox .tips_close3 {
        right: 37.4%;
    }
    .hd_loginbox .arrow_d3 {
        right: 44%;
    }
}

/* 寬度介於 1025px - 1279px (電腦) */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .gameopen_set {
        left: 0%;
    }
    /*24小時客服_浮動視窗*/
    .cm_bar_area {
        right: 0.5%;
        top: 32%;
    }
    .lang-selection-wrapper .lang-selection {
        left: -105px;
        position: absolute;
    }
    /*存款功能未開啟*/
    .members_itemlist .itemtips {
        margin: 0 0 0 9.5%;
    }
    .members_itemlist .arrow_d {
        right: 24.5%;
        top: 8%;
    }
    .members_itemlist .tips_close {
        right: 16%;
    }
    /*存款未開啟提示*/
    .hd_loginbox .itemtips1 {
        right: 22%;
    }

    .hd_loginbox .arrow_d1 {
        right: 30.9%;
    }
    /*提款未開啟提示*/
    .hd_loginbox .itemtips2 {
        right: 15%;
    }

    .hd_loginbox .arrow_d2 {
        right: 21%;
    }
    /*轉帳未開啟提示*/
    .hd_loginbox .itemtips3 {
        right: 46%;
    }

    .hd_loginbox .tips_close3 {
        right: 48%;
    }
    .hd_loginbox .arrow_d3 {
        right: 41.7%;
    }
}
/* 寬度小於 1024px */
@media screen and (max-width: 1024px) {
  
    .login_body {
    width: 100%;

}

.hd_loginbox .login_btn2   {
    width: 100%;
    height: 40px;
    font-size:1em;
  
}
.icon_tw, .icon_cn, .icon_vn, .icon_th, .icon_us
   {   
    display:none;
       }
.lang-selection-wrapper button.active-lang::after {
   display: none;
   }
.hd_loginbox .login_btn3   {
    display:none;
}
.new_logo
   {
       width: 40%;
   }
.header_game { 
display:none;
}

.left_bonus

{
    font-size: 2.7em;
}
.WRT_marquee{
    color: #e1dfd8;
    font-size: 2.7em;
}

.service_bar{
    display:none;
}



.license_set{
    display:none;
}



.flexslider{
    
    width: 100%;
    height: 160px;
}
.flexslider img, .ad_picSet img {

    width: 100%;
    height: 160px;
}

.WRT_bmset {
  display:none;
}

.lblist_bottom {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}
.lbgame_top {
    display: inline-block;
    *display: inline;
    width: 100%;
    height: 125px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em;
    vertical-align: top;
    cursor: pointer;
}
.lbgame_other {
    display: inline-block;
    *display: inline;
    width: 100%;
    height: 75px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em;
    vertical-align: top;
    cursor: pointer;
}
/*越南*/
.lb_sports_WRVN {
    background: url(/vn/images/index_icon/VN/lb_sports_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}
.lb_live_WRVN {
    background: url(/vn/images/index_icon/VN/lb_live_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}
.lb_cards_WRVN {
    background: url(/vn/images/index_icon/VN/lb_cards_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}
.lb_lottery_WRVN {
    background: url(/vn/images/index_icon/VN/lb_lottery_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}
.lb_slot_WRVN {
    background: url(/vn/images/index_icon/VN/lb_slot_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}
.lb_fishing_WRVN{
    background: url(/vn/images/index_icon/VN/lb_fishing_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}
.lb_racing_WRVN {
    background: url(/vn/images/index_icon/VN/lb_racing_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}
.lb_agent_WRVN {
    background: url(/vn/images/index_icon/VN/lb_agent_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}
.lb_studio_WRVN {
    background: url(/vn/images/index_icon/VN/lb_studio_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}
.lb_livegame_WRVN {
    background: url(/vn/images/index_icon/VN/lb_livegame_WRVN.png?2021081902) no-repeat;
    background-size: cover;
}

.footerbar_01, .footerbar_02, .footerbar_03, .footerbar_04, .footerbar_05 {
    
    width: 55px;
    height: 56px;
    margin: 5px auto;
    
}

.footerbar_01 { 
    background: url(/vn/images/index_icon/footerbar_01.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.footerbar_02 {
    background: url(/vn/images/index_icon/footerbar_02.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.footerbar_03 {
    background: url(/vn/images/index_icon/footerbar_03.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.footerbar_04 {
    background: url(/vn/images/index_icon/footerbar_04.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.footerbar_05 {
    background: url(/vn/images/index_icon/footerbar_05.png?2021081902) no-repeat;
    background-size: 100% auto;
}

.footer_login .btn_back_home, .footer_login .btn_points, .footer_login .btn_deposit,
.footer_login .btn_consignment, .footer_login .btn_service, .footer_login .btn_members,
.footer_login .btn_dp_wd, .footer_login .btn_dp_wd {
    
    display: inline-block;
    *display: inline;
    position: relative;
    width: 18.6%;
    line-height: 20px;
    color: #3c3a3a;
    color: #2a2828;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.footer_login .btn_text {

    font-size: 1.3em;
    line-height: .85em;
    color: #060606;
}

.icon_home, .icon_transfer, .icon_deposit, .icon_consignment, .icon_service, .icon_members {
    width: 35px;
    height: 35px;
    margin: 0 auto 2px;
}
.icon_home {
    background: url(/vn/images/index_icon/icon_home.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.icon_transfer {
    background: url(/vn/images/index_icon/icon_points.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.icon_deposit {
    background: url(/vn/images/index_icon/icon_deposit.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.icon_consignment {
    background: url(/vn/images/index_icon/icon_consignment.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.icon_service {
    background: url(/vn/images/index_icon/icon_24h_online.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.icon_members {
    background: url(/vn/images/index_icon/icon_members.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.icon_money {
    background: url(/vn/images/index_icon/icon_money.png?2021081902) no-repeat;
    background-size: 100% auto;
}
.footer_login {
    display: block;
    position: fixed;
    bottom: 0;
    float: left;
    width: 100%;
    height: em;
    box-shadow: 1px -1px 10px 0px rgb(223 216 216 / 30%);
    text-align: center;
    z-index: 2000;
}
 }
/* 寬度介於 1301px - 1440px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1440px) {
    /*首頁_(上層)遊戲列表選單*/
    .gameopen_set {
        left: 6%;
    }
    .new_logo{
        margin-left: 2%;
    }
    .mem_info {
        margin-left: 1%;
    }
    /*底部*/
    .webtree {
        width: 1200px;
    }
    .tree_bottom {
        padding: 0px 0 0px 25px;
    }
    .tree_bottom li, .tree_bottom li a {
        line-height: 1.8;
    }
}

/* 寬度介於 1025px - 1300px (ipad) */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
    /*首頁_(上層)遊戲列表選單*/
    .gameopen_set {
        left: 0%;
    }
    .new_logo,.mem_info {
        margin-left: 1%;
    }
    /*底部*/
    .webtree_set {
        height: 310px;
    }
    .webtree {
        width: 1200px;
    }
    .tree_bottom {
        padding: 0px 0 0px 25px;
    }
    .tree_bottom li, .tree_bottom li a {
        line-height: 1.4;
    }
}

/* 寬度介於 901px - 1024px (ipad) */
@media screen and (min-width: 901px) and (max-width: 1024px) {
    .gameopen_set {
        left: 0%;
    }
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 1%;
    }
}

/* 寬度小於 901px (iPad, iPad pro)*/
@media screen and (max-width: 901px) {
    /*首頁_(上層)遊戲列表選單*/
    .gameopen_set {
        left: 0%;
    }
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 1%;
    }
    .lang-selection-wrapper .lang-selection {
        left: -105px;
        position: absolute;
    }
}

/* 寬度大於 640px (iPad, iPad pro)*/
@media (max-width: 640px) {
}

/* 寬度介於 751px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 751px) and (max-width: 900px) {
}

/* 寬度介於 800px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 800px) and (max-width: 900px) {
    /*合營計畫*/
    .pt_main {
        max-width: 700px;
    }
}

/* 寬度介於 671px - 750px (iPad, 手機橫放) */
@media screen and (min-width: 671px) and (max-width: 750px) {
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 1%;
    }
}

/* 寬度介於 551px - 670px (手機橫放) */
@media screen and (min-width: 551px) and (max-width: 670px) {

    /*合營計畫*/
    .pt_content .ptlicense_set {
        margin: 0;
    }
    .contact_box .box50 {
        width: 100%;
    }
}

/* 寬度介於 560px - 600px (手機橫放) */
@media screen and (min-width: 560px) and (max-width: 600px) {
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 1%;
    }
    /*合營計畫*/
    .pt_table1, .pt_table2 {
        width: 100%;
    }
    .pt_th {
        font-size: 1em;
    }
    .pt_td {
        font-size: 0.95em;
    }
    .pt_table1 .cell1 {
        width: 38%;
    }
    .pt_table1 .cell2 {
        width: 20%;
    }
    .pt_table2 .cell2 {
        width: 12%;
    }
    .pt_table2 .pt_th .cell1, .pt_table2 .pt_th .cell2, .pt_table2 .pt_th .cell3, .pt_table2 .pt_th .cell4 {
        height: 34px;
        line-height: 17px;
        border-right: 1px solid #89f0ff;
    }
    .pt_content .ptlicense_set {
        margin: 0;
    }
}

/* 寬度介於 640px - 670px (iphone6 + Galaxy S5 手機橫放) */
@media screen and (min-width: 640px) and (max-width: 670px) {
}

/* 寬度介於 401px - 550px (iPhone 6+) */
@media screen and (min-width: 401px) and (max-width: 550px) {
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 1%;
    }
    /*合營計畫*/
    .pt_table1, .pt_table2 {
        width: 100%;
    }
    .pt_th {
        font-size: 0.9em;
    }
    .pt_td {
        font-size: 0.8em;
    }
    .pt_table1 .cell1 {
        width: 43%;
    }
    .pt_table1 .cell2 {
        width: 25%;
    }
    .pt_table1 .cell3 {
        width: 29%;
    }
    .pt_table1 .pt_th .cell1, .pt_table1 .pt_th .cell2 {
        height: 24px;
        line-height: 20px;
        border-right: 1px solid #89f0ff;
    }
    .pt_table2 .cell1 {
        width: 30%;
    }
    .pt_table2 .cell2 {
        width: 12%;
    }
    .pt_table2 .cell3 {
        width: 14%;
    }
    .pt_table2 .cell4 {
        width: 15%;
    }
    .pt_table2 .cell5 {
        width: 20%;
    }
    .pt_table2 .pt_th .cell1, .pt_table2 .pt_th .cell2, .pt_table2 .pt_th .cell3, .pt_table2 .pt_th .cell4 {
        height: 34px;
        line-height: 17px;
        border-right: 1px solid #89f0ff;
    }
    .pt_table2 .pt_td .cell1, .pt_table2 .pt_td .cell2, .pt_table2 .pt_td .cell3, .pt_table2 .pt_td .cell4 {
        height: 30px;
        line-height: 16px;
        padding: 0;
        border-right: 1px solid #ccc;
    }
    .pt_table2 .pt_td .cell5 {
        height: 30px;
        line-height: 16px;
        padding: 0;
    }
    .pt_main label {
        padding: 15px 9px;
    }
    .pt_content .ptlicense_set {
        margin: 0;
    }
    .pt_ppt {
        width: 330px;
        height: 270px;
    }
    .contact_box .box50 {
        width: 100%;
    }
}

/* 寬度介於 401px - 414px (Pixel2) */
@media screen and (min-width: 401px) and (max-width: 414px) {
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 1%;
    }
    /*合營計畫*/
    .pt_license div {
        width: 155px;
        height: 55px;
    }
}

/* 寬度介於 480px - 500px (iPhone 4横放) */
@media screen and (min-width: 480px) and (max-width: 500px) {
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 1%;
    }
    /*合營計畫*/
    .pt_table1 .cell1 {
        width: 39%;
    }
    .pt_table1 .cell2 {
        width: 20%;
    }
    .pt_table1 .cell3 {
        width: 37%;
    }
    .pt_table2 .cell1 {
        width: 36%;
    }
    .pt_table2 .cell2 {
        width: 13%;
    }
    .pt_table2 .cell4 {
        width: 13%;
    }
    .pt_table2 .cell5 {
        width: 17%;
    }
}

/* 寬度介於 321px - 400px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 321px) and (max-width: 400px) {
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 1%;
    }
    /*合營計畫*/
    .pt_main label {
        padding: 15px 9px;
    }
    .pt_content {
        width: 100%;
        height: 500px;
    }
    .pt_content .ptlicense_set {
        margin: 0;
    }
    .pt_license div {
        width: 145px;
        height: 51px;
    }
    .pt_table1, .pt_table2 {
        width: 100%;
    }
    .pt_th {
        font-size: 0.8em;
    }
    .pt_td {
        font-size: 0.8em;
    }
    .pt_table1 .cell1 {
        width: 43%;
    }
    .pt_table1 .cell2 {
        width: 25%;
    }
    .pt_table1 .cell3 {
        width: 31%;
    }
    .pt_table1 .pt_th .cell1, .pt_table1 .pt_th .cell2 {
        height: 24px;
        line-height: 16px;
        border-right: 1px solid #89f0ff;
    }
    .pt_table2 .cell1 {
        width: 30%;
    }
    .pt_table2 .cell2 {
        width: 12%;
    }
    .pt_table2 .cell3 {
        width: 14%;
    }
    .pt_table2 .cell4 {
        width: 15%;
    }
    .pt_table2 .cell5 {
        width: 20%;
    }
    .pt_table2 .pt_th .cell1, .pt_table2 .pt_th .cell2, .pt_table2 .pt_th .cell3, .pt_table2 .pt_th .cell4 {
        height: 34px;
        line-height: 17px;
        border-right: 1px solid #89f0ff;
    }
    .pt_table2 .pt_td .cell1, .pt_table2 .pt_td .cell2, .pt_table2 .pt_td .cell3, .pt_table2 .pt_td .cell4 {
        height: 30px;
        line-height: 16px;
        padding: 0;
        border-right: 1px solid #ccc;
    }
    .pt_table2 .pt_td .cell5 {
        height: 30px;
        line-height: 16px;
        padding: 0;
    }
    .pt_ppt {
        width: 300px;
        height: 250px;
    }
    .contact_box .box50 {
        width: 100%;
    }
}

/* 寬度介於 375px - 410px (iPhone 6,iPhone 7) */
@media screen and (min-width: 375px) and (max-width: 410px) {
}

/* 寬度小於 320px */
@media screen and (max-width: 320px) {
    .new_logo{
        margin-left: 3%;
    }
    .mem_info {
        margin-left: 1%;
    }
    /*合營計畫*/
    .pt_logo {
        width: 250px;
        height: 90px;
    }
    .header_title1 {
        font-size: 1em;
    }
    .header_title2 {
        font-size: 1.6em;
    }
    .pt_main label {
        padding: 15px 7px;
        font-size: 1em;
    }
    .pt_content {
        width: 100%;
    }
    .pt_content > .pt_insidebox {
        padding: 20px 10px 10px 0;
        margin: 0 0 0 10px;
    }
    .pt_main {
        height: auto;
    }
    .pt_content .ptlicense_set {
        margin: 0;
    }
    .pt_license div {
        width: 145px;
        height: 52px;
    }
    .pt_table1, .pt_table2 {
        width: 100%;
    }
    .pt_th {
        font-size: 1em;
    }
    .pt_td {
        font-size: 0.95em;
    }
    .pt_table1 .cell1 {
        width: 38%;
    }
    .pt_table1 .cell2 {
        width: 25%;
    }
    .pt_table1 .cell3 {
        width: 31%;
    }
    .pt_table1 .pt_th .cell1, .pt_table1 .pt_th .cell2 {
        height: 24px;
        line-height: 20px;
        border-right: 1px solid #89f0ff;
    }
    .pt_table2 .cell1 {
        width: 30%;
    }
    .pt_table2 .cell2 {
        width: 12%;
    }
    .pt_table2 .cell3 {
        width: 14%;
    }
    .pt_table2 .cell4 {
        width: 16%;
    }
    .pt_table2 .cell5 {
        width: 20%;
    }
    .pt_table2 .pt_th .cell1, .pt_table2 .pt_th .cell2, .pt_table2 .pt_th .cell3, .pt_table2 .pt_th .cell4 {
        height: 34px;
        line-height: 17px;
        border-right: 1px solid #89f0ff;
    }
    .pt_table2 .pt_td .cell1, .pt_table2 .pt_td .cell2, .pt_table2 .pt_td .cell3, .pt_table2 .pt_td .cell4 {
        height: 30px;
        line-height: 16px;
        padding: 0;
        border-right: 1px solid #ccc;
    }
    .pt_table2 .pt_td .cell5 {
        height: 30px;
        line-height: 16px;
        padding: 0;
    }
    .pt_ppt {
        width: 280px;
        height: 230px;
    }
    .contact_box .box50 {
        width: 100%;
    }
}