﻿/* 模块重写 */
/* 字体 */
/* @font-face {
        font-family: 'fontnameRegul';
        src:url('./PingFang Medium.ttf');
    }  */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  /* font-family: fontnameRegul; */
  font-family: "Microsoft YaHei";
}

html, body {
  position: relative;
  /* font-family:"PingFangSC-Medium,PingFang SC"; */
}

ul {
  list-style: none;
}

a,
a:visited,
a:hover,
a:focus,
a:-webkit-any-link,
a:active {
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

.template {
  display: none;
}

.template-btn:nth-child(n+2) {
  margin-left: 10px;
}

input[type="file"] {
  border: none;
}

iframe {
  width: 100%;
  border: 0;
  vertical-align: bottom;
}

a, div, p, ul, li {
  font-size: 16px;
  color: #1F1F1F;
  position: relative;
  flex-shrink: 0;
}

img {
  flex-shrink: 0;
}

button {
  border: 0;
  cursor: pointer;
}

button:hover,
button:focus {
  border: 0;
  outline: 0;
}

input, textarea {
  border: 1px solid #fff;
}

input:focus, textarea:focus {
  outline: none;
  outline-offset: 0;
  background-color: none;
  box-shadow: 0px 3px 9px 0px rgba(236, 236, 236, 0.5);
  border: 1px solid #30CFD0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #C5C5C5;
}

input::-moz-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #C5C5C5;
}

input:-ms-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #C5C5C5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
  width: 100%;
  height: 129px;
  /* overflow: hidden; */
}

/* 显示 */
.display-none {
  display: none !important;
}

.display-show {
  display: block !important;
}

