/*搜索框*/
.component-search {
    width: 100%;
    height: 61px;
    padding: 10px 0;
    background: #ebebeb;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
}
.inner-search {
    width: 92%;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}
.inner-search .search-icon {
    display: inline-block;
    width: 10%;
    height: 38px;
    background: url('../../image/icon/search.png') no-repeat center right 10px;
    background-size: 18px 18px;
    transition: width .2s;
}
.inner-search input[type='text'] {
    display: inline-block;
    width: 78%;
    height: 38px;
    outline: none;
    border: none;
    font-size: 13px;
    color: #333333;
    transition: width .2s;
}
.icon-width {
    width: 12% !important;
}
.input-width {
    width: 78% !important;
}
.clear-width {
    width: 10% !important;
}
.inner-search .del-icon {
    display: inline-block;
    width: 2%;
    height: 38px;
    background: url('../../image/icon/clear_icon.png') no-repeat center left 6px;
    background-size: 20px 20px;
}
.inner-search .notice-title {
    color: #aaaaaa;
    font-size: 14px;
}
.inner-search input::-webkit-input-placeholder{ /* WebKit browsers*/
    color: #aaaaaa;
}
.inner-search input::-moz-placeholder{  /* Mozilla Firefox 4 to 18*/
    color: #aaaaaa;
}
.inner-search input:-ms-input-placeholder{ /* Internet Explorer 10+*/
    color: #aaaaaa;
}
/**不可输入搜索框**/
.not-enter-search {
    width: 100%;
    height: 61px;
    padding: 10px 0;
    background: #ebebeb;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
}
.not-enter-search .title {
    width: 92%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}
.not-enter-search .title > span {
    display: inline-block;
    height: inherit;
    color: #aaaaaa;
    font-size: 14px;
    background: url('../../image/icon/search.png') no-repeat center left;
    background-size: 18px 18px;
    padding-left: 25px;
}

