@charset "UTF-8";

.fheader-comparison-detail {
    background: #fff;
}

.contrast-detail-mainbody {
    min-height: 100%;
    background-color: #f1f1f1;
    box-sizing: border-box;
}

.products-pk-wrap {
    overflow: hidden;
    padding: 10px 2.5%;
    background: #fff;
}

.product-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 48.5%;
    height: 68px;
    padding: 5px 5px;
    color: #1a1a1a;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px #e7e7e7;
    box-sizing: border-box;
}

.product-item:first-child:after {
    content: ' ';
    position: absolute;
    top: 22px;
    right: -16px;
    z-index: 3;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url('../images/pk-icon.png') center center no-repeat;
    background-size: contain;
}

.products-configs-list {
    margin-top: 10px;
}

.title-line {
    height: 3.4rem;
    padding-left: 10px;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 3.4rem;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.item-wrap {
    display: flex;
    height: 3.8rem;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.item-left {
    overflow: hidden;
    display: flex;
    width: 26%;
    align-items: center;
    padding-left: 10px;
    color: #666;
    font-size: 12px;
    background: #f8f8f8;
    border-right: 1px solid #ddd;
}

.item-right {
    overflow: hidden;
    display: flex;
    width: 37%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    justify-content: center;
}

.item-right-line {
    border-left: 1px solid #ddd;
}

.grey-bg {
    background: #f8f8f8;
}