.container-normal {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* 修改插件 */
/* swiper */
.swiper-button-prev {
  background-image: url("https://deeprove-www.oss-cn-hangzhou.aliyuncs.com/img/v1/swiper-l.png");
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.swiper-button-next {
  background-image: url("https://deeprove-www.oss-cn-hangzhou.aliyuncs.com/img/v1/swiper-r.png");
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.swiper-pagination-bullet-active {
  background: #30CFD0;
}

/* 浮动 */
/*清除浮动代码*/
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfloat {
  zoom: 1;
}

.float-r {
  float: right;
}

/* 按钮 */
.btn {
  width: 160px;
  height: 50px;
  background: #30CFD0;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}

.btn:hover {
  opacity: .94;
}

/* 鼠标样式 */
.hand {
  cursor: pointer;
}

/* 英文换行 */
.yingwen {
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

/* 公用 */
.content {
  /* padding: 0 362px 0; */
  max-width: 1196px;
  margin: 0 auto;
  /* box-sizing: border-box; */
}

/* 手机端图片访问 */
.content-phone {
  width: 100vw;
}

.content-ideal-title {
  margin: 0 auto;
  text-align: center;
  width: max-content;
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 2px;
  padding-bottom: 40px;
}

.content-ideal-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 93px;
  height: 6px;
  background: linear-gradient(90deg, #29DDEC 0%, #3891FF 100%);
}

/* .content-ideal-title::after{
    content: '';
    display: block;
    top: -5px;
    left: -17px;
    width: 34px;
    height: 34px;
    position: absolute;
    background: url("https://deeprove-www.oss-cn-hangzhou.aliyuncs.com/img/v1/product-icon.png") no-repeat ;
    background-size: 34px 34px;
    background-position: 0px 1px;
} */
/* 输入框 */
.content-input-block {
  font-size: 12px;
  font-weight: 400;
}

.content-input-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 13px;
}

.content-input-label-required::before {
  content: '*';
  color: #FF614A;
  font-size: 16px;
}

.content-input-input {
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 0px rgba(236, 236, 236, 0.5);
  border-radius: 5px;
  padding: 6px 9px;
}

.content-input-textarea {
  box-sizing: border-box;
  padding: 10px 10px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 0px rgba(236, 236, 236, 0.5);
  border-radius: 5px;
}

.content-input-flex {
  display: flex;
  align-items: center;
}

.content-input-flex>.content-input-input {
  width: 272px;
  margin-right: 28px;
}

.content-input-select-div {
  /* width: 100px;
    padding: 6px 27px 6px 31px;
    box-sizing: border-box; */
}

.content-input-select-val {
  font-size: 12px;
  font-weight: 500;
  color: #30CFD0;
  line-height: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 0px rgba(236, 236, 236, 0.5);
  border-radius: 5px;
  width: 100px;
  padding: 6px 27px 6px 31px;
  box-sizing: border-box;
  cursor: pointer;
}

.content-input-select-img {
  width: 10px;
}

.content-input-select-list {
  position: absolute;
  top: 29px;
  left: 0;
  box-shadow: 0px 3px 9px 0px rgba(236, 236, 236, 0.5);
  border-radius: 5px;
  width: 100px;
}

.content-input-select-list>li {
  background: #FFFFFF;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  border-bottom: 1px solid #F8F8F8;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  cursor: pointer;
}

.content-input-select-list>li:last-child {
  border: 0;
}

/* 表单异常 */
.content-error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 11px;
  font-weight: 400;
  color: #FF614A;
  line-height: 16px;
}

/* 表单成功 */
.content-ok {
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 32px 14px 62px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  background: #fff url('https://deeprove-www.oss-cn-hangzhou.aliyuncs.com/img/v1/icon-ok.png') no-repeat;
  background-size: 16px 16px;
  background-position: 32px 16px;
}

/* 副标题 */
.content-subtitle {
  font-size: 24px !important;
  font-weight: bold !important;
}

/* 模板 */
.template {
  display: none;
}

/* 模块 */
.header, header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.c-header-scroll {
  background: #020923;
}

.c-header-scroll-yimianlite {
  background: #FF614A;
}

.c-header-scroll-bestest {
  background: #fff;
}

.c-header {
  width: 100%;
  /* padding: 8px  385px 4px 360px; */
  /* padding: 8px  20vw 4px 18.75vw; */
  box-sizing: border-box;
}

.c-header-block {
  width: 1200px;
  margin: 0 auto;
  padding: 8px 0 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 导航栏头部适配 */
@media screen and (max-width: 1190px) {
  .c-header-block {
    width: 100%;
    margin: 0 auto;
    padding: 8px 0 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.c-header-bg {
  width: 100%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-header-logo {
  width: 163px;
  height: 43px;
  z-index: 10;
}

.c-header-list {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  /* flex-shrink: 1; */
}

.c-header-li {
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  margin-right: 68px;
  cursor: pointer;
}

.c-header-li:last-child {
  margin-right: 0;
}

.c-header-li>a {
  color: #fff;
}

.c-header-li-product {
  /* display: flex; */
  /* align-items: center; */
  margin-right: 86px;
}

.c-header-li-product>img {
  width: 18px;
  /* margin-left: 3px; */
  position: absolute;
  top: 1px;
  right: -21px;
}

.c-header-product {
  position: absolute;
  top: 69px;
  left: -101px;
  background: #fff;
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  width: 285px;
  overflow: hidden;
}

.c-header-product-li {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 0 16px 24px;
}

.c-header-product-li:hover {
  background: #F7F8FC;
}

.c-header-list>li:hover>a, .c-header-list>li:hover>span {
  opacity: .8;
}

.c-header-product>li:last-child .c-header-product-li {
  margin-bottom: 0;
}

.c-header-product-li>img {
  width: 45px;
  margin-right: 20px;
}

.c-header-product-li-title {
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 4px;
}

.c-header-product-li-text {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 20px;
}

.c-header-product-li-ok::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* 体验 */
.experience {
  height: 250px;
}

.experience-white {
  background: #fff !important;
}

.c-experience {
  background: #F7F8FC;
  text-align: center;
  padding-top: 58px;
}

.c-experience-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  margin-bottom: 42px;
}

.c-experience-btn {
  width: 160px;
  height: 50px;
  box-shadow: 0px 6px 15px 0px rgba(48, 207, 208, 0.38);
  margin-bottom: 58px;
}

/* 底部 */
.footer {
  height: 122px;
}

.c-footer-content {
  height: 122px;
  background: linear-gradient(134deg, rgba(0, 56, 117, 1) 0%, rgba(48, 207, 208, 1) 100%);
  box-sizing: border-box;
  padding: 23px 0 14px;
}

.c-footer-content-yimianlite {
  height: 122px;
  box-sizing: border-box;
  padding: 23px 0 14px;
  background: linear-gradient(135deg, #F14145 0%, #F47A58 100%);
}

.c-footer-top {
  padding-left: 360px;
  display: flex;
  align-content: center;
  margin-bottom: 26px;
}

.c-footer-top-img {
  margin-right: 80px;
  width: 164px;
}

.c-footer-top-text>p {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 17px;
  margin-bottom: 8px;
}

.c-footer-top-text>p:last-child {
  margin-bottom: 0;
}

.c-footer-beian {
  font-size: 12px;
  font-weight: 400;
  color: #C5C5C5;
  line-height: 17px;
  text-align: center;
  display: block;
}

/* 首页 */
.p-index-video-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000000000000;
}

.p-index-video-content-block {
  width: 974px;
  margin: 100px auto 0;
  position: relative;
  cursor: pointer;
}

.p-index-video-content-close {
  width: 37px;
  height: 55px;
  background: url(https://deeprove-www.oss-cn-hangzhou.aliyuncs.com/img/v1/sahnchu.png);
  background-size: 100% 100%;
  position: absolute;
  top: -55px;
  right: 0;
  cursor: pointer;
  z-index: 1000000000;
}

.p-index-top {
  width: 100%;
  /* padding: 174px 304px 0 172px; */
  padding: 174px 0 172px;
  box-sizing: border-box;
  min-height: 777px;
  /* height: 71vh; */
  margin-bottom: 74px;
  background: url('https://deeprove-www.oss-cn-hangzhou.aliyuncs.com/img/v1/top.png');
  background-repeat: no-repeat;
}

.p-index-top-block {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.p-index-top-block-left {
  margin-right: 100px;
}

.p-index-top-img {
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1903px;
}

.p-index-top-title {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  margin-bottom: 20px;
}

.p-index-top-text {
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 100px;
}

.p-index-video-blcok {}

.p-index-video-blcok-img {
  width: 690px;
}

.p-index-video-blcok-btn {
  width: 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.p-index-video {
  width: 690px;
  height: 400px;
}

.p-index-top-right-bg {
  position: absolute;
  bottom: -72px;
  right: -39px;
  width: 759px;
  z-index: -1;
}

.p-index-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 2px;
  text-align: center;
}

.p-index-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
  width: 90px;
  height: 9px;
  background: #30CFD0;
}

.p-index-title-100 {
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 2px;
  text-align: center;
}

.p-index-title-100::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  width: 90px;
  height: 9px;
  background: #30CFD0;
}

.p-index-content {
  /* padding: 0 362px 100px;
    box-sizing: border-box; */
  padding-bottom: 100px;
}

.p-index-product {
  margin-top: 180px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 184px;
}

.p-index-product-block {
  width: 360px;
  padding: 26px 43px 29px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 23px 3px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  flex-shrink: 0;
  margin-right: 60px;
}

.p-index-product-icon {
  width: 130px;
  margin-bottom: 24px;
}

.p-index-product-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 11px;
}

.p-index-product-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.p-index-product-text {
  height: 180px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 27px;
  text-align: left;
}

.p-index-product-btn {
  width: 149px;
  height: 40px;
}

.p-index-core {
  margin-top: 268px;
  display: flex;
  align-content: flex-end;
  margin-bottom: 206px;
}

.p-index-core-left {
  margin-right: 48px;
}

.p-index-core-left-li {
  padding: 38px 44px 38px 19px;
  width: 531px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  box-sizing: border-box;
}

.p-index-core-left-li:last-child {
  margin-bottom: 0;
}

.p-index-core-left-li-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  padding: 0 209px 0 32px;
  flex-shrink: 0;
  width: 120px;
  color: #BDBDBD;
}

.p-index-core-right-block {
  width: 600px;
}

.p-index-core-right-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.p-index-core-right-text {
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-bottom: 12px;
}

.p-index-core-right-text:last-child {
  margin-bottom: 0;
}

.p-index-core-right-img {
  max-width: 600px;
}

.p-index-core-right-circular {
  width: 144px;
  position: absolute;
  top: -75px;
  left: 97px;
}

.p-index-core-left-icon {
  width: 55px;
}

.p-index-core-left-right {
  width: 52px;
}

.p-index-core-right-content {
  height: 130px;
  margin-bottom: 54px;
}

.p-index-core-left-li-hover {
  background: linear-gradient(316deg, rgba(25, 216, 204, 1) 0%, rgba(36, 112, 208, 1) 100%);
  box-shadow: 0px 24px 25px 0px rgba(203, 203, 203, 0.5);
}

.p-index-core-left-li-hover .p-index-core-left-li-title {
  color: #fff;
}

/* 首页-合作伙伴 */
.p-index-cooperation {
  margin-top: 127px;
}

.p-index-cooperation-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 38px;
}

.p-index-cooperation-channel {
  margin-bottom: 82px;
}

.p-index-cooperation-channel img, .p-index-cooperation-agent img {
  width: 240px;
}

.p-index-cooperation-agent {
  margin-bottom: 74px;
}

.p-index-cooperation-agent:last-child {
  margin-bottom: 0;
}

/* 背景图 */
.p-index-left {
  width: 468px;
  position: absolute;
  left: 0;
  top: 1316px;
  z-index: -1;
}

.p-index-right {
  width: 602px;
  position: absolute;
  right: 0;
  top: 689px;
  z-index: -1;
}

/* Ai开放平台 */
/* 顶部 */
.p-ai-top-img {
  /* width: 100%; */
  width: 1903px;
  display: block;
  margin: 0 auto;
  min-width: 100%;
}

.p-ai-top {
  margin-bottom: 87px;
  min-height: 649px;
}

.p-ai-top-block {
  position: absolute;
  top: 222px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
}

.p-ai-top-title {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  line-height: 63px;
  margin-bottom: 119px;
}

.p-ai-core-content {
  margin-bottom: 110px;
  width: 1250px;
  max-width: 1250px;
}

.p-ai-cooperation {
  margin-bottom: 156px;
}

.p-ai-cooperation-channel img {
  width: 240px;
}

/* 内容 */
.p-ai-content {
  margin-bottom: 95px;
}

.p-ai-core {
  display: flex;
  margin-top: 56px;
}

.p-ai-core-block {
  width: 367px;
  max-height: 446px;
  padding: 40px 44px 30px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 74px;
}

.p-ai-core-block:nth-child(3n) {
  margin-right: 0;
}

.p-ai-core-block:hover {
  box-shadow: 0px 24px 22px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.p-ai-core-img {
  width: 200px;
  margin-bottom: 30px;
}

.p-ai-core-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 14px;
}

.p-ai-core-text {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  text-align: left;
}

/* 技术 */
.p-ai-technology {
  margin: 119px auto 128px;
  width: 1200px;
}

.p-ai-technology-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  margin-bottom: 95px;
}

.p-ai-technology-img {
  width: 1200px;
}

/* 标准 */
.p-ai-standard {
  margin-bottom: 107px;
}

.p-ai-standard-img {
  width: 1903px;
  display: block;
  margin: 0 auto;
  min-width: 100%;
}

.p-ai-standard-content {
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
}

.p-ai-standard-content>.p-index-title {
  color: #fff;
  margin-bottom: 140px;
}

.p-ai-standard-text {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 61px;
  text-align: center;
}

.p-ai-cooperation {
  margin-top: 124px;
}

/* 关于 */
/* 顶部 */
.p-about-top {
  min-height: 502px;
  margin-bottom: 60px;
}

.p-about-top-img {
  width: 1903px;
  display: block;
  margin: 0 auto;
  min-width: 100%;
}

.p-about-top-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.p-about-top-title {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  line-height: 63px;
  letter-spacing: 2px;
  width: 580px;
}

/* 内容 */
.p-about-content {
  margin-bottom: 122px;
  min-height: 53vh;
}

.p-about-nav {
  width: 489px;
  display: flex;
  margin: 0 auto 84px;
}

.p-about-nav-btn {
  width: 123px;
  height: 53px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-right: 60px;
  cursor: pointer;
}

.p-about-nav-btn-hover {
  background: url("https://deeprove-www.oss-cn-hangzhou.aliyuncs.com/img/v1/about/nav-bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  color: #fff;
}

.p-about-synopsis-content {
  margin-top: 139px;
  margin-bottom: 123px;
}

.p-about-synopsis-content-company {
  width: 756px;
}

.p-about-synopsis-block {
  position: absolute;
  top: 50%;
  /* right: -50px; */
  left: 663px;
  transform: translateY(-50%);
  /* padding: 73px 28px; */
  padding: 30px 26px;
  width: 540px;
  height: 286px;
  background: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.p-about-synopsis-block-left {
  width: 59px;
  position: absolute;
  bottom: -27px;
  left: -30px;
  z-index: 10;
}

.p-about-synopsis-block-circular {
  width: 197px;
  position: absolute;
  bottom: 110px;
  right: -94px;
  z-index: -1;
}

.p-about-synopsis-block-text {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 35px;
}

.p-about-synopsis-dian {
  width: 338px;
  position: absolute;
  top: -60px;
  left: -62px;
  z-index: -1;
}

.p-about-synopsis-honor {
  margin-top: 133px;
}

.p-about-synopsis-honor-block {
  display: flex;
}

.p-about-synopsis-honor-block:first-child {
  margin-bottom: 80px;
}

.p-about-synopsis-honor-img {
  width: 315px;
  margin-right: 128px;
}

.p-about-job-email {
  font-size: 16px;
  font-weight: 400;
  color: #30CFD0;
  line-height: 22px;
  margin-bottom: 50px;
  text-align: center;
}

.p-about-job-list {
  display: flex;
}

.p-about-job-block {
  width: 585px;
  height: 650px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.p-about-job-block:first-child {
  margin-right: 29px;
}

.p-about-job-content {
  width: 100%;
  padding: 30px 40px 77px;
  box-sizing: border-box;
}

.p-about-job-img {
  width: 100%;
}

.p-about-job-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.p-about-job-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 14px;
}

.p-about-job-jobTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}

.p-about-job-text {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 21px;
}

.p-about-job-job {
  height: 126px;
  margin-bottom: 20px;
}

.p-about-contact {
  width: 1200px;
  height: 238px;
  background: #F7F8FC;
  border-radius: 10px;
  padding: 60px 0 58px;
  box-sizing: border-box;
}

.p-about-contact {
  display: flex;
}

.p-about-contact-block {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}

.p-about-contact-img {
  width: 120px;
  margin-right: 46px;
}

.p-about-contact-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 26px;
}

.p-about-contact-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  max-width: 382px;
}

.p-about-contact-block:last-child .p-about-contact-img {
  margin-right: 35px;
}

/* 加盟 */
/* 顶部 */
/* 顶部 */
.p-join-top-img {
  width: 1903px;
  display: block;
  margin: 0 auto;
  min-width: 100%;
}

.p-join-top {
  min-height: 649px;
  margin-bottom: 87px;
}

.p-join-top-block {
  position: absolute;
  top: 222px;
  left: 50%;
  transform: translateX(-50%);
}

.p-join-top-title {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  line-height: 63px;
  margin-bottom: 119px;
}

.p-join-top-block>button {
  margin: 0 auto;
  display: block;
}

/*  招商计划 */
.p-join-plan {
  margin-top: 156px;
  margin-bottom: 120px;
}

.p-join-plan-block {
  display: flex;
  align-items: center;
}

.p-join-plan-block:first-child {
  margin-bottom: 116px;
}

.p-join-plan-img {
  width: 587px;
}

.p-join-plan-left {
  margin-right: 94px;
}

.p-join-plan-content {
  max-width: 461px;
}

.p-join-plan-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 40px;
}

