.details_wappe{
    width: 100%;
    background: #fff;
}
.details{
    background: #fff;
}
.details div {
    padding: 0 30px;
    position: relative;
}
.details div span {
    display: inline-block;
    font-weight: 900;
    color: #333;
    font-size: 18px;
    margin-top: 70px;
    margin-bottom: 36px;

}
.details div i{
    font-size: 18px;
    color: #333;
}
.details div p {
    width: 1040px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.details div img{
    margin-top: 35px;
    margin-bottom: 248px;
}
.details div button {
    position: absolute;
    display: block;
    bottom: 92px;
    right: 40px;
    width: 166px;
    height: 50px;
    border-radius: 24px 24px;
    background: #3362d8;
    color: #fff;
    line-height: 50px;
    text-align: center;
}