/*äººè„‰å¼€å§‹*/
.search_input{
    background: #f3f3f3;
    padding: 8px;
    width:calc(100% - 165px);
    margin-left: -8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search_btn{
    background-color: #30483a;
    color:#fff;
    padding:6px 15px;
    border:0;
    margin-left:10px;
    height: 38px;
}
.nickname{
    position: relative;
    color: #999;
    width: 73px;
    line-height: 38px;
    border-right: 1px solid #e4e4e4;
    display: inline-block;
    background: #f3f3f3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left:15px;
    top:1px;
}
.search_icon_connect{
    position: absolute;
    left: 55px;
    width: 10px;
    top: 17px;
}
.tags>.selected_tags{
    float:left;
    margin-right:10px;
    margin-top: 10px;
}
.selected_tags{
    position: relative;
    width: 116px;
    background: #fff;
    height: 36px;
    border-radius: 18px;
}
.selected_tags>li{
    padding-left: 17px;
    line-height: 36px;
}
.portrait_pic{
    width:32px;
    float:left;
    margin-top: 10px;
}
.portrait_name{
    font-size: 16px;
    float:left;
    margin: 0 10px;
    margin-top:14px;
}
.portrait_icon{
    width:14px;
    float:left;
    margin-top:20px;
}
.change_card{
    background-color: #00a274;
    color: #fff;
    border-radius: 20px;
    padding: 4px 12px;
    margin-top:8px;
    display: inline-block;
}
.renzheng_icon_width{
    width:13px;
    display: inline-block;
}
.connection_text>p{
    margin-bottom: 8px;
}
.covermask{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    height:100vh;
    width:100%;
    background:rgba(0, 0, 0, 0.4);
    z-Index:999;
}
.change_card_btn{
    background:#00a274;
    color:#fff;
    border-radius: 20px;
    padding: 6px 12px;
}
.mt15{
    margin-top:15px;
}
.company_introduction{
    margin:0 -2%;
}
.company_introduction li{
    width:29.3%;
    margin:10px 2% 30px 2%;
    float:left;
}
.connection_detail>p{
    margin-bottom: 10px;
}
.connection_ways,.connection_company,.connection_notice{
    padding:25px 0 10px 0;
}
.other_connect{
    padding: 20px 0 10px 0;
}
.connection_text_list>p{
    padding-bottom: 10px;
}
.index_detail_contract .right_msg{
    width: 43vw;
}
.index_detail_contract_ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.contract_mes{
    width: 100%;
}
.contract_bg{
    width: 100%;
    text-align: center;
}
.head_top{
   position: relative;
   width: 100vw;
   height: 30vw;
}
.head_top_bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100vw;
	height: 30vw;
}
.head_top .common_wrap{
    position: absolute;
    left: 50%;
    top: 17vw;
    transform: translateX(-50%);
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
}