#app{
    display: flex;
    max-height: 100vh;
    overflow: hidden;
}
#app::-webkit-scrollbar {
    display: none;
}
#app .custom-loading{
    width: 70vw;
    height: 100vh;
    flex-shrink: 0;
    transition: all .3s;
    transform: translateX(-70vw);
    background: linear-gradient(to bottom,#eaf7ff 0%,#fff 100%);
}
#app .custom-loading.ready{
    transform: translateX(0px);
}
.index{
    flex-shrink: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all .3s;
    transform: translateX(-70vw);
}
#app .index.ready{
    transform: translateX(0);
}
.wrap{
    flex-shrink: 1;
    height: 100%;
    overflow-y: auto;
}
.top{
    width: 100%;
    height: 325px;
    padding-top: 175px;
    box-sizing: border-box;
    background: url('../../static/img/indexTopBg2.png?v=1.0') no-repeat;
    background-position: top;
    background-size: 100% auto;
    position: relative;
}
.custom-title{
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 30px;
    transform: translate(100% ,50%);
    /*left: calc(50% - 45px);*/
}
.top-functions{
    width: calc(100vw - 36px);
    height: 131px;
    padding: 16px;
    padding-top: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-shadow: 0px 0px 18px #dddddd;
}
.top-functions div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top-functions img{
    width: 58px;
}
.top-functions p{
    font-size: 11px;
    color: #999999;
    text-align: center;
}
.top-functions .title{
    font-size: 15px;
    color: #353535;
}
.add-person{
    width: auto;
    height: 50px;
    box-sizing: border-box;
    position: absolute;
    top: 80px;
    left: 18px;
}
.unLoginShow{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#unLoginShow img{
    height: 30px;
    margin-right: 8px;
}
#unLoginShow span{
    font-size: 16px;
    color: #fff;
}
#loginShow>div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.loginShow-info1>img:first-child{
    height: 16px;
}
.loginShow-info1>img:last-child{
    height: 18px;
}
.loginShow-info1 span{
    font-size: 16px;
    color: #fff;
    margin: 0 10px 0 8px;
}
.loginShow-info2{
    height: 30px;
    padding: 0 9px;
    border-radius: 15px;
    border: 1px solid #a7cffb;
    margin-top: 12px;
    background: linear-gradient(to bottom,#8fccfc 0%, #73bdf9 50%, #8fccfc 100%);
}
.loginShow-info2 img{
    height: 14px;
    margin-right: 4px;
    transition: all .5s;
}
.loginShow-info2 img.rotate{
    transform: rotate(180deg);
}
.loginShow-info2 span{
    font-size: 12px;
    color: #fff;
}
.middle{
    box-sizing: border-box;
    padding: 0 18px;
}
.middle p{
    font-size: 11px;
    color: #999999;
}
.middle p span{
    font-size: 18px;
    color: #353535;
    margin-right: 8px;
}
.middle-functons{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.middle-functons div{
    width: 50%;
    height: auto;
    padding-right: 9px;
    box-sizing: border-box;
    margin-top: 16px;
}
.middle-functons div:nth-child(even){
    padding-right: 0;
    padding-left: 9px;
}
.middle-functons div img{
    width: 100%;
}
.middle-functons div img+img{
    margin-top: 10px;
}
.middle-special{
    margin-top:18px
}
.middle-special .middle-functons div{
    width: 100%;
    padding: 0;
}
#app .displayBlock{
    display: block;
}
#app .displayNone{
    display: none;
}
.index-bottom{
    width: 100vw;
    height: 58px;
    padding: 8px 32px 5px 32px;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.index-bottom div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index-bottom img{
    width: 23px;
}
.index-bottom>div:nth-child(1) img{
    margin-bottom: 1px;
}
.index-bottom>div:nth-child(4) img{
    margin-bottom: 1px;
}
.index-bottom div>img:first-child{
    display: block;
}
.index-bottom div>img:nth-child(2){
    display: none;
}
.index-bottom div.active>img:nth-child(2){
    display: block;
}
.index-bottom div.active>img:first-child{
    display: none;
}
.index-bottom p{
    font-size: 11px;
    margin-top: 5px;
    color: #5a5a5a;
}
.active p{
    color: #6c96ff;
}
.film{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.person-info{
    height: 30%;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    background: url('../../static/img/film.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}
.person-info p{
    display: block;
    width: 100%;
}
.person-info p:first-child{
    font-size: 16px;
    text-align: left;
    padding-left: 35%;
    transform: translateY(-24px);
}
.person-info p:last-child{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    transform: translateX(24px);
}
.other-person{
    height: 70%;
    width: 100%;
    box-sizing: border-box;
    /* padding: 24px 0; */
}
.other-person > div{
    height: 36px;
    box-sizing: border-box;
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #353535;
    font-size: 14px;
}
.other-person > div+div{
    border-top: 1px dashed rgb(214, 214, 214);
}
.other-person button{
    border: 0;
    background: none;
}
.other-person .active{
    background: rgb(245, 245, 245);
}