/* ******************检索结果部(会员列表)****************** */
div.front-member{
    width:100%;
    display: flex;
    justify-content: space-between;
    padding:20px 5px 10px 10px;
}
.front-member-left{
    width:63%;
}
.front-member-right{
    width:300px;
    margin:50px 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    height:340px;
}
.front-member-right>div{
}
/*title*/
.front-member-title{
    border-bottom:1px solid #E8E8E8;
    width:85%;
    display: flex;
}
.front-member-title>li{
    font-size:24px;
    padding:0 2px 10px 2px;
    border-bottom:5px solid transparent;
    margin-left:55px;
}
.front-member-title>li+li{
    margin-left:80px;
}
.front-member-title>li:hover{
    cursor: pointer;
    color:#3AC778;
}
.front-member-searching{
    padding:30px 0 20px 60px;
    text-align: left;
}
.front-member-searching>li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.front-member-searching>li>p{
    width:20%;
    font-size: 20px;
}
.front-member-searching>li>div{
    width:70%;
}
.front-member-searching>li>button{
    font-size: 20px;
    padding: 5px 30px;
    transform: translate(170px,15px);
}
div.areaMain{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
div.lstMain{
    width: 990px;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.lstTitle{
    border-left:10px solid #3AC778;
    width: auto;
    height: auto;
    margin-left: 64px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
    font-size: 35px;
    font-weight: bold;
}
.lstItemMain{
    position: relative;
    width: auto;
    height: auto;
    padding-left: 63px;
    margin-bottom: 0px;
}
td.lstItemLeftPart{
    border-right: 1px #dcdcdc solid;
    width: 162px;
    vertical-align: top;
    text-align: left;
}
.memberLvl{
    width:100px;
    height:30px;
    margin-top: 20px;
    background:url("/img/front/member/memberLvl-6926b6bb97a0077a49bb4671bcb801b0.png") no-repeat left center;
}
td.lstItemRightPart1{
    width: 750px;
    height: 80px;
    display: flex;
    align-items: center;
    padding-top: 13px;
    justify-content: space-between;
}
div.lstItemCompanyName{
    width:100%;
    height:45px;
    margin-left: 20px;
    margin-right: 30px;
    padding-left: 15px;
    padding-top: 0px;
    border-bottom: 1px #dcdcdc solid;
    align-self: flex-start;
    text-align: left;
    font-size: 28px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
div.lstItemCompanyName:hover{
    color:#3bc877;
}
td.lstItemRightPart2{
    width: 750px;
    padding-bottom: 10px;
}
td.lstItemRightPart2>div{
    width:695px;
}
div.lstItemCompanyComments{
    text-align: left;
    padding-left: 35px;
    position: relative;
    margin-top: 5px;
    font-size: 15px;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
}
.lstItemService{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
div.lstItemCompanyOtherInfo{
    text-align: left;
    padding-left: 35px;
    color: #868686;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}
div.lstItemCompanyImg{
    text-align: left;
    padding-left: 35px;
    display: flex;
    max-width: 850px;
    flex-wrap: wrap;
}
div.lstItemCompanyImg>div{
    width:130px;
    height:130px;
    margin: 0px 5px 10px 0px;
    position: relative;
}
div.lstItemCompanyImg>div>img{
    max-width: 130px;
    max-height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 装饰用图标 小箭头 */
div.decorate1{
    top:23px;
    left:213px;
    position:absolute;
    background:url("/img/front/member/decorate1-449659495454ccb742b43dc374b4bc51.png");
    width:36px;
    height:25px;
}
/* 装饰用图标 小圆球 */
div.decorate2{
    transform:translateY(-50%);
    top:50%;
    left:-14px;
    position:absolute;
    background:url("/img/front/member/decorate2-9dd00183f33ea8491cb746f881552f12.png");
    width:36px;
    height:25px;
}

/* 检索结果右侧广告栏 */
#right-banner-2 {
    width: 160px;
    margin-right: 35px;
    margin-top: 40px;
}
#right-banner-2-1 {
    width: 160px;
}
#right-banner-2-2 {
    width: 160px;
    margin: 0px 0px 16px 0px;
}


/* ******************会员(企业)详情部****************** */
div.dtlMain{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
/*详情部区域*/
div.dtlMain>.dtlMainInfo{
    width:910px;
    height:100%;
    padding-left: 41px;
    padding-right: 41px;
}
/* 主要信息部分(公司名，图片，公司简介等) */
div.dtlMain>.dtlMainInfo>.mainInfo{
    height:auto;
    word-break: break-all;
}
/* 大标题 */
.titleGreyLine{
    margin-top: 8px;
    margin-bottom: 38px;
    margin-left: 23px;
    border-bottom: 1px #dcdcdc solid;
    display: flex;
}
.titleGreyLine>.titleGreenLine{
    width:auto;
    height:62px;
    color: #3bc877;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 5px #3bc877 solid;
    padding-left: 2px;
    padding-right: 2px;
    display: flex;
    align-items: center;
    margin-left: 0px;
}
.titleParent{
    /*cursor: pointer;*/
}
.titleParent:hover{
    /*color: #0aa1ed;*/
}
/* 内容显示区域 */
.mainInfoSubArea{
    margin: 0px 23px 38px 23px;
    display: flex;
}
/* 公司名称 */
.mainInfoCompanyName{
    font-size: 23px;
    font-weight: bold;
}
/* 主要信息部table */
.mainInfoTable{
    width: 100%;
    font-size: 18px;
    text-align: left;
}
.mainInfoTable>tbody>tr>td{
    vertical-align: top;
    padding-bottom: 38px;
}
a.website{
    display: block;
    word-break: break-all;
    color: #4965ed;
}
a.website:hover{
    color: #3bc877;
}

/* 公司视频 */
.companyVideo:active{
    opacity: 0.5;
}

/* 供求信息部分 */
div.dtlMain>.dtlMainInfo>.tradeInfo{
    height:auto;
}
/* 供求信息 - 销售采购信息 - 子标题 */
div.tradeInfo_sellBuyInfo_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}
div.tradeInfo_sellBuyInfo_title>span{
    font-size: 24px;
    font-weight: bold;
}
/* 更多 */
div.more{
    height:24px;
    background: url("/img/front/member/more-fdcb540864c2709c354c4107814dd3ca.png") no-repeat right center;
    padding-right: 22px;
    font-size: 17px;
    color:#3bc877;
    cursor: pointer;
}
div.more:active{
    opacity: 0.5;
}
/* 供求信息 - 销售采购信息 - 内容table */
table.tradeInfo_sellBuyInfo_content{
    width: 100%;
    text-align: left;
    margin-bottom: 38px;
}
/* 供求信息图片 */
.tradeInfo_img{
    width: 75px;
    height: 75px;
    position: relative;
}
.tradeInfo_img>img{
    max-width: 75px;
    max-height: 75px;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}
/* 供求信息名称 */
.tradeInfo_tradeName{
    padding-left:25px;
    height: 50%;
    font-size: 17px;
}
.tradeInfo_tradeName>span{
    cursor: pointer;
}
.tradeInfo_tradeName>span:hover{
    color: #3bc877;
}
/* 供求信息图标和种类 */
.tradeInfo_icon_type{
    padding-left:25px;
    height: 50%;
}
.tradeInfo_icon_type>div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 供求信息 - 销售图标 */
.tradeInfo_sellIcon{
    float:left;
    background-color:#3bc877;
    padding: 2px;
}
.tradeInfo_sellIcon>div{
    padding:0px 15px 0px 15px;
    background-color:#3bc877;
    color:white;
    box-sizing: border-box;
    border:1px white dashed;
}
.tradeInfo_sellIcon2{
    float:left;
    background-color: #95cbeb;
    padding: 2px;
}
.tradeInfo_sellIcon2>div{
    padding:0px 10px 0px 10px;
    background-color:#95cbeb;
    color:white;
    font-weight: bold;
    font-size: 18px;
}
/* 供求信息 - 采购图标 */
.tradeInfo_buyIcon{
    float:left;
    background-color:#fa5e38;
    padding: 2px;
}
.tradeInfo_buyIcon>div{
    padding:0px 15px 0px 15px;
    background-color:#fa5e38;
    color:white;
    box-sizing: border-box;
    border:1px white dashed;
}
.tradeInfo_buyIcon2{
    float:left;
    background-color: #feb792;
    padding: 2px;
}
.tradeInfo_buyIcon2>div{
    padding:0px 10px 0px 10px;
    background-color:#feb792;
    color:white;
    font-weight: bold;
    font-size: 18px;
}
/* 供求信息 - 种类 */
.tradeInfo_type{
    color:#cfcfcf;
    font-weight: bold;
    font-size: 15px;
}

/* 基本信息部分 */
div.dtlMain>.dtlMainInfo>.baseInfo{
    height:auto;
}
/* 基础信息框 */
table.baseInfo_content{
    width: 100%;
    font-size: 18px;
    text-align: left;
}
table.baseInfo_content>tbody>tr>th{
    vertical-align: top;
    padding-bottom: 38px;
    font-weight: normal;
}
table.baseInfo_content>tbody>tr>td{
    vertical-align: top;
    color: #31364c;
    /*word-wrap:break-word;*/
    /*white-space:normal;*/
    /*word-break:break-all;*/
}

/* 新闻部分 */
div.dtlMain>.dtlMainInfo>.newsInfo{
    height:auto;
}
div.news{
    font-size:18px;
    min-width:800px;
    display: flex;
    justify-content: space-between;
    /*padding-left:30px;*/
    margin: 10px 0px 10px 0px;
}
div.news:hover{
    color: /*#3bc877*/#f86116;
}
div.news>span{
    cursor: pointer;
}

/* 设备信息部分 */
div.dtlMain>.dtlMainInfo>.provisionInfo{
    height:auto;
}
.greyLine{
    height:1px;
    min-width: 800px;
    background-color: #dcdcdc;
    margin:38px 0px 38px 0px;
}
table.provisionItem{
    font-size: 18px;
    width: 100%;
    text-align: left;
    word-wrap:break-word;
    white-space:normal;
    word-break:break-all;
}
table.provisionItem>tbody>tr>th{
    vertical-align: top;
    padding-bottom: 24px;
    padding-left: 3px;
    font-weight: normal;
}
table.provisionItem>tbody>tr>td{
    vertical-align: top;
    color:#31364c;
}
/* 设备顺序号 */
.provisionItemNumber{
    color: #7186db;
    font-weight: bold;
    font-size: 22px;
}
/* 设备名 */
.provisionItemName{
    font-weight: bold;
}
/* 设备规格・特征说明的标题 */
.provisionItemDocTitle{
    color: #7186db;
    font-size: 20px;
    margin-bottom: 5px;
}

/* 关联企业 */
div.relatedCompany{
    width: 100%;
    height: auto;
    padding-left: 41px;
    padding-right: 41px;
}
div.arrow{
    cursor:pointer;
    width: 40px;
    height: 40px;
    background: url("/img/front/member/arrow1-42291651a788ee26b0110d4b00daad19.png");
    background-size:cover;
}
div.arrow:active{
    background: url("/img/front/member/arrow2-8892f20adcfe30145ba807ad03e4c87f.png");
    background-size:cover;
}
/* 关联企业外框 */
div.relatedCompanyItem{
    width:30%;
    display: flex;
    flex-direction: column;
    margin-bottom: 38px;
}
/* 关联企业logo */
div.relatedCompanyLogo{
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}
div.relatedCompanyLogo>img{
    cursor: pointer;
    max-width: 321px;
    max-height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 关联企业名称 */
div.relatedCompanyName{
    font-size: 20px;
    padding:0px 3px 0px 3px;
    cursor: pointer;
}
div.relatedCompanyName:hover{
    color:#3bc877;
}
div.relatedCompanyName>span{
    width: 100%;
}
/* 关联企业灰色分割线 */
div.relatedCompanyGreyLine{
    height:1px;
    min-width: 100%;
    background-color: #eeeeee;
    margin:5px 0px 6px 0px;
}
/* 关联企业相关信息 */
div.relatedCompanyOtherInfo{
    padding:0px 3px 0px 3px;
    text-align:left;
    color:#31364c;
    font-size: 15px;
}
.otherInfoTitle{
    color: black;
}
/* 同类型会员推荐 */
div.sameTypeCompany{
    width: 100%;
    height: auto;
    padding-left: 41px;
    padding-right: 41px;
}
/* 同类型会员推荐 - 标题 */
div.sameTypeCompanyTitle{
    border-left:10px solid #3AC778;
    width: auto;
    height: auto;
    margin: 40px 0px 38px 23px;
    padding-left: 30px;
    text-align: left;
    font-size: 35px;
    font-weight: bold;
}



/* ******************按钮****************** */
div.btn{
    width:178px;
    height:46px;
    background-color: #3bc877;
    border-radius: 100px;
    color:white;
    font-size: 21px;
}
div.btn:active{
    opacity:0.5;
    color:white;
}
div.btn2{
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    min-width:159px;
    height:41px;
    background-color: #3bc877;
    border-radius: 100px;
    color:white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
div.btn2:active{
    opacity:0.5;
}

div.btnGuestbook{
    margin-top: 20px;
    margin-left: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width:135px;
    height:30px;
    background-color: #3bc877;
    border-radius: 100px;
    color:white;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
div.btnGuestbook:active{
    opacity:0.5;
}

div.btnPlay{
    padding-left: 5px;
    padding-right: 5px;
    min-width:80px;
    height:32px;
    background-color: #3bc877;
    border-radius: 100px;
    color:white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
div.btnUnactive{
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    min-width:159px;
    height:41px;
    background-color: #c0c0c0;
    border-radius: 100px;
    color:white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.lstItemCompanyLogoDiv{
    width: 140px;
    height: 102px;
    margin-top: 20px;
    margin-right: 15px;
    position: relative;
}
.lstItemCompanyLogo{
    cursor: pointer;
    max-width: 140px;
    max-height: 102px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}
.titleGreyLineActive{
    color: #3bc877;
}
.titleGreyLineActive:hover .titleGreenLineActive{
    color: #f86116;
    border-bottom: 5px #f86116 solid;
}
.titleGreyLineActive:hover{
    color: #f86116;
}