/* 已经整合到component.css,这里时备份 */ /* 插件初始化 */

/*reset css*/
html {
  font-size: calc(100vw / 19.2); /* 适配1920px宽度 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  html {
    font-size: 40px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  font: var(--font-size-16) 'SourceHanSansCN-Regular', 'Arial', '微软雅黑', 'sans-serif', 'microsoft yahei';
  --theme-color: #053fa7;
  line-height: 1.15;
  --font-size-72: max(0.72rem, 30px);
  --font-size-64: max(0.64rem, 26px);
  --font-size-60: max(0.6rem, 25px);
  --font-size-48: max(0.48rem, 26px);
  --font-size-36: max(0.36rem, 24px);
  --font-size-34: max(0.34rem, 28px);
  --font-size-32: max(0.32rem, 26px);
  --font-size-30: max(0.3rem, 24px);
  --font-size-28: max(0.28rem, 20px);
  --font-size-26: max(0.26rem, 16px);
  --font-size-24: max(0.24rem, 16px);
  --font-size-22: max(0.22rem, 16px);
  --font-size-20: max(0.2rem, 16px);
  --font-size-18: max(0.18rem, 16px);
  --font-size-16: max(0.16rem, 14px);
  --font-size-14: max(0.14rem, 12px);
}
div,
a,
p,
span,
button,
input,
textarea {
  font-family: var(--font-regular);
}
p {
  font-size: var(--font-size-p);
  line-height: 1.5;
}

h2 {
  font-size: var(--font-size-60);
  font-family: var(--font-bold);
}
img {
  max-width: 100%;
  /* width: 100%; */
  max-height: 100%;
  object-fit: contain;
  transition: 1s;
}
video {
  width: 100%;
}
a {
  color: inherit;
}
@media (min-width: 768px) {
  a:hover {
    color: #fff;
  }
  .h5 {
    display: none;
  }
}

/* 换行 */
@media (max-width: 768px) {
  .com-br {
    display: none;
  }
  .pc {
    display: none;
  }
}

/* 常用宽度 */
.w1400 {
  width: 73.57%;
  margin: 0 auto;
}
.left-1400 {
  margin-left: 13.21%;
}
.right-1400 {
  margin-right: 13.21%;
}
.w1600 {
  width: 84.08%;
  margin: 0 auto;
}
.left-1600 {
  margin-left: 8.04%;
}
.w1760 {
  width: 92.5%;
  margin: 0 auto;
}
.w1280 {
  width: 66.67%;
  /* max-width: 1200px; */
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .w1600 {
    width: 90%;
  }
  .left-1600 {
    margin-left: 5%;
  }
  .w1400 {
    width: 80%;
  }
  .left-1400 {
    margin-left: 10%;
  }
  .right-1400 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1439px) {
  .w1400 {
    width: 90%;
  }
  .left-1400 {
    margin-left: 5%;
  }
  .right-1400 {
    margin-right: 5%;
  }
  .w1280 {
    width: 90%;
  }
}
.footer-navs-sub > li a {
  font-size: 14px;
}
.arowana-form .arowana-form-sele select {
  color: #222;
}
.light.form-theme .arowana-form .arowana-form-tit {
  color: #000;
}
.light.form-theme .arowana-form .arowana-form-list ul li label {
  color: #000;
}
@media (max-width: 768px) {
  .light.form-theme .arowana-form .arowana-form-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .light.form-theme .arowana-form .arowana-form-list ul li label {
    width: 100%;
    text-align: left;
  }
  .light.form-theme .arowana-form .arowana-form-sele,
  .light.form-theme .arowana-form .arowana-form-check {
    position: relative;
    width: 100%;
  }
  .light.form-theme .arowana-form .arowana-form-list .arowana-form-input {
    width: 100%;
  }
  .light.form-theme .arowana-form .arowana-form-text {
    width: 100%;
  }
}

.light.form-theme .arowana-form .arowana-form-check span {
  color: #000;
}

