@charset "UTF-8";

a {
    color: #333;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #333;
}

body {
    padding-top: 70px !important;
    /* background: #F7F7F7 url("https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20241213/6b86d13a5774c7a3b98640f20fae5ef6.png") no-repeat center top; */
    background: #F7F7F7 no-repeat center top;
    font-size: 18px;
}

.navbar-inverse {
    background-color: #007bff;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.navbar-nav > li > a {
    font-size: 18px;
}

.content-div {
    width: 90%;
    max-width: 1600px;
    padding: 0 65px;
    margin-left: auto;
    margin-right: auto;
}

.top-nav-bar {
    background-color: #076eff;
    background-image: url("../../img/bigdata/bg_top.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 80px;
    padding: 15px 0;
    line-height: 50px;
    overflow: hidden;
}

.top-nav-bar .content-div {
    height: 100%;
}

.top-nav-bar .top-nav-content {
    height: 100%;
    display: flex;
}

.top-nav-bar .top-nav-content .top-img-logo {
    display: inline-block;
    height: 100%;
    width: auto;
    margin-right: 30px;
}

.top-nav-bar .top-nav-content .top-txt-logo {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.top-nav-bar .top-nav-content .top-txt-logo-sub {
    padding: 5px 0 0 20px;
    color: #fff;
    font-size: 20px;
}

.top-nav-bar .top-nav-content .top-right-nav {
    flex: auto;
    text-align: right;
}

.top-nav-bar .top-nav-content .top-right-nav a {
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    /*font-weight:600;*/
    color: #FFFFFF;
}

.top-nav-bar .top-nav-content .top-right-nav a:nth-last-child(2) {
    padding: 0 30px;
    background: #fff;
    border-radius: 100px;
    color: #06f;
    line-height: 200%;
}

.top-nav-bar .top-nav-content .top-right-nav a:focus,
.top-nav-bar .top-nav-content .top-right-nav a:hover {
    color: #c8e6ff;
}

.top-nav-bar .top-nav-content .top-right-nav a:nth-last-child(2):hover {
    background: #eff;
    color: #f90;
}

.top-nav-bar .top-nav-content .top-right-nav .vertical-line {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    vertical-align: middle;
}

.logo {
    position: absolute;
    left: 30px;
    top: 30px;
}

.title {
    padding: 80px 0 30px 0;
    text-align: center;
}

.content {
    padding-top: 30px !important;
    padding-bottom: 48px !important;
}

.function-nav {
    display: flex;
}

.function-nav .function-nav-item {
    flex: 1;
    display: flex;
    overflow: hidden;
    margin-right: 20px;
    align-items: center;
    padding: 25px 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(224, 226, 237, 0.5);
    border-radius: 5px;
}

.function-nav .function-nav-item:last-child {
    margin-right: 0px;
}

.function-nav .function-nav-item .function-item-icon-wrap {
    width: 71px;
    height: 65px;
    background: #e3e8fe;
    border-radius: 5px;
    text-align: center;
    line-height: 71px;
    margin-right: 16px;
    color: #0e6df7;
}

.function-nav .function-nav-item .function-item-icon-wrap span {
    font-size: 40px;
}

.function-nav .function-nav-item .function-item-title {
    flex: 1;
    overflow: hidden;
}

.function-nav .function-nav-item .function-item-title .function-item-title-primar {
    font-size: 22px;
    font-weight: 600;
    color: #444444;
    line-height: 33px;
    letter-spacing: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.function-nav .function-nav-item .function-item-title .font24 {
    font-size: 24px;
}

.function-nav .function-nav-item .function-item-title .function-item-title-second {
    font-size: 16px;
    font-weight: 400;
    color: #C3C3C3;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.function-nav .function-nav-item .function-item-icon-wrap-none {
    background: transparent;
    margin-right: 16px;
    color: #f89d91;
}

.function-nav .function-nav-item .function-item-icon-wrap-none span {
    font-size: 50px;
}

.function-nav-wrap {
    margin-bottom: 29px;
}

.data-content-wrap {
    margin-bottom: 29px;
}

.data-content-wrap:last-child {
    margin-bottom: 0px;
}

.data-content {
    display: flex;
}

.data-content .data-content-left-tree {
    width: 327px;
    height: 541px;
    margin-right: 31px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(224, 226, 237, 0.5);
    border-radius: 5px;
    padding: 23px 28px;
}

.data-content .data-content-left-tree .tree-wrap {
    height: calc(100% - 41px);
    padding: 0 24px;
    overflow-x: auto;
    overflow-y: auto;
}

.data-content .data-content-right-panel {
    flex: 1;
    height: 541px;
    overflow: hidden;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(224, 226, 237, 0.5);
    border-radius: 5px;
    padding: 38px 66px 34px 66px;
    position: relative;
}

.data-content .data-content-right-panel .data-content-vertical-line {
    width: 1px;
    height: 100%;
    background-color: #D8D8D8;
    margin: 0 69px;
}

.data-content .data-content-right-panel .data-content-right-chart {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.data-content .data-content-right-panel .data-content-right-chart .chart-wrap {
    flex: 1;
}

.data-content .data-content-right-panel .data-content-right-table {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.data-content .data-content-right-panel .data-content-right-table .table-wrap {
    flex: 1;
    overflow: auto;
}

.data-content .data-content-right-panel .data-content-right-table .table-wrap .fixed-table-body {
    overflow: visible;
}

.data-content .data-content-right-panel .data-content-right-table .table-wrap table {
    font-size: 14px;
    color: #787878;
    border: none;
}

.data-content .data-content-right-panel .data-content-right-table .table-wrap table tr {
    background-color: #fff;
    border: none;
    font-weight: normal;
}

.data-content .data-content-right-panel .data-content-right-table .table-wrap table tr:hover td {
    background-color: #e2eaff;
    color: #016bff;
}

.data-content .data-content-right-panel .data-content-right-table .table-wrap table tr:nth-child(2n) {
    background-color: #f8f8ff;
    border-radius: 2px;
}

.data-content .data-content-right-panel .data-content-right-table .table-wrap table th {
    background-color: #fff;
    border: none;
    font-weight: normal;
}

.data-content .data-content-right-panel .data-content-right-table .table-wrap table td {
    padding: 5px 0px;
    border: none;
    text-align: center;
    vertical-align: middle;
}

.data-content .data-content-right-panel .data-content-right-table .table-wrap .fixed-table-container {
    border: none;
}

.data-content .data-content-right-panel .title-bar {
    height: 60px;
    padding: 10px 0;
    line-height: 40px;
    border-bottom: 1px solid #979797;
    display: flex;
    font-size: 22px;
    font-weight: 400;
    color: #262626;
    margin-bottom: 5px;
}

.data-content .data-content-right-panel .title-bar>div:nth-child(1) {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-content .data-content-right-panel .title-bar .bar-right {
    /* flex:1;*/
    text-align: right;
}

.data-content .data-content-right-panel .title-bar .bar-right span {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.data-content .data-content-right-panel .title-bar .bar-right span:last-child {
    margin-right: 0;
}

.data-content .data-content-right-panel .title-bar .bar-right .active {
    color: #027AFF;
}

.data-content .data-content-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 37px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(224, 226, 237, 0.5);
    border-radius: 5px;
}

.data-content .data-content-panel:last-child {
    margin-right: 0px;
}

.data-content .data-content-panel .panel-title {
    font-size: 22px;
    font-weight: 400;
    color: #262626;
    line-height: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dadada;
    padding-bottom: 9px;
    margin-bottom: 13px;
}

.data-content .data-content-panel .panel-title .title-left {
    margin-right: 15px;
}

.data-content .data-content-panel .panel-title .title-right {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #390;
    line-height: 20px;
    text-align: right;
}

.data-content .data-content-panel .panel-title .title-right a:hover,
.data-content .data-content-panel .panel-title .title-right a:focus {
    color: #4a96ff;
    text-decoration: none;
}

.data-content .data-content-panel .no-bottom-border {
    border-bottom: none;
}

.data-content .data-content-panel .chart-panel-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.data-content .data-content-panel .chart-panel-body .chart-remark {
    font-size: 12px;
    font-weight: 400;
    color: #9F9F9F;
    line-height: 17px;
    text-align: center;
    padding-bottom: 5px;
}

.data-content .height382 {
    min-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.data-content .height407 {}

.data-content .price-content-panel {
    padding: 15px 49px;
}

.data-content .standard-table-content-panel {
    padding: 30px 50px 20px 50px;
}

.data-content .standard-content-panel {
    padding: 22px 43px;
    padding-bottom: 11px;
}

.data-content .rowpanel {
    flex-direction: row;
}

.data-content .rowpanel .data-content-vertical-line {
    width: 1px;
    height: calc(100% - 48px - 25px);
    background-color: #D8D8D8;
    margin: 48px 69px 0px 69px;
}

.data-content .rowpanel .sub-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#enterprisePriceChart,
#marketPriceChart,
#famousTeaIndexChart,
#famousTeaTradeChart,
#mapChart {
    flex: 1;
}

#famousTeaIndexTitle {
    height: 35px;
    background: #ebf2fd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 8px;
}

#famousTeaIndexTitle span {
    font-size: 14px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 6px;
}

#famousTeaIndexTitle span.active {
    background: #0C6CF6;
    color: #fff;
}

#famousTeaTradeChartTitle {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 22px;
    margin-bottom: 13px;
}

#standardTableTitle {
    display: flex;
    justify-content: center;
    /* margin-bottom:29px;*/
    align-items: center;
}

#standardTableTitle .active {
    background: #390;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

#standardTableTitle span {
    padding: 0 10px;
    cursor: pointer;
}

