@charset "utf-8";
.box{
	position: relative;
	background-color: #041135;
	width: 100%;
	height: 100%;
}
.box_left{
	padding-right: 760px;
}
.box_left_content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 780px;
	margin: auto;
}
.box_left_content img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	width: 630px;
}

.box_right{
	position: absolute;
	right: 0;
	top: 0;
	width: 760px;
	height: 100%;
	background-color: #fff;
}
.content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 376px;
	height: 366px;
}
.content img{
	margin-bottom: 30px;
	display: block;
}
.content p{
	width: 100%;
	line-height: 43px;
	padding-top: 14px;
	padding-left: 44px;
	position: relative;
	font-size: 16px;
	border-bottom: 2px solid #F4F4F4;
}
.content p span{
	position: absolute;
	left: 0;
	font-size: 20px;
	color: #999;
}
.content p input{
	width: 100%;
}

.content p:nth-child(1) input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
.content p:nth-child(1) input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
.content p:nth-child(1) input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
.content p:nth-child(1) input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}

.content p:nth-child(2) input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
.content p:nth-child(2) input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
.content p:nth-child(2) input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
.content p:nth-child(2) input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}

.content p:nth-child(3){
	border: none;
	margin-top: 50px;
	padding: 0;
}
.content p:nth-child(3) input{
	width: 100%;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #5498E9;
}
.content p:nth-child(4){
	border: none;
	margin-top: 21px;
	padding: 0;
	line-height: 16px;
	overflow: hidden;
}
.content p:nth-child(4) b{
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
.content p:nth-child(4) a{
	color: #5299e9;
}
.content p:nth-child(4) a:last-child{
	float: right;
}


@media (max-width: 1440px) {
	.box_left_content img{
		width: 100%;
	}
} 

@media (max-width: 624px){
	.box_left{
		display: none;
	}
	.box_right{
		width: 100%;
	}
	.box_right .content{
		padding: 0 15px;
		width: 100%;
	}
	.box_right .content form p{
		font-size: 14px;
	}
	.box_right .content form b{
		font-size: 14px;
	}
	.box_right .content p:nth-child(3) input{
		line-height: 45px;
	}
	.box_right .content p:nth-child(3){
		margin-top: 35px;
	}
	.box_right .content p{
		padding-top: 0;
	}
} /*<=624的设备*/
