*{
  padding	: 0;
  margin	: 0;
  font-size: 14px;
  line-height:150%; 
}
html{
	font-size: 14px; 
	overflow-x: hidden;
	height: 100%;
}
body {
	height: 100%;
	color: #ffffff;
	text-align: left; 
	max-width:648px;
	margin:0px auto;
	padding: 1px !important;;
	overflow: hidden; /* 禁止滚动 */
}
*.modal-open{
	padding-right:1px !important;
}
*.modal-content{
	padding-right:1px !important;
}
* html div#main_frame{
  height	: 100%;
}
p{
  margin-bottom	: 1em;
}
.bgimg{
	background:#000;
}
.align-right{
  text-align	:right;
}
.align-center{
  text-align	:center;
}
.bold{
  font-weight	: bold;
}
.mapxx{
font: 14px/1.5 Microsoft Yahei; 
}
.mapzz{
font: 14px/1.5 Microsoft Yahei; 
margin	: 0 15px;
color:#EA0000;
font-weight: 900;
}
.u{
  text-decoration	: underline;
}
.vcent{
  vertical-align	: middle;
  margin	: 0 5px;
  width: 20px;
  height:20px;
}
.c-both{
  clear:both;
}
.clear{
  clear:both;
  line-height:0;
  height:0;
}
.land{
  padding-bottom	: 20px;
  margin	: 20px 0 3px 0;
  background-position	: bottom center;
  background-repeat	: no-repeat;
}
.main_button
{
	background-image:url(../image/button.gif); width:95px; height:29px; border:0px; font-size: 14px; 
}
.main_buttonno
{
	background-image:url(../image/button.gif); width:95px; height:29px; border:0px; color:#FFFFFF; font-size: 14px; 
}
.button1
{
background-color:#690F0F; width:20%; height:28px; font-size: 14px;  color:#E6F678; line-height:26px; border:1px solid #cccccc; position: absolute; bottom: 1%; left: 40%; right: 40%;
}
.button2
{
	background-color:#690F0F;  height:28px; font-size: 14px;  color:#E6F678; line-height:26px; margin:1px;border:1px solid #cccccc;padding: 0 4px;border-radius: 5px;
}
.button3
{
	background-color:#690F0F; width:95px; height:28px; font-size: 14px;  color:#E6F678; line-height:26px; margin:1px;border:1px solid #cccccc;
}
.button4
{
	background-color:#690F0F; width:120px; height:28px; font-size: 14px;  color:#E6F678; line-height:26px; margin:1px;border:1px solid #cccccc;
}
.button5
{
	background-color:#690F0F; width:145px; height:28px; font-size: 14px;  color:#E6F678; line-height:26px; margin:1px;border:1px solid #cccccc;
}
.button6
{
	background-color:#690F0F; width:60px; height:28px; font-size: 14px;  color:#E6F678; line-height:26px; margin:1px;border:1px solid #cccccc;
}
.button7
{
    background: none;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    font-size: 45px;
    color: #ffffff;
    line-height: 30px;
    border: 1px solid #cccccc;
}
.button8
{
	background-color:#690F0F; width:72px; height:28px; border:1px; font-size: 14px;  color:#E6F678; line-height:26px; margin:1px;border:1px solid #cccccc;
}
.button9
{
    background-color: #690F0F;
    width: 43px;
    height: 43px;
    border-radius: 5px;
    font-size: 14px;
    color: #E6F678;
    border: 1px solid #cccccc;}
.button10
{
    background-color: #690F0F;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: 20px;
    color: #E6F678;
    line-height: 18px;
    border: 1px solid #cccccc;
	float:right;
	}
.button11
{
    background-color: #690F0F;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    font-size: 20px;
    color: #E6F678;
    border: 0px;
	}
.button12
{
    background-color: #690F0F;
    width: 28px;
    height: 19px;
	text-align:center;
    border-radius: 5px;
    font-size: 14px;
    color: #E6F678;
    border: 0px;
	}
.button13
{
    background-color: #690F0F;
    width: 30px;
    height: 30px;
	text-align:center;
	margin: 0px;
	border: #cccccc 1px solid;
    font-size: 14px;
    color: #E6F678;
}

.button14
{
 	border: none;
    background: none;
	flex: 1 1 auto;
	margin: 0px 2px;
	padding: 0px 2px;
	font-style:italic;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
	color: #E6F678;
}
.button14:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #690F0F;
}
.button14:nth-of-type(2):after {
  left: 0;
}
.button14:nth-of-type(3):after {
  right: 0;
  left: auto;
}
.button14:nth-of-type(4):after {
  left: 0;
  bottom: auto;
  top: -3px;
  width: 100%;
}
.button14:nth-of-type(5):after {
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
.button14:hover {
  cursor: pointer;
}
.button14:hover:after {
  width: 100%;
  left: 0;
}
.button14:hover:nth-of-type(4):after {
  top: calc(100% - 3px);
}
.button14:hover:nth-of-type(5) {
  color: #5bcaff;
}
.button14:hover:nth-of-type(5):after {
  left: -10%;
  width: 120%;
}
.button14:hover:nth-of-type(6) {
  border-radius: 30px;
}
.button14:hover:nth-of-type(6):after {
  width: 0%;
}
.button14:hover:nth-of-type(7) {
  transform: scale(1.2);
}
.button14:hover:nth-of-type(7):after {
  width: 0%;
}
.button14:hover:nth-of-type(8) {
  box-shadow: inset 0px 0px 0px 3px #690F0F;
}
.button14:hover:nth-of-type(8):after {
  width: 0%;
}
.button14:hover:nth-of-type(9) {
  box-shadow: 0px 0px 0px 3px #690F0F;
}
.button14:hover:nth-of-type(9):after {
  width: 0%;
}
.button15
{
    width: 80px;
    height: 80px;
	text-align:center;
	margin: 0px;
	border: none;
	background: none;
    font-size: 14px;
    color: #E6F678;
}
.button666
{
background: url(../image/ui/pic_gift1.png) no-repeat center;
width: 40px;
height: 40px;
border: 0px;
margin: 5px;
background-size: 100%;
line-height: 54px;
}
.button888
{
background:url(../image/ui/pic_gift3.png) no-repeat center; 
width: 40px;
height: 40px;
border: 0px;
margin: 5px;
background-size: 100%;
line-height: 54px;
}
.button_grey
{
background-color: #6f6f6f!important;
color: #f1f1f1!important;
}
.button_jk
{
	background: none;width:100%; border:0px;line-height:24px;font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;text-shadow: -1px 1px 0 #000, 1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;color: #fff;
}
.button_jk img{
	max-width: 100%;
	max-height: 100%;
}
.button_jkbig
{
	background: none;width:33.33%; border:0px;line-height:54px;font-size: 1.35rem;font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;text-shadow: -1px 1px 0 #000, 1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;color: #fff;
}
.button_jkbig img{
	max-width: 100%;
	max-height: 100%;
}
.button_lvlup{
	background: #FF9224;
	width: 80%;
	margin: 0 10%;
	border-radius: 5px;
	line-height: 20px;
	font-size: 10px;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
	color: #fff;
}
.button_lvlup img{
	max-width: 20px;
	max-height: 20px;
}
.button_lvlup p{
	width: 80%;
	height: 20px;
	line-height: 20px;
	background: rgb(0 0 0 / 40%);
	margin: 0 10%;
	border-radius: 5px;
}
.button_fy
{
	background:url(../image/button_ah/buttonfy.png) no-repeat center; width:80px; height:80px; border:0px;line-height:54px;
}

.kgxhx{  margin	: 0 5px;clear:both;  line-height:0;  height:2px; width:100%}
.cydj img{border:#333 solid 1px; margin:0px; margin-left:10px; margin-top:10px; padding:6px; width:24px; height:24px;}
.bigtext{font-size:18px!important;font-weight:bold!important;}
.itemcolor{border:1px solid #262626;background:radial-gradient(#cccccc 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor1{border:1px solid #262626;background:radial-gradient(#7CFC00 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor2{border:1px solid #262626;background:radial-gradient(#3C55EE 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor3{border:1px solid #262626;background:radial-gradient(#BE3CFF 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor4{border:1px solid #262626;background:radial-gradient(#FFFF00 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor5{border:1px solid #262626;background:radial-gradient(#FF0000 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor6{border:1px solid #262626;background:radial-gradient(#4DFFFF 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor7{border:1px solid #262626;background:radial-gradient(#FF9224 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor8{border:1px solid #262626;background:radial-gradient(#ff248a 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor9{border:1px solid #262626;background:radial-gradient(#247cff 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}
.itemcolor10{border:1px solid #262626;background:radial-gradient(#7cff24 0,#000000 100%);color:#ECF0F1;box-shadow:inset 0px 0px 8px #262626;}

.nav-tab{ padding-top:5px;}
.nav-tab .nav-tab-inner{ width:90%; margin:0 auto;}
.nav-tab a{ display:block; float:left; width:100%;border-top:1px #65BAF1 solid;border-bottom:1px #65BAF1 solid; text-align:center; font:400 1.5em/2em 'microsoft yahei'; color:#65BAF1;border-left:1px #65BAF1 solid;}
.nav-tab a:first-child {border-left:1px #65BAF1 solid;border-right:1px #65BAF1 solid;border-radius:8px 0 0 8px;}
.nav-tab a:last-child{  border-right:1px #65BAF1 solid;border-radius:0 8px 8px 0; border-left:1px #65BAF1 solid;}
.nav-tab .nav-hover{ background:#65BAF1; color:#FFF;}	
							
.nav-tab2{ padding-top:5px;}
.nav-tab2 .nav-tab-inner{ width:90%; margin:0 auto;}
.nav-tab2 a{ display:block; float:left; width:50%;border-top:1px #65BAF1 solid;border-bottom:1px #65BAF1 solid; text-align:center; font:400 1.5em/2em 'microsoft yahei'; color:#65BAF1;border-left:1px #65BAF1 solid;}
.nav-tab2 a:first-child {border-left:1px #65BAF1 solid;border-right:1px #65BAF1 solid;border-radius:8px 0 0 8px;}
.nav-tab2 a:last-child{  border-right:1px #65BAF1 solid;border-radius:0 8px 8px 0; border-left:1px #65BAF1 solid;}
.nav-tab2 .nav-hover{ background:#65BAF1; color:#FFF;}

.nav-tab3{ padding-top:5px;}
.nav-tab3 .nav-tab-inner{ width:90%; margin:0 auto;}
.nav-tab3 a{ display:block; float:left; width:33.33%;border-top:1px #65BAF1 solid;border-bottom:1px #65BAF1 solid; text-align:center; font:400 1.5em/2em 'microsoft yahei'; color:#65BAF1;}
.nav-tab3 a:first-child {border-left:1px #65BAF1 solid;border-right:1px #65BAF1 solid;border-radius:8px 0 0 8px;}
.nav-tab3 a:last-child{  border-right:1px #65BAF1 solid;border-radius:0 8px 8px 0; border-left:1px #65BAF1 solid;}
.nav-tab3 .nav-hover{ background:#65BAF1; color:#FFF;}								

.nav-tab4{ padding-top:5px;}
.nav-tab4 .nav-tab-inner{ width:90%; margin:0 auto;}
.nav-tab4 a{ display:block; float:left; width:25%;border-top:1px #65BAF1 solid;border-bottom:1px #65BAF1 solid; text-align:center; font:400 1.5em/2em 'microsoft yahei'; color:#65BAF1;border-left:1px #65BAF1 solid;}
.nav-tab4 a:first-child {border-left:1px #65BAF1 solid;border-right:1px #65BAF1 solid;border-radius:8px 0 0 8px;}
.nav-tab4 a:last-child{  border-right:1px #65BAF1 solid;border-radius:0 8px 8px 0; border-left:1px #65BAF1 solid;}
.nav-tab4 .nav-hover{ background:#65BAF1; color:#FFF;}								

.nav-tab5{ padding-top:5px;}
.nav-tab5 .nav-tab-inner{ width:90%; margin:0 auto;}
.nav-tab5 a{ display:block; float:left; width:20%;border-top:1px #65BAF1 solid;border-bottom:1px #65BAF1 solid; text-align:center; font:400 1.5em/2em 'microsoft yahei'; color:#65BAF1;border-left:1px #65BAF1 solid;}
.nav-tab5 a:first-child {border-left:1px #65BAF1 solid;border-right:1px #65BAF1 solid;border-radius:8px 0 0 8px;}
.nav-tab5 a:last-child{  border-right:1px #65BAF1 solid;border-radius:0 8px 8px 0; border-left:1px #65BAF1 solid;}
.nav-tab5 .nav-hover{ background:#65BAF1; color:#FFF;}								
.moneybg
{
	height:24px;
    margin-bottom: 5px;
    padding: 1px;
    border: 1px solid #cccccc;
	border-radius: 5px;
	float:right;
}
.ztlzb{
	text-align: center!important;
    float: left;
    padding: 0 10%;
}
.ztlzb2{text-align: center!important; height:60px!important;margin-bottom: 2%;}
.ztlzb3{text-align: center!important;
    border: 1px solid;
    border-radius: 5px;
    width: 48%;
	float:left;
    margin: 1%;
    padding: 2%;
    box-sizing: border-box;}
.left{float:left;text-align:center;}
.right{float:right;text-align:center;}
.batchar{width:100%;border-radius: 5px;border: 1px solid #cccccc;background:none;}
.batchar2{width:50%;border-radius: 5px;border: 1px solid #cccccc;background:none;}
.batchar3{width:24%;border-radius: 5px;border: 1px solid #cccccc;background:none;}
.close{
	float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8;	
    border-radius: 50px;   
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #999;}
.itembtn{
	position: relative;
	width: 36px;
    height: 36px;   
}
.itembtn img{	
    z-index: 1;
    text-align: center;
}
.middleitembtn{
	position: relative;
	width: 100%;
    height: 100%;   
}
.middleitembtn img{	
    z-index: 1;
    text-align: center;
}
.middleitemimgtext{	
	position: absolute;
    bottom: -3px;
    left: 0;
	right: 0;
    z-index: 5;
    max-width: 100%;
}
.bigitemimgtext{	
	position: absolute;
    bottom: -3px;
    left: 0;
	right: 0;
    z-index: 5;
    max-width: 100%;
}
.itemimgtext{	
	position: absolute;
    bottom: -3px;
    left: 0;
	right: 0;
    z-index: 5;
    max-width: 100%;
}
.itemimgamount{	
	position: absolute;
    bottom: -3px;
    left: 0;
	right: 0;
    z-index: 5;
    max-width: 100%;
	text-align: right;
	font-style: italic;
}
.itemimglock{	
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 12px;
    overflow: hidden;
}
.middleitemimglock{	
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 5;
    width: 15px;
    overflow: hidden;
}
.bigitemimglock{	
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 5;
    width: 12px;
    overflow: hidden;
}
.middleitemimglvl{	
	position: absolute;
    top: 1px;
    left: 1px;
    z-index: 5;
	/* background: black; */
	border-radius: 5px;
    font-size: 1rem;
	font-style: italic;
}
.bigitemimglvl{	
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 5;
	/* background: black; */
	border-radius: 5px;
	line-height: 1.2rem;
	font-size: 1rem;
	font-style: italic;
    width: 2.6rem;
    overflow: hidden;
}
  ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
  background-color: #F5F5F5;
  }
  ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
	background-color: #000000;
    border: 2px solid #555555;
	box-sizing: border-box;
  }
  ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }
::-webkit-scrollbar-corner{
	background-color: #000000;
	border: 2px solid #555555;
	box-sizing: border-box;
}
.vertical-text{/*文字垂直居中排列*/
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: bt-rl;
	writing-mode: vertical-rl;
	text-align: center;
}
.xximg{
	height: 150px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    float: left;
	position: relative;
	margin:0 auto;
}
.xximg img{
	position: absolute;
	bottom:10%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.guideul{
 width:100%;
 float:left;
}
.guideul li{
	width: 100%;
    float: left;
    border: 1px solid #00ffe5;
    border-radius: 5px;
    margin: 2px 0;
    padding: 2px 0px 2px 2px;
}
.guideul li b{
	width:100%;float:left;
}
 .sever_choose_background {
     width: 100%;
	 max-width:480px;
     height: 70%;
     margin: 7% auto;
     position: relative;
     padding: 15px;
}
 .xuanqu_top {
     width: 100%;
     height: 5%;
     text-align: center;
}
 .fwq_type_xuanze {
     width: 100%;
     padding: 5%;
     margin: 0.4166666666666667rem auto;
     cursor: pointer;
}
 .fwq_type_xuanze-2 {
     width: 100%;
     padding: 5%;
     margin: 0.4166666666666667rem auto;
     cursor: pointer;
	 background: #000;
     border-radius: 5px;
	 border:1px solid;
}
.modal{
	color:#fff;!important;
}
.bgcolor{background-color : #000000;}
.light{
color : #79FF79;
font-size : 100%;
}
.lvl7{
color : #8600FF;
font-size : 100%;
}
.lvl8{
color : #8600FF;
font-size : 100%;
}
.lvl9{
color : #FF0080;
font-size : 100%;
}
.lvl99{
color : #FFA042;
font-size : 100%;
}
.lvl999{
color : #00DB00;
font-size : 100%;
}
.fb0{
font-size:14px;

}
.fb1{
font-size : 100%;

}
.fb2{
color : #84C1FF;
font-size : 100%;

}
.fb3{
color : #8600FF;
font-size : 100%;

}
.fb4{
color : #FF0080;
font-size : 100%;

}
.fb5{
color : #FFA042;
font-size : 100%;

}
.fb6{
font-size:12px;
}
.fb7{
color : #FFA042;
font-size : 150%;

}
.fb8{
color : #FFFFFF;
font-size : 100%;
}
.zbsx1{
color : #84C1FF;
font-size : 100%;
}
.zbsx2{
color : #79FF79;
font-size : 100%;
}
.zbsx3{
color : #FF60AF;
font-size : 100%;
}
.zbsx4{
color : #FF9224;
font-size : 100%;
}
.zbsx5{
color : #949449;
font-size : 100%;
}
.zbsx6{
color : #00DB00;
font-size : 100%;
}
.j110{
  color:#3EF21E;
}
.j100{
  color:#3C55EE;
}
.j90{
  color:#7A31A1;
}
.j80{
  color:#A3A5AC;
}
.j70{
  color:#E84F52;
}
.j60{
  color:#EFF2CD;
}
.j50{
  color:#E1002D;
}
.j40{
  color:#BE3CFF;
}
.j30{
  color:#FFBF00;
}
.j20{
  color:#003CE1;
}
.j10{
  color:#AEFF78;
}
.lvl6{
  color:#E1002D;
}
.lvl5{
  color:#BE3CFF;
}
.lvl4{
  color:#FFBF00;
}
.lvl3{
  color:#3C55EE;
}
.lvl2{
  color:#3EF21E;
}
.lvl1{
  color:#A3A5AC;
}
.dmg{
  color:#cc3300;
  font-weight	: bold;
}
.recover{
  color:#3366ff;
  font-weight	: bold;
}
.lvzd{
  color:#FE9A2E;
  font-weight	: bold;
}
.zszd{
  color:#A9A9F5;
  font-weight	: bold;
}
.support{
  color:#66cc66;
  font-weight	: bold;
}
.spdmg{
  color:#993399;
  font-weight	: bold;
}
.ys{
  font-weight:ys;
  color:#66B3FF;
}
.levelup{
  font-weight:bold;
  color:#ffff33;
}

.se1{
  color:#8E8E8E;
}
.se2{
  color:#FF5151;
}
.se3{
  color:#FF95CA;
}
.se4{
  color:#FF8EFF;
}
.se5{
  color:#CA8EFF;
}
.se6{
  color:#7D7DFF;
}
.se7{
  color:#46A3FF;
}
.se8{
  color:#4DFFFF;
}
.se9{
  color:#4EFEB3;
}
.se10{
  color:#53FF53;
}
.se11{
  color:#B7FF4A;
}
.se12{
  color:#FFFF37;
}
.se13{
  color:#FFDC35;
}
.se14{
  color:#FFAF60;
}
.se15{
  color:#FF8F59;
}
.se16{
  color:#B87070;
}
.se17{
  color:#AFAF61;
}
.se18{
  color:#6FB7B7;
}
.se19{
  color:#9999CC;
}
.se20{
  color:#B766AD;
}
.charge{
  color:#ffcc33;
}
.gray{
  /*grayscale(val):val值越大灰度就越深*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.disabled {  
  pointer-events: none; /* 阻止鼠标事件 */  
  opacity: 0.8; /* 降低透明度 */  
  cursor: not-allowed; /* 改变鼠标光标样式 */  
}  
.talkbgwk{
	background-color:#666;
	border:#333 3px double;
	color:#ccc;
	width:100%;
	height: 24%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px 0;
	float:left;
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 0.8333333333333334rem;
}
.battlekingwk{
	width: 270px;
	height: 270px;
	overflow: hidden;
	margin: auto;
}
.battlekingnk{
	float: left;
	width: 30px;
	height: 30px;
}
								
#position {
	max-width: 648px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 1px 1px 1px;
    height: 12%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: 10;
}
#position dl{
	width: 100%;
	height: 100%;
	float: left;
	white-space: nowrap;
	flex-flow: nowrap;
	flex-wrap: nowrap;
}
#position dd{
	width: 20%;
    text-align: center;
    float: left;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #777;
    line-height: 2rem;
    box-sizing: border-box;
    border: 1px #ccc solid;
    border-right: 1px #000 solid;
    padding: 0.16666666666666666rem;
}
#position dd font{display:block;padding-top:8px;}
#position dd a{
	color: #FFF;
    text-decoration: none;
    width: 100%;
    float: left;
    height: 100%;
    border-radius: 0.8333333333333334rem;
    background: #4a4a4a;
    padding: 0.16666666666666666rem;
    overflow: hidden;
}
#position dd img{width: 65%;}
#position dd strong{
    width: 100%;
	font-size: 1.2rem;
}
.zbspan{
	width: 33.33%;
	margin: 3% 0;
	float: left;
	border-radius: 5px;
	padding: 0;
}
.img-modal {  
    display: none; /* 隐藏模态框 */  
    position: fixed; /* 固定在屏幕上 */  
    z-index: 1; /* 位于其他元素之上 */  
    padding-top: 100px; /* 距顶部的距离 */  
    left: 0;  
	right:0;
    top: 0;  
    width: 100%; /* 全屏 */  
    height: 100%; /* 全屏 */  
    overflow: auto; /* 允许滚动 */  
    background-color: rgba(0,0,0,0.9); /* 黑色背景，带有透明度 */  
}  
  
.img-modal-content {  
    margin: auto;  
    display: block;  
    width: 80%;  
    max-width: 648px;  
	background: none;
}  
  
/* 模态框中的关闭按钮 */  
.img-close {  
    position: absolute;  
    top: 15px;  
    right: 35px;  
    color: #f1f1f1;  
    font-size: 40px;  
    font-weight: bold;  
    transition: 0.3s;  
}  
  
.img-close:hover,  
.img-close:focus {  
    color: #bbb;  
    text-decoration: none;  
    cursor: pointer;  
}
.button_gq_1 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(255, 255, 255, 0.8),
              0 0 10px 5px rgba(255, 255, 255, 0.4),
              0 0 15px 7.5px rgba(255, 255, 255, 0.1);
}
.button_gq_2 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(0, 255, 0, 0.8),
              0 0 10px 5px rgba(0, 255, 0, 0.4),
              0 0 15px 7.5px rgba(0, 255, 0, 0.1);
}
.button_gq_3 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(0, 0, 255, 0.8),
              0 0 10px 5px rgba(0, 0, 255, 0.4),
              0 0 15px 7.5px rgba(0, 0, 255, 0.1);
}
.button_gq_4 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(255, 0, 255, 0.8),
              0 0 10px 5px rgba(255, 0, 255, 0.4),
              0 0 15px 7.5px rgba(255, 0, 255, 0.1);
}
.button_gq_5 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(255, 165, 0, 0.8),
              0 0 10px 5px rgba(255, 165, 0, 0.4),
              0 0 15px 7.5px rgba(255, 165, 0, 0.1);
}
.button_gq_6 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(255, 255, 0, 0.8),
              0 0 10px 5px rgba(255, 255, 0, 0.4),
              0 0 15px 7.5px rgba(255, 255, 0, 0.1);
}
.button_gq_7 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(255, 0, 0, 0.8),
              0 0 10px 5px rgba(255, 0, 0, 0.4),
              0 0 15px 7.5px rgba(255, 0, 0, 0.1);
}
.button_gq_8 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(0, 128, 128, 0.8),
              0 0 10px 5px rgba(0, 128, 128, 0.4),
              0 0 15px 7.5px rgba(0, 128, 128, 0.1);
}
.button_gq_9 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(255, 20, 147, 0.8),
              0 0 10px 5px rgba(255, 20, 147, 0.4),
              0 0 15px 7.5px rgba(255, 20, 147, 0.1);
}
.button_gq_10 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(250, 50, 0, 0.8),
              0 0 10px 5px rgba(250, 50, 0, 0.4),
              0 0 15px 7.5px rgba(250, 50, 0, 0.1);
}
.button_gq_11 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(150, 50, 0, 0.8),
              0 0 10px 5px rgba(150, 50, 0, 0.4),
              0 0 15px 7.5px rgba(150, 50, 0, 0.1);
}
.button_gq_12 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(100, 25, 0, 0.8),
              0 0 10px 5px rgba(100, 25, 0, 0.4),
              0 0 15px 7.5px rgba(100, 25, 0, 0.1);
}
.button_gq_13 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(50, 0, 50, 0.8),
              0 0 10px 5px rgba(50, 0, 50, 0.4),
              0 0 15px 7.5px rgba(50, 0, 50, 0.1);
}
.button_gq_14 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(0, 50, 100, 0.8),
              0 0 10px 5px rgba(0, 50, 100, 0.4),
              0 0 15px 7.5px rgba(0, 50, 100, 0.1);
}
.button_gq_15 {
  overflow: hidden;
  box-shadow: 0 0 5px 2.5px rgba(0, 0, 0, 0.8),
              0 0 10px 5px rgba(0, 0, 0, 0.4),
              0 0 15px 7.5px rgba(0, 0, 0, 0.1);
}

.smallwindows{
	height: 64px;
	float: left;
	border-radius: 5px;
	background: #0000007d;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	bottom: 25%;
	left: 5%;
	right: 5%;
}
