
body{
    animation-name: fade-in;
    animation-duration:1s;
    animation-timing-function:ease-in;
}
@keyframes fade-in{
    0%{
        opacity:0;
    }
    100%{
        opacity: 1;
    }
}


.i_banner_box{
	width: 1200px;
    margin: 50px auto -10px auto;
	max-width: 90%;
	position: relative;
}

.i_banner_box:after {
    content: "";
    height: calc(100% + 20px);
    width: calc(100% + 18px);
    background: linear-gradient(90deg, #f5e089, #ad802e 18.5%, #fdf3af 42.5%, #f5e089 51%, #ad802e 75%, #f5e089);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 13px;
}

.i_banner_box .owl-carousel .owl-nav{
	margin-top: 0;
}

.i_banner_box .owl-controls{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
}

.bn_box{
	border-radius: 10px;
	overflow: hidden;
}

  
.i_bottom{
	position: relative;
}

.i_bottom .img{
	overflow: hidden;
}

.btn-wrap_box{
	position: relative;
	padding: 12vw 0 0 0;
}

.btn-wrap_box .btn-wrap{
	top: 60px!important;
}

.text{
	top: 6vw!important;
}


.i_banner_box img.i_coin_01 {
    width: 100px;
    position: absolute;
    transition: .3s;
    right: 4%;
    bottom: -11%;
    z-index: 100;
    transition: .3s;
    max-width: 9%;

    animation: example3 3.2s infinite;
}

.i_banner_box img.i_coin_02 {
    width: 150px;
    position: absolute;
    transition: .3s;
    right: -5%;
    bottom: 4%;
    z-index: 1;
    max-width: 13%;

    animation: example3 3s infinite;
}


/*
.i_banner_box img.i_coin_01{ -webkit-animation: auto01 3s ease-in-out infinite;
                     animation: auto01 3s ease-in-out infinite;}

@-webkit-keyframes auto01 {

  40%{bottom: -5%} 
    
}


.i_banner_box img.i_coin_02{ -webkit-animation: auto02 3s ease-in-out infinite;
                     animation: auto02 3s ease-in-out infinite;}

@-webkit-keyframes auto02 {

  60%{bottom: 6%} 
    
}*/



.cat_img {
    z-index: 7;
    bottom: 9%;
    left: 47%;
    transform: translateX(30%);
    width: 33vw;
    position: absolute;
    max-width: 100%;
}



.all_inpage_box{
/*	background-color: #fff;
	width: 100%;*/
	position: relative;
	margin-bottom: 100px;
}




.all_width{
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
}
    
.all_box01{
	background-color: #fff;
	width: 100%;
	padding: 40px 40px 200px 40px;
	border-radius: 10px;
	box-shadow: 0 0 10px #9b131382;
	position: relative;
	z-index: 1;

}

.bg_border{
	position: relative;
    width: 1400px;
    max-width: 95%;
    margin: 0 auto;
}
.bg_border:after {
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 14px);
    background: linear-gradient(90deg, #f5e089, #ad802e 18.5%, #fdf3af 42.5%, #f5e089 51%, #ad802e 75%, #f5e089);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 13px;
}


.cat_bgimg {
    position: absolute;
    bottom: -100px;
    right: 5%;
    width: 250px;
    max-width: 30%;
    z-index: 1;
}

.footer_top{
	margin: 20px;
}




.all_title{
	padding: 30px 0 30px 0;
}

.all_title h1{
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}





.all_titlebox_02 {
    display: flex;    
    align-items: center;
    gap: 10px 20px;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}


.all_titlebox_02 h1 {
    font-size: 24px;
    font-weight: 700;
}



.web_cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0 10px 0;
    color: #888;
}

.web_cate span{
    margin: 0 10px;
    font-weight: 700;
    color: #bbb;
}


.web_cate p{
    color: #999;
}

.web_cate a{
    color: #999;
}

.web_cate a:hover{
    color: #dc3545;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p {
    margin-bottom: 0!important;
}



.title_02{
	font-size: 18px;
	color: #dc3545;
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px!important;
}

.title_02:after{
	width: 5px;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	background-color: #dc3545;
}



.title_03{
	font-size: 22px;
	margin-bottom: 30px!important;
}


.title_04{
	font-size: 16px;
	color: #dc3545;
}

.center{
	text-align: center;
}


ul.all_ul_01{
	list-style: decimal;
	list-style-type: disc;
}

.all_ul_01 li{
	margin-bottom: 20px;
}


.all_img{
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100%;
}


.ml-10{
	margin-left: 30px;
}




