body {
	background: #fff;
	font-family: PingFang SC, Lantinghei SC, Roboto, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

div,
p,
span,
i,
em,
header,
ul,
li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerBox {
	width: 7.5rem;
	background-color: #FFFFFF;
	width: 100%;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}

.headerBox .headerBoxInfo {
	padding: .24rem;
	display: flex;
	align-items: center;
}

.headerBox .headerBoxInfo i {
	font-size: .26rem;
	color: #333333;
}

.headerBox .headerBoxInfo img {
	width: .56rem;
	height: .56rem;
	border-radius: .28rem;
	margin-left: .48rem;
	margin-right: .17rem;
}

.headerBox .headerBoxInfo .d1 {
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
}

.headerBox .headerBoxInfo .d2 {
	font-weight: 400;
	font-size: .18rem;
	color: #666666;
}


.swiper-detail {
	width: 7.02rem;
	height: 4.6rem;
	position: relative;
	border-radius: .4rem;
	/* margin-top: 1rem; */
}

.swiper-detail img {
	width: 100%;
	min-height: 4.6rem;
	border-radius: .4rem;
}

.contentInfo {
	position: relative;
	padding: .24rem;
}

.contentInfo .i1 span {
	font-weight: 400;
	font-size: .22rem;
	color: #FF932A;
	padding: .13rem .2rem;
	background: #FFF1EA;
	border-radius: .06rem;
}

.contentInfo .i2 {
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
	margin-top: .23rem;
	margin-bottom: .24rem;
}

.contentInfo .i3 {
    font-weight: 400;
    font-size: .26rem;
    color: #666666;
    line-height: 1.8;
    margin-bottom: .35rem;
}

.contentInfo .i4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: .22rem;
	color: #999999;
}

.tjBox {
	padding: .24rem;
	position: relative;
}

.tjBox h1 {
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
	margin-bottom: .24rem;
}

.tjBox .tjList {
	width: 7.02rem;
}

.tjBox .tjList .tjItem {
	padding: .16rem;
	width: 100%;
	height: 1.62rem;
	background: linear-gradient(90deg, #EEF1F8 0%, #FEFEFE 100%);
	border-radius: .4rem;
	display: flex;
	align-items: center;
	margin-bottom: .24rem;
}

.tjBox .tjList .tjItem img {
	width: 1.3rem;
	height: 1.3rem;
	background: #A2A2A2;
	border-radius: .24rem;
}

.tjBox .tjList .tjItem .right {
	margin-left: .17rem;
}

.tjBox .tjList .tjItem .right .r1 {
	font-weight: bold;
	font-size: .24rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 5.17rem;
	color: #333333;
}

.tjBox .tjList .tjItem .right .r2 {
	font-weight: 400;
	font-size: .2rem;
	color: #999999;
	margin-top: .16rem;
	margin-bottom: .09rem;
}

.tjBox .tjList .tjItem .right .r3 span:nth-child(1) {
	background: #FF9126;
	border-radius: .14rem 0 .14rem 0;
	font-weight: 400;
	font-size: .16rem;
	color: #FFFFFF;
	padding: .03rem .09rem;
}
.tjBox .tjList .tjItem .right .r3 span:nth-child(2) {
	padding: .03rem .09rem;
	border-radius: .06rem;
	border: .01rem solid #CCCCCC;
	font-weight: 400;
	font-size: .16rem;
	color: #333333;
}
