
* {
  margin: 0;
  padding: 0;
  font-family: PingFang,微软雅黑;
  box-sizing: border-box;
  word-break: break-all;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  vertical-align: middle;
}
input,
textarea {
  border: none;
  outline: none;
  background: transparent;
}
[v-cloak] {
  display: none!important;
}
.flex {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
}
.fz24 {
  font-size: 0.32rem;
}
.fz26 {
  font-size: 0.48rem;
}
.fz28 {
  font-size: 0.373rem;
}
.fz32 {
  font-size: 0.427rem;
}
.fz36 {
  font-size: 0.48rem;
}
.text-333 {
  color: #333;
}
.text-666 {
  color: #666;
}
.text-999 {
  color: #999;
}
.text-white {
  color: #fff;
}
.not-login {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  margin: 2.667rem auto;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0.8rem 0.667rem;
  width: 9rem;
  color: #fff;
}
.not-login .close {
  position: absolute;
  right: 0.48rem;
  top: 0.48rem;
  width: 0.36rem;
}
.not-login .text {
  width: 7.6rem;
  margin: 0.4rem 0;
  line-height: 0.8rem;
  text-align: center;
}
.not-login .cry {
  display: block;
  width: 1.333rem;
  height: 1.333rem;
}
.not-login .btn {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
  width: 7.067rem;
  height: 1.173rem;
  background: linear-gradient(90deg, #FF3360 0%, #FF8585 100%);
  border-radius: 0.587rem;
}
.van-icon {
  vertical-align: middle;
}
.common-video-list {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  padding: 0.267rem;
}
.common-video-list .common-video-item-wrapper {
  width: 4.6rem;
  margin-right: 0.24rem;
}
.common-video-list .common-video-item-wrapper:nth-of-type(2) {
  margin-right: 0;
}
.common-video-list .common-video-item {
  display: block;
  width: 4.6rem;
  margin-bottom: 0.333rem;
  border-radius: 0.213rem;
  overflow: hidden;
}
.common-video-list .common-video-item .poster {
  display: block;
  position: relative;
  min-height: 150px;
}
.common-video-list .common-video-item .poster .tag {
  padding: 0 0.147rem;
  position: absolute;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
  left: 0;
  top: 0;
  height: 0.533rem;
  background: linear-gradient(90deg, #FF3360 0%, #FF8585 100%);
  border-radius: 0.213rem 0rem 0.213rem 0rem;
  font-size: 0.32rem;
  color: #fff;
}
.common-video-list .common-video-item .poster .tag.is-top {
  background: linear-gradient(90deg, #FF3360 0%, #FF8585 100%);
}
.common-video-list .common-video-item .poster .tag.hot-tag {
  background: linear-gradient(90deg, #FF602C 0%, #FFA770 100%);
}
.common-video-list .common-video-item .poster .tag.new {
  background: linear-gradient(90deg, #09AF89 0%, #4CD4AD 100%);
}
.common-video-list .common-video-item .poster .tag.recommend {
  background: linear-gradient(90deg, #2C77FF 0%, #70ADFF 100%);
}
.common-video-list .common-video-item .poster .red-packet-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.773rem;
}
.common-video-list .common-video-item .poster .poster-img {
  display: block;
  width: 100%;
  object-fit: cover;
  background: #000;
  min-height: 200px;
}
.common-video-list .common-video-item .poster .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1.067rem;
  height: 1.067rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.common-video-list .common-video-item .poster > .hot {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  position: absolute;
  right: 0;
  bottom: 0.267rem;
  padding: 0 0.173rem;
  justify-content: center;
  height: 0.533rem;
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.293rem;
  color: #fff;
  border-radius: 1.333rem 0 0 1.333rem;
}
.common-video-list .common-video-item .poster > .hot img {
  margin-right: 0.067rem;
  width: 0.24rem;
}
.common-video-list .common-video-item .info {
  background: #fff;
  padding: 0.333rem;
}
.common-video-list .common-video-item .info .top-info {
  margin-top: -0.3rem;
  margin-bottom: 0.133rem;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: space-between;
}
.common-video-list .common-video-item .info .top-info .user-info {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  font-size: 0.293rem;
  color: #666;
}
.common-video-list .common-video-item .info .top-info .user-info .avatar {
  margin-top: -0.15rem;
  width: 0.853rem;
  height: 0.853rem;
  margin-right: 0.053rem;
  border-radius: 50%;
  z-index: 2;
  border: 0.107rem solid #fff;
}
.common-video-list .common-video-item .info .top-info .user-info span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 1.4rem;
}
.common-video-list .common-video-item .info .top-info .location {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  color: #999;
  font-size: 0.293rem;
}
.common-video-list .common-video-item .info .top-info .location img {
  margin-right: 0.053rem;
  width: 0.187rem;
}
.common-video-list .common-video-item .info .desc {
  font-size: 0.373rem;
  color: #333;
  line-height: 0.533rem;
  font-weight: bold;
}
.sys_tips .btn1,
.sys_tips .btn2 {
  background: linear-gradient(90deg, #FF3360 0%, #FF8585 100%);
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-overflow2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.wrapper {
  min-height: 100vh;
  background: #F7F7F7;
}
.footer {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  width: 100%;
  padding: 0.107rem;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0rem -0.067rem 0.133rem 0rem rgba(137, 148, 143, 0.1);
}
.footer .nav-item {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  flex-direction: column;
  flex: 1;
  height: 1.067rem;
  font-size: 0.32rem;
  color: #B2B2B2;
  font-weight: bold;
}
.footer .nav-item.active {
  color: #333;
}
.footer .nav-item .icon {
  margin-bottom: 0.053rem;
  width: 0.613rem;
  height: 0.613rem;
}
.footer .nav-item .add-icon {
  margin-top: -0.56rem;
  margin-bottom: 0.053rem;
  width: 1.173rem;
  height: 1.173rem;
  box-shadow: 0rem -0.067rem 0.133rem 0rem rgba(137, 148, 143, 0.1);
  border-radius: 50%;
}
.footer-camera-icon img {
  width: 40px;
}
#foot_link {
  display: none;
}
