body {
    margin: 0;
}

.popover-float {
    text-align: center;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

.p-20 {
    padding: 20px;
}

.flex-no {
    display: flex;
    align-items: center;
}

.bold {
    font-weight: bold;
}

.box-shadow {
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(223, 223, 223);
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bread-crumbs {
    margin: 26px 0 23px 0;
    display: flex;
}

.bread-crumbs div {
    padding-right: 15px;
}

.bread-crumbs div a {
    color: #2e2f31;
}

.flex1 {
    display: flex;
    align-items: center;
}

.el-breadcrumb {
    font-size: 16px;
}

.main_content {
    width: 1220px;
    margin: 100px auto;
}

.zx .el-tabs__nav {
    border-bottom: 3px solid #62befc;
}

.zx .el-tabs__nav-wrap::after {
    background-color: transparent !important;
}

.zx .el-tabs__active-bar {
    background-color: transparent !important;
}

.zx .el-tabs__item {
    width: 200px;
    height: 60px !important;
    line-height: 60px !important;
    padding-bottom: 3px !important;
    background: #ffffff;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-right: 1px solid #dedede;
    padding: 0 !important;
    text-align: center;
    color: #2e2f31 !important;
    margin-bottom: 11px;
}

.zx .el-tabs__item:last-child {
    border-right: transparent !important;
}

.zx .el-tabs__item.is-active {
    font-weight: bold !important;
}

.zx .el-tabs__item.is-active:before {
    content: '';
    position: absolute;
    top: 104%;
    left: 51%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -12px;
    border-bottom: 10px solid #62befc;
}

.zx .el-tabs__item.is-active:after {
    content: '';
    position: absolute;
    top: 109%;
    left: 51%;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    margin-left: -11px;
    border-bottom: 9px solid #fff;
}