* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    font-family: "微软雅黑";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    /* -webkit-user-select: none; */
    -webkit-font-smoothing: antialiased;
}

ol, ul, dl, dt, li {
    list-style: none;
}

img {
    border: none;
}

input {
    outline: none;
	border: none;
	font-size: 1rem;	
}
select{
	font-size: 1rem;	
}

input:focus,select:focus,button:focus,option:focus,textarea:focus {
    background-color: none;
    outline: none !important;
}

a{
    text-decoration: none;
    color: #000;
}
h1,h2,h3,h4,h5{
    text-align: center;
}
table{
    border-collapse: collapse;
}

@media (min-width: 320px) {
    body, html {
        font-size: 12px;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 414px) {
    body, html {
        font-size: 14px;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 480px) {
    body, html {
        font-size: 16px;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 639px) {
    body, html {
        font-size: 20px;
        height: 100%;
        width: 100%;
    }
}
/* all finished */
.wrap{
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}
.cover{
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1002;
}
.cover img{
    width: 100%;
    height: 100%;
}
.mulu{
    position: fixed;
    z-index: 1000;  
    top: 0;
    right: 0;
    width: 100%; display: none;
    height: 100%;
}
.mulu-bg{
    width: 100%;
    height: 100%;
    position: absolute;;
    top: 0;
    left: 0;
    z-index: 2;;
}

#muluButton{
    position: fixed;
    top: 2rem;
    right:10%;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 3rem;
    line-height: 3rem;
    width: 20%;
    background-color:rgba(35,127,1,1);
    z-index: 1001;;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bolder;
}
.nav {
    padding-top: 6rem;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: -40%;
   
    width: 40%;
    background:rgba(0,0,0,0.2);
    height: 100%;
}
.nav>div{
    margin:0 auto;
    color: #fff;
}
.nav>div a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.nav div{
    width: 100%;
    height: 3rem;
    position: relative;
    line-height: 3rem;
    font-size: 1.3rem;
    background:rgba(35,127,1,1);
    font-weight: bold;
    cursor: pointer;
    margin: 3px auto;
}
.nav .nav-active{
    background:rgba(35,127,1,0.7);
    color: yellow;
}
article{
    width: 96%;
    margin: 0 auto;
}
.num{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
.num span{ 
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    background: #aa0c0c;
    font-size: 2rem;
}
.title{
    text-align: center;
    margin-bottom: 3rem;
    line-height: 3rem;
}
.title span{
    border-bottom: 3px solid #aa0c0c;
}
.red{
    color: #aa0c0c;
    letter-spacing: 1px;
}
.text{
    text-indent: 2em;
    font-size: 1.1rem;
    line-height: 2.5rem;
    color: #4b4a4a;
    font-weight: 600;
    font-family: "微软雅黑","Microsoft YaHei","宋体",Arial,Helvetica,sansation,Verdana,sans-serif;
}
article img{
    display: block;
    max-width: 90%;
    margin: 20px auto;
}
.tell-more>div{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    padding-top: 20px;
}
.tell-more a:hover{
    text-decoration: underline;
}
.tell-more .tell-more-details:hover{
    text-decoration: none;
}
.tell-more .tell-more-img{
    display: block;
    float: right;
}
.tell-more .tell-more-img img{
    margin-left: 0.6rem;
    margin-bottom: 5px;
    width: 10rem;
    height: auto;
    max-width: 10rem;
}
.tell-more .tell-more-second .tell-more-title{
    text-align: right;
}
.tell-more .tell-more-second .tell-more-imgs {
    float: left;
}
.tell-more .tell-more-second .tell-more-imgs img{
    margin-right: 0.6rem;
    margin-bottom: 5px;
    width: 10rem;
    height: auto;
    max-width: 10rem;
}
.tell-more .tell-more-second{
    padding-left: 0;
    min-height: 200px;
}
.tell-more-title{
    font-size: 16px;
    line-height: 25px;
    color: #4b4a4a;
    font-weight: bold;
    margin-bottom: 10px;
}
.tell-more-text{
    line-height: 2rem;
}
.tell-more-details{
    color:#aa0c0c;
    font-weight: bolder;
}

#movepage .arrdown{
    display: block;
    position: absolute;
    bottom: 0;
    width: 30%;
    left: 35%;
    height: 30vw;
}
#movepage .arrdown .nav-tab{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
#movepage .cover-nav.arrdown .arrow {
    position: absolute;
    height: auto;
    width: 30%;
    bottom: 0;
    left: 35%;
    -webkit-animation: arrowDown 1s 1s ease-out infinite;
    animation: arrowDown 1s 1s ease-out infinite;
}

@keyframes arrowDown{0%,50%{-webkit-transform:translateY(0);transform:translateY(0)}
25%{-webkit-transform:translateY(4px);transform:translateY(4px)}
75%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}
}