html,
body {
    font-size: 14px;
    width: 100%;
    min-width: 1300px
}

.overflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-shadow.dark {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.box-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.box-shadow10 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.nav-bar-wapper.transparent {
    background: transparent;
}


/*面包屑导航栏*/
.nav-bar-wapper {
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: url(../img/list/guide-back.jpg) center no-repeat;
}

.guide-icon {
    margin-left: 18px;
    width: 20px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/list/guide-icon.png) no-repeat left center;
}
.nav-bar-wapper a,
.nav-bar-wapper a:link {
    color: #fff;
}


/* 按钮颜色 */

.btn-default {
    color: #fff;
    background: #09c5c4;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    border-radius: 4px;
}

.btn-default.orange {
    background: #ef8200;
}

.btn-default.green {
    background: #61c635;
}

.btn-default:link,
.btn-default:visited {
    color: #fff;
}


/* 文字颜色 */

.c_orange {
    color: #ef8200;
}


/*当图片不存在的时候*/

.noperson {
    border: 1px solid #ddd;
    background: #ebeff3 url(../img/no-person.png) center no-repeat;
}

.noperson img {
    background-color: #fff;
}

.nopic {
    border: 1px solid #ddd;
    background: #ebeff3 url(../img/no-pic.png) center no-repeat;
}

.noorglogo {
    border: 1px solid #ddd;
    background: #ebeff3 url(../img/noorglogo.png) center no-repeat;
}

.noorglogo img {
    background-color: #fff;
}

.noconsultant {
    border: 1px solid #ddd;
    background: #ebeff3 url(../img/noconsultant.png) center no-repeat;
}

.noconsultant img {
    background-color: #fff;
}

.nopic img {
    width:100%;
    height:100%;
    background-color: #fff;
}
*,
body,
html {
    word-break: break-all;
}
.nodata-pic{
    margin: 54px auto;
    width: 106px;
    height: 134px;
    background: url('../img/nodata-pic.png') no-repeat center;
}