.wenda {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 90px;
}

.wenda_list li {
    position: relative;
    padding: 42px 0;
    border-bottom: 1px solid #e5e5e5;
}
.wenda_list h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.wenda_info  {
    font-size: 16px;
    color: #555555;
    margin-bottom: 20px;
}

.wenda_content p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 32px;
}
.wenda_info em {
    font-size: 14px;
    margin-left: 20px;
    color: #858585;
}

.wenda_content em {
    color: #8b9ab6;
    font-size: 16px;
    margin-left: 20px;
}
.wenda_content i{
    color:#a8a8a8;
}
.wenda_content i.on{
    color: #ffa14b;
    font-size: 20px;
}
.wenda_content a{
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
    color: #9fadc7;
}
.wenda_content a:first-child {
    margin: 0;
}

.wenti_ask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.wenti_ask.on {
    display: block;
}
.wenti_ask > div {
    position: absolute;
    left: 50%;
    width: 500px;
    margin-top: -200px;
    margin-left: -250px;
    top: 50%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.wenti_wen  {
    position: relative;
    background-color: #ffa14a;
}
.wenti_wen h3 {
    padding-top: 44px;
    color: #fff;
    text-align: center;
}
.wenti_wen i.icon-cuowu {
    position: absolute;
    right: 14px;
    top: 14px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.wenti_wen ul {
    overflow: hidden;
    padding: 16px 20px 20px;
}
.wenti_wen li {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.wenti_wen i.icon-tucenggouxuan {
    color: #fff;
    margin-right: 4px;
}
.wenti_ask textarea {
    width: 100%;
    height: 100px;
    outline: none;
    resize: none;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.wenti_form {
    padding: 30px;   
}
.wenti_form input {
    width: 100%;
    padding: 10px 0;
    text-indent: 15px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;

}
.wenti_form button {
    width: 250px;
    margin: 30px auto 10px; 
    display: block;
    height: 34px;
    font-size: 16px;
    background-color: #ffa14a;
    border-radius: 4px;
    color: #fff;
}

.wenda_icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    background: linear-gradient(270deg, #FF7338, #F54732);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 10px;
}
.wenda_title {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.wenda_title div {
    float: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.wenda_title i {
    color: #FF5121;
}
.wenda_title button {
    float: right;
    width: 120px;
    height: 40px;
    background: #FF5121;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.wenda_lefts {
    float: left;
    width: 864px;
}

.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}
.mask.on {
    display: block;
}
.mask_box {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 504px;
    padding: 16px 24px 30px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
}
.answer_title {
    overflow: hidden;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.answer_title span {
    float: left;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.answer_title i {
    float: right;
    font-weight: normal;
    cursor: pointer;
}
.answer_text {
    position: relative;
}
.answer textarea {
    display: block;
    padding: 14px 15px;
    width: 100%;
    height: 140px;
    outline: none;
    border-color: #E5E5E5;
    resize: none;
}
.answer_count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #999;
}
.answer input {
    margin: 20px 0 30px;
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    text-indent: 15px;
}
.answer button {
    display: block;
    width: 100%;
    height: 44px;
    background: #FF5121;
    border-radius: 3px;
    color: #fff;
}