body {
    min-height: 101vh;
}

.img--wrapper img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ask_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container_list {
    width: 865px;
}

.container_ask {
    width: 300px;
}

.ask-tab {
    margin: 20px auto 15px;
}

.ask-tab > ul {
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.ask-tab > ul > li {
    width: 80px;
    height: 30px;
    background: #fff;
    -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid transparent;
}

.ask-tab > ul > li a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
}

.ask-tab > ul > li:not(:last-of-type) {
    margin-right: 15px;
}

.ask-tab > ul > li:not(.ul_select).active {
    color: #f60;
    border-color: #f60;
}

.ul_select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    background: #fff;
}

.ul_select select {
    display: none;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
    transition: background-color .3s ease-out, border-color .3s ease-out;
}

.ul_select .am-btn-default {
    border: none;
}

.ul_select .am-selected-list li .am-icon-check {
    display: none;
}

.list_content {
    display: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid transparent;
    position: relative;
}

.list_content.null, .list_content#null {
    background: #fff;
}

.list_content.active {
    display: block;
    min-height: 39vh;
}

.list_content .ul_select {
    position: absolute;
    bottom: calc(100% + 15px);
    right: 0;
}

.ask_list {
    background: #fff;
    padding: 30px 25px 0;
    margin-bottom: 15px;
}

.ask_null {
    font-size: 43px;
    margin: 140px auto;
    text-align: center;
}

.ask_null .null_p {
    font-size: 16px;
    color: #333333;
}

.articleList_more {
    font-size: 14px;
    color: #999;
    width: 300px;
    line-height: 42px;
    margin: 40px auto 50px;
    background: #fff;
    text-align: center;
}

.articleList_more a, .articleList_more a:visited, .articleList_more a:focus {
    display: inline-block;
    width: 100%;
    color: inherit;
}

.ask_list .li_title {
    font-size: 22px;
    color: #000000;
    text-align: left;
    line-height: 1.09;
}

.ask_list .li_author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto 10px;
    font-size: 14px;
}

.ask_list .li_author span {
    line-height: 20px;
}

.ask_list .li_author > span {
    margin-left: 10px;
}

.ask_list .li_author .author--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-weight: bold;
}

