#sqinfo{
	position: fixed;
	width: 295px;
	height: auto;
	display: flex;
    flex-direction: column;
	z-index: 999999;
	top: 50%;
	transform: translateY(-50%);	
}
.ts_16 {
  width: 115px;
  height: 149px;
  background: url(../img/gameyear16.png) no-repeat;
  position: relative;
  left: 85px;
  margin-top: -70px;
  z-index: 99;
}
/**旭玩**/
.az-contents {
    top: 50% !important;
    right: -30px !important;
    left: auto;
    width: 400px;
    height: 400px;
    position: fixed;
    transform: translateY(-50%);
    z-index: 9999999999999;
    opacity: 0.7;
}


.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(../img/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('../img/one_star.gif') no-repeat
}

.az-contents .az-layout .az-two {
    background: url('../img/two_star.gif') no-repeat
}

.az-contents .az-layout .az-three {
    background: url('../img/three_star.gif') no-repeat
}

.az-contents .az-layout .az-four {
    background: url('../img/four_star.gif') no-repeat
}

.az-contents .az-layout .az-five {
    background: url('../img/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(../img/anniu.png) no-repeat;*/
    color: #ffff56;
    text-decoration: none;
}

.az-range {
    width: 100px;
    height: 38px;
    background: url(../img/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: 0;
    top: 50%;
    transform: translateY(-50%);
	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(../img/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(../img/hjsqbs.png) no-repeat;
	position: absolute;
}

.xy-content .xy-layout .xy-bjsqbs[data-ahxyol] {
	width: 100%;
	height: 254px;
	background: url(../img/bjsqbs.png) no-repeat;
	position: absolute;
}

.xy-content .xy-layout .xy-zssqbs[data-ahxyol] {
	width: 100%;
	height: 254px;
	background: url(../img/zssqbs.png) no-repeat;
	position: absolute;
}

.xy-content .xy-layout .xy-xysqbs[data-ahxyol] {
	width: 100%;
	height: 254px;
	background: url(../img/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: 27px;
	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;
}