* {
    margin: 0rem;
    padding: 0rem;
    box-sizing: border-box;
  }
  
  body {
    background-color: #f5f5f5;
  }
  
  .scrmContainer {
    background-color: #fff;
    margin: 0px auto;
    max-width: 750px;
  }
  
  .scrmContainer .notSuccess.hide {
    display: none;
  }
  
  .scrmContainer .success {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .scrmContainer .success.hide {
    display: none;
  }
  
  .scrmContainer .success .info {
    text-align: center;
    color: #333;
    font-size: 0.14rem;
  }
  
  .scrmContainer .scrmTop img {
    width: 100%;
  }
  
  .scrmContainer #dd {
    position: relative;
  }
  
  .scrmContainer #dd::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    left: -0.03rem;
    background-color: #fff;
    top: -0.03rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://gdclass.gaodun.com/static/media/checkbox.8ee47c078.svg);
  }
  
  .scrmContainer #dd:checked::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    left: -0.03rem;
    top: -0.03rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://gdclass.gaodun.com/static/media/checkboxchecked.c27ca454e.svg);
  }
  
  .scrmContainer .footer-end {
    display: flex;
    align-items: center;
    padding: 0rem 0.25rem;
  }
  
  .scrmContainer .footer-end .left {
    width: 60%;
    font-size: 0.14rem;
    line-height: 0.3rem;
  }
  
  .scrmContainer .footer-end .right {
    flex: 1;
  }
  
  .scrmContainer .footer-end .right img {
    width: 100%;
  }
  
  .scrmContainer .submit-container {
    margin-left: 0.25rem;
  }
  
  .scrmContainer .submit-container .submit-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 0.25rem;
    cursor: pointer;
  }
  
  .scrmContainer .submit-container .submit-inf {
    text-align: center;
    height: 0.4rem;
    display: flex;
    width: 80%;
    border-radius: 0.4rem;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    padding: 0rem 0.3rem;
    background-color: #ff6e00;
    color: #fff;
    border: 0.01rem solid #ff6e00;
  }
  
  .scrmContainer .check-btn {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
  }
  
  .scrmContainer .check-btn .v {
    margin-top: 10px;
    margin-left: 27px;
    font-size: 0.1rem;
    padding-top: 5px;
    padding-left: 5px;
  }
  
  .scrmContainer a {
    text-decoration: none;
    color: #000;
  }
  
  .scrmContainer .scrmForm {
    width: 90%;
    margin: 0.08rem auto;
    border-radius: 0.1rem;
  
    box-shadow: 0rem 0rem 0.05rem 0.04rem rgba(0, 0, 0, 0.04);
    background-color: #fff;
  }
  
  .scrmContainer .scrmForm .scrm-form-item {
    padding: 0rem 0.16rem;
    margin: 0rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .label {
    font-size: 0.14rem;
    width: 0.7rem;
    display: inline-block;
  }
  
  .scrmContainer .scrmForm .scrm-form-item:nth-child(1) {
    position: relative;
  }
  
  .scrmContainer .scrmForm .scrm-form-item:nth-child(1)::before {
    content: "*";
    display: inline-block;
    position: absolute;
    color: red;
    width: 0.2rem;
    transform: scale(0.2);
    height: 0.2rem;
    top: 0.02rem;
    left: 0rem;
  }
  
  .scrmContainer .scrmForm .scrm-form-item:nth-child(2) {
    position: relative;
    position: relative;
  }
  
  .scrmContainer .scrmForm .scrm-form-item:nth-child(2)::before {
    content: "*";
    display: inline-block;
    position: absolute;
    color: red;
    width: 0.2rem;
    transform: scale(0.2);
    height: 0.2rem;
    top: 0.02rem;
    left: 0rem;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .form-item-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.5rem;
    width: 100%;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.04);
  }
  
  .scrmContainer .scrmForm .scrm-form-item .form-item-l.s-b .left-captche {
    font-size: 0.14rem;
    display: flex;
    justify-content: space-between;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .form-item-l.s-b .left-captche .captcheValue {
    border: none;
    outline: none;
    font-size: 0.14rem;
    width: 82%;
    padding-left: 0.18rem;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .form-item-l.s-b .captche {
    height: 0.3rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: #ff6e00;
    border: 0.01rem solid #ff6e00;
    border-radius: 0.16rem;
    padding: 0rem 0.16rem;
    font-size: 0.14rem;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .left {
    display: flex;
    align-items: center;
    width: 60%;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .left .wrapper-banner {
    font-size: 0.14rem;
    position: relative;
    z-index: 2;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .left .wrapper-banner .icon-set {
    display: flex;
    align-items: center;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .left .wrapper-banner .hide-list {
    position: absolute;
    width: 2rem;
    background-color: #fff;
    height: 3rem;
    overflow: auto;
    scroll-snap-type: x mandatory;
    padding: 0rem 0.1rem;
    box-shadow: 0rem 0rem 0.04rem 0.03rem rgba(0, 0, 0, 0.04);
  }
  
  .scrmContainer .scrmForm .scrm-form-item .left .wrapper-banner .hide-list.hide {
    display: none;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .left .wrapper-banner .hide-list .list-i {
    height: 0.4rem;
    display: flex;
    align-items: center;
    color: #333;
    border-bottom: 0.01rem solid #f5f5f5;
    justify-content: space-between;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .left .wrapper-banner .viewport {
    width: 0.15rem;
    height: 0.15rem;
    position: relative;
    display: inline-block;
    text-align: center;
    color: white;
    margin: 0rem 0.1rem;
    margin-top: -0.06rem;
    cursor: pointer;
    transform: rotate(-45deg);
    border-left: 0.02rem solid rgba(0, 0, 0, 0.3);
    border-bottom: 0.02rem solid rgba(0, 0, 0, 0.3);
  }
  
  .scrmContainer .scrmForm .scrm-form-item .right {
    display: flex;
    margin-left: 0.1rem;
    justify-content: flex-end;
  }
  
  .scrmContainer .scrmForm .scrm-form-item .right input {
    text-align: right;
    width: 80%;
    height: 0.4rem;
    outline: none;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.14rem;
    border: none;
  }
  
  .scrmContainer .scrmForm .left-captche-other {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .scrmContainer .scrmForm .left-captche-other .email, .scrmContainer .scrmForm .left-captche-other .wx {
    width: 100%;
    height: 0.4rem;
    margin-left: 0.2rem;
    outline: none;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.14rem;
    border: none;
  }