/*KV部分*/
#app {
	min-width: 1200px;
	position: relative;
}

.top {
	/*width: 1920px;*/
	width: 100%;
	min-width: 1200px;
	height: 1174px;
	background: url(../img/top.jpg) no-repeat top center;
	color: white;
	overflow: hidden;
}

.top .end_tips {
	display: none;
	width: 650px;
	height: 60px;
	line-height: 24px;
	margin: 640px auto 0;
	border-radius: 25px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	font-size: 16.5px;
	overflow: hidden;
	vertical-align: center;
}

.top .end_tips i {
	display: inline-block;
	width: 21px;
	height: 24px;
	margin-top: 4px;
	background: url(../img/laba.png) no-repeat top center /100%;
	background-position: 0 7px;
}

.top .time_tips {
	text-align: center;
	font-size: 16.5px;
}


/*首页内容部分*/

.middle {
	width: 100%;
	background: #212d77 url(../img/middle.png) no-repeat center 0/100%;
	overflow: hidden;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}

.middle .nav {
	width: 1200px;
	height: 43px;
	margin: 0px auto 25px;
}

.middle .nav li {
	float: left;
	margin-right: 10px;
	width: 287px;
	height: 95px;
	background: url(../img/nav-btn.png) no-repeat center 0/100% 100%;
	text-align: center;
	line-height: 95px;
	font-size: 40px;
	color: #fff;
	text-shadow: #000 1px 2px 1px;
	font-weight: bold;
}
.middle .nav li a{
	color: #fff;
}
.middle .nav li.btn-act a{
	color: #454f50;
}
.middle .nav li a:active{
	color: #454f50;
}
.middle .nav li.btn-act {
	background: url(../img/nav-act.png) no-repeat center 0/100% 100%;
	color: #454f50;
	text-shadow: none;
}


/*.middle .nav .homepage-icon {
	background: url(../img/homepage_icon.png) no-repeat top center /100% 100%;
}*/


/*.middle .nav .homepage-icon.active {
	background: url(../img/homepage_icon_active.png) no-repeat top center /100%;
	background-position-y: 2px;
}

.middle .nav .detail-icon {
	background: url(../img/detail_icon.png) no-repeat top center /100% 100%;
}

.middle .nav .detail-icon.active {
	background: url(../img/detail_icon_active.png) no-repeat top center /100%;
}

.middle .nav .works-icon {
	background: url(../img/works_icon.png) no-repeat top center /100% 100%;
}

.middle .nav .works-icon.active {
	background: url(../img/works_icon_active.png) no-repeat top center /100%;
}

.middle .nav .reward-icon {
	background: url(../img/reward_icon.png) no-repeat top center /100% 100%;
}

.middle .nav .reward-icon.active {
	background: url(../img/reward_icon_active.png) no-repeat top center /100%;
}*/

.middle .zt_lc {
	clear: both;
	box-sizing: border-box;
	width: 1200px;
	height: 329px;
	margin: 0 auto;
	/*background: url(../img/zt_lc_bg.png) no-repeat top center /100% 100%;*/
	padding-top: 35px;
	padding-left: 55px;
}

.middle .zt_lc .ewm-bg {
	display: block;
	float: left;
	width: 217px;
	height: 274px;
	background: url(../img/ewm_bg.png) no-repeat top center /100% 100%;
	color: #fff;
	font-size: 18px;
}

.middle .zt_lc .zt_lc_info {
	float: left;
	width: 902px;
	height: 221px;
	color: #422914;
	background: url(../img/qrtext.png) no-repeat center 0 /100% 100%;
	box-sizing: border-box;
	margin-left: 10px;
	padding-top: 15px;
	padding-left: 30px;
	font-size: 16px;
	margin-top: 15px;
}

