.wrap {
  width: 1200px;
  margin: 0 auto;
}
.container .pc-header-fixed {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8888888;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.container .header-section {
  height: 36px;
  background: #080e30;
}
.container .header-section .header {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.container .header-section .header .header-desc {
  white-space: nowrap;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.container .header-section .header .header-nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.container .header-section .header .header-nav .header-nav-pc {
  height: 100%;
}
.container .header-section .header .header-nav ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.container .header-section .header .header-nav ul li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  white-space: nowrap;
  padding: 0 15px;
}
.container .header-section .header .header-nav ul li a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.container .header-section .header .header-nav ul .xl {
  cursor: pointer;
  position: absolute;
  right: 3px;
  width: 8px;
  top: 40%;
  transition: transform 0.3s;
}
.container .header-section .header .header-nav ul .prod-menus,
.container .header-section .header .header-nav ul .plan-menus {
  display: none;
  position: absolute;
  left: -100%;
  background: #fff;
  top: 100%;
  z-index: 100000;
  text-align: center;
  transition: 0.25s;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.container .header-section .header .header-nav ul .prod-menus .menu-item,
.container .header-section .header .header-nav ul .plan-menus .menu-item {
  padding: 10px 20px !important;
}
.container .header-section .header .header-nav ul .prod-menus,
.container .header-section .header .header-nav ul .plan-menus {
  left: -54px;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  z-index: 999;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-title {
  color: #222426;
  width: 157px;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-item {
  width: 112px;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-title a {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-item a {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-title span {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-item:last-child a {
  border: none;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list:nth-child(even) {
  border-bottom: 1px dashed #e5e5e5;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list:nth-child(odd) {
  border-right: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list:nth-last-child(1) {
  border: none;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list:nth-last-child(2) {
  border-right: 1px dashed #e5e5e5;
  border-bottom: none
}
.container .header-section .header .header-nav ul .prod-menus a,
.container .header-section .header .header-nav ul .plan-menus a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
}

.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list a,
.container .header-section .header .header-nav ul .plan-menus .prod-menu .menu-list a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  line-height: normal;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  border-right: none;
  border-left: none;
}
.container .header-section .header .header-nav ul .plan-menu {
  display: flex;
  width: 100vw;
  padding: 5px 0;
}
.container .header-section .header .header-nav ul .plan-menu .plan-menus-title {
  width: 42%;
  padding: 15px 20px;
}
.container .header-section .header .header-nav ul .plan-menu .plan-menus-list {
  width: 58%;
}
.container .header-section .header .header-nav ul .plan-menu .plan-menus-title .menu-title-sub-st {
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
}
.container .header-section .header .header-nav ul .plan-menu .plan-menus-title .menu-title-sub {
  text-align: justify;
  white-space: normal;
  line-height: 25px;
}
.container .header-section .header .header-nav ul  .plan-menus .plan-menu .menu-item {
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}
.container .header-section .header .header-nav ul  .plan-menus .plan-menu .menu-item:last-child {
  border: none;
}
.container .header-section .header .header-nav ul  .plan-menus .plan-menu .menu-item a {
  border: none;
}
/* .container .header-section .header .header-nav ul .plan-menus a {
  border: none;
} */
.container .header-section .header .header-nav ul .prod-menus a img,
.container .header-section .header .header-nav ul .plan-menus a img {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.container .header-section .header .header-nav ul .prod-menus a span,
.container .header-section .header .header-nav ul .plan-menus a span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426 !important;
  line-height: 20px;
}
.container .header-section .header .header-nav ul .prod-menus a:hover,
.container .header-section .header .header-nav ul .plan-menus a:hover {
  background: #f5f5f5;
}
.container .header-section .header .header-nav ul .plan-menus {
  left: -150%;
}
.container .nav-section {
  padding: 18px 0;
  background: #fff;
  /* border-bottom: solid 1px #E5E5E5; */
}
.container .nav-section .wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container .nav-section .wrap .logo {
  margin-right: 36px ;
  padding: 0px 0px 2px 0px !important;
}
.container .nav-section .wrap .logo img {
  height: 34px;
}
.container .nav-section .wrap .nav-box {
  display: flex;
  flex-wrap: wrap;
  /*width: 1045px;*/
  justify-content: space-between;
}
.container .nav-section .wrap .nav-box .nav {
  display: flex;
  align-items: center;
  margin-right: 120px;
}
.container .nav-section .wrap .nav-box .nav a {
  white-space: nowrap;
  margin: 0 24px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 22px;
}
.container .nav-section .wrap .nav-box .nav a:hover {
  color: #3370ff;
}
.container .nav-section .wrap .nav-box .nav .download {
  position: relative;
}
.container .nav-section .wrap .nav-box .nav .download em {
  position: relative;
  font-style: normal;
  z-index: 2;
}
.container .nav-section .wrap .nav-box .nav .download img {
  z-index: 1;
  position: absolute;
  top: 28%;
  left: 54%;
  height: 19px;
}
.container .nav-section .wrap .contact {
  display: flex;
  align-items: center;
}
.container .nav-section .wrap .contact .phone {
  width: 148px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  color: #3370ff;
  border: 1px solid #3370ff;
  margin-left: 20px;
}
.container .nav-section .wrap .contact .phone img {
  width: 14px;
  vertical-align: middle;
}
.container .nav-section .wrap .contact .phone span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
}
.container .nav-section .wrap .contact .phone:hover {
  background: #3370ff;
  color: #fff !important;
}
.container .nav-section .wrap .contact .login,
.container .nav-section .wrap .contact .register {
  text-align: center;
  display: inline-block;
  width: 88px;
  height: 32px;
  margin-left: 20px;
  border-radius: 16px;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 30px;
}
.container .nav-section .wrap .contact .logins {
  margin-left: 20px;
  position: relative;
}
.container .nav-section .wrap .contact .login {
  margin-left: 0;
  display: inline-block;
  color: #3370ff;
  background: #fff;
  border: 1px solid #3370ff;
  position: relative;
}
.container .nav-section .wrap .contact .login-mode {
  padding: 16px;
  position: absolute;
  left: 0;
  background: #fff;
  top: 36px;
  z-index: 999;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.container .nav-section .wrap .contact .login-mode a {
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 20px;
}
.container .nav-section .wrap .contact .login-mode a:hover {
  color: #3370ff;
}
.container .nav-section .wrap .contact .login-mode a:nth-child(1) {
  margin-bottom: 12px;
}
.container .nav-section .wrap .contact .login:hover {
  background: #3370ff;
  color: #fff !important;
}
.container .nav-section .wrap .contact .register {
  color: #3370ff;
  background: #fff;
  border-color: #3370ff;
}
.container .nav-section .wrap .contact .register:hover {
  color: #fff;
  background: #3370ff;
  border-color: #fff;
}
.container .nav-mobile-section {
  display: none;
}
.container .nav-mobile-section .nav-mobile-head,
.container .nav-mobile-section .nav-mobile-head-fixed {
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
}
.container .nav-mobile-section .nav-mobile-head .logo,
.container .nav-mobile-section .nav-mobile-head-fixed .logo {
  margin: 0 0 0 5px;
}
.container .nav-mobile-section .nav-mobile-head .logo img,
.container .nav-mobile-section .nav-mobile-head-fixed .logo img {
  height: 26px;
}
.container .nav-mobile-section .nav-mobile-head i,
.container .nav-mobile-section .nav-mobile-head-fixed i {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #3370ff;
}
.container .nav-mobile-section .nav-mobile-head .iconfont,
.container .nav-mobile-section .nav-mobile-head-fixed .iconfont {
  font-size: 24px;
}
.container .nav-mobile-section .nav-mobile-head-fixed {
  display: none;
  position: fixed;
  top: 36px;
  background-color: #fff;
  z-index: 8888888;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.container .header-nav-mobile {
  display: none;
}
.container .nav-mobile-section .nav-mobile-menus {
  width: 240px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99999999;
  margin-right: -240px;
  transition: 0.25s;
}
.container .nav-mobile-section .nav-mobile-menus .nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3370ff;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.container .nav-mobile-section .nav-mobile-menus .nav-top .iconfont {
  font-size: 20px;
}
.container .nav-mobile-section .nav-mobile-menus .nav-as a {
  display: block;
  height: 44px;
  border-bottom: 1px solid #eee;
  line-height: 43px;
  padding: 0 15px;
  color: #444;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns {
  text-align: center;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .login,
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .register {
  display: inline-block;
  width: 80px;
  height: 28px;
  border: 1px solid #3370ff;
  color: #fff;
  background: #3370ff;
  border-radius: 28px;
  text-align: center;
  line-height: 26px;
  margin-top: 16px;
  margin-left: 10px;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr a:nth-child(1) {
  color: #3370ff;
  background: #fff;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .logins {
  margin-left: 20px;
  position: relative;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .login {
  margin-left: 0;
  display: inline-block;
  color: #3370ff;
  background: #fff;
  border: 1px solid #3370ff;
  position: relative;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .login-mode {
  padding: 16px 0;
  position: absolute;
  left: 0;
  background: #fff;
  top: 36px;
  z-index: 999;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .login-mode a {
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 20px;
}
.container
  .nav-mobile-section
  .nav-mobile-menus
  .nav-btns
  .lr
  .login-mode
  a:hover {
  color: #3370ff;
}
.container
  .nav-mobile-section
  .nav-mobile-menus
  .nav-btns
  .lr
  .login-mode
  a:nth-child(1) {
  margin-bottom: 12px;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .nav-mobile-phone {
  padding: 6px 16px;
  display: inline-block;
  margin-top: 16px;
  color: #3370ff;
  border: 1px solid #3370ff;
  border-radius: 28px;
}
.container
  .nav-mobile-section
  .nav-mobile-menus
  .nav-btns
  .nav-mobile-phone
  img {
  width: 14px;
}
.container .iv-section {
  padding: 80px 0 13px;
}
.container .iv-section .wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.container .iv-section .wrap .ivl {
  margin-right: 35px;
}
.container .iv-section .wrap .ivl h4 {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 56px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.container .iv-section .wrap .ivl h5 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 56px;
  margin-bottom: 40px;
  margin-top: 70px;
}
.container .iv-section .wrap .ivl p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
  text-align: justify;
}
.container .iv-section .wrap .ivr {
  width: 685px;
  height: 407px;
  position: relative;
  background: url(../img/bf-bg.png) no-repeat;
  background-position: bottom;
  background-size: 98% 80%;
}
.container .iv-section .wrap .ivr img {
  position: absolute;
  bottom: -36%;
  left: -17%;
  z-index: 1;
}
.container .iv-section .wrap .iv-box {
  margin: 0 0 0 79px;
  position: relative;
  z-index: 3;
  width: 480px;
  height: 300px;
  background: url(../img/screen.png) no-repeat;
  background-size: 100% 100%;
}
.container .iv-section .wrap .iv-box video {
  margin: 30px 10px 0;
  width: 460px;
  height: 260px;
  object-fit: fill;
}
.container .llg {
  height: 100px;
  background: #0f1f45;
}
.container .llg .wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container .llg .tl:nth-child(2) {
  text-align: right;
}
.container .llg .tl:nth-child(2)::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 60px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    #ffffff 25%,
    #ffffff 78%,
    rgba(255, 255, 255, 0.1) 100%
  );
}
.container .llg .tl {
  position: relative;
  flex-basis: 50%;
}
.container .llg .tl span {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-right: 30px;
}
.container .llg .tl a {
  white-space: nowrap;
  padding: 11px 40px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3370ff;
  line-height: 50px;
  background: #ffffff;
  border-radius: 24px;
}
.container .presentation {
  padding: 80px 0;
  background: #fff;
}
.container .presentation .p-top {
  text-align: center;
}
.container .presentation .p-top h4 {
  font-size: 34px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 48px;
}
.container .presentation .ts {
  display: flex;
}
.container .presentation .ts .ts-item {
  flex-basis: 33.33%;
  text-align: center;
  margin-top: 80px;
}
.container .presentation .ts .ts-item .c1 {
  background: #3370ff;
}
.container .presentation .ts .ts-item .c2 {
  background: #ffa700;
}
.container .presentation .ts .ts-item .c3 {
  background: #ff405c;
}
.container .presentation .ts .ts-item span {
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  line-height: 100px;
  color: #fff;
  border-radius: 50px;
  font-size: 25px;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.25s;
}
.container .presentation .ts .ts-item p {
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 42px;
}
.container .presentation .is {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.container .presentation .is .is-item {
  padding: 40px 0 0;
  width: 270px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.container .presentation .is .is-item img {
  width: 100px;
}
.container .presentation .is .is-item h4 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 28px;
}
.container .presentation .is .is-item p {
  padding: 0 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.container .presentation .is .is-item .line {
  margin-top: 36px;
  width: 100%;
  height: 4px;
  background: #3370ff;
  border-radius: 4px;
}
.container .textcenter {
  text-align: center;
  padding: 33px 0 42px;
  background: url(../img/banner-bg.png) no-repeat center;
}
.container .textcenter .tc-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .textcenter .tc-phone img {
  width: 19px;
  margin-right: 13px;
}
.container .textcenter .tc-phone span {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.container .textcenter h3 {
  margin: 20px 0;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 45px;
}
.container .textcenter .mfsy {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 30px;
  border-radius: 24px;
  border: 1px solid #ffffff;
}
.container .textcenter .mfsy span {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
.container .textcenter .mfsy img {
  width: 20px;
  margin-left: 2px;
  vertical-align: text-top;
}
.container .companys {
  padding-top: 89px;
  padding-bottom: 80px;
}
.container .companys .wrap {
  width: 1200px;
  margin: 0 auto;
}
.container .companys .wrap .company-title {
  display: flex;
  justify-content: center;
}
.container .companys .wrap .company-title .title-item {
  display: flex;
  align-items: center;
}
.container .companys .wrap .company-title .title-item .title-num {
  font-size: 80px;
  font-family: fonts;
  color: #3370ff;
  line-height: 69px;
}
.container .companys .wrap .company-title .title-item .title-fh {
  margin: 0 20px 0 10px;
  position: relative;
  bottom: 20px;
  width: 31px;
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-size: 50px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370ff;
  line-height: 70px;
}
.container .companys .wrap .company-title .title-item .title-type {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
}
.container .companys .wrap .company-title .title-item .i2 {
  width: 47px;
  margin-top: 10px;
  margin-left: 2px;
}
.container .companys .wrap .company-title .ti2 {
  margin-left: 98px;
}
.container .companys .wrap .company-logos {
  margin-top: 60px;
  width: 1235px;
  display: flex;
  flex-wrap: wrap;
}
.container .companys .wrap .company-logos .logo-item {
  width: 220px;
  height: 135px;
  margin: 25px 25px 0 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.container .companys .wrap .company-logos .logo-item img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.container .companys .wrap .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 112px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #3370ff;
  margin-top: 60px;
}
.container .companys .wrap .more span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370ff;
  line-height: 20px;
}
.container .companys .wrap .more img {
  width: 14px;
}
.container .foot .ftop {
  padding: 40px 0;
  background: #080e30;
}
.container .foot .ftop .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.container .foot .ftop .wrap .fl::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 200px;
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 0.1) 0%,
    #d6d6d6 25%,
    #d6d6d6 77%,
    rgba(238, 238, 238, 0.15) 100%
  );
  position: absolute;
  top: 0;
  right: 0;
}
.container .foot .ftop .wrap .fl {
  display: flex;
  flex-wrap: wrap;
  width: 54%;
  position: relative;
}
.container .foot .ftop .wrap .fl .ft1 {
  width: 45%;
}
.container .foot .ftop .wrap .fl .ft1 a img {
  height: 34px;
}
.container .foot .ftop .wrap .fl .ft1 h4 {
  margin: 40px 0 20px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.container .foot .ftop .wrap .fl .ft1 h4 i {
  font-style: normal;
  margin-left: 10px;
}
.container .foot .ftop .wrap .fl .ft1 .ft1a {
  display: flex;
  align-items: center;
}
.container .foot .ftop .wrap .fl .ft1 .ft1a a {
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.container .foot .ftop .wrap .fl .ft1 .ft1a span {
  margin: 0 10px;
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #ffffff;
  vertical-align: middle;
}
.container .foot .ftop .wrap .fl .ft2 {
  width: 27.5%;
}
.container .foot .ftop .wrap .fl .ft2 h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.container .foot .ftop .wrap .fl .ft2 a {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.container .foot .ftop .wrap .fl .ft2 a:hover {
  text-decoration: underline;
}
.container .foot .ftop .wrap .fr {
  width: 41%;
  display: flex;
}
.container .foot .ftop .wrap .fr .fr-item {
  text-align: center;
  margin-right: 35px;
  width: 30%;
}
.container .foot .ftop .wrap .fr .fr-item h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.container .foot .ftop .wrap .fr .fr-item img {
  width: 100px;
}
.container .foot .ftop .wrap .fr .fr-item .w-space {
  height: 25px;
  display: none;
}
.container .foot .ft-bottom {
  background: #000313;
}
.container .foot .ft-bottom .wrap {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.container .foot .ft-bottom .wrap span {
  line-height: 17px;
}
.container .foot .ft-bottom .wrap img {
  margin-right: 5px;
  width: 14px;
}
.container .foot .ft-bottom .wrap a {
  line-height: 17px;
  color: #fff;
}
.container .rc {
  display: flex;
  position: fixed;
  bottom: 64px;
  right: 20px;
  z-index: 99999;
}
.container .rc .qr {
  display: none;
  text-align: center;
  border: 1px solid #3370ff;
  background: #fff;
  transition: all 1s ease-out;
}
.container .rc .qr h4 {
  margin-bottom: 22px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 20px;
}
.container .rc .qr img {
  width: 120px;
}
.container .rc .qr3 {
  padding: 43px 42px 34px !important;
}
.container .rc .qr3 img {
  width: 100px;
}
.container .rc .qr3 h4 {
  margin-bottom: 0;
  margin-top: 32px;
}
.container .rc .qr3 h4 span {
  color: #3370ff;
}
.container .rc .contact .wx {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.container .rc .contact .contact-item {
  cursor: pointer;
  text-align: center;
  background: #3370ff;
  padding: 12px;
}
.container .rc .contact .contact-item img {
  width: 36px;
  margin-bottom: 4px;
}
.container .rc .contact .contact-item h4 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.hide {
  opacity: 0;
}
.rotate-img {
  transform: rotateY(360deg);
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -webkit-transform 1s ease-out;
  -o-transition: -webkit-transform 1s ease-out;
}
.menu-rotate {
  transform: rotate(180deg);
}
.nav-active {
  right: 0 !important;
  top: 0 !important;
  height: 100% !important;
  margin-right: 0 !important;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.show {
  opacity: 1 !important;
  visibility: visible !important;
}
