﻿.leo-table {
    border-left: none;
    border-right: none;
}

    .leo-table th {
        border-right: none;
    }

.leo-toolbar {
    margin-top: 5px;
}

.console-content .leo-location ~ .leo-table-content {
    padding: 8px 0px 50px 0px;
}

.console-content .leo-table-header {
    left: 0;
}


/*#region bg*/

.leo-bg-yellow {
    background-color: #ffc079 !important;
}

.leo-bg-blue {
    background-color: #46a0fb !important;
}

.leo-bg-3 {
    background-color: #ad9efe !important;
}

.leo-bg-4 {
    background-color: #ff8e88 !important;
}

.leo-bg-5 {
    background-color: #fd8ef7 !important;
}


/*#endregion*/

.leo-summary-columns {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0px 0 0 -45%;
}

    .leo-summary-columns li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }

        .leo-summary-columns li h4 {
            text-align: left;
            font-weight: bold;
            margin-top: 10px;
        }

    .leo-summary-columns div {
        position: relative;
        text-align: left;
    }

        .leo-summary-columns div span {
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 5px;
        }

        .leo-summary-columns div label {
            padding-left: 5px;
            font-size: 12px;
            color: #9ba3af;
            cursor: pointer;
        }

            .leo-summary-columns div label:hover {
                text-decoration: underline;
            }

.console-home-card {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0;
}

    .console-home-card .leo-card {
        width: 15.5%;
        cursor: pointer;
        color: #fff;
        font-size: 0;
        margin-right: 1.25%;
        height: 80px;
    }

        .console-home-card .leo-card .leo-card-body {
            text-align: center;
            padding: 0;
        }

            .console-home-card .leo-card .leo-card-body .leo-pull-left {
                font-weight: normal;
                font-size: 14px;
                padding: 30px 3px;
            }

            .console-home-card .leo-card .leo-card-body .leo-pull-right {
                font-weight: bold;
                font-size: 16px;
                padding: 30px 0;
                border-bottom-right-radius: 5px;
                border-top-right-radius: 5px;
            }


        .console-home-card .leo-card.leo-bg-3 .leo-pull-right {
            background-color: #9888ea !important;
        }

        .console-home-card .leo-card.leo-bg-blue .leo-pull-right {
            background-color: #4397ec !important;
        }

        .console-home-card .leo-card.leo-bg-yellow .leo-pull-right {
            background-color: #f3b46d !important;
        }

        .console-home-card .leo-card.leo-bg-4 .leo-pull-right {
            background-color: #ef817b !important;
        }

        .console-home-card .leo-card.leo-bg-5 .leo-pull-right {
            background-color: #e87de3 !important;
        }



/**************产品选择***************/
.leo-product-select {
    width: 100%;
    height: 100%;
    position: relative;
}

    .leo-product-select .leo-form-action.fixed {
        width: 100% !important;
    }

.leo-content .leo-product-select .leo-aside {
    position: fixed;
    width: 200px;
    top: 0;
    left: 0;
    bottom: 40px;
    overflow: auto;
    z-index: 100;
}

.leo-product-select .leo-list-pop .leo-form-action.fixed {
    width: 100%;
}

.leo-product-select .leo-aside-next {
    position: relative;
}

.leo-product-select #selectedProduct {
    padding: 10px;
}

    .leo-product-select #selectedProduct h3 {
        font-weight: bold;
    }

    .leo-product-select #selectedProduct ul li {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #9aabab;
    }

        .leo-product-select #selectedProduct ul li img {
            position: absolute;
            width: 35px;
            height: 35px;
            border-radius: 5px;
        }

        .leo-product-select #selectedProduct ul li div {
            padding-left: 0px;
            padding-right: 30px;
            overflow: hidden;
            width: 100%;
        }

            .leo-product-select #selectedProduct ul li div label {
                display: block;
                overflow: hidden;
            }

            .leo-product-select #selectedProduct ul li div span {
                display: block;
                overflow: hidden;
            }

        .leo-product-select #selectedProduct ul li .icon-remove {
            position: absolute;
            width: 30px;
            height: 30px;
            right: 0px;
            text-align: center;
            top: 50%;
            margin-top: -8px;
            z-index: 100;
        }


#selectedProduct {
    padding: 10px;
}

    #selectedProduct h3 {
        font-weight: bold;
    }

    #selectedProduct ul li {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #9aabab;
    }

        #selectedProduct ul li img {
            position: absolute;
            width: 35px;
            height: 35px;
            border-radius: 5px;
        }

        #selectedProduct ul li div.info {
            padding-left: 0px;
            padding-right: 30px;
            overflow: hidden;
            width: 100%;
        }

            #selectedProduct ul li div.info label {
                display: block;
                overflow: hidden;
            }

            #selectedProduct ul li div.info span {
                display: block;
                overflow: hidden;
            }

        #selectedProduct ul li .icon-remove {
            position: absolute;
            width: 30px;
            height: 30px;
            right: 0px;
            text-align: center;
            top: 50%;
            margin-top: -8px;
            z-index: 100;
        }

    #selectedProduct .leo-numbox {
        height: 30px;
    }



