.epower-xcx-detail {
    background: #f5f6fa;
    padding-top: 10px;
}

.epower-xcx-detail .banner {
    width: 100%;
    height: 200px;
    background: url("/statics/epower/img/gw-package.png") no-repeat center center;
    background-size: cover;
    padding-top: 55px;
    text-align: center;
    margin-bottom: 11px;
}

.epower-xcx-detail .banner h3 {
    font-size: 44px;
    line-height: 40px;
    color: #ffffff;
}

.epower-xcx-detail .banner p {
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
}

.epower-xcx-detail table {
    width: 100%;
}

.epower-xcx-detail table .td-switch {
    cursor: pointer;
}

.epower-xcx-detail table .i-sure {
    color: #3c7ee5;
    font-size: 14px;
}

.epower-xcx-detail table .i-error {
    color: #b6c0db;
    font-size: 14px;
}

.epower-xcx-detail table tr {
    width: 100%;
}

.epower-xcx-detail table.box_fixed {
    width: 1200px;
    border: 1px solid #dfe3f1;
    border-right: none;
    margin-bottom: 9px;
}

.epower-xcx-detail table.box_fixed th {
    padding: 30px 0;
    border-right: solid 1px #dfe3f1;
}

.epower-xcx-detail table .single-name td {
    border-top: 1px solid #dfe3f1;
}

.epower-xcx-detail table .single-name.is-active td {
    border-bottom: 1px solid #dfe3f1;
}

.epower-xcx-detail table.detail-list {
    border: 1px solid #dfe3f1;
    border-top: none;
}

.epower-xcx-detail table .first-th h3 {
    width: 110px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
}

.epower-xcx-detail table .first-th h3:first-child {
    text-align: right;
}

.epower-xcx-detail table .first-th h3:last-child {
    text-align: left;
}

.epower-xcx-detail table .other-th h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.epower-xcx-detail table .other-th p {
    margin-bottom: 24px;
}

.epower-xcx-detail table .other-th p i {
    font-size: 14px;
    color: #f85252;
}

.epower-xcx-detail table .other-th p b {
    font-size: 18px;
    font-weight: bold;
    color: #f85252;
}

.epower-xcx-detail table .other-th p span {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.epower-xcx-detail table .other-th .buy-btn {
    width: 70px;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #3c7ee5;
    font-size: 14px;
    color: #3c7ee5;
    text-align: center;
    line-height: 32px;
    display: block;
    margin: 0 auto;
    font-weight: normal;
}

.epower-xcx-detail table .is-normal {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.epower-xcx-detail table .is-active {
    font-size: 14px;
    font-weight: bold;
    color: #3c7ee5;
}

.epower-xcx-detail table tr td:first-child,
.epower-xcx-detail table tr th:first-child {
    width: 269px;
}

.epower-xcx-detail table tr th:first-child div {
    width: 110px;
    margin: 0 auto;
    transform: rotate(35deg);
    height: 1px;
    border-top: 1px solid #dfe3f1;
}

.epower-xcx-detail table tr th,
.epower-xcx-detail table tr td {
    width: 155px;
    text-align: center;
    background: #fff;
}

.epower-xcx-detail table tr td {
    line-height: 42px;
    vertical-align: middle;
    color: #333333;
    font-size: 14px;
}

.epower-xcx-detail table.is_fixed {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -600px;
    z-index: 999;
}