body{background-color: #ffffff;}

.PageInfo-details{background-color: white; margin:160px auto 0 auto; font-size: 14px; color:  #3c3c3c; padding: 10px;}
.PageInfo-details .bigpic{text-align: center;}
.PageInfo-details .bigpic img{ width: 100%; height: 100%;}
.PageInfo-details-content{width: 80%; margin: 20px auto 0 auto;}
.PageInfo-details-text{width: 100%; line-height: 50px;}
.PageInfo-details-text p.pflex{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.PageInfo-details-text img{vertical-align: middle;}
.PageInfo-details-text div:nth-of-type(1){
    border-bottom: 1px #999999 dotted;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.PageInfo-details-text div:nth-of-type(1) h2{
    width: 100%;
}
.PageInfo-details-text div:nth-of-type(1) p{
    display: inline-block;
    color: #999999;
    line-height: 30px;
}
.PageInfo-details-text div:nth-of-type(1) img{
    width: 22px; height: 22px;
}
.PageInfo-details-text div:nth-of-type(2) img{
    margin: 10px 0 10px 0;
}
.PageInfo-details .PageInfo-details-content .PageInfo-details-text div p img{border-radius: 5px;}
.PageInfo-details-bottom{width: 100%;  font-size: 16px; margin-top: 20px; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;flex-wrap: wrap;}
.PageInfo-details-changeText{float: left; color:rgb(0, 116, 194);}
.PageInfo-details-changeText>p{padding: 5px 0 5px 0;}
.PageInfo-details-back{float: right;}
.PageInfo-details-bottom a{color: black;}
.PageInfo-details-back a{color: #007aff; width: 100%; height: 100%; display: flex; display: -webkit-flex; justify-content: center; align-items: center;}
.caption{text-align: center; font-size: 16px; font-weight: bolder; margin: 20px auto;}


@media screen and (max-width: 750px){
    .PageInfo-details{margin-top: 60px;}
    .PageInfo-details-changeText p{font-size: 14px; margin: 5px auto;}
    .PageInfo-details-back{width: 100%; margin-top: 20px;}
}

@media screen and (max-width: 415px){
    .PageInfo-details-content{width: 100%;}
    .PageInfo-details-text{line-height: 40px;}
    .PageInfo-details .bigpic{height: auto;}
    .bdshare-button-style1-16{display: none;}
    .PageInfo-details-text div:nth-of-type(1) h2{
        font-size: 16px;
    }
    .PageInfo-details-text div:nth-of-type(1) p{
        width: 100%;
    }
    .PageInfo-details-text div:nth-of-type(1) p:nth-of-type(2){
        text-align: right;
    }
}