body,
html {
  position: relative;
  overflow: hidden;
  background: #fff;
}

body {
  -webkit-overflow-scrolling: touch;
}

#app {
  width: 100%;
  height: 100%;
}

.logo {
  position: absolute;
  top: .4rem;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  width: 4.6rem;
  height: 2rem;
  background: url(../../images/logo-bg.png) no-repeat;
  background-size: 100% 100%;
}

.logo i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 2.853333rem;
  height: .48rem;
  background: url(../../images/logo-5.png) no-repeat;
  background-size: 100% 100%;
}

.cover-bg {
  position: absolute;
  top: 1.44rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.2rem;
  height: 12.8rem;
  background: url(../../images/page.png) no-repeat;
  background-size: 100% 100%;
}

.cover-bg .cover {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 100%;
  transform: translateX(-50%);
}

.cover-bg .cover img {
  width: 100%;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #e8e8e8;
}

.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  transform: translate3d(-50%, -50%, 0);
}

.tips {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.tips p:nth-of-type(1) {
  padding-bottom: .3rem;
}

.mask {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 20%;
  background: rgba(0, 0, 0, .8);
}

.mask-tips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: url(../../images/tishi-img-2.png) no-repeat;
  background-size: 100% 100%;
}

.btns{
  width: 100%;
  height: 1.27rem;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.view-btn {
  color: #fff;
  background: #11497b;
  border-radius: 0.14rem;
  width: 2.57rem;
  height: 1.18rem;
  line-height: 1.18rem;
  text-align: center;
}

/* .collection-btn {
  position: absolute;
  bottom: .5rem;
  right: 1rem;
  color: #fff;
  background: #11497b;
  border-radius: .16rem;
  width: 3.306667rem;
  line-height: 1.173333rem;
  text-align: center;
} */

.btn-tips {
  display: block;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  padding: .16rem .32rem;
  transform: translateX(-50%);
  background: #000;
  opacity: .6;
  color: #fff;
  border-radius: .16rem;
}

.tips-fade-enter-active,
.tips-fade-leave-active {
  transition: opacity .5s;
}

.tips-fade-enter,
.tips-fade-leave-to {
  opacity: 0;
}

.email{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(2, 2, 2, 0.5);
  z-index: 999;
}

.send_box{
  width: 8.91rem;
  height: 5rem;
  border-radius: 0.19rem;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.2rem;
  box-sizing: border-box;
}

.item{
  width: 7.86rem;
  height: 0.94rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.15rem;
}

.title{
  font-size: 0.41rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #020202;
}

.cancel{
  font-size: 0.35rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #020202;
}

.item_txt{
  font-size: 0.33rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}

.input{
  width: 7.86rem;
  height: 0.94rem;
  line-height: 0.94rem;
  border: 0.02rem solid #1F487C;
  border-radius: 0.19rem;
  padding: 0 0.3rem;
  font-size: 0.33rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  box-sizing: border-box;
}

.line{
  width: 8.33rem;
  height: 0.02rem;
  background: #E7E7E7;
  border-radius: 0.01rem;
  margin-top: 0.35rem;
}

.send{
  width: 100%;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.35rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #1F487C;
}

[data-dpr="2"] .tips {
  font-size: 32px;
}

[data-dpr="3"] .tips {
  font-size: 50px;
}

[data-dpr="2"] .btn-tips {
  font-size: 32px;
}

[data-dpr="3"] .btn-tips {
  font-size: 50px;
}

[data-dpr="2"] .view-btn {
  font-size: 32px;
}

[data-dpr="3"] .view-btn {
  font-size: 50px;
}

[data-dpr="2"] .collection-btn {
  font-size: 32px;
}

[data-dpr="3"] .collection-btn {
  font-size: 50px;
}
