@charset "UTF-8";
/**
 * 网站大师
 * date: 2025-5-29
 * author: 吴子恒;
 */
@font-face {
  font-family: "Source Han Sans CN";
  src: url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* color: #333; */
}
.loginbtn {
  margin: 4px 30px 10px 950px !important;
  float: right;
  width: 68px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background-color: #30bbed;
  border-radius: 4px;
  text-align: center;
  display: block;
  font-size: 15px !important;
}


.wrap {
  margin: 0 auto;
  font-family: "Source Han Sans CN";
}

.main {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.header-logo {
  height: 72px;
  display: flex;
  align-items: center;
  padding-left: 58px;
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  background: url(../images/home/logo.png) no-repeat left center/48px 48px;
}

.header {
  overflow: hidden;
  width: 100%;
  height: 398px;
  background: url(../images/home/top_bg.png) no-repeat center center/100% 100%;
  font-family: "Source Han Sans CN";
}
.header-title {
  margin-top: 92px;
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}
.header-desc {
  margin: 24px 0 60px;
  color: #435371;
  font-size: 20px;
  font-weight: 400;
}

.btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  cursor: pointer;
  background: linear-gradient(85deg, #0161fe 0%, #0497fd 100%);
}

.work {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px auto;
}
.work-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 40px;
}
.work-panel {
  display: flex;
  width: 1280px;
  height: 550px;
  border-radius: 20px;
  background: url(../images/home/join_bg1.png) no-repeat center center/100% 100%;
  transition: all 0.3s ease;
}
.work-panel .panel-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-right: 1px solid #dce5f6;
}
.work-panel .panel-item {
  width: 100%;
  flex: 1;
  display: flex;
  padding: 0px 24px;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  border-left: 4px solid transparent;
  cursor: pointer;
}
.work-panel .panel-item img {
  width: 35px;
  height: 35px;
}
.work-panel .panel-item:first-child {
  border-top-left-radius: 20px;
}
.work-panel .panel-item:last-child {
  border-bottom-left-radius: 20px;
}
.work-panel .panel-item.current {
  border-left: 4px solid #0d5efa;
  background: linear-gradient(90deg, #cee1ff 0%, rgba(243, 247, 255, 0) 100%);
  color: #0d5efa;
  font-weight: 700;
}
.work-panel .panel-content {
  width: calc(100% - 234px);
  padding: 40px 33px 50px 54px;
}
.work-panel .panel-content .content-title {
  color: #2d343b;
  font-size: 36px;
  font-weight: 700;
}
.work-panel .panel-content .content-desc {
  margin: 10px 0 30px;
  font-size: 24px;
}
.work-panel .panel-content .content-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.work-panel .panel-content .item-title {
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-size: 20px;
  height: 30px;
  background: url(../images/home/join_icon.png) no-repeat left center/20px 20px;
  margin-bottom: 8px;
}
.work-panel .panel-content .item-desc {
  color: #838383;
  font-size: 18px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background: #f3f8ff;
}
.case-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 40px;
}
.case-content {
  position: relative;
  width: 1352px;
  height: 358px;
  box-sizing: border-box;
  z-index: 1;
}
.case-swiper {
  width: 100%;
  height: 100%;
}
.case-swiper .swiper-slide {
  padding: 40px 24px;
  border-radius: 20px;
}
.case-swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  overflow: hidden;
}
.case-swiper .swiper-slide a p {
  color: #222;
  font-size: 26px;
  line-height: 38px;
}
.case-swiper .swiper-slide a img {
  width: 272px;
  height: 200px;
}
.case-swiper .swiper-slide:nth-child(3n+1) {
  background: linear-gradient(180deg, #d9e6ff 0%, #a7c5ff 100%);
}
.case-swiper .swiper-slide:nth-child(3n+2) {
  background: linear-gradient(180deg, #e7e5ff 0%, #cbc2f5 100%);
}
.case-swiper .swiper-slide:nth-child(3n+3) {
  background: linear-gradient(180deg, #c2ebea 0%, #98d1cc 100%), linear-gradient(180deg, #e7e5ff 0%, #cbc2f5 100%);
}
.case .case-next,
.case .case-prev {
  width: 46px !important;
  height: 46px !important;
  margin-top: 0;
  top: 50%;
  transform: translateX(-24px) translateY(-50%);
  background: url(../images/home/arrow_r.png) no-repeat center center/60px 60px !important;
}
.case .case-prev {
  transform: translateX(24px) translateY(-50%);
  background-image: url(../images/home/arrow_l.png) !important;
}

.enter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  gap: 40px;
  background: url(../images/home/enter_bg.png) no-repeat center bottom;
  background-size: cover;
}
.enter-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
.enter-list {
  display: flex;
  gap: 30px;
}
.enter-item {
  width: 232px;
  height: 245px;
  padding: 40px 30px;
  background: url(../images/home/enter_bg1.png) no-repeat center center/100% 100%;
}
.enter-item:nth-child(2) {
  background-image: url(../images/home/enter_bg2.png);
}
.enter-item:nth-child(3) {
  background-image: url(../images/home/enter_bg3.png);
}
.enter-item:nth-child(4) {
  background-image: url(../images/home/enter_bg4.png);
}
.enter-item:nth-child(5) {
  background-image: url(../images/home/enter_bg5.png);
}
.enter-item .item-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.enter-item .item-content {
  color: #435371;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.preview-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  margin-bottom: 8px;
}
.preview-tab .tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.preview-tab .tab-item.current {
  color: #0d5efa;
  border-bottom: 2px solid #0d5efa;
}
.preview-content {
  overflow: hidden;
  padding-left: calc(50% + 80px);
  height: 343px;
  background: url(../images/home/preview_bg1.png) no-repeat center center;
  background-size: 100% 343px;
  transition: all 0.3s ease;
}
.preview .content-label {
  margin-top: 30px;
  color: #657494;
  font-size: 48px;
  font-weight: 700;
  height: 71px;
}
.preview .content-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.preview .content-desc {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.together {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  background: url(../images/home/together_bg.png) no-repeat center center/100% 100%;
}
.together-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 248px;
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -0.03%, rgba(255, 255, 255, 0.85) 35.46%, rgba(255, 255, 255, 0.85) 64.91%, rgba(255, 255, 255, 0) 99.97%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.together-title {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}
.together-desc {
  color: #435371;
  font-size: 20px;
  margin: 16px 0 30px;
}

.layui-layer-content {
  display: flex;
  flex-direction: column;
  padding: 24px 40px;
}

.layui-form-item {
  display: flex;
}
.layui-form-item .layui-form-label {
  display: inline !important;
  width: calc(100% - 615px) !important;
  float: none !important;
  padding: 10px 10px 0 0 !important;
}
.layui-form-item .layui-form-label span {
  position: relative;
}
.layui-form-item .layui-form-label span::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0px;
  width: 7px;
  height: 7px;
  background: url(./images/home/required.png) no-repeat center center/100% 100%;
}
.layui-form-item .layui-input-block {
  margin: 0;
  flex: 1;
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: #5ea7f9 !important;
}

.submit-btn {
  margin: 0 auto;
  width: 88px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #1f63d1;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}/*# sourceMappingURL=index.css.map */

.hidden {
  display: none!important;
}