﻿* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,body{
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
    -webkit-text-size-adjust: none;
}
/**å¤´éƒ¨æ ‡é¢˜æ ·å¼*/
/* 
header {
	color: #FFF;
	font-family: 'KaiTi','KaiTi_GB2312';  
	font-size: 24px;
	font-weight: 900;
	line-height: 50px;
	text-align: center;
    padding: 0 10px;
}
header a{
    width: 25px;
    height: 25px;
    margin-top: 12.5px; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */
/**å¤´éƒ¨æ ‡é¢˜æ é¢œè‰²æ ·å¼*/
/* .red {
	background-color: #7ca618;
}
.blue{
	background-color: #0e86e7;
}
.green{
	background-color: #219c7c;
}
.change-red{
	background: -webkit-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	background: -o-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	background: -moz-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	background: linear-gradient(to bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	border-bottom: 1px solid #390000;
} */
#main {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 100px 10px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	left: 8px;
	top: 3px;
}
/**æ–°é—»æ ‡é¢˜*/
.caption {
    width: 100%;
    padding:0;
    /*border-bottom: 1.5px solid #CCC;*/
	MARGIN-RIGHT: auto; MARGIN-LEFT: auto; 
	/*TEXT-ALIGN: center;*/
}
.caption font {
    display: block;
    width: 100%;
    overflow: hidden;
}
#intro-title{
	margin:10px 0 10px 0;
	font-size: 1.2em;
	padding-left: 2px;
}
.caption #guide {
    font-size: 1em;
    line-height: 25px;
}
.caption #guide i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    margin-right: 10px;
    background-color:#AA0000;
}
.caption #main-title {
    font-size: 1.4em;
    line-height: 40px;
    padding-left: 2px;
    font-family: 'é»‘ä½“';
    color: #333;
}
.caption #sub-title {
    font-size: 1em;
    line-height: 20px;
    padding-left: 2px;
    color: #666;
    font-family: 'é»‘ä½“';
}
.caption #author {
   color: #999;
	font-size: 0.8em;
	line-height: 20px;
	padding-left: 2px;
	font-family: 'é»‘ä½“';
	text-align: left;
	margin-top: 10px;
	margin-bottom:15px;
}
/**æ–°é—»æ­£æ–‡*/
.content {
    /*padding: 10px 0;*/
    /* font-size: 12px; */
}
.content img{
    width: 100%;
    margin-bottom: 10px;
}
.content {
    width: 100%;
    padding: 0 5px;
    font-size: 1em;
    line-height: 1.8em;
    /**border-bottom: 9px solid #00a0e9;*/
   font-family: 'é»‘ä½“';
   position: relative;
   padding-bottom: 80px;
}	

.content p{text-indent:2em; margin:15px 0; font-size:1rem;     line-height: 1.8rem;}


/**è’™æ¿æ ·å¼*/
#mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
/**åˆ†äº«æ¡†æ ·å¼*/
#share {
    display: none;
	position: fixed;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
    background: rgba(255,255,255,0.8);
}
#share ul {
    position:relative;
	list-style: none;
    margin: 0;
    padding: 0 10px;
	width: 100%;
	height: 100px;
}
#share li {
	width: 25%;
	height: 100px;
	padding: 15px 0;
	float: left;
}
#share a {
	display: block;
	width: 100%;
	height: 70px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 120px;
    text-decoration: none;
}
/**è¿”å›žé¡¶éƒ¨æ ·å¼*/
#toTop {
    display: none;
    position: fixed;
    bottom: 185px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #7ca618;
    border-radius: 50%;
    background-image: url("../images/up.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    float: right;
}
/**æ“ä½œæ¡†æ ·å¼*/
#operate {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 0;
}
#operate ul{
    width: 100%;
    height: 60px;
    padding: 0 15px; 
	list-style: none;
}
#operate li {
    width: 18.5%;
    height: 30px;
    margin-top: 10px;
    float: left;
}
#operate li:first-of-type {
    width: 36%;
}
#operate li a {
	display: block;
    width: 30px;
    height: 30px;
    background-color: #7ca618;
    border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    float: right;
}
#operate li:first-of-type a {
    float: left;
}
#operate li:nth-child(1) a{
	background-image: url(../images/back.png);
}
#operate li:nth-child(2) a{
	background-image: url(../images/font-larger.png);
}
#operate li:nth-child(3) a{
	background-image: url(../images/font-smaller.png);
}
#operate li:nth-child(4) a{
	background-image: url(../images/voice.png);
}
#operate li:nth-child(4) a.loading{
    background-image: url(../images/voice-load.png);
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
#operate li:nth-child(4) a.error{
    background-color: #d3d3d3;
}
#operate li:nth-child(4) a.playing{
    background-image: url(../images/voice-play.png);
}
#operate li:nth-child(4) a.pause{
    background-image: url(../images/voice-pause.png);
}

#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 20000;
}

.hide {
	display:none;
}
iframe{
	/*position: fixed;
	bottom: 0;*/
	width: 111%;
    margin-left: -5%;
    position: absolute;
    bottom: 0;
}
header{
	width: 110%;
    /*height: 100px;*/
    background: #fff;
    overflow: hidden;
    background: #f54343;

    margin-left: -4%;
    
}
.pull-left{
	float: left;
}

header img{
	height: 50px;
	width: 210px;
	margin: 5px;
}
header div{
	background: #fff;
    color: #f54343;
    font-family: "å¾®è½¯é›…é»‘";

    margin-left: 30px;	
}

.footer{
	padding: 20px 0 !important;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(360);
        transform: rotate(360);
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
