.img-auto {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.serve {
  margin-bottom: 120px;
}
.serve h2 {
  font-size: 40px;
  line-height: 58px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 40px;
}
.serve .left-nav {
  width: 18.8%;
}

.serve .right-content {
  width: 81.2%;
  border-left: 1px solid #d8d8d8;
  padding-left: 80px;
}
.serve .right-content .list_box {
  border-radius: 24px;
  border: 1px solid #dde2e6;

  padding: 40px;
}
.list_box h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  margin-top: 40px;
}
.list_box .list-flex {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #dde2e6;
}
.list-img {
  width: 192px;
  height: 192px;

  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.list-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-content h3 {
  margin-top: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
.list-text {
  font-size: 16px;
  color: #878787;
  line-height: 16px;
  margin-bottom: 10px;
}
.serve .left-nav li {
  margin-bottom: 10px;
  transition: all 0.3s;
}

.serve .left-nav li a {
  text-decoration: none;
}

.serve .left-nav li a h3 {
  line-height: 52px;
  font-size: 24px;
  font-family: "思源黑体";

  font-weight: 700;
  color: #000000;
  margin: 0;

  transition: all 0.3s;
}

.serve .left-nav li.active {
  color: #caae82;
  border-right: 2px solid #caae82;
}

/* .serve .left-nav li:hover {
  background-color: #006ab3;
} */

.serve .left-nav li.active a h3 {
  color: #caae82;
}

.serve .left-nav li:hover h3 {
  color: #caae82;
}

.serve .right-content .left-box {
  padding-right: 40px;
  width: 170px;
}

.serve .right-content .left-box .img-box {
  width: 130px;
  height: 130px;
}

.serve .right-content .more {
  margin-top: 40px;
}

.serve .right-content .more a {
  width: 124px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #878787;
  font-size: 16px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #878787;
}

.serve .right-content .serve-content {
  border-bottom: 1px solid #e0e0e0;
  padding: 80px 0;
}

.serve .right-content .right-box {
  width: calc(100% - 170px);
}

.serve .right-content .right-box .pro-title a {
  text-decoration: none;
}

.serve .right-content .right-box .pro-title h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  color: #333;
  margin: 0;
  margin-bottom: 15px;
}

.serve .right-content .right-box .intro-box {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}

.serve .right-content .right-box .intro-box .left-intro,
.serve .right-content .right-box .intro-box .right-intro {
  width: 50%;
}

.serve .right-content .right-box .intro-box .left-intro {
  padding-right: 25px;
  border-right: 1px solid #e0e0e0;
}

.serve .right-content .right-box .intro-box .right-intro {
  padding-left: 40px;
}

.serve .right-content .right-box .intro-box h5 {
  margin: 0;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.serve .right-content .right-box .intro-box p {
  font-size: 16px;
  line-height: 32px;
  color: #999;
  margin: 0;
}

.serve .right-content .right-box .pro-content h5 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 30px;
}

.serve .right-content .right-box .pro-content .swiper-wrapper {
  align-items: center;
}

.serve .right-content .right-box .pro-content .swiper-slide {
  width: 12.5%;
  float: left;
  margin-bottom: 5px;
}

.serve .right-content .right-box .pro-content .swiper-slide .loadingmore {
  width: 75px;
  height: 75px;
  position: relative;
  margin: 0 auto;
}

.serve .right-content .right-box .pro-content .swiper-slide .loadingmore a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25%;
  border-radius: 5px;
  margin: 0;
  color: #fff;
  background-color: #c6c6c6;
}

.serve .right-content .right-box .pro-content a {
  text-decoration: none;
}
.pro-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.serve .pro-content {
  width: 310px;
  height: 98px;
  border-radius: 20px;
  border: 1px solid #dde2e6;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.serve .pro-content .img-box {
  /*padding: 0 15px;*/
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 20px;
}
.serve .pro-content img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}
.serve .pro-content .loadmore .img-box {
  border: 1px solid #006ab3;
  padding: 0 20px;
  line-height: 73px;
  border-radius: 10px;
}

