@charset "utf-8";
/* CSS Document */


.container .table {
    vertical-align: middle;
	text-align: center;	
}

.table>thead {
	vertical-align: middle;
	text-align: center;	
	height: 42px;
	font-weight: bold;
}

tbody, td, tfoot, th, thead, tr{
	font-size: 14px;
	height: 35px;
	line-height: 20px;
	border: 1px solid #afafaf;
}
.table th {
	background-color: #993333;
	color: #FFff00;
	border: 1px solid #d9d9d9;
	font-size: 15px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #ffff00;

}

/*--==精品全天推荐==--*/
.game-all {
	color: #6600ff;
    font-weight: bold;
}
/*推荐红色*/
.game-tj-1 {
	color: #FF0000;
}
/*推荐蓝色*/
.game-tj-2 {
	color: #0000ff;
}
/*搜索分类*/
.gamebt {
	background: url("../images/nav_bg1.jpg");
    font-size: 20px;
    padding: 10px 30px;
	margin-bottom: 5px;    
	text-align: center;
	font-weight: 700;
	width: inherit;
}
.gamebt .sosuo {
	height: 30px;
}
.gamebt .form-control {
	/*margin-right: 10px;*/
}

.gamebt .ml-3{
	margin-left: 1.0rem;
}
.game-img-h200{
	height: 180px;
	overflow: hidden;
	display: flex;
    align-items: center;
	justify-content: center;
}
.game-img-h200 img {
	width: 100%;
	/*height: 180px;*/	
}
/*角标1*/
.corner-badge {
  position: relative;
    padding: 3px 10px 3px 10px;
    height: 30px;
    width: 150px;
    text-align: center;
    /*background-color: red;*/
    color: white;
    transform: rotate(-45deg) translateX(-50%);
    transform-origin: 35px -12px;
    z-index: 5;
}


.corner-badge:nth-child(2) {
  	transform: rotate(-45deg) translateX(-50%);
    transform-origin: -1px -27px;
	z-index: 4;
}

.corner-badge:nth-child(3) {
  	transform: rotate(-45deg) translateX(-50%);
    transform-origin: -37px -42px;
	z-index: 3;
}
.corner-badge:nth-child(4) {
  	transform: rotate(-45deg) translateX(-50%);
    transform-origin: -73px -56px;
	z-index: 2;
}
.corner-badge:nth-child(5) {
  	transform: rotate(-45deg) translateX(-50%);
    transform-origin: -109px -70px;
	z-index: 1;
}


