@charset "UTF-8";
/*
rem 布局对应的js已经在html中设定好，我们的活动统一都是1080宽度的3x图
*/
html {
  margin: 0;
}
html body {
  margin: 0;
  background-color: #f7f7f7;
  font-family: "MiSans VF", MiSans, "PingFang SC", "HarmonyOS Sans", "OPPO Sans", "vivo Sans", "Microsoft YaHei", sans-serif;
}

:focus {
  outline: 0 none;
}

#app,
#nobutton {
  max-width: 1080px;
  margin: 0 auto;
  background: #f7f7f7;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#app.overflow,
#nobutton.overflow {
  overflow: hidden;
}
#app img,
#nobutton img {
  display: block;
  font-size: 0;
  max-width: 100%;
}
#app .banner,
#nobutton .banner {
  position: relative;
}
#app .banner .rule,
#nobutton .banner .rule {
  position: absolute;
  bottom: 5.6rem;
  right: 1.28rem;
  width: 6.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 1.2rem;
  border: 0.5px solid #fff;
  font-size: 1.12rem;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
#app .type-fit,
#nobutton .type-fit {
  padding-top: 1.6666666667rem;
  text-align: center;
  background-color: #fff;
}
#app .type-fit img,
#nobutton .type-fit img {
  width: 8.3333333333rem;
}
#app .product-info img,
#nobutton .product-info img {
  max-width: 100%;
  display: block;
}
#app .content,
#nobutton .content {
  position: relative;
  z-index: 2;
  margin: -4rem 1.28rem 0;
}
#app .content .myphone,
#nobutton .content .myphone {
  background-color: #ffffff;
  border-radius: 1.28rem;
  padding: 1.2rem 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
#app .content .myphone img,
#nobutton .content .myphone img {
  width: 1.6rem;
  height: 2.72rem;
  margin-right: 0.8rem;
}
#app .content .myphone-content span,
#nobutton .content .myphone-content span {
  margin-bottom: 0.24rem;
  font-size: 0.96rem;
  line-height: 1.28rem;
  color: rgba(0, 10, 31, 0.6);
}
#app .content .myphone-content h4,
#nobutton .content .myphone-content h4 {
  margin: 0;
  font-weight: 400;
  font-size: 1.28rem;
  line-height: 1.68rem;
}
#app .product-list,
#nobutton .product-list {
  position: relative;
  z-index: 2;
  background-color: #f7f7f7;
  border-radius: 1.28rem;
  overflow: hidden;
}
#app .loan-loading,
#nobutton .loan-loading {
  position: fixed;
  width: 100%;
  height: 1024px;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}
#app .loan-loading .animate,
#nobutton .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,
#nobutton .loan-loading .animate img {
  width: 20px;
}

.product-rulebox {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: #000;
  background: #f7f7f7;
  border-top-left-radius: 1.28rem;
  border-top-right-radius: 1.28rem;
  z-index: 99;
  -webkit-animation: slideInUp 350ms 1 ease-out;
}
.product-rulebox > h4 {
  font-size: 1.44rem;
  font-weight: 500;
  line-height: 1.92rem;
  color: #000a1f;
  padding: 2.24rem 0 1.28rem;
  margin: 0;
  text-align: center;
}
.product-rulebox .close {
  position: absolute;
  top: 0.5555555556rem;
  right: 0.2777777778rem;
  padding: 0 1rem;
  font-size: 2rem;
  transform: rotate(45deg);
  font-weight: 300;
  color: rgba(0, 10, 31, 0.6);
}
.product-rulebox .product-rule {
  margin: 0 1.5rem 2rem;
  max-height: 70vh;
  overflow-y: scroll;
}
.product-rulebox .product-rule p {
  margin: 0 0 0.5rem;
  font-size: 1.28rem;
  color: rgba(0, 10, 31, 0.6);
  line-height: 1.5;
}
.product-rulebox .product-rule .ins-orange,
.product-rulebox .product-rule .ins-orange:hover,
.product-rulebox .product-rule .ins-orange:visited {
  color: #f70;
}

.product-items {
  border-radius: 1.28rem;
  padding: 0.96rem;
  background-color: #ffffff;
  margin-bottom: 0.8rem;
  position: relative;
}
.product-items-top {
  display: flex;
  align-items: center;
  padding: 0.48rem;
  margin-bottom: 1.28rem;
  position: relative;
  z-index: 2;
}
.product-items-top > img {
  width: 3.52rem;
  height: 3.52rem;
  margin-right: 0.8rem;
}
.product-items-info h4 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.68rem;
  color: #000a1f;
  font-weight: 400;
  margin-bottom: 0.48rem;
  display: flex;
  align-items: center;
}
.product-items-info h4 b {
  font-weight: 500;
}
.product-items-info h4 span {
  font-size: 0.96rem;
  color: rgba(0, 10, 31, 0.6);
}
.product-items-info h4 span b {
  color: #000a1f;
}
.product-items-info h4 .gap {
  padding: 0 0.64rem;
}
.product-items-info .desc-item {
  font-size: 0.96rem;
  line-height: 1.28rem;
  color: rgba(0, 10, 31, 0.6);
}
.product-items-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.84rem;
  background-color: #f7f7f7;
  border-radius: 0.96rem;
  padding: 0 0.8rem 0 1.28rem;
}
.product-items-actions button {
  height: 2.24rem;
  border: 0 none;
  font-size: 1.12rem;
  border-radius: 1.12rem;
  padding: 0 0.72rem;
  background-color: #e5e6e8;
  color: rgba(0, 10, 31, 0.6);
}
.product-items-actions button.active {
  color: #ffffff;
  background-color: #337dff;
}
.product-items-actions div {
  color: #f84747;
  font-size: 0.96rem;
}
.product-items-actions div b {
  font-weight: 600;
  font-size: 2.08rem;
  line-height: 2.48rem;
  font-family: "MiType", serif;
}
.product-items-actions div del {
  color: rgba(0, 10, 31, 0.6);
  padding-left: 0.24rem;
}
.product-items .status {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 6.48rem;
  height: 5.2rem;
}

#mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.look-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.96rem;
  line-height: 1.28rem;
  color: rgba(0, 10, 31, 0.6);
  padding: 1.6rem 0 2.4rem;
}
.look-more img {
  width: 1.12rem;
  height: 1.12rem;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes auto-circle {
  from {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: center center;
  }
}