.clickcont {
    cursor: pointer;
}

.scenicspot-part02 {
    margin-top: -21px;
}

#mapBox {
    height: 800px;
    overflow: hidden;
    position: relative;
    cursor: grab;
    /*direction: rtl;*/
    direction: ltr;
}

#map {
    width: 1536px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
}


.small_fixd {
    position: relative;
}

#minBox { /*border:1px #fff solid;*/
    display: none;
}

.small {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -250px;
    z-index: 100;
}

.small img {
    width: 499px;
}

.map {
    position: relative;
}

.map_sign {
    position: absolute;
    z-index: 10;
    left: 30px;
    bottom: 10%;
    width: 64px;
    height: 64px;
    background: url(https://gboss.wtown.com/pc/images/map1_1.png) no-repeat;
}

.coordinate_bg {
    /*background: url(https://gboss.wtown.com/pc/images/dticon.png) no-repeat;*/
    width: 35px;
    height: 45px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    position: absolute;
}

.coordinate_bg p {
    display: none;
    position: absolute;
    z-index: 10;
    left: 36px;
    top: 5px;
    min-width: max-content;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #fff;
}

.coordinate_bg:hover p {
    display: block;
}

.zhezhao {
    position: fixed;
    left: 0px;
    top: 0px;
    /*background: #000;*/
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
}

.tankuang {
    position: relative;
    background: #FFF;
    /*background-image: url("Images/Sarlia.jpg");*/
    width: 50%;
    height: 500px;
    border-radius: 10px;
    margin: 5% auto;
}

.header {
    height: 40px;
}

.header-right {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: red;
    color: #fff;
    right: 5px;
    top: 5px;
    text-align: center;
}

/* 图片切换部分 */

.BJ{            /*图片居中 */
    text-align: center;
}

.img{           /*图片宽度，高度 */
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

.ol{
    position: absolute;    /* 绝对定位 */
    bottom: 2%;       /* 高度 */
    width: 100%;        /* 宽度 */
    text-align: center;  /* 居中*/
    right: 15px;
}