.hide-div {
    display: none !important;
}
input[type="text"] {
    outline:0;
}



.top-logo {
    padding-top: .2rem;
    background: #ffffff;
    z-index: 2;
}


.top-logo .logo-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
}

.top-logo .logo-box .logo-img {
    width: 2.69rem;
    height: .84rem;
    margin: 0;
}
.top-logo .logo-box .logo-tel {
    align-self: flex-end;
    font-size: 0.36rem;
    line-height: 0.56rem;
    color: #333333;
    margin-left: .2rem;
}

.search-box-out,
.main-search-box {
    width: 100%;
    height: .85rem;
    z-index: 999;
    transition: background-color .2s ease-in;
}


.main-search-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
}

.main-search-box .inputbox {
    width: 5.56rem;
    height: .6rem;
    border: 1px solid #FF8C20;
    border-radius: 8rem;
    box-sizing: border-box;
    padding: 0 .22rem;
    background-color: #ffffff;
}

.inputbox .search-img,
.inputbox .cancel-img {
    width: .28rem;
    height: .28rem;
    flex-grow:0;
    flex-shrink:0;
}

.inputbox .cancel-img {
    display: none;
}


.inputbox input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 0.24rem;
    color: #666666;
    margin: 0 0.22rem 0 .22rem;
    background-color: #ffffff !important;
}


.main-search-box .cancel-btn {
    width: 1.34rem;
    height: 0.6rem;
    background: #FFFFFF;
    border-radius: 8rem;
    border: 1px solid #FF8C20;
    font-size: 0.24rem;
    line-height: calc(0.6rem - 2px);
    text-align: center;
    color: #FF8C20;
    box-sizing: border-box;
}


/*单条广告*/
.advertisement-one {
    width: 100%;
    height: 2.44rem;
    margin-bottom: .18rem;
}

.advertisement-one mip-img {
    width: 100%;
    height: 2.44rem;
}

.advertisement-img {
    border-radius: 4px;
}


.advertisement-more {
    width: 100%;
    height: 3.3rem;
    box-sizing: border-box;
    padding: 0 .2rem;
}
.advertisement-more>.advertisement-left {
    width: 3.5rem;
    height: 100%;
}

.advertisement-more .advertisement-right {
    width: calc(100% - 3.62rem);
    height: 100%;
    position: relative;
}


.advertisement-more .advertisement-right .advertisement-img {
    width: 100%;
    height: calc((100% - 0.09rem) / 2);
}


.industry-recommendation-title {
    width: 100%;
    height: .45rem;
    box-sizing: border-box;
    padding: 0 .2rem;
    margin-bottom: .22rem;
    margin-top: .2rem;
}
.industry-recommendation-title .title-desc {
    display: inline-block;
    align-self: flex-end;
    margin-right: .1rem;
    color: #E9594E;
    font-weight: 600;
}

.industry-recommendation-title .recommendation-img {
    width: 1.37rem;
    height: .45rem;
}


.industry-recommendation-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
    flex-wrap: wrap;
}

.industry-recommendation-content .each-recommendation {
    width: 2.28rem;
    height: 2.77rem;
    margin-bottom: .2rem;
    position: relative;
    margin-left: calc((100% - 6.84rem) / 2);
}

.industry-recommendation-content .each-recommendation:nth-child(3n+1){
    margin-left: 0;
}


.industry-recommendation-content .each-recommendation .recommendation-bg-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.industry-recommendation-content .each-recommendation .recommendation-product-img {
    width: 100%;
    height: 2.29rem;
    background-color: #ffffff;
}


.industry-recommendation-content .each-recommendation .industry-name {
    width: 100%;
    height: calc(100% - 2.29rem);
    text-align: center;
    color: #ffffff;
    font-size: 0.22rem;
}



.product-recommendation-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
}


.each-product-detail {
    width: 3.49rem;
    height: 5.93rem;
    position: relative;
    background-color: #ffffff;
    margin-bottom: .2rem;

    border-radius: 4px;
}


.each-product-detail .product-img-box {
    width: 100%;
    height: 3.5rem;
    position: relative;
}

.each-product-detail .product-img-box .product-img {
    width: 100%;
    height: 100%;
}
.each-product-detail .product-img-box .product-img img {
    border-radius: 4px 4px 0 0;
}


.each-product-detail .price {
    height: .32rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
    color: #D80505;
    font-size: 0.32rem;
    line-height: .32rem;
    margin-top: .17rem;
}

.each-product-detail .Product-name {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: .12rem;
    color: #333333;
}

.each-product-detail .company-name {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
    font-size: 0.24rem;
    color: #999999;
    line-height: .36rem;
    margin-top: .15rem;
}


.each-product-detail .product-bottom {
    width: 100%;
    height: .58rem;
    box-sizing: border-box;
    padding: 0 .2rem;
    border-top: 1px solid rgba(230, 230, 230, 1);
    margin-top: .04rem;
}

.each-product-detail .product-bottom .medal-box {

}
.each-product-detail .product-bottom .medal-box .product-icon {
    margin-left: .1rem;
}

.each-product-detail .product-bottom .medal-box .product-icon:first-child {
    margin-left: 0;
}

.each-product-detail .product-bottom .medal-box .product-isQi {
    width: 0.27rem;
    height: 0.34rem;
}
.each-product-detail .product-bottom .medal-box .product-isCai {
    width: 0.26rem;
    height: 0.26rem;
}

.each-product-detail .product-bottom .medal-box .product-isMedal {
    width: 0.3rem;
    height: 0.33rem;
}

.each-product-detail .product-bottom .place-of-origin {

    font-size: 0.2rem;
    color: #999999;
}
.show_button{
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
}
.nav-category {
    display: flex;
    background-color: #FFFFFF;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.nav-category .div-main{
    width: 90%;
}
.nav-category .div-main .main-content{
    display: flex;
    width: 100%;
    overflow-x: auto
}
.nav-category .div-main .main-content .nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex: 0 0 auto;
}
.nav-category .div-main .main-content .nav-item-checked{
    color: #ff0000
}
.nav-category .div-pull{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center
}
.go-top{
    position: fixed;
    bottom: 100px;
    right: 20px
}
.lightbox{
    height: 70%;
    overflow-y: scroll;
}
.category-pop-div{
    display: flex;
    flex-wrap: wrap;
}
.category-pop-div .category-item{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%
}
.category-pop-div .category-item .category-icon{
    width: 30px;
    height: 30px
}