/**
**弹窗自定义样式
 */
.font-12 {
    font-size: 12px !important;
}

.font-size-10px {
    font-size: 10px !important;
}

.self-modal {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0 !important;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
}

.self-modal .modal-content {
    max-height: 100%;
}

.self-modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 70%;
    border-radius: 0;
}

.open {
    z-index: 1999 !important;
    display: block;
    opacity: 1 !important;
    bottom: 0 !important;
}

/**
*弹窗自定义样式
 */

/*图表自定义样式 */
.my-tooltip {
    min-width: 240px;
}

.my-tooltip .my-tooltip-mark1 {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px !important;
}

.my-tooltip .my-tooltip-mark2 {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px !important;
}

.my-tooltip .my-tooltip-value {
    float: right;
    display: inline-block;
    padding-right: 5px;
}

.tooltip-long-title .my-tooltip {
    width: 100%;
}

/* 查竞品 */
.order-span-active {
    opacity: inherit !important;
    color: #fb8c1e;
}

#suggestions-content {
    border-right: 1px solid #eff1f4;
    border-bottom: 1px solid #eff1f4;
    border-left: 1px solid #eff1f4;
    background-color: #ffffff;
    display: none;
    position: absolute;
    z-index: 999;
    left: 107px;
    top: 45px;
}

#suggestions-content .suggest-item,
.suggestions-nodesList-box .suggest-item {
    color: #2A2B2C;
    font-size: 13px;
    font-family: PingFang-SC-Medium;
    display: block;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
}

#suggestions-content .suggest-item:hover,
.suggestions-nodesList-box .suggest-item:hover {
    background-color: #F6F6F8;
}

#suggestions-content .suggest-item:focus,
.suggestions-nodesList-box .suggest-item:focus {
    background-color: #F6F6F8;
}

#suggestions-content .item,
.suggestions-nodesList-box .item {
    display: inline-block;
    float: left;
    padding-left: 10px;
    width: available;
}

.vertical-align-1px {
    vertical-align: -1px;
}

.vertical-align-plus1px {
    vertical-align: 1px;
}

.vertical-align-2px {
    vertical-align: -2px;
}

.vertical-align-3px {
    vertical-align: -3px;
}

#suggestions-content .searches,
.suggestions-nodesList-box .searches {
    font-weight: 500;
    color: #9FA3A8;
    display: inline-block;
    float: right;
    padding-right: 14px;
}

/* 选市场-市场分析: ECharts图表高度 */
.market-chart {
    height: 400px;
}

.item-border-dotted1,
.item-border-dotted-gray {
    color: #86898c !important;
    border-bottom: 1px #86898c dashed;
}

.item-border-dotted-gray {
    border-color: #9FA3A8 !important;
    color: #9FA3A8 !important;
}

.curp {
    cursor: pointer !important;
}

.item-border-dotted1:hover,
.item-border-dotted-gray:hover,
.underline-popele:hover {
    border-color: #fb8c1e !important;
    color: #fb8c1e !important;
}

.item-text-piechart {
    color: #86898c;
}

.item-text-piechart:hover,
.item-text-black:hover {
    color: #fb8c1e;
}

.item-text-black {
    color: #2A2B2C;
}

.underline-popele {
    color: #2A2B2C;
    border-bottom: 1px dashed #9FA3A8;
}

/*
 * 选市场通用图表tooltip自定义样式
 * 品牌集中度、卖家集中度、上架时间分布、上架趋势分布、评论数分布、评分值分布、价格分布
 */
.market-tooltip {
    width: 100%;
    min-width: 220px;
    border-collapse: collapse;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-tooltip-small {
    width: 180px;
}

.market-tooltip-small-tipsEN {
    width: 384px !important;
}

.market-tooltip-small-tips {
    width: 286px !important;
}

.market-tooltip tr td:nth-child(1) {
    text-align: left;
}

.market-tooltip tr td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tooltip-long-title {
    width: auto;
    min-width: 380px;
}

.tooltip-long-title .keyword-span {
    word-wrap: break-word;
    display: inline-block;
    max-width: 70%;
    white-space: pre-wrap;
    vertical-align: middle;
}

.disabled-video-icon {
    color: #D2D5D8 !important;
}

.prompt-empty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #9FA3A8;
}

.prompt-empty .upgrade-member,
.upgrade-tourists-member {
    border-bottom: 1px #fb8c1e solid;
    position: relative;
    top: -1px;
}

.prompt-empty .link {
    color: #FB8C1E;
    border-bottom: 1px #FB8C1E dashed;
}

.line-text-public {
    height: 13px;
    overflow: hidden;
    display: inline-block;
    vertical-align: baseline;
    color: rgba(255, 255, 255, 0.5);
}

/* 卖家类型分布 */

/*.charts-wrapper{*/
/*display: flex;*/
/*flex-direction: row;*/
/*flex-wrap: nowrap;*/
/*}*/
.ma-body-bg {
    background: #F6F6F8;
}

.video-icon {
    color: #F16B48;
    cursor: pointer;
}

.month-name-1 {
    border-color: #DBDCE1;
    color: #707376;
    height: 31px;
    padding: .357rem .571rem;
    background-color: white;
}

.market-research-collection-right {
    /* position: absolute;
    right: 40px;
    top: 0; */
    border-bottom: 2px solid transparent;
}

.market-research-collected-right {
    /* position: absolute;
    right: 40px;
    top: 0; */
    border-bottom: 2px solid transparent;
}

.market-research-share-right {
    position: absolute;
    right: 20px;
    top: 0;
    border-bottom: 2px solid transparent;
}

.market-research-download-right {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 2px solid transparent;
}

.market-name {
    /* width: 20%; */
    height: 32px;
    /* margin-left: 40%; */
    text-align: center;
    vertical-align: middle;
}

