/*
* @description: 首页样式
* @author: yuanfan
* @update: yuanfan (2018-09-13)
*/

/*pc端样式*/
@media only screen and (min-width: 768px) {
    .special-tips-message{
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 8;
        -webkit-animation: show .4s;
        animation: show .4s;
        -moz-animation: show .4s;
        -o-animation: show .4s;
    }
    @-webkit-keyframes show {
        0% {
            -webkit-transform: translateY(50%);
            -o-transform: translateY(50%);
            -moz-transform: translateY(50%);
            opacity: 1
        }
    }
    .special-tips-message .left-content{
        text-align: center;
        background-color: transparent!important;
        margin-right: 16px;
        height: 30px;
        line-height: 30px;
        color: #0077e6;
        cursor: pointer;
        border-radius: 0px!important;
        font-size: 12px;
        box-shadow: none!important;
    }
    .special-tips-message .left-content span{
        width: 180px;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        box-shadow: 0 4px 14px 0 rgba(28, 31, 33, 0.3);
        border-radius: 15px;
        font-size: 12px;
        color: #8790A4;
        background-color: #fff;
        position: relative;
    }
    .special-tips-message .left-content span i{
        z-index: 17;
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 14px;
        cursor: pointer;
        color: #d50808;
    }
	
    .table-list .table-footer .like-content:hover {
        color: #0077e6;
    }
    .like-box:hover {
        background-color: #0077e6 !important;
        color: #fff !important;
    }
}
.tips-wrapper {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(28, 31, 33, 0.05);
}

.tips-wrapper .sub-tip {
    /*padding: 0 20px;*/
    height: 40px;
    cursor: pointer;
}

.tips-wrapper .sub-tip:nth-child(1) {
    padding-left: 20px;
}

.tip-message-icon {
    width: 73px;
    height: 13px;
    float: left;
    margin: 13px 24px 13px 20px;
}
/*.swiper-pagination-bullet{
    background: #fff;
    opacity: 0.5;
}*/
.swiper-pagination-bullet-active {
    background-color: #fff;
}

.tips-wrapper .sub-tip i {
    color: #A6C3E7;
    font-size: 16px;
    margin-right: 10px;
    float: left;
    margin-top: 12px;
}
.tips-wrapper .sub-tip span {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 300px;
}
.tips-wrapper .sub-tip span:hover{
    color: #0077e6;
}

.tips-wrapper .sub-tip span.right {
    /*color: #E5E5E5;*/
    float: right;
    margin-left: 36px;
    margin-right: 22px;
    height: 21px;
    width: 1px;
    background-color: #e5e5e5;
    margin-top: 10px;
}
.content-wrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.content-wrapper .sub-wrapper {
    padding-right: 16px;
    position: relative;
}

.content-wrapper .left-content {
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(28, 31, 33, 0.05);
}
.content-wrapper .left-content:hover{
    box-shadow: 0 4px 8px 0 rgba(28,31,33,.1);
}

.content-wrapper .left-content .top-tab {

}

.content-wrapper .right-content {
    background-color: #fff;
    border-radius: 6px;
}

/* 重写 */
.el-tabs__nav-wrap::after {
    background-color: #fff;
}

.el-tabs__item {
    font-size: 16px;
}

.left-content .el-tabs__nav-scroll {
    padding: 0 20px;
    /*border-bottom: 3px solid #eee;*/
    height: 50px;
    line-height: 50px;
    /*margin-bottom: -1px;*/
}

.left-content .el-tabs__active-bar {
    bottom: 1px;
}

.left-content .el-tabs__item span {
   /* padding: 0px 24px 0px 8px;*/
    padding: 0px 12px 0px 12px;
}
.left-content .allow-edit-section span{
    padding-left: 0px;
    padding-right: 0px;
}
.left-content .allow-edit-section span img{
    width: 12px;
    height: 12px;
    margin-left: 2px;
}
.select-box {
    overflow: hidden;
}

.select-box .sub-tab {
    float: left;
    /*width: 110px;*/
    color: #606266;
    font-size: 14px;
    text-align: center;
    /*padding: 5px 0;*/
    margin-right: 16px;
    cursor: pointer;
    border-radius: 3px;

    height: 31px;
    line-height: 31px;
    border: 1px solid #dcdfe6;
}
.select-box .sub-tab.sub-tab-split .el-checkbox{
    width: 78px;
    padding: 0px;
    float: left;
    border-right: 1px solid #dcdfe6;
}
.select-box .sub-tab .el-checkbox{
    padding: 0px 12px;
}
.select-box .sub-tab.filter-icon{
    float: right;
    margin-right: 0px;
    color: #0077e6;
    width: 52px;
}
.select-box .filter-icon i{
    transform: rotate(0deg);
    transition: transform 0.5s;
}
.select-box .filter-icon i .active{
    transform: rotate(180deg);
}

.select-box .sub-tab.active {
    background-color: #e8f1fa;
    color: #0077E6;

    border: 1px solid rgba(0, 119, 230, 0.4);
}
.select-box .sub-tab .question-tab{
    width: 62px;
    height: 100%;
    display: inline-block;
    border-right: 1px solid #dcdfe6;
    margin: 0px 0px;
    float: left;
}
.select-box .sub-tab .question-tab.active{
    border-right: 1px solid rgba(0, 119, 230, 0.4);
}
.select-box .sub-tab.active .el-dropdown {
    /*background-color: #e8f1fa;*/
    background-color: #fff;
    color: #0077E6;
    width: 26px;
}
.second-select-box .sub-tab.active .el-dropdown{
    background-color: #e8f1fa;
    width: auto;
    border: none;
}
.second-select-box .sub-tab{
    border: none;
    padding: 0px 20px;
}
.second-select-box .sub-tab.active{
    border: none;
}
.no-border{
    border: none!important;
}
.select-box .sub-tab.textblue {
    color: #0077e6;
}

