li {
  list-style: none;
}
body {
  overflow: auto;
  min-width: 1300px;
}
img {
  image-rendering: optimizeSpeed;
  /* 启用最佳速度优化 */
  image-rendering: -moz-crisp-edges;
  /* Mozilla浏览器 */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit浏览器 */
  image-rendering: -o-crisp-edges;
  /* Opera浏览器 */
  image-rendering: pixelated;
  /* 启用像素化 */
  -ms-interpolation-mode: nearest-neighbor;
  /* 启用MS引擎的最近邻插值算法 */
}
.wrap-home {
  padding-top: 75px;
}
.nav-wrap {
  background-color: #fff;
  box-shadow: 0px 6px 14px 1px rgba(138,142,153,0.1);
}
.wrap-home .container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.content .banner1 {
  padding-top: 105px;
  width: 100%;
  height: 539px;
  background: url('/static/images/guide/use-banner3.png') no-repeat center / cover;
}
.content .banner1 .title {
  font-size: 42px;
  font-weight: bold;
  color: #f54e52;
}
.content .banner1 .desc {
  width: 818px;
  margin-top: 35px;
  font-size: 28px;
  color: #252b3a;
}
.content .banner1 .get-help {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 28px;
  color: #252b3a;
}
.content .banner1 .get-help-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #f54e52;
  width: 156px;
  height: 48px;
  line-height: 48px;
  border-radius: 100px 100px 100px 100px;
  opacity: 1;
  border: 1px solid #f54e52;
  cursor: pointer;
}
.content .banner1 .get-help-btn .use-arrow {
  margin-left: 4px;
  width: 17px;
  height: 17px;
  background: url('/static/images/guide/use-arrow.png') no-repeat center / cover;
}
.content .banner1 .get-help-btn:hover {
  background: linear-gradient(180deg, #fd5f53 0%, #fa3b3f 100%);
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #f54e52;
  color: #fafbfd;
}
.content .banner1 .get-help-btn:hover .use-arrow {
  background: url('/static/images/guide/use-arrow-active.png') no-repeat center / cover;
}


.content .tab-wrap {
  position: absolute;
  top: 620px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1200px;
  height: 106px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  z-index: 99;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
}
.content .tab-wrap .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 287px;
  height: 89px;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  font-size: 30px;
  color: #666666;
  cursor: pointer;
}


