/*公用样式*/
html,
.container {
  width: 100%;
  font: normal 100% Helvetica, Arial, sans-serif;
  font-family: '微软雅黑';
  font-size: 14px;
}
html,
body,
div,
ul,
li,
dt,
dd,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container {
  width: 100%;
  background-color: #fff;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*公用尾部样式*/
footer {
  width: 100%;
  line-height: 50px;
  border-top: 1px solid #F3F3F3;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  color: #373737;
}
footer li {
  float: left;
  width: 32%;
  text-align: center;
}
footer li:nth-child(2) {
  border: 1px solid #F3F3F3;
  border-top: none;
  border-bottom: none;
}
footer li a {
  display: block;
}
footer li:nth-child(1) a {
  background: url('../img/medical_logo.png') no-repeat;
  background-size: 20%;
  background-position: 20% 50%;
}
footer li:nth-child(2) a {
  background: url('../img/device_logo.png') no-repeat;
  background-size: 20%;
  background-position: 20% 50%;
}
footer li:nth-child(3) a {
  background: url('../img/doctor_logo.png') no-repeat;
  background-size: 20%;
  background-position: 20% 50%;
}
footer li a span {
  font-size: 13px;
  display: inline-block;
  margin-left: 30px;
}
footer a:active {
  color: #90C231;
}
footer li:nth-child(1) a:active {
  background: url('../img/medical_logo2.png') no-repeat;
  background-size: 20%;
  background-position: 20% 50%;
}
footer li:nth-child(2) a:active {
  background: url('../img/device_logo2.png') no-repeat;
  background-size: 20%;
  background-position: 20% 50%;
}
footer li:nth-child(3) a:active {
  background: url('../img/doctor_logo2.png') no-repeat;
  background-size: 20%;
  background-position: 20% 50%;
}
/*环境设备样式*/
#J_Device {
  color: #373737;
}
.main-content {
  padding: 19% 4% 55px 4%;
}
header {
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
  padding: 3% 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 11;
}
header a.logo-link {
  width: 50%;
  display: block;
  margin: 0 auto;
}
header img {
  width: 100%;
  display: block;
}
#J_Device header .order-btn {
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  padding: 2%;
  color: #90C231;
  border: 2px solid #90C231;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}
.main-content ul {
  overflow: hidden;
}
.main-content li img {
  width: 100%;
}
.main-content .description {
  text-align: center;
  margin-bottom: 5%;
  overflow: hidden;
}
.main-content .description img {
  width: 15px;
  height: 7px;
}
.main-content .description span {
  margin-left: 5px;
  font-weight: bold;
}
.main-content .description-left,
.main-content .description-right {
  width: 50%;
  float: left;
}
/*医生列表样式*/
.doctor-items {
  padding: 15% 0;
}
.doctor-items ul {
  overflow: hidden;
  font-size: 14px;
  color: #373737;
}
.doctor-items li {
  margin: 4%;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 13px;
}
.doctor-items li .doctor-item {
  padding: 4% 4% 3% 4%;
  overflow: hidden;
  width: 100%;
}
.doctor-items li .left-side {
  float: left;
  width: 30%;
}
.doctor-items li .left-side img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.doctor-items li .right-side {
  float: left;
  width: 62%;
  overflow: hidden;
}
.doctor-items .right-side .right-side-hd {
  text-align: right;
}
.doctor-items .right-side .right-side-ft {
  overflow: hidden;
}
.right-side .right-side-hd .department {
  margin-left: 3%;
}
.right-side .right-side-ft .desc-btn {
  width: 60px;
  margin-top: 65%;
}
.right-side-ft .desc-btn img {
  width: 100%;
}
.right-side .right-side-ft .base-info {
  float: left;
  margin-top: 10%;
}
.right-side-ft .title-info .name {
  font-size: 16px;
  font-weight: bold;
}
.right-side .right-side-ft .post {
  padding-top: 6%;
  font-size: 12px;
}
.right-side .right-side-ft .more-info {
  float: right;
}
.doctor-items li .doctor-item-desc {
  padding: 4%;
  font-size: 14px;
  border-top: 1px solid #eee;
  line-height: 24px;
  display: none;
}
.doctor-item-desc div {
  margin-bottom: 4%;
  word-break: break-all;
}
.doctor-item-desc div.experience {
  margin-bottom: 0;
}
.doctor-items .more-btn {
  margin: 0 4% 5% 4%;
}
.doctor-items .more-btn span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #90C231;
  width: 100%;
  border-radius: 5px;
}
.rDialog-wrap .rDialog-content {
  padding: 5%;
}
#J_Doctors header .order-btn {
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  padding: 2%;
  color: #90C231;
  border: 2px solid #90C231;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}
/*医院首页主入口样式*/
#J_EntranceHospital {
  background: #F0F0F0;
}
.entrance-hospital {
  width: 100%;
  color: #373737;
}
.entrance-hospital ul {
  background: #F0F0F0;
}
.entrance-hospital li {
  margin-top: 10px;
  background: #fff;
}
.entrance-hospital li a {
  display: block;
}
.entrance-hospital li .hospital-item {
  padding: 10px 0 10px 15px;
  overflow: hidden;
}
.entrance-hospital .hospital-item .hospital-img {
  float: left;
  width: 30%;
}
.entrance-hospital .hospital-img img {
  width: 100%;
}
.entrance-hospital .hospital-item .hospital-info {
  float: left;
  width: 60%;
  margin-left: 10px;
  padding-top: 8px;
}
.entrance-hospital .hospital-info .name {
  font-size: 16px;
  font-weight: bold;
}
.entrance-hospital .hospital-info .address {
  color: #999999;
  margin-top: 10px;
  font-size: 13px;
}
/*各个城市对应医院列表预约公用样式*/
#J_OrderList {
  background: #F0F0F0;
}
.order-list {
  width: 100%;
}
.order-list .city {
  padding: 10px 0 10px 15px;
  background: #F0F0F0;
  color: #373737;
}
.order-list .city .select-city {
  position: relative;
  width: 60%;
}
.order-list .city label {
  color: #999999;
}
.order-list .city select {
  -webkit-appearance: none;
  border: none;
  width: 55%;
  padding: 10px;
  margin-left: 5px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  color: #373737;
}
.order-list .city .select-arrow {
  position: absolute;
  left: 67%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  display: inline-block;
}
.order-list .city .select-arrow img {
  width: 20px;
  height: 11px;
}
.order-list ul {
  background: #F0F0F0;
}
.order-list .order-item {
  display: none;
}
.order-list li {
  margin-bottom: 20px;
  background: #fff;
}
.order-list li a {
  display: block;
}
.order-list li .hospital-item {
  position: relative;
  padding: 15px 15px 0 15px;
  overflow: hidden;
  color: #373737;
}
.order-list .hospital-item .hospital-img {
  float: left;
  width: 30%;
}
.order-list .hospital-img img {
  width: 100%;
}
.order-list .hospital-item .hospital-info {
  float: left;
  width: 60%;
  margin-left: 10px;
  padding-top: 8px;
}
.order-list .hospital-info .name {
  font-size: 16px;
  font-weight: bold;
}
.order-list .hospital-info .distance {
  position: absolute;
  top: 23px;
  right: 15px;
}
.order-list .hospital-info .address {
  color: #999999;
  margin-top: 10px;
  font-size: 13px;
}
.order-list li .hospital-history {
  padding: 10px 15px 15px 15px;
  color: #999999;
}
#J_OrderList .rDialog-wrap .rDialog-content {
  padding: 20px 0 10px 0;
}
/*预约页面样式*/
.order-hospital {
  background: #F0F0F0;
}
.order-hospital .hospital-info {
  margin-top: 3%;
}
.order-hospital .hospital-info .hospital-item {
  padding: 4%;
  color: #373737;
}
.order-hospital .hospital-item .hospital-name {
  font-size: 16px;
  font-weight: bold;
}
.order-hospital .hospital-item .hospital-base-info {
  margin-top: 3%;
  overflow: hidden;
}
.order-hospital .hospital-base-info .hospital-detail {
  float: left;
  width: 100%;
}
.order-hospital .hospital-detail .grade span {
  display: inline-block;
  padding: 2%;
  line-height: 20px;
  font-size: 13px;
}
.order-hospital .grade .grade1 {
  background: #FFDD99;
  color: #D5981C;
}
.order-hospital .grade .grade2 {
  margin-left: 2%;
  background: #A8E68A;
  color: #5F824E;
}
.order-hospital .hospital-detail dl {
  margin-top: 1%;
  overflow: hidden;
}
.order-hospital .time dt {
  float: left;
}
.order-hospital .time dd {
  float: left;
}
.order-hospital .time dd li {
  margin-bottom: 2%;
}
.order-hospital .order-form {
  padding: 5% 4%;
  background: #F0F0F0;
}
.order-hospital .order-form .form-items {
  width: 100%;
}
.order-hospital .order-form input,
.order-hospital .order-form select {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 4% 0 4% 2%;
  border: 1px solid #E2E2E2;
  background: #fff;
  font-size: 14px;
  color: #373737;
  margin-bottom: 3%;
  outline: none;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  line-height: normal;
}
.order-hospital .form-btn input {
  margin-top: 3%;
  border: none;
  padding: 5% 0;
  background: #90C231;
  color: #fff;
  font-weight: bold;
}
#J_OrderOther .rDialog-wrap .rDialog-content {
  font-size: 14px;
}
#J_OrderOther .rDialog-wrap .rDialog-footer {
  font-size: 14px;
}
.rDialog-wrap .rDialog-footer .rDialog-ok {
  background: #90C231;
}
#J_Illness_dummy,
#J_Branchs_dummy,
#J_Departs_dummy {
  color: #A9A9A9;
}
#J_OrderHK select {
  color: #A9A9A9;
}
.error-tip {
  display: none;
  width: 50%;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 4%;
  background: #000;
  opacity: 0.7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.error-tip-fade {
  display: none;
  width: 50%;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 4%;
  background: #000;
  opacity: 0.7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  -webkit-animation: fadetip 0.5s ease-in-out;
}
@-webkit-keyframes fadetip {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 0.9);
  }
}
/*医院首页样式*/
#J_FirstPage header {
  position: fixed;
}
#J_FirstPage header .order-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  padding: 5px;
  color: #90C231;
  border: 2px solid #90C231;
  border-radius: 5px;
  font-size: 13px;
}
.first-page {
  padding: 20px 10px 15px 10px;
  color: #373737;
}
.first-page .history {
  padding-top: 65px;
}
.first-page .history-img img {
  width: 100%;
}
.first-page .history-info {
  margin-top: 15px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 22px;
}
.first-page .important-info {
  padding: 0 10px;
  margin: 22px 0 60px 0;
  font-size: 13px;
}
.first-page .important-info .time,
.first-page .important-info .address {
  padding: 10px 20px;
  border: 1px solid #EEF1F3;
  border-radius: 5px;
}
.first-page .important-info .time {
  margin-bottom: 10px;
}
.first-page .important-info .time li:nth-child(1) {
  margin-bottom: 5px;
}
.important-info .time img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.important-info .address img {
  width: 11px;
  height: 18px;
  vertical-align: middle;
}
.important-info .time span,
.important-info .address span {
  margin-left: 5px;
}
.first-page .history .content-items {
  width: 100%;
  overflow: hidden;
}
/*特色医疗头部样式*/
#J_MedicalCXModule {
  font-size: 14px;
  color: #373737;
}
#J_MedicalCXModule header .medical-btn {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  padding: 10px 10px 10px 0;
}
#J_MedicalCXModule header .medical-btn img {
  width: 50%;
}
#J_MedicalCXModule header .order-btn {
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  padding: 2%;
  color: #90C231;
  border: 2px solid #90C231;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}