/*.spList-content {
    width: 100%;
    overflow: hidden;
}

.spList-content-row {
    margin-left: -15px;
    margin-right: -15px;
}

    .spList-content-row li {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        width: 25%;
        display: inline-block;
        float: left;
    }

        .spList-content-row li a {
            display: block;
            border: 1px solid #eaeaea;
            padding-bottom: 10px;
        }

            .spList-content-row li a .spList-img {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .spList-content-row li a .spList-img img, .spList-details-img img {
                    display: block;
                    width: auto;
                    height: auto;
                    margin: 0 auto;
                    max-width: 100%;
                    max-height: 100%;
                }

.spList-txt {
    font: 12px/1.5 tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
    color: #333;
    padding: 6px 10px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
    box-sizing: content-box;
}

.spList-content-row li a:hover {
    box-shadow: 0 0 3px rgba(0,0,0,.1);
}

.spList-search {
    width: 90%;
    margin: 2% auto;
    background: #46a0fb;
    padding: 2px;
}

    .spList-search input[type="text"] {
        width: 80%;
        float: left;
    }

    .spList-search input.spList-search-btn {
        width: 20%;
        background: #46a0fb;
        height: 35px;
        color: #fff;
    }

.spList-sortbar {
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 0.625rem;
}

.spList-sortbar {
    display: flex;
    justify-content: space-between;
    height: 39px;
    background: #F5F5F5;
}

    .spList-sortbar ul li {
        float: left;
    }

        .spList-sortbar ul li a {
            display: block;
            padding: 0 20px;
            line-height: 37px;
            border-right: solid 1px #e8e8e8;
            color: #333;
        }

        .spList-sortbar ul li.select a {
            background: #fff;
        }

        .spList-sortbar ul li a:hover {
            background: #fff;
        }

    .spList-sortbar div.tpage {
        height: 37px;
    }

        .spList-sortbar div.tpage a {
            padding: 0 15px;
            color: #333;
        }

            .spList-sortbar div.tpage a:hover {
                color: #007aff;
            }

        .spList-sortbar div.tpage a, .spList-sortbar div.tpage span {
            display: inline-block;
            line-height: 37px;
        }

.spList-classify {
    margin-bottom: 10px;
    border: 1px #eaeaea solid;
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.spList-classify-tit {
    color: #888888;
    padding: 0 10px;
}

.spList-classify ul li {
    display: inline-block;
}

    .spList-classify ul li a {
        display: block;
        border-right: 1px #e8e8e8 solid;
        padding: 0 10px;
        color: #333;
    }

    .spList-classify ul li.select a {
        color: #ff8e88;
    }

.spList-details {
    width: 100%;
    display: flex;
}

.spList-details-img {
    width: 45%;
    max-width: 420px;
    display: flex;
    border: 1px #e8e8e8 solid;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .spList-details-img img {
        min-width: 100%;
        min-height: 100%;
    }

.spList-details-intro {
    flex: 1;
    padding: 0 20px;
}

.spList-details-tit {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 5px 0;
    line-height: 22px;
}

.spList-details-break {
    height: 10px;
    border-bottom: 1px #eaeaea dashed;
    margin-bottom: 10px;
}

.spList-details-specs {
    display: flex;
}

    .spList-details-specs dt {
        float: left;
        width: 50px;
        height: 28px;
        line-height: 28px;
    }

.spList-details-sub {
    height: 36px;
    background: #007aff;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 1px;
    margin-top: 2%;
    letter-spacing: 1px;
}

.spList-radioStyle input {
    display: none;
}

.spList-radioStyle label {
    border: 1px solid #e8e8e8;
    padding: 0 15px 0 10px;
    line-height: 28px;
    text-align: center;
    float: left;
    margin: 2px;
}

.spList-radioStyle input:checked + label {
    background: url(/Content/Images/ico_checkon.svg) no-repeat right bottom;
    background-size: 15px 15px;
    color: #007aff;
    border: 1px solid #007aff;
}

.spList-bpage {
    margin: 10px auto;
    text-align: center;
}

    .spList-bpage a, .spList-bpage span {
        display: inline-block;
        border: 1px #eaeaea solid;
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 14px;
        color: #333;
    }

        .spList-bpage span, .spList-bpage a:hover {
            background: #007AFF;
            color: #FFFFFF;
        }

        .spList-bpage a:first-child, .spList-bpage a:last-child {
            width: auto;
            padding: 0 10px;
        }

@media (max-width: 768px) {
    .spList-content-row li {
        width: 50%;
    }

    .spList-details {
        display: block;
    }

    .spList-details-img {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .spList-content-row li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .spList-content-row li {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .spList-content-row li {
        width: 25%;
    }
}*/

.lyTable {
    width: 100%;
    background: #fff;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.lyTable table {
    width: 100%;
    border: 0;
    border-top: 1px #000 solid;
    border-right: 1px #000 solid;
}

    .lyTable table table {
        border: none;
    }

        .lyTable table table td {
            border-left: none;
            border-right: 1px #000 solid;
        }

    .lyTable table td {
        border: 0;
        border-bottom: 1px #000 solid;
        border-left: 1px #000 solid;
        padding: 8px 5px;
        text-align: center;
        font-size: 12pt;
        color: #000;
    }

    .lyTable table .lytdLi td {
        padding: 4px 5px;
    }

.lyTable p {
    padding-right: 10px;
}

.lyTable h2 {
    font-weight: bold;
    font-size: 22px;
}

.lyTable table.spPop, .lyTable table.spPop td {
    border: 0;
    padding: 0;
}

    .lyTable table.spPop td img {
        width: 100%;
        max-width: 120px;
    }
