﻿.section{
    height: 50rem;
    background: url(../../images/form/section-bg.png) no-repeat center bottom #f4f4f4;
    background-size: 100%;
    margin-top: 5.5rem;
    box-sizing: border-box;
    padding: 3.3rem 0 3rem 0;
}
.top-content{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 18rem;
}
.top-content .left-box{
    width: 30rem;
    height: 20.25rem;
    background: #32cb85;
    border-radius: 1rem;
    overflow: hidden;
}
.left-box .l-title{
    color: #fff;
    margin-top: 2.2rem;
    margin-bottom: 2rem;
}
.left-box .l-title p{
    font-size: 1.65rem;
    margin-bottom: 0.7rem;
    font-weight: bold;
}
.left-box .l-title text{
    font-size: 1rem;
}
.left-box .l-images{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0 3.4rem;
}
.left-box .l-images a{
    width: 6.9rem;
    height: 4.15rem;
    margin: 0 0.4rem 0.4rem 0;
}
.left-box .l-images img{
    width: 100%;
    height: 100%;
}
.left-box .l-images a:nth-child(3n){
    margin-right: 0;
}
.top-content .right-box{
    width: 32.6rem;
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 3px 3px 10px 0px rgba(155,155,155,0.36); 
    margin-left: -2.5rem;
    text-align: center;
    padding: 2rem 3.75rem 3.2rem 3.75rem;
    box-sizing: border-box;
}
.right-box .r-title{
    color: #666666;
    margin-bottom: 2.5rem;
}
.right-box .r-title p{
    font-size: 1.65rem;
    margin-bottom: 0.7rem;
    font-weight: bold;
}
.right-box .r-title text{
    font-size: 1rem;
}
.section-flex-form{
	font-size: 1rem;
	color: #434245;
    text-align: center;
}
.section-flex-form .section-form-part{
	padding: 0 0.5rem 0 1.1rem;
	border: 1px solid #707070;
	border-radius: 5px;
	margin-bottom: 1rem;
	text-align: left;
	display: flex;
	align-items: center;
}
.section-flex-form .section-form-part label{
    min-width:4.5rem;
    width:4.5rem;
}
.section-flex-form .section-form-part img{
    cursor: pointer;
}
.section-flex-form .section-form-part.active{
    background: #f8fffd;
    border: 1px solid #04c18c;
}
.section-flex-form .section-form-part .section-form-input{
	padding: 0;
	height: 2.5rem;
	font-size: 1rem;
	width: 20rem;
}
.section-flex-form .section-form-part text{
	font-size: 0.8rem;
	color: red;
}
.section-flex-form .section-button{
	font-size: 1.2rem;
	padding: 0.5rem 3.3rem;
	background: #04c18c;
	border-radius: 1.3rem;
	color: #FFFFFF;
	margin-top: 1rem;
	cursor: pointer;
}
input::-webkit-input-placeholder{
    font-size: 1rem;
}
.bottom-content{
    margin-top: 3.25rem;
    padding: 0 18rem;
}
.bottom-content .b-title{
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
}
.b-title span{
    width: 0.3rem;
    height: 1.5rem;
    background: #04c18c;
    border-radius: 3px;
    margin-right: 0.5rem;
}
.b-title text{
    font-size: 1.25rem;
    color: #333333;
    letter-spacing: 1.5px;
}
.bottom-content img{
    width: 60rem;
    height: 13.2rem;
}