.business-search .record .content {
    margin-top: 1em;
    height: calc(100vh - 290px)
}

.business-search .record .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px
}

.word-hot .card {
    height: calc(100vh - 254px);
    background-color: #fff;
    border: 1px solid #f7f7f8;
    -webkit-box-shadow: 0 0 18px hsla(0, 0%, 85.1%, .3);
    box-shadow: 0 0 18px hsla(0, 0%, 85.1%, .3);
    border-radius: 6px;
    padding: 12px
}

.word-hot .card .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.word-hot .card .time-picker {
    width: 240px
}

.word-hot img.hot {
    display: block;
    width: 16px;
    margin-right: 10px
}

.word-hot .header {
    margin-bottom: 1em
}

.word-hot .content {
    height: calc(100vh - 320px)
}

.promote-property .color-strong {
    color: #222437
}

.promote-property .card {
    background-color: #fff;
    border: 1px solid #f7f7f8;
    -webkit-box-shadow: 0 0 18px hsla(0, 0%, 85.1%, .3);
    box-shadow: 0 0 18px hsla(0, 0%, 85.1%, .3);
    border-radius: 6px;
    padding: 12px
}

.promote-property .card .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promote-property .platform .promoter-total,
.promote-property .platform .property {
    height: 180px
}

.promote-property .platform .property .header .icon {
    cursor: pointer;
    padding: 4px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.promote-property .platform .property .header .icon:hover {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.promote-property .platform .content .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px
}

.promote-property .platform .content .items .item {
    text-align: center;
    width: 50%
}

.promote-property .platform .content .items .num {
    color: #222437;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 4px
}

.promote-property .platform .content .items .num .unit {
    margin-left: 4px;
    font-size: 16px;
    color: #222437
}

.promote-property .platform .content .items .desc {
    color: #404040
}

.promote-property .promoters {
    height: calc(100vh - 404px);
    margin-top: 15px
}

.promote-property .promoters .content {
    height: calc(100% - 76px)
}

.promote-property .covenanter .content,
.promote-property .promoters .content {
    margin-top: 15px
}

.promote-property .covenanter .footer,
.promote-property .promoters .footer {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promote-property .covenanter .footer .total,
.promote-property .promoters .footer .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px
}

.promote-property .covenanter .footer .total .tag,
.promote-property .promoters .footer .total .tag {
    background-color: #2054f4;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    margin-right: 4px
}

.promote-property .covenanter .footer .total>p+p,
.promote-property .promoters .footer .total>p+p {
    margin-left: 1em
}

.promote-property .covenanter .el-table--small th,
.promote-property .promoters .el-table--small th {
    padding: 2px 0
}

.promote-property .covenanter {
    height: calc(100vh - 210px)
}

.promote-property .covenanter .content {
    height: calc(100% - 76px)
}

.promote-set-property .el-form-item__label {
    color: #222437;
    font-size: 16px
}

.business .bus-left {
    margin-left: 4%;
    width: 92%
}

.business .insideUser-title {
    padding: 1.5rem 0
}

.business .insideUser-title span {
    position: relative;
    display: inline-block;
    font-size: 1.5rem
}

.business .insideUser-title span:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: calc(50% - .325em);
    width: .65em;
    border-bottom: 2px solid #409EFF
}

.business .select-box {
    border: 1px solid #eee;
    margin-top: 12px
}

.business .select-box>.row+.row {
    border-top: 1px solid #eee
}

.business .select-box .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    overflow: hidden;
    padding: 1px 2px
}

.business .select-box .row .select-title {
    width: 80px;
    text-align: right;
    margin: 2px 0;
    margin-right: 4px;
    line-height: 27px
}

.business .select-box .row .select-list {
    width: calc(100% - 120px);
    font-size: 13px;
    overflow: hidden;
    color: #3d3d3d
}

