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;
}
}
._Create-tmp-container .view-content {
  width: 5rem;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  padding-top: .35rem;
}
._Create-tmp-container .view-content .btn-group {
    margin-top: .4rem;
}
._Create-tmp-container ._create-tmp-upload .upload-btn {
  display: inline-block;
  width: 1.5rem;
  background: #fff;
  color: #33ac37;
  border: 1px solid #33ac37;
  height: .35rem;
  line-height: .35rem;
  border-radius: 3px;
  text-align: center;
}

