@charset "UTF-8";
body,dl,dd,p,h1,h2,h3,h4,h5,h6{
    margin:0;
    font-size:.16rem;
}
ol,ul{
    margin:0;
    padding:0;
    list-style:none;
}
a{
    text-decoration:none;
}

.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height: 0;
    line-height:0;
    visibility: hidden;
}

html{
    font-size: 100px;
}

.wrap{
    width: 7.5rem;
    margin:0 auto;
    overflow: hidden;
}
.center{
    width: 7rem;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.t_a{
    text-align: center;
}

.l_h{
    line-height: 0;
}



