/* 移动端 */


@media (max-width:1280px){
	
	
	/* 地址 */
	.addressBottom{
		display: none;
	}
	
	/* 明星大图 */
	.starVedio{
		position: relative;
		height: 56.4375rem;
		margin-bottom: 4.1875rem;
	}
	.starVedio .white{
		width: 100%;
		height: 25.25rem;
		background-color: #fff;
		position: absolute;
		top: 0;left: 0;
		z-index: -1;
	}
	.starVedio .pic{
		width: 44.375rem;
		height: 30.6875rem;
		margin: 0 auto;
		position: relative;
	}
	.starVedio .pic video{
		width: 44.375rem;
		height: 30.6875rem;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
	.starVedio .pic .play{
		width: 5.25rem;
		height: 5.25rem;
		position: absolute;
		left: 0;right: 0;top: 0;bottom: 0;
		margin: auto;
	}
	.starVedio .introduce{
		width: 100%;
		height: 31.1875rem;
		background-color: #f2f2f2;
		position: absolute;
		top: 25.25rem;
		left: 0;
		z-index: -1;
		padding: 9.375rem 2.8125rem 0 2.375rem;
	}
	.starVedio .introduce .introduceLoge{
		width: 11.25rem;
		height: 1rem;
	}
	.starVedio .introduce .line{
		width: 2.5rem;
		height: 0.125rem;
		margin: 1.25rem 0 3.3125rem;
		background-color: #bcbcbc;
	}
	.starVedio .introduce .introduceTitle{
		font-size: 2rem;
		font-weight: 400;
		color: #000000;
		margin-bottom: 2.1875rem;
	}
	.starVedio .introduce .introduceContent{
		font-size: 1.5rem;
		font-weight: 400;
		color: #616161;
		line-height: 2.375rem;
	}
	
	/* 各种歌舞剧 */
	.manyStar{
		width: 	44.375rem;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 4.4375rem;
	}
	.manyStar .itemSing{
		width: 21.875rem;
		margin-bottom: 0.375rem;
	}
	.manyStar .itemSing .singPic{
		width: 21.875rem;
		height: 29.3125rem;
	}
	.manyStar .itemSing .singName{
		width: 21.875rem;
		height: 4.8125rem;
		background-color: #f2f2f2;
		text-align: center;
		line-height: 4.8125rem;
		font-size: 1.5rem;
		font-weight: 400;
		color: #070707;
	}

	
}



































@media screen and (min-width: 1280px) {

	
	
	/* 地址 */
	.addressBottom{
		width: 90.625vw;
		margin: 51px auto 44px;
		font-size: 0.8333vw;
		font-weight: 400;
		color: #616161;
		text-align: right;
	}
	.addressBottom a{
		font-size: 0.8333vw;
		font-weight: 400;
		color: #616161;
	}
	
	/* 明星大图 */
	
	.starVedio{
		width: 90.625vw;
		margin: 0 auto 152px;
		position: relative;
		
	}
	.starVedio .pic{
		width: calc(55.172%);
		height: calc(665 / 960 * 50vw);
		position: relative;
		cursor: pointer;
	}
	.starVedio .pic video{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;left: 0;
		display: none;
	}
	.starVedio .pic .play{
		width: 112px;
		height: 112px;
		position: absolute;
		top: 0;left: 0;right: 0;bottom: 0;
		margin: auto;
	}
	.starVedio .introduce{
		width: calc(50.92%);
		height:calc(644 / 866 * 45.104vw);
		background-color: #f2f2f2;
		position: absolute;
		right: 0;top: 74px;
		z-index: -1;
		padding: 10% 10% 0 196px;
	}
	.starVedio .introduce .introduceLoge{
		width: 180px;
		height: 16px;
	}
	.starVedio .introduce .line{
		width: 40px;
		height: 2px;
		background: #BCBCBC;
		margin: 20px 0 10%;
	}
	.starVedio .introduce .introduceTitle{
		font-size: 1.667vw;
		font-weight: 400;
		color: #000000;
		margin-bottom: 10%;
	}
	.starVedio .introduce .introduceContent{
		font-size: 1.042vw;
		font-weight: 400;
		color: #616161;
		line-height: 1.875vw;
	}
	
	
	
	
	/* 各种歌舞 */
	.manyStar{
		width: 80.156vw;
		margin: 0 auto 198px;
		display: flex;
		justify-content: space-between;
		
	}
	.manyStar .itemSing{
		width: calc(28.88%);
		height: calc(595 / 444 * 23.125vw);
		position: relative;
	}
	.manyStar .itemSing .singPic{
		width: 100%;
		height: calc(595 / 444 * 23.125vw);
	}
	.manyStar .itemSing .singName{
		width: 25vw;
		height: 142px;
		background: #F2F2F2;
		text-align: center;
		line-height: 170px;
		font-size: 1.25vw;
		font-weight: 400;
		color: #070707;
		position: absolute;
		left: 19px;
		bottom:-97px;
		z-index: -1;
	}
	
	
	
	
	
}











