@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
*{
	margin:0px;
	padding:0px;
}
a,a:hover,a:focus{
	text-decoration: none;
		color:#f07d00;
}
body{
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	font-weight: 400;
	line-height: 27px;
}

.m0{margin:0px!important;}
.m_t_10{margin-top:10px!important;}
.m_t_20{margin-top:20px!important;}
.m_t_30{margin-top:30px!important;}
.m_t_40{margin-top:40px!important;}
.m_t_50{margin-top:50px!important;}
.m_t_60{margin-top:60px!important;}
.m_t_70{margin-top:70px!important;}
.m_t_80{margin-top:80px!important;}
.m_t_90{margin-top:90px!important;}
.m_t_100{margin-top:100px!important;}

.m_b_10{margin-bottom:10px!important;}
.m_b_20{margin-bottom:20px!important;}
.m_b_30{margin-bottom:30px!important;}
.m_b_40{margin-bottom:40px!important;}
.m_b_50{margin-bottom:50px!important;}
.m_b_60{margin-bottom:60px!important;}
.m_b_70{margin-bottom:70px!important;}
.m_b_80{margin-bottom:80px!important;}
.m_b_90{margin-bottom:90px!important;}
.m_b_100{margin-bottom:100px!important;}

.p0{padding:0px!important;}
.p10{padding:10px!important;}
.p15{padding:15px!important;}
.p20{padding:20px!important;}
.p25{padding:25px!important;}
.p30{padding:30px!important;}
.p40{padding:40px!important;}
 
.p_t_10{padding-top:10px!important;}
.p_t_20{padding-top:20px!important;}
.p_t_30{padding-top:30px!important;}
.p_t_40{padding-top:40px!important;}
.p_t_50{padding-top:50px!important;}
.p_t_60{padding-top:60px!important;}
.p_t_70{padding-top:70px!important;}
.p_t_80{padding-top:80px!important;}
.p_t_90{padding-top:90px!important;}
.p_t_100{padding-top:100px!important;}

.p_b_10{padding-bottom:10px!important;}
.p_b_20{padding-bottom:20px!important;}
.p_b_30{padding-bottom:30px!important;}
.p_b_40{padding-bottom:40px!important;}
.p_b_50{padding-bottom:50px!important;}
.p_b_60{padding-bottom:60px!important;}
.p_b_70{padding-bottom:70px!important;}
.p_b_80{padding-bottom:80px!important;}
.p_b_90{padding-bottom:90px!important;}
.p_b_100{padding-bottom:100px!important;}

