.index .service {
	width: 1075px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 81px;
}

.index .service .tit {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: rgb(0, 0, 0);
	margin-bottom: 50px;
}

.index .service .tit i {
	width: 249px;
	height: 3px;
	background-color: rgb(229, 229, 229);
	margin: 0 24px;
}

.index .service>p {
	font-size: 28px;
	color: rgb(0, 0, 0);
	text-align: center;
	line-height: 48px;
}

.index .service .list {
	display: flex;
	justify-content: center;
	margin-top: 105px;
}

.index .service .list .item {
	width: 243px;
	height: 167px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.index .service .list .item>p {
	width: 100%;
	height: 30px;
	font-size: 30px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 4px solid rgb(229, 229, 229);
}

.index .multiple {
	width: 100%;
	height: 1088px;
	margin: 0 auto;
	background-color: rgb(247, 247, 247);
}

.index .multiple>div {
	width: 1200px;
	margin: 0 auto;
}

.index .multiple>div h5 {
	font-size: 40px;
	color: rgb(0, 0, 0);
	text-align: center;
	padding-top: 90px;
	padding-bottom: 60px;
}

.index .multiple>div img {
	width: 100%;
}

.index .tab {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 98px;
	margin-bottom: 70px;
}

.index .tab>div {
	width: 294px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.index .tab>div>p {
	font-size: 28px;
	color: rgb(255, 255, 255);
}

.index .tab>div span {
	width: 242px;
	font-size: 22px;
	color: rgb(255, 255, 255);
}

.index .tab>div:nth-child(1) {
	background: url(../img/index/18@2x.png) no-repeat center;
}

.index .tab>div:nth-child(2) {
	background: url(../img/index/19@2x.png) no-repeat center;
}

.index .tab>div:nth-child(3) {
	background: url(../img/index/20@2x.png) no-repeat center;
}

.index .tab>div:nth-child(4) {
	background: url(../img/index/21@2x.png) no-repeat center;
}

.index .tab>div:hover>p {
	display: none;
}

.index .tab>div:hover .mask1 {
	display: flex;

}

.index .tab .mask1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(189, 0, 10, 0.8);
	display: none;
	align-items: center;
	justify-content: center;
	transition: 1s;

}

.index .tab .mask1 span {
	transform: rotateY(180deg);
	opacity: 0;
}

.index .tab .mask1:hover {
	transform: rotateY(180deg);
}

.index .tab .mask1:hover span {
	opacity: 1;
	transition: opacity 1s;
}

.index .look img {
	width: 1105px;
	display: block;
	margin: 0 auto;
	margin-bottom: 91px;
}

.index .renovation {
	width: 100%;
	height: 615px;
	background: url(../img/index/32@2x.png) no-repeat center;
	cursor: pointer;
}

.index .school {
	width: 100%;
	height: 515px;
	background: url(../img/index/33@2x.png) no-repeat center;
	cursor: pointer;
}

.index .banner .btn>img {
	width: 220px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -110px;
	bottom: 90px;
	z-index: 9;
	cursor: pointer;
}

.index .settleIn {
	width: 1048px;
	height: 85%;
	position: fixed;
	z-index: 99;
	top: 10%;
	left: 50%;
	margin-left: -524px;
}

.index .settleIn .mask1 {
	width: 100%;
	height: 100px;
	background-color: white;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 40px;
}

.index .settleIn>div:nth-child(2) {
	width: 1048px;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 40px;
	overflow-y: scroll;
}

.index .settleIn>div::-webkit-scrollbar {
	width: 0em;
}

.index .settleIn>div::-webkit-scrollbar:horizontal {
	height: 0em;
}

.index .settleIn .icon {
	width: 180px;
	height: 180px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: -80px;
	z-index: 99;
}

.index .settleIn>div>h5 {
	font-size: 30px;
	color: rgb(0, 0, 0);
	text-align: center;
	margin-top: 100px;
}

.index .settleIn>div>p {
	width: 887px;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.index .settleIn>div>a {
	font-size: 18px;
	color: rgb(255, 82, 107);
	margin-left: 79px;
}

.index .mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	overflow: hidden;
}

.index .settleIn .form {
	margin-left: 79px;
}

.index .settleIn .form label {
	width: 110px;
	font-size: 18px;
}

.index .settleIn .form .input {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.index .settleIn .form .input input {
	width: 345px;
	height: 50px;
	border-radius: 10px;
	border: solid 2px rgba(238, 238, 238, 1);
	font-size: 24px;
	padding: 0 30px;
}

.index .settleIn .form .label {
	margin-top: 30px;
	display: flex;
}

.index .settleIn .form .label label {
	height: 53px;
	display: flex;
	align-items: center;
}

.index .settleIn .form .label .list {
	width: 580px;
	display: flex;
	flex-wrap: wrap;
}

.index .settleIn .form .label .list>div {
	width: 150px;
	height: 48px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	border: solid 2px rgba(255, 94, 107, 1);
	margin-right: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: rgb(255, 94, 107);
	margin-bottom: 29px;
	cursor: pointer;
}

.index .settleIn .form .label .list>div.cur {
	color: rgb(255, 255, 255);
	background-color: rgba(255, 94, 107, 1);
}

.index .settleIn .btn {
	width: 200px;
	height: 50px;
	background-image: linear-gradient(0deg,
		rgba(255, 75, 107, 1) 0%,
		rgba(255, 138, 106, 1) 100%),
		linear-gradient(rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 1));
	background-blend-mode: normal,
		normal;
	border-radius: 40px;
	font-size: 24px;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 0px;
	/* margin-bottom: 73px; */
	cursor: pointer;
}
