a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #fb647a;

}
.container{
  margin: auto;
}
/* 改动了 */
.container-center{
  width: 1560px;
  display: flex;
  margin: auto;
}

/* 顶部的样式start */
.tab-box {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0px;
  transform: translate(-50%);
  left: 50%;
  box-shadow: 0px 4px 15px 0px rgba(130, 34, 49, 0.09);
  z-index: 99;
}

.tabBar {
  width: 1200px;

  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.tabBar-left {
  display: flex;
  align-items: center;
  height: 88px;
  /* width: 100%;
    justify-content: space-between; */
}

.tab-logo img {
  width: 88px;
  height: 88px;
  margin-right: 10px;
  border-radius: 50%;
}

.tab-desc img {
  width: 151px;
  height: 88px;
}

.desc-top {
  font-size: 15px;
  color: #ff6d83;
  margin-bottom: 3px;
}

.desc-bottom {
  font-size: 10px;
  color: #ff6d83;
}

.tab-address {
  /* width: 88px; */
  height: 36px;
  background: #ff899a;
  border-radius: 18px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 13px;
  box-sizing: border-box;
  margin-left: 40px;
  justify-content: space-around;
  position: relative;
}

.account {
  position: absolute;
  left: -50px;
  top: 60px;
  background-color: #ffffff;
  width: 200px;
  height: 200px;
  display: none;
}

.account img {
  width: 100%;
  height: 100%;
}

.address-img {
  width: 17px;
  height: 17px;
  margin-right: 3px;
}

.address-select {
  width: 9px;
  height: 5px;
}

.tabBar-right {
  display: flex;
  height: 66px;
  align-items: center;
}

.tab-item {
  color: #333333;
  text-align: center;
  margin-right: 40px;
  font-size: 15px;
  height: 29px;
}

.tab-item img {
  height: 8px;
  width: 8px;
}

/* 顶部的样式end */
/* 侧边导航的样式start */
/* 改动了 */
.navigation {      
  /* position: absolute; 
  top: 0px;
  left: 0px; */
  width: 162px;
  
  background: linear-gradient(135deg, #ff9eac 0%, #fb647a 100%);
  border-radius: 16px;
  /* opacity: 0.8; */
  border: 1px solid #ffffff;
  padding: 12px 10px;
  box-sizing: border-box;
  z-index: 10;
}

.navigation-logo {
  position: relative;
  width: 100%;
}

.navigation-logo img {
  position: absolute;
  width: 130px;
  height: 59px;
  left: 5px;
  top: -31px;
}

.navigation-top {
  width: 140px;
  /* height: 149px; */
  background: #ffffff;
  border-radius: 13px 13px 13px 13px;
  border: 1px solid #ff7a8f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-top: 34px;

}

.navigation-top .navigation-active {

  background: #FFE8EB;
  color: #ED6176;
}

.navigation-top .height-light {
  background: #FFE8EB;
  color: #ED6176;
}

.navigation-center {
  width: 140px;
  /* height: 169px; */
  background: #ffffff;
  border-radius: 13px;
  border: 1px solid #ff7a8f;
  position: relative;
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding-top: 10px; */
  box-sizing: border-box;
}

.teacher-img {
  height: 78px;
  width: 78px;
  position: absolute;
  left: 30px;
  top: -40px;
  
}

/* .navigation-center .navigation-active {
  background: #FFE8EB;
  color: #ED6176;
} */

/* .navigation-center img {
  width: 122px;
  height: 43px;
  position: absolute;
  left: 10px;
  top: -20px;
} */

.navigation-item {
  width: 122px;
  height: 39px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #866c6c;
  line-height: 39px;
}

.teacher {
  width: 90px;
  height: 27px;
  background: #FF5772;
  box-shadow: 0px 2px 8px 0px rgba(241, 96, 117, 0.48);
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  line-height: 27px;
  z-index: 99;
  margin-top: 25px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.navigation-bottom {
  width: 140px;
  background: #ffffff;
  border-radius: 13px;
  border: 1px solid #ff7a8f;
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 108px;
  box-sizing: border-box;
  padding-top: 10px;
}

.phone-title {
  display: flex;
  align-items: flex-end;

  font-size: 13px;
  color: #ffffff;
  /* height: 16px; */
  margin-top: 18px;
  /* width: 150px; */
  height: 158px;
  background: #ffffff;
  border-radius: 13px;
  box-sizing: border-box;
  display: none;
}

.phone-title img {
  width: 145px;
  height: 145px;
  margin-right: 3px;
}

.phone-content {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8px;
  margin-top: 6px;
}

.phone-btn img {
  width: 146px;
  height: 50px;
}

.record {
  /* position: absolute;
  top: 410px;
  left:-200px ; */
  color: #666666;
  font-size: 14px;
  text-align: left;
  z-index: 10;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ececec;
  /* background-color: #ffffff; */
}

#goHome {
  color: #FD7387;
  background: url('../images/gohome.png') no-repeat;
  background-size: 100% 100%;
  width: 107px;
  height: 80px;
  margin-bottom: 14px;
  padding-top: 45px;
  box-sizing: border-box;
}

#goEducation {
  color: #B947CD;
  background: url('../images/goEducation.png') no-repeat;
  background-size: 100% 100%;
  width: 107px;
  height: 80px;
  margin-bottom: 14px;
  padding-top: 45px;
  box-sizing: border-box;
}

#goRecovery {
  color: #1BAC56;
  background: url('../images/goRecovery.png') no-repeat;
  background-size: 100% 100%;
  width: 107px;
  height: 80px;
  margin-bottom: 14px;
  padding-top: 45px;
  box-sizing: border-box;
}

