.ads .copyright {
  padding: 12px;
  background: #f3f3f3 !important;
  text-align: center;
  color: #6f6f6f;
  font-size: 15px;
  border-top: 1px solid #ecebeb !important
}

.ads .copyright a {
  color: #6f6f6f
}

.ads .ad-pc {
  position: fixed;
  z-index: 9999;
  right: 30px;
  bottom: 0px
}

.ads .ad-pc .ad-box {
  padding: 12px;
  background-color: #e1e1e1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  min-width: 300px
}

.ads .ad-pc .ad-box .scala-icon {
  cursor: pointer
}

.ads .ad-pc .ad-box.ad-box-min {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 12px
}

.ads .ad-pc .ad-box.ad-box-min .ad-box-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  font-weight: bold
}

.ads .ad-pc .ad-box.ad-box-min .ad-box-left .ad-icon {
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px
}

.ads .ad-pc .ad-box.ad-box-min .ad-box-left .ad-icon>i {
  font-size: 14px
}

.ads .ad-pc .ad-box.ad-box-min .ad-box-icon {
  width: 25px;
  text-align: center;
  line-height: 30px;
  margin-left: 5px
}

.ads .ad-pc .ad-box.ad-box-full .ad-icon {
  margin: 40px auto;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100px
}

.ads .ad-pc .ad-box.ad-box-full .ad-icon>i {
  line-height: 80px;
  font-size: 30px
}

.ads .ad-pc .ad-box.ad-box-full .ad-box-icon {
  float: right;
  width: 25px;
  text-align: center
}

.ads .ad-pc .ad-box.ad-box-full .content {
  margin-top: 10px;
  text-align: center;
  font-size: 17px
}

.ads .ad-pc .ad-box.ad-box-full .content .title {
  margin-bottom: 5px;
  padding: 0 15px
}

.ads .ad-pc .ad-box.ad-box-full .ad-btn-wrap {
  margin-top: 40px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 15px
}

.ads .ad-pc .ad-box.ad-box-full .ad-btn-wrap .ad-btn {
  border-radius: 100px;
  padding: 12px 45px
}

.ads .ad-mobile {
  height: 54px
}

.ads .ad-mobile .ad-box {
  height: 54px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 12px;
  font-size: 15px
}

.ads .ad-mobile .ad-box .text {
  margin-right: 10px
}

.ads .ad-mobile .ad-box .ad-btn {
  display: inline-block;
  border-radius: 100px;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px
}

.ads .ads-enter-active,.ads .ads-leave-active {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.ads .ads-enter,.ads .ads-leave-to {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%)
}

.tpl-ads {
  height: 50px
}

.tpl-ads .container {
  max-width: 1200px;
  margin: 0 auto
}

.tpl-ads .float-ads {
  line-height: initial;
  position: fixed;
  padding: 15px 9px;
  font-size: 15px;
  z-index: 99;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(30,39,48,0.13);
  box-shadow: 0px 1px 12px 0px rgba(30,39,48,0.13);
  color: #333;
  background-color: #fff
}

.tpl-ads .float-ads .ads-text .icon {
  margin-right: 5px
}

.tpl-ads .float-ads .ads-text .ads-txt-gray {
  margin-right: 4px
}

.tpl-ads .float-ads .tpl-ads-right {
  float: right
}

.tpl-ads .float-ads .tpl-ads-right .tpl-ads-button {
  display: inline-block;
  font-size: 14px;
  margin-top: -3px;
  margin-left: 5px;
  padding: 3px 20px;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid
}

@media (max-width: 767px) {
  .tpl-ads {
      height:0
  }

  .tpl-ads .float-ads {
      -webkit-animation: 3.5s tpl-ads-hide;
      animation: 3.5s tpl-ads-hide;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards
  }
}

@-webkit-keyframes tpl-ads-hide {
  0% {
      top: 0
  }

  80% {
      top: 0
  }

  100% {
      top: -100px
  }
}

@keyframes tpl-ads-hide {
  0% {
      top: 0
  }

  80% {
      top: 0
  }

  100% {
      top: -100px
  }
}

@media (max-width: 767px) {
  .tpl-ads .float-ads {
      text-align:center;
      height: auto;
      padding: 10px 5px
  }

  .tpl-ads .float-ads .tpl-ads-right {
      float: none;
      margin-top: 10px
  }
}

.expire-tip .expire-tip-inner {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #333
}

.expire-tip .expire-tip__desc {
  font-size: 16px;
  margin-top: 20px;
  text-align: center
}
