::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.ldcom{ display:block;}
.ldphone{ display:none;}
.ldphone2{ display:none;}
@font-face {
  font-family: "Montserrat"; /* Project id 1376904 */
  src: /*url('../font/Montserrat Extra Bold.otf'),*/
       url('../font/Montserrat Semi Bold.otf'),
       url('../font/Montserrat-Black.otf'),
	   url('../font/Montserrat-Bold.otf'),
	   url('../font/Montserrat-Hairline.otf'),
	   url('../font/Montserrat-Light.otf'),
	   url('../font/Montserrat-Regular.ttf');
}
.foot_m_wenzi{ overflow:hidden; text-align:center; margin:10px 0;}
.foot_m_wenzi p{ color:#fff !important; font-size:16px; line-height:26px;}
.foot_m_wenzi span{ font-size:20px;color:#fff !important;}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #000000;
  /*font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;*/
  font-family: 'Montserrat', Montserrat, Arial,'Microsoft Yahei';
}
select:focus,
video {
  outline: none;
}
button {
  outline: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
}
input {
  color: #000000;
  -webkit-box-shadow: none !important;
          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;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
h1 {
  font-size: 38px;
  color: #000000;
  font-weight: 600;
}
.spec {
  color: #e4007b;
}
.spec-yellow {
  color: #ffb300;
}
.spec-blue {
  color: #009dff;
}
.font-weight {
  font-weight: 600;
}
.banner_foota{ display:inline-block; text-align:center; overflow:hidden; width:100%;}
.banner_foota img{ max-width:100%;width: 100%;}
.footer-logo img{ width:180px;}

.content {
  width: 80%;
  max-width: 1300px;
  margin: auto;
}
.content-red {
  /*background-color: #002FA7*/;background: url(../images/banner05.jpg) no-repeat center top;background-size: 100%;
}
.content-grey {
  background-color: #f8f6f6;
}
.msg-box {
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
          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: #e4007b;
}
.go-dt-page {
  float: right;
  width: 160px;
  height: 36px;
  background: url("/images/tops/dt-5.png") 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) {
.ldcom{ display:none;}
.ldphone{ display:block;}
.ldphone2{ display:block !important;}
.header-of-page.active .ldphone2{display:none !important;}
  .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: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-content {
	width:100%;
  /*width: 92%;
  max-width: 1300px;*/
  margin: auto;
  padding: 22px 0;
  height: 65px;
  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;
  margin-left: 40px;
}
.header-content .logo img{ /*width:100px;*/height: 64px;}
.header-content .logo .iconfont {
  font-size: 24px;
  font-weight: 600;
  color: #e4007b;
  vertical-align: middle;
}
.header-content .logo span {
  vertical-align: middle;
}
.header-content .nav-menu {
  margin-left: 100px;
  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: 60px;
}
.header-content .nav-menu .nav-item > span,
.header-content .nav-menu .nav-item > a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #000000;
  -webkit-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: #e4007b;
}
.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;
  -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;*/
  background-color: rgba(255, 255, 255, 0.97);
  display: none;
  position: absolute;
  top: 58px;
  left: -30px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 0px;
}
.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: 10px 0;
  position: relative;
  border-radius: 4px;
}
.header-content .nav-menu .nav-item .nav-menu-drop ul li:hover {
  background-color: #F3F3F3;
}
.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: 30px;
}
.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("/images/nav/beta1.png") no-repeat 52px 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;
  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: #e4007b;
}
.header-content .nav-menu .nav-item .nav-menu-drop .download-item {
  display: inline-block;
  width: calc((100% - 50px) / 2);
  vertical-align: top;
}
.header-content .nav-menu .nav-item .nav-menu-drop .download-item:first-of-type {
  margin-right: 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: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-content .nav-menu .nav-item .nav-menu-drop > .download-nav {
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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;
  -webkit-box-sizing: border-box;
          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.active > span {
  color: #e4007b;
}
.header-content .nav-menu .nav-item.active > span .iconfont {
  color: #e4007b;
}
.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 .lan {
  display: inline-block;
  margin-right: 46px;
  height: 35px;
  line-height: 35px;
}
.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:first-child {
  opacity: 0.5;
}
.header-content .header-user .lan .en-link:hover {
  opacity: 0.75;
}
.header-content .header-user .unlogin {
  float: left;
  line-height: 38px;
}
.header-content .header-user a {
  -webkit-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 {
  color: #e4007b;
}
.header-content .header-user .user-btn {
  height: 36px;
  /*width: 100px;*/
  line-height: 32px;
  border-radius: 20px;
  border: 2px solid #e4007b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #e4007b;
  text-align: center;
  margin: 10px 50px 0 0;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  float: left;
  padding: 0 16px;
}
.header-content .header-user .user-btn:hover {
  background-color: #e4007b;
  border-color: #e4007b;
  color: white !important;
}
.header-content .header-user .user-btn:active {
  background-color: #ff365e;
  border-color: #ff365e;
  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;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          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;
  -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;
  -webkit-box-sizing: border-box;
          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: 60px;
  float: right;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-content .ph-menu-icon:hover {
  color: #e4007b;
}
.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;
}
.black-bg .logo {
  color: #ffffff;
}
.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:first-child {
  opacity: 0.5;
}
.black-bg .header-user .lan .en-link:hover {
  opacity: 0.75;
}
.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 .iconfont {
  color: #ffffff;
}
.black-bg .nav-menu .nav-item > span,
.black-bg .nav-menu .nav-item > a {
  color: #ffffff;
}
.black-bg .ph-menu-icon {
  color: #ffffff;
}
.header-of-page.active {
  /*background-color: #f7f4f5;*/
  background-color: rgba(255, 255, 255, 0.5);
}
.header-of-page.active .logo {
  color: #000000;
}
.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 {
  color: #000000;
  border-color: #e4007b;
  color: #e4007b;
}
.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 .ph-menu-icon {
  color: #000000;
}

.edui-upload-video{ width:100%; height:100%;}

footer {
  padding: 80px 0 40px;
  background-color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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 {
	display: flex;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer .footer-item {
  font-size: 14px;
  display: inline-block;
  /*text-align: left;
  vertical-align: top;
  width: calc(100% / 5.1);*/
  margin: 20px 30px;
  letter-spacing: 1px;
  flex: 1;
  text-align: center;
}
footer .footer-item.footer-ux {
 
}
footer .footer-item h3 {
  font-size: 16px;
  color: #5c5758;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 0;
}
footer .footer-item li {
  /*margin-top: 11px;*/margin: 20px 0;
}
footer .footer-item a {
  color: #8c8889;
}
footer .footer-item a:hover {
  color: #e4007b;
}
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: #e4007b;
  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 .foot_weixin {
  display: none;
  position: absolute;
  top: 30px;
  left: -56px;
}
footer .footer-item .footer-icon .weixin:hover .foot_weixin {
  display: block;
}
footer .footer-foot {
  margin-top: 70px;border-top: 1px solid #4D4D4D;
padding-top: 30px;
text-align: center;
}
footer .footer-foot p {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  color: #bfbdbd;
}
.foot-first {
  width: 30%;
  float: left;
  overflow: hidden;
  margin: 10px 5px !important;
}
footer .footer-foot p a {
  color: #bfbdbd;
  margin-right: 20px;
}
footer .footer-foot p a:hover {
  color: #e4007b;
}
footer .footer-foot .foot-last {
  float: right;
}
.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 img{ max-width:100%;}
.footer-phone .footer-header i {
  font-size: 24px;
  color: #e4007b;
  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;
  -webkit-box-sizing: border-box;
          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;*/
 overflow:hidden;
  background-color: #ffffff;
}
.footer-phone .footer-item ul li {
  text-align: left;
  /*padding-left: 20px;*/
  width: 50%;
float: left;
margin: 0;
font-size: 14px;
text-align: center;
}
.footer-phone .footer-item ul li:nth-last-child(1){ /*width:100%;*/}
.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% 35px;
}
.footer-phone .footer-foot p {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.black-module footer {
  background: #0E1012;
}
.black-module footer .footer-item h3 {
  color: rgba(255, 255, 255, 0.76);
}
.black-module footer .footer-item a {
  color: #fff;
  -webkit-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;
  -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;
  -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;
  -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 h1,
.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;
  overflow: hidden;
}
.clear-space .pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
}
.clear-space .pagination a {
  display: inline-block;/*float: left;*/margin: 0 5px;
  line-height: 38px;
  width: 38px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  color: #8c8889;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.clear-space .pagination a:hover {
  color: #ffffff;
  background: #e4007b;
  border-color: #e4007b;
}
.clear-space .pagination a.active {
  color: #ffffff;
  background: #e4007b;
  border-color: #e4007b;
}
.clear-space .pagination .disabled {
  display: none;
}
.global-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.global-banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 49, 49, 0.2);
  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;
  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: #e4007b;
}
.global-banner .banner-inner .play-video span {
  vertical-align: middle;
  color: #5c5758;
}
@-webkit-keyframes moving {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
@keyframes moving {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
.global-banner .scroll {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  -webkit-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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  background-color: #e4007b;
  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;
  -webkit-box-sizing: border-box;
          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: #e4007b;
  border-color: #e4007b;
}
.white-banner-btn.red-bg:hover {
  background-color: #ffffff;
  color: #e4007b !important;
}
.content-banner {
  height: 400px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 160px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 49, 49, 0.2);
  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;
  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-grey h6 img{ max-height:220px;}
.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: white;;
  background-color: #e4007b;
  border-radius: 6px;
  -webkit-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;
  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 {
  position: absolute;
  right: -56px;
  top: 0;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  -webkit-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 {
  -webkit-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%);
  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%;
  -webkit-transform: translate(-50%, -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;
  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;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 70px;
}
.secondary-menu a::before {
  content: '';
  width: 40px;
  height: 3px;
  background: #e4007b;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.secondary-menu a:hover {
  color: #e4007b;
}
.secondary-menu a.active {
  color: #e4007b;
}
.secondary-menu a.active::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.custom {
  background: #f8f6f6;
  padding-bottom: 100px;
  /*margin-top: 200px;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom2{ background:none;}
.custom .custom-wrap {
  position: relative;
  max-width: 1378px;
  margin: 0 auto;
  padding: 0 20px;
  width: 92%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom .custom-wrap .swiper-container {
  position: relative;
  text-align: center;
  padding: 25px 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom .custom-wrap .swiper-container .swiper-slide {
  padding: 32px 15px;
  height: 400px;
  -webkit-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 {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  -webkit-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;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  background-image: url('/images/head_sprites.webp');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.custom .custom-wrap .swiper-container .swiper-slide .lsq {
  background-position: -574px -405px;
}
.custom .custom-wrap .swiper-container .swiper-slide .fish {
  background-position: -444px -145px;
}
.custom .custom-wrap .swiper-container .swiper-slide .wei {
  background-position: -405px -704px;
}
.custom .custom-wrap .swiper-container .swiper-slide .kouzge {
  background-position: -535px -704px;
}
.custom .custom-wrap .swiper-container .swiper-slide .static {
  background-position: -704px -145px;
}
.custom .custom-wrap .swiper-container .swiper-slide .darkhorse {
  background-position: -229px -230px;
}
.custom .custom-wrap .swiper-container .swiper-slide .dingyi {
  background-position: -444px -15px;
}
.custom .custom-wrap .swiper-container .swiper-slide .sir {
  background-position: -704px -15px;
}
.custom .custom-wrap .swiper-container .swiper-slide .hbldsjs {
  background-position: -15px -444px;
}
.custom .custom-wrap .swiper-container .swiper-slide .leo {
  background-position: -574px -145px;
}
.custom .custom-wrap .swiper-container .swiper-slide h5 {
  font-size: 14px;
  color: #5c5758;
  line-height: 150%;
  margin: 15px 0 10px;
}
.custom .custom-wrap .swiper-container .swiper-slide h5 img{ max-width:100%;}
.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;
}
.customer-service {
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 60px;
}
.customer-service .item {
  cursor: pointer;
  margin-top: 8px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}
.customer-service .item:nth-child(1){background: url(../images/app_logo.png);}
.customer-service .item .iconfont {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #8c8889;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.customer-service .item .iconfont.icon_icon_customer {
  color: #e4007b;
}
.customer-service .item .message {
  position: absolute;
  right: 50px;
  bottom: 0;
  padding-right: 14px;
  text-align: center;
  display: none;
}
.customer-service .item .message .message-warp {
  cursor: default;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 310px;
  max-height: 397px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
          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 .message .message-warp h5 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin: 0 0 3px;
  font-weight: 600;
}
.customer-service .item .message .message-warp p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  color: #8c8889;
}
.customer-service .item .message .message-warp p a {
  color: #8c8889;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.customer-service .item .message .message-warp p a:hover {
  color: #e4007b;
  text-decoration: underline;
}
.customer-service .item .message .message-warp .user {
  color: #000;
}
.customer-service .item .message .message-warp .user span {
  color: #e4007b;
  font-weight: 600;
}
.customer-service .item .message .message-warp .QRcode {
  width: 160px;
  height: 160px;
  margin: 14px auto 6px;
  background-size: cover;
  background-position: center;
  background-color: #d8d8d8;
}
.customer-service .item .message .message-warp .line {
  width: 100%;
  height: 1px;
  margin: 18px 0;
  background-color: #f0f0f0;
}
.customer-service .item:hover {
  background-color: #e4007b;
  border-color: #e4007b;
}
.customer-service .item:hover .iconfont,
.customer-service .item:hover .iconfont.icon_icon_customer {
  color: #ffffff;
}
.customer-service .item:hover .message {
  display: block;
}
.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;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
          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%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #8c8889;
  -webkit-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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 310px;
  max-height: 397px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
          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;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.customer-service .buy-peomote .message .message-warp p a:hover {
  color: #e4007b;
  text-decoration: underline;
}
.customer-service .buy-peomote .message .message-warp .user {
  color: #000;
}
.customer-service .buy-peomote .message .message-warp .user span {
  color: #e4007b;
  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: #e4007b;
}
.customer-service .buy-peomote .buy-service:hover {
  background-color: #e4007b;
  border-color: #e4007b;
}
.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;
  -webkit-box-sizing: border-box;
          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: #e4007b;
  border-color: #e4007b;
}
.customer-service .buy-peomote .buy-pop:hover b {
  color: #ffffff;
}
.customer-service #go-top {
  display: none;
}
.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  background-color: rgba(53, 48, 48, 0.3);
  height: 44px;
  padding: 4px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalogue .cata-win .cata-box .inner > div {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 40px 55px 42px;
  border-radius: 4px;
  width: 80%;
  max-width: 420px;
  -webkit-box-sizing: border-box;
          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: #e4007b;
}
.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;
  -webkit-box-sizing: border-box;
          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;
  -o-text-overflow: ellipsis;
     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;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
  -o-text-overflow: ellipsis;
     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: #e4007b;
  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: #e4007b;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.con-pup .con-pup-content {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  width: 96%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 6px;
  padding: 24px 32px;
  -webkit-box-sizing: border-box;
          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;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center 50%;
          transform-origin: center 50%;
  color: #8C8889;
}
.con-pup .con-pup-content .close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #e4007b;
}
.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;
  -webkit-box-sizing: border-box;
          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: #e4007b;
  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;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.con-pup .con-pup-content .con-from .list .captcha-content .change:hover {
  color: #e4007b;
}
.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: #e4007b;
}
.con-pup .con-pup-content .spec-error a:hover {
  text-decoration: underline;
}
.con-pup .con-pup-content .error-message {
  font-size: 12px;
  color: #e4007b;
  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;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 16px;
  color: #353030;
}
.con-pup .con-pup-content .button-warp button:hover {
  color: #e4007b;
}
.con-pup .con-pup-content .button-warp button.ok {
  color: #e4007b;
}
.con-pup .con-pup-content .button-warp button.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@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: 1299px) {
  .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: auto;
	margin-right: 16px;
  }
  .ldphone2 .user-btn{background: #e4007b !important;font-size: 14px;}
}





@media (max-width: 1130px) {
	.global-banner{height: 70vh;}
  .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;
  }
  .content-red h5,
  .content-grey h5,
  .content-red h2,
  .content-grey h2 {
    font-size: 38px;
  }
  .content-red h6,
  .content-grey h6 {
    font-size: 22px;
  }
}
@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;
  }
}

.diannao{ display:block;}
.shouji{ display:none;}

@media (max-width: 999px) {
.content-red .footer-btna, .content-grey .footer-btna{ margin-top:40px;width: 170px;height: 38px;line-height: 38px;font-size: 14px;}
.diannao{ display:none;}
.shouji{ display:block;}
.header-content .logo{margin-left: 0;}
	.header-content{width: 92%;}
  .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;
    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;
  }
  .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 > 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;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px 0;
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop .product-nav {
    padding: 0;
    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;
	border-bottom: 1px solid #eee;
  }
  .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: white;
    text-align: center;
    background: #e4007b;
    width: 190px;
    margin: 10px auto 0;
    line-height: 36px;
  }
  .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%;
    -webkit-box-shadow: none;
            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;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    padding: 15px 4% 15px 6%;
    -webkit-box-sizing: border-box;
            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;padding-bottom: 60px;
  }
  .custom2 {
  margin-top: 0;
  padding-bottom: 0;
}
  .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;
  }
}
@media (max-width: 900px) {
  footer .footer-item {
    width: calc(100% / 3);text-align: center;
	margin: 0;
  }
}
@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: auto;
    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 {
    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;
  }
}
@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) {
  .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%;
    -webkit-box-sizing: border-box;
            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) {
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop .download-item {
    width: calc((100% - 24px) / 2);
  }
  .header-of-page.active .header-content .nav-menu .nav-item .nav-menu-drop .download-item:first-of-type {
    margin-right: 18px;
  }
  .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: 300px;
    padding-top: 145px;
  }
  .content-banner-index {
    height: 48vh !important;
    padding-top: 28vh !important;
  }
  .content-banner h1 {
    font-size: 22px;
    padding: 0 30px;
	margin-bottom:10px;
  }
  .content-banner h3 {
    font-size: 22px;
  }
  .content-banner h4 {
    font-size: 14px;
  }
  .content-banner .banner-btn {
    display: none;
	width: 220px;
margin: 0px auto 0;
line-height: 40px;
height: 40px;position: absolute;
z-index: 3;
left: 0;
right: 0;
  }
  .content-red,
  .content-grey {
    padding: 37px 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;
  }
}
@media (max-width: 375px) {
  footer .footer-item {
    width: 100%;
    text-align: center;
	margin: 0;
  }
  .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;
  }
}

