.pay-detail {
  font-family: MicrosoftYaHei;
  margin-bottom: 85px;
}

.bread-crumb {
  margin-top: 35px;
}

.bread-crumb a {
  color: #999;
  text-decoration: underline;
}

.bread-crumb a:hover {
  color: #fa9a00;
}

.bread-crumb .page-title {
  margin-left: 7px;
}

.bread-crumb .page-title i {
  font-style: normal;
  margin-right: 8px;
  color: #d1d1d1;
}

.bread-crumb .page-title span {
  color: #e9793f;
}

.app-detail .app-img img {
  width: 420px;
  height: 420px;
  background-color: #f7f7f7;
  margin: 12px 0 20px;
}

.app-detail .app-description {
  margin-left: 50px;
}

.app-detail .app-description h3 {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
}

.app-detail .app-description h4 {
  width: 752px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 15px;
}
.app-detail .app-description .app-description-title {
  position: relative;
}

.app-detail .app-description .order-money {
  width: 730px;
  height: 100px;
  line-height: 100px;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 20px;
}
.app-detail .app-description .order-money i {
  font-style: normal;
}
.app-detail .app-description .order-money .discount {
  color: #fe6d26;
  font-size: 24px;
  font-weight: bold;
}

.app-detail .app-description .order-money .discount span {
  font-weight: bold;
  font-size: 40px;
}

.app-detail .app-description .order-money .quota {
  color: #999999;
  font-size: 16px;
  margin-left: 20px;
  text-decoration: line-through;
}

.app-detail .app-description .explain li {
  color: #424242;
  position: relative;
  font-size: 16px;
  margin: 17px 50px 0 0;
}