/**医生列表信息**/
.doctor-detail {
    width: 100%;
    height: 160px;
    border-top: 1px solid #ebebeb;
    padding: 15px 2%;
    box-sizing: border-box;
    background: #fff;
}
.doctor-detail .l-dd {
    float: left;
    width: 20%;
    padding-top: 5px;
}
.doctor-detail .l-dd img {
    width: 100%;
}
.doctor-detail .r-dd {
    float: left;
    width: 80%;
    padding-left: 3%;
    box-sizing: border-box;
}
.r-dd .user-info {
    width: 100%;
    padding-bottom: 10px;
}
.user-info .name {
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}
.user-info .status {
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 10px;
}
.online {
    background: #65c941;
}
.offline {
    background: #b6b6b6;
}
.r-dd .work {
    font-size: 16px;
    color: #858585;
    padding-bottom: 10px;
}
.r-dd .be-good {
    height: 35px;
    font-size: 13px;
    color: #858585;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*text-overflow: -o-ellipsis-lastline;*/
}
.r-dd .history-record {
    padding-top: 10px;
}
.history-record .wait-duration {
    float: left;
    font-size: 13px;
    color: #858585;
    padding-left: 18px;
    background: url('../../image/icon/duration_icon.png') no-repeat center left;
    background-size: 15px 15px;
}
.history-record .consult-number {
    float: right;
    font-size: 13px;
    color: #858585;
    padding-left: 18px;
    background: url('../../image/icon/info_icon.png') no-repeat center left;
    background-size: 15px 15px;
}
.history-record .title {
    padding-right: 5px;
}
.online-value {
    color: #18b5be;
}
.offline-header {
    opacity: 0.5;
}
/**二级目录筛选弹窗样式**/
.second-filter {
    z-index: 10;
    width: 100%;
    min-height: 800px;
}
.category-two {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    width: 100%;
    min-height: 800px;
}
.second-filter .l-filter, .category-two .l-filter {
    width: 40%;
    min-height: inherit;
    background: #ebebeb;
}
.second-filter .r-filter, .category-two .r-filter {
    width: 60%;
    min-height: inherit;
    background: #fff;
}
.l-filter ul li, .r-filter ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    box-sizing: border-box;
}
.l-filter ul li {
    padding-left: 20px;
}
.r-filter ul li {
    margin-left: 20px;
    border-bottom: 1px solid #d3d3d3;
}
.first-selected {
    background: #fff;
}
.second-selected {
    border-bottom: 2px solid #00bbc8 !important;
}
span.selected{
    color: #00bbc8;
}
/***医师信息头部**/
.doctor-com-head {
    position: relative;
    width: 100%;
    height: 140px;
}
.doctor-com-head img {
    width: 100%;
    height: 100%;
}
.doctor-com-head .doctor-info {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.doctor-info .l-doc-info {
    width: 25%;
}
.doctor-info .l-doc-info img {
    width: 80%;
    margin-left: 10%;
}
.doctor-info .r-doc-info {
    width: 75%;
    color: #fff;
    padding-right: 10px;
}
.r-doc-info .name {
    font-size: 16px;
}
.r-doc-info .line {
    padding: 2px 10px;
    border-radius: 10px;
}
.r-doc-info .work {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}
.doctor-com-head .attention {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 15%;
}
.doctor-com-head .attention img {
    width: 60%;
    height: 60%;
}
/**tab样式**/
.component-tab {
    width: 100%;
    height: 50px;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #d3d3d3;
}
.component-tab .ct-tab {
    width: 50%;
    text-align: center;
    font-size: 16px;
    color: #474747;
    height: 50px;
    line-height: 50px;
}
.active-tab {
    color: #19b5be !important;
    border-bottom: 2px solid #19b5be !important;
}
/***提交按钮样式**/
.component-cf-btn {
    margin: 15px 4%;
    background: #00abb0;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}
/**男女性别选择样式**/
.sex-dialog {
    position: fixed;
    left: 5%;
    width: 90%;
    border-radius: 10px;
    z-index: 15;
    background: #ffffff;
    transition: all .3s;
}
.sex-dialog .dialog-title {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    color: #bababa;
    font-size: 16px;
}
.cs-sex-option {
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.dialog-man {
    color: red;
}
.dialog-woman {
    color: #2227eb;
}
.scale-half {
    position: relative;
}
.scale-half::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #bababa;
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

/**医生筛选**/
.filter-doctor {
    width: 100%;
    height: 50px;
}
.filter-doctor .item:first-child {
    width: 45% !important;
}
.filter-doctor .item:last-child {
    width: 25% !important;
}
.filter-doctor .item {
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.filter-doctor .item span {
    display: inline-block;
}
.filter-doctor .item .icon {
    width: 20%;
    height: 50px;
}
.up-color {
    color: #00bbc8 !important;
}
/**医师职称、状态筛选弹窗**/
.category-one {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 29;
}
.category-one ul li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
    font-size: 14px;
    color: #474747;
    background: #fff;
}
.category-one ul li:first-child {
    border-top: 1px solid #ebebeb;
}
.cy-valid {
    color: #00bbc8 !important;
    border-bottom: 1px solid #00bbc8 !important;
}
.part-black-cloth {
    width: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 10;
}
/**带按钮弹窗**/
.confirm-tip .confirm-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    width: 70%;
    background: #fff;
    z-index: 99;
    font-size: 14px;
    border-radius: 5px;
}
.confirm-content .title-name {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #00abb0;
    font-weight: bold;
}
.confirm-content .txt-value {
    padding: 0 10%;
    color: #858585;
    font-size: 0;
    min-height: 30px;
}
.confirm-content .txt-value > span {
    font-size: 14px;
}
.confirm-content .foot-btn {
    height: 40px;
    line-height: 40px;
    margin: 20px 4% 10px;
    text-align: center;
    color: #fff;
}
.foot-btn .two-btn {
    font-size: 0;
}
.foot-btn .two-btn > a:first-child {
    margin-right: 15px;
}
.foot-btn .two-btn > a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 45%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}
.foot-btn .one-btn {
    text-align: center;
    background: #00abb0;
    border-radius: 5px;
}
.foot-btn .one-btn > a {
    color: #fff;
}
.two-btn .apply {
    background: #00abb0;
}
.two-btn .cancel {
    color: #00abb0 !important;
    background: #fff;
    border: 1px solid #00abb0;
}
.confirm-content .clear {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
}
.confirm-content .clear > i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('../../image/icon/close_icon.png') no-repeat center center;
    background-size: 16px 16px;
}
