.el-table {
    --el-table-header-bg-color: #F6FAFF
}

.el-carousel {
    --el-carousel-indicator-height: 6px
}

.el-menu-item:not(.is-disabled):focus {
    background-color: transparent!important
}

.content-center {
    margin: 0 auto;
    width: 1200px
}

.contact {
    background-image: url(../img/home/contact/bg-contact.png?v=2);
    background-size: 100% 100%;
    padding: 40px
}

.contact .title {
    font-weight: 700;
    font-size: 26px;
    color: #363a44;
    line-height: 30px;
    padding-bottom: 30px
}

.contact .box {
    background: linear-gradient(180deg,rgba(3,102,241,.02) 0%,#fff 14%,rgba(255,255,255,0) 100%),#FFFFFF;
    box-shadow: 0 0 8px #2860ae0d;
    border-radius: 4px;
    border: 1px solid rgba(242,242,242,.6);
    padding: 20px
}

.contact .box #homeMap {
    width: 468px;
    height: 298px;
    margin-right: 20px
}

.contact .box .info {
    height: 298px;
    overflow: auto
}

.contact .box .info .title .active {
    position: relative
}

.contact .box .info .title .active:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    border: 5px solid transparent;
    border-bottom-color: #055bf4
}

.contact .box .info .title .active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 4px;
    background-color: #055bf4
}

.service {
    background-image: url(../img/home/contact/bg-service.png);
    background-size: 100% 100%;
    padding: 40px
}

.service .title {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 30px
}

.service .item {
    height: 58px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 58px;
    font-weight: 400;
    font-size: 20px;
    color: #0366f1
}

.service .item+.item {
    margin-left: 20px
}
