.wrap {
    color: #333333;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.content .crumbs {
    font-size: 20px;
    color: #EF7E03;
    padding: 40px 0;
}

.content .crumbs .active {
    color: #666 !important;
}

.content .pruduct-info .pc-big {
    width: 100%;
    height: 530px;
    object-fit: contain;
    box-sizing: border-box;
    border: 26px solid #F5F5F5;
}

.content .pruduct-info .px-small-list {
    display: flex;
    -webkit-display: flex;
    margin-top: 22px;

}

/*.content .pruduct-info .px-small-list li:hover{*/
/*    */
/*}*/
.content .pruduct-info .px-small-list li {
    margin-right: 4%;
    box-sizing: border-box;
    width: 25%;
    object-fit: contain;
    height: 150px;
    flex: 1;
    border: 2px solid #f3f3f3;
    background: #f3f3f3;
    padding: 10px;
}

.px-small-listSelect {
    background: #ecf9ee !important;
    border: 2px solid #33ab36 !important;
}

.content .pruduct-info .px-small-list li:last-child {
    margin-right: 0;
}

.content .pruduct-info .px-small-list li.active {
    background: #ECF9EE;
    border: 2px solid #33AB36;
}

.content .pruduct-info .px-small-list img {
    height: 100%;
    display: block;
    margin: auto;
}

.pruduct-info .pruduct-r h5 {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    padding: 72px 0 46px;
}

.pruduct-info .pruduct-r .desc {
    font-size: 16px;
    color: #666666;
    display: flex;
    justify-content: space-between;
}

.pruduct-info .pruduct-r .desc .m-l-32 {
    margin-left: 32px;
}

.pruduct-info .pruduct-r .desc > a {
    color: #4ab344;
}

.pruduct-info .pruduct-r .price-info {
    height: 68px;
    background: #ECF9EE;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #979797;
    padding-left: 20px;
    margin-top: 50px;
}

.pruduct-info .pruduct-r .price-info .rmb {
    font-size: 28px;
    color: #EA0000;
    margin-left: 36px;
}

.pruduct-info .pruduct-r .price-info .num {
    font-size: 33px;
    color: #EA0000;
    margin-left: 4px;
    font-weight: bold;
}

.pruduct-info .pruduct-r .spec {
    font-size: 16px;
    color: #979797;
    margin-top: 58px;
}

.pruduct-info .pruduct-r .spec span {
    margin-right: 40px;
}

.pruduct-info .pruduct-r .buy {
    display: flex;
    justify-content: space-around;
    margin-top: 92px;
}

.pruduct-info .pruduct-r .buy a {
    text-align: center;
}

.pruduct-info .recommend {
    width: 100%;
    margin-top: 110px;
}

.pruduct-info .recommend .title {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    display: flex;
    justify-content: center;
}
.pruduct-info .recommend .title span:hover{
    color: #4ab344;
}
.pruduct-info .recommend .title span {
    padding: 18px;
    cursor: pointer;
}

.pruduct-info .recommend .title span.active {
    border-bottom: 2px solid #4ab344;
    color: #4ab344;
}

.pruduct-info .recommend .recommend-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 76px;
}

.pruduct-info .recommend .recommend-list li {
    width: 29.825%;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px 3px rgba(84, 145, 89, 0.14);
    border-radius: 15px;
    margin: 0 20px 30px;
}

.pruduct-info .recommend .recommend-list li img {
    width: 100%;
    object-fit: contain;
    height: 350px;
    padding-top: 10px;
}

.wz_list li img {
    height: 230px !important;
    object-fit: cover;
}

.pruduct-info .recommend .recommend-list li h6 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    padding: 40px 15px 28px;
}

.pruduct-info .recommend .recommend-list li p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 0 15px;
}

.pruduct-info .problem-list .tit {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    cursor: pointer;
}

