body {
  color: #505050;
  font-size: .14rem;
  line-height: 1.5;
  font-family: "Microsoft Yahei", "PingFang SC", "SimSun", "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma;
  background: #efefef;
}
html {
  font-size: 625%;
}
@media screen and (min-width: 1440px) {
html {
      font-size: 700%;
}
}
@media (max-width: 640px) and (min-width: 0) {
html {
    font-size: 20vw;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (max-width: 320px) {
html {
      font-size: 64px;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (min-width: 640px) {
html {
      font-size: 128px;
}
}
._Apply-free-container ._Apply-free-dialog .service-modal h3 {
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
._Apply-free-container ._Apply-free-dialog .service-modal .service-content ul {
  margin-bottom: 15px;
}
._Apply-free-container ._Apply-free-dialog .service-modal .service-content ul li {
    line-height: 24px;
    padding-left: 20px;
}
._Apply-free-container ._Apply-free-dialog .service-modal .apply-btn {
  display: block;
  width: 160px;
  line-height: 44px;
  background: #1f9823;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 40px auto 0;
  cursor: pointer;
}
._Apply-free-container .page-container {
  padding: 50px 0;
}
._Apply-free-container .service-upload {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 30px 120px;
  border-radius: 5px;
  text-align: center;
  height: 80%;
}
._Apply-free-container .service-upload h3 {
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #333333;
}
._Apply-free-container .service-upload .upload-tips div {
    font-size: 14px;
    color: black;
}
._Apply-free-container .service-upload .upload-album {
    margin: 30px auto;
}
._Apply-free-container .service-upload .upload-album .upload-figure {
      text-align: center;
}
._Apply-free-container .service-upload .upload-album .upload-figure img {
        height: 160px;
}
._Apply-free-container .service-upload .upload-album .upload-figure span {
        color: #333;
}
._Apply-free-container .service-upload .apply-btn {
    display: block;
    width: 160px;
    height: 44px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 50px auto 0;
}

