/*换行*/
.break-word {
  word-break: break-all;
  word-wrap: break-word;
}
.name {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 12px;
  color: #2d81ff;
  margin-right: 10px;
}
h2 {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #242f65;
  text-align: center;
}
.s {
  position: absolute;
  z-index: 2;
  width: 5.57rem;
  left: 0;
  right: 0;
  top: 160px;
  margin: auto;
  font-size: 24px;
  background-color: #fff;
  border-radius: 4px;
}
.s input.box {
  width: 4.7rem;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  border: none;
  padding: 0 8px;
}
.s .button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  width: 0.7rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  background: #456be6;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin: auto;
}
.p-banner {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.p-banner img {
  margin-top: 0.6rem;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  margin-left: -960px;
  max-width: none;
}
.p-banner p.t {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0.74rem;
  font-size: 24px;
  color: #fff;
}
.p-banner p.h {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  left: 0;
  top: 90px;
  font-size: 24px;
  color: #fff;
}
.p-banner p.info {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  left: 0;
  top: 158px;
  font-size: 18px;
  color: #c1c3c7;
}
/***特色功能****/
.func-list {
  background-color: #f6f8fb;
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.func-list > h2 {
  margin-top: 60px;
  padding-bottom: 0;
}
.func-list .i-func-box .tab-sort ul {
  width: 2.17rem;
  margin-right: 16px;
  float: left;
  border: #e5e5e5 solid 1px;
}
.func-list .i-func-box .tab-sort ul > li {
  background: #fff;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 32px;
  color: #535979;
  text-align: left;
  padding: 18px 0 17px 60px;
  cursor: pointer;
  position: relative;
  border-bottom: #e8e9f0 solid 1px;
}
.func-list .i-func-box .tab-sort ul > li.active {
  color: #fff;
  background: linear-gradient(136deg, #4d74ef 0%, #2751db 100%);
}
.func-list .i-func-box .tab-sort ul > li.active:before {
  display: block;
}
.func-list .i-func-box .tab-sort ul > li:last-child {
  border: none;
}
.func-list .i-func-box .tab-sort-min ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  justify-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.func-list .i-func-box .tab-sort-min ul li {
  width: max-content;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #242f65;
  height: 25px;
}
.func-list .i-func-box .tab-sort-min ul li:hover,
.func-list .i-func-box .tab-sort-min ul li.active {
  font-size: 14px;
  font-weight: bold;
  border-bottom: #456be6 solid 4px;
  cursor: pointer;
}
.func-list .info {
  float: left;
  padding: 26px 26px 0 30px;
  background: #fdfdff;
  border: 1px solid #e5e5e5;
  opacity: 1;
  border-radius: 0px;
  width: 9.2rem;
  height: 5.44rem;
  position: relative;
}
.func-list .info .func-info {
  display: none;
}
.func-list .info .func-info .intro {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #242f65;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
}
.func-list .info .func-info .intro a {
  color: #456be6;
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 400;
}
.func-list .info .func-info .intro .buy {
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #456be6;
  cursor: pointer;
}
.func-list .info .func-info .intro .buy i {
  margin-right: 4px;
}
.func-list .info .func-info .item {
  margin-bottom: 20px;
}
.func-list .info .func-info .item .sort ul {
  display: grid;
  grid-template-columns: repeat(5, 1.44rem);
  text-align: center;
  grid-gap: 16px;
}
.func-list .info .func-info .item .sort ul li {
  padding: 0.16rem 0;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(69, 107, 230, 0.2);
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #456be6;
}
.func-list .info .func-info .item .sort ul li:hover,
.func-list .info .func-info .item .sort ul li.active {
  cursor: pointer;
  background: #456be6;
  color: #fff;
}
.func-list .info video {
  width: 100%;
  height: 440px;
}
/***增值服务 ****/
.add-service {
  background: #fff;
  padding: 60px 0;
  float: left;
  width: 100%;
}
.add-service h2 {
  margin-bottom: 0.3rem;
}
.add-service .i-service-tabs {
  text-align: center;
  margin-bottom: 36px;
}
.add-service .i-service-tabs span {
  margin: 0 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #242f65;
}
.add-service .i-service-tabs span.active,
.add-service .i-service-tabs span:hover {
  color: #242f65;
  border-bottom: #456be6 solid 2px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
}
.add-service .i-service-box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px 22px;
}
.add-service .i-service-box ul li {
  display: flex;
  align-items: center;
  padding-right: 0.16rem;
  border: 1px solid #e8edff;
  border-radius: 0px;
}
.add-service .i-service-box ul li .left {
  margin: 18px 16px 30px 24px;
}
.add-service .i-service-box ul li .right {
  width: 2.4rem;
  margin-top: 18px;
}
.add-service .i-service-box ul li .right .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.add-service .i-service-box ul li .right .title .name {
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #242f65;
}
.add-service .i-service-box ul li .right .title .useTro {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #456be6;
  cursor: pointer;
}
.add-service .i-service-box ul li .right .detail {
  font-size: 0.12rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 24px;
  color: #535979;
}
.func-help ul {
  gap: 18px 20px !important;
}
.app-compatibility {
  padding-top: 66px;
  padding-bottom: 72px;
}
.app-compatibility .app-left {
  width: 544px;
  height: 294px;
  border-radius: 20px;
  margin-left: 48px;
}
.app-compatibility .app-right {
  margin: 60px 0 0 60px;
}
.app-compatibility .app-right dl dt {
  width: 437px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 30px;
  color: #242f65;
  margin-bottom: 34px;
}
.app-compatibility .app-right dl dd {
  cursor: pointer;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 24px;
  color: #456be6;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.app-compatibility .app-right dl dd img {
  width: 14px;
  height: 14px;
  margin-right: 0.1rem;
}
.app-compatibility .app-right dl dd i {
  margin-right: 3px;
}
/****价格****/
.hy-price,
.solution {
  background: #fff;
}
.hy-price .container,
.solution .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hy-price dl,
.solution dl {
  border: 1px solid #e8edff;
  box-shadow: 0px 3px 6px #e7ecfb;
  border-radius: 8px;
  float: left;
  padding-left: 126px;
  position: relative;
  overflow: hidden;
}
.hy-price dl dt,
.solution dl dt {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 126px;
}
.hy-price dl dt img,
.solution dl dt img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hy-price dl dd,
.solution dl dd {
  width: 3.8rem;
  margin: 0.33rem 0.24rem 0.38rem 0;
  float: left;
}
.hy-price dl dd span,
.solution dl dd span {
  display: block;
  font-size: 20px;
  color: #333;
}
.hy-price dl dd p,
.solution dl dd p {
  word-break: break-all;
  font-size: 14px;
  color: #999;
  line-height: 18px;
  padding: 0.1rem 0;
}
.hy-price dl:first-child,
.solution dl:first-child {
  margin-right: 24px;
}
.host-model {
  padding-bottom: 0.8rem !important;
}
.host-model .model-list {
  margin-top: 0.45rem;
}
.host-model .model-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.host-model .model-list li .item {
  border: #eee solid 1px;
  box-shadow: 0 4px 9px #e1e1e1;
  padding: 20px 20px 60px;
}
.host-model .model-list li .item h1 {
  font-size: 22px;
  color: #333840;
  line-height: 0.6rem;
}
.host-model .model-list li .item .desc {
  font-size: 12px;
  color: #4c525b;
  padding-bottom: 0.32rem;
  border-bottom: #eee solid 1px;
}
.host-model .model-list li .item .desc.p0 {
  padding: 0;
}
.host-model .model-list li .item .attr {
  margin-top: 28px;
}
.host-model .model-list li .item .attr span {
  width: 50%;
  display: inline-block;
  color: #89919b;
}
.host-model .model-list li .item .attr em {
  width: 50%;
  color: #333840;
  display: inline-block;
}
.host-model .model-list li .item .money {
  font-size: 26px;
  color: #ff7e00;
  margin-top: 20px;
}
.host-model .model-list li .item .money small {
  font-size: 20px;
}
.host-model .model-list li .item .buy-btn {
  margin-top: 20px;
}
.host-model .model-list li .item .buy-btn a {
  display: block;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: #2d81ff;
  border-radius: 4px;
}
.host-model .model-list li .item .buy-btn a:hover {
  background: #428eff;
}
.discount-btn {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount-btn img {
  margin-right: 8px;
}
.discount-btn a {
  font-size: 16px;
  color: #2d81ff;
}
.tag-title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #535979;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: normal;
}
.tag-title i {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #456be6;
  opacity: 1;
  border-radius: 0px;
  margin-right: 3px;
}
.host-model .config-box {
  display: flex;
  flex-direction: column;
}
.host-model .config-box .config-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 34px 0;
}
.host-model .config-box .config-tab span {
  margin: 0 20px;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
}
.host-model .config-box .config-tab span em.new {
  background: #fe2f24;
  border-radius: 2px;
  padding: 2px;
  margin: 0px;
  font-size: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
.host-model .config-box .config-tab span.active,
.host-model .config-box .config-tab span:hover {
  color: #428eff;
  border-bottom: #428eff solid 2px;
}
.host-model .config-box .config-detail {
  display: none;
}
.area-model {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .area-model .host-model .config-box .config-tab .w-auto {
    width: 100%;
    display: flex;
    white-space: nowrap;
    flex-flow: wrap;
  }
}
.area-model .host-model .config-box .config-tab .w-auto {
  white-space: nowrap;
}
.model-list3 .item {
  border: #e4e4e4 solid 1px;
  border-top: none;
  padding: 22px 22px;
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.model-list3 .item dl {
  display: flex;
  justify-content: space-between;
}
.model-list3 .item dl dt {
  display: flex;
  flex-direction: column;
}
.model-list3 .item dl dt span {
  color: #1e212c;
  font-size: 18px;
  margin-bottom: 5px;
}
.model-list3 .item dl dt em {
  color: #4c525b;
  line-height: 20px;
  width: 230px;
}
.model-list3 .item dl dt em.norap {
  white-space: nowrap;
}
.model-list3 .item dl dd.t1 {
  display: flex;
}
.model-list3 .item dl dd.t1 span {
  display: flex;
  flex-direction: column;
  padding: 0 0.35rem;
  justify-content: center;
  position: relative;
}
.model-list3 .item dl dd.t1 span.price {
  flex-direction: initial;
  align-items: center;
  color: #ff7e00;
  font-weight: bold;
  font-size: 24px;
}
.model-list3 .item dl dd.t1 span.price small {
  font-size: 60%;
  padding-left: 5px;
}
.model-list3 .item dl dd.t1 span:before {
  background: #d9d9d9;
  width: 1px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -21px;
  height: 42px;
  opacity: 0.5;
}
.model-list3 .item dl dd.t1 span:first-child:before {
  display: none;
}
.model-list3 .item dl dd.t1 span em {
  margin-bottom: 7px;
  color: #333840;
}
.model-list3 .item dl dd.t1 span i {
  color: #4c525b;
  font-weight: bold;
}
.model-list3 .item dl dd.t2 {
  display: flex;
  align-items: center;
}
.model-list3 .item dl dd.t2 a {
  width: 1.26rem;
  line-height: 0.44rem;
  color: #2d81ff;
  border: 1px solid #2d81ff;
  text-align: center;
  display: block;
  font-size: 14px;
  background: #fff;
  border-radius: 22px;
}
.model-list3 .item dl dd.t2 a:hover {
  background: #428eff;
  color: #ffffff;
}
.model-list3 ul li:nth-child(1) .item {
  border-top: #e4e4e4 solid 1px;
}
.add-service-price {
  padding: 0;
  padding-bottom: 0.8rem;
}
.add-service-price .productItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.add-service-price .productItems .productItem {
  border: 1px solid #e8edff;
  width: 3.86rem;
  height: 1.63rem;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 20px 24px;
}
.add-service-price .productItems .productItem .productContent {
  display: flex;
}
.add-service-price .productItems .productItem .productContent .images {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 0.68rem;
  height: 0.68rem;
  margin-right: 20px;
}
.add-service-price .productItems .productItem .productContent .images .icons {
  width: 0.68rem;
  height: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.add-service-price .productItems .productItem .productContent .images .icons .icon {
  font-size: 0.3rem;
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 0.42rem;
  margin: 10px auto;
  color: #fff;
}
.add-service-price .productItems .productItem .contentItem {
  flex: 1;
  padding-top: 8px;
}
.add-service-price .productItems .productItem .contentItem .title {
  display: flex;
}
.add-service-price .productItems .productItem .contentItem .title .name {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  overflow: hidden;
  color: #4c525b;
  text-overflow: ellipsis;
  width: 200px;
  white-space: nowrap;
}
.add-service-price .productItems .productItem .contentItem .title a {
  color: #456be6;
}
.add-service-price .productItems .productItem .contentItem .desc {
  margin-top: 10px;
  width: 240px;
  height: 0.44rem;
  font-size: #4c525b;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.add-service-price .productItems .productPrice {
  position: relative;
  display: flex;
  margin-top: 3px;
}
.add-service-price .productItems .productPrice .price {
  flex: 1;
  line-height: 14px;
}
.add-service-price .productItems .productPrice .price .money {
  font-size: 14px;
  color: #ff7e00;
  font-weight: bold;
}
.add-service-price .productItems .productPrice .free {
  color: #ff7e00;
  flex: 1;
  font-size: 14px;
  font-weight: bold;
}
.add-service-price .productItems .productPrice .free::before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.add-service-price .productItems .productPrice .price::before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.add-service-price .productItems .productPrice .number {
  margin-right: 5px;
  vertical-align: middle;
}
.add-service-price .productItems .productPrice .number::before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.add-service-price .productItems .productPrice .button {
  color: #2d81ff;
  line-height: 32px;
  width: 80px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #456be6;
  border-radius: 22px;
}
.add-service-price .productItems .productPrice .button:active {
  color: #2d81ff;
}
.add-service-price .productItems .productPrice .button:focus {
  color: #2d81ff;
}
.add-service-price .productItems .productPrice .button:hover {
  color: #fff;
  background: #428eff !important;
}
.add-service-price .productItems .productPrice .button:hover .Opera {
  color: #fff;
}
.add-service-price .productItems .productPrice .button:hover .wx_code {
  opacity: 1;
  display: block;
}
.add-service-price .productItems .productPrice .button:hover + .wx_code {
  display: block;
}
.add-service-price .productItems .productPrice .wx_code:hover {
  display: block;
}
.add-service-price .productItems .productPrice .wx_code {
  color: black;
  display: none;
  opacity: 1;
  width: auto;
  height: auto;
  position: absolute;
  padding: 10px 10px 0 10px;
  right: 95px;
  top: -15px;
  border-radius: 4px;
  text-align: left;
  background: #fff;
  font-size: 12px;
  min-height: 60px;
  word-wrap: break-word;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}
.add-service-price .productItems .productPrice .wx_code a {
  color: #2d81ff;
}
.add-service-price .productItems .productPrice .wx_code div {
  white-space: nowrap;
}
.add-service-price .productItems .productPrice .wx_code::before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 20px;
  border-width: 10px;
  border-style: dashed solid dashed dashed;
  border-color: transparent transparent transparent #fff;
}
/**帮助教程**/
.nov-guide {
  margin-top: 0.64rem;
  margin-bottom: 0.26rem;
}
.nov-guide h2 {
  margin-bottom: 0.26rem;
}
.nov-guide .novContainer {
  display: flex;
}
.nov-guide .tag-title {
  padding: 0.22rem 0 0.22rem 0.32rem;
  margin-bottom: auto;
}
.nov-guide .quit-start {
  background: #f8f9fc;
  width: 7.5rem;
  margin-right: 24px;
}
.nov-guide .quit-start .guide {
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.nov-guide .quit-start .guide .arrow {
  width: 9px;
  height: 17px;
}
.nov-guide .quit-start .guide .guide2 {
  height: 2.62rem;
}
.nov-guide .quit-start .guide .guide2 .right {
  width: 140px;
  margin-top: 0.55rem;
  background: url("../images/Layer2.png") no-repeat;
}
.nov-guide .quit-start .guide .guide3 {
  height: 2.62rem;
}
.nov-guide .quit-start .guide .guide3 .right {
  width: 140px;
  margin-top: 0.55rem;
  background: url("../images/Layer3.png") no-repeat;
}
.nov-guide .quit-start .guide .left {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 18px;
  color: #242f65;
  margin-top: 0.28rem;
}
.nov-guide .quit-start .guide .left dl dt {
  margin-bottom: 10px;
}
.nov-guide .quit-start .guide .left dl dd {
  cursor: pointer;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 36px;
  color: #535979;
  position: relative;
}
.nov-guide .quit-start .guide .left dl dd:after {
  content: "›";
  margin-left: 10px;
}
.nov-guide .quit-start .guide .left dl dd:hover {
  color: #428eff;
}
.nov-guide .faq {
  width: 4.26rem;
  background: #f8f9fc;
}
.nov-guide .faq .tag-title {
  position: relative;
}
.nov-guide .faq .tag-title span {
  position: absolute;
  right: 24px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #456be6;
}
.nov-guide .faq .tag-title span a {
  color: #456be6;
}
.nov-guide .faq .faq-list {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.28rem;
  padding-left: 0.32rem;
}
.nov-guide .faq .faq-list ul li {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 36px;
  color: #535979;
}
.nov-guide .faq .faq-list ul li div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.nov-guide .faq .faq-list ul li div i {
  background: #ff7e00;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  padding: 1px 4px;
  margin-right: 5px;
}
.nov-guide .faq .faq-list ul li div:hover {
  color: #428eff;
  cursor: pointer;
}
.contact-box {
  clear: both;
  margin-top: 32px;
  height: 376px;
  background: #f5f5f5;
  position: relative;
}
.contact-box .container {
  position: relative;
  z-index: 2;
}
.contact-box .container dl {
  background: #fff;
  width: 100%;
  box-shadow: 0 0 15px #ddd;
  height: 190px;
  border-radius: 5px;
}
.contact-box .container dl dt {
  text-align: center;
  font-size: 18px;
  color: #555;
  padding-top: 30px;
  font-weight: normal;
}
.contact-box .container dl .phone {
  font-size: 26px;
  color: #ff7e00;
}
.contact-box .container dl dd {
  text-align: center;
  padding: 30px 40px;
}
.contact-box .container dl dd a {
  position: relative;
  width: 64px;
  height: 64px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  background: url(../images/qq-icon.png) no-repeat center center;
  padding-top: 40px;
}
.contact-box .container dl dd a span {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -31px;
  width: 58px;
  line-height: 22px;
  height: 23px;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
}
.contact-box .container dl dd a:hover {
  background-color: #428eff;
}
.contact-box .container dl dd p.phone {
  font-size: 22px;
  color: #333;
  margin-top: 28px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 54px -123px;
  padding-left: 10px;
}
.contact-box .container dl dd button.submit-work {
  width: 1.72rem;
  border: #456be6 solid 1px;
  border-radius: 31px;
  color: #fff;
  background: #456be6;
  outline: none;
  font-size: 16px;
  padding: 13px 0;
}
.contact-box h2 {
  margin-top: 0.64rem;
  margin-bottom: 0.41rem;
}
.Product_overview p.briefing.page-content-sm {
  text-align: center;
  margin: 0 auto;
}
.Product_overview p.briefing.page-content-sm .tm_title {
  vertical-align: super;
  transform: scale(0.8);
  display: inline-block;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  /* Safari 和 Chrome */
  -o-transform: scale(0.8);
  /* Opera */
  -moz-transform: scale(0.8);
}
.space {
  width: 100%;
  background-color: #f8f8fa;
  margin-top: 55px;
}
.cooperation,
.application-list {
  padding-top: 20px;
  position: relative;
}
.cooperation .cooperation-class,
.application-list .cooperation-class {
  margin-bottom: 30px;
  display: flex;
  padding: 0;
}
.cooperation .cooperation-class .class-left,
.application-list .cooperation-class .class-left {
  width: 4rem;
  background-color: #fff;
  padding: 18px 24px 0 24px;
  margin-right: 12px;
}
.cooperation .cooperation-class .class-left .title,
.application-list .cooperation-class .class-left .title {
  padding-bottom: 18px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #242f65;
}
.cooperation .cooperation-class .class-left ul li,
.application-list .cooperation-class .class-left ul li {
  cursor: pointer;
  padding: 10px 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #242f65;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
.cooperation .cooperation-class .class-left ul li:last-child,
.application-list .cooperation-class .class-left ul li:last-child {
  border-bottom: unset;
}
.cooperation .cooperation-class .class-left ul li .tip,
.application-list .cooperation-class .class-left ul li .tip {
  color: #939dad;
  margin-right: -6px;
}
.cooperation .cooperation-class .class-left ul li:hover,
.application-list .cooperation-class .class-left ul li:hover {
  color: #428eff;
}
.cooperation .cooperation-class .class-right,
.application-list .cooperation-class .class-right {
  background-color: #fff;
  padding: 20px;
}
.cooperation .cooperation-class .class-right img,
.application-list .cooperation-class .class-right img {
  width: 7.48rem;
  height: 3.36rem;
}
.cooperation .join,
.application-list .join {
  cursor: pointer;
  display: block;
  padding: 0.23rem 0;
  text-align: center;
  background: #456be6;
  margin: 0 -24px;
  color: #fff;
}
.cooperation .join img,
.application-list .join img {
  width: 16px;
  height: 20px;
  margin-right: 8px;
}
.cooperation .highQuality-app,
.application-list .highQuality-app,
.cooperation .free-app,
.application-list .free-app,
.cooperation .all-app,
.application-list .all-app {
  background-color: #fff;
}
.cooperation .highQuality-app h2,
.application-list .highQuality-app h2,
.cooperation .free-app h2,
.application-list .free-app h2,
.cooperation .all-app h2,
.application-list .all-app h2 {
  padding-top: 48px;
  padding-bottom: 22px;
}
.cooperation .highQuality-app .container,
.application-list .highQuality-app .container,
.cooperation .free-app .container,
.application-list .free-app .container,
.cooperation .all-app .container,
.application-list .all-app .container {
  padding: 0;
}
.cooperation .highQuality-app ul,
.application-list .highQuality-app ul,
.cooperation .free-app ul,
.application-list .free-app ul,
.cooperation .all-app ul,
.application-list .all-app ul {
  display: grid;
  grid-template-columns: repeat(3, 386px);
  gap: 0.2rem;
}
.cooperation .highQuality-app ul li,
.application-list .highQuality-app ul li,
.cooperation .free-app ul li,
.application-list .free-app ul li,
.cooperation .all-app ul li,
.application-list .all-app ul li {
  display: flex;
  padding: 26px 18px 18px 24px;
  border: 1px solid #e8edff;
  border-radius: 0px;
}
.cooperation .highQuality-app ul li img,
.application-list .highQuality-app ul li img,
.cooperation .free-app ul li img,
.application-list .free-app ul li img,
.cooperation .all-app ul li img,
.application-list .all-app ul li img {
  width: 60px;
  height: 60px;
  max-width: unset;
  margin-right: 20px;
}
.cooperation .highQuality-app ul li .right dt,
.application-list .highQuality-app ul li .right dt,
.cooperation .free-app ul li .right dt,
.application-list .free-app ul li .right dt,
.cooperation .all-app ul li .right dt,
.application-list .all-app ul li .right dt {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #242f65;
}
.cooperation .highQuality-app ul li .right dd,
.application-list .highQuality-app ul li .right dd,
.cooperation .free-app ul li .right dd,
.application-list .free-app ul li .right dd,
.cooperation .all-app ul li .right dd,
.application-list .all-app ul li .right dd {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #535979;
  margin-top: 8px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.cooperation .highQuality-app ul li .right dd:last-child,
.application-list .highQuality-app ul li .right dd:last-child,
.cooperation .free-app ul li .right dd:last-child,
.application-list .free-app ul li .right dd:last-child,
.cooperation .all-app ul li .right dd:last-child,
.application-list .all-app ul li .right dd:last-child {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperation .highQuality-app ul li .right dd:last-child span,
.application-list .highQuality-app ul li .right dd:last-child span,
.cooperation .free-app ul li .right dd:last-child span,
.application-list .free-app ul li .right dd:last-child span,
.cooperation .all-app ul li .right dd:last-child span,
.application-list .all-app ul li .right dd:last-child span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #242f65;
}
.cooperation .highQuality-app ul li .right dd:last-child span .num,
.application-list .highQuality-app ul li .right dd:last-child span .num,
.cooperation .free-app ul li .right dd:last-child span .num,
.application-list .free-app ul li .right dd:last-child span .num,
.cooperation .all-app ul li .right dd:last-child span .num,
.application-list .all-app ul li .right dd:last-child span .num {
  color: #ff7e00;
  font-size: 18px;
}
.cooperation .highQuality-app ul li .right dd:last-child span a,
.application-list .highQuality-app ul li .right dd:last-child span a,
.cooperation .free-app ul li .right dd:last-child span a,
.application-list .free-app ul li .right dd:last-child span a,
.cooperation .all-app ul li .right dd:last-child span a,
.application-list .all-app ul li .right dd:last-child span a {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #456be6;
  border: 1px solid #456be6;
  border-radius: 20px;
  padding: 9px 31px;
  display: block;
}
.cooperation .highQuality-app ul li .right dd:last-child span a:hover,
.application-list .highQuality-app ul li .right dd:last-child span a:hover,
.cooperation .free-app ul li .right dd:last-child span a:hover,
.application-list .free-app ul li .right dd:last-child span a:hover,
.cooperation .all-app ul li .right dd:last-child span a:hover,
.application-list .all-app ul li .right dd:last-child span a:hover {
  background-color: #428eff;
  color: #fff;
}
.cooperation .free-app h2,
.application-list .free-app h2,
.cooperation .all-app h2,
.application-list .all-app h2 {
  padding-top: 68px;
}
.cooperation .all-app,
.application-list .all-app {
  padding-bottom: 48px;
}
.cooperation .solution,
.application-list .solution {
  background-color: unset;
  margin-bottom: 0.56rem;
}
.cooperation .solution h2,
.application-list .solution h2 {
  margin: 0.48rem 0;
}
.cooperation .solution .container,
.application-list .solution .container {
  padding: 0;
  justify-content: space-between;
  flex-wrap: unset;
}
.cooperation .solution dl,
.application-list .solution dl {
  background-color: #fff;
  padding-left: 1.08rem;
}
.cooperation .solution dl:first-child,
.application-list .solution dl:first-child {
  margin-right: 40px;
}
.cooperation .solution dl dt,
.application-list .solution dl dt {
  width: 1.08rem;
}
.cooperation .solution dl dd,
.application-list .solution dl dd {
  width: 4.72rem;
  padding: 0.33rem 0.59rem 0.24rem 0;
  margin: 0;
}
.cooperation .about-news-footer,
.application-list .about-news-footer {
  padding: 0.22rem 0.32rem;
}
.cooperation .about-news-footer .about-news-page-info,
.application-list .about-news-footer .about-news-page-info {
  float: left;
  font-size: 12px;
  color: #89919b;
  line-height: 24px;
}
.cooperation .about-news-footer .about-news-pagination,
.application-list .about-news-footer .about-news-pagination {
  float: right;
}
.cooperation .about-news-footer .about-news-pagination ul li,
.application-list .about-news-footer .about-news-pagination ul li {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #4c525b;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}
.cooperation .about-news-footer .about-news-pagination ul li.disabled,
.application-list .about-news-footer .about-news-pagination ul li.disabled {
  color: #bbbbbb;
}
.cooperation .about-news-footer .about-news-pagination ul li.active,
.application-list .about-news-footer .about-news-pagination ul li.active {
  box-shadow: 0 0 0 1px #2d81ff inset;
  color: #2d81ff;
}
.application-list-tab {
  margin-bottom: 25px;
}
.application-list-tab .container {
  padding: 0;
}
.application-list-tab .list-1,
.application-list-tab .list-2,
.application-list-tab .list-3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #242f65;
}
.application-list-tab .list-1 {
  align-items: baseline;
}
.application-list-tab .list-2 {
  margin: 0.23rem 0;
}
.application-list-tab .list-1 span,
.application-list-tab .list-2 span {
  margin-right: 0.42rem;
  white-space: nowrap;
}
.application-list-tab .list-3 span {
  margin-right: 0.26rem;
}
.application-list-tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0.1rem 0.32rem;
}
.application-list-tab ul li {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #535979;
  height: 28px;
  cursor: pointer;
}
.application-list-tab ul li.active {
  color: #456be6;
  border-bottom: 1px solid;
}
.application-list-tab ul li:hover {
  color: #456be6;
}
.application-list-tab .s {
  position: relative;
  top: 0;
  margin: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #6e737b;
}
.list-line {
  display: none;
}
.application-detail h3 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #535979;
}
.application-detail .pbTitle {
  margin-left: 24px;
}
.application-detail .pbTitle .title {
  text-align: start;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #242f65;
  display: inline-flex;
  align-items: center;
}
.application-detail .pbTitle .title em {
  margin-left: 6px;
  padding: 4px 9px 3px 9px;
  background: #ff5e5e;
  border-radius: 12px 12px 12px 0px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.application-detail .pbTitle .info {
  height: 117px;
  overflow-y: scroll;
  margin-top: 13px;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #535979;
  padding: 16px 10px 15px 16px;
}
.application-detail .pbTitle .info li {
  line-height: 30px;
}
.application-detail .pbTitle .info::-webkit-scrollbar {
  width: 4px;
}
.application-detail .pbTitle .info::-webkit-scrollbar-thumb {
  background: #89919b;
  border-radius: 3px;
}
.application-detail .pbTitle .info::-webkit-scrollbar-track-piece {
  background: transparent;
}
.application-detail .pbTitle .buy-opt .scale,
.application-detail .pbTitle .buy-opt .time,
.application-detail .pbTitle .buy-opt .price,
.application-detail .pbTitle .buy-opt .buy-btn {
  display: flex;
  align-items: center;
}
.application-detail .pbTitle .buy-opt .scale span,
.application-detail .pbTitle .buy-opt .time span,
.application-detail .pbTitle .buy-opt .price span,
.application-detail .pbTitle .buy-opt .buy-btn span {
  margin-right: 26px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #242f65;
}
.application-detail .pbTitle .buy-opt .time {
  margin: 16px 0;
}
.application-detail .pbTitle .buy-opt .opt {
  border: 1px solid #456be6;
  border-radius: 21px;
  display: flex;
}
.application-detail .pbTitle .buy-opt .opt li {
  cursor: pointer;
  color: #456be6;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 0;
  line-height: 40px;
  width: 110px;
}
.application-detail .pbTitle .buy-opt .opt li:first-child {
  border-radius: 21px 0px 0px 21px;
}
.application-detail .pbTitle .buy-opt .opt li:last-child {
  border-radius: 0px 21px 21px 0px;
}
.application-detail .pbTitle .buy-opt .opt li:hover {
  background: #456be6;
  color: #ffffff;
}
.application-detail .pbTitle .buy-opt .opt .active {
  background: #456be6;
  color: #ffffff;
}
.application-detail .pbTitle .buy-opt .price {
  margin-bottom: 12px;
}
.application-detail .pbTitle .buy-opt .price .num {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ff5e5e;
}
.application-detail .pbTitle .buy-opt .buy-btn div {
  cursor: pointer;
  width: 120px;
  line-height: 44px;
  background: #456be6;
  border-radius: 25px;
  text-align: center;
}
.application-detail .pbTitle .buy-opt .buy-btn a {
  color: #fff;
}
.application-detail .pbTitle .buy-opt .free-btn span {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ff5e5e;
  margin-left: 16px;
  margin-right: 22px;
}
.application-detail .line20 {
  width: 100%;
  height: 0.2rem;
}
.application-detail .Pro_Anchor {
  position: relative;
  box-shadow: 0 4px 12px rgba(69, 107, 230, 0.1);
  background: #fff;
  width: 100%;
  z-index: 22;
  overflow: hidden;
}
.application-detail .Pro_Anchor .product-nav {
  float: left;
  width: 100% !important;
}
.application-detail .Pro_Anchor ul li {
  margin-right: 50px;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 40px;
  cursor: pointer;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #242f65;
}
.application-detail .Pro_Anchor ul li.active,
.application-detail .Pro_Anchor ul li:hover {
  color: #242f65;
  border-bottom: #456be6 solid 3px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
}
.application-detail .Pro_Anchor ul li:last-child {
  margin-right: 0;
}
.application-detail .Pro_Anchor .scro {
  overflow-x: auto;
}
.application-detail .Pro_Anchor .scro::-webkit-scrollbar {
  height: 2px;
}
.application-detail .Pro_Anchor .scro::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 3px;
}
.application-detail .Pro_Anchor .scro::-webkit-scrollbar-track-piece {
  background: transparent;
}
.application-detail .app-container {
  padding-bottom: 36px;
  background-color: #fff;
}
.application-detail .app-container .app-container-module {
  background-color: #fff;
  padding-top: 26px;
}
.application-detail .app-container .app-container-module .item-title {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #242f65;
  padding: 13px 0 12px 27px;
  background-color: #f8f8fa;
}
.application-detail .app-container .app-container-module .app-container-box {
  padding: 0;
}
.application-detail .app-container .app-container-module .app-container-box .item1 {
  display: flex;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left {
  width: 712px;
  margin-right: 22px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box {
  border: 1px solid #e8edff;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box:last-child {
  margin-bottom: 1.3rem;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box .service-info {
  padding: 16px 0 19px 28px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box .app-detail-info {
  padding: 16px 26px 14px 28px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box .applicable-pro {
  padding: 13px 0 17px 28px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #535979;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box .applicable-pro a {
  cursor: pointer;
  margin-right: 10px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box .applicable-pro a:hover {
  color: #2d81ff;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box .applicable-pro img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box .after-sales-service {
  padding: 16px 0 22px 28px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box .after-sales-service div {
  display: flex;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .left .item-box .after-sales-service div span:first-child {
  width: 70px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right {
  width: 464px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box {
  border: 1px solid #e8edff;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .service-info {
  padding: 16px 0 19px 28px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .service-info h3 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #242f65;
  margin-bottom: 12px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .other-app {
  padding-top: 16px;
  padding-bottom: 20px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .other-app .app-item {
  cursor: pointer;
  padding: 10px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .other-app .app-item .app-item-left img {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .other-app .app-item .app-item-left .title {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .other-app .app-item .app-item-left a:hover {
  color: #2d81ff;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .other-app .app-item .app-item-right {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #242f65;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .other-app .app-item .app-item-right .num span {
  color: #FF7E00;
}
.application-detail .app-container .app-container-module .app-container-box .item1 .right .item-box .other-app .app-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 408px;
  background-color: #e8edff;
  left: 50%;
  transform: translateX(-50%);
}
.application-detail .app-container .app-container-module .app-container-box .item1 .after-sales-service span,
.application-detail .app-container .app-container-module .app-container-box .item1 .service-info span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #242f65;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .i-service-box ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .func-list .i-func-box .tab-sort ul {
    width: 1.8rem;
  }
  .func-list .i-func-box .tab-sort ul li {
    padding: 18px 0 17px 40px;
    font-size: 16px;
  }
  .func-list .i-func-box .info {
    width: 7.2rem;
  }
  .func-list .i-func-box .info ul {
    grid-template-columns: repeat(4, 1.35rem) !important;
  }
  .func-list .i-func-box .info ul li {
    font-size: 14px !important;
  }
  .p-banner {
    height: 240px;
  }
  .p-banner p.t {
    font-size: 22px;
  }
  .p-banner p.info {
    top: 160px;
    font-size: 17px;
  }
  .hy-price dl,
  .solution dl {
    float: unset;
  }
  .hy-price dl dd,
  .solution dl dd {
    width: 2.8rem;
  }
  .cooperation .highQuality-app ul,
  .application-list .highQuality-app ul,
  .cooperation .free-app ul,
  .cooperation .all-app ul {
    grid-template-columns: repeat(3, 1fr) !important;
    justify-content: space-evenly;
  }
  .cooperation .highQuality-app ul li .right dt,
  .application-list .highQuality-app ul li .right dt,
  .cooperation .free-app ul li .right dt,
  .cooperation .all-app ul li .right dt {
    font-size: 16px;
  }
  .cooperation .highQuality-app ul li .right dd,
  .application-list .highQuality-app ul li .right dd,
  .cooperation .free-app ul li .right dd,
  .cooperation .all-app ul li .right dd {
    font-size: 10px;
  }
  .cooperation .highQuality-app ul li .right .num,
  .application-list .highQuality-app ul li .right .num,
  .cooperation .free-app ul li .right .num,
  .cooperation .all-app ul li .right .num {
    font-size: 16px !important;
  }
  .cooperation .highQuality-app ul li .right a,
  .application-list .highQuality-app ul li .right a,
  .cooperation .free-app ul li .right a,
  .cooperation .all-app ul li .right a {
    font-size: 14px !important;
  }
  .solution dl dd {
    width: auto !important;
    padding-right: 10px;
  }
  .host-model .model-list li {
    width: 100%;
  }
  .host-model .model-list li .item {
    border: none;
    box-shadow: none;
    padding: 20px;
  }
  .host-model .model-list li .item h1 {
    font-size: 0.32rem;
    text-align: center;
  }
  .host-model .model-list li .item .desc {
    text-align: center;
  }
  .host-model .model-list li .item .attr {
    width: 25%;
    float: left;
  }
  .host-model .model-list li .item .attr span {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
  }
  .host-model .model-list li .item .attr em {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
  }
  .host-model .model-list li .item .money {
    font-size: 0.4rem;
    text-align: center;
    border-top: #eee solid 1px;
    padding-top: 0.4rem;
  }
  .host-model .model-list li .item .money small {
    font-size: 0.4rem;
  }
  .host-model .model-list .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94979d;
  }
  .host-model .model-list .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .host-model .model-list .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4c525b;
  }
  .host-model .model-list .bx-wrapper .bx-pager,
  .host-model .model-list .bx-wrapper .bx-controls-auto {
    bottom: -25px;
  }
  .model-list3 .item {
    border: none;
    padding: 0;
  }
  .model-list3 .item dl {
    flex-direction: column;
    padding: 30px;
  }
  .model-list3 .item dl dt {
    align-items: center;
    text-align: center;
  }
  .model-list3 .item dl dt em {
    color: #89919b;
    width: auto;
  }
  .model-list3 .item dl dd.t1 {
    margin: 10px 0;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    padding: 10px 0;
    justify-content: space-between;
  }
  .model-list3 .item dl dd.t1 span {
    font-size: 0.24rem;
    padding: 0 0.1rem;
    align-items: center;
  }
  .model-list3 .item dl dd.t1 span:before {
    display: none;
  }
  .model-list3 .item dl dd.t1 span.price {
    font-size: 0.3rem;
  }
  .model-list3 .item dl dd.t1 span em {
    margin-bottom: 0;
  }
  .model-list3 .item dl dd.t2 {
    justify-content: center;
  }
  .model-list3 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94979d;
  }
  .model-list3 .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .model-list3 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4c525b;
  }
  .model-list3 .bx-wrapper .bx-pager,
  .model-list3 .bx-wrapper .bx-controls-auto {
    bottom: -30px;
  }
  .add-service-price {
    padding-bottom: 0.36rem;
  }
  .add-service-price .productItems {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .add-service-price .productItems .productItem {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .contact-box {
    height: auto;
    padding-bottom: 30px;
  }
  .nov-guide .quit-start {
    width: 5rem;
  }
  .nov-guide .quit-start .guide {
    padding: 0;
  }
  .nov-guide .faq {
    width: 4rem;
  }
  .page-bg-blue {
    background: none;
  }
  .ecology_object dl {
    width: 100%;
    margin-bottom: 15px;
  }
  .ecology_object dl dt {
    left: 50%;
    margin-left: -120px;
  }
  .inner_ban p {
    width: 85%;
    font-size: 15px;
    line-height: 25px;
  }
  .pxs_container {
    width: 580px !important;
  }
  .app-container .app-container-module .app-container-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .application-detail .pbTitle .title {
    font-size: 20px;
  }
  .application-detail .pbTitle .info {
    font-size: 12px;
  }
  .application-detail .pbTitle .buy-opt .scale span,
  .application-detail .pbTitle .time span,
  .application-detail .pbTitle .price span,
  .application-detail .pbTitle .buy-btn span {
    font-size: 14px !important;
  }
  .application-detail .pbTitle .buy-opt .opt li {
    width: 0.8rem;
    font-size: 14px;
  }
  .application-detail .pbTitle .buy-opt .price .num {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 0.36rem !important;
  }
  .func-list .i-func-box .tab-sort ul {
    width: 1.5rem;
  }
  .func-list .i-func-box .tab-sort ul li {
    padding: 20px 0 20px 30px;
    font-size: 0.14rem;
  }
  .func-list .i-func-box .info {
    width: 5.5rem;
    height: 5.85rem;
  }
  .func-list .i-func-box .info ul {
    grid-template-columns: repeat(3, 1.35rem) !important;
  }
  .app-compatibility .container {
    flex-direction: column;
  }
  .add-service .i-service-box .left {
    margin: 16px 14px 28px 22px !important;
  }
  .add-service .i-service-box .left img {
    width: 0.66rem;
    height: 0.66rem;
  }
  .app-compatibility .app-right {
    margin: 60px 0 0 0;
    display: flex;
    justify-content: center;
  }
  .app-compatibility .app-left {
    margin: auto;
  }
  .area-model {
    padding-top: 0.28rem;
  }
  .area-model .container {
    padding: 0;
  }
  .add-service-price .productItems {
    display: grid;
    grid-template-columns: unset;
    gap: 0.2rem;
  }
  .hy-price dl,
  .solution dl {
    float: unset;
  }
  .hy-price dl dd,
  .solution dl dd {
    width: 1.8rem;
  }
  .contact-box .container dl dd button.submit-work {
    width: 0.87rem;
  }
  .nov-guide .novContainer {
    display: unset;
  }
  .nov-guide .quit-start {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .nov-guide .quit-start .guide {
    padding: 0 0.42rem 0.39rem 0.42rem;
  }
  .nov-guide .quit-start .guide .left {
    margin-left: 0;
    font-size: 0.28rem;
  }
  .nov-guide .quit-start .guide .left dd {
    font-size: 0.2rem !important;
  }
  .nov-guide .quit-start .guide2,
  .nov-guide .quit-start .guide3 {
    width: auto !important;
    height: 2.4rem !important;
  }
  .nov-guide .faq {
    padding-bottom: 0.37rem;
    width: 100%;
  }
  .nov-guide .faq .faq-list ul li {
    font-size: 0.24rem;
  }
  .nov-guide .faq .faq-list ul li div i {
    font-size: 0.24rem;
  }
  .cooperation .highQuality-app ul,
  .application-list .highQuality-app ul,
  .cooperation .free-app ul,
  .cooperation .all-app ul {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-content: space-evenly;
  }
  .cooperation .cooperation-class,
  .application-list .cooperation-class {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .cooperation .cooperation-class .class-left,
  .application-list .cooperation-class .class-left {
    width: 100%;
  }
  .cooperation .cooperation-class .class-left ul,
  .application-list .cooperation-class .class-left ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -24px;
  }
  .cooperation .cooperation-class .class-left ul li,
  .application-list .cooperation-class .class-left ul li {
    padding: 11px 32px !important;
  }
  .cooperation .cooperation-class .class-left ul li:nth-child(1),
  .application-list .cooperation-class .class-left ul li:nth-child(1),
  .cooperation .cooperation-class .class-left ul li:nth-child(2),
  .application-list .cooperation-class .class-left ul li:nth-child(2) {
    border-top: 1px solid rgba(229, 229, 229, 0.5);
  }
  .cooperation .cooperation-class .class-left ul li:nth-child(5),
  .application-list .cooperation-class .class-left ul li:nth-child(5),
  .cooperation .cooperation-class .class-left ul li:last-child,
  .application-list .cooperation-class .class-left ul li:last-child {
    border-bottom: unset;
  }
  .cooperation .cooperation-class .class-right,
  .application-list .cooperation-class .class-right {
    background-color: #f8f8fa;
  }
  .cooperation .join,
  .application-list .join {
    margin: 0.2rem 0.32rem;
  }
  .application-list .application-list-tab {
    background-color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.22rem;
    margin-top: 58px;
  }
  .application-list .application-list-tab .list-1,
  .application-list .application-list-tab .list-2,
  .application-list .application-list-tab .list-3 {
    font-size: 0.3rem;
  }
  .application-list .application-list-tab .list-1 ul li,
  .application-list .application-list-tab .list-2 ul li,
  .application-list .application-list-tab .list-3 ul li {
    font-size: 0.24rem;
  }
  .application-list .application-list-tab .s {
    border: 1px solid #e5e5e5;
  }
  .application-list .application-list-tab .s input.box {
    line-height: 50px;
  }
  .pxs_container {
    width: 420px !important;
  }
  .app-container .app-container-module .app-container-box {
    padding: 0;
  }
  .app-container .app-container-module .app-container-box .item1 .right .item-box .other-app .app-item {
    padding: 10px 12px;
  }
  .application-detail .container {
    padding: 0;
  }
  .application-detail .pbTitle .title {
    font-size: 18px;
  }
  .application-detail .pbTitle .info {
    font-size: 10px;
  }
  .application-detail .pbTitle .buy-opt .scale span,
  .application-detail .pbTitle .time span,
  .application-detail .pbTitle .price span,
  .application-detail .pbTitle .buy-btn span {
    font-size: 12px !important;
  }
  .application-detail .pbTitle .buy-opt .opt li {
    width: 0.75rem;
    font-size: 12px;
  }
  .application-detail .pbTitle .buy-opt .price .num {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .application-list-tab .list-1,
  .application-list-tab .list-2,
  .application-list-tab .list-3 {
    padding: 0 15px;
  }
  .application-list-tab .s input.box {
    line-height: 45px;
  }
  .cooperation .highQuality-app .container,
  .application-list .highQuality-app .container,
  .cooperation .free-app .container,
  .cooperation .all-app .container {
    padding: 0 15px !important;
  }
  .cooperation .highQuality-app ul,
  .application-list .highQuality-app ul,
  .cooperation .free-app ul,
  .cooperation .all-app ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .cooperation .highQuality-app ul .right dt,
  .application-list .highQuality-app ul .right dt,
  .cooperation .free-app ul .right dt,
  .cooperation .all-app ul .right dt {
    font-size: 0.28rem !important;
  }
  .cooperation .highQuality-app ul .right dd,
  .application-list .highQuality-app ul .right dd,
  .cooperation .free-app ul .right dd,
  .cooperation .all-app ul .right dd {
    font-size: 0.24rem !important;
  }
  .cooperation .highQuality-app ul .right dd:last-child .num,
  .application-list .highQuality-app ul .right dd:last-child .num,
  .cooperation .free-app ul .right dd:last-child .num,
  .cooperation .all-app ul .right dd:last-child .num {
    font-size: 0.28rem !important;
  }
  .cooperation .highQuality-app ul .right dd:last-child a,
  .application-list .highQuality-app ul .right dd:last-child a,
  .cooperation .free-app ul .right dd:last-child a,
  .cooperation .all-app ul .right dd:last-child a {
    font-size: 0.24rem !important;
  }
  .application-list .highQuality-app .about-news-footer {
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .about-news-footer {
    padding: 0.22rem 0.32rem !important;
  }
  .p-banner {
    height: 150px;
  }
  .p-banner p.t {
    top: 90px;
  }
  .p-banner p.h {
    display: none;
  }
  .p-banner .s {
    top: 80px;
    width: 6.56rem;
  }
  .p-banner .s input.box {
    height: 0.6rem;
  }
  .p-banner .s .button {
    width: 1.3rem;
    height: 0.5rem;
  }
  .line {
    width: 100%;
    overflow: hidden;
    background-color: #e5e5e5;
    height: 0.08rem;
  }
  .func-list {
    background-color: #fff;
    padding-bottom: 0;
  }
  .func-list .container {
    padding: 0;
    margin: 0;
  }
  .func-list h2 {
    margin-top: 0.44rem;
  }
  .func-list .i-func-box .info {
    height: auto;
    width: 100%;
    border: none;
  }
  .func-list .i-func-box .info ul {
    grid-template-columns: repeat(3, 1.92rem) !important;
  }
  .func-list .i-func-box .info ul li {
    font-size: 0.22rem !important;
  }
  .func-list .i-func-box .info .func-info .intro {
    font-size: 0.24rem;
  }
  .func-list .i-func-box .info .func-info .item {
    margin-bottom: 0.46rem;
  }
  .func-list .i-func-box .info .func-info .item .title {
    font-size: 0.24rem;
    margin-bottom: 0.28rem;
  }
  .add-service {
    padding: 0.32rem;
  }
  .add-service .container {
    padding: 0;
    margin: 0;
  }
  .add-service .i-service-tabs {
    display: none;
  }
  .add-service .i-service-box ul {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
  }
  .add-service .i-service-box ul li:not(:last-child) {
    border-bottom: none;
  }
  .add-service .i-service-box ul .left {
    margin: 0.2rem 0.16rem 0.5rem 0.24rem !important;
  }
  .add-service .i-service-box ul .right {
    width: 5.6rem !important;
    margin-top: 6px !important;
  }
  .add-service .i-service-box ul .right .title {
    margin-bottom: 5px !important;
  }
  .add-service .i-service-box ul .right .title .name {
    font-size: 0.24rem !important;
    font-weight: bold !important;
  }
  .add-service .i-service-box ul .right .title .useTro {
    font-size: 0.22rem !important;
  }
  .add-service .i-service-box ul .right .detail {
    font-size: 0.2rem;
  }
  .app-compatibility {
    padding-bottom: 0.44rem;
    padding-top: 0.32rem;
  }
  .app-compatibility .app-left {
    width: 6.56rem;
    height: 2.94rem;
    margin: auto;
  }
  .app-compatibility .app-right {
    margin: 0.7rem 0.32rem 0 0.32rem;
  }
  .app-compatibility .app-right dl dt {
    width: unset;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.44rem;
    color: #242f65;
    margin-bottom: 0.32rem;
  }
  .hy-price dl,
  .solution dl {
    float: unset;
    padding-left: 1.26rem;
  }
  .hy-price dl dt,
  .solution dl dt {
    width: 1.26rem;
  }
  .hy-price dl dt img,
  .solution dl dt img {
    width: 0.78rem;
    bottom: unset;
    top: 0.2rem;
  }
  .hy-price dl dd,
  .solution dl dd {
    width: auto;
    margin: 0.26rem 0.32rem 0.18rem 0;
  }
  .hy-price dl dd span,
  .solution dl dd span {
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #242f65;
  }
  .hy-price dl dd p,
  .solution dl dd p {
    font-size: 0.22rem;
  }
  .hy-price dl:first-child,
  .solution dl:first-child {
    margin-bottom: 0.2rem;
    margin-right: unset !important;
  }
  .solution .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    flex-wrap: wrap !important;
  }
  .host-model .config-box .config-tab {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 25px 0 10px 0;
  }
  .host-model .config-box .config-detail {
    background-color: #f3f5f8;
  }
  .host-model .config-box .config-tab span {
    margin: 0.1rem 0.2rem;
  }
  .model-list3 .item dl {
    flex-direction: column;
    padding: 15px;
  }
  .model-list3 .item {
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .model-list3 .item dl dd.t1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .model-list3 .item dl dd.t2 a {
    width: 100%;
    line-height: 0.76rem;
  }
  .model-list3 .item .t1 .price {
    line-height: 60px;
  }
  .model-list3 ul li:last-child .item {
    margin-bottom: 0;
  }
  .add-service-price .productItems .productItem {
    padding: 0.26rem 0.2rem 0.32rem 0.24rem;
  }
  .add-service-price .productItems .productItem .productContent .images {
    margin-right: 0.16rem;
  }
  .add-service-price .productItems .productItem .productContent .contentItem .name {
    font-size: 0.2rem !important;
  }
  .add-service-price .productItems .productItem .productContent .contentItem .desc {
    font-size: 0.22rem !important;
    width: auto;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .contact-box .container dl {
    margin-bottom: 0.3rem;
  }
  .contact-box .container dl dd button.submit-work {
    width: 2.87rem;
  }
  .func-help ul {
    gap: unset !important;
  }
  .nov-guide .novContainer {
    display: unset;
  }
  .nov-guide .quit-start {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .nov-guide .quit-start .guide {
    justify-content: space-between;
    padding: 0 0.42rem 0.39rem 0.42rem;
  }
  .nov-guide .quit-start .guide .left {
    margin-left: 0;
    font-size: 0.28rem;
  }
  .nov-guide .quit-start .guide .left dd {
    font-size: 0.24rem !important;
  }
  .nov-guide .quit-start .guide2,
  .nov-guide .quit-start .guide3 {
    width: auto !important;
    height: 4.49rem !important;
  }
  .nov-guide .faq {
    padding-bottom: 0.37rem;
    width: 100%;
  }
  .nov-guide .faq .faq-list ul li {
    font-size: 0.24rem;
  }
  .cooperation,
  .application-list {
    padding-top: 0;
  }
  .cooperation .space,
  .application-list .space {
    margin-top: 45px;
  }
  .application-list-tab .s input.box {
    line-height: 0.8rem !important;
  }
  .application-list-tab .s .button {
    width: 0.96rem;
    height: 0.56rem;
    line-height: 0.56rem;
  }
  .list-line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
  }
  .app-container {
    margin-bottom: 0.52rem;
    padding-bottom: 0;
  }
  .app-container .item-box:last-child {
    margin-bottom: unset !important;
  }
  .app-detail-header {
    padding-top: 0 !important;
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 0.32rem;
    border-bottom: 0.32rem solid #F2F2F2;
  }
  .pxs_container {
    width: 500px !important;
    height: auto !important;
    margin-bottom: 0.3rem;
  }
  .application-detail h3 {
    padding: 0.24rem 0 0.24rem 0.32rem;
  }
  .application-detail .pbTitle {
    margin-left: 0.32rem;
  }
  .application-detail .pbTitle .info {
    position: relative;
    height: auto;
    overflow-y: unset;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #535979;
    padding: 0 0 0.24rem 0;
  }
  .application-detail .pbTitle .info:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 800px;
    background-color: #e5e5e5;
    left: 50%;
    transform: translateX(-50%);
  }
  .application-detail .pbTitle .title {
    font-size: 0.32rem;
  }
  .application-detail .pbTitle .buy-opt .scale span,
  .application-detail .pbTitle .time span,
  .application-detail .pbTitle .price span,
  .application-detail .pbTitle .buy-btn span {
    font-size: 0.3rem !important;
  }
  .application-detail .pbTitle .buy-opt .opt li {
    width: 1.4rem;
    font-size: 0.24rem;
  }
  .application-detail .pbTitle .buy-opt .price .num {
    font-size: 0.28rem;
  }
  .Pro_Anchor {
    padding-left: 0.42rem;
  }
  .Pro_Anchor ul li {
    font-size: 0.24rem !important;
    padding-bottom: 0.1rem !important;
    padding-top: 0.1rem !important;
    margin: 0 0.4rem !important;
  }
  .Pro_Anchor ul li:first-child {
    margin-left: 0 !important;
  }
  .app-detail-line {
    display: none;
  }
  .app-container-module {
    margin-top: 0 !important;
  }
  .app-container-module .app-container-box .item1 {
    flex-direction: column;
  }
  .app-container-module .app-container-box .item1 .left,
  .app-container-module .app-container-box .item1 .right {
    width: 100% !important;
  }
  .app-container-module .app-container-box .item1 .mb20 {
    margin-bottom: 0;
  }
  .app-container-module .app-container-box .item1 .other-app {
    padding: 0 !important;
  }
  .app-container-module .app-container-box .item1 .other-app .app-item {
    padding: 0.32rem !important;
  }
  .app-container-module .app-container-box .item1 .other-app .app-item .app-item-left img {
    width: 0.78rem !important;
    height: 0.78rem !important;
  }
  .app-container-module .app-container-box .item1 .other-app .app-item .app-item-left span {
    font-size: 0.28rem !important;
  }
  .app-container-module .item-title {
    font-size: 0.3rem !important;
    padding: 0.2rem 0 0.2rem 0.32rem !important;
  }
  .app-container-module .app-detail-info {
    padding: 0.28rem 0.32rem 0.18rem 0.32rem !important;
  }
}
@media (min-width: 1200px) {
  .bx-wrapper .bx-pager {
    display: none !important;
  }
  .highQuality-app .visible-lg-block,
  .all-app .visible-lg-block {
    display: flex !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highQuality-app .visible-md-block,
  .all-app .visible-md-block {
    display: flex !important;
  }
}
