    
			.cbt-box{
				height: auto;
				width: 23%;
				box-shadow: 0px 0px 100px 0px rgba(255,255,255,.2);
				border-radius: 15px;
				margin:1%;
				background-color: rgba(0,0,0,1);
				/*background-image: url('https://game.5ixmt.com/steamhd/hd1/Steam%E5%A4%A7%E5%A5%96/bg/awardbg_92.jpg');*/
				/*filter:blur(10px);*/
				position: relative;
				float: left;
				transition: .2s;
				overflow: hidden;
				
			}
			.cbt-image{
			    height:60px;
			    width: 60px;
			    float: left;
			    margin-left: 5%;
			    border-radius: 10px;
			}
			.cbt-buttom{
			    height: 5vh;
			    width:80%;
			    margin-left: 10%;
			    line-height: 5vh;
			    font-size: 20px;
			    font-weight: 800;
			    background: #3F51B5;
			    color:#d9d9d9;
			    border-radius: 15px;
			    text-align: center;
			    /*margin-top:3vh;*/
			    margin-bottom:3vh ;
			    z-index: 5;
			    position: relative;
			    transition: .2s;
			    
			}
			
			.cbt-buttom span a{
			    color:#fff6ab;
			}
			
			.cbt-top{
			    height: 8vh;
			    width:100%;
			    /*background: #000;*/
			    margin-top:2vh ;
			    width: 90%;
			    margin-left: 5%;
			    border-bottom: 1px solid #fff;
			}
			
			.cbt-top-right{
			    height: 8vh;
			    width:100%;
			    background: #000;
			    margin-top:2vh ;
			    border-bottom: 1px solid #000;
			}
			
			.cbt-top h3{
			    /*margin-left:10vh ;*/
			    text-align: center;
			    margin-bottom:-1px;
			    width:100%;
			    line-height: 6vh;
			    /*position: absolute;*/
			    /*float: left;*/
			    
			}
			
			.cbt-top span{
			    position: absolute;
			    width:90%;
			    margin-top: 4vh;
			    text-align: center;
			    height: 20px;
			    line-height: 20px;
			    float: left;
			    display: block;
			    
			}
			
			.cbt-box-bg{
			width:90%;
			/*height: 100%;*/
			margin-left:5%;
			margin-top:5%;
			border-radius: 15px ;
			overflow: hidden;
			
			
			}
			.cbt-box:hover img{
			    transform: scale(1.3);
			   
			}
			
			.cbt-box:hover{
			    /*box-shadow: 0px 0px 0px 0px rgba(255,255,255,.3);*/
			    /*margin-top:-5px ;*/
			}
			
			
			
			.cbt-box-bg img{
			    width:100%;
			   position: relative;
			     transition: .5s;
			    /*background-image: url('https://t.mwm.moe/fj/');*/
			}
			
			
			.cbt-bgimg{
			    height: 100%;
			    width: 500px;
			    opacity: .2;
			    overflow: hidden;
			    position: absolute;
			    filter: blur(5px);
			    margin-left: -50%;
			    /*z-index: 999;*/
			}

			.more-coin:hover .cbt-buttom{
			    color:#fff;
			    background: #2196f3;
			}
		
			
			@media screen and (max-width: 1200px){
    .cbt-box{
       width:100%;
        
    }
}



	@media screen and (max-width: 768px){
    .cbt-box{
       width:48%;
        
    }
}
			