.log {
  background: #EFF5FF;
}
@media (max-width: 1200px) {
  .log {
    padding-top: 60px;
  }
}
.log .log_container {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .log .log_container {
    background-color: transparent;
  }
}
@media (max-width: 1200px) {
  .log .log_box {
    padding: 0;
    background: #EFF5FF;
  }
}
.log .log_container {
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .log .log_container {
    padding-top: 0;
  }
}
.log .log_container h2 {
  margin: 0 60px 25px;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .log .log_container h2 {
    margin: 0;
    background-color: #fff;
    padding-left: 15px;
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 30px;
  }
}
.log .log_container .log_date_box {
  display: flex;
  padding-left: 60px;
  border-bottom: 1px solid #CEDDF2;
}
@media (max-width: 1200px) {
  .log .log_container .log_date_box {
    padding-left: 15px;
    background-color: #fff;
    border-bottom: 0;
    padding-bottom: 15px;
  }
}
.log .log_container .log_date_box .date_title {
  font-size: 16px;
  font-weight: 400;
  color: #808DA1;
  line-height: 22px;
  margin-right: 40px;
  position: relative;
  padding-bottom: 12px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .log .log_container .log_date_box .date_title {
    width: 90px;
    height: 30px;
    background: #EFF5FF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    padding-bottom: 0;
  }
}
.log .log_container .log_date_box .date_title.active {
  color: #0069EA;
}
.log .log_container .log_date_box .date_title.active:after {
  content: "";
  display: block;
  width: 110%;
  height: 2px;
  background-color: #0069EA;
  position: absolute;
  left: -5%;
  bottom: 0;
}
@media (max-width: 1200px) {
  .log .log_container .log_date_box .date_title.active:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .log .log_container .log_content {
    background: #fff;
    width: calc(100% - 30px);
    margin: 15px auto;
    box-shadow: 0px 2px 20px 0px rgba(184, 187, 204, 0.5);
    border-radius: 4px;
  }
}
.log .log_container .log_content .tab-content_box {
  padding-left: 60px;
  padding-right: 60px;
  min-height: 650px;
}
@media (max-width: 1200px) {
  .log .log_container .log_content .tab-content_box {
    padding: 0;
    min-height: 500px;
  }
}
.log .log_container .log_content .tab-content_box.active {
  margin: 0;
}
@media (max-width: 1200px) {
  .log .log_container .log_content .tab-content_box.active {
    display: flex;
    flex-wrap: wrap;
  }
  .log .log_container .log_content .tab-content_box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .log .log_container .log_content .tab-content_box.active .tab-content {
    width: 100%;
  }
}
.log .log_container .log_content .tab-content_box .log_detail {
  border-bottom: 1px solid #CEDDF2;
  padding-top: 32px;
  padding-bottom: 32px;
}
.log .log_container .log_content .tab-content_box .log_detail:last-of-type {
  border-bottom: none;
}
@media (max-width: 1200px) {
  .log .log_container .log_content .tab-content_box .log_detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.log .log_container .log_content .tab-content_box .log_detail h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .log .log_container .log_content .tab-content_box .log_detail h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.log .log_container .log_content .tab-content_box .log_detail p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .log .log_container .log_content .tab-content_box .log_detail p {
    font-size: 12px;
    line-height: 20px;
  }
}
.log .log_container .log_content .tab-content_box .log_detail .detail {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .log .log_container .log_content .tab-content_box .log_detail .detail {
    margin-bottom: 15px;
  }
}
.log .log_container .log_content .tab-content_box .log_detail .detail:last-of-type {
  margin-bottom: 0;
}
.log .log_container .log_content .log_edition {
  margin-top: 32px;
  border-left: 1px solid #CEDDF2;
}
@media (max-width: 1200px) {
  .log .log_container .log_content .log_edition {
    display: none;
    /*display: flex;*/
    /*align-items: center;*/
    /*border: none;*/
    /*margin-top: 15px;*/
    /*border-bottom: 1px solid #CEDDF2;*/
    /*justify-content: space-between;*/
  }
}
.log .log_container .log_content .log_edition .edition_title {
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  position: relative;
}
.log .log_container .log_content .log_edition .edition_title.active {
  color: #0069EA;
}
.log .log_container .log_content .log_edition .edition_title.active:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #0069EA;
  position: absolute;
  left: -16px;
  bottom: 0;
}
@media (max-width: 1200px) {
  .log .log_container .log_content .log_edition .edition_title.active:after {
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
  }
}
/**/
.m_title_content {
  border-bottom: 1px solid #CEDDF2;
  display: none;
}
@media (max-width: 1200px) {
  .m_title_content {
    display: block;
  }
  .m_title_swiper .m-title-box .item {
    width: auto;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding: 10px 15px;
    margin: 0 5px;
  }
  .m_title_swiper .m-title-box .item.active {
    color: #0069EA;
    border-bottom: 1px solid #0069EA;
  }
}
.download_container {
  background-image: url('https://src.fanruan.com/website/finereport/download_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .download_container {
    background: #fff;
    padding-top: 80px;
  }
  .download_container .col-xs-6 {
    padding: 0;
  }
  .download_container .d-box {
    box-shadow: 0px 4px 10px 0px rgba(206, 227, 248, 0.5);
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.download_container .download_box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(206, 227, 248, 0.5);
  border-radius: 4px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  cursor: pointer;
  position: relative;
  display: block;
  transition: all 0.4s;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .download_container .download_box {
    box-shadow: none;
    border-right: 1px solid #CFDCF0;
    border-bottom: 1px solid #CFDCF0;
    border-radius: 0;
    padding-bottom: 40px;
    margin: 0;
  }
}
.download_container .download_box .img_box {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .download_container .download_box .img_box {
    margin-bottom: 25px;
  }
}
.download_container .download_box .img_box img {
  height: 50px;
}
.download_container .download_box .img_box .hover {
  display: none;
}
.download_container .download_box h4 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 8px;
}
.download_container .download_box h4.hover {
  display: none;
}
.download_container .download_box p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .download_container .download_box p {
    display: none;
  }
}
.download_container .download_box p.click {
  display: none;
}
@media (max-width: 768px) {
  .download_container .download_box p.click {
    display: block;
  }
}
.download_container .download_box span {
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  position: absolute;
  bottom: 15px;
}
@media (max-width: 768px) {
  .download_container .download_box span {
    display: none;
  }
}