.business .select-box .row .select-list p {
    float: left;
    line-height: 21px;
    margin: 5px 2px 4px 2px;
    padding: 1px 12px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.business .select-box .row .select-list p.active,
.business .select-box .row .select-list p:hover {
    background-color: #409EFF;
    color: #fff
}

.business .select-box .row .select-list .filter-range {
    margin-top: 2px
}

.business .select-box .row.noremal {
    height: 34px
}

.business .select-box .row .more-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 21px;
    margin: 4px 0;
    padding: 1px 4px;
    color: #000;
    height: 23px;
    cursor: pointer;
    border-radius: 4px;
    word-break: keep-all
}

.business .select-box .row .more-button.is-show,
.business .select-box .row .more-button:hover {
    color: #2054f4
}

.business .sort-box {
    margin: 6px 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.business .sort-box .sort {
    border: 1px solid #e5e5e5;
    color: #6b6b6b;
    height: 31px;
    line-height: 30px;
    border-radius: 50rem
}

.business .sort-box .sort>span {
    padding: 0 .8rem;
    position: relative;
    cursor: pointer
}

.business .sort-box .sort>span i {
    color: #c5c5c5
}

.business .sort-box .sort>span .line {
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e5e5e5
}

.business .sort-box .white-list {
    margin-left: 20px
}

.business .sort-box .review-filter__search {
    margin-left: 12px;
    width: 200px
}

.business .selected-control-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    -webkit-box-shadow: 0 0 12px -1px #c5c6c8, 0 2px 6px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 12px -1px #c5c6c8, 0 2px 6px 0 rgba(0, 0, 0, .02);
    width: 100%;
    position: absolute;
    z-index: 1001;
    left: 0;
    bottom: 0;
    background-color: #fafafa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.business .selected-control-bar>span {
    color: #727272;
    font-size: 14px;
    width: 200px
}

.business .selected-control-button {
    width: 100px;
    text-align: center;
    margin-right: 1rem
}

.business .shade {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .2)
}

.business .shade.active {
    display: block
}

.business .base-font {
    font-size: 1.6rem
}

.business .export-select {
    display: inline-block;
    color: #409EFF;
    cursor: pointer;
    font-size: 13px
}

.order-selected-model {
    position: absolute;
    z-index: 99;
    left: 15%;
    bottom: 80px;
    width: 65vw;
    height: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 13px
}

