﻿.banner {
    display: none;
}

body {
    font-size: 14px !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*出诊样式*/

.Scheduling {
    width: 100%;
    background: #fff;
    z-index: 1000000;
    margin-top: 40px;
}

.Scheduling_tab_1 {
    border-bottom: 3px solid #2A49C4;
}

.Scheduling_tab_1 p {
    font-size: 14px;
    line-height: 35px;
    color: #ff0000;
    float: right
}

.Scheduling ul li {
    cursor: pointer;
}

.Scheduling_tab_1 li {
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 40px;
    color: #000;
    background: #CED4E8;
    margin-right: 10px;
}

.Scheduling_tab_1 li.active {
    color: #fff;
    background: #2A49C4;
}

.Scheduling_tab_1 li a {
    color: #000;
}

.Scheduling_Box_1 {
    border: 1px solid #DEDEDE;
    border-top: none;
    padding: 15px;
}

.Scheduling_tab_2 {
    border-bottom: 2px solid #82b0ec;
}

.Scheduling_tab_2 li {
    color: #2A49C4;
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 15px;
    border: 1px solid #DEDEDE;
    margin-right: 10px;
    border-bottom: none;
}

.Scheduling_tab_2 li.active {
    background: #fff;
    border: 2px solid #82b0ec;
    border-bottom: none;
    position: relative;
    z-index: 100;
    top: 2px;
    line-height: 28px
}

.conTable_tableb table {
    border-collapse: collapse;
    border-spacing: 0;
}

.Scheduling_tab_2.last_tab li {
    border: 1px solid #DEDEDE;
}

.Scheduling_tab_2.last_tab li.active {
    border-bottom: none;
    z-index: 100;
    line-height: 30px;
    position: inherit;
    border: 1px solid #2A49C4;
    background: #2A49C4;
    color: #fff;
}

.Scheduling_tab_2.last_tab {
    border: none;
}

.Scheduling_tab_3 {
    padding: 15px 0 0 0;
}

.Scheduling_tab_3 li {
    color: #666;
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 15px;
    margin-right: 15px;
}

.Scheduling_tab_3 li.active {
    color: #2A49C4;
    background: #c8e0ff
}


/*时间信息*/

.Scheduling_time {
    background: #2A49C4;
    position: relative;
    height: 45px;
    margin-top: 15px;
    line-height: 45px;
}

.Scheduling_time p {
    text-align: center;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
}

.Scheduling_next,
.Scheduling_pre {
    background: url(/Content/Areas/Hospitals/images/scheduling/Scheduling_tim.png) no-repeat;
    width: 70px;
    display: block;
    position: absolute;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 10px;
    color: #2A49C4
}

.Scheduling_pre {
    left: 15px;
    background-position: left center
}

.Scheduling_next {
    right: 15px;
    background-position: right center
}

.Scheduling_next:hover,
.Scheduling_pre:hover {
    color: #fff;
    background: url(/Content/Areas/Hospitals/images/scheduling/Scheduling_tim_H.png) no-repeat;
    text-decoration: none
}

.Scheduling_pre:hover {
    background-position: left center
}

.Scheduling_next:hover {
    background-position: right center
}

.Scheduling_pre.Scheduling_def {
    background: url(/Content/Areas/Hospitals/images/scheduling/Scheduling_tim_def.png) no-repeat left center;
    color: #9e9e9e
}

.Scheduling_next.Scheduling_def {
    background: url(/Content/Areas/Hospitals/images/scheduling/Scheduling_tim_def.png) no-repeat right center;
    color: #9e9e9e
}

p.Scheduling_icon {
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 10px
}


/*出诊信息*/

table.select_table tr.First_tr {
    border-top: 2px solid #2A49C4;
    background: #f1f1f1;
    text-align: center;
    color: #2A49C4;
    font-weight: bold;
}

table.select_table tr.First_tr td {
    height: 40px;
    line-height: 40px;
}

table.select_table tr {
    border-left: 1px solid #D0D0D0;
    border-top: 1px solid #e9e9e9;
    background: #fff
}

table.select_table td {
    line-height: 30px;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    height: 30px;
    padding: 0px 0px 0px 5px;
}

table.select_table td.center {
    text-align: center;
}

table.select_table td .showson a {
    float: left;
}


/*今天出诊样式*/

table.select_table td.sday {
    background: #fffdf5;
}

.Scheduling_btn {
    width: 52px;
    height: 30px;
    margin: 0 auto;
    display: none;
    cursor: pointer;
    background: url(/Content/Areas/Hospitals/images/scheduling/Scheduling_btn.png) no-repeat center top;
}

div.Scheduling_tab {
    width: 100%;
}

div.Scheduling_icon_box {
    background: #fff;
    z-index: 100000
}


/*医生弹窗样式*/

.showson {
    position: relative;
}

.zIndex {
    z-index: 20
}

.speace_span {
    background: #fff;
    border: solid 1px #d9d9d9;
    width: 266px;
    clear: both;
    height: 138px;
    padding: 10px 10px 12px 10px;
    left: 0px;
    position: absolute;
    text-align: left;
    top: 25px;
    z-index: 10000;
    line-height: 22px!important;
    font-size: 12px;
}

.speace_span img {
    float: left;
    margin: 0 10px 0 0;
    width: 99px;
    height: 134px;
    line-height: 20px;
}

.speace_span p {
    color: #666
}

.speace_span p span {
    color: #145EA9
}

.speace_span h2 a {
    float: none!important;
    font-size: 14px;
}

.sday {
    background: #fffdf5!important;
}

.gehang_bs {
    background: #ECF5FA;
}


/*停诊样式*/

.mrg0-15 {
    margin: 0 15px;
}

.Scheduling_W {
    width: 388px;
    border: 1px solid #ccc;
    border-top: none;
}

h3.Scheduling_tit {
    font-size: 16px;
    line-height: 2em;
    color: #2A49C4;
    text-align: center;
    background: #F0F0F0;
    border-bottom: 1px solid #ccc
}

ul.Scheduling_con {
    font-size: 14px;
    line-height: 2em;
    padding: 10px;
}

ul.Scheduling_con li.stop_tit {
    font-size: 16px;
    font-weight: bold;
}

ul.Scheduling_con li.dep_tit {
    font-size: 14px;
    line-height: 2em
}

.wrap {
    background: #F5F4F9;
}

.wrap .header {
    background: none;
}

.banner {
    display: none;
}

.site_banner {
    /* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    z-index: -1; */
}

.site_banner img {
    width: 100%;
    display: block;
}

.headerLeft .logo_c {
    display: none;
}

.headerLeft .logo_w {
    display: block;
}

.wrap_top {
    background: linear-gradient( 180deg, #33447e75 0%, rgba(20, 55, 173, 0) 100%);
    position: absolute;
    top: 0;
    width: 100%;
}

.site_meniu_bg {
    height: 12vw;
    position: absolute;
}

.site_meniu {
    height: 12vw;
    margin-top: -6vw;
    position: relative;
}

.site_meniu_con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sid_meniu {
    width: 40%;
    height: 12vw;
    position: relative;
}

.side_menu_inside a {
    color: #fff;
    font-size: 16px;
}

.lv1_ul {
    overflow: hidden;
}

.lv1_ul .lv1_li {
    width: 33%;
    float: left;
    margin-bottom: 15px;
}

.sid_meniu_bg {
    position: absolute;
    width: 40%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sid_meniu_bg path {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: move1200 3s ease forwards;
}

@keyframes move1200 {
    0% {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}