html{
    padding: 0;
    margin: 0;
}
body{
    background-color: rgb(248,248,248);
    /*background-color: rgb(0,0,0);*/
    padding-top: 60px;
}
.swiper-slide{ height:0px;overflow-y: hidden}
.swiper-slide-active { height:auto}
.top-nav-bar{
    background-color: rgb(255,255,255);
    width: 90%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 800;
    position: fixed;
    top: 0;
}
.top-nav-bar-left{
    height: 20px;
}
.top-nav-bar-bottom{
    height: 41px;
}
.top-nav-bar-right{
    height: 20px;
}
.top-nav-buttons-container{
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 999;
    top: 60px;
}
.top-nav-buttons{
    position: fixed;
    z-index: 1111;
    width: 100%;
    background-color: white;
    padding-bottom: 20px;
}
.top-nav-buttons a{
    color: #000;
}
.top-nav-button{
    background-color: white;
    padding: 16px;
    text-align: left;
    margin-left: 60px;
    border-bottom: 1px #EEE solid;
    font-size: 17px;
    line-height: 1.41176471;
}
.top-nav-button:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid var(--weui-FG-3);
    color: rgba(0,0,0,0.1);
    color: var(--weui-FG-3);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}


.bottom-nav-bar{
    background-color: rgb(255,255,255);
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 800;
    position: fixed;
    bottom: 0;
}
.bottom-nav-bar a{
    color:#000;
}
.bottom-nav-bar-item{
    text-align: center;
}
.bottom-nav-bar-item img{
    height: 25px;
}
.bottom-nav-bar-item p{
    text-align: center;
    font-size: 0.8rem;
}
.container{
    /*background-color: rgb(255,255,255);*/
    /*margin: 0 5% 0 5%;*/
    height: 100%;
}
.user-info-top-bar{
    width: 92%;
    position: fixed;
    top: 0;
    z-index: 888;
    background: url("../img/top_bg.jpg");
    background-size: cover ;
    height: 160px;
}
.user-info-box{
    display: flex;
    margin-top: 20px;
    padding: 0 4% 0 4%;
}
.user-info-top-bar{
    padding: 0 4% 0 4%;
}
.user-level{
    background-color: #f08200;
    color: white;
    font-size: 0.9rem;
    line-height: 20px;
    text-align: center;
    height: 20px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
    margin-left: 10px;
}
.user-info{
    padding-left: 20px;
    margin-top: 5px;
}
.user-name{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}
.user-id{
    color: #888;
    margin-top: 5px;
}
.user-avatar{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 2px #e8cba1 solid;
}
.user-nav-bar{
    height: 70px;
    width: 100%;
    border-radius: 5px;
    background-color: #f9bf8c;
    margin-top: 15px;
    font-size: 0.95rem;
    padding-bottom: 10px;
}
.user-nav-bar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #FFF;
}
.user-nav-bar img{
    height: 30px;
}
.user-nav-bar p{
    height: 20px;
}
.user-nav-bar-item{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}
.user-nav-bar-active{
    color: #f08200;
    border-bottom: 3px solid #f08200;
    padding-bottom: 2px;
}
.weui-input{
    caret-color: #f0a042;
}
.datetime-picker{
}
.user-info-submit{
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-info-submit span{
    width: 180px;
    height: 40px;
    background-color: #f08200;
    color: #FFF;
    display: inline-block;
    line-height: 40px;
    border-radius: 5px;
}

.top-title-bar{
    background-color: #f5f5f5;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 40px;
    z-index: 800;
    position: fixed;
    top: 60px;
    width: 100%;
}
.top-title-bar img{
    padding-top: 11px;
    height: 18px;
    width: 10px;
}
.top-title-bar a{
    height: 40px;
    width: 30px;
    text-align: center;
    line-height: 40px;
    align-items: center;
}
