/* 代理渠道 */
#wrap-channelagency{
	overflow: auto;
	height: 100vh;
}
/* banner图 */
#wrap-channelagency .banner-image {
	width: 100%;
}

/* 内容容器 */
#wrap-channelagency .content-container {
	width: calc(100% * 0.83);
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 100px;
	display: flex;
}

/* 左侧列表项 */
#wrap-channelagency .list-item {
	width: 160px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	transition: background-color 0.2s ease 0s;
	background-color: #0760ab;
}

/* 列表交互效果 */
#wrap-channelagency .list-item:hover {
	background-color: #00b277;
}

#wrap-channelagency .list-checked {
	background-color: #00b277 !important;
}

/* 右侧内容容器 */
#wrap-channelagency .detail-container {
	margin-left: 100px;
	width: calc(100% - 100px);
}

/* 内容标题 */
#wrap-channelagency .detail-title {
	font-size: 20px;
	color: #0760ab;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 具体内容 */
#wrap-channelagency .detail-info {
	color: #676767;
	font-size: 14px;
	line-height: 1.6rem;
}
#wrap-channelagency .detail-info p{
	margin-bottom: 20px;
}
#wrap-channelagency .detail-info dl{
	margin-top: 20px;
}
#wrap-channelagency .form-container input[type=text],
#wrap-channelagency select{
	border: 1px solid #dcd9d9;
    font-size: 14px;
	outline:none;
    height: 24px;
    width: 150px;
    margin-top: 15px;
}
#wrap-channelagency #checkBox,
#wrap-channelagency #readio{
	margin-top: 15px;
    height: 100px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px #e5e5e5 solid;
}
#wrap-channelagency #btnOK{
	margin-top:15px;
}
#wrap-channelagency h4{
	margin-top:10px;
}
#wrap-channelagency .inp_title{
	width: 70px;
}
#wrap-channelagency .bt{
	width: 170px;
	height: 40px;
	border: 1px #d9d9d9 solid;
	border-radius: 20px;
	outline: none;
	background-color: #fff;
	cursor: pointer;
	font-size: 18px;
}
/* 链接靠右 */
#wrap-channelagency .detail-link {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

/* 查看详细方案按钮 */
#wrap-channelagency .detail-button {
	width: 150px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 15px;
	background-color: #f8f8f8;
	border: 1px #D9D9D9 solid;
	color: #666666;
}
	/* 交互效果 */
#wrap-channelagency .detail-button:hover {
	color: #0661ab;
}
#wrap-channelagency .project-item,
#wrap-channelagency .profix-item{
	display:flex;
	align-items:center;
	padding-left:5px;
}
#wrap-channelagency .project-item label,
#wrap-channelagency .profix-item label{
	text-indent:5px;
}
#wrap-channelagency #editor_data_container1 .form-title{
	margin-top:15px;
}