.agent-container {
    margin: 5px auto 150px;
    width: 1190px;
    padding: 0 50px;
}
.agent-head {
    text-align: center;
    width: 1190px;
    height: 857px;
    margin: 0 auto;
    background-color: #2098d1;
    color: #fff;
}
.head-title {
    font-size: 78px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;

}
.head-toptitle {
    font-size: 51px;
    padding: 200px 0 80px 0;
    font-weight: 300;
}
.head-subtitle {
    font-size: 21px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    letter-spacing: 5px;
    word-spacing: 5px;
}
.video-box {
    width: 456px;
    height: 256px;
    background-size: 100% 100%;
    margin: 10px auto;
}
.video-box .agent-btn {
    width: 310px;
    height: 92px;
    line-height: 92px;
    background: rgba(255, 255, 255, 1);
    border-radius: 46px;
    font-size: 34px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(32, 152, 209, 1);
    margin: 136px auto 92px auto;

}
.video-text {
    color: #999;
    font-size: 14px;
}
.agent-year .el-select {
    margin: -40px 136px 150px 90px;
    border-left: 10px solid #5f76f8;
}
.agent-year .el-select .el-input.is-focus .el-input__inner {
    border: 1px solid transparent;
}
.agent-year .el-input.el-input--suffix {
    border: 1px solid transparent;
}
.agent-year .el-input__inner {
    border: 1px solid transparent;
    font-size: 78px;
    height: 66px;
    width: 250px;
    font-weight: bold;
    background: transparent;
    color: rgba(204, 204, 204, 1);
}
.agent-year .el-input.el-input--suffix.is-focus {
    border: 1px solid transparent;
}
.agent-year .el-input__inner:focus, hover {
    border: 1px solid transparent;
}
.agent-year .el-input__inner:hover {
    border: 1px solid transparent;
}
.agent-year .el-select .el-input__inner:focus {
    border: 1px solid transparent;
}
.agent-year .el-select .el-input__inner:hover {

}
.agent-year .el-input__suffix {
    right: -10px;
}
.agent-year .el-select .el-input .el-select__caret {
    font-size: 0px;
    line-height: 55px;
}
#agent-content {
    margin-left: 104px;
}
.agent-main {
    margin: 10px auto 100px;
}
.main-title {
    font-size: 20px;
    color: #131313;
    font-weight: bold;
    padding-left: 240px;
}
.main-title .title-spacing {
    margin-right: 5px;
}
.main-box {
    width: 770px;
    min-height: 298px;
    background: rgba(224, 228, 254, 1);
    position: relative;
    margin: 20px auto;
}
.box-top-img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    left: -120px;
}
.box-text {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 0 30px;
    letter-spacing: 2px;
    word-break: break-all;
    color: #99a4ac;
}
.agent-list {
    display: flex;
    margin: 50px;
    padding: 20px;
    align-content: space-between;
}
.agent-item {
    flex: 1;
    height: 79px;
    line-height: 79px;
    display: flex;
    justify-content: space-around;
}
.agent-avgent {
    width: 80px;
    height: 79px;
    border-radius: 50%;
}
/*查询*/
.agent-search {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding-left: 36px;
}
.search-input {
}
.agent-search .el-input__inner {
    height: 80px;
    padding-left: 50px;
    background: rgba(224, 228, 254, 1);
    border-radius: 40px;
    font-size: 20px;
}
.search-btn {
    width: 200px;
    height: 80px;
    background: rgba(95, 118, 248, 1);
    border-radius: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 80px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}
.search-btn:hover {
    background: rgba(95, 118, 228, 1);
    color: #c8d9e1;
}
.agent-way {
    margin-top: 50px;
    text-align: center;
    font-size: 41px;

}
.agent-way .agent-contact {
    margin-top: 50px;
}
.agent-way .agent-tencent-qq {
    color: rgb(22, 110, 248);
}
/*弹窗 start*/
.agent-msg-dialog
.dialog-left {
    margin: 5px auto;
    width: 35%;
    line-height: 30px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(13, 13, 13, 1);
}
.agent-msg-dialog
.el-dialog__body {
    border-bottom: 1px solid rgba(204, 204, 204, 1) !important;
    height: 250px;
    display: flex;
    align-items: center;
}
.agent-msg-dialog
.dialog-text {
    text-align: left;
}
.agent-msg-dialog
.el-dialog__footer {
    height: 60px;
}
.agent-msg-dialog
.footer-btn-confirm {
    height: 100%;
    line-height: 46px;
    color: rgba(1, 103, 255, 1);
    font-size: 18px;
    cursor: pointer;
}
