@charset "UTF-8";

@media screen and (max-width: 767px) {
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    /* 自定义字体名称，可根据需要设置 */
    src: url("../font/SourceHanSansCN-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'SourceHanSansCN-Light';
    /* 自定义字体名称，可根据需要设置 */
    src: url("../font/SourceHanSansCN-Light.otf") format("opentype");
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    /* 自定义字体名称，可根据需要设置 */
    src: url("../font/SourceHanSansCN-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    /* 自定义字体名称，可根据需要设置 */
    src: url("../font/SourceHanSansCN-Regular.otf") format("opentype");
}

  .mian {
    width: 100%;
  }

  .landing-1 {
    margin: 0 auto;
    margin-top: 1.302083rem;
    width: 100%;
    padding-top: 0.208333rem;
    padding-bottom: 0.208333rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.104167rem 0 rgba(186, 186, 186, 0.5);
  }

  .landing-1:nth-child(2) {
    margin-top: 1.302083rem;
  }

  .padding60 {
    width: 100%;
    height: 0.3125rem;
  }

  .icon-zhanwei {
    font-size: 0.130208rem;
    margin-right: 0.104167rem;
  }

  .clear-both {
    clear: both;
  }

  .landing-1-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-1-left img {
    width: 20%;
    margin-left: 0.15625rem;
  }

  .landing-1-right {
    position: relative;
    background-image: url("../img/bg-wire.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0.260417rem;
    scale: 1.1;
  }

  .tube-bg {
    background-image: url("../img/bg-tube.png");
  }

  .landing-1-right-titlle {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.260417rem;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.270833rem;
    font-weight: 700;
    margin-top: 0.052083rem;
  }

  .landing-1-right-date {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.125rem;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.1875rem;
    font-weight: 500;
    margin-top: 0.104167rem;
  }

  .landing-1-right-date .left-date {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.125rem;
    color: #D81E0F;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.1875rem;
    font-weight: 500;
  }

  .landing-1-right-btn {
    margin-top: 0.104167rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-1-right-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
  }

  .landing-1-right-btn .mod-10-1 {
    width: 100%;
    height: 0.364583rem;
    background: #D51E19;
    border-radius: 0.041667rem;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.125rem;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
    float: left;
    margin-right: 0.21875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-1-right-btn .mod-10-2 {
    width: 100%;
    height: 0.364583rem;
    background: #F7524E;
    border-radius: 0.041667rem;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.125rem;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
    float: left;
    margin-right: 0.21875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-1-right-btn .mod-10-3 {
    width: 100%;
    height: 0.364583rem;
    background: rgba(153, 153, 153, 0.5);
    border-radius: 0.041667rem;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.125rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.140625rem;
    font-weight: 500;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-1-right-btn .F7524E {
    background: #F7524E;
  }

  .landing-2-right-btn {
    margin-top: 0.104167rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-2-right-btn .mod-11-1 {
    font-family: SourceHanSansCN-Normal;
    font-size: 0.125rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 0.25rem;
    font-weight: 400;
    float: left;
    margin-right: 0.3125rem;
  }

  .landing-2-right-btn .mod-11-2 {
    font-family: SourceHanSansCN-Normal;
    font-size: 0.125rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 0.25rem;
    font-weight: 400;
    float: left;
    margin-right: 0.3125rem;
  }

  .landing-2-right-btn .mod-11-3 {
    font-family: SourceHanSansCN-Normal;
    font-size: 0.125rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 0.25rem;
    font-weight: 400;
    float: left;
  }
}

@media screen and (min-width: 768px) {
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    /* 自定义字体名称，可根据需要设置 */
    src: url("../font/SourceHanSansCN-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'SourceHanSansCN-Light';
    /* 自定义字体名称，可根据需要设置 */
    src: url("../font/SourceHanSansCN-Light.otf") format("opentype");
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    /* 自定义字体名称，可根据需要设置 */
    src: url("../font/SourceHanSansCN-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    /* 自定义字体名称，可根据需要设置 */
    src: url("../font/SourceHanSansCN-Regular.otf") format("opentype");
}

  .landing-1 {
    margin: 0 auto;
    margin-top: 0.3125rem;
    width: 6.145833rem;
    height: 2.736979rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.104167rem 0 rgba(186, 186, 186, 0.5);
  }

  .padding60 {
    width: 100%;
    height: 0.3125rem;
  }

  .icon-zhanwei {
    font-size: 0.130208rem;
    margin-right: 0.104167rem;
  }

  .clear-both {
    clear: both;
  }

  .landing-1-left {
    width: 1.666667rem;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
  }

  .landing-1-left img {
    width: 1.40625rem;
    margin-left: 0.104167rem;
  }

  .landing-1-left-img img {
    width: 1.145833rem;
  }

  .landing-1-right {
    float: left;
    width: calc(100% - 1.666667rem);
    height: 2.575521rem;
    position: relative;
    top: 0.15625rem;
    background-image: url("../img/bg-wire.png");
    background-repeat: no-repeat;
    background-position: 0 0.520833rem;
    background-size: contain;
  }

  .landing-1-right .landing-1-right-logo {
    width: 0.416667rem;
    height: 0.416667rem;
  }

  .landing-1-right .landing-1-right-logo img {
    position: absolute;
    right: 0.260417rem;
    width: 0.416667rem;
  }

  .tube-bg {
    background-image: url("../img/bg-tube.png");
  }

  .landing-1-right-titlle {
    font-family: SourceHanSansCN-Bold;
    font-size: 0.177083rem;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.270833rem;
    font-weight: 700;
    margin-top: 0.052083rem;
  }

  .landing-1-right-date {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.125rem;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.1875rem;
    font-weight: 500;
    margin-top: 0.104167rem;
  }

  .landing-1-right-date .left-date {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.125rem;
    color: #D81E0F;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.1875rem;
    font-weight: 500;
  }

  .landing-1-right-btn {
    margin-top: 0.104167rem;
  }

  .landing-1-right-btn .mod-10-1 {
    width: 1.25rem;
    height: 0.364583rem;
    background: #D51E19;
    border-radius: 0.041667rem;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.104167rem;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
    float: left;
    margin-right: 0.21875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-1-right-btn .mod-10-2 {
    width: 1.25rem;
    height: 0.364583rem;
    background: #F7524E;
    border-radius: 0.041667rem;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.104167rem;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
    float: left;
    margin-right: 0.21875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-1-right-btn .mod-10-3 {
    width: 1.25rem;
    height: 0.364583rem;
    background: #F7524E;
    border-radius: 0.041667rem;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.104167rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.140625rem;
    font-weight: 500;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-1-right-btn .gray {
    background-color: gray;
  }

  .landing-2-right-btn {
    margin-top: 0.104167rem;
  }

  .landing-2-right-btn .mod-11-1 {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.098958rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 0.25rem;
    font-weight: 400;
    float: left;
    margin-right: 0.3125rem;
  }

  .landing-2-right-btn .mod-11-2 {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.098958rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 0.25rem;
    font-weight: 400;
    float: left;
    margin-right: 0.3125rem;
  }

  .landing-2-right-btn .mod-11-3 {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.098958rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 0.25rem;
    font-weight: 400;
    float: left;
  }
}