.pruduct-info .problem-list .tit h6 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.pruduct-info .problem-list .tit i {
    width: 20px;
    height: 19px;
    background: url("../image/detail/icon-top.png") no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    transition: all .2s linear;
}

.m-unshow .problem-list li {
    padding: 10px;
}

.m-unshow .problem-list li:hover {
    background: #f8f8f8;
}

.pruduct-info .problem-list .tit i.top {
    transform: rotate(0);
}

.pruduct-info .problem-list p {
    display: none;
    font-size: 14px;
    color: #333333;
    padding: 0 200px 0 28px;
    line-height: 28px;
}


.m-content {
    /* padding: 0 5vw; */
    padding: 0 30px;
}

.m-content .search {
    width: 100%;
    height: 35px;
    border: 1px solid #4ab344;
    border-radius: 17px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
}

.m-content .search i {
    width: 14px;
    height: 14px;
    background: url("../image/detail/sousou-m.png") no-repeat;
    background-size: cover;
}

.m-content .search input {
    background: none;
    outline: none;
    border: none;
    width: 70%;
    font-size: 14px;
}

.m-content .search input ::-webkit-input-placeholder {
    color: #979797;
}

.m-content .search button {
    width: 71px;
    height: 35px;
    background: #4ab344;
    border-radius: 17px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: none;
}

.m-content .m-product-info .m-unshow div div {
    line-height: 40px;
}

.m-content .m-product-info .preview {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.m-content .m-product-info .preview .m-big {
    width: 80%;
    height: 500px;
    object-fit: cover;
    box-sizing: border-box;
    border: 10px solid #F5F5F5;
    margin-right: 10px;
    flex-shrink: 0;
}

.m-content .m-product-info .preview .small-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-content .m-product-info .preview img {
    width: 100%;
}

.m-content .m-product-info .preview .small-list li.active {
    background: #ECF9EE;
    border: 2px solid #33AB36;
}

.m-content .m-product-info h5 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding: 20px 0 46px;
}

.m-content .m-product-info .desc {
    color: #666666;
    display: flex;
    line-height: 30px;
    justify-content: space-between;
}

.m-content .m-product-info .desc span {
    font-size: 16px;
    color: #666;
}

.m-content .m-product-info .desc .m-l-10 {
    margin-left: 10px;
}

.m-content .m-product-info .desc > a {
    color: #4ab344;
}

.m-content .m-product-info .price-info {
    background: #ECF9EE;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #979797;
    padding-left: 14px;
    margin-top: 30px;
    height: 70px;
    line-height: 70px;
}

.m-content .m-product-info .price-info .rmb {
    color: #EA0000;
    font-size: 24px;
    margin-left: 30px;
}

.m-content .m-product-info .price-info .num {
    color: #ea0000;
    margin-left: 10px;
    font-weight: bold;
    font-size: 33px;
}

.m-content .m-product-info .spec {
    font-size: 16px;
    color: #979797;
    margin-top: 45px;
    padding: 0 15px;
}

.m-content .m-product-info .spec span {
    margin-right: 42px;
}


.m-content .evaluate .tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4ab344;
    display: flex;
    justify-content: space-between;
}

.m-content .evaluate .tit span {
    width: 33.333%;
    height: 100%;
    line-height: 45px;
    text-align: center;
    color: #333333;
}

.m-content .evaluate .tit .mid {
    border-left: 1px solid #4ab344;
    border-right: 1px solid #35AC3E;
}

.m-content .evaluate .tit span.active {
    background: #35AC3E;
    color: #FFFFFF;
}

.m-content .evaluate .evaluate-list {
    margin-top: 20px;
}

.m-content .evaluate .evaluate-list > div {
    line-height: 40px;
    display: none;
}

.m-content .evaluate .evaluate-list .detail {
    width: 100%;
    height: auto;
}

.m-content .evaluate .evaluate-list li {
    margin-top: 14px;
}

.m-content .evaluate .evaluate-list .user-info {
    display: flex;
    align-items: center;
}

