﻿* {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

body .index {
  font-size: 0.14rem;
  margin-top: 0.56rem;
  font-family: PingFangSC-Heavy, PingFang SC;
}

body .index .tit {
  font-size: 0.2rem;
  font-weight: 500;
  color: #212121;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.32rem;
}

body .index .m-jdy-width {
  margin: 0 0.16rem;
}

body .index p {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHeiUI;
  color: #666666;
  line-height: 20px;
}

body .index .banner {
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .index .banner dl {
  width: 100%;
  margin-top: 0.24rem;
  margin-bottom: 0.20rem;
}

body .index .banner dl dt {
  text-align: center;
  margin-top: 0.08rem;
  font-size: 0.2rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 0.28rem;
}

body .index .banner dl dd {
  margin-top: 0.08rem;
  padding: 0 0.24rem;
  text-align: center;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 0.17rem;
}

body .index .stellar {
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
}

body .index .invoicing {
  background: url("../images/banner.png") no-repeat center;
  background-size: cover;
}

body .index .accounting {
  background: url("../images/banner.png") no-repeat center;
  background-size: cover;
}

body .index .block {
  overflow: hidden;
  background: #F4F8FB;
}

body .index .block .video {
  margin-top: 0.24rem;
  height: 1.90rem;
  overflow: hidden;
}

body .index .block .video .video-img {
  position: relative;
  height: 100%;
  width: 100%;
}

body .index .block .video .video-img .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .index .block .video .video-img .video-btn img {
  border: 0;
  display: inline-block;
}

body .index .block .video .video-img .video-btn a {
  display: block;
  position: relative;
}

body .index .block .video .video-img .video-btn img {
  position: relative;
  z-index: 2;
  width: 0.52rem;
}

body .index .block .video .video-img .video-btn a:before {
  position: absolute;
  border-radius: 50%;
  content: '';
  width: 0.64rem;
  height: 0.64rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.23;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .index .block .video .stellar-video {
  background: url("../images/video.jpg") no-repeat center;
  background-size: cover;
}

body .index .block .video .invoicing-video {
  background: url("../images/video.jpg") no-repeat center;
  background-size: cover;
}

body .index .block .video .accounting-video {
  background: url("../images/video.jpg") no-repeat center;
  background-size: cover;
}

body .index .block .video video {
  width: 100%;
  height: 100%;
}

#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup1 .video-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
  width: 100%;
    /* height: 3.3rem; */
}

#videoPopup1 .video-box .close {
  position: absolute;
  right: 0.60rem;
  top: 0.0rem;
  width: 0.20rem;
  height: 0.2rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  z-index: 1123;
}

#videoPopup1 .video-box .close span {
  font-size: 0.16rem;
  line-height: 0.40rem;
  color: #fff;
}

#videoPopup1 .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
body .index .block .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-div{ display: flex;justify-content: space-evenly;}
body .index .block .card-content:last-child {
  padding-bottom: 0.48rem;
}

body .index .block .card-content .card {
  background: #FFFFFF;
  margin-top: 0.16rem;
  -webkit-box-shadow: 0px 8px 19px 0px rgba(203, 207, 215, 0.5);
          box-shadow: 0px 8px 19px 0px rgba(203, 207, 215, 0.5);
  border-radius: 2px;
}

body .index .block .card-content .card dl {
  position: relative;
  padding: 0.24rem 0.16rem;
  margin-bottom: 0;
}

body .index .block .card-content .card dl dt {
  display: inline-block;
  font-size: 0.16rem;
  color: #212121;
  line-height: 0.22rem;
  font-weight: bold;
}

body .index .block .card-content .card dl dd {
  margin-top: 0.08rem;
  font-size: 0.11rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.18rem;
}

body .index .block .card-content .card dl .atr-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.11rem;
  line-height: 0.18rem;
  color: #666666;
  margin-top: 0.08rem;
  margin-right: 0.16rem;
}

body .index .block .card-content .card dl .atr-box .atr {
  display: inline-block;
  margin-bottom: 4px;
}

body .index .block .card-content .card dl .atr-box .atr:before {
  content: '';
  display: inline-block;
  background: url("../images/check.png");
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  background-size: cover;
}

body .index .block .card-content .card dl .atr-box .atr-25 {
  width: 25%;
}

body .index .block .card-content .card dl .atr-box .atr-33 {
  width: 33.3%;
}

body .index .block .card-content .card dl .atr-box .atr-50 {
  width: 50%;
}

body .index .block .card-content .card dl .atr-box .atr-75 {
  width: 75%;
}

body .index .block .card-content .card .more {
  float: right;
  font-size: 0.11rem;
  font-weight: 400;
  margin-top: 0.03rem;
}

body .index .block .card-content .card .more a {
  color: #2386EE;
  text-decoration: none;
}

body .index .block .card-content .card .more a:link {
  text-decoration: none;
}

body .index .block .card-content .card .more a:visited {
  text-decoration: none;
}

