@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.width_1200 {
  width: 1200px;
  margin: 0 auto;
}

html,
body {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, "hiragino sans GB", arial, "Microsoft YaHei", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

[data-animate] {
  visibility: hidden;
}

.animated {
  visibility: visible;
}

.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: transparent;
  background: #009CF6;
  box-sizing: border-box;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: right top;
}

.theme-btn .iconfont {
  font-size: 20px;
  margin-right: 15px;
}

.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);
}

.theme-btn:active .iconfont {
  -webkit-animation: button-border-animate-1 1s;
}

.theme-btn-animate:hover {
  border: 1px solid #14142d;
  box-shadow: #009CF6 1px 1px 3px, #009CF6 -1px -1px 3px;
  background: #4CBEFF;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: right top;
}

.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;
  }
}
.main-banner {
  height: 100%;
  overflow: hidden;
}

.main-banner .banner-container {
  z-index: 2;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.main-banner .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
  background-image: url(./img/banner_bj_video.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner .video-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.main-banner .bg-color {
  z-index: 10;
  height: 100%;
  background-color: rgba(12, 13, 34, 0.7);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.main-banner .header-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}

.main-banner .header-wrapper .theme-btn {
  width: 170px;
  height: 45px;
  display: none;
}

.main-banner .fixed-header {
  position: fixed;
  top: 0;
  background: #14152D;
  z-index: 10000;
}

.main-banner .fixed-header .theme-btn_pale {
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: flex !important;
  color: #000;
  background: #fff;
  width: 170px;
  height: 45px;
  justify-content: center;
  border-radius: 2px;
  box-sizing: border-box;
}

.main-banner .fixed-header .theme-btn_pale .iconfont {
  font-size: 20px;
  line-height: 45px;
  color: #009CF6;
  margin-right: 6px;
}

.main-banner .fixed-header .theme-btn_pale:hover {
  border: 1px solid #14142d;
  box-shadow: #ffffff 1px 1px 3px, #ffffff -1px -1px 3px;
  color: #4CBEFF;
}

.main-banner .fixed-header .theme-btn_pale:hover .iconfont {
  color: #4CBEFF;
}

.main-banner .fixed-header .theme-btn_pale:active {
  border: 1px solid #14142d;
  background: #CCCCCC;
  box-shadow: #ffffff 1px 1px 3px, #ffffff -1px -1px 3px;
  color: #007CC4;
}

.main-banner .fixed-header .theme-btn_pale:active .iconfont {
  color: #007CC4;
}

.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;
}

.main-banner .main-content .banner-download-btn {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 60px auto 0;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-banner .main-content .banner-download-btn > i {
  margin-right: 13px;
  font-size: 20px;
}

.main-banner .main-content .theme-btn-animate:hover {
  border-color: rgba(20, 21, 45, 0.7);
}

.main-banner .header {
  height: 70px;
  display: flex;
  align-items: center;
  width: 1200px;
  top: 0;
  justify-content: space-between;
}

.main-banner .header .iconfont {
  color: #FFFFFF;
  font-size: 42px;
  line-height: 1;
}

.main-banner .header .theme-btn_pale {
  display: none;
}

.main-banner .banner-content {
  text-align: center;
  width: 100%;
  min-width: 1200px;
}

.main-banner .banner-content.isview > * {
  opacity: 1 !important;
  transform: none !important;
}

.main-banner .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;
}

.main-banner .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;
}

.main-banner .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;
}

.main-banner .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);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    /*初始状态 透明度为0*/
  }
  50% {
    opacity: 0.7;
    transform: translateY(-30px);
    /*中间状态 透明度为0*/
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    /*结尾状态 透明度为1*/
  }
}
.main-banner .version-info {
  margin-top: 19px;
  opacity: 0.8;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
}