.m-content .evaluate .evaluate-list .user-info img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
}

.m-content .evaluate .evaluate-list .user-info .user-info-r {
    margin-left: 6px;
}

.m-content .evaluate .evaluate-list .user-info .name {
    font-weight: bold;
}

.m-content .evaluate .evaluate-list .desc {
    font-size: 12px;
    color: #747474;
}

.m-content .evaluate .evaluate-list .evaluate-text {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.m-content .evaluate .evaluate-list .user-info .time {
    font-size: 12px;
    color: #747474;
}

.m-content .evaluate .evaluate-list li .img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}

.m-content .evaluate .evaluate-list .img-wrap img {
    width: 10%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 10px;
}

.m-content .evaluate .evaluate-list .share-list {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    column-count: 4;
    column-gap: 0;
}

.m-content .evaluate .evaluate-list .share-list .grid {
    /* float: left; */
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px 1px rgba(51, 51, 51, 0.26);
    padding: 6px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m-content .evaluate .evaluate-list .share-list .grid img {
    width: 100%;
    height: auto;
}

.m-content .evaluate .evaluate-list .share-list .grid h6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin: 10px 0;
    -webkit-box-orient: vertical;
    font-weight: bold;
    line-height: 20px;
}

.m-content .evaluate .evaluate-list .share-list .grid .user-info {
    display: flex;
    justify-content: space-between;
}

.m-content .evaluate .evaluate-list .share-list .grid .user-info div {
    width: 70%;
}

.m-content .evaluate .evaluate-list .share-list .grid .user-info span {
    width: 30%;
}

.m-content .evaluate .evaluate-list .share-list .grid .user-info .name {
    font-size: 12px;
    color: #7D7D7D;
    font-weight: normal;
}

.m-content .evaluate .evaluate-list .share-list .grid .user-info img {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.m-content .more {
    font-size: 14px;
    color: #666666;
    width: 62px;
    margin: 0 auto;
    border-bottom: 1px solid #666666;
    padding-bottom: 6px;
    text-align: center;
}

.m-content .proposal {
    margin-top: 36px;
    padding-bottom: 62px;
}

.m-content .proposal .tit {
    display: block;
    width: 144px;
    height: auto;
    margin: 0 auto 28px;
}

.m-content .proposal ul {
    display: flex;
    flex-wrap: wrap;
}

.m-content .proposal li {
    width: calc(50% - 20px) ;
    background: #FFFFFF;
    box-shadow: 0px 5px 14px 1px rgba(168, 168, 168, 0.14);
    border-radius: 8px;
    padding: 0 8px 10px 8px;
    margin: 0 10px 26px;
}

.m-content .proposal li img {
    width: 148px;
    height: 148px;
    object-fit: cover;
    margin: auto;
    display: block;
}

.m-content .proposal li h6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    margin: 10px 0;
}

.m-content .proposal li p {
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.xsm-unshow {
    width: 350px;
    padding: 30px;
    margin: 30px auto;
    display: block;
}

.wz_list li {
    width: 100% !important;
    display: flex;
    box-shadow: none !important;
    justify-content: space-between;
}

.wz_listImg {
    width: 40%;
    border-radius: 30px;
    overflow: hidden;
}

.wz_listText {
    width: 58%;
}

.wz_listText p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.contentListBox {
    display: flex;
    flex-direction: row;
}
.contentListBoxItem a{
    width: 100%;
}
.contentListBoxCol {
    border: 12px solid #fff;
    box-shadow: 0 8px 10px rgba(51, 51, 51, .1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 16px;
    color: #333333;
    width: 100%;
}

.contentListBoxCol h2 {
    line-height: 30px;
    margin-top: 10px;
}

.contentListBoxCol img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}


.contentListBoxItem {
    box-sizing: border-box;
    break-inside: avoid;
    width: 100%;
    padding: 10px;
}
