.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
}

.content_box {
    margin-top: 24px
}

.goods_info {
    width: 980px;
    float: left
}

.goods_info .carousel_box {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    border-radius: 4px
}

.goods_info .carousel_box .carousel_all {
    width: 100%;
    position: relative;
    overflow: hidden
}

.goods_info .carousel_box .carousel_all .carousel_top {
    width: 100%;
    height: 100%
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner ul {
    width: 100%;
    height: auto !important;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner ul li {
    width: 1246px;
    height: 700px
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner ul li a {
    display: block;width: 100%;height: 100%;
    position: relative;
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner ul li a img {
    max-height: 100%;
    max-width: 100%;position: absolute;top:0;bottom: 0;left: 0;right: 0;
    display: block;margin:auto;
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner .next, .goods_info .carousel_box .carousel_all .carousel_top .carousel_banner .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 124px;
    z-index: 2
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner .prev {
    background: url(../../images/library/arrow_left.png) no-repeat
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner .next {
    background: url(../../images/library/arrow_right.png) no-repeat
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner .prev {
    left: 0
}

.goods_info .carousel_box .carousel_all .carousel_top .carousel_banner .next {
    right: 0
}

.goods_info .carousel_box .carousel_all .min_pic {
    margin-top: 20px
}

.goods_info .carousel_box .carousel_all .min_pic .num {
    width: 860px;
    overflow: hidden;
    float: left;
    position: relative;
    height: 84px;
    margin: 0 10px
}

.goods_info .carousel_box .carousel_all .min_pic .num ul {
    position: absolute;
    left: 0;
    top: 0;
    height: auto !important
}

.goods_info .carousel_box .carousel_all .min_pic .num ul li {
    float: left;
    margin-right: 14px
}

.goods_info .carousel_box .carousel_all .min_pic .num ul li:last-child {
    margin-right: 0
}

.goods_info .carousel_box .carousel_all .min_pic .num ul li a {
    display: block;
    position: relative;
    width: 132px;
    height: 84px;
    border-radius: 2px;
    overflow: hidden
}

.goods_info .carousel_box .carousel_all .min_pic .num ul li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .6);
    z-index: 2
}

.goods_info .carousel_box .carousel_all .min_pic .num ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.goods_info .carousel_box .carousel_all .min_pic .num ul li.on a::before {
    background-color: rgba(255, 255, 255, 0)
}

.goods_info .carousel_box .carousel_all .min_pic .next_btn1, .goods_info .carousel_box .carousel_all .min_pic .prev_btn1 {
    float: left;
    width: 30px;
    height: 84px;
    border-radius: 2px;
    background-color: rgba(104, 196, 177, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.goods_info .carousel_box .carousel_all .min_pic .next_btn1::before, .goods_info .carousel_box .carousel_all .min_pic .prev_btn1::before {
    content: '';
    display: block;
    width: 8px;
    height: 15px;
    background: url(../../images/icons.png) no-repeat 0 -129px
}

.goods_info .carousel_box .carousel_all .min_pic .prev_btn1::before {
    transform: rotate(180deg)
}

.goods_info .goods_describe_comment {
    margin-top: 20px
}

.goods_info .goods_describe_comment .describe_comment_box {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    border-radius: 4px;
    padding: 0 20px;
    position: relative
}

.goods_info .goods_describe_comment .header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 29px 0 20px;
    border-bottom: 1px solid #ededed;
    position: relative
}
.goods_info .goods_describe_comment .header .left{
    flex: 1;
}

.goods_info .goods_describe_comment .header .tool_btn {
    display: flex;
    align-items: center;min-width: 243px;
}

.goods_info .goods_describe_comment .header .tool_btn .btn {
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #999;
    margin-right: 10px;
    cursor: pointer;
    position: relative
}

.goods_info .goods_describe_comment .header .tool_btn .btn:hover {
    color: #cc3c5b;
    border: 1px solid #cc3c5b
}

.goods_info .goods_describe_comment .header .tool_btn .btn.active {
    color: #cc3c5b;
    background-color: rgba(204, 60, 91, .1);
    border: 1px solid rgba(204, 60, 91, .1)
}

.goods_info .goods_describe_comment .header .tool_btn .btn:last-child {
    margin-right: 0
}

.goods_info .goods_describe_comment .header .tool_btn .btn::before {
    content: '';
    display: block;
    margin-right: 6px
}

.goods_info .goods_describe_comment .header .tool_btn .btn.collection::before {
    width: 17px;
    height: 15px;
    background: url(../../images/icons.png) no-repeat -295px -116px
}

.goods_info .goods_describe_comment .header .tool_btn .btn.collection.active::before {
    background: url(../../images/icons.png) no-repeat -295px -135px
}

.goods_info .goods_describe_comment .header .tool_btn .btn.collection:hover::before {
    background: url(../../images/icons.png) no-repeat -295px -135px
}

.goods_info .goods_describe_comment .header .tool_btn .btn.share::before {
    width: 16px;
    height: 16px;
    background: url(../../images/icons.png) no-repeat -321px -116px
}

.goods_info .goods_describe_comment .header .tool_btn .btn.share:hover::before {
    background: url(../../images/icons.png) no-repeat -321px -135px
}

.goods_info .goods_describe_comment .header .tool_btn .btn.active{
    color: #cc3c5b;
    background-color: rgba(204, 60, 91, .1);
    border: 1px solid rgba(204, 60, 91, .1)
}
.goods_info .goods_describe_comment .header .tool_btn .btn.like::before{
    width: 17px;
    height: 16px;
    background: url(../../images/icons.png) no-repeat -348px -208px
}
.goods_info .goods_describe_comment .header .tool_btn .btn.like.active::before {
    width: 17px;
    height: 16px;
    background: url(../../images/icons.png) no-repeat -348px -135px
}

.goods_info .goods_describe_comment .header .left .title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #33383e
}

.goods_info .goods_describe_comment .header .left .tab_list {
    display: flex;
    align-items: center;
    margin-top: 29px
}

.goods_info .goods_describe_comment .header .left .tab_list .tab {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    margin-right: 42px;
    position: relative
}

.goods_info .goods_describe_comment .header .left .tab_list .tab.active, .goods_info .goods_describe_comment .header .left .tab_list .tab:hover {
    color: #cc3c5b
}

.goods_info .goods_describe_comment .header .left .tab_list .tab::after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #ededed;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -21px
}

.goods_info .goods_describe_comment .header .left .tab_list .tab:last-child::after {
    width: 0
}

.goods_info .goods_describe_comment .header .left .tab_list .tab::before {
    content: '';
    display: block;
    margin-right: 7px
}

.goods_info .goods_describe_comment .header .left .tab_list .tab.desc::before {
    width: 16px;
    height: 17px;
    background: url(../../images/icons.png) no-repeat -70px -129px
}

.goods_info .goods_describe_comment .header .left .tab_list .tab.desc.active::before {
    background: url(../../images/icons.png) no-repeat -374px -135px
}

.goods_info .goods_describe_comment .header .left .tab_list .tab.desc:hover::before {
    background: url(../../images/icons.png) no-repeat -374px -135px
}

.goods_info .goods_describe_comment .header .left .tab_list .tab.comment::before {
    width: 18px;
    height: 16px;
    background: url(../../images/icons.png) no-repeat -16px -129px
}

.goods_info .goods_describe_comment .header .left .tab_list .tab.comment.active::before {
    background: url(../../images/icons.png) no-repeat -42px -129px
}

.goods_info .goods_describe_comment .header .left .tab_list .tab.comment:hover::before {
    background: url(../../images/icons.png) no-repeat -42px -129px
}

.goods_info .goods_describe_comment .describe_comment_content {
    padding-top: 20px
}

.goods_info .goods_describe_comment .describe_comment_content .dc_item {
    display: none
}

.goods_info .goods_describe_comment .describe_comment_content .dc_item .title {
    font-size: 20px;
    color: #666
}

.goods_info .goods_describe_comment .describe_comment_content .active_item {
    display: block
}

.goods_info .goods_describe_comment .describe_comment_content .describe_box .desc_content {
    padding-bottom: 20px;
    color: #666;
    line-height: 24px;
    border-bottom: 1px solid #ededed
}

.goods_info .goods_describe_comment .describe_comment_content .describe_box .tips_box {
    padding: 19px 0
}

.goods_info .goods_describe_comment .describe_comment_content .describe_box .tips_box .tip_title {
    color: #fda333
}

.goods_info .goods_describe_comment .describe_comment_content .describe_box .tips_box > p {
    color: #666
}

.goods_info .goods_describe_comment .describe_comment_content .describe_box .tips_box .text {
    color: #999
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .input_box {
    margin-top: 19px
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .input_box > textarea {
    width: 100%;
    height: 100px;
    background-color: #f8f8f8;
    border: 1px solid #ededed;
    border-radius: 2px;
    outline: 0;
    padding: 16px;
    resize: none
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .input_box > textarea::placeholder {
    color: #c1c1c1
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .input_box .comment_submit_btn {
    width: 138px;
    height: 45px;
    background-color: #68c4b1;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .input_box .comment_submit_btn:hover {
    background-color: #50c1aa
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row {
    padding: 30px 0;
    border-bottom: 1px solid #ededed
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row:last-child {
    border-bottom: 0
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row .comment_user_info {
    display: flex;
    align-items: center
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row .comment_user_info .avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row .comment_user_info .user_name {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #33383e;
    margin-left: 12px
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row .comment_content {
    color: #666;
    line-height: 24px;
    margin-top: 15px
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row .bottom {
    color: #c1c1c1;
    margin-top: 15px;
    font-size: 12px;
    display: flex;
    align-items: center
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row .bottom .reply {
    margin: 0 30px;
    cursor: pointer
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row .bottom .like {
    cursor: pointer;
    line-height: 22px;
    padding: 0 6px;
    border-radius: 4px
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row .bottom .like {
    background-color: #f8f8f8
}

.goods_info .goods_describe_comment .describe_comment_content .comment_box .comment_list .comment_row .bottom .like.active {
    background-color: rgba(204, 60, 91, .1);
    color: #cc3c5b
}

.goods_info .goods_describe_comment .banner {
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px
}

.goods_info .goods_describe_comment .banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.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.collection {
    cursor: pointer
}

.goods_other_info .top .tool_btn .btn_item.collection .icon {
    width: 16px;
    height: 16px;
    background: url(../../images/icons.png) no-repeat -208px -109px
}

.goods_other_info .top .tool_btn .line {
    width: 1px;
    height: 14px;
    background-color: #ededed;
    margin: 0 20px
}

.goods_other_info .middle {
    padding-top: 20px
}

.goods_other_info .middle .download_cart {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.goods_other_info .middle .download_cart .download_btn {
    width: 100%;
    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_cart .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_cart .download_btn:hover {
    background-color: #50c1aa
}
.goods_other_info .middle .download_cart .shopping_cart{

}
.goods_other_info .middle .download_cart .shopping_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 49px;
    border: 1px solid #68c4b1;
    border-radius: 4px;
    color: #68c4b1;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 20px;background-color: #fff;
}

.goods_other_info .middle .download_cart .shopping_cart:hover {
    border: 1px solid #50c1aa;
    color: #50c1aa;
    background-color:#f0f8f6;
}

.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: 50px
}

.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 .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 .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 .mapping_tool_btn {
    display: flex;
    align-items: center
}

.goods_other_info .middle .mapping_tool_btn .btn_item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999
}

.goods_other_info .middle .mapping_tool_btn .btn_item .icon {
    margin-right: 5px
}

.goods_other_info .middle .mapping_tool_btn .btn_item.recharge .icon {
    width: 16px;
    height: 16px;
    background: url(../../images/icons.png) no-repeat -242px -179px
}

.goods_other_info .middle .mapping_tool_btn .btn_item.vip .icon {
    width: 16px;
    height: 14px;
    background: url(../../images/icons.png) no-repeat -265px -179px
}

.goods_other_info .middle .mapping_tool_btn .btn_item.collection .icon {
    width: 17px;
    height: 16px;
    background: url(../../images/icons.png) no-repeat -289px -179px
}

.goods_other_info .middle .mapping_tool_btn .btn_item.correct .icon {
    width: 14px;
    height: 14px;
    background: url(../../images/icons.png) no-repeat -312px -179px
}

.goods_other_info .middle .mapping_tool_btn .line {
    width: 1px;
    height: 14px;
    background-color: #ededed;
    flex-shrink: 0
}

.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 .other_info {
    margin-top: 20px
}

.goods_other_info .other_info .info_row {
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

.goods_other_info .other_info .info_row:last-child {
    margin-bottom: 0
}

.goods_other_info .other_info .info_row .row_item {
    width: 50%;
    display: flex
}

.goods_other_info .other_info .info_row .row_item .label {
    color: #c1c1c1
}

.goods_other_info .other_info .info_row .row_item .con {
    color: #666
}

.goods_other_info .download_content_box {
    padding: 20px 0;
    border-bottom: 1px dashed #c8c8c8
}

.goods_other_info .download_content_box .title {
    font-size: 16px;
    color: #666
}

.goods_other_info .download_content_box .download_content {
    margin-top: 22px;
    background-color: #f6f9fc;
    border-radius: 4px;
    padding: 6px 14px
}

.goods_other_info .download_content_box .download_content .download_row {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c1c1c1
}
.goods_other_info .download_content_box .download_content .paddingtop0{
padding-top: 0;
}

.goods_other_info .download_content_box .download_content .download_row .left {
    display: flex;
    align-items: center
}

.goods_other_info .download_content_box .download_content .download_row .left .label {
    color: #666
}

.goods_other_info .feature .feature_row {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.goods_other_info .feature .feature_row .feature_item {
    width: 33.33%;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center
}

.goods_other_info .feature .feature_row .feature_item:first-child {
    justify-content: flex-start
}

.goods_other_info .feature .feature_row .feature_item:last-child {
    justify-content: flex-end
}

.goods_other_info .feature .feature_row .feature_item::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px
}

.goods_other_info .feature .feature_row .feature_item.no::after {
    background: url(../../images/icons.png) no-repeat -232px -109px
}

.goods_other_info .feature .feature_row .feature_item.have::after {
    background: url(../../images/icons.png) no-repeat -259px -109px
}

.goods_other_info .other_feature {
    padding: 20px 0;
    border-bottom: 1px dashed #c8c8c8
}

.goods_other_info .other_feature .feature_row {
    margin-top: 13px;
    display: flex;
    align-items: center;
    color: #666
}

.goods_other_info .other_feature .feature_row:first-child {
    margin-top: 0
}

.goods_other_info .other_feature .feature_row .feature_item {
    width: 50%;
    display: flex;
    align-items: center
}

.goods_other_info .other_feature .feature_row .feature_item .label {
    color: #c1c1c1
}

.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
}

.goods_other_info .teyue {
    width: 100%;
    height: 82px;
    background: url(../../images/library/teyue_bg.png) no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px
}

.goods_other_info .teyue .ty_tag {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 76px;
    height: 22px;
    z-index: 2;
    background: url(../../images/library/teyue_designer.png) no-repeat
}

.goods_other_info .teyue .ty_icon {
    width: 57px;
    height: 57px;
    background: url(../../images/library/teyue.png) no-repeat;
    margin-right: 9px
}

.goods_other_info .teyue .info .name {
    font-size: 16px;
    color: #775334
}

.goods_other_info .teyue .info .name > span {
    color: #cea887
}

.goods_other_info .teyue .info .text {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-top: 10px;
    color: #cea887
}


.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
}

.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;
    margin-bottom: 9px
}

.user_info_box .user_info .left .user_detail .desc_box {
    display: flex;
    align-items: center
}

.user_info_box .user_info .left .user_detail .desc_box .icon {
    width: 16px;
    height: 19px;
    margin-right: 6px
}

.user_info_box .user_info .left .user_detail .desc_box .icon.user {
    background: url(../../images/icons.png) no-repeat -109px -129px
}

.user_info_box .user_info .left .user_detail .desc_box .icon.company {
    background: url(../../images/icons.png) no-repeat -332px -179px
}

.user_info_box .user_info .left .user_detail .desc {
    font-size: 12px;
    color: #c1c1c1
}

.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 .user_goods_list {
    display: flex;
    align-items: center
}

.user_info_box .user_goods_box .user_goods_list .goods_item {
    width: 98px;
    height: 94px;
    border-radius: 2px;
    display: block;
    overflow: hidden;
    margin-right: 10px
}

.user_info_box .user_goods_box .user_goods_list .goods_item:last-child {
    margin-right: 0
}

.user_info_box .user_goods_box .user_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
}

.goods_list {
    margin-top: 30px;
    padding-bottom: 0
}

.goods_list .g_title {
    font-size: 22px;
    color: #33383e;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.goods_list .g_title::before {
    content: '';
    display: block;
    width: 4px;
    height: 22px;
    background: #68c4b1;
    border-radius: 2px;
    margin-right: 11px
}

.right_side_banner {
    width: 100%;
    height: 153px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px
}

.right_side_banner > img {
    object-fit: cover
}

.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
}
.download_content hr{padding: 0;margin:0;height: 1px;background-color: rgba(153,153,153,.12);border: 0}
.goods_list_box .goods_item .bottom .info .title {
    color: #33383e;
    line-height: 15px;
    margin-bottom: 0
}
.goods_list_box .goods_item .bottom .right .price {
    color: #68c4b1;
    margin-bottom: 0;
    text-align: right
}