html, body {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.wp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.page {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.img-wrap img {
    max-width: 100%;
}

.page {
    background-color: #e2ecf5;
}

/* 箭头 */
@-webkit-keyframes start {
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -5px);
    }
}

@keyframes start {
    0%, 30% {
        opacity: 0;
        transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, -5px);
    }
}

.start {
    position: fixed;
    left: 50%;
    margin-left: -17px;
    top: 95%;
    margin-top: -34px;
    width: 34px;
    height: 34px;
}

.start i {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -9px;
    width: 19px;
    height: 12px;
    background-size: 100% 100%;
    -webkit-animation: start 2s infinite ease-in-out;
    animation: start 2s infinite ease-in-out;
}


@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.animation-100 {
    animation-duration: 0.1s;
}

.animation-200 {
    animation-duration: 0.2s;
}

.animation-300 {
    animation-duration: 0.3s;
}

.animation-400 {
    animation-duration: 0.4s;
}

.animation-500 {
    animation-duration: 0.5s;
}

.animation-600 {
    animation-duration: 0.6s;
}

.animation-700 {
    animation-duration: 0.7s;
}

.animation-800 {
    animation-duration: 0.8s;
}

.animation-900 {
    animation-duration: 0.9s;
}

.animation-1500 {
    animation-duration: 1.5s;
}

.animation-2000 {
    animation-duration: 2s;
}

.animation-3000 {
    animation-duration: 3s;
}

.animation-4000 {
    animation-duration: 4s;
}

.animation-5000 {
    animation-duration: 5s;
}

.animation-6000 {
    animation-duration: 6s;
}

.animation-7000 {
    animation-duration: 7s;
}

.animation-8000 {
    animation-duration: 8s;
}

.animation-9000 {
    animation-duration: 9s;
}

.animation-10000 {
    animation-duration: 10s;
}

.flashing {
    animation: fadeIn 0.7s ease 0s infinite alternate;
}

.pulseing {
    animation: pulse 0.7s ease 0s infinite alternate;
}

.bounceing {
    animation: bounce 1s ease 0s infinite alternate;
}

#play-btn {
    position: absolute;
    top: 28px;
    right: 15px;
    z-index: 3000;
    -webkit-transition-duration: 1s;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
    animation-play-state: paused;
    color: #efefef;
}

.anchorBL {
    display: none !important;
}


.hide {
    display: none;
}

/*#map-msg {*/
/*    height: 188px;*/
/*    padding: 5px;*/
/*    text-align: left;*/
/*    line-height: 22px;*/
/*    font-size: 14px;*/
/*    padding-left: 3%;*/
/*    background-color: #f6f6f6;*/
/*}*/

#map {
    width: 100%;
    height: calc(100% - 188px);
}

/*#map-msg p {*/
/*    margin: 8px 0;*/
/*}*/

.red-icon {
    color: #e60000;
    margin-right: 5px;
    font-size: 18px;
}

#location-btn {
    position: absolute;
    bottom: 188px;
    right: 4px;
    color: #555;
    padding: 6px;
}

.full-bg, .photo-box {
    background-size: cover;
    background-position: center;
}

.photo-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.ele-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.radius-box {
    width: 76%;
    border: 1px solid #3a3f58;
    height: 26px;
    border-radius: 13px;
    box-shadow: 0 0 2px #3a3f58;
    left: 12%;
    line-height: 26px;
    color: #3a3f58;
    font-size: 14px;
    font-weight: 600;
}

.circle-box {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -22px;
    border-radius: 50%;
    border: 2px solid #3a3f58;
    left: 50%;
    margin-left: -20px;
    line-height: 44px;
    text-align: center;
    background-color: #ecf1f7;
}

.circle-box img {
    max-width: 70%;
    vertical-align: middle;
}

.page1, .page2, .page3, .page4 {
    color: #333;
}

.text-frame {
    z-index: 2;
    width: 84%;
    height: 84%;
    position: absolute;
    top: 8%;
    left: 8%;
    background-color: rgba(255, 255, 255, .4);
    border: 2px solid #fff;
    border-radius: 12px;
    overflow: hidden;
}

.page5 .text-frame {
    background-color: inherit;
    z-index: 20;
}

.radius {
    border-radius: 8px;
    overflow: hidden;
}

a {
    text-decoration: none;
}

.p-text {
    color: #333;
    font-size: 15px;
}

.p-button {
    background-color: rgb(164, 34, 34);
    border-radius: 5px;
    color: #ffffff;
    display: inline-flex;
    padding: 5px 10px;
    font-size: 14px;
    align-items: center;
    column-gap: 3px;
}

.white-icon {
    color: #ffffff;
}

.tel-me {
    display: inline-grid;
    grid-template-columns: repeat(2, 2fr);
    padding: 0 30px;
    grid-column-gap: 10px;
}

.tel-me img {
    object-fit: contain;
    width: 110px;
    margin: 0 auto;
}

.tel-me a, .tel-me .photo-box {
    text-align: center;
}

.map-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
}

/*.map-mask{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.dh-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
}
