body {
	background: #f7f7f7;
}

.headerList {
	display: flex;
	align-items: center;
	padding: .24rem;
	max-width: 7.5rem;
	width: 7.5rem;
	height: .88rem;
	position: fixed;
	left: auto;
	right: auto;
	z-index: 1000;
	background: #fff;
}

.headerList i {
	font-size: .32rem;
	color: #333333;
}

.headerList div {
	flex: 1;
	text-align: center;
	font-size: .32rem;
	color: #333333;
}

.hidden {
	display: none;
}

.imgHeader {
	width: 7.5rem;
	position: relative;
}

.imgHeader .imgs {
	width: 7.5rem;
	height: 5.21rem;
}

.imgHeader .tubiao {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 7.5rem;
	z-index: 999;
}

.imgHeader .tubiao img {
	width: .4rem;
	height: .4rem;
	padding: .32rem;
}

.imgHeader .tubiao a {
	font-size: .3rem;
	padding: .32rem;
}

.imgHeader a i {
	font-size: .3rem;
	color: #FFFFFF;
}

.titleBox {
	width: 7.5rem;
	padding: .24rem;
	background: #FFFFFF;
}

.titleBox img {
	width: .3rem;
	height: auto;
}

.titleBox .t1 {
	width: 7.02rem;
	height: .6rem;
	background: #EEF7FF;
	border-radius: .1rem;
	display: flex;
	align-items: center;
	color: #1B49BC;
	font-size: .24rem;
}

.titleBox .t1 img {
	margin: 0 .19rem;
}

.titleBox .t1 div {
	width: 5.98rem;
}

.titleBox i {
	font-size: .24rem;
}

.titleBox .title {
	font-weight: 600;
	font-size: .36rem;
	color: #000000;
	margin-top: .24rem;
}

.titleBox .t2 {
	display: flex;
	align-items: center;
	font-size: .24rem;
	margin-top: .16rem;
	margin-bottom: .2rem;
}

.titleBox .t3 {
	padding: .24rem 0;
	border-bottom: .01rem solid #EEEEEE;
	border-top: .01rem solid #EEEEEE;
}

.titleBox .t3 div span:nth-child(1) {
	font-size: .26rem;
	color: #24C527;
}

.titleBox .t3 div span:nth-child(2) {
	font-size: .26rem;
	color: #333333;
}

.titleBox .t4 {
	margin-top: .23rem;
}

.titleBox .t4 div {
	width: 6.42rem;
	font-size: .26rem;
	color: #333333;
}

.tabBox {
	background: #fff;
	padding: 0 .6rem;
	height: .8rem;
	line-height: .8rem;
	font-size: .28rem;
	margin-top: .16rem;
	max-width: 7.5rem;
}

.tabBox.fixed {
	position: fixed;
	top: .8rem;
	background: #fff;
	width: 100%;
	padding: .1rem 6% .2rem;
	z-index: 100;
	max-width: 7.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mpRight.fixed {
	position: fixed;
	top: 1.6rem;
	background: #fff;
	width: 100%;
	z-index: 100;
	max-width: 7.5rem;
	display: block;
}

.marigin {
	margin-left: 1.8rem;
}

.tabBox span {
	color: #666;
	font-size: .3rem;
}

.tabBox span.active {
	position: relative;
	color: #000000;
	font-weight: 600;
}

.tabBox span.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: .1rem;
	width: 100%;
	height: .02rem;
	background: black;
}

.listBox .mpInfo {
	display: flex;
	justify-content: space-between;
}

.listBox .mpInfo .mpRight {
	max-width: 1.50rem;
	background: #FFFFFF;
	border-radius: 0 0 .20rem 0;
	height: max-content;
}

