html,
body {
    height: 100%;
    width: 100%;
}

#app {
    background-color: #f5f6f7;
}
#listapp{
    padding: 10px;
}
.el-divider--horizontal{
    margin: 15px 0 !important;
}
.divider-span{
    font-weight: 700;
    height: 40px; 
    line-height: 40px; 
    border-bottom: 2px solid #3e1fe9;
    display: inline-block;
}
.content_title{
    height: 40px; 
    border-bottom: 1px solid #eee;
    width: 100%;
    margin-bottom: 10px;
}

.wrap {
    width: 100%;
    min-width: 1920px;
    margin: 0 auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.header {
    width: 100%;
    min-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.headerContainer {
    width: 100%;
    min-width: 1920px;
    margin: 0 auto;
    background-color: #f5f6f7;
}

.headerContainer2 {
    width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.welcome {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome>span>a {
    padding: 0 0px;
}

.flex-sb-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerCont {
    height: 125px;
    width: 1200px;
    margin: 0 auto;
}

.headerCont .title {
    font-size: 26px;
}

.headerCont>div {
    display: flex;
    align-items: center;
}

.logo {
    margin-right: 20px;
}

.banner {
    width: 100%;
    min-width: 1920px;
    height: 340px;
    background: url("/agency/yhx/images/home/banner.png");
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.tabs>span {
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.tabs .active {
    color: #2c79f9;
}

.footer {
    margin-top: 20px;
    width: 100%;
    min-width: 1920px;
    height: 180px;
    margin: 0 auto;
    background-color: #3f93f6;
}

.annotate p {
    line-height: 36px;
    color: #fff;
}

.footerLogo {
    display: flex;
    align-items: center;
}

.footerLogo img {
    margin: 0 15px;
}