body{
    background-color: #F5F5F5;
    background-image: url('https://xiaomaishequn.oss-cn-hangzhou.aliyuncs.com/cmecall/images/20230614/1f1c9aa7869b930fc38672db12ffc80b.png?x-oss-process=image/resize,w_600/quality,q_50');
    background-repeat: no-repeat;
    background-size: 1040px 1000px;
    background-position: 790px 50px;
    background-attachment:fixed;
}
a {
    color: inherit;
    text-decoration: none;
}

.nav ul {
    padding: 0;
    margin: 0;
}
.topBox{
    background-color: white;
}

.header{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    background-color: white;
    position: sticky;
    top: 0px;
    z-index: 1;
}

.headerRight{
    /* margin-left: 450px; */
    display: flex;
    justify-content: space-around;
}

.Navigation{
    position: absolute;
    top: 50px;
    width: 350px;
    height: 450px;
    overflow-y: auto;
    /* display: flex; */
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 200;
    box-shadow: -1px 2px 8px 1px #cacaca;
    padding: 10px;
}
.Navigation::-webkit-scrollbar {
    width: 12px;
}
.Navigation::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, 0.30);
    border-radius: 10px;
}
.columnLine{
 /*   width: 2px;
    height: inherit;
    background-color: #EEEEEE; */
/*    margin-left: 20px;
    position: fixed;
    top: 150px;
    right: 830px; */
}

.leftMenu{
    width: 30%;
    padding: 0;
    margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 46px;
	padding-left: 10px;
	border-right: 2px solid  #EEEEEE;
}

.leftItem{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 50px;
    /* background-color: #146DFD; */
    color: #666666;
    border-radius: 5px;
    font-size: 16px;
    margin: 5px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.leftItem:hover{
    background-color: #146DFD;
    color: white;
}
.check{
    background-color: #146DFD;
    color: white !important;
}
.rightMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
    color: #e01212;
    position: fixed;
    left: 62%;
    top: 148px;
}

.rightItem{
    /* width: 140px;
    height: 40px; */
    margin-bottom: 25px;
    font-size: 14px;
	width: 100px;
    padding: 5px 5px;
    display: flex;
    justify-content: center;
}
.show{
    display: block;
}

.rightItem:hover{
    border: 2px solid #146DFD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #146DFD;
   
}
.selection {
    display: inline-block;
    /* text-align: center; */
    text-decoration: none;
    color: rgb(194, 190, 190);  
}

.topBar{
    width: 400px;
    margin-top: -15px;
    /* margin-left: 100px; */
}

.workMenu,.areaMenu{
    width: 150px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
}

.workMenu img,.areaMenu img{
    height: 22px;
    margin-right: 5px;
}

.active {
    color: #191919 !important;
    /* font-weight: 600; */
    /* border-bottom: 3px solid #156FFC; */
    padding-bottom: 10px;
}

.nav ul {
    list-style: none;
    width: 400px;
    padding: 0;
    margin: 0;
}

.nav ul li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
    top: 21px;
    left: 33px;
}

.nav .selected>a::before {
    content: "";
    width: 28px;
    height: 4px;
    background-color: #191919;
    position: absolute;
    top: 50px;
    left: 12px;
}

.service{
    width: 130px;
    position: fixed;
    right: 50px;
    bottom: 150px;
}

.service .ewm{
    width: 90px;
    height: 90px;
    background-color: #3A3A3A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
    top: 12px;
    z-index: -1;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    animation-name: service;
    animation-duration: .5s;
}
.service .serviceImg{
    width: 130px;
  
}
.service .ewmImg{
    width: 80px;
    animation-name: ewm;
    animation-duration: .5s;
}

.container{
    width: 100%;
    height: auto;
    position: relative;
}

.container .topping{
    width:50px;
    position: fixed;
    left: 50px;
    bottom: 150px;
}

.topping img{
    width: 50px;
}

.center{
    /* width: 95%; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    position: relative;
    margin-left: 130px;
}
.msgCard{
    
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: auto;
    overflow: hidden;
    transition: all .4s;
    /* height: 250px; */
    background-color: #ffffff;
    background-image: url('../../images/connectionCardBg.png');
    background-size: cover;
    border-radius: 30px;
    padding: 30px 40px;
    margin: 20px 15px 20px 15px;
    box-shadow: -1px 2px 8px 1px #cacaca;
}

