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 {
	line-height: 34px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #333;
}
.top-title .r3 {
	display: flex;
	align-items: center;
}
.top-title .r3 li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 136px;
	height: 40px;
	margin-right: 20px;
	color: #fff;
	font-size: 18px;
	background: #019193;
}
.top-title .r3 li.c2 { background: #ffede3; color: #ff5400; }
.top-title .r3 li.c3 { background: #eee; color: #999; }
.top-title .r3 li.c4 { background: #ff6161; color: #fff; }
.top-title .r3 li.c5 { background: #ebf5fe; color: #5271ff; }
.top-title .r3 li.c6 { background: #7b6db3; color: #fff; }

.box-info {
	width: 1684px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.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;
	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;
	height: 60px;
	align-items: center;
	font-size: 24px;
}
.box-info .r dt {
	width: 130px;
	line-height: 60px;
	flex-shrink: 0;
	color: #666;
	padding-left: 8px;
}
.box-info .r dd {
	width: 600px;
	line-height: 60px;
	text-align: center;
	color: #333;
	font-weight: 500;
}

.box-layout {
	width: 1684px;
	height: 160px;
	margin: 0 auto 40px auto;
	background-color: #fff;
	padding: 0 58px;
	border-radius: 5px;
}
.box-layout .title {
	font-size: 30px;
	line-height: 42px;
	color: #83cbc5;
	padding: 14px 0 20px 0;
}
.box-layout ul {
	display: flex;
}
.box-layout ul li {
	width: 160px;
	height: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 2px solid #83cbc5;
	font-size: 24px;
	color: #666;
	margin-right: 40px;
	cursor: pointer;
}
.box-layout ul li:hover,
.box-layout ul li.active {
	background-color: #83cbc5;
	color: #fff;
}
.box-layout ul li:last-child {
	margin-right: 0;
}

.box-rec {
	width: 1684px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box-rec > li {
	width: 832px;
	height: 406px;
	margin-bottom: 40px;
	padding: 28px 0 28px 30px;
	background-color: #fff;
	box-sizing: border-box;
}
.box-rec > li,
.box-rec > li a {
	display: flex;
	justify-content: space-between;
}
.box-rec > li .cover {
	width: 350px;
	height: 350px;
	flex-shrink: 0;
	margin-right: 45px;
}
.box-rec > li .info .r1,
.box-rec > li .info .r2 {
	font-size: 30px;
	color: #333;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}
.box-rec > li .info .r3 {
	display: flex;
}
.box-rec > li .info .r3 li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 120px;
	height: 40px;
	background: #019193;
	color: #fff;
	margin-bottom: 20px;
}
.box-rec > li .info .r3 li.c2 { background: #ffede3; color: #ff5400; }
.box-rec > li .info .r3 li.c3 { background: #eee; color: #999; }
.box-rec > li .info .r3 li.c4 { background: #ff6161; color: #fff; }
.box-rec > li .info .r3 li.c5 { background: #ebf5fe; color: #5271ff; }
.box-rec > li .info .r3 li.c6 { background: #7b6db3; color: #fff; }

.box-rec > li .info .r4 {
	font-size: 24px;
	color: #999;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 94px;
}
.box-rec > li .info .r5 {
	font-size: 24px;
	color: #f51d00;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box-txt {
	width: 1684px;
	margin: 0 auto 60px auto;
	min-height: 170px;
	background-color: #e9e9e9;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 60px;
}
.box-txt .title {
	font-size: 30px;
	line-height: 42px;
	color: #83CBC5;
	margin-bottom: 40px;
}
.box-txt .body {
	font-size: 24px;
	line-height: 34px;
	color: #333;
	word-break: normal;
	word-wrap: break-word;
}
.box-txt .body img {
	max-width: 100%;
}
.box-txt .body section,
.box-txt .body p {
	max-width: 100%;
}


#laypage-disk-detail {
	display: flex;
	justify-content: center;
	zoom: 1.25;
	margin-bottom: 30px;
}
