@font-face{
  font-family: 'PingFangSC-Regular';
  src : url('../dist/fonts/PingFangSC-Regular.ttf');
}
@font-face{
  font-family: 'PingFangSC-Medium';
  src : url('../dist/fonts/PingFangSC-Medium.ttf');
}
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

body {
  margin: 0;
  color: #333333;
  height: 100%;
}

html {
  height: 100%;
}

input {
  background-color: transparent;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

input[type="radio"]:focus{
  outline: none !important;
  background: url(../imgs/questionnaire/radio_checked.png);
  background-size: 100%;
}
/* .que-cont .que-item .que-radio:focus {
  outline: none;
  background: url(../imgs/questionnaire/radio_checked.png);
  background-size: 100%;
} */


a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
.ql-editor p{
  margin-top: 12px !important;
}
.ql-editor{
  line-height: 2 !important;
}
.ql-snow .ql-size-ft10 {
  font-size: 10px;
}
.ql-snow .ql-size-ft12 {
  font-size: 12px;
}

.ql-snow .ql-size-ft14 {
  font-size: 14px;
}

.ql-snow .ql-size-ft16 {
  font-size: 16px;
}

.ql-snow .ql-size-ft18 {
  font-size: 18px;
}

.ql-snow .ql-size-ft20 {
  font-size: 20px;
}

.ql-snow .ql-size-ft22 {
  font-size: 22px;
}
.ql-snow .ql-size-ft24 {
  font-size: 24px;
}
.ql-snow .ql-size-ft26 {
  font-size: 26px;
}
.ql-snow .ql-size-ft28 {
  font-size: 28px;
}
.ql-snow .ql-size-ft30 {
  font-size: 30px;
}
.ql-snow .ql-size-ft32 {
  font-size: 32px;
}
.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.section_1 {
  position: relative;
  width: 100%;
}

.header_nav_cont {
  padding-left: 50px;
}

.header_nav {
  cursor: pointer;
  text-align: center;
  margin: 0 14px;
}

.header_nav a {
  width: 100px;
  text-align: center;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  white-space: nowrap;
  line-height: 22px;
  margin: 21px 0 0 30px;
}

.section_2 {
  box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.1);
  background-color: rgba(0, 170, 196, 1);
  width: 100%;
  height: 72px;
  justify-content: flex-center;
}

.section_2 .logo_cont {
  width: 1200px;
  margin: 0 auto;
}

.image_1 {
  /* width: 158px; */
  height: 44px;
  margin: 15px 0 0 0px;
}

.image-wrapper_1 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin: 20px 0 0 717px;
}

.label_1 {
  width: 32px;
  height: 32px;
  margin: 0;
}

.text_1 {
  width: 143px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 0 8px;
}

.image-wrapper_2 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin: 20px 0 0 14px;
}

.section_7>div>div {
  cursor: pointer;
}

.thumbnail_1 {
  width: 32px;
  height: 32px;
}

.label_2 {
  width: 32px;
  height: 32px;
  margin: 20px 0 0 16px;
}

.image-wrapper_3 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin: 20px 360px 0 16px;
}

.thumbnail_2 {
  width: 32px;
  height: 32px;
}

.section_3 {
  background: #fff;
  width: 100%;
  position: relative;
}

.section_4 {
  width: 100%;
  height: 64px;
  background: url(../imgs/home/SketchPng7a99c914460fa66a4ca9f82f870a3e198ef45e0a7365ae900723a8eb06aa6346.png) 100% no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
}

