@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background: linear-gradient(180deg, #DFE7F6 0%, #F2F6FB 100%);
}

main {
  min-height: 100vh;
}

[v-cloak] {
  display: none;
}

.one {
  margin-top: 17px;
}

.one .wrapper {
  min-height: 580px;
  background-color: #fff;
  display: flex;
  border-radius: 4px;
}

.one .wrapper .top .top-left {
  display: flex;
  width: 909px;
  padding-top: 23px;
  padding-left: 19px;
  min-height: 494px;
  border-right: 1px solid #eef3fa;
  border-bottom: 1px solid #eef3fa;
  padding-bottom: 27px;
}

.one .wrapper .top .top-left .top-left-left {
  position: relative;
}

.one .wrapper .top .top-left .top-left-left .pic {
  width: 300px;
  height: 300px;
  border: 1px solid #EBEBEB;
  text-align: center;
  line-height: 300px;
}

.one .wrapper .top .top-left .top-left-left .pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.one .wrapper .top .top-left .top-left-left .swiper1 {
  margin-top: 25px;
  height: 68px;
  width: 224px;
}

.one .wrapper .top .top-left .top-left-left .swiper1 .swiper-wrapper .swiper-slide {
  width: 68px !important;
  height: 68px !important;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  line-height: 68px;
  text-align: center;
}

.one .wrapper .top .top-left .top-left-left .swiper1 .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  /* 图片最大宽度不超过容器宽度 */
  max-height: 100%;
  width: auto;
  height: auto;
}

.one .wrapper .top .top-left .top-left-left .swiper-prev,
.one .wrapper .top .top-left .top-left-left .swiper-next {
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  width: 26px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  top: 324px;
  z-index: 99999;
  cursor: pointer;
}

.one .wrapper .top .top-left .top-left-left .swiper-prev .iconfont,
.one .wrapper .top .top-left .top-left-left .swiper-next .iconfont {
  font-size: 12px;
}

.one .wrapper .top .top-left .top-left-left .swiper-prev:hover,
.one .wrapper .top .top-left .top-left-left .swiper-next:hover {
  background-color: #e9eff8;
}

.one .wrapper .top .top-left .top-left-left .swiper-prev:hover .iconfont,
.one .wrapper .top .top-left .top-left-left .swiper-next:hover .iconfont {
  color: #3161F5;
}

.one .wrapper .top .top-left .top-left-left .swiper-prev {
  left: 0;
}

.one .wrapper .top .top-left .top-left-left .swiper-next {
  right: 0;
}

.one .wrapper .top .top-left .top-left-right {
  margin-left: 34px;
}

.one .wrapper .top .top-left .top-left-right .title {
  display: flex;
}

.one .wrapper .top .top-left .top-left-right .title h2 {
  font-size: 26px;
  font-weight: 400;
  color: #222222;
  width: 468px;
}

.one .wrapper .top .top-left .top-left-right .title .collect {
  margin-left: 10px;
  color: #999999;
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
}

.one .wrapper .top .top-left .top-left-right .title .collect .iconfont {
  margin-right: 6px;
}

.one .wrapper .top .top-left .top-left-right .title .collect .icon-xz {
  color: #FF8F00;
}

.one .wrapper .top .top-left .top-left-right .price {
  margin-top: 12px;
  width: 556px;
  height: 100px;
  background: url("/images/d15.png") no-repeat left top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  padding-left: 30px;
}

.one .wrapper .top .top-left .top-left-right .price .cost {
  display: flex;
}

