@CHARSET "UTF-8";
#seeDoc {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
}
.ivu-col-span-12{
	display: inline-block;
	text-align: center;
}
.ivu-col-span-10{
	height: 158px;
	line-height: 158px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.docimg{
	cursor:pointer;
	
}
.name:hover{
	cursor:pointer;
	text-decoration:underline;
}
button.btn {
    display: inline-block;
    background-color: #ffffff;
    border: 0;
    font-size: 14px;
    width: 119px;
    height: 30px;
    border-radius: 1px;
    padding: 5px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #1fa9e2 0%, #428afe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fa9e2), color-stop(100%,#428afe));
    background: -webkit-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: -o-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: -ms-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: linear-gradient(to bottom, #1fa9e2 0%,#428afe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa9e2', endColorstr='#428afe',GradientType=0 );
    color: white;
    margin: 0px 10px;
}
.card {
    border: 1px solid #e4e4e4;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    width: 33%;
    margin: 1px;
}
.card:hover{
    box-shadow: 0px 0px 11px -4px #313131;
    border: 1px solid #b2d7e0;
    background: #fefff1;
}
.card_top {
    display: table;
}
.Right {
    display: table-cell;
}
.Left {
    display: table-cell;
    vertical-align: top;
    width: 100px;
    text-align: center;
}
.card_bottom {
    text-align: center;
    margin: 10px auto;
}
p.good{
	height:40px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.threeLine span{
	width:50%;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	
	
	
}
span.secondDeptName {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
span.paramsClass {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.card-style {
    width: 48%;
    height: 140px;
    margin: 10px 10px;
    float: left;
    border: 1px solid #d8d5d1;
     
    border-radius: 3px;
}


/****************选择条件************/
 
 
div#condition {
    margin: 15px 0px;
}
.conTab {
    position: relative;
    display: table;
    margin: 10px 0px;
    width: 100%;
}
.cond {
    width: 27%;
    float: left;
}
.conTab strong {
    display: table-cell;
    width: 90px;
    font-size: 15px;
    text-align: right;
    padding-right: 5px;
}
 
 
 
 
/*****************医生信息模块*******************/
.per_card {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 5px;
    border-radius: 2px;
    width: 31.2%!important;
    box-sizing: border-box;
    margin: 5px;
    padding-bottom: 0px;
}
.per_card:hover {
    border: 1px solid #03A9F4;
    box-shadow: 0px 0px 6px -1px #00a3ec;
}
.Left {
    vertical-align: top;
    display: inline-block;
    width: 31%;
    height: 120px;
}
.Right {
    vertical-align: top;
    display: inline-block;
    width: 67.5%;
     
    padding: 0px 0px 0px 2px;
}
.Left img{
    width: 100%;
        height: 100%;
    border: 1px solid #f3f3f3;
}
.cardTop strong {
    text-align: left;
    font-size: 17px;
    padding: 0px;
    margin: 0px;
    color: #5d5d5d;
    display: inline-block;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
.collect {
    background: url(../../../pubclic/image/home/collect.png) no-repeat 0% 36%;
    background-size: 14px 14px;
    color: #45bd95;
    font-size: 14px;
    display: inline-block;
    width: 27%;
    text-align: left;
    padding-left: 16px;
}
.collect:hover{
	color: #4CAF50!important;
}
.clinic {
	 background: url(../../../pubclic/image/home/guahao.png) no-repeat 0% 36%;
    background-size: 14px 14px;
       color: #20b9de;
    font-size: 14px;
    display: inline-block;
     width: 27%;
     text-align: left;
    padding-left: 16px;
}
.clinic:hover{
	color: #57a3f3!important;
}

.cardTop span {
    display: block;
    text-align: center;
    font-size: 10px;
}
.cardBottom {
    margin-top: 5px;
}
.cen span {
    display: inline-block;
    width: 45%;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 i {
    font-style: normal;
}
.cen input[type="button"] {
    border: 0;
    background: #2196F3;
    color: white;
    padding: 0px 3px;
    border-radius: 18px;
        width: 50px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
        outline: none;
}
.discount {
    font-size: 15px;
    color: #dc7b7b;
}
.fee {
    color: #bbbbbb;
    text-decoration: line-through;
        padding-left: 5px;
}
.cen {
    font-size: 14px;
    margin: 5px 0px;
}
.cen p {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 76%;
    text-overflow: ellipsis;
    vertical-align: bottom;
    /* background: aliceblue; */
}
span.per {
    display: inline-block;
    width: auto;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
.per i {
    display: block;
    text-align: center;
    background: #baeaff;
    color: #0075dc;
    padding: 2px;
    border-bottom: 1px solid #d2d2d2;
}
.per label {
    display: block;
    font-size: 12px;
    padding: 2px 5px;
}
 
.look {
    display: inline-block!important;
}
.hide {
    display: none!important;
}
.hov{
	 background: #2196f3!important;
    color: white!important;
    border-color: #2d8cf0!important;
    box-shadow: -1px 0 0 0 #2d8cf0;
    z-index: 1;
}



 
/*******************医生信息模块end**********************/ 
 
.result {
    height: 810px;
 
}
ul.ivu-page {
    text-align: center;
}
.ivu-checkbox-group {
    display: table-cell;
}
.default label.ivu-radio-wrapper.ivu-radio-group-item {
    font-size: 12px;
    padding: 4px;
    width: 70px;
    height: 26px;
    line-height: 15px;
    text-align: center;
        border-radius: 0;
}
.default label.ivu-radio-wrapper.ivu-radio-group-item.ivu-radio-wrapper-checked {
    background: #2196f3;
    color: white;
    border-radius: 0;
}
.ivu-radio-wrapper:after {
    height: 0px!important; 
}
label.ivu-radio-wrapper.ivu-radio-group-item {
    font-size: 14px;
}
label.ivu-checkbox-wrapper.ivu-checkbox-group-item {
    font-size: 14px;
    margin-right: 15px;
}
ul.cUL {
    display: table-cell;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
li.cLI {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
    cursor: pointer;
    padding: 1px;
    border: 1px solid white;
}
.active {
    border: 1px solid #2196F3!important;
   user-select: none;
    border-radius: 2px;
    color: #2196F3;
}
.txt{
    width: 157px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.sUL {
    list-style: none;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    background: #f1f1f1;
    text-align: center;
}
.sUL li {
    vertical-align: top;
    float: left;
    cursor: pointer;
    display: inline-block;
    min-width: 68px;
    box-sizing: border-box;
    text-align: center;
    padding: 3px;
    background: rgb(239, 239, 239);
    border: 1px solid #e2e2e2;
}
.sUL li.active {
    background: #2e8cf1;
    color: white;
    border-radius: 0;
    border: 1px solid #2e8cf1;
}