/*@font-face {*/
/*    font-family: "思源黑体";*/
/*    src: url("https://static.resource.zhiju002.com/fonts/SourceHanSansCN-Medium.ttf");*/
/*}*/

/** {*/
/*    font-family: "思源黑体";*/
/*    font-weight: 200;*/
/*}*/


html {
    background-color: #fff !important;
}

.x-body {
    padding: 20px;

}

.x-sort {
    display: inline-block;
    width: 80%;
    height: 30px;
    line-height: 30px;
}

.thumbnail {
    display: inline-block;
    width: 50%;
    height: 100%;
}

.layui-fluid {
    padding: 8px !important;
}

.layui-btn {
    border-radius: 3px !important;
    /*background-color: #1890ff !important;*/
}

.layui-btn-danger {
    background-color: #ff4949 !important;
}

.layui-btn-danger2 {
    background-color: crimson !important;
}


.layui-btn-normal {
    background-color: #31bdec !important;
}

.layui-layer.layui-layer-dialog {
    border-radius: .6rem !important;
}

.layui-btn-primary {
    border-color: #d2d2d2 !important;
    background: 0 0 !important;;
    color: #5f5f5f !important;;
}

.layui-layer-dialog .layui-layer-title {
    text-align: center;
    background: none;
    border: none;
    padding: 0 0 .3rem 0;
}

.layui-layer-dialog .layui-layer-setwin {
    display: none;
}

.layui-layer-dialog .layui-layer-content {
    text-align: center;
    /*padding: 0 0 .2rem 0;*/
}

.layui-layer-dialog .layui-layer-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-layer-dialog .layui-layer-btn a {
    width: 48%;
    height: 32px !important;
    line-height: 32px !important;
    text-align: center;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: none;
}

.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {
    color: #fff;
    background: #1890ff !important;
}

.layui-layer-dialog .layui-layer-btn .layui-layer-btn1 {
    color: #555;
    background: #EBEBEB;
}


.layui-layer-prompt {
    border-radius: .6rem !important;
}

.layui-layer-prompt .layui-layer-content {
    padding: 10px 16px;
}

.layui-layer-prompt .layui-layer-title {
    text-align: center;
    background: none;
    border: none;
    padding: 0 0 .3rem 0;
}

.layui-layer-prompt .layui-layer-setwin {
    display: none;
}

.layui-layer-prompt .layui-layer-content {
    text-align: center;

}

.layui-layer-prompt .layui-layer-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-layer-prompt .layui-layer-btn a {
    width: 48%;
    height: 32px !important;
    line-height: 32px !important;
    text-align: center;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: none;
}


.layui-layer-prompt .layui-layer-btn .layui-layer-btn0 {
    color: #fff;
    background: #1890ff !important;
}

.layui-layer-prompt .layui-layer-btn .layui-layer-btn1 {
    color: #555;
    background: #EBEBEB;
}


.layui-layer-msg {
    border-radius: 0rem !important;
}

/*.layui-layer-msg .layui-layer-content {*/
/*    padding: 20px;*/
/*}*/

.layui-flow-more {
    display: block;
    width: 100%;
    text-align: center;
}

.openShowImg {
    color: #1890ff;
}

.openEditor {
    color: #1890ff;
}

.x-sort {
    padding-left: 0 !important;
    text-align: center;
}

