.ssl-detail .banner {
    width: 100%;
    height: 340px;
    background: url("/statics/epower/img/ssl-bg4.png") no-repeat center center;
    background-size: cover;
}

.ssl-detail .banner h3 {
    width: 779px;
    margin-top: 89px;
    height: 32px;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 40px;
}

.ssl-detail .banner p {
    width: 779px;
    height: 106px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.ssl-detail .banner .brand-bg {
    width: 300px;
    height: 300px;
    float: right;
    background: url("/statics/epower/img/brand-bg.png") no-repeat center;
    background-size: cover;
    margin-top: 20px;
}

.ssl-detail .banner .brand-bg img {
    width: 100%;
}

.ssl-detail .list {
    background: #f5f6fa;
    padding-top: 19px;
}

.ssl-detail .list .ssl-table:before {
    display: none;
}

.ssl-detail .list .ssl-table .ssl-thead-tr {
    height: 60px;
    border: 1px solid #DFE3F1;
}

.ssl-detail .list .ssl-table .ssl-thead-tr th {
    background: #E6EDFF;
}

.ssl-detail .list .ssl-table .ssl-thead-tr .cell {
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #3c7ee5;
    line-height: 14px;
}

.ssl-detail .list .ssl-table .ssl-tbody-tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ssl-detail .list .ssl-table .ssl-tbody-tr th,
.ssl-detail .list .ssl-table .ssl-tbody-tr td {
    border-right: 0;
}

.ssl-detail .list .ssl-table .ssl-tbody-tr h4 {
    /* height: 14px; */
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-bottom: 5px;
}

.ssl-detail .list .ssl-table .ssl-tbody-tr p {
    /* height: 14px; */
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.ssl-detail .list .ssl-table .ssl-tbody-tr .price {
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #F85252;
    line-height: 14px;
}

.ssl-detail .list .ssl-table .ssl-tbody-tr .buy {
    width: 80px;
    height: 32px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #3c7ee5;
    font-size: 14px;
    color: #3c7ee5;
    line-height: 14px;
    display: inline-block;
    text-emphasis: center;
    line-height: 32px;
}

.ssl-detail .list .ssl-table .ssl-tbody-tr:hover h4 {
    color: #3c7ee5;
}

.ssl-detail .list .ssl-table .ssl-tbody-tr:hover .buy {
    color: #fff;
    background: #3c7ee5;
}

.ssl-detail .detail-list {
    margin-top: 40px;
}

.ssl-detail .detail-list .detail-tabs {
    background: #f5f6fa;
}

.ssl-detail .detail-list .detail-tabs .center {
    background: #fff;
    height: 46px;
    border-bottom: solid 2px #3c7ee5;
}

.ssl-detail .detail-list .detail-tabs .center li {
    width: 198px;
    cursor: pointer;
    text-align: center;
    float: left;
    color: #333;
}

.ssl-detail .detail-list .detail-tabs .center li a {
    line-height: 44px;
    display: block;
    border-top: solid 2px transparent;
    border-right: solid 2px transparent;
    border-left: solid 2px transparent;
}

.ssl-detail .detail-list .detail-tabs .center li a.active {
    position: relative;
    border-color: #3c7ee5;
    color: #3c7ee5;
}

.ssl-detail .detail-list .detail-tabs .center li a.active::after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
    position: absolute;
}

.ssl-detail .detail-list .detail-tabs .center li .active .ht {
    color: #3c7ee5;
}

.ssl-detail .detail-list h3 {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    margin-top: 42px;
    margin-bottom: 39px;
    padding-left: 9px;
    border-left: 2px solid #f85252;
}

.ssl-detail .detail-list .detail-table,
.ssl-detail .detail-list .detail-data {
    overflow: hidden;
    background: #fff;
}

.qfc-table {
    width: 100%;
    display: flex;
}

.qfc-table ul {
    float: left;
    margin-left: -1px;
    flex: 1;
}

.qfc-table ul:nth-of-type(1) {
    margin-left: 0
}

.qfc-table .td {
    height: 40px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dfe3f1;
    color: #666;
    margin-top: -1px;
    /* width: 300px; */
}

.qfc-table .th {
    height: 60px;
    line-height: 60px;
    /* display: table-cell; */
    /* vertical-align: middle; */
    text-align: center;
    border: 1px solid #DFE3F1;
    color: #333;
    /* width: 300px; */
    background: #F5F6FA;
    font-weight: bold;
}

.td img {
    max-height: 100%;
    vertical-align: middle;
}

.ssl-detail .detail-list .detail-data ul li {
    float: left;
    width: 580px;
    height: 140px;
    background: #fff;
    border: 1px solid #DFE3F1;
    background-repeat: no-repeat;
    background-position: 29px 31px;
    background-size: 129px 82px;
    padding-left: 180px;
    padding-right: 29px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.ssl-detail .detail-list .detail-data ul li:nth-child(2n) {
    margin-right: 0;
}

.ssl-detail .detail-list .detail-data ul li:nth-child(1) {
    background-image: url("/statics/epower/img/ssl-gsdj.png");
}

.ssl-detail .detail-list .detail-data ul li:nth-child(2) {
    background-image: url("/statics/epower/img/ssl-whois.png");
}

.ssl-detail .detail-list .detail-data ul li:nth-child(3) {
    background-image: url("/statics/epower/img/ssl-lxr.png");
}

.ssl-detail .detail-list .detail-data ul li:nth-child(4) {
    background-image: url("/statics/epower/img/ssl-yinsi.png");
}

.ssl-detail .detail-list .detail-data ul li h4 {
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 16px;
    margin-top: 34px;
    margin-bottom: 23px;
}

.ssl-detail .detail-list .detail-data ul li p {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.el-table th,
.el-table td {
    text-align: left;
    padding-left: 20px;
}

.el-table .buy {
    text-align: center;
}