html,body{
	margin:0;
	padding: 0;
	background-color: #edf4ec;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
ul,li{
	padding: 0;
	margin:0;
}
.left{
	float: left;
}
.right{
	float: right;
}
.duc{
	width: 910px;
	height: auto;
    margin-left:20px;
    float:left;
}
.duc-personal{
	width: 908px;
	height: auto;
    min-height:500px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	overflow: auto;
}
.duc-top{
	width: 898px;
	height: 40px;
	padding-left: 10px;
	line-height:40px;
	font-size: 15px;
	color: #00bc9b;
}
.duc-top img{
	vertical-align: middle;
}
.duc-top a{
	float: right;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	color: #00bc9b;
}
.personal-content{
	width: 898px;
	height: auto;
    margin-top:20px;
	padding-left: 10px;
    overflow:auto;
}
.personal-left{
	width: 130px;
	height: auto;
    margin-left:20px;
}
.personal-image{
    width:130px;
    height:130px;
    position:relative;
    border-radius:50%;
    overflow:hidden;
}
.personal-image img{
    width:130px;
    height:130px;
    border-radius:50%;
}
.image-up{
    width:130px;
    height:30px;
    line-height:30px;
    position:absolute;
    bottom:0;
    background-color:#aaaaaa;
    font-size:12px;
    text-align:center;
}
.image-up a{
   color:#fff;
}
.personal-left-button{
	width: 100px;
	height: 40px;
	background-color: #03dab4;
	border: 0;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
	margin-left: 70px;
}
.personal-right{
	width: 728px;
	height: auto;
    margin-left:20px;
}
.info-tip{
    width:728px;
    height:30px;
    margin-top:10px;
    line-height:30px;
    font-size:12px;
    color:#46c1ae;
}
.docterinfo{
    width:711px;
    height:70px;
    line-height:35px;
}
.info-common{
    margin-right:30px;
}
.info-common img{
    width:25px;
    height:25px;
    margin:0 5px;
    vertical-align:-6px;
}
.personal-right td{
	font-size: 16px;
	color: #494949;
	line-height: 45px;
}
.personal-right td img{
    width:25px;
    height:25px;
	vertical-align:-5px;
    margin-right:12px;
}
.personal-right td input{
    width:180px;
	height: 30px;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 16px;
	color: #494949;
	outline: none;
}
.personal-right td select{
	height: 30px;
	border: 1px solid #ccc;
	padding-left: 10px;
	background-color: #ececec;
	font-size: 16px;
	color: #494949;
	outline: none;
}
.personal-right-button{
	width: 100px;
	height: 40px;
	background-color: #03dab4;
	border: 0;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
    margin-left:270px;
}