.market-name-font {
    color: #CCD1D6;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
}

.item-text-right {
    text-align: right;
}

.item-lable-span {
    min-width: 99px;
    text-align: right;
}

.item-group-btns {
    margin-left: auto;
}

.filter-span-item {
    min-width: 105px;
    text-align: right;
}

.filter-span-item-en {
    min-width: 117px;
    text-align: right;
}

.item-inputs-sm {
    width: 90px !important;
    text-align: center;
}

.item-select-sm,
.item-select-sm option {
    color: #505355;
    width: 201px;
}

.tr-color-bg {
    background-color: #FAFAFB;
    color: #7B7E81;
}

.modal-chart {
    width: 100%;
    min-height: 30rem;
}

.item-popup-header {
    border-bottom: 1px solid #eff1f4 !important;
    padding: 0 2rem 0 5rem !important;
}

/* 利润计算器 */
.mr-hf3 {
    margin-right: 1.35rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pt-zero23 {
    padding-top: .23rem !important;
}

.mt-zero23 {
    margin-top: .23rem !important;
}

.mt-zero12 {
    margin-top: .12rem !important;
}

/* 更多选品 */
.gutters-filter-other .model-preset-other,
.gutters-filter-other .icon-more-unfold,
.gutters-filter-other.is_active .icon-more3 {
    display: none !important;
}

.gutters-filter-other.is_active .model-preset-other,
.gutters-filter-other.is_active .icon-more-unfold,
.gutters-filter-other .icon-more3 {
    display: inline-block !important;
}

.gutters-filter-other-date .icon-more-unfold,
.gutters-filter-other-date.is_active .icon-more3 {
    display: none !important;
}

.gutters-filter-other-date.is_active .icon-more-unfold,
.gutters-filter-other-date .icon-more3 {
    display: inline-block !important;
}

.gutters-filter-other-date .gutters-date-more {
    /* max-width: 88%; */
}

.gutters-filter-other-date.is_active .gutters-date-more {
    /* max-width: 88%; */
}

.preset-more-icon {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #B8BCC2;
    margin-right: 2rem !important;
}

.preset-more-icon .iconfont {
    margin-left: 2px;
}

.cursor-pointer-customer {
    cursor: pointer !important;
}

@media screen and (max-width: 767px) {
    .item-text-right {
        text-align: left;
    }

    .item-group-btns {
        margin: 0.4rem 0 0;
    }

    .range {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .max-992-size {
        max-width: 59px;
        word-break: break-all;
    }

    .item-lable-span {
        max-width: 54px;
        white-space: normal !important;
        min-width: 54px;
    }

    .preset-more-icon {
        margin-right: 0 !important;
    }

    .pr-xsm-0 {
        padding-right: 0 !important;
    }
}

/* radio 自定义 */
.custom-radio-nopading {
    padding-left: 1.2rem;
}

.custom-radio-nopading .custom-control-label {
    font-size: 12px;
}

.custom-radio-nopading .custom-control-label:after,
.custom-radio-nopading .custom-control-label:before {
    left: -1.2rem;
    top: .22rem;
}

.label-style-custom .custom-control-label:after,
.label-style-custom .custom-control-label:before {
    left: -1.2rem;
    top: 0.23rem;
}

.label-style-custom .custom-control-label:after {
    background-position: 52.5% 52.5%;
}

/* weight */
.bg-line-weight {
    display: block;
    width: 4px;
    height: 14px;
    background: #E0E3E6;
    margin-right: 3px;
}

.bg-line-weight.bg-green {
    background-color: #70D08E;
}

.underline-orange-links {
    font-size: 13px;
    font-weight: 500;
    color: #FB8C1E;
}

.underline-orange-links,
.underline-orange-links:hover {
    text-decoration: underline;
}

.show-filter-box {
    font-size: 14px;
    font-weight: 600;
    color: #FB8C1E;
    display: inline-block;
}

.show-filter-box i {
    font-size: 12px;
    margin-left: .5rem;
    transform: scale(0.65)
}

/* add refresh */
.recover-refresh-sync img,
.recover-refresh-sync.is_refresh .text-primary {
    display: none;
}

.recover-refresh-sync.is_refresh img {
    display: block;
}

.refresh-icon-box {
    color: #FA8B1D;
    border: 1px #FA8B1D solid;
    width: 21px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 1px;
}

.refresh-icon-box i.icon-recover {
    display: block;
    width: 20px;
    margin-top: 2px;
}

.refresh-icon-box.is_refresh {
    background: url(../../../assets-frontend/images/market-research-loading.gif) no-repeat center;
    background-size: 14px;
}

/* tracking echart */
.trend-dialog {
    width: 1000px;
    max-width: 1000px;
    height: 574px;
    top: 50%;
    margin-top: -288px;
}

.trend-dialog .modal-content {
    border-radius: 0;
}

.trend-dialog .modal-header {
    min-height: 60px;
    border-bottom: 1px #EFF1F4 solid;

}

.trend-dialog .modal-header h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #505355;
}

.trend-dialog .icon-close-icon {
    color: #A6AAB3;
    font-size: 14px;
}

.trend-dialog .checkbox-switch {
    margin-right: 14px !important;
}

.tracking-header {
    padding: 15px 13px 16px 10px !important;
}

.tracking-trend-pr0 {
    padding: 0 0 15px 0 !important;
}

.trend-dialog .keyword-des-gray {
    margin-top: 21px;
}

.copy-keywords-words {
    display: none;
}

.sub-trend-info {
    min-width: 1500px;
}

.chart-tip {
    position: absolute;
    right: -11.4%;
    bottom: 10%;
}

@media screen and (max-width: 1280px) {
    .sub-trend-info {
        min-width: 1200px;
    }

    .chart-tip {
        right: 1.8%;
    }
}

@media screen and (max-width: 1360px) {
    .sub-trend-info {
        min-width: 1300px;
    }

    .chart-tip {
        right: 2.4%;
    }
}

.font-size-19 {
    font-size: 19px !important;
}

.brand-r {
    font-size: 14px !important;
    vertical-align: -1px;
}

/* 弹出层样式 */
.pop-data-p {
    font-weight: 500;
    font-size: 13px !important;
    color: rgb(159, 163, 168) !important;
    float: left !important;
}

.pop-data-s {
    font-weight: 500;
    font-size: 13px !important;
    margin-right: 24px !important;
    color: rgb(251, 140, 30) !important;
}

/* 保存自定义模式 */
.save-choose-mode {
    position: absolute;
    right: 14px;
}

.research-choose-mode {
    font-size: 13px;
    border-radius: 2px;
}

.tips-help-video {
    text-align: center;
}

.custom-research-box {
    min-width: 576px;
    padding-right: 0 !important;
}

.custom-research-box .modal-content {
    border-radius: 0 !important;
}

.custom-departent-box {
    max-width: 576px;
    max-height: 285px;
    min-height: 285px;
}

.custom-research-box .modal-dialog {
    max-width: 577px;
    top: 24%;
}

.custom-research-box .modal-body {
    padding: 14px 0 !important;
}

.title-box {
    color: #2A2B2C;
    font-size: 18px;
    font-weight: 600;
}

.custom-research-box .fa-times {
    font-size: 20px;
    font-weight: lighter;
}

.custom-research-box tr:not(.nodata-tr):not(.no-data-loading) td>div {
    border-bottom: 1px #EFF1F4 solid;
    height: 44px;
}

.custom-research-box .bg-lighter {
    background-color: #FAFAFB;
}

.item-no-data {
    min-height: 200px;
    font-size: 13px;
    font-weight: 500;
    color: #86898C;
}

.caname-item-choose {
    width: 180px;
    height: 30px;
    border-radius: 2px;
    padding: 0 3px;
    color: #2A2B2C;
    line-height: 30px;
}

.caname-item-choose::placeholder {
    color: #9fa3a8;
}

.caname-item-choose:disabled {
    background: none;
}

.caname-item-choose.is-show-choose {
    border-color: transparent;
}

.choosemode-edite a.link-muted.lighter {
    color: #D4D7DD;
}

.choosemode-edite a.link-muted.lighter:hover {
    color: #fb8c1e;
}

.no-data-loading div {
    min-height: 150px;
    line-height: 140px;
}

.choosemode-edite,
.choosemode-save,
.choosemode-save.isactive .btn-choosemode-save,
.choosemode-save .btn-choosemode-delete {
    display: none;
}

.choosemode-save .btn,
.choosemode-edite .btn {
    border-radius: 2px;
}

.quick-accessto {
    background: #FFA043;
    border-color: #FFA043;
}

.choosemode-save.isactive .btn-choosemode-delete,
.choosemode-save .btn-choosemode-save {
    display: inline-block;
}

.multiple-reverse-box .u-avatar {
    width: 50px;
    height: 50px;
}

.multiple-reverse-box .pop-url-imgs {
    top: 0;
    left: 60px;
}

.multiple-reverse-box:nth-child(4) .pop-url-imgs,
.multiple-reverse-box:nth-child(5) .pop-url-imgs {
    right: 60px;
    left: auto;
}

.color-light-gray {
    color: #9FA3A8;
}

.flex-multiple-reverse .media-body {
    width: 300px;
    font-weight: 550;
}

/* 动态加载 */
.live-stat-infor {
    margin: 0 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}

.item-summary-stat {
    padding: 0 10px;
}

.summary-stat-content {
    margin: 6px 0;
}

.summary-stat-content b {
    display: inline-block;
    vertical-align: -9px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    max-width: 80%;
}

.summary-stat-end p {
    color: rgba(255, 255, 255, .7);
}

.transform-scale-9 {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.label-color-filter {
    width: 22px;
    height: 16px;
    border-radius: 2px;
    border: 1px #F0F0EF solid;
    cursor: pointer;
}

.label-color-filter.isActive {
    border-color: #FF9300;
}

.filters-live-box {
    font-size: 13px;
    color: #86898C;
    font-weight: 400;
}

.filters-title-question {
    width: 70px;
}

.flex-customer-1 {
    flex: 1 !important;
    -webkit-flex: 1 !important;
    -ms-flex: 1 !important;
}

.filters-title-question .text {
    display: inline-block;
    max-width: 64%;
    word-break: break-word;
    vertical-align: top;
}

.flex-wrap-custom {
    flex-wrap: wrap;
}

/* 卖家所属地样式 */
.pop-tooltip {
    min-width: 120px;
    min-height: 30px;
    line-height: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5px;
}

.pop-tooltip i,
.pop-tooltip span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.pop-tooltip span.ml-2 {
    flex-grow: 3;
}

.pop-tooltip i {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.department-more-content {
    position: relative;
    color: #B8BCC2;
    font-size: 13px;
    cursor: pointer;
    min-width: 55px;
}

.more-department-content {
    position: absolute;
    top: 28px;
    right: 0;
    border-radius: 2px;
    min-width: 558px;
    height: 250px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 7px 0px rgba(183, 188, 193, 0.15);
    border: 1px solid rgba(240, 242, 245, 1);
    z-index: 99;
    display: none;
}

.more-department-box {
    flex-wrap: wrap;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto;
    max-height: 200px;
    padding: 0 20px;
    margin: 27px 0 20px;
}

.department-more-content.is_active .more-department-content {
    display: block;
}

.department-more-content.is_active .icon-more3,
.department-more-content.is_active .icon-more-unfold {
    display: inline-block;
}

.department-more-content.is_active .icon-more3,
.department-more-content .icon-more-unfold {
    display: none;
}

.more-department-box .item-departments-parents {
    width: 50%;
    font-size: 13px;
    color: #86898C;
}

.item-outside-department {
    cursor: pointer;
    font-size: 13px;
}

.item-outside-department:hover {
    background-color: #fb8c1e;
    color: #fff;
}

.department-more-content .arrow,
.choice-live-search-box .arrow {
    background: url(/assets-v2/img/department-more.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 10px;
}

.department-more-content .arrow {
    top: -9px;
    right: 8px;
}

.choice-live-search-box .arrow {
    top: 32px;
    right: 50%;
    margin-right: -7px;
    display: none;
}

.outside-department-box {
    overflow: hidden;
    height: 20px;
}

.outside-department-box .active {
    background-color: #fb8c1e;
    color: #fff;
}

.border-bottom-black {
    border-bottom: 1px #EFF1F4 solid;
}

.choice-live-search-box a {
    font-size: 13px;
    color: #7B7E81;
    position: relative;
}

.choice-live-search-box a.is_active,
.choice-live-search-box a:hover {
    color: #FB8C1E;
}

.choice-live-search-box a.is_active .arrow {
    display: block;
}

.item-prompt-loading {
    display: none;
}

.item-prompt-loading.is_show {
    display: block;
}

.loading-await {
    min-height: 220px;
    background-position: center 29%;
    background-size: 32px;
    align-items: center;
    justify-content: center;
}

.no-min-height .col-12,
.no-min-height .col-md-12 {
    min-height: 0 !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.color-white {
    color: #fff !important;
}

.link-green {
    border-bottom: 2px solid transparent;
}

.link-green strong,
.link-green.act strong {
    color: #89C769;
}

.link-green:hover strong {
    color: #75C04E;
}

.link-green.act:after {
    border-bottom-color: #75C04E !important;
}

/* 本地显示中文节点 */
.show-nodeIdPath-chiness .locale-laguage-nodes,
.show-nodeIdPath-chiness.is_active .chiness-laguage-nodes {
    display: inline-block;
}

.chiness-laguage-nodes,
.show-nodeIdPath-chiness.is_active .locale-laguage-nodes {
    display: none;
}

.select-item-custorm-defalut {
    height: 35.4px;
    border-radius: 4px;
    border: 1px solid #e6e8ec;
    color: #93989C;
    padding: 7px 4px;
    min-width: 88px;
}

.data-picker-customer {
    height: 35.48px;
    color: #505355;
    font-size: 13px;
    max-width: 272px;
}

.data-picker-customer input {
    border: none;
    width: 86px;
    color: #505355;
    font-size: 13px;
    background: none;
}

.data-picker-customer input::placeholder {
    color: #BFC2C7;
}

.d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.item-line-group::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 13px;
    height: 16px;
    color: #D8DADF;
}

/* 虚dom */
.imitationDom {
    display: flex;
    overflow-x: auto;
    padding-right: 100px;
    overflow-y: hidden;
    height: 10px;
}

.imitationDom::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.imitationDom::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #E4E6E9;
}

.imitationDom:hover::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: rgba(159, 163, 168, 0.5);
}

.imitationDom::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: transparent;
}

.imitationParent {
    overflow: hidden;
}

.prodution-width-249 {
    width: 259px;
}

.prodution-width-283,
.prodution-width-284,
.prodution-width-286 {
    width: 282px;
    margin-left: 15px;
}

.prodution-width-284,
.prodution-width-286 {
    width: 284px;
}
.prodution-width-298{
   width: 298px;
}
@media screen and (max-width: 750px) {
    .trend-dialog {
        width: auto;
        max-width: auto;
    }

    .outside-department-box {
        height: auto;
    }

    .item-outside-department {
        margin-bottom: 4px;
    }

    .d-lg-flex {
        display: block !important;
    }

    .mobile-min-250 {
        max-width: 249px;
    }

    .btn-quarter,
    .btn-station {
        padding-left: 0 !important;
        padding-right: .25rem !important;
    }

    .btn-station {
        padding-left: .25rem !important;
    }

    .show-filter-box {
        margin-top: 1rem;
    }

    .prodution-width-249 {
        width: 201px;
    }

    .prodution-width-283,
    .prodution-width-284 {
        width: 201px;
        margin-left: 0;
    }

    .flex-wrap-wrap-mobile {
        flex-wrap: wrap;
    }
}

.item-height-32 input {
    height: 32px !important;
    border-color: #E6E8EC;
}

.item-height-32 input::placeholder {
    color: #BFC2C7;
}

.item-height-32 .btn {
    height: 32px !important;
    width: 34px;
    padding: 0 !important;
}

.order-field-tranking {
    cursor: pointer;
}

.order-field-tranking .fa-angle-down,
.order-field-tranking .fa-angle-up,
.order-field-tranking.isActiveup .fa-angle-down,
.order-field-tranking.isActiveup:hover .fa-angle-down {
    visibility: hidden;
}

.field-angle-downup {
    margin-left: 5px;
}

.field-angle-downup:hover .fa {
    color: #fb8c1e;
}

.order-field-tranking:hover .fa-angle-down,
.order-field-tranking.isActivedown .fa-angle-down,
.order-field-tranking.isActiveup .fa-angle-up {
    visibility: visible;
}

.order-field-tranking.isActivedown .fa-angle-down,
.order-field-tranking.isActiveup .fa-angle-up,
.order-field-tranking.isActivedown,
.order-field-tranking.isActiveup {
    color: #fb8c1e;
}

.pointerIpoint {
    cursor: pointer !important;
}

.field-angle-downup {
    position: relative;
    width: 10px;
    height: 10px;
}

.field-angle-downup .fa {
    position: absolute;
}

.dimension-custorm-css,
.sellerNation-custorm-css {
    position: relative;
    cursor: pointer;
}

.lable-dimensionTypes,
.lable-sellerNation {
    display: inline-block;
    overflow: hidden;
    height: 22px;
    z-index: 2;
    position: relative;
    width: 100%;
    padding-right: 5px;
    color: #707376;
}

.select-dimensionTypes,
.select-sellerNation {
    border: none;
    position: absolute;
    right: -1px;
    top: 6px;
    background: none;
    color: #707376;
    opacity: 1;
}
#reverse-conversion .reverse-lable-text{
    color: #b1b4b8 !important;
}
.reverse-select-sellerNation{
    right: 3px;
    top:9px
}
.dimension-custorm-css.active .dimension-Objbox,
.sellerNation-custorm-css.active .sellerNation-Objbox {
    display: block;
}

