﻿.waves-ripple {
  position: absolute;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, .15);
  background-clip: padding-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: scale(0);
  opacity: 1
}
.waves-ripple.z-active {
  opacity: 0;
  transform: scale(2);
  transition: opacity 1.2s ease-out, transform .6s ease-out
}
.fade-leave-active {
  transition: opacity .5s
}
.fade-leave-to {
  opacity: 0
}
.toast {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  border-radius: 6px;
  background: rgba(60, 60, 60, .7);
  color: #fff;
  font-size: 14px;
  max-width: 173px;
  text-align: center;
  z-index: 1000
}
.new_btn {
  background-color: #d3d3d3;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  border: none
}
.submit__link--login {
  color: #fe5a58;
  font-size: 14px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  transition: color .1s
}
.submit__link--login:hover {
  color: #fe5a58
}
.submit {
  width: 100%
}
.submit__elbtn {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center
}
.submit__elbtn.is-disabled, .submit__elbtn.is-disabled:hover {
  background-color: #d3d3d3 !important
}
.submit__elbtn.is-loading .el-icon-loading {
  background-image: url(../image/202109131043_AWw9zaDMnY.gif);
  width: 16px;
  height: 16px;
  background-size: 100%;
  -webkit-animation: unset;
  animation: unset
}
.submit__elbtn.is-loading .el-icon-loading:before {
  content: ""
}
.submit__btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #fe5a58;
  border-radius: 4px;
  font-weight: 400;
  cursor: pointer
}
.submit__btn--small-text {
  font-size: 14px;
  border-radius: 4px
}
.submit__btn--disabled {
  background: #d3d3d3;
  cursor: not-allowed
}
.submit__btn--yellowbg {
  background: #ff7a56;
  color: #353535
}
.submit__btn--white {
  background: #fff;
  color: #fe5a58;
  border: 1px solid #fe5a58;
  box-sizing: border-box
}
.submit__link {
  font-size: 14px;
  color: #fe5a58;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px
}
.submit__link--forget a, .submit__link--forget span {
  font-weight: 600;
  color: #fe5a58;
  transition: color .1s;
  cursor: pointer
}
.submit__link--forget a:hover, .submit__link--forget span:hover {
  color: #fe5a58
}
.accountlogin__otherlogin {
  display: flex;
  margin-top: 24px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  justify-content: left;
  align-items: center;
  position: relative;
  bottom: -45px
}
.accountlogin__wechat {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/pc55-0470106.png) no-repeat 50%;
  background-size: contain
}
.accountlogin__qq {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/pc55-4c37a7a.png) no-repeat 50%;
  background-size: contain
}
.accountlogin__sina {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/pc55-45da31e.png) no-repeat 50%;
  background-size: contain
}
.accountlogin-captcha {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(60, 60, 60, .7);
  z-index: 9
}
.accountlogin-captcha__box {
  width: 311px;
  padding-bottom: 20px;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  margin-left: -156px;
  margin-top: -71px;
  z-index: 101
}
.accountlogin-captcha__title {
  font-size: 16px;
  color: #353535;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 25px
}
.accountlogin-captcha__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(../image/pc55-aff394a.svg) no-repeat 50%;
  cursor: pointer
}
.accountlogin .submit__link--login {
  color: #fe5a58
}
.login-nav-menu__ul {
  padding: 0 70px;
  height: 56px;
  display: flex;
  justify-content: space-around;
  align-content: center
}
.login-nav-menu__ul li {
  height: 54px;
  line-height: 56px;
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 600;
  cursor: pointer;
  position: relative
}
.login-nav-menu__ul li .register-tag {
  font-size: 10px !important;
  font-weight: 400;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  position: absolute;
  left: 43px;
  top: 50%;
  transform: translateY(-45%);
  display: block;
  background-color: #08adfa;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block
}
.login-nav-menu li.active {
  color: #fe5a58;
  border-bottom: 2px solid #fe5a58
}
.login-wrap {
  position: relative;
  margin: 0 auto 40px;
  width: 376px;
  min-height: 440px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(60, 60, 60, .04), 0 16px 32px rgba(60, 60, 60, .04);
  box-sizing: border-box
}
.login-wrap.frame {
  border: none;
  box-shadow: none;
  border-radius: unset;
  height: 480px
}
.login-wrap--modal {
  border: none
}
.login-wrap__content {
  padding: 24px
}
.login-wrap .dotted-line {
  width: 100%;
  border-bottom: 2px dotted #f4f4f4;
  position: absolute;
  bottom: 55px
}
.login-wrap__agreement {
  position: absolute;
  bottom: 20px
}
.login-wrap__agreement.inside {
  bottom: 20px
}
.login-wrap__agreement.center {
  left: 50%;
  transform: translateX(-50%)
}
.login-wrap__agreement.left {
  left: 20px;
  width: 100%
}
.phone {
  font-size: 16px
}
.phone__title {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 8px
}
.phone__inputbx {
  display: flex;
  position: relative;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  align-items: center;
  background: #fff
}
.phone__inputbx--active {
  border-bottom: 1px solid #fe5a58
}
.phone__inputbx input {
  flex: auto;
  border: none;
  outline: none;
  width: 220px;
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f
}
.phone__inputbx ::-webkit-input-placeholder {
  color: #c8c8c8;
  font-weight: 400
}
.phone__inputbx :-moz-placeholder, .phone__inputbx ::-moz-placeholder {
  color: #c8c8c8;
  font-weight: 400
}
.phone__inputbx :-ms-input-placeholder {
  color: #c8c8c8;
  font-weight: 400
}
.phone__clear {
  width: 24px;
  height: 24px;
  cursor: pointer
}
.phone__clear:hover svg {
  fill: #8d8c8c
}
.phone__roaming {
  width: 40px;
  height: 24px;
  color: #1f1f1f;
  line-height: 24px;
  font-size: 14px;
  text-align: left;
  background: url(../image/pc55-1bd9e74.svg) no-repeat 100%;
  margin-right: 16px;
  cursor: pointer;
  font-weight: 700
}
.test {
  font-size: 16px
}
.test__title {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 8px
}
.test__inputbx {
  position: relative;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff
}
.test__inputbx--active {
  border-bottom: 1px solid #fe5a58
}
.test__inputbx input {
  flex: auto;
  border: none;
  outline: none;
  width: 220px;
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f
}
.test__inputbx ::-webkit-input-placeholder {
  color: #c8c8c8;
  font-weight: 400
}
.test__inputbx :-moz-placeholder, .test__inputbx ::-moz-placeholder {
  color: #c8c8c8;
  font-weight: 400
}
.test__inputbx :-ms-input-placeholder {
  color: #c8c8c8;
  font-weight: 400
}
.test__inputbx__code {
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer
}
.test__inputbx__code--orange {
  color: #fe5a58
}
.login.new-register .login-wrap {
  height: 388px;
  margin: 0;
  width: auto;
  min-height: unset;
  border: none;
  border-radius: 0;
  box-shadow: none
}
.login.new-register .login-wrap .login-nav-menu {
  display: none
}
.login.new-register .login-wrap__content {
  padding: 0
}
.login.new-register .login-wrap .agreement-checkbox {
  left: 0 !important;
  bottom: 10px
}
.smslogin .loginnavmenu__li.login {
  color: #fe5a58;
  border-bottom: 2px solid #fe5a58
}
.login.smslogin-new .login-wrap {
  height: auto;
  margin: 0;
  width: auto;
  min-height: unset;
  border: none;
  border-radius: 0;
  box-shadow: none
}
.login.smslogin-new .login-wrap .login-nav-menu {
  display: none
}
.login.smslogin-new .login-wrap__content {
  padding: 0
}
.login__content {
  background: #fff;
  width: 328px;
  height: 335px;
  padding: 24px;
  margin: 0 auto 112px
}
.login__content, .login__phone {
  position: relative
}
.login__phone .roaming {
  top: 63px
}
.login__wechat {
  background: #fff;
  width: 408px;
  margin: 0 auto 134px
}
.login-captcha {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(60, 60, 60, .7);
  z-index: 9
}
.login-captcha__box {
  width: 311px;
  padding-bottom: 20px;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  margin-left: -156px;
  margin-top: -71px;
  z-index: 101
}
.login-captcha__title {
  font-size: 16px;
  color: #353535;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 25px
}
.login-captcha__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(../image/pc55-aff394a.svg) no-repeat 50%;
  cursor: pointer
}
.el-tabs__content {
  overflow: unset
}
.el-tabs__active-bar {
  background-color: #fe5a58
}
.el-tabs__item {
  font-size: 16px
}
.el-tabs__item.is-active, .el-tabs__item:hover {
  color: #fe5a58
}
.el-tabs__nav {
  margin-left: calc((100% - 104px)/2)
}
.el-tabs__nav-wrap:after {
  content: none
}
.auth-popup {
  border-radius: 8px
}
.auth-popup__tabs {
  width: 350px;
  padding: 20px
}
.auth-popup__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  width: 360px
}
.auth-popup__side-title {
  font-size: 16px;
  color: #1f1f1f
}
.auth-popup__side-name {
  font-size: 18px;
  color: #1f1f1f;
  margin-bottom: 8px
}
.auth-popup__side-rebate {
  font-size: 18px;
  color: #fe5a58
}
.auth-popup__side-link {
  font-size: 12px;
  color: #999;
  cursor: pointer
}
.auth-popup__side-link:hover {
  color: #fe5a58
}
.auth-popup__side-banner {
  background-image: url(../image/1070ffa6e1a286fc1b4eb60aa51a29b705be.png);
  height: 100px;
  width: 285px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 45px 0
}
.auth-popup__side-logo {
  height: 96px;
  width: 96px;
  border-radius: 4px;
  background-color: #c8c8c8;
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center
}
.auth-popup__side-logo img {
  max-height: 80%;
  max-width: 80%
}
.auth-popup .roaming__list__title-li {
  cursor: pointer
}
.auth-popup .roaming__list__title-li:hover {
  background-color: #fef1ef
}
.auth-popup .accountlogin__otherlogin {
  display: flex;
  margin-top: 108px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  justify-content: left;
  align-items: center;
  position: relative;
  bottom: 0
}
.auth-popup .accountlogin__wechat {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/pc55-0470106.png) no-repeat 50%;
  background-size: contain
}
.auth-popup .accountlogin__qq {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/pc55-4c37a7a.png) no-repeat 50%;
  background-size: contain
}
.auth-popup .accountlogin__sina {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/pc55-45da31e.png) no-repeat 50%;
  background-size: contain
}
.auth-popup .el-dialog__headerbtn {
  z-index: 2;
  top: -16px;
  right: -16px;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%
}
.auth-popup .el-dialog__headerbtn i {
  font-size: 23px;
  font-weight: 400
}
.auth-popup .el-dialog__header {
  padding: 0;
  border: none
}
.auth-popup .el-dialog__body {
  padding: 0;
  display: flex;
  border-radius: 10px;
  overflow: hidden
}
.logo-online880 a {
  display: block;
  width: 114px;
  height: 47.5px;
  font-size: 0;
  background-size: 100%;
  background-image: url(../image/pc55-2502b26.svg)
}
.subHeader {
  display: flex;
  opacity: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  height: 64px;
  background-color: #fff;
  align-items: center;
  transition: opacity .25s ease
}
.subHeader .headerSearchPopover.adv {
  top: 0 !important
}
.subHeader .header__search {
  margin: 0;
  height: 30px;
  width: 320px
}
.subHeader .header__search .search-input-area__newicon {
  left: 16px
}
.subHeader .header__search-btn {
  padding: 0;
  width: 46px
}
.subHeader .header__search-btn:after {
  background-size: 65%;
  background-position-y: 13px
}
.subHeader .header__search-input {
  line-height: 28px;
  width: 320px;
  font-size: 12px;
  padding-left: 40px
}
.subHeader .header__login, .subHeader .header__user {
  margin-left: auto
}
.head-nav {
  position: absolute;
  top: -36px
}
.head-nav a {
  font-size: 14px;
  color: #1f1f1f;
  cursor: pointer
}
.head-nav a:hover {
  color: #fe5a58
}
.head-nav a:last-child {
  cursor: default;
  color: #fe5a58
}
.common-btn {
  border: none;
  background-color: #fe5a58;
  color: #fff !important;
  position: relative
}
.common-btn:focus, .common-btn:hover {
  background-color: #ff7373
}
.header__icon-item {
  font-size: 12px !important;
  padding: 8px !important;
  min-width: auto !important
}
.header__icon-item.image {
  background-color: unset;
  padding: 0;
  margin: 10px;
  box-shadow: 0 2px 5px 2px #f4f4f4
}
.header__mobile-image {
  background-image: url(../image/52d59713ec0f84b51d30b67d1ae9f7b8.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 184px;
  width: 235px
}
.header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 7px
}
.header.tt .header__search {
  position: absolute;
  bottom: -120px
}
.header__ad {
  height: 100px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50%
}
.header__ad[lazy=error], .header__ad[lazy=loading] {
  background-size: contain;
  background-repeat: no-repeat
}
.header.fluid {
  width: auto
}
.header.fluid .header__wrap {
  margin: 0 44px;
  width: auto
}
.header__black {
  width: 160px;
  height: 35px
}
.header__black img {
  width: 125px;
  position: relative;
  top: -32px
}
.header__black__box {
  position: relative;
  right: -72px;
  top: -60px;
  width: 32px;
  height: 32px;
  display: flex
}
.header__black__box .box-img {
  position: absolute;
  width: 80px;
  left: -24px;
  top: -5px
}
.header__black__box .box-bottom {
  position: absolute;
  width: 28px;
  left: 2px;
  top: 17px
}
.header__black__box span {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  z-index: 1
}
.header__black__box #animat {
  animation: mymove 2.5s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  -webkit-animation: mymove 2.5s infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out
}
@keyframes mymove {
  0%, to {
    transform: scale(1.1)
  }
  25% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.1)
  }
  75% {
    transform: scale(1)
  }
}
@-webkit-keyframes mymove {
  0%, to {
    transform: scale(1.1)
  }
  25% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.1)
  }
  75% {
    transform: scale(1)
  }
}
.header__black-ing {
  width: 135px;
  height: 35px
}
.header__black-ing img {
  width: 135px;
  position: relative;
  top: -21px
}
.header__black-ing__box {
  position: relative;
  right: 3px;
  top: -72px;
  width: 131px;
  display: flex
}
.header__black-ing__box .box-img {
  position: absolute;
  width: 80px;
  left: -24px;
  top: -5px
}
.header__black-ing__box .box-bottom {
  position: absolute;
  width: 28px;
  left: 2px;
  top: 17px
}
.header__black-ing__box span {
  margin: 0 auto;
  font-size: 14px;
  z-index: 1;
  font-weight: 600;
  color: #ff7373;
  width: 28px;
  text-align: center
}
.header__logo {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  position: relative
}
.header__logo.focus {
  width: 240px
}
.header__logo__site {
  margin-left: 16px
}
.header__logo__site .el-icon-location-outline:before {
  content: "\e708"
}
.header__logo__site .el-icon-arrow-down:before {
  content: "\e6df"
}
.header__logo__site__list {
  font-size: 15px;
  cursor: pointer
}
.header__search {
  height: 38px;
  width: 596px;
  display: flex
}
.header__search-input {
  font-size: 14px;
  width: 596px;
  box-sizing: border-box;
  border: 1px solid #fe5a58;
  border-radius: 25px;
  line-height: 36px;
  padding: 0 32px 0 58px;
  text-indent: 1px
}
.header__search-btn {
  border: none;
  background-color: #fe5a58;
  color: #fff !important
}
.header__search-btn:focus, .header__search-btn:hover {
  background-color: #ff7373
}
.header__invite {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1px;
  position: relative
}
.header__invite.tenA:before {
  background-image: url(../image/202109161736_NMPiTcXEQE.png)
}
.header__invite:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../image/202107221613_RPFdj8fndJ.svg);
  position: absolute;
  top: -10px;
  left: -37px;
  padding: 27.5px 37.5px;
  background-size: 100%
}
.header__invite span {
  margin-left: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fe5a58
}
.header__invite span:nth-child(2) {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f
}
.header__container {
  background-color: #fff;
  width: 1200px;
  padding: 0 calc((100% - 1200px)/2)
}
.header__wrap {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  height: auto;
  width: 1200px;
  padding: 26px 0 4px
}
.header__wrap, .header__wrap-top-layer {
  display: flex;
  justify-content: space-between
}
.header__wrap-top-layer {
  width: 100%
}
.header__logo {
  flex: none
}
.header__new-show {
  border: none !important;
  color: #fff !important;
  flex: none !important;
  height: 28px !important;
  padding: 0 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  background-image: linear-gradient(140deg, #f77f4b 1%, #f64567 99%) !important;
  border-radius: 3px !important;
  position: relative;
  cursor: pointer;
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
.header__new-show:hover .release-box {
  display: block
}
.header .release-box {
  width: 192px;
  height: 126px;
  position: absolute;
  right: -5px;
  top: 27px;
  padding-top: 5px;
  display: none;
  z-index: 999;
  -webkit-animation: fade .15s both;
  animation: fade .15s both;
  box-shadow: 0 2px 4px 0 rgba(60, 60, 60, .04), 0 4px 8px 0 rgba(60, 60, 60, .04)
}
.header-tips {
  position: absolute;
  width: 322px;
  height: 113px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(32, 33, 36, .2);
  border-radius: 4px;
  top: 42px;
  left: 132px;
  z-index: 99999
}
.header-tips__text {
  width: 282px !important;
  height: 38px;
  font-size: 14px;
  color: #333;
  margin: 14px auto
}
.header-tips__btns {
  display: flex;
  float: right
}
.header-tips__btns a {
  width: 80px;
  height: 28px;
  border-radius: 16px;
  cursor: pointer
}
.header-tips__yes {
  background-color: #fe5a58;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-right: 20px
}
.header-tips__yes:hover {
  opacity: .9;
  color: #fff
}
.header-tips__no {
  border: 1px solid #fe5a58;
  font-size: 12px;
  color: #fe5a58;
  line-height: 28px;
  text-align: center;
  margin-right: 12px
}
.header-tips__no:hover {
  background: #fe5a58;
  opacity: .9;
  color: #fff
}
.header-black5 {
  height: 56px;
  width: 200px;
  background: url(../image/pc55-1988f35.png) no-repeat 50%/contain;
  position: relative;
  right: 18px
}
.header-black5-txt {
  color: #fff;
  font-weight: 700;
  position: absolute;
  letter-spacing: 13px
}
.header-black5 .text {
  position: absolute;
  font-size: 14px
}
.header-black5 ._day {
  left: 22px;
  bottom: 12px
}
.header-black5 ._day_txt {
  left: 64px;
  bottom: 10px
}
.header-black5 ._hour {
  left: 90px;
  bottom: 12px
}
.header-black5 ._hour_txt {
  left: 134px;
  bottom: 10px
}
.header-black5 ._min {
  right: -6px;
  bottom: 12px
}
.header-black5 ._min_txt {
  bottom: 10px;
  right: -18px
}
.header .blackTime {
  background: url(../image/pc55-ab23bcb.png) no-repeat 50%/contain
}
.header-banner-close {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 24px;
  top: 10px;
  z-index: 999;
  opacity: .5;
  cursor: pointer
}
.avt {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  color: #999;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.avt.black {
  color: #1f1f1f
}
.avt.black:hover .oneLine {
  color: rgba(31, 31, 31, .8)
}
.avt .el-avatar {
  margin-right: 4px
}
.avt .el-avatar--circle {
  border-radius: 50%
}
.avt .oneLine {
  width: auto
}
.avt .oneLine em {
  font-size: 12px;
  padding: 1px 4px;
  border-radius: 2px;
  background-color: #fe5a58;
  color: #fff;
  margin-left: 6px;
  transform: translateY(-1px);
  display: inline-block
}
.avt .oneLine.bold {
  font-weight: 700
}
.avt:hover {
  color: rgba(31, 31, 31, .8)
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes anim-open {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes anim-close {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.header-searchpop .dialog-fade-leave-active {
  -webkit-animation: anim-close .3s !important;
  animation: anim-close .3s !important
}
.header-searchpop .dialog-fade-enter-active {
  -webkit-animation: anim-open .3s !important;
  animation: anim-open .3s !important
}
.header-searchpop.sub .search-wrap {
  width: 426px;
  top: 38px !important
}
.search-wrap {
  overflow: visible !important;
  background-color: #fff;
  width: 595px;
  display: flex;
  flex-direction: column;
  top: 46px !important;
  font-weight: 600
}
.search-wrap .el-dialog {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}
.search-wrap .el-dialog__header {
  display: none
}
.search-wrap .el-dialog__body {
  padding: 0
}
.search-wrap .search-default {
  color: #1f1f1f;
  display: flex;
  flex-direction: column;
  padding: 16px
}
.search-wrap .search-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.search-wrap .search-title svg {
  cursor: pointer
}
.search-wrap .search-title svg:hover {
  fill: #fe5a58
}
.search-wrap .search-hint {
  color: #666;
  font-size: 14px;
  font-weight: 400
}
.search-wrap .search-hot-ul {
  display: flex;
  flex-wrap: wrap
}
.search-wrap .search-hot-ul .search-hot-li {
  margin: 0 16px 24px 0
}
.search-wrap .search-hot-ul .search-hot-li.limit {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.search-wrap .search-hot-ul .search-hot-li.width-limit {
  max-width: 480px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.search-wrap .search-hot-ul .search-hot-li.recent a:before {
  content: unset
}
.search-wrap .search-hot-ul .search-hot-li a {
  font-size: 12px;
  color: #1f1f1f;
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 3px 5px
}
.search-wrap .search-hot-ul .search-hot-li a:hover {
  color: #fe5a58
}
.search-wrap .search-hot-ul .search-hot-li a:before {
  content: "";
  background-image: url(../image/20200601150635457.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 14px;
  padding: 0 5px;
  margin-right: 6px
}
.search-wrap .search-keywords__content {
  display: block;
  line-height: 56px;
  font-size: 14px;
  color: #1f1f1f;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.search-wrap .search-keywords__content:hover {
  color: #fe5a58
}
.search-wrap .search-keywords__content.active {
  background-color: #fef1ef;
  color: #fe5a58
}
.search-wrap .search-invalid {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px
}
.search-wrap .search-invalid p {
  text-align: center
}
.search-wrap .search-invalid img {
  width: 173px
}
.search-wrap .search-trans {
  font-size: 14px;
  padding: 16px;
  color: #1f1f1f
}
.search-wrap .search-trans .translated__wrap {
  display: flex;
  margin-top: 16px
}
.search-wrap .search-trans .translated__wrap-logo {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px
}
.search-wrap .search-trans .translated__wrap-logo img {
  max-height: 80%;
  max-width: 80%
}
.search-wrap .search-trans .translated__wrap-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  color: #1f1f1f;
  margin-left: 16px
}
.search-wrap .search-trans .translated__wrap-rebate {
  color: #fe5a58
}
.search-wrap .search-trans .translated__wrap-buttons {
  display: flex !important
}
.search-wrap .search-trans__action {
  cursor: pointer
}
.search-wrap .search-trans__action:hover {
  color: #fe5a58
}
.search-wrap .search-trans .grayline {
  margin: 24px 0
}
.search-wrap .search-trans .bottom {
  margin-bottom: 24px
}
.search-wrap .search-trans p {
  color: #999
}
.search-wrap .search-ul {
  padding: 0;
  box-sizing: border-box
}
.search-wrap .search-ul .search-li {
  font-size: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative
}
.search-wrap .search-ul .search-li .grayline {
  width: calc(100% - 32px);
  position: absolute;
  bottom: 0
}
.search-wrap .search-ul .search-li:hover {
  background-color: #fef1ef
}
.search-wrap .search-ul .search-li:hover span {
  color: #fe5a58
}
.search-wrap .search-ul .search-li span {
  font-size: 14px;
  color: #1f1f1f
}
.search-wrap .search-ul .search-li .rebate {
  color: #fe5a58
}
.search-wrap .search-ul .search-li .count {
  color: #999
}
.search-wrap .search-ul .search-li.active {
  background-color: #fef1ef
}
.search-wrap .search-ul .search-li.active span {
  color: #fe5a58
}
.header__search {
  position: relative;
  height: 38px !important
}
.header__search-input::-moz-placeholder {
  color: #999
}
.header__search-input:-ms-input-placeholder {
  color: #999
}
.header__search-input::-ms-input-placeholder {
  color: #999
}
.header__search-input::placeholder {
  color: #999
}
.header__search-btn {
  position: absolute;
  right: 0;
  height: 100%;
  width: 66px;
  background: linear-gradient(130deg, #ff775c, #ff5063) !important;
  border-radius: 25px !important;
  transition: unset !important
}
.header__search-btn:after {
  content: "";
  background-image: url(../image/202107220931_OUEqXC71zH.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 12px;
  background-size: 100%;
  background-position-y: 8px
}
.header__search .search-input-area {
  position: relative;
  display: flex;
  align-items: center
}
.header__search .search-input-area i {
  position: absolute;
  right: 78px;
  z-index: 2;
  color: #999;
  cursor: pointer
}
.header__search .search-input-area i:hover {
  color: #fe5a58
}
.header__search .search-input-area__newicon {
  left: 28px;
  right: unset !important
}
.pop-no-collection {
  width: 173px;
  height: 148px;
  background-size: 100%;
  margin-top: 50%;
  margin-left: 50%;
  transform: translateX(-50%) translateY(-50%)
}
.pop-no-collection:after {
  content: "暂无推荐商家";
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center
}
.pop-no-collection.nocol:after {
  content: "您还没有收藏的商家"
}
.subs {
  padding: 0 24px
}
.sub .header-nav-item span, .subs .header-nav-item span {
  font-size: 14px;
  width: 100px;
  text-align: center
}
.header-nav-item {
  display: flex;
  align-items: center;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.25;
  position: relative
}
.header-nav-item .nav-badge {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #fe5a58;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 25px;
  transform: translate(75%, -5%)
}
.header-nav-item.hide {
  display: none
}
.header-nav-item-icon {
  height: 16px;
  width: 16px;
  background-size: 100%;
  position: absolute
}
.header-nav-item__store {
  height: 642px;
  width: 587px;
  font-size: 14px;
  color: #1f1f1f;
  background-color: #fff;
  position: absolute;
  left: 207px;
  top: -1px;
  padding: 16px 24px 24px;
  box-sizing: border-box;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(60, 60, 60, .04), 0 4px 8px 0 rgba(60, 60, 60, .04);
  border: 1px solid #ececec;
  border-left: none;
  cursor: default
}
.header-nav-item__store-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #1f1f1f
}
.header-nav-item__store-title span {
  margin-left: 0 !important
}
.header-nav-item__store-title a {
  color: #999;
  font-size: 12px;
  font-weight: 400
}
.header-nav-item__store-title a:hover {
  color: #fe5a58
}
.header-nav-item__store ul {
  display: flex;
  flex-wrap: wrap
}
.header-nav-item__store-item:nth-child(2n) {
  margin-right: 0 !important
}
.header-nav-item__store-item {
  display: flex !important;
  width: calc((100% - 24px)/2);
  margin-right: 24px !important;
  margin-top: 24px
}
.header-nav-item__store-item a {
  display: flex;
  width: 100%
}
.header-nav-item__store-item a:hover .pop-info__name {
  color: #fe5a58
}
.header-nav-item__store-item .pop-logo {
  height: 86px;
  width: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px
}
.header-nav-item__store-item .pop-logo img {
  max-height: 80%;
  max-width: 80%
}
.header-nav-item__store-item .pop-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  margin-left: 16px;
  max-width: calc(100% - 102px)
}
.header-nav-item__store-item .pop-info__name {
  color: #1f1f1f
}
.header-nav-item__store-item .pop-info__rebate {
  color: #fe5a58
}
.header-nav-item__store-item .pop-info__influence {
  font-size: 12px;
  font-weight: 400;
  color: #999
}
.header-nav-item .el-icon-caret-bottom {
  margin-left: 8px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px
}
.header-nav-item > svg {
  display: none;
  margin-right: 4px
}
.header-nav-item.active, .header-nav-item:hover {
  color: #fe5a58
}
.header-nav-item.active {
  font-weight: 600
}
.header-nav-item.active > svg, .header-nav-item:hover > svg {
  fill: #fff
}
.header-nav-item.more {
  position: relative;
  cursor: pointer
}
.header-nav-item.more:hover .header-nav-item__list {
  display: flex;
  flex-direction: column
}
.header-nav-item.sub {
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 12px;
  color: #1f1f1f;
  font-size: 14px;
  text-align: center;
  line-height: 24px
}
.header-nav-item.sub:hover {
  color: #353535
}
.header-nav-item.sub:hover > svg {
  fill: #353535
}
.header-nav-item__list {
  display: none;
  position: absolute;
  top: -5px;
  left: 50%;
  font-size: 0;
  background-color: #fff;
  border-radius: 2px;
  transform: translateX(-50%);
  box-shadow: 0 2px 4px 0 rgba(60, 60, 60, .04), 0 4px 8px 0 rgba(60, 60, 60, .04);
  z-index: 100;
  width: 102px;
  padding: 5px 0;
  box-sizing: border-box;
  border: 1px solid #ececec
}
.header-nav-item__list-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-bottom: 10px
}
.header-nav-item__list-title a {
  color: #fe5a58
}
.header-nav-item__list.pop {
  height: 642px;
  width: 208px;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  left: -24px;
  top: 42px;
  transform: unset;
  justify-content: space-between;
  padding-bottom: 24px;
  box-sizing: border-box;
  border-right: none;
  border-top-left-radius: 0
}
.header-nav-item__list.pop span {
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.header-nav-item__list.pop .header-nav-item__list-title {
  width: 100px;
  text-align: left;
  margin-left: 24px
}
.header-nav-item__list.pop.poptitle {
  width: 100px;
  height: 48px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  left: -24px;
  top: -5px;
  transform: unset;
  justify-content: space-between;
  padding-bottom: 24px;
  box-sizing: border-box;
  border: 1px solid #ececec;
  border-bottom: none;
  box-shadow: none;
  z-index: 101
}
.header-nav-item__li {
  width: 100%;
  min-width: 72px;
  height: 36px;
  line-height: 36px;
  margin-top: 10px
}
.header-nav-item__li:hover {
  background-color: #fef0ed
}
.header-nav-item__li:hover a {
  color: #fe5a58 !important
}
.header-nav-item__li:hover svg {
  fill: #fe5a58 !important
}
.header__middle-wrap {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 99;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1px;
  padding-bottom: 1px
}
.header__middle-wrap.tt {
  background-color: hsla(0, 0%, 100%, .94)
}
.header__middle-wrap.tt .header__time {
  display: none
}
.header__middle-wrap.tt .header__search {
  margin: 0;
  height: 30px;
  width: 260px;
  top: 50%;
  left: unset;
  transform: translateY(-50%)
}
.header__middle-wrap.tt .header__search .el-icon-error {
  right: 55px
}
.header__middle-wrap.tt .header__search .search-input-area__newicon {
  left: 16px
}
.header__middle-wrap.tt .header__search-btn {
  padding: 0;
  width: 46px
}
.header__middle-wrap.tt .header__search-btn:after {
  background-size: 65%;
  background-position-y: 13px
}
.header__middle-wrap.tt .header__search-input {
  line-height: 28px;
  width: 260px;
  font-size: 12px;
  padding-left: 40px
}
.header__middle-wrap .header__search {
  position: absolute;
  z-index: 100;
  top: -56px;
  left: calc((100% - 1200px)/2);
  transform: translateX(50%)
}
.header__middle-wrap-right {
  display: flex;
  justify-content: space-between
}
.header__icon-wrap {
  display: inline-flex
}
.header__user {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 144px
}
.header__user.focus {
  width: 240px
}
.header__user >  {
  display: block;
  margin-left: 24px;
  font-size: 0
}
.header__user > :first-child {
  margin-left: 0
}
.header__user > :hover svg {
  opacity: .9
}
.header__login {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 72px;
  color: #1f1f1f;
  font-size: 14px;
  cursor: pointer
}
.header__login span:hover {
  color: #fe5a58
}
@media screen and (max-width:1439px) {
  .header__login {
    width: auto
  }
}
.header__login a:hover {
  color: #fe5a58
}
.header__login.focus {
  width: 240px
}
.header__icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  margin-left: 30px;
  margin-right: 30px
}
.header__icon .el-badge__content {
  height: 15px;
  line-height: 15px;
  padding: 0 5px
}
.header__icon .el-badge__content.is-fixed {
  transform: translate(106%, -55%)
}
.header__icon.log {
  transform: translateX(35px);
  margin-left: auto;
  margin-right: 65px
}
.header__icon .trans {
  transform: translateY(2px)
}
.header__icon .link-wrap {
  display: flex;
  -webkit-filter: grayscale(1) opacity(.7);
  filter: grayscale(1) opacity(.7)
}
.header__icon .link-wrap:hover {
  -webkit-filter: unset;
  filter: unset
}
.header__icon .link-wrap.browse {
  height: 19px;
  width: 19px;
  background-image: url(../image/202111031634_RYFuhE7jRT.svg);
  margin-right: 20px
}
.header__icon .link-wrap.collect {
  height: 18px;
  width: 20px;
  background-image: url(../image/202109091118_ypyVf1YKQk.svg);
  margin-right: 20px
}
.header__icon .link-wrap.bell {
  height: 19px;
  width: 17px;
  background-image: url(../image/202109271322_o8oPzROGgX.svg)
}
.header__icon .link-wrap.focusing {
  border: none !important;
  outline: none
}
.header__time {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  line-height: 40px;
  position: relative;
  white-space: nowrap;
  width: 130px
}
.header__time i {
  font-size: 16px;
  color: #999;
  margin-left: 3px;
  margin-top: -2px
}
.header__time:hover .header__time-list {
  display: block !important
}
.header__time-list {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  width: 168px;
  top: 6px;
  left: -19px;
  z-index: 1;
  padding: 3px 12px 3px 0;
  box-sizing: border-box
}
.header__time-list-item {
  margin-left: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 28px;
  font-size: 12px
}
.header__time-list-item:hover {
  color: #fe5a58
}
.header__nav-bar li {
  margin-right: 32px;
  display: inline-block
}
.header__nav-bar .hide {
  display: none
}
.header__nav-bar.in {
  display: block
}
.header__nav-bar.in li {
  -webkit-animation: scale-fade-in .3s;
  animation: scale-fade-in .3s
}
.header__nav-bar.out {
  display: none
}
.header__nav-bar.out li {
  -webkit-animation: scale-fade-out .3s forwards;
  animation: scale-fade-out .3s forwards
}
.lucky-bag {
  margin: 0 !important;
  background-color: transparent;
  box-shadow: unset;
  height: 100%
}
.lucky-bag-content {
  height: 622px;
  width: 643px;
  position: relative
}
.lucky-bag-content-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer
}
.lucky-bag .bag_bg {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center
}
.lucky-bag .bag_bg p {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important
}
.lucky-bag .bag_bg .info1 {
  margin-top: 127px
}
.lucky-bag .bag_bg .info1, .lucky-bag .bag_bg .info2 {
  font-size: 32px;
  color: #d60b15;
  height: 45px
}
.lucky-bag .bag_bg .info3 {
  font-size: 20px;
  color: #891600;
  margin-top: 18px;
  height: 28px
}
.lucky-bag .bag_bg .cashback_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-top: 20px;
  grid-gap: 16px;
  gap: 16px
}
.lucky-bag .bag_bg .cashback_info-left {
  font-size: 30px;
  color: #e93d2d
}
.lucky-bag .bag_bg .cashback_info-right > p {
  padding-left: 20px
}
.lucky-bag .bag_bg .cashback_info-right .p1 {
  font-size: 18px;
  color: #e93d2d
}
.lucky-bag .bag_bg .cashback_info-right .p2 {
  font-size: 14px;
  color: #af9e9d
}
.lucky-bag .bag_bg .cry {
  height: 80px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center
}
.lucky-bag .bag_bg .cry > img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain
}
.lucky-bag .bag_bg .cry > p {
  font-size: 14px;
  color: #af9e9d
}
.lucky-bag .bag_bg .info4 {
  font-size: 22px;
  color: #fff;
  margin-top: 58px;
  height: 30px
}
.lucky-bag .bag_bg .info5 {
  font-size: 14px;
  color: #fff;
  margin-top: 54px;
  height: 20px
}
.lucky-bag .bag_bg .info6 {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  height: 20px;
  text-decoration: underline !important
}
.lucky-bag .winning {
  background-image: url(../image/pc55-269c3dd.png)
}
.lucky-bag .unwinning {
  background-image: url(../image/pc55-875f346.png)
}
.lucky-bag .unwinning .info1 {
  margin-top: 107px
}
.lucky-bag .unwinning .info3 {
  margin-bottom: 20px
}
.lucky-bag .bag_full {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWcAAABTCAMAAAB0+jawAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAC6UExURQAAAEUfDUUfDUUfDUUfDUUfDUUfDUUfDUUfDUUfDUUfDUUfDUUfDfzUqo9oTf3Vq/XNpNSsiP3Vq/3Vq5ZvU/3Vq/7WrPXNpPXNpP3Vq/3Vq/7WrP/99P/WrP/w3P7jxP7duf/25//98//z4v/36v/v2v7Zsf/q0f7hwf7nzP7lyP7gvv/u2P/15v/78P7Yr/7btP7myv/x3v/88v7YsP7ctv/67v7btf7Xrf7as/7cuP/z4f7ny/7XrhQ56oYAAAAcdFJOUwAGDAUEBwkBAgMICwrJD9F0I/TSEM35c3X10/jWhLc6AAACJ0lEQVR42u3d2U6DQBiGYacV1IFu7lWp3bXu++7935YsAwVaayJ/STTve9iePSETTvhmZYXov7ZGgv1kvE4F+946DbxBBUtzzzAb4VUSyGjnoEPl0LgapejXGcLQOpTOMQfISlkkUuDtU6ehDXOArLW2SSAfMqDOQMfMlrZd13GcChXMR3Rd25c20MnjHDLXm7VNj4TarDXrEbR5oGPmVgMc2RqtGDpx9p9mmMXb2rbU1Nk/natK78Ei355W1eCETo4Ny66hIl/NtuKDIzo2tLuLinyHrlYpZ//YcOO/xrcXHSrS6KSbQLvhwZE4W9oxf5xdHVHhRteG09HW1Dk4no3zBCOR3l+Mc3BAzzo/30Mk08eMc/S6UQl/PgFIqGHkXDEvHDnnAUBSvS5y7uEjVXeOs8J5ec4KZ5xxJpxxxhlnnHEmnHHGGWeccSacccYZZ5xxJpxxxplwxplwxhlnwhlnwhlnnAlnnAlnnHGmAs7zvre6xEeqt0XOd/gI1X9Y5HwGkFCDme9h0993fw4Rknmczxd+R+91nzCSaOLNcU7vb9x0+igVrXfqzdvfyOzJeOPzYyrS6aP3zZ4M+0jLGgvM7iOx97X8va94v66JinzN6X5dvMe4vQWLdAeZPUb2RZc1e5nbF433cvd32uBI1d7Zz+7lsv9czv4ze+Yl7Zmzz1/OPj/3TZR03wT3p5R0fwr3AZV0HxD3W5V0vxX3tZV1XxvR3+8LRH3Y3cX/90AAAAAASUVORK5CYII=);
  background-size: cover;
  background-position: 50%;
  height: 60px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  gap: 5px
}
.lucky-bag .bag_full > img {
  height: 20px;
  width: 20px
}
.lucky-bag .bag_full > span {
  font-size: 16px;
  color: #d60b15
}
.lucky-bag .el-dialog__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: unset
}
.lucky-bag .el-dialog__header {
  display: none
}
.footer-kol {
  background-color: #272727;
  color: #fff;
  position: relative;
  width: 100%;
  padding: 40px 0
}
.footer-kol .copy-right-info {
  font-size: 12px;
  color: #8b8b8b;
  margin: 24px auto 30px;
  text-align: center;
  border-top: 1px solid #555;
  padding-top: 24px
}
.footer-kol .copy-right-info__p {
  display: inline
}
.footer-kol .copy-right-info a {
  display: inline;
  color: #8b8b8b
}
.footer-kol .copy-right-info a:hover {
  text-decoration: underline !important
}
.footer-kol__list {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  margin: auto
}
.footer-kol__list.info {
  width: 190px
}
.footer-kol__list .footer-social-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 86px
}
.footer-kol__list .footer-social-wrap__outer.app:hover .qrcode, .footer-kol__list .footer-social-wrap__outer.sina:hover .qrcode, .footer-kol__list .footer-social-wrap__outer.wechat:hover .qrcode {
  display: block
}
.footer-kol__list .footer-social-wrap__outer .qrcode {
  display: none;
  height: 86px;
  width: 86px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 100%
}
.footer-kol__list .footer-social-wrap__outer .qrcode.sina {
  background-image: url(../image/20200514140723633.png)
}
.footer-kol__list .footer-social-wrap__outer .qrcode.wechat {
  background-image: url(../image/20200514140631459.png)
}
.footer-kol__list .footer-social-wrap__outer .qrcode.app {
  background-image: url(../image/20200514140800493.png)
}
.footer-kol__list .footer-social-wrap .social-icon:hover {
  fill: #fff
}
.footer-kol__list .list-header {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px
}
.footer-kol__list .list-header.header-logo {
  height: 16px;
  width: 58px;
  background-size: 100%;
  background-image: url(../image/20200515152729605.png)
}
.footer-kol__list .list-content {
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none
}
.footer-kol__list .list-content p {
  margin-bottom: 3px
}
.footer-kol__list .list-content a {
  color: #fff;
  cursor: pointer
}
.footer-kol__list .list-content a:hover {
  color: #fff
}
.footer-kol__list .list-content li {
  margin-bottom: 20px
}
.footer-kol__list .list-content li:last-child {
  margin-bottom: 0
}
.footer {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff
}
.footer .bag_gif {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  background-image: url(../image/pc55-e5653e4.png);
  background-size: cover
}
.footer .bag_gif:hover {
  background-image: url(../image/pc55-362dd3c.gif)
}
.footer-width {
  margin: 0 auto;
  width: 1200px
}
.footer__nav-wrap {
  margin: 0 auto;
  padding: 64px 0 32px;
  width: 920px;
  display: flex;
  justify-content: space-between
}
.footer__nav-title {
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center
}
.footer__nav-li {
  color: #999;
  font-weight: 400;
  margin-bottom: 13px
}
.footer__nav-li a {
  color: #999 !important;
  display: flex;
  align-items: center
}
.footer__nav-li:hover a {
  color: #1f1f1f !important
}
.footer__info {
  padding: 32px 0 38px
}
.footer__info a, .footer__info p {
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 16px
}
.footer__icon {
  float: left;
  margin-right: 16px
}
.footer__icon-logo {
  height: 24px;
  width: 24px;
  background-size: 100%;
  background-position: 50%
}
.footer__icon .red-book {
  padding: 3px;
  box-sizing: border-box
}
.footer .wechat__icon {
  position: relative
}
.footer .wechat__popup {
  display: none;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 50%;
  padding: 8px 16px 8px 8px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(60, 60, 60, .2);
  border-radius: 2px;
  transform: translateX(-50%)
}
.footer .wechat__popup:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent
}
.footer .wechat__icon:hover .wechat__popup {
  display: block
}
.footer .wechat__qrcode {
  float: left;
  margin-right: 8px;
  height: 96px;
  width: 96px;
  background-image: url(../image/17d91ff39ed4cd5b7d85c8badfa4a9ee.png);
  background-size: contain;
  background-repeat: no-repeat
}
.footer .wechat__content {
  float: right;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 96px
}
.footer .wechat__content-code {
  height: 16px;
  width: 20px;
  background-size: 100%;
  background-position: 50%;
  display: inline-block
}
.footer .wechat__content-code.text {
  width: 48px;
  background-repeat: no-repeat;
  position: absolute;
  top: 29px;
  left: 136px
}
.footer .wechat__text {
  margin-top: 4px;
  color: #999;
  font-size: 12px;
  line-height: 1.5
}
.footer_friendLink_title {
  margin: 0 auto;
  padding: 20px 0 10px;
  width: 920px;
  font-size: 12px;
  color: #212121;
  font-weight: 600
}
.footer_friendLink {
  margin: 0 auto;
  padding: 0 0 32px;
  width: 920px;
  display: flex;
  flex-wrap: wrap
}
.footer_friendLink__item {
  margin-bottom: 14px;
  margin-right: 20px;
  position: relative
}
.footer_friendLink__item a {
  font-size: 12px;
  color: #999
}
.footer_friendLink__item img {
  position: absolute;
  top: 0;
  right: -25px
}
.footer_jt {
  width: 12px;
  height: 18px;
  padding: 0 10px
}
.des_list li {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  width: 576px;
  font-weight: 400;
  margin: 0 auto
}
.des_main {
  width: 656px;
  height: 384px;
  margin: 0 auto;
  padding: 30px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  background-color: #fff;
  z-index: 30;
  overflow-y: scroll
}
.des_title {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 25px;
  color: #000;
  font-weight: 900
}
.des_list {
  list-style: disc;
  margin-left: 20px
}
.des_close {
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEKSURBVHgBtdTNDYIwFAfwvk7gCI7gCLoJHjk6gTiB4UQCh+IkOApu4JlP3yOWkKbta038JyR89P0obakQfwjoE6XUrus6NU3TJU3TVkSmqqr7MAw51YIG+75v5nk+4GWL8CkGLstSYW2iayXd3ICUvZSyKYpiHwmutQs6jmNutA2CDXAJ9vSxjikCCULKqHMOhQO8YdsMtjdDYR9I52D2gIM50Ir6YAB4cqAT9cCCA70oB7tAihSeYFFNn2x59MajdtV50e+kHC2Pdr51DAyYCH+s61iGgjSGeJyNptY/D0JBPSkhPwjEgDocDLFgCAy/gByst75XLEihdWxOnrn1ZfjWayho67Gu/QCyejeGtVCf7gAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
  z-index: 40
}
.sbar {
  position: fixed;
  z-index: 99;
  bottom: 60px;
  right: calc((100% - 1200px)/2 - 144px)
}
@media screen and (max-width:1488px) {
  .sbar {
    right: 0
  }
}
.sbar .el-backtop {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 64px;
  width: 64px;
  font-size: 12px;
  color: #1f1f1f;
  box-shadow: inset 0 0 0 1px #ececec;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
  right: unset !important;
  bottom: unset !important;
  border-radius: 0;
  margin-top: 34px
}
.sbar .el-backtop img {
  -webkit-filter: grayscale(1) opacity(.7);
  filter: grayscale(1) opacity(.7);
  margin-bottom: 2px
}
.sbar .el-backtop img, .sbar .el-backtop span {
  margin-top: auto
}
.sbar .el-backtop:hover {
  background-color: #fff
}
.sbar .el-backtop:hover img {
  -webkit-filter: unset;
  filter: unset
}
.sbar.pad {
  right: 0
}
.sbar-pop {
  background-color: #fff !important;
  width: auto !important;
  padding: 0
}
.sbar-pop__content {
  width: 235px;
  height: 184px;
  position: relative
}
.sbar-pop__content.square {
  width: 184px
}
.sbar-pop__content a {
  position: absolute;
  height: 17%;
  width: 43%;
  bottom: 7%;
  left: 5%
}
.sbar-pop__content a:last-of-type {
  left: unset;
  right: 5%
}
.sbar-item:last-of-type .sbar-item__wrap:after {
  content: unset
}
.sbar-item__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 64px;
  width: 64px;
  font-size: 12px;
  color: #1f1f1f;
  box-shadow: inset 0 0 0 1px #ececec;
  padding: 6px 0;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  position: relative
}
.sbar-item__wrap:after {
  content: "";
  background-color: #fff;
  width: calc(100% - 2px);
  position: absolute;
  bottom: 0;
  padding: 1px 0
}
.sbar-item__wrap:hover .sbar-pop {
  opacity: 1
}
.sbar-item__wrap:hover img {
  -webkit-filter: unset;
  filter: unset
}
.sbar-item__wrap img {
  -webkit-filter: grayscale(1) opacity(.7);
  filter: grayscale(1) opacity(.7);
  margin-bottom: 2px
}
.sbar-item__wrap img, .sbar-item__wrap span {
  margin-top: auto
}
.gray-page .sbar1 {
  position: -webkit-sticky;
  position: sticky;
  margin-left: calc(50% + 680px);
  width: 65px
}
[data-v-2fb64273] .emailDialog {
  margin: 0;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 452px;
  height: 279px;
  background-color: #fff;
  border-radius: 6px
}
[data-v-2fb64273] .emailDialog .el-dialog__body {
  padding: 0
}
[data-v-2fb64273] .emailDialog .el-dialog__header {
  border: none
}
[data-v-2fb64273] .emailDialog .info {
  height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0;
  color: #333;
  margin-top: 16px;
  margin-left: 32px
}
[data-v-2fb64273] .emailDialog .email-content {
  height: 172px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin: 0 32px
}
[data-v-2fb64273] .emailDialog .email-content just .em_input {
  height: 40px;
  border-radius: 20px;
  border: 1px solid #f5f5f5
}
[data-v-2fb64273] .emailDialog .email-content .el-input__inner {
  border-radius: 20px
}
[data-v-2fb64273] .emailDialog .email-content .email_btn {
  height: 40px;
  background-color: #fe5a58;
  border-radius: 20px;
  cursor: pointer
}
[data-v-2fb64273] .emailDialog .email-content .email_btn p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0;
  color: #fff
}
[data-v-2fb64273] .emailDialog .email-content .bottom_info {
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0;
  color: #999
}
.hsc {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .5s ease;
  box-shadow: 0 0 0 1px #ececec
}
.hsc:hover {
  box-shadow: 0 0 14px #ececec;
  transform: translateY(-10px)
}
.hsc:hover .extend {
  transform: translate(1px, -1px)
}
.hsc .bag_gif {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  background-image: url(../image/pc55-e5653e4.png);
  background-size: cover
}
.hsc .bag_gif:hover {
  background-image: url(../image/pc55-362dd3c.gif)
}
.hsc-img {
  border-radius: 4px 4px 0 0;
  padding-top: 100%;
  width: 100%;
  background-size: 68%
}
.hsc-img.cover {
  background-size: cover;
  background-color: #fff;
  position: relative;
  -webkit-filter: saturate(1);
  filter: saturate(1)
}
.hsc-img.cover[lazy=error], .hsc-img.cover[lazy=loading] {
  background-size: 50%
}
.hsc-img.cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .35)
}
.hsc-img.cover img {
  max-height: 68%;
  max-width: 68%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.hsc-info {
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 5px 16px;
  box-sizing: border-box
}
.hsc-info.extend {
  position: absolute;
  border-radius: unset;
  bottom: 0;
  transform: translateY(100%);
  background-color: #fff;
  width: calc(100% - 2px);
  border-radius: 0 0 4px 4px;
  padding: 2px 10px 10px
}
.hsc-info.extend:before {
  content: unset
}
.hsc-info:before {
  background-color: #fff;
  transform: unset;
  width: calc(100% - 2px)
}
.hsc-info h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 25px
}
.hsc-info__rebate {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 28px;
  height: 32px
}
.hsc-info__rebate em {
  font-size: 20px;
  font-weight: 600;
  color: #fe5a58
}
.hsc-info__desc {
  cursor: default
}
.hsc-info__amount, .hsc-info__desc {
  font-size: 12px;
  color: #999;
  text-align: center;
  height: 17px
}
.hsc-info__amount em, .hsc-info__desc em {
  text-decoration: line-through
}
.hsc-info__amount i, .hsc-info__desc i {
  transform: rotate(90deg)
}
.hsc-info__btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 9px
}
.hsc-info__btn button {
  width: calc((100% - 12px)/2);
  margin: 0 !important
}
.hsc-info__btn button a {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px !important
}
.hsc-info__btn button:first-of-type {
  border-color: #fe5a58
}
.hsc-info__btn button:first-of-type:hover {
  background-color: #fff !important
}
.hsc-info__btn button:first-of-type:hover a {
  color: #ff7373 !important
}
.hsc-info__btn button:first-of-type a {
  color: #fe5a58 !important
}
.show-item__radio .radio {
  z-index: 3;
  width: 244px;
  height: 244px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuNSIgc3Ryb2tlPSIjOTk5IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}
