/**__eclanding__ec-wap-topbar__start**/
.ec-wap-topbar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.ec-wap-topbar .hide {
  display: none;
}
.ec-wap-topbar .menu-wpr {
  position: absolute;
  width: 0.4rem;
  right: 0.2rem;
  z-index: 9;
}
.ec-wap-topbar .menu-wpr .menu-icon {
  width: 0.4rem;
  height: 1rem;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  margin-right: 0.2rem;
  cursor: pointer;
}
.ec-wap-topbar .menu-wpr .menu-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 1rem;
  z-index: 999;
}
.ec-wap-topbar .menu-wpr .menu-list li {
  height: 1.4rem;
  border-bottom: 0.01rem solid rgba(152, 150, 156, 0.5);
  margin: 0 0.4rem;
  overflow: hidden;
}
.ec-wap-topbar .menu-wpr .menu-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.4rem;
  font-size: 0.36rem;
  vertical-align: top;
}
.ec-wap-topbar .menu-wpr .menu-list li.close-btn i {
  width: 0.8rem;
  height: 0.8rem;
  background: url("//resource.a0bi.com/eclanding_components/ec-wap-topbar/img/close_btn.png?__hash=e3c457") no-repeat 0 0;
  display: block;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin: 0.3rem auto;
  cursor: pointer;
}

