.container-inner .banner {
    margin: 0 calc(1300px/2 - 100vw/2);
    height: 540px;
    background: #EEE;
    overflow: hidden;
    position: relative;
  }
  .container-inner .banner>div {
    margin: 0 auto;
    max-width: 3840px;
    background: no-repeat center;
    height: 540px;
    background-size: cover;
  }
  /* .container-inner .banner img {
    height: 540px;
  } */
  .container-inner .banner .top-content {
      width: 920px;
      position: absolute;
      top: 190px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
  }
  .container-inner .banner .top-content h3 {
    font-size: 60px;
    font-family: pingfangsc-medium;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    text-shadow: 0px 2px 4px rgba(39, 11, 1, 0.5);
  }
  .container-inner .banner .top-content p {
    font-size: 20px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 16px;
  }
  .container-inner .banner .tel-phone {
    position: absolute;
    bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
    width: 430px;
    height: 72px;
    border-radius: 2px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-family: pingfangsc-medium;
    font-weight: 500;
    color: #FFF;
    line-height: 72px;
  }
  .container-inner .banner .tel-phone span {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      text-align: center;
      width: 100%;
      display: inline-block;
  }
  .container-inner .banner .tel-phone div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.59;
    z-index: 1;
  }
  /* 公用板块样式 */
.common-module {
    width: 100%;
    padding: 100px 0;
}
.common-title {
    font-size: 40px;
    font-family: pingfangsc-medium;
    font-weight: 600;
    color: #222222;
    line-height: 56px;
    text-align: center;
}
.current-question .cards {
    margin: 45px 10px 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}
