@media screen and (max-width: 1200px) {
  .pc-banner-bg {
    background-size: cover !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .pc-banner-bg .pc-yy-bg {
    width: 100% !important;
    padding: 0.4rem 0 0;
    padding-top: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box;
  }
  .pc-banner-bg .pc-yy-bg .pc-yy-left-img {
    width: 95%;
    margin: 0 auto;
  }
  .pc-banner-bg .pc-yy-bg .pc-yy-right-img {
    width: 25%;
    right: 0rem !important;
    bottom: 0;
  }
  .pc-content {
    width: 96% !important;
    flex-direction: column !important;
  }
  .pc-content .pc-content-left-top {
    width: 100% !important;
  }
  .pc-content .pc-content-left-top p {
    width: 100% !important;
    font-size: 2rem !important;
  }
  .pc-content .right {
    margin-top: 1rem !important;
  }
  .pc-content .pc-content-left-bottom-bg {
    height: auto !important;
  }
  .pc-content .weixin {
    width: 90%;
  }
  .pc-szyf-ke {
    width: 96% !important;
    margin: auto !important;
    box-sizing: border-box;
  }
  .pc-szyf-ke .pc-szyf-ke-title {
    width: 100% !important;
    margin: 1rem 0 !important;
    font-size: 1.6rem !important;
  }
  .pc-szyf-ke .pc-szyf-ke-content {
    border-radius: 1rem !important;
  }
  .pc-szyf-sjhz {
    width: 96% !important;
    padding: 0.3rem !important;
    margin: 0.9rem auto !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem !important;
  }
  .pc-szyf-sjhz .item {
    width: 90% !important;
    height: 2rem !important;
    margin: 0.5rem !important;
  }
  .pc-szyf-sjhz .item .top {
    width: 9rem !important;
    height: 3rem !important;
  }
  .pc-szyf-sjhz .item .top .imgbg {
    width: 2rem !important;
    height: 2rem !important;
  }
  .pc-szyf-sjhz .item .top .text {
    line-height: 0.4rem !important;
    padding: 0 1rem !important;
    font-size: 1rem !important;
  }
  .pc-szyf-history {
    width: 96% !important;
    margin-top: 0rem !important;
    margin-bottom: 0.6rem !important;
  }
  .pc-szyf-history-table{
    border-radius: 0.5rem !important;
  }
  .pc-szyf-history .pc-szyf-history-title {
    margin: 1rem 0 !important;
    font-size: 1.6rem !important;
  }
  .pc-szyf-history .pc-szyf-history-table th {
    font-size: 1rem !important;
  }
  .pc-szyf-history .pc-szyf-history-table td {
    font-size: 0.9rem !important;
  }
  .m-foot{
    width: 96% !important;
    margin: 0.9rem auto !important;
    border-radius: 0.5rem !important;
  }
  .m-foot .m-zk-hz{
    height: 2rem !important;
    font-size: 1rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-foot .m-foot-zk a{
    font-size: 0.9rem !important;
  }
}

* {
  margin: 0;
  padding: 0;
}
 
body, html {
  width: 100%;
  height: auto !important;
}

.pc-szyfyy-body {
  width: 100%;
  background: #34C0FE;
}

.pc-szyfyy-body .pc-banner-bg {
  background: url("/static/zt/img/szyf-banner.jpg") no-repeat center;
  width: 100%;
  box-sizing: border-box;
  height: 910px;
  margin-bottom: -220px;
}

.pc-szyfyy-body .pc-banner-bg .pc-yy-bg {
  width: 1200px;
  position: relative;
  box-sizing: border-box;
  padding-top: 65px;
  padding-left: 35px;
  margin: 0 auto;
}

.pc-szyfyy-body .pc-banner-bg .pc-yy-bg .pc-yy-left-img {
  display: block;
  content: url("/static/zt/img/szyfggyy.png");
}

.pc-szyfyy-body .pc-banner-bg .pc-yy-bg .pc-yy-right-img {
  content: url("/static/zt/img/szyfyy-right-img.webp");
  position: absolute;
  right: -100px;
  bottom: 0;
}

.pc-szyfyy-body .pc-content {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pc-szyfyy-body .pc-content .pc-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pc-szyfyy-body .pc-content .pc-content-left .pc-content-left-top {
  width: 550px;
}

.pc-szyfyy-body .pc-content .pc-content-left .pc-content-left-top p {
  width: 60%;
  margin: 10px auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  background: #5799F8;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
}

.pc-szyfyy-body .pc-content .pc-content-left .pc-content-left-bottom-bg {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #34C0FE;
  padding: 20px 0;
  border-radius: 10px;
}

.pc-szyfyy-body .pc-content .pc-content-left .pc-content-left-bottom-bg .pc-content-left-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pc-szyfyy-body .pc-content .pc-content-left .pc-content-left-bottom-bg .pc-content-left-bottom .phone-input {
  display: block;
  padding-left: 10px;
  width: 90%;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 10px;
  outline: none;
  font-size: 18px;
}

.pc-szyfyy-body .pc-content .pc-content-left .pc-content-left-bottom-bg .pc-content-left-bottom .btnline {
  display: flex;
  width: 90%;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px;
}

.pc-szyfyy-body .pc-content .pc-content-left .pc-content-left-bottom-bg .pc-content-left-bottom .btnline .code-input {
  display: block;
  width: 48%;
  height: 60px;
  padding-left: 10px;
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 10px;
  outline: none;
  font-size: 18px;
}

.pc-szyfyy-body .pc-content .pc-content-left .pc-content-left-bottom-bg .pc-content-left-bottom .btnline .fs {
  width: 48%;
  background: #FE6C15;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 15px;
}

.pc-szyfyy-body .pc-content .pc-content-left .pc-content-left-bottom-bg .pc-content-left-bottom .yuyueBtn {
  width: 60%;
  height: 60px;
  background: linear-gradient(90deg, #7ca7f7, #2e83e3);
  font-size: 18px;
  padding: 10px 30px;
  color: #fff;
  border: none;
  border-radius: 25px;
  box-sizing: border-box;
  text-align: center;
}

.pc-szyfyy-body .pc-szyf-ke {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 20px;
}

.pc-szyfyy-body .pc-szyf-ke .pc-szyf-ke-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bolder;
  background: linear-gradient(90deg, #f1592b, #F53B24);
  border-radius: 10px;
  padding: 10px 0;
  box-sizing: border-box;
}

.pc-szyfyy-body .pc-szyf-ke .pc-szyf-ke-content {
  border-radius: 15px;
}

.pc-szyfyy-body .pc-szyf-sjhz {
  width: 1200px;
  padding: 10px;
  margin: auto;
  box-sizing: border-box;
  background-color: white;
  margin-top: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pc-szyfyy-body .pc-szyf-sjhz .item {
  width: 190px;
  height: 130px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.pc-szyfyy-body .pc-szyf-sjhz .item .top {
  width: 180px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pc-szyfyy-body .pc-szyf-sjhz .item .top .imgbg {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-szyfyy-body .pc-szyf-sjhz .item .top .text {
  line-height: 20px;
  padding: 0 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.pc-szyfyy-body .pc-szyf-sjhz .color7 {
  background: linear-gradient(to right, #fe8381, #ff5b4e);
}

.pc-szyfyy-body .pc-szyf-sjhz .color8 {
  background: linear-gradient(to right, #6ca8fe, #4a7ceb);
}

.pc-szyfyy-body .pc-szyf-sjhz .color9 {
  background: linear-gradient(to right, #b9a7eb, #7e55fa);
}

.pc-szyfyy-body .pc-szyf-sjhz .color10 {
  background: linear-gradient(to right, #06eccf, #40d8f8);
}

.pc-szyfyy-body .pc-szyf-history {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 20px;
}

.pc-szyfyy-body .pc-szyf-history .pc-szyf-history-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bolder;
  background: linear-gradient(90deg, #f1592b, #F53B24);
  border-radius: 10px;
  padding: 10px 0;
  box-sizing: border-box;
}

.pc-szyfyy-body .pc-szyf-history .pc-szyf-history-table {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-szyfyy-body .pc-szyf-history .pc-szyf-history-table table {
  width: 96%;
  font-size: 16px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 10px 0;
}

.pc-szyfyy-body .pc-szyf-history .pc-szyf-history-table table th {
  border: 1px solid #dedede;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: #eeeded;
}

.pc-szyfyy-body .pc-szyf-history .pc-szyf-history-table table td {
  border: 1px solid #dedede;
  line-height: 40px;
  text-align: center;
  background: #fff;
}
.pc-foot{
  width: 1200px !important;
  margin: 20px auto !important;
  border-radius: 10px !important;
}