
/* @导航 */
.h5-text {
  display: none;
}

.pc-text {
  display: block;
}

.headnav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 24px 0;
  font-size: .16rem;
  z-index: 100;
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
}

.headnav.hide {
  transform: translateY(-100%);
}
.blueBg,
.bg-blue {
  background-color: rgba(0, 104, 235, 1);
}

.headnav-l {
  width: 214px;
  position: absolute;
  height: 0.5rem;
  padding: .24rem .5rem .2rem 0;
  margin-top: -.24rem;
}

.headnav-l img {
  display: block;
  width: 214px;
  /* width: 100%; */
  /* height: 33px; */
}

.headnav-r li {
  float: left;
  margin-left: 10px;

}

.headnav-r li a {
  color: #fff;
  /* font-family: 'PingFang SC Regular'; */
  height: 55px;
  line-height: 55px;
  padding: 0 .2rem;
  display: block;
}

.headnav-r li:hover .langIco,
.headnav-r li a:hover {
  /* font-family: 'PingFang SC Semibold'; */
}
.headnav-r li:hover .langIco{
  background-image: url(https://www.momenta.cn/detail/images/lang_h.png);
}

.headnav-r-mobile {
  display:none ;
  position: relative;
  width: 1rem;
  padding-top: 0.3rem;
}
.headnav-r-mobile .icon-list {
  float: right;
  width: 0.45rem;
  height: 0.45rem;
  padding: 0.2rem;
  /* background: url(../images/icon-list.png) no-repeat center center/0.45rem; */
}
.headnav-r-mobile .icon-list img{
    width:100%;
    height: 100%;
}

.headnav-r-mobile ul {
  position: absolute;
  top: 54px;
  right: 0;
  width: 100%;
}

.headnav-r-mobile ul li {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.headnav-r-mobile ul li a {
  color: #fff;
  /* font-family: 'PingFang SC Semibold'; */
}

.headnav-r li:nth-child(3) {
  position: relative;
}

.wl_list_pc {
  position: absolute;
  bottom: -.4rem;
  left: -145px;
  width: 390px;
  display: none;
  opacity: 0;
  padding: 0;
}

.headnav-r li .wl_list_pc a {
  float: left;
  width: 70px;
  padding: 0 0;
  text-align: center;
}

.wl_list_pc em {
  display: inline-block;
  color: #fff;
  margin: 20px auto 0;
  float: left;
}
.headnav-r li .wl_list_pc .link-mpilot{
  width: 230px;
}
.headnav-r li.navLang{
  position: relative;
  margin-left: 20px;
}
.langIco {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  background: url(https://www.momenta.cn/detail/images/lang.png) center right 30px no-repeat;
  background-size: 18px auto;
  cursor: pointer;
  text-align: right;
}
.langCon {
  position: absolute;
  bottom: -.4rem;
  left: 50%;
  display: none;
  opacity: 0;
  padding: 0;
  transform: translateX(-58%);
  white-space: nowrap;
  color: #FFFFFF;
}
.langCon em{
  vertical-align: middle;
  opacity: .5;
}
.headnav-r li .langCon a {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  padding: 0 .1rem;
  opacity: .5;
  min-width: 24px;
  text-align: center;
}
.headnav-r li .langCon a:hover{
    opacity: 1;
}
.headnav-r li .langCon a.active {
  opacity: 1;
}
.headnav-r li .langCon a.hover{
    opacity: 1;
}
.headnav-r li .langCon a.noHover{
    opacity: .5;
}
/*手机导航*/

.h5_nav,
.h5_nav_bg {
  width: 100%;
  top: 0;
  right: -100%;
  height: 100%;
  position: fixed;
  z-index: 666;
  /* display: none;
  background: rgba(0, 0, 0, 0.3) ;  */
}

.h5_nav_bg {
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  display: none;
}

.h5_nav .nav_list {
  width: 3.54rem;
  background: #0068EB;
  padding-left: 0.96rem;
  position: fixed;
  height: 100%;
  right: -100%;
}
.h5_nav .nav_list .top-box{
    padding: 0.3rem 0.5rem 0 0;
    box-sizing: border-box;
}
.h5_nav .nav_list .top-language{
    height: 0.85rem;
    display: inline-block;
    color: #fff;
}
.h5_nav .nav_list .top-language a{
    color: #fff;
    padding-right: 10px;
    line-height: 0.85rem;
    height: 0.85rem;
    font-size: 0.28rem;
    display: inline-block;
}
.h5_nav .nav_list .top-language .en-link{
    padding-left:10px;
}
.h5_nav .nav_list .top-language .line{
    font-size: 0.22rem;
    display: inline-block;
    line-height: 0.85rem;
}
.h5_nav .nav_list .top-language .light{
    /* font-family: 'PingFang SC Semibold'; */
    font-weight: bold;
}
.h5_nav .nav_list .close {
  margin: 0;
  color: #fff;
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  text-align: center;
  line-height: .85rem;
  position: absolute;
  top:0.3rem;
  right: 0.5rem;
}

.h5_nav .nav_list .close img {
    width: 0.31rem;
    vertical-align: middle;
    margin: -2px auto 0;
}

.h5_nav ul {
  width: 2.58rem;
}

.h5_nav ul li {
  margin-top: 0.73rem;
  border-bottom: 1px solid #fff;
  position: relative;
}

.h5_nav ul li a,
.h5_nav ul li .wl_list a {
  width: 2.58rem;
  height: 0.55rem;
  line-height: 0.45rem;
  display: block;
  color: #fff;
  font-size: 0.26rem;
}


.h5_nav ul li .wl_list {
  height: 0;
  overflow: hidden;
  clear: both;
}

.h5_nav ul li .wl_list.wl_list_show {
  height: auto;
}

.h5_nav ul li .wl_list a {
  border-bottom: none;
}

.h5_nav ul li:nth-child(4) a {
  width: 100%;
}

.h5_nav ul li a.link-mpilot{
  height: 1rem;
  box-sizing: border-box;
  white-space: nowrap;
}

.h5_nav ul li:nth-child(4) em {
  width: 0.2rem;
  display: block;
  padding: 0.2rem 0.24rem 0.2rem 0.45rem;
  position: ABSOLUTE;
  right: 0;
  top: 0;
}

.h5_nav ul li:nth-child(4) em img {
  width: 0.23rem;
  float: left;
}
.bot-box{
  font-size: 0;
  margin-bottom: 1rem;
  width: 2.6rem;
  text-align: right;
}
.botLang,
.langList{
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  transition: all .3s;
}
.botLang{
  height: .4rem;
  font-size: .26rem;
  color: #FFFFFF;
  line-height: .4rem;
  background:url(https://www.momenta.cn/detail/images/lang.png) left center no-repeat;
  background-size: .35rem auto;
  cursor: pointer;
  padding-left: .44rem;
}
.botLang span{
    display: block;
    transition: all .1s;
}
.botLang.active span{
    width: 0;
    overflow: hidden;
    transition: all .3s;
}
.langList a{
  float: left;
  width: 0;
  height: .4rem;
  line-height: .4rem;
  font-size: .26rem;
  color: #5C8EFF;
  text-align: center;
  overflow: hidden;
  margin-left: 2px;
}
.langList a.active{
  /* width: .4rem; */
  color: #FFFFFF;
}
.langList.open a{
  width: .4rem;
  width: .68rem;
  text-align: right;
}

/*蒙版*/
.mbopact {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  opacity: .5;
}

/*滚动白色背景*/
.red {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 800px;
  top: 500px;
  overflow: hidden;
  transform: skew(0deg, -12deg);
}

.red::after {
  content: attr(data-content);
  width: 200%;
  height: 800px;
  background: #fff;
  /* transform: skew(0deg, -12deg); */
  z-index: 999;
  top: 700px;
  bottom: 0;
  left: -50%;
  position: absolute;
  z-index: -1;
  transform: translateY(0px);
}

/**/
.scroll-od {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 126px;
  line-height: 14px;
  color: #fff;
  font-size: 16px;
  z-index: 9;
}

.scroll-od i {
  display: block;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  font-family: 'Din black';
}

.bd-scroll {
  position: absolute;
  bottom: 0;
  left: 0.3em;
  width: 1px;
  height: 78px;
  overflow: hidden;
}

.bd-scroll::after,
.bd-scroll::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
}

.bd-scroll::after {
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.bd-scroll::before {
  z-index: 2;
  background-color: #0068eb;
  -webkit-animation: scroll 2.4s infinite normal;
  animation: scroll 2.4s infinite normal;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0)
  }

  15% {
    -webkit-transform: translate3d(0, -98%, 0)
  }

  85% {
    -webkit-transform: translate3d(0, 98%, 0)
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0)
  }
}

@keyframes scroll {
  0% {
    transform: translate3d(0, -100%, 0)
  }

  15% {
    transform: translate3d(0, -98%, 0)
  }

  85% {
    transform: translate3d(0, 98%, 0)
  }

  100% {
    transform: translate3d(0, 100%, 0)
  }
}

.round-sector {
  transform: rotate(-50deg);
}

.big-tit span.cg_tit_ts_cn {
  line-height: .64rem;
}

.big-tit span.cg_tit_ts_zn {
  line-height: .58rem;
}

.text-small {
  text-transform: none;
}

/* @主体2 文字 */
.main-second {
  padding: 114px 0 24px;
}

.text-module {
  width: 47.5%;
  margin: 0 auto;
}

.text-module .tit {
  position: relative;
  margin-bottom: 40px;
  font-size: 54px;
  color: #0068eb;
  /* text-transform: uppercase; */

}

.text-module .tit span {
  font-family: 'Din black';
}

.text-module .tit-sub {
  margin-bottom: 40px;
  font-size: 24px;
  color: #0068eb;
}

.text-module .tit i {
  position: absolute;
  top: -16px;
  left: -20px;
  width: 28px;
  height: 28px;
}

.text-module .tit i .broadwise,
.text-module .tit i .vertical {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 2px;
  background-color: #0068eb;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

/* .text-module:hover .tit i .broadwise{
  width:100%;
  height: 2px;
}
.text-module:hover .tit i .vertical{
  width:2px;
  height: 100%;
} */
@-webkit-keyframes broadwise {
  form {
    width: 2px;
    height: 2px;
  }

  100% {
    width: 100%;
    height: 4px;
  }
}

@keyframes broadwise {
  form {
    width: 2px;
    height: 2px;
  }

  100% {
    width: 100%;
    height: 4px;
  }
}

@-webkit-keyframes vertical {
  form {
    width: 2px;
    height: 2px;
  }

  100% {
    width: 4px;
    height: 100%;
  }
}

@keyframes vertical {
  form {
    width: 2px;
    height: 2px;
  }

  100% {
    width: 4px;
    height: 100%;
  }
}

.broadwise {
  -webkit-animation-name: broadwise;
  animation-name: broadwise;
  animation-fill-mode: forwards !important;
}

.vertical {
  -webkit-animation-name: vertical;
  animation-name: vertical;
  animation-fill-mode: forwards !important;
}

.text-module .explore,
.main-fifth .explore {
  display: inline-block;
  width: 110px;
  font-size: 16px;
  color: #0068eb;
  text-transform: uppercase;
  position: relative;
  padding-right: 1.12rem;
  font-family: 'Din black';
}

.explore-wrap {
  padding: 30px;
  cursor: pointer;
}

.explore .elongate,
.main-fifth .elongate {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  margin-left: 0.07rem;
  width: 1.12rem;
  height: 8px;
  background: url(https://www.momenta.cn/detail/images/icon-play2.png) no-repeat right center/8px;
  vertical-align: middle;
  transition: .3s width;
  -webkit-transition: .3s width;
  -moz-transition: .3s width;
  -ms-transition: .3s width;
  -o-transition: .3s width;
}

.explore .elongate:after,
.main-fifth .elongate:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 98%;
  height: 1px;
  /* border-bottom: 1px solid #0068eb; */
  background-color: #0068eb;
}

.explore:hover .elongate,
.main-fifth .text-right:hover .elongate {
  width: 1.42rem;
}

.left-con-t .tit {
  margin-bottom: 10px;
  text-align: right;
}

.left-con-t .tit i {
  left: auto;
  right: -20px;
}

.left-con-t .tit-sub {
  text-align: right;
  /* font-family: 'PingFang SC Semibold'; */
}



/* @首页轮播 */
/* @主体4 轮播:文字+图片 */
.ligh-series .explore,
.main-fifth .explore {
  color: #fff;
  margin-top: 14px;
}

.ligh-series .elongate,
.main-fifth .elongate {
  background-image: url(https://www.momenta.cn/detail/images/icon-play2-ligh.png);
}

.ligh-series .elongate:after,
.main-fifth .elongate:after {
  background-color: #fff;
}

.single .left-con-t {
  position: relative;
  width: 100%;
  right: 5%;
}

.main-fifth .join-h5 {
  display: none;
}

/* @合作伙伴 */
.partners-swiper {
  width: 90%;
  margin: 0 auto;
}

.partners-swiper .swiper-button-prev {
  left: 10%;
}

.partners-swiper .swiper-button-next {
  right: 5%;
}

.partners-swiper .partner-img {
  position: relative;
  width: 100%;
  height: 138px;
  box-sizing: border-box;
}

.partners-swiper .partner-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.partners-swiper .partner-symbol {
  width: 100%;
  text-align: center;
}

.partners-swiper .makeup {
  display: inherit;
  margin: 44px 0 10px;
  height: 48px;
}


/* @主体5 联系 */
.main-fifth {
  padding: 170px 0 160px;
  background: #0068eb url(https://www.momenta.cn/detail/images/fifth-bg.png) no-repeat right center/auto 100%;
}

.main-fifth h2 {
  color: #fff;
  font-size: 45px;
  /* font-family: 'PingFang SC Semibold'; */
  padding: .3rem 0;
}

/* @底部信息 */
.main-sixth {
  position: relative;
  padding: 84px 0;
  background-color: #282828;
}

.btm-logo {
  padding-bottom: 1.4rem;
  padding-bottom: .84rem;
  width: 2.45rem;
}

.btm-logo img {
  width: 100%;
}

.language {
  padding-bottom: 1.4rem;
}

.languaget {
  display: none;
  padding: 50px 0px 2px;
}

.language a {
  display: inline-block;
  margin-left: 8px;
}

.language a img {
  width: .6rem;
}

.language a:nth-child(1){
  opacity: .3;
}

.language a:nth-child(2){
  opacity: 1;
}

.address-wrap {
  float: left;
  width: 30%;
  max-width: 295px;
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.address-wrap-sz {
  width: 12%;
}

.address-wrap-dg dd {
  white-space: nowrap;
}

.address-wrap dt,
.address-wrap dd {
  padding-left: 20px;
}

.address-wrap dt {
  padding-bottom: 5px;
  color: #c9c9c9;
  font-size: 14px;
  background: url(https://www.momenta.cn/detail/images/icon-address.png) no-repeat -6px 0/22px;
  /* font-family: 'PingFang SC Semibold'; */
}

.address-wrap dd {
  margin-bottom: 4px;
  line-height: 22px;
  color: #a9a9a9;
  font-size: 12px;
  /* font-family: 'PingFang SC Semibold'; */
}

.compony-msg {
  width: 40%;
  line-height: 25px;
  position: relative;
}

.chat-wrap {
  text-align: right;
}

.chat-wrap a {
  display: inline-block;
  vertical-align: bottom;
  width: .68rem;
  height: .56rem;
  margin-left: 30px;
  width: 32px;
  height: 26px;
  margin-left: .1rem;
}
.chat-wrap span,
.chat-wrap i{
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.chat-wrap span{
  font-size: .22rem;
  color: #FFFFFF;
}
.chat-wrap i{
  font-style: normal;
  width: 1px;
  height: .2rem;
  color: #979797;
  margin-left: .1rem;
  line-height: .18rem;
}

.wchat {
  background-image: url(https://www.momenta.cn/detail/images/wechat_a.png);
  background-size: 100% 100%;
}

.wchat.on,
.wchat:hover {
  background-image: url(https://www.momenta.cn/detail/images/wechat_h.png);
  background-size: 100% 100%;
}

.zhi {
  background-image: url(https://www.momenta.cn/detail/images/zhi_a.png);
  background-size: 100% 100%;
}

.zhi.on,
.zhi:hover {
  background-image: url(https://www.momenta.cn/detail/images/zhi_h.png);
  background-size: 100% 100%;
}

.in {
  background-image: url(https://www.momenta.cn/detail/images/in_a.png);
  background-size: 100% 100%;
}

.in.on,
.in:hover {
  background-image: url(https://www.momenta.cn/detail/images/in_h.png);
  background-size: 100% 100%;
}
.twitter {
  background-image: url(https://www.momenta.cn/detail/images/twitter_a.png);
  background-size: 100% 100%;
}
.twitter.on,
.twitter:hover {
  background-image: url(https://www.momenta.cn/detail/images/twitter_h.png);
  background-size: 100% 100%;
}

.dia-wechat {
  position: absolute;
  width: 2rem;
  top: -2.2rem;
  right: 0.75rem;
  display: none;
}

.copyright {
  float: left;
  width: 60%;
  padding-top: 3px;
  color: #fff;
  font-size: 12px;
  /* font-family: 'PingFang SC Semibold'; */
  line-height: 1.6;
}
.copyright a:hover{
  /* font-family: 'PingFang SC Semibold'; */
}
.bottom-address-wrap{
  position: relative;
}

.compony-msg{
  position: absolute;
  right: 0;
  bottom:30px;
}

.footBot{
  border-top: 1px solid #979797;
  padding: .1rem 0;
  margin-top: .15rem;
  overflow: hidden;
  padding-top: 30px;
}
.policy{
  float: right;
  width: 40%;
  padding-top: 3px;
  text-align: right;
  color: #979797;
  font-size: 12px;
  /* font-family: 'PingFang SC Semibold'; */
  line-height: 1.6;
  display: none;
}
.policy a{
  color: #FFFFFF;
}
.policy a:hover {
  /* font-family: 'PingFang SC Semibold'; */
  color: #107aff;
}

/* @动画 */
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}

@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}

.jsrj .big-tit {
  width: auto;
}

.jsrj .big-tit {
  margin-right: 12.2%;
}

.jsrj .big-tit i {
  right: -.4rem;
}

/* @响应 */
@media (max-width: 374px) {
  .headnav {
    padding: 12px 0;
  }

  .headnav-l {
    width: 165px;
  }

  .headnav-r {
    display: none;
  }

  .headnav-r-mobile {
    display: block;
  }

  .public-photo {
    left: -54%;
  }

  .public-photo img {
    width: 148%;
  }

  .text-module {
    width: 82%;
  }

  .public-detailp .text-module {
    top: 44%;
    left: 0;
    right: 0;
  }

  .public-detailp .public-photo {
    right: -6%;
  }

  .text-module .tit {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .text-module .tit-sub {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: left;
  }

  .left-con-t .tit i {
    left: -20px;
    right: auto;
  }

  .left-con-t .tit-sub {
    text-align: left;
  }

  .ligh-series .tit span {
    width: auto;
  }

  .single .left-con-t {
    right: auto;
    left: 5%;
  }

  .main-fourth::before {
    height: 300px
  }

  .main-fifth {
    padding: 84px 0;
    background-position: -182% center;
  }

  .main-fifth .explore {
    margin-top: 36px;
  }

  .explore-wrap {
    text-align: left !important;
    float: left;
  }

  .ligh-series {
    left: 0;
    right: 0;
    top: 15%;
    width: 66%;
  }

  .partners-swiper .partner-img {
    height: 100px
  }

  .partners-swiper .partner-img img {
    width: 58%;
  }

  .compony-msg {
    width: 100%;
    float: left;
  }

  .chat-wrap {
    text-align: left;
  }

  .chat-wrap a {
    margin-left: 0;
    margin-right: 30px;
  }

  .copyright {
    text-align: left;
  }

  .address-wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 64px;
  }

  .address-wrap dd {
    padding-left: 0;
  }

  .copyright span {
    display: block;
    color: #a9a9a9;
  }

  .language {
    display: none;
  }

  .languaget {
    display: block;
    padding: 50px 0px 2px;
  }

  .single {
    padding-top: 66px;
  }
}

@media (min-width: 375px) and (max-width: 444px) {
  .headnav {
    padding: 12px 0;
  }

  .headnav-l {
    width: 165px;
  }

  .headnav-r {
    display: none;
  }

  .headnav-r-mobile {
    display: block;
  }

  .public-photo {
    left: -54%;
  }

  .public-photo img {
    width: 148%;
  }

  .text-module {
    width: 82%;
  }

  .public-detailp .text-module {
    top: 44%;
    left: 0;
    right: 0;
  }

  .public-detailp .public-photo {
    right: -6%;
  }

  .text-module .tit {
    font-size: 28px;
  }

  .text-module .tit-sub {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: left;
  }

  .left-con-t .tit i {
    left: -20px;
    right: auto;
  }

  .left-con-t .tit-sub {
    text-align: left;
  }

  .single .left-con-t {
    right: auto;
    left: 5%;
  }

  .main-fourth::before {
    height: 300px
  }

  .main-fifth {
    padding: 84px 0;
    background-position: -182% center;
  }

  .main-fifth .explore {
    margin-top: 36px;
  }

  .explore-wrap {
    text-align: left !important;
    float: left;
  }

  .ligh-series {
    left: 0;
    right: 0;
    top: 20%;
    width: 66%;
  }

  .partners-swiper .makeup:before {
    left: 14%;
  }

  .partners-swiper .partner-img img {
    width: 58%;
  }

  .compony-msg {
    width: 100%;
    float: left;
  }

  .chat-wrap {
    text-align: left;
  }

  .chat-wrap a {
    margin-left: 0;
    margin-right: 30px;
  }

  .address-wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 64px;
  }

  .address-wrap dd {
    padding-left: 0;
  }

  .copyright span {
    display: block;
    margin-left: 5px;
    color: #a9a9a9;
  }

  .language {
    display: none;
  }

  .languaget {
    display: block;
    padding: 50px 0px 2px;
  }

  .single {
    padding-top: 66px;
  }
}

@media (min-width: 445px) and (max-width: 640px) {
  .headnav {
    padding: 12px 0;
  }

  .headnav-l {
    width: 165px;
  }

  .headnav-r {
    display: none;
  }

  .headnav-r-mobile {
    display: block;
  }

  .public-photo {
    left: -54%;
  }

  .public-photo img {
    width: 148%;
  }

  .text-module {
    width: 82%;
  }

  .public-detailp .text-module {
    top: 50%;
    left: 0;
    right: 0;
  }

  .public-detailp .public-photo {
    right: -6%;
  }

  .text-module .tit {
    font-size: 28px;
  }

  .text-module .tit-sub {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: left;
  }

  .left-con-t .tit i {
    left: -20px;
    right: auto;
  }

  .left-con-t .tit-sub {
    text-align: left;
  }

  .single .left-con-t {
    right: auto;
    left: 5%;
  }

  .main-fourth::before {
    height: 300px
  }

  .main-fifth {
    padding: 84px 0;
    /*  background-position: -182% center; */
  }

  .main-fifth .explore {
    margin-top: 36px;
  }

  .explore-wrap {
    text-align: left !important;
    float: left;
  }

  .ligh-series {
    left: 0;
    right: 0;
    top: 15%;
    width: 66%;
  }

  /*.partners-swiper .makeup:before{
    left: 18%;
  }
  .partners-swiper .makeup:after{
    right: 18%;
  }*/
  .partners-swiper .partner-img {
    height: 100px
  }

  .partners-swiper .partner-img img {
    width: 58%;
  }

  .compony-msg {
    width: 100%;
    float: left;
  }

  .chat-wrap {
    text-align: left;
  }

  .chat-wrap a {
    margin-left: 0;
    margin-right: 30px;
  }

  .address-wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 64px;
  }

  .address-wrap dd {
    padding-left: 0;
  }

  .copyright span {
    display: block;
    margin-left: 5px;
    color: #a9a9a9;
  }

  .language {
    display: none;
  }

  .languaget {
    display: block;
    padding: 50px 0px 2px;
  }

  .single {
    padding-top: 50px;
  }
}

@media (min-width: 639px) and (max-width: 768px) {
  .headnav {
    padding: 12px 0;
  }

  .headnav-l {
    width: 165px;
  }

  .headnav-r {
    display: none;
  }

  .headnav-r-mobile {
    display: block;
  }

  .public-photo {
    left: -54%;
  }

  .public-photo img {
    width: 148%;
  }

  .text-module {
    width: 82%;
  }

  .public-detailp .text-module {
    top: 44%;
    left: 0;
    right: 0;
  }

  .public-detailp .public-photo {
    right: -6%;
  }

  .text-module .tit {
    font-size: 40px;
  }

  .text-module .tit-sub {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: left;
  }

  .left-con-t .tit i {
    left: -20px;
    right: auto;
  }

  .left-con-t .tit-sub {
    text-align: left;
  }

  .single .left-con-t {
    right: auto;
    left: 5%;
  }

  .main-fourth::before {
    height: 300px
  }

  .main-fifth {
    padding: 84px 0;
    /* background-position: -182% center; */
  }

  .main-fifth .explore {
    margin-top: 36px;
  }

  .explore-wrap {
    text-align: left !important;
    float: left;
  }

  .ligh-series {
    left: 0;
    right: 0;
    top: 6%;
    width: 66%;
  }

  /*.partners-swiper .makeup:before{
    left: 24%;
  }
  .partners-swiper .makeup:after{
    right: 24%;
  }*/
  .partners-swiper .partner-img {
    height: 138px
  }

  .partners-swiper .partner-img img {
    width: 58%;
  }

  .compony-msg {
    width: 100%;
    float: left;
  }

  .chat-wrap {
    text-align: left;
  }

  .chat-wrap a {
    margin-left: 0;
    margin-right: 30px;
  }

  .address-wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 64px;
  }

  .address-wrap dd {
    padding-left: 0;
  }

  .copyright span {
    display: block;
    margin-left: 5px;
    color: #a9a9a9;
  }

  .language {
    display: none;
  }

  .languaget {
    display: block;
    padding: 50px 0px 2px;
  }

  .single {
    padding-top: 50px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .headnav {
    padding: 24px 0 0;
  }

  .headnav-l {
    width: 214px;
  }

  .headnav-r li {
    margin-left: 34px;
  }

  .public-photo {
    left: 0;
  }

  .public-photo img {
    width: 92%;
  }

  .text-module {
    width: 440px;
  }

  .public-detailp .text-module {
    top: 22%;
    left: 4%;
    right: auto;
  }

  .public-detailp .public-photo {
    right: 0;
  }

  .text-module .tit {
    font-size: 54px;
  }

  .text-module .tit-sub {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: right;
  }

  .left-con-t .tit-sub {
    text-align: right;
  }

  .left-con-t .tit i {
    left: auto;
    right: -20px;
  }

  .single .left-con-t {
    right: 5%;
    left: auto;
  }

  .main-fourth::before {
    height: 800px
  }

  .main-fifth {
    padding: 170px 0 160px;
    background-position: right center;
  }

  .main-fifth .explore {
    margin-top: 36px;
  }

  /*.partners-swiper .makeup:before{
    left: 16%;
  }
  .partners-swiper .makeup:after{
    right: 16%;
  }*/
  .partners-swiper .partner-img {
    height: 138px
  }

  .partners-swiper .partner-img img {
    width: 64%;
  }

  .compony-msg {
    width: 40%;
    float: right;
  }

  .chat-wrap {
    text-align: right;
  }

  .chat-wrap a {
    margin-left: 30px;
    margin-right: 0;
  }

  .address-wrap {
    width: 30%;
    max-width: 266px;
    padding-right: 30px;
    padding-bottom: 0;
  }

  .address-wrap dd {
    padding-left: 20px;
  }

  .copyright span {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
  }

  .language {
    display: block;
  }

  .languaget {
    display: none;
    padding: 50px 0px 2px;
  }
}

@media (min-width: 992px) {
  .headnav {
    padding: 24px 0 0;
  }

  .headnav-l {
    width: 214px;
  }

  .public-photo {
    left: 0;
  }

  .public-photo img {
    width: 80%;
  }

  .public-detailp .text-module {
    top: 16%;
    left: 2%;
    right: auto;
  }

  .public-detailp .public-photo {
    right: 0;
  }

  .text-module .tit {
    font-size: 54px;
  }

  .text-module .tit-sub {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: right;
  }

  .left-con-t .tit-sub {
    text-align: right;
  }

  .left-con-t .tit i {
    left: auto;
    right: -20px;
  }

  .single .left-con-t {
    right: 5%;
    left: auto;
  }

  .main-fourth::before {
    height: 800px
  }

  .main-fifth {
    padding: 170px 0 160px;
    background-position: right center;
  }

  .main-fifth .explore {
    margin-top: 36px;
  }

  /*.partners-swiper .makeup:before{
    left: 10%;
  }
  .partners-swiper .makeup:after{
    right: 10%;
  }*/
  .partners-swiper .partner-img {
    height: 138px
  }

  .partners-swiper .partner-img img {
    width: 64%;
  }

  .compony-msg {
    width: 40%;
    float: right;
  }

  .chat-wrap {
    text-align: right;
  }

  .chat-wrap a {
    margin-right: 0;
  }

  .address-wrap dd {
    padding-left: 20px;
  }

  .copyright span {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
  }

  .language {
    display: block;
  }

  .languaget {
    display: none;
    padding: 50px 0px 2px;
  }
}

@media (min-width: 1200px) {
  .headnav {
    padding: 24px 0 0;
  }

  .headnav-l {
    width: 214px;
  }

  .public-photo {
    left: 2%;
  }

  .public-photo img {
    width: 74%;
  }

  .public-detailp .text-module {
    top: 14%;
    left: 4%;
    right: auto;
  }

  .public-detailp .public-photo {
    right: 2%;
  }

  .text-module .tit {
    font-size: 54px;
  }

  .text-module .tit-sub {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: right;
  }

  .left-con-t .tit-sub {
    text-align: right;
  }

  .left-con-t .tit i {
    left: auto;
    right: -20px;
  }

  .single .left-con-t {
    right: 5%;
    left: auto;
  }

  .main-fourth::before {
    height: 800px
  }

  .main-fifth {
    padding: 170px 0 160px;
    background-position: right center;
  }

  .main-fifth .explore {
    margin-top: 18px;
  }

  /*.partners-swiper .makeup:before{
    left: 12%;
  }
  .partners-swiper .makeup:after{
    right: 12%;
  }*/
  .partners-swiper .partner-img {
    height: 138px
  }

  .partners-swiper .partner-img img {
    width: 64%;
  }

  .compony-msg {
    width: 40%;
    float: right;
  }

  .chat-wrap {
    text-align: right;
  }

  .chat-wrap a {
    margin-right: 0;
  }

  .address-wrap dd {
    padding-left: 20px;
  }

  .copyright span {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
  }

  .language {
    display: block;
  }

  .languaget {
    display: none;
    padding: 50px 0px 2px;
  }
}

@media (min-width: 1440px) {
  .headnav {
    padding: 24px 0 0;
  }

  .headnav-l {
    width: 214px;
  }

  .public-photo {
    left: 4%;
  }

  .public-photo img {
    width: 64%;
  }

  .public-detailp .text-module {
    top: 14%;
    left: 8%;
    right: auto;
  }

  .public-detailp .public-photo {
    right: 4%;
  }

  .text-module .tit {
    font-size: 54px;
  }

  .text-module .tit-sub {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: right;
  }

  .left-con-t .tit-sub {
    text-align: right;
  }

  .left-con-t .tit i {
    left: auto;
    right: -20px;
  }

  .single .left-con-t {
    right: 5%;
    left: auto;
  }

  .main-fourth::before {
    height: 800px
  }

  .main-fifth {
    padding: 170px 0 160px;
    background-position: right center;
  }

  .main-fifth .explore {
    margin-top: 18px;
  }

  /*.partners-swiper .makeup:before{
    left: 22%;
  }
  .partners-swiper .makeup:after{
    right: 22%;
  }*/
  .partners-swiper .partner-img {
    height: 138px
  }

  .partners-swiper .partner-img img {
    width: 68%;
  }

  .compony-msg {
    width: 40%;
    float: right;
  }

  .chat-wrap {
    text-align: right;
  }

  .chat-wrap a {
    margin-right: 0;
  }

  .address-wrap dd {
    padding-left: 20px;
  }

  .copyright span {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
  }

  .language {
    display: block;
  }

  .languaget {
    display: none;
    padding: 50px 0px 2px;
  }
}

@media (min-width: 1600px) {
  .headnav {
    padding: 24px 0 0;
  }

  .headnav-l {
    width: 214px;
  }

  .public-photo {
    left: 4%;
  }

  .public-photo img {
    width: 62%;
  }

  .text-module {
    width: 610px;
  }

  .public-detailp .text-module {
    top: 15%;
    left: 8%;
    right: auto;
  }

  .public-detailp .public-photo {
    right: 4%;
  }

  .text-module .tit {
    font-size: 54px;
  }

  .text-module .tit-sub {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: right;
  }

  .left-con-t .tit-sub {
    text-align: right;
  }

  .left-con-t .tit i {
    left: auto;
    right: -20px;
  }

  .single .left-con-t {
    right: 5%;
    left: auto;
  }

  .main-fourth::before {
    height: 800px
  }

  .main-fifth {
    padding: 170px 0 160px;
    background-position: right center;
  }

  .main-fifth .explore {
    margin-top: 18px;
  }


  /*.partners-swiper .makeup:before{
    left: 24%;
  }
  .partners-swiper .makeup:after{
    right: 24%;
  }*/
  .partners-swiper .partner-img {
    height: 138px
  }

  .partners-swiper .partner-img img {
    width: 60%;
  }

  .compony-msg {
    width: 40%;
    float: right;
  }

  .chat-wrap {
    text-align: right;
  }

  .chat-wrap a {
    margin-right: 0;
  }

  .address-wrap dd {
    padding-left: 20px;
  }

  .copyright span {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
  }

  .language {
    display: block;
  }

  .languaget {
    display: none;
    padding: 50px 0px 2px;
  }
}

@media (min-width: 1860px) {
  .headnav {
    padding: 24px 0 0;
  }

  .headnav-l {
    width: 214px;
  }

  .public-photo {
    left: 4%;
  }

  .public-photo img {
    width: 55%;
  }

  .text-module {
    width: 610px;
  }

  .public-detailp .text-module {
    top: 22%;
    left: 8%;
    right: auto;
  }

  .public-detailp .public-photo {
    right: 4%;
  }

  .text-module .tit {
    font-size: 54px;
  }

  .text-module .tit-sub {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .text-module .explore,
  .main-fifth .explore {
    /* width:260px; */
  }

  .left-con-t .tit {
    text-align: right;
  }

  .left-con-t .tit-sub {
    text-align: right;
  }

  .left-con-t .tit i {
    left: auto;
    right: -20px;
  }

  .single .left-con-t {
    right: 5%;
    left: auto;
  }

  .main-fourth::before {
    height: 800px
  }

  .main-fifth {
    padding: 170px 0 160px;
    background-position: right center;
  }

  .main-fifth .explore {
    margin-top: 18px;
  }

  /*.partners-swiper .makeup:before{
    left: 24%;
  }
  .partners-swiper .makeup:after{
    right: 24%;
  }*/
  .partners-swiper .partner-img {
    height: 138px
  }

  .partners-swiper .partner-img img {
    width: 54%;
  }

  .compony-msg {
    width: 40%;
    float: right;
    margin-bottom: 4px;
  }

  .chat-wrap {
    text-align: right;
  }

  .chat-wrap a {
    margin-left: .2rem;
    margin-right: 0;
  }

  .address-wrap dd {
    padding-left: 20px;
  }

  .copyright span {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
  }

  .language {
    display: block;
  }

  .languaget {
    display: none;
    padding: 50px 0px 2px;
  }
}

.swicth .swiper-button-next,
.swicth .swiper-button-prev {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, .2);
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .4s all;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -ms-transition: .4s all;
  -o-transition: .4s all;
}

.swicth .swiper-button-prev {
  background-image: url(https://www.momenta.cn/detail/images/icon-lb-prev.svg);
  background-position: 14px 14px;
}

.swicth .swiper-button-next {
  background-image: url(https://www.momenta.cn/detail/images/icon-lb-next.svg);
  background-position: -13px 14px;
}

.certify .swiper-button-prev {
  background-image: url(https://www.momenta.cn/detail/images/icon-lb-prev.svg);
  background-position: 12px 14px;
}

.certify .swiper-button-next {
  background-image: url(https://www.momenta.cn/detail/images/icon-lb-next.svg);
  background-position: -14px 14px;
}

.swicth .swiper-button-prev:hover,
.swicth .swiper-button-next:hover {
  background-color: #0068eb;
  border-color: #0068eb;
  /*  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2); */
}

/* .swicth .swiper-button-prev:hover{
 background-position: -18px center;
}
.swicth .swiper-button-next:hover{
 background-position: 17px center;
} */
/*中间标题*/
.text-module {
  width: 47.5%;
  margin: 0 auto;
}

.text-module .tit {
  position: relative;
  font-size: 0.68rem;
  margin-bottom: 0.02rem;
  color: #0068eb;
  text-transform: uppercase;

}

.text-module .tit span {
  font-family: 'Din black';
}


.text-module-wid .tit span {
    font-weight: bold;
    /* font-family: 'Din black', 'PingFang SC Semibold'; */
}

.text-module .tit-sub {
  margin-bottom: 40px;
  font-size: 24px;
  color: #0068eb;
}

.text-module .tit i {
  position: absolute;
  top: -16px;
  left: -20px;
  width: 28px;
  height: 28px;
}

.text-module .tit i .broadwise,
.text-module .tit i .vertical {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 2px;
  background-color: #0068eb;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

/*左边*/
.left-con-t .tit,
.left-con-t .tit-sub {
  text-align: left;
}

.left-con-t .tit i {
  right: 0;
  left: -20px;
}

/*右边标题*/
.public-detailo .right-con-t {
  top: 5%;
  left: auto;
  right: 0;
}

.right-con-t .tit,
.right-con-t .tit-sub {
  text-align: right !important;
}

.right-con-t .tit i {
  right: -20px;
  left: auto;
}

/*左➕号动画标题*/
.tit-amits {
  position: relative;
  font-size: .68rem;
  line-height: 0.7rem;
  color: #0068eb;
  /* text-transform: uppercase; */
  /* width: 1455px; */
  margin: 0 auto 0.35rem 1rem;
  -webkit-transform: skew(0deg, 12deg);
  -moz-transform: skew(0deg, 12deg);
  transform: skew(0deg, 12deg);
  width: 3.65rem;
  text-align: left;
}

.amits-right {
  /*右边*/
  margin: 0 1rem 0.35rem auto;
}

.tit-amits span.cg_tit_eh {
  font-size: .74rem;
}

.tit-amits span.cg_tit_cn {
  font-size: .4rem;
}

.tit-amits span {
  font-family: 'Din black';
}

.tit-amits .cg_tit {
  display: block;
  color: #fff;
}

.tit-amits .cg_tit.dms_tit {
  font-size: .56rem;
  line-height: .7rem;
  white-space: nowrap;
}

.tit-amits .cg_tit.dms_size_small {
  font-family: 'Din black';
  font-size: .45rem;
  line-height: .54rem;
}

.tit-amits .cg_tit_zh {
  font-size: .36rem;
  /* font-family: 'PingFang SC Semibold'; */
}

.tit-amits i {
  position: absolute;
  top: -0.3rem;
  left: -0.4rem;
  width: 0.41rem;
  height: 0.41rem;
}

.tit-amits i .broadwise,
.tit-amits i .vertical {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 2px;
  background-color: #fff;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

/*小箭头*/
.sq-wrap-new {
  height: 22px;
  margin: 0.54rem 0 0 1rem;
  width: 3.65rem;
  text-align: left;
  -webkit-transform: skew(0deg, 12deg);
  -moz-transform: skew(0deg, 12deg);
  transform: skew(0deg, 12deg);
}

.sq-wrap-new-right {
  margin: 0.54rem 1rem 0 auto;
}

.sq-wrap-new .explore {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.sq-wrap-new .explore .elongate {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  margin-left: 0.07rem;
  width: 1.12rem;
  height: 0.08rem;
  background: url(https://www.momenta.cn/detail/images/icon-play2-ligh.png) no-repeat right center/8px;
  vertical-align: middle;
  transition: .3s width;
  -webkit-transition: .3s width;
  -moz-transition: .3s width;
  -ms-transition: .3s width;
  -o-transition: .3s width;
}

.sq-wrap-new .explore .elongate:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 1.5px;
  margin: auto;
  width: 98%;
  height: 1px;
  /* border-bottom: 1px solid #fff; */
  background-color: #fff;
}

.sq-wrap-new .explore:hover .elongate {
  width: 1.42rem;
}

/*大标题*/
.big-tit,
.cg-module .tit {
  font-size: 0.68rem;
}

.big-tit {
  position: relative;
  color: #0068eb;
  /* text-transform: uppercase; */
  width: 6.62rem;
  margin: .2rem 2.41rem 0.4rem auto;
  line-height: 0.62rem;
  text-align: center;
}

.big-tit .text-small {
  line-height: .68rem;
}

.big-tit span,
.cg-module .tit span {
  /* font-family: 'Din black'; */
}

.big-tit span.our_tit2 {
  font-size: 0.36rem;
  line-height: 0.5rem;
  /* font-family: 'PingFang SC Semibold'; */
}

.big-tit .cg_tit {
  display: block;
}

.big-tit .cg_tit_zh,
.cg-module .tit .cg_tit_zh {
  font-size: 0.36rem;
  line-height: .42rem;
  font-size: 3.23vw;
  line-height: 1.3;
  display: block;
  /* font-family: 'PingFang SC Semibold'; */
}

.big-tit i,
.cg-module .tit i {
  position: absolute;
  top: -0.3rem;
  left: auto;
  right: -0.4rem;
  width: 0.4rem;
  height: 0.4rem;
}

.big-tit i .broadwise,
.big-tit i .vertical,
.cg-module .tit i .broadwise,
.cg-module .tit i .vertical {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 2px;
  background-color: #0068eb;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.big-right-border-tit {
  margin-right: 0;
}

.big-left-boder-tit {
  margin: .2rem auto 0.4rem 0;
  text-align: left;
}

.big-left-boder-tit i {
  right: auto;
  left: -0.4rem;
}

.big-clear-tit span {
  display: block;
}

/*加入我们*/
/* .tit-about{
  position: relative;
  margin-bottom: 40px;
  font-size: 54px;
  color: #0068eb;
  text-transform: uppercase;
}
.tit-about span{
  font-family: 'Din black';
}
.tit-about-sub{
  margin-bottom: 40px;
  font-size: 24px;
  color: #0068eb;
}
.tit-about i{
  position: absolute;
  top: -16px;
  left: -0.36rem;
  width: 0.41rem;
  height: 0.41rem;
}
.tit-about i .broadwise,
.tit-about i .vertical{
  content: '';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  width:2px;
  height: 2px;
  background-color: #0068eb;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
 */




@media (max-width: 1024px) {
  .h5-text {
    display: block;
  }

  .pc-text {
    display: none;
  }

  .language a,
  .copyright span {
    margin-left: 0;
  }

  .explore .elongate,
  .main-fifth .elongate {
    width: 1.65rem;
    margin-left: 5px;
  }

  .red {
    display: none;
  }

  .big-tit {
    width: 100%;
  }

  .lzdjsbox .big-tit {
    width: 5rem;
    margin-right: auto;
  }

  .btm-logo {
    width: 2.45rem;
  }

  .btm-logo img {
    width: 100%;
  }

  .btm-width {
    width: 5rem !important;
    margin: 0 auto;
  }

  .main-fifth h2 {
    font-size: 0.54rem;
    line-height: 0.7rem;
    /* font-family: 'Din black'; */
  }

  .main-fifth .join-pc {
    display: none;
  }

  .main-fifth .join-h5 {
    display: block;
  }

  .main-fifth .join-h5 img {
    display: block;
    width: 3.7rem;
  }

  .explore-wrap {
    padding: .3rem 0;
  }
  .chat-wrap span{
    display: block;
    padding-bottom: .15rem;
    font-size: .24rem;
  }
  .chat-wrap a {
    width: .68rem;
    height: .56rem;
    width: 28px;
    height: 23px;
    margin-right: .2rem;
  }
  .footBot{
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
  }

  .headnav-l,
  .headnav-l img {
    width: 2.8rem;

  }

  .headnav-l {
    padding: 0.5rem 0 0.5rem 0.7rem;
    margin: 0;
  }

  .headnav {
    padding: 0;
  }

  .headnav .fix-width {
    width: 100% !important;
    padding: 0 0.5rem 0.3rem 0;
    box-sizing: border-box;
  }

  .copyright {
    text-align: left;
  }

  .scroll-od {
    font-size: 12px;
    bottom: -30px;
    height: 96px;
  }
  .bd-scroll{
    height: 60px;
  }
  .big-tit,
  .cg-module .tit {
    font-size: .6rem;
    line-height: .62rem;
  }

  .big-tit .cg_tit_zh,
  .cg-module .tit .cg_tit_zh {
    font-size: .32rem;
    line-height: .48rem;
  }

  .big-tit i .vertical,
  .cg-module .tit i .vertical {
    width: 100%;
    height: 4px;
  }

  .big-tit i .broadwise,
  .cg-module .tit i .broadwise {
    width: 4px;
    height: 100%;
  }

  .h5-jsrj-tit span.cg_tit {
    line-height: .58rem;
  }

  .dia-wechat {
    left: 0;
    right: auto;
  }

  .address-wrap dd {
    color: #a9a9a9;
  }

  .swicth .swiper-button-next {
    background-image: url(https://www.momenta.cn/detail/images/icon-lb-next.svg);
    background-position: -14px 14px;
  }

  .swicth .swiper-button-next:hover {
    background-position: 17px 14px;
  }

  .swicth .swiper-button-prev {
    background-image: url(https://www.momenta.cn/detail/images/icon-lb-prev.svg);
    background-position: 14px 14px;
  }

  .swicth .swiper-button-prev:hover {
    background-position: -17px 14px;
  }

  .swicth .partners-swiper-prev {
    background-image: url(https://www.momenta.cn/detail/images/icon-lb-prev.svg);
    background-position: 14px center;
  }

  .swicth .partners-swiper-prev:hover {
    background-position: -17px center;
  }

  .swicth .partners-swiper-next {
    background-position: -14px center;
  }

  .swicth .partners-swiper-next:hover {
    background-position: 17px center;
  }

  .address-wrap-dg dd {
    white-space: pre-line;
    width: 76%;
  }

  .wchat.on,
  .wchat:hover {
    background-image: url(https://www.momenta.cn/detail/images/wechat_a.png);
    background-size: 100% 100%;
  }

  .zhi.on,
  .zhi:hover {
    background-image: url(https://www.momenta.cn/detail/images/zhi_a.png);
    background-size: 100% 100%;
  }

  .in.on,
  .in:hover {
    background-image: url(https://www.momenta.cn/detail/images/in_a.png);
    background-size: 100% 100%;
  }
  .twitter.on,
  .twitter:hover {
    background-image: url(https://www.momenta.cn/detail/images/twitter_a.png);
    background-size: 100% 100%;
  }
  .compony-msg{
    position: static;
  }
  .copyright,
  .policy{
    float: none;
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 1025px) and (max-width: 1688px) {
  .wl_list_pc{
    left: -130px;
    width: 360px;
  }
  .headnav-r li .wl_list_pc .link-mpilot{
    width: 190px;
  }
  .tit-amits .cg_tit.dms_tit {
    font-size: .4rem;
    line-height: .5rem;
  }

  .tit-amits .cg_tit.dms_size_small {
    font-size: .34rem;
    line-height: .36rem;
  }


  .big-tit .text-small {
    line-height: .53rem;
  }

  .scroll-od {
    font-size: .12rem;
    bottom: -56px;
  }

  .bd-scroll {
    bottom: 5px;
  }

  @-webkit-keyframes broadwise {
    form {
      width: 2px;
      height: 2px;
    }

    100% {
      width: 100%;
      height: 2px;
    }
  }

  @keyframes broadwise {
    form {
      width: 2px;
      height: 2px;
    }

    100% {
      width: 100%;
      height: 2px;
    }
  }

  @-webkit-keyframes vertical {
    form {
      width: 2px;
      height: 2px;
    }

    100% {
      width: 4px;
      height: 100%;
    }
  }

  @keyframes vertical {
    form {
      width: 2px;
      height: 2px;
    }

    100% {
      width: 2px;
      height: 100%;
    }
  }

  .headnav-l img {
    width: 1.4rem;
    margin-top: .14rem;
  }

  .headnav-l {
    padding: .24rem .3rem .1rem 0;
  }

  .headnav-r li a {
    font-size: .12rem;
  }
  .langIco{
    font-size: .12rem;
    background-size: 14px auto;
    background-position: center right 24px;
  }
  .headnav-r li .langCon{
      transform: translateX(-52%);
  }
  .headnav-r li .langCon a{
      font-size: .12rem;
      min-width: 20px;
  }
  .headnav-r li .langCon a.active {
    opacity: 1;
  }
  .headnav-r li .langCon a.hover{
    opacity: 1;
  }
  .headnav-r li .langCon a.noHover{
    opacity: .5;
  }

  .headnav {
    padding: 3px 0;
  }

  .big-tit,
  .cg-module .tit {
    font-size: .36rem;
    line-height: .52rem;
  }

  .big-tit .cg_tit_zh,
  .big-tit span.our_tit2,
  .cg-module .tit .cg_tit_zh {
    font-size: .22rem;
    line-height: .22rem;
    font-size: 3.23vw;
    line-height: 1.3;
  }

  .big-tit i,
  .cg-module .tit i {
    width: .26rem;
    height: .26rem;
    right: -.26rem;
    top: -.12rem;
  }

  .big-left-boder-tit i {
    left: -.26rem;
  }

  .main-fifth h2 {
    font-size: .38rem;
  }

  .main-fifth .explore {
    margin-top: 0;
    height: .38rem;
    line-height: .38rem;
  }

  /* .main-fifth .explore-wrap{
  padding: 0;
} */
  .address-wrap {
    padding-right: .22rem;
  }

  .address-wrap {
    max-width: 290px;
  }

  .address-wrap {
    padding-right: .1rem;
    width: 26%;
  }

  .compony-msg {
    width: 47%;
    bottom:18px;
  }

  .chat-wrap a {
    width: .50rem;
    height: .42rem;
    width: 28px;
    height: 23px;
  }
  .chat-wrap span{
    font-size: 18px;
  }
  .chat-wrap i{
    height: .18rem;
  }
  .tit-amits {
    font-size: .36rem;
    line-height: .42rem;
    margin-bottom: .24rem;
  }

  .swicth .swiper-button-next,
  .swicth .swiper-button-prev {
    width: 38px;
    height: 38px;
    background-size: 40px;
  }

  .swicth .swiper-button-next:hover {
    background-position: 14px 11px;
  }

  .swicth .swiper-button-prev {
    background-position: 11px 11px;
  }

  .swicth .swiper-button-prev:hover {
    background-position: -17px 11px;
  }

  .swicth .swiper-button-next {
    background-position: -13px 11px;
  }

  .big-tit span.our_tit2 {
    font-size: 0.22rem;
  }

  .big-tit span.cg_tit_ts_cn {
    line-height: .34rem;
  }

  .big-tit span.cg_tit_ts_cn2 {
    padding-top: .02rem;
  }

  .big-tit span.cg_tit_ts_zn {
    line-height: .42rem;
  }

  .jsrj .big-tit i {
    right: -.26rem;
  }

  .address-wrap {
    width: 210px;
    padding-right: 30px;
    padding-bottom: 10px;
  }

  .address-wrap-sz {
    width: 16%;
  }

  .address-wrap-sz dd.first-sz {
    width: 110px;
  }

  .compony-msg {
    width: 38%;
  }

  .address-wrap-dg dd {
    white-space: pre-line;
  }

  .dia-wechat {
    right: .5rem;
  }
}

@media (min-width: 1400px) and (max-width: 1688px) {
  .tit-amits .cg_tit.dms_tit {
    font-size: .4rem;
    line-height: .5rem;
  }

  .tit-amits .cg_tit.dms_size_small {
    font-size: .34rem;
    line-height: .36rem;
  }
}

@media (min-width: 1680px) and (max-width: 1688px) {
  .big-tit,
  .cg-module .tit {
    font-size: .46rem;
    line-height: .62rem;
  }

  .big-tit .cg_tit_zh,
  .big-tit span.our_tit2,
  .cg-module .tit .cg_tit_zh {
    font-size: .24rem;
    line-height: .24rem;
  }

  .headnav-r li a {
    font-size: .14rem;
  }

  .tit-amits {
    font-size: .46rem;
    line-height: .52rem;
  }

  .big-tit {
    margin: .6rem 2.41rem 0.6rem auto;
  }

  .big-tit span.cg_tit_ts_cn {
    line-height: .44rem;
  }
  .wl_list_pc{
    left: -140px;
    width: 380px;
  }
  .headnav-r li .wl_list_pc .link-mpilot{
    width: 210px;
  }

}
@media (min-width:2150px){
  .red{
    top:700px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .headnav-r {
    display: none;
  }
  .headnav-r-mobile{
    display: block;
  }
  .btm-width{
    width: 80% !important;
  }

  .chat-wrap a{
    margin:0 0 0 10px;

  }
  .compony-msg{
    width: 280px;
  }
  .address-wrap-sz,
  .address-wrap{
    width: 20%;
  }
  .h5_nav ul li a, .h5_nav ul li .wl_list a{
    font-size: 0.24rem;
  }
  .h5_nav .nav_list{
    overflow-y: auto;
  }
  .h5_nav ul{
    padding-bottom: 1rem;
    padding-bottom: .9rem;
  }
}
/* cookie */
/* .cookieBox{
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(25, 30, 40, 0.6);
  z-index: 103;
  color: #E4E4E5;
  font-size: 14px;
  padding: .2rem;
  box-sizing: border-box;
  display: none;
  display: none !important;
}
.cookie{
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1688px;
  margin: 0 auto;
}
.cookLef h3{
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.4;
  margin-top: 3px;
}
.cookText {
  color: #E4E4E5;
  font-size: 14px;
  line-height: 200%;
  margin: .1rem 0 0;
}
.cookText p{
  color: #E4E4E5;
}
.cookLef a{
  color: #00aeff;
  border-bottom:1px solid #00aeff;
}
.cookLef a:hover{
    color: #00befd;
    border-bottom-color: #00befd;
}
.cookRig{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  flex-shrink: 0;
}
.cookRig .btn{
  display: block;
  width: 96px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  text-align: center;
  color: #FFFFFF;
  margin: 3px 0;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
}
.cookRig .btn:hover{
  line-height: 32px;
  background: rgba(255, 255, 255, 0.1);
} */
@media (max-width: 1600px) {
  /* .cookLef h3{
    font-size: 18px;
  }
  .cookText{
    font-size: 12px;
    margin: .06rem 0 0;
  }
  .cookLef a{
    font-size: 12px;
  }
  .cookRig .btn{
    margin: .1rem 0;
    font-size: 12px;
    width: 80px;
    height: 28px;
    line-height: 26px;
  }
  .cookRig .btn:hover{
    line-height: 26px;
  } */
}
@media (max-width: 767px) {
    .h5_nav .nav_list{
        overflow-y: auto;
    }
    .h5_nav ul{
        margin-bottom: .6rem;
    }
    /* .cookie{
        display: block;
    }
    .cookRig{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    } */
    .policy{
        padding-bottom: 25px;
    }
}
@media (max-width: 750px) {
    /* .cookLef h3{
        font-size: .24rem;
    }
    .cookLef a{
        font-size: .16rem;
    }
    .cookText{
        font-size: .16rem;
        line-height: .38rem;
        margin: .08rem 0 0;
    }
    .cookRig .btn{
        width: 1.39rem;
        height: .46rem;
        line-height: .44rem;
        border-radius: .23rem;
        font-size: .18rem;
    }
    .cookRig .btn:hover{
        line-height: .44rem;
    } */
}