*{
    margin: 0;
    padding: 0;
}
body{
    background: #f6f6f6;
}
.wrapper{
    width: 100%;
    overflow: hidden;
    min-height: 100%;
}
.wrapper-top{
    min-width: 1280px;
    width: 1920px;
    height: 215px;
}
.wrapper-content{
    background: #fff;
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%,0);
    padding:60px ;
    box-sizing: border-box;
    min-height: 1045px;
}
.title{
    font-size: 33px;
    text-align: center;
    margin-bottom: 30px;
}
p{
    font-size:18.75px;
    line-height: 35px;
    margin: 20px 0;
}