.show-item__radio .checked {
  background-image: url(../image/pc55-ccc6db0.svg);
  background-color: hsla(0, 0%, 100%, .15)
}
.squared-item {
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #ececec;
  border-radius: 4px;
  background-color: #fff;
  justify-content: center;
  cursor: pointer
}
.squared-item, .squared-item-info {
  display: flex;
  flex-direction: column
}
.squared-item .ml10 {
  margin-left: 10px
}
.squared-item .un-ht {
  height: unset;
  margin: unset;
  justify-content: flex-start;
  padding-top: 12px
}
.squared-item .dt-tile {
  text-align: left;
  height: unset;
  margin: 12px 0 6px
}
.squared-item .dt-sub {
  text-align: left;
  margin-right: 6px;
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis
}
.squared-item .dt-coupon {
  margin-top: 3px
}
.squared-item.detail-fl, .squared-item .dt-coupon {
  justify-content: flex-start
}
.squared-item__watermark {
  color: #d5d5d5;
  font-size: 14px
}
.squared-item.vertical {
  flex-direction: row
}
.squared-item.vertical .squared-item__img {
  padding-top: 21%;
  width: 21%;
  margin-right: 12px;
  border-radius: 5px
}
.squared-item.vertical .squared-item-info {
  width: calc(79% - 12px)
}
.squared-item.vertical .squared-item__title {
  margin-top: 0
}
.squared-item.vertical .squared-item__sub-title, .squared-item.vertical .squared-item__title {
  white-space: break-spaces;
  height: auto;
  text-align: left
}
.squared-item.vertical .squared-item__coupon, .squared-item.vertical .squared-item__price {
  justify-content: flex-start
}
.squared-item:hover .squared-item__title {
  color: #fe5a58
}
.squared-item span {
  text-align: center;
  overflow: hidden
}
.squared-item__img {
  /*padding-top: 100%;*/
  width: 100%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.squared-item__title {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  margin: 12px 0;
  height: 40px
}
.squared-item__sub-title {
  font-size: 14px;
  color: #1f1f1f;
  white-space: nowrap;
  height: 20px;
  line-height: 20px
}
.squared-item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
  height: 20px;
  line-height: 20px
}
.squared-item__price-discount {
  font-size: 14px;
  color: #fe5a58
}
.squared-item__price-origin {
  font-size: 12px;
  color: #999;
  text-decoration: line-through
}
.squared-item__coupons {
  margin: 0 0 3px
}
.squared-item__coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 21px;
  line-height: 21px
}
.squared-item__coupon-code {
  color: #fe5a58;
  background-color: #fef1ef;
  padding: 0 3px;
  border-radius: 3px;
  margin-right: 6px
}
.squared-item__coupon-title {
  color: #999
}
.squared-wrap__title {
  font-size: 20px;
  font-weight: 600;
  color: #1f1f1f;
  margin: 24px 0 16px;
  display: block
}
.squared-wrap__list {
  display: flex;
  flex-wrap: wrap
}
.icon-tag {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 6px 8px 6px 6px;
  font-size: 12px;
  color: #ff804d;
  background-color: #faede8;
  line-height: 1;
  border-radius: 12px;
  margin: 12px 12px 0 0;
  transition: transform .2s
}
.icon-tag:hover {
  color: #1d7dd4 !important;
  transform: scale(1.1)
}
.icon-tag:before {
  content: "";
  display: block;
  margin-right: 4px;
  height: 14px;
  width: 14px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}
