.videolist-item-outline {
	display: none;
	width: calc(100% - 20px);
	height: 240px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	background-color: #ffffff;
}

.videolist-item-show-ani {
	animation-duration: 0.7s;
	animation-iteration-count: 1;
}

.videolist-item-left {
	display: block;
	position: relative;
	width: calc(100% - 4px);
	height: 180px;
	background-color:#000000;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin-left: 2px;
}

.videolist-title-box{
	float:left;
	
	margin-left: 15px;
    margin-top: 6px;
}

.videolist-title-box .name {
	display: block;
	font-size: 19px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.videolist-title-box  .short-note {
	display: block;
	font-size: 13px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 3px;
	width: 100%;
}

.videolist-detail-join{
	background-color: #f0f1f1;
    width: 106px;
    height: 34px;
    float: right;
    background-image: url(../../images/index/point.png);
    background-position: 10% 46%;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 30px;
    margin-top: 13px;
    margin-right: 5%;
    font-size: 15px;
    font-weight: bold;
    border-radius: 17px 17px 17px 17px;
}

.videolist-video-btn{
	background-image: url(../../images/index/videoplay.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
	width: 60px;
    height: 60px;
    margin-left: calc(50% - 30px);
    margin-top: 60px;
}

.videolist-pano-btn{
	background-image: url(../../images/index/720.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
	width: 60px;
    height: 60px;
    margin-left: calc(50% - 30px);
    margin-top: 60px;
}

.videolist-triangle-video{
	background-image: url(../../images/index/triangleVideo.png);
    background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
}

.videolist-triangle-pano{
	background-image: url(../../images/index/triangle720.png);
	background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
}

.videolist-infowin{
	display: block;
    width: 100%;
    height: 156px;
    background-color: #ffffff;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    position: absolute;
    color: #000000;
    left: 0px;
    font-size: 15px;
    top: 0px;
}

.panowin-info-point{
        background-size: 20px 20px;
    background-repeat: no-repeat;
    /* writing-mode: vertical-rl; */
    /* background-image: url(../../images/index/point.png); */
    /* background-position: 50% 8%; */
    background-color: #ffffff;
    width: 100%;
    height: 60px;
    /* padding-top: 34px; */
    position: absolute;
    color: #000000;
    /* right: 10px; */
    font-size: 15px;
    /* line-height: 1.2; */
    top: 0px;
    z-index: 1;
    /* padding-right: 6px; */
    text-align: center;
    /* border-radius: 15px 15px 15px 15px;*/
    border-radius: 0px 0px 10px 10px;
	}
	
.panowin-info-close{
    display: none;
    position: absolute;
    width: 104px;
    height: 50px;
    border: none;
    z-index: 3;
    top: 130px;
    left: calc(50% - 52px);
    
	}

.panowin-info-close-btn{
    width: 104px;
    height:26px;
    border: none;
    background-image: url(../../images/index/info_close.png);
    background-size: 20px 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-color: #EDEEEF;
    border-radius:10px 10px 0px 0px;
	}

.panowin-info-play{
	width: 80px;
    height: 60px;
    left: 0px;
    position: absolute;
    top: 0px;
    background-image: url(../../images/index/spause.png);
    background-size: 20px 20px;
    background-position: 30% 50%;
    background-repeat: no-repeat;
}

.panowin-info-pause{
	width: 80px;
    height: 60px;
    left: 0px;
    position: absolute;
    top: 0px;
    background-image: url(../../images/index/splay.gif);
    background-size: 20px 20px;
    background-position: 30% 50%;
    background-repeat: no-repeat;
}

.panowin-info-down{
left: calc(50% - 60px);
    width: 120px;
    height: 30px;
    position: absolute;
    top: 46px;
    background-image: url(../../images/index/info_open.png);
    background-size: 20px 5px;
    background-position: 50% 10%;
    background-repeat: no-repeat;
}

.panowin-info-text{
	padding-top: 15px;
	font-weight: bold;
    font-size: 19px;
    color: #333333;
}


.panowin-right .btn-box .btn {
    display: block;
    float: left;
    margin-right: 14px;
    width: 50px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    padding-top: 27px;
    overflow: hidden;
}

.panowin-right .btn-box .btn720 {
	background-image: url("../../images/index/btn720.png");
}

.panowin-right .btn-box .btnNav {
	background-image: url("../../images/index/btnNav.png");
}

.panowin-right .btn-box .btnVideo {
	background-image: url("../../images/index/btnVideo.png");
}

.panowin-right .btn-box .btnDetail {
	background-image: url("../../images/index/btnDetail.png");
}

.panowin-right .btn-box .btnAi {
	background-image: url("../../images/index/btnAi.png");
}

.panowin-right .btn-box .btnVr {
	background-image: url("../../images/index/btnVr.png");
}


.panoBtnOut {
	background-image: url(../../images/index/yd.png);
    display: block;
    float: left;
    /* margin-top: 5px; */
    width: 50px;
    height: 47px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 47px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    /* padding-top: 30px; */
    overflow: hidden;
}

.panowin-right {
	display: block;
	float: left;
	width: 270px;
	height: 130px;
	overflow: hidden;
}

.panowin-detail-join{
	background-color: #ffde35;
    width: 70px;
    height: 34px;
    right: 0px;
    position: absolute;
    background-image: url(../../images/index/join.png);
    background-position: 20% 50%;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 30px;
    margin-top: 13px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 17px 0px 0px 17px;
}

.panowin-right .box {
	display: block;
	margin-left: 0px;
	overflow: hidden;
	white-space: nowrap;
}

.panowin-right .title {
	margin-top: 13px;
	font-weight: bold;
	font-size: 19px;
	color: #333333;
	max-width:155px;
}

.panowin-box{
	float: left;
	margin-left: 18px;
}


.panowin-right .short-note {
    margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}

.panowin-right .btn-box {
	margin-top: 10px;
	width: 270px;
	margin-left: 12px;
}
   