.dimension-Objbox,
.sellerNation-Objbox {
    display: none;
    position: absolute;
    right: -1px;
    top: 34px;
    width: 200px;
    min-height: 196px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 7px 0px rgba(183, 188, 193, 0.15);
    border-radius: 4px;
    border: 1px solid rgba(230, 232, 236, 1);
    z-index: 9;
    padding: 20px 10px 20px 15px;
    color: #1e2334;
}
.reverse-sellerNation-Objbox{
    top:39px;
    left: 50%;
    transform: translateX(-50%);
}
.dimension-Objbox .scroll-show-dimension {
    max-height: 102px;
    overflow-y: auto;
}

.sellerNation-Objbox .scroll-show-dimension {
    max-height: 168px;
    overflow-y: auto;
}

.dimension-type {
    border-color: #DBDCE1 !important;
}
.reverse-dimension-type {
    border-color: #e6e8ec !important;
    color: #b1b4b8;
    height: 35px;
    line-height: 24px;
}
.smallAndLight-box {
    margin: 16px 0 0;
    padding-top: 12px;
    border-top: 1px solid #EFF1F4;
}

.sellerNation-box {
    /* margin: 16px 0 0;
    padding-top: 12px;
    border-top: 1px solid #EFF1F4; */
    margin-bottom: 0.5rem !important;
}

