﻿/* ============================================================
   样式重置 
   ============================================================ */

body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, select, textarea, button, th, td {
    margin: 0;
    padding: 0;
}

ul, dl, li {
    list-style: none;
}

.eol_xiaozhi img, .eol_xiaozhi fieldset, .eol_xiaozhi input[type="submit"] {
    border: 0 none;
}

.eol_xiaozhi img {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.eol_xiaozhi table {
    border-collapse: collapse;
    border-spacing: 0;
}

.eol_xiaozhi button, .eol_xiaozhi input {
    cursor: pointer;
    border: 0 none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.eol_xiaozhi textarea {
    word-wrap: break-word;
    resize: none;
}

/* word-wrap for opera, resize for webkit */
body {
    line-height: 1;
    font-size: 14px;
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Arial", sans-serif, Droidsansfallback;
    color: #333;
}

.eol_xiaozhi input[type="number"] {
    -webkit-user-select: text;
}

.eol_xiaozhi input, .eol_xiaozhi select, .eol_xiaozhi textarea {
    outline: none;
    background: none;
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Arial", sans-serif, Droidsansfallback;
    font-weight: 400;
}

@media all and (-webkit-transform-3d) {
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    /*a,button,input{-webkit-tap-highlight-color:rgba(130,130,130,.52);}*/
    a, button, input, select {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        -moz-tap-highlight-color: transparent;
        outline: none;
    }
}

/*弹性盒子*/
.eol_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.eol_around {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.eol_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
}

.eol_start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

.eol_end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.eol_middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.eol_v-bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.eol_v-baseline {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.eol_midcenter {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.eol_col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.eol_row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.eol_nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.eol_wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

　
.fn-hide {
    display: none
}

.eol_clearfix:after, .eol_clearfix:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.eol_clearfix {
    *zoom: 1;
}

::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.eol_xiaozhi * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    outline: none;
}

.eol_xiaozhi a {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}

.eol_xiaozhibg {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/ymbg.jpg) center top no-repeat;
    background-size: cover;
}

.eol_xiaozhicon {
    position: fixed;
    z-index: 20;
    left: 100px;
    right: 100px;
    top: 40px;
    bottom: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 6px 12px 3px rgba(194, 194, 194, 0.2);
    overflow: hidden;
}

.eol_xiaozhicon_mount {
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 6px 12px 3px rgba(194, 194, 194, 0.2);
    overflow: hidden;
}

.eol_xztop {
    height: 88px;
    padding: 0 30px;
    position: relative;
}

.eol_xztop .hx_closebox {
    position: absolute;
    z-index: 5;
    content: '';
    top: 10px;
    right: 30px;
    width: 56px;
    height: 56px;
    background: url(../images/close.png) bottom no-repeat;
}

.eol_school_logo {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}

.eol_school_name {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    text-align: left;
}

.eol_xzbody {
    height: calc(100% - 88px)
}

.eol_xzleft {
    height: 100%;
    width: calc(100% - 460px);
    background: #F3F4F8;
    position: relative;
    padding-bottom: 150px;
}

.eol_xzbottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: #fff;
    padding: 16px 0px;
    border-top: 2px solid #F7CF58;
}

.eol_xzright {
    width: 460px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

.eol_xzrightcon {
    position: relative;
    min-height: 100%;
    padding: 0 20px;
    padding-bottom: 50px;
}

.eol_xzcontent {
    padding: 5px 24px 20px 24px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

/**左侧**/
.xztop_time {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    text-align: center
}

.xz_cont_box {
    padding-left: 62px;
    position: relative;
    margin-top: 24px;
    padding-right: 50px;
}

.xz_cont_box .xz_user {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.xz_cont_box .xzrobot_conk1 {
    position: relative;
    max-width: 930px;
    border-radius: 0px 16px 16px 16px;
    background: #fff;
    display: inline-block;
    padding: 14px 20px;
    font-size: 13px;
    color: #666666;
    line-height: 20px;
}

.xz_cont_box .xzrobot_conk_ai {
    position: relative;
    max-width: 530px;
    border-radius: 0px 16px 16px 16px;
    background: #fff;
    display: inline-block;
    padding: 14px 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.xzrobot_conk_ai .ai_good {
    position: absolute;
    bottom: 38px;
    right: -48px;
    width: 30px;
    height: 30px;
    background: url(/inc/newrobot/images/good.png) no-repeat;
    background-size: cover;
}

.xzrobot_conk_ai .ai_bad {
    position: absolute;
    bottom: 0;
    right: -48px;
    width: 30px;
    height: 30px;
    background: url(/inc/newrobot/images/bad.png) no-repeat;
    background-size: cover;
}

.xzrobot_conk1 .xz_good {
    position: absolute;
    bottom: 38px;
    right: -48px;
    width: 30px;
    height: 30px;
    background: url(/inc/newrobot/images/good.png) no-repeat;
    background-size: cover;
}

.xzrobot_conk1 .xz_bad {
    position: absolute;
    bottom: 0;
    right: -48px;
    width: 30px;
    height: 30px;
    background: url(/inc/newrobot/images/bad.png) no-repeat;
    background-size: cover;
}

.xzrobot_conk_ai .result-p {
    min-height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;

    /*text-align: justify;*/
}


.xzrobot_conk1 .result-p table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.xzrobot_conk1 .result-p thead {
    font-size: 14px;
    text-align: center;
}

.xzrobot_conk1 .result-p tbody {
    font-size: 14px;
}

.xzrobot_conk1 .result-p th, .result-p td {
    border: 1px solid #ddd;
    padding: 5px 8px !important;
    text-align: left;
    font-size: 12px;
    max-width: 200px;
}

.xzrobot_conk1 .result-p th {
    background-color: #f2f2f2;
    color: #333;
    white-space: nowrap;
}

.xzrobot_conk1 .result-p tr:nth-child(even) {
    background-color: #f9f9f9;
}

.xzrobot_conk1 .result-p tr:hover {
    background-color: #e5f6ff;
}

.table_box {
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 10px;
}


.xzrobot_conk1 .result-p {
    min-height: 40px;
    font-size: 13px;
    color: #666666;
    overflow: hidden;
    line-height: 1.7;
    letter-spacing: 1px;
    /*text-align: justify;*/
}

.xzrobot_conk1 .result-p p {
    word-break: break-all;
}

.xzrobot_conk1 .result-p a {

    color: rgba(113, 137, 243, 1);

}

.xzrobot_conk1 .result-ai {
    min-height: 20px;
    font-size: 12px;
    color: #aaacc4;
    line-height: 20px;
    /*text-align: justify;*/
}

.xzrobot_conk1 .ai-stop {
    color: #aaacc4;
    font-size: 12px;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.xzrobot_conk1 .ai-stop:hover {
    color: #7e83bb;
}

.xzrobot_conk1 .ai-stop img {
    filter: grayscale(0%);
    transition: filter 0.3s;
}

.xzrobot_conk1 .ai-stop img:hover {
    filter: grayscale(100%);
}

.xzrobot_conk1 .result-p img {
    width: auto;
    max-width: 100%;
    margin-top: 10px;
}

.xzrobot_conk {
    border-radius: 0px 16px 16px 16px;
    background: #fff;
    padding: 0 20px 16px;
    max-width: 600px;
    min-width: 300px;
    position: relative;
    overflow: hidden;
}

.xzrobot_conk:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(180deg, #E4E4E4 0%, #FFFFFF 100%);
}

.xzrobot_conk .xztitle_top {
    position: relative;
    z-index: 2;
    padding: 12px 0px;
    height: 34px;
    box-sizing: content-box;
}

.xzrobot_conk .xztitle_top .xz_title {
    font-size: 24px;
    font-weight: 600;
    color: #0073F8;
    line-height: 34px;
    height: 34px;
    width: auto;
}

.xzrobot_conk .xztitle_top .xz_change {
    display: block;
    padding-left: 28px;
    line-height: 34px;
    font-size: 14px;
    color: #000000;
    font-weight: bolder;
    position: relative;
}

.xzrobot_conk .xztitle_top .xz_change i {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    /*background: url(/inc/newrobot/pc/images/change.png) left center no-repeat;*/
    background-size: 18px 18px;
}

.xzrobot_conk .xztitle_top .xz_change i.rotate {
    -webkit-animation: changeright 6s linear infinite;
}

.xzrobot_conk .xztitle_top .xz_changes {
    display: block;
    padding-left: 28px;
    line-height: 34px;
    font-size: 14px;
    font-weight: bolder;
    color: #000000;
    position: relative;
}

.xzrobot_conk .xztitle_top .xz_changes i {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    /*background: url(/inc/newrobot/pc/images/change1.png) left center no-repeat;*/
    /*background-size: 18px 18px;*/
}

.xzrobot_conk .xztitle_top .xz_changes i.rotate {
    -webkit-animation: changeright 6s linear infinite;
}

@-webkit-keyframes changeright {

    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.xz_tag_list {
    position: relative;
    padding: 0 20px;
}

.xz_tag_list .swiper-container {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
}

.xz_tag_list .swiper-wrapper {
    height: 34px;
}

.xz_tag_list .swiper-slide {
    display: inline-block;
    cursor: pointer;
    width: auto;
    height: 34px;
    background: #E4E4E4;
    border-radius: 26px;
    padding: 0 20px;
    font-size: 16px;
    color: #000000;
    line-height: 34px;
    margin-right: 10px;
}

.xz_tag_list .swiper-slide.active {
    background: #F7CF58;
    color: #000000;
}

.swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 18px;
    margin-top: -9px;
    background-size: 20px 18px;
}

.swiper-button-prev {
    left: 0;
    background-image: url(../images/ymprev.png)
}

.swiper-button-next {
    right: 0;
    background-image: url(../images/ymnext.png)
}

.xz_tag_listcon {
    margin-top: 16px;
}

.xz_tag_listcon li {
    position: relative;
    list-style: disc;
    list-style-position: inside;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mycont_box {
    margin-top: 24px;
}

.mycont_box .xzrobot_conk2 {
    max-width: 530px;
    border-radius: 16px 0px 16px 16px;
    background: #000000;
    padding: 14px 20px;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px;
}

.xz_question_list {
    position: relative;
    z-index: 2;
    padding-top: 1px;
}

.xz_question_list:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #EEEEEE;
}

.xz_question_list li {
    margin-top: 14px;
    font-size: 13px;
    color: #666;
    line-height: 22px;
}

.xz_question_list li.li_item {
    list-style: disc;
    list-style-position: inside;
    font-size: 13px;
}

.xz_question_list li .xz_key {
    color: #000000
}

.xz_tag_view {
    padding: 0 8px;
    height: 22px;
    display: inline-block;
    background: #8299E3;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 10px;
}

.xz_question_list .vinfo {
    padding: 0 8px;
    height: 22px;
    display: inline-block;
    background: #8299E3;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-size: 11px;
    color: #FFFFFF;
    margin-right: 10px;
}

.xz_question_list .vinfo .leftkh {
    display: none
}

.xz_question_list .vinfo .rightkh {
    display: none
}

.xz_question_list .zxinfo {
    padding: 0 8px;
    height: 22px;
    display: inline-block;
    background: #95CE66;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 10px;
}

.xz_question_list .zxinfo .leftkh {
    display: none
}

.xz_question_list .zxinfo .rightkh {
    display: none
}

.xz_tag_news {
    padding: 0 8px;
    height: 22px;
    display: inline-block;
    background: #95CE66;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 10px;
}

.xz_question_line {
    margin: 20px 0;
    border-top: 1px solid #E1E1E1;
}

.xz_score_box {
    padding-bottom: 1rem;
    position: relative;
    min-height: 130px;
}

.xz_score_box .xz_see_more {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.6) 30%, #FFFFFF 100%);
    padding-top: 94px;
}

.xz_score_box .xz_see_more a {
    color: #7189F3;
}

.xz_score_bt {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 13px;
}

.xz_score_table {
    overflow: hidden;
    height: 174px;
}

.xz_score_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
}

.xz_score_table table td {
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;
    font-size: 12px;
    padding: 6px;
    color: #666;
    line-height: 18px;
    background: #fff;
}

.xz_score_box.show_all {
    padding-bottom: 0;
}

.xz_score_box.show_all .score_table {
    height: auto;
}

.xz_question_liuyan {
    margin: 0 auto;
    margin-top: 10px;
    width: 140px;
    height: 34px;
    background: #7189F3;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF !important;
}

/**下方**/
.xz_searchList {
    position: absolute;
    z-index: 5;
    left: 20px;
    bottom: 100%;
    width: 500px;
    padding-bottom: 20px;
    display: none;
}

.xz_searchList .zxinfo {
    padding: 0 8px;
    height: 22px;
    display: inline-block;
    background: #95CE66;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 10px;
}

.xz_searchList .zxinfo .leftkh {
    display: none
}

.xz_searchList .zxinfo .rightkh {
    display: none
}

.xz_searchList .vinfo {
    padding: 0 8px;
    height: 22px;
    display: inline-block;
    background: #8299E3;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 10px;
}

.xz_searchList .vinfo .leftkh {
    display: none
}

.xz_searchList .vinfo .rightkh {
    display: none
}

.xz_searchList ul {
    background: #fff;
    max-height: 240px;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 2px 6px 13px 3px rgba(195, 195, 195, 0.3);
    border-radius: 10px;
}

.xz_searchList li {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.xz_searchList li:first-child {
    margin-top: 0;
}

.xz_searchList li .xz_key {
    color: rgba(113, 137, 243, 1)
}

.xz_input_k {
    height: 70px;
    overflow: hidden
}

.xz_input_k textarea {
    display: block;
    width: 100%;
    background: none;
    border: 0;
    height: 70px;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    padding: 0 20px;
}

.xz_send_btn {
    padding: 0 20px;
    /*width: 100px;*/
    height: 40px;
    background: #000000;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF !important;
    margin-left: 42px;
    margin-right: 20px;
}

.xz_bottom_btn {
    /*width: 100px;*/
    padding: 0 20px;
    height: 40px;
    background: #E4E4E4;
    box-shadow: 2px 4px 8px 0px rgba(225, 225, 225, 0.5);
    border-radius: 26px;
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}

/**右侧**/
.eol_xzrightcon:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(180deg, #FFFFFF 0%, #D0D9FF 100%);
}

.eol_viewbg {
    position: relative;
    z-index: 2;
    width: 100%;
}

.eol_viewbg .swiper-wrapper {
    width: 100%;
}

.eol_viewbg .swiper-container {
    padding-bottom: 15px;
    width: 420px;
}

.eol_viewbg .swiper-slide {
    width: 100%;
    height: 252px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.eol_viewbg .videobox {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.eol_viewbg .swiper-slide.swiper-slide-active .videobox {
    height: 100%;
}

.eol_viewbg .on-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #000;*/
    overflow: hidden;
    height: 100%;
    z-index: 10;
}

.eol_viewbg .on-box .play {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: url(/inc/newrobot/pc/images/play.png) no-repeat;
    width: 60px;
    height: 60px;
    background-size: cover;
}

.eol_viewbg .cover-img {
    height: 100%;
    width: 100%;
}

.eol_viewbg .video-play {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: #000;
}

.eol_viewbg .swiper-pagination {
    height: 6px;
    font-size: 0;
    vertical-align: top;
    bottom: 0px;
}

.eol_viewbg .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 24px;
    height: 6px;
    border-radius: 0;
    background: rgba(113, 137, 243, 1);
    border-radius: 2px;
    opacity: 0.47;
}

.eol_viewbg .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(113, 137, 243, 1)
}

.eol_right_bt {
    position: relative;
    margin-top: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}

.eol_xzlink {
    position: relative;
    width: calc(50% - 10px);
    display: block;
}

.eol_xzlink img {
    width: 100%;
}

.eol_menu_con {
    position: relative;
    margin-top: 20px;
}

.eol_menu_con li {
    width: 65px;
    margin-right: 25px;

}

.eol_menu_con li:last-child {
    margin-right: 0;
}

.eol_menu_con li .eol_icon_card {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 54px;
}

.eol_menu_con li .eol_icon_bt {
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.eol_erweima {
    position: relative;
}

.eol_erweima li {
    width: 50%;
}

.eol_erweima li img {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 130px;
}

.eol_erweima li .eol_ma_bt {
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.eol_copywz {
    position: absolute;
    bottom: 0;
    align-content: center;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #4E5987;
    line-height: 22px;
}


/**留言弹框**/
.eol_xzliuyan {
    position: fixed;
    z-index: 20;
    margin: 0 auto;
    width: 700px;
    min-height: 546px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 74, 31, 0.19);
}

.xz_closebox {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 43px;
    height: 43px;
    background: url(../images/close3.png) bottom no-repeat;
}

.eol_xzliuyan_title {
    height: 65px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.xz_main4_con {
    padding: 12px 0 20px;
}

.xz_input_box {
    width: 546px;
    padding-left: 110px;
    position: relative;
    margin-bottom: 16px;
}

.xz_input_box:last-child {
    margin-bottom: 0;
}

.eolline_input_name {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.eolline_input_k {
    height: 40px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    padding: 0 30px 0 26px;
    position: relative;
    cursor: pointer
}

.eolline_input_k input {
    border: 0;
    display: block;
    width: 100%;
    height: 38px;
    background: none;
    padding: 0;
    font-size: 14px
}

.eolline_input_k.hx_choose:before, .eolline_input_k.queClassify:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 45px;
    height: 40px;
    background: url(../images/down.png) left center no-repeat;
    background-size: 17px 12px
}

.eolline_input_k.hx_choose:before, .eolline_input_k.hx_choose2:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 45px;
    height: 40px;
    background: url(../images/down.png) left center no-repeat;
    background-size: 17px 12px
}

.eolline_input_k.hx_choose:before, .eolline_input_k.hx_choose3:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 45px;
    height: 40px;
}

.eolline_input_k.question_k {
    height: auto;
    padding: 10px 0 10px 26px;
}

.eolline_input_k textarea {
    width: 100%;
    height: 90px;
    border: 0;
    font-size: 14px;
    line-height: 26px;
}

.xz_codebtn {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    width: 100px;
    background: #D8D8D8;
    border-radius: 0px 3px 3px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-align: center;
    line-height: 40px;
}

.xz_select_con2 {
    position: absolute;
    z-index: 2;
    top: 42px;
    left: -1px;
    right: -1px;
    display: none;
}

.xz_select_con2 ul {
    width: 180px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 3px;
    margin-right: 3px;
    padding: 8px 0px;
    max-height: 210px;
    overflow: auto;
}

.xz_select_con2 ul li {
    cursor: pointer;
    padding-left: 26px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xz_select_con2 ul li:hover, .xz_select_con2 ul li.active {
    background: #e5e5e5;
}

.xz_select_con_classify {
    position: absolute;
    z-index: 2;
    top: 42px;
    left: -1px;
    right: -1px;
    display: none;
}

.xz_select_con_classify ul {
    width: 180px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 3px;
    margin-right: 3px;
    padding: 8px 0px;
    max-height: 210px;
    overflow: auto;
}

.xz_select_con_classify ul li {
    cursor: pointer;
    padding-left: 26px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xz_select_con_classify ul li:hover, .xz_select_con_classify ul li.active {
    background: #e5e5e5;
}

.xz_input_btn {
    width: 546px;
    padding-left: 110px;
}

.xz_input_btn a.tijiao_btn {
    width: 160px;
    height: 40px;
    background: #F7CF58;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.eol_xzcontent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.eol_xzcontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.eol_xzcontent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}

.eol_xzright::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

.eol_xzright::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(200, 200, 200, 0);
    border-radius: 1px;
    background-color: transparent;
}

.eol_xzright::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
    background-color: transparent;
}

.titlewz.collapsed {
    display: inline-block;
    color: #7b8090;
    padding-right: 15px;
    padding-left: 15px;
    background: url(https://kyimg.360eol.com/%20kaoyan/2025/robot/deepseek_icon.png) left center no-repeat;
    background-size: 15px 15px;
    position: relative
}

.titlewz.collapsed i {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 15px;
    height: 15px;
    background: url(/inc/newrobot/images/arrow.png) center no-repeat;
    background-size: 10px 10px;
}

.titlewz.collapsed.hide_tit i {
    transform: translateY(-50%) rotate(-90deg);
}


@media screen and (max-width: 1400px) {

    .xz_cont_box .xzrobot_conk1 {
        max-width: 580px;
    }

    .eol_xiaozhicon {
        top: 30px;
        bottom: 30px;
        left: 50px;
        right: 50px;
        border-radius: 10px;
    }

    .eol_xztop {
        height: 60px;
        padding: 0 20px;
    }

    .eol_school_logo {
        width: 40px;
        height: 40px;
    }

    .eol_school_name {
        font-size: 20px;
    }

    .eol_xzbody {
        height: calc(100% - 60px);
    }

    .eol_xzleft {
        width: calc(100% - 380px);
    }

    .xz_cont_box {
        padding-left: 52px;
    }

    .xz_cont_box .xz_user {
        width: 38px;
        height: 38px;
    }

    .xzrobot_conk .xztitle_top .xz_title {
        font-size: 20px;
        height: 28px;
    }

    .xz_tag_list .swiper-wrapper {
        height: 26px;
    }

    .xz_question_liuyan {
        height: 28px;
        width: 120px;
        font-size: 14px;
    }

    .xz_bottom_btn, .xz_send_btn {
        height: 34px;
        font-size: 14px;
    }

    .xz_tag_list .swiper-slide {
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
        font-size: 13px;
    }

    .xz_tag_listcon li {
        line-height: 25px;
    }

    .eol_xzright {
        width: 380px;
    }

    .eol_viewbg .swiper-container {
        width: 335px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .eol_viewbg .swiper-slide {
        height: 201px;
    }

    .eol_viewbg .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 4px;
    }

    .eol_right_bt {
        font-size: 17px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .eol_xzlink {
        padding: 0 5px;
    }

    .eol_menu_con {
        margin-top: 10px;
    }

    .eol_menu_con li {
        margin-right: 5px;
    }

    .eol_menu_con li .eol_icon_bt {
        font-size: 12px;
        margin-top: 2px;
    }

    .eol_erweima li img {
        width: 110px;
        height: 110px;
    }

    .eol_erweima li .eol_ma_bt {
        margin-top: 6px;
        font-size: 12px;
    }

    .eol_copywz {
        font-size: 12px;
    }

    .eol_xzliuyan {
        width: 640px;
    }

    .eol_xzliuyan_title {
        height: 54px;
        font-size: 20px;
    }

    .xz_closebox {
        top: 8px;
        right: 8px;
    }

    .eolline_input_name {
        font-size: 14px;
    }

    .xz_input_btn a.tijiao_btn {
        width: 120px;
        height: 30px;
        font-size: 14px;
    }

}


@media screen and (max-width: 1100px) {

    .xz_cont_box .xzrobot_conk1 {
        max-width: 480px;
    }

    .eol_xzleft {
        width: calc(100% - 320px);
    }

    .xzrobot_conk .xztitle_top .xz_title {
        font-size: 16px;
        height: 22px;
    }

    .xz_question_liuyan {
        height: 26px;
        width: 90px;
        font-size: 12px;
    }

    .xz_bottom_btn, .xz_send_btn {
        height: 28px;
        font-size: 12px;
    }

    .eol_xzright {
        width: 320px;
    }

    .eol_viewbg .swiper-container {
        width: 280px;
    }

    .eol_viewbg .swiper-slide {
        height: 168px;
    }

    .eol_menu_con li .eol_icon_card {
        width: 44px;
        height: 44px;
    }

    .eol_right_bt {
        font-size: 14px;
        margin-top: 12px;
    }

    .eol_erweima li img {
        width: 90px;
        height: 90px;
    }

}