::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(232, 48, 40, 0.1);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: rgba(232, 48, 40, 0.7);
  border-radius: 3px;
}

.account {
  width: 100%;
  height: 100%;
  background: #f7f8fb;

  .phyw-1 {
    width: 100%;
    min-width: 1250px;
    height: 390px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    .phyw-1-content {
      width: 900px;
      height: 224px;

      .space-align-block {
        display: flex;

        img {
          width: 184px;
          height: 226px;
        }

        .mock-block-top {
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          color: #3a485a;
        }

        .mock-block-title {
          font-style: normal;
          font-weight: 600;
          font-size: 56px;
          color: #3a485a;
        }

        .mock-block-content {
          font-weight: 400;
          font-size: 14px;
          color: #666666;
        }

        .mock-btn {
          width: 88px;
          height: 32px;
          line-height: 32px;
          text-align: center;
          background-color: #ffffff;
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
          font-size: 14px;
          border-radius: 6px;
          border: 1px solid #d9d9d9;
          color: rgba(0, 0, 0, 0.88);
          margin-top: 10px;
          cursor: pointer;
        }

        .mock-btn:hover {
          color: #e43f36;
          border: 1px solid #e43f36;
        }
      }
    }
  }

  .account-1-2 {
    width: 100%;
    margin-top: 20px;
    min-width: 1250px;
    height: 540px;
    background: #fff;
    .account-2-title {
      width: 100%;
      display: flex;
      justify-content: center;
      .account-2-title-content {
        width: 90%;
        text-align: center;
        .account-2-title-content-1 {
          font-weight: 700;
          font-size: 32px;
          color: #242424;
          margin-top: 30px;
        }
        .account-2-title-content-2 {
          font-weight: 400;
          font-size: 14px;
          text-align: center;
          text-transform: uppercase;
          color: #3a485a;
          margin-top: 10px;
        }
      }
    }
    .account-2-content {
      width: 100%;
      display: flex;
      justify-content: center;
      .account-2-content-row {
        width: 1100px;
        margin-top: 38px;
        padding: 30px 0;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 2px 18px rgba(211, 211, 211, 0.3);
        border-radius: 4px;
        .account-2-content-row-1-no {
          display: flex;
          justify-content: center;
          .account-2-content-row-1-top {
            font-weight: 700;
            font-size: 16px;
            text-align: center;
            color: #3a485a;
          }
          .account-2-content-row-1-describe {
            font-weight: 400;
            font-size: 14px;
            text-align: center;
            color: #999999;
            margin-top: 18px;
          }
          .account-2-content-row-1-cent {
            margin-top: 10px;
          }
        }
        .account-2-content-row-1-border {
          display: flex;
          justify-content: center;
          border-left: 1px dashed rgba(58, 72, 90, 0.3);
          border-right: 1px dashed rgba(58, 72, 90, 0.3);
          .account-2-content-row-1-top {
            font-weight: 700;
            font-size: 16px;
            text-align: center;
            color: #3a485a;
          }
          .account-2-content-row-1-describe {
            font-weight: 400;
            font-size: 14px;
            text-align: center;
            color: #999999;
            margin-top: 18px;
          }
          .account-2-content-row-1-cent {
            margin-top: 10px;
          }
        }
      }
    }
  }

  .account-2 {
    width: 100%;
    min-width: 1250px;
    height: 580px;
    background: #f7f8fb;
    .account-2-title {
      width: 100%;
      display: flex;
      justify-content: center;
      .account-2-title-content {
        width: 90%;
        text-align: center;
        .account-2-title-content-1 {
          font-weight: 700;
          font-size: 32px;
          color: #242424;
          margin-top: 30px;
        }
        .account-2-title-content-2 {
          font-weight: 400;
          font-size: 14px;
          text-align: center;
          text-transform: uppercase;
          color: #3a485a;
          margin-top: 10px;
        }
      }
    }
    .account-2-content {
      width: 100%;
      display: flex;
      justify-content: center;
      .account-2-content-row {
        width: 960px;
        margin-top: 38px;
        .account-2-content-row-1 {
          width: 965px;
          height: 378px;
          padding: 19px;
          border-radius: 4px;
          .account-2-content-row-1-box {
            height: 170px;
            padding: 30px;
            .account-2-content-row-1-box-title {
              font-style: normal;
              font-weight: 700;
              font-size: 16px;
              color: #3a485a;
            }
            .account-2-content-row-1-box-describe {
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              color: #999999;
              margin-top: 20px;
            }
          }
        }
      }
    }
    .account-2-title2 {
      width: 100%;
      display: flex;
      justify-content: center;
      .account-2-title2-content {
        width: 90%;
        text-align: center;
        .account-2-title2-content-1 {
          font-weight: 700;
          font-size: 32px;
          color: #242424;
          margin-top: 60px;
        }
        .account-2-title2-content-2 {
          font-weight: 400;
          font-size: 14px;
          text-align: center;
          text-transform: uppercase;
          color: #3a485a;
          margin-top: 10px;
        }
      }
    }
    .account-2-content2 {
      margin-top: 50px;
      width: 100%;
      display: flex;
      justify-content: center;
      .account-2-content2-row {
        width: 80%;
        height: 368px;
        .account-2-content2-row1 {
          height: 368px;
          background: #f1f1f3 url("../image/account/Rectangle256.png") no-repeat;
          background-size: 100% 100%;
          .account-2-content2-row-top {
            height: 60px;
            font-weight: 700;
            font-size: 18px;
            color: #3a485a;
            text-align: center;
            line-height: 60px;
            background: rgba(247, 248, 251, 0.9);
          }
          .account-2-content2-row-cent {
            height: 308px;
            background: rgba(255, 255, 255, 0);
            display: flex;
            justify-content: center;
            align-items: center;
            .account-2-content2-row-cent-1 {
              width: 150px;
              height: 80px;
              display: none;
            }
          }
        }
        .account-2-content2-row1:hover {
          .account-2-content2-row-top {
            height: 60px;
            font-weight: 700;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 60px;
            background: #3a485a;
          }
          .account-2-content2-row-cent {
            height: 308px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(140, 140, 140, 0.7);
            .account-2-content2-row-cent-1 {
              width: 150px;
              height: 80px;
              display: block;
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              color: #ffffff;
            }
          }
        }
        .account-2-content2-row2 {
          height: 368px;
          background: #f1f1f3 url("../image/account/Rectangle255.png") no-repeat;
          background-size: 100% 100%;
          .account-2-content2-row-top {
            height: 60px;
            font-weight: 700;
            font-size: 18px;
            color: #3a485a;
            text-align: center;
            line-height: 60px;
            background: rgba(247, 248, 251, 0.9);
          }
          .account-2-content2-row-cent {
            height: 308px;
            background: rgba(255, 255, 255, 0);
            display: flex;
            justify-content: center;
            align-items: center;
            .account-2-content2-row-cent-1 {
              width: 150px;
              height: 80px;
              display: none;
            }
          }
        }
        .account-2-content2-row2:hover {
          .account-2-content2-row-top {
            height: 60px;
            font-weight: 700;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 60px;
            background: #3a485a;
          }
          .account-2-content2-row-cent {
            height: 308px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(140, 140, 140, 0.7);
            .account-2-content2-row-cent-1 {
              width: 150px;
              height: 80px;
              display: block;
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              color: #ffffff;
            }
          }
        }
        .account-2-content2-row3 {
          height: 368px;
          background: #f1f1f3 url("../image/account/Rectangle254.png") no-repeat;
          background-size: 100% 100%;
          .account-2-content2-row-top {
            height: 60px;
            font-weight: 700;
            font-size: 18px;
            color: #3a485a;
            text-align: center;
            line-height: 60px;
            background: rgba(247, 248, 251, 0.9);
          }
          .account-2-content2-row-cent {
            height: 308px;
            background: rgba(255, 255, 255, 0);
            display: flex;
            justify-content: center;
            align-items: center;
            .account-2-content2-row-cent-1 {
              width: 150px;
              height: 80px;
              display: none;
            }
          }
        }
        .account-2-content2-row3:hover {
          .account-2-content2-row-top {
            height: 60px;
            font-weight: 700;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 60px;
            background: #3a485a;
          }
          .account-2-content2-row-cent {
            height: 308px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(140, 140, 140, 0.7);
            .account-2-content2-row-cent-1 {
              width: 150px;
              height: 80px;
              display: block;
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              color: #ffffff;
            }
          }
        }
        .account-2-content2-row4 {
          height: 368px;
          background: #f1f1f3 url("../image/account/Rectangle253.png") no-repeat;
          background-size: 100% 100%;
          .account-2-content2-row-top {
            height: 60px;
            font-weight: 700;
            font-size: 18px;
            color: #3a485a;
            text-align: center;
            line-height: 60px;
            background: rgba(247, 248, 251, 0.9);
          }
          .account-2-content2-row-cent {
            height: 308px;
            background: rgba(255, 255, 255, 0);
            display: flex;
            justify-content: center;
            align-items: center;
            .account-2-content2-row-cent-1 {
              width: 150px;
              height: 80px;
              display: none;
            }
          }
        }
        .account-2-content2-row4:hover {
          .account-2-content2-row-top {
            height: 60px;
            font-weight: 700;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 60px;
            background: #3a485a;
          }
          .account-2-content2-row-cent {
            height: 308px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(140, 140, 140, 0.7);
            .account-2-content2-row-cent-1 {
              width: 150px;
              height: 80px;
              display: block;
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              color: #ffffff;
            }
          }
        }
      }
    }
  }

  .account-3 {
    width: 100%;
    min-width: 1250px;
    height: 700px;
    background: #fff;
    .account-3-title {
      width: 100%;
      display: flex;
      justify-content: center;
      .account-3-title-content {
        width: 90%;
        text-align: center;
        .account-3-title-content-1 {
          font-weight: 700;
          font-size: 32px;
          color: #242424;
          margin-top: 30px;
        }
        .account-3-title-content-2 {
          font-weight: 400;
          font-size: 14px;
          text-align: center;
          text-transform: uppercase;
          color: #3a485a;
          margin-top: 10px;
        }
      }
    }
    .account-3-content {
      width: 100%;
      display: flex;
      justify-content: center;
      .account-3-content-1 {
        width: 1100px;
        display: flex;
        .account-3-content-1-left {
          width: 560px;
          height: 560px;
          background: url("../image/account/account3.png") no-repeat;
        }
        .account-3-content-1-right {
          margin-left: 10px;
          .account-3-content-1-right-top {
            width: 462px;
            height: 214px;
            margin-top: 60px;
            background: linear-gradient(
                0deg,
                rgba(255, 255, 255, 0.1),
                rgba(255, 255, 255, 0.1)
              ),
              url("../image/account/account4.png") no-repeat;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            .account-3-content-1-right-top1 {
              width: 240px;
              height: 100px;
              .account-3-content-1-right-top-title {
                font-weight: 700;
                font-size: 16px;
                text-align: center;
                color: #242424;
              }
              .account-3-content-1-right-top-describe1 {
                font-style: normal;
                margin-top: 14px;
                font-weight: 400;
                font-size: 14px;
                text-align: center;
                color: #666666;
              }
              .account-3-content-1-right-top-describe {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                text-align: center;
                color: #666666;
              }
            }
          }
          .account-3-content-1-right-bot {
            margin-top: 30px;
            width: 462px;
            height: 214px;
            background: linear-gradient(
                0deg,
                rgba(255, 255, 255, 0.1),
                rgba(255, 255, 255, 0.1)
              ),
              url("../image/account/account5.png") no-repeat;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            .account-3-content-1-right-top1 {
              width: 240px;
              height: 100px;
              .account-3-content-1-right-top-title {
                font-weight: 700;
                font-size: 16px;
                text-align: center;
                color: #242424;
              }
              .account-3-content-1-right-top-describe1 {
                font-style: normal;
                margin-top: 14px;
                font-weight: 400;
                font-size: 14px;
                text-align: center;
                color: #666666;
              }
              .account-3-content-1-right-top-describe {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                text-align: center;
                color: #666666;
              }
            }
          }
        }
      }
    }
  }

  .arrival-5 {
    width: 100%;
    height: 540px;
    margin-top: 20px;
    
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .about-6 {
    width: 100%;
    min-width: 1200px;
    height: 100px;
    background: #f0f2f5 url("../image/about/about-6.png") no-repeat 100%;
    background-size: 100% 100%;
    text-align: center;
    line-height: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    color: #e43f36;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    .about-6-button {
      background: #e43f36;
      border: 1px solid #e43f36;
      border-radius: 2px;
      width: 139px;
      height: 36px;
      line-height: 36px;
      font-weight: 400;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      margin-left: 32px;
      cursor: pointer;
    }
  }
}
