.file {
  font-size:18px;
  padding:0 15px;
  max-width:800px;
  margin:0 auto;
  padding-bottom:28px;
  background:#fff;
}
@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;
  }
}
@media screen and (max-width: 750px) {
  body {
    padding: 0;
    background:#fff;
  }
  .header-box {
    margin-bottom: 0;
  }
}
@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;
  }
}
.file div {
  font-size:16px;
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: 28px;
}
.file-h3 {
  font-size:16px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.file img {
  width:100%;
}
.file-h1 {
  font-size:24px;
}
.file p {
  line-height: 28px;
  font-weight: normal;
  font-size:16px;
  margin-top: 16px;
  margin-bottom: 20px;
}