.p_p_detail {
    padding-top: 60px;
    background-color: #f7f7f7;
}

.p_p_detail .content {
    width: 1200px;
    margin: 0 auto;
}
.p_p_detail .content .line1 {
    margin: 20px 0;
}
.p_p_detail .content .line_box {
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.p_p_detail .content .line_box .image {
    width: 600px;
    height: 300px;
}
.p_p_detail .content .line_box .info {
    background-color: #fff;
    width: 600px;
    height: 300px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}
.p_p_detail .content .line_box .info .name {
    font-weight: 700;
    font-size: 20px;
    color: #3c3e42;
}
.p_p_detail .content .line_box .info .info_line {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.p_p_detail .content .line_box .info .info_line .i_l_info {
    margin-left: 10px;
}

.p_p_detail .content .line_box .info .info_line .i_l_info .key {
    font-weight: 700;
    font-size: 14px;
    color: #3d3d3d;
}
.p_p_detail .content .line_box .info .info_line .i_l_info .value {
    font-weight: 400;
    font-size: 12px;
    color: #808180;
}

/* list_box */
.p_p_detail .content .list_box {
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    min-height: 200px;
}
.p_p_detail .content .list_box .types {
    border-bottom: 3px #d8d8d8 solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.p_p_detail .content .list_box .types .type {
    margin-right: 20px;
    min-width: 100px;
    text-align: center;
    height: 3rem;
    padding: 10px;
    position: relative;
    bottom: -3px;
    box-sizing: border-box;
}
.p_p_detail .content .list_box .types .type_0 {
    border-bottom: 3px #108cda solid;
    color: #108cda;
}
.comment_list_dom {
    display: none;
}
.comment_num {
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
}
/* 评论操作 */
.comment_todo {
    padding: 10px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.comment_todo .comment_todo_image {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    object-fit: cover;
}
.comment_todo .comment_todo_comment {
    width: calc(100% - 60px);
    position: relative;
}
.comment_todo_comment_textarea {
    width: 100%;
    resize: none;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    height: 120px;
}
.comment_todo_comment_submit {
    position: absolute;
    right: 20px;
    bottom: 10px;
    padding: 10px 20px;
    background-color: #108cda;
    color: #fff;
    border: none;
    border-radius: 10px;
}

/* 评论列表 */
.p_p_detail .content .list_box .comment_list {
    margin-top: 20px;
    height: 535px;
    overflow: hidden;
    overflow-y: scroll;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    position: relative;
}

/* 富文本 */
.p_p_detail_info {
    display: block;
}

/* charge */
.p_p_detail_pro_list {
    display: none;
}

.p_p_detail_pro_list .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.p_p_detail_pro_list .list .list_item {
    border: 1px #eee solid;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.p_p_detail_pro_list .tags {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 5px 10px;
    background-color: #108cda;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    width: calc(100% - 40px);
}

.p_p_detail_pro_list .iamge {
    width: 100%;
    height: 280px;
    background-color: #fff;
}

.p_p_detail_pro_list .content {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.p_p_detail_pro_list .content .title {
    font-weight: bold;
    font-size: 16px;
    color: #3c3e42;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.p_p_detail_pro_list .content .dec {
    font-weight: 400;
    font-size: 14px;
    color: #808180;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* 超出四行隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}

.p_p_detail_pro_list .list .list_item .view {
    position: absolute;
    top: 35%;
    left: 38%;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.67);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.p_p_detail_pro_list .list .list_item:hover .view {
    opacity: 1;
    pointer-events: auto;
}

.p_p_detail_pro_list .pages_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.p_p_detail_pro_list .pages_box .pages_start,
.p_p_detail_pro_list .pages_box .pages_item {
    margin-right: 20px;
    padding: 10px 20px;
    border: 1px #e5e5e5 solid;
    background-color: #fff;
    border-radius: 10px;
}

.p_p_detail_pro_list .pages_box .pages_end {
    padding: 10px 20px;
    border: 1px #e5e5e5 solid;
    background-color: #fff;
    border-radius: 10px;
}

/* --- */
.p_p_detail .content .list_title {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}

.p_p_detail .content .list_title .text {
    font-size: 24px;
    font-weight: bold;
}

.p_p_detail .content .list_line {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 20px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* ----- */
.p_p_detail .content .list_line .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.p_p_detail .content .list_line .list_item .tags {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 5px 10px;
    background-color: #108cda;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    width: calc(100% - 40px);
}
.p_p_detail .content .list_line .list_item .iamge {
    width: 100%;
    height: 200px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}
.p_p_detail .content .list_line .list_item .content {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.p_p_detail .content .list_line .list_item .content .title {
    font-weight: bold;
    font-size: 16px;
    color: #3c3e42;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.p_p_detail .content .list_line .list_item .content .dec {
    font-weight: 400;
    font-size: 14px;
    color: #808180;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* 超出四行隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.p_p_detail_pro_our_list .list_item {
    position: relative;
}
.p_p_detail_pro_our_list .view {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.67);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.p_p_detail_pro_our_list .list_item:hover .view {
    opacity: 1;
}