.edition_heart {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.child_cont {
  position: relative;
}

.nav_child_cont {
  background-color: none;
  justify-content: flex-center;
  position: absolute;
  left: 198px;
  top: -64px;
  padding-top: 64px;
  display: none;
  z-index: 999;
  cursor: pointer;
}

.three_menu .child_cont_6 {
  left: 358px;
}

.nav_child_cont .header_nav_child_bg {
  box-shadow: 0px 4px 8px 0px rgba(38, 130, 144, 0.2);
  background-color: rgba(255, 255, 255, 1);
  padding: 16px 0;
}

.child_cont .active {
  display: block;
}

.child_cont_2 {
  left: 310px;
}

.child_cont_3 {
  left: 494px;
}

.child_cont_4 {
  left: 858px;
}

.child_cont_5 {
  left: 1020px;
}

.header_nav_child {
  height: 48px;

  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
  flex-shrink: 0;
  cursor: pointer;
}

.header_nav_child .text {
  padding: 0 24px;
  display: inline-block;
  width: 100%;
  min-width: 160px;
}

.header_nav_child :hover {
  height: 48px;
  background-color: rgba(0, 170, 196, 0.1);
  font-size: 20px;
  color: rgba(0, 170, 196, 1);
  display: inline-block;
}


.tab_top .active {
  border-bottom: 2px solid rgba(0, 170, 196, 1);
}

.tab_top .active .nav_text {
  overflow-wrap: break-word;
  color: rgba(0, 170, 196, 1);
  font-size: 20px;
  font-family:PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
}

.text_3 {
  width: 78px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 21px 0 0 30px;
}

.text_normal {
  width: 78px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 21px 20px 0 20px;
}

.thumbnail_icon {
  width: 9px;
  height: 5px;
  margin: 30px 15px 0 6px;
}

.text_4 {
  width: 78px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 21px 0 0 20px;
}

.thumbnail_4 {
  width: 9px;
  height: 5px;
  margin: 30px 0 0 6px;
}

.text_5 {
  width: 98px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 21px 0 0 27px;
}

.thumbnail_5 {
  width: 9px;
  height: 5px;
  margin: 30px 0 0 2px;
}

.text_6 {
  width: 100px;
  text-align: center;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  white-space: nowrap;
  line-height: 22px;
  margin: 21px 0 0 30px;
}

.text_7 {
  width: 78px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 21px 0 0 30px;
}

.thumbnail_6 {
  width: 9px;
  height: 5px;
  margin: 30px 0 0 6px;
}

.text_8 {
  width: 78px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 21px 0 0 30px;
}

.thumbnail_7 {
  width: 9px;
  height: 5px;
  margin: 30px 541px 0 6px;
}

.image-text_2 {
  width: 77px;
  height: 20px;
  margin: 4px 0 22px 67px;
}

.text_home {
  width: 100px;
  text-align: center;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  white-space: nowrap;
  line-height: 22px;
  margin: 21px 0 0 120px;
}

.copyright {
  background-color: rgba(255, 255, 255, 1);
  height: 180px;
  width: 100%;
  margin: 0px auto 1px auto;
  text-align: center;
  line-height: 110px;
}

.copyright span {
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
}
.copyright a {
  color: rgba(153, 153, 153, 1) !important;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
}
.section_30 {
  background-color: rgba(0, 170, 196, 1);
  width: 100%;
  height: 72px;
  margin-top: -1px;
  position: fixed;
  bottom: 0;
  z-index: 1040;
  
  
}

.section_31 {
  width: 300px;
  height: 72px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section_31:hover{
  background-color: RGBA(0, 153, 176, 1);
}
.image-text_34 {
  /* width: 80px;
  height: 76px;
  margin: 10px 0 0 110px; */
  align-items: center;
}

.label_17 {
  width: 32px;
  height: 32px;
}

.text-group_47 {
  
  
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 0px;
  margin-left: 16px;
}

.section_32 {
  width: 300px;
  height: 110px;
}

.image-text_35 {
  width: 80px;
  height: 76px;
  margin: 10px 0 0 110px;
  align-items: center;
}

.label_18 {
  width: 32px;
  height: 32px;
}

.text-group_48 {
  
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 0px;
  margin-left: 16px;
}

.section_33 {
  width: 300px;
  height: 110px;
  text-align: center;
}

.image-text_36 {
  width: 80px;
  height: 75px;
  margin: 10px 0 0 110px;
  align-items: center;
}

.label_19 {
  width: 32px;
  height: 32px;
}

.text-group_49 {
  /* width: 80px; */
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  margin-top: 0px;
  margin-left: 16px;
}

.section_34 {
  width: 300px;
  height: 110px;
  margin-right: 360px;
}

.image-text_37 {
  width: 80px;
  height: 76px;
  margin: 10px 0 0 110px;
  align-items: center;
}

.label_20 {
  width: 32px;
  height: 32px;
}

.text-group_50 {
  /* width: 80px; */
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 0px;
  margin-left: 16px;
}

.section_9 {
  width: 88px;
  height: 358px;
}

.box_6 {
  box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  width: 88px;
  height: 260px;
}

.group_13 {
  /* background-color: rgba(0, 170, 196, 1); */
  border-radius: 4px;
  width: 88px;
  height: 88px;
}
.right_fixed .right_hover{
  color: #666;
}
.right_fixed .box_6 .box_active{
  background-color: rgba(0, 170, 196, 1);
  color: #fff;
}
.right_fixed .right_hover .disabled{
  display: none;
}
.section_23 {
  width: 160px;
  height: 191px;
  background: url(../imgs/home/SketchPng6634a5fbb7cf61b24bb8691c287c32a435030b6fe1c16135103de7f6ed7e974a.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -184px;
  left: -36px;
  display: none;
}

.image-text_23 {
  width: 104px;
  height: 129px;
  margin: 28px auto 0 auto;
}

.image-text_13 {
  width: 48px;
  height: 53px;
  margin: 20px 0 0 20px;
}

.label_9 {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

.text-group_13 {
  width: 48px;
  height: 17px;
  overflow-wrap: break-word;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 17px;
  margin-top: 12px;
  margin-left: -12px;
}

.image-text_14 {
  width: 48px;
  height: 57px;
  margin: 13px 0 0 20px;
}

.label_10 {
  width: 32px;
  height: 32px;
  margin-left: 8px;
}

.text-group_14 {
  width: 48px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 17px;
  margin-top: 8px;
}

.image-text_15 {
  width: 48px;
  height: 49px;
  margin: 24px 0 29px 20px;
}

.label_11 {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

.text-group_15 {
  width: 48px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 17px;
  margin-top: 8px;
}

.box_7 {
  box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  width: 88px;
  height: 88px;
  margin-top: 10px;
  color: #666;
}
.right_fixed .box_7:hover{
  background-color: rgba(0, 170, 196, 1);
  color: #fff;
}
.right_fixed .box_7 .disabled{
  display: none;
}
.image-text_16 {
  width: 48px;
  height: 49px;
  margin: 18px 0 0 20px;
}

.label_12 {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

.text-group_16 {
  width: 48px;
  height: 17px;
  overflow-wrap: break-word;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 17px;
  margin-top: 8px;
  margin-left: -12px;
}

.right_fixed {
  position: fixed;
  right: 68px;
  top: 50%;
  z-index: 999;
  margin-top: -150px;
  cursor: pointer;
}

.customBootstrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;

}

#demo2>li>a {
  margin: 0 4px;
  border-radius: 4px;
  height: 40px;
  min-width: 40px;
  text-align: center;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgba(0, 170, 196, 1);
  border-color: rgba(0, 170, 196, 1);
}

.pagination>li>a,
.pagination>li>span {
  padding: 8px 12px;
  color: rgba(0, 170, 196, 1);
}

#distpicker5 .form-group {
  margin-right: 0px;
}
#myModal .form-control{
  height: 40px;
  font-size: 20px;
}
#myModal .submit {
  display: flex;
  justify-content: center;
}

#myModal .submit .btn-primary {
  width: 180px;
  height: 48px;
  background: #00AAC4;
  border-radius: 4px;
  border-color: #00AAC4;
  font-size: 20px;
}

