@charset "utf-8";

/*public start*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 14px;
	font-family: 'Microsoft Yahei', sans-serif;
	color: #333;
}

a {
	text-decoration: none;
	color: inherit;
}

a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.center {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.page-main {
	padding-top: 80px;
}

.main-container {
	background-color: #F6F6F6;
	min-height: 500px;
}

.ku-top {
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #DCDCDC;
}

.ku-left {
	width: 760px;
}

.ku-right {
	width: 400px;
}

.ku-title {
	font-size: 24px;
	color: #000;
	max-width: 660px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ku-btn {
	display: inline-block;
	background-color: #3DB1EA;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.ku-btn:hover {
	background-color: #3696c5;
}

.ku-btn img {
	margin: 0 12px 0 0;
}

.ku-btn-s {
	color: #3db1ea;
	border: 1px solid #3db1ea;
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 5px;
}

.ku-btn-s:hover {
	background-color: #3db1ea;
	color: #fff;
}

.ku-content {
	padding: 30px 0;
}

.ku-item {
	margin-bottom: 20px;
}

.ku-top-btn {
	line-height: 34px;
	height: 34px;
	width: 96px;
	margin-top: 13px;
}

.ku-crumbs {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ku-crumbs a {
	color: #666;
}

.ku-crumbs span {
	color: #666;
	margin: 0 5px;
}

.ku-crumbs .ku-crumbs-cur {
	color: #20B09F;
	/* font-size: 14px; */
	margin: 0;
}

/*public end*/
.ku-qa-item {
	border: 1px solid #DCDCDC;
	background-color: #fff;
	padding: 20px;
	position: relative;
}

.ku-qa-mark:before {
	content: "荐";
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
	z-index: 1;
	background: url(../../images/ku/ku-qa/bg-lt.png) no-repeat center;
	font-size: 14px;
	color: #fff;
	text-indent: 1px;
	line-height: 15px;
}

.ku-qa-item-title {
	margin-bottom: 20px;
	height: 36px;
	line-height: 36px;
}

.ku-qa-item-title-p {
	font-size: 18px;
	font-weight: bold;
	max-width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ku-qa-item-view {
	display: inline-block;
	padding-left: 22px;
	background: url(../../images/ku/ku-qa/img-cj-see.png) no-repeat center left;
	color: #999;
	margin-right: 10px;
}

.ku-qa-item-heart {
	display: inline-block;
	padding-left: 20px;
	background: url(../../images/ku/ku-qa/img-cj-heart.png) no-repeat center left;
	color: #999;
	margin-right: 10px;
	cursor: pointer;
}

.ku-qa-item-heart.cur {
	background-image: url(../../images/ku/ku-qa/img-cj-heart-cur.svg);
	color: #20B09F;
}

.ku-qa-item-heart.cur .ku-qa-item-qm {
	display: none;
}

.ku-qa-item-content {
	max-height: 88px;
	overflow: hidden;
}

.ku-qa-item-content-p {
	color: #838383;
	line-height: 22px;
	text-align: justify;
}

.ku-qa-banner .ku-qa-ad {
    height: 90px;
    background-color: #eee;
}

.ku-qa-banner img {
	display: block;
	width: 100%;
	height: 100%;
}

.ku-qa-right-banner {
	padding: 20px;
}

.ku-qa-right-banner .ku-qa-ad {
	height: 300px;
	background-color: #eee;
}

.ku-qa-right-banner img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 360px;
	max-height: 300px;
}

.ku-qa-advertisement {
	height: 300px;
}

.ku-qa-right-links {
	padding-bottom: 30px;
}

.ku-qa-right-links li {
	height: 38px;
	line-height: 38px;
}

