.details_content {
    width: 100%;
    background: white;
}

::-webkit-scrollbar {
    display: none;
}


/* 上部 */

.cont_head .head_mid .mid_word.active {
    color: #79c89b;
}

.details_content .details_cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.details_cont .container.cont_head {
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: white;
}

.cont_head .head_left,
.cont_head .head_mid,
.cont_head .head_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.head_mid.mobile {
    display: none;
}

.details_cont .container:before {
    display: none;
}

.details_cont .container:after {
    display: none;
}

.cont_head .head_left .left_img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.cont_head .head_left img {
    width: 100%;
    height: 100%;
}

.left_img.two {
    margin: 0 5px;
}

.cont_head .head_mid .mid_word {
    color: black;
    padding: 0 10px;
}

.cont_head .head_mid .mid_line {
    background: black;
    width: 1px;
    height: 15px;
}

.head_right .right_btn {
    margin-left: 10px;
    padding: 2px 16px;
    border-radius: 8px;
    border: 1px solid #79c89b;
}

.right_btn.ask {
    /* border: 1px solid #79c89b; */
    color: #79c89b;
    background: white;
}

.right_btn.buy {
    color: white;
    background: #009a44;
}


/* 中部 */

.details_content .container.details_produte {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
}

.details_produte .produte_lb {
    width: 50%;
    /* border: 1px solid olive; */
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 轮播图 */

.swiper-container {
    width: 300px;
    height: 350px;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
    box-shadow: 2px 2px 5px #333333;
    width: 20px;
    border-radius: 5px;
}

.swiper-pagination .swiper-pagination-bullet {
    background: white;
    box-shadow: 2px 2px 5px #333333;
}

.lb_img {
    width: 100%;
    height: 100%;
}

.lb_img img {
    width: 100%;
}


/* tab */

.details_produte .produte_tab {
    width: 50%;
    /* border: 1px solid olive; */
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.produte_tab ul li {
    margin: 5px;
    float: left;
    border-color: #000;
    cursor: pointer;
}

ul li span {
    padding: 2px 10px;
    background: #f2f3f5;
    border-radius: 2px;
}

.current {
    padding: 2px 10px;
    background: white;
    color: #019d3c;
    border: 1px solid #019d3c;
    border-radius: 2px;
}

.content .content_one {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}

.content_one .one_title {
    font-size: 30px;
    color: black;
    font-weight: 600;
}

.content_one .one_desc {
    margin-top: 20px;
    color: black;
}

.produte_tab .content {
    margin-top: 20px;
}


/* 产品详情 */

.details_content .details_main {
    display: flex;
    flex-direction: column;
}

.details_main .main_title {
    width: 100%;
    color: #919191;
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.details_main .mian_img {
    width: 100%;
    margin: 50px 0 30px 0;
   /* display: flex;
    display: -webkit-flex; */
}

.details_main .mian_img img {
    width: 80%;
    margin: 0 auto;
}


/* 下部 */

.details_content .container.details_know {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* align-items: center; */
}

.details_know .know_item {
    /* display: inline-block; */
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: center;
}

.know_item .item_img {
    width: 50px;
    height: 50px;
}

.know_item .item_img img {
    width: 100%;
    height: 100%;
}

.know_item .item_name {
    padding-top: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 16px;
}

.know_item .item_desc {
    color: black;
    text-align: center;
}

.know_item .item_btn {
    margin: 15px 0;
    padding: 10px 20px;
    color: white;
    background: #20944b;
    border-radius: 2px;
}

.know_item .item_more {
    color: black;
}

.know_item .item_more span {
    padding: 0 2px;
    color: #20944b;
}


/* 右侧 */

.details_content .details_fly {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 2020;
    background: white;
    border-radius: 2px;
    width: 65px;
    /* padding: 0 8px; */
    box-shadow: 2px 2px 10px #33333370;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.details_fly .fly_item {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fly_item .fly_icon {
    width: 20px;
    height: 20px;
}

.fly_item .fly_icon img {
    width: 100%;
    height: 100%;
}

.fly_item .ly_name {
    color: #919191;
    font-size: 8px;
}

.details_fly .fly_line {
    height: 1px;
    width: 100%;
    background: #b6b6b64f;
}


/* 分屏幕 */

@media (max-width:1200px) {}


/* 移动端内容 */

@media (max-width: 960px) {
    .cont_head .head_mid {
        display: none;
    }
    .head_mid.mobile {
        display: block;
        padding: 10px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .head_mid.mobile .mid_word {
        color: black;
        padding: 0 10px;
    }
    .head_mid.mobile .mid_line {
        background: black;
        width: 1px;
        height: 15px;
    }
    .details_cont .container.cont_head {
        width: 100%;
    }
    .head_right .right_btn {
        padding: 0px 10px;
    }
    /* 中部 */
    .details_content .container.details_produte {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .details_produte .produte_lb {
        width: 80%;
        /* border: 1px solid olive; */
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .details_produte .produte_tab {
        width: 90%;
        /* border: 1px solid olive; */
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .swiper-container {
        width: 300px;
        height: 290px;
    }
    .content_one .one_title {
        font-size: 24px;
        color: black;
        font-weight: 600;
    }
    /* 下部 */
    .details_know .know_item {
        width: 100%;
        border-top: 1px solid #f1f1f1;
    }
    .details_content .container.details_know {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /* 右侧 */
    .details_content .details_fly {
        width: auto;
        right: 0px;
    }
    .fly_item .fly_name {
        display: none;
    }
    .head_mid.mobile .active {
        color: #79c89b;
    }
    .details_main .mian_img img {
        width: 100%;
    }
}


/* 特殊样式 */

@media (max-width: 1091px) {}

@media (max-width: 768px) {}