body {
    position: relative;
}
.img--wrapper img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*breadcrumb*/
.breadcrumb {
    font-size: 14px;
    line-height: 1;
    padding: 20px 0 15px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.breadcrumb .breadcrumb_ul {
    padding: 0;
    margin: 0;
}
.breadcrumb li {
    float: left;
    margin-right: 20px;
    line-height: 1;
    position: relative;
}
.breadcrumb li:not(:last-child):after {
    content: '>';
    display: inline-block;
    position: absolute;
    right: -15px;
}
.breadcrumb a {
    color: cornflowerblue;
}
/*main*/
.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_detail {
    width: 865px;
}
.container_detail > section, .answer_list > section {
    background: #fff;
    padding: 30px 25px 0;
    margin-bottom: 10px;
}
.question_container {
}
.container_title {
    font-size: 22px;
    color: #000000;
    text-align: left;
    line-height: 24px;
    margin-bottom: 10px;
}
.container_des {
    font-size: 16px;
    color: #565656;
    line-height: 1.375;
    text-align: justify;
}
.question_container {
    background: #fff;
}
.question_container .container_title {
    font-size: 22px;
    color: #000000;
    text-align: left;
    line-height: 1.09;
}
.question_container .container_des {
    max-width: 770px;
    font-size: 16px;
    color: #565656;
    text-align: justify;
    line-height: 1.375;
}
.question_container .container_des span {
    font-size: 14px;
    color: #565E83;
}
.question_container .container_picture--wrapper {
    max-width: 770px;
}
.question_container .container_picture--wrapper ul {
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 20px auto;
}
.question_container .container_picture--wrapper li {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    position: relative;
}
.question_container .container_picture--wrapper li .li_tip {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.question_container li .li_tip img {
    width: 100%;
}
.question_container .container_picture--wrapper li .img--wrapper {
    height: 160px;
    overflow: hidden;
}
.question_container .container_picture--wrapper li:not(:last-of-type) {
    margin-right: 10px;
}
.question_container .container_author {
    margin: 10px 0;
}
.container_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;
}
.container_author span {
    line-height: 20px;
}
.container_author > span {
    margin-left: 10px;
}
.container_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;
}
.container_author .author--pic {
    display: inline-block;
    vertical-align: -0.18em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
}
.container_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;
}
.container_author .author_time {
    display: inline-block;
    vertical-align: -0.128em;
    color: #808080;
    padding-left: 10px;
    border-left: 1px solid #D8D8D8;
}
.container_author .author_answerNumber {
    display: inline-block;
    vertical-align: -0.128em;
    color: #333;
    padding-left: 10px;
    border-left: 1px solid #D8D8D8;
}
.container_type--wrapper {
    height: 54.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: 20px 0 0;
}
.container_type--wrapper .type_edit {
    font-size: 14px;
    color: #1B59FD;
    text-align: left;
    cursor: pointer;
}
.container_type--wrapper .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;
}
.container_type--wrapper .type--wrapper li, .container_type--wrapper .li_type--ask li {
    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;
    cursor: pointer;
    position: relative;
}
.container_type--wrapper .type--wrapper li:not(:last-of-type) {
    margin-right: 50px;
}
.container_type--wrapper .type--wrapper .svgIcon {
    margin: 0;
}
.container_type--wrapper .type--wrapper .support .svgIcon.img--wrapper {
    background: url(//www.d1ev.com/static/question/images/support.png) no-repeat center;
    background-size: contain;
}
.container_type--wrapper .type--wrapper .svgIcon.img--wrapper {
    background: url(//www.d1ev.com/static/question/images/support-active.png) no-repeat center;
    background-size: contain;
}
.container_type--wrapper .type--wrapper .say_type {
    margin: 0 5px;
    color: #333333;
}
.container_type--wrapper .type--wrapper li b {
    position: absolute;
    top: -20px;
    left: 45%;
    color: #f60;
    opacity: 0;
}
.container_type--wrapper .type--wrapper li:not(.support) b {
    -webkit-animation: mymove 3s;
    animation: mymove 3s;
}
@-webkit-keyframes mymove {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1;
        top: -25px;
    }
    75% {
        top: -30px;
    }
    100% {
        opacity: 0
    }
}
@keyframes mymove {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1;
        top: -25px;
    }
    75% {
        top: -30px;
    }
    100% {
        opacity: 0
    }
}
.container_type--wrapper .type--wrapper li.type_share .share--wrapper {
    display: none;
}
.container_type--wrapper .type--wrapper li.type_share.active .share--wrapper {
    display: block;
}
.container_type--wrapper .type--wrapper li .share--wrapper {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 100px;
    margin-left: 5px;
}
.container_type--wrapper .type--wrapper li .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;
}
.container_type--wrapper .type--wrapper li .share--wrapper .share--wraped {
    height: 40px;
    width: 100px;
}
.container_type--wrapper .type--wrapper li .share--wrapper .svgIcon {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: -1;
}
.ask_container .container_detail > .container_editor {
    padding-bottom: 30px;
}
.container_editor #htmlContent {
    width: 100%;
    margin-bottom: 20px;
    resize: none;
    min-height: 300px;
}
.container_editor .form_action {
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
    color: #333333;
    height: 40px;
}
.container_editor .form_action .form_collapse {
    cursor: pointer;
}
.container_editor .form_action button {
    border: 1px solid #FD6B1B;
    border-radius: 4px;
    margin-left: 16px;
    width: 118px;
    height: 40px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
.answer_list p {
    font-size: 16px;
    color: #565656;
    text-align: justify;
    line-height: 1.375;
    margin-bottom: 20px;
}
.answer_list p img {
    max-width: 100%;
}
.answer_list .answer_container {
    max-height: 750px;
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
}
.answer_list .answer_container.active {
    max-height: none;
    overflow: visible;
}
.answer_list .answer_container .container_author {
    margin: 0 0 10px;
}
.answer_list .answer_container .container_edit {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 20px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.answer_list .container_edit ul {
    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;
}
.answer_list .container_edit li {
    font-size: 14px;
    color: #1B59FD;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.answer_list .container_edit li a {
    color: inherit;
}
.answer_list .container_edit li:last-of-type {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #979797;
}
.answer_list .des_span {
    font-size: 14px;
    color: #2D4AC5;
    cursor: pointer;
    margin-left: 89%;
}
.answer_comments .comments--wrapper {
    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;
    font-size: 16px;
    margin-bottom: 20px;
}
.answer_comments .comments--wrapper .input--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
}
.answer_comments .comments--wrapper input {
    width: 100%;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    height: 40px;
    line-height: 1;
    padding: 12px 20px;
}
.comments--wrapper .comments_button {
    width: 118px;
    height: 40px;
    line-height: 1;
    background: #fff;
    border: 1px solid #FD6B1B;
    border-radius: 4px;
    margin-left: 10px;
    color: #FD6B1B;
    padding: 12px 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.comments--wrapper.active .comments_button {
    width: 118px;
    height: 40px;
    line-height: 1;
    border: 1px solid #FD6B1B;
    background: #FD6B1B;
    border-radius: 4px;
    margin-left: 10px;
    color: #fff;
    padding: 12px 0;
}
.comments_content {
    width: 100%;
}
.comments_content .container_author .author--pic {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.comments_content .container_author .author--wrapper {
    font-weight: bold;
}
.comments_content .container_author .author--wrapper span {
    color: #323232;
    font-weight: normal;
}
.comments_content .container_author .author--wrapper span.span--reply {
    margin: 0 5px;
}
.comments_content .container_author {
    font-size: 14px;
    margin: 0 0 10px;
}
.comments_content .content--wrapper {
    padding-left: 35px;
}
.comments_content .content--wrapper .list_content {
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 1.375;
}
.comments_content .reply--wrapper .comment_reply {
    font-size: 14px;
    color: #333;
    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;
    margin-bottom: 20px;
    margin-top: 10px;
}
.comments_content .reply--wrapper .comment_reply > div {
    cursor: pointer;
}
.comments_list {
    border-bottom: 1px solid #F4F4F4;
}
.comments_list ul ul {
    margin: 20px 0 20px 35px;
    padding: 0 15px;
    border: 1px solid #F1F1F1;
    border-radius: 3.5px;
}
.comments_list ul ul .comments_content .container_author .author--pic {
    margin-right: 10px;
}
.comments_list ul ul .comments_content .content--wrapper {
    margin-left: 40px;
    padding-left: 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}
.comments_list ul ul li:nth-of-type(1n+3) {
    display: none;
}
.comments_list ul ul.active li:nth-of-type(1n+3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.comments_list ul ul li.expand {
    margin-left: 40px;
    margin-bottom: 30px;
    height: 40px;
    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;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.comments_list ul ul li:not(.expand) {
    margin-top: 20px;
}
.comments_list ul ul li:last-of-type:not(.expand) .content--wrapper {
    border: none;
}
.container_ask .answer_content {
    padding: 15px 20px 20px;
    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("//www.d1ev.com/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;
}
.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;
}
.alert_slider {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 760px;
    height: 500px;
    background: #1F1F1F;
    border-radius: 10px;
}
.slider_close {
    position: absolute;
    bottom: 100%;
    right: -35px;
}
.slider_close .svgIcon {
    width: 26px;
    height: 26px;
    margin: 0;
    vertical-align: middle;
}
#model-slider {
    display: none;
}
#model-slider.active {
    display: block;
}
#model-slider .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #15171F;
    z-index: 10110;
}
#model-slider .model_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: hidden;
    z-index: 11110;
}
#model-slider .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10%;
    right: 10%;
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
    cursor: pointer;
    opacity: 0;
}
#model-slider.active .close {
    opacity: 1;
}
#model-slider .close .svgIcon {
    width: 100%;
    height: 100%;
    margin: 0;
}
#model-slider .slide_img--wrapper {
    height: 100%;
    overflow: auto;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
