.product-list {
    width: 100%;
    display: flex;
    margin-top: 48px;
}

.p-category {
    margin-left: 24px;
    margin-right: 36px;
}

.p-category-item {
    position: relative;
}
.p-collapse {
    font-size: 24px;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}

.p-category-arrow {
    position: absolute;
    top: 0;
    left: 215px;
}

.p-collapse-item {
    margin-top: 12px;
    margin-bottom: 12px;
}

.p-collapse-item:nth-last-child(1) {
    margin-top: 12px;
    margin-bottom: 0;
}

.p-category-selected {
    color: #E75A31;
}

.p-collapse-line {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 240px;
    height: 2px;
    background: #DDDDDD;
}

#p-category-form input[type="radio"] {
    cursor: pointer;
    appearance: none;
    display: block;
}

#p-category-form  input[type="radio"]::before {
    content: attr(value);
}

#p-category-form  input[type="radio"]:checked::after {
    /*content: "v";*/
}

#p-category-form  input[type="radio"]::after {
    /*float: right;*/
    /*content: ">";*/
}

#p-category-form  input[type="radio"] + .p-category-list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #E75A31;
    line-height: 18px;
    padding-left: 24px;
}

#p-category-form input[type="radio"]:checked + .p-category-list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #E75A31;
    line-height: 18px;
    padding-left: 24px;
}

.p-list {
    width: 100%;
}

.p-list-category {
    font-size: 36px;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #444444;
    line-height: 51px;
    margin-bottom: 48px;
}

.p-list-items {
    width: 100%;
    margin-left: 36px;
    list-style-type:none;
}

.p-list-item {
    margin-bottom: 48px;
    margin-right: 16px;
    width: 30%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-list-item-div {
    width: 100%;
}

.p-list-item img {
    width: 100%;
}

.p-list-item-title {
    font-size: 16px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #444444;
    line-height: 18px;
    margin-top: 24px;
}

.p-pages {
    margin-bottom: 80px;
}


/* product detail page */
.product-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.p-detail-intro {
    margin-top: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.p-detail-image {

}

.p-detail-desc {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.p-detail-title {
    font-size: 36px;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #444444;
    line-height: 51px;
}

.p-detail-features {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-detail-feature {
    margin-top: 24px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: ArialMT;
    color: #666666;
    line-height: 28px;
}

.p-detail-feature-icon {
    margin-right: 16px;
    width: 16px;
    height: 16px;
    background: #E75A31;
    border-radius: 2px;
}

.p-detail-btn {
    margin-top: 40px;
    width: 130px;
    height: 48px;
    background: #E75A31;
    border-radius: 8px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: ArialMT;
    color: #FFFFFF;
    line-height: 18px;
}

.p-detail-h {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 36px;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #444444;
    line-height: 51px;
}

.p-detail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-detail-image {
    margin-right: 16px;
}

.p-detail-images {
    display: flex;
    flex-wrap: wrap;
}

.p-detail-images img {
    margin-right: 16px;
}