#J_MedicalCXModule .rDialog {
  width: 240px;
}
#J_MedicalCXModule .rDialog-wrap .rDialog-content {
  padding: 0;
}
#J_MedicalCXModule .slideContent1 {
  left: -240px;
  -webkit-transition: left 0.5s ease 0.3s;
}
#J_MedicalCXModule .slideContent2 {
  left: 0px;
  -webkit-transition: left 0.5s;
}
#J_MedicalCXModule .slidePreview1 {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease 0.5s;
}
#J_MedicalCXModule .slidePreview2 {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
}
/*通用模块特色医疗头部样式*/
#J_MedicalOtherModule {
  font-size: 14px;
  color: #373737;
}
#J_MedicalOtherModule header {
  position: fixed;
}
#J_MedicalOtherModule header .medical-btn {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  padding: 10px 10px 10px 0;
}
#J_MedicalOtherModule header .medical-btn img {
  width: 50%;
}
#J_MedicalOtherModule header .order-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  padding: 5px;
  color: #90C231;
  border: 2px solid #90C231;
  border-radius: 5px;
  font-size: 13px;
}
#J_MedicalOtherModule .rDialog {
  width: 240px;
}
#J_MedicalOtherModule .slideContent1 {
  left: -240px;
  -webkit-transition: left 0.5s ease 0.3s;
}
#J_MedicalOtherModule .slideContent2 {
  left: 0px;
  -webkit-transition: left 0.5s;
}
#J_MedicalOtherModule .slidePreview1 {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease 0.5s;
}
#J_MedicalOtherModule .slidePreview2 {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
}/*特色医疗公用浮层样式*/
.medical-preview {
  background: #EEEEEE;
  height: 295px;
}
.medical-preview li {
  border-bottom: 1px solid #DADADA;
}
.medical-preview li.current {
  background: #fff;
}
.medical-preview li a {
  display: block;
  color: #373737;
}
.medical-preview li.current a {
  color: #90C231;
}
.medical-preview li div {
  padding: 9px 0 9px 25px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.medical-preview #wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 295px;
}
.medical-preview #scroller {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
.medical-preview #scroller ul {
  position: relative;
  width: 100%;
  text-align: left;
}
/*特色医疗-种植牙样式*/
.plant-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.plant-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.advantage .advantage-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.advantage .advantage-items {
  padding: 15px 0 15px 15px;
  border-bottom: 3px solid #90C231;
}
.advantage .advantage-items li {
  margin-bottom: 15px;
}
.advantage .advantage-items li dl {
  overflow: hidden;
}
.advantage .advantage-items li dt {
  float: left;
}
.advantage .advantage-items li dd {
  float: left;
  width: 90%;
  margin-left: 8px;
}
.advantage .advantage-items li .number {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #90C231;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.advantage .advantage-items li .item-content {
  font-size: 14px;
  color: #373737;
}
.old-type .old-type-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.old-type .old-type-items {
  padding: 18px 30px 6px 18px;
  font-size: 14px;
  border-bottom: 3px solid #90C231;
  color: #373737;
}
.old-type-items li {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.old-type-items .desc {
  float: left;
  width: 52%;
  margin-right: 10px;
  text-align: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.old-type-items .desc-img {
  float: right;
  width: 42%;
  border: 1px solid #E1EB97;
}
.old-type-items .desc-img img {
  width: 100%;
}
.current-type .current-type-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.current-type .current-type-items {
  padding: 30px;
  border-bottom: 3px solid #90C231;
}
.current-type .current-type-items img {
  width: 100%;
}
.teeth .teeth-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.teeth .teeth-items {
  padding: 25px 30px 40px 30px;
  border-bottom: 3px solid #90C231;
}
.teeth .teeth-items ul {
  overflow: hidden;
}
.teeth .teeth-items li {
  float: left;
  width: 45%;
  border: 1px solid #E1EB97;
}
.teeth .teeth-items li:nth-child(2) {
  float: right;
}
.teeth .teeth-items li img {
  width: 100%;
}
.make .make-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.make .make-items {
  padding: 18px 38px 28px 38px;
  border-bottom: 3px solid #90C231;
}
.make .make-items img {
  width: 100%;
}
.make-items .make-items-imgs ul {
  overflow: hidden;
}
.make-items .make-items-imgs li {
  float: left;
  width: 20%;
  padding: 2px 2px 0px 2px;
  margin-right: 3%;
  border: 1px solid #E1EB97;
}
.make-items-imgs li:nth-child(4) {
  margin-right: 0;
}
.hocus .hocus-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.hocus .hocus-items {
  padding: 18px 22px 18px 18px;
  font-size: 14px;
  border-bottom: 3px solid #90C231;
  color: #373737;
}
.hocus .hocus-items .hocus-desc1,
.hocus .hocus-items .hocus-desc2 {
  margin-bottom: 16px;
  line-height: 30px;
}
.hocus .hocus-items .hocus-img {
  text-align: center;
}
.hocus .hocus-items .hocus-img img {
  width: 50%;
}
.step .step-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.step-items .step-imgs {
  margin-top: 20px;
}
.step .step-items {
  padding: 18px 22px 20px 22px;
  font-size: 14px;
  border-bottom: 3px solid #90C231;
  color: #373737;
}
.step-items .step-imgs ul {
  overflow: hidden;
}
.step-items .step-imgs li {
  float: left;
  width: 48%;
}
.step-items .step-imgs li:nth-child(1),
.step-items .step-imgs li:nth-child(3) {
  margin-right: 4%;
  margin-bottom: 4%;
}
.step-items .step-imgs img {
  width: 100%;
}
.safe .safe-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.safe .safe-items {
  padding: 18px 36px 32px 36px;
  font-size: 14px;
  border-bottom: 3px solid #90C231;
  color: #373737;
}
.safe .safe-items .safe-imgs {
  overflow: hidden;
  margin-top: 20px;
}
.safe-items .safe-imgs ul {
  overflow: hidden;
}
.safe-items .safe-imgs li {
  float: left;
  width: 45%;
}
.safe-items .safe-imgs li:nth-child(1) {
  margin-right: 10%;
}
.safe-items .safe-imgs img {
  width: 100%;
}
.plant .plant-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.plant .plant-items {
  padding: 15px 28px 25px 18px;
  font-size: 14px;
  border-bottom: 3px solid #90C231;
  color: #373737;
}
.plant .plant-items .plant-desc {
  margin-bottom: 25px;
}
.plant-items .plant-imgs {
  text-align: center;
}
.plant-items .plant-imgs img {
  width: 60%;
}
.team .team-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.team .team-items {
  padding: 17px 27px 15px 18px;
  font-size: 14px;
  border-bottom: 3px solid #90C231;
  color: #373737;
}
.team-items .team-img1 {
  margin: 20px 0;
  text-align: center;
}
.team-items .team-img1 img {
  width: 80%;
}
.team-items .team-img2 {
  margin: 10px 0;
  text-align: center;
}
.team-items .team-img2 img {
  width: 50%;
}
/*特色医疗-数字化微创美学修复样式*/
.fix-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.fix-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.fix-module .advantage-title img {
  width: 40%;
}
.fix-module .advantage-items li {
  overflow: hidden;
  position: relative;
  padding-right: 23px;
}
.fix-module .advantage-items dl.item-desc {
  float: left;
  width: 57%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.fix-module .advantage-items .item-desc dt {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  border-radius: 50%;
  background: #90C231;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.fix-module .advantage-items .item-desc dd {
  float: left;
  width: 75%;
  line-height: 30px;
}
.fix-module .advantage-items .item-img {
  float: right;
  width: 40%;
}
.fix-module .advantage-items .item-img img {
  width: 100%;
}
.fix-module .advantage-items li .item-content {
  color: #373737;
}
.fix-module .current-type-items {
  padding: 17px 21px 23px 17px;
  font-size: 14px;
  color: #373737;
}
.fix-module .current-type-items .current-desc {
  margin-bottom: 20px;
}
.fix-module .current-imgs ul {
  overflow: hidden;
}
.fix-module .current-imgs li {
  width: 30%;
  float: left;
  text-align: center;
}
.fix-module .current-imgs li:nth-child(2) {
  margin-left: 5%;
  margin-right: 5%;
}
.fix-module .veneer-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.fix-module .veneer-items {
  padding: 17px 21px 0 17px;
  font-size: 14px;
  color: #373737;
  border-bottom: 3px solid #90C231;
}
.fix-module .veneer-items .veneer-desc {
  margin-bottom: 23px;
}
.fix-module .veneer-items .veneer-imgs li {
  margin-bottom: 24px;
}
.fix-module .veneer-items .veneer-imgs img {
  width: 100%;
}
.fix-module .team-items .team-detail-desc {
  color: #90C231;
  margin: 30px 0;
}
.fix-module .team-items .team-detail-descCont {
  margin: 30px 0;
}
/*特色医疗-无痛微创拔牙样式*/
.tooth-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.tooth-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.tooth-module .pain .pain-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.tooth-module .pain .pain-title img {
  width: 35%;
}
.tooth-module .pain .pain-items {
  padding: 17px 27px 35px 17px;
  font-size: 14px;
  color: #373737;
  border-bottom: 3px solid #90C231;
}
.tooth-module .pain .pain-img {
  text-align: center;
  margin-top: 15px;
}
.tooth-module .pain .pain-img img {
  width: 70%;
}
.tooth-module .advantage-items {
  font-size: 14px;
  color: #373737;
  padding: 17px 28px 15px 17px;
}
.tooth-module .advantage-items .item-detail {
  margin: 12px 0 25px 0;
}
.tooth-module .advantage-items .item-img {
  text-align: center;
}
.tooth-module .advantage-items .item-img img {
  width: 90%;
}
.tooth-module .advantage .advantage-items li {
  margin-bottom: 20px;
}
.tooth-module .technology .technology-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.tooth-module .technology .technology-items {
  padding: 17px 30px 20px 17px;
  position: relative;
  font-size: 14px;
  color: #373737;
  overflow: hidden;
  border-bottom: 3px solid #90C231;
}
.tooth-module .technology .technology-desc {
  float: left;
  width: 57%;
}
.tooth-module .technology .technology-img {
  float: right;
  width: 35%;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.tooth-module .technology .technology-img img {
  width: 100%;
}
.tooth-module .advantage .advantage-items li dl {
  overflow: hidden;
}
.tooth-module .advantage .advantage-items li dt {
  float: left;
  margin-top: 5px;
}
.tooth-module .advantage .advantage-items li dd {
  float: left;
  width: 80%;
  color: #373737;
}
.tooth-module .advantages .advantages-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.tooth-module .advantages .advantages-items {
  padding: 17px 30px 5px 17px;
  font-size: 14px;
  color: #373737;
  border-bottom: 3px solid #90C231;
}
.tooth-module .advantages .advantages-img img {
  width: 40%;
}
.tooth-module .advantages .advantages-desc {
  margin: 12px 0 16px 0;
}
.tooth-module .team-items .team-img2 img {
  width: 60%;
}
/*特色医疗-显微根管治疗样式*/
.root-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.root-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.root-module .what .what-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.root-module .what .what-items {
  padding: 17px 30px 5px 17px;
  font-size: 14px;
  color: #373737;
  border-bottom: 3px solid #90C231;
}
.root-module .what .what-desc {
  margin-bottom: 20px;
}
.root-module .what .what-img {
  margin-bottom: 15px;
  text-align: center;
}
.root-module .what .what-img img {
  width: 70%;
}
.root-module .team .team-items {
  padding: 17px 27px 0 18px;
}
.root-module .team-items .team-desc {
  margin-bottom: 28px;
}
/*特色医疗-水激光样式*/
.laser-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.laser-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.laser-module .what .what-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.laser-module .what .what-items {
  padding: 17px 30px 25px 17px;
  font-size: 14px;
  color: #373737;
  border-bottom: 3px solid #90C231;
}
.laser-module .what .what-items .what-img {
  text-align: center;
  margin-top: 20px;
}
.laser-module .what-items .what-img img {
  width: 50%;
}
.laser-module .what-items .laser-img img {
  width: 80%;
}
.laser-module .technology .technology-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.laser-module .technology .technology-items {
  padding: 17px 30px 0 17px;
  font-size: 14px;
  color: #373737;
  overflow: hidden;
  border-bottom: 3px solid #90C231;
}
.laser-module .technology .technology-desc {
  float: left;
  width: 65%;
}
.laser-module .technology .technology-img {
  float: right;
  width: 30%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.laser-module .technology .technology-img img {
  width: 100%;
}
.laser-module .technology .technology-items li {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.laser-module .technology .technology-items .item-title {
  margin: 15px 0;
  color: #90C231;
}
/*特色医疗-笑气治疗样式*/
.laugh-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.laugh-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.laugh-module .what .what-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.laugh-module .what .what-items {
  padding: 17px 30px 25px 17px;
  font-size: 14px;
  color: #373737;
  border-bottom: 3px solid #90C231;
}
.laugh-module .what .what-items .what-img {
  text-align: center;
}
.laugh-module .what-items .what-img img {
  width: 40%;
  margin-left: 80px;
}
.laugh-module .what-items .center-img img {
  width: 60%;
  margin: 20px 0 0 0;
}
.laugh-module .avoid .avoid-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.laugh-module .avoid .avoid-items {
  padding: 17px 30px 25px 17px;
  font-size: 14px;
  color: #373737;
  border-bottom: 3px solid #90C231;
}
.laugh-module .avoid-items ul {
  overflow: hidden;
  position: relative;
}
.laugh-module .avoid-items li {
  width: 50%;
}
.laugh-module .avoid-items li:nth-child(1) {
  float: left;
}
.laugh-module .avoid-items li:nth-child(2) {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.laugh-module .avoid-items li img {
  width: 100%;
}
.laugh-module .avoid .avoid-items li dl {
  overflow: hidden;
  margin-bottom: 20px;
}
.laugh-module .avoid .avoid-items li dt {
  float: left;
}
.laugh-module .avoid .avoid-items li dd {
  float: left;
  margin-left: 6px;
}
.laugh-module .avoid .avoid-items li .number {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  margin-top: 5px;
  background: #FF4700;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.laugh-module .avoid .avoid-items li .item-content {
  font-size: 14px;
  color: #373737;
}
.laugh-module .advantage .advantage-items {
  padding: 17px 20px 25px 17px;
}
.laugh-module .advantage .advantage-items li dd {
  width: 90%;
}
.laugh-module .advantage-items .advantage-item-desc1,
.laugh-module .advantage-items .advantage-item-desc2 {
  font-size: 14px;
  color: #373737;
}
.laugh-module .advantage-items .advantage-item-desc1 {
  margin-bottom: 28px;
}
.laugh-module .advantage-items .advantage-item-desc2 {
  margin-bottom: 15px;
}
.laugh-module .advantage .advantage-items li .item-content {
  font-size: 14px;
  color: #373737;
}
.laugh-module .advantage .advantage-items .advantage-item-img {
  text-align: center;
}
.laugh-module .advantage-items .advantage-item-img img {
  width: 50%;
}
.laugh-module .advantage .advantage-items li .number {
  margin-top: 5px;
}
/*特色医疗-正畸样式*/
.orthodontics-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.orthodontics-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.orthodontics-module .current-type .current-type-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.orthodontics-module .current-type .current-type-items {
  padding: 17px 28px 5px 17px;
  border-bottom: 3px solid #90C231;
  font-size: 14px;
  color: #373737;
}
.orthodontics-module .current-type .current-type-items img {
  width: 100%;
}
.orthodontics-module .current-type-items .current-title {
  color: #90C231;
}
.orthodontics-module .current-type-items .current-desc {
  margin-bottom: 20px;
}
.orthodontics-module .current-type-items .current-imgs {
  padding: 0 10px;
}
.orthodontics-module .current-type-items .current-imgs ul {
  overflow: hidden;
}
.orthodontics-module .current-type-items .current-imgs li {
  float: left;
  width: 30%;
  margin-bottom: 10px;
}
.orthodontics-module .current-type-items .current-imgs li:nth-child(2),
.orthodontics-module .current-type-items .current-imgs li:nth-child(5) {
  margin-left: 5%;
  margin-right: 5%;
}
.orthodontics-module .current-type-items .loose-imgs {
  padding: 0 20px;
}
.orthodontics-module .current-type-items .loose-imgs li {
  float: left;
  width: 45%;
  margin-bottom: 10px;
}
.orthodontics-module .current-type-items .loose-imgs li:nth-child(2),
.orthodontics-module .current-type-items .loose-imgs li:nth-child(4) {
  margin-left: 5%;
}
.orthodontics-module .old-type .old-type-items {
  padding: 18px 30px 6px 18px;
  font-size: 14px;
  border-bottom: 3px solid #90C231;
  color: #373737;
}
.orthodontics-module .old-type-items li {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.orthodontics-module .old-type-items .desc {
  float: left;
  width: 38%;
  margin-right: 10px;
  text-align: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.orthodontics-module .old-type-items .desc-img {
  float: right;
  width: 58%;
  border: none;
}
.orthodontics-module .old-type-items .desc-img img {
  width: 100%;
}
.orthodontics-module .old-type-items li:nth-child(1) .desc-img img,
.orthodontics-module .old-type-items li:nth-child(2) .desc-img img {
  float: right;
  width: 70%;
}
.orthodontics-module .old-type-items .old-type-desc {
  margin-bottom: 24px;
}
.orthodontics-module .current-imgs-title dl.item-desc {
  float: left;
  width: 57%;
}
.orthodontics-module .current-imgs-title .item-desc dt {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  background: #90C231;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.orthodontics-module .current-imgs-title .item-desc dd {
  float: left;
  line-height: 22px;
  margin-left: 8px;
}
.orthodontics-module .current-type-items .complex-imgs {
  padding: 0;
}
.orthodontics-module .current-type-items .complex-imgs .current-imgs-title {
  overflow: hidden;
}
.orthodontics-module .complex-imgs .current-imgs-title dl.item-desc {
  width: auto;
}
.orthodontics-module .complex-imgs .current-imgs-desc {
  margin: 10px 0 15px 0;
}
.orthodontics-module .current-type-items .complex-imgs li {
  width: 45%;
  margin-bottom: 20px;
}
.orthodontics-module .current-type-items .complex-imgs li:nth-child(2),
.orthodontics-module .current-type-items .complex-imgs li:nth-child(4) {
  margin-left: 10%;
  margin-right: 0;
}
.orthodontics-module .current-type-items .complex-imgs .img-desc {
  text-align: center;
}
.orthodontics-module .current-type-items .complex1-imgs li:nth-child(1),
.orthodontics-module .current-type-items .complex1-imgs li:nth-child(2) {
  margin-bottom: 5px;
}
.orthodontics-module .current-type-items .complex2-imgs li {
  width: 100%;
}
.orthodontics-module .current-type-items .complex2-imgs li:nth-child(2),
.orthodontics-module .current-type-items .complex2-imgs li:nth-child(4),
.orthodontics-module .current-type-items .complex2-imgs li:nth-child(5) {
  margin-left: 0;
  margin-right: 0;
}
.orthodontics-module .team .team-items .team-desc {
  margin-bottom: 20px;
}
.orthodontics-module .team-items .team-img2 img {
  width: 90%;
}
/*特色医疗-儿童齿科样式*/
.child-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.child-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.child-module .current-type .current-type-title {
  padding: 15px 0 15px 15px;
  color: #90C231;
  border-bottom: 1px dashed #D9D9D9;
}
.child-module .current-type .current-type-items {
  padding: 17px 28px 15px 17px;
  border-bottom: 3px solid #90C231;
  font-size: 14px;
  color: #373737;
}
.child-module .current-type .current-type-items img {
  width: 100%;
}
.child-module .current-type-items .current-title {
  color: #045D00;
}
.child-module .current-type-items .current-desc {
  margin-bottom: 20px;
}
.child-module .current-type-items .current-imgs {
  padding: 0 10px;
}
.child-module .current-type-items .current-imgs ul {
  overflow: hidden;
}
.child-module .current-type-items .current-imgs li {
  float: left;
  width: 30%;
  margin-bottom: 10px;
}
.child-module .current-type-items .current-imgs li:nth-child(2) {
  margin-left: 10%;
}
.child-module .current-type-items .loose-imgs {
  padding: 0 10px;
}
.child-module .current-type-items .loose-imgs li {
  float: left;
  width: 45%;
  margin-bottom: 10px;
}
.child-module .current-type-items .single-img {
  text-align: center;
  margin-bottom: 10px;
}
.child-module .current-type-items .single-img img {
  width: 60%;
}
.child-module .current-type-items .current-imgs .img-desc {
  text-align: center;
}
.child-module .current-type-items .three-imgs li {
  width: 30%;
}
.child-module .current-type-items .three-imgs li:nth-child(2) {
  margin-left: 5%;
  margin-right: 5%;
}
.child-module .current-type-items .four-imgs li:nth-child(2),
.child-module .current-type-items .four-imgs li:nth-child(5) {
  margin-left: 10%;
}
.child-module .current-type-items .four-imgs .common-desc {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.child-module .current-type-items .original-img img {
  width: 100%;
}
.child-module .team .team-items .team-desc {
  margin-bottom: 28px;
}
.child-module .team-items .team-img2 img {
  width: 60%;
}
/*特色医疗-牙周样式*/
.periodontal-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.periodontal-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.periodontal-module .current-type .current-type-items {
  padding: 17px 25px 18px 17px;
}
.periodontal-module .current-imgs-title dl.item-desc {
  float: left;
  width: 57%;
}
.periodontal-module .current-imgs-title .item-desc dt {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  border-radius: 50%;
  background: #90C231;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.periodontal-module .current-imgs-title .item-desc dd {
  float: left;
  width: 88%;
  line-height: 30px;
  margin-left: 8px;
}
.periodontal-module .current-type-items .complex-imgs {
  padding: 0;
}
.periodontal-module .current-type-items .complex-imgs .current-imgs-title {
  overflow: hidden;
}
.periodontal-module .complex-imgs .current-imgs-title dl.item-desc {
  width: auto;
}
.periodontal-module .complex-imgs .current-imgs-desc {
  margin: 10px 0 15px 0;
}
.periodontal-module .current-type-items .complex-imgs li {
  width: 45%;
  margin-bottom: 20px;
}
.periodontal-module .current-type-items .complex-imgs li:nth-child(2),
.periodontal-module .current-type-items .complex-imgs li:nth-child(4),
.periodontal-module .current-type-items .complex-imgs li:nth-child(6) {
  margin-left: 10%;
  margin-right: 0;
}
.periodontal-module .current-type-items .complex-imgs .img-desc {
  text-align: center;
}
.periodontal-module .current-type-items .complex1-imgs li:nth-child(1),
.periodontal-module .current-type-items .complex1-imgs li:nth-child(2) {
  margin-bottom: 5px;
}
.periodontal-module .current-type-items .complex2-imgs li {
  width: 100%;
}
.periodontal-module .current-type-items .complex2-imgs li:nth-child(2),
.periodontal-module .current-type-items .complex2-imgs li:nth-child(4),
.periodontal-module .current-type-items .complex2-imgs li:nth-child(5) {
  margin-left: 0;
  margin-right: 0;
}
.periodontal-module .current-type-items .item-content-desc {
  margin-bottom: 10px;
}
.periodontal-module .current-type-items .item-content-imgs {
  padding: 0 15px;
}
.periodontal-module .current-type-items .item-content-imgs ul {
  overflow: hidden;
  position: relative;
}
.periodontal-module .current-type-items .item-content-imgs li {
  float: left;
  width: 32%;
}
.periodontal-module .current-type-items .item-content-imgs li:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}
.periodontal-module .current-type-items .item-content-imgs img {
  width: 100%;
}
.periodontal-module .current-type-items .complex-rows {
  padding: 0;
}
.periodontal-module .current-type-items .complex-rows li {
  width: 50%;
}
.periodontal-module .current-type-items .complex-rows li:nth-child(2) {
  margin-left: 0;
  margin-right: 0;
  width: 45%;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.periodontal-module .current-type-items .complex-content .item-content-desc {
  margin-bottom: 20px;
}
.periodontal-module .current-type-items .complex-rows .symptom {
  margin-bottom: 10px;
}
.periodontal-module .current-type-items .loose-imgs {
  padding: 0 10px;
}
.periodontal-module .current-type-items .loose-imgs li {
  float: left;
  width: 45%;
  margin-bottom: 10px;
}
.periodontal-module .current-type-items .loose-imgs .item-content ul {
  overflow: hidden;
  padding: 0 10px;
}
.periodontal-module .current-type .harm-items {
  padding: 17px 25px 0 17px;
}
.periodontal-module .current-type .harm-items .current-desc {
  margin-bottom: 25px;
}
.periodontal-module .current-type .harm-items .original-img {
  margin-bottom: 25px;
}
.periodontal-module .current-type .tips-items {
  padding: 17px 25px 8px 17px;
}
/*特色医疗-冷光美白样式*/
.beauty-module {
  padding: 16% 0 25% 0;
  line-height: 30px;
}
.beauty-module .title {
  color: #90C231;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #ABABAB;
}
.beauty-module .current-type .beauty-items {
  padding: 17px 25px 35px 17px;
}
.beauty-module .current-type .beauty-items .current-desc {
  margin-bottom: 20px;
}
.beauty-module .current-type .beauty-items .original-img {
  text-align: center;
}
.beauty-module .current-type .beauty-items .original-img img {
  width: 70%;
}
.beauty-module .current-type .tips-items {
  padding: 17px 25px 8px 17px;
}
.beauty-module .current-type-items .complex-imgs {
  padding: 0;
}
.beauty-module .current-type-items .complex-imgs .current-imgs-title {
  overflow: hidden;
}
.beauty-module .current-imgs-title dl.item-desc {
  float: left;
  width: 57%;
}
.beauty-module .complex-imgs .current-imgs-title dl.item-desc {
  width: auto;
}
.beauty-module .current-imgs-title .item-desc dt {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  border-radius: 50%;
  background: #90C231;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.beauty-module .current-imgs-title .item-desc dd {
  float: left;
  width: 88%;
  line-height: 30px;
  margin-left: 8px;
}
.beauty-module .problem-imgs .item-desc dd {
  width: auto;
}
.beauty-module .current-type-items .item-content-desc {
  margin-bottom: 10px;
}
.beauty-module .problem-imgs .item-desc dt {
  background: #CCCCCC;
}
.beauty-module .current-type-items .problem-imgs .item-content-desc {
  margin-bottom: 20px;
}
.beauty-module .current-type-items .answer-imgs .item-content-desc {
  margin-bottom: 30px;
}
.beauty-module .current-type .answer-items {
  padding: 17px 25px 0 17px;
}
.beauty-module .team-items .team-img2 img {
  width: 70%;
}
.beauty-module .current-type .effect-items {
  padding: 20px 35px 10px 35px;
}
.beauty-module .current-type .effect-items .complex-imgs ul {
  overflow: hidden;
  margin-bottom: 18px;
}
.beauty-module .current-type .effect-items .complex-imgs li {
  float: left;
  width: 48%;
}
.beauty-module .current-type .effect-items .complex-imgs li:nth-child(2) {
  margin-left: 4%;
}
.beauty-module .current-type .effect-items .complex-imgs .img-desc {
  text-align: center;
}
.beauty-module .current-type .effect-items .complex-imgs .current-imgs-desc {
  margin-bottom: 10px;
}
/*选择院区*/
#J_SelectHospital {
  background: #F0F0F0;
}
.select-hospital-info {
  color: #373737;
  font-size: 13px;
  padding: 20px 15px;
  background: #F0F0F0;
  color: #999;
}
.select-hospital {
  color: #373737;
  font-size: 14px;
}
.select-hospital ul {
  background: #F0F0F0;
  overflow: hidden;
}
.select-hospital li {
  margin-bottom: 10px;
  background: #fff;
}
.select-hospital li .hospital-info {
  overflow: hidden;
}
.select-hospital .hospital-info .name {
  float: left;
  padding: 18px 0 18px 15px;
}
.select-hospital .hospital-info .select-item {
  float: right;
  padding: 18px 30px;
}
.select-hospital .hospital-info .select-btn {
  float: right;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
}
.select-hospital .hospital-info .current {
  border: 1px solid #5EC128;
  background: #fff;
  position: relative;
}
.select-hospital .hospital-info .current i {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: #5EC128;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.select-hospital-btn {
  padding: 0 15px 30px 15px;
  background: #F0F0F0;
}
.select-hospital-btn input {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 15px 0;
  margin-top: 20px;
  background: #90C231;
  color: #fff;
  font-size: 14px;
  outline: none;
  font-weight: bold;
}
.select-hospital-btn input.disabled {
  background: #CCCCCC;
}
#J_SelectHospital .rDialog-wrap .rDialog-content {
  padding: 20px 0 10px 0;
}/*登录样式*/
#J_Login {
  background: #F0F0F0;
  font-size: 14px;
  color: #373737;
}
.login-logo {
  padding: 8% 22%;
  background: #F0F0F0;
}
.login-logo img {
  width: 100%;
}
.login-form {
  padding: 0 5%;
  background: #F0F0F0;
}
.login-form ul {
  overflow: hidden;
}
.login-form li {
  margin-bottom: 3%;
}
.login-form li input {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 4% 0 4% 4%;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
}
.more-link {
  padding: 0 5%;
  background: #F0F0F0;
  overflow: hidden;
}
.more-link a {
  float: right;
  display: inline-block;
  padding: 4% 0 4% 7%;
  color: #999;
}
.login-btn {
  padding: 0 5% 5% 5%;
  background: #F0F0F0;
}
.login-btn input {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 4% 0;
  margin-top: 3%;
  background: #90C231;
  color: #fff;
  font-size: 14px;
  outline: none;
  font-weight: bold;
  border-radius: 5px;
}
.login-btn input.disabled {
  background: #CCCCCC;
}
#J_Login .all-tips {
  display: none;
  position: absolute;
  border-radius: 5px;
  width: 60%;
  height: 40px;
  line-height: 40px;
  background: #f2683d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-left: 20%;
  font-size: 14px;
}
#J_Login .top-arrow {
  display: none;
  position: absolute;
  left: 50%;
  margin-right: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #f2683d;
  font-size: 0;
  line-height: 0;
}
#J_Login .rDialog-wrap .rDialog-content {
  padding: 20px 0 10px 0;
}/*注册样式*/
#J_Register {
  background: #F0F0F0;
  font-size: 14px;
  color: #373737;
}
.register-form {
  padding: 5% 5% 0 5%;
  background: #F0F0F0;
}
.register-form ul {
  overflow: hidden;
}
.register-form li {
  margin-bottom: 3%;
}
.register-form li input {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 4% 0 4% 4%;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
}
.register-form li input.code-number {
  width: 65%;
}
.register-form li input.smscode-number {
  width: 33%;
  margin-right: 16px;
}
.register-form li .get-code {
  -webkit-appearance: none;
  border: none;
  width: 30%;
  padding: 4% 0;
  margin-left: 5%;
  outline: none;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  background: #90C231;
  color: #fff;
  border-radius: 5px;
}
.register-form li .disabled-code {
  background: #999;
}
.register-btn {
  padding: 0 5% 7% 5%;
  background: #F0F0F0;
}
.register-btn input {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 4% 0;
  margin-top: 3%;
  background: #90C231;
  color: #fff;
  font-size: 14px;
  outline: none;
  font-weight: bold;
  border-radius: 5px;
}
.term {
  padding: 0 5%;
  margin-bottom: 7%;
  overflow: hidden;
  background: #F0F0F0;
  color: #999;
}
.term .term-left {
  float: left;
  width: 50%;
}
.term .term-right {
  float: left;
  width: 50%;
  text-align: right;
}
.term a {
  color: #999;
}
.register-form li img {
  vertical-align: middle;
  width: 26%;
  height: 41px;
}
.register-form li .get-smscode {
  -webkit-appearance: none;
  border: none;
  width: 30%;
  padding: 4% 0;
  margin-left: 5%;
  outline: none;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  background: #90C231;
  color: #fff;
  border-radius: 5px;
  float: right;
}
/*找回密码样式*/
#J_FindPwd {
  background: #F0F0F0;
  font-size: 14px;
  color: #373737;
}
.findPwd-logo {
  padding: 7% 22% 5% 22%;
  background: #F0F0F0;
}
.findPwd-logo img {
  width: 100%;
}
.findPwd-form {
  padding: 0 5%;
  background: #F0F0F0;
}
.findPwd-form ul {
  overflow: hidden;
}
.findPwd-form li {
  margin-bottom: 3%;
}
.findPwd-form li input {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 4% 0 4% 4%;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 5px;
}
.findPwd-form li input.code-number {
  width: 65%;
}
.findPwd-form li input.smscode-number {
  width: 33%;
  margin-right: 16px;
}
.findPwd-form li .get-code {
  -webkit-appearance: none;
  border: none;
  width: 30%;
  padding: 4% 0;
  margin-left: 5%;
  outline: none;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  background: #90C231;
  color: #fff;
  border-radius: 5px;
}
.findPwd-form li .disabled-code {
  background: #999;
}
.findPwd-btn {
  padding: 0 5% 7% 5%;
  background: #F0F0F0;
}
.findPwd-btn input {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 4% 0;
  margin-top: 3%;
  background: #90C231;
  color: #fff;
  font-size: 14px;
  outline: none;
  font-weight: bold;
  border-radius: 5px;
}
.findPwd-form li img {
  vertical-align: middle;
  width: 26%;
  height: 41px;
}
.findPwd-form li .get-smscode {
  -webkit-appearance: none;
  border: none;
  width: 30%;
  padding: 4% 0;
  margin-left: 5%;
  outline: none;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  background: #90C231;
  color: #fff;
  border-radius: 5px;
  float: right;
}
#J_FindPwd .term .term-right {
  width: 100%;
  text-align: right;
}
#J_FindPwd .error-tip {
  top: 70%;
}
#J_FindPwd .error-tip-fade {
  top: 70%;
}
/*帮助样式*/
#J_Help {
  background: #F0F0F0;
}
.help-cont {
  padding: 7% 5%;
  font-size: 14px;
  color: #373737;
  background: #F0F0F0;
}
.help-cont div {
  margin-bottom: 7%;
  line-height: 24px;
}
/*新版帮助样式*/
#J_HelpNew {
  background: #fff;
}
#J_HelpNew .help-cont {
  padding: 0;
  background: #fff;
}
#J_HelpNew .help-cont .title {
  margin-bottom: 5%;
  padding: 7% 5% 0 5%;
  font-size: 23px;
  font-weight: bold;
  color: #373737;
}
#J_HelpNew .help-cont .title div {
  margin-bottom: 2%;
}
#J_HelpNew .help-cont .info {
  margin-bottom: 10%;
  padding: 0 5%;
}
#J_HelpNew .help-cont .detail {
  overflow: hidden;
  padding: 0 0 0 5%;
  margin-bottom: 4%;
  position: relative;
}
#J_HelpNew .detail .detail-ls {
  float: left;
  width: 50%;
  overflow: hidden;
}
#J_HelpNew .detail .detail-ls .pwd-tip {
  position: absolute;
  top: 40%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  color: #85D6B9;
}
#J_HelpNew .detail .pwd-tip-hd {
  margin-bottom: 0;
  margin-left: 18px;
}
#J_HelpNew .detail .detail-ls .pwd-tip img {
  width: 13px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}
