.page-product-detail {
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
}

.page-product-detail .top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    border-bottom: 1px solid #DCDFE6;
    padding-bottom: 30px;
}
.page-product-detail .info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.page-product-detail img.cover {
    width: 360px;
    /*height: 360px;*/
    margin-right: 60px;
}

.page-product-detail h3 {
    font-size: 22px;
    font-weight: bold;
}


.page-product-detail .top  .intro .desc {
    font-size: 14px;
    margin-top: 10px;
    color: #606266;
}
.page-product-detail .info  .title{
    display: block;
    width:86px;
    color:#909399;
}
.page-product-detail .info  .text{
    width: 100%;
    color:#909399;
}

.page-product-detail .info .no{
    margin-top: 30px;
    width: 100%;
}
.page-product-detail .info .use-notice{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

}


.page-product-detail .info .btn-group{
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.page-product-detail .info .consult,.page-product-detail .info .shop-link{
    width: 140px;
    display: inline-block;
}
.page-product-detail .info .consult{
    margin-right: 30px;
}

.page-product-detail .info  .h-button i{
    font-size:28px;
}
.page-product-detail .info .h-button span{
    margin-left: 12px;
}
.page-product-detail .info .consult .h-button,.page-product-detail .info .shop-link .h-button{
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.page-product-detail .info .consult .h-button{
    background-color: #6BCFF6;
    border-color:#6BCFF6;
}

.page-product-detail .info .shop-link .h-button{
    background-color: rgb(252, 79, 0);
    border-color:rgb(252, 79, 0);
}

.page-product-detail .content{
    margin: 60px auto auto auto;
    text-align: center;
}