.search-box {
    padding: 0px 20px 20px;
}

/*.search-box .sub-input {
    width: 284px;
}*/

.search-box .sub-input.focus {
    width: 500px;
}
.search-box .sub-input.focus input{
    width: 500px;
}

.search-box .right-box {
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #8790A4;
}

.table-list .table-head {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #eee solid;
}

.table-list .table-head img {
    width: 32px;
    height: 26px;
    vertical-align: middle;
}
.table-list .table-head .common-head.index-no-img{
    height: 26px;
    width: 32px;
    background-color: rgb(230, 240, 255);
    border-radius: 4px;
    font-weight: bold;
    /*display: inline-block;*/
    display: none;
}
.table-list .table-head .common-head span{
    line-height: 26px;
    font-size: 14px;
    color: rgb(69, 130, 255);
}


.table-list .table-head .company-name {
    padding-left: 4px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.like-box {
    background-color: #e8f1fa;
    color: #0077e6;
    border-color: transparent !important;
    font-size: 12px;
    padding: 8px 10px;
}



.like-box:focus {
    background-color: #e8f1fa;
    color: #0077e6;
    border-color: #e8f1fa;
}
.table-list .table-head .like-box {
    float: right;
    margin-top: 16px;
}

.table-list .table-head .like-box.active{
    background-color: #f6f6f6 ;
    color: #666 ;
}

.table-list .table-head .cancel-active {
    background-color: #f6f6f6;
    color: #9b9b9b;
    border: 1px solid #f6f6f6;
}



.table-list .table-head .right-box {
    float: right;
}

.table-list .table-head .right-box img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    vertical-align: middle;
}

.table-list .table-head .right-box span {
    font-size: 14px;
    color: #8790A4;
}


.table-list .question-content {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 1.67;
    padding-top: 20px;
    cursor: pointer;
    word-break: break-all;
}

.table-list .question-content .question-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.table-list .reply-content .reply-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-bottom: 3px;
    vertical-align: middle;
}

/*问答只有问题样式*/
.table-list .only-question {
    font-weight: normal;
    padding-bottom: 0px;
}

.table-list .question-content:hover {
    color: #0077e6;
}

.table-list .reply-content {
    font-size: 16px;
    color: #333;
    line-height: 1.67;
    padding-top: 10px;
    padding-bottom: 10px;
    word-wrap: break-word;
    word-break: break-all;
    cursor: pointer;
    border-bottom: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
    background-color: #fbfcfd;
    /*border-bottom: 1px solid #0077e6;
    border-top: 1px solid #0077e6;
    background-color: #eee;*/
}
.table-list .reply-content .show-all{
    color: #007de8;
}

.table-list .reply-content:hover {
    color: #666;
}

.table-list .table-footer {
    height: 40px;
    line-height: 40px;
    color: #8790A4;;
}


.table-list .table-footer img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: middle;
}

.table-list .table-footer .user-name {
    font-size: 14px;
    color: #8790A4;;
}

.table-list .table-footer .user-name:hover {
    color: #333;
}

.table-list .table-footer .question-time {
    font-size: 14px;
    color: #8790A4;
}

.table-list .table-footer .question-platform {
    font-size: 14px;
    color: #8790A4;
}

.table-list .table-footer .right-box {
    float: right;
    height: 40px;
    line-height: 40px;
    min-width: 240px;
}

.table-list .table-footer .like-content {
    color: #8790A4;
    font-size: 14px;
    margin-left: 24px;
    height: 40px;
    cursor: pointer;
}

.table-list .table-footer .active { /*点赞样式*/
    color: #0077e6;
}



.table-list .table-footer span i {
    margin-right: 8px;
    font-size: 20px;
    float: left;
    cursor: pointer;
}


.table-list .table-footer span.flag-title {
    color: #8790A4;
    font-size: 12px;
    margin-right: 8px;
    border: 1px #e5e5e5 dashed;
    padding: 3px 12px;
    border-radius: 2px;
}
.table-list .table-footer span.no-reply-icon{
    background-color: #f8f8f8;
    color: #bbc0cc;
    border: 1px solid #f8f8f8;
}
.table-list .table-footer span.hot-question-icon{
    color: red;
    background-color: rgba(244, 67, 54, 0.17);
    /*border: 1px solid rgba(244, 67, 54, 0.17);*/
}
.table-list .table-footer span.new-question-icon{
    color: #f99403;
    background-color: #fff8e2;
    border: 1px solid #fff8e2;
}
.table-list .table-footer span .icon{
    font-size: 13px;
}
.table-list .voice-content {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.67;
    padding-bottom: 10px;
    word-break: break-all;
    padding-top: 0px;
}

/*修改公司声音样式*/
.table-list .table-content .voice-content{
    padding-top: 0px;
}
.table-list .table-content .voice-content p{
    margin: 0px 0px;
    padding-right: 12px;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
}
.table-list .table-content .voice-content p:hover{
    opacity: .8;
}
.table-list .table-content .vocie-pic{
    padding-top: 2px;
}
.table-list .table-content .vocie-pic img{
    max-width: 230px;
    max-height: 124px;
    cursor: zoom-in;
 }
.table-list .table-content .vocie-pic img:hover{
    opacity: .8;
}
/*.table-list .voice-content-pic {
    overflow: hidden;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
    position: relative;
    min-height: 120px;
}

.table-list .voice-content-pic img {
    height: 124px;
    width: 238px;
    position: absolute;
    right: 0;
    display: block;
    cursor: pointer;
}

.table-list .voice-content-pic img.left-img {
    left: 0;
    right: auto;
}*/



.table-list .voice-content-pic .left-voice-content {
    float: left;
    margin-right: 260px;
    font-size: 16px;
    line-height: 1.67;
}
.table-list .voice-content-pic .left-voice-content:hover{
    opacity: 0.8;
}


