@charset "UTF-8";
@media screen and (max-width: 1440px) {
  .w1280 {
    width: 96%;
  }
}

body {
  min-width: 1100px;
  font-family: "微软雅黑","PingFangM",Arial,sans-serif;
}

.erp-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  transition: all .5s;
  min-width: 1280px;
}

.erp-header .w1280 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.erp-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.erp-header .logo img {
  height: 72px;
}

.erp-header .logo .normal {
  display: block;
}

.erp-header .logo .hover {
  display: none;
}

.erp-header .navbar {
  display: flex;
  align-items: center;
}

.erp-header nav ul {
  display: flex;
  line-height: 90px;
}

.erp-header nav ul li a {
  color: #fff;
  margin: 0 25px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.erp-header nav ul li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0f66e0;
  position: absolute;
  left: 50%;
  width: 0;
  opacity: 0;
  transition: all .5s;
  bottom: 0;
}

.erp-header nav ul li a:hover::after {
  width: 100%;
  opacity: 1;
  left: 0;
}

.erp-header .tel-item {
  color: #fff;
  background: url(../img/tel.png) no-repeat left center;
  padding-left: 35px;
  margin-left: 25px;
}

.erp-header:hover {
  background-color: #fff;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.4);
}

.erp-header:hover .logo .normal {
  display: none;
}

.erp-header:hover .logo .hover {
  display: block;
}

.erp-header:hover nav ul li a {
  color: #000;
}

.erp-header:hover nav ul li a:hover {
  color: #0f66e0;
}

.erp-header:hover .tel-item {
  color: #0f66e0;
  background-image: url(../img/tel2.png);
}

.erp-header.bg-white {
  background-color: #fff;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.4);
}

.erp-header.bg-white .logo .normal {
  display: none;
}

.erp-header.bg-white .logo .hover {
  display: block;
}

.erp-header.bg-white nav ul li a {
  color: #000;
}

.erp-header.bg-white nav ul li a:hover {
  color: #0f66e0;
}

.erp-header.bg-white .tel-item {
  color: #0f66e0;
  background-image: url(../img/tel2.png);
}

.animation-phone {
  animation: scaleDraw 5s ease-in-out infinite;
}

@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}

.erp-banner {
  /* position: relative; */
  /* height: 920px; */
  overflow: hidden;
  
}

