body {
	/*width: 8.5rem;
	min-width: 8.5rem;
	 margin: 0 auto; */
	margin-left: .3rem;
	background: #fff;
	font-size: 0.14rem;
}

.main {
	position: relative;
}

.breadcrumb {
	/*padding-top: 0.6rem;*/
	font-size: 0.3rem;
	color: #626262;
	margin-left:0.08rem
}

.main-title {
	margin-top: 0.3rem;
	margin-bottom: 0.15rem;
	font-size: 0.4rem;
	color: #333;
	font-weight: 600;
	margin-left:0.08rem
}

.main blockquote {
	font-size: 0.3rem;
	color: #9b9b9b;
	margin-left:0.08rem
}

.main blockquote .time {
	margin-right: 0.3rem;
}

.main .line {
	width: 100%;
	
	margin: 0.3rem 0;
	background: #f4f4f4;
}

.main .container-box {
	clear: both;
	*zoom: 1;
}

.main .container-box:after {
	content: '\20';
	clear: both;
	*zoom: 1;
	display: block;
	height: 0;
}

.browse-detail {
	float: left;
	width: 100%;
	height: 3rem;
	background: url(../image/20250212115306.jpg) no-repeat center/cover;
	vertical-align: top;
}

.main .container {
	vertical-align: top;
}

.main .container .content {
	padding-left: 0.08rem;
	font-size: 0.32rem;
	color: #222121;
	padding-top:0.2rem;
}

.main .content li {
	letter-spacing: 0.015rem;
	
}

.main .case {
	width: 6.79rem;
	height: 5.09rem;
	margin: 0.6rem auto 0.4rem;
	background: url(../image/case.png) no-repeat center/cover;
}

.download-tips {
	padding-left: 0.17rem;
	font-size: 0.32rem;
	/**color: #222121;
	letter-spacing: 0.015rem;**/
}

.download-tips span {
	/**color: #e00507;
	font-weight: 600;**/
}

.qrcode-box {
	margin: 0.6rem auto;
	text-align: center;
}

.qrcode-box .title {
	font-size: 0.3rem;
	text-align: center;
	font-weight: 600;
}

.qrcode-box .title span {
	font-size: 0.35rem;
	color: #e00507;
}

.qrcode-box .qrcode-img {
	display: block;
	width: 2.69rem;
	height: 2.69rem;
	margin: 0.3rem auto;
	border: 0.01rem solid #bfbfbf;
}

.ys-tips {
	width: 6.56rem;
	height: 0.1rem;
	margin: 0.6rem auto 0.3rem;
	background: url(../image/ys-tips.png) no-repeat center/cover;
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 6;
}

.popup .popup-content {
	position: relative;
	width: 4rem;
	height: 5.72rem;
	margin: .6rem auto 0;
	background: url(../image/qrcode-box.png) no-repeat center/cover;
	z-index: 7;
}

.popup-content .qrcode {
	position: absolute;
	top: 1.98rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 2.89rem;
	height: 2.89rem;
	border: .02rem solid #fad5d5;
}

.popup-right {
	display: none;
	position: absolute;
	top: 2.14rem;
	right: -3.2rem;
	width: 2.99rem;
	z-index: 5;
}

.popup-right .stock-movement {
	display: block;
	width: 2.99rem;
	height: 1.81rem;
	background: url(../image/stock-movement.png) no-repeat center/cover;
}

.popup-right .qrcode-title {
	display: block;
	width: 2.62rem;
	height: 1.91rem;
	margin: -.2rem auto 0.2rem;
	background: url(../image/qrcode-title.png) no-repeat center/cover;
}

.popup-right .qrcode {
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 auto;
	border: 0.01rem solid #9b9b9b;
}

.btn {
	cursor: pointer;
	animation: bigSame 0.8s linear infinite both;
}

.bg-yellow {
	background: #ffff00;
}

.bg-red {
	background: #e00507;
	color: #fff!important;
}

@keyframes bigSame {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.85, 0.85);
	}
	100% {
		transform: scale(1, 1);
	}
}
