@charset "utf-8";
/* CSS Document */


    .form { zoom: 1; }
    .form:after { content: ''; display: block; height: 0; clear: both; visibility: hidden; }
    .form{
        width: 100%;
		height:283px;
        margin:0px auto;
		background: url(../img/2.png) center center no-repeat;
		background-size:100% 100%;
    }
	.form1 .h1{
		color:#ef403b;
		margin:0 auto;
		text-align: center;
		line-height:1.2rem;
		font-size:0.34rem;
		}
	.form .msgInput{
		width:67%;
		height:2.3rem;
		font-size: 1rem;
		border:1px solid #999;
		border-radius:3px;
		margin:30px 16% 0%;
		padding:0px 0px 0px 5px;
		}
	.form .nameInput{
		width:67%;
		height:2.3rem;
		font-size: 1rem;
		border:1px solid #999;
		border-radius:3px;
		margin:48px 16% 0%;
		padding:0px 0px 0px 5px;
		}
	.btn-line{
		width:68%;
		height:2.3rem;
		background: linear-gradient(to top, #d24e00,#ffc666);
		font-size: 16px;
		font-weight:bold;
		color:#5e2a00;
		border-radius:3px;
		border:0;
		margin:28px 16% 1%;
		}
	.btn-line:hover{
		color: #FFFFFF;
		background: #d24e00;
		}
		
    .form1{
        width: 100%;
		height:320px;
        margin:0px auto;
		background: url(../img/26.png) center center no-repeat;
		background-size:100% 100%;
    }
	.form1 .h1{
		color:#ef403b;
		margin:0 auto;
		text-align: center;
		line-height:1.2rem;
		font-size:0.34rem;
		}
	.form1 .msgInput1{
		width:67%;
		height:2.3rem;
		font-size: 1rem;
		border:1px solid #999;
		border-radius:3px;
		margin:30px 16% 0%;
		padding:0px 0px 0px 5px;
		}
	.form1 .nameInput1{
		width:67%;
		height:2.3rem;
		font-size: 1rem;
		border:1px solid #999;
		border-radius:3px;
		margin:48px 16% 0%;
		padding:0px 0px 0px 5px;
		}
	.btn-line1{
		width:68%;
		height:2.3rem;
		background: linear-gradient(to top, #d24e00,#ffc666);
		font-size: 16px;
		font-weight:bold;
		color:#5e2a00;
		border-radius:3px;
		border:0;
		margin:28px 16% 1%;
		}
	.btn-line1:hover{
		color: #FFFFFF;
		background: #d24e00;
		}