.app-detail .app-description .explain li img {
  align-items: center;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.app-detail .product__package .time {
  color: #333333;
  font-size: 18px;
  margin: 26px 0 12px;
}
.app-detail .app-description .product__package .chose-order li {
  width: 230px;
  height: 60px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #dddddd;
  font-size: 18px;
  color: #666666;
  margin-right: 20px;
  cursor: pointer;
}
.app-detail .app-description .product__package .chose-order li .original {
  font-size: 14px;
}
.app-detail .app-description .product__package .chose-order li:last-child {
  margin-right: 0;
}
.app-detail .app-description .product__package ul li .discount-icon {
  position: absolute;
  top: -12px;
  right: -10px;
}
.app-detail .app-description .product__package .chose-order li .sale-logo {
  position: absolute;
  top: -12px;
  right: -20px;
}

.app-detail .product__package .chose-order li.active {
  border-color: #fe6d26;
  color: #fe6d26;
  font-weight: bold;
}
.app-detail .product__package .chose-order li.active .order-price p {
  color: #fe6d26;
  font-weight: bold;
}
.app-detail .product__package .chose-order .order-price {
  margin-bottom: 3px;
}
.app-detail .product__package .chose-order .order-price p {
  font-size: 14px;
  color: #333333;
}
.app-detail .product__package .chose-order .order-price p span {
  font-size: 18px;
}
.app-detail .product__package .chose-order .order-price .original {
  color: #999999 !important;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 10px;
}
.app-detail .product__package .chose-order li .explain {
  color: #666666;
  font-size: 14px;
}
.app-detail .product__package .chose-order li.active .explain {
  letter-spacing: 0px;
  color: #fe6d26;
}
.app-detail .service-description h3 {
  margin-top: 26px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.app-detail .service-description .explains.ban {
  color: #999999;
  font-size: 14px;
  width: 687px;
}

.app-detail .app-description .go-pay-btn {
  width: 320px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fe6d26;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  margin-top: 29px;
}

.app-detail .app-description .go-pay-btn:hover {
  background-color: #fe8a51;
  cursor: pointer;
}
.app-detail .app-description .go-pay-btn.ban {
  background: #dddddd;
  cursor: not-allowed;
}

.app-detail .app-description .go-pay-btn-again {
  width: 320px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fe6d26;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  margin-top: 29px;
}

.app-detail .app-description .go-pay-btn-again:hover {
  background-color: #fe8a51;
  cursor: pointer;
}
.app-detail .app-description .go-pay-btn-again.ban {
  background: #dddddd;
  cursor: not-allowed;
}

.shop-describe {
  margin-top: 76px;
  width: 1200px;
}

.shop-describe .shop-describe-title {
  font-weight: bold;
  font-size: 20px;
  color: #424242;
  position: relative;
}

.shop-describe .shop-describe-title::before {
  content: "";
  display: block;
  bottom: -12px;
  position: absolute;
  width: 1200px;
  height: 4px;
  background-color: #f7f7f7;
}

.shop-describe .shop-describe-title::after {
  content: "";
  display: block;
  bottom: -12px;
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #bbbbbb;
}

/* 购买须知 */

.shop-describe .purchase-instructions {
  width: 1200px;
  background-image: linear-gradient(221deg, #a7c3ff 0%, #b4ccfc 100%);
  border-radius: 20px;
  margin-top: 52px;
  box-sizing: border-box;
  padding: 56px 30px 50px;
  position: relative;
}

.shop-describe .purchase-instructions::after {
  content: "";
  top: 108px;
  position: absolute;
  width: 1140px;
  height: 1px;
  background-color: #b6d0ff;
}

.shop-describe .purchase-instructions .header {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.shop-describe .purchase-instructions .title {
  color: #3a414f;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 88px 0 37px;
}

.shop-describe .purchase-instructions ul li {
  width: 1140px;
  height: 154px;
  background-color: #d5e3fe;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px 30px;
}

.shop-describe .purchase-instructions ul li img.item-icon {
  margin-right: 20px;
}

.shop-describe .purchase-instructions ul li p,
.shop-describe .purchase-instructions ul li div {
  color: #3a414f;
  font-size: 20px;
}

.shop-describe .purchase-instructions ul li p.item-title {
  font-size: 24px;
  color: #3a414f;
  font-weight: bold;
  margin-bottom: 10px;
}

.shop-describe .purchase-instructions ul li .enterprise-wx {
  position: relative;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}

.shop-describe
  .purchase-instructions
  ul
  li
  .enterprise-wx:hover
  .enterprise-wx-dialog {
  display: block;
}

.shop-describe .purchase-instructions ul li .enterprise-wx::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 123px;
  height: 1px;
  background-color: #3a414f;
}

.shop-describe .purchase-instructions .enterprise-wx .enterprise-wx-dialog {
  position: absolute;
  width: 190px;
  height: 220px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #333333;
  padding-top: 10px;
  z-index: 2;
  top: 30px;
  left: -33px;
  display: none;
  text-align: center;
}

.shop-describe .purchase-instructions .enterprise-wx .enterprise-wx-dialog img {
  width: 170px;
  height: 170px;
}

.shop-describe .purchase-instructions .enterprise-wx .enterprise-wx-dialog p {
  font-size: 14px;
  margin-top: 5px;
}

/* 专业版+ */

.product-introduce {
  width: 1200px;
  padding-bottom: 80px;
  background-color: #f2f3f7;
  border-radius: 20px;
  text-align: center;
  margin-top: 60px;
}

.product-introduce .heade h3 {
  font-size: 48px;
  color: #3a414f;
  padding-top: 79px;
  margin: 0;
  font-weight: bold;
}

.product-introduce .heade img {
  margin-top: 45px;
}

.product-introduce .heade h4 {
  margin: 48px 0 50px;
  font-size: 24px;
  color: #3a414f;
  font-weight: normal;
}
.product-introduce .product-advantages ul {
  padding: 50px 79px 0 77px;
  width: 1140px;
  height: 264px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  margin: 0 auto;
}

.product-introduce .product-advantages li img {
  width: 120px;
  height: 120px;
}
.product-introduce .product-advantages li h4 {
  font-size: 24px;
  color: #3a414f;
  margin: 30px 0 10px;
  font-weight: bold;
}
.product-introduce .product-advantages li p {
  font-size: 20px;
  color: #3a414f;
  margin-top: 20px;
}

/* 产权对比表格 */

.product-introduce table {
  border: 1px solid #d0d6e4;
  width: 1140px;
  margin: 60px auto 0;

  overflow: hidden;
}

.product-introduce table.border {
  border-radius: 9px;
  /* 消除单元格之间的空隙 */
  border-collapse: collapse;
  /* 消除掉外边框 */
  border-style: hidden;
  /* hack一下加个假边框 */
  box-shadow: 0 0 0 1px #d0d6e4;
}

.product-introduce table .thead {
  background: #e4ecff;
  font-weight: bold;
  font-size: 24px;
  color: #3a414f;
}

.product-introduce th,
.product-introduce td {
  border: 1px solid #d0d6e4;
  height: 80px;
  text-align: center;
}
.product-introduce th:last-child,
.product-introduce td:last-child {
  border-right: none;
}

.product-introduce td {
  background-color: #ffffff;
  font-size: 20px;
  color: #3a414f;
  font-family: SourceHanSansCN-Regular;
}

.product-introduce .body_box td:nth-child(1) {
  width: 160px;
}

.product-introduce .body_box td:nth-child(2) {
  width: 337px;
}

.product-introduce .body_box td:nth-child(3) {
  width: 213px;
}

.body_box td:nth-child(4) {
  width: 213px;
}
.body_box td:nth-child(5) {
  width: 217px;
}

.product-introduce th {
  height: 90px;
}

.product-introduce .gray {
  background: #f5f8ff;
}
.product-introduce .fontBold {
  font-weight: bold;
  font-size: 20px;
  color: #3a414f;
}
.product-introduce .height110 {
  height: 110px;
}

.product-introduce td.rowspan p {
  font-family: SourceHanSansCN-Bold;
  width: 30px;
  font-size: 24px;
  word-wrap: break-word;
  margin: 0 auto;
  color: #3a414f;
}

.product-introduce .privilege {
  width: 280px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-image: linear-gradient(270deg, #779be3 0%, #99bce9 100%);
  border-radius: 35px;
  color: #ffffff;
  font-size: 30px;
  margin: 60px auto 0;
  display: block;
}

.product-introduce .privilege:hover {
  text-decoration: none;
}

.company-profile {
  width: 1200px;
  margin-top: 80px;
}

.company-profile .header {
  color: #3a414f;
  font-size: 16px;
  font-weight: bold;
}

.company-profile .company {
  font-weight: bold;
  font-size: 48px;
  color: #3a414f;
  margin: 60px 0 30px;
  position: relative;
}

.company-profile .company::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 3px;
  height: 124px;
  background: #363837;
}

.company-profile .company-name {
  font-weight: bold;
  font-size: 30px;
  color: #3a414f;
}

.company-profile .company-explain {
  color: #3a414f;
  font-size: 24px;
  margin: 60px 0;
}

.company-profile li {
  width: 370px;
  height: 450px;
  background-image: linear-gradient(231deg, #a7c3ff 0%, #b4ccfc 100%);
  border-radius: 20px;
  box-sizing: border-box;
  padding-top: 55px;
  text-align: center;
}

.company-profile li img {
  width: 102px;
  height: 102px;
  margin: 0 auto;
  display: block;
}

.company-profile li .item-name {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}

.company-profile li .item-number {
  font-size: 30px;
  color: linear-gradient(270deg, #0e3e7f 0%, #29326b 100%);
  font-family: MicrosoftYaHei;
  font-weight: bold;
  margin: 20px 0 25px;
}

.company-profile li .item-number span {
  font-size: 48px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
}

.company-profile li .item-remarks {
  font-size: 18px;
  color: #ffffff;
}

.err-modal-tips {
  position: fixed;
  width: 100%;
  height: 84px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
.err-modal-tips p {
  display: inline-block;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  color: #fff;
}

.mask-white {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.back-top {
  width: 40px;
  height: 41px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-bottom: 9px;
  border-radius: 50%;
  font-size: 14px;
  color: #333333;
  position: fixed;
  bottom: 55px;
  right: 20px;
  cursor: pointer;
}

.back-top i {
  width: 18px;
  height: 20px;
  background: url(/officeassociate/img/backTop.png);
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
}

.back-top:hover i {
  background: url(/officeassociate/img/backTop_h.png);
}

/* 弹窗 */
.modals {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.pay_modal_content {
  width: 490px;
  height: 376px;
  line-height: 376px;
  background: #ffffff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -188px;
  margin-left: -245px;
  padding-top: 44px;
}
.pay_modal .pay_close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 12px;
  height: 12px;
  background: url("/img/foxit-pdfeditor-pro-plus-detail/payClose.svg");
}
.pay_modal p {
  width: 400px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  line-height: 24px;
}
.pay_modal img {
  width: 170px;
  height: 170px;
  margin: 25px 0 20px;
}
.pay_modal .tips {
  width: 122px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexDirectionR {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flexDirectionC {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexAlignC {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexAlignS {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexAlignE {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexJustifyC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexJustifyB {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexJustifyA {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexJustifyE {
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.none {
  display: none !important;
}

.product-introduce .functions {
  padding-top: 60px;
  margin: 80px 30px 0;
  border-top: 1px dashed #d0d6e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-introduce .functions > h5 {
  font-size: 36px;
  color: #2a3141;
  line-height: 1;
  text-align: center;
  margin: 0 0;
  padding: 0 0;
  font-weight: bold;
  letter-spacing: 5px;
}
.product-introduce .functions .function-list {
  margin-top: 50px;
}
.product-introduce .functions .function-list .function-list-item {
  width: 100%;
  height: 154px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
  text-align: left;
}
.product-introduce .functions .function-list .function-list-item.with-detail {
  height: 516px;
  position: relative;
  padding-top: 37px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-introduce
  .functions
  .function-list
  .function-list-item.with-detail
  .function-list-info {
  padding: 10px 0;
}
.product-introduce
  .functions
  .function-list
  .function-list-item.with-detail
  .function-list-info-detail {
  position: absolute;
  top: 154px;
  left: 42px;
  width: 1056px;
  height: 320px;
  background: #f5f8ff;
  border-radius: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-introduce
  .functions
  .function-list
  .function-list-item.with-detail
  .function-list-info-detail
  .function-list-info-detail-item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  width: 25%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-introduce
  .functions
  .function-list
  .function-list-item.with-detail
  .function-list-info-detail
  .function-list-info-detail-item
  > img {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  display: block;
}
.product-introduce
  .functions
  .function-list
  .function-list-item.with-detail
  .function-list-info-detail
  .function-list-info-detail-item
  .function-list-info-detail-item-label {
  font-size: 20px;
  color: #3a414f;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
  font-weight: bold;
}
.product-introduce
  .functions
  .function-list
  .function-list-item.with-detail
  .function-list-info-detail
  .function-list-info-detail-item
  .function-list-info-detail-item-info {
  font-size: 20px;
  color: #3a414f;
  line-height: 30px;
  width: 184px;
  margin: 0 0;
  display: block;
}
.product-introduce
  .functions
  .function-list
  .function-list-item.with-detail
  .function-list-info-detail
  .function-list-info-detail-item
  .function-list-info-detail-item-info.special {
  width: 225px;
}
.product-introduce .functions .function-list .function-list-item:last-child {
  margin-bottom: 0;
}
.product-introduce .functions .function-list .function-list-item > img {
  width: 80px;
  height: 80px;
  margin: 0 42px 0 40px;
}
.product-introduce .functions .function-list .function-list-item h6 {
  font-size: 24px;
  color: #3a414f;
  margin: 0 0;
  margin-bottom: 17px;
  line-height: 1;
  font-weight: bold;
}
.product-introduce .functions .function-list .function-list-item p {
  font-size: 20px;
  color: #3a414f;
  line-height: 1;
  margin: 0 0;
}
.product-introduce
  .functions
  .function-list
  .function-list-item
  p:nth-of-type(2) {
  margin-top: 12px;
}
.product-introduce .functions .function-table {
  width: 100%;
  margin-top: 60px;
}
.product-introduce .functions .function-table > .head {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  background: #e4ecff;
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #d0d6e4;
}
.product-introduce .functions .function-table > .head h5 {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0;
  color: #3a414f;
  line-height: 1;
}
.product-introduce .functions .function-table > .head p {
  margin: 26px 0 0;
  font-weight: 400;
  font-size: 20px;
  color: #3a414f;
  line-height: 1;
}
.product-introduce .functions .function-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0;
  border: none;
}
.product-introduce .functions .function-table table thead tr {
  background: #f5f8ff;
  border-radius: 0px 0px 0px 0px;
  height: 90px;
}
.product-introduce .functions .function-table table thead tr th {
  border: none;
  border-right: 1px solid #d0d6e4;
  border-bottom: 1px solid #d0d6e4;
  font-weight: bold;
  font-size: 20px;
  color: #3a414f;
  line-height: 36px;
  border-top: none;
}
.product-introduce .functions .function-table table thead tr th:nth-of-type(1) {
  width: 250px;
  border-left: 1px solid #d0d6e4;
}
.product-introduce .functions .function-table table thead tr th:nth-of-type(2) {
  width: 529px;
}
.product-introduce .functions .function-table table thead tr th:nth-of-type(3),
.product-introduce .functions .function-table table thead tr th:nth-of-type(4) {
  width: 180px;
}
.product-introduce .functions .function-table table tbody tr th {
  padding: 23px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 20px;
  color: #3a414f;
  background: #ffffff;
  border: none;
  border-right: 1px solid #d0d6e4;
  border-bottom: 1px solid #d0d6e4;
  height: 76px;
  width: auto;
}
.product-introduce .functions .function-table table tbody tr th > p {
  margin: 0 0;
  line-height: 1;
}
.product-introduce .functions .function-table table tbody tr th:nth-of-type(1) {
  border-left: 1px solid #d0d6e4;
}
.product-introduce
  .functions
  .function-table
  table
  tbody
  tr
  th:nth-of-type(3)
  p,
.product-introduce
  .functions
  .function-table
  table
  tbody
  tr
  th:nth-of-type(4)
  p {
  margin: 0 0;
  text-align: center;
  display: inline-block;
  width: 120px;
  line-height: 30px;
}
.product-introduce
  .functions
  .function-table
  table
  tbody
  tr
  th.function-table-item
  .function-table-label {
  font-weight: bold;
  font-size: 20px;
  color: #3a414f;
}
.product-introduce
  .functions
  .function-table
  table
  tbody
  tr
  th.function-table-item
  .function-table-info {
  font-weight: 400;
  font-size: 16px;
  color: #3a414f;
  line-height: 24px;
  display: inline-block;
  width: 216px;
  line-height: 24px;
  margin-top: 15px;
}
.product-introduce
  .functions
  .function-table
  table
  tbody
  tr
  th.function-table-item-pro {
  padding: 0 18px 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f8ff;
}
.product-introduce
  .functions
  .function-table
  table
  tbody
  tr
  th.function-table-item-pro
  > p {
  font-weight: 400;
  font-size: 20px;
  color: #3a414f;
  line-height: 30px;
  text-align: left;
}
.product-introduce
  .functions
  .function-table
  table
  tbody
  tr
  th.function-table-item-pro
  > p.function-table-item-pro-tip {
  font-size: 16px;
  color: #838a97;
}
.product-introduce
  .functions
  .function-table
  table
  tbody
  tr:last-child
  th:nth-of-type(1) {
  border-radius: 0px 0px 0px 20px;
}
.product-introduce
  .functions
  .function-table
  table
  tbody
  tr:last-child
  th:nth-of-type(4) {
  border-radius: 0px 0px 20px 0px;
}
