* {
    margin: 0;
    padding: 0;
}

:root {
    --theme-color: #0080FF;
    --gray-color: #f2f2f2;
    --white-color: #fff;
    --ccc-color: #ccc;
    --text-color: #333;
    --text-color-6: #666;
    --text-color-9: #999;
    --space: 24px;
    --rspace: 1.5rem;
    --zspace: 2.5rem;
    --width: 0.88rem;
}

/* 1920 16
1680 16
1440 14
*/

html {
    /* 基调 1 rem = 16px */
    font-size: 12px;
    line-height: 1.4;
    font-family: PingFangSC-Semibold, PingFang SC, "微软雅黑";
}

.usenoselec {
    user-select: none;
}

input {
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
}

.clear::after {
    display: block;
    content: " ";
    clear: both;
}

.img-gray,
.img-fit {
    background: #ccc;
}

.bggray {
    background-color: #FAFAFA;
}

/* 固定内容的宽度为1512px */
.wrapper-body {
    width: 1024px;
}

.empty_data {
    padding: 4rem 1rem 2rem;
    text-align: center;
    width: 100%;
    height: 100%;
    /*min-height: 20rem;*/
    min-height: 14rem;
    color: #999;
    background-color: var(--white-color);
    box-sizing: border-box;
}

.banner-tab .empty_data {
    padding-top: 1.5rem;
    background-color: #fafafa;
}

.service-base-left .empty_data {
    min-height: unset;
    height: auto;
    margin-top: 1.5rem;
    padding-top: 2em;
}