/* 禁用图标样色 */
.disabled-btn-lightGray {
    cursor: auto;
    color: #CBCED6;
}

.disabled-btn-lightGray a {
    color: #CBCED6;
}

.disabled-btn-lightGray a:hover,
.disabled-btn-lightGray:hover {
    color: #CBCED6 !important;
    border-bottom: none !important;
    cursor: auto;
}

.item-sku-muted {
    color: #9FA3A8;
    font-size: 13px;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    margin-top: 2px;
}

.mobile-flex-wrap {
    flex-wrap: wrap !important;
}

.survey-dialog-modal.remarks-dialog-modal {
    max-width: 500px;
}

.survey-view-modal.remarks-view-modal .modal-content {
    width: 500px;
}

.remarks-view-textarea {
    width: 100%;
}

.remarks-view-textarea textarea {
    resize: none;
}

.text-red {
    color: #f1453d !important;
}

.text-00c9a7 {
    color: #00c9a7 !important;
}

.text-00c9a7:hover {
    color: #00c9a7 !important;
}

.link-remind,
.link-remind:hover {
    color: #C4C7CF !important;
}

.font-size-18px {
    font-size: 18px !important;
}

.custom-research-box .table.loose-table th:last-child,
td.pr-0:last-child {
    padding-right: 0 !important;
}