.table-list .link-box {
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 16px 10px;
    /* width: 100%;*/
}

.table-list .link-box .left-box { /*修改*/
    float: left;
    margin-right: 10px;
    height: 48px;
    width: 48px;
    background-color: #fff;
}

.table-list .link-box .left-box .big-icon { /*新增*/
    margin: 7px 8px;
    display: block;
}

.table-list .link-box .left-box .big-icon i { /*新增*/
    font-size: 33px;
}

.table-list .link-box .left-box .big-icon .icon { /*换成svg图*/
    width: 33px;
    height: 33px;
}

.table-list .link-box .right-box {
    overflow: hidden;
    display: table;
    height: 48px;
}

.table-list .link-box .right-box a{
    vertical-align: middle;
    display: table-cell;
}

.table-list .link-box .right-box .main-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    cursor: pointer;
}

.table-list .link-box .right-box .main-title:hover {
    color: #0077e6;
}

.table-list .link-box .left-box img {
    height: 48px;
    width: 48px;
}


.week-statistics {
    margin-bottom: 12px;
    box-shadow: 0 2px 4px 0 rgba(28,31,33,.05);
}
.week-statistics:hover{
    box-shadow: 0 4px 8px 0 rgba(28,31,33,.1);
}

.week-statistics .sub-title {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px #eee solid;
    position: relative;
}
.week-statistics .sub-title .row-line{
    height: 31px;
    position: absolute;
    left: 4px;
    width: 3px;
    background-color: #0077e6;
    top: 15px;
}
.week-statistics .sub-right-content {
    height: 60px;
    line-height: 60px;
    color: #999;
    font-weight: 100;
    font-size: 12px;
    float: right;
    vertical-align: middle;
}
.week-statistics .sub-item {
    height: 32px;
    line-height: 32px;
    padding: 2px 0;
    position: relative;
}

.week-statistics .line {
    position: absolute;
    border: 1px dashed #eee;
    height: 0;
    left: 30px;
    right: 50px;
    top: 10px;
    z-index: 1;
}

.week-statistics .sub-item .icon-content {
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-right: 10px;
}

.week-statistics .sub-item .number-content {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    float: left;
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding-right: 4px;
}

.week-statistics .sub-item .number-content:hover{
    opacity: .8;
}
.seven-count .sub-item .number-content:hover{
    opacity: 1;
}

.week-statistics .sub-item .count-content {
    font-size: 14px;
    color: #333;
    text-align: right;
    float: right;
    background-color: #fff;
    z-index: 2;
    position: relative;
}

.week-statistics .sub-item .count-content.fire {
    color: #e73f33;
}
.right-content .sub-title .sub-left-content .index-right-icon{
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}
.company-statistics {
    margin-bottom: 12px;
    box-shadow: 0 2px 4px 0 rgba(28,31,33,.05);
}
.company-statistics:hover{
    box-shadow: 0 4px 8px 0 rgba(28,31,33,.1);
}
.company-statistics.company-interview{
    margin-bottom: 0px;
}
.company-statistics .sub-title {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px #eee solid;
    position: relative;
}
.company-statistics .sub-title .row-line{
    height: 31px;
    position: absolute;
    left: 4px;
    width: 3px;
    background-color: #0077e6;
    top: 15px;
}

.company-statistics .sub-content {
    margin-top: 10px;
    border-bottom: 1px #eee solid;
}

.company-statistics .sub-item {
    margin-bottom: 20px;
}

.company-statistics .company-box {
    width: 140px;
    height: 60px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 6px;
}

.company-statistics .company-logo {
    float: left;
    margin-top: 19px;
    margin-right: 10px;
    margin-left: 20px;
    vertical-align: middle;
}

.company-statistics .company-logo img {
    width: 35px;
    height: 23px;
}

.company-statistics .company-content {
    float: left;
    vertical-align: middle;
    margin-top: 12px;
}