#standardTableWrap {
    flex: 1;
}

.expertTableWrap {
    min-height: 0px;
}

#standardTableWrap .fixed-table-container {
    border: none;
}

#standardTableWrap .pull-hiddenMainTableInfo {
    display: none;
}

#standardTableWrap table {
    border: 0;
}

#standardTableWrap table tr,
#standardTableWrap table td,
#standardTableWrap table th {
    border: 0;
    padding: 5px 0;
    vertical-align: middle;
    border-bottom: #eee 1px solid;
    font-weight: normal;
}

#standardTableWrap table th {
    color: #390;
}

#standardTableWrap table th:last-child {
    padding-right: 0px;
}

#standardTableWrap table td:last-child {
    padding-right: 0px;
}

#standardTableWrap table tr:hover {
    background-color: #f5ffee;
}

#standardTableWrap table .th-inner {
    padding: 0;
}

#standardTableWrap table .btn-default {
    background-color: #f5ffee;
    color: #390;
    border: none;
}

#standardTableWrap table .btn {
    font-size: 14px;
    font-weight: 400;
    color: #390;
    padding: 5px 10px;
}

#standardTableWrap table .label-success {
    background-color: #390;
    color: #fff;
    margin-right: 8px;
    padding: 2px 5px;
    font-size: 12px;
}

