﻿.epower-cloud .content .hardware-info .setting-detail {
    padding-top: 10px;
}

.epower-host .detail-list .detail-table.overview ul {
    border-bottom: 1px solid #dfe3f1;
}

    .epower-host .detail-list .detail-table.overview ul li {
        width: 25%;
        height: 235px;
        float: left;
        background: #f5f6fa;
        border: 1px solid #dfe3f1;
        margin-right: -1px;
        margin-bottom: -1px;
        padding-top: 20px;
        text-align: center;
    }

.epower-host .detail-list .detail-table.overview .li-icon {
    width: 90px;
    height: 90px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    line-height: 90px;
}

.epower-host .detail-list .detail-table.overview h4 {
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 14px;
    margin-bottom: 20px;
}

.epower-host .detail-list .detail-table.overview p {
    height: 38px;
    font-size: 14px;
    padding-left: 44px;
    padding-right: 44px;
    color: #999999;
    line-height: 18px;
}

.epower-host .show-config {
    border-top: 1px solid #dfe3f1;
    margin-left: 20px;
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .epower-host .show-config .el-form-item {
        margin-bottom: 8px;
    }

.epower-host .hardware-info .show-config {
    border-top: 0;
    margin-top: 0;
}

.epower-host .technology-tab {
    border-bottom: 1px solid #dfe3f1;
    height: 48px;
}

    .epower-host .technology-tab .tab-li {
        width: 285px;
        height: 48px;
        background: #ffffff;
        border: 1px solid #dfe3f1;
        float: left;
        margin-bottom: -1px;
        margin-right: 20px;
        font-size: 16px;
        color: #333333;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
    }

        .epower-host .technology-tab .tab-li:last-child {
            margin-right: 0;
        }

        .epower-host .technology-tab .tab-li.active {
            border-color: #3c7ee5;
            color: #fff;
            background-color: #3c7ee5;
        }

.epower-host .table-info {
    margin-top: 30px;
    width: 100%;
    border-bottom: 1px solid #dfe3f1;
    border-left: 1px solid #dfe3f1;
    background-color: #fff;
}

    .epower-host .table-info tr:first-child td {
        height: 75px;
        font-size: 16px;
        color: #666;
    }

    .epower-host .table-info tr td {
        width: 259px;
        padding-left: 40px;
        border-top: 1px solid #dfe3f1;
        border-right: 1px solid #dfe3f1;
        height: 55px;
        font-size: 12px;
        color: #666;
    }

    .epower-host .table-info tr:first-child {
        width: 166px;
        font-size: 14px;
        background-color: #f5f6fa;
    }

    .epower-host .table-info tr td:first-child {
        background: #f5f6fa;
        text-align: left;
        padding-left: 50px;
        font-size: 12px;
        color: #333;
    }

    .epower-host .table-info tr td:first-child {
        width: 165px;
    }

.epower-host .table-windows-icon {
    display: inline-block;
    padding-left: 26px;
    line-height: 1.5em;
    background: url("../../../img/icon-windows.png") no-repeat left center;
    background-size: contain;
    vertical-align: middle;
}

.epower-host .table-info .host-buy {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    background-color: #3c7ee5;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

    .epower-host .table-info .host-buy:hover {
        background-color: #2c70db;
    }

.epower-host .contrast-box label {
    display: block;
    margin-left: -20px;
    margin-top: 10px;
    color: #666;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    .epower-host .contrast-box label:first-child {
        margin-top: 0;
    }

.epower-host .contrast-box input {
    margin-right: 3px;
    vertical-align: bottom;
}

.epower-host .table-hardware tr td {
    width: 1035px;
}

.epower-host .table-hardware tr:first-child td {
    height: 55px;
    font-size: 12px;
}

.epower-host .table-hardware tr:first-child {
    background-color: #fff;
}

.epower-host .table-host-type tr td {
    width: 518px;
}

.epower-host .table-host-type tr td {
    text-align: center;
}

.epower-host .table-info tr td:first-child {
    text-align: left;
}

.epower-host .tab-support {
    display: inline-block;
    width: 17px;
    height: 16px;
    color: #02b369;
}

.epower-host .tab-nonsupport {
    display: inline-block;
    width: 14px;
    height: 13px;
    color: #b6c0db;
}

.epower-host .param-tabs {
    overflow: hidden;
}

.epower-host .highlight {
    background-color: #e9f8ff;
}

.epower-host .problem-list {
    background: #f5f6fa;
    border: 1px solid #dfe3f1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

    .epower-host .problem-list li {
        width: 33%;
        float: left;
        font-size: 14px;
        color: #333333;
        line-height: 34px;
        text-align: left;
        padding-left: 46px;
    }

        .epower-host .problem-list li a {
            display: inline-block;
            position: relative;
            padding-left: 14px;
        }

        .epower-host .problem-list li b {
            width: 6px;
            height: 6px;
            background: #b6c0db;
            border-radius: 100%;
            position: absolute;
            top: 15px;
            left: 0;
        }

        .epower-host .problem-list li:hover {
            color: #3c7ee5;
        }

            .epower-host .problem-list li:hover b {
                background-color: #3c7ee5;
            }
