/**
 * 
 * npm install -g sass
 * sass index.scss index.css
 * sass --watch index.scss:index.css
 * sass --watch index.scss:index.css --style compact
 */
body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0 auto;
  background-color: #FFFFFF;
}

* {
  box-sizing: border-box;
}

dl, dd, p, form, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em, i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

img {
  border: 0;
  display: inline-block;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.img_common img {
  width: 100%;
}

img:hover {
  opacity: 0.98;
}

span {
  display: inline-block;
}

input, select, button, textarea {
  border-radius: 0;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.right-arrow:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  right: 5px;
  top: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(0, -50%) rotate(-135deg);
  -webkit-transform: translate(0, -50%) rotate(-135deg);
}

.w12_box {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #000000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
header .w12_box {
  padding: 20px 0;
}
header .w12_box .head_content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
header .w12_box .head_content .menu_toggle {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  align-items: center;
  justify-content: center;
  background: #fac900;
  color: white;
  border-radius: 5px;
  font-size: 36px;
  cursor: pointer;
  will-change: transform;
  transition: transform 0.2s;
}
header .w12_box .head_content .menu_toggle span {
  color: #151424;
  transform: translateY(-2px);
}
header .w12_box .head_content .nav_menu {
  flex: 1;
  padding: 8px 0 12px;
  overflow-x: auto;
}
header .w12_box .head_content .nav_menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
}
header .w12_box .head_content .nav_menu:hover::-webkit-scrollbar-thumb {
  background: #ccc;
}
header .w12_box .head_content .nav_menu:hover::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #eee;
}
header .w12_box .head_content .nav_menu .menu_close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
header .w12_box .head_content .nav_menu .menu_close span {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/close.svg) no-repeat center center;
  background-size: 50%;
}
header .w12_box .head_content .nav_menu ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
}
header .w12_box .head_content .nav_menu ul li {
  flex: none;
}
header .w12_box .head_content .nav_menu ul li a {
  position: relative;
  color: #aaa;
  font-size: 18px;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
header .w12_box .head_content .nav_menu ul li a:hover, header .w12_box .head_content .nav_menu ul li a.active {
  color: #eee;
}
header .w12_box .head_content .nav_menu ul li a:hover:after, header .w12_box .head_content .nav_menu ul li a.active:after {
  width: 100%;
}
header .w12_box .head_content .nav_menu ul li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #fff 0%, #ddd 100%);
  transition: width 0.3s ease;
}

.logo_template {
  display: flex;
  height: 60px;
}
.logo_template.lg {
  justify-content: start;
}
.logo_template.lg > img {
  height: 60px;
}
.logo_template.lg span {
  font-size: 42px;
}
.logo_template > img {
  height: 50px;
  margin: 0;
}
.logo_template span {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  margin-left: 10px;
}

.row_box {
  padding: 100px 0;
}
.row_box.bg1 {
  background: #000 url(../images/m_bg.png) no-repeat;
  background-position: 80% 10px;
  background-size: 65%;
}
.row_box.bg2 {
  background: #F9F9F9;
}

.group_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.group_btn .btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #151424;
  font-weight: 600;
  font-size: 18px;
  border-radius: 3px;
  padding: 15px;
  overflow: hidden;
  background: #fac900;
  transition: all 0.3s ease;
}
.group_btn .btn:hover {
  box-shadow: 0 1px 8px 0 #FF9900;
}
.group_btn .btn:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 14px;
  margin-left: 30px;
  background: url(../images/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}

.cate_template {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 10px;
}
.cate_template li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 25px;
  border-radius: 3px;
  background-color: #1E1E1E;
}
.cate_template li .img_item {
  height: 50px;
  margin-left: 40px;
  flex: none;
}
.cate_template li .img_item img {
  width: 50px;
}
.cate_template li .content .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.cate_template li .content .text {
  color: #777;
  font-size: 16px;
  line-height: 1.5;
}