.main-banner .version-info p + p {
  margin-top: 8px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.arrow {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
  margin-left: -10px;
}

.arrow-1 {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
  animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-2 {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
  animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  border-radius: 30px;
}

.arrow-wrapper {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 60px;
  cursor: pointer;
}

.arrow-wrapper .arrow {
  top: 40px;
  left: 50%;
}

.arrow:before {
  -webkit-transform: rotate(45deg) translateX(-3px);
  transform: rotate(45deg) translateX(-3px);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.arrow:after {
  -webkit-transform: rotate(-45deg) translateX(3px);
  transform: rotate(-45deg) translateX(3px);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

@-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;
  }
}
.module-title {
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  padding-top: 80px;
}

.funtion-container {
  padding-bottom: 120px;
  padding-top: 80px;
}

.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);
}

.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;
}

.funtion-container .functions-bg .bg-title .iconfont {
  font-size: 20px;
  margin-right: 8px;
}

.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;
}

.funtion-container .functions-item {
  overflow: hidden;
  width: 32%;
}

.funtion-container .functions-item:hover img {
  transform: scale(1.3);
}

.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;
}

.funtion-container .functions-item:hover .functions-bg .bg-title .iconfont {
  font-size: 39px;
  margin: 0;
}

.funtion-container .functions-item:hover .functions-bg .bg-title span {
  display: block;
  margin-top: 20px;
}

.funtion-container .functions-item:hover .functions-bg .bg-slogan {
  display: none;
}

.funtion-container .functions-item_lg {
  float: left;
  position: relative;
}

.funtion-container .functions-item_lg .functions-bg {
  transform: translateY(394px);
}

.funtion-container .functions-item_lg img {
  width: 100%;
  transition: transform 0.3s;
}

.funtion-container .functions-item_sm {
  float: left;
  position: relative;
  margin-left: 14px;
}

.funtion-container .functions-item_sm .functions-bg {
  transform: translateY(162px);
}

.funtion-container .functions-item_sm .bg-slogan {
  padding: 0;
  margin-top: 16px;
  line-height: 1;
  text-align: center;
}

.funtion-container .functions-item_sm:nth-of-type(n+4) {
  margin-top: 15px;
}

.funtion-container .functions-item_sm img {
  width: 384px;
  height: 240px;
  transition: transform 0.3s;
}

.record-operation {
  background-image: url(./img/course_bj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}

.record-operation .bg-color {
  background-color: rgba(20, 21, 45, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.record-operation .module-title {
  color: #fff;
}

.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;
}

.record-operation .subtitle + .subtitle {
  margin-top: 14px;
}

.record-operation .container {
  position: relative;
}

.record-operation .player-bg {
  width: 640px;
  height: 407px;
  background-image: url(./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;
}

.record-operation .player-bg .video-container {
  width: 474px;
  height: 297px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 50px;
  left: 83px;
  z-index: 1;
  cursor: pointer;
}

.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;
}

.record-operation .player-bg .video-container .play-btn:hover {
  box-shadow: 0px 7px 20px 6px rgba(255, 255, 255, 0.3);
}

.record-operation .player-bg .video-intro {
  width: 474px;
  height: 296px;
  display: block;
  margin-top: -11px;
}

.record-operation .player-tool_wrapper {
  display: flex;
  color: #FFFFFF;
  justify-content: center;
  margin-top: 33px;
}

.record-operation .player-tool_wrapper li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.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);
}

.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);
}

.record-operation .player-tool_wrapper li + li {
  margin-left: 68px;
}

.record-operation .player-tool_wrapper li p {
  transition: all 0.3s;
}

.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;
}

.record-operation .player-tool_wrapper li p:nth-of-type(1) .iconfont {
  font-size: 30px;
}

.record-operation .player-tool_wrapper li p:nth-of-type(2) {
  font-size: 14px;
  margin-top: 25px;
}

.feature-container {
  padding-bottom: 120px;
  padding-top: 20px;
  background-image: url(./img/software_bj_features.png);
  background-size: 100% 404px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}

.feature-container ul {
  display: flex;
  justify-content: space-between;
  padding-top: 54px;
}

.feature-container .feature-item .feature-pic {
  width: 174px;
  height: 174px;
  display: block;
  margin: 0 auto;
}

.feature-container .feature-item .feature-title {
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 28px;
}

.feature-container .feature-item .feature-subtitle {
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 14px;
  margin-top: 19px;
}

