.search {
    height: 330px;
    background: url(//qmm.daduoduo.com/AdminImageUpload/2022/10/31/262963dddpc_tb_ORIGIN_2ITM.png) no-repeat center 80px #fafafa;
    background-attachment: fixed;
    color: #fff;
    margin-bottom: 30px;
}
.safe {
    /*width: 1302px;*/
    margin: 0 auto;
}
.search h1 {
    font-size: 36px;
    margin-bottom: 30px
}

.search h1 span {
    margin-right: .5em
}

.search ul>li:last-child {
    margin-right: 0
}

.search li {
    height: 36px;
    font-size: 14px;
    border-radius: 100px;
    cursor: pointer;
    margin-right: 30px;
    color: #fff;
}

/*.search li.active {
    background: #fd4c60;
    color: #fff
}

.search li:not(.active):hover {
    color: #fd4c60
}*/

.search-box-block .search-input-war {
    width: 821px;
}

.search-box-block .search-input-war .search-input .el-input__inner {
    border: none;
}

.search .el-input__inner {
    height: 44px;
    line-height: 44px;
    padding-left: 30px;
    border: none;
    -webkit-box-shadow: 0 4px 4px rgba(97,112,241,.1);
    box-shadow: 0 4px 4px rgba(97,112,241,.1);
    border-radius: 8px
}

.box-wrap {
    width: 821px;
}

.flow-market-page {
    min-width: 1200px;
    background-color: #fafafa
}

.flow-market-page .content {
    width: 1200px;
    margin: 0 auto
}

.living-wrapper {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 15px 0 hsl(0deg 0% 48% / 10%);
    border-radius: 8px;
    padding: 20px;
}

.living-room-bg {
    width: 100%;
    height: 220px;
    border-radius: 15px 15px 0 0 ;
}

.living-wrapper .living-mark {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 84px;
    border-radius: 15px;
    background: #fd4c60;
    line-height: 26px;
}
.living-wrapper .living-mark .text {
    color: #fff;
}
.living-wrapper .living-icon {
    width: 12px;
    height: 12px;
}
.living-wrapper .live-info {
    position: absolute;
    width: 100%;
    bottom: 52px;
    left: 0;
    background: rgba(0, 0, 0, .4);
    padding: 5px 15px;
}
.living-wrapper .live-info img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.living-wrapper .live-info .room-name {
    margin-left: 10px;
    width: 150px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.living-wrapper .sale-info {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 0 0 15px 15px;
}

.living-wrapper .sale-info .left {
    color: #999;
}
.living-wrapper .sale-info .right {
    color: #333;
    font-weight: bold;
}
.link-btn-wrapper .arrow {
    font-size: 12px;
    color: #999;
    font-weight: 700
}
.link-btn-wrapper:hover .arrow,.link-btn-wrapper:hover .text {
    color: #fd4c60
}

.live-product-hour .add {
    color: #ff3b30
}

.live-product-hour .sub {
    color: #16cc96
}

.live-product-hour .box {
    background: #fff;
    box-shadow: 0 3px 15px 0 hsla(0,0%,48.2%,.1);
    border-radius: 8px
}

.live-product-hour .content {
    width: 1200px;
    margin: 0 auto 15px
}

.live-product-hour .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    width: 500px;
}

.live-product-hour .items .item {
    position: relative;
    width: 150px;
    height: 138px;
    padding: 16px 20px;
    color: #333;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 5px 20px 0 hsla(0,0%,45.1%,.1);
    margin-bottom: 20px;
}

.live-product-hour .items .item:hover {
    border: 1px solid #ff8763
}

.live-product-hour .min-btn-content {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0
}

.live-product-hour .min-btn-content .date-select .el-radio-button__inner {
    width: 66px
}

.live-product-hour .select-group .el-radio-button__inner {
    color: #666
}

.cds-font {
    font-family: CDSHT-Regular,CDSHT;
}
.textInline {
    display: flex;
    align-items: baseline;
}
.plr {
    padding-left: 2px;
    padding-right: 2px;
}

.rank-content-wrapper {
    width: 100%;
}

.rank-content-wrapper .rank-box {
    height: 446px;
    background: #fff;
    box-shadow: 0 5px 26px 0 hsla(0,0%,48.2%,.1);
    border-radius: 12px;
    padding: 0 16px
}

.rank-content-wrapper .rank-box .rank-title {
    height: 76px;
    position: relative
}

.rank-content-wrapper .rank-box .rank-title:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f5f5f5
}

