.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-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;
}


.product-info{
    width: 6.19rem;
    height: auto;
    margin: 0.33rem auto 0 auto;
}

.product-info>h1{
    color: #5ac8c8;
    font-size: 0.30rem;
}

.product-info>h3{
    color: #7d7d7d;
    font-size: 0.26rem;
}

.pro-img-box{
    width: 100%;
    height: 5rem;
    margin-top: 0.22rem;
}

.pro-img{
    width: 100%;
    height: 3.73rem;
    text-align: center;
}

.pro-img>img{
    height: 100%;
    display: block;
    margin: 0 auto;
}

.pro-detail{
    width: 100%;
    height: 1.28rem;
}

.pro-detail>ul{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pro-detail>ul>li{
    width: 1.3rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.03rem solid rgba(125,125,125,0.1);
    background-color: white;
    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;

    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;

    border: none;
}

.pro-detail>ul>li:first-child{
    border:0.02rem solid #5ac8c8;
}

.pro-detail>ul>li>img{
    width: 100%;
}

.title-info-detail{
    width: 100%;
    height: auto;
    margin-top: 0.41rem;
}

.title-info-detail>div{
    width: 100%;
    height: auto;
    font-size: 0.24rem;
    color: #7d7d7d;
    margin-top: 0.1rem;
}

.title-info-detail>div>span{
    font-size: 0.24rem;
    color: #7d7d7d;
}

.container-info{
    width: 6.82rem;
    height: auto;
    padding: 0.41rem auto 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.content-nav{
    width: 6.82rem;
    height: 0.5rem;
    position: relative;
    margin: 0.41rem auto 0 auto;
}

.content-nav-option{
    width: 2.36rem;
    height: 0.47rem;
}

.content-nav-option-ul{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-nav-option-ul>li{
    width: 1.07rem;
    height: 100%;
    color: #7d7d7d;
    font-size: 0.24rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}

.content-nav-option-ul>li:first-child{
    color: #57bcb2;
}

.content-nav-option-ul>li.li-show{
    border-bottom: 0.05rem solid rgba(199,230,225,0.6);;
}

.content-nav-br{
    width: 100%;
    height: 0.03rem;
    background-color: rgba(160,160,160,0.3);
    position: absolute;
    bottom: 0;
}

.content-info{
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
}

.content-info img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.content-info>p{
    font-size: 0.22rem;
    word-wrap : normal ;
}

.content-info>img{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.subject-right>h3{
    margin-left: -0.12rem;
}

.subject-first{
    margin-left: 0.5rem;
}

.pro-list{
    width: 6.52rem;
    height: auto;
    margin: 0 auto;
}

.pro-list>ul{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-list>ul>li{
    width: 50%;
    height: 100%;
    margin-top: 0.4rem;
    overflow: hidden;
}

.pro-list-img-box{
    width: 100%;
    height: 1.9rem;
    text-align: center;
    overflow: hidden;
}

.pro-list-img-box>img{
    height: 100%;
    display: block;
    margin: 0 auto;
}

.pro-list-info{
    width: 85%;
    height: 1.15rem;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.pro-list-info>div>a>h1{
    color: #5ac8c8;
    font-size: 0.26rem;
    margin-top: 0.21rem;
}

.pro-list-info>p{
    font-size: 0.17rem;
    color: #7d7d7d;
    margin-top: 0.1rem;
}

.pro-list-info>a>p{
    color: #7d7d7d;
    font-size: 0.22rem;
}

.title-box{
    width: 100%;
    height: auto;
}


.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;
}



.container-ask{
    width: 6.15rem;
    height: auto;
    margin: 0 auto;
}

.container-ask>ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0.4rem;
}

.container-ask>ul>li{
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 0.02rem rgba(90,200,200,0.2);
    padding: 0.37rem 0;

}

.container-ask>ul>li>h1,.container-ask>ul>li>h1>span{
    font-size: 0.23rem;
    color: #5ac8c8;
}

.container-ask>ul>li>p{
    color: #7d7d7d;
    font-size: 0.2rem;
    margin-top: 0.12rem;
    line-height: 0.4rem;
}