.banner_section {
  position: relative;
  width: 100%;
  height: 700px;
}
.banner_section .banner_swiper {
  height: 100%;
}
.banner_section .banner_swiper .banner_item {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner_section .banner_swiper .banner_item .banner_item_container {
  width: 1200px;
  padding-top: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_section .banner_swiper .banner_item .banner_item_container .banner_item_title h2 {
  font-size: 50px;
  color: #323747;
  font-weight: 700;
}
.banner_section .banner_swiper .banner_item .banner_item_container .banner_item_title h2 span {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_section .banner_swiper .banner_item .banner_item_container .banner_item_title p {
  font-size: 24px;
  color: #727785;
  margin-top: 20px;
}
.banner_section .banner_swiper .banner_item .banner_item_container img {
  width: 496px;
}
.banner_section .banner_swiper .banner_item .banner_item2_container {
  width: 1200px;
  padding-top: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #323747;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_title h2 span {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_title p {
  font-size: 24px;
  color: #727785;
  margin-top: 10px;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_title .banner_item_btn {
  font-size: 24px;
  color: #FFF;
  width: 232px;
  height: 56px;
  border-radius: 20px 20px 20px 1px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  margin-top: 46px;
  font-weight: 700;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_title .banner_item_btn span {
  font-weight: 700;
  font-size: 24px;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_title .banner_item_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_img {
  position: relative;
  padding-top: 30px;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_img .banner_item_img_refer {
  position: absolute;
  left: -104px;
  bottom: 16px;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_img .banner_item_img_refer img {
  width: 143px;
}
.banner_section .banner_swiper .banner_item .banner_item2_container .banner_item_img .banner_item_img_result img {
  width: 630px;
}
.banner_section .main_functions {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_section .main_functions .main_function {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 183px;
  height: 211px;
  background: url('../images/main_bg1.png') no-repeat center;
  background-size: cover;
  border-radius: 24px;
  box-shadow: 1px 2px 10px 0px rgba(31, 38, 46, 0.06);
  cursor: pointer;
  transition: all 0.1s linear;
}
.banner_section .main_functions .main_function:hover {
  background: url('../images/main_bg2.png') no-repeat center;
  box-shadow: 6px 6px 16px 0px rgba(35, 58, 118, 0.25), 1px 2px 10px 0px rgba(31, 38, 46, 0.06);
}
.banner_section .main_functions .main_function:hover .main_function_title {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_section .main_functions .main_function:hover .main_function_title_en {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.banner_section .main_functions .main_function:hover .main_function_icon .onshow {
  display: none;
}
.banner_section .main_functions .main_function:hover .main_function_icon .show {
  display: block;
}
.banner_section .main_functions .main_function .main_function_title {
  font-size: 24px;
  font-weight: 700;
  color: #323747;
  transition: all 0.1s linear;
}
.banner_section .main_functions .main_function .main_function_title_en {
  font-size: 14px;
  color: #AEB1B8;
  margin-top: 4px;
  transition: all 0.1s linear;
}
.banner_section .main_functions .main_function .main_function_icon {
  margin-top: 28px;
}
.banner_section .main_functions .main_function .main_function_icon .show {
  display: none;
}
.banner_section .swiper_last {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(32, 39, 64, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_section .swiper_last span {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.banner_section .swiper_next {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(32, 39, 64, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_section .swiper_next span {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.tools_section {
  padding: 40px 0;
}
.tools_section .tools_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tools_section .tools_title h3 {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tools_section .tools_title .tools_title_sub {
  display: flex;
  align-items: center;
}
.tools_section .tools_title .tools_title_sub .tools_title_line1 {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.tools_section .tools_title .tools_title_sub p {
  color: #AEB1B8;
  font-size: 18px;
}
.tools_section .tools_title .tools_title_sub .tools_title_line2 {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.tools_section .tools_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.tools_section .tools_list .tools_item {
  width: 280px;
  height: 361px;
  margin: 10px 0;
  padding: 16px;
  border-radius: 24px;
  cursor: pointer;
  background-color: #F4F5F7;
}
.tools_section .tools_list .tools_item:hover .tools_item_title {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tools_section .tools_list .tools_item:hover .tools_item_description {
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tools_section .tools_list .tools_item:hover .tools_item_img img {
  transform: scale(1.05);
}
.tools_section .tools_list .tools_item .tools_item_title {
  color: #323747;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.2s linear;
}
.tools_section .tools_list .tools_item .tools_item_description {
  font-size: 14px;
  color: #727785;
  margin-top: 4px;
  transition: all 0.2s linear;
}
.tools_section .tools_list .tools_item .tools_item_img {
  margin-top: 12px;
  border-radius: 24px;
  overflow: hidden;
}
.tools_section .tools_list .tools_item .tools_item_img img {
  width: 253px;
  height: 261px;
  object-fit: cover;
  transition: all 0.2s linear;
}
.create_section {
  padding-bottom: 40px;
}
.create_section .create_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.create_section .create_title h3 {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.create_section .create_title .create_title_sub {
  display: flex;
  align-items: center;
}
.create_section .create_title .create_title_sub .create_title_line1 {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.create_section .create_title .create_title_sub p {
  color: #AEB1B8;
  font-size: 18px;
}
.create_section .create_title .create_title_sub .create_title_line2 {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.create_section .create_list {
  position: relative;
  padding: 20px 0 40px;
  column-gap: 20px;
  column-count: 4;
}
.create_section .create_list .create_item {
  cursor: pointer;
  position: relative;
  width: 285px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}
.create_section .create_list .create_item img {
  width: 100%;
  height: 100%;
}
.create_section .create_list .create_item:hover .create_item_info {
  bottom: 16px;
}
.create_section .create_list .create_item .create_item_mask {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 39, 64, 0.6);
}
.create_section .create_list .create_item .create_item_info {
  z-index: 3;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: all 0.2s linear;
  padding: 0 16px;
}
.create_section .create_list .create_item .create_item_info .create_item_keys {
  color: #FFF;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.create_section .create_list .create_item .create_item_info .create_item_btn {
  width: 100%;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
  margin: 8px 0;
}
.create_section .create_list .create_item .create_item_info .create_item_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #FFF;
}
.create_section .create_list .create_item .create_item_info .create_item_user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create_section .create_list .create_item .create_item_info .create_item_user .create_item_user_attr {
  display: flex;
  align-items: center;
}
.create_section .create_list .create_item .create_item_info .create_item_user .create_item_user_attr img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.create_section .create_list .create_item .create_item_info .create_item_user .create_item_user_attr p {
  font-size: 14px;
  color: #fff;
  margin-left: 4px;
}
.create_section .create_list .create_item .create_item_info .create_item_user .create_item_user_time {
  font-size: 14px;
  color: #fff;
}
.create_section .create_more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.create_section .create_more button {
  position: relative;
  width: 268px;
  height: 48px;
  border-radius: 48px;
  overflow: hidden;
  background-color: #F4F5F7;
  color: #323747;
  border: 0;
  transition: all 0.2s linear;
}
.create_section .create_more button:hover em {
  color: #fff;
  transition: all 0.2s linear;
}
.create_section .create_more button:hover span {
  color: #fff;
  transition: all 0.2s linear;
}
.create_section .create_more button em {
  position: relative;
  z-index: 3;
  font-size: 20px;
}
.create_section .create_more button span {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: 500;
}
.create_section .create_more button .create_more_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 0;
  transition: all 0.2s linear;
  background: linear-gradient(90deg, #9878FE 0%, #7AB6FF 100%);
}