.one .wrapper .top .top-left .top-left-right .price .cost .cost-price,
.one .wrapper .top .top-left .top-left-right .price .cost .prepay {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.one .wrapper .top .top-left .top-left-right .price .cost .cost-price .symbol,
.one .wrapper .top .top-left .top-left-right .price .cost .prepay .symbol {
  font-size: 14px;
  color: #FF4E00;
}

.one .wrapper .top .top-left .top-left-right .price .cost .cost-price .price-number,
.one .wrapper .top .top-left .top-left-right .price .cost .prepay .price-number {
  font-weight: bold;
  font-size: 28px;
  color: #FF4E00;
}

.one .wrapper .top .top-left .top-left-right .price .cost .prepay {
  margin-left: 86px;
}

.one .wrapper .top .top-left .top-left-right .price .safety {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 12px;
}

.one .wrapper .top .top-left .top-left-right .price .safety .iconfont {
  margin-right: 3px;
  color: #3161F5;
  font-weight: bold;
  font-size: 16px;
}

.one .wrapper .top .top-left .top-left-right .information ul li {
  margin-top: 16px;
  display: flex;
  font-size: 14px;
  color: #999999;
  align-items: center;
}

.one .wrapper .top .top-left .top-left-right .information ul li div {
  width: 70px;
}

.one .wrapper .top .top-left .top-left-right .information ul li span {
  color: #666666;
}

.one .wrapper .top .top-left .top-left-right .information ul li .icon-jinggao {
  color: #FF4E00;
  margin-left: 7px;
}

.one .wrapper .top .top-left .top-left-right .tips {
  margin-top: 19px;
  width: 518px;
  padding: 0  8px;
  height: 28px;
  background: #F5F8FF;
  border-radius: 4px;
  font-size: 12px;
  color: #7495D6;
  line-height: 28px;
}

.one .wrapper .top .top-left .top-left-right .tips .iconfont {
  font-size: 12px;
}

.one .wrapper .top .top-left .top-left-right .button {
  margin-top: 34px;
  display: flex;
}

.one .wrapper .top .top-left .top-left-right .button .immediately,
.one .wrapper .top .top-left .top-left-right .button .bargain a {
  display: block;
  width: 178px;
  height: 48px;
  background: #FF4E00;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 48px;
  color: #FFFFFF;
  cursor: pointer;
}

.one .wrapper .top .top-left .top-left-right .button .bargain a {
  background: #FFFFFF;
  border: 1px solid #3161F5;
  color: #3161F5;
  margin-left: 14px;
}

.one .wrapper .top .top-left .top-left-right .button .count {
  color: #666666;
  font-size: 14px;
  display: flex;
  margin-left: 5px;
  align-items: center;
}

.one .wrapper .top .top-left .top-left-right .button .count img {
  width: 24px;
  height: 24px;
}

.one .wrapper .top .bottom {
  width: 909px;
  height: 85px;
  background: #FFFFFF;
  border-right: 1px solid #eef3fa;
  padding-left: 30px;
  padding-right: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.one .wrapper .top .bottom ul {
  display: flex;
}

.one .wrapper .top .bottom ul li {
  margin-right: 34px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}

.one .wrapper .top .bottom ul li img {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}

.one .wrapper .top .bottom .credit {
  font-weight: 400;
  font-size: 14px;
  color: #FF8647;
}

.one .wrapper .right .code {
  width: 290px;
  height: 279px;
  background: #FFFFFF;
  border-radius: 0px 4px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #eef3fa;
}

.one .wrapper .right .code img {
  width: 200px;
  height: 200px;
}

.one .wrapper .right .code span {
  font-size: 14px;
  color: #222222;
}

.one .wrapper .right .title {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.one .wrapper .right .title .pic {
  width: 40px;
  height: 40px;
}

.one .wrapper .right .title .pic img {
  width: auto;
  height: auto;
}

.one .wrapper .right .title .text {
  margin-left: 13px;
}

.one .wrapper .right .title .text h2 {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}

.one .wrapper .right .title .text h2 span {
  margin: 0 5px;
  color: #3161F5;
  font-size: 20px;
  font-weight: 400;
}

.one .wrapper .right .title .text p {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}

.one .wrapper .right .title .text p .iconfont {
  margin-right: 2px;
  color: #FF4E00;
}

.one .wrapper .right .list {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.one .wrapper .right .list ul li {
  display: flex;
  align-items: center;
  width: 250px;
  height: 28px;
  background: linear-gradient(90deg, #F3F7FF 0%, #F6F9FF 100%);
}

.one .wrapper .right .list ul li img {
  width: 34px;
  height: 28px;
}

.one .wrapper .right .list ul li div {
  margin-left: 12px;
  font-size: 14px;
  color: #838FB1;
}

.one .wrapper .right .list ul li div span {
  color: #3D4763;
}

.one .wrapper .right .may {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.one .wrapper .right .may .may-top {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  color: #3161F5;
  align-items: center;
}

.one .wrapper .right .may .may-top img {
  width: 47px;
  height: 13px;
}

.one .wrapper .right .may .swiper2 {
  margin-top: 14px;
  width: 100%;
  height: 48px;
}

.one .wrapper .right .may .swiper2 .swiper-wrapper .swiper-slide {
  margin-left: 25px;
  height: 25px;
  width: 243px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.one .wrapper .right .may .swiper2 .swiper-wrapper .swiper-slide span {
  color: #222;
  margin: 0 4px;
}

.two {
  margin-top: 20px;
}

.two .wrapper .two-top {
  padding-top: 29px;
  height: 66px;
  border-bottom: 1px solid #eef3fa;
  background: #FFFFFF;
  border-radius: 4px 4px 0px 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.two .wrapper .two-top ul {
  display: flex;
}

.two .wrapper .two-top ul li {
  margin-right: 68px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  color: #222222;
  position: relative;
}

.two .wrapper .two-top ul li.active {
  color: #3161F5;
}

.two .wrapper .two-top ul li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background: #3161F5;
  transform: translateX(-50%);
}

.two .wrapper .two-bottom {
  min-height: 265px;
  width: 100%;
  background-color: #fff;
  padding-top: 37px;
}

.two .wrapper .two-bottom .title {
  background: url("/images/d19.png") no-repeat center center;
  height: 41px;
  padding: 7px 0;
  color: #222222;
  text-align: center;
}

.two .wrapper .two-bottom .title h3 {
  font-size: 20px;
  font-weight: bold;
}

.two .wrapper .two-bottom .content {
  margin: 0 35px;
  margin-top: 34px;
  width: 1130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.two .wrapper .two-bottom .content .item {
  padding: 0 20px;
  width: 370px;
  height: 100px;
  background: #F9F9F9;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}

.two .wrapper .two-bottom .content .item .main {
  margin-left: 10px;
}

.two .wrapper .two-bottom .generalize {
  margin: 0 49px;
  padding-bottom: 50px;
}

.two .wrapper .two-bottom .generalize .item {
  margin-top: 24px;
}

.two .wrapper .two-bottom .generalize .item .label {
  width: 84px;
  height: 32px;
  background: linear-gradient(131deg, #E9F5FF 0%, #EBF0FF 100%);
  border-radius: 18px 18px 18px 0px;
  line-height: 32px;
  font-size: 14px;
  color: #3161F5;
  text-align: center;
}

.two .wrapper .two-bottom .generalize .item .text {
  margin-top: 6px;
  color: #666666;
  font-size: 14px;
}

.three {
  margin-top: 10px;
  height: 1307px;
}

.three .wrapper {
  padding-top: 40px;
  background: #FFFFFF;
  padding-bottom: 52px;
}

.three .wrapper .title {
  background: url("/images/d19.png") no-repeat center center;
  width: 100%;
  text-align: center;
  height: 41px;
  padding: 7px 0;
  margin-bottom: 34px;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

.three .wrapper .content {
  margin-left: 30px;
}

.three .wrapper .flow .content {
  width: 1140px;
  height: 205px;
  margin-bottom: 44px;
}

.three .wrapper .flow .content img {
  width: auto;
  height: auto;
}

.three .wrapper .material .content {
  width: 1140px;
  height: 383px;
}

.three .wrapper .material .content img {
  width: auto;
  height: auto;
}

.three .wrapper .material .note {
  margin-top: 26px;
  margin-bottom: 50px;
  margin-left: 47px;
  color: #999999;
  font-size: 14px;
}

.three .wrapper .material .note .iconfont {
  color: #999999;
  font-size: 14px;
  margin-right: 8px;
}

.three .wrapper .advantage .title {
  background: url("/images/d20.png") no-repeat center center;
}

.three .wrapper .advantage .content {
  width: 1140px;
  height: 263px;
}

.three .wrapper .advantage .content img {
  width: auto;
  height: auto;
}

.four {
  margin-top: 10px;
}

.four .wrapper {
  padding-top: 33px;
  min-height: 575px;
  padding-bottom: 10px;
  background-color: #fff;
}

.four .wrapper .title {
  background: url("/images/d19.png") no-repeat center center;
  width: 100%;
  text-align: center;
  height: 41px;
  line-height: 41px;
  margin-bottom: 34px;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

.four .wrapper .content {
  margin-left: 55px;
  width: 1050px;
}

.four .wrapper .content .item .label {
  display: flex;
}

.four .wrapper .content .item .label .serial-number {
  width: 21px;
  height: 21px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  text-align: center;
}

.four .wrapper .content .item .label h3 {
  margin-left: 7px;
  font-weight: bold;
  font-size: 16px;
}

.four .wrapper .content .item .text {
  margin-left: 28px;
  margin-top: 12px;
  margin-bottom: 40px;
  color: #666666;
  font-size: 14px;
}

.five {
  margin-bottom: 54px;
  padding-top: 50px;
}

.five .top {
  display: flex;
  justify-content: space-between;
}

.five .top .title {
  display: flex;
  font-size: 18px;
}

.five .top .title h2 {
  font-weight: 400;
  font-size: 28px;
  position: relative;
}

.five .top .title span {
  margin-top: 18px;
  margin-left: 34px;
  display: block;
  font-size: 14px;
  color: #ABABAB;
}

.five .top .refresh {
  display: flexs;
  align-items: end;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.five .top .refresh .iconfont {
  margin-right: 4px;
  font-weight: bold;
  font-size: 14px;
}

.five .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.five .list .item {
  margin-top: 30px;
  width: 230px;
  height: 300px;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 13px 24px;
  position: relative;
  overflow: hidden;
}

.five .list .item .pic {
  width: 204px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  overflow: hidden;
}

.five .list .item .pic img {
  max-width: 204px;
  height: auto;
}

.five .list .item .title {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.five .list .item .title h3 {
  font-size: 18px;
  color: #222222;
  width: 174px;
}

.five .list .item .title h3:hover {
  color: #3161F5;
  cursor: pointer;
}

.five .list .item .title .iconfont {
  color: red;
  cursor: pointer;
}

.five .list .item .title .icon-shoucang {
  color: #999;
}

.five .list .item .label {
  margin-top: 4px;
  color: #666666;
  font-size: 12px;
}

.five .list .item .price-content {
  margin-top: 5px;
  font-size: 16px;
  color: #FF4E00;
}

.five .list .item .state {
  margin-top: 7px;
  font-size: 12px;
  color: #666666;
}

.five .list .item .button {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  bottom: -36px;
  transition: all 0.4s;
}

.five .list .item .button .detail a,
.five .list .item .button .purchase a {
  display: block;
  width: 115px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #FFFFFF;
}

.five .list .item .button .detail a {
  background: #466CE3;
  border-radius: 0px 0px 0px 4px;
}

.five .list .item .button .purchase a {
  background: #F35E11;
  border-radius: 0px 0px 4px 0px;
}

.five .list .item .tag {
  position: absolute;
  left: 4px;
  top: 4px;
  padding: 1px 6px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #22B75E;
  border-radius: 3px;
}

.five .list .item:hover {
  box-shadow: 0px 0px 12px 1px rgba(49, 97, 245, 0.1);
}

.five .list .item:hover .button {
  bottom: 0;
}
