
body {
	background-color: #f9f9f9 !important;
}
.box-tab {
	width: 1684px;
	height: 114px;
	margin: 0 auto 40px auto;
}
.box-tab ul {
	display: flex;
	justify-content: center;
	height: 100%;
}
.box-tab ul li {
	width: 120px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #595858;
	position: relative;
}
.box-tab ul li.active::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #83cbc5;
}

.box-cinfo {
	width: 1684px;
	height: 198px;
	margin: 0 auto 60px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-cinfo .one {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.box-cinfo .l,
.box-cinfo .r {
	width: 700px;
}
.box-cinfo .l .ico {
	width: 57px;
	height: 50px;
}
.box-cinfo .l .r1 {
	font-size: 46px;
	line-height: 64px;
	color: #666;
}
.box-cinfo .l .r2,
.box-cinfo .c .r2,
.box-cinfo .r .r2 {
	font-size: 24px;
	line-height: 34px;
	color: #999;
}
.box-cinfo .c {
	flex: 1;
}
.box-cinfo .c .ico {
	width: 47px;
	height: 60px;
}
.box-cinfo .c .r1 {
	font-size: 26px;
	line-height: 30px;
	color: #666;
	text-align: center;
}
.box-cinfo .r .ico {
	width: 57px;
	height: 50px;
}
.box-cinfo .r .r1 {
	font-size: 26px;
	line-height: 30px;
	color: #666;
}

.guestbook {
	width: 1684px;
	height: 850px;
	box-sizing: border-box;
	padding: 25px 25px 25px 57px;
	margin: 0 auto 60px auto;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 5px;
}
.guestbook .r {
	width: 800px;
	height: 800px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 10px;
}

.guestbook .l .txt {
	font-size: 24px;
	line-height: 32px;
	color: #666;
}

.w-700 {
	/* width: 700px; */
	width: 350px;
}
.w-350 {
	width: 350px;
}
.h-110 {
	height: 110px;
}
.box-form {
	padding-top: 18px;
	zoom: 2;
}
.box-form .btn {
	width: 350px;
	height: 30px;
	background-color: #83cbc5;
	padding: 0;
	border: 0;
}