#standardTableWrap .pagination ul {
    border: none;
}

#standardTableWrap .pagination ul li a {
    margin-right: 7px;
    border-radius: 0;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    color: #BDBDBD;
    height: 22px;
    line-height: 20px;
    text-align: center;
    padding: 0 8px;
}

#standardTableWrap .pagination ul li:last-child a {
    margin-right: 0px;
}

#standardTableWrap .pagination ul li.active a {
    background: #390;
    color: #fff;
    border: none;
}

.standard-nav-panel {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-content: space-around;
}

.standard-nav-panel .stand-nav-item {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgba(219, 219, 219, 0.45);
    border-radius: 5px;
    border: 1px solid #E9EFF4;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 43px;
    width: calc((100% - 86px) / 3);
    height: 70px;
}

@media screen and (max-width:1919px) {
    .standard-nav-panel .stand-nav-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.standard-nav-panel .stand-nav-item:nth-child(3n+0) {
    margin-right: 0px;
}

.standard-nav-panel .stand-nav-item .icon-wrap {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    overflow: hidden;
    text-align: center;
    line-height: 44px;
    border-radius: 14px;
    margin-right: 14px;
}

.standard-nav-panel .stand-nav-item .icon-wrap span {
    font-size: 20px;
}

.standard-nav-panel .stand-nav-item .icon-wrap-blue {
    background-color: #daeaff;
    color: #2961BC;
}

.standard-nav-panel .stand-nav-item .icon-wrap-green {
    background-color: #d9fcf9;
    color: #00dbc1;
}

.standard-nav-panel .stand-nav-item .icon-wrap-yellow {
    background-color: #fef4dc;
    color: #ecb86e;
}

.standard-nav-panel .stand-nav-item .item-title {
    flex: 1;
    overflow: hidden;
}

.standard-nav-panel .stand-nav-item .item-title .item-title-primar {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.standard-nav-panel .stand-nav-item .item-title .item-title-second {
    font-size: 12px;
    font-weight: 400;
    color: #A1A0A0;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jstree-default {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
}

.jstree-default .jstree-container-ul .jstree-node {
    background-image: none;
}

.jstree-default .jstree-container-ul .jstree-node i {
    display: none;
}

.jstree-default .jstree-container-ul .jstree-node a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-left: -24px;
    padding-left: 24px;
}

.jstree-default .jstree-container-ul .jstree-node.jstree-open {
    position: relative;
}

.jstree-default .jstree-container-ul .jstree-node.jstree-open::after {
    position: absolute;
    content: "▲";
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #8A8A8A;
}

.jstree-default .jstree-container-ul .jstree-node.jstree-closed {
    position: relative;
}

.jstree-default .jstree-container-ul .jstree-node.jstree-closed::after {
    position: absolute;
    content: "▼";
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #8A8A8A;
}

.jstree-default .jstree-clicked {
    background: #E2EAFF !important;
    color: #016BFF !important;
    border: none !important;
    box-shadow: none !important;
}

.jstree-default .jstree-hovered {
    background: #E2EAFF !important;
    border: none !important;
    box-shadow: none !important;
}

.honor-nav-item {
    margin-right: 43px;
    width: calc((100% - 43px) / 2) !important;
}

.honor-nav-item:nth-child(3n+0) {
    margin-right: 43px !important;
}

.honor-nav-item:nth-child(2n+0) {
    margin-right: 0 !important;
}

.honor-table-col-style {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 410px;
}

#expertTableTitle {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 22px;
    height: 22px;
    margin-bottom: 29px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    text-align: center;
}

