body {
    /*background: #fff;*/
    height: 100%;
    background: url(bj.png?20201208);
    background-size:100% 100%;
    background-attachment: fixed;
}

.wrap {
    /*margin-top: 180px;*/
    padding-top: 200px;
}
.formBg{
    /*width:730px;*/
    /*height:520px;*/
    /* background:linear-gradient(0deg,rgba(254,138,135,1),rgba(255,32,29,1 */));
    border-radius:6px;
}
/*.formBg .tit{
	width: 30%;
	font-size: 44px;
	color: #fff;
	font-weight:bold;
	position: relative;
}
.formBg .tit:before{
	width: 10%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -12%;
	transform: translateY(-50%);
}
.formBg .tit:after{
	width: 10%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -12%;
	transform: translateY(-50%);
}*/
.formBg h2{
    font-size: 30px;
    color: #c81414;
}
.formList{
    position: relative;
}
.formList input{
    padding-left: 44px;
}
.formList img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}
