html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: Microsoft YaHei UI, PingFang SC, Heiti SC, Droid Sans, sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #707070;
}
button {
  outline: 0;
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml50 {
  margin-left: 50px;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.noscroll {
  overflow: hidden;
  height: 100%;
}
.upload-box {
  width: 100vw;
  min-height: 100vh;
  padding-top: 1.7rem;
  box-sizing: border-box;
  position: relative;
  background: url('../image/bg_h5.png') no-repeat;
  background-size: cover;
}
.upload-box .overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999;
}
.upload-box .overlay .top-banner {
  width: 100%;
  height: 1.4rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.upload-box .overlay .top-banner .content {
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.37rem;
}
.upload-box .overlay .top-banner .right-icon {
  width: 0.7rem;
  height: 0.7rem;
  background: url('../image/ic_wechat_arrow.png') no-repeat;
  background-size: cover;
}
.upload-box .logo {
  margin: 0 auto 0;
  width: 5.14rem;
  height: 1.6rem;
  background: url('../image/img_splash_title.png') no-repeat;
  background-size: cover;
}
.upload-box .upload-bg {
  width: 100%;
  height: 8.73rem;
  transform: translateY(-0.2rem);
}
.upload-box .btn-box {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.upload-box .upload-desktop-btn {
  width: 5.06rem;
  height: 1.04rem;
  line-height: 1.04rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
  text-align: center;
  background: url('../image/btn_img.png') no-repeat;
  background-size: cover;
}
.upload-box .upload-opem-app {
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #008ae9;
  line-height: 0.37rem;
  text-align: center;
  margin-top: 0.4rem;
}
