/**__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-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-common-reserve-progress-m__start**/
.ec-common-reserve-progress-m {
  padding-top: 1px;
}
.ec-common-reserve-progress-m * {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.ec-common-reserve-progress-m .progress_bar {
  position: relative;
}
.ec-common-reserve-progress-m .progress_bar .prize {
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
}
.ec-common-reserve-progress-m .dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ec-common-reserve-progress-m .dialog_cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 1;
}
.ec-common-reserve-progress-m .dialog_body {
  position: relative;
  margin: 0 auto;
  top: 50%;
  display: block;
  z-index: 10;
  width: 100%;
  max-width: 7.5rem;
}
.ec-common-reserve-progress-m .dialog_close {
  position: absolute;
  top: 0px;
  left: 0px;
}
.ec-common-reserve-progress-m .dialog.dialog_prize_detail .dialog_body {
  transform: translate(0, -50%);
}
.ec-common-reserve-progress-m .dialog.dialog_prize_detail .dialog_body_close {
  right: unset;
}
.ec-common-reserve-progress-m .dialog.dialog_prize_detail .dialog_inner .prize_detail {
  margin: 0 auto;
}

/**__eclanding__ec-common-reserve-progress-m__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-scroll-dialog-wap__start**/
.ec-scroll-dialog-wap {
  cursor: pointer;
  background-size: 100% 100%;
}
#ec-scroll-dialog-wap-cnt .scroll-cnt {
  overflow: hidden;
  outline: none;
}
#ec-scroll-dialog-wap-cnt .scroll-cnt img {
  display: block;
  margin: 0 auto;
}
.popup-wrap .popup-body .popup-close-btn {
  transition: all 0.3s ease-in;
}
.popup-wrap .popup-body .cnt {
  overflow-x: hidden;
  overflow-y: auto;
}
/* .popup-wrap .popup-body .cnt::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.popup-wrap .popup-body .cnt::-webkit-scrollbar {
  width: 5px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-wrap .popup-body .cnt::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}
.popup-wrap .popup-body .cnt::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-wrap .popup-body .cnt .popup-body .popup-close-btn:hover {
  transform: rotate(180deg);
} */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**__eclanding__ec-scroll-dialog-wap__end**/
/**__eclanding__ec-wap-btn__repeat__2__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__repeat__2__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**/
/**__eclanding__ec-bg-mobile__repeat__3__start**/
.ec-bg-mobile {
  width: 2rem;
  height: 2rem;
  
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/**__eclanding__ec-bg-mobile__repeat__3__end**/
/**__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-cdk-wap__start**/
.ec-cdk-wap {
  margin: 0 auto;
  line-height: 0.2rem;
  font-size: 0.2rem;
}
.ec-cdk-wap * {
  line-height: 0.2rem;
  font-size: 0.2rem;
}
.ec-cdk-wap .receive-btn {
  cursor: pointer;
  background-size: 100% auto;
}
.ec-cdk-wap .ec_prev_btn {
  width: 1.8rem;
  display: block;
  margin: 0rem auto 0 auto;
  font-size: 0.12rem;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  opacity: 0.5;
  transform: scale(0.8);
}
[id$=login_pop] .popup-body {
  position: relative;
}
[id$=login_pop] .popup-body .input-text {
  position: absolute;
  outline: none;
  border: none;
  background: none;
  text-indent: 0.1rem;
}
[id$=login_pop] .popup-body .qrcode-btn {
  position: absolute;
  text-align: center;
  color: #fff;
}
[id$=login_pop] .popup-body .qrcode-btn:hover {
  text-decoration: none;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
}
[id$=login_pop] .popup-body .img-code-wpr {
  position: absolute;
}
[id$=login_pop] .popup-body .img-code-wpr .img-code {
  display: inline-block;
  vertical-align: top;
  padding: 0.03rem;
  box-sizing: border-box;
  cursor: pointer;
}
[id$=login_pop] .popup-body .img-code-wpr .img-code img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.08rem;
}
[id$=login_pop] .popup-body .img-code-wpr .changeCodeImg {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.05rem;
  font-size: 0.18rem;
}
[id$=login_pop] .login-btn {
  position: absolute;
}
[id$=login_pop] .login-btn:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
}
[id$=login_pop] .popup-close-btn {
  transition: all .5s ease!important;
  -webkit-transition: all .5s ease!important;
  -moz-transition: all .5s ease!important;
  left: 50%;
}
[id$=login_pop] .popup-close-btn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
[id$=receive_success_pop] .popup-body {
  position: relative;
  padding-top: 0.01rem;
}
[id$=receive_success_pop] .popup-body .title {
  text-align: center;
  font-weight: bold;
}
[id$=receive_success_pop] .popup-body .item_container {
  overflow: auto;
}
[id$=receive_success_pop] .popup-body .item {
  padding: 0 0;
  margin-bottom: 0.2rem;
  line-height: 0;
  font-size: 0.2rem;
  text-align: center;
}
[id$=receive_success_pop] .popup-body .item .code-name {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  line-height: 1;
}
[id$=receive_success_pop] .popup-body .item .code-input {
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
  text-indent: 0.1rem;
  text-align: left;
}
[id$=receive_success_pop] .popup-body .item .copy-btn {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}
[id$=receive_success_pop] .popup-body .item .copy-btn:hover {
  text-decoration: none;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
}
[id$=receive_success_pop] .popup-close-btn {
  transition: all .5s ease!important;
  -webkit-transition: all .5s ease!important;
  -moz-transition: all .5s ease!important;
  left: 50%;
}
[id$=receive_success_pop] .popup-close-btn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
[id$=receive_error_pop] .popup-close-btn {
  transition: all .5s ease!important;
  -webkit-transition: all .5s ease!important;
  -moz-transition: all .5s ease!important;
  left: 50%;
}
[id$=receive_error_pop] .popup-close-btn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.popup-bg-cover {
  background: #000 !important;
  opacity: 0.8 !important;
}
.toast-wpr {
  position: fixed;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0.16rem;
  padding: 0.06rem 0.2rem;
  transition: opacity 0.5s ease-in;
  opacity: 0;
  z-index: 9999;
  font-size: 0.16rem;
}

