.p-1-1 {
	width: 100%;
	position: relative;
	top: -380px;
	text-align: center;
	font-size: 100px;
	color: white;
	font-weight: bold;
}

.p-1-2 {
	width: 100%;
	text-align: center;
	color: #C89D25;
	font-size: 30px;
	position: relative;
	top: -80px;
}

.p-1-3 {
	width: 100%;
	text-align: center;
	color: black;
	font-size: 35px;
	font-weight: bold;
	position: relative;
	top: -70px;
}

.p-2-1 {
	width: 100%;
	font-size: 80px;
	color: black;
	text-align: center;
	font-weight: bold;
}

.p-2-2 {
	width: 100%;
	font-size: 60px;
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 30px;
}

.three-percent {
	width: 33%;
	display: inline-block;
	padding: 30px;
}
.p-2-3{
	width: 100%;
	font-size: 40px;
	color: black;
	text-align: center;
	font-weight: bold;
	position: relative;
	top: -320px;
}
.p-2-4{
	width: 100%;
	font-size: 28px;
	color: black;
	text-align: center;
	position: relative;
	top: -320px;
}


#a06{
	width: 100%;
	background:url(./6.png)no-repeat center;
	background-size: 100% 100%;
	height: 1015px;
}
.p-input-1{
	width: 100%;
	height: 100%;
	display: flex;
    /* align-items: center; */
    justify-content: space-between;
	flex-direction: column;
	/* background-size: cover; */
	/* position: relative; */
	/* height: 1015px; */
}

.imageBox{
	display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 70%;
    height: 20%;
    padding-left: 8%;
    background: url(./6-1.png)no-repeat center;
    background-size: 100% auto;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-top: 5%;
}
.connectBox{
	display: flex;
    width: 70%;
    align-items: center;
    font-size: 32px;
    color: #fff;
    justify-content: flex-end;
    font-weight: bold;
}
.connectBox > img{
	width: 20%;
	margin-top: -6%;
}
.connectBox > div{
	margin-left: -2%;
}
.connectBox .line{
	position: relative;
	width: 100%;
	height: 4px;
	background-color: rgb(213, 209, 209);
}
.connectBox .cont{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 10%;
	background-color: #fff;
}
.p-input{
	display: flex;
    align-items: flex-end;
    justify-content: center;
	width: 100%;
	    /* width: 80%; */
    /* float: right; */
    color: #cdb677;
    /* margin-top: 740px; */
    /* margin-right: auto; */
    text-align: right;
    /* transform: translate(-50%,-5%); */
    margin-bottom: 2%;
}

.p-input form{
	width: 60%;
}

.p-input form .form-group{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.p-input form .form-group > div{
	width: 48%;
}
.p-input form .last{
	padding: 0 8px;
	margin-bottom: 20px;
}