*{
    margin: 0;
}
.ad{
    width: 100%;
    height: 120px;
    background: #CCCCCC;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}
.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 label:nth-child(2n-1){
    cursor: pointer;
}
.route label:nth-child(2n-1):hover{
    color: rgba(16, 131, 145, 1);
}
.route a:hover{
    color: rgba(16, 131, 145, 1);
}
.menu_search{
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_left{
    display: flex;
    align-items: center;
}
.reset{
    display: flex;
    margin-right: 17px;
    cursor: pointer;
}
.reset div{
    line-height: 13px;
    font-size: 14px;
    color: #108391;
}
.reset i{
    font-size: 12px;
    color:  #108391;
    margin-left: 10px;
    font-weight: bold;
}
.alreadyChoose{
    /*line-height: 12px;*/
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
    margin-right: 18px;
}
.type_choose .alreadyChoose{
    margin-bottom: 12px;
}
.chooses{
    display: flex;
    align-items: center;
}
.chooseItem{
    height: 24px;
    background: #4FC2B8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.chooseItem:last-of-type{
    margin-right: 20px;
}
.chooseItem div{
    padding: 0 10px;
    text-align: center;
    line-height: 24px;
    border-right: 1px solid rgba(255, 255, 255, 1);
    font-size: 14px;
    color: #FFFFFF;
}
.chooseItem i{
    font-size: 13px;
    margin:0 6px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.search_input_box{
    width: 200px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    /*margin-left: 10px;*/
    display: flex;
    align-items: center;
}
.search_input_box input{
    border: none;
    outline: none;
    width: 167px;
    margin-left: 11px;
    line-height: 12px;
    font-size: 14px;
    color: #999999;
}
.search_input_box i{
    color: rgba(79, 194, 184, 1);
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.type_choose{
    width: 100%;
    background: #FFFFFF;
    display: flex;
    padding: 0;
    padding: 13px 0 0;
    justify-content: space-between;
    border-top: 1px solid #EEEEEE;
}
.typeList{
    /*display: flex;*/
    width: 980px;
    margin: 0;
    padding: 0;
    overflow:hidden;
    /*flex-wrap: wrap;*/
}
.typeList li{
    float: left;
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
    /*line-height: 12px;*/
    margin-bottom: 12px;
}
.typeList_Li_Active{
    cursor: pointer;
    text-decoration: underline;
    color: rgba(79, 194, 184, 1) !important;
}
.typeList li:hover{
    cursor: pointer;
    text-decoration: underline;
    color: rgba(79, 194, 184, 1);
}
.type_left{
    display: flex;
}
.local_choose{
    background: #FFFFFF;
    border-top: 1px solid #EEEEEE;
    position: relative;
}
.local_top{
    display: flex;
    align-items: center;
    width:100%;
    height: 40px;
}
.china{
    margin-right: 18px;
    line-height: 12px;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.china i{
    font-size: 12px;
    color:  #108391;
    margin-left: 10px;
    font-weight: bold;
}
.locals_box{
    width: 100%;
    background: white;
    position: absolute;
    top: 41px;
    z-index: 11;
    display: none;
}
.china_locals{
    width: 980px;
    border-top: 1px solid #EEEEEE;
    background: #FFFFFF;
    padding: 12px 0 2px;
    margin-left: 70px;
}
.tuijian{
    display: flex;
    margin-top: 20px;
    overflow: visible;
}
.tuijian_content{
    position: relative;
    margin-bottom: 10px;
}
.content_boxs{
    /*min-height:1780px;*/
    width: 950px;
}
.sup_content_boxs{
    /*height:2290px;*/
}
.tuijian_product{
    width: 950px;
    height: 180px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}
.tuijian_product input{
    width: 16px;
    height: 16px;
    color: #4FC2B8;
    margin-left: 20px;
    border: 1px solid #CCCCCC;
    outline: none;

}
.tuijian_product img{
    width: 140px;
    height: 140px;
    margin-left: 14px;
    object-fit: cover;
}
.tuijian_list{
    width: 100%;
    height: 180px;
    background: #4FC2B8;
    opacity: 0.9;
    display: none;
    position: absolute;
    top: 180px;
    z-index: 11;
}
.info{
    margin-left: 28px;
    height: 140px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.name{
    width: 399px;
    line-height: 20px;
    font-size: 16px;
    color: #108391;
    cursor: pointer;
}
.name:hover{
    text-decoration: underline;
}
.pro{
    width: 399px;
    font-size: 14px;
    color: #666666;
    height: 40px;
    line-height: 20px;
    margin-top: 8px;
}
.CAS{
    /*height: 12px;*/
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 12px;
}
.CAS label{
    color: rgba(102, 102, 102, 1);
}
.btns{
    display: flex;
    margin-top: 17px;
}
.product_list_btns{
    display: flex;
    position: absolute;
    bottom: 0;
}
.online_chat,.sendAsk{
    margin-right: 10px;
    width: 100px;
    height: 30px;
    background: #108391;
    border-radius: 15px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.cancel_xin{
    width: 80px !important;
    height: 30px !important;
    background: #FFFFFF !important;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    font-size: 14px;
    color: #CCCCCC;
    cursor: pointer;
    display: none;
}
.cancel_xin i{
    font-size: 14px;
    color: rgba(247, 145, 48, 1);
}
.xin_button{
    width: 80px !important;
    height: 30px !important;
    background: #FFFFFF !important;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    font-size: 14px;
    color: #108391;
    cursor: pointer;
}
.xin_button i{
    font-size: 14px;
    color: rgba(204, 204, 204, 1);
}
.company{
    margin-left: 34px;
    border-left: 1px dashed #CCCCCC;
    padding-left: 28px;
    height: 140px;
}
.company_name{
    height: 13px;
    font-size: 14px;
    color: #333333;
}
.company_local_workYear{
    display: flex;
    align-items: center;
}
.company_flex_align{
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.company_local{
    display: flex;
    align-items: center;
    margin-right: 22px;
}
.company_local i{
    font-size: 16px;
    color: #999999;
    margin-right: 5px;
}
.company_local label{
    font-size: 14px;
    color: #666666;
}
.company_workYear{

    width: 60px;
    height: 16px;
    border: 1px solid #f79131;
    background: linear-gradient(0deg, #F7CB6B 0%, #f79131 100%);
    border-radius: 2px;;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.year_num{
    width: 16px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 2px 0px 0px 2px;
    margin-right: 5px;
    font-size: 12px;
    color: #f79131;
    line-height: 14px;
    margin-left: 1px;
    text-align: center;
}
.main_work{
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    width: 231px;
    margin-top: 12px;
    display: flex;
    line-height: 20px;
    flex-wrap: wrap;
    height: 40px;
}
.main_workList_item{
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    margin-right: 12px;
}
.main_workList_item:first-of-type{
    margin-left: 3px;
}
.main_workList_item:hover{
    color: rgba(16, 131, 145, 1);
    cursor: pointer;
}
.com_btns{
    display: flex;
    width: 240px;
    justify-content: right;
    align-items: center;
    margin-top: 18px;
    height: 20px;
}
.exchange{
    width: 100px;
    height: 30px;
    background: #4FC2B8;
    border-radius: 15px;
    border:none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
}
.check_btn{
    width: 101px;
    height: 31px;
    background: #FFFFFF;
    border: 1px solid #4FC2B8;
    border-radius: 15px;
    font-size: 14px;
    color: #4FC2B8;
    display: none;
    cursor: pointer;
}
.com_more{
    margin-left: 34px;
    display: flex;
    align-items: center;
    height: 30px;
    cursor: pointer;
}
.com_more div{
    font-size: 14px;
    color: #108391;
    line-height: 20px;
}
.com_more div:hover{
    text-decoration: underline;
}
.com_more i{
    font-size: 12px;
    color: #108391;
    font-weight: bold;
    margin-left: 10px;
    line-height: 20px;
}
.tuijianItem{
    margin-right: 30px;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.tuijianItem:first-of-type{
    margin-left: 40px;
}
.tuijianItem img{
    width: 120px;
    height: 120px;
    background: #EEEEEE;
    border: 1px solid #FFFFFF;
    margin-top: 20px;
    object-fit: cover;
    display: block;
}
.tuijianItem_name{
    /*height: 12px;*/
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right_ad{
    margin-left: 20px;
}
.sendBuy{
    height: 370px;
    width: 230px;
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
}
.sendBuy_title{
    width: 230px;
    height: 90px;
    background: linear-gradient(0deg, #F7CB6B 0%, #f79131 100%);
    border-radius: 4px 4px 0px 0px;
}
.sendBuy_title_1{
    display: flex;
    width: 182px;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 24px;
}
.sendBuy_title_1 div:first-child{
    font-size:18px;
    color: white;
    margin-top: 23px;
}
.shu_left{
    width: 1px;
    height: 10px;
    background: #f79131;
    margin-top: 29px;
    margin-left: 10px;
}
.shu_right{
    width: 1px;
    height: 10px;
    background: #FFCC66;
    margin-top: 29px;
    margin-right: 10px;
}
.sendBuy_title_1 div:last-child{
    font-size:14px;
    color: white;
    margin-top: 25px;
}
.sendBuy_title_2{
    width: 190px;
    height: 16px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 8px;
    margin: 12px 24px 0;
    font-size: 12px;
    color: #f79131;
    line-height: 16px;
    text-align: center;
}
.sendBuy_form{
    margin: 20px 0 0 20px;
}
.sendBuy_form_item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 22px;
}
.sendBuy_form_item_name{
    width: 28px;
    font-size: 14px;
    color: #999999;
    margin-right: 11px;
}
.sendBuy_form_item input{
    width: 150px;
    height: 20px;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    outline: none;
    margin-left: 4px;
}
.sendBuy_form_item .second_input{
    width: 150px;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    outline: none;
    display: flex;
    align-items: center;
    position: relative;

}
.second_input input{
    background: #F2F2F2;
    outline: none;
    width: 116px;
    border: none;
}
.inputform_xiangxia{
    width: 16px;
    height: 16px;
    background: #f79131;
    border-radius: 2px;
    margin-left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.category-submit,.category-cancel{
    font-size: 14px !important;
}
.second_input div i {
    font-size: 12px;
    color: white;
}
.sendBuy_btn{
    width: 190px;
    height: 30px;
    background: #f79131;
    border-radius: 15px;
    border: none;
    margin: 10px 0 0;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
}
.sendBuy_footer{
    margin:20px 0 0;
    display: flex;
    align-items: center;
}
.sendBuy_footer img{
    width: 80px;
    height: 80px;
    display: block;
}
.purchase_code_tip {
    font-size: 14px;
    color: rgba(51, 51, 51, 1) !important;
    margin-left: 10px;
}
.purchase_code_tip div:first-child{
    font-size: 16px;
    color: rgba(247, 145, 48, 1);
}
.purchase_code_tip div:nth-child(3){
    font-size: 16px;
    margin-top: 3px;
    color: rgba(247, 145, 48, 1);
}
.hangyeAsk{
    width: 230px;
    /*height: 580px;*/
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 20px;
}
.hangyeAsk_title{
    width: 190px;
    height: 59px;
    border-bottom: 1px solid #C6C6C6;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hangyeAsk_title_left,.hangyeAsk_title_right{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.hangyeAsk_title_type{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 10px;
}
.hangyeAsk_title_text{
    font-size: 18px;
    color: #333333;
}
.hangyeAsk_title_right{
    font-size: 12px;
    color: #4FC2B8;
}
.hangyeAsk_title_more{
    margin-left: 4px;
    width: 14px;
    height: 14px;
    background: #999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hangyeAsk_title_more i{
    font-size: 8px;
    color: #FFFFFF;
    margin-left:2px;
}
.hangyeAsk_title_right:hover .hangyeAsk_title_more{
    background: #108391;
}
.hangyeAsk_content{
    width: 190px;
    margin: 9px auto;
    padding-bottom: 10px;
}
.hangyeAsk_content_item{
    font-size: 14px;
    color: #666666;
    padding: 10px 0 0;
    border-top: 1px dashed rgba(204, 204, 204, 1);
    margin-bottom: 10px;
    cursor: pointer;
}
.hangyeAsk_content_item:first-of-type{
    border-top: none;
    padding-top: 0;
}
.hangyeAsk_content_item a{
    text-decoration: none;
    color: #666666;
}
.hangyeAsk_content_item:hover a{
    color: rgba(16, 131, 145, 1);
}
.goodSupport{
    width: 230px;
    /*height: 410px;*/
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 20px;
    padding-bottom: 50px;
}
.support_content{
    width: 190px;
    margin: 0 auto;
}
.support_coms{
    width: 190px;
    height: 280px;
    margin-bottom: 20px;
}
.support_Item{
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
}
.support_companyImg{
    width: 40px;
    height: 40px;
    background: #CCCCCC;
    margin-right: 11px;
}
.support_companyName{
    width: 127px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.support_companyName:hover{
    color: #108391;
}
.remenSearch{
    width: 230px;
    /*height: 360px;*/
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.remenSearch_content{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 20px;
}
.remenSearch_content_item{
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    margin-right: 20px;
    cursor: pointer;
    text-decoration: none;
}
.remenSearch_content_item:hover{
    text-decoration: underline;
    color: #108391;
}
.swiper-pagination_support{
    margin-top: 13px;
    width: 230px;
    text-align: center;
}
.swiper-pagination_support .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 2px;
    margin-right: 10px;
}
.swiper-pagination_support .swiper-pagination-bullet-active{
    width: 20px !important;
    height: 4px !important;
    background: #4FC2B8 !important;
    border-radius: 2px;
}
.recent{
    margin-top: 40px;
    margin-bottom: 37px;
}
.recent_title{
    display: flex;
    align-items: center;
}
.recent_title_type{
    width: 6px;
    height: 20px;
    background: #108391;
    margin-right: 10px;
}
.recent_title_text{
    font-size: 18px;
    color: #333333;
}
.recent_content{
    width: 100%;
    height: 220px;
    background: #FCFCFC;
    margin-top: 9px;
    display: flex;
}
.recent_footer{
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}
.recent_content > a{
    margin-right: 30px;
    width: 140px;
}
.recent_content_item{
    /*width: 140px;*/
    /*margin-right: 30px;*/
    cursor: pointer;
}
.recent_content_item:last-of-type{
    margin-right: 0;
}
.recent_content_item:first-of-type{
    margin-left: 20px;
}
.recent_content_item img{
    width: 140px;
    height: 140px;
    background: #CCCCCC;
    margin-top: 21px;
    display: block;
    object-fit: cover;
}
.recent_content_item div{
    margin-top: 11px;
    width: 140px;
    font-size: 14px;
    color: #333333;
}

/**/
.pageBtn{
    margin-top: 20px;
    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;
}
.choosed{
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    position: fixed;
    bottom: 0;
    display: none;
    align-items: center;
    z-index: 11;
}
.choosed_flex{
    display: flex;
    align-items: center;
}
.choosed_left{
    margin-right: 42px;
}
.already_choose{
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.choose_all{
    line-height: 12px;
    font-size: 14px;
    color: #108391;
    margin-top: 10px;
    width: 98px;
}
.choosed_item_box{
    display: flex;
    height: 60px;
    align-items: center;
    margin-right: 78px;
    width: 780px;
}
.choosed_item{
    width: 60px;
    height: 60px;
    background: #CCCCCC;
    position: relative;
    margin-right: 20px;
}
.choosed_item:last-of-type{
    margin-right: 0;
}
.choosed_item img{
    width: 60px;
    height: 60px;
}
.chacha{
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #616161;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    right:0;
    text-align: center;
    cursor: pointer;
}
.chacha i{
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.choosed_btn{
    display: flex;
    align-items: center;
}
.choosed_btn button:first-child{
    width: 100px;
    height: 30px;
    background: #108391;
    border-radius: 15px;
    border: none;
    line-height: 30px;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 20px;
    cursor: pointer;
}
.choosed_btn button:last-child{
    width: 80px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 15px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}


/*供应商*/
.support_item{
    width: 950px;
    height: 220px;
    background: #FFFFFF;
    margin-bottom: 10px;

}
.support_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.support_top_left{
    height: 15px;
    margin: 20px 0 0 38px;
    display: flex;
    align-items: center;
}
.support_name{
    max-width: 522px;
    font-size: 16px;
    color: #108391;
    margin-right: 20px;
}
.support_top_right{
    margin: 20px 30px 0 0;
    display: flex;
    align-items: center;
}
.supprt_product_Num{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-right: 21px;
}
.supprt_product_Num label{
    color: rgba(102, 102, 102, 1);
}
.more_text_color{
    color: rgba(16, 131, 145, 1) !important;
}
.support_item_content{
    display: flex;
    justify-content: space-between;
}
.support_content_left{
    width: 445px;
    margin: 18px 0 0 38px;
}

.support_content_right{
    display: flex;
    margin: 16px 30px 0 0;
}

.support_content_left > div:first-child{
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.infoItem{
    width: 445px;
    display: flex;
    align-items: center;
}
.infoItem:last-of-type{
    margin-bottom: 0;
}
.item_name{
    width: 65px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}
.item_text{
    font-size: 14px;
    width: 380px;
    color: rgba(102, 102, 102, 1);
}
.support_btns{
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.sup_exchange{
    width: 100px;
    height: 30px;
    background: #4FC2B8;
    border-radius: 15px;
    border:none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
    margin-right: 10px;
}
.sup_check_btn{
    width: 99px;
    height: 29px;
    background: #FFFFFF;
    border: 1px solid #4FC2B8;
    border-radius: 15px;
    font-size: 14px;
    color: #4FC2B8;
    display: none;
    cursor: pointer;
    margin-right: 10px;
}
.support_img_item{
    width: 122px;
    /*background: #CCCCCC;*/
    /*border: 1px solid #F2F2F2;*/
    margin-right: 20px;
}
.support_img_item:last-of-type{
    margin-right: 0;
}
.support_img_item img{
    width: 120px;
    height: 120px;
    display: block;
}
.support_img_text{
    /*margin-top: 7px;*/
    width: 120px;
    font-size: 14px;
    color: #666666;
    /*line-height: 13px;*/
    text-align: center;
}


/*搜索结果页*/
.result{
    margin-top: 20px;
    width: 100%;
    /*height: 320px;*/
    background: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 65px 0 87px;
/*display: none;*/
}
.result img{
    margin-left: 294px;
    width: 151px;
    height: 190px;
    margin-right: 38px;
}
.result_text_box{
    width: 417px;
}
.sorry{
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
}
.sorry label{
    color: rgba(16, 131, 145, 1);
    font-weight: bold;
}
.other{
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    margin-top: 18px;
}
.other_item{
    display: flex;
    align-items: center;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    margin-top: 12px;
}
.itemNum{
    width: 20px;
    height: 20px;
    background: #4FC2B8;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 8px;
}
.contact_kefu{
    width: 100px;
    height: 24px;
    background: #f79131;
    border-radius: 12px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}
.quick_send{
    width: 130px;
    height: 24px;
    background: #f79131;
    border-radius: 12px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}




/*筛选*/
.news-left-out1 {
    position: absolute;
    display: none;
    width: 465px;
    height: 300px;
    background: #fafafa;
    border: 1px solid #b6b6b6;
    box-shadow: 1px 1px 3px #bdbdbd;
    top: 30px;
    left: -187px;
    z-index: 99;
}
.news-left-out1 ul{
    display: inline-block;
    width: 130px;
    height: 240px;
    overflow-y: scroll;
    border: 1px solid #b6b6b6;
    margin: 20px 0 20px 15px;
}
.news-left-out1 li {
    /*text-indent: 10px;*/
    cursor: pointer;
    /*background: url(../imgs/home/icon-left2.png) no-repeat 95% center;*/
    padding: 5px 5px;
    margin: 5px 0!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-left-out1 li.on {
    background: #4fc2b8;
    color: white;
}
.news-left-out1 li div{
    font-size: 13px;
}
.news-left-out1 li i{
    transform: rotate(270deg);
    font-size: 7px;
    color: black;
}
.news-left-out1 p {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 15px;
}
.news-left-out1 span {
    margin: 0!important;
    left: 80px;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    text-align: left!important;
    width: 70px;
    white-space: nowrap;
    line-height: 30px;
}
.news-left-out1 a:nth-of-type(1) {
    right: 70px;
    bottom: 8px;
}
.news-left-out1 a:nth-of-type(2) {
    right: 20px;
    bottom: 8px;
}
.news-left-out1 a {
    display: block;
    width: 40px;
    height: 20px;
    background: #f3f3f3;
    line-height: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    color: #333;
}
#ul_second li, #ul_third li {
    display: none;
}