.red{
	color: #dc3545;
}






.game_list{
	display: flex;
	gap: 50px 20px;
    flex-wrap: wrap;
}

.game_list li{
	width: calc(25% - 25px);
}

.game_list li .img_box{
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.game_list li .img_box:after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #0000;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
}

.game_list li .img_box img{
	width: 100%;
	transition: .3s;
}

.game_list li .img_box img.coin_01{
	width: 30px;
	position: absolute;
	transition: .3s;

	left: 20px;
	bottom: -100px;
	z-index: 1;
}

.game_list li .img_box img.coin_02{
	width: 40px;
	position: absolute;
	transition: .3s;

	right: 20px;
	bottom: -100px;
	z-index: 1;
}

.game_list li .img_box h3{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	background-color: #ffb507;
	padding: 6px 8px;
	z-index: 1;
	font-size: 15px;
	opacity: 0;
	transition: .3s;
	border-radius: 5px;
}


.game_list li h2{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px!important;
	transition: .3s;
}

.game_list li p{
	color: #999;
	font-size: 16px;

}

.game_list li a:hover .img_box img{
	 transform: scale(1.05);
}

.game_list li a:hover h2{
	color: #dc3545;
}


.game_list li a:hover .img_box img.coin_01{
    left: 15px;
    bottom: 20px;
}


.game_list li a:hover .img_box img.coin_02{
    right: 15px;
    bottom: 40px;
}



.game_list li a:hover .img_box:after{
	background-color: #0006;
}

.game_list li a:hover .img_box h3{
	opacity: 1;
}


.all_btn_box{
	display: flex;
	margin-top: 50px;
}

.all_btn_01{
	font-size: 18px;
	color: #fff;
	background-color: #dc3545;
	border-radius: 5px;
	padding: 12px 20px;
	display: block;
	transition: .3s;

}

.all_btn_01:hover{
	background-color: #333;
	color: #fff;
}




.menu_m{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
    background: rgba(251, 243, 220, .7098);
    backdrop-filter: blur(10px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1000;
}

.menu_m.active{
   opacity: 1;
	visibility: visible;
	pointer-events: auto;
}


.menu_m_list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.menu_m_list a{
	color: #333;
	font-size: 24px;
	font-weight: 700;
}

.menu_m_list a:hover{
	color: #dc3545;
}



.first_close{
  position: relative;
  display: block;
  height: 40px;
  color: #D1D1D1;
  margin:30px 30px 0 0;
}

.first_close:after{ 
	content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #333;
    position: absolute;
    right: 0;
    top: 20px;
  transform: rotate(-45deg);transition: .5s;}

  .first_close:before{ content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #333;
    position: absolute;
    right: 0;
    top: 20px;
  transform: rotate(45deg);transition: .5s;}

  .first_close:hover:after{transform: rotate(135deg);transition: .5s;}

  .first_close:hover:before{transform: rotate(225deg);transition: .5s;}




.mobile{
	display: none;
}




.top_box{
	position: fixed;
	right: 20px;
	bottom: -70px;
	background-color: #ffc14d;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	z-index: 1;
	box-shadow: 0 0 10px #ddd;
    box-shadow: -1px 2px 10px #c28b4f;
    transition: .3s;
}


.top_box img{
	width: 30px;
	padding-bottom:2px ;
}


.top_box.active{
	bottom: 30px;
}





.tab_box {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.tab_box li{
	
}

.tab_box li a{
	display: flex;
	padding: 8px 20px;
	text-align: center;
	color: #dc3545;
	border: 2px #dc3545 solid;
	border-radius: 5px;
}

.tab_box li.active a{
	background-color: #dc3545;
	color: #fff;
}




.tab_info_box{
	width: 600px;
	margin: 0 auto;
	max-width: 100%;
}



.head {
    padding-right: 30px!important;
}

.head div.menu-btn{
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

.menu-btn{
	position: relative;
}

.menu-btn.Expand:after{
	content: "";
	position: absolute;
	right: 14px;
    width: 0;
    top: 10px;
	height: 0;
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #fff transparent transparent transparent;
}

.menu-btn.Expand:hover .Expand_box{
	display: block;
}

.Expand_box{
	position: absolute;
	padding-top: 10px;
	top: 100%;
	
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	display: none;
	
}

.Expand_box div{
	background-color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
}

.Expand_box a{
	color: #333!important;
	padding: 5px 5px;
	font-size: 15px;
    margin-right: 0px!important;
}

.Expand_box a:hover{
	color: #dc3545!important;
}