.custom-research-box .table.loose-table th:first-child,
td.pl-0:first-child {
    padding-left: 0 !important;
}

.data-tags-secondary {
    flex-wrap: wrap !important;
    word-break: keep-all;
}

.tags-flex1,
.tags-flex2 {
    flex: 1;
    min-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tags-flex2 {
    min-width: 42%;
}

.node_id_paths-box-span {
    display: inline-block;
    vertical-align: middle;
    max-width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: -1px;
}

.nav-item-right1 {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 2px solid transparent;
}

/* input */
.expand-click-checkbox {
    padding-left: 3px;
}

.expand-click-checkbox .custom-control-label {
    width: 35px;
    height: 50px;
    cursor: pointer;
}

.expand-click-checkbox.expand-click-checkbox35 .custom-control-label {
    height: 35px;
}

.expand-click-checkbox.expand-click-checkboxw20 .custom-control-label {
    width: 20px;
}

.expand-click-checkbox .custom-control-label:after,
.expand-click-checkbox .custom-control-label:before {
    top: 50%;
    left: 50%;
    margin: -0.5rem 0 0 -0.5rem;
}

/* 温馨提示 */
.warm-prompt-modal {
    min-width: 423px;
}

.warm-prompt-body {
    text-align: center;
}

.warm-prompt-body h4,
.warm-prompt-body p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.warm-prompt-body p {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 400;
    line-height: 22px;
    color: #66BC38;
}

/* 插件端提示 */
.plug-in-side-tips {
    position: relative;
    height: 66px;
    font-size: 14px;
    background: #FFF6E8;
    color: #FB8C33;
    flex-wrap: wrap;
}

.plug-in-side-tips.ishide {
    display: none !important;
}

.plug-in-side-tips .link-muted {
    color: #FB8C33;
    border-bottom: 1px #FB8C33 dashed;
}

.close-plug-in-side {
    position: absolute;
    right: 1.5rem;
    color: #F4AF79;
}

.close-plug-in-side .btn-primary {
    background-color: #FF952B;
    border-radius: 3px;
    border-color: #FF952B;
}

.close-plug-in-side.isclick .btn-primary,
.close-plug-in-side .icon-close-h {
    display: none;
}

.close-plug-in-side.isclick .icon-close-h {
    display: block;
    font-size: 12px;
}

.close-plug-in-side .btn-primary:hover {
    background-color: #FB8C1E;
    border-radius: 3px;
    border-color: #FB8C1E;
}

.vertical-align-middle {
    vertical-align: middle;
}

.close-plug-in-side .icon-close-h:hover {
    color: #EAA36A;
}

.mr-10 {
    margin-right: 10px !important;
}

.login-tips-market {
    padding: 194px 0;
}

.login-tips-market p {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 34px;
}

.max-break-60,
.max-break-100,
.max-break-percent99 {
    width: 60px;
    word-break: break-word;
    white-space: initial;
    display: block;
}

.max-break-100 {
    width: 100px;
}

.max-break-percent99 {
    width: 99%;
}

.switching-period-time {
    font-size: 13px;
    font-weight: 500;
    color: #9FA3A8;
}

.grey-border-alink {
    border-bottom: 1px dashed #9FA3A8;
    color: #9FA3A8;
}

.grey-border-alink:hover {
    color: #fb8c1e;
    border-color: #fb8c1e;
}

.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    word-wrap: break-word;
}

