.banner{
    width: 100%;
    height: auto;
}

.banner>img{
    width: 100%;
    display: block;
}

.main-nav-box{
    width: 100%;
    height: 0.75rem;
    background-color: white;
}

.nav-container{
    width: 5.87rem;
    height: 0.74rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-container-detail{
    width: 6.90rem;
    height: auto;
    margin: 0 auto;
}

.nav-br{
    width: 100%;
    height: 0.03rem;
    background-color: white;
}

.nav-br>ul{
    width: 100%;
    height: 100%;
}

.nav-br>ul>li{
    width: 50%;
    height: 100%;
    float: right;
}

.nav-br>ul>li:first-child{
    float: left;
}

.nav-br>ul>li:last-child{
    float: right;
}

.nav-br>ul>li>div{
    width: 1.63rem;
    height: 100%;
    background-color: #5ac8c8;
    margin: 0 auto;
}

.nav-info-btn-box{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 4;
    background-color: white;
}

.btn-mid{
    width: 5.2rem;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 0.43rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-mid>ul{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn-mid>ul>a>li{
    width: 1.81rem;
    height: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.01rem solid #7d7d7d;
    margin-top: 0.24rem;
    line-height: 0.48rem;
    text-align: center;
    color: #7d7d7d;
    font-size: 0.24rem;
}


.btn-mid>ul>li{
    width: 1.81rem;
    height: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.01rem solid #7d7d7d;
    margin-top: 0.24rem;
    line-height: 0.48rem;
    text-align: center;
    color: #7d7d7d;
    font-size: 0.24rem;
    cursor: pointer;
}



.nav-container-info{
    width: 100%;
    height: auto;
    padding-bottom: 0.41rem;
}

.nav-container-left{
    width: 2.43rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-container-left>span:first-child,.nav-container-right>span:first-child{
    font-size: 0.3rem;
    color: #5ac8c8;
}

.nav-container-left>span:last-child,.nav-container-right>span:last-child{
    font-size: 0.2rem;
    color: #7d7d7d;
}

.nav-container-middle{
    width: 1.09rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-container-middle>span{
    font-size: 0.25rem;
}


.nav-container-right{
    width: 2.35rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.subject-first,.subject-second{
    margin-top: 0.36rem;
    margin-left: 0.56rem;
}

.subject-right>h3{
    font-size: 0.16rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: -0.02rem;
    margin-left: -0.1rem;
    color: #7d7d7d;
}

.baby-container,.mon-container{
    width: 6.38rem;
    height: auto;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 3;
    min-height: 200px;
}

.baby-container>ul,.mon-container>ul{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.baby-container>ul>li,.mon-container>ul>li{
    width: 50%;
    height: 3.05rem;
    margin-top: 0.4rem;
}

.img-box{
    width: 100%;
    height: 1.9rem;
    text-align: center;
    overflow: hidden;
}
.img-box>a>img{
    height: 100%;
}

.word-box{
    width: 85%;
    height: 1.15rem;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.word-box>a>h1{
    color: #5ac8c8;
    font-size: 0.26rem;
    margin-top: 0.21rem;
}

.word-box>a>p{
    color: #7d7d7d;
    font-size: 0.22rem;
}


.searchTips{
    width: 100%;
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.showTips{
    width: auto;
    height: 0.5rem;
    background-color: #5ac8c8;
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
}

.showTips>p{
    color: white;
}