.upload-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: dashed;
    border-color: #dcdfe6;
    color: #999999;
    cursor: pointer;
}
.material-preview {
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    float: left;
}
.del-wrap{
    position: relative;
}
.file-item {
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border-width: 1px;
    border-color: #f2f2f2;
    background-color: #f2f2f2;;
}
.file-item .image{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.del-wrap .icon-close{
    display: none;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    background-color: #0000004d;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    text-align: center
}
.material-preview .operation-btns{
    display: none;
    position: absolute;
    bottom: 0;
    border-radius: 4px;
    width: 100%;
    line-height: 2;
    color: #fff;
    background-color: #0000004d;
    text-align: center;
}
.el-icon {
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}
.operation-btns >span{
    font-size: 12px;
}

.editor—wrapper {
    border: 1px solid #ccc;
    z-index: 100; /* 按需定义 */
}

.toolbar-container {
    border-bottom: 1px solid #ccc;
}

.editor-container {
    height: 500px;
}

.layui-form-label {
    font-size: 12px !important;
    color: #515a6e !important;
}

.layui-input, .layui-textarea {
    border-radius: 5px;
}

.layui-form-radio>i {
    margin-right: 8px;
    font-size: 18px;
    color: #c7c6c6;
}

.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i {
    color: #16b777;
}


.layui-layer-title {
    height: 40px !important;
    line-height: 40px !important;
}
.layui-layer-setwin{
    top: 12px !important;
}

.layui-layout-admin .layui-header{
    height:40px  !important;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-item, .layui-layout-admin .layui-logo{
    height: 40px !important;
    line-height: 40px !important;
}
.layadmin-pagetabs{
    top: 40px  !important;
    height: 35px !important;
    line-height: 35px !important;
}
.layui-layout-admin .layui-body{
    top: 75px !important;
}

/*.layadmin-pagetabs .layui-tab-title{*/
/*    height: 35px!important;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    !*justify-content: center;*!*/
/*}*/

.layadmin-pagetabs .layui-tab-title li{
    line-height: 35px;
    font-size: 13px;

}

.layadmin-pagetabs .layui-tab-title li.layui-this:after{
    height: 100%;
    opacity: 0.2;

    /*border-radius: 5px;*/
}
.layadmin-pagetabs .layui-tab-title li.layui-this{

}

.layadmin-pagetabs .layui-tab-title li:after{
    /*height: 100%;*/
    opacity: 0.2;
    /*border-radius: 5px;*/
}

.layadmin-pagetabs .layui-icon-next,.layadmin-pagetabs .layui-icon-prev{
    font-size: 13px;
}

.layadmin-tabs-select.layui-nav .layui-nav-item{
    line-height: 35px;
}

.layui-layer-setwin span{
    color: red;
    font-weight: bold;
    width: 20px;
    height: 20px;
}

.showTips > p {

    color: #fff;
    font-weight: bold;
    background-color: #e493d0;
    background-image: radial-gradient(closest-side, rgba(235, 105, 78, 1), rgba(235, 105, 78, 0)),
    radial-gradient(closest-side, rgba(243, 11, 164, 1), rgba(243, 11, 164, 0)),
    radial-gradient(closest-side, rgba(254, 234, 131, 1), rgba(254, 234, 131, 0)),
    radial-gradient(closest-side, rgba(170, 142, 245, 1), rgba(170, 142, 245, 0)),
    radial-gradient(closest-side, rgba(248, 192, 147, 1), rgba(248, 192, 147, 0));

    animation: 5s movement linear infinite;
    padding: 5px;
    margin-top: 5px;
    width: 300px;

    border: 10px;
}

@keyframes movement {
    0%, 100% {
        background-size: 130vmax 130vmax,
        80vmax 80vmax,
        90vmax 90vmax,
        110vmax 110vmax,
        90vmax 90vmax;
        background-position: -80vmax -80vmax,
        60vmax -30vmax,
        10vmax 10vmax,
        -30vmax -10vmax,
        50vmax 50vmax;
    }
    25% {
        background-size: 100vmax 100vmax,
        90vmax 90vmax,
        100vmax 100vmax,
        90vmax 90vmax,
        60vmax 60vmax;
        background-position: -60vmax -90vmax,
        50vmax -40vmax,
        0vmax -20vmax,
        -40vmax -20vmax,
        40vmax 60vmax;
    }
    50% {
        background-size: 80vmax 80vmax,
        110vmax 110vmax,
        80vmax 80vmax,
        60vmax 60vmax,
        80vmax 80vmax;
        background-position: -50vmax -70vmax,
        40vmax -30vmax,
        10vmax 0vmax,
        20vmax 10vmax,
        30vmax 70vmax;
    }
    75% {
        background-size: 90vmax 90vmax,
        90vmax 90vmax,
        100vmax 100vmax,
        90vmax 90vmax,
        70vmax 70vmax;
        background-position: -50vmax -40vmax,
        50vmax -30vmax,
        20vmax 0vmax,
        -10vmax 10vmax,
        40vmax 60vmax;
    }
}

.layui-form-checked.layui-checkbox-disabled[lay-skin=primary]>i{
    border-color: #16b777!important;
    background-color: #16b777!important;
}

.layui-checkbox-disabled>div {
    color: #5f5f5f!important;
}

.layui-disabled, .layui-disabled:hover{
    color: #5f5f5f!important;
}


[order-product] .ivu-dropdown-item {
    font-size: 12px!important
}

[order-product] .vxe-table--render-default .vxe-cell {
    font-size: 12px
}

.tdinfo[order-product] {
    margin-left: 75px;
    margin-top: 16px
}

.expand-row[order-product] {
    margin-bottom: 16px;
    font-size: 12px
}

.ivu-tag-orange[order-product] {
    color: #fa8c16
}

img[order-product] {
    height: 36px;
    display: block
}

.tabBox[order-product] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.tabBox .tabBox_img[order-product] {
    width: 30px;
    height: 30px
}

.tabBox .tabBox_img img[order-product] {
    width: 100%;
    height: 100%
}

.tabBox .tabBox_tit[order-product] {
    width: 225px;
    height: 30px;
    line-height: 30px;
    font-size: 12px!important;
    margin: 0 10px 0 10px;
    box-sizing: border-box
}

.tabBox+.tabBox[order-product] {
    margin-top: 5px
}

.vertical-center-modal[order-product] {
    display: flex;
    align-items: center;
    justify-content: center
}

[order-product] .select-item:hover {
    background-color: #f3f3f3
}

[order-product] .select-on {
    display: block
}

.pictrue-box[order-product] {
    display: flex;
    align-items: center
}

.pictrue[order-product] {
    width: 25px;
    height: 25px
}

.trip[order-product] {
    color: orange
}

.new_tab[order-product] .ivu-tabs-nav .ivu-tabs-tab {
    padding: 4px 16px 20px!important;
    font-weight: 500
}

[order-product] .ivu-table-fixed-body {
    background-color: #f8f8f9
}

[order-product] .ivu-table th {
    overflow: visible
}

[order-product] .refund-modal .ivu-input-number-controls-outside {
    width: 105px;
    height: 28px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    line-height: 28px;
    box-shadow: none
}

[order-product] .refund-modal .ivu-input-number-controls-outside:focus {
    box-shadow: none
}

[order-product] .refund-modal .ivu-input-number-controls-outside-btn {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background-color: #1890ff;
    line-height: 28px;
    color: #fff
}

[order-product] .refund-modal .ivu-input-number-input-wrap {
    height: 28px
}

[order-product] .refund-modal .ivu-input-number-controls-outside .ivu-input-number-input {
    height: 28px;
    background-color: transparent;
    text-align: center;
    line-height: 28px
}

[order-product] .refund-modal .ivu-input-number-controls-outside-btn i {
    font-weight: 700
}

[order-product] .refund-modal .ivu-input-number-controls-outside-btn:hover i {
    color: inherit
}

[order-product] .refund-modal .ivu-input-number-controls-outside-btn-disabled,[order-product] .refund-modal .ivu-input-number-controls-outside-btn-disabled:hover {
    background-color: #f5f5f5
}

[order-product] .refund-modal .ivu-input-number-controls-outside-btn-disabled:hover i,[order-product] .refund-modal .ivu-input-number-controls-outside-btn-disabled i {
    color: rgba(0,0,0,.85)
}

[order-product] .refund-modal .tips {
    padding: 12px 0 23px;
    font-size: 12px;
    line-height: 14px;
    color: #999
}

[order-product] .refund-modal .ivu-modal-footer {
    padding-bottom: 30px;
    border: 0;
    text-align: center
}

[order-product] .refund-modal .ivu-modal-footer button+button {
    margin-left: 20px
}

[order-product] .refund-modal .ivu-btn {
    height: 46px;
    padding: 0 71px;
    border-color: #f5f5f5;
    border-radius: 23px;
    background-color: #f5f5f5;
    font-size: 16px!important;
    color: #666
}

[order-product] .refund-modal .ivu-btn:focus {
    box-shadow: none
}

[order-product] .refund-modal .ivu-btn-primary {
    border-color: #1890ff;
    background-color: #1890ff;
    color: #fff
}

[order-product] .refund-modal .ivu-form .ivu-form-item-label {
    font-size: 13px!important
}

[order-product] .refund-modal .ivu-table {
    font-size: 14px!important;
    line-height: 20px
}

[order-product] .refund-modal .image-wrap {
    float: left
}

[order-product] .refund-modal .image {
    width: 46px;
    height: 46px
}

[order-product] .refund-modal .title {
    margin-left: 52px
}

[order-product] .line1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}