.listBox .mpInfo .mpRight li {
	padding: 0 .22rem;
	height: .80rem;
	line-height: .8rem;
	text-align: center;
	font-size: .24rem;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listBox .mpInfo .mpRight li.active {
	background: #24C527;
	color: #FFFFFF;
	border-radius: 0 .20rem .20rem 0;
}

.listBox .mpInfo .mpLeft {
	width: 5.64rem;
	border-radius: .20rem;
	margin-right: .12rem;
}

.listBox .mpInfo .mpLeft .mpItem {
	margin-top: .16rem;
	padding: .24rem;
	background: #FFFFFF;
}

.listBox .mpInfo .mpLeft .mpItem .mpTitle {
	font-size: .28rem;
	color: #333333;
	padding-bottom: .23rem;
	border-bottom: .01rem dashed #EEEEEE;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox {
	border-bottom: .01rem solid #EEEEEE;
	padding-bottom: .24rem;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m1 {
	font-size: .26rem;
	color: #333333;
	margin-top: .24rem;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m2 {
	margin-top: .16rem;
	margin-bottom: .19rem;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m2 span {
	padding: .07rem .11rem;
	line-height: .36rem;
	text-align: center;
	border-radius: .04rem;
	font-size: .22rem;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m2 span:nth-child(1) {
	color: #24C527;
	background: #EDFCF7;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m2 span:nth-child(2) {
	color: #DB6647;
	background: #FEF3EF;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m2 span:nth-child(3) {
	color: #DB6647;
	background: #FEF3EF;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m2 span:last-child {
	color: #666666;
	background: #F6F6F6;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m3 {
	font-size: .22rem;
	color: #999999;
	display: flex;
	justify-content: space-between;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m3 i {
	font-size: .22rem;
	color: #999999;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m3 .mRight {
	width: 1.7rem;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m3 .price div:nth-child(1) {
	font-size: .26rem;
	color: #FA4B5D;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m3 .price div:nth-child(2) {
	font-size: .22rem;
	color: #999999;
	text-decoration-line: line-through;
}

.listBox .mpInfo .mpLeft .mpItem .mpBox .m3 .btn {
	width: 1rem;
	height: .56rem;
	background: #24C527;
	border-radius: .09rem;
	font-size: .26rem;
	line-height: .56rem;
	text-align: center;
	color: #FFFFFF;
}

.jingqu {
	background: #FFFFFF;
	width: 7.5rem;
	padding: .24rem;
	margin-top: .24rem;
}

.listBox .lTitle {
	font-size: .28rem;
	color: #333333;
	border-bottom: .01rem solid #EEEEEE;
	padding-bottom: .24rem;
}

.listBox .lcontent {
    font-size: .28rem;
    line-height: 2;
    color: #666666;
    text-align: justify;
    word-break: break-all;
}

.listBox .lcontent p img {
    width: 7.02rem !important;
    height: auto !important;
}

.ydxz {
	margin-top: .24rem;
	background: #FFFFFF;
	width: 7.5rem;
	padding: .24rem;
}

.tj {
	margin-top: .24rem;
	background: #FFFFFF;
	width: 7.5rem;
	padding: .24rem;
}

.tj .lcontent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.tj .lcontent .tjItem {
	width: 3.43rem;
	height: 3.9rem;
	background: #FFFFFF;
	box-shadow: 0 0 .08rem 0 rgba(0, 0, 0, 0.1);
	border-radius: .20rem;
	margin-top: .16rem;
}

.tj .lcontent .tjItem .i1 {
	position: relative;

}

.tj .lcontent .tjItem .i1 div {
	position: absolute;
	bottom: .23rem;
	width: 100%;
	text-align: center;
	font-size: .2rem;
	color: #FFFFFF;
}

.tj .lcontent .tjItem .i1 img {
	width: 3.43rem;
	height: 2.28rem;
	border-radius: .2rem .2rem 0 0;
}

.tj .lcontent .tjItem .i2 {
	font-size: .26rem;
	color: #333333;
	margin-left: .16rem;
}

.tj .lcontent .tjItem .i3 {
	font-size: .2rem;
	color: #999999;
	margin-left: .16rem;
}

.tj .lcontent .tjItem .i4 {
	font-size: .2rem;
	color: #999999;
	margin-left: .16rem;
}

.tj .lcontent .tjItem .i4 span {
	font-size: .26rem;
	color: #FA4B5D;
}

.ydxztc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    max-width: 7.5rem;
    margin: 0 auto;
    display: none;
}

.ydxztc .bg {
    width: 7.5rem;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    z-index: 200;
}

.ydxztc .title {
    font-size: .32rem;
    color: #000000;
    line-height: .94rem;
    margin-left: 2.9rem;
    font-weight: 600;
}

.ydxztc .title i {
    margin-left: 2rem;
}

.ydxztc .contents {
    background: #fff;
    position: absolute;
    bottom: 0;
    border-radius: .3rem .3rem 0 0;
    z-index: 300;
    width: 7.5rem;
    max-height: 13rem;
}

.ydxztc .contents .infoContent {
    overflow-y: scroll;
    max-height: 11rem;
    padding: 0 .24rem;
    padding-bottom: 1.5rem;
}

.ydxztc .contents .infoContent img {
    width: 7.02rem;
    height: 4.68rem;
}

.ydxztc .contents .bottom {
    text-align: center;
    font-size: .3rem;
    line-height: 1rem;
    border-top: .16rem solid #f7f7f7;
    position: fixed;
    bottom: 0;
    width: 7.5rem;
    background: #FFFFFF;
    padding: 0 .24rem;
}

.ydxztc .contents .bottom div {
    font-size: .28rem;
    color: #FA4B5D;
}

.ydxztc .contents .bottom a {
    width: 3rem;
    height: .74rem;
    line-height: .74rem;
    text-align: center;
    background: #FA4B5D;
    border-radius: .37rem;
    color: #FFFFFF;
    font-size: .28rem;
}