.p-join-plan-text {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}

.p-join-plan-icon {
  width: 94px;
  position: absolute;
}

.p-join-plan-dian {
  width: 339px;
  position: absolute;
}

.p-join-plan1-icon {
  top: 50%;
  left: 540px;
  transform: translateY(-50%);
}

.p-join-plan1-dian {
  top: -50px;
  left: -46px;
  z-index: -1;
}

.p-join-plan2-icon {
  top: 50%;
  left: 505px;
  transform: translateY(-50%);
}

.p-join-plan2-dian {
  top: -50px;
  left: 845px;
  z-index: -1;
}

/* 发展计划 */
.p-join-develop {
  background: #F7F8FC;
  padding: 70px 0 154px;
}

.p-join-develop-tip {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-top: 97px;
  margin-bottom: 87px;
}

.p-join-develop-swiper {
  width: 990px;
  margin: 0 auto;
}

.p-join-swiper-block {
  transform: scale(0.77);
  opacity: 0.6;
  width: 850px;
  height: 370px;
  overflow: hidden;
}

.p-join-swiper-block-prev {
  position: absolute;
  left: -374px;
  top: 0;
}

.p-join-swiper-block-next {
  position: absolute;
  right: -374px;
  top: 0;
}

.p-join-swiper-block-content-prev {
  position: absolute;
  left: -850px;
  top: 0;
}