/* 奇数行 card 处理 */
.current-question .cards .card {
    width: 640px;
    height: 240px;
    background: #F7F8FA;
    display: flex;
}
.current-question .cards .card img {
    width: 320px;
    min-width: 320px;
    height: 240px;
}
.current-question .cards .card .content {
    position: relative;
    padding: 40px 24px

}
.current-question .cards .card .content>img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -23px;
    transform: rotate(90deg) translate(-50%, -50%);
}
.current-question .cards .card .content h3 {
    font-size: 24px;
    font-family: pingfangsc-medium;
    font-weight: 500;
    color: #222222;
    line-height: 33px;
    margin-bottom: 16px;
}
.current-question .cards .card .content p{
    font-size: 16px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
}
/* 偶数行  card 处理 */
.current-question .cards .card-even {
    width: 640px;
    height: 240px;
    background: #F7F8FA;
    display: flex;
}
.current-question .cards .card-even img {
    width: 320px;
    min-width: 320px;
    height: 240px;
}
.current-question .cards .card-even .content {
    position: relative;
    padding: 40px 24px;
    flex: 1;
}
.current-question .cards .card-even .content img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -23px;
    transform: rotate(-90deg) translate(-50%, -50%);
}
.current-question .cards .card-even .content h3 {
    font-size: 24px;
    font-family: pingfangsc-medium;
    font-weight: 500;
    color: #222222;
    line-height: 33px;
    margin-bottom: 16px;
}
.current-question .cards .card-even .content p{
    font-size: 16px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
}
.document-overview img {
    width: 100%;
    max-width: 1920px;
    /* height: 580px; */
    margin: 0 auto;
    object-fit: cover;
}
.document-introduce {
    background: #F7F8FA;
    padding: 100px 0;
}
.document-introduce img {
    width: 800px;
    min-width: 800px;
    height: 480px;
}
.document-introduce .document-introduce-inline .cards h3{
    font-size: 32px;
    font-family: pingfangsc-medium;
    font-weight: 600;
    color: #222;
    line-height: 45px;
    margin-bottom: 16px;
}
.document-introduce .document-introduce-inline p {
    font-size: 16px;
    font-family: PingFangSC-medium;
    font-weight: 400;
    color: #555;
    line-height: 28px;
}
.document-introduce .document-introduce-inline .cards>div {
    display: flex;
    align-items: center;
    margin-top: 70px;
    padding: 24px;
}
.document-introduce .document-introduce-inline .cards>div:hover {
    background: rgba(0,0,0,.04);
}
.document-introduce .document-introduce-inline .cards>div:first-child {
    margin-top: 52px;
}
.document-introduce .cards-odd div {
    padding-left: 80px;
    flex: 1;
}
.document-introduce .cards-even div {
    padding-right: 80px; 
    flex: 1;
}
.teamwork {
    padding: 100px 0;
}
.teamwork .common-banner {
    /* margin: 0 -30px; */
    position: relative;
    margin-top: 64px;
}
.teamwork .common-banner .swiper-container-teamwork {
    /* width: 1355px; */
    height: 400px;
    /* border: 1px solid #F00; */
    overflow: hidden;
    position: relative;
}
.teamwork .common-banner .swiper-container-teamwork .swiper-wrapper {
    display: flex;
    align-items: center;
    margin-left: -164px;
}
.teamwork .common-banner .swiper-container-teamwork .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #F7F8FA;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 290px;
    height: 200px;
    position: relative;
}
.teamwork .common-banner .swiper-container-teamwork .swiper-slide img {
    height: 100px;
}
.teamwork .common-banner .swiper-container-teamwork .slide-content {
    display: none;
}
.teamwork .common-banner .swiper-container-teamwork .slide-content>img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 164px;
    left: 13px;
}
.teamwork .common-banner .user-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -32px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 999;
}
.teamwork .common-banner .user-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 999;
}
.teamwork .common-banner .prev-img-btn {
    width: 290px;
    height: 200px;
    /* border: 1px solid #F00; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 999;
}
.teamwork .common-banner .next-img-btn {
    width: 290px;
    height: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 999;
}
@media only screen and (max-width: 1300px) {
    .teamwork .common-banner .user-button-prev {
        left: -10px;
    }
    .teamwork .common-banner .user-button-next {
        right: -10px;
    }
}
.swiper-slide-active {
    min-width: 620px;
    min-height: 352px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    justify-content: start !important;
    -webkit-justify-content: start !important;
}
.swiper-slide-active .slide-content {
    display: block !important;
}
.swiper-slide-active .slide-content>div {
    text-align: center;
    font-size: 20px;
}
.swiper-slide-active .slide-content span:first-child{
    display: inline-block;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    font-family: pingfangsc-medium;
    color: #222;
    line-height: 32px;
}
.swiper-slide-active .slide-content h3 {
    font-size: 24px;
    font-family: pingfangsc-medium;
    font-weight: 500;
    color: #222;
    line-height: 56px;
}
.swiper-slide-active .slide-content span:last-child {
    font-size: 14px;
    font-family: pingfangsc-medium;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
    margin-top: 37px;
    display: block;
}

.free-try-bottom {
    height: 462px;
    background: #23211E;
}
.free-try-bottom .free-try-bottom-inline {
    position: relative;
    height: 462px;
    margin: 0 auto;
    max-width: 1920px;
}
.free-try-bottom .free-try-bottom-inline img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.free-try-bottom .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 120px 0;
}
.free-try-bottom .content h3 {
    font-size: 40px;
    font-family: pingfangsc-medium;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
}
.free-try-bottom .content .tel-phone-desc {
    font-size: 18px;
    color: #FFF;
    line-height: 25px;
    font-family: pingfangsc-medium;
    font-weight: 300;
    text-align: center;
    margin: 15px 0 78px 0;
}
.free-try-bottom .content .tel-phone-desc .phone {
    font-size: 24px;
    color: #FF751F;
    font-weight: 500;
    line-height: 28px;
    font-family: Roboto-Medium;
}
.free-try-bottom .content .free-try-area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.free-try-bottom .content .free-try-area .input-area {
    width: 300px;
    height: 48px;
    border-radius: 2px;
    background: #FFF;
    display: flex;
    align-items: center;
    font-family: pingfangsc-medium;
    border-radius: 2px;
    margin-right: 20px;
}
.free-try-bottom .content .free-try-area .input-area input{
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 22px;
    flex: 1;
    margin-left: 14px;
    /* color: #888888; */
    height: 44px;
}
.free-try-bottom .content .free-try-area .input-area span {
    display: inline-block;
    width: 85px;
    height: 100%;
    font-size: 14px;
    line-height: 48px;
    padding: 0 14px;
    cursor: pointer;
    color: #FF751F;
}
.free-try-bottom .content .free-try-area .input-area span:hover {
    background: #F2F2F2;
}
.free-try-bottom .content .free-try-area .try-btn{
    width: 220px;
    height: 48px;
    font-size: 18px;
    font-family: pingfangsc-medium;
    text-align: center !important;
    font-weight: 500;
    line-height: 48px;
    color: #FFF;
    border-radius: 2px;
    background: #FF751F linear-gradient(153deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    cursor: pointer;
}
.free-try-bottom .content .free-try-area .validation-tip {
    display: block;
    height: 12px;
    width: 300px;
    font-size: 12px;
    font-family: pingFangsc-medium;
    font-weight: 400;
    color: #FF2222;
    line-height: 17px;
}