::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html {
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
  font-size: 13px;
  position: relative;
  max-width: 750px;
  height: 100%;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

i,
em {
  font-style: normal;
}
img{
  display: block;
}
#app{
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
.bg-box {
  min-height: 100vh;
  background: url('../images/bg.png') no-repeat #fff;
  background-size: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bg-box .top {
  padding: 20px;
}
.bg-box h1 {
  text-align: center;
  padding: 20px 30px;
  font-size: 40px;
  line-height: 1;
}
.bg-box .phone {
  background: url('../images/phone.png') no-repeat;
  background-size: 100%;
  margin: 25px 38px 0;
  overflow: hidden;
  text-align: center;
  padding: 0 40px;
  flex: 1;
}

.bg-box .logo {
  background-color: #fff;
  border-radius: 20px;
  width: 25vw;
  height: 25vw;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0px 1px 2px #00000029;
  margin: 80px auto 15px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.down-btn {
  margin: 90px 15px 35px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.down-btn .van-button {
  font-size: 15px;
  box-shadow: 0px 1px 2px #00000029;
  color: #000!important;
  height: 40px;
}
.down-btn .van-button__content {
  gap: 0 15px;
}
.down-btn .van-button__content::before {
  display: none;
}
.locale-item {
  padding: 16px;
}
.locale-item .icon {
  margin-right: 15px;
}