.rank-content-wrapper .rank-box .rank-list {
    position: relative;
    z-index: 1
}

.rank-content-wrapper .rank-box .rank-list .property-label-content {
    position: absolute;
    top: 13px;
    right: 0
}

.rank-content-wrapper .rank-box .rank-list .property-label-content .label-item {
    min-width: 70px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 18px;
    text-align: right
}

.rank-content-wrapper .rank-box .rank-list .rank-item {
    padding-top: 20px;
    display: flex;
    align-items: center
}

.rank-content-wrapper .rank-box .rank-list .rank-item:nth-child(2) {
    padding-top: 30px
}

.rank-content-wrapper .rank-box .rank-list .rank-item .rank-index {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.rank-content-wrapper .rank-box .rank-list .rank-item .rank-index .rank-index-img {
    width: 100%;
    height: 100%
}

.rank-content-wrapper .rank-box .rank-list .rank-item .rank-info {
    display: flex;
    align-items: center
}

.rank-content-wrapper .rank-box .rank-list .rank-item .rank-info .mr8 {
    margin-right: 8px
}

.rank-content-wrapper .rank-box .rank-list .rank-item .rank-info .rank-img {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 8px
}

.rank-content-wrapper .rank-box .rank-list .rank-item .rank-info .circle {
    border-radius: 50%
}

.rank-content-wrapper .rank-box .rank-list .rank-item .rank-info .info-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 20px
}

.rank-content-wrapper .rank-box .rank-list .rank-item .rank-info .info-property {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 17px
}

.rank-content-wrapper .rank-box .rank-list .rank-item .property-content {
    display: flex
}

.rank-content-wrapper .rank-box .rank-list .rank-item .property-content .property-item {
    min-width: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.rank-content-wrapper .rank-box .rank-loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 350px;
    z-index: 2
}

.rank-content-wrapper .rank-box .rank-loading .el-loading-mask {
    background-color: hsla(0,0%,100%,.2)
}

.rank-content-wrapper .rank-box .table-empty-box {
    padding-top: 80px
}

.rank-content-wrapper .rank-box .table-empty-box .empty-box {
    width: 116px;
    margin: 0 auto
}

.rank-content-wrapper .rank-box .table-empty-box .empty-box .empty-img {
    width: 116px;
    height: 117px
}

.rank-content-wrapper .rank-box .table-empty-box .empty-box .empty-img img {
    display: block;
    width: 100%;
    height: 100%
}

.rank-content-wrapper .rank-box .table-empty-box .empty-box .empty-word {
    margin-top: 4px;
    color: #ffacb5;
    font-size: 14px
}

.rank-content-wrapper .rank-box .isLiveLabel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 48px;
    height: 18px;
    background: #f91e70;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 1px solid #fff
}

.rank-content-wrapper .rank-box .isLiveLabel .icon {
    width: 10px;
    height: 10px;
    display: block
}

.rank-content-wrapper .rank-box .isLiveLabel .text {
    width: 30px;
    height: 11px;
    display: block
}

.rank-content-wrapper .rank-box .isLive:after {
    z-index: 1;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #f91e70;
    border-radius: 50%
}


.trace-collect-content-wrapper { width: 100%; box-shadow: rgba(123, 123, 123, 0.1) 0px 5px 26px 0px; border-radius: 12px; background: rgb(255, 255, 255); }
.trace-collect-content-wrapper .line { position: relative; }
.trace-collect-content-wrapper .line::after { box-sizing: border-box; content: ""; position: absolute; inset: 0px 20px; border-bottom: 1px solid rgb(245, 245, 245); }

.trace-content-wrapper .title-content {
    position: relative;
    height: 60px
}

/*.trace-content-wrapper .title-content .add-btn {
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-weight: 500
}

.trace-content-wrapper .title-content .add-btn:before {
    margin-right: 2px;
    font-weight: 500
}

.trace-content-wrapper .title-content .add-btn.el-icon-plus:before {
    font-weight: 700
}*/
.trace-content-wrapper .list-wrapper .list-content {
  min-height: 210px
}
        
.live-trace-wrapper .trace-list .list-item {
  position: relative;
  width: 275px;
  height: 182px;
  margin: 0 19px 20px 0;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #fafafa
}

.live-trace-wrapper .trace-list .list-item:nth-child(4n+0) {
  margin-right: 0!important
}

.live-trace-wrapper .trace-list .list-item:hover {
  border: 1px solid #e9ebf0
}

.live-trace-wrapper .trace-list .list-item:hover .delete-box {
  display: block
}

