/* 专题页入口隐藏
.haeder-menu >  li:nth-child(6) ul  li:first-child {
    display: none !important;
} */

#breadcrumb_pink {
    display: none !important;
}

.desc_show {
    display: block !important;
}

.bread_show {
    display: inline-block !important;
}

.desc_hidden {
    display: none;
}

.bread_hidden {
    display: none;
}


.header-login-wrap {
    display: none;
}

.header-mail {
    border: 1px solid #4087ff;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #4087ff;
}

.header-mail:hover {
    background-color: #fff;
    border: 1px solid #4087ff;
}

.header-mail:hover .icon-mail:before {
    color: #4087ff;
}


.header-mail .icon-mail:before {
    color: #fff;
}

.form_desction_pink {
    font-size: 15px;
    line-height: 1.5em;
}


#breadcrumb_pink a {
    font-size: 15px;
}


.home_product_desctions_pink {
    font-size: 15px;
}

.home_video_desctions_pink {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 60%;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.6875;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateY(-50%);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
}


.btn_more_pink {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    background-color: #bbbaba;
    border-radius: 5px;
    color: #fff;
    bottom: -63vh;
}

.btn_more_pink span {
    padding: 0;
}


#in-proItem1 #desc_two,
#in-proItem1 #desc_three {
    display: none !important;
}

#in-proItem2 #desc_one,
#in-proItem2 #desc_three {
    display: none !important;
}

#in-proItem3 #desc_one,
#in-proItem3 #desc_two {
    display: none !important;
}

.youshi_bankuai_pink {
    font-size: 40px;
    margin-top: 10px;
    text-align: center;
}

#youshi_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

#youshi_items .youshi_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#youshi_items .youshi_item .count_num {
    font-size: 50px;
    color: black;
}

#youshi_items .youshi_item .title_desc {
    font-size: 25px;
    color: black;
}

.page_desctrion_pink {
    font-size: 16px;
    margin-top: 10px;
}

.pink_ctro_size {
    font-size: 30px !important;
}

.pink_ctro_allpication {
    text-align: center;

}

.pink_product_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}


.list-prodata__industry .item-etitle {
    font-size: 25px;
    font-weight: 600;
    /* text-shadow: 2px 2px 4px #000000; */
}


.prodata-parameters-tab li {
    margin: 1em 0.2em;
}

.prodata-parameters-tab a {
    padding: 0.5em 1em;
}

.prodata-table2 table tr td img {
    width: 150px;
}

@media(max-width:760px) {

    .btn_more_pink {
        bottom: -200px !important;
    }

    .pink_product_title {
        font-size: 18px;
    }

    .pink_ctro_size {
        font-size: 18px;
    }

    .youshi_bankuai_pink {
        font-size: 30px;
    }

    #youshi_items {
        flex-direction: column;
    }

    #youshi_items .youshi_item {
        width: 100%;
        margin: 10px 0;
    }

    #youshi_items .youshi_item .count_num {
        font-size: 40px;
    }

    #youshi_items .youshi_item .title_desc {
        font-size: 20px;
    }

    .in-video__full .intro {
        top: 25%;
    }
}


.pink_add_bg {
    background-image: url('https://www.hansrobot.net/media/upload/supportbanner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pink_padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(max-width:760px) {
    .pink_padding {
        padding-top: 25px;
        padding-bottom: 25px;
    }

}

#carouselDemo {
    display: none;
}