html,
body,
.home {
  /* font-size: calc(100vw / 3.75); */
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  /* overflow-x: hidden; */
  height: 100%;
  font-family: Roboto-Bold, Roboto;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.75px; /* 375 / 100 */
  }
  .title {
    box-sizing: border-box;
    height: 8vw;
    background: #5E34D5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.333333vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
  }
  .m-r-title {
    font-size: 2.6666666vw;
    font-weight: 400;
    color: #fffF;
    border: #fff 1px solid;
    padding: 0.2vw 0.4vw;
    border-radius: 0.2vw;
  }
  .title .logo-t-s {
    display: flex;
    align-items: center;
  }
  .title .logo-t-s span {
    color: #fff;
  }
  .title img {
    width: 6.4vw;
    height: 5.333333vw;
    cursor: pointer;
    margin-right: 2vw;
  }
  .title .title-btn {
    display: none;
  }
  .title .title-btn .span {
    font-size: 1.25vw;
    font-weight: 400;
    color: #776513;
    cursor: pointer;
    text-decoration: none;
  }
  .title .title-btn .footer-span {
    margin-left: 4vw;
    color: #776513;
  }
  .title .title-btn .active {
    color: #23231F !important;
  }
  /* banner */
  .banner {
    margin-top: 8vw;
    box-sizing: border-box;
    width: 100%;
    height: 90.266666666vw;
    position: relative;
    z-index: 1;
  }
  .banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180%;
    background: linear-gradient(180deg, #FFFFFF 0%, #DAD9FD 100%);
    /* transform: skewY(-1.5deg);
    transform-origin: 0 100%; */
    z-index: -1;
  }
  .banner .b-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 7.466666666vw;
  }
  .banner .b-text div {
    font-size: 3.2vw;
    color: #23231F;
    line-height: 4vw;
  }
  .banner .b-text .b-text-1 {
    font-size: 6.4vw;
    font-weight: bold;
    margin-bottom: 2vw;
    text-align: center;
    line-height: 9vw;
  }
  .d-qr {
    display: none;
  }
  .banner .download {
    width: 100%;
    margin-top: 5.333333vw;
    display: flex;
    justify-content: center;
    width: 28.8vw;
    height: 8.533333vw;
    cursor: pointer;
    position: absolute;
    left: 18vw;
    bottom: 20vw;
  }
  .banner .banner-b {
    width: 36.53333333333333vw;
    height: 37.33333333333333vw;
    position: absolute;
    right: 8vw;
    bottom: 8vw;
  }
  .banner .download img {
    width: 28.8vw;
    height: 8.533333vw;
    cursor: pointer;
    z-index: 3;
  }
  .banner .b-left {
    position: absolute;
    left: 4.266666666vw;
    top: 44.266666666vw;
    width: 43.2vw;
    height: 34.933333vw;
  }
  .banner .b-right {
    position: absolute;
    top: 37.333333333vw;
    right: 1.333333333vw;
    width: 35.733333vw;
    height: 27.733333vw;
    z-index: 2;
  }
  /* ocr */
  .ocr {
    z-index: 0;
    width: 100%;
    height: 92vw;
    background: rgba(47, 112, 254, 0.05);
    margin-top: -4.7917vw;
    padding-top: 4.7917vw;
    position: relative;
  }
  .ocr .ocr-title {
    margin-top: 17.8472vw;
    text-align: center;
    font-size: 5.333333333vw;
    font-weight: bold;
    color: #1b3155;
  }
  .ocr .ocr-list {
    display: flex;
    justify-content: space-between;
    margin-top: 4.1667vw;
    padding: 0 4.533333333vw;
  }
  .ocr .ocr-list .row {
    width: 3.733333333vw;
    height: 2.133333333vw;
    margin-top: 6.13vw;
  }
  .ocr .ocr-list .item img {
    width: 26.666666vw;
    height: 16.266666666vw;
  }
  .ocr .item {
    text-align: center;
  }
  .ocr .item-text {
    font-size: 3.0333vw;
    font-weight: bold;
    color: #1B3155;
    margin: 1vw 0px 2.0139vw 0;
  }
  .pc {
    display: none;
  }
  .mb {
    display: flex;
    flex-direction: column;
  }
  .ocr .item-text1 {
    font-size: 2.6667vw;
    color: #536887;
  }
  .ocr .frame1 {
    position: absolute;
    left: 5.9028vw;
    bottom: 5.1389vw;
    width: 15.7333vw;
  }
  .ocr .frame2 {
    position: absolute;
    top: 8.25vw;
    right: 5.1389vw;
    width: 15.7333vw;
  }
  .ocr .mb-fra-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 6.9333vw;
    font-size: 2.6667vw;
    font-weight: bold;
    color: #FFFFFF;
  }
  .ocr .mb-fra-button div {
    width: 30.2667vw;
    height: 8.5333vw;
    background: linear-gradient(179deg, #81BFFF 0%, #305AFF 100%);
    border-radius: 1.0667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ocr .mb-fra-button img {
    width: 3.0667vw;
  }
  /* s-banner */
  .s-banner {
    width: 100%;
    position: relative;
  }
  .s-banner .img-mb {
    width: 100%;
  }
  .s-banner .img-pc {
    display: none;
  }
  .logo-s {
    width: 22.93333333333333vw;
    position: absolute;
    top: 10vw;
    left: 10vw;
    text-align: center;
  }
  .logo-s img {
    width: 100%;
  }
  .logo-s span {
    font-size: 3.733333333333333vw;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #FFFFFF;
  }
  .s-banner .download {
    width: 28.8vw;
    height: 8.533333vw;
    position: absolute;
    top: 44vw;
    left: 10vw;
  }
  /* fuertes */
  .fuertes {
    position: relative;
    width: 100%;
    /* height: 162.8vw; */
    background: #ffffff;
    z-index: 2;
  }
  .mb-color {
    box-sizing: border-box;
    background: #f0f2f5;  
    margin-top: -8.7917vw;
    padding-top: 9.0667vw;
  }
  .fuertes .fue-title {
    box-sizing: border-box;
    text-align: center;
    color: #1b3155;
    padding-top: 9.0667vw;
    padding: 0 9.5333vw;
  }
  .fuertes .fue-title div {
    font-size: 5.3333vw;
    font-weight: bold;
    margin-bottom: 2.4vw;
    color: #1B3155;
  }
  .fuertes .fue-title p {
    font-size: 3.2vw;
    color: #536887;
    line-height: 3.4667vw;
  }
  .fue-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fue-button div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.2778vw;
    height: 4.0278vw;
    background: linear-gradient(180deg, #81bfff 0%, #305aff 100%);
    border-radius: 0.2778vw;
    cursor: pointer;
  }
  .fue-button div:hover {
    background: linear-gradient(180deg, #81bfff 0%, #020924 100%);
  }
  .fue-button div span {
    font-size: 1.1111vw;
    font-weight: 500;
    color: #ffffff;
  }
  .fue-button div img {
    width: 1.1111vw;
    margin-left: 0.6944vw;
  }
  .pc {
    display: none;
  }
  .fue-list {
    box-sizing: border-box;
    margin-top: 8.5333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 4.2667vw; */
    /* height: 154.4vw; */
    padding: 4vw 0;
    justify-content: space-between;
  }
  .fue-list div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fue-list div img {
    width: 32.2vw;
    height: 27.2vw;
  }
  .fue-list .fue-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 48vw;
    background-color: #3b3a3f;
    box-sizing: border-box;
    padding: 2vw;
  }
  .fue-list .fue-text .fue-text-t {
    font-size: 3.7333vw;
    font-weight: bold;
    color: #fff;
  }
  .fue-list .fue-text .fue-text-s {
    font-size: 2.6667vw;
    font-weight: 400;
    color: #b4b3b5;
    line-height: 3.6667vw;
  }
  /* partner */
  .partner {
    width: 100%;
    background: rgba(242, 248, 255, 1);
    box-sizing: border-box;
    padding: 8.5333vw 8vw;
  }
  .partner .par-title {
    font-size: 5.3333vw;
    font-weight: bold;
    color: #1B3155;
    margin-bottom: 4.8vw;
    text-align: center;
  }
  .partner .par-img-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .partner .par-img-list img {
    width: 38.6667vw;
    height: 10.4vw;
    margin-top: 3.2vw;
    cursor: pointer;
  }
  .partner .par-text {
    width: 100%;
    font-size: 1.25vw;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #919DB3;
    text-align: center;
    margin-top: 2vw;
  }
  /* praise */
  .praise {
    width: 100%;
    background: #ffffff;
    height: 95vw;
    overflow: hidden;
    position: relative;
  }
  .shadow {
    width: 100%;
    height: 120%;
    position: relative;
  }
  .praise .shadow::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: #FFD000;
    z-index: 1;
    transform: skewY(3.5deg);
    margin-top: 27.044vw;
  }
  .praise .praise-title {
    font-size: 4.2667vw;
    font-weight: bold;
    color: #1b3155;
    margin: 5.625vw 0 5.7vw 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .praise .praise-card {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 16.0778vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding: 0 6.4vw;
  }
  .praise .praise-card .c-list {
    box-sizing: border-box;
    width: 41.0667vw;
    height: 58.2667vw;
    background: #ffffff;
    box-shadow: 0px 0.2778vw 1.1111vw 0px rgba(187, 187, 187, 0.5);
    border-radius: 0.8vw;
    text-align: center;
    padding: 0 3.2vw;
  }
  .praise .praise-card .c-list .icon {
    width: 15.4667vw;
    height: 15.4667vw;
  }
  .praise .praise-card .c-list .m-icon {
    display: none;
  }
  .praise-card .c-list .c-title {
    font-size: 2.6667vw;
    font-weight: 400;
    color: #1B3155;
    margin-top: 3.4667vw;
  }
  .praise-card .c-list .c-time {
    font-size: 2.4vw;
    font-weight: 400;
    margin: 1.3333vw 0 2.1333vw 0;
    color: #919DB3;
  }
  .praise-card .c-list .star {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 1.6vw;
    width: 19.2vw;
    height: 4.2667vw;
    background: rgba(255, 194, 102, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .praise-card .c-list .star img {
    width: 2.4vw;
    height: 2.2vw;
  }
  .praise-card .c-list .t-title {
    font-size: 3.2vw;
    font-weight: 500;
    color: #1B3155;
    margin: 3.2vw 0 2.1333vw 0;
  }
  .praise-card .c-list .t-span {
    font-size: 2.6667vw;
    font-weight: 400;
    color: #536887;
    line-height: 3.4667vw;
  }
  .footer {
    display: none;
  }
  .footer-mb {
    width: 100%;
  }
  .footer-mb .mb-t {
    text-align: center;
    font-size: 4.2667vw;
    font-weight: bold;
    color: #3B3B3C;
    margin-top: 5.8667vw;
  }
  .footer-mb .list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-mb .list .mb-contact {
    margin-top: 6.9333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-mb .list .mb-contact img {
    width: 21.3333vw;
    height: 21.3333vw;
  }
  .footer-mb .list .mb-contact div {
    font-size: 3.7333vw;
    color: #3B3B3C;
    margin-top: 1.6vw;
  }
  .footer-mb .list .mb-contact p {
    font-size: 2.6667vw;
    color: #536887;
    margin: 0;
  }
  .footer-info {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 13.0667vw;
    background: #212529;
    padding: 0 9.0667vw;
    margin-top: 10.4vw;
  }
  .footer-info a {
    font-size: 3.2vw;
    color: #FFFFFF;
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 14.4px; /* 1920 / 100 */
  }
  /* title */
  .title {
    box-sizing: border-box;
    height: 4.8vw;
    background: #5E34D5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12.5vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
  }
  .m-r-title {
    display: none;
  }
  .title .logo-t-s {
    display: flex;
    align-items: center;
  }
  .title .logo-t-s img {
    width: 3.6111vw;
    height: 3.3333vw;
    cursor: pointer;
    margin-right: 1.3889vw;
  }
  .title .logo-t-s span {
    font-size: 22px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #FFFFFF;
  }
  .title .title-btn .span {
    font-size: 1.1111vw;
    font-weight: 400;
    color: #cfc2f2;
    cursor: pointer;
    text-decoration: none;
  }
  .title .title-btn .footer-span {
    margin-left: 2vw;
    color: #cfc2f2;
  }
  .title .title-btn .active {
    color: #FFFFFF !important;
  }
  .title .clc {
    color: #fff !important;
    border: #fff 1px solid;
    border-radius: 0.2vw;
    padding: 0.2vw 0.4vw;
  }
  /* banner */
  .banner {
    margin-top: 4.8vw;
    box-sizing: border-box;
    width: 100%;
    height: 45.2083vw;
    position: relative;
    z-index: 1;
  }
  .banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FEFEFF 0%, #D3D2FD 100%);
    /* transform: skewY(-1.5deg); */
    /* transform-origin: 0 100%; */
    z-index: -1;
  }
  .banner .b-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2.8472vw;
    z-index: 8;
    position: absolute;
    left: 12.7361vw;
    top: 6.2222vw;
  }
  .banner .b-text div {
    font-size: 1.5vw;
    color: #1B3155;
    line-height: 3.4722vw;
  }
  .banner .b-text .b-text-1 {
    font-size: 3.4722vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  .banner .b-text .download {
    width: 100%;
    margin-top: 4.7917vw;
    display: flex;
    justify-content: center;
  }
  .banner .b-text .download {
    width: 17.5694vw;
    height: 5.2778vw;
    cursor: pointer;
  }
  .d-qr {
    margin-left: 20vw;
    margin-top: -10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  .d-qr .d-qr-img {
    width: 12vw;
    height: 12vw;
  }
  .d-qr span {
    font-size: 1.0vw;
  }
  .z-text {
    position: relative;
    z-index: 8;
  }
  .banner-b {
    position: absolute;
    right: 3.2639vw;
    bottom: 7.2222vw;
    width: 46.7361vw;
    height: 31.875vw;
  }
  /* ocr */
  .ocr {
    z-index: 0;
    width: 100%;
    height: 48.5833vw;
    background: #f4f0ff;
    margin-top: -4.7917vw;
    padding-top: 4.7917vw;
    position: relative;
  }
  .ocr .ocr-title {
    margin-top: 7.8472vw;
    text-align: center;
    font-size: 2.9167vw;
    font-weight: bold;
    color: #1b3155;
  }
  .ocr .ocr-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4.1667vw;
    padding: 0 12.5vw;
  }
  .ocr .ocr-list .row {
    width: 2.6389vw;
    height: 1.3889vw;
  }
  .ocr .ocr-list .item img {
    width: 9.0278vw;
    height: 9.0278vw;
  }
  .ocr .item {
    text-align: center;
  }
  .ocr .item-text {
    font-size: 1.5278vw;
    font-weight: bold;
    color: #3b3b3c;
    margin: 1vw 0px 2.0139vw 0;
  }
  .mb {
    display: none;
  }
  .ocr .item-text1 {
    font-size: 1.1111vw;
    color: #3b3b3c;
  }
  .mb-fra-button {
    display: none;
  }
  /* s-banner */
  .s-banner {
    width: 100%;
    position: relative;
  }
  .s-banner .img-pc {
    width: 100%;
    height: 43.8889vw;
  }
  .s-banner .img-mb {
    display: none;
  }
  .logo-s {
    width: 17.2222vw;
    position: absolute;
    top: 4vw;
    left: 10vw;
    text-align: center;
  }
  .logo-s img {
    width: 100%;
  }
  .logo-s span {
    font-size: 1.933333333333333vw;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #FFFFFF;
  }
  .s-banner .download {
    position: absolute;
    width: 17.5694vw;
    height: 5.2778vw;
    cursor: pointer;
    left: 11.7361vw;
    top: 27.9305vw;
  }
  /* fuertes */
  .fuertes {
    width: 100%;
    background: #ffffff;
    padding: 6.9444vw 11.8056vw;
    box-sizing: border-box;
  }
  .fuertes .fue-title {
    text-align: center;
    color: #1b3155;
    margin-top: 5.9028vw;
  }
  .fuertes .fue-title div {
    font-size: 2.9167vw;
    font-weight: bold;
    margin-bottom: 1.5278vw;
  }
  .fuertes .fue-title p {
    font-size: 1.5278vw;
    color: #919db3;
    line-height: 1.0417vw;
  }
  .fue-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fue-button div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.2778vw;
    height: 4.0278vw;
    background: linear-gradient(180deg, #81bfff 0%, #305aff 100%);
    border-radius: 0.2778vw;
    cursor: pointer;
  }
  .fue-button div:hover {
    background: linear-gradient(180deg, #81bfff 0%, #020924 100%);
  }
  .fue-button div span {
    font-size: 1.1111vw;
    font-weight: 500;
    color: #ffffff;
  }
  .fue-button div img {
    width: 1.1111vw;
    margin-left: 0.6944vw;
  }
  .fue-list {
    box-sizing: border-box;
    margin-top: 4.8611vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .fue-list div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fue-list div img {
    width: 50%;
    height: 24.65vw;
  }
  .fue-list .fue-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    background-color: #3B3A3F;
    height: 24.65vw;
    box-sizing: border-box;
    padding: 4.0833vw 2.0833vw 5.0833vw 3.4722vw;
  }
  .fue-list .fue-text .fue-text-t {
    font-size: 2.0833vw;
    font-weight: bold;
    color: #fff;
  }
  .fue-list .fue-text .fue-text-s {
    font-size: 1.5vw;
    font-weight: 400;
    color: #b4b3b5;
    line-height: 1.7361vw;
  }
  /* footer */
  .footer {
    box-sizing: border-box;
    width: 100%;
    height: 17.8472vw;
    background: #212529;
    padding: 2.5694vw 11.8056vw 2.2917vw 11.8056vw;
  }
  .footer .footer-logo {
    width: 4.5528vw;
    height: 4.3056vw;
    cursor: pointer;
  }
  .footer .line {
    width: 75.0694vw;
    height: 0.0694vw;
    background: #494948;
    margin: 0.5556vw 0 1.6667vw 0;
  }
  .footer .info-me {
    font-size: 1.1111vw;
    color: #ffffff;
    display: flex;
  }
  .footer .info-me .info-t {
    width: 8.3333vw;
  }
  .footer .info-me img {
    width: 1.3889vw;
    height: 1.4vw;
    margin-right: 1.1806vw;
  }
  .footer .center {
    margin: 1.1806vw 0 1.0417vw 0;
  }
  .footer .c-img {
    display: flex;
    align-items: center;
  }
  .footer .f-end {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .footer .link-a a {
    display: block;
    font-size: 1.1111vw;
    color: #ffffff;
    text-decoration: none;
  }
  .footer-mb {
    display: none;
  }
}