.middle .signup {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.middle .signup .signup-title {
	display: block;
	width: 264px;
	height: 49px;
	background: url(../img/signup_title.png) no-repeat top center /100% 100%;
	margin: 35px auto 20px;
}

.subtype {
	width: 1190px;
	height: 792px;
	background: url(../img/subtype.png) no-repeat left 0;
	margin: 0 auto 0;
}

.subtype button {
	width: 592px;
	height: 72px;
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
}

.subtype .btn-submit {
	display: block;
	outline: none;
	border: none;
	margin: 610px auto 0;
	width: 257px;
	height: 54px;
	background: url(../img/submit.png) no-repeat top center /100% 100%;
}

.middle .signup .creat-sign {
	float: left;
}

.middle .signup .creat-sign .creat-sign-title {
	display: block;
	width: 154px;
	height: 51px;
	background: url(../img/creat_sign_title.png) no-repeat top center /100% 100%;
	margin-left: 109px;
}

.middle .signup .creat-sign .creat-sign-cont,
.middle .signup .cover-sign .cover-sign-cont {
	display: block;
	width: 380px;
	height: 200px;
	border: 1px solid #fff;
}

.middle .signup .cover-sign {
	float: right;
}

.middle .signup .cover-sign .cover-sign-title {
	display: block;
	width: 191px;
	height: 51px;
	background: url(../img/cover_sign_title.png) no-repeat top center /100% 100%;
	margin-left: 93px;
}

.tit1 {
	width: 632px;
	height: 106px;
	background: url(../img/tit1.png) no-repeat center 0 / 100% 100%;
	margin: 80px auto 0;
}

.musicul {
	width: 1050px;
	margin: 35px auto 0;
}

.musicul::after {
	content: '';
	display: block;
	clear: both;
}

.musicul li {
	float: left;
	width: 463px;
	height: 41px;
	border: #9f9589 solid 1px;
	background: rgba(28, 42, 110, .8);
	margin: 10px 30px;
	color: #d5b92a;
	font-size: 18px;
}

.musname {
	display: inline-block;
	overflow: hidden;
}

.musname::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 18px;
	background: url(../img/micicon.png) no-repeat center 0/100% 100%;
	margin: 8px 18px 0 14px;
}

.dw1,
.dw2,
.dw3 {
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}

.dw1 {
	margin: 0 0 0 180px;
}

.dw2 {
	margin: 0 0 0 0;
}

.dw1::after,
.dw2::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url(../img/handset.png) no-repeat center 0/100% 100%;
	margin: 0px 12px 0 12px;
}

.dw2::before {
	content: '|';
	margin: 0 10px 0 0px;
}

.tit2 {
	width: 632px;
	height: 20px;
	background: url(../img/tit2.png) no-repeat center 0/100% 100%;
	margin: 60px auto 0;
}
.dw3{
	    margin: 0 0 0 170px;
}
.dw3::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 18px;
	background: url(../img/dwicon.png) no-repeat center 0/100% 100%;
	margin: 0px 12px 0 12px;
}

.middle .logo {
	width: 748px;
	height: 170px;
	background: url(../img/logo.png) no-repeat top center /100% 100%;
	margin: 80px auto 0;
}

.signup-tc{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
}
.signup-tc .signup-tc-yp{
	display: block;
	width: 257px;
	height: 54px;
	background: url(../img/signup_yp.png) no-repeat top center /100% 100%;
	margin: 300px auto 50px;
}
.signup-tc .signup-tc-sp{
	display: block;
	width: 257px;
	height: 54px;
	background: url(../img/signup_sp.png) no-repeat top center /100% 100%;
	margin: 0 auto;
}
.signup-tc .signup-tc-char{
	display: block;
	width: 295px;
	height: 476px;
	background: url(../img/signup_char.png) no-repeat top center /100% 100%;
	margin: 0 auto;
	position: relative;
	top:-500px;
	left: 280px;
}
/*页脚*/

.gotop {
	display: block;
	width: 41px;
	height: 41px;
	background: url(../img/gotop.png) no-repeat top center /100% 100%;
	margin: 180px auto 0;
	outline: none;
	border: none;
	cursor: pointer;
}


/*作品提交页中间内容*/
.middle .wm-info{
	border: 2px solid #454f50;
	border-radius: 5px;
	width: 600px;
	margin: 100px auto;
}
.middle .works-info,
.middle .me-info {
	font-size: 17px;
	color: #422914;
}

