#home {
    width: 100%;
}

main {
    width: 100%;
}

.header {
    width: 1200px;
    height: 60px;
    margin: 20px auto;
}

.nav {
    width: 100%;
    height: 60px;
    background: #0c52c1;
}

.navselect {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
}

.navselect a {
    color: #fff;
}

.navselect ul {
    width: 1000px;
}

.navselect ul li {
    width: 140px;
    float: left;
    cursor: pointer;
}

.navselect ul li:hover {
    background: orange;
}

.denglu {
    float: right;
    width: 100px;
    background: #7aa0dd;
    font-weight: normal;
    cursor: pointer;
}

.line {
    display: inline-block;
    width: 5px;
    height: 30px;
    background: #006eab;
    float: left;
    margin-right: 10px;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    line-height: 2;
    font-size: 16px;
    color: rgb(123, 122, 122);
}

.Form {
    /* width: 1000px; */
    width: 900px;
    margin: 20px 0px 0px 20px;
    display: flex;
    flex-wrap: wrap;
}

.Form .el-form-item__label {
	font-weight:600;
}

.el-upload__tip {
    display: inline;
    margin-left: 20px;
}

.img {
    width: 100px;
    float: left;
    height: 40px;
}

.img img {
    width: 100px;
    height: 40px;
    margin-left: 20px;
}

.notlogintip{
	padding-left: 25px;
	background: url(../images/wbppimages/contactway_tip.png) no-repeat left center;
}

.tipcontent{
	font-size:14px; 
	line-height: 1.6;
	margin-top: 6px;
}

.questiontip{
	padding-left: 20px;
	background: url(../images/wbppimages/problem_blank.png) no-repeat left top;
}

.answertip{
	padding-left: 20px;
	background: url(../images/wbppimages/problem_blank.png) no-repeat left top;
}

/* ======左侧选项卡========= */
.tabs_ll {
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
	position: relative;
}

/* 默认样式 */
.tabs_ll .el-tabs--left.el-tabs--card .el-tabs__item.is-left {
    text-align: center;
    border : 1px solid #DFF0FF;
    background: #fffff;
    width:220px;
    height:70px;
    line-height: 70px;
    font-size: 18px;
    color:#2E8DED;
    
}

/* 选中样式 */
.tabs_ll .el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
    background: #DFF0FF;
    color: #2E8DED;
}



/* 顶部选项卡 */
.tabs_tt {
  width: 100%;
  margin-left:10px;
  margin-right:10px;
  position: relative;
}

.toposi_tt{
  position: absolute;
  height: 50px;
  background: #f4f6f8;
  width: 100%;
}

.tabs-out_tt{
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
}

.tabs-inner_tt {
  width: 100%;
  margin: 0 auto;
}

.tabs-inner1_tt{
    /* width: 1200px; */
    margin: 0 auto;
}
.tabs-inner_tt .el-tabs--border-card{
    box-shadow: none;
    border: none;
}
.tabs-inner_tt .el-tabs--border-card>.el-tabs__header{
    border: none;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CCCCCC;
}
.tabs-inner_tt .el-tabs--border-card>.el-tabs__header .el-tabs__item{
    border: none;
}
.tabs-inner_tt .el-tabs--border-card>.el-tabs__content{
    padding: 15px 0;
}
.tabs-inner_tt .el-tabs__item{
    width: 200px;
    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;
}

/* ========20241103，不可编辑状态的文本框的文字颜色调整为黑色=========== */
.main .el-input.is-disabled .el-input__inner {
    background-color: #F5F7FA;
    border-color: #E4E7ED;
    /* color: #C0C4CC; */
    color: #606266;
    cursor: not-allowed;
}

/* ========我的咨询，登录状态，系统使用咨询=========== */
.itembox_loginwyzx {
    width: 100%;
    padding: 10px 0;
}

.item_loginwyzx {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;

}

.itemHead_loginwyzx {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 2;
}

.title_loginwyzx {
    font-size: 15px;
    color: #3088de;
    font-weight: 600;
    width: 50%;
}

.title_loginwyzx span {
    color: rgb(137, 204, 38);
    font-weight: normal;
    font-size: 14px;
}

