body {
    font: 12px Arial, "微软雅黑";
}
.header,.content{
    width: 1276px;
    margin: 0 auto;
}
.header>span{
    display: inline-block;
    color: #000;
    font-size: 22px;
    margin-left: 50px;
}
.content{
    margin-top: 50px;
    background-color: #e8e8e8;
    border-radius: 10px;
    position: relative;
}
.content>p{
    padding: 50px 50px 150px;
    font-size: 14px;
    line-height: 24px;
}
.content>div{
    width: 140px;
    height: 36px;
    line-height: 24px;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    background-color: #ff6f83;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 568px;
    bottom: 20px;
    cursor: pointer;
}