.goods_detail_content {
    margin-bottom: 60px
}
.goods_detail_content .path .real_name {
    margin-left: 16px;
    width: 74px;
    height: 22px;
    border: 1px solid #68c4b1;
    border-radius: 4px;
    color: #68c4b1;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.goods_detail_content .content_box {
    margin-top: 24px
}

.goods_info {
    width: 980px;
    float: left;
    padding: 29px 54px;
    background-color: #fff
}

.goods_info .title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #33383e
}

.goods_info .text {
    margin-top: 29px;
    height: 16px;
    color: #666
}

.goods_info .content {
    color: #666;
    line-height: 24px;
    margin-top: 20px
}

.goods_info .content > img {
    margin: 20px auto;
    max-width: 100%
}

.goods_right {
    width: 394px;
    float: right
}

.goods_other_info {
    padding: 30px 20px 30px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    border-radius: 4px
}

.goods_other_info .top {
    padding-bottom: 21px;
    border-bottom: 1px dashed #c8c8c8
}

.goods_other_info .top .price_copy {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.goods_other_info .top .price_copy .price {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #68c4b1;
    line-height: 23px
}

.goods_other_info .top .price_copy .price > span {
    font-size: 20px;
    font-weight: 400;
    margin-left: 4px
}

.goods_other_info .top .price_copy .copy {
    color: #666;
    display: flex;
    align-items: center
}

.goods_other_info .top .price_copy .copy .copy_btn {
    width: 40px;
    height: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px
}

.goods_other_info .top .price_copy .copy .copy_btn:hover {
    background-color: rgba(104, 196, 177, .15);
    color: #68c4b1;
    border: 1px solid rgba(104, 196, 177, .15)
}

.goods_other_info .tool_btn {
    margin-top: 30px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.goods_other_info .tool_btn .tool_btn_box {
    display: flex;
    align-items: center
}

.goods_other_info .tool_btn .btn_item {
    display: flex;
    align-items: center
}

.goods_other_info .top .tool_btn .btn_item .icon {
    margin-right: 4px
}

.goods_other_info .top .tool_btn .btn_item.view .icon {
    width: 20px;
    height: 14px;
    background: url(../../images/icons.png) no-repeat -90px -109px
}

.goods_other_info .top .tool_btn .btn_item.download .icon {
    width: 13px;
    height: 15px;
    background: url(../../images/icons.png) no-repeat -71px -109px
}

.goods_other_info .top .tool_btn .btn_item.code .icon {
    width: 17px;
    height: 17px;
    background: url(../../images/icons.png) no-repeat -143px -109px
}

.goods_other_info .top .tool_btn .line {
    width: 1px;
    height: 14px;
    background-color: #ededed;
    margin: 0 10px
}

.goods_other_info .top .tool_btn .copy_btn {
    width: 40px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    color: #999
}

.goods_other_info .top .tool_btn .copy_btn:hover {
    background-color: rgba(104, 196, 177, .15);
    color: #68c4b1;
    border: 1px solid rgba(104, 196, 177, .15)
}

.goods_other_info .middle {
    padding-top: 20px
}

.goods_other_info .middle .download_btn {
    height: 49px;
    background: #68c4b1;
    border-radius: 4px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    color: #f8f9fc;
    cursor: pointer
}

.goods_other_info .middle .download_btn::before {
    width: 16px;
    height: 19px;
    margin-right: 10px;
    background: url(../../images/icons.png) no-repeat -219px -76px;
    content: '';
    display: block
}

.goods_other_info .middle .download_btn:hover {
    background-color: #50c1aa
}

.goods_other_info .middle .tool_btn {
    margin-top: 20px
}

.goods_other_info .middle .tool_btn .btn_item .icon {
    width: 15px;
    height: 15px
}

.goods_other_info .middle .tool_btn .tool_btn_box .btn_item {
    margin-right: 30px
}

.goods_other_info .middle .tool_btn .tool_btn_box .btn_item:last-child {
    margin-right: 0
}

.goods_other_info .middle .tool_btn .tool_btn_box .btn_item .icon {
    margin-left: 4px
}

.goods_other_info .middle .tool_btn .btn_item.report, .goods_other_info .middle .tool_btn .btn_item.right {
    cursor: pointer
}

.goods_other_info .middle .tool_btn .btn_item.report .icon, .goods_other_info .middle .tool_btn .btn_item.right .icon {
    background: url(../../images/icons.png) no-repeat -24px -109px
}

.goods_other_info .middle .tool_btn .btn_item.date .icon {
    margin-left: 0;
    margin-right: 4px;
    background: url(../../images/icons.png) no-repeat -187px -109px
}

.goods_other_info .middle .desc {
    margin-top: 14px;
    color: #c1c1c1;
    line-height: 18px;
    font-size: 12px
}

.goods_other_info .middle {
    padding-bottom: 21px;
    border-bottom: 1px dashed #c8c8c8
}

.goods_other_info .tag_box {
    padding-top: 19px
}

.goods_other_info .tag_box .title {
    color: #666;
    font-size: 16px
}

.goods_other_info .tag_box .tag_list {
    margin-top: 19px
}

.goods_other_info .tag_box .tag_list .tag {
    line-height: 26px;
    background-color: #f6f9fc;
    border-radius: 4px;
    padding: 0 10px;
    color: #c1c1c1;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    float: left
}

.goods_other_info .tag_box .tag_list .tag:hover {
    background-color: #68c4b1;
    color: #fff
}

.goods_other_info .tag_box .tag_list .tag:last-child {
    margin-right: 0
}

/*.user_info_box {
    padding: 30px 20px;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    border-radius: 4px
}*/

.user_info_box .user_info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.user_info_box .user_info .left {
    display: flex;
    align-items: center
}

.user_info_box .user_info .left .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px
}

.user_info_box .user_info .left .avatar > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.user_info_box .user_info .left .user_detail .title {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #33383e
}

.user_info_box .user_info .left .user_detail .desc {
    font-size: 12px;
    color: #c1c1c1;
    margin-top: 9px
}

.user_info_box .user_info .attention {
    line-height: 26px;
    border-radius: 13px;
    padding: 0 10px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    cursor: pointer
}

.user_info_box .user_info .attention.no {
    background-color: rgba(104, 196, 177, .15);
    color: #68c4b1
}

.user_info_box .user_info .attention.no:hover {
    background-color: #68c4b1;
    color: #fff
}

.user_info_box .user_info .attention.yes {
    background-color: #c1c1c1;
    color: #fff
}

.user_info_box .user_goods_box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.user_info_box .user_goods_box .goods_list {
    display: flex;
    align-items: center
}

.user_info_box .user_goods_box .goods_list .goods_item {
    width: 98px;
    height: 94px;
    border-radius: 2px;
    display: block;
    overflow: hidden;
    margin-right: 10px
}

.user_info_box .user_goods_box .goods_list .goods_item:last-child {
    margin-right: 0
}

.user_info_box .user_goods_box .goods_list .goods_item > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.user_info_box .user_goods_box .more {
    width: 30px;
    height: 94px;
    background-color: #f6f9fc;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 14px
}

.user_info_box .user_goods_box .more::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../images/icons.png) no-repeat -168px -109px;
    margin-top: 4px
}