#myModal .modal-title {
  text-align: center;
  color: #00AAC4;
  font-weight: 500;
}

#myModal {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  font-family: PingFangSC-Regular, PingFang SC;
}

#myModal .modal-body {
  padding: 24px 48px 48px 48px;
}

#myModal .modal-dialog {
  width: 650px;
}

#myModal .info {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF8200;
  margin-bottom: 24px;
}

.modal-dialog label {
  font-weight: 400;
}
#myModal .control-label {
  text-align: left;
}
/* 重置默认样式 */
#myModal input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  background: url(../imgs/questionnaire/radio.png);
  background-size: 100%;
  margin-right: 16px;
}

#myModal input[type="radio"]:checked {
  background: url(../imgs/questionnaire/radio_checked.png);
  background-size: 100%;
}

#myModal .form-control {
  border: 1px solid #eee;
}

.form-control:focus {
  border-color: #00AAC4;
}

/* 自定义未选中状态样式 */
/* #myModal input[type="radio"]:not(:checked) {
  background-color: white;
} */
#consultationModal .modal-title {
  text-align: center;
  font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #00AAC4;

}

#consultationModal .qrcode {
  width: 140px;
  height: 140px;

}

#consultationModal .phone {
  font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #00AAC4;
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;

}
#consultationModal .text{
  font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FF8200;
