body,
ul,
li,
div,
p,
a,
h1,
h2 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    text-align: center;
}

a {
    text-decoration: none;
    color: #fff;
}
input,button{
    border: none;
    outline: none;
    appearance: none;
}
html,body{
    height: 100%;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
}
body{
    background: #7B7B7B;
}
#app{
    height: 100%;
}
.topbar{
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0;
    position: fixed;
    padding: 5px 15px;
    background: #7B7B7B;
    align-items: center;
    color: #fff;
    max-width: 640px;
}
.not-app .topbar {
    justify-content: space-between;
}
.topbar .backapp{
    width: 24px;
    height: 24px;
    background: url("row.png") center no-repeat;
}
.topbar .el-date-editor{
    margin: auto;
    position: absolute;
    top: -20px;
    visibility: hidden;
}
.topbar .el-date-editor.wx-date{
    margin: 0;
}
.topbar .sharebtn{
    width: 24px;
    height: 24px;
    background: url("share-btn.png") center no-repeat;
}

.shangxiaban a{
    margin-left: 5px;
}
.main {
    width: fit-content;
    max-width: 93%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 95%;
}

.main img {
    width: auto;
    max-width: 100%;
    height: auto; 
    display: block;
    max-height: calc(100vh - 160px);
}
.main-tips{
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url("slider-icon.png") right center no-repeat;
    width: fit-content;
    padding-right: 20px;
    margin: 15px auto 0;
}
@media screen and (max-height:680px) {
    .main-tips{ display: none;}
}
/* 目录 */
.navbar{
    position: fixed;
    bottom: 0;
    padding: 10px 0 15px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    z-index: 5;
    background: #7B7B7B;
    max-width: 640px;
}
.navbar span{
    width: 56px;
    height: 56px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.navbar span img{
    padding-top: 10px;
}
.navbar span.on{
    border-radius: 50%;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
}
.mask-model{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: rgba(0,0,0,0.32);
}
.banmian{
    position: fixed;
    bottom: 80px;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    height: auto;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    z-index: 6;
    box-shadow: 0 1px 2px #999;
}
.banmian::after{
    position: absolute;
    width: 0px;
    height: 0px;
    border: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    bottom: -16px;
    left: 50%;
    margin-left: -6px;
}
.banmian ul{
    display: flex;
    flex-flow: row wrap;
}
.banmian li{
    width: 22%;
    border-radius: 16px;
    line-height: 33px;
    margin: 5px 0 5px 8px;
    text-align: center;
    position: relative;
    
}

.banmian li::after{
    position: absolute;
    content: "";
    display: block;
    width: 200%;
    height: 66px;
    bottom: 0;
    border-radius: 16px;
    top: -16px;
    margin-left: -50%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    border: 1px solid #e0e1e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
}
.banmian li a{
    position: relative;
    color: #666;
    z-index: 1;
    font-size: 15px;
}
.curr-menu{
    width: 95%;
    height: 70vh;
    background: #fff;
    margin: 12vh auto 0;
    overflow: scroll;
}

.page-title{
    color: #0364E1;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    padding: 11px 0;
    background: #ECECEC;
}
.page-cont li{
    padding: 13px 18px 0;
    font-size: 16px;
    position: relative;
    text-align: justify;
    overflow: hidden;
}
.page-cont li::after {
    content: "";
    display: block;
    margin-left: -60%;
    width: 220%;
    height: 200%;
    margin-top: 13px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    border-bottom: 1px solid #e0e1e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
}
.page-cont li a{
    color: #333;   
}

/* 重置element */
.el-dialog{
    background: none;
    height: 0;    
}
.el-dialog__header{
    display: none;
}
.el-date-picker{
    width: 84%;
    left: 8% !important;
}
.el-input__inner{
    text-align: center;
    color: #fff;
    background: none;
    border: none;
    font-size: 18px;
}
.el-input__prefix, .el-input__suffix{
    display: none;
}
.popper__arrow{
    left: 50% !important;
}
.el-input--suffix .el-input__inner{
    padding: 0;
}
.wx-date .el-input__inner{
    text-align: left;
}

.pageTime{
    display: none;
}

.not-app .el-date-picker .popper__arrow {
    left: 20px !important;
}