.toUseBtn {
  display: block;
  padding: 0.35rem 0;
  background-color: #1a64ff;
  border-radius: 0.375rem;
  width: 5.4rem;
  text-align: center;
  font-size: 0.5381rem;
  color: #fff;
  cursor: pointer;
}

.click-enter {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  transform-style: preserve-3d;
}

.click-enter:hover {
  border-color: transparent;
}

.click-enter:hover:after {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}

.click-enter:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 0;
  padding-top: 110%;
  content: '';
  transition: opacity 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -webkit-transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -webkit-border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
  transition: transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), opacity 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
  transition: transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), opacity 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -webkit-transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -moz-transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -o-transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -webkit-border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -moz-border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
  transform: translateX(-50%) translateY(-50%) scale(0);
  opacity: 0;
  border-radius: 100%;
  background: rgba(66, 120, 232, 0.6);
  background-size: 400%;
  z-index: -1;
}

.banner1 {
  width: calc(100vw - 4px);
  margin-top: 2.6904rem;
  position: relative;
}

.banner1 .img-box {
  overflow: hidden;
}

.banner1 .img-box img {
  display: block;
  width: 100%;
}

.banner1 .advertise {
  position: absolute;
  left: 16%;
  width: 80%;
  top: 7vw;
}

.banner1 .advertise .txt-box p {
  font-size: 1.6815rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}

.banner1 .advertise .desc {
  font-size: 0.6726rem;
  color: #fff;
}

.banner1 .advertise .desc {
  margin: 35px 0 25px;
}

.section2 {
  /* background-color: #F7F8FA; */
}

.section2 .banner-wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.section2 .banner-wrap .img-box img {
  max-width: 100%;
}

.section2 .app-item {
  display: flex;
  width: 75%;
  margin: 0 auto;
  align-items: center;
}

.section2 .app-item .img-box {
  margin-right: 35px;
  width: 100%;
}

.section2 .app-item .txt-box {
  width: 85%;
}

.section2 .app-item {
  padding: 35px 0 20px;
}

.section2 .app-item.special {
  padding-left: 65px;
}

.section2 .app-item.special .img-box {
  margin-right: 0;
  margin-left: 50px;
}

.section2 .app-item .img-box img {
  max-width: 100%;
}

.section2 .app-item.special .txt-box {
  min-width: 45%;
}

.section2 .app-item.special .txt-box .txt-item {
  width: 45%;
}

.section2 .txt-box h4 {
  color: #0059FB;
  font-size: 0.87rem;
}

.section2 .txt-box h3 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 0.5381rem;
  margin-bottom: 1.75rem;
  line-height: 1.5;
  color: #313131;
  width: 110%;
}

.section2 .txt-box .item-wrap {
  display: flex;
  width: 120%;
}

.section2 .txt-box .item-wrap .txt-item {
  display: flex;
  align-items: flex-start;
  width: 45%;
  margin-bottom: 1.125rem;
  padding-right: 2rem;
  line-height: 1.2;
}

.section2 .txt-box .item-wrap .txt-item .img-wrap {
  min-width: 55px;
}

.section2 .txt-box p {
  margin-left: 10px;
  color: #303539;
  font-size: 0.6726rem;
  font-weight: 600;
}
.section2 .txt-box .desc-txt {
  font-size: 0.4708rem;
  margin-top: 10px;
  margin-left: 10px;
  color: #888;
  line-height: 1.3;
}

.section2 .app-wrap .app-item {
  position: relative;
}

.section1 {
  width: 75%;
  margin: 0 auto;
}
.section1.different {
  width: 61%;
}
.section1.advantage {
  width: 70%;
}

