/**__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%);
}

/**__eclanding__ec-common-layer-mobile-fixed__end**/
/**__eclanding__ec-link-mobile__start**/
.ec-link-mobile {
  width: 2rem;
  height: 1rem;
}
.ec-link-mobile .link {
  display: block;
  width: 100%;
  height: 100%;
  
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/**__eclanding__ec-link-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**/