.icon-tag--common, .icon-tag--store {
  color: #0084ff;
  background-color: #e5f2ff
}
.icon-tag--activity:hover {
  color: #fd6d57 !important
}
.icon-tag--common:before {
  background-image: url(../image/pc55-38b20f6.svg)
}
.icon-tag--store:before {
  background-image: url(../image/pc55-4672fe6.svg)
}
.icon-tag--activity:before {
  background-image: url(../image/pc55-d84c255.svg)
}
.edu-pop {
  margin-top: calc(15vh + 40px) !important;
  border-radius: 6px
}
.edu-pop.confirm .el-dialog__header {
  display: none
}
.edu-pop.confirm .el-dialog__body {
  padding-top: 56px
}
.edu-pop__confirm {
  display: flex;
  flex-direction: column;
  align-items: center
}
.edu-pop__confirm:before {
  content: "";
  background-image: url(../image/202202251403_BmLcuIIke8.svg);
  width: 110px;
  padding-top: 87.58px
}
.edu-pop__confirm h3 {
  font-weight: 18px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 36px 0 16px
}
.edu-pop__confirm p {
  text-align: center;
  color: #999
}
.edu-pop__list {
  list-style: disc;
  font-size: 14px;
  color: #1f1f1f
}
.edu-pop__list:before {
  display: block;
  margin-bottom: 8px;
  content: "温馨提示";
  font-size: 16px;
  font-weight: 700
}
.edu-pop__list li {
  margin-left: 20px;
  list-style: disc;
  line-height: 32px
}
.edu-pop__list li::marker {
  font-size: 12px
}
.edu-pop .el-dialog__title {
  font-weight: 700;
  color: #1f1f1f;
  margin-left: 12px
}
.edu-pop .el-dialog__close {
  font-size: 24px
}
.edu-pop .el-dialog__body {
  padding: 24px 32px 16px
}
.edu-pop .el-dialog__body span {
  font-size: 14px;
  color: #1f1f1f
}
.edu-pop .el-dialog__body input {
  border-radius: 4px;
  margin-top: 16px;
  color: #999;
  border-color: #999
}
.edu-pop .el-dialog__body input::-moz-placeholder {
  color: #999
}
.edu-pop .el-dialog__body input:-ms-input-placeholder {
  color: #999
}
.edu-pop .el-dialog__body input::-ms-input-placeholder {
  color: #999
}
.edu-pop .el-dialog__body input::placeholder {
  color: #999
}
.edu-pop .el-dialog__body button {
  margin: 16px 0;
  width: 100%
}
.edu-pop .el-dialog__body p {
  font-size: 12px;
  color: #333;
  line-height: 20px
}
.edu-pop.hint .el-dialog__headerbtn {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  padding: 4px;
  right: 0;
  top: 0;
  transform: translate(50%, 50%)
}
.edu-pop.hint .el-dialog__headerbtn i {
  font-size: 20px;
  margin: auto
}
.edu-pop.hint .el-dialog__header {
  z-index: 1;
  height: 134px;
  width: 100%;
  position: absolute;
  transform: translateY(-30px);
  top: 0;
  left: 0;
  padding: 0;
  border: none;
  background-size: 100%;
  background-image: url(../image/202202251341_2kmQlAlGss.svg)
}
.edu-pop.hint .el-dialog__title {
  display: none
}
.edu-pop.hint .el-dialog__body {
  padding: 132px 24px 24px
}
.icon-sponsor {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 6px 8px 6px 6px;
  font-size: 12px;
  color: #ffae0b;
  background-color: #fff4e4;
  line-height: 1;
  border-radius: 5px;
  margin: 12px 12px 0 0;
  transition: transform .2s
}
.icon-sponsor:hover {
  color: #ffae0b !important;
  transform: scale(1.1)
}
.icon-sponsor:before {
  content: "";
  display: block;
  margin-right: 4px;
  height: 14px;
  width: 14px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}