.evaluate-container {
  background-image: url(./img/evaluation_bj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.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;
}

.evaluate-container .container {
  position: relative;
}

.evaluate-container #swiperContent {
  position: relative;
}

.evaluate-container .module-title {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 36px;
}

.evaluate-container .swiper-container {
  width: 1000px;
  padding: 80px 0 140px;
}

.evaluate-container .swiper-container li {
  width: 350px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 77px 44px;
  box-sizing: border-box;
}

.evaluate-container .swiper-container .swiper-slide-active {
  box-shadow: 0 2px 29px 0 rgba(20, 21, 45, 0.28);
  border-radius: 10px;
}

.evaluate-container .evaluate-user {
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 30px;
}

.evaluate-container .evaluate-user img {
  width: 80px;
  height: 80px;
}

.evaluate-container .evaluate-user .name {
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  margin-top: 20px;
}

.evaluate-container .evaluate-content {
  margin-top: 27px;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
}

.footer-banner {
  background: #14152D;
  padding: 48px 0 49px;
}

.footer-banner .footer-banner_title {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  display: block;
}

.footer-banner .footer-banner_subtitle {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
}

.footer-banner .theme-btn {
  width: 170px;
  height: 45px;
  font-size: 16px;
  margin: 30px auto 0;
}

.footer-banner .theme-btn .iconfont {
  font-size: 16px;
}

.footer-banner .theme-btn-animate:hover {
  border-color: #14142d !important;
}

footer {
  background: #131D2B;
  min-width: 1200px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 25px 0;
}
footer .add_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer .add_box p {
  line-height: 20px;
  display: flex;
  align-items: center;
}
footer .add_box p:first-child:after {
  margin-left: 25px;
}
footer .add_box p.add_version {
  margin-left: 25px;
}
footer .add_box p.add_version:after {
  margin-left: 25px;
}
footer .add_box p a {
  padding: 0 25px;
  cursor: pointer;
}
footer .add_box p:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(161, 165, 171, 0.5);
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.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;
}
.fixed-top .fixed-item {
  position: relative;
}
.fixed-top .fixed-item:hover .hover_box {
  display: flex;
}
.fixed-top .fixed-item:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.fixed-top .fixed-item:hover a p {
  color: #0079FF;
}
.fixed-top .fixed-item:hover .iconfont {
  color: #0079FF;
}
.fixed-top .fixed-item a {
  color: #272727;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 96px;
  justify-content: center;
}
.fixed-top .fixed-item .iconfont {
  font-size: 32px;
  line-height: 1;
}
.fixed-top .fixed-item p {
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.fixed-top .fixed-item .hover_box {
  width: 221px;
  height: 279px;
  position: absolute;
  top: -14px;
  left: -220px;
  background: url("./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;
}
.fixed-top .fixed-item .hover_box img {
  width: 111px;
  height: 111px;
}
.fixed-top .fixed-item .hover_box .p_14 {
  font-size: 14px;
  font-weight: 600;
  color: #3B3B3B;
  line-height: 24px;
  margin-top: 6px;
}
.fixed-top .fixed-item .hover_box .line_style {
  width: 133px;
  height: 1px;
  opacity: 0.75;
  border-bottom: 1px dashed #D8D8D8;
  margin-top: 4px;
}
.fixed-top .fixed-item .hover_box .p_12 {
  font-size: 12px;
  font-weight: 600;
  color: #3B3B3B;
  line-height: 24px;
  margin-top: 8px;
}
.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) {
  .main-banner {
    background-image: url(./img/banner_bj_video.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .main-banner .video {
    display: none;
  }
}
/*疫情相关样式改版*/
.main-banner .video-bg {
  background: url(./img/landing_head_bg_nor_a.png) center no-repeat;
  background-size: cover;
}

.dl_icon_style {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 54px;
}

.main-banner .main-content {
  justify-content: center;
  box-sizing: border-box;
}

.wh_img {
  width: 952px;
  height: 182px;
  margin-bottom: 30px;
}

.theme-btn .new_dl {
  display: block;
  width: 20px;
  height: 30px;
  font-size: 26px;
  margin-right: 15px;
  position: relative;
}

.theme-btn .new_dl .top-img {
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  margin: 0 auto;
  -moz-animation: action-btn 500ms ease-in-out infinite alternate;
  -webkit-animation: action-btn 500ms ease-in-out infinite alternate;
  -o-animation: action-btn 500ms ease-in-out infinite alternate;
}

.theme-btn .new_dl .bottom-img {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 16px;
  height: 3px;
}

@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;
  }
}
.fixed-top .fixed-item {
  position: relative;
}

.home_sidebar_tip {
  width: 139px;
  height: 34px;
  position: absolute;
  top: -12px;
  left: -83px;
  background: url("./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;
}

.wangke-wrap1 {
  width: 100%;
  padding: 80px 0;
}

.wangke-wrap1 > h2 {
  font-size: 36px;
  text-align: center;
  height: 36px;
  font-weight: 400;
  color: black;
  line-height: 36px;
  margin-bottom: 50px;
}

.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: nowrap;
}

.wangke-wrap1 .component-wrap .component-item:hover > img {
  transform: scale(1.2);
}

.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;
}

