html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,img{margin:0;padding:0;}
body{
    font-family: "Arial";
    font-size: .16rem;
}
fieldset,img{border:none;width: 100%;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
em,i,b,strong{font-style:normal;font-weight:normal;}
ul li,ol li{list-style:none;}
a{
    text-decoration:none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}

*{
    padding: 0;
    margin: 0;
}
html{
    font-size: 625%;
}
.head{
    width: 100%;
    height: .44rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head .goBack{
    height: .44rem;
    position: absolute;
    left: .14rem;
    display: flex;
    align-items: center;
}
.head .goBack img{
    width: .1rem;
    height: .19rem;
}
.title{
    width: 96%;
    margin: 0 auto .1rem;
    font-weight: bold;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #cccccc;
}
.con{
    width: 96%;
    margin: 0 auto .1rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.con .date{
    flex: 1;
    position: relative;
    top: .02rem;
}
.con .preserve{
    margin-left: .1rem;
    color: #000000;
}
.content{
    width: 96%;
    margin: .1rem auto 0;
    color: #333333;
}
.case{
    width: 100%;
    margin: .05rem auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 .1rem;
    border-top: .01rem solid #E4E4E4;
    box-sizing: border-box;
}
.menu{
    margin: .1rem 0;
}
.menu a{
    color: #D66B1E;
    font-size: .14rem;
    display: inline-block;
}
.box{
    margin-left: auto;
}
.box .goBack{
    font-size: .14rem;
}
.nav{
    width: 100%;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: .01rem solid #E4E4E4;
    background: #ffffff;
}
.nav div{
    flex: 1;
    display: flex;
    justify-content: center;
    color: #484848;
    font-size: .14rem;
}
.nav .app, .nav .mapp, .nav .feedback{
    height: .3rem;
    display: flex;
    align-items: center;
    border-right: .01rem solid #E4E4E4;
}
.nav .feedback{
    border: none;
}
.remarks, .remarks a{
    width: 100%;
    height: .38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DFDEDE;
    color: #999999;
    font-size: .1rem;
}

#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 20000;
}
#mcover img {
    position: fixed;
    right: .18rem;
    top: .05rem;
    width: 2.6rem;
    height: 1.8rem;
    z-index: 999;
}
