@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #f0f0f0;
    min-width: 1440px;
  }
  .box .Top {
    width: 100%;
    height: 537px;
    background: url(../img/yycg/TopBg.png) center no-repeat;
    background-size: cover;
  }
  .box .Top .Title {
    width: 1440px;
    margin: 0 auto;
    margin-top: 156px;
  }
  .box .Top .Title h1 {
    display: flex;
    align-items: center;
    font-size: 37px;
    line-height: 37px;
    color: #ffffff;
  }
  .box .Top .Title h1 p {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-left: 28px;
    padding-top: 15px;
    font-weight: normal;
  }
  .box .Content {
    width: 1440px;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 57px auto 0;
    padding: 53px 248px 55px 215px;
  }
  .box .Content .Notice {
    width: 100%;
    height: 138px;
    display: flex;
    align-items: center;
  }
  .box .Content .Notice h2 {
    width: 157px;
    height: 100%;
    background-color: #f5f5f5;
    border-left: 7px solid #94211e;
    font-size: 24px;
    line-height: 138px;
    color: #94211e;
    text-align: center;
    margin-right: 33px;
  }
  .box .Content .Notice .text {
    flex: 1;
  }
  .box .Content .Notice .text p {
    font-family: PingFang;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
  }
  .box .Content .From {
    margin-top: 51px;
    border-top: 1px solid #ededed;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .From .input {
    width: 47%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 31px;
    position: relative;
  }
  .box .Content .From .input p {
    width: 98px;
    text-align: right;
    margin-right: 25px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
  }
  .box .Content .From .input input {
    flex: 1;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #dadada;
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    outline: none;
  }
  .box .Content .From .input input::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #aeaeae;
  }
  .box .Content .From .input input.pad {
    padding-right: 95px;
  }
  .box .Content .From .input textarea {
    flex: 1;
    height: 164px;
    border-radius: 6px;
    border: solid 1px #dadada;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    outline: none;
    resize: none;
  }
  .box .Content .From .input textarea::placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #aeaeae;
  }
  .box .Content .From .input .img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .box .Content .From .input .button {
    width: 70px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
  }
  .box .Content .From .input .button span {
    font-size: 14px;
    line-height: 24px;
    color: #ae120e;
  }
  .box .Content .From .input .count {
    position: absolute;
    right: 16px;
    bottom: 12px;
  }
  .box .Content .From .input .count p {
    width: auto;
    font-size: 14px;
    line-height: 14px;
    color: #bab6ad;
    margin-right: 0;
  }
  .box .Content .From .input select {
    flex: 1;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #dadada;
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    outline: none;
    color: #aeaeae;
  }
  .box .Content .From .input select option {
    color: #333;
  }
  .box .Content .Button {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .Button button {
    width: 135px;
    height: 44px;
    background-color: #94211e;
    border-radius: 4px;
    margin: 0 22.5px;
    border: none;
    outline: none;
  }
  .box .Content .Button button a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
  }
  .box .Content .Button button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Button button:nth-child(2) {
    background-color: #7a7a7a;
  }
  .box .Bottom {
    margin-top: 59px;
    width: 100%;
    height: 94px;
    background-color: #262932;
    overflow: hidden;
  }
  .box .Bottom .text {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Bottom .text p {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin: 0 5px;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
  }
  .box .Top {
    width: 100%;
    height: 66.66666667vw;
    background: url(../img/yycg/TopBg.png) center no-repeat;
    background-size: cover;
    position: relative;
  }
  .box .Top .topTitle {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .box .Top .Title {
    width: 100%;
    margin: 0 auto;
    margin-top: 4vw;
  }
  .box .Top .Title h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #ffffff;
  }
  .box .Top .Title h1 p {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #ffffff;
    margin-left: 3.2vw;
    padding-top: 1.33333333vw;
    font-weight: normal;
  }
  .box .Content {
    width: 95%;
    height: auto;
    background-color: #ffffff;
    border-radius: 2.66666667vw;
    margin: 10.66666667vw auto 0;
    padding: 6.66666667vw 2.66666667vw 9.33333333vw;
  }
  .box .Content .Notice {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .Content .Notice h2 {
    width: 100%;
    height: 10.66666667vw;
    background-color: #f5f5f5;
    border-top: 0.53333333vw solid #94211e;
    font-size: 4.53333333vw;
    line-height: 10.66666667vw;
    color: #94211e;
    text-align: center;
    margin-bottom: 3.2vw;
  }
  .box .Content .Notice .text {
    flex: 1;
    padding-left: 1.33333333vw;
  }
  .box .Content .Notice .text p {
    font-family: PingFang;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    color: #000000;
  }
  .box .Content .From {
    margin-top: 6.66666667vw;
    border-top: 0.26666667vw solid #ededed;
    padding-top: 6.66666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .From .input {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5.33333333vw;
    position: relative;
  }
  .box .Content .From .input p {
    width: 17.33333333vw;
    text-align: right;
    margin-right: 4vw;
    font-size: 3.73333333vw;
    line-height: 10.66666667vw;
    color: #333333;
  }
  .box .Content .From .input input {
    flex: 1;
    height: 10.66666667vw;
    border-radius: 1.6vw;
    border: solid 0.26666667vw #dadada;
    padding-left: 2.13333333vw;
    color: #333;
    font-size: 3.2vw;
    line-height: 3.2vw;
    outline: none;
  }
  .box .Content .From .input input::placeholder {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #aeaeae;
  }
  .box .Content .From .input input.pad {
    padding-right: 14.66666667vw;
  }
  .box .Content .From .input textarea {
    flex: 1;
    height: 43.73333333vw;
    border-radius: 1.6vw;
    border: solid 0.26666667vw #dadada;
    padding: 1.86666667vw 3.2vw;
    font-size: 3.2vw;
    line-height: 5.33333333vw;
    color: #333;
    outline: none;
    resize: none;
  }
  .box .Content .From .input textarea::placeholder {
    font-size: 3.2vw;
    line-height: 5.33333333vw;
    color: #aeaeae;
  }
  .box .Content .From .input .img {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .box .Content .From .input .button {
    width: 17.06666667vw;
    position: absolute;
    top: 50%;
    right: 2.13333333vw;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
  }
  .box .Content .From .input .button span {
    font-size: 3.2vw;
    line-height: 6.4vw;
    color: #ae120e;
  }
  .box .Content .From .input .count {
    position: absolute;
    right: 2.66666667vw;
    bottom: 2.66666667vw;
  }
  .box .Content .From .input .count p {
    width: auto;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #bab6ad;
    margin-right: 0;
  }
  .box .Content .From .input select {
    flex: 1;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #dadada;
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    outline: none;
    color: #aeaeae;
  }
  .box .Content .From .input select option {
    color: #333;
  }
  .box .Content .From .input:last-child {
    width: 100%;
  }
  .box .Content .From .input:last-child p {
    line-height: 5.33333333vw;
  }
  .box .Content .Button {
    margin-top: 6.66666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .Button button {
    width: 25.33333333vw;
    height: 9.33333333vw;
    background-color: #94211e;
    border-radius: 1.06666667vw;
    margin: 0 4vw;
    border: none;
    outline: none;
  }
  .box .Content .Button button a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #ffffff;
  }
  .box .Content .Button button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Button button:nth-child(2) {
    background-color: #7a7a7a;
  }
  .box .Bottom {
    margin-top: 15.73333333vw;
    width: 100%;
    height: auto;
    background-color: #262932;
    overflow: hidden;
    padding: 4vw 0;
  }
  .box .Bottom .text {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .box .Bottom .text p {
    font-size: 3.73333333vw;
    line-height: 6.4vw;
    color: #ffffff;
    margin: 0 1.33333333vw;
    text-align: center;
  }
}
