* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  outline: none;
  font-family: "PingFang SC";
}
@media screen and (max-width: 1024px) {
  .nav_wrapper_bg {
    display: none;
  }
  .footerPC {
    display: none;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    font-size: 50px;
    min-width: 320px;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
    min-height: 100vh;
  }
  ul,
  li,
  p {
    margin: 0;
    padding: 0;
  }

  a {
    text-decoration: none;
    color: black;
    outline: none;
  }

  li {
    cursor: pointer;
  }

  /* 导航 */
  .headerM {
    width: 100%;
    height: 0.88rem;
    background: #222222;
    padding: 0 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .headerLeft {
    height: 100%;
    display: flex;
  }

  .headerM_logo {
    width: 1.9rem;
    height: 100%;
    background: #bf0614;
    margin-right: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .headerM_logo img {
    width: 1.52rem;
  }

  .headerLeft span {
    font-size: 0.36rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 0.88rem;
  }

  .headerRight {
    width: 0.4rem;
    height: 0.4rem;
  }

  .headerRight img {
    width: 100%;
    display: block;
  }
  #app {
    padding-bottom: 110px;
  }
  .banner {
    width: 100%;
    height: 3.12rem;
  }
  .banner .banner-m {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .banner-pc {
    display: none;
  }
  .form {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .formInput {
    width: 100%;
    height: 0.8rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    border-bottom: 0.02rem solid #e6e6e6;
    margin-bottom: 0.48rem;
    position: relative;
  }
  .borderError {
    border-color: #ff0000;
  }
  .formError {
    position: absolute;
    left: 0;
    top: 100%;
    font-weight: 400;
    font-size: 0.24rem;
    color: #ff0000;
    padding-top: 0.16rem;
  }
  .formTitle {
    font-weight: 400;
    font-size: 0.3rem;
    color: #5e5e5e;
  }
  .formTitle span {
    color: #ff0000;
  }
  .formInput input {
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    margin-left: 0.8rem;
    text-align: right;
    font-weight: 600;
    font-style: Semibold;
    font-size: 0.28rem;
    color: #000;
  }
  input::placeholder {
    font-weight: 400;
    color: #c4c4c4;
  }
  .formInput .sms {
    margin-left: 0;
    text-align: left;
  }
  .formArea {
    width: 100%;
    margin-bottom: 0.48rem;
    position: relative;
    border-bottom: 0.02rem solid #e6e6e6;
  }
  .areaInput {
    height: 0.8rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  }
  .areaInput input {
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    margin-left: 0.8rem;
    text-align: right;
    font-weight: 600;
    font-style: Semibold;
    font-size: 0.28rem;
    color: #000;
  }
  .areaText {
    width: 100%;
    font-weight: 600;
    font-size: 0.28rem;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .formBtn {
    font-weight: 400;
    font-size: 0.3rem;
    color: #bf0614;
  }
  .formImage {
    width: 100%;
    margin-bottom: 0.48rem;
    position: relative;
  }
  .uploadImage {
    width: 100%;
    height: 4.28rem;
    border: 0.02rem dashed #a4a4a4;
    border-radius: 0.16rem;
    margin-top: 0.2rem;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .uploadBtn {
    width: 1.28rem;
    height: 1.28rem;
  }
  .img-licensePic {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .close-img {
    width: 0.48rem;
    height: 0.48rem;
    background: #00000099;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0.16rem 0 0.16rem;
  }
  .close-img img {
    width: 0.24rem;
  }
  .uploadImage input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .formList {
    width: 100%;
    margin-bottom: 0.48rem;
    position: relative;
  }
  .imageList {
    width: 100%;
    display: flex;
    margin-top: 0.2rem;
  }
  .imageItem {
    width: 1.76rem;
    height: 1.76rem;
    border-radius: 0.16rem;
    overflow: hidden;
    position: relative;
    margin-right: 0.32rem;
  }
  .imageItem > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .imageAdd {
    width: 1.76rem;
    height: 1.76rem;
    border: 0.02rem dashed #a4a4a4;
    border-radius: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .imageAdd img {
    width: 0.32rem;
  }
  .imageAdd input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .formRadio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
  }
  .radioBtn {
    width: 0.32rem;
    height: 0.32rem;
  }
  .radioBtn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .radioText {
    width: 6rem;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000;
  }
  .formBtns {
    width: 100%;
    margin-top: 0.6rem;
  }
  .btnTips {
    width: 100%;
    height: 0.44rem;
    background: #ffdd0014;
    font-weight: 400;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.44rem;
  }
  .btn {
    width: 100%;
    height: 0.88rem;
    text-align: center;
    line-height: 0.88rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.3rem;
    background: #88898a;
    color: #ffffff;
    border-radius: 0.08rem;
  }
  .tips {
    padding: 0 0.3rem;
    margin-bottom: 0.24rem;
  }
  p {
    width: 100%;
    padding: 0.2rem;
    border-radius: 0.16rem;
    background: #0000000a;
    font-weight: 400;
    font-size: 0.24rem;
    color: #5e5e5e;
  }
  /* 验证码弹窗 */
  .sms-cover {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #00000080;
  }
  .sms-box {
    width: 6.4rem;
    border-radius: 0.16rem;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: auto;
  }
  .sms-top {
    padding: 0.48rem;
  }
  .sms-title {
    width: 100%;
    height: 0.48rem;
    text-align: center;
    line-height: 0.48rem;
    font-weight: 500;
    font-size: 0.34rem;
  }
  .sms-text {
    font-weight: 400;
    font-size: 0.34rem;
    text-align: center;
    margin-top: 0.32rem;
    color: #808080;
  }
  .sms-form {
    margin-top: 0.34rem;
    width: 100%;
    height: 0.96rem;
    display: flex;
    align-items: center;
  }
  .sms-form input {
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    text-align: left;
    font-weight: 600;
    font-style: Semibold;
    font-size: 0.28rem;
    color: #000;
  }
  .sms-img {
    width: 2.04rem;
    height: 100%;
  }
  .sms-img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .sms-bottom {
    width: 100%;
    height: 1.12rem;
    border-top: 0.02rem solid #0000001a;
    display: flex;
  }
  .sms-bottom div {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.34rem;
    color: #576b95;
  }
  .sms-bottom .btn-left {
    border-right: 0.02rem solid #0000001a;
    color: #000000;
  }
  /* 申请服务区域 */
  .area-cover {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #00000080;
    z-index: 100;
  }
  .area {
    width: 100%;
    height: 9.2rem;
    background: #fff;
    border-radius: 0.16rem 0.16rem 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .area-top {
    width: 100%;
    height: 1.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 0.32rem;
    padding: 0 0.3rem;
  }
  .area-b {
    font-weight: 500;
  }
  .area-red {
    color: #bf0614;
  }
  .area-tabs {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
  }
  .area-tab {
    font-weight: 500;
    font-size: 0.3rem;
    margin-right: 0.7rem;
  }
  .area-tab-active {
    color: #bf0614;
  }
  .area-list {
    width: 100%;
    height: 7rem;
    overflow-y: auto;
  }
  .area-item {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-item span {
    font-weight: 400;
    font-size: 0.3rem;
  }
  .area-empty {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #949494;
    font-size: 0.3rem;
  }
  .area-img {
    width: 0.32rem;
    height: 0.32rem;
  }
  .area-img img {
    width: 100%;
    display: block;
  }

  /* 提交成功 */
  .success {
    /* height: calc(100vh - 146px); */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2.66rem;
  }
  .success-img {
    width: 1.48rem;
    height: 1.48rem;
  }
  .success-img img {
    width: 100%;
  }
  .success-title {
    font-weight: 600;
    font-size: 0.36rem;
    margin-top: 0.32rem;
  }
  .success-text {
    font-weight: 400;
    font-size: 0.28rem;
    margin-top: 0.56rem;
    padding: 0 1.08rem;
    text-align: center;
  }
  .success-btn {
    width: 4.9rem;
    height: 0.88rem;
    background: #bf0614;
    border-radius: 0.08rem;
    font-weight: 500;
    font-size: 0.3rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.08rem;
  }
  .common_footer {
    width: 100%;
    background-color: #444444;
    height: auto !important;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .common_footer .link {
    padding: 0.4rem 0 0.38rem;
    color: #ffffff;
    font-size: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
  }
  .common_footer .link a {
    color: #ffffff;
    padding: 0 0.2rem;
    display: inline;
  }
  .common_footer p {
    color: #ffffff;
    font-size: 0.22rem;
    line-height: 0.24rem;
    text-align: center;
    padding-bottom: 0.38rem;
  }
  .common_footer p span {
    padding: 0 0.16rem;
  }
}
@media screen and (min-width: 1025px) {
  .nav_wrapper_bg * {
    box-sizing: content-box;
  }
  .footerPC * {
    box-sizing: content-box;
  }
  html,
  body {
    margin: 0;
    padding: 0;
  }
  ul,
  li,
  p {
    margin: 0;
    padding: 0;
  }

  a {
    text-decoration: none;
    color: black;
    outline: none;
  }

  li {
    cursor: pointer;
  }
  .headerM {
    display: none;
  }
  .banner {
    width: 100%;
    height: 171px;
  }
  .banner .banner-pc {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .banner-m {
    display: none;
  }
  .form {
    width: 800px;
    padding: 28px 0;
    margin: 0 auto;
  }
  .formInput {
    width: 100%;
    height: 40px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 24px;
    position: relative;
  }
  .formTitle {
    font-weight: 400;
    font-size: 15px;
    color: #5e5e5e;
  }
  .formTitle span {
    color: #ff0000;
  }
  .formInput input {
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    margin-left: 40px;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    color: #000;
  }
  .borderError {
    border-color: #ff0000;
  }
  .formError {
    position: absolute;
    left: 0;
    top: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #ff0000;
    padding-top: 8px;
  }
  input::placeholder {
    font-weight: 400;
    color: #c4c4c4;
  }
  .formInput .sms {
    margin-left: 0;
    text-align: left;
  }
  .formArea {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
  }
  .areaInput {
    height: 40px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  }
  .areaInput input {
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    margin-left: 40px;
    text-align: right;
    font-weight: 600;
    font-style: Semibold;
    font-size: 14px;
    color: #000;
  }
  .areaText {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .formBtn {
    font-weight: 400;
    font-size: 15px;
    color: #5e5e5e;
    cursor: pointer;
  }
  .formImage {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
  }
  .uploadImage {
    width: 343px;
    height: 214px;
    border: 0.02rem dashed #a4a4a4;
    border-radius: 8px;
    margin: 10px auto 0 auto;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .uploadBtn {
    width: 64px;
    height: 64px;
  }
  .img-licensePic {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .close-img {
    width: 24px;
    height: 24px;
    background: #00000099;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 0 8px;
  }
  .close-img img {
    width: 12px;
  }
  .uploadImage input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .formList {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
  }
  .imageList {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .imageItem {
    width: 88px;
    height: 88px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
  }
  .imageItem > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .imageAdd {
    width: 88px;
    height: 88px;
    border: 1px dashed #a4a4a4;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .imageAdd img {
    width: 16px;
  }
  .imageAdd input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .formRadio {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 0 10px;
  }
  .radioBtn {
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .radioBtn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .radioText {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-left: 7px;
  }
  .formBtns {
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
  }
  .btnTips {
    width: 100%;
    height: 22px;
    background: #ffdd0014;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
  }
  .btn {
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 15px;
    background: #88898a;
    color: #ffffff;
    border-radius: 4px;
  }
  .tips {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 43px;
  }
  .tips p {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #0000000a;
    font-weight: 400;
    font-size: 12px;
    color: #5e5e5e;
  }

  .sms-cover {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #00000080;
  }
  .sms-box {
    width: 320px;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: auto;
  }
  .sms-top {
    padding: 24px;
  }
  .sms-title {
    width: 100%;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    font-size: 17px;
  }
  .sms-text {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    margin-top: 0.32rem;
    color: #808080;
  }
  .sms-form {
    margin-top: 17px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
  }
  .sms-form input {
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    text-align: left;
    font-weight: 600;
    font-style: Semibold;
    font-size: 14px;
    color: #000;
  }
  .sms-img {
    width: 102px;
    height: 100%;
    cursor: pointer;
  }
  .sms-img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .sms-bottom {
    width: 100%;
    height: 56px;
    border-top: 1px solid #0000001a;
    display: flex;
  }
  .sms-bottom div {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 17px;
    color: #576b95;
    cursor: pointer;
  }
  .sms-bottom .btn-left {
    border-right: 1px solid #0000001a;
    color: #000000;
  }
  /* 提交成功 */
  .success {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 133px;
  }
  .success-img {
    width: 74px;
    height: 74px;
  }
  .success-img img {
    width: 100%;
  }
  .success-title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 16px;
  }
  .success-text {
    font-weight: 400;
    font-size: 14px;
    margin-top: 28px;
    padding: 0 54px;
    text-align: center;
  }
  .success-btn {
    width: 245px;
    height: 44px;
    background: #bf0614;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
    cursor: pointer;
  }

  /* 申请服务区域 */
  .area-cover {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #00000080;
  }
  .area {
    width: 800px;
    height: 460px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .area-top {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    padding: 0 15px;
  }
  .area-a {
    cursor: pointer;
  }
  .area-b {
    font-weight: 500;
  }
  .area-red {
    cursor: pointer;
    color: #bf0614;
  }
  .area-tabs {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
  }
  .area-tab {
    font-weight: 500;
    font-size: 15px;
    margin-right: 35px;
  }
  .area-tab-active {
    color: #bf0614;
  }
  .area-list {
    width: 100%;
    height: 350px;
    overflow-y: auto;
  }
  .area-item {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-item span {
    font-weight: 400;
    font-size: 15px;
  }
  .area-empty {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #949494;
    font-size: 15px;
  }
  .area-img {
    width: 16px;
    height: 16px;
  }
  .area-img img {
    width: 100%;
    display: block;
  }
  .common_footer {
    display: none;
  }
}

.i-message {
  padding: 8px 16px;
  border-radius: 4px;
  background: #00000099;
  color: #ffffffe5;
  position: fixed;
  left: 0;
  right: 0;
  top: -50px;
  width: fit-content;
  margin: auto;
  font-size: 14px;
  transition: top 0.25s;
  z-index: 1000;
}
.red {
  background: #bf0614;
}

.showImgCover {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #00000080;
  z-index: 100;
}
.showImg {
  max-width: 800px;
  width: 80%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.showImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