#J_HelpNew .detail .detail-rs {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
#J_HelpNew .detail .detail-rs img {
  width: 100%;
}
/*个人中心样式*/
.personcenter-module {
  font-size: 14px;
  color: #373737;
}
.personcenter-module-bg {
  background-color: #f0f0f0;
}
.personcenter-module .myappointment {
  width: 100%;
  margin-top: 10px;
  background-color: #fff;
  color: #999999;
}
.personcenter-module .myappointment a {
  display: block;
}
.personcenter-module .myappointment .item {
  margin: 0 15px;
}
.personcenter-module .myappointment ul {
  overflow: hidden;
}
.personcenter-module .myappointment ul.line_1 {
  padding: 15px 0 10px;
  color: #999;
}
.personcenter-module .myappointment ul.line_2 {
  padding: 10px 0 12px;
}
.personcenter-module .myappointment .item .line {
  width: 100%;
  border-bottom: solid 1px #c8c8c8;
}
.personcenter-module .myappointment .line_1 li:nth-child(1) {
  width: 45%;
  text-align: left;
}
.personcenter-module .myappointment .line_1 li:nth-child(2) {
  width: 25%;
  text-align: left;
}
.personcenter-module .myappointment .line_1 li:nth-child(3) {
  width: 30%;
  text-align: right;
}
.personcenter-module .myappointment .item ul li {
  float: left;
}
.personcenter-module .myappointment .line_2 li:nth-child(1) {
  font-weight: 700;
  font-size: 16px;
  width: 50%;
  text-align: left;
  color: #373737;
}
.personcenter-module .myappointment .line_2 li:nth-child(2) {
  width: 30%;
  text-align: right;
}
.personcenter-module .myappointment .line_2 li:nth-child(3) {
  width: 20%;
  text-align: right;
}
.personcenter-module .more-btn {
  margin: 15px;
}
.personcenter-module .more-btn span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #90C231;
  width: 100%;
  border-radius: 5px;
}
.personcenter-module .myappointment .t_title {
  text-align: center;
  line-height: 55px;
}
.personcenter-module .myappointment .t_title span {
  color: #90C231;
  font-size: 18px;
  font-weight: bold;
}
.personcenter-module .myappointment .t_title img {
  vertical-align: middle;
  margin-right: 12px;
  width: 30px;
  height: 30px;
}
.personcenter-module .myappointment .line {
  width: 90%;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 auto;
}
.personcenter-module .myappointment .t_content {
  width: 90%;
  margin: 0 auto;
  line-height: 35px;
  font-size: 14px;
  padding: 5px 0 20px 0;
}
.personcenter-module .myappointment .t_content ul {
  overflow: hidden;
}
.personcenter-module .myappointment .t_content ul li {
  float: left;
}
.personcenter-module .myappointment .t_content li:nth-child(2) {
  margin-left: 10px;
  color: #373737;
}
.personcenter-module .myappointment .edit_hsopital {
  margin: 0 auto;
  width: 90.6%;
  font-size: 17px;
}
.personcenter-module .myappointment .edit_hsopital ul {
  overflow: hidden;
}
.personcenter-module .myappointment .edit_hsopital ul li {
  float: left;
  line-height: 55px;
}
.personcenter-module .myappointment .edit_hsopital ul li img {
  vertical-align: middle;
  padding-bottom: 3px;
  width: 60%;
}
.personcenter-module .myappointment .edit_hsopital ul li:nth-child(1) {
  color: #373737;
}
.personcenter-module .myappointment .edit_hsopital ul li:nth-child(2) {
  text-align: right;
  float: right;
}
.personcenter-module .dip {
  margin-top: 40px;
}
.personcenter-module .dip20 {
  margin-top: 20px;
}
.personcenter-module .save_btn {
  background-color: #90C231;
  margin: 30px 15px 0 15px;
  line-height: 47px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}