.msgCard:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.msgCard .cardTop{
    /* display: flex; */
}
/* .msgCard .left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
} */
.coopView{background-color: #F9F9FA;width: 100%;padding: 8px 12px;border-radius: 10px;box-sizing: border-box;font-size: 13px;}
.coopBot{display: flex;justify-content: space-between;color: #AEB0BB;}
.coopTitle{margin-bottom: 8px;}
.line{width: 100%;height:0.5px;background-color: #E1E1E1; margin-top: 8px; margin-bottom: 8px;}
 .personMsg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
	max-width: 220px;
}
 .personMsg .line{
    width: 170px;
    height: 2px;
    background-color: #CFCFCF;
}
.msgCard .cardTop .flex{
    justify-content: space-between;
}
.flex1{
    display: flex;
}
.msgCard .cardTop .corporation{    
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
    max-height: 2.4em;

}
.msgCard .cardTop .certified{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    flex-shrink: 0;
    position: relative;
    top: -10px;
}
.msgCard .cardTop .certified img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.msgCard .cardTop .address{
    display: flex;
    align-items: center;
   /* margin-top: 30px; */
}

.msgCard .cardTop .address img{
    margin-right: 15px;
    height: 28px;
}

.conclude{
    margin-top: 20px;
    /* display: flex;
    align-items: flex-end; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

/* .msgCard {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
} */

.msgCard .cardTop  .corperLogo{
    border-radius: 30px;
    width: 150px;
    height: 150px;
    background: no-repeat;
    background-size: cover;
    background-position: center;
}
.msgCard .cardTop .type{
    /* margin-top: 50px; */
    display: flex;
    align-items: center;
   
}

.msgCard .cardTop .type img{
    height: 28px;
    margin-right: 15px;
}

.msgCard .cardTop .address img{
    height: 28px;
}

.triangle {
    fill: #999999;
    stroke: #999999;
    stroke-width: 90;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.search{
    margin: auto;
    width: 500px;
    background-color: #F5F5F5;
    border-radius: 9px;
    height: 45px;
    border: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.searchInput{
    background-color: #F5F5F5;
    border: none;
    outline: none;
    padding-left: 20px;
    font-size: 16px;
    width: 200px;
    /* color: #ABABAB; */
}

.searchBtn{
    background-color: #191919;
    border: none;
    color: white;
    height: 35px;
    /* line-height: 38px; */
    width: 80px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 4px;
}

.searchBtn img{
    height: 12px;
    margin-left: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.ad-type{
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    margin: 30px 0px 30px 0px;
}

/* @keyframes service {
    0%{height: 0px;}
    100%{height: 90px;}
}
@keyframes ewm {
    0%{height: 0px;}
    100%{height: 80px;}
} */

/* 名片详情弹窗样式 */
.cardDetail{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 200;
}

.cardDetail .cardBox{
    /* width: 820px; */
    display: flex;
    position: relative;
}

.isShow{
    display: none;
}

.mainCard{
    width: 480px;
    max-height: 480px;
    overflow: overlay;
	background: #FFFFFF;
	border-radius: 18px;
	border: 1px solid #e2e2e2;
	/* margin: 280px auto 0; */
    padding: 30px 30px 30px 30px;
    background-image: url('../../images/mainCardBg.png');
}
.mainCard::-webkit-scrollbar {
	width: 0;
	color: white;
}

.mainCard::-webkit-scrollbar-thumb {
	background-color: rgba(51, 51, 51, 0.30);
	border-radius: 10px;
}
.mainCard .personMsg .line{
    width: 170px;
    height: 2px;
    background-color: #CFCFCF;
}
/* .mainCard .top-card .topLeft{
    height: 200px;
} */
.mainCard .top-card .topLeft .personMsg{
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainCard .top-card .topLeft .identity{
    color: #146DFD;
}

.mainCard .top-card .topLeft .contactInfo{
    background-color: #F5F4F4;
    border-radius: 16px;
    margin-top: 40px;
    width: 250px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mainCard .top-card .topLeft .contactInfo .mosaicImg{
    width: 220px;
    height: 33px;
    position: absolute;
    z-index: 1;
    
}

.mainCard .top-card .topLeft .contactInfo .showInfoBtn{
    background-color: #191919;
    color: white;
    border-radius: 10px;
    height: 40px;
    width: 150px;
    border: none;
    position: absolute;
    z-index: 2;
}

.mainCard .top-card .topLeft .contactInfo .info{
    width: 90%;
    /* position: absolute; */
    /* display: flex; */
	font-size: 18px;
    justify-content: center;
	/* white-space: nowrap; */
/* 	overflow: hidden;
	text-overflow: ellipsis; */
}
.info .wx{
	word-wrap: break-word;
	word-break: break-all;
}
.mainCard .top-card .topLeft .contactInfo .hideInfo{
    color: transparent;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.mainCard .top-card .topLeft .tag{
    width: 100px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #146DFD;
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    /* left: 74px; */
    top: -10px;
    margin-left: 20px;
}


.mainCard .top-card {
    display: flex;
    justify-content: space-between;
}

.mainCard .bottom-card .corporation{
    display: flex;
    align-items: center;
 }
 
 .mainCard .bottom-card .corporation > span{
     margin-right: 20px;
 }
 
 .mainCard .bottom-card{
     margin-top: 40px;
     background-color: #F0F0F0;
     border-radius: 20px;
     padding: 30px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
 }

.mainCard .bottom-card .corporation .certified{
    width: 80px;
    display: flex;
    justify-content:space-between;
    flex-shrink: 0;
}

.mainCard .bottom-card .corporation .certified .certifiedImg{
    width: 20px;
    height: 20px;
}

.mainCard .bottom-card .corMsgBox{
    margin: 30px 0px;
}

.mainCard .bottom-card .address{
    display: flex;
    align-items: center;
}

.mainCard .bottom-card .address img{
    width: 28px;
    margin-right: 15px;
}

.mainCard .bottom-card .type{
    display:flex;
    align-items: center;
    margin-left: 80px;
}

.mainCard .bottom-card .type img{
    width: 28px;
    margin-right: 15px;
}

.mainCard .bottom-card .concludeBox{
    display: flex;
    justify-content: flex-start;
}

.mainCard .bottom-card .concludeBox img{
    width: 28px;
    flex-shrink:0; 
    height:100%;
    margin-right: 15px;
}

.secondCard{
    width: 180px;
	height: auto;
	background: white;
	border-radius: 18px;
	border: 1px solid #e2e2e2;
	/* margin: 280px auto 0; */
    padding: 30px 30px 30px 30px;
    margin-left: 25px;
}

.secondCard .titleBox{
    align-items: center;
}

.secondCard .titleBox .line{
    width: 8px;
    height: 20px;
    margin-right: 10px;
    background-color: #146DFD;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
}

.secondCard  .content{
    margin-top: 30px;
}

.cardDetail .back{
    position: absolute;
    top: 0px;
    left: -200px;
} 

.cardDetail .back .backImg{
    width: 50px;
}

.cardDetail .reactBtn{
    height: 150px;
    /* width: 100px; */
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    right: -125px;
}

.cardDetail .reactBtn img{
    width: 80px;
}

.cardDetail .reactBtn .thumbImg:hover{
    content: url('../../images/thumbs-up2Active.png');
}

.cardDetail .reactBtn .collectImg:hover{
    content: url('../../images/collectActive.png');
}

.loading{
    margin: 0 auto;
    width: 50px;
}

.loadDetail{
    align-items: center;
    justify-content: center;
    width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 100;
}
.thumb,.collection{
    position: relative;
}
.thumbNum,.collectNum{
    position: absolute;
    top: 7px;
    right: 20px;
}
@media screen and (max-width:1780px){
    .msgCard{width: 360px;}
    .msgCard .cardTop .corperLogo {width: 110px;height: 110px;}
    .personMsg .font26{font-size: 22px;}
    .personMsg .font16{font-size: 14px;}
    .personMsg .font22{font-size: 18px;}
    .msgCard .cardTop .address img {height: 22px;}
    .msgCard .cardTop .type img { height: 22px;}
    .msgCard .cardTop .address .font18,.msgCard .cardTop .type .font18{font-size: 14px;}
    .conclude{font-size: 14px;}
    .nav .font24{font-size: 22px;}
}
@media screen and (min-width:900px) and (max-width:1200px){
	.rightMenu {left: 59% !important; position: fixed;}
}
@media screen and (min-width:1200px) and (max-width:1300px){
	.rightMenu {left: 59% !important; position: fixed;}
}
@media screen and (min-width:1300px) and (max-width:1400px){
	.rightMenu {left: 60% !important; position: fixed;}
}
@media screen and (min-width:1400px) and (max-width:1470px){
	.rightMenu {left: 62% !important; position: fixed;}
}
@media screen and (min-width:1470px) and (max-width:1550px){
	.rightMenu {left: 55% !important; position: fixed;}
}
@media screen and (min-width:1550px) and (max-width:1600px){
	.rightMenu {left: 56% !important; position: fixed;}
}	
@media screen and (min-width:1600px) and (max-width:1920px){
	.rightMenu {left: 58% !important; position: fixed;}
}
@media  screen and (max-width:1470px){
    .msgCard{width: 310px;}
    .search{width: 350px;height: 45px;}
    .searchBtn{width: 80px; height: 35px;line-height: 35px;}
    .msgCard{padding: 20px 30px;}
    .rightMenu{top: 128px;right: 355px;}
    .columnLine{right: 600px;top: 135px;}
}

@media screen and (max-width:1230px){
    .msgCard{padding: 20px 26px;}
}