/* .serve .right-content .right-box .pro-content .loadmore .img-box img {  animation: rotate 3s linear infinite;} */
.serve .right-content .right-box .pro-content .loadmore p {
  color: #006ab3;
}

.serve .right-content .right-box .pro-content p {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.serve .right-content .loadingmore a {
  width: 115px;
  height: 42px;
  line-height: 42px;
  background-color: #f5f5f7;
  font-size: 16px;
  color: #86868b;
  border-radius: 20px;
  display: block;
  margin: 40px auto;
  text-align: center;
  text-decoration: none;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@media (max-width: 1200px) {
  .serve .left-nav li a h3,
  .serve .right-content .right-box .pro-title h3 {
    font-size: 20px;
    line-height: 44px;
  }
  .pro-flex {
    gap: 20px;
  }
  .serve .pro-content {
    margin-right: 0px;
  }
  .serve .right-content {
    padding-left: 40px;
  }

  .serve .right-content .right-box .intro-box h5 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1080px) {
  .serve .right-content .right-box .intro-box p {
    font-size: 14px;
  }
  .serve .pro-content {
    width: 280px;
  }
  .serve .pro-content {
    margin-right: 0px;
  }
  .serve .right-content .right-box .intro-box .left-intro {
    width: calc(50% + 30px);
  }

  .serve .right-content .right-box .intro-box .right-intro {
    width: calc(50% - 30px);
  }

  .serve .right-content .right-box .intro-box p {
    font-size: 14px;
    line-height: 28px;
  }

  .serve .right-content .right-box .pro-content {
    padding-top: 30px;
  }

  .serve .right-content .right-box .pro-content .swiper-slide {
    width: 16.66%;
  }
}

@media (max-width: 991px) {
  .serve .left-nav {
    display: none;
  }

  .serve .right-content {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}

@media (max-width: 768px) {
  .serve .right-content .left-box {
    width: 100%;
    padding-right: 0;
  }
  .list-content h3 {
    font-size: 20px;
  }

  .serve {
    margin-bottom: 40px;
  }
  .serve .pro-content {
    width: 100%;
  }
  .serve h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .serve .pro-content {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .serve .right-content .list_box {
    padding: 20px;
  }
  .serve .right-content .more a {
    width: 100%;
    height: 38px;
    line-height: 38px;
  }
  .list-img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }
  .serve .right-content .left-box .img-box {
    margin: 0 auto;
  }

  .serve .right-content .left-box .more {
    margin: 30px 0;
  }

  .serve .right-content .left-box .more a {
    margin: 0 auto;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .serve .right-content .right-box {
    width: 100%;
  }

  .serve .right-content .right-box .intro-box .left-intro {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 10px;
  }

  .serve .right-content .right-box .intro-box .right-intro {
    width: 100%;
    padding-left: 0;
  }

  .serve .right-content .loadingmore a {
    font-size: 14px;
  }

  .serve .right-content .serve-content {
    padding: 45px 0;
  }

  .serve .left-nav li a h3,
  .serve .right-content .right-box .pro-title h3 {
    margin-bottom: 0;
  }

  .serve .left-nav li a h3,
  .serve .right-content .right-box .pro-title h3 {
    font-size: 18px;
    line-height: 36px;
  }
}
.serve-detail .detail-box {
  width: 100%;
  margin: 80px 0 120px 0;
  border: 1px solid #dde2e6;
  border-radius: 24px;
  padding: 30px;
  display: flex;
}
.serve-detail .picture-box,
.serve-detail .detail-content {
  /* padding: 80px 0; */
}
.serve-detail .software-download {
  padding-left: 30px;
}
.serve-detail .picture-box {
  /* width: 17.95%; */
}

.serve-detail .picture-box .img-box {
  width: 130px;
  height: 130px;
  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.serve-detail .picture-box .img-box img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.serve-detail h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin: 0;
}
.serve-detail .software-flex {
  display: flex;
  border-top: 1px solid #dde2e6;
  margin-top: 131px;
}
.serve-detail .detail-content {
  /* width: 57.26%; */
  flex: 1;
  border-left: 1px solid #dde2e6;
  padding-left: 30px;
}

.serve-detail .detail-content h5 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
}

.serve-detail .detail-content p {
  /* text-align: center; */
  font-size: 16px;
  color: #999;
  overflow: hidden;

  display: block;
  white-space: wrap;
  margin: 15px 0;
}

.serve-detail .detail-content .software-edition,
.serve-detail .detail-content .software-intro,
.serve-detail .detail-content .software-info,
.serve-detail .detail-content .apply-pro,
.serve-detail .detail-content .software-download {
  padding-top: 40px;
}
.apply-pro {
  width: 33.33%;
  padding: 0 30px;
  border-right: 1px solid #dde2e6;
}
.software-info {
  width: 33.33%;
  padding-right: 30px;
  border-right: 1px solid #dde2e6;
}
.software-download {
  width: 33.33%;
}
.serve-detail .detail-content .software-info li {
  /* padding: 0 40px; */
}

.serve-detail .detail-content .software-info li:first-child {
  padding-left: 0;
  border-left: 0;
}

.serve-detail .detail-content .apply-pro ul {
}

.serve-detail .detail-content .apply-pro li a {
  text-decoration: none;
}

.serve-detail .detail-content .apply-pro li {
  width: 294px;
  height: 98px;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;

  border: 1px solid #dde2e6;
}

.serve-detail .detail-content .apply-pro li .img-box {
  width: 74px;
  height: 74px;
  line-height: 74px;
  margin-right: 10px;
}

.serve-detail .detail-content .apply-pro li .img-box img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.serve-detail .detail-content .apply-pro li p {
  text-align: center;
}

.serve-detail .software-download {
}

.serve-detail .software-download ul {
  margin: 30px 0;
}

.serve-detail .software-download li {
  width: 296px;
  height: 98px;

  border-radius: 20px;

  margin-bottom: 20px;
  border: 1px solid #dde2e6;
  padding: 6px 9px;
}

.serve-detail .software-download li:last-child {
  margin-bottom: 0;
}

.serve-detail .software-download li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.serve-detail .software-download li.ios {
  /* background-image: url("../images/iOS.png"); */
}

.serve-detail .software-download li.android {
  /* background-image: url("../images/android.png"); */
}

.serve-detail .software-download li.pc {
  /* background-image: url("../images/bg-pc.png"); */
}

.serve-detail .software-download li.wb {
  /* background-image: url("../images/bg-pc1.png"); */
}

.serve-detail .software-download li .img-box {
  width: 74px;
  height: 74px;
  line-height: 74px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .serve-detail .software-download li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.serve-detail .software-download li .info-box h6 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  font-family: "Arial";
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.serve-detail .software-download li .info-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  font-family: "Arial";
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.serve-detail .software-download .download-code {
  width: 310px;

  padding: 31px 46px;
  border-radius: 20px;
  border: 1px solid #dde2e6;
}

.serve-detail .software-download .download-code p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.serve-detail .software-download .download-code p:last-child {
  font-size: 16px;
  color: #878787;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .serve-detail .software-download li {
    width: 269px;
    padding: 10px 0;
    padding-left: 0px;
    background-size: 45px;
    background-position: 18px center;
  }

  .serve-detail .software-download li .info-box h6 {
    font-size: 20px;
  }

  .serve-detail .software-download li .info-box p {
    font-size: 14px;
  }

  .serve-detail .software-download .download-code {
    width: 200px;
  }

 
}

@media (max-width: 1200px) {
  .serve-detail h3 {
    font-size: 20px;
  }

  .serve-detail .detail-content .software-edition,
  .serve-detail .detail-content .software-intro,
  .serve-detail .detail-content .software-info,
  .serve-detail .detail-content .apply-pro {
    margin-top: 20px;
    padding-top: 0;
  }
.apply-pro, .software-info,.software-download  {
    width: 100%;
  }

  .serve-detail .detail-content p {
    font-size: 14px;
  }

  .serve-detail .software-download li {
    /* width: 100%; */
    background-size: 32px;
  }

  .serve-detail .software-download li .info-box h6 {
    font-size: 18px;
  }

  .serve-detail .software-download .download-code {
    width: 180px;
  }

  

  .serve-detail .software-download .download-code p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .serve-detail .detail-box {
    flex-direction: column;
    margin: 20px 0 40px 0;
    padding: 20px;
  }
  .serve-detail .software-flex {
    margin-top: 40px;
    flex-direction: column;
  }

  .serve-detail .detail-content .software-info li {
   
    padding-left: 0;
    border-left: 0;
  }
  .apply-pro {
    padding: 0;
    border: none;
     width: 100%;
  }
  .software-info {
    border: none;
     width: 100%;
  }
  .software-download {
   width: 100%;
    padding: 0;
  }
  .serve-detail .software-download{
    padding: 0;
  }
  .serve-detail .software-download .download-code{
    width: 310px;
    margin: 0 auto;
  }
  .serve-detail .detail-content {
    border: none;
    
  }
  .serve-detail {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .serve-detail .detail-content .apply-pro ul {
    padding: 20px 0px;
    padding-bottom: 0;
  }

  .serve-detail .software-download li {
    float: left;
    margin-right: 30px;
  }

  .serve-detail .software-download li:last-child {
    margin-right: 0;
  }

  .serve-detail .software-download ul {
    margin: 30px 0;
  }

  .serve-detail .picture-box .img-box {
    margin: 0 auto;
  }

  .serve-detail h3 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .serve-detail .detail-box {
    flex-direction: column;
    margin: 20px 0 40px 0;
    padding: 20px;
  }
  .serve-detail .software-flex {
    margin-top: 40px;
    flex-direction: column;
  }

  .serve-detail .detail-content .software-info li {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .apply-pro {
    padding: 0;
    border: none;
    width: 100%;
  }
  .software-info {
    border: none;
    width: 100%;
  }
  .software-download {
    width: 100%;
  }

  

  .serve-detail .detail-content .apply-pro li .img-box {
    /* margin: 0 auto; */
  }

  .serve-detail .detail-content .apply-pro li p {
    text-align: center;
    margin: 20px 0;
  }

  .serve-detail h3 {
    font-size: 18px;
  }

  .serve-detail .picture-box,
  .serve-detail .detail-content,
  .serve-detail .software-download {
    padding-top: 20px;
  }
  .serve-detail .detail-content {
    border: none;
  }
  .serve-detail .detail-content {
    padding-top: 30px;
  }

  .serve-detail .software-download .download-code {
    display: none;
  }

  .serve .right-content .right-box .pro-content .swiper-slide {
    width: 25%;
  }
}

@media (max-width: 550px) {
  .serve-detail .software-download li {
    width: 100%;
    padding: 8px 0;

    background-size: 26px;
  }

  .serve-detail .software-download li .info-box h6 {
    font-size: 14px;
  }

  .serve-detail .software-download li .info-box p {
    font-size: 12px;
  }

  .serve-detail .software-download li {
    margin-right: 10px;
  }

  .serve-detail .software-download .download-code {
    width: 150px;
  }

  .serve-detail .detail-content .apply-pro li {
    width: 100%;
  }

  .serve-detail .detail-content .apply-pro ul {
    padding: 30px 0;
  }

  .serve .right-content .right-box .pro-content .swiper-slide {
    width: 33.33%;
  }
}