#expertTableTitle::-webkit-scrollbar {
    display: none;
}

#expertTableTitle .active {
    color: #390;
}

#expertTableTitle span {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}

.pop-detail-table-wrap {
    padding: 20px;
}

.pop-detail-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.pop-detail-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.pop-detail-table .pop-detail-avatar {
    width: 100px;
    height: auto;
}

.pop-detail-table .pop-detail-label {
    font-size: 12px;
    color: #666;
}

.expert-nav-panel {
    overflow-x: hidden;
    overflow-y: auto;
    align-content: flex-start;
}

.expert-nav-panel .honor-nav-item {
    margin-bottom: 15px;
}

.expert-nav-panel .honor-nav-item:nth-child(2n+1):nth-last-child(-n+2),
.expert-nav-panel .honor-nav-item:nth-child(2n+1):nth-last-child(-n+2)~.honor-nav-item {
    margin-bottom: 0 !important;
}

.expert-nav-item-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #16ac63;
    border-color: #16ac63;
    border-radius: 100px;
    margin-bottom: 30px;
    font-size: 18px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #089f56;
    border-color: #089f56;
}

.btn-success {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 100px;
    margin-bottom: 30px;
    font-size: 18px;
}

.btn-success:hover {
    color: #fff;
    background-color: #0069dd;
    border-color: #0069dd;
}

#domesticSalesDataTable thead th,
#internationalDataTable thead th {
    font-weight: bold;
}

#internationalDataTable thead th {
    font-weight: bold;
}

#domesticSalesDataTable tbody tr:first-child td,
#internationalDataTable tbody tr:first-child td {
    /* color:#007bff;*/
}

.search-box-wrap {
    margin-top: 40px;
    margin-bottom: 20px;
}

.search-box {
    display: flex;
    width: 50%;
    margin: 0 auto;
}

.search-box input {
    flex: 1;
    min-width: 0;
    border: 0;
    border-radius: 0;
    padding: 13px 20px;
    outline: none;
}

.search-box button {
    background: #390;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 50px;
    margin: 0;
}

footer {
    clear: both;
    position: relative;
    padding: 100px 0 0 0;
    height: 578px;
    text-align: center;
    background: url("https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20241213/ca52fe871186a96b961318e22ebe8a69.png") no-repeat center bottom;
}

.copyright {
    text-align: center;
    position: absolute;
    left: 0;
    top: 160px;
    width: 100%;
}

#internationalDataTableWrap tbody tr:first-child td {
    /* color:#007bff;*/
}

