/*----------------------------------------------------------------------------------------------------------------*/
/* M1938.COM */
/* M1938网站模板工作室*/
/*---模板程序代码仅供用于研究测试学习用途，严禁商业用途,
使用并请遵循国家法律法规之规定使用,违者导致的侵权、违法等后果需自行承担相关法律责任--------------------*/
* {
  margin: 0;
  padding: 0;
}
.header {
  transform: translateY(0);
  transition: transform 0.2s linear;
}
.v-s-nav-box-h-bg {
  top: 0;
  left: 0;
  z-index: 6;
  transition: all 0.4s;
  background-image: url(3.png);
  background-size: cover;
  background-repeat: no-repeat;

  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100vw;
  margin-top: -1px;
}
.fixed {
  position: fixed;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin-7 {
  margin: 7px;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid {
  display: grid;
}
a {
  text-decoration: none;
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
img,
video {
  max-width: 100%;
  height: auto;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
.gap-px {
  gap: 1px;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.nav-icon {
  width: 22px;
  margin: 0 2px;
}
.v-s-ul-time-vs {
  width: 100%;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
  position: relative;
  box-sizing: border-box;
  padding: 2px 5px;
}
.v-s-li-nav-link-vs {
  color: #b0afcf;
  font-weight: 400;
  width: auto;
  font-size: 15px;
  margin-right: 6px;
  display: inline-block;
  cursor: pointer;
}
.v-s-li-nav-link-vs a{
  color:#b0afcf;
}
.active {
  color: #fff;
  font-weight: 500;
}
/* 分类样式 */
.menulist {
  line-height: 24px;
  padding: 0px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ed2333;
  font-weight: 400;
  background: #EFF0F5;
  border-radius: 3px;
  height: 30px;
  overflow: hidden;
  margin: 6px 0;
}
.bcolor{
  background-color: #fffaeb !important;
  color:#946c00;
}
.bcolor a:link{
  font-weight: 500;
  color: #946c00;

}
.bcolor a:link:active, a:visited:active {
  font-weight: 500;
  color: #946c00;
}
.menulist{display: flex;background-color: #feecf0;}
.menulist .caption{width:70px;border-right: 1px #f5cbd4 solid;text-align: center;}
.menulist ul{margin: 0 auto; padding: 0; width: 100%;}
.menulist li{margin: 0 0 0 8px; list-style: none; float: left;}
/* .menulist li:first-child{width:70px;} */
/* 广播滚动样式 */
.marquee-notice {
  line-height: 24px;
  padding: 0 7px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #383838;
  font-weight: 400;
  background: #EFF0F5;
  border-radius: 3px;
  border-color: #eff0f5;
  height: 27px;
  overflow: hidden;
  margin: 5px 0;
}
.marquee-notice .notice-wrap {
  height: 100%;
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  overflow: hidden;
  width: calc(100% - 40px);
  margin-left: 10px;
}
.marquee-notice .notice-wrap .notice-content {
  position: absolute;
  white-space: nowrap;
  /*animation: marquee-4a888a7a 0.2s linear 1;*/
}
/* 定义动画关键帧 */
@keyframes marquee-4a888a7a {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* 广播滚动结束 */
.navi {
  font-size: 0;
  text-align: center;
  display: grid;
  column-gap: 0.55rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  row-gap: 0.22rem;
}
.appico p {
  width: 100%;
  height: 19px;
  text-align: center;
  font-size: 12px;
  margin: 0;
  color: #333;
  overflow: hidden;
}
.naicon {
  border-radius: 5px;
}
.appico img {
  border: 1px solid #ECECEC;
  border-radius: 12px;
  width: 100%;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex {
  display: flex;
}
.gap-1 {
  gap: 0.25rem;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.label {
  background-color: #effaf5;
  border-radius: 3px;
  font-size: 11px;
  color: #483da0;
  padding: 5px 5px 5px;
  text-align: center;
  border: 1px #aef4d5 solid;
}
.item-title-box {
  float: left;
  width: 100%;
  margin: 8px 0 5px;
}
.item-title-box .title-name {
  font-size: 15px;
  color: #524fac;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  line-height: 18px;
  padding: 5px 0;
  display: flex;
}
.item-title-box .title-name img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.item-title-box .x_card_text {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 8px 4px 6px;
  background: #F3F3F3;
  margin-top: 2px;
  display: inline-block;
  color: #483da0;
  border-radius: 12px;
  margin-right: 8px;
  border: 1px #e4e4e4 solid;
  float: left;
}
.divide-x{margin: 8px 0 5px;}
.tips{padding: 10px 0 65px; text-align: center; color: #999; font-size: 12px;}
.tips p{font-size: 15px; color: #524fac; line-height: 30px;}
.container {
  padding: 0 8px 0px;
  padding-top: 0px;
  background-color: #fff;
  
}
.gap-2 {
  gap: 0.8rem;
}
.newbottom{width: 100%;height: 28px; line-height:28px; font-size: 11px; background: #f5f5f5; color: #555; border-radius: 3px; text-align: center; border: 1px #eee solid;}
.newtipsbottom{position: fixed;  bottom:0; left: 0; text-align: center; background: rgba(0,0,0,0.86); height: 46px; width: 100vw; z-index: 100;}
.newtipsbottom .item{display: flex;height:100%;}
.newtipsbottom .item .pics{width: 40px; height: 40px; margin: 8px 8px 0 8px;}
.newtipsbottom .item .pics img{width: 40px; height: 40px; border-radius: 3px;}
.newtipsbottom .item .txts b{font-size:15.2px;}
.newtipsbottom .item .txts{width: 280px; padding-top: 9px; color: #baff00; text-align: left; flex:1}
/* .newtipsbottom .item .btns{width: 42px; height: 39px; line-height: 18px; padding-top: 3px; margin: 9px 9px 0 0; background: #e98900; color: #fff; border-radius: 3px; font-size: 14px; } */
.newtipsbottom .item .btns{width:112px;height:100%;background: url(https://ali-ec.static.yximgs.com/bs2/upload-kwaishop-themis-bucket/dfca23d6-7e82-4ec3-8b86-386e0c42cda5_faaa1dce5fcdefcac28609a20a94a2e8.jpg) no-repeat center center;background-size: 100% auto;margin-right:8px;}
.thetop{display: none; width: 48px; height: 48px; position: fixed; bottom: 200px; right: 6px; text-align: center;opacity: 0.86; background: #000; border-radius: 5px; z-index: 8;}
.random {
  float: left;
  height: auto;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.random .rank-a {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.video-title {
  width: 100%;
  font-size: 17px;
  text-align: left;
  color: #000;
  margin-top: 15px;
  line-height: 24px;
  font-weight: 600;
  border-top: 1px #f1f1f1 solid;
  padding-top: 8px;
  padding-left:8px;
  padding-right:8px;
}
.tips-remind {
  background: rgba(255, 255, 255, 0.1);
  text-align: left;
  height: auto;
  color: #222;
  background-color: #e6f7ff;
  border: 0.06897rem solid #ceecff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 8px;
}
.m-auto { float: left; margin-right: 3px;
}
.m-nu{float: left;}
.mbtn{}
.mbtn img{height: 14px; width: 16px;}
.mti{padding: 8px 0 5px;}
.mti img{margin: 0 0 6px;}
.mti .tu2{width: 50%; float: left;}
.text-center {
  text-align: center;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
}
.text-start {
  text-align: start;
}
.float-left {
  float: left;
}
.tag-row .tag {
  border-radius: 25px;
  font-size: 13px;
  margin-right: 5px;
  padding: 5px 15px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #383838;
  letter-spacing: 0;
  line-height: 18px;
  display: -webkit-inline-box;
  border: 1px #f3f3f3 solid;
}
.tag-row .tag a {
  font-size: 14px;
  color: #666 !important;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 500;
}
img[lazy="loaded"],
img[data-loaded="true"],
.iconx {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.random .mask_info {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.random .mask_info .pre-time {
  position: relative;
  z-index: 4;
  border-radius: 9px;
  line-height: 14px;
  height: 14px;
  margin: 7px;
  top: 0px;
  left: 0px;
  text-shadow: 0 0 1px #282828, 0 0 2px #0e0e0e, 0 0 1px #151515;
  flex: 1;
}
.random .mask_info .pre-hits {
  display: flex;
  position: relative;
  z-index: 4;
  border-radius: 9px;
  line-height: 14px;
  height: 14px;
  margin: 7px;
  top: 0px;
  left: 0px;
  text-shadow: 0 0 1px #282828, 0 0 2px #0e0e0e, 0 0 1px #151515;
}
.random .progress-box {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 4;
}
.random .rank-title {
  text-align: left;
  width: 100%;
  font-size: 14px;
  color: #383838;
  /* line-height: 24px;
  height: 48px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 5px 0;
  max-height:32px;
}
.random .clearfix {
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}
.random .pre-eye {
  display: flex;
  float: right;
  text-align: right;
  position: relative;
  z-index: 4;
  margin-bottom: 5px;
  text-align: left !important;
}
.random .pre-eye img{width: 12px; height: 12px;
  margin-top: 2px;}
.van-icon::before {
  display: inline-block;
}
.van-icon-play-circle::before {
  content: "";
}
.actor-block {
  display: flex;
  justify-content: flex-start;
  overflow: scroll;
  width: 100%;
}
/* .item {
  width: 80px;
  height: auto;
  margin-bottom: .933rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  margin-right: 8px;
  margin-top: 8px;
} */
.item-img {
  position: relative;
  width: 84px;
  height: 84px;
}
.img-base-wrap2 {
  border-radius: .587rem;
  background-color: #f1f1f1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.item-img img {
  width: 100%;
  height: 100%;
}
.mask {
  /* padding: 0 10px; */
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
  display: flex;
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.name {
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px;
}

.v-s-ul-time-vs-new {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.v-s-li-nav-link-vs-new {
  color: #fff;
  font-weight: 400;
  width: auto;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  border: 1px #6261bf solid;
  padding: 3px 5px;
  border-radius: 5px;
}
.v-s-li-nav-link-vs-new a{
  color: #fff;
}


@-webkit-keyframes animate-rotate {
  from {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes animate-rotate {
  from {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@-webkit-keyframes animate-circular {
  0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0
  }

  50% {
      stroke-dasharray: 90,150;
      stroke-dashoffset: -40
  }

  100% {
      stroke-dasharray: 90,150;
      stroke-dashoffset: -120
  }
}

@keyframes animate-circular {
  0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0
  }

  50% {
      stroke-dasharray: 90,150;
      stroke-dashoffset: -40
  }

  100% {
      stroke-dasharray: 90,150;
      stroke-dashoffset: -120
  }
}

@-webkit-keyframes animate-fade-in {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes animate-fade-in {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes animate-fade-out {
  from {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

@keyframes animate-fade-out {
  from {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

@-webkit-keyframes animate-bounce-in {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-50%,-50%,0) scale(.5);
      transform: translate3d(-50%,-50%,0) scale(.5)
  }

  100% {
      opacity: 1;
      -webkit-transform: translate3d(-50%,-50%,0) scale(1);
      transform: translate3d(-50%,-50%,0) scale(1)
  }
}

@keyframes animate-bounce-in {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-50%,-50%,0) scale(.5);
      -ms-transform: translate3d(-50%,-50%,0) scale(.5);
      transform: translate3d(-50%,-50%,0) scale(.5)
  }

  100% {
      opacity: 1;
      -webkit-transform: translate3d(-50%,-50%,0) scale(1);
      -ms-transform: translate3d(-50%,-50%,0) scale(1);
      transform: translate3d(-50%,-50%,0) scale(1)
  }
}

@-webkit-keyframes animate-bounce-out {
  100% {
      opacity: 0;
      -webkit-transform: translate3d(-50%,-50%,0) scale(.7);
      transform: translate3d(-50%,-50%,0) scale(.7)
  }

  30% {
      -webkit-transform: translate3d(-50%,-50%,0) scale(1.05);
      transform: translate3d(-50%,-50%,0) scale(1.05)
  }

  0% {
      -webkit-transform: translate3d(-50%,-50%,0) scale(1);
      transform: translate3d(-50%,-50%,0) scale(1)
  }
}

@keyframes animate-bounce-out {
  100% {
      opacity: 0;
      -webkit-transform: translate3d(-50%,-50%,0) scale(.7);
      -ms-transform: translate3d(-50%,-50%,0) scale(.7);
      transform: translate3d(-50%,-50%,0) scale(.7)
  }

  30% {
      -webkit-transform: translate3d(-50%,-50%,0) scale(1.05);
      -ms-transform: translate3d(-50%,-50%,0) scale(1.05);
      transform: translate3d(-50%,-50%,0) scale(1.05)
  }

  0% {
      -webkit-transform: translate3d(-50%,-50%,0) scale(1);
      -ms-transform: translate3d(-50%,-50%,0) scale(1);
      transform: translate3d(-50%,-50%,0) scale(1)
  }
}
.animate-fade-enter-active {
  -webkit-animation: .3s animate-fade-in both ease-out;
  animation: .3s animate-fade-in both ease-out
}

.animate-fade-leave-active {
  -webkit-animation: .3s animate-fade-out both ease-in;
  animation: .3s animate-fade-out both ease-in
}

.animate-slide-center-enter-active {
  -webkit-animation: .3s animate-bounce-in both ease-out;
  animation: .3s animate-bounce-in both ease-out
}

.animate-slide-center-leave-active {
  -webkit-animation: .3s animate-bounce-out both ease-in;
  /* animation:.3s animate-bounce-out both ease-in; */
}

.animate-slide-bottom-enter-active,.animate-slide-left-enter-active,.animate-slide-right-enter-active,.animate-slide-top-enter-active {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.animate-slide-bottom-leave-active,.animate-slide-left-leave-active,.animate-slide-right-leave-active,.animate-slide-top-leave-active {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}

.animate-slide-top-enter,.animate-slide-top-leave-active {
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0)
}

.animate-slide-right-enter,.animate-slide-right-leave-active {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0)
}

.animate-slide-bottom-enter,.animate-slide-bottom-leave-active {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0)
}

.animate-slide-left-enter,.animate-slide-left-leave-active {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}

.popup-notice {
  width: 80%;
  max-width: 320px;
  background: 0 0 !important;
  overflow-y: initial
}

.popup-notice .notice {
  padding-bottom: 15px;
  background-color: #fef3ef;
  position: relative;
  border-radius: 10px
}

.popup-notice .notice .notice-header {
  padding: 25px 20px 5px;
  color: rgb(62,61,156);
  background: linear-gradient(rgb(62,61,156),#fef3ef,70%,#fef3ef);
  border-radius: 10px
}

.popup-notice .notice .notice-header h3 {
  margin: 0;
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

.popup-notice .notice .notice-header h3 span {
  margin-left: 2px;
  font-size: 14px
}

.popup-notice .notice .el-scrollbar {
  height: 100%;
  max-height: 300px
}

.popup-notice .notice .notice-content {
  margin: 10px 15px 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}

.popup-notice .notice .notice-content .scroll-wrapper {
  max-height: 300px
}

.popup-notice .notice .notice-content .notice-content-scrollbar {
  padding: 15px 20px;
  color: rgb(62,61,156)
}

.popup-notice .notice .notice-content .notice-content-scrollbar p {
  margin-bottom: 6px;
  line-height: 1.6;
  word-wrap: break-word
}

.popup-notice .notice .notice-content .site-qrcode {
  margin: 8px 0 10px 15px;
  float: right;
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.popup-notice .notice .notice-content .site-qrcode #qrcode canvas {
  width: 72px;
  height: 72px
}

.popup-notice .notice .notice-content .site-qrcode p {
  font-size: 12px;
  font-weight: 700
}

.popup-notice .notice .notice-tip {
  margin: 10px 15px 0;
  padding: 4px 15px;
  color: rgb(62,61,156);
  font-weight: 700;
  text-align: center;
  border: 2px solid rgb(62,61,156);
  border-radius: 4px
}

.popup-notice .popup-close-icon {
  width: 28px;
  height: 28px;
  background-color: rgba(0,0,0,.75);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(https://ali-ec.static.yximgs.com/bs2/upload-kwaishop-themis-bucket/6bab2861-07d3-4daa-813b-35e2b6fd63b6_4faf41863e9db6edfb76729aeea5c7bc.jpg) no-repeat;
  background-size: cover;
}

.popup-abk {
  width: 80%;
  max-width: 400px;
  /* height: 80%; */
  background: 0 0;
  overflow-y: initial
}

.popup-abk .abk-item {
  width:100%;
  height: 100%
}

.popup-abk .lazy-image {
  border-radius: 4px
}

.popup-abk .popup-close-icon {
  width: 28px;
  height: 28px;
  background-color: rgba(0,0,0,.75);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(/images/close.png) no-repeat;
  background-size: cover
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7)
}

.popup {
  position: fixed;
  max-height: 80%;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -webkit-overflow-scrolling: touch
}

.popup .popup-close-icon {
  color: #c8c9cc;
  font-size: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer
}

.popup-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0)
}

.popup-top {
  top: 0;
  left: 0;
  width: 100%
}

.popup-right {
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.popup-bottom {
  bottom: 0;
  left: 0;
  width: 100%
}

.popup-left {
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.animate-fade-enter-active {
  -webkit-animation: .3s animate-fade-in both ease-out;
  animation: .3s animate-fade-in both ease-out
}

.animate-fade-leave-active {
  -webkit-animation: .3s animate-fade-out both ease-in;
  animation: .3s animate-fade-out both ease-in
}

.animate-slide-center-enter-active {
  -webkit-animation: .3s animate-bounce-in both ease-out;
  animation: .3s animate-bounce-in both ease-out
}

.animate-slide-center-leave-active {
  -webkit-animation: .3s animate-bounce-out both ease-in;
  animation: .3s animate-bounce-out both ease-in
}

.animate-slide-bottom-enter-active,.animate-slide-left-enter-active,.animate-slide-right-enter-active,.animate-slide-top-enter-active {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.animate-slide-bottom-leave-active,.animate-slide-left-leave-active,.animate-slide-right-leave-active,.animate-slide-top-leave-active {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}

.animate-slide-top-enter,.animate-slide-top-leave-active {
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0)
}

.animate-slide-right-enter,.animate-slide-right-leave-active {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0)
}

.animate-slide-bottom-enter,.animate-slide-bottom-leave-active {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0)
}

.animate-slide-left-enter,.animate-slide-left-leave-active {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}

.popup-card {
  width: 100%;
  height: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column
}

.popup-card .popup-header {
  font-weight: 500;
  line-height: 28px;
  font-size: 18px;
  padding: 14px 45px 14px 24px;
  border-bottom: 1px solid #efeff5;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.popup-card .popup-body {
  padding: 14px 24px;
  flex: 1 1 0%;
  box-sizing: border-box;
  overflow-y: auto
}

.popup-card .popup-footer {
  padding: 16px 24px;
  border-top: 1px solid #efeff5
}

.popup-alert {
  width: 75%;
  max-width: 320px;
  border-radius: 5px
}

.popup-alert .popup-close-icon {
  font-size: 18px;
  color: #333
}

.popup-alert .popup-body {
  padding: 14px 24px 24px;
  color: #545454;
  display: flex;
  flex-direction: column;
  align-items: center
}

.popup-alert .popup-body .alert-icon {
  font-size: 48px!important
}

.popup-alert .popup-body .alert-icon-success {
  color: #a5dc86
}

.popup-alert .popup-body .alert-icon-warning {
  color: #f8bb86
}

.popup-alert .popup-body .alert-icon-info {
  color: #3fc3ee
}

.popup-alert .popup-body .alert-icon-error {
  color: #f27474
}

.popup-alert .popup-body .alert-title {
  font-size: 16px;
  font-weight: 700
}

.popup-alert .popup-body .alert-message {
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px
}

.popup-alert .popup-body .alert-bottom {
  margin-top: 15px;
  display: flex;
  justify-content: space-around
}

.popup-alert .popup-body .alert-bottom .btn {
  margin: 0 5px
}

@media (min-width: 768px){
  body{
    background-color: rgb(224,232,246);
  }
  nav{
    background-color: white;
    max-width: 500px;
  }
  .container{
    background-color: white;
    max-width: 500px;
  }

  .v-s-nav-box-h-bg{
    left:calc((100% - 500px) / 2);
  }
  .footer{
    margin:0 auto;
    left:calc((100% - 500px) / 2);
    max-width: 500px;
  }

  .newtipsbottom{
    max-width: 500px;
    left:calc((100% - 500px) / 2);
  }
}

.banner1{
  width:100%;
}
.banner1 img{
  width:100%;
}

.popup-abk{
  overflow: hidden;
}
.abk-image img{
  width:100%;
}