@charset "GB2312";
.list-faq {width: 70%;float: left;}
.top-nav {display: block;width: 100%;background: #fff;border-radius: 6px;overflow: hidden;}
.top-nav .nav_title {display: flex;align-items: center;justify-content: space-between;height: 80px;border-bottom: 1px solid #E3E8EE;}
.top-nav .nav_title .name{margin-left: 2rem;font-size: 18px;color: #9CA7B6;}
.top-nav .nav_title .name span {color: #3b3b3b;}
.top-nav .nav {padding-bottom: 10px;display: flex;align-items: flex-start;}
.top-nav .nav span {display: block;line-height: 32px;padding-top: 20px;color: #9CA7B6;width: 60px;margin-left: 2rem;}
.top-nav .nav ul{display: flex;flex-wrap: wrap;width: 100%;padding-bottom: 20px;overflow: hidden;font-size: .9rem;}
.top-nav .nav ul li {padding-top: 20px;}
.top-nav .nav ul li a {display: block;height: 32px;line-height: 32px;padding: 0 21px;border-radius: 4px;color: #464C5B;text-align: center;}
.top-nav .nav ul .on a {background: #4894ed;color: #fff;}

.list-answer {display: block;width: 100%;background: #fff;margin-top: 20px;border-radius: 8px;overflow: hidden;}
.list-answer .item li {display: flex;align-items: center;justify-content: space-between;height: 92px;border-bottom: 1px solid #E3E8EE;}
.list-answer .item li .tit {display: flex;align-items: center;margin-left: 30px;background: url(/icon/list_q.png) left center no-repeat;padding-left: 1.8rem;}
.list-answer .item li .answer-btn {display: block;margin-right: 30px;width: 100px;height: 40px;background: #C3CBD6;border-radius: 4px;text-align: center;line-height: 40px;color: #fff;}
.list-answer .item li a span {display: block;width: 550px;font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #333333;max-height: 20px;line-height: 20px;}
.list-answer .item li a img {display: block;width: 20px;height: 20px;margin-right: 6px;}
.list-answer .item li .answer-btn:hover {background: #4894ed;}
.page {display: block;text-align: center;padding-left: 0;margin: 24px 0;border-radius: 4px;}
.page ul li a {display: block;padding: 6px 12px;}
.page ul li {display: inline-block;border: 1px solid #e8e8e8;border-radius: 5px;line-height: 1.5;margin-right: 5px;box-sizing: border-box;}
.page ul li .on{background: #7a9bde;border-radius: 4px;color: #fff;display: inline-block;}
.page ul li .on {padding: 6px 12px;margin-left: -1px;line-height: 1.5;}
.page ul li:nth-child(-n+2),.page ul li:last-child{padding: 6px 12px;}
/*content*/
.cl_banner {overflow: hidden;width: 100%;height: 200px;background: url(/images/banner/question.jpg) 50% 50% no-repeat}
.design-head {color: #fff;width: 600px;font-size: 1.6rem;margin-top: 2.5rem;padding: 20px 0;text-align: center;background: none;} 
.design-head>div {font-size: 1.8rem;}
.design-head span {font-size: 1rem;margin-top: 1rem;line-height: 2rem;display: block;position: relative;color: #7f8ba2;}
.design-head span:before{content:"";position: absolute;display: block;left: 55px;top: 50%;width: 15%;height: 1px;background: #7f8ba2;}
.design-head span:after{content:"";position: absolute;display: block;right: 68px;top: 50%;width: 15%;height: 1px;background: #7f8ba2;}


.fl-box {width: 70%;float: left;}
.question {background: #f5f5f5;padding: 3rem 0;overflow: auto;}
.question .answer {background-color: #fff;padding: 2.5rem;}
.question .answer h1 {font-size: 1.5rem;color: #333;line-height: 30px;margin-bottom: 1.5rem;font-weight: normal;}
.answer_content {font-size: 16px;line-height: 1.8rem;margin-bottom: 1rem;margin-top: 2rem;background: #f9f9f9;padding: 2rem;}
.replies {background: #fff;box-sizing: border-box;padding:3rem 5rem;position: relative;margin: 1.3rem 0;}

.author {background: #f4f6fb;padding: 12px 10px;display: flex;}
.author-name {width: 80%;display: flex;-webkit-box-align: center;align-items: center;}
.author-name img {width: 40px;float: left;margin-right: 12px;border-radius: 50%;}
.author-name span {font-size: 18px;color: #333;white-space: nowrap;overflow: hidden;-webkit-box-align: center;-webkit-align-items: center;align-items: center;text-overflow: ellipsis;}
.author-name span:last-child{font-size: 16px;color: #858585;font-weight: inherit;margin-left: 1rem;}

.senddate {display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: center;-webkit-align-items: center;align-items: center;-webkit-box-pack: justify;-webkit-justify-content:space-between;justify-content: space-between;margin: 1rem 0;}
.author-bth {width: 20%;}
.author-bth a {float: right;width: 100%;background: #4c85f3;border-radius: 10px;font-weight: 700;font-size: 14px;color: #fff;height: 40px;line-height: 24px;padding: 7px 16px;box-sizing: border-box;text-align: center;}
.senddate span{font-size: 13px;color: #858585;text-align: center;line-height: 13px;margin: 0 6px;display: block;}
.senddate:after {content: "";display: block;height: 1px;background: #eee;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.senddate:before {content: "";display: block;height: 1px;background: #eee;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}

.chat {overflow: auto;padding: 2rem 5rem;background: #f5f5f5;border-radius: 15px;}
.chat .da .wen{float: right;background: #a1fd82;margin-top: 0;margin-left: 30%;margin-right: 40px;}
.chat .da .wen:after {content: " ";border-right: 0 solid #a1fd82;border-top: 6px solid transparent;border-left: 6px solid #a1fd82;border-bottom: 6px solid transparent;right: -6px;top: 16px;left: auto;width: auto;}
.chat .da .wen:before {content: " ";background: #ced3d7 url(/images/usericon.png) center center no-repeat;background-size: cover;float: right;right: -40px;top: 5px;left: auto;}

.chat .da p {position: relative;box-sizing: border-box;padding: 10px 11px;font-size: 1rem;line-height: 1.6rem;max-width: 70%;display: inline-block;background: #fff;border-radius: 6px;margin: 2rem 40px;margin-right: 30%;}
.chat .da p:before{content: " ";background: url(/images/dingli.jpg) center center no-repeat;background-size: cover;width: 30px;height: 30px;position: absolute;left: -40px;top: -20px;border-radius: 5px;}
.chat .da p:after {content:"中誉鼎力工程师";color: #757575;position: absolute;left: 3px;top: -20px;line-height: 12px;font-size: 12px;width: 100px;}
.chat .da table {width: 90%;padding-left: 7px;border-collapse: collapse;box-sizing: border-box;background: #f5f5f5;margin: 0 auto;padding: 5px;margin-bottom: 2rem;}
.chat .da table td{line-height: 35px;height: 35px;text-align: center;border:1px solid #ccc;font-size: 12px;}
.chat .da table tr:nth-child(even){background: #fff;}
.chat .da table td:first-child {background-color: #4667aa;color: #fff;}
.chat .zixun {margin-top:1rem}
.chat .zixun textarea {width: 74%;border: 1px solid #757575;padding: 6px 3% 0 3%;font-size: .875rem;}
.chat .zixun a {float: right;width: 18%;height: 40px;background: #4c85f3;color: #FFF;border-radius: 6px;display: flex;justify-content: center;align-items: center;font-size: 14px;}
/*bottom-list*/
.more-question {background: #fff;padding: 2.5rem;margin: 1.3rem 0;overflow: auto;}
.more-question .tit{font-size: 1.3rem;margin-bottom: 1rem;}
.more-question ul {margin-left: -4%;overflow: auto;}
.more-question li {padding-left: 4%;width: 46%;float: left;margin-bottom: .8rem;}
.more-question li a {display: block;padding-bottom: .8rem;border-bottom: 1px dotted #e2e2e2;}
.more-question li a:hover b {color: #3557aa;}
.more-question li:nth-last-of-type(-n+2){margin-bottom:0;}
.more-question li:nth-last-of-type(-n+2) a{border: none;padding: 0;}
.more-question b {line-height: 24px;font-size: 1rem;position: relative;font-weight: normal;display: block;}
.more-question b::before {content: '问：';font-size: 14px;color: #FD8C4E;width: 20px;height: 24px;line-height: 24px;}
.more-question p {line-height: 24px;font-size: 14px;color: #999;margin: 10px 0 0;position: relative;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.more-question p::before {content: '答：';font-size: 14px;color: #4c85f3;text-align: center;width: 24px;height: 24px;line-height: 24px;border-radius: 2px;}

/*liuyan*/
.reply {margin-bottom: 2rem;}
.reply .liuyan ul li span {font-size: 12px;color: #ababab;display: block;margin-bottom: .5rem;}
.reply-top{font-size: 16px;color: #3b6fff;background: #e3eaf7;height: 30px;padding: 12px;display: flex;-webkit-box-align: center;align-items: center;border-radius: 5px 5px 0 0;}
.reply-top i {background: url(/images/horn-ico.png) left center no-repeat;background-size:contain;padding-left: 25px;}
.reply .liuyan {overflow: hidden;-webkit-box-sizing: border-box;box-sizing: border-box;background: #fff;padding: 2rem;}
.reply .liuyan .platform-info {text-align: center;margin-bottom: 1.2rem;}
.reply .liuyan .platform-info span {color: #F35618;}
.reply .liuyan textarea {width: 94%;height: 5rem;font-size: .875rem;border: 1px solid #ddd;border-radius: 5px;padding: 3%;}
.reply .liuyan .textbox{width: 100%;border:1px solid #ddd;box-sizing:border-box;padding-left: 5px;border-radius: 5px;height: 40px;line-height: 40px;margin: .5rem 0;-webkit-appearance: none;}
.reply .liuyan .bssubmit{width: 100%;color:#fff;background-color: #4c85f3;padding: 8px 0px;display: block;border: none;margin: 0 auto;border-radius: 8px;font-size: 16px;}

/*right*/
.fr-item {float: right;width: 27%;}
.fr-bg {padding: 2rem;margin-bottom: 2rem;background: #fff;}
.fr-bg .tit {color: #333;font-size: 1.4rem;margin-bottom: 1rem;line-height: 1.6rem;}
.question-list li {padding: 12px 0px;border-bottom: 1px dashed #eaeaea;}
.question-list li a {display: block;}
.question-list li a:hover b {color: #3557aa;}
.question-list b {line-height: 24px;font-size: 16px;position: relative;font-weight: normal;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.question-list b::before {content: '问';font-size: 14px;color: #4894ED;text-align: center;width: 24px;height: 24px;line-height: 24px;float: left;margin: 0 8px 0 0;background-color: #EAF4FF;border-radius: 2px;}
.question-list b::after {content: '';position: absolute;width: 6px;height: 6px;background-color: #EAF4FF;transform: rotate(45deg);left: 21px;top: 50%;margin: -3px 0 0;}

/**/
.info {font-size: 14px;color: #999999;margin-bottom: 2rem;display: flex;}
.info span{margin-right: 1rem;font-size: 14px;padding-left: 20px;}
.info span a{color: #999;}
.info span:nth-child(1){background: url(/icon/qiye.png) left center no-repeat;}
.info span:nth-child(2){background: url(/icon/rili.png) left center no-repeat;}
.info span:nth-child(3){background: url(/icon/fenlei.png) left center no-repeat;}

.hottag-list {display: flex;flex-wrap: wrap;}
.hottag-list a {display: flex;justify-content: center;align-items: center;padding: 0 10px;height: 30px;border-radius: 10px;font-size: 14px;color: #4f5c74;border: 1px solid #e2e6e9;margin-right: 14px;margin-bottom: 16px;}
