@charset "UTF-8";
html,
body {
  height: 100%;
}

[data-animate] {
  visibility: hidden;
}

.animated {
  visibility: visible;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.container {
  width: 1200px;
  margin: 0 auto;
}

.home-page [data-animate] {
  visibility: hidden;
}
.home-page .animated {
  visibility: visible;
}
.home-page .theme-btn {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 228px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009CF6;
  box-sizing: border-box;
}
.home-page .theme-btn .iconfont {
  font-size: 20px;
  margin-right: 15px;
}
.home-page .theme-btn:active {
  border: 1px solid #14142d;
  background: #007CC4 !important;
  color: #CCCCCC;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.home-page .theme-btn:active .iconfont {
  -webkit-animation: button-border-animate-1 1s;
}
.home-page .theme-btn-animate:hover {
  border: 1px solid #14142d;
  box-shadow: #009CF6 1px 1px 3px, #009CF6 -1px -1px 3px;
  background: #4CBEFF;
}
.home-page .theme-btn-animate:hover .iconfont {
  -webkit-animation: button-border-animate-1 1s;
}
@keyframes button-border-animate-1 {
  50% {
    transform: translate(-20px, 0) rotate(-180DEG);
    -webkit-transform: translate(-20px, 0) rotate(-180DEG);
    -moz-transform: translate(-20px, 0) rotate(-180DEG);
    opacity: 0.6;
  }
  100% {
    transform: translate(0, 0) rotate(0DEG);
    -webkit-transform: translate(0, 0) rotate(0DEG);
    -moz-transform: translate(0, 0) rotate(0DEG);
    opacity: 1;
  }
}
.home-page .main-banner {
  height: 100%;
  overflow: hidden;
}
.home-page .main-banner .banner-container {
  z-index: 2;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.home-page .main-banner .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
  background-image: url(https://cdn-sem-themes.aunbox.cn/themes/lupingds/win_lupingds_v5/img/banner_bj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.home-page .main-banner .video-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home-page .main-banner .main-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 450px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.home-page .main-banner .main-content .theme-btn {
  margin: 60px auto 0;
}
.home-page .main-banner .main-content .theme-btn-animate:hover {
  border-color: rgba(20, 21, 45, 0.7);
}
.home-page .main-banner .main-content .banner-content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-page .main-banner .main-content .banner-content.isview > * {
  opacity: 1 !important;
  transform: none !important;
}
.home-page .main-banner .main-content .banner-content .banner-title {
  font-size: 60px;
  color: #FFFFFF;
  line-height: 60px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.35s ease-in-out 0.1s, opacity 0.35s ease-in-out 0.1s;
}
.home-page .main-banner .main-content .banner-content .banner-slogan {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 32px;
  padding-top: 36px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.35s ease-in-out 0.23s, opacity 0.35s ease-in-out 0.23s;
}
.home-page .main-banner .main-content .banner-content .theme-btn {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.35s ease-in-out 0.36s, opacity 0.35s ease-in-out 0.36s;
}
.home-page .main-banner .main-content .banner-content .version-info {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.35s ease-in-out 0.62s, opacity 0.35s ease-in-out 0.62s;
  color: rgba(255, 255, 255, 0.8);
}
.home-page .main-banner .version-info {
  margin-top: 19px;
  opacity: 0.8;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
}
.home-page .main-banner .version-info p + p {
  margin-top: 8px;
}
.home-page .arrow {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
  margin-left: -10px;
}
.home-page .arrow:before, .home-page .arrow:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-radius: 30px;
}
.home-page .arrow:before {
  -webkit-transform: rotate(45deg) translateX(-3px);
  transform: rotate(45deg) translateX(-3px);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.home-page .arrow:after {
  -webkit-transform: rotate(-45deg) translateX(3px);
  transform: rotate(-45deg) translateX(3px);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.home-page .arrow-1 {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
  animation: arrow-movement 2s ease-in-out infinite;
}
.home-page .arrow-2 {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
  animation: arrow-movement 2s 1s ease-in-out infinite;
}
.home-page .arrow-wrapper {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.home-page .arrow-wrapper .arrow {
  top: 40px;
  left: 50%;
}
@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 30px;
  }
  30% {
    top: 10px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 30px;
  }
  30% {
    top: 10px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home-page .module-title {
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  padding-top: 80px;
}
.home-page .funtion-container {
  padding-bottom: 120px;
  padding-top: 80px;
  display: flex;
  flex-flow: row wrap;
}
.home-page .funtion-container .functions-bg {
  height: 100%;
  background: rgba(20, 21, 45, 0.56);
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(394px);
}
.home-page .funtion-container .functions-bg .bg-title {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 16px;
}
.home-page .funtion-container .functions-bg .bg-title .iconfont {
  font-size: 20px;
  margin-right: 8px;
}
.home-page .funtion-container .functions-bg .bg-slogan {
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(30, 37, 57, 0.6);
  padding: 0 11px;
  margin-top: 7px;
  line-height: 20px;
}
.home-page .funtion-container .functions-item {
  overflow: hidden;
  width: 23%;
}
.home-page .funtion-container .functions-item:hover img {
  transform: scale(1.3);
}
.home-page .funtion-container .functions-item:hover .functions-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 156, 246, 0.8);
  height: auto;
  display: flex;
  transform: translateY(0);
  align-items: center;
  justify-content: center;
}
.home-page .funtion-container .functions-item:hover .functions-bg .bg-title .iconfont {
  font-size: 39px;
  margin: 0;
}
.home-page .funtion-container .functions-item:hover .functions-bg .bg-title span {
  display: block;
  margin-top: 20px;
}
.home-page .funtion-container .functions-item:hover .functions-bg .bg-slogan {
  display: block;
}
.home-page .funtion-container .functions-item .functions-bg .bg-slogan {
  display: none;
}
.home-page .funtion-container .functions-item_lg {
  float: left;
  position: relative;
}
.home-page .funtion-container .functions-item_lg .functions-bg {
  transform: translateY(394px);
}
.home-page .funtion-container .functions-item_lg img {
  width: 288px;
  height: 495px;
  transition: transform 0.3s;
}
.home-page .funtion-container .functions-item_sm {
  float: left;
  position: relative;
  margin-left: 14px;
}
.home-page .funtion-container .functions-item_sm .functions-bg {
  transform: translateY(162px);
}
.home-page .funtion-container .functions-item_sm .bg-slogan {
  padding: 0;
  margin-top: 16px;
  line-height: 1;
  text-align: center;
}
.home-page .funtion-container .functions-item_sm:nth-of-type(n+5) {
  margin-top: 15px;
}
.home-page .funtion-container .functions-item_sm img {
  width: 288px;
  height: 240px;
  transition: transform 0.3s;
}
.home-page .record-operation {
  background-image: url(https://cdn-sem-themes.aunbox.cn/themes/lupingds/win_lupingds_v5/img/course_bj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
.home-page .record-operation .bg-color {
  background-color: rgba(20, 21, 45, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-page .record-operation .module-title {
  color: #fff;
}
.home-page .record-operation .subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  margin-top: 30px;
}
.home-page .record-operation .subtitle + .subtitle {
  margin-top: 14px;
}
.home-page .record-operation .container {
  position: relative;
}
.home-page .record-operation .player-bg {
  width: 640px;
  height: 407px;
  background-image: url(https://cdn-sem-themes.aunbox.cn/themes/lupingds/win_lupingds_v5/img/course_pic_computer@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-page .record-operation .player-bg > img {
  width: 475px;
  height: 296px;
  margin-top: -13px;
}
.home-page .record-operation .player-bg .video-container {
  width: 475px;
  height: 296px;
  position: absolute;
  top: 50px;
  left: 83px;
  z-index: 1;
  cursor: pointer;
}
.home-page .record-operation .player-bg .video-container .play-btn {
  position: absolute;
  color: #FFFFFF;
  font-size: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  border-radius: 100%;
  transition: box-shadow 0.3s linear;
}
.home-page .record-operation .player-bg .video-container .play-btn:hover {
  box-shadow: 0px 7px 20px 6px rgba(255, 255, 255, 0.3);
}
.home-page .record-operation .player-bg .video-intro {
  display: block;
  margin-top: -11px;
}
.home-page .record-operation .player-tool_wrapper {
  display: flex;
  color: #FFFFFF;
  justify-content: center;
  margin-top: 33px;
}
.home-page .record-operation .player-tool_wrapper li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home-page .record-operation .player-tool_wrapper li.active p:nth-of-type(1) {
  border-color: #009CF6;
  background: #009CF6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.home-page .record-operation .player-tool_wrapper li:hover p:nth-of-type(1) {
  border-color: #009CF6;
  background: #009CF6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.home-page .record-operation .player-tool_wrapper li + li {
  margin-left: 68px;
}
.home-page .record-operation .player-tool_wrapper li p {
  transition: all 0.3s;
}
.home-page .record-operation .player-tool_wrapper li p:nth-of-type(1) {
  width: 68px;
  height: 68px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  text-align: center;
  line-height: 68px;
}
.home-page .record-operation .player-tool_wrapper li p:nth-of-type(1) .iconfont {
  font-size: 30px;
}
.home-page .record-operation .player-tool_wrapper li p:nth-of-type(2) {
  font-size: 14px;
  margin-top: 25px;
}
.home-page .feature-container {
  padding-bottom: 120px;
  padding-top: 20px;
  background-image: url(https://cdn-sem-themes.aunbox.cn/themes/lupingds/win_lupingds_v5/img/software_bj_features.png);
  background-size: 100% 404px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.home-page .feature-container ul {
  display: flex;
  justify-content: space-between;
  padding-top: 54px;
}
.home-page .feature-container .feature-item .feature-pic {
  width: 174px;
  height: 174px;
  display: block;
  margin: 0 auto;
}
.home-page .feature-container .feature-item .feature-title {
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 28px;
}
.home-page .feature-container .feature-item .feature-subtitle {
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 14px;
  margin-top: 19px;
}
.home-page .evaluate-container {
  background-image: url(https://cdn-sem-themes.aunbox.cn/themes/lupingds/win_lupingds_v5/img/evaluation_bj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.home-page .evaluate-container .bg-color {
  background-image: linear-gradient(-270deg, #41BFFF 2%, #4697FF 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.home-page .evaluate-container .container {
  position: relative;
}
.home-page .evaluate-container #swiperContent {
  position: relative;
}
.home-page .evaluate-container .module-title {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 36px;
}
.home-page .evaluate-container .swiper-container {
  width: 1000px;
  padding: 80px 0 140px;
}
.home-page .evaluate-container .swiper-container li {
  width: 350px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 77px 44px;
  box-sizing: border-box;
}
.home-page .evaluate-container .swiper-container .swiper-slide-active {
  box-shadow: 0 2px 29px 0 rgba(20, 21, 45, 0.28);
  border-radius: 10px;
}
.home-page .evaluate-container .evaluate-user {
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 30px;
}
.home-page .evaluate-container .evaluate-user img {
  width: 80px;
  height: 80px;
}
.home-page .evaluate-container .evaluate-user .name {
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  margin-top: 20px;
}
.home-page .evaluate-container .evaluate-content {
  margin-top: 27px;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
}
.home-page .footer-banner {
  background: #14152D;
  padding: 48px 0 49px;
}
.home-page .footer-banner .footer-banner_title {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.home-page .footer-banner .footer-banner_subtitle {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
}
.home-page .footer-banner .theme-btn {
  width: 170px;
  height: 45px;
  font-size: 16px;
  margin: 30px auto 0;
}
.home-page .footer-banner .theme-btn .iconfont {
  font-size: 16px;
}
.home-page .footer-banner .theme-btn-animate:hover {
  border-color: #14142d !important;
}
.home-page footer {
  background: #131D2B;
  min-width: 1200px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 25px 0;
}
.home-page footer .add_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.home-page footer .add_box p {
  line-height: 20px;
  display: flex;
  align-items: center;
}
.home-page footer .add_box p:first-child:after {
  margin-left: 25px;
}
.home-page footer .add_box p.add_version {
  margin-left: 25px;
}
.home-page footer .add_box p.add_version:after {
  margin-left: 25px;
}
.home-page footer .add_box p a {
  padding: 0 25px;
  cursor: pointer;
}
.home-page footer .add_box p:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(161, 165, 171, 0.5);
}
.home-page footer a {
  color: rgba(255, 255, 255, 0.6);
}
.home-page footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.home-page .fixed-top {
  background: #FFFFFF;
  box-shadow: 0px 9px 23px 0px rgba(196, 194, 217, 0.2);
  border-radius: 8px;
  border: 1px solid #E7E7E9;
  position: fixed;
  bottom: 50px;
  right: 20px;
  box-sizing: border-box;
  z-index: 100;
  padding: 0 11px;
}
.home-page .fixed-top .fixed-item {
  position: relative;
}
.home-page .fixed-top .fixed-item:hover .hover_box {
  display: flex;
}
.home-page .fixed-top .fixed-item:hover a p {
  color: #0079FF;
}
.home-page .fixed-top .fixed-item:hover .iconfont {
  color: #0079FF;
}
.home-page .fixed-top .fixed-item:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home-page .fixed-top .fixed-item a {
  color: #272727;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 96px;
  justify-content: center;
}
.home-page .fixed-top .fixed-item .iconfont {
  font-size: 32px;
  line-height: 1;
}
.home-page .fixed-top .fixed-item p {
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.home-page .fixed-top .fixed-item .hover_box {
  width: 221px;
  height: 279px;
  position: absolute;
  top: -14px;
  left: -220px;
  background: url("https://cdn-sem-themes.aunbox.cn/themes/lupingds/win_lupingds_v5/img/img_bg@2x.png") center no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
  box-sizing: border-box;
  padding-right: 3px;
  display: none;
}
.home-page .fixed-top .fixed-item .hover_box img {
  width: 111px;
  height: 111px;
}
.home-page .fixed-top .fixed-item .hover_box .p_14 {
  font-size: 14px;
  font-weight: 600;
  color: #3B3B3B;
  line-height: 24px;
  margin-top: 6px;
}
.home-page .fixed-top .fixed-item .hover_box .line_style {
  width: 133px;
  height: 1px;
  opacity: 0.75;
  border-bottom: 1px dashed #D8D8D8;
  margin-top: 4px;
}
.home-page .fixed-top .fixed-item .hover_box .p_12 {
  font-size: 12px;
  font-weight: 600;
  color: #3B3B3B;
  line-height: 24px;
  margin-top: 8px;
}
.home-page .fixed-top .fixed-item .hover_box .p_time {
  font-size: 14px;
  font-weight: 400;
  color: #6E6E6E;
  line-height: 22px;
  margin-top: -5px;
  margin-left: -8px;
}
@media (max-width: 768px) {
  .home-page .main-banner {
    background-image: url(https://cdn-sem-themes.aunbox.cn/themes/lupingds/win_lupingds_v5/img/banner_bj_video.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-page .main-banner .video {
    display: none;
  }
}
@keyframes action-btn {
  from {
    top: 0px;
  }
  to {
    top: 7px;
  }
}
@-moz-keyframes action-btn {
  from {
    top: 0px;
  }
  to {
    top: 7px;
  }
}
@-webkit-keyframes action-btn {
  from {
    top: 0px;
  }
  to {
    top: 7px;
  }
}
@-o-keyframes action-btn {
  from {
    top: 0px;
  }
  to {
    top: 7px;
  }
}
.home-page .home_sidebar_tip {
  width: 139px;
  height: 34px;
  position: absolute;
  top: -12px;
  left: -83px;
  background: url("https://cdn-sem-themes.aunbox.cn/themes/lupingds/win_lupingds_v5/img/home_sidebar_tip@2x.png") center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
.home-page {
  /*win版优化*/
}
.home-page .download-btn {
  display: block;
  width: 228px;
  height: 60px;
  background: #009cf6;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.19), 1px 1px 1px 0px rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 60px auto 0;
}
.home-page .download-btn-frame {
  display: block;
  width: 228px;
  height: 60px;
  background: rgb(0, 156, 246);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.19), 1px 1px 1px 0px rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
}
.home-page .scene-wrap > a:hover,
.home-page .download-btn-frame:hover,
.home-page .feature-frame > a:hover {
  box-shadow: #009CF6 1px 1px 3px, #009CF6 -1px -1px 3px;
  background: #4CBEFF;
}
.home-page .scene-wrap {
  width: 100%;
  padding: 80px 0;
}
.home-page .scene-wrap > h2 {
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.home-page .scene-wrap > a {
  display: block;
  width: 228px;
  height: 60px;
  background: rgb(0, 156, 246);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.19), 1px 1px 1px 0px rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
}
.home-page .scene-wrap .scene-frame {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.home-page .scene-wrap .scene-frame > li {
  width: 370px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page .scene-wrap .scene-frame > li:last-child, .home-page .scene-wrap .scene-frame > li:nth-child(5), .home-page .scene-wrap .scene-frame > li:nth-child(4) {
  margin-top: 30px;
}
.home-page .scene-wrap .scene-frame > li > img {
  margin-bottom: 18px;
  width: 346px;
  height: 180px;
}
.home-page .scene-wrap .scene-frame > li > h3 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
}
.home-page .scene-wrap .scene-frame > li > p {
  color: #333333;
  font-size: 14px;
}
.home-page .feature-frame {
  width: 100%;
  padding: 80px 0;
  background: rgba(0, 156, 246, 0.05);
}
.home-page .feature-frame > h2 {
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 36px;
  text-align: center;
  margin-bottom: 60px;
}
.home-page .feature-frame > a {
  display: block;
  width: 228px;
  height: 60px;
  background: rgb(0, 156, 246);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.19), 1px 1px 1px 0px rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
}
.home-page .feature-frame .feature-frame-wrap {
  width: 1200px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
}
.home-page .feature-frame .feature-frame-wrap > li {
  width: 400px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .feature-frame .feature-frame-wrap > li:last-child, .home-page .feature-frame .feature-frame-wrap > li:nth-child(5), .home-page .feature-frame .feature-frame-wrap > li:nth-child(4) {
  margin-top: 80px;
}
.home-page .feature-frame .feature-frame-wrap > li > img {
  width: 90px;
  height: 90px;
  margin-bottom: 5px;
}
.home-page .feature-frame .feature-frame-wrap > li > h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  margin-bottom: 16px;
}
.home-page .wangke-wrap1 {
  width: 100%;
  padding: 80px 0;
}
.home-page .wangke-wrap1 > h2 {
  font-size: 36px;
  text-align: center;
  height: 36px;
  font-weight: 400;
  color: black;
  line-height: 36px;
  margin-bottom: 50px;
}
.home-page .wangke-wrap1 .component-wrap {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home-page .wangke-wrap1 .component-wrap .component-item {
  width: 288px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.home-page .wangke-wrap1 .component-wrap .component-item:hover > img {
  transform: scale(1.2);
}
.home-page .wangke-wrap1 .component-wrap .component-item:hover > p {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 156, 246, 0.8);
  font-size: 20px;
  color: #ffffff;
}
.home-page .wangke-wrap1 .component-wrap .component-item:hover > p > i {
  font-size: 40px;
  margin-right: 0;
}
.home-page .wangke-wrap1 .component-wrap .component-item:hover > p > b {
  display: block;
  font-size: 16px;
  width: 240px;
  height: 78px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 26px;
}
.home-page .wangke-wrap1 .component-wrap .component-item > img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.home-page .wangke-wrap1 .component-wrap .component-item > p {
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(20, 21, 45, 0.56);
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
}
.home-page .wangke-wrap1 .component-wrap .component-item > p > i {
  font-size: 26px;
  margin-right: 7px;
  vertical-align: middle;
}
.home-page .wangke-wrap1 .component-wrap .component-item > p > b {
  display: none;
}
.home-page .wangke-wrap1 .component-wrap > .component-item:last-child,
.home-page .wangke-wrap1 .component-wrap > .component-item:nth-child(5),
.home-page .wangke-wrap1 .component-wrap > .component-item:nth-child(6),
.home-page .wangke-wrap1 .component-wrap > .component-item:nth-child(7) {
  margin-top: 14px;
}
.home-page .wangke-wrap1 > a {
  display: block;
  width: 228px;
  height: 60px;
  background: #009cf6;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.19), 1px 1px 1px 0px rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  margin: 50px auto 0;
}
.home-page .video_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 100;
}
.home-page .video-intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 942px;
  height: 588px;
  outline: 0;
}
.home-page {
  /* ---- 响应式：平板端 ---- */
}
@media (max-width: 1200px) {
  .home-page .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .home-page .main-banner {
    min-height: auto;
    height: auto;
    padding: 100px 0 60px;
  }
  .home-page .main-banner .banner-content {
    flex-direction: column;
    text-align: center;
  }
  .home-page .main-banner .banner-content .banner-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .home-page .main-banner .banner-content .banner-text h1 {
    font-size: 32px;
  }
  .home-page .main-banner .banner-content .banner-text p {
    font-size: 16px;
  }
  .home-page .main-banner .banner-content .banner-img img {
    max-width: 80%;
  }
}
.home-page {
  /* ---- 响应式：移动端 ---- */
}
@media (max-width: 768px) {
  .home-page .container {
    padding: 0 12px;
  }
  .home-page .main-banner {
    padding: 80px 0 40px;
  }
  .home-page .main-banner .banner-content .banner-text h1 {
    font-size: 24px;
    line-height: 1.4;
  }
  .home-page .main-banner .banner-content .banner-text p {
    font-size: 14px;
  }
  .home-page .theme-btn,
  .home-page .download-btn-frame,
  .home-page .download-btn {
    width: 200px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }
  .home-page .video-intro {
    width: 95%;
    height: auto;
    aspect-ratio: 942/588;
  }
}
