html,body{margin:0; padding:0;  width:100%; height: 100%;}
body{
    -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
    font:normal 16px/1.6em Microsoft Yahei,Lucida Grande,Tahoma,Verdana,STXihei,hei;
    color:#333; background-color: #fff9f0;
    position: relative;
}
ul,ol,li,em,p,span,h1,h2,h3{margin:0; padding:0; font-weight:normal; list-style:none; font-style:normal}
a {text-decoration: none;}
.hide {display: none !important;}

/* loading box*/
.loadpage{
    position:fixed; width:100%; height:100%; left:0; top:0;  z-index:999;
    box-sizing: border-box;
    padding-top: 54%;
    background:#bb0708 none no-repeat left top;
    background-size: cover;
}
.loadpage p {
    font-size:14px; line-height:1.6em; letter-spacing:2px; text-align: center;
}

.loader {width: 50px; margin: 0 auto; text-align: center;}
.loader > span {
    display:inline-block; width: 30px; height: 30px;
    background:transparent url(loading.png) no-repeat left top;
    background-size: 100% auto;
    -webkit-animation: rolling 3s infinite linear;
            animation: rolling 3s infinite linear;
}

/*container box*/
.container{position: relative; padding-bottom: 100px;}
.cover {
    position: relative;
    min-height: 100vh;
}
.tips-down {
    position: absolute; width:20px; height:20px; left:50%; bottom: 70px; margin-left: -10px;
    background:transparent url(tips-down.png) no-repeat left top;
    background-size: 100% auto;
    -webkit-animation: tipsDown 1s infinite linear;
            animation: tipsDown 1s infinite linear;
}
.p1 .cover{
    background: url(../img/bg-p1.jpg) no-repeat;
    background-size: 100% auto;
}
.p2 .cover{
    background: url(../img/bg-p2.jpg) no-repeat;
    background-size: 100% auto;
}
.p3 .cover{
    background: url(../img/bg-p3.jpg?v3) no-repeat;
    background-size: 100% auto;
}
.p4 .cover{
    background: url(../img/bg-p4.jpg) no-repeat;
    background-size: 100% auto;
}
.p5 .cover{
    background: url(../img/bg-p5.jpg) no-repeat;
    background-size: 100% auto;
}
.p6 .cover{
    background: url(../img/bg-p6.jpg) no-repeat;
    background-size: 100% auto;
}
.p7 .cover{
    background: url(../img/bg-p7.jpg) no-repeat;
    background-size: 100% auto;
}
.p8 .cover{
    background: url(../img/bg-p8.jpg) no-repeat;
    background-size: 100% auto;
}
.p9 .cover{
    background: url(../img/bg-p9.jpg) no-repeat;
    background-size: 100% auto;
}
.p10 .cover{
    background: url(../img/bg-p10.jpg) no-repeat;
    background-size: 100% auto;
}
.p11 .cover{
    background: url(../img/bg-p11.jpg) no-repeat;
    background-size: 100% auto;
}
.p12 .cover{
    background: url(../img/bg-p12.jpg) no-repeat;
    background-size: 100% auto;
}
.p13 .cover{
    background: url(../img/bg-p13.jpg) no-repeat;
    background-size: 100% auto;
}
.p14 .cover{
    background: url(../img/bg-p14.jpg) no-repeat;
    background-size: 100% auto;
}
.p15 .cover{
    background: url(../img/bg-p15.jpg) no-repeat;
    background-size: 100% auto;
}
.cover .tplogo {
    position: absolute; left: 30px; top: 30px; width: 50px; height: 30px; z-index: 5;
    background: url(./paper-logo.png) no-repeat;
    background-size: 100% auto;
}
.loadmenu {
    position: absolute; bottom: 0; width: 100%; box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 10px 10px 20px;
    font-size: 16px;
}
.loadmenu li {
    box-sizing: border-box;
    background-color: #aa0c14; width: 30%;
    border-radius: 12px; padding: 5px 10px; margin: 0 2%;
    color: #d48589; text-align: center; font-weight: bold;
    border: 1px solid #d48589; cursor: pointer;
}
.loadmenu .active {
    color: #fff;
    background-color: #cb2932;
    border-color: #fff;
}
.ct{
    position: absolute; top: 65%; width: 100%; box-sizing: border-box;
    padding: 10px 15px;
    color: #c6913c;
    text-align: justify;
}

.bmenu {
    position: fixed; left: 0; bottom: 0; z-index: 999; width: 100%;
    -webkit-transform: -webkit-transform(0,200px);
            transform: translate(0,200px);
}

.bmenu.showmenu {
    -webkit-transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
    -webkit-transform: -webkit-transform(0,0);
            transform: translate(0,0);
}
.bmenu .loadmenu {
    padding-bottom: 10px;
}

.tabcon {padding:20px;}
.tabcon .tabconitem {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    padding: 20px;
}
.tabcon .tabconitem.active {
    display: block;
}
.olist {padding: 20px 0;}
.olist li {
    margin-bottom: 10px;
}

.olist li span {
    display: inline-block;
    width: 20px; height: 20px; background-color: #d2b27d;
    border-radius: 10px; margin-right: 5px; text-align: center;
    color: #fff; line-height: 1.2em;
}
.alist {padding-top: 20px;}
.alist li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b49f7c;
}
.alist li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.ainfo {height: 80px;}
.ainfo .aimg {
    float: left; width: 60px; height: 60px; border-radius: 30px; margin-right: 10px;
    overflow: hidden;
}
.ainfo .aimg img {width: 100%;}

.ainfo .atitle {overflow: hidden;}
.ainfo .atitle h3 {font-size: 18px; font-weight: bold; margin-bottom: 5px;}
.ainfo .atitle p {font-size: 14px; color: #b49f7c; line-height: 1.2em;}
.ainfo .awords {clear: both;}

.sharebar {text-align: center;}
.sharebar a {width: 60px; display: inline-block; margin: 0 10px;}
.sharebar a:nth-child(2) {width: 80px;}
.sharebar a img {width: 100%; vertical-align: top;}


@media screen and (min-width: 768px) {
    /* >=768的设备 */
    .container{width:600px;margin: 0 auto;}
    .bmenu {width: 600px; left:auto;}
}

@media (min-width: 992px){
    /* >=992的设备 */
}

@media (min-width: 1200){
    /* >=1200的设备 */
}

/*animation keyframes*/
/*loading rolling*/
@-webkit-keyframes rolling{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes rolling{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

@-webkit-keyframes tipsDown {
    0%{transform: translateY(0);}
    50%{transform: translateY(5px);}
    100%{transform: translateY(0);}
}
@keyframes tipsDown {
    0%{transform: translateY(0);}
    50%{transform: translateY(5px);}
    100%{transform: translateY(0);}
}
