.content_bottom {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 500;
    border-top: 1px solid #ddd;
    background: #fff;
}

.title {
    height: 54vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: center;
    background-color: #efefef;
}

/* 分页器 */
.swiper-pagination {
    bottom: 14px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: rgba(146, 146, 146, 0.56);
    opacity: .2;
    margin: 0 1.5px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF0000;
}

.swiper-num {
    position: absolute;
    top: 24px;
    right: 18px;
    width: 8.37vw;
    padding: 4px 0;
    background-color: #333333;
    border-radius: 4px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.swiper-num .active {
    display: inline-block;
}

.swiper-num span {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}

.swiper-num .total {
    display: inline-block;
}

.btn-box {
    height: 100%;
    /* width: 92%; */
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    display: flex;
    align-items: center;
    background-color: white
}

.btn-bottom {
    display: block;
    width: 100%;
    margin: 0px 69px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: rgba(251, 138, 60);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/**专家页面*/
.content_box {
    width: 100%;
    background: #fff;
}

.content_inner {
    width: 92%;
    margin: 0 auto;
}

.info_label {
    flex: 1;
    margin-left: 10px;
    min-width: 0;
}

.info_label .name {
    line-height: 20px;
    font-size: 16px;
    color: #231917;
}

.info_label {
    /* padding: 8px 0; */
}

.info_label .name {
    display: flex;
    justify-content: space-between;
    /* margin-bottom:5px; */

    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    font-family: 'SourceHanSansSC';
    max-width: 75%;
}

.info_label .title-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.info_label .title-box .detail-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 248, 29, 1);
    border: 1px solid rgba(255, 248, 29, 1);

    span {
        font-size: 14px;
        line-height: 20px;
        padding: 2px 8px;
        background-color: white;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    img {
        width: 20px;
        height: 20px;
        padding: 2px 6px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
}

.info_label .name em {
    font-size: 12px;
    color: rgb(255, 113, 33);
    line-height: 18px;
}

.info_label .name em i {
    font-size: 18px;
    font-weight: 600;
}

.info_label .ask_info {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    /*  display: flex;
     justify-content: space-between; */
    padding-top: 3px;
}

.info_label .ask_info span {
    display: inline-block;
    color: #666;
}

.info_label .ask_info span i {
    color: #f06d3f;
    font-weight: 600;
}

.info_label .company {
    color: #727272;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 0;
}

.info_label .company.line1 {
    max-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info_label .tip {
    line-height: 20px;
}

.info_label .tip.line1 {
    max-height: 20px;
    overflow: hidden;
}

.info_label .tip i {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #62b96a;
    padding: 2px 5px;
    margin: 0 4px 0 0;
    border: 1px solid #62b96a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.info_label .voteTip {
    float: right;
    color: #666;
    font-size: 14px;
}

.model_header {
    width: 88%;
    padding: 0 6%;
    height: 45px;
    line-height: 45px;
}

.model_header.borderbottom {
    border-bottom: 1px solid #f6f6f6;
}

.model_header .title {
    display: inline-block;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-indent: 15px;
}

.model_header .title:before {
    content: '';
    display: block;
    width: 4px;
    height: 18px;
    background: #f18b65;
    position: absolute;
    left: 0;
    top: 14px;
}

.model_header .more {
    display: inline-block;
    color: #63ba69;
    float: right;
    font-size: 14px;
    padding-right: 18px;
    background: url(/img/expert/icon_arrow_down.png) no-repeat right center;
    background-size: 15px;
}

.model_header .more.on {
    background: url(/img/expert/icon_arrow_up.png) no-repeat right center;
    background-size: 15px;
}

.model_header .more.right {
    background: url(/img/expert/icon_arrow_right.png) no-repeat right center;
    background-size: 15px;
}

.model_content {
    width: 88%;
    margin: 0 auto;
}

.model_content.model_text {
    line-height: 24px;
    font-size: 13px;
    color: #000000;
    padding-bottom: 15px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.model_content.model_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.model_content.on {
    height: auto !important;
    white-space: normal;
    display: flex;
    flex-direction: column;
    /* padding: 1em 0px; */
}

.model_content.model_text.on p {
    white-space: normal;
}

.model_content.model_text pre {
    white-space: pre-wrap;
    text-align: justify;
    font-family: 'SourceHanSansSC';
}

.wxLink {
    background: #fff;
    padding: 0 4vw;
}