.erp-banner > img {
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.erp-banner .banner_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.erp-banner .fnt_68 {
  font-size: 68px;
}

.erp-banner .left {
  float: left;
  color: #fff;
  padding: 0 0 0 10px;
  width: 56%;
}

.erp-banner .left p {
  padding-right: 23%;
}

.erp-banner .left h2 {
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.3;
}

.erp-banner .left h3 {
  font-weight: 700;
  margin-bottom: 30px;
}

.erp-banner .right {
  float: right;
  padding: 45px 50px 50px;
  background-color: rgba(27, 79, 199, 0.9);
  border-radius: 10px;
  margin-right: 60px;
  width: 38.28125%;
}

.erp-banner .right h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.erp-banner .right > div {
  padding-bottom: 20px;
  color: #a8b6e5;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
}

.erp-banner .right label {
  height: 45px;
  display: inline-block;
  line-height: 45px;
  /* width: 100px; */
  padding-left: 5px;
  float: left;
  margin-right: -100px;
  border-bottom: 1px solid #5f86d9;
  position: relative;
  z-index: 2;
}

.erp-banner .right label.ina_none {
  border-bottom: none;
}

.erp-banner .right .input-border-blur {
  border-bottom: 1px solid #ffffff !important;
}

.erp-banner .right .input-border-red {
  border-bottom: 1px solid #00fcff !important;
}

.erp-banner .right .apply-error {
  width: 100%;
  padding: 0;
  margin: 0 !important;
  text-align: right;
  font-size: 14px;
  color: #00fcff !important;
  line-height: 20px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  display: none;
}

.erp-banner .right input[type='text'] {
  padding-left: 100px;
  float: left;
  width: 100%;
  padding-left: 5px;
  border-bottom: 1px solid #5f86d9;
}

.erp-banner .right .huoqu {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.erp-banner .right .huoqu:hover {
  color: #ffffff;
}

.erp-banner .right .p1 label {
  width: 50px;
}

.erp-banner .right .p1 input {
  padding-left: 50px;
}

.erp-banner .right .p2 label {
  width: 85px;
  color: #fff;
}

.erp-banner .right .p2 .s_phone {
  /* padding-left: 100px; */
  float: left;
  width: 100%;
}

.erp-banner .right .p2 input {
  padding-left: 0px;
}

.erp-banner .right .p3 input {
 /* padding-left: 100px;
  padding-right: 90px; */
}

.erp-banner .right .p4 {
  border-bottom: 0px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease-out;
  margin-top: 20px;
  padding-bottom: 0;
}

.erp-banner .right .p4 button {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 20px;
  color: #0068dd;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.erp-banner .right .p4 button:after {
  transform: translateY(-1px);
  content: "";
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.erp-banner .right .p4 button:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.erp-banner .right .p5 {
  padding-top: 6px;
  padding-left: 3px;
  padding-bottom: 6px;
}

.erp-banner .right .p5.ty_policy img {
  top: 8px;
  left: 2px;
}

.erp-banner .right .p5.ty_policy i {
  margin-top: -1px;
}

.erp-banner .right input {
  border: 0px;
  background-color: transparent;
  height: 45px;
  color: #ffffff;
}

.erp-banner .right input::-webkit-input-placeholder {
  color: #fff;
}

.erp-banner .right input::-moz-input-placeholder {
  color: #fff;
}

.erp-banner .right input::-ms-input-placeholder {
  color: #fff;
}

.erp-banner .code-btn {
  pointer-events: none;
  cursor: ne-resize;
}

.erp-banner .code-btn.code-allow-get {
  pointer-events: unset;
  cursor: pointer;
}

/* 专业奖项及认可 */
.jx-renke {
  background: #fff;
  overflow: hidden;
  padding: 5% 0 6%;
  width: 100%;
}

.jx-renke ul {
  float: right;
  width: 84%;
}

.jx-renke ul li {
  float: left;
  width: 33.33%;
  background: #fcfdfe;
  padding: 3% 5% 3% 3%;
  box-sizing: border-box;
  transition: all 0.1s ease-out;
}

.jx-renke ul li:not(.jx_c_title):hover {
  box-shadow: 0 0px 10px #8ac7f8 inset;
}

.jx-renke ul li.jx_c_title {
  padding: 3% 0 0;
}

.jx-renke ul li:first-child {
  background: #ffffff;
}

.jx-renke ul li:nth-child(2n) {
  background: #f6f9fb;
}

.jx-renke ul li b {
  display: block;
  color: #132842;
  margin-top: 14%;
}

.jx-renke ul li > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 3em;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  color: #64728d;
  margin-top: 1.5%;
}

.jx-renke .jx_c_title p {
  font-weight: bold;
  color: #172332;
  font-family: micsoft yahei;
}

.jx-renke .jx_c_title p span {
  display: block;
  font-weight: bold;
}

.jx-renke .jx_pic img {
  height: 78px;
}

/* EBC */
.cai_con03 {
  overflow: hidden;
}

.cai_con03 h3 {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
}

.cai_con03 h4 {
  text-align: center;
  padding: 10px 0 10px;
}

.cai_con03 > ul {
  text-align: center;
}

.cai_con03 > ul > li {
  display: inline-block;
  width: 12%;
  margin: 0 40px;
  text-align: center;
  border-bottom: 2px solid #dfe3e7;
  cursor: pointer;
  position: relative;
}

.cai_con03 > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 2px;
  transition: all 0.5s ease-in-out;
  background-color: #0f66e0;
}

.cai_con03 > ul > li:hover:after {
  width: 100%;
}

.cai_con03 > ul > li:hover p {
  color: #0068dd;
}

.cai_con03 > ul > li.active p {
  color: #132842;
}

.cai_con03 > ul > li.active:after {
  width: 100%;
}

.cai_con03 .tab_con {
  position: relative;
  height: 500px;
}

.cai_con03 .tab_con .text {
  opacity: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0px;
  top: 0px;
}

.cai_con03 .tab_con .text.active {
  opacity: 1;
  z-index: 1;
}

.cai_con03 .tab_con li {
  opacity: 0;
  transform: translateY(20%);
  float: left;
  box-shadow: 0 5px 20px #dfe0e2;
  margin-right: 2%;
  width: 32%;
  position: relative;
  overflow: hidden;
}

.cai_con03 .tab_con .active li {
  opacity: 1;
  transform: translateY(0);
}

.cai_con03 .tab_con li .img {
  padding-bottom: 78%;
  height: 0px;
  overflow: hidden;
}

.cai_con03 .tab_con li .img img {
  width: 100%;
}

.cai_con03 .tab_con li:nth-of-type(3n) {
  margin-right: 0px;
}

.cai_con03 .tab_con li .p {
  text-align: center;
  font-weight: 700;
  padding: 35px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cai_con03 .tab_con li .li_hover {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  transition: all 0.5s ease-out;
}

.cai_con03 .tab_con li .li_hover .con {
  width: 78%;
  margin: 65px auto 0;
}

.cai_con03 .tab_con li .li_hover .con h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.cai_con03 .tab_con li .li_hover .con .p2 {
  color: #64728d;
  line-height: 30px;
  height: 210px;
  overflow: hidden;
}

.cai_con03 .tab_con li .li_hover .con a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #0068dd;
  border-radius: 5px;
  margin-top: 20px;
}

.cai_con03 .tab_con li .li_hover .con a:after {
  transform: translateY(-1px);
  content: "";
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.cai_con03 .tab_con li .li_hover .con a:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.cai_con03 .tab_con li:hover .li_hover {
  opacity: 1;
  top: 0;
}

.mCSB_container {
  margin-right: 20px;
}

@media only screen and (max-width: 1400px) {
  .cai_con03 > ul {
    margin-top: 20px;
  }
  .cai_con03 .tab_con {
    height: 420px;
  }
  .cai_con03 .tab_con li .p {
    padding: 20px;
    width: 86%;
  }
  .cai_con03 .tab_con li .li_hover .con {
    margin-top: 20px;
  }
  .cai_con03 .tab_con li .li_hover .con h4 {
    margin-bottom: 15px;
  }
  .cai_con03 .tab_con li .li_hover .con a {
    margin-top: 20px;
  }
  .erp-ebc {
    padding-bottom: 4%;
  }
}

.erp-ebc {
  background: #f6f9fb;
  padding: 4% 0 6%;
  overflow: hidden;
}

.erp-ebc .big_title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2%;
}

.erp-ebc .erp-ebc_menu {
  margin-bottom: 1%;
}

.erp-ebc .menu-link {
  text-align: center;
}

.erp-ebc .menu-link li {
  display: inline-block;
  padding: 0 2%;
  line-height: 50px;
  position: relative;
  margin: 0 3%;
  border-bottom: 2px solid #dfe3e7;
}

.erp-ebc .menu-link li:after {
  content: "";
  width: 0;
  display: block;
  height: 2px;
  background: #2385ed;
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.erp-ebc .menu-link li.active:after {
  width: 100%;
}

.erp-ebc .menu-link li.active a {
  color: #0068dd;
}

.erp-ebc .product_xc_box {
  height: auto;
  position: relative;
}

.erp-ebc .product_xc_item {
  position: static;
  width: 100%;
  z-index: 0;
  display: none;
}

.erp-ebc .product_xc_item.active {
  display: block;
}

.erp-ebc .product_xc_item li {
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_item.active li {
  opacity: 1;
  transform: translateY(0);
}

.erp-ebc .product_xc_box .left {
  width: 54.16%;
  overflow: hidden;
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_item.active .left {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_box .left img {
  width: 100%;
  transition: all 0.4s ease-out;
}

.erp-ebc .product_xc_box .left:hover img {
  transform: scale(1.04);
}

.erp-ebc .product_xc_box .right {
  width: 40%;
  margin-left: 5.4%;
}

.erp-ebc .product_xc_logos {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_item.active .product_xc_logos {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_logos .product_xc_logo {
  float: left;
  text-align: center;
  cursor: default;
  margin-right: 20px;
  color: #777777;
}

.erp-ebc .product_xc_logos .product_xc_logo .img {
  height: 32px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.erp-ebc .product_xc_logos .product_xc_logo .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 30px;
  max-height: 100%;
}

.erp-ebc .product_xc_logos .product_xc_logo div:nth-child(2) {
  min-width: 50px;
}

.erp-ebc .product_xc_box .right .title {
  font-weight: 600;
  margin-bottom: 30px;
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_item.active .right .title {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_box .right .des {
  line-height: 2em;
  margin-bottom: 38px;
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_item.active .right .des {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_box .right .link {
  margin-bottom: 68px;
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_item.active .right .link {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s ease-out;
}

.erp-ebc .product_xc_box .right .link a {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
  border: 1px solid #555555;
  color: #132842;
}

.erp-ebc .product_xc_box .right .link a:nth-child(1) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  color: #fff;
  border: none;
}

.erp-ebc .product_xc_box .right .link a .iconfont {
  opacity: 0;
  transition: all 0.4s;
}

.erp-ebc .product_xc_box .right .link a:nth-child(2) {
  line-height: 38px;
}

.erp-ebc .product_xc_box .right .link a:after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.erp-ebc .product_xc_box .right .link a:hover:after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}

@media only screen and (max-width: 1500px) {
  .erp-ebc .product_xc_logos .product_xc_logo {
    margin-right: 10px;
  }
  .erp-ebc .product_xc_box .right .link {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 1440px) {
  .erp-ebc .product_xc_box .right .title {
    margin-bottom: 20px;
  }
  .erp-ebc .product_xc_box .right .des {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1366px) {
  .erp-ebc .product_xc_box .right .link {
    margin-bottom: 48px;
  }
}

/* 解决方案 */
.erp-solution .title {
  text-align: center;
}

.erp-solution .title h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.erp-solution ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.erp-solution ul li {
  width: 42.5%;
  margin-bottom: 100px;
}

.erp-solution .img {
  position: relative;
  overflow: hidden;
  height: 260px;
}

.erp-solution .img img {
  width: 100%;
  transition: all .5s;
  height: 100%;
  object-fit: cover;
}

.erp-solution .img .tt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  padding: 0 15px;
}

.erp-solution .txt {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.erp-solution .txt span {
  margin-top: 20px;
  color: #64728d;
  width: 85%;
  opacity: 1;
  /*transition: all 0.5s ease-out;*/
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.erp-solution .txt i {
  display: block;
  font-weight: bold;
}

.erp-solution .txt a:hover b {
  color: #0068dd;
}

.erp-solution .txt > div {
  margin-top: 38px;
}

.erp-solution .list_m {
  color: #132842;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  width: 40%;
  border: 1px solid #000;
  padding: 0 20px 0;
  display: inline-block;
}

.erp-solution .list_m:after {
  transform: translateY(-1px);
  content: "";
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.erp-solution .list_m:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.erp-solution .list_t {
  color: #fff;
  height: 50px;
  background: #0f66e0;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  width: 40%;
  border: 1px solid #0f66e0;
  padding: 0 20px 0;
  display: inline-block;
  margin-left: 25px;
}

.erp-solution .list_t:after {
  transform: translateY(-1px);
  content: "";
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.erp-solution .list_t:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.erp-solution ul li:hover .img img {
  transform: scale(1.05);
}

/* 免费领取 */
.free-lq {
  background: #025ff8 url(../img/bot_bac.jpg) center center/cover no-repeat;
  min-height: 280px;
  padding: 35px 0;
}

.free-lq .title {
  margin-bottom: 20px;
}

.free-lq .title h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.free-lq .tyCont {
  width: 400px;
  margin: 0 auto;
}

.free-lq .ty_input {
  width: 100%;
  height: auto;
  padding: 3.5% 6% 3.5%;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 9px;
}

.free-lq .ty_input span {
  color: #252b3a;
  font-weight: bold;
  display: inline-block;
  margin-right: 25px;
  padding-right: 20px;
  border-right: 2px solid #252b3a;
  height: 16px;
  line-height: 16px;
}

.free-lq .ty_input input {
  border: none;
  width: 60%;
}

.free-lq .input-err {
  position: absolute;
  top: 13px;
  left: 130px;
  background: #fff;
  color: #f00;
  display: none;
}

.free-lq .ty_policy {
  color: #a4bafc;
  padding: 7px 0 14px;
  position: relative;
}

.free-lq .ty_policy img {
  display: none;
  position: absolute;
  top: 7px;
  left: -1px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.free-lq .ty_policy.active img {
  display: block;
}

.free-lq .ty_policy i {
  background: #fff;
  border-radius: 6px;
  width: 22px;
  margin-right: 10px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin-top: 0px;
  vertical-align: middle;
}

.free-lq .ty_policy a {
  text-decoration: underline;
  color: #a4bafc;
}

.free-lq .ty_policy a:hover {
  color: #fff;
}

.free-lq .ty_left_m {
  text-align: center;
  margin-bottom: 20px;
}

.free-lq #rectangle, .free-lq #rectangle1 {
  background: url(../img/rectangle.png) no-repeat center;
  background-size: cover;
  z-index: 36;
  height: 29px;
  align-self: flex-start;
  margin-top: -13px;
  width: 133px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 0 0 8px;
  visibility: hidden;
}

.free-lq #rectangle .txt4, .free-lq #rectangle1 .txt4 {
  z-index: 37;
  width: 108px;
  display: block;
  overflow-wrap: break-word;
  color: white;
  font-size: 13px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 17px;
  text-align: left;
}

.free-lq #TencentCode {
  margin-right: 10px;
  width: 100%;
  height: 50px;
  font-weight: bold;
  text-align: center;
  border-radius: 9px;
  line-height: 50px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
  cursor: pointer;
}

.free-lq .input-err {
  position: absolute;
  line-height: 32px;
}

.free-lq .footer-content-right2 {
  display: none;
  position: relative;
  padding-top: 70px;
  width: 400px;
  margin: 0 auto;
}

.free-lq .modify-return, .free-lq .verification-describe {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}

.free-lq .modify-return {
  cursor: pointer;
}

.free-lq .code-btn {
  display: inline-block;
  cursor: pointer;
}

.free-lq .code-btn.active {
  color: #00FFFE;
}

.free-lq .verification-box {
  display: flex;
  margin-top: 22px;
}

.free-lq .verification {
  width: 55px;
  height: 55px;
  outline: none;
  padding-left: 20px;
  font-size: 24px;
  margin-right: 12px;
  display: inline;
  box-sizing: border-box;
}

.free-lq .verification-err {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: flex;
  opacity: 0;
}

.free-lq .verification-err img {
  width: 16px;
  height: 16px;
}

.free-lq .verification-err-text {
  width: 118px;
  height: 16px;
  background: #FF0000;
  border-radius: 9px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  margin-left: 4px;
  white-space: nowrap;
  text-align: center;
}

.free-lq .verification-err.verification-active {
  opacity: 1;
}

/* 底部 */
.footer-nav {
  padding: 1% 0 1%;
  background: #26293b;
  background-size: cover;
  height: 70px;
  overflow: hidden;
}

.footer-nav .fl {
  float: left;
  display: inline;
}

.footer-nav .footer-copyright span {
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
}

.footer-nav .footer-site-info a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer-nav .footer-statement {
  color: #fff;
  line-height: 38px;
}

.footer-nav a {
  color: #fff;
}

/* 右侧悬浮 */
.after-sale-box {
  position: fixed;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.after-sale-box .after-sale-box-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 54px;
  height: 95px;
  background: #3399FF;
  border-radius: 10px 0px 0px 10px;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 2px;
  text-align: center;
  right: 10px;
  z-index: 999999;
}

.after-sale-box-item {
  width: 68px;
  height: 68px;
  background: #3399FF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  position: static;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 2px;
}

.after-sale-box-item img {
  width: 50px;
  height: 50px;
}

.after-sale-box-item .dtu {
  width: 32px;
  height: 32px;
}

.after-sale-box-item-text {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  padding-bottom: 3px;
}

.after-sale-box .after-sale-box-item-text {
  font-size: 11px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  padding-bottom: 3px;
  width: 26px;
  margin-top: 8px;
}

.after-sale-box .up-box {
  width: 54px;
  height: 55px;
  background: #3399FF;
  border-radius: 10px 0px 0px 10px;
  justify-content: center;
  cursor: pointer;
}

.after-sale-box .up-box img {
  width: 29px;
  height: 16px;
}

.after-sale-dialog-tips {
  width: 274px;
  height: 125px;
  position: absolute;
  left: -272px;
  top: -15px;
  background: url(../img/business-card.png) no-repeat;
  background-size: 274px 125px;
}

.item_hide {
  display: none;
}

.after-sale-dialog-content {
  padding: 12px 0 0 10px;
  display: flex;
}

.after-sale-dialog-content .phone_area {
  margin-left: 6px;
  margin-top: 20px;
}

.after-sale-dialog-content div {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}

.after-sale-dialog-content span {
  display: block;
  font-size: 10px;
  color: #848586;
  line-height: 20px;
}

.after-sale-dialog-center,
.after-sale-dialog-center2 {
  width: 194px;
  height: 84px;
  position: absolute;
  left: -190px;
  top: 6px;
  display: none;
}

.after-sale-dialog-content-bottom {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.after-sale-dialog-content-bottom span {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
  padding-left: 5px;
}

.after-sale-dialog-center,
.after-sale-dialog-center2 {
  width: 194px;
  height: 84px;
  position: absolute;
  left: -190px;
  top: 6px;
  display: none;
}

.after-sale-dialog-center img,
.after-sale-dialog-center2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.after-sale-dialog-cente-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.after-sale-dialog-center .dialog-box-item-text-title {
  font-weight: inherit;
  margin-bottom: 5px;
}

.after-sale-dialog-center .dialog-box-item-text-subtitle {
  line-height: 11px;
}

.dialog-box-item-text-title {
  font-size: 15px;
  color: #333333;
  line-height: 15px;
}

.dialog-box-item-text-subtitle {
  font-size: 11px;
  color: #777777;
  text-align: justify;
}

@media screen and (max-width: 1440px) {
  .erp-banner .fnt_68 {
    font-size: 59px;
  }
  .erp-header {
    min-width: 1100px;
  }
  .cai_con03 .tab_con li .li_hover .con h4 {
    margin-bottom: 0;
  }
}
