body {
    background: #f2faff;
}
.rmjyzj-container {}
.header {
    position: relative;
    height: 600px;
    background: url(../images/header_bg.png);
    background-position: center center;
    background-size: 100% 100%;
}
.header .zf-logo {
    height: 87.6px;
    position: absolute;
    top: 43px;
    left: 271px;
}
.header .zj-text {
    width: 959px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* 须知 */
.content-container {
    width: 1200px;
    position: relative;
    top: -83px;
    left: 50%;
    padding-top: 60px;
    padding-left: 61px;
    padding-right: 30px;
    padding-bottom: 76px;
    transform: translateX(-50%);
    background: url('../images/content_bg.png') no-repeat;
    background-size: 105%;
    background-position: 0px -33px;
    box-sizing: border-box;
}
.content-container .cont-title h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.content-container .content {
    margin-top: 76px;
}
.content-container .content p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 46px;
    color: rgba(0, 0, 0, 1);
}
.content-container .checkbox{}
.content-container .checkbox input {
    width: 19px;
    height: 22px;
}
.content-container .checkbox label{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.76px;
    color: rgba(128, 128, 128, 1);
}
.content-container .btns {
    margin-top: 102px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.content-container .btns div {
    position: relative;
    width: 203px;
    line-height: 66px;
    border-radius: 100px;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    margin: 0 19px;
    cursor: pointer;
    
}
.content-container .btns div:first-child {
    background: linear-gradient(90deg, rgba(58, 130, 248, 1) 0%, rgba(90, 160, 253, 1) 100%);
}
.content-container .btns div:first-child img,
.content-container .btns div:nth-child(2) img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 45px;
}
.content-container .btns div:nth-child(2) {
    background: rgba(232, 232, 232, 1);
}
/* 响应式 */
@media screen and (max-width: 750px) {
    .header {
        height: 300px;
    }
    .header .zf-logo {
        height: 40px;
        top: 20px;
        left: 30px;
    }
    .header .zj-text {
        width: 500px;
    }
    .content-container {
        top: -20px;
        width: 109%;
        background-size: 100% 100%;
    }
}