/* 顶部的样式end */
/* 弹框部分start */
.toast-box {
  display: none;
}

.toast {
  display: flex;
  width: 1022px;
  height: 692px;
  background: #FFFFFF;
  border-radius: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;

}

.toast-close {
  position: relative;
}

.toast-close img {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 1010px;
  top: -50px;
}



.toast-left {
  width: 230px;
  height: 100%;
  background-image: url('../images/toast-left.png');
  padding: 70px 37px 0px 37px;
  box-sizing: border-box;
}

.toast-title {
  font-size: 26px;
  color: #333333;
  margin-bottom: 53px;
}

.select-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 50px;
  cursor: pointer;
}

.select-item img {
  width: 16px;
  height: 15px;
  margin-right: 9px;
}

.toast-right {
  width: 792px;
}

.toast-img {
  margin: 20px;
}

.toast-img img {
  width: 752px;
  height: 220px;
}

.data-title {
  font-size: 20px;
  color: #333333;
  margin: 23px 0px 25px 35px;
}

.toast-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 37px;
  box-sizing: border-box;
}

.data-item {
  width: 344px;
  margin-bottom: 22px;
}

.data-key {
  font-size: 16px;
  color: #333333;
  margin-bottom: 13px;
}

.data-val {
  width: 344px;
  height: 48px;
  background: #FFFFFF;
  position: relative;
}

.down-arr {
  border: 3px solid #999999;
  /* 上、右、下、左  四个边框的宽度 */
  border-width: 0px 1px 1px 0px;

  display: inline-block;
  /* padding值控制箭头大小 */
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 30%;

}

.data-val input {
  width: 100%;
  height: 100%;
  border: none;
  line-height: 48px;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  padding: 0px 15px;

  box-sizing: border-box;
  font-size: 16px;
}

.data-val input:focus {
  outline: 1px solid #FF6D83;
}

.data-val select {
  width: 100%;
  height: 100%;
  border: none;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  outline: none;
  padding: 0px 15px;

  box-sizing: border-box;
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
  /*去掉下拉箭头*/
}

.data-val option {
  font-size: 16px;
}

.btn-content {
  width: 260px;
  height: 53px;
  background: #FF899A;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  text-align: center;
  line-height: 53px;
  color: #ffffff;
  font-size: 20px;
  margin: auto;
  cursor: pointer;

}

.btn-text {
  width: 100%;
  font-size: 12px;
  margin-top: 16px;
  text-align: center;
  color: #FF899A;
}

.toast-air {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.3;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none;

}

.toast-btn {

  margin-top: 20px;
}

.home {
  display: none;
}

.education {
  display: none;
}

.recovery {
  display: none;
}

/* 刷新按钮start */
.refresh {
  /* position: absolute;
  right: -100px;
  bottom: 100px; */
  position: fixed;
  right: 100px;
  bottom: 100px;
  display: none;
}

.refresh-item {
  width: 72px;
  height: 72px;
  box-shadow: 0px 0px 20px 0px rgba(97, 44, 52, 0.12);
  margin-bottom: 15px;
  border-radius: 10px;
}

.refresh-item img {
  width: 72px;
  height: 72px;

}

/* 热门部分start */
.popular {
  width: 330px;
  padding: 32px 37px 32px 17px;
  box-sizing: border-box;
  height: auto;
  background: #ffffff;
  border-radius: 16px;
  display: inline-block;
}

.popular-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 33px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.popular-title img {
  width: 22px;
  height: 32px;
  margin-right: 6px;
}

.popular-item1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
}

.popular-item2 {
  margin-bottom: 13px;
}

.popular-img img {
  width: 131px;
  height: 77px;
  border-radius: 12px;
}

.popular-text {
  font-size: 16px;
  color: #333333;
  margin-left: 11px;
  padding-top: 6px;

  line-height: 25px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popular-browse {
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
  margin-left: 11px;
  margin-top: 5px;
}

.popular-browse img {
  width: 16px;
  height: 12px;
  margin-right: 5px;
}

.popular-text2 {
  height: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;

  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.popular-browse2 {
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
}

.popular-browse2 img {
  width: 16px;
  height: 12px;
  margin-right: 5px;
}



.bottom-img img {
  width: 13px;
  height: 24px;
}

.bottom-item {
  width: 360px;
  height: 116px;
  background: #F7F7F7;
  border-radius: 16px;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  padding: 17px;
  display: flex;
  align-items: center;


}

.bottom-title {
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分省略号 */
  word-break: break-all;
  /* break-all(允许在单词内换行。) */
  display: -webkit-box;
  /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  min-height: 52px;
  /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.bottom-news {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 12px;
  justify-content: space-between;
}

.bottom-news img {
  width: 16px;
  height: 13px;
}

.bottom-name {
  margin-right: 15px;
}


/* 热门部分end */