.time_loginwyzx {
    font-size: 14px;
    color: #7d7b7b;
}

.inner_loginwyzx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    line-height: 30px;
}

.innerTitle_loginwyzx {
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7d7b7b;
}

.innerTitle_loginwyzx span {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
}

.link_loginwyzx {
    font-size: 15px;
    font-weight: normal;
}

.link_loginwyzx .el-button--text {
    color: #000;
}

.bsinner_loginwyzx {
    height: auto;
    display: flex;
    line-height: 1.5;
    justify-content: space-between;
}

.bsinner_loginwyzx p {
    color: #333333;
    width: 95%;
}

.bsinnerTitle_loginwyzx {
    width: 40px;
    color: #7d7b7b;
    width: 10%;
}

.bsinnerTitle_loginwyzx span {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;

}

.bsinnerImgTitle_loginwyzx {
    width: 40px;
    color: #7d7b7b;
    width: 10%;
}

.bsinnerImgTitle_loginwyzx span {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;

}

.bsFoot_loginwyzx {
    width: 98%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.footRight_loginwyzx{
    color: #7d7b7b;
}


.toPage {
   cursor: pointer;
   text-align: center;
 }
 
/*  系统使用常见问题 */
.tablextsycjwt{
    width: 98%;
    padding: 10px 0;
}
.tablextsycjwt-item{
    padding: 10px ;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.tablextsycjwt-item h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    color: #409EFF;
}
.tablextsycjwt-item p{
    font-size: 16px;
    line-height: 1.5;
}

/** 选择业务系统对话框界面--仿照联系我们界面 */
/** item 部位样式 */
.lxwm_leg_cc {
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}
.lxwm_leg_cc .lxwm_footnav_cc {
   display: flex;
   justify-content: space-between;
}
.lxwm_foot-nav-li_cc {
	width: 340px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	background: url(../images/wbppimages/item_bg.png);
	/* 设置背景图片拉伸 */
  	background-size: cover;
  	background-position: center center;
	padding:8px;
	border: 1px solid #F2F2F2;
}

.lxwm_foot-nav-li_cc_active{
	border: 3px solid #67c23a;
}

.lxwm_foot-nav-li_cc_place{
	width: 340px;
	height: 36px;
	padding:8px;
}

.lxwm_item_title{
	font-size: 16px;
	font-weight:600 ;
}

.lxwm_item_content{
	font-size: 14px;
	line-height:24px;
	margin-top:8px;
}

/* 自定义对话框标题样式 */
.custom-dialog .el-dialog__header {
    padding: 20px 10px 0px 10px;
}

.custom-dialog .el-dialog__title {
  color: #000000; /* 修改标题颜色为红色 */
  font-size: 18px; /* 修改标题字体大小 */
  font-weight:600 ;
}

.custom-dialog .el-dialog__body {
    padding: 10px 25px 20px 25px;
}

/* 按钮的宽高设置 */
.custom-btnwidth_chooseywxt{
	width: auto;  /* 设置按钮宽度 */
	height: 38px;  /* 设置按钮高度 */
	font-size:13px;
	padding: 0 8px 0 8px;
}

.custom-btnwidth{
	width: auto;  /* 设置按钮宽度 */
	height: 30px;  /* 设置按钮高度 */
	font-size:13px;
	padding: 0 8px 0 8px;
}

.item_container{
	/* 主要代码 */
    display: flex;
}

.item_left {
  margin-right: 10px;
}
.item_right {
  margin-left: auto; /* 将这个子元素推到右边 */
}

/* 滚动条效果 */
.scrollMenuBox {
    height: 370px;
}

/*  滚动条一直显示 + 滚动条宽度 */
.scrollMenuBox .el-scrollbar__bar.is-vertical {
  opacity: 1;
  width: 8px;
  }
 
/* // 滚动条圆角 */
.scrollMenuBox .el-scrollbar__bar {
  border-radius: 6px;
  }
 
/* // 滚动条hover后的背景色 */
.scrollMenuBox .el-scrollbar__thumb:hover {
  background-color: #bdbdbd;
}