.eg-promotionCode {
    color: #2A2B2C;
    border-width: 1px !important;
    border-bottom-color: #2A2B2C;
}

.category-menu-box {
    min-width: 56px;
    padding: 4px 0;
}

.change-category {
    height: 33px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FF9832;
}

.category-menu-box .category-dropdown {
    padding: 3px 9px 5px;
    font-size: 13px;
}

.change-category .dropdown-toggle:after {
    margin-left: .1rem;
}

.change-category .dropdown-toggle {
    border-radius: 4px 0 0 4px !important;
}

.change-category .departmentKeyword-inputs {
    border: none;
    width: 500px;
}

.change-category.isNav .nav-node {
    display: inline-block;
    padding: 0 9px;
}

.change-category.isNav .departmentKeyword-inputs,
.change-category .nav-node {
    display: none;
}

.category-breadcrumbs-node {
    display: none !important;
}

.category-breadcrumbs-node.isNav {
    display: inline-block !important;
}

ul.breadcrumbs-node.category-breadcrumbs-node {
    line-height: 20px !important;
}

.custom-modules-checkbox {
    padding-left: 0;
}

.custom-modules-checkbox .custom-control-label:after,
.custom-modules-checkbox .custom-control-label:before {
    top: -0.55rem;
    left: 1.5rem;
}

.max-height-300 {
    max-height: 300px;
}

.font-weight-450 {
    font-weight: 450 !important;
}

.margin-0-auto {
    margin: 0 auto !important;
}

.verticalAlignMiddle {
    vertical-align: middle !important;
}

.verticalAlignMiddle_2 {
    vertical-align: -2px !important;
}

.color-light-orange {
    color: #FEAB5A !important;
}

.module-grid-product {
    width: 239px;
    height: 373px;
    background: #FFFFFF;
    border: 1px solid #E6E8EC;
    margin: 20px auto 0;
    padding: 20px 12px 12px;
}
.module-grid-product .copy{
    cursor: pointer;
    font-size: 13px;
    color: #c4c8cd;
}
.module-grid-product .copy:hover{
    color: #FFB062;
}
.module-grid-product:hover {
    border-color: #FFB062;
}

