@charset="utf8";
/*css document*/
body {
	/*font-size: 15px;*/
	text-align: center;
	/*font-family: 'Segoe UI', Tahoma, Helvetica, Arial, Verdana, sans-serif;*/
}

h1 {
	font-weight: normal;
}

/*visiting count*/
#about-visiting-count {
	height: 700px;
	background: url("img/about-visiting-bg.jpg") no-repeat center;
	text-align: center;
}

#about-visiting-count p {
    margin: 0px auto;
    font-size: 33px;
    font-size: 3.3rem;
    width: 100%;
    max-width: 810px;
    line-height: 36px;
    color: white;
    padding-bottom: 17px;
}

.af-download-bar-count {
	font-size: 60px;
  font-size: 6.0rem;
	color: #666;
	margin-bottom: 10px;
}


.af-download-bar-count > span {
	font-size: 46px;
  font-size: 4.6rem;
	/*font-weight: normal;*/
}

#about-make-books {
    width: 100%;
    max-width: 315px;
    height: 60px;
    border: 0;
    background-color: #ff6600;
    border-radius: 4px;
    font-size: 23px;
    font-size: 2.3rem;
    color: white;
}

/*about us content*/
#about-content {
	text-align: center;
    width: 100%;
    max-width: 960px;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 50px;
}

#about-content > span {
	font-size: 25px;
  font-size: 2.5rem;
	color: #868686;
}

#about-content > p {
	margin-top: 20px;
	font-size: 19px;
  font-size: 1.9rem;
	line-height: 33px;
	color: #868686;
}

/*about who should use*/
#about-use {
	height: 513px;
	background-color: rgb(71, 151, 238);
	width: 100%;
	overflow: hidden;
	position: relative;
}

#about-use-content {
	width: 100%;
	max-width: 1060px;
	height: 100%;
	display: inline-block;
	text-align: left;
}

#about-use-content-text {
	padding-right: 50px;
	width: 50%;
	height: 100%;
	display: inline-block;
	color: white;
}

#about-use-content-text > span {
	font-size: 35px;
  font-size: 3.5rem;
	margin: 60px 0 20px;
	display: inline-block;
	white-space: nowrap;
}

#about-use-content-text > p {
	font-size: 19px;
  font-size: 1.9rem;
	line-height: 33px;
}

#about-use-content > img {
	position: absolute;
	height: 100%;
}

/*about-contact-support*/
#contact-support {
	width: 100%;
	max-width: 960px;
	margin: 80px auto;
	text-align: center;
}

#contact-support > p {
	margin: 30px 0;
	color: #666;
	font-size: 19px;
  font-size: 1.9rem;
	line-height: 33px;
}

.contact-grid-panel {
	position: relative;
	overflow: hidden;
}
.contact-grid {
	padding: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 330px;
}
.contact-grid-inner {
	padding: 10px;
	background-color: #f8f8f8;
}

.contact-grid p {
	font-weight: bold;
}

.contact-grid-wrap {
	margin: 30px;
}

.contact-icon {
	width: 62px;
	height: 61px;
	border-radius: 100%;
	display: inline-block;
	background: #404040 url(img/contactIcon.png) no-repeat;
	margin: 20px 105px;
}

#contact-email {
	background-position: -19px -131px;
}

#contact-twitter {
	background-position: -19px -201px;
}

#contact-facebook {
	background-position: -19px -271px;
}