/**__eclanding__ec-cdk-wap__end**/
/**__eclanding__ec-active-code__start**/
.ec-active-code .main {
  background-image: url(//resource.a0bi.com/eclanding_components/ec-active-code/img/main.png?__hash=0c28c5);
  width: 7.5rem;
  height: 16rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ec-active-code .main .btn_check {
  width: 3.3rem;
  height: 1.16rem;
  background-image: url(//resource.a0bi.com/eclanding_components/ec-active-code/img/btn_check.png?__hash=f8a3d3);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 12.13rem;
  left: 50%;
  margin-left: -1.65rem;
  cursor: pointer;
}
.ec-active-code .btn_check {
  width: 3.3rem;
  height: 1.16rem;
  background-image: url(//resource.a0bi.com/eclanding_components/ec-active-code/img/btn_check.png?__hash=f8a3d3);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ec-active-code .dialog_check {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.ec-active-code .dialog_check .masker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.ec-active-code .dialog_check .dialog_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ec-active-code .dialog_check .dialog_body .content {
  width: 100%;
  height: 100%;
}
.ec-active-code .dialog_check .dialog_body .content .input {
  display: block;
  position: absolute;
  border: none;
  background-color: transparent;
  outline: none;
  color: #a6967d;
  line-height: 0.65rem;
  font-size: 0.24rem;
}
.ec-active-code .dialog_check .dialog_body .content .btn_copy {
  position: absolute;
}
.ec-active-code .dialog_check .dialog_body .btn_backup {
  position: absolute;
}
.ec-active-code .dialog_check .dialog_body .btn_close {
  position: absolute;
}
.ec-active-code .dialog_norewards {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.ec-active-code .dialog_norewards .masker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.ec-active-code .dialog_norewards .dialog_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ec-active-code .dialog_norewards .btn_close {
  position: absolute;
}
.ec-active-code .dialog_norewards .btn_backup {
  position: absolute;
}
.ec-active-code .dialog_nocode {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.ec-active-code .dialog_nocode .masker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.ec-active-code .dialog_nocode .dialog_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ec-active-code .dialog_nocode .btn_close {
  position: absolute;
}
.ec-active-code .dialog_nocode .btn_backup {
  position: absolute;
}
#_TTLogin ._TTLogin_close:hover {
  transform: rotate(360deg);
}
#_TTLogin ._TTLogin_mask {
  top: 0;
}
#_TTLogin ._TTLogin_close {
  transition: transform .8s;
}
#_TTLogin {
  position: fixed;
  height: 100%;
  display: block;
  width: 100%;
  top: 0;
  display: none;
}

/**__eclanding__ec-active-code__end**/