.module-grid-product .arrow {
    background: url(/assets/images/collect/grid-arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 10px;
    right: -2px;
    top: 33px;
    z-index: 2;
    display: none;
}

.cephalic-grid-product {
    position: relative;
}

.badge-aplus-video {
    position: absolute;
    top: -20px;
    left: -12px;
}

.badge-border-radius {
    border-radius: 2px !important;
}

.cephalic-grid-imgbox {
    width: 212px;
    height: 212px;
    margin-bottom: 6px;
    position: relative;
}

.cephalic-grid-attentionFlag {
    width: 17px;
    height: 20px;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    display: none;
}

.position-flex-chionce {
    position: absolute;
    right: -8px;
    top: -16px;
    display: flex;
    align-items: center;
}

.cephalic-grid-attentionFlag .iconfont {
    font-size: 16px !important;
}

.change-checkbox-style,
.go-to_amazon-brandUrl {
    display: none;
}

.go-to_amazon-brandUrl {
    position: relative;
    left: -2px;
}

.go-to_amazon-brandUrl .iconfont {
    font-weight: lighter;
}

.change-checkbox-style.custom-checkbox .custom-control-label:before {
    background-color: #fff;
}

.module-grid-product:hover .cephalic-grid-attentionFlag,
.module-grid-product:hover .change-checkbox-style,
.cephalic-grid-product.isAttentionItemAsin .change-checkbox-style,
.cephalic-grid-product.isAttentionClicked .cephalic-grid-attentionFlag,
.module-grid-product:hover .go-to_amazon-brandUrl {
    display: block;
}

.u-avatar-img {
    width: 212px;
    height: 206px;
    background-size: 88%;
    background-repeat: no-repeat;
    background-position: center;
}

.cephalic-grid-imgbox .preset-background {
    background-size: 88%;
    background-position: center;
}

.color-light-operation {
    color: #DFE2E5;
}

.color-light-9FA3A8 {
    color: #9FA3A8;
}

.color-light-operation:hover,
.color-light-9FA3A8:hover {
    color: #fb8c1e;
}

.choic-queryHistory {
    background: #fb8c1e;
    color: #fff;
    border-radius: 6px;
    padding-right: 18px;
    cursor: pointer;
    /* margin-bottom: 20px; */
}

.cephalic-grid-more-browse-similar {
    min-height: 110px;
    margin: 10px 0 0;
    display: none;
}

.content-grid-product-box {
    flex: 1;
    max-width: 256px;
}

.content-grid-product-box.isactive .cephalic-grid-more-browse-similar,
.content-grid-product-box.isactive .arrow {
    display: block;
}

.browse-similar-box {
    min-height: 110px;
    position: absolute;
    width: 100%;
    right: 0;
}

.browse-similar-center {
    padding: 10px;
    min-height: 110px;
    background: #FCFCFC;
    border: 1px solid #E6E8EC;
}

.cephalic-grid-more-browse-similar.is-enJp,
.cephalic-grid-more-browse-similar.is-enJp .browse-similar-box,
.cephalic-grid-more-browse-similar.is-enJp .browse-similar-center {
    min-height: 89px;
}

.color-blue-light {
    color: #72ACF5;
}

.color-red-light {
    color: #FF6D50;
}

.grid-liebiao-btn {
    width: 64px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6E8EC;
}

.grid-liebiao-btn span {
    display: block;
    line-height: 33px;
    text-align: center;
    min-width: 32px;
}

.grid-liebiao-btn i {
    color: #ABAFB3;
    font-size: 14px;
}

.grid-liebiao-btn span:hover i,
.grid-liebiao-btn span.ischecked i {
    color: #FB8C1E;
}

.border-right-grey {
    border-right: 1px #E6E8EC solid;
}

.remove-arrow-select {
    width: 23px;
    text-align: center;
    padding: .357rem 0 !important;
    display: inline-block;
    cursor: pointer;
}

.remove-arrow-select.dropdown-toggle:after {
    display: none;
}

/* 产品监控 */
.seting-remind-bindStores {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 41px;
    background: #FF643D;
    border-radius: 36px;
    display: block;
    margin: 0 auto 8px;
}

.seting-remind-bindStores i {
    font-size: 20px;
    color: #fff;
}

.remind-bindStores-muted {
    font-weight: 500;
    color: #BFC2C7;
    font-size: 12px;
}

.remind-title-17 {
    color: #2A2B2C;
    font-size: 16px;
    font-weight: 500;
}

.color-ABB2B8 {
    color: #ABB2B8;
}

.font-size-13px {
    font-size: 13px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.visibilityHide {
    visibility: hidden !important;
}

.ishideAll {
    display: none !important;
}

.min-width-100px {
    min-width: 100px;
}

.join-member-group-box {
    position: fixed;
    right: 20px;
    top: 130px;
    width: 120px;
    height: 158px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(183, 188, 193, 0.18);
    border-radius: 2px;
    border: 1px solid #F0F2F5;
    text-align: center;
    padding: 10px 0;
    z-index: 99;
}

.join-member-group-box .small-color-black {
    font-weight: 500;
    color: #505355;
    font-size: 12px;
}

.bd-0 {
    border-bottom: none !important;
}

.max-height-20 {
    max-height: 28px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 20px;
}

@media screen and (max-width: 1280px) {
    .content-grid-product-box {
        max-width: 246px;
    }
}

@media screen and (max-width: 767px) {
    .change-category .departmentKeyword-inputs {
        width: 160px;
    }

    .module-grid-product .u-avatar-img,
    .module-grid-product .cephalic-grid-imgbox {
        width: auto;
    }

    .module-grid-product .cephalic-grid-imgbox .preset-background,
    .module-grid-product .u-avatar-img {
        background-size: 60%;
    }

    .module-grid-product {
        width: auto;
    }

    .more-display-operation {
        display: none;
    }

    .content-grid-product-box {
        max-width: 100%;
    }
}

/* 弹性布局css */
.flex_a {
    display: flex;
    justify-content: space-around;
}

.flex_b {
    display: flex;
    justify-content: space-between;
}

.flex {
    display: flex;
    align-items: center;
}

.flex_c {
    display: flex;
    flex-direction: column;
}

.flex-end {
    justify-content: flex-end;
}

/* 隐藏购买率购买量 */
.keywordsIsHide {
    /* display: none !important; */
    /* visibility: hidden; */
}


/* 侧边查询历史加宽 */
#sidebar-history {
    width: 37rem !important;
}

.mt-md-0,
.col-auto {
    margin-bottom: 20px;
}

#sidebar-history .btn-outline-primary，#dropdown-account-filter .btn-outline-primary {
    color: #86898c;
    border-color: #e6e8ec;
}

#sidebar-history .btn-outline-primary:hover,
#dropdown-account-filter .btn-outline-primary:hover {
    background-color: #fff;
    color: #fb8c1e !important;
    border-color: #fb8c1e !important;

}

#sidebar-history .show>.btn-outline-primary.dropdown-toggle,
#dropdown-account-filter .btn-outline-primary.dropdown-toggle {
    color: #86898c !important;
    border-color: #e6e8ec;
    background-color: #fff;
}

#querylog-tbody-tmp tr {
    padding-left: 1.5rem !important;

}

#querylog-tbody-tmp td,
#querylog-tbody-tmp th,
#querylog-tbody td {
    border-top: 0;
}

.align-r {
    text-align: right;
}

.nav-item-right2 {
    position: absolute;
    right: 80px;
    top: 0;
    border-bottom: 2px solid transparent;
}
.ul-li-jp{
    height: 53px;
}
.ul-li-jp a{
    height: 100%;
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
}
.nav-item-en-right2 {
    position: absolute;
    right: 200px;
    top: 0;
    border-bottom: 2px solid transparent;
}

.nav-item-r {
    right: 120px !important;
}
.nav-item-r-jp {
    right: 56px !important;
}

.isHide {
    display: none !important;
}

.u-datatable table:not(.loose-table) tbody tr:last-child td {
    border-bottom: none;
}

/* .movement-item{
    bottom: 0 !important;
} */
.d-status {
    /* border-right: 1px solid #1e2334; */
    padding: 0 8px;
    position: relative;
    padding-right: 14px;
    min-width: 50px;
}

