.fixed{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #FFFFFF;
}
.fixed2{
	position: fixed!important;
	/*left: 1000px;*/
	right: 96px!important;
	z-index: 99;
}
.product {
	padding-top: 30px;
}

.product .content {
	margin-left: 30px;
}

.product .content .title {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.product .content .msg {
	margin-top: 58px;
	width: 555px;
	font-size: 20px;
	font-weight: 500;
	color: #666666;
	line-height: 48px;
}

.product .content .price {
	font-size: 48px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #ff4545;
}


.product .content a {
	margin-top: 30px;
	width: 220px;
	height: 60px;
}
.price-container{
	line-height: 1;
	font-size: 48px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #ff4545;
}
.price-a {
	width: 220px;
	height: 60px;
}
#tabbar{
	
	width: 100%;
	min-width: 1400px;
	padding: 20px 0 20px 0;
}
#tabbar .Banxin2{
	height: 60px;
}
.tabbar {
	font-size: 24px;
	color: #333333;
}

.tabbar a {
	margin-right: 30px;
}

.tabbar .check {
	position: relative;
}

.tabbar .check:after {
	position: absolute;
	content: "";
	width: 90px;
	height: 2px;
	background: #ff9046;
	bottom: -20px;
	left: 0;
}

.title_container {
	position: relative;
	margin-top: 20px;
	padding-left: 24px;
	margin-bottom: 60px;
	font-size: 24px;
}

.title_container:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 20px;
	background: #ff9046;
	border-radius: 3px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.title_container span {

	font-size: 20px;
	margin-left: 30px;
	color: rgba(255, 144, 70, 1);

}

.book-img {
	margin-bottom: 40px;
}

.msg_container {
	width: 775px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 48px;
}

.footer_msg {
	margin-top: -30px;
	padding-bottom: 62px;
}

.all_container{
	position: relative;
}
.right_container{
	position: absolute;
	right: 0;
	top: 0;
	width:350px;
	background:rgba(255,226,207,1);
	border-radius:5px;
	font-size:24px;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:48px;
	padding: 14px;
}