body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td {
    font-family: Microsoft YaHei, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    color: #000000;
    padding: 0;
    margin: 0;
    font-style:normal;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,
body {
    -webkit-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    height:100%;
    position:relative;
    /* font-size: 100px; */
}
p {
    margin: 0;
}
a,
button,
input,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
img {
    -webkit-touch-callout: none;
}
body {
    position: relative;
    font-size:0.12rem;
    color:#242424;
    background:#fff;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
    display: block;
}
/* End hide from IE Mac */
.fix {
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
    float: none;
}
a{
    color:#000;
    text-decoration:none;
}
em,span{
    font-style: normal;
}
li {
    list-style-type:none;
}

/* my style */
html{
    /*background-color: #F8F8F8;*/
    padding: .6rem;
}
h3{
    font-size: .48rem;
}
p{
    font-size: .3rem;
}
.off_line{
    display:none;
}
.off_line .tit{
    font-size:0.16rem;
    text-align:center;
    margin-top:0.1rem;
}
.off_line .cont{
    padding: 0.18rem 0;
    border-radius: 0.05rem;
    margin-top:0.15rem;
    box-shadow: 0px 0px 10px 5px #EBEBEB;
    -webkit-box-shadow: 0px 0px 10px 5px #EBEBEB;
}
.icon1{
    width:0.44rem;
    height:0.44rem;
    float:left;
    margin-left:0.2rem;
}
.off_line .cont div{
    float:left;
    margin-left:0.14rem;
}
.off_line .cont div .p1{
    font-size:0.16rem;
}
.off_line .cont div .p2{
    font-size:0.14rem;
    color:#898989;
    margin-top: 0.03rem;
}
.off_line .cont .right{
    width:0.06rem;
    height:0.12rem;
    float:right;
    margin-top: 0.15rem;
    margin-right: 0.16rem;
}
.tap{
    padding: 0.18rem 0 0.1rem 0;
}
.tap .a0{
    float:left;
    width:0.54rem;
    height:0.8rem;
    text-align: center;
    margin-left:10%;
}
.tap .a2{
    margin-left:5%;
}
.tap .a5{
    float:right;
    margin-left: 0;
    margin-right:5%;
}
.tap .a0 img{
    width:0.44rem;
    height:0.44rem;
    margin:0 auto;
    margin-bottom:0.06rem;
}
.wake{

}
.wake p{
    font-size:0.18rem;
    font-weight: bold;
}
.wake_img{
    height:0.8rem;
    margin-top:0.1rem;
}
.skill p{
    margin-top:0.16rem;
    font-size:0.18rem;
    font-weight: bold;
}
.skill .a0{
    display:block;
    width:100%;
    height:0.5rem;
    font-size:0.14rem;
    border-bottom:1px solid rgba(228,228,228,0.6);
    line-height:0.5rem;
}
.skill .a0 img{
    width:0.28rem;
    height:0.28rem;
    float:left;
    /*margin-left:0.1rem;*/
    margin-top: 0.1rem;
    margin-right:0.1rem;
}
#mask{
    width :100%;
    height :100%;
    position : fixed;
    z-index : 2;
    top : 0;
    left : 0;
    background-color : #000;
    opacity :0.6!important;
    display : none;
}
#dialog{
    display:none;
    background:#fff;
    width:3rem;
    border-radius: 0.1rem;
    z-index:3;
    text-align:center;
}
#dialog .tit{
    font-size:0.17rem;
    padding:0.2rem 0 0 0;
}
#dialog .cont{
    font-size:0.16rem;
    padding:0.16rem 0 0.2rem 0;
    line-height: 0.24rem;
}
#dialog .check{
    display:block;
    width:100%;
    height:0.5rem;
    line-height:0.5rem;
    font-size:0.16rem;
    color:#30C0B1;
    border-top:1px solid #E4E4E4;
    font-weight:bold;
}
#first{
    width:100%;
    height: 100%;
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:3;
}
#turn{
    display: block;
    width: 247px;
    height: 340px;
    position: absolute;
    top: 16%;
    left: 15%;
    z-index: 5;
}
#first_img{
    width:100%;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:4;
}