﻿/* 2.头部 */
header {
  position: relative;
  width: 100%;
  height: 120px;
}
.headerNav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.headerNav .logo {
  width: 147px;
  height: 47px;
}
.banner {
  width: 100%;
  height: 100%;
}
.yk-eyeHospital {
  width: 100%;
  text-align: center;
}
.yk-eyeHospital > span {
  vertical-align: middle;
}
.yk-eyeHospital > span:first-child {
  padding-right: 10px;
}
.eyeHospitalicon img {
  vertical-align: middle;
}
.eyeHospitalTitle {
  color: #0d5097;
  font-weight: 700;
  font-size: 36px;
  font-family: PingFang SC;
}
/* 英文小标题（公共-首页） */
.eyeHospitalTitleEn {
  /* color: #8CA5C4;  */
  font-weight: 400;
  font-size: 21px;
  padding-top: 10px;
  text-align: center;
}
.yk-theCharts {
  display: flex;
  margin-top: 20px;
  width: 100%;
  height: 539px;
  padding-top: 20px;
  justify-content: space-evenly;
  box-shadow: 0px 4px 21px 0px rgba(212, 212, 212, 0.5);
}
.yk-paiming {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  justify-content: space-around;
}
.areaTitle {
  /* color: #0462C1; */
  font-size: 28px;
  padding: 0 5px;
}
.yk-areaLine {
  position: relative;
}
.yk-areaLine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #D8D8D8;
  border-radius: 50%;
  transform: translate(0%, -50%);
}
.area .areaLine {
  display: inline-block;
  width: 120px;
  height: 2px;
  background: #D8D8D8;
  vertical-align: middle;
}
.yk-areaLine2 {
  position: relative;
}
.yk-areaLine2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 8px;
  height: 8px;
  background-color: #D8D8D8;
  border-radius: 50%;
  transform: translate(0%, -50%);
}
.paiming {
  width: 448px;
  height: 42px;
  position: relative;
}
.paiming1 {
  background: url('../image/ranking1.png');
}
.paiming2 {
  background: url('../image/ranking2.png');
}
.paiming3 {
  background: url('../image/ranking3.png');
}
.paiming4 {
  background: url('../image/ranking4.png');
}
.paiming span:first-child {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(0px, -50%);
}
.paiming span:last-child {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(0px, -50%);
}
/* 3.眼部整形 */
.yb-surgery {
  width: 100%;
  height: 367px;
  background-color: #EEF5FF;
  display: flex;
  justify-content: space-around;
  margin-top: 63px;
}
.yb-surgery > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.yb-surgeryTop {
  position: relative;
  align-items: center;
  width: 180px;
}
.yb-surgeryTop > div {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  position: absolute;
}
.yb-surgeryTitle {
  width: 180px !important;
  margin-top: 196px !important;
  text-align: center !important;
}
.yb-surgeryTop .yb-surgeryTitle {
  position: static;
}
.yb-surgerydeep {
  position: relative;
  /* background-color: #0462C1; */
  top: -10%;
}
.yb-surgeryshallow {
  position: relative;
  opacity: 1;
  /* border: 1px solid #0462C1; */
}
.yb-surgeryTop > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yb-surgerydeep > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 4.眼科疾病 */
/* 5.轮播图样式： */
.indexswp {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}
.swpTitle {
  margin-top: 38px;
  text-align: center;
}
.yk-swpTitle {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
}
.yw-areaLine {
  font-size: 14px;
  padding-top: 16px;
}
.swpTitle p {
  font-size: 16px;
  color: #595959;
  line-height: 25px;
}
.swiper-button-next,
.swiper-button-prev {
  top: 35% !important;
}
:root {
  --swiper-theme-color: #e4e4e4 !important;
}
/* 近视矫正 */
.js-correct {
  background-color: #EEF5FF;
}
.js-correct > div {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
}
.js-correctRight {
  width: 360px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.js-correctRight2 {
  align-items: flex-start;
  text-align: left;
}
.correctRightTitle {
  position: relative;
  width: 203px;
  height: 208px;
  background: url('../image/opticalcorrection1.png');
  background-size: cover;
}
.correctRightTitle2 {
  width: 258px;
  height: 208px;
  background: url('../image/opticalcorrection2.png');
  background-size: cover;
}
.correctRightTitle3 {
  width: 254px;
  background: url('../image/opticalcorrection3.png');
  background-size: cover;
}
.correctRightTitle > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #000000;
  font-weight: 700;
  font-size: 28px;
}
.correctRightDuanluo {
  font-size: 18px;
  color: #5A5A5A;
  line-height: 30px;
}
/* 更多按钮 */
.more {
  margin-top: 20px;
  text-align: center;
  padding: 5px 20px;
  border: 1px solid #CFE1F5;
  color: #8CA5C4;
}
.more a {
  color: #8CA5C4;
}
/* 行业咨询 */
.problemproblem {
  display: flex;
}
.problem {
  justify-content: space-around;
  display: flex;
}
.problemLeft {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 668px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  justify-content: space-around;
  line-height: 24px;
}
.problemLeft > div {
  padding-left: 20px;
}
.problemLeft img {
  vertical-align: middle;
  padding-right: 5px;
}
.problemLeft span {
  vertical-align: middle;
}
.problemLeftTop > span {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
}
.problemLine {
  width: 100%;
  padding: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.da-problem2 {
  display: flex;
  align-items: center;
}
.linkMore {
  position: absolute;
  right: 39px;
  top: 12px;
}
.padding10 {
  padding: 10px 0;
}
.indexBg {
  margin-top: 20px;
}
.link {
  display: block;
  margin-top: 20px;
}
.listFlexBox {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.listFlexleft {
  width: 220px;
  height: 140px;
}
.listFlexRight {
  margin-left: 10px;
  width: calc(100% - 230px);
  position: relative;
}
.listFlexRightContent > div {
  line-height: 30px;
}
.oneTextBox {
  width: 100%;
}
.listFlexRight:hover .listTitle,
.listFlexRight:hover .describe {
  color: #03A9F4 !important;
}
.listTitle {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}
.oneText {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shareimg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.describe {
  color: #8C8C8C;
  font-weight: 400;
  font-size: 14px;
}
.lineTwo {
  padding: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listTimeBox {
  position: absolute;
  right: 0;
  bottom: 0;
}
.listTime {
  font-size: 14px;
  color: #746d6d;
}
.eyeProjectBox {
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
}
.eyeProjectFlex {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-around;
  align-items: center;
}
.eyeProjectFlex > a {
  margin-bottom: 10px;
}
.eyeProjectLeft {
  /* width: 50%; */
  width: 480px;
  display: flex;
  padding: 10px 20px;
}
.eyeProjectLeft:hover .projectTitle {
  color: #03A9F4;
}
.imgaLeft {
  width: 220px;
  height: 180px;
}
.timeLeft {
  margin-top: 5px;
}
.contentRightBox {
  width: calc(100% - 220px);
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.projectTitle {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.optimize {
  color: #03A9F4;
  font-size: 14px;
}
.price {
  font-size: 18px;
  font-weight: 700;
  color: #3F51B5;
}
.originalprice {
  color: #ccc;
  text-decoration: line-through;
}
.eyeProjectRight {
  /* width: 50%; */
  width: 480px;
  display: flex;
  padding: 10px 20px;
}
.zxyyBtn {
  float: right;
  border: 2px solid;
  padding: 10px 20px;
  border-radius: 15px;
  color: #fff;
  border-color: #17579B;
  background: #4D87D0;
}
.zxyyBtn:hover {
  background: #03A9F4;
  cursor: pointer;
}
.shareingBox {
  /* text-align: center; */
  margin-top: 20px;
}
.shareingTOP {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.shareingTOPLeft {
  width: 50%;
}
.shareingText ul > li {
  line-height: 30px;
}
.shareingText ul > li a:hover {
  color: #03A9F4;
}
.shareingTOPRight {
  width: 50%;
}
.shareingTOPRight img {
  width: 280px;
  height: 220px;
  object-fit: cover;
}
.shareinBottom {
  display: flex;
}
.shareingBottomLeft {
    width: 33%;
    padding-left: 2%;
}
.shareingBottomRight {
  width: 50%;
}
.shareinBottom {
  margin-top: 20px;
}
.hospitalBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, auto);
}
.hospitaImage {
  height: 220px;
}
.hospitalLink {
  display: block;
  text-decoration: none;
  margin-right: 20px;
  background: #f4f4f4;
  margin-bottom: 20px;
}
.hospitalTitleBox {
  padding: 10px;
}
.hospitalBox > div {
  width: 98%;
  margin-top: 10px;
}
.yyTitle {
  color: #000;
  font-weight: 700;
  /* text-align: center; */
}
.yyTime {
  color: #ccc;
}
.doctorBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.doctorFlex {
  /* width: 100%; */
  width: 380px;
  display: flex;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.doctorFlex:hover {
  color: #03A9F4;
}
.doctorImage > img {
  width: 160px;
}
.doctorRight {
  margin-left: 10px;
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.doctorTitle {
  font-weight: 700;
  margin-right: 10px;
  font-size: 18px;
}
.category {
  color: #0478ad;
}
.categoryash {
  color: #ccc;
}
.eyeHospitalIndex {
  margin-top: 10px !important;
}
.eyeSurgeryIdenx {
  margin-top: 10px !important;
}
