@charset "UTF-8";
@media (min-width: 320px) {
  html {
    font-size: 21.33px;
  }
}
@media (min-width: 330px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 26.67px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 28.27px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 40px;
  }
}
@media (min-width: 660px) {
  html {
    font-size: 44px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 50px;
  }
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei', sans-seri;
  background-color: #f5f5f5;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
ol {
  list-style: none;
}
input[type="text"],
input[type="search"],
textarea {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
em,
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}
img {
  display: block;
  width: 100%;
  border: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.hide {
  display: none;
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
/*声明 思源字体-Regular*/
@font-face {
  font-family: 'KaiGenGothicSC-Regular';
  src: url('../font/KaiGenGothicSC-Regular.eot');
  src: url('../font/KaiGenGothicSC-Regular.eot?#font-spider') format('embedded-opentype'), url('../font/KaiGenGothicSC-Regular.woff') format('woff'), url('../font/KaiGenGothicSC-Regular.ttf') format('truetype'), url('../font/KaiGenGothicSC-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PingFang SC", "KaiGenGothicSC-Regular", "Microsoft Yahei", Arial, sans-serif;
}
@supports (-ms-ime-align: auto) {
  html {
    font-family: "Microsoft Yahei", Arial, sans-serif;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.qd-btn-green,
.qd-btn-blue,
.qd-btn-yellow,
.qd-btn-white {
  display: inline-block;
  color: #fff;
  text-align: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-delay: initial;
          transition-delay: initial;
}
.qd-btn-white {
  border: 1px solid #ccc;
  color: #222;
}
.qd-btn-green:hover,
.qd-btn-blue:hover,
.qd-btn-yellow:hover {
  color: #fff;
}
.qd-btn-white:hover {
  border: 1px solid #a8abb3;
}
.qd-btn-white:active {
  border: 1px solid #a8abb3;
  background-color: #ebedf2;
}
.qd-btn-green {
  background-color: #1dd342;
}
.qd-btn-green:hover {
  background-color: #34d755;
}
.qd-btn-green:active {
  background-color: #1abd3b;
}
.qd-btn-blue {
  background-color: #0067ed;
}
.qd-btn-blue:hover {
  background-color: #197dff;
}
.qd-btn-blue:active {
  background-color: #0056c7;
}
.qd-btn-yellow {
  background-color: #f8aa10;
}
.qd-btn-yellow:hover {
  background-color: #f9b328;
}
.qd-btn-yellow:active {
  background-color: #df990e;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
.new-detail-overlay {
  overflow-y: hidden;
  padding-right: calc(100vw - 100%);
}
.new-detail-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 98;
  display: none;
}
.popup-wrap {
  display: none;
  position: fixed;
  top: 40rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4rem;
  z-index: 101;
}
.close-pop {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  display: none;
  border-radius: .05rem;
  background-color: #222222;
  left: 44%;
  bottom: 2rem;
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
  z-index: 1000;
}
.close-pop i {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ic_learn_more_close.png") no-repeat center;
  background-size: cover;
}
.noscroll,
.noscroll body {
  overflow: hidden;
}
.noscroll body {
  position: relative;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20001;
  display: none;
}
.popup-in {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.popup-in .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25%;
}
.popup-bg {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  background: url("../img/icon-close.png") center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  z-index: 4;
}
.banner-head-price {
  display: block;
  width: 100%;
  position: relative;
  height: 8.2rem;
  background-color: #0067ed;
}
.banner-head-price .banner-title-price {
  position: absolute;
  width: 8.64rem;
  height: 3.2rem;
  color: #fff;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.04rem;
  font-family: PingFangSC-Semibold;
  font-size: 1.12rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.6rem;
  z-index: 6;
}
.banner-head-price i,
.banner-head-price img {
  display: inline-block;
  position: absolute;
  z-index: 5;
}
.banner-head-price .bg-left-bottom {
  width: 1.6rem;
  height: 3.1rem;
  background: url("../img/img_element_left.png") no-repeat center;
  left: 0;
  bottom: 0;
}
.banner-head-price .bg-right-top {
  width: 5.08rem;
  height: 4.44rem;
  right: 0;
  top: 0;
}
.consult-btn {
  display: block;
  width: 4.4rem;
  margin: 0 auto 1.34rem;
  background: #0067ed;
  border-radius: 2px;
  font-size: .56rem;
  color: #fff;
  text-align: center;
  padding: .5rem 0;
}
.container {
  width: 100%;
}
.container .menu-list {
  width: 100%;
  height: 1.8rem;
  background-color: #f8f8f8;
}
.container .menu-list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .menu-list ul li {
  height: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  text-align: center;
  margin-right: 2.2rem;
}
.container .menu-list ul li:last-child {
  margin-right: 0;
}
.container .menu-list ul li a {
  font-size: .6rem;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: .6rem;
}
.container .menu-list ul li.active {
  border-bottom: .08rem solid #0067ed;
}
.container .menu-list ul li.active a {
  color: #0067ed;
}
.container .price-scheme {
  width: 100%;
}
.container .price-scheme .price-type-title {
  width: 100%;
  text-align: center;
  margin-bottom: .8rem;
  height: 1.44rem;
  font-size: .8rem;
  line-height: 1.44rem;
  color: #000;
  vertical-align: middle;
  font-family: PingFangSC-Medium;
}
.container .price-scheme .price-type-title .title-pic {
  width: 1.02rem;
  height: .72rem;
  display: inline-block;
  margin-right: .1rem;
  background-color: #0067ed;
  vertical-align: middle;
}
.container .price-scheme .price-detail-box {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 .08rem .4rem #f0f0f0;
          box-shadow: 0 .08rem .4rem #f0f0f0;
  margin-bottom: 1rem;
}
.container .price-scheme .price-detail-box .main-title {
  font-size: 0.6rem;
  color: #000;
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}
.container .price-scheme .price-detail-box .price-tpl-list {
  width: 100%;
  margin-bottom: .5rem;
}
.container .price-scheme .price-detail-box .price-tpl-list span {
  font-size: .56rem;
  color: #90949e;
  display: block;
  margin-bottom: .56rem;
}
.container .price-scheme .price-detail-box .price-tpl-list ul {
  width: 100%;
}
.container .price-scheme .price-detail-box .price-tpl-list ul li {
  width: 100%;
  font-size: .56rem;
  color: #000;
  margin-bottom: .68rem;
  line-height: .8rem;
}
.container .price-scheme .price-detail-box .price-tpl-list ul li i {
  width: .48rem;
  height: .34rem;
  display: inline-block;
  background: url("../img/ic_check.png") no-repeat center;
  background-size: cover;
}
.container .price-scheme .price-detail-box .price-tpl-list ul li .orange_check {
  background: url("../img/Check_en_orange.png") no-repeat center;
  background-size: cover;
}
.container .price-scheme .price-detail-box .price-tpl-list ul li .deepblue_check {
  background: url("../img/Check_en_deepblue.png") no-repeat center;
  background-size: cover;
}
.container .price-scheme .normal-qes {
  width: 100%;
}
.container .price-scheme .normal-qes p {
  width: 100%;
  text-align: center;
  font-size: .56rem;
  color: #0067ed;
}
.container .price-scheme .normal-qes p i {
  width: .3rem;
  height: .24rem;
  display: inline-block;
  margin-left: .28rem;
  background: url("../img/ic_question_arrow.svg") no-repeat center;
  background-size: cover;
  vertical-align: middle;
}
.container .price-scheme .price-cs {
  width: 100%;
  padding: 1.6rem 1rem 2rem;
  background-color: #fff;
}
.container .price-scheme .price-cs .title-pic {
  width: 1.44rem;
  height: .88rem;
  display: inline-block;
  background: url("../img/ic_price_cs.png") no-repeat center;
  background-size: cover;
  top: 0.06rem;
}
.container .price-scheme .price-cs .price-cs-tab {
  width: 100%;
}
.container .price-scheme .price-cs .price-cs-tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .price-scheme .price-cs .price-cs-tab ul li {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1.52rem;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 1.52rem;
  border-top: 0.12rem solid #0067ed;
  font-size: .56rem;
  color: #000;
  margin-right: .2rem;
}
.container .price-scheme .price-cs .price-cs-tab ul li:nth-of-type(2) {
  border-top-color: #002982;
}
.container .price-scheme .price-cs .price-cs-tab ul li:nth-of-type(3) {
  border-top-color: #ff9232;
  margin-right: 0;
}
.container .price-scheme .price-cs .price-cs-tab ul li.active {
  width: 18%;
  height: 1.76rem;
  background-color: #fff;
  position: relative;
  top: -0.24rem;
  font-weight: bold;
}
.container .price-scheme .price-cs .price-cs-container {
  width: 100%;
  padding-top: .96rem;
  /* 标准版专业版企业版 公用的样式 */
  /* 标准版 */
  /* 专业版 */
  /* 企业版 */
}
.container .price-scheme .price-cs .price-cs-container .version {
  width: 100%;
}
.container .price-scheme .price-cs .price-cs-container .version .major-text {
  font-size: 14px;
  color: #a9a9a9;
  text-align: center;
  padding: 10px 0 28px 0;
  margin: 0;
}
.container .price-scheme .price-cs .price-cs-container .version .standard-version-contrast {
  display: block;
  font-size: .56rem;
  color: #0067ed;
  font-weight: 500;
  text-align: center;
}
.container .price-scheme .price-cs .price-cs-container .version .standard-version-contrast p {
  position: relative;
  padding: .88rem 0;
  margin: 0 auto;
  width: 8rem;
}
.container .price-scheme .price-cs .price-cs-container .version .standard-version-contrast span {
  position: absolute;
  top: 1rem;
  right: -0.1rem;
}
.container .price-scheme .price-cs .price-cs-container .version .standard-version-contrast span img {
  width: .48rem;
  height: .4rem;
}
.container .price-scheme .price-cs .price-cs-container .version:nth-of-type(2),
.container .price-scheme .price-cs .price-cs-container .version:nth-of-type(3) {
  width: 100%;
}
.container .price-scheme .price-cs .price-cs-container .version:nth-of-type(2) .contact,
.container .price-scheme .price-cs .price-cs-container .version:nth-of-type(3) .contact {
  color: #fff;
  text-align: center;
  font-size: .56rem;
  margin: 0 auto calc(1.42rem);
}
.container .price-scheme .price-cs .price-cs-container .version:nth-of-type(2) .contact span,
.container .price-scheme .price-cs .price-cs-container .version:nth-of-type(3) .contact span {
  padding: .5rem .53rem;
  background-color: #ff9232;
  border-radius: 2px;
  display: inline-block;
}
.container .price-scheme .price-cs .price-cs-container .version .version-des {
  width: 100%;
  padding: 0 1rem;
  font-size: .56rem;
  line-height: .76rem;
  text-align: center;
  margin-bottom: .8rem;
  word-wrap: break-word;
  letter-spacing: 1px;
  font-weight: 400;
}
.container .price-scheme .price-cs .price-cs-container .version .version-price {
  width: 7.4rem;
  margin: 0 0 1rem 3.4rem;
}
.container .price-scheme .price-cs .price-cs-container .version .version-price .rmb {
  font-size: .72rem;
  color: #1e2330;
  position: relative;
  top: -0.72rem;
}
.container .price-scheme .price-cs .price-cs-container .version .version-price .num {
  font-size: 1.6rem;
  color: #1e2330;
  margin-right: .2rem;
}
.container .price-scheme .price-cs .price-cs-container .version .version-price .unit-box {
  font-size: .48rem;
  color: #999999;
  width: 2.6rem;
  display: inline-block;
}
.container .price-scheme .price-cs .price-cs-container .version .version-price .unit-box .unit {
  line-height: .48rem;
}
.container .price-scheme .price-cs .price-cs-container .version .version-price .unit-box .unit:nth-of-type(1) {
  display: block;
  margin-bottom: .2rem;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-tab {
  width: 100%;
  border-bottom: 1px solid #e2e6ed;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-tab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-tab ul li {
  font-size: .6rem;
  color: #000;
  padding-bottom: .44rem;
  margin-right: 2.2rem;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-tab ul li:nth-of-type(2) {
  margin: 0;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-tab ul li.active {
  border-bottom: .08rem solid #0067ed;
  color: #0067ed;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-tab ul li.kefu::after {
  content: '限量抢鲜';
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.64rem;
  height: .96rem;
  border: 1px solid #D8DDE5;
  border-radius: 2px;
  line-height: .88rem;
  margin-left: .2rem;
  font-size: .4rem;
  color: #999;
  text-align: center;
  bottom: .32rem;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-box {
  padding: .72rem 0 .1rem .7rem;
  border-bottom: 1px solid #e2e6ed;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-box .cs-online {
  width: 100%;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-box .cs-online .blockfirst {
  display: none;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-box .cs-online .price-tpl-list:nth-of-type(1) .blockfirst {
  display: block;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-box .cs-container .blockfirst {
  display: none;
}
.container .price-scheme .price-cs .price-cs-container .version .cs-type-box .cs-container .price-tpl-list:nth-of-type(1) .blockfirst {
  display: block;
}
.container .price-scheme .price-cs .price-cs-container .professional .cs-type-tab ul li.active {
  border-bottom: .08rem solid #002982;
  color: #002982;
}
.container .price-scheme .price-cs .price-cs-container .corp .cs-type-tab ul li.active {
  border-bottom: .08rem solid #ff9232;
  color: #ff9232;
}
.container .price-scheme .price-comp {
  width: 100%;
  padding: 2.1rem 1rem 1.33rem;
}
.container .price-scheme .price-comp .title-pic {
  width: 1.44rem;
  height: 1.44rem;
  display: inline-block;
}
.container .price-scheme .price-comp .price-detail-box {
  padding: .8rem .7rem .1rem;
}
.container .price-scheme .price-marketing {
  background-color: #f8f8f8;
}
.container .price-scheme .price-marketing .title-pic {
  background: url("../img/ic_price_marketing.png") no-repeat center;
  background-size: cover;
}
.container .price-scheme .price-marketing .price-detail-box {
  border-top: 0.12rem solid #ff9232;
  padding: 1.02rem .7rem .1rem;
}
.container .price-scheme .price-marketing .price-detail-box .price-marketing-titcon {
  width: 100%;
  text-align: center;
  font-size: .4rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 1.02rem;
}
.container .price-scheme .price-marketing .price-detail-box .price-marketing-titcon p {
  font-size: 0.8rem;
}
.container .price-scheme .price-marketing .price-detail-box .contact {
  color: #fff;
  text-align: center;
  font-size: .56rem;
  margin: 0 auto calc(1.42rem);
}
.container .price-scheme .price-marketing .price-detail-box .contact span {
  padding: 0 .53rem;
  background-color: #ff9232;
  border-radius: 2px;
  display: inline-block;
  padding: .5rem .53rem;
}
.container .price-scheme .price-club {
  background-color: #fff;
}
.container .price-scheme .price-club .title-pic {
  background: url("../img/ic_price_club.png") no-repeat center;
  background-size: cover;
}
.container .price-scheme .price-club .price-detail-box {
  border-top: 0.12rem solid #0067ed;
}
.container .price-scheme .price-club .price-detail-box .price-club-titcon {
  width: 100%;
  text-align: center;
  font-size: .64rem;
  font-weight: bold;
  color: #000;
  margin-bottom: .8rem;
}
.container .price-scheme .price-club .price-detail-box .price-club-list {
  width: 100%;
  margin-bottom: 2rem;
}
.container .price-scheme .price-club .price-detail-box .price-club-list li {
  width: 100%;
  height: 1.62rem;
  line-height: 1.62rem;
  border-top: 1px solid #eaeff6;
  padding-left: 1.24rem;
  text-align: justify;
  position: relative;
  font-size: .6rem;
  color: #1e2330;
}
.container .price-scheme .price-club .price-detail-box .price-club-list li span:nth-of-type(2) {
  position: absolute;
  right: 1.04rem;
}
.container .price-scheme .price-club .price-detail-box .price-club-list li .list-th {
  font-size: .48rem;
}
.container .price-scheme .price-club .price-detail-box .price-club-list li .brkcon {
  font-size: .4rem;
}
.container .price-scheme .price-club .price-detail-box .price-club-list li:last-child {
  border-bottom: 1px solid #eaeff6;
}
.container .price-scheme .price-club .price-detail-box .price-tpl-list {
  width: calc(101.4%);
  margin-bottom: .5rem;
}
.popup-wrap .qes-title {
  width: 100%;
  height: 4.2rem;
  line-height: 4.3rem;
  text-align: center;
  font-size: .72rem;
  color: #000;
}
.popup-wrap .qes-list {
  width: 100%;
  padding: 0 1rem 2.4rem;
}
.popup-wrap .qes-list ul {
  width: 100%;
}
.popup-wrap .qes-list ul li {
  width: 100%;
  border-top: 1px solid #efeff4;
  position: relative;
  padding: .56rem 0 .56rem .24rem;
}
.popup-wrap .qes-list ul li .slide-title {
  line-height: .88rem;
  width: 10.04rem;
  display: inline-block;
}
.popup-wrap .qes-list ul li:last-child {
  border-bottom: 1px solid #efeff4;
}
.popup-wrap .qes-list ul li i {
  width: .52rem;
  height: .3rem;
  display: inline-block;
  background: url("../img/ic_arrow_down.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  right: .24rem;
  top: .92rem;
}
.popup-wrap .qes-list ul li .slide-text {
  display: none;
  line-height: .88rem;
  margin-top: .6rem;
}
.popup-wrap .qes-list ul li.active .slide-title {
  color: #0067ed;
}
.popup-wrap .qes-list ul li.active i {
  background: url("../img/ic_arrow_up.svg") no-repeat center;
  background-size: cover;
}
.popup-wrap .consult-text {
  text-align: center;
  margin-bottom: 1.04rem;
  font-size: .6rem;
  color: #1e2330;
}
.dark-text .container .logo {
  background: url(../img/logo_black.png);
  background-size: cover;
}
.dark-text .container .mobile-nav span {
  background-color: #000;
}
.fixed-header .container .logo {
  background: url(../img/logo1.png);
  background-size: cover;
}
.fixed-header .container .mobile-nav span {
  background-color: #000;
}