.light.form-theme .arowana-form .arowana-form-sub {
  color: #000;
  border: solid 1px #000;
}
.light.form-theme .arowana-form .arowana-form-sub:hover {
  color: #d4251f;
  border-color: #d4251f;
}
.form-theme.dark {
  background-color: #101010;
}
.form-theme.light .arowana-form .max-83 {
  color: #666 !important;
}
.form-theme.light .arowana-form .arowana-form-text.max-83 {
  color: #666 !important;
}
.max-100 {
  width: 100%;
}
@media (min-width: 768px) {
  .max-83 {
    width: 83% !important;
  }
  .max-16 {
    width: 16.5% !important;
  }
}
#select .arowana-form-sele::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid #595757;
  border-left: 0px solid transparent;
  border-right: 8px solid transparent;
  top: 40%;
  right: 15px;
}
.form-theme.light .arowana-form .arowana-form-checked {
  background: unset;
  border: 1px solid #dedede;
}
.form-theme.light .arowana-form .arowana-form-sele select option {
  background: #f9f9f9;
  color: #595757;
}
.form-theme.light .arowana-form-list .arowana-form-input {
  background: unset;
  border: solid 1px #989898;
}
.form-theme.light .arowana-form .arowana-form-sele select {
  background: #fff;
}
.form-theme.light .arowana-form .arowana-form-text {
  background-color: unset;
  border: solid 1px #989898;
}
.flightxfj-list-mobilemenuaName {
  color: #333;
}
/* alpha  */
.alpha img {
  width: 100%;
}

.alpha .swiper-wrapper {
  height: auto;
}
.alpha .swiper-slide {
  height: auto;
}
.alpha h2 {
  color: #3a3a3a;
  letter-spacing: 3px;
  font-weight: bold;
}
.alpha {
  background-color: #fff;
}
/* 不同端显示 */

/* s1  */
.alpha-s1-container {
  position: relative;
}
.alpha-s1-content {
  position: absolute;
  width: fit-content;
  top: max(1rem, 80px);
  left: 50%;
  transform: translateX(-50%);
}
.alpha-s1-title {
  font-size: max(0.66rem, 28px);
  text-align: center;
  line-height: 1.5em;
  font-weight: 700;
  color: #000;
}
.alpha-s1-subtitle {
  text-align: center;
  font-size: max(0.32rem, 14px);
  text-align: center;
  font-family: var(--font-medium);
  font-weight: 400;
  line-height: 1.5em;
  white-space: nowrap;
  color: #333;
}
.alpha-s1-bg img {
  min-height: 540px;
  width: 100%;
  object-fit: cover;
}
/* alpha-s2  */
.alpha-s2 {
  padding: 1.2rem 0 1rem;
}

.alpha-s2-content {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem 0.2rem;
}
.alpha-s2-desc {
  font-size: max(0.22rem, 16px);
  line-height: 1.5;
  color: #000;
  opacity: 0.6;

  margin: auto;
}
.alpha-s2-item-desc {
  margin-top: 0.1rem;
  text-align: center;
}
.alpha-s2-item-title {
  font-size: var(--font-size-18);
  color: #000;
  opacity: 0.6;
}
.alpha-s2-item-img {
  text-align: center;
}
.alpha-s2-item-img img {
  width: max(0.6rem, 53.5px);
  height: max(0.6rem, 53.5px);
}