.content .tab-wrap .tabs .tabs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 31px;
  height: 31px;
  background: #f54e52;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
}
.content .tab-wrap .tabs.active {
  color: #ffffff;
  width: 295px;
  height: 80px;
  background: linear-gradient(89deg, #fd5f53 0%, #fa3b3f 100%);
  border-radius: 10px 10px 10px 10px;
}
.content .tab-wrap .tabs.active .tabs-icon {
  background: #ffffff;
  color: #f54e52;
}


.content .tab-wrap .tabs.active {
  color: #ffffff;
  width: 295px;
  height: 89px;
  background: linear-gradient(89deg, #fd5f53 0%, #fa3b3f 100%);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
}

.content .tab-wrap.fixed-tab {
  position: fixed;
  top: 39px;
  z-index: 999;
}
/*.content .banner2 {*/
/*  padding-top: 104px;*/
/*  width: 100%;*/
/*  height: 1052px;*/
/*  background: url('/static/images/guide/use-banner2.png') no-repeat center / cover;*/
/*}*/

.content .banner2 .step-wrap {
  margin: 0 auto;
  width: 940px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .banner2 .step-wrap {
  margin: 0 auto;
  width: 940px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .banner2 .step-wrap .cir {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #f54e52;
  border-radius: 50%;
  z-index: 99;
  font-size: 22px;
  font-weight: bold;
  color: #f54e52;
}
.content .banner2 .step-wrap .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 894px;
  height: 0px;
  opacity: 1;
  border: 1px dashed #f54e52;
}
.content .banner2 .step-wrap .cir.active {
  color: #ffffff;
  background: linear-gradient(180deg, #fd5f53 0%, #fa3b3f 100%);
}
.content .banner2 .box-wrap {
  padding-top: 38px;
  padding-left: 37px;
  width: 1200px;
  height: 572px;
  background: rgba(255, 255, 255, 0.63);
  border-radius: 20px 20px 20px 20px;
  border: 4px solid #ffffff;
}
.content .banner2 .box-wrap .box-titile {
  font-size: 28px;
  color: #666666;
  display: flex;
  align-items: center;
}
.content .banner2 .box-wrap .box-titile img {
  margin-right: 10px;
}
.content .banner2 .box-wrap .step2-wrap {
  margin-top: 26px;
}
.content .banner2 .box-wrap .step2-wrap .step2-wrap-box {
  display: flex;
  position: relative;
  margin-bottom: 42px;
  font-size: 24px;
  color: #252b3a;
}
.content .banner2 .box-wrap .step2-wrap .step2-wrap-box .pre {
  font-size: 24px;
  font-weight: bold;
  color: #f54e52;
  margin-right: 15px;
}
.content .banner2 .box-wrap .step2-wrap .step2-wrap-box::after {
  /*content: '';*/
  /*position: absolute;*/
  /*top: 35px;*/
  /*left: 14px;*/
  /*width: 0px;*/
  /*height: 34px;*/
  /*opacity: 1;*/
  /*border: 1px dashed #f54e52;*/
}
.content .banner2 .box-wrap .step2-wrap .step2-wrap-box:last-child::after {
  content: '';
  border: none;
}
.content .banner2 .box-wrap .page-content {
  margin-top: 36px;
  padding-left: 22px;
  display: flex;
  align-items: center;
  width: 467px;
  height: 124px;
  border-radius: 10px 10px 10px 10px;
  background: rgba(246, 70, 74, 0.07);
}
.content .banner2 .box-wrap .page-content .page-logo {
  width: 62px;
  height: 62px;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
}
.content .banner2 .box-wrap .page-content .content-list {
  margin-left: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 18px;
  font-size: 20px;
  color: #f54e52;
}
.content .banner2 .box-wrap .page-content .content-list .list-box {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.content .banner2 .box-wrap .page-content .content-list .list-box img {
  margin-right: 6px;
}
.content .banner2 .box-wrap .list-btn {
  margin-top: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 54px;
  background: linear-gradient(90deg, #fd5f53 0%, #fa3b3f 100%);
  border-radius: 100px 100px 100px 100px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.content .banner2 .box-wrap .page-content-other {
  margin: 10px 0 0 -20px;
  width: 535px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 15px;
  column-gap: 15px;
}
.content .banner2 .box-wrap .page-content-other .use-logo-wrap {
  width: 170px;
  height: 73px;
}
.content .banner2 .box-wrap:first-child {
  display: block;
}
.content .banner2 .box-wrap:nth-child(1) {
  height: 614px;
}
.content .banner2 .box-wrap:nth-child(2) {
  height: 614px;
}
.content .banner2 .box-wrap:nth-child(3) {
  height: 596px;
}
.content .banner2 .box-wrap:nth-child(4) {
  height: 596px;
}
.content .banner2 .bg-banner1 {
  position: relative;
  width: 100%;
  height: 891px;
  background: url('/static/images/guide/bg-banner1.png') no-repeat center / cover;
}
.content .banner2 .bg-banner1 .bg-box1 {
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
}
.content .banner2 .bg-banner1 .box-wrap {
  margin-top: 70px;
}
.content .banner2 .bg-banner1 .img-pc {
  position: absolute;
  right: -14px;
  bottom: -60px;
}
.content .banner2 .bg-banner2 {
  padding-top: 32px;
  position: relative;
  width: 100%;
  height: 695px;
  background: url('/static/images/guide/bg-banner2.png') no-repeat center / cover;
}
.content .banner2 .bg-banner2 .box-wrap {
  padding: 54px 0 0 0;
  display: flex;
}
.content .banner2 .bg-banner2 .box-wrap .step2-wrap-box {
  width: 576px;
}
.content .banner2 .bg-banner2 .box-wrap .step2-wrap-box::after {
  height: 65px;
}
.content .banner2 .bg-banner2 .box-wrap .box-right {
  margin-left: 14px;
}
.content .banner2 .bg-banner2 .box-wrap .img-pc {
  margin-top: 130px;
}
.content .banner2 .bg-banner3 {
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: 673px;
  background: url('/static/images/guide/bg-banner3.png') no-repeat center / cover;
}
.content .banner2 .bg-banner3 .box-wrap {
  padding: 32px 0 0 37px;
}
.content .banner2 .bg-banner3 .box-wrap .step2-wrap-box {
  margin-bottom: 41px;
}
.content .banner2 .bg-banner3 .box-wrap .step2-wrap-box::after {
  height: 34px;
}
.content .banner2 .bg-banner3 .box-wrap .box-right {
  margin-left: 14px;
}
.content .banner2 .bg-banner3 .box-wrap .img-pc {
  position: absolute;
  right: -14px;
  bottom: -37px;
}
.content .banner2 .bg-banner4 {
  padding-top: 73px;
  position: relative;
  width: 100%;
  height: 705px;
  background: url('/static/images/guide/bg-banner4.png') no-repeat center / cover;
}
.content .banner2 .bg-banner4 .box-wrap {
  padding: 54px 0 0 0;
  display: flex;
}
.content .banner2 .bg-banner4 .box-wrap .step2-wrap-box {
  width: 576px;
}
.content .banner2 .bg-banner4 .box-wrap .step2-wrap-box::after {
  height: 65px;
}
.content .banner2 .bg-banner4 .box-wrap .box-right {
  margin-left: 14px;
}
.content .banner2 .bg-banner4 .box-wrap .img-pc {
  margin-top: 70px;
}

.content .banner3 {
  padding-top: 95px;
  width: 100%;
  height: 692px;
  background: #ffffff;
}
.content .banner3 .title {
  display: flex;
  justify-content: center;
  font-size: 42px;
  font-weight: bold;
  color: #333333;
}
.content .banner3 .help-box {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .banner3 .help-box .box {
  margin-bottom: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 180px;
  background: #eef4f9;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
}
.content .banner3 .help-box .box .tip {
  font-size: 26px;
  color: #252b3a;
  margin-top: 15px;
}
.content .banner3 .help-box .box:hover .tip {
  color: #f54e52;
}