.d-status::after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #1e2334;
    right: 8px;
    top: 3px;

}

/* .en-status::after{
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #1e2334;
    right: 8px;
    top: 2px;

 } */
.static-status {
    color: #FB8C1E;
}

.dynamic-status {
    color: #31C993;

}

.border-t {
    border-top: 1px solid #eff1f4;
}

.other-nation-btn {
    display: inline-block;
    background: #C6C9CD;
    font-size: 12px;
    transform: scale(0.85);
    padding: 0 3px;
    height: 14px;
    line-height: 14px;
    color: #fff !important;
}

.custom-crr {
    cursor: pointer !important;
}

/* 反查 包含所有变体switch */
.checkbox-switch {
    cursor: pointer;
}

.checkbox-switch__input:checked+.checkbox-switch__slider_reversing {
    background-color: #31C993;
}

.vantions-img {
    width: 29px;
    height: 29px;
    background-size: contain;
}

.vantions-img-m4 {
    margin-left: 4px;
}

.vantions-img-border {
    border: 1px solid #fff;
    border-radius: 4px;
}

.vantions-img-hover:hover {
    border-color: #fb8c1e;
}

.icon-leaf:nth-child(1) {
    margin-left: 0 !important;
}

.break-words {
    word-break: break-word;
}

.rever-sku {
    background-color: #c9c9ca;
    /* font-size: 13px; */
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    left: 0;
    text-align: center;
    line-height: 40px;
    padding: 0 5px;
}

.is-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preset-background-size {
    width: 100%;
    height: 100%;
    background: url(../../../assets-v2/img/image_loading_cn.png) no-repeat;
    background-size: contain;
}

.preset-background-jp {
    background: url(../../../assets-v2/img/image_loading_jp.png) no-repeat;
    background-size: contain;
}

.preset-background-en {
    background: url(../../../assets-v2/img/image_loading_en.png) no-repeat;
    background-size: contain;
}

.pop-url-imgs-top {
    position: absolute;
    width: 400px;
    height: 400px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 12px 0px rgba(40, 40, 44, 0.1);
    top: -33.2rem;
    left: -12.85rem;
    z-index: 9;
    overflow: hidden;
    background-position: center center;
    background-size: 92%;
    background-repeat: no-repeat;
    background-image: url("/assets-v2/img/image_loading_jp.png");
    display: none;
}

.pop-url-imgs-bottom {
    position: absolute;
    width: 400px;
    height: 400px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 12px 0px rgba(40, 40, 44, 0.1);
    top: 10.2rem;
    left: -11.55rem;
    z-index: 9;
    overflow: hidden;
    background-position: center center;
    background-size: 92%;
    background-repeat: no-repeat;
    background-image: url("/assets-v2/img/image_loading_jp.png");
    display: none;
}

.mt-rever {
    margin-top: 2.85rem !important;
}

.line-height-1-6 {
    line-height: 1.6rem !important;
}

/* 选产品 */
.is-style-defult {
    font-size: 13px;
    color: #D4D8DD;
    cursor: pointer;
    width: 9px;
}

.is-style-up {
    width: 9px;
    cursor: pointer;
}

.is-style-down {
    width: 9px;
    cursor: pointer;
}

/* 123引流 */
.amz123-box {
    font-size: 14px;
    font-weight: 400px;
    color: #9FA3A8;
}

.amz123-box .visit-number {
    color: #FB8C1E;
}

.amz123-box .amz123-try {
    color: #E62D06;
    cursor: pointer;
}

/* aba-reverse */
.carousel {
    /* margin: 20px 0; */
    padding: 24px 0;
    display: flex;
    background: #fff;
}

.caret {
    background: #eceff4;
    height: 42px;
    width: 40px;
    line-height: 48px;
    margin-top: 21px;
    text-align: center;
    cursor: pointer;
}

.right-caret {
    margin-left: 24px;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}

.left-caret {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
    margin-right: 12px;
}

.icon-left-style {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 6px solid transparent;
}

.icon-right-style {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 6px solid transparent;
}

/* .el-icons {
    color: #fff;
    font-size: 20px;
    width: 36px;
} */
.item-img {
    width: 100%;
    height: 100%;
    /* margin: 0 12px;
    border: 1px solid #e6e8ec;
    cursor: pointer;*/
    border-radius: 8px;
}

.default-img:hover {
    border-color: #fb8c1e;
}

.default-img {
    width: 80px;
    height: 80px;
    margin: 0 12px;
    border-radius: 8px;
    border: 1px solid #e6e8ec;
    padding: 1px;
}

.aba-active {
    border-color: #fb8c1e;
}

#test {
    width: 100%;
    position: relative;
}
#asins-list{
    width: 100%;
    position: relative; 
}
.set-bg-box {
    cursor: pointer;
    border-radius: 8px;
}

.set-background {
    width: 100%;
    height: 100%;
    background: url(../img/image_loading_cn.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/* 关键词翻译文字颜色 */
.keyword-cn-color {
    color: #9FA3A8;
    display: inline-block;
    margin-top: 2px;
}

/* loading css */
@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.line-spin-fade-loader {
    position: relative;
}

.line-spin-fade-loader>div:nth-child(1) {
    top: 5px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(2) {
    top: 3.63636px;
    left: 3.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(4) {
    top: -3.63636px;
    left: 3.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(5) {
    top: -5px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(6) {
    top: -3.63636px;
    left: -3.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(8) {
    top: 3.63636px;
    left: -3.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
}

.line-spin-fade-loader>div {
    background-color: #fff;
    border-radius: 1px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 2px;
    height: 5px;
}
/* 导出按钮颜色 */
.btn-export-border{
    color: #00c9a7;
    border-color: #00c9a7;
    background-color: #fff;
}