.footer_template {
  background-color: #171717;
}
.footer_template .line {
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #333333;
}
.footer_template .w12_box {
  position: relative;
  padding: 30px;
}
.footer_template .w12_box .logo_info {
  color: #fff;
  font-size: 12px;
  margin: 15px 0 60px;
}
.footer_template .w12_box .footer_menu {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
  margin: 30px 0;
}
.footer_template .w12_box .footer_menu dt {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
.footer_template .w12_box .footer_menu dd span, .footer_template .w12_box .footer_menu dd a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.footer_template .w12_box .footer_menu dd span:hover, .footer_template .w12_box .footer_menu dd a:hover {
  color: #eee;
}
.footer_template .w12_box .copyright {
  color: #fff;
  font-size: 14px;
}
.footer_template .w12_box .copyright a {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer_template .w12_box .copyright a:hover {
  text-decoration: underline;
}

@-webkit-keyframes effectupdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes effectupdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.index_html .bg1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_html .bg1 .h2_title {
  color: #fff;
  margin-top: 15px;
}
.index_html .line_item {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #fad961, #f76b1c);
}
.index_html .step1_box {
  display: flex;
  gap: 150px;
  justify-content: space-between;
}
.index_html .step1_box .l_item {
  max-width: 600px;
  flex: 1;
  padding: 0 20px;
}
.index_html .step1_box .l_item .title {
  font-size: 48px;
  margin: 0 0 30px 0;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.index_html .step1_box .l_item .subtitle {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
}
.index_html .step1_box .l_item .desc {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 1.5;
  margin-bottom: 20px;
}
.index_html .step1_box .r_item {
  width: 258px;
  margin-right: 100px;
}
.index_html .step1_box .r_item .bg_img img {
  width: 258px;
}
.index_html .h2_title {
  font-size: 36px;
  margin: 0 0 15px 0;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.index_html .h2_text {
  font-size: 16px;
  margin: 0 0 40px 0;
  text-align: center;
  color: #fff;
  line-height: 1.8;
}
.index_html .h2_text.c9 {
  color: #999;
}
.index_html .h2_text.a4 {
  color: #4a4a4a;
}
.index_html .bg3 .feature_box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 50px;
}
.index_html .bg3 .feature_box .row {
  width: 28%;
}
.index_html .bg3 .feature_box .row.middle_item {
  width: auto;
  text-align: center;
  max-width: 265px;
}
.index_html .bg3 .feature_box .row ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_html .bg3 .feature_box .row ul li {
  position: relative;
}
.index_html .bg3 .feature_box .row ul li .content {
  text-align: center;
}
.index_html .bg3 .feature_box .row ul li .content h4 {
  font-size: 22px;
  letter-spacing: 0;
  color: #1b1b1b;
  margin-bottom: 8px;
}
.index_html .bg3 .feature_box .row ul li .content p {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}
.index_html .bg3 .feature_box .row ul li .img_item {
  position: relative;
  width: 85px;
  height: 85px;
  margin: 30px auto;
  border-radius: 32px;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.302);
  background-color: #292928;
  text-align: center;
}
.index_html .bg3 .feature_box .row ul li .img_item img {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_html .bg5 {
  background: linear-gradient(-45deg, #333, #000);
}
.index_html .bg5 .h2_title {
  color: #fff;
}
.index_html .bg5 .use_box {
  display: grid;
  gap: 30px;
  padding-top: 15px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.index_html .bg5 .use_box .use_list {
  border-radius: 3px;
  overflow: hidden;
}
.index_html .bg5 .use_box .use_list .img_item {
  height: 149px;
}
.index_html .bg5 .use_box .use_list .img_item img {
  width: auto;
}
.index_html .bg5 .use_box .use_list .content {
  padding: 0 25px;
}
.index_html .bg5 .use_box .use_list .content .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.index_html .bg5 .use_box .use_list .content .desc {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.index_html .bg4 {
  padding: 150px 0;
  background-color: #1E1E1E;
}
.index_html .bg4 .h2_title {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  header .w12_box {
    padding: 0 15px 0 13px;
  }
}
@media screen and (max-width: 1000px) {
  header .w12_box {
    padding: 10px 15px 10px 13px;
  }
  header .w12_box .head_content .logo_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .w12_box .head_content .logo_item img {
    margin: 0;
  }
  header .w12_box .head_content .menu_toggle {
    display: flex;
  }
  header .w12_box .head_content .nav_menu {
    position: fixed;
    top: -100%;
    opacity: 0;
    height: 100vh;
    padding-bottom: 30px;
    transition: top 0.3s ease;
    overflow-y: auto;
  }
  header .w12_box .head_content .nav_menu.active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 1;
    background-color: #fff;
  }
  header .w12_box .head_content .nav_menu.active .menu_close {
    display: block;
  }
  header .w12_box .head_content .nav_menu.active ul {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin-top: 80px;
  }
  header .w12_box .head_content .nav_menu.active ul li a {
    display: block;
    color: #151424;
    text-align: center;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  header .w12_box .head_content .nav_menu.active ul li a:after {
    bottom: 0;
  }
  .w12_box {
    padding: 0 15px;
  }
  .footer_template .w12_box .footer_menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .cate_template {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cate_template.col4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index_html .step1_box {
    flex-direction: column;
    justify-content: center;
  }
  .index_html .step1_box .l_item {
    max-width: 100%;
  }
  .index_html .step1_box .l_item .group_btn {
    justify-content: center;
  }
  .index_html .step1_box .r_item {
    margin: 0 auto;
  }
  .index_html .bg2 .article_template li {
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
    gap: 50px;
  }
  .index_html .bg3 .feature_box {
    width: 100%;
    flex-wrap: wrap;
  }
  .index_html .bg3 .feature_box .row {
    margin: 0 15px;
    width: 40%;
  }
  .index_html .bg3 .feature_box .row.middle_item {
    order: -1;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  header .w12_box .head_content .logo_item a {
    font-size: 30px;
  }
  .insert_template.tp4 {
    display: block;
  }
  .footer_template .w12_box .footer_menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .row_box {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cate_template {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cate_template.col4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cate_template li {
    flex-direction: column;
    gap: 20px;
  }
  .cate_template li .img_item {
    margin-left: 0;
  }
  .cate_template li .content {
    text-align: center;
  }
  .cate_template li .content .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .group_btn .btn {
    width: 100%;
  }
  .group_btn .btn:after {
    float: right;
  }
  .index_html .step1_box {
    gap: 40px;
  }
  .index_html .step1_box .l_item {
    padding: 0;
  }
  .index_html .step1_box .l_item .title {
    margin-top: 0;
    font-size: 32px;
  }
  .index_html .step1_box .l_item .subtitle {
    font-size: 24px;
    line-height: 1.5;
  }
  .index_html .step1_box .r_item {
    margin: 20px auto 0;
    width: 100%;
  }
  .index_html .step1_box .r_item .bg_img img {
    width: 70%;
  }
  .index_html .h2_title {
    font-size: 30px;
  }
  .index_html .bg3 .feature_box .row {
    width: 100%;
  }
  .index_html .bg3 .feature_box .row ul {
    flex-direction: row;
  }
  .index_html .bg3 .feature_box .row ul li {
    flex: 1;
  }
  .index_html .bg4 .h2_title {
    font-size: 30px;
  }
  .index_html .bg5 .use_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .index_html .bg5 .use_box .use_list .img_item {
    height: 118px;
  }
}

/*# sourceMappingURL=index.css.map */
