/*reg*/
.kuang {
    width: 220px;
    margin: 0 auto;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../imgs/kuang.png) no-repeat;
    background-size: 100% 100%;
}
.kuang1{
	padding: 35px 100px;
}
.kuang img {
	width: 200px;
}
.kuang h2 {
	font-size: 26px;
    color: #fff;
    margin-left: 20px;
    letter-spacing: 2px;
}
.wrap1{
	background: url(../imgs/else1/bg01.png) no-repeat center;
	background-size: cover;
	height: 1080px;
	position: relative;
}

.wrap1 .safewidth {
	width: 100%;
}
.reg #form {
	width: 100%;
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	 .kuang {
        width: 100%;
        padding: 0;
	}
	.kuang>img{
		width: 150px;
		height: auto;
	}
	.kuang h2{
		width: 100%;
		height: auto;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 120px;
		margin:0;
	}
	.wrap1 {
		padding-top: 10px;
	}
	.wrap1:before {
		background: url(../imgs/index3m.png) no-repeat center;
		background-size: cover;
	}
	.wrap1 .safewidth {
		padding: 0 15px;
	}
}