.icon-sponsor--common:before {
  background-image: url(../image/pc55-4d6a9d4.svg)
}
.dexp .markdown55-content img {
  width: 100% !important
}
.dexp .squared-wrap__list .squared-item:nth-child(3n) {
  margin-right: 0
}
.dexp .squared-wrap__list .squared-item {
  margin-bottom: 6px
}
.dexp-intro {
  font-size: 13px;
  color: #787878;
  height: 48px;
  max-height: 48px;
  line-height: 22px
}
.dexp-expend {
  font-size: 12px;
  color: #fe5a58;
  cursor: pointer
}
.dexp-expend i {
  font-weight: 700
}
.dexp-expend:hover {
  color: #ff7373
}
.mylogo {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 44px;
  background: url(../image/pc55-2502b26.svg) no-repeat 50%
}
.img-tag-component .icon-show-tag {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%)
}
.img-tag-component .icon-show-tag.type-activity {
  background: 50%/contain no-repeat url(../image/pc55-d84c255.svg)
}
.img-tag-component .icon-show-tag.type-0 {
  background: 50%/contain no-repeat url(../image/pc55-38b20f6.svg)
}
.img-tag-component .icon-show-tag.type-1 {
  background: 50%/contain no-repeat url(../image/pc55-4672fe6.svg)
}
.img-tag-component .delete-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: transparent;
  cursor: pointer
}
.img-tag-component .delete-btn svg {
  width: 16px;
  height: 16px;
  fill: #fe5a58
}
.img-tag-component .delete-btn #icon-clear {
  background: #000
}
.img-tag-component .delete-btn .el-icon-error {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  color: #fe5a58
}
.img-tag-component .drag-tag {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -8px);
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  white-space: nowrap
}
.img-tag-component .drag-tag .top {
  height: 28px
}
.img-tag-component .drag-tag .top:before {
  width: 8px;
  height: 8px;
  border: 4px solid rgba(0, 0, 0, .5);
  border-radius: 50%;
  top: 0
}
.img-tag-component .drag-tag .top:after, .img-tag-component .drag-tag .top:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%)
}
.img-tag-component .drag-tag .top:after {
  width: 2px;
  height: 16px;
  top: 12px
}
.img-tag-component .drag-tag .bottom {
  height: 28px;
  margin: 0 !important
}
.img-tag-component .drag-tag .bottom:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 4px solid rgba(0, 0, 0, .5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%)
}
.img-tag-component .drag-tag .bottom:after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%)
}
.img-tag-component .drag-tag .text {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 16px 0 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  position: relative
}
.img-tag-component .drag-tag .text span {
  width: 24px;
  height: 24px;
  left: 10px
}
.img-tag-component .drag-tag .text .delete-btn {
  display: none
}
.img-tag-component .drag-tag:hover .delete-btn {
  display: block
}
.tag-box .el-input.is-active .el-input__inner, .tag-box .el-input__inner:focus {
  border-color: #fe5a58
}
.tag-box .el-dialog__header {
  display: none
}
.tag-box .el-dialog__body {
  padding: 1px
}
.tag-box .main, .tag-box .search-list {
  height: 500px;
  overflow-x: scroll;
  padding: 0 12px
}
.tag-box .main::-webkit-scrollbar, .tag-box .search-list::-webkit-scrollbar {
  width: 4px
}
.tag-box .main::-webkit-scrollbar-thumb, .tag-box .search-list::-webkit-scrollbar-thumb {
  background-color: #fe5a58;
  border-radius: 2px
}
.tag-box__header {
  position: relative;
  padding: 16px
}
.tag-box__header .cancel-btn {
  font-size: 14px;
  line-height: 36px;
  color: #fe5a58;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer
}
.tag-box__header .search-input input {
  width: 400px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 20px 0 22px;
  background-color: #f5f5f5;
  box-sizing: border-box
}
.tag-box__header .search-input input::-moz-placeholder {
  color: #979797
}
.tag-box__header .search-input input:-ms-input-placeholder {
  color: #979797
}
.tag-box__header .search-input input::-ms-input-placeholder {
  color: #979797
}
.tag-box__header .search-input input::placeholder {
  color: #979797
}
.tag-box__header .search-input .el-input__prefix {
  color: #979797;
  font-weight: 600;
  line-height: 36px
}
.tag-box__header .search-input .el-input__suffix {
  right: 50px
}
.tag-box ul {
  padding-left: 12px
}
.tag-box .list-box .title {
  font-size: 12px;
  line-height: 16px;
  color: #979797;
  padding-right: 0
}
.tag-box .list-box .title .el-icon-delete {
  color: #000;
  float: right;
  font-size: 16px;
  cursor: pointer
}
.tag-box .list-box li {
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  color: #46abf7;
  background-color: #ecf6fe;
  border-radius: 14px;
  padding: 0 8px 0 28px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer
}
.tag-box .list-box li span {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%)
}
.tag-box .list-box li .icon-show-tag.type-0 {
  background: 50%/contain no-repeat url(../image/pc55-38b20f6.svg)
}
.tag-box .list-box li .icon-show-tag.type-1 {
  background: 50%/contain no-repeat url(../image/pc55-4672fe6.svg)
}
.tag-box .hot-list .title {
  font-size: 12px;
  line-height: 16px;
  color: #979797
}
.tag-box .hot-list li {
  height: 72px;
  margin-bottom: 16px;
  cursor: pointer
}
.tag-box .hot-list li img {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 12px
}
.tag-box .hot-list li .tag-name {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 44px;
  height: 44px;
  font-weight: 600
}
.tag-box .hot-list li .cnt {
  font-size: 12px;
  line-height: 16px;
  color: #979797
}
.tag-box .search-list {
  margin-top: 16px
}
.tag-box .search-list li {
  height: 72px;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer
}
.tag-box .search-list li img {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 12px
}
.tag-box .search-list li .tag-name {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 44px;
  height: 44px;
  font-weight: 600
}
.tag-box .search-list li .cnt {
  font-size: 12px;
  line-height: 16px;
  color: #979797
}
.tag-box .search-list li .brand-icon, .tag-box .search-list li .store-icon {
  display: inline-block;
  width: 28px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #f7412d;
  background-color: #fdd9d5;
  color: #f7412d;
  font-size: 12px;
  text-align: center;
  border-radius: 3px
}
.tag-box .search-list li .store-icon {
  border: 1px solid #0084ff;
  background-color: #cce6ff;
  color: #0084ff
}
.tag-box .search-list li .add-tag-btn {
  width: 72px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fe5a58;
  border: 1px solid #fe5a58;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle
}
.show-new-page-pop {
  margin: 24px auto 0;
  position: relative
}
.show-new-page-pop .icon-show-tag {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%)
}
.show-new-page-pop .icon-show-tag.type-activity {
  background: 50%/contain no-repeat url(../image/pc55-d84c255.svg)
}
.show-new-page-pop .icon-show-tag.type-0 {
  background: 50%/contain no-repeat url(../image/pc55-38b20f6.svg)
}
.show-new-page-pop .icon-show-tag.type-1 {
  background: 50%/contain no-repeat url(../image/pc55-4672fe6.svg)
}
.show-new-page-pop .delete-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: transparent;
  cursor: pointer
}
.show-new-page-pop .delete-btn svg {
  width: 16px;
  height: 16px;
  fill: #fe5a58
}
.show-new-page-pop .delete-btn #icon-clear {
  background: #000
}
.show-new-page-pop .delete-btn .el-icon-error {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  color: #fe5a58
}
.show-new-page-pop .right-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px
}
.show-new-page-pop .right-wrap .activity-list {
  width: 288px;
  height: 94px;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
  box-sizing: border-box
}
.show-new-page-pop .right-wrap .activity-list .pic {
  width: 108px;
  height: 62px;
  border-radius: 3px;
  float: left;
  background-size: contain;
  margin-right: 10px
}
.show-new-page-pop .right-wrap .activity-list .name {
  font-size: 14px;
  line-height: 30px;
  color: #1f1f1f;
  font-weight: 600
}
.show-new-page-pop .right-wrap .activity-list .count {
  font-size: 12px;
  line-height: 16px;
  color: #c8c8c8
}
.show-new-page-pop .right-wrap .activity-list .join-btn {
  padding: 0 8px;
  font-size: 14px;
  text-align: center;
  background-color: #fde8e3;
  color: #f67052;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer
}
.show-new-page-pop .right-wrap .activity-list .join-btn.active {
  background-color: #d3d3d3;
  color: #fff
}
.show-new-page-pop .hot-activity-list {
  margin-bottom: 24px;
  padding-top: 16px;
  background-color: #fff;
  border-radius: 6px
}
.show-new-page-pop .hot-activity-list h2 {
  padding: 0 16px
}
.show-new-page-pop .hot-activity-list__more {
  float: right;
  color: #999;
  font-size: 14px;
  line-height: 24px
}
.show-new-page-pop .new-box {
  width: 100%;
  min-height: 638px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 16px;
  box-sizing: border-box
}
.show-new-page-pop .new-box__heading {
  position: relative;
  margin-top: 16px
}
.show-new-page-pop .new-box__heading .count {
  position: absolute;
  width: 100%;
  bottom: 6px;
  right: 15px;
  text-align: right;
  font-size: 12px;
  color: #c8c8c8
}
.show-new-page-pop .new-box__textarea textarea {
  padding-bottom: 24px;
  resize: none;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  background: #f5f5f5;
  border: none
}
.show-new-page-pop .new-box__textarea textarea::-moz-placeholder {
  color: #c8c8c8
}
.show-new-page-pop .new-box__textarea textarea:-ms-input-placeholder {
  color: #c8c8c8
}
.show-new-page-pop .new-box__textarea textarea::-ms-input-placeholder {
  color: #c8c8c8
}
.show-new-page-pop .new-box__textarea textarea::placeholder {
  color: #c8c8c8
}
.show-new-page-pop .new-box__textarea.width textarea {
  padding-bottom: 58px
}
.show-new-page-pop .new-box__top {
  height: 56px;
  font-size: 16px;
  position: relative;
  line-height: 56px;
  color: #1f1f1f;
  font-weight: 500
}
.show-new-page-pop .new-box__top .release-btn {
  position: absolute;
  top: 0;
  right: 0
}
.show-new-page-pop .new-box__top .release-btn button {
  padding: 7px 22px
}
.show-new-page-pop .new-box__textareabox {
  position: relative;
  margin: 16px 0 12px
}
.show-new-page-pop .new-box__textareabox .bottom-tab {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  position: absolute;
  bottom: 0
}
.show-new-page-pop .new-box__textareabox .bottom-tab .icon-btn {
  display: inline-block;
  width: 30px;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box
}
.show-new-page-pop .new-box__textareabox .bottom-tab .icon-btn:first-child {
  margin-right: 10px
}
.show-new-page-pop .new-box__textareabox .bottom-tab .icon-btn svg {
  width: 20px !important;
  height: 20px !important;
  display: block;
  margin: 0 auto 4px !important
}
.show-new-page-pop .new-box__textareabox .bottom-tab .count {
  font-size: 12px;
  line-height: 16px;
  color: #c8c8c8;
  float: right;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%)
}
.show-new-page-pop .new-box__textareabox .bottom-tab .emoji-input {
  position: absolute;
  left: 60px;
  top: 4px;
  font-family: Apple Color Emoji, Segoe UI;
  z-index: 99
}
.show-new-page-pop .new-box__textareabox .bottom-tab .emoji-input #Categories .category.active {
  border-color: #f59884
}
.show-new-page-pop .new-box .add-new-tag {
  cursor: pointer;
  color: #1f1f1f
}
.show-new-page-pop .new-box .add-new-tag:hover {
  color: #fe5a58
}
.show-new-page-pop .new-box .img-upload {
  margin-top: 16px;
  padding-bottom: 16px
}
.show-new-page-pop .new-box .img-upload__title {
  font-size: 14px;
  line-height: 24px;
  color: #1f1f1f;
  font-weight: 600
}
.show-new-page-pop .new-box .img-upload .upload-img-card-list {
  overflow: hidden;
  padding-top: 16px
}
.show-new-page-pop .new-box .img-upload .el-upload {
  border: 1px dashed #eaeaea;
  border-radius: 2px;
  cursor: pointer
}
.show-new-page-pop .new-box .img-upload .el-upload:hover {
  border-color: #fe5a58
}
.show-new-page-pop .new-box .img-upload .el-upload--picture-card, .show-new-page-pop .new-box .img-upload .el-upload-list--picture-card .show-new-page-pop .new-box .img-upload .el-upload-list__item {
  width: 86px;
  height: 86px;
  line-height: 86px;
  border-radius: 5px;
  margin: 0 8px 8px 0
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item {
  width: 86px;
  height: 86px;
  outline: none;
  position: relative;
  overflow: visible;
  border-radius: 5px;
  border: none;
  margin: 0 8px 8px 0
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item img {
  border-radius: 5px
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item.is-ready {
  display: none
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item i {
  color: #fff
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-delete {
  line-height: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fe5a58
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-delete .el-icon-delete {
  color: #fe5a58;
  background-color: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-delete .el-icon-delete:before {
  content: "\e79d"
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-delete .el-icon-delete svg {
  fill: #fe5a58
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-actions {
  border-radius: 5px
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-actions .el-upload-list__item-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-actions .el-upload-list__item-preview .el-icon-zoom-in {
  text-align: center;
  font-size: 14px
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-actions .el-upload-list__item-preview .el-icon-zoom-in:before {
  content: "\e62b"
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-actions .el-upload-list__item-preview .el-icon-zoom-in:after {
  content: "预览"
}
.show-new-page-pop .new-box .img-upload .el-upload-list__item-status-label {
  display: none !important
}
.show-new-page-pop .new-box .img-upload .el-progress {
  width: 86px;
  height: 86px
}
.show-new-page-pop .new-box .img-upload .el-progress .el-progress-circle {
  width: 86px !important;
  height: 86px !important
}
.show-new-page-pop .new-box .img-upload .el-icon-close-tip {
  color: transparent
}
.show-new-page-pop .new-box .tag-show-list {
  margin-top: 16px
}
.show-new-page-pop .new-box .tag-show-list .activity-tag {
  background-color: #fef7f6;
  border-color: #fe5a58;
  color: #fe5a58;
  opacity: .8
}
.show-new-page-pop .new-box .tag-show-list li {
  border: 1px solid #46abf7;
  opacity: .8;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  color: #46abf7;
  background-color: #ecf6fe;
  border-radius: 14px;
  padding: 0 8px 0 28px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer
}
.show-new-page-pop .new-box .tag-show-list li span {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%)
}
.show-new-page-pop .new-box .tag-show-list li .delete-btn {
  display: none
}
.show-new-page-pop .new-box .tag-show-list li:hover .delete-btn {
  display: block
}
.show-new-page-pop .img-tag-box .bottom {
  font-size: 12px;
  line-height: 24px;
  color: #979797;
  margin-top: 20px
}
.show-new-page-pop .img-tag-box .bottom svg {
  width: 16px;
  height: 16px;
  vertical-align: middle
}
.show-new-page-pop .img-tag-box .bottom .el-button {
  float: right;
  width: 72px;
  height: 32px;
  line-height: 32px;
  background-color: #fe5a58;
  border-color: #fe5a58;
  padding: 0
}
.show-new-page-pop .img-tag-box .bottom .el-button span {
  line-height: 32px;
  color: #fff
}
.show-new-page-pop .img-tag-box .el-dialog {
  width: 560px
}
.show-new-page-pop .img-tag-box .el-dialog__body {
  padding: 10px 0 20px;
  width: 512px;
  margin: 0 auto
}
.show-new-page-pop .img-tag-box .img-box {
  position: relative
}
.show-new-page-pop .img-tag-box .img-box .tips-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5)
}
.show-new-page-pop .img-tag-box .img-box .tips-bg .tips {
  width: 199px;
  height: 162px;
  background: url(../image/pc55-a9cb65c.svg) no-repeat 50%;
  background-size: contain;
  position: absolute;
  left: 112px;
  bottom: 64px
}
.show-new-page-pop .img-tag-box .img-box img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.show-new-page-pop .img-tag-box .img-tag-list {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%)
}
.show-new-page-pop .img-tag-box .img-tag-list .el-input {
  width: 380px;
  margin-bottom: 10px
}
.show-new-page-pop .img-tag-box .img-tag-list .el-input input {
  background: rgba(0, 0, 0, .5);
  color: #fff;
  border: none
}
.show-new-page-pop .img-tag-box .img-tag-list .el-input input::-moz-placeholder {
  color: #fff
}
.show-new-page-pop .img-tag-box .img-tag-list .el-input input:-ms-input-placeholder {
  color: #fff
}
.show-new-page-pop .img-tag-box .img-tag-list .el-input input::-ms-input-placeholder {
  color: #fff
}
.show-new-page-pop .img-tag-box .img-tag-list .el-input input::placeholder {
  color: #fff
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .main, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list {
  background-color: #fff;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: hidden scroll;
  box-shadow: 0 2px 4px 0 rgba(60, 60, 60, .04), 0 4px 8px 0 rgba(60, 60, 60, .04)
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .main::-webkit-scrollbar, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list::-webkit-scrollbar {
  width: 4px
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .main::-webkit-scrollbar-thumb, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list::-webkit-scrollbar-thumb {
  background-color: #fe5a58;
  border-radius: 2px
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box ul {
  padding-left: 12px
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .list-box, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .ready-img-tag {
  background-color: #fff
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .list-box .title, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .ready-img-tag .title {
  font-size: 12px;
  line-height: 16px;
  color: #979797
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .list-box li, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .ready-img-tag li {
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  color: #46abf7;
  background-color: #ecf6fe;
  border-radius: 14px;
  padding: 0 8px 0 28px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  float: none !important
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .list-box li span, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .ready-img-tag li span {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%)
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .list-box li .icon-show-tag.type-0, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .ready-img-tag li .icon-show-tag.type-0 {
  background: 50%/contain no-repeat url(../image/pc55-38b20f6.svg)
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .list-box li .icon-show-tag.type-1, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .ready-img-tag li .icon-show-tag.type-1 {
  background: 50%/contain no-repeat url(../image/pc55-4672fe6.svg)
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .hot-list .title {
  font-size: 12px;
  line-height: 16px;
  color: #979797
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .hot-list li {
  height: 72px;
  margin-bottom: 16px;
  cursor: pointer
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .hot-list li img {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 12px
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .hot-list li .tag-name {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 44px;
  height: 44px;
  font-weight: 600
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .hot-list li .cnt {
  font-size: 12px;
  line-height: 16px;
  color: #979797
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list {
  padding-top: 10px
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list li {
  height: 72px;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list li img {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 12px
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list li .tag-name {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 44px;
  height: 44px;
  font-weight: 600
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list li .cnt {
  font-size: 12px;
  line-height: 16px;
  color: #979797
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list li .brand-icon, .show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list li .store-icon {
  display: inline-block;
  width: 28px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #f7412d;
  background-color: #fdd9d5;
  color: #f7412d;
  font-size: 12px;
  text-align: center;
  border-radius: 3px
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list li .store-icon {
  border: 1px solid #0084ff;
  background-color: #cce6ff;
  color: #0084ff
}
.show-new-page-pop .img-tag-box .img-tag-list .taglist-box .search-list li .add-tag-btn {
  width: 72px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fe5a58;
  border: 1px solid #fe5a58;
  border-radius: 3px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle
}
.show-new-page-pop__no-avatar-alert .el-button--default {
  background-color: #fe5a58;
  border-color: #fe5a58;
  color: #fff
}
.emoji-popper {
  background: transparent;
  margin: 0;
  padding: 0
}


.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 0
}
.title.line {
  position: relative;
  padding-bottom: 16px
}
.title.line:after {
  content: "";
  position: absolute;
  width: 100%;
  padding: .5px 0;
  transform: scaleY(.5);
  bottom: 0;
  background-color: #eaeaea
}
.title > svg {
  flex: none
}
.title > svg:first-child {
  margin-right: 8px
}
.title__text {
  flex: 1;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5
}
.title__text.large {
  font-size: 18px;
  line-height: 32px
}
.title__btn {
  flex: none;
  cursor: pointer
}
.title__btn:first-child {
  margin-right: 12px
}
@-webkit-keyframes fade {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes left-fade {
  0% {
    opacity: 0;
    left: 120px
  }
  to {
    opacity: 1;
    left: 0
  }
}
@keyframes left-fade {
  0% {
    opacity: 0;
    left: 120px
  }
  to {
    opacity: 1;
    left: 0
  }
}
@-webkit-keyframes scale-fade-out {
  0% {
    opacity: 1
  }
  to {
    display: none;
    opacity: 0;
    transform: scale(.7)
  }
}
@keyframes scale-fade-out {
  0% {
    opacity: 1
  }
  to {
    display: none;
    opacity: 0;
    transform: scale(.7)
  }
}
@-webkit-keyframes scale-fade-in {
  0% {
    opacity: 0;
    transform: scale(.7)
  }
  to {
    opacity: 1
  }
}
@keyframes scale-fade-in {
  0% {
    opacity: 0;
    transform: scale(.7)
  }
  to {
    opacity: 1
  }
}
.notice-bar {
  display: flex;
  align-items: center;
  color: #fe5a58;
  background-color: #fef1ef;
  white-space: nowrap;
  padding: 8px 24px
}
.notice-bar__icon {
  flex: none;
  margin-right: 4px;
  height: 16px
}
.notice-bar__icon svg {
  display: block
}
.notice-bar .swiper-container {
  flex: auto
}
.notice-bar .swiper-container .swiper-wrapper {
  transition-timing-function: linear
}
.notice-bar .swiper-slide {
  display: inline-block;
  width: auto;
  height: 16px;
  font-size: 12px;
  line-height: 16px
}
.scroll-footer {
  padding: 24px 16px;
  color: #999;
  font-size: 12px;
  line-height: 16px
}
.scroll-footer__nav-list {
  font-weight: 600
}
.scroll-footer__nav-li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px
}
.scroll-footer__nav-li a {
  color: #999
}
.scroll-footer__icons {
  margin-bottom: 24px;
  height: 24px
}
.scroll-footer__icon {
  float: left;
  display: block;
  margin-right: 16px;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.scroll-footer__icon.weibo {
  background-image: url(../image/pc55-5a904c8.png)
}
.scroll-footer__icon.weibo a {
  display: block;
  height: 100%
}
.scroll-footer__icon.wechat {
  background-image: url(../image/pc55-190797a.png)
}
.scroll-footer .wechat__icon {
  position: relative;
  height: 24px
}
.scroll-footer .wechat__popup {
  display: none;
  position: absolute;
  top: 32px;
  left: 50%;
  padding: 8px 16px 8px 8px;
  width: 168px;
  background-color: #fff;
  box-shadow: 0 -2px 4px 0 rgba(60, 60, 60, .04), 0 -4px 8px 0 rgba(60, 60, 60, .04), 0 2px 4px 0 rgba(60, 60, 60, .04), 0 4px 8px 0 rgba(60, 60, 60, .04);
  border-radius: 2px;
  transform: translateX(-50%);
  z-index: 100
}
.scroll-footer .wechat__popup:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent
}
.scroll-footer .wechat__icon:hover .wechat__popup {
  display: block
}
.scroll-footer .wechat__qrcode {
  float: left;
  margin-right: 8px;
  height: 64px;
  width: 64px;
  background-image: url(../image/2019072515020776.jpg);
  background-size: contain;
  background-repeat: no-repeat
}
.scroll-footer .wechat__content {
  float: right;
  text-align: center
}
.scroll-footer .wechat__content svg + svg {
  margin-left: 4px
}
.scroll-footer .wechat__text {
  margin-top: 4px;
  color: #999;
  font-size: 12px;
  line-height: 1.333
}
.scroll-footer__info p {
  margin-bottom: 8px
}
.scroll-footer__info p a {
  color: #999
}
.uc-scroller {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-shrink: 0;
  align-items: stretch;
  box-sizing: border-box;
  height: 100%
}
.uc-scroller__content {
  position: -webkit-sticky;
  position: sticky
}
.uc-scroller__content.default {
  top: 49px !important
}
.public-load {
  padding: 12px 0;
  height: 0;
  width: 100%
}
.public-load span {
  text-align: center
}
.public-load.hideTxt {
  padding: 2px
}
.public-load.hideTxt span {
  font-size: 0 !important
}
.ulpm {
  margin-top: 20px;
  padding-bottom: 20px
}
.ulpm.state .avt, .ulpm.state .ulpm-info {
  height: 79px
}
.ulpm.state .ulpm-desc, .ulpm.state .ulpm-state {
  left: 70px
}
.ulpm.state .ulpm-desc {
  bottom: 43px
}
.ulpm.state .ulpm-state {
  position: absolute;
  bottom: 16px
}
.ulpm.state .ulpm-info.center .ulpm-state {
  bottom: 30px
}
.ulpm.state .ulpm-info.center h4 span {
  transform: translateY(-16px)
}
.ulpm.state .avt.start .oneLine {
  transform: unset
}
.ulpm.state .avt .oneLine {
  transform: translateY(-16px)
}
.ulpm h4 {
  display: flex;
  height: 22px;
  line-height: 22px
}
.ulpm .avt.start {
  align-items: flex-start
}
.ulpm .avt .oneLine {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1f1f
}
.ulpm .avt:hover .oneLine {
  color: rgba(31, 31, 31, .8)
}
.ulpm-state {
  font-size: 12px;
  color: #1f1f1f
}
.ulpm-state i {
  color: #999;
  transform: rotate(90deg)
}
.ulpm-state__num {
  color: #3c3c3c
}
.ulpm-state__num:after {
  color: #999;
  margin-left: 6px
}
.ulpm-state__num.star:after {
  content: "关注"
}
.ulpm-state__num.fans:after {
  content: "粉丝"
}
.ulpm-state__num.praise:after {
  content: "获赞"
}
.ulpm-info {
  height: 44px;
  max-width: calc(100% - 136px);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.ulpm-info.center {
  justify-content: center
}
.ulpm-desc {
  position: absolute;
  left: 64px;
  bottom: 16px;
  max-width: calc(100% - 160px)
}
.ulpm-count, .ulpm-desc {
  font-size: 12px;
  color: #999
}
.ulpm-count {
  font-weight: 400;
  margin-left: 12px;
  line-height: 22px;
  white-space: nowrap
}
.ulpm-img {
  padding: 6px;
  margin-left: 8px;
  background-size: 100%
}
.ulpm-img.gender1 {
  background-image: url(../image/202110111014_G38Zfbyk74.svg)
}
.ulpm-img.gender2 {
  background-image: url(../image/202109030951_CWYkhL9bSC.svg)
}
.ulpm button {
  margin-left: auto;
  border-radius: 25px;
  width: 80px;
  background-color: #fff !important;
  color: #fe5a58 !important;
  box-shadow: 0 0 0 1px #fe5a58;
  border: none;
  padding: 6px 0;
  font-size: 12px
}
.ulpm button.nofollow {
  color: #fff !important;
  background-color: #fe5a58 !important
}
.ulpm button.nofollow i {
  font-weight: 700
}
.ulpm button.nofollow:hover {
  color: #fff !important;
  background-color: #ff7373 !important;
  box-shadow: 0 0 0 1px #ff7373
}
.ulpm button.follow, .ulpm button.followback {
  color: #999 !important;
  box-shadow: 0 0 0 1px #999
}
.ulpm button.followback i, .ulpm button.follow i {
  font-weight: 700
}
.ulpm button.follow:hover i, .ulpm button.follow:hover span, .ulpm button.followback:hover i, .ulpm button.followback:hover span {
  display: none
}
.ulpm button.follow:hover:before, .ulpm button.followback:hover:before {
  content: "取消关注"
}
.ulpm button.follow.first:hover i, .ulpm button.follow.first:hover svg, .ulpm button.followback.first:hover i, .ulpm button.followback.first:hover svg {
  display: inline-block
}
.ulpm button.follow.first:hover span, .ulpm button.followback.first:hover span {
  display: inline
}
.ulpm button.follow.first:hover:before, .ulpm button.followback.first:hover:before {
  content: unset
}
.ulpm button.followback i {
  transform: rotate(90deg) scaleX(.8)
}
.ulpm button:hover {
  color: #999 !important;
  box-shadow: 0 0 0 1px #999
}
.ulpm button span {
  margin-left: unset !important
}
.ulp .afline:after {
  width: 350px;
  right: 0;
  left: auto;
  transform: scaleY(.5);
  background-color: #f5f5f5
}
.avt.label {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  color: #999;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.avt.label.black {
  color: #1f1f1f
}
.avt.label.black:hover .oneLine {
  color: rgba(31, 31, 31, .8)
}
.avt.label .el-avatar {
  margin-right: 4px
}
.avt.label .el-avatar--circle {
  border-radius: 2px
}
.avt.label .oneLine {
  width: auto
}
.avt.label .oneLine em {
  font-size: 12px;
  padding: 1px 4px;
  border-radius: 2px;
  background-color: #fe5a58;
  color: #fff;
  margin-left: 6px;
  transform: translateY(-1px);
  display: inline-block
}
.avt.label .oneLine.bold {
  font-weight: 700
}
.avt.label:hover {
  color: rgba(31, 31, 31, .8)
}
#ulpm_tag .ulpm-info {
  margin-left: 16px;
  width: 256px !important;
  max-width: calc(100% - 44px)
}
#ulpm_tag .ulpm {
  margin-top: 16px;
  padding-bottom: 16px
}
.ulpm {
  display: flex;
  align-items: center;
  position: relative
}
.ulpm_img {
  width: 45px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}
.ulpm .ulpm-info, .ulpm_img {
  height: 45px
}
.ulpm .ulpm-info b {
  margin: 0 10px;
  background-color: #979797;
  padding: 0 .1%;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px
}
.ulpm .ulpm-info_name {
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.ulpm .ulpm-info_followed_cnt, .ulpm .ulpm-info_show_cnt {
  font-size: 12px;
  color: #999
}
.ulpm .nofollow {
  color: #fff !important;
  background-color: #fe5a58 !important
}
.ulpm .nofollow i {
  font-weight: 700
}
.ulpm .nofollow:hover {
  color: #fff !important;
  background-color: #ff7373 !important;
  box-shadow: 0 0 0 1px #ff7373
}
.ulpm .follow {
  color: #999 !important;
  box-shadow: 0 0 0 1px #999
}
.ulpm .follow i {
  font-weight: 700
}
.ulpm .follow:hover i, .ulpm .follow:hover span {
  display: none
}
.ulpm .follow:hover:before {
  content: "取消关注"
}
.ulpm .follow.first:hover i, .ulpm .follow.first:hover svg {
  display: inline-block
}
.ulpm .follow.first:hover span {
  display: inline
}
.ulpm .follow.first:hover:before {
  content: unset
}
.ulp__tabs .el-tabs.__nav-next, .ulp__tabs .el-tabs.__nav-prev {
  display: none
}
.ulp__tabs .el-tabs__header {
  position: absolute !important;
  top: 12px;
  left: -136px;
  width: 430px
}
.ulp__tabs .el-tabs__content {
  overflow: unset
}
.ulp__tabs .el-tabs__active-bar {
  background-color: #fe5a58;
  width: 32px !important;
  height: 4px;
  position: absolute;
  left: 20px
}
.ulp__tabs .el-tabs__item {
  font-size: 16px;
  margin-bottom: 6px
}
.ulp__tabs .el-tabs__item.is-active, .ulp__tabs .el-tabs__item:hover {
  color: #1f1f1f
}
.ulp__tabs .el-tabs__nav {
  margin-left: calc((100% - 104px)/2)
}
.ulp__tabs .el-tabs__nav-wrap:after {
  content: none
}
.ulp {
  border-radius: 8px
}
.ulp-empty {
  background-image: url(../image/202109081524_TnGbKhUMcU.svg);
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-size: 200px;
  background-position-y: 120px
}
.ulp-empty span {
  font-size: 14px;
  color: #999;
  transform: translateY(100%)
}
.ulp .el-dialog {
  border-radius: 10px !important
}
.ulp .el-dialog__header {
  padding: 20px 20px 38px
}
.ulp .el-dialog__title {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f
}
.ulp .el-dialog__body {
  padding: 0 24px 16px;
  height: 500px;
  overflow-y: scroll
}
.ulp .el-dialog__body::-webkit-scrollbar {
  width: 0
}
.ulp-wrap {
  display: flex;
  flex-direction: column
}
.ulp-wrap__count {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-left: 12px
}
.ulp-wrap__img {
  padding: 6px;
  margin-left: 6px;
  background-size: 100%
}
.ulp-wrap__img.gender1 {
  background-image: url(../image/202110111014_G38Zfbyk74.svg)
}
.ulp-wrap__img.gender2 {
  background-image: url(../image/202109030951_CWYkhL9bSC.svg)
}
.ulp-wrap li {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding-bottom: 16px
}
.ulp-wrap li h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  display: flex
}
.ulp-wrap li .avt {
  margin-right: 16px
}
.ulp-wrap li button {
  margin-left: auto
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.user-side-bar {
  position: relative;
  width: 320px;
  min-height: 520px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 6px
}
.user-side-bar__beta {
  float: right;
  margin-top: 6px;
  padding: 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  background-color: #fe5a58;
  border-radius: 2px
}
.user-side-bar ul.user-side-bar__ul {
  width: 100%;
  background-color: #fff
}
.user-side-bar ul.user-side-bar__ul .user-side-bar__li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 26.66666667px 13px 16px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.user-side-bar ul.user-side-bar__ul .user-side-bar__li.active, .user-side-bar ul.user-side-bar__ul .user-side-bar__li.selected, .user-side-bar ul.user-side-bar__ul .user-side-bar__li:hover {
  color: #fe5a58
}
.user-side-bar ul.user-side-bar__ul .user-side-bar__li.active > svg, .user-side-bar ul.user-side-bar__ul .user-side-bar__li.selected > svg, .user-side-bar ul.user-side-bar__ul .user-side-bar__li:hover > svg {
  fill: #fe5a58
}
.user-side-bar ul.user-side-bar__ul .user-side-bar__li:hover .user-side-bar__li-svg {
  background-position-y: bottom
}
.user-side-bar ul.user-side-bar__ul .user-side-bar__li.active .user-side-bar__li-svg, .user-side-bar ul.user-side-bar__ul .user-side-bar__li.selected .user-side-bar__li-svg {
  background-position-y: center
}
.user-side-bar ul.user-side-bar__ul .user-side-bar__li-svg {
  height: 20px;
  width: 20px;
  background-position-y: top
}
.user-side-bar ul.user-side-bar__ul .user-side-bar__li-name {
  margin-left: 12px;
  flex: auto
}
.user-side-bar ul.user-side-bar__ul .user-side-bar__li .notification-num {
  display: inline-block;
  width: 20px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #ff4e4e;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  margin-left: 10px
}
.user-side-bar ul.user-side-bar__ul .bag_gif {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(../image/pc55-e5653e4.png);
  background-size: cover
}
.user-side-bar ul.user-side-bar__ul .bag_gif:hover {
  background-image: url(../image/pc55-362dd3c.gif)
}
.user-side-bar__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 16px 0
}
.user-side-bar__avatar {
  flex: none;
  margin-right: 12px;
  height: 56px;
  width: 56px;
  border-radius: 28px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat
}
.user-side-bar-content {
  flex: auto
}
.user-side-bar-content > p {
  color: #999;
  font-size: 14px;
  line-height: 24px
}
.user-side-bar__name {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5
}
.user-side-bar__user-level {
  display: inline-block;
  color: #fff;
  padding: 5px;
  margin-left: 8px;
  text-align: center;
  height: 10px;
  font-size: 12px;
  line-height: 10px;
  border-radius: 3px;
  background-color: #fe5a58
}
.user-side-bar__stat {
  display: flex;
  justify-content: space-between;
  padding: 16px
}
.user-side-bar__stat div {
  cursor: pointer
}
.user-side-bar__stat div:last-child {
  cursor: default
}
.user-side-bar__stat:last-child {
  padding-bottom: 0
}
.user-side-bar__stat > div {
  flex: 1;
  margin-right: 24px
}
.user-side-bar__stat > div:last-child {
  margin-right: 0
}
.user-side-bar__stat h4 {
  color: #999;
  font-size: 14px;
  line-height: 24px
}
.user-side-bar__stat p {
  font-size: 16px;
  line-height: 24px
}
.user-side-bar__note {
  color: #fe5a58;
  font-size: 14px;
  margin-right: 4px
}
@media screen and (max-width:1200px) {
  .user-side-bar {
    width: auto;
    overflow: auto
  }
  .user-side-bar__info {
    margin: 12px
  }
  .user-side-bar__note {
    display: none
  }
  .user-side-bar__avatar {
    margin-right: 0;
    height: 32px;
    width: 32px
  }
  .user-side-bar__beta {
    display: none
  }
  .user-side-bar__li {
    position: relative
  }
  .user-side-bar__li:hover .user-side-bar__li-name {
    display: block !important;
    z-index: 100
  }
  .user-side-bar ul.user-side-bar__ul .user-side-bar__li {
    padding-right: 16px;
    justify-content: center;
    overflow: auto
  }
  .user-side-bar ul.user-side-bar__ul .user-side-bar__li svg:first-child {
    height: 24px !important;
    width: 24px !important
  }
  .user-side-bar ul.user-side-bar__ul .user-side-bar__li-name, .user-side-bar ul.user-side-bar__ul .user-side-bar__li svg:last-child {
    margin-left: 0;
    font-size: 16px
  }
}
.show-nav {
  background-color: #f7f0ea;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-width: 1200px;
  padding: 0 calc((100vw - 1200px)/2);
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 49px;
  transform: translateY(-1px);
  z-index: 90
}
.show-nav .header__new-ques {
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  position: absolute;
  left: calc(50vw + 440px);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px
}
@media screen and (max-width:1200px) {
  .show-nav .header__new-ques {
    left: unset;
    right: 90px
  }
}
.show-nav .header__new-show {
  right: calc(50vw - 600px)
}
@media screen and (max-width:1200px) {
  .show-nav .header__new-show {
    right: 0
  }
}
.show-nav__popover {
  background-color: #fff !important
}
.show-nav__popover .main {
  width: 100%;
  background-color: #fff;
  display: flex;
  text-align: center;
  box-sizing: border-box
}
.show-nav__popover .main .draft-btn, .show-nav__popover .main .release-btn {
  flex: auto;
  padding-top: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #353535;
  cursor: pointer
}
.show-nav__popover .main .release-btn {
  background: url(../image/pc55-64a296e.svg) no-repeat top
}
.show-nav__popover .main .draft-btn {
  background: url(../image/pc55-d6fc742.svg) no-repeat top
}
.show-nav__li {
  margin-right: 44px;
  color: #353535;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  cursor: pointer
}
.show-nav__li a {
  height: 100%;
  display: block
}
.show-nav__li:last-child {
  margin-right: 0
}
.show-nav__li:hover {
  color: #fe5a58 !important
}
.show-nav__li:hover a {
  color: #fe5a58
}
.show-nav__li.active {
  position: relative;
  color: #fe5a58;
  font-size: 16px
}
.show-nav__li.active a {
  color: #fe5a58
}
.show-nav__li.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 5px;
  padding: 0 12px;
  background-color: #fe5a58;
  transform: translateX(-50%)
}