﻿html, body {
    background-color: #f5f5f5;
}
.goods-add {
    text-align: center;
}

    .goods-add a {
        display: inline-block;
        width: 86px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        margin: 30px auto 40px;
        background-color: #DB2323;
        color: #fff;
        font-size: 14px;
    }
/* 我的商品类目 */
.mycate-hd {
    height: 54px;
    line-height: 54px;
    background-color: #f5f5f5;
}

    .mycate-hd h1 {
        display: inline-block;
        margin-left: 20px;
        font-size: 14px;
        font-weight: bold;
    }

.mh-state {
    position: relative;
    float: right;
}

    .mh-state .mh-tips {
        position: absolute;
        bottom: -16px;
        right: 13px;
        color: #cc0000;
    }

    .mh-state > span {
        margin-right: 12px;
    }

    .mh-state input {
        position: relative;
        top: 2px;
        margin-right: 3px;
    }

.mycate-serch {
    width: 753px;
    height: 31px;
    line-height: 31px;
    margin: 25px auto 20px;
    text-align: center;
}

    .mycate-serch input {
        height: 29px;
        line-height: 29px;
        vertical-align: middle;
        width: 242px;
        padding-left: 8px;
        margin-left: 10px;
        border: 1px solid #d1d1d1;
        outline: none;
    }

    .mycate-serch .ms-input {
        float: left;
        margin-right: 20px;
    }

    .mycate-serch .ms-btn {
        float: left;
        width: 84px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        background: #ffe7e7 url(../images/searchicon.png) no-repeat center;
        background-size: 20px;
    }

/* mycate-table */
.mycate-table {
    width: 100%;
    border: 1px solid #e5e5e5;
}

    .mycate-table th,
    .mycate-table td {
        text-align: center;
    }

    .mycate-table td {
        border-right: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    }

    .mycate-table .col01 {
        width: 64px;
    }

    .mycate-table .col02 {
        width: 134px;
    }

    .mycate-table .col03 {
        width: 131px;
    }

    .mycate-table .col04 {
        width: 523px;
    }

    .mycate-table .col05 {
        width: 98px;
    }

    .mycate-table .col06 {
        width: 99px;
    }

    .mycate-table thead tr {
        height: 30px;
        line-height: 30px;
        background-color: #f5f5f5;
    }

    .mycate-table tbody tr {
        height: 46px;
        line-height: 23px;
    }

    .mycate-table .mt-opt a {
        position: relative;
        top: 3px;
        display: inline-block;
        width: 17px;
        height: 17px;
        margin: 0 10px;
    }

        .mycate-table .mt-opt a.mt-edit {
            background: url(../images/editicon.png) no-repeat center;
            background-size: 100%;
        }

        .mycate-table .mt-opt a.mt-search {
            background: url(../images/searchicon.png) no-repeat center;
            background-size: 100%;
        }
/* searchno */
.searchno .serh-ns {
    text-align: center;
    height: 32px;
    line-height: 32px;
    width: 266px;
    margin: 25px auto;
}

.searchno .ns-icon {
    float: left;
    height: 32px;
    margin-right: 10px;
}

.searchno .ns-content {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #f60;
}

.pages {
    margin-top:10px;
    float: right;
}

    .pages .pre,
    .pages .next {
        display: inline-block;
        width: 80px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        cursor: pointer;
    }

    .pages .page {
        margin: 0 14px;
        color: #cc0000;
    }
