.product_content {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product_content_left {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.pro_left_text {
    font-size: 22px;
}
.pro_left_text2 {
    margin-top: 30px;
    font-size: 16px;
    text-indent: 2em;
}
.product_content_left>img {
    margin-top: 20px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px #cccccc;
}
.product_content_right {
    width: 100%;
}
.tab_content {
    width: 100%;
    padding: 20px;
}
#editor {
    margin-top: 30px;
    width: 100%;
    /*height: 650px;*/
    z-index: 1;
    font-size: 18px;
}
.w-e-text-container {
    height: 100% !important;
    border: none !important;
}
/* 头部隐藏 */
.w-e-toolbar{
    display: none !important;
}
/* 右边高度显示隐藏 */
.w-e-text {
    overflow-y: auto !important;
}
.w-e-text img:hover{
    box-shadow: none !important;
}