body .index .block .card-content .card .more a:hover {
  text-decoration: none;
}

body .index .block .card-content .card .more a:active {
  text-decoration: none;
}

body .index .block .card-content .card .more:after {
  content: '';
  display: inline-block;
  background: url("../images/arrow.png");
  width: 16px;
  height: 16px;
  vertical-align: top;
  background-size: cover;
}

body .index .block .card-content .open-button {
  display: inline-block;
  font-size: 0.12rem;
  color: #212121;
  margin: auto;
  margin-top: 0.16rem;
  cursor: pointer;
}

body .index .block .card-content .close-button {
  display: inline-block;
  font-size: 0.12rem;
  color: #212121;
  margin: auto;
  margin-top: 0.16rem;
  cursor: pointer;
}

body .index .block .card-content .card-lan {
  border-left: #2386EE 0.02rem solid;
}

body .index .block .card-content .card-zi {
  border-left: #A679FD 0.02rem solid;
}

body .index .block .card-content .card-qianlan {
  border-left: #29CDFE 0.02rem solid;
}

body .index .block .card-content .more-button {
  display: inline-block;
  background: url("../images/arrow-down.png");
  background-size: cover;
  width: 0.16rem;
  height: 0.16rem;
  vertical-align: top;
}

body .index .block .card-content .rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

body .index .solution .box-content {
  margin-top: 0.24rem;
}

body .index .solution .box-content .box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 19px 0px rgba(203, 207, 215, 0.5);
          box-shadow: 0px 8px 19px 0px rgba(203, 207, 215, 0.5);
  margin-bottom: 0.16rem;
}

body .index .solution .box-content .box p {
  padding: 0 0.16rem;
}

body .index .solution .box-content .box p .num {
  font-family: PingFangSC-Heavy, PingFang SC;
  font-size: 0.32rem;
  font-weight: 800;
  color: #2386EE;
  line-height: 0.6rem;
}

body .index .solution .box-content .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0.24rem 0.24rem 0;
}

body .index .solution .box-content .logo-box dl {
  width: 1.9rem;
  margin: 0.10rem 0 0;
}

body .index .solution .box-content .logo-box dl dt {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  color: #212121;
  line-height: 0.28rem;
  font-size: 0.20rem;
}

body .index .solution .box-content .logo-box dl dd {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.20rem;
}

body .index .solution .box-content .logo {
  width: 1.8rem;
  height: 0.43rem;
  margin: 0.24rem auto;
}

body .index .solution .box-content .standard {
  background: url(../images/d1.png) no-repeat center;
  background-size: contain;
}

body .index .solution .box-content .master {
  background: url(../images/d2.png) no-repeat center;
  background-size: contain;
}

body .index .solution .box-content .invoicing {
  display: inline-block;
  width: 0.63rem;
  height: 0.63rem;
  margin: 0;
  background: url(../images/logo.png) center no-repeat;
  background-size: contain;
}

body .index .solution .box-content .accounting-logo1 {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin: 0;
  background: url(../images/logo2.png) center no-repeat;
  background-size: contain;
  margin-top: 0.12rem;
}

body .index .solution .box-content .accounting-logo2 {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin: 0;
  background: url(../images/logo1.png) center no-repeat;
  background-size: contain;
  margin-top: 0.12rem;
}

body .index .solution .box-content .box-qianlan {
  border-top: #29CDFE 0.02rem solid;
}

body .index .solution .box-content .box-lan {
  border-top: #2386EE 0.02rem solid;
}

body .index .solution .box-content .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body .index .solution .more {
  text-align: center;
  font-size: 0.12rem;
  line-height: 0.17rem;
  font-weight: 400;
  margin: 0.16rem 0 0.48rem 0;
}

body .index .solution .more a {
  display: inline-block;
  color: #2386EE;
  text-decoration: none;
}

body .index .solution .more a:after {
  content: '';
  display: inline-block;
  background: url("../images/arrow.png");
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  background-size: cover;
}

body .index .case {
  overflow: hidden;
  background: #F4F8FB;
}

body .index .case .swiper-pagination {
  bottom: 0.38rem;
}

body .index .case .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #B2B2B2;
  border-radius: 3px;
  opacity: 0.3;
}

body .index .case .swiper-pagination .swiper-pagination-bullet-active {
  background: #2386EE;
  width: 20px;
  opacity: 1;
}

body .index .case .box {
  -webkit-box-shadow: 0px 8px 19px 0px rgba(203, 207, 215, 0.5);
          box-shadow: 0px 8px 19px 0px rgba(203, 207, 215, 0.5);
  border-radius: 4px;
  background: #ffffff;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  margin-top: 0.12rem;
  margin-bottom: 0.7rem;
}

body .index .case .box img {
  height: 1.81rem;
  width: 100%;
}

body .index .case .box dl {
  position: relative;
  padding: 0.16rem;
}

