*{
    font-family:'PingFang-SC-Bold' ;
    margin:0;
    padding: 0;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-overflow-scrolling: touch;
  }
  fieldset,img {
    border:0 none
  }  /* 重置fieldset（表单分组）、图片的边框为0*/  
  dl,ul,ol,menu,li ,em{list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */  
  blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */  
  blockquote:before,
   blockquote:after,
   q:before, q:after {
     content:'';
    }  /* 重置嵌套引用*/  
  input,select,textarea,button {
     vertical-align:middle 
  }  /* 重置表单控件垂直居中*/  
  
  a {
    text-decoration:none;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.2);
  }  /* 重置链接a标签 */  
  a:active, a:hover {
    text-decoration:none
  }   /* 重置链接a标签的鼠标滑动效果 */  

  
  html,body{
    height: auto;
    min-height: 100vh;
    position: relative;
  }

.wrap{
    width: 10rem;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #9B59FB ;
    padding-bottom: 0.6rem;
}
.img1{
  width: 100%;
  margin: 0 auto;
}
.content{
  width: 9.33rem;
  margin: .6rem auto 0;
  background: #fff;
  padding: .37rem 0;
}
.img2{
  width: 8.6rem;
  margin: 0 auto;  
  display: block;
}
.btn{
  display: block;
  margin: 1.13rem auto;
  width: 4rem;
  height: 1.27rem;
  line-height: 1.27rem;
  border-radius: .09rem;
  background-color: #EE0707;
  text-align: center;
  color: #fff;
  font-size: .67rem;
}

.list li .title{
  display: block;
  font-style: normal;
  font-size: .56rem;
  color: #000;
  font-weight:bold;
  text-align: center;
  background: url(./img/3.png) no-repeat center;
  background-size: auto .36rem;
}
.list li p{
  font-size: .44rem;
  color: #000;
  padding: .53rem .67rem 1.07rem;
  line-height: 1.6;
}
.list li p i{
  font-style: normal;
  font-weight: 600;
}
.center{
  text-align: center;
}











































