/* 面包屑导航 */

.crumbs_nav {
    height: 40px;
    background-color: #fff;
    margin: 20px 0;
    border-radius: 10px;
}

.crumbs_nav ul {
    margin-left: 20px;
}

.crumbs_nav ul li {
    float: left;
    line-height: 40px;
    padding-right: 10px;
    color: #cacaca;
    cursor: pointer;
}

.crumbs_nav ul .indexs {
    font-size: 14px;
}

.crumbs_nav ul .indexs a {
    color: #cacaca;
}

.crumbs_nav ul .expert_zx {
    font-size: 14px;
    color: #2478e4;
}

/* 主体内容区域 */

.actives {
    background-color: #2478e4;
    color: #fff;
    border-radius: 10px;
}

.content_main {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
}

.content_main_header {
    height: 190px;
}

.header_titles::before {
    content: '';
    display: block;
    width: 8px;
    height: 30px;
    background-color: #2478e4;
    float: left;
    margin-right: 12px;
}

.header_titles {
    font-size: 30px;
    color: #2478e4;
    padding-top: 14px;
}

.serve_lx {
    display: block;
    height: 20px;
    margin-top: 30px;
}

.serve_lx li {
    width: auto;
    float: left;
    padding: 0 10px 0 10px;
    text-align: center;
    cursor: pointer;
}

/* .serve_lx li:nth-child(n + 2):hover {
	background-color: #2478e4;
	color: #fff;
	border-radius: 10px;
} */

.serve_lx li:first-child {
    color: #2478e4;
    font-weight: 600;
    margin-left: 10px;
}

/* 服务地域 */

.serve_dy {
    display: block;
    height: 20px;
    margin-top: 20px;
}

.serve_dy li {
    width: auto;
    float: left;
    padding: 0 10px 0 10px;
    text-align: center;
    cursor: pointer;
}

.serve_dy li:nth-child(n + 2):hover {
    background-color: #2478e4;
    color: #fff;
    border-radius: 10px;
}

.serve_dy li:first-child {
    color: #2478e4;
    font-weight: 600;
    margin-left: 10px;
}

/* 专家类别 */

.expert_sort {
    display: block;
    height: 20px;
    margin-top: 20px;
}

.expert_sort li {
    width: auto;
    float: left;
    padding: 0 10px 0 10px;
    text-align: center;
    cursor: pointer;
}

.expert_sort li:nth-child(n + 2):hover {
    background-color: #2478e4;
    color: #fff;
    border-radius: 10px;
}

.expert_sort li:first-child {
    color: #2478e4;
    font-weight: 600;
    margin-left: 10px;
}

/* 专家介绍 */

.expert_introduction {
    width: 1160px;
    height: 210px;
    border-top: 1px solid #cacaca;
    margin: 0 20px;
}

.expert_introduction_main {
    width: 1158px;
    height: 180px;
    margin-top: 20px;
    border: 2px solid rgba(32, 12, 232, 0);
}

.expert_introduction_main:hover {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px 3px rgba(36, 119, 227, 0.2);
    border-radius: 10px;
    border: 2px solid rgba(36, 119, 227, 1);
}

.expert_introduction:last-of-type {
    border-bottom: 1px solid #cacaca;
}

.expert_photo {
    width: 110px;
    padding: 20px 0 0 20px;
    float: left;
    position: relative;
}

.expert_photo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.expert_photo .hx {
    position: absolute;
    bottom: 3px;
    left: 30px;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 3px;
    border-radius: 0;
}

.expert_photo .focus {
    display: block;
    font-size: 16px;
    color: #cacaca;
    margin: 5px 0 0 30px;
    float: left;
}

/* 专家信息 */

.expert_message {
    width: 880px;
    float: left;
}

.expert_message_name {
    margin: 20px 0 10px 0;
}

.expert_serve_dy span {
    display: inline-block;
    padding: 0 30px 0 0;
    color: #bcbcbc;
}

.expert_serve_dy .serve_float {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding-top: 5px; */
}

.master {
    padding: 10px 0;
    color: #bcbcbc;
}

.experts_order {
    float: left;
    padding-top: 40px;
    padding-left: 10px;
}

.experts_order .orders {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #2478e4;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.experts_order .orders:hover {
    transform: scale(1.1);
}

.experts_order .homepage {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #bcbcbc;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.experts_order .homepage:hover {
    transform: scale(1.1);
    color: #fff !important;
}

/* paing */

.paging {
    height: 70px;
    position: relative;
    left: 50px;
}

/* 预约成功 */

.appointment_float {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    height: 394px;
    background-color: #fff;
    z-index: 99999;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    display: none;
}

.appointment_float_next {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    height: 394px;
    background-color: #fff;
    z-index: 99999;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    display: none;
}

.appointment_float_bg {
    height: 230px;
    position: relative;
}

.appointment_float_bg img {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-size: 100% 100%;
}

.appointment_float_t {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}

.appointment_float_buttons {
    height: 230px;
}

.lx_time {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #cacaca;
}

.appointment_float_sure {
    display: inline-block;
    width: 170px;
    height: 40px;
    text-align: center;
    background-color: #2478e4;
    border-radius: 10px;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
    margin-left: 45px;
    margin-right: 20px;
    cursor: pointer;
    /* overflow: hidden; */
}

.sure_success {
    display: inline-block;
    width: 170px;
    height: 40px;
    text-align: center;
    background-color: #2478e4;
    border-radius: 10px;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
    margin-left: 45px;
    margin-right: 20px;
    cursor: pointer;
    /* overflow: hidden; */
}

.appointment_float_cancel {
    display: inline-block;
    width: 170px;
    height: 40px;
    text-align: center;
    background-color: #bcbcbc;
    border-radius: 10px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.cancel_success {
    display: inline-block;
    width: 170px;
    height: 40px;
    text-align: center;
    background-color: #bcbcbc;
    border-radius: 10px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

/* 分页列表 */

.close_x img {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 13px;
    height: 13px;
}