body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

.instructions-page {
  color: #1a1a1a; }
  .instructions-page .instructions-view .title-view {
    text-align: center;
    margin: 0 auto 36px;
    padding-top: 136px; }
    .instructions-page .instructions-view .title-view .title {
      font-size: 40px;
      font-family: Source Han Sans CN, Source Han Sans CN-Bold;
      font-weight: 700;
      text-align: center;
      color: #000000;
      letter-spacing: 2px;
      margin: 0 auto 20px; }
    .instructions-page .instructions-view .title-view .desc {
      font-size: 18px;
      font-family: Source Han Sans CN, Source Han Sans CN-Regular;
      font-weight: 400;
      text-align: center;
      color: #4d4d4d;
      letter-spacing: 0.9px; }
  .instructions-page .instructions-view img {
    object-fit: cover; }
  .instructions-page .instructions-view .sms-view .rsq-view {
    position: relative; }
    .instructions-page .instructions-view .sms-view .rsq-view .title {
      font-size: 24px;
      font-weight: 700;
      text-align: CENTER;
      color: #272636;
      line-height: 36px;
      margin: 40px auto; }
    .instructions-page .instructions-view .sms-view .rsq-view .left-view {
      position: absolute;
      top: 124px;
      left: 70px;
      width: 20px;
      height: 534px;
      background: linear-gradient(180deg, rgba(4, 135, 239, 0.25) 10%, #0487ef 100%); }
    .instructions-page .instructions-view .sms-view .rsq-view .right-view .part {
      margin-bottom: 40px; }
    .instructions-page .instructions-view .sms-view .rsq-view .right-view .tag {
      width: 144px;
      height: 48px;
      background: #303e65;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      line-height: 48px; }
    .instructions-page .instructions-view .sms-view .rsq-view .right-view .name {
      font-size: 18px;
      font-weight: 700;
      color: #272636;
      line-height: 28px;
      margin-bottom: 10px; }
    .instructions-page .instructions-view .sms-view .rsq-view .right-view .desc {
      font-size: 16px;
      font-weight: 400;
      color: #303e65;
      line-height: 32px; }
    .instructions-page .instructions-view .sms-view .rsq-view .right-view .tip-view {
      display: flex;
      font-size: 14px;
      color: #98a4b2;
      margin: 6px -0 0; }
      .instructions-page .instructions-view .sms-view .rsq-view .right-view .tip-view .tip-img {
        margin-right: 6px;
        width: 18px;
        height: 18px; }
  .instructions-page .instructions-view .sms-view .rslc-view .title {
    font-size: 24px;
    font-weight: 700;
    text-align: CENTER;
    color: #272636;
    line-height: 36px;
    margin: 112px auto 8px; }
  .instructions-page .instructions-view .sms-view .rslc-view .img-view {
    display: flex;
    width: 100%; }
    .instructions-page .instructions-view .sms-view .rslc-view .img-view .rslc-img {
      margin: 0 auto; }
  .instructions-page .instructions-view .sms-view .rslc-view .part {
    display: flex;
    margin-top: 16px;
    color: #303e65; }
    .instructions-page .instructions-view .sms-view .rslc-view .part .icon {
      width: 28px;
      height: 28px;
      background: #1bc47d;
      border-radius: 4px;
      font-size: 16px;
      color: #ffffff;
      text-align: center;
      line-height: 28px;
      margin-right: 8px; }
    .instructions-page .instructions-view .sms-view .rslc-view .part .desc {
      flex: 1;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px; }
      .instructions-page .instructions-view .sms-view .rslc-view .part .desc .desc-name {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px; }
  .instructions-page .instructions-view .sms-view .rslc-view .tip-text {
    margin-left: 52px;
    max-width: 1200px;
    color: #98a4b2;
    font-size: 14px; }
  .instructions-page .instructions-view .sms-view .rslc-view .rstjimg {
    width: 100%;
    margin: 12px auto; }

@media only screen and (max-width: 1180px) {
  .instructions-page .instructions-view .title-view {
    padding-top: 100px;
    margin: 0 auto 10px; }
    .instructions-page .instructions-view .title-view .title .text {
      font-size: 22px;
      margin: 0 12px; }
    .instructions-page .instructions-view .title-view .title img {
      width: 87px;
      height: 19px; }
  .instructions-page .instructions-view .part {
    margin-top: 20px; }
  .instructions-page .instructions-view img {
    width: 100%; }
  .instructions-page .instructions-view .sms-view .rsq-view .title {
    font-size: 18px;
    margin: 20px auto; }
  .instructions-page .instructions-view .sms-view .rsq-view .left-view {
    display: none; }
  .instructions-page .instructions-view .sms-view .rsq-view .right-view .tag {
    width: 98px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px; }
  .instructions-page .instructions-view .sms-view .rslc-view .title {
    font-size: 18px;
    margin: 20px auto 8px; } }
