@media screen and (min-width: 768px) {
  .isPhone{
    display: none;
  }
  .effect {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 62px 0;
    background-color: #eeeeee;
  }
  .effect .content {
    display: flex;
    align-items: center;
  }
  .effect .content .effect-left {
    width: 642px;
  }
  .effect .content .effect-left img {
    width: 100%;
    height: auto;
  }
  .effect .content .effect-right {
    width: 5.4rem;
    background-color: #f4f5f9;
    padding: 36px 0 36px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .effect .content .effect-right p {
      padding-left: 36px;
      position: relative;
      line-height: 1.5;
    color: #666666;
    margin: 5px 0;
  }
  .effect .content .effect-right p:before {
    content: '';
    left: 0;
    top: 50%;
    margin-top: -11px;
    background: url(../images/对勾2.png) center no-repeat;
    width: 21px;
    height: 22px;
    position: absolute;
  }
  .first-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
  }
  .agent-banner {
    width: 100%;
    position: relative;
  }
  .agent-banner img {
    width: 100%;
    vertical-align: top;
    min-height: 360px;
    object-fit: cover;
  }
  .agent-banner .banner-center {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .agent-banner .bound h1 {
    width: 6.5rem;
    margin-bottom: 0.28rem;
    font-size: 0.48rem;
    color: #111;
    position: relative;
    z-index: 10;
    font-weight: normal;
    line-height: 0.53rem;
  }
  .agent-banner .bound p {
    line-height: 1.5;
    color: #111;
    width: 7rem;
    text-align: justify;
    position: relative;
    z-index: 10;
  }
  .agent-banner .bound p a {
    color: #1374e0;
    font-size: 0.14rem;
  }
  .agent-banner .bound .banner-btn {
    position: relative;
    margin-top: 50px;
    display: block;
    width: 138px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #bd1e25;
    z-index: 10;
  }
  .certificates-popular {
    padding: 80px 0;
    border-bottom: 1px solid #bd1e25;
  }
  .certificates-popular .first-title {
    margin-bottom: 10px;
  }
  .certificates-popular .bound {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .certificates-popular .bound .product-box {
    position: relative;
    width: 23%;
    height: 400px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
  }

  .certificates-popular .bound .product-box:hover .product-bottom {
    background-image: url(../images/bg2ed.png);
  }
  .certificates-popular .bound .product-box:hover .product-bottom .product-discount div:first-child {
    color: #fff;
  }
  .certificates-popular .bound .product-box:hover .product-bottom .product-discount div:first-child span {
    color: #fff;
  }
  .certificates-popular .bound .product-box:hover .product-bottom .product-discount del {
    color: #fff;
  }
  .certificates-popular .bound .product-box .product-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
  }
  .certificates-popular .bound .product-box .product-top .top-left h3 {
    font-size: 18px;
    color: #111111;
    margin-bottom: 10px;
  }
  .certificates-popular .bound .product-box .product-top .top-left p {
    font-size: 14px;
    color: #666666;
  }
  .certificates-popular .bound .product-box .product-top .top-right {
    width: 106px;
  }
  .certificates-popular .bound .product-box .product-top .top-right img {
    width: 100%;
    height: auto;
  }
  .certificates-popular .bound .product-box .product-discription {
    padding: 30px 15px;
  }
  .certificates-popular .bound .product-box .product-discription p {
    font-size: 14px;
    line-height: 38px;
    color: #111111;
  }
  .certificates-popular .bound .product-box .product-discription p:before {
    content: '';
    display: inline-block;
    background: url(../images/空心对勾.png) center no-repeat;
    width: 21px;
    height: 22px;
    position: relative;
    top: 5px;
    left: -5px;
  }
  .certificates-popular .bound .product-box .product-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 90px;
    background-image: url(../images/bg2.png);
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
  }
  .certificates-popular .bound .product-box .product-bottom .product-discount div:first-child {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
  }
  .certificates-popular .bound .product-box .product-bottom .product-discount div:first-child span {
    font-size: 24px;
    color: #333333;
  }
  .certificates-popular .bound .product-box .product-bottom .product-discount del {
    font-size: 14px;
    color: #333333;
    opacity: 0.5;
  }
  .certificates-popular .bound .product-box .product-bottom a {
    display: block;
    width: 117px;
    height: 35px;
    background-color: #ffffff;
    text-align: center;
    line-height: 35px;
    color: #bd1e25;
  }
  .certificates-popular .bound .product-box:hover {
    box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.12);
  }
  .ssl {
    padding: 80px 0;
  }
  .ssl .bound table {
    width: 100%;
  }
  .ssl .bound table tr td {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background-color: #f4f5f9;
    border-bottom: 2px solid #fff;
    padding: 0 20px;
  }
  .ssl .bound table tr td:nth-child(2) span {
    font-size: 18px;
    color: #bd1e25;
  }
  .ssl .bound table tr td:nth-child(2) del {
    font-size: 12px;
    color: #666;
  }
  .ssl .bound table tr td:last-child a {
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ffffff;
    color: #333;
  }
  .ssl .bound table tr td:last-child a:hover {
    background-color: #bd1e25;
    color: #fff;
  }
  .ssl .bound table tr:first-child {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .ssl .bound table tr:nth-child(2) td {
    background-color: #fff;
    font-size: 18px;
    color: #bd1e25;
    font-weight: bold;
  }
  .ssl .bound table tr:nth-child(6) td {
    background-color: #fff;
    font-size: 18px;
    color: #bd1e25;
    font-weight: bold;
  }
  .ssl .bound table tr:nth-child(10) td {
    background-color: #fff;
    font-size: 18px;
    color: #bd1e25;
    font-weight: bold;
  }
  .fenge-banner {
    width: 100%;
    height: 3.35rem;
    position: relative;
    background: url(../images/功能.png) center center;
    background-repeat: no-repeat;
  }
  .fenge-banner .bound {
    width: 11.82rem;
  }
  .fenge-banner .bound .fenge-title {
    font-weight: bold;
    margin-top: 0.8rem;
    color: #bd1e25;
    text-align: left;
  }
  .fenge-banner .bound .fenge-flex {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fenge-banner .bound .fenge-flex .fenge-box {
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .fenge-banner .bound .fenge-flex span:first-child {
    display: inline-block;
    width: 51px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 34px;
    background-color: #ffffff;
    border-radius: 16px;
    opacity: 0.5;
    margin-right: 0.1rem;
  }
  .support {
    padding: 80px 0;
  }
  .support .bound {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .support .bound .support-box {
    position: relative;
    width: 440px;
    background-color: #f4f5f9;
    height: 175px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
  }
  .support .bound .support-box .support-left {
    margin-right: 20px;
  }
  .support .bound .support-box .support-right .support-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
  }
  .support .bound .support-box .support-right p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
  }
  .support .bound .support-box .tip {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 14px;
    color: #bd1e25;
  }
  .scene {
    width: 100%;
    height: 207px;
    background-image: url(../images/division.png);
  }
  .scene .bound {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .scene .bound .scene-box {
    width: 2.88rem;
    height: 128px;
    background-color: #bd1e25;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px 0 28px;
  }
  .scene .bound .scene-box .scene-left {
    margin-right: 12px;
  }
  .scene .bound .scene-box .scene-right p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  .question {
    padding: 80px 0;
    background-color: #f4f5f9;
  }
  .question .bound .QA-box {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    margin-bottom: 20px;
  }
  .question .bound .QA-box .QA-title {
    display: flex;
    margin-top: 25px;
    margin-bottom: 18px;
  }
  .question .bound .QA-box .QA-title span {
    display: block;
    width: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-right: 15px;
    color: #333;
    height: 25px;
    background-color: #cccccc;
  }
  .question .bound .QA-box .QA-title p {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
  }
  .question .bound .QA-box .QA-content {
    display: flex;
    margin-bottom: 18px;
  }
  .question .bound .QA-box .QA-content span {
    display: block;
    width: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    margin-right: 15px;
    color: #fff;
    height: 25px;
    background-color: #bd1e25;
    flex-shrink: 0;
  }
  .question .bound .QA-box .QA-content ul li {
    margin-bottom: 20px;
  }
  .question .bound .QA-box .QA-content ul li span {
    width: auto;
    font-size: 14px;
    display: inline;
    margin-right: 0;
    background: none;
    color: #333;
    font-weight: bold;
  }
  .question .bound .QA-box .QA-content div p {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
  }
  .content {
    width: 11.82rem;
    margin: 0 auto;
  }
  .bound {
    width: 14.6rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin: auto;
    overflow: hidden;
  }
  .certificate-type {
    padding: 80px 0;
  }
  .certificate-type table {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.19);
    background-color: #fff;
  }
  .certificate-type table tr:first-child td {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #bd1e25;
    padding: 0 20px;
  }
  .certificate-type table tr:nth-child(2n) {
    background-color: #f4f5f9;
  }
  .certificate-type table tr td {
    padding: 13px 20px;
    font-size: 14px;
    color: #666666;
  }
  .certificate-type table tr td span {
    font-size: 18px;
    color: #bd1e25;
    font-weight: bold;
  }
  .certificate-type table tr td ul li {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }
  .certificate-type table tr td:first-child {
    font-weight: bold;
    color: #333;
    border-right: 1px solid #ccc;
  }
  .certificate-type table tr td:nth-child(2) {
    border-right: 1px solid #ccc;
  }
  .certificate-type table tr td:nth-child(4) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .isPC{
    display: none;
  }
  .agent-banner {
    position: relative;
  }
  .agent-banner img {
    width: 100%;
    vertical-align: top;
  }
  .certificates-popular {
    padding: 80px 0;
    border-bottom: 1px solid #bd1e25;
  }
  .certificates-popular .first-title {
    margin-bottom: 10px;
  }
  .certificates-popular .bound {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    width: 100%;
  }
  .certificates-popular .bound .product-box {
    position: relative;
    width: 80%;
    height: 400px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    margin-bottom: 0.3rem;
  }
  .certificates-popular .bound .product-box:hover .product-bottom {
    background-image: url(../images/bg2ed.png);
  }
  .certificates-popular .bound .product-box:hover .product-bottom .product-discount div:first-child {
    color: #fff;
  }
  .certificates-popular .bound .product-box:hover .product-bottom .product-discount div:first-child span {
    color: #fff;
  }
  .certificates-popular .bound .product-box:hover .product-bottom .product-discount del {
    color: #fff;
  }
  .certificates-popular .bound .product-box .product-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
  }
  .certificates-popular .bound .product-box .product-top .top-left h3 {
    font-size: 18px;
    color: #111111;
    margin-bottom: 10px;
  }
  .certificates-popular .bound .product-box .product-top .top-left p {
    font-size: 14px;
    color: #666666;
  }
  .certificates-popular .bound .product-box .product-top .top-right {
    width: 106px;
  }
  .certificates-popular .bound .product-box .product-top .top-right img {
    width: 100%;
    height: auto;
  }
  .certificates-popular .bound .product-box .product-discription {
    padding: 30px 15px;
  }
  .certificates-popular .bound .product-box .product-discription p {
    font-size: 14px;
    line-height: 38px;
    color: #111111;
  }
  .certificates-popular .bound .product-box .product-discription p:before {
    content: '';
    display: inline-block;
    background: url(../images/空心对勾.png) center no-repeat;
    width: 21px;
    height: 22px;
    position: relative;
    top: 5px;
    left: -5px;
  }
  .certificates-popular .bound .product-box .product-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 90px;
    background-image: url(../images/bg2ed.png);
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
  }
  .certificates-popular .bound .product-box .product-bottom .product-discount div:first-child {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
  }
  .certificates-popular .bound .product-box .product-bottom .product-discount div:first-child span {
    font-size: 24px;
    color: #fff;
  }
  .certificates-popular .bound .product-box .product-bottom .product-discount del {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
  }
  .certificates-popular .bound .product-box .product-bottom a {
    display: block;
    width: 117px;
    height: 35px;
    background-color: #ffffff;
    text-align: center;
    line-height: 35px;
    color: #bd1e25;
  }
  .certificates-popular .bound .product-box:hover {
    box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.12);
  }
  .first-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
  }
  .ssl::-webkit-scrollbar {
    display: none;
  }
  .ssl {
    overflow-x: scroll;
    padding: 50px 0;
    width: 100%;
  }
  .ssl .bound table {
    width: 1182px;
    max-width: unset;
  }
  .ssl .bound table tr td {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background-color: #f4f5f9;
    border-bottom: 2px solid #fff;
    padding: 0 20px;
  }
  .ssl .bound table tr td:nth-child(2) span {
    font-size: 18px;
    color: #bd1e25;
  }
  .ssl .bound table tr td:nth-child(2) del {
    font-size: 12px;
    color: #666;
  }
  .ssl .bound table tr td:last-child a {
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ffffff;
    color: #333;
  }
  .ssl .bound table tr td:last-child a:hover {
    background-color: #bd1e25;
    color: #fff;
  }
  .ssl .bound table tr:first-child {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .ssl .bound table tr:nth-child(2) td {
    background-color: #fff;
    font-size: 18px;
    color: #bd1e25;
    font-weight: bold;
  }
  .ssl .bound table tr:nth-child(6) td {
    background-color: #fff;
    font-size: 18px;
    color: #bd1e25;
    font-weight: bold;
  }
  .ssl .bound table tr:nth-child(10) td {
    background-color: #fff;
    font-size: 18px;
    color: #bd1e25;
    font-weight: bold;
  }
  .fenge-banner {
    padding: 20px 0 50px;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: url(../images/ph功能.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .fenge-banner .bound {
    width: 90%;
    margin: auto;
  }
  .fenge-banner .bound .fenge-title {
    font-weight: bold;
    margin-top: 0.89rem;
    color: #bd1e25;
    text-align: left;
  }
  .fenge-banner .bound .fenge-flex {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fenge-banner .bound .fenge-flex .fenge-box {
    width: 45%;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .fenge-banner .bound .fenge-flex span:first-child {
    display: inline-block;
    width: 51px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 34px;
    background-color: #ffffff;
    border-radius: 16px;
    opacity: 0.5;
    margin-right: 0.1rem;
  }
  .support {
    padding: 80px 0;
  }
  .support .bound {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .support .bound .support-box {
    position: relative;
    width: 95%;
    background-color: #f4f5f9;
    height: 175px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin-bottom: 0.2rem !important;
  }
  .support .bound .support-box .support-left {
    margin-right: 20px;
  }
  .support .bound .support-box .support-right .support-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
  }
  .support .bound .support-box .support-right p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
  }
  .support .bound .support-box .tip {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 14px;
    color: #bd1e25;
  }
  .scene {
    width: 100%;
    background-image: url(../images/division.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .scene .bound {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }
  .scene .bound .scene-box {
    width: 90%;
    margin-bottom: 0.2rem;
    background-color: #bd1e25;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .scene .bound .scene-box .scene-left {
    margin-right: 12px;
  }
  .scene .bound .scene-box .scene-right p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  .effect {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 62px 0;
    background-color: #eeeeee;
  }
  .effect .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .effect .content .effect-left {
    width: 100%;
  }
  .effect .content .effect-left img {
    width: 100%;
    height: auto;
  }
  .effect .content .effect-right {
    width: 100%;
    background-color: #f4f5f9;
   padding: 36px 0 36px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .effect .content .effect-right p {
      padding-left: 36px;
      position: relative;
      line-height: 1.5;
    color: #666666;
    margin: 5px 0;
  }
  .effect .content .effect-right p:before {
    content: '';
    left: 0;
    top: 50%;
    margin-top: -11px;
    background: url(../images/对勾2.png) center no-repeat;
    width: 21px;
    height: 22px;
    position: absolute;
  }
  .question {
    padding: 0.6rem 0;
    background-color: #f4f5f9;
  }
  .question .bound {
    padding: 0.3rem;
  }
  .question .bound .QA-box {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    margin-bottom: 20px;
  }
  .question .bound .QA-box .QA-title {
    display: flex;
    margin-top: 25px;
    margin-bottom: 18px;
  }
  .question .bound .QA-box .QA-title span {
    display: block;
    width: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-right: 15px;
    color: #333;
    height: 25px;
    background-color: #cccccc;
  }
  .question .bound .QA-box .QA-title p {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
  }
  .question .bound .QA-box .QA-content {
    display: flex;
    margin-bottom: 18px;
  }
  .question .bound .QA-box .QA-content span {
    display: block;
    width: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    margin-right: 15px;
    color: #fff;
    height: 25px;
    background-color: #bd1e25;
    flex-shrink: 0;
  }
  .question .bound .QA-box .QA-content ul li {
    margin-bottom: 20px;
  }
  .question .bound .QA-box .QA-content ul li span {
    width: auto;
    font-size: 14px;
    display: inline;
    margin-right: 0;
    background: none;
    color: #333;
    font-weight: bold;
  }
  .question .bound .QA-box .QA-content div p {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
  }
  .certificate-type::-webkit-scrollbar {
    display: none;
  }
  .certificate-type {
    overflow-x: scroll;
    padding: 0.6rem 0;
    padding-left: 0.2rem;
  }
  .certificate-type table {
    width: 1182px;
    max-width: unset;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.19);
    background-color: #fff;
  }
  .certificate-type table tr:first-child td {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #bd1e25;
    padding: 0 20px;
  }
  .certificate-type table tr:nth-child(2n) {
    background-color: #f4f5f9;
  }
  .certificate-type table tr td {
    padding: 13px 20px;
    font-size: 14px;
    color: #666666;
  }
  .certificate-type table tr td span {
    font-size: 18px;
    color: #bd1e25;
    font-weight: bold;
  }
  .certificate-type table tr td ul li {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }
  .certificate-type table tr td:first-child {
    font-weight: bold;
    color: #333;
    border-right: 1px solid #ccc;
  }
  .certificate-type table tr td:nth-child(2) {
    border-right: 1px solid #ccc;
  }
  .certificate-type table tr td:nth-child(4) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
