
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: #333
}

/*正文*/
.znwd-cont {
	padding: 40px 0;
	font-size: 14px;
    height: 700px;
	background: url(../img/znwd-bg.png) no-repeat center bottom #3a78f1;
	background-size: cover;
}

.znwd-min {

	background: #fff;
	max-width: 1000px;
	max-height: 600px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	opacity: 0.95;
	filter: alpha(opacity=90);
}

.znwd-min .zn-head {
	height: 70px;
	line-height: 70px;
	padding: 0px 20px;
	background: #4b9df5;
	color: #fff;
}

.znwd-min .zn-head b {
	font-size: 20px;
}

.znwd-min .zn-head span {
	margin: 0px 10px;
}

.znwd-min .zn-body {
	display: flex;
	width: 100%;
}

.znwd-min .zn-body .zn-b-left {
	float: left;
	border-right: 1px solid #e6e6e6;
	background: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: flex;
	width: 90%;
	font-size: 14px;
}

.zn-body .zn-b-left .zn-left-top {
	position: relative;
	width: 100%;
	background: #f1f2f3;
	border-bottom: 1px solid #e6e6e6;
	overflow-y: auto;
	height: 400px;
	overflow-y: scroll;
}

.zn-b-left .zn-left-top .zn-scroll {
	padding: 30px 20px 30px;
}

