
.body{
  font-family: MicrosoftYaHei, arial;  
  overflow:hidden;
}
.wrapper{
  margin:0 auto;
  width:100%;
  height:100%;
  max-width: 500px;
  min-width: 300px;
  padding-bottom:74px;
}
.head{
  height:415px;
  background-image: url("../images/bg02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.head-1{
  margin: 0 42px;
  height: 30%;
  overflow:hidden;
}
.logo{
  margin: 68px auto 0;
  width:84px;
  height: 84px;
  background: #FFFFFF;
  border-radius: 15px;
  background-size: 84px 84px;
}
.head-1 .head-appname{
  margin-top: 8px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.head-2{
  height:70%;
  text-align:center;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
}
.shareSDK{
  margin-top:36px;
  font-family: MicrosoftYaHei, arial;  
  font-weight:bolder;
  font-size: 45px;
}
.shareSDk-sub{
  margin-top: 10px;
  font-size: 18px;
}

.wrap {
  margin-top: 38px;
}

.wrap .title{
  font-size: 19px;
  color: #2F3333;
  text-align: center;
  font-weight: bolder;
}
.lists .item{
  position: relative;
  margin: 0 22px;
  margin-top: 60px;
  padding-left: 60px;
}
.lists .item:first-of-type{
  margin-top:45px;
}
.product{
  position: relative;
  margin: 0 22px;
  margin-top: 15px;
  border: 1px solid #D5D8E0;
  border-radius: 8px;
}
.product .item-content{
  padding: 21px 20px;
  padding-left: 84px;
}

.item .img{
  position: absolute;
  top:0;
  left:0;
  width: 44px;
  height:44px;
  border-radius: 50%;
}
.img img{
  width:100%;
  height: 100%;
  font-size: 0;
}
.lists .item h4{
  margin-bottom:10px;
  font-size: 14px;
  font-weight:bold;
  color: #2F3333;
}
.lists .item p{
  line-height: 16px;
  font-size: 10px;
  text-align: justify;
  color: #686C7B;
}

.products{
  margin-top: 20px;
}
.product.item .img{
  left: 20px;
  top: 20px;
}

.product.item .item-content h4{
  font-size: 16px;
  color: #142526;
  letter-spacing: 0;
  font-weight:bold;
  margin-bottom: 10px;
}
.product.item .item-content p{
  font-size: 12px;
  color: #686C7B;
  letter-spacing: 0;
}