body .index .case .box dl dt {
  display: inline-block;
  font-size: 0.16rem;
  color: #212121;
  line-height: 0.30rem;
  font-weight: 400;
}

body .index .case .box dl dd {
  font-size: 0.11rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.22rem;
}

body .index .case .box .item {
  display: inline-block;
  font-size: 0.11rem;
  line-height: 0.22rem;
  margin: 0.08rem 0;
}

body .index .case .box .item .title {
  color: #666666;
}

body .index .case .box .item .name {
  color: #999999;
}

body .index .case .box .last {
  margin-left: 0.24rem;
}

body .index .question {
  margin-bottom: 0.48rem;
}

body .index .question .collapse-con {
  height: auto;
  margin-top: 0.22rem;
}

body .index .question .collapse-con .major-box {
  position: relative;
  border-bottom: solid 1px #cccccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body .index .question .collapse-con .major-box .arrow {
  background: url("../images/arrow-down.png");
  background-size: cover;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  right: 0;
  top: 0.18rem;
}

body .index .question .collapse-con .major-box .rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

body .index .question .collapse-con .major-box span {
  display: inline-block;
  font-size: 0.16rem;
  font-weight: 800;
  color: #212121;
  line-height: 0.22rem;
  margin: 0.17rem 0;
}

body .index .question .collapse-con .major-box .children {
  display: none;
}

body .index .question .collapse-con .major-box .children .question-con {
  margin: -0.02rem 0 0.24rem 0;
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
}

body .index .question .collapse-con .major-box .active {
  display: inline-block;
}

body .index #popLayer {
  display: none;
  background-color: #B3B3B3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

body .index #popBox {
  display: none;
  background-color: #FFFFFF;
  z-index: 11;
  width: 3.34rem;
  position: fixed;
  top: 15%;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 0.04rem;
}

body .index #popBox .tit {
  font-size: 0.16rem;
  font-weight: 800;
  line-height: 0.24rem;
  margin-top: 0.2rem;
}

body .index #popBox .close {
  text-align: right;
  margin-right: 0.16rem;
  margin-top: 0.16rem;
  background-color: #F8F8F8;
}

body .index #popBox .close a {
  text-decoration: none;
  color: #2D2C3B;
}

body .index #popBox .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.26rem 0.16rem 0.26rem;
}

body .index #popBox .content .scroll {
  width: 100%;
  height: 2.74rem;
  border: 1px solid #e5e5e5;
  overflow: scroll;
  border-top: none;
}

body .index #popBox .content span {
  display: inline-block;
  width: 0.16rem;
  height: 0.4rem;
  margin-right: 0.12rem;
}

body .index #popBox .content .all {
  background: url("../images/sup-all.png") center no-repeat;
  background-size: contain;
}

body .index #popBox .content .no {
  background: url("../images/sup-no.png") center no-repeat;
  background-size: contain;
}

body .index #popBox .content .part {
  background: url("../images/sup-part.png") center no-repeat;
  background-size: contain;
}

body .index #popBox .content .table-line {
  position: relative;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #FFFFFF;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
  padding: 0 0.20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .index #popBox .content .table-line .txt {
  display: inline-block;
  font-weight: 500;
}

body .index #popBox .content .table-line .check {
  position: absolute;
  left: 50%;
}

body .index #popBox .content .table-line:nth-last-child(1) {
  border-bottom: none;
}

body .index #popBox .content .fix {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

body .index #popBox .content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.12rem;
}

body .index #popBox .content .header .header-box {
  display: inline-block;
}

body .index #popBox .content .header .header-box img {
  width: 0.16rem;
  height: 0.16rem;
}

body .index #popBox .know {
  height: 0.48rem;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

body .index #popBox .know button {
  background-color: #FFFFFF;
  font-size: 0.16rem;
  font-weight: 400;
  color: #276FF5;
  line-height: 0.44rem;
}

body .index .btn {
  display: inline-block;
  width: 1.48rem;
  height: 0.40rem;
  line-height: 0.26rem;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 0.24rem;
}

body .index .btn-banner {
  display: inline-block;
  width: 0.76rem;
  height: 0.26rem;
  font-size: 0.12rem;
  line-height: 0.26rem;
  border-radius: 2px;
  text-align: center;
  margin: 0 0.09rem 0.24rem;
}

body .index .btn-blue {
  color: #FFFFFF;
  background: #2386EE;
}

body .index .btn-white {
  color: #212121;
  border: 1px solid #CCCCCC;
}

body .index .btn-linear {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#0068DD), to(#00AEEE));
  background: linear-gradient(90deg, #0068DD 0%, #00AEEE 100%);
}

body .index .btn-pure {
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

body .index a {
  text-decoration: none;
}

body .index a:link {
  text-decoration: none;
}

body .index a:visited {
  text-decoration: none;
}

body .index a:hover {
  text-decoration: none;
}

body .index a:active {
  text-decoration: none;
}