body{
	background:#fff;
}
/*content部分*/
.content-list{
	width:100%;
	height:auto;
}
.content-top{
	width:100%;
	height: 48px;
	background: #1E306E;
}
.content-top .content-top-content{
	width:1200px;
	height: 48px;
	margin:0 auto;
	font-weight: bold;
	font-size: 20px;
	line-height: 48px;
	color: #fff;
}

.content-bottom{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.form-club-content{
	width:100%;
	height: auto;
	padding:48px 0;
	border-bottom: 1px solid #E0E0E0;
}
.form-club{
	width:400px;
	height: auto;
	margin:0 auto;
}
.form-club-tip{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 16px;
}
.order-placeholder{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 8px;
}
.order-number{
	width:400px;
	height: 40px;
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 12px;
	font-size: 14px;
	color: #333333;
}
.email-placeholder{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 8px;
	margin-top: 16px;
}
.email{
	width:400px;
	height: 40px;
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 12px;
	font-size: 14px;
	color: #333333;
}
.empty-tip{
	display: none;
    font-size: 12px;
    font-weight: 400;
    color: rgba(240,72,72,1);
    margin-top:5px;
}
.error-tip{
	display: none;
    font-size: 12px;
    font-weight: 400;
    color: rgba(240,72,72,1);
    margin-top:5px;
}
.return-tip{
	display: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(240,72,72,1);
    margin-top:5px;
}
.form-club-note{
	font-size: 12px;
	line-height: 17px;
	color: #999999;
	margin-top: 24px;
}
.warranty-status-button{
	width: 240px;
	height: 48px;
	border-radius: 4px;
	margin:30px auto;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	line-height: 48px;
	background: linear-gradient(to left, rgb(2, 59, 140), rgb(230, 59, 87));
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.warranty-status-button:hover{
	/* background-image: url(../images/btn_bg2.jpg); */
  background: linear-gradient(to right, rgb(2, 59, 140), rgb(230, 59, 87));
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {/* Firefox 18- */
  color: #999999;
}
::-moz-placeholder{/* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}

@media screen and (max-width: 1024px) {
	.content-top{
		margin-top: 58px;
	}
	.content-top .content-top-content{
		width: 96%;
	}
	.content-bottom{
		width: 96%;
	}
	.form-club{
		width: 100%;
	}
	.form-club-content{
		padding: 30px 0;
	}
	.email{
		width: 100%;
	}
	.order-number{
		width: 100%;
	}
}
