main > header {
  max-width: none;
  height: 680px;
  padding: 0;
  margin: 0;
  background: linear-gradient(115deg, #f5f5f5, #deecff);
  background-position: 80% 0%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1280px) {
  main > header {
    height: 660px;
  }
}
@media (max-width: 768px) {
  main > header {
    background-position: 50% 50%;
    background-size: contain;
  }
}
main > header .container {
  padding-top: 60px;
  background: right bottom url("../images/main_bg.png") no-repeat;
  background-size:contain;
}
@media (max-width: 768px) {
  main > header .container {
    background: 100% 90%/100% url("../images/main_bg.png") no-repeat;
  }
}
main > header .main-header-text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  color: #1a1a1a;
  margin-top: -30px;
}
@media (max-width: 768px) {
  main > header .main-header-text-box {
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
  }
}
main > header .main-header-text-box .btn_common {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}
main > header .main-header-text-box h2 {
  line-height: 1;
  font-size: 3rem;
  margin-top: 8px;
  margin-bottom: 16px;
}
main > header .main-header-text-box p {
  line-height: 1.2;
  word-break: keep-all;
}
main > header .main-header-text-box p:nth-of-type(1) {
  color: #515151;
  font-weight: 500;
  font-size: 1.5rem;
}
main > header .main-header-text-box p:nth-of-type(2) {
  font-size: 1.25rem;
}
main > header .main-header-text-box > div {
  display: flex;
  gap: 16px;
  padding-top: 32px;
}
@media (max-width: 768px) {
  main > header .main-header-text-box > div {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 340px) {
  main > header .main-header-text-box > div {
    justify-content: center;
  }
}
main .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  main .container {
    padding: 16px;
    box-sizing: border-box;
  }
}
main .container .shortcut-menu-list {
  padding: 24px 16px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  main .container .shortcut-menu-list {
    padding: 0 16px;
    flex-direction: column;
    bottom: -180px;
    width: 90%;
  }
}
@media (max-width: 340px) {
  main .container .shortcut-menu-list {
    justify-content: center;
    box-sizing: border-box;
    bottom: -200px;
  }
}
main > section {
  padding-top: 150px;
}
main > section .banban-layout {
  margin-bottom: 30px;
  word-break: keep-all;
}
main > section .banban-layout > div {
  align-items: flex-start;
}
main > section .banban-layout .ban-left {
  display: flex;
  gap: 24px;
}
main > section .banban-layout .ban-left .home-text-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@supports (-webkit-touch-callout: none) {
  main > section .banban-layout .ban-left .home-text-list {
    margin-bottom: 32px;
  }
}
main > section .banban-layout .ban-left .home-text-list h3 {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
}
@supports (-webkit-touch-callout: none) {
  main > section .banban-layout .ban-left .home-text-list h3 {
    margin-bottom: 16px;
  }
}
main > section .banban-layout .ban-left .home-text-list h3 strong {
  font-weight: bold;
  display: inline-block;
}
main > section .banban-layout .ban-left .home-text-list p {
  font-size: 1.25rem;
  line-height: 1.4;
  width: 100%;
}
main > section .banban-layout .ban-left .home-btn-wrap {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  main > section .banban-layout .ban-left .home-btn-wrap {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
@supports (-webkit-touch-callout: none) {
  main > section .banban-layout .ban-left .home-btn-wrap button {
    margin: 0 0 8px;
  }
}
main > section .banban-layout .ban-right {
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=indexStyle.css.map */


.btn_setup_box{position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 9999999;
  width: 150px;
  padding:24px 0;
  background:#e97b62;
  text-align: center;
}
.btn_setup_box a{text-decoration: none;}
.btn_setup_box .img img{width:40px;}
.btn_setup_box img{width:100%;}
.btn_setup_box .txt{    display: block; color: #fff; font-weight: bold; font-size: 14px; line-height: 18px; padding: 16px 0 0;}

@media (max-width: 768px) {
  .btn_setup_box{display: none;}
  main > section .banban-layout .ban-left .home-text-list br{display: none;}
}
