* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 1000px;
  min-height: 100%;
  overflow-y: hidden;
}

#phone {
  background-color: #FF6644;
}

img {
  max-width: 100%;
}

.bg {
  background-image: url(../img/bg_wap.png?v=1);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  height: 100%;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer .content {
  background-color: #ffffff;
  margin: 16px;
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 16px;
}

.footer .content .resume {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEEEE;
}

.footer .content .resume .icon {
  width: 80px;
}

.footer .content .resume .icon img {
  border-radius: 16px;
}

.footer .content .resume .desc {
  width: calc(100% - 96px);
  margin-left: 16px;
}

.footer .content .resume .desc .app_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.footer .content .list {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 20px;
}

.footer .content .list img {
  height: 20px;
  width: 20px;
  border-radius: 20px;
}

.footer .content .list .abst {
  font-size: 11px;
  margin-left: 8px;
  color: #999999;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 58px;
}

.footer .content .list .hd {
  font-size: 11px;
  margin: 0 8px;
  color: #999999;
  width: 60px;
}

.footer .content .list .price {
  font-size: 11px;
  color: #FF6644;
}

.footer .content .btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.footer .content .btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  border-radius: 25px;
  height: 48px;
  line-height: 48px;
  border: none;
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

#phone .footer .tips {
  background: #fff;
  font-size: 12px;
  color: #FF6644;
  padding: 8px;
  padding-right: 0;
  margin: 0 16px;
  margin-bottom: 16px;
  border-radius: 8px;
}

#phone .footer .tips span {
  font-weight: bold;
}

.mark {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  transition: all 1s;
}

.mark>img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 228px;
  height: 154px;
  z-index: 3;
}

.modal2 {
  margin: 16px;
  width: calc(100% - 32px);
  display: none;
  bottom: 16px;
}

.ios_content {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
}

.ios_content .resume {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #EEEEEE;
}

.ios_content .resume .icon {
  width: 80px;
}

.ios_content .resume .icon img {
  border-radius: 16px;
}

.ios_content .resume .desc {
  margin-left: 16px;
  width: calc(100% - 96px);
}

.ios_content .resume .desc .app_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.ios_content .resume .desc .abst {
  font-size: 14px;
  color: #999999;
}

.ios_content .resume .desc .abst .green {
  color: #119C51;
}

.ios_content .btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.ios_content .btn span {
  text-align: center;
  background-color: #333333;
  border-radius: 25px;
  height: 48px;
  line-height: 48px;
  border: none;
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
}

.install {
  display: none;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 16px;
}

.install .font {
  font-size: 12px;
  color: #999999;
  text-align: center;
}

.install .btn {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.install .btn span {
  width: 183px;
  height: 40px;
  border: 2px solid #666666;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
}


/* 弹窗 */
.modal {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1.4s;
  animation-name: fadeIn;
  animation-duration: 1.4s
}

/* 弹窗内容 */
.modal-content {
  position: fixed;
  bottom: 0;
  margin: 16px;
  width: calc(100% - 32px);
}

.modal-content.cur {
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}


.footer.cur {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

.footer.up {
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* 添加动画 */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: -300px;
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: -300px;
    opacity: 1
  }
}



@media screen and (min-width: 750px) {
  body {
    width: 750px;
    margin: 0 auto;
  }

  .footer {
    width: 750px;
    margin-left: calc((100% - 750px)/2);
  }

  #myModal {
    width: 750px;
    margin-left: calc((100% - 750px)/2);
  }

  .modal-content {
    width: 718px;
  }
}


@-webkit-keyframes rowup {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -220px, 0);
    transform: translate3d(0, -220px, 0);
  }
}

@keyframes rowup {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -220px, 0);
    transform: translate3d(0, -220px, 0);
  }
}

.demo-list {
  position: relative;
  height: 44px;
  overflow: hidden;
}

.demo-list .rowup {
  -webkit-animation: 15s rowup linear infinite normal;
  animation: 15s rowup linear infinite normal;
  position: relative;
}

#no-safari {
  display: none;
}

.no-safari {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000000;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-safari .popop-header {
  width: 311px;
  margin-top: auto;
  display: flex;
  margin-bottom: 8px;
}

.no-safari .popop-header .logo {
  width: 50px;
  height: 50px;
  margin-left: 25px;
  background: url('../../img/enter-logo.png') no-repeat;
  background-size: 50px;
}

.no-safari .popop-header .desc {
  margin-left: 8px;
}

.no-safari .popop-header .name {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.no-safari .popop-header .abst {
  font-size: 13px;
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 24px;
}

.no-safari .popup-content {
  width: 311px;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.no-safari .popup-content .copy {
  border: 1px solid #333333;
  width: 231px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-safari .popup-content .copy-desc {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}

#safari-toast {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000001;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.safari-toast {
  width: 280px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px 16px;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
}

.safari-toast-content {
  padding: 24px 0;
}

.safari-toast-btn {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FFA326 0%, #FF6227 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 auto;
}