.dialog_report_goods_wrapper .dialog_box {
    width: 606px
}

.dialog_report_goods_wrapper .dialog_box .dialog_body {
    padding-bottom: 10px
}

.dialog_report_goods_wrapper .report_goods_form .form_row {
    margin-bottom: 22px
}

.dialog_report_goods_wrapper .report_goods_form .form_row:last-child {
    margin-bottom: 0
}

.dialog_report_goods_wrapper .report_goods_form .form_row.info {
    color: #999;
    display: flex;
    align-items: center
}

.dialog_report_goods_wrapper .report_goods_form .form_row.info .info_item {
    margin-right: 38px
}

.dialog_report_goods_wrapper .report_goods_form .form_row.info .info_item:last-child {
    margin-right: 0
}

.dialog_report_goods_wrapper .report_goods_form .form_row.info .info_item > span {
    color: #666
}

.dialog_report_goods_wrapper .report_goods_form .form_row.radio_list {
    display: flex;
    color: #33383e
}

.dialog_report_goods_wrapper .report_goods_form .form_row.radio_list .radio_container {
    margin-right: 29px
}

.dialog_report_goods_wrapper .report_goods_form .form_row.radio_list .radio_container:last-child {
    margin-right: 0
}

.dialog_report_goods_wrapper .report_goods_form .form_row.textarea_input .text {
    color: #c1c1c1;
    line-height: 24px;
    margin-bottom: 12px
}

.dialog_report_goods_wrapper .report_goods_form .form_row.textarea_input textarea {
    width: 100%;
    height: 136px;
    background-color: #f8f8f8;
    border: 1px solid #ededed;
    border-radius: 2px;
    outline: 0;
    padding: 16px;
    resize: none
}

.dialog_report_goods_wrapper .report_goods_form .form_row.textarea_input textarea::placeholder {
    color: #c1c1c1
}

.webui-popover {
    width: 292px;
    line-height: 18px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, .7) !important;
    color: #fff
}

.webui-popover .webui-arrow::after {
    border-bottom-color: rgba(0, 0, 0, .5) !important
}
.goods_info .content img{width: 100%!important;height: auto!important;}
.goods_right .user_info_box{
    padding: 30px 20px;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgba(51,51,51,.1);
    border-radius: 4px;
}