body {
    background: #F6F6F9;
}
.main {
    width: 1204px;
    overflow: hidden;
    margin: 0 auto;
    background: #F6F6F9;
}
.nav {
    position: relative;
    height: 80px;
    width: 100%;
    padding-left: 21px;
    line-height: 80px;
    /*background-color: #E1E1E6;*/
}
.nav img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 0;
}
.nav .nav_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: PingFang SC;
    color: #2C2C2C;
}
/*中间部分*/
.content {
    width: 100%;
    padding-top:40px;
	padding-left: 40px;
    padding-bottom: 300px;
    border-top: 2px solid #0062BE;
    background: #FFFFFF;
    margin-bottom: 39px;
}
.content-left{
	width: 714px;
	float: left;
}
.content-right{
	float: right;
	margin-right: 58px;
	position: relative;
}
.content-right::before{
	content: '';
	width: 1px;
	height: 363px;
	background: #E1E1E6;
	position: absolute;
	left: -90px;
	top: 0px;
}
.content>p{
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding-top: 60px;
}
.content>p span{
	color: #0062BE;
	text-decoration: underline;
}
.title{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	position: relative;
}
.title::after{
	content: '';
	width: 58px;
	height: 3px;
	background-color: #0062BE;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.tip{
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #1E1E1E;
	margin-top: 45px;
	margin-bottom: 40px;
}
.ipt-left{
	float: left;
	width: 300px;
}
.ipt-right{
	float: right;
	margin-right: 46px;
}
.ipt-right img{
	width: 280px;
	height: 146px;
}
.ipt-right p{
	width: 280px;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	color: #B4B4B4;
	margin-top: 16px;
}
.content input{
	width: 300px;
	height: 50px;
	background: #F6F6F9;
	border-radius: 4px;
	border: none;
	padding-left: 10px;
	margin-bottom: 20px;
}
button{
	display: block;
	width: 300px;
	height: 50px;
	background: #0062BE;
	border-radius: 4px;
	color: #ffffff;
	border: none;
}