html::-webkit-scrollbar {
    width: 4px;
}
html::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 8px;
}
html::-webkit-scrollbar-track {
    opacity: 1;
    background: #fff;
}
html:hover::-webkit-scrollbar-thumb, html:active::-webkit-scrollbar-thumb {
    background-color: #bebebe
}
html:hover::-webkit-scrollbar-track {
    background: #e4e4e4;
}
.am-form > .edui-default {
    margin-bottom: 20px;
}
.edui-editor-breadcrumb {
    display: none;
}
.recommendedModels {
    font-size: 14px;
    margin-top: 15px;
    background: #fff;
}
.recommendedModels .answer_title {
    font-weight: bold;
    color: #333333;
    text-align: left;
    padding: 0 20px;
    line-height: 40px;
    border-bottom: 1px solid #D8D8D8;
}
.recommendedModels .guess_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px 10px;
}
.recommendedModels .guess_list ul li {
    color: #333;
    font-size: 14px;
    width: 47.27%;
    max-width: 130px;
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 15px;
}
.recommendedModels .guess_list ul li .img--wrapper {
    position: relative;
    overflow: hidden;
}
.recommendedModels .guess_list ul li .img--wrapper img {
    position: static;
    transform: none;
}
.recommendedModels .guess_list ul li p {
    line-height: 1.42357;
}
.recommendedModels .guess_list ul li p.li_price {
    color: #f60;
}