
body {
	background-color: #f9f9f9 !important;
}
.top-title {
	width: 1684px;
	height: 210px;
	margin: 40px auto;
	background-color: #e9e9e9;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
}
.top-title .l {
	flex: 1;
}
.top-title .r {
	flex-shrink: 0;
	width: 300px;
	font-size: 30px;
	color: #83cbc5;
	padding-top: 134px;
	display: flex;
	justify-content: flex-end;
}
.top-title .r1 {
	padding-top: 14px;
	line-height: 42px;
	margin-bottom: 30px;
	font-size: 30px;
	color: #333;
}
.top-title .r2,
.top-title .r3 {
	line-height: 34px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #333;
}

.box-info {
	width: 1684px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.box-info .l {
	width: 832px;
	height: 832px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}
.box-info .l .cover {
	width: 832px;
	height: 832px;
	overflow: hidden;
	border-radius: 5px;
	cursor: zoom-in;
}
.box-info .l .tips {
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 1;
	width: 100px;
	height: 50px;
	border-radius: 5px;
	background-color: rgba(51,51,51,.5);
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}


.box-info .r {
	width: 832px;
	min-height: 832px;
	background-color: #fff;
	padding: 14px 45px;
	box-sizing: border-box;
	border-radius: 5px;
}
.box-info .r .title {
	font-size: 30px;
	line-height: 42px;
	color: #83cbc5;
	margin-bottom: 40px;
}
.box-info .r dl {
	display: flex;
	min-height: 50px;
	align-items: center;
	font-size: 24px;
}
.box-info .r dt {
	width: 130px;
	line-height: 60px;
	flex-shrink: 0;
	color: #666;
	padding-left: 8px;
	align-self: flex-start;
}
.box-info .r dd {
	width: 600px;
	line-height: 60px;
	text-align: center;
	color: #333;
	font-weight: 500;
}

.box-txt {
	width: 1684px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.box-txt .l {
	width: 832px;
	background-color: #fff;
	padding: 40px 36px;
	border-radius: 5px;
}
.box-txt .r {
	width: 832px;
	min-height: 832px;
	background-color: #fff;
	padding: 30px 45px;
	box-sizing: border-box;
	border-radius: 5px;
}
.box-txt .l .title {
	font-size: 30px;
	line-height: 46px;
	color: #83cbc5;
	margin-bottom: 40px;
}
.box-txt .l .body {
	font-size: 24px;
	line-height: 36px;
	color: #666;
	word-break: normal;
	word-wrap: break-word;
}
.box-txt .l .body img {
	max-width: 100%;
}
.box-txt .l .body section,
.box-txt .l .body p {
	max-width: 100%;
}

.box-txt .r .title {
	font-size: 30px;
	line-height: 42px;
	color: #83cbc5;
	margin-bottom: 40px;
}
.box-txt .r .addr {
	font-size: 24px;
	line-height: 34px;
	color: #666;
	margin-bottom: 40px;
}
.box-txt .r .map {
	width: 750px;
	height: 600px;
}

.detail-user {
	width: 1684px;
	height: 230px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 40px;
}
.detail-user .l {
	width: 800px;
	display: flex;
	flex-direction: column;
	padding-top: 14px;
	padding-left: 58px;
}
.detail-user .l .title {
	font-size: 30px;
	line-height: 42px;
	color: #83CBC5;
	margin-bottom: 15px;
}
.detail-user .l .user {
	display: flex;
	align-items: center;
}
.detail-user .l .user .box-img {
	width: 122px;
	height: 122px;
	margin-right: 18px;
	flex-shrink: 0;
}
.detail-user .l .user .avatar {
	width: 122px;
	height: 122px;
	border-radius: 50%;
	overflow: hidden;
}
.detail-user .l .user .name {
	font-size: 24px;
	color: #333;
}
.detail-user .r {
	padding-top: 34px;
	padding-right: 142px;
}
.detail-user .r ul {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.detail-user .r ul li {
	width: 122px;
	height: 122px;
	margin-right: 20px;
}
.detail-user .r ul li img {
	width: 100%;
	height: 100%;
}
.detail-user .r ul li:last-child {
	margin-right: 0;
}
