body {
  background: #F9FAFF; }

.uw-box {
  min-height: calc(100vh - 304px); }
  .uw-box-title {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: 120px 0 30px; }
  .uw-box-content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 30px; }
    .uw-box-content h2 {
      font-weight: bold;
      font-size: 28px;
      color: #1C2C41;
      line-height: 42px; }
    .uw-box-content .auth {
      font-weight: 400;
      font-size: 14px;
      color: #666666;
      line-height: 21px;
      display: flex;
      gap: 0 30px;
      margin-top: 30px; }
    .uw-box-content .content {
      font-weight: 400;
      font-size: 18px;
      color: #111111;
      line-height: 29px;
      margin-top: 30px; }
  .uw-box .fenye {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0; }
    .uw-box .fenye a {
      font-weight: 400;
      font-size: 18px;
      color: #999999;
      line-height: 27px; }
      .uw-box .fenye a span {
        color: #1C2C41;
        margin-left: 10px; }

.headeryd {
  display: none; }
@media screen and (max-width: 1025px) {
    .uw-box {
  min-height: calc(100vh - 220px); }
    .max-widht{
        padding: 0 30px !important;
    }
}
@media screen and (max-width: 768px) {
    .max-widht{
        padding: 0 !important;
    }
  body {
    background-color: #fff; }
  .div-header {
    display: none; }
  .headeryd {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
    position: fixed;
    left: 0;
    top: 0;
    background: #FFFFFF;
    padding-left: 1rem; }
    .headeryd img {
      width: 2rem;
      height: 2rem; }
    .headeryd span {
      font-weight: bold;
      font-size: 1.6rem;
      color: #1C2C41;
      line-height: 2.4rem;
      margin-left: auto;
      flex: 1;
      text-align: center; }
  .uw-box {
    min-height: calc(100vh - 60px - 50px); }
    .uw-box-title {
      display: none; }
    .uw-box-content {
      padding: 5.5rem 1.5rem 1.5rem; }
      .uw-box-content h2 {
        font-size: 2.1rem;
        line-height: 3.15rem; }
      .uw-box-content .auth {
        font-size: 1.2rem;
        gap: 0 2rem;
        line-height: 1.8rem;
        margin-top: 2rem; }
      .uw-box-content .content {
        font-size: 1.6rem;
        line-height: 3rem;
        margin-top: 2rem;
        border-bottom: 1px solid #DCDFE6;
        padding-bottom: 2rem; }
    .uw-box .fenye {
      flex-direction: column;
      padding: 1.5rem;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 0;
      gap: 2rem 0; }
      .uw-box .fenye a {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
