.productParams-main {
    width: 1200px;
    margin: 50px auto 140px;
}
.productParams-title {
    color: #3b3e40;
    font-size: 34px;
    font-weight: bold;
    margin: 0;
}
.productParams-container {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.productParams-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.productParams-tabs-box {
    cursor: pointer;
    user-select: none;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productParams-tabs-box span {
    color: #333;
    font-size: 18px;
    white-space: nowrap;
}
.productParams-tabs-box div {
    width: 100%;
    height: 4px;
    background-color: transparent;
    margin: 14px 0 -1px;
}
.productParams-tabs-act span {
    color: #165DFF;
    font-size: 18px;
    font-weight: bold;
}
.productParams-tabs-act div {
    background-color: #165DFF;
}
.params-type-arrow {
    width: 52px;
    height: 24px;
    box-shadow: -10px 0 14px 10px #fff;
    background-color: #fff;
    display: none;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.params-type-arrow img {
    width: 14px;
    cursor: pointer;
}
#paramsTypePrev, #paramsTypeNextDisable {
    display: none;
}
#paramsTypeNext, #paramsTypeNextDisable {
    margin-left: 24px;
}
.productParams-table {
    display: none;
}
.productParams-table-box {
    min-height: 50px;
    padding: 12px 16px;
    display: flex;
}
.productParams-table-title {
    width: 280px;
    margin-right: 60px;
}
.productParams-table-title span {
    color: #3b3e40;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    word-break: break-word;
}
.productParams-table-content {
    flex: 1;
}
.productParams-table-content span {
    color: #3b3e40;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
}
.productParams-table-shadow {
    background-color: #F8F9FB;
}
