/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/common.css ***!
  \****************************************************************************************************************/
@charset "UTF-8";
/*---Public CSS---*/
html, body, div, applet, object, iframe,p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, select, textarea, img, table, th, td, article, aside, footer, header, hgroup, menu, nav,section,audio,video,a,i {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0 none;
  font-family: "Open Sans",sans-serif !important
}
h1, h2, h3 {
  line-height: 1.2;
}
article, aside, footer, header, menu, nav, section,img {
  display: block;
}

html {
  font-size: 100%;
}

body {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5!important;
  width: 100%;
  height: 100%;
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  top: 0px !important; 
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.mandatory-scroll-snapping {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-scroll-snap-destination: 0 0;
  -webkit-scroll-snap-destination: 0 0;
          scroll-snap-destination: 0 0;
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
  overflow-x: hidden;
}
.sticky-box {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: -webkit-sticky!important;
  position: sticky;
  top: 0;
}
.pic_view:after {
  content: "";
  width: 0;
  display: inline-block;
  padding-top: 100%;
  vertical-align: middle;
}
@media (max-width:768px) {
  body{
    overflow-x: hidden;
  }
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  border-bottom: 1px solid rgba(0,0,0,0.54)
}

button, input, select, textarea, img, .button {
  vertical-align: middle;
  outline: 0
}
button {
  font-weight: 500;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

input[type="text"],textarea {
  -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;
}

select:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 #705a39;
}

select::-ms-expand {
  display: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.mobile {
  display: none;
}
.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

li {
  list-style: none
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: 0
}

a:hover {
  color: #333;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

em {
  font-style: normal
}

b,.bold {
  font-weight: bold;
}

.show {
  display: block!important
}

.hide {
  display: none!important
}

.fixed {
  position: fixed;
}

.no-event{
  pointer-events: none;
}

.error-tips {
  color: #D50000;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}
label.error-tips {
  margin: 0;
}
input.error-tips {
  border: 1px solid #c92828 !important;
}
.overflow-hide {
  overflow: hidden;
}

.unit-wrapper {
  position: relative;
  clear: both;
}
.unit-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.unit-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.unit-wrapper .unit-image {
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  -o-background-size: cover;
     background-size: cover;
}

/*---transition---*/

.transition{
  -webkit-transition: all .36s ease;
  -o-transition: all .36s ease;
  -moz-transition: all .36s ease;
  transition: all .36s ease;
}

.transition1 {
  -webkit-transition:all 0.2s ease-in;
  -o-transition:all 0.2s ease-in;
  -moz-transition:all 0.2s ease-in;
  transition:all 0.2s ease-in;
}

.transition2{
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.transition3{
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.transition4{
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
.transition-sp1{
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* 超出不换行 */
.multi-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
/* breadcrumb */
.crumbs {
  padding-top: 32px;
}
.crumbs div {
  font-size: 14px;
}
.crumbs i, .crumbs div {
  display: inline-block;
  vertical-align: middle;
}
.crumbs div a, .crumbs i {
  color: #686868;
}
.crumbs div:last-child {
  color: #FF6B00;
}

@media (max-width: 1024px) {
  .crumbs {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .crumbs {
    display: none;
  }
}
/* label */
.gray-label {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.65);
  background: rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  display: inline-block;
}
/*---分页样式---*/
.page-wrap {
  margin: 48px auto;
  overflow: hidden;
  position: relative;
}

.page-inwrap {
  display: table;
  margin: 0 auto
}

.page li {
  float: left;
  margin: 0 4px;
}

.page li:last-child a, .page li:first-child a {
  font-size: 16px;
  color:#333;
}

.page li:last-child {
  margin-left: 9px;
  margin-right: 0;
  font-weight: bold
}

.page li:first-child {
  margin-left: 0;
  margin-right: 9px;
  font-weight: bold
}

.page li a.focus,
.page li.active a {
  background: #FF6B00;
  color: #fff;
}
.page li a:hover {
  color: #FF6B00;
}

.page li a {
  text-align: center;
  line-height: 32px;
  color: #282828;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page li .icon-arrow-right:hover {
  color: #333;
}

.page li .page-end:hover, .page li .page-end {
  color: #D8D8D8!important;
}

.blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
}
/*---layui---*/
.tips-success,.tips-error,.tips-warning{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #d9e9c9;
  border-radius: 3px !important;
  overflow: hidden !important;
  display: table !important;
  min-width: 140px !important;
}
.tips-warning{
  border: 1px solid #FFDEAF;
  width: auto !important;
}
.tips-success .layui-layer-content {
  background: #F4F8EE;
  color: #008811;
}

.tips-success .layui-layer-ico,.tips-error .layui-layer-ico {
  background: none !important;
  width: 24px !important;
  height:24px !important;
  font-size: 24px !important;
}

.tips-error {
  border: 1px solid #f1cddb;
}

.tips-error .layui-layer-content {
  background: #fef1f1;
  color: #D90000;
}

.tips-error .layui-layer-content .layui-layer-ico2 {
  font-size: 24px;
}

.tips-warning .layui-layer-content{
  background: #FDF6EC;
  color:#E6A23C;
}

.tips-warning .layui-layer-content .layui-layer-ico3 {
  font-size: 24px;
}
.icon-warning{
  background: none !important;
  width: 24px!important;
  height:24px!important;
  background: url(/static/dist/assets/icon-warning_d416d3.svg) no-repeat !important;
  -o-background-size: 100% !important;
     background-size: 100% !important;
}
.layui-layer-dialog .layui-layer-content{
  word-break: normal !important;
}
/* .tips-success .layui-layer-ico,
.tips-error .layui-layer-ico,
.tips-warning .layui-layer-ico {
  display: none !important;
} */
.tips-success .layui-layer-padding,
.tips-error .layui-layer-padding,
.tips-warning .layui-layer-padding {
  padding: 16px 20px 16px 50px!important;
  font-size: 15px !important;
  font-weight: bold;
}

.alert-style .layui-layer-title{visibility: hidden;}
.alert-style .layui-layer-btn0{background:#d84b30 !important;border-radius:3px;border-color: #d84b30 !important;}
.alert-style .layui-layer-btn1{background:#D8D8D8;border-radius:3px;margin-left:19px}
.alert-style .layui-layer-btn{text-align: right !important;padding:3px 34px;}
.alert-style .layui-layer-btn a{height:32px;line-height:32px;}
.alert-style .layui-layer-content{padding: 10px 36px !important;text-align:left !important;height:96px !important}
.alert-style .layui-layer-title{height:30px;line-height:30px;}
.alert-style{height:185px;}
.alert-style .layui-layer-btn a{min-width:100px;text-align:center;}
.alert-style .layui-layer-ico{background: url(/static/dist/assets/closed_ddc0e2.svg) no-repeat !important}
.alert-style .layui-layer-content a {color: #d84b30;text-decoration: underline;}

/* 文字动效 */
.animation-item {
  -webkit-transform: translateY(40px);
  -o-transform: translateY(40px);
     -moz-transform: translateY(40px);
       -ms-transform: translateY(40px);
      transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  -moz-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
}
.animation-item.animation {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
     -moz-transform: translateY(0);
       -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}

.wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 48px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/*---agelimit---*/
.age-limit {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.age-limit:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.age-limit .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  padding: 36px 32px 32px;
  width: 560px;
  max-width: 90%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
          box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}
.age-limit p {
  color: #000;
  margin: 60px 0;
  padding: 0 20px;
  font-weight: 600;
  font-size: 24px;
}
.age-limit .age-warning, .age-limit .logo {
  display: inline-block;
  vertical-align: middle;
}
.age-limit .btn-box {
  text-align: center;
}
.age-limit button {
  max-width: 240px;
  width: 40%;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-radius: 2px;
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
}
.age-limit button.confirm {
  margin-left: 16px;
  background: #000000;
  color: #fff;
}
.age-limit .logo img {
  width: 100%;
}
.age-limit .logo {
  margin-left: 4%;
}
@media (max-width: 767px) {
  .age-limit .container {
    padding: 24px 12px 16px;
  }
  .age-limit .age-warning, .age-limit .logo {
    width: 46%;
  }
  .age-limit p {
    font-size: 20px;
  }
  .age-limit button {
    width: -webkit-calc((100% - 14px) / 2);
    width: -moz-calc((100% - 14px) / 2);
    width: calc((100% - 14px) / 2)
  }
  .age-limit button.confirm {
    margin-left: 8px;
  }
}

[class^="pagination"] {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 32px !important;
  width: 100%;
  z-index: 99;
}
.swiper-pagination-bullet {
  background: #CCCCCC;
  opacity: 0.7;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  border: 2px solid #FF6B00;
  background: transparent;
}
.arrow-left, .arrow-right {
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(102,102,102,0.2);
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -24px;
  color: #fff;
  font-size: 24px;
}
.arrow-left {
  left: 24px;
}
.arrow-right {
  right: 24px;
}
.banner-swiper-container .arrow-left,
.banner-swiper-container .arrow-right {
  display: none;
}
.banner-swiper-container:hover .arrow-left,
.banner-swiper-container:hover .arrow-right {
  display: block;
}

#app {
  padding-top: 72px;
}





/* header */
.public-header {
  position: relative;
  max-height: 72px;
  width: 100%;
  /* overflow: hmax-width: 420pxidden; */
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  transition: maxHeight 1s ease-in;
}
.public-header .wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.public-header:after {
  position: absolute;
  top: 71px;
  content: '';
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
}
.public-header .logo {
  width: 156px;
  
  height: 36px;
 
  background: url(/static/dist/assets/logo_613ccd.svg) no-repeat;
  background: url(/static/dist/assets/logo_99c0e5.png) no-repeat;
  background-size: auto 100%!important;
  -o-background-size: 100%;
     background-size: 100%;
  display: block;
  margin-top: 20px;
   width: 209px;
  height: 46px;
  margin-top: 15px;
}


.footer-cons .focus-us{
	position: relative;
}
.footer-cons .focus-us:after{
	top: 100%;
	left: 0;
	  width: 58px;
  height:70px;
    background: url(/static/dist/assets/10-year_7356fc.png) no-repeat;
  background-size: auto 100%!important;
  content: ' ';
  position: absolute;
}
.public-header .nav {
  font-size: 14px;
  height: 72px;
  width: 60%;
  max-width: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;  
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  overflow: hidden;
}
.public-header .nav-item {
  height: 100%;
  position: relative;
}
.public-header .submenu {
  line-height: 36px;
  padding: 16px 32px;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 16px);
  -webkit-transform: translate(-50%, 16px);
  white-space: nowrap;
  text-align: center;
  transition: all .3s ease;
  opacity: 0;
}
.public-header .nav-item:hover .submenu {
  opacity: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.public-header .submenu a:hover {
  color: #ff6b00!important;
}
.public-header .pd-nav {
  position: static;
}
.public-header .nav-item i {
  margin-left: 6px;
  display: none;
}
.public-header .nav-item.active > a,
.public-header .nav-item:hover > a {
  position: relative;
  color: #ff6b00!important;
}
.public-header .nav-item.active > a:after,
.public-header .nav-item:hover > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ff6b00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.public-header .nav-item a {
  color: #121212;
  font-weight: 500;
}
.public-header .nav-item > a {
  line-height: 72px;
  display: inline-block;
  white-space: nowrap;
  margin: 0 16px;
}
.public-header .submenu a {
  font-weight: normal;
}
.public-header .mobile-icon {
  display: none;
}
.public-header .language-box {
  height: 72px;
  position: relative;
  width: 116px;
}
.public-header .language-box .language-content {
  padding: 0 30px 0 16px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  position: relative;
}
.public-header .language-box .language_a {
  color: #121212;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.language-box .language_a i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  height: 12px;
}
.googleelement {
  position: absolute;
  top: 32px;
  right: 0;
  padding: 12px;
  -webkit-box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 30%);
          box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 30%);
  background: #fff;
  display: none;
  z-index: 9999;
}
.googleelement img {
  display: inline-block;
}
.language-box:hover .googleelement {
  display: block;
}
.mobile-language-box {
  display: none;
}



/* footer */
.footer {
  background: #F5F6FB;
  padding: 70px 0;
  position: relative;
  z-index: 12;
}
.footer-cons {
  font-size: 0;
}
.footer-cons>div {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 14px;
}
.footer-cons .contact-us {
  width: 35%;
}
.footer-cons .contact-us li {
  max-width: 300px;
}
.footer-cons .wechat {
  width: 20%;
}
.footer-cons .focus-us {
  width: 20%;
}
.footer-cons .about-us {
  font-weight: 600;
}
.footer-cons .about-us li {
  margin-bottom: 16px;
}
.footer-cons .title {
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-cons .contact-us li {
  margin-bottom: 8px;
}
.footer-cons .wechat img {
  width: 108px;
  mix-blend-mode: multiply;
  margin-left: -6px;
}
.footer-cons .focus-us li {
  float: left;
  margin-right: 20px;
  width: 25%;
  max-width: max-content;
  margin-bottom: 14px;
}
.footer-cons .focus-us li:last-child {
  margin-right: 0;
}
.footer-cons .focus-us a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.05);
}
.footer-cons .focus-us a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.footer .copy-right {
  margin-top: 58px;
  padding-top: 24px;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05);
}
.footer .copy-right a {
  margin-left: 24px;
}
.footer .copy-right img {
  display: inline-block;
  margin-right: 4px;
}




.btn {
  color: #333;
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  overflow: hidden;
  /* -webkit-tap-highlight-color:initial; */
}

.btn::before{
  position: absolute;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.08);
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
       transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
   -ms-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center;
  z-index: -1;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .btn:not([disabled])::before {
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: -o-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  }

  .btn:not([disabled]):hover::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
     -ms-transform-origin: left center;
      -o-transform-origin: left center;
         transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
     -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1)
  }
}
.btn-background-ghost {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: transparent;
  border-color: #fff;
  border: 1px solid #fff;
}
.btn-circle {
  border-radius: 30px;
}
.video-btn {
  font-size: 20px;
}
.join-btn {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 0 24px;
  }
  #app {
    padding-top: 50px;
  }
  /* header */
  .public-header {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    box-shadow: none!important;
  }
  .public-header:after,
  .public-header:hover:after,
  .public-header.light-bg:after {
    top: 48px!important;
  }
  .public-header .nav-item .submenu {
    display: none;
  }
  .language-box {
    display: none;
  }
  .mobile-language-box {
    display: block;
    margin-left: 24px;
  }
  .googleelement {
    right: auto;
    left: 0;
    top: 34px;
  }

  .public-header .nav-item.active > a:after, 
  .public-header .nav-item:hover > a:after {
    display: none;
  }

  .public-header .nav {
    display: block;
    position: fixed;
    left: 100%;
    top: 50px;
    max-width: 100%;
    width: 100%;
    height: 100%!important;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 64px;
    overflow-y: auto;
    z-index: 22;
  }
  .public-header.fixed .nav {
      top:0;
  }
  .public-header .nav-item {
    height: 48px;
    line-height: 48px;
    margin-bottom: 8px;
    padding: 0 24px;
  }
  .public-header .nav-item > a {
    line-height: inherit;
  }
  .public-header .pd-nav {
    position: relative;
  }
  .public-header .nav-item:hover {
    border-bottom: none;
  }
  .public-header .nav-item a {
    height: 100%;
    display: block;
    position: relative;
  }
  .public-header .wrapper {
    display: block;
    height: 50px;
    position: relative;
  }
  .public-header .logo {
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    margin-top: 0;
  }
  .public-header .mobile-icon {
    display: block;
    font-size: 24px;
    color: #000;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    right: 16px;
  }
  .menu-open .public-header .icon-menu:before {
    content: "\e90c";
  }
  .menu-open .public-header .nav {
    left: 0;
  }
  .public-header .slide-item.active {
    height: auto;
  }
  .menu-open .public-header {
    background: #fff!important;
  }
  .menu-open .public-header a, 
  .menu-open .public-header .language-box a, 
  .menu-open .public-header .mobile-icon,
  .menu-open .public-header .language-content {
    color: #121212!important;
  }
  .menu-open .public-header .logo {
    background: url(/static/dist/assets/logo_613ccd.svg) no-repeat!important;
    background: url(/static/dist/assets/logo_99c0e5.png) no-repeat!important;
    background-size: auto 100%!important;
  }
}
@media (max-width: 768px) {
	
  .footer {
    padding: 48px 0;
  }
  .footer-cons>div {
    width: 50% !important;
  }
  .footer-cons .contact-us li {
    max-width: 100%;
  }
  .footer-cons .wechat {
    margin-top: 50px;
  }
  .footer .copy-right {
    margin-top: 40px;
  }
    .footer-cons .focus-us{
    	padding-bottom: 90px;
    }
  .footer-cons .focus-us:after{
  	bottom:20px;
  	top: auto;
  }
}
@media (max-width: 767px) {
  .footer-cons>div {
    display: block;
    width: 100% !important;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .footer {
    padding-top: 8px;
  }
  .footer-cons .wechat,
  .footer .copy-right {
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .footer .copy-right a {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}

