.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-nav-mobile {
  display: none;
}
.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 .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 .download-banner-section {
  width: 100%;
  height: 380px;
  background: url(../img/download-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.container .download-banner-section h3 {
  position: relative;
  font-size: 42px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 59px;
  margin-bottom: 40px;
}
.container .download-banner-section h3::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 52px;
  height: 2px;
  transform: translateX(-50%);
  background: #ffffff;
}
.container .download-banner-section h4 {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.container .services {
  padding: 70px 0 80px;
  background: #f6f8fb;
}
.container .services .services-content {
  width: 941px;
  margin: 0 auto;
  text-align: center;
}
.container .services .services-content .service-title h4 {
  font-size: 34px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 48px;
}
.container .services .services-content .service-download {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .services .services-content .service-download .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.container
  .services
  .services-content
  .service-download
  .service-item
  img:nth-child(1) {
  width: 80px;
  height: 80px;
}
.container
  .services
  .services-content
  .service-download
  .service-item
  img:nth-child(4) {
  margin-top: 40px;
  width: 180px;
  height: 180px;
}
.container .services .services-content .service-download .service-item h4 {
  margin: 20px 0 10px;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 33px;
}
.container .services .services-content .service-download .service-item span {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}
.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);
}
.logo-scale {
  transform: scale(1.2);
  transition: all 1s;
}
.show {
  opacity: 1 !important;
  visibility: visible !important;
}
