* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	height: 100%;
	overflow-x: hidden;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
.a-block {
	display: block;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 997;
	width: 100%;
	background: linear-gradient( 67deg, rgba(188, 54, 174, 1) 0, rgba(188, 54, 174, 0.996078) 0, rgba(146, 7, 131, 1) 100%, rgba(146, 7, 131, 1) 100% );
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
}
.header-wrapper {
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
.left-box, .right-box {
    display: flex;
    flex: 1;
    align-items: center;
}
.left-box {
	justify-content: flex-start;
}
.left-box .logo {
	width: 180px;
	overflow: hidden;
}
.left-box .logo img {
	width: 100%;
	vertical-align: middle;
}
.right-box {
	justify-content: flex-end;
}
.right-box .first-button {
	width: 120px;
	line-height: 40px;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 50px;
	transition: all .3s ease;
}
.right-box .first-button:hover {
	
}
.right-box .first-button span {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.main {
	width: 100%;
	height: 100%;
	background-color: #77006a;
}
.main-wrapper {
	display: flex;
    width: 100%;
    height: inherit;
    justify-content: center;
    align-items: center;
    background-image: url(../image/main-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-container {
	display: flex;
    width: 860px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.left-main-box, .right-main-box {
    display: flex;
    flex: 1;
    align-items: center;
}
.left-main-box {
	padding-top: 420px;
    background-image: url(../image/left-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.left-main-box .title {
	width: 100%;
	line-height: 160px;
	color: #e21c19;
    font-size: 150px;
    font-family: Impact;
}
.left-main-box .text {
	width: 100%;
	line-height: 40px;
	color: #000;
    font-size: 30px;
    font-family: SourceHanSansCNVF-Regular;
}
.right-main-box {
	justify-content: center;
}
.right-main-box .form-container {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0 50px;
}
.right-main-box .form-container .form-title {
    width: 100%;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #920783;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 5px;
}
.right-main-box .form-container .form-text {
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
    color: #808080;
    font-size: 14px;
    font-family: Arial-BoldMT;
    font-weight: 600;
    text-align: center;
}
.right-main-box .form-container .form-element {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.right-main-box .form-container .form-element label {
	width: 100%;
    color: #999;
    line-height: 36px;
    text-align: left;
    font-size: 20px;
}
.right-main-box .form-container .form-element .form-field {
	border: none;
    border-bottom: solid 3px #b313a2;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.name {
	background-image: url("../images/icon-1.png");
}
.number {
	background-image: url("../images/icon-2.png");
}
.right-main-box .form-container .form-element.last {
	margin-bottom: 50px;
}
.right-main-box .form-container .form-submit {
	width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient( 67deg, rgba(188, 54, 174, 1) 0, rgba(188, 54, 174, 0.996078) 0, rgba(146, 7, 131, 1) 100%, rgba(146, 7, 131, 1) 100% );
    transition: all .3s ease;
}
.right-main-box .form-container .form-submit:hover {
	
}
button {
	cursor: pointer;
}
.right-main-box .form-container .form-submit .form-button {
	width: 100%;
    height: 100%;
    border: none;
    background: none;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.footer {
	position: fixed;
	bottom: 20px;
	left: 0;
	z-index: 999;
	width: 100%;
}
.footer-wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}
.footer-wrapper p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.form {
	
}
table {
	border-color: #8c8c8c;
}
td {
	width: 20%;
	height: 50px;
	font-size: 18px;
    font-weight: 600;
    font-family: Arial-BoldMT;
    padding: 10px 5px;
}
td.db {
	height: 100px;
}
td.fix {
	background-color: #fcf1e1;
}
.form-wrapper {
	position: relative;
}
.center-box {
	width: 90%;
	min-width: 1200px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.center-box h1 {
	width: 100%;
	line-height: 85px;
	font-size: 36px;
    color: #fff;
    text-align: center;
    background-color: #e3b775;
    letter-spacing: 8px;
}
.form-table {
	width: 100%;
	padding: 20px 60px;
}
.form-image {
	display: block;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.center-image {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    width: 300px;
    opacity: .2;
    overflow: hidden;
}
.center-image img {
	width: 100%;
	vertical-align: middle;
}
.form-last-img {
	padding: 0;
    background: #fcf1e1;
}
.form-last-img img {
	width: 60%;
	vertical-align: middle;
}
.m-table {
    display: none;
    table-layout: fixed;
}
@media screen and (max-width: 768px) {
    .main-container {
	    flex-direction: column;
	    width: 85%;
    }
    .left-main-box {
    	padding-top: 200px;
    	background-position: center;
    }
    .right-main-box .form-container {
    	padding: 20px 40px;
    }
    .right-main-box .form-container .form-title {
    	margin-bottom: 10px;
	    font-size: 22px;
    }
    .right-main-box .form-container .form-element {
    	margin-bottom: 20px;
    }
    .right-main-box .form-container .form-element label {
    	font-size: 18px;
	    line-height: 30px;
    }
    .right-main-box .form-container .form-element .form-field {
    	height: 30px;
	    line-height: 30px;
    }
    .right-main-box .form-container .form-element.last {
    	margin-bottom: 20px;
    }
    .right-main-box .form-container .form-submit {
	    height: 35px;
	    line-height: 35px;
    }
    .right-main-box .form-container .form-submit .form-button {
    	font-size: 18px;
    }
    .footer-wrapper p {
    	font-size: 12px;
    }
    .center-box h1 {
    	line-height: 50px;
	    font-size: 22px;
	    letter-spacing: 5px;
    }
    .pc-table {
    	display: none;
    }
    .m-table {
    	display: table;
    }
    .center-box {
	    min-width: 0;
	}
    .form-table {
	    padding: 30px 20px;
    }
    td {
    	width: 50%;
    	height: 35px;
    	font-size: 14px;
    	padding: 5px;
    	overflow: scroll;
    }
    .form-image{
    	padding-top: 50%;
    }
    .form {
	    padding: 120px 0 50px;
	}
	.footer {
    	display: none;
    }
}