#sqinfo{
	position: fixed;
	width: 295px;
	height: auto;
	display: flex;
    flex-direction: column;
	z-index: 999999;
	top: 60%;
	transform: translateY(-50%);
	align-items: center;
	
}
.ts_16 {
  width: 115px;
  height: 149px;
  background: url(gameyear16.png) no-repeat;
  position: relative;
  /*left: 90px;*/
  top: -120px;
  z-index: 99;
}
/**旭玩**/
.az-contents {
    top: -65px !important;
    /*right: -30px !important;
    left: auto;*/
	/*left: -50px !important;*/
    width: 400px;
    height:400px;
    /*position: fixed;
    transform: translateY(-50%);*/
	position: relative;
   /* z-index: 9999999999999;*/
    opacity: 0.7;
	background:url(8.gif) no-repeat;
	transform: scale(0.8);
	
}


.az-contents:hover {
    opacity: 1
}

.az-contents .az-layout {
    width: 100%;
    height: 400px;
    position: relative
}

.az-contents .az-layout .az-title {
        width: 105px;
    height: 25px;
    background: url(license-title.f4819443.gif) no-repeat;
    position: absolute;
    top: 180px;
    left: 65px;
    
}

.az-contents .az-layout .az-star {
    width: 56px;
    height: 49px;
    position: absolute;
    top: 135px;
    left: 88px;
}

.az-contents .az-layout .az-one {
    background: url('one_star.gif') no-repeat
}

.az-contents .az-layout .az-two {
    background: url('two_star.gif') no-repeat
}

.az-contents .az-layout .az-three {
    background: url('three_star.gif') no-repeat
}

.az-contents .az-layout .az-four {
    background: url('four_star.gif') no-repeat
}

.az-contents .az-layout .az-five {
    background: url('five_star.gif') no-repeat
}

.az-contents .az-layout .level-text {
    width: 100%;
    font-size: 12px;
    color: #d4000b;
    position: absolute;
    top: 192px;
    text-align: center;
    text-indent: -9999px;
}

.az-contents .az-layout .az-code {
    width: 400px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 149px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: "SimHei";
    font-weight: bold;
}

.az-contents .az-layout .az-btn {
    position: absolute;
    bottom: 10px;
    height: 125px;
    text-indent: -9999px;
    text-align: center;
    width: 400px;
    cursor: pointer;
    /*background: url(anniu.png) no-repeat;*/
    color: #ffff56;
    text-decoration: none;
}

.az-range {
    width: 100px;
    height: 38px;
    background: url(logoss.png) no-repeat;
    position: absolute;
    top: 208px;
    left: 65px;
    text-indent: -9999px;
}

.az-red {
    color: #d4000b;
}

.az-black {
    color: #000000;
}

/**安徽**/
.xy-content[data-ahxyol] {
	width: 268px;
	height: 254px;
	/*position: fixed;
	left: 15px;
	top: 30%;
	transform: translateY(-50%);*/
	position: relative;
	/*left: 15px;*/
	/*z-index: 9999;*/
	opacity: 0.6
}

.xy-content[data-ahxyol]:hover {
	opacity: 1
}

.xy-content .xy-layout[data-ahxyol] {
	width: 100%;
	height: 254px;
	position: relative;
}

.xy-content .xy-layout .xy-ahxyol[data-ahxyol] {
	width: 144px;
	height: 28px;
	/*background: url(ahxyol.com.gif) no-repeat;*/
	position: absolute;
	top: 88px;
	left: 85px
}


.xy-content .xy-layout .xy-hjsqbs[data-ahxyol] {
	width: 100%;
	height: 254px;
	background: url(hjsqbs.png) no-repeat;
	position: absolute;
}

.xy-content .xy-layout .xy-bjsqbs[data-ahxyol] {
	width: 100%;
	height: 254px;
	background: url(bjsqbs.png) no-repeat;
	position: absolute;
}

.xy-content .xy-layout .xy-zssqbs[data-ahxyol] {
	width: 100%;
	height: 254px;
	background: url(zssqbs.png) no-repeat;
	position: absolute;
}

.xy-content .xy-layout .xy-xysqbs[data-ahxyol] {
	width: 100%;
	height: 254px;
	background: url(xysqbs.png) no-repeat;
	position: absolute;
}



.xy-content .xy-layout .level-text[data-ahxyol] {
	width: 100%;
	font-size: 12px;
	color: white;
	position: absolute;
	top: 132px;
	text-align: center
}

.xy-content .xy-layout .xy-code[data-ahxyol] {
	position: absolute;
	bottom: 75px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: white;
	width: 100%
}

.xy-content .xy-layout .xy-xuke[data-ahxyol] {
	width: 95px;
	height: 50px;
	position: absolute;
	top: 180px;
	left: 80px
}

    @keyframes flash {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
        
    xy-span:hover{
    transform: scale(3, 3) rotate(180deg) !important;
    transition: all 1s;
}