@media screen and (min-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Content {
    height: auto;
    padding: 83px 0;
    background: url(../img/register/Bgc.png) top center no-repeat;
    background-size: cover;
  }
  .box .Content h2 {
    padding-left: 9px;
    font-size: 30px;
    line-height: 30px;
    color: #d80018;
  }
  .box .Content #captcha {
    width: auto;
    height: 90%;
    margin: 0 auto;
  }
  .box .Content .content {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 13px 0px rgba(158, 200, 230, 0.25);
    border-radius: 10px;
    margin-top: 27px;
    padding: 63px 0;
  }
  .box .Content .content .input {
    width: 460px;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 0 auto 34px;
  }
  .box .Content .content .input p {
    min-width: 76px;
    font-size: 16px;
    line-height: 16px;
    color: #e6001a;
    text-align: right;
    margin-right: 22px;
  }
  .box .Content .content .input p span {
    color: #666666;
    margin-left: 2px;
  }
  .box .Content .content .input input {
    width: 362px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
    outline: none;
    padding-left: 15px;
    font-size: 14px;
  }
  .box .Content .content .input input::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
  }
  .box .Content .content .input.radio label {
    margin-right: 60px;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
  }
  .box .Content .content .input.radio input {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    margin-right: 10px;
  }
  .box .Content .content .input select {
    width: 362px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    padding-left: 15px;
  }
  .box .Content .content .input.phone {
    position: relative;
  }
  .box .Content .content .input.phone input {
    padding-right: 110px;
  }
  .box .Content .content .input.phone div {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .box .Content .content .input.phone div span {
    font-size: 11px;
    color: #dddddd;
  }
  .box .Content .content .input.phone div button {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .box .Content .content .input.check {
    position: relative;
  }
  .box .Content .content .input.check input {
    padding-right: 110px;
  }
  .box .Content .content .input.check div {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .box .Content .content .input.check div span {
    font-size: 11px;
    color: #dddddd;
  }
  .box .Content .content .input.check div button {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .box .Content .content .input .area {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .content .input .area select {
    width: 32%;
    padding-left: 10px;
  }
  .box .Content .content .Button {
    display: block;
    width: 112px;
    height: 40px;
    background-color: #d51818;
    border-radius: 4px;
    margin: 59px auto;
    border: none;
    outline: none;
  }
  .box .Content .content .Button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .box .Content .content .Button:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Content {
    height: auto;
    padding: 13.33333333vw 0 21.33333333vw;
    background: url(../img/register/Bgc.png) top center no-repeat;
    background-size: cover;
  }
  .box .Content h2 {
    padding-left: 2.4vw;
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #d80018;
  }
  .box .Content .content {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0vw 0vw 3.46666667vw 0vw rgba(158, 200, 230, 0.25);
    border-radius: 2.66666667vw;
    margin-top: 7.2vw;
    padding: 16.8vw 0 13.33333333vw;
  }
  .box .Content .content .input {
    width: 95%;
    height: 10.13333333vw;
    display: flex;
    align-items: center;
    margin: 0 auto 9.06666667vw;
  }
  .box .Content .content .input p {
    min-width: 18.13333333vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #e6001a;
    text-align: right;
    margin-right: 2.66666667vw;
  }
  .box .Content .content .input p span {
    color: #666666;
    margin-left: 0.53333333vw;
  }
  .box .Content .content .input input {
    width: 26.66666667vw;
    flex: 1;
    height: 10.13333333vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dddddd;
    outline: none;
    padding-left: 2.13333333vw;
    font-size: 3.73333333vw;
  }
  .box .Content .content .input input::placeholder {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #999999;
  }
  .box .Content .content .input.radio label {
    margin-right: 16vw;
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #333333;
  }
  .box .Content .content .input.radio input {
    width: 4.8vw;
    height: 4.8vw;
    background-color: #ffffff;
    border: solid 0.26666667vw #dddddd;
    margin-right: 2.66666667vw;
  }
  .box .Content .content .input select {
    width: 96.53333333vw;
    height: 10.13333333vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dddddd;
    outline: none;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #999999;
    padding-left: 1.33333333vw;
  }
  .box .Content .content .input.check {
    position: relative;
  }
  .box .Content .content .input.check input {
    padding-right: 24vw;
  }
  .box .Content .content .input.check div {
    width: 21.33333333vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .box .Content .content .input.check div span {
    font-size: 2.93333333vw;
    color: #dddddd;
  }
  .box .Content .content .input.check div button {
    width: 100%;
    height: 100%;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #666666;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .box .Content .content .input.phone {
    position: relative;
  }
  .box .Content .content .input.phone input {
    padding-right: 24vw;
  }
  .box .Content .content .input.phone div {
    width: 21.33333333vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .box .Content .content .input.phone div span {
    font-size: 2.93333333vw;
    color: #dddddd;
  }
  .box .Content .content .input.phone div button {
    width: 100%;
    height: 100%;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #666666;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .box .Content .content .input .area {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .content .input .area select {
    width: 32%;
    padding-left: 1.33333333vw;
  }
  .box .Content .content .Button {
    display: block;
    width: 29.86666667vw;
    height: 10.66666667vw;
    background-color: #d51818;
    border-radius: 1.06666667vw;
    margin: 15.73333333vw auto;
    border: none;
    outline: none;
  }
  .box .Content .content .Button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.73333333vw;
    line-height: 10.66666667vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
  }
  .box .Content .content .Button:hover {
    filter: brightness(1.1);
  }
}