.download_other .download_other_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #CEDDF2;
}
@media (max-width: 768px) {
  .download_other .download_other_title {
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 0;
  }
}
.download_other .download_other_title .other_title {
  font-size: 20px;
  font-weight: 400;
  color: #808DA1;
  line-height: 28px;
  margin: 0 40px;
  padding-bottom: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .download_other .download_other_title .other_title {
    width: 48%;
    margin: 0 0 10px;
    height: 35px;
    background: #EFF5FF;
    border-radius: 2px;
    text-align: center;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 35px;
  }
}
.download_other .download_other_title .other_title.active {
  color: #0069EA;
}
@media (max-width: 768px) {
  .download_other .download_other_title .other_title.active {
    color: #fff;
    background-color: #0069EA;
  }
}
.download_other .download_other_title .other_title.active:after {
  content: "";
  display: block;
  width: 110%;
  height: 2px;
  background-color: #0069EA;
  position: absolute;
  left: -5%;
  bottom: 0;
}
@media (max-width: 768px) {
  .download_other .download_other_title .other_title.active:after {
    display: none;
  }
}
.download_other .download_other_content {
  padding-left: 0;
  padding-right: 0;
}
.download_other .download_other_content .box {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
  border-radius: 4px;
  padding: 40px 75px;
}
.download_other .download_other_content .box h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.download_other .download_other_content .box a {
  display: flex;
  align-items: center;
  height: 48px;
  background: #EFF5FF;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-left: 50px;
}
.download_other .download_other_content .box a:last-of-type {
  margin-bottom: 0;
}
.download_other .download_other_content .box a .img_box {
  margin-right: 17px;
}
@media (max-width: 768px) {
  .download_other .download_other_content .box a .img_box {
    margin-right: 10px;
  }
}
.download_other .download_other_content .box a .img_box img {
  height: 20px;
}
.download_other .download_other_content .box a .img_box .hover {
  display: none;
}
.download_other .download_other_content .box a p {
  font-size: 16px;
  font-weight: 400;
  color: #0069EA;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .download_other .download_other_content .box a p {
    font-size: 12px;
  }
}
.download_other .download_other_content .box a:hover {
  background: #0069EA;
}
.download_other .download_other_content .box a:hover .img_box img {
  display: none;
}
.download_other .download_other_content .box a:hover .img_box .hover {
  display: block;
}
.download_other .download_other_content .box a:hover p {
  color: #ffffff;
}
.download_other .download_other_content #download_b .box {
  padding-left: 55px;
  padding-right: 55px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .download_other .download_other_content #download_b .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.download_other .download_other_content #download_b .other_content_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download_other .download_other_content #download_b .other_content_box a {
  width: 90%;
  padding-left: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .download_other .download_other_content #download_b .other_content_box a {
    padding-left: 25px;
  }
}
.download_other .download_other_content #download_c .box {
  margin-bottom: 40px;
}
.download_other .download_other_content #download_d .box {
  margin-bottom: 40px;
}
.download_other .download_other_content .other_content > p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  margin-bottom: 0;
}
.update_log {
  background: #EFF5FF;
}
@media (max-width: 768px) {
  .update_log {
    background-color: #fff;
  }
}
.update_log .log_box {
  background: #ffffff;
}
@media (max-width: 768px) {
  .update_log .log_box {
    box-shadow: 0px 2px 20px 0px rgba(184, 187, 204, 0.5);
    border-radius: 4px;
  }
}
.update_log .log_box .data_box {
  padding: 50px 70px 50px;
}
@media (max-width: 768px) {
  .update_log .log_box .data_box {
    padding: 25px 15px;
  }
}
.update_log .log_box .data_box h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}
.update_log .log_box .data_box .log_detail {
  margin-bottom: 30px;
}
.update_log .log_box .data_box .log_detail:last-of-type {
  margin-bottom: 0;
}
.update_log .log_box .data_box .log_detail p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .update_log .log_box .data_box .log_detail p {
    font-size: 13px;
  }
}
.update_log .log_box .log_more {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #0069EA;
  line-height: 28px;
  padding: 24px 0;
  border-top: 1px solid #CEDDF2;
}
@media (max-width: 768px) {
  .update_log .log_box .log_more {
    padding: 10px 0 20px;
    font-size: 16px;
    border-top: none;
  }
}
.success-banner {
  padding-top: 65px;
  padding-bottom: 85px;
  background-image: url(https://src.fanruan.com/2023-website/Fvs/img/jh-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .success-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.success-banner h2 {
  font-size: 48px;
  font-weight: 500;
  color: #05172E;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .success-banner h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.success-banner p {
  font-size: 18px;
  font-weight: 400;
  color: #05172E;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .success-banner p {
    font-size: 14px;
    line-height: 24px;
  }
}
.success-tj {
  background: #EFF5FF;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .success-tj {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.success-tj .box {
  background: #FFFFFF;
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
}
@media (max-width: 1000px) {
  .success-tj .box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.success-tj .box h3 {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .success-tj .box h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.success-tj .box p {
  font-size: 16px;
  font-weight: 400;
  color: #05172E;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .success-tj .box p {
    font-size: 12px;
    font-weight: 400;
    color: #05172E;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.success-tj .box .s-title {
  font-size: 20px;
  font-weight: 600;
  color: #05172E;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .success-tj .box .s-title {
    font-size: 16px;
  }
}
.success-tj .box .download {
  width: 560px;
  background: #0069EA;
  border-radius: 8px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  margin: 0 auto 40px;
}
@media (max-width: 1000px) {
  .success-tj .box .download {
    width: 100%;
    font-size: 12px;
    width: 60%;
    margin: 0 auto 20px;
    line-height: 40px;
  }
}
.success-tj .box .fz {
  display: flex;
  width: 560px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #979797;
  padding-left: 20px;
  align-items: center;
  margin: 0 auto 42px;
}
@media (max-width: 1000px) {
  .success-tj .box .fz {
    width: 100%;
    height: 40px;
    padding-left: 8px;
    margin: 0 auto 20px;
  }
}
.success-tj .box .fz p {
  font-size: 16px;
  font-weight: 400;
  color: #05172E;
  line-height: 60px;
  margin-bottom: 0;
  width: 65px;
}
@media (max-width: 1000px) {
  .success-tj .box .fz p {
    font-size: 12px;
    font-weight: 400;
    color: #05172E;
    line-height: 40px;
    margin-bottom: 0;
    width: 45px;
  }
}
.success-tj .box .fz #text {
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #05172E;
  line-height: 58px;
  height: 58px;
  width: 378px;
  background: none;
}
@media (max-width: 1000px) {
  .success-tj .box .fz #text {
    font-size: 12px;
    width: calc(100% - 125px);
    height: 38px;
    line-height: 38px;
  }
}
.success-tj .box .fz #text:focus {
  outline-offset: 0;
  border: 0;
  box-shadow: none;
  outline: none;
}
.success-tj .box .fz #copy {
  width: 96px;
  height: 60px;
  background: #0069EA;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 1000px) {
  .success-tj .box .fz #copy {
    width: 80px;
    height: 40px;
    background: #0069EA;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
  }
}
.success-tj .box .more {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0060FF;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .success-tj .box .more {
    font-size: 14px;
    line-height: 18px;
  }
}
.success-tj .box .more span {
  width: 11px;
  height: 11px;
  border-left: 1px solid #0069ea;
  border-top: 1px solid #0069ea;
  transform: rotate(-225deg) !important;
  margin-left: 4px;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .success-tj .box .more span {
    width: 8px;
    height: 8px;
  }
}
.success-demo .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .success-demo .box {
    flex-wrap: wrap;
  }
}
@media (max-width: 1000px) {
  .success-demo .box .left {
    width: 100%;
  }
}
.success-demo .box .left h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  .success-demo .box .left h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.success-demo .box .left h3 {
  font-size: 20px;
  font-weight: 600;
  color: #05172E;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .success-demo .box .left h3 {
    font-size: 16px;
    font-weight: 600;
    color: #05172E;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.success-demo .box .left .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 400px;
}
@media (max-width: 1000px) {
  .success-demo .box .left .list {
    width: 100%;
    margin-bottom: 10px;
  }
}
.success-demo .box .left .list p {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #05172E;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .success-demo .box .left .list p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.success-demo .box .left .list p img {
  width: 24px;
  margin-right: 5px;
}
@media (max-width: 1000px) {
  .success-demo .box .left .list p img {
    width: 16px;
  }
}
.success-demo .box .right {
  width: 570px;
}
@media (max-width: 1000px) {
  .success-demo .box .right {
    width: 100%;
  }
}
.success-xx {
  background: #EFF5FF;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .success-xx {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.success-xx .title {
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .success-xx .title {
    margin-bottom: 20px;
  }
}
.success-xx .title h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  margin-bottom: 17px;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .success-xx .title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 7px;
  }
}
.success-xx .title p {
  font-size: 16px;
  font-weight: 400;
  color: #05172E;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .success-xx .title p {
    font-size: 14px;
  }
}
.success-xx .box {
  display: flex;
  align-items: unset;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .success-xx .box {
    flex-wrap: wrap;
  }
}
.success-xx .box .left {
  background-image: url(https://src.fanruan.com/2023-website/Fvs/img/jh02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 560px;
  height: 342px;
  padding-top: 48px;
  padding-left: 40px;
}
@media (max-width: 1000px) {
  .success-xx .box .left {
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
}
.success-xx .box .left h4 {
  margin-top: 0;
  font-size: 24px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 9px;
}
@media (max-width: 1000px) {
  .success-xx .box .left h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.success-xx .box .left p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 110px;
}
@media (max-width: 1000px) {
  .success-xx .box .left p {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.success-xx .box .left a {
  display: block;
  width: 140px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #0068E9;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 1000px) {
  .success-xx .box .left a {
    width: 100px;
    line-height: 36px;
    font-size: 12px;
  }
}
.success-xx .box .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .success-xx .box .right {
    width: 100%;
  }
}
.success-xx .box .right a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 560px;
  height: 100px;
  background: #0069EA;
  border-radius: 8px;
  padding: 0 40px 0 32px;
}
@media (max-width: 1000px) {
  .success-xx .box .right a {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 15px 0 15px;
    height: 70px;
  }
}
.success-xx .box .right a .txt h4 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 4px;
}
@media (max-width: 1000px) {
  .success-xx .box .right a .txt h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.success-xx .box .right a .txt p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .success-xx .box .right a .txt p {
    font-size: 12px;
  }
}
.success-xx .box .right a img {
  width: 32px;
}
@media (max-width: 1000px) {
  .success-xx .box .right a img {
    width: 28px;
  }
}
.success-help {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .success-help {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.success-help .title {
  margin-bottom: 35px;
}
.success-help .title h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .success-help .title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.success-help .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .success-help .list {
    flex-wrap: wrap;
  }
}
.success-help .list .item {
  width: calc(25% - 22.5px);
  height: 120px;
  background-color: #FFFFFF;
  background-image: url(https://src.fanruan.com/2023-website/Fvs/img/jh04.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 166px;
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 24px;
}
@media (max-width: 1000px) {
  .success-help .list .item {
    width: calc(50% - 7.5px);
    margin-bottom: 10px;
    padding: 25px 15px;
    height: auto;
  }
}
.success-help .list .item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #05172E;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 4px;
}
@media (max-width: 1000px) {
  .success-help .list .item h4 {
    font-size: 18px;
  }
}
.success-help .list .item p {
  font-size: 14px;
  font-weight: 400;
  color: #05172E;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .success-help .list .item p {
    font-size: 12px;
  }
}
.fm-banner {
  background-image: url(https://src.fanruan.com/2023-website/Fvs/img/fm-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  padding-top: 120px;
  padding-bottom: 128px;
}
@media (max-width: 1000px) {
  .fm-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.fm-banner h2 {
  font-size: 80px;
  font-weight: normal;
  color: #333333;
  line-height: 110px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  .fm-banner h2 {
    font-size: 40px;
    text-align: center;
    line-height: 45px;
  }
}
.fm-banner p {
  font-size: 28px;
  font-weight: normal;
  color: #05172E;
  line-height: 42px;
  margin-bottom: 75px;
}
@media (max-width: 1000px) {
  .fm-banner p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
}
.fm-banner a {
  display: block;
  width: 270px;
  height: 48px;
  background: #0069EA;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
}
@media (max-width: 1000px) {
  .fm-banner a {
    width: 200px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin: 0 auto;
  }
}
.fm-title {
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 1000px) {
  .fm-title {
    margin-bottom: 25px;
  }
}
.fm-title h2 {
  font-size: 32px;
  font-weight: normal;
  color: #05172E;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .fm-title h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.fm-title p {
  font-size: 16px;
  font-weight: 400;
  color: #05172E;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 8px;
}
@media (max-width: 1000px) {
  .fm-title p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
  }
}
.fm-s02 {
  background-color: #EFF5FF;
}
.fm-s02 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fm-s02 .list .item {
  width: calc((100% - 75px) / 4);
  background-color: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(195, 207, 220, 0.5);
  margin-bottom: 25px;
  border-radius: 4px;
  text-align: center;
  padding-top: 35px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 35px;
}
@media (max-width: 1000px) {
  .fm-s02 .list .item {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
    padding: 15px;
  }
}
.fm-s02 .list .item img {
  width: 80px;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .fm-s02 .list .item img {
    width: 50px;
    margin-bottom: 5px;
  }
}
.fm-s02 .list .item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #05172E;
  line-height: 30px;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .fm-s02 .list .item h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.fm-s02 .list .item p {
  font-size: 12px;
  font-weight: 400;
  color: #737E8C;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
}
.fm-s03 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (max-width: 1000px) {
  .fm-s03 .list {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.fm-s03 .list .item {
  width: calc((100% - 60px) / 3);
  border-radius: 4px;
  box-shadow: 0 4px 50px 0 rgba(195, 207, 220, 0.5);
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .fm-s03 .list .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.fm-s03 .list .item .img {
  position: relative;
}
.fm-s03 .list .item .img h4 {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .fm-s03 .list .item .img h4 {
    font-size: 20px;
  }
}
.fm-s03 .list .item .txt {
  font-size: 16px;
  font-weight: 400;
  color: #05172E;
  line-height: 24px;
  padding: 32px;
}
@media (max-width: 1000px) {
  .fm-s03 .list .item .txt {
    font-size: 12px;
    line-height: 20px;
    padding: 15px;
  }
}
.fm-s03 a {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0069EA;
  line-height: 33px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .fm-s03 a {
    font-size: 16px;
  }
}
.fm-s03 a span {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-left: 2px solid #0069ea;
  border-top: 2px solid #0069ea;
  transform: rotate(-225deg) !important;
  margin-left: 4px;
}
@media (max-width: 1000px) {
  .fm-s03 a span {
    width: 8px;
    height: 8px;
  }
}
.fm-s04 {
  background-color: #EFF5FF;
}
.fm-s04 .box {
  box-shadow: 0px 4px 20px 0px rgba(0, 105, 234, 0.15), inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  border: 1px solid #C2D5FF;
  background: #FFFFFF;
}
.fm-s04 .box .tab-tit04 {
  display: flex;
  align-items: center;
  background-color: #eff5ff;
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-tit04 {
    align-items: unset;
  }
}
.fm-s04 .box .tab-tit04 .item {
  width: 20%;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #808DA1;
  line-height: 27px;
  padding: 15px 0;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-tit04 .item {
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fm-s04 .box .tab-tit04 .item br {
  display: none;
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-tit04 .item br {
    display: block;
  }
}
.fm-s04 .box .tab-tit04 .item.active {
  background-color: #fff;
  color: #0069EA;
  position: relative;
}
.fm-s04 .box .tab-tit04 .item.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #0069EA;
  position: absolute;
  left: 0;
  top: 0;
}
.fm-s04 .box .tab-con04 .item {
  display: none;
}
.fm-s04 .box .tab-con04 .item.active {
  display: flex;
  justify-content: space-between;
  padding: 32px 60px 32px 60px;
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-con04 .item.active {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.fm-s04 .box .tab-con04 .item.active .img {
  width: 490px;
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-con04 .item.active .img {
    width: 100%;
    order: 2;
  }
}
.fm-s04 .box .tab-con04 .item.active .txt {
  width: calc(100% - 580px);
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-con04 .item.active .txt {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
}
.fm-s04 .box .tab-con04 .item.active .txt h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 27px;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-con04 .item.active .txt h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.fm-s04 .box .tab-con04 .item.active .txt .dec {
  font-size: 14px;
  font-weight: normal;
  color: #2F364C;
  line-height: 24px;
  margin-bottom: 22px;
  height: 120px;
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-con04 .item.active .txt .dec {
    font-size: 12px;
    line-height: 18px;
    height: auto;
  }
}
.fm-s04 .box .tab-con04 .item.active .txt .list p {
  line-height: 48px;
  background: #EFF5FF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #2F364C;
  padding-left: 15px;
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-con04 .item.active .txt .list p {
    line-height: 36px;
    background: #EFF5FF;
    border-radius: 4px;
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 5px;
  }
}
.fm-s04 .box .tab-con04 .item.active .txt .list p img {
  width: 16px;
  margin-right: 7px;
}
@media (max-width: 1000px) {
  .fm-s04 .box .tab-con04 .item.active .txt .list p img {
    width: 12px;
    margin-right: 5px;
  }
}
.fm-customer {
  position: relative;
}
@media (max-width: 1200px) {
  .fm-customer {
    margin-bottom: 35px;
  }
  .fm-customer .fm-title {
    margin-bottom: 15px;
  }
  .fm-customer .title {
    padding-left: 15px;
  }
}
.fm-customer img {
  width: 1000%;
  max-width: 100%;
  position: relative;
}
.fm-customer .customer_box_swiper {
  margin-bottom: 45px;
  padding: 15px 0;
  padding-left: 200px;
}
@media (max-width: 1200px) {
  .fm-customer .customer_box_swiper {
    margin-bottom: 10px;
    padding: 15px 0;
  }
}
.fm-customer .swiper-slide {
  background-image: url('https://src.fanruan.com/website/finereport/customer_swiperbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 6px 10px 0px rgba(169, 198, 244, 0.7);
  border-radius: 4px;
  padding: 32px;
  width: 370px;
}
.fm-customer .customer_box_tit {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.fm-customer .customer_box_tit img {
  width: 60px;
  margin-right: 15px;
}
.fm-customer .customer_box_tit h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 0;
}
.fm-customer .customer_box_con img {
  margin-bottom: 20px;
}
.fm-customer .customer_box_con .dec {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  min-height: 88px;
}
.fm-customer .customer_box_con h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-top: 0;
}
.fm-customer .customer_box_con .post {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  margin-bottom: 0;
}
.fm-customer .navigation_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .fm-customer .navigation_box {
    display: none;
  }
  .fm-customer .customer_box_con .dec {
    min-height: 110px;
    margin-bottom: 0;
  }
}
.fm-customer .navigation_box .swiper_btn {
  position: initial;
  width: 48px;
  height: 48px;
  background-size: cover;
  margin-top: 0;
  margin: 0 8px;
}
.fm-customer .navigation_box .swiper-button-prev {
  background-image: url('https://src.fanruan.com/website/finereport/prev_blue.png');
}
.fm-customer .navigation_box .swiper-button-prev:after {
  content: "";
}
.fm-customer .navigation_box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url('https://src.fanruan.com/website/finereport/prev_gray.png');
}
.fm-customer .navigation_box .swiper-button-next {
  background-image: url('https://src.fanruan.com/website/finereport/next_blue.png');
}
.fm-customer .navigation_box .swiper-button-next:after {
  content: "";
}
.fm-customer .navigation_box .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url('https://src.fanruan.com/website/finereport/next_gray.png');
}
.fm-customer .m_customer_page {
  display: none;
}
@media (max-width: 1200px) {
  .fm-customer .m_customer_page {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fm-customer .m_customer_page .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(0, 105, 234, 0.3);
    border-radius: 4px;
    opacity: 1;
  }
  .fm-customer .m_customer_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background: #0069EA;
  }
}
.fm-s05 {
  padding-top: 0;
}
.fm-s05 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .fm-s05 .list {
    flex-wrap: wrap;
  }
}
.fm-s05 .list .item {
  width: 370px;
  margin: 0 15px;
  position: relative;
}
@media (max-width: 1000px) {
  .fm-s05 .list .item {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.fm-s05 .list .item .txt {
  position: absolute;
  right: 32px;
  top: 40px;
  width: 112px;
}
@media (max-width: 1000px) {
  .fm-s05 .list .item .txt {
    width: 100px;
  }
}
.fm-s05 .list .item .txt h4 {
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  .fm-s05 .list .item .txt h4 {
    font-size: 24px;
  }
}
.fm-s05 .list .item .txt p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 32px;
  text-align: right;
}
@media (max-width: 1000px) {
  .fm-s05 .list .item .txt p {
    font-size: 12px;
  }
}
.fm-s05 .list .item .txt a {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #2A82ED;
  line-height: 32px;
}
.fm-s06 {
  padding-top: 88px;
  padding-bottom: 88px;
  background: #EFF5FF;
}
@media (max-width: 1000px) {
  .fm-s06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fm-s06 h2 {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 32px;
  text-align: center;
}
.fm-s06 h2 br {
  display: none;
}
@media (max-width: 1000px) {
  .fm-s06 h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .fm-s06 h2 br {
    display: block;
  }
}
.fm-s06 a {
  display: block;
  margin: 0 auto;
  width: 370px;
  text-align: center;
  background: #0069EA;
  border-radius: 4px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 60px;
}
@media (max-width: 1000px) {
  .fm-s06 a {
    width: 200px;
    line-height: 40px;
    font-size: 14px;
  }
}
.fm-s01 .fm-title {
  margin-bottom: 30px;
}
.fm-s01 .box {
  border-radius: 4px;
  box-shadow: 0 4px 20px 0 rgba(195, 207, 220, 0.5);
}
.fm-s01 .box .tab-tit01 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E4E5E7;
}
.fm-s01 .box .tab-tit01 .item {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2C7ADF;
  line-height: 28px;
  padding: 25px 0;
  margin: 0 35px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-tit01 .item {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 15px 0;
    margin: 0 25px;
  }
}
.fm-s01 .box .tab-tit01 .item br {
  display: none;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-tit01 .item br {
    display: block;
  }
}
.fm-s01 .box .tab-tit01 .item.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0079E6;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.fm-s01 .box .tab-con01 {
  min-height: 484px;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 {
    min-height: auto;
    padding-bottom: 15px;
  }
}
.fm-s01 .box .tab-con01 > .item {
  display: none;
}
.fm-s01 .box .tab-con01 > .item.active {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active {
    flex-wrap: wrap;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-tit01-1 {
  width: 120px;
  margin-top: 99px;
  height: 384px;
  border-right: 1px solid #C4DBFF;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-tit01-1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: unset;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-tit01-1 .item {
  font-size: 16px;
  font-weight: 400;
  color: #003787;
  line-height: 22px;
  margin: 25px 0;
  text-align: center;
  cursor: pointer;
  padding: 8px 0;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-tit01-1 .item {
    width: 33.33%;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-tit01-1 .item:first-of-type {
  margin-top: 0;
}
.fm-s01 .box .tab-con01 > .item.active .tab-tit01-1 .item.active {
  background: #E9F1FF;
  font-weight: 500;
  color: #2C7ADF;
  position: relative;
}
.fm-s01 .box .tab-con01 > .item.active .tab-tit01-1 .item.active:after {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  height: 36px;
  background: #2C7ADF;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-tit01-1 .item.active:after {
    width: 100%;
    height: 2px;
    bottom: 0;
    top: auto;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 {
  width: calc(100% - 170px);
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 {
    width: 100%;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item {
  display: none;
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active {
  display: flex;
  padding-right: 120px;
  justify-content: space-between;
  padding-top: 65px;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active .txt {
  width: 335px;
  padding-top: 30px;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active .txt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active .txt h4 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active .txt p {
  height: 146px;
  font-size: 16px;
  font-weight: 400;
  color: #05172E;
  line-height: 24px;
  margin-bottom: 22px;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active .txt p {
    font-size: 12px;
    margin-bottom: 20px;
    height: auto;
    line-height: 20px;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active .txt a {
  display: block;
  width: 168px;
  background: #0069EA;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active .txt a {
    font-size: 14px;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active img {
  width: 425px;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active img {
    width: 100%;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active img.it01 {
  width: 785px;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.active img.it01 {
    width: 100%;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.it02 {
  padding-right: 70px;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.it02 {
    padding-right: 15px;
  }
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.it02 img {
  width: 523px;
}
@media (max-width: 1000px) {
  .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item.it02 img {
    width: 100%;
  }
}

.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item02{
    padding-right: 20px !important;
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item02 img.it01 {
    width: 704px !important;
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item03{
    padding-right: 20px !important;
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item03 img.it01 {
    width: 704px !important;
}

@media (max-width: 1000px) {
    .fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item02{
    padding-right: 15px !important;
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item02 img.it01 {
    width: 100% !important;
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item03{
    padding-right: 15px !important;
}
.fm-s01 .box .tab-con01 > .item.active .tab-con01-1 .item03 img.it01 {
    width: 100% !important;
}
}