.text_white,.text_white:hover,.text_white:focus{color:#fff;}
 
.tablee{
	display: table;
	float:none;
	width:100%;
}
.tablee_row
{
	display: table-row;
	float:none;
}
.tablee_cell
{
	display: table-cell;
	float:none;
	vertical-align: middle;
}
.tablee.vtop .tablee_cell
{
	vertical-align: top;
}
.tablee.vbottom .tablee_cell
{
	vertical-align: bottom;
} 
.flex_col.align_center
{
	align-items: center;
}
.flex_col
{
	display:flex;
	flex-wrap: wrap;
} 

.gaming_section
{
	height: 100vh;
	overflow: auto;
}
.section_head .logo_img
{
	height: 50px;
}
.section_body .gaming_boxes .game_box img
{
	width:100%;
	height: 100%;
	object-fit:cover;
}
.section_body .gaming_boxes .game_box
{
	width:22%;
	height: 200px;
	margin:10px;
	
	border-radius: 10px;
	overflow: hidden;
}
.section_body .gaming_boxes
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section_body.active
{
	display: block;
}
.section_body
{
	padding:30px;
	display: none;
}
.section_head
{
	display:flex;
	background: rgba(0,0,0,0.8);
	justify-content: center;
	padding:10px 20px;
	align-items: center;
}

.section_head_tab .tab_section a img
{
	height:60px;
}
.section_head_tab .tab_section
{
	display: flex;
}
.section_head_tab .tab_section a:last-child
{
	border:none;
}
.section_head_tab .tab_section a.active img
{
	filter:brightness(0) invert(1);
}
.section_head_tab .tab_section a.active {
	
    background: linear-gradient(0, black, #bd9033);
}
.section_head_tab .tab_section a
{
	color:#fff;
	padding: 10px 10px;
	min-width: 120px;
	border-right: 1px solid rgba(255,255,255,0.1);
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;    
	line-height: 1.2em;
	height: 70px;
}
.section_head_tab
{
	max-width: 100%;
	overflow-x: auto;
	height:70px;
	display:flex;
	background: rgba(0,0,0,0.5);  
	align-items: center;
}
@media screen and (min-width: 1440px) {
 
}
@media screen and (max-width: 1440px) {
	 
}
@media screen and (max-width: 1200px) {
	 
}
@media screen and (max-width: 990px) {
	 .section_body
	 {
	 	padding:15px;
	 }
	 .section_body .gaming_boxes .game_box
	 {
	 	width:30%;
	 	margin:5px;
	 	height: 200px;
	 }
}
@media screen and (max-width: 767px) {

.section_head_tab .tab_section a
{
	min-width: 100px;
}
	 .section_body
	 {
	 	padding:15px;
	 }
	 .section_head_tab .tab_section a 
	 {
	 	font-size:12px;
	 }
	 .section_head_tab .tab_section a img
	 {
	 	height:50px;
	 }
	 .section_body .gaming_boxes .game_box
	 {
	 	width:30%;
	 	margin:5px;
	 	height: 110px;
	 }
	 
	.m_t_10{margin-top:5px!important;}
	.m_t_20{margin-top:10px!important;}
	.m_t_30{margin-top:15px!important;}
	.m_t_40{margin-top:20px!important;}
	.m_t_50{margin-top:25px!important;}
	.m_t_60{margin-top:30px!important;}
	.m_t_70{margin-top:35px!important;}
	.m_t_80{margin-top:40px!important;}
	.m_t_90{margin-top:45px!important;}
	.m_t_100{margin-top:50px!important;}

	.m_b_10{margin-bottom:5px!important;}
	.m_b_20{margin-bottom:10px!important;}
	.m_b_30{margin-bottom:15px!important;}
	.m_b_40{margin-bottom:20px!important;}
	.m_b_50{margin-bottom:25px!important;}
	.m_b_60{margin-bottom:30px!important;}
	.m_b_70{margin-bottom:35px!important;}
	.m_b_80{margin-bottom:40px!important;}
	.m_b_90{margin-bottom:45px!important;}
	.m_b_100{margin-bottom:50px!important;}

	.p_t_10{padding-top:5px!important;}	
	.p_t_20{padding-top:10px!important;}
	.p_t_30{padding-top:15px!important;}
	.p_t_40{padding-top:20px!important;}
	.p_t_50{padding-top:25px!important;}
	.p_t_60{padding-top:30px!important;}
	.p_t_70{padding-top:35px!important;}
	.p_t_80{padding-top:40px!important;}
	.p_t_90{padding-top:45px!important;}
	.p_t_100{padding-top:50px!important;}

	.p_b_10{padding-bottom:5px!important;}
	.p_b_20{padding-bottom:15px!important;}
	.p_b_30{padding-bottom:30px!important;}
	.p_b_40{padding-bottom:20px!important;}
	.p_b_50{padding-bottom:25px!important;}
	.p_b_60{padding-bottom:30px!important;}
	.p_b_70{padding-bottom:35px!important;}
	.p_b_80{padding-bottom:40px!important;}
	.p_b_90{padding-bottom:45px!important;}
	.p_b_100{padding-bottom:50px!important;}
	
}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 320px) {}
 


.viewImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .viewImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  .ui-dialog-titlebar-close {
    visibility: hidden;
}
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

  /* .swal2-modal{
    overflow: auto !important;
    max-height:700px !important;
  } */

  .grid {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .grid > div {
    display: flex; 
    flex-basis: calc(33.33% - 14px);  
    justify-content: center;
    flex-direction: column;
  }
  
  .grid > div:last-child {
    display: flex; 
    margin-top: 0px;
    flex-basis: calc(100% - 22px);  
    justify-content: center;
    flex-direction: column;
  }
  
  .grid > div > div {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  
  .vpowerRow{
    margin-left:0px !important;
    margin-right:0px !important;
  }

  .weixin-tip{
    display: none; 
    position: fixed; 
    left:0; 
    top:0; 
    bottom:0; 
    background: rgba(0,0,0,0.8); 
    filter:alpha(opacity=80);  
    height: 100%; 
    width: 100%; 
    z-index: 100;
}
.weixin-tip p{
    text-align: center; 
    margin-top: 10%; 
    padding:0 5%;
}