.wangke-wrap1 .component-wrap .component-item:hover > p > i {
  font-size: 40px;
  margin-right: 0;
}

.wangke-wrap1 .component-wrap .component-item > img {
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}

.wangke-wrap1 .component-wrap .component-item > p {
  transition: all 0.35s 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;
}

.wangke-wrap1 .component-wrap .component-item > p > i {
  font-size: 26px;
  margin-right: 7px;
  vertical-align: middle;
}

.wangke-wrap1 .component-wrap .component-item > p > b {
  display: none;
}

.wangke-wrap1 .component-wrap .component-item:hover > p > b {
  display: block;
  font-size: 16px;
  width: 240px;
  height: 78px;
  font-weight: 400;
  color: white;
  line-height: 26px;
}

.wangke-wrap1 .component-wrap > div:first-child {
  width: 390px;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.wangke-wrap1 .component-wrap > div:last-child {
  flex: 1;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wangke-wrap1 .component-wrap > div:last-child > div {
  width: 390px;
  height: 243px;
  overflow: hidden;
  position: relative;
}

.wangke-wrap1 .component-wrap > div:last-child > div:nth-child(3), .wangke-wrap1 .component-wrap > div:last-child > div:nth-child(4) {
  margin-top: 14px;
}

.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;
}

.wangke-wrap2 {
  padding: 80px 0;
  width: 100%;
  background-color: rgba(0, 156, 246, 0.05);
}

.wangke-wrap2 > h2 {
  font-size: 36px;
  font-weight: 400;
  color: black;
  text-align: center;
  height: 36px;
  line-height: 36px;
}

.wangke-wrap2 > p {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 16px;
  text-align: center;
  margin-top: 37px;
}

.wangke-wrap2 > div {
  width: 1200px;
  margin: 70px auto 0;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.wangke-wrap2 > div > div {
  width: 280px;
  height: 340px;
  border-radius: 2px;
  border: 1px solid #d4efff;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.wangke-wrap2 > div > div > img {
  width: 240px;
  height: 160px;
}

.wangke-wrap2 > div > div > h3 {
  color: #333333;
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 14px;
}

.wangke-wrap2 > div > div > p {
  width: 240px;
  height: 78px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-align: center;
}

.wangke-wrap2 > 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;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 60px auto 0;
}

.wangke-wrap2 > a:hover {
  box-shadow: #009CF6 1px 1px 3px, #009CF6 -1px -1px 3px;
  background: #4CBEFF;
}

.wangke-wrap3 {
  padding: 80px 0;
  width: 100%;
  background: #fff url("./img/landing_video_bg@2x.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.wangke-wrap3 > h2 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
}

.wangke-wrap3 > p {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  margin-top: 37px;
}

.wangke-wrap3 > div {
  width: 641px;
  height: 407px;
  margin: 60px auto 0;
  position: relative;
}

.wangke-wrap3 > div > img {
  width: 100%;
  height: 100%;
}

.wangke-wrap3 > div > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #ffffff;
  cursor: pointer;
}

.wangke-wrap3 > div > video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wangke-wrap3 > 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;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 60px auto 0;
}