/**__eclanding__ec-wap-topbar__end**/
/**__eclanding__ec-common-layer-mobile-fixed__start**/
.ec-common-layer-mobile-fixed {
  width: 100%;
  height: 5rem;
}
.ec-common-layer-mobile-fixed .eclayout-common {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.ec-common-layer-mobile-fixed .layout-bg-video {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
.layer-container-offset-hidden{
  left: -9999px !important;
}

/**__eclanding__ec-common-layer-mobile-fixed__end**/
/**__eclanding__ec-swiper-wap-2__start**/
.ec-swiper-wap-2 {
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.ec-swiper-wap-2 .title {
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
.ec-swiper-wap-2 .swiper-area {
  margin: 0 auto;
  position: relative;
}
.ec-swiper-wap-2 .swiper-area .swiper-container {
  width: 100%;
  height: 100%;
  overflow: unset;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper .swiper-slide .left {
  position: absolute;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  z-index: 1;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper .swiper-slide .left a {
  display: block;
  width: 100%;
  height: 100%;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper .swiper-slide .left img {
  width: 100%;
  height: 100%;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper .swiper-slide .right {
  position: absolute;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  z-index: 2;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper .swiper-slide .right a {
  display: block;
  width: 100%;
  height: 100%;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper .swiper-slide .right img {
  width: 100%;
  height: 100%;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper .swiper-slide-active .left {
  opacity: 1;
}
.ec-swiper-wap-2 .swiper-area .swiper-container .swiper-wrapper .swiper-slide-active .right {
  opacity: 1;
}
.ec-swiper-wap-2 .swiper-area .switch-btn .pre-btn {
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  z-index: 9;
}
.ec-swiper-wap-2 .swiper-area .switch-btn .next-btn {
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  z-index: 9;
}
.ec-swiper-wap-2 .swiper-area .pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.ec-swiper-wap-2 .swiper-area .pagination .swiper-pagination-switch {
  display: inline-block;
  cursor: pointer;
}

/**__eclanding__ec-swiper-wap-2__end**/
/**__eclanding__ec-thematic-navigation-wap__start**/
.ec-thematic-navigation-wap .btn {
  transition: 0.2s;
}
.ec-thematic-navigation-wap .btn.hover {
  transform: translateY(-0.03rem);
  filter: brightness(1.05);
  cursor: pointer;
}
.ec-thematic-navigation-wap .nav {
  position: relative;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 7.5rem;
  height: 1.2rem;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.ec-thematic-navigation-wap .nav .btn-items {
  position: absolute;
  top: 0;
  left: 0;
}
.ec-thematic-navigation-wap .nav .btn-items .btn-item {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.2rem;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ec-thematic-navigation-wap .nav .btn-items .btn-item:last-child {
  margin-right: 0 !important;
}

/**__eclanding__ec-thematic-navigation-wap__end**/
/**__eclanding__ec-wap-video__start**/
.ec-wap-video {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  /**顺时针旋转**/
  /**逆时针旋转**/
}
.ec-wap-video .video-btn-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.ec-wap-video .video-btn-outer {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: top;
}
.ec-wap-video .video-btn-inner {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ec-wap-video .circle_rotate_r {
  -webkit-animation: circle-rotate-r 4s linear infinite;
  animation: circle-rotate-r 4s linear infinite;
  -moz-animation: circle-rotate-r 4s linear infinite;
}
@-webkit-keyframes circle-rotate-r {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes circle-rotate-r {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
.ec-wap-video .circle_rotate_l {
  -webkit-animation: circle-rotate-l 4s linear infinite;
  animation: circle-rotate-l 4s linear infinite;
  -moz-animation: circle-rotate-l 4s linear infinite;
}
@-webkit-keyframes circle-rotate-l {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
  }
}
@keyframes circle-rotate-l {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
  }
}
#video_pop .popup-body {
  transform: none;
}
#video_pop .popup-body .content {
  width: 100%;
  height: 100%;
}
#video_pop .popup-body iframe {
  width: 100%;
  height: 100%;
  display: block;
}
#video_pop .popup-body .popup-close-btn {
  -webkit-transition: all 0.5s 0.1s ease;
  transition: all 0.5s 0.1s ease;
  left: 50%;
}
#video_pop .popup-body .popup-close-btn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/**__eclanding__ec-wap-video__end**/
/**__eclanding__ec-wap-download__start**/
.ec-wap-download .btn {
  display: none;
}

/**__eclanding__ec-wap-download__end**/
/**__eclanding__ec-bg-mobile__start**/
.ec-bg-mobile {
  width: 2rem;
  height: 2rem;
  
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/**__eclanding__ec-bg-mobile__end**/
/**__eclanding__ec-wap-btn__start**/
.ec-wap-btn {
  position: absolute;
  left: 0;
  top: 0;
}
.ec-wap-btn .btn {
  display: block;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
[id$=img_pop] .popup-close-btn {
  left: 50%;
  transition: all .5s ease!important;
}
[id$=img_pop] .popup-close-btn:hover {
  transform: rotate(180deg);
}
[id$=embedded_pop] iframe {
  width: 100%;
  height: 100%;
  background: #000;
}
[id$=embedded_pop] .popup-close-btn {
  left: 50%;
  transition: all .5s ease!important;
}
[id$=embedded_pop] .popup-close-btn:hover {
  transform: rotate(180deg);
}

/**__eclanding__ec-wap-btn__end**/
/**__eclanding__ec-bt-footer-wap__start**/
.ec-bt-footer-wap #footer {
  width: 100%;
}
.ec-bt-footer-wap .footInner2 {
  padding: 25px 0 20px 0;
  background: #eee;
}
.ec-bt-footer-wap .footInner {
  width: 1200px;
  margin: 0 auto;
}
.ec-bt-footer-wap #footer .logo {
  width: 205px;
  height: 54px;
  background: url(//resource.a0bi.com/marketnew/tianti/dest/scss/img_s/logo.png) no-repeat;
  padding-right: 20px;
  border-right: 1px solid #BDBDBD;
  margin-right: 20px;
  margin-top: 30px;
}
.ec-bt-footer-wap #footer .gzs {
  width: 111px;
  height: 69px;
  background: url(//resource.a0bi.com/marketnew/tianti/dest/scss/img_s/gzs.png) no-repeat;
  margin-top: 20px;
}
.ec-bt-footer-wap .footCont {
  width: 420px;
  margin: 10px 0 0 70px;
  _display: inline;
}
.ec-bt-footer-wap #footer .erweima {
  font-family: 微软雅黑, 黑体;
  color: #999;
}
.ec-bt-footer-wap #footer .f16 {
  font-size: 16px;
}
.ec-bt-footer-wap #footer .f12 {
  font-size: 12px;
}
.ec-bt-footer-wap #footer .foot__menu {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.ec-bt-footer-wap #footer .foot__menu {
  text-align: center;
}
.ec-bt-footer-wap #footer .otherDes {
  color: #999;
  font-size: 12px;
  font-family: arial;
  margin-top: 7px;
}
.ec-bt-footer-wap #footer .otherDes a {
  color: #999;
}
.ec-bt-footer-wap #footer .otherDes {
  text-align: center;
}
.ec-bt-footer-wap #footer .otherDes span {
  display: inline-block;
}
.ec-bt-footer-wap #footer .otherDes a {
  color: #999;
}
.ec-bt-footer-wap #footer .link {
  font-size: 12px;
  color: #666;
  border-right: 1px solid #999;
  margin-right: 10px;
  padding-right: 10px;
}
.ec-bt-footer-wap #footer .last {
  border-right: 0;
}
.ec-bt-footer-wap #footer .threeimg {
  margin-top: 40px;
  width: 330px;
  height: 63px;
  text-align: center;
  vertical-align: middle;
}
.ec-bt-footer-wap #footer .threeimg img {
  margin: 0 3px;
  width: 40px;
  height: 50px;
}
.ec-bt-footer-wap #footer .threeimg .img1 {
  margin: 0 3px;
  width: 50px;
  height: 50px;
}
.ec-bt-footer-wap #footer .threeimg .hdw {
  width: 42px;
  height: auto;
  vertical-align: 3px;
}
.ec-bt-footer-wap #footer .sinfo {
  font-family: 微软雅黑, 黑体;
  color: #999;
  font-size: 14px;
  margin-right: 30px;
}
.ec-bt-footer-wap #footer .sinfo2 {
  padding-left: 20px;
}
.ec-bt-footer-wap .footInner {
  width: 96%;
  margin: 0 auto;
}
.ec-bt-footer-wap #footer .logo {
  float: none;
  display: block;
  width: 160px;
  height: 36px;
  margin: 0 auto 15px;
  background-position: center center;
  background-size: contain;
  border-right: 0;
}
.ec-bt-footer-wap .footCont {
  float: none;
  width: 100%;
  margin: 0;
}
.ec-bt-footer-wap #footer .mainLink {
  word-break: break-all;
  word-wrap: break-word;
}
.ec-bt-footer-wap #footer .mainLink .spr {
  display: none;
}
.ec-bt-footer-wap #footer .link,
.ec-bt-footer-wap #footer .sinfo {
  font-family: 微软雅黑, 黑体;
  font-size: 12px;
}
.ec-bt-footer-wap #footer .threeimg {
  display: none;
}
.ec-bt-footer-wap .mainLink_item {
  display: block;
  text-align: center;
}
.ec-bt-footer-wap #footer .otherInfo {
  margin-top: 10px;
  text-align: center;
}
.ec-bt-footer-wap #footer .sinfo2 {
  display: block;
  padding-left: 0px;
}
.ec-bt-footer-wap #footer .gzs {
  display: none;
}
.ec-bt-footer-wap #footer_mobile .link {
  margin: 0 5px;
}

/**__eclanding__ec-bt-footer-wap__end**/
