﻿@charset "utf-8";
a{
	text-decoration: none;
}
li{
	list-style: none;
}
em,i{
	font-style: normal;
}
strong,b{
	font-weight: normal;
}
.clearfont{
  clear: both;
  height: 0;
  content: '';
  display: block;
  visibility: hidden;
  
}
/*conter开始*/
.bookas{
	width: 100%;
	height: auto;
	background-color: #E9E9E9;
	border-bottom: 1px solid black;
	color: white;
text-align: center;
overflow: hidden;
background-size: 100% 100%;
background-repeat: no-repeat;
cursor: pointer;
border-radius: 10px;
padding: 20px 0;
margin: 0 auto;


}
.textli{
	font-size: 14px;
font-weight: bold;
font-family: "隶书"; 
letter-spacing: 2px;
text-indent: 2em;
line-height: 50px;
float: left;
}
