* {
    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, "微软雅黑";

    background-color: #f9f9f9;
}

.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;
}

.home-swiper {
    display: flex !important;
    justify-content: space-between;
    margin-top: 0;

}

.home-swiper .swiper-left {
    width: auto;
    height: 408px;
    padding-top: 100px;
}

.home-swiper .swiper-left p {
    color: #2F54EB;
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 10px;
    font-style: italic;
}

.home-swiper .swiper-left button {
    border: 1px solid #2F54EB;
    background: rgb(255 255 255 / 0%);
    margin-top: 20px;
    color: #2F54EB;
}

.home-swiper .swiper-right {

}

.home-swiper .swiper-right img {
    width: 840px !important;
    height: 416px !important;
}

.empty_data {
    padding: 4rem 1rem 2rem;
    text-align: center;
    width: 100%;
    height: 100%;
    /*min-height: 20rem;*/
    min-height: 13rem;
    color: #999;
    background-color: var(--white-color);
    box-sizing: border-box;

    z-index: -30;

}

.banner-tab .empty_data {
    padding-top: 1.5rem;
}

.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);*/
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.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;
}

.wrapper-center {
    margin: 0 auto;
}

@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*/
}

.info-layout {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.info-layout-pd {
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
}


.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; */
}


.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.flex-row-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.layui-fluid {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.layui-fluid .ditu {
    background-image: url(/app/img/Background.png);
    height: 1000px;
    z-index: -1;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
}

@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%;

    background-color: rgba(7, 33, 51);
    padding: 22px 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    opacity: 0.7;
}

.custom-center {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* 个人中心 */
.personal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* 登录按钮 */
.personal button {
    border-radius: 18px;
    border: none;
    color: #fff;
    font-size: 1rem;
    padding: 8px 45px;
}

.logo {
    display: flex;
    align-items: flex-end;
    margin-bottom: 22px;
}

.logo img {
    height: 80px;
    width: 144px;
    object-fit: contain;
}

img[src=""] {
    opacity: 0
}

.logo span {
    margin-left: 1rem;
    font-size: 16px;
    color: #1e1e1e;
}

.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;
}

.tab-box {
    position: relative;
    width: 85%;
}

.server {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    width: 100%;
}

.serverbox {
    cursor: pointer;
    padding: 16px;
    box-shadow: 0px 4px 32px rgba(9, 41, 77, 0.08);
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
}

.serverbox .title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 600;
    line-height: 48px;
    margin-left: 15px;
}
.serverbox img{
    width: 50px;
    height: 50px;
}

.box-content{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}
.box-content img{
    width: 100%;
    height: 100%;
}
.box-content .partner_img{
    height: 125px;
}
.box-content .partner_img:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.box-content .info{
    padding: 20px;
    background-color: #f9f9f9;
}
.content .content-col{
    margin-bottom: 20px;
}
.content .content-col:last-child{
    margin-bottom: 0;
}

.box-content .info .info-title{
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-content .info .ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-content .info .info-text{
    display: flex;
    justify-content: space-between;
}
.box-content .info .info-type{
    background-color: #F0F5FF;
    padding: 3px 8px;
}
.box-content .info .icon{
    margin-right: 5px;
}

.box-content .info .text{
    display: flex;
    justify-content: space-between;
}


.custom-title {
    font-size: 32px;
    display: flex;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.85) !important;
    margin-bottom: 20px;
}

.custom-title .more {
    color: rgba(47, 84, 235, 1);
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
}



.swiper-right {
    width: 600px;
    height: 350px;
    margin: auto;
    border: 1px solid #999;
    position: relative;
    overflow: hidden;

}

.imglist {
    position: absolute;
}

.cir a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;

    margin-right: 10px;
    float: left;
}

/* 圆点导航点击后样式 */
.cir a.hover {

    opacity: .5;
}
