﻿.banner {
    width: 100%;
    float: left;
}

    .banner img {
        width: 100%;
        background-size: 100% !important;
    }

.title_img {
    width: 100%;
    text-align: center;
    margin: 60px auto 40px;
}

    .title_img img {
        height: 60px;
    }

.now_download {
    width: 100px;
    color: #fff;
    background: #cc0000;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    padding: 5px 22px;
    display: inline-block;
    margin: 10px 5px 10px 0;
}

    .now_download:hover {
        color: #fff;
        text-decoration: none;
    }

.download_all,
.download_qita {
    color: #333;
    text-decoration: none;
    margin-right: 50px;
    font-size: 14px;
}

    .download_all:hover,
    .download_qita:hover {
        color: #333;
        text-decoration: none;
    }

.download_qita {
    margin-right: 30px;
}
/*tab*/
.location_ul,
.decorationstyle_ul,
.arearange_ul,
.unitchoose_ul {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin-top: 10px;
}

    .location_ul li,
    .decorationstyle_ul li,
    .arearange_ul li,
    .unitchoose_ul li {
        display: inline-block;
        cursor: pointer;
        height: 30px;
    }

.active_li {
    height: 30px;
    width: 120px;
    text-align: center;
    border-bottom: 2px solid #cc0000;
    padding: 4px 0;
}
/*展示列表*/
.decorationcase_show {
    width: 100%;
    margin: 30px 0 100px;
}

.decorationcase {
    width: 365px;
    height: 240px;
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    margin-top: 10px;
}

    .decorationcase .beijing {
        height: auto;
        width: 200px;
    }

    .decorationcase .miaoshu {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: rgba(0, 0, 0, .5);
        padding: 8px 20px;
    }

    .decorationcase .yanjing {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        height: 238px;
    }

.miaoshu p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.miaoshu span {
    color: #fff;
}

.fixed-table-body,
.bootstrap-table .table {
    border: none !important;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    border-top: none !important;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: transparent !important;
}

@media (max-width:768px ) {
    .SignInAdmin_Small5 {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .location_ul li, .decorationstyle_ul li, .arearange_ul li, .unitchoose_ul li {
        width: 49%;
    }

    .location_liT {
        vertical-align: top;
    }

    .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
        background: none !important;
    }

    .decorationcase {
        width: 100px;
        height: 88px;
        border: 1px solid #ddd;
        display: inline-block;
        position: relative;
        margin-right: 0;
        margin-top: 10px;
    }

        .decorationcase .beijing {
            height: 100%;
            width: 100%;
        }

        .decorationcase .miaoshu {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 35px;
            background: rgba(0, 0, 0, .5);
            padding: 2px 5px;
        }

    .miaoshu p {
        font-size: 10px;
        color: #fff;
        margin-bottom: 0;
    }

    .bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td {
        padding: 0 !important;
    }

    .decorationcase_show {
        margin-bottom: 0px !important;
    }

    .title_img {
        width: 100%;
        text-align: center;
        margin: 20px auto 0px;
    }

        .title_img img {
            height: 50px;
        }
}