.zn-b-left .zn-left-top .zn-scroll .answer-item {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.zn-scroll .answer-item .znlogo {
	float: left;
	text-align: center;
	margin-right: 10px;
}

.zn-scroll .answer-item .userlogo {
	float: right;
	text-align: center;
	margin-left: 10px;
}

.zn-scroll .answer-item .znlogo img {
	width: 40px;
	height: 40px;
}

.zn-b-left .zn-left-top .zn-scroll .answer-item .answer-con {
	font-size: 14px;
	line-height: 22px;
	padding: 5px 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	word-break: break-all;
	width: ;
	overflow: hidden;
}

.answer-item .a-left {
	border-radius: 10px 5px 5px 0;
	max-width: 80%;
	background: #fff;
	margin-left: 50px;
}

.answer-item .a-left h3 {
	font-size: 14px;
}

.answer-item .a-left .answerDw {
	background: url(../img/wd-dw.png) no-repeat left;
	padding-left: 30px;
	margin-top: 0;
}

.answer-item .a-left .answerDw a {
	color: #4293f4;
	margin-left: 15px;
}

.answer-item .a-right {
	border-radius: 10px 5px 0px 5px;
	background: #4b9df5;
	color: #fff;
	float: right;
}

.zn-scroll .answer-item-user {
	float: right;
}

.zn-b-left .zn-left-bott {
	position: relative;
	height: 130px;
	padding: 10px 20px 10px 20px;
	-webkit-box-shadow: 0 -1px 0 0 #eaeaea;
	box-shadow: 0 -1px 0 0 #eaeaea;
}

.zn-b-left .zn-left-bott textarea {
	width: 100%;
	height: 70px;
	font-size: 14px;
	line-height: 18px;
	box-sizing: border-box;
	background: #fff;
	border: none;
	overflow-y: auto;
	resize: none;
	color: #000;
	outline: 0;
}

.zn-left-bott .bott-btn {
	width: 100px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
	background: #4b9df5;
	cursor: pointer;
	float: right;
}

.zn-left-bott .chat-input-count {
	width: 150px;
	float: left;
	margin-left: ;
	font-size: 12px;
}

.zn-body .zn-b-right {
	width: 250px;
}

.zn-body .zn-b-right .zn-r-hot {
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.zn-b-right .r-hot-b {
	font-size: 16px;
	font-weight: bolder;
	line-height: 30px;
}

.zn-b-right .r-hot-b .clean {
	float: right;
	cursor: pointer;
}

.zn-b-right .r-hot-b .clean .clean-title {
	float: right;
	font-size: 12px;
	color: #a6a6a6;
	font-weight: normal;
}

.zn-b-right .r-hot-b .clean .clean-img {
	cursor: pointer;
	margin: 9px 6px;
}

.zn-body .zn-b-right .zn-r-hot ul li {
	line-height: 36px;
	color: #777;
}

.zn-body .zn-b-right .zn-r-hot .idx {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #f1f2f3;
	text-align: center;
	color: #9ea4a9;
	font-weight: ;
	line-height: 18px !important;
}

.zn-body .zn-b-right .zn-r-hot .idx_n {
	background: rgb(227, 242, 253) none repeat scroll 0% 0%;
	color: rgb(82, 157, 244);
}

.zn-body .zn-b-right ul li a {
	color: #777;
}

.zn-body .zn-b-right .zn-r-hot ul li:hover a {
	color: #4293f4;
}

.zn-body .zn-b-right .zn-r-ls {
	padding: 20px;
}

.zn-body .zn-b-right .zn-r-ls ul li {
	background-color: #f7f7f7;
	margin: 12px 12px 12px 0;
	border-radius: 20px;
	float: left;
}

.zn-body .zn-b-right .zn-r-ls ul li:hover {
	background-color: #4b9df5;
}

.zn-body .zn-b-right .zn-r-ls ul li:hover a {
	color: #fff;
}

.zn-body .zn-b-right .zn-r-ls ul li a {
	display: block;
	max-width: 200px;
	line-height: 18px;
	padding: 6px 10px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.answer-con .an_tab_nav {
	font-weight: 700;
	border-bottom: 1px solid #e6e6e6;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}

.answer-con .an_tab_nav ul li {
	float: left;
	margin-right: 25px;
	cursor: pointer;
}

.answer-con .an_tab_nav .tabnav_check {
	color: #4293f4;
	-webkit-box-shadow: 0 -3px 0 0 #4293f4 inset;
	box-shadow: inset 0 -3px 0 0 #4293f4;
}

.answer-con .an_tab_con {
	margin-top: 0px;
	font-size: 14px;
	line-height: 28px;
}

.answer-con .an_tab_con ul li {
	list-style: disc;
	margin-left: 15px;
	color: #4293f4;
}

.answer-con .an_tab_con ul li:hover {
	color: #326ee6;
}

.answer-con .an_tab_con a {
	color: #4293f4;
}

.answer-con .an_tab_con a:hover {
	color: #326ee6;
}

.znbm {
	border-top: 1px dashed #c8c8c8;
	margin-top: 15px;
}

.znbm .znbm-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 36px;
}

.znbm .znbm-title span {
	font-size: 13px;
	width: 50px;
	float: right;
	font-weight: normal;
	text-align: right;
}

.znbm .znbm-title span a {
	color: #999;
}

.znbm ul li {
	font-size: 14px;
	float: left;
	padding: 3px 10px;
	color: #4293f4;
	background: #ecf4fd;
	border-radius: 16px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.znbm ul li a {
	color: #4293f4;
}

.znbm ul li:hover {
	background: #4293f4;
}

.znbm ul li:hover a {
	color: #fff;
}

.jqr-aside {
	position: absolute;
	top: 5%;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	left: 100%;
	-webkit-transform: translate(8px, -50%);
	transform: translate(8px, -50%);
	font-size: 12px;
}

.jqr-aside a {
	position: relative;
	display: block;
	width: 72px;
	height: 72px;
	text-align: center;
	color: #4293f4;
	line-height: 22px;
}

.jqr-aside a img {
	margin-top: 10px;
}

.jqr-aside a:hover {
	background: #4293f4;
	color: #fff;
}

.feedback-box {
	position: absolute;
	right: 20px;
	bottom: 0
}

.feedback-box .fk-btn {
	padding: 6px;
	background: #fff;
	border-radius: 50%
}

.feedback-box .fk-btn i {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/fk_icon.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer
}

.feedback-box .fk-btn .yes:hover {
	background-position: 0 -20px
}

.feedback-box .fk-btn .no {
	background-position: -20px 0
}

.feedback-box .fk-btn .no:hover {
	background-position: -20px -20px
}

.feedback-box-done {
	right: -30px
}

.feedback-box-done .fk-btn {
	background: none;
	padding: 0
}

/*修改区域*/
.up-popups {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: ;
	background-color: rgba(0, 0, 0, .3);
	z-index: 666;
}

.up-popups .pop-close {
	width: 20px;
	height: 20px;
	float: right;
	margin: -10px;
	cursor: pointer;
}

.region-picker-content {
	position: absolute;
	z-index: 99;
	top: 60px;
	left: 15%;
	width: 760px;
	max-height: 60vh;
	overflow-y: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	padding: 20px;
}

.region-picker-content header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	color: grey;
	background-color: #fff;
	padding: ;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfe1e2;
}

.region-picker-content header p {
	width: calc(100% - 15px);
	display: inline-block;
	font-size: 16px;
	color: #4193f4;
}

.region-picker-content header p .label {
	cursor: pointer;
	display: inline-block;
}

.region-picker-content .layout-box {
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfe1e2;
}

.region-picker-content .layout-box .layout-item {
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 20px;
	-webkit-transition: border .3s;
	transition: border .3s;
	cursor: pointer;
	font-weight: 400;
	width: calc((100% - 120px)/6);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px;
}

.region-picker-content .layout-box .layout-item:hover {
	background: #f1f2f3
}

.region-picker-content .department {
	padding: 16px;
	background-color: #eee
}

.region-picker-content .department p {
	margin-left: 16px
}

.region-picker-content footer {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	background-color: #fff;
	overflow: hidden;
	padding-left: 20px;
	padding-bottom: 24px
}

.region-picker-content footer div {
	float: left;
	padding: 8px 37px;
	cursor: pointer;
	background: #ecf4fd;
	color: #4193f4
}

.region-picker-content footer div:hover {
	background: #d9e9fd
}

.region-picker-content footer .primary {
	background: #4193f4;
	color: #fff;
	margin-right: 20px
}

.region-picker-content footer .primary:hover {
	background: #3762bf
}
