@charset "UTF-8";

.imagevideo{padding: 1.84rem 3.83rem 0 3.83rem;}
.imagebig {background:#FFFFFF;padding:0.2rem;box-sizing:border-box;}
.bigbig{width:100%;height:auto;}
.bigbig img{width:100%;object-fit: cover;}
.bigbig video{width:100%;}
.bigtxt{}
.bigtxt h3{font-size:0.28rem;color:#000;}
.bigtxt p{font-size:0.16rem;color:#888888;line-height:0.3rem;font-weight:normal}
.bigtxt ul{}
.bigtxt ul li{font-size:0.2rem;color:#222222;line-height:0.4rem;font-weight:normal}
.bigtxt ul li:nth-child(1) span{color:#0B3190;}
.bigtxt ul li a img{display: inline-block;width: 0.15rem;margin:0.06rem 0 0 0.03rem}

.imagemore{width:100%;box-sizing:border-box;}
.bigmore{width:100%;margin-top:0.7rem;}
.bigmore h2{padding:0 0 0.2rem 0;font-size:0.4rem;line-height:0.46rem;color:#FA1294;border-bottom:0.02rem solid #FA1294}
.imgbod{box-sizing:border-box;}

.imagevideo .content-box{padding:0}
.imagevideo .pic-title{font-weight:bold}
/*弹出版权联系方式*/
.popup {
    position: absolute; /* 使.close-button的绝对定位相对于.popup */
    width:5rem;background:#fff;border-radius:5px;z-index:999;
    padding:0.2rem;
    border: 1px solid #ccc;
	left:7rem;
	font-size:0.18rem;
	top: 11.2rem;
}


.close-button {
    position: absolute; /* 将按钮定位到右上角 */
    top: 0.05rem;
    right:  0.05rem;
	padding: 0.05rem;
    background-color:#FA1294;
	border-radius:5px;
    color: white;
    border: none;
    cursor: pointer;
}
.bqtck{width:500px;hright:300px;background:#fff;border-radius:5px;position:absolute;z-index:999;}
/*弹出版权联系方式*/

@media screen and (max-width: 769px){
.imagevideo{padding: 1.6rem 0.13rem 0 0.13rem;}
.bigtxt h3{font-size:0.33rem;margin-bottom: 0.1rem;}
.popup{	left:1rem;top: 7rem;font-size: 0.38rem;}
.bigtxt ul li{font-size:0.25rem;line-height: 0.52rem;}
.bigtxt p{font-size:0.22rem;}
}

