﻿@charset "utf-8";
/*列表样式的附加按钮 */



/*列表及表单中的附加样式*/
a.listLook {
    display: inline-block;
    width: auto;
    min-width: 40px;
    height: 24px;
    line-height: 24px !important;
    overflow: hidden;
    background: #4ac302;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    float: left;
}

a.listDel {
    display: inline-block;
    width: auto;
    min-width: 40px;
    height: 24px;
    line-height: 24px !important;
    overflow: hidden;
    background: #f00;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    float: left;
}

a.listEdit {
    display: inline-block;
    width: auto;
    min-width: 40px;
    height: 24px;
    line-height: 24px !important;
    overflow: hidden;
    background: #f60;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    float: left;
}

/*单独设置列表按钮区域的样式*/
.listButtonBox {
}

    .listButtonBox a:last-child {
        margin-bottom: 0px;
    }

/**统计信息区域**/
.total {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 5px 10px;
    text-align: right;
    color: #444444;
    line-height: 26px;
    font-size: 12px;
}

    .total span {
        display: inline-block;
        height: 26px;
        line-height: 26px;
    }

    .total i {
        color: #f00;
    }

    .total input {
        background: #f60;
        height: 26px;
        line-height: 26px;
        margin: 5px 5px;
        padding: 0 15px;
        color: #fff;
        border-radius: 5px !important;
        font-size: 14px;
        margin: 0px 5px 0px 5px;
    }


.inputBox .inputBody .inputListBox {
    padding: 0px 0;
    background: #fafafa;
    height: auto;
    overflow: hidden;
}

    .inputBox .inputBody .inputListBox td {
        font-size: 10pt;
    }


    .inputBox .inputBody .inputListBox a.noShow {
        color: #000000;
    }

        .inputBox .inputBody .inputListBox a.noShow:hover {
            color: #000000;
            font-weight: bold;
        }


    .inputBox .inputBody .inputListBox span {
        display: block;
        line-height: 20px;
        font-size: 10pt;
    }

        .inputBox .inputBody .inputListBox span.listshowline {
        }

        .inputBox .inputBody .inputListBox span.errorInfo {
            color: #f30;
            font-size: 9pt;
            font-weight: normal;
        }

        .inputBox .inputBody .inputListBox span.okInfo {
            color: #c6c6c6;
            font-size: 9pt;
            font-weight: normal;
        }

        .inputBox .inputBody .inputListBox span.paybutton {
            display: inline-block;
            background: #f70;
            color: #ffffff;
            width: auto;
            height: 20px;
            line-height: 20px;
            font-size: 10pt;
            text-align: center;
            cursor: pointer;
            border-radius: 5px;
            padding: 0 10px;
        }

    .inputBox .inputBody .inputListBox font {
        font-size: 10pt;
        line-height: 20px;
        color: #555;
    }

    .inputBox .inputBody .inputListBox .weightMore {
        color: #f60;
    }

    .inputBox .inputBody .inputListBox i {
        font-weight: normal;
        font-size: 9pt;
        margin-left: 3px;
        line-height: 20px;
        color: #666;
    }

    .inputBox .inputBody .inputListBox td {
        line-height: 26px;
    }

        .inputBox .inputBody .inputListBox td input {
            display: inline-block;
            margin-bottom: 0px;
            font-size: 10pt;
            height: 30px;
            line-height: 30px;
            padding: 0px 5px;
            box-sizing: border-box;
            -moz-box-sizing: border-box; /* Firefox */
            -webkit-box-sizing: border-box; /* Safari */
            border: 1px solid #cccccc;
        }

            .inputBox .inputBody .inputListBox td input[type="number"] {
                width: 50px;
            }

        .inputBox .inputBody .inputListBox td select {
            display: inline-block;
            margin-bottom: 0px;
            font-size: 10pt;
            height: 30px;
            line-height: 30px;
        }


/*帮助中心文章列表*/

.bbsList ul {
    padding: 0 10px;
}

    .bbsList ul li {
        clear: both;
        display: block;
        padding: 10px 10px;
        line-height: 24px;
        overflow: hidden;
        border-bottom: 1px dashed #ccc;
    }

        .bbsList ul li:last-child {
            border-bottom: 0px;
        }

        .bbsList ul li img {
            display: inline-block;
            width: 45px;
            height: 45px;
            float: left;
            margin: 10px;
        }

        .bbsList ul li i.helpTitle {
            display: block;
            color: #000000;
            font-size: 11pt;
            line-height: 30px;
            margin-left: 60px;
            border-bottom: 1px dashed #ddd;
        }

            .bbsList ul li i.helpTitle .rightdate {
                float: right !important;
                font-size: 10pt;
                padding: 0 15px;
            }

        .bbsList ul li i.helpBody {
            display: block;
            color: #666666;
            font-size: 10pt;
            line-height: 26px;
            padding: 5px 0;
            margin-left: 60px;
        }



.weightError {
    text-decoration: line-through;
}

.moneyStrShow {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/error.png) no-repeat left top;
}

.clearPic {
    width: 70px;
    height: 45px;
    cursor: pointer;
}


@media screen and (max-width:980px) {

    /*强制在小窗口时显示在一行*/
    .listshowline {
        display: inline-block !important;
        margin-right: 5px;
    }
}
