@media screen and (max-width: 768px) {
  #MOBILE .help-box {
    width: 100%;
    height: auto !important;
  }
  #MOBILE .help-box #mobole-help-opt {
    font-weight: 700;
    width: 100%;
    overflow: hidden;
  }
  #MOBILE .help-box #mobole-help-opt .help-li {
    padding: 0.05rem;
  }
  #MOBILE .help-box #mobole-help-opt .help-li .help-li-title {
    font-size: 0.16rem;
    padding-bottom: 0.05rem;
    font-weight: 700px;
  }
  #MOBILE .help-box #mobole-help-opt .help-li .help-li-text {
    font-size: 0.12rem;
    color: #999;
    padding-bottom: 0.05rem;
  }
  #MOBILE .help-box #mobole-help-opt .help-li .help-li-src {
    font-size: 0.12rem;
    color: #0855b0;
    padding-bottom: 0.05rem;
    cursor: pointer;
    font-weight: 700px;
  }
  #MOBILE .help-box #mobole-help-opt .help-li .help-li-src > .img2 {
    border-radius: 50%;
    border: 1px solid #0b51ac;
    padding: 0.03rem;
  }
  #MOBILE .help-box #mobole-help-opt .help-li .help-li-text-two {
    font-size: 0.12rem;
    color: #999;
    padding-bottom: 0.1rem;
  }
  #MOBILE .help-box #mobole-help-opt .help-li .help-li-src-two {
    font-size: 0.12rem;
    color: #0855b0;
    cursor: pointer;
    font-weight: 700px;
  }
  #MOBILE .help-box #mobole-help-opt .help-li:last-child {
    border-right: none;
  }
  #MOBILE .spread-box {
    font-weight: 700;
    width: 100%;
    background: #1755a7;
    padding: 0.2rem;
  }
  #MOBILE .spread-box .share-box {
    height: 0.8rem;
    color: #fff;
	margin-bottom:30px;
  }
  #MOBILE .spread-box .share-box .share-title {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  #MOBILE .spread-box .share-box .share-opt {
    overflow: hidden;
  }
  #MOBILE .spread-box .share-box .share-opt > section {
    margin-right: 0.14rem;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
  }
  #MOBILE .spread-box .share-box .share-opt > section > a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../../../assets/images/icons.png") no-repeat;
  }
  #MOBILE .spread-box .share-box .share-opt > section:nth-child(1) > a {
    background-position: -86px -442px;
  }
  #MOBILE .spread-box .share-box .share-opt > section:nth-child(2) > a {
    background-position: -6px -489px;
  }
  #MOBILE .spread-box .share-box .share-opt > section:nth-child(3) > a {
    background-position: -4px -431px;
  }
  #MOBILE .spread-box .share-box .share-opt > section:nth-child(4) > a {
    background-position: -4px -372px;
  }
  #MOBILE .spread-box .share-box .share-opt > section:nth-child(5) > a {
    background-position: -86px -500px;
  }
  #MOBILE .spread-box .share-box   section.share-opt > .linkedin-f > a {
  background-position: -86px -442px;
}
#MOBILE .spread-box .share-box   section.share-opt > .facebook-f > a {
  background-position: -5px -550px;
}
#MOBILE .spread-box .share-box   section.share-opt > .twitter-f > a {
  background-position: -85px -560px;
}
#MOBILE .spread-box .share-box   section.share-opt > .youtube-f > a {
  background-position: -4px -610px;
}
  #MOBILE .spread-box .update-box {
    height: 0.8rem;
    color: #fff;
  }
  #MOBILE .spread-box .update-box .update-title {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  #MOBILE .spread-box .update-box .sign {
    width: 2.96rem;
    border-radius: 5px;
    overflow: hidden;
  }
  #MOBILE .spread-box .update-box .sign input {
    width: 2.5rem;
    float: left;
    height: 0.3rem;
    border: none;
    padding: 0.05rem;
    background: #fff;
    color: #333;
  }
  #MOBILE .spread-box .update-box .sign .button {
    width: 0.46rem;
    float: left;
    background: #4d8fe0;
    height: 0.3rem;
    cursor: pointer;
  }
  #MOBILE .spread-box .update-box .sign .button > img {
    padding: 5px;
    width: 100%;
    height: 100%;
  }
  #MOBILE .statement {
    padding: 0.1rem;
    background: #222222;
  }
  #MOBILE .statement .time {
    text-align: center;
    color: #fff;
    line-height: 0.3rem;
  }
  #MOBILE .statement .contact {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	text-align: center
  }
  #MOBILE .statement .contact > section {
    text-align: center;
    border-right: 1px solid #fff;
	padding: 0 15px;
    display: inline-block;
  }
  #MOBILE .statement .contact > section > a {
    color: #fff;
  }
  #MOBILE .statement .contact > section:last-child {
    border-right: none;
  }
}
.modal-weChat-qr-code {
  background: transparent;
  box-shadow: none;
  border: none;
}
.modal-weChat-qr-code img {
  width: 2rem;
  height: 2rem;
  background: #fff;
  padding: 0.1rem;
  border-radius: 5px;
  margin: 0 auto;
}
