﻿/*热点介绍弹出层*/
.pic-biggest{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 10000;
    overflow: hidden;
    background-color: rgba(19, 18, 18, 0.9);
    padding-top: 0.4rem;
    display: none;
}
.biggest-area{
    width: 100%;
    height:100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.biggest-area-pic-box, .biggest-area-pic-box2{
    height:calc(100% - 1rem);
    position: absolute;
    width:100%;
}
.biggest-area-pic, .biggest-area-pic2{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: none;
}
.pinch-zoom-container{
    width:100%;
    /* height:33% !important; */
    position: absolute;
    /* top:1.75rem; */
    left: 0;
    overflow: visible !important;
}
.pic-left-box, .pic-right-box{
    width:50%;
    height:100%;
    position: absolute;
    cursor: pointer;
    top:0;
}
.pic-left-box{
    left:0;
}
.pic-right-box{
    right:0;
}
.biggest-text-info-box{
    width:100%;
    height:4.5rem;
    min-height:4.5rem;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    bottom:0;
    cursor: pointer;
}
.biggest-text-info-box:hover{
    height:auto;
}
.biggest-text{
    position: relative;
    width: 60%;
    /* height: 1rem;
     */
    color: #ffffff;
    margin: 0 auto;
    padding-bottom: 0.1rem;
}
.biggest-pic-index{
    float: left;
    width: 14%;
    height:100%;
}
.biggest-text-info{
    float: left;
    margin-left: -4rem;
    margin-bottom: 3rem;
    width: 80%;
    padding: 0.15rem 0.0rem 0;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: justify;
    height: 100%;
    overflow: hidden;
    line-height: 1.15rem;
}
.biggest-text-info p {
    text-indent: 2rem;
}
.nicescroll-cursors{
    border: none !important;
}
.biggest-pic-index{
    padding: 0.15rem 0 0 0.06rem;
    /*font-style: italic;
     */
}
.current-pic{
    color: #e5b627;
    font-size: 1rem;
    float: left;
}
.current-line{
    margin-top: 0.1rem;
    display: inline-block;
    font-size: 1rem;
    float: left;
}
.total-pic{
    font-size: 1rem;
    float: left;
    margin-top: 0.25rem;
}
.pic-arrow{
    width: 0.6rem;
    height: 0.5rem;
    background-image: url("../image/pic-left_p.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    margin-top: -0.52rem;
    cursor: pointer;
    display: none;
}
.pic-arrow:hover{
    background-image: url("../image/pic-right_p.png");
    background-size: 100% 100%;
}
.pic-left{
    left:-0.1rem;
}
.pic-left:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pic-right{
    right:-0.1rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pic-right:hover{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.pic-loading{
    width:2rem;
    height:2rem;
    background-image: url("../image/loadingif.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:50%;
    margin-top: -1rem;
    left:50%;
    margin-left: -1rem;
    display: none;
}
.close-box{
    width: 45px;
    height: 45px;
    position: absolute;
    right: 60px;
    top: 60px;
    background: url("../image/close-btn.png") no-repeat center;
    background-size: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.close-box:hover{
     background-image: url("../image/close-btn-hover.png");
}
.popimg-wrap{
    display:none;
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0.8);
    z-index: 3;
}
.swiper-container{
    position: absolute !important;
    width:100%;
    height:100%;
    top:50%;
    transform:translateY(-50%);
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 60%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-zoom-container div{
    background-size:contain;
    background-repeat: no-repeat;
    background-position:center;
}
/*视频弹出层*/
.video-tipswindown{
    display:none;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    background-color:rgba(34,34,34,0.7);
}
.video-tipswindown h3{
    position: absolute;
    width: 640px;
    height: 20px;
    top:22%;
    left:50%;
    transform:translateX(-50%);
    text-align: center;
}
.video-tipswindown .videotips-close{
    position: absolute;
    right:20px;
    top:20px;
    width:42px;
    height:42px;
    background: url("../image/close-btn.png") no-repeat;
    background-size: 100% 100%;
    cursor:pointer;
}
.videotips-close:hover{
    position: absolute;
    right:20px;
    top:20px;
    width:42px;
    height:42px;
    background: url("../image/close-btn-hover.png") no-repeat;
    background-size: 100% 100%;
    cursor:pointer;
}
.video-tipswindown .video-watchbox{
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
/*声音控制按钮*/
.music-control-phone {
    width: 42px;
    height: 42px;
    position: fixed;
    left: 30px;
    top: 25px;
    background-image: url("../image/music-control.png");
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 0px 0px;
}

.music-control-phone.on {
    background-position: 0px -52px;
}
.text{
    display:none;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    background-color:rgba(34,34,34,0.7);
}
.text h4{
    position: absolute;
    width: 640px;
    height: 20px;
    top:30%;
    left:50%;
    transform:translateX(-50%);
    text-align: center;
}
.text-close{
    position: absolute;
    right:20px;
    top:20px;
    width:42px;
    height:42px;
    background: url("../image/close-btn.png") no-repeat;
    background-size: 100% 100%;
    cursor:pointer;
}
.text-close:hover{
    position: absolute;
    right:20px;
    top:20px;
    width:42px;
    height:42px;
    background: url("../image/close-btn-hover.png") no-repeat;
    background-size: 100% 100%;
    cursor:pointer;
}