html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    
    background: #fff;
    margin: 0px;
}
.banner {
    position: relative;
    background-position: center 100%;
    background-repeat: no-repeat;
    height: 520px;
    text-align: center;
}
.banner-title {
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin: 184px 0 32px 0;
    font-weight: 600;
}
.banner-desc {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin: 0 0 40px 0;
}
.btn-apply {
    display: inline-block;
    background: #52C018;
    box-shadow: 0 10px 10px 0 rgba(82,192,24,0.14);
    border-radius: 27px;
    font-size: 20px;
    width: 144px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #ffffff;
}
.wrapper {
    width: 100%;
}
.wrapper-content {
    width: 1020px;
    margin: 0 auto;
    /* padding: 60px 0; */
}
.flex-row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
.flex-column {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.title {
    position: relative;
    font-size: 32px;
    color: #000000;
    letter-spacing: 0;
    line-height: 48px;
    font-weight: 600;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
    margin: 0;
}
.left-last-title {
    text-align: left;
    margin: 0;
}
.left-last-title::before {
    content: '';
    background: #52C018;
    border-radius: 4px;
    width: 40px;
    height: 6px;
    position: absolute;
    left: 20px;
    bottom: -24px;
    margin-left: -20px;
}
.center::before {
    content: '';
    background: #52C018;
    border-radius: 4px;
    width: 40px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -20px;
}
.solution-list {
    margin-top: 54px;
    text-align: center;
}
.solution-item {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(15,50,81,0.06);
    border-radius: 4px;
    width: 308px;
    margin: 0 14px;
    padding: 40px 0 46px 0;
    position: relative;
}
.solution-item-desc {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
}
.solution-item-desc-first {
    margin-top: 38px;
}
.solution-item-desc-first::before {
    width: 24px;
    height: 2px;
    background: #222222;
    content: '';
    position: absolute;
    left: 50%;
    top: 176px;
    margin-left: -12px;
}
.center-block {
    text-align: center;
    margin-top: 54px;
}
.wrapper-content-left {
    display: inline-block;
	width:400px;
}
.wrapper-content-right {
    display: inline-block;
}
.wrapper-content-desc {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 40px;
}
.wrapper-content-desc > p {
    margin: 0;
}
.form-content {
    margin-top: 56px;
}
.form-item {
    width: 640px;
    margin: 0 auto;
    margin-bottom: 6px;
}
.label {
    margin-bottom: 9px;
    font-size: 16px;
    color: #1F2329;
}
.input {
    background: #FFFFFF;
    border: 1px solid #E0E5ED;
    border-radius: 2px;
    height: 46px;
    width: 598px;
    font-size: 16px;
    padding: 0 20px;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
.error-tips {
    font-size: 12px;
    color: #FF5B54;
    margin-top: 2px;
    visibility: hidden;
}
.btn-submit {
    background: #52C018;
    box-shadow: 0 10px 10px 0 rgba(82,192,24,0.14);
    border-radius: 27px;
    width: 180px;
    height: 50px;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 20px;
    color: #ffffff;
}
.btn-apply:hover {
    opacity: 0.8;
}
.btn-submit:hover {
    opacity: 0.8;
}
.btn-sms {
    width: 176px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #E0E5ED;
    border-radius: 2px;
    outline: none;
    font-size: 16px;
    color: #1F2329;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: bottom;
}
.btn-sms:disabled {
    color: #E0E5ED;
    cursor: not-allowed;
}
.toast {
    min-width: 120px;
    position: fixed;
    top: 50%;
    left:50%;
    transform: translateX(-50%);
    display: none;
    z-index: 9999;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.14);
    border-radius: 2px;
    padding: 12px 16px;
}

.toast-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.toast-text {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    color: #0F0F0F;
    letter-spacing: 0;
}
.hidden-block {
    display: none;
}
#captcha-wrapper {
    height: 400px;
    z-index: 999;
    width: 100%;
    position: fixed;
    top: 120px;
    left: 0;
    overflow: hidden;
}
.mask {
    /* position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000000;
    z-index: 1000;
    display: none; */
}
.example-item {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.example-item-info {
    border-bottom: 1px solid #E0E5ED;
}
.example-item-info.last-example {
    border: none;
}
.example-item-avatar {
    width: 134px;
    height: 134px;
    margin-right: 20px;
}
.example-item-desc {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    line-height: 30px;
    margin: 10px 0 30px 0;
}
.example-item-company {
    font-size: 30px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
}
.example-item-name {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    margin-left: 38px;
    position: relative;
}
.example-item-name::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #000000;
    bottom: 4px;
    left: calc(100% + 9px);
}
.example-item-position {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    margin-left: 17px;
}
.wrapper-padding{
	padding: 36px 0 32px 0;
}
.wrapper-bg{
	background: #F2F5FA;
}
.flex-row{
	align-items: center;
}

.second-title {
	text-align: center;
	color: #686D71;
	max-width: 836px;
	margin: 0 auto;
	margin-top: 36px;
}

.left1{
	margin-left: 20px;
}
.rightpadd1{
	padding: 44px 0 26px 0;
}
.rightpadd2{
	padding: 24px 0 34px 0;
}
.left2{
	margin-left: 186px;
}
.left3{
	margin-right: 20px;
}
.rightpadd3{
	padding: 45px 0 37px 0;
}

@media screen and (max-width: 768px){
	.title {
		position: relative;
		font-size: 16px;
		color: #000000;
		letter-spacing: 0;
		line-height: 48px;
		font-weight: 600;
	}

	.wrapper-content {
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.center-block img{
		width:98%;
	}
	.flex-row {
		display:block;
		flex-direction: row;
	}
	.wrapper-content-left {
		display:block;
		width: 80%;
		margin:0 auto;
		text-align:center;
	}
	.left-last-title {
		text-align: center;
		margin: 0 auto;
	}
	.left{
		text-align: center;
		margin: 0 auto;
	}
	.wrapper-content-right {
		display: block;
		padding: 14px 0 16px 0;
		margin: 0 auto;
		width:80%;
	}
	.wrapper-content-right img{
		width:98%;
	}
	
	.left-last-title::before {
		content: '';
		background: #52C018;
		border-radius: 4px;
		width: 40px;
		height: 6px;
		position: absolute;
		left: 50%;
		bottom: -24px;
		margin-left: -20px;
	}
	

}