/*css代码重置*/
@charset "utf-8";
body {
	font: 100% "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color:#666;
    margin:0;
    padding:0;
    min-width: 1450px;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0;
    padding:0;
    border:none;
    list-style:none;
}
input {border:none;}
.lf   {float:left;}
.rt   {float:right;}
.clear{clear:both;}
a       {color:#666;text-decoration:none;}
a:hover {color:#429DF3;text-decoration:none;}
img{
	border:none;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
}
/*尾部*/
.footer {
    height: 120px;
    line-height: 120px;
    color: #fff;
    text-align: center;
    background: #1A1A1A;
    position: relative;
}
/*主体内容*/
.main{
	height:1080px;
	background: url('../img/main.jpg') top center no-repeat;
	position: relative;
}
/*top nav*/
.nav{
	position: absolute;
	top:0;
	left: 50%;
	margin-left: 190px;
}
.nav a{
	background-size: 100% 100%;
	display: inline-block;
	height: 29px;
}
.get-into{
	width: 100px;
	background: url('../img/nav-1.png') center center no-repeat;
}
.regist{
	width: 100px;
	background: url('../img/nav-2.png') center center no-repeat;
}
.download{
	width: 117px;
	background: url('../img/nav-3.png') center center no-repeat;
}
/*video*/
.video{
	position: absolute;
	top:634px;
	margin-left: -278px;
	left: 50%;
	width: 112px;
	height: 112px;
	transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
	background: url('../img/video.png') 0 0 no-repeat;
}
.video:hover{
	transform: scale(.95);
	-webkit-transform: scale(.95);
}
/* btn */
.btn{
	width: 210px;
	height: 195px;
	position: absolute;
	float: left;
	left: 50%;
	transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    opacity: .85;
}
.action{
	top: 717px;
	margin-left: -444px;
	background: url('../img/action.png') 0 0 no-repeat;
}
.new{
	top: 776px;
	margin-left: -215px;
	background: url('../img/new.png') 0 0 no-repeat;
}
.song{
	top: 776px;
	margin-left: 15px;
	background: url('../img/song.png') 0 0 no-repeat;
}
.event{
	top: 717px;
	margin-left: 243px;
	background: url('../img/event.png') 0 0 no-repeat;
}
.btn:hover{
	opacity: 1;
}
/*弹出层*/
.common_model{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	display: none;
}
.common_model>div a{
    width: 175px;
    height: 56px;
}
.movie{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.close-btn{
	width: 52px !important;
	height: 52px !important;
	position: absolute;
	background: url('../img/close.png') 0 0 no-repeat !important;
	top: -24px;
    right: -12px;
	border: none !important;
	opacity: .8;
	z-index: 10;
}
.close-btn:hover{
	opacity: 1;
}
.model-title{
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	font-weight: bold;
	background: #F46D8A;
	color: #fff;
}
.alert-new{
	position: absolute;
    width: 570px;
    height: 566px;
    left: 50%;
    margin-left: -285px;
    top: 50%;
    margin-top: -283px;
	text-align: center;
	background: url('../img/new-model.png') 0 0 no-repeat;
}
.alert-new a{
	display: block;
	position: absolute;
}
.new-btna{
    top: 173px;
    left: 64px;
}
.new-btnb{
    top: 173px;
    left: 338px;
}
.new-btnc{
    top: 256px;
    left: 64px;
}
.new-btnd{
    top: 256px;
    left: 338px;
}
.new-btne{
    top: 338px;
    left: 64px;
}
.new-btnf{
    top: 338px;
    left: 338px;
}
.new-btng{
	top: 423px;
    left: 197px;
}
.alert-video{
	width: 755px;
	height: 425px;
	margin-top: -212px;
	margin-left: -377px;
	position:absolute;
	left: 50%;
	top: 50%;
	text-align: center;
}
.alert-video .video-model{
	width: 755px;
	height:340px;
}
.alert-video .close-btn{
	top: -26px;
    right: -24px;
}
.alert-prerelease{
    position: absolute;
    width: 570px;
    height: 329px;
    left: 50%;
    margin-left: -285px;
    top: 50%;
    margin-top: -164px;
	text-align: center;
	background: url('../img/song-model.png') 0 0 no-repeat;
}
.alert-prerelease a{
	display: block;
	position: absolute;
}
.prerelease-btna{
	top: 170px;
    left: 64px;
}
.prerelease-btnb{
    top: 170px;
    left: 338px;
}
.alert-example{
	position:absolute;
	width: 617px;
	height: 333px;
	top:200px;
	left: 50%;
	margin-left: -309px;
	background: url('../img/example_model.png') 0 0 no-repeat;
}
.alert-example a{
	display: block;
	position: absolute;
}
.example-btna{
	width: 327px;
    height: 57px;
    top: 110px;
    left: 145px;
}
.example-btnb{
	width: 327px;
    height: 57px;
    top: 186px;
    left: 145px;
}
.alert-event{
	position:absolute;
	width: 625px;
	height: 341px;
	top:200px;
	left: 50%;
	margin-left: -312px;
	background: url('../img/event_model.png') 0 0 no-repeat;
}
.alert-event a{
	display: block;
	position: absolute;
}
.event-btna{
	width: 327px;
    height: 58px;
    top: 114px;
    left: 149px;
}
.event-btnb{
	width: 327px;
    height: 58px;
    top: 190px;
    left: 149px;
}