@charset "UTF-8";
* {
    padding: 0;
    margin: 0
}

* {
    margin: 0;
    padding: 0;
    /* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box */
}

html {
    font-size: 16px
}

body,
html {
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none
}

body {
    /* font-size: 15px; */
    background: #f5f5f5;
    /* font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif, HYWenHei-GEW !important; */
}

h1,
h2,
h3,
h4,
h5,
li,
ol,
p,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: #525151;
    text-decoration: none;
    background-color: transparent
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

ol {
    word-break: break-all
}

p {
    margin: 0
}

label {
    font-weight: 400
}

i {
    font-style: normal
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.flex {
    display: flex;
    align-items: center;
}

.head .contain>* {
    float: left;
}

.container:after,
.row:after,
.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.containerm,
.row,
.clear {
    zoom: 1
}

.container {
    margin: 0 auto;
    width: 1200px;
    padding: 15px 0;
}

.banner {
    width: 800px;
    float: left
}

.head {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .06);
    background: #fff;
    position: relative;
    z-index: 1000;
}

.head .container>* {
    float: left;
}

.head .logo {
    padding: 10px 0;
}

.head .logo img {
    height: 77px;
}

.head .menu {
    padding: 0 20px 0 60px;
}

.head .menu ul {
    display: flex;
}

.head .menu>ul>li {
    position: relative;
}

.head .menu>ul>li>a {
    font-size: 18px;
    display: block;
    border-bottom: 2px solid #fff;
    line-height: 95px;
    padding: 0 30px;
    margin: 0 1px 0 0;
    color: #888;
}

.head .menu>ul>li:hover>a {
    border-bottom: 2px solid #eee;
    background: #f9f9f9;
}

.head .menu>ul>li.active>a {
    color: #01b88d;
    border-color: #01b88d;
    background: #f9f9f9;
}

.head .menu li div {
    position: absolute;
    display: none;
    width: 100%;
    background: #f9f9f9;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.head .menu li div a {
    display: block;
    transition: all .5s;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    color: #666;
}

.head .menu li div a:last-child {
    border: none;
}

.head .menu li div a.active,
.head .menu li div a:hover {
    background: rgba(0, 0, 0, .05);
}

.head .menu li:hover div {
    display: block;
}

.head .back {
    float: right;
    background: #01b88d;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    line-height: 40px;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
    position: relative;
}

.tagslist {
    /* padding: 15px 0; */
    padding: 0 0 15px;
}

.tagslist ul {
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .02);
    border-radius: 3px;
    padding: 0 15px;
}

.tagslist li {
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.tagslist li label {
    color: #999;
    font-size: 13px;
    padding: 10px 0 0 0;
}

.tagslist li a {
    padding: 5px 12px;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 3px 5px 3px 0;
}

.tagslist li a.active {
    background: linear-gradient(to right, #00d8b6, #01b6b8);
    color: #fff;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

.questionlist .nav {
    width: calc(100% - 230px);
    padding-right: 50px;
}

.questionlist .nav h3 {
    cursor: pointer;
}

.questionlist .nav p {
    cursor: pointer;
}

.questionlist .navimg {
    width: 230px;
    height: 160px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
    ;
}

.questionlist li {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .02);
    padding: 15px 25px;
}

.headimg .himg {
    width: 48px;
    margin-right: 10px;
    height: 48px;
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
}

.headimg i,
.headimg span {
    color: #999;
    padding: 0 3px;
}

.headimg a,
.qinfo label {
    background: #ffb700;
    font-size: 13px;
    ;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
}

.nav h3 {
    padding: 15px 0;
    font-size: 20px;
    font-weight: normal;
}

.nav p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #777;
}

.qinfo {
    padding-top: 20px;
}

.qinfo label {
    background: #fff;
    margin-right: 15px;
    border: 1px solid #ff7c40;
    color: #ff7c40;
}

.qinfo span {
    padding: 0 8px;
    opacity: .3;
}

.qinfo span img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    object-fit: cover;
}

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

.questionav {
    background: #fff;
    margin: 20px 0;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .02);
    padding: 15px 50px;
}

.questionav .navtit {
    font-size: 48px;
    font-weight: normal;
    padding: 30px 0;
}

.questionav .navtxt {
    padding: 30px 0;
    line-height: 1.6;
}

.ques_user {
    padding-bottom: 20px;
}

.ques_user .imgbox {
    width: 48px;
    margin-right: 10px;
    height: 48px;
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
}

.ques_user a img {
    width: 16px;
}

.ques_user a.guanz {
    background: #08ad71;
    font-size: 13px;
    ;
    color: #fff;
    border-radius: 30px;
    padding: 3px 10px;
    margin: 0 10px;
}

.ques_user a.yqhd {
    background: #ffb700;
    font-size: 13px;
    ;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 10px;
}

.ques_user .wtxx span {
    padding: 0 10px;
    color: #999;
}

.ques_user .wtxx span:first-child {
    padding-left: 0;
}

.jub {
    justify-content: space-between;
}

.jub span img {
    width: 18px;
    margin-right: 5px;
}

.fxbtn {
    justify-content: space-between;
    padding-top: 30px;
}

.scbtn {
    border-radius: 100px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid rgb(255, 98, 0);
    line-height: 2;
    padding: 5px 20px;
}

.scbtn img {
    width: 18px;
    margin-right: 5px;
}

.scbtn span {
    border-left: 1px solid rgba(255, 75, 99, .2);
    padding-left: 15px;
    margin-left: 15px;
}

.sjbtn a {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}

.sjbtn img {
    width: 26px;
    height: 26px;
}

.pinlun {
    align-items: flex-start;
    padding: 40px 0;
}

.pinlun .imgbox {
    width: 48px;
    margin-right: 10px;
    height: 48px;
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
}

.pinlun .plinput {
    width: 100%;
    position: relative;
}

.pinlun .plinput textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #eee;
}

.pinlun .plogin {
    position: absolute;
    color: #999;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.plogin a {
    background: #007dc5;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
}

.huida h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.huida .hdnav {
    padding: 10px 0;
}

.huida .hdnav p {
    padding: 5px 0;
}

.top_c {
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    font-family: '雅黑';
}

.contain {
    width: 1200px;
    margin: 0 auto;
}

.top_nav {
    overflow: hidden;
}

.top_l {
    float: left;
    line-height: 40px;
}

.top_l img {
    vertical-align: text-bottom;
}

.top_l a {
    color: #999999;
    font-size: 16px;
}

.top_r {
    float: right;
}

.top_r ul {
    overflow: hidden;
}

.top_r li {
    float: left;
    margin: 10px 0;
    padding-left: 10px;
}

.top_r a {
    color: #999999;
}

.top_r .top_r_l {
    padding-right: 10px;
    border-right: 1px solid #c5c5c5;
}

.top_r img {
    vertical-align: middle;
}