
body{
  background: #F8F8F8;
  height: 100%;
  overflow: scroll;
}
.flex{
  display: flex;
}
.f-r{
  display: flex;
  flex-direction: row;
}
.f-r-c{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.f-r-c-c{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.f-w-600{
  font-weight: 600;
}
.flex1{
  flex: 1;
  overflow: hidden;
}
.color-666 {
  color: #666666;
}
.color-222 {
  color: #222222;
}
.n-home-wrap{
  /* padding-bottom: 1.22rem; */
  box-sizing: border-box;
}
.n-home-header{
  padding: 0.1rem  0.24rem  0.1rem 0.1rem;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  top: 0;
  z-index: 101;
  width: 100%;
}
.n-home-back{
  width: 25px;
  height: 25px;
}
.n-home-title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #000000;
  height: 0.75rem;
  line-height: 0.75rem;
}
.n-home-search{
  width: 0.34rem;
  vertical-align: middle;
}
.n-search-wrap{
  display: block;
  width: 100%;
  height: 0.75rem;
  line-height: 0.75rem;
  margin-left: 0.1rem;
  background: #FFFFFF;
  border-radius: 0.4rem;
  border: 0.038rem solid #1E6FFF;
  padding: 0 0.3rem;
  box-sizing: border-box;
  color: #BBBBBB;
  font-size: 0.3rem;
}
.n-search-logo{
  width: 0.34rem;
  vertical-align: middle;
  margin-right: 0.08rem;
  margin-bottom: 0.04rem;
}
.n-search-wrap span{
  font-size: 0.3rem;
  font-weight: 500;
  color: #1E6FFF;
  display: inline-block;
  padding-left: 0.3rem;
  border-left: 1px solid #DDDDDD;
  height: 0.37rem;
  line-height: 0.36rem;
  float: right;
  margin-top: 0.17rem;
}
.gradual_container{
  position: relative;
  padding-top: 0.2rem;
}
.gradual_bk{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 1.56rem;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}
.gradual_content{
  position: relative;
  z-index: 1;
}
.n-icon-wrap{
  margin: 1.8rem 0 0;
  padding: 0.28rem 0 0.24rem 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.16rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.n-large-item{
  /* width: 33.3%; */
  width: 50%;
  text-align: center;
}
.n-large-item img{
  width: 1.2rem;
  display: block;
  margin: 0 auto;
}
.item-title{
  font-size: 0.36rem;
  font-weight: 500;
  color: #222222;
}
.n-large-item p{
  color: #999999;
  font-size: 0.24rem;
  margin-top: 0.06rem;
}
.n-small-item{
  width: 25%;
  text-align: center;
  /* margin-top: 0.4rem; */
}
.n-small-item img{
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin: 0 auto;
}
.n-small-item p{
  color: #222222;
  font-size: 0.28rem;
  margin-top: 0.11rem;
}
.n-content-wrap{
  padding: 0.95rem 0.24rem 3.44rem;;
  position: relative;
}
.n-content-wrap .banner{
  position: absolute;
  top: 0.95rem; left: 0; right: 0;
  height: 3.8rem;;
}
.banner-box{
  width:auto;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
}
.banner-box .swiper-container {
  height: 100%;
  z-index: -1;
}
.banner-box img{
  width:100%;
  height: 100%;
}
.banner-box .swiper-pagination-fraction{
  bottom: 0.35rem
}
.banner-box .swiper-pagination-bullet{
  width:.08rem;
  height:.08rem;
  margin:0 .05rem!important;
  background-color: #fff;
  opacity: .5;
}
.banner-box .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width:.16rem;
  border-radius: 0.04rem;
  opacity: 1;
  background-color: #fff!important
}
.content-box{
  padding: 0 0.32rem;
  background-color: white;
  border-radius: 0.16rem;
  z-index: 10;
  top: 3.2rem;
  position: inherit;
}
.search-content-wrap {
  padding: 1.19rem 0.24rem 0.24rem;
}
.search-content-wrap .content-box{
  padding: 0 0.32rem;
  background-color: white;
  border-radius: 0.16rem;
  z-index: 10;
  margin-bottom: 0;
}
.app-content-wrap{
  margin-top: 116px;
}
.n-article-box{
  padding: 0.3rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
}
.n-article-box:nth-last-child(1){
  border-bottom: none;
}
.article-title{
  font-size: 0.32rem;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-text{
  color: #222222;
  font-size: 0.28rem;
  margin-top: 0.24rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  line-height: 0.44rem;
}
.article-img{
  width: 2.12rem;
  height: 1.59rem;
  display: block;
  border-radius: 6px;
  margin-right: 0.24rem;
}
.article-bottom{
  margin-top: 0.26rem;
  color: #666666;
  font-size: 0.24rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.doctor-img{
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.16rem;
  vertical-align: middle;
}
.v-line{
  width: 1px;
  height: 8px;
  background-color: #e6e6e6;
  margin-left: 0.12rem;
  margin-right: 0.12rem
}
.read-icon{
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 2.5px;
}
#loading {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #222;
  margin-top: 20px;
}

/* 详情部分 */
.p-t-20{
  padding-top: .2rem;
}
.m-t-20{ 
  margin-top: .2rem;
}
.m-t-20{ 
  margin-top: .2rem;
}
.m-t-20{ 
  margin-top: .2rem;
}
.detail-content-wrap{
  padding: 0.95rem 0 0;
  box-sizing: border-box;
  white-space: normal;
  overflow: hidden;
  font-family: PingFangSC, PingFang SC;
}
.detail-content-wrap .content-wrap{
  padding: .32rem;
  background-color: white;
  color: #222;
  box-sizing: border-box;
  font-size: 0.32rem;
}
.content-title{
  font-size: .48rem;
  font-weight: 600;
  width: 100%;
}
.detail-content-wrap .content-box{
  box-sizing: border-box;
  padding: 0;
  margin-top: .32rem;
}

.detail-content-wrap .content-box p {
  color: #222;
  font-weight: 400;
  line-height: 0.56rem;
  margin-top: 0.15rem;
  text-align: justify;
  word-break: break-all;
}
.detail-content-wrap .content-box p img {
    width: 100%;
}
.tips-part {
  margin-left: .16rem;
  width: 100%;
  flex: 1;
}
.tips-part a {
  color: #2558AA;
  font-size: .32rem;
  font-weight: 400;
}
.detail-content-wrap .banner{
  width: 100%;
  height: 1.58rem;
  border-radius: .08rem;
}

.relevant-wrap{
  height: 100%;
  flex: 1;
}
.relevant-title{
  font-size: .36rem;
}
.relevant-part-wrap{
  flex-wrap: wrap;
  padding-bottom: .35rem;
}
.relevant-part-item{
  background-color: #EBEBEB;
  box-sizing: border-box;
  border-radius: 0.08rem;
  padding: 0 .18rem;
  height: .64rem;
  line-height: .64rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 3.35rem;
  margin-top: .16rem;
  
}
.relevant-part-item:nth-child(even){
  margin-left: .16rem;
}
.relevant-part-item a {
  font-size: .28rem;
  color: #222;
  font-weight: 600;
}
.blank-space-box {
  width: 100%;
  height: 8rem;
}
.blank-space-box img {
  width: 2.2rem;
  height: 2.5rem;  
}