@charset "UTF-8";
/* 招商加盟 */
.pagebox{padding-bottom: 0;}
.cooperation-outer {
    background: url(../images/agent_bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 80px;
}

.cooperation-box h4 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cooperation-box p {
    font-size: 14px;
    color: #cccccc;
    padding-bottom: 40px;
}

.cooperation-box .form-group:last-child {
    padding-top: 30px;
}

.cooperation-box .form-group input,
.cooperation-box .form-group textarea {
    width: 583px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: .714286rem 1rem;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: no-repeat;
    margin-bottom: 30px;
}

.cooperation-box .form-group textarea {
    min-height: 100px;
}

.cooperation-box .form-group input:focus,
.cooperation-box .form-group textarea:focus {
    outline: none;
    border-color: #fff;
    color: #fff;
}

.cooperation-box .form-group button {
    background: rgb(179, 29, 35);
    color: #fff;
    padding: .714286rem 2.142857rem;
    border-radius: 8px;
}
.text-center{text-align: center;}