.alert {
  background: #000000;
  position: fixed;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "FZLanTingHei-R-GBK", "Lantinghei SC", "華文黑體", "Microsoft YaHei", "Helvetica Neue", Arial;
}
@media screen and (min-width: 1025px) {
  .header-mobile-5g.header-box {
    display: block;
  }
  .hedaer-bar {
    width: 100%;
    height: 50px;
    font-size: 0;
    line-height: 0;
    background-color: #ffffff;
  }
  .header-wrap img {
    height: 50px;
  }
  .header-box .tip {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #000000;
    text-align: center;
    background-color: #fff4cf;
  }
  .preview-box {
    
  }
  .content p{
    margin-top:40px;
    font-size:20px;
    line-height:1.6;
  }
  .preview-wrap .title {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    line-height: 45px;
  }
  .preview-wrap .sign {
    font-size: 15px;
    font-weight: 400;
    color: #8b8b8b;
    line-height: 23px;
    margin-top: 20px;
  }
  .preview-wrap .content {
    font-size: 20px;
    min-height: 300px;
    font-weight: 400;
    color: #000000;
    line-height: 38px;
    margin-top: 36px;
  }
  .skeleton-box {
    display: none;
  }
  .alert {
    padding: 10px;
    border-radius: 4px;
    font-size: 24px;
  }
  .search-wrap .content {
    width: 100%;
    min-height: calc(100vh - 4rem);
    padding: 0 92px;
  }
  .search-wrap .content .title {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 16px;
  }
  .search-wrap input {
    display: block;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
  }
   .search-wrap input::placeholder {
    font-weight: 400;
    color: #00000020;
    font-size: 18px;
  }
  .search-wrap .content .phone {
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 10px;
    color: #000000;
  }
  .search-wrap .content .phone:focus-visible {
    outline: none;
    border: 1px solid #c01e13;
  }
  .search-wrap .content .tips,
  .tips-code {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #ff0000;
    padding: 8px 0;
  }
  .search-wrap .code {
    width: 100%;
    height: 40px;
    position: relative;
  }
  .search-wrap .field-list {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
  }
  .search-wrap .field-item {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  .search-wrap .field-item-focus {
    border-color: #c01e13;
  }
  .search-wrap .field-item-focus::before {
    content: "";
    display: block;
    width: 2px;
    height: 32px;
    margin: 3px auto;
    background: #c01e13;
    animation: blink 1s steps(1) infinite;
  }
  .search-wrap .field-input {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    outline: none;
    opacity: 0;
    background: transparent;
  }
  .search-wrap .submit {
    position: relative;
    z-index: 6;
    width: 100%;
    height: 48px;
    background: #333333;
    border-radius: 0.5px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    margin-top: 28px;
    cursor: pointer;
  }

  .search-wrap .content p {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 22px;
    text-align: justify;
  }
  .search-wrap .text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #b2b2b2;
    padding: 12px 0;
  }
  .preview-wrap {
    padding: 10px 20px;
    background-color: #fff;
    transform: translate(0);
  }
  .preview-wrap .title {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    line-height: 45px;
  }
  .preview-wrap .sign {
    font-size: 15px;
    font-weight: 400;
    color: #8b8b8b;
    line-height: 23px;
    margin-top: 20px;
  }
  .preview-wrap .content {
    font-size: 20px;
    min-height: 300px;
    font-weight: 400;
    color: #000000;
    line-height: 38px;
    margin-top: 36px;
  }
  .skeleton-box {
    display: none;
  }
}
.tqm {
  width: 196px;
  line-height: 34px;
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
  font-size:14px;
  text-align: center;
  margin:0 auto;
  margin-top:26px;
  font-weight:bold;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@media screen and (max-width: 750px) {
  body {
    padding: 0;
    background:#fff;
  }
  .header-box {
    margin-bottom: 0;
  }
}
@keyframes mymoveing {
  from {
    transform: rotate(0deg) translateZ(0);
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(0);
    -ms-transform: rotate(360deg) translateZ(0);
    -moz-transform: rotate(360deg) translateZ(0);
    -webkit-transform: rotate(360deg) translateZ(0);
    -o-transform: rotate(360deg) translateZ(0);
  }
}
.submitUser {
  opacity: 0.5;
}
@-webkit-keyframes mymoveing {
  from {
    transform: rotate(0deg) translateZ(0);
    -ms-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(0);
    -ms-transform: rotate(360deg) translateZ(0);
    -moz-transform: rotate(360deg) translateZ(0);
    -webkit-transform: rotate(360deg) translateZ(0);
    -o-transform: rotate(360deg) translateZ(0);
  }
}
.submit i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 18px;
  height: 100%;
  background-image: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1681872778160736/14.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  -webkit-animation: mymoveing 0.5s linear infinite;
  -moz-animation: mymoveing 0.5s linear infinite;
  -ms-animation: mymoveing 0.5s linear infinite;
  -o-animation: mymoveing 0.5s linear infinite;
  animation: mymoveing 0.5s linear infinite;
}
body {
  max-width: 550px;
  min-width: 320px;
  min-height: 100vh;
  margin: 0 auto;
  background:#f5f5f5;
}
html {
  background-color: #f2f3f4;
}
.banner {
  width: 100%;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .search-wrap .header-box {
    display: none;
  }
  .search-wrap .content {
    width: 100%;
    min-height: calc(100vh - 3.94rem);
    padding: 0 0.6rem;
  }
  .search-wrap .content .title {
    font-size: 0.28rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0.32rem;
  }
  .search-wrap input {
    display: block;
    background: #ffffff;
    border-radius: 0.04rem;
    border: 0.02rem solid #e2e2e2;
  }
  .search-wrap input::placeholder {
    font-weight: 400;
    color: #00000020;
    font-size: 0.36rem;
  }
  .search-wrap .content .phone {
    width: 100%;
    height: 0.8rem;
    text-indent: 0.2rem;
    font-size: 0.36rem;
    font-weight: 500;
    padding: 0.16rem 0cm;
    color: #333;
  }

  .search-wrap .content .phone:focus-visible {
    outline: none;
    border: 1px solid #c01e13;
  }
  .search-wrap .content .tips,
  .search-wrap .tips-code {
    width: 100%;
    font-size: 0.3rem;
    font-weight: 400;
    color: #ff0000;
    padding: 0.16rem 0;
  }
  .search-wrap .code {
    width: 100%;
    height: 0.8rem;
    position: relative;
  }
  .search-wrap .field-list {
    width: 100%;
    height: 0.8rem;
    display: flex;
    justify-content: space-between;
  }
  .search-wrap .field-item {
    box-sizing: border-box;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.48rem;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 0.04rem;
  }
  .search-wrap .field-item-focus {
    border-color: #c01e13;
  }
  .search-wrap .field-item-focus::before {
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.44rem;
    margin: 0.16rem auto;
    background: #c01e13;
    animation: blink 1s steps(1) infinite;
  }
  .search-wrap .field-input {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0.8rem;
    padding: 0;
    border: none;
    outline: none;
    opacity: 0;
    background: transparent;
  }

  .search-wrap .submit {
    position: relative;
    z-index: 6;
    width: 100%;
    height: 0.96rem;
    background: #333333;
    border-radius: 0.04rem;
    font-size: 0.36rem;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 0.96rem;
    margin-top: 0.72rem;
    cursor: pointer;
  }

  .search-wrap .content p {
    margin-top: 0.8rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #999;
    line-height: 0.44rem;
    text-align: justify;
  }
  .search-wrap .text {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 400;
    color: #b2b2b2;
    line-height: 0.34rem;
    padding: 0.4rem 0;
  }
  .hedaer-bar {
    width: 100%;
    height: 0.88rem;
    line-height: 0;
    background-color: #ffffff;
  }
  .header-wrap img {
    height: 0.88rem;
  }
  .header-box .tip {
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 15px;
    color: #000000;
    text-align: center;
    background-color: #fff4cf;
  }
  .preview-wrap {
    padding: 0.4rem;
    min-height: calc(100vh - 0.8rem);
    background-color: #fff;
    
  }
  .preview-wrap .title {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    line-height: 42px;
  }
  .preview-wrap .sign {
    font-size: 15px;
    font-weight: 400;
    color: #8b8b8b;
    line-height: 23px;
    margin-top: 0.24rem;
  }
  .preview-wrap .content {
    font-size: 20px;
    min-height: 6rem;
    font-weight: 400;
    color: #000000;
    line-height: 38px;
    margin-top: 0.4rem;
  }
  .preview .content p{
    margin-top:30px;
    font-size: 20px;
    line-height: 1.6;
  }
  .skeleton-box {
    display: none;
    font-size: 0;
    padding: 0.68rem 0.4rem;
    height: calc(100vh - 1.6rem);
    background-color: #fff;
    overflow: hidden;
  }
  .skeleton-box .skeleton-li {
    display: inline-block;
    height: 0.16rem;
    border-radius: 0.02rem;
    margin-bottom: 24px;
    background-color: #eeeeee;
  }
  .alert {
    padding: 0.12rem;
    border-radius: 0.04rem;
    font-size: 0.18rem;
  }
}
.tqm span {
  color:#999;
  font-weight:normal;
}
.search-wrap {
  background-color: #fff;
}
.submit i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 60px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.header-box {
  width: 100%;
  height: 120px;
}
.banner img {
  display: block;
  width: 100%;
}
.header-wrap img {
  height: 60px;
}