.park_empty_data {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.activity .empty_data,
.park-res-right .empty_data {
    /*box-shadow: 0rem 0.5rem 1.5rem 0rem rgba(140, 153, 191, 0.2);*/
}

.pla-import .empty_data {
    min-height: unset;
    height: auto;
    padding: 0;
    margin-top: -2em;
}

.park-res-right .empty_data img,
.enterprise-detail .empty_data img,
.des .empty_data img,
.pla-echarts .empty_data img,
.service-base-left .empty_data img {
    width: 9.13rem;
    height: 9.13rem;
    object-fit: cover;
}

.custom-center .empty_data img {
    width: 9.13rem;
    height: 9.13rem;
    object-fit: cover;
}

.banner-tab .empty_data img {
    width: 5.19rem;
    height: 5.19rem;
    object-fit: cover;
}

.pla-import .empty_data img {
    display: none;
    width: 2.19rem;
    height: 2.19rem;
    object-fit: cover;
}

.pla-import .empty_data > div {
    margin-top: 0.3rem !important
}

.parks-activities .empty_data {
    display: flex;
    width: 18rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parks-activities .empty_data img {
    width: 9.19rem;
    height: 9.19rem;
    object-fit: cover;
}

.empty_data ~ .swiper-pagination {
    display: none;
}

@media screen and (max-width: 1024px) {
    .wrapper-body {
        width: 100%;
    }
}


@media screen and (min-width: 1366px) {
    html {
        font-size: 14px;
    }

    .wrapper-body {
        width: 1224px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 16px;
    }

    .wrapper-body {
        width: 1224px;
    }
}

blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/* 链接没有任何效果 */
.normal-href,
.normal-href:hover,
.normal-href:active,
.normal-href:visited,
.normal-href:focus {
    color: inherit;
}

.hide {
    /* display: none !important; */
    /* opacity: 0; */
}

.texthide {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-pointer {
    cursor: pointer;
}

.btn, button {
    background-color: unset;
    border: none;
    cursor: pointer;
}

.disable {
}

i, .normal-text {
    font-style: normal;
}

.size24 {
    font-size: 24px;
}

.size10 {
    font-size: 10px
}

.size0_75r {
    font-size: 0.75rem
}

.size0_88r {
    font-size: 1rem;
}

.size1r {
    font-size: 1rem;
}

.size1_25r {
    font-size: 1.25rem
}

.size1_3r {
    font-size: 1.3rem
}

.size1_5r {
    font-size: 1.5rem
}

.size2r {
    font-size: 2rem;
}

.size2_38r {
    font-size: 2.38rem;
}

.size3r {
    font-size: 3rem;
}

.size3_16r {
    font-size: 3.16rem;
}

.size3_5r {
    font-size: 3.5rem;
}

.size4r {
    font-size: 4rem;
}

.size2r {
    font-size: 2rem;
}

.size1_3r {
    font-size: 1.3rem
}

.size1_6r {
    font-size: 1.66rem
}

.size4_3r {
    font-size: 4.33rem
}

.mar80 {
    margin-top: 80px;
}

.marT2_5r {
    margin-top: 2.5rem;
}

.mar-nav-top {
    margin-top: 9rem;
}

.mar-nav-top-2 {
    margin-top: 10rem;
}

/* 设置栅栏的间隔为24px */
.custom-space {
    margin: -12px
}

.custom-space > * {
    padding: 12px
}
.custom-space.footer-title{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}
.custom-space.footer-title span{
    padding: 0 10px;
}
.primary {
    color: #0080FF !important;
}

.primary-bg {
    background-color: #0080FF !important;
}

.tcolor {
    color: #333;
}

.zcolor {
    color: #9499a1;
}

.ccolor {
    color: #ccc;
}

.gray {
    color: #999;
}

.wcolor {
    color: #FF9843;
}

/* 测试栅格效果 */
.showRow {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.disbe {
    display: flex;
    justify-content: space-between;
}

.dishide {
    display: none;
}


#rowsDemo > div > div {
    /* background-color: #D0021B; */
    /* opacity: 0.3; */
    /* height: 1.25rem; */
}

.mainbox,
.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-row-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.layui-fluid {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (min-width: 769px) and (max-width: 1512px) {
}

/* 大屏:当屏幕尺寸大于1512时 */
@media screen and (min-width: 1512px) {
}

.theme-btn {
    display: block;
    width: 8.63rem;
    /*padding: 0.75rem 0;*/
    /*border: 1px solid var(--ccc-color);*/
    color: #fff;
    background-color: #0080FF;
    cursor: pointer;
    box-sizing: border-box;
    height: 2.88rem;
}

.theme-btn:hover {
    border-color: transparent;
    background-color: #0A8DEB;
}

/* 导航 */
.navigation {
    width: 100%;
    left: 0;
    background-color: rgba(7, 33, 51, 0.5);
    position: fixed;
    top: 0;
    z-index: 10001;
}

.custom-center {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 2.5rem;
}

/* 个人中心 */
.personal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

/* 登录按钮 */
.personal button {
    border-radius: 1rem;
    border: none;
    color: #fff;
    font-size: 1rem;
    padding: 5px 22px;
    margin: 0 12px;
}

.logo {
    display: flex;
    align-items: flex-end;
}

.logo img {
    height: 2rem;
    width: 10rem;
    object-fit: contain;
}

img[src=""] {
    opacity: 0
}

.logo span {
    margin-left: 1rem;
    font-size: 0.75rem;
    color: #fff;
}

.flexEnd {
    justify-content: flex-end;
}

.qrcode {
    background-color: rgba(242, 242, 242, 1)
}

.bdred {
    border-color: red !important;

}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-clamp {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}

.login-to-operate{
    margin: 20px;
}
.login-to-operate .login-to-operate-btn{
    background-color: #0080FF;
    color: #fff;
    border-radius: 20px;
    padding: 8px 20px;
}
.company-name{
    font-size: 28px;
    line-height: 40px;
    color: #fff;
}
.qrcode-box{
    position: absolute;
    background: #fff;
    color: #000;
    border-radius: 8px;
    top: 48px;
    left: 75px;
    padding: 24px;
    display: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.qrcode-origen{
    display: flex;
}
.qrcode-box .box-title{
    font-size: 20px;
    margin: 0;
}
.qrcodes{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 0 10px;
}

.qrcodes .qrcode-title,.qrcode-text{

}
.qrcode-title{
    font-size: 20px;
    font-weight: 500;
    padding: 2px 5px;
    color: #4E5969;
}
.qrcode-text{
    font-size: 16px;
    padding: 0 5px;
    color: #4E5969;
}
.qrcodes .top-qrcode{
    width: 120px;
    height: 120px;
}

.parkOverview-box {
    height: 600px;
    display: flex;
    gap: 20px;
}
.parkOverview-box .park-img {
    flex: 1;
    height: 100%;
}
.parkOverview-box .park-img img{
    height: 100%;
    width: 100%;
    border-radius: 8px 50px 8px 100px;
}
.parkOverview-box .park-details {
    flex: 1;
}
.park-details .park-details-title{
    font-size: 22px;
    color: #0080ff;
    border-bottom: 2px solid #ccc;
    padding: 14px 0;
}
.park-details .park-details-texts{
    padding: 14px 0;
}
.park-details .park-details-texts .park-details-text{
    display: inline-block;
    line-height: 32px;
    font-size: medium;
    text-indent: 2em;
}