<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*问答提问*/
.wendaPostContainer {
    background-color: #fff;
    width: 1220px;
    box-sizing: border-box;
    padding: 20px 50px;
    text-align: left;
}

.wendaPostTitle {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0px;
    color: #606266;
    display: flex;
    align-items: center;
}

.wendaPostTitle::before {
    content: "\e608";
    font-family: iconfont;
    font-size: 32px;
    color: #3598db;
    margin-right: 5px;
}

#questionForm {
    padding: 0px;
    margin: 0px;
    width: 700px;
    margin-top: 10px;
}

.wendaPostItem {
    margin-bottom: 20px;
    width: 100%;
}

.wendaPostItem .wendaPostTitle {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 10px;
    display: block;
    color: #303133;
    margin: 0px;
}

.wendaPostContentBox {
    width: 100%;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.wendaPostContentBox .wendaPostContent {
    font-size: 14px;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #303133;
}

.wendaPostContentBox .wendaPostUpload {
    padding-top: 10px;
    border-top: 1px solid #dcdfe6;
    margin-top: 10px;
}

.wendaPostContentBox .wendaPostUpload .kfUploadPicList {
    width: auto;
    float: none;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.wendaPostContentBox .wendaPostUpload .kfUploadPicList:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0
}

.wendaPostContentBox .wendaPostUpload .kfUploadPicList li {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 0px;
    list-style: none;
    text-align: center;
    border: 1px solid #dedede;
    position: relative;
    display: flex;
    border-radius: 3px;
}

.wendaPostContentBox .wendaPostUpload .kfUploadPicList li div:first-child {
    overflow: hidden;
    border-radius: 3px;
}

.wendaPostContentBox .wendaPostUpload .kfUploadPicList li img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

.wendaPostContentBox .wendaPostUpload .kfUploadPicList li .del {
    text-align: center;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #FF0000;
    z-index: 5;
    border-radius: 10px;
}

.wendaPostContentBox .wendaPostUpload .kfUploadPicList li .cor {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    line-height: 20px;
    background-color: #dedede;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.wendaPostContentBox .wendaPostUpload .kfUploadPicList li .cor p {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    padding: 0px 0px;
    cursor: pointer;
    color: #606266;
}

.wendaPostContentBox .wendaPostUpload .kfUploadBtn {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.wendaPostValiCodeBox {
    display: flex;
    align-items: center;
    height: 40px;
    overflow: hidden;
}

.wendaPostValiCodeBox .wendaPostValiCode {
    border: 0px;
    padding: 10px;
    margin: 0px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #dcdfe6;
    height: 40px;
    border-radius: 5px;
}

.wendaPostValiCodeBox .wendaPostValiCodePic {
    cursor: pointer;
    height: 36px;
    margin-left: 10px;
    border-radius: 5px;
}

.wendaPostValiCodeBox .wendaPostValiCodeBtn {
    cursor: pointer;
    text-align: center;
    height: 100%;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    color: #606266;
}
/*问答列表*/
.wendal {
    width: 750px;
    float: left;
    height: auto;
    margin-right: 200px;
}

.wendar {
    width: 250px;
    float: left;
    height: auto;
}

.wendanav {
    height: 50px;
    border-bottom: 1px solid #f1f1f1;
    width: 900px;
    margin-bottom: 20px;
    font-size: 16px;
}

.wendanav ul {
    margin: 0px;
    padding: 0px;
}

.wendanav ul li {
    margin: 0px;
    padding: 0px 20px;
    list-style: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.wendanav ul li a {
    color: #333;
}

.wendanav ul li.active {
    border-bottom: 2px solid #3598db;
    height: 48px;
    line-height: 48px;
    background-color: #ffffff;
}

.wendanav ul li.active a {
    font-weight: bolder;
    color: #3598db;
}

.questionsbox {
    border-bottom: 1px solid #efefef;
    padding: 0px 0px;
    width: 900px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
}

.questionsbox a:hover {
    color: #444444;
}

.questionsbox .info {
    width: auto;
    padding-right: 150px;
}

.questionsbox .huida {
    float: right;
    width: 104px;
    margin-top: 30px;
    height: 108px;
    background-image: url("/images/ico_20.png");
    background-repeat: no-repeat;
}

.questionsbox .huida .num {
    width: 104px;
    font-weight: bolder;
    text-align: center;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
    font-size: 32px;
    color: #1fbf8c;
}

.questionsbox .huida .text {
    height: 20px;
    line-height: 20px;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    color: #909399;
}

.questionsbox .title {
    font-size: 20px;
    color: #303133;
    padding-left: 35px;
    height: 35px;
    margin: 0px 0px;
    vertical-align: middle;
}

.questionsbox .title .adopt {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: #1fbf8c;
    padding: 0px 5px;
    border-radius: 3px;
    vertical-align: top;
    line-height: 25px;
}

.questionsbox .content {
    margin-left: 35px;
    color: #909399;
}

.questionsbox .pic {
    margin-top: 10px;
    padding-left: 35px;
}

.questionsbox .pic:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0;
}

.questionsbox .picwrap {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.questionsbox .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.questionsbox .userinfo {
    width: auto;
    height: 30px;
    margin-bottom: 20px;
    line-height: 15px;
    display: flex;
    align-items: center;
}

.questionsbox .userinfo .headpic {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    overflow: hidden;
    margin: 0px;
    border: 1px solid #efefef;
}

.questionsbox .userinfo .headpic img {
    width: 100%;
    height: 100%;
}

.questionsbox .userinfo .text {
    line-height: 18px;
    font-size: 13px;
    width: auto;
    margin-left: 5px;
    color: #909399;
}

.questionsbox .userinfo .date {
    color: #c0c4cc;
}

.wenda_btn:hover, .wenda_btn1:hover {
    text-decoration: none;
    opacity: .7;
}

.wenda_btn {
    width: auto;
    height: 70px;
    line-height: 30px;
    background-color: #e6f8f1;
    border: 1px solid #1fbf8c;
    color: #1fbf8c;
    border-radius: 3px;
    display: block;
    padding: 10px;
    background: #e6f8f1 url("/images/ico_wenda.png") no-repeat 10px 10px;
    background-size: 42px;
    padding-left: 60px;
}

.wenda_btn .title {
    font-size: 18px;
    font-weight: bolder;
}

.wenda_btn .text {
    font-size: 14px;
    color: #444444;
    line-height: 20px;
}

.wenda_btn1 {
    width: auto;
    height: 70px;
    line-height: 30px;
    background-color: #fdeeee;
    border: 1px solid #ed414a;
    color: #ed414a;
    border-radius: 3px;
    display: block;
    padding: 10px;
    background: #fdeeee url("/images/ico_wenda1.png") no-repeat 10px 10px;
    background-size: 42px;
    padding-left: 60px;
}

.wenda_btn1 .title {
    font-size: 18px;
    font-weight: bolder;
}

.wenda_btn1 .text {
    font-size: 14px;
    color: #444444;
    line-height: 20px;
}

.wenda_hot {
    border: 1px solid #efefef;
    padding: 10px;
    color: #444444;
    background-color: #fafafa;
}

.wenda_hot .title {
    background-image: url("/images/ico_title20.png");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-size: 24px;
    padding-left: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #444444;
    font-weight: bolder;
}

.wenda_hot .text {
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0px;
}

.wenda_hot .text ul {
    margin: 0px;
    padding: 0px;
}

.wenda_hot .text ul li {
    list-style: none;
    height: auto;
    line-height: 20px;
    padding: 5px 0px;
}

.wenda_hot .text a {
    color: #444444;
}

.wenda_adopt {
    border: 1px solid #efefef;
    padding: 10px;
    color: #444444;
    background-color: #fafafa;
}

.wenda_adopt .title {
    background-image: url("/images/ico_title21.png");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-size: 24px;
    padding-left: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #444444;
    font-weight: bolder;
}

.wenda_adopt .text {
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0px;
}

.wenda_adopt .text ul {
    margin: 0px;
    padding: 0px;
}

.wenda_adopt .text ul li {
    list-style: none;
    height: auto;
    line-height: 20px;
    padding: 5px 0px;
}

.wenda_adopt .text a {
    color: #444444;
}

/*问答内容页面*/
.wendauserinfo {
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
}

.wendauserinfo .headpic {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    overflow: hidden;
    margin: 0px;
    border: 1px solid #efefef;
    display: flex;
}

.wendauserinfo .headpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wendauserinfo .nickname {
    margin-left: 10px;
    line-height: 40px;
    font-size: 13px;
    color: #909399;
    width: auto;
}


.wenda_question_wrap {
    color: #444444;
    line-height: 25px;
    padding: 10px;
    font-size: 14px;
    width: 700px;
}

.wenda_question_wrap &gt; .title {
    margin: 0px;
    padding: 10px 0px;
    line-height: 30px;
    height: auto;
    font-size: 24px;
    font-weight: bolder;
}

.wenda_question_wrap .ctr {
    padding: 20px 0px;
    color: #888888;
}

.wenda_question_wrap .content {
    font-size: 16px;
}

.wenda_question_wrap .btn {
    padding: 0px 40px;
    line-height: 35px;
    display: inline-block;
    cursor: pointer;
    background-color: #1fbf8c;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.adoptanswersbox {
    border: 1px solid #fff3df;
    box-shadow: 0px 0px 4px #fff3df;
    background-image: linear-gradient(to bottom,#fff3df,#fff);
    padding: 0px 20px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}

.adoptanswersbox .title {
    font-size: 24px;
    background: url("/images/ico_title14.png") no-repeat 0px 0px;
    background-size: 30px;
    color: #ed414a;
    padding-left: 35px;
    height: 35px;
    margin: 20px 0px;
}

.adoptanswersbox .bar {
    display: flex;
    border-top: 2px solid #fff3df;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
}

.adoptanswersbox .ctr {
    display: flex;
}

.adoptanswersbox .ctr span {
    margin-left: 30px;
    color: #909399;
    font-size: 13px;
    display: flex;
}

.adoptanswersbox .ctr .support::before {
    content: "\e7e1";
    font-family: "iconfont";
    font-size: 22px;
}

.adoptanswersbox .ctr .support {
    cursor: pointer;
}

.adoptanswersbox .ctr .adopt::before {
    content: "\e645";
    font-family: "iconfont";
    font-size: 22px;
}

.adoptanswersbox .ctr .adopt {
    cursor: pointer;
}


.wendapicwrap {
    margin-top: 20px;
}

.wendapicwrap .picwrapBox {
    display: block;
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 1000px;
    overflow: hidden;
    margin-bottom: 10px;
    float: none;
    margin-right: 0px;
}

.wendapicwrap .picwrap .picwrapBox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.wenda_answer {
    line-height: 25px;
    color: #444444;
    padding: 10px;
    margin-top: 40px;
}

.wenda_answer .count {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

.unanswersbox {
    font-size: 14px;
    padding: 10px;
    color: #888888;
}

.answersbox {
    padding: 20px 0px 50px 0px;
    font-size: 16px;
    line-height: 25px;
}

.answersbox:last-of-type {
    border-bottom: 0px;
}

.answersbox .answercon {
    margin-left: 40px;
    background-color: #fafafa;
    padding: 10px;
    border-radius: 10px;
}

.answersbox .ctr {
    display: flex;
    font-size: 14px;
    justify-content: flex-end;
    margin-top: 10px;
}

.answersbox .ctr span {
    margin-left: 30px;
    color: #888;
    display: flex;
}

.answersbox .ctr .support::before {
    content: "\e7e1";
    font-family: "iconfont";
    font-size: 22px;
}

.answersbox .ctr .support {
    cursor: pointer;
}

.answersbox .ctr .adopt::before {
    content: "\e645";
    font-family: "iconfont";
    font-size: 22px;
}

.answersbox .ctr .adopt {
    cursor: pointer;
}

.answerpost {
    display: none;
}

.answerpost .title {
    font-size: 16px;
    color: #444444;
    line-height: 45px;
}

.answerpost .title .kicon:after {
    content: "\e759";
    margin-right: 5px;
    font-size: 26px;
    vertical-align: bottom;
}
</pre></body></html>