html,
body {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
body video {
  display: block;
}
.text-center {
  text-align: center;
}
a {
  transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
h1,
h2,
h3,
h4 {
  color: #404040;
}
#react-content {
  width: 100%;
  overflow: hidden;
}
#page-404 {
  min-height: 680px;
  text-align: center;
  padding-top: 10%;
  color: #999;
}
#page-404 h1 {
  text-shadow: -1px -1px 4px #666;
  font-size: 200px;
}
#nprogress .bar {
  background: #1890ff;
}
#nprogress .peg {
  box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
}
#nprogress .spinner-icon {
  border-top-color: #1890ff;
  border-left-color: #1890ff;
}
.content-wrapper > .tween-one-leaving,
.queue-anim-leaving {
  position: absolute !important;
  width: 100%;
}
.video {
  max-width: 800px;
}
.templates-wrapper {
  user-select: none;
}
.is-edit * {
  pointer-events: none;
}
#react-content {
  min-height: 100%;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.content-template-wrapper {
  width: 100%;
  background: #fff;
  height: 100vh;
  padding-top: 50px;
  border-color: #666;
  position: relative;
}
.content-template-wrapper .content-template {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  position: relative;
}
.content-template-wrapper .content-template h1 {
  font-size: 32px;
  font-weight: normal;
  color: #404040;
  line-height: 48px;
}
.content-template-wrapper .content-template > p {
  font-size: 12px;
  margin: 20px auto;
}
.content-half-wrapper {
  height: 50vh;
}
@media screen and (max-width: 767px) {
  .content-template-wrapper .content-template {
    /*h1, > p {
        text-align: center;
      }*/
  }
  .content-template-wrapper .content-template h1 {
    font-size: 24px;
  }
}
#root .header1 {
  height: 64px;
  background: #333333;
  width: 100%;
  z-index: 970;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
}
#root .header1-logo {
  display: inline-block;
  position: absolute;
  left: 4%;
  line-height: 64px;
  font-size: 0px;
}
#root .header1-logo a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
#root .header1-logo a:focus {
  text-decoration: none;
}
#root .header1-logo img {
  vertical-align: middle;
  display: inline-block;
}
#root .header1-logo span {
  color: #fff;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 10px;
}
#root .header1-nav {
  float: right;
  line-height: 64px;
  position: relative;
  margin-right: 4%;
}
#root .header1-nav .ant-menu-horizontal {
  border-bottom-color: transparent;
}
#root .header1-nav .ant-menu {
  background: transparent;
  color: #FFF;
  line-height: 62px;
}
#root .header1-nav .ant-menu li {
  float: left;
  text-align: center;
  min-width: 100px;
  padding: 0px;
}
#root .header1-nav .ant-menu li i {
  transition: none;
}
#root .header1-nav .ant-menu .ant-menu-sub {
  background: #fff;
  color: rgba(102, 102, 102, 0.75);
  overflow: hidden;
}
#root .header1-nav .ant-menu .ant-menu-sub li {
  width: 100%;
  padding: 0 20px;
}
#root .header1-nav .ant-menu .ant-menu-submenu-title:hover {
  color: inherit;
}
#root .header1-nav .ant-menu .ant-menu-vertical,
#root .header1-nav .ant-menu .ant-menu-vertical .ant-menu-item {
  border-right: none;
}
#root .header1-nav .ant-menu-horizontal .ant-menu-item {
  border: 0px;
}
#root .header1-nav .ant-menu-horizontal .ant-menu-item .nav-link.active {
  border-bottom: 2px solid #1890ff;
  color: #1890ff;
}
#root .header1-nav .ant-menu-horizontal .ant-menu-item.ant-menu-item-active .nav-link {
  border-bottom: 2px solid #1890ff;
  color: #1890ff;
}
#root .header1-nav .ant-menu li i,
#root .header1-phone-nav .ant-menu li i {
  transition: none;
}
#root .header1-nav .help,
#root .header1-phone-nav .help {
  border-left: 1px solid rgba(233, 233, 233, 0.05) !important;
}
#root .header1-nav .help .anticon,
#root .header1-phone-nav .help .anticon {
  font-size: 16px;
  vertical-align: middle;
}
#root .header1-nav .help span,
#root .header1-phone-nav .help span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
#root .header1-nav .user,
#root .header1-phone-nav .user {
  font-size: 14px;
  border-left: 1px solid rgba(233, 233, 233, 0.05) !important;
}
#root .header1-nav .user .img,
#root .header1-phone-nav .user .img {
  margin-left: 0;
}
#root .header1-nav .user .img img,
#root .header1-phone-nav .user .img img {
  vertical-align: middle;
}
#root .header1-nav .user span,
#root .header1-phone-nav .user span {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .header1-logo {
    z-index: 101;
  }
  .header1-phone-nav {
    width: 16px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }
  .header1-phone-nav-bar {
    position: relative;
    z-index: 100;
  }
  .header1-phone-nav-bar em {
    display: block;
    width: 100%;
    height: 2px;
    background: #FFF;
    margin-top: 4px;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header1-phone-nav-bar :first-child {
    margin-top: 0;
  }
  .header1-phone-nav.open .header1-phone-nav-bar em:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header1-phone-nav.open .header1-phone-nav-bar em:nth-child(2) {
    opacity: 0;
  }
  .header1-phone-nav.open .header1-phone-nav-bar em:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header1-phone-nav.open .header1-phone-nav-text {
    opacity: 1;
    pointer-events: auto;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header1-phone-nav-text {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 64px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    pointer-events: none;
    background: #404040;
  }
  .header1-phone-nav-text .ant-menu-item-selected {
    border: none;
  }
}
.banner2 {
  width: 100%;
  height: 100vh;
  padding-top: 64px;
  position: relative;
  border-color: #666;
  background: #fff;
}
.banner2 .banner-anim {
  height: 100%;
}
.banner2 .queue-anim-leaving {
  position: relative !important;
  width: auto;
}
.banner2 .banner-user-elem {
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.banner2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
}
.banner2 .bg0 {
  background: url(/images1/zhuyemian.d0c37bd4.jpg) center;
  transform: translateY(-100px);
  height: calc(100% + 200px);
  top: -200px;
  width: calc(100% + 30px);
  left: -15px;
}
.banner2 .bg0:before {
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.35);
  display: block;
}
.banner2 .banner-user-elem .banner-user-title {
  font-size: 22px;
  top: 40%;
}
.banner2 .banner-user-elem .banner-user-text {
  top: 40%;
}
.banner2-title {
  display: inline-block;
  position: relative;
  top: 25%;
  left: 10%;
  font-size: 14px;
  color: #FFF;
  width: 400px;
  text-align: left;
  padding: 20px;
}
.banner2-title .logo {
  width: 350px;
  left: 0;
  margin: auto;
  display: inline-block;
  position: relative;
  font-size: 56px;
}
.banner2-title p {
  word-wrap: break-word;
  margin: auto auto 20px auto;
  font-weight: lighter;
}
.banner2-title .ant-btn {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  transition: background 0.45s cubic-bezier(0.55, 0.055, 0.675, 0.19), border 0.45s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  line-height: 36px;
  font-size: 16px;
  height: 36px;
}
.banner2-title .ant-btn span {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: text-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner2-title .ant-btn:hover {
  color: #fff;
  border-color: #1890ff;
  background: #1890ff;
  transition: background 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner2-title .ant-btn:hover span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.banner-anim-thumb-default span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 414px) {
  .banner2-title {
    width: 90%;
    left: 0;
    margin: auto;
    padding: 0;
    text-align: center;
    display: block;
  }
  .banner2-title .logo {
    width: 90%;
    left: 0;
  }
}
.content2-wrapper {
  height: 870px;
  padding-top: 20px;
}
.content2-wrapper .content2 > h1,
.content2-wrapper .content2 > p {
  text-align: center;
  position: relative;
  top: 16%;
}
.content2-wrapper .content2-contentWrapper {
  position: relative;
  top: 10%;
  height: 60%;
}
.content2-wrapper .content2-contentWrapper ul > li {
  display: inline-block;
  width: 33.33%;
  padding: 5% 2% 0;
  vertical-align: top;
}
.content2-wrapper .content2-contentWrapper ul > li .img {
  display: inline-block;
  width: 15%;
  vertical-align: top;
}
.content2-wrapper .content2-contentWrapper ul > li .text {
  width: 97%;
  display: inline-block;
  padding-left: 3%;
  font-size: 16px;
}
.content2-wrapper-icon {
  size: 40px;
  bottom: 20px;
  font-size: 24px;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -12px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .content2-wrapper {
    height: 1000px;
  }
  .content2-wrapper .content2 {
    overflow: hidden;
    width: 90%;
    margin: auto;
  }
  .content2-wrapper .content2 > h1,
  .content2-wrapper .content2 > p {
    position: relative;
    top: auto;
  }
  .content2-wrapper .content2 > h1 {
    margin: 40px auto 20px;
    font-size: 24px;
  }
  .content2-wrapper .content2-contentWrapper {
    top: auto;
    margin: 20px auto;
    height: auto;
  }
  .content2-wrapper .content2-contentWrapper ul > li {
    position: relative;
    width: 90%;
    margin: auto;
    display: block;
  }
  .content2-wrapper .content2-contentWrapper ul > li h1 {
    font-size: 20px;
  }
  .content2-wrapper .content2-contentWrapper ul > li.queue-anim-leaving {
    position: relative !important;
  }
}
.content3-wrapper {
  height: 910px;
  padding-bottom: 210px;
}
.content3-wrapper .content3 > h1,
.content3-wrapper .content3 > p {
  position: relative;
  top: 20%;
  text-align: center;
}
.content3-wrapper .content3 > h1 {
  line-height: 60px;
}
.content3-wrapper .content3 > p {
  max-width: 600px;
  line-height: 24px;
}
.content3-wrapper .content3-video {
  border-radius: 6px;
  overflow: hidden;
  width: 90%;
  max-width: 800px;
  position: relative;
  top: 30%;
  margin: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .content3-wrapper {
    height: 350px;
  }
  .content3-wrapper .content3 {
    overflow: hidden;
    width: 90%;
    margin: auto;
  }
  .content3-wrapper .content3 h1 {
    font-size: 24px;
  }
  .content3-wrapper .content3-video {
    top: 15%;
    background: url("https://zos.alipayobjects.com/rmsportal/HZgzhugQZkqUwBVeNyfz.jpg") no-repeat center;
    background-size: cover;
  }
}
.content5-wrapper {
  height: 1500px;
}
.content5-wrapper .content5-text {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5%;
  left: 5%;
}
.content5-wrapper .content5-text > *.queue-anim-leaving {
  position: relative !important;
}
.content5-wrapper .content5-text > h1 {
  position: relative;
}
.content5-wrapper .content5-text > p {
  position: relative;
  margin-top: 10px;
}
.content5-wrapper .content5-text ul {
  position: relative;
  margin-top: 10%;
  display: inline-block;
}
.content5-wrapper .content5-text ul li {
  margin-top: 1%;
}
.content5-wrapper .content5-text ul li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
}
.content5-wrapper .content5-text ul li h2,
.content5-wrapper .content5-text ul li p {
  display: inline-block;
  margin-left: 45px;
  width: 960px;
}
.content5-wrapper .content5-text ul li h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.content5-wrapper .content5-img {
  width: 50%;
  display: inline-block;
  position: relative;
  float: right;
  top: 15%;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .content5-wrapper {
    height: 800px;
    overflow: hidden;
  }
  .content5-wrapper .content5 {
    width: 90%;
    max-width: 100%;
  }
  .content5-wrapper .content5-img,
  .content5-wrapper .content5-text {
    display: block;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
  }
  .content5-wrapper .content5-text {
    height: 430px;
  }
  .content5-wrapper .content5-text > h1 {
    margin: 40px auto 20px;
    font-size: 24px;
  }
  .content5-wrapper .content5-text > h1,
  .content5-wrapper .content5-text > p {
    text-align: center;
  }
  .content5-wrapper .content5-img {
    margin-top: 20px;
  }
}
.content6-wrapper {
  height: 580px;
}
.content6-wrapper .content6-text {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 6%;
  left: 5%;
}
.content6-wrapper .content6-text > *.queue-anim-leaving {
  position: relative !important;
}
.content6-wrapper .content6-text > h1 {
  position: relative;
}
.content6-wrapper .content6-text > p {
  position: relative;
  margin-top: 10px;
}
.content6-wrapper .content6-text ul {
  position: relative;
  margin-top: 10%;
  display: inline-block;
}
.content6-wrapper .content6-text ul li {
  margin-top: 8%;
  width: 940px;
}
.content6-wrapper .content6-text ul li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
}
.content6-wrapper .content6-text ul li h2,
.content6-wrapper .content6-text ul li p {
  margin-left: 45px;
}
.content6-wrapper .content6-text ul li h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
.content6-wrapper .content6-img {
  width: 50%;
  display: inline-block;
  position: relative;
  float: right;
  top: 15%;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .content6-wrapper {
    height: 800px;
    overflow: hidden;
  }
  .content6-wrapper .content6 {
    width: 90%;
    max-width: 100%;
  }
  .content6-wrapper .content6-img,
  .content6-wrapper .content6-text {
    display: block;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
  }
  .content6-wrapper .content6-text {
    height: 430px;
  }
  .content6-wrapper .content6-text > h1 {
    margin: 40px auto 20px;
    font-size: 24px;
  }
  .content6-wrapper .content6-text > h1,
  .content6-wrapper .content6-text > p {
    text-align: center;
  }
  .content6-wrapper .content6-img {
    margin-top: 20px;
  }
}
.footer1 {
  background: #333;
  height: 400px;
  overflow: hidden;
  position: relative;
  color: #666;
}
.footer1 > ul {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto 0;
  overflow: inherit;
}
.footer1 > ul > li {
  float: left;
  width: 25%;
  padding: 10px;
  position: relative !important;
}
.footer1 > ul > li h2 {
  font-weight: normal;
  color: #CCC;
  margin-bottom: 20px;
}
.footer1 > ul > li .icon {
  width: 140px;
  display: inline-block;
  margin-left: 0px;
  opacity: .35;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer1 > ul > li .icon:first-child {
  margin-left: 0;
}
.footer1 > ul > li .icon:hover {
  opacity: 1;
}
.footer1 > ul > li a {
  color: #666;
  display: block;
}
.footer1 > ul > li a:hover {
  color: #CCC;
}
.footer1 > ul > li .logo {
  width: 80%;
  max-width: 150px;
  display: block;
}
.footer1 .copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  border-top: 1px solid rgba(233, 233, 233, 0.1);
}
.footer1 .copyright span {
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .footer1 {
    height: 550px;
  }
  .footer1 > ul {
    width: 90%;
    margin: 20px auto 0;
    padding: 10px 0;
  }
  .footer1 > ul > li {
    width: 100%;
  }
  .footer1 > ul > li h2 {
    margin-bottom: 10px;
  }
  .footer1 > ul > li li {
    display: inline-block;
    margin-right: 10px;
  }
  .footer1 .copyright span {
    width: 90%;
  }
}
