﻿

/*自定义样式, 常用样式的定义*/
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}


.tuxian {
}
/*暗淡*/
.andan {
    font-size: 11px;
    color: darkgrey;
}


/*列表页面的提示信息*/
.tishi {
    padding: 10px 10px 10px 10px;
    background-color: antiquewhite;
}

.tishi-titile {
    font-size: 12px;
    color: red;
}

.tishi-content {
    font-size: 12px;
}

/*表单必填项前面的星星 **/
.bitian {
    color: red;
    font-weight: 700;
    font-size: 15px;
}


/*layui样式的重写*/
.clear {
    clear: both;
}


.txt-impt {
    color: red;
    margin-right: 3px;
}

.layui-video-view {
    width: 360px;
    height: 200px;
}

.layui-img-view {
    width: 160px;
    height: 160px;
}


.paddingbottom15 {
    padding-bottom: 15px;
}

.screen .layui-form-item {
    margin-bottom: 10px;
}

.screen .layui-colla-content {
    padding-bottom: 0px;
}

.layui-col-220 {
    width: 220px;
    height: 600px;
    position: relative;
    background: #eaedf1;
}

.right-col-body {
    margin-top: 10px;
    margin-left: 30px;
    padding-right: 10px;
    position: absolute;
    width: auto;
    left: 220px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    overflow-y: auto;
}

.organize-tree {
    position: absolute;
    background-color: #fff;
    width: 300px;
    padding: 5px 25px;
    z-index: 1000;
    box-shadow: 0 0 24px rgba(0,0,0,.18);
    opacity: 0;
    /*height: 0;*/
    display: none;
}

.organize-tree ul {
    min-height: 30px;
    height: auto;
    overflow: overlay;
}

    .organize-tree.active {
        display: block;
        opacity: 1;
        height: auto;
        max-height: 800px;
        overflow: auto;
        transition: all .5s;
    }

.layuiAdmin-msg-detail .layui-card-header {
    height: auto;
    line-height: 30px;
    padding: 15px;
}

.layuiAdmin-msg-detail h1 {
    font-size: 18px;
}

.layuiAdmin-msg-detail .layui-card-header span:first-child {
    padding-left: 0px;
}

.layuiAdmin-msg-detail .layui-card-header span {
    color: rgb(153, 153, 153);
    padding: 0px 5px;
}

.layadmin-text {
    font-size: 15px;
}

    .layadmin-text h3 {
        line-height: 30px;
    }

    .layadmin-text p {
        margin-bottom: 10px;
        text-indent: 2em;
    }

.line26 {
    line-height: 26px;
}

    .line26 span {
        margin-right: 10px;
        display: inline-block;
    }

.spanblue {
    color: #1685fc;
}

.spangreen {
    color: #00aa00;
}

.spanred {
    color: #ff0000;
}

.wrap {
    max-width: 680px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 200px;
}

.labelauto {
    width: auto;
    padding-left: 0px;
}

#qqspan {
    font-size: 15px;
}

    #qqspan span {
        color: #666;
    }

#houzhui {
    font-weight: 700;
    font-size: 16px;
}

#tishi {
    display: inline;
    line-height: 38px;
}
/*line*/
.line {
    width: 100%;
    height: 10px;
    background: #f3f3f3;
}

.row .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

    .row .title h1 {
        font-weight: normal;
        /*float: left;
        margin-left: 4%;*/
        line-height: 45px;
        color: #a7a7a7;
        font-size: 14px;
    }

        .row .title h1 b {
            font-weight: normal;
            font-size: 14px;
            color: #666666;
        }

    .row .title .skuid {
        color: #1685fc;
    }
/*all*/
.row .all {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.row .pull-left {
    float: left;
    margin-left: 4%;
}

.row .pull-right {
    float: right;
    margin-right: 4%;
}
/*price*/
.row .all .price {
    line-height: 25px;
    color: #666666;
    font-size: 14px;
}

    .row .all .price span.num {
        color: #ff6b00;
    }
/*state*/
.row .all .state {
}

    .row .all .state .active {
        display: none;
    }

    .row .all .state a {
        display: inline-block;
        background: #FF8300;
        color: #fff;
        padding: 2px 12px;
        border-radius: 3px;
        border: 1px solid #eee;
    }

        .row .all .state a.current {
            color: #ff6b00;
            border: 1px solid #ff6b00;
        }

/*** 消除input元素 type="number" 时默认的 加减按钮*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*** 消除input元素 type="number" 时默认的 加减按钮---moz版*/
input[type=number] {
    -moz-appearance: textfield;
}

@@media screen and (max-width: 450px) {
    .layui-form-item .layui-inline {
        margin-bottom: 0;
    }

    .layui-form-item .layui-input-inline {
        margin: 0 80px 10px 112px;
    }

        .layui-form-item .layui-input-inline + .layui-form-mid {
            float: right;
            top: -50px;
        }
}


/*分页栏按钮居左, 分页组件靠右*/
.layui-table-page {
    text-align: right;
}

.layui-table-pagebar {
    float: left;
}
