.wzLogo {
	width: 250px !important;
}
.wxcy-warp .content {
	margin: auto;
	padding-bottom: 3px;
	background-color: #fffdf9;
	background-size: 100%;
	border-radius: 3px;
	position: relative;
	font-size: 20px;
}
.wxcy-head-tit {
	margin: auto;
	width: 98%;
	font-size: 26px;
	text-align: center;
}
.content .nl_date {
	color: #392b20;
	text-align: center;
	font-weight: 700;
	padding-top: 8px;
}

.content .ganzhi {
	text-align: center;
	color: #392b20;
	margin-top: 8px;
}
.content .dayDjs {
	font-size: 18px;
	color: #392b20;
	text-align: center;
	font-weight: 700;
	margin-top: 8px;
}
.co_djs{color: #b32a2a;}
.co_666{color: #666;}
.color-box {
	margin-top: 6px;
}
.color-box ul {
	display: flex;
	justify-content: center;
}
.color-box ul li {
	/* width: 50px; */
	margin: 0 2px;
}
.color-box ul li i {
	width: 50px;
	height: 25px;
	border: 1px solid #b7b7b7;
	border-radius: 10px;
	display: block;
}
.color-box ul li span {
	text-align: center;
	display: block;
	margin-top: 0.1rem;
}

.content .weekcont {
	display: flex;
	flex-direction: row;
	flex: 1;
}
.content .week {
	display: flex;
	align-items: center;
	width: 80%;
	margin: 8px auto;
}
.content .week .next, .content .week .pre {
	font-weight: bold;
	text-align: center;
}
.content .weekcont a {
	display: flex;
	flex: 1;
	text-align: center;
	justify-content: center;
	flex-direction: column;
}
.content .weekcont .before em {
	color: #979797;
}
.content .weekcont .active em {
	background: #f09800;
	border-radius: 0.12rem;
	color: #ffffff;
	width: 50px;
	margin: auto;
}
.content .weekcont em {
	display: block;
	height: 38px;
	line-height: 38px;
	font-weight: 700;
}
.color-warp {
	border: 1px solid #b7b7b7;
	margin: 15px 10px 0 10px;
	padding: 3px;
}
.color-warp .color-items {
	border: 1px solid #b7b7b7;
	margin: 0 -7px;
	padding: 3px;
}
.color-warp .color-items .item {
	border-bottom: 1px solid #b7b7b7;
	padding: 15px 5px;
}
.color-warp .color-items .item .jsLogo {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.color-warp .color-items .item .jsLogo img {
	width: 75px;
	margin-right: 10px;
}
.color-warp .color-items .item .jsLogo ul {
	display: flex;
}
.color-warp .color-items .item .jsLogo ul li {
	margin: 0 0.08rem;
}
.color-warp .color-items .item .jsLogo ul li i {
	display: block;
	width: 38px;
	height: 16px;
	border: 1px solid #adadad;
	border-radius: 2px;
}
.color-warp .color-items .item .jsLogo ul li span {
	color: #920101;
}
.content .tips {
	text-align: justify;
	line-height: 1.5;
	padding: 0 0.2rem;
	margin-top: 6px;
}
.wxskPic {
	margin: auto;
	width: 60%;
}
/**一周穿衣**/
.week-warp{
	background: #ffffff;
	margin: 6px 8px;
	border-radius: 3px;
	padding-bottom: 2px;
}
.week-warp .week_tit{
	height: 50px;
	background: #fff6dd;
	border-radius: 2px 2px 0 0;
	padding-left: 3px;
	display: flex;
	align-items: center;
	position: relative;
}
.week-warp .week_tit img {
	width: 28px;
	float: left;
	margin-right: 6px;
	border: 0;
	display: block;
}
.week-warp .week_tit h3 {
	display: block;
	color: #392b20;
	float: left;
}
.week-warp .week_tit i {
	font-size: 30px;
	padding-left: 0.1rem;
	color: #666666;
}
.week-warp .day-box ul{
	/*width: 96%;*/
	margin: auto;
	padding-top: 8px;
}
.week-warp .day-box ul li{
	background: #f2f2f2;
	line-height: 38px;
	border-radius: 2px;
	display: flex;
	flex: 1;
	padding: 3px 7px 3px 7px;
	align-items: center;
	margin-bottom: 5px;
}
.week-warp .day-box ul li a {
	display: flex;
	flex: 1;
	align-items: center;
}
.week-warp .day-box ul li a span {
	display: block;
	color: #392b20;
}
.week-warp .day-box .colors {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}
.week-warp .day-box .colors i{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: block;
	float: left;
	margin-right: 3px;
}
.week-warp .day-box .colors b{
	float: left;
	line-height: initial;
	color: #b32a2a;
	padding-right: 8px;
}
.week-warp .day-box .colors div:first-child {
	margin-left: 0;
}
.week-warp .day-box .colors div {
	display: flex;
	align-items: center;
	margin-left: 0.12rem;
}