@import '/static/fl/css/fonts.css';

/* Phone */
@media (max-width: 768px) {
  .hs-head-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hs-head-view .hs-title {
    position: relative;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #181818;
    line-height: 42px;
  }

  .hs-head-view .hs-desc {
    position: relative;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 20px;
    font-weight: 400;
    font-family: gothic-en;
    color: #181818;
  }

  .stist-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  .stist-view .con-card {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
  }

  .stist-view .con-card .card-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-size: 500;
    color: #181818;
  }
  .stist-view .con-card .con-body {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 30px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .stist-view .con-card .con-body .stist-item {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;

    flex-grow: 0;
    flex-shrink: 0;
  }
  .stist-view .con-card .con-body .stist-item .title {
    font-size: 26px;
    font-weight: bold;
    font-family: gothic-bold;
    color: #181818;
    line-height: 42px;

    background-image: -webkit-gradient(linear, left 0, right 0, from(#4802c8), to(#009bdc));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .stist-view .con-card .con-body .stist-item .desc {
    font-size: 14px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #8a8a98;
    line-height: 38px;
  }

  .product-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product-view .product-intro {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .product-view .product-intro .product-title-cn {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #060606;
  }
  .product-view .product-intro .product-title-en {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    font-family: gothic-en;
    color: #060606;
  }
  .product-view .product-intro .product-desc {
    position: relative;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #060606;
  }

  .product-view .product-intro .consult-btn {
    position: relative;
    box-sizing: border-box;
    width: 110px;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(90deg, #4802c8 0%, #009bdc 100%);
    border-radius: 15px;
    border: none;
  }

  .product-view .product-body {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }

  .product-view .product-body .product-next-btn {
    position: absolute;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    right: 20px;
    top: 224px;
    border-radius: 21px;
  }
  .product-view .product-body .product-next-btn img {
    width: 100%;
    height: auto;
    cursor: pointer;
  }

  .product-view .product-body .product-body-con {
    position: relative;
    box-sizing: border-box;
    width: 2500px;
  }

  .product-view .product-body .product-body-con .product-items {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .product-view .product-items .product-item {
    position: relative;
    box-sizing: border-box;
    width: 250px;
    height: 490px;
    overflow: hidden;
    border-radius: 6px;
    flex-grow: 0;
  }

  .product-view .product-items .product-item .product-cover {
    width: 100%;
    height: auto;
  }

  .product-view .product-items .product-item .product-cover-bg {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .product-view .product-items .product-item .product-cover-bg:hover {
    background: linear-gradient(0deg, RGBA(72, 2, 200, 0.27) 0%, RGBA(0, 155, 220, 0.27) 100%);
  }

  .product-view .product-items .product-item .product-cover-bg .product-card-title-cn {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: puhuiti-bold;
    color: #ffffff;
    line-height: 1.2;
  }

  .product-view .product-items .product-item .product-cover-bg .product-card-title-en {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: puhuiti-en;
    color: #ffffff;
    line-height: 1.5;
  }

  .product-view .product-items .product-item .product-cover-bg .product-more-btn {
    position: absolute;
    box-sizing: border-box;
    width: 120px;
    height: 32px;
    bottom: 50px;
    left: 60px;
    border-radius: 16px;
    background-color: #ffffff;
  }

  .product-view .product-items .product-item .product-cover-bg .product-more-btn .btn-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    font-family: puhuiti-medium;
    text-align: center;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#4802c8), to(#009bdc));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .partner-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }

  .partner-view .partner-item {
    position: relative;
    box-sizing: border-box;
    width: 49.28%;
    text-align: center;

    display: inline-block;
    vertical-align: top;

    padding-bottom: 23px;
  }

  .partner-item img {
    width: 106px;
    height: auto;
    border: 1px dotted #dddddd;
  }
}

/* PC */
@media (min-width: 769px) {
  .hs-head-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hs-head-view .hs-title {
    position: relative;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: 500;
    font-family: gothic-medium;
    color: #181818;
    line-height: 42px;
  }

  .hs-head-view .hs-desc {
    position: relative;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 20px;
    font-weight: 400;
    font-family: gothic-en;
    color: #181818;
  }

  .stist-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 280px;
    text-align: center;
  }
  .stist-view .con-card {
    position: relative;
    box-sizing: border-box;
    width: 960px;
    padding: 40px;
    margin-top: -148px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    box-shadow: 0px 11px 40px 0px rgba(121, 124, 164, 0.2);
    border-radius: 5px;
    z-index: 2;
  }

  .stist-view .con-card .card-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-size: 500;
    color: #181818;
  }
  .stist-view .con-card .con-body {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 30px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .stist-view .con-card .con-body .stist-item {
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  .stist-view .con-card .con-body .stist-item .title {
    font-size: 26px;
    font-weight: bold;
    font-family: gothic-bold;
    color: #181818;
    line-height: 42px;

    background-image: -webkit-gradient(linear, left 0, right 0, from(#4802c8), to(#009bdc));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .stist-view .con-card .con-body .stist-item .desc {
    font-size: 14px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #8a8a98;
    line-height: 38px;
  }

  .product-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 40px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .product-view .product-intro {
    position: relative;
    box-sizing: border-box;
    width: 250px;
    height: 490px;
    padding-right: 30px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .product-view .product-intro .product-title-cn {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    font-family: gothic-medium;
    color: #060606;
  }
  .product-view .product-intro .product-title-en {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    font-family: gothic-en;
    color: #060606;
  }
  .product-view .product-intro .product-desc {
    position: relative;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 400;
    font-family: gothic-regular;
    color: #060606;
  }

  .product-view .product-intro .consult-btn {
    position: relative;
    box-sizing: border-box;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(90deg, #4802c8 0%, #009bdc 100%);
    border-radius: 15px;
    border: none;
  }

  .product-view .product-body {
    position: relative;
    box-sizing: border-box;
    width: 0;
    overflow: hidden;
    flex-grow: 1;
  }

  .product-view .product-body .product-next-btn {
    position: absolute;
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    right: 52px;
    top: 219px;
    border-radius: 26px;
  }
  .product-view .product-body .product-next-btn img {
    width: 100%;
    height: auto;
    cursor: pointer;
  }

  .product-view .product-body .product-body-con {
    position: relative;
    box-sizing: border-box;
    width: 2500px;
  }

  .product-view .product-body .product-body-con .product-items {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .product-view .product-items .product-item {
    position: relative;
    box-sizing: border-box;
    width: 250px;
    height: 490px;
    overflow: hidden;
    border-radius: 6px;
    flex-grow: 0;
  }

  .product-view .product-items .product-item .product-cover {
    width: 100%;
    height: auto;
  }

  .product-view .product-items .product-item .product-cover-bg {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .product-view .product-items .product-item .product-cover-bg:hover {
    background: linear-gradient(0deg, RGBA(72, 2, 200, 0.27) 0%, RGBA(0, 155, 220, 0.27) 100%);
  }

  .product-view .product-items .product-item .product-cover-bg .product-card-title-cn {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: puhuiti-bold;
    color: #ffffff;
    line-height: 1.2;
  }

  .product-view .product-items .product-item .product-cover-bg .product-card-title-en {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: puhuiti-en;
    color: #ffffff;
    line-height: 1.5;
  }

  .product-view .product-items .product-item .product-cover-bg .product-more-btn {
    position: absolute;
    box-sizing: border-box;
    width: 120px;
    height: 32px;
    bottom: 50px;
    left: 60px;
    border-radius: 16px;
    background-color: #ffffff;
  }

  .product-view .product-items .product-item .product-cover-bg .product-more-btn .btn-label {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    font-family: puhuiti-medium;
    text-align: center;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#4802c8), to(#009bdc));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .partner-view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }

  .partner-view .partner-item {
    position: relative;
    box-sizing: border-box;
    width: 12%;
    text-align: center;

    display: inline-block;
    vertical-align: top;

    padding-bottom: 23px;
  }

  .partner-item img {
    width: 106px;
    height: auto;
    border: 1px dotted #dddddd;
  }
}
