.indexBanner {
	width: 100%;
}

.indexBanner img {
	width: 100%;
}
.craftBeer {
	width: 100%;
}

.comTit {
	text-align: center;
	padding: 30px 0 20px 0;
}

.comTit span {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(../img/pagetitbg.png) no-repeat center bottom;
	background-size: 126px 14px;
}
/* 主题内容部分 */
.beerContBox {
	width: 100%;
}

.beerTit {
	width: 100%;
	display: flex;
}

.titItem{
	width: 25%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
}
.beerCont{
	width: 100%;
	background: #fff;
}

.contItem{
	display: none;
	width: calc(100% - 30px);
	margin: 25px auto;
	padding: 0 15px 40px 15px;
	background: #ebe0dc;
}

#tit div.select,#tit div.active {
	border-bottom: 2px solid #f7545a;
	color: #f7545a;
	font-weight: bold;
}

#con div.show {
	display: block;
}

.xiLeiTit{
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
.xiLeiTit span{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 30px;
	color: #332927;
	text-align: center;
	border: 2px solid #332927;
	border-radius: 50%;
	font-weight: 600;
}
.xiLeiTitText{
	font-size: 16px;
	text-align: center;
	color: #332927;
	padding-bottom: 30px;
	padding-top: 10px;
	letter-spacing:6px
}
.xiLeiCont{
	font-size: 12px;
	color: #332927;
	text-indent: 2em;
	line-height: 1.5;
	padding-bottom: 20px;
}
.xiLeiItem{
	width: 100%;
	background: url(../img/xiLeiItem_bg.png) no-repeat center bottom;
	background-size: 100% 2px;
	padding-top: 45px;
}
.xiLeiItemImg{
	display: flex;
	justify-content: space-between;
}
.xiLeiItemLeft{
	width: 180px;
}
.xiLeiItemLeft img{
	width: 180px;
}
.xiLeiItemRight{
	width: calc(100% - 180px);
}
.numInfo{
	display: flex;
	justify-content: flex-end;
}
.numBox{
	width: 65px;
	height: 70px;
	border: 2px solid #756764;
}
.numXh{
	text-align: right;
	color: #8e8179;
	font-size: 40px;
	padding-top: 18px;
}
.numText{
	font-size: 15px;
	font-weight: bold;
	color: #332927;
	text-align: center;
	padding-top: 10px;
}
.xiLeiNameen{
	font-size: 8px;
	color: #010000;
	text-align: right;
	padding-top: 4px;
}
.xiLeiNamech{
	font-size: 20px;
	color: #332927;
	text-align: right;
	padding: 4px 0;
}
.noMaiYa{
	padding-top: 15px;
}
.noMaiYa div{
	display: block;
	font-size: 10px;
	padding-top: 8px;
	text-align: right;
}
.maiYa{
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}
.maiYa img{
	width: 30px;
	height: 30px;
	margin-right: 8px;
	margin-top: 2px;
}
.maiYaText span{
	display: block;
}
.myText{
	font-size: 8px;
}
.myNum{
	font-size: 14px;
}
.xlDet{
	font-size: 10px;
	line-height: 1.5;
	padding: 30px 0;
}
/* 主题内容部分 end */

.line-20{
	width: 100%;
	height: 20px;
}