.details-title{
    width: 100%;
    height: 470px;
    background: url(/public/static/index/images/lz-background.png) no-repeat 0px -50px;
    text-align: center;
}

.details-title img{
    margin-top: 42px;
}

.img:nth-of-type(2) img{
    margin-top: 15px;
    width: 132px;
}

.details-title p{
    font-size: 21px;
    color: black;
    margin-top: 19px;
}

.details-title button{
    width: 122px;
    height: 29px;
    color: white;
    font-size: 18px;
    margin-top: 32px;
    cursor: pointer;
}

.details-title button:nth-of-type(1){
    background: url(/public/static/index/images/icon01.png) no-repeat center center;
    background-size: 122px 29px;
}

.details-title button:nth-of-type(2){
    background: url(/public/static/index/images/icon09.png) no-repeat center center;
    background-size: 122px 29px;
    margin-left: 46px;
}

.details-cont{
    padding-bottom: 30px;
}

.details-cont h5{
    display: inline-block;
    padding: 8px 27px;
    background: #b19160;
    color: white;
    font-size: 24px;
    margin-top: 26px;
}

.details-cont p{
    font-size: 15px;
    color: black;
    text-indent: 2rem;
}

.details-cont p{
    margin-top: 24px;
}

.details-cont h5:nth-last-of-type(1){
    float: left;
}

.details-cont p:nth-last-of-type(1){
    float: left;
    font-size: 26px;
    line-height: 45px;
    color: #b19160;
}