* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .3s linear;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
border: 1px solid #ccc !important;
    padding: 5px 20px !important;
    margin: 0px 0px 0px 5px !important;
    height: 40px !important;
    height: auto !important;
    line-height: 30px !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.search-btn-view-btn input{
background: #00954D;
    border: 1px solid #00954D;
    color: #fff;
    font-size: 16px;
    width: 100%;
    position: absolute;
    height: 100%;
}
.search-btn-view-btn{
position: relative;
}
.pb_sys_common{
    margin: 0 auto;
}
.pb_sys_style1 .p_no_d {
       border: 1px solid #2BB074 !important;
    color: #fff;
    background-color: #2BB074 !important;
}
.right-location .main>p:nth-of-type(1) {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
    position: relative;
}
.right-location .main > p:nth-of-type(1)::after {
    content: "";
    width: 64px;
    height: 10px;
    background-color: rgba(0, 149, 77, 0.39);
    position: absolute;
    bottom: -3px;
    left: calc(50% - 32px);
}


body {
    font-family: PingFang SC, "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif !important;
    margin: 0;
    padding: 0;
    cursor: default;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
    /* position: fixed; */
}



img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.contain img {
    object-fit: contain;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.group {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    /* position: fixed; */
}

.group::-webkit-scrollbar {
    display: none;
}

.group.load {
    opacity: 1;
}

.pointer {
    cursor: pointer;
}

.page-none {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    width: 100%;
    color: rgba(30, 107, 194, 1);
}

a {
    text-decoration: none;
    color: inherit;
}

.banner-sm {
    width: 100%;
    height: 420px;
}

.transition {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.page-h3 {
    font-size: 22px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.page-p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-indent: 28px;
    margin-bottom: 20px;
}

.list-page {
    display: none;
    opacity: 0;
    width: 100%;
}

.list-page.active {
    display: flex;
    animation: show 0.5s forwards;
    animation-delay: 0s;
    flex-direction: column;
}

.group-footer-bottom {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nowrap-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nowrap-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.nowrap-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nodata {
    /* width: 200px; */
    margin: 20px auto;
text-align:center;
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.clearfix {
    zoom: 1;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

ol,
ul {
    list-style: none;
}

.hide {
    display: none;
}

.cursor {
    cursor: pointer;
}

.c:after {
    clear: both;
}

.clear {
    clear: both;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 清除浮动 */
.clearfix:after {
    display: block;
    content: '.';
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

/* @media (max-width: 600px) {
    .inner {
      padding: 15px;
    }
  } */

.flex_row_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_row_l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex_row_t {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.flex_row_b {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.flex_row_e {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.flex_row_r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex_row_s {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_col {
    display: flex;
    flex-direction: column;
}

.flex_col_r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.flex_col_l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.flex_col_c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex_col_t {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.flex_col_s {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.flex_col_b {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}