.wangke-wrap4 {
  padding: 80px 0;
  width: 100%;
  background: #fff url("./img/landing_comment_bg@2x.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.wangke-wrap4 > h2 {
  margin-bottom: 80px;
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: white;
  line-height: 36px;
  text-align: center;
}

.wangke-wrap4 > div {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.wangke-wrap4 > div > div {
  padding: 22px 20px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 380px;
  height: 203px;
  background: white;
  border-radius: 6px;
}

.wangke-wrap4 > div > div > div {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}

.wangke-wrap4 > div > div > div > img {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}

.wangke-wrap4 > div > div > div > span {
  font-size: 16px;
}

.wangke-wrap4 > div > div > p {
  margin-top: 16px;
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.footer-download-btn {
  display: block;
  width: 170px;
  height: 45px;
  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: 16px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  margin: 30px auto 0;
}

.footer-download-btn > i {
  vertical-align: middle;
  margin-right: 8px;
}

.youxi-wrap1 {
  padding: 80px 0;
  width: 100%;
}

.youxi-wrap1 > h2 {
  font-size: 36px;
  font-weight: 400;
  color: black;
  text-align: center;
  height: 36px;
  line-height: 36px;
}

.youxi-wrap1 > p {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 16px;
  text-align: center;
  margin-top: 37px;
}

.youxi-wrap1 > div {
  width: 1200px;
  margin: 70px auto 0;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.youxi-wrap1 > div > div {
  width: 280px;
  height: 340px;
  border-radius: 2px;
  border: 1px solid #d4efff;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.youxi-wrap1 > div > div > img {
  width: 240px;
  height: 160px;
}

.youxi-wrap1 > div > div > h3 {
  color: #333333;
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 14px;
}

.youxi-wrap1 > div > div > p {
  width: 240px;
  height: 78px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-align: center;
}

.youxi-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;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 60px auto 0;
}

.youxi-wrap2 {
  padding: 80px 0;
  width: 100%;
  background: #fff url("./img/game_function_bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.youxi-wrap2 > h2 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 100px;
}

.youxi-wrap2 > div {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.youxi-wrap2 > div > div {
  width: 200px;
  text-align: center;
}

.youxi-wrap2 > div > div > img {
  width: 99px;
  height: 99px;
  margin-bottom: 45px;
}

.youxi-wrap2 > div > div > h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: 400;
  text-align: center;
}

.youxi-wrap2 > div > div > p {
  width: 100%;
  height: 72px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 24px;
  text-align: center;
}

.youxi-wrap2 > 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;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 60px auto 0;
}

.youxi-wrap3 {
  padding: 80px 0;
  width: 100%;
  background-image: linear-gradient(#DFEEFB, #F1ECF9);
}

.youxi-wrap3 > h2 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #000;
}

.youxi-wrap3 > p {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 16px;
  text-align: center;
  margin-top: 37px;
}

.youxi-wrap3 > div {
  width: 641px;
  height: 407px;
  margin: 60px auto 0;
  position: relative;
}

.youxi-wrap3 > div > img {
  width: 100%;
  height: 100%;
}

.youxi-wrap3 > div > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #ffffff;
  cursor: pointer;
}

.video_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 100;
}

.jquery-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 942px;
  height: 588px;
  outline: 0;
}

.youxi-wrap3 > 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;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 60px auto 0;
}

.youxi-footer-banner {
  background: #fff url("./img/game_bg_bottom.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.footer-download-btn {
  display: block;
  width: 170px;
  height: 45px;
  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: 16px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  margin: 30px auto 0;
}

.footer-download-btn > i {
  vertical-align: middle;
  margin-right: 8px;
}

.wangke-wrap1 > a:hover,
.wangke-wrap2 > a:hover,
.wangke-wrap3 > a:hover,
.wangke-wrap4 > a:hover,
.youxi-wrap1 > a:hover,
.youxi-wrap2 > a:hover,
.youxi-wrap3 > a:hover {
  box-shadow: #009CF6 1px 1px 3px, #009CF6 -1px -1px 3px;
  background: #4CBEFF;
}

.theme-btn-margin {
  margin: 60px auto 0;
}