.company-statistics .company-name {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.company-statistics .company-code {
    color: #8790A4;
    font-size: 12px;
    margin-top: 4px;
}

.company-statistics .sub-footer {
    text-align: center;
    padding: 15px 0;
    color: #8790A4;
    font-size: 14px;
}

.company-interview .sub-item {
    border-bottom: 1px #eee solid;
    padding-bottom: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}
.company-interview .sub-item:last-child {
    border-bottom: 0;
}

.company-interview .sub-item .point {
    float: left;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    margin-top: 8px;
    border-radius: 50%;
    background-color: #4385f4;
}

.company-interview .sub-item .interview-title {
    float: left;
    width: 90%;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.company-interview .sub-item .interview-title{
    color: #333;
}

.company-interview .sub-item .interview-title:hover {
    color: #0077e6;
}


.mobile-content {
    background-color: #fff;
}

.mobile-tabs {
    width: 100%;
    margin: 12px 0px 8px;
    box-shadow: 0 2px 4px 0 rgba(28, 31, 33, 0.05);
}

#mobile-tabs .swiper-wrapper div:last-child{
    width: 90px !important;
    font-size: 16px;
}

.investor_font {
    font-size: 0.95rem;
}

.mobile-tabs .swiper-slide {
    text-align: center;
    color: #333;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 7px;
}

.mobile-tabs .swiper-slide.active {
    color: #0077e6;
    font-weight: bold;
    border-bottom: 3px #0077e6 solid;
}

.my-tabs-box {
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

.my-tabs-box .sub-tab {
    float: left;
    padding: 8px 16px;
    margin-right: 10px;
    color: #606266;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.my-tabs-box .right-tab {
    float: right;
    margin-right: 10px;
    color: #606266;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.my-tabs-box .sub-tab.active {
    color: #0077e6;
    background-color: #e8f1fa;
}
.my-tabs-box .sub-tab.active .sub-tab{
    color: #0077e6;
    background-color: #e8f1fa;
}
.my-search-content-company {
    background: url('../assets/images/index-my-company-bg.png') no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: -20px;
}

.my-search-content-company .sub-tab {
   /* width: 80px;*/
}
.my-search-content-company .select-box div:nth-child(2){
    /*width: 110px;*/
}

.my-search-content-people {
    background: url('../assets/images/index-my-people-bg.png') no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: -20px;
}

.my-search-content-company .sub-top-img {
    position: absolute;
    right: 0;
    z-index: 8;
}

.my-search-content-people .sub-top-img {
    position: absolute;
    right: 0;
    z-index: 7;
}

.my-search-box {
    padding: 20px;
}

.my-search-box .left-search-box {
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.my-search-box .left-search-box .sub-box {
    float: left;
    width: 25%;
}
.my-search-box .left-search-box .sub-count{
    cursor: pointer;
}

.my-search-box .left-search-box .sub-box img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-top: 7px;

}

.my-search-box .right-search-box .sub-box {
    float: left;
    width: 25%;
}

.my-search-box .right-search-box .sub-box img {
    border-radius: 50%;
    width: 60px;
    margin-top: 7px;
    height: 60px;

}
.my-search-box .right-search-box .sub-count{
    cursor: pointer;
}

.my-search-box .sub-count {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.my-search-box .sub-title {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 10px 0;
    display: block;
    cursor: pointer;
}

.my-search-box .sub-input-box {
    width: 284px;
    margin: 16px 0 0 16px;
}


/* 骨架屏样式 */
.skeleton .skeleton-avatar {
    width: 40px;
    height: 30px;
    background-color: #f6f6f6;
    float: left;
    margin-top: 10px;
}

.skeleton .skeleton-name {
    width: 100px;
    height: 20px;
    background-color: #f6f6f6;
    float: left;
    margin-top: 15px;
    margin-left: 8px;
}

.skeleton .skeleton-title {
    width: 30%;
    height: 30px;
    background-color: #f6f6f6;
    margin-bottom: 8px;
}

.skeleton .skeleton-content {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
}

/* 点击展开更多 */
.show-more-box {
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #0077e6;
    cursor: pointer;
}

.has-more {
    color: #787878;
    text-align: center;
    background-color: #F2F3F5 !important;
}

.no-box {
    text-align: center;
    padding: 40px 0;
}

.no-box img {
    width: 140px;
    height: 140px;
}

.no-box p {
    padding-left: 30px;
    color: #777;
}

.mobile-header-icon {
    margin-right: 12px;
}

/*公司声音图片放大弹框*/
.voice-bigimg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none;
}

.voice-bigimg .img-indiv {
    position: absolute;
}

.voice-bigimg .img-indiv .img-result {
    border: 2px solid #fff;
    cursor: zoom-out;
}

/*公共头像*/
.common-head {
    text-align: center;
    /*width:77px;
    height: 61px;
    font-size: 24px;
    border-radius: 7px;
    background-color: #fff;*/
    vertical-align: middle;
    display: inline-block;
}


.common-head span {
    width: 100%;
    height: 100%;
    /*font-family: 'Aial';*/
    /*font: bold 35px/61px 'Aial';*/
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-stretch: normal;
    float: left;
}

/* 彈窗 */
.irm-wrapper .el-dialog__headerbtn {
    right: -47px;
    font-size: 26px;
    top: 20px;
}

.irm-wrapper .el-dialog__headerbtn .el-dialog__close {
    color: #fff;
}

.irm-wrapper .el-input__prefix {
    left: 8px;
}

.irm-wrapper .dialog-people-list {
    height: 500px;
    padding: 20px 0;
    max-height: 500px;
    overflow-y: auto;
}
.irm-wrapper .dialog-people-list-search {
    height: auto;
}
.irm-wrapper .dialog-people-list .dialog-people-item {
    padding-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.irm-wrapper .dialog-people-list .sub-content {
    padding-left: 50px;
}

.irm-wrapper .dialog-people-list .sub-content span {
    color: #666;
    display: inline-block;
    margin-right: 10px;
}

.irm-wrapper .dialog-people-list .sub-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;

}

.irm-wrapper .dialog-people-list img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.irm-wrapper .dialog-people-list .right-content {
    padding: 6px 20px;
    display: inline-block;
    position: absolute;
    right: 40px;
    background-color: #0077e6;
    color: #fff;
    top: 28px;
    cursor: pointer;
}

.irm-wrapper .dialog-people-list .right-content.active {
    padding: 6px 20px;
    display: inline-block;
    position: absolute;
    right: 40px;
    background-color: #f6f6f6;
    color: #999;
    top: 28px;
}

.irm-wrapper .dialog-company-list {
    height: 500px;
    padding: 20px;
    overflow-y: scroll;
}

.irm-wrapper .dialog-company-list .main-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.irm-wrapper .dialog-company-list .sub-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.irm-wrapper .dialog-company-list .sub-content {
    color: #999;
}

.irm-wrapper .dialog-company-list .dialog-company-item {
    padding-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.tabs-popover-div {
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
}

.tabs-popover-div:hover {
    background-color: #c6e2ff;
    color: #0077e6;;
}

.el-popover {
    width: 100px;
    min-width: 100px;
    /*padding: 8px 0;*/
}

/*已关注公司弹框样式重置*/
.attention-company-list .dialog-people-list {
    height: 500px;
    overflow-y: visible;
    padding-top: 0px;
}

.attention-company-list .el-dialog__body {
    padding: 20px 20px;
}

.attention-company-list .search-input {
    padding: 16px 16px;
    background-color: #f3f5f8;
}

.attention-company-list .tips {
    font-size: 12px;
    color: #296ff8;
    text-align: center;
    margin: 16px 0px 18px;
}

.attention-company-list .search-result div span {
    width: 32.3%;
    display: block;
    float: left;
}

.attention-company-list .search-result div span:nth-child(1) {
    text-align: left;
    margin-left: 7px;
    width: 20%;
}

.attention-company-list .search-result div span:nth-child(2) {
    text-align: center;
    width: 20%;
}

.attention-company-list .search-result div span:nth-child(3) {
    text-align: right;
    width: 57%;
}

.attention-company-list .scroll-content {
    height: 337px;
    overflow-y: auto;
}

.attention-company-list .scroll-content .search-result {
    width: 100%;
}

.attention-company-list .scroll-content .title {
    background-color: #f3f5f8;
}

.attention-company-list .scroll-content .title span {
    color: #999;
}

.attention-company-list .scroll-content .row-list {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.attention-company-list .dialog-company-item .my-company-box {
    border: 1px solid #eee;
    padding: 10px;
    background-color: #edf5ff;
}

.attention-company-list .dialog-company-item .my-company-box.active {
    background-color: #e1efff;
    cursor: pointer;
}

.attention-company-list .dialog-company-item .my-company-box .el-icon-close {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #fff;
    background-color: #859ab3;
    display: none;
}

.attention-company-list .scroll-content::-webkit-scrollbar {
    width: 6px;
}

.attention-company-list .scroll-content::-webkit-scrollbar-thumb {
    background: rgba(221, 221, 221, 1);
    border-radius: 3px;
}

.attention-company-list .scroll-content::-webkit-scrollbar-track {
    background: transparent;
}

.attention-company-list .scroll-content .active {
    color: #999;
    cursor: not-allowed !important;
}

.attention-company-list .search-num {
    padding-top: 20px;
    padding-left: 16px;
}

.attention-company-list .search-num .total-num span {
    color: #3776d6;
}

.attention-company-list .search-num .allow-num {
    color: #999;
    font-size: 14px;
    margin-left: 50px;
}

.attention-company-list .search-num .attention {
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #e2ecf8;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: #3776d6;
    float: right;
    margin-top: -5px;
    cursor: pointer;
    border-radius: 5px;
}

.attention-company-list .dialog-company-list {
    height: 450px;
    overflow-y: auto;
}

.attention-company-list .dialog-company-list::-webkit-scrollbar {
    width: 6px;
}

.attention-company-list .dialog-company-list::-webkit-scrollbar-thumb {
    background: rgba(221, 221, 221, 1);
    border-radius: 3px;
}

.attention-company-list .dialog-company-list::-webkit-scrollbar-track {
    background: transparent;
}

.attention-company-list .el-autocomplete {
    width: 232px;
}

/*错误页面*/
.error-page {
    position: relative;
    display: inline-block;
    text-align: center;
}

.error-page img {
    height: 50%;
}

.error-page p {
    bottom: 117px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.error-page a {
    bottom: 117px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 29px;
    line-height: 29px;
    width: 81px;
    background-color: #007de8;
    border-radius: 3px;
    margin-top: 17px;
    color: #fff;
    cursor: pointer;
}

/*英文翻译悬浮框*/
.translate-div {
    background-color: #FFFFFF;
    margin: 10px 10px 10px;
}

.question-en {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.div-translate .reply-en {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 16px;
}

.translate-title-Q {
    color: #EA554A;
    font-weight: bold;
}

.translate-title-R {
    color: #0077E6;
    font-weight: bold;
}

.translate-disclaimer {
    font-size: 12px;
    color: #8790A4;
    /*font-family: ArialMT;*/
    line-height: 18px;
    font-weight: 400;
    border-top: 1px solid #EEEEEE;
    margin: 10px 0px;
    padding-top: 10px;
}

.el-popover {
    width: 100%;
    position: absolute;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px rgba(7, 37, 112, 0.2);
    max-width: 35% !important;
    /*font-family: Arial-BoldMT;*/
    word-spacing: 3px;
}

.share-box,.copyBtn {
    cursor: pointer;
    pointer-events: auto;
}

.display-none {
    display: none;
}

/* 分享模块下来菜单 */
.share-box img {
    width: 120px;
}

.header-wrapper.is-index {
    position: fixed;
    background-color: #fff;
    top: 0;
    width: 100%;
    transition: transform .3s, -webkit-transform .3s;
    padding-bottom: 20px;
    z-index: 20;
}
.header-wrapper.is-index .index-line{
    width: 100%;
    height: 1px;
    background-color: #eee;
}
.header-wrapper.is-index .el-col-24{
    margin-top: 13px;
    margin-bottom: -7px;
}

.header-wrapper.is-index.is-hidden {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    box-shadow: none;
}

#topApp {
    transition: transform .3s, -webkit-transform .3s;
}

#topApp.is-hidden {
    transform: translateY(-100%);
    z-index:  11;
}

.right-anchor.is-fixed {
    position: fixed;
    top: 136px;
    z-index: 6;
    min-width: 348px; /*处理宽度变短*/
}
.right-anchor.no-fixed{
    position: absolute;
    min-width: 348px; /*处理宽度变短*/
}
.zindex-11 {
    z-index: 11 !important;
}
.strip{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index:20;
    width: 100%;
    height: 120px;
    background:url("../assets/images/strip.png");
    background-size: 100% 100%;
}
.strip .ask-question-main{
    position: relative;
    width: 1500px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background-position: 0 100%;
    background-image: url("../assets/images/strip-people.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.strip .ask-question-main img{
    height: 40px;
    width: 279px;
    float: right;
    margin-top: 68px;
    margin-right: 350px;
    cursor: pointer;
}
.strip .ask-question-main i{
    float: right;
    margin-top: 70px;
    font-size: 38px;
    color: #fff;
    margin-right: -403px;
    cursor: pointer;
    opacity: 0.7;
}
/* 通知栏样式 */
.dialog-notice-content p{
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    text-align: justify;
}
.dialog-notice-content p img {
    max-width: 740px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.dialog-notice .el-dialog__header {
    text-align: center;

}
.dialog-notice .el-dialog__header .el-dialog__title{
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
/* 首页分享弹出框*/
.share-popover {
    width: 120px;
    padding-bottom: 0px;
    user-select: text;
    -webkit-user-select: text;
    cursor: pointer;
}
.share-box-padding{
    padding-left: 9px;
}
.share-popover p{
    line-height: 34px;
}
.share-popover p:nth-child(1):hover,.share-popover p:nth-child(2):hover,.share-popover p:nth-child(3):hover{
    background-color:rgba(232, 241, 250, 1);
}
/*首页处理一级菜单tab组件样式重写*/
.index-first-tab .el-tabs__nav-wrap{
    border-bottom: 1px solid #eee;
}
.index-first-tab .el-tabs__active-bar{
    margin-bottom: -1px;
}
.index-first-tab  .el-tabs__active-bar{
    height: 3px;
}
/*轮播图向左像右按钮*/
.swiper-btn .swiper-btn-box{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.63);
    opacity: 0;
    transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.swiper-btn .swiper-btn-box i{
    width: 26px;
    height: 26px;
    font-size: 26px;
    color:  rgba(255,255,255,1);
    margin: 7px 7px;
}
.swiper-button-prev{
    background-image:none;
    left: 80px;
    width: 200px;
    height: 100%;
}
.swiper-button-next{
    background-image:none;
    right: 80px;
}
#pc-swiper:hover .swiper-btn-box{
    display: block;
    opacity: .63;
}

.right-row-popover{
    width: auto;
}

/*下滑之后头部tab样式重置*/
.index-header{
    position: absolute;
    left: 200px;
}
.index-header .el-tabs__header{
    margin-bottom: 0px;
}
.index-header .el-tabs__item{
    height: 67px;
    line-height: 67px;
}
.index-header .el-tabs__active-bar{
    height: 3px;
}

/* 投资备忘录模块 */
.memorie-box {
    overflow: hidden;
    display: flex;
    flex-flow: row;
}
.memorie-box .memorie-head{
    float: left;
    font-size: 14px;
    color: #666;
    height: 26px;
    line-height: 26px;
    margin-right: 20px;
    width: 230px;
}
.memorie-box i{
    color: #0077e6;
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 4px;
} 
.memorie-main {
    float: left;
    width: 100%;
}
.memorie-item {
    border-radius: 13px;
    height: 26px;
    line-height: 26px;
    background-color: #e8f1fa;
    color: #999;
    padding: 0 16px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.memorie-item .active {
    color: #0077e6;
}
.memorie-item .company-name {
    display: inline-block;
}
.memorie-item .memorie-content {
    display: inline-block;
    margin-left: 30px;
}
.memorie-box .right-button {
    float: right;
    width: 120px;
    text-align: right;
    height: 26px;
    line-height: 26px;
    color: #666;
    cursor: pointer;
}
.memorie-box .right-button i {
    color: #666;
}
.steps-item {
    overflow: visible;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.steps-item .steps-item-tail {
    width: 80%;
    top: 2px;
    margin: 0 0 0 60px;
    padding: 0;
}
.steps-item .step-item-year {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #999;
    background: #fff;
}
.steps-item-finish .steps-item-tail{
    margin: 0 0 0 32px;
    width: 100%;
}
.steps-item .steps-item-tail .active:after {
    background-color: #1890ff;
}
.steps-item .steps-item-tail:after {
    height: 1px;
    width: 100%;
    margin-left: 12px;
    content: '';
    display: inline-block;
    background: #e8e8e8;
}
.steps-item .steps-item-tail.after-today:after {
    height: 1px;
    width: 100%;
    margin-left: 12px;
    content: '';
    display: inline-block;
    background: #68bcf7;
}
.steps-item .steps-item-tail.is-today:after {
    height: 1px;
    width: 100%;
    margin-left: 12px;
    content: '';
    display: inline-block;
    background: #68bcf7;
}

.steps-item .step-item-icon{
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin-left: 56px;
    background: transparent;
    vertical-align: top;
    position: absolute;
    top: 10px;
}

.steps-item .step-item-icon-today{
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin-left: 47px;
    background: transparent;
    vertical-align: top;
    position: absolute;
    top: 4px;
}

.steps-item .steps-icon-dot{
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    background: #999;
}

.steps-item .big-dot{
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    background: #68bcf7;
}

.steps-item .small-dot{
    float: left;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: relative;
    background: #0077e6;
    margin-top: 4px;
    margin-left: 4px;
}

.steps-item .steps-icon-dot.after-today{
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    background: #68bcf7;
}
.steps-item .steps-icon-dot:after{
    content: '';
    width: 60px;
    height: 32px;
    position: absolute;
    top: -12px;
    left: -26px;
}
.steps-item-content {
    width: 72px;
    text-align: center;
    margin-left: 25px;
    color: #999;
    padding-top: 4px;
}

.steps-item-content.is-today {
    color:#68bcf7;
    margin-left: 22px;
}

.steps-item-content.after-today{
    color:#68bcf7;
}

/*通知消息弹框*/
.dialog-notice .el-dialog__header{
    padding: 24px 80px ;
    background-color: #f8f8f8;
    text-align: left;
    border-top: 4px solid #0077e6;
}
.dialog-notice .el-dialog__body{
    padding: 15px 80px 40px;
    height: 500px;
    overflow: auto;
}
.dialog-notice .dialog-notice-attachment,.dialog-notice-linkurl{
    margin: 0px;
    padding: 0px 20px;
    height: 47px;
    line-height: 47px;
}
.dialog-notice .dialog-notice-attachment,.dialog-notice-linkurl a{
    font-size: 16px;
}
.dialog-notice .dialog-notice-attachment a{
    color: #0077e6;
}
.dialog-notice .dialog-notice-attachment{
    background-color: #f6f6f6;
    color: #0077e6;
}
.dialog-notice .dialog-notice-attachment span{
    float: right;
    cursor: pointer;
}
.dialog-notice .icon-attachment{
    color: #333;
    font-size: 18px;
    margin-right: 4px;
}
.dialog-notice .icon-cloud-upload{
    color: #0077e6;
    font-size: 17px;
    margin-right: 6px;
}
.dialog-notice .dialog-notice-linkurl{
    font-size: 18px;
    margin-top: 5px;
    color: #999;
    padding: 0px;
}
.dialog-notice .dialog-notice-linkurl a{
    color: #999;
    /*font-size: 18px;*/
    text-decoration: underline;
}
.dialog-notice .el-dialog{
    margin-top: 6vh!important;
    width: 900px!important;
}

.create-column .el-dialog__body{
    position: relative;
}
.create-column .calculation{
    position: absolute;
    top: 16px;
    right: 36px;
    color: #999;
}
.hint-popover{
    max-width: 340px!important;
}
.attention-company-list .el-dialog{
    width: 902px;
}
/*轮播图 IE9*/
.pc-banner i{
    display: inline-block;
}

.pc-banner .swiper-device {
    position: relative;
}
.pc-banner .swiper-slide {
    width: 100%;
}
.pc-banner .swiper-slide, .pc-banner .swiper-wrapper {
    height: 100%
}

.pc-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.pc-banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 8;
    margin: 0;
}
.pc-banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eeeff6;
    margin: 0 5px 5px;
    cursor: pointer;
}
.pc-banner .swiper-active-switch {
    background: #004EA1;
    width: 14px;
    height: 14px;
    margin-bottom: 3px
}
.pc-banner .swiper-slide a {
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%
}
.pc-banner:hover .swiper-btn-box{
    display: block;
    opacity: .63;
}

.active-dropdown {
    color: #0077e6;
    background-color: #e8f1fa;
}

em{
    color: red;
    font-style: normal;
}

.my-search-content-people .right-tab {
    position: absolute;
    bottom: 26px;
    right: 10px;
    cursor: pointer;
}
.search-user-dialog .pagination-box {
    text-align: center;
}

.copyBtn{
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    cursor: pointer;
}
/*首页行情*/
.index-market{
    box-shadow: 0 2px 4px 0 rgba(28,31,33,.05);
    /*border-radius: 6px;*/
}
.index-market .market-title{
    background-color: #fff;
    border-radius: 6px;
    height: 61px;
    line-height: 61px;
    border-bottom: 1px solid #eee;
}
.index-market .index-right-icon{
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}
.index-market .right-content-market{
    display:inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 5px;
    line-height: 30px;
    margin-right: 15px;
    cursor: pointer;
}
.index-market .right-content-market.active{
    color: #0077e6;
}
.index-market .sub-content{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
}
.index-market .market-img{
    width: 307px;
    height: 229px;
}
.index-market .market-data{
    height: 52px;
    line-height: 52px;
    background-color: #e8f1fa;
    border-radius: 4px;
    margin: 6px 0px 21px;
    padding: 0px 16px;
}
.index-market .sub-left-content{
    font-size: 16px;
    color: #333;
}
.index-market .el-select{
    height: 61px;
    line-height: 61px;
}
.index-market .el-input__inner{
    border: none;
    font-size: 14px;
    color: #0077E6;
    padding-right: 0px;
}
.index-market .el-select .el-input .el-select__caret{
    color: #0077E6;
}
.index-market .el-input__suffix{
    right: 0px;
}
.index-market .market-data .sub-trend-value{
    font-size: 18px;
    font-weight: bold;
}
.index-market .sub-trend-size, .sub-trend-trend{
    font-size: 16px;
}
.index-market .market-data .sub-trend-value{
    margin-right: 20px;
}
.index-market .market-data.up{
    color: #d50808;
}
.index-market .market-data.down{
    color: #035f03;
}
.index-market .sub-left-content .sub-time{
    color: #999;
    font-weight: 100;
    font-size: 12px;
    margin-left: 10px;
}
.index-market .sub-right-content{
    width: 95px;
}
.index-market .sub-right-content.isen{
    width: 150px;
}
/*搜索投资者头像无图片样式*/
/*#search-investor .irm-wrapper .dialog-people-list img.dsn{
    display: none;
}
#search-investor .show{
    display: inline-block;
}*/
#search-investor .common-head{
    display: none;
    height: 40px;
    width: 40px;
    background-color: rgb(230, 240, 255);
    border-radius: 20px;
    font-weight: bold;
    float: left;
}
#search-investor .common-head span{
    line-height: 40px;
    font-size: 16px;
    color: rgb(69, 130, 255);
}

.company-login-index{
    height: 60px;
    background-color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding: 0px 15px;
    box-shadow: 0 2px 4px 0 rgba(28,31,33,.05);
    border-radius: 6px;
}
.company-login-index img{
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 14px;
}
.company-login-index .name{
    margin-left: 12px;
    color: #333;
}
.company-login-index a span{
    color: #0077e6;
    font-size: 14px;
    margin-right: 9px;
}
.index-company-page{
    background-color: #fff;
    padding: 14px 15px;
    box-shadow: 0 2px 4px 0 rgba(28,31,33,.05);
    border-radius: 6px;
    position: relative;
}
.index-company-page .el-input{
    width: inherit;
}
.index-company-page .el-input__inner{
    border: 1px solid #d8d8d8;
    color: #333;
    width: 317px;
}
.index-company-page .link-company-page{
    color: #0077e6;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 24px;
    display: inline-block;
    font-size: 14px;
}
/* 手机样式*/
@media only screen and (max-width: 767px) {
    .content-wrapper{
        margin-top: 0px;
    }
    .content-wrapper .left-content{
        margin-bottom: 8px;
    }
    .content-wrapper .sub-wrapper {
        padding: 0;
    }
    .tips-wrapper {
        height: 36px;
        line-height: 36px;
        background-color: #fff;
    }
    .tips-wrapper .sub-tip {
        padding: 0;
        height: 32px;
    }
    .tips-wrapper .sub-tip.el-col-xs-24{
        width: auto;
        margin-left: 10px;
    }
    .tips-wrapper .sub-tip i {
        float: left;
        margin-top: 9px;
    }

    .tips-wrapper .sub-tip span {
        font-size: 14px;
    }
    .tip-message-icon{
        margin: 11px 0px 10px;
    }

    .table-list .table-head img {
        width: auto;
        max-width: 70px;
        height: 34px;
        vertical-align: middle;
        float: left;
        margin-top: 13px;
    }

    .table-list .table-head a {
        display: inline-block;
    }
    .table-list .table-head .m-company-name{
        position: relative;
        height: 30px;
        width: 212px;
        display: inline-table;
        margin-left: 10px;
        float: left;
        margin-top: 10px;
    }
    .table-list .table-head .m-company-name .compnay-name{
        position: absolute;
        top: -21px;
    }
    .table-list .table-head .m-company-name .question-time{
        bottom: 0px;
        color: #999;
    }
    .table-list .table-head .flag-title {
        color: #8790A4;
        font-size: 14px;
        margin-right: 6px;
        border: 1px #8790A4 dashed;
        padding: 2px 10px;
    }
    .table-list .table-head .like-box {
        float: none !important;
        margin-left: 4px;
        margin-bottom:0;
        padding: 8px;
        height: 30px;
        position: relative;
        vertical-align: top;
    }
    .table-list .table-head .company-name {
        font-size: 14px;
        padding-left: 0;
    }
    .table-list .table-content {
        padding-bottom: 16px;
    }
    .table-list .table-content.m-pd-0{
        padding: 0px;
    }
    .table-list .table-content .link-box.m-pd-16{
        padding-right: 16px;
        padding-left: 16px;
    }
    .table-list .question-content{
        padding-top: 12px!important;
    }
    .table-list .question-content .question-icon{
        margin-bottom: 5px!important;
    }
    .table-list .table-content.m-pd-t-16{
        padding-top: 12px!important;
    }

    .header-wrapper.is-index {
        display: none;
    }

    .table-list .table-footer {
        height: auto;
        line-height: 1;
        color: #8790A4;
        border-top: 1px solid #eeeeee;
        padding: 2px 16px;
    }
    .table-list .table-footer .like-content {
        margin-right: 0px;
        margin-left: 0px;
    }
    .table-list .table-footer span {
        text-align: center;
        margin-right: 0;
    }
    .table-list .table-footer span i {
        float: none;
        margin-right: 4px;
    }

    .table-list .table-footer .right-box {
        float: none;
    }


    .table-list .voice-content{
        padding-bottom: 0px;

    }
    .table-list .voice-content-pic img {
        position: relative;
    }
    .table-list .voice-content-pic .left-voice-content {
        margin-right: 0;
    }
    .table-list .link-box .right-box {
        height: 40px;
    }
    .table-list .link-box .right-box .main-title {
        font-size: 16px;
        padding-left: 6px;
    }

    /* .table-list .link-box .left-box img{      删除
       height: 40px;
       width: 40px;
     }*/
    .table-list .link-box .left-box { /*新增*/
        height: 42px;
        width: 42px;
    }

    .table-list .link-box .left-box .big-icon { /*新增*/
        margin: 7px 7px;
        display: block;
    }

    .table-list .link-box .left-box .big-icon .icon { /*新增*/
        /* font-size: 28px;*/
        width: 28px;
        height: 28px;
    }
    .mobile-container {
        padding: 0px;
    }

    .el-button [class*=el-icon-] + span {
        margin-right: 2px;
    }
    .common-head{
        float: left;
        margin-top: 16px;
    }
    .dialog-notice .el-dialog{
        width: auto!important;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 4px;
    }
    .dialog-notice .el-dialog__header{
        padding: 22px 15px;
        border-radius: 4px;
    }
    .dialog-notice .el-dialog__body{
        padding: 15px 15px 40px;
        height: 380px;
    }
    .irm-wrapper .el-dialog__headerbtn{
        right: 10px;
    }
    .irm-wrapper .el-dialog__headerbtn .el-dialog__close{
        color: #999;
    }
    .no-box {
        text-align: center;
        padding-top: 40px;
        /*padding-bottom: 100%;*/
    }
    .el-popover.el-popper.share-popover{
        cursor: pointer;
    }
    /*首页新消息提示样式*/

    .special-tips-message{
        position: fixed;
        top: 53px;
        z-index: 333;
        width: 100%;
        text-align: center;
        color: #0077e6;
        height: 30px;
        line-height: 30px;
        -webkit-animation: show .4s;
        animation: show .4s;
        -moz-animation: show .4s;
        -o-animation: show .4s;
    }
    @-webkit-keyframes show {
        100% {
            -webkit-transform: translateY(50%);
            -o-transform: translateY(50%);
            -moz-transform: translateY(50%);
            opacity: 1
        }
    }
    .special-tips-message .left-content{
        text-align: center;
        background-color: transparent!important;
        margin-right: 16px;
        height: 30px;
        line-height: 30px;
        color: #0077e6;
        cursor: pointer;
        border-radius: 0px!important;
        font-size: 12px;
        box-shadow: none!important;
    }
    .special-tips-message .left-content span{
        width: 180px;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        box-shadow: 0 4px 14px 0 rgba(28, 31, 33, 0.3);
        border-radius: 15px;
        font-size: 12px;
        color: #8790A4;
        background-color: #fff;
        position: relative;
    }
    .special-tips-message .left-content span i{
        z-index: 17;
        position: absolute;
        right: -4px;
        top: -3px;
        font-size: 14px;
        cursor: pointer;
    }
}

.el-loading-mask.cover{
    background-color: rgba(255, 255, 255, .6);
    z-index: 19;
}



