﻿::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, "PingFang SC", 'Hiragino Sans GB', 'Microsoft Yahei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
select:focus,
video {
  outline: none;
}
button {
  outline: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
input {
  color: #000000;
  box-shadow: none !important;
  outline: 0 !important;
  border: 0;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  /* 避免占用 input 元素额外的 padding，正常情况下存在 display: none!; 就可以了 */
  right: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
h1 {
  font-size: 38px;
  color: #000000;
  font-weight: 600;
}
.spec {
  color: #fe4066;
}
.spec-yellow {
  color: #ffb300;
}
.spec-blue {
  color: #009dff;
}
.font-weight {
  font-weight: 600;
}
.content {
  width: 80%;
  max-width: 1300px;
  margin: auto;
}
.content-red {
  background-color: #fe4066;
}
.content-grey {
  background-color: #f8f6f6;
}
.msg-box {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 24px 20px;
  min-width: 400px;
  max-width: 900px;
  z-index: 99;
  font-size: 14px;
}
.msg-box p {
  color: #000000;
}
.msg-box .btn {
  text-align: right;
}
.msg-box .btn span {
  margin-left: 20px;
  cursor: default;
}
.msg-box .btn span:hover {
  color: #fe4066;
}
.count-down-container {
  background: linear-gradient(180deg, #f20a12, #fd413f 100%);
  position: fixed;
  left: 0;
  bottom: -80px;
  bottom: 0;
  transition: 0.5s;
  right: 0;
  font-size: 0;
  text-align: center;
  z-index: 9;
  box-sizing: border-box;
}
.count-down-container .count-down-content {
  background: url('') no-repeat center;
  background-size: 1920px auto;
}
.count-down-container.shows {
  bottom: 0;
}
.count-down-container .pic1 {
  display: inline-block;
  height: 80px;
  vertical-align: middle;
}
.count-down-container .pic1-phone,
.count-down-container .pic2-phone {
  display: none;
}
.count-down-container .text-list {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 36px 0 6px;
}
.count-down-container .text-list .txt1 {
  display: block;
  float: left;
  font-size: 16px;
  color: #281A08;
  line-height: 24px;
  margin: 0 2px;
}
.count-down-container .text-list .txt2 {
  float: left;
  display: block;
  font-size: 16px;
  color: #DC2F32;
  font-weight: bold;
  line-height: 24px;
  margin: 0 2px;
  width: 24px;
  border-radius: 4px;
  text-align: center;
  background-color: #ffffff;
}
.count-down-container .text-list .txt3 {
  width: 38px;
  line-height: 36px;
  background-color: #ffffff;
  color: #FA4137;
  font-size: 26px;
  text-align: center;
  float: left;
  border-radius: 5px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
  margin: 0 3px;
  font-weight: bold;
}
.count-down-container .pic2 {
  display: inline-block;
  width: 210px;
  vertical-align: middle;
}
.count-down-container .close-count {
  width: 24px;
  position: absolute;
  top: 28px;
  right: 12px;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1299px) {
  .count-down-container .text-list {
    margin: 0 48px 0 24px;
  }
}
@media (max-width: 1199px) {
  .count-down-container .pic1 {
    display: none;
  }
  .count-down-container .pic1-phone {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
  }
}
@media (max-width: 999px) {
  .count-down-container {
    display: none;
  }
}
.go-dt-page {
  float: right;
  width: 160px;
  height: 36px;
  background: url("") no-repeat center;
  background-size: auto 100%;
  display: block;
  margin-right: 34px;
}
@media (max-width: 1050px) {
  .go-dt-page {
    margin-right: 5px;
    width: 140px;
    border-radius: 26px;
  }
}
@media (max-width: 999px) {
  .go-dt-page {
    float: none;
    position: absolute;
    right: 4%;
    top: 22px;
    margin-right: 40px;
    width: 160px;
    border-radius: 0;
  }
}
.header-of-page {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  user-select: none;
}
.header-content {
  width: 92%;
  max-width: 1300px;
  margin: auto;
  padding: 24px 0;
  zoom: 1;
}
.header-content::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header-content .logo {
  display: block;
  float: left;
  font-size: 22px;
  color: #000000;
  line-height: 33px;
}
.header-content .logo .iconfont {
  font-size: 24px;
  font-weight: 600;
  color: #fe4066;
  vertical-align: middle;
}
.header-content .logo span {
  vertical-align: middle;
}
.header-content .cc-logo {
  display: block;
  float: left;
  margin-top: 2px;
}
.header-content .cc-logo img {
  display: block;
  width: 120px;
}
.header-content .cc-logo .pic1 {
  display: none;
}
.header-content .cc-logo .pic2 {
  display: block;
}
.header-content .dt-logo {
  display: block;
  float: left;
  margin-top: 4px;
}
.header-content .dt-logo img {
  display: block;
  width: 112px;
}
.header-content .dt-logo .pic1 {
  display: none;
}
.header-content .dt-logo .pic2 {
  display: block;
}
.header-content .nav-menu {
  margin-left: 80px;
  float: left;
}
.header-content .nav-menu::after {
  clear: both;
  width: 0;
  height: 0;
  content: '';
  overflow: hidden;
  display: block;
}
.header-content .nav-menu .nav-item {
  float: left;
  position: relative;
}
.header-content .nav-menu .nav-item + .nav-item {
  margin-left: 48px;
}
.header-content .nav-menu .nav-item .fg-invite {
  position: relative;
}
.header-content .nav-menu .nav-item .fg-invite img {
  width: 32px;
  height: 16px;
  position: absolute;
  top: -8px;
  right: -32px;
}
.header-content .nav-menu .nav-item .fg-invite span {
  font-weight: 700 !important;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #F51818, #FF5D30 25%, #F6A517 45%, #FFBE4C 55%, #FF5D30 75%, #F51818);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-animation: word 3s linear infinite;
}
.header-content .nav-menu .nav-item > span,
.header-content .nav-menu .nav-item > a {
  display: block;
  line-height: 36px;
  font-size: 16px;
  color: #353030;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
}
.header-content .nav-menu .nav-item > span:hover,
.header-content .nav-menu .nav-item > a:hover {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.header-content .nav-menu .nav-item > span .iconfont {
  padding-left: 5px;
  color: inherit;
}
.header-content .nav-menu .nav-item.ux-item img {
  width: 30px;
  height: 16px;
  vertical-align: middle;
  margin: -3px 0 0 4px;
  display: inline-block;
}
.header-content .nav-menu .nav-item h3 {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.header-content .nav-menu .nav-item p {
  font-size: 12px;
  color: #8c8889;
  line-height: 16px;
  margin: 0;
}
.header-content .nav-menu .nav-item .faq {
  font-size: 13px;
  line-height: 36px;
}
.header-content .nav-menu .nav-item .nav-menu-drop {
  background-color: #ffffff;
  display: none;
  position: absolute;
  top: 50px;
  left: -30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 32px;
}
.header-content .nav-menu .nav-item .nav-menu-drop.mockplus {
  padding: 24px 32px;
}
.header-content .nav-menu .nav-item .nav-menu-drop h3 {
  font-size: 20px;
  font-weight: bold;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul {
  margin: 16px auto;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li {
  padding: 16px;
  position: relative;
  border-radius: 4px;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li:hover {
  background-color: #F8F8F6;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li img {
  position: absolute;
  top: 18px;
  left: 16px;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li img.wechat-jpg {
  width: calc(100% + 64px);
  top: -180px;
  left: -32px;
  display: none;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li.wechat:hover .wechat-jpg {
  display: block;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li .img-right {
  padding-left: 36px;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li .img-right h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #353030;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li .img-right h4.beta {
  background: url("../image/beta1.png") no-repeat 56px 4px;
  background-size: 32px auto;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li .img-right p {
  font-size: 12px;
  color: #8c8889;
  margin-top: 4px;
}
.header-content .nav-menu .nav-item .nav-menu-drop .mockplus-title {
  padding-top: 32px;
  padding-left: 16px;
  border-top: 1px solid #f0f0f0;
}
.header-content .nav-menu .nav-item .nav-menu-drop .mockplus-title a {
  color: #353030;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.header-content .nav-menu .nav-item .nav-menu-drop .mockplus-title a:hover {
  color: #fe4066;
}
.header-content .nav-menu .nav-item .nav-menu-drop .mockplus-title a .icon_icon_right {
  font-weight: normal;
  color: rgba(53, 48, 48, 0.7);
  float: right;
}
.header-content .nav-menu .nav-item .nav-menu-drop .mockplus-title a img,
.header-content .nav-menu .nav-item .nav-menu-drop .mockplus-title a span {
  vertical-align: middle;
  margin-right: 8px;
}
.header-content .nav-menu .nav-item .nav-menu-drop .product-item {
  display: inline-block;
  width: 290px;
  vertical-align: top;
}
.header-content .nav-menu .nav-item .nav-menu-drop .product-item ul {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 16px;
}
.header-content .nav-menu .nav-item .nav-menu-drop .download-item {
  display: inline-block;
  width: calc((100% - 80px) / 3);
  vertical-align: top;
}
.header-content .nav-menu .nav-item .nav-menu-drop .download-item.two {
  margin: 0 40px;
}
.header-content .nav-menu .nav-item .nav-menu-drop .download-item ul {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.header-content .nav-menu .nav-item .nav-menu-drop .download-item ul li {
  padding: 8px 16px;
}
.header-content .nav-menu .nav-item .nav-menu-drop .download-item ul li img {
  top: 8px;
}
.header-content .nav-menu .nav-item .nav-menu-drop .download-item ul li .img-right h4 {
  font-weight: normal;
  font-size: 14px;
}
.header-content .nav-menu .nav-item .nav-menu-drop > .product-nav {
  width: 934px;
  box-sizing: border-box;
  font-size: 0;
  max-height: 409px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.header-content .nav-menu .nav-item .nav-menu-drop > .download-nav {
  width: 740px;
  box-sizing: border-box;
  font-size: 0;
}
.header-content .nav-menu .nav-item .nav-menu-drop > .download-nav ul {
  margin-bottom: 0 !important;
}
.header-content .nav-menu .nav-item .nav-menu-drop > .mockplus-nav {
  width: 300px;
  box-sizing: border-box;
}
.header-content .nav-menu .nav-item .nav-menu-drop > .mockplus-nav ul {
  margin: 0 !important;
}
.header-content .nav-menu .nav-item .nav-menu-drop.nav-menu-drop-price {
  padding: 24px;
  max-width: 998px;
  box-sizing: border-box;
}
.header-content .nav-menu .nav-item .nav-menu-drop .price-nav a {
  border-radius: 4px;
  display: block;
  position: relative;
  padding-left: 52px;
  font-size: 16px;
  line-height: 44px;
  color: #353030;
  white-space: nowrap;
  box-sizing: border-box;
  min-width: 192px;
  transition: 0.3s;
}
.header-content .nav-menu .nav-item .nav-menu-drop .price-nav a:hover {
  background-color: #F3F3F3;
}
.header-content .nav-menu .nav-item .nav-menu-drop .price-nav a img {
  display: block;
  position: absolute;
  left: 16px;
  top: 10px;
  width: 24px;
}
.header-content .nav-menu .nav-item .nav-menu-drop .price-nav .the-line {
  margin: 8px 0;
  border-top: 1px dashed #d8d9db;
}
.header-content .nav-menu .nav-item.active > span {
  color: #fe4066;
}
.header-content .nav-menu .nav-item.active .nav-menu-drop {
  display: inline-block;
}
.header-content .header-user {
  float: right;
  position: relative;
}
.header-content .header-user::after {
  clear: both;
  width: 0;
  height: 0;
  content: '';
  overflow: hidden;
  display: block;
}
.header-content .header-user #userInfo {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.header-content .header-user #userInfo i {
  vertical-align: middle;
}
.header-content .header-user .get-mock {
  display: inline-block;
  margin-right: 24px;
  float: left;
}
.header-content .header-user .get-mock a {
  text-align: center;
  display: block;
  width: 138px;
  height: 36px;
  border-radius: 50px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: 2px solid #fe4066;
  box-sizing: border-box;
  color: #fe4066;
  background: rgba(255, 255, 255, 0.3);
}
.header-content .header-user .get-mock a:hover {
  background-color: #fe4066;
  border-color: #fe4066;
  color: #ffffff;
}
.header-content .header-user .lan {
  display: inline-block;
  margin-right: 46px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.header-content .header-user .lan .line {
  margin-right: 6px;
}
.header-content .header-user .lan .en-link {
  color: #5c5758;
  margin-right: 6px;
}
.header-content .header-user .lan .en-link:last-child {
  opacity: 0.5;
}
.header-content .header-user .lan .en-link:hover {
  opacity: 0.7;
}
.header-content .header-user .unlogin {
  float: left;
  line-height: 38px;
}
.header-content .header-user a {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
}
.header-content .header-user .login {
  color: #000000;
  font-size: 16px;
  display: block;
  line-height: 36px;
  float: left;
}
.header-content .header-user .login:hover {
  opacity: 0.7;
}
.header-content .header-user .user-btn {
  height: 36px;
  width: 80px;
  line-height: 32px;
  border-radius: 20px;
  border: 2px solid #fe4066;
  box-sizing: border-box;
  color: #fe4066;
  text-align: center;
  margin-left: 30px;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  float: left;
  font-size: 16px;
}
.header-content .header-user .user-btn:hover {
  background-color: #fe4066;
  border-color: #fe4066;
  color: #ffffff;
}
.header-content .header-user .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.header-content .header-user .user-menu {
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #ffffff;
  margin: 0;
  padding: 12px 0;
  display: none;
  z-index: 9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 140px;
  border-radius: 6px;
}
.header-content .header-user .user-menu li {
  display: block;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.header-content .header-user .user-menu li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-content .header-user .user-menu a {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  color: #000000;
  box-sizing: border-box;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.header-content .ph-menu-icon {
  display: none;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  float: right;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-content .ph-menu-icon:hover {
  color: #fe4066;
}
.header-content .ph-head {
  display: none;
}
.header-lark {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 6px 11px;
  border-bottom: 1px solid #dcddde;
}
.header-lark a {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #696b6c;
  text-align: center;
  line-height: 24px;
  margin: 0 1px;
  border-radius: 6px;
}
.header-lark a i {
  font-size: 17px;
  cursor: pointer;
}
.header-lark a .icon_tag_refresh {
  font-size: 16px;
}
.header-lark a:hover {
  background-color: #e9eaeb;
}
.header-of-rp {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 11;
  transition: all 0.3s linear;
  height: 80px;
}
.header-of-rp,
.header-of-rp * {
  box-sizing: border-box;
}
.header-of-rp .header-contents {
  width: 92%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  padding: 24px 0 0;
}
.header-of-rp .header-contents::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.header-of-rp .header-contents .left-logo {
  display: block;
  float: left;
  font-size: 22px;
  color: #ffffff;
  line-height: 33px;
}
.header-of-rp .header-contents .left-logo .iconfont {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  vertical-align: middle;
}
.header-of-rp .header-contents .left-logo span {
  vertical-align: middle;
}
.header-of-rp .header-contents .left-logo img {
  display: block;
  width: 112px;
}
.header-of-rp .header-contents .left-logo .pic2 {
  display: none;
}
.header-of-rp .header-contents .header-nav {
  float: left;
  font-size: 0;
  margin-left: 60px;
  margin-top: 4px;
}
.header-of-rp .header-contents .header-nav .nav-item {
  display: inline-block;
  margin-left: 48px;
  position: relative;
  padding-bottom: 20px;
}
.header-of-rp .header-contents .header-nav .nav-item:first-child {
  margin-left: 0;
}
.header-of-rp .header-contents .header-nav .nav-item span.first-nav {
  position: relative;
  padding-right: 20px;
}
.header-of-rp .header-contents .header-nav .nav-item span.first-nav .iconfont {
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  top: 8px;
  line-height: 16px;
}
.header-of-rp .header-contents .header-nav .nav-item .first-nav {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.header-of-rp .header-contents .header-nav .nav-item .first-nav:hover {
  color: rgba(255, 255, 255, 0.7);
}
.header-of-rp .header-contents .header-nav .nav-item .first-nav:hover .iconfont {
  color: rgba(255, 255, 255, 0.4);
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu {
  position: absolute;
  left: -16px;
  border: 1px solid #f0eeee;
  border-radius: 16px;
  box-shadow: 0px 16px 32px 0px rgba(53, 48, 48, 0.08);
  width: 617px;
  background-color: #ffffff;
  overflow: hidden;
  top: 40px;
  display: none;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .left-list {
  float: left;
  padding: 24px 16px;
  border-right: 1px solid #F0EEEE;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .left-list a {
  display: block;
  padding: 16px 0 16px 88px;
  background-size: 48px auto;
  background-position: 24px center;
  background-repeat: no-repeat;
  width: 312px;
  transition: 0.2s;
  border-radius: 8px;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .left-list a:hover {
  background-color: #F8F6F6;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .left-list a span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #353030;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .left-list a p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .left-a {
  float: left;
  padding: 16px 16px 22px;
  border-right: 1px solid #F0EEEE;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .left-a a {
  width: 160px;
  display: block;
  padding: 0 16px;
  font-size: 16px;
  line-height: 40px;
  color: #353030;
  transition: 0.2s;
  border-radius: 8px;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .left-a a:hover {
  background-color: #F8F6F6;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons {
  float: left;
  margin: 24px 0 0 24px;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .tops-a {
  display: block;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  width: 224px;
  cursor: pointer;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .tops-a img {
  display: block;
  width: 100%;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .other-a {
  cursor: pointer;
  width: 224px;
  display: block;
  background-color: #F8F6F6;
  line-height: 48px;
  border-radius: 8px;
  font-size: 16px;
  color: #353030;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  transition: 0.2s;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .other-a .icon_icon_right {
  color: rgba(53, 48, 48, 0.4);
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 16px;
  line-height: 14px;
  transition: 0.2s;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .other-a:hover {
  color: #009DFF;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .other-a:hover .icon_icon_right {
  color: #009DFF;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .blog-a {
  display: block;
  width: 298px;
  margin-bottom: 16px;
  padding-left: 142px;
  position: relative;
  min-height: 66px;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .blog-a .pic {
  width: 126px;
  height: 66px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 8px;
  transition: 0.2s;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .blog-a span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #353030;
  font-weight: bold;
  transition: 0.2s;
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .blog-a:hover .pic {
  transform: scale(1.02);
}
.header-of-rp .header-contents .header-nav .nav-item .second-menu .right-cons .blog-a:hover span {
  color: #009DFF;
}
@media (min-width: 1000px) {
  .header-of-rp .header-contents .header-nav .nav-item:hover .second-menu {
    display: block;
  }
}
.header-of-rp .header-contents .right-login {
  float: right;
  font-size: 0;
}
.header-of-rp .header-contents .right-login a {
  display: inline-block;
  line-height: 40px;
  width: 72px;
  text-align: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}
.header-of-rp .header-contents .right-login a:hover {
  color: #ffffff;
}
.header-of-rp .header-contents .right-login .free {
  width: 112px;
  background-color: #353030;
  color: #ffffff;
  margin-left: 16px;
  transition: 0.2s;
}
.header-of-rp .header-contents .right-login .free:hover {
  background-color: #454141;
  color: #fff !important;
}
.header-of-rp .header-contents .right-user {
  float: right;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.header-of-rp .header-contents .right-user .avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  border: 1px solid #f0eeee;
}
.header-of-rp .header-contents .right-user .arrow-down {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  right: 0;
  top: 14px;
  line-height: 16px;
  position: absolute;
}
.header-of-rp .header-contents .right-user .user-menu {
  position: absolute;
  top: 48px;
  right: 0;
  background-color: #ffffff;
  margin: 0;
  padding: 12px 0;
  display: none;
  z-index: 9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 140px;
  border-radius: 6px;
}
.header-of-rp .header-contents .right-user .user-menu a {
  display: block;
  padding: 0 20px;
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  transition: 0.2s;
}
.header-of-rp .header-contents .right-user .user-menu a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-of-rp .header-contents .get-mock {
  float: right;
  margin-right: 24px;
}
.header-of-rp .header-contents .get-mock a {
  text-align: center;
  display: block;
  width: 138px;
  height: 36px;
  border-radius: 50px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
}
.header-of-rp .header-contents .get-mock a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #009DFF;
}
.header-of-rp .header-contents .icon_menu {
  display: none;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  float: right;
  margin-top: 4px;
}
.header-of-rp .header-contents .icon_menu_close {
  display: none;
}
.header-of-rp.header-of-rp-black .header-contents .left-logo {
  color: #000000;
}
.header-of-rp.header-of-rp-black .header-contents .left-logo .iconfont {
  color: #fe4066;
}
.header-of-rp.header-of-rp-black .header-contents .left-logo .pic1 {
  display: none;
}
.header-of-rp.header-of-rp-black .header-contents .left-logo .pic2 {
  display: block;
}
.header-of-rp.header-of-rp-black .header-contents .header-nav .nav-item .first-nav {
  color: #353030;
}
.header-of-rp.header-of-rp-black .header-contents .header-nav .nav-item .first-nav .icon_broad_back {
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp.header-of-rp-black .header-contents .header-nav .nav-item .first-nav:hover {
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp.header-of-rp-black .header-contents .header-nav .nav-item .first-nav:hover .iconfont {
  color: rgba(53, 48, 48, 0.4);
}
.header-of-rp.header-of-rp-black .header-contents .right-login a {
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp.header-of-rp-black .header-contents .right-login a:hover {
  color: #353030;
}
.header-of-rp.header-of-rp-black .header-contents .right-login .free {
  background-color: #009DFF;
  color: #ffffff;
}
.header-of-rp.header-of-rp-black .header-contents .right-login .free:hover {
  background-color: #29ADFF;
  color: #ffffff;
}
.header-of-rp.header-of-rp-black .header-contents .right-user .arrow-down {
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp.header-of-rp-black .header-contents .get-mock a {
  border-color: #fe4066;
  color: #fe4066;
}
.header-of-rp.header-of-rp-black .header-contents .get-mock a:hover {
  background-color: #fe4066;
  color: #ffffff;
}
.header-of-rp.header-of-rp-black .header-contents .icon_menu {
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp.header-scrolls {
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(53, 48, 48, 0.04);
}
.header-of-rp.header-scrolls .header-contents .left-logo {
  color: #000000;
}
.header-of-rp.header-scrolls .header-contents .left-logo .iconfont {
  color: #fe4066;
}
.header-of-rp.header-scrolls .header-contents .left-logo .pic1 {
  display: none;
}
.header-of-rp.header-scrolls .header-contents .left-logo .pic2 {
  display: block;
}
.header-of-rp.header-scrolls .header-contents .header-nav .nav-item .first-nav {
  color: #353030;
}
.header-of-rp.header-scrolls .header-contents .header-nav .nav-item .first-nav .icon_broad_back {
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp.header-scrolls .header-contents .header-nav .nav-item .first-nav:hover {
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp.header-scrolls .header-contents .header-nav .nav-item .first-nav:hover .iconfont {
  color: rgba(53, 48, 48, 0.4);
}
.header-of-rp.header-scrolls .header-contents .right-login a {
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp.header-scrolls .header-contents .right-login a:hover {
  color: #353030;
}
.header-of-rp.header-scrolls .header-contents .right-login .free {
  background-color: #009DFF;
  color: #ffffff;
}
.header-of-rp.header-scrolls .header-contents .right-login .free:hover {
  background-color: #29ADFF;
}
.header-of-rp.header-scrolls .header-contents .right-user .arrow-down {
  color: rgba(53, 48, 48, 0.7);
}
.header-of-rp.header-scrolls .header-contents .get-mock a {
  border-color: #fe4066;
  color: #fe4066;
}
.header-of-rp.header-scrolls .header-contents .get-mock a:hover {
  background-color: #fe4066;
  color: #ffffff;
}
.header-of-rp.header-scrolls .header-contents .icon_menu {
  color: rgba(53, 48, 48, 0.7);
}
.footer-of-rp {
  background-color: #ffffff;
}
.footer-of-rp,
.footer-of-rp * {
  box-sizing: border-box;
}
.footer-of-rp .footer-nav {
  max-width: 1320px;
  width: 92%;
  margin: 0 auto;
  padding: 96px 0 128px;
}
.footer-of-rp .footer-nav::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.footer-of-rp .footer-nav .nav-item {
  width: 200px;
  float: left;
  margin-left: 24px;
}
.footer-of-rp .footer-nav .nav-item:first-child {
  margin-left: 0;
}
.footer-of-rp .footer-nav .nav-item .foot-logo {
  display: block;
  width: 90%;
  max-width: 112px;
}
.footer-of-rp .footer-nav .nav-item .top-text {
  font-size: 16px;
  line-height: 24px;
  color: #353030;
  font-weight: bold;
  margin-bottom: 32px;
  display: block;
}
.footer-of-rp .footer-nav .nav-item #foot-nav-download-rp {
  cursor: pointer;
  transition: 0.2s;
}
.footer-of-rp .footer-nav .nav-item #foot-nav-download-rp:hover {
  color: #353030;
}
.footer-of-rp .footer-nav .nav-item .navs {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.7);
  margin-bottom: 16px;
}
.footer-of-rp .footer-nav .nav-item .navs .mail {
  color: rgba(53, 48, 48, 0.7);
  transition: 0.2s;
}
.footer-of-rp .footer-nav .nav-item .navs .mail:hover {
  color: #353030;
}
.footer-of-rp .footer-nav .nav-item a.navs {
  cursor: pointer;
  transition: 0.2s;
}
.footer-of-rp .footer-nav .nav-item a.navs:hover {
  color: #353030;
}
.footer-of-rp .footer-nav .nav-item .social-list {
  font-size: 0;
}
.footer-of-rp .footer-nav .nav-item .social-list .iconfont {
  color: rgba(53, 48, 48, 0.4);
  display: inline-block;
  font-size: 18px;
  margin-right: 18px;
  transition: 0.2s;
}
.footer-of-rp .footer-nav .nav-item .social-list .iconfont:hover {
  color: #353030;
}
.footer-of-rp .footer-nav .nav-item .social-list .icon_weibo {
  font-size: 22px;
}
.footer-of-rp .footer-nav .nav-item .social-list .icon_weixin {
  position: relative;
}
.footer-of-rp .footer-nav .nav-item .social-list .icon_weixin img {
  display: none;
  position: absolute;
  top: 30px;
  left: -56px;
  max-width: 144px;
}
.footer-of-rp .footer-nav .nav-item .social-list .icon_weixin:hover img {
  display: block;
}
@media (min-width: 1000px) {
  .footer-of-rp .footer-nav .nav-item .sub-nav-item {
    display: block !important;
  }
}
.footer-of-rp .footer-nav .contact-nav-item {
  float: right;
}
.footer-of-rp .footer-foot {
  max-width: 1320px;
  width: 92%;
  margin: 0 auto;
  color: rgba(53, 48, 48, 0.4);
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 48px;
}
.footer-of-rp .footer-foot a {
  color: rgba(53, 48, 48, 0.4);
  transition: 0.3s;
}
.footer-of-rp .footer-foot a:hover {
  color: #353030;
}
.footer-of-rp .footer-foot .foot-bottom-text {
  overflow: hidden;
  margin-top: 8px;
}
.footer-of-rp .footer-foot .foot-bottom-text .lefts {
  float: left;
}
.footer-of-rp .footer-foot .foot-bottom-text .rights {
  float: right;
}
.black-bg .logo {
  color: #ffffff;
}
.black-bg .dt-logo .pic2,
.black-bg .cc-logo .pic2 {
  display: none;
}
.black-bg .dt-logo .pic1,
.black-bg .cc-logo .pic1 {
  display: block;
}
.black-bg span {
  vertical-align: middle;
}
.black-bg .header-user .lan .line {
  color: #ffffff;
  margin-right: 6px;
}
.black-bg .header-user .lan .en-link {
  color: #fff;
  margin-right: 6px;
}
.black-bg .header-user .lan .en-link:last-child {
  opacity: 0.5;
}
.black-bg .header-user .lan .en-link:hover {
  opacity: 0.7;
}
.black-bg .header-user .unlogin {
  float: left;
  line-height: 33px;
}
.black-bg .header-user .login {
  color: #ffffff;
}
.black-bg .header-user .user-btn {
  color: #ffffff;
  border-color: transparent;
}
.black-bg .header-user .get-mock a {
  color: #ffffff;
  border-color: transparent;
}
.black-bg .header-user .iconfont {
  color: #ffffff;
}
.black-bg .nav-menu .nav-item > span,
.black-bg .nav-menu .nav-item > a {
  color: #ffffff;
}
.black-bg .nav-menu .nav-item > span:hover,
.black-bg .nav-menu .nav-item > a:hover {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.black-bg .ph-menu-icon {
  color: #ffffff;
}
.header-of-page.active {
  background-color: #f7f4f5;
}
.header-of-page.active .logo {
  color: #000000;
}
.header-of-page.active .dt-logo .pic2,
.header-of-page.active .cc-logo .pic2 {
  display: block;
}
.header-of-page.active .dt-logo .pic1,
.header-of-page.active .cc-logo .pic1 {
  display: none;
}
.header-of-page.active .header-user .lan .line,
.header-of-page.active .header-user .lan .en-link {
  color: #5c5758;
}
.header-of-page.active .header-user .login {
  color: #000000;
}
.header-of-page.active .header-user .user-btn {
  border-color: #fe4066;
  color: #fe4066;
}
.header-of-page.active .header-user .user-btn:hover {
  background-color: #fe4066;
  color: #ffffff;
}
.header-of-page.active .header-user .get-mock a {
  border-color: #fe4066;
  color: #fe4066;
}
.header-of-page.active .header-user .get-mock a:hover {
  background-color: #fe4066;
  color: #ffffff;
}
.header-of-page.active .header-user .iconfont {
  color: #000000;
}
.header-of-page.active .nav-menu .nav-item > span,
.header-of-page.active .nav-menu .nav-item > a {
  color: #000000;
}
.header-of-page.active .nav-menu .nav-item > span:hover,
.header-of-page.active .nav-menu .nav-item > a:hover {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.header-of-page.active .nav-menu .nav-item.active > span,
.header-of-page.active .nav-menu .nav-item.active > a {
  color: rgba(0, 0, 0, 0.7);
}
.header-of-page.active .ph-menu-icon {
  color: #000000;
}
.header-message-container .header-content .header-user .message {
  cursor: pointer;
  display: inline-block;
  margin: 9px 20px 0 0;
  position: relative;
}
@keyframes shaking {
  0% {
    transform: rotate(35deg);
    transform-origin: top;
  }
  25% {
    transform: rotate(0deg);
    transform-origin: top;
  }
  50% {
    transform: rotate(-35deg);
    transform-origin: top;
  }
  75% {
    transform: rotate(-15deg);
    transform-origin: top;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: top;
  }
}
@-webkit-keyframes shaking {
  0% {
    transform: rotate(35deg);
    transform-origin: top;
  }
  25% {
    transform: rotate(0deg);
    transform-origin: top;
  }
  50% {
    transform: rotate(-35deg);
    transform-origin: top;
  }
  75% {
    transform: rotate(-15deg);
    transform-origin: top;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: top;
  }
}
.header-message-container .header-content .header-user .message:hover .shaking-bell {
  display: inline-block;
  animation: shaking 0.9s linear;
  -moz-animation: shaking 0.9s linear;
  -o-animation: shaking 0.9s linear;
  -webkit-animation: shaking 0.9s linear;
}
.header-message-container .header-content .header-user .message .mes-count {
  display: none;
  position: absolute;
  width: 27px;
  height: 13px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background-color: #fe4066;
  border-radius: 7px;
  top: -7px;
  left: 0;
}
.header-message-container .header-content .header-user .message .message-pops {
  display: none;
  width: 360px;
  max-height: 373px;
  top: 34px;
  left: -334px;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  cursor: default;
  z-index: 10;
}
.header-message-container .header-content .header-user .message .message-pops .tip {
  padding: 16px;
  border-bottom: 1px solid #ebedee;
  overflow: hidden;
  margin: 0;
}
.header-message-container .header-content .header-user .message .message-pops .tip span {
  color: #8c8889;
  line-height: 19px;
  float: left;
}
.header-message-container .header-content .header-user .message .message-pops .tip span:last-child {
  float: right;
  color: #353030;
  cursor: pointer;
}
.header-message-container .header-content .header-user .message .message-pops .tip span:last-child:hover {
  color: #fe4066;
}
.header-message-container .header-content .header-user .message .message-pops li {
  padding: 16px;
  position: relative;
  border-bottom: 1px solid #ebedee;
}
.header-message-container .header-content .header-user .message .message-pops li:hover i {
  opacity: 1;
}
.header-message-container .header-content .header-user .message .message-pops li .info-url {
  max-width: 304px;
  margin: 0 0 3px;
  line-height: 19px;
  cursor: pointer;
  display: block;
  color: #222;
}
.header-message-container .header-content .header-user .message .message-pops li .info-url:hover {
  color: #fe4066;
}
.header-message-container .header-content .header-user .message .message-pops li span {
  font-size: 12px;
  color: #999;
}
.header-message-container .header-content .header-user .message .message-pops li i {
  opacity: 0;
  position: absolute;
  color: #bbb;
  top: 50%;
  right: 16px;
  cursor: pointer;
  transform: translateY(-50%);
}
.header-message-container .header-content .header-user .message .message-pops li i:hover {
  color: #1bb20a;
}
.header-message-container .header-content .header-user .message .message-pops .noMes {
  padding: 6px 16px;
}
.header-message-container .header-content .header-user .message .message-pops .noMes p {
  color: #8c8889;
}
.header-message-container .header-content .header-user .message .message-pops .lookAll {
  display: block;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  color: #353030;
}
.header-message-container .header-content .header-user .message .message-pops .lookAll:hover {
  color: #fe4066;
}
.header-message-container .header-content .header-user .user-menu {
  width: 155px;
  right: -58px;
}
.header-message-container .header-content .header-user .user-btn {
  color: #ffffff;
  background-color: #fe4066;
}
.header-message-container .header-content .header-user .user-btn:hover {
  opacity: 0.8;
}
.header-message-container .header-content .header-user .login-btn {
  margin-right: 24px;
  width: 96px;
  font-size: 14px;
  border-radius: 4px;
}
.header-message-container .header-content .header-user #userInfo {
  display: inline-block;
  margin-top: 2px;
  position: relative;
}
.header-message-container .header-content .header-user #userInfo i {
  vertical-align: middle;
}
footer {
  padding: 80px 0 40px;
  background-color: #ffffff;
  user-select: none;
}
footer.footer-bg {
  background-color: #f8f6f6;
}
footer .footer-content {
  width: 92%;
  max-width: 1300px;
  text-align: left;
  margin: auto;
}
footer .footer-box {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
footer .footer-item {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: calc(100% / 6.1);
  margin-top: 20px;
  letter-spacing: 1px;
}
footer .footer-item.footer-ux {
  display: none;
}
footer .footer-item h3 {
  font-size: 16px;
  color: #5c5758;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 24px;
}
footer .footer-item li {
  margin-top: 11px;
}
footer .footer-item a {
  color: #8c8889;
}
footer .footer-item a:hover {
  color: #fe4066;
}
footer .footer-item .footer-logo {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
}
footer .footer-item .footer-logo i {
  font-size: 24px;
  color: #fe4066;
  font-weight: 600;
}
footer .footer-item p {
  color: #8c8889;
  margin-top: 10px;
}
footer .footer-item .footer-icon {
  margin-top: 20px;
}
footer .footer-item .footer-icon span {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}
footer .footer-item .footer-icon span i {
  font-size: 18px;
  color: #bfbdbd;
}
footer .footer-item .footer-icon span i:hover {
  color: #8c8889;
}
footer .footer-item .footer-icon span img {
  display: none;
  position: absolute;
  top: 30px;
  left: -56px;
  max-width: 144px;
}
footer .footer-item .footer-icon .weixin:hover img {
  display: block;
}
footer .footer-foot {
  margin-top: 144px;
}
footer .footer-foot p {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  color: #bfbdbd;
}
footer .footer-foot p a {
  color: #bfbdbd;
  margin-right: 20px;
}
footer .footer-foot p a:hover {
  color: #fe4066;
}
footer .footer-foot .foot-last {
  float: right;
}
.footer_friend {
  padding-top: 30px;
  width: 92%;
  margin: auto;
  max-width: 1300px;
  text-align: left;
  border-top: 1px solid #F0F0F0;
  display: flex;
  align-items: center;
  gap: 70px;
}
.footer_friend p {
  font-size: 16px;
  color: #5C5758;
  font-weight: normal;
  cursor: default;
  margin: 0;
  line-height: 22px;
}
.footer_friend a {
  color: #8C8889;
  font-size: 14px;
  display: block;
  line-height: 22px;
}
.footer_friend a:hover {
  color: #1cc28a;
}
.mockplus-footer .footer-item {
  width: calc(100% / 4.1);
}
.footer-web {
  display: block;
}
.footer-phone {
  display: none;
  padding: 50px 0 0;
  background-color: #ffffff;
}
.footer-phone .footer-content {
  width: 100%;
}
.footer-phone .footer-header {
  font-size: 24px;
  color: #000000;
  padding: 20px 4%;
}
.footer-phone .footer-header i {
  font-size: 24px;
  color: #fe4066;
  font-weight: 600;
}
.footer-phone .footer-header a {
  display: block;
  color: #000000;
}
.footer-phone .footer-box {
  background-color: #f7f4f5;
}
.footer-phone .footer-item {
  width: 100%;
  margin-top: 0;
  line-height: 48px;
  display: block;
}
.footer-phone .footer-item h3 {
  height: 48px;
  margin: 0;
  box-sizing: border-box;
  padding: 5px 38px 0;
  text-align: left;
  overflow: hidden;
}
.footer-phone .footer-item h3 i {
  float: right;
}
.footer-phone .footer-item ul {
  display: none;
  background-color: #ffffff;
}
.footer-phone .footer-item ul li {
  text-align: left;
  padding-left: 38px;
}
.footer-phone .footer-item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.footer-phone .footer-foot {
  background-color: #f7f4f5;
  margin: 0;
  padding: 20px 4% 80px;
}
.footer-phone .footer-foot p {
  display: block;
  text-align: left;
  margin-top: 20px;
}
.black-module footer {
  background: #0E1012;
}
.black-module footer .footer-item h3 {
  color: rgba(255, 255, 255, 0.3);
}
.black-module footer .footer-item a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.black-module footer .footer-item a:hover {
  color: #ffffff;
}
.black-module footer .footer-item .footer-logo a {
  color: #ffffff;
}
.black-module footer .footer-item p {
  color: rgba(132, 138, 152, 0.5);
}
.black-module footer .footer-item p a {
  color: inherit;
}
.black-module footer .footer-item .footer-icon span i {
  color: #8c8889;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.black-module footer .footer-item .footer-icon span a:hover .icon_weibo,
.black-module footer .footer-item .footer-icon span a:hover .icon_zhihu {
  color: #ffffff;
}
.black-module footer .footer-foot {
  background: #0E1012;
}
.black-module footer .footer-foot .foot-first a {
  color: rgba(132, 138, 152, 0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.black-module footer .footer-foot .foot-first a:hover {
  color: #ffffff;
}
.black-module footer .footer-foot .foot-last {
  color: rgba(132, 138, 152, 0.5);
}
.black-module footer .footer-foot .foot-last a {
  color: inherit;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.black-module footer .footer-foot .foot-last a:hover {
  color: #ffffff;
}
.black-module footer .footer-header a {
  color: #ffffff;
}
.black-module footer .footer-box {
  background: #0E1012;
}
.black-module .footer-phone {
  background: #0E1012;
}
.black-module .footer-phone .footer-item ul {
  background: #15161A;
}
.clear-space h1,
.clear-space h2,
.clear-space h3,
.clear-space h4,
.clear-space h5,
.clear-space h6,
.clear-space p,
.clear-space i,
.clear-space b,
.clear-space table,
.clear-space td,
.clear-space th,
.clear-space ul,
.clear-space li,
.clear-space input,
.clear-space form,
.clear-space button,
.clear-space div {
  margin: 0;
  padding: 0;
}
.clear-space h2,
.clear-space h3,
.clear-space h4,
.clear-space h5,
.clear-space h6 {
  font-weight: 400;
}
.clear-space .pagination {
  text-align: center;
  margin-top: 48px;
}
.clear-space .pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
}
.clear-space .pagination li a {
  display: block;
  line-height: 38px;
  width: 38px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  color: #8c8889;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.clear-space .pagination li a:hover {
  color: #ffffff;
  background: #fe4066;
  border-color: #fe4066;
}
.clear-space .pagination li.active a {
  color: #ffffff;
  background: #fe4066;
  border-color: #fe4066;
}
.clear-space .pagination .disabled {
  display: none;
}
.delete-pup-container {
  display: none;
}
.delete-pup-container .pup-container {
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.delete-pup-container .pup-container .con-pup-content {
  width: 96%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 32px 32px;
  box-sizing: border-box;
  color: #353030;
  position: relative;
}
.delete-pup-container .pup-container .con-pup-content h2 {
  font-size: 18px;
  line-height: 28px;
  color: #353030;
  font-weight: bold;
}
.delete-pup-container .pup-container .con-pup-content .close {
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform-origin: center 50%;
  color: #8c8889;
}
.delete-pup-container .pup-container .con-pup-content .close:hover {
  color: #fe4066;
}
.delete-pup-container .pup-container .con-pup-content .text {
  color: #8c8889;
  font-size: 14px;
  line-height: 22px;
  min-height: 44px;
  margin: 6px 0 26px;
}
.delete-pup-container .pup-container .con-pup-content .button-warp {
  overflow: hidden;
}
.delete-pup-container .pup-container .con-pup-content .button-warp button {
  float: right;
  line-height: 40px;
  border-radius: 8px;
  padding: 0 24px;
  min-width: 76px;
  text-align: center;
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background: #fe4066;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.delete-pup-container .pup-container .con-pup-content .button-warp button:not(.grey):hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.delete-pup-container .pup-container .con-pup-content .button-warp .grey {
  background: #f8f6f6;
  color: #353030;
}
.delete-pup-container .pup-container .con-pup-content .button-warp .grey:hover {
  background: #e5e5e5;
}
.global-banner {
  width: 100%;
  height: 100vh;
  min-height: 620px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  user-select: none;
}
.global-banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 49, 49, 0.7);
  z-index: 1;
  content: '';
}
.global-banner .banner-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.global-banner .banner-video video {
  width: 100%;
  height: 100%;
}
.global-banner .header-content {
  z-index: 3;
}
.global-banner .banner-inner {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  color: #ffffff;
  text-align: center;
  margin-top: -110px;
}
.global-banner .banner-inner .banner-title1 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-weight: 600;
}
.global-banner .banner-inner .banner-title2 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}
.global-banner .banner-inner .title-phone {
  display: none;
}
.global-banner .banner-inner .play-video {
  display: inline-block;
  font-size: 16px;
  margin: 72px 0 0 20px;
  cursor: pointer;
  line-height: 54px;
  width: 150px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 6px;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
}
.global-banner .banner-inner .play-video:hover {
  opacity: 0.75;
}
.global-banner .banner-inner .play-video i {
  vertical-align: middle;
  display: inline;
  margin-right: 6px;
  font-size: 20px;
  color: #fe4066;
}
.global-banner .banner-inner .play-video span {
  vertical-align: middle;
  color: #5c5758;
}
@keyframes moving {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
.global-banner .scroll {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  -webkit-animation: moving alternate 0.5s infinite;
  -moz-animation: moving alternate 0.5s infinite;
  -o-animation: moving alternate 0.5s infinite;
  animation: moving alternate 0.5s infinite;
}
.global-banner .scroll i {
  color: #ffffff;
  font-size: 22px;
}
.banner-btn {
  width: 240px;
  margin: 72px auto 0;
  line-height: 56px;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  background-color: #fe4066;
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
}
.banner-btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.white-banner-btn {
  width: 238px !important;
  margin: 20px auto 0;
  line-height: 54px !important;
  height: 56px !important;
  font-size: 16px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center !important;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-decoration: none !important;
  display: block;
}
.white-banner-btn:hover {
  color: #ffffff !important;
  background-color: #fe4066;
  border-color: #fe4066;
}
.white-banner-btn.red-bg:hover {
  background-color: #ffffff;
  color: #fe4066 !important;
}
.content-banner {
  height: 400px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 160px;
  position: relative;
  user-select: none;
}
.content-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 49, 49, 0.7);
  left: 0;
  top: 0;
  z-index: 1;
}
.content-banner h1 {
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
}
.content-banner h3 {
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
}
.content-banner h4 {
  font-size: 20px;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
  font-weight: 400;
  margin-top: 0;
}
.content-red,
.content-grey {
  padding: 129px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-red h5,
.content-grey h5,
.content-red h2,
.content-grey h2 {
  font-size: 48px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 20px;
}
.content-red h6,
.content-grey h6 {
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.content-red .footer-btna,
.content-grey .footer-btna {
  display: block;
  width: 240px;
  height: 56px;
  line-height: 56px;
  margin: 72px auto 0;
  font-size: 16px;
  color: #fe4066;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.content-red .footer-btna:hover,
.content-grey .footer-btna:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.content-grey h5 {
  color: #000000;
}
.content-grey h6 {
  color: #8c8889;
}
body .global-video-bullet-box,
body .global-video-bullet-box2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  left: 0;
  top: 0;
  padding: 20px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .global-video-bullet-box .video-container,
body .global-video-bullet-box2 .video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
body .global-video-bullet-box .video-container .video-cancel,
body .global-video-bullet-box2 .video-container .video-cancel,
body .global-video-bullet-box .video-container .video-cancel-new-year,
body .global-video-bullet-box2 .video-container .video-cancel-new-year {
  position: absolute;
  right: -56px;
  top: 0;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body .global-video-bullet-box .video-container .video-cancel:hover,
body .global-video-bullet-box2 .video-container .video-cancel:hover,
body .global-video-bullet-box .video-container .video-cancel-new-year:hover,
body .global-video-bullet-box2 .video-container .video-cancel-new-year:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
body .global-video-bullet-box .video-container video,
body .global-video-bullet-box2 .video-container video {
  display: none;
  width: 100%;
  border: none;
  top: 50%;
  left: 50%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .global-video-bullet-box .video-container .video-js,
body .global-video-bullet-box2 .video-container .video-js {
  width: 100%;
  height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .global-video-bullet-box .video-container .video-js .vjs-playing .vjs-tech,
body .global-video-bullet-box2 .video-container .video-js .vjs-playing .vjs-tech {
  pointer-events: auto;
}
body .global-video-bullet-box .video-container .video-js .vjs-big-play-button,
body .global-video-bullet-box2 .video-container .video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 2.3em;
  height: 2.5em;
  width: 2.5em;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  border-width: 0.15em;
  margin-top: -1.25em;
  margin-left: -1.75em;
}
body .global-video-bullet-box .video-container .video-js .vjs-big-play-button .vjs-icon-placeholder,
body .global-video-bullet-box2 .video-container .video-js .vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em;
}
body .global-video-bullet-box .video-container .vjs-paused .vjs-big-play-button,
body .global-video-bullet-box2 .video-container .vjs-paused .vjs-big-play-button {
  display: block;
}
.secondary-menu {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.secondary-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin: 0 40px;
  font-size: 16px;
  color: #8c8889;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 70px;
}
.secondary-menu a::before {
  content: '';
  width: 40px;
  height: 3px;
  background: #fe4066;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.secondary-menu a:hover {
  color: #fe4066;
}
.secondary-menu a.active {
  color: #fe4066;
}
.secondary-menu a.active::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.custom {
  background: #f8f6f6;
  padding-bottom: 50px;
  margin-top: 200px;
  user-select: none;
}
.custom .custom-wrap {
  position: relative;
  max-width: 1378px;
  margin: 0 auto;
  padding: 0 20px;
  width: 92%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom .custom-wrap .swiper-container {
  position: relative;
  text-align: center;
  padding: 90px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom .custom-wrap .swiper-container .swiper-slide {
  padding: 32px 15px 0;
  height: 430px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.custom .custom-wrap .swiper-container .swiper-slide:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.custom .custom-wrap .swiper-container .swiper-slide .sprites {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  background-image: url('../image/head_sprites.webp');
  background-repeat: no-repeat;
  background-position: center;
}
.custom .custom-wrap .swiper-container .swiper-slide .lsq {
  background-position: -576px -407px;
}
.custom .custom-wrap .swiper-container .swiper-slide .fish {
  background-position: -446px -147px;
}
.custom .custom-wrap .swiper-container .swiper-slide .wei {
  background-position: -407px -706px;
}
.custom .custom-wrap .swiper-container .swiper-slide .kouzge {
  background-position: -537px -706px;
}
.custom .custom-wrap .swiper-container .swiper-slide .static {
  background-position: -706px -147px;
}
.custom .custom-wrap .swiper-container .swiper-slide .darkhorse {
  background-position: -231px -232px;
}
.custom .custom-wrap .swiper-container .swiper-slide .dingyi {
  background-position: -446px -17px;
}
.custom .custom-wrap .swiper-container .swiper-slide .sir {
  background-position: -706px -17px;
}
.custom .custom-wrap .swiper-container .swiper-slide .hbldsjs {
  background-position: -17px -446px;
}
.custom .custom-wrap .swiper-container .swiper-slide .leo {
  background-position: -576px -147px;
}
.custom .custom-wrap .swiper-container .swiper-slide h5 {
  font-size: 14px;
  color: #5c5758;
  line-height: 150%;
  margin: 15px 0 4px;
}
.custom .custom-wrap .swiper-container .swiper-slide span {
  display: block;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0;
}
.custom .custom-wrap .swiper-container .swiper-slide p {
  text-align: left;
  max-width: 340px;
  margin: 21px auto 0;
  line-height: 24px;
  font-size: 14px;
  color: #5c5758;
}
.custom .custom-wrap .swiper-container .swiper-slide p span {
  display: inline;
  font-size: 14px;
}
.custom .custom-wrap .swiper-button-prev {
  font-size: 22px;
  background: none;
  line-height: 24px;
  margin-top: -12px;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.custom .custom-wrap .swiper-button-next {
  font-size: 22px;
  background: none;
  line-height: 24px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  right: 0;
  z-index: 2;
}
.tos {
  max-width: 808px;
  width: 90%;
  margin: 70px auto 170px;
  letter-spacing: 0;
}
.tos p {
  color: #5c5758;
  white-space: pre-wrap;
  line-height: 30px;
}
.tos h6 {
  margin: 28px auto 0;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
}
.tos .last {
  text-align: right;
  margin-top: 48px;
  font-size: 14px;
  color: #8c8889;
}
.tos table {
  border-collapse: collapse;
}
.tos table th,
.tos table td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 6px 8px;
  font-size: 16px;
}
.customer-service {
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 60px;
}
.customer-service .item {
  cursor: pointer;
  margin-top: 8px;
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}
.customer-service .item.list {
  height: auto;
}
.customer-service .item.list .message {
  position: absolute;
  right: 58px;
  bottom: 0;
  padding-right: 14px;
  text-align: center;
  display: none;
}
.customer-service .item.list .message .message-warp {
  cursor: default;
  box-sizing: border-box;
  width: 310px;
  max-height: 397px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 6px;
  padding: 28px 4px 24px;
}
.customer-service .item.list .message .message-warp.warp-phone {
  width: 214px;
}
.customer-service .item.list .message .message-warp h5 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin: 0 0 3px;
  font-weight: 600;
}
.customer-service .item.list .message .message-warp p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  color: rgba(53, 48, 48, 0.7);
}
.customer-service .item.list .message .message-warp p.p1 {
  color: #353030;
}
.customer-service .item.list .message .message-warp p .red {
  color: #fe4066;
  font-style: normal;
}
.customer-service .item.list .message .message-warp p a {
  color: #8c8889;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.customer-service .item.list .message .message-warp p a:hover {
  color: #fe4066;
  text-decoration: underline;
}
.customer-service .item.list .message .message-warp .user {
  color: #000;
}
.customer-service .item.list .message .message-warp .user span {
  color: #fe4066;
  font-weight: 600;
}
.customer-service .item.list .message .message-warp .QRcode {
  width: 160px;
  height: 160px;
  margin: 14px auto 7px;
  background-size: cover;
  background-position: center;
  background-color: #d8d8d8;
}
.customer-service .item.list .message .message-warp .msg-phone {
  margin: 16px auto 0;
  background: #f8f6f6;
  border-radius: 30px;
  width: 166px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.customer-service .item.list .message .message-warp .msg-phone i {
  color: #353030;
}
.customer-service .item.list .message .message-warp .msg-phone span {
  color: #fe4066;
  font-weight: 600;
  margin-left: 4px;
}
.customer-service .item.list .line {
  width: calc(100% - 16px);
  height: 1px;
  background-color: #f0f0f0;
  margin: auto;
}
.customer-service .item.list .item-list .icon-desc {
  padding: 8px 0;
  margin: 2px;
  border-radius: 6px;
}
.customer-service .item.list .item-list .icon-desc i {
  font-size: 24px;
  color: #8c8889;
}
.customer-service .item.list .item-list .icon-desc span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 20px;
}
.customer-service .item.list .item-list:hover .icon-desc {
  background-color: #fe4066;
}
.customer-service .item.list .item-list:hover .icon-desc i,
.customer-service .item.list .item-list:hover .icon-desc span {
  color: #fff;
}
.customer-service .item.list .item-list:hover .message {
  display: block;
}
.customer-service .item .icon_top {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #8c8889;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.customer-service .buy-peomote {
  cursor: pointer;
  margin-top: 8px;
  width: 56px;
  height: 113px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}
.customer-service .buy-peomote .iconfont {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #8c8889;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.customer-service .buy-peomote .message {
  position: absolute;
  right: 50px;
  bottom: 0;
  padding-right: 14px;
  text-align: center;
  display: none;
}
.customer-service .buy-peomote .message .message-warp {
  cursor: default;
  box-sizing: border-box;
  width: 310px;
  max-height: 397px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 6px;
  padding: 28px 4px 24px;
}
.customer-service .buy-peomote .message .message-warp h5 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin: 0 0 3px;
  font-weight: 600;
}
.customer-service .buy-peomote .message .message-warp p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  color: #8c8889;
}
.customer-service .buy-peomote .message .message-warp p a {
  color: #8c8889;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.customer-service .buy-peomote .message .message-warp p a:hover {
  color: #fe4066;
  text-decoration: underline;
}
.customer-service .buy-peomote .message .message-warp .user {
  color: #000;
}
.customer-service .buy-peomote .message .message-warp .user span {
  color: #fe4066;
  font-weight: 600;
}
.customer-service .buy-peomote .message .message-warp .QRcode {
  width: 160px;
  height: 160px;
  margin: 14px auto 6px;
  background-size: cover;
  background-position: center;
  background-color: #d8d8d8;
}
.customer-service .buy-peomote .message .message-warp .line {
  width: 100%;
  height: 1px;
  margin: 18px 0;
  background-color: #f0f0f0;
}
.customer-service .buy-peomote .buy-service {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 6px 6px 0 0;
}
.customer-service .buy-peomote .buy-service .iconfont {
  color: #fe4066;
}
.customer-service .buy-peomote .buy-service:hover {
  background-color: #ff5476;
  border-color: #ff5476;
}
.customer-service .buy-peomote .buy-service:hover .iconfont {
  color: #ffffff;
}
.customer-service .buy-peomote .buy-service:hover .message {
  display: block;
}
.customer-service .buy-peomote .line {
  width: 40px;
  height: 1px;
  background-color: #e9e9e9;
  margin: auto;
}
.customer-service .buy-peomote .buy-pop {
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 0 0 6px 6px;
}
.customer-service .buy-peomote .buy-pop b {
  font-size: 12px;
  line-height: 12px;
}
.customer-service .buy-peomote .buy-pop:hover {
  background-color: #ff5476;
  border-color: #ff5476;
}
.customer-service .buy-peomote .buy-pop:hover b {
  color: #ffffff;
}
.customer-service #go-top {
  display: none;
}
.customer-service-fg .item.list .item-list:hover .icon-desc {
  background-color: #1cc28a;
}
.customer-service-fg .item.list .message .message-warp .msg-phone span {
  color: #1cc28a;
}
.catalogue .bold-title {
  font-size: 48px;
  line-height: 64px;
  color: #353030;
  text-align: center;
  margin-bottom: 0;
}
.catalogue .des-tip {
  font-size: 20px;
  line-height: 26px;
  color: #8c8889;
  text-align: center;
  margin-bottom: 56px;
}
.catalogue .industry-section {
  text-align: center;
}
.catalogue .cata-win {
  font-size: 0;
  display: inline-block;
  width: calc(50% - 40px);
  max-width: 570px;
  max-height: 430px;
  overflow: hidden;
  margin: 20px 18px;
  border-radius: 8px;
}
.catalogue .cata-win .cata-box {
  width: 100%;
  max-width: 570px;
  vertical-align: top;
  text-align: left;
  color: white;
  position: relative;
}
.catalogue .cata-win .cata-box .pic {
  width: 100%;
  height: 100%;
}
.catalogue .cata-win .cata-box .pic img {
  width: 100%;
}
.catalogue .cata-win .cata-box .inner {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  user-select: none;
  color: #ffffff;
  background-color: rgba(53, 48, 48, 0.3);
  height: 44px;
  padding: 4px 24px;
  box-sizing: border-box;
}
.catalogue .cata-win .cata-box .inner > div {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.catalogue .cata-win .cata-box .inner .title {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}
.catalogue .cata-win .cata-box .inner .title i {
  font-size: 24px;
  font-weight: normal;
}
.catalogue .cata-win .cata-box .inner .desc {
  display: none;
  font-size: 16px;
  max-width: 240px;
  margin: 16px 0 32px 0;
}
.catalogue .cata-win .cata-box .inner .link {
  display: none;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
.catalogue .cata-win .cata-box .inner .link i {
  vertical-align: middle;
}
.catalogue .cata-win .cata-box:hover > .inner {
  background-color: rgba(53, 48, 48, 0.6);
  height: 100%;
  padding: 48px 66px;
}
.catalogue .cata-win .cata-box:hover > .inner > div {
  left: 66px;
}
.catalogue .cata-win .cata-box:hover > .inner .desc,
.catalogue .cata-win .cata-box:hover > .inner .link {
  display: block;
}
.msg-pops {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  overflow: scroll;
}
.msg-pops .pop-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 40px 55px 42px;
  border-radius: 4px;
  width: 80%;
  max-width: 420px;
  box-sizing: border-box;
  text-align: left;
  color: #353030;
  font-size: 14px;
}
.msg-pops .pop-wrap .close {
  color: #e0e0e0;
  position: absolute;
  right: 17px;
  top: 17px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.msg-pops .pop-wrap .close:hover {
  color: #fe4066;
}
.msg-pops .pop-wrap .pops-title {
  font-size: 20px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.msg-pops .pop-wrap .titles {
  margin-bottom: 16px;
}
.msg-pops .pop-wrap input {
  width: 100%;
  max-width: 310px;
  height: 40px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 0 11px;
  margin-bottom: 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.msg-pops .pop-wrap .selects {
  display: inline-block;
  position: relative;
  background-color: #F9F9F9;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  vertical-align: middle;
}
.msg-pops .pop-wrap .selects .selected-box {
  height: 40px;
  line-height: 40px;
  position: relative;
}
.msg-pops .pop-wrap .selects .selected-box i {
  color: #8c8889;
  right: 6px;
  position: absolute;
  top: 10px;
  line-height: normal;
}
.msg-pops .pop-wrap .selects .selected-val {
  display: inline-block;
  padding: 0 8px;
  width: 96%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 14px;
  color: #353030;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.msg-pops .pop-wrap .selects .select-menu {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  max-width: 300px;
  max-height: 258px;
  position: absolute;
  top: 40px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  user-select: none;
  z-index: 10;
  overflow-y: scroll;
  display: none;
}
.msg-pops .pop-wrap .selects .select-menu::-webkit-scrollbar {
  width: 5px;
}
.msg-pops .pop-wrap .selects .select-menu li {
  display: block;
  padding: 7px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #353030;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.msg-pops .pop-wrap .selects .select-menu li:hover {
  background-color: #ebedee;
}
.msg-pops .pop-wrap .err {
  opacity: 0;
  font-size: 12px;
  text-align: center;
  color: #fe4066;
  margin: 15px auto 16px;
}
.msg-pops .pop-wrap .btn {
  float: left;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.msg-pops .pop-wrap .btn:hover {
  opacity: 0.7;
}
.msg-pops .pop-wrap .btn.big-btn {
  float: unset;
  width: 100%;
  background-color: #fe4066;
  color: #ffffff;
  margin-top: 56px;
}
.msg-pops.success-pops .pop-wrap {
  width: 80%;
  max-width: 500px;
  text-align: center;
  padding: 48px 60px;
}
.msg-pops.success-pops .pop-wrap img {
  width: 100%;
  max-width: 330px;
  margin-bottom: 18px;
}
.msg-pops.success-pops .pop-wrap .big-btn {
  max-width: 200px;
  margin: 26px auto auto;
  display: inline-block;
}
.msg-pops.success-pops .h3 {
  font-size: 24px;
  margin: 0;
  line-height: 36px;
}
.msg-pops.success-pops .p-tip {
  color: #8C8889;
  font-size: 18px;
  margin-top: 16px;
}
.con-pup {
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.con-pup .con-pup-content {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  width: 96%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 6px;
  padding: 24px 32px;
  box-sizing: border-box;
  color: #353030;
  position: relative;
}
.con-pup .con-pup-content .close {
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform-origin: center 50%;
  color: #8C8889;
}
.con-pup .con-pup-content .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fe4066;
}
.con-pup .con-pup-content h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.con-pup .con-pup-content .con-from {
  margin: 32px auto 8px;
}
.con-pup .con-pup-content .con-from .list {
  margin-top: 24px;
  position: relative;
}
.con-pup .con-pup-content .con-from .list.hide {
  display: none;
}
.con-pup .con-pup-content .con-from .list .title {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  display: block;
}
.con-pup .con-pup-content .con-from .list input {
  height: 36px;
  border-bottom: 1px solid #E9E9E9;
  width: 100%;
  font-size: 14px;
  padding: 4px;
  box-sizing: border-box;
}
.con-pup .con-pup-content .con-from .list input.captcha-code {
  width: 36%;
}
.con-pup .con-pup-content .con-from .list input:focus {
  border-color: #8C8889 !important;
}
.con-pup .con-pup-content .con-from .list .send-code-btn {
  position: absolute;
  bottom: 1px;
  right: 4px;
  padding: 8px 0 4px 20px;
  background-color: #fff;
  color: #fe4066;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.con-pup .con-pup-content .con-from .list .send-code-btn.disabled {
  color: #8c8889;
  cursor: no-drop;
}
.con-pup .con-pup-content .con-from .list .captcha-content {
  position: absolute;
  bottom: 0;
  left: calc(36% + 8px);
}
.con-pup .con-pup-content .con-from .list .captcha-content .verify-code-img {
  display: inline-block;
  width: 95px;
  height: 40px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.con-pup .con-pup-content .con-from .list .captcha-content .change {
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
  color: #8c8889;
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.con-pup .con-pup-content .con-from .list .captcha-content .change:hover {
  color: #fe4066;
}
.con-pup .con-pup-content .spec-error {
  font-size: 14px;
  line-height: 22px;
  color: #353030;
  margin-top: 24px;
  display: none;
}
.con-pup .con-pup-content .spec-error a {
  color: #fe4066;
}
.con-pup .con-pup-content .spec-error a:hover {
  text-decoration: underline;
}
.con-pup .con-pup-content .error-message {
  font-size: 12px;
  color: #fe4066;
  text-align: left;
  opacity: 0;
  margin-bottom: 4px;
}
.con-pup .con-pup-content .button-warp {
  text-align: right;
}
.con-pup .con-pup-content .button-warp button {
  background: transparent;
  border: none;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 16px;
  color: #353030;
}
.con-pup .con-pup-content .button-warp button:hover {
  color: #ff5476;
}
.con-pup .con-pup-content .button-warp button.ok {
  color: #fe4066;
}
.con-pup .con-pup-content .button-warp button.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.blue-banner-contianer {
  text-align: center;
  padding: 170px 4% 122px;
  background-position: center;
  background-size: 1920px auto;
}
.blue-banner-contianer,
.blue-banner-contianer * {
  box-sizing: border-box;
}
.blue-banner-contianer .title {
  font-size: 48px;
  line-height: 56px;
  color: #353030;
  font-weight: bold;
}
.blue-banner-contianer .text {
  color: rgba(53, 48, 48, 0.7);
  line-height: 32px;
  font-size: 24px;
  margin: 16px auto 48px;
}
.blue-banner-contianer .btn {
  display: block;
  color: #ffffff;
  background-color: #009dff;
  border-radius: 8px;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
  width: 240px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
.blue-banner-contianer .btn:hover {
  background-color: #29ADFF;
}
.blue-banner-contianer .btn.white {
  background-color: #ffffff;
  color: #009dff;
}
.blue-banner-contianer .btn.white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.blue-banner-contianer .btn.border {
  border: 2px solid #009dff;
  background-color: transparent;
  color: #009dff;
  line-height: 52px;
}
.blue-banner-contianer .btn.border:hover {
  color: #ffffff;
  background-color: #009dff;
}
.blue-banner-contianer .button-wrap {
  font-size: 0;
}
.blue-banner-contianer .button-wrap .btn {
  display: inline-block;
  margin: 0 12px;
  width: 200px;
}
.blue-footer-content {
  padding: 150px 4%;
  text-align: center;
  background-color: #009dff;
}
.blue-footer-content,
.blue-footer-content * {
  box-sizing: border-box;
}
.blue-footer-content .title {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-weight: bold;
}
.blue-footer-content .text {
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin: 16px 0 48px;
}
.blue-footer-content .footer-btna {
  background-color: #ffffff;
  color: #009dff;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 8px;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  width: 240px;
}
.blue-footer-content .footer-btna:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #009dff;
}
.blue-footer-content .footer-btna.white {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  line-height: 52px;
}
.blue-footer-content .footer-btna.white:hover {
  background-color: #ffffff;
  color: #009dff;
}
.blue-footer-content .button-wrap {
  font-size: 0;
}
.blue-footer-content .button-wrap .footer-btna {
  display: inline-block;
  margin: 0 12px;
  width: 200px;
}
.learn-more-enterprise-con {
  max-width: 1208px;
  background: linear-gradient(104deg, #f9fdff, #e0f3ff 100%);
  border-radius: 32px;
  position: relative;
  padding: 64px 112px;
  margin: 0 auto;
  width: 92%;
  overflow: hidden;
  box-sizing: border-box;
}
.learn-more-enterprise-con .title {
  font-size: 32px;
  font-weight: bold;
  color: #353030;
  line-height: 40px;
}
.learn-more-enterprise-con p {
  margin: 24px 0 48px;
  color: rgba(53, 48, 48, 0.7);
  font-size: 20px;
  line-height: 28px;
}
.learn-more-enterprise-con p span {
  color: #009DFF;
}
.learn-more-enterprise-con .more {
  display: block;
  width: 200px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #009DFF;
  border-radius: 8px;
}
.learn-more-enterprise-con .pic {
  display: block;
  left: 60%;
  top: 50%;
  width: 448px;
  position: absolute;
  transform: translateY(-50%);
}
.global-count-down {
  font-size: 0;
  text-align: center;
  display: inline-block;
}
.global-count-down li {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  font-size: 0;
}
.global-count-down li::after {
  font-size: 16px;
  color: #5C2E0A;
  line-height: 24px;
  margin-left: 6px;
}
.global-count-down .li1::before {
  content: '活动还剩余：';
  font-size: 16px;
  color: #5C2E0A;
  line-height: 24px;
}
.global-count-down .li1::after {
  content: '天';
}
.global-count-down .li2::after {
  content: '时';
}
.global-count-down .li3::after {
  content: '分';
}
.global-count-down .li4::after {
  content: '秒';
}
.global-count-down span {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  background-color: #5C2E0A;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.global-count-down span:first-child {
  margin-right: 2px;
}
.rpsale-count-download {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
  text-align: center;
}
.rpsale-count-download img {
  height: 100%;
  vertical-align: middle;
}
.rpsale-count-download .global-count-down {
  vertical-align: middle;
  margin-left: 18px;
}
.rpsale-count-download a {
  display: inline-block;
  width: 128px;
  height: 48px;
  background: #262626;
  border-radius: 50px;
  font-weight: 600;
  text-align: CENTER;
  color: #ffffff;
  line-height: 48px;
  font-size: 16px;
  margin-left: 16px;
}
.fg-footer .footer-item a:hover {
  color: #1cc28a;
}
@media (min-width: 1921px) {
  .blue-banner-contianer {
    background-size: 100% auto;
  }
}
@media (max-width: 1499px) {
  .footer-of-rp .footer-nav .nav-item {
    margin-left: 0;
    width: 17%;
  }
  .footer-of-rp .footer-nav .nav-item:first-child {
    width: 15%;
  }
}
@media (max-width: 1400px) {
  .header-of-rp .header-contents .get-mock {
    margin-right: 0;
  }
}
@media (max-width: 1365px) {
  .secondary-menu a {
    margin: 0 20px;
  }
  .custom .custom-wrap {
    max-width: 780px;
  }
  .custom .custom-wrap .swiper-container .swiper-button-prev {
    display: none;
  }
  .custom .custom-wrap .swiper-container .swiper-button-next {
    display: none;
  }
  .catalogue {
    width: 100%;
  }
}
@media (max-width: 1340px) {
  .header-content .nav-menu {
    margin-left: 4%;
  }
  .header-content .nav-menu .nav-item + .nav-item {
    margin-left: 25px;
  }
  .header-content .header-user .user-btn {
    margin-left: 25px;
    width: 80px;
  }
  .header-content .header-user .lan {
    margin-right: 15px;
  }
  .header-of-rp .header-contents .header-nav {
    margin-left: 4%;
  }
  .header-of-rp .header-contents .header-nav .nav-item + .nav-item {
    margin-left: 25px;
  }
}
@media (max-width: 1200px) {
  .header-of-rp .header-contents .get-mock {
    display: none;
  }
}
@media (max-width: 1130px) {
  .header-content .header-user .user-btn {
    margin-left: 14px;
  }
  .header-content .header-user .unlogin {
    margin-right: 8px;
  }
  .black-bg .header-user .unlogin {
    margin-right: 8px;
  }
  .global-banner .banner-inner .banner-title1 {
    font-size: 38px;
  }
  .global-banner .banner-inner .banner-title2 {
    font-size: 18px;
  }
  .content-banner {
    height: 340px;
    padding-top: 145px;
  }
  .content-banner h1 {
    font-size: 38px;
  }
  .content-banner h3 {
    font-size: 38px;
  }
  .content-banner h4 {
    font-size: 18px;
  }
  .blue-banner-contianer {
    padding: 148px 4% 120px;
  }
  .blue-banner-contianer .title {
    font-size: 38px;
    line-height: 46px;
  }
  .blue-banner-contianer .text {
    font-size: 20px;
    line-height: 28px;
  }
  .blue-footer-content {
    padding: 128px 4%;
  }
  .blue-footer-content .title {
    font-size: 36px;
    line-height: 44px;
  }
  .blue-footer-content .text {
    font-size: 20px;
    line-height: 28px;
  }
  .content-red h5,
  .content-grey h5,
  .content-red h2,
  .content-grey h2 {
    font-size: 38px;
  }
  .content-red h6,
  .content-grey h6 {
    font-size: 22px;
  }
  .header-of-rp .header-contents .header-nav {
    margin-left: 48px;
  }
  .header-of-rp .header-contents .header-nav .nav-item {
    margin-left: 32px;
  }
}
@media (max-width: 1100px) {
  .catalogue .bold-title {
    font-size: 36px;
  }
  footer .footer-foot p {
    display: block;
    line-height: 26px;
  }
  footer .footer-foot .foot-last {
    float: none;
  }
  .learn-more-enterprise-con {
    padding: 64px 48px;
  }
  .header-content .header-user .get-mock {
    display: none;
  }
  .header-banner {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .header-content .nav-menu {
    display: none;
  }
  .header-content .ph-menu-icon {
    display: block;
  }
  .header-content .header-user {
    display: none;
  }
  .scroll {
    display: none;
  }
  .header-of-page.active {
    background-color: #f0f0f0;
    height: 100%;
    overflow-y: auto;
    padding-top: 66px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 5;
  }
  .header-of-page.active .header-content {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .header-of-page.active .header-content > .logo {
    display: none !important;
  }
  .header-of-page.active .header-content .nav-menu {
    background-color: #ffffff;
    display: block;
    float: none;
    margin: 0;
    padding: 20px 0 0;
  }
  .header-of-page.active .header-content .nav-menu .nav-item {
    float: none;
    margin-left: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 4% 10px 6%;
  }
  .header-of-page.active .header-content .nav-menu .nav-item:last-child {
    border: none;
  }
  .header-of-page.active .header-content .nav-menu .nav-item.active > span {
    color: #000000;
  }
  .header-of-page.active .header-content .nav-menu .nav-item.active > span .iconfont {
    color: #000000;
  }
  .header-of-page.active .header-content .nav-menu .nav-item.active .nav-menu-drop {
    display: none;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .fg-invite {
    position: relative;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .fg-invite img {
    display: none;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .fg-invite span {
    font-weight: 700 !important;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #F51818, #FF5D30 25%, #F6A517 50%, #FF5D30 75%, #F51818);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-animation: word 3s linear infinite;
  }
  .header-of-page.active .header-content .nav-menu .nav-item > span {
    overflow: hidden;
  }
  .header-of-page.active .header-content .nav-menu .nav-item > span .iconfont {
    float: right;
    font-size: 20px;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop {
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    padding: 30px 0;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop .product-nav {
    max-height: none;
    padding: 0;
    width: 100%;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop .product-nav .product-item {
    width: 100%;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop h3 {
    font-size: 18px;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop ul li {
    padding: 8px;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop ul li img {
    top: 8px;
    left: 8px;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop .download-nav {
    padding: 0;
    width: 100%;
  }
  .header-of-page.active .header-content .ph-menu-icon {
    display: none;
  }
  .header-of-page.active .header-content .header-user {
    padding: 46px 0 70px;
    float: none;
    display: block;
    text-align: center;
  }
  .header-of-page.active .header-content .header-user #userInfo {
    display: block;
  }
  .header-of-page.active .header-content .header-user .lan {
    display: block;
    text-align: center;
    padding-left: 6px;
    margin-right: 0;
  }
  .header-of-page.active .header-content .header-user .unlogin {
    float: none;
  }
  .header-of-page.active .header-content .header-user .login,
  .header-of-page.active .header-content .header-user .user-btn {
    display: block;
    float: none;
    border: none;
    font-size: 16px;
    color: #5c5758;
    text-align: center;
    background: transparent;
    width: 150px;
    margin: 10px auto 0;
    line-height: 26px;
  }
  .header-of-page.active .header-content .header-user .avatar {
    display: none;
  }
  .header-of-page.active .header-content .header-user .arrow-down {
    display: none;
  }
  .header-of-page.active .header-content .header-user .user-menu {
    display: block;
    position: relative;
    left: 0;
    top: auto;
    width: 100%;
    box-shadow: none;
    text-align: center;
    background-color: transparent;
  }
  .header-of-page.active .header-content .header-user .user-menu li {
    margin-top: 15px;
  }
  .header-of-page.active .header-content .header-user .user-menu li:hover {
    background-color: transparent;
  }
  .header-of-page.active .header-content .header-user .user-menu li a {
    font-size: 16px;
    color: #5c5758;
    line-height: 26px;
  }
  .header-of-page.active .header-content .ph-head {
    display: block;
    position: fixed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    padding: 15px 4% 15px 6%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    left: 0;
    top: 0;
    height: 68px;
  }
  .header-of-page.active .header-content .ph-head .ph-menu-icon {
    display: block;
  }
  .pagination li {
    margin: 0 5px;
  }
  .pagination li a {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
  .secondary-menu a {
    margin: 10px 10px 0;
    font-size: 14px;
    line-height: 60px;
  }
  .custom {
    margin-top: 60px;
  }
  .catalogue .cata-win {
    display: block;
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 60px 0;
  }
  .catalogue .cata-win .cata-box {
    width: 70%;
    max-width: none;
    margin: 0 auto;
  }
  .catalogue .cata-win .cata-box .inner {
    background-color: rgba(53, 48, 48, 0.6);
    height: 100%;
    padding: 48px 66px;
  }
  .catalogue .cata-win .cata-box .inner .desc,
  .catalogue .cata-win .cata-box .inner .link {
    display: block;
  }
  .header-of-rp {
    transition: all 0s;
  }
  .header-of-rp .header-contents {
    padding-bottom: 20px;
  }
  .header-of-rp .header-contents .header-nav {
    display: none;
  }
  .header-of-rp .header-contents .right-user {
    display: none;
  }
  .header-of-rp .header-contents .icon_menu {
    display: block;
  }
  .header-of-rp .header-contents .right-login {
    display: none;
  }
  .header-of-rp.show-phone-menu {
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .header-of-rp.show-phone-menu .header-contents {
    width: 100%;
  }
  .header-of-rp.show-phone-menu .header-contents .left-logo {
    margin-left: 4%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 20px;
    color: #000000;
  }
  .header-of-rp.show-phone-menu .header-contents .left-logo .iconfont {
    color: #fe4066;
  }
  .header-of-rp.show-phone-menu .header-contents .left-logo .pic1 {
    display: none;
  }
  .header-of-rp.show-phone-menu .header-contents .left-logo .pic2 {
    display: block;
  }
  .header-of-rp.show-phone-menu .header-contents .icon_menu {
    display: none;
  }
  .header-of-rp.show-phone-menu .header-contents .icon_menu_close {
    color: rgba(53, 48, 48, 0.7);
    position: fixed;
    right: 4%;
    top: 24px;
    font-size: 24px;
    line-height: 32px;
    display: block;
    z-index: 2;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav {
    display: block;
    margin-left: 0;
    float: none;
    margin-top: 76px;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav::before {
    left: 0;
    top: 0;
    height: 76px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    position: fixed;
    right: 0;
    z-index: 1;
    content: '';
    border-bottom: 1px solid #e9e9e9;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #e9eef2;
    padding: 10px 4% 10px 6%;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .first-nav {
    color: rgba(53, 48, 48, 0.7);
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .first-nav .iconfont {
    color: rgba(53, 48, 48, 0.7);
    transition: 0.3s;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .second-menu {
    position: relative;
    left: auto;
    width: 100% !important;
    top: auto;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 8px 0 20px;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .second-menu .left-list {
    float: none;
    padding: 0;
    border: 0;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .second-menu .left-list a {
    padding: 16px 0 16px 64px;
    background-position: left center;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .second-menu .left-list a p {
    margin-top: 0;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .second-menu .right-cons {
    float: none;
    margin: 16px 0 0 0;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .second-menu .right-cons .other-a {
    width: 100%;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .second-menu .left-a {
    float: none;
    border: 0;
    padding: 8px 0 0;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item .second-menu .left-a a {
    padding: 0;
    font-size: 14px;
  }
  .header-of-rp.show-phone-menu .header-contents .header-nav .nav-item.active .first-nav .iconfont {
    transform: rotate(-180deg);
  }
  .header-of-rp.show-phone-menu .header-contents .right-user {
    display: block;
    float: none;
  }
  .header-of-rp.show-phone-menu .header-contents .right-user .avatar {
    display: none;
  }
  .header-of-rp.show-phone-menu .header-contents .right-user .arrow-down {
    display: none;
  }
  .header-of-rp.show-phone-menu .header-contents .right-user .user-menu {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    box-shadow: none;
    margin-top: 50px;
  }
  .header-of-rp.show-phone-menu .header-contents .right-user .user-menu a {
    margin-top: 20px;
  }
  .header-of-rp.show-phone-menu .header-contents .right-login {
    display: block;
    float: none;
    margin-top: 50px;
  }
  .header-of-rp.show-phone-menu .header-contents .right-login a {
    display: block;
    color: #353030;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 30px;
  }
  .header-of-rp.show-phone-menu .header-contents .right-login .free {
    background-color: transparent;
    color: #353030;
  }
  .header-of-rp.show-phone-menu .header-contents .right-login .free:hover {
    color: #353030;
    background-color: transparent;
  }
  .footer-of-rp .footer-nav {
    font-size: 0;
    padding-left: 8%;
    padding-top: 64px;
  }
  .footer-of-rp .footer-nav .nav-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    float: none !important;
    margin-top: 24px;
  }
  .footer-of-rp .footer-nav .nav-item:first-child {
    width: 33.33%;
  }
  .footer-of-rp .footer-foot .foot-bottom-text .lefts {
    float: none;
  }
  .footer-of-rp .footer-foot .foot-bottom-text .rights {
    float: none;
    margin-top: 10px;
  }
  .learn-more-enterprise-con {
    max-width: 500px;
    text-align: center;
    padding-bottom: 24px;
  }
  .learn-more-enterprise-con .title {
    font-size: 26px;
    line-height: 34px;
  }
  .learn-more-enterprise-con p {
    font-size: 16px;
    line-height: 24px;
    max-width: 230px;
    margin: 24px auto 32px;
  }
  .learn-more-enterprise-con .pic {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    transform: translateY(0);
    width: 100%;
  }
  .learn-more-enterprise-con .more {
    margin: 0 auto 24px;
  }
  .rpsale-count-download {
    display: none;
  }
}
@media (max-width: 900px) {
  footer .footer-item {
    width: calc(100% / 3);
  }
  .mockplus-footer .footer-item {
    width: calc(100% / 2);
  }
}
@media (max-width: 768px) {
  .global-banner .banner-inner .banner-title1 {
    font-size: 28px;
  }
  .global-banner .banner-inner .banner-title2 {
    font-size: 16px;
  }
  .content-banner h1 {
    font-size: 28px;
  }
  .content-banner h3 {
    font-size: 28px;
  }
  .content-banner h4 {
    font-size: 16px;
  }
  .content-red,
  .content-grey {
    padding: 100px 0;
  }
  .content-red h5,
  .content-grey h5,
  .content-red h2,
  .content-grey h2 {
    font-size: 28px;
  }
  .content-red h6,
  .content-grey h6 {
    font-size: 18px;
    margin: 15px 0 30px;
  }
  .clear-space .pagination li {
    margin: 0 2px;
  }
  .clear-space .pagination li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .custom .custom-wrap {
    padding: 0;
  }
  .custom .custom-wrap .swiper-container .swiper-slide {
    height: 450px;
    padding-top: 15px;
  }
  .custom .custom-wrap .swiper-button-prev {
    left: -10px;
  }
  .custom .custom-wrap .swiper-button-next {
    right: -10px;
  }
}
@media (max-width: 767px) {
  body .global-video-bullet-box .video-container .video-cancel,
  body .global-video-bullet-box2 .video-container .video-cancel,
  body .global-video-bullet-box .video-container .video-cancel-new-year,
  body .global-video-bullet-box2 .video-container .video-cancel-new-year {
    right: 50%;
    top: 70%;
    background: rgba(255, 255, 255, 0.7);
    margin-right: -24px;
    padding: 10px;
    color: #ffffff;
    border-radius: 100%;
    z-index: 1;
  }
  body .global-video-bullet-box .video-container .video-js .vjs-big-play-button,
  body .global-video-bullet-box2 .video-container .video-js .vjs-big-play-button {
    font-size: 1.5em;
    margin-left: -1.2em;
  }
  body .customer-service {
    display: none !important;
  }
  .blue-banner-contianer {
    padding: 128px 4% 64px;
  }
  .blue-banner-contianer .title {
    font-size: 22px;
    line-height: 30px;
  }
  .blue-banner-contianer .text {
    font-size: 16px;
    line-height: 24px;
    margin: 8px auto 32px;
  }
  .blue-banner-contianer .btn {
    font-size: 14px;
    width: 180px;
    line-height: 48px;
    font-weight: 400;
  }
  .blue-banner-contianer .btn.border {
    line-height: 44px;
  }
  .blue-footer-content {
    padding: 96px 4%;
  }
  .blue-footer-content .title {
    font-size: 22px;
    line-height: 30px;
  }
  .blue-footer-content .text {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 32px;
  }
  .blue-footer-content .footer-btna {
    font-size: 14px;
    width: 180px;
    line-height: 48px;
    font-weight: 400;
  }
  .footer-of-rp .footer-nav {
    padding: 48px 0 48px;
  }
  .footer-of-rp .footer-nav .nav-item {
    display: block;
    width: 100% !important;
    position: relative;
  }
  .footer-of-rp .footer-nav .nav-item:first-child {
    border-bottom: none !important;
  }
  .footer-of-rp .footer-nav .nav-item .sub-nav-item {
    display: none;
    background-color: #F8F6F6;
    padding: 24px 32px 24px;
  }
  .footer-of-rp .footer-nav .nav-item .sub-nav-item .navs {
    margin-bottom: 24px;
  }
  .footer-of-rp .footer-nav .nav-item .sub-nav-item .navs:last-child {
    margin-bottom: 0;
  }
  .footer-of-rp .footer-nav .nav-item:not(.contact-nav-item) {
    border-bottom: 1px solid #F0EEEE;
    margin-top: 0;
  }
  .footer-of-rp .footer-nav .nav-item:not(.contact-nav-item) .top-text {
    margin-bottom: 0;
    padding: 20px 0;
    background-color: #ffffff;
    position: relative;
  }
  .footer-of-rp .footer-nav .nav-item:not(.contact-nav-item) .top-text::before {
    width: 14px;
    height: 14px;
    position: absolute;
    content: '+';
    color: rgba(53, 48, 48, 0.4);
    right: 0;
    top: 50%;
    margin-top: -7px;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    line-height: 14px;
  }
  .footer-of-rp .footer-nav .nav-item.active .top-text::before {
    content: '-';
    line-height: 8px;
    font-size: 40px;
  }
  .footer-of-rp .footer-nav .contact-nav-item {
    padding-left: 100px;
  }
  .footer-of-rp .footer-nav .contact-nav-item .top-text {
    display: none;
  }
  .footer-of-rp .footer-nav .contact-nav-item .navs {
    display: block;
  }
  .footer-of-rp .footer-nav .contact-nav-item a.navs {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 16px;
    color: #353030;
  }
  .footer-of-rp .footer-foot {
    text-align: center;
  }
  .learn-more-enterprise-con .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 700px) {
  .global-banner .banner-inner .title-phone {
    display: block;
  }
  .global-banner .banner-inner .title-web {
    display: none;
  }
  .catalogue {
    width: 80%;
  }
  .catalogue .bold-title {
    font-size: 24px;
    line-height: 32px;
  }
  .catalogue .des-tip {
    font-size: 18px;
  }
  .catalogue .cata-win .cata-box {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop .download-item {
    width: calc((100% - 20px) / 2);
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop .download-item.two {
    margin: 0 0 0 20px;
  }
  .secondary-menu a {
    line-height: 50px;
    white-space: nowrap;
  }
  body .global-video-bullet-box,
  body .global-video-bullet-box2 {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .catalogue .cata-win .cata-box .inner {
    padding: 16px 24px;
  }
  .catalogue .cata-win .cata-box .inner > div {
    left: 24px;
  }
  .catalogue .cata-win .cata-box .inner .title {
    font-size: 20px;
  }
  .catalogue .cata-win .cata-box .inner .desc {
    font-size: 14px;
    margin: 8px 0 16px 0;
  }
  .catalogue .cata-win .cata-box .inner .link {
    font-size: 14px;
  }
  .msg-pops.success-pops .pop-wrap {
    padding: 30px 40px 40px;
  }
  .msg-pops.success-pops .h3 {
    font-size: 20px;
  }
  .msg-pops.success-pops .p-tip {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .global-banner .banner-inner .play-video {
    display: block;
    margin: 30px auto;
    width: 240px;
  }
  .msg-box {
    min-width: 92%;
    box-sizing: border-box;
  }
  .footer-web {
    display: none;
  }
  .footer-phone {
    display: block;
  }
  footer .footer-foot {
    padding-bottom: 60px;
  }
  footer .footer-foot p {
    line-height: normal;
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .tos {
    margin: 36px auto;
  }
  .tos .last {
    margin-top: 17px;
  }
  .tos h6 {
    font-size: 18px;
  }
  .tos p {
    font-size: 14px;
    line-height: 24px;
  }
  .global-banner .banner-video {
    display: none;
  }
  .global-banner .banner-inner {
    padding: 0 30px;
  }
  .global-banner .banner-inner .banner-title1 {
    font-size: 22px;
  }
  .global-banner .banner-inner .banner-title2 {
    font-size: 14px;
  }
  .content-banner {
    height: 240px;
    padding-top: 95px;
  }
  .content-banner h1 {
    font-size: 22px;
    padding: 0 30px;
  }
  .content-banner h3 {
    font-size: 22px;
  }
  .content-banner h4 {
    font-size: 14px;
  }
  .content-banner .banner-btn {
    display: none;
  }
  .content-red,
  .content-grey {
    padding: 80px 28px;
  }
  .content-red h5,
  .content-grey h5,
  .content-red h2,
  .content-grey h2 {
    font-size: 20px;
  }
  .content-red h6,
  .content-grey h6 {
    font-size: 16px;
    margin: 15px 0 30px;
  }
  footer .footer-foot p a {
    margin: 0 0 0 5px;
  }
  footer .footer-foot p a:first-child {
    margin-left: 0;
  }
  .catalogue .bold-title {
    font-size: 20px;
    line-height: 32px;
  }
  .catalogue .des-tip {
    font-size: 16px;
  }
  .msg-pops.success-pops .pop-wrap {
    padding: 20px 20px 40px;
  }
  .msg-pops.success-pops .h3 {
    font-size: 18px;
  }
  .msg-pops.success-pops .p-tip {
    font-size: 14px;
  }
  .blue-banner-contianer .button-wrap .btn {
    display: block;
    margin: 16px auto 0;
  }
  .blue-banner-contianer .button-wrap .btn:first-child {
    margin-top: 0;
  }
  .blue-footer-content {
    padding: 64px 4% 64px;
  }
  .blue-footer-content .button-wrap .footer-btna {
    display: block;
    margin: 16px auto 0;
  }
  .blue-footer-content .button-wrap .footer-btna:first-child {
    margin-top: 0;
  }
  .learn-more-enterprise-con {
    padding: 32px 15px 10px;
    border-radius: 16px;
  }
  .learn-more-enterprise-con .title {
    font-size: 18px;
  }
  .learn-more-enterprise-con .more {
    width: 130px;
    line-height: 36px;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  footer .footer-item {
    width: 100%;
    text-align: center;
  }
  .tos {
    width: 80%;
  }
  .catalogue .cata-win .cata-box .inner {
    padding: 16px;
  }
  .catalogue .cata-win .cata-box .inner > div {
    left: 16px;
  }
  .catalogue .cata-win .cata-box .inner .title {
    font-size: 18px;
  }
  .catalogue .cata-win .cata-box .inner .desc {
    font-size: 12px;
    margin: 8px 0;
  }
  .catalogue .cata-win .cata-box .inner .link {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .global-banner .banner-inner .banner-title1 {
    font-size: 20px;
  }
}
@-webkit-keyframes word {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -50% 0;
  }
  75% {
    background-position: -75% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