.section1 h3, 
.section2 .main-title {
  text-align: center;
  font-size: 1.0762rem;
  font-weight: 700;
  color: #030a1a;
  margin-top: 4.5rem;
}
.section1 .sub-title,
.section2 .sub-title {
  font-size: 0.5381rem;
  color: #858c99;
  line-height: 1.7;
  margin-top: 0.6726rem;
  margin-bottom: 0.3rem;
  text-align: center;
}
.section1 .sub-title {
  width: 110%;
  padding-right: 3.5rem;
}
.section1 .rate {
  margin: 0 auto;
  width: 18rem;
  padding: 10px 20px; 
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  color: #000;
  font-size: 0.4708rem;
  line-height: 0.4708rem;
  margin-bottom: 0.6726rem;
}
.section1 .rate .blue-dot {
  display: inline-block;
  background-color: #0043D0;
  border-radius: 50%;
  width: 0.42rem;
  height: 0.42rem;
}
.section1 .rate span {
  color: #0043D0;
}
.section1 .analysis-banner {
  width: 90%;
  padding-left: 15%;
}
.analysis-list {
  margin-top: 0.51rem;
  display: flex;
  width: 90%;
  gap: 1.4rem;
  padding-left: 14%;
}
.analysis-list .analysis-item {
  width: 33.33%;
  text-align: center;
}
.analysis-list .analysis-item .img-wrap img {
  width: 100%;
}
.analysis-list .analysis-item div {
  margin-top: 0.8rem;
  font-size: 0.4708rem;
  color: #343435;
}
.section1 .different-list {
  display: flex;
  gap: 3rem;
  margin-top: 1rem;
}
.section1 .different-list .different-item {
  width: 25%;
  text-align: center;
}
.section1 .different-list .different-item .different-title {
  margin: 1rem 0 0.75rem;
  font-size: 0.7399rem;
  color: #000;
  margin-left: -2rem;
  margin-right: -1rem;
}
.section1 .different-list .different-item p {
  font-size: 0.4708rem;
  color: #959595;
  line-height: 1.5;
  margin-left: -1.5rem;
  margin-right: -1rem;
}
.section1 .different-list .different-item .img-box img {
  width: 50%;
  margin: 0 auto;
}
.section1 .advantage-list {
  box-sizing: border-box;
  padding: 0 4rem;
  display: flex;
  gap: 30px;
  margin-top: 1.8rem;
}

.section1 .advantage-list .advantage-item {
  width: 33.3%;
  padding: 10px 20px; 
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.section1 .advantage-list .advantage-item .advantage-title {
  padding: 0.6726rem 0.8744rem;
  border-bottom: 1px solid #F2F2F2;
}
.section1 .advantage-list .advantage-item .advantage-title h4 {
  font-weight: 600;
  font-size: 0.8071rem;
  color: #000;
}
.section1 .advantage-list .advantage-item .advantage-title h4 span {
  color: #0B2976;
}
.section1 .advantage-list .advantage-item .advantage-title div {
  font-size: 0.5381rem;
  color: #858585;
}
.section1 .advantage-list .advantage-item .advantage-data {
  color: #575757;
  padding: 0.6726rem 0.8744rem;
  padding-bottom: 0;
}
.section1 .advantage-list .advantage-item .advantage-data .count {
  font-size: 0.5381rem;
}
.section1 .advantage-list .advantage-item .advantage-data .count span {
  font-weight: 600;
  font-size: 1.0762rem;
  color: #000;
}
.explain {
  font-size: 0.5381rem;
  height: 3rem;
}

.progress-container {
  width: 100%;
  background-color: transparent;
  height: 10px;
  position: relative;
  margin: 10px 0;
}

.progress-bar {
  height: 100%;
  border-radius: 12px;
  width: 0%; /* 初始宽度为0 */
  transition: width .5s;
}
.bg1 {
  background-color: #0043D0;
}
.bg2 {
  background-color: #03BA81;
}
.bg3 {
  background-color: #FF9728;
}
.bg4 {
  background-color: #FF6A6C;
}
.bg5 {
  background-color: #00C5D3;
}
@media only screen and (max-width: 1536px) {
  .section1 .sub-title {
    width: 100%;
    padding-right: 0;
  }
}

/* @media only screen and (max-width: 1746px) {
  body .section2 .app-item {
    width: 75%;
  }
  body .detail-btn {
    padding: 4px 18px;
    font-size: 12px;
  }
  body .banner1 .advertise .desc {
    font-size: 16px;
  }
  body .banner1 .advertise {
    left: 22%;
    top: 5vw;
  }
  body .banner1 .advertise .txt-box p {
    font-size: 38px;
  }
  .section1 .advantage-list {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1536px) {
  body .section2 .app-item {
    width: 80%;
  }
  body .detail-btn {
    padding: 4px 16px;
    font-size: 12px;
  }
  body .banner1 .advertise .desc {
    font-size: 14px;
  }
  body .banner1 .advertise {
    left: 24%;
    top: 5vw;
  }
  body .banner1 .advertise .txt-box p {
    font-size: 36px;
  }
  .section1 .advantage-list {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  body .detail-btn {
    padding: 2px 12px;
    font-size: 10px;
  }
  body .banner1 .advertise .desc {
    font-size: 14px;
  }
  body .banner1 .advertise {
    left: 26%;
    top: 3vw;
  }
  body .banner1 .advertise .txt-box p {
    font-size: 32px;
  }
  .section1 .advantage-list {
    padding: 0 3rem;
  }
  body .section2 .app-item {
    width: 85%;
  }
} */