.agent-main {
    margin: auto;
    /* padding-bottom: 30px; */
}

.agent-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 36px;
    color: #3d3e49;
}

.agent-grounp {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 20px;
}

.agent-grounp-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 285px;
    padding: 20px 0;
}

.agent-grounp-img {
    width: 126px;
    height: 126px;
    margin-bottom: 10px;
}

.agent-grounp-title {
    font-size: 20px;
    font-weight: 500;
    color: #3e464c;
    line-height: 28px;
    text-align: center;
    margin-bottom: 17px;
}

.agent-grounp-brief {
    margin: 0 auto;
    width: 214px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #68747f;
    line-height: 20px;
}

.agent-icons {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.agent-icons-list {
    width: 315px;
    margin-right: 125px;
    height: 135px;
}

.agent-icons-list:nth-child(3n) {
    margin-right: 0;
}

.agent-icons-top {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #3e464c;
    margin-bottom: 8px;
}

.agent-icons-img {
    width: 42px;
    height: 40px;
    margin-right: 10px;
}

.agent-icons-title {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #3e464c;
    margin-bottom: 8px;
}

.agent-icons-brief {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #68747f;
    line-height: 20px;
}

.agent-qualifications {
    background: #F5F8FA;
    padding: 1px 0 60px;
}

.agent-qualifications-main {
    min-width: 1200px;
    width: 1200px;
    margin: auto;
    display: flex;
    height: 300px;
    padding: 25px;
    flex-wrap: wrap;
    background: white;
}

.agent-qualifications-list {
    padding-top: 25px;
    text-align: center;
    border-right: 1px solid #E0E4EA;
    border-bottom: 1px solid #E0E4EA;
    width: 399px;
    height: 125px;
}

.agent-qualifications-list:nth-child(3n) {
    border-right: none;
}

.agent-qualifications-list:nth-child(n+4) {
    border-bottom: none;
}

.agent-qualifications-img {
    width: 44px;
    height: 44px;
    margin: auto;
    margin-bottom: 12px;
}

.agent-qualifications-title {
    font-size: 14px;
    font-weight: 400;
    color: #68747f;
    line-height: 20px;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
}

.agent-good {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}

.agent-good-list {
    width: 600px;
    display: flex;
    background: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 5px 5px #eee;
}

.agent-good-img {
    position: relative;
    width: 300px;
    height: 300px;
}

.agent-good-right {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.agent-good-title {
    font-weight: 600;
    font-size: 20px;
    color: #3e464c;
    line-height: 37px;
    display: flex;
    align-items: center;
}

.agent-good-brief {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #68747f;
    line-height: 30px;
}

.agent-foot {
    height: 610px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../img/agent-foot.jpg');
    background-size: 100% 100%;
}

.agent-dialog-title {
    text-align: center;
    font-size: 26px;
    color: white;
    letter-spacing: 3px;
}

.agent-dialog-brief {
    letter-spacing: normal;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    color: white;
}

.agent-dialog-input {
    display: block;
    margin: 0 auto;
    outline: none;
    width: 358px;
    height: 42px;
    border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 3px;
    background: white;
    margin-top: 23px;
    font-size: 14px;
    padding: 0 10px;
    color: #808080;
}

.agent-dialog-textarea {
    display: block;
    margin: 0 auto;
    outline: none;
    width: 358px;
    height: 80px;
    border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 3px;
    background: white;
    margin-top: 23px;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px;
    color: #808080;
}

.agent-dialog-btn {
    text-align: center;
    display: block;
    width: 378px;
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
    background: #007aff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    -webkit-transition: 0.4s all linear;
    margin-top: 30px;
    margin-bottom: 20px;
}