/* banner */
.banner {
  height: 340px;
  width: 100%;
  text-align: center;
  margin-top: 56px;
  display: table;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  max-width: 1200px;
  margin: 0px auto;
}

.banner-content {
}

.banner-content-title {
  font-size: 54px;
}

.banner-content-description {
  font-size: 30px;
  margin-top: 30px;
}

/* summary */
.summary {
  width: 100%;
  background-color: white;
}

.summary-content {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  padding: 60px 125px;
}

.summary-content-title {
  font-size: 38px;
  color: #4e5960;
}

.summary-content-description {
  font-size: 20px;
  line-height: 32px;
  color: #333;
}

/* wrapper */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  box-sizing: border-box;
}

.layout-slider {
  /* max-width: 190px;
  min-width: 190px; */
  flex: 0 0 190px;
  width: 190px;

  position: relative;
  min-width: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.layout-main {
  min-height: 120px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-height: 0;
  box-sizing: border-box;
}

/* tabs */
.tabs-nav {
  display: table;
  background-color: #fff;
  margin: 0 auto;
}

.tab {
  color: #333333;
  font-size: 18px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;

  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

.tab + .tab {
  margin-left: 125px;
}

.tabs-content {
  background-color: #f2f2f2;
}

.tabs-tabpane {
  display: none;
}

.tabs[data-active="1"] .tab:nth-of-type(1) {
  color: #ffa303;
  border-bottom: 1px solid #ffa303;
}

.tabs[data-active="1"] .tabs-tabpane:nth-of-type(1) {
  display: block;
}

.tabs[data-active="2"] .tab:nth-of-type(2) {
  color: #ffa303;
  border-bottom: 1px solid #ffa303;
}

.tabs[data-active="2"] .tabs-tabpane:nth-of-type(2) {
  display: block;
}

.tabs[data-active="3"] .tab:nth-of-type(3) {
  color: #ffa303;
  border-bottom: 1px solid #ffa303;
}

.tabs[data-active="3"] .tabs-tabpane:nth-of-type(3) {
  display: block;
}
.tabs[data-active="4"] .tab:nth-of-type(4) {
  color: #ffa303;
  border-bottom: 1px solid #ffa303;
}

.tabs[data-active="4"] .tabs-tabpane:nth-of-type(4) {
  display: block;
}

.tabs[data-active="5"] .tab:nth-of-type(5) {
  color: #ffa303;
  border-bottom: 1px solid #ffa303;
}

.tabs[data-active="5"] .tabs-tabpane:nth-of-type(5) {
  display: block;
}

/* 左右导航模式 */
.left-nav {
  position: sticky;
  padding: 30px 0 1px 0;
  top: 0px;
}

.left-nav-item {
  width: 100%;
  height: 32px;
  line-height: 32px;
  clear: both;
  color: #333;
  font-size: 18px;
  text-align: center;
  margin: 50px 0;
  position: relative;
  cursor: pointer;
}

.left-nav-cursor {
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  right: -7px;
  top: 10px;
  background: url(https://res.waiqin365.com/d/official/wq/78/point.png)
    no-repeat 0 0;
}

.left-nav-item.active {
  color: #ff5b21;
}

.left-nav-item.active .left-nav-cursor {
  width: 38px;
  height: 25px;
  background-position: -15px 0;
  top: 5px;
  right: -13px;
}

.main {
  width: 836px;
  padding: 0 79px 100px 84px;
  border-left: 1px solid #e9e9e9;
}

.article-title {
  font-size: 40px;
  color: #333;
  border-bottom: 1px solid #e9e9e9;
  line-height: 84px;
  font-weight: 400;
}

.article-paragraph-title {
  font-size: 22px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
}

.article-paragraph {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  margin-top: 26px;
}

/* 页面-解决方案 */
.page343-section {
  padding-bottom: 30px;
}

.page343-section-img-box {
  display: inline-block;
  padding-top: 30px;
}

.page343-section-img {
  width: 560px;
  height: 240px;
}

.page343-section-caption {
  font-size: 26px;
  color: #333333;
  margin: 15px 0 0 0;
  text-align: center;
}

.page343-section-sndcaption {
  font-size: 16px;
  color: #888888;
  margin: 5px 0 0 0;
  line-height: 1.5;
  text-align: center;
}

/* 关于页面 */
.about-map {
  display: block;
  position: relative;
  width: 694px;
  height: 573px;
  margin: 0 auto;
  background-image: url(https://res.waiqin365.com/d/official/wq/78/map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-map-nanjing {
  position: absolute;
  top: 293px;
  right: 209px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.about-map-pop {
  position: absolute;
  left: 261px;
  top: 58px;
  max-width: 440px;
  font-size: 13px !important;
  color: #4f5051 !important;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;

  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.pop-arrow-bottom {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 16px;
  height: 15px;
  background-image: url(https://res.waiqin365.com/d/official/wq/78/pop-arrow-bottom.png);
}

.panel-title {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 18px;
  color: #ff9008;
  font-size: 16px;
}

.panel-paragraph {
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 13px;
  color: #4f5051;
  word-break: break-all;
}

.panel-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  cursor: pointer;
}

/* 定价页面 */
.tbl-section {
  width: 100%;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.tbl-section.even {
  background-color: #f2f5f7;
}

.tbl-section .section-wrapper {
  height: auto;
}

.tbl-section-headline {
  font-size: 46px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.tbl-section-subline {
  font-size: 20px;
  color: rgb(124, 124, 124);
  margin-top: 16px;
  margin-bottom: 55px;
  text-align: center;
}

.tbl {
  display: table;
  border: 1px solid #d3dde0;
  margin-bottom: 15px;
  width: 100%;
}

.tbl-cell {
  display: table-cell;
  border-right: 1px solid #d3dde0;
  vertical-align: middle;
  background-color: #fff;
  box-sizing: border-box;
}

.tbl-cell:last-child {
  border-right: 0;
}

.tbl-cell-caption {
  color: #333;
  background-color: #fafbfc;
}

.tbl-cell-block {
  width: 200px;
}

.tbl-cell-content {
  padding: 35px 20px;

  font-size: 15px;
  color: #666;
}

.tbl-cell-ul {
  margin-left: 18px;
}

.tbl-cell-ul li {
  color: #666;
  margin-bottom: 13px;
}

.tbl-cell-content-title {
  padding: 10px 0;
}

.tbl-cell-content-paragraph {
  margin-bottom: 20px;
}

.table {
  table-layout: fixed;
  margin-bottom: 15px;
  border-left: 1px solid #d3dde0;
  border-bottom: 1px solid #d3dde0;
}

.table td {
  box-sizing: border-box;
}

.table-cell {
  border-right: 1px solid #d3dde0;
  border-top: 1px solid #d3dde0;
}

.table-cell-caption {
  background-color: #fafbfc;
}

.table-cell-block {
  width: 200px;
}

.table-cell-content {
  padding: 35px 20px;

  font-size: 15px;
  color: #666;
}

.tbl a,
.table a {
  line-height: 24px;
}

/* 产品定价页面底部四块 */
.page-313-grid {
  display: table;
}

.page-313-grid-cell {
  display: table-cell;
  width: 25%;
  text-align: center;
  padding: 0 35px;
}

.page-313-grid-cell-icon {
  width: 110px;
  height: 110px;
  margin-top: 30px;
}

.page-313-grid-cell-caption {
  font-size: 22px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-313-grid-cell-sndcaption {
  font-size: 14px;
  color: #666;
  text-align: left;
  margin-bottom: 0;
}

.page-313-card {
  display: table;
  background-color: #fff;
  position: relative;
  border: 1px solid #d3dde0;
  width: 100%;
  vertical-align: middle;
  height: 115px;
}

.page-313-card-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-313-card-icon {
  width: 380px;
  text-align: center;
}

.page-313-card-caption {
  font-size: 20px;
  color: #333;
}

.page-313-card-sndcaption {
  margin-top: 10px;
}

/* 企业微信版 */
.page293-banner {
  display: table;
  width: 100%;
  height: 345px;
  text-align: center;
  background: url("https://res.waiqin365.com/d/official/wq/293/banner.jpg")
    no-repeat center center;
  margin-top: 57px;
}

.page293-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
}

.banner-content-title {
  font-size: 54px !important;
  line-height: 1;
  margin: 0;
}

.page293-anner-content-description {
  font-size: 40px;
  line-height: 1;
  margin: 0;
}

.page293-section2 {
  height: 180px;
  width: 100%;
  background-color: #fff;
}

.page293-section2-content {
  width: 1100px;
  margin: 0 auto;
}

.page293-section2-content p {
  padding: 50px 100px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

.page293-section3 {
  width: 100%;
  height: 414px;
  background-color: #f2f4f7;
}

.page293-section3-content {
  width: 1100px;
  margin: 0 auto;
  padding-top: 70px;
}

.page293-section3-content-box {
  display: table;
  width: 700px;
  margin: 0 auto;
}

.page293-section3-content-box-left {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 340px;
  height: 274px;
  background-color: #fff;
  border-radius: 10px;
}

.page293-section3-content-box-left .logo-wq {
  width: 66px;
  height: 66px;
}

.page293-section3-content-box-left p,
.page293-section3-content-box-right p {
  color: #000;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 1.45rem;
}

.page293-section3-content-box-left a,
.page293-section3-content-box-right a {
  width: 200px;
}

.page293-section3-content-box-right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 340px;
  height: 274px;
  background-color: #fff;
  border-radius: 10px;
}

.page293-section3-content-box-right .logo-wq-wechat {
  width: 162px;
  height: 66px;
}

.page293-section4-1 {
  width: 100%;
  margin-top: 50px;
}

.page293-section4-1-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

.page293-section4-1-content ul {
  list-style-position: outside;
  list-style-image: none;
  margin-left: 0;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.45rem;
}

.page293-section4-1-content ul li {
  display: inline-block;
  margin-right: 50px;
}

.page293-section4-1-content ul li:nth-child(4) {
  margin-right: 0px;
}

.page293-section4-2 {
  width: 100%;
  margin-top: 50px;
}

.page293-section4-2-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

.page293-section4-2-content ul {
  list-style-position: outside;
  list-style-image: none;
  margin-left: 0;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.45rem;
}

.page293-section4-2-content ul li {
  display: inline-block;
  margin-right: 50px;
}

.page293-section4-2-content ul li:nth-child(4) {
  margin-right: 0px;
}

.page293-section4-3 {
  width: 100%;
  margin-top: 50px;
}

.page293-section4-3-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

.page293-section4-3-content ul {
  list-style-position: outside;
  list-style-image: none;
  margin-left: 0;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.45rem;
}

.page293-section4-3-content ul li {
  display: inline-block;
  margin-right: 50px;
}

.page293-section4-3-content ul li:nth-child(4) {
  margin-right: 0px;
}

/*  */
.page293-section4-4 {
  width: 100%;
  margin-top: 50px;
}

.page293-section4-4-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

.page293-section4-4-content ul {
  list-style-position: outside;
  list-style-image: none;
  margin-left: 0;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.45rem;
}

.page293-section4-4-content ul li {
  display: inline-block;
  margin-right: 50px;
}

.page293-section4-4-content ul li:nth-child(4) {
  margin-right: 0px;
}

/*  */
.page293-section4-5 {
  width: 100%;
  margin-top: 50px;
}

.page293-section4-5-content {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

.page293-section4-5-content ul {
  list-style-position: outside;
  list-style-image: none;
  margin-left: 0;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.45rem;
}

.page293-section4-5-content ul li {
  display: inline-block;
  margin-right: 50px;
}

.page293-section4-5-content ul li:nth-child(4) {
  margin-right: 0px;
}

.page309-banner-title {
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

.page309-banner {
  width: 100%;
  height: 340px;
  text-align: center;
  margin-top: 56px;
  background: url("../images/309-banner.png") no-repeat center center;
  background-size: cover;
  display: table;
  color: #fff;
}

.page309-banner-btn {
  display: inline-block;
  width: 124px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #ff9008;
  color: #fff;
  font-size: 18px;
  border-radius: 23px;
  text-decoration: none;
}

.page309-saas {
  padding-bottom: 70px;
  width: 100%;
  background-color: #f2f4f7;
}

.page309-saas-box {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  text-align: center;
  padding-top: 50px;
}

/* .page309-saas-content {
  display: table;
  margin: 0 auto;
  padding-top: 70px;
  vertical-align: middle;
  display: table-cell;
} */

.page309-saas-icon {
  width: 150px;
  height: 90px;
  margin-bottom: 20px;
}

.page309-saas-title {
  font-size: 24px;
  color: rgb(26, 26, 26);
  margin-bottom: 15px;
  line-height: 1.4;
}

.page309-saas-title-con {
  font-size: 16px;
  color: rgb(128, 128, 128);
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}

.page309-advantage {
  padding-bottom: 70px;
  width: 100%;
}

.page309-grid-area {
  display: flex;
  margin-top: 50px;
}

.page309-grid {
  flex: 1;
  text-align: center;
}

.page309-section-wrapper {
  width: 1100px;
  margin: 0 auto;
  padding: 0 100px 70px 100px;
  box-sizing: border-box;
}

.page309-advantage-con {
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
  text-indent: 2em;
  padding: 0 20px;
}

.page62-banner-wrapper {
  width: 1200px;
  margin: 0 auto;
  height: 559px;
  text-align: left;
  position: relative;
}

.page62-banner-title {
  background: none;
  color: #f4bf35;
  font-size: 65px;
  font-weight: 800;
  line-height: 72px;
  width: 935px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  animation-name: uptodown;
  animation-delay: 0ms;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes uptodown {
  0% {
    opacity: 0;
    top: 0px;
  }

  100% {
    opacity: 1;
    top: 100px;
  }
}

.page62-banner-description {
  width: 935px;
  left: 0;
  right: 0;
  margin: auto;
  color: "#FFF";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  animation-name: downtoup;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  opacity: 0;
}

.page62-banner-description i {
  width: 740px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.46);
  position: relative;
  bottom: 0;
}

@keyframes downtoup {
  0% {
    opacity: 0;
    bottom: 0px;
  }

  100% {
    opacity: 1;
    bottom: 300px;
  }
}

.page62-banner-con {
  width: 935px;
  left: 0;
  right: 0;
  margin: auto;
}

.page62-banner-con-ul {
  position: absolute;
  top: 330px;
  width: 187px;
  text-align: center;
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  opacity: 0;
}

.page62-banner-con-ul p {
  font-size: 26px;
  margin-bottom: 30px;
}

.page62-banner-con-ul ul li {
  list-style: none;
}

.page62-ul1 {
  animation-name: lefttoright1;
}

.page62-ul2 {
  animation-name: lefttoright2;
}

.page62-ul3 {
  left: 506px;
  animation-name: nowtonow;
}

.page62-ul4 {
  animation-name: righttoleft2;
}

.page62-ul5 {
  animation-name: righttoleft1;
}

@keyframes lefttoright1 {
  0% {
    opacity: 0;
    left: 0px;
  }

  100% {
    opacity: 1;
    left: 133px;
  }
}

@keyframes lefttoright2 {
  0% {
    opacity: 0;
    left: 0px;
  }

  100% {
    opacity: 1;
    left: 321px;
  }
}

@keyframes nowtonow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes righttoleft1 {
  0% {
    opacity: 0;
    right: 0px;
  }

  100% {
    opacity: 1;
    right: 133px;
  }
}

@keyframes righttoleft2 {
  0% {
    opacity: 0;
    right: 0px;
  }

  100% {
    opacity: 1;
    right: 321px;
  }
}

.page322-banner {
  display: table;
  width: 100%;
  height: 345px;
  text-align: center;
  background: url("http://cms.waiqin365.com/p/assets/images/322/banner.jpg")
    no-repeat center center;
  margin-top: 57px;
}

.page322-section3 {
  width: 100%;
  height: 548px;
}

.page322-section3-bgc {
  width: 100%;
  height: 548px;
  background-color: #f2f4f7;
}

.page322-section3-content {
  width: 1000px;
  margin: 0 auto;
  /* padding-top: 70px; */
  height: 548px;
}

.page322-section3-content-word-left {
  /* width: 480px; */
  display: table-cell;
  vertical-align: middle;
  padding-right: 120px;
  /* display: inline-block; */
  /* height: 100%; */
}

.page322-section3-content-word-right {
  /* width: 480px; */
  display: table-cell;
  vertical-align: middle;
  padding-left: 120px;
  /* display: inline-block; */
  /* height: 100%; */
}

.page322-section3-content-word-title {
  line-height: 1.5;
  color: #333;
  font-size: 30px;
  margin-bottom: 20px;
}

.page322-section3-content-word-words {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.8;
}

.page322-section3-content-word-btn {
  display: inline-block;
  width: 124px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #ff9008;
  color: #fff;
  font-size: 18px;
  border-radius: 23px;
  text-decoration: none;
}

.page322-section3-content-pic {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.page322-section4 {
  width: 100%;
  background-color: #f2f4f7;
  padding: 50px 0;
}

.page322-section4-content {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

.page322-section5 {
  width: 100%;
  padding: 80px 0 50px 0;
}

.page322-section5-content {
  margin: 0 auto;
  width: 1000px;
}

.page322-section5-content-p {
  font-size: 30px;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
}

.page322-section5-content-flex {
  display: flex;
}

.page322-section5-content-box {
  flex: 1;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@font-face {
  font-family: iconfont;
  src: url(../font/84aa7e7efbf3f5a6769ff3ab7110172d.ttf);
  src: url(../font/84aa7e7efbf3f5a6769ff3ab7110172d.ttf)
      format("embedded-opentype"),
    url(../font/84aa7e7efbf3f5a6769ff3ab7110172d.ttf) format("truetype"),
    url(/p/v3/assets/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 云财务 */
/* 企业微信版 */
.page360-banner {
  display: table;
  width: 100%;
  height: 345px;
  text-align: center;
  background: url("http://cms.waiqin365.com/p/assets/images/360/bg.png")
    no-repeat center center;
  margin-top: 57px;
}

.page360-section2-content {
  width: 1100px;
  margin: 0 auto;
}

.page360-section2-content p {
  padding: 50px 216px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
