.product {
    display: flex;
}

.pmenu {
    width: 230px;
    height: 509px;
    background-color: #fff;
    border: 1px solid rgba(164, 166, 181, 0.2);
}

.pmenu-sub {

}

.pmenu-sub .name {
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
}

.pmenu-sub .name img {
    margin-top: -3px;
    vertical-align: middle;
}

.pmenu-sub .name span {
    font-weight: 400;
    color: #262626;
    line-height: 21px;
    text-align: left;
    margin-left: 16px;
}

.pmenu-sub ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pmenu-sub li {
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    font-weight: 400;
    padding-left: 52px;
}

.pmenu-sub ul .active {
    color: #127FBB;
    background: rgba(18, 127, 187, 0.06);
}

.series {
    width: calc(100% - 246px);
    margin-left: 16px;
    margin-bottom: 60px;
    perspective: 1000px;
    background-color: #fff;
    border: 1px solid rgba(164, 166, 181, 0.2);
    overflow: hidden;
}

.series .sp-vr {
    width: 100%;
    height: 1px;
    background: rgba(140, 140, 140, 0.1);
}

.item {
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.item.active {
    display: block;
}

.item .header {
    padding: 15px;
}

.item .header .title {
    font-weight: bold;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
}

.item .header .desc {
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 18px;
}

.item .header .icon {
    float: right;
    margin-top: -30px;
}

.item .info {
    padding: 15px;
}

.category {
    display: flex;
    margin: 16px 10px;
}

.category > .ptitle {
    font-weight: bold;
    color: #262626;
    margin-left: 6px;
    line-height: 11px;
}

.category .sp-hr {
    width: 2px;
    height: 12px;
    background: #127FBB;
    border-radius: 1px;
}

.intro {
    display: flex;
}

.intro .thumb {
    margin: 5px 9px;
    border-radius: 3px;
}

.intro .desc {
    height: 120px;
    margin-top: 5px;
    padding: 0 15px;
    background-color: #F8F9FA;
    font-size: 12px;
    color: rgba(38, 38, 38, 0.4);
}

.intro .desc p {
    font-weight: 400;
    color: #444;
    line-height: 18px;
}

.intro .desc p > span {
    font-weight: 400;
    color: #8C8C8C;
}

.item table {
    width: 912px;
    font-size: 12px;
    margin: 16px 10px;
    table-layout: fixed;
    border: 1px solid #F0F0F0;
    border-collapse: collapse;
}

table tr:nth-child(odd) {
    background-color: #FCFCFC;
}

.item table th {
    width: auto;
    height: 30px;
    text-align: left;
    padding-left: 8px;
    line-height: 30px;
    background: #F7F7F7;
    border: 1px solid #F0F0F0;
}

.item table td {
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    border: 1px solid #F0F0F0;
}

.item table p {
    line-height: 16px;
    margin: 10px auto;
}