.middle .works-info .works-info-title {
	display: block;
	width: 118px;
	height: 28px;
	background: url(../img/works_info.png) no-repeat top center /100% 100%;
	margin: 10px auto 0;
}

.middle .works-info .works-info-cont {
	width: 591px;
	height: 354px;
	background: url(../img/works_info_bg.png) no-repeat top center /100% 100%;
	box-sizing: border-box;
	margin: 10px auto 0;
	padding: 40px 80px 40px 80px;
}
.rule-one{
	width: 1110px;
	height: 2780px;
	background: url(../img/rule-one.png?2) no-repeat top center /100% 100%;
	margin: 125px auto 0;
}
.rule-two{
	width: 1070px;
	height: 1866px;
	background: url(../img/rule-two.png) no-repeat top center /100% 100%;
	margin: 125px auto 0;
	overflow: hidden;
}
.video-box{
	width: 400px;
	height: 225px;
	margin: 0 auto 0;
}
.video-box video{
	width: 100%;
	height: 100%;
}
.middle .works-info .works-info-cont .works-info-tips {
	float: left;
}

.middle .works-info .works-info-cont .works-info-tips li {
	margin-bottom: 30px;
}

.middle .works-info .works-info-cont .works-info-input {
	float: right;
}

.middle .works-info .works-info-cont .works-info-input li {
	margin-bottom: 28px;
	position: relative;
}

.middle .works-info .works-info-cont .works-info-input button {
	display: block;
	width: 350px;
	background: #fff;
	outline: none;
	border: none;
}

.middle .works-info .works-info-cont .works-info-input input[type="radio"] {
	width: 20px;
	position: relative;
	opacity: 0;
	z-index: 3;
}

.middle .works-info .works-info-cont .works-info-input label {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 2px;
	z-index: 2;
	/*background-color: #fff;*/
	position: relative;
	left: -26px;
}

.middle .works-info .works-info-cont .works-info-input input[type="radio"]:checked+label {
	background: url(../img/gou.png) no-repeat top center /100% 100%;
}

.middle .works-info .works-info-cont .works-info-input span {
	display: inline-block;
	position: relative;
	left: -20px;
}

.middle .works-info .works-info-cont .works-info-input textarea {
	width: 350px;
	height: 100px;
}

.middle .me-info .me-info-title {
	display: block;
	width: 118px;
	height: 28px;
	background: url(../img/me_info.png) no-repeat top center /100% 100%;
	margin: 10px auto 0;
}

.middle .me-info .me-info-cont {
	width: 591px;
	height: 444px;
	background: url(../img/me_info_bg.png) no-repeat top center /100% 100%;
	margin: 10px auto 0;
	box-sizing: border-box;
	padding: 40px 90px 40px 80px;
}

.middle .me-info .me-info-cont .me-info-tips {
	float: left;
}

.middle .me-info .me-info-cont .me-info-tips li {
	margin-bottom: 20px;
	text-align: right;
}

.middle .me-info .me-info-cont .me-info-input {
	float: right;
}

.middle .me-info .me-info-cont .me-info-input li input {
	width: 325px;
	height: 20px;
	margin-bottom: 19px;
}

.middle .me-info .me-info-cont span {
	display: block;
	clear: both;
}

.middle .btn-area {
	width: 454px;
	margin: 40px auto 0;
}

.middle .btn-area a {
	float: left;
	display: block;
	width: 202px;
	height: 58px;
	background: url(../img/back.png) no-repeat top center /100% 100%;
}

.middle .btn-area .submit {
	float: left;
	width: 202px;
	height: 58px;
	margin-left: 50px;
	background: url(../img/submit.png) no-repeat top center /100% 100%;
	outline: none;
	border: none;
	/*filter: contrast(50%) brightness(50%);*/
}


/*number输入框*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}


/*popUP*/

.popup {
	display: none;
	padding: 50px 50px;
	background: #fce8f1;
	border: 1px solid #f1c25d;
	color: #543b27;
	font-size: 17px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.soon{
	width: 537px;
	height: 467px;
	background: url(../img/soon.png) no-repeat center 0/100% 100%;
	margin: 150px auto 0;
}
