.container {
    position: relative;
}

.pagelocationBox {
    margin-top: 100px;
}


/* 在线体验 */

.online-container {
    width: 1200px;
    margin: 30px auto;
}

.online-container .online-header {
    height: 100px;
    margin-bottom: 18px;
    color: #333333;
}

.online-header .o_title {
    position: relative;
    padding: 14px 0;
}

.online-header .o_title h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
    height: 46px;
    letter-spacing: 14px;
    margin: 4px auto;
}

.online-header .o_title .o_icon-fanned {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('../img/icon_fanned.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: bottom;
    margin-right: 20px;
}

.online-header .o_title p {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #808080;
    letter-spacing: 4px;
    margin: 4px auto;
}

.o_title::before {
    content: '';
    display: inline-block;
    width: 110px;
    height: 100px;
    background: url('../img/icon_leafLeft.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 290px;
}

.o_title::after {
    content: '';
    display: inline-block;
    width: 132px;
    height: 52px;
    background: url('../img/icon_leafRight.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 228px;
}


/* 在线体验 --> 景点 */

.attraction-wrapper {
    width: 100%;
}

.attraction-wrapper .attra_tabs {
    border-top: 1px solid #E52B31;
}

.attra_tabs ul {
    width: 400px;
    margin: auto;
    font-size: 0;
}

.attra_tabs li {
    color: #656565;
    width: 25%;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.attra_tabs li.attra_tabs-active {
    background: url('../img/attra_tabs-active.png') no-repeat;
    background-size: 100% 100%;
}

.attra_tabs li.attra_tabs-active:hover {
    background-color: #FFFFFF;
}

.attra_tabs li:hover {
    background-color: #F3F3F3;
}

.attraction-wrapper .attra_box {
    width: 100%;
    background-color: #F0F0F0;
    position: relative;
}

.attra_box .attra_nodata {
    display: none;
    position: absolute;
    width: 100px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -50px;
    text-align: center;
    color: #6a6a6a;
}

.attraction-wrapper .attra_box .attra_box-top {
    height: 600px;
    overflow: hidden;
}

.attra_box-top div {
}

.attra_box-top .swiper-slide {
    position: relative;
}

.attra_box .current-attra_main {
    width: 100%;
    height: 100%;
}

.attra_box .panorama-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -150px;
    background: #232323c2;
    padding: 16px 20px;
    border-radius: 30px;
}

.attra_box .panorama-box .panorama-info {
    margin-left: 14px;
}

.attra_box .panorama-box .panorama-info:hover {
    color: #c7c6c6;
}

.attra_box .panorama-box .panorama-info {
    width: 100px;
}

.attra_box .panorama-box .icon-panorama {
    background: url('../img/icon_panorama.png') no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 22px;
    display: inline-block;
    margin-right: 14px;
    vertical-align: text-bottom;
}

.attraction-wrapper .attra_list-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .3);
    user-select: none;
}

.attra_list-box .attra_list {
    width: 1008px;
    margin: auto;
    overflow: hidden;
}

.attra_list ul {
    font-size: 0;
}

.attra_list ul li {
    width: 176px;
    height: 124px;
    display: inline-block;
    font-size: 12px;
    color: #FAFAFA;
    /* margin-right: 30px; */
    border: 4px solid transparent;
    position: relative;
    opacity: .6;
    cursor: pointer;
}

.attra_list .attra_list-prev {
    left: 30px;
    outline: none;
    opacity: .8;
}

.attra_list .attra_list-next {
    right: 30px;
    outline: none;
    opacity: .8;
}

.attra_list .current-attra_list {
    opacity: 1;
    border: 4px solid #E52B31;
    border-radius: 4px;
}

.attra_list img {
    width: 100%;
    height: 100%;
}

.attra_list .attra-name {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    color: #FAFAFA;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 视觉空间 */

.fantasy_space-container {
}

.fantasy_space-container .fspace-header {
    padding: 40px 0;
}

.fantasy_space-container .vedioTitle {
    text-align: center;
    color: #fff;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
}

.fantasy_space-container .fspace-header p {
    background: url(../img/jz1.png) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #fff;
    line-height: 40px;
    height: 40px;
}

.fantasy_space-container .vedioBox {
    width: 1000px;
    height: 560px;
    position: relative;
    background: #383737a8;
}

.fantasy_space-container .vedioBox .closeVedioBtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    background: url(../img/closeVideo.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.fantasy_space-container .vedioRightBox {
    position: absolute;
    right: 0;
    top: 21px;
    width: 180px;
    height: 560px;
    padding: 10px;
    /* overflow: hidden; */
    background: #383737a8;
}

.fantasy_space-container .vedioRightBox .swiper-container {
    height: 100%;
}

.vedioRightBox .vedioSwiper {
    height: 100%;
}

#vedioSwiper .swiper-wrapper .swiper-slide:last-child .vedioContentBox {
    margin-bottom: 0;
}

.vedioRightBox .vedioContentBox {
    width: 160px;
    height: 100px;
    background: #aba5a5;
    cursor: pointer;
    margin-bottom: 10px;
}

.vedioRightBox .vedioContentBox .imgBox {
    width: 100%;
    height: 100%;
}

.vedioRightBox .vedioContentBox img {
    width: 100%;
    height: 100%;
}

.fspace_content {
    height: 600px;
    background: url(../img/visual_space.jpg) no-repeat;
    background-size: cover;
}

.play_container .play_header {
    padding: 40px 0;
}

.play_container .play_header p {
    background: url(../img/jz1.png) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #fff;
    line-height: 40px;
    height: 40px;
}

.play_container .playBox {
}

.play_container .playBox .playContentBox {
    width: 292px;
}

.play_container .playContentBox .imgBox {
    width: 274px;
    height: 181px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
}

.play_container .playContentBox .imgBox img {
    height: 100%;
}

.play_container .playText {
    font-size: 14px;
    margin: 2px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    color: #333;
    white-space: nowrap;
}

.playText a {
    color: #000;
}

.play_container .swiper-button-prev {
    position: absolute;
    left: -33px;
    z-index: 1;
    outline: none;
}

.play_container .swiper-button-next {
    position: absolute;
    right: -26px;
    z-index: 1;
    outline: none;
}

.vedio-swiper-button-prev {
    position: absolute;
    top: -28px;
    display: block;
    width: 36px;
    height: 36px;
    background: url('../img/video-prev.png') no-repeat;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -18px;
    outline: none;
    cursor: pointer;
}

.vedio-swiper-button-next {
    position: absolute;
    bottom: -28px;
    display: block;
    width: 36px;
    height: 36px;
    background: url('../img/video-next.png') no-repeat;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -18px;
    outline: none;
    cursor: pointer;

}

.thumbnail-relative {
    position: relative;
}

.thumbnail-box {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
}

.thumbnail-box a {
    float: left;
    width: 50%;
}

.thumbnail-box img {
    display: block;
    width: 15px;
    margin: 8px auto;
}
