*{
    margin: 0;
}
.index-last-foot {
    background: #FFFFFF;
}
.route{
    margin-top: 21px;
    display: block;
}
.route label,.route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.route label:last-child{
    display: none;
}
.route a:hover{
    color: rgba(16, 131, 145, 1);
}
.supplierDetail{
    margin-top: 16px;
    margin-bottom: 30px;
}
.supplierDetail .contain{
    display: flex;
    justify-content: space-between;
}
.left-info{
    width: 310px;
}
.base-info{
    width: 270px;
    background: #FFFFFF;
    opacity: 1;
    border-top: 10px solid #4FC2B8;
    padding: 20px;
}
.detail-name{
    width: 270px;
    font-size: 18px;
    color: #108391;
    line-height: 20px;
    margin-top: 20px;
    font-weight: 500;
}
.detail-img{
    max-width: 270px;
    height: max-content;
    background: #cccccc;
    opacity: 1;
}
.detail-img img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.explain{
    margin-top: 20px;
}
.blue-title{
    display: flex;
    /*margin-top: 26px;*/
    /*height: 20px;*/
}
.blue-block{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 12px;
}
.blue-title-content{
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    max-width:238px;
}
.explain-content{
    width: 270px;
    padding-bottom: 22px;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
}
.get_info_btn{
    width: 100%;
    text-align: center;
}
.get_info_btn button{
    width: 160px;
    height: 30px;
    line-height: 30px;
    background: #4FC2B8;
    border-radius: 15px;
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.others-info{
    border-bottom: 1px solid #CCCCCC;
    width: 270px;
    padding-bottom: 22px;
    padding-top: 8px;
}
.others-info div{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}
.others-info div label{
    color: #999999;
}
.explain-content div{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding-top: 10px;
}
.explain-content div label:first-child{
    color: #999999;
}
.produce{
    margin-top: 20px;
}
.produce-content{
    list-style-position: inside;
    margin-top: 18px;
    font-size: 14px;;
    color: #333333;
    line-height: 20px;
}
.about-product{
    margin-top: 20px;
    width: 270px;
    background: #FFFFFF;
    padding: 20px 20px 30px;
}
.about-product-content{
    width: 270px;
    border-top: 1px solid #C6C6C6;
    margin-top: 20px;
}
.about-product-content ul li{
    list-style-position: inside;
    margin-top: 15px;
}
.about-product-content ul li a::before{
    content: '·';
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
}
.about-product-content ul li a{
    width: 260px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.about-product-content ul li:hover a{
    color: #108391;
    cursor: pointer;
}
.about-news{
    margin-top: 20px;
    padding: 20px;
    width: 270px;
    background: #FFFFFF;
}
.about-news-content{
    width: 270px;
    border-top: 1px solid #C6C6C6;
    margin-top: 20px;
    padding-top: 10px;
}
.news-item{
    margin-top: 10px;
    width: 270px;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    color: #666666;
    font-size: 14px;
}
.news-item a{
    color: #666666;
    font-size: 14px;
}

.news-item:hover a{
    color: #108391;
    cursor: pointer;
}
.news-item:last-child{
    border-bottom:none;
    padding-bottom: 0;
}
.right-info{
    width: 870px;
}
.data{
    width: 870px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #108391;
    font-size: 14px;
}
.data label{
    color: #666666;
}
.suppliers-item{
    margin-top: 10px;
    width: 810px;
    height: 120px;
    background: #FFFFFF;
    opacity: 1;
    padding: 20px 30px 20px 30px;
    display: flex;
}
.suppliers-item img{
    width: 120px;
    height: 120px;
    background: #999999;
    opacity: 1;
    margin-right: 30px;
    display: block;
    object-fit: cover;
}
.item-info{
    width: 519px;
    margin-right: 40px;
}
.item-name{
    width: 519px;
    line-height: 16px;
    font-size: 16px;
    color: #108391;
}
.item-name:hover{
    text-decoration: underline;
    cursor: pointer;
}
.item-info-list{
    margin-top: 15px;
    height: 86px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
.item-info-brief{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.item-info-list div{
    color: #333333;
    font-size: 14px;
}
.item-info-list label{
    color: #999999;
}
.itme-about-product{
    width: 497px;
    font-size: 14px;
}
.itme-about-product label{
    color: #999999;
}
.item-send{
    width: 100px;
    height: 30px;
    background: #108391;
    border-radius: 15px 15px 15px 15px;
    opacity: 1;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    margin-top: 80px;
}
.person-info{
    display: flex;
    align-items: center;
    width: 540px;
    height: 40px;
    background: #EEEEEE;
    opacity: 1;
    padding-left: 20px;
}
.person-info-item{
    color: #333333;
    font-size: 14px;
    margin-right: 20px;
}
.person-info-item label{
    color: #999999;
}
.item-products{
    border-left: 1px dotted #CCCCCC;
    padding-left: 30px;
}
.more-products{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.more-products i{
    margin-left: 5px;
    color: #108391;
    font-weight: bold;
    font-size: 12px;
}
.item-products ul li{
    list-style-position: inside;
    margin-bottom: 12px;
}
.item-products ul li:hover label{
    color: #108391;
    cursor: pointer;
}
.item-products ul li label{
    width: 190px;
    font-size: 14px;
    color: #666666;
}
.item-products ul li label::before{
    content: '·';
    margin-right: 5px;
}



/**/

.pageBtn{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whiteBg{
    width: 42px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.greyBg{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.noneBg{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
}
.currentPage{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    background: #4FC2B8;
    color: #FCFCFC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.whiteBg i,.greyBg i{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}
.totalPages{
    font-size: 16px;
    color: #666666;
    margin-left: 11px;
}
.goPage{
    font-size: 16px;
    color: #666666;
    margin-left: 21px;
}
.pageNum{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 16px;
    color: #108391;
    margin: 0 10px;
    outline: none;
    text-align: center;
}
.goPageBtn{
    width: 80px;
    height: 40px;
    background: #4FC2B8;
    border-radius: 20px;
    margin-left: 15px;
    border: none;
    line-height: 40px;
    font-size: 16px;
    color: #FCFCFC;
    cursor: pointer;
}
.data-tips{
    margin-top: 30px;
    width: 870px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.tuijian_product{
    margin-top: 33px;
}
.tuijian_product .blue-block{
    background: #108391;
}
.tuijian_product-content{
    margin-top: 10px;
    width: 870px;
    background: #FCFCFC;
    opacity: 1;
}
.company-item{
    margin-right: 20px;
    margin-bottom: 25px;
}
.company-item:hover{
    cursor: pointer;
}
.company-item img{
    display: block;
    width: 150px;
    height: 150px;
    background: #CCCCCC;
    opacity: 1;
    margin-bottom: 8px;
}
.company-item div{
    width: 150px;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
}
.company-item div a{
    font-size: 14px;
    color: #333333;
}
#company-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 0px;
}
.tuijian_block-content{
    width: 830px;
    background: #FCFCFC;
    opacity: 1;
    margin-top: 9px;
    padding: 20px 20px 20px;
}
.tuijian_block-content ul{
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    overflow: hidden;
}
.tuijian_block-content ul li a{
    width: 275px;
    color:rgba(51, 51, 51, 1);
    font-size: 14px;
    margin-bottom: 10px;
}
.tuijian_block-content ul li a::before{
    content: '·';
    margin-right: 8px;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}
.tuijian_block-content ul li:hover a{
    color: #108391;
    cursor: pointer;
}
.blue-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.more{
    font-size: 12px;
    color: #4FC2B8;
    display: flex;
    align-items: center;
}
.more div{
    width: 14px;
    height: 14px;
    background: #999999;
    opacity: 1;
    border-radius: 50%;
    line-height: 12px;
    margin-left: 5px;
}
.more div i{
    font-size: 8px;
    color: white;
    font-weight: bold;
    margin-left: 3.5px;
}
.more:hover{
    cursor: pointer;
}




/*popup*/
.preordain_cover {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: black;
    opacity: 0.4;
}

.buyDetail_btns{
    display: flex;
    align-items: center;
    margin-top: 26px;

}
.buyDetail_btns button:first-child{
    width: 120px;
    height: 30px;
    background: #F79131;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    cursor: pointer;
}
.buyDetail_btns button:last-child{
    width: 80px;
    height: 30px;
    background: #CCCCCC;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 10px;
    border: none;
    cursor: pointer;
}
.toCheck{
    position: fixed;
    width: 300px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -150px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toCheck .buyDetail_btns{
    margin-top: 17px;
}
.toCheck .buyDetail_btns button:first-child{
    background: #4FC2B8;
}
.toCheck div:first-child{
    margin-top: 31px;
}
.can_look{
    width: 158px;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
.can_look label,.already_look a{
    color: #F79131;
}
.already_look{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 3px;
}