.title-bar-title {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-bar-search {
    display: flex;
    align-items: center;
    /* position:relative;*/
    z-index: 99;
}

.search-table {
    display: inline-block;
    box-sizing: border-box;
    width: 100px;
    height: 31px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 5px;
    font-size: 14px;
    padding: 0 10px;
    color: #666;
}

.search-menu {
    display: block;
    box-sizing: border-box;
    margin-left: 24px;
    margin-right: 24px;
    height: 31px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 10px;
    color: #666;
}

.title-bar-filter {
    position: absolute;
    background-color: #fff;
    width: 143px;
    right: 645px;
    left: auto;
    top: 89px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    display: none;
    text-align: left;
}

.title-bar-filter-item {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
}

.title-bar-filter-item input {
    margin-right: 5px;
}

.standard-table-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.standard-table-filter .table-filter-group {
    position: relative;
    margin-right: 15px;
    min-width: 100px;
    border: 1px solid #ddd;
    padding: 2px 10px;
    color: #888;
    cursor: pointer;
    border-radius: 3px;
    line-height: 18px;
    font-size: 12px;
}

.standard-table-filter .table-filter-group:last-child {
    margin-right: 0px;
}

.standard-table-filter .table-filter-title {
    display: flex;
    align-items: center;
}

.standard-table-filter .standard-table-filter-name {
    margin-left: 3px;
    margin-right: 3px;
    flex: 1;
}

.standard-table-filter .table-filter-group ul {
    list-style: none;
    margin: 0;
    display: none;
    position: absolute;
    left: -1px;
    min-width: 100px;
    width: auto;
    top: 25px;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    padding-right: 20px;
    max-height: 288px;
    overflow-x: hidden;
    overflow-y: auto;
}

.standard-table-filter .table-filter-group ul li {
    width: fit-content;
}

.standard-table-filter .table-filter-group ul label {
    font-weight: normal;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.standard-table-filter .table-filter-group ul label input {
    margin-right: 5px;
}

.standard-table-filter .table-filter-keep-open {
    border: 1px solid #aaa;
    color: #373737;
}

.standard-table-filter .table-filter-keep-open ul {
    display: block;
}

.standard-table-filter .filter-all-se {
    margin-right: 15px;
    margin-bottom: 0px;
    color: #373737;
    font-weight: normal;
    line-height: 20px;
}

.title-bar-filter-row {
    margin-right: 5px;
    /* height:31px;*/
    font-size: 0px;
}

.title-bar-filter-down {
    margin-left: 5px;
    /* height:31px;*/
    font-size: 0px;
    display: none;
}

.title-bar-filter-col {
    /* height:31px;*/
    font-size: 0px;
}

.title-bar-filter-btn {
    height: 31px;
    line-height: 100%;
}

.title-bar-filter-right {
    right: 494px;
}

.swiper-wrap {
    margin: -15px;
    margin-top: -30px;
    height: 789px; /*calc(100vh - 70px);*/
}

.swiper-wrap img {
    height: 789px; /*calc(100vh - 70px);*/
    width:100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 10px;
    border-radius: 5px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/*环形旋转木马视图切换开始*/

#carousel {
	position: relative;
	/* width: 1200px; */
    width:100%;
	margin: 0 auto
}

#carousel .swiper {
	padding-top: 20px;
	padding-bottom: 40px;
}
#carousel .swiper-wrapper{

}
#carousel  .swiper-slide {
	width: 300px;
	background: #fff;
	box-shadow: 0 8px 20px #ddd;
	

}
#carousel  .swiper-slide img{
	display:block;
	width: 100%;
    height:300px;
    object-fit: cover;
}
#carousel  .swiper-slide p {
	line-height: 30px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 0.8em;
	margin: 0;
}

#carousel .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #e8f5ff;
	width: 20px;
	height: 10px;
	opacity: 1;
	border-radius: 5px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #3eb2f3;
	width: 35px;
}

#carousel .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#carousel .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#carousel .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#carousel .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#carousel .swiper-button-prev::after,#carousel .swiper-button-next::after{
	content: '';
}
/*环形旋转木马视图切换结束*/


/*更香建康部份样式开始*/

.health-page{
    margin-top: 40px;
}


.main-content{
    background-color: #fff;
}
.aboutus-img{
    width:100%;
    height:300px;
    object-fit: cover;
    padding-bottom: 70px;
}
.left-nav-bar{
    padding-left: 20px;
}
.left-nav-bar a{
    display:block;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: bold;
    color:#000;
    text-align: left;
    outline: none;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-top: 20px;
    border-radius: 100px;
}
.left-nav-bar a:first-child{
    margin-top: 0px;
}

.left-nav-bar a:hover{
    color:#08413b;
    border: 1px solid #08413b;
    /* text-decoration: none; */
}

.bar-active-item{
    color:#08413b !important;
    border: 1px solid #08413b !important;
}
.right-content{
    color:#282828;
    font-size: 14px;
    text-align: justify;
    padding-bottom: 60px;
}
.health-show{
    width:100%;
    height:675px;
}
.health-show video{
    width:100%;
    height:100%;
    object-fit:cover;
}
.health-item-wrap{
    height:650px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 25px;
}
.health-item{
    width:100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.health-item img{
    width:100%;
    height:120px;
    object-fit: cover;
}
.health-item .health-item-title{
    display: block;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-top: 5px;
    color:#000;
    font-weight: bold;
}
.health-item .health-item-title-active,
.health-item .health-item-title:hover{
    color:#c62323;
}

.health-item div{
    margin-top: 5px;
    font-size: 12px;
    color:#343434;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*更香建康部份样式结束*/

/*头部导航修饰开始*/
.my-navbar a{
    font-size: 16px;
    font-weight: bold;
}

/*头部导航修饰结束*/