.park-top {
    background-image: url(/images/park_offers/banner.jpg);
    height: 200px;
    background-size: 100% 200px;
    margin-top: 15px;
}

.park-top-bottom {
    background-image: url(/images/park_offers/bg.jpg);
    height: 858px;
    background-size: 100% 858px;
}

.map-all {
    text-align: center;
    position: relative;
    margin: -900px 0 0;
}

.park-desc001 {
    background: url(/images/park_offers/img001.png) no-repeat;
    background-size: 100% 318px;
    height: 318px;
    width: 1000px;
    margin: 80px 0 0 91px;
}

.park-desc002 {
    background: url(/images/park_offers/img002.png) no-repeat;
    background-size: 100% 318px;
    height: 318px;
    width: 1000px;
    margin: 0 0 0 91px;
}

.park-desc-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.bottom-btn {
    margin: 0 50px 50px;
    width: 160px;
    height: 50px;
    line-height: 38px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.bottom-btn-b {
    background: #FF681C;
}

.bottom-btn-a {
    background: #4A7DFF;
}

.bottom-btn-b:hover {
    box-shadow: 0 0 14px 2px rgba(221, 74, 0, 0.27);
}

.bottom-btn-a:hover {
    box-shadow: 0 0 14px 2px rgba(25, 90, 255, 0.27);
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

#parkDetail {
    background-color: white;
    border-radius: 6px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 2px;
    padding: 24px 20px 0;
    height: 443px;
}

.park-content {
    overflow: auto;
    max-height: 98%;
}

.park-content::-webkit-scrollbar {
    width: 4px;
}

.park-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.park-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.park-title {
    text-align: left;
    background-color: white;
    position: absolute;
    padding: 6px;
    border-radius: 6px;
    font-size: smaller;
    display: flex;
    align-items: center;
}

.viewDetail {
    margin-left: 2px;
    border: 1px solid #1fb7ff;
    border-radius: 14px;
    padding: 1px 9px;
    letter-spacing: 3px;
    color: #1fb7ff;
}

.viewDetail:hover {
    background-color: #1fb7ff;
    color: white;
}

.arrow {
    margin-left: -14px;
    margin-top: -1px;
    float: left;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 8px solid white;
}

.park-west {
    top: 283px;
    left: 475px;
}

.park-hainan {
    top: 568px;
    left: 688px;
}

.park-guangdong {
    top: 497px;
    left: 774px;
}

.park-shandong {
    top: 322px;
    left: 786px;
}

.park-shanghai {
    top: 405px;
    left: 832px;
}

.close-btn {
    width: 118px;
    height: 39px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    background: #4A7DFF;
    color: white;
}

.map {
    width: 1060px;
    height: 660px;
    box-shadow: 0px 0px 12px 6px rgba(57, 66, 92, 0.11);
    border-radius: 8px;
}

.park-title-content {
    float: left;
    max-width: 167px;
    padding-left: 8px;
}