.p-join-swiper-block-content-next {
  position: absolute;
  right: 850px;
  top: 0;
}

.p-join-swiper-block-content {
  width: 100%;
  display: flex;
}

.p-join-swiper {
  width: 850px;
}

.p-join-swiper-slide {
  /* width: 850px !important; */
  /* height: 370px; */
  background: #FFFFFF;
  box-shadow: 0px 10px 23px 7px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 56px 53px 54px 42px;
  box-sizing: border-box;
}

.p-join-swiper-slide-img {
  width: 260px;
  margin-right: 59px;
}

.p-join-swiper-slide-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 7px;
}

.p-join-swiper-slide-content {}

.p-join-swiper-slide-text {
  width: 416px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-bottom: 22px;
}

.p-join-swiper-slide-list {}

.p-join-swiper-slide-list>li {
  font-weight: bold;
  line-height: 31px;
  display: flex;
  align-items: center;
}

.p-join-swiper-slide-list>li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #30CFD0;
  margin-right: 11px;
}

.p-join-swiper-slide-list-right {
  position: absolute;
  top: 0;
  left: 236px;
}

.p-join-swiper-slide-list-right>li {
  font-weight: bold;
  line-height: 31px;
  display: flex;
  align-items: center;
}

.p-join-swiper-slide-list-right>li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #30CFD0;
  margin-right: 11px;
}