.ku-qa-right-links a {
	display: block;
	color: #3db1ea;
	position: relative;
	padding: 0 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ku-qa-right-links a:hover {
	background-color: #F5F5F5;
}

.ku-qa-right-links a:before {
	content: "·";
	position: absolute;
	font-size: 34px;
	margin: -2px 0 0 -16px;
}

.ku-qa-item-subtitle-p {
	margin-bottom: 15px;
}

.ku-qa-show-item-content {
	height: auto;
}

.ku-qa-item-q {
	background-color: #EE534F;
	color: #fff;
	width: 42px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	margin: 5px 10px 0 0;
}

.ku-qa-item-points {
	color: #fcbf28;
	margin-left: 10px;
}

.ku-qa-item-points img {
	vertical-align: text-top;
	margin-right: 5px;
}

.ku-qa-show-btn {
	width: 80px;
	height: 40px;
	line-height: 40px;
}

.ku-qa-item-photo {
	margin-right: 15px;
}

.ku-qa-item-photo img {
	display: block;
}

.ku-qa-item-date {
	color: #999;
	margin-right: 30px;
}

.ku-qa-item-like {
	background: url(../../images/ku/ku-qa/img-qa-like.png) no-repeat left center;
	padding-left: 18px;
	color: #bebebe;
	cursor: pointer;
}

.ku-qa-item-like.cur {
	background-image: url(../../images/ku/ku-qa/img-qa-like-cur.png);
	color: #3db1ea;
}

.ku-qa-anslist li {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.ku-qa-anslist .ku-qa-item-content {
	height: auto;
}

.ku-zt-item {
	border: 1px solid #DCDCDC;
	background-color: #fff;
	padding: 20px;
	position: relative;
}

.ku-zt-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.ku-zt-content {
	margin-bottom: 20px;
}

.ku-zt-content-img {
	width: 300px;
}

.ku-zt-content-img img {
	display: block;
	width: 100%;
	max-width: 300px;
	max-height: 192px;
}

.ku-zt-content-p {
	width: 404px;
	text-align: justify;
	height: 192px;
	overflow: hidden;
	line-height: 21px;
	color: #666;
}

.ku-zt-more-a {
	color: #3db1ea;
	margin-right: 10px;
}

.ku-zt-more-a:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #3db1ea;
	vertical-align: middle;
	margin-right: 10px;
}

.ku-zt-more-a:hover {
	color: #3179bd;
}

.ku-zt-more-a:hover:before {
	background-color: #3179bd;
}

.ku-zt-category {
	min-height: 175px;
	position: relative;
	background: #207ca9;
	background: linear-gradient(to bottom, rgba(32, 124, 169, 0.85), rgba(32, 168, 234, 0.85));
}

.ku-zt-category-title {
	width: 45%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ku-zt-category-title:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 44px;
	background: url(../../images/ku/ku-zt/img-zt-quan.png) no-repeat center;
	right: 60px;
	top: 48%;
}

.ku-zt-category-title p {
	text-align: center;
	font-size: 48px;
	color: #fff;
}

.ku-zt-category-list {
	padding: 12px 0 12px 50%;
	width: 50%;
}

.ku-zt-category-list:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 44px;
	background: url(../../images/ku/ku-zt/img-zt-quan.png) no-repeat center;
	right: 60px;
	top: 48%;
}

.ku-zt-tab {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	cursor: pointer;
}

.ku-zt-anslist li {
	padding: 30px 0;
	position: relative;
}

.ku-zt-anslist li:first-child {
	padding-top: 10px;
}

.ku-zt-anslist li:first-child:before {
	display: none;
}

.ku-zt-anslist li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: url(../../images/ku/ku-zt/bg-line.png) no-repeat center;
	left: 0;
	top: -3px;
}

.ku-zt-anscontent-img {
	float: left;
	margin-right: 15px;
}

.ku-zt-anscontent-img img {
	display: block;
	max-width: 300px;
	max-height: 192px;
}

.ku-zt-anscontent p {
	line-height: 22px;
	color: #666;
}

.ku-zt-anscontent .ku-zt-anscontent-title {
	line-height: normal;
	font-size: 20px;
	margin-bottom: 10px;
	color: #000;
}

.ku-zt-bg {
	background: url(../../images/ku/ku-zt/bg-zt.png) repeat center fixed;
}

.ku-list {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #eee;
}

.ku-list-item {
	height: 30px;
	padding: 0 20px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ku-list-item a {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.ku-list-item a:hover {
	color: #00B3B9;
}

.pager {
	padding: 20px 0;
	text-align: center;
	cursor: default;
}

.pager a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	margin: 0 4px;
	color: #999;
}

.pager a:hover,
.pager a.active {
	background-color: #00B3B9;
	border-color: #00B3B9;
	color: #fff;
}

.ku-wen {
	width: 700px;
}

.ku-wen-item {
	margin-bottom: 20px;
}

.text-input {height: 36px;line-height: 36px;}

.ku-wen-item label {
	color: #333;
	text-align: center;
	line-height: normal;
}

.ku-wen-item label svg {
	margin-right: 6px;
	vertical-align: middle;
}

.ku-wen-item input {
	border: none;
	background: none;
	height: 40px;
	line-height: 40px;
	width: 560px;
	padding: 0;
	margin: 0;
}

.ku-wen-item textarea {
	border: none;
	background: none;
	resize: none;
	margin: 18px 0;
	width: 560px;
	height: 170px;
	line-height: 24px;
}

.ku-wen-btn button {
	width: 121px;
	height: 36px;
	border: none;
	color: #fff;
}

.ku-wen-item .verifyInput {
	width: 150px;
}

.ku-list-new {
	width: 45%;
}

.ku-list-hot {
	width: 45%;
}

.ku-list-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}

.ku-list-title span {
	font-size: 20px;
	font-weight: bold;
}

.ku-list-more {
	line-height: 26px;
	color: #999;
}

.ku-list-more:hover {
	color: #333;
}

.ku-qa-da .ku-wen {
	width: auto;
	padding: 0 10px;
}

.ku-qa-da .ku-wen-item textarea {
	box-sizing: border-box;
	width: 100%;
	display: block;
	border: 1px solid #E5E5E5;
	background-color: #F9F9F9;
	padding: 10px;
	margin: 10px 0 0;
}

.ku-qa-da .ku-wen-item textarea:focus {
	border-color: #20B09F;
}

.ku-qa-da .ku-wen-item .verifyInput {
	width: 160px;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	padding: 0 10px;
	margin-left: 10px;
	height: 36px;
	line-height: 36px;
}

