* {
    font-family: "微软雅黑", 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
button,
textarea,
p,
a {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

input,
textarea {
    -webkit-user-select: auto;
    /*webkit浏览器*/
    margin: 0px;
    padding: 0px;
    outline: none;
}

/******************************************************首页css***********************************/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.product_list {
    width: 100%;
    margin: auto;
    padding: 0 30px;
}

.product_li {
    width: 48%;
    float: left;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 2px 7px rgba(153, 153, 153, 0.2);
    margin-bottom: 24px;
}

.product_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #f5f5f5;
    position: relative;
}

.product_img_s {
    width: 100%;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.product_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_info {
    padding: 10px 8px;
    /*height: 105px;*/
    overflow: hidden;
}

.product_title {
    color: #333;
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_txt {
    color: #666;
    font-size: 14px;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product_li:nth-child(2n+1) {
    margin-right: 4%;
}

.loading_more {
    width: 4em;
    text-align: center;
    color: #4ab344;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    left: 0%;
    right: 0%;
    margin: auto;
}

.loading_more span {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #4ab344;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
}

.part1_innerwrapper {
    padding-bottom: 14px;
    margin-top: 0%;
}

.search_container {
    width: 100%;
}

.select_box {
    width: 30%;
    padding: 0px 0.06rem;
    border: 1px solid #4ab344;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    left: 8%;
    top: 0;
    background: #fff;
    z-index: 999;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.select {
    height: .32rem;
    line-height: 0.32rem;
    font-size: 15px;
    color: #333;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.select_box .select span{
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    width: 4.5em;
}
.select_scroll {
    height: 0rem;
    overflow: scroll;
    width: 100%;
}
.select_scroll .select{
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    width: 5em;
}

.select_icon {
    width: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 0.11rem;
    right: 7%;
}

.active {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #4ab344;
    flex-shrink: 0;
    width: 100%;
    padding-left: 7px;
    /* margin-top: .04rem; */

}

.search_box {
    width: 50%;
    margin-left: 42%;
    margin-bottom: 20px;
    position: relative;
}

.search_bg {
    width: 100%;
    display: block;
}

.search_input {
    width: 48%;
    height: 100%;
    border: none;
    background: transparent;
    position: absolute;
    top: 0%;
    left: 17%;
    color: #333;
    font-size: 15px;
}

.search_btn {
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 999;
}

.product_details .part1_wrapper {
    margin-top: 0%;
}

.product_details .search_box {
    width: 84%;
    margin-left: 8%;
    margin-bottom: 26px;
    margin-top: 22px;
}

.product_details .search_input {
    width: 63%;
    left: 12%;
}

.product_details .part1_title {
    margin-bottom: 5%;
}

.product_details .loading_more {
    color: #4ab344;
}

.product_details .loading_more span {
    background: #666;
}

.product_details .search_btn {
    width: 23%;
}

/* 产品详情 */
.details_wrapper {
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0% 0 40px;
}

.picture_show {
    width: 100%;
    position: relative;
}

.main_picture {
    width: 80%;
    background: #f5f5f5;
    height: 0;
    padding-bottom: 80%;
    position: relative;
}

.main_picture_s {
    width: 100%;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.main_picture_s img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details_picture {
    width: 18%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-flex;
    flex-direction: column;
}

.small_picture {
    width: 100%;
    height: 22%;
    background: #f5f5f5;
    padding: 4px;
    box-sizing: border-box;
}

.small_picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item_p_title {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    margin: 16px 0px 10px 0px;
}

.item_p_info {
    color: #333;
    font-size: 14px;
}

.p1 {
    width: 100%;
    display: inline-block;
    float: left;
}

.p1 span {
    padding-right: 10px;
}

.p2 {
    width: 22%;
    float: right;
    text-align: right;
    color: #4ab344;
}

.price_bar {
    padding: 0% 4%;
    line-height: 38px;
    border-radius: 2px;
    margin-top: 12px;
    background: #ecf9ee;
    color: #333;
    font-size: 14px;
}

.price_bar span {
    color: #ea0000;
    font-weight: bold;
    font-size: 16px;
    padding-left: 8px;
}

.specification {
    color: #333;
    font-size: 14px;
    padding: 0% 4%;
    margin-top: 12px;
}

.specification span {
    color: #333;
    font-size: 14px;
    padding-left: 8px;
    padding-left: 8px;
}

.buy_bar {
    width: 96%;
    margin-top: 18px;
    margin-left: 2%;
}

.buy_bar img {
    width: 45%;
    margin: 0% 2.5%;
    display: inline-block;
    float: left;
}

.product_tab {
    width: 100%;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    border: 1px solid #4ab344;
    line-height: 36px;
    border-radius: 5px;
}

.p_tab {
    width: 33.3333%;
    text-align: center;
    color: #333;
    font-size: 15px;
    box-sizing: border-box;
}

.p_tab:nth-child(2) {
    border-left: 1px solid #4ab344;
    border-right: 1px solid #4ab344;
}

.p_tab_active {
    background: #4ab344;
    color: #fff;
}

.product_container {
    width: 100%;
    padding-top: 20px;
}

.product_area {
    width: 100%;
}

.product_show p {
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 14px;
    line-height: 26px;
}

.product_show img {
    width: 100%;
    display: block;
    margin-top: 26px;
}

.product_comments {
    position: relative;
    padding-bottom: 70px;
}

.product_comments .loading_more {
    bottom: 40px;
}

.comments_list {
    margin-top: 6px;
}

.comment_li {
    width: 100%;
    margin-bottom: 0.06rem;
}

.total_comments, .comment_txt {
    color: #333;
    font-size: 14px;
}

.comment_txt {
    padding-bottom: 10px;
}

.user_img {
    width: 40px;
    height: 40px;
    /*float: left;*/
    border-radius: 50%;
}

.user_infoValue {
    width: 80%;
}

.user_info p {
    width: 100%;
    padding-left: 3%;
}

.user_name {
    color: #333;
    font-size: 14px;
    margin-top: 6px;
}

.user_data {
    color: #747474;
    font-size: 12px;
}

.share_li img {
    width: 100%;
}

.share_li p {
    width: 100%;
    font-size: 14px;
    color: #333;
    padding: 10px 0px 5px 0px;
}

.user_info {
    display: flex;
    align-content: center;
    margin-bottom: 10px;
}

.product_share {
    position: relative;
    padding-bottom: 80px;
}

.product_share .loading_more {
    bottom: 30px;
}

.user_product {
    color: #747474;
    font-size: 13px;
    padding-bottom: 8px;
}

.picture_box {
    width: 100%;
}

.user_picture_box {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.08rem;
}

.picture_big {
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.picture_big .user_picture_box {
    width: 1.53rem;
    height: 1.53rem;
}

.user_picture_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test {
    width: 3.75rem;
    height: 2px;
    background: #000;
}

.picture_small {
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.picture_small .user_picture_box {
    width: 1rem;
    height: 1rem;
    margin-right: 0.07rem;
}

.picture_small .user_picture_box:nth-child(3n) {
    margin: 0;
}

.pictures_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
}

.picture_content {
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.gallery_close {
    width: 8%;
    position: absolute;
    bottom: 6%;
    right: 46%;
    z-index: 10;
}

.pictures_wrapper .swiper-slide img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.pictures_wrapper .swiper-container, .pictures_wrapper .swiper-wrapper, .pictures_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.pictures_wrapper .swiper-slide {
    text-align: center;
    cursor: pointer;
    position: relative;
    background: transparent;
}

.share_wrapper {
    width: 100%;
}

.share_title {
    width: 100%;
    margin-top: 6px;
    display: block;
}

.share_wrapper .product_share {
    width: 100%;
    margin: 6% 0% 0;
    padding: 0 30px 50px;
}

.share_wrapper .loading_more {
    bottom: 15px;
    color: #4ab344;
}

.share_wrapper .loading_more span {
    background: #4ab344;
}


.clear {
    clear: both;
}


.none {
    display: none;
}