.p-join-swiper-prev {
  left: 0;
}

.p-join-swiper-next {
  right: 0;
}

/* .swiper-slide-next,.swiper-slide-prev{
    transform: scale(0.77);
} */
/* 加盟条件 */
.p-join-terms {
  height: 862px;
}

.p-join-terms-title {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.p-join-terms-img {
  width: 100%;
}

.p-join-terms-block {
  width: 1200px;
  height: 373px;
  background: #FFFFFF;
  box-shadow: 0px 14px 23px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: absolute;
  top: 224px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 68px;
}

.p-join-terms-text {
  width: 880px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 21px;
}

.p-join-terms-text:last-child {
  margin-bottom: 0;
}

.p-join-terms-block-img {
  width: 175px;
  position: absolute;
  top: 350px;
  left: 1020px;
}

/* 加盟我们 */
.p-join-my {
  background: #F7F8FC;
  padding-top: 38px;
  padding-bottom: 44px;
  width: 100%;
}

.p-join-my-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}

.p-join-my input {
  width: 400px;
  box-sizing: border-box;
}

.p-join-my-content {
  display: flex;
  width: 850px;
  margin: 0 auto 22px;
}

.p-join-my-block:first-child {
  margin-right: 50px;
}

.p-join-my-content-no {
  margin-bottom: 0;
}

.p-join-my-btn {
  width: 130px;
  height: 40px;
  display: block;
  margin: 50px auto 0;
}

.p-join-my-consult-title {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 46px;
}

.p-join-my-consult-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 12px;
}

.p-join-my-consult {
  position: absolute;
  top: 192px;
  left: 1000px;
}

/* 一面产品页 */
.p-yimian-top {
  width: 100%;
  padding: 244px 0 0 0;
  box-sizing: border-box;
  height: 696px;
  margin-bottom: 134px;
}

.p-yimian-top-block {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.p-yimian-top-left {
  margin-right: 130px;
}

.p-yimian-top-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1903px;
  display: block;
  min-width: 100%;
}

.p-yimian-top-title {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  margin-bottom: 20px;
}

.p-yimian-top-text {
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 100px;
}

.p-yimian-video {
  width: 400px;
  height: 400px;
}

/* .p-yimian-top-right-bg{
    position: absolute;
    bottom: 0;
    left: 918px;
    width: 759px;
    z-index: 10;
} */
.p-yimian-top-right-bg {
  width: 759px;
  margin-top: -107px;
}

.p-yimian-top-btn {
  background: #FFFFFF;
  color: #1197DC;
}

/* 理想中的产品 */
.p-yimian-ideal-list {
  display: flex;
  margin: 123px 0 210px;
}

.p-yimian-ideal-block {
  margin-right: 32px;
  width: 276px;
  height: 278px;
  box-shadow: 0px 6px 19px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.p-yimian-ideal-block-bg {
  width: 276px;
  height: 278px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.p-yimian-ideal-normal {
  padding: 13px 28px 42px;
  box-sizing: border-box;
}

.p-yimian-ideal-hover {
  padding: 71px 28px 0;
  box-sizing: border-box;
}

.p-yimian-ideal-icon {
  display: block;
  width: 180px;
  margin: 0 auto 10px;
}

.p-yimian-ideal-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  text-align: center;
}

.p-yimian-ideal-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 276px;
  height: 278px;
}

.p-yimian-ideal-hover-title {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
  margin-bottom: 52px;
}

.p-yimian-ideal-hover-text {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
  text-align: center;
}

.p-yimian-ai {
  padding: 75px 0 225px;
  background: linear-gradient(357deg, rgba(255, 255, 255, 1) 0%, rgba(247, 248, 252, 1) 100%);
}

.p-yimian-ai-content {
  width: 1060px;
  margin: 139px auto 0;
  display: flex;
  align-items: center;
}

.p-yimian-ai-content-left {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  border: 1px solid rgba(218, 230, 247, 1);
  width: 615px;
  height: 252px;
  padding: 46px 77px 36px 55px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  margin-right: -22px;
}