.order-selected-model .item {
    width: calc(20% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-align: center;
    padding: 0 8px;
    margin: 0 10px 10px 0;
    color: #727272;
    border-radius: 3px;
    border: 1px solid #f4f5f7;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.order-selected-model .item>.text-truncate {
    max-width: 90%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.order-selected-model .item:hover {
    border-color: #ff5501;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .03)
}

.order-selected-model .item i {
    font: 15px;
    color: #616161;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
    cursor: pointer
}

.order-selected-model .item i:hover {
    color: #409EFF
}

.order-selected-model .el-scrollbar__view {
    background-color: transparent
}

.order-selected-model .el-scrollbar__bar {
    z-index: 100
}

.order-selected-model__video .item .icon {
    font-size: 20px
}

.order-selected-model__video .title {
    text-align: center;
    margin-bottom: 10px
}

.order-selected-model__video .sell {
    margin-right: 4px
}

.order-selected-model__video .order-selected-scroll {
    height: 90%
}

.order-selected-model__video .el-scrollbar__wrap {
    height: 100%
}

.order-selected-model__article {
    position: absolute;
    z-index: 99;
    left: 15%;
    bottom: 80px;
    width: 60vw;
    height: 360px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 13px
}

.order-selected-model__article .item {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-align: center;
    padding: 0 8px;
    margin: 0 10px 10px 0;
    color: #727272;
    border-radius: 3px;
    border: 1px solid #f4f5f7;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.order-selected-model__article .item>.text-truncate {
    text-align: left;
    max-width: 90%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.order-selected-model__article .item:hover {
    border-color: #ff5501;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .03)
}

.order-selected-model__article .item i {
    font-size: 15px;
    color: #616161;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
    cursor: pointer
}

.order-selected-model__article .item i:hover {
    color: #409EFF
}

.order-selected-model__article .item .icon {
    font-size: 20px
}

.order-selected-model__article .order-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.order-selected-model__article .order-selected-wrap .el-scrollbar__view {
    background-color: transparent
}

.order-selected-model__article .order-selected-item {
    width: calc(100% - 6px)
}

.order-selected-model__article .order-selected-item .title {
    text-align: center;
    margin-bottom: 10px
}

.order-selected-model__article .order-selected-item .order-selected-scroll {
    height: 92%
}

.order-selected-model__article .order-selected-item .el-scrollbar__wrap {
    height: 100%
}

.order-selected-model__article .order-selected-item .order-selected-box {
    padding: 0 14px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    margin-right: -10px
}

.order-selected-model__article .divider {
    height: calc(100% - 20px);
    margin: 14px 10px
}

.order-check-enter-active {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.order-check-leave-active {
    -webkit-transition: all .2s cubic-bezier(1, .5, .8, 1);
    transition: all .2s cubic-bezier(1, .5, .8, 1)
}

.order-check-enter,
.order-check-leave-to {
    opacity: 0
}

.order-check-enter,
.order-check-leave-to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-text .icon {
    margin: 0 6px;
    width: 18px;
    height: 18px
}

.user-icon-text {
    padding-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-icon-text .icon {
    margin-left: 6px;
    width: 18px;
    height: 18px
}

.cbj-search-select-empty {
    padding: 10px;
    text-align: center
}

.cbj-search-select-empty p {
    font-size: 14px;
    line-height: 22px
}

.cbj-search-select-empty .el-button--mini,
.cbj-search-select-empty .el-button--mini.is-round {
    padding: 3px 8px
}

.business-link {
    color: #000;
    text-decoration: none
}

.business-link:hover {
    color: #409EFF;
    text-decoration: underline
}

.scroll-news-wrap {
    overflow: hidden;
    height: 1.2rem
}

.scroll-news-wrap .scroll-news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.scroll-news-wrap .scroll-news-items .scroll-news-item {
    float: left;
    margin-right: 10px;
    font-size: 15px
}

.setup-button {
    background-color: #2054f4;
    border-color: #2054f4!important
}

.setup-button:active,
.setup-button:focus,
.setup-button:hover {
    background-color: #3567fc
}

.article-edit .content {
    width: 1120px;
    margin: 10px auto 2rem auto;
    padding-right: 120px
}

.article-edit .content .both-margin {
    margin: 0 26px
}

.article-edit .content .article .titles-container {
    counter-reset: titleNum
}

.article-edit .content .article .title-wrap {
    margin-right: -6px;
    padding-right: 6px;
    position: relative;
    counter-increment: titleNum
}

.article-edit .content .article .title-wrap:before {
    content: "(" counter(titleNum) ")";
    position: absolute;
    left: -40px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article-edit .content .article .title-wrap .title-tip {
    position: absolute;
    top: 2rem;
    color: #2054f4;
    font-size: 13px
}

.article-edit .content .article .title-wrap .link-tip {
    position: absolute;
    bottom: -2rem;
    color: #2054f4;
    font-size: 13px
}

.article-edit .content .article .title-wrap:nth-child(odd) {
    margin-left: -2px;
    border-left: 2px solid #2054f4
}

.article-edit .content .article .relative {
    position: relative
}

.article-edit .content .article .relative .control-button-group {
    position: absolute;
    left: 101%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article-edit .content .article .relative .control-button-group .plus {
    color: #fff;
    background-color: #409EFF;
    margin: 0 7px
}

.article-edit .el-form-item {
    margin-bottom: 30px
}

.article-edit .customer,
.article-edit .customer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-edit .customer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.article-edit .customer>div {
    width: 200px;
    margin-right: 10px
}

.article-edit .customer>div .el-input {
    width: 100%
}

.article-edit .wrap {
    margin-bottom: 80px
}

.article-edit .tips {
    padding: 1.5rem;
    font-size: 14px;
    background: #f9f9f9;
    line-height: 24px
}

.article-edit .tips>p+p {
    margin-top: 4px
}

.dj-file-upload .el-upload {
    width: 100%
}

.dj-file-upload .el-upload-dragger {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dj-file-upload .dj-file-upload-icon {
    font-size: 3rem;
    color: #409EFF;
    margin: 0 1rem 0 0
}

.dj-file-upload .dj-file-upload-text {
    min-width: 75%;
    text-align: left
}

.dj-file-upload .dj-file-upload-text p {
    height: 1.8em;
    line-height: 1.8em
}

.cbj-video-pic__upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    margin-right: -10px
}

.cbj-video-pic__upload-item {
    width: calc(33.33333% - 10px);
    margin-right: 10px;
    margin-bottom: 10px
}

.cbj-video-pic__upload-item .el-upload {
    width: 100%
}

.cbj-video-pic__upload-item .el-upload-dragger {
    width: 100%;
    height: 70px;
    padding: 10px
}

.cbj-video-pic__upload-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    height: 100%
}

.cbj-video-pic__upload-text .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: auto
}

.cbj-video-pic__upload-text .text-truncate {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cbj-video-pic__upload-text .up-tips {
    color: #5a5a5a
}

.ueditor-wrapper {
    position: relative
}

.ueditor-wrapper .content-help {
    position: absolute;
    left: calc(100% + 10px);
    top: 0
}

.ueditor-wrapper .content-mode {
    width: 200px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    cursor: pointer
}

.ueditor-wrapper .content-mode .i-icon {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.ueditor-wrapper .content-mode:hover .i-icon {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px)
}

.ueditor-wrapper .i-icon,
.ueditor-wrapper .mode-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ueditor-wrapper .mode-label {
    border-radius: 4px
}

.ueditor-wrapper .mode-label.view {
    background-color: #2054f4
}

.ueditor-wrapper .mode-label.edit {
    background-color: #fe5502
}

.ueditor-wrapper .label-text {
    margin-left: 4px
}

.help-tool {
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    line-height: 39px
}

.help-tool .i-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.help-tool .i-icon,
.help-tool .tool-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.help-tool .tool-label {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.help-tool .label-text {
    margin-left: 4px
}

.help-tool .tool-main {
    padding: 10px;
    line-height: 30px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.help-tool .tool-check {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #3660dd;
    text-align: center;
    color: #2054f4;
    cursor: pointer;
    margin-bottom: 14px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.help-tool .tool-check:hover {
    color: #fff;
    background-color: #2054f4
}

.help-tool .tool-info+.tool-info {
    margin-top: 10px
}

.help-tool .tool-info .info-label {
    position: relative;
    color: #2054f4;
    padding-left: 10px;
    background-color: #fafafa;
    margin-left: -10px;
    margin-right: -10px
}

.help-tool .tool-info .info-attr {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.help-tool .tool-info .info-attr .info-tag {
    color: #fff;
    line-height: 20px;
    padding: 2px 10px;
    background-image: linear-gradient(119deg, rgba(255, 68, 0, .2), #f40 10.5%, #f40 85.29%, rgba(255, 68, 0, .3));
    border-radius: .5rem;
    border-bottom-left-radius: .125rem;
    margin-bottom: 4px;
    margin-right: 8px
}

.help-tool .info-result {
    padding-top: 10px
}

.help-tool .info-card .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.help-tool .info-card .tags .tag {
    border: 1px solid #dcdcdd;
    color: #6b6b6b;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px
}

.help-tool .info-card .tags .tag:hover {
    border-color: #144ffe
}

.help-tool .info-card .card-label {
    font-size: 12px;
    color: #0e121d
}

.help-tool .info-card .card-label.disabled {
    color: #eb000e
}

@-webkit-keyframes link-await {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }
    33% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }
    66% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
}

@keyframes link-await {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }
    33% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }
    66% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
}

.cbj-order-link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #292929
}

.cbj-order-link.text:hover {
    border-color: #40a9ff
}

.cbj-order-link.await:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ff7a45;
    -webkit-animation: link-await 2s infinite;
    animation: link-await 2s infinite;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.cbj-order-link.pending {
    border-color: #40a9ff
}

.cbj-order-link.other:hover {
    border-color: #40a9ff;
    color: #40a9ff
}

.cbj-order-state:before {
    content: "";
    display: inline-block;
    margin-right: .5em;
    width: 7px;
    height: 7px;
    border-radius: 50rem;
    background-color: #fff
}

.cbj-order-state.await:before {
    background-color: #ff7a45
}

.cbj-order-state.pending:before {
    background-color: #40a9ff
}

.cbj-order-state.reslove:before {
    background-color: #52c41a
}

.cbj-order-state.back:before {
    background-color: #d9d9d9
}

.cbj-order-state.out:before {
    background-color: #fff;
    border: 1px solid #ff7a45
}

.cbj-order-state.reject:before {
    background-color: #ff4d4f
}

.cbj-order-state.dispute:before {
    background-color: #722ed1
}

.cbj-draw-inner {
    height: calc(100vh - 124px);
    margin: 0 26px 20px 26px;
    font-size: 14px;
    line-height: 23px
}

.cbj-draw-inner>div+div {
    margin-top: 18px
}

.cbj-draw-inner .full {
    width: 100%
}

.cbj-draw-inner .half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.cbj-draw-inner .half>* {
    width: calc(50% - 5px)
}

.cbj-draw-inner .half>*+* {
    margin-left: 10px
}

.cbj-draw-inner .title {
    text-align: right;
    display: inline-block;
    margin-right: 10px;
    width: 76px
}

.cbj-draw-inner .info,
.cbj-draw-inner .text {
    width: calc(100% - 86px)
}

.cbj-draw-inner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cbj-draw-inner__item .info .icon {
    max-width: 1em
}

.cbj-mb-2rem {
    margin-bottom: 2rem!important
}

.cbj-mt-2rem {
    margin-top: 2rem!important
}

.cbj-model_inner {
    font-size: 14px;
    line-height: 23px
}

.cbj-model_inner>div+div {
    margin-top: 18px
}

.cbj-model_inner .full {
    width: 100%
}

.cbj-model_inner .half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.cbj-model_inner .half>* {
    width: calc(50% - 5px)
}

.cbj-model_inner .half>*+* {
    margin-left: 10px
}

.cbj-model_inner .title {
    text-align: right;
    display: inline-block;
    margin-right: 10px;
    width: 70px
}

.cbj-model_inner .info,
.cbj-model_inner .text {
    width: calc(100% - 86px)
}

.order_copy-box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order_copy-box .title .name {
    font-size: 16px;
    font-weight: 700
}

.order_copy-box .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order_copy-box .copy .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.order_copy-box .copy .info .label {
    width: 2rem;
    display: inline-block
}

.export-data_info-wrap {
    min-height: 180px;
    font-size: 15px
}

.export-data_info-wrap .title {
    margin-bottom: 1rem
}

.export-data_info-wrap .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.export-data_info-wrap .content .file-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.export-data_info-wrap .content .file-list>.file+.file {
    margin-top: 1em
}

.export-data_info-wrap .content .file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.export-data_info-wrap .content .file>*+* {
    margin-left: 1rem
}

.dispute-detail .time {
    min-width: 90px;
    text-align: right
}

.dispute-detail .detail-item+.detail-item {
    margin-top: 1rem
}

.dispute-detail .detail-item p {
    line-height: 2
}

.finance-board-wrap .board-data {
    border-radius: 10px;
    border: 1px solid #ffbb96;
    padding: 1rem
}

.finance-board-wrap .basis-data .data-item {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ebeef5;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.finance-board-wrap .basis-data .data-item:hover {
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    box-shadow: 0 0 14px rgba(0, 0, 0, .1)
}

.finance-board-wrap .basis-data .data-item.full-h {
    height: 100%
}

.finance-board-wrap .basis-data .data-item .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.finance-board-wrap .basis-data .data-item .content,
.finance-board-wrap .basis-data .data-item .header .count {
    font-size: 14px
}

.finance-board-wrap .basis-data .data-item .content>.item {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.finance-board-wrap .basis-data .data-item .content>.item .dash {
    color: #bfbfbf
}

.finance-board-wrap .aggregate-data {
    margin-top: 15px
}

.finance-board-wrap .aggregate-data .box-card {
    border-radius: 8px
}

.finance-board-wrap .aggregate-data .box-card.full-h {
    height: 100%
}

.finance-board-wrap .aggregate-data .box-card .items>.item+.item {
    margin-top: 5px
}

.finance-board-wrap .aggregate-data .box-card .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.finance-board-wrap .aggregate-data .box-card .items .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.finance-board-wrap .control-info {
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #ffbb96
}

.finance-board-wrap .control-info .date-text-center input {
    text-align: center
}

.pr-board-wrap .user-picker {
    height: calc(100vh - 212px);
    background-color: #f7f7f8;
    border-radius: 6px;
    padding: 12px
}

.pr-board-wrap .user-picker .header {
    font-size: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pr-board-wrap .user-picker .header,
.pr-board-wrap .user-picker .header .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pr-board-wrap .user-picker .header .label .desc {
    margin-left: 6px;
    color: #606c80
}

.pr-board-wrap .user-picker .header .other {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pr-board-wrap .user-picker .header .other .el-input-group__append {
    padding: 0 10px
}

.pr-board-wrap .user-picker .content {
    margin-top: 8px;
    height: calc(100% - 60px);
    background-color: #fff
}

.pr-board-wrap .user-picker .content .users .user {
    padding: 10px;
    border-bottom: 1px solid #f4f5f7;
    display: block;
    margin: 0
}

.pr-board-wrap .user-picker .content .users .user:hover {
    background-color: #f8f9fa;
    -webkit-box-shadow: 0 1px 0 0 #f2f4f6;
    box-shadow: 0 1px 0 0 #f2f4f6
}

.pr-board-wrap .user-picker .content .users .user .phone {
    font-size: 12px;
    color: #606c80
}

.pr-board-wrap .user-picker .content .users .user .el-checkbox__label {
    width: 96%
}

.pr-board-wrap .user-picker .footer {
    font-size: 14px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pr-board-wrap .board {
    border-radius: 6px;
    border: 1px solid #ffbb96;
    height: calc(100vh - 212px)
}

.pr-board-wrap .board .collect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 1em
}

.pr-board-wrap .board .collect .item {
    background-color: #f7f7f8;
    border-radius: 4px;
    padding: 1em;
    width: calc(25% - 1em);
    margin-top: 1em;
    margin-left: 1em
}

.pr-board-wrap .board .total {
    padding: 1em
}

.pr-board-wrap .week-picker {
    height: calc(100vh - 212px)
}

.pr-board-wrap .week-picker .header {
    background-color: #f7f7f8;
    border-radius: 6px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em
}

.pr-board-wrap .week-picker .content {
    height: calc(100% - 96px);
    margin-right: -12px
}

.pr-board-wrap .week-picker .weeks {
    padding-right: 12px
}

.pr-board-wrap .week-picker .weeks>.week+.week {
    margin-top: 1em
}

.pr-board-wrap .week-picker .weeks .week {
    cursor: pointer
}

.pr-board-wrap .week-picker .weeks .week.active.card,
.pr-board-wrap .week-picker .weeks .week:hover.card {
    border-color: #409EFF
}

.pr-board-wrap .week-picker .weeks .week.active .card-header {
    background-color: #409EFF;
    color: #fff
}

.pr-board-wrap .week-picker .weeks .week.active .card-header .time {
    color: #f5f5f5
}

.pr-board-wrap .week-picker .weeks .week.card {
    border: 2px solid #f7f7f8;
    border-radius: 6px;
    -webkit-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

.pr-board-wrap .week-picker .weeks .week .card-header {
    background-color: #f7f7f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.pr-board-wrap .week-picker .weeks .week .card-header .num {
    margin-left: 4px;
    margin-right: 10px;
    font-size: 2em;
    font-weight: 700;
    font-style: italic
}

.pr-board-wrap .week-picker .weeks .week .card-header .time {
    font-size: 13px;
    color: #606c80;
    margin-top: 7px;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.pr-board-wrap .week-picker .weeks .week .card-content {
    padding: 8px
}

.pr-board-wrap .week-picker .weeks .week .card-content .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pr-board-wrap .week-picker .footer {
    margin-top: 10px
}

.pr-board-wrap .scroll-wrap {
    height: 100%
}

.tool-wrap {
    padding-bottom: 20px
}

.tool-wrap .block .header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    padding: 12px;
    display: block
}

.tool-wrap .block .header .desc {
    margin-top: 4px;
    font-size: 13px
}

.tool-wrap .block .header.active {
    background-color: #409EFF
}

.tool-wrap .block .header.blue {
    background-color: #2054f4
}

.tool-wrap .card {
    border-radius: 4px
}

.tool-wrap .card.button {
    border: 1px solid #ebeef5;
    padding: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tool-wrap .card.button:hover {
    color: #fff;
    background-color: #409EFF
}

.tool-wrap .content {
    padding: 12px;
    border: 1px solid #ebeef5;
    border-top-color: transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: calc(100vh - 276px)
}

.tool-wrap .content .form-model .el-form-item {
    margin-bottom: 12px
}

.tool-wrap .links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tool-wrap .links-wrap>.link+.link {
    margin-top: 6px
}

.tool-wrap .links-wrap .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tool-wrap .links-wrap .link>div+div {
    margin-left: 1em
}

.tool-wrap .links-wrap .link .id {
    width: 40px
}

.tool-wrap .links-wrap .link .state {
    width: 80px
}

.tool-wrap .links-wrap .link .buttons {
    width: 120px
}

.tool-wrap .links-wrap .link .buttons .btn {
    font-size: 12px;
    color: #fff;
    padding: 0 12px;
    border-radius: 2px;
    border: none;
    height: 26px;
    line-height: 26px
}

.tool-wrap .links-wrap .link .buttons .btn.info {
    background-color: #1a90ff
}

.tool-wrap .links-wrap .link .buttons .btn.error {
    background-color: #ff3948
}

.tool-wrap .textarea-placeholder textarea::-webkit-input-placeholder {
    color: #ff3948
}

.tool-wrap .textarea-placeholder textarea::-moz-placeholder {
    color: #ff3948
}

.tool-wrap .textarea-placeholder textarea:-ms-input-placeholder {
    color: #ff3948
}

.tool-wrap .textarea-placeholder textarea::-ms-input-placeholder {
    color: #ff3948
}

.tool-wrap .textarea-placeholder textarea::placeholder {
    color: #ff3948
}

.tool-wrap .query-total-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tool-wrap .query-total-wrap>div+div {
    margin-left: 1em
}

.tool-wrap .state {
    cursor: pointer
}

.tool-wrap .state:hover .includes-icon {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.tool-wrap .helper-model-wrap .helper-model-footer {
    text-align: right;
    padding: 0 10px
}

.tool-wrap .el-dialog__body {
    padding: 0 8px 20px 8px
}

.tool-container {
    min-height: calc(100vh - 160px)
}