@charset "UTF-8";

@font-face {
    font-family: 'din_alternatebold';
    src: url('../fonts/din_alternate_bold-webfont.woff2') format('woff2'),
         url('../fonts/din_alternate_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_condensed';
    src: url('../fonts/din_condensed-webfont.woff2') format('woff2'),
         url('../fonts/din_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/******************************* container *******************************/
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.container.no_relative {
    position: static;
}
.container:after {
    content: " ";
    display: block;
    clear: both;
}
@media only screen and (max-width: 1140px) {
    
}




.fl{ float: left; }
.fr{ float: right; }



/********************************* header *********************************/
.top_header_game_city{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #182437; 
    z-index: 10;
}
.top_header_game_city .gc_flex_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    position: relative;
}
.top_header_game_city .gc_header_logo img{
    width: 291px; 
    height: 38px;
}
.top_header_game_city .gc_function_group{
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1024px) {
}



.gc_function_group .gc_user_welcome{
    display: flex;
    align-items: center;
}
.gc_function_group .gc_user_welcome p{
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 5px;
}
.gc_function_group .gc_user_welcome a{
    color: #4CBFCD;
    font-size: 14px;
}
.gc_function_group .gc_user_welcome a:hover{
    color: #57DBEB;
}


/********************************* header balance *********************************/
.gc_function_group .gc_header_balance{
    display: flex;
    align-items: center;
}
.gc_header_balance > div{
    margin-left: 8px;
}
.gc_header_balance .mega_balance{
    
}
.gc_header_balance .mega_balance .balance_list_content {
    display: none;
    position: absolute;
    top: 50px;
    width: 1200px;
    right: 0;
    z-index: 999999;
}
.gc_header_balance .mega_balance .balance_list_content .balance_box{
   margin-top: 10px;
}
.gc_header_balance .mega_balance:hover .balance_list_content{
   display: block;
}
.gc_header_balance .balance_content{
    display: flex;
    align-items: center;
    background: #28374F;
    padding: 0 10px;
    height: 30px;
    border-radius: 2px;
    font-family: 'din_alternatebold', Helvetica, Arial, sans-serif;
}
.gc_header_balance .balance_content p{
    color: #8797A8;
    margin-right: 12px;
    font-size: 12px;
}
.gc_header_balance .balance_content .btn_reload{
    cursor: pointer; 
    margin: 0 6px;
    background: url("../images/topMenu/ic_reload.svg") center center no-repeat;
    height: 12px;
    width: 12px;
    transition: background .2s ease;
}
.gc_header_balance .balance_content .btn_reload:hover{
    background: url("../images/topMenu/ic_reload_hover.svg") center center no-repeat;
}
.gc_header_balance .balance_content .balance_num{
    color: #FFFFFF;
    text-align: right;
    min-width: 82px;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.gc_function_group .btn_finance{
    display: flex;
    align-items: center;
}
.gc_function_group .btn_finance li{
    margin-left: 8px;
}
.gc_function_group .btn_finance li a{
    color: #FFFFFF;
    display: block;
    line-height: 30px;
    min-width: 60px;
    text-align: center;
    border-radius: 2px;
    font-size: 13px;
}
.gc_function_group .btn_finance li:first-child a{
    background: linear-gradient(#E2B139, #DB802D);
}
.gc_function_group .btn_finance li:first-child a:hover{
    background: linear-gradient(#f4c041, #f89840);
}
.gc_function_group .btn_finance li:nth-child(2) a{
    background: linear-gradient(#4EACC2, #25718B);
}
.gc_function_group .btn_finance li:nth-child(2) a:hover{
    background: linear-gradient(#58bed6, #2d86a4);
}






/********************************* balance box  *********************************/
.balance_box{
  display: flex;
  align-items: flex-end; 
  flex-wrap: wrap;
  border: 1px solid #E4E4E4;
  border-right: none;
  border-bottom: none;
  background: #F2F2F2;
}
.user_top_balance_num:hover .balance_box{
  display: block;
  flex: 1;
  display: flex;
  align-items: flex-end; 
  flex-wrap: wrap;
}
.balance_box_con {
    width: 171px;
    padding: 10px 15px;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    height: 135px;
}
.balance_box_con .title{
  font-weight: bold;
  color: #202C3A;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 8px;
}
a.btn_transfer{
  width: 54px;
  height: 22px;
  border-radius: 3px;
  background: url(../images/topMenu/btn_ic_transfer.svg) #E0E0E0 36px center no-repeat;
  line-height: 22px;
  padding-left: 8px;
  color: #8C8C8C;
  font-size: 12px;
}
a.btn_transfer:hover{
  color: #666;
  background: url(../images/topMenu/btn_ic_transfer.svg) #d2d2d2 36px center no-repeat;
}
.balance_box_con .list{
  color: #5A5959;
  line-height: 28px;
}
.balance_box_con .list .num{
  float: right;
  font-weight: bold;
  color: #1392A2;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.ic_balance_tip{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 2px;
  background: url("../images/topMenu/ic_balance_tip.svg") no-repeat;
}


/* 修正第三方遊戲大廳, 餘額彈出式選單不會隱藏問題 */
.fix_balance_box .balance_box {
    display: none;
    align-items: flex-end;
    flex-wrap: wrap;
    border: 1px solid #E4E4E4;
    border-right: none;
    border-bottom: none;
    background: #F2F2F2;
}






/********************************* nav *********************************/
.gc_nav {
    padding: 14px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*position: relative;*/
}

.gc_nav ul{
    color: #97A6B7;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-right: 6px;
    transition: color .2s ease;
    padding: 10px 20px 18px 20px; 
}
.gc_nav ul a{
    color: #97A6B7;
    font-size: 15px;
    transition: color .2s ease;
}
.gc_nav ul .dropdown_btn_box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.gc_nav ul .dropdown_btn_box .ic_dropdown{
    width: 20px;
    height: 20px;
    background: url('../images/topMenu/ic_nav_triangle.svg') center center no-repeat;
    transition: background .2s ease;
}
.gc_nav ul:hover .dropdown_btn_box .ic_dropdown,
.gc_nav ul.active .dropdown_btn_box .ic_dropdown {
    width: 20px;
    height: 20px;
    background: url('../images/topMenu/ic_nav_triangle_focus.svg') center center no-repeat;
}
.gc_nav ul:hover,
.gc_nav ul a:hover{
    color: #FFFFFF;
}
.gc_nav ul.active{
    color: #4CBFCD;
}
.gc_nav ul:hover .sub_nav_content{
    height: 288px;
    visibility: visible;
}
.gc_nav ul:hover .sub_nav_content.lottery{
    height: 528px;/*如果彩票大廳選單高度有變動，這裡也要跟著變動*/
}




/********************************* 彩票大廳子選單 *********************************/
.sub_nav_content {
  width: 100%;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  top: 116px;
  left: 0;
  background: linear-gradient(to bottom,#101825 0%,#172437 15%,#1F3553 100%);
  transition: 
      height .9s ease,
      visibility .9s ease;
}
.sub_nav_content .sub_nav_wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sub_nav_content .sub_nav_col{
  display: flex;
  flex-wrap: wrap;
  cursor: default;
}
.sub_nav_col li{
  width: 16.3%;
  padding: 2.5px;
  display: flex;
  flex-wrap: wrap;
}
.sub_nav_col li.wider{
  width: 18.5%;
}
.sub_nav_col.top_game{
  padding-top: 13px;
}
.sub_nav_col.top_game li{
  width: 25%;
}
.sub_nav_col.top_game li a{
  width: 100%;
  height: 98px;
  display: block;
  transition: all .2s ease;
}
.sub_nav_col.top_game li:nth-child(1) a{
  background: url("../images/topMenu/nav_top_game_1.png") left center no-repeat,
  linear-gradient(to bottom,#0C647D,#00416C);
  background-size: 100%;
}
.sub_nav_col.top_game li:nth-child(1) a:hover{
  background: url("../images/topMenu/nav_top_game_1.png") left center no-repeat,
  linear-gradient(to bottom,#208EAD,#005995);
  background-size: 100%;
}
.sub_nav_col.top_game li:nth-child(2) a{
  background: url("../images/topMenu/nav_top_game_2.png") left center no-repeat,
  linear-gradient(to bottom,#374985,#413879);
  background-size: 100%;
}
.sub_nav_col.top_game li:nth-child(2) a:hover{
  background: url("../images/topMenu/nav_top_game_2.png") left center no-repeat,
  linear-gradient(to bottom,#455CA7,#574C9E);
  background-size: 100%;
}
.sub_nav_col.top_game li:nth-child(3) a{
  background: url("../images/topMenu/nav_top_game_3.png") left center no-repeat,
  linear-gradient(to bottom,#0B6D71,#134764);
  background-size: 100%;
}
.sub_nav_col.top_game li:nth-child(3) a:hover{
  background: url("../images/topMenu/nav_top_game_3.png") left center no-repeat,
  linear-gradient(to bottom,#0F9398,#1B648B);
  background-size: 100%;
}
.sub_nav_col.top_game li:nth-child(4) a{
  background: url("../images/topMenu/nav_top_game_4.png") left center no-repeat,
  linear-gradient(to bottom,#35618F,#254172);
  background-size: 100%;
}
.sub_nav_col.top_game li:nth-child(4) a:hover{
  background: url("../images/topMenu/nav_top_game_4.png") left center no-repeat,
  linear-gradient(to bottom,#417BB8,#325797);
  background-size: 100%;
}
.sub_nav_col li .sub_nav_set{
  width: 100%;
  padding: 17px 22px 14.5px 22px; 
  background: linear-gradient(135deg,rgba(11,78,118,.7),rgba(11,78,118,.5),rgba(34,59,85,.7),rgba(34,59,85,.7));
}
.sub_nav_col li .sub_nav_set.empty{
  background: 
  url("../images/topMenu/nav_empty_bg_logo.png") center center no-repeat,
  linear-gradient(135deg,rgba(11,78,118,.7),rgba(11,78,118,.5),rgba(34,59,85,.7),rgba(34,59,85,.7));
  background-size: 100%;
}
.sub_nav_col li .sub_nav_title{
  color: #FBD036;
  font-size: 15px;
  line-height: 1;
  width: 100%;
  margin-bottom: 9px;
}
.sub_nav_col li .sub_nav_list{
  width: 100%;
  display: flex;
}
.sub_nav_col li .sub_nav_list ol{
  flex:1;
  display: flex;
  flex-wrap: wrap;
} 
.sub_nav_col li.col_3{
  width: 48.9%;
  justify-content: space-between;
}
.sub_nav_col li.col_3 ol{
  justify-content: space-between;
}
.sub_nav_col li.col_3 ol:after {
    content: "";
    display: block;
    width: 26%;
}
.sub_nav_col li.col_3 .sub_nav_list ol a{
  width: 26%;
}
.sub_nav_col li .sub_nav_list ol a{
  width: 100%;
  display: flex;
  align-items: center;
  color: #DCDCDC;
  font-size: 13px;
  line-height: 1.9;
}
.sub_nav_col li .sub_nav_list ol a.small_text{
  font-size: 12.2px;
  line-height: 2;
}
.sub_nav_col li .sub_nav_list ol a img{
  margin-left: 5px;
}
.sub_nav_col li .sub_nav_list ol a:hover{
  text-decoration: underline;
}






/********************************* 其他子選單 *********************************/
.sub_nav_content .sub_nav_col_gc{
  display: flex;
  justify-content: center;
}
.sub_nav_content .sub_nav_col_gc a{
  position: relative;
}


/*編排款一 小*/
.sub_nav_content .sub_nav_col_gc.small{
  padding-top: 22px;
}
.sub_nav_content .sub_nav_col_gc.small a{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
.sub_nav_content .sub_nav_col_gc.small a .logo{
  width: 92px;
  height: 40px;
  margin-bottom: 5px;
}
.sub_nav_content .sub_nav_col_gc.small a p{
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'din_alternatebold', Microsoft YaHei, Arial, sans-serif;
}
.sub_nav_content .sub_nav_col_gc.small a .pic{
  width: 118px;
  height: 164px;
  transition: transform .2s ease;
}


/*編排款三 中*/
.sub_nav_content .sub_nav_col_gc.medium{
  padding-top: 38px;
}
.sub_nav_content .sub_nav_col_gc.medium a{
  display: flex;
  padding-left: 22px;
  padding-right: 22px;
}
.sub_nav_content .sub_nav_col_gc.medium a .logo_name{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub_nav_content .sub_nav_col_gc.medium a .logo_name .logo{
  width: 71px;
  height: 44px;
  margin-bottom: 5px;
  margin-left: -30px;
}
.sub_nav_content .sub_nav_col_gc.medium a .logo_name .logo_text{
  margin-bottom: 30px;
  margin-left: -30px;
}
.sub_nav_content .sub_nav_col_gc.medium a .logo_name .logo_text p{
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'din_alternatebold', Microsoft YaHei, Arial, sans-serif;
}
.sub_nav_content .sub_nav_col_gc.medium a .pic{
  width: 218px;
  height: 226px;
  transition: transform .2s ease;
  padding-top: 3px;
}

/*編排款三 大*/
.sub_nav_content .sub_nav_col_gc.large{
  padding-top: 38px;
}
.sub_nav_content .sub_nav_col_gc.large a{
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
.sub_nav_content .sub_nav_col_gc.large a .logo_name{
  display: flex;
  align-items: center;
}
.sub_nav_content .sub_nav_col_gc.large a .logo_name .logo{
  width: 48px;
  height: 48px;
  margin-left: -15px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.sub_nav_content .sub_nav_col_gc.large a .logo_name .logo_text{
  margin-bottom: 10px;
}
.sub_nav_content .sub_nav_col_gc.large a .logo_name .logo_text p{
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'din_alternatebold', Microsoft YaHei, Arial, sans-serif;
}
.sub_nav_content .sub_nav_col_gc.large a .logo_name .logo_text p.eng{
  color: #5074A2;
  font-size: 12px;
  line-height: 1;
}
.sub_nav_content .sub_nav_col_gc.large a .pic{
  width: 240px;
  height: 226px;
  transition: transform .2s ease;
  padding-top: 3px;
}


.sub_nav_content .sub_nav_col_gc a:hover .pic{
  transform: scale(1.06);
}


/*disable*/
.sub_nav_content .sub_nav_col_gc a.gc_menu_disable{
  cursor: default;
  pointer-events: none;
}
.sub_nav_content .sub_nav_col_gc a.gc_menu_disable .logo,
.sub_nav_content .sub_nav_col_gc a.gc_menu_disable p,
.sub_nav_content .sub_nav_col_gc a.gc_menu_disable .pic{
  opacity: .3;
}
.sub_nav_content .sub_nav_col_gc a.gc_menu_disable:hover .pic{
  transform: none;
}
.sub_nav_content .sub_nav_col_gc a.gc_menu_disable .gc_menu_disable_text{
  font-size: 20px;
  color: #c5d1dd;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}



/********************************* banner *********************************/
.banner_wrap {
    margin-top: 114px;
    min-width: 100%;
    position: relative;
}
.banner_wrap .banner .container{
    height: 100%;
}
.banner_wrap .banner {
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 520px;
    background: #a3aebe;
    z-index: 0;
}
.banner_wrap .banner .banner_show {
    width: 100%;
    text-align: center;
    height: 520px;
    overflow: hidden;
    position: relative;
}
.banner_wrap .banner .banner_show a.banner_inbox {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.banner_wrap .banner .banner_show a.banner_inbox img{
    max-width: inherit;
    width: auto;
}
.banner_wrap .banner_controllor{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner_wrap .banner_controllor  .btn_prev,
.banner_wrap .banner_controllor .btn_next{
    padding: 30px 16px;
    background: rgba(255,255,255,.2);
    border-radius: 3px;
    position: absolute;
    bottom: calc(260px - 40px);
    cursor: pointer;
    display: none;
}
.banner_wrap .banner_controllor .btn_prev:hover,
.banner_wrap .banner_controllor .btn_next:hover{
    background: rgba(255,255,255,.4);
}
.banner_wrap .banner_controllor .btn_prev{
    left: -45px;
}
.banner_wrap .banner_controllor .btn_next{
    right: -45px;
}
.banner_wrap:hover .btn_prev,
.banner_wrap:hover .btn_next{
    display: block;
}
.banner_wrap .banner_nav_content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner_wrap .banner_nav{
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.banner_wrap .banner_nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.banner_wrap .banner_nav ul li{
    margin: 5px; 
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0);
}
.banner_wrap .banner_nav ul li.active,
.banner_wrap .banner_nav ul li:hover{
    border: 1px solid #FFFFFF;
    transition: 
        background .2s ease,
        border .2s ease;
}
.banner_wrap .banner_nav ul li .nav_dot{
    background: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 3px;
}





/********************************* sidebar *********************************/
.sidebar{
    position: fixed;
    right: 0;
    background: #FFFFFF;
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 4px;
    z-index: 999;
    padding: 10px 0; 
    top: 225px;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1); 
}
.sidebar ul li{
    width: 100%;
    position: relative;
}
.sidebar ul li a{
    display: block;
    width: 46px;
    height: 46px;
    transition: background .2s ease;
    position: relative;
}
.sidebar li.app a {
    background: url('../images/sidebar/ic_sidebar_app.svg') center center no-repeat;
}
.sidebar li.app a:hover {
    background: url('../images/sidebar/ic_sidebar_app_hover.svg') center center no-repeat;
}
.sidebar li.afk a {
    background: url('../images/sidebar/ic_sidebar_afk.svg') center center no-repeat;
}
.sidebar li.afk a:hover {
    background: url('../images/sidebar/ic_sidebar_afk_hover.svg') center center no-repeat;
}
.sidebar li.service a {
    background: url('../images/sidebar/ic_sidebar_service.svg') center center no-repeat;
}
.sidebar li.service a:hover {
    background: url('../images/sidebar/ic_sidebar_service_hover.svg') center center no-repeat;
}
.sidebar li.chat a {
    background: url('../images/sidebar/ic_sidebar_chat.svg') center center no-repeat;
}
.sidebar li.chat a:hover {
    background: url('../images/sidebar/ic_sidebar_chat_hover.svg') center center no-repeat;
}
.sidebar li.social a {
    background: url('../images/sidebar/ic_sidebar_social.svg') center center no-repeat;
}
.sidebar li.social a:hover {
    background: url('../images/sidebar/ic_sidebar_social_hover.svg') center center no-repeat;
}
.sidebar li.girl a {
    background: url('../images/sidebar/ic_sidebar_girl.svg') center center no-repeat;
}
.sidebar li.girl a:hover{
    background: url('../images/sidebar/ic_sidebar_girl_hover.svg') center center no-repeat;
}
.sidebar li .dot {
    position: absolute;
    right: 1px;
    top: 7px;
    z-index: 2;
    width: 26px;
    display: flex;
    justify-content: center;
}

.sidebar li .dot span {
    min-width: 14px;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    padding: 0 3px;
    border-radius: 7px;
    background: #ff3232;
    color: #fff;
}
.sidebar li .sub{
  position: absolute;
  right: calc( 100% + 0px);
  top: 0;
  z-index: 2;
  display: none;
}
.sidebar li:hover .sub{
  display: block;
  top: 6px;
}
.sidebar li.app .qrcode{
  top: -10px;
}
.sidebar li.app .qrcode img{
  max-width: inherit;
  width: 150px;
  height: 150px;
  padding: 5px 5px 10px;
}
.sidebar li:hover .sub .sub_content{
  border-radius: 4px;
  background: #ffffff;
  margin-right: 10px;
  padding: 8px; 
  box-shadow: 0px 8px 20px rgba(0,227,255,.26); 
}
.sidebar li:hover .sub .sub_content p{
  text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #283B52;
    white-space: nowrap;
    padding: 4px 12px; 
}
.sidebar li:hover .sub.qrcode .sub_content p{
  text-align: center;
  background: -webkit-linear-gradient(left,#00CCC0 0,#0098CE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    line-height: 1;
    padding: 0 0 5px 0;
}







/********************************* sidebar *********************************/
.side_promo_bar {
    position: fixed; /* absolute => fixed */
    left: 10px;
    top: 195px;
    z-index: 1;
}
.side_promo_bar ul li{
    width: 100%;
}
.side_promo_bar ul li a{
    display: block;
}
.side_promo_bar ul li a img{
    transition: transform .2s ease;
}
.side_promo_bar ul li a img:hover{
    transform: scale(1.1);
}






/********************************* announcement *********************************/
.announcement_wrap{
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 11px 40px rgba(0,227,255,.18);
  border-radius: 7px;
  padding: 10px 16px;
  margin-top: 26px;
  overflow: hidden;
}
.announcement_wrap .text_announcement{
  flex: 1;
  padding: 0 15px; 
}
.announcement_wrap .text_announcement li a{
  font-size: 14px;
  color: #324254; 
}
.announcement_wrap .text_announcement a{
  font-size: 14px;
  color: #324254;
  line-height: 20px;
  padding-left:15px;
}
.announcement_wrap .text_announcement a:hover{
  color: #118799;
}
.announcement_wrap .btn_announcement{
  display: flex;
  align-items: center;
}

.announcement_wrap .btn_announcement li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: background .2s ease;
    cursor: pointer;
}

.announcement_wrap .btn_announcement li a {
    display: block;
    width: 21px;
    height: 21px;
}
.announcement_wrap .btn_announcement li:first-child {
    margin-right:5px;
}
.announcement_wrap .btn_announcement li:first-child a {
    background: #EBEDF4 url("../images/announcement/ic_announcement_down.svg") center center no-repeat;
}

.announcement_wrap .btn_announcement li:last-child a {
    background: #EBEDF4 url("../images/announcement/ic_announcement_up.svg") center center no-repeat;
}





/********************************* all game show  *********************************/
.games_wrap{
  margin-top: 74px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../images/allGames/bg_games.png) center no-repeat;
}
.games_wrap > ul{
  width: 200px;
}
.games_wrap > ul > li{
  cursor: pointer;
  position: relative;
  width: 219px;
  height: 122px;
  background: url(../images/allGames/bg_tabs.png) no-repeat;
  background-size: 219px;
  margin: -10px 0 -28px -20px;
  padding-bottom: 18px;
  text-align: center;
  color: #1F3146;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content:center;
}
.games_wrap li .games_icon {
  width: 40px;
  height: 42px;
  margin-right: 13px;
}
.games_wrap li .item{
  width: 76px;
}
.games_wrap li .en {
  font-size: 13px;
  color: #BBC1CA;
  font-family: 'din_alternatebold', Helvetica, Arial, sans-serif;
  margin-top: 4px;
}
.games_wrap > ul > li.active,.games_wrap > ul > li:hover{
  background: url(../images/allGames/bg_tabs_active.png) no-repeat;
  background-size: 219px;
  color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.games_wrap li.active .icon img,.games_wrap li:hover .icon img{
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.games_wrap li.active .en,.games_wrap li:hover .en{
  color: rgba(255,255,255,0.7);
}
.games_wrap li .games_wrap_li_active_img{
  position: absolute;
  bottom: 31px;
  opacity: 0;
  z-index: 1;
}
.games_wrap li.active .games_wrap_li_active_img,.games_wrap li:hover .games_wrap_li_active_img{
  opacity: 1;
}
.games_wrap li .games_wrap_li_active_img img{
  width: 100%; 
}
.games_wrap li:first-child .games_wrap_li_active_img{
  right: 127px;
  width: 62px;
}
.games_wrap li:nth-child(2) .games_wrap_li_active_img{
  right: 118px;
  width: 96px;
}
.games_wrap li:nth-child(3) .games_wrap_li_active_img{
  right: 118px;
  width: 86px;
}
.games_wrap li:nth-child(4) .games_wrap_li_active_img{
  right: 103px;
  width: 95px;
}
.games_wrap li:nth-child(5) .games_wrap_li_active_img{
  right: 120px;
  width: 74px;
}
.games_wrap li:nth-child(6) .games_wrap_li_active_img{
  right: 124px;
  width: 66px;
}
.games_container{
  width: 990px;
  height: 552px;
  position: relative;
}
.games_container_live{
  background: url(../images/allGames/bg_games_live.png) center no-repeat;
  background-size: 990px;
}
.games_container_sport{
  background: url(../images/allGames/bg_games_sport.png) center no-repeat;
  background-size: 990px;
}
.games_container_slots{
  background: url(../images/allGames/bg_games_slots.png) center no-repeat;
  background-size: 990px;
}
.games_container_fishing{
  background: url(../images/allGames/bg_games_fishing.png) center no-repeat;
  background-size: 990px;
}
.games_container_boardgame{
  background: url(../images/allGames/bg_games_boardgame.png) center no-repeat;
  background-size: 990px;
}
.games_container_esport{
  background: url(../images/allGames/bg_games_esport.png) center no-repeat;
  background-size: 990px;
}
.games_container_menu{
  position: absolute;
  top: 165px;
  right: 6px;
  width: 376px;
}
.games_container_menu .title{
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 7px;
  color: #1F3146;
  text-align: center;
}
.games_container_menu > ul{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content:center;
  flex-wrap:wrap;
  align-content:flex-start;
}
.games_container_live .games_container_menu > ul,.games_container_slots .games_container_menu > ul{
  justify-content: flex-start ; 
}
.games_container_menu li{
  width: 94px;
  height: 104px;
  position: relative;
  cursor: pointer;
  color: #1F3146;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.games_container_menu li div{
  position: absolute;
  width: 94px;
  text-align: center;
  bottom: 0;
  left: 0;
}
.games_container_menu li >img{
  width: 74px;
  height: 74px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 151 ,185 ,0.3);
  box-shadow: 0 2px 16px 0 rgba(0, 151 ,185 ,0.3);
  border-radius: 37px;
  will-change: transform;
  margin: 0 auto 10px;
}
.games_container_menu li:hover >img{
  transform: scale(1.08);
}
.games_container_menu li.games_li_disable{
  cursor: default;
  color: #CCCFD6;
}
.games_container_menu li.games_li_disable >img{
  opacity: 0.25;
}
.games_container_menu li.games_li_disable:hover >img{
  transform: none;
}
.games_container_menu li.games_li_disable:after{
  content: "维护中";
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -24px;
  color: #1F3146;
}












/********************************* pattern public title *********************************/
.pattern_public_title {
  width: 100%;
  font-size: 26px;
  text-align: center;
  color: #1F3146;
  padding-top: 20px;
  font-weight: 400;
}
.pattern_public_title.hot_lotto {
  background: url("../images/hotLottery/title_hot_lotto.svg") center top no-repeat;
}
.pattern_public_title.about_us {
  background: url("../images/aboutUs/title_about_us.svg") center top no-repeat;
}






/********************************* hot_lotto_wrap *********************************/
.hot_lotto_wrap{
  margin-top: 60px;
}
.hot_lotto_list {
  padding: 35px 15px 0 15px;
}
.hot_lotto_list ul{
  display: flex;
  justify-content: space-between;
}
.hot_lotto_list li a{
  display: block;

}
.hot_lotto_list li a .lotto_main_visual{
   width: 165px;
    height: 163px;
    transition: transform .2s ease;
}
.hot_lotto_list li.hot_lottery_a a .lotto_main_visual{
   background: url("../images/hotLottery/hot_lottery_a.png") center top no-repeat;
   background-size: 100%;
}
.hot_lotto_list li.hot_lottery_b a .lotto_main_visual {
    background: url("../images/hotLottery/hot_lottery_b.png") center top no-repeat;
    background-size: 100%;
}
.hot_lotto_list li.hot_lottery_c a .lotto_main_visual {
    background: url("../images/hotLottery/hot_lottery_c.png") center top no-repeat;
    background-size: 100%;
}
.hot_lotto_list li.hot_lottery_d a .lotto_main_visual {
    background: url("../images/hotLottery/hot_lottery_d.png") center top no-repeat;
    background-size: 100%;
}
.hot_lotto_list li.hot_lottery_e a .lotto_main_visual {
    background: url("../images/hotLottery/hot_lottery_e.png") center top no-repeat;
    background-size: 100%;
}
.hot_lotto_list li.hot_lottery_f a .lotto_main_visual {
    background: url("../images/hotLottery/hot_lottery_f.png") center top no-repeat;
    background-size: 100%;
}
.hot_lotto_list li a p{
  text-align: center;
  font-size: 18px;
  color: #1F3146;
  font-weight: bold;
}
.hot_lotto_list li a:hover .lotto_main_visual{
  transform: scale(1.1);
}




/********************************* app download *********************************/
.app_download_wrap{
  margin-top: 74px;
  display: flex;
}
.app_download_wrap .app_main_visual{
  width: 648px;
  height: 523px;
}
.app_download_wrap .app_text_content{
  padding-left: 15px;
}
.app_download_wrap .app_text_content h1{
  text-align: center;
  font-size: 50px;
  letter-spacing: 4px;
  background: -webkit-linear-gradient(left,#00a5ff, #00e6cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 64px;
}
.app_download_wrap .app_title{
  padding-top: 64px;
  padding-bottom: 8px; 
  width: 100%;
}
.app_download_wrap .app_title img{
  margin: 0 auto; 
}
.app_download_wrap .app_text_content p{
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin-top: 5px;
  color: #202C3A;
}

.app_download_wrap .app_text_content .mixed_content{
  width: 526px;
  height: 258px;
  margin-top: 15px;
  background: url("../images/appDownload/bg_app_download.png") center top no-repeat;
   background-size: 100%;
   display: flex;
}
.app_download_wrap .app_text_content .mixed_content .qrcode_content{
  width: 166px;
  height: 166px;
  margin: 27px 0 0 46px;
}
.app_download_wrap .app_text_content .mixed_content .description_content{
  margin: 18px 0 0 66px ;
}
.app_download_wrap .app_text_content .mixed_content .description_content h2{
  color: #1F3146;
  font-size: 22px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
}
.app_download_wrap .app_text_content .mixed_content .description_content .device_support{
  display: flex;
  justify-content: space-between;
  padding: 28px 20px 36px 20px; 
}
.app_download_wrap .app_text_content .mixed_content .description_content .device_support li{
  width: 40%;
}
.app_download_wrap .app_text_content .mixed_content .description_content .device_support li img{
  margin: 0 auto;
}
.app_download_wrap .app_text_content .mixed_content .description_content .device_support li p{
  font-weight: 400;
  font-size: 18px;
  color: #1F3146;
  font-family: 'din_alternatebold', Helvetica, Arial, sans-serif;
}
.app_download_wrap .app_text_content .mixed_content .description_content h3{
  font-size: 18px;
  background: -webkit-linear-gradient(left,#00a5ff, #00e6cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
/* ie 11 ie 10 不支援文字漸層 */
@media all and (-ms-high-contrast:none){
  .app_download_wrap .app_text_content h1{
    color: #00BDD9;
  }
  .app_download_wrap .app_text_content .mixed_content .description_content h3{
    color: #00BDD9;
  }
}






/********************************* about us  *********************************/
.about_us_wrap {
  margin-top: 35px;
  padding-bottom: 100px;
}
.about_us_wrap .about_us_list{
  width: 100%;
  margin-top: 44px;
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
  padding: 0 76px; 
}
.about_us_wrap .about_us_list ul{
  
}
.about_us_wrap .about_us_list ul .service_pattern{
  width: 190px;
  height: 140px;
  display: flex;
  align-items: flex-end;
}
.about_us_wrap .about_us_list ul p.number{
  line-height: 1;
}
.about_us_wrap .about_us_list ul p.number{
  font-size: 78px;
  background: -webkit-linear-gradient(top,#345270, #1F3146);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'din_condensed', Helvetica, Arial, sans-serif;
  padding-bottom: 10px; 
  padding-left: 20px;
  letter-spacing: -3px;
}
.about_us_wrap .about_us_list ul p.sec{
  background: -webkit-linear-gradient(top,#345270, #1F3146);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 19px;
  width: auto;
  padding-bottom: 22px;
  padding-left: 5px; 
  letter-spacing: none;
}
.about_us_wrap .about_us_list ul h1{
  font-size: 20px;
  color: #1F3146;
  text-align: center;
}
.about_us_wrap .about_us_list ul .service_pattern.service_pattern_a {
    width: 190px;
    height: 140px;
    background: url("../images/aboutUs/ic_about_deposit.png") center top no-repeat;
    background-size: 100%;
}
.about_us_wrap .about_us_list ul .service_pattern.service_pattern_b {
    width: 190px;
    height: 140px;
    background: url("../images/aboutUs/ic_about_withdraw.png") center top no-repeat;
    background-size: 100%;
}
.about_us_wrap .about_us_list ul .service_pattern.service_pattern_c {
    width: 190px;
    height: 140px;
    background: url("../images/aboutUs/ic_about_payment.png") center top no-repeat;
    background-size: 100%;
}
.about_us_wrap .about_us_list ul .service_pattern.service_pattern_d{
  width: 190px;
  height: 140px;
  background: url("../images/aboutUs/ic_about_game.png") center top no-repeat;
   background-size: 100%;
}

.about_us_wrap .about_us_feature{
  background: #ffffff;
  box-shadow: 0px 20px 34px rgba(0,227,255,.13); 
}
.about_us_wrap .about_us_feature ul{
  display: flex;
  flex-wrap: wrap;
}
.about_us_wrap .about_us_feature ul li{
  width: 50%;
  display: flex;
  align-items: center;
  padding: 36px 64px;
}
.about_us_wrap .about_us_feature ul li:first-child,
.about_us_wrap .about_us_feature ul li:nth-child(2){
  border-bottom: 1px solid #E2E4ED;
}
.about_us_wrap .about_us_feature ul li:first-child,
.about_us_wrap .about_us_feature ul li:nth-child(3){
  border-right: 1px solid #E2E4ED;
}
.about_us_wrap .about_us_feature ul li .feature_icon{
  width: 60px;
  margin-right: 40px;
}
.about_us_wrap .about_us_feature ul li .feature_icon img{
  margin: 0 auto;
}
.about_us_wrap .about_us_feature ul li .article_text{
  flex: 1;
}
.about_us_wrap .about_us_feature ul li .article_text h1{
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #1F3146;
  margin-bottom: 10px;
}
.about_us_wrap .about_us_feature ul li .article_text p{
  font-size: 14px;
  line-height: 20px;
  color: #1F3146;
}
/* ie 11 ie 10 不支援文字漸層 */
@media all and (-ms-high-contrast:none){
  .about_us_wrap .about_us_list ul p.number{
    color: #1F3146;
  }
  .about_us_wrap .about_us_list ul p.sec{
    color: #00BDD9;
  }
}





/********************************* footer  *********************************/
footer{
  width: auto;
  height: 350px;
  background: #001f1b;
  padding: 44px 0 14px 10px; 
}
footer .footer_logo{
  padding-bottom: 42px; 
  border-bottom: 1px solid #383F48;
}
footer .footer_logo ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_logo ul.row_a{
  padding: 0 10px;
}
footer .footer_logo ul.row_b{
  padding: 0 160px;
  margin-top: 26px;
}
footer .footer_logo ul li img{
  height: 41px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
footer .footer_logo ul li p{
  font-size: 14px;
  color: #858E98;
  text-align: center;
  margin-top: 5px;
}






/********************************* footer  *********************************/
.footer_links{
  display: flex;
  justify-content: space-between;
}
.footer_links .links_list ul{
  display: flex;
  padding: 30px 0; 
}
.footer_links .links_list ul li{
  border-right: 1px solid #383F48;
}
.footer_links .links_list ul li:last-child{
  border-right: none;
}
.footer_links .links_list ul li a{
  display: block;
  color: #858E98;
  font-size: 14px;
  line-height: 1;
  padding: 0 18px;
  transition: color .2s ease;
}
.footer_links .links_list ul li a:hover{
  color: #FFF;
}
.footer_links .copyright{
  display: flex;
  align-items: center;
  color: #858E98;
  font-size: 14px;
  line-height: 1;
}
.footer_links .copyright a{
  color: #858E98;
  font-size: 14px;
  line-height: 1;
  transition: color .2s ease;
  margin-right: 25px;
}
.footer_links .copyright a:hover{
  color: #FFF;
}

.input_for_new_home {
    height: auto !important;
    padding: 5px 10px !important;
    line-height:20px;
}
.input_for_new_home2 {
    height: auto !important;
    padding: 5px 10px !important;
    line-height: 16px;
}
.with_font_for_new_home {
    width: auto;
}
.findlist_for_new_home {
    height: 140px !important;
}

.findlist_for_new_home_span_image {
    margin: 0 auto;
}

.automatic_pop {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    min-height: 100vh;
    background: rgba(0,0,0,0.30);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
}

.automatic_rechar {
    width: 800px;
    height: 840px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.automatic_tittle {
    height: 40px;
    display: block;
    background: #f8f8f8;
    border-bottom: 1px solid #ededed;
    color: #191818;
    line-height: 40px;
    text-align: left;
    font-size: 15px;
    padding: 0 19px;
}

.bonus_question_icon {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: url(../images/bonus_question.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
    cursor: help;
}

.verify_box_for_new_home {
    padding: 0 76px 0;
}

.verify_sub_for_new_home{

  float: right;

}

.readsec_for_new_home{

  color: #F7B63E;

    font-weight: bold;

}

.verification_code_for_new_home{

  margin-top:10px;

}

.verification_code_for_new_home input{

  width: 50px;

      text-align: center;

      line-height: 42px;

    font-size: 14px;

    border: 1px solid #DDDDDD;

    border-radius: 3px;

    margin-right: 3px;

    height: 42px;

}

.verification_code_error {
    color: #c33;
    margin-top: 10px;
}

.verification_code_error .n-icon {
    background: url(http://static.cf-optin.com/Content/2015/validator/images/validator_default.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 1px 3px -4px 0;
}

.verification_code_error_for_new_home{

  margin-top:10px;

}

.verification_code_hint {
    float: left;
    text-align: left;
    bottom: 24px;
    position: absolute;
}

.n-msg{

  line-height:18px !important;

}

.n-default .msg-wrap {
    left: 0px !important;
    float: left !important;
}

.super_search_for_new_home {
    width: auto !important;
}

.super_in_for_new_home {
    width: 148px !important;
    height: 30px !important;
}

.balance_give_pop_detail {
    width: 220px;
    height: 50px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 22px;
}
.balance_give_pop_word_block {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ladder_new_home {
    width: 450px;
    height: 800px;
    display: block;
    z-index: 9999999999999;
}

.findnr_for_new_home {
    height: 290px !important;
}