@media (max-width: 768px) {
  .alpha-s2-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* alpha-s3  */
.alpha-s3 {
  padding: 1.2rem 0 1rem;
  background-color: #f9f9f9;
}
.alpha-s3-title {
  text-align: center;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
.alpha-s3-subtitle {
  font-size: var(--font-size-22);
  text-align: center;
  color: #747475;
}
.alpha-s3-content {
  /* padding-top: 0.2rem; */
  overflow: hidden;
}
.alpha-s3-item {
  width: 57%;
}

.alpha-s3-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}
.alpha-s3-tag-list {
  min-width: fit-content;
  margin: 0.6rem auto 0.4rem;
  display: flex;
  overflow: auto;
  border-bottom: 1px solid #d9d9d9;
  gap: 0.5rem;
  width: fit-content;
}

.alpha-s3-tag-list::-webkit-scrollbar {
  display: none;
}
.alpha-s3-tag {
  text-align: left;
  font-size: max(0.22rem, 16px);
  padding: 0.15rem 0;
  color: #8c8c8c;
  font-family: var(--font-medium);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  flex: 1;
}
.alpha-s3-tag:hover {
  color: #333;
  text-shadow: 1px 1px 1px #ccc;
}
.alpha-s3-tag.active {
  color: #3a3a3a;
  border-color: #d4251f;
}
.alpha-s3-desc-swiper {
  margin-bottom: 0.4rem;
}
.alpha-s3-desc-swiper .swiper-slide {
  background-color: #f9f9f9;
}
.alpha-s3-desc-text {
  color: #666;
  font-size: max(0.22rem, 16px);
  background: #f9f9f9;
  margin: auto;
  /* margin-top: 0.2rem; */
  max-width: 10rem;
  text-align: center;
}

.alpha-s3-product {
  position: relative;
  margin: 1rem 0 0.4rem;
}
.alpha-s3-product-item {
  position: absolute;
}
.alpha-s3-product-item-title {
  font-size: var(--font-size-28);
  color: #000;
  margin-bottom: 0.4rem;
}
.alpha-s3-product-item-desc {
  color: #595757;
  font-size: max(0.19rem, 14px);
}
.alpha-s3-product-item-bottom {
  color: #666;
  opacity: 0.8;
  font-size: max(0.16rem, 12px);
}
.alpha-s3-product-item.ord1 {
  top: 15.5%;
  left: 0;
  text-align: left;
}
.alpha-s3-product-item.ord2 {
  top: 15.5%;
  right: 0;
  text-align: right;
}
.alpha-s3-product-item.ord3 {
  left: 0;
  top: 63.5%;
}
.alpha-s3-product-item.ord4 {
  top: 63.5%;
  right: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .alpha-s3-tag {
    font-weight: bold;
  }
  .alpha-s3-desc-swiper {
    margin-bottom: 0.4rem;
  }
  .alpha-s3-title {
    font-size: 25px;
  }
  .alpha-s3-item {
    width: 100%;
  }
  .alpha-s3-tag-list {
    max-width: unset;
    width: 100%;
    min-width: unset;
  }
  .alpha-s3-desc-text {
    color: #333;
    width: 100%;
  }
  .alpha-s3-title {
    text-align: left;
  }
  .alpha-s3-subtitle {
    text-align: left;
  }

  .alpha-s3-product-list {
    padding: 1rem 0 0rem;
  }
  .alpha-s3-product-item {
    position: static;
    margin-bottom: 0.6rem;
    text-align: left !important;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .alpha-s3-product-item::before {
    content: '1';
    display: inline-block;
    background-color: #d4251f;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
  }
  .alpha-s3-product-item.ord3::before {
    content: '2';
  }
  .alpha-s3-product-item.ord4::before {
    content: '3';
  }
  .alpha-s3-product-item.ord2::before {
    content: '4';
  }
  .alpha-s3-product-item-title {
    margin-bottom: 0.1rem;
  }
}
@media (min-width: 768px) {
  .alpha.en .alpha-s3-desc-text {
    max-width: 8rem;
  }
}
/* alpha-s4 */
.alpha-s4 {
  padding: 1.2rem 0;
}
.alpha-s4-img {
  height: 100%;
}
.alpha-s4-img img {
  height: 100%;
}
.alpha-s4-container {
  display: grid;
  gap: 0.4rem 0.2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1599px) {
  .alpha-s4-container.w1400 {
    width: 75.57%;
  }
}

.alpha-s4-item {
  position: relative;
  border-radius: max(10px, 0.1rem);
}
.alpha-s4-item-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem 0.36rem 0.1rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.alpha-s4-title {
  color: #000;
  font-size: max(0.32rem, 20px);
  font-family: var(--font-bold);
  line-height: 1.2;
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.alpha-s4-desc {
  color: #747475;
  font-size: max(0.18rem, 14px);
  line-height: 1.4;
}
.alpha-s4-tip {
  margin-top: auto;
  font-size: var(--font-size-20);
  color: #747475;
  margin-bottom: 0.2rem;
}
.alpha.cn .alpha-s4-desc {
  line-height: 1.5;
  font-size: max(0.2rem, 14px);
}
@media (max-width: 768px) {
  .alpha-s4-title {
    margin-bottom: 0rem;
  }
  .alpha.cn .alpha-s4-title {
    margin-top: 0.2rem;
  }
  .alpha.cn .alpha-s4-desc {
    font-size: 15px;
  }
  .alpha .alpha-s4-desc {
    /* margin-top: 0.26rem; */
    font-size: 14px;
    line-height: 1.5;
  }
  .alpha-s4-container {
    grid-template-columns: repeat(1, 1fr);
    /* padding: 0 5%; */
  }
  .alpha-s4-desc {
    margin-top: 0.5em;
    font-size: 16px;
  }
}

/* alpha-s5  */
.alpha-s5 {
  padding: 1.2rem 0;
  background-color: #f9f9f9;
}
.alpha-s5-title {
  margin-bottom: 0.34rem;
}
.alpha-s5-desc {
  color: #747475;
  font-size: var(--font-size-22);
}
.alpha-s5-desc-total {
  margin-bottom: 0.48rem;
}
.alpha-s5-img {
  margin: 0 auto;
}
.alpha-s5-img video {
  border-radius: max(30px, 0.3rem);
}
/* alpha-s6  */
.alpha-s6 {
  position: relative;
}
.alpha-s6-content {
  padding: 1.2rem 0 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.alpha-s6-title {
  margin-bottom: 0.4rem;
}
.alpha-s6-desc {
  font-size: var(--font-size-22);
  color: #747475;
}
.alpha-s6-img img:last-child {
  display: none;
}
@media (max-width: 768px) {
  .alpha-s6 {
    padding-bottom: 2.2rem;
  }
  .alpha-s6-content {
    position: relative;
    padding: 1.2rem 0 0;
    text-align: left;
  }
  .alpha-s6-img img:first-child {
    display: none;
  }
  .alpha-s6-img img:last-child {
    display: block;
  }
}
/* alpha-s7  */
.alpha-s7 {
  position: relative;
}
.alpha-s7-content {
  padding: 1.2rem 0 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.alpha-s7-title {
  text-align: left;
  margin-bottom: 0.4rem;
}
.alpha-s7-desc {
  text-align: left;
  font-size: var(--font-size-22);
  color: #747475;
}
.alpha-s7-img img:last-child {
  display: none;
}
@media (max-width: 768px) {
  .alpha-s7-img img:first-child {
    display: none;
  }
  .alpha-s7-img img:last-child {
    display: block;
  }
  /* .alpha-s7-content {
    position: relative;
    padding: 1.2rem 0 0;
  } */
}

/* alpha-s8  */
.alpha-s8-container {
  position: relative;
  z-index: 0;
}
.alpha-s8-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.alpha-s8-layout {
  padding-top: 1.2rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  text-align: center;
}
.alpha-s8-title {
  margin-bottom: 0.4rem;
}
.alpha-s8-desc {
  font-size: var(--font-size-22);
  color: #747475;
  margin-bottom: 0.26rem;
  padding: 0 0.3rem;
}
.alpha-s8-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0.9rem;
}
.alpha-s8-data-title {
  font-size: max(0.44rem, 24px);
  color: #333;
  font-family: var(--font-bold);
  font-weight: 600;
}
.alpha-s8-data-desc {
  color: #747475;
  font-size: var(--font-size-24);
}
.alpha-s8-tip {
  margin-top: auto;
  margin-bottom: 0.6rem;

  color: #fff;
  opacity: 0.6;
  font-size: var(--font-size-20);
}
.alpha-s8-bg img:last-child {
  display: none;
}

@media (max-width: 768px) {
  .alpha-s8-desc {
    padding: 0;
    background-color: #ffffff91;
  }
  .alpha-s8-bg img:first-child {
    display: none;
  }
  .alpha-s8-bg img:last-child {
    display: block;
  }
  .alpha-s8-content {
    position: static;
    height: auto;
  }
  .alpha-s8-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .alpha-s8-data {
    justify-content: flex-start;
    margin-bottom: 300px;
  }
  .alpha-s8-layout {
    height: auto;
    text-align: left;
  }
  .alpha-s8-data-item:last-child .alpha-s8-data-title {
    width: 100%;
  }
  .alpha-s8-data-desc {
    color: #666;
  }
}
/* alpha-s9  */
.alpha-s9 {
  padding: 1.2rem 0;
}
.alpha-s9-content {
  text-align: center;
}
.alpha-s9-desc {
  margin-top: 0.4rem;
  font-size: var(--font-size-22);
  color: #747475;
}
/* alpha-s10  */
.alpha-s10 {
  padding: 1.2rem 0;
  overflow: hidden;
  background-color: #f9f9f9;
}
.alpha-s10-tag-list {
  display: flex;
  justify-content: center;
  margin-bottom: 0.6rem;
}
.alpha-s10-tag {
  font-size: max(0.52rem, 20px);
  flex: 1;
  padding: 0rem 0 0.2rem;
  box-shadow: 0 -1px 0 0 #959595 inset;
  color: #666 !important;
  transition: 0.6s;
  cursor: pointer;
  text-align: center;
  font-weight: 400 !important;
}
.alpha-s10-tag.active {
  box-shadow: 0 -4px 0 -1px #d4251f inset;
  color: #000 !important;
  text-shadow: 0 0 1px #000;
}
.alpha-s10-swiper {
  overflow: visible !important;
}

.alpha-s10-swiper > .swiper-wrapper > .swiper-slide {
  opacity: 0 !important;
  z-index: 1 !important;
}
.alpha-s10-swiper > .swiper-wrapper > .swiper-slide-visible {
  opacity: 1 !important;
  z-index: 2 !important;
}

.alpha-s10-text {
  margin-top: 0.3rem;
  text-align: center;
  padding: 0 5%;
}
.alpha-s10-title {
  color: #000;
  font-size: var(--font-size-28);
  margin-bottom: 0.1rem;
}
.alpha-s10-desc {
  color: #747475;
  font-size: var(--font-size-20);
}
.alpha-s10-item-img {
  position: relative;
}
.alpha-s10-swiper .swiper-slide .alpha-s10-item-img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bfbfbf71;
}
.alpha-s10-swiper-item .swiper-slide-active .alpha-s10-item-img::after {
  display: none;
}
@media (max-width: 768px) {
  .alpha-s10-tag {
    font-size: 22px;
    padding: 0.1rem 0;
    flex: 1;
  }
}
/* alpha-s11  */
.alpha-s11 {
  padding: 1.2rem 0;
}
.alpha-s11-container {
  text-align: center;
}

.alpha-s11-title {
  margin-bottom: 0.36rem;
}
.alpha-s11-desc {
  font-size: var(--font-size-22);
  color: #747475;
  margin-bottom: 1rem;
}
.alpha-s11-img img:last-child {
  display: none;
}
@media (min-width: 2000px) {
  .alpha-s11-container {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .alpha-s11 {
    padding: 1.2rem 0;
  }

  .alpha-s11-container {
    text-align: left;
  }
  .alpha-s11-img img:last-child {
    display: block;
  }
  .alpha-s11-img img:first-child {
    display: none;
  }
}
/* alpha-s12  */
.alpha-s12-container {
  position: relative;
}
.alpha-s12-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 3rem 0 0;
}
.alpha-s12-text {
  padding-left: 41%;
}
.alpha-s12-title {
  margin-bottom: 0.12rem;
  line-height: 1.5;
}
.alpha-s12-desc {
  font-size: var(--font-size-22);
  color: #747475;
}
.alpha-s12-desc em {
  color: #000;
  font-style: normal;
}
.alpha-s12-subtitle {
  font-size: var(--font-size-32);
  color: #000;
  margin-top: 0.86rem;
  margin-bottom: 0.12rem;
  line-height: 1.5;
}
.alpha-s12-bg img:last-child {
  display: none;
}
@media (max-width: 768px) {
  .alpha-s12-bg img:last-child {
    display: block;
  }
  .alpha-s12-bg img:first-child {
    display: none;
  }
  .alpha-s12-content {
    height: auto;
    position: static;
    padding: 0;
    background-color: #f9f9f9;
  }
  .alpha-s12-text {
    padding: 0;
    padding-top: 1.2rem;
    padding-bottom: max(250px, 7rem);
    position: relative;
    z-index: 1;
  }
  .alpha-s12-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
  }
  .alpha-s12-title {
    line-height: 1.15;
  }
  .alpha-s12-subtitle {
    line-height: 1.15;
  }
}

/* alpha-s13  */
.alpha-s13 {
  padding: 1.2rem 0 1rem;
}
.alpha-s13-title {
  margin-bottom: 0.8rem;
}
.alpha-s13-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem 1.1rem;
  flex-wrap: wrap;
}
.alpha-s13-left {
  flex: 1.265;
}
.alpha-s13-right {
  flex: 1;
}
.alpha-s13-subtitle {
  font-size: var(--font-size-28);
  color: #000;
  margin-bottom: 0.12rem;
  font-family: var(--font-bold);
  font-weight: 600;
}
.alpha-s13-desc {
  font-size: var(--font-size-18);
  color: #747475;
}
.alpha-s13-btn {
  margin-top: 0.12rem;
  color: #db3731;
  font-size: var(--font-size-18);
  display: block;
  text-decoration: none;
}
.alpha-s13-btn:hover {
  color: #fb3e37;
}
@media (min-width: 768px) {
  .alpha-s13-item:nth-child(2n) .alpha-s13-left {
    order: 1;
  }
}
@media (max-width: 768px) {
  .alpha-s13-item .alpha-s13-left {
    order: 1;
    min-width: 100%;
  }
  .alpha-s13-right-img img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .alpha-s13-item {
    gap: 1px;
    margin-bottom: 40px;
  }
}
/* alpha-s14  */
.alpha-s14 {
  padding: 1.2rem 0;
  background-color: #f9f9f9;
}
.alpha-s14-title {
  margin-bottom: 0.43rem;
}
.alpha-s14-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 0.2rem;
}
.alpha-s14-item {
  text-align: center;
}
.alpha-s14-desc {
  margin-top: 0.32rem;
  font-size: var(--font-size-24);
  color: #747475;
  font-family: var(--font-medium);
}
@media (max-width: 768px) {
  .alpha-s14-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* alpha-s14  */
.alpha-s15 {
  padding: 100px 0 0;
}
@media (max-width: 980px) {
  .alpha-s15 {
    padding: 64px 0 0;
  }
}
.alpha-s15-btn {
  display: block;
  margin: auto;
  width: fit-content;
  padding: max(0.14rem, 10px) max(0.31rem, 22px);
  color: #3a3a3a;
  font-size: var(--font-size-22);
  font-family: var(--font-bold);
  border-radius: max(100px, 1rem);
  text-decoration: none;
  background-color: #e7e7e7;
  transition: 0.5s;
}
.alpha-s15-btn:hover {
  background-color: #dd3731;
}