.live-trace-wrapper .trace-list .list-item:after {
  position: absolute;
  border: 1px solid #e9ebf0
}

.live-trace-wrapper .trace-list .author-info-box {
  border-bottom: 1px solid #efefef;
  margin-top: 29px;
  margin-left: 20px
}

.live-trace-wrapper .trace-list .author-info-box .author-name:hover .author-hover {
  color: #fd4c60
}

.live-trace-wrapper .trace-list .img-box {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%
}

.live-trace-wrapper .trace-list .delete-box {
  display: none;
  position: absolute;
  right: 45px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: url(https://qmm.daduoduo.com/AdminImageUpload/2022101310121087_ORIGIN_2EDM.jpg) no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.live-trace-wrapper .trace-list .delete-box:hover {
  background: url(https://qmm.daduoduo.com/AdminImageUpload/20221013101220371_ORIGIN_wYTO.jpg) no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.live-trace-wrapper .trace-list .top-block2 {
  background: url(https://qmm.daduoduo.com/AdminImageUpload/20221013101240127_ORIGIN_xYDM.jpg) no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 20px;
  top: 20px
}

.live-trace-wrapper .trace-list .top-block2:hover {
  background: url(https://qmm.daduoduo.com/AdminImageUpload/20221013101254737_ORIGIN_5QTO.jpg) no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  height: 16px;
  width: 16px
}

.live-trace-wrapper .trace-list .statusTip {
  padding-left: 0;
  line-height: 20px;
  height: 20px;
  width: 58px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  border-radius: 8px 0;
  position: absolute;
  top: 0
}

.live-trace-wrapper .loading-wrapper {
  height: 250px
}

.live-trace-wrapper .more-content .op-btn .arrow {
  font-size: 12px;
  color: #999;
  font-weight: 700
}

.live-trace-wrapper .more-content .op-btn:hover .arrow,.live-trace-wrapper .more-content .op-btn:hover {
  color: #fd4c60
}

.live-trace-wrapper .default-add-btn {
  width: 86px;
  height: 24px;
  background: #ffe8eb;
  border-radius: 4px;
  transition: all .2s
}

.live-trace-wrapper .default-add-btn .loading-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 4px;
  background: hsla(0,0%,100%,.5);
  z-index: 1
}

.live-trace-wrapper .default-add-btn .icon-wrapper {
  position: relative;
  margin-right: 3px;
  width: 16px;
  height: 16px
}

.live-trace-wrapper .default-add-btn .icon-wrapper i {
  font-size: 12px
}

.live-trace-wrapper .default-add-btn .icon-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .2s
}

.live-trace-wrapper .default-add-btn .icon-wrapper .active {
  visibility: visible;
  opacity: 1
}

.live-trace-wrapper .default-add-btn .icon-wrapper .disabled {
  visibility: hidden;
  opacity: 0
}

.live-trace-wrapper .default-add-btn .text {
  font-size: 12px;
  font-weight: 400;
  color: #fd4c60;
  transition: all .2s
}

.live-trace-wrapper .default-add-btn:hover {
  background: #fd4c60
}

.live-trace-wrapper .default-add-btn:hover .icon-wrapper .active {
  visibility: hidden;
  opacity: 0
}

.live-trace-wrapper .default-add-btn:hover .icon-wrapper .disabled {
  visibility: visible;
  opacity: 1
}

.live-trace-wrapper .default-add-btn:hover .text {
  color: #fff
}

.live-trace-wrapper .default-add-btn.isLoading {
  cursor: default;
  pointer-events: none
}

.collect-content-wrapper { width: 100%; }
.collect-content-wrapper .title-content { position: relative; height: 60px; }
/*.collect-content-wrapper .title-content .add-btn { margin-right: 20px; padding-left: 10px; padding-right: 10px; border-radius: 4px; font-weight: 500; }
.collect-content-wrapper .title-content .add-btn::before { margin-right: 2px; font-weight: 500; }
.collect-content-wrapper .title-content .add-btn.el-icon-plus::before { font-weight: 700; }*/

.common-icon-status-wrapper .img-wrapper { position: relative; margin-right: 6px; }
.common-icon-status-wrapper .img-wrapper img { position: absolute; inset: 0px; width: 100%; height: 100%; display: block; transition: all 0.2s ease 0s; }
.common-icon-status-wrapper .img-wrapper .default { visibility: visible; opacity: 1; }
.common-icon-status-wrapper .img-wrapper .active, .common-icon-status-wrapper:hover .img-wrapper .default { visibility: hidden; opacity: 0; }
.common-icon-status-wrapper:hover .img-wrapper .active { visibility: visible; opacity: 1; }
.common-icon-status-wrapper.stay-active .img-wrapper .default { visibility: hidden; opacity: 0; }
.common-icon-status-wrapper.stay-active .img-wrapper .active { visibility: visible; opacity: 1; }

.author-collect-wrapper .group-content { display: flex; align-items: center; flex-flow: row wrap; }
.author-collect-wrapper .group-content .group-item { cursor: pointer; height: 28px; background: rgb(250, 250, 250); border-radius: 2px; display: flex; align-items: center; justify-content: center; margin-right: 16px; margin-bottom: 10px; font-size: 14px; font-family: PingFangSC-Regular, "PingFang SC"; font-weight: 400; color: rgb(102, 102, 102); transition: all 0.2s ease 0s; }
.author-collect-wrapper .group-content .group-item.active, .author-collect-wrapper .group-content .group-item:hover { color: #fd4c60; background: rgb(255, 246, 244); }
.author-collect-wrapper .group-content .group-item .group-item-icon { padding: 0px 8px; }
.author-collect-wrapper .collect-list { min-height: 216px; }
.author-collect-wrapper .collect-list .list-item { box-sizing: border-box; position: relative; width: 275px; height: 203px; background: rgb(250, 250, 250); border: 1px solid rgb(250, 250, 250); border-radius: 8px; margin: 0px 19px 20px 0px; }
.author-collect-wrapper .collect-list .list-item:hover { border: 1px solid rgb(233, 235, 240); }
.author-collect-wrapper .collect-list .list-item:nth-child(4n) { margin-right: 0px; }
.author-collect-wrapper .collect-list .list-item .author-info { position: relative; height: 84px; }
.author-collect-wrapper .collect-list .list-item .author-info .author-icon { width: 52px; height: 52px; display: block; border-radius: 50%; }
.author-collect-wrapper .collect-list .list-item .author-info .nickname { max-width: 150px; }
.author-collect-wrapper .collect-list .list-item .author-info .author-hover:hover .nickname { color: #fd4c60; }
.author-collect-wrapper .collect-list .list-item .author-info::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; border-bottom: 1px solid rgb(245, 245, 245); }
.author-collect-wrapper .relative-item { display: flex; flex-direction: column; margin-top: 10px; }
.author-collect-wrapper .relative-item .top { display: flex; align-items: center; }
.author-collect-wrapper .relative-item .top .label { width: 26px; height: 18px; display: block; margin-right: 6px; }
.author-collect-wrapper .relative-item .top .text { font-size: 12px; font-weight: 400; color: rgb(51, 51, 51); line-height: 18px; }
.author-collect-wrapper .relative-item .bottom { padding-left: 37px; }
.author-collect-wrapper .relative-item .bottom span { font-size: 12px; font-weight: 400; color: rgb(153, 153, 153); line-height: 18px; }
.author-collect-wrapper .relative-item .a-active:hover .top .text { color: #fd4c60; }
.author-collect-wrapper .relative-item:first-child { margin-top: 15px; }
.author-collect-wrapper .loading-wrapper { height: 216px; }
.author-collect-wrapper .more-content .op-btn .arrow { font-size: 12px; color: rgb(153, 153, 153); font-weight: 700; }
.author-collect-wrapper .more-content .op-btn:hover .arrow, .author-collect-wrapper .more-content .op-btn:hover { color: #fd4c60; }
.author-collect-wrapper .isLiveLabel { position: absolute; left: 0px; right: 0px; bottom: -9px; width: 48px; height: 18px; background: rgb(249, 30, 112); border-radius: 2px; display: flex; align-items: center; justify-content: center; z-index: 2; border: 1px solid rgb(255, 255, 255); }
.author-collect-wrapper .isLiveLabel .icon { width: 10px; height: 10px; display: block; }
.author-collect-wrapper .isLiveLabel .text { width: 30px; height: 11px; display: block; }
.author-collect-wrapper .isLive::after { z-index: 1; box-sizing: border-box; content: ""; position: absolute; inset: -4px; border: 2px solid rgb(249, 30, 112); border-radius: 50%; }
.author-collect-wrapper .empty-box { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 216px; }
.author-collect-wrapper .empty-box .empty-img img { display: block; width: 100px; height: 100px; }
.author-collect-wrapper .empty-box .empty-word { font-size: 14px; font-weight: 400; color: rgb(153, 153, 153); }
.author-collect-wrapper .empty-list { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.author-collect-wrapper .empty-list .empty-img img { display: block; width: 50px; height: 50px; }
.author-collect-wrapper .empty-list .empty-word { font-size: 12px; font-weight: 400; color: rgb(255, 198, 183); }
.author-collect-wrapper .default-add-btn { width: 86px; height: 24px; background: rgb(255, 243, 239); border-radius: 4px; transition: all 0.2s ease 0s; }
.author-collect-wrapper .default-add-btn .loading-mask { position: absolute; inset: 0px; border-radius: 4px; background: rgba(255, 255, 255, 0.5); z-index: 1; }
.author-collect-wrapper .default-add-btn .icon-wrapper { position: relative; margin-right: 3px; width: 16px; height: 16px; }
.author-collect-wrapper .default-add-btn .icon-wrapper i { font-size: 12px; }
.author-collect-wrapper .default-add-btn .icon-wrapper img { position: absolute; inset: 0px; width: 100%; height: 100%; display: block; transition: all 0.2s ease 0s; }
.author-collect-wrapper .default-add-btn .icon-wrapper .active { visibility: visible; opacity: 1; }
.author-collect-wrapper .default-add-btn .icon-wrapper .disabled { visibility: hidden; opacity: 0; }
.author-collect-wrapper .default-add-btn .text { font-size: 12px; font-weight: 400; color: #fd4c60; transition: all 0.2s ease 0s; }
.author-collect-wrapper .default-add-btn:hover { background: #fd4c60; }
.author-collect-wrapper .default-add-btn:hover .icon-wrapper .active { visibility: hidden; opacity: 0; }
.author-collect-wrapper .default-add-btn:hover .icon-wrapper .disabled { visibility: visible; opacity: 1; }
.author-collect-wrapper .default-add-btn:hover .text { color: rgb(255, 255, 255); }
.author-collect-wrapper .default-add-btn.isLoading { cursor: default; pointer-events: none; }
.author-collect-wrapper .info-menu-wrapper { position: absolute; right: 0px; top: 6px; width: 14px; height: 14px; }
.author-collect-wrapper .info-menu-wrapper .icon-menu-wrapper { position: relative; width: 100%; height: 100%; }
.author-collect-wrapper .info-menu-wrapper .icon-menu-wrapper img { position: absolute; inset: 0px; margin-top: 14px; width: 100%; height: 100%; display: block; transition: all 0.2s ease 0s; }
.author-collect-wrapper .info-menu-wrapper .icon-menu-wrapper .active { visibility: visible; opacity: 1; }
.author-collect-wrapper .info-menu-wrapper .icon-menu-wrapper .disabled { visibility: hidden; opacity: 0; }
.author-collect-wrapper .info-menu-wrapper .menu-wrapper { position: absolute; right: 0px; top: 30px; width: 14px; height: 6px; z-index: 1; cursor: pointer; }
.author-collect-wrapper .info-menu-wrapper .menu-wrapper .menu-content { position: absolute; top: 6px; right: 0px; box-sizing: border-box; width: 120px; height: 0px; background: rgb(255, 255, 255); box-shadow: rgba(115, 115, 115, 0.1) 0px 3px 20px 0px; transition: height 0.2s ease 0s; overflow: hidden; padding: 0px 3px; }
.author-collect-wrapper .info-menu-wrapper .menu-wrapper .menu-content .menu-item { cursor: pointer; width: 100%; height: 34px; display: flex; align-items: center; padding-left: 17px; font-size: 14px; font-weight: 500; color: rgb(51, 51, 51); transition: all 0.2s ease 0s; }
.author-collect-wrapper .info-menu-wrapper .menu-wrapper .menu-content .menu-item:hover { background: rgb(245, 247, 250); color: #fd4c60; }
.author-collect-wrapper .info-menu-wrapper .menu-wrapper .menu-content .menu-item:first-child { margin-top: 10px; }
.author-collect-wrapper .info-menu-wrapper:hover .icon-menu-wrapper .active { visibility: hidden; opacity: 0; }
.author-collect-wrapper .info-menu-wrapper:hover .icon-menu-wrapper .disabled { visibility: visible; opacity: 1; }
.author-collect-wrapper .info-menu-wrapper:hover .menu-wrapper .menu-content { height: 156px; }

.titleSwiper {
    height: 25px;
    font-size: 14px;
    background: #fff;
    position: absolute;
    top: -25px;
    left: 105px;
    color: #fd4c60;
    padding: 3px 5px;
    border-radius: 10px 10px 10px 0;
    width: 250px;
    text-align: center;
}