* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
body {
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  background-color: #95b3ff;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: .7rem;
}
.hide {
  display: none;
}
.hide-o {
  z-index: -1;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.bg {
  background: url("img/head.jpg") top center no-repeat;
  background-size: 100% auto;
  background-color: #111b2e;
}
.word {
  width: 17.76rem;
}
.op-5 {
  opacity: .55;
}
.orders {
  width: 18.02666667rem;
  color: #fff;
  text-align: center;
  font-size: 0.75573333rem;
}
.orders p {
  line-height: 1.17333333rem;
  font-size: 0.75573333rem;
}
.orders p.hd {
  font-size: 0.89973333rem;
  opacity: .72;
  line-height: 1.52rem;
  font-weight: bold;
}
.orders .circle {
  background: url("img/circle.png") left center no-repeat;
  background-size: 0.64rem auto;
  padding-left: 0.90666667rem;
  text-align: left;
}
.orders .img-c {
  width: 0.64rem;
  margin-right: 0.26666667rem;
  margin-top: 0.05333333rem;
}
.orders .sp {
  font-size: 0.7408rem;
}
.white {
  margin-top: 18.4rem;
}
.bb {
  width: 100%;
  height: 3.2rem;
}
.btns {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.66666667rem;
  background-color: #e60045;
  color: #fff;
  text-align: center;
}
.btns .text {
  background: url("img/phone-small.png") no-repeat left center;
  background-size: 1.06666667rem 1.01333333rem;
  padding-left: 1.33333333rem;
  min-height: 1.01333333rem;
  margin-top: 0.8rem;
  font-size: 0.7776rem;
  color: #fff;
  width: 4.53333333rem;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.list {
  position: absolute;
  width: 100%;
  bottom: 2.66666667rem;
  left: 0;
  background-color: #fff;
  transition: all  1000ms linear .3s;
  -webkit-transition: all  1000ms linear .3s;
}
.list li {
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 0.98133333rem;
}
.list li a {
  display: block;
  width: 96%;
  height: 100%;
  color: #777777;
  text-align: left;
  padding-left: 1.06666667rem;
  background: url("img/phone.png") no-repeat;
  background-position: right center;
  background-size: 1.46666667rem;
}
.list li:nth-child(1) {
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (min-width: 750px) {
  .mask,
  .btns {
    width: 20rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
  }
  .bg {
    background-size: 20rem auto;
  }
}
.animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
