.xx-cooperation > .head {
    background-image: url(../images/cooperation-head.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.xx-cooperation > .head .container {
    height: 47.5rem;
    position: relative;
}
.xx-cooperation > .head .title {
    position: absolute;
    left: 4.0625rem;
    top: 10rem;
    background-image: url(../images/logo-xl.png);
    background-repeat: no-repeat;
    background-size: auto 5rem;
    background-position: -1.25rem -.625rem;
}
.xx-cooperation > .head .title h1 {
    font-weight: 900;
    font-size: 3.75rem;
    padding: 5rem 0 1.875rem;
    position: relative
}
.xx-cooperation > .head .title h1::after {
    content: '';
    width: 6.25rem;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
}
.xx-cooperation > .head .title h4 {
    margin-top: 1.25rem;
    line-height: 1.5;
}
.xx-cooperation > .head .title .btn {
    margin-top: 3.125rem;
}

/** 合作申请 **/
.xx-cooperation > .apply {
    background-color: #fef7f7;
}
.xx-cooperation > .apply .container {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
}
.xx-cooperation > .apply .container h1, 
.xx-cooperation > .apply .container h5 {
    text-align: center;
    padding-bottom: .625rem;
}
.xx-cooperation > .apply .container h1 {
    color: #d7000f;
    padding-top: 5rem;
    background-image: url(../images/cooperation-hand.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 5rem auto;
}
.xx-cooperation > .apply form {
    margin-top: 1.875rem;
}
.xx-cooperation > .apply .form-group {
    margin: 1.15rem 0;
}
.xx-cooperation > .apply .form-control {
    height: 3rem;
    background-color: #f4f3f3;
    color: #d7000f;
}
.xx-cooperation > .apply .form-control:focus {
    background-color: white;
    border-color: #d7000f;
    box-shadow: 0 0 0 .2rem rgba(215, 0, 15, .25);
}
.xx-cooperation > .apply .submit {
    text-align: center;
    margin-top: 3.125rem;
}
.xx-cooperation > .apply .submit button {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
}


@media (max-width: 1200px) {
    .xx-cooperation > .head {
        background-position: center center;
        background-size: auto 100%;
    }
    .xx-cooperation > .head h4 {
        font-size: 2rem;
    }

    .xx-cooperation > .apply h1 {
        font-size: 3rem;
    }
    .xx-cooperation > .apply h5 {
        font-size: 1.5rem;
    }
    .xx-cooperation > .apply label {
        font-size: 1.5rem !important;
    }
    .xx-cooperation > .apply .form-control {
        font-size: 2rem;
        height: 6rem;
    }
    .xx-cooperation > .apply .submit button {
        font-size: 2.5rem;
    }
}