.breadcrumbsContent {
    margin: 0 auto;
    max-width: 1024px;
}
.breadcrumbs > li {
    position: relative;
}
.breadcrumbs > li > a {
    height: calc(40rem / 16);
    line-height: calc(40rem / 16);
    font-size: calc(14rem / 16);
    color: #32A853;
}
.breadcrumbs > li:not(:last-child) {
    padding-right: calc(40rem / 16);
}
.breadcrumbs li:not(:last-child)::after,
.breadcrumbs > li:not(:first-child)::after {
    display: none;
}
.breadcrumbs > li:not(:last-child):not(:first-child)::after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    opacity: 1;
    width: calc(40rem / 16);
    height: calc(40rem / 16);
    line-height: calc(40rem / 16);
    text-align: center;
    margin: 0;
    color: #cacaca;
    content: '/';
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    position: absolute;
    height: calc(40rem / 16);
    line-height: calc(40rem / 16);
    text-align: center;
    margin: 0;
    top: 0;
    width: calc(20rem / 16);
    right: 0;
    border: 0;

    font-family: "iconfont" !important;
    font-size: calc(12rem / 16);
    font-style: normal;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e84c";
}
.dropdown.menu>li.is-active>a {
    color: #13792F;
}
.breadcrumbs .is-dropdown-submenu {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    padding: calc(20rem / 16) 0;
}
.breadcrumbs .is-dropdown-submenu a {
    font-family: Helvetica, 'PingFangSC', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif !important;
    color: #32A853;
    font-size: calc(14rem / 16);
}
.breadcrumbs .is-dropdown-submenu a:hover {
    font-family: Helvetica, 'PingFangSC', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif !important;
    font-weight: bold;
    color: #13792F;
}
.breadcrumbs li.is-current a {
    font-family: Helvetica, 'PingFangSC', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif !important;
    color: gray;
    font-size: calc(14rem / 16);
}
.breadcrumbs li.is-current a:hover {
    font-family: Helvetica, 'PingFangSC', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif !important;
    color: gray;
}
