
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
    /*font-family: "Arial Black", arial-black !important;*/
    -webkit-tap-highlight-color:transparent;

}
body {
    font-family: "Microsoft YaHei";
    font-size:10px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}
a {
    /* text-decoration: none; */
    /* color: #333333; */
    cursor: pointer;
}
body,html{
    padding-top: 0.68rem;
    background: #f9f9f9;
    padding-bottom: 1rem;
}
.header{
    height: 0.88rem;
    background-color: #ffffff;
    padding: 0 0.25rem;
    font-size: 0.30rem;
    color: #333333;
    line-height: 0.88rem;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 20;
    border-bottom: 1px solid #dedede;
}
.btn{
    width: 2rem;
    height: 0.6rem;
    background-color: #36a7fa;
    font-size: 0.3rem;
    color: #ffffff;
    /* margin: 0 auto; */
    margin-top: 0.3rem;
    border-radius: 5px;
    text-align: center;
    line-height: 0.6rem;
    margin-left: 0.2rem;
}
.mainone{
    width: 100%;
    overflow-y: scroll;
    margin: 0 auto;
   
}
.mainone h1{
    font-size: 0.4rem;
    text-align: center
}
 .p1{
    font-size: 0.25rem;
    margin: 0.4rem 0.2rem;
    line-height: 0.3rem;
   
}
.imgall{
   margin-left: 25%;
}
.imgall img{
    width: 3rem;
    height: 3rem;
    margin-top: 0.2rem;
}
.imgalltwo{
    margin-left: 15%;
}
.imgalltwo img{
    width:5rem;
    height: 2rem;
    margin-top:  0.2rem;
}
.imgallthree{
    margin-left: 15%;
}
.imgallthree img{
    width: 5rem;
    height: 2rem;
    margin-top:  0.2rem;
}
.imgallfour{
   margin-left: 15%;
   /* margin-bottom: 0.5rme; */
}
.imgallfour img{
    width: 5rem;
    height:1.5rem;
    margin-top:  0.2rem;
}
.mask{
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 10;
}
.fr{
    position: relative;
}
.fr ul{
    position: absolute;
    top:0.88rem;
    right:0rem;
    width: 2.5rem;
    background: #ffffff;
    text-align: center;
    font-size: 0.30rem;
    color: #333333;
}
.fr ul li{
    width:2.2rem;
    margin: 0 auto;
    border-bottom: 1px solid #dedede;
}
.fr ul li:last-child{
    border-bottom: 0;
}
.class{
    clear: both;

    padding-top: 0.3rem;
}
.class ul li{
    width: 1.2rem;
    height: 0.6rem;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dedede;
    margin-left: 0.25rem;
    float: left;
    text-align:center;
    line-height: 0.6rem;
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
}
.class .all{
    background-color: #36a7fa;
    border: solid 1px #36a7fa;
    color: #ffffff;
}
.content{
    clear: both;
    background: #ffffff;
    border-top: 1px solid #dedede;
}
.list{
    height:2.1rem;
    border-bottom: 1px solid #dedede;
}
.img {
    margin-left: 0.24rem;
    width: 2.7rem;
    margin-right: 0.2rem;
    height:1.52rem;
    overflow: hidden;
    margin-top: 0.29rem;
}
.img img{
    width: 100%;
}
.text{
    width: 4rem;
    margin-top: 0.29rem;
}
.text p:first-child{
    font-size: 0.36rem;
    color: #333333;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text p:nth-child(2){
    font-size: 0.26rem;
    color: #999999;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.text p:nth-child(3){
    font-size: 0.26rem;
    color: #999999;
    line-height: 1;

}