.layui-layout-admin .layui-body {

    padding-bottom: 0;
}

.layui-input-block>.content {
    padding: 7px 0;
}

.layui-form-switch>div {
    color: #fff !important;
}

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

.content-rules-edit>.layui-input-block {
    margin-left: 0;
}

.content-rules-value>* {
    margin-bottom: 10px;
}

.header-message .layui-badge {
    margin: -16px 0 0 -8px;
    border-radius: 4px;
    transform: scale(0.83);
}

#header-message {
    padding-right: 30px;
}

.layuimini-message dd>a {
    min-width: 160px;
    padding: 0 10px !important;
    display: flex !important;
    justify-content: space-between;
}

.default-avatar-wrapper {
    padding-top: 7px;
}

.default-avatar-wrapper>.default-avatar-image {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.layuimini-upload tip {
    width: calc(100% - 180px);
}

.layuimini-form .layui-form-item>.layui-input-block tip,
.layuimini-form .layui-form-item>.layui-inline tip {
    display: inline-block;
    margin-top: 10px;
    line-height: 15px;
    font-size: 12px;
    color: rgb(162, 156, 156);
}

.services-view {
    background-color: #f2f2f2;
}

#carousel-image {
    height: calc(100vw - 20px) !important;
}

.services-view .slogan {
    font-size: 20px;
    background-color: #ea4246;
    padding: 6px 0;
    text-align: center;
    color: #fff;
}

.services-view .slogan>span:not(:last-child):after {
    content: "·";
    font-size: 20px;
    padding-left: 3px;
    padding-right: 3px;
}

.services-view .title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #fff;
}

.services-view .info {
    padding: 0 15px 20px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.services-view .info>.market-price {
    color: #e72b2f;
}

.services-view .info>.sales {
    color: #999;
}

.services-view h3 {
    margin-top: 20px;
    padding: 20px 15px 15px;
    background-color: #fff;
}

.services-view .content img {
    width: 100%;
    background-color: #fff;
}

.table-color-value {
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align :middle;
}

.table-col-image{
    max-width: 200px;
    height: 40px;
}
.nomessage {
    display: inline-block;
    padding: 0 20px;
    color: #999;
}

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

.tab-user>.avatar {
    flex: 0 0 auto;
    margin-right: 10px;
}

.tab-user>.avatar>img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.tab-user>.info {
    flex: 1 1 auto;
    text-align: left;
    line-height: 1.5;
}

legend+.view-row {
    margin-top: 20px;
}

.view-row {
    display: flex;
    margin-bottom: 10px;
    line-height: 1.5;
}

.view-row>.view-name {
    flex: 0 0 120px;
    color: #999;
    text-align: right;
}

.view-row>.view-content {
    margin-left: 10px;
    flex: 1 1 auto;
}

.view-row>.view-content>.view-image {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
}

.amount-details>li {
    margin-bottom: 10px;
    display: flex;
}

.amount-details>li>div:first-child {
    width: 180px;
}

.amount-details>li>div:last-child {
    flex: 0 0 auto;
}

.layui-timeline-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
}

.layui-timeline-time {
    font-size: 12px;
    color: #999;
}

.layui-btn[disabled]{
    opacity: .5;
    cursor: not-allowed;
}

.tab-inside-btn {
    padding: 6px 12px;
    color: #01aaed;
    cursor: pointer;
}

.tab-inside-btn:hover {
    color: #01aaed;
    text-decoration: underline;
}

.refund-details li {
    margin-top: 30px;
    margin-bottom: 10px;
}

.refund-details li:first-child {
    margin-top: 10px;
}

.view-page {
    padding-left: 20px;
    padding-right: 20px;
}
.form-value{
    height: 38px;
    line-height: 38px;
    color: rgba(0,0,0,.85);
}
.table-color-value {
    width: 20px;
    height: 20px;
}

.layui-btn-warning{
    background-color: #ffb800;
}

.xm-option:hover{
    background-color: #f2f2f2;
}

tip a,tip a:hover{
    color: rgb(30, 159, 255);
    cursor: pointer;
}
tip a:hover{
    text-decoration: underline;
}

.order-detail .title{
    font-weight: bold;
    margin-bottom: 20px;
}

.order-detail .layui-row>div{
    margin-bottom: 10px;
}

.order-detail .layui-row>div>span{
    margin-right: 15px;
    opacity: .6;
}

.select-input{
    display: flex;

}
.select-input>.select-warpper{
    flex: 0 0 150px;
}
.select-input>.input-warpper{
    flex: 1 1 auto;
}
.log-type{
    margin-right: 10px;
    padding: 2px 5px;
    font-size: 12px;
    background-color: #f1f1f1;
}
.log-time{
    margin-left: 20px;
    font-size: 12px;
    padding: 2px 5px;
    height: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    color: #5f5f5f;
    vertical-align: 3px;
}
.version-list{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.version-list .type{
    flex: 0 0 200px;
}
.version-list .text{
    flex: 1 1 auto;
}

.version-list .btn{
    flex: 0 0 auto;
}
.layui-input-block.flex-row{
    display: flex;
    gap: 10px;

}

.layui-input-block.flex-row > .xm-select.supplier{
    flex: 1 1 auto;
}
.layui-input-block.flex-row button{
    padding-left: 20px;
    padding-right: 20px;
    height: 38px;
}

.file-detail{
    display: flex;
    margin-bottom: 10px;
}
.file-detail.col-row{
    flex-direction: column;
}
.file-detail>.name{
    width: 40%;
    max-width: 130px;
    color: #666;
}
.file-detail>.value{
    flex: 1 1 auto;
}
.sentai-header{
    display: flex;
    gap: 20px;
}
.sentai-header .order{
    flex: 0 0 50%;
}

.sentai-header .type{
    width: calc(50% - 20px);
    flex: 0 0 auto;
}
.sentai-data{
    margin-top: 20px;
}
.sentai-tab-progress{
    line-height: 1.3;
    text-align: center;
}
.sentai-tab-progress .layer-progress-percent{
    margin-left: 0;
}
.tab-img-wrap{
    position: relative;
    display: inline-block;
}
.tab-img-wrap .img-delete{
    position: absolute;
    padding-top: 2px;
    top: -4px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    line-height: 1;
    border-radius: 50%;
    background-color: #f56c6c;
    color: #fff;
    font-size: 13px;
    border: 2px solid #fff;
    cursor: pointer;
}
.tabletree-icon{
    display: inline-block;
    width: 20px;
    cursor: pointer;
}
/*.edit-checkbox-disable+div>div{*/
/*    color: rgba(0,0,0,.85) !important;*/
/*}*/

.sentai-header .order .tab-bar{
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #ccc;
}
.sentai-header .order .tab-bar>div{
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
}
.sentai-header .order .tab-bar>div.checked{
    color: #1e9fff;
}
.sentai-header .order .tab-bar>div.checked::after{
    content: '';
    left: 0;
    bottom: -1px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1e9fff;
}

.header-content .user .form-search .layui-input-inline{
    width: auto;
}