.p-yimian-ai-content-left-block {
  margin-right: 52px;
}

.p-yimian-ai-content-left-block>img {
  width: 50px;
  margin-bottom: 5px;
}

.p-yimian-ai-content-left-title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.p-yimian-ai-content-left-text {
  font-weight: 500;
  line-height: 19px;
}

.p-yimian-ai-content-left-text>span {
  color: #30CFD0;
}

.p-yimian-ai-content-left2 {
  padding-left: 101px;
}

.p-yimian-ai-content-left2 .p-yimian-ai-content-left-block {
  margin-right: 62px;
}

.p-yimian-ai-content-right {
  width: 445px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  border: 1px solid rgba(218, 230, 247, 1);
  padding: 20px 18px 26px;
  box-sizing: border-box;
}

.p-yimian-ai-content-right-content {
  width: 408px;
  background: rgba(248, 248, 252, 1);
  padding: 46px 16px 40px;
  box-sizing: border-box;
}

.p-yimian-ai-content-right-block {
  width: 100%;
  padding: 24px 62px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.p-yimian-ai-content-right-block:first-child {
  margin-bottom: 21px;
}

.p-yimian-ai-content-right-block-hour {
  font-size: 27px;
  font-weight: 500;
  color: #30CFD0;
  line-height: 33px;
}

.p-yimian-ai-content-right-block-text {
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  width: 128px;
  margin-right: 35px;
}

.p-yimian-ai-content-right-block-hover {
  background: linear-gradient(135deg, #4DB8D6 0%, #1AD8CC 100%);
}

.p-yimian-ai-content-right-block-hover>span {
  color: #fff;
}

/* 架构 */
.p-yimian-framework {
  margin-bottom: 196px;
}

.p-yimian-framework-bg {
  min-width: 100%;
  width: 1903px;
  margin: 0 auto;
  max-height: 398px;
}

.p-yimian-framework-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 1200px;
}

.p-yimian-framework-content-left {
  padding-top: 158px;
  margin-right: 60px;
}

.p-yimian-framework-content-left-title {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 53px;
  letter-spacing: 4px;
  margin-left: -20px;
  margin-bottom: 12px;
}

.p-yimian-framework-content-left-text {
  font-weight: 500;
  color: #E5E5E5;
  line-height: 22px;
  letter-spacing: 1px;
}

.p-yimian-framework-content-block {
  padding: 86px 56px 92px;
  text-align: center;
}

.p-yimian-framework-content-img {
  width: 114px;
  margin-bottom: 46px;
}

.p-yimian-framework-content-title {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 10px;
}

.p-yimian-framework-content-text {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}

.p-yimian-framework-hover {
  transform: scale(1.12);
  box-shadow: 0px 7px 21px 11px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.p-yimian-framework-hover .p-yimian-framework-content-img {
  color: #1F1F1F;
  margin-bottom: 61px;
}

.p-yimian-framework-hover .p-yimian-framework-content-title {
  color: #1F1F1F;
  margin-bottom: 17px;
}

.p-yimian-framework-hover .p-yimian-framework-content-text {
  color: #1197DC;
}

/* 核心模块 */
.p-yimian-core {
  padding: 0 0 158px;
  width: 1134px;
  margin: 0 auto;
  box-sizing: border-box;
}

.p-yimian-core-content {
  margin-top: 156px;
  display: flex;
  align-items: center;
}

.p-yimian-core-left {
  margin-right: 70px;
}

.p-yimian-core-block {
  padding: 58px 23px 31px;
  width: 348px;
  height: 217px;
  box-sizing: border-box;
  margin-bottom: 27px;
}

.p-yimian-core-block:last-child {
  margin-bottom: 0;
}

.p-yimian-core-block-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}

.p-yimian-core-block-text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
}

.p-yimian-core-img {
  width: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.p-yimian-core-bg {
  width: 310px;
  height: auto;
  margin-right: 70px;
}

.p-yimian-core-hover {
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: #fff;
}

.p-yimian-core-bg1 {
  position: absolute;
  top: -114px;
  left: 0;
  width: 695px;
  z-index: -1;
}

.p-yimian-core-bg2 {
  position: absolute;
  top: -201px;
  right: 0;
  width: 695px;
  z-index: -1;
}

/* 游戏测评产品页 */
.p-bestest-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 2px;
  text-align: center;
  color: #003473;
}

.p-bestest-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
  width: 93px;
  height: 6px;
  background: linear-gradient(90deg, #29DDEC 0%, #3891FF 100%);
}

.p-bestest-top {
  width: 100%;
  padding: 120px 0 0 1018px;
  padding: 120px 0 0 53vw;
  box-sizing: border-box;
  /* height: 60vh; */
  min-height: 596px;
  margin-bottom: 95px;
}

.p-bestest-top-block {
  text-align: right;
}

.p-bestest-top-img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  width: 1903px;
  transform: translateX(-50%);
}

.p-bestest-top-title {
  font-size: 50px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 15px;
  color: #003473;
}

.p-bestest-top-text {
  font-size: 27px;
  font-weight: 300;
  color: #003473;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 100px;
}

.p-bestest-top-right {
  max-width: 516px;
}

.p-bestest-top-block-img {
  width: 140px;
  margin-right: -6px;
}

/* 游戏评测 */
.p-bestest-assess {}