.ku-qa-da .ku-wen-item .verifyInput:focus {
	border-color: #20B09F;
}

/**/

.cwenda-block {
    justify-content: space-between;
    align-items: flex-start;
}

.cwenda-l {
    width: 880px;
}

.cwenda-title-wrap {
    height: 70px;
    border: 1px solid #ECECEC;
    border-left: 2px solid #20B09F;
    background-color: #fff;
    padding: 0 30px;
    justify-content: space-between;
}

.cwenda-title {
    font-size: 18px;
    font-weight: bold;
}

.cwenda-btn {
    width: 121px;
    height: 36px;
    line-height: 36px;
}

.cwenda-btn svg {
	margin-right: 12px;
	display: inline-block;
	vertical-align: text-top;
}

.cwenda-banner {
    height: 90px;
    margin-top: 20px;
}

.cwenda-nav {
    margin-top: 20px;
    border: 1px solid #ECECEC;
    background-color: #F1F1F1;
}

.cwenda-nav-title {
    width: 120px;
    text-align: center;
    font-size: 24px;
    line-height: 1.7em;
}

.cwenda-nav-ul {
    width: 0;
    flex: 1 1 auto;
    padding: 20px 26px;
    background-color: #fff;
}

.cwenda-nav-ul .item {
    justify-content: space-between;
    height: 29px;
    border-bottom: 1px dashed #E5E5E5;
    cursor: pointer;
}

.cwenda-nav-ul .item:last-child {
	border-bottom: none;
}

.cwenda-nav-ul .item-title {
    max-width: 630px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cwenda-nav-ul .item-title:before {
	content: "?";
	font-family: Arial;
	color: #999;
	font-size: 12px;
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	border: 1px solid #999;
	margin-right: 8px;
}

.cwenda-nav-ul .item-more {
    font-size: 12px;
    color: #666;
}

.cwenda-nav-ul .item:hover .item-title:before {
	color: #fff;
	background-color: #20B09F;
	border-color: #20B09F;
}

.cwenda-nav-ul .item:hover .item-title, .cwenda-nav-ul .item:hover .item-more {
	color: #20B09F;
}

.cwenda-awser {
    margin-top: 20px;
    border: solid #ECECEC;
    border-width: 1px 1px 0 1px;
    background-color: #fff;
}

.cwenda-item {
    padding: 20px 30px;
    border-bottom: 1px solid #ECECEC;
}

.cwenda-item-title-p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
}

.cwenda-item-content {
    margin-top: 20px;
    color: #666;
    line-height: 1.8em;
    overflow-y: hidden;
    max-height: 18em;
}

.cwenda-item-btns {
    margin-top: 20px;
    height: 24px;
    line-height: 24px;
}

.cwenda-item-more {
    width: 70px;
    height: 24px;
    line-height: 24px;
    display: none;
}

.cwenda-item-more:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 100%;
	background: url(../../images/ku/ku-qa/down.svg) no-repeat center;
	margin-left: 4px;
	transition: transform .3s ease;
	transform: none;
}

.cwenda-item-more.cur:after {
	transform: rotateZ(180deg);
}

.cwenda-r {
    width: 300px;
}

.cwenda-right-banner {
    height: 300px;
}

.cwenda-right-block {
    margin-top: 20px;
    border: 1px solid #ECECEC;
    background-color: #fff;
    padding: 22px 20px;
}

.cwenda-right-title-wrap {
    justify-content: flex-start;
    border-bottom: 1px solid #E5E5E5;
}

.cwenda-right-title {
    padding-bottom: 8px;
    font-size: 16px;
    border-bottom: 2px solid #20B09F;
    margin-bottom: -1px;
}

.cwenda-right-links {
    margin-top: 10px;
}

.cwenda-right-links li {
    margin: 12px 0;
}

.cwenda-right-links a {
    color: #999;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.cwenda-right-links a:before {
	content: "";
	transition: background-color .3s ease;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #999;
	left: 0;
	top: calc(50% - 2px);
}

.cwenda-right-links a:hover {
	color: #20B09F;
}

.cwenda-right-links a:hover:before {
	background-color: #20B09F;
}

.cwenda-awser-top {
    position: relative;
}

.cwenda-awser-top:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 38px;
    background: url(../../images/ku/ku-qa/recommend.svg) no-repeat center;
    right: 30px;
    top: 0;
}

/**/

.wenda-top {
    border-left: 2px solid #20B09F;
}

/**/

.single-wen .text-input {
    line-height: 58px;
    border: 1px solid #DCDCDC;
    background-color: #fff;
    padding: 0 10px;
    height: auto;
}

.single-wen label {
    font-size: 16px;
    color: #666;
    float: left;
    width: 100px;
    text-align: center;
    line-height: inherit;
}

.single-wen .ku-wen-btn {
	margin-left: 20px;
    width: 305px;
    height: 60px;
    line-height: 60px;
}

.single-wen .ku-wen-btn button {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    background-color: #3DB1EA;
    border: none;
    font-size: 22px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}