header .top{
    height: 36px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header .top .number{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
    font-size: 14px;
  color: #999999;
}
header .navbar{
  background: linear-gradient(to right, #fff0f3 0%, #ffffff 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1); */
  padding: 0 3%;
  /* border: 1px solid rgba(0, 0, 0, 0.01); */
  border-radius: 15px;
  position: relative;
}
header .logo{
    width: 180px;
}
header .navbar nav .list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
header .navbar nav .list>li{
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    position: relative;
}
header .navbar nav .list a{
    font-size: 16px;
    color: #676767;
    font-weight: 700;
}
header .navbar nav .list a:hover{
    color: #ff97b2;
}
header .navbar nav .list li .nav_btn{
    display: flex;
    align-items: center;
    gap: 3px;
   color: #676767;
}
header .navbar nav .list li .nav_btn::after{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url('../images1/down.png');
    background-size: 100% 100%;

}
header .navbar nav .list li:hover .nav_btn{
    color: #ff97b2;
}

header .navbar nav .list li:last-child:hover .nav_btn::after{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url('../images1/up.png');
    background-size: 100% 100%;
transform: rotate(180deg);
}
header .navbar button{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background-color: #ff97b2 ;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgba(255, 151, 178, 0.5);
    cursor: pointer;
}
header .navbar button a{
    color: white;
}
header .nav_sub{
    position: absolute;
    width: 100%;
    left: 0;
  /* top:78px; */
display: none;
padding: 30px 0;
z-index: 9999;
background: linear-gradient(to right, #fff0f3 0%, #ffffff 100%);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .navbar nav .list li:hover .nav_sub{
display: block;

}
header .nav_sub ul{
    display: flex;
    justify-content: center;
    align-items: start;
justify-content: center;
gap: 30px;
}
header .nav_sub ul li {
    box-sizing: border-box;
    margin-top: 12px;
    padding: 0 15px;
    width: 360px;
    border-right: 1px dashed #eaeaea;
  }
  header .nav_sub ul li .tit{
    text-align: center;
       color: #676767;
  }
  header .nav_sub ul li .nav_sub_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* grid-template-columns: repeat(3, 1fr); 三列等宽 */
    gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
  }
  header .nav_sub ul li .nav_sub_list a{
    font-size: 14px;
    font-size: 16px;
  color: #333333;
  font-weight: 400;
  text-align: center; 
  }
  header{
      height:calc(100% - 200px);
  }
main{
    /*top: -320px;*/
    margin-top: -320px;
         height:calc(100% - 200px);
}
footer{
    /*margin-top:0;*/
    position: relative;
    /*top: -200px;*/
}
 body{
     /*height:calc(100% - 200px);*/
 }
/* 试管婴儿流程 */
.section-1{
    position: relative;
}
.sglc .head .tit{
    text-align: center;
    font-size: 24px;
  color: #e72d61;
}
.sglc .head .en{
    text-align: center;
    font-size: 36px;
  color: #feb0c6;
  margin-top: -8px;
}
.sglc .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sglc .list li{
    width: 13%;
    height: 120px;
    background: #fff;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sglc .list li .icon{
width: 66px;
height: 66px;
border-radius: 66px;
overflow: hidden;
}
.sglc .list li .title{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-top: 6px;
}
 /* 试管婴儿导航 */
.section-2{
  margin-top: 30px;

}
 .shiguan{
    padding: 30px 20px;
    background: #fff;
    overflow:hidden;
    border-radius: 5px;
}
.shiguan .shiguan-center{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shiguan .shiguan-center hr{
    height: 276px;
    width: 1px;
    border: 1px dashed #eaeaea;
}
.shiguan .shiguan-left{
width: 510px;
  overflow: hidden;
  position: relative;
}
.shiguan .shiguan-right{
    width: 518px;
  overflow: hidden;
  position: relative;
}
.shiguan .tit{
    font-size: 24px;
  color: #e72d61;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.shiguan .tit:before{
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #e72d61;
}
.shiguan .tit:after{
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #e72d61;
}
.shiguan-left .list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.shiguan-left .list .item{
    display: flex;
    align-items: center;
    gap: 20px;
}
.shiguan-left .list .item .icon {
    width: 48px;
    height: 48px;
    background: url(../images/icon.png) no-repeat -904px 0;
    display: inline-block;
    float: left;
}
.shiguan-left .list .item .lstbg02 {
    background-position: -952px 0 ;
}

.shiguan-left .list .item .lstbg03 {
    background-position: -904px -48px;
}

.shiguan-left .list .item .lstbg04 {
    background-position: -952px -48px;
}

.shiguan-left .list .item .lstbg05 {
    background-position: -904px -96px;
}

.shiguan-left .list .item .lstbg06 {
    background-position: -952px -96px ;
}

.shiguan-left .list .img{
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.shiguan-left .list .title{
    font-size: 16px;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.8);
}
.shiguan-left .list .text{
    display: flex;
    gap: 15px;
    align-items: center;
}
.shiguan-left .list .text span{
    font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
}
.shiguan-right .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 15px;
   column-gap: 25px;
    margin-top: 30px;
}
.shiguan-right .list .icon{
    width: 66px;
    height: 66px;
    border-radius: 66px;
    overflow: hidden;
}
.shiguan-right .list .title{
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-top: 10px;
}
/* 试管婴儿医院 */
.section-3{
    margin-top: 50px;
}
.sgyy{
    background: #fff;
    padding: 30px;
border-radius: 5px;
}
.sgyy .head .tit{
    font-size: 24px;
  color: #e72d61;
}
.sgyy .head{
    display: flex;
    align-items: end;
    gap: 8px;
}
.sgyy .head .en{
    font-size: 24px;
  color: #feb0c6;
  margin-bottom: -3px;
}
.sgyy{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.sgyy .left{
    width: 775px;
}
.sgyy .right{
    width: 340px;
}
.sgyy .left .content{
    margin-top: 30px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex: 1 1 auto;
}
.sgyy .left .content .imgs{
    display: flex;
    width:280px ;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.sgyy .left .content .img1{
    position: relative;
    width: 280px;
    height:215px;
}
.sgyy .left .content .img1:before{
    content: '';
    display: block;
    width: 260px;
    height:205px;
    background: #fff0f3 ;
    border-radius: 10px;
    position: relative;
    left: 10px;
}
.sgyy .left .content .img1 img{
    position: absolute;
    width: 280px;
    height: 205px;
    top: 10px;
    border-radius: 10px;
}
.sgyy .left .content .img2{
    width: 280px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
}
.sgyy .left .content .list{
display: flex;
flex-direction: column;
gap: 15px;
align-items: start;
width: 470px;
}
.sgyy .left .content .list li{
    display: flex;
    align-items: center;
    gap: 15px;
}
.sgyy .left .content .list li .time{
    font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
  width: 70px;
  height: 70px;
  background: #eaeaea82;
  flex-shrink: 0;  
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
border-radius: 5px;
}
.sgyy .left .content .list li .time span:nth-child(1){
    font-size: 40px;
    line-height: 40px;
    color: #a2a2a2;
    text-align: center;
}
.sgyy .left .content .list li .time span:nth-child(2){
    font-size: 14px;
    color: #a2a2a2;
    text-align: center;
}
.sgyy .left .content .list li .title{
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sgyy .left .content .list li .text{
    font-size: 14px;
    line-height: 20px;
    color: #aaaaaa;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.sgyy .left .content .list li{
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 15px;
}
.sgyy .left .content .list li:last-child{
    border: none;
    padding-bottom: 0;
}
.sgyy .left .content .list li .text span:last-child{
    margin-left: auto;
    margin-right: 0;
}
.sgyy .right .city_nav{
display: flex;
align-items: end;
justify-content: space-between;
}
.sgyy .right .city_nav .tit{
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    line-height: 34px;
}
.sgyy .right .city_nav .more{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
  line-height: 34px;
}
.sgyy .right .content{
    margin-top: 30px;
}
.sgyy .right .content .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
   row-gap: 12px;
    /* column-gap: 25px;  */
}
.sgyy .right .content .list li{
width: 105px;
position: relative;
}
.sgyy .right .content .list li .img{
    width: 100%;
    height: 105px;
}
.sgyy .right .content .list li .title{
display: block;
display: flex;
width: 100%;
height: 105px;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
font-size: 16px;
color: #fff;
}
.sgyy .right .content .city{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 16px;
    margin-top: 20px;
}
.sgyy .right .content .city .item{
    display: block;
    width: 73px;
    height: 35px;
    border: 1px solid #dadada;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 30px;
}
/* 试管婴儿 */
.section-4{
    margin-top: 50px;
}
.sgye{
    background: #fff;
  padding: 30px;
  border-radius: 5px;
}
.sgye .head .tit{
    font-size: 24px;
  color: #e72d61;
}
.sgye .head{
    display: flex;
    align-items: end;
    gap: 8px;
}
.sgye .head .en{
    font-size: 24px;
  color: #feb0c6;
  margin-bottom: -3px;
}
.sgye .tabs{
    display: flex;
    align-items: center;
    gap: 10px;
    /* justify-content: center; */
}
.sgye .tabs li{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
  line-height: 32px;
  background: #eaeaea82;
  flex-shrink: 0;
  padding: 0 15px;
  border-radius: 30px;
  cursor: pointer;
}
.sgye .tabs li.active{
    background: #fff0f3;
    color: #e72d61;
}
.sgye .content{
    margin-top: 20px;
}
.sgye .content .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
 justify-content: space-between;
    width: 100%;
    row-gap: 35px;
    display: none;
    margin-top: 30px;
}
.sgye .content .item.active{
    display: block;
    display: flex;
}
.sgye .content .item .box{
    display: flex;
    align-items: center;
    width: 560px;
    justify-content: space-between;
}
.sgye .content .item .box .img{
    width: 160px;
    height: 112px;
    flex-shrink: 0;
}
.sgye .content .item .box .list{
    flex-shrink: 0;
    width: 385px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.sgye .content .item .box .list li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sgye .content .item .box .list li .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
    width: 304px;
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.sgye .content .item .box .list li .time{
    font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
}
/* 国外试管婴儿 */
.section-5{
    margin-top: 50px;
}
.gwsg{
    /* background: #fff; */
  /* padding: 30px; */
  border-radius: 5px;
}
.gwsg .head .tit{
    font-size: 24px;
  color: #e72d61;
}
.gwsg .head{
    display: flex;
    align-items: end;
    gap: 8px;
    margin-left: 30px;
}
.gwsg .head .en{
    font-size: 24px;
  color: #feb0c6;
  margin-bottom: -3px;
}
.gwsg .content{
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
justify-content: space-between;
}
.gwsg .content .list1{
    width: 510px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.gwsg .content .list1 li{
    margin-bottom: 20px;
}
.gwsg .content .list1 li:last-child{
    margin-bottom: 0;
}
.gwsg .content .list1 .title{
    display: block;
    width: 100%;
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gwsg .content .list1 .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.gwsg .content .list1 .info .img{
    width: 120px;
    height: 90px;
    flex-shrink: 0;
}
.gwsg .content .list1 .info .text{
    width: 335px;
}
.gwsg .content .list1 .info .des{
    font-size: 14px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gwsg .content .list1 .info .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: #feb0c6;
    margin-top: 10px;
}
.gwsg .content .list2{
    width: 320px;
    padding: 20px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.gwsg .content .list2 li{
    width: 100%;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 10px;
    display: flex;
    align-items: start;
    gap: 8px;
}
.gwsg .content .list2 li:last-child{
    padding-bottom: 0;
    border: none
}
.gwsg .content .list2 .info{
    width: 256px;
}
.gwsg .content .list2 .title{
    display: block;
    width: 100%;
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gwsg .content .list2 .time{
    font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
}
.gwsg .content .list3{
    width: 320px;
    padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.gwsg .content .list2 li:nth-child(1):before{
content: '1';
display: block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
background: #e72d61;
color: #fff;
font-size: 16px;
flex-shrink: 0;
margin-top: 2px;
}
.gwsg .content .list2 li:nth-child(2):before{
    content: '2';
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #e72d61;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    }
    .gwsg .content .list2 li:nth-child(3):before{
        content: '3';
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: #e72d61;
        color: #fff;
        font-size: 16px;
        flex-shrink: 0;
        margin-top: 2px;
        }
        .gwsg .content .list2 li:nth-child(4):before{
            content: '4';
            display: block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #aaaaaa;
            font-size: 16px;
            flex-shrink: 0;
            margin-top: 2px;
            border: 1px solid #dadada;
            }
            .gwsg .content .list2 li:nth-child(5):before{
                content: '5';
                display: block;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                color: #aaaaaa;
                font-size: 16px;
                flex-shrink: 0;
                margin-top: 2px;
                border: 1px solid #dadada;
                }
                .gwsg .content .list2 li:nth-child(6):before{
                    content: '6';
                    display: block;
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    color: #aaaaaa;
                    font-size: 16px;
                    flex-shrink: 0;
                    margin-top: 2px;
                    border: 1px solid #dadada;
                    }
                    .gwsg .content .list2 li:nth-child(7):before{
                        content: '7';
                        display: block;
                        width: 20px;
                        height: 20px;
                        line-height: 20px;
                        text-align: center;
                        color: #aaaaaa;
                        font-size: 16px;
                        flex-shrink: 0;
                        margin-top: 2px;
                        border: 1px solid #dadada;
                        }
.gwsg .content .list3{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.gwsg .content .list3 .img{
height: 116px;
overflow: hidden;
}
.gwsg .content .list3 .info{
    margin-top: 10px;
}
.gwsg .content .list3 .title{
    display: block;
    width: 100%;
    font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gwsg .content .list3 .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
  margin-top: 5px;
}
/* 试管婴儿百科 */
.section-6{
    margin-top: 50px;
}
.sgbk{
    background: #fff;
  padding: 30px;
  border-radius: 5px;
}
.sgbk .head .tit{
    font-size: 24px;
  color: #e72d61;
}
.sgbk .head{
    display: flex;
    align-items: end;
    gap: 8px;
}
.sgbk .head .en{
    font-size: 24px;
  color: #feb0c6;
  margin-bottom: -3px;
}
.sgbk .content{
    margin-top: 30px;
}
.sgbk .content .tabs{
    display: flex;
    align-items: center;
   gap: 30px;
   justify-content: center;
   border-bottom: 1px solid #dadada;
}
.sgbk .content .tab{
    font-size: 16px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.8);
    padding: 0 15px;
    border-radius: 10px;
    cursor: pointer;
}
.sgbk .content .tab.active{
    background: #ff97b2;
    color: #fff;
}
.sgbk .content .item{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.sgbk .content .item.active{
    display: block;
    display: flex;
}
.sgbk .content .item .list{
    width: 310px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.sgbk .content .item .list li{
width: 100%;
}
.sgbk .content .item .list .title{
    display: block;
    width: 100%;
    font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sgbk .content .item .list .des{
    font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.sgbk .content .item .img{
    width: 470px;
    height: 286px;
    overflow: hidden;
    flex-shrink: 0;
}
.img-t {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    margin-top: -100px;
    height: 70px;
}
.img-t p{
    padding-top: 10px;
    padding-bottom: 10px;
}
.img-t p a{
    color: white;
    font-size: 16px;
    margin: 10px 10px;
    text-align: center;
}
.img-d{
    text-align: right;
    padding-right: 20px;
}
@media (max-width: 1320px) {
    header .navbar{
    padding: 0;
    }
}