.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: 1000px;
    height: 120px;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
}
.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_topicon7923.png?20190904) no-repeat 0 0;
    background-size: 50px 17px;
}
.hd_topicon2 {
    background: url(../images/new_index/hd_topicon7923.png?20190904) no-repeat -22px 0;
    background-size: 62px 17px;
}
.hd_topicon3 {
    background: url(../images/new_index/hd_topicon7923.png?20190904) no-repeat -44px 0;
    background-size: 64px 17px;
}
.header_info {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    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 );
    border-top: 5px solid #b00000;
}
.new_logo {
    position: relative;
    width: 30%;
    margin: -6px 0 0 0;
    text-align: left;
    z-index: 3;
}
/*首頁_(上層)登入前_版型1*/
.hd_loginbox {
    float: right;
    width: 400px;
    padding: 10px 30px;
    margin: 10px auto 0;
    text-align: center;
    background: #ddd;
    background: -moz-linear-gradient(top, #fff 0%, #bbb 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #bbb 100%);
    background: -o-linear-gradient(top, #fff 0%, #bbb 100%);
    background: -ms-linear-gradient(top, #fff 0%, #bbb 100%);
    background: linear-gradient(to bottom, #fff 0%, #bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#bbb',GradientType=0 );
    border-bottom: 1px solid #3b465f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.login_ac {
    background: url(../images/new_index/login_ac7923.png?20190904) no-repeat 10px center;
    background-size: auto 70%;
}
.login_pw {
    background: url(../images/new_index/login_pw7923.png?20190904) 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: 20px;
    line-height: 20px;
    margin: 0 10px 5px 0;
    vertical-align: middle;
}
.hd_loginbox .login_ac, .hd_loginbox .login_pw {
    width: 150px;
    padding: 0 0 0 35px;
    color: #fff;
    font-size: 0.9em;
    text-align: left;
}
.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_check7923.png?20190904) 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: 49%;
    text-align: left;
    vertical-align: top;
}
.w48 {
    display: inline-block;
    *display: inline;
    width: 49%;
    text-align: left;
    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: 85px;
    height: 55px;
    padding: 0;
    margin: 0 2px 0 0;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    font-family: Arial, "微軟正黑體";
    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;
}
.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: 100px;
    height: 55px;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    font-family: Arial, "微軟正黑體";
    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;
}
.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: 5px auto 0;
    text-align: left;
}
.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: 0;
    margin: 0 0 7px 0;
    font-size: 0.9em;
    text-align: center;
}
.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;
}
.account_icon, .money_icon {
    display: inline-block;
    *display: inline;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.account_icon {
    background: url(../images/new_index/login_ac7923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.money_icon {
    background: url(../images/new_index/login_money7923.png?20190904) 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_close7923.png?20190904) 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: 24.2%;
}
.hd_loginbox .arrow_d1, .hd_loginbox .arrow_d2 {
    position: fixed;
    top: 90px;
    width: 0;
    height: 0;
    line-height: 0;
    z-index: 8;
}
.hd_loginbox .arrow_d1 {
    right: 36.5%;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #af2020 transparent;
}
.hd_loginbox .arrow_d2 {
    right: 33.5%;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #af2020 transparent;
}
/*登入後_各功能按鈕*/
.hd_loginitem {
    margin: 0 auto;
    text-align: center;
}
.hd_loginitem .login_items {
    display: inline-block;
    *display: inline;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 0.85em;
    text-align: center;
    word-break: break-all;
    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_off7923.png?20190904) 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 {
    width: 30px;
    margin: 7px auto 0;
    line-height: 16px;
    word-break: break-all;
}
/*首頁_(上層)遊戲列表選單*/
.header_game {
    width: 100%;
    background: #f1f1f1;
    z-index: 3;
}
.gamebar {
    width: 1000px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    z-index: 100;
}
.gamebar .g_menu {
    display: inline-block;
    *display: inline;
    width: 13%;
    text-align: center;
    cursor: pointer;
}
.gamebar .g_menu .title {
    font-size: 1em;
    color: #000;
}
/*.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;
}
.gamebar .g_menu:hover ul {
    display: block;
}
.gamebar .g_menu:hover {
    height: 39px;
    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;
}
.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: 28%;
    left: 13%;
    width: 70%;
    margin: 0 auto;
    cursor: default;
    z-index: 18;
}
.new_game_notopen .superbig_pic {
    position: absolute;
    top: 20%;
    left: 25%;
    width: 48%;
    margin: 0 auto;
    cursor: default;
    z-index: 18;
}
.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: 400px;
}
.Wr_Sport {
    background: url(../images/new_game/game_sport7923.jpg?20190904) no-repeat 0 -450px;
}
.Pc_Sport {
    background: url(../images/new_game/game_sport7923.jpg?20190904) no-repeat -400px -450px;
}
.Av_eSport {
    background: url(../images/new_game/game_sport7923.jpg?20190904) no-repeat -800px -450px;
}
.Wr_Sport:hover {
    background-position-y: 0;
}
.Pc_Sport:hover {
    background-position-y: 0;
}
.Av_eSport:hover {
    background-position-y: 0;
}
/* 未知-體育 */
/*.Stay_Sport {
    background: url(../images/new_game/game_sport.jpg?20190904) no-repeat -900px -450px;
}
.Stay_Sport:hover {
    background-position-y: 0;
}*/
/*真人_直向捲動*/
[class*="Live"] {
    width: 240px;
}
.Allbet_Live {
    background: url(../images/new_game/game_live7923.jpg?20190904) no-repeat 0 -450px;
}
.Dg_Live {
    background: url(../images/new_game/game_live7923.jpg?20190904) no-repeat -240px -450px;
}
.Sa_Live {
    background: url(../images/new_game/game_live7923.jpg?20190904) no-repeat -480px -450px;
}
.Oc_Live {
    background: url(../images/new_game/game_live7923.jpg?20190904) no-repeat -720px -450px;
}
.Wm_Live {
    background: url(../images/new_game/game_live7923.jpg?20190904) no-repeat -960px -450px;
}
.Allbet_Live:hover {
    background-position-y: 0;
}
.Dg_Live:hover {
    background-position-y: 0;
}
.Sa_Live:hover {
    background-position-y: 0;
}
.Oc_Live:hover {
    background-position-y: 0;
}
.Wm_Live:hover {
    background-position-y: 0;
}
/* 未知-真人 */
/*.Stay_Live {
    background: url(../images/new_game/game_live.jpg?20190904) no-repeat -1000px -450px;
}
.Stay_Live:hover {
    background-position-y: 0;
}*/
/*棋牌_直向捲動*/
[class*="Multi"] {
    width: 600px;
}
.Vg_Multi {
    background: url(../images/new_game/game_poker7923.jpg?20190904) no-repeat 0 -450px;
}
.AS_Multi {
    background: url(../images/new_game/game_poker7923.jpg?20190904) no-repeat -600px -450px;
}
.Vg_Multi:hover {
    background-position-y: 0;
}
.AS_Multi:hover {
    background-position-y: 0;
}
/* 未知-棋牌 */
/*.Stay_Multi {
    background: url(../images/new_game/game_poker.jpg?20190904) no-repeat -800px -450px;
}
.Stay_Multi:hover {
    background-position-y: 0;
}*/
/*電子_直向捲動*/
[class*="Slot"] {
    width: 240px;
}
.Bogo_Slot {
    background: url(../images/new_game/game_slot7923.jpg?20190904) no-repeat 0 -450px;
}
.Av_Slot {
    background: url(../images/new_game/game_slot7923.jpg?20190904) no-repeat -240px -450px;
}
.Wr_Slot {
    background: url(../images/new_game/game_slot7923.jpg?20190904) no-repeat -480px -450px;
}
.Sa_Slot {
    background: url(../images/new_game/game_slot7923.jpg?20190904) no-repeat -720px -450px;
}
.Allbet_Slot {
    background: url(../images/new_game/game_slot7923.jpg?20190904) no-repeat -960px -450px;
}
.Bogo_Slot:hover {
    background-position-y: 0;
}
.Av_Slot:hover {
    background-position-y: 0;
}
.Wr_Slot:hover {
    background-position-y: 0;
}
.Sa_Slot:hover {
    background-position-y: 0;
}
.Allbet_Slot:hover {
    background-position-y: 0;
}
/* 未知-電子 */
/*.Stay_Slot {
    background: url(../images/new_game/game_slot.jpg?20190904) no-repeat -1000px -450px;
}
.Stay_Slot:hover {
    background-position-y: 0;
}*/
/*新彩票_直向捲動*/
.lott_set {
    left: 34.2%;
}
[class*="Lottery"] {
    width: 600px;
}
.Wr_Lottery {
    background: url(../images/new_game/game_lottery7923.jpg?20190904) no-repeat 0 -450px;
}
.Wr_Lottery:hover {
    background-position-y: 0;
}
/*新_廣告輪播*/
.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?20190904) repeat-x top left;
    vertical-align: top;
}
.WRT_bmset {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 2em 0;
    text-align: center;
    background: url(../images/new_index/WRT_bmset7923.jpg?20190904) no-repeat;
    vertical-align: top;
}
.WRC_bmset {
    width: 1200px;
    margin: 0 auto 2em;
    text-align: center;
    background: url(../images/new_index/WRC_bmset7923.html?20190904) no-repeat;
    vertical-align: top;
}
.WRT_bmset .bonus, .WRC_bmset .bonus {
    width: 100%;
    height: 76px;
    line-height: 76px;
    text-align: left;
}
.left_bonus {
    display: inline-block;
    *display: block;
    width: 410px;
    height: 74px;
    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.2em;
    font-weight: normal;
    vertical-align: top;
}
.WRC_marquee {
    display: inline-block;
    *display: block;
    width: 22%;
    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 {
    width: 99%;
    height: 37px;
    line-height: 20px;
    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/newsbg29d8.png?2019081201) 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?20190904) 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: 3px 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;
    -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: #e47400;
}
.new_newslist .text {
    display: inline-block;
    *display: inline;
    width: 70%;
    line-height: 20px;
    color: #555;
    font-size: 1em;
    white-space : nowrap;
    text-overflow : ellipsis;
    vertical-align: middle;
    overflow : hidden;
}
.new_newslist .text:hover {
    color: #c10000;
}
.new_newslist .news_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;
    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_icon017923.jpg?20190904) no-repeat 0 0;
}
.hot_icon02 {
    margin: 0 1px 0 0;
    background: url(../images/new_index/hot_icon017923.jpg?20190904) no-repeat -145px 0;
}
.hot_icon03 {
    margin: 0 1px 0 0;
    background: url(../images/new_index/hot_icon017923.jpg?20190904) no-repeat -290px 0;
}
.hot_icon04 {
    background: url(../images/new_index/hot_icon017923.jpg?20190904) no-repeat -435px 0;
}
.hot_icon01:hover {
    margin: 0 1px 0 0;
    background: url(../images/new_index/hot_icon01_hover7923.jpg?20190904) no-repeat 0 0;
}
.hot_icon02:hover {
    margin: 0 1px 0 0;
    background: url(../images/new_index/hot_icon01_hover7923.jpg?20190904) no-repeat -145px 0;
}
.hot_icon03:hover {
    margin: 0 1px 0 0;
    background: url(../images/new_index/hot_icon01_hover7923.jpg?20190904) no-repeat -290px 0;
}
.hot_icon04:hover {
    background: url(../images/new_index/hot_icon01_hover7923.jpg?20190904) 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_icon027923.jpg?20190904) no-repeat 0 0;
}
.hot_icon06 {
    margin: 5px 0 0 0;
    background: url(../images/new_index/hot_icon027923.jpg?20190904) no-repeat 0 -69px;
}
.hot_icon05:hover {
    margin: 5px 2px 0 0;
    background: url(../images/new_index/hot_icon02_hover7923.jpg?20190904) no-repeat 0 0;
}
.hot_icon06:hover {
    margin: 5px 0 0 0;
    background: url(../images/new_index/hot_icon02_hover7923.jpg?20190904) 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%;
    }
}
/*頁尾*/
.footer_set {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}
/*技術支援*/
.license_set {
    background: #444;
}
.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/WRC_license_text7923.png?20190904) no-repeat top left;
}
.WRT_license_text {
    height: 63px;
    background: url(../images/new_index/WRT_license_text7923.html?20190904) 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;
}
.webtree {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}
.webtree .cell1, .webtree .cell2, .webtree .cell3 {
    display: inline-block;
    *display: block;
    width: 18%;
    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 9%;
    color: #fff;
    font-size: 1.2em;
    text-align: left;
    border-left: 2px solid #f00;
}
.tree_bottom {
    display: inline-block;
    *display: block;
    width: 35%;
    height: 100px;
    line-height: 25px;
    padding: 5px 0 5px 25px;
    font-size: 0.95em;
    text-align: left;
    border-left: 1px solid #fff;
    vertical-align: top;
}
.tree_bottom li, .tree_bottom li a {
    color: #aaa;
    cursor: pointer;
}
.tree_bottom li:hover, .tree_bottom li a:hover {
    color: #fff;
}
.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: #ffe568;
    cursor: pointer;
}
.ft_service {
    display: inline-block;
    *display: block;
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    background: url(../images/new_index/ft_service7923.png?20190904) 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/no187923.png?20190904) no-repeat top left;
    vertical-align: middle;
}
.tree_list .no18_text {
    display: inline-block;
    *display: block;
    width: 73%;
    line-height: 16px;
    color: #aaa;
    font-size: 0.9em;
    vertical-align: middle;
}
.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_browser7923.png?20190904) 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_browser7923.png?20190904) no-repeat 0 -30px;
}
.chrome:hover {
    background: url(../images/new_index/hot_browser7923.png?20190904) no-repeat 0 0;
}
.firefox {
    background: url(../images/new_index/hot_browser7923.png?20190904) no-repeat -30px -30px;
}
.firefox:hover {
    background: url(../images/new_index/hot_browser7923.png?20190904) no-repeat -30px 0px;
}
.ie {
    background: url(../images/new_index/hot_browser7923.png?20190904) no-repeat -60px -30px;
}
.ie:hover {
    background: url(../images/new_index/hot_browser7923.png?20190904) no-repeat -60px 0px;
}
/*版權宣告*/
.copyright {
    padding: 10px 0;
    color: #666;
    font-size: 0.95em;
    background: #fff;
}
/*24小時客服_浮動視窗*/
.service_bar {
    position: fixed;
    right: 8%;
    top: 22%;
    width: 165px;
    height: 420px;
    background: url(../images/new_index/service_bar7923.png?20190904) no-repeat;
    background-size: 100% auto;
    border: 0;
    z-index: 15;
}
.service_close {
    position: relative;
    top: 30px;
    right: -120px;
    width: 25px;
    height: 23px;
    background: url(../images/new_index/btn_close7923.png?20190904) no-repeat;
    background-size: 100% auto;
    border: 0;
    cursor: pointer;
}
.btn_sr1, .btn_sr2, .btn_sr3, .btn_sr4 {
    position: relative;
    top: 120px;
    left: 45px;
    width: 82px;
    height: 85px;
    margin: 0;
    color: #fff;
    font-size: 0.95em;
    font-weight: normal;
    text-align: center;
    background: url(../images/new_index/btn_sr7923.png?20190904) no-repeat 0 0;
    border: 0;
    cursor: pointer;
}
.btn_sr1 {
    background: url(../images/new_index/btn_sr7923.png?20190904) no-repeat 0 0;
}
.btn_sr1:hover {
    background: url(../images/new_index/btn_sr7923.png?20190904) no-repeat -82px 0;
}
.btn_sr2 {
    background: url(../images/new_index/btn_sr7923.png?20190904) no-repeat 0 -86px;
}
.btn_sr2:hover {
    background: url(../images/new_index/btn_sr7923.png?20190904) no-repeat -82px -86px;
}
.btn_sr3 {
    background: url(../images/new_index/btn_sr7923.png?20190904) no-repeat 0 -171px;
}
.btn_sr3:hover {
    background: url(../images/new_index/btn_sr7923.png?20190904) no-repeat -82px -171px;
}
.btn_sr4 {
    background: url(../images/new_index/btn_sr7923.png?20190904) no-repeat 0 -256px;
}
.btn_sr4:hover {
    background: url(../images/new_index/btn_sr7923.png?20190904) no-repeat -82px -256px;
}
.btn_sr1:hover, .btn_sr2:hover, .btn_sr3:hover, .btn_sr4:hover {
    color: #ff0;
}
.sr_text {
    letter-spacing: -1px;
    padding: 47px 0 0 0;
}
/*合營計畫*/
.pt_body {
    background: url(../images/new_index/pt_bg7923.jpg?20190904) repeat-y top left #414a53;
    background-size: cover;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, 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/pt_logo7923.png?20190904) 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.1em;
	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: #444;
    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: 90%;
    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: 37%;
}
.pt_table1 .cell2 {
    width: 30%;
}
.pt_table1 .cell3 {
    width: 30%;
}
.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%;
}
.pt_th_tips {
    font-size: 0.85em;
    font-weight: normal;
}
.pt_td {
    width: 100%;
    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_bg017923.jpg?20190904) no-repeat;
    background-size: cover;
}
.tab_bg02 {
    background: url(../images/new_index/tab_bg027923.jpg?20190904) no-repeat;
    background-size: cover;
}
.tab_bg03 {
    background: url(../images/new_index/tab_bg037923.jpg?20190904) no-repeat;
    background-size: cover;
}
.tab_bg04 {
    background: url(../images/new_index/tab_bg047923.jpg?20190904) no-repeat;
    background-size: cover;
}
.pt_ppt {
    width: 400px;
    height: 328px;
    margin: 0 auto 10px;
    text-align: center;
    background: url(../images/new_index/ppt7923.jpg?20190904) 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: #444;
}
.ptlicense_set li {
    padding: 0;
}
/*新版各LOGO圖分開*/
.pt_license div {
    width: 170px;
    height: 60px;
}
.pt_ls01 {
    background: url(../images/new_index/pt_license_017923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls02 {
    background: url(../images/new_index/pt_license_027923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls03 {
    background: url(../images/new_index/pt_license_037923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls04 {
    background: url(../images/new_index/pt_license_047923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls05 {
    background: url(../images/new_index/pt_license_057923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls06 {
    background: url(../images/new_index/pt_license_067923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls07 {
    background: url(../images/new_index/pt_license_077923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls08 {
    background: url(../images/new_index/pt_license_087923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls09 {
    background: url(../images/new_index/pt_license_097923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls10 {
    background: url(../images/new_index/pt_license_107923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls11 {
    background: url(../images/new_index/pt_license_117923.png?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls12 {
    background: url(../images/new_index/pt_license_127923.html?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls13 {
    background: url(../images/new_index/pt_license_137923.html?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls14 {
    background: url(../images/new_index/pt_license_147923.html?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls15 {
    background: url(../images/new_index/pt_license_157923.html?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls16 {
    background: url(../images/new_index/pt_license_167923.html?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls17 {
    background: url(../images/new_index/pt_license_177923.html?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls18 {
    background: url(../images/new_index/pt_license_187923.html?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls19 {
    background: url(../images/new_index/pt_license_197923.html?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls20 {
    background: url(../images/new_index/pt_license_207923.html?20190904) no-repeat;
    background-size: 100% auto;
}
.pt_ls21 {
    background: url(../images/new_index/pt_license_217923.html?20190904) no-repeat;
    background-size: 100% auto;
}

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

/* 寬度大於 1901px (電腦) */
@media screen and (min-width: 1901px) {
}

/* 寬度介於 1301px - 1900px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1900px) {
}

/* 寬度介於 901px - 1300px (ipad) */
@media screen and (min-width: 901px) and (max-width: 1300px) {
}

/* 寬度大於 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) {
}

/* 寬度介於 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) {
    /*合營計畫*/
    .pt_table1, .pt_table2 {
        width: 100%;
    }
    .pt_th {
        font-size: 1em;
    }
    .pt_td {
        font-size: 0.95em;
    }
    .pt_table1 .cell1 {
        width: 46%;
    }
    .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) {
    /*合營計畫*/
    .pt_table1, .pt_table2 {
        width: 100%;
    }
    .pt_th {
        font-size: 1em;
    }
    .pt_td {
        font-size: 0.95em;
    }
    .pt_table1 .cell1 {
        width: 46%;
    }
    .pt_table1 .cell2 {
        width: 25%;
    }
    .pt_table1 .cell3 {
        width: 25%;
    }
    .pt_table1 .pt_th .cell1, .pt_table1 .pt_th .cell2 {
        height: 54px;
        line-height: 54px;
        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) {
    /*合營計畫*/
    .pt_license div {
        width: 155px;
        height: 55px;
    }
}

/* 寬度介於 480px - 500px (iPhone 4横放) */
@media screen and (min-width: 480px) and (max-width: 500px) {
    /*合營計畫*/
    .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) {
    /*合營計畫*/
    .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: 1em;
    }
    .pt_td {
        font-size: 0.95em;
    }
    .pt_table1 .cell1 {
        width: 46%;
    }
    .pt_table1 .cell2 {
        width: 25%;
    }
    .pt_table1 .cell3 {
        width: 25%;
    }
    .pt_table1 .pt_th .cell1, .pt_table1 .pt_th .cell2 {
        height: 54px;
        line-height: 54px;
        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) {
    /*合營計畫*/
    .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: 46%;
    }
    .pt_table1 .cell2 {
        width: 25%;
    }
    .pt_table1 .cell3 {
        width: 25%;
    }
    .pt_table1 .pt_th .cell1, .pt_table1 .pt_th .cell2 {
        height: 54px;
        line-height: 54px;
        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%;
    }
}