@charset "UTF-8";
/*
  pxTovw
  750：设计稿宽度
  $px：元素在设计稿上的宽度
*/
.two-box1 {
  height: 790px;
  background: url(../../assets/support/cer-2-bg.png) no-repeat center center;
  background-size: 100% 790px;
}

.auth-content .content-mobile {
  display: none;
}
.auth-content .content .two-box {
  box-sizing: border-box;
  width: 100%;
  height: 1360px;
  background: url(../../assets/support/cer-2-bg.png) no-repeat center center;
  background-size: 100% 1360px;
}
.auth-content .content .two-box .cer-box:first-child {
  margin-top: 8%;
}
.auth-content .content .two-box .cer-box .img-box img {
  width: 560px;
  height: 365px;
}
.auth-content .content .three-box {
  box-sizing: border-box;
  width: 100%;
  height: 980px;
  background: url(../../assets/support/cer-3-bg.png) no-repeat center center;
  background-size: 100% 980px;
  justify-content: space-between;
}
.auth-content .content .three-box .bg-box {
  width: 1260px;
  height: 880px;
  padding: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  flex-wrap: wrap;
  overflow-y: scroll;
}
.auth-content .content .three-box .bg-box .cer-box {
  width: 386px;
  height: 400px;
  background: #f5f6f6;
}
.auth-content .content .three-box .bg-box .cer-box img {
  width: 100%;
}
.auth-content .content .name {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
}
.auth-content .content .desc {
  font-size: 14px;
  font-weight: 400;
  color: #717171;
}

.bottom-bg {
  display: none;
}

@media screen and (max-width: 750px) {
  .auth-content .content {
    display: none;
  }
  .auth-content .content-mobile {
    display: block;
    padding: 4vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    background: #0149bf;
  }
  .auth-content .content-mobile .certificate {
    background: #ffffff;
    display: flex;
    padding: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .auth-content .content-mobile .certificate .img-box {
    width: 44vw;
    height: 28.8vw;
  }
  .auth-content .content-mobile .certificate .img-box img {
    width: 44vw;
    height: 28.8vw;
  }
  .auth-content .content-mobile .certificate .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 2.6666666667vw;
    overflow: hidden;
  }
  .auth-content .content-mobile .certificate .info .name {
    margin-top: 1.0666666667vw;
    width: 100%;
    font-size: 3.7333333333vw;
    font-weight: 500;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .auth-content .content-mobile .certificate .info .desc {
    font-size: 3.2vw;
    font-weight: 400;
    margin-top: 0.6666666667vw;
    color: #717171;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .bottom-bg {
    display: block;
    width: 100%;
    height: 6.9333333333vw;
    margin-bottom: 5.3333333333vw;
    background: url(../../assets/common/patner-bg.png) no-repeat bottom right;
    background-size: 91.4666666667vw 6.9333333333vw;
  }
}