.p-bestest-assess-content {
  display: flex;
  box-sizing: border-box;
  padding: 82px 0 112px;
  align-items: center;
  width: 1090px;
  margin: 0 auto;
}

.p-bestest-assess-left {
  margin-right: 168px;
  max-width: 460px;
}

.p-bestest-assess-left-title {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #003473;
  line-height: 42px;
  margin-bottom: 47px;
}

.p-bestest-assess-left-text {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 28px;
}

.p-bestest-assess-left-text:last-child {
  margin-bottom: 0;
}

.p-bestest-assess-right {
  width: 460px;
}

.p-bestest-assess-dian {
  position: absolute;
  top: 70px;
  left: 0;
  width: 301px;
  z-index: -1;
}

/* 导航模块 */
.p-bestest-nav {
  margin-bottom: 221px;
}

.p-bestest-nav-list {
  display: flex;
  margin: 0 auto;
  width: max-content;
  margin-bottom: 101px;
}

.p-bestest-nav-btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #30CFD0;
  color: #30CFD0;
  text-align: center;
  cursor: pointer;
  margin-right: 69px;
}

.p-bestest-nav-btn-hover {
  width: 150px;
  height: 50px;
  background: #30CFD0;
  color: #fff;
}

.p-bestest-nav-content {
  width: 100%;
  height: 362px;
  background: #F2F6FB;
}

.p-bestest-nav-content-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  /* top: -107px; */
  display: flex;
  align-items: center;
}

.p-bestest-nav-content-img {
  /* position: absolute;
    left: 432px;
    top: -107px; */
  /* width: 412px; */
  /* margin-right: 160px; */
  display: block;
  margin: 0 auto;
}

.p-bestest-nav-content-img-block {
  width: 500px;
  margin-right: 72px;
}

.p-bestest-nav-content-title {
  font-size: 30px;
  font-weight: 500;
  color: #003473;
  line-height: 42px;
  margin-bottom: 40px;
}

.p-bestest-nav-content-title>span {
  z-index: 10;
  position: relative;
}

.p-bestest-nav-content-text {
  width: 510px;
  font-weight: 400;
  line-height: 30px;
  z-index: 10;
}

.p-bestest-nav-content-bg {
  /* width: 373px; */
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 解决方案 */
.p-bestest-programme-content {
  display: flex;
  margin-top: 126px;
}

.p-bestest-programme {
  padding: 53px 0 114px;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}

.p-bestest-programme-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1903px;
  min-width: 100%;
}

.p-bestest-programme-content-left {
  padding: 100px 32px 123px;
  background: url("https://deeprove-www.oss-cn-hangzhou.aliyuncs.com/img/v1/bestest/bestest-programme-bg2.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}

.p-bestest-programme-content-left-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 33px;
}

.p-bestest-programme-content-left-text {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 38px;
  width: 292px;
}

.p-bestest-programme-center-content {
  display: flex;
}

.p-bestest-programme-center-title {
  width: 496px;
  height: 50px;
  line-height: 50px;
  background: #30CFD0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
}

.p-bestest-programme-center-content {
  background: #fff;
}

.p-bestest-programme-center-block {
  padding: 49px 29px 70px 20px;
  box-sizing: border-box;
  height: 322px;
}

.p-bestest-programme-center-block-title {
  font-size: 22px;
  font-weight: 500;
  color: #003473;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: center;
}

.p-bestest-programme-center-text {
  font-weight: 400;
  line-height: 30px;
  max-width: 209px;
  color: #666666;
}

.p-bestest-programme-center-block:last-child {
  padding-left: 0;
}

.p-bestest-programme-right-title {
  width: 328px;
  height: 50px;
  line-height: 50px;
  background: #287BDE;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF
}

.p-bestest-programme-right-text {
  padding: 102px 36px 70px;
  background: #FFFFFF;
  width: 329px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  box-sizing: border-box;
  height: 322px;
}

/* 轮播 */
.p-bestest-advantage {
  margin: 145px auto 106px;
  width: 1100px;
}

.p-bestest-advantage-model-bg {
  width: 561px;
  position: absolute;
  top: -74px;
  right: 0;
}

.p-bestest-advantage .swiper-button-prev {
  left: 0;
}

.p-bestest-advantage .swiper-button-next {
  right: 0;
}

.p-bestest-advantage .swiper-pagination {
  bottom: 0;
}

.p-bestest-advantage {}

.p-bestest-advantage-slide {
  box-sizing: border-box;
  padding: 0 114px 42px;
}

.p-bestest-advantage-block {
  background: #FFFFFF;
  box-shadow: 0px 6px 25px 3px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 24px 43px 40px 44px;
  box-sizing: border-box;
}

.p-bestest-advantage-block-top {
  display: flex;
  margin-bottom: 21px;
  align-items: center;
}

.p-bestest-advantage-top-title {
  font-size: 30px;
  font-weight: 500;
  color: #003473;
  line-height: 42px;
  z-index: 10;
}

.p-bestest-advantage-icon {
  width: 110px;
  margin-right: 36px;
  z-index: 10;
}

.p-bestest-advantage-block-content {
  display: flex;
}

.p-bestest-advantage-block-left {
  background: #FAFAFA;
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  padding: 10px 22px 20px;
  margin-right: 45px;
  width: 370px;
  box-sizing: border-box;
  height: 250px;
}

.p-bestest-advantage-block-left-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 14px;
}

