/*20240805 展示所有业务系统的咨询方式*/
.notlogintip{
	padding-left: 25px;
	background: url(../images/wbppimages/contactway_tip.png) no-repeat left center;
}

/* 选项卡 */
.tabs_cc {
  width: 100%;
  margin-left:10px;
  margin-right:10px;
  position: relative;
}

.toposi_cc{
  position: absolute;
  height: 50px;
  background: #f4f6f8;
  width: 100%;
}

.tabs-out_cc{
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
}

.tabs-inner_cc {
  width: 100%;
  margin: 0 auto;
}

.tabs-inner1_cc{
    /* width: 1200px; */
    margin: 0 auto;
}
.tabs-inner_cc .el-tabs--border-card{
    box-shadow: none;
    border: none;
}
.tabs-inner_cc .el-tabs--border-card>.el-tabs__header{
    border: none;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CCCCCC;
}
.tabs-inner_cc .el-tabs--border-card>.el-tabs__header .el-tabs__item{
    border: none;
}
.tabs-inner_cc .el-tabs--border-card>.el-tabs__content{
    padding: 15px 0;
}
.tabs-inner_cc .el-tabs__item{
    width: 160px;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight:600 ;
}

.el-tabs--border-card>.el-tabs__header {
    background-color: #FFF;
    border-bottom: 3px solid #CCCCCC;
    margin: 0;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
	color: #000000;
    /* color: #909399; */
    /* color: #2C3E50; */
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
	color: #0c52c1;
	border-bottom: 4px solid #0c52c1;
    /* color: #254B92; */
    /* border-bottom: 4px solid #254B92; */
    
    background-color: #FFF;
    /* border-right-color: #DCDFE6;
    border-left-color: #DCDFE6; */
   
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #254B92;
}



/** item 部位样式 */
.leg_cc {
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}
.leg_cc .footnav_cc {
   display: flex;
   justify-content: space-between;
}
.foot-nav-li_cc {
	width: 350px;
	height: 90px;
	text-align: left;
	background: url(../images/wbppimages/item_bg.png);
	/* 设置背景图片拉伸 */
  	background-size: cover;
  	background-position: center center;
	padding:10px;
	border: 1px solid #F2F2F2;
}

.foot-nav-li_cc_place{
	width: 350px;
	height: 90px;
	padding:8px;
}

.item_title{
	font-size: 16px;
	font-weight:600 ;
}

.item_content{
	font-size: 14px;
	line-height:24px;
	margin-top:8px;
}
