/* 下单区域左侧 */
#p_p_introduce {
    width: 938px;
}

/* 下单区域右侧 */
#p_p_detail {
    width: 346px;
    padding: 20px;
}


/* 产品详细信息 */
#p_p_info {
    width: 1300px;
}

.product_details {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

/* 信息标题 */
.product_details h2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.product_details h2 i {
    font-size: 20px;
    font-weight: 400;
    color: var(--main-color);
    margin-right: 6px;

}

/* 中间内容 */
.product_details .content_box {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 100px;
}

/* view more */
.product_details .view_box,
.product_details .view_box span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.product_details .view_box {
    -webkit-box-pack: center;
    justify-content: center;
}

.product_details .view_box span {
    font-size: 14px;
    color: var(--main-color);
    cursor: pointer;
}

.product_details .view_box span i {
    font-size: 12px;
    margin-left: 6px;
}

/* view more */



.guide {
    display: flex;
    flex-direction: column;
}

.guide p {
    margin-bottom: 15px;
}

.guide p a {
    color: #333;
    font-size: 14px;
}

.guide p a:hover {
    color: var(--danger-color);
}

.guide p a .iconfont-ut {
    color: var(--danger-color);
    font-size: 20px;
}


.layui-tab-brief>.layui-tab-title .layui-this {
    color: var(--black);
}

.layui-tab-title li {
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    margin-right: 60px;
    padding: 8px 10px;
    margin-bottom: 10px;
    transition: all .2s;
    line-height: 20px;
}

.layui-tab-brief>.layui-tab-title li:hover {
    background-color: #0000001a;

}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--main-color) !important;
}


@media screen and (max-width: 1024px) {

    #p_p_introduce,
    .main .introduce_stock {
        flex-direction: column !important;
    }

    #p_p_introduce,
    #p_p_introduce .proInfo,
    #p_p_detail,
    #p_p_info {
        width: 100% !important;
    }

    #p_p_introduce .proInfo .price_box p.bar {
        display: none !important;
    }

    #p_p_introduce .proInfo .price_box button {
        display: inline-block;
        font-size: 12px;
        padding: 6px 10px;
        width: 90px;
        min-width: auto
    }


    .layui-tab-title li {
        margin-right: 0 !important;
    }


    #p_p_specification .content .selectAttr li {
        width: 100% !important;

    }

    #p_p_specification .content .submit .s-btn {
        padding: 5px;
    }


    .layui-tab-bar {
        border: 1px solid var(--main-light);
    }

}