@charset "utf-8";
/*pc头部*/
input[type=radio],
input[type=checkbox] {
  border-radius: 0;
  border: none !important;
}
a {
  cursor: pointer !important;
}
body .radius-no {
  border-radius: 0 !important;
}
body .radius-3 {
  border-radius: 3px !important;
}
.new_price {
  display: inline-block !important;
  font-size: 22px;
  line-height: 22px !important;
  color: #A42127 !important;
  font-weight: 600 !important;
  margin: 0;
  vertical-align: middle;
}
.new_price em {
  margin-right: 4px;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  vertical-align: middle !important;
}
.ui-sidebar .smallApp i {
  background: url(/Public/images/2023/miniprogramcode.jpg) center center no-repeat;
  background-size: 136px 148px;
}
.ui-sidebar .app i {
  background: url(/Public/images/2023/weixin.jpg) center center no-repeat;
  background-size: 136px 148px;
}
.ui-sidebar .backTop {
  display: block;
}
.sk_index_header_sub input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eee;
}
.sk_index_header_sub input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #eee;
}
.sk_index_header_sub input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #eee;
}
.sk_index_header_sub input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #eee;
}
.sk_page_header_sub input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eee;
}
.sk_page_header_sub input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #eee;
}
.sk_page_header_sub input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #eee;
}
.sk_page_header_sub input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #eee;
}
.sk_take_fl .sk_take_fl_from input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eee;
}
.sk_take_fl .sk_take_fl_from input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #eee;
}
.sk_take_fl .sk_take_fl_from input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #eee;
}
.sk_take_fl .sk_take_fl_from input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #eee;
}
/* 公共医生列表 */
.doctor_list_type1 {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  font-family: PingFang SC;
  gap: 23px;
}
.doctor_list_type2 {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  font-family: PingFang SC;
  gap: 23px;
}
.doctor_list_type1 .dct_panel_item {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.doctor_list_type2 .dct_panel_item {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  position: relative;
  border: 1px solid #F1F1F1;
}
.doctor_list_type .dct_panel_item:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
}
.doctor_list_type .info {
  margin: 14px auto;
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.doctor_list_type .info a {
  color: #888888;
  letter-spacing: 0.5px;
}
.doctor_list_type .info .hospital:hover {
  color: #A42127;
}
.doctor_list_type .info .line {
  width: 1.5px;
  height: 11px;
  background: #ccc;
  display: inline-block;
}
.doctor_list_type .major {
  max-width: 80%;
  height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.doctor_list_type .major label {
  font-weight: 300;
  color: #9c9c9c;
}
.doctor_list_type .major a {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  color: #888888;
  letter-spacing: 0.5px;
}
.doctor_list_type .major a:hover {
  color: #A42127;
}
.doctor_list_type .major a::after {
  content: '/';
  position: absolute;
  right: -1px;
  bottom: 0;
  color: #888888;
}
.doctor_list_type .major a:last-child::after {
  display: none;
}
.doctor_list_type .dct_panel_item img {
  width: 190px;
  height: 190px;
  margin: 28px 0 9px 0;
  border-radius: 999px;
  object-fit: cover;
}
.doctor_list_type .dct_panel_item h3 {
  padding: 0 14px;
  font-size: 20px;
  font-weight: 600;
}
.doctor_list_type .dct_panel_item h3 a {
  color: #000;
}
.doctor_list_type .dct_panel_item h3 a:hover {
  color: #A42127;
}
.doctor_list_type .dct_panel_item .hot {
  width: 30px;
  height: 34px;
  display: block;
  position: absolute;
  right: 28px;
  top: 0;
  border-radius: 0px 0px 14px 14px;
  background: url(../../images/01www/elfimgs.png) no-repeat 60.944% 99.399%;
  background-size: 1948.24px 794.78px;
}
/* 公共医院列表 */
.hospital_list_type1,
#recommend-con .recommend {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  font-family: PingFang SC;
  gap: 23px;
}
.hospital_list_type1 {
  display: flex;
  flex-wrap: wrap;
}
.column_4 {
  grid-template-columns: repeat(4, 280px);
}
.hospital_list_type1 .hos_panel_item {
  background: #fff;
}
.hospital_list_type1 .hos_panel_item,
#recommend-con .recommend .item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
}
.hospital_list_type1 .hos_panel_item .hot {
  width: 30px;
  height: 34px;
  display: block;
  position: absolute;
  right: 28px;
  top: 0;
  border-radius: 0px 0px 14px 14px;
  background: url(../../images/01www/elfimgs.png) no-repeat 60.944% 99.399%;
  background-size: 1948.24px 794.78px;
}
.hospital_list_type1 .hos_panel_item img {
  width: 280px;
  height: 171px;
  margin-bottom: 12px;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}
.hospital_list_type1 .hos_panel_item h3,
#recommend-con .recommend .item h3 {
  max-width: 280px;
  color: #000;
  margin: 0 0 9px 0;
  padding: 0 14px;
  font-size: 20px;
  font-weight: 600;
}
.hospital_list_type1 .hos_panel_item h3 a,
#recommend-con .recommend .item h3 a {
  color: #000;
}
.hospital_list_type1 .hos_panel_item h3:hover {
  color: #A42127;
}
.hospital_list_type1 .hos_panel_item .phone {
  max-width: 280px;
  margin: 0;
  padding: 0 14px;
  color: #777;
  font-size: 14px;
}
.hospital_list_type1 .hos_panel_item .phone:hover {
  color: #A42127;
  cursor: pointer;
}
.hospital_list_type1 .hos_panel_item .phone i {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../../images/01www/elfimgs.png) no-repeat 57.322% 98.153%;
  background-size: 1550.64px 632.58px;
}
.hospital_list_type1 .hos_panel_item .address i {
  width: 12px;
  height: 16px;
  display: inline-block;
  background: url(../../images/01www/elfimgs.png) no-repeat 58.649% 98.314%;
  background-size: 1550.64px 632.58px;
  margin-right: 3px;
  vertical-align: text-top;
}
.hospital_list_type1 .hos_panel_item .address {
  max-width: 280px;
  margin: 5px 0 17px 0;
  padding: 0 14px;
  color: #777;
  font-size: 14px;
}
.hospital_list_type1 .hos_panel_item .address:hover {
  cursor: pointer;
  color: #A42127;
}
.hospital_list_type1 .hos_panel_item .bottom,
#recommend-con .recommend .item .bottom {
  margin: 0 0 23px 0;
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.hospital_list_type1 .hos_panel_item .bottom:hover {
  cursor: pointer;
}
.hospital_list_type1 .hos_panel_item .bottom .price,
#recommend-con .recommend .item .bottom .price {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #ff5000;
  font-weight: 600;
  margin: 0;
}
.hospital_list_type1 .hos_panel_item .bottom .price em {
  margin-right: 4px;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  vertical-align: middle;
}
.hospital_list_type1 .hos_panel_item .bottom .price i,
#recommend-con .recommend .item .bottom .price i {
  font-size: 12px;
}
.hospital_list_type1 .hos_panel_item .bottom span,
#recommend-con .recommend .item .bottom span {
  margin: 0;
  font-size: 12px;
  color: #777;
}
#recommend-con .recommend {
  gap: 30px;
}
#recommend-con .recommend .item p {
  font-size: 12px;
  margin-left: 14px;
}
#recommend-con .recommend .item img {
  width: 280px;
  height: 171px;
  margin-bottom: 12px;
  border-radius: 10px 10px 0px 0px;
}
#recommend-con .recommend .item h3 a:hover {
  color: #53b2ba;
}
#recommend-con .recommend .item .hot {
  width: 34px;
  height: 47px;
  display: block;
  position: absolute;
  right: 14px;
  top: 170px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  border-radius: 0px 0px 14px 14px;
  background-color: #FB9B28;
}
.hospital_list_type1 .hos_panel_item:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.14);
}
.hospital_list_type2 {
  display: grid;
  grid-template-columns: repeat(3, 390px);
  justify-content: space-between;
  gap: 20px;
}
.hospital_list_type2 .hos_panel_item {
  display: flex;
  display: flexbox;
  flex-direction: column;
  background-color: #fff;
  height: 360px;
  border-radius: 10px;
}
.hospital_list_type2 .hos_panel_item:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.14);
}
.hospital_list_type2 .hos_panel_item img {
  width: 390px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box {
  width: 100%;
  display: flex;
  align-items: center;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_info {
  width: 284px;
  padding: 9px 0 12px 20px;
  box-sizing: border-box;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_info > a h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_info > a h3:hover {
  color: #4BB3BB;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_info > span {
  font-size: 14px;
  color: #999;
  margin: 4px 0 5px 0;
  display: block;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_info .price {
  font-size: 12px;
  color: #999;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_info .price i {
  color: #F24147;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_info .price strong {
  font-size: 28px;
  color: #F24147;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_info .price span {
  color: #999;
  text-decoration: line-through;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_tools {
  position: relative;
  padding: 0 20px 14px 0;
  display: flex;
  flex-direction: column;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_tools > span {
  width: 50px;
  height: 70px;
  display: block;
  border-radius: 0px 0px 50px 50px;
  background-color: #FB9B28;
  color: #fff;
  line-height: 70px;
  text-align: center;
  margin-top: 0px;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_tools > span a {
  color: #fff;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_tools > span a:hover {
  color: #4BB3BB;
}
.hospital_list_type2 .hos_panel_item .sk_panel_item_box_tools > i {
  font-size: 12px;
  color: #aaa;
  margin-top: 12px;
  display: block;
}
/* 公共医院列表 end */
.indexfixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999999999999999999999;
  text-align: center;
  background: url(../../images/fixed_img.jpg) no-repeat center center;
  height: 118px;
}
.indexfixed a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.indexfixd_close {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.indexfixd_close img {
  width: 20px;
}
.sk_top_header {
  width: 100%;
  background: #A42127;
}
.bar_left {
  display: flex;
  line-height: 36px;
  padding-left: 26px;
  color: rgba(0, 0, 0, 0.85);
}
.place_icon {
  display: inline-block;
  background: url(../../images/01www/elfimgs.png) no-repeat 55.94% 98.153%;
  background-size: 2186.8px 892.1px;
  width: 23px;
  height: 33px;
}
.bar_left span {
  margin-right: 3px;
}
.bar_left a {
  margin: 0 3px;
}
.bar_left .switch_apf:hover {
  cursor: pointer;
}
.bar_left .switch_apf {
  position: relative;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  letter-spacing: 0.5px;
  width: auto;
  overflow: hidden;
}
.bar_left .switch_apf .city {
  cursor: pointer;
  margin-right: 5px;
}
.bar_left .switch_apf .city_icon {
  line-height: 7px;
  width: 10px;
  height: 7px;
  background: url(../../images/01www/elfimgs.png) no-repeat 49.106% 97.43%;
  background-size: 2186.8px 892.1px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
#city-panel {
  position: absolute;
  z-index: 30000;
  background-color: #fff;
  width: 458px;
  padding: 20px;
  left: -20px;
  top: 48px;
  border-radius: 14px;
  /* 修改滚动条的滑块样式 */
  /* 修改滚动条的按钮样式（上下箭头按钮） */
  /* 修改滚动条的角落样式 */
}
#city-panel .city-mode {
  display: flex;
  align-items: flex-start;
}
#city-panel .city-mode .all {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0em;
  color: #3D3D3D;
  padding-right: 13px;
  flex-shrink: 0;
}
#city-panel .city-mode .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#city-panel .city-mode .list .citys {
  width: 68px;
  height: 20px;
  border-radius: 10px;
  background: #F5F5F5;
  font-size: 12px;
  color: #000000;
  text-align: center;
  line-height: 20px;
  margin: 0 14px 11px 0;
}
#city-panel .city-mode .list .citys:nth-child(4n) {
  margin-right: 0px;
}
#city-panel .city-mode .list .citys:hover {
  background: #A42127;
  color: #FFFFFF;
}
#city-panel .city-mode .list .current {
  background: #A42127;
  color: #FFFFFF;
}
#city-panel .current-title {
  margin-top: -15px;
  color: #A42127;
}
#city-panel .city-letter-nav {
  display: flex;
  align-items: center;
}
#city-panel .city-letter-nav div {
  margin: 0;
}
#city-panel .city-letter-nav .city-province-letter {
  white-space: normal;
  margin: 0px 0 0 0;
  line-height: normal !important;
}
#city-panel .city-letter-nav .city-province-letter li {
  display: inline-block;
  background-color: #F5F5F5;
  margin: 0 0px 0px 3px;
  cursor: pointer;
  line-height: 22px;
  width: 20px;
  text-align: center;
  height: 22px;
  color: #696969;
  border-radius: 5px;
}
#city-panel .city-letter-nav .city-province-letter li:hover {
  background: #A42127;
  color: #fff;
}
#city-panel .city-letter-nav .city-province-letter .active {
  background: #A42127;
  color: #fff;
}
#city-panel .city-province {
  width: auto;
  max-height: 230px;
  min-height: 130px;
  margin: 4px 0;
  overflow-y: scroll;
  position: relative;
}
#city-panel .city-province dl {
  display: flex;
}
#city-panel .city-province dt {
  float: left;
  font-weight: 700;
  line-height: 20px;
  width: 69px;
  margin: 0;
}
#city-panel .city-province dt a {
  color: #3D3D3D;
  margin: 0;
  line-height: 20px;
}
#city-panel .city-province dd {
  width: 327px;
  white-space: normal;
  line-height: 20px;
  margin: 0 0 15px 0;
}
#city-panel .city-province dd a {
  display: inline-block;
  margin: 0 9px 12px 0;
  color: #3d3d3d !important;
  padding: 1px 20px;
  text-align: center;
  border-radius: 35.39px;
  background: #F5F5F5 !important;
}
#city-panel .city-province dd a:not(.ban):hover {
  background: #A42127 !important;
  color: #fff !important;
  text-decoration: none !important;
}
#city-panel .city-province dd .active {
  background: #A42127 !important;
  color: #fff !important;
}
#city-panel .city-province dd .ban {
  color: #3d3d3d4d !important;
}
#city-panel .city-province dd .ban:hover {
  cursor: not-allowed !important;
  text-decoration: none !important;
}
#city-panel .city-province::-webkit-scrollbar {
  width: 0.5em;
  /* 设置滚动条宽度 */
}
#city-panel .city-province::-webkit-scrollbar-track {
  background-color: #fff !important;
  /* 轨道背景色 */
}
#city-panel .city-province::-webkit-scrollbar-thumb {
  background-color: #999;
  /* 滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角 */
}
#city-panel .city-province::-webkit-scrollbar-button {
  background-color: #fff;
  /* 按钮颜色 */
}
#city-panel .city-province::-webkit-scrollbar-corner {
  background-color: #fff !important;
  /* 角落背景色 */
}
#city-panel .blank {
  float: left;
  height: 22px;
  line-height: 14px;
  width: 332px;
  text-align: right;
  margin-top: -3px;
  margin-left: 2px;
  background-color: #f9f9f9;
}
#city-panel dd a:link,
.moreCity:link,
#city-panel dd a:visited,
.moreCity:visited,
#city-panel dd a:active,
.moreCity:active {
  color: #A42127;
  text-decoration: none;
}
#city-panel dd a:hover {
  text-decoration: underline;
}
.switch_apf:hover {
  display: block;
  overflow: unset;
}
.sk_index_topbar {
  margin: 0 auto;
  width: 1200px;
  height: 24px;
}
.sk_index_topbar .bar_left a:hover {
  color: #a2e4ff;
}
.sk_index_topbar .bar_left .switch_apf .city_icon {
  background: url(../../images/ic/ic_9.png) no-repeat right center;
  background-size: 100% auto;
}
.sk_index_topbar ul {
  float: right;
  padding-top: 10px;
}
.sk_index_topbar ul li {
  float: left;
  color: #cccccc;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #aaaaaa;
  height: 14px;
  line-height: 14px;
}
.sk_index_topbar ul li:last-child {
  border-right: 0;
}
.sk_index_topbar ul li a {
  color: #cccccc;
  font-size: 14px;
}
.sk_index_topbar ul li a:hover {
  color: #a2e4ff;
  font-size: 14px;
}
.sk_index_topbar_talke a {
  padding-right: 15px;
  background: url(../../images/ic_1.png) no-repeat right center;
}
.sk_index_header_nav {
  margin-top: 24px;
  height: 38px;
}
.sk_index_header_nav_logo {
  width: 240px;
  height: 38px;
  padding-left: 25px;
}
.sk_index_header_nav .nav ul li {
  float: left;
  padding: 0 18px;
  height: 38px;
  line-height: 38px;
}
.sk_index_header_nav .nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_index_header_nav .nav ul li:hover {
  background: url(../../images/ic_2.png) no-repeat left center;
}
.sk_index_header_nav .nav ul li:hover a {
  color: #a2e4ff;
}
.sk_index_header_nav .nav ul li.active {
  background: url(../../images/ic_2.png) no-repeat left center;
}
.sk_index_header_nav .nav ul li.active a {
  color: #a2e4ff;
}
.sk_index_header_sub select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: 0;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
.sk_index_header_sub select::-ms-expand {
  display: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.sk_index_header_sub select {
  border-radius: 0;
  /*去除input默认样式*/
}
.sk_index_header_sub {
  position: relative;
  background: #4f799a;
  border-radius: 5px;
  overflow: hidden;
}
.sk_index_header_sub .search_ipt {
  width: 120px;
  height: 35px;
  color: #e4e4e4;
  font-size: 14px;
  background: none;
  padding-left: 10px;
  padding-right: 35px;
}
.sk_index_header_sub .sub {
  background: url(../../images/ic_5.png) no-repeat center center;
  width: 35px;
  height: 35px;
  right: 0px;
  top: 0px;
  position: absolute;
  cursor: pointer;
}
/* .sk_index_header_sub:hover .search_ipt{background: rgba(0,53,93,.6);} */
/* .sk_index_header_sub:hover {background: rgba(0,53,93,.6);} */
/* .sk_index_header_sub:hover select {background: url("../../images/20191219/ic1.png") no-repeat scroll right center;} */
.sk_index_header_sub select {
  width: 93px;
  padding-left: 10px;
  float: left;
  height: 35px;
  background: none;
  background: url("../../images/20191219/ic1.png") no-repeat scroll right center #4f799a;
  color: #e9f4fc;
  font-size: 14px;
}
.sk_page_topbar {
  margin: 0 auto;
  height: 48px;
  background: #F1F1F1;
}
.header_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header_left_box .welcome {
  min-width: 180px;
  height: 48px;
  opacity: 0.65;
  font-family: PingFang SC;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  line-height: 48px;
  letter-spacing: 0.5px;
}
.header_con .header_left_box {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}
.header_con .old-enter {
  cursor: pointer;
  display: none;
  background: url('/Public/images/01www/elfimgs.png') no-repeat 73.79% 55.24%;
  background-size: 795.2px 324.4px;
  height: 30px;
}
.header_con .news-box {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  display: flex;
}
.sk_page_topbar .bar_left {
  color: rgba(0, 0, 0, 0.65);
}
.sk_page_topbar .bar_left a {
  color: #a5a5a5;
}
.sk_page_topbar .bar_left a:hover {
  color: #4BB3BB;
}
.sk_page_topbar ul li {
  color: #cccccc;
  font-size: 14px;
  padding: 0;
  height: 14px;
  line-height: 14px;
  margin: 0 6px 0 0;
}
.sk_page_topbar ul .myinfo {
  display: flex;
  align-items: center;
  z-index: 999;
}
.sk_page_topbar ul .myinfo #self {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
}
.sk_page_topbar ul .myinfo #self:hover .myinfo_detail {
  display: block;
}
.sk_page_topbar ul .myinfo .avatar {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.sk_page_topbar ul .myinfo .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
}
.sk_page_topbar ul .myinfo .line {
  width: 2px;
  height: 10px;
  margin: 0 25px;
}
.sk_page_topbar .myinfo_detail {
  background: url('/Public/images/ic/myinfo_bg.png') no-repeat center center;
  background-size: 267px 172px;
  width: 237px;
  height: 136px;
  border-radius: 10px;
  position: absolute;
  right: -55px;
  top: 50px;
  z-index: 9;
  padding: 15px;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.sk_page_topbar .myinfo_detail .user_loginout {
  display: block;
  margin: 0 0 0px 0;
  float: right;
  font-size: 12px;
  padding: 4px 12px;
  color: #A42127;
  text-align: center;
  border-radius: 50px;
  background: #fff;
}
.sk_page_topbar .myinfo_detail .info {
  clear: both;
  display: flex;
  align-items: center;
  margin: 0;
}
.sk_page_topbar .myinfo_detail .info .img {
  display: block;
  margin: 0 15px 0 0;
}
.sk_page_topbar .myinfo_detail .info .img img {
  width: 75px;
  height: 75px;
  border-radius: 999px;
  border: 5px solid #fff;
  display: block;
}
.sk_page_topbar .myinfo_detail .info .content {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sk_page_topbar .myinfo_detail .info .content a:first-child {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.sk_page_topbar .myinfo_detail .info .content a:last-child {
  padding: 3px 8px;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
}
.sk_page_topbar ul li:last-child {
  border-right: 0;
}
.sk_page_topbar ul li a {
  color: #a5a5a5;
  font-size: 14px;
}
.sk_page_header_nav {
  width: 1200px;
  height: 76px;
  background: transparent;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
}
.sk_page_header_nav_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 36px;
  font-weight: normal;
  color: #39d0c0;
  border-radius: 15px;
  padding: 10px 20px;
  background: #fff;
}
.sk_page_header_nav_logo img {
  width: 120px;
}
.sk_page_header_nav_logo p {
  margin-left: 18px;
  display: none;
  color: #A42127;
}
.sk_page_header_nav_logo p:hover {
  text-shadow: #d1030c;
}
.sk_page_header_nav_tell {
  font-family: PingFang SC;
  flex-basis: 215px !important;
  flex-grow: 0;
  flex-shrink: 0;
  color: #35817C;
  font-size: 14px;
  padding: 0 88px 0 30px;
  border-left: 1px solid #F2941B;
  margin: 0;
  display: none;
  letter-spacing: 0.5px;
}
.sk_page_header_nav .nav ul li {
  float: left;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
}
.sk_page_header_nav .nav ul li a {
  color: #333333;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_page_header_nav .nav ul li:hover {
  background: url(../../images/ic_16.png) no-repeat left center;
}
.sk_page_header_nav .nav ul li:hover a {
  color: #4BB3BB;
}
.sk_page_header_nav .nav ul li.active {
  background: url(../../images/ic_16.png) no-repeat left center;
}
.sk_page_header_nav .nav ul li.active a {
  color: #4BB3BB;
}
.sk_page_header_sub {
  height: 30px;
  background: #fff;
  border-radius: 48px;
  margin: 0 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 3.75px;
}
.sk_page_header_sub .checkselect {
  font-size: 14px;
  color: #969696;
  width: 82px;
}
.sk_page_header_sub .search_ipt {
  width: 120px;
  height: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  padding-left: 6px;
  margin: 0 0;
}
.sk_page_header_sub .search_ipt::placeholder {
  color: #c1c1c1;
}
.sk_page_header_sub .sub {
  border-radius: 0 3.75px 3.75px 0;
  background: #FCD4B6 url(../../images/ic_5.png) no-repeat 8px center;
  background-size: 16px 16px;
  width: 34px;
  height: 30px;
  box-sizing: border-box;
  font-size: 0px;
  color: #4BB3BB;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}
.sk_page_header_form {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0;
}
.sk_page_header_sub select {
  width: 90px;
  height: 30px;
  background: #fff;
  text-align: center;
  color: #000;
  line-height: 26px;
  font-size: 14px;
  text-align-last: center;
  -moz-text-align-last: center;
  border-radius: 3.75px 0 0 3.75px;
}
.sk_page_header_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  margin-left: 33px;
}
.sk_page_header_tab .tab {
  height: 50px;
  margin: 0 35px 0 0;
  position: relative;
  line-height: 50px;
  padding: 0 10px;
  border-radius: 6px;
  z-index: 99;
}
.sk_page_header_tab .tab:last-child {
  margin: 0 0;
}
.sk_page_header_tab .tab .tag {
  display: none;
}
.sk_page_header_tab a {
  color: #fff;
}
.sk_page_header_tab .current {
  background: #fff;
}
.sk_page_header_tab .current a {
  color: #A42127;
  position: relative;
  z-index: 99;
}
.sk_page_header_tab .current .inner {
  width: 100%;
  height: 64px;
  padding: 0 30px;
  border-radius: 7.5px 7.5px 0px 0px;
  opacity: 1;
  background: #FFFFFF;
  margin-top: auto;
  position: absolute;
  left: -30px;
  bottom: 0;
  z-index: 88;
  box-sizing: content-box;
}
.sk_page_header_tab .current .tag {
  width: 100%;
  display: block;
  padding: 0;
  box-sizing: border-box;
  height: 5px;
  border-radius: 2px;
  background-color: #64D6C5;
  margin-top: 4px;
  position: absolute;
  left: 0;
  bottom: 17px;
  z-index: 99;
}
.sk_page_topbar .news-box li a {
  font-family: PingFang SC;
  color: #3d3d3d;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
}
.sk_page_topbar .news-box li a {
  font-family: PingFang SC;
  color: #3d3d3d;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
}
.arrow_bottom_icon {
  background: url(../../images/01www/elfimgs.png) no-repeat 50.143% 97.353%;
  background-size: 2186.8px 892.1px;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  display: flex;
  display: inline-block;
  vertical-align: middle;
}
.sk_page_topbar .news-box .operate a {
  color: #A42127;
}
.sk_page_topbar .news-box li .tag {
  font-family: PingFang SC;
  color: #999 !important;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  margin: 0 3px;
  padding: 0;
}
.sk_page_topbar .news-box li .type {
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.5px;
}
.sk_page_topbar .news-box .operate {
  margin-right: 18px;
  letter-spacing: 0.5px;
}
.sk_page_topbar .news-box li .type:hover {
  color: #A42127 !important;
}
.sk_rime .sk_rime_info {
  display: grid;
  grid-template-columns: 260px 684px 256px;
  margin-top: 70px;
  position: relative;
  box-shadow: 0px 4px 10px 0px rgba(167, 167, 167, 0.3);
  border-radius: 20px;
}
.sk_rime .sk_rime_info .nav-list {
  width: 949px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -52px;
  left: 271px;
  padding-right: 82px;
}
.sk_rime .sk_rime_info .nav-list p {
  margin: 0;
  height: 33px;
}
.sk_rime .sk_rime_info .nav-list p:first-child {
  margin-right: -21px;
}
.sk_rime .sk_rime_info .nav-list .current {
  box-sizing: border-box;
  text-align: center;
  padding: 9px 0px 2px 0px;
  border-radius: 7.5px 7.5px 0px 0px;
}
.sk_rime .sk_rime_info .nav-list .current a {
  padding-top: 5px;
}
.sk_rime .sk_rime_info .nav-list a {
  font-size: 16px;
  color: #A42127;
  letter-spacing: 0.5px;
  width: 100%;
  display: block;
  font-weight: 600;
}
.sk_rime .sk_rime_info .nav-list .tab .tag {
  height: 4px;
  background: #A42127;
  border: 2px;
  margin-top: 8px;
  border-radius: 20px;
  display: block;
  transition: all 0.2s ease-in-out;
}
.sk_left_nav {
  background: #A42127;
  width: 260px;
  height: 510px;
  float: left;
  border-radius: 20px 0 0 20px;
  position: relative;
}
.sk_left_nav .picture {
  width: 235px;
  height: auto;
  position: absolute;
  top: -50px;
  left: 16px;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
}
.sk_left_nav .picture:hover {
  transform: translateY(-16px);
}
.gift-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -20px;
  left: 0px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sk_left_bg {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 456px;
  background: url(../../images/icon_2.png) no-repeat bottom left;
  background-size: 100% 100%;
}
.gift-wrap:hover {
  top: -25px;
}
.side-bar {
  width: 90px;
  height: 360px;
  position: absolute;
  left: -100px;
  top: -6px;
  overflow: hidden;
}
.side-bar ul {
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  transition: all 0.4s ease-in-out;
}
.side-bar ul li {
  width: 78px;
  margin: 6px;
}
.side-bar ul li a {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 4px;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-bar ul li a:hover {
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}
.sk_nav_list {
  width: 100%;
  height: 468px;
  position: absolute;
  border-radius: 0 0 20px 20px;
  top: 40px;
  left: 0;
  z-index: 999;
  padding: 45px 0 0;
  box-sizing: border-box;
  background: url(../../images/2023/pc-nav-bg.png) no-repeat center center;
}
.sk_nav_list ul li {
  height: 45px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 5px;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-out;
}
.sk_nav_list ul li > a {
  width: 70%;
  height: 45px;
  display: block;
  padding-left: 50px;
  color: #fff;
  background-size: 33px 33px;
  line-height: 45px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 15%;
  box-sizing: border-box;
  position: relative;
}
.sk_nav_list ul li > a > span {
  text-align: right;
  margin-left: 0;
}
.sk_nav_list ul li a .cat_icon {
  background: url(../../images/01www/elfimgs.png) no-repeat 7.168% 55.254%;
  background-size: 695.8px 283.85px;
  width: 23px;
  height: 33px;
  position: absolute;
  right: 150px;
}
.sk_nav_list ul li:nth-child(2) a > .cat_icon {
  background: url(../../images/01www/elfimgs.png) no-repeat 1.084% 55.174%;
  background-size: 695.8px 283.85px;
  width: 23px;
  height: 33px;
}
.sk_nav_list ul li:nth-child(3) a > .cat_icon {
  background: url(../../images/01www/elfimgs.png) no-repeat 19.826% 55.271%;
  background-size: 695.8px 283.85px;
  width: 23px;
  height: 33px;
}
.sk_nav_list ul li:nth-child(4) a > .cat_icon {
  background: url(../../images/01www/elfimgs.png) no-repeat 13.64% 55.192%;
  background-size: 695.8px 283.85px;
  width: 23px;
  height: 33px;
}
.sk_nav_list ul li:nth-child(5) a > .cat_icon {
  background: url(../../images/01www/elfimgs.png) no-repeat 26.224% 55.291%;
  background-size: 695.8px 283.85px;
  width: 23px;
  height: 33px;
}
.sk_nav_list ul li:nth-child(6) a > .cat_icon {
  background: url(../../images/01www/elfimgs.png) no-repeat 32.543% 55.16%;
  background-size: 695.8px 283.85px;
  width: 27px;
  height: 33px;
}
.sk_nav_list ul li:nth-child(7) a > .cat_icon {
  background: url(../../images/01www/elfimgs.png) no-repeat 38.846% 55.084%;
  background-size: 695.8px 283.85px;
  width: 36px;
  height: 33px;
}
.sk_nav_list ul li:nth-child(8) a > .cat_icon {
  background: url(../../images/01www/elfimgs.png) no-repeat 45.39% 55.114%;
  background-size: 695.8px 283.85px;
  width: 25px;
  height: 33px;
}
.sk_nav_list ul li:hover {
  background: #C1555A;
}
.sk_nav_list ul li:hover .show {
  display: block;
}
.sk_nav_list ul li:hover .title {
  margin-left: 25%;
  color: #fff !important;
}
.sk_nav_list ul li:hover .sk_nav_detail_list {
  visibility: visible;
}
.sk_nav_list ul li > a .show {
  display: inline-block;
  display: none;
  width: 8px;
  height: 16px;
  margin: 0;
  margin-left: auto;
  background: url(../../images/01www/elfimgs.png) no-repeat 54.196% 98.319%;
  background-size: 1590.4px 648.8px;
}
.sk_nav_list ul li .sk_nav_detail_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sk_nav_list ul li .sk_nav_detail_tit .sk_nav_more {
  font-size: 12px;
  text-align: right;
  display: none;
}
.sk_nav_list ul li .sk_nav_detail_tit .sk_nav_more:hover {
  color: #fdcf46;
}
.sk_nav_list ul li .sk_nav_detail_tit a {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-family: '思源黑体';
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-out;
}
.sk_prime_middle {
  width: 684px;
  background: #fff;
  height: 510px;
}
.sk_nav_detail_list {
  visibility: hidden;
  height: 510px;
  width: 684px;
  background: #fff;
  position: absolute;
  top: -42px;
  left: 260px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
  padding: 18px 0 18px;
  overflow-y: scroll;
  box-shadow: 0px 4px 49px 0px rgba(0, 0, 0, 0.17);
}
.sk_nav_detail_list .inner-cat {
  margin-bottom: 20px;
}
.sk_nav_detail_list .inner-cat:first-child .two-title {
  border-radius: 20px 20px 0 0;
}
.sk_nav_detail_list .two-title {
  width: 100%;
  height: 35px;
  font-size: 12px;
  color: #A42127;
  border-bottom: 1px solid #D8D8D8;
  margin: 0;
  line-height: 35px;
  margin-bottom: 10px;
  text-align: left;
  border: none;
  padding: 0 30px;
  box-sizing: border-box;
}
.sk_nav_detail_list .two-title a {
  border: none;
  color: #A42127;
  font-size: 18px;
  font-weight: bold;
  background: none !important;
}
.sk_nav_detail_list .detail-inner {
  padding: 0 30px;
}
.sk_nav_detail_list a:hover {
  color: #A20202;
}
.sk_nav_detail_list .cat {
  height: 40px;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 14px;
  color: #3D3D3D;
  border-bottom: 1px solid #D8D8D8;
  margin: 0;
  margin-right: 30px;
  text-align: center;
  line-height: 40px;
}
.sk_nav_detail_list .cat:hover {
  color: #A20202;
  border-color: #A20202;
}
.sk_nav_detail_list .cat:nth-child(5n) {
  margin-right: 0;
}
/*! 幻灯片 */
.sk_banner {
  width: 684px;
  height: 310px;
  overflow: hidden;
}
.sk_banner .pagination-banner {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
.sk_banner .pagination-banner .swiper-pagination-bullet {
  background: #b6bac3;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 1;
  margin: 0 2px;
}
.sk_banner .pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #4BB3BB;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 100;
  text-align: center;
  padding-right: 30px;
}
.callbacks_tabs.callbacks1_tabs li {
  display: inline-block;
  width: auto;
  height: 10px;
  margin-left: 5px;
  border-radius: 10px;
  position: relative;
}
.callbacks_tabs.callbacks1_tabs li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  z-index: 1000;
  color: #fff;
  color: transparent;
  background: #fff;
}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a {
  width: 30px;
  background: #fff;
}
/* Callback example */
.callbacks_container {
  margin-bottom: 2px;
  position: relative;
  float: left;
  width: 100%;
  max-width: 100%;
  text-align: center;
  height: 310px;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: 310px;
  width: 100%;
  border: 0;
  object-fit: cover;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 22px;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 33px;
  width: 33px;
  background: url("../../images/2023/pc-banner-left.png") no-repeat left top;
  margin-top: -15px;
  display: none;
}
.callbacks_container:hover .callbacks_nav {
  display: block;
}
.callbacks_nav:active {
  opacity: 1;
}
.callbacks_nav.next {
  left: auto;
  background: url("../../images/2023/pc-banner-right.png") no-repeat left top;
  right: 22px;
}
/* 幻灯片end */
.sk_recommend ul {
  display: grid;
  grid-template-columns: 342px 342px;
}
.sk_recommend ul li {
  overflow: hidden;
}
.sk_recommend ul li:hover {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.14);
}
s .sk_recommend ul li div.sk_rec_img {
  width: 342px;
  height: 200px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.sk_recommend ul li div.sk_rec_img img {
  width: 342px;
  height: 200px;
  object-fit: cover;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.14);
}
.sk_recommend ul li div.sk_rec_info {
  float: left;
  width: 195px;
}
.sk_recommend ul li div.sk_rec_info .price {
  padding-bottom: 5px;
}
.sk_recommend ul li div.sk_rec_info .price h3 {
  display: inline-block;
  font-size: 14px;
  color: #ff4b4c;
  padding-right: 5px;
}
.sk_recommend ul li div.sk_rec_info .price h3 font {
  font-weight: bold;
  font-size: 32px;
}
.sk_recommend ul li div.sk_rec_info .price h3 b {
  color: #999999;
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
}
.sk_recommend ul li div.sk_rec_info .price span {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
  text-decoration: line-through;
  display: inline-block;
}
.sk_recommend ul li div.sk_rec_info div.line {
  width: 20px;
  height: 2px;
  background: #1188f3;
  float: left;
}
.sk_recommend ul li div.sk_rec_info span {
  display: block;
  line-height: 22px;
  padding-top: 5px;
  color: #666666;
  font-size: 14px;
}
.sk_prime_right {
  height: 510px;
  background: #fff;
  width: 256px;
  float: left;
  position: relative;
  padding: 15px 0 0 15px;
  box-sizing: border-box;
  border-radius: 0 20px 20px 0;
}
.sign {
  width: 97px;
  height: 97px;
  position: absolute;
  right: -30px;
  top: -30px;
  font-weight: 700;
  font-size: 18px;
  background: url(../../images/sign.png);
  cursor: pointer;
}
.sign span {
  position: absolute;
  width: 40px;
  left: 30px;
  top: 22px;
  line-height: 20px;
}
.sign,
.sign:hover {
  color: #ffefdf;
}
.sign.not-sign {
  -webkit-animation: shakeSign 3.5s infinite;
  -moz-animation: shakeSign 3.5s infinite;
  -ms-animation: shakeSign 3.5s infinite;
  animation: shakeSign 3.5s infinite;
  -webkit-transform-origin: 0 100% 0;
  -moz-transform-origin: 0 100% 0;
  -ms-transform-origin: 0 100% 0;
  transform-origin: 0 100% 0;
}
.cd-popup1 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
}
.cd-popup1.is-visible1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container1 {
  position: relative;
  margin: 250px auto;
  width: 350px;
  height: 540px;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  text-align: center;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  width: auto;
  height: 1.25rem;
  display: block;
  font-size: 14px;
}
.is-visible1 .cd-popup-container1 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.sign-box {
  width: 350px;
  height: 540px;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-animation: dropsign 0.5s 0.8s forwards ease-in-out;
  -moz-animation: dropsign 0.5s 0.8s forwards ease-in-out;
  -ms-animation: dropsign 0.5s 0.8s forwards ease-in-out;
  animation: dropsign 0.5s 0.8s forwards ease-in-out;
}
.sign-box .sign-front {
  background: url(../../images/sign-bg.png);
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 350px;
  height: 540px;
}
.sign-box .sign-back,
.sign-box .sign-front {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sign-box.view-rule .sign-front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.sign-box .sign-info {
  width: 350px;
  text-shadow: 0 3px 6px #b24d04;
  color: #fff;
  margin-top: 120px;
}
.sign-box .sign-info b {
  font-size: 36px;
  cursor: pointer;
}
.sign-box .sign-g-w {
  position: relative;
  margin-top: 10px;
  height: 30px;
  overflow: hidden;
}
.sign-box .sign-process {
  position: absolute;
  top: 296px;
  left: 40px;
}
.sign-box .sign-process li {
  margin-right: 22px;
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
}
.sign-box .sign-process li.active .icon span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-indent: -2em;
  height: 100%;
  background: url(../../images/sign-wc.png) center center no-repeat;
}
.sign-box .sign-process li .icon {
  background: #d14711;
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  line-height: 20px;
  position: absolute;
  border-radius: 10px;
  z-index: 2;
  font-family: DINBold, Arial, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Hiragino Sans GB, \\5B8B\4F53;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 3px 6px rgba(130, 8, 4, 0.4);
  font-size: 14px;
}
.sign-box .sign-process li.active .icon {
  background-color: #e9b98e;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #e9b98e, #c67f49);
  background-image: -ms-linear-gradient(top, #e9b98e, #c67f49);
  background-image: -webkit-linear-gradient(top, #e9b98e, #c67f49);
  background-image: -o-linear-gradient(top, #e9b98e, #c67f49);
  background-image: linear-gradient(top, #e9b98e, #c67f49);
}
.sign-box .sign-process li.last .icon {
  width: 36px;
  height: 34px;
  box-shadow: none;
  top: -7px;
  left: -2px;
  background: url(../../images/sign-lh.png) no-repeat;
}
.sign-box .sign-text {
  width: 100%;
  position: absolute;
  top: 335px;
  left: 0;
  font-size: 14px;
}
.sign-box .sign-text span {
  color: #fdebdb;
  opacity: 0.7;
}
.sign-box .sign-text a {
  color: #fdebdb;
}
.sign-box .sign-btn {
  position: absolute;
  top: 375px;
  width: 100%;
}
.sign-box .sign-btn a {
  width: 145px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  background-image: -moz-linear-gradient(0deg, #fff8c1 0, #fcef89 100%);
  background-image: -webkit-linear-gradient(0deg, #fff8c1 0, #fcef89 100%);
  background-image: -ms-linear-gradient(0deg, #fff8c1 0, #fcef89 100%);
  border-radius: 100px;
  font-size: 16px;
  color: #e14b10;
  font-weight: 700;
  text-shadow: 1px 1.732px 2px #bf977b;
}
.sign-box .sign-process li.active .line {
  position: absolute;
  left: -30px;
  top: 11px;
  width: 30px;
  height: 3px;
  background: #c37a43;
  border-bottom: 1px solid #fcab00;
}
.sign-box .sign-promotion {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 88px;
}
.sign-box .sign-promotion .promotion-img {
  float: left;
  width: 88px;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 80px;
  position: relative;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
}
.sign-box .sign-promotion .promotion-text {
  float: left;
  text-align: left;
  color: #fcf8d5;
  line-height: 88px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
}
.sign-box .sign-promotion .promotion-text a {
  color: #fcf8d5;
  text-decoration: underline;
}
.sign-box .sign-back {
  z-index: 2;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  width: 350px;
  height: 540px;
  background: url(../../images/sign-bg.png);
}
.sign-box.view-rule .sign-back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  z-index: 4;
}
.sign-box .sign-rule {
  position: absolute;
  top: 1px;
  left: 0;
  width: 350px;
  height: 450px;
  padding: 0 30px;
  color: #fff;
  background: #f0581d;
  z-index: 2;
  border-radius: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sign-box .sign-rule .rule-tit {
  font-size: 24px;
  color: #fdebdb;
  font-weight: 700;
  height: 93px;
  line-height: 100px;
  border-bottom: 1px solid #d14812;
}
.sign-box .sign-rule .rule-content {
  margin: 20px 0;
  padding-right: 10px;
  text-align: left;
  height: 225px;
  overflow-y: auto;
}
.sign-box .sign-rule .rule-content p {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  color: #fdebdb;
  line-height: 30px;
}
.sign-box .sign-rule .sign-btn {
  width: 290px;
}
.sign-box .sign-rule .rule-content::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sign-box .sign-rule .rule-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d14812;
}
.sign-box .sign-rule .rule-content::-webkit-scrollbar {
  width: 5px;
}
.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.sign-close {
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../../images/sign-close.png) 50% no-repeat;
  right: 20px;
  top: 20px;
  z-index: 3;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.sk_prime_right_login {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sk_prime_right_login .img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
}
.sk_prime_right_login img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sk_prime_right_login .info {
  overflow: hidden;
  margin: 0;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sk_prime_right_login .info h3 {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
}
.sk_prime_right_login .info span {
  color: #767676;
  font-size: 12px;
  line-height: 20px;
}
.sk_prime_right_login .info span:hover {
  color: #4BB3BB;
}
.sk_prime_right_login .info h3 a {
  color: #333333;
}
.sk_prime_right_login .info a {
  color: #666666;
  margin: 0;
  letter-spacing: 0.5px;
}
.sk_prime_right_login_btns {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
}
.sk_prime_right_login_btns a {
  display: block;
  width: 65px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  border: 1px solid #A42127;
  border-radius: 4px;
  font-size: 12px;
}
.sk_prime_right_login_btns a:first-child {
  background: #A42127;
  color: #fff;
}
.sk_prime_right_login_btns a:last-child {
  background: #fff;
  color: #A42127;
}
.sk_prime_right_recommend {
  padding: 0 10px;
  overflow: hidden;
}
.sk_prime_right_recommend ul li {
  border-radius: 5px;
  height: 130px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 8px;
  padding-bottom: 5px;
}
.index-user-banner {
  width: 224px;
  height: 91px;
}
.index-user-banner img {
  width: 224px;
  height: 91px;
}
.user-hot-list {
  width: 227px;
  margin: 20px 0 0 0;
  letter-spacing: 0.5px;
}
.user-hot-list .title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 00;
  color: #000000;
  line-height: 20px;
  justify-content: flex-start;
}
.user-hot-list .title .user-hot-icon {
  display: inline-block;
  width: 12px;
  height: 14px;
  margin: 0 9px 0 0;
  background: url(../../images/01www/elfimgs.png) no-repeat 43.143% 100%;
  background-size: 447.3px 182.475px;
}
.user-hot-list .list {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  color: #262626;
  margin: 11px 0 0 0;
}
.user-hot-list .list .num {
  font-size: 14px;
  color: 797979;
  margin: 0 5px 0 5px;
}
.user-hot-list .list .hot {
  color: #ff0005;
  font-weight: 600;
}
.user-hot-list .list .user-hots-icon {
  display: inline-block;
  width: 35px;
  height: 20px;
  margin: 0 0 0 5px;
  background: url(../../images/01www/elfimgs.png) no-repeat 38.043% 99.472%;
  background-size: 616.28px 251.41px;
}
.user-hot-list .list:nth-child(3n) .user-hots-icon {
  display: none;
}
.user-hot-list .list:nth-child(5) p {
  color: #666;
}
.user-hot-list .list:nth-child(6) p {
  color: #666;
}
.sk_prime_right_recommend ul li img {
  width: 100%;
}
.sk_prime_right_recommend ul li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sk_prime_right_nav {
  margin: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sk_prime_right_nav a {
  width: 60px;
  display: block;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  margin: 0;
  text-align: center;
  margin: 5px 0;
}
.sk_prime_right_nav a .pc-index-user-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  background: url(../../images/01www/elfimgs.png) no-repeat 0.034% 99.385%;
  background-size: 894.6px 364.95px;
}
.sk_prime_right_nav a:nth-child(2) .pc-index-user-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  background: url(../../images/01www/elfimgs.png) no-repeat 4.639% 99.212%;
  background-size: 894.6px 364.95px;
}
.sk_prime_right_nav a:nth-child(3) .pc-index-user-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  background: url(../../images/01www/elfimgs.png) no-repeat 9.315% 99.385%;
  background-size: 894.6px 364.95px;
}
.sk_prime_right_nav a:nth-child(4) .pc-index-user-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  background: url(../../images/01www/elfimgs.png) no-repeat 13.602% 99.385%;
  background-size: 894.6px 364.95px;
}
.sk_prime_right_nav a:nth-child(5) .pc-index-user-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  background: url(../../images/01www/elfimgs.png) no-repeat 18.147% 99.083%;
  background-size: 894.6px 364.95px;
}
.sk_prime_right_nav a:nth-child(6) .pc-index-user-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  background: url(../../images/01www/elfimgs.png) no-repeat 22.658% 98.955%;
  background-size: 894.6px 364.95px;
}
.sk_prime_right_nav a:nth-child(7) .pc-index-user-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  background: url(../../images/01www/elfimgs.png) no-repeat 27.251% 99.083%;
  background-size: 894.6px 364.95px;
}
.sk_prime_right_nav a:nth-child(8) .pc-index-user-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  background: url(../../images/01www/elfimgs.png) no-repeat 31.753% 99.083%;
  background-size: 894.6px 364.95px;
}
.sk_prime_right_nav a h3 {
  letter-spacing: 0.5px;
}
.sk_prime_right_nav a h3:hover {
  color: #A42127;
}
.sk_prime_right_nav ul li {
  float: left;
  width: 67.5px;
  margin-right: 20px;
  padding: 0 5px;
  text-align: center;
  padding-bottom: 20px;
}
.sk_prime_right_nav ul li div {
  height: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sk_prime_right_nav ul li h3 {
  color: #333333;
  font-size: 14px;
  padding-top: 10px;
}
.sk_prime_right_nav ul li a:hover h3 {
  color: #4BB3BB;
}
/* 首页快报 */
.sk_index_news {
  padding-top: 10px;
  overflow: hidden;
}
.sk_index_news_tit {
  padding: 20px 0 0;
  overflow: hidden;
}
.sk_index_news_cont {
  position: relative;
  z-index: 99;
  width: 1246px;
  padding: 20px 23px 0;
  margin: 0 auto;
  overflow: hidden;
  min-height: 350px;
}
.sk_index_news_module {
  width: 1200px;
  float: left;
  padding: 30px 25px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FEC3BA 0%, rgba(216, 216, 216, 0) 50%);
  background-size: contain;
  background-repeat: no-repeat;
}
/* 会员特权 暂未使用*/
.sk_index_user {
  width: 210px;
}
.sk_index_user .tit {
  overflow: hidden;
}
.sk_index_user .tit h3 {
  color: #444444;
  font-size: 18px;
  float: left;
  font-weight: bold;
}
.sk_index_user .tit span {
  color: #444444;
  font-size: 14px;
  float: left;
  line-height: 28px;
  padding-left: 10px;
}
.sk_index_user .sk_index_user_img {
  width: 196px;
  height: 126px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(135, 142, 162, 0.6);
  position: relative;
  clear: both;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sk_index_user .sk_index_user_img img {
  width: 196px;
}
.sk_index_user .sk_index_user_img:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sk_index_user_list {
  padding-top: 20px;
  overflow: hidden;
}
.sk_index_user_list ul li {
  overflow: hidden;
  padding: 5px 0;
}
.sk_index_user_list ul li a {
  color: #444444;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_index_user_list ul li a:hover {
  color: #4BB3BB;
}
.sk_index_user_more {
  overflow: hidden;
  padding-top: 20px;
}
.sk_index_user_more a {
  color: #666666;
  font-size: 12px;
  line-height: 30px;
}
.sk_index_user_more a:hover {
  color: #4BB3BB;
}
/* 会员特权 end*/
.sk_index_rush .sk_index_rushTitle {
  overflow: hidden;
  padding: 0 8px;
}
.sk_index_rush .sk_index_rushTitle .tit {
  overflow: hidden;
  float: left;
}
.sk_index_rush .sk_index_rushTitle .tit h3 {
  color: #444444;
  font-size: 18px;
  float: left;
  font-weight: bold;
}
.sk_index_rush .sk_index_rushTitle .tit span {
  color: #444444;
  font-size: 14px;
  float: left;
  line-height: 28px;
  padding-left: 10px;
}
.sk_index_rush .sk_index_rushTitle .tit a {
  display: none;
}
.sk_index_rush .sk_index_rushTitle .sk_index_rushNav {
  float: right;
  width: 750px;
  line-height: 35px;
  height: 35px;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 35px;
  position: relative;
}
.sk_index_rush .sk_index_rushTitle .sk_index_rushNav .title {
  cursor: pointer;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 3px 3px 0 0;
}
.sk_index_rush .sk_index_rushTitle .sk_index_rushNav .title::after {
  content: "";
  position: absolute;
  right: -3.5px;
  width: 7px;
  height: 100%;
  background: url(../../images/20191219/icbg1.png) no-repeat center center;
}
.sk_index_rush .sk_index_rushTitle .sk_index_rushNav .swiper-slide:last-child .title::after {
  display: none;
}
.sk_index_rush .sk_index_rushTitle .sk_index_rushNav .title.active {
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  color: #1678fd;
  background: #fff;
}
.sk_index_rush .sk_index_rushTitle .sk_index_rushNav .title.active::after {
  display: none;
}
.sk_index_rush .sk_index_rushTitle .sk_index_rushNav .title.prev::after {
  display: none;
}
.swiper-container-rushNav {
  overflow: hidden;
  height: 36px;
}
.sk_index_rush .sk_index_rushTitle .sk_index_rushNav .swiper-slide {
  position: relative;
  width: auto;
  margin: 0;
}
.arrow-left,
.arrow-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.arrow-left {
  left: -1px;
  background-image: url(../../images/20191219/i-n-l.png);
}
.arrow-right {
  right: -1px;
  background-image: url(../../images/20191219/i-n-r.png);
}
.sk_index_rushTitle .tit .pchidden_icon {
  width: 179px;
  height: 59px;
  background: url(../../images/01www/elfimgs.png) no-repeat 1.162% 33.698%;
  background-size: 1491px 608.25px;
}
.sk_index_rushTitle .rush_nav {
  float: right;
  overflow: hidden;
  padding-top: 20px;
}
.sk_index_rushTitle .rush_nav .item {
  float: left;
  text-align: center;
  margin-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.sk_index_rushTitle .rush_nav .item span {
  font-size: 24px;
  font-weight: bold;
  float: left;
  line-height: 22px;
}
.sk_index_rushTitle .rush_nav .item .rush_btn {
  color: #3D3D3D;
  font-size: 14px;
  padding: 0 8px;
  line-height: 20px;
  border-radius: 20px;
  float: left;
  margin-left: 6px;
  border: 1px solid #3D3D3D;
  letter-spacing: 0.5px;
}
.sk_index_rushTitle .rush_nav .item.active span {
  color: #A42127;
}
.sk_index_rushTitle .rush_nav .item.active .rush_btn {
  color: #ffffff;
  background: #A42127;
  border: 0;
  line-height: 22px;
}
.sk_index_rushTitle .rush_nav .item.end .rush_btn {
  border-color: #e2e2e2;
  background: #e2e2e2;
  color: #888888;
}
.sk_index_rushTitle .rush_nav .item.end.active .rush_btn {
  color: #ffffff;
  border: 0;
  line-height: 22px;
  background-image: -moz-linear-gradient(35deg, #f53b65 0%, #f86b45 100%);
  background-image: -webkit-linear-gradient(35deg, #f53b65 0%, #f86b45 100%);
  background-image: -ms-linear-gradient(35deg, #f53b65 0%, #f86b45 100%);
}
.sk_index_rush_cont {
  width: 1150px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.swiper-container-ruchCont .swiper-slide {
  position: relative;
}
.swiper-container-ruchCont .pagination-parent {
  position: static;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0;
  font-size: 0;
}
.swiper-container-ruchCont .pagination-parent span {
  display: inline-block;
  width: 6px;
  height: 6px;
  overflow: hidden;
  margin-right: 5px;
  cursor: pointer;
  background: #babec8;
  border-radius: 50%;
}
.swiper-container-ruchCont .pagination-parent .swiper-pagination-bullet-active {
  background: #51b2fd;
}
.swiper-container-ruchCont-items {
  overflow: hidden;
  padding-top: 36px;
}
.swiper-container-ruchCont-items .swiper-slide {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.swiper-container-ruchCont-items .swiper-wrapper {
  min-width: 100%;
}
.swiper-container-ruchCont-items .iteam {
  position: relative;
  height: 309px;
  border-radius: 5px;
  width: 265px;
  margin: 0 11px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0px 0px 15px rgba(1, 4, 0, 0.1);
  background: #fff;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.swiper-container-ruchCont-items .iteam:hover {
  transform: translateY(-20px);
}
.swiper-container-ruchCont-items .iteam .img {
  width: 100%;
  height: 187px;
}
.swiper-container-ruchCont-items .iteam .img img {
  width: 100%;
  height: 187px;
}
.swiper-container-ruchCont-items .iteam .info {
  padding: 19px;
  letter-spacing: 0.5px;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_item {
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #d52726;
  line-height: 28px;
  height: 28px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_link_tit {
  color: #454444;
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.swiper-container-ruchCont-items .iteam .info .tips {
  width: 100%;
  height: 32px;
  color: #a5a3a3;
  font-size: 14px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_price {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #ff5000;
  font-weight: 600;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_price em {
  margin-right: -s7px;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  vertical-align: middle;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_price font {
  font-size: 24px;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_price span {
  color: #999999;
  padding-left: 10px;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_price span b {
  font-weight: normal;
  text-decoration: line-through;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_apply_num {
  padding: 5px 0;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_apply_num span {
  background: #e6e6e6;
  font-size: 10px;
  color: #999;
  padding: 0px 1px;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_people_num {
  padding: 0;
  color: #333;
  font-size: 10px;
  line-height: 20px;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_btn {
  position: absolute;
  right: 10px;
  bottom: 12px;
  color: #ffffff;
  font-size: 14px;
  width: 75px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
  float: left;
  margin-left: 6px;
  background-color: #A42127;
  font-weight: 600;
}
.swiper-container-ruchCont-items .iteam .info .sk_common_btn:hover {
  background-image: -webkit-linear-gradient(35deg, #f53b65 0%, #f86b45 100%);
}
.swiper-container-ruchCont-items .iteam .info .sk_common_label {
  font-size: 14px;
  color: #666666;
  padding: 5px 0;
  line-height: 20px;
}
.swiper-container-ruchCont-items .people_num font {
  display: none;
}
.swiper-container-ruchCont-items.active .people_num font {
  display: inline-block;
}
.sk_index_wxin {
  width: 270px;
  height: 377px;
  overflow: hidden;
}
.sk_index_wxin img {
  width: 270px;
  height: 100%;
}
.m_indexHeight {
  display: none;
}
.m_sk_index_test,
.m_sk_index_inc {
  display: none;
}
.m_sk_index_adv {
  padding: 0 4%;
  margin-top: 0.6rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.m_sk_index_adv a {
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
}
.m_sk_index_adv img {
  width: 100%;
}
.sk_index_rush_cont .bd {
  width: 1100px;
}
.sk_index_rush_cont .bd ul {
  overflow: hidden;
  zoom: 1;
}
.sk_index_rush_cont .bd ul li {
  border-radius: 5px;
  width: 199px;
  margin: 15px 8px 5px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(1, 4, 0, 0.1);
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sk_index_rush_cont .bd ul li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sk_index_rush_cont .bd ul li div.sk_index_rush_time {
  text-align: center;
  font-size: 14px;
  color: #fefefe;
  background: #f64351;
  line-height: 28px;
  height: 28px;
}
.sk_index_rush_cont .bd ul li div.sk_index_rush_tit {
  color: #333333;
  font-size: 14px;
  padding: 20px 0 10px;
}
.sk_index_rush_cont .bd ul li div.sk_index_rush_gold {
  font-size: 14px;
  color: #f52f3e;
  overflow: hidden;
}
.sk_index_rush_cont .bd ul li div.sk_index_rush_gold font {
  font-size: 22px;
  font-weight: bold;
}
.sk_index_rush_cont .bd ul li div.sk_index_rush_gold span {
  color: #999999;
  padding-left: 10px;
}
.sk_index_rush_cont .bd ul li div.sk_index_rush_gold span b {
  font-weight: normal;
  text-decoration: line-through;
}
.sk_index_rush_cont .bd ul li div.sk_index_rush_img {
  width: 100%;
  height: 120px;
  padding: 10px;
  margin-top: 10px;
}
.sk_index_rush_cont .bd ul li div.sk_index_rush_img img {
  width: 100%;
  height: 100px;
}
.sk_index_rush_cont .bd ul li a.sk_index_rush_more {
  color: #4BB3BB;
  font-size: 14px;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.sk_index_rush_cont .hd {
  overflow: hidden;
  padding-top: 15px;
}
.sk_index_rush_cont .hd ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
  text-align: center;
}
.sk_index_rush_cont .hd ul li {
  display: inline-block;
  width: 6px;
  height: 6px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #babec8;
  border-radius: 50%;
}
.sk_index_rush_cont .hd ul li.on {
  background: #51b2fd;
}
.sk_index_rush_more {
  overflow: hidden;
}
.sk_index_rush_more a {
  color: #666666;
  font-size: 12px;
  line-height: 27px;
}
.sk_index_rush_more a:hover {
  color: #4BB3BB;
}
.sk_index_inc {
  padding: 35px 30px 25px;
  background: url(../../images/icon_6.jpg) no-repeat left center;
  width: 1165px;
  height: 215px;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  /* margin-top: -30px; */
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.sk_index_inc_tit {
  width: 130px;
  overflow: hidden;
  padding-top: 20px;
}
.sk_index_inc_tit h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.sk_index_inc_tit span {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.sk_index_inc_tit a {
  border-radius: 30px;
  border: 3px solid #fff;
  display: block;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
}
.sk_index_inc_tit a:hover {
  background: #fff;
  color: #f15d1d;
}
.sk_index_inc_list {
  float: right;
  width: 920px;
}
.sk_index_inc_list ul li {
  float: left;
  width: 220px;
  height: 150px;
  overflow: hidden;
  background: url(../../images/icon_7.png) no-repeat;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sk_index_inc_list ul li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sk_index_inc_list ul li .sk_index_rush_gold {
  padding-bottom: 5px;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 15px;
}
.sk_index_inc_list ul li .sk_index_rush_gold h3 {
  font-size: 24px;
  color: #f52f3e;
  padding-bottom: 2px;
  font-weight: bold;
}
.sk_index_inc_list ul li .sk_index_rush_gold span {
  font-size: 12px;
  color: #666;
  float: left;
  padding-top: 13px;
  padding-left: 10px;
}
.sk_index_inc_list ul li .sk_index_rush_tit {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_index_inc_list ul li .sk_index_rush_tit:hover {
  color: #007cff;
}
.sk_index_inc_list ul li .sk_index_rush_store {
  color: #f52f3e;
  font-size: 14px;
  line-height: 50px;
}
.sk_index_inc_list ul li .sk_index_rush_info {
  height: 90px;
  overflow: hidden;
}
.sk_index_inc_list ul li .sk_index_inc_list_cont {
  width: 100%;
  height: 150px;
  overflow: hidden;
  padding: 8px;
  position: relative;
}
.sk_index_rush_time {
  font-size: 12px;
  color: #333;
  margin-top: 5px;
}
.sk_index_rush_time span {
  padding: 1px 2px;
  border-radius: 2px;
  color: #333;
}
.sk_index_inc_list .coupon-progress {
  display: block;
}
.sk_index_inc_list .coupon-progress .txt {
  display: inline-block;
  margin-right: 5px;
  color: #444444;
  font-size: 14px;
}
.sk_index_inc_list .coupon-progress .progress-wrap {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 9px;
  margin-top: 5px;
  border-radius: 5px;
}
.sk_index_inc_list .coupon-progress .progress-wrap .progress-bg {
  display: block;
  position: relative;
  width: 100px;
  height: 9px;
  border-radius: 5px;
  background: #eee;
}
.sk_index_inc_list .coupon-progress .progress-wrap .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  border-radius: 5px;
  background: #f52f3e;
  width: 0;
  transition: 0.3s;
}
.m_index_tit {
  display: none;
}
/* 首页快报 end*/
/*首页广告位 */
.sk_mainWrap {
  padding-top: 30px;
  overflow: hidden;
}
.sk_mainWrap .floor_module {
  background-attachment: fixed;
  height: 640px;
}
.sk_mainWrap .floor_module1 {
  background-attachment: fixed;
  height: 640px;
}
.sk_mainWrap .floor_module2 {
  background-attachment: fixed;
  height: 640px;
}
.sk_mainWrap .floor_module3 {
  background: url(../../images/zhuanti/index/1/index_bg1.jpg) no-repeat bottom;
  background-attachment: fixed;
  height: 640px;
}
.floor_module_info {
  padding-top: 95px;
}
.floor_module_info .sk_mainWrap_logo {
  text-align: center;
  width: 470px;
  overflow: hidden;
}
.floor_module_info .sk_mainWrap_logo .sk_mainWrap_logo_img {
  height: 175px;
  overflow: hidden;
  height: 275px;
  padding-top: 40px;
}
.floor_module_info .sk_mainWrap_logo .sk_mainWrap_logo_img img {
  height: 175px;
}
.floor_module_info .sk_mainWrap_logo .line {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.floor_module_info .sk_mainWrap_logo .line .line_left {
  position: relative;
}
.floor_module_info .sk_mainWrap_logo .line .line_right {
  position: relative;
}
.floor_module_info .sk_mainWrap_logo .line .line_left b {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
  right: 10px;
  top: 13px;
}
.floor_module_info .sk_mainWrap_logo .line .line_right b {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
  left: 10px;
  top: 13px;
}
.floor_module_info .sk_mainWrap_logo .sk_mainWrap_logo_more {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
}
.floor_module_info .sk_mainWrap_logo .sk_mainWrap_logo_more a {
  width: 220px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #007cff;
  background-repeat: repeat-y;
  position: relative;
  transition: 0.3s linear;
  margin-bottom: 20px;
  background-image: -moz-linear-gradient(left, #00adff, #007cff);
  background-image: -webkit-linear-gradient(left, #00adff, #007cff);
  background-image: -o-linear-gradient(left, #00adff, #007cff);
  background-image: linear-gradient(left, #00adff, #007cff);
}
.floor_module_info .sk_mainWrap_logo .sk_mainWrap_logo_more a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 124, 255, 0.5);
}
.sk_mainWrap_info {
  width: 730px;
}
.sk_mainWrap_info_slider {
  width: 730px;
  height: 310px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
}
.callbacks_tabs.callbacks2_tabs {
  margin-top: -30px;
  position: relative;
  z-index: 100;
  text-align: right;
  padding-right: 40px;
}
.callbacks_tabs.callbacks2_tabs li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 10px;
  position: relative;
}
.callbacks_tabs.callbacks2_tabs li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  z-index: 1000;
  color: #b6b9c3;
  color: transparent;
  background: #b6bac3;
}
.callbacks_tabs.callbacks2_tabs li.callbacks_here a {
  background: #4BB3BB;
}
.sk_mainWrap_info_slider ul.rslides1 li {
  padding: 30px 40px;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_tit {
  overflow: hidden;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_tit h3 {
  float: left;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_tit span {
  float: left;
  color: #666666;
  font-size: 14px;
  padding: 12px 0 0 10px;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_rslides_info {
  padding-top: 20px;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_img {
  width: 235px;
  height: 190px;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_img img {
  width: 100%;
  height: 100%;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_cont {
  text-align: left;
  padding-left: 40px;
  float: left;
  width: 415px;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_cont h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_cont span {
  color: #666666;
  font-size: 14px;
  display: block;
  padding: 20px 0;
}
.sk_mainWrap_info_slider ul.rslides1 li .sk_mainWrap_cont div.gold {
  color: #f52f3e;
  font-size: 28px;
  font-weight: bold;
}
.sk_mainWrap_cont_more {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
}
.sk_mainWrap_cont_more a {
  width: 160px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #007cff;
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, #00adff, #007cff);
  background-image: -webkit-linear-gradient(left, #00adff, #007cff);
  background-image: -o-linear-gradient(left, #00adff, #007cff);
  background-image: linear-gradient(left, #00adff, #007cff);
  position: relative;
  font-size: 16px;
}
.sk_mainWrap_cont_more a:hover {
  background-color: #00adff;
  background-repeat: repeat-y;
  color: #ffffff;
  background-image: -moz-linear-gradient(left, #007cff, #00adff);
  background-image: -webkit-linear-gradient(left, #007cff, #00adff);
  background-image: -o-linear-gradient(left, #007cff, #00adff);
  background-image: linear-gradient(left, #007cff, #00adff);
}
.sk_mainWrap_list {
  padding-top: 10px;
  height: 120px;
}
.sk_mainWrap_list ul li {
  float: left;
  background: #fff;
  width: 360px;
  height: 100px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
}
.sk_mainWrap_list ul li:last-child {
  margin-right: 0px;
}
.sk_mainWrap_list ul li .sk_mainWrap_list_img {
  float: left;
  width: 140px;
  height: 140px;
  border-radius: 0 50% 50% 0;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(1, 4, 0, 0.3);
  margin-top: -20px;
}
.sk_mainWrap_list ul li .sk_mainWrap_list_img img {
  width: 140px;
  height: 100px;
  margin-top: 20px;
}
.sk_mainWrap_list ul li .sk_mainWrap_list_info {
  float: left;
  padding-left: 20px;
  padding-top: 30px;
  width: 220px;
}
.sk_mainWrap_list ul li .sk_mainWrap_list_info h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sk_mainWrap_list ul li .sk_mainWrap_list_info span {
  color: #f52f3e;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}
.sk_mainWrap_list ul li:hover .sk_mainWrap_list_info h3 {
  color: #007cff;
}
.sk_mainWrap_tuijian {
  color: #fff;
  padding-top: 10px;
}
.sk_mainWrap_tuijian a {
  float: left;
  color: #fff;
}
.sk_mainWrap_tuijian span {
  float: left;
  padding: 0 10px;
  color: #abb7be;
}
.sk_mainWrap_tuijian a:hover {
  color: #00adff;
}
.sk_mainWrap_tuijian a:not(:last-child):after {
  content: "/";
  color: #abb7be;
  float: right;
  padding: 0 10px;
}
.sk_crowd_list {
  height: 430px;
}
.sk_crowd_list ul li {
  float: left;
  margin-right: 11px;
  width: 236px;
  height: 420px;
  background: #fff;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sk_crowd_list ul li:last-child {
  margin-right: 0px;
}
.sk_crowd_list ul li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sk_crowd_list ul li img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 162px;
}
.sk_crowd_list ul li div.tag {
  height: 12px;
  display: block;
}
.sk_crowd_list ul li div.tag.hot {
  background: url(../../images/hot.jpg) no-repeat left center;
}
.sk_crowd_list ul li div.tag.new {
  background: url(../../images/new.jpg) no-repeat left center;
}
.sk_crowd_list ul li div.crowd-name {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 0;
  height: 78px;
}
.sk_crowd_list ul li div.crowd-text {
  color: #666666;
  font-size: 14px;
}
.sk_crowd_list ul li div.crowd-detail {
  padding-top: 20px;
}
.sk_crowd_list ul li div.crowd-detail span {
  display: block;
  color: #f52f3e;
  font-size: 14px;
}
.sk_crowd_list ul li div.crowd-detail h3 {
  display: block;
  color: #f52f3e;
  font-size: 32px;
  font-weight: bold;
}
.sk_insure_list ul li {
  float: left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sk_insure_list ul li:nth-child(2n) {
  margin-right: 0;
}
.sk_insure_list ul li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sk_insure_list ul li a {
  display: block;
  width: 360px;
  height: 205px;
  padding: 38px 80px 38px 20px;
  background: url(../../images/insure_page.png) no-repeat;
  background-size: 100% 100%;
}
.sk_insure_list ul li h3 {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}
.sk_insure_list ul li span {
  color: #666666;
  font-size: 14px;
  padding: 10px 0 15px;
  display: block;
}
.sk_insure_list ul li div.gold {
  display: block;
  color: #f52f3e;
  font-size: 32px;
  font-weight: bold;
}
.sk_module3_list ul li {
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sk_module3_list ul li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sk_module3_list ul li a {
  display: block;
  width: 100%;
  height: 205px;
  padding: 38px 30px 38px 35px;
  overflow: hidden;
}
.sk_module3_list ul li .info {
  float: left;
  width: 263px;
}
.sk_module3_list ul li .img {
  float: right;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  overflow: hidden;
}
.sk_module3_list ul li .img img {
  width: 100%;
  min-height: 100%;
}
.sk_module3_list ul li h3 {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}
.sk_module3_list ul li span {
  color: #666666;
  font-size: 14px;
  padding: 10px 0 15px;
  display: block;
}
.sk_module3_list ul li div.gold {
  display: block;
  color: #f52f3e;
  font-size: 32px;
  font-weight: bold;
}
.floor_module3-box .sk_crowd_list {
  float: left;
}
.floor_module3-box .sk_module3_list {
  float: right;
  width: 485px;
}
/*首页广告位 end*/
/*首页更多门店*/
.sk_index_skill_tit {
  width: 331px;
  background: url(../../images/tit_5.png) no-repeat;
  height: 195px;
  margin: 0 0 -25px 0;
}
.sk_index_store {
  overflow: hidden;
  padding-top: 30px;
  background: url(../../images/2023/index-hos-bg.png) no-repeat center center;
}
.sk_index_store .history-content {
  padding: 30px 0;
  letter-spacing: 0.5px;
}
.sk_index_store_tit {
  background-repeat: no-repeat;
  background-size: contain;
  height: 59px;
  position: relative;
}
.sk_index_store_tit .title1_icon {
  width: 179px;
  height: 59px;
  background: url(../../images/01www/elfimgs.png) no-repeat 50.497% 33.698%;
  background-size: 1431.36px 583.92px;
  position: absolute;
  left: 0px;
}
.sk_index_store_tit a,
.sk_index_think_tit a {
  position: absolute;
  right: 0;
  bottom: 27%;
  display: block;
  color: #888;
  padding-right: 15px;
  font-size: 16px;
}
.sk_index_store_tit a::before,
.sk_index_think_tit a::before {
  content: '';
  display: block;
  background: url(../../images/01www/elfimgs.png) no-repeat 51.094% 97.587%;
  background-size: 2186.8px 892.1px;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}
.sk_index_think_tit a:hover {
  color: #48d0c0;
}
.sk_recom_hospital {
  display: flex;
  justify-content: space-between;
  margin: 0 0;
  height: 515px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 0.5px;
}
.sk_recom_hospital .top {
  height: 400px;
  padding-top: 30px;
  display: flex;
}
.sk_recom_hospital .top .left {
  display: flex;
  flex-direction: column;
  width: 240px;
  margin-top: 19px;
  margin-left: 56px;
}
.sk_recom_hospital .top .left .left_top {
  text-align: center;
  margin-bottom: 14px;
}
.sk_recom_hospital .top .left .left_top .airr_icon {
  width: 180px;
  height: 180px;
  background: url(../../images/01www/elfimgs.png) no-repeat 23.436% 6.736%;
  background-size: 1789.2px 729.9px;
  margin-top: 35px;
}
.sk_recom_hospital .top .left .left_bottom p {
  color: #A42127;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
.sk_recom_hospital .top .left .left_bottom a {
  display: inline-block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #A42127;
  margin-top: 16px;
  letter-spacing: 3px;
}
.sk_recom_hospital .top .right {
  display: flex;
  flex-wrap: wrap;
  margin-left: 78px;
  align-items: stretch;
}
.sk_recom_hospital .top .right .box {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 18px 14px;
  width: 390px;
  margin-left: 22px;
  margin-bottom: 22px;
  position: relative;
  transition: all 0.4s ease-in-out;
  max-height: 171px;
}
.sk_recom_hospital .top .right .box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 50px 0px rgba(164, 33, 39, 0.2);
}
.sk_recom_hospital .top .right .box a {
  position: absolute;
  width: 90%;
  height: 85%;
  cursor: pointer;
}
.sk_recom_hospital .top .right .box a:hover {
  color: #54d0c0;
}
.sk_recom_hospital .top .right .box .box_left {
  width: 147px;
}
.sk_recom_hospital .top .right .box .box_left > span:first-of-type {
  border-radius: 3px;
  color: #A42127;
  font-size: 12px;
  padding: 2px 0px;
}
.sk_recom_hospital .top .right .box .box_left > p:first-of-type {
  color: #000000;
  font-size: 14px;
  margin: 6px 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sk_recom_hospital .top .right .box .box_left > p:first-of-type:hover {
  color: #A42127;
}
.sk_recom_hospital .top .right .box .box_left > div {
  color: #696969;
  font-size: 12px;
  height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.sk_recom_hospital .top .right .box .box_left > div:hover {
  color: #A42127;
}
.sk_recom_hospital .top .right .box .box_left p font {
  color: #838383;
  font-size: 16px;
  text-decoration: line-through;
}
.sk_recom_hospital .top .right .box .box_left > span:last-of-type {
  font-size: 12px;
  color: #A42127;
  margin-bottom: 3px;
}
.sk_recom_hospital .top .right .box .box_left > p:last-of-type {
  color: #F24147;
  width: 100%;
  text-align: center;
}
.sk_recom_hospital .top .right .box .box_left > p:last-of-type span:first-of-type {
  font-size: 16px;
}
.sk_recom_hospital .top .right .box .box_left > p:last-of-type span:last-of-type {
  font-size: 22px;
  font-weight: 600;
}
.sk_recom_hospital .top .right .lazyload {
  width: 209px;
  height: 135px;
  border-radius: 10px;
}
.sk_recom_hospital .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  font-size: 16px;
}
.sk_recom_hospital .bottom > span {
  color: #A42127;
}
.sk_recom_hospital .bottom > .aierhos_box {
  margin: 0;
  display: flex;
  align-items: center;
}
.sk_recom_hospital .bottom > .aierhos_box .aierhos_icon {
  width: 32px;
  height: 32px;
  margin-right: 14px;
  background: url(../../images/01www/elfimgs.png) no-repeat 37.112% 75.176%;
  background-size: 1192.8px 486.6px;
}
.sk_recom_hospital .bottom .aierhos_box:nth-child(3) .aierhos_icon {
  width: 32px;
  height: 32px;
  margin-right: 14px;
  background: url(../../images/01www/elfimgs.png) no-repeat 42.522% 75.176%;
  background-size: 1192.8px 486.6px;
}
.sk_recom_hospital .bottom .aierhos_box:nth-child(5) .aierhos_icon {
  width: 32px;
  height: 32px;
  margin-right: 14px;
  background: url(../../images/01www/elfimgs.png) no-repeat 53.377% 75.176%;
  background-size: 1192.8px 486.6px;
}
.sk_recom_hospital .bottom .aierhos_box:nth-child(7) .aierhos_icon {
  width: 32px;
  height: 32px;
  margin-right: 14px;
  background: url(../../images/01www/elfimgs.png) no-repeat 31.702% 75.176%;
  background-size: 1192.8px 486.6px;
}
.sk_recom_hospital .bottom .aierhos_box:nth-child(9) .aierhos_icon {
  width: 32px;
  height: 32px;
  margin-right: 14px;
  background: url(../../images/01www/elfimgs.png) no-repeat 47.967% 75.176%;
  background-size: 1192.8px 486.6px;
}
.sk_recom_hospital .bottom > .aierhos_box span {
  color: #A42127;
}
.sk_index_store_list ul li {
  float: left;
  width: 280px;
  height: 364px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
  margin-right: 26.6666667px;
  margin-bottom: 25px;
}
.sk_index_store_list ul li:nth-child(4n) {
  margin-right: 0;
}
.sk_index_store_list ul li .sk_index_store_img {
  width: 280px;
  height: 192px;
  overflow: hidden;
}
.sk_index_store_list ul li .sk_index_store_img img {
  height: 192px;
  min-width: 280px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sk_index_store_list ul li .sk_index_store_img img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.sk_index_store_list ul li .sk_index_store_info {
  padding: 18px 15px;
}
.sk_index_store_list ul li .sk_index_store_info h3.tit {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.sk_index_store_list ul li .sk_index_store_info h3.tit:hover {
  color: #ff4b4c;
}
.sk_index_store_list ul li .sk_index_store_info span.info {
  color: #666666;
  font-size: 12px;
  display: block;
  padding: 10px 0;
  line-height: 20px;
  height: 80px;
}
.sk_index_store_list ul li .sk_index_store_info span.info span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.sk_index_store_list ul li .sk_index_store_info .price {
  overflow: hidden;
  line-height: 24px;
}
.sk_index_store_list ul li .sk_index_store_info .price h3 {
  float: left;
  font-size: 12px;
  color: #ff4b4c;
}
.sk_index_store_list ul li .sk_index_store_info .price h3 font {
  font-size: 21.34px;
  color: #ff4b4c;
  font-weight: bold;
}
.sk_index_store_list ul li .sk_index_store_info .price span {
  float: right;
  color: #888888;
  font-size: 12px;
}
.sk_index_store_list .swiper-wrapper {
  display: block;
}
.pagination-parent-store {
  display: none;
}
.sk_store_list1 ul li {
  float: left;
  width: 280px;
  height: 364px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
  margin-right: 26.6666667px;
  margin-bottom: 25px;
}
.sk_store_list1 ul li:nth-child(4n) {
  margin-right: 0;
}
.sk_store_list1 .sk_index_store_img {
  width: 280px;
  height: 192px;
  overflow: hidden;
}
.sk_store_list1 .sk_index_store_img img {
  height: 192px;
  min-width: 280px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sk_store_list1 .sk_index_store_img img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.sk_store_list1 .sk_index_store_info {
  padding: 18px 15px;
}
.sk_store_list1 .sk_index_store_info h3.tit {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.sk_store_list1 .sk_index_store_info h3.tit:hover {
  color: #ff4b4c;
}
.sk_store_list1 .sk_index_store_info span.info {
  color: #666666;
  font-size: 12px;
  display: block;
  padding: 10px 0;
  line-height: 20px;
  height: 80px;
}
.sk_store_list1 .sk_index_store_info span.info span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.sk_store_list1 .sk_index_store_info .price {
  overflow: hidden;
  line-height: 24px;
}
.sk_store_list1 .sk_index_store_info .price h3 {
  float: left;
  font-size: 12px;
  color: #ff4b4c;
}
.sk_store_list1 .sk_index_store_info .price h3 font {
  font-size: 21.34px;
  color: #ff4b4c;
  font-weight: bold;
}
.sk_store_list1 .sk_index_store_info .price span {
  float: right;
  color: #888888;
  font-size: 12px;
}
.sk_store_list1 .swiper-wrapper {
  display: block;
}
.sk_store_list1 .item-footer {
  display: none;
}
.sk_index_experts_tit {
  width: 331px;
  background: url(../../images/tit_5.png) no-repeat;
  height: 195px;
  margin: 0 0 -25px 0;
}
.sk_index_think {
  background: #fff;
  padding: 30px 0;
}
/*首页专家在线*/
.sk_index_doctor {
  background: #FAFAFA;
  overflow: hidden;
  padding: 20px 0;
  letter-spacing: 0.5px;
}
.sk_index_doctor .top_box .booking_btn {
  position: absolute;
  right: 430px;
}
.sk_index_doctor .top_box .round {
  position: absolute;
  right: 380px;
  top: 94px;
}
.sk_index_doctor .top_box .title {
  position: absolute;
  right: 10px;
  top: 54px;
}
.sk_index_doctor .detail_info_con .desc span {
  color: #000;
}
.sk_index_doctor_tit {
  width: 100%;
  height: 142px;
}
.sk_index_list_nav {
  font-size: 16px;
  display: flex;
  margin-bottom: 31px;
  position: relative;
}
.sk_index_list_nav h3 {
  margin: 0;
  color: #A42127;
  font-weight: 600;
  cursor: pointer;
}
.sk_index_list_nav .line {
  display: block;
  margin: 0 28px;
  width: 2px;
  height: 10px;
  background: #ccc;
  position: relative;
  top: 6px;
}
.sk_index_list_nav nav {
  margin: 0;
  max-width: 1020px;
  overflow: hidden;
  height: 23px;
  transition: all 0.3s ease;
}
.sk_index_list_nav nav div {
  display: flex;
  flex-wrap: wrap;
}
.sk_index_list_nav nav div a {
  display: inline-block;
  margin: 0 30px 10px 0;
  min-width: 32px;
  color: #000;
}
.sk_index_list_nav nav div a:hover {
  color: #A42127;
}
.sk_index_list_nav nav div .economizeFocus {
  color: #A42127;
  font-weight: 600;
}
.sk_index_list_nav .moreBtns {
  font-size: 14px;
  display: block;
  width: 10px;
  height: 16px;
  background: url(/Public/images/index_list_nav_ic1.png) no-repeat;
  position: absolute;
  right: 0;
  top: 4px;
}
.sk_index_list_nav .moreBtns:hover {
  cursor: pointer;
}
.sk_index_experts_info_fl {
  overflow: hidden;
  float: left;
  width: 475px;
  background: #e6eefa;
}
.sk_index_experts_info_fl_img {
  overflow: hidden;
  background: #e6eefa;
}
.sk_index_experts_info_fl_img .sk_experts_fl {
  width: 195px;
  height: 237px;
  float: left;
  overflow: hidden;
}
.sk_index_experts_info_fl_img .sk_experts_fl .img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 100%;
  margin-top: 35px;
  font-size: 0;
}
.sk_index_experts_info_fl_img .sk_experts_fl img {
  width: 160px;
  min-height: 160px;
}
.sk_index_experts_info_fl_img .sk_experts_fr {
  width: 280px;
  float: left;
  padding: 20px;
}
.sk_index_experts_info_fl_img .sk_experts_fr h3 {
  font-size: 18px;
  color: #45484d;
  height: 24px;
}
.sk_index_experts_info_fl_img .sk_experts_fr h3 span {
  padding-left: 30px;
  background: url(../../images/icon_03.png) no-repeat left center;
}
.sk_index_experts_info_fl_img .sk_experts_fr_info {
  overflow: hidden;
  padding: 16px 0;
}
.sk_index_experts_info_fl_img .sk_experts_fr_info span {
  color: #45484d;
  font-size: 18px;
}
.sk_index_experts_info_fl_img .sk_experts_fr_info font {
  color: #7a94bd;
  font-size: 14px;
}
.sk_index_experts_info_fl_img .sk_experts_fr_info div {
  color: #444444;
  font-size: 14px;
  padding-top: 10px;
}
.sk_index_experts_info_fl_img .sk_experts_fr a {
  background-color: #4BB3BB;
  background-repeat: repeat-y;
  text-align: center;
  color: #fff;
  line-height: 24px;
  border-radius: 10px;
  float: left;
  width: 90px;
  transition: 0.3s linear;
}
.sk_index_experts_info_fl_img .sk_experts_fr a i {
  line-height: 24px;
  color: #fff;
  margin-left: 5px;
}
.sk_index_experts_info_fl_img .sk_experts_fr a:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.sk_index_experts_info_fl_cont {
  color: #fff;
  background: #4BB3BB;
  overflow: hidden;
  padding: 35px 20px;
  height: 170px;
}
.sk_index_experts_info_fl_cont h3 {
  padding-bottom: 20px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sk_index_experts_info_fl_cont span {
  padding-top: 20px;
  color: #bcd9ff;
  font-size: 14px;
  display: block;
  overflow: hidden;
  border-top: 1px solid #69a9fb;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
.sk_index_experts_info_fr {
  width: 725px;
  float: left;
  background: #fff;
  height: 407px;
  overflow: hidden;
  padding: 25px 40px 0;
}
.sk_index_experts_info_fr .sk_experts_first {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
.sk_index_experts_info_fr .sk_experts_first .fl {
  width: 535px;
}
.sk_index_experts_info_fr .sk_experts_first .fl h3 {
  font-size: 16px;
  color: #444444;
}
.sk_index_experts_info_fr .sk_experts_first .fl h3:hover {
  color: #007cff;
}
.sk_index_experts_info_fr .sk_experts_first .fl span {
  padding-top: 20px;
  color: #888888;
  font-size: 14px;
  display: block;
  overflow: hidden;
}
.sk_index_experts_info_fr .sk_experts_first .fr div.sk_data {
  text-align: center;
  overflow: hidden;
  font-family: "Arial";
  color: #888888;
}
.sk_index_experts_info_fr .sk_experts_first .fr div.sk_data h3 {
  font-size: 36px;
  font-weight: bold;
}
.sk_index_experts_info_fr .sk_experts_first .fr div.sk_data span {
  font-size: 14px;
}
.sk_index_experts_info_fr .sk_experts_first .fr div.sk_icon {
  overflow: hidden;
  text-align: center;
  padding-top: 20px;
}
.sk_index_experts_info_fr .sk_experts_first .fr div.sk_icon i {
  color: #888888;
}
.sk_experts_list {
  overflow: hidden;
}
.sk_experts_list ul li {
  color: #444444;
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.sk_experts_list ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sk_experts_list ul li h3 {
  color: #444444;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_experts_list ul li span {
  color: #888888;
  float: right;
}
.sk_experts_list ul li h3:hover {
  color: #007cff;
}
/*首页知识讲堂*/
.sk_index_know {
  background: #fafafa;
  overflow: hidden;
  padding: 30px 0;
}
.sk_index_know_tit {
  /* width: 331px; */
  background: url(../../images/tit_3.png) no-repeat;
  height: 60px;
  margin: 0 0 40px 0;
}
.sk_index_know_info {
  display: grid;
  grid-template-columns: 526px 318px 316px;
  justify-content: space-between;
  letter-spacing: 0.5px;
}
.sk_index_know_info_fl {
  display: flex;
  margin: 0;
}
.sk_index_know_info_fl .know-tit {
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  padding: 0 30px;
}
.sk_index_know_info_fl .dyjh-problemCenterBoxwhite {
  margin-top: 12px;
}
.sk_index_know_info_fl .know-tit h3 {
  float: left;
  padding-left: 45px;
  background: url(../../images/icon_9.png) no-repeat left center;
  background-size: auto 24px;
  font-size: 18px;
  color: #4BB3BB;
  font-weight: bold;
}
.sk_index_know_info_fl .know-tit a {
  float: right;
  color: #666666;
  font-size: 14px;
}
.sk_index_know_info_fl .know-tit a:hover {
  color: #4BB3BB;
}
.sk_index_know_info_fl .know-info {
  padding: 0 25px;
}
.sk_index_know_info_fl .know-info .cell {
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 1px dashed #dedede;
}
.sk_index_know_info_fl .know-info .cell:last-child {
  border-bottom: 0;
}
.sk_index_know_info_fl .know-info .cell .cell_left .title {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_index_know_info_fl .know-info .cell .cell_left .title a {
  color: #444444;
}
.sk_index_know_info_fl .know-info .cell .cell_left .title a:hover {
  color: #4BB3BB;
  text-decoration: underline;
}
.sk_index_know_info_fl .know-info .cell .cell_left .synopsis {
  display: block;
  color: #999999;
  font-size: 14px;
  padding-top: 20px;
}
.sk_index_know_info_fl .know-info .cell .cell_left .knowledgeLabel {
  display: none;
}
.sk_index_know_info_fl .know-info .cell .pic-cover {
  display: none;
}
.sk_index_know_info_fr {
  float: right;
  width: 705px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  height: 541px;
}
.sk_index_know_info_fr .know-tit {
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  padding: 0 30px;
}
.sk_index_know_info_fr .know-tit h3 {
  float: left;
  padding-left: 45px;
  background: url(../../images/icon_10.png) no-repeat left center;
  font-size: 18px;
  color: #4BB3BB;
  font-weight: bold;
}
.sk_index_know_info_fr .know-tit a {
  float: right;
  color: #666666;
  font-size: 14px;
}
.sk_index_know_info_fr .know-tit a:hover {
  color: #4BB3BB;
}
.sk_index_know_info_fr .know-info {
  padding: 0 25px;
}
.sk_index_know_info_fr .know-info ul li {
  overflow: hidden;
  padding: 18px 15px;
  border-bottom: 1px dashed #dedede;
}
.sk_index_know_info_fr .know-info ul li:last-child {
  border-bottom: 0;
}
.sk_index_know_info_fr .know-info ul li .know-info_tit {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.sk_index_know_info_fr .know-info ul li .know-info_tit h3 {
  float: left;
  color: #444444;
  font-size: 16px;
  background: url(../../images/icon_11.png) no-repeat left center;
  padding-left: 50px;
  height: 24px;
  line-height: 24px;
}
.sk_index_know_info_fr .know-info ul li .know-info_tit span {
  background: url(../../images/ic_15.png) no-repeat left center;
  height: 24px;
  padding-right: 16px;
  float: right;
}
.sk_index_know_info_fr .know-info ul li .know-info_cont {
  padding: 20px 0;
  background: url(../../images/icon_12.png) no-repeat left 20px;
  padding-left: 50px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.sk_index_know_info_fr .know-info ul li .know-info_knob {
  overflow: hidden;
  color: #999999;
  font-size: 14px;
}
.sk_index_know_info_fr .know-info ul li .know-info_knob span {
  padding-left: 25px;
  margin-right: 20px;
  float: left;
  height: 16px;
  line-height: 16px;
}
.sk_index_know_info_fr .know-info ul li .know-info_knob span.pl {
  background: url(../../images/icon_14.png) no-repeat left center;
}
.sk_index_know_info_fr .know-info ul li .know-info_knob span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
}
.sk_index_know_info_fr .know-info ul li .know-info_hidden {
  display: none;
  overflow: hidden;
}
.sk_index_know_info_fr .img_xl {
  background: url(../../images/ic_bottom.png) no-repeat center center;
  height: 40px;
  padding-right: 24px;
  float: right;
  background-size: 100% auto;
}
.sk_index_know_info_fr .img_xl.active {
  background: url(../../images/ic_top.png) no-repeat center center;
  background-size: 100% auto;
}
.sk_index_know_info_fr .question-ask-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.sk_index_know_info_fr .question-ask-title .img-tit {
  width: 557px;
  font-size: 16px;
  padding-left: 10px;
  float: left;
}
.sk_index_know_info_fr .question-ask-title .img-tit h3 {
  color: #3066b3;
  font-size: 16px;
}
.sk_index_know_info_fr .question-ask-title .img-tit h3 .coin-logo {
  padding-left: 20px;
  color: #e7412b;
  margin-left: 20px;
  background: url(../../images/zhanghu/icon_12.png) no-repeat left center;
}
.sk_index_know_info_fr .question-ask-title .img-tit h3 .question-tit:hover {
  text-decoration: underline;
}
.sk_index_know_info_fr .question-ask-title .img-tit h3 a {
  color: #3066b3;
}
.sk_index_know_info_fr .question-answer {
  overflow: hidden;
}
.sk_index_know_info_fr .question-answer-tit {
  font-size: 16px;
  padding-left: 50px;
  border-bottom: 1px solid #e1e1e1;
}
.sk_index_know_info_fr .question-answer-tit h4 {
  color: #999;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
}
.sk_index_know_info_fr .question-answer-tit p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 12px;
  word-break: break-all;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
}
.sk_index_know_info_fr .question-answer-tit p.time {
  line-height: 17px;
  height: 17px;
  font-size: 12px;
}
.sk_index_know_info_fr .question-answer-tit p.time span {
  color: #999;
}
.sk_index_know_info_fr .question-answer-content {
  padding-left: 10px;
  float: left;
  width: 573px;
  color: #da5a43;
}
/*首页专题列表*/
.sk_index_zhuanti {
  overflow: hidden;
  background: #f6f8f9;
}
.sk_index_zhuanti_tit {
  width: 100%;
  background: url(../../images/tit_13.png) no-repeat center top;
  height: 142px;
}
.sk_index_zhuanti .zhuanti_list {
  margin: -10px;
}
.sk_index_zhuanti .zhuanti_list .iteam {
  height: 388px;
  background: #ffffff;
  padding: 25px;
  border-bottom: 1px solid #eeeeee;
  width: 590px;
  float: left;
  margin: 10px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.sk_index_zhuanti .zhuanti_list .iteam .title {
  font-size: 18px;
  color: #3d464d;
  line-height: 18px;
  font-weight: bold;
}
.sk_index_zhuanti .zhuanti_list .iteam .title:hover {
  text-decoration: underline;
  color: #4BB3BB;
}
.sk_index_zhuanti .zhuanti_list .iteam .label {
  font-size: 12px;
  color: #afafaf;
  line-height: 12px;
  margin-top: 10px;
}
.sk_index_zhuanti .zhuanti_list .iteam .label span {
  margin-right: 5px;
}
.sk_index_zhuanti .zhuanti_list .iteam .label span a {
  color: #afafaf;
}
.sk_index_zhuanti .zhuanti_list .iteam .label span a:hover {
  color: #4BB3BB;
}
.sk_index_zhuanti .zhuanti_list .iteam .img {
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
  height: 190px;
}
.sk_index_zhuanti .zhuanti_list .iteam .img img {
  width: 100%;
}
.sk_index_zhuanti .zhuanti_list .iteam .desc {
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/*首页牙豆铺子*/
.sk_index_medicine {
  overflow: hidden;
  padding-bottom: 30px;
  background: #fafafa;
}
.sk_index_medicine_tit {
  width: 100%;
  background: url(../../images/tit_12.png) no-repeat center top;
  height: 142px;
}
.index_medicine_list {
  margin: 0 -10px;
  display: grid;
  grid-template-columns: repeat(4, 290px);
  justify-content: space-between;
}
.index_medicine_list .iteam {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
}
.index_medicine_list .iteam a {
  display: block;
  overflow: hidden;
  transition: 0.3s;
}
.index_medicine_list .iteam img {
  width: 100%;
  margin-top: 125px;
}
.index_medicine_list .iteam a:hover {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}
.index_medicine_list .iteam .info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  color: #444444;
}
.index_medicine_list .iteam .info .title {
  padding: 35px 35px 0 0;
}
.index_medicine_list .iteam .info .title h3 {
  font-size: 35px;
  line-height: 40px;
}
.index_medicine_list .iteam .info .title h3 span {
  border-bottom: 4px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding-bottom: 10px;
}
.index_medicine_list .iteam .info .title h6 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
  font-family: "Arial";
  text-transform: uppercase;
  color: #212322;
}
/*首页牙科智库*/
.sk_index_think_con {
  position: relative;
}
.sk_index_think_tit {
  background: url(../../images/tit_4.png) no-repeat;
  height: 60px;
  margin: 0 0 40px 0;
  position: relative;
}
.sk_index_think_info {
  display: grid;
  grid-template-columns: repeat(3, 386px);
  justify-content: space-between;
}
.swiper-slide .sk_index_think_info_item {
  width: 386px;
  height: 280px;
  margin: 0;
}
.sk_index_think_info_item .list {
  padding: 152px 15px 0 15px;
}
.sk_index_think_info_item .list a {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
}
.sk_index_think_info_item .list a:hover {
  color: #4BB3BB;
}
.sk_index_think_info_item .list a:last-child {
  border: none;
}
.sk_index_knowledge_info ul li {
  margin-bottom: 20px;
  display: table;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 30px;
  position: relative;
  /* background: url(../../images/icon_15.png) repeat-y left top; */
}
.sk_index_knowledge_info ul li ::before {
  content: '';
  display: block;
  width: 5px;
  min-height: 80px;
  background: #4BB3BB;
  position: absolute;
  left: 0;
  top: 0;
}
.sk_index_knowledge_info ul li div.sk_index_think_info_tit {
  vertical-align: middle;
  width: 112px;
  text-align: left;
  color: #0095ff;
  font-size: 18px;
  font-weight: bold;
  display: table-cell;
}
.sk_index_knowledge_info ul li div.sk_index_think_info_tit a {
  color: #4BB3BB;
}
.sk_index_knowledge_info ul li div.sk_index_think_info_tit a:hover {
  color: #4BB3BB;
  text-decoration: underline;
}
.sk_index_knowledge_info ul li div.sk_index_think_info_cont {
  padding-top: 10px;
  vertical-align: middle;
  width: 1044px;
  border-left: 1px solid #ebebeb;
  overflow: hidden;
  padding-left: 24px;
  display: table-cell;
}
.sk_index_knowledge_info ul li div.sk_index_think_info_cont a {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #666666;
  margin-bottom: 10px;
  float: left;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
  margin-right: 10px;
}
.sk_index_knowledge_info ul li div.sk_index_think_info_cont a:hover {
  text-decoration: underline;
  color: #4BB3BB;
}
.sk_index_knowledge_info ul li div.sk_index_think_info_cont a.active {
  text-decoration: underline;
  color: #4BB3BB;
}
.sk_index_knowledge_info ul li div.sk_index_think_info_cont a:last-child {
  border: 0;
}
.sk_index_knowledge_info ul li .sk_index_think_cont .box {
  display: none;
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
  padding-top: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sk_index_think_swiper {
  position: relative;
  overflow: hidden;
}
.sk_index_think_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.sk_index_think .swiper-button-prev {
  left: -45px;
  background-image: url(/Public/images/index_bk_ic1.png);
  outline: none;
}
.sk_index_think .swiper-button-next {
  background-image: url(/Public/images/index_bk_ic2.png);
  right: -45px;
  outline: none;
}
.sk_index_think_cont .first {
  overflow: hidden;
  float: none;
  padding-left: 134px;
  margin-bottom: 10px;
}
.sk_index_think_cont .first:last-child {
  margin-bottom: 0;
}
.sk_index_think_cont .first .knowledge_info_cont {
  width: 724px;
}
.sk_index_think_cont .list {
  padding-left: 680px;
}
.sk_index_think_cont .list .dome {
  font-size: 16px;
  line-height: 36px;
  background: url(../../images/ic/ic_14.jpg) no-repeat left center;
  padding-left: 17px;
}
.sk_index_think_cont .list .dome a {
  color: #444444;
}
.sk_index_think_cont .list .dome a:hover {
  color: #4BB3BB;
}
.knowledge_info_img {
  width: 222px;
  height: 142px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
}
.knowledge_info_img img {
  width: 222px;
  min-height: 142px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.knowledge_info_img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.knowledge_info_cont {
  padding-left: 20px;
  float: left;
  width: 510px;
}
.knowledge_info_cont h3 {
  color: #3d464d;
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
}
.knowledge_info_cont h3 a {
  color: #3d464d;
}
.knowledge_info_cont h3 a:hover {
  color: #4BB3BB;
}
.knowledge_info_label {
  overflow: hidden;
  padding: 10px 0;
}
.knowledge_info_label span {
  padding-left: 25px;
  margin-right: 20px;
  float: left;
  height: 16px;
  line-height: 16px;
  color: #999999;
}
.knowledge_info_label span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
  padding-left: 22px;
  cursor: pointer;
}
.knowledge_info_label span.liulan {
  background: url(../../images/liulan.png) no-repeat left center;
  padding-left: 28px;
}
.knowledge_info_label span.time {
  background: url(../../images/ic_17.png) no-repeat left center;
  padding-left: 28px;
}
.knowledge_info_label span.label1 {
  background: url(../../images/biaoqian.png) no-repeat left center;
  padding-left: 32px;
  background-size: auto 12px !important;
}
.knowledge_info_label span.label1 a {
  color: #999999;
  float: left;
}
.knowledge_info_label span.label1 a:hover {
  color: #4BB3BB;
}
.knowledge_info_label span.label1 a:after {
  content: "、";
  float: right;
  padding-left: 8px;
  color: #999999;
}
.knowledge_info_label span.label1 a:last-child:after {
  display: none;
}
.knowledge_info ul li.knowledge_info_special .special_img {
  border-radius: 4px;
  overflow: hidden;
}
.knowledge_info ul li.knowledge_info_special img {
  width: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.knowledge_info ul li.knowledge_info_special img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.knowledge_info_info {
  color: #828a92;
  font-size: 14px;
  padding-top: 10px;
  line-height: 22px;
}
.think_info .think_title {
  padding-top: 30px;
  overflow: hidden;
  line-height: 22px;
}
.think_info .think_title span {
  margin-right: 10px;
  float: left;
  border-radius: 50%;
  background-color: #4BB3BB;
  font-size: 16px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #fff;
}
.think_info .think_title h3 {
  font-size: 18px;
  font-weight: bold;
  float: left;
  color: #4BB3BB;
}
.think_info {
  padding-bottom: 30px;
  overflow: hidden;
}
.think_box {
  overflow: hidden;
  padding: 0 25px;
  border-bottom: 10px solid #f9f9f9;
  padding-bottom: 30px;
}
.think_box .think_iteam {
  overflow: hidden;
  border-bottom: 1px dashed #dcdada;
  padding: 30px 0;
}
.think_box:last-child {
  border: 0;
}
.think_fixed {
  width: 1200px;
  margin-bottom: 20px;
  display: table;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 30px;
  background: url(../../images/icon_15.png) repeat-y left top #ffffff;
}
.think_fixed div.sk_index_think_info_tit {
  vertical-align: middle;
  width: 112px;
  text-align: left;
  color: #0095ff;
  font-size: 18px;
  font-weight: bold;
  display: table-cell;
}
.think_fixed div.sk_index_think_info_cont {
  padding-top: 10px;
  vertical-align: middle;
  width: 1044px;
  border-left: 1px solid #ebebeb;
  overflow: hidden;
  padding-left: 24px;
  display: table-cell;
}
.think_fixed div.sk_index_think_info_cont a {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #666666;
  margin-bottom: 10px;
  float: left;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
  margin-right: 10px;
}
.think_fixed div.sk_index_think_info_cont a:hover {
  text-decoration: underline;
  color: #4BB3BB;
}
.think_fixed div.sk_index_think_info_cont a.active {
  text-decoration: underline;
  color: #4BB3BB;
}
.think_fixed div.sk_index_think_info_cont a:last-child {
  border: 0;
}
.m_sk_label {
  position: fixed;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
  right: -87%;
  width: 86%;
  height: 70%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.m_sk_label .m_sk_labelLeft {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.m_sk_label .m_sk_labelLeft:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 2rem;
  background: rgba(77, 137, 221, 0.9);
}
.m_sk_label .m_sk_labelLeft .m_sk_labelBtn {
  z-index: 9;
  transform: translateY(-50%);
  top: 50%;
  left: -2.1rem;
  width: 2rem;
  position: absolute;
  font-size: 1.025rem;
  padding: 0.5rem 0.5rem;
  border-radius: 3px 0 0 3px;
  text-align: center;
  background: rgba(77, 138, 224, 0.8);
  color: #fff;
}
.m_sk_label .m_sk_labelRight {
  padding: 8%;
  background: rgba(115, 197, 255, 0.8);
  color: #fff;
  height: 100%;
  position: relative;
}
.m_sk_label .m_sk_labelRight a {
  padding: 5px 15px;
  border: 1px solid #a4d0ef;
  float: left;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
.m_sk_label .m_sk_labelRight:after {
  content: "";
  position: absolute;
  top: 8%;
  right: 8.5%;
  height: 84%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.m_sk_label .m_sk_labelRight .box {
  overflow-y: scroll;
  max-height: 100%;
  position: relative;
}
.m_sk_label .m_sk_labelRight .box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.m_sk_label .m_sk_labelRight .box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.m_sk_label .m_sk_labelRight .box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: none;
  border-radius: 4px;
  background: none;
}
.m_sk_label.active {
  right: 0;
}
.m_sk_label.active .m_sk_labelLeft:after {
  left: -2rem;
}
.m_sk_label.active .m_sk_labelLeft .m_sk_labelBtn {
  background: none;
  left: -2rem;
}
.m_sk_label.active .m_sk_labelLeft .m_sk_labelBtn .fa {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* @media screen and (max-width:1024PX) {
    .think_info .think_title {
        padding-top: 1rem;
        line-height: 22px;
    }
    .think_info .think_title span {
        margin-right: 10px;
        border-radius: 50%;
        font-size: 0.805rem;
        width: 22px;
        height: 22px;
    }
    .think_info .think_title h3 {
        font-size: 1.025rem;
    }
    .think_info {
        padding-bottom: 30px;
        overflow: hidden;
    }
    .think_box {
        padding: 0 3%;
        border-bottom: .75rem solid #f9f9f9;
        padding-bottom: 0;
    }
    .think_box .think_iteam {
        padding: 1rem 0;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: inherit;
        -webkit-box-align: center;
        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-pack: inherit;
        -moz-box-align: center;
        display: box;
        box-orient: horizontal;
        box-pack: inherit;
        box-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 0px;
    }
    .think_box .think_iteam:last-child {
        border: 0;
    }
    .think_box:last-child {
        border: 0;
    }
    .think_box .think_iteam .knowledge_info_label {
        display: none;
    }
    .think_box .think_iteam .knowledge_info_info {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0.2rem;
    }
    .knowledge_info_img {
        width: 32.1%;
        height: 4.5rem;
        border-radius: 4px;
    }
    .knowledge_info_img img {
        width: 100%;
        min-height: 4.5rem;
    }
    .knowledge_info_cont {
        padding-left: 10px;
        float: left;
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .knowledge_info_cont h3 {
        font-size: 0.905rem;
        line-height: 1.47;
        min-height: 2.2rem;
        -webkit-font-smoothing: antialiased;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 0;
    }
    .knowledge_info_label {
        overflow: hidden;
        padding: 10px 0;
    }
    .knowledge_info_label span {
        padding-left: 25px;
        margin-right: 20px;
        float: left;
        height: 16px;
        line-height: 16px;
        color: #999999;
    }
    .knowledge_info_label span.dz {
        background: url(../../images/icon_13.png) no-repeat left center;
        padding-left: 22px;
        cursor: pointer;
    }
    .knowledge_info_label span.liulan {
        background: url(../../images/liulan.png) no-repeat left center;
        padding-left: 28px;
    }
    .knowledge_info_label span.time {
        background: url(../../images/ic_17.png) no-repeat left center;
        padding-left: 28px;
    }
    .knowledge_info_label span.label1 {
        background: url(../../images/biaoqian.png) no-repeat left center;
        padding-left: 32px;
    }
    .knowledge_info_label span.label1 a {
        color: #999999;
        float: left;
    }
    .knowledge_info_label span.label1 a:hover {
        color: #4BB3BB;
    }
    .knowledge_info_label span.label1 a:after {
        content: "、";
        float: right;
        padding-left: 8px;
        color: #999999;
    }
    .knowledge_info_label span.label1 a:last-child:after {
        display: none;
    }
    .knowledge_info_info {
        font-size: 0.732rem;
        line-height: 1.4;
        padding-top: 0;
        text-align: justify;
    }
} */
/*首页服务流程*/
.sk_index_service {
  background: #fafafa;
  overflow: hidden;
  padding: 44px 0 59px 0;
}
.sk_index_service_tit {
  width: 100%;
  background: url(../../images/tit_5.png) no-repeat center top;
  height: 142px;
}
.sk_index_service_info ul li {
  overflow: hidden;
  text-align: center;
  color: #444444;
  font-size: 16px;
  float: left;
  width: 133.33333333px;
  background: url(../../images/icon_25.png) no-repeat right 44px;
}
.sk_index_service_info ul li h3 {
  padding-top: 10px;
}
.sk_index_service_info ul li:last-child {
  background: url(../../images/icon_26.png) no-repeat right 48px;
}
/*订阅*/
.sk_take {
  overflow: hidden;
  padding: 30px 0;
  background: #323642;
  width: 100%;
}
.sk_take .sk_take_fl {
  float: left;
  overflow: hidden;
}
.sk_take .sk_take_fl h3 {
  float: left;
  font-size: 12px;
  color: #797e92;
  font-weight: bold;
  padding-right: 10px;
  line-height: 40px;
}
.sk_take_fl .sk_take_fl_from {
  float: left;
  position: relative;
  overflow: hidden;
}
.sk_take_fl .sk_take_fl_from input {
  width: 250px;
  height: 40px;
  border-radius: 6px;
  padding: 0 8px;
  background: #484c60;
  color: #fff;
  padding-right: 55px;
  font-size: 12px;
}
.sk_take_fl .layui-form-radio i {
  font-size: 14px !important;
}
.sk_take_fl .sk_take_fl_from a {
  position: absolute;
  right: 7.5px;
  top: 7.5px;
  color: #d1d3d4;
  width: 40px;
  height: 25px;
  background: #797e97;
  text-align: center;
  line-height: 25px;
  border-radius: 6px;
}
.sk_take_fl .sk_take_fl_from_chaxd {
  float: left;
  color: #fff;
  padding-left: 20px;
}
.sk_take_fl .sk_take_fl_from_chaxd span {
  font-size: 12px;
}
.sk_take_fl .sk_take_fl_from_chaxd .layui-form-radio i {
  color: #fff;
}
.sk_take_fl .sk_take_fl_from_chaxd .layui-form-radio i:hover {
  color: #008cdc;
}
.sk_take_fl .sk_take_fl_from_chaxd .layui-form-radioed i {
  color: #008cdc;
}
.sk_take_fr {
  float: right;
  line-height: 40px;
}
.sk_take_fr a {
  border-radius: 50px;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  float: right;
  line-height: 40px;
  background-color: #007cff;
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, #00adff, #007cff);
  background-image: -webkit-linear-gradient(left, #00adff, #007cff);
  background-image: -o-linear-gradient(left, #00adff, #007cff);
  background-image: linear-gradient(left, #00adff, #007cff);
  position: relative;
}
/**底部样式**/
.footer {
  width: 100%;
  background: url(../../images/footer-bg.png) no-repeat;
  background-size: cover;
  padding: 46px 0 22px;
  letter-spacing: 0.5px;
}
.footer .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .contact-mode {
  text-align: right;
  margin: 0;
}
.footer .contact-mode .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  color: #fff;
}
.footer .contact-mode .explain {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #FFFFFF;
  margin: 30px 0 37px;
}
.footer .contact-mode .tell {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .contact-mode .tell .footer-tell-icon {
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  background: url(../../images/01www/elfimgs.png) no-repeat 47.154% 98.061%;
  background-size: 1709.68px 697.46px;
}
.footer .copy-right {
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: #FFFFFF;
  text-align: center;
  margin: 100px 0 0;
}
.footer .copy-right a {
  color: #fff;
}
.footer .copy-right a:hover {
  color: #A42127;
}
.footer .logo {
  width: 100px;
  height: 100px;
  margin: 0 110px 0 0;
}
.footer .grid-1200 {
  overflow: hidden;
  padding-bottom: 50px;
}
.footer .blogo {
  margin: 0 0;
}
.footer .blogo div {
  float: left;
  text-align: left;
  margin-right: 70px;
}
.footer .blogo div:last-child {
  padding-right: 0px;
}
.footer .blogo h3 {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #fff;
}
.footer .blogo ul {
  padding-top: 26px;
  padding-left: 0px;
}
.footer .blogo ul li {
  height: 12px;
  line-height: 12px;
  margin-bottom: 15px;
}
.footer .blogo ul li:last-child {
  margin: 0;
}
.footer .blogo ul li a {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #fff;
  opacity: 0.65;
  display: block;
  line-height: 12px;
}
.footer .blogo ul li a:hover {
  text-decoration: none;
}
.footer .blogo span {
  padding-top: 29px;
  display: block;
  text-align: center;
}
.footer .blogo span font {
  font-size: 12px;
  color: #a0adb9;
  display: block;
  padding-top: 10px;
}
.footer_db {
  width: 100%;
}
.footer_db p {
  font-size: 12px;
  color: #a0adb9;
  font-family: "Microsoft YaHei";
  width: 1200px;
  text-align: center;
  line-height: 20px;
}
.footer_db p a {
  color: #a0adb9;
  line-height: 20px;
}
.footer .footer_add {
  float: right;
  margin-top: 20px;
  text-align: right;
}
.footer .footer_add h3 {
  color: #a4a7b7;
  font-size: 18px;
  font-weight: bold;
}
.footer .footer_add span {
  color: #9093a9;
  font-size: 14px;
  display: block;
  padding: 17px 0 27px;
}
.footer .footer_add div {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  background: url(../../images/icon_27.png) no-repeat left center;
  display: inherit;
  float: right;
}
.footer .f_link {
  font-size: 12px;
}
.footer .f_link span {
  color: #ffffff;
  opacity: 0.6;
}
.footer .f_link a {
  color: #ffffff;
  opacity: 0.6;
}
.footer .f_link a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.footer .f_link .grid-1200 {
  padding-bottom: 30px;
  position: relative;
}
.footer .code-mode {
  width: 360px;
  margin: 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .code-mode .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: center;
}
.footer .code-mode .app {
  width: 120px;
  height: 120px;
}
.footer .code-mode .app .code {
  width: 120px;
  height: 120px;
  margin: 0;
}
.footer .code-mode .app .explain {
  width: 100px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 10px;
  left: 122px;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
}
.footer .code-mode .app .explain .icon {
  width: 12px;
  height: 12px;
  margin: 0 6px 0 0;
}
.footer .code-mode .wechat {
  width: 120px;
  height: 120px;
}
.footer .code-mode .wechat .code {
  width: 120px;
  height: 120px;
  margin: 0;
}
.footer .code-mode .wechat .explain {
  width: 100px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  right: 122px;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
}
.footer .code-mode .wechat .explain .icon {
  width: 12px;
  height: 12px;
  margin: 0 0 0 6px;
}
/**底部样式 end**/
/* @media screen and (max-width:1024PX) {
    .sk_index_think,
    .sk_index_service,
    .sk_take,
    .footer .grid-1200 {
        display: none;
    }
    .footer_db {
        width: 100%
    }
    .footer_db p {
        font-size: 12px;
        color: #a0adb9;
        font-family: "Microsoft YaHei";
        width: 100%;
        text-align: center;
        line-height: 20px
    }
    .footer_db p a {
        color: #a0adb9;
        line-height: 20px
    }
    .footer {
        display: none;
    }
    .indexBg1 .footer {
        display: block;
        padding: 15px 0;
    }
    .footer_db #cnzz_stat_icon_1273706070 {
        display: none;
    }
} */
.sk_knowledge_banner {
  height: 293px;
  background: url(../../images/ban_1.png) no-repeat center center #f5f5f7;
}
.sk_page_knowledge {
  overflow: hidden;
  padding-bottom: 60px;
  background: #f9f9f9;
  position: relative;
}
.sk_page_knowledge_tit {
  width: 100%;
  background: url(../../images/tit_6.png) no-repeat center top;
  height: 142px;
}
.sk_page_knowledge_info {
  width: 1200px;
  overflow: hidden;
  padding-bottom: 20px;
}
.sk_page_knowledge_info ul li {
  overflow: hidden;
  float: left;
  border: 1px solid #eeeeee;
  padding: 25px;
  width: 585px;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sk_page_knowledge_info ul li:hover {
  border: 1px solid #4BB3BB;
}
.sk_page_knowledge_info ul li:nth-child(2n) {
  margin-right: 0;
}
.sk_page_knowledge_info ul li h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sk_page_knowledge_info ul li h3:hover {
  color: #4BB3BB;
}
.sk_page_knowledge_info ul li .sk_page_knowledge_knob {
  color: #888888;
  font-size: 14px;
  overflow: hidden;
}
.sk_page_knowledge_info ul li .sk_page_knowledge_knob span {
  padding-left: 25px;
  margin-right: 20px;
  float: left;
  height: 16px;
  line-height: 16px;
}
.sk_page_knowledge_info ul li .sk_page_knowledge_knob span.time {
  background: url(../../images/ic_17.png) no-repeat left center;
}
.sk_page_knowledge_info ul li .sk_page_knowledge_knob span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
}
.sk_page_knowledge_info ul li .info {
  color: #888888;
  font-size: 14px;
  padding-top: 20px;
  line-height: 24px;
}
.page_more {
  text-align: center;
  overflow: hidden;
  height: 47px;
  padding-top: 13px;
  width: 100%;
}
.page_more a {
  font-size: 16px;
  padding: 10px 50px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  background-image: -moz-linear-gradient(left, #00adff, #007cff);
  background-image: -webkit-linear-gradient(left, #00adff, #007cff);
  background-image: -o-linear-gradient(left, #00adff, #007cff);
  background-image: linear-gradient(left, #00adff, #007cff);
}
.sk_a {
  background-image: -moz-linear-gradient(left, #00adff, #007cff);
  background-image: -webkit-linear-gradient(left, #00adff, #007cff);
  background-image: -o-linear-gradient(left, #00adff, #007cff);
  background-image: linear-gradient(left, #00adff, #007cff);
}
.sk_page_answer {
  overflow: hidden;
  padding-bottom: 60px;
}
.sk_page_answer_tit {
  width: 100%;
  background: url(../../images/tit_7.png) no-repeat center top;
  height: 142px;
}
.sk_page_answer_info {
  width: 1200px;
  overflow: hidden;
  padding-bottom: 20px;
}
.sk_page_answer_info ul li {
  overflow: hidden;
  float: left;
  width: 585px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.sk_page_answer_info ul li:nth-child(2n) {
  margin-right: 0;
}
.sk_page_answer_info ul li .sk_page_answer_info_tit {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  padding: 20px 25px;
}
.sk_page_answer_info ul li .sk_page_answer_info_tit h3 {
  float: left;
  color: #444444;
  font-size: 16px;
  background: url(../../images/icon_11.png) no-repeat left center;
  padding-left: 40px;
  height: 24px;
  line-height: 24px;
}
.sk_page_answer_info ul li .sk_page_answer_info_tit h3:hover {
  color: #4BB3BB;
}
.sk_page_answer_info ul li .info {
  background: url(../../images/icon_12.png) no-repeat left 0px;
  padding-left: 40px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.sk_page_answer_info ul li .know-info_knob {
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  padding-left: 40px;
  padding-top: 20px;
}
.sk_page_answer_info ul li .know-info_knob span {
  padding-left: 25px;
  margin-right: 20px;
  float: left;
  height: 14px;
  line-height: 14px;
}
.sk_page_answer_info ul li .know-info_knob span.pl {
  background: url(../../images/icon_14.png) no-repeat left center;
}
.sk_page_answer_info ul li .know-info_knob span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
}
.sk_page_answer_info_cont {
  background: #f9f9f9;
  padding: 25px;
}
.sk_mbx {
  width: 1200px;
  color: #595858;
  overflow: hidden;
  padding: 19px 0;
  margin: 0 auto;
  border-bottom: 1px solid #D8D8D8;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.sk_mbx .sk_mbx_fl {
  overflow: hidden;
  float: left;
  background: url(../../images/ic_19.png) no-repeat left center;
  background-size: 13px;
  padding-left: 24px;
  font-size: 16px;
  position: relative;
  width: 100%;
}
.sk_mbx .sk_mbx_fl .sk_mbx_tabs {
  position: absolute;
  right: 0;
  top: 0;
}
.sk_mbx .sk_mbx_fl .sk_mbx_tabs a:first-child {
  color: #64D6C5;
}
.sk_mbx .sk_mbx_fl .sk_mbx_tabs a:last-child {
  color: #3d3d3d;
  font-weight: 600;
}
.sk_mbx .sk_mbx_fl a {
  color: #595858;
  font-size: 16px;
  line-height: 30px;
}
.sk_mbx .sk_mbx_fl span {
  margin: 0 6px;
  line-height: 30px;
}
.sk_mbx .sk_mbx_fl .curPage {
  color: #A42127;
  margin-left: -5px;
  font-weight: bold;
}
.sk_mbx .sk_mbx_fl a:hover {
  color: #A42127;
}
.sk_mbx .sk_mbx_fl .update-times {
  margin-left: auto;
  float: right;
  font-size: 13px;
  color: #999;
}
.page-update-times {
  font-size: 12px;
  color: #999;
  margin-left: 9px;
}
.sk_mbx .sk_mbx_fr {
  overflow: hidden;
  float: right;
}
.sk_mbx .sk_mbx_fr a {
  border-radius: 30px;
  color: #888;
  font-size: 14px;
  float: left;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0 20px;
}
.sk_mbx .sk_mbx_fr span {
  float: left;
  margin: 0 15px;
  line-height: 30px;
  color: #ccc;
}
.sk_mbx .sk_mbx_fr a:hover {
  color: #fff;
  background: #4BB3BB;
}
.sk_mbx .sk_mbx_fr a.active {
  color: #fff;
  background: #4BB3BB;
}
.sk_page_answer_list {
  width: 1200px;
  overflow: hidden;
  padding-bottom: 50px;
}
.sk_page_answer_list ul {
  padding-bottom: 10px;
  overflow: hidden;
}
.sk_page_answer_list ul li {
  overflow: hidden;
  float: left;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 20px;
}
.sk_page_answer_list ul li .sk_page_answer_info_tit {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  padding: 20px 25px;
}
.sk_page_answer_list ul li .sk_page_answer_info_tit h3 {
  float: left;
  color: #444444;
  font-size: 16px;
  background: url(../../images/icon_11.png) no-repeat left center;
  padding-left: 40px;
  height: 24px;
  line-height: 24px;
}
.sk_page_answer_list ul li .sk_page_answer_info_tit h3:hover {
  color: #4BB3BB;
}
.sk_page_answer_list ul li .info {
  background: url(../../images/icon_12.png) no-repeat left 0px;
  padding-left: 40px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.sk_page_answer_list ul li .know-info_knob {
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  padding-left: 40px;
  padding-top: 20px;
}
.sk_page_answer_list ul li .know-info_knob span {
  padding-left: 25px;
  margin-right: 20px;
  float: left;
  height: 14px;
  line-height: 14px;
}
.sk_page_answer_list ul li .know-info_knob span.pl {
  background: url(../../images/icon_14.png) no-repeat left center;
}
.sk_page_answer_list ul li .know-info_knob span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
}
.sk_page_answer_list_cont {
  background: #f9f9f9;
  padding: 25px;
}
.sk_page {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
.sk_page a {
  padding: 10px 16px;
  border: 1px solid #e7e7e7;
  color: #1f1f1f;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.sk_page span {
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #4BB3BB;
  border-radius: 5px;
  background: #4BB3BB;
}
.sk_page a:hover {
  background: #4BB3BB;
  color: #fff;
  border: 1px solid #4BB3BB;
}
.sk_pages {
  display: flex;
}
.sk_pages a,
.sk_pages span.current {
  padding: 0 10px;
  background: #f7f7f7;
  color: #1f1f1f;
  font-size: 14px;
  margin: 0 2px;
  min-width: 40px;
  border: 1px solid #dddddd;
  height: 38px;
  line-height: 36px;
  float: left;
}
.sk_pages a:hover {
  background: #007dff;
  color: #fff;
  border: 1px solid #007dff;
}
.sk_pages span.current {
  background: #007dff;
  color: #fff;
  border: 1px solid #007dff;
}
.sk_pages span {
  color: #666666;
  font-size: 14px;
  float: left;
}
.sk_pages span input {
  padding: 10px 5px;
  border: 1px solid #dddddd;
  color: #1f1f1f;
  width: 38px;
  height: 38px;
  text-align: center;
  margin: 0 10px;
  font-size: 12px;
  float: left;
}
.sk_pages .subBtn {
  margin-left: 10px;
}
.sk_pages .subBtn:hover {
  background: #007dff;
  color: #fff;
  border: 1px solid #007dff;
}
.sk_pages span form {
  display: inline-block;
}
.sk_pages .box {
  display: flex;
  justify-content: start;
}
.sk_pages .box .prev,
.sk_pages .box .next {
  background: #fff;
  margin-right: 16px;
  color: #4BB3BB;
  max-width: 87px;
  border-radius: 4px;
  border: 1px solid #4BB3BB;
  height: 31px;
  line-height: 31px;
}
.sk_pages .box .prev::before {
  display: none;
}
.sk_pages .box .next::after {
  display: none;
}
.sk_pages .box .num,
.sk_pages .box .current {
  background: #fff;
  margin-right: 16px;
  text-align: center;
  color: #4BB3BB;
  line-height: 31px;
  min-width: 31px;
  border-radius: 4px;
  border: 1px solid #4BB3BB;
  height: 31px;
}
.sk_pages .next::after {
  content: "";
  background: url(../../images/20191219/ic-4.png) no-repeat center center;
  padding-right: 6px;
  height: 11px;
  margin-left: 10px;
}
.sk_pages .prev::before {
  content: "";
  background: url(../../images/20191219/ic-5.png) no-repeat center center;
  padding-right: 6px;
  height: 11px;
  margin-right: 10px;
}
.sk_pages font {
  float: left;
}
.sk_pages .box .page-btn:hover {
  cursor: pointer;
}
.sk_pages .box .current {
  background-color: #4BB3BB;
  color: #fff;
}
/* .sk_pages .jump_span {margin-left: 5px;} */
.sk_pages .zong_num {
  margin-left: 5px;
}
/*专家库*/
.sk_Expert_banner {
  height: 293px;
  background: url(../../images/ban_3.png) no-repeat center center #f5f5f7;
}
.sk_page_experts {
  background: #f6f8f9;
  overflow: hidden;
  padding-bottom: 60px;
}
.sk_page_experts_tit {
  width: 100%;
  background: url(../../images/tit_8.png) no-repeat center top;
  height: 142px;
}
.sk_page_experts .sk_index_experts_info {
  box-shadow: none;
  padding-bottom: 50px;
  padding-top: 20px;
}
.sk_page_experts .sk_index_experts_info_fr {
  background: none;
}
.sk_page_experts .sk_index_experts_info_fr .sk_experts_list ul li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.sk_page_diary {
  background: #fff;
  overflow: hidden;
  padding-bottom: 60px;
}
.sk_page_diary_tit {
  width: 100%;
  background: url(../../images/tit_9.png) no-repeat center top;
  height: 142px;
}
.sk_page_diary_list ul li {
  padding: 25px 0 0;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #ffffff;
  float: left;
  width: 222px;
  margin-right: 22.5px;
  margin-bottom: 22.5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sk_page_diary_list ul li:nth-child(5n) {
  margin-right: 0;
}
.sk_page_diary_list ul li .img {
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 50%;
  font-size: 0;
}
.sk_page_diary_list ul li img {
  width: 100%;
  height: 100%;
}
.sk_page_diary_list ul li .info {
  padding: 15px 12px 0;
  overflow: hidden;
}
.sk_page_diary_list ul li .info h3 {
  font-size: 16px;
  color: #444444;
  text-align: center;
  padding-bottom: 5px;
  font-family: "微软雅黑";
}
.sk_page_diary_list ul li .info h3 font {
  color: #888888;
  font-weight: normal;
}
.sk_page_diary_list ul li .info h3 span {
  font-size: 14px;
  color: #4BB3BB;
  display: inline-block;
  font-weight: normal;
  border: 1px solid #4BB3BB;
  border-radius: 3px;
  margin-left: 10px;
  padding: 0 5px;
}
.sk_page_diary_list ul li .info .info_cont {
  display: block;
  font-size: 12px;
  color: #aaaaaa;
  padding: 15px 0;
  height: 88px;
  text-align: justify;
  border-top: 1px solid #dedede;
  margin-top: 5px;
  line-height: 1.6;
}
.sk_page_diary_list ul li .info .info_cont font {
  color: #888;
}
.sk_page_diary_list ul li .info .info_footer {
  border-top: 1px solid #eeeeee;
  line-height: 40px;
}
.sk_page_diary_list ul li .info .info_footer a {
  float: left;
  font-size: 12px;
  color: #888888;
  border-right: 1px solid #eeeeee;
  width: 80px;
  text-align: center;
  text-align: left;
}
.sk_page_diary_list ul li .info .info_footer a font {
  color: #4BB3BB;
  font-weight: bold;
}
.sk_page_diary_list ul li .info .info_footer a:nth-child(2) {
  width: 87px;
  text-align: center;
}
.sk_page_diary_list ul li .info .info_footer a:nth-child(2) font {
  color: #ff7523;
}
.sk_page_diary_list ul li .info .info_footer a:last-child {
  border-right: 0;
  width: 29px;
  background: url("../../images/2020icon/icon-1.png") no-repeat 8px center;
  background-size: 18px auto;
}
.sk_page_diary_list ul li:hover {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.sk_page_diary_list ul li h3:hover {
  color: #4BB3BB;
}
/* 整形医院 */
.doctor_banner img {
  width: 100%;
}
.sk_page_lists {
  overflow: hidden;
  padding-bottom: 70px;
}
.sk_page_lists .sk_index_experts_info {
  margin-bottom: 40px;
}
.sk_page_lists .sk_index_experts_info_fr .sk_experts_list ul li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.sk_page_lists_lis {
  background: #fff;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 20px;
}
.sk_page_lists_lis .sk_index_experts_info {
  box-shadow: none;
  padding-bottom: 50px;
}
.sk_page_lists_lis .sk_index_experts_info_fr {
  background: none;
  height: auto;
}
.sk_page_lists_lis .sk_index_experts_info_fr .sk_experts_list ul li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
/*专家专栏详情*/
.sk_gut {
  width: 1200px;
  overflow: hidden;
  padding-bottom: 20px;
}
.sk_gut .sk_gut-tit {
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
}
.sk_gut .sk_gut-tit h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.sk_gut .sk_gut-tit span {
  font-size: 14px;
  color: #888888;
  display: block;
  padding-top: 6px;
}
.sk_gut .sk_gut-blurb {
  text-align: center;
  background: #f1f1f1;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 45px;
  padding: 20px 10px;
}
.sk_gut .sk_gut-cont {
  overflow: hidden;
}
.sk_gut .sk_gut-cont .sk_gut-cont_img {
  float: left;
  width: 380px;
}
.sk_gut .sk_gut-cont .sk_gut-cont_img img {
  width: 100%;
}
.sk_gut .sk_gut-cont .sk_gut-cont_fl {
  float: left;
  width: 820px;
  padding-left: 25px;
  color: #888888;
  font-size: 14px;
  text-align: justify;
}
.serve-page {
  max-width: 2160px;
}
.serve-page img {
  width: 100%;
  object-fit: cover;
}
/* 限时秒杀 */
.sk_skill_box {
  width: 1200px;
  margin: 20px auto;
}
.sk_skill_box_tit {
  width: 100%;
  background: url(/Public/images/tit_7.png) no-repeat;
  height: 59px;
  margin-bottom: 20px;
}
.ellipsis-1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 门店优选 */
.sk_store_select_box {
  width: 1200px;
  margin: 20px auto;
}
.sk_store_select_box_tit {
  width: 100%;
  background: url(/Public/images/tit_6.png) no-repeat;
  height: 59px;
  margin-bottom: 20px;
}
/*牙科服务*/
.sk_filter_box {
  width: 1200px;
}
.sk_filter_selected {
  line-height: 55px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 25px;
  overflow: hidden;
}
.sk_filter_selected h3 {
  color: #333333;
  font-size: 14px;
  float: left;
  width: 56px;
}
.sk_filter_selected div.sk_filter_info {
  float: left;
  padding-left: 25px;
  width: 1092px;
}
.sk_filter_selected div.sk_filter_info .sk_filter_selected-info {
  display: inline-block;
}
.sk_filter_selected div {
  float: left;
}
.sk_filter_selected div.sk_filter_selected-info a {
  margin-right: 10px;
  padding: 0 8px;
  color: #4BB3BB;
  font-size: 12px;
  border: 1px dashed #4BB3BB;
}
.sk_filter_selected div.sk_filter_selected-info a:after {
  content: "×";
  color: #4BB3BB;
  margin-left: 10px;
}
.sk_filter_selected div span {
  background: url(../../images/ic_20.png) no-repeat left center;
  padding-left: 25px;
  color: #888888;
  font-size: 14px;
  cursor: pointer;
}
.sk_filter-section-wrapper #filter_type .sk_tags {
  max-height: 82px;
  overflow: hidden;
}
.sk_filter-section-wrapper .sk_filter-component:first-child {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 28px;
}
.sk_filter-component {
  display: flex;
  position: relative;
}
.sk_filter-component .moreBtns {
  display: flex;
  align-items: center;
  width: 60px;
  padding-left: 10px;
  position: absolute;
  right: 0px;
  top: 4px;
}
.sk_filter-component .moreBtns a {
  color: #b1afaf;
  font-size: 14px;
}
.sk_filter-component .moreBtns i {
  display: block;
  width: 10px;
  height: 5px;
  margin-left: 2px;
}
.sk_filter-component .moreBtns .off {
  display: none;
  background: url(/Public/images/01www/filter_icon1.png) no-repeat right;
}
.sk_filter-component .moreBtns .on {
  background: url(/Public/images/sele.png) no-repeat right;
  background-size: 10px 5px;
}
.sk_filter-component:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.sk_filter-section-wrapper {
  background: #fff;
  margin: 20px 0 10px 0;
  border-radius: 10px;
  padding: 33px 30px;
  box-shadow: 0px 1px 10px 0px rgba(212, 212, 212, 0.5294);
}
.sk_filter-section-wrapper .sk_label {
  width: 80px;
  padding: 4px 0;
  margin: 0;
}
.sk_filter-section-wrapper .sk_label h3 {
  color: #6C6C6C;
  font-size: 16px;
  float: left;
  opacity: 0.45;
}
.sk_filter-section-wrapper .sk_label a {
  font-size: 14px;
  float: right;
  background: #0080ff;
  border-radius: 15px;
  color: #fff;
  width: 50px;
  text-align: center;
}
.sk_filter_box .sk_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1023px;
  margin: 0;
  position: relative;
  z-index: 998;
}
.sk_filter_box .sk_tags div {
  margin: 5px 15px 5px 0;
  color: #6C6C6C;
  font-size: 16px;
  height: 30.94px;
}
.sk_filter_box .sk_tags div a {
  color: #6C6C6C;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 3px 9px;
  border-radius: 10px;
  box-sizing: border-box;
}
.sk_filter_box .sk_tags div a:hover {
  opacity: 1;
  color: #fff;
  background: #A42127;
}
.sk_filter_box .sk_tags div .active {
  color: #fff;
  opacity: 1;
  background: #A42127;
  border-radius: 10px;
  padding: 3px 9px;
}
.sk_filter_box .sk_tags div .active:hover {
  color: #fff;
  opacity: 1;
  background: #A42127;
  border-radius: 10px;
  padding: 3px 9px;
}
.sk_filter_box .sk_tags div a.tag-expend {
  position: relative;
}
.sk_filter_box .sk_tags div.active > a:first-child {
  color: #fff;
  background: #A42127;
  border-radius: 10px;
  padding: 3px 9px;
}
.sk_filter_box .sk_tags div.items.active a.tag-expend::after {
  display: block;
}
.sk_tags_hidden {
  display: none;
}
.sk_tags_hidden.active {
  display: block;
}
.sk_filter_box .sk_tags.sub-items {
  z-index: 9;
  line-height: 24px;
  width: 1030px;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #ecebeb;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.07);
}
.sk_filter_box .sk_tags.sub-items span {
  color: #348fff;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}
.sk_filter_box .sk_tags.sub-items a {
  margin-right: 20px;
  display: inline-block;
  color: #888888;
  font-size: 14px;
}
.sk_filter_box .sk_tags.sub-items a.active,
.sk_tags.sub-items a:hover {
  color: #4BB3BB;
  text-decoration: underline;
}
.sk_filter-section-wrapper .sk_search_label {
  width: 74px;
  float: left;
  padding: 2px 0;
  line-height: 34px;
}
.sk_filter-section-wrapper .sk_search_label h3 {
  color: #333333;
  font-size: 14px;
  float: left;
  padding-right: 10px;
}
.sk_filter-search {
  float: left;
  width: 1023px;
  position: relative;
  z-index: 998;
}
.sk_filter-search .box {
  position: relative;
  float: left;
}
.sk_filter-search .add_kw {
  border: 1px solid #dfdfdf;
  width: 560px;
  border-radius: 4px;
  text-indent: 10px;
  height: 34px;
  margin-left: 0;
  padding-right: 10px;
}
/* .sk_filter-search #st2 {position: absolute;right: 0;top: 0;bottom: 0;height: 34px;text-align: center;width: 65px;padding-left: 10px;border: 0;background: none;border-left: 1px #e4e2e2 solid;} */
.sk_filter-search .add_kw_sub {
  background-color: #4BB3BB;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  margin-left: 6px;
  color: #fff;
  height: 32px;
  cursor: pointer;
  line-height: 32px;
}
.sk_filter-section-wrapper div.sk_filter-component:last-child {
  border-bottom: 0;
}
/* 条件筛选end */
.sk_common-list {
  overflow: hidden;
  width: 1200px;
  padding: 0 0px;
}
.sk_common-list_tip {
  width: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 23px;
}
.sk_common-list .sk_common-list_fl {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 40px;
  border-radius: 4px;
}
.sk_common-list .skCommon_fl {
  width: 780px;
  float: left;
}
/* .sk_common-list .sk_panel_item_box_tools>span {
    margin-top: -2px !important;
} */
.sk_sort-option {
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  padding: 0 15px 0 25px;
}
.sk_sort-option .sk_sort-tit {
  float: left;
  color: #666666;
  font-size: 14px;
}
.sk_sort-option .sk_sort-tit font {
  color: #4BB3BB;
}
.sk_sort-option .sk_tag-group {
  float: right;
}
.sk_sort-option .sk_tag-group div {
  float: left;
  margin-left: 20px;
}
.tag-price {
  position: relative;
}
.tag {
  padding: 0 10px;
  display: inline-block;
  color: #666666;
  font-size: 14px;
}
.tag:hover {
  color: #4BB3BB;
}
.tag-sort {
  position: relative;
}
.tag-sort ul {
  position: absolute;
}
.tag-sort:after,
.tag-sort:before {
  border: 3.2px solid transparent;
  display: block;
  right: 0;
  top: 50%;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
}
.tag-sort:before {
  border-bottom-width: 4px;
  border-bottom-color: #ccc;
  margin-top: -8px;
}
.tag-sort:after {
  border-top-width: 4px;
  border-top-color: #ccc;
  margin-top: 1px;
}
.tag-sort-up:before {
  border-bottom-color: #4BB3BB;
}
.tag-sort-down:after {
  border-top-color: #4BB3BB;
}
.tag-sort-active {
  color: #4BB3BB;
}
.sk_serve_box_stock {
  margin-top: 21px;
  display: flex;
  align-items: center;
}
.sk_serve_box_stock > span {
  display: block;
  margin: 0;
  color: #888;
}
.sk_serve_box_stock .sk_serve_box_tit {
  margin: 0;
  font-size: 16px;
  color: #888;
}
.sk_serve_box_stock .progress-bar {
  position: relative;
  margin-left: 8px;
  width: 131px;
  height: 7px;
  background-color: #F2F4F5;
  border-radius: 99px;
}
.sk_serve_box_stock .progress-bar span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 131px;
  height: 7px;
  background-color: #81D8D0;
  border-radius: 99px;
}
/* 公共tabnav */
.sk_serve_tabnav {
  display: grid;
  grid-template-columns: 160px 1002px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sk_serve_tabnav > nav {
  display: flex;
  flex-direction: column;
}
.sk_serve_tabnav > nav > div {
  width: 160px;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #EEEEEE;
  font-size: 18px;
  font-family: PingFang SC;
  line-height: 70px;
  text-align: center;
  position: relative;
}
.sk_serve_tabnav > nav .active {
  background-color: #86d8d0;
  color: #fff;
}
.sk_serve_tabnav > nav .active::after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid #86d8d0;
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
  margin-top: -12px;
}
.sk_serve_tabnav > article {
  background-color: #fff;
  padding: 26px 50px;
  color: #777;
}
.sk_serve_tabnav .project_intro {
  margin-left: -19px;
}
#introduce-con {
  display: block;
}
#store-con {
  display: none;
}
#doctor-con {
  display: none;
}
#recommend-con {
  display: none;
}
#comment-con {
  display: none;
}
#question-con {
  display: none;
}
.sk_serve_tabnav > #introduce-con p {
  line-height: 23px;
}
.sk_serve_tabnav_tit {
  padding-bottom: 8px;
  margin-left: 10px;
  position: relative;
  padding-left: 10px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.sk_serve_tabnav_tit::before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  background-color: #4BB3BB;
  position: absolute;
  left: 0;
  top: 4px;
}
.sk_serve_tabnav .gap_line_tabnav {
  height: 1px;
  width: 100%;
  background-color: #f2f2f2;
  margin: 20px 0;
}
.sk_serve_tabnav_txt {
  font-family: PingFang SC;
  padding-left: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sk_serve_tabnav_txt img {
  width: 100% !important;
}
.sk_serve_tabnav_txt h5 {
  color: #4BB3BB;
  margin: 0 0 8px 0;
}
.sk_serve_tabnav_txt .intro_p {
  margin-bottom: 22px;
}
.sk_serve_tabnav_txt .detail_p {
  padding-left: 20px;
  margin-bottom: 12px;
}
.sk_serve_tabnav_txt .flex_con {
  display: flex;
}
.sk_serve_tabnav_txt .p_w460 {
  margin: 0;
  width: 460px;
  margin-bottom: 12px;
}
.sk_serve_tabnav_txt .p_inline_block {
  margin: 0 0 8px 26px;
}
#comment-con .comment nav {
  display: flex;
  padding: 0 0px 5px 10px;
  border-bottom: 1px solid #f2f2f2;
}
#comment-con .comment nav .active {
  position: relative;
  color: #53b2ba;
  font-weight: 600;
}
#comment-con .comment nav .active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 23px;
  height: 2px;
  background-color: #4BB3BB;
  margin-left: -11px;
}
#comment-con .comment nav div {
  margin: 0 30px 0 0;
  font-size: 16px;
  color: #777;
}
#comment-con .comment nav div:hover {
  cursor: pointer;
}
#comment-con .comment_list {
  display: none;
  margin-bottom: 18px;
}
#comment-con .comment #comment_0 {
  display: block;
}
#comment-con .comment_list .comment_item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3;
}
#comment-con .comment_list .comment_item img {
  width: 50px;
  height: 50px;
  border-radius: 999px;
}
#comment-con .comment_list .comment_item .info {
  flex: 1;
  margin-left: 32px;
}
#comment-con .comment_list .comment_item .info .content img {
  width: 178px;
  height: 121px;
  border-radius: 10px;
  margin-right: 24px;
  margin-bottom: 10px;
}
#comment-con .comment_list .comment_item .info .content p {
  margin: 10px 0;
}
#comment-con .comment_list .comment_item .info .tip {
  display: inline-block;
  color: #bbb;
}
#comment-con .comment_list .comment_item .info .star {
  position: relative;
}
#comment-con .comment_list .comment_item .info .star_list {
  width: 86px;
  height: 12px;
  background: url(../../images/x1.png) no-repeat left top;
  position: absolute;
  left: 65px;
  top: 5px;
}
#comment-con .comment_list .comment_item .info .star_list_info {
  width: 30px;
  height: 100%;
  background: url(../../images/x2.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
}
#comment-con .to_comment {
  margin-top: 50px;
}
#comment-con .to_comment .head {
  display: flex;
  margin-bottom: 24px;
  align-items: baseline;
  position: relative;
  padding-left: 32px;
}
#comment-con .to_comment .head::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(/Public/images/2023/comment_ic1.png) no-repeat;
}
#comment-con .to_comment .head h3 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
#comment-con .to_comment .project_list {
  color: #000;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
#comment-con .to_comment .project_list span {
  display: inline-block;
  width: 72px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  border-radius: 4px;
  border: 1px solid #4BB3BB;
  margin-right: 12px;
  color: #4BB3BB;
  font-size: 12px;
}
#comment-con .to_comment .project_list .active {
  background-color: #4BB3BB;
  color: #fff;
}
#comment-con .to_comment textarea {
  width: 879px;
  height: 125px;
  outline: none;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  margin-bottom: 8px;
  color: #000;
}
#comment-con .to_comment .serve_star {
  color: #000;
  display: flex;
  margin-bottom: 18px;
  font-size: 16px;
}
#comment-con .to_comment .serve_star > div {
  position: relative;
  margin: 0 155px 0 0;
}
#comment-con .to_comment .serve_star > div .star_list {
  width: 86px;
  height: 12px;
  background: url(../../images/x1.png) no-repeat left top;
  position: absolute;
  left: 40px;
  top: 5px;
}
#comment-con .to_comment .serve_star > div .star_list_info {
  width: 30px;
  height: 100%;
  background: url(../../images/x2.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
}
#comment-con .to_comment > span {
  color: #999;
}
#comment-con .to_comment button {
  float: right;
  margin-top: 20px;
  background-color: #4BB3BB;
  border-radius: 4px;
  width: 73px;
  height: 29px;
  line-height: 29px;
  color: #fff;
}
/* 整形医院 */
.hospital_banner {
  width: 1440px;
}
.hospital_banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.sk_hospital_main_con .head {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.sk_hospital_main_con .head .left {
  display: flex;
  margin: 0;
  align-items: baseline;
}
.sk_hospital_main_con .head .left h3 {
  font-size: 28px;
  font-weight: 600;
}
.sk_hospital_main_con .head .left .desc {
  font-size: 16px;
  margin-left: 19px;
  color: #999;
}
.sk_hospital_main_con .head .left .desc i {
  width: 13px;
  height: 16px;
  background: url(/Public/images/2023/address.png) no-repeat;
  background-size: contain;
  padding-left: 25px;
}
.sk_hospital_main_con .head .left .desc font {
  font-weight: 600;
  color: #4BB3BB;
}
.sk_hospital_main_con .head .right {
  display: flex;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.sk_hospital_main_con .head .right a {
  margin-left: 30px;
}
.sk_hospital_main_con .head .right a:first-child {
  margin: 0;
}
.sk_hospital_main_con .head .right a:hover {
  color: #4BB3BB;
}
.sk_hospital_main_con .head .right .active {
  color: #4BB3BB;
}
.sk_hospital_main_con .head .right div {
  color: #575757;
}
.sk_hospital_main_con .head .right div i {
  display: inline-block;
  width: 9px;
  height: 16px;
  background: url(/Public/images/2023/filter_down.png) no-repeat;
  background-size: contain;
  background-position: right;
  vertical-align: middle;
}
.sk_hospital_main_con .head .right .active i {
  background: url(/Public/images/2023/greenbottom.png) no-repeat;
  background-size: contain;
  background-position: right;
}
.sk_hospital_main_con .head .right div .down {
  transform: rotate(180deg);
}
.sk_hospital_main_con .head .right div:hover {
  cursor: pointer;
}
.sk_hospital_main_tit {
  width: 100%;
  background: url(/Public/images/tit_8.png) no-repeat;
  height: 59px;
  margin-bottom: 20px;
}
/* 预约就诊 */
.sk_serve_booking {
  padding: 10px 14px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 43px;
}
.sk_serve_booking > h3 {
  width: 66px;
  height: 23px;
  margin: 0;
  background: url(/Public/images/01www/tit_small_ic3.png) no-repeat;
}
.sk_serve_booking .content {
  display: grid;
  height: 310px;
  grid-template-columns: 469px 307px 352px;
  justify-content: space-evenly;
  margin: 16px 0 23px 0;
}
.sk_serve_booking .content .chose_project {
  width: 100%;
}
.sk_serve_booking .content .panel {
  border: 1px solid #E5E5E5;
  border-top: none;
  display: grid;
  grid-template-columns: repeat(3, 126px);
  justify-content: space-evenly;
}
.sk_serve_booking .content .chose_time .panel {
  grid-template-columns: repeat(2, 140px);
}
.sk_serve_booking .content .panel .tags {
  display: inline-block;
  width: 126px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #f5f5f5;
  margin: 13px 0;
  border-radius: 6px;
}
.sk_serve_booking .content .panel .active {
  color: #fff;
  background-color: #86d8d0;
}
.sk_serve_booking .content .panel .tags:hover {
  cursor: pointer;
}
.sk_serve_booking .content h3 {
  height: 43px;
  background-color: #F6FBFC;
  color: #4BB3BB;
  font-size: 16px;
  text-align: center;
  line-height: 43px;
}
.sk_serve_booking .content .chose_date {
  width: 100%;
  border: 1px solid #E5E5E5;
}
.sk_serve_booking .content .chose_date .date_con {
  padding: 0 12px;
  overflow: hidden;
  height: 267px;
}
.sk_serve_booking .content .chose_date .date_con span:hover {
  cursor: pointer;
}
.sk_serve_booking .content .chose_date .date_control {
  display: flex;
  margin: 12px 0;
}
.sk_serve_booking .content .chose_date .date_control h4 {
  font-weight: 600;
  font-size: 18px;
}
.sk_serve_booking .content .chose_date .date_week {
  display: flex;
  margin: 14px 0 4px 0;
  width: 412px;
}
.sk_serve_booking .content .chose_date .date_week span {
  display: block;
  background-color: #f6fbfc;
  width: 46px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  margin: 0 11px 0 2px;
  color: #999;
}
.sk_serve_booking .content .chose_date .date_day {
  display: flex;
  flex-wrap: wrap;
  width: 412px;
}
.sk_serve_booking .content .chose_date .date_day .active {
  background-color: #FFEFEF;
  border-radius: 4px;
  color: #fff;
}
.sk_serve_booking .content .chose_date .date_day .flag {
  color: #8c8c8c;
}
.sk_serve_booking .content .chose_date .date_day .flag:hover {
  cursor: not-allowed;
}
.sk_serve_booking .content .chose_date .date_day span {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  margin: 7px 16px 0px 12px;
  color: #111;
}
.sk_serve_booking .content .chose_time {
  width: 100%;
}
.sk_serve_booking button {
  width: 73px;
  height: 29px;
  border-radius: 2px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  float: right;
  background-color: #81D8D0;
}
.sk_common-list-main {
  padding: 0 25px 0;
}
.sk_common-list-main ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
  width: 100%;
}
.sk_common-list-main ul li:last-child {
  border-bottom: 0;
}
.sk_common-list-main .img {
  float: left;
  width: 222px;
  height: 152px;
  overflow: hidden;
  border-radius: 4px;
}
.sk_common-list-main .img img {
  min-width: 222px;
  height: 152px;
}
.sk_common-list-main .info {
  float: left;
  padding-left: 20px;
  width: 506px;
}
.sk_common-list-main .info .sk_common_link_tit {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  height: 52px;
}
.swiper-container-ruchCont-items .iteam .info .tips:hover {
  color: #A42127;
}
.sk_common-list-main .info .sk_common_link_tit:hover {
  color: #A42127;
}
.sk_common-list-main .info .sk_common_item {
  color: #888888;
  font-size: 14px;
  padding-top: 5px;
}
.sk_common-list-main .info .sk_common_blurb {
  color: #888888;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 0;
}
.sk_common-list-main .info .sk_common_blurb span {
  margin-top: 3.5px;
  float: left;
  font-size: 14px;
  color: #333;
  padding: 0px 1px;
  border-radius: 2px;
  line-height: 1;
}
.sk_common-list-main .info .sk_common_blurb a {
  float: right;
  color: #4BB3BB;
  background: url(../../images/ic_21.png) no-repeat left center;
  padding-left: 16px;
}
.sk_common-list-main .info .sk_common_price {
  position: relative;
  margin-top: 5px;
}
.sk_common-list-main .info .sk_common_price h3 {
  display: inline-block;
  font-size: 18px;
  color: #ff4b4c;
  padding-right: 5px;
}
.sk_common-list-main .info .sk_common_price h3 span {
  padding-right: 5px;
}
.sk_common-list-main .info .sk_common_price h3 font {
  font-size: 28px;
  font-weight: bold;
}
.sk_common-list-main .info .sk_common_price span {
  color: #888888;
  font-size: 14px;
}
.sk_common-list-main .info .sk_common_price span font {
  text-decoration: line-through;
}
.sk_common-list-main .info .sk_common_price a.sk_btn2 {
  color: #fff;
  background: #ff9900;
  float: right;
  width: 125px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.sk_seve_group .sk_common-list-main .info {
  width: 511px;
}
.sk_store-hotBox {
  background: #fff;
  width: 396px;
  float: right;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
}
.sk_store-hot {
  background: #fff;
  width: 396px;
  float: right;
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
  border-radius: 4px;
}
.sk_store-hot_tit {
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.sk_store-hot_tit h3 {
  font-weight: bold;
  color: #444444;
  font-size: 16px;
}
.sk_store-hot_list {
  padding: 10px 25px;
  overflow: hidden;
}
.sk_store-hot_list ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.sk_store-hot_list .img {
  float: right;
  width: 130px;
  height: 72px;
  overflow: hidden;
  border-radius: 4px;
}
.sk_store-hot_list .img img {
  width: 130px;
}
.sk_store-hot_list .info {
  float: left;
  width: 214px;
  padding-right: 25px;
}
.sk_store-hot_list .info .sk_common_link_tit {
  color: #444444;
  font-size: 14px;
  padding-bottom: 15px;
  display: block;
}
.sk_store-hot_list .info .sk_common_link_tit:hover {
  color: #4BB3BB;
}
.sk_store-hot_list .info .sk_common_price h3 {
  display: inline-block;
  font-size: 20px;
  color: #ff4b4c;
  padding-right: 5px;
}
.sk_store-hot_list .info .sk_common_price h3 font {
  font-weight: bold;
}
.sk_store-hot_list .info .sk_common_price span {
  color: #888888;
  font-size: 12px;
}
.sk_store-hot_list .info .sk_common_price span font {
  text-decoration: line-through;
}
.sk_store-chain {
  background: #fff;
  width: 396px;
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.sk_store-hot_tit {
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.sk_store-hot_tit h3 {
  font-weight: bold;
  color: #444444;
  font-size: 16px;
}
.sk_store-chain .list {
  padding: 10px 25px;
}
.sk_store-chain .list .item {
  margin-top: 15px;
}
.sk_store-chain .list .item a {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  display: block;
}
.sk_store-chain .list .item a .hot {
  float: right;
}
.sk_store-chain .list .item a .title {
  float: left;
  width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sk_store-chain .list .item a:hover {
  color: #4094f8;
}
/*牙科服务详情*/
/* 二维码 */
.purchase-wrap {
  display: none;
}
.purchase-wrap .mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.purchase-wrap-modal {
  width: 400px;
  background: #fff;
  border-radius: 3px;
  z-index: 1000;
}
.purchase-wrap-modal .modal-header {
  text-align: right;
}
.purchase-wrap-modal .modal-header .icon-close {
  position: relative;
  display: inline-block;
  margin: 15px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.purchase-wrap-modal .modal-header .icon-close::after,
.purchase-wrap-modal .modal-header .icon-close::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #aaa;
  border-radius: 5px;
}
.purchase-wrap-modal .modal-header .icon-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.purchase-wrap-modal .modal-header .icon-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.purchase-wrap-modal .modal-body .container {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 20px;
  box-sizing: border-box;
}
.purchase-wrap-modal .modal-body .note {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}
.purchase-wrap-modal .modal-body .mt {
  color: #4BB3BB;
}
.purchase-wrap-modal .modal-body .code {
  margin-top: 10px;
}
.purchase-wrap-modal .modal-body .code #wxImg img {
  margin: 0 auto;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.purchase-wrap-modal .modal-body .code .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.purchase-wrap-modal .modal-body .code .block {
  margin: 0 auto;
  width: 250px;
}
.purchase-wrap-modal .modal-body .brief {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 20px 0 10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}
.purchase-wrap-modal .modal-body .brief .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
/* 二维码 end*/
.sk_serve_box {
  padding: 30px 25px;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}
.sk_serve_box-tit {
  overflow: hidden;
}
.sk_serve_box-tit h3 {
  color: #333333;
  font-size: 24px;
  padding-bottom: 5px;
}
.sk_serve_box-tit span {
  color: #888888;
  font-size: 16px;
}
.sk_serve_box-info {
  padding-top: 20px;
  overflow: hidden;
  display: flex;
}
.sk_serve_box-info_fl {
  width: 500px;
  overflow: hidden;
}
.sk_serve_box-info_fl img {
  display: block;
  width: 500px;
  height: 320px;
  transition: 0.3s;
  border-radius: 10px 10px 0px 0px;
}
.large_box {
  margin-bottom: 10px;
  width: 460px;
  height: 315px;
  overflow: hidden;
}
.large_box img {
  display: block;
  width: 460px;
  height: 315px;
  transition: 0.3s;
}
.small_box {
  width: 460px;
  height: 75px;
  overflow: hidden;
  position: relative;
}
.large_box .vrlink a {
  display: block;
  position: relative;
  overflow: hidden;
}
.large_box .vrlink a:hover img {
  transform: scale(1.2);
}
.large_box .vrlink a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/ic/bf.png) no-repeat center center;
  background-size: 50px;
  z-index: 99;
  transform: scale(1);
}
.large_box .vrlink a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transform: scale(1);
  z-index: 99;
}
.small_list {
  position: relative;
  float: left;
  width: 480px;
  height: 75px;
  overflow: hidden;
}
.small_list ul {
  height: 75px;
  overflow: hidden;
}
.small_list ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 110px;
}
.small_list ul li img {
  display: block;
  height: 75px;
}
.small_list ul li .bun_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 75px;
  background: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.small_list ul li.on .bun_bg {
  display: block;
}
.btn {
  position: absolute;
  top: 0;
  z-index: 999;
  display: block;
  width: 36px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 0.4;
}
.btn:hover {
  opacity: 1;
}
.left_btn {
  float: left;
  margin-right: 10px;
  background-image: url(../../images/left_btn.png);
  left: 0;
  background-size: auto 100%;
}
.right_btn {
  float: right;
  background-image: url(../../images/right_btn.png);
  right: 0;
  background-size: auto 100%;
}
.sk_serve_box {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.sk_serve_box-info_fr {
  padding-left: 25px;
  flex: 1;
}
.sk_serve_box-info_fr .sk_serve_box_head {
  display: flex;
  justify-content: space-between;
}
.sk_serve_box_head .left_box {
  margin: 0;
  display: flex;
  align-items: baseline;
}
.sk_serve_box_head .left_box h3 {
  font-weight: 600;
  font-size: 20px;
}
.sk_serve_box_head .left_box > span {
  margin-left: 26px;
  font-size: 14px;
  color: #888;
}
.sk_serve_box_head .left_box > span font {
  color: #4BB3BB;
}
.sk_serve_box_head .right_box {
  margin: 0;
  display: flex;
}
.sk_serve_box_head .right_box > div {
  margin-left: 16px;
}
.sk_serve_box_head .right_box > div img {
  width: 28px;
  height: 28px;
}
.sk_serve_box-info_fr .sk_serve_box_price {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  padding: 10px 0 15px;
}
.sk_serve_box-info_fr .sk_serve_box_price .sk_serve_box_tit {
  float: left;
  width: 60px;
  color: #000;
  font-size: 16px;
  padding-top: 20px;
}
.sk_serve_box-info_fr .sk_serve_box_price .sk_common_price {
  font-family: PingFang SC;
  float: left;
  padding-left: 10px;
}
.sk_serve_box-info_fr .sk_serve_box_price .sk_common_price h3 {
  display: inline-block;
  font-size: 18px;
  color: #F24147;
  padding-right: 5px;
}
.sk_serve_box-info_fr .sk_serve_box_price .sk_common_price h3 font {
  font-weight: bold;
  font-size: 28px;
}
.sk_serve_box-info_fr .sk_serve_box_price .sk_common_price span {
  color: #8c8c8c;
  font-size: 12px;
}
.sk_serve_box-info_fr .sk_serve_box_price .sk_common_price span font {
  text-decoration: line-through;
}
.sk_serve_box_sold {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.sk_serve_box_sold h3 {
  float: left;
  width: 210px;
  text-align: center;
  border-right: 1px solid #eeeeee;
  height: 14px;
  line-height: 14px;
}
.sk_serve_box_sold h3 font {
  color: #ff4b4c;
}
.sk_serve_box_sold div {
  height: 14px;
  line-height: 14px;
  padding-left: 65px;
  float: left;
}
.sk_serve_box_sold div span {
  padding-right: 25px;
  background: url(../../images/ic_22.png) no-repeat right center;
  background-size: 15px auto;
}
.sk_serve_box_time {
  overflow: hidden;
  margin: 0;
}
.sk_serve_box_time .sk_serve_box_tit {
  float: left;
  width: 65px;
  color: #888888;
  font-size: 16px;
}
.sk_serve_box_time .sk_serve_box_info {
  float: left;
  color: #888888;
}
.sk_serve_box_time .sk_serve_box_info font {
  color: #ff4b4c;
}
.sk_serve_box_time .sk_serve_box_info .remain-time {
  display: inline-block;
  margin: 0 10px;
}
/* .sk_serve_box_time .sk_serve_box_info .remain-time span {color: #4BB3BB;} */
.sk_serve_box_limit {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.sk_serve_box_limit div {
  float: left;
  text-align: left;
  border-right: 1px solid #eeeeee;
  height: 14px;
  line-height: 14px;
  padding: 0 70px;
}
.sk_serve_box_limit div:last-child {
  border-right: 0;
}
.sk_serve_box_limit div font {
  color: #ff4b4c;
}
.sk_serve_box_limittime {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  padding: 15px 0 0 70px;
}
.sk_serve_box_number {
  padding-top: 25px;
  overflow: hidden;
}
.sk_serve_box_number .sk_serve_box_tit {
  float: left;
  width: 60px;
  color: #888888;
  font-size: 14px;
  line-height: 34px;
}
.sk_serve_box_number .sk_serve_box_number_box {
  float: left;
  color: #888888;
  height: 34px;
}
.sk_serve_box_number .sk_serve_box_number_box h3 {
  float: left;
  line-height: 34px;
  padding-left: 20px;
}
.sk_serve_box_number .sk_serve_box_number_box span {
  border: 1px solid #dddddd;
  height: 34px;
  float: left;
}
.sk_serve_box_number .sk_serve_box_number_box input {
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  height: 32px;
  float: left;
  background: #4BB3BB;
}
.sk_serve_box_number .sk_serve_box_number_box button {
  width: 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #888;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  float: left;
}
.sk_serve_box_an {
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.sk_serve_box_an > h3 {
  margin: 0;
  font-size: 12px;
  color: #888;
}
.sk_serve_box_an .sk_serve_box_an-a {
  float: left;
  color: #888888;
  padding-left: 10px;
}
.sk_serve_box_an .sk_rush {
  margin: 0;
}
.sk_serve_box_an .sk_rush a {
  border-radius: 4px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  float: left;
  text-align: center;
  background-color: #81D8D0;
}
.sk_serve_box_an .sk_serve_box_an-a .sk_rush a span {
  padding-left: 32px;
  background: url(../../images/ic_52.png) no-repeat left center;
  background-size: auto 60%;
}
.sk_serve_box_an .sk_serve_box_an-a .sk_use {
  float: left;
  line-height: 50px;
  padding-left: 20px;
}
.sk_serve_box_an .sk_serve_box_an-a .sk_use .sk_use-sc {
  padding-left: 20px;
  float: left;
  height: 50px;
}
.sk_serve_box_an .sk_serve_box_an-a .sk_use .sk_use-fx {
  padding-left: 20px;
  background: url(../../images/ic_24.png) no-repeat left center;
  background-size: 14px auto;
  margin-left: 20px;
  display: inline-block;
  height: 50px;
}
.sk_serve_box_an .sk_serve_box_an-a .sk_use .sk_use-fx a {
  color: #888;
  line-height: 50px;
  background: none;
  font-size: 14px;
  margin: 0;
  padding-left: 0;
  width: 42px;
}
.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  margin: 0;
}
.sk_use {
  float: left;
  padding-left: 20px;
  font-size: 14px;
}
.sk_use-sc {
  padding-left: 28px;
  background: url(../../images/ic_23.png) no-repeat left center;
  background-size: 17px auto;
  color: #888;
  cursor: pointer;
}
.sk_use-sc.active {
  background: url(../../images/ic_23_hover.png) no-repeat left center;
  background-size: 17px auto;
}
.sk_serve_box_commit {
  display: flex;
  padding-top: 27px;
  overflow: hidden;
}
.sk_serve_box_commit .sk_serve_box_tit {
  float: left;
  width: 60px;
  color: #888888;
  font-size: 14px;
}
.sk_serve_box_commit .sk_serve_box_info {
  display: flex;
  padding-left: 10px;
}
.sk_serve_box_commit .sk_serve_box_info span {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 50px;
  color: #888888;
  font-size: 18px;
  cursor: pointer;
}
.sk_serve_box_commit .sk_serve_box_info span::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 2px;
  height: 25px;
  background-color: #efefef;
}
.sk_serve_box_commit .sk_serve_box_info span:last-child::after {
  display: none;
}
.sk_serve_box_commit .sk_serve_box_info span.sk_serve_box_commit_1 i {
  margin-right: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background: url(../../images/ic/s-1.png) no-repeat left center;
  background-size: 45px;
}
.sk_serve_box_commit .sk_serve_box_info span.sk_serve_box_commit_2 i {
  margin-right: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background: url(../../images/ic/s-2.png) no-repeat left center;
  background-size: 45px;
}
.sk_serve_box_commit .sk_serve_box_info span.sk_serve_box_commit_3 i {
  margin-right: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background: url(../../images/ic/s-4.png) no-repeat left center;
  background-size: 45px;
}
.sk_serve_box_commit .sk_serve_box_info span.sk_serve_box_commit_4 i {
  margin-right: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background: url(../../images/ic/s-3.png) no-repeat left center;
  background-size: 45px;
}
.sk_serve_fl {
  width: 785px;
  float: left;
}
.sk_seve_group {
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 4px;
}
.sk_seve_group .sk_seve_group_tit {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 0 25px;
  line-height: 60px;
}
.sk_seve_group .sk_seve_group_tit h3 {
  float: left;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.sk_seve_group .sk_seve_group_tit .sk_seve_group_tit_fr {
  float: right;
}
.sk_seve_group .sk_seve_group_tit .sk_seve_group_tit_fr span {
  width: 80px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
}
.sk_seve_group_list {
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_seve_group_list ul li {
  border-bottom: 1px dashed #eeeeee;
  overflow: hidden;
  padding: 0 25px;
  line-height: 45px;
}
.sk_seve_group_list ul li h3 {
  float: left;
  color: #666666;
  font-size: 14px;
}
.sk_seve_group_list ul li .sk_seve_group_list_fr {
  float: right;
}
.sk_seve_group_list ul li .sk_seve_group_list_fr span {
  width: 80px;
  text-align: left;
  float: left;
  font-size: 14px;
  color: #888888;
}
.sk_seve_group_list ul li .sk_seve_group_list_fr span:first-child {
  color: #ff4b4c;
}
.sk_seve_group_list ul li .sk_seve_group_list_fr span:first-child font {
  font-size: 18px;
  font-weight: bold;
}
.sk_seve_group_list ul li .sk_seve_group_list_fr span:first-child + span font {
  text-decoration: line-through;
}
.sk_seve_group_db {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #444444;
  cursor: pointer;
}
.sk_seve_group_db.zanwu {
  cursor: Default;
}
.sk_seve_group_db:hover i {
  color: #4BB3BB;
}
.sk_seve_group_db:hover span {
  color: #4BB3BB;
}
.sk_seve_group_db i {
  margin-left: 5px;
  color: #bdbdbd;
}
.sk_seve_group_db span {
  cursor: pointer;
}
.sk_seve_group-2 {
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 4px;
  margin-top: 19px;
}
.sk_seve_group-2 .sk_seve_group_tit {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 0 25px;
  line-height: 60px;
}
.sk_seve_group-2 .sk_seve_group_tit h3 {
  float: left;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.sk_seve_group-2 .sk_seve_group_box {
  padding: 5px 25px 25px;
}
.sk_merchant {
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  margin-top: 19px;
  border-radius: 4px;
}
.sk_merchant .sk_merchant_tit {
  height: 60px;
  line-height: 59px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 25px;
}
.sk_merchant .sk_merchant_tit a {
  float: left;
  font-size: 18px;
  color: #333333;
  margin-right: 45px;
}
.sk_merchant .sk_merchant_tit a:hover {
  border-bottom: 2px solid #ff4b4c;
}
.sk_merchant .sk_merchant_tit a.active {
  border-bottom: 2px solid #ff4b4c;
}
.sk_merchant_cont {
  overflow: hidden;
  padding: 0 25px;
  width: 100%;
}
.sk_mercMap {
  overflow: hidden;
  padding-top: 30px;
}
.sk_mercTit {
  border-bottom: 2px solid #959595;
  color: #333333;
  font-size: 18px;
  padding-bottom: 10px;
}
.sk_mercTit h3 {
  font-weight: bold;
}
.sk_mercMap_info {
  padding-top: 20px;
}
.sk_mercMap_info_fl {
  width: 424px;
  height: 324px;
  float: left;
}
.sk_mercMap_info_fl #container {
  width: 424px;
  height: 324px;
}
.sk_mercMap_info_fr {
  float: left;
  width: 309px;
  padding-left: 20px;
  color: #666666;
}
.sk_mercMap_info_fr .sk_mercMap_info_fr-tit {
  color: #4BB3BB;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
}
.sk_mercMap_info_fr .sk_mercMap_info_fr-add {
  overflow: hidden;
  padding-top: 12px;
  line-height: 24px;
}
.sk_mercMap_info_fr .sk_mercMap_info_fr-add h3 {
  float: left;
  font-size: 14px;
  color: #666666;
  width: 42px;
}
.sk_mercMap_info_fr .sk_mercMap_info_fr-add span {
  float: left;
  font-size: 14px;
  color: #666666;
  width: 247px;
}
.sk_mercMap_info_fr .sk_mercMap_info_fr-more {
  overflow: hidden;
  padding-left: 42px;
  padding-top: 12px;
}
.sk_mercMap_info_fr .sk_mercMap_info_fr-more a {
  float: left;
  color: #4BB3BB;
  font-size: 14px;
}
.sk_mercMap_info_fr .sk_mercMap_info_fr-tel {
  overflow: hidden;
  padding-top: 12px;
  line-height: 24px;
}
.sk_mercMap_info_fr .sk_mercMap_info_fr-tel h3 {
  float: left;
  font-size: 14px;
  color: #666666;
  width: 42px;
}
.sk_mercMap_info_fr .sk_mercMap_info_fr-tel span {
  float: left;
  font-size: 14px;
  color: #666666;
  width: 247px;
}
/* 修改 */
.sk_mercMap_info .sk_store_box_tit h3 {
  font-size: 18px;
}
.sk_mercMap_info .sk_store_item {
  font-size: 14px;
  padding-top: 10px;
  border-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.sk_mercMap_info .sk_store_box_info {
  border: 0;
  padding-bottom: 0;
  height: auto;
}
.mercMap_list .item {
  overflow: hidden;
  display: none;
}
.mercMap_list .item:first-child {
  display: block;
}
.sk_mercMap_info .box {
  float: left;
  width: 45%;
}
.sk_mercMap_info .box:nth-child(2n) {
  float: right;
}
.mercMap_list {
  overflow: hidden;
  position: relative;
}
/* .mercMap_list::after{content: "";position: absolute;left: 50%;top: 0;height: 100%;width: 1px;background: #dedede;margin-left: -0.5px;}
 */
.mercMap_page {
  text-align: center;
  font-size: 0;
  padding-top: 20px;
}
.mercMap_page span,
.mercMap_page a {
  padding: 0 6px;
  background: #f7f7f7;
  color: #1f1f1f;
  font-size: 12px;
  margin: 0 2px;
  min-width: 32px;
  border: 1px solid #dddddd;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
}
.mercMap_page span:hover,
.mercMap_page span.active,
.mercMap_page a:hover,
.mercMap_page a.active {
  background: #4BB3BB;
  color: #fff;
  border: 1px solid #4BB3BB;
}
.mercMap_page #pageNav {
  display: inline-block;
}
.mercMap_page li {
  padding: 0 6px;
  background: #f7f7f7;
  color: #1f1f1f;
  font-size: 12px;
  margin: 0 2px;
  min-width: 32px;
  border: 1px solid #dddddd;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
}
.mercMap_page li:hover,
.mercMap_page li._active_1 {
  background: #4BB3BB;
  color: #fff;
  border: 1px solid #4BB3BB;
}
.mercMap_page ._jumper {
  display: inline-block;
}
.mercMap_page ._pages {
  display: inline-block;
}
.mercMap_page ._jumper span,
.mercMap_page ._jumper ._jumper_input {
  display: none;
}
.mercMap_page ._jumper ._count {
  display: block;
}
.sk_mercPur {
  overflow: hidden;
  padding-top: 30px;
}
.sk_mercPur_list {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.sk_mercPur_list ul li {
  border-bottom: 1px solid #eeecec;
  font-size: 16px;
  color: #888888;
  overflow: hidden;
  background: #f9f9f9;
}
.sk_mercPur_list ul li h3 {
  float: left;
  padding: 15px 0;
  width: 190px;
  padding-left: 15px;
  line-height: 30px;
  color: #666666;
  font-weight: bold;
}
.sk_mercPur_list ul li span {
  float: left;
  padding: 15px 0;
  background: #fff;
  width: 543px;
  padding-left: 20px;
  line-height: 30px;
  border-left: 1px solid #eeecec;
}
.sk_mercDetail {
  overflow: hidden;
  padding-top: 30px;
}
.sk_mercDetail strong {
  font-weight: bold;
}
.sk_mercDetail_list {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.sk_merchant_cont * {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.sk_merchant_cont img {
  max-width: 100%;
  height: auto !important;
}
.sk_merchant_cont table {
  border-collapse: collapse;
}
.sk_merchant_cont td,
.sk_merchant_cont th {
  border: 1px solid #ccc;
  padding: 1em;
}
.sk_mercDetail_list table {
  width: 100% !important;
}
.sk_mercGive {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 10px;
}
.sk_mercGive_info {
  overflow: hidden;
  line-height: 24px;
  color: #333333;
  padding-top: 20px;
  font-size: 14px;
}
.sk_mercGive_info img {
  width: 100%;
}
.sk_mercPj {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 10px;
}
.sk_mercPj_info {
  padding: 30px 0;
  overflow: hidden;
}
.sk_mercPj_info .sk_mercPj_info_fl {
  float: left;
  width: 326px;
  text-align: center;
  padding-top: 20px;
}
.sk_mercPj_info .sk_mercPj_info_fl h3 {
  color: #333333;
  font-size: 18px;
  padding-bottom: 5px;
}
.sk_mercPj_info .sk_mercPj_info_fl h3 font {
  color: #ff4b4c;
  font-weight: bold;
  font-size: 34px;
}
.sk_mercPj_info .sk_mercPj_info_fl div {
  width: 85px;
  height: 16px;
  background: url(../../images/ic_28.png) repeat-x left;
}
.sk_mercPj_info .sk_mercPj_info_fl div em {
  width: 50px;
  height: 16px;
  background: url(../../images/ic_29.png) repeat-x left;
  float: left;
  background-size: auto 100%;
}
.sk_mercPj_info .sk_mercPj_info_fl span {
  color: #666666;
  font-size: 14px;
  display: block;
  padding-top: 20px;
}
.sk_mercPj_info .sk_mercPj_info_fl span font {
  color: #ff4b4c;
  font-weight: bold;
}
.sk_mercPj_info .sk_mercPj_info_fr {
  float: left;
  width: 407px;
  overflow: hidden;
  border-left: 1px solid #eeecec;
  padding: 20px 0 10px 90px;
}
.sk_mercPj_info .sk_mercPj_info_fr ul li {
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}
.sk_mercPj_info .sk_mercPj_info_fr ul li font {
  line-height: 13px;
  float: left;
  color: #888888;
  font-size: 14px;
}
.sk_mercPj_info .sk_mercPj_info_fr ul li span {
  width: 110px;
  height: 13px;
  float: left;
  background: #ffdbdb;
  margin: 0 10px;
}
.sk_mercPj_info .sk_mercPj_info_fr ul li span em {
  float: left;
  height: 13px;
  background: #ff4b4c;
}
.sk_mercPj_cont_tit {
  background: #f9f9f9;
  overflow: hidden;
}
.sk_mercPj_cont_tit span {
  float: left;
}
.sk_mercPj_cont_tit span a {
  line-height: 45px;
  color: #444444;
  font-size: 14px;
  border-right: 1px solid #eeeeee;
  float: left;
  width: 110px;
  text-align: center;
}
.sk_mercPj_cont_tit span a:hover {
  background: #eeeeee;
}
.sk_mercPj_cont_tit span a.active {
  background: #eeeeee;
}
.sk_mercPj_cont_tit select {
  float: right;
  background: #fff;
  border: 1px solid #c5c4c4;
  padding: 5px;
  width: 92px;
  height: 32px;
  margin: 6.5px 10px 0 0;
  color: #444444;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/2020icon/icon-2.jpg) no-repeat right center #ffffff;
}
.sk_mercPj_cont_list {
  width: 100%;
}
.sk_mercPj_cont_list ul li {
  border-bottom: 1px solid #eeecec;
  overflow: hidden;
  padding: 30px 0;
}
.sk_mercPj_cont_list ul li .sk_mercPj_pic {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.sk_mercPj_cont_list ul li .sk_mercPj_pic img {
  width: 100%;
  height: 100%;
}
.sk_mercPj_fr {
  padding-left: 15px;
  width: 660px;
  overflow: hidden;
}
.sk_mercPj_fr .star-cont {
  position: relative;
  overflow: hidden;
  width: 86px;
  height: 22px;
  float: left;
}
.sk_mercPj_fr .star-cont .star_list {
  width: 86px;
  height: 12px;
  background: url(../../images/x1.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 5px;
}
.sk_mercPj_fr .star-cont .star_list .star_list_info {
  width: 0;
  height: 100%;
  background: url(../../images/x2.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
}
.sk_mercPj_fr-time {
  float: left;
  color: #888888;
  font-size: 14px;
  margin-left: 10px;
}
.sk_mercPj_fr_tit {
  overflow: hidden;
  padding-top: 5px;
}
.sk_mercPj_fr_info {
  overflow: hidden;
  padding: 15px 0;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
}
.sk_mercPj_fr_img {
  overflow: hidden;
  padding-top: 5px;
}
.sk_mercPj_fr_img dl dd {
  float: left;
  text-align: center;
  width: 22%;
  height: 110px;
  margin-right: 4%;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sk_mercPj_fr_img dl dd:nth-child(4n) {
  margin-right: 0;
}
.sk_mercPj_fr_img dl dd img {
  width: 100%;
  min-height: 100%;
}
.sk_mercPj_fr_img dl dd h3 {
  color: #888888;
  padding-top: 10px;
}
.sk_mercQg {
  overflow: hidden;
  padding: 35px 25px;
}
.sk_mercQg h3 {
  float: left;
  color: #ff4b4c;
  font-size: 18px;
  width: 110px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.sk_mercQg h3 font {
  font-weight: bold;
  font-size: 30px;
}
.sk_mercQg div {
  float: left;
  width: 110px;
  text-align: center;
  height: 35px;
}
.sk_mercQg div.sk_rush {
  float: right;
  padding-right: 0;
}
.sk_mercQg a {
  float: right;
  width: 80px;
  text-align: center;
  line-height: 35px;
  background: #ff9900;
  color: #fff;
  border-radius: 5px;
}
.sk_mercQg div h2 {
  color: #888888;
  font-size: 14px;
  display: inline-block;
  line-height: 35px;
}
.sk_mercQg div span {
  color: #333333;
  font-size: 14px;
  display: inline-block;
  line-height: 35px;
}
/*牙科服务详情 end*/
/*登录注册*/
.b_login_bg {
  background: url(../../images/banner/login_banner.png) no-repeat left;
  height: calc(100vh - 300px - 124px);
  min-height: 450px;
  overflow: hidden;
  background-size: cover;
}
.b-login-box_fl {
  width: 350px;
  overflow: hidden;
  margin: 0;
  margin-left: auto;
}
.b_img {
  text-align: center;
}
.b-login-box {
  overflow: hidden;
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
}
.b-login,
.b-register {
  width: 311px;
  height: auto;
  padding: 20px 16px;
  overflow: hidden;
  margin-right: 15px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(7, 138, 255, 0.1);
  border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}
.b-register h3 {
  font-size: 24px;
  color: #A42127;
  font-weight: normal;
  overflow: hidden;
  padding-bottom: 20px;
}
.b-register {
  position: relative;
}
.b-box {
  overflow: hidden;
  width: 100%;
  color: #666666;
  font-size: 14px;
}
.l_select {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.l_select a {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  /* background:#b5d0f1; */
  color: #a6a6a6;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "PingFang SC";
  font-size: 16px;
}
.l_select a.hover {
  position: relative;
  color: #A42127;
}
.l_select a.hover::after {
  content: '';
  width: 32px;
  height: 2px;
  background-color: #A42127;
  border-radius: 99px 99px 0px 0px;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.b-box-form-demo {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 16px;
  position: relative;
  color: #666666;
}
.b-box-form-demo input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.b-box-form-demo input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
.b-box-form-demo input[type="number"] {
  -moz-appearance: textfield;
}
.b-box-form-demo label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  color: #666666;
  width: 37px;
  height: 37px;
  background: url(../../images/phone.png) no-repeat center center;
  background-size: auto 20px;
}
.b-box-form-demo label.b_zh {
  background: url(../../images/phone.png) no-repeat center center;
  background-size: auto 20px;
}
.b-box-form-demo label.b_pwd {
  background: url(../../images/pwd.png) no-repeat center center;
}
.b-box-form-input-phone,
.b-box-form-input-psd {
  width: 100%;
  height: 40px;
  background: #fafafa;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  box-sizing: border-box;
  padding-left: 16px;
}
.b-box-form-input-code {
  width: 157px;
  padding-right: 30px;
  height: 40px;
  background: #fafafa;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  box-sizing: border-box;
  padding-left: 16px;
}
.b-login-input-yz {
  width: 112px;
  height: 40px;
  line-height: 40px;
  color: #acacac;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  float: right;
  background: none;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.b-box-form-input-sub {
  width: 100%;
  height: 40px;
  background: #A42127;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.b-login-input-box-2 {
  width: 100%;
  height: 22px;
  margin-bottom: 14px;
  font-size: 14px;
  margin-top: 0;
}
.b-login-input-box-lit {
  height: 22px;
  overflow: hidden;
  float: left;
}
.b-login-input-box-lit label {
  float: left;
}
.b-login-input-box-lit span {
  color: #999;
  line-height: 20px;
  float: left;
}
.b-login-input-box-lit span a {
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.b-login-input-box-lit span a:hover {
  font-size: 12px;
  color: #A42127;
}
.b-login-input-checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  visibility: hidden;
  float: left;
}
.b-login-input-checkbox + label {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.layui-form-checkbox {
  line-height: 20px;
  width: 20px;
  height: 20px;
  float: left;
  padding: 0 !important;
  border: 1px solid #A42127;
  margin-top: 3px;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #A42127 !important;
  background-color: #A42127 !important;
}
.layui-form-checkbox i {
  font-size: 14px;
  width: 20px;
  border: none;
  right: -2px;
}
.b-login-input-box-lit-r {
  height: 20px;
  font-size: 14px;
  float: right;
  line-height: 20px;
}
.b-login-input-box-lit-r a {
  color: #999;
}
.b-login-input-box-lit-r a:hover {
  text-decoration: underline;
  color: #999;
}
.b-login-input-box-lit-r a span {
  color: #A42127;
}
.b-pact {
  width: 100%;
  height: 100%;
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: absolute;
  top: -150%;
  right: 0px;
  z-index: 20;
  transition: 0.4s;
}
.b-pact h2 {
  font-size: 22px;
  color: #078aff;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  margin-top: 12px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}
.b-pact-cont {
  height: 65%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding: 0 12px 0 0;
  margin-bottom: 17px;
  margin-top: 10px;
}
.b-pact-cont h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
.b-pact-cont p {
  margin-bottom: 8px;
  text-align: justify;
}
.b-pact-button {
  margin-top: 25px;
  width: 210px;
  height: 38px;
  background: #078aff;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(7, 138, 255, 0.5);
  cursor: pointer;
}
.bind-login {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding: 17px 0 0px;
  margin-top: 10px;
}
.bind-login .title {
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -52px;
  font-size: 12px;
  color: #aaa;
  width: 106px;
  background: #fff;
  text-align: center;
}
.bind-login .common {
  text-align: center;
  margin-top: 10px;
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 16px;
}
.bind-login .common a {
  display: block;
  width: 60px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  line-height: 36px;
  border-radius: 8px;
}
.bind-login .common a.weixin img {
  width: 25px;
}
/*登录注册 end*/
.b_shop_login_bg {
  overflow: hidden;
  background: url(/Public/images/banner/login_banner.png) no-repeat left;
}
/*绑定微信 */
body .weChatBind-layer .layui-layer-content {
  border-radius: 0;
  padding: 10px;
}
body .weChatBind-layer .layui-layer-title {
  border-radius: 0;
}
body .layui-layer-page.weChatBind-layer {
  border-radius: 0;
}
.weChatBind-pact {
  display: none;
}
.weChatBind-pact-cont {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding: 30px 30px;
  height: 430px;
  padding: 10px;
  line-height: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 25px;
}
.weChatBind-pact-cont h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
.weChatBind-pact-cont p {
  margin-bottom: 8px;
  text-align: justify;
}
.weChatBind-pact-button {
  margin-top: 30px;
  width: 400px;
  height: 52px;
  background: #078aff;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(7, 138, 255, 0.5);
  cursor: pointer;
}
.b_weChatBind {
  overflow: hidden;
  padding: 50px 0;
  background: #ffffff;
}
.b_weChatBind .main {
  width: 850px;
  margin: 0 auto;
}
.register-tabNav {
  margin-bottom: 34px;
}
.register-tabNav .r-tab {
  width: 400px;
  text-align: center;
  border-bottom: solid 2px #ececec;
  font-size: 18px;
  float: left;
  height: 50px;
  cursor: pointer;
  color: #666666;
}
.register-tabNav .r-tab-cur {
  border-bottom: solid 2px #4BB3BB;
  color: #4BB3BB;
  font-weight: 700;
}
.register-tabNav .r-tab span {
  vertical-align: middle;
}
.register-tabNav .r-tab .icon {
  width: 23px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}
.register-tabNav .r-tab .icon {
  background: url(../../images/icon/icon_1.jpg) no-repeat;
}
.register-tabNav .r-tab .i-bind {
  background-position: 0 0;
}
.register-tabNav .r-tab-cur .i-bind {
  background-position: -23px 0;
}
.register-tabNav .r-tab .i-reg {
  background-position: -48px 0;
}
.register-tabNav .r-tab-cur .i-reg {
  background-position: -71px 0;
}
.b_weChatBind_box {
  width: 400px;
  overflow: hidden;
  margin: 0 auto;
}
.wellcome-tip {
  margin-bottom: 30px;
  color: #333;
  font-size: 12px;
  background: #f6f6f6;
  padding: 8px 15px;
  vertical-align: middle;
}
.weChatBind_form .b-box-form-input-one,
.weChatBind_form .b-box-form-demo label,
.weChatBind_form .b-box-form-input-sub,
.weChatBind_form .b-box-form-input-two,
.weChatBind_form .b-login-input-yz {
  height: 52px;
}
.weChatBind_form .b-box-form-input-two {
  width: 310px;
}
.weChatBind_form .b-box-form-demo {
  margin-bottom: 30px;
}
/*绑定微信 end*/
/*牙科门店*/
.sk_store-list-main {
  padding: 0 25px 0;
}
.sk_store-list-main ul li {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  width: 100%;
}
.sk_store-list-main ul li:last-child {
  border-bottom: 0;
}
.sk_store-list-main .img {
  float: left;
  width: 222px;
  height: 152px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.sk_store-list-main .img img {
  min-width: 222px;
  height: 152px;
}
.sk_store-list-main .img .link {
  position: absolute;
  top: 10px;
  left: 0;
  background: rgba(2, 7, 39, 0.8);
  color: #ffffff;
  line-height: 1;
  padding: 5px 12px 5px 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 0;
}
.sk_store-list-main .img .link span {
  background: url(../../images/ic_21.png) no-repeat left center;
  padding-left: 15px;
  display: block;
}
.sk_store-list-main .info {
  float: left;
  padding-left: 20px;
  width: 506px;
}
.sk_store-list-main .info .sk_store_link_tit {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
}
.sk_store-list-main .info .sk_store_link_tit:hover {
  color: #4BB3BB;
}
.sk_store-list-main .info .sk_store_link_tit a {
  color: #444444;
}
.sk_store-list-main .info .sk_store_link_tit a:hover {
  color: #4BB3BB;
}
.sk_store-list-main .info .sk_store_item {
  color: #888888;
  font-size: 14px;
  padding-top: 5px;
  overflow: hidden;
}
.sk_store-list-main .info .sk_store_item .star-cont {
  position: relative;
  overflow: hidden;
  width: 86px;
  height: 22px;
  float: left;
}
.sk_store-list-main .info .sk_store_item .star-cont .star_list {
  width: 80px;
  height: 14px;
  background: url(../../images/20191219/x1.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 3px;
}
.sk_store-list-main .info .sk_store_item .star-cont .star_list .star_list_info {
  width: 0;
  height: 100%;
  background: url(../../images/20191219/x2.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
}
.sk_store-list-main .info .sk_store_blurb {
  color: #888888;
  font-size: 14px;
  overflow: hidden;
  padding: 18px 0;
}
.sk_store-list-main .info .sk_store_blurb span {
  float: left;
  width: 390px;
}
.sk_store-list-main .info .sk_store_blurb a {
  float: right;
  color: #888888;
  background: url(../../images/ic_21.png) no-repeat left center;
  padding-left: 16px;
  color: #4BB3BB;
}
.sk_store-list-main .info .sk_store_price {
  overflow: hidden;
  color: #888888;
  font-size: 14px;
  padding-bottom: 20px;
}
.sk_store-list-main .info .sk_store_price span {
  float: left;
  line-height: 17px;
}
.sk_store-list-main .info .sk_store_price .night {
  margin-left: 10px;
  font-size: 0;
}
.sk_store-list-main .info .sk_store_price_tc {
  overflow: hidden;
  color: #888888;
  font-size: 16px;
  border-top: 1px dashed #e5e5e5;
}
.sk_store-list-main .info .sk_store_price_tc dd {
  padding-top: 20px;
  overflow: hidden;
}
.sk_store-list-main .info .sk_store_price_tc dd h3 {
  color: #666666;
  font-size: 16px;
}
.sk_store-list-main .info .sk_store_price_tc dd span {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  color: #888888;
}
.sk_store-list-main .info .sk_store_price_tc dd span samp:first-child {
  padding-right: 5px;
}
.sk_store-list-main .info .sk_store_price_tc dd span font {
  color: #ff4b4c;
  font-size: 14px;
}
.sk_store-list-main .info .sk_store_price_tc dd span samp {
  color: #999999;
  font-size: 14px;
}
.sk_store-list-main .info .sk_store_price_tc dd span samp b {
  font-weight: normal;
  text-decoration: line-through;
}
.sk_store-list-main .sk_seve_group {
  margin-top: 20px;
  border: 0;
}
.sk_store-list-main .sk_seve_group .sk_seve_group_tit {
  background: #f8f8f8;
  border: 0;
  line-height: 40px;
  border-radius: 4px;
}
.sk_store-list-main .sk_seve_group_tit h3 {
  float: left;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.sk_store-list-main .sk_seve_group_db {
  text-align: center;
  height: auto;
  line-height: 1;
  font-size: 14px;
  color: #444444;
  padding-top: 20px;
}
.sk_store-list-main .item-footer {
  display: block;
  margin-top: 20px;
  background: #f7f9f9;
  padding: 20px 0;
  border-radius: 4px;
}
.sk_store-list-main .item-footer .service-box {
  overflow: hidden;
}
.sk_store-list-main .item-footer .service-box .service-item {
  padding: 10px 0;
  overflow: hidden;
}
.sk_store-list-main .item-footer .service-item-left {
  float: left;
  width: 222px;
  text-align: right;
}
.sk_store-list-main .item-footer .service-item-right {
  float: left;
  width: 488px;
  padding: 0 20px;
}
.sk_store-list-main .item-footer .service-item-left .service-item-price {
  color: #f23030;
  font-size: 18px;
  line-height: 24px;
}
.sk_store-list-main .item-footer .service-item-left .service-item-mprice {
  color: #999;
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
}
.sk_store-list-main .item-footer .service-item-left .service-item-mprice b {
  font-weight: bold;
  text-decoration: line-through;
  font-size: 18px;
}
.sk_store-list-main .item-footer .service-item-right .service-item-title {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 24px;
}
.sk_store-list-main .item-footer .service-item-right .service-item-title span {
  font-size: 14px;
  width: 22px;
  height: 22px;
  line-height: 1;
  overflow: hidden;
  color: #ffffff;
  background: #f23030;
  border-radius: 3px;
  text-align: center;
  float: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sk_store-list-main .item-footer .service-item-right .service-item-title h3 {
  flex: 1;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  padding-left: 0.5rem;
  background: url(../../images/ic/ic_right.png) no-repeat right center;
  background-size: 0.7rem;
  padding-right: 0.8rem;
}
.sk_store-list-main .item-footer .service-item-right .service-item-label {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 5px;
}
.sk_store-list-main .item-footer .service-item-right .service-item-label span {
  float: left;
  margin-right: 9px;
}
.sk_store-list-main .item-footer .service-db {
  text-align: center;
  color: #333;
  padding: 10px 0 10px;
}
.sk_store-list-main .item-footer .service-db span {
  font-size: 14px;
  position: relative;
  padding-right: 1rem;
  cursor: pointer;
}
.sk_store-list-main .item-footer .service-db span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: url(../../images/ic/ic_bottom.png) no-repeat center center;
  background-size: 100% auto;
  width: 16px;
}
.sk_store-list-main .item-footer .service-db.active span::after {
  transform: rotate(180deg);
}
.sk_store-list-main .item-footer .service-box .service-item:hover .service-item-right .service-item-title h3 {
  color: #4BB3BB;
}
.sk_seve_group .sk_seve_group_tit .sk_seve_group_tit_fr {
  float: right;
}
.sk_seve_group .sk_seve_group_tit .sk_seve_group_tit_fr span {
  width: 80px;
  text-align: left;
  float: left;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.sk_seve_group_list {
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_seve_group_list ul .iteam {
  border-bottom: 1px dashed #eeeeee;
  overflow: hidden;
  padding: 0 25px;
  line-height: 40px;
}
.sk_seve_group_list ul .iteam h3 {
  float: left;
  color: #666666;
  font-size: 14px;
}
.sk_seve_group_list ul .iteam h3:hover {
  color: #4BB3BB;
}
.sk_seve_group_list ul .iteam .sk_seve_group_list_fr {
  float: right;
}
.sk_seve_group_list ul .iteam .sk_seve_group_list_fr span {
  width: 80px;
  text-align: left;
  float: left;
  font-size: 14px;
  color: #888888;
}
.sk_seve_group_list ul .iteam .sk_seve_group_list_fr span:last-child {
  color: #ff4b4c;
}
.sk_seve_group_list ul .iteam .sk_seve_group_list_fr span:last-child font {
  font-size: 18px;
  font-weight: bold;
}
/*牙科门店 end*/
.sk_pl_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.sk_pl_box {
  position: fixed;
  height: 0;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  z-index: 10;
  text-align: center;
  display: none;
}
.sk_pl_box img {
  max-width: 800px;
}
.sk_pl_colose {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 32px;
  height: 32px;
  background: url(../../images/colose.png) no-repeat center center;
  cursor: pointer;
}
/*医院详情*/
.sk_hospital_detail_con {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 26px 45px 53px 26px;
  margin-top: 35px;
}
.sk_hospital_detail_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 0 0;
}
.sk_hospital_detail_info_fr {
  margin: 0;
  width: 618px;
}
.sk_hospital_detail_info_fl {
  width: 458px;
  padding-top: 15px;
  box-sizing: border-box;
  margin: 0 0 auto 0;
}
.sk_hospital_detail_info_fr img {
  width: 618px;
  object-fit: cover;
  border-radius: 10px;
}
.sk_hospital_detail_tit .left_box {
  margin: 0;
  display: flex;
  align-items: baseline;
}
.sk_hospital_detail_tit h3 {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  font-weight: 600;
}
.sk_hospital_detail_tit .left_box span:last-child {
  background-color: #EBF4FF;
  color: #3381DB;
}
.sk_hospital_detail_tit .tip-btn {
  cursor: pointer;
}
.sk_hospital_detail_tit .right_box {
  margin: 0;
}
.sk_hospital_detail_tit .right_box img {
  width: 28px;
  height: 28px;
}
.sk_hospital_detail_star {
  margin-bottom: 21px;
  display: flex;
  align-items: end;
}
.sk_hospital_detail_star img {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
}
.sk_hospital_detail_content {
  padding: 20px 0 0;
  box-sizing: border-box;
  border-top: 1px solid #EBEBEB;
}
.sk_hospital_detail_content p {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 350;
  color: #3D3D3D;
}
.sk_hospital_detail_content p label {
  width: 115px;
}
.sk_hospital_detail_content p:last-child {
  margin-bottom: 0;
}
.sk_hospital_detail_content p img {
  margin: 0 10px 0 0;
}
.sk_hospital_detail_content .tell img {
  margin: 0 10px 0 0;
  width: 16px;
  height: 15px;
}
.sk_hospital_detail_content .time img {
  margin: 0 10px 0 0;
  width: 17px;
  height: 17px;
}
.sk_hospital_detail_content p span {
  margin: 0;
  color: #3D3D3D;
  line-height: 18px;
}
.sk_hospital_detail_content h3 span a {
  color: #3D3D3D;
}
.sk_hospital_detail_content .tui_doctor a {
  color: #A42127;
  text-decoration: underline;
}
.sk_hospital_detail_desc {
  font-size: 16px;
  color: #888;
  line-height: 25px;
  margin: 0;
}
.nurse_mall_nearby {
  margin-bottom: 35px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nurse_mall_nearby span {
  border-radius: 5px 10px 5px 5px;
  background: #FFA820;
  padding: 3px 15px;
  margin: 0 10px 0 0 ;
}
.nurse_mall_nearby .renzheng {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 94px;
  height: 26px;
  margin: 0;
  line-height: 30px;
  border-radius: 5px 10px 5px 5px;
  opacity: 1;
  background: #A42127;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
  margin-right: 4px;
}
/* 优惠券列表 */
.sk_hos_coupon_list {
  min-height: 160px;
  padding: 35px 10px 35px 45px;
  margin: 20px auto;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(212, 212, 212, 0.5);
}
.sk_hos_coupon_list img {
  width: 356px;
  height: 90px;
  margin-right: 20px;
}
/* 医院简介 */
.hos_intro,
.sci_research,
.get_honors,
.user_commment {
  display: flex;
  margin-bottom: 22px;
}
.project_intro .hos_intro img {
  max-width: 457px;
  max-height: 260px;
  object-fit: cover;
  margin: 45px auto;
  border-radius: 10px;
}
.project_intro h3 {
  position: relative;
  font-size: 16px;
  padding-left: 7px;
}
.project_intro h3::before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 5px;
  width: 3px;
  height: 13px;
  background: #4BB3BB;
}
.project_intro .content {
  width: 820px;
  text-align: center;
}
.project_intro .content p {
  text-align: justify;
}
.sk_store_box-info_fl .sk_store_item {
  color: #666666;
  font-size: 14px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  overflow: hidden;
}
.sk_store_box-info_fl .sk_store_item .sk_store_item_pf {
  padding-left: 10px;
  float: left;
}
.sk_store_box-info_fl .sk_store_item .star-cont {
  position: relative;
  overflow: hidden;
  width: 86px;
  height: 22px;
  float: left;
}
.sk_store_box-info_fl .sk_store_item .star-cont .star_list {
  width: 80px;
  height: 14px;
  background: url(../../images/20191219/x1.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 3px;
  background-size: 100% auto;
}
.sk_store_box-info_fl .sk_store_item .star-cont .star_list .star_list_info {
  width: 0;
  height: 100%;
  background: url(../../images/20191219/x2.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
}
.sk_store_item .sk_store_item_pf .link {
  margin-left: 20px;
  background: url(../../images/ic_21.png) no-repeat left center;
  padding-left: 16px;
  color: #4BB3BB;
}
.sk_store_box_info {
  overflow: hidden;
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  height: 196px;
}
.sk_store_box_info h3 {
  display: block;
  padding-bottom: 15px;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
}
.sk_store_box_info h3 span {
  float: left;
}
.sk_store_box_info h3 span.night {
  margin-left: 10px;
}
.sk_store_box_info span.sk_store_box_info_add {
  background: url(../../images/ic_34.png) no-repeat right center;
  background-size: auto 12px;
  padding-right: 20px;
  cursor: pointer;
}
.sk_store_box_info span a {
  color: #666666;
}
.sk_store_box_tags {
  overflow: hidden;
  padding: 20px 0;
}
.sk_store_box_tags ul li {
  float: left;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #efefef;
  padding: 0 20px;
}
.sk_store_box_tags ul li h3 {
  color: #666666;
  font-size: 14px;
  padding-top: 10px;
}
.sk_store_box_tags ul li:last-child {
  border-right: 0;
}
.sk_store_box_tags img {
  height: 28px;
}
.sk_store_box-info_cont {
  padding-top: 20px;
  overflow: hidden;
  border-top: 1px dashed #e5e5e5;
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  height: 110px;
}
.sk_store_box-info_cont h3 {
  color: #333333;
  font-size: 18px;
}
.sk_store_box-info_cont img {
  width: 100%;
}
.sk_store_box-info_cont * {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.sk_store_box-info_cont strong {
  font-weight: bold;
}
.sk_store_box-info_an {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.sk_store_box-info_an a.an_up {
  position: absolute;
  width: 42px;
  height: 24px;
  background: url(../../images/ic_36.png) no-repeat;
  background-size: 100% auto;
  top: -1px;
}
.sk_store_box-info_an a.an_down {
  position: absolute;
  width: 42px;
  height: 24px;
  background: url(../../images/ic_35.png) no-repeat;
  background-size: 100% auto;
  top: -1px;
}
.sk_store_group_list {
  padding: 0 25px;
  overflow: hidden;
}
.sk_store_group_list ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.sk_store_group_list .img {
  float: left;
  width: 222px;
  height: 150px;
  overflow: hidden;
  border-radius: 4px;
}
.sk_store_group_list .img img {
  width: 100%;
}
.sk_store_group_list .info {
  float: left;
  padding-left: 20px;
  width: 488px;
  padding-top: 15px;
}
.sk_store_group_list .info .sk_common_link_tit {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  width: 488px;
  display: block;
}
.sk_store_group_list .info .sk_common_item {
  color: #888888;
  font-size: 14px;
  padding-top: 25px;
}
.sk_store_group_list .info .sk_common_item span {
  background: #e6e6e6;
  font-size: 10px;
  color: #999;
  padding: 0px 1px;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
}
.sk_store_group_list .info .sk_common_price {
  overflow: hidden;
  padding-top: 15px;
}
.sk_store_group_list .info .sk_common_price h3 {
  display: inline-block;
  font-size: 18px;
  color: #ff4b4c;
  padding-right: 5px;
}
.sk_store_group_list .info .sk_common_price h3 span {
  padding-right: 5px;
}
.sk_store_group_list .info .sk_common_price h3 font {
  font-size: 28px;
  font-weight: bold;
}
.sk_store_group_list .info .sk_common_price span {
  color: #888888;
  font-size: 14px;
}
.sk_store_group_list .info .sk_common_price span font {
  text-decoration: line-through;
}
.sk_store_group_list .info .fr {
  padding-top: 10px;
}
.sk_store_group_list .info .fr a {
  color: #fff;
  background: #ff9900;
  float: left;
  width: 125px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
/*门店评价*/
.sk_serve_fl .sk_store_score {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-top: 19px;
  border-radius: 4px;
}
.sk_serve_fl .sk_store_score .sk_store_score_tit {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 0 25px;
  line-height: 60px;
}
.sk_serve_fl .sk_store_score .sk_store_score_tit h3 {
  float: left;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.sk_storePj {
  padding: 0 25px;
  overflow: hidden;
  padding-bottom: 40px;
}
.sk_storePj_tit {
  overflow: hidden;
  padding-top: 30px;
}
.sk_storePj_tit a {
  float: left;
  padding: 6px 18px;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sk_storePj_tit a:hover {
  color: #fff;
  background: #4BB3BB;
  border-color: #4BB3BB;
}
.sk_storePj_tit a.active {
  color: #fff;
  background: #4BB3BB;
  border-color: #4BB3BB;
}
.sk_storePj_xz {
  overflow: hidden;
  padding-top: 20px;
}
.sk_storePj_xz a {
  float: left;
  background: url(../../images/ic_37.png) no-repeat left center;
  background-size: auto 16px;
  padding-left: 25px;
  line-height: 24px;
  color: #333333;
  margin-right: 38px;
}
.sk_storePj_xz a:hover {
  background: url(../../images/ic_37_hover.png) no-repeat left center;
  background-size: auto 16px;
}
.sk_storePj_xz a.active {
  background: url(../../images/ic_37_hover.png) no-repeat left center;
  background-size: auto 16px;
}
.sk_storePj_list {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.sk_storePj_list ul li {
  border-bottom: 1px solid #eeecec;
  overflow: hidden;
  padding: 30px 0;
}
.sk_storePj_list ul li .sk_mercPj_pic {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.sk_storePj_list ul li .sk_mercPj_pic img {
  width: 100%;
  height: 100%;
}
.sk_mercPj_name {
  overflow: hidden;
}
.sk_mercPj_name h3 {
  color: #333333;
  font-size: 16px;
}
.sk_mercPj_name span {
  color: #888888;
  font-size: 14px;
}
.sk_mercPj_star {
  overflow: hidden;
  padding-top: 5px;
}
.sk_mercPj_star .sk_mercPj_fr-time {
  overflow: hidden;
  float: right;
}
.sk_mercPj_dz {
  overflow: hidden;
  padding-top: 20px;
}
.sk_mercPj_dz span {
  float: right;
}
.sk_mercPj_dz a {
  float: left;
  line-height: 14px;
  color: #888888;
  font-size: 14px;
  padding-left: 25px;
  background: url(../../images/ic_38.png) no-repeat left center;
  background-size: 20px;
}
.sk_mercPj_dz a:hover {
  background: url(../../images/ic_38_hover.png) no-repeat left center;
  background-size: 20px;
  color: #4BB3BB;
}
.sk_mercPj_dz a.active {
  background: url(../../images/ic_38_hover.png) no-repeat left center;
  background-size: 20px;
  color: #4BB3BB;
}
.sk_page_pj {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
.sk_page_pj a {
  padding: 6px 16px;
  color: #1f1f1f;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.sk_page_pj span {
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background: #4BB3BB;
}
.sk_page_pj a:hover {
  background: #4BB3BB;
  color: #fff;
  border: 1px solid #4BB3BB;
}
.sk_page_pj_num {
  text-align: right;
  overflow: hidden;
  padding-top: 10px;
}
.sk_page_pj_num a {
  color: #444444;
  font-size: 14px;
}
.sk_page_pj_num a:hover {
  color: #4BB3BB;
}
/*门店评价 end*/
.sk_store_fr {
  width: 396px;
  overflow: hidden;
  float: right;
}
.sk_store_fr_map {
  width: 396px;
  height: 290px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}
.sk_store_fr_map #container {
  height: 290px;
  width: 396px;
}
.sk_about_page {
  overflow: hidden;
  width: 1200px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 30px;
}
.sk_about_page .sk_seve_group_tit {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 0 25px;
  line-height: 60px;
}
.sk_about_page .sk_seve_group_tit h3 {
  float: left;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.sk_about_page_list {
  padding: 30px 25px;
}
.sk_about_page_list ul li {
  overflow: hidden;
  width: 215px;
  float: left;
  margin-right: 18.2px;
  margin-bottom: 30px;
}
.sk_about_page_list ul li:nth-child(5n) {
  margin-right: 0;
}
.sk_about_page_list ul li .img {
  width: 100%;
}
.sk_about_page_list ul li .img img {
  width: 100%;
}
.sk_about_page_list ul li .info {
  padding-top: 20px;
}
.sk_about_page_list ul li .info .sk_about_page_tit {
  color: #333333;
  font-size: 16px;
}
.sk_about_page_list ul li .info .sk_about_page_info {
  color: #666666;
  font-size: 12px;
  overflow: hidden;
  padding: 10px 0;
  line-height: 20px;
}
.sk_about_page_list ul li .info .sk_about_page_price {
  overflow: hidden;
}
.sk_about_page_list ul li .info .sk_about_page_price h3 {
  color: #ff4b4c;
  font-size: 12px;
  float: left;
}
.sk_about_page_list ul li .info .sk_about_page_price h3 font {
  font-size: 20px;
  font-weight: bold;
}
.sk_about_page_list ul li .info .sk_about_page_price span {
  color: #888888;
  font-size: 12px;
  float: right;
  line-height: 24px;
}
/*牙科门店详情 end*/
/*会员中心*/
.sk_user_box {
  width: 1200px;
  padding-bottom: 13px;
}
.sk_user_box:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.sk_user_box_fl {
  float: left;
  width: 195px;
  overflow: hidden;
}
.sk_orders_link_box {
  background: #FFF;
  border-radius: 4px;
  width: 195px;
  padding: 10px 0;
}
.sk_orders_link_box .link_group {
  font-size: 16px;
  color: #222;
  padding: 10px 20px 10px 30px;
  border-bottom: 1px solid #f5f5ff;
}
.sk_orders_link_box .link_group:last-child {
  border: 0;
}
.sk_orders_link_box .link_group .title {
  vertical-align: middle;
  margin: 12px 0;
}
.sk_orders_link_box .link_group .title .icon {
  width: 16px;
  height: 20px;
  vertical-align: middle;
  margin: 0 6px 0 0;
}
.sk_orders_link_box .link_group:last-child .title .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 6px 0 0;
}
.sk_orders_link_box .link_group .title a {
  vertical-align: middle;
  font-size: 16px;
  color: #A42127;
  font-weight: 500;
}
.sk_orders_link_box .link_group .link_ul li {
  padding-left: 12px;
  margin: 16px 0;
}
.sk_orders_link_box .link_group .link_ul li a {
  font-size: 14px;
  color: #666;
}
.sk_orders_link_box .link_group .link_ul li a:hover {
  color: #A42127;
}
.sk_orders_link_box .link_group .link_ul li .num {
  color: #4BB3BB;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.sk_orders_link_box .link_group .link_ul li .icon-right {
  background-image: url(../../images/icon-right.png);
  width: 8px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  float: right;
}
.sk_user_box_fr {
  float: right;
}
.sk_user_info_box {
  background: #FFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.sk_user_info_box .user_info {
  width: 948px;
  height: 210px;
  background: #A42127;
  /* background-image: linear-gradient(-90deg, #007cff 3%, #00adff 98%); */
  border-radius: 4px 4px 0 0;
}
.sk_user_info_box .user_info .head_img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  position: relative;
  float: left;
  top: 40px;
  left: 30px;
}
.sk_user_info_box .user_info .head_img img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  box-shadow: 0 3px 7px 0 rgba(1, 72, 145, 0.4);
  border: 0;
}
.sk_user_info_box .user_info .nick_name {
  float: left;
  color: #fff;
  position: relative;
  left: 51px;
  top: 75px;
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
}
.sk_user_info_box .user_info .nick_name a {
  color: #fff;
}
.sk_user_info_box .user_info .nick_name .user_setting {
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
}
.sk_user_info_box .user_info .user_money {
  position: relative;
  top: 60px;
  float: right;
}
.sk_user_info_box .user_info .user_money ul li {
  float: left;
  margin-right: 80px;
}
.sk_user_info_box .user_info .user_money ul li .money_num {
  color: #ffffff;
  font-size: 12px;
}
.sk_user_info_box .user_info .user_money ul li .money_num font {
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  padding-right: 5px;
}
.sk_user_info_box .user_info .user_money ul li .money_title {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0;
}
.sk_user_info_box .user_info .user_money ul li .money_an {
  color: #fff2d5;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.sk_user_info_box .userfn_list {
  width: 100%;
  height: 110px;
  background: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sk_user_info_box .userfn_list ul {
  position: relative;
  top: 36px;
  width: 850px;
  margin-left: 80px;
}
.sk_user_info_box .userfn_list ul li {
  float: left;
  width: 170px;
  position: relative;
}
.sk_user_info_box .userfn_list ul li a {
  color: #333333;
  font-size: 14px;
}
.sk_user_info_box .userfn_list ul li span {
  line-height: 33px;
  display: inline-block;
  position: relative;
  left: 20px;
}
.sk_user_info_box .userfn_list ul li .num {
  background: #ffffff;
  border: 1.5px solid #72beff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  color: #72beff;
  line-height: 16px;
  position: absolute;
  top: -6px;
  left: 40px;
}
.sk_user_info_box .userfn_list ul li.icon_pj .num {
  left: 25px;
}
.sk_user_info_box .userfn_list ul li img {
  height: 50px;
}
.recommend-list {
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  margin-top: 30px;
}
.recommend-list .recommend_tit {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 0 25px;
  line-height: 60px;
}
.recommend-list .recommend_tit h3 {
  float: left;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.sk_liner {
  height: 50px;
  width: 100%;
}
.sk_booking {
  width: 480px;
  overflow: hidden;
  background: #fff;
  padding: 25px 25px 0;
}
.sk_booking.sk_booking_order {
  width: 600px;
  padding: 25px 40px 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 60px;
}
.sk_booking .tit {
  font-size: 24px;
  color: #333333;
}
.sk_booking .sk_price {
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
}
.sk_booking .sk_price div {
  float: left;
  margin-right: 20px;
  line-height: 28px;
}
.sk_booking .sk_price font {
  font-size: 18px;
  color: #ff4b4c;
  font-weight: bold;
}
.sk_booking .sk_price h3 {
  display: inline-block;
}
.sk_booking_form {
  padding: 30px 0 0;
}
.sk_booking_form .layui-form-item {
  margin-bottom: 30px;
}
.sk_booking_form .sk_layui-form-label {
  float: left;
  display: block;
  padding: 9px 15px;
  width: 110px;
  font-weight: 400;
  text-align: right;
}
.sk_doctor .sk_btn {
  background: #A42127;
  font-size: 16px;
  height: 30px;
  line-height: 27px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.sk_doctor .sk_btn font {
  font-size: 20px;
}
.sk_doctor .sk_btn:hover {
  background: #FF9D1F;
}
.sk_btn1 {
  border: 1px solid #e5e5e5;
  background: none;
  color: #888888;
  font-size: 14px;
  width: 120px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  margin-left: 20px;
}
body .layui-laydate .layui-this {
  background: #A42127 !important;
}
.sk_item_name #sub_msg {
  background-color: #A42127;
}
body .layui-laydate-footer span[lay-type=date] {
  color: #4BB3BB;
}
body .layui-laydate-footer span:hover {
  color: #4BB3BB;
}
body .layui-layer-page.layer-weixin {
  border-radius: 0 !important;
}
body .layer-weixin .layui-layer-content {
  border-radius: 0;
}
body .layui-layer-page.layer-weixin h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}
body .layui-layer-page.layer-weixin #img {
  width: 200px;
  height: 200px;
}
.sk_orders {
  width: 990px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  min-height: 542px;
}
.sk_orders .sk_orders_header {
  height: 60px;
  line-height: 58px;
  border-bottom: 1px solid #f8f8f8;
  padding: 0 25px;
}
.sk_orders .sk_orders_header a {
  float: left;
  font-size: 18px;
  color: #333333;
  margin-right: 58px;
}
.sk_orders .sk_orders_header a:hover {
  border-bottom: 2px solid #A42127;
  color: #A42127;
}
.sk_orders .sk_orders_header a.active {
  border-bottom: 2px solid #A42127;
  color: #A42127;
}
.sk_orders_header span {
  float: right;
  color: #888;
  font-size: 12px;
  background: url(../../images/order_zy.png) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
}
.sk_orders_header .sk_header_money {
  color: #444444;
  float: right;
  font-size: 16px;
}
.sk_orders_header .sk_header_money font {
  color: #e3393c;
}
.sk_orders_body {
  padding: 0 25px 55px;
  overflow: hidden;
}
.sk_orders_body ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.sk_orders_body .img {
  float: left;
  width: 222px;
  height: 152px;
  overflow: hidden;
}
.sk_orders_body .img img {
  width: 100%;
}
.sk_orders_body .info {
  float: left;
  padding-left: 20px;
  width: 676px;
}
.sk_orders_body .info .sk_common_link_tit {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
}
.sk_orders_body .info .sk_common_link_tit span {
  float: right;
  margin-left: 10px;
  font-weight: normal;
  color: #888888;
  font-size: 14px;
  display: none;
}
.sk_orders_body .info .sk_common_item {
  color: #888888;
  font-size: 14px;
  padding: 10px 0 0;
}
.sk_orders_body .info .sk_common_add {
  color: #888888;
  font-size: 14px;
  padding: 10px 0;
}
.sk_orders_body .info .sk_common_blurb {
  color: #888888;
  font-size: 14px;
  overflow: hidden;
}
.sk_orders_body .info .sk_common_blurb span.add {
  float: left;
}
.sk_orders_body .info .sk_common_blurb span.num {
  float: right;
}
.sk_orders_body .info .sk_common_price {
  overflow: hidden;
  line-height: 37px;
  width: 642px;
}
.sk_orders_body .info .sk_common_price h3 {
  font-size: 18px;
  color: #ff4b4c;
  padding-right: 5px;
  float: left;
}
.sk_orders_body .info .sk_common_price h3 font {
  font-size: 28px;
  font-weight: bold;
}
.sk_orders_body .info .sk_common_price span {
  color: #888888;
  font-size: 14px;
  float: left;
  padding-top: 5px;
}
.sk_orders_body .info .sk_common_price span font {
  text-decoration: line-through;
}
.sk_orders_body .info .sk_common_price .time {
  color: #888888;
  font-size: 14px;
  float: right;
}
.sk_orders_body .info .fl {
  width: 511px;
}
.sk_orders_body .info .fr {
  width: 105px;
  text-align: right;
}
.sk_orders_body .info .fr a:hover {
  border-color: #ff9900;
  color: #fff;
  background: #ff9900;
}
.sk_orders_body .info .fr a {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  color: #888888;
  background: none;
  float: left;
  width: 105px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.sk_orders_body .info .fr a.sk_orders_wc_an {
  border: none;
  color: #888888;
  background: none;
  float: left;
  width: 105px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.sk_order_list .item {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
  cursor: pointer;
}
.sk_order_list .item .item-img {
  float: left;
  width: 190px;
  height: 130px;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sk_order_list .item .item-img img {
  display: none;
  width: 100%;
}
.sk_order_list .item .item-info {
  padding-left: 210px;
}
.sk_order_list .item .item-info .title {
  line-height: 24px;
}
.sk_order_list .item .item-info .title h3 {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sk_order_list .item .item-info .title h3:hover {
  color: #4BB3BB;
}
.sk_order_list .item .item-info .title .status {
  float: right;
  font-weight: normal;
  color: #888888;
  font-size: 14px;
  margin-left: 20px;
}
.sk_order_list .item .item-info .label {
  color: #888888;
  font-size: 14px;
  overflow: hidden;
  margin: 20px 0;
}
.sk_order_list .item .item-info .label span {
  margin-right: 20px;
  float: left;
}
.sk_order_list .item .item-info .btn-container {
  overflow: hidden;
  line-height: 40px;
}
.sk_order_list .item .item-info .btn-container .price {
  float: left;
  color: #ff4b4c;
  font-size: 14px;
}
.sk_order_list .item .item-info .btn-container .price b {
  font-size: 28px;
  font-weight: bold;
}
.sk_order_list .item .item-info .btn-container .text {
  float: right;
  margin-left: 20px;
  font-size: 14px;
}
.sk_order_list .item .item-info .btn-container .mt-btn {
  cursor: pointer;
  float: right;
  margin-left: 20px;
  border: 1px solid #e5e5e5;
  color: #888888;
  background: none;
  width: 105px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.sk_order_list .item .item-info .btn-container .mt-btn:hover {
  border-color: #ff9900;
  color: #fff;
  background: #ff9900;
}
/*收藏的文章*/
.sk_stow_knowledge_list {
  padding: 0 25px 55px;
  overflow: hidden;
}
.sk_stow_knowledge_list ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.sk_stow_knowledge_list .img {
  float: left;
  width: 200px;
  overflow: hidden;
}
.sk_stow_knowledge_list .img img {
  width: 100%;
}
.sk_stow_knowledge_list .info {
  float: left;
  padding-left: 20px;
  width: 698px;
  color: #999999;
  font-size: 14px;
  display: block;
  padding-top: 5px;
  overflow: hidden;
}
.sk_stow_knowledge_list .info h3 {
  color: #3d464d;
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
}
.sk_stow_knowledge_list .info h3 a {
  color: #3d464d;
}
.sk_stow_knowledge_list .info .knowledge_info_label {
  overflow: hidden;
  padding: 10px 0;
}
.sk_stow_knowledge_list .info .knowledge_info_label span {
  padding-left: 25px;
  margin-right: 20px;
  float: left;
  height: 16px;
  line-height: 16px;
  color: #999999;
}
.sk_stow_knowledge_list .info .knowledge_info_label span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
  padding-left: 28px;
  cursor: pointer;
}
.sk_stow_knowledge_list .info .knowledge_info_label span.liulan {
  background: url(../../images/liulan.png) no-repeat left center;
  padding-left: 28px;
}
.sk_stow_knowledge_list .info .knowledge_info_label span.time {
  background: url(../../images/ic_17.png) no-repeat left center;
  padding-left: 28px;
}
.sk_stow_knowledge_list .info .knowledge_info_label span.time {
  background: url(../../images/ic_17.png) no-repeat left center;
  padding-left: 28px;
}
.sk_stow_knowledge_list .info .knowledge_info_label span.label1 {
  background: url(../../images/biaoqian.png) no-repeat left center;
  padding-left: 32px;
  background-size: auto 12px !important;
}
.sk_stow_knowledge_list .info .knowledge_info_label span.label1 a {
  color: #999999;
  float: left;
}
.sk_stow_knowledge_list .info .knowledge_info_label span.label1 a:hover {
  color: #4BB3BB;
}
.sk_stow_knowledge_list .info .knowledge_info_label span.label1 a:after {
  content: "、";
  float: right;
  padding-left: 8px;
  color: #999999;
}
.sk_stow_knowledge_list .info .knowledge_info_label span.label1 a:last-child:after {
  display: none;
}
.sk_stow_knowledge_list .info .fl {
  width: 495px;
}
.sk_stow_knowledge_list .info .fr {
  padding-top: 50px;
  width: 150px;
  float: right;
}
.sk_stow_knowledge_list .info .fr a:hover {
  border-color: #A42127;
  color: #fff;
  background: #A42127;
}
.sk_stow_knowledge_list .info .fr a {
  border: 1px solid #e5e5e5;
  color: #888888;
  background: none;
  float: left;
  width: 105px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.sk_stow_knowledge_list .info .fr span {
  background: url(../../images/ic_40.png) no-repeat center center;
  float: right;
  width: 19px;
  height: 40px;
  cursor: pointer;
}
/*收藏的文章 end*/
/*收藏的商品*/
.sk_stow_medicine_list {
  padding: 0 25px 55px;
  overflow: hidden;
}
.sk_stow_medicine_list ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.sk_stow_medicine_list .img {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.sk_stow_medicine_list .img img {
  width: 100%;
}
.sk_stow_medicine_list .info {
  float: left;
  padding-left: 20px;
  width: 748px;
  color: #999999;
  font-size: 14px;
  display: block;
  padding-top: 5px;
  overflow: hidden;
}
.sk_stow_medicine_list .info .tit {
  color: #444444;
  font-size: 16px;
  overflow: hidden;
  line-height: 24px;
}
.sk_stow_medicine_list .info .desc {
  line-height: 24px;
  padding-top: 10px;
  display: block;
}
.sk_stow_medicine_list .info .price {
  padding: 10px 0;
}
.sk_stow_medicine_list .info .price h3 {
  display: inline-block;
  font-size: 24px;
  color: #ff4b4c;
  padding-right: 5px;
}
.sk_stow_medicine_list .info .price h3 font {
  font-weight: bold;
  font-size: 32px;
}
.sk_stow_medicine_list .info .price h3 b {
  color: #999999;
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
}
.sk_stow_medicine_list .info .price span {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
}
.sk_stow_medicine_list .info .price span font {
  text-decoration: line-through;
}
.sk_stow_medicine_list .info .fl {
  width: 570px;
}
.sk_stow_medicine_list .info .fr {
  padding-top: 50px;
  width: 150px;
}
.sk_stow_medicine_list .info .fr a:hover {
  border-color: #ff9900;
  color: #fff;
  background: #ff9900;
}
.sk_stow_medicine_list .info .fr a {
  border: 1px solid #e5e5e5;
  color: #888888;
  background: none;
  float: left;
  width: 105px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.sk_stow_medicine_list .info .fr span {
  background: url(../../images/ic_40.png) no-repeat center center;
  float: right;
  width: 19px;
  height: 40px;
  cursor: pointer;
}
/*收藏的商品end*/
/*收藏的商家*/
.sk_stow_body {
  padding: 0 25px 55px;
  overflow: hidden;
}
.sk_stow_body ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.sk_stow_body .img {
  float: left;
  width: 222px;
  height: 152px;
  overflow: hidden;
}
.sk_stow_body .img img {
  width: 100%;
}
.sk_stow_body .info {
  float: left;
  padding-left: 20px;
  width: 676px;
}
.sk_stow_body .info .sk_store_link_tit {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
}
.sk_stow_body .info .sk_store_item {
  color: #888888;
  font-size: 14px;
  padding-top: 5px;
  overflow: hidden;
}
.sk_stow_body .info .sk_store_item .star-cont {
  float: left;
}
.sk_stow_body .info .sk_store_item .sk_store_item_pf {
  float: left;
  padding-left: 10px;
  line-height: 22px;
}
.sk_stow_body .info .sk_store_item .sk_store_item_pf font {
  color: #ff9900;
}
.sk_stow_body .info .content {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  color: #A7A4A4;
}
.sk_stow_body .info .content p {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.sk_stow_body .info .content p img {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}
.sk_stow_body .info .content p:nth-child(2) img {
  width: 16px;
  height: 18px;
}
.sk_stow_body .info .sk_store_blurb span.add {
  background-size: auto 12px;
}
.sk_stow_body .info .fr {
  padding-top: 50px;
  width: 150px;
}
.sk_stow_body .info .fr a:hover {
  border-color: #A42127;
  color: #fff;
  background: #A42127;
}
.sk_stow_body .info .fr a {
  border: 1px solid #e5e5e5;
  color: #888888;
  background: none;
  float: left;
  width: 105px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.sk_stow_body .info .fr span {
  background: url(../../images/ic_40.png) no-repeat center center;
  float: right;
  width: 19px;
  height: 40px;
  cursor: pointer;
}
.sk_stow_body .info .fl {
  width: 465px;
}
.sk_stow_body .info .sk_common_link_tit {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
}
.sk_stow_body .info .sk_common_item {
  color: #888888;
  font-size: 14px;
  padding-top: 5px;
}
.sk_stow_body .info .sk_common_blurb {
  color: #888888;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 0;
}
.sk_stow_body .info .sk_common_blurb span.add {
  float: left;
}
.sk_stow_body .info .sk_common_blurb span.num {
  float: right;
}
.sk_stow_body .info .sk_common_price {
  overflow: hidden;
  line-height: 37px;
}
.sk_stow_body .info .sk_common_price h3 {
  font-size: 18px;
  color: #ff4b4c;
  padding-right: 5px;
  float: left;
}
.sk_stow_body .info .sk_common_price h3 font {
  font-size: 28px;
  font-weight: bold;
}
.sk_stow_body .info .sk_common_price span {
  color: #888888;
  font-size: 14px;
  float: left;
  padding-top: 5px;
  text-decoration: line-through;
}
/*收藏的服务*/
.sk_vouchers {
  overflow: hidden;
  padding-bottom: 50px;
}
.sk_card {
  width: 280px;
  background: #F9F9F9;
  transition: box-shadow 0.5s;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 4px;
  float: left;
  margin-left: 27px;
  margin-top: 20px;
  height: 410px;
  overflow: hidden;
}
.sk_card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.sk_card_head {
  background: #45c1ff;
  position: relative;
  padding-top: 60px;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.sk_card_head:after {
  content: "";
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
}
.sk_card_head:before {
  content: "";
  background: url(../../images/ic_41.png) repeat-x;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.sk_card_price {
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  height: 60px;
}
.sk_card_price font {
  font-size: 60px;
  color: #fff;
}
.sk_card_term {
  margin-top: 15px;
  height: 18px;
  line-height: 18px;
}
.sk_card_time {
  margin-top: 15px;
  height: 18px;
  line-height: 18px;
}
.sk_card_body {
  padding: 25px 20px;
  height: 204px;
  position: relative;
}
.sk_card_body div {
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  padding-bottom: 15px;
}
.sk_card_body div h3 {
  float: left;
  font-weight: bold;
  color: #444444;
}
.sk_card_body .sk_card_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.sk_card_body .sk_card_btn a {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  color: #888888;
  background: none;
  width: 105px;
  height: 35px;
  border-radius: 35px;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  display: block;
  margin: 0 auto;
}
.sk_card_body .sk_card_btn a:hover {
  border-color: #4BB3BB;
  color: #4BB3BB;
}
.sk_vouchers_lapse .sk_card_head {
  background: #c3c3c3;
}
.sk_vouchers_lapse .sk_card_head:before {
  background: url(../../images/ic_42.png) repeat-x;
}
.sk_vouchers_lapse .sk_card_body {
  background: url(../../images/ic_43.png) no-repeat 211px 137px;
}
/*评价*/
.sk_orders_think {
  padding: 0 25px 55px;
  overflow: hidden;
}
.sk_orders_think ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.sk_orders_think ul li .img {
  float: left;
  width: 170px;
  height: 95px;
  overflow: hidden;
}
.sk_orders_think ul li .img img {
  width: 100%;
}
.sk_orders_think ul li .info {
  float: left;
  padding-left: 20px;
  width: 708px;
}
.sk_orders_think ul li .info .sk_common_link_tit {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
}
.sk_orders_think ul li .info .sk_common_item {
  color: #888888;
  font-size: 14px;
  padding-top: 5px;
}
.sk_orders_think ul li .sk_rating_select {
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  padding-top: 15px;
}
.sk_orders_think ul li .sk_rating_select h3 {
  float: left;
  color: #444444;
  line-height: 30px;
}
.sk_orders_think ul li .sk_rating_select a {
  float: left;
  padding: 0 10px;
  border: 2px solid #eeeeee;
  color: #444444;
  font-size: 12px;
  margin-right: 10px;
}
.sk_orders_think ul li .sk_rating_select a.active {
  background: #ffebd7;
  color: #f76120;
  border-color: #ffebd7;
}
.sk_orders_think ul li .sk_rating_select span {
  float: left;
  color: #888888;
  font-size: 12px;
  line-height: 30px;
}
.sk_orders_think ul li .sk_rating_select_show {
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  padding-top: 15px;
  line-height: 30px;
}
.sk_orders_think ul li .sk_rating_select_show h3 {
  float: left;
  color: #444444;
}
.sk_orders_think ul li .sk_rating_select_show span {
  color: #f76120;
  font-size: 14px;
  padding-left: 20px;
}
.sk_orders_think ul li .sk_rating_select_show div {
  float: right;
}
.sk_orders_think ul li .sk_rating_select_show div a {
  float: left;
  color: #4BB3BB;
  font-size: 14px;
  margin-left: 20px;
  padding-left: 25px;
}
.sk_orders_think ul li .sk_rating_select_show div a.sk_edit {
  background: url(../../images/ic_44.png) no-repeat left center;
}
.sk_orders_think ul li .sk_rating_select_show div a.sk_cut {
  background: url(../../images/ic_45.png) no-repeat left center;
}
.sk_rating_select_hidden {
  display: none;
}
.sk_orders_think_show {
  overflow: hidden;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  padding-top: 20px;
}
.sk_orders_think ul li .sk_rating_select_list {
  float: left;
}
.sk_orders_think ul li .sk_rating_select_list input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.sk_orders_think ul li .sk_rating_select_list dd {
  float: left;
  margin-right: 10px;
}
.sk_orders_think ul li .sk_rating_select_list dd label {
  padding: 0 10px;
  line-height: 30px;
  border: 2px solid #eeeeee;
  color: #444444;
  font-size: 12px;
  cursor: pointer;
  display: block;
}
.sk_orders_think ul li .sk_rating_select_list dd input[type=radio]:checked + label {
  background: #ffebd7;
  color: #f76120;
  border-color: #ffebd7;
}
.sk_orders_think_hidden {
  overflow: hidden;
  display: none;
}
.sk_orders_think_hidden_tag_list input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.sk_orders_think_hidden_tag_list dd {
  float: left;
  margin-right: 10px;
}
.sk_orders_think_hidden_tag_list dd label {
  float: left;
  padding: 0 13px;
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.sk_orders_think_hidden_tag_list dd label.actives {
  background: #ffebd7;
  color: #f76120;
  border-color: #ffebd7;
}
.sk_orders_think_hidden_tag {
  padding-left: 95px;
  overflow: hidden;
  padding-top: 15px;
}
.sk_orders_think_hidden_tag a {
  float: left;
  padding: 0 13px;
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 14px;
  margin-right: 10px;
  line-height: 45px;
  height: 45px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.sk_orders_info {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.sk_orders_info_img {
  overflow: hidden;
  background: #eeeeee;
  padding: 10px;
}
.sk_orders_info_img_an button {
  background: #4BB3BB;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  width: 45px;
  height: 25px;
  border-radius: 3px;
}
.sk_orders_info_img_an span {
  padding-left: 10px;
  color: #888888;
  font-size: 12px;
  line-height: 25px;
}
.sk_orders_img_info {
  overflow: hidden;
}
.sk_orders_img_info .layui-upload-img {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-right: 10px;
}
.sk_orders_img_info img {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-right: 10px;
}
.sk_orders_info_text textarea {
  width: 100%;
  height: 130px;
  padding: 10px 5px;
}
.area-tips {
  color: #888888;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 10px;
}
.area_ts {
  color: #888888;
  font-size: 12px;
  line-height: 24px;
  padding-top: 10px;
}
.area_sub {
  overflow: hidden;
  padding-top: 15px;
}
.area_sub button {
  color: #fff;
  width: 95px;
  height: 25px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ff8802;
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #ff8802, #da3f02);
  background-image: -webkit-linear-gradient(top, #ff8802, #da3f02);
  background-image: linear-gradient(top bottom, #ff8802, #da3f02);
}
.area_sub button:hover {
  background-color: #da3f02;
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #da3f02, #ff8802);
  background-image: -webkit-linear-gradient(top, #da3f02, #ff8802);
  background-image: linear-gradient(top bottom, #da3f02, #ff8802);
}
/*账户设置*/
.sk_user_box_set {
  width: 990px;
  float: right;
}
.setting-content {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  min-height: 200px;
  background: #fff;
  padding: 30px 30px 0;
}
.sk_setting-content_head {
  overflow: hidden;
}
.sk_setting-content_head .title {
  font-size: 20px;
  color: #333;
  line-height: 26px;
  font-weight: 500;
}
.sk_setting-content_head .des {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  margin-bottom: 20px;
}
.sk_setting-content_head a.btns {
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  font-size: 14px;
  color: #666;
  float: right;
  height: 40px;
  cursor: pointer;
  margin: 0 15px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
}
.sk_setting-content_head a.btns:hover {
  color: #4BB3BB;
  border-color: #4BB3BB;
}
.setting-content .item {
  border-top: 1px solid #E5E5E5;
  padding: 30px 0;
}
.setting-content .item .field-name {
  width: 110px;
  border-right: 1px solid #e5e5e5;
  text-align: right;
  padding-right: 30px;
  float: left;
}
.setting-content .item .field-name span {
  font-size: 18px;
  color: #333;
  line-height: 34px;
}
.setting-content .item .field-value {
  float: left;
  text-align: right;
  padding-left: 30px;
  height: auto;
}
.setting-content .item .field-value .head-img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  transform: translateY(-5px);
  object-fit: cover;
}
.setting-content .item .field-value .value {
  font-size: 12px;
  color: #666;
  line-height: 40px;
  float: left;
}
.setting-content .item .field-value .fl {
  width: 220px;
  display: none;
}
.setting-content .item .field-value input {
  float: left;
  font-size: 12px;
}
.setting-content .item .field-value select {
  font-size: 12px;
}
.setting-content .item .button_hidden {
  display: none;
}
.setting-content .item .button_hidden button.btn-change {
  margin: 0 5px;
}
.setting-content .item .btn-change {
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  font-size: 14px;
  color: #666;
  float: right;
  height: 40px;
  width: 82px;
  cursor: pointer;
  margin: 0 15px;
  line-height: 40px;
  text-align: center;
}
.sk_item_name {
  padding: 30px 0 0;
  width: 300px;
}
.sk_item_name .layui-form-item {
  margin-bottom: 30px;
}
.sk_item_name .sk_layui-form-label {
  float: left;
  display: block;
  padding: 9px 0;
  width: 70px;
  font-weight: 400;
  text-align: right;
}
.sk_item_name .layui-input-block {
  margin-left: 90px;
}
.sk_btn1 {
  border: 1px solid #e5e5e5;
  background: none;
  color: #888888;
  font-size: 14px;
  width: 120px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  margin-left: 20px;
}
.sk_item_name .value {
  padding: 9px 0;
  float: left;
}
.layui-form-item-select .sk_layui-form-label {
  width: 40px;
}
.layui-form-item-select .layui-input-block {
  margin-left: 60px;
}
.layui-form-item-select .layui-input-block .sk_layui_select {
  width: 100px;
}
.layui-form-item-date .sk_layui-form-label {
  width: 40px;
}
.layui-form-item-date .layui-input-block {
  margin-left: 50px;
}
.layui-form-item-date .layui-input-block .sk_layui_select {
  float: left;
}
.layui-form-item-date .layui-input-block span {
  float: left;
  line-height: 38px;
  margin: 0 3px;
}
.sk_item_name .layui-input-block .name_val {
  color: #999999;
  font-size: 12px;
}
.sk_item_name_hidden {
  display: none;
}
.sk_item_tit_hidden {
  display: none;
}
body .layui-layer-page {
  border-radius: 10px;
}
body .layui-layer-title {
  border-radius: 10px 10px 0 0;
  font-size: 16px;
}
body .layui-layer-title font {
  font-weight: bold;
  color: #4BB3BB;
}
body .layui-layer-iframe {
  border-radius: 10px;
}
body .layui-layer-content {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.sk_layui_select {
  height: 38px;
  border: 1px solid #D2D2D2;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  padding-left: 10px;
  padding-right: 5px;
}
.pass_text {
  padding-top: 5px;
  height: 20px;
}
.pass_text span {
  float: left;
  width: 68px;
  text-align: center;
  background: #e5e5e5;
  margin-right: 3px;
  position: relative;
  color: #fff;
  height: 20px;
}
.pass_text span:last-child {
  margin-right: 0;
}
.pass_text span em {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
}
.pass_text span font {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.pass_text span em.weak {
  background: #ec3701;
  width: 68px;
}
.pass_text span em.hit {
  background: #f78115;
  width: 68px;
}
.pass_text span em.strong {
  background: #6ba001;
  width: 68px;
}
.field-input-block {
  position: relative;
}
.field-input-block img {
  width: 20px;
  height: 20px;
  top: 8px;
  right: 8px;
  position: absolute;
  display: none;
}
.field-input-block .name_val {
  color: #999999;
  font-size: 12px;
  text-align: justify;
}
.layui-form-item {
  position: relative;
}
.layui-form-item img {
  width: 20px;
  height: 20px;
  top: 8px;
  right: 8px;
  position: absolute;
  display: none;
}
.icon-success.succ {
  display: block;
}
.icon-fail.succ {
  display: block;
}
.layui-input-block.fail .layui-input {
  border: 1px solid #F67;
  box-shadow: 0 0 1px 1px rgba(225, 102, 119, 0.3);
}
.layui-input-block.fail .layui-input:hover {
  border: 1px solid #A42127 !important;
  box-shadow: 0 0 1px 1px rgba(225, 102, 119, 0.3) !important;
}
.layui-input-block.fail .layui-input:focus {
  border: 1px solid #A42127 !important;
}
.layui-form-item .layui-input:focus {
  border: 1px solid #A42127 !important;
}
.layui-form-item .layui-input:hover {
  border: 1px solid #A42127 !important;
}
.setting-content + .setting-address-content {
  margin-top: 20px;
}
.setting-address-content {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  min-height: 200px;
  background: #fff;
  padding: 30px 30px 50px;
}
.address-list {
  overflow: hidden;
  margin-top: 20px;
}
.address-list .item {
  border: 1px solid #e6e6e6;
  padding: 20px;
  overflow: hidden;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 131px;
}
.address-list .item:nth-child(3n) {
  margin-right: 0;
}
.address-list .item.active {
  border-color: #4BB3BB;
}
.address-list .item .item-title {
  color: #333;
  font-size: 16px;
}
.address-list .item .item-title .name {
  margin-right: 20px;
}
.address-list .item .item-address {
  color: #666;
  margin-top: 10px;
  font-size: 14px;
}
.address-list .item .item-btn {
  text-align: right;
  margin-top: 20px;
}
.address-list .item .item-btn a {
  color: #18a4af;
  margin-left: 10px;
}
.address-list .item .item-btn a:hover {
  color: #4BB3BB;
}
.address-from {
  margin-top: 20px;
}
.address-from .add-item {
  margin-bottom: 20px;
}
.address-from .add-item .item-box {
  margin-top: 15px;
  width: 610px;
  margin-left: 0;
}
.address-from .add-item .item-box .select {
  float: left;
  margin-right: 10px;
  width: 193px;
}
.address-from-sub {
  padding: 0 30px;
  height: 40px;
  background: #4BB3BB;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  line-height: 40px;
  text-align: center;
  margin-left: 0;
  margin-top: 10px;
}
/*门店优惠券*/
.sk_store_coupon {
  width: 1200px;
  background: #fff;
  overflow: hidden;
  margin: 25px auto;
}
.sk_store_coupon .sk_seve_group_tit {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 0 25px;
  line-height: 60px;
}
.sk_store_coupon .sk_seve_group_tit h3 {
  float: left;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.sk_store_coupon_list {
  overflow: hidden;
  padding: 25px 0 0;
}
.sk_store_coupon_list ul li {
  width: 365px;
  border: 1px solid #ececec;
  float: left;
  height: 145px;
  margin-left: 25.75px;
  margin-bottom: 25.75px;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  border-right: 0;
}
.sk_store_coupon_list ul li .info {
  width: 310px;
  float: left;
  height: 143px;
  padding: 20px 30px;
}
.sk_store_coupon_list ul li .info .tit {
  color: #666666;
  font-size: 14px;
  padding-bottom: 8px;
  overflow: hidden;
}
.sk_store_coupon_list ul li .info .tit h3 {
  color: #ff4b4c;
  font-weight: bold;
  line-height: 36px;
  float: left;
}
.sk_store_coupon_list ul li .info .tit h3 font {
  font-size: 36px;
}
.sk_store_coupon_list ul li .info .tit span {
  float: left;
  padding-left: 10px;
  padding-top: 15px;
}
.sk_store_coupon_list ul li .info_cont {
  color: #444444;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 8px;
}
.sk_store_coupon_list ul li .info_cont_num {
  color: #444444;
  font-size: 14px;
}
.sk_store_coupon_list ul li .info_cont_num font {
  color: #ff9000;
  font-weight: bold;
}
.sk_store_coupon_list ul li .an {
  float: left;
  width: 54px;
  height: 143px;
  text-align: center;
  padding-top: 33px;
  position: relative;
  background: url(../../images/ic_48.png) repeat-y left top #45c1ff;
}
.sk_store_coupon_list ul li .an a {
  color: #fff;
  font-size: 16px;
}
.sk_store_coupon_list ul li .an:after {
  content: '';
  position: absolute;
  right: -12.5px;
  top: 50%;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 25px;
}
.sk_store_coupon_list ul li.robbed .tit {
  color: #d3d3d3;
}
.sk_store_coupon_list ul li.robbed .tit h3 {
  color: #d3d3d3;
}
.sk_store_coupon_list ul li.robbed .info_cont_num font {
  color: #888888;
}
.sk_store_coupon_list ul li.robbed .an {
  background: url(../../images/ic_49.png) repeat-y left top #cecece;
  padding-top: 38px;
}
.sk_store_coupon_list ul li.received .info {
  background: url(../../images/ic_50.png) no-repeat 245px 80px;
}
.sk_store_coupon_list ul li.received .an {
  background: url(../../images/ic_49.png) repeat-y left top #cecece;
  padding-top: 38px;
}
.sk_store_coupon_list .coupon-progress {
  display: block;
  margin-top: 10px;
}
.sk_store_coupon_list .coupon-progress .txt {
  float: left;
  margin-right: 5px;
  color: #444444;
  font-size: 14px;
}
.sk_store_coupon_list .coupon-progress .progress-wrap {
  float: left;
  display: block;
  position: relative;
  width: 100px;
  height: 9px;
  margin-top: 5px;
  border-radius: 5px;
}
.sk_store_coupon_list .coupon-progress .progress-wrap .progress-bg {
  display: block;
  position: relative;
  width: 100px;
  height: 9px;
  border-radius: 5px;
  background: #eee;
}
.sk_store_coupon_list .coupon-progress .progress-wrap .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  border-radius: 5px;
  background: #4BB3BB;
  width: 0;
  transition: 0.3s;
}
/*门店优惠券 end*/
.sk_zwInfo {
  text-align: center;
}
.sk_zwInfo img {
  width: 130px;
}
.sk_orders .text {
  color: #666;
  font-size: 18px;
  text-align: center;
}
/*优惠券中心*/
.sk_coupon_banner {
  height: 330px;
  background-color: #7dd8d0;
  /* background: url(../../images/sk_coupon_ban.jpg) no-repeat center center; */
  text-align: center;
  padding-top: 90px;
}
.sk_coupon_banner h1 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.sk_coupon_banner a {
  color: #d62829;
  background: #fff;
  font-size: 24px;
  height: 52px;
  width: 245px;
  display: block;
  line-height: 52px;
  border-radius: 52px;
  box-shadow: 0 0 10px 1px rgba(92, 0, 1, 0.4);
}
.sk_coupon_banner a span {
  background: url(../../images/ic_51.png) no-repeat left 6px;
  padding-left: 45px;
}
.sk_coupon_list {
  width: 1200px;
  margin-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}
.sk_coupon_list ul {
  overflow: hidden;
  padding-bottom: 20px;
}
.sk_coupon_list ul li {
  float: left;
  width: 282px;
  height: 211px;
  margin-bottom: 14px;
  background: url(../../images/coupon_1.png) no-repeat center center;
  margin-right: 24px;
}
.sk_coupon_list ul li:nth-child(4n) {
  margin-right: 0;
}
.sk_coupon_list ul li.received {
  background: url(../../images/coupon_2.png) no-repeat center center;
}
.sk_coupon_list ul li.robbed {
  background: url(../../images/coupon_3.png) no-repeat center center;
}
.sk_coupon_list ul li.q_guang {
  background: url(../../images/coupon_4.png) no-repeat center center;
}
.sk_coupon_list ul li.received .sk_coupon_box a.now_qiang {
  display: none;
}
.sk_coupon_list ul li .sk_coupon_box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 190px;
  padding: 20px;
}
.sk_coupon_list ul li .sk_coupon_box .tit {
  font-size: 14px;
  color: #fff;
}
.sk_coupon_list ul li .sk_coupon_box .tit font {
  font-weight: bold;
  font-size: 36px;
}
.sk_coupon_list ul li .sk_coupon_box .tit span {
  padding-left: 10px;
}
.sk_coupon_list ul li .sk_coupon_box .m_fan {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  word-break: break-word;
  white-space: nowrap;
}
.sk_coupon_list ul li .sk_coupon_box .m_hide {
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
  transition: 0.3s all ease;
  height: 65px;
  word-break: break-word;
  white-space: nowrap;
}
.sk_coupon_list ul li .sk_coupon_box .m_hide h3 {
  color: #fff;
  opacity: 0.8;
}
.sk_coupon_list ul li .sk_coupon_box a.now_qiang {
  background: #fff;
  color: #fff;
  border-radius: 40px;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 30px auto 0;
  display: block;
  font-family: "Microsoft Yahei";
  font-weight: 700;
  color: #e3af73;
  font-size: 16px;
  transition: 0.3s all ease;
  position: relative;
  z-index: 10;
}
.sk_coupon_list ul li.coupon .sk_coupon_box:hover .m_hide {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
.sk_coupon_list ul li.coupon .sk_coupon_box:hover a.now_qiang {
  margin: -40px auto 0;
}
.sk_coupon_list .coupon-progress {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.sk_coupon_list .coupon-progress .txt {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  display: block;
  font-family: "Microsoft Yahei";
}
.sk_coupon_list .coupon-progress .txt span {
  font-size: 12px;
  opacity: 0.8;
}
.sk_coupon_list .coupon-progress .txt font {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-family: "Arail";
}
.sk_coupon_list .coupon-progress .progress-wrap {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 4px;
  margin-top: 5px;
  border-radius: 5px;
}
.sk_coupon_list .coupon-progress .progress-wrap .progress-bg {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #a57e52;
}
.sk_coupon_list .coupon-progress .progress-wrap .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 5px;
  background: #ffffff;
  width: 0;
  transition: 0.3s;
}
/*优惠券*/
.sk_coupon {
  padding-bottom: 2rem;
  overflow: hidden;
  background: #f4f4f4;
  display: none;
  min-height: 100vh;
}
.sk_coupon .sk_coupon_item {
  margin: 1rem 3%;
  margin-bottom: 0.24rem;
  margin-bottom: 2.4vw;
  border: none;
  border-radius: 0.08rem;
  border-radius: 0.8vw;
  box-shadow: 0 0.013333rem 0.026667rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.133333vw 0.266667vw rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}
.sk_coupon .sk_coupon_item .sk_coupon_main {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem 0;
}
.sk_coupon_main_price {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 3.013333rem;
  -webkit-flex: 0 0 30.133333vw;
  flex: 0 0 3.013333rem;
  flex: 0 0 30.133333vw;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  justify-content: center;
  width: 2.6rem;
  width: 26vw;
  color: #ff0025;
}
.sk_coupon_main_price span:first-child {
  font-weight: 700;
  font-size: 1.464rem;
}
.sk_coupon_main_price span:first-child:before {
  margin-right: 0.04rem;
  margin-right: 0.4vw;
  content: "\A5";
  font-size: 0.4rem;
  vertical-align: super;
  margin-top: 0.066667rem;
  margin-top: 0.666667vw;
  position: relative;
  top: 0.04rem;
  top: 0.4vw;
}
.sk_coupon_main_price_info {
  text-align: center;
  font-size: 0.878rem;
  color: #666;
}
.sk_coupon_main_cont {
  padding: 0 1rem;
  border-right: 2px solid #f4f4f4;
  -webkit-flex: 1;
  flex: 1;
}
.sk_coupon_main_cont_tit {
  margin-bottom: 0.133333rem;
  margin-bottom: 1.333333vw;
  font-weight: 700;
  font-size: 0.87rem;
  line-height: 0.533333rem;
  line-height: 5.333333vw;
  color: #333;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sk_coupon_main_cont_price span {
  color: #ff0025;
}
.sk_coupon_main_cont_price span font {
  font-size: 1.464rem;
  font-weight: bold;
}
.sk_coupon_main_cont p {
  display: inline-block;
  padding-left: 0.5rem;
}
.sk_coupon_item.robbed .sk_coupon_main:after {
  content: "";
  width: 4rem;
  height: 100%;
  top: 0;
  right: 1rem;
  position: absolute;
  background: url(../../images/phone/coupon/coupon_3.png) no-repeat center center;
  background-size: 4rem 4rem;
}
.sk_coupon_item.robbed .sk_coupon_main_an span {
  display: none;
}
.sk_coupon_item.robbed .sk_coupon_main_an a {
  display: none;
}
.sk_coupon_item.received .sk_coupon_main:after {
  content: "";
  width: 4rem;
  height: 100%;
  top: 0;
  right: 1rem;
  position: absolute;
  background: url(../../images/phone/coupon/coupon_2.png) no-repeat center center;
  background-size: 4rem 4rem;
}
.sk_coupon_item.received .sk_coupon_main_an span {
  display: none;
}
.sk_coupon_item.received .sk_coupon_main_an a {
  display: none;
}
.sk_coupon_item.received .circle {
  display: none;
}
/*可使用*/
.sk_coupon_item.sk_vouchers {
  padding-bottom: 0;
}
.sk_coupon_item.sk_vouchers .sk_coupon_main:after {
  content: "";
  width: 4rem;
  height: 100%;
  top: 0;
  right: 1rem;
  position: absolute;
  background: url(../../images/phone/coupon/coupon_1.png) no-repeat center center;
  background-size: 4rem 4rem;
}
/*可使用 end*/
/*已过期*/
.sk_coupon_item.sk_overdue .sk_coupon_main:after {
  content: "";
  width: 4rem;
  height: 100%;
  top: 0;
  right: 1rem;
  position: absolute;
  background: url(../../images/phone/coupon/coupon_4.png) no-repeat center center;
  background-size: 4rem 4rem;
}
/*已过期 end*/
/*已使用*/
.sk_coupon_item.sk_take .sk_coupon_main:after {
  content: "";
  width: 4rem;
  height: 100%;
  top: 0;
  right: 1rem;
  position: absolute;
  background: url(../../images/phone/coupon/coupon_5.png) no-repeat center center;
  background-size: 4rem 4rem;
}
/*已使用 end*/
.circle {
  width: 5rem;
  height: 3.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle canvas {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.drawProgressbg {
  z-index: 1;
  height: 5rem;
}
.drawCircle {
  z-index: 2;
  height: 5rem;
}
.circle .text {
  font-size: 0.732rem;
  line-height: 1rem;
}
.circle .text span {
  display: block;
  font-size: 0.732rem;
  line-height: 1rem;
  padding: 0;
  color: #f23030;
}
.HongbaoMain-nameText_3fVFYtU {
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sk_coupon_main_cont_list {
  color: #666;
  font-size: 0.878rem;
}
.sk_coupon_main_cont_list li {
  overflow: hidden;
  text-align: left;
}
.sk_coupon_main_an {
  width: 6rem;
  text-align: center;
  padding: 0 0.5rem;
}
/* .sk_coupon_main_an span {display: block;line-height: 1.4rem;padding-bottom: 0.5rem;font-size: 0.878rem;} */
.sk_coupon_main_an a {
  background-color: #ff3a48;
  border-radius: 13.333333vw;
  color: #fff;
  font-size: 0.805rem;
  padding: 0.106667rem 0.28rem;
  padding: 1.066667vw 2.8vw;
  margin-top: 0.3rem;
  display: block;
}
.sk_coupon_main_an.active a {
  background: #ccc;
}
.HongbaoMain-actionTip_25B6Gb5 {
  color: #ff0025;
  font-size: 0.293333rem;
  text-align: center;
  margin-bottom: 0.106667rem;
  margin-bottom: 1.066667vw;
  line-height: 0.346667rem;
  line-height: 3.466667vw;
}
.sk_coupon_footer {
  position: relative;
  padding: 0.266667rem 0.4rem;
  padding: 2.666667vw 4vw;
  border-top: 0.013333rem dashed #ddd;
  border-top: 0.133333vw dashed #ddd;
  background: #fcfcfc;
  color: #666;
  border-bottom-left-radius: 0.053333rem;
  border-bottom-left-radius: 0.533333vw;
  border-bottom-right-radius: 0.053333rem;
  border-bottom-right-radius: 0.533333vw;
}
.sk_coupon_footer h3 {
  float: right;
}
.sk_coupon_footer:after,
.sk_coupon_footer:before {
  position: absolute;
  top: -0.146667rem;
  top: -1.466667vw;
  z-index: 10;
  display: block;
  width: 0.146667rem;
  width: 1.466667vw;
  height: 0.293333rem;
  height: 2.933333vw;
  background: #f4f4f4;
  content: "";
}
.sk_coupon_footer:before {
  left: -0.026667rem;
  left: -0.266667vw;
  border-right: 0.013333rem solid #ddd;
  border-right: 0.133333vw solid #ddd;
  border-top-right-radius: 0.146667rem;
  border-top-right-radius: 1.466667vw;
  border-bottom-right-radius: 0.146667rem;
  border-bottom-right-radius: 1.466667vw;
}
.sk_coupon_footer:after {
  right: -0.026667rem;
  right: -0.266667vw;
  border-left: 0.013333rem solid #ddd;
  border-left: 0.133333vw solid #ddd;
  border-top-left-radius: 0.146667rem;
  border-top-left-radius: 1.466667vw;
  border-bottom-left-radius: 0.146667rem;
  border-bottom-left-radius: 1.466667vw;
}
.HongbaoList-extraItem_3NOA0G2 {
  margin: 0.053333rem 0;
  margin: 0.533333vw 0;
  font-size: 0.732rem;
  line-height: 0.32rem;
  line-height: 3.2vw;
  margin-bottom: 0.08rem;
  margin-bottom: 0.8vw;
  display: -webkit-flex;
  display: flex;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.HongbaoList-extraItem_3NOA0G2 font {
  font-weight: bold;
}
.sk_zwInfo {
  text-align: center;
}
.sk_zwInfo .text {
  font-size: 17px;
}
.sk_zwInfo img {
  margin-top: 50px;
  width: 527px;
  height: 376px;
}
/*优惠券 end*/
/*牙医智库*/
.sk_tank {
  overflow: hidden;
  width: 1200px;
  padding-bottom: 60px;
}
.sk_tank .sk_tank_fl {
  width: 255px;
  overflow: hidden;
  border-bottom: 4px solid #007cff;
}
.sk_tank .sk_tank_fl strong {
  color: #fff;
  background: #42a5f6;
  overflow: hidden;
  line-height: 64px;
  height: 64px;
  display: block;
  background-color: #007cff;
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, #00adff, #007cff);
  background-image: -webkit-linear-gradient(left, #00adff, #007cff);
  background-image: -o-linear-gradient(left, #00adff, #007cff);
  background-image: linear-gradient(left, #00adff, #007cff);
  position: relative;
}
.sk_tank .sk_tank_fl strong h3 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
}
.sk_tank .sk_tank_fl ul {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background: #FFF;
}
.sk_tank .sk_tank_fl ul li {
  height: auto;
  overflow: hidden;
  min-height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-bottom: 1px dashed #ebebeb;
}
.sk_tank .sk_tank_fl ul li a {
  color: #3c3d41;
  font-family: "微软雅黑";
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.sk_tank .sk_tank_fl ul li.active a {
  color: #007cff;
}
.sk_tank .sk_tank_fl ul li:hover a {
  color: #007cff;
}
.sk_tank .sk_tank_fl ul li:last-child {
  border-bottom: 0;
}
.sk_tank_fr {
  width: 915px;
  overflow: hidden;
  background: #fff;
}
.sk_tank_fr .knowledge_page_tit {
  padding-left: 70px;
  background: url(../../images/ic_54.png) no-repeat 25px center;
}
.knowledge_page_tit span {
  color: #4BB3BB;
}
.sk_tank_fr .knowledge_info {
  padding: 0 25px;
  overflow: hidden;
  padding-bottom: 20px;
}
.sk_tank_fr .knowledge_info ul li .knowledge_info_cont {
  width: 643px;
}
.sk_tank_page {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
.sk_tank_page span {
  padding: 10px 16px;
  border: 1px solid #e7e7e7;
  color: white;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-color: #A42127;
}
.search_page .current {
  background-color: #56d6b4 !important;
  border: none;
}
.sk_tank_page a {
  padding: 10px 16px;
  color: #1f1f1f;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.sk_tank_page a:hover {
  background: #A42127;
  color: #fff;
  border: none;
}
/*牙医智库 end*/
/*问答资讯*/
.sk_problem_body {
  padding: 0 25px 55px;
  overflow: hidden;
}
.sk_problem_form {
  overflow: hidden;
  padding-top: 25px;
}
.sk_problem_form textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  padding: 30px;
  border-radius: 10px;
  resize: none;
  color: #666;
  line-height: 24px;
}
.sk_problem_form p {
  color: #999;
  line-height: 24px;
  padding-left: 10px;
}
.sk_problem_form .sk_problem_block {
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
}
.sk_problem_form .sk_problem_block .sk_problem_sub {
  background: #4BB3BB;
  font-size: 14px;
  width: 255px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
}
.sk_problem_list {
  overflow: hidden;
}
.sk_problem_list ul {
  padding-bottom: 10px;
  overflow: hidden;
}
.sk_problem_list ul li {
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.sk_problem_list ul li:last-child {
  border-bottom: 0;
}
.sk_problem_list ul li .sk_page_answer_info_tit {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  padding: 0px 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sk_problem_list ul li .sk_page_answer_info_tit h3 {
  float: left;
  color: #444444;
  font-size: 16px;
  background: url(../../images/icon_11.png) no-repeat left center;
  padding-left: 40px;
  height: 24px;
  line-height: 24px;
  margin: 0;
}
.sk_problem_list ul li .sk_page_answer_info_tit h3:hover {
  color: #A42127;
}
.sk_problem_list ul li .sk_page_answer_info_tit span {
  float: right;
  color: #8d8d8d;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 auto;
}
.sk_problem_list ul li .sk_page_answer_info_tit .time {
  color: #8d8d8d;
  font-size: 14px;
  margin: 0 0 0 10px;
}
.sk_problem_list ul li .info {
  background: url(../../images/icon_12.png) no-repeat left 0px;
  padding-left: 40px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.sk_problem_list ul li .know-info_knob {
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  padding-left: 40px;
  padding-top: 20px;
}
.sk_problem_list ul li .know-info_knob span {
  padding-left: 25px;
  margin-right: 20px;
  float: left;
  height: 14px;
  line-height: 14px;
}
.sk_problem_list ul li .know-info_knob span.pl {
  background: url(../../images/icon_14.png) no-repeat left center;
}
.sk_problem_list ul li .know-info_knob span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
}
.sk_problem_list_cont {
  background: #f9f9f9;
  padding: 25px;
}
/*问答资讯 end*/
/*搜索*/
.search_cont {
  width: 1140px;
  padding-bottom: 60px;
  min-height: 500px;
  overflow: hidden;
}
.search_cont ul li {
  line-height: 60px;
  border-bottom: 1px dashed #dcdcdc;
  color: #666666;
  font-size: 14px;
  padding-left: 25px;
}
.search_cont ul li a {
  color: #666666;
}
.search_cont ul li a:hover {
  color: #4BB3BB;
}
/*搜索end*/
.sk_experts_db_tit {
  overflow: hidden;
}
.sk_experts_db_tit h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.sk_experts_db_tit span {
  border-left: 4px solid #007cff;
  font-size: 20px;
  color: #007cff;
  padding-left: 10px;
}
.sk_experts_db_list {
  overflow: hidden;
}
.sk_experts_db_list ul li {
  color: #444444;
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.sk_experts_db_list ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sk_experts_db_list ul li h3 {
  color: #444444;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_experts_db_list ul li span {
  color: #888888;
  float: right;
}
.sk_experts_db_list ul li h3:hover {
  color: #007cff;
}
.sk_take_ban {
  width: 100%;
  height: 579px;
  background: url(../../images/r_1.png) no-repeat center center;
  position: relative;
}
.sk_take_ban_tit {
  text-align: center;
  padding-top: 100px;
  width: 1200px;
  overflow: hidden;
  font-size: 50px;
  color: #5ab2b9;
  font-weight: 600;
}
.sk_take_list {
  overflow: hidden;
  padding-top: 65px;
  width: 1200px;
}
.sk_take_list ul li {
  padding: 0 55px;
  color: #5ab2b9;
  font-size: 18px;
  float: left;
  text-align: center;
  position: relative;
  width: 400px;
}
.sk_take_list ul li h3 .nub {
  font-size: 80px;
  color: #5ab2b9;
  font-family: "DINCond-Bold.otf";
}
.sk_take_list ul li h3 font {
  font-size: 32px;
  padding-left: 10px;
}
.sk_take_list ul li .pd {
  font-weight: bold;
}
.sk_take_list ul li:not(:last-child):after {
  content: "";
  border-right: 1px solid #97a2ab;
  position: absolute;
  width: 1px;
  bottom: 9px;
  right: 3px;
  height: 80px;
}
.sk_take_an {
  overflow: hidden;
  padding-top: 70px;
}
.sk_take_an a {
  display: block;
  width: 300px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 80px;
  color: #ffffff;
  font-size: 32px;
  background: #53b2ba;
}
.sk_take_down {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.sk_intro_advantages {
  overflow: hidden;
  padding-bottom: 100px;
}
.sk_intro_advantages_cont {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}
.sk_intro_advantages_tit {
  text-align: center;
}
.sk_intro_advantages_tit:after {
  content: '';
  width: 60px;
  height: 4px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #009bff;
  border-radius: 100px;
}
.sk_intro_advantages_tit h3 {
  font-size: 28px;
  color: #333;
}
.sk_intro_advantages_tit span {
  display: block;
  font-size: 14px;
  color: #616D71;
  margin-top: 10px;
}
.sk_intro_advantages_list {
  margin-top: 60px;
}
.sk_intro_advantages_list li {
  text-align: center;
  width: 25%;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
  cursor: default;
  float: left;
}
.sk_intro_advantages_list li:hover {
  top: -20px;
}
.sk_intro_advantages_list .sk_intro_imgBox {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.sk_intro_advantages_list .sk_intro_imgBox img {
  width: 100%;
  height: 100%;
}
.sk_intro_advantages_list .sk_intro_info {
  margin-top: 10px;
}
.sk_intro_advantages_list .sk_intro_info h3 {
  font-size: 18px;
  color: #333;
}
.sk_intro_advantages_list .sk_intro_info span {
  font-size: 14px;
  display: block;
  color: #616D71;
  width: 182px;
  margin: 0 auto;
  margin-top: 10px;
}
.sk_intro_cooperationcase {
  overflow: hidden;
  background: #f9f9f9;
  padding-bottom: 110px;
  position: relative;
}
.sk_intro_cooperationcase_list {
  margin-top: 50px;
  position: relative;
}
.sk_intro_cooperationcase_list ul li {
  float: left;
  width: 300px;
  background: #fff;
  box-shadow: 0 3px 10px 0px rgba(8, 1, 3, 0.08);
  border-radius: 10px;
  position: relative;
}
.sk_intro_cooperationcase_list ul li:nth-child(2) {
  margin: 0 50px;
}
.sk_intro_cooperationcase_list .sk_intro_imgBox {
  height: 140px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sk_intro_cooperationcase_list .sk_intro_imgBox img {
  width: 100%;
  height: 100%;
}
.sk_intro_cooperationcase_list .sk_intro_info {
  height: 210px;
  padding: 0 20px;
  text-align: center;
}
.sk_intro_cooperationcase_list .sk_intro_info h3 {
  color: #333333;
  font-size: 18px;
  padding: 40px 0 20px;
}
.sk_intro_cooperationcase_list .sk_intro_info span {
  color: #616d71;
  font-size: 14px;
  line-height: 24px;
}
.sk_intro_flow_body {
  padding-top: 60px;
  padding-bottom: 100px;
}
.sk_intro_flow_body ul {
  margin: 0 auto;
}
.sk_intro_flow_body ul li {
  display: inline-block;
  position: relative;
  cursor: default;
}
.sk_intro_flow_body ul li.intro__first-flow {
  margin-right: 100px;
}
.sk_intro_flow_body ul li.intro__first-flow .sk_intro_flowArrow {
  top: 75px;
  left: 105px;
}
.sk_intro_flow_body ul li.intro__second-flow {
  margin-right: 63px;
}
.sk_intro_flow_body ul li.intro__second-flow .sk_intro_flowArrow {
  left: 165px;
  top: 20px;
}
.sk_intro_flow_body ul li.intro__third-flow {
  margin-right: 0;
}
.intro__first-flow .sk_intro_imgBox {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.intro__first-flow .sk_intro_imgBox img {
  width: 100%;
  height: 100%;
}
.intro__second-flow .sk_intro_imgBox {
  width: 170px;
  height: 120px;
}
.intro__second-flow .sk_intro_imgBox img {
  width: 100%;
  height: 100%;
}
.intro__third-flow .sk_intro_imgBox {
  width: 120px;
  height: 120px;
}
.intro__third-flow .sk_intro_imgBox img {
  width: 100%;
  height: 100%;
}
.sk_intro_flowList {
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.sk_intro_flowList:hover {
  top: -20px;
}
.sk_intro_flow_body ul {
  text-align: center;
}
.sk_intro_flow_body ul li.intro__first-flow .sk_intro_flowArrow {
  position: absolute;
  top: 75px;
  left: 105px;
}
.sk_intro_flowArrow {
  width: 125px;
  height: 25px;
  position: absolute;
}
.sk_intro_flowArrow img {
  width: 100%;
  height: 100%;
}
.sk_intro_flow_body ul li .sk_intro_info {
  margin-top: 20px;
  text-align: center;
}
.sk_intro_flow_body ul li .sk_intro_info h3 {
  font-size: 18px;
  color: #333;
}
.sk_intro_flow_body ul li .sk_intro_info span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #616d71;
  line-height: 22px;
}
.sk_intro_question {
  overflow: hidden;
  background: #f9f9f9;
  padding-bottom: 110px;
  position: relative;
}
.sk_intro_question_body {
  margin-top: 80px;
}
.sk_intro_question_left {
  margin-right: 140px;
  width: 430px;
  float: left;
}
.sk_intro_question_right {
  width: 430px;
  float: left;
}
.sk_intro_question_item {
  margin-bottom: 40px;
  text-align: left;
  cursor: default;
}
.sk_intro_question_tit {
  font-size: 18px;
  color: #333;
}
.sk_intro_question_tit img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.sk_intro_question_answer {
  font-size: 14px;
  color: #616d71;
  line-height: 24px;
  margin-top: 10px;
  margin-left: 34px;
}
.sk_intro_foot {
  background: #001b2f;
  text-align: center;
  overflow: hidden;
  padding-bottom: 80px;
}
.sk_intro_foot_tit {
  font-size: 45px;
  font-weight: 600;
  color: #53b2ba;
  padding-top: 80px;
}
.sk_intro_foot_tel {
  color: #e2e7eb;
  padding: 30px 0 20px;
  font-size: 18px;
}
.sk_intro_foot_tel font {
  font-weight: bold;
}
.sk_intro_foot_btn {
  overflow: hidden;
}
.sk_intro_foot_btn a {
  display: block;
  width: 300px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 80px;
  color: #ffffff;
  font-size: 32px;
  background-color: #5ab2b9;
}
.sk_take_down_block {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}
.sk_coop_banner {
  height: 293px;
  background: url(../../images/ban_4.png) no-repeat center center #f8f8f8;
}
.sk_coop_tit {
  width: 100%;
  background: url(../../images/tit_10.png) no-repeat center top;
  height: 142px;
}
.sk_coop_join {
  overflow: hidden;
  padding: 0 0 70px;
  width: 1200px;
}
.sk_coop_join_img {
  text-align: center;
  color: #888;
}
.sk_coop_join .sk_coop_join_info {
  text-align: center;
  color: #007cff;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 10px;
}
.sk_coop_join ul {
  overflow: hidden;
  padding-top: 30px;
}
.sk_coop_join ul li {
  padding-left: 100px;
  font-size: 18px;
  color: #999999;
  line-height: 105px;
  float: left;
  width: 590px;
  margin: 0 5px;
  border-top: 4px solid #00adff;
  height: 105px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  background: url(../../images/icon_28.png) no-repeat 40px center #ffffff;
}
.sk_coop_join ul li:first-child + li {
  border-top: 4px solid #00adff;
  background: url(../../images/icon_29.png) no-repeat 40px center #ffffff;
}
.sk_coop_tit1 {
  width: 100%;
  background: url(../../images/tit_11.png) no-repeat center top;
  height: 142px;
}
/* 单页 */
.sk_Single_page {
  background: #fff;
  overflow: hidden;
  padding: 77px 0;
}
.sk_Single_page .lianxiwomen_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}
.sk_Single_page .lianxiwomen_bottom {
  display: flex;
  justify-content: space-evenly;
}
.sk_Single_page .small_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.sk_Single_page .small_box img {
  width: 70px;
  height: 70px;
  margin: 0;
  margin-right: 18px;
}
.sk_Single_page .small_box div {
  margin: 0;
}
.sk_Single_page .small_box div p:first-of-type {
  font-size: 23.26px;
  font-weight: 600;
  color: #3D3D3D;
  margin-bottom: 5px;
}
.sk_Single_page .small_box div p:last-of-type {
  font-size: 16.28px;
  color: #999999;
}
.sk_Single_page_tit {
  font-size: 26px;
  line-height: 1.625em;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 1em;
}
.sk_Single_page_info {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  color: #3D3D3D;
  display: flex;
  font-family: PingFang SC;
}
.sk_Single_page_info .title {
  color: #A42127;
  font-weight: 600;
  width: 100px;
  padding-left: 7px;
  background-image: url(../../images/01www/curcle_icon.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sk_Single_page_info .job_list {
  display: flex;
  justify-content: space-between;
}
.sk_Single_page_info .job_list span {
  padding: 11px 23px;
  border-radius: 10px;
  background: #F7F7F7;
  font-size: 20px;
  line-height: 32px;
  color: #3D3D3D;
  margin: 0;
}
.sk_Single_page_info .job_info {
  display: flex;
  align-items: center;
}
.sk_Single_page_info .job_info img {
  margin: 0;
}
.sk_Single_page_info .job_info img:first-of-type {
  width: 18.22px;
  height: 17.31px;
}
.sk_Single_page_info .job_info img:last-of-type {
  width: 21.14px;
  height: 16.65px;
  margin-left: 41px;
}
.sk_Single_page_info .job_info span {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #3D3D3D;
  margin-left: 9.5px;
}
.sk_Single_page_info .info_line {
  border-bottom: 1px solid #D8D8D8;
  margin: 39px 0;
}
.sk_Single_page_info .info {
  flex: 1;
  margin-left: 10px;
}
/* 单页 end*/
.sk_columns_fl {
  float: left;
  width: 33.33333333%;
}
.sk_columns_fr {
  float: left;
  width: 66.66666667%;
}
.sk_columns_fl h3 {
  font-size: 20px;
  font-weight: 500;
  color: #68747F;
}
.sk_columns_list ul li {
  float: left;
  width: 48%;
  margin-bottom: 30px;
  height: 70px;
}
.sk_columns_list ul li:last-child {
  width: 100%;
}
.sk_columns_list ul li:nth-child(2n) {
  width: 52%;
}
.sk_columns_list ul li h3 {
  font-size: 16px;
  color: #68747f;
  margin-bottom: 10px;
}
.sk_columns_list ul li span {
  font-size: 14px;
  color: #68747F;
  display: block;
}
/*常见问题*/
.sk_Single_text {
  width: 1080px;
  overflow: hidden;
}
.sk_Single_text ul {
  list-style: disc outside;
}
.sk_Single_text ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.sk_Single_text ul li h3 {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.sk_Single_text ul li h3:after {
  content: "·";
  float: left;
  font-size: 24px;
  line-height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.sk_Single_text ul li a {
  color: #4BB3BB;
  transition: all 0.2s;
}
.sk_Single_text ul li a:hover {
  color: #363636;
}
.sk_Single_text ul li div {
  font-size: 14px;
  padding-left: 15px;
  display: none;
  padding-top: 10px;
  overflow: hidden;
}
/*常见问题 end*/
.sk_Single_join {
  width: 800px;
}
.sk_Single_join_fl {
  float: left;
  width: 200px;
}
.sk_Single_join_fl ul li {
  border: solid 0.0625rem transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 20px;
}
.sk_Single_join_fl ul li a {
  color: #616076;
  display: block;
  padding-top: 0.575em;
  padding-left: 1.25rem;
  padding-bottom: 0.575em;
  position: relative;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sk_Single_join_fl ul li.active {
  border: solid 0.0625rem rgba(0, 0, 0, 0.12);
}
.sk_Single_join_fl ul li.active a {
  color: #4BB3BB;
  background: none;
}
.sk_Single_join_fl ul li.active a:after {
  border: solid 0.0625rem #a1a6ab;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  margin-top: -0.25rem;
  right: 1.125em;
  top: 50%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.sk_Single_join_fr {
  float: right;
  width: 560px;
}
.jobs-item {
  border: 1px solid #e4e4e4;
  padding: 30px 40px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.jobs-item:hover {
  border: 1px solid transparent;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);
}
.jobs-item:hover .level-right .more-link {
  color: #4BB3BB;
}
.jobs-item h6 {
  margin-bottom: 10px;
  color: #3e464c;
  font-size: 16px;
}
.level {
  overflow: hidden;
  font-size: 16px;
}
.jobs-item .level-left {
  color: #a1a6ab;
  float: left;
}
.jobs-item .level-right {
  float: right;
}
.jobs-item .level-right .more-link {
  color: #a1a6ab;
}
.jobs-item .level-right .more-link:hover {
  color: #4BB3BB;
}
.sk_Single_join_info {
  width: 800px;
}
.sk_Single_join_info .more-link {
  color: #4BB3BB;
  transition: all 0.2s;
}
.sk_Single_join_info .more-link:hover {
  color: #363636;
}
.sk_Single_join_info hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}
.sk_Single_join_info_tit {
  overflow: hidden;
}
.sk_Single_join_info_tit .sk_Single_join_info_tit-left {
  float: left;
  font-size: 20px;
  line-height: 1.6;
}
.sk_Single_join_info_tit .sk_Single_join_info_tit-right {
  float: right;
  font-size: 16px;
  color: #68747f;
  line-height: 2.2;
}
.sk_Single_join_info_cont {
  padding: 20px 0;
  color: #68747f;
}
.sk_Single_join_info_cont strong {
  font-weight: bold;
}
.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  color: #68747f;
}
.button.is-primary {
  background-color: #00a971;
  border-color: transparent;
  color: #fff;
  font-size: 1.25rem;
}
.sk_Single_join_an {
  color: #999;
}
.sk_Single_join_an p {
  font-size: 12px;
  display: inline-block;
}
.sk_Single_join_a {
  padding-top: 10px;
  overflow: hidden;
}
.sk_Single_join_a input#Button1 {
  border: none;
  width: 180px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #4BB3BB;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
}
.sk_Single_join_an .layui-btn {
  background: none !important;
  color: #999;
  border: 1px solid #DFDFDF;
}
.sk_Single_join_an .layui-btn i {
  margin-right: 5px;
  vertical-align: top;
  font-size: 22px;
  color: #4BB3BB;
}
.sk_Single_join_an .layui-btn:hover {
  border-color: #999;
  color: #333;
}
.index_plat_cont ul li {
  text-align: center;
  height: 200px;
  margin: 0px;
  background: #fff;
}
.index_plat_cont ul li span {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  margin-top: 57px;
  margin-bottom: 10px;
}
.index_plat_cont ul {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  justify-content: space-between;
}
.index_plat_cont ul li h3 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.index_plat_cont ul li h3 a {
  color: #000;
}
.index_plat_cont ul li h3 a:hover {
  color: #4BB3BB;
}
.index_plat_cont ul li p {
  font-size: 12px;
}
.index_plat_cont ul li:first-child span {
  background: url(../../images/ptys/1.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(2) span {
  background: url(../../images/ptys/2.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(3) span {
  background: url(../../images/ptys/3.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(4) span {
  background: url(../../images/ptys/4.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(5) span {
  background: url(../../images/ptys/5.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(6) span {
  background: url(../../images/ptys/6.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(7) span {
  background: url(../../images/ptys/7.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(8) span {
  background: url(../../images/ptys/8.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(9) span {
  background: url(../../images/ptys/9.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(10) span {
  background: url(../../images/ptys/10.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(11) span {
  background: url(../../images/ptys/11.png) no-repeat center center;
}
.index_plat_cont ul li:nth-child(12) span {
  background: url(../../images/ptys/12.png) no-repeat center center;
}
/*答疑解惑*/
.sk_knowledge_first {
  overflow: hidden;
  padding-bottom: 20px;
}
.sk_knowledge_first_fl {
  float: left;
  width: 786px;
}
.sk_knowledge_first .knowledge_banner .fl {
  width: 385px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 317px;
}
.sk_knowledge_first .knowledge_banner .fl .item {
  position: relative;
  overflow: hidden;
  display: block;
  background: #fff;
  height: 317px;
}
.sk_knowledge_first .knowledge_banner .fl .item .img {
  width: 100%;
  height: 317px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sk_knowledge_first .knowledge_banner .fl .item img {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.sk_knowledge_first .knowledge_banner .fl .item .title {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 9;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 60px 0 15px;
  transition: all 0.3s ease-in-out;
}
.sk_knowledge_first .knowledge_banner .fl .item .title .label {
  margin-right: 10px;
  float: left;
  color: #444444;
  height: 20px;
  width: 37px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
}
.sk_knowledge_first .knowledge_banner .fl .swiper-slide-active .item .title {
  bottom: 0;
}
.sk_knowledge_first .knowledge_banner .fl .item .title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.knowledgeBtn_tabs.knowledgeBtn1_tabs li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1000;
  color: #b6b9c3;
  color: transparent;
}
.knowledgeBtn_tabs.knowledgeBtn1_tabs li.knowledgeBtn_here {
  background: #4BB3BB;
}
.pagination-knowledge {
  position: absolute;
  z-index: 100;
  text-align: right;
  right: 20px;
  bottom: 20px;
}
.pagination-knowledge .swiper-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  position: relative;
  background: #ffffff;
  opacity: 1;
}
.pagination-knowledge .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4BB3BB;
}
.sk_knowledge_first img,
.sk_knowledge_first .img {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.sk_knowledge_first img:hover,
.sk_knowledge_first .knowledge_banner .fl .item:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sk_knowledge_first .knowledge_banner {
  overflow: hidden;
}
.sk_knowledge_first .knowledge_banner .fr {
  width: 385px;
  height: 317px;
}
.sk_knowledge_first .knowledge_banner .fr .knowledge_banner_box {
  height: 187px;
}
.sk_knowledge_first .knowledge_banner .fr .knowledge_banner_box .box {
  display: none;
}
.sk_knowledge_first .knowledge_banner .fr .knowledge_banner_box .box:first-child {
  display: block;
}
.sk_knowledge_first .knowledge_banner .fr .knowledge_banner_box .title {
  font-size: 24px;
  color: #3d3d3d;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}
.sk_knowledge_first .knowledge_banner .fr .knowledge_banner_box .title:hover {
  color: #4BB3BB;
}
.sk_knowledge_first .knowledge_banner .fr .knowledge_banner_box .info {
  font-size: 14px;
  color: #999999;
  line-height: 1.7;
  text-transform: uppercase;
  margin: 10px 0;
}
.sk_knowledge_first .knowledge_banner .fr .knowledge_banner_box .knowledge_info_label span {
  color: #3d3d3d;
}
.sk_knowledge_first .knowledge_banner .fr .list {
  margin-top: 2px;
}
.sk_knowledge_first .knowledge_banner .fr .list .iteam {
  overflow: hidden;
  padding: 13px 0;
  border-bottom: 1px solid #e7e7e7;
}
.sk_knowledge_first .knowledge_banner .fr .list .iteam a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  float: left;
}
.sk_knowledge_first .knowledge_banner .fr .list .iteam a.label {
  color: #4BB3BB;
  position: relative;
  padding-right: 10px;
  margin-right: 8px;
}
.sk_knowledge_first .knowledge_banner .fr .list .iteam a.label::after {
  position: absolute;
  content: "";
  width: 2px;
  background: #b5b5b5;
  height: 100%;
  right: 0;
  top: 0;
}
.sk_knowledge_first .knowledge_banner .fr .list .iteam a.title:hover {
  text-decoration: underline;
}
.knowledge_banner_footer {
  overflow: hidden;
  margin-top: 15px;
}
.knowledge_banner_footer .iteam {
  float: left;
  width: 185px;
  margin-right: 15px;
}
.knowledge_banner_footer .iteam:last-child {
  margin-right: 0;
}
.knowledge_banner_footer .iteam .img {
  border-radius: 4px;
  overflow: hidden;
  height: 118px;
  position: relative;
}
.knowledge_banner_footer .iteam .img .item-channel {
  border-radius: 1px;
  color: #fff;
  font-size: 13px;
  height: 20px;
  left: 5px;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  top: 5px;
  z-index: 103;
  background: #3989fc;
  border-radius: 3px;
}
.knowledge_banner_footer .iteam .img img {
  width: 100%;
}
.knowledge_banner_footer .iteam .title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}
.knowledge_banner_footer .iteam .title:hover {
  color: #4BB3BB;
}
.sk_knowledge_first_fr {
  float: right;
  width: 396px;
}
.sk_knowledge_top_box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.knowledge_firstTitle {
  overflow: hidden;
  background: #4BB3BB;
  padding: 5px 18px 0;
}
.knowledge_firstTitle span {
  width: 80px;
  height: 46px;
  line-height: 36px;
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.knowledge_firstTitle span.active {
  background: #ffffff;
  color: #4BB3BB;
}
.knowledge_firstList .box {
  overflow: hidden;
  display: none;
}
.knowledge_firstList .box:first-child {
  display: block;
}
.knowledge_firstList .box .iteam {
  padding: 17px 0;
  border-bottom: 1px solid #eeeeee;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../images/ph/top/1.png) no-repeat left center;
  padding-left: 40px;
}
.knowledge_firstList .box .iteam a {
  font-size: 14px;
  color: #444444;
  font-weight: bold;
}
.knowledge_firstList .box .iteam a:hover {
  color: #4BB3BB;
}
.knowledge_firstList .box .iteam:last-child {
  border-bottom: 0;
}
.knowledge_firstList .box .iteam:nth-child(2) {
  background: url(../../images/ph/top/2.png) no-repeat left center;
}
.knowledge_firstList .box .iteam:nth-child(3) {
  background: url(../../images/ph/top/3.png) no-repeat left center;
}
.knowledge_firstList .box .iteam:nth-child(4) {
  background: url(../../images/ph/top/4.png) no-repeat left center;
}
.knowledge_firstList .box .iteam:nth-child(5) {
  background: url(../../images/ph/top/5.png) no-repeat left center;
}
.knowledge_firstList .box .iteam:nth-child(6) {
  background: url(../../images/ph/top/6.png) no-repeat left center;
}
.knowledge_firstList .box .iteam:nth-child(7) {
  background: url(../../images/ph/top/7.png) no-repeat left center;
}
.knowledge_firstList .box .iteam:nth-child(8) {
  background: url(../../images/ph/top/8.png) no-repeat left center;
}
.knowledge_firstList {
  padding: 10px 25px 10px;
  overflow: hidden;
}
.knowledge_firstList .knowledge_info_fr_fl {
  padding-right: 10px;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
}
.knowledge_firstList .knowledge_info_fr_fl a {
  color: #333333;
  display: block;
  padding-bottom: 8px;
}
.knowledge_firstList .knowledge_info_fr_fl a:hover {
  color: #4BB3BB;
}
.knowledge_firstList .knowledge_info_fr_fl font {
  color: #838383;
  font-size: 12px;
}
.knowledge_firstList ul {
  overflow: hidden;
}
.knowledge_firstList ul li {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px dashed #eeeeee;
  background: url(../../images/ph/1.png) no-repeat left center;
  padding-left: 40px;
}
.knowledge_firstList ul li:last-child {
  border-bottom: 0;
}
.knowledge_firstList ul li:nth-child(2) {
  background: url(../../images/ph/2.png) no-repeat left center;
}
.knowledge_firstList ul li:nth-child(3) {
  background: url(../../images/ph/3.png) no-repeat left center;
}
.knowledge_firstList ul li:nth-child(4) {
  background: url(../../images/ph/4.png) no-repeat left center;
}
.knowledge_firstList ul li:nth-child(5) {
  background: url(../../images/ph/5.png) no-repeat left center;
}
.knowledge_firstList ul li:nth-child(6) {
  background: url(../../images/ph/6.png) no-repeat left center;
}
.sk_knowledge_navbar {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1200px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.sk_knowledge_navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sk_knowledge_navbar-container a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 72px;
  line-height: 72px;
  font-size: 18px;
  color: #333;
  margin: 0 20px;
  position: relative;
}
.sk_knowledge_navbar-container a.active {
  border-bottom: 3px solid #4BB3BB;
  color: #4BB3BB;
}
.knowledge_index_info {
  width: 1200px;
  overflow: hidden;
}
.knowledge_index_info_fl {
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}
.knowledge_index_info .skCommon_fl {
  width: 785px;
  float: left;
}
.sk_knowledge {
  overflow: hidden;
  padding-bottom: 70px;
  background: #f9f9f9;
  position: relative;
}
.knowledge_page_tit {
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  border-bottom: 2px solid #4BB3BB;
  padding-left: 25px;
  font-weight: bold;
  font-size: 18px;
}
.knowledge_page_tit a {
  color: #333333;
}
.knowledge_page_tit span a:hover {
  color: #81D8D0;
}
.knowledge_page_tit samp {
  color: #81D8D0;
  padding-right: 5px;
}
.hidden {
  display: none;
}
.more {
  text-align: center;
  overflow: hidden;
  padding-bottom: 30px;
}
.more h3 {
  border: 1px solid #81D8D0;
  width: 160px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #81D8D0;
  cursor: pointer;
}
.more h3:hover {
  background: #81D8D0;
  color: #ffffff;
}
.more p {
  color: #999999;
  font-size: 14px;
}
.knowledge_info {
  padding: 0 25px 30px;
  overflow: hidden;
}
.knowledge_info ul {
  padding-top: 30px;
  overflow: hidden;
}
.knowledge_info ul li {
  overflow: hidden;
  border-bottom: 1px dashed #eeeeee;
  padding: 30px 0;
}
.knowledge_info ul li:first-child {
  padding-top: 0;
}
.knowledge_info ul li .knowledge_info_img {
  width: 222px;
  height: 142px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
}
.knowledge_info ul li .knowledge_info_img img {
  width: 222px;
  min-height: 142px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.knowledge_info ul li .knowledge_info_img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.knowledge_info ul li .knowledge_info_cont {
  padding-left: 20px;
  float: left;
  width: 510px;
}
.knowledge_info ul li .knowledge_info_cont h3 {
  color: #3d464d;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.knowledge_info ul li .knowledge_info_cont h3 a {
  color: #3d464d;
}
.knowledge_info ul li .knowledge_info_cont h3 a:hover {
  color: #4BB3BB;
}
.knowledge_info ul li .knowledge_info_label {
  overflow: hidden;
  padding: 10px 0;
}
.knowledge_info ul li .knowledge_info_label span {
  padding-left: 25px;
  margin-right: 20px;
  float: left;
  height: 16px;
  line-height: 16px;
  color: #999999;
}
.knowledge_info ul li .knowledge_info_label span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
  padding-left: 22px;
  cursor: pointer;
}
.knowledge_info ul li .knowledge_info_label span.liulan {
  background: url(../../images/liulan.png) no-repeat left center;
  padding-left: 28px;
}
.knowledge_info ul li .knowledge_info_label span.time {
  background: url(../../images/ic_17.png) no-repeat left center;
  padding-left: 28px;
}
.knowledge_info ul li .knowledge_info_label span.time {
  background: url(../../images/ic_17.png) no-repeat left center;
  padding-left: 28px;
}
.knowledge_info ul li .knowledge_info_label span.label1 {
  background: url(../../images/biaoqian.png) no-repeat left center;
  padding-left: 32px;
  background-size: auto 12px;
}
.knowledge_info ul li .knowledge_info_label span.label1 a {
  color: #999999;
  float: left;
}
.knowledge_info ul li .knowledge_info_label span.label1 a:hover {
  color: #4BB3BB;
}
.knowledge_info ul li .knowledge_info_label span.label1 a:after {
  content: "、";
  float: right;
  padding-left: 8px;
  color: #999999;
}
.knowledge_info ul li .knowledge_info_label span.label1 a:last-child:after {
  display: none;
}
.knowledge_info ul li.knowledge_info_special .special_img {
  border-radius: 4px;
  overflow: hidden;
}
.knowledge_info ul li.knowledge_info_special img {
  width: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.knowledge_info ul li.knowledge_info_special img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.knowledge_info ul li .knowledge_info_info {
  color: #828a92;
  font-size: 14px;
  padding-top: 5px;
  line-height: 22px;
}
.knowledge_index_info_fl .knowledge_page_tit {
  padding-left: 70px;
  background: url(../../images/ic/s-4.png) no-repeat 25px center;
  background-size: auto 24px;
}
.knowledgeTop .knowledge_page_tit {
  padding-left: 70px;
  background: url(../../images/ic_55.png) no-repeat 25px center;
}
.knowledge_index_info_fr {
  width: 395px;
  float: right;
}
.knowledgeTop {
  background: #ffffff;
  overflow: hidden;
  border-radius: 4px;
}
.knowledgeTop .index_tit {
  background: url(../../images/icon_4.png) no-repeat 25px center;
}
.knowledgeTop .knowledge_info_fr {
  padding: 10px 25px 10px;
  overflow: hidden;
}
.knowledgeTop .knowledge_info_fr .knowledge_info_fr_fl {
  padding-right: 10px;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
}
.knowledgeTop .knowledge_info_fr .knowledge_info_fr_fl a {
  color: #333333;
  display: block;
  padding-bottom: 8px;
}
.knowledgeTop .knowledge_info_fr .knowledge_info_fr_fl a:hover {
  color: #4BB3BB;
}
.knowledgeTop .knowledge_info_fr .knowledge_info_fr_fl font {
  color: #838383;
  font-size: 12px;
}
.knowledgeTop .knowledge_info_fr ul {
  overflow: hidden;
}
.knowledgeTop .knowledge_info_fr ul li {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px dashed #eeeeee;
  background: url(../../images/ph/1.png) no-repeat left center;
  padding-left: 40px;
}
.knowledgeTop .knowledge_info_fr ul li:last-child {
  border-bottom: 0;
}
.knowledgeTop .knowledge_info_fr ul li:nth-child(2) {
  background: url(../../images/ph/2.png) no-repeat left center;
}
.knowledgeTop .knowledge_info_fr ul li:nth-child(3) {
  background: url(../../images/ph/3.png) no-repeat left center;
}
.knowledgeTop .knowledge_info_fr ul li:nth-child(4) {
  background: url(../../images/ph/4.png) no-repeat left center;
}
.knowledgeTop .knowledge_info_fr ul li:nth-child(5) {
  background: url(../../images/ph/5.png) no-repeat left center;
}
.knowledgeTop .knowledge_info_fr ul li:nth-child(6) {
  background: url(../../images/ph/6.png) no-repeat left center;
}
.sk_knowledge .knowledge_con {
  display: grid;
  grid-template-columns: repeat(3, 386px);
  justify-content: space-between;
}
.sk_knowledge .knowledge_con .item_panel {
  width: 100%;
  height: 128px;
  border-radius: 10px;
  margin-bottom: 15px;
}
/*热门标签*/
.labelHot {
  background: #ffffff;
  overflow: hidden;
  margin-top: 20px;
}
.labelHot .knowledge_page_tit {
  padding-left: 70px;
  background: url(../../images/ic_56.png) no-repeat 25px center;
}
.labelHot .labelHot_info {
  padding: 30px 25px;
  overflow: hidden;
}
.labelHot .labelHot_info a {
  padding: 5px 15px;
  border: 1px solid #cccccc;
  float: left;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #666666;
}
.labelHot .labelHot_info a:hover {
  color: #81D8D0;
}
.labelHot .labelHot_info a.active {
  color: #81D8D0;
}
/*热门标签 end*/
.daodu {
  padding: 10px 30px;
  font-size: 14px;
  color: #666666;
  background: #f4f6f9;
  margin-top: 30px;
}
.daodu span {
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
.rbox {
  width: 785px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 4px;
}
.rbox .rbox_fx {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 20px 0 25px;
}
.rbox .rbox_info {
  overflow: hidden;
  padding: 25px 40px;
}
.rbox .rbox_info .lbox_tit {
  color: #333333;
  font-size: 28px;
  font-weight: normal;
  overflow: hidden;
  line-height: 34px;
  margin-bottom: 20px;
}
.rbox .rbox_info .lbox_cont {
  text-align: justify;
  color: #3d464d;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  min-height: 550px;
}
.rbox .rbox_info .lbox_cont img {
  max-width: 100%;
  display: block;
  height: auto;
}
.rbox .rbox_info .lbox_cont strong {
  font-weight: bold;
}
.rbox .rbox_info .lbox_cont_user {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.rbox .rbox_info .lbox_cont a {
  color: #136ec2;
}
.rbox .rbox_info .lbox_cont a:hover {
  text-decoration: underline;
}
.rbox .rbox_info .lbox_cont .mp-editor {
  padding: 30px 0;
  overflow: hidden;
}
.rbox .rbox_info .lbox_cont .statement {
  color: #cecece;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 10px;
}
.lbox_cont_img {
  text-align: left;
  padding-bottom: 20px;
  line-height: 38px;
  overflow: hidden;
}
.lbox_cont_img img {
  float: left;
}
.lbox_cont_img a {
  float: left;
  padding-left: 8px;
  font-weight: bold;
}
.pre_next {
  padding: 20px 0px 0;
  height: auto;
  overflow: hidden;
}
.sxp span {
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}
.sxp span a {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #666666;
}
.sxp span a:hover {
  color: #81D8D0;
}
.rbox_fx .bdshare-button-style0-16 a {
  width: 24px !important;
  height: 60px !important;
  margin: 0 5px !important;
}
span.fxd {
  font-size: 12px;
  color: #666666;
  line-height: 60px;
  height: 60px;
  display: block;
}
.bdshare-button-style0-16 .bds_weixin {
  background: url(../../images/share_wx.png) no-repeat center center !important;
  background-size: 24px 24px !important;
}
.bdshare-button-style0-16 .bds_weixin:hover {
  background: url(../../images/share_wx_hover.png) no-repeat center center !important;
  background-size: 24px 24px !important;
}
.bdshare-button-style0-16 .bds_sqq {
  background: url(../../images/share_qq.png) no-repeat center center !important;
  background-size: 24px 24px !important;
}
.bdshare-button-style0-16 .bds_sqq:hover {
  background: url(../../images/share_qq_hover.png) no-repeat center center !important;
  background-size: 24px 24px !important;
}
.bdshare-button-style0-16 .bds_tsina {
  background: url(../../images/share_wb.png) no-repeat center center !important;
  background-size: 24px 24px !important;
}
.bdshare-button-style0-16 .bds_tsina:hover {
  background: url(../../images/share_wb_hover.png) no-repeat center center !important;
  background-size: 24px 24px !important;
}
.lbox_label {
  overflow: hidden;
}
.lbox_label span {
  float: left;
  margin-right: 30px;
  color: #bbbbbb;
  font-size: 14px;
}
.lbox_label span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
  padding-left: 22px;
  cursor: pointer;
}
.lbox_label span.liulan {
  background: url(../../images/liulan.png) no-repeat left center;
  padding-left: 28px;
}
.lbox_label span.label1 {
  background: url(../../images/biaoqian.png) no-repeat left center;
  background-size: auto 12px;
  padding-left: 32px;
}
.lbox_label span.time {
  background: url(../../images/ic_17.png) no-repeat left center;
  padding-left: 28px;
}
.lbox_label span.label1 a,
.lbox_label span.label2 a {
  color: #bbbbbb;
}
.lbox_label span.label1 a:hover,
.lbox_label span.label2 a:hover {
  color: #4BB3BB;
}
/*答疑解惑 end*/
/*问答 */
.sk_answer {
  overflow: hidden;
  padding-bottom: 30px;
  background: #f9f9f9;
}
.sk_answer_info {
  width: 1200px;
  padding-bottom: 20px;
}
.sk_answer_info ul li {
  overflow: hidden;
  float: left;
  width: 585px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
  padding: 0 25px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sk_answer_info ul li:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.sk_answer_info ul li:nth-child(2n) {
  margin-right: 0;
}
.sk_answer_info ul li .sk_answer_info_tit {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}
.sk_answer_info ul li .sk_answer_info_tit h3 {
  float: left;
  color: #444444;
  font-size: 16px;
  background: url(../../images/icon_11.png) no-repeat left center;
  padding-left: 40px;
  height: 24px;
  line-height: 24px;
}
.sk_answer_info ul li .sk_answer_info_tit h3:hover {
  color: #4BB3BB;
}
.sk_answer_info ul li .info {
  background: url(../../images/icon_12.png) no-repeat left 0px;
  padding-left: 40px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.sk_answer_info ul li .know-info_knob {
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  padding-left: 40px;
  padding-top: 20px;
}
.sk_answer_info ul li .know-info_knob span {
  padding-left: 25px;
  margin-right: 20px;
  float: left;
  height: 16px;
  line-height: 16px;
}
.sk_answer_info ul li .know-info_knob span.pl {
  background: url(../../images/icon_14.png) no-repeat left center;
}
.sk_answer_info ul li .know-info_knob span.dz {
  background: url(../../images/icon_13.png) no-repeat left center;
}
.sk_answer_info_cont {
  padding: 25px 0;
}
/*问答 end*/
.sk_yx {
  height: 639px;
}
.laydate-btns-time {
  background: url(../../images/ic_17.png) no-repeat left center;
  padding-left: 20px !important;
  color: #4BB3BB;
}
.laydate-time-show + .layui-laydate-footer .laydate-btns-time {
  padding-left: 0 !important;
  background: none;
}
.sk_medicine_ban {
  width: 100%;
  overflow: hidden;
}
.sk_medicine_ban img {
  width: 100%;
}
.sk_medicine_floor {
  overflow: hidden;
  padding: 20px 0 70px;
}
.sk_medicine_floor .sk_medicine_floor_tit {
  overflow: hidden;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_tit {
  float: left;
  font-size: 22px;
  color: #333333;
  line-height: 22px;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_tit font {
  font-family: "Arial";
  font-weight: bold;
  color: #479fef;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a {
  float: right;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a a {
  color: #666666;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a .fa {
  font-size: 14px;
  float: right;
  line-height: 22px;
  margin-left: 2px;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a ul {
  float: left;
  overflow: hidden;
  padding-top: 6px;
  margin-right: 10px;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a ul li {
  float: left;
  height: 13px;
  line-height: 13px;
  border-right: 1px solid #cccccc;
  padding: 0 10px;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a ul li:last-child {
  border-right: 0;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a span {
  float: right;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a a:hover {
  color: #4BB3BB;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a li.active a {
  color: #479fef;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a .floorChange {
  float: left;
  margin-right: 10px;
  font-size: 16px;
}
.sk_medicine_floor .sk_medicine_floor_tit .floor_a .floorChange a {
  float: left;
  background: url(../../images/icon/icon_2.png) no-repeat left center;
  background-size: 22px;
  padding-left: 30px;
}
.sk_medicine_floor .sk_medicine_floor_info {
  overflow: hidden;
  padding-top: 20px;
}
.sk_medicine_floor .sk_medicine_floor_info .sk_medicine_floor_info_fl {
  float: left;
  width: 330px;
  height: 453px;
  overflow: hidden;
}
.sk_medicine_floor .sk_medicine_floor_info .sk_medicine_floor_info_fl img {
  width: 100%;
  transition: opacity 0.5s;
  opacity: 1;
}
.sk_medicine_floor .sk_medicine_floor_info .sk_medicine_floor_info_fl img:hover {
  opacity: 0.8;
}
.sk_medicine_floor .sk_medicine_floor_info .sk_medicine_floor_info_fr {
  float: left;
  width: 870px;
  height: 453px;
  overflow: hidden;
  background: #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.sk_medicine_floor_first {
  margin-top: 30px;
}
.sk_medicine_floor_first .sk_medicine_floor_info {
  overflow: hidden;
  padding-top: 20px;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fl {
  float: left;
  width: 330px;
  height: 453px;
  overflow: hidden;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fl img {
  width: 100%;
  transition: opacity 0.5s;
  opacity: 1;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fl img:hover {
  opacity: 0.8;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr {
  border-bottom: 1px solid #eeeeee;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li {
  float: left;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  width: 50%;
  height: 226px;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .fl {
  padding: 25px 0 0 25px;
  width: 234px;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .tit {
  color: #444444;
  font-size: 14px;
  overflow: hidden;
  height: 45px;
  font-weight: bold;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .tit:hover {
  color: #4BB3BB;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .info {
  color: #999999;
  font-size: 12px;
  display: block;
  padding-top: 5px;
  height: 37px;
  overflow: hidden;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .price {
  padding: 15px 0;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .price h3 {
  display: inline-block;
  font-size: 18px;
  color: #ff4b4c;
  padding-right: 5px;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .price h3 font {
  font-weight: bold;
  font-size: 32px;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .price h3 b {
  color: #999999;
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .price span {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .price span font {
  text-decoration: line-through;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li a.more {
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  font-size: 14px;
  color: #666;
  float: left;
  height: 32px;
  width: 90px;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li a.more:hover {
  background: #4BB3BB;
  color: #fff;
  border-color: #4BB3BB;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .fr {
  width: 200px;
  overflow: hidden;
  padding: 20px;
}
.sk_medicine_floor_first .sk_medicine_floor_info .sk_medicine_floor_info_fr ul li .fr img {
  width: 100%;
}
.shop-swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  border: none;
  height: 453px;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .cont {
  padding: 20px;
  width: 100%;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .tit {
  color: #444444;
  font-size: 14px;
  overflow: hidden;
  height: 38px;
  font-weight: bold;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .tit:hover {
  color: #4BB3BB;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .info {
  color: #999999;
  font-size: 12px;
  display: block;
  padding-top: 5px;
  height: 37px;
  overflow: hidden;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .price {
  padding: 15px 0;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .price h3 {
  display: inline-block;
  font-size: 18px;
  color: #ff4b4c;
  padding-right: 5px;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .price h3 font {
  font-weight: bold;
  font-size: 32px;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .price h3 b {
  color: #999999;
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .price span {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .price span font {
  text-decoration: line-through;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr a.more {
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  font-size: 14px;
  color: #666;
  float: left;
  height: 32px;
  width: 90px;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr a.more:hover {
  background: #4BB3BB;
  color: #fff;
  border-color: #4BB3BB;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .img {
  width: 100%;
  overflow: hidden;
  padding: 20px;
}
.sk_medicine_floor_info .sk_medicine_floor_info_fr .img img {
  width: 100%;
}
.sk_medicine_floor_second {
  padding-top: 40px;
  overflow: hidden;
}
.sk_medicine_floor_second .sk_medicine_floor_tit .floor_tit font {
  color: #6ad1ac;
}
.sk_medicine_floor_second .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 {
  float: left;
  width: 261px;
  border: 1px solid #eeeeee;
  height: 453px;
  overflow: hidden;
}
.sk_medicine_floor_second .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 .img {
  padding-top: 15px;
}
.sk_medicine_floor_second .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 {
  float: left;
  width: 348px;
  height: 453px;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
.sk_medicine_floor_second .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 .cont {
  padding: 25px;
  width: 206px;
  float: left;
}
.sk_medicine_floor_second .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 .img {
  width: 142px;
  float: left;
}
.sk_medicine_floor_second .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 ul li {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  height: 226px;
}
.sk_medicine_floor_third {
  padding-top: 40px;
  overflow: hidden;
}
.sk_medicine_floor_third .sk_medicine_floor_tit .floor_tit font {
  color: #ff8f48;
}
.sk_medicine_floor_third .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 {
  width: 50%;
  float: left;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
.sk_medicine_floor_third .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 ul li {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  height: 226px;
}
.sk_medicine_floor_third .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 ul li .cont {
  width: 234px;
  float: left;
}
.sk_medicine_floor_third .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 ul li .img {
  width: 200px;
  float: right;
  padding: 20px;
  overflow: hidden;
}
.sk_medicine_floor_third .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 ul li .img img {
  width: 100%;
}
.sk_medicine_floor_third .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 {
  float: left;
  width: 50%;
  border: 1px solid #eeeeee;
  height: 453px;
  overflow: hidden;
}
.sk_medicine_floor_third .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 .img {
  padding-top: 15px;
  text-align: center;
}
.sk_medicine_floor_third .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 .img img {
  width: 50%;
}
.sk_medicine_floor_fourth {
  padding-top: 40px;
  overflow: hidden;
}
.sk_medicine_floor_fourth .sk_medicine_floor_tit .floor_tit font {
  color: #8949f5;
}
.sk_medicine_floor_fourth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 {
  width: 50%;
  float: left;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
.sk_medicine_floor_fourth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 ul li {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  height: 226px;
}
.sk_medicine_floor_fourth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 ul li .cont {
  width: 234px;
  float: left;
}
.sk_medicine_floor_fourth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 ul li .img {
  width: 200px;
  float: right;
  padding: 20px;
}
.sk_medicine_floor_fourth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 {
  float: left;
  width: 50%;
  border: 1px solid #eeeeee;
  height: 453px;
  overflow: hidden;
}
.sk_medicine_floor_fourth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 .img {
  padding-top: 15px;
  text-align: center;
}
.sk_medicine_floor_fourth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 .img img {
  width: 50%;
}
.sk_medicine_floor_fifth {
  padding-top: 40px;
  overflow: hidden;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 {
  float: left;
  width: 261px;
  border: 1px solid #eeeeee;
  height: 453px;
  overflow: hidden;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_1 .img {
  padding-top: 15px;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 {
  float: left;
  width: 348px;
  height: 453px;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 .cont {
  padding: 25px;
  width: 206px;
  float: left;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 .img {
  width: 142px;
  float: left;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_2 ul li {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  height: 226px;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr div:first-child {
  border-left: 0;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr div:last-child {
  border-right: 0;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_3 {
  float: left;
  width: 290px;
  border: 1px solid #eeeeee;
  border-right: 0;
  height: 453px;
  overflow: hidden;
}
.sk_medicine_floor_fifth .sk_medicine_floor_info .sk_medicine_floor_info_fr .sk_second_3 .img {
  padding-top: 15px;
}
.sk_medicine_tit {
  width: 1200px;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sk_medicine_tit .sk_medicine_tit_a {
  float: left;
}
.sk_medicine_tit .sk_medicine_tit_a ul li {
  float: left;
  width: 70px;
  text-align: center;
  border-right: 1px solid #eeeeee;
}
.sk_medicine_tit .sk_medicine_tit_a ul li a {
  color: #444444;
  background: url(../../images/ic_52.png) no-repeat right center;
  padding-right: 10px;
}
.sk_medicine_tit .sk_medicine_tit_a ul li:last-child a {
  background: none;
}
.sk_medicine_tit .sk_medicine_tit_a ul li:hover {
  background: #4BB3BB;
}
.sk_medicine_tit .sk_medicine_tit_a ul li:hover a {
  color: #fff;
}
.sk_medicine_tit .sk_medicine_tit_a ul li:hover a {
  background: url(../../images/ic_53.png) no-repeat right center;
}
.sk_medicine_tit .sk_medicine_tit_a ul li:last-child:hover a {
  background: none;
}
.sk_medicine_tit .sk_medicine_tit_a ul li:last-child:hover a:before {
  border-bottom-color: #ffffff;
}
.sk_medicine_tit .sk_medicine_tit_a ul li.active {
  background: #4BB3BB;
}
.sk_medicine_tit .sk_medicine_tit_a ul li.active a {
  color: #fff;
}
.sk_medicine_tit .sk_medicine_tit_a ul li.active a {
  background: url(../../images/ic_53.png) no-repeat right center;
}
.sk_medicine_tit .sk_medicine_tit_a ul li:last-child.active a {
  background: none;
}
.sk_medicine_tit .sk_medicine_tit_a ul li:last-child.active a:before {
  border-bottom-color: #ffffff;
}
.sk_medicine_tit .sk_medicine_tit_page {
  float: right;
  padding-right: 15px;
}
.sk_medicine_tit .sk_medicine_tit_page font {
  float: left;
  font-size: 12px;
  color: #666666;
}
.sk_medicine_tit .sk_medicine_tit_page span {
  float: left;
  overflow: hidden;
  padding-left: 5px;
}
.sk_medicine_tit .sk_medicine_tit_page span a {
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  color: #666;
  line-height: 14px;
  text-align: center;
  font-size: 20px;
  margin-top: 8px;
  margin-left: 5px;
}
.sk_medicine_list {
  overflow: hidden;
  padding: 0 0 20px;
}
.sk_medicine_list.hlsc_item {
  min-height: calc(100vh - 550px);
}
.sk_medicine_list ul {
  padding-bottom: 14px;
  padding-top: 2px;
}
.sk_medicine_list ul:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.sk_medicine_list ul li {
  float: left;
  background: #fff;
  padding: 5px;
  width: 280px;
  position: relative;
  margin-right: 26.66666667px;
  margin-bottom: 26px;
  transition: border-color 0.1s ease;
  overflow: hidden;
}
.sk_medicine_list ul li:nth-child(4n) {
  margin-right: 0;
}
.sk_medicine_list ul li .img {
  width: 270px;
  height: 270px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 10px;
}
.sk_medicine_list ul li .img img {
  width: 100%;
}
.sk_medicine_list ul li .info {
  overflow: hidden;
  padding: 15px 10px;
  position: relative;
  z-index: 3;
}
.sk_medicine_list ul li .info .sk_medicine_list_price {
  overflow: hidden;
  font-family: "Arial";
}
.sk_medicine_list ul li .info .sk_medicine_list_price h3 {
  float: left;
  font-size: 14px;
  color: #f90202;
}
.sk_medicine_list ul li .info .sk_medicine_list_price .buy_btn {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background: #FFEEEE;
  color: #FF0202;
  justify-content: center;
  width: 100px;
}
.sk_medicine_list ul li .info .sk_medicine_list_price .buy_btn::before {
  content: '';
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(/Public/images/01www/shop_cart_icon.png);
}
.sk_medicine_list ul li .info .sk_medicine_list_price h3 font {
  font-size: 26px;
}
.sk_medicine_list ul li .info .sk_medicine_list_price h3 span {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
  padding-left: 5px;
}
.sk_medicine_list ul li .info .sk_medicine_list_tit {
  font-size: 14px;
  color: #444444;
  padding: 12px 0;
  text-align: justify;
}
.sk_medicine_list ul li .info .sk_medicine_list_tit a {
  color: #444444;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sk_medicine_list ul li .info .sk_medicine_list_tit a:hover {
  color: #4BB3BB;
  text-decoration: underline;
}
.sk_medicine_list ul li .info .sk_medicine_list_info a {
  color: #888888;
  font-size: 12px;
  text-decoration: underline;
}
.sk_medicine_list ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
}
.sk_medicine_list .sk_tank_page a {
  background: #fff;
  color: #333333;
}
.sk_medicine_list .sk_tank_page span.current {
  padding: 10px 16px;
  color: #333333;
  font-size: 14px;
  margin: 0 5px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #4BB3BB;
}
.sk_medicine_list .sk_tank_page span {
  color: #999999;
  font-size: 14px;
}
.sk_medicine_list .sk_tank_page span input {
  padding: 10px 10px;
  border: 1px solid #e9e9e9;
  color: #1f1f1f;
  width: 50px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 12px;
}
.sk_medicine_list .sk_tank_page span .subBtn {
  background: #e6e6e6;
  color: #666666;
  padding: 2px 10px;
  font-size: 14px;
  cursor: pointer;
}
.sk_medicine_list .sk_tank_page .subBtn:hover {
  background: #4BB3BB;
  color: #fff;
  border: 1px solid #4BB3BB;
}
.sk_medicine_list .sk_tank_page span form {
  display: inline-block;
}
.sk_medicine_list .sk_tank_page div {
  display: inline-block;
}
.sk_medicine_nav.fixed {
  position: fixed;
  top: 10px;
  z-index: 999;
}
.sk_medicine_nav {
  font-size: 14px;
  line-height: 3rem;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  width: 100%;
}
.sk_medicine_nav .list {
  overflow-x: scroll;
  white-space: nowrap;
}
.sk_medicine_nav .list a {
  display: inline-block;
  color: #888888;
  font-size: 0.805rem;
  margin: 0 1rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.sk_medicine_nav .list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #81D8D0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.sk_medicine_nav .list a:hover,
.sk_medicine_nav .list a.active {
  color: #81D8D0;
}
.sk_medicine_nav .list a:hover::after,
.sk_medicine_nav .list a.active::after {
  opacity: 1;
}
.sk_guess_tags {
  color: #999999;
  width: 1200px;
  height: 40px;
  background: #fff;
  padding: 0 25px;
  margin-bottom: 10px;
}
.sk_guess_tags span {
  float: left;
  line-height: 40px;
  font-size: 14px;
}
.sk_guess_tags ul {
  float: left;
  padding-top: 13px;
  padding-left: 50px;
}
.sk_guess_tags ul li {
  float: left;
  height: 13px;
  line-height: 13px;
  border-right: 1px solid #cccccc;
  padding: 0 10px;
}
.sk_guess_tags ul li:last-child {
  border-right: 0;
}
.sk_guess_tags ul li a {
  color: #666666;
  font-size: 14px;
}
.sk_guess_tags ul li a:hover {
  color: #479fef;
}
.sk_hotSale {
  padding-top: 10px;
  width: 1200px;
}
.sk_hotSale_tit {
  overflow: hidden;
  line-height: 20px;
}
.sk_hotSale_tit h3 {
  float: left;
  color: #555555;
  font-size: 18px;
  font-weight: bold;
}
.sk_hotSale_tit a {
  float: right;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: bold;
}
.sk_hotSale_cont {
  padding-top: 15px;
}
.sk_hotSale_cont ul:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.sk_hotSale_cont ul li {
  float: left;
  background: #fff;
  padding: 5px;
  width: 280px;
  position: relative;
  margin-right: 26.66666667px;
  margin-bottom: 26px;
}
.sk_hotSale_cont ul li:nth-child(4n) {
  margin-right: 0;
}
.sk_hotSale_cont ul li .img {
  width: 270px;
  height: 270px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.sk_hotSale_cont ul li .info {
  overflow: hidden;
  padding: 15px 10px;
  position: relative;
  z-index: 3;
}
.sk_hotSale_cont ul li .info .sk_medicine_list_price {
  overflow: hidden;
  font-family: "Arial";
}
.sk_hotSale_cont ul li .info .sk_medicine_list_price h3 {
  float: left;
  font-size: 14px;
  color: #f90202;
}
.sk_hotSale_cont ul li .info .sk_medicine_list_price h3 font {
  font-size: 26px;
}
.sk_hotSale_cont ul li .info .sk_medicine_list_price h3 span {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
  padding-left: 5px;
}
.sk_hotSale_cont ul li .info .sk_medicine_list_tit {
  font-size: 14px;
  color: #444444;
  padding: 12px 0;
}
.sk_hotSale_cont ul li .info .sk_medicine_list_tit a {
  color: #444444;
}
.sk_hotSale_cont ul li .info .sk_medicine_list_tit a:hover {
  color: #4BB3BB;
}
.sk_hotSale_cont ul li .info .sk_medicine_list_info a {
  color: #888888;
  font-size: 12px;
  text-decoration: underline;
}
.sk_hotSale_cont ul li:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
}
.sk_hotSale_cont ul li:hover:after {
  border: 4px solid #f90202;
}
.bdshare-button-style0-16 a {
  width: auto !important;
}
.sk_medicine_box {
  border: 1px solid #e5e5e5;
  padding: 30px 25px;
  overflow: hidden;
  background: #fff;
}
.sk_medicine_box .sk_serve_box-info {
  padding-top: 0;
  overflow: hidden;
}
.sk_medicine_box .sk_serve_box-info_fl {
  float: left;
  width: 360px;
  overflow: hidden;
}
.sk_medicine_box .sk_serve_box-info_fr {
  padding-left: 25px;
  float: left;
  width: 788px;
}
.sk_medicine_box .large_box {
  margin-bottom: 10px;
  width: 360px;
  height: 360px;
  overflow: hidden;
}
.sk_medicine_box .large_box img {
  display: block;
  width: 360px;
  height: 360px;
}
.sk_medicine_box .small_box {
  width: 360px;
  height: 66px;
  overflow: hidden;
  position: relative;
}
.sk_medicine_box .small_list {
  position: relative;
  float: left;
  width: 360px;
  height: 66px;
  overflow: hidden;
}
.sk_medicine_box .small_list ul {
  height: 66px;
  overflow: hidden;
}
.sk_medicine_box .small_list ul li {
  position: relative;
  float: left;
  margin-right: 8px;
  width: 66px;
  overflow: hidden;
  height: 66px;
  padding: 3px;
}
.sk_medicine_box .small_list ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.sk_medicine_box .small_list ul li .bun_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 2px solid #4BB3BB;
  background: none;
}
.sk_medicine_box .small_list ul li.on .bun_bg {
  display: block;
}
.sk_medicineInfo {
  overflow: hidden;
  width: 1200px;
  padding: 20px 0 70px;
}
.sk_medicineInfo_fl {
  float: left;
  width: 867px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.sk_medicineInfo_fl .sk_merchant_tit {
  height: 60px;
  line-height: 59px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 25px;
}
.sk_medicineInfo_fl .sk_merchant_tit a {
  float: left;
  font-size: 18px;
  color: #333333;
  margin-right: 45px;
}
.sk_medicineInfo_fl .sk_merchant_tit a:hover {
  border-bottom: 2px solid #ff4b4c;
}
.sk_medicineInfo_fl .sk_merchant_tit a.active {
  border-bottom: 2px solid #4BB3BB;
}
.sk_medicineInfo_cont {
  overflow: hidden;
  margin-top: 20px;
  padding: 0 20px 20px;
  min-height: 825px;
}
.sk_medicineInfo_cont_xq {
  overflow: hidden;
  text-align: justify-all;
  color: #999999;
  font-size: 14px;
}
.sk_medicineInfo_cont_xq strong {
  font-weight: bold;
}
.sk_medicineInfo_cont_xq {
  text-align: justify;
}
.sk_medicineInfo_cont_xq img {
  max-width: 735px;
  display: block;
}
.sk_medicineInfo_cont .sk_mercPj {
  padding-top: 0;
  display: none;
}
.sk_medicineInfo_cont .sk_mercPj_info {
  padding-top: 0;
}
.sk_medicineInfo_hot {
  background: #fff;
  width: 310px;
  float: right;
  border: 1px solid #e5e5e5;
}
.sk_medicineInfo_hot_tit {
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.sk_medicineInfo_hot_tit h3 {
  font-weight: bold;
  color: #444444;
  font-size: 16px;
}
.sk_medicineInfo_hot_cont {
  overflow: hidden;
  padding: 0 20px 10px;
  min-height: 845px;
}
.sk_medicineInfo_hot_cont ul li {
  background: #fff;
  padding: 20px 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.sk_medicineInfo_hot_cont ul li:last-child {
  border-bottom: 0;
}
.sk_medicineInfo_hot_cont ul li .img {
  width: 268px;
  height: 268px;
  overflow: hidden;
  z-index: 3;
}
.sk_medicineInfo_hot_cont ul li .img img {
  width: 268px;
  height: 268px;
}
.sk_medicineInfo_hot_cont ul li .info {
  overflow: hidden;
  padding: 15px 10px 0;
  z-index: 3;
}
.sk_medicineInfo_hot_cont ul li .info .sk_medicine_list_price {
  overflow: hidden;
  font-family: "Arial";
}
.sk_medicineInfo_hot_cont ul li .info .sk_medicine_list_price h3 {
  float: left;
  font-size: 14px;
  color: #f90202;
}
.sk_medicineInfo_hot_cont ul li .info .sk_medicine_list_price h3 font {
  font-size: 26px;
}
.sk_medicineInfo_hot_cont ul li .info .sk_medicine_list_price h3 span {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
  padding-left: 5px;
}
.sk_medicineInfo_hot_cont ul li .info .sk_medicine_list_tit {
  font-size: 14px;
  color: #444444;
  padding: 12px 0;
}
.sk_medicineInfo_hot_cont ul li .info .sk_medicine_list_tit a {
  color: #444444;
}
.sk_medicineInfo_hot_cont ul li .info .sk_medicine_list_tit a:hover {
  color: #4BB3BB;
}
.sk_medicineInfo_hot_cont ul li .info .sk_medicine_list_info a {
  color: #888888;
  font-size: 12px;
  text-decoration: underline;
}
.sk_ban {
  height: 491px;
}
.sk_ban_box {
  width: 1200px;
  overflow: hidden;
}
.sk_ban_box .sk_ban_box_fl {
  float: left;
  margin-top: 140px;
  margin-left: 55px;
}
.sk_ban .join_us_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sk_ban .join_us_box > div {
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
  color: #fff;
}
.sk_ban .join_us_box > div p {
  margin-top: 30px;
}
.sk_ban_box .sk_ban_box_fl span {
  color: #f6f8f9;
  font-family: "Arial";
  opacity: 0.8;
}
.sk_ban_box .sk_ban_box_fl h3 {
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
}
.sk_ban_box .sk_ban_box_fl h3 font {
  color: #fff10e;
}
.sk_ban_box .sk_ban_box_fl div {
  color: #f6f8f9;
  font-size: 18px;
  opacity: 0.95;
  padding-top: 25px;
}
.sk_ban_box .sk_ban_box_fr {
  float: right;
  margin-top: 70px;
  padding-right: 200px;
  position: relative;
}
.sk_ban_box .sk_ban_box_fr .tit {
  position: absolute;
  color: #fff;
}
.sk_ban_box .sk_ban_box_fr .tit h3 {
  font-size: 18px;
  font-weight: bold;
}
.sk_ban_box .sk_ban_box_fr .tit span {
  font-size: 12px;
  opacity: 0.5;
}
.sk_ban_box .sk_ban_box_fr .tit1 {
  text-align: right;
  top: 132px;
  left: -130px;
}
.sk_ban_box .sk_ban_box_fr .tit2 {
  text-align: right;
  top: 0;
  left: -150px;
}
.sk_ban_box .sk_ban_box_fr .tit3 {
  top: 60px;
  right: 95px;
  text-align: left;
  display: inline-block;
}
.sk_ban_box .sk_ban_box_fr .tit4 {
  top: 200px;
  right: 20px;
  text-align: left;
  display: inline-block;
}
/*牙医药箱*/
.sk_medicine_form {
  overflow: hidden;
  padding: 25px 0 70px;
}
.sk_medicine_form_tit {
  color: #444444;
  font-size: 16px;
  padding-bottom: 15px;
}
.sk_medicine_form_box {
  border: 1px solid #eeeeee;
  padding: 30px 30px;
  overflow: hidden;
}
.sk_medicine_form_box .sk_medicine_add {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.sk_medicine_form_box .sk_medicine_add .sk_medicine_add_tit {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.sk_medicine_form_box .sk_medicine_add .sk_medicine_add_box {
  overflow: hidden;
}
.shop_fill_info_add_form {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
.shop_fill_info_add_form input,
.page_contact-cont-right textarea {
  outline: none;
}
.page_contact-cont-form-demo {
  height: auto;
  font-size: 12px;
  line-height: 42px;
  color: #444444;
  padding: 10px 0;
  overflow: hidden;
  float: left;
}
.page_contact-cont-form-demo1 {
  height: auto;
  font-size: 12px;
  line-height: 42px;
  color: #444444;
  padding: 10px 0;
  overflow: hidden;
  float: left;
  margin-left: 10px;
}
.page_contact-cont-form-demo label,
.page_contact-cont-form-demo1 label {
  float: left;
  font-weight: normal;
  width: 60px;
  font-size: 14px;
  text-align: left;
  color: #444444;
  position: relative;
  padding-left: 10px;
}
.page_contact-cont-form-demo label font,
.page_contact-cont-form-demo1 label font {
  color: #f50303;
  position: absolute;
  left: 0;
  top: 0;
}
.page_contact-cont-form-input-one {
  width: 300px;
  float: left;
  height: 38px;
  background: #ffffff;
  font-size: 14px;
  line-height: 38px;
  color: #999999;
  box-sizing: border-box;
  padding-left: 14px;
  border: 1px solid #d1d2d4;
  border-radius: 3px;
}
.page_contact-cont-form-input-two {
  width: 708px;
  float: left;
  height: 38px;
  background: #ffffff;
  font-size: 14px;
  line-height: 38px;
  color: #999999;
  box-sizing: border-box;
  padding-left: 14px;
  border: 1px solid #d1d2d4;
  border-radius: 3px;
}
.sk_medicine_form_box .sk_medicine_ware_box {
  overflow: hidden;
  padding-top: 30px;
}
.sk_medicine_form_box .sk_medicine_ware_box .sk_medicine_ware_add_tit {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.sk_medicine_form_box .sk_medicine_ware_box .sk_medicine_ware_add_box {
  overflow: hidden;
}
.sk_medicine_ware_box_info table tr th {
  width: 160px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  color: #444444;
}
.sk_medicine_ware_box_info table tr th:first-child {
  width: 588px;
  text-align: left;
  padding-left: 10px;
}
.sk_medicine_ware_box_info table tr th:last-child {
  width: 230px;
}
.sk_medicine_ware_box_info table tr td {
  text-align: center;
  padding: 20px 0;
  color: #444444;
  font-size: 14px;
}
.sk_medicine_ware_box_info table tr td:first-child {
  text-align: left;
  padding-left: 10px;
}
.sk_medicine_ware_box_info table tr td:first-child img {
  height: 50px;
  float: left;
  margin-right: 10px;
}
.sk_medicine_ware_box_info table tr td:first-child h3 {
  padding-left: 10px;
  color: #444444;
  font-size: 14px;
}
.sk_medicine_form_footer {
  background: #f7f7f7;
  margin-top: 20px;
  border-top: 1px solid #dcdcdc;
  line-height: 70px;
  text-align: right;
  padding-right: 30px;
}
.sk_medicine_form_footer font {
  color: #f50303;
}
.sk_medicine_form_footer font:last-child {
  font-weight: bold;
  font-size: 20px;
}
.sk_medicine_form_an {
  overflow: hidden;
  padding-top: 30px;
}
.sk_medicine_form_an a {
  border-radius: 5px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  float: right;
  text-align: center;
  background-color: #007cff;
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, #00adff, #007cff);
  background-image: -webkit-linear-gradient(left, #00adff, #007cff);
  background-image: -o-linear-gradient(left, #00adff, #007cff);
  background-image: linear-gradient(left, #00adff, #007cff);
}
.sk_integral_body {
  overflow: hidden;
  padding: 20px 25px 55px;
}
.sk_integral_body_summary {
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.sk_integral_body .sk_tank_page {
  margin-top: 30px;
}
.sk_integral_body_summary .bean-info {
  float: left;
  width: 317px;
  height: 290px;
  border-right: 1px solid #eee;
}
.sk_integral_body_summary .bean-stats {
  float: left;
  width: 561px;
  padding-left: 35px;
}
.sk_integral_body .btns {
  color: #4BB3BB;
  font-size: 14px;
}
/* .sk_integral_body .btns:hover {color: #4BB3BB ;} */
.bean-info {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.bean-info .bi-title {
  height: 40px;
  line-height: 40px;
  margin-bottom: 27px;
  font-size: 20px;
}
.bean-info .bi-icon {
  display: block;
  width: 104px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../../images/jf.png) no-repeat center center;
  background-size: auto 60px;
}
.bean-info .bi-number {
  line-height: 46px;
  font-size: 36px;
  font-family: "Helvetica Neue", verdana, arial, sans-serif;
}
.bean-info .bi-hint {
  line-height: 20px;
  padding-top: 5px;
  font-size: 14px;
}
.bean-info .bi-hint2 {
  line-height: 20px;
  color: #999;
}
.bean-info .bi-tips {
  line-height: 22px;
  padding-top: 26px;
  font-size: 14px;
}
.bean-info .bi-btnbox {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 33px;
}
.bean-info .bi-btnbox a {
  width: 114px;
  height: 31px;
  line-height: 31px;
  padding: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #1b1b1b;
  font-size: 14px;
  color: #1b1b1b;
  background: #fff;
}
.bean-info .bi-btnbox a .btntxt {
  height: 31px;
  display: inline-block;
  vertical-align: top;
}
.bean-info .bi-btnbox a:hover {
  text-decoration: none;
  color: #fff;
  background: #1b1b1b;
}
.bean-info .bi-btnbox .btn-gutter {
  margin-right: 10px;
}
.bean-stats .bs-hd {
  line-height: 40px;
  padding-top: 20px;
  overflow: hidden;
}
.bean-stats .bs-hd .m-help-tips {
  float: right;
  margin-top: 12px;
  text-align: right;
}
.bean-stats .bs-title {
  position: relative;
  float: left;
  margin-right: 24px;
  font-size: 16px;
}
.bean-stats .bs-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 31px;
  height: 4px;
  overflow: hidden;
  background: #ffd200;
}
.bean-stats .bs-tips {
  float: left;
  font-size: 14px;
  color: #333;
}
.bean-stats .bs-tips:hover {
  color: #e4393c;
}
.stats-list {
  height: 230px;
  overflow: hidden;
}
.stats-list li {
  float: left;
  width: 160px;
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.stats-list .s-label {
  height: 24px;
  line-height: 24px;
}
.stats-list .s-value {
  line-height: 34px;
  font-size: 16px;
}
.stats-list .s-value strong {
  margin-right: 3px;
  font-weight: 400;
  font-size: 30px;
  font-family: "Helvetica Neue", verdana, arial, sans-serif;
}
.stats-list.stats-list-mini {
  height: 122px;
  padding-top: 50px;
  overflow: hidden;
}
.bean-details {
  overflow: hidden;
  margin-top: 20px;
}
.bean-details .details-hd {
  width: 100%;
  height: 25px;
  margin-bottom: 20px;
  overflow: hidden;
}
.bean-details .details-hd .m-help-tips {
  float: right;
  margin-top: 4px;
}
.bean-details .details-title {
  float: left;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.bean-details .details-bd {
  width: 100%;
  overflow: hidden;
}
.bean-details-table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
.bean-details-table .c1 {
  width: 265px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.bean-details-table .c2 {
  width: 120px;
  text-align: right;
}
.bean-details-table .c3 {
  padding-left: 220px;
  text-align: left;
}
.bean-details-table th {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #434343;
  background: #f8f6f6;
}
.bean-details-table td {
  line-height: 24px;
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
}
.bean-details-table td.c2 {
  font-weight: 700;
}
.bean-details-table .ftc01 {
  color: #e4393c;
}
.sk_medicine_take_info table {
  width: 100%;
}
.sk_medicine_take_info table tr th {
  width: 150px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  color: #444444;
  text-align: center;
}
.sk_medicine_take_info table tr th:first-child {
  width: 418px;
  text-align: left;
  padding-left: 10px;
}
.sk_medicine_take_info table tr th:last-child {
  width: 180px;
}
.sk_medicine_take_info table tr td {
  text-align: center;
  padding: 20px 0;
  color: #444444;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}
.sk_medicine_take_info table tr td:first-child {
  text-align: left;
  padding-left: 10px;
}
.sk_medicine_take_info table tr td:first-child img {
  height: 50px;
  float: left;
}
.sk_medicine_take_info table tr td:first-child h3 {
  float: left;
  padding-left: 10px;
  color: #444444;
  font-size: 14px;
}
.J_pointSummary {
  padding: 28px 0;
  border: 2px solid #e2e2e2;
  background-color: #f1f1f1;
  overflow: hidden;
  margin-bottom: 20px;
}
.J_pointSummary .valid {
  float: left;
  height: 100px;
  border-right: 1px solid #e2e2e2;
  width: 30%;
  text-align: center;
  padding-top: 20px;
}
.J_pointSummary .valid span.desc {
  font-size: 18px;
  font-weight: 700;
  color: #666;
  height: 24px;
  line-height: 24px;
  display: block;
  padding-bottom: 10px;
}
.J_pointSummary .valid span.num {
  font-size: 34px;
  font-weight: 700;
  color: #4BB3BB;
  height: 40px;
  line-height: 40px;
  display: block;
}
.J_pointSummary .exchange {
  float: left;
  width: 70%;
  text-align: center;
}
.J_pointSummary .exchange a {
  display: block;
  width: 260px;
  height: 44px;
  margin: 28px auto;
  line-height: 44px;
  background: #4BB3BB;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  text-align: center;
}
/* @media screen and (max-width:1024PX) {
    .sk_integral_body {
        overflow: hidden;
        padding: 1rem 3%;
    }
    .sk_orders_header .sk_header_money {
        display: none;
    }
    .bean-details-table {
        width: 100%;
        font-size: 12px;
        border-collapse: collapse;
    }
    .bean-details-table .c1 {
        width: auto;
        padding: 5px;
        text-align: center
    }
    .bean-details-table .c2 {
        width: auto;
        text-align: center
    }
    .bean-details-table .c3 {
        padding: 5px;
        text-align: center
    }
    .bean-details-table th {
        min-height: 20px;
        line-height: 20px;
        font-weight: 400;
        color: #434343;
        background: #f2f2f2
    }
    .bean-details-table td {
        min-height: 20px;
        line-height: 20px;
        padding: 5px;
        border-bottom: 1px solid #f5f5f5
    }
    .bean-details-table td.c2 {
        font-weight: 700
    }
    .bean-details-table .ftc01 {
        color: #e4393c;
    }
    .bean-details-table th,
    .bean-details-table td {
        border: 1px solid #e2e2e2;
    }
    .sk_medicine_take_info table th,
    .sk_medicine_take_info table td {
        border: 1px solid #e2e2e2;
    }
    .sk_medicine_take_info table tr th {
        width: 150px;
        background: #f2f2f2;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        height: auto;
        min-height: 20px;
    }
    .sk_medicine_take_info table tr th:first-child {
        width: 120px;
        text-align: center;
        padding: 5px;
    }
    .sk_medicine_take_info table tr th:first-child+th {
        width: 50px;
    }
    .sk_medicine_take_info table tr th:first-child+th+th {
        width: 80px;
    }
    .sk_medicine_take_info table tr th:last-child {
        width: auto;
    }
    .sk_medicine_take_info table tr td {
        width: auto;
        padding: 5px;
        font-size: 12px;
        border-bottom: 1px solid #e2e2e2;
    }
    .sk_medicine_take_info table tr td:first-child {
        text-align: center;
        padding-left: 10px;
    }
    .sk_medicine_take_info table tr td:first-child img {
        height: auto;
        float: none;
        width: 3rem;
    }
    .sk_medicine_take_info table tr td:first-child h3 {
        float: none;
        padding-left: 0;
        font-size: 12px;
        display: none;
    }
} */
/*牙医药箱end*/
/* @media screen and (max-width:1024PX) {
    .sk_medicine_form {
        width: 100%;
        padding: 1rem 3% 2rem;
    }
    .sk_medicine_form_tit {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .sk_medicine_form_box {
        border: 1px solid #eeeeee;
        padding: 2rem 1rem;
    }
    .sk_medicine_form_box .sk_medicine_add {
        overflow: hidden;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 30px;
    }
    .sk_medicine_form_box .sk_medicine_add .sk_medicine_add_tit {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .sk_medicine_form_box .sk_medicine_add .sk_medicine_add_box {
        overflow: hidden;
    }
    .shop_fill_info_add_form {
        width: 600px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 20px;
    }
    .shop_fill_info_add_form input,
    .page_contact-cont-right textarea {
        outline: none;
    }
    .page_contact-cont-form-demo {
        font-size: 12px;
        line-height: 42px;
        padding: 0;
        float: none;
    }
    .page_contact-cont-form-demo1 {
        font-size: 12px;
        line-height: 42px;
        padding: 0;
        float: none;
        margin-left: 0;
    }
    .page_contact-cont-form-demo label,
    .page_contact-cont-form-demo1 label {
        float: none;
        width: 100%;
        font-size: 14px;
        text-align: left;
        color: #444444;
        position: relative;
        padding-left: 10px;
    }
    .page_contact-cont-form-demo label font,
    .page_contact-cont-form-demo1 label font {
        color: #f50303;
        position: absolute;
        left: 0;
        top: 0;
    }
    .page_contact-cont-form-input-one {
        width: 100%;
        float: none;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
        padding-left: 14px;
    }
    .page_contact-cont-form-input-two {
        width: 100%;
        float: none;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
        padding-left: 14px;
    }
    .sk_medicine_form_box .sk_medicine_ware_box {
        overflow: hidden;
        padding-top: 30px;
    }
    .sk_medicine_form_box .sk_medicine_ware_box .sk_medicine_ware_add_tit {
        color: #444444;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 15px;
    }
    .sk_medicine_form_box .sk_medicine_ware_box .sk_medicine_ware_add_box {
        overflow: hidden;
    }
    .sk_medicine_ware_box_info table tr th {
        width: 160px;
        text-align: center;
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        color: #444444;
    }
    .sk_medicine_ware_box_info table tr th:first-child {
        width: 588px;
        text-align: left;
        padding-left: 10px;
    }
    .sk_medicine_ware_box_info table tr th:last-child {
        width: 230px;
    }
    .sk_medicine_ware_box_info table tr td {
        text-align: center;
        padding: 20px 0;
        color: #444444;
        font-size: 14px;
    }
    .sk_medicine_ware_box_info table tr td:first-child {
        text-align: left;
        padding-left: 10px;
    }
    .sk_medicine_ware_box_info table tr td:first-child img {
        height: 50px;
        float: left;
        margin-right: 10px;
    }
    .sk_medicine_ware_box_info table tr td:first-child h3 {
        padding-left: 10px;
        color: #444444;
        font-size: 14px;
    }
    .sk_medicine_form_footer {
        margin-top: 1rem;
        line-height: 1.6;
        padding: 2rem 1rem
    }
    .sk_medicine_form_footer font:last-child {
        font-weight: bold;
        font-size: 20px;
    }
    .sk_medicine_form_an {
        overflow: hidden;
        padding-top: 2rem;
    }
    .sk_medicine_form_an a {
        border-radius: 5px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
} */
/*专家库*/
.sk_page_diary_fr {
  width: 865px;
  overflow: hidden;
}
.sk_page_diary_fr ul {
  overflow: hidden;
}
.sk_page_diary_fr ul li {
  margin-bottom: 20px;
  background: #f7f8fa;
  padding: 30px;
  box-sizing: border-box;
  background: #f1f3f6;
  overflow: hidden;
}
.sk_page_diary_fr ul li img {
  width: 145px;
  height: 145px;
  border-radius: 100px;
}
.sk_page_diary_fr ul li .zj_info {
  width: 600px;
  padding-left: 20px;
}
.sk_page_diary_fr ul li .zj_info h3 {
  color: #4BB3BB;
  font-family: "Microsoft YaHei";
  font-size: 18px;
}
.sk_page_diary_fr ul li .zj_info h3 span {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  padding: 0px 0px 0px 10px;
}
.sk_page_diary_fr ul li .zj_info span {
  display: block;
  padding-left: 10px;
  color: #aaaaaa;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  padding: 20px 0px 10px;
  line-height: 20px;
}
.sk_page_diary_fr ul li .zj_info span img {
  margin-right: 5px;
  border-radius: 0px;
  float: left;
  margin-top: 4px;
  width: auto;
  height: auto;
}
.sk_page_diary_fr ul li .zj_info div {
  color: #aaaaaa;
  padding-bottom: 20px;
}
.sk_page_diary_fr ul li .zj_info a {
  width: 100px;
  text-align: center;
  line-height: 30px;
  color: #8f95ae;
  font-size: 12px;
  border: 1px solid #8f95ae;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}
.sk_page_diary_fr ul li .zj_info a:hover {
  background: #4BB3BB;
  color: #FFF;
  transition: all 0.3s;
  border: 1px solid #4BB3BB;
}
.team_boxs {
  border: 1px solid #f2f0f0;
  height: auto;
  background: #FFF;
  padding: 35px 40px;
  box-sizing: border-box;
  width: 1200px;
  overflow: hidden;
}
.team_boxs .team_left {
  width: 280px;
  height: auto;
  overflow: hidden;
  background: #fafafa;
  text-align: center;
  padding: 20px 16px;
}
.team_boxs .team_left .img {
  width: 142px;
  height: 142px;
  border-radius: 100px;
  overflow: hidden;
}
.team_boxs .team_left .img img {
  width: 142px;
  height: 142px;
  border-radius: 100px;
  overflow: hidden;
}
.team_boxs .team_left h3 {
  background: #dcdcdc;
  color: #333;
  height: 34px;
  line-height: 34px;
  padding: 0px 15px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  text-align: center;
  font-weight: normal;
  margin: 20px 0;
}
.team_boxs .team_left .sk_gut_tag {
  padding: 0px 0 15px;
  text-align: left;
  color: #888;
  text-align: justify;
}
.team_boxs .team_left .sk_gut_tag img {
  margin-right: 5px;
}
.team_boxs .team_left .sk_gut_hospital {
  padding: 0px 0 20px;
  text-align: left;
  color: #666;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.team_boxs .team_left a {
  width: 100px;
  text-align: center;
  line-height: 30px;
  color: #8f95ae;
  font-size: 12px;
  border: 1px solid #8f95ae;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}
.team_boxs .team_left a:hover {
  background: #4BB3BB;
  color: #FFF;
  transition: all 0.3s;
  border: 1px solid #4BB3BB;
}
.team_boxs .team_right {
  width: 800px;
}
.team_boxs .team_right h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.team_boxs .team_right h3 span {
  border-left: 4px solid #4BB3BB;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  color: #4BB3BB;
  padding-left: 5px;
}
.team_boxs .team_right .nr_box {
  padding-top: 20px;
  color: #999999;
  font-size: 14px;
  text-align: justify;
}
/*专家库 end*/
/*专家专栏*/
.doctor-answer,
.doctor-ask,
.doctor-msg,
.right-content {
  background: #fff;
}
.check-more-btn i,
.doctor-about-list i,
.doctor-about-list span,
.doctor-ask-title i,
.doctor-total-score i,
.item-article i,
.network-comment-level .comment i,
.network-score-content .comment i,
.network-score-title i {
  background-image: url(../../images/sele_jt.png);
  background-repeat: no-repeat;
}
.doctor-answer:hover,
.my-halve:hover {
  box-shadow: 1px 1px 15px #e1e1e1;
}
.sk_doctor {
  width: 1200px;
  margin-bottom: 70px;
  margin: 0 auto;
  margin-top: 25px;
}
.sk_doctor_page {
  width: 1200px;
  margin-bottom: 70px;
  overflow: hidden;
  box-shadow: 0px 4px 21px 0px rgba(212, 212, 212, 0.5);
}
.doctor-msg {
  display: flex;
  margin-bottom: 20px;
  padding: 40px 44px;
}
.doctor-msg-content {
  width: 710px;
  margin: 0;
  margin-left: 46px;
}
.doctor-msg-content .doctor_line {
  background: #A42127;
  width: 42px;
  height: 3px;
  border-radius: 100px;
  margin-left: 0;
  margin-top: 15px;
}
.doctor-msg-content .doctor_score .layui-rate {
  padding: 0 0 18px;
  padding-bottom: 15px;
}
.doctor-msg-content .doctor_score .layui-rate li i.layui-icon {
  font-size: 18px;
  color: #FF9000;
}
.doctor-msg-content .doctor_hospital .doctor-position {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.doctor-msg-content .doctor_hospital .doctor-position span {
  background: #A42127;
  border-radius: 0px 10px 10px 13px;
  color: #fff;
  margin: 0 12px 0 0;
  display: block;
  padding: 2px 12px;
  font-size: 16px;
}
.doctor-msg-content .doctor_hospital .doctor-position .nature {
  background: #2B9AF8;
}
.doctor-msg-content .doctor_hospital .doctor-position p {
  color: #999;
  margin: 0 60px 0 0;
}
.doctor-msg-content .doctor_hospital .doctor-news {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 18px;
}
.doctor-msg-content .doctor_hospital .doctor-news span {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  color: #767676;
}
.doctor-msg-content .doctor_hospital .doctor-news span:nth-child(2) {
  flex-shrink: 1;
  display: flex;
}
.doctor-msg-content .doctor_hospital .doctor-news span:nth-child(2) a {
  color: #b0b0b0;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  padding: 1px 5px;
  font-size: 15px;
}
.doctor-msg-content .doctor_hospital .doctor-news span:nth-child(2) a:nth-of-type(2) {
  color: #4989E8;
  border: 1px solid #4989E8;
}
.doctor-msg-content .doctor_hospital .doctor-news span:nth-child(2) a:nth-of-type(3) {
  color: #F1A961;
  border: 1px solid #F1A961;
}
.doctor-msg-content .doctor_hospital .doctor-news span:nth-child(2) a:hover {
  color: #A42127;
  border: 1px solid #A42127;
}
.doctor-msg-content .doctor_content {
  color: #666;
  letter-spacing: 0.5px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 18px;
}
.doctor-msg-content .doctor_content span {
  color: #fff;
  padding: 2px 5px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
  background: #FFA820;
  border-radius: 0px 10px 10px 0px;
  position: relative;
  z-index: 9;
}
.doctor-msg-content .doctor_content div {
  width: 100%;
  line-height: 28px;
  padding: 10px 15px;
  border-radius: 0px 10px 10px 10px;
  background: #F6F6F6;
  font-size: 16px;
  color: #8c8c8c;
  margin: -8px 0 0;
}
.doctor-msg-pic {
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}
.doctor-msg-pic img {
  width: 250px;
  border-radius: 10px;
}
.doctor-msg-person {
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.doctor-msg-person .name {
  font-size: 30px;
  color: #272727;
  font-weight: 600;
  margin: 0;
  padding-right: 24px;
  background-image: url(../../images/2023/v_icon.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 0;
}
.doctor-msg-person .job {
  vertical-align: bottom;
  margin-right: 0;
  font-size: 16px;
  color: #666;
}
.doctor-msg-person .label {
  margin-left: 5px;
  cursor: pointer;
}
.doctor-msg-person .label.tip-btn img {
  height: 18px;
}
.doctor-msg-person_name {
  display: flex;
  align-items: baseline;
  padding-top: 5px;
  position: relative;
}
.doctor-msg-person_name .hospital {
  margin: 0 0 0 5px;
  font-size: 18px;
  color: #3d3d3d;
}
.doctor-msg .techang_list {
  padding-bottom: 22px;
  margin-bottom: -15px;
  border-bottom: 1px solid #f7f7f7;
}
.doctor-msg .techang_list span {
  padding: 7px 6px;
  background-color: #ECF7F8;
  color: #4BB3BB;
  border-radius: 4px;
  margin-right: 16px;
}
/* 资质认证 */
.tip-hidden {
  display: none;
}
.content-wrap {
  padding: 30px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.content-wrap .detail-group {
  margin-bottom: 15px;
}
.content-wrap .detail-title {
  margin-bottom: 10px;
}
.content-wrap .sub-title {
  color: #323232;
  margin-bottom: 10px;
}
.content-wrap ul {
  margin-bottom: 10px;
}
.content-wrap .detail-group .detail-group-img {
  overflow: hidden;
}
.content-wrap .detail-group .img {
  position: relative;
  cursor: pointer;
  float: left;
  width: 200px;
}
.content-wrap .detail-group .img img {
  width: 100%;
}
.content-wrap .detail-group .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.3s;
}
.content-wrap .detail-group .img:hover::after {
  opacity: 0.5;
}
body .detail-group-img-layer {
  border-radius: 0 !important;
}
body .tip-wrap {
  max-height: 100%;
  overflow-y: auto;
}
body .tip-wrap .layui-layer-title {
  text-align: center;
  padding: 0 20px;
}
body .tip-wrap .layui-layer-title,
body .tip-wrap .layui-layer-content,
body .tip-wrap {
  border-radius: 0;
}
.doctor-msg-job {
  line-height: 48px;
  font-size: 14px;
}
.doctor-msg-job .hospital {
  margin-right: 16px;
}
.doctor-msg-label {
  margin-bottom: 6px;
  font-size: 0;
}
.doctor-msg-label span {
  display: inline-block;
  margin: 0 9px 10px 0;
  padding: 0 8px;
  min-width: 55px;
  line-height: 23px;
  border: 1px solid #cee6e6;
  color: #4BB3BB;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
}
.doctor-msg-label span.active {
  background: #f4f6f3;
  border-color: #f4f6f3;
}
.item-article {
  position: relative;
  margin-top: 24px;
  font-size: 14px;
}
.item-article .J_article_content {
  line-height: 25px;
  overflow: hidden;
}
.item-article .title {
  color: #4BB3BB;
  padding-left: 20px;
  position: relative;
}
.doctor-msg .item-article .title::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/Public/images/01www/doc_d_ic1.png) no-repeat;
}
.doctor-msg .time .title::before {
  background: url(/Public/images/01www/doc_d_ic2.png) no-repeat;
}
.item-article .content {
  width: 820px;
  color: #666;
}
.item-article .switch {
  display: none;
  position: absolute;
  right: -68px;
  bottom: 0;
  color: #4BB3BB;
  cursor: pointer;
}
.item-article i {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 6px;
}
.item-article i.open {
  background-position: 0 0;
}
.item-article i.close {
  background-position: -19px 0;
}
.item-article .title {
  line-height: 25px;
}
.doctor-msg-introduce .content {
  max-height: 51px;
  overflow: hidden;
}
.doctor-content {
  margin-top: 10px;
}
.doctor-ask {
  margin-bottom: 20px;
  padding: 0 29px;
  float: left;
  width: 799px;
  margin-top: 24px;
}
.doctor-ask-title {
  line-height: 54px;
  font-size: 20px;
}
.doctor-ask-title span {
  padding: 0 6px;
  color: #A42127;
}
.doctor-ask-title i {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  width: 30px;
  height: 15px;
  background-position: -280px 0;
}
.doctor-ask-input {
  display: block;
  padding: 2%;
  width: 100%;
  height: 205px;
  resize: none;
  font-size: 20px;
  line-height: 20px;
  color: #D8D8D8;
  background: #F7F7F7;
}
.question_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.5px;
}
.doctor-ask-btn {
  display: block;
  margin: 20px 0;
  width: 111px;
  height: 36px;
  background: #A42127;
  border: 1px solid #f1f1f1;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
}
.doctor-answer {
  padding: 0 29px;
}
.doctor-answer-title {
  line-height: 53px;
  text-align: center;
  color: #999;
  font-size: 16px;
}
.doctor-answer-title li {
  position: relative;
  float: left;
  width: 33.3%;
  cursor: pointer;
}
.doctor-answer-title.user-nav li {
  width: 50%;
}
.doctor-answer-title li span {
  padding: 0 6px;
  color: #4BB3BB;
}
.doctor-answer-title li a {
  padding: 0 6px;
  color: #666;
}
.doctor-answer-title li.active {
  border-bottom: 2px solid #4BB3BB;
  color: #4BB3BB;
}
.doctor-answer-title li.active a {
  color: #4BB3BB;
}
.doctor-answer-title li.active span {
  color: #ffa944;
}
.doctor-answer-title li:first-child i {
  width: 0;
}
.doctor-answer-content ul {
  display: none;
}
.doctor-answer-content ul.active {
  display: block;
}
.doctor-answer-content ul li {
  border-bottom: 1px dashed #f0f1f1;
  padding: 20px 0;
}
.doctor-answer-content ul li:last-child {
  border-bottom: 0;
}
.doctor-answer-content a {
  display: block;
  color: #999;
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
}
.doctor-answer-content .title {
  padding: 0px 0 18px;
  font-size: 16px;
  color: #333;
}
.doctor-answer-content .content {
  max-height: 72px;
  overflow: hidden;
}
.doctor-answer-content .msg {
  text-align: right;
  color: #c1c1c1;
  font-size: 12px;
}
.doctor-answer-content .msg span {
  padding-left: 14px;
}
.doctor-answer-btn {
  display: block;
  margin-top: 30px;
  line-height: 52px;
  font-size: 16px;
  color: #4BB3BB;
  border-top: 1px dashed #f0f1f1;
  text-align: center;
}
.right-content {
  float: right;
  width: 395px;
}
.my-halve {
  padding: 0;
  overflow: hidden;
}
.my-halve .my-halve_info {
  overflow: hidden;
  padding: 10px 25px 10px;
}
.my-halve .my-halve_info .msg {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 20px 0;
}
.my-halve .my-halve_info ul {
  overflow: hidden;
}
.my-halve .my-halve_info ul li {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px dashed #eeeeee;
}
.my-halve .my-halve_info ul li:last-child {
  border-bottom: 0;
}
.my-halve .my-halve_info ul li a {
  color: #333333;
  display: block;
  padding-bottom: 8px;
}
.my-halve .my-halve_info ul li font {
  color: #838383;
  font-size: 12px;
}
body .layui-layer-iframe.give-wrap {
  max-height: 100%;
}
.cont_l {
  position: relative;
  width: 785px;
  margin-right: 20px;
  float: left;
  background: #fff;
}
.ask_cont {
  padding: 25px;
  clear: both;
}
.ask_tit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
  text-align: left;
}
.coin-logo {
  padding-left: 20px;
  color: #e7412b;
  margin-left: 20px;
  background: url(../../images/zhanghu/icon_12.png) no-repeat left center;
}
.ask_tit .coin-logo {
  font-size: 18px;
}
.mation {
  margin: 20px 0;
}
.mation span {
  padding-right: 15px;
  font-size: 14px;
  color: #666;
}
.txt_ms {
  line-height: 30px;
  color: #333;
}
.txt_bc {
  margin-top: 20px;
  color: #666;
}
.txt_bc span {
  color: #333;
  line-height: 25px;
}
.ask_img {
  margin-top: 20px;
  overflow: hidden;
}
.ask_img li {
  width: 110px;
  height: 110px;
  background: #f3f3f3;
  float: left;
  margin-right: 10px;
}
.ask_img li img {
  width: 100%;
  height: 100%;
}
.ask_hid {
  overflow: hidden;
  position: relative;
  font-size: 16px;
}
.ask_img .uploadedImg {
  width: 110px;
  height: 110px;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
}
.txt-height {
  cursor: pointer;
  color: #666;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  background: #fff;
  padding-left: 58px;
  line-height: 15px;
}
.txt_nametime {
  margin-top: 15px;
}
.txt_nametime span {
  margin-right: 20px;
  color: #aaa;
  font-size: 12px;
}
.txt_label {
  margin-top: 20px;
}
.txt_label span {
  margin-right: 10px;
  padding: 5px 10px;
  background: #f9fbfd;
  color: #666;
}
.txt_label span:hover {
  background: #edf2fb;
}
.txt_label span a {
  color: #666;
  text-decoration: none;
}
.txt_complaint a {
  float: right;
  color: #aaa;
  margin-right: 10px;
  text-decoration: none;
}
.txt_complaint a:hover {
  color: #f60;
  text-decoration: none;
}
.txt_answer {
  margin-top: 25px;
}
.txt_answer1 {
  background: #ff934a;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  width: 123px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
  margin: 0;
}
.txt_answer1:hover {
  box-shadow: 0 0 5px 0 #666;
}
.selected {
  border-top: 20px solid #f8f9fb;
  position: relative;
  min-height: 200px;
}
.sele_img {
  margin-top: 12px;
  background: url(../../images/sele-img1.png) no-repeat;
  width: 148px;
  height: 35px;
  position: absolute;
  left: -6px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.sele_all {
  padding: 25px;
}
.selected .sele_img:first-child + .sele_all {
  margin-top: 44px;
}
.selected .doc_hr:last-child {
  display: none;
}
.doctor_all {
  overflow: hidden;
  position: relative;
}
.doc_img {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  float: left;
}
.doc_img img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.doc_txt {
  float: left;
  width: 584px;
}
.doc_xinx {
  line-height: 42px;
}
.doc_xinx span {
  margin-right: 20px;
  vertical-align: middle;
}
.doc_xinx span:last-child {
  display: inline-block;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc_name {
  color: #033;
  font-size: 16px;
}
.doc_yshi {
  color: #999;
}
.doc_label {
  background: #ffb54d;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 2px;
}
.doc_score {
  margin-top: 15px;
  overflow: hidden;
}
.doc_score p {
  float: left;
}
.doc_fuwu {
  margin-right: 20px;
}
.doc_star {
  margin-right: 40px;
}
.doc_star span img {
  width: 16px;
  height: 14px;
}
.doc_star span {
  margin-right: 6px;
}
.doc_pfen {
  color: #666;
}
.doc_sc {
  line-height: 34px;
  color: #666;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ask_doc {
  position: absolute;
  right: 0;
  width: 93px;
  height: 30px;
  background: #4a8cd9;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.ask_doc:hover {
  box-shadow: 0 0 5px 0 #666;
}
.ask_z {
  position: absolute;
  right: 0;
  width: 65px;
  height: 30px;
  background: #4a8cd9;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.adopt {
  position: absolute;
  right: 80px;
  width: 65px;
  height: 30px;
  background: #ff9b58;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.adopt:hover {
  box-shadow: 0 0 5px 0 #666;
}
.sele_txt {
  margin-top: 18px;
  line-height: 25px;
  color: #333;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
}
.doc_t_strip {
  margin-top: 20px;
  overflow: hidden;
  font-size: 12px;
}
.doc_time {
  float: left;
  color: #aaa;
  margin-right: 25px;
}
.doc_zwen {
  float: left;
  color: #666;
  line-height: 16px;
  margin-right: 40px;
  cursor: pointer;
}
.wenzilian {
  float: left;
  line-height: 16px;
}
.zwAll {
  overflow: hidden;
}
.wz_g {
  color: #2d69b0;
}
.doc_zwenall {
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 18px;
  border-radius: 5px;
  position: relative;
  background: #fafafa;
  font-size: 14px;
}
.jiao {
  position: absolute;
  top: -13px;
  left: 135px;
}
.doc_zw {
  margin-bottom: 10px;
}
.zw1 {
  color: #999;
  width: 45px;
}
.zw2 {
  color: #666;
  line-height: 25px;
}
.hfu {
  color: #2d69b0;
  cursor: pointer;
  margin-left: 5px;
  text-decoration: underline;
}
.input_box {
  position: relative;
  color: #999;
  border: 1px solid #e3e3e3;
  padding: 10px;
  border-radius: 5px;
}
.attTxtBox {
  position: absolute;
  font-size: 12px;
  bottom: -22px;
  left: 0;
  color: #ff9b58;
}
.hfu_box {
  display: none;
}
.input_box textarea {
  width: 550px;
  background: #fafafa;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-user-modify: read-write-plaintext-only;
}
.sub_box {
  text-align: right;
  margin-top: 13px;
}
.sub1 {
  color: #999;
  margin-right: 15px;
  cursor: pointer;
}
.sub2 {
  cursor: pointer;
  width: 63px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #4a8cd9;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}
.hf_span {
  width: 70px;
  float: left;
}
.doc_hr {
  height: 1px;
  background: #f4f5f7;
  border: none;
}
.marg_top {
  background: url(../../images/ycn.png) no-repeat 690px top;
  margin-top: 30px;
}
/* 提问页 */
.put_all {
  background: #fff;
  padding-top: 30px;
}
.sym_tit {
  color: #333333;
  font-size: 16px;
}
/* .sym_input{margin-top: 20px;position: relative;width: 497px;margin-left: 0;} */
.sym_input {
  margin-top: 7px;
  position: relative;
  width: 497px;
  margin-left: 0;
}
.sym_input input {
  width: 497px;
  height: 35px;
  color: #999999;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  padding-left: 10px;
}
.att_tshi_col {
  color: red !important;
}
/* .att_tshi{position: absolute;font-size: 12px;top: -22px;right: 0;color:#999999;} */
.att_tshi {
  position: absolute;
  font-size: 12px;
  top: -25px;
  right: 0;
  color: #999999;
}
.sym_input input::-webkit-input-placeholder {
  color: #999999;
}
.sym_input input:focus::-webkit-input-placeholder {
  color: #999999;
}
.describe_txt {
  margin-top: 30px;
}
/* .descr_txt_all{margin-top: 20px;border:1px solid #E7E7E7;border-radius: 5px;position: relative;} */
.descr_txt_all {
  margin-top: 7px;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  position: relative;
}
.descr_textarea {
  width: 100%;
  padding: 10px;
  min-height: 238px;
  overflow: hidden;
  border-radius: 5px;
  word-wrap: break-word;
  resize: horizontal;
  height: 238px;
  color: #999999;
  margin-left: 0px;
  margin-right: 0px;
  resize: none;
}
.desar_txt {
  padding: 10px;
  background: #F2F7FD;
}
.desar_txt1 {
  color: #79ABE6;
  cursor: pointer;
}
.cur_all {
  display: block;
}
.desar_txt2 {
  margin-top: 15px;
  color: #666664;
  font-size: 12px;
}
.desar_txt3 {
  color: #666664;
  font-size: 12px;
  margin-top: 10px;
}
.hb_time {
  margin-top: 30px;
}
.time_span span {
  cursor: pointer;
  margin-top: 10px;
  color: #333333;
  width: 120px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
.time_span span:nth-of-type(1) {
  background: rgba(164, 33, 39, 0.8);
}
.time_span span:nth-of-type(2) {
  background: rgba(164, 33, 39, 0.6);
}
.time_span span:nth-of-type(3) {
  background: rgba(164, 33, 39, 0.4);
}
.time_span span:nth-of-type(4) {
  background: rgba(164, 33, 39, 0.3);
}
.time_span span:nth-of-type(5) {
  background: rgba(164, 33, 39, 0.2);
}
.time_span span:nth-of-type(6) {
  background: rgba(164, 33, 39, 0.9);
}
.time_span span:nth-of-type(7) {
  background: rgba(164, 33, 39, 0.1);
}
.time_span_col {
  background: #A42127 !important;
  color: #fff !important;
}
.file_delete {
  display: none;
  cursor: pointer;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.file_plus .file_delete {
  display: none !important;
}
.file_plus input {
  opacity: 0;
  width: 120px;
  height: 120px;
}
.file_style::before,
.file_style::after {
  content: '';
  position: absolute;
  height: 5px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -1px;
  background: #DBDBDB;
  border-radius: 5px;
}
.file_style::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(-91deg);
}
.file_style::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-180deg);
}
.hz_information {
  margin-top: 30px;
}
.age {
  border: 1px solid #E7E7E7;
  width: 196px;
  height: 35px;
}
.age_num,
#selectAge {
  float: left;
}
.age_num {
  height: 33px;
  line-height: 33px;
  width: 155px;
  padding-left: 10px;
  color: #999999;
}
.age span {
  line-height: 33px;
  float: left;
  text-align: center;
  width: 30px;
}
#selectAge {
  color: #999999;
  width: 31px;
  margin: 10px 0;
  text-align: center;
  border: none;
  line-height: 15px;
  outline: 0;
  -webkit-tap-highlight-color: #fff;
}
.infor_all {
  overflow: hidden;
  height: 55px;
  margin-top: 20px;
}
.age,
.sex {
  float: left;
  border-radius: 3px;
}
.sex_l {
  cursor: pointer;
  border-radius: 3px;
  line-height: 35px;
  color: #333;
  margin-left: 10px;
  float: left;
  text-align: center;
  font-size: 16px;
  padding-left: 24px;
  background: url(../../images/zhanghu/icon_14.png) no-repeat left center;
}
.age_num::-webkit-input-placeholder {
  color: #999999;
}
.age_num:focus::-webkit-input-placeholder {
  color: #999999;
}
.op {
  background: url(../../images/zhanghu/icon_15.png) no-repeat left center;
}
.yunqi {
  float: left;
  border-radius: 3px;
  margin-left: 10px;
  color: #999999;
  display: none;
  border: 1px solid #E7E7E7;
  width: 196px;
  height: 35px;
}
.yun {
  display: none;
}
.yun_txt {
  width: 158px;
  line-height: 33px;
  padding-left: 10px;
}
.yun_r {
  float: right;
  line-height: 35px;
  margin-right: 10px;
}
.yun_txt::-webkit-input-placeholder {
  color: #999999;
}
.yun_txt:focus::-webkit-input-placeholder {
  color: #999999;
}
.infor_tshi {
  color: #999999;
  font-size: 12px;
  margin-top: 15px;
}
.slide_yz {
  margin-top: 20px;
}
.sub_bot {
  width: 155px;
  height: 40px;
  background: #D5D5D5;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  line-height: 40px;
  text-align: center;
  margin-left: 0;
  margin-top: 30px;
}
.sub_bot_col {
  background: #A42127;
}
.prompt {
  width: 285px;
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin-top: 5px;
}
.drug_link {
  overflow: hidden;
  margin-top: 20px;
}
.drug_link li {
  float: left;
  width: 112px;
  text-align: center;
  margin: 0 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tj_ask a {
  color: #fff;
}
.tj_ask a:hover {
  text-decoration: none;
}
.user_ask_upload {
  overflow: hidden;
  padding-top: 30px;
}
.user_ask_upload .uploaded-img {
  width: 49px;
  height: 49px;
  float: left;
  position: relative;
  margin-right: 20px;
}
.user_ask_upload .uploaded-img .uploadedImg {
  overflow: hidden;
  width: 49px;
  height: 49px;
}
.user_ask_upload .uploaded-img .close {
  height: 22px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.user_ask_upload .uploaded-img .close .fa {
  color: #000000;
  font-size: 16px;
}
.user_ask_upload .controlInput {
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 47px;
}
.user_ask_upload .controlInput .ask_upload_btn {
  float: left;
  color: #666666;
  font-size: 14px;
  position: relative;
  width: 154px;
  line-height: 47px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
}
.user_ask_upload .controlInput .ask_upload_btn img {
  vertical-align: middle;
  display: inline-block;
  height: 17px;
  width: 17px;
  line-height: 47px;
  margin-top: -3px;
  opacity: 0.5;
}
.user_ask_upload .controlInput .last-test {
  margin-left: 10px;
  float: left;
}
.user_ask_bg {
  display: none;
  background: #000;
  position: fixed;
  z-index: 999;
  background-color: #000;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.user_ask_bg img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.user_ask_upload_switch {
  margin-top: 20px;
  overflow: hidden;
  line-height: 22px;
}
.user_ask_upload_switch .reward_tit {
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
.user_ask_upload_switch .box {
  float: left;
}
.user_ask_upload_switch .box .layui-form-switch {
  line-height: 20px;
  width: 52px;
}
.user_ask_upload_switch .box .layui-form-switch i {
  width: 14px;
  height: 14px;
}
.user_ask_upload_switch .box .layui-form-onswitch {
  border-color: #4A8CD9;
  background-color: #4A8CD9;
}
/* 提问页end */
.my-halve .knowledge_page_tit {
  padding-left: 70px;
  background: url(../../images/ic_57.png) no-repeat 25px center;
  background-size: 19px auto;
}
.sk_user_ask {
  background: #fff;
  width: 950px;
  margin-top: 20px;
}
.sk_ask_z_hidden {
  display: none;
}
.sk_ask_z_info {
  width: 100%;
  display: block;
}
.sk_ask_z_info .layui-textarea {
  border: 0;
  height: 290px;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.sk_ask-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.modal-footer .layui-layer-close {
  position: static;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.sk_ask_z_info .layui-textarea input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
}
.sk_ask_z_info .layui-textarea input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}
.sk_ask_z_info .layui-textarea input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888;
}
.sk_ask_z_info .layui-textarea input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
}
.sk_page-content {
  width: 1200px;
  padding: 0 0 40px;
  overflow: hidden;
}
.page-content-left {
  background: #fff;
  border-radius: 4px;
}
.skCommon_fl {
  float: left;
  width: 785px;
}
.post-screen {
  background: #fff;
  border: 4px 4px 0 0;
}
.post-screen-content {
  padding: 15px 25px 15px;
  line-height: 29px;
  border-bottom: 1px solid #ebebeb;
}
.post-screen-checkbox {
  margin-right: 18px;
  cursor: pointer;
}
.post-screen-checkbox input {
  vertical-align: middle;
  margin: -3px 8px 0 0;
  cursor: pointer;
}
.post-screen-checkbox input[type=checkbox]::before {
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  content: '';
  border: 1px solid #bdbdbd;
}
.post-screen-checkbox input[type=checkbox]:checked::before {
  border-color: #4a8cda;
  background: url(../../images/2020icon/icon-3.png) no-repeat center center;
  background-size: 100% auto;
}
.post-screen-checkbox input[type=checkbox]:checked::after {
  border-color: #4a8cda;
  background: url(../../images/2020icon/icon-3.png) no-repeat center center;
  background-size: 100% auto;
}
.common-title {
  padding: 10px 20px 0;
  color: #666;
  font-size: 16px;
  line-height: 54px;
}
.ask-link {
  float: right;
  margin-top: 3px;
  padding: 0 10px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  background: #4BB3BB;
  border-radius: 4px;
  text-decoration: none;
}
.ask-link:hover {
  color: #fff;
}
.question-label {
  overflow: hidden;
  padding: 10px 10px 20px;
  border-bottom: 20px solid #f8f9fb;
  position: relative;
}
.question-label .box {
  overflow: hidden;
}
.question-label .iteam {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
  width: 110px;
  position: relative;
  height: 40px;
  border-radius: 3px;
  background: #dbecfd;
  overflow: hidden;
}
.question-label .iteam .img {
  position: absolute;
  right: 0;
  top: 0;
}
.question-label .iteam .img .hover {
  display: none;
}
.question-label .iteam img {
  height: 40px;
}
.question-label .iteam a {
  color: #070303;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 12px;
  font-size: 14px;
}
.question-label .iteam:hover {
  background: #86c1fe;
}
.question-label .iteam:hover img {
  display: none;
}
.question-label .iteam:hover .hover {
  display: block;
}
.question-label .iteam.active {
  background: #86c1fe;
}
.question-label .iteam.active img {
  display: none;
}
.question-label .iteam.active .hover {
  display: block;
}
.question-label .switch {
  position: absolute;
  right: 3%;
  bottom: 0;
  color: #4BB3BB;
  cursor: pointer;
  display: none;
  bottom: 10px;
}
.question-label i {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 6px;
  background-image: url(../../images/sele_jt.png);
  background-repeat: no-repeat;
}
.question-label i.open {
  background-position: 0 0;
}
.question-label i.close {
  background-position: -19px 0;
}
.question-label .title {
  float: left;
  line-height: 25px;
}
.question-box {
  overflow: hidden;
  padding-bottom: 30px;
  border-radius: 0 0 4px 4px;
}
.question-content {
  /*padding: 0 30px;*/
  line-height: 30px;
  color: #666;
  font-size: 14px;
  padding-bottom: 30px;
  min-height: 615px;
}
.question-content li {
  padding: 20px 30px;
  border-bottom: 20px solid #f8f9fb;
}
.question-content li:last-child {
  border: 0;
}
.question-answer {
  padding-top: 20px;
  overflow: hidden;
}
.question-answer-content {
  padding-left: 10px;
  float: left;
  width: 685px;
}
.question-ask-img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  float: left;
  font-size: 0;
}
.question-ask-img img {
  width: 100%;
  height: 100%;
}
.question-ask-title {
  overflow: hidden;
  line-height: 40px;
}
.question-ask-title .question-ask-img-tit {
  width: 685px;
  font-size: 16px;
  padding-left: 10px;
  float: left;
  border-bottom: 1px dashed #e1e1e1;
}
.question-ask-title .question-ask-img-tit h3 {
  color: #3066b3;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.question-ask-title .question-ask-img-tit h3 .coin-logo {
  padding-left: 20px;
  color: #e7412b;
  margin-left: 20px;
  background: url(../../images/zhanghu/icon_12.png) no-repeat left center;
}
.question-ask-title .question-ask-img-tit h3 .question-tit:hover {
  text-decoration: underline;
}
.question-ask-title .question-ask-img-tit h4 {
  color: #999;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
}
.question-ask-title .question-ask-img-tit p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 12px;
  word-break: break-all;
}
.question-ask-title .question-ask-img-tit p.time {
  line-height: 17px;
  height: 17px;
  font-size: 12px;
}
.question-ask-title .question-ask-img-tit p.time span {
  color: #999;
}
.question-ask-label {
  font-size: 0;
}
.question-ask-label span {
  margin-left: 18px;
  font-size: 12px;
  color: #999;
}
.question-ask-label span:first-child {
  font-size: 14px;
  color: #333;
}
.doctor-msg-box .doctor-msg-true,
.question-ask-label .question-ask-true {
  display: inline-block;
  padding-left: 2px;
  width: 30px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.question-ask-label .question-ask-name {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.question-answer-content a {
  color: #4a8cd9;
}
.question-ask-name:hover .doctor-msg-position {
  display: block;
}
.page-content-right {
  float: right;
  width: 395px;
}
.post-screen-header {
  overflow: hidden;
  background: #e6eefa;
  padding: 1rem 3%;
}
.post-screen-header .commentboxNum {
  margin: 0;
  line-height: 26px;
}
.post-screen-header .ask-link {
  border-radius: 2rem;
  margin: 0;
}
.con_main {
  overflow: hidden;
}
.con_main li {
  padding: 35px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.con_main dt {
  margin: 0 20px 0 0;
  float: left;
}
.con_main dt img {
  width: 60px;
  height: 60px;
  border: 1px solid #dde5ec;
}
.con_main dd {
  float: left;
  width: 818px;
  width: 815px;
}
.con_main dd p {
  font-size: 14px;
  line-height: 26px;
  margin: 6px 0 0;
  width: 625px;
}
.con_main dd p b {
  color: #333;
}
.con_main dd a:hover {
  color: #4BB3BB;
}
.con_main dd .blue2010 {
  color: #4BB3BB;
  text-decoration: underline;
}
.tit_text {
  width: 465px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.tit_text a {
  color: #333;
}
.tit_text_yidu a {
  color: #666;
}
.con_time {
  text-align: right;
  float: right;
  padding: 0 53px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.con_main dd .banner_pic {
  margin: 25px 0 0;
}
.con_main dd .banner_pic img {
  width: 600px;
  height: 125px;
}
.noFind {
  width: 100%;
  text-align: center;
  padding-top: 90px;
  background: #fff;
}
.noFind .noFind_text {
  color: #888;
  font-size: 20px;
  margin-top: 25px;
}
.noFind .noFind_fh {
  text-align: center;
  margin-top: 50px;
}
.noFind .noFind_fh a {
  border-radius: 10px;
  width: 160px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  background-color: #A42127;
  position: relative;
}
.noFind .recommend-list {
  width: 1200px;
  margin: 30px auto;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.noFind .recommend-list .recommend-list-title {
  width: 100%;
  text-align: left;
  color: #AFAFAF;
  font-weight: 600;
  margin: 10px 20px;
  position: relative;
}
.noFind .recommend-list .recommend-list-title .line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, rgba(185, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 30px;
  bottom: 2.5px;
}
.noFind .recommend-list-main {
  width: 1200px;
  display: flex;
  align-items: flex-start;
  margin: 0 auto 100 auto;
  flex-wrap: wrap;
  align-items: stretch;
}
.noFind .recommend-list-main .iteam {
  width: 400px;
  background: #fff;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #F9F9F9;
  padding: 10px 25px;
  border-right: 1px solid #F9F9F9;
}
.noFind .recommend-list-main .iteam .news {
  display: flex;
  align-items: flex-start;
  margin-top: 14px;
}
.noFind .recommend-list-main .iteam .news .message {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}
.noFind .recommend-list-main .iteam .news .message .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  margin-top: 11px;
  color: #767676;
}
.noFind .recommend-list-main .iteam .news .message .time .icon {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.noFind .recommend-list-main .iteam .news .message .look {
  width: 80px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 14px;
  letter-spacing: 0em;
  color: #929292;
}
.noFind .recommend-list-main .iteam .news .message .look .icon,
.noFind .recommend-list-main .iteam .news .message .look .hover-icon {
  width: 18px;
  height: 18px;
  margin: 0;
}
.noFind .recommend-list-main .iteam .news .message .look .hover-icon {
  display: none;
}
.noFind .recommend-list-main .iteam .news .message .look:hover {
  border: none;
  background: #B60101;
  color: #fff;
}
.noFind .recommend-list-main .iteam .news .message .look:hover .hover-icon {
  display: block;
}
.noFind .recommend-list-main .iteam .news .message .look:hover .icon {
  display: none;
}
.noFind .recommend-list-main .iteam .news .picture {
  width: 160px;
  height: auto;
}
.noFind .recommend-list-main .iteam:nth-child(3n) {
  border-right: none;
}
.noFind .recommend-list-main .iteam:last-child {
  border-bottom: none;
}
.noFind .recommend-list-main .iteam:nth-last-child(2) {
  border-bottom: none;
}
.noFind .recommend-list-main .iteam .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3D3D3D;
}
.noFind .recommend-list-main .iteam .title:hover {
  color: #A42127;
}
.noFind .recommend-list-main .iteam .label {
  font-size: 12px;
  color: #afafaf;
  line-height: 12px;
  margin-top: 15px;
}
.noFind .recommend-list-main .iteam .label span {
  margin-right: 5px;
}
.noFind .recommend-list-main .iteam .label span a {
  color: #afafaf;
}
.noFind .recommend-list-main .iteam .label span a:hover {
  color: #4BB3BB;
}
.noFind .recommend-list-main .iteam .img {
  margin-top: 25px;
  border-radius: 5px;
  overflow: hidden;
  width: 200px;
  height: 133px;
  flex-shrink: 0;
  margin: 0;
}
.noFind .recommend-list-main .iteam .img img {
  width: 100%;
  height: auto;
}
.noFind .recommend-list-main .iteam .info {
  display: flex;
  margin-top: 15px;
}
.noFind .recommend-list-main .iteam .desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #767676;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* 答疑解惑内页问答 */
.single-post-tags {
  overflow: hidden;
  padding: 10px 40px;
}
.single-post-tags a {
  display: inline-block;
  height: 26px;
  line-height: 24px;
  padding: 0 15px;
  border: 1px solid #68727d;
  border-radius: 15px;
  margin-right: 10px;
  color: #68727d;
}
.single-post-tags a:hover {
  color: #4BB3BB;
  border-color: #4BB3BB;
}
.related-articles {
  padding: 25px 40px 5px;
  overflow: hidden;
}
.related-articles h4 {
  color: #3d464d;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
}
.related-articles .row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  height: auto;
  zoom: 1;
  display: block;
}
.related-articles .col-8 {
  display: block;
  width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 20px;
  height: 178px;
}
.related-articles .col-8 .img {
  height: 125px;
  overflow: hidden;
}
.related-articles .col-8 .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  min-height: 125px;
}
.related-articles .col-8 .img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.related-articles .col-8 .desc {
  font-size: 14px;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  padding-top: 10px;
  line-height: 22px;
}
.related-articles .col-8 .desc a {
  color: #333;
}
.related-articles .col-8 .desc a:hover {
  color: #4BB3BB;
}
.mobile_article {
  padding: 0 40px 25px;
  overflow: hidden;
}
.mobile_article .comment-title {
  position: relative;
  margin: 10px 0;
  padding-left: 8px;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  color: #666;
  margin-bottom: 15px;
  height: 18px;
}
.mobile_article .comment-title:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #4BB3BB;
}
.mobile_article .comment-title h3 {
  display: inline-block;
  font-weight: 600;
}
.commentboxNum {
  display: inline-block;
  margin-left: 10px;
}
.commentboxNum span {
  color: #4BB3BB;
  font-weight: bold;
  display: inline-block;
}
.commentNum {
  animation: myfirst1 0.6s linear 0s infinite alternate;
  /* Firefox: */
  -moz-animation: myfirst1 0.6s linear 0s infinite alternate;
  /* Safari and Chrome: */
  -webkit-animation: myfirst1 0.6s linear 0s infinite alternate;
  /* Opera: */
  -o-animation: myfirst1 0.6s linear 0s infinite alternate;
}
.commentNum2 {
  animation: myfirst2 0.6s linear 0s infinite alternate;
  /* Firefox: */
  -moz-animation: myfirst2 0.6s linear 0s infinite alternate;
  /* Safari and Chrome: */
  -webkit-animation: myfirst2 0.6s linear 0s infinite alternate;
  /* Opera: */
  -o-animation: myfirst2 0.6s linear 0s infinite alternate;
}
.commentNum3 {
  animation: myfirst1 0.6s linear 0s infinite alternate;
  /* Firefox: */
  -moz-animation: myfirst1 0.6s linear 0s infinite alternate;
  /* Safari and Chrome: */
  -webkit-animation: myfirst1 0.6s linear 0s infinite alternate;
  /* Opera: */
  -o-animation: myfirst1 0.6s linear 0s infinite alternate;
}
@keyframes myfirst1 {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes myfirst1 {
  /* Firefox */
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes myfirst1 {
  /* Opera */
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes myfirst1 {
  /* Safari and Chrome */
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes myfirst2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-moz-keyframes myfirst2 {
  /* Firefox */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-o-keyframes myfirst2 {
  /* Opera */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes myfirst2 {
  /* Safari and Chrome */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.input-module_convention {
  padding-top: 10px;
}
.input-module_convention a {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
}
.input-module_convention a:hover {
  text-decoration: underline;
}
/* 答疑解惑内页问答 end*/
/*全站热搜*/
.searchHot_info {
  padding: 30px 25px 0;
  overflow: hidden;
}
.searchHot_info .searchHot_info_fl {
  width: 219px;
  padding-right: 10px;
  height: 71px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
}
.searchHot_info .searchHot_info_fl a {
  color: #333333;
}
.searchHot_info .searchHot_info_fl a:hover {
  color: #4BB3BB;
}
.searchHot_info .searchHot_info_fr {
  width: 126px;
  height: 71px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.searchHot_info .searchHot_info_fr img {
  min-height: 71px;
  width: 126px;
}
.searchHot_info ul {
  overflow: hidden;
}
.searchHot_info ul li {
  padding-bottom: 30px;
  overflow: hidden;
}
.searchHot_info ul li .searchHot_info_fr em {
  position: absolute;
  top: 0;
  left: 5px;
  width: 38px;
  height: 28px;
}
.searchHot_info ul li:first-child .searchHot_info_fr em {
  background: url(../../images/top1.png) no-repeat center center;
}
.searchHot_info ul li:first-child + li .searchHot_info_fr em {
  background: url(../../images/top2.png) no-repeat center center;
}
.searchHot_info ul li:first-child + li + li .searchHot_info_fr em {
  background: url(../../images/top3.png) no-repeat center center;
}
/*全站热搜 end*/
.QuestionTop {
  background: #ffffff;
  margin-top: 20px;
  width: 395px;
  z-index: 999;
  border-radius: 4px;
}
.QuestionTop .knowledge_page_tit {
  padding-left: 70px;
  background: url(../../images/icon_10.png) no-repeat 25px center;
}
.Question_info {
  overflow: hidden;
  padding: 30px 25px;
  position: relative;
}
.Question_info ul li {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.Question_info ul li .Question_info_box {
  overflow: hidden;
}
.Question_info ul li .img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  border: 3px solid #4BB3BB;
  position: relative;
  z-index: 2;
}
.Question_info ul li .img img {
  width: 100%;
  height: 100%;
}
.Question_info ul li .Question_info_fr {
  float: right;
  width: 265px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e9e6e6;
  padding-top: 5px;
  overflow: hidden;
}
.Question_info ul li .Question_info_fr h3 {
  color: #333333;
  font-size: 16px;
  line-height: 22px;
}
.Question_info ul li .Question_info_fr h3:hover {
  color: #4BB3BB;
}
.Question_info ul li .Question_info_fr h4 {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
}
.Question_info .bd {
  position: relative;
  height: 525px;
  overflow: hidden;
}
.Question_info .bd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  width: 1px;
  background: #a5cef1;
}
.QuestionTopmore {
  padding-bottom: 25px;
}
.QuestionTopmore a {
  border: 1px solid #4BB3BB;
  border-radius: 1px;
  font-size: 14px;
  color: #4BB3BB;
  text-align: center;
  width: 278px;
  height: 36px;
  line-height: 36px;
  display: block;
}
.QuestionTopmore a:hover {
  color: #fff;
  background: #b3ccf4;
  border: none;
}
/*寻医问诊侧边栏----口腔专家 end*/
.xywzTop {
  background: #ffffff;
  margin-top: 20px;
  width: 395px;
  z-index: 999;
  border-radius: 4px;
}
.xywzTop .knowledge_page_tit {
  padding-left: 70px;
  background: url(../../images/xywz/icon1.png) no-repeat 25px center;
}
.xywzTop_info {
  overflow: hidden;
  padding: 5px 25px 30px;
  position: relative;
}
.xywzTop_info ul li {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.xywzTop_info ul li .xywzTop_info_box {
  overflow: hidden;
  border-bottom: 1px dashed #eeeeee;
  padding: 25px 0;
}
.xywzTop_info ul li .fl {
  float: left;
  position: relative;
  width: 90px;
}
.xywzTop_info ul li .fl .xywzbtn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #4BB3BB;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  z-index: 99;
}
.xywzTop_info ul li .img {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  font-size: 0;
}
.xywzTop_info ul li .img img {
  width: 100%;
  height: 100%;
}
.xywzTop_info ul li .xywzTop_info_fr {
  float: right;
  width: 250px;
  padding-left: 15px;
  padding-top: 10px;
  overflow: hidden;
  height: 98px;
}
.xywzTop_info ul li .xywzTop_info_fr .title {
  border-bottom: 1px solid #f4f4f4;
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 15px;
  line-height: 1;
}
.xywzTop_info ul li .xywzTop_info_fr .title h3 {
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-right: 10px;
  float: left;
  white-space: nowrap;
}
.xywzTop_info ul li .xywzTop_info_fr .title div {
  margin-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.xywzTop_info ul li .xywzTop_info_fr .title div span {
  margin-right: 10px;
  border-right: 2px solid #f2f2f2;
  padding-right: 10px;
}
.xywzTop_info ul li .xywzTop_info_fr .title div span:last-child {
  padding-right: 0;
  border: 0;
}
.xywzTop_info ul li .xywzTop_info_fr .info {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}
.xywzTop_info .bd {
  position: relative;
  overflow: hidden;
  height: 755px;
}
/*充值中心*/
.sk_Charge_WeChat {
  overflow: hidden;
}
.sk_Charge_nav {
  overflow: hidden;
  padding-top: 10px;
}
.sk_Charge_nav a {
  float: left;
  width: 155px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  border: 1px solid #e5e5e5;
  margin-right: 15px;
}
.sk_Charge_nav a span {
  padding-left: 30px;
}
.sk_Charge_nav a span.sk_Charge_nav_weixin {
  background: url(../../images/zhanghu/icon_1.png) no-repeat left center;
}
.sk_Charge_nav a span.sk_Charge_nav_zfb {
  background: url(../../images/zhanghu/icon_2.png) no-repeat left center;
}
.sk_Charge_nav a:hover {
  border-color: #4BB3BB;
}
.sk_Charge_nav a.active {
  border-color: #4BB3BB;
}
.sk_Charge_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  border-left: 5px solid #4BB3BB;
  padding-left: 10px;
  margin: 40px 0 30px;
}
.sk_Charge_WeChat_info {
  background: url(../../images/zhanghu/codephone.jpg) no-repeat 305px center;
}
.sk_Charge_WeChat_info .title {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.sk_Charge_WeChat_info .title font {
  color: #e3393c;
  font-weight: bold;
}
.sk_Charge_WeChat_info .ewm {
  overflow: hidden;
  width: 232px;
  text-align: center;
  margin: 15px 0 0;
}
.sk_Charge_WeChat_info .ewm .img {
  border: 1px solid #eeeeee;
  padding: 20px;
  display: inline-block;
}
.sk_Charge_WeChat_info .ewm a {
  display: inline-block;
  color: #4BB3BB;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 15px;
}
.sk_Charge_ts {
  overflow: hidden;
  padding-top: 40px;
}
.sk_Charge_ts .title {
  color: #e3393c;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  background: url(../../images/zhanghu/icon_4.png) no-repeat left center;
  line-height: 22px;
  background-size: 14px;
  font-size: 14px;
}
.sk_Charge_ts .title span {
  color: #999999;
  font-weight: normal;
}
.sk_Charge_ts .info {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  padding-top: 15px;
}
.sk_Charge_WeChat_form {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
}
.sk_Charge_WeChat_form div {
  float: left;
}
.sk_Charge_WeChat_form input {
  border: 1px solid #e5e5e5;
  height: 36px;
  padding: 0 5px;
  width: 195px;
  margin-right: 10px;
}
.sk_Charge_WeChat_form .Charge_btn {
  cursor: pointer;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  background: #4BB3BB;
  width: 95px;
  height: 36px;
  line-height: 36px;
  float: left;
  text-align: center;
  border-radius: 36px;
  margin-left: 10px;
}
.sk_Charge_WeChat_box {
  background: #e5f2ff;
  color: #666666;
  font-size: 14px;
  padding: 25px 0;
  text-align: center;
  margin-top: 15px;
}
.sk_Charge_help {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.sk_Charge_help h3 {
  font-weight: bold;
  color: #333333;
}
.sk_Charge_help p {
  margin-top: 10px;
}
/* @media screen and (max-width:1024PX) {
    .sk_Charge_help {
        font-size: 0.805rem;
        line-height: 1.4rem;
        padding: 0;
    }
    .sk_Charge_help p {
        margin-top: 0.5rem;
    }
} */
/*充值中心 end*/
.sk_integral_title {
  color: #444444;
  font-size: 14px;
}
.sk_integral_box {
  padding: 25px 40px;
  border: 2px solid #e2e2e2;
  background-color: #f1f1f1;
  margin-top: 20px;
  color: #444444;
  font-size: 16px;
  line-height: 38px;
  overflow: hidden;
}
.sk_integral_box font {
  float: left;
}
.sk_integral_box .sk_integral_box_jf {
  color: #666666;
  font-size: 16px;
  width: 100px;
  height: 38px;
  border: 1px solid #d8d7d7;
  float: left;
  text-align: center;
  border-radius: 5px;
  margin: 0 10px;
}
.sk_integral_box .sk_integral_box_jiantou {
  width: 33px;
  height: 38px;
  float: left;
  margin: 0 14px 0 14px;
  background: url(../../images/zhanghu/icon_5.png) no-repeat center center;
}
.sk_integral_box .sk_serve_box_number_box {
  padding: 0 10px;
  height: 38px;
}
.sk_integral_box .sk_serve_box_number_box span {
  height: 38px;
}
.sk_integral_box .sk_serve_box_number_box input {
  background: #ffffff;
}
.sk_integral_box .sk_serve_box_number_box input,
.sk_integral_box .sk_serve_box_number_box button {
  line-height: 36px;
  height: 36px;
}
.sk_integral_box .sk_integral_box_more {
  width: 117px;
  background: #A42127;
  line-height: 38px;
  text-align: center;
  float: left;
  margin-left: 40px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}
.sk_serve_box_number_box {
  float: left;
  color: #888888;
  height: 34px;
}
.sk_serve_box_number_box span {
  border: 1px solid #dddddd;
  height: 34px;
  float: left;
}
.sk_serve_box_number_box input {
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: #444;
  height: 32px;
  float: left;
}
.sk_serve_box_number_box button {
  width: 30px;
  background: #eeeeee;
  font-size: 20px;
  font-weight: 700;
  color: #666;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  float: left;
}
.gift_wall_main {
  width: 1000px;
  overflow: hidden;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.gift_wall_main_title {
  border-bottom: 1px solid #e5e5e5;
  height: 34px;
}
.gift_wall_main_title a {
  color: #333333;
  font-size: 16px;
  float: left;
  height: 34px;
  margin-right: 30px;
}
.gift_wall_main_title a:hover {
  border-bottom: 2px solid #4BB3BB;
  color: #4BB3BB;
}
.gift_wall_main_title a.active {
  border-bottom: 2px solid #4BB3BB;
  color: #4BB3BB;
}
.gift_wall_main_info {
  overflow: hidden;
  padding: 30px 0 10px;
}
.gift_wall_main_info li {
  float: left;
  border: 1px solid #eeeeee;
  overflow: hidden;
  width: 300px;
  border-radius: 5px;
  padding: 25px 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.gift_wall_main_info li:nth-child(3n) {
  margin-right: 0;
}
.gift_wall_main_info li .img {
  float: left;
  width: 145px;
  text-align: center;
  border-right: 1px dashed #eeeeee;
}
.gift_wall_main_info li .info {
  float: left;
  width: 153px;
  padding-left: 20px;
}
.gift_wall_main_info li .info h3 {
  color: #444444;
  font-size: 16px;
}
.gift_wall_main_info li .info span {
  color: #666666;
  font-size: 14px;
  display: block;
  padding: 15px 0;
}
.gift_wall_main_info li .info span font {
  color: #fe4b4b;
  font-weight: bold;
  font-size: 16px;
}
.gift_wall_main_info li .info a {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  width: 58px;
  text-align: center;
  background: #4BB3BB;
  display: block;
  margin: 0;
  border-radius: 5px;
}
.gift_notice {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  height: 20px;
  background: url(../../images/zhanghu/icon_4.png) no-repeat left center;
  padding-left: 30px;
  background-size: auto 100%;
}
.gift_wall_main .sk_tank_page {
  text-align: left;
  margin-top: 20px;
}
.sk_gift_hidden {
  width: 1200px;
  overflow: hidden;
  display: none;
}
.pop_content {
  width: 694px;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.pop_content_first {
  overflow: hidden;
}
.pop_content_first .gift_img {
  float: left;
  width: 111px;
  text-align: center;
}
.pop_content_first .gift_img img {
  width: 111px;
}
.pop_content_first .gift_img h3 {
  color: #444444;
  font-size: 16px;
}
.pop_content_first .gift_img a {
  color: #ffffff;
  font-size: 14px;
  background: #c9c9c9;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin-top: 10px;
  display: block;
  width: 111px;
}
.word_to_doc {
  width: 396px;
  padding: 0 30px;
}
.word_desc {
  background: url(../../images/zhanghu/icon_10.png);
  line-height: 35px;
  font-size: 14px;
  word-break: break-all;
  color: #888888;
  padding: 0 5px;
}
.word_desc h3 {
  font-weight: bold;
  color: #444444;
  font-size: 16px;
}
.doc_of_gift {
  width: 127px;
  text-align: center;
}
.doc_of_gift img {
  width: 127px;
}
.doc_of_gift a {
  color: #1980ff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
  display: block;
}
.to_gift_hint {
  margin-top: 30px;
  background: #fbf1e1;
  border: 1px solid #ffda9f;
  padding: 25px 35px;
  color: #444444;
  font-size: 14px;
  line-height: 24px;
}
.gift_num {
  padding-top: 30px;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}
.gift_num font {
  color: #ef0b16;
  font-weight: bold;
  font-size: 20px;
  font-family: "Arial";
}
.gift_an {
  overflow: hidden;
  padding-top: 25px;
}
.gift_an a {
  float: left;
  color: #fff;
  font-size: 14px;
  width: 111px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background: #4BB3BB;
}
.receivedGifts {
  width: 1000px;
  overflow: hidden;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
}
.receivedGifts ul {
  overflow: hidden;
}
.receivedGifts ul li {
  width: 220px;
  float: left;
  height: auto;
  margin: 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
}
.gift_box {
  height: 130px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.gift_high,
.gift_name {
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
}
.gift_name {
  padding: 10px 0;
  text-align: center;
}
.gift_name .orange {
  color: #e50f0f;
}
.gift_high {
  height: 110px;
  padding: 20px;
  line-height: 22px;
  color: #888888;
  text-align: justify;
}
.gift_send a {
  padding: 10px 0;
  background: url(../../images/zhanghu/icon_11.png) 155px center no-repeat #f7f7f7;
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.gift_send a:hover {
  color: #e50f0f;
}
.receivedGifts .sk_tank_page {
  margin-top: 30px;
  text-align: left;
}
.reward {
  overflow: hidden;
  margin-top: 30px;
  line-height: 37px;
}
.reward .reward_tit {
  float: left;
}
.reward .reward_btn {
  float: left;
}
.reward .reward_btn span {
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  margin-left: 10px;
  float: left;
  text-align: center;
  margin-top: 1px;
  width: 37px;
  height: 37px;
  border: 1px solid #e7e7e7;
  line-height: 35px;
}
.reward .reward_btn span:hover {
  color: #ffffff;
  background: #A42127;
  border: 1px solid #A42127;
}
.reward .reward_btn span.active {
  color: #ffffff;
  background: #A42127;
  border: 1px solid #A42127;
}
.reward .reward_jin {
  margin-left: 28px;
  float: left;
}
.reward .reward_jin .reward_num_text {
  margin-left: 10px;
  float: left;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  width: 183px;
  font-size: 14px;
  color: #999999;
  line-height: 35px;
}
.reward .reward_jin .reward_num_text .reward_num {
  font-size: 14px;
  color: #999999;
  float: left;
  padding-left: 10px;
  width: 130px;
  line-height: 35px;
}
.reward .reward_jin .reward_num_text #rewardBean {
  color: #333333;
  padding-left: 10px;
}
.reward .reward_text {
  float: left;
  color: #666666;
  font-size: 14px;
  padding-left: 10px;
}
.reward .reward_text font {
  color: #e3393c;
  font-weight: bold;
}
.reward .reward_text a {
  margin-left: 10px;
  color: #4BB3BB;
}
.reward .reward_text a:hover {
  text-decoration: underline;
}
.ask_reward {
  overflow: hidden;
  background: #fafbfc;
  padding: 20px;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.ask_reward .fa-heart {
  color: #ff3b58;
  margin: 0 5px;
}
.ask_reward .coin-logo {
  background: url(../../images/zhanghu/icon_12.png) no-repeat center center;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.sk_Charge_success {
  font-size: 16px;
  color: #333333;
}
.sk_Charge_success font {
  color: #e3393c;
}
/* 专家后台 */
.expert_body {
  width: 1200px;
  margin: 0 auto;
  margin-top: 200px;
  border: 1px solid #000000;
}
.expert_pointSummary {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.expert_pointSummary_valid {
  float: left;
  width: 240px;
  border-right: 1px solid #eeeeee;
  height: 217px;
  text-align: center;
}
.expert_pointSummary_valid .desc {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 22px;
  margin-top: 40px;
}
.expert_pointSummary_valid .num {
  font-size: 60px;
  font-family: "Arial";
  display: block;
  color: #fe5623;
  line-height: 60px;
  margin: 15px 0;
}
.expert_pointSummary_valid .expert_pointSummary_valid_btn {
  overflow: hidden;
}
.expert_pointSummary_valid .expert_pointSummary_valid_btn a {
  border: 1px solid #1b1b1b;
  display: block;
  width: 140px;
  border-radius: 3px;
  height: 36px;
  line-height: 34px;
  color: #666666;
  font-size: 16px;
}
.expert_pointSummary_valid .expert_pointSummary_valid_btn a span {
  padding-left: 23px;
  background: url(../../images/zhuanjia/icon_1.png) no-repeat left center;
}
.expert_pointSummary_exchange {
  float: left;
  padding-top: 70px;
  padding-left: 60px;
}
.expert_pointSummary_exchange .num {
  float: left;
  margin-right: 70px;
  text-align: left;
}
.expert_pointSummary_exchange .num h3 {
  color: #333333;
  font-size: 40px;
  font-family: "Arial";
  font-weight: bold;
  line-height: 42px;
}
.expert_pointSummary_exchange .num span {
  color: #888888;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 20px;
  display: block;
}
.expert_pointSummary_exchange_btn {
  float: left;
  padding-top: 20px;
}
.expert_pointSummary_exchange_btn a {
  background: #fe5623;
  display: block;
  width: 165px;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.expert_pointSummary_exchange_btn a span {
  padding-left: 36px;
  background: url(../../images/zhuanjia/icon_2.png) no-repeat left center;
}
.expert_integral_hidden {
  display: none;
}
.expert_integral_info {
  padding: 25px 30px;
}
.expert_integral_title {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
}
.expert_integral_title font {
  color: #e3393c;
}
.expert_integral_box {
  padding: 25px 0;
  color: #444444;
  font-size: 16px;
  line-height: 38px;
  overflow: hidden;
}
.expert_integral_box font {
  float: left;
}
.expert_integral_box .expert_integral_box_jf {
  color: #666666;
  font-size: 16px;
  width: 100px;
  height: 38px;
  border: 1px solid #d8d7d7;
  float: left;
  text-align: center;
  border-radius: 5px;
  margin: 0 10px;
}
.expert_integral_box .expert_integral_box_jiantou {
  width: 33px;
  height: 38px;
  float: left;
  margin: 0 14px 0 14px;
  background: url(../../images/zhanghu/icon_5.png) no-repeat center center;
}
.expert_integral_box div {
  float: left;
  width: 81px;
  border: 1px solid #d8d7d7;
  overflow: hidden;
  height: 38px;
  border-radius: 5px;
  margin-right: 10px;
}
.expert_integral_box div input {
  float: left;
  width: 43px;
  height: 36px;
  text-align: center;
  background: none;
  color: #666666;
}
.expert_integral_box div span {
  float: right;
  width: 36px;
  height: 36px;
  background: #4BB3BB;
}
.expert_integral_box div span button {
  height: 18px;
  width: 36px;
  cursor: pointer;
}
.expert_integral_box div span button.num_add {
  background: url(../../images/zhanghu/icon_6.png) no-repeat center center;
}
.expert_integral_box div span button.num_reduce {
  background: url(../../images/zhanghu/icon_7.png) no-repeat center center;
}
.expert_integral_box .expert_integral_box_more {
  width: 117px;
  background: #4BB3BB;
  line-height: 38px;
  text-align: center;
  float: left;
  margin-left: 40px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}
.expert_medicine_take_info {
  width: 100%;
}
.expert_medicine_take_info table {
  width: 100%;
}
.expert_medicine_take_info table tr th {
  width: 180px;
  background: #f7f7f7;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  color: #444444;
  font-weight: normal;
}
.expert_medicine_take_info table tr th:first-child {
  width: 300px;
  text-align: left;
  padding-left: 30px;
}
.expert_medicine_take_info table tr th:last-child {
  width: 180px;
}
.expert_medicine_take_info table tr td {
  text-align: center;
  padding: 20px 0;
  color: #444444;
  font-size: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.expert_medicine_take_info table tr td:first-child {
  text-align: left;
  padding-left: 30px;
}
.expert_medicine_take_info table tr td:first-child img {
  height: 50px;
  float: left;
}
.expert_medicine_take_info table tr td:first-child h3 {
  float: left;
  padding-left: 10px;
  color: #444444;
  font-size: 16px;
}
.expert_medicine_take_info table tr:hover {
  background: #f7f7f7;
}
.expert_receivedGifts {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
}
.expert_receivedGifts ul {
  overflow: hidden;
}
.expert_receivedGifts ul li {
  width: 220px;
  float: left;
  height: auto;
  margin: 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
}
.gift_box {
  height: 130px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.gift_high,
.gift_name {
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
}
.gift_name {
  padding: 10px 0;
  text-align: center;
}
.gift_name .orange {
  color: #e50f0f;
}
.gift_high {
  height: 110px;
  padding: 20px;
  line-height: 22px;
  color: #888888;
  text-align: justify;
}
.gift_send a {
  padding: 10px 0;
  background: url(../../images/zhanghu/icon_11.png) 155px center no-repeat #f7f7f7;
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.gift_send a:hover {
  color: #e50f0f;
}
.expert_receivedGifts .sk_tank_page {
  margin-top: 30px;
  text-align: left;
}
/* 专家后台 end*/
.mytable {
  text-align: center;
  color: #676767;
  background: #fff;
  clear: both;
}
.mytable tr {
  height: 45px;
  border: 1px solid #ccc;
}
.mytable td {
  border: 1px solid #ccc;
}
.td1 {
  width: 140px;
}
.td2 {
  width: 100px;
}
.td3 {
  width: 158px;
}
.grade_explain {
  padding: 30px 20px;
  display: none;
}
.grade_explain_con {
  overflow: hidden;
}
.grade_explain_con h3 {
  border-bottom: 1px solid #eaeff5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.grade_explain_con h3 span {
  color: #666666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  border-bottom: 1px solid #A42127;
  padding-bottom: 10px;
}
.grade_explain_con p {
  color: #888888;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 24px;
}
.grade_explain_table {
  margin-top: 30px;
}
.grade_explain_table h3 {
  border-bottom: 1px solid #eaeff5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.grade_explain_table h3 span {
  color: #666666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  border-bottom: 1px solid #A42127;
  padding-bottom: 10px;
}
.mytable {
  text-align: center;
  color: #444;
  margin-top: 20px;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.mytable tr.bg {
  background: #f5f5f9;
}
.mytable tr {
  height: 45px;
  border: 1px solid #f3f3f3;
}
.mytable tr.bg td {
  font-weight: bold;
  color: #666666;
}
.mytable td {
  border: 1px solid #f3f3f3;
  font-size: 14px;
  color: #999999;
}
.sk_expertTitle {
  overflow: hidden;
  margin-bottom: 20px;
}
.sk_expertTitle h3 {
  font-size: 40px;
  font-weight: bold;
  color: #464646;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #e3e5e5;
  padding-bottom: 20px;
}
.sk_expertTitle h3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: -2px;
  background: #5a9ee9;
  left: 50%;
  margin-left: -20px;
}
.sk_expertTitle span {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #aba9a9;
  padding-top: 13px;
  font-weight: normal;
}
/* 侧导航 */
.ui-sidebar {
  width: 57px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -110px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 99999;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  box-shadow: -4px 0px 10px 0px #00514a1a;
}
.ui-sidebar a.ui-sidebar-block {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  margin: 6px auto;
  display: block;
  position: relative;
  background-size: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar-btn,
.sidebar-btn::before,
.sidebar-btn::after {
  position: absolute;
  left: 0;
  width: 38px;
  height: 38px;
  top: 0;
}
.sidebar-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  overflow: hidden;
}
.sidebar-btn::before,
.sidebar-btn::after {
  content: "";
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sidebar-btn::after {
  top: 40px;
  font-size: 12px;
  line-height: 1.2;
  padding-top: 6px;
  white-space: pre;
}
.ui-sidebar a.smallApp .sidebar-btn::before {
  width: 38px;
  height: 38px;
  background: url(../../images/icon/sidebar_5.png) no-repeat center center;
}
.ui-sidebar a.smallApp .sidebar-btn::after {
  content: "明 目\A小程序";
}
.ui-sidebar a.app .sidebar-btn::before {
  background: url(../../images/icon/sidebar_1.png) no-repeat center center;
  width: 38px;
  height: 38px;
}
.ui-sidebar a.app .sidebar-btn::after {
  content: "明 目\A公众号";
}
.ui-sidebar a.app i,
.ui-sidebar a.smallApp i {
  position: absolute;
  visibility: hidden;
  z-index: 5;
  width: 136px;
  height: 148px;
  right: 60px;
  top: -106px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.ui-sidebar a.ui-sidebar-block:hover .sidebar-btn::before {
  top: -40px;
}
.ui-sidebar a.ui-sidebar-block:hover .sidebar-btn::after {
  top: 0;
}
.ui-sidebar a.app:hover i,
.ui-sidebar a.smallApp:hover i {
  visibility: visible;
  opacity: 1;
  right: 55px;
}
.ui-sidebar .backTop {
  display: none;
}
.ui-sidebar a.jtalk i,
.ui-sidebar a.feedback-btn i {
  position: absolute;
  visibility: hidden;
  z-index: 5;
  width: 180px;
  height: auto;
  right: 60px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background: #ffffff;
  color: #333333;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
  user-select: all;
}
.ui-sidebar a.jtalk:hover i,
.ui-sidebar a.feedback-btn:hover i {
  visibility: visible;
  opacity: 1;
  right: 55px;
}
.ui-sidebar a.jtalk .sidebar-btn::before {
  width: 38px;
  height: 38px;
  background: url(../../images/icon/sidebar_2.png) no-repeat center center;
}
.ui-sidebar a.jtalk .sidebar-btn::after {
  content: "无忧\A对话";
}
.ui-sidebar a.feedback-btn .sidebar-btn::before {
  width: 38px;
  height: 38px;
  background: url(../../images/icon/sidebar_3.png) no-repeat center center;
}
.ui-sidebar a.feedback-btn .sidebar-btn::after {
  content: "咨询\A热线";
}
.ui-sidebar a.backTop .sidebar-btn::before {
  background: url(../../images/icon/sidebar_4.png) no-repeat center center;
}
.ui-sidebar a.backTop .sidebar-btn::after {
  content: "返回\A顶部";
}
/* 侧导航 end*/
/* 我要吐槽*/
.feedback {
  margin-top: 20px;
  margin-bottom: 0;
  width: 1200px;
  position: relative;
  background: #fbfbfc;
  overflow: hidden;
}
.feedback .substance {
  padding: 25px 40px 70px;
  width: 1120px;
  float: left;
  background-color: #fff;
  border-right: 1px solid #f1f2f3;
  min-height: 625px;
  height: 625px;
  box-sizing: initial;
}
.spit-cate {
  border-bottom: 1px solid #e6e6e6;
}
.spit-cate li {
  float: left;
  height: 42px;
}
.spit-cate li a {
  padding: 0 20px;
  line-height: 42px;
  font-size: 16px;
  display: block;
  height: 42px;
  color: #323232;
  position: relative;
}
.spit-cate li.curr a {
  border-bottom: 2px solid #4BB3BB;
  color: #4BB3BB;
  font-weight: 700;
}
.spit-content {
  margin-top: 30px;
}
.spit-content .ispit {
  padding-left: 120px;
}
.feedback .avatars {
  width: 100px;
  position: absolute;
  top: 110px;
  left: 40px;
  text-align: center;
}
.feedback .avatars .p-img {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.feedback .avatars .p-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}
.feedback .avatars .p-img .shade {
  position: absolute;
  top: -2px;
  left: -2px;
  height: 74px;
  width: 74px;
  background: url(../../images/icon/shade8.png) no-repeat;
  background-position: 0 -248px;
}
.feedback .textname {
  font-size: 18px;
  padding: 30px 0 20px;
  color: #323232;
}
.feedback .substance .textarea-wrap {
  border: 1px solid #ccc;
}
.feedback .substance .inputarea {
  border: none;
  font: 14px/24px microsoft yahei;
  padding: 13px 25px;
  width: 608px;
  height: 120px;
  overflow: auto;
  outline: 0;
  resize: none;
  box-sizing: initial;
}
.upload {
  margin: 0 0 20px 20px;
  height: 60px;
}
.upload .uploaded-img {
  width: 58px;
  height: 58px;
  border: 1px solid #a5a5a5;
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 10px;
}
.upload .uploaded-img img {
  max-width: 58px;
}
.upload .uploaded-img .close-btn {
  background-image: url(../../images/icon/shade8.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.upload .uploaded-img:hover .close-btn {
  display: block;
}
.upload .upload-btn {
  background-image: url(../../images/icon/shade8.png);
  background-repeat: no-repeat;
  border: 1px dashed #a5a5a5;
  background-position: 0 -362px;
  height: 58px;
  width: 58px;
  background-color: #fff;
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.upload .upload-btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: 0 0;
  z-index: 100;
  opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
}
.upload .uploaded-num {
  float: left;
  font-size: 14px;
}
.upload .uploaded-num p {
  margin-top: 6px;
  color: #a5a5a5;
}
.upload .uploaded-num span {
  color: #4BB3BB;
}
.feedback .textname {
  font-size: 18px;
  padding: 30px 0 20px;
  color: #323232;
}
.cu-form-row-xl {
  line-height: 40px;
  font-size: 16px;
}
.cu-form-row {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.cu-form-row-box {
  float: left;
  position: relative;
}
.cu-input {
  float: left;
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid #ccc;
  color: #5e5e5e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cu-input-xl {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  width: 178px;
}
.user-form .cu-form-row-box .cu-input {
  width: 250px;
}
.cu-form-prompt {
  line-height: 13px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cu-form-prompt-warn {
  color: #a5a5a5;
}
.cu-form-prompt-butt {
  left: 100%;
  top: 50%;
  margin: -7px 0 0 20px;
}
.cu-form-prompt-butt.animation {
  margin-left: 10px;
}
.cu-form-prompt.animation {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cu-form-prompt-error cite,
.cu-form-prompt-warn cite,
.s-sprite {
  background-image: url(../../images/icon/s-s449aa52400.png);
  background-repeat: no-repeat;
}
.cu-form-prompt cite {
  float: left;
  margin-right: 5px;
}
.cu-form-prompt-warn cite {
  background-position: 0 -473px;
  height: 14px;
  width: 14px;
}
.user-form .cu-form-row-box .defTxt {
  position: absolute;
  left: 15px;
  font-size: 14px;
  color: #a5a5a5;
}
.cu-btn {
  display: inline-block;
  box-sizing: content-box;
  vertical-align: middle;
  background: #f4f4f4;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.cu-btn-red {
  color: #fff;
  border: 1px solid #4BB3BB;
  background: #4BB3BB;
}
.cu-btn-red:hover {
  background: #4BB3BB;
  border-color: #4BB3BB;
  color: #fff;
}
.cu-btn-xxl {
  height: 44px;
  min-width: 64px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  padding: 0 40px;
}
.cu-btn-pink {
  background: #fff;
  border: 1px solid #4BB3BB;
  color: #4BB3BB;
  position: relative;
}
.cu-btn-pink:hover {
  background: #daedff;
  color: #4BB3BB;
}
.feedback .substance .confirm-btn .cu-btn {
  padding: 0 55px;
}
.feedback .substance .confirm-btn .cu-btn-pink {
  margin-left: 10px;
  padding: 0 20px;
}
.cu-btn-pink:hover .cu-tooltips {
  display: block;
}
.cu-tooltips {
  float: left;
  min-width: 384px;
  line-height: 20px;
  background: #fff;
  color: #5e5e5e;
  padding: 6px 32px 15px 10px;
  position: absolute;
  z-index: 999;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-sizing: initial;
  bottom: 60px;
  text-align: left;
  left: -130px;
  display: none;
}
.cu-tooltips-arrow-bottom {
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border-color: #e9e9e9 transparent transparent;
}
.cu-tooltips s {
  border-style: solid;
  border-width: 8px;
  cursor: pointer;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
}
.cu-tooltips-arrow-bottom i {
  border-color: #fff transparent transparent;
  left: -8px;
  top: -9px;
}
.cu-tooltips s i {
  border-style: solid;
  border-width: 8px;
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}
.qq-group {
  padding: 10px 0 10px 10px;
  height: 130px;
  box-sizing: initial;
}
.cu-tooltips-close,
.cu-tooltips-close:hover,
.s-sprite {
  background-image: url(//static.360buyimg.com/finance/common/blueCube/theme/i/s-s449aa52400.png);
  background-repeat: no-repeat;
}
.cu-tooltips-close {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
  background-position: 0 -201px;
  height: 8px;
  width: 8px;
}
.qq-group .qq-g-num {
  padding-left: 20px;
  float: left;
  line-height: 24px;
  font-size: 14px;
}
.qq-group .qq-g-name {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.qq-group img {
  width: 48%;
  margin-right: 2%;
}
.qq-group img:last-child {
  margin-right: 0;
}
.feedback .qa {
  width: 279px;
  padding: 15px 30px 50px;
  float: right;
  background-color: #fbfbfc;
  box-sizing: initial;
}
.feedback .qa .title {
  font: 14px/52px microsoft yahei;
  color: #474e5d;
  text-align: center;
  background: url(../../images/icon/dottedbg.png) center center repeat-x;
}
.feedback .qa .title .text {
  padding: 0 11px;
  background: #fbfbfc;
}
.feedback .qa .list {
  padding: 0 40px;
  width: 199px;
  box-sizing: initial;
}
.feedback .qa .list li {
  line-height: 32px;
  height: 32px;
  position: relative;
}
.feedback .qa .list li .qus {
  color: #a5a5a5;
  width: 199px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.feedback .qa .list li .ans-wrap {
  position: absolute;
  top: -10px;
  left: -260px;
  width: 250px;
  padding-right: 20px;
}
.feedback .qa .list li .ans {
  display: none;
  width: 210px;
  padding: 15px;
  line-height: 23px;
  background: #fff;
  border: 1px solid #f0f0ee;
  border-radius: 3px;
  color: #a5a5a5;
  -webkit-box-shadow: 2px 2px 8px #e6e6e6, 2px -2px 8px #e6e6e6, -2px -2px 8px #e6e6e6, -2px 2px 8px #e6e6e6;
  -moz-box-shadow: 2px 2px 8px #e6e6e6, 2px -2px 8px #e6e6e6, -2px -2px 8px #e6e6e6, -2px 2px 8px #e6e6e6;
  box-shadow: 2px 2px 8px #e6e6e6, 2px -2px 8px #e6e6e6, -2px -2px 8px #e6e6e6, -2px 2px 8px #e6e6e6;
  box-sizing: initial;
}
.feedback .qa .list li:hover .ans {
  display: block;
}
.feedback .qa .list li .ans s {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 7px;
  border-color: transparent transparent transparent #aaa;
  border-style: dashed dashed dashed solid;
  top: 15px;
  left: 240px;
}
.feedback .qa .list li .ans i {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 7px;
  overflow: hidden;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
  top: -7px;
  left: -7px;
}
.feedback .qa .qa-btn {
  background: #eff1f4;
  border-top: 1px solid #e3e5e8;
  width: 199px;
  margin: 30px auto 0;
  text-align: center;
}
.feedback .qa .qa-btn a {
  font: 12px/27px simsun;
  color: #5e5e5e;
  display: block;
}
.feedback .qa .qa-btn a:hover {
  color: #008df2;
}
/* 我要吐槽 end*/
#allmap {
  width: 100%;
  height: 100%;
}
.win_hidden {
  display: none;
}
.info-win {
  text-align: left;
  padding: 10px 10px;
  max-width: 300px;
  white-space: normal;
}
.info-win .poi-name {
  font-size: 14px;
  font-weight: 900;
}
.info-win .poi-address,
.info-win .poi-phone {
  font-size: 12px;
  color: #999;
  padding-top: 10px;
}
.info-win a {
  color: #4BB3BB;
  text-decoration: none;
  font-size: 12px;
  margin-top: 10px;
}
body .map-layer {
  border-radius: 4px;
}
body .map-layer .layui-layer-title {
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  background: #222222;
  color: #ffffff;
}
body .map-layer .layui-layer-title font {
  font-weight: bold;
  color: #4BB3BB;
}
body .map-layer .layui-layer-setwin .layui-layer-close1 {
  background: url(../../images/colose.png) no-repeat center center;
}
body .map-layer .layui-layer-content {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
/* 弹出层*/
body .layui-layer-turntable {
  background: none;
  box-shadow: none;
}
body .layui-layer-turntable .layui-layer-content {
  padding: 0;
  border-radius: 0;
  margin: 0;
  overflow: auto;
  padding-top: 50px;
}
body .layui-layer-turntable .layui-layer-content h3 {
  font-weight: normal;
}
body .layui-layer-turntable .layui-layer-content::after {
  content: "";
  position: absolute;
  width: 392px;
  height: 146px;
  background: url(../../images/turntable/icon_16.png) no-repeat center center;
  top: 0;
  left: 50%;
  margin-left: -196px;
}
body .layui-layer-turntable .turntable_layer_title {
  text-align: center;
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
  background: url(../../images/turntable/icon_14.png) no-repeat center center;
}
body .layui-layer-turntable .turntable_layer_cont {
  background: #fff;
  width: 512px;
  height: 198.5px;
  position: relative;
  margin-top: -26.5px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
body .layui-layer-turntable .turntable_layer_cont h3 {
  margin-top: 65px;
  padding-top: 80px;
  background: url(../../images/turntable/icon_15.png) no-repeat top center;
}
body .layui-layer-turntable .layui-layer-btn {
  background: #fff;
  text-align: center;
  padding: 0 0 50px;
  border-radius: 0 0 10px 10px;
  margin: 0 1px 0 2px;
}
body .layui-layer-turntable .layui-layer-btn a {
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0 25px;
  border-radius: 40px;
  color: #444444;
  font-size: 16px;
  font-weight: normal;
  background: #eeeeee;
}
body .layui-layer-turntable .layui-layer-btn .layui-layer-btn0 {
  color: #ffffff;
  background: #4875f2;
}
/* 弹出层 end*/
/* 首页测试*/
.sk_test_box {
  display: none;
  width: 880px;
  position: fixed;
  z-index: 99999999999999999;
  left: 50%;
  margin-left: -440px;
  top: 10%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
}
.sk_test_box .sk_test_box_header {
  height: 70px;
  text-align: center;
  overflow: hidden;
  background: #4081cb;
  line-height: 70px;
  position: relative;
  border-bottom: 1px solid #2270c9;
  border-radius: 10px 10px 0 0;
}
.sk_test_box .sk_test_box_header h3 {
  color: #fffdff;
  font-size: 24px;
  font-weight: bold;
}
.sk_test_box .sk_test_box_header span {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}
.sk_test_box_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999999999999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.top-box {
  background: #4081cb;
  padding: 35px 40px;
}
.top-box .top-box-ts {
  color: #e0d966;
  font-size: 14px;
  opacity: 0.8;
}
.top-box .top-box-content {
  overflow: hidden;
  padding-top: 30px;
  position: relative;
}
.top-box .top-box-content .top-box-dome {
  float: left;
  width: 310px;
  margin-right: 55px;
}
.top-box .top-box-content .top-box-dome2 {
  width: 330px;
}
.top-box .top-box-content .top-box-dome .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 5px;
}
.top-box .top-box-content .top-box-dome .content {
  background: #2270c9;
  margin-top: 20px;
  padding: 25px;
  color: #cedbf0;
  font-size: 16px;
  line-height: 26px;
  height: 128px;
  border-radius: 8px;
  text-align: justify;
}
.top-box .top-box-content::after {
  content: "";
  position: absolute;
  width: 113px;
  height: 158px;
  background: url(../../images/test/icon_2.png) no-repeat center center;
  right: 0;
  bottom: 0;
}
.sk_test_box_body {
  background: #ffffff;
  padding: 35px 40px;
}
.sk_test_box_body .test_title {
  color: #444444;
  font-size: 22px;
  line-height: 44px;
  overflow: hidden;
}
.sk_test_box_body .test_title h3 {
  float: left;
}
.sk_test_box_body .test_title span {
  float: right;
  font-size: 16px;
  font-weight: normal;
  border: 1px dashed #fea202;
  height: 46px;
  line-height: 44px;
  border-radius: 42px;
  padding: 0 30px;
}
.sk_test_box_body .test_title span font {
  font-size: 26px;
  color: #fea202;
  font-weight: bold;
  margin: 0 10px;
}
.sk_test_box_body .test_list {
  padding-top: 35px;
  overflow: hidden;
}
.sk_test_box_body .test_list div {
  float: left;
  width: 25%;
  margin-bottom: 25px;
  font-size: 16px;
  color: #999999;
  padding-left: 23px;
  padding-right: 10px;
  background: url(../../images/test/icon_3.jpg) no-repeat left 4px;
  cursor: pointer;
}
.sk_test_box_body .test_list div b {
  color: #087feb;
  font-weight: bold;
  margin-right: 10px;
  font-family: 'Microsoft YaHei';
  float: left;
}
.sk_test_box_body .test_list div span {
  display: block;
  overflow: hidden;
}
.sk_test_box_body .test_list div.active {
  background: url(../../images/test/icon_4.jpg) no-repeat left 4px;
}
.test_btn {
  text-align: center;
  padding-top: 10px;
}
.test_btn a {
  color: #fffdff;
  font-size: 16px;
  background: #087feb;
  display: inline-block;
  width: 155px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  margin: 0 15px;
}
.sk_test_top {
  width: 100%;
  background: #4081cb;
}
.sk_test_top .top-box {
  width: 1010px;
  padding: 60px 0 40px;
}
.sk_test_top .top-box .top-box-content {
  padding-bottom: 20px;
}
.sk_test_top .top-box .top-box-content .top-box-dome {
  width: 435px;
}
.sk_test_top .top-box .top-box-content .top-box-dome .content {
  height: 105px;
}
.sk_test_body {
  padding: 70px 0 50px;
  overflow: hidden;
}
.sk_test_body_head {
  color: #4081cb;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  position: relative;
}
.sk_test_body_head::after {
  content: "";
  left: 0;
  bottom: -1px;
  position: absolute;
  height: 2px;
  width: 28px;
  background: #4BB3BB;
}
.sk_test_body_box {
  padding-top: 30px;
  border-bottom: 1px dashed #ececec;
  padding-bottom: 10px;
}
.sk_test_body_box .items {
  overflow: hidden;
  margin-bottom: 20px;
}
.sk_test_body_box .items .left {
  float: left;
  width: 110px;
  height: 40px;
  margin-right: 20px;
  line-height: 40px;
  background: #e6f2fd;
  border-left: 3px solid #087feb;
  text-align: center;
  color: #087feb;
  font-size: 16px;
  font-weight: bold;
}
.sk_test_body_box .items .left h3 {
  font-weight: bold;
}
.sk_test_body_box .items .right {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
.sk_test_body .sk_test_body_ts {
  text-align: right;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  padding-right: 20px;
  background: url(../../images/test/icon_5.png) no-repeat right center;
  margin-top: 15px;
}
.sk_test_body .test_btn {
  padding-top: 30px;
}
.sk_test_body .test_btn a {
  width: 130px;
}
.sk_test_suggest_title {
  color: #444444;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  position: relative;
  width: 1200px;
}
.sk_test_suggest_title::after {
  content: "";
  left: 0;
  bottom: -1px;
  position: absolute;
  height: 2px;
  width: 28px;
  background: #4BB3BB;
}
.sk_test_suggest {
  overflow: hidden;
  background: #f5f8fa;
  padding: 80px 0 0;
}
.sk_test_suggest .sk_index_store_list {
  padding: 50px 0 0;
}
.sk_test_suggest .sk_page_diary_list {
  padding: 50px 0;
}
.sk_test_suggest + .sk_test_suggest {
  padding: 55px 0 40px;
}
.sk_test_body_testing {
  overflow: hidden;
  margin: 50px 0 20px -10px;
  margin-left: -10px;
}
.sk_testing_text {
  overflow: hidden;
  padding-top: 30px;
}
.sk_testing_text h3 {
  font-size: 22px;
  color: #676867;
  padding-bottom: 10px;
}
.sk_testing_text h3 font {
  color: #038bde;
  font-weight: bold;
  font-size: 28px;
  margin: 0 5px;
}
.sk_testing_text span {
  font-size: 16px;
  color: #888888;
}
.sk_testing_ball {
  width: 140px;
  height: 140px;
  margin-right: 20px;
  float: left;
  padding: 10px;
  position: relative;
}
.sk_testing_ball::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/test/ball_border.png) no-repeat center center;
  animation: rotate 2s ease-in-out 0s 1 alternate forwards;
  -webkit-animation: rotate 2s ease-in-out 0s 1 alternate forwards;
}
.sk_test_ball_box {
  width: 100%;
  height: 100%;
  background: #038bde;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -moz-transform: rotate(30deg);
    /* Firefox */
    -webkit-transform: rotate(30deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(30deg);
    /* Opera */
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
    /* Opera */
  }
}
.ball_top {
  width: 900%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  animation: scroll 3s linear infinite;
  -webkit-animation: scroll 3s linear infinite;
}
@keyframes scroll {
  0% {
    left: 0;
  }
  100% {
    left: -274px;
  }
}
@-webkit-keyframes scroll {
  0% {
    left: 0;
  }
  100% {
    left: -274px;
  }
}
.ball_top span {
  width: 274px;
  height: 80px;
  float: left;
  display: block;
  overflow: hidden;
}
.ball_bottom {
  width: 900%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  animation: scroll2 3s linear infinite;
  -webkit-animation: scroll2 3s linear infinite;
}
@keyframes scroll2 {
  0% {
    left: 0;
  }
  100% {
    left: -274px;
  }
}
@-webkit-keyframes scroll {
  0% {
    left: 0;
  }
  100% {
    left: -274px;
  }
}
.ball_bottom span {
  width: 274px;
  height: 80px;
  float: left;
  display: block;
  overflow: hidden;
}
.ball_text {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 14px;
  line-height: 120px;
}
.ball_text font {
  font-size: 36px;
}
/* 首页测试 end*/
/* 口腔专题 综合*/
.sk_zhuanti_first {
  overflow: hidden;
  padding-bottom: 26px;
}
.sk_zhuanti_first .sk_zhuanti_first_banner {
  float: left;
  width: 620px;
  position: relative;
  height: 357px;
}
.sk_zhuanti_first .sk_zhuanti_first_banner li {
  position: relative;
  overflow: hidden;
}
.sk_zhuanti_first .sk_zhuanti_first_banner li img {
  height: 357px;
}
.sk_zhuanti_first .sk_zhuanti_first_banner li .title {
  position: absolute;
  bottom: -50px;
  left: 20px;
  z-index: 9;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
.sk_zhuanti_first .sk_zhuanti_first_banner li .title .label {
  margin-right: 10px;
  float: left;
  color: #444444;
  height: 20px;
  width: 37px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
}
.sk_zhuanti_first .sk_zhuanti_first_banner li.am-active-slide .title {
  bottom: 17px;
}
.am-control-nav {
  position: absolute;
  z-index: 100;
  text-align: right;
  right: 20px;
  bottom: 20px;
}
.am-control-nav li {
  display: inline-block;
  height: 5px;
  margin-left: 5px;
  border-radius: 5px;
  position: relative;
  background: none;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.am-control-nav li a {
  display: inline-block;
  width: 10px;
  height: 5px;
  border-radius: 5px;
  z-index: 1000;
  opacity: 0.3;
  color: #b6b9c3;
  color: transparent;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.am-control-nav li a.am-active {
  width: 20px;
  opacity: 1;
}
.sk_zhuanti_first_list {
  float: left;
  width: 580px;
}
.sk_zhuanti_first_list .iteam {
  float: left;
  position: relative;
  margin-left: 19px;
  margin-bottom: 19px;
  width: 271px;
  height: 169px;
  overflow: hidden;
}
.sk_zhuanti_first_list .iteam img {
  width: 100%;
  min-height: 169px;
}
.sk_zhuanti_first_list .iteam .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 9;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  line-height: 20px;
}
.sk_zhuanti_box {
  overflow: hidden;
}
.sk_zhuanti_box_fl {
  float: left;
}
.zhuanti_nav.fixed {
  position: fixed;
  top: 10px;
  z-index: 999;
}
.zhuanti_nav .title {
  color: #666;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.zhuanti_nav .list a {
  width: 263px;
  height: 65px;
  border-radius: 10px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  line-height: 65px;
  margin: 0 0 5px 0;
  text-align: center;
  background: #F7F7F7 url(/Public/images/2023/special-bg.png) no-repeat top right;
  background-size: 64px 55px;
  position: relative;
}
.zhuanti_nav .list a .icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  display: none;
}
.zhuanti_nav .list a .current {
  width: 21px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: none;
}
.zhuanti_nav .list a:hover {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background: #A42127;
}
.zhuanti_nav .list a.active {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background: #A42127;
}
.zhuanti_nav .list a.active .icon {
  display: block;
}
.zhuanti_nav .list a.active .current {
  display: block;
}
.zhuanti_list_info {
  float: right;
  margin-left: 20px;
  padding-bottom: 30px;
  position: relative;
}
.zhuanti_list_info .zhuanti_list_info_nav {
  border-bottom: 1px solid #eeeeee;
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  background-color: #fff;
}
.zhuanti_list_info .zhuanti_list_info_nav a {
  color: #525252;
  font-size: 16px;
  float: left;
  position: relative;
  margin-right: 36px;
}
.zhuanti_list_info .zhuanti_list_info_nav a:last-child {
  margin-right: 0;
}
.zhuanti_list_info .zhuanti_list_info_nav a::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: #81D8D0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.zhuanti_list_info .zhuanti_list_info_nav a:hover,
.zhuanti_list_info .zhuanti_list_info_nav a.active {
  color: #81D8D0;
}
.zhuanti_list_info .zhuanti_list_info_nav a:hover::after,
.zhuanti_list_info .zhuanti_list_info_nav a.active::after {
  opacity: 1;
}
.zhuanti_list_info .zhuanti_list_info_nav span {
  color: #525252;
  margin-left: 5px;
}
.zhuanti_list_info .zhuanti_list_info_box {
  width: 870px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
  margin-bottom: 100px;
  align-items: stretch;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam {
  width: 435px;
  background: #fff;
  margin: 0px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #F9F9F9;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news {
  display: flex;
  align-items: flex-start;
  margin-top: 14px;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  margin-top: 11px;
  color: #767676;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message .time .icon {
  width: 13px;
  height: 13px;
  margin-right: 6px;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message .look {
  width: 100px;
  height: 37px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 16px;
  letter-spacing: 0em;
  color: #929292;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message .look .icon,
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message .look .hover-icon {
  width: 21px;
  height: 21px;
  margin: 0;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message .look .hover-icon {
  display: none;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message .look:hover {
  border: none;
  background: #B60101;
  color: #fff;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message .look:hover .hover-icon {
  display: block;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .message .look:hover .icon {
  display: none;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam .news .picture {
  width: 180px;
  height: auto;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam:nth-child(odd) {
  padding: 17px 30px 17px 0;
}
.zhuanti_list_info .zhuanti_list_info_box .iteam:nth-child(even) {
  padding: 17px 0 17px 30px;
  border-left: 1px solid #F9F9F9;
}
.zhuanti_list_info_box .iteam:last-child {
  border-bottom: none;
}
.zhuanti_list_info_box .iteam:nth-last-child(2) {
  border-bottom: none;
}
.zhuanti_list_info_box .iteam .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3D3D3D;
}
.zhuanti_list_info_box .iteam .title:hover {
  color: #A42127;
}
.zhuanti_list_info_box .iteam .label {
  font-size: 13px;
  color: #afafaf;
  line-height: 12px;
  margin-top: 15px;
}
.zhuanti_list_info_box .iteam .label span {
  margin-right: 5px;
}
.zhuanti_list_info_box .iteam .label span a {
  color: #afafaf;
}
.zhuanti_list_info_box .iteam .label span a:hover {
  color: #4BB3BB;
}
.zhuanti_list_info_box .iteam .img {
  margin-top: 25px;
  border-radius: 5px;
  overflow: hidden;
  width: 200px;
  height: 133px;
  flex-shrink: 0;
  margin: 0;
}
.zhuanti_list_info_box .iteam .img img {
  width: 100%;
  height: auto;
}
.zhuanti_list_info_box .iteam .info {
  display: flex;
  margin-top: 15px;
}
.zhuanti_list_info_box .iteam .desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #767676;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zhuanti_list_info_fr {
  float: right;
  width: 350px;
}
.zhuanti_list_info_fr_title {
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  border-bottom: 2px solid #81D8D0;
  padding-left: 25px;
  font-weight: bold;
  font-size: 18px;
}
.zhuanti_list_info_fr .searchHot_info {
  padding: 30px 20px;
}
.zhuanti_list_info_fr .searchHot_info .searchHot_info_fl {
  width: 200px;
}
.zhuanti_list_info_fr .searchHot_info .searchHot_info_fr {
  width: 110px;
}
.zhuanti_list_info_fr .searchHot_info .searchHot_info_fl a:hover {
  color: #4BB3BB;
}
.zhuanti_list_info_fr .QuestionTop {
  width: 100%;
}
.zhuanti_list_info_fr .QuestionTop .Question_info {
  padding: 30px 20px;
}
.zhuanti_list_info_fr .QuestionTop .Question_info ul li .img {
  width: 55px;
  height: 55px;
}
.zhuanti_list_info_fr .QuestionTop .Question_info ul li .Question_info_fr {
  width: 245px;
}
.zhuanti_list_info_fr .Question_info ul li .Question_info_fr h3:hover {
  color: #81D8D0;
}
.zhuanti_list_info_fr_store .iteam {
  background: #ffffff;
  margin-top: 30px;
}
.zhuanti_list_info_fr_store .sk_index_store_img {
  height: 233px;
  overflow: hidden;
}
.zhuanti_list_info_fr_store .sk_index_store_img img {
  width: 100%;
  min-height: 233px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.zhuanti_list_info_fr_store .sk_index_store_img img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.zhuanti_list_info_fr_store .sk_index_store_info {
  padding: 18px 0;
  border: 1px solid #eeeeee;
}
.zhuanti_list_info_fr_store .sk_index_store_info h3.tit {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}
.zhuanti_list_info_fr_store .sk_index_store_info h3.tit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 15px;
  background: #81D8D0;
}
.zhuanti_list_info_fr_store .sk_index_store_info h3.tit:hover {
  color: #81D8D0;
}
.zhuanti_list_info_fr_store .sk_index_store_info span.info {
  color: #666666;
  font-size: 12px;
  display: block;
  line-height: 20px;
  height: 80px;
  padding: 10px 20px;
}
.zhuanti_list_info_fr_store .sk_index_store_info span.info span {
  display: block;
}
.zhuanti_list_info_fr_store .sk_index_store_info span.info span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.zhuanti_list_info_fr_store .sk_index_store_info .price {
  overflow: hidden;
  line-height: 24px;
  padding: 0 20px;
}
.zhuanti_list_info_fr_store .sk_index_store_info .price h3 {
  float: left;
  font-size: 12px;
  color: #ff4b4c;
}
.zhuanti_list_info_fr_store .sk_index_store_info .price h3 font {
  font-size: 21.34px;
  color: #ff4b4c;
  font-weight: bold;
}
.zhuanti_list_info_fr_store .sk_index_store_info .price span {
  float: right;
  color: #888888;
  font-size: 12px;
}
.zhuanti_fr_box .iteam {
  margin-top: 30px;
}
.zhuanti_fr_box .iteam img {
  width: 100%;
}
/* 口腔专题 综合 end*/
/* 选择城市*/
.page_index {
  width: 1200px;
  box-sizing: border-box;
  margin: 20px auto 0;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  min-height: 1000px;
  padding: 20px;
}
.op-area {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.page_index .op-area .choose-by-province,
.page_index .op-area .search {
  display: inline-block;
  vertical-align: middle;
}
.page_index .op-area .l-attr {
  vertical-align: middle;
}
.page_index h3.l-attr {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  vertical-align: top;
  display: inline-block;
}
.page_index .op-area .choose-wrap {
  display: inline-block;
}
.page_index .op-area .choose-wrap .province-choose {
  vertical-align: middle;
  display: inline-block;
  width: 160px;
  height: 40px;
  position: relative;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 20px;
}
.page_index .layui-input,
.page_index .layui-select {
  border-radius: 3px;
}
.page_index .op-area .search {
  margin-left: 40px;
  position: relative;
}
.page_index .op-area .search .search-text {
  padding-left: 10px;
  width: 220px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
}
.page_index .citylist {
  border-bottom: 1px solid #E5E5E5;
  padding: 30px 0;
}
.page_index p.r-info {
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  margin-top: 2px;
}
.page_index .citylist .r-info {
  max-width: 900px;
}
.page_index .citylist .city {
  margin: 0 20px;
  color: #666;
  font-weight: bold;
  display: inline-block;
}
.page_index .alphabet {
  padding: 30px 0;
}
.page_index .alphabet .r-info {
  max-width: 1000px;
}
.page_index .alphabet .letter {
  font-size: 15px;
  color: #666;
  display: inline-block;
  margin: 0 10px;
  width: 25px;
  height: 25px;
  padding-top: 2px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
}
/* .page_index .alphabet .letter:hover, .page_index .alphabet-city-area .city-area:hover {
    background: #F8F8F8;
}
 */
.page_index .alphabet-city-area .city-area {
  padding: 13px 30px 13px 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.page_index .alphabet-city-area .city-area .city-label {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #777777;
  font-weight: bold;
  font-size: 24px;
  padding-top: 3px;
  border: 1px dashed #d4d4d4;
}
.page_index .alphabet-city-area .city-area .cities {
  display: inline-block;
  max-width: 1065px;
  padding-bottom: 25px;
  position: relative;
}
.page_index .alphabet-city-area .city-area .cities::after {
  content: "";
  width: 1025px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed #d4d4d4;
  margin: 0 20px;
}
.page_index .alphabet-city-area .city-area:last-child .cities::after {
  display: none;
}
.page_index .alphabet-city-area .city-area .cities .city {
  margin: 10px 20px;
  color: #666;
  display: inline-block;
  font-size: 14px;
}
.page_index .alphabet-city-area .city-area .cities .city:hover {
  color: #4BB3BB;
}
/* 选择城市 end*/
/* 专家单聊 */
.chatRoom {
  margin: 50px auto;
}
body .checkAsk-layer {
  border-radius: 0 !important;
}
body .checkAsk-layer .layui-layer-content {
  border-radius: 0 !important;
}
body .layui-layer.layui-layer-img {
  max-height: 100%;
}
.chatRoom-layer-img img {
  max-height: 600px;
  max-width: 1000px;
}
.chatRoom_ask_box {
  width: 765px;
  background: #ffffff;
}
.chatRoom_ask_box .ask_tit {
  white-space: normal;
}
.chatRoom_ask_box .ask_img .uploadedImg {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.x_box {
  width: 765px;
  box-shadow: 0px 0px 20px rgba(4, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}
.x_box_lib_fr_tit {
  height: 80px;
  border-bottom: 1px solid #e5edf0;
  padding: 20px;
}
.x_box_lib_fr_tit h3.tit {
  line-height: 40px;
  float: left;
  font-size: 24px;
}
.x_box_tit_fr {
  float: right;
}
.x_box_tit_fr button {
  float: left;
  display: block;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dee8ec;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  padding: 0 16px;
  color: #666666;
  font-size: 14px;
}
.x_box_tit_fr button:hover {
  background: #2f97fd;
  color: #fff;
}
.x_box_tit_fr button.open {
  background: #2f97fd;
  color: #fff;
}
button:focus {
  outline: none;
}
.x_box_win_info {
  height: 360px;
  border-bottom: 1px solid #e5edf0;
  overflow: hidden;
  padding: 0 10px;
}
.x_box_win_info .box {
  height: 100%;
  overflow-y: scroll;
  position: relative;
  padding: 0px 8px 20px;
}
.x_box_win_info .box::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  border-radius: 5px;
}
.x_box_win_info .box::-webkit-scrollbar {
  width: 3px;
  height: 4px;
  background-color: none;
  position: absolute;
  border-radius: 5px;
}
.x_box_win_info .box::-webkit-scrollbar-thumb {
  background-color: #e1e6eb;
  border-radius: 5px;
}
.x_box_win_info .box .chat_time {
  text-align: center;
  color: #666666;
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
.x_box_win_info .box .item {
  overflow: hidden;
  padding: 20px 0;
}
.x_box_win_info .box .item .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.x_box_win_info .box .item .img img {
  width: 100%;
  height: 100%;
}
.x_box_win_info .box .item .info {
  max-width: 450px;
  border-radius: 6px;
  background: #eeeeee;
  color: #888888;
  float: left;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px;
  text-align: justify;
  position: relative;
  box-sizing: border-box;
}
.x_box_win_info .box .itemLeft .info {
  margin-left: 26px;
}
.x_box_win_info .box .itemLeft .info::after {
  content: "";
  position: absolute;
  top: 12.5px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #eaeaea;
  border-bottom: 10px solid transparent;
}
.x_box_win_info .box .itemRight .img {
  float: right;
}
.x_box_win_info .box .itemRight .info {
  margin-left: auto;
  margin-right: 26px;
  float: right;
  background: #2ca2ea;
  color: #ffffff;
}
.x_box_win_info .box .itemRight .info::after {
  content: "";
  position: absolute;
  top: 12.5px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #2ca2ea;
  border-bottom: 10px solid transparent;
}
.x_box_win_info .box .time {
  text-align: center;
  color: #888888;
  font-size: 22px;
  padding: 10px 0;
}
.x_box_win_info .box .time span {
  line-height: 1;
  padding: 0 20px;
  border-radius: 10px;
}
.x_box_win_text {
  padding: 20px;
  width: 100%;
  overflow: hidden;
}
.x_box_win_text textarea {
  height: 78px;
  width: 100%;
  resize: none;
  font-size: 14px;
  color: #666;
  overflow-y: scroll;
}
.x_box_win_text textarea:focus {
  outline: none;
}
.x_box_win_button {
  padding-top: 20px;
  overflow: hidden;
}
.x_box_win_button button {
  float: right;
  font-size: 14px;
  width: 90px;
  height: 35px;
  background: #2f97fd;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.x_box_win_text textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
}
.x_box_win_text textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: none;
  position: absolute;
}
.x_box_win_text textarea::-webkit-scrollbar-thumb {
  background-color: none;
}
/* 专家单聊 end*/
.seach-box {
  padding: 30px 0;
}
.seach-box .grid-1200 {
  background: #ffffff;
  padding: 20px 0;
}
.seach-box-doctor {
  padding: 30px 0;
}
.seachContent .knowledge_info ul li .knowledge_info_cont {
  width: 927px;
}
.seachContent .sk_common-list-main .info {
  width: 927px;
}
.seachContent .sk_store-list-main .info {
  width: 927px;
}
.seachContent .seach-box-doctor {
  background: #efefef;
}
#qrcode {
  background: #ffffff;
  padding: 15px;
  border-radius: 2px;
}
#qrcode img {
  width: 100%;
}
.fx-share-box {
  text-align: center;
  padding: 15px;
}
.fx-share-box h3 {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1;
}
body .layui-layer-page.share-img {
  background: none;
  box-shadow: none !important;
}
.guide-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/2020icon/guide.png) no-repeat left top rgba(0, 0, 0, 0.5);
  background-size: 100% auto;
  z-index: 9999999999999;
  display: none;
}
/* 预约 */
.sk_make {
  padding: 20px 25px;
}
.sk_make_data .layui-laydate,
.sk_make_data .layui-laydate-hint {
  box-shadow: none;
  border: 0;
}
.sk_make_data .layui-laydate-header {
  border: 1px solid #e2e2e2;
}
.sk_make_data .layui-laydate-content td,
.sk_make_data .layui-laydate-content thead {
  border: 1px solid #ffffff !important;
}
.sk_make_data .laydate-day-next,
.sk_make_data .laydate-day-prev {
  opacity: 0;
  pointer-events: none;
}
.sk_make_data .layui-laydate-main {
  width: 100%;
}
.sk_make_data .layui-laydate-static {
  display: block;
}
.sk_make_data .layui-laydate-content table {
  width: 100%;
}
.sk_make_data .layui-laydate-content td,
.sk_make_data .layui-laydate-content th {
  width: auto;
  padding: 0;
  height: 50px;
}
.sk_make_data .active {
  background: #eaf2fa !important;
  color: #4BB3BB !important;
}
.sk_make_data .active .lay-yes {
  color: #4BB3BB !important;
  display: none;
}
.sk_make_data .layui-this.active .lay-yes {
  display: block;
}
.laydate-theme-yuyuedate .layui-this.laydate-disabled {
  background: none !important;
  color: #d2d2d2 !important;
}
body .layui-laydate .layui-this.laydate-disabled {
  background: none !important;
  color: #d2d2d2 !important;
}
.layui-laydate .layui-this.active {
  background: #4BB3BB !important;
  color: #fff !important;
}
.layui-laydate .layui-this.active .lay-yes {
  color: #fff !important;
}
.sk_make_data .layui-laydate-content .laydate-day-next.active,
.sk_make_data .layui-laydate-content .laydate-day-prev.active {
  background: none !important;
  background: #9fd0ff !important;
  color: #ffffff !important;
}
.lay-yes {
  font-weight: bold;
  color: #fff;
  display: block;
}
.sk_make_data .laydate-prev-y,
.sk_make_data .laydate-next-y {
  display: none;
}
.sk_make_data .laydate-prev-m,
.sk_make_data .laydate-next-m {
  pointer-events: none;
}
.sk_make_data .laydate-prev-m:hover,
.sk_make_data .laydate-next-m:hover {
  color: #4BB3BB;
}
.sk_make_data .laydate-prev-m font,
.sk_make_data .laydate-next-m font {
  font-size: 14px;
}
.sk_make_data .layui-laydate-header i.laydate-next-m {
  right: 10px;
}
.sk_make_data .layui-laydate-header i.laydate-prev-m {
  left: 10px;
}
.sk_make_data .laydate-set-ym {
  pointer-events: none;
}
.sk_make .layui-laydate-content {
  padding: 0;
}
.sk_make_nav {
  overflow: hidden;
}
.sk_make_nav span {
  background: #eaf2fa;
  cursor: pointer;
  color: #5f7b96;
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 48%;
  margin-right: 4%;
  line-height: 40px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-radius: 4px;
}
.sk_make_nav span.active {
  color: #fff;
  background: #4BB3BB;
}
.sk_make_nav span:last-child {
  margin-right: 0;
}
.sk_make_lable {
  padding: 20px 0;
}
.sk_make_header {
  color: #181818;
  font-size: 16px;
  overflow: hidden;
  line-height: 20px;
}
.sk_make_header h3 {
  float: left;
}
.sk_make_header span {
  float: left;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
}
.sk_make_header span img {
  float: left;
  width: 10px;
  margin-right: 5px;
  margin-top: 5px;
}
.make_lable_box {
  overflow: hidden;
  padding-top: 20px;
  margin: 0 -2%;
}
.make_lable_box div {
  min-width: 33.3333333%;
  float: left;
  padding: 2%;
}
.make_lable_box span {
  display: block;
  background: #eaf2fa;
  color: #5f7b96;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  padding: 0 16px 0 12px;
  position: relative;
}
/* .make_lable_box span:nth-child(3n) {margin-right: 0;} */
.make_lable_box span img {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 10px;
  display: none;
}
.make_lable_box div.active span {
  background: #4BB3BB;
  color: #ffffff;
}
.make_lable_box div.active span img {
  display: block;
}
.sk_make_data_box {
  padding-top: 20px;
}
.sk_make_check {
  padding: 20px 0 0;
}
.sk_make_check_nav {
  float: right;
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 1;
}
.sk_make_check_nav .datatime {
  font-size: 14px;
  color: #4BB3BB;
  margin: 0 5px;
}
.sk_make_check_nav .img {
  font-size: 0;
  cursor: pointer;
}
.sk_make_check_nav .img img {
  width: 8px;
}
.sk_make_check_list {
  margin: 20px 0;
  border-top: 1px solid #e5e5e5;
}
.sk_make_check_list p {
  color: #666666;
  font-size: 14px;
  padding: 15px 0;
}
.sk_make_check_list .item {
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.sk_make_check_list .item div {
  margin: 0;
}
.sk_make_check_list .item .title {
  color: #454545;
  font-size: 14px;
  width: 110px;
}
.sk_make_check_list .item .info {
  color: #666666;
  font-size: 14px;
}
.sk_make_check_list .item .info font {
  color: #4BB3BB;
}
.sk_make_check_list .item img {
  display: none;
}
.sk_make_check_list .item.active,
.sk_make_check_list .item:hover {
  background: #4BB3BB;
}
.sk_make_check_list .item.active .title,
.sk_make_check_list .item:hover .title {
  color: #ffffff;
}
.sk_make_check_list .item.active .info,
.sk_make_check_list .item:hover .info {
  color: #ffffff;
}
.sk_make_check_list .item.active .info font,
.sk_make_check_list .item:hover .info font {
  color: #ffffff;
}
.sk_make_check_list .item.active img,
.sk_make_check_list .item:hover img {
  display: block;
}
.sk_make_app_btn span {
  display: block;
  cursor: pointer;
  background: #4BB3BB;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  border-radius: 36px;
  width: 130px;
  margin: 0 auto;
}
.make-ts-bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.make-ts-box {
  padding: 30px 20px;
  background: #ffffff;
}
.make-ts-box .item-first {
  font-weight: bold;
  font-size: 20px;
}
.make-ts-box .item-box {
  margin: 15px 0;
  padding: 8px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.make-ts-box .item-box div {
  font-size: 14px;
  margin: 15px 0;
  line-height: 20px;
}
.make-ts-box .item-box div img {
  margin-right: 10px;
  height: 20px;
}
.make-ts-box .item-btn {
  padding: 10px 0 0;
  font-size: 14px;
  color: #999999;
  text-align: right;
  line-height: 24px;
}
.make-ts-box .item-btn span {
  cursor: pointer;
  display: inline-block;
  background: #2196ff;
  text-align: center;
  color: #ffffff;
  margin-left: 10px;
  width: 55px;
  line-height: 24px;
  border-radius: 24px;
}
.make-ts-box .item-btn span.cancel {
  background: #888888;
}
body .makeApp-layer {
  border-radius: 4px;
  background: none;
}
body .makeApp-layer .layui-layer-title {
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  background: #2196ff;
  color: #ffffff;
}
body .makeApp-layer .layui-layer-title font {
  font-weight: bold;
  color: #4BB3BB;
}
body .makeApp-layer .layui-layer-setwin .layui-layer-close1 {
  background: url(../../images/colose.png) no-repeat center center;
}
body .makeApp-layer .layui-layer-content {
  border-radius: 0 0 4px 4px;
}
/* 预约 end */
/*门店优惠券*/
.sk_store_coupon_box {
  overflow: hidden;
  padding: 16px 0 0;
  /* background: #dedede; */
}
.item_coupon {
  position: relative;
  background: url(../../images/coupon/b-1.png) no-repeat left top;
  background-size: 100% auto;
  float: left;
  width: 365px;
  height: 106px;
  padding: 10px 0;
  margin-left: 25.75px;
  margin-bottom: 25.75px;
}
.item_coupon .img {
  width: 84px;
  text-align: center;
  float: left;
  padding-top: 9px;
}
.item_coupon .img img {
  width: 64px;
}
.item_coupon .info {
  width: 193px;
  float: left;
  padding-top: 5px;
  position: relative;
}
.item_coupon .info .title {
  font-size: 15px;
  color: #333333;
  text-align: justify;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_coupon .info .price {
  font-size: 12px;
  color: #333333;
  text-align: justify;
  margin-top: 7px;
  line-height: 1;
}
.item_coupon .info .price b,
.item_coupon .info .price font {
  color: #f23030;
  font-weight: bold;
}
.item_coupon .info .price b {
  font-size: 18px;
}
.item_coupon .info .time {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #af1919;
}
.item_coupon .info .time span {
  padding: 1px 2px;
  border-radius: 2px;
  color: #4BB3BB;
}
.item_coupon .coupon_right {
  position: absolute;
  right: 4px;
  top: 3px;
  width: 78px;
}
.item_coupon .coupon_right .progress_box {
  padding-top: 10px;
}
.item_coupon .coupon_right .circle {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_coupon .coupon_right .circle canvas {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.item_coupon .coupon_right .drawProgressbg {
  z-index: 1;
  height: 50px;
}
.item_coupon .coupon_right .drawCircle {
  z-index: 2;
  height: 50px;
}
.item_coupon .coupon_right .circle .text {
  font-size: 12px;
  line-height: 1.2;
}
.item_coupon .coupon_right .circle .text span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 0;
  color: #f23030;
}
.item_coupon .coupon_right .c_btn {
  background-color: #ff3a48;
  border-radius: 22px;
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  text-align: center;
  width: 68px;
  line-height: 22px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
/* 领取之后 */
.item_coupon .coupon_right .c_btn.receivedbtn {
  background: #ff6138;
  background-image: linear-gradient(0deg, #ff9303 0%, #ff6138 100%);
  background-image: -moz-linear-gradient(0deg, #ff9303 0%, #ff6138 100%);
  background-image: -webkit-linear-gradient(0deg, #ff9303 0%, #ff6138 100%);
  background-image: -ms-linear-gradient(0deg, #ff9303 0%, #ff6138 100%);
}
.complete_box,
.end_box,
.received_box {
  display: none;
}
.item_coupon.end .progress_box,
.item_coupon.received .progress_box,
.item_coupon.complete .progress_box {
  display: none;
}
/* 不可使用 */
.item_coupon.received .received_box {
  display: block;
}
.item_coupon .coupon_right .c_btn.end {
  background: #cecece;
}
.item_coupon .coupon_right.active a {
  background: #ccc;
}
.item_coupon .received_box .receivedimg {
  text-align: right;
}
.item_coupon .received_box img {
  width: 80%;
}
/* 结束 */
.item_coupon.end .end_box {
  display: block;
}
.item_coupon.end .img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  _filter: none;
  opacity: 0.3;
}
.item_coupon.end .time {
  display: none;
}
.item_coupon .coupon_right .endimg {
  text-align: center;
  padding-top: 10px;
}
.item_coupon .coupon_right .endimg img {
  width: 70%;
}
.item_coupon.complete .complete_box {
  display: block;
}
/*门店优惠券 end*/
.sk_myCoupon {
  overflow: hidden;
  padding-top: 30px;
}
.item_mycoupon {
  position: relative;
  background: url(../../images/coupon/b-1.png) no-repeat left top;
  background-size: 100% auto;
  float: left;
  width: 433.5px;
  height: 126.5px;
  padding: 4px 0;
  margin-left: 27px;
  margin-bottom: 27px;
}
.item_mycoupon .coupon_fl {
  width: 105px;
  height: 118.5px;
  text-align: center;
  float: left;
  border-right: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_mycoupon .coupon_fl .price {
  font-size: 12px;
  color: #333333;
  line-height: 1;
}
.item_mycoupon .coupon_fl b,
.item_mycoupon .coupon_fl font {
  color: #f23030;
  font-weight: bold;
}
.item_mycoupon .coupon_fl b {
  font-size: 24px;
}
.item_mycoupon .coupon_fl .text {
  font-size: 12px;
  color: #333333;
  margin-top: 5px;
  line-height: 1;
}
.item_mycoupon .info {
  width: 230px;
  float: left;
  padding-top: 5px;
  position: relative;
  padding: 10px;
}
.item_mycoupon .info .title {
  font-size: 15px;
  color: #333333;
  text-align: justify;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_mycoupon .info .desc {
  font-size: 12px;
  color: #333333;
  margin-top: 20px;
  line-height: 1.4;
}
.item_mycoupon .coupon_right {
  position: absolute;
  right: 4px;
  top: 0;
  width: 92px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_mycoupon .coupon_right .c_btn {
  border-radius: 22px;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
  width: 68px;
  line-height: 22px;
  background: #ff6138;
  background-image: linear-gradient(0deg, #ff9303 0%, #ff6138 100%);
  background-image: -moz-linear-gradient(0deg, #ff9303 0%, #ff6138 100%);
  background-image: -webkit-linear-gradient(0deg, #ff9303 0%, #ff6138 100%);
  background-image: -ms-linear-gradient(0deg, #ff9303 0%, #ff6138 100%);
}
.item_mycoupon .coupon_right .c_btn.end {
  background: #a8a6a3;
}
.item_mycoupon .coupon_right .img {
  text-align: center;
}
.item_mycoupon .coupon_right .img img {
  width: 80%;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.dynamic-box {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
}
.dynamic-box .group-box {
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.dynamic-box .group-box .box-header {
  background-color: #fff0f0;
  padding: 10px;
}
.dynamic-box .major {
  -ms-flex: 4;
  flex: 4;
}
.flex .sub-info,
.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.flex .sub-info {
  min-width: 30%;
  max-width: 30%;
  text-align: right;
}
.dynamic-box .group-box .group-item {
  padding: 8px 10px;
  margin-top: 2px;
  display: -webkit-box;
}
.dynamic-box .group-box .group-item .item1 {
  width: 15%;
  height: 24px;
  margin-right: 20px;
  text-align: justify;
  color: #999;
}
.dynamic-box .group-box .group-item .item1 i {
  width: 100%;
  display: inline-block;
}
.dynamic-box .group-box .group-item .item2 {
  line-height: 24px;
  -webkit-box-flex: 1;
  white-space: pre-wrap;
  margin: 0;
}
.dynamic-box .price-box {
  text-align: right;
  margin-bottom: 10px;
}
.dynamic-box .price-box .usual-price .o-price {
  color: #999;
  text-decoration: line-through;
}
.dynamic-box .price-box .friendly-price .price {
  font-size: 16px;
  color: #ff4b4c;
}
.group-text-box {
  text-align: center;
  font-size: 14px;
  color: #666666;
  padding: 10px;
}
.product_list .item {
  float: left;
  width: 49%;
  box-shadow: 0px 0px 15px rgba(1, 4, 0, 0.1);
  background: #fff;
  margin-bottom: 20px;
  margin-right: 2%;
  height: 240px;
  cursor: pointer;
}
.product_list .item:nth-child(2n) {
  margin-right: 0;
}
.product_list .item .item-info {
  overflow: hidden;
  padding: 15px;
}
.product_list .item .item-info .item-info-img {
  width: 90px;
  float: left;
  height: 90px;
  overflow: hidden;
}
.product_list .item .item-info .item-info-img img {
  width: 100%;
  min-height: 100%;
}
.product_list .item .item-info .item-info-title {
  padding-left: 105px;
}
.product_list .item .item-info .item-info-title .title {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  text-align: justify;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
}
.product_list .item .item-info .item-info-title .price {
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  margin-top: 15px;
  line-height: 20px;
}
.product_list .item .item-info .item-info-title .price .fr {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}
.product_list .item .item-footer {
  border-top: 1px solid #eeeeee;
  overflow: hidden;
  height: 60px;
  text-align: center;
}
.product_list .item .item-footer table {
  width: 100%;
  text-align: center;
}
.product_list .item .item-footer table td {
  height: 60px;
  vertical-align: middle;
}
.product_list .item .item-footer td {
  width: 22%;
  border-right: 1px solid #eeeeee;
  line-height: 1;
}
.product_list .item .item-footer td:last-child {
  width: 34%;
  border-right: 0;
}
.product_list .item .item-footer td .title {
  font-size: 16px;
  color: #060606;
}
.product_list .item .item-footer td .text {
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
}
.product_list .item .item-footer.right {
  text-align: right;
  font-size: 0;
  padding: 15px;
}
.product_list .item .item-footer.right div {
  display: inline-block;
  line-height: 28px;
  margin-left: 15px;
}
.product_list .item .item-footer.right .status {
  color: #0093ff;
  font-size: 14px;
}
.product_list .item .item-footer.right .item-btn {
  font-size: 14px;
  background: #548aef;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 0 12px;
  cursor: pointer;
}
.btn-change {
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  font-size: 14px;
  color: #666;
  float: right;
  height: 40px;
  width: 82px;
  cursor: pointer;
  margin: 0 15px;
  line-height: 40px;
  text-align: center;
}
.doctor-msg-person {
  line-height: 30px;
}
.doctor-msg-person .sk_btn {
  float: left;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-left: 30px;
  color: #fff;
}
.layer-yvyuemsg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.layer-yvyuemsg .layui-layer {
  width: 480px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.layer-yvyuemsg .sk_item_name {
  width: auto;
  padding: 50px 50px 20px;
}
.layer-yvyuemsg .sk_item_name .layui-form-item {
  margin-bottom: 20px;
}
.layer-yvyuemsg .sk_item_name .name_val {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  background: url(../../images/zhanghu/icon_4.png) no-repeat left 2px;
  background-size: 16px auto;
  padding-left: 24px;
  line-height: 20px;
}
.index_turntable_fixed {
  position: fixed;
  bottom: 5rem;
  right: 0;
  transition: 0.3s;
  z-index: 999;
}
.index_turntable_fixed a {
  display: block;
  font-size: 0;
}
.index_turntable_fixed img {
  width: 5rem;
}
.adv_right,
.adv_left {
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
}
.adv_right img,
.adv_left img {
  height: 50vh;
}
.adv_left {
  right: auto;
  left: 5px;
}
.index_nav {
  overflow: hidden;
  padding: 1rem 4%;
  line-height: 1;
  display: none;
}
.index_nav .item {
  float: left;
  margin-right: 1rem;
  position: relative;
}
.index_nav .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46%;
  background: #69b8e8;
  opacity: 0;
}
.index_nav .item a {
  color: #444444;
  font-size: 1rem;
  position: relative;
  z-index: 2;
  transform: scale(0.9);
  display: block;
}
.index_nav .item.active::before {
  opacity: 1;
}
.index_nav .item.active a {
  font-weight: bold;
  transform: scale(1);
}
.index_nav .nav_more {
  float: right;
}
.index_nav .nav_more .fa {
  font-size: 1rem;
}
.index_hdie_nav_bg {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
}
.index_hdie_nav {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  background: #ffffff;
  padding: 1.5rem 4% 2rem;
  border-radius: 0.5rem 0.5rem 0 0;
  min-height: 50vh;
}
.index_hide_title {
  overflow: hidden;
}
.index_hide_title .index_hdie_close {
  float: right;
  width: 1rem;
}
.index_hide_title .index_hdie_close img {
  width: 100%;
}
.index_hide_title h3 {
  font-size: 1.244rem;
  color: #444444;
  line-height: 1;
  float: left;
}
.index_hide_box {
  overflow: hidden;
  padding-top: 1rem;
}
.index_hide_box a {
  float: left;
  color: #333;
  background: #f6f6f6;
  line-height: 2.4rem;
  font-size: 0.878rem;
  text-align: center;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.index_hide_box a:nth-child(3n) {
  margin-right: 0;
}
.indexmore {
  padding: 0 4%;
}
.indexmore a {
  border: 1px solid #4285f4;
  border-radius: 1px;
  font-size: 0.878rem;
  color: #4285f4;
  text-align: center;
  width: 100%;
  height: 2.4rem;
  line-height: 2.4rem;
  display: block;
}
.indexmore a:hover {
  color: #fff;
  background: #b3ccf4;
  border: none;
}
.hospital-banner {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#swiper-container-hospital {
  border-radius: 10px;
}
#hospital_info_swiper {
  bottom: 5px;
}
#hospital_info_swiper .swiper-pagination-bullet-active {
  background: #4BB3BB;
}
.sk_pages .box button {
  width: 46px;
  height: 31px;
  background-color: #fff;
  border: 1px solid #4BB3BB;
  color: #4BB3BB;
  margin-right: 16px;
  border-radius: 4px;
  font-size: 12px;
}
.sk_pages .box .page-btn {
  border: 1px solid #4BB3BB;
  color: #4BB3BB;
  width: 31px;
  height: 31px;
  line-height: 31px;
  margin-right: 16px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
}
.sk_pages .box .curPage {
  background-color: #4BB3BB;
  color: #fff;
}
.hengImg {
  width: 410px;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
}
.baike-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 0.5px;
}
.baike-list .list {
  width: 386px;
  height: 280px;
  margin: 0 20px 20px 0;
  border-radius: 10px;
  position: relative;
}
.baike-list .list img {
  width: 386px;
  height: auto;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.baike-list .list .title {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 33px;
  left: 28px;
}
.baike-list .list .titles {
  width: 358px;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #000000;
  padding: 10px 0 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.baike-list .list .titles:hover {
  color: #54d0c0;
}
.baike-list .list .explain {
  width: 358px;
  height: 68px;
  font-size: 14px;
  line-height: 28px;
  color: #606060;
  padding-top: 9px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  overflow: hidden;
  /** 隐藏超出的内容 **/
}
.baike-list .list .explain:hover {
  color: #54d0c0;
}
.baike-list .list:nth-child(3n) {
  margin-right: 0;
}
.baike-list .list:hover {
  box-shadow: 0px 4px 10px 0px rgba(121, 121, 121, 0.3);
}
.baike-ask-mode {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.baike-ask-mode .ask-mode {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  border-radius: 5px;
}
.baike-ask-mode .ask-mode .picture {
  width: 230px !important;
  height: auto !important;
  margin-right: 20px !important;
  flex-shrink: 0;
  border-radius: 5px !important;
}
.baike-ask-mode .ask-mode .content {
  width: calc(100% - 250px);
  padding: 0 20px 0 0;
}
.baike-ask-mode .ask-mode .content .titles {
  font-size: 20px;
  color: #727272;
  font-weight: 600;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.baike-ask-mode .ask-mode .content .titles:hover {
  color: #54d0c0;
}
.baike-ask-mode .ask-mode .content .explain {
  font-size: 16px;
  color: #9d9999;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
}
.baike-ask-mode .ask-mode .content .explain:hover {
  color: #54d0c0;
}
.baike-ask-mode .ask-mode .content .dates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #9d9999;
  margin-bottom: 10px;
}
.baike-ask-mode .ask-mode .content .dates span {
  margin: 0;
}
.baike-ask-mode .ask-mode .content .dates span:nth-child(2) {
  margin-right: 20px;
}
.baike-ask-mode .ask-mode .content .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #9d9999;
  margin-top: 10px;
}
.baike-ask-mode .ask-mode .content .date span {
  margin: 0;
}
.baike-ask-mode .ask-mode .content .date span:nth-child(2) {
  padding: 0 20px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  background: #A42127;
  border-radius: 36px;
  text-align: center;
  line-height: 36px;
}
.about_small_box {
  margin-top: 10px !important;
  padding-bottom: 20px !important;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #D8D8D8;
}
.about_small_box .left {
  margin: 0;
  margin-right: 27px !important;
}
.about_small_box .left img {
  width: 231px;
}
.about_small_box .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
.about_small_box .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_small_box .right .top a {
  margin: 0;
}
.about_small_box .right .top .title {
  font-size: 20px;
  font-weight: 600;
  color: #3D3D3D;
}
.about_small_box .right .top .title:hover {
  color: #A42127;
}
.about_small_box .right .top div {
  background: #4BD6B3;
  height: 23px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  margin: 0;
}
.about_small_box .right .top div img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.about_small_box .right .content {
  font-size: 16px;
  color: #838383;
  line-height: 24px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
}
.about_small_box .right .content:hover {
  color: #A42127;
}
.about_small_box .right .price {
  display: flex;
  margin: 0;
  justify-content: space-between;
  align-items: flex-end;
}
.about_small_box .right .price div {
  margin: 0;
}
.about_small_box .right .price .number {
  font-size: 17px;
  font-weight: 350;
  color: #838383;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}
.about_small_box .right .price .number span {
  margin-right: 10px;
}
.about_small_box .right .price .button {
  width: 120px;
  height: 40px;
  border-radius: 100px;
  background: #A42127;
  font-size: 19px;
}
.about_small_box .right .price .button a {
  color: #FFFFFF;
}
.about_small_box .right .price .button:hover {
  font-weight: bold;
}
.hodpital-page {
  width: 100%;
  background: #F8F8F8;
}
.hodpital-page .banner {
  width: 100%;
}
.hodpital-page .hospital_sk_common-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con {
  width: 850px;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
  margin-bottom: 100px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .head {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #3D3D3D;
  padding: 0 40px;
  margin: 0;
  border-bottom: 1px solid #D8D8D8;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .head .address {
  color: #A42127;
  font-size: 16px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .head .tag {
  display: none;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .head .right {
  display: flex;
  align-items: center;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .head .active {
  height: 60px;
  color: #3D3D3D;
  position: relative;
  line-height: 60px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .head .active .tag {
  width: 100%;
  height: 4px;
  display: block;
  background: #A42127;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 {
  width: 700px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-left: 30px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .hos_panel_item {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px #D8D8D8 dashed;
  border-radius: 0 !important;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .hos_panel_item:last-child {
  border: none;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .hos_panel_item:hover {
  box-shadow: none;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list {
  margin: 0;
  letter-spacing: 0.5px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .news {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .news .lazyload {
  width: 230px;
  height: 160px;
  margin: 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .news .lazyload:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.14);
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .news > img {
  border-radius: 8px !important;
  border: 1px solid #f1f1f1 !important;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .update-time {
  margin: 0;
  color: #999;
  text-align: right;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner {
  width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner > a {
  margin: 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .title {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .title a {
  color: #3D3D3D;
  margin: 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .title h1 {
  margin: 0;
  font-weight: 600;
  display: inline-block;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .title h1:hover {
  color: #A42127;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .title span {
  padding: 3px 6px;
  background: #FB9B28;
  font-size: 12px;
  color: white;
  margin: 0;
  border-radius: 5px;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .title span img {
  width: 11px;
  height: 13px;
  margin-right: 3px;
  margin-bottom: 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .title .look {
  width: 107px;
  height: 36px;
  border-radius: 5px;
  opacity: 1;
  background: #77D8D0;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  margin: 0 0 0 auto;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .tab-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  flex-wrap: wrap;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .tab-list .tab {
  padding: 1px 5px;
  border-radius: 5px;
  opacity: 1;
  border: 1px solid #A7A4A4;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #A7A4A4;
  margin: 0 8px 5px 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .tab-list .tab:nth-child(2) {
  color: #4989E8;
  border: 1px solid #4989E8;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .tab-list .tab:nth-child(3) {
  color: #F1A961;
  border: 1px solid #F1A961;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .content {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #A7A4A4;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .content p {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #3d3d3d;
  font-size: 14px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .content p:last-child {
  margin-top: 6px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .content p .icon {
  width: 18px;
  height: auto;
  margin: 0 10px 0 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .content p span {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .list .inner .content p:hover {
  cursor: pointer;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content {
  width: 100%;
  margin-top: 30px;
  background: #F7F9F9;
  padding: 25px 20px;
  box-sizing: border-box;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .list {
  height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  color: #3D3D3D;
  flex-shrink: 0;
  position: relative;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .list .icon {
  width: 18px;
  height: 18px;
  margin: 0 11px 0 0;
  border-radius: 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .list .total {
  height: 24px;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  color: #888888;
  margin: 0 17px 0 23px;
  padding: 0 3px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .list .total .num {
  color: #4BD6B3;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .list .price {
  font-size: 12px;
  font-weight: 350;
  line-height: 24px;
  color: #3D3D3D;
  margin: 0;
  display: flex;
  align-items: center;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .list .price .money {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #DF2D19;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .list .to {
  width: 8px;
  height: 14px;
  margin: 0 0 0 auto;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .go {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  color: #A42127;
  position: relative;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .go p {
  height: 25px;
  margin: 0;
  padding: 0 3px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1 .product-content .go .icon {
  width: 10px;
  height: 6px;
  margin: 0 0 0 22px;
  transform: rotate(90deg);
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con .hospital_list_type1:hover {
  box-shadow: none;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend {
  width: 320px;
  margin: 0;
  letter-spacing: 0.5px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .hospital_list_type2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .hospital_list_type2 .hos_panel_item {
  width: 230px;
  height: auto;
  background: #F8F8F8;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .hospital_list_type2 .hos_panel_item .lazyload {
  width: 230px;
  object-fit: contain;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .hospital_list_type2 .hos_panel_item .titles {
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px auto;
  color: #3D3D3D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .hospital_list_type2 .hos_panel_item .titles:hover {
  color: #A42127;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .hospital_list_type2 .hos_panel_item .message {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 350;
  color: #838383;
  margin: 0 0 11px;
  padding: 0 5px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .hospital_list_type2 .hos_panel_item .message .news {
  margin: 0;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .hospital_list_type2 .hos_panel_item .message .price {
  font-size: 20px;
  font-weight: 500;
  color: #FB4E4F;
  margin: 0 0 0 0px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .hospital_list_type2 .hos_panel_item .message .go {
  height: 24px;
  border-radius: 5px;
  opacity: 1;
  background: #A42127;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 0 8px;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .title {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 0em;
  padding: 0 50px 0 40px;
  box-sizing: border-box;
  color: #3D3D3D;
  border-bottom: 1px solid #D8D8D8;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .title .more {
  width: 68px;
  height: 22px;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4BD6B3;
  margin: 0 0 0 auto;
  padding: 0;
  border-radius: 5px;
  border-bottom: 1px #D8D8D8 solid;
}
.hodpital-page .hospital_sk_common-list .sk_hospital_main_con_recommend .title .more .icon {
  width: 7px;
  height: 10px;
  margin: 0 0 0 3px;
}
.serve_list_box {
  margin: 0;
  padding: 25px 0 0 0;
  display: flex;
  margin-bottom: 100px;
  box-sizing: border-box;
  justify-content: space-between;
}
.serve_list_box .box_left {
  width: 850px;
  background-color: #fff;
  margin: 0;
}
.serve_list_box .box_left .header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 20px;
  color: #3D3D3D;
  margin: 0;
  border-bottom: 1px solid #D8D8D8;
}
.serve_list_box .box_left .header .header_left {
  display: flex;
  margin: 0;
  font-size: 16px;
  align-items: baseline;
  color: #A42127;
}
.serve_list_box .box_left .header .header_right {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
}
.serve_list_box .box_left .header .header_right a {
  display: flex;
  align-items: center;
  margin-right: 35px;
  color: #3d3d3d;
}
.serve_list_box .box_left .header .header_right a .filter_price {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 5px;
}
.serve_list_box .box_left .header .header_right a .filter_price img {
  width: 9px;
  height: 6px;
  display: block;
  margin: 1px 0;
}
.serve_list_box .box_left .header .header_right a .filter_price_down img {
  transform: rotateX(180deg);
}
.serve_list_box .box_left .header .tags {
  width: 100%;
  height: 4px;
  display: none;
  background: #A42127;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  color: #666666;
  font-size: 14px;
}
.serve_list_box .box_left .header .active {
  height: 60px;
  color: #3D3D3D;
  position: relative;
  line-height: 60px;
}
.serve_list_box .box_left .header .active .tags {
  display: block;
}
.serve_list_box .box_left .body {
  padding-left: 52px;
  padding-right: 42px;
  padding-top: 47px;
}
.serve_list_box .box_left .body .small_box {
  margin-bottom: 47px;
  width: auto;
  height: auto;
  border-bottom: 1px dashed #A42127;
  padding-bottom: 40px;
}
.serve_list_box .box_left .body .small_box .inner {
  display: flex;
  justify-content: space-between;
}
.serve_list_box .box_left .body .small_box .left {
  margin: 0;
  margin-right: 27px;
}
.serve_list_box .box_left .body .small_box .left img {
  width: 231px;
}
.serve_list_box .box_left .body .small_box .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
.serve_list_box .box_left .body .small_box .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve_list_box .box_left .body .small_box .right .top .title {
  font-size: 20px;
  font-weight: 600;
  color: #3D3D3D;
  cursor: auto;
  margin: 0;
}
.serve_list_box .box_left .body .small_box .right .top div {
  background: #F28F0E;
  height: 23px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  margin: 0;
}
.serve_list_box .box_left .body .small_box .right .top div img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.serve_list_box .box_left .body .small_box .right .content {
  font-size: 16px;
  color: #838383;
  line-height: 24px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
  cursor: pointer;
}
.serve_list_box .box_left .body .small_box .right .content a {
  color: #838383;
}
.serve_list_box .box_left .body .small_box .right .content a:hover {
  color: #A42127;
}
.serve_list_box .box_left .body .small_box .right .hospital {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 24px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
  cursor: pointer;
}
.serve_list_box .box_left .body .small_box .right .price {
  display: flex;
  margin: 0;
  justify-content: space-between;
  align-items: flex-end;
}
.serve_list_box .box_left .body .small_box .right .price div {
  margin: 0;
}
.serve_list_box .box_left .body .small_box .right .price .number {
  font-size: 17px;
  font-weight: 350;
  color: #838383;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}
.serve_list_box .box_left .body .small_box .right .price .number span {
  margin-right: 10px;
}
.serve_list_box .box_left .body .small_box .right .price .button {
  width: 120px;
  height: 40px;
  border-radius: 100px;
  background: #A42127;
  font-size: 19px;
}
.serve_list_box .box_left .body .small_box .right .price .button a {
  color: #FFFFFF;
}
.serve_list_box .box_left .body .small_box .update-time {
  width: 100%;
  margin: 0;
  text-align: right;
  color: #999;
  line-height: 47px;
}
.serve_list_box .box_right {
  margin: 0;
  width: 320px;
  background-color: #fff;
}
.serve_list_box .box_right .header {
  padding-left: 39px;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  color: #3D3D3D;
  padding-bottom: 22px;
  border-bottom: 1px solid #D8D8D8;
}
.serve_list_box .box_right .content {
  padding: 20px 0;
}
.serve_list_box .box_right .content .small_box {
  width: 230px;
  height: auto;
  margin: 20px auto;
}
.serve_list_box .box_right .content .small_box .top img {
  width: 230px;
  height: 159px;
  border-radius: 10px 10px 0px 0px;
}
.serve_list_box .box_right .content .small_box .bottom {
  padding: 20px 10px 10px;
  background: #F8F8F8;
}
.serve_list_box .box_right .content .small_box .bottom h3 {
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 12px;
}
.serve_list_box .box_right .content .small_box .bottom h3:hover {
  color: #A42127;
}
.serve_list_box .box_right .content .small_box .bottom .price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.serve_list_box .box_right .content .small_box .bottom .price .number {
  margin: 0;
  display: flex;
  align-items: center;
}
.serve_list_box .box_right .content .small_box .bottom .price .button {
  margin: 0;
  border-radius: 5px;
  height: 26px;
  background: #A42127;
  font-size: 14px;
  padding: 0 8px;
}
.serve_list_box .box_right .content .small_box .bottom .price .button a {
  color: #fff;
}
.doctor_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.doctor_top .doctor_left {
  width: 553px;
  background: #fff;
  padding-top: 18px;
  padding-left: 11px;
  padding-right: 11px;
}
.doctor_top .doctor_left .top {
  display: flex;
}
.doctor_top .doctor_left .top .image {
  margin: 0;
}
.doctor_top .doctor_left .top .image img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
  border-radius: 10px;
  border-radius: 50%;
  margin-left: 20px;
}
.doctor_top .doctor_left .top .doctor_info {
  margin: 0;
  padding-left: 35px;
}
.doctor_top .doctor_left .top .doctor_info p {
  padding-left: 30px;
}
.doctor_top .doctor_left .top .doctor_info p:first-of-type {
  background-image: url(../../images/2023/tui_icon.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  font-size: 20px;
  color: #3D3D3D;
  margin-bottom: 18px;
}
.doctor_top .doctor_left .top .doctor_info a:nth-of-type(1) {
  font-size: 30px;
  color: #272727;
  padding-left: 30px;
  font-weight: 500;
  background-image: url(../../images/2023/v_icon.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 0;
  display: inline-block;
  padding-right: 20px;
}
.doctor_top .doctor_left .top .doctor_info .doctor_line {
  background: #A42127;
  width: 42px;
  height: 3px;
  border-radius: 100px;
  margin-left: 30px;
  margin-top: 15px;
}
.doctor_top .doctor_left .top .doctor_info p:nth-of-type(2) {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
  color: #3D3D3D;
}
.doctor_top .doctor_left .top .doctor_info a:nth-of-type(2) {
  margin-top: 5px;
  font-size: 18px;
  color: #3D3D3D;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 30px;
}
.doctor_top .doctor_left .top .doctor_info a:nth-of-type(3) {
  margin-left: 26px;
  margin-top: 10px;
  display: inline-block;
  background: #A42127;
  border-radius: 6px;
  width: 113px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}
.doctor_top .doctor_left .top .doctor_info a:nth-of-type(3):hover {
  background: #FF9D1F;
}
.doctor_top .doctor_left .bottom {
  border-radius: 10px;
  background: #A42127;
  padding: 14px;
  margin: 10px 0;
  position: relative;
  z-index: 9;
}
.doctor_top .doctor_left .bottom label {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.doctor_top .doctor_left .bottom a {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.doctor_top .doctor_left .bottom p {
  border-top: 1px dashed #f76464;
  padding-top: 12px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doctor_top .doctor_right {
  width: 647px;
  background: #FFFFFF;
  padding: 18px;
}
.doctor_top .doctor_right .big_box {
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #D8D8D8;
}
.doctor_top .doctor_right .big_box div:first-of-type {
  margin-right: 29px;
}
.doctor_top .doctor_right .big_box div:first-of-type img {
  width: 200px;
  height: 150px;
  border-radius: 10px;
}
.doctor_top .doctor_right .big_box div:last-of-type {
  margin-top: 10px;
}
.doctor_top .doctor_right .big_box div:last-of-type .title {
  color: #A42127;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 18px;
  background-repeat: no-repeat;
  background-position: right 0;
  letter-spacing: 0.5px;
  word-break: break-all;
}
.doctor_top .doctor_right .big_box div:last-of-type p:first-of-type {
  line-height: 23px;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 0.5px;
}
.doctor_top .doctor_right .big_box div:last-of-type p:first-of-type a {
  color: #A42127;
  font-size: 12px;
}
.doctor_top .doctor_right .big_box div:last-of-type p:last-of-type {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
.doctor_top .doctor_right .big_box div:last-of-type p:last-of-type span {
  margin: 0;
  color: #A7A4A4;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.doctor_top .doctor_right .small_box_list p {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}
.doctor_top .doctor_right .small_box_list p a {
  color: #3D3D3D;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  width: 510px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doctor_top .doctor_right .small_box_list p a:hover {
  color: #A42127;
}
.doctor_top .doctor_right .small_box_list p span:last-of-type {
  color: #A7A4A4;
  margin: 0;
  font-size: 14px;
}
.hospital-detail-page {
  background: #F8F8F8;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  color: #3D3D3D;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit h1 {
  font-weight: 700;
  line-height: 32px;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit .sk_hospital_detail_tit_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 12px;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit .sk_hospital_detail_tit_top .left {
  display: flex;
  margin: 0;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit .sk_hospital_detail_tit_top .left .renzheng {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 94px;
  height: 26px;
  margin: 0;
  line-height: 30px;
  opacity: 1;
  background: #A42127;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 3px;
  color: #FFFFFF;
  margin-right: 4px;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit .sk_hospital_detail_tit_top .left .renzheng .icon {
  width: 13px;
  height: 15px;
  margin: 0 3px 0 0;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit .sk_hospital_detail_tit_top .left .vr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 72px;
  height: 26px;
  margin: 0;
  line-height: 30px;
  border-radius: 3px;
  opacity: 1;
  background: #2B9AF8;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
  margin-right: 5px;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit .sk_hospital_detail_tit_top .left .vr .icon {
  width: 26px;
  height: 13px;
  margin: 0 3px 0 0;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit .sk_hospital_detail_tit_top .right_box {
  cursor: pointer;
  height: 36px;
  display: flex;
  align-items: center;
  background: #EBEBEB;
  font-size: 14px;
  border-radius: 3px;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
  font-weight: 600;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit .sk_hospital_detail_tit_top .right_box div {
  display: flex;
  align-items: center;
}
.hospital-detail-page .sk_hospital_detail_con .sk_hospital_detail_tit .sk_hospital_detail_tit_top .right_box img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.hospital-detail-page .sk_hospital_detail_con .server-list {
  padding: 0;
  height: 95px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
}
.hospital-detail-page .sk_hospital_detail_con .server-list .list {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 350;
  line-height: 12px;
  justify-content: center;
  align-items: center;
  margin: 0 12px 0 0;
  color: #B3B3B3;
}
.hospital-detail-page .sk_hospital_detail_con .server-list .list .icon {
  width: 30px;
  height: 30px;
  margin: 0 0 13px 0;
}
.hospital-detail-page .sk_hospital_detail_con .news {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0em;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  margin: 12px 0;
  border: 1px solid #A8F7F2;
}
.hospital-detail-page .sk_hospital_detail_con .news .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hospital-detail-page .sk_hospital_detail_con .news .menu .menu_left {
  margin: 0;
  display: flex;
  align-items: center;
}
.hospital-detail-page .sk_hospital_detail_con .news .menu .menu_left img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}
.hospital-detail-page .sk_hospital_detail_con .news .menu .menu_left span {
  color: #A42127;
  font-size: 16px;
  margin-left: 5px;
  font-weight: bolder;
}
.hospital-detail-page .sk_hospital_detail_con .news .menu .type {
  margin: 0;
  width: 81px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 40px;
  background: #A42127;
}
.hospital-detail-page .sk_hospital_detail_con .news .menu_list {
  margin-top: 10px;
  height: 125px;
  overflow: hidden;
  padding: 0 20px;
  overflow-y: scroll;
}
.hospital-detail-page .sk_hospital_detail_con .news .menu_list::-webkit-scrollbar {
  background-color: transparent;
  display: none;
}
.hospital-detail-page .sk_hospital_detail_con .news .menu_list a {
  color: #A4A4A4;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
}
.hospital-detail-page .sk_hospital_detail_con .news .menu_list a:hover {
  color: #A42127;
  text-decoration: underline;
}
.hospital-detail-page .sk_hospital_detail_con .banner-list {
  width: 534px;
  margin-top: 16px;
  position: relative;
}
.hospital-detail-page .sk_hospital_detail_con .banner-list .inner-list {
  overflow: hidden;
}
.hospital-detail-page .sk_hospital_detail_con .banner-list .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  margin-left: 0;
}
.hospital-detail-page .sk_hospital_detail_con .banner-list img {
  width: 168px;
  height: 115px;
  object-fit: cover;
  margin: 0 13px 0 0;
  border-radius: 14px;
}
.hospital-detail-page .sk_hospital_detail_con .banner-list .left {
  width: 11px;
  height: 18px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin: -9px 0 0;
  cursor: pointer;
}
.hospital-detail-page .sk_hospital_detail_con .banner-list .right {
  width: 11px;
  height: 18px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin: -9px 0 0;
  cursor: pointer;
}
.hospital-detail-page .hospital_list_type1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.hospital-detail-page .hospital_list_type1 .hos_panel_item {
  width: 100%;
  padding: 24px 35px;
  border-bottom: 1px #D8D8D8 dashed;
  border-radius: 0 !important;
}
.hospital-detail-page .hospital_list_type1 .hos_panel_item:last-child {
  border: none;
}
.hospital-detail-page .hospital_list_type1 .hos_panel_item:hover {
  box-shadow: none;
}
.hospital-detail-page .hospital_list_type1 .list {
  margin: 0;
  letter-spacing: 0.5px;
}
.hospital-detail-page .hospital_list_type1 .list .news {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.hospital-detail-page .hospital_list_type1 .list .news .lazyload {
  width: 230px;
  height: 160px;
  margin: 0;
}
.hospital-detail-page .hospital_list_type1 .list .news .lazyload:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.14);
}
.hospital-detail-page .hospital_list_type1 .list .news > img {
  border-radius: 8px !important;
  border: 1px solid #f1f1f1 !important;
}
.hospital-detail-page .hospital_list_type1 .list .inner {
  width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hospital-detail-page .hospital_list_type1 .list .inner > a {
  margin: 0;
}
.hospital-detail-page .hospital_list_type1 .list .inner .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.hospital-detail-page .hospital_list_type1 .list .inner .title h1 {
  margin: 0;
  font-weight: 600;
}
.hospital-detail-page .hospital_list_type1 .list .inner .title h1:hover {
  color: #54d0c0;
}
.hospital-detail-page .hospital_list_type1 .list .inner .title h1 a {
  color: #3D3D3D;
}
.hospital-detail-page .hospital_list_type1 .list .inner .title .look {
  width: 107px;
  height: 36px;
  border-radius: 5px;
  opacity: 1;
  background: #77D8D0;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  margin: 0 0 0 auto;
}
.hospital-detail-page .hospital_list_type1 .list .inner .tab-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  flex-wrap: wrap;
}
.hospital-detail-page .hospital_list_type1 .list .inner .tab-list .tab {
  padding: 1px 5px;
  border-radius: 5px;
  opacity: 1;
  border: 1px solid #A7A4A4;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #A7A4A4;
  margin: 0 8px 5px 0;
}
.hospital-detail-page .hospital_list_type1 .list .inner .tab-list .tab:nth-child(2) {
  color: #4989E8;
  border: 1px solid #4989E8;
}
.hospital-detail-page .hospital_list_type1 .list .inner .tab-list .tab:nth-child(3) {
  color: #F1A961;
  border: 1px solid #F1A961;
}
.hospital-detail-page .hospital_list_type1 .list .inner .content {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #A7A4A4;
}
.hospital-detail-page .hospital_list_type1 .list .inner .content p {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #3d3d3d;
  font-size: 14px;
}
.hospital-detail-page .hospital_list_type1 .list .inner .content p:last-child {
  margin-top: 6px;
}
.hospital-detail-page .hospital_list_type1 .list .inner .content p .icon {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
.hospital-detail-page .hospital_list_type1 .list .inner .content p span {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hospital-detail-page .hospital_list_type1 .list .inner .content p:hover {
  cursor: pointer;
}
.hospital-detail-page .hospital_list_type1 .product-content {
  width: 100%;
  margin-top: 30px;
  background: #F7F9F9;
  padding: 25px 20px;
  box-sizing: border-box;
}
.hospital-detail-page .hospital_list_type1 .product-content .list {
  height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  color: #3D3D3D;
  flex-shrink: 0;
}
.hospital-detail-page .hospital_list_type1 .product-content .list .icon {
  width: 18px;
  height: 18px;
  margin: 0 11px 0 0;
  border-radius: 0;
}
.hospital-detail-page .hospital_list_type1 .product-content .list .total {
  height: 24px;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  color: #888888;
  margin: 0 17px 0 23px;
  padding: 0 3px;
}
.hospital-detail-page .hospital_list_type1 .product-content .list .total .num {
  color: #4BD6B3;
}
.hospital-detail-page .hospital_list_type1 .product-content .list .price {
  font-size: 12px;
  font-weight: 350;
  line-height: 24px;
  color: #3D3D3D;
  margin: 0;
  display: flex;
  align-items: center;
}
.hospital-detail-page .hospital_list_type1 .product-content .list .price .money {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #DF2D19;
}
.hospital-detail-page .hospital_list_type1 .product-content .list .to {
  width: 8px;
  height: 14px;
  margin: 0 0 0 auto;
}
.hospital-detail-page .hospital_list_type1 .product-content .go {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  color: #38C19A;
}
.hospital-detail-page .hospital_list_type1 .product-content .go p {
  height: 25px;
  margin: 0;
  padding: 0 3px;
}
.hospital-detail-page .hospital_list_type1 .product-content .go .icon {
  width: 7px;
  height: 10px;
  margin: 0 0 0 22px;
}
.hospital-detail-page .hospital_list_type1:hover {
  box-shadow: none;
}
.hospital-detail-page .content-box {
  width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 60px;
}
.hospital-detail-page .content-box .left-content {
  width: 800px;
}
.hospital-detail-page .content-box .left-content .hospital-explain {
  background: #fff;
  padding: 0 45px;
  box-sizing: border-box;
}
.hospital-detail-page .content-box .left-content .hospital-explain .title {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  font-size: 20px;
  font-weight: normal;
  color: #3D3D3D;
  margin-bottom: 23px;
}
.hospital-detail-page .content-box .left-content .hospital-explain .title .go {
  width: 68px;
  height: 22px;
  border-radius: 5px;
  opacity: 1;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background: #77D8D0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.hospital-detail-page .content-box .left-content .hospital-explain .title .go .icon {
  width: 7px;
  height: 10px;
  margin: 0 0 0 3px;
}
.hospital-detail-page .content-box .left-content .hospital-explain p {
  width: 100%;
}
.hospital-detail-page .content-box .left-content .order-content {
  background: #fff;
  padding: 0 29px;
  box-sizing: border-box;
  margin: 25px 0;
}
.hospital-detail-page .content-box .left-content .order-content .title {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  font-size: 20px;
  font-weight: normal;
  color: #3D3D3D;
}
.hospital-detail-page .content-box .left-content .order-content .title .go {
  width: 68px;
  height: 22px;
  border-radius: 5px;
  opacity: 1;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background: #77D8D0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.hospital-detail-page .content-box .left-content .order-content .title .go .icon {
  width: 7px;
  height: 10px;
  margin: 0 0 0 3px;
}
.hospital-detail-page .content-box .left-content .order-content .list {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #D8D8D8;
}
.hospital-detail-page .content-box .left-content .order-content .list .lazyload {
  width: 230px;
  height: 160px;
  margin: 0;
}
.hospital-detail-page .content-box .left-content .order-content .list .news {
  width: 455px;
  margin: 0;
  letter-spacing: 0.5px;
}
.hospital-detail-page .content-box .left-content .order-content .list .news .name {
  height: 36px;
  font-size: 22px;
  font-weight: 500;
  color: #3D3D3D;
  display: flex;
  align-items: center;
}
.hospital-detail-page .content-box .left-content .order-content .list .news .name .people {
  width: 122px;
  height: 23px;
  border-radius: 5px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #77D8D0;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0 0 0 auto;
}
.hospital-detail-page .content-box .left-content .order-content .list .news .name .people .icon {
  width: 12px;
  height: 12px;
  margin: 0 4px 0 0;
}
.hospital-detail-page .content-box .left-content .order-content .list .news .explain {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  margin: 8px 0 25px;
  color: #838383;
}
.hospital-detail-page .content-box .left-content .order-content .list .news .other {
  display: flex;
  align-items: flex-end;
  font-size: 17px;
  font-weight: 350;
  color: #838383;
}
.hospital-detail-page .content-box .left-content .order-content .list .news .other .tag {
  color: #FB4E4F;
  margin: 0 0 0 5px;
  padding: 0;
}
.hospital-detail-page .content-box .left-content .order-content .list .news .other .money {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #FB4E4F;
  margin: 0 5px 0 0;
}
.hospital-detail-page .content-box .left-content .order-content .list .news .other .price {
  margin: 0;
  text-decoration: line-through;
}
.hospital-detail-page .content-box .left-content .order-content .list .news .other .btns {
  width: 120px;
  height: 40px;
  border-radius: 100px;
  opacity: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: #77D8D0;
  margin: 0 0 0 auto;
}
.hospital-detail-page .content-box .left-content .order-content .list:last-child {
  border: none;
}
.hospital-detail-page .content-box .left-content .comment-content {
  background: #fff;
  padding: 0 29px 50px;
  box-sizing: border-box;
  margin: 0;
}
.hospital-detail-page .content-box .left-content .comment-content .title {
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  font-size: 20px;
  font-weight: normal;
  color: #3D3D3D;
}
.hospital-detail-page .content-box .left-content .comment-content .title span {
  color: #A42127;
  margin: 0;
}
.hospital-detail-page .content-box .left-content .comment-content .title .go {
  width: 68px;
  height: 22px;
  border-radius: 5px;
  opacity: 1;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background: #77D8D0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.hospital-detail-page .content-box .left-content .comment-content .title .go .icon {
  width: 7px;
  height: 10px;
  margin: 0 0 0 3px;
}
.hospital-detail-page .content-box .left-content .comment-content .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 35px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #D8D8D8;
}
.hospital-detail-page .content-box .left-content .comment-content .list .picture {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info {
  width: 560px;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info .name {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: normal;
  color: #3D3D3D;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info .name .date {
  color: #AFAFAF;
  margin: 0;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info .star {
  width: 86px;
  height: 12px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info .star .star_list {
  width: 86px;
  height: 12px;
  background: url(../../images/x1.png) no-repeat left top;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info .star .star_list_info {
  width: 86px;
  height: 12px;
  background: url(../../images/x2.png) no-repeat left top;
  position: absolute;
  left: -35px;
  top: 0;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info .explain {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #838383;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info .imgs {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info .imgs img {
  width: 180px;
  height: 180px;
  margin: 0 10px 10px 0;
}
.hospital-detail-page .content-box .left-content .comment-content .list .info .imgs img:nth-child(3n) {
  margin-right: 0;
}
.hospital-detail-page .content-box .left-content .comment-content .list:last-child {
  border: none;
}
.hospital-detail-page .content-box .left-content .more-hospital {
  margin-top: 30px;
}
.hospital-detail-page .content-box .right-content {
  width: 375px;
  background: transparent;
}
.hospital-detail-page .content-box .right-content .map {
  width: 100%;
  height: 300px;
  margin: 20px auto 0;
}
.hospital-detail-page .content-box .right-content .doctor-mode {
  background: #fff;
  margin-bottom: 20px;
}
.hospital-detail-page .content-box .right-content .doctor-mode .title {
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  font-size: 20px;
  font-weight: normal;
  color: #3D3D3D;
  padding-left: 30px;
  box-sizing: border-box;
}
.hospital-detail-page .content-box .right-content .doctor-mode .title span {
  color: #85E3CB;
  margin: 0;
}
.hospital-detail-page .content-box .right-content .doctor-mode .title .go {
  width: 68px;
  height: 22px;
  border-radius: 5px;
  opacity: 1;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background: #77D8D0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.hospital-detail-page .content-box .right-content .doctor-mode .title .go .icon {
  width: 7px;
  height: 10px;
  margin: 0 0 0 3px;
}
.hospital-detail-page .content-box .right-content .doctor-mode .list {
  padding: 0 30px 40px;
}
.hospital-detail-page .content-box .right-content .doctor-mode .list .doctor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.hospital-detail-page .content-box .right-content .doctor-mode .list .doctor .lazyload {
  width: 67px;
  height: auto;
  margin: 0;
  border-radius: 5px;
  object-fit: cover;
}
.hospital-detail-page .content-box .right-content .doctor-mode .list .doctor .info {
  width: 230px;
}
.hospital-detail-page .content-box .right-content .doctor-mode .list .doctor .info .news {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  border-bottom: 1px dashed #D8D8D8;
}
.hospital-detail-page .content-box .right-content .doctor-mode .list .doctor .info .news .position {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  margin: 0 16px 0 8px;
}
.hospital-detail-page .content-box .right-content .doctor-mode .list .doctor .info .news .good {
  font-size: 13px;
  font-weight: normal;
  color: #BBBBBB;
  margin: 0;
}
.hospital-detail-page .content-box .right-content .doctor-mode .list .doctor .info .news .good .num {
  color: #77D8D0;
  margin: 0 0 0 4px;
}
.hospital-detail-page .content-box .right-content .doctor-mode .list .doctor .info .major {
  height: 44px;
  margin-top: 6px;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hospital-detail-page .content-box .right-content .about-mode {
  background: #fff;
  letter-spacing: 0.5px;
}
.hospital-detail-page .content-box .right-content .about-mode .title {
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  font-size: 20px;
  font-weight: normal;
  color: #3D3D3D;
  padding-left: 30px;
  box-sizing: border-box;
}
.hospital-detail-page .content-box .right-content .about-mode .title span {
  color: #85E3CB;
  margin: 0;
}
.hospital-detail-page .content-box .right-content .about-mode .title .go {
  width: 68px;
  height: 22px;
  border-radius: 5px;
  opacity: 1;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background: #77D8D0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.hospital-detail-page .content-box .right-content .about-mode .title .go .icon {
  width: 7px;
  height: 10px;
  margin: 0 0 0 3px;
}
.hospital-detail-page .content-box .right-content .about-mode .content {
  padding: 0 26px;
}
.hospital-detail-page .content-box .right-content .about-mode .content .choose-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px dashed #D8D8D8;
}
.hospital-detail-page .content-box .right-content .about-mode .content .choose-type .type {
  width: 147px;
  height: 42px;
  border-radius: 5px;
  opacity: 1;
  font-size: 20px;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
  color: #3D3D3D;
  background: #EBEBEB;
  cursor: pointer;
}
.hospital-detail-page .content-box .right-content .about-mode .content .choose-type .current {
  background: #FFEFEF;
  color: #3D3D3D;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_project h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #3D3D3D;
  margin: 20px 0 10px;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_project .panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_project .panel .tags {
  height: 48px;
  padding: 0 12px;
  background: #EBEBEB;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 350;
  line-height: 48px;
  color: #494949;
  margin: 0 3px 9px;
  cursor: pointer;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_project .panel .active {
  background: #FFEFEF;
  color: #494949;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #3D3D3D;
  margin: 20px 0 0;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_control {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_control h4 {
  font-size: 14px;
  font-weight: 500;
  color: #494E50;
  margin: 0;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_control .btns {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_control .btns img {
  width: 6px;
  height: 10px;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_week {
  height: 30px;
  background: #F5F7FA;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  color: #424242;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_week span {
  flex: 1;
  margin: 0;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_day {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_day span {
  width: 14.2%;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  color: #494E50;
  margin: 0;
  cursor: pointer;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_day .flag {
  color: #A0A5B6;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_date .date_con .date_day .active {
  background-color: #FFEFEF;
  color: #494E50;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_time h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #3D3D3D;
  margin: 20px 0 10px;
  border-bottom: 1px dashed #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_time h3 .month {
  font-size: 16px;
  font-weight: normal;
  color: #3D3D3D;
  margin: 0;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_time .panel .tags {
  width: 100%;
  height: 40px;
  display: block;
  font-size: 16px;
  font-weight: 350;
  line-height: 40px;
  color: #fff;
  padding-left: 5px;
  box-sizing: border-box;
  border-bottom: 1px dashed #D8D8D8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_time .panel .tags span {
  margin: 0;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_time .panel .tags .icon {
  display: none;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_time .panel .active {
  background: #FFEFEF;
  color: #3D3D3D;
}
.hospital-detail-page .content-box .right-content .about-mode .content .chose_time .panel .active .icon {
  width: 13px;
  height: 9px;
  display: block;
  margin: 0 17px 0 0;
}
.hospital-detail-page .content-box .right-content .about-mode .sk_serve_booking {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hospital-detail-page .content-box .right-content .about-mode .sk_serve_booking button {
  width: 139px;
  height: 35px;
  border-radius: 10px;
  opacity: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  color: #494949;
  background: #FFEFEF;
}
.more-doctor {
  background-color: #fff;
  clear: both;
  margin: 10px 0 20px 0;
}
.more-doctor .doctorList {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  font-family: PingFang SC;
  gap: 23px;
  margin-top: 20px;
  justify-content: space-between;
}
.more-doctor .doctorList .dct_panel_item {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  position: relative;
  box-shadow: 0px 4px 10px 0px #E2E2E2;
}
.more-doctor .doctorList .dct_panel_item img {
  width: 140px;
  height: 140px;
  margin: 17px 0 9px 0;
  border-radius: 999px;
  object-fit: cover;
}
.more-doctor .doctorList .dct_panel_item h1 {
  padding: 0 14px;
  font-size: 20px;
  font-weight: 600;
  color: #A42127;
}
.more-doctor .doctorList .dct_panel_item h1 a {
  color: #A42127;
}
.more-doctor .doctorList .dct_panel_item .info {
  margin: 7px auto;
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.more-doctor .doctorList .dct_panel_item .info a {
  font-size: 20px;
  color: #535353;
  letter-spacing: 0.5px;
}
.more-doctor .doctorList .dct_panel_item .info a:hover {
  color: #A42127;
}
.more-doctor .doctorList .dct_panel_item .position {
  color: #9C9C9C;
  font-size: 18px;
}
.more-doctor .doctorList .dct_panel_item .doctor_list_line {
  width: 198px;
  height: 1px;
  background-color: #d8d8d8;
  margin-top: 11px;
  margin-bottom: 11px;
}
.more-doctor .doctorList .dct_panel_item .major {
  max-width: 90%;
  height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  letter-spacing: 0.5px;
  position: relative;
}
.more-doctor .doctorList .dct_panel_item .major label {
  font-weight: 300;
  color: #9c9c9c;
}
.more-doctor .doctorList .dct_panel_item .major a {
  position: relative;
  padding-right: 8px;
  font-weight: 300;
  color: #9c9c9c;
}
.more-doctor .doctorList .dct_panel_item .major a::after {
  content: '/';
  position: absolute;
  bottom: 0;
  color: #9c9c9c;
  margin-left: 3px;
}
.more-doctor .doctorList .dct_panel_item .major a:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  color: #9c9c9c;
}
.more-doctor .doctorList .dct_panel_item .major a:hover {
  color: #A42127;
}
.more-doctor .doctorList .dct_panel_item .button_wenzhen {
  border-radius: 8px;
  background: #A42127;
  width: 103px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 7px;
  letter-spacing: 0.5px;
}
.more-doctor .doctorList .dct_panel_item .button_wenzhen:hover {
  background: #FF9D1F;
}
.more-doctor .doctorList .dct_panel_item .update-time {
  color: #9c9c9c;
  line-height: 30px;
}
#more-title {
  padding: 20px 0 0 29px;
  background-color: #fff;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.doctor_list .dct_panel_item {
  box-shadow: 0px 4px 10px 0px #E2E2E2;
}
.doctor_list .dct_panel_item:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
}
.doctor_list .info {
  margin: 7px auto;
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.doctor_list .info a {
  font-size: 20px;
  color: #535353;
  letter-spacing: 0.5px;
}
.doctor_list .info a:hover {
  color: #A42127;
}
.doctor_list .position {
  color: #9C9C9C;
  font-size: 18px;
}
.doctor_list .doctor_list_line {
  width: 198px;
  height: 1px;
  background-color: #d8d8d8;
  margin-top: 11px;
  margin-bottom: 11px;
}
.doctor_list .update-time {
  width: 90%;
  height: 30px;
  color: #9c9c9c;
  text-align: center;
  line-height: 30px;
}
.doctor_list .major {
  max-width: 90%;
  height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  letter-spacing: 0.5px;
}
.doctor_list .major a {
  position: relative;
  padding-right: 8px;
  font-weight: 300;
  color: #9c9c9c;
}
.doctor_list .major a:hover {
  color: #A42127;
}
.doctor_list .major a::after {
  content: '/';
  position: absolute;
  bottom: 0;
  color: #9c9c9c;
}
.doctor_list .major label {
  font-weight: 300;
  color: #9c9c9c;
}
.doctor_list .major a:last-child::after {
  display: none;
}
.doctor_list .dct_panel_item img {
  width: 140px;
  height: 140px;
  margin: 17px 0 9px 0;
  border-radius: 999px;
  object-fit: cover;
}
.doctor_list .dct_panel_item h1 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  color: #A42127;
}
.doctor_list .dct_panel_item h1 a {
  color: #A42127;
}
.doctor_list .dct_panel_item h1 a:hover {
  color: #A42127;
}
.doctor_list .dct_panel_item .button_wenzhen {
  border-radius: 8px;
  background: #A42127;
  width: 103px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 7px;
  letter-spacing: 0.5px;
}
.doctor_list .dct_panel_item .button_wenzhen:hover {
  background: #FF9D1F;
}
.doctor_list .dct_panel_item .hot {
  width: 30px;
  height: 34px;
  display: block;
  position: absolute;
  right: 28px;
  top: 0;
  border-radius: 0px 0px 14px 14px;
  background: url(/Public/images/01www/hot_icon.png) no-repeat;
}
.know-page {
  background: #F8F8F8;
}
.know-page .page-banner {
  width: 100%;
  height: auto;
}
.know-page .know-content {
  width: 1200px;
  margin: 35px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.know-page .know-content .know-list {
  width: 800px;
  padding: 0 0;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
  margin-bottom: 100px;
}
.know-page .know-content .know-list .list {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  letter-spacing: 0.5px;
}
.know-page .know-content .know-list .list .lazyload {
  width: 240px;
  height: 160px;
  margin: 0;
  border-radius: 10px;
}
.know-page .know-content .know-list .list .news {
  width: 480px;
  margin: 0;
}
.know-page .know-content .know-list .list .news .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #3D3D3D;
}
.know-page .know-content .know-list .list .news .name a {
  color: #3D3D3D;
}
.know-page .know-content .know-list .list .news .name a:hover {
  color: #A42127;
}
.know-page .know-content .know-list .list .news .explain {
  height: 78px;
  font-size: 16px;
  font-weight: 350;
  line-height: 26px;
  color: #767676;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-indent: 32px;
}
.know-page .know-content .know-list .list .news .explain a {
  color: #767676;
}
.know-page .know-content .know-list .list .news .explain a:hover {
  color: #A42127;
}
.know-page .know-content .know-list .list .news .other {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #A7A4A4;
}
.know-page .know-content .know-list .list .news .other a {
  color: #A7A4A4;
}
.know-page .know-content .know-list .list .news .other .time {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}
.know-page .know-content .know-list .list .news .other .time .icon {
  width: 15px;
  margin: 0 3px 0 0;
}
.know-page .know-content .know-list .list .news .other .people {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 20px;
}
.know-page .know-content .know-list .list .news .other .people .icon {
  width: 16px;
  height: 15px;
  margin: 0 3px 0 0;
}
.know-page .know-content .know-list .list .news .other .hospital {
  width: 170px;
  color: #767676;
  margin: 0 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.know-page .know-content .know-list .list .news .other .look {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 10px;
}
.know-page .know-content .know-list .list .news .other .look .icon {
  width: 20px;
  margin: 0 3px 0 0;
}
.know-page .know-content .know-list .list .news .other .go {
  width: 97px;
  height: 30px;
  border-radius: 5px;
  opacity: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background: #A42127;
  margin: 0 0 0 auto;
}
.know-page .know-content .know-list .list:last-child {
  border: none;
}
.know-page .know-content .other-content {
  width: 375px;
  letter-spacing: 0.5px;
}
.know-page .know-content .other-content .hot-list {
  background: #fff;
  padding-bottom: 25px;
}
.know-page .know-content .other-content .hot-list .title {
  height: 83px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  color: #3D3D3D;
  padding-left: 26px;
  box-sizing: border-box;
  border-bottom: 1px solid #D8D8D8;
}
.know-page .know-content .other-content .hot-list .title .icon {
  width: 17px;
  height: 17px;
  margin: 0 0 0 12px;
}
.know-page .know-content .other-content .hot-list .list {
  width: 320px;
  height: 57px;
  display: flex;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px #D8D8D8 solid;
  margin: 0 auto;
}
.know-page .know-content .other-content .hot-list .list .index {
  font-size: 20px;
  font-weight: 500;
  color: #64D6C5;
  margin: 0 8px 0 0;
}
.know-page .know-content .other-content .hot-list .list .name {
  width: 250px;
  font-size: 16px;
  font-weight: 350;
  color: #767676;
  margin: 0;
}
.know-page .know-content .other-content .hot-list .list .name:hover {
  color: #77D8D0;
}
.know-page .know-content .other-content .hot-list .list .date {
  font-size: 14px;
  font-weight: 500;
  color: #A7A4A4;
  margin: 0 0 0 auto;
}
.know-page .know-content .other-content .rank-list .list:first-of-type .index,
.know-page .know-content .other-content .rank-list .list:nth-of-type(2) .index,
.know-page .know-content .other-content .rank-list .list:nth-of-type(3) .index {
  color: #ff0005;
}
.know-page .know-content .other-content .rank-list {
  background: #fff;
  padding-bottom: 30px;
}
.know-page .know-content .other-content .rank-list .header {
  height: 57px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 38px;
  box-sizing: border-box;
  background: #A42127;
}
.know-page .know-content .other-content .rank-list .header .title {
  height: 47px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 47px;
  text-align: center;
  color: #A42127;
  margin: 0;
  padding: 0 10px;
}
.know-page .know-content .other-content .rank-list .list {
  width: 320px;
  height: 57px;
  display: flex;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px #D8D8D8 solid;
  margin: 0 auto;
}
.know-page .know-content .other-content .rank-list .list .index {
  font-size: 18px;
  font-weight: 500;
  color: #A42127;
  margin: 0 8px 0 0;
}
.know-page .know-content .other-content .rank-list .list .name {
  width: 300px;
  font-size: 16px;
  font-weight: 350;
  color: #767676;
  margin: 0;
}
.know-page .know-content .other-content .rank-list .list .name:hover {
  color: #A42127;
}
.know-page .know-content .other-content .rank-list .list .date {
  font-size: 14px;
  font-weight: 500;
  color: #A7A4A4;
  margin: 0 0 0 auto;
}
.know-page .know-content .other-content .name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sk_doctor .doctor_info .doctor_header {
  font-size: 20px;
  line-height: 80px;
  height: 80px;
  color: #3D3D3D;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.sk_doctor .doctor_info .doctor_header img {
  width: 17px;
  height: 17px;
  margin-left: 12px;
}
.sk_doctor .doctor_info .left {
  float: left;
  width: 799px;
  background-color: #fff;
  padding: 0 15px 15px 15px;
}
.sk_doctor .doctor_info .right {
  float: right;
  width: 373px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.sk_doctor .doctor_info .right .doctor_header {
  margin-bottom: 0;
  background: #A42127;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.sk_doctor .doctor_info .right .doctor_hot_question {
  font-size: 16px;
  padding: 15px 20px;
  border-top: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sk_doctor .doctor_info .right .doctor_hot_question div {
  display: flex;
  align-items: center;
  margin: 0;
}
.sk_doctor .doctor_info .right .doctor_hot_question div span {
  font-size: 18px;
  color: #A42127;
  margin-right: 20px;
}
.sk_doctor .doctor_info .right .doctor_hot_question div a {
  font-size: 16px;
  color: #767676;
  font-weight: 350;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 240px;
  letter-spacing: 0.5px;
}
.sk_doctor .doctor_info .right .doctor_hot_question div a:hover {
  color: #A42127;
}
.sk_doctor .doctor_info .right .doctor_hot_question .time {
  font-size: 14px;
  color: #A7A4A4;
  margin: 0;
}
.sk_doctor .doctor_info .right .doctor_hot_question:first-of-type {
  border-top: none;
}
.sk_doctor .doctor_question_list {
  width: 799px;
  float: left;
}
.sk_doctor .doctor_question_list .list_box {
  padding: 41px;
  background-color: #fff;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.sk_doctor .doctor_question_list .list_box .question {
  margin-bottom: 20px;
}
.sk_doctor .doctor_question_list .list_box .question .user_info {
  display: flex;
  margin-bottom: 19px;
}
.sk_doctor .doctor_question_list .list_box .question .user_info img {
  margin: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 15px;
}
.sk_doctor .doctor_question_list .list_box .question .user_info .info_content {
  margin: 0;
  margin-top: 2px;
  width: 100%;
}
.sk_doctor .doctor_question_list .list_box .question .user_info .info_content p {
  font-size: 20px;
  color: #3D3D3D;
}
.sk_doctor .doctor_question_list .list_box .question .user_info .info_content .content {
  margin-top: 5px;
  color: #9A9FA3;
  display: flex;
  justify-content: space-between;
}
.sk_doctor .doctor_question_list .list_box .question .user_info .info_content .content div {
  margin: 0;
}
.sk_doctor .doctor_question_list .list_box .question .user_question {
  padding-bottom: 33px;
  padding-left: 69px;
  border-bottom: 1px dashed #D8D8D8;
  font-weight: 600;
  color: #3D3D3D;
}
.sk_doctor .doctor_question_list .list_box .question .user_question img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.sk_doctor .doctor_question_list .list_box .answer .doctor_info {
  display: flex;
  margin-bottom: 19px;
}
.sk_doctor .doctor_question_list .list_box .answer .doctor_info img {
  margin: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 15px;
}
.sk_doctor .doctor_question_list .list_box .answer .doctor_info .info_content {
  margin: 0;
  margin-top: 2px;
  width: 100%;
}
.sk_doctor .doctor_question_list .list_box .answer .doctor_info .info_content p {
  font-size: 20px;
  color: #3D3D3D;
}
.sk_doctor .doctor_question_list .list_box .answer .doctor_info .info_content .content {
  margin-top: 5px;
  color: #9A9FA3;
  display: flex;
  justify-content: space-between;
}
.sk_doctor .doctor_question_list .list_box .answer .doctor_info .info_content .content div {
  margin: 0;
}
.sk_doctor .doctor_question_list .list_box .answer .answer_info {
  font-weight: 350;
  color: #3D3D3D;
  padding-left: 69px;
}
.sk_doctor .doctor_question_list .list_box .answer .answer_info img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#hospitalPanel {
  display: flex;
  width: 1200px;
}
img {
  object-fit: cover;
}
.search_result .layui-tab-content {
  position: relative;
}
.search_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 36px;
}
.search_top .search-area {
  margin: 0;
  position: relative;
}
.search_top .logo {
  width: 195px;
  margin: 0;
  cursor: pointer;
}
.search_top .inputText {
  width: 800px;
  height: 60px;
  padding-left: 25px;
  border-radius: 38.28px;
  border: 0.5px solid #E1D4D4;
  margin: 0;
  margin-left: 32px;
  font-size: 18px;
}
.search_top .search_button {
  width: 128px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22.97px;
  border-radius: 38.28px;
  box-shadow: 0px 5px 7px 0px rgba(164, 33, 39, 0.5);
  color: white;
  background: #A42127;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search_top .search_button img {
  width: 23px;
  height: 23px;
  margin: 0;
}
.search_top .search_button span {
  margin: 0;
  margin-left: 8px;
}
#search .layui-tab-title {
  display: flex;
  width: 740px;
  border-bottom: none;
}
#search .layui-tab-title li {
  min-width: auto;
  padding: 0;
  font-size: 19px;
}
#search .layui-tab-title .layui-this {
  color: #A42127;
}
#search .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #A42127;
}
.search_service {
  display: flex;
  border: 1px solid #E6E9EC;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
}
.search_service:hover {
  color: #d5d4d4 !important;
}
.search_service .left {
  margin: 0;
}
.search_service .left img {
  width: 307px;
  height: 220px;
}
.search_service .right {
  margin: 0;
  position: relative;
  padding: 21px 20px 0;
  width: 893px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.search_service .right .name {
  width: 100%;
  font-size: 22px;
  color: #727272;
  margin-bottom: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search_service .right .name a {
  color: #3d3d3d;
}
.search_service .right .name span {
  padding: 3px 6px;
  background: #FB9B28;
  font-size: 12px;
  color: white;
  margin: 0;
  border-radius: 5px;
  margin-left: 10px;
  position: relative;
  top: -2.5px;
}
.search_service .right .name span img {
  width: 11px;
  height: 13px;
  margin-right: 3px;
  margin-top: -3px;
}
.search_service .right .text {
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  color: #696969;
  line-height: 25px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search_service .right .search_tag {
  width: 100%;
  margin-bottom: 10px;
}
.search_service .right .search_tag a {
  padding: 4px 8px;
  border-radius: 5px;
  color: #A7A4A4;
  border: 1px solid #A7A4A4;
  margin-right: 12px;
  display: inline-block;
}
.search_service .right .search_tag a:last-of-type {
  color: #F1A961;
  border: 1px solid #F1A961;
}
.search_service .right .service_price {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.search_service .right .service_price .content {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #A7A4A4;
  margin: 0;
  display: block;
}
.search_service .right .service_price .content p {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #3d3d3d;
  font-size: 16px;
}
.search_service .right .service_price .content p .icon {
  width: 20px;
  margin: 0 10px 0 0;
}
.search_service .right .service_price .content p span {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search_service .right .service_price .price_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0;
}
.search_service .right .service_price .price_left .price {
  color: #838383;
  margin-right: 7.5px;
  display: flex;
  align-items: end;
}
.search_service .right .service_price .price_left .price span {
  font-size: 18px;
}
.search_service .right .service_price .price_left .price .now_price {
  font-size: 30px;
  color: #FB4E4F;
  position: relative;
  top: 4px;
}
.search_service .right .service_price .price_left .old_price {
  font-size: 18px;
  font-weight: 300;
  margin-right: 7.5px;
}
.search_service .right .service_price .price_left .old_price span:last-of-type {
  text-decoration: line-through;
}
.search_service .right .service_price .price_left .else {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 7.5px;
  color: #696969;
}
.search_service .right .service_price .price_left .else img {
  width: 17px;
  height: 13px;
  margin-right: 3px;
}
.search_service .right .service_price .price_left .time {
  color: #696969;
  margin-left: 20px;
}
.search_service .right .service_price .price_left .phone {
  color: #A7A4A4;
  margin: 0 10px 0 0;
}
.search_service .right .service_price .price_left .address {
  color: #A7A4A4;
}
.search_service .right .service_price .detailBtn {
  margin: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 120px;
  height: 35px;
  line-height: 35px;
  border-radius: 100px;
  background: #A42127;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.search_service .right .right_top {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #4989E8;
  width: 83px;
  height: 24.93px;
  line-height: 24.93px;
  text-align: center;
  color: white;
}
.search_service .right .dayi {
  background-color: #803E35;
}
.search_service .right .baike {
  background-color: #8CB13A;
}
.search_service .right .shangcheng {
  background-color: #F38764;
}
.search_service .right .yiyuan {
  background-color: #FF9027;
}
.search_service .right .yisheng {
  background-color: #AAA3FA;
}
.search_num {
  font-size: 15px;
  color: #D1D1D1;
  margin-bottom: 50px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.search_num span {
  color: #A42127;
}
.search-relus-key {
  color: #f9550a;
}
.titleBold {
  font-weight: 500 !important;
}
.sk_spring {
  padding: 30px 60px;
}
input:-webkit-autofill {
  background: transparent;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: unset;
}
.requestTip {
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-size: 18px;
  margin-left: -294px;
  color: #888;
}
#tip {
  text-align: center;
  font-size: 18px;
}
.currentBox {
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  position: absolute;
  width: 92px;
  height: 50px;
}
.problem_banner {
  width: 100%;
  height: auto;
  position: relative;
}
.problem_banner img {
  width: 100%;
  height: auto;
  display: block;
}
.problem_banner .content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 68px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
.problem_banner .content .logo {
  width: 233px;
  height: 60px;
  margin: 0;
}
.problem_page {
  padding-top: 85px;
  min-height: 100vh;
  background: url('/Public/images/images/problem_bg.png') center top no-repeat;
  background-size: cover;
}
.problem_page .problem_title {
  width: 967px;
  height: 108px;
  background: url('/Public/images/images/problem_title.png') no-repeat center center;
  background-size: 967px 108px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  line-height: 108px;
  margin: 0 auto 77px;
}
.problem_page .problem_explain {
  font-size: 35px;
  color: #3A3A3A;
  line-height: 35px;
  margin-bottom: 87px;
  text-align: center;
  letter-spacing: 4px;
}
.problem_page .problem_explain .explain {
  font-size: 18px;
  color: #656464;
  line-height: 18px;
  margin-top: 15px;
  letter-spacing: 3px;
}
.problem_page .problem_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.problem_page .problem_banner > img {
  width: 1100px;
  padding-left: 65px;
}
.problem_page .problem_banner div {
  display: flex;
  flex-direction: column;
  width: 700px;
  align-items: center;
  margin: 50px 0 0 0;
}
.problem_page .problem_banner div img:first-child {
  width: 698px;
}
.problem_page .problem_banner div img:last-child {
  width: 522px;
  margin-top: 25px;
}
.problem_page .problem_list {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.problem_page .problem_list .problem_item {
  width: 993px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.problem_page .problem_list .problem_item .message {
  width: 580px;
  height: 352px;
  background: #A42127;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 57px 0 33px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 10px;
}
.problem_page .problem_list .problem_item .message .index {
  width: 100px;
  height: 41px;
  margin: 25px 0 37px;
}
.problem_page .problem_list .problem_item .message .name {
  font-size: 35px;
  color: #FFFFFF;
  line-height: 55px;
  margin: 0  0 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.problem_page .problem_list .problem_item .message .explain {
  font-size: 28px;
  color: #fff;
  line-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.problem_page .problem_list .problem_item .message .explain .tags {
  width: 13px;
  height: 13px;
  margin: 15px 15px 0 0;
  background: #fff;
  border-radius: 50%;
}
.problem_page .problem_list .problem_item .picture {
  width: 375px;
  height: 352px;
  border: 15px solid #fff;
  border-radius: 10px;
}
.problem_page .problem_list .problem_item:first-child .message .index {
  width: 80px;
  height: 41px;
  margin: 25px 0 37px;
}
.problem_page .problem_list .plant {
  position: absolute;
  right: -33px;
  bottom: -75px;
  z-index: 999;
  width: 62px !important;
  height: 137px !important;
}
.absolute_a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.displayNone {
  display: none;
}
.about-message {
  font-size: 14px;
  color: #838383;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0.75;
  border-top: 1px solid #D8D8D8;
  padding: 10px 0 0;
  margin: 10px 0 0 !important;
}
.about-message p {
  margin: 0;
}
.flexCon_doc {
  align-items: center;
}
.doc_poi {
  position: relative;
  display: flex;
  margin-left: 0;
}
.linkColorCon {
  display: block!important;
  border-top: none!important;
}
.linkColor {
  color: #838383 !important;
  margin-top: 0!important;
}
.likeAdd {
  margin-left: 93px;
}
.likeAddAll {
  margin-left: 180px;
}
.question-mode {
  width: 1200px;
  background: linear-gradient(180deg, rgba(255, 84, 78, 0.3) 0%, #ff544e 100%);
  margin: 30px auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  border-radius: 10px;
}
.question-mode .title {
  font-size: 20px;
  color: #c91b23;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.question-mode .title .icon {
  width: 20px;
  margin: 0 8px 0 0;
}
.question-mode .question {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #3d3d3d;
  background: #fff;
  padding: 20px 10px 10px;
  border-radius: 8px 8px 0 0;
}
.question-mode .question .tags {
  width: 23px;
  position: relative;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  margin: 0 10px 0 0;
}
.question-mode .question .tags span {
  width: 23px;
  position: relative;
  z-index: 3;
}
.question-mode .question .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 23px;
  height: 24px;
  flex-shrink: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.question-mode .question .icon-img {
  width: 20px;
  margin: 0 8px 0 0;
}
.question-mode .question p {
  margin: 0;
}
.question-mode .time {
  font-size: 12px;
  color: #899492;
  text-align: right;
  padding: 0 20px 20px;
  background: #fff;
}
.question-mode .ask {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #3d3d3d;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding-left: 10px;
}
.question-mode .ask .tags {
  width: 23px;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  z-index: 3;
  margin: 0 0 0 0;
}
.question-mode .ask .tags span {
  width: 23px;
  position: relative;
  z-index: 3;
}
.question-mode .ask .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 23px;
  height: 24px;
  flex-shrink: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.question-mode .ask .icon-img {
  width: 20px;
  margin: 0 8px 0 0;
}
.question-mode .ask .explain {
  width: calc(100% - 33px);
  padding: 0 10px 10px 0;
  white-space: pre-line;
}
