@CHARSET "UTF-8";
a{
	text-decoration: none;
	color: #333333;
}
div{
	background-color: white;
}
.iconfont{
	font-size: 0.24rem;
}
.layout_style {
    width: 6.4rem;
    margin: 0 auto 0.8rem auto;
}

/*==== 头部标题Begin ====*/
.theme-head-title { width: 100%; height: 0.7rem; }
.theme-head-title div { width: 33.3%;  height: 0.7rem; line-height: 0.7rem; float:left; }
.theme-head-title div:FIRST-CHILD { padding-left: 0.08rem; box-sizing: border-box; }
.theme-head-title div:LAST-CHILD { padding-right: 0.08rem; box-sizing: border-box; }
/*==== 头部标题End ====*/

.introduction-top-title{
	height: 0.76rem;
	width: 100%;
	line-height: 0.76rem;
	position: relative;
}
.introduction-top-title .t-tb{
	margin: 0 0.36rem;
	height: 100%;
	text-align: center;
	font-size: 0.3rem;
}
.introduction-top-title .t-tb div{
	display: inline-block;
}
.introduction-top-title .t-tb .t-backward{
	cursor: pointer;
	float: left;
}
.introduction-top-title .t-tb .t-title{
	text-align: center;
}
.introduction-top-title .t-tb .t-more {
    cursor: pointer;
    float: right;
}

.introduction-top-img{
	height: 1.4rem;
}
.introduction-top-img .i-img{
	height: 100%;
	width: 100%;
	position: relative;
}
.introduction-top-img .i-img img{
	height: 100%;
	width: 100%;
}
.introduction-top-img .i-focus{
	width: 0.8rem;
	height: 0.35rem;
	line-height: 0.35rem;
	font-size: 0.2rem;
	background-color:#FFEFCC;
	color: #BB1D19;
	text-align: center;
	border-radius: 0.08rem;
	cursor: pointer;
	position: absolute;
	top: 1.2rem;
	right: 0.2rem;
}
.introduction-top-content{
	text-align: center;
	height: 0.6rem;
	line-height: 0.6rem;
}
.introduction-content-title{
	height: 1rem;
	width:100%;
	line-height: 1rem;
	border-top: 0.2rem solid #f1f1f1;
}
.introduction-content-title span{
	height: 100%;
	width:100%;
	line-height: 1rem;
	margin-left: 0.2rem;
}
.introduction-content-info{
	height: 0.8rem;
	line-height: 0.8rem;
	border-top: 0.1rem solid #f1f1f1;
}
.introduction-content-left{
	/*margin-left: 0.2rem;*/
	display: block;
	width:25%;
	float:left;
	box-sizing:border-box;
	padding-left:0.2rem;
	height:0.6rem;
}
.introduction-content-right{
	/*float: right;
	margin-right: 0.2rem;*/
	display: block;
	width:75%;
	float:left;
	box-sizing:border-box;
	padding-right:0.2rem;
	text-align:right;
}
.introduction-content-right div{
	height: 0.4rem;
	margin-top: 0.16rem;
}
.introduction-content-right div img{
	width: 0.6rem;
	height: 0.4rem;
}
.introduction-content-table li{
	/*height: 0.6rem;*/
	border-top: 0.01rem solid #f1f1f1;
	line-height: 0.6rem;
	list-style-type: none;
	box-sizing:content-box;
}
.introduction-content-table li:after{
display:block;
content:'';
clear:both;
}
.introduction-content-table li span font{
	color: #BB1D19;
}


.introduction-bottom{
	position:fixed;
	bottom:0;
	width:100%;
	height: 0.6rem;
	border-top: 0.01rem solid #f1f1f1;
	display:flex;
}
.introduction-bottom div{
	text-align: center;
	border-left: 0.01rem solid #f1f1f1;
	margin-top: 0.15rem;
	overflow: hidden;
	color: #666;
	flex:1;
}
.introduction-bottom div:FIRST-CHILD{
	border-left: 0;
}
.introduction-bottom .active{
	color: #BB1D19;
}