/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


    .doctor_info .photo {
        text-align: center;
    }

    .doctor_info .photo img {
        width: 270px;
    }

    .doctor_info .detail {
        width: 100%;
    }

    .doctor_info .detail .detail_head {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        border-bottom: #317a9f 3px solid;
        text-indent: 8px;
    }

    .doctor_info .detail .detail_body {
        margin-top: 8px;
    }

    .doctor_info .detail .detail_body .detail_item {
        color: #555555;
        font-size: 18px;
        line-height: 28px;
        margin-top: 4px;
    }

    .doctor_info .detail .detail_body .detail_item .span_title {
        font-weight: bold;
    }

    .doctor_info .detail .detail_body .detail_item .span_content {
    }

    .doctor_plan_v2 {
        margin-top: 20px;
    }

    .doctor_plan_v2 .plan_title {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        /*border-bottom: #317a9f 3px solid;*/
        text-indent: 8px;
    }

    .doctor_plan_v2 .main_table_td {
        padding:3px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
        font-size: 14px;


    }

    .doctor_plan_v2 .main_table_td_sub_table {
        padding: 4px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
    }

    .doctor_plan_v2 .doctor_name_width {
        width: 300px;
    }

    .doctor_plan_v2 .doctor_clinic_width {
        width: 300px;
    }

    .doctor_plan_v2 .doctor_date_width {
        width: 600px;
    }

    .doctor_plan_v2 .main_table {
        margin-top: 10px;
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .main_table_th {
        background: #317a9f;
        color: #fff;
        font-size: 16px;
        height: 66px;
        border-left: 1px solid #ececec;
        font-weight: 100;
    }

    .doctor_plan_v2 .sub_table {
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .sub_table .sub_table_th {
        border-right: 1px solid #ececec;
        /*border-top: 1px solid #ececec;*/
        font-size: 14px;
        color: #333333;
        background: #f8f8f8;
        font-weight: 100;
        padding: 2px;
    }

    .doctor_plan_v2 .sub_table .sub_table_td {
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
        font-size: 14px;
        padding: 10px;
        color: #333333;
        font-weight: bold;
    }

    .doctor_plan_v2 .sub_table .plan_date_width {
        width: 232px;
    }
    .doctor_plan_v2 .sub_table .plan_time_width {
        width: 116px;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .doctor_info {
        padding: 10px;
    }

    .doctor_info .photo {
        text-align: center;
    }

    .doctor_info .photo img {
        width: 270px;
    }

    .doctor_info .detail {
        width: 100%;
    }

    .doctor_info .detail .detail_head {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        border-bottom: #317a9f 3px solid;
        text-indent: 8px;
    }

    .doctor_info .detail .detail_body {
        margin-top: 8px;
    }

    .doctor_info .detail .detail_body .detail_item {
        color: #555555;
        font-size: 18px;
        line-height: 28px;
        margin-top: 8px;
    }

    .doctor_info .detail .detail_body .detail_item .span_title {
        display: inline-block;
        width: 60px;
        vertical-align: top;
        font-weight: bold;
    }

    .doctor_info .detail .detail_body .detail_item .span_content {
        display: inline-block;
        width: 470px;
    }

    .doctor_plan_v2 {
        margin-top: 20px;
    }

    .doctor_plan_v2 .plan_title {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        /*border-bottom: #317a9f 3px solid;*/
        text-indent: 8px;
    }

    .doctor_plan_v2 .main_table_td {
        padding: 24px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;


    }

    .doctor_plan_v2 .main_table_td_sub_table {
        padding: 4px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
    }

    .doctor_plan_v2 .doctor_name_width {
        width: 300px;
    }

    .doctor_plan_v2 .doctor_clinic_width {
        width: 300px;
    }

    .doctor_plan_v2 .doctor_date_width {
        width: 600px;
    }

    .doctor_plan_v2 .main_table {
        margin-top: 10px;
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .main_table_th {
        background: #317a9f;
        color: #fff;
        font-size: 16px;
        height: 66px;
        border-left: 1px solid #ececec;
        font-weight: 100;
    }

    .doctor_plan_v2 .sub_table {
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .sub_table .sub_table_th {
        border-right: 1px solid #ececec;
        /*border-top: 1px solid #ececec;*/
        font-size: 14px;
        color: #333333;
        background: #f8f8f8;
        font-weight: 100;
        padding: 10px;
    }

    .doctor_plan_v2 .sub_table .sub_table_td {
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
        font-size: 14px;
        padding: 10px;
        color: #333333;
        font-weight: bold;
    }

    .doctor_plan_v2 .sub_table .plan_date_width {
        width: 232px;
    }
    .doctor_plan_v2 .sub_table .plan_time_width {
        width: 116px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .doctor_info {
        padding: 10px;
    }

    .doctor_info .photo {
        text-align: center;
    }

    .doctor_info .photo img {
        width: 270px;
    }

    .doctor_info .detail {
        width: 100%;
    }

    .doctor_info .detail .detail_head {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        border-bottom: #317a9f 3px solid;
        text-indent: 8px;
    }

    .doctor_info .detail .detail_body {
        margin-top: 8px;
    }

    .doctor_info .detail .detail_body .detail_item {
        color: #555555;
        font-size: 18px;
        line-height: 28px;
        margin-top: 8px;
    }

    .doctor_info .detail .detail_body .detail_item .span_title {
        display: inline-block;
        width: 60px;
        vertical-align: top;
        font-weight: bold;
    }

    .doctor_info .detail .detail_body .detail_item .span_content {
        display: inline-block;
        width: 650px;
    }


    .plan_active {
        background-color: #317a9f !important;
    }

    .doctor_plan_v2 {
        margin-top: 20px;
    }

    .doctor_plan_v2 .plan_title {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        /*border-bottom: #317a9f 3px solid;*/
        text-indent: 8px;
    }

    .doctor_plan_v2 .main_table_td {
        padding: 24px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;


    }

    .doctor_plan_v2 .main_table_td_sub_table {
        padding: 4px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
    }

    .doctor_plan_v2 .doctor_name_width {
        width: 300px;
    }

    .doctor_plan_v2 .doctor_clinic_width {
        width: 300px;
    }

    .doctor_plan_v2 .doctor_date_width {
        width: 600px;
    }

    .doctor_plan_v2 .main_table {
        margin-top: 10px;
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .main_table_th {
        background: #317a9f;
        color: #fff;
        font-size: 16px;
        height: 66px;
        border-left: 1px solid #ececec;
        font-weight: 100;
    }

    .doctor_plan_v2 .sub_table {
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .sub_table .sub_table_th {
        border-right: 1px solid #ececec;
        /*border-top: 1px solid #ececec;*/
        font-size: 14px;
        color: #333333;
        background: #f8f8f8;
        font-weight: 100;
        padding: 10px;
    }

    .doctor_plan_v2 .sub_table .sub_table_td {
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
        font-size: 14px;
        padding: 10px;
        color: #333333;
        font-weight: bold;
    }

    .doctor_plan_v2 .sub_table .plan_date_width {
        width: 232px;
    }
    .doctor_plan_v2 .sub_table .plan_time_width {
        width: 116px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .doctor_info {
        padding: 20px;
    }

    .doctor_info .photo {
        float: left;
    }

    .doctor_info .photo img {
        width: 270px;
        margin-top: 10px;
    }

    .doctor_info .detail {
        width: 650px;
        float: right;
    }

    .doctor_info .detail .detail_head {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        border-bottom: #317a9f 3px solid;
        text-indent: 8px;
    }

    .doctor_info .detail .detail_body {
        margin-top: 8px;
    }

    .doctor_info .detail .detail_body .detail_item {
        color: #555555;
        font-size: 18px;
        line-height: 28px;
        margin-top: 8px;
    }

    .doctor_info .detail .detail_body .detail_item .span_title {
        display: inline-block;
        width: 60px;
        vertical-align: top;
        font-weight: bold;
    }

    .doctor_info .detail .detail_body .detail_item .span_content {
        display: inline-block;
        width: 550px;
    }


    .doctor_plan_v2 {
        margin-top: 20px;
    }

    .doctor_plan_v2 .plan_title {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        /*border-bottom: #317a9f 3px solid;*/
        text-indent: 8px;
    }

    .doctor_plan_v2 .main_table_td {
        padding: 24px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;


    }

    .doctor_plan_v2 .main_table_td_sub_table {
        padding: 4px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
    }

    .doctor_plan_v2 .doctor_name_width {
        width: 225px;
    }

    .doctor_plan_v2 .doctor_clinic_width {
        width: 225px;
    }

    .doctor_plan_v2 .doctor_date_width {
        width: 775px;
    }

    .doctor_plan_v2 .main_table {
        margin-top: 10px;
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .main_table_th {
        background: #317a9f;
        color: #fff;
        font-size: 16px;
        height: 66px;
        border-left: 1px solid #ececec;
        font-weight: 100;
    }

    .doctor_plan_v2 .sub_table {
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .sub_table .sub_table_th {
        border-right: 1px solid #ececec;
        /*border-top: 1px solid #ececec;*/
        font-size: 14px;
        color: #333333;
        background: #f8f8f8;
        font-weight: 100;
        padding: 10px;
    }

    .doctor_plan_v2 .sub_table .sub_table_td {
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
        font-size: 14px;
        padding: 10px;
        color: #333333;
        font-weight: bold;
        height: 18px;
    }

    .doctor_plan_v2 .sub_table .plan_date_width {
        width: 232px;
    }
    .doctor_plan_v2 .sub_table .plan_time_width {
        width: 212px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
    .doctor_info {
        padding: 20px;
    }

    .doctor_info .photo {
        float: left;
    }

    .doctor_info .photo img {
        width: 306px;
    }

    .doctor_info .detail {
        width: 800px;
        float: right;
        margin-top: 18px;
    }

    .doctor_info .detail .detail_head {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        border-bottom: #317a9f 3px solid;
        text-indent: 8px;
    }

    .doctor_info .detail .detail_body {
        margin-top: 18px;
    }

    .doctor_info .detail .detail_body .detail_item {
        color: #555555;
        font-size: 18px;
        line-height: 28px;
        margin-top: 8px;
    }

    .doctor_info .detail .detail_body .detail_item .span_title {
        display: inline-block;
        width: 60px;
        vertical-align: top;
        font-weight: bold;
    }

    .doctor_info .detail .detail_body .detail_item .span_content {
        display: inline-block;
        width: 730px;
    }

    .doctor_plan_v2 {
        margin-top: 20px;
    }

    .doctor_plan_v2 .plan_title {
        font-size: 24px;
        color: #333333;
        line-height: 40px;
        /*border-bottom: #317a9f 3px solid;*/
        text-indent: 8px;
    }

    .doctor_plan_v2 .main_table_td {
        padding: 24px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;


    }

    .doctor_plan_v2 .main_table_td_sub_table {
        padding: 4px;
        text-align: center;
        line-height: 1.4;
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
    }

    .doctor_plan_v2 .doctor_name_width {
        width: 300px;
    }


    .doctor_plan_v2 .doctor_date_width {
        width: 900px;
    }

    .doctor_plan_v2 .main_table {
        margin-top: 10px;
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .main_table_th {
        background: #317a9f;
        color: #fff;
        font-size: 16px;
        height: 66px;
        border-left: 1px solid #ececec;
        font-weight: 100;
    }

    .doctor_plan_v2 .sub_table {
        border: 1px solid #ececec;
        border-right: none;
    }

    .doctor_plan_v2 .sub_table .sub_table_th {
        border-right: 1px solid #ececec;
        /*border-top: 1px solid #ececec;*/
        font-size: 14px;
        color: #333333;
        background: #f8f8f8;
        font-weight: 100;
        padding: 10px;
    }

    .doctor_plan_v2 .sub_table .sub_table_td {
        border-right: 1px solid #ececec;
        border-top: 1px solid #ececec;
        font-size: 14px;
        padding: 10px;
        color: #333333;
        font-weight: bold;
        height: 18px;
    }

    .doctor_plan_v2 .sub_table .plan_date_width {
        width: 232px;
    }
    .doctor_plan_v2 .sub_table .plan_time_width {
        width: 286px;
    }
    .doctor_plan_v2 .sub_table .plan_division_width {
        width: 60px;
    }
}

.main_table tr, td, th {
    padding: 0;
    margin: 0;
}

.main_table, .sub_table {
    border-spacing: 0px;
}