<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.brandDetail {
    background: #fbfbfb;
    min-width: 1140px;
}
.brandDetail .topInfoCard {
    width: 1140px;
    /*min-height: 240px;*/
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 16px 5px rgba(0,0,0,.05);
    border-radius: 8px;
}
.brandDetail .topInfoCard .imgWrapper {
    width: 96px;
    height: 96px;
    margin-right: 20px;
}
.brandDetail .topInfoCard .imgWrapper .brandPic {
    width: 96px;
    height: 96px;
    border-radius: 8px;
}
.brandDetail .topInfoCard .imgWrapper .noBrandIcon {
    position: relative;
    width: 96px;
    height: 96px;
    background: #f9c0c6;
    line-height: 96px;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
}
.brandDetail .qrcodeWrapper {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #eaeaec;
}
.brandDetail .qrcodeWrapper .icon {
    height: 18px;
    width: 18px;
}
.brandDetail .qrcodeWrapper .qrcodeHover {
    display: none;
    position: absolute;
    top: 43px;
    left: -43px;
    width: 128px;
    height: 148px;
    background: #fff;
    box-shadow: 0 0 10px 0 hsla(0,0%,80.4%,.5);
    border-radius: 4px;
}
.brandDetail .qrcodeWrapper:hover .qrcodeHover {
    display: block;
}
.brandDetail .favBtn {
    width: 34px;
    height: 34px;
}
.brandDetail .favBtn .el-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #e8ebf1;
    border: 1px solid #e8ebf1;
}
.brandDetail .favBtn .icon {
    display: block;
    width: 18px;
    height: 18px;
    background: url(//qmm.daduoduo.com/AdminImageUpload/2022101217213558_ORIGIN_wAzM.jpg) 0 0 no-repeat;
    background-size: 100% 100%
}
.brandDetail .favBtn.fav .icon {
    background: url(//qmm.daduoduo.com/AdminImageUpload/20221012172150902_ORIGIN_zkTO.jpg) 0 0 no-repeat;
    background-size: 100% 100%
}

.brandDetail .favBtn.fav .el-button {
    background-color: #fd4c60;
    border: 1px solid #fd4c60
}
.brandDetail .topInfoCard .tagItem {
    height: 20px;
    display: none;
    align-items: center;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    margin-right: 4px;
    color: #000;
    background: #f3f3f3;
}
.brandDetail .topInfoCard .box .tagItem:nth-child(-n + 3) {
    display: flex;
}
.brandDetail .topInfoCard .overview {
    margin-top: 22px;
}
.brandDetail .topInfoCard .overview .item {
    margin-right: 120px;
}
.brandDetail .topInfoCard .overview .item:last-child {
    margin-right: 0;
}

.fixedNav {
    display: none;
    position: fixed;
    top: 70px;
    width: 100%;
    min-width: 1140px;
    height: 66px;
    background: #fff;
    box-shadow: 0 4px 20px 0 hsla(0,0%,85.9%,.5);
    z-index: 98;
}
.fixedNav.active {
    display: block;
}
.fixedNav .navContent {
    width: 1140px;
    height: 66px;
    margin: 0 auto;
}
body .plainRadio .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    color: #fd4c60;
    background-color: #fff;
    border-color: #fd4c60;
    box-shadow: -1px 0 0 0 #fd4c60;
}
.datePicker .el-radio-group .el-radio-button__inner {
    width: 56px;
    padding: 7px 0;
    color: #666;
}

.brandContent {
    position: relative;
    width: 1140px;
    margin: 16px auto 20px;
    overflow: hidden;
    background: #fff;
}
.normalWrapper {
    min-height: 280px;
}
.normalWrapper .titleWrapper .text {
    position: relative;
    padding: 0 0 0 10px;
}
.normalWrapper .titleWrapper .text:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 15px;
    margin: auto 0;
    border-radius: 3px;
    background: #fd4c60;
    content: "";
}
.normalWrapper .infoItem {
    height: 45px;
}
.normalWrapper .infoItem .value {
    font-size: 20px;
    font-family: CDSHT-Regular,CDSHT;
    font-weight: 400;
    line-height: 27px;
}
.normalWrapper .infoItem .text {
    font-size: 14px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #999;
}
.normalWrapper .inputWrapper {
    width: 227px;
}
.normalWrapper .inputWrapper .el-input-group {
    height: 24px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.el-input-group&gt;.el-input__inner {
    vertical-align: middle;
    display: table-cell;
}
.normalWrapper .inputWrapper .el-input__inner {
    height: 28px;
    line-height: 28px;
    border-radius: 4px 0 0 4px;
    padding: 3px 10px;
    border: 2px solid #fd4c60;
    border-right: none;
    font-size: 13px;
}
.el-input-group__append, .el-input-group__prepend {
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap;
}
.el-input-group--prepend .el-input__inner, .el-input-group__append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.normalWrapper .inputWrapper .el-input-group__append, .normalWrapper .inputWrapper .el-input-group__prepend {
    padding: 0 9px;
    background-color: #fd4c60;
    border: 1px solid #fd4c60;
}
.normalWrapper .inputWrapper .el-input__icon {
    line-height: 28px;
}
.normalWrapper .inputWrapper .el-icon-search {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.baseWrapper .chartTitle {
   height: 48px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.baseWrapper .chartTitle .text {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.baseWrapper .chartWrapper {
    position: relative;
    /*height: 192px;*/
}
.baseWrapper .chartWrapper .pieChart {
   width: 180px;
    height: 100%;
}
.baseWrapper .chartWrapper .chartTable {
    overflow: hidden;
}
.baseWrapper .chartWrapper .chartTable .tableContent {
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    transform: translateX(0);
    transition-duration: 0.5s;
}
.baseWrapper .chartWrapper .chartTable .tableContent.move {
    transform: translateX(-100%);
}
.baseWrapper .chartWrapper .chartTable .tableContent table {
    width: 100%;
}
.baseWrapper .chartWrapper .chartTable .tableContent .item1 {
    width: 220px;
    padding-left: 30px;
    text-align: left;
}
.baseWrapper .chartWrapper .chartTable .tableContent .item2 {
    width: 50px;
    text-align: right;
}
.baseWrapper .chartWrapper .chartTable .tableContent table thead {
    position: relative;
}
.baseWrapper .chartWrapper .chartTable .tableContent table thead tr {
    height: 30px;
}
.baseWrapper .chartWrapper .chartTable .tableContent table thead tr th {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.baseWrapper .chartWrapper .chartTable .tableContent table thead:after {
    content: '';
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f5f5f5;
}
.baseWrapper .chartWrapper .chartTable .tableContent table tbody tr {
    height: 30px;
}
.baseWrapper .chartWrapper .chartTable .tableContent .item1.row {
    padding-left: 16px;
}
.baseWrapper .chartWrapper .chartTable .tableContent table tbody tr .item1 .text {
    max-width: 180px;
}
.baseWrapper .chartWrapper .chartTable .tableContent .imgWrapper {
    position: relative;
    width: 14px;
    height: 14px;
    display: block
}

.baseWrapper .chartWrapper .chartTable .tableContent .imgWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block
}
.baseWrapper .chartWrapper .chartTable .tableContent .imgWrapper .default {
    visibility: visible;
    opacity: 1
}

.baseWrapper .chartWrapper .chartTable .tableContent .imgWrapper .active {
    visibility: hidden;
    opacity: 0
}
.baseWrapper .chartWrapper .chartTable .tableContent table tbody tr:hover .imgWrapper .default {
    visibility: hidden;
    opacity: 0
}

.baseWrapper .chartWrapper .chartTable .tableContent table tbody tr:hover .imgWrapper .active {
    visibility: visible;
    opacity: 1
}
.baseWrapper .chartWrapper .chartTable .tableContent .mark {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.baseWrapper .chartWrapper .chartTable .tableContent .rateContent {
    display: flex;
    align-items: baseline;
}
.baseWrapper .chartWrapper .chartTable .tableContent table tbody tr:hover {
    background: #fff6f4;
}
.baseWrapper .chartWrapper .chartTable .tableContent table tbody tr:hover .item1 .text {
    color: #fd4c60;
}
.baseWrapper .chartWrapper .chartTable .tableContent table tbody .no-hover:hover {
    background: transparent
}

.baseWrapper .chartWrapper .chartTable .tableContent table tbody .top-tr {
    height: 32px
}

.baseWrapper .chartWrapper .chartTable .tableContent .back-content {
    position: relative;
    height: 30px
}

.baseWrapper .chartWrapper .chartTable .tableContent .back-content:after {
    content: "";
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f5f5f5;
}

.baseWrapper .chartWrapper .chartTable .tableContent .back-content .back-btn {
    cursor: pointer;
    transition: all .2s;
}

.baseWrapper .chartWrapper .chartTable .tableContent .back-content .back-btn:hover {
    color: #fd4c60;
}
.baseWrapper .chartWrapper .chartTable .tableContent .sub-col-1 {
    width: 230px;
    padding-left: 40px;
    text-align: left;
}

.baseWrapper .chartWrapper .chartTable .tableContent .sub-col-1.row {
    padding-left: 20px;
}

.baseWrapper .chartWrapper .chartTable .tableContent .sub-col-1 .rank-num {
    width: 15px;
    flex: 0 0 auto;
}

.baseWrapper .chartWrapper .chartTable .tableContent .sub-col-2 {
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.common-icon-status-wrapper .img-wrapper {
    position: relative;
    margin-right: 6px;
}

.common-icon-status-wrapper .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.2s;
}

.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;
}
.baseWrapper .chartWrapper .chartTable .tableContent table tbody tr.tableItemHover {
    background: #fff6f4;
}
.baseWrapper .chartWrapper .chartTable .tableContent table tbody tr.tableItemHover .item1 .text {
    color: #fd4c60;
}
.baseWrapper .emptyContent {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.baseWrapper .emptyContent img {
    width: 116px;
    height: 117px;
}
.normalWrapper .catWrapper {
    font-size: 14px;
}
.normalWrapper .catWrapper label {
    font-size: 14px;
    color: #999;
}
.normalWrapper .catWrapper .catItem {
    margin: 0 10px 5px 0;
    padding: 2px 10px;
    color: #666;
    border-radius: 12px;
    font-size: 12px;
    outline: none;
    background-color: #fafafb;
}
.normalWrapper .catWrapper .catItem.active {
    color: #fd4c60;
    font-weight: 500;
    background-color: #fff3f0;
}
.listWrapper table {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.listWrapper table thead {
    background: #e7ecf1;
}
.listWrapper table thead th {
    padding: 8px 0;
    color: #828e9a;
    font-weight: 400;
}
.listWrapper table tbody tr:nth-child(2n) {
    background-color: #fbfbfb;
}
.listWrapper table tbody tr:hover {
    background-color: #fff8f5;
}
.listWrapper table tbody td {
    padding: 10px 0;
    color: #333;
    height: 80px;
    font-size: 14px;
    text-align: center;
}
.authorWrapper .authorOverview {
    border-bottom: 1px solid #f5f5f5;
}
.authorWrapper .authorOverview .overviewList {
    display: grid;
    grid-template-columns: repeat(7, auto);
    gap: 10px;
}
.authorWrapper .authorOverview .overviewList .value {
    font-size: 22px;
    font-family: CDSHT-Regular, CDSHT;
    font-weight: 400;
    color: #333;
    line-height: 100%;
}
.authorWrapper .authorList table tbody td .imgWrapper {
    position: relative;
    width: 35px;
    height: 35px;
}
.authorWrapper .authorList table tbody td .imgWrapper .authorPic {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.authorWrapper .authorList .pageWrapper {
    height: 47px;
}
.listWrapper .sortItem.active .thText {
    color: #fd4c60;
    font-weight: 700;
}
.listWrapper .sortItem.active .sortIcon path {
    fill: #fd4c60;
}
.listWrapper .sortItem.active.asc .sortIcon {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.listEmpty .emptyContent {
    width: 300px;
    margin: 0 auto;
}
.listEmpty .emptyContent .img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
.listEmpty .emptyContent .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.listEmpty .emptyContent .text {
    margin-top: 4px;
    color: #999;
    font-size: 14px;
}
.exportWrapper .exportBtn {
    cursor: pointer;
    width: 92px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fd4c60;
    color: #fd4c60;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hoverSelectPopover.el-popper {
    min-width: 120px !important;
    padding: 10px 4px;
    background: #fff;
    box-shadow: 0 3px 20px 0 hsla(0, 0%, 45.1%, 0.1);
    border: none;
    border-radius: 4px;
}
.hoverSelectPopover.el-popper .selectWrapper .list {
    max-height: 250px;
    overflow-y: auto;
}
.hoverSelectPopover.el-popper .selectWrapper .list .item {
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
    cursor: pointer;
}
.hoverSelectPopover.el-popper .selectWrapper .list .item:hover {
    color: #fd4c60;
    background: #fff3ef;
    border-radius: 4px;
}
.hoverSelectPopover.el-popper .selectWrapper .list .item.active {
    color: #fd4c60;
    font-weight: 500;
}
.selectedWrapper {
    border-top: 1px solid #f5f5f5;
}
.selectedWrapper .selectedItem {
    height: 28px;
    line-height: 28px;
    background: #f5f7f9;
    color: #666;
    font-size: 12px;
    padding-left: 6px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 0;
}
.selectedWrapper .selectedItem .text {
    max-width: 266px;
    height: 28px;
    line-height: 28px;
}
.selectedWrapper .selectedItem .removeIcon {
    height: 28px;
}
.selectedWrapper .selectedItem .removeIcon .icon {
    margin-left: 5px;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url(https://qmm.daduoduo.com/AdminImageUpload/2022101394428724_ORIGIN_2MTN.jpg) no-repeat;
    background-size: 80% 80%;
    background-position: 50%;
}
.promotionWrapper .promotionList .imgWrapper {
    position: relative;
    width: 48px;
    height: 48px;
}
.promotionWrapper .promotionList .imgWrapper .promotionPic {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.promotionWrapper .promotionList .imgWrapper .hoverImg {
    display: none;
    position: absolute;
    top: 55px;
    left: -15px;
    width: 75px;
    height: 75px;
    background: #fff;
    box-shadow: 0 0 10px 0 hsla(0,0%,78%,.5);
    border-radius: 4px;
    z-index: 5;
}
.promotionWrapper .promotionList .imgWrapper:hover .hoverImg {
    display: flex;
}
.promotionWrapper .promotionList .promotionDetailIcon {
    display:block;
    width:22px;
    height:22px;
    margin:0 auto;
    background:url(http://qmm.daduoduo.com/AdminImageUpload/2023/3/8/1058495shop_ORIGIN_0EzN.png) 0 0 no-repeat;
    background-size:100% 100%
}

.liveWrapper .liveList table {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.liveWrapper .liveList table thead {
    background: #e7ecf1;
}
.liveWrapper .liveList table thead th {
    padding: 8px 0;
    color: #828e9a;
    font-weight: 400;
}
.liveWrapper .liveList table tbody tr td {
    padding: 15px 0;
    color: #333;
}
.liveWrapper .liveList table tbody tr td .imgWrapper {
    position: relative;
    width: 38px;
    height: 50px;
}
.liveWrapper .liveList table tbody tr td .imgWrapper img {
    display: block;
    width: 38px;
    height: 52px;
    border-radius: 4px;
}
.liveWrapper .liveList table tbody tr td .authorImgWrapper {
    position: relative;
    background-color: #fff;
    border-radius: 35px;
    width: 35px;
    height: 35px;
}
.liveWrapper .liveList table tbody tr td .authorImgWrapper img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.awemeWrapper .awemeList table thead {
    background: #e7ecf1;
}
.awemeWrapper .awemeList table thead th {
    padding: 8px 0;
    color: #828e9a;
    font-weight: 400;
}
.awemeWrapper .awemeList table tbody tr td {
    padding: 15px 0;
    color: #333;
}
.awemeWrapper .awemeList table tbody tr td .imgWrapper {
    position: relative;
    width: 38px;
    height: 50px;
}
.awemeWrapper .awemeList table tbody tr td .imgWrapper img {
    display: block;
    width: 38px;
    height: 52px;
    border-radius: 4px;
}
.awemeWrapper .awemeList table tbody tr td .authorImgWrapper {
    position: relative;
    background-color: #fff;
    border-radius: 35px;
    width: 35px;
    height: 35px;
}
.awemeWrapper .awemeList table tbody tr td .authorImgWrapper img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.shopWrapper .shopList .imgWrapper {
    position: relative;
    width: 48px;
    height: 48px;
}
.shopWrapper .shopList .imgWrapper .shopPic {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.shopWrapper .shopList .imgWrapper .hoverImg {
    display: none;
    position: absolute;
    top: 55px;
    left: -15px;
    width: 75px;
    height: 75px;
    background: #fff;
    box-shadow: 0 0 10px 0 hsla(0,0%,78%,.5);
    border-radius: 4px;
    z-index: 5;
}
.shopWrapper .shopList .imgWrapper:hover .hoverImg {
    display: flex;
}

.fansWrapper .navTitle {
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fansWrapper .navTitle .text {
    position: relative;
    color: #666;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    margin-right: 32px;
    cursor: pointer;
}
.fansWrapper .navTitle .text.active {
    color: #fd4c60;
    font-size: 14px;
    font-weight: 500;
    font-family: PingFangSC-Medium, PingFang SC;
}
.fansWrapper .navTitle .text.active::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fd4c60;
}
.fansWrapper .navTitle .text:last-child {
    margin-right: 0;
}
.shopRelativeAuthorModal .tip-svg:hover path {
 fill:#fd4c60
}
.shopRelativeAuthorModal .el-dialog {
 border-radius:4px
}
.shopRelativeAuthorModal .el-dialog__header {
 display:none
}
.shopRelativeAuthorModal .el-dialog__body {
 padding:0
}
.shopRelativeAuthorModal .el-dialog__body .label-box {
 min-width:36px;
 height:16px;
 line-height:16px;
 color:#ff6d01;
 background:#fff0e4;
 border-radius:2px;
 font-size:12px
}
.shopRelativeAuthorModal .el-dialog__body .reputation-box {
 height:16px;
 line-height:16px;
 color:#333;
 background:#fff0e4;
 border-radius:2px;
 font-size:12px
}
.shopRelativeAuthorModal .el-dialog__body .list-box {
 height:416px;
 padding:0 20px 10px;
 overflow-y:scroll
}
.shopRelativeAuthorModal .el-dialog__body .list-box .item {
 margin-bottom:40px
}
.shopRelativeAuthorModal .el-dialog__body .list-box .item:last-child {
 margin-bottom:0
}
.shopRelativeAuthorModal .el-dialog__body .list-box .img-box {
 position:relative;
 width:30px;
 height:30px
}
.shopRelativeAuthorModal .el-dialog__body .list-box .img-box .img-bg {
 display:block
}
.shopRelativeAuthorModal .el-dialog__body .table-box table {
 width:100%;
 text-align:center;
 font-size:14px
}
.shopRelativeAuthorModal .el-dialog__body .table-box table thead {
 background:#e7ecf1
}
.shopRelativeAuthorModal .el-dialog__body .table-box table thead th {
 padding:8px 0;
 color:#828e9a;
 font-weight:400;
 font-size:13px
}
.shopRelativeAuthorModal .el-dialog__body .table-box table tbody tr:nth-child(2n) {
 background-color:#fbfbfb
}
.shopRelativeAuthorModal .el-dialog__body .table-box table tbody tr:hover {
 background-color:#fff8f5
}
.shopRelativeAuthorModal .el-dialog__body .table-box table tbody td {
 padding:12px 0;
 color:#333
}
.shopRelativeAuthorModal .el-dialog__body .table-box table tbody td .img-box {
 position:relative;
 width:30px;
 height:30px
}
.shopRelativeAuthorModal .el-dialog__body .table-box table tbody td .img-box .img-bg {
 display:block;
 width:30px;
 height:100%;
 border-radius:4px
}
.shopRelativeAuthorModal .el-dialog__body .table-box table tbody td .img-box .deletAready {
 display:block;
 width:30px;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 margin:auto
}
.shopRelativeAuthorModal .el-dialog__body .table-empty-box .empty-img {
 width:170px;
 margin:0 auto
}
.shopRelativeAuthorModal .el-dialog__body .table-empty-box .empty-img img {
 display:block;
 width:170px;
 height:170px
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .author-list {
 height:55px
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .author-list .list {
 width:25%;
 position:relative;
 background:#fff
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .author-list .list.active .name {
 color:#fd4c60;
 font-weight:600
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .author-list .list.active:before {
 content:"";
 position:absolute;
 left:30px;
 bottom:0;
 display:block;
 width:34px;
 height:4px;
 background:#fd4c60;
 border-radius:2px
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .author-list .img-box {
 width:36px;
 height:36px;
 background:#fff;
 border-radius:36px
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .author-list .img-box img {
 display:block;
 width:36px;
 height:36px;
 border-radius:36px;
 -o-object-fit:cover;
 object-fit:cover
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .author-list .img-box .img-bg {
 width:70px;
 height:70px;
 background:url(https://qmm.daduoduo.com/AdminImageUpload/20221013104317614_ORIGIN_1ATO.jpg);
 background-position:center 0;
 background-repeat:no-repeat;
 background-size:cover;
 border-radius:70px;
 overflow:hidden
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .author-list:last-child {
 position:relative;
 z-index:6
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .button-prev {
 position:absolute;
 top:50%;
 left:20px;
 width:6px;
 height:10px;
 background:url(https://qmm.daduoduo.com/AdminImageUpload/20221013104329920_ORIGIN_ygjM.jpg) 0 0 no-repeat;
 background-size:100% 100%;
 cursor:pointer
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .button-prev:focus {
 outline:none
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .button-next {
 position:absolute;
 top:50%;
 right:20px;
 width:6px;
 height:10px;
 background:url(https://qmm.daduoduo.com/AdminImageUpload/20221013104346327_ORIGIN_yczM.jpg) 0 0 no-repeat;
 background-size:100% 100%;
 cursor:pointer
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .button-next:focus {
 outline:none
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .el-carousel__indicator--horizontal {
 bottom:-10px;
 padding-left:10px;
 padding-right:10px
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .side {
 position:absolute;
 top:10px;
 width:62px;
 height:370px;
 border-radius:12px 0 0 12px;
 z-index:5
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .side.side-left {
 left:0;
 background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff)
}
.shopRelativeAuthorModal .el-dialog__body .tab-box .side.side-right {
 right:0;
 background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0))
}

.baseWrapper .chartWrapper.needThree .chartTable .tableContent .item1 {
    width: 110px;
    padding-left: 30px;
    text-align: left;
}
.baseWrapper .chartWrapper.needThree .chartTable .tableContent .item2 {
    width: 70px;
    text-align: right;
}
.baseWrapper .chartWrapper.needThree .chartTable .tableContent .item3 {
    width: 110px;
    text-align: right;
}
</pre></body></html>