margin: 40px 0 24px 0;
display: flex;
align-items: center;
justify-content: center;
}
#consultationModal .phone i{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../imgs/home/图标／易赋诊／列表／我的_联系电话_橙_48@2x.png);
  background-size: cover;
  margin-right: 10px;
}
.modal-content{
  overflow: hidden;
}
.modal-header{
  background-color: RGBA(240, 247, 247, 1);
  padding: 26px 30px 26px 50px;
}

.modal-header .close{
  font-size: 32px;
  opacity: 0.8;
}
#consultationModal .bottom_text{
  font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FF8200;
margin-top: 16px;
}
#consultationModal .text i{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../imgs/home/图标／易赋诊／列表／我的_联系电话_橙_48备份@2x.png);
  background-size: cover;
  margin-right: 10px;
}
#consultationModal .phone b {

  margin-left: 14px;
  font-size: 18px;
}

#consultationModal .modal-dialog {
  margin-top: 200px;
}

#consultationModal .modal-body {
  padding-bottom: 40px;
  background-image: url(../imgs/home/位图@2x.png);
  background-size: cover;
}

.popup {
  position: fixed;
  top: 52px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(219, 245, 249);
  ;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  padding: 12px 12px;
  min-width: 192px;
  border-radius: 4px;
  border: 1px solid rgb(203, 241, 246);
  text-align: center;
  color: rgba(0, 170, 196, 1);
  z-index: 9999;
}

.header_nav .nav_text {
  color: rgba(51, 51, 51, 1);
}
.ql-editor .ql-video{
  width: 600px;
  height: 400px;
}

#myForm select:invalid { color: gray; }


.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: rgba(0, 170, 196, 1);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;}

  .right_fixed .text-group_31{
    font-size: 18px;
  }
  
  /* ----- PB分页数字条效果 结束 ----- */
  .pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333!important;
    font-size: 12px;
    padding: 8px 14px;
    margin: 0 5px;
    border-radius: 3px;
  }
  .pagination span {
      color: #333;
      font-size: 14px;
      padding: 8px 2px;
      margin: 0 5px;
      border-radius: 3px;
  }
  .pagination a:hover {
    color: rgba(0, 170, 196, 1);
    border: 1px solid rgba(0, 170, 196, 1);
  }
  .pagination a.page-num-current {
    color: #fff!important;
    background: rgba(0, 170, 196, 1);
    border: 1px solid rgba(0, 170, 196, 1);
  }
  
  .page-select select {
  	display: inline-block;
  	*display: inline;
  	*zoom: 1;
  	vertical-align: middle;
  	padding: 0 15px;
  	height: 36px;
  	line-height: 36px;
  	margin: 0 -1px 5px 0;
  	background-color: #fff;
  	color: #333;
  	font-size: 14px;
  	border: 1px solid #ccc;
  	width: auto;
  }
  .page-select {
  	display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius:5px;
      padding: 0!important;
  }
  .page-select:hover{
    border: 1px solid rgba(0, 170, 196, 1);
  }
  .page-select select {
  	border: none;
      margin: 0;
  }
  /* ----- PB分页数字条效果 结束 ----- */