/*角标*/
:root {
 --arr1:#0098ff;/*热门*/
 --arr2:#FF0004;/*置顶*/
 --arr3:#249904;/*推荐*/
 --arr4:#f77c02;/*今日*/
 --arr5:#b095b7;/*本周*/
 --show1:#bb8b4f;
}
#arrs {
    overflow: hidden;
    position: absolute;
    height: 1rem;
}
.section1 .arrpage {
    /*position:absolute;*/
    white-space: nowrap;
    display: inline-block;
    color: snow;
    font-size: 16px;
    width: 130px;
    text-align: center;
    padding: 2px 0px 2px 0px;
}
.section1 .left-top {
    /*left: 0.3rem;
    top: 0.32rem;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);*/
    transform: translateX(-25%) translateY(80%) rotate(-45deg);
}
/*类型标*/
.ico_key {
    /*position: absolute;
    height: 26px;
    margin-top: -5px;
    right: 5px;
    float: right;
    z-index: 9;*/
	position: sticky;
}
.ico_key_bfk {
    display: inline-block;
    background-color: #e3732f;
    border-radius: 20px;
    color: #fff;
    text-align: center;
	padding: .1rem 0 .1rem 0;
}
.ico_key_bfk1 {
    display: inline-block;	
    border-radius: 20px;
    color: #fff;
    text-align: center;
	padding: .1rem 0 .1rem 0;
	/*金色光*/
	/*background: linear-gradient(45deg, #ffa500, #ffe200, #ff9300,#ffe200,#ffa500);*/
	/*黑色白光*/
	/*background: linear-gradient(45deg, #696969, #a3a2a2, #dfdedd,#a3a2a2,#636363);*/
	/*绿色光*/
	background: linear-gradient(45deg, #88cd00, #009306, #74ff00,#009306,#88cd00);
    background-size: 500% 100%;
  	animation: scanAnimation 5s linear infinite;
}

.ico_key_bfk2 {
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    text-align: center;
	padding: .1rem 0 .1rem 0;
	/*金色光*/
	background: linear-gradient(45deg, #ffa500, #ffe200, #ff9300,#ffe200,#ffa500);
    background-size: 500% 100%;
  	animation: scanAnimation 5s linear infinite;
}

.ico_key_bfk3 {
    display: inline-block;
    border-radius: 20px;
    color: #f00;
    text-align: center;
	padding: .1rem 0 .1rem 0;
	/*金色光*/
	background: linear-gradient(45deg, #ffa500, #ffe200, #ff9300,#ffe200,#ffa500);
    background-size: 500% 100%;
  	animation: scanAnimation 5s linear infinite;
}

.ico_key_bfk3 key {
	text-shadow:
    0 0 10px #fff, /* 前一层：白色主发光 */
    0 0 20px #fff, /* 次一层：白色次发光 */
    0 0 30px #fff, /* 再添加一层紫色发光作为装饰 */
    0 0 40px #fff; /* 最外层：紫色背景发光 */
}



@keyframes scanAnimation {
  0% { background-position: -100% 50%; }
  100% { background-position: 200% 50%; }
}

/*渐变背景色组
background-image: linear-gradient(to right, #273475, #4d60a3);深蓝色
background-image: linear-gradient(to right, #494949, #212122);黑色
background-image: linear-gradient(to right, #770fe8, #8d34bf);深紫色
background-image: linear-gradient(to right, #ff517c, #e13451);粉红色
background-image: linear-gradient(to right, #ff4d5f, #ff6a84);粉红色1
background-image: linear-gradient(to right, #ffacc2, #e1699c);粉红色2
background-image: linear-gradient(to right, #ff703c, #e94f17);橘色
background-image: linear-gradient(to right, #ffe300, #feaf1e);黄色
background-image: linear-gradient(to right, #ffaa00, #ffa200);黄色1
background-image: linear-gradient(to right, #539df4, #3266c0);浅蓝色
background-image: linear-gradient(to right, #34babc, #54dadb);浅蓝色1
*/
.ico_key .ico_key_bfk:nth-child(2) {
    background-image: linear-gradient(to right, #49b5ff, #0098ff);	
}
.ico_key .ico_key_bfk:nth-child(3) {
    background-color: #595757;
}
.ico_key .ico_key_bfk:nth-child(4) {
    background-color: #25cadd;
}
.ico_key .ico_key_bfk:nth-child(5) {
    background-color: #f77c02;
}
.ico_key .ico_key_bfk:nth-child(6) {
    background-color: #bb8b4f;
}

.ico_key_bfk key {
    font-size: 13px;
}

/*自营图标*/
.game_gx {
    display: block;
    width: 40px;
    height: 22px;
    position: absolute;
    /* left: 50%; */
    top: -7px;
    margin-left: 30px;
    background: url(../icon/ceo-zy2.png) no-repeat;
    -webkit-animation: upDown 6s ease-in-out infinite;
    animation: upDown 6s ease-in-out infinite;
}
 @keyframes upDown {
0% {
transform: translateY(5px);
}
25% {
transform: translateY(0px);
}
50% {
transform: translateY(5px);
}
75% {
transform: translateY(0px);
}
100% {
transform: translateY(5px);
}
}
/* 广告弹框 */
.ad-dialog {
    display: flex;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    height: 100%;
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
}
.ad-dialog-main {
    position: fixed;
    z-index: 90;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.ad-dialog-main .ad-dialog-content {
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url(../icon/gg.png);
    width: 847px;
    height: 622px;
}
.ad-dialog-main .ad-dialog-content .link {
    display: block;
    width: 847px;
    height: 622px;
}
.ad-dialog-main .ad-dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    background: url(../icon/x.png) no-repeat;
    background-size: 100% 100%;
}
.ad-dialog-main .ad-dialog-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 240px;
    /*height: 62px;*/
    overflow: hidden;
}
.ad-dialog-main .ad-dialog-logo img {
    width: 100%;
    height: 100%;
}

.clear {
	clear:both;
}
.text-fbtc {
	color: #bdbdbd;
}
.text-open {
	color: #289f23;
}
.gamenav {
	position: fixed;
    width: 100%;
    z-index: 9;
}


/* 广告弹窗1 */
.gg-dialog {
    display: flex;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
}

.gg-dialog-main {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.gg-dialog-main .gg-dialog-content {
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url(../icon/ggs.png) no-repeat center center;
    background-size: contain;
    width: 90%;
    max-width: 1029px;
    height: auto;
    aspect-ratio: 1029 / 620;
}

.gg-dialog-main .gg-dialog-content .link {
    display: block;
    position: absolute;
    width: 21.4%;
    height: 15.97%;
    left: 60%;
    top: 60.48%;
    background: url(../icon/game_btn.png) no-repeat center center;
    background-size: contain;
}

.gg-dialog-main .gg-dialog-content .link:hover {
    background: url(../icon/game_btn_h.png) no-repeat center center;
    background-size: contain;
}

.gg-dialog-main .gg-dialog-close {
    position: absolute;
    width: 4.66%;
    height: 6.77%;
    right: 5.83%;
    top: 37.1%;
    overflow: hidden;
    background: url(../icon/x.png) no-repeat;
    background-size: 100% 100%;
}
.gg-dialog-main .gg-dialog-close:hover{
	opacity:0.5;
}
.gg-dialog-main .gg-dialog-logo {
    position: absolute;
    width: 33.04%;
    height: auto;
    left: 11.66%;
    top: 62.9%;
    overflow: hidden;
}

.gg-dialog-main .gg-dialog-logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .gg-dialog-main .gg-dialog-content {
        width: 95%;
    }
}



/*渐变文字标题*/
.jb-pd-top {
	padding: 2px;
    border-radius: 5px;
    border: 1px solid;
    border-image: linear-gradient(to right, #d97700, #ff0000, #d97700) 1;
}
.jb-pd-top a {
	background: linear-gradient(to right, #ff8c00, #ff0000, #ff8c00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jb-pd-tj {
	padding: 2px;
    border-radius: 5px;
    border: 1px solid;
    border-image: linear-gradient(to right, #1d790d, #27ff00, #1d790d) 1;
}
.jb-pd-tj a {
	background: linear-gradient(to right, #1d790d, #20d500, #1d790d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.jb-pd-rem {
	padding: 2px;
    border-radius: 5px;
    border: 1px solid;
    border-image: linear-gradient(to right, #00c5d9, #0064ff, #00c5d9) 1;
}
.jb-pd-rem a {
	background: linear-gradient(to right, #0064ff, #00c5d9, #0064ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* 定义文字容器样式 */
.gradient-text {
	color:#fe54ff; /*设置文字颜色*/
	text-decoration: none;
	-webkit-animation: shine 2.4s infinite;/*设置动画*/
}

@-webkit-keyframes shine{/*创建动画*/
	0%,100%{ color:#c00ec1;text-shadow:0 0 10px #fe54ff,0 0 10px #fe54ff; }
	50%{ text-shadow:0 0 10px #fe54ff,0 0 40px #fe54ff; }
}

/*火焰字*/
.gradient-text1{
	text-shadow:0 0 20px #fefcc9,
            10px -10px 30px #feec85,
            -20px -20px 40px #ffae34,
            20px -40px 50px #ec760c,
            0 -80px 70px #f38e1c; /*设置文字阴影*/
   			-webkit-animation: flame 2s infinite;    /*设置动画*/
}
@-webkit-keyframes flame{    /*创建动画*/
	   		0%{
	      		text-shadow:0 0 20px #fefcc9,
	            10px -10px 30px #feec85,
	            -20px -20px 40px #ffae34,
	            20px -40px 50px #ec760c,
	            0 -80px 70px #f38e1c;
	   		}
   			30%{
      			text-shadow:0 0 20px #fefcc9,
                10px -10px 30px #feec85,
                -20px -20px 40px #ffae34,
                20px -40px 50px #ec760c,
                10px -90px 80px #f38e1c;
   			}
   			60%{
      			text-shadow:0 0 20px #fefcc9,
               	10px -10px 30px #feec85,
               	-20px -20px 40px #ffae34,
               	20px -40px 50px #ec760c,
               	0px -80px 100px #f38e1c;
   			}
   			100%{
      			text-shadow:0 0 20px #fefcc9,
               10px -10px 30px #feec85,
               -20px -20px 40px #ffae34,
               20px -40px 50px #ec760c,
               0 -80px 70px #f38e1c;
   			}
		}
.jbop_tip {
	position: absolute;
    z-index: 2;
    color: #fff;
    padding: 1px 5px 1px 5px;
    background: #000000b0;
    /* width: 30px; */
    /* border-radius: 3px; */
    /* bottom: 4.5rem; */
    margin-left: 5px;
    opacity: 0.3;
    margin-top: 150px;
}

.ico_key{
    clear: both;
}



 .item-corner .new{
    background-color: #d39a4b;
    background: url(../images/ico_new.jpg) no-repeat;
    background-size: cover;
    width: 120px;
    height: 37px;
    display: block;
    transform: rotate(45deg);
    margin-left: 20px;    
}
.item-corner .rec{
    background-color: #d39a4b;
    background: url(../images/ico_rec.jpg) no-repeat;
    background-size: cover;
    width: 120px;
    height: 37px;
    display: block;
    transform: rotate(45deg);
    margin-left: 20px;
}
.item-corner .top{
    background-color: #d39a4b;
    background: url(../images/ico_top.jpg) no-repeat;
    background-size: cover;
    width: 120px;
    height: 37px;
    display: block;
    transform: rotate(45deg);
    margin-left: 20px;
}
.item-corner .tt{
    background-color: #d39a4b;
    background: url(../images/ico_tt.jpg) no-repeat;
    background-size: cover;
    width: 120px;
    height: 37px;
    display: block;
    transform: rotate(45deg);
    margin-left: 20px;
}
.item-corner a{
    font-size: 18px;
    position: absolute;
    margin: 7px 0px 0px 44px;
    
    color: #fff;
    text-shadow: 0 0 5px rgb(255 255 255 / 53%), 0 0 10px rgb(47 47 47 / 60%), 0 0 15px rgb(6 6 6 / 40%);
}
.item-corner{
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    right: 12px;
    color: #fff;
    z-index: 9;
}