.ask_list .li_author .author--pic {
    display: inline-block;
    vertical-align: -0.18em;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.ask_list .li_author .author_type {
    display: inline-block;
    vertical-align: -0.18em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 5px;
    margin-top: -2px;
}

.ask_list .li_author .author_time {
    display: inline-block;
    vertical-align: -0.128em;
    color: #808080;
    padding-left: 10px;
    border-left: 1px solid #D8D8D8;
}

.ask_list .li_author > *:first-child {
    margin-left: 0;
    padding-left: 0;
    border: none;
}

.list_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list_container .img--wrapper {
    width: 180px;
    height: 120px;
    margin-left: 34px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.ask_list .li_des {
    font-size: 16px;
    color: #565656;
    text-align: justify;
    line-height: 1.375;
}

.ask_list .li_des span {
    font-size: 14px;
    color: #2D4AC5;
}

.ask_list .container_type--wrapper {
    height: 62.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #D8D8D8;
    margin: 10px 0 0;
    position: relative;
}

.ask_list .container_type--wrapper .type_share {
    cursor: pointer;
}

.ask_list .container_type--wrapper .type_share .share--wrapper {
    display: none;
}

.ask_list .container_type--wrapper .type_share.active .share--wrapper {
    display: block;
}

.ask_list .container_type--wrapper .share--wrapper {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 100px;
    margin-left: 5px;
}

.ask_list .container_type--wrapper .share--wrapper a {
    float: none;
    display: inline-block;
    vertical-align: text-bottom;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-image: none;
    padding: 0;
    text-align: center;
    margin: 0;
    color: #d3ac5a;
}

.ask_list .container_type--wrapper .share--wrapper .share--wraped {
    height: 40px;
    width: 100px;
}

.ask_list .container_type--wrapper .share--wrapper .svgIcon {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: -1;
}

.ask_list .type--wrapper {
    font-size: 14px;
    color: #808080;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ask_list .type--wrapper li, .ask_list .li_type--ask div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #808080;
    text-align: left;
}

.ask_list .type--wrapper li:not(:last-of-type) {
    margin-right: 50px;
}

.ask_list .type--wrapper .svgIcon {
    margin: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ask_list .li_type--ask .svgIcon {
    margin-right: 5px;
}

.ask_list .type--wrapper .active .svgIcon {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.ask_list .type--wrapper .say_type {
    margin: 0 5px;
    color: #333333;
}

.ask_list .li_type--ask .say_type {
    color: #2D4AC5;
}

.container_ask .answer_content {
    padding: 15px 20px 20px;
    margin-top: 65px;
    margin-bottom: 15px;
    background: #fff;
}

.answer_content .form--wrapper {
    position: relative;
}

.answer_content .form--wrapper label {
    vertical-align: middle;
}

.answer_content .p--title {
    opacity: 0.4;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}

.answer_content .form_field {
    position: relative;
    margin-bottom: 10px;
}

.answer_content .form_field .field_tip {
    font-size: 14px;
    color: #101010;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    line-height: 1;
    background: #fff;
}

.answer_content .form_field .field_tip span {
    font-weight: bold;
    color: #222;
}

.answer_content .content_input {
    font-size: 16px;
    line-height: 1.375;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0 15px;
}

.answer_content .content_textarea {
    width: 100%;
    height: 95px;
    border: 1px solid #D8D8D8;
    padding: 10px;
    resize: none;
    font-size: 14px;
    color: #222222;
    line-height: 1.4285;
}

.answer_content .form_action {
    font-size: 14px;
    color: #222222;
    line-height: 1.42857;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.answer_content .action_addPicture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.answer_content .action_addPicture .svgIcon {
    width: 19px;
    height: 19px;
}

.answer_content .addPictures {
    display: none;
}

.answer_content .picture_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.answer_content .picture_ul li {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.answer_content .picture_ul li:not(:last-child) {
    margin-right: 10px;
}

.answer_content .content_p {
    margin-bottom: 10px;
}

.answer_content .content_p span {
    color: #989898;
}

.answer_content .li_wrapper {
    position: relative;
}

.answer_content .li_wrapper .img--wrapper {
    width: 80px;
    height: 60px;
    overflow: hidden;
}

.answer_content .li_wrapper .img--wrapper {
    background: url("/static/question/images/picture-add2.png") no-repeat center;
    background-size: 20px 20px;
    position: relative;
}

.answer_content .li_wrapper .img--wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 50rem;
}

.answer_content .active > .li_wrapper .img--wrapper {
    background: url("//www.d1ev.com/static/question/images/picture-null.png") no-repeat center;
}

.answer_content .finished > .li_wrapper .img--wrapper {
    background: none;
    cursor: default;
}

.answer_content .li_wrapper .img--wrapper img {
    min-height: auto;
}

.answer_content .li_wrapper .img--wrapper .svgIcon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.answer_content .li_wrapper .li_close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.answer_content .li_wrapper .li_close .svgIcon {
    width: 20px;
    height: 20px;
    margin: 0;
}

.answer_content .li_wrapper .li-progress {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #D8D8D8;
    border-radius: 5px;
    overflow: hidden;
}

.answer_content .li_wrapper .li-progress .progress--content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background: #FA8C57;
    border-radius: 5px;
}

.answer_content .answer_content .active > .li_wrapper .li-progress {
    display: block;
}

.answer_content .active > .li_wrapper .li-progress .progress--content {
    -webkit-animation: uploadProgress ease-in-out 2s forwards;
    animation: uploadProgress ease-in-out 2s forwards;
}

@-webkit-keyframes uploadFinish {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes uploadFinish {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes uploadProgress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes uploadProgress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.answer_content .active > .li_wrapper .img--wrapper .svgIcon {
    cursor: default;
}

.answer_content .finished .li_close {
    display: block;
    cursor: pointer;
}

.answer_content .addVideo .li_wrapper .img--wrapper {
    width: 360px;
    height: 213px;
    background: url("//www.d1ev.com/static/question/images/video-null.png") no-repeat center;
}

.answer_content .addVideo .finished .li_wrapper .img--wrapper {
    background: none;
}

.answer_content .addVideo .li_tip {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1000px;
    color: #fff;
    padding: 0.5em 1em
}

.answer_content .addVideo .finished .li_tip {
    display: block;
}

.answer_content .form_button {
    width: 100%;
    opacity: 0.63;
    font-size: 16px;
    color: #FD6B1B;
    line-height: 40px;
    text-align: center;
    border: 1px solid #FDDBBC;
    border-radius: 6px;
    background: #fff;
    margin-top: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.answer_content .form_button:focus {
    outline: none;
}

.recommendedAnswer {
    background: #fff;
    font-size: 14px;
}

.recommendedAnswer .answer_title {
    font-weight: bold;
    color: #333333;
    text-align: left;
    padding: 0 20px;
    line-height: 40px;
    border-bottom: 1px solid #D8D8D8;
}

.recommendedAnswer .answer_ul {
    padding: 0 20px;
}

.recommendedAnswer .answer_ul li {
    padding-top: 20px;
    padding-bottom: 10px;
}

.recommendedAnswer .answer_ul li:not(:last-of-type) {
    border-bottom: 1px solid #D8D8D8;
}

.recommendedAnswer .answer_ul li .li_des {
    color: #565656;
    line-height: 1.42857;
    margin-bottom: 10px;
}

.recommendedAnswer .answersNumber {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    line-height: 1.4285;
}

.recommendedAnswer .answersNumber .span--number {
    color: #808080;
    margin-right: 10px;
}

.recommendedAnswer .answersNumber .li_des {
    font-size: 14px;
    color: #565656;
    line-height: 1.4285;
    text-align: justify;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.alert--wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.6);
}
.alert--wrapper .alert--success {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    font-size: 19px;
    width: 266px;
    line-height: 137px;
    color: #333333;
    text-align: center;
    background: #fff;
}