.p-bestest-advantage-block-right {
  background: #F2F6FB;
  border-radius: 10px;
  border: 1px solid #D6E6F9;
  height: 250px;
  width: 370px;
  padding: 10px 22px 20px;
  box-sizing: border-box;
}

.p-bestest-advantage-block-right-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  width: 104px;
  color: #003473;
  margin-bottom: 14px;
}

.p-bestest-advantage-block-left-text {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.p-bestest-advantage-block-right-text {
  font-size: 18px;
  font-weight: 400;
  color: #003473;
  line-height: 30px;
}

.p-bestest-advantage-bg {
  position: absolute;
  left: 140px;
  top: 0;
  width: 120px;
  z-index: 1;
}

/* 一面lite产品页 */
.p-yimianlite-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 2px;
  text-align: center;
}

.p-yimianlite-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
  width: 93px;
  height: 6px;
  background: linear-gradient(135deg, #F14145 0%, #F47A58 100%);
}

.p-yimianlite-top {
  width: 100%;
  padding: 210px 0 0 0;
  box-sizing: border-box;
  min-height: 680px;
  /* height: 70vh; */
  margin-bottom: 112px;
}

.p-yimianlite-top-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1903px;
  display: block;
  min-width: 100%;
}

.p-yimianlite-top-block {
  width: 1200px;
  margin: 0 auto;
}

.p-yimianlite-top-title {
  font-size: 50px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 70px;
  color: #fff;
}

.p-yimianlite-top-text {
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 100px;
}

.p-yimianlite-top-phone {
  width: 678px;
  position: absolute;
  left: 51.2%;
  top: 83px;
}

/* 产品详情 */
.p-yimianlite-details {
  width: 1390px;
  margin: 103px auto 140px;
}

.p-yimianlite-details-block {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.p-yimianlite-details-block:last-child {
  margin: 0;
}

.p-yimianlite-details-icon {
  width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.p-yimianlite-details-block-left {
  margin-right: 90px;
}

.p-yimianlite-details-bg {
  width: 666px;
}

.p-yimianlite-details-block-right {}

.p-yimianlite-details-icon-s {
  width: 100px;
  margin-bottom: 42px;
  margin-left: -15px;
}

.p-yimianlite-details-block-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 35px;
}

.p-yimianlite-details-block-text {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 45px;
  width: 530px;
}

.p-yimianlite-details-block-left-even {
  margin-left: 142px;
}

.p-yimianlite-school {
  width: 100%;
  margin-top: 134px;
  margin-bottom: 110px;
}

/* 二维码 */
.p-yimianlite-qrcode-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-align: center;
}

.p-yimianlite-qrcode {
  padding: 24px 0 21px;
  background: #F7F8FC;
}

.p-yimianlite-qrcode-img {
  width: 196px;
  display: block;
  margin: 0 auto;
}

.p-yimianlite-enterprise {
  width: 1229px;
  height: 378px;
  margin-top: 171px;
  margin-bottom: 278px;
}

.p-yimianlite-enterprise>.swiper-container {
  height: 378px;
  width: 100%;
}

.p-yimianlite-enterprise-slide {
  background: #FFFFFF;
  box-shadow: 0px 2px 22px 5px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 34px 24px 37px;
  box-sizing: border-box;
  height: 321px;
}

.p-yimianlite-enterprise-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 13px;
}

.p-yimianlite-enterprise-title {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-bottom: 30px;
}

.p-yimianlite-enterprise-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.p-yimianlite-enterprise-btn {
  width: 27px;
  height: 7px;
  background: #EBEBEB;
  border-radius: 3px;
}

.p-yimianlite-enterprise .swiper-pagination-bullet-active {
  background: #FF614A;
}

.p-yimianlite-enterprise .swiper-slide-prev, .p-yimianlite-enterprise .swiper-slide-next {
  opacity: 0.59;
}

.p-yimianlite-enterprise .swiper-pagination {
  bottom: 0;
}

.p-yimianlite-school-content {
  margin-top: 173px;
  margin-bottom: 178px;
  display: flex;
}

.p-yimianlite-school-block:first-child {
  margin-right: 20px;
}

.p-yimianlite-school-val {
  position: absolute;
  top: 81px;
  left: 68px;
}

.p-yimianlite-school-bg {
  width: 625px;
}

.p-yimianlite-school-top {
  display: flex;
  margin-bottom: 28px;
}

.p-yimianlite-school-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-right: 10px;
}

/* .p-yimianlite-school-name{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 36px;
} */
.p-yimianlite-school-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.p-yimianlite-school-text {
  width: 496px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

/* 背景图 */
.p-yimianlite-bg2 {
  width: 232px;
  position: absolute;
  top: 4420px;
  right: 0;
  z-index: -1;
}

.p-yimianlite-bg3 {
  width: 232px;
  position: absolute;
  top: 4678px;
  left: 0;
  z-index: -1;
}

/* 弹窗 */
.c-popup {
  width: 500px;
  padding: 20px 50px 30px;
  box-sizing: border-box;
  background: #F7F8FC;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-popup-title {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 1px;
}

.c-popup .content-input-label {
  font-size: 12px;
  margin-bottom: 7px;
}

.c-popup .content-input-block {
  margin-bottom: 24px;
}

.c-popup .content-input-input {
  width: 382px;
}

.c-popup-btn {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.c-popup-close {
  width: 30px;
  top: 15px;
  right: 15px;
  position: absolute;
  cursor: pointer;
}
