.header {
  height: 0.8rem;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}
.header.ue {
  display: none;
}
.header .wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.h-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo {
  line-height: 0.8rem;
  font-size: 0;
  margin-right: 0.4rem;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
  height: 0.56rem;
}
.h-opts {
  float: right;
}
.nav li {
  float: left;
  position: relative;
  padding: 0 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.8rem;
  z-index: 99;
}
.nav .v1 {
  font-size: var(--fz18);
  color: #333;
  position: relative;
  display: block;
  line-height: 0.8rem;
}
.nav .dropicon {
  width: 0.18rem;
  height: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  margin-left: 0.02rem;
}
.nav .dropicon svg {
  display: block;
  width: 100%;
  height: auto;
}
.nav .on .v1,
.nav .ok .v1,
.nav .on .dropicon,
.nav .ok .dropicon {
  color: #ff6900;
}
.nav .ok .dropicon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: none;
}
.nav .sub .v2 {
  display: block;
  font-size: var(--fz16);
  color: #181818;
  line-height: 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 0 0.1rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nav .sub .v2:hover {
  background-color: #ff6900;
  color: #fff;
}
.h-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.8rem;
}
.h-so {
  float: left;
  position: relative;
}
.h-so .icon {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/h-so.svg) no-repeat center;
  -webkit-background-size: 0.2rem 0.2rem;
       -o-background-size: 0.2rem;
          background-size: 0.2rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0.15rem;
  margin-top: -0.1rem;
}
.h-so .inp {
  display: block;
  width: 3.6rem;
  height: 0.44rem;
  background-color: transparent;
  font-size: var(--fz16);
  color: #181818;
  border: 1px solid #eaeaea;
  border-radius: 0.44rem;
  padding: 0 0.16rem 0 0.4rem;
  background-color: #f9f9f9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.h-so .inp:focus {
  border-color: #ff6900;
  background-color: #fff;
}
.h-btn {
  float: left;
  border-radius: 0.44rem;
  border: 1px solid #ff6900;
  display: block;
  font-size: var(--fz18);
  color: #fff;
  padding: 0 0.24rem;
  line-height: 0.44rem;
  margin-left: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background-color: #ff6900;
}
.h-btn:hover {
  opacity: 0.9;
}
.h-islg {
  margin-left: 0.2rem;
  position: relative;
}
.h-islg .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.8rem;
  justify-content: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.1rem;
  cursor: pointer;
}
.h-islg .top:hover {
  background-color: #f7f8fa;
}
.h-islg .top .img {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding-top: 0;
  margin-right: 0.1rem;
}
.h-islg .top .name {
  font-size: var(--fz16);
  color: #181818;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 5em;
}
.h-islg .pop-box {
  min-width: 100%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto;
}
.h-islg .pop-box .content {
  padding: 0;
}
.set-list {
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  padding: 0.08rem 0;
}
.set-list:nth-child(1) {
  border-top: none;
}
.set-list.tal .lk {
  text-align: left;
}
.set-list .lk {
  display: block;
  text-align: center;
  font-size: var(--fz16);
  color: #999999;
  padding: 0 0.18rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.36rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.set-list .lk:hover {
  color: #ff6900;
}
.set-list .lk i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 0.05rem;
}
.h-upload {
  cursor: pointer;
  position: relative;
}
.h-upload.active .btn {
  /*  i {
        background-image: url(../images/up_arrow_w.svg);
      }

      background-color: @c2;
      color: #fff; 
      &:hover{
        background-color: @c2;
      }*/
  color: #666;
  border-color: #666;
}
.h-upload .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fz16);
  color: #ff6900;
  padding: 0 0.24rem;
  border-radius: 0.42rem;
  border: 1px solid #ff6900;
  line-height: 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background-color: #f5f5f7;
}
.h-upload .btn:hover {
  color: #666;
  border-color: #666;
}
.h-upload .btn i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-image: url(../images/up_arrow.svg);
  display: none;
}
.h-msg {
  display: block;
}
.h-msg .in {
  position: relative;
}
.h-msg .in .icon {
  padding: 0.05rem;
}
.h-msg .in .icon img {
  display: block;
  width: 0.34rem;
}
.h-msg .in .num {
  position: absolute;
  top: -0.05rem;
  right: -0.05rem;
  font-size: var(--fz12);
  color: #fff;
  line-height: 0.2rem;
  padding: 0 3px;
  min-width: 0.2rem;
  text-align: center;
  border-radius: 0.1rem;
  background-color: var(--theme-color);
}
.g-sticky {
  position: sticky;
  top: 0;
  background-color: #f5f5f7;
  z-index: 9;
}
.g-sticky .sel {
  cursor: pointer;
  font-size: var(--fz16);
  color: #181818;
  padding-right: 0.2rem;
  background: url(../images/arr-down.svg) no-repeat right center;
  -webkit-background-size: 0.18rem 0.18rem;
       -o-background-size: 0.18rem;
          background-size: 0.18rem;
}
.g-sticky .box {
  position: relative;
}
.g-sticky .box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.g-sticky .box .item {
  position: relative;
}
.g-sticky .box .item:nth-child(1)::after {
  display: none;
}
.g-sticky .box .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.1rem;
  margin-top: -0.05rem;
  background-color: #666;
}
.g-sticky .box .a {
  font-size: var(--fz16);
  color: #666;
  line-height: 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.14rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.g-sticky .box .a:hover {
  color: #ff6900;
}
.g-sticky .box .act .a {
  color: #ff6900;
}
.g-sticky .right {
  position: absolute;
  top: 0;
  right: 0;
}
.g-sticky .opts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.6rem;
}
.g-sticky .opts .opt {
  cursor: pointer;
  font-size: var(--fz16);
  color: #666;
  margin-left: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.g-sticky .opts .opt:hover {
  color: #ff6900;
}
.share-pop {
  right: auto !important;
}
.pop-box {
  position: absolute;
  top: 90%;
  right: 0;
  z-index: 10000;
  display: none;
  padding-top: 15px;
}
.pop-box.sty1 {
  width: 3rem;
}
.pop-box.sty1 .content {
  padding: 0.15rem;
}
.pop-box .arrow {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
     transform: rotate(135deg);
  -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.04);
  border: 6px solid;
  margin: 0 0 0 9px;
  border-color: transparent transparent #fff #fff;
  top: 15px;
  left: 50%;
}
.pop-box .content {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16), 0 0 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16), 0 0 4px rgba(0, 0, 0, 0.08);
}
.pop-box .title {
  margin-bottom: 0.14rem;
}
.pop-box .list {
  overflow: hidden;
}
.pop-box .list .li {
  float: left;
  width: 50%;
}
.pop-box .list .tag {
  text-align: left;
  display: block;
  padding: 4px 6px 5px 8px;
  font-size: var(--fz14);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border-radius: 3px;
  color: #71767a;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  line-height: 1em;
}
.pop-box .list .tag:hover {
  background-color: rgba(82, 85, 88, 0.075);
}
.scrbox {
  max-height: 4rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.g-list {
  margin: 0 -0.05rem;
  overflow: hidden;
}
.g-list li {
  float: left;
}
.g-list .hover .item::after,
.g-list .hover .item::before {
  opacity: 1;
}
.g-list .hover .item .top-info,
.g-list .hover .item .bot-info {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.g-list .play-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.4rem;
  height: auto;
}
.g-list .item {
  display: block;
  padding: 0 0.05rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  position: relative;
}
.g-list .item:hover::after,
.g-list .item:hover::before {
  opacity: 1;
}
.g-list .item:hover .top-info,
.g-list .item:hover .bot-info {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.g-list .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-list .item::before,
.g-list .item::after {
  content: "";
  position: absolute;
  left: 0.05rem;
  right: 0.05rem;
  background: url(../images/top-bg.png) no-repeat center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 1rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.g-list .item::before {
  top: 0;
  height: 1rem;
}
.g-list .item::after {
  bottom: 0;
  height: 1.32rem;
  background-image: url(../images/bot-bg.png);
}
.g-list .top-info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.1rem 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.g-list .top-info .ll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.g-list .top-info .icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: var(--fz14);
  margin-left: 0.08rem;
  opacity: 0.45;
}
.g-list .top-info .icn svg {
  width: 0.2rem;
  height: auto;
}
.g-list .top-info .icn.act {
  opacity: 1;
}
.g-list .bot-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.1rem 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.g-list .bot-info .user {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  margin-right: 0.07rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.g-list .bot-info .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: var(--fz14);
  color: #fff;
}
.g-list .g-like {
  background-image: url(../images/heart-w.svg);
}
.sys-name {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: var(--fz14);
  color: #fff;
  /*  position: absolute;
      left: 0.15rem;
      top: 50%;
      transform: translateY(-50%); */
}
.bot-rightopt {
  /* position: absolute;
  top: 50%;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: var(--fz14);
  z-index: 10;
}
.bot-rightopt .icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fz16);
  margin-left: 0.12rem;
}
.bot-rightopt .tips {
  /*  background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #666666;
    min-width: .2rem;
    line-height: 0.2rem; */
  padding: 0 2px;
}
.g-pagesb1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-pagesb1 .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #ff6900;
  color: #fff;
}
.g-pagesb1 .el-pagination.is-background .el-pager li:not(.disabled):hover,
.g-pagesb1 .el-pager li.active {
  color: #ff6900;
}
.g-pagesb1 .g-pagesb1 .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  color: #fff;
}
@media screen and (min-width: 1199px) and (max-width: 1920px) {
  .g-list .item {
    height: 3.7rem !important;
  }
}
@media screen and (min-width: 1921px) {
  .g-list .item {
    /* height: 2.4rem!important;  */
    height: 3.6rem!important; 
  }
}
.row-b1 {
  padding: 0.3rem 0;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  --swiper-navigation-size: 0.14rem;
  --swiper-theme-color: #fff;
}
.banner .logo-w {
  position: absolute;
  top: 0.2rem;
  left: 0.6rem;
  display: block;
  z-index: 10;
}
.banner .logo-w img {
  display: block;
  height: 0.56rem;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .con {
  position: relative;
}
.banner .bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.banner .bg.ue {
  display: none;
}
.banner .top-left.inbox {
  top: 10%;
}
.banner .top-right.inbox {
  top: 10%;
  text-align: right;
}
.banner .bottom-left.inbox {
  bottom: 0.5rem;
}
.banner .bottom-right.inbox {
  bottom: 0.5rem;
  text-align: right;
}
.banner .pic-info {
  position: absolute;
  bottom: 0.3rem;
  font-size: var(--fz16);
  color: #fff;
}
.banner .pic-info.black {
  color: #000;
}
.banner .pic-info.black span {
  color: #000;
}
.banner .pic-info.black .adr {
  background-image: url(../images/g-i2_b.png);
}
.banner .pic-info.black .icn {
  background-image: url(../images/g-i1_b.png);
}
.banner .pic-info span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
  color: #fff;
}
.banner .pic-info .adr {
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  height: 0.18rem;
  background: url(../images/g-i2.png) no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  margin-right: 0.06rem;
  margin-top: -0.02rem;
}
.banner .pic-info .icn {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.14rem;
  background: url(../images/g-i1.png) no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  margin-right: 0.06rem;
  margin-top: -0.02rem;
}
.banner .pic-info.bottom-right {
  text-align: right;
  right: 0.5rem;
}
.banner .pic-info.bottom-left {
  left: 0.5rem;
}
.banner .inbox {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0.5rem;
}
.banner .inbox .txt {
  color: #fff;
}
.banner .inbox .h4 {
  font-size: 0.6rem;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
.banner .inbox .link {
  display: inline-block;
  font-size: var(--fz16);
  color: #fff;
  background-color: #ea5520;
  line-height: 0.48rem;
  padding: 0 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.banner .inbox .link:hover {
  opacity: 0.9;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-top: -0.2rem;
  background-color: rgba(24, 24, 24, 0.3);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background-color: #181818;
}
.banner .swiper-button-prev {
  left: 0.5rem;
}
.banner .swiper-button-next {
  right: 0.5rem;
}
.promo__flash-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3000px;
  height: 3000px;
  border-radius: 100%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
       -o-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.promo__flash-effect.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-animation: flash 1.1s linear forwards;
  -moz-animation: flash 1.1s linear forwards;
    -o-animation: flash 1.1s linear forwards;
       animation: flash 1.1s linear forwards;
}
@-webkit-keyframes flash {
  0% {
    border: 0px solid #1a1a1a;
  }
  14% {
    border: 750px solid #1a1a1a;
    background: #1a1a1a;
  }
  20% {
    background: #1a1a1a;
    border: 1500px solid #1a1a1a;
  }
  100% {
    border: 0px solid #1a1a1a;
  }
}
@-moz-keyframes flash {
  0% {
    border: 0px solid #1a1a1a;
  }
  14% {
    border: 750px solid #1a1a1a;
    background: #1a1a1a;
  }
  20% {
    background: #1a1a1a;
    border: 1500px solid #1a1a1a;
  }
  100% {
    border: 0px solid #1a1a1a;
  }
}
@-o-keyframes flash {
  0% {
    border: 0px solid #1a1a1a;
  }
  14% {
    border: 750px solid #1a1a1a;
    background: #1a1a1a;
  }
  20% {
    background: #1a1a1a;
    border: 1500px solid #1a1a1a;
  }
  100% {
    border: 0px solid #1a1a1a;
  }
}
@keyframes flash {
  0% {
    border: 0px solid #1a1a1a;
  }
  14% {
    border: 750px solid #1a1a1a;
    background: #1a1a1a;
  }
  20% {
    background: #1a1a1a;
    border: 1500px solid #1a1a1a;
  }
  100% {
    border: 0px solid #1a1a1a;
  }
}
.promo__viewfinder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 10;
  height: 75%;
  pointer-events: none;
}
.promo__viewfinder.active {
  opacity: 1;
  visibility: visible;
}
.promo__viewfinder--mob {
  display: none;
}
.promo__photographer {
  position: absolute;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(2200px, 370px) scale(2.8);
     -moz-transform: translate(2200px, 370px) scale(2.8);
      -ms-transform: translate(2200px, 370px) scale(2.8);
       -o-transform: translate(2200px, 370px) scale(2.8);
          transform: translate(2200px, 370px) scale(2.8);
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  transition: 1s ease-out;
  z-index: 1;
}
.promo__photographer.active {
  -webkit-transform: translate(0, 0) scale(1);
     -moz-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
       -o-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.ul-listb1 {
  padding: 0.2rem 0;
  margin: 0 -0.1rem;
}
.ul-listb1 li {
  float: left;
  width: 50%;
}
.ul-listb1 .con {
  display: block;
  margin: 0 0.1rem 0.2rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.ul-listb1 .con:hover {
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.ul-listb1 .con:hover .tit {
  color: #ff6900;
}
.ul-listb1 .pic {
  position: relative;
  height: 0;
  padding-top: 44.27%;
  overflow: hidden;
}
.ul-listb1 .pic .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ul-listb1 .tag {
  font-size: var(--fz16);
  color: #fff;
  background: url(../images/bl/tag1.png) no-repeat right center;
  -webkit-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 0.9rem;
  line-height: 0.3rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ul-listb1 .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 0.1rem 0.14rem;
  height: 1rem;
}
.ul-listb1 .txt .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.ul-listb1 .txt .right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ul-listb1 .txt .tit {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: var(--fz18);
  color: #333333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0.06rem;
}
.ul-listb1 .txt .date {
  font-size: var(--fz14);
  color: #999999;
}
.ul-listb1 .txt .btn {
  display: inline-block;
  padding: 0.04rem 0.25rem;
  background-color: #ff6900;
  color: #fff;
  font-size: var(--fz18);
  border-radius: 0.4rem;
  border: 1px solid #ff6900;
}
.ul-listb1 .end {
  /*  cursor: not-allowed;

    &:hover {
      box-shadow: none;

      .tit {
        color: #333;
      }
    } */
}
.ul-listb1 .end .tag {
  background-image: url(../images/bl/tag2.png);
}
.ul-listb1 .end .btn {
  background-color: transparent;
  border-color: #999;
  color: #999;
}
.ul-listb2 {
  padding: 0.2rem 0;
  margin: 0 -0.05rem;
}
.ul-listb2 li {
  float: left;
  width: 20%;
}
.ul-listb2 .con {
  display: block;
  margin: 0 0.05rem 0.1rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.ul-listb2 .con:hover {
  z-index: 2;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.ul-listb2 .con:hover .tit {
  color: #ff6900;
}
.ul-listb2 .pic {
  position: relative;
  height: 0;
  padding-top: 56.4%;
  overflow: hidden;
  display: block;
}
.ul-listb2 .pic .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ul-listb2 .pic .tag {
  font-size: var(--fz16);
  color: #fff;
  background: #d80c18;
  padding: 0 0.1rem;
  text-align: center;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  z-index: 2;
  border-radius: 0.3rem;
}
.ul-listb2 .txt {
  padding: 0.1rem 0.12rem 0.1rem;
  overflow: hidden;
}
.ul-listb2 .tit {
  font-size: var(--fz16);
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.36rem;
  overflow: hidden;
}
.ul-listb2 .tit .tag {
  font-weight: bold;
  color: #000;
  position: relative;
  display: block;
  padding-right: 0.08rem;
  margin-right: 0.08rem;
}
.ul-listb2 .tit .tag::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.16rem;
  background-color: #000;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ul-listb2 .tit .t {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ul-listb2 .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 0.3rem;
  overflow: hidden;
}
.ul-listb2 .userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul-listb2 .userinfo .user {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  margin-right: 0.06rem;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.ul-listb2 .userinfo .name {
  font-size: var(--fz14);
  color: #999999;
  max-width: 4em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ul-listb2 .date {
  font-size: var(--fz14);
  color: #999999;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.g-like {
  cursor: pointer;
  padding-left: 0.2rem;
  font-size: var(--fz14);
  color: #999;
  background: url(../images/heart.svg) no-repeat left center;
  -webkit-background-size: 0.15rem 0.15rem;
       -o-background-size: 0.15rem;
          background-size: 0.15rem;
  min-width: 0.2rem;
  min-height: 0.18rem;
}
.g-like.act {
  background-image: url(../images/heart-a.svg);
}
.lg-page {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-color: #fff;
}
.lg-page .logo-w {
  position: absolute;
  display: block;
  top: 0.4rem;
  left: 0.4rem;
}
.lg-page .logo-w img {
  display: block;
  height: 0.56rem;
}
.lg-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  background-color: rgba(255, 255, 255, 0.9);
}
.f-top {
  text-align: center;
  color: #000;
  padding: 0.4rem 0;
}
.f-top .h1 {
  font-size: var(--fz24);
}
.f-cen {
  max-width: 60%;
  margin: 0 auto;
}
.ul-tabsb1 {
  text-align: center;
  margin-bottom: 0.3rem;
}
.ul-tabsb1 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.12rem;
}
.ul-tabsb1 .s {
  min-width: 0.8rem;
  text-align: center;
  cursor: pointer;
  font-size: var(--fz16);
  color: #000;
  line-height: 0.4rem;
  border-bottom: 2px solid transparent;
}
.ul-tabsb1 .on .s {
  font-weight: bold;
  border-color: #ff6900;
}
.f-cen .line {
  margin-bottom: 0.2rem;
}
.f-cen .gp {
  border: 1px solid #c4c6ca;
  padding: 0.08rem;
  border-radius: 0.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fz16);
  color: #000;
}
.f-cen .gp .sel {
  display: block;
  padding-right: 0.16rem;
  background: url(../images/arr-down.svg) no-repeat right center;
  -webkit-background-size: 0.12rem 0.12rem;
       -o-background-size: 0.12rem;
          background-size: 0.12rem;
}
.f-cen .gp .sline {
  width: 1px;
  margin: 0 0.06rem;
  height: 0.24rem;
  background-color: #c4c6ca;
}
.f-cen .gp .inp {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.3rem;
  background-color: transparent;
}
.f-cen .gp .forget {
  color: #ff6900;
  display: block;
  margin-left: 1em;
}
.f-cen .gp .see-icon {
  cursor: pointer;
  width: 0.2rem;
  color: #ff6900;
}
.f-cen .gp .see-icon .icon {
  display: block;
  width: 100%;
  height: auto;
}
.f-cen .gp .see-icon .icon:nth-child(2) {
  display: none;
}
.f-cen .gp .see-icon.active .icon {
  display: none;
}
.f-cen .gp .see-icon.active .icon:nth-child(2) {
  display: block;
}
.f-cen .btn {
  background-color: #ff6900;
  border-radius: 0.08rem;
  text-align: center;
  font-size: var(--fz24);
  color: #fff;
  line-height: 0.5rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.f-cen .tips {
  text-align: center;
  font-size: var(--fz14);
  color: #000;
}
.f-cen .tips a {
  color: #ff6900;
}
.f-cen .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0;
}
.f-cen .other .other-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fz18);
  color: #000;
  border-radius: 0.08rem;
  border: 1px solid #c4c6ca;
  height: 0.56rem;
  padding: 0 0.6rem;
}
.f-cen .other .other-item img {
  width: 0.5rem;
  margin-right: 0.06rem;
}
.f-cen .error {
  color: #f00;
  font-size: var(--fz12);
}
.f-tip {
  font-size: var(--fz12);
  color: #000;
  margin-bottom: 0.05rem;
}
.icon_open {
  width: 0.28rem;
  height: 0.28rem;
  display: inline-block;
  background: url(../images/icon_open.svg) no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  margin-left: 0.05rem;
  cursor: pointer;
}
.icon_open.close {
  background-image: url(../images/icon_close.svg);
}
body .el-cascader {
  display: block;
}
.m-richtext {
  font-size: var(--fz16);
  color: #000;
  line-height: 1.6;
  padding: 0.2rem;
}
.m-richtext h1 {
  font-size: var(--fz24);
  margin-bottom: 0.2rem;
}
.note-box .top .title {
  margin-bottom: 0.15rem;
}
.note-box .top .inp {
  display: block;
  width: 100%;
  font-size: var(--fz24);
  color: #000;
  background-color: transparent;
}
.note-box .top .area {
  font-size: var(--fz16);
  color: #000;
  display: block;
  width: 100%;
  height: 1.4rem;
  resize: none;
  background-color: transparent;
  margin-bottom: 0.1rem;
  padding-left: 0;
  padding-right: 0;
}
.note-box .opt {
  font-size: var(--fz24);
  color: #ff6900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.note-box .opt .upload-demo {
  margin-right: 0.2rem;
}
.note-box .img-box {
  position: relative;
}
.note-box .img-box:hover .del {
  opacity: 0.8;
}
.note-box .img-box img {
  display: block;
  margin: 0 auto;
}
.note-box .img-box .del {
  cursor: pointer;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  font-size: 0.16rem;
  background-color: #000;
  border-radius: 50%;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
}
.note-box .img-box .set {
  position: absolute;
  bottom: 0.1rem;
  left: 0.1rem;
  font-size: var(--fz16);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.02rem 0.1rem;
}
.note-box .img-box .set.on {
  background: #ff6900;
}
.note-box .right-opt {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  font-size: var(--fz16);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.02rem 0.1rem;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.note-box .right-opt .icn {
  padding: 0 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.note-box .right-opt .icn:hover {
  background-color: #ff6900;
}
.note-box textarea.area {
  display: block;
  width: 100%;
  height: 0.8rem;
  resize: none;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.jl-row1 .el-select {
  display: block;
}
.jl-row1 .el-select .el-input__inner:focus,
.jl-row1 .el-select .el-input.is-focus .el-input__inner {
  border-color: #ff6900;
}
/* body .el-upload:focus {
  background-color: @c1;
  color: @c1;
  border-color: @c1;
}
 */
.bl-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0;
}
.bl-bot .btn {
  font-size: var(--fz20);
  color: #000;
  border: 1px solid #ff6900;
  border-radius: 0.08rem;
  min-width: 1.6rem;
  padding: 0.05rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  margin: 0 0.15rem;
  border-radius: 0.4rem;
}
.bl-bot .btn.btn1 {
  background-color: #ff6900;
  color: #fff;
}
.bl-bot .btn:hover {
  opacity: 0.8;
}
.note-ls {
  padding: 0.2rem 0;
  margin: 0 -0.05rem;
}
.note-ls.other .pic::after {
  display: none;
}
.note-ls li {
  float: left;
  width: 20%;
}
.note-ls .con {
  display: block;
  margin: 0 0.05rem 0.1rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.note-ls .con:hover {
  z-index: 2;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.note-ls .con:hover .tit {
  color: #ff6900;
}
.note-ls .con:hover .pic::after {
  opacity: 1;
}
.note-ls .con:hover .del {
  opacity: 1;
}
.note-ls .pic {
  position: relative;
  height: 0;
  padding-top: 56.4%;
  overflow: hidden;
  display: block;
}
.note-ls .pic .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.note-ls .pic .tag {
  font-size: var(--fz16);
  color: #fff;
  background: #d80c18;
  padding: 0 0.1rem;
  text-align: center;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  z-index: 2;
  border-radius: 0.3rem;
}
.note-ls .pic .del {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 10;
  font-size: 0.2rem;
}
.note-ls .pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 0.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.note-ls .txt {
  padding: 0.1rem 0.12rem 0.1rem;
  overflow: hidden;
}
.note-ls .txt .tag {
  text-align: center;
  height: 0.4rem;
  overflow: hidden;
}
.note-ls .txt .tag span {
  font-size: var(--fz12);
  font-weight: bold;
  color: #000;
  background: #fafafc;
  display: inline-block;
  vertical-align: top;
  padding: 0.02rem 0.12rem;
  border-radius: 0.2rem;
  margin: 0 0.05rem;
}
.note-ls .userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.note-ls .userinfo .user {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  margin-right: 0.06rem;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.note-ls .userinfo .name {
  font-size: var(--fz14);
  color: #999999;
  max-width: 4em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.note-ls .tit {
  font-size: var(--fz16);
  color: #333333;
  text-align: center;
  height: 0.36rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.note-ls .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 0.3rem;
  overflow: hidden;
  font-size: var(--fz14);
  color: #999999;
}
.p20 {
  padding: 0.2rem;
}
.bl-dialog {
  background-color: #fff;
}
.bl-dialog .poster {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 3rem;
  margin-bottom: 0.2rem;
}
.bl-dialog .top {
  text-align: center;
  color: #000;
  margin-bottom: 0.2rem;
  padding: 0.3rem;
}
.bl-dialog .top .h1 {
  font-size: var(--fz18);
  margin-bottom: 0.1rem;
}
.bl-dialog .top .tags {
  margin-bottom: 0.2rem;
}
.bl-dialog .top .tags span {
  font-size: var(--fz12);
  font-weight: bold;
  color: #000;
  background: #fafafc;
  display: inline-block;
  vertical-align: top;
  padding: 0.02rem 0.12rem;
  border-radius: 0.2rem;
  margin: 0 0.05rem;
}
.bl-dialog .top .author {
  font-size: var(--fz16);
  margin-bottom: 0.1rem;
}
.bl-dialog .top .desc {
  text-align: left;
  font-size: var(--fz14);
}
.bl-dialog .content {
  background-color: #f7f8fa;
  padding: 0.3rem;
  font-size: var(--fz14);
  color: #000;
}
.bl-dialog .content img {
  display: block;
  margin: 0 auto;
}
.bl-dialog .content p {
  margin-bottom: 1em;
}
.el-dialog.dialog-box {
  width: 7rem;
}
.el-dialog.dialog-box .el-dialog__body {
  padding: 0;
}
.el-dialog.dialog-box .el-dialog__header {
  display: none;
}
.el-dialog.dialog-box .close {
  position: absolute;
  top: 0;
  right: -0.3rem;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: var(--fz24);
  color: #000;
  cursor: pointer;
}
.m-setpage {
  min-height: -webkit-calc(100vh - 0.8rem);
  min-height: -moz-calc(100vh - 0.8rem);
  min-height: calc(100vh - 0.8rem);
  background-color: #fafafc;
  /*   .el-button:focus,
  .el-button:hover {
    color: @c1;
  } */
}
.m-setpage .form {
  width: 80%;
  padding-top: 0.6rem;
  margin: 0 auto;
}
.m-setpage .btn {
  font-size: var(--fz14);
  color: #ff6900;
  border: 1px solid #ff6900;
  padding: 0 0.2rem;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #fff;
  cursor: pointer;
}
.m-setpage .upload,
.m-setpage .layui-form-select dl dd.layui-this {
  background-color: #ff6900;
}
.m-setpage .img {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  border: 1px solid #ff6900;
}
.m-setpage .img.poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin-right: 0;
  border: none;
}
.m-setpage .avatar-uploader {
  width: 100%;
}
.m-setpage .el-upload {
  display: block;
}
.m-setpage .el-upload.sty {
  border: 1px solid #ff6900;
}
.m-setpage .sty1 .el-upload {
  border: 1px solid #ff6900;
  padding-top: 41.666%;
  position: relative;
  height: auto;
}
.m-setpage .sty1 .el-icon-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-setpage .el-date-editor.el-input,
.m-setpage .el-date-editor.el-input__inner {
  width: 100%;
}
.m-setpage .el-row--flex .el-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-setpage .el-button--primary,
.m-setpage .el-button--primary:focus,
.m-setpage .el-button--primary:hover {
  background-color: #ff6900;
  border-color: #ff6900;
  color: #fff;
  opacity: 0.8;
}
.flex-bb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-contant {
  min-height: -webkit-calc(100vh - 0.8rem);
  min-height: -moz-calc(100vh - 0.8rem);
  min-height: calc(100vh - 0.8rem);
  background-color: #fafafc;
  padding: 0.2rem 0;
}
.m-contant .title {
  font-size: var(--fz18);
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 0.1rem 0;
}
.m-contant .box {
  padding: 0.1rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.m-contant .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.3rem;
}
.m-contant .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}
.m-contant .icon {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  background-color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-contant .icon svg {
  width: 50%;
  height: auto;
}
.m-contant .txt {
  overflow: hidden;
  font-size: var(--fz16);
  color: #000;
}
.m-contant .t {
  font-weight: bold;
}
.m-contant .p img {
  display: block;
  width: 1.2rem;
}
.g-boxb1 {
  min-height: -webkit-calc(100vh - 1.4rem);
  min-height: -moz-calc(100vh - 1.4rem);
  min-height: calc(100vh - 1.4rem);
  background-color: #fafafc;
  padding: 0.2rem 0;
}
.m-msgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-msgbox .col-l {
  width: 30%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3px;
}
.m-msgbox .col-r {
  width: 69.5%;
  float: none;
  min-height: 6.6rem;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.msg-ty .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background-color: #fafafc;
  padding: 0.05rem 0.15rem;
  cursor: pointer;
  font-size: var(--fz14);
  color: #000;
}
.msg-ty .item:hover {
  background-color: #f5f5f7;
}
.msg-ty .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msg-ty .top .t em {
  color: #ff6900;
}
.msg-ty .desc,
.msg-ty .date {
  font-size: var(--fz12);
  color: #666;
}
.msg-ty .icon {
  margin-right: 0.1rem;
  width: 0.3rem;
}
.msg-ty .icon img {
  display: block;
}
.msg-ty .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.msg-content .title {
  text-align: center;
  font-size: var(--fz16);
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 0.1rem 0;
  position: relative;
}
.msg-content .title .back {
  display: none;
  position: absolute;
  top: 50%;
  left: 0.1rem;
  font-size: var(--fz14);
  color: #000;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.msg-content .msg-item {
  padding: 0 0.2rem;
}
.msg-content .msg-item .time {
  font-size: var(--fz14);
  color: #666;
  padding: 0.1rem 0;
  text-align: center;
}
.msg-content .msg-item .card {
  display: block;
  width: 50%;
  background-color: #f7f8fa;
  border-radius: 0.06rem;
  padding: 0.12rem 0.12rem 0;
  cursor: pointer;
}
.msg-content .msg-item .card .h3 {
  font-size: var(--fz16);
  color: #000;
}
.msg-content .msg-item .card .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msg-content .msg-item .card .info .p {
  font-size: var(--fz14);
  color: #666;
}
.msg-content .msg-item .card .info .img {
  width: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
}
.msg-content .msg-item .card .info .img img {
  display: block;
  width: 100%;
}
.msg-content .msg-item .card .bot {
  border-top: 1px solid #eee;
  background: url(../images/arr-r.svg) no-repeat right center;
  -webkit-background-size: 0.12rem 0.12rem;
       -o-background-size: 0.12rem;
          background-size: 0.12rem;
  font-size: var(--fz14);
  color: #000;
  padding: 0.1rem 0;
}
.m-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.m-pop .close {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  right: 0.55rem;
  top: 0.38rem;
  z-index: 2;
  background: transparent url(../images/close.png) no-repeat center center;
}
.m-pop .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #f5f5f5;
}
.m-shpop {
  width: 7rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.2rem;
  font-size: var(--fz18);
  color: #000;
}
.m-shpop .title {
  color: #666;
  padding: 0.1rem 0;
}
.m-shpop .form {
  padding: 0.1rem 0;
}
.m-shpop .ckbox {
  display: block;
  position: relative;
  font-size: var(--fz16);
  color: #000;
  margin-bottom: 0.1rem;
  overflow: hidden;
  cursor: pointer;
  padding-left: 0.2rem;
  background: url(../images/ck.png) no-repeat left center;
  -webkit-background-size: 0.15rem 0.15rem;
       -o-background-size: 0.15rem;
          background-size: 0.15rem;
}
.m-shpop .ckbox input {
  position: absolute;
  left: 9999px;
  visibility: hidden;
}
.m-shpop .ckbox.checked {
  background-image: url(../images/ck1.png);
}
.m-shpop .reason {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  padding: 0.1rem;
  height: 1.2rem;
}
.m-shpop .bot {
  text-align: center;
}
.m-shpop .bot .btn {
  display: inline-block;
  padding: 0 0.4rem;
  font-size: var(--fz16);
  color: #fff;
  background: #ff6900;
  border-radius: 0.4rem;
  line-height: 0.4rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.m-shpop .bot .btn:hover {
  opacity: 0.8;
}
.msg-empty {
  text-align: center;
  padding-top: 1.6rem;
}
.msg-empty .icon {
  width: 0.6rem;
  margin: 0 auto 0.2rem;
}
.msg-empty .t {
  font-size: var(--fz18);
  color: #000;
  margin-bottom: 0.12rem;
}
.msg-empty .p {
  font-size: var(--fz14);
  color: #666;
}
.m-dialog .el-dialog__body {
  padding-top: 0;
  padding-bottom: 0;
}
body .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #ff6900;
  border-color: #ff6900;
}
body .el-checkbox__input.is-focus .el-checkbox__inner,
body .el-checkbox__inner:hover {
  border-color: #ff6900;
}
body .el-button:focus,
body .el-button:hover {
  color: #ff6900;
  border-color: #ff6900;
}
body .el-button--primary:focus,
body .el-button--primary:hover,
body .el-button--primary {
  background-color: #ff6900;
  border-color: #ff6900;
  color: #fff;
}
.choose-box {
  overflow: hidden;
  background-color: #f7f8fa;
}
.choose-box .left {
  float: left;
  width: 80%;
  height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #eee;
  padding: 0.1rem;
}
.choose-box .right {
  width: 20%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 65vh;
}
.choose-box .tips {
  padding: 0.1rem;
  font-size: var(--fz14);
  color: #000;
}
.choose-list .el-checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 1%;
}
.choose-list .el-checkbox {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 0.1rem;
}
.choose-list .el-checkbox__label {
  display: block;
  position: relative;
  padding-left: 0;
}
.choose-list .el-checkbox__input {
  position: absolute;
  bottom: 0.1rem;
  left: 0.1rem;
}
.choose-list .pic {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.choose-list .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-list .edit {
  cursor: pointer;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fz14);
  color: #fff;
  background-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.choose-list .edit:hover {
  opacity: 0.8;
}
.so-box {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.so-box .wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.so-box .inp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 0.6rem;
  font-size: var(--fz18);
  color: #000;
}
.so-box .btn {
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  background-color: #ff6900;
  color: #fff;
  font-size: var(--fz18);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.so-box .btn:hover {
  opacity: 0.8;
}
.so-box .el-dropdown {
  font-size: var(--fz18);
  color: #000;
  margin-left: 0.12rem;
  cursor: pointer;
}
body .el-dropdown-menu__item:focus,
body .el-dropdown-menu__item:not(.is-disabled):hover {
  color: #ff6900;
}
.msg-gz .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.1rem 0.2rem;
  border-bottom: 1px solid #eee;
  font-size: var(--fz16);
}
.msg-gz .ll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  font-size: var(--fz14);
}
.msg-gz .ll a {
  color: #ff6900;
  font-size: var(--fz16);
  margin-right: 0.1rem;
}
.msg-gz .img {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  margin-right: 0.1rem;
}
.msg-gz .rr {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.share-component .icon-wechat {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.4rem;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  padding: 0.12rem 0.2rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.share-component .icon-wechat h4 {
  font-size: var(--fz16);
  color: #ff6900;
  margin-bottom: 0.12rem;
  text-align: center;
}
.share-component .qrcode {
  width: 2rem;
  margin-bottom: 0.1rem;
}
.share-component .qrcode img {
  display: block;
  width: 100%;
}
.m-pxb1 {
  padding: 0.8rem 0;
}
.m-pxb1 .txt {
  text-align: center;
  font-size: var(--fz18);
  color: #000;
}
.m-pxb1 .txt .tit {
  font-size: var(--fz24);
  font-weight: bold;
}
.px-txt1 {
  color: #000;
  font-size: var(--fz14);
  border-left: 1px solid #eaeaea;
  padding-left: 0.2rem;
}
.px-txt1 .tit {
  font-size: var(--fz22);
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.px-txt1 .top {
  margin-bottom: 0.3rem;
}
.px-line {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.px-line .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  font-size: var(--fz16);
  color: #000;
  margin-bottom: 0.1rem;
}
.px-line .line .ty {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.px-line .btn{
  font-size: var(--fz14);
  display: flex;
  align-items: center;
  color: #ff6900;
  margin-left: 0.15rem;
  cursor: pointer;
}
.px-line .btn:hover{
  text-decoration: underline;
}
.px-line .line .ty:hover {
  color: #ff6900;
}
.px-line .line .num {
  width: 20%;
}
.px-line .line .sta {
  width: 20%;
}
.px-line .line .sta em {
  font-weight: bold;
  color: #ff6900;
}
.px-btn1 {
  overflow: hidden;
}
.m-pxb2 {
  padding: 0.8rem 0;
}
.m-pxb2 .top {
  font-size: var(--fz18);
  color: #000;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.m-pxb2 .top .title {
  font-size: var(--fz24);
  margin-bottom: 0.1rem;
}
.m-pxb2 .add-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.3rem;
  border-top: 1px solid #eee;
  padding-top: 0.3rem;
}
.m-pxb2 .add-top .index {
  font-size: var(--fz18);
  color: #000;
}
.m-pxb2 .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #ff6900;
}
.m-pxb2 .el-input__inner:focus {
  border-color: #ff6900;
}
.m-pxb2 .add-bot {
  border-top: 1px solid #eee;
  padding-top: 0.3rem;
}
.px-table1 .tit {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.px-table1 .tit:hover {
  color: #ff6900;
}
.px-table1 .el-button {
  padding: 5px;
  margin-bottom: 5px;
}
.px-table1 .el-table {
  margin-bottom: 0.3rem;
}
.g-userls {
  overflow: hidden;
  margin: 0 -0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.g-userls li {
  width: 25%;
  padding: 0 0.14rem 0.3rem;
}
.g-userls .con {
  cursor: pointer;
  display: block;
  position: relative;
  padding-top: 0.5rem;
}
.g-userls .con:hover .txt {
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.g-userls .txt {
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.12rem;
  padding-bottom: 0.2rem;
}
.g-userls .pic {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.g-userls .img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  margin: 0 auto;
  display: block;
  border: 1px solid #fff;
}
.g-userls .txt {
  text-align: center;
  padding-top: 0.6rem;
}
.g-userls .name {
  font-size: var(--fz20);
  font-weight: bold;
  color: #000;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.06rem;
}
.g-userls .desc {
  font-size: var(--fz14);
  color: #999;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.06rem;
}
.g-userls .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.14rem;
}
.g-userls .info .itm {
  font-size: var(--fz14);
  color: #999;
  margin: 0 0.05rem;
}
.g-userls .bot {
  text-align: center;
}
.g-userls .btn {
  display: inline-block;
  border: 1px solid #ff6900;
  border-radius: 0.3rem;
  padding: 0.05rem 0.2rem;
  font-size: var(--fz14);
  color: #ff6900;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-userls .btn i {
  margin-right: 0.06rem;
}
.g-userls .btn:hover {
  background-color: rgba(255, 105, 0, 0.1);
}
.g-userls .btn.btn1 {
  background-color: #ff6900;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .f-cen .gp .see-icon {
    width: 0.3rem;
  }
  .header {
    height: 1rem;
    display: none;
  }
  .header.ue {
    display: block;
    height: auto;
  }
  .header .wp {
    height: 1rem;
  }
  logo{
    flex-shrink: 0;
  }
  .head-bot {
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 1rem;
    padding: 0 0 0 0.1rem;
  }
  .h-msg .in .num{
    width: 0.12rem;
    height: 0.12rem;
    line-height: 0.12rem;
    min-width: auto;
    padding: 0;
    top: 0.05rem;
    right: 0.05rem;
  }
  .logo {
    line-height: 1rem;
    margin-right: 0;
  }
  .logo img {
    height: 0.6rem;
  }
  .h-islg {
    margin-left: 0;
  }
  .h-islg .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .h-islg .top .img {
    margin-right: 0;
  }
  .h-msg .in .icon img {
    width: 0.4rem;
  }
  .h-msg .in .num {
    font-size: 0;
  }
  .h-upload .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    color: #000;
    background: none;
    font-size: 12px;
    padding: 0;
  }
  .h-upload .btn span{
    color: #fff;
    background-color: #ff6900;
    border-radius: .3rem;
    padding: 0.04rem .12rem;
  }
  .h-msg,
  .h-islg .top .name {
    font-size: 12px;
  }
  .h-upload .btn i {
    display: block;
    background: none;
    width: 0.4rem;
    height: 0.4rem;
  }
  .h-upload .btn i svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .set-list .lk {
    padding: 0.1rem 0.2rem;
  }
  .h-r {
    flex:1;
    height: 1rem;
    padding-left: .4rem;
  }
  .h-islg .pop-box {
    left: auto;
    right: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .h-islg .pop-box .arrow {
    right: 0%;
    left: auto;
  }
  .h-upload .pop-box {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
  .h-so{
    flex:1;
  }
  .h-so .inp {
    width: 100%;
    height: 0.6rem;
    padding-left: 0.5rem;
  }
  .h-so .icon {
    width: 0.3rem;
    height: 0.3rem;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    margin-top: -0.15rem;
  }

  .h-btn {
    font-size: 12px;
    padding: 0 4px;
    margin-left: 5px;
  }
  .pop-box.sty1 {
    width: 5rem;
  }
  .nav {
    background-color: #fff;
    /* border-top: 1px solid #eaeaea; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex:1;
  }
  .nav li {
    float: none;
    width: auto;
    display: block;
    height: auto;
    /* border-bottom: 1px solid #eaeaea; */
    padding-left: 0.3rem;
    padding-left: 0;
  }
  .nav .v1 {
    line-height: 0.8rem;
  }
  .nav .ok .v1,
  .nav .on .v1{
    font-weight: bold;
    color: #333;
  }
  .nav .sub {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0.2rem;
    display: none!important;
  }
  .nav .sub .v2 {
    line-height: 0.6rem;
    text-align: left;
  }
  .nav .dropicon {
    display: none;
    position: absolute;
    top: 0.2rem;
    right: 0.28rem;
    width: 0.4rem;
    height: 0.4rem;
    pointer-events: none;
  }
  .nav .on .dropicon {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .g-sticky .box .item:nth-child(1) .a{
    padding-left: 0;
  }
  .banner .inbox {
    padding: 0.3rem;
  }
  .banner .pic-info {
    font-size: 12px;
  }
  .banner .pic-info .icn,
  .banner .pic-info .adr {
    width: 0.24rem;
    height: 0.24rem;
  }
  .banner .bottom-left.inbox,
  .banner .bottom-right.inbox {
    bottom: 1rem;
  }
  .banner .swiper-button-prev,
  .banner .bottom-left.pic-info {
    left: 0.3rem;
  }
  .banner .swiper-button-next,
  .banner .pic-info.bottom-right {
    right: 0.3rem;
  }
  .promo__viewfinder {
    display: none;
  }
  .promo__viewfinder--mob {
    display: block;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
  }
  .banner .logo-w {
    left: 0.3rem;
  }
  .g-sticky .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .g-sticky .box .left {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 0.8rem;
    line-height: 0.8rem;
    justify-content: start;
    -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  }
  .g-sticky .box .left::-webkit-scrollbar {
  display: none;
}
.g-sticky .opts{
  height: 0.8rem;
}
  
  .g-sticky .right {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg-form {
    width: 90vw;
  }
  .f-cen {
    max-width: 90%;
  }
  .f-cen .gp .inp {
    height: 0.6rem;
  }
  .f-cen .btn {
    line-height: 0.8rem;
  }
  .f-cen .gp .sel {
    -webkit-background-size: 0.24rem 0.24rem;
         -o-background-size: 0.24rem;
            background-size: 0.24rem;
  }
  .f-cen .other .other-item {
    height: 0.6rem;
  }
  .ul-listb1 .tag {
    width: 1.8rem;
    line-height: 0.6rem;
  }
  .ul-listb2 li {
    width: 33.33%;
  }
  .ul-listb2 .bot {
    height: 0.6rem;
  }
  .ul-listb2 .userinfo .user {
    width: 0.5rem;
    height: 0.5rem;
  }
  .g-like {
    padding-left: 0.3rem;
    min-width: 0.3rem;
    min-height: 0.24rem;
    -webkit-background-size: 0.24rem 0.24rem;
         -o-background-size: 0.24rem;
            background-size: 0.24rem;
  }
  .note-ls li {
    width: 33.33%;
  }
  .note-ls .pic .del {
    font-size: 0.4rem;
  }
  .el-dialog.dialog-box .close {
    top: 0;
    right: 0;
  }
  .note-box {
    max-width: none;
  }
  .m-dialog.el-dialog {
    width: 88%;
  }
  .choose-box .left {
    width: auto;
    float: none;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .choose-box .right {
    float: none;
    width: auto;
    height: auto;
  }
  .px-txt1 {
    padding-top: 0.5rem;
    padding-left: 0;
    border-left: none;
  }
  .px-btn1 .r {
    float: none;
    text-align: center;
  }
  .m-pxb2 .el-form-item {
    margin-bottom: 10px;
  }
  .m-pxb2 .el-checkbox {
    margin-right: 10px;
  }
  .m-pxb2 .el-checkbox-group {
    line-height: 1.5;
    padding-top: 10px;
  }
  .m-pxb2 .add-bot {
    text-align: center;
  }
  .note-box .img-box .del {
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.24rem;
    opacity: 1;
  }
  .choose-list .edit {
    width: 0.4rem;
    height: 0.4rem;
  }
  .g-userls li {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .note-ls,
  .ul-listb2,
  .ul-listb1 {
    margin: 0;
  }
  .note-ls li,
  .ul-listb2 li,
  .ul-listb1 li {
    float: none;
    width: auto;
  }
  .note-ls .con,
  .ul-listb2 .con,
  .ul-listb1 .con {
    margin: 0 0 0.3rem;
  }
  .m-setpage {
    padding-bottom: 0.3rem;
  }
  .m-setpage .form {
    width: auto;
    padding: 0.2rem 0;
  }
  .m-msgbox {
    display: block;
  }
  .m-msgbox .col-l {
    width: auto;
    float: none;
  }
  .m-msgbox .col-r {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
    display: none;
  }
  .msg-ty .icon {
    width: 0.5rem;
  }
  .msg-content .msg-item .card {
    width: auto;
  }
  .msg-content .title .back {
    display: block;
    z-index: 10;
  }
  .msg-content .list {
    max-height: -webkit-calc(100vh - 0.8rem);
    max-height: -moz-calc(100vh - 0.8rem);
    max-height: calc(100vh - 0.8rem);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .tablescr {
    overflow-x: auto;
  }
  .px-table1 .table {
    width: 800px;
  }
  .g-list .top-info,
  .g-list .bot-info {
    display: none;
  }
  .g-userls {
    display: block;
    margin: 0;
  }
  .g-userls li {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .banner .bg {
    display: none;
  }
  .banner .bg.ue {
    display: block;
  }
  .banner .inbox .link {
    line-height: 0.64rem;
  }
  .g-sticky .opts .opt{
    line-height: 0.6rem;
  }
}
/*# sourceMappingURL=./m-bl.css.map */