@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

body {
  background-color: #fff;
}

@font-face {
  font-family: 'shangwei';
  src: url("../font/SF-Compact-Rounded-Semibold.ttf") format("truetype");
}

.box {
  margin: 0 auto;
  max-width: 400px;
  min-width: 375px;
}

.box .box-title {
  display: flex;
  justify-content: center;
  padding: 1rem 0.8rem 1.3rem 0.8rem;
}

.box .box-title .box-left img {
  border-radius: 1rem;
  display: block;
}

.box .box-title .box-right {
  margin-left: 5%;
}

.box .box-title .box-right .box-top h1 {
  font-size: 1.3rem;
  font-weight: 550;
}

.box .box-title .box-right .box-top p {
  color: #bababa;
  font-size: 0.8rem;
}

.box .box-title .box-right .box-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.9rem;
}

.box .box-title .box-right .box-bottom .get {
  display: flex;
  align-items: center;
}

.box .box-title .box-right .box-bottom .get .hq {
  background-color: #347af4;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}

.box .box-title .box-right .box-bottom .get p {
  color: #bababa;
  font-size: 0.5rem;
  margin-left: 0.5rem;
}

.box ::-webkit-scrollbar {
  /*隐藏滚轮*/
  display: none;
}

.box .list-box {
  overflow: hidden;
}

.box .list {
  padding: 1rem 0.8rem 1.3rem 0.8rem;
  overflow-x: scroll;
}

.box .list ul {
  display: flex;
  width: 463px;
  overflow-x: scroll;
}

.box .list ul li {
  margin-right: 3rem;
  text-align: center;
}

.box .list ul li .pf-box {
  display: flex;
  align-items: center;
}

.box .list ul li .pf-box .num {
  color: #8c8f94;
  font-size: 1.2rem;
  font-weight: bold;
}

.box .list ul li .pf-box .pf {
  margin-left: 0.2rem;
}

.box .list ul li p {
  font-size: 0.5rem;
  color: #8c8f94;
}

.box .list ul li .num {
  color: #8c8f94;
  font-size: 0.8rem;
  font-weight: bold;
}

.box .banner-box {
  padding: 1rem 0.8rem 1.3rem 0.8rem;
  overflow: hidden;
}

.box .banner-box .banner {
  overflow-x: scroll;
}

.box .banner-box .banner ul {
  width: 580px;
  display: flex;
}

.box .banner-box .banner ul li {
  margin-right: 0.5rem;
}

.box .banner-box .banner ul li a img {
  border-radius: 1rem;
}

.box .ico {
  padding: 0rem 0.8rem 1.3rem 0.8rem;
  display: flex;
  align-items: center;
}

.box .ico p {
  margin-left: 0.3rem;
  font-size: 0.5rem;
  color: #8c8f94;
}

.box .line-box {
  padding: 0 0.8rem;
}

.box .line-box .line {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 1rem 0;
}

.box .main-box {
  padding: 0rem 0.8rem 1.3rem 0.8rem;
}

.box .main-box .main p {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5rem;
  position: relative;
}

.box .main-box .main p span {
  display: block;
  position: absolute;
  right: 0.3rem;
  bottom: 0;
  color: #4d89ff;
}

.box .main-box .main .main-text {
  margin-top: 1rem;
  display: none;
}

.box .main-box .main .main-text .main-one {
  margin-top: 0.5rem;
}

.box .kfer-box {
  padding: 0rem 0.8rem 1.3rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box .kfer-box .kf-left p {
  color: #4d89ff;
}

.box .kfer-box .kf-left span {
  font-size: 0.5rem;
  color: #8c8f94;
}

.box .pfpl-box {
  padding: 0rem 0.8rem 1.3rem 0.8rem;
}

.box .pfpl-box .pfpl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box .pfpl-box .pfpl-title h2 {
  font-weight: bold;
}

.box .pfpl-box .pfpl-title p {
  color: #4d89ff;
}

.box .pfpl-box .pfpl-bottom {
  display: flex;
  justify-content: space-between;
}

.box .pfpl-box .pfpl-bottom .pfpl-left h1 {
  color: #4a4a4c;
  font-size: 3rem;
  font-family: 'shangwei';
}

.box .pfpl-box .pfpl-bottom .pfpl-left p {
  color: #8b8b8d;
  font-size: 1.2rem;
  text-align: center;
}

.box .pfpl-box .pfpl-bottom .pfpl-right {
  display: flex;
  align-items: center;
  width: 74%;
}

.box .pfpl-box .pfpl-bottom .pfpl-right .start {
  text-align: right;
  line-height: 1px;
}

.box .pfpl-box .pfpl-bottom .pfpl-right .start img {
  width: 10px;
}

.box .pfpl-box .pfpl-bottom .pfpl-right .start .two,
.box .pfpl-box .pfpl-bottom .pfpl-right .start .four {
  margin: 0.1rem 0;
}

.box .pfpl-box .pfpl-bottom .pfpl-right .inp {
  width: 70%;
  margin-left: 0.5rem;
}

.box .pfpl-box .pfpl-bottom .pfpl-right .inp .one {
  width: 100%;
  background-color: #e3e3e3;
  height: 0.3rem;
  border-radius: 0.15rem;
  margin: 0.4rem 0;
}

.box .pfpl-box .pfpl-bottom .pfpl-right .inp .one p {
  width: 70%;
  background-color: #8b8b8d;
  height: 0.3rem;
  border-radius: 0.15rem;
}

.box .xinxi-box {
  padding: 0rem 0.8rem 1.3rem 0.8rem;
}

.box .xinxi-box .lines-box .lines {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 1rem 0;
}

.box .xinxi-box .xinxi .lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.box .xinxi-box .xinxi .lists span {
  color: #858589;
}

.box .xinxi-box .xinxi .lists p {
  font-size: 0.9rem;
  color: #000;
}

.box .xinxi-box .xinxi .lists p img {
  vertical-align: middle;
}