.personcenter-module .logout_btn {
  background-color: #999;
  margin: 0 15px 30px 15px;
  line-height: 47px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}
.personcenter-module .save_btn a,
.personcenter-module .logout_btn a {
  display: block;
  color: #fff;
}
.personcenter-module .health_report {
  background: #fff;
}
.personcenter-module .health_report .item {
  margin: 0 15px;
  font-size: 14px;
  padding-top: 20px;
}
.personcenter-module .health_report .item .person ul {
  overflow: hidden;
}
.personcenter-module .health_report .item .person ul li {
  float: left;
  line-height: normal;
  margin-left: 18px;
  color: #999;
}
.personcenter-module .health_report .item .person ul li:nth-child(1) {
  font-weight: bold;
  margin-left: 0;
  font-size: 16px;
  color: #373737;
}
.personcenter-module .health_report .item .person ul li:nth-child(4) {
  text-align: right;
  float: right;
  margin-left: 0;
}
.personcenter-module .health_report .muti_letter {
  margin: 0 auto;
  line-height: normal;
  font-size: 14px;
  padding-bottom: 20px;
  color: #999;
}
.personcenter-module .health_report .muti_letter ul {
  overflow: hidden;
  margin-top: 10px;
}
.personcenter-module .health_report .muti_letter ul li {
  float: left;
}
.personcenter-module .health_report .muti_letter li:nth-child(2) {
  margin-left: 10px;
}
.personcenter-module .health_report .report_info {
  margin: 0 auto;
  line-height: normal;
  font-size: 14px;
  border-top: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.personcenter-module .health_report .report_info ul li {
  font-size: 14px;
  color: #999;
}
.personcenter-module .health_report .report_info ul li:nth-child(1) {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #373737;
}
.personcenter-module .health_report .report_info ul li img {
  vertical-align: middle;
  width: 23%;
}
.personcenter-module .health_report .teeth_info {
  padding-bottom: 5px;
}
.personcenter-module .health_report .teeth2_info {
  padding-bottom: 0;
}
.report-module .save_btn {
  margin: 30px 15px 30px 15px;
  font-size: 14px;
}
.report-module .half_save_btn {
  width: 43%;
  float: left;
  margin: 30px 0;
}
.report-module .half_save_btn1 {
  margin-left: 15px;
}
.report-module .half_save_btn2 {
  margin-right: 15px;
  float: right;
}
.personcenter-module .health_report .report_imgs {
  line-height: 35px;
  font-size: 16px;
  padding-bottom: 10px;
  text-align: left;
}
.personcenter-module .health_report .report_imgs img {
  width: 25%;
  margin: 0 18px 0 0;
  vertical-align: middle;
}
.personcenter-module .medical_record {
  width: 100%;
  margin-top: 10px;
  background: #f0f0f0;
  line-height: 47px;
  color: #999;
}
.personcenter-module .feed_medical_record {
  margin-top: 0;
}
.personcenter-module .medical_record .item {
  margin: 0 0 10px 0;
}
.personcenter-module .medical_record .item a {
  display: block;
}
.personcenter-module .medical_record .record-item {
  font-size: 14px;
  padding: 15px 15px 10px 15px;
  background: #fff;
}
.personcenter-module .medical_record .item .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  line-height: normal;
  color: #999;
}
.personcenter-module .medical_record .item .title span {
  margin-right: 15px;
}
.personcenter-module .medical_record .item .person ul {
  padding: 10px 0 5px 0;
  overflow: hidden;
}
.personcenter-module .medical_record .item .person ul li {
  float: left;
  line-height: normal;
  margin-left: 18px;
  color: #999;
}
.personcenter-module .medical_record .item .person ul li:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  margin-left: 0;
  color: #373737;
}
.personcenter-module .medical_record .item .person ul li:nth-child(4) {
  text-align: right;
  float: right;
  margin-left: 0;
}
.personcenter-module .medical_record .muti_letter {
  margin: 0 auto;
  line-height: 35px;
  font-size: 14px;
  color: #373737;
}
.personcenter-module .medical_record .muti_letter ul {
  padding: 5px 0;
  overflow: hidden;
}
.personcenter-module .medical_record .muti_letter ul li {
  float: left;
  line-height: normal;
}
.personcenter-module .medical_record .muti_letter li:nth-child(2) {
  margin-left: 10px;
}
.personcenter-module .medical_record .dip_ {
  padding-top: 10px;
  background-color: #f0f0f0;
}
.personcenter-module .medical_record_div {
  width: 100%;
  margin: 15px 0;
}
.personcenter-module .medical_record_div .inner_div {
  margin: 0 15px;
}
.personcenter-module .medical_record_div .medical_record_tab {
  overflow: hidden;
}
.personcenter-module .medical_record_div .medical_record_tab li {
  float: left;
  margin-right: 20px;
  color: #999;
}
.personcenter-module .medical_record_div .medical_record_tab li:nth-child(1) {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.personcenter-module .medical_record_div .medical_record_tab li.current {
  color: #90C231;
}
.personcenter-module .medical_record .item .single_title,
.personcenter-module .medical_record_div .inner_div span {
  font-size: 16px;
  font-weight: bold;
}
.personcenter-module .medical_record .item .t_content {
  width: 90%;
  margin: 0 auto;
  line-height: 35px;
  font-size: 16px;
  padding-bottom: 3px;
  padding-top: 5px;
}
.personcenter-module .medical_record .item .t_content ul {
  overflow: hidden;
}
.personcenter-module .medical_record .item .t_content ul li {
  float: left;
}
.personcenter-module .medical_record .item .t_content li:nth-child(2) {
  margin-left: 10px;
}
.personcenter-module .medical_record .item_border {
  margin: 0 15px;
  font-size: 14px;
  padding-top: 5px;
  border: 1px solid #ccc;
  padding-bottom: 5px;
}
.personcenter-module .medical_record .item_border .single_line {
  width: 90%;
  margin: 0 auto;
  line-height: 35px;
  font-size: 16px;
}
.personcenter-module .medical_record .item_border .single_line ul {
  overflow: hidden;
}
.personcenter-module .medical_record .item_border .single_line ul li {
  float: left;
}
.personcenter-module .medical_record .item_border .single_line li:nth-child(2) {
  margin-left: 10px;
}
.personcenter-module .medical_record .item .line,
.personcenter-module .medical_record .item_border .line {
  border-top: solid 1px #cccccc;
}
.personcenter-module .medical_record .white_line_div {
  padding-top: 20px;
  background-color: #ffffff;
}
.personcenter-module .medical_record .t_content .img_center {
  text-align: center;
  margin-top: 10px;
}
.personcenter-module .medical_record .t_content .img_center img {
  vertical-align: middle;
}
.personcenter-module .medical_record .t_content .img_center .ten_tooth_img {
  width: 100%;
}
.personcenter-module .medical_record .t_content .teeth_img {
  position: relative;
  width: 180px;
  height: 376px;
  margin-left: 20%;
}
.personcenter-module .medical_record .t_content .teeth_img .all {
  width: 100%;
  display: block;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth1-1 {
  position: absolute;
  top: 0%;
  left: 34.8%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth1-2 {
  position: absolute;
  top: 2%;
  left: 22.5%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth1-3 {
  position: absolute;
  top: 6.3%;
  left: 15.8%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth1-4 {
  position: absolute;
  top: 11.5%;
  left: 10.1%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth1-5 {
  position: absolute;
  top: 17.2%;
  left: 6.7%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth1-6 {
  position: absolute;
  top: 23.6%;
  left: 3.7%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth1-7 {
  position: absolute;
  top: 30.8%;
  left: 1.7%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth1-8 {
  position: absolute;
  top: 38.8%;
  left: 1.7%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth2-1 {
  position: absolute;
  top: 0%;
  left: 49.8%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth2-2 {
  position: absolute;
  top: 2.6%;
  left: 61.7%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth2-3 {
  position: absolute;
  top: 7.1%;
  left: 68.7%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth2-4 {
  position: absolute;
  top: 11.4%;
  left: 73.7%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth2-5 {
  position: absolute;
  top: 17.6%;
  left: 78.7%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth2-6 {
  position: absolute;
  top: 23.6%;
  left: 80.7%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth2-7 {
  position: absolute;
  top: 30.6%;
  left: 81.9%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth2-8 {
  position: absolute;
  top: 38.8%;
  left: 83%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth3-1 {
  position: absolute;
  top: 91%;
  left: 39.8%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth3-2 {
  position: absolute;
  top: 90.6%;
  left: 30.2%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth3-3 {
  position: absolute;
  top: 87.6%;
  left: 21.3%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth3-4 {
  position: absolute;
  top: 82.8%;
  left: 14.2%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth3-5 {
  position: absolute;
  top: 77.2%;
  left: 8.6%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth3-6 {
  position: absolute;
  top: 70.2%;
  left: 5%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth3-7 {
  position: absolute;
  top: 61.2%;
  left: 1%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth3-8 {
  position: absolute;
  top: 52.8%;
  left: 0%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth4-1 {
  position: absolute;
  top: 91%;
  left: 49.8%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth4-2 {
  position: absolute;
  top: 90.6%;
  left: 58.4%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth4-3 {
  position: absolute;
  top: 88%;
  left: 66.2%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth4-4 {
  position: absolute;
  top: 82.8%;
  left: 72.2%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth4-5 {
  position: absolute;
  top: 76.6%;
  left: 77.4%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth4-6 {
  position: absolute;
  top: 70%;
  left: 80.4%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth4-7 {
  position: absolute;
  top: 61.2%;
  left: 82.2%;
}
.personcenter-module .medical_record .t_content .teeth_img .tooth4-8 {
  position: absolute;
  top: 52.8%;
  left: 83.6%;
}
.personcenter-module .center {
  width: 100%;
  margin-top: 10px;
  background-color: #fff;
  line-height: 47px;
  color: #999999;
}
.personcenter-module .center a {
  display: block;
  color: #373737;
}
.personcenter-module .center_top .head {
  width: 62.5%;
  text-align: center;
  margin: 0 auto;
  background-color: #f0f0f0;
  padding-top: 10px;
}
.personcenter-module .center_top .head img {
  vertical-align: middle;
  width: 100%;
}
.personcenter-module .center_top .head span {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.personcenter-module .center .item {
  margin: 0 auto;
  width: 90.6%;
  font-size: 17px;
}
.personcenter-module .center .item ul {
  overflow: hidden;
}
.personcenter-module .center .item ul li {
  float: left;
  line-height: 55px;
}
.personcenter-module .center .item ul li img {
  vertical-align: middle;
  padding-bottom: 3px;
  width: 60%;
}
.personcenter-module .center .item ul li:nth-child(3) {
  text-align: right;
  float: right;
}
.personcenter-module .info {
  width: 100%;
  background-color: #fff;
  line-height: 47px;
  color: #999999;
}
.personcenter-module .info_top_header {
  padding: 20px 0;
  margin: 0 15px;
  font-size: 13px;
  color: #999999;
}
.personcenter-module .info .item_hospitalpark {
  margin-top: 8px;
  padding: 0 15px;
  font-size: 14px;
  overflow: hidden;
}
.personcenter-module .info .item {
  margin: 0 15px;
}
.personcenter-module .info .muti_letter {
  margin: 0 auto;
  line-height: 45px;
  font-size: 14px;
}
.personcenter-module .info .muti_letter ul {
  overflow: hidden;
}
.personcenter-module .info .muti_letter ul li {
  float: left;
}
.personcenter-module .info .muti_letter li:nth-child(1) {
  color: #999999;
}
.personcenter-module .info .muti_letter li:nth-child(2) {
  float: right;
  color: #373737;
}
.personcenter-module .info .item_border {
  margin: 0 15px;
  font-size: 14px;
  border: 1px solid #ccc;
}
.personcenter-module .info .item_border .single_line {
  width: 90%;
  margin: 0 auto;
  line-height: 35px;
  font-size: 14px;
}
.personcenter-module .info .item_border .single_line ul {
  overflow: hidden;
  position: relative;
}
.personcenter-module .info .item_border .single_line ul li {
  float: left;
  width: 15%;
}
.personcenter-module .info .item_border .single_line ul li input,
.personcenter-module .info .item_border .single_line ul li select {
  -webkit-appearance: none;
  border: none;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  outline: none;
  text-align: right;
}
.personcenter-module .info .item_border .single_line li:nth-child(2) {
  width: 85%;
  float: right;
}
.personcenter-module .info .item .line,
.personcenter-module .info .item_border .line {
  border-top: solid 1px #cccccc;
}
.personcenter-module .info .white_line_div {
  padding-top: 20px;
  background-color: #ffffff;
}
.personcenter-module .item_hospitalpark .edit_hsopital_btn {
  padding: 10px 20px;
  background: #90c231;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
.personcenter-module .item_hospitalpark .left_div {
  float: left;
  width: 20%;
  line-height: 30px;
}
.personcenter-module .item_hospitalpark .right_div {
  float: right;
  width: 75%;
  text-align: right;
  margin-bottom: 15px;
  color: #373737;
}
.personcenter-module .item_hospitalpark .right_div ul {
  overflow: hidden;
}
.personcenter-module .item_hospitalpark .right_div li {
  line-height: 30px;
}
.personcenter-module .item_hospitalpark .right_div li:nth-last-child(1) {
  line-height: normal;
  width: 75%;
  float: right;
}
.personcenter-module .item_hospitalpark .right_div a {
  display: block;
}
.personcenter-module .info .item .clearbotn_line {
  clear: both;
  border-top: solid 1px #ccc;
  margin-bottom: 20px;
}
#J_SelectHospital .personcenter ul {
  margin-top: 10px;
}
.personcenter-feed-module .feed_medical_record {
  background: #fff;
}
.personcenter-feed-module .medical_record .item {
  margin: 0;
}
.personcenter-feed-module .medical_record .item .single_title {
  color: #373737;
  line-height: normal;
  margin-bottom: 10px;
}
.personcenter-feed-module .medical_record .item .t_content {
  font-size: 14px;
  line-height: normal;
}
.personcenter-feed-module .medical_record .item .t_content ul {
  margin-top: 5px;
}
.personcenter-feed-module .medical_record .item .t_content li:nth-child(2) {
  color: #373737;
}
.personcenter-feed-module .medical_record .item_border .single_line {
  font-size: 14px;
}
.personcenter-feed-module .medical_record .item_border {
  padding: 0;
}
.personcenter-feed-module .medical_record .item_border .single_line li:nth-child(2) {
  color: #373737;
}
.personcenter-feed-module .medical_record .white_line_div {
  padding-top: 10px;
}
.personcenter-feed-module .medical_record .t_content .img_center {
  margin: 20px 35px 50px 35px;
  position: relative;
  width: 180px;
  height: 180px;
}
.personcenter-feed-module .medical_record .t_content .img_center .horizontal-line {
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #B2B2B2;
  position: absolute;
  left: 0;
  top: 50%;
}
.personcenter-feed-module .medical_record .t_content .img_center .vertical-line {
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #B2B2B2;
}
.personcenter-feed-module .medical_record .t_content .img_center .select-area {
  width: 50%;
  height: 50%;
  position: absolute;
  display: inline-block;
  font-size: 13px;
  word-wrap: break-word;
}
.personcenter-feed-module .medical_record .t_content .img_center .top-left {
  top: 23%;
  left: -2%;
  text-align: right;
}
.personcenter-feed-module .medical_record .t_content .img_center .top-right {
  top: 23%;
  right: -2%;
  text-align: left;
}
.personcenter-feed-module .medical_record .t_content .img_center .bottom-left {
  bottom: -3%;
  left: -2%;
  text-align: right;
}
.personcenter-feed-module .medical_record .t_content .img_center .bottom-right {
  bottom: -3%;
  right: -2%;
  text-align: left;
}
.personcenter-order-module .myappointment .line_1 li:nth-child(3) {
  color: #999;
}
.personcenter-order-module .myappointment .line_1 li.to_be_confirmed {
  color: blue;
}
.personcenter-order-module .myappointment .line_1 li.confirmed {
  color: red;
}
.personcenter-order-module .myappointment .line_1 li.Healed {
  color: green;
}
.personcenter-order-module .myappointment .line_2 li:nth-child(2),
.personcenter-order-module .myappointment .line_2 li:nth-child(3) {
  color: #999;
}
.personcenter-order-module .telephone {
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 16px;
}
.personcenter-order-module .telephone span {
  line-height: 50px;
}
.personcenter-order-module .telephone span img {
  margin-right: 10px;
  vertical-align: middle;
}
#J_ReportModule .rDialog-content img {
  width: 100%;
}
.personcenter-new-feed-module {
  background: #F0F0F0;
}
.personcenter-new-feed-module .medical_record .item {
  background: #fff;
}
.personcenter-new-feed-module .medical_record .tooth-item .record-item {
  background: #F0F0F0;
}
.personcenter-new-feed-module .feed_medical_record .record-item .t_content {
  padding-top: 10px;
  line-height: 25px;
  font-size: 13px;
}
.personcenter-new-feed-module .medical_record .t_content .img_center {
  height: 117px;
  margin: 20px 35px 10px 35px;
}
.personcenter-new-feed-module .medical_record .t_content .ten-img-center {
  width: 200px;
  height: 200px;
  margin: 20px auto;
}
/*数据为空页面样式*/
#J_ErrorCont {
  background: #f0f0f0;
}
.error-cont {
  background: #f0f0f0;
}
.error-cont img {
  width: 50%;
  display: block;
  margin: 80px auto;
}
/*就诊记录-电子病历*/
.electronics-record .feed_medical_record .record-item .t_content_new {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.electronics-record .feed_medical_record .record-item .t_content_new:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}
/*设备兼容*/
@media only screen and (min-width: 720px) {
  #J_Device .main-content {
    padding: 19% 4% 85px 4%;
    font-size: 16px;
  }
  #J_Device header .order-btn {
    font-size: 16px;
  }
  footer {
    line-height: 80px;
  }
  footer li a span {
    font-size: 16px;
  }
  /*预约页面公用样式*/
  .order-hospital .hospital-item .hospital-name {
    font-size: 20px;
  }
  .order-hospital .hospital-detail .grade span {
    padding: 1%;
    line-height: 30px;
    font-size: 16px;
  }
  .order-hospital .hospital-detail dl {
    font-size: 16px;
  }
  .order-hospital .order-form input,
  .order-hospital .order-form select {
    padding: 2% 0 2% 1%;
    margin-bottom: 2%;
    font-size: 16px;
  }
  #J_OrderOther .rDialog-wrap .rDialog-header,
  #J_OrderOther .rDialog-wrap .rDialog-content,
  #J_OrderOther .rDialog-wrap .rDialog-footer .rDialog-ok {
    font-size: 16px;
  }
  .order-hospital .error-tip {
    top: 39%;
    padding: 2%;
    font-size: 16px;
  }
  .order-hospital .error-tip-fade {
    top: 39%;
    padding: 2%;
    font-size: 16px;
  }
  /*医院首页公用样式*/
  .first-page .history-info {
    margin-bottom: 110px;
    font-size: 16px;
    line-height: 30px;
  }
  /*医生列表样式*/
  .doctor-items {
    padding: 15% 0 10% 0;
  }
  .doctor-items li {
    font-size: 16px;
  }
  .doctor-items li .left-side {
    width: 20%;
  }
  .doctor-items li .left-side img {
    width: 120px;
    height: 120px;
  }
  .doctor-items li .right-side {
    width: 72%;
  }
  .right-side-ft .title-info .name {
    font-size: 20px;
  }
  .right-side .right-side-ft .desc-btn {
    width: 85px;
    margin-top: 80%;
  }
  .doctor-items li .doctor-item-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .doctor-items .more-btn span {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
/*数据为空页面样式*/
#J_ErrorCont {
  background: #f0f0f0;
}
.error-cont img {
  width: 50%;
  display: block;
  margin: 80px auto;
}
/*叽歪内嵌h5首页样式*/
.firstPage-jw {
  padding-top: 65px;
}
.firstPage-jw .firstPage-jw-logo {
  padding: 15px 10px;
}
.firstPage-jw .firstPage-jw-logo img {
  width: 100%;
}
.firstPage-jw-modules {
  padding: 0 10px;
}
.firstPage-jw-modules ul {
  overflow: hidden;
}
.firstPage-jw-modules li {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.firstPage-jw-modules li:nth-last-child(1) {
  margin-right: 0;
}
.firstPage-jw-modules li a {
  display: block;
}
.firstPage-jw-modules li .firstPage-module {
  padding: 20px 15px 10px 15px;
  background: #fff;
  text-align: center;
}
.firstPage-jw-modules li .firstPage-module img {
  width: 45%;
}
/*其他医院的预约样式*/
.common-hospital-info .hospital-info {
  background: #90C231;
  position: relative;
}
.common-hospital-info .hospital-info a {
  width: 100%;
  display: block;
}
.common-hospital-info .hospital-info .hospital-name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
}
.common-hospital-info .hospital-info img {
  width: 25%;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
}
.common-hospital-info .order-form {
  padding: 20px 15px 10px 15px;
}
.common-hospital-info .more-info {
  background: #F0F0F0;
  padding-left: 15px;
  font-size: 13px;
}
.common-hospital-info .more-info li {
  color: #999;
  line-height: 20px;
}
/*选择医院列表的入口样式*/
#J_SelectHospitalEntrance {
  background: #F0F0F0;
}
#J_SelectHospitalEntrance .select-hospital-info {
  padding: 15px;
  color: #373737;
  font-size: 14px;
}
#J_SelectHospitalEntrance .select-hospital a {
  display: block;
}
#J_SelectHospitalEntrance .select-hospital .name {
  float: none;
  padding: 12px 0;
  text-align: center;
}
#J_SelectHospitalEntrance .select-hospital a:hover {
  background: #5EC128;
  color: #fff;
}
/*设备兼容*/