html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,abbr,address,big,em,img,q,small,strike,strong,
sub,sup,tt,var,i,dl,dt,dd,ol,ul,li,form,fieldset,label,table,caption,tbody,thead,tfoot,tr,th,td,article,
aside,canvas,details,figure,figcaption,header,footer,hgroup,menu,nav,output,section,time,mark,audio,
video,input,select,button{margin:0;padding:0;border:0;font-family:'微软雅黑',Arial;font-size:10px;}
/*去除默认样式*/
ul,ol,li{list-style:none;}
/*表格边框合并，边框距零*/
table{border-collapse:collapse;border-spacing:0;}
/*继承父元素的字体系列样式*/
input,select,textarea,button{font-family:inherit;}
/*清除浮动*/
.fl{float:left;}
.fr{float:right;}
.cf{zoom:1;}
.cf:after{content:"";display:table;clear:both;overflow:hidden;}
/*a链接*/
a{text-decoration:none;color:#000;}
a:hover{text-decoration:none;}
/*去除点击高亮效果*/
a,button,input,select,img,label{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:medium none;}
input::-moz-focus-inner{border:none;padding:0;}
select, input{vertical-align:middle;}
/*去掉苹果的默认UI来渲染按钮*/
input[type="submit"],input[type="reset"],input[type="button"],button,select{-webkit-appearance:none;}
/*placeholder文本颜色*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{
    color:#ccc;
}
/*html5标签*/
header,footer,section,article,aside,nav,figure{display:block;}
/*长英文字母 数字 换行*/
p{word-break:break-all;word-wrap:break-word;}
/*去除默认样式*/
h1,h2,h3,h4,h5,h6,strong,i,em,address, caption, cite, code, dfn, th, var{font-weight:normal;font-style:normal;}
fieldset, img{border:none;display:block;}
/*去除长按a链接弹框*/
html,body{-webkit-touch-callout:none;}
*{
    /*清除移动端默认的 点击高亮效果*/
    -webkit-tap-highlight-color: transparent;
    /*设置所有的都是以边框开始计算宽度 百分比*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*input{
    border: none;
    outline: none;
    !*清除移动端默认的表单样式*!
    -webkit-appearance: none;
}*/
.fr{float: right}
.fl{float: left}
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

/*head*/
.head{
    width: 100%;
    height: 0.48rem;
    background: red;
    background: url("http://jardown.eglsgame.com/website/egls/images/LOGO.png") no-repeat 0.18rem center;
    background-size: 0.94rem 0.38rem;
}
.nav_btn{
    margin: 0.15rem 0.2rem;
}
.nav_btn span{
    display: block;
    width: 0.25rem;
    height: 0.03rem;
    background: #a1a1a1;
    margin-bottom: 0.04rem;
}
.nav_btn span:last-child{
    margin-bottom: 0;
}


.pull_down_menu{
    display: none;
    width: 70%;
    position: absolute;
    top: 0.48rem;
    right: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.7);
    padding: 0.07rem 0;
}
.pull_down_menu.active{
    display: block;
}
.pull_down_menu ul li{
    width: 100%;
    height: 0.42rem;
    line-height: 0.42rem;
    border-bottom: 0.02rem solid #9c7458;
    color: #fff;
    text-align: center;
    font-size: 0.14rem;
}
.pull_down_menu ul li a{
    color: #ffffff;
    display: block;
    font-size: 0.14rem;
}
.pull_down_menu ul li:last-child{
    border: 0;
}



.banner{
    width: 100%;
    height: 1.43rem;
    position: relative;
    overflow: hidden;
}
#swiper{
    height: 100%;
    width: 6.66rem;
    position: absolute;
    left: 50%;
    margin-left: -3.33rem;
}
.swiper-slide{
    width: 100%;
    height: 100%;

}
.swiper-slide img{
   /* width: 6.66rem;*/
    height: 100%;

}

.gauge{
    width: 100%;
    height: 0.54rem;
    line-height: 0.65rem;
    text-align: center;
    border-bottom: 0.01rem solid #f76709;
    position: relative;
    font-size: 0.17rem;
}
.gauge::before{
    display: block;
    content: '';
    width: 1.42rem;
    height: 0.04rem;
    background: #f76709;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.foot{
    width: 100%;
    height: auto;
    background: #000;
    text-align: center;
    padding-bottom: 0.16rem;
}
.foot .back_top{
    display: inline-block;
    font-size: 0.2rem;
    color: #fdd687;
    padding-top: 0.26rem;
    background: url(http://jardown.eglsgame.com/website/zh2/images/mobile/official/top.png) no-repeat center 0;
    background-size: 0.46rem 0.18rem;
    margin-top: 0.1rem;
}
.foot p{
    font-size: 0.1rem;
    color: #969696;
    line-height: 0.18rem;
}



.text-center{
    text-align: center;
}
.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.img-width{
    max-width: 260px;
}


.noselect {

    -webkit-touch-callout: none; /* iOS Safari */

    -webkit-user-select: none; /* Chrome/Safari/Opera */

    -khtml-user-select: none; /* Konqueror */

    -moz-user-select: none; /* Firefox */

    -ms-user-select: none; /* Internet Explorer/Edge */

    user-select: none; /* Non-prefixed version, currently

not supported by any browser */

}












