@charset "UTF-8";
/*
rem 布局对应的js已经在html中设定好，我们的活动统一都是1080宽度的3x图
*/
html {
  margin: 0;
}
html body {
  margin: 0;
  min-height: 100vh;
  background: #FFF;
  font-family: miui, Helvetica Neue, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input {
  font-family: inherit;
}

:focus {
  outline: 0 none;
}

a, ul, li, h4, p {
  margin: 0;
  padding: 0;
}

a, a:hover, a:visited {
  color: #4a4a4a;
  text-decoration: none;
}

a, button, div, input {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

#app {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 3.3333333333rem;
  background: #FFF;
  background-size: contain;
}
#app .look-rule {
  position: absolute;
  top: 0.7222222222rem;
  right: 0.6666666667rem;
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  padding: 0.5555555556rem;
}
#app img {
  vertical-align: top;
  max-width: 100%;
}
#app .banner {
  position: relative;
}
#app .nav {
  padding: 2.25rem 7.25rem 0;
}
#app .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#app .nav ul li {
  list-style: none;
  font-size: 1.5rem;
  font-family: miui-bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5rem;
  box-sizing: border-box;
}
#app .nav ul .active {
  color: #FF7700;
  padding-bottom: 0.5rem;
  border-bottom: 0.1111111111rem solid #FF7700;
}
#app .info-area {
  position: relative;
  margin: 2.5rem 1.3333333333rem 1.7222222222rem;
}
#app .info-area .miid-info {
  padding: 1.0833333333rem 0;
  text-align: center;
  font-size: 1.1666666667rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
}
#app .info-area .sn-info {
  height: 3.3333333333rem;
}
#app .info-area .sn-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.1111111111rem 0;
  font-size: 1.1666666667rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
}
#app .info-area .sn-input > div:nth-child(1) {
  width: 20%;
  height: 3.2222222222rem;
  line-height: 3.2222222222rem;
  text-align: center;
}
#app .info-area .sn-input .input-area {
  flex-grow: 1;
}
#app .info-area .sn-input .input-area input {
  border: 0 none;
  padding: 0.1388888889rem 0 0.2777777778rem 0.0555555556rem;
  width: 100%;
  height: 3.1666666667rem;
  font-size: 1.1666666667rem;
  font-family: serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
}
#app .info-area .sn-input .input-area input::-webkit-input-placeholder {
  color: #d9d9d9;
}
#app .info-area .sn-input > div:nth-child(3) {
  width: 20%;
  height: 3.2222222222rem;
  line-height: 3.2222222222rem;
  text-align: center;
  color: #333333;
}
#app .info::after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3.3333333333rem;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#app .tips {
  padding-top: 1.6666666667rem;
}
#app .tips > p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1.5;
}
#app .tips > p:first-child {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#app .temp-tips {
  font-size: 1.2rem;
  margin-top: 5.7777777778rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 2.0555555556rem;
}
#app .product-list {
  padding: 0 1.3333333333rem;
}
#app .product-list .product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3333333333rem 2.4444444444rem 1.3333333333rem 1.3333333333rem;
  margin-top: 1.1111111111rem;
  box-shadow: 0 0.2777777778rem 0.8333333333rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}
#app .product-list .product .product-info {
  font-size: 0.8333333333rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.25rem;
}
#app .product-list .product .product-info .product-name {
  font-size: 1.1666666667rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: miui-bold;
  line-height: 1.75rem;
}
#app .product-list .product .product-img {
  width: 5.5555555556rem;
}
#app .product-rulebox {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: #000;
  background: #fff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  z-index: 99;
  -webkit-animation: slideInUp 350ms 1 ease-out;
}
#app .product-rulebox .close {
  position: absolute;
  top: 0.5555555556rem;
  right: 0.2777777778rem;
  padding: 0 1rem;
  font-size: 2rem;
  transform: rotate(45deg);
}
#app .product-rulebox .product-rule {
  margin: 2rem 1.5rem;
}
#app .product-rulebox .product-rule h4 {
  margin: 0;
  text-align: center;
  font-family: miui-bold;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  padding-top: 0.5rem;
  padding-bottom: 2.1111111111rem;
}
#app .product-rulebox .product-rule .rule-content {
  max-height: 70vh;
  overflow-y: scroll;
}
#app .product-rulebox .product-rule .rule-content p {
  margin: 0 0 0.5rem;
  font-size: 1.1666666667rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
#app .product-rulebox .product-rule .rule-content .ins-orange, #app .product-rulebox .product-rule .rule-content .ins-orange:hover, #app .product-rulebox .product-rule .rule-content .ins-orange:visited {
  color: #f70;
}
#app #mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#app #wxTips {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5) url("https://ts.market.mi-img.com/thumbnail/png/q80/Finance/036e8484e7ec4bec958c9ec25562e1e8558400eb2") no-repeat 92% 0%;
  background-size: 19.3888888889rem 14.9444444444rem;
}
#app .tips-orange {
  color: #FF7700;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
#app .loan-loading {
  position: fixed;
  width: 100%;
  height: 1024px;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}
#app .loan-loading .animate {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  -webkit-animation: auto-circle 1s linear infinite;
}
#app .loan-loading .animate img {
  width: 20px;
}

@-webkit-keyframes auto-circle {
  from {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: center center;
  }
}
@keyframes auto-circle {
  from {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: center center;
  }
}