
*{
    box-sizing: border-box;
}
.ala-wrapper{
    background: #E2E7E9;
    min-height: 100vh;
}
.ala-container{
    width: 100%;
    padding: 0 15px;
    max-width: 670px;
    margin: 0 auto;
}

.ala-flex{
    display: flex;
}
.ala-flex.is-center{
    align-items: center;
}
.ala-flex.is-between{
    justify-content: space-between;
}


/* ala-header */
.ala-header{
    background-color: #333;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.ala-header .avatar-wrap{
    margin-right: 15px;
}
.ala-header .avatar img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    display: block;
}
.ala-header .name{
    padding: 0 6px;
}
.ala-header .iconfont{
    font-size: 13px;
}
.ala-header .ala-container{
    position: relative;
}
.ala-header .dropdown-toggle{
    cursor: pointer;
}
.ala-header .dropdown{
    position: absolute;
    left: 15px;
    top: 60px;
    background: #fff;
    z-index: 999;
    display: none;
    padding: 8px 0 0;
    width: 200px;
    border-radius: 4px;
}
.ala-header .dropdown.show{
    display: block;
}
.ala-header .dropdown:after{
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -12px;
    left: 11px;
}
.ala-header .dropdown:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -20px;
    height: 12px;
}
.ala-header .dropdown li {
    font-size: inherit;
    color: #404047;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}
.ala-header .dropdown li:hover,
.ala-header .dropdown li.active{
    color: #c9171e;
}
.ala-header .dropdown li a{
    color: inherit;
}
.header-shadow{
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}
.header-shadow.show{
    display: block;
}
.logout{
    cursor: pointer;
}

.ala-header .dropdown .logout-li{
    border-top: 1px solid #E8E8E8;
    font-weight: bold;
    color: #c9171e;
    text-align: center;
    padding: 15px;
}
/* .ala-button{
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #c9171e;
    color: #fff;
    text-align: center;
} */

.ala-header .header-right{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}
.ala-header .header-right .search-wrap{
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    margin-right: 15px;
    color: #fff;
    max-width: 220px;
    flex: 1;
}
.ala-header .header-right .search-wrap input{
    height: 36px;
    width: 100%;
    border-radius: 36px;
    overflow: hidden;
    line-height: 36px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, .25);
    background-color: rgba(255, 255, 255, .05);
    padding: 0 15px;
    padding-right: 50px;
    transition: all .3s ease-in-out;
    color: inherit;
}
.ala-header .header-right .search-wrap input::placeholder{
    color: #aaa;
}
.ala-header .header-right .search-wrap input:focus{
    border-color: rgba(255, 255, 255, .75);
}
.ala-header .header-right .search-wrap .iconfont{
    position: absolute;
    width: 45px;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    transition: all .3s ease-in-out;
    opacity: .85;
}
.ala-header .header-right .search-wrap .iconfont:hover{
    color: #c9171e;
    cursor: pointer;
    opacity: 1;
}

.ala-header .header-right .language{
    line-height: 60px;
    color: inherit;
    font-size: 15px;
}

/* ala-header END */

.event-list-top{
    top: 60px;
    padding: 15px 0;
    background-color: #E2E7E9;
    z-index: 998;
}
.event-list-top .filter{
    max-width: 640px;
    margin: 0 auto;
    background: #FFFFFF;
    /* box-shadow: 0px 5px 11px 0px rgba(198,198,198,0.21); */
    border-radius: 6px;
}
.event-list{
    margin-top: 140px;
}
.filter .dropdown-toggle{
    cursor: pointer;
    color: #323233;
    font-size: 15px;
}
.event-list-top .filter ul.dropdown{
    padding: 8px 0;
}
.event-list-top .filter ul.dropdown li{
    font-size: inherit;
    color: #404047;
    padding: 10px 15px;
    cursor: pointer;
}
.event-list-top .filter ul.dropdown li a{
    color: inherit;
}
.event-list-top .filter ul.dropdown li:hover,
.event-list-top .filter ul.dropdown li.active{
    color: #c9171e;
}
.event-list-top .filter ul.dropdown li:after{
    content: unset;
}
.event-list-top .filter ul.dropdown{
    max-height: 268px;
}
.filter .dropdown-toggle.active{
    color: #c9171e;
}
.event-list-top .filter .iconfont{
    color: inherit;
}

.filter .dropdown-toggle.active .iconfont:before{
    content: "\e616";
}
@media screen and (max-width: 670px) {
    .event-list-top .filter{
        width: 100%;
        max-width: 100%;
    }
    .event .shadow{
        left: -15px;
        right: -15px;
    }
}


.weui-panel{
    /* box-shadow: 0px 5px 11px 0px rgba(198,198,198,0.21); */
    border-radius: 6px;
}

.weui-media-box__desc{
    color: #ADAEAF;
}
.event-list .iconfont{
    color: inherit;
}

.event-list .weui-media-box__title{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #202020;
    word-break: unset;
}

.ala-tag{
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    background: #c9171e;
    border-radius: 28px;
    color: #fff;
}
.ala-tag.is-info{
    background: #E8E8E8;
    color: #A7A7A7;
}
.event-list .weui-media-box_appmsg .weui-media-box__hd{
    width: 200px;
}
.weui-media-box_appmsg{
    align-items: flex-start;
}
.weui-media-box_appmsg .weui-media-box__bd{
    position: relative;
}
.weui-panel:after, .weui-panel:before,
.weui-cells:after{
    content: unset;
}
.weui-media-box__desc{
    font-size: 13px;
    margin-top: 0;
}
.weui-media-box__desc+.weui-media-box__desc{
    margin-top: 6px;
}
.event-list .weui-media-box__desc{
    margin-right: 10px;
}
.event .shadow{
    z-index: 997;
}
@media screen and (max-width: 670px) {
    .event-list{
        margin-top: 125px;
    }
    .event-list-top .filter{
        box-shadow: unset;
        border-radius: unset;
    }
    .event-list-top{
        padding: 0;
        padding-bottom: 1px;
        background-color: #FAFAFA;
    }
}
@media screen and (max-width: 567px) {
    .ala-wrapper{
        background-color: #FAFAFA;
    }
    .ala-header{
        background-color: #fff;
        color: #333;
    }
    .ala-header .ala-flex{
        justify-content: flex-end;
    }
    .ala-header .avatar-wrap .name,
    .ala-header .avatar-wrap .iconfont{
        display: none;
    }

    .ala-header .dropdown{
        left: 0;
        right: 0;
        width: unset;
        border-radius: 0;
    }
    .ala-header .header-right .search-wrap{
        color: inherit;
    }
    .ala-header .header-right .search-wrap input{
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: unset;
    }
    .ala-header .header-right .search-wrap input::placeholder{
        color: #aaa;
    }
    .ala-header .header-right .search-wrap input:focus{
        border-color: #c9171e;
    }
    .ala-header .header-right .search-wrap{
        max-width: unset;
    }

    .event-list .weui-media-box{
        padding: 0;
        display: block;
        border-radius: 4px;
    }
    .event-list .weui-media-box_appmsg .weui-media-box__hd{
        width: 100%;
    }
    .event-list .weui-media-box_appmsg .weui-media-box__bd{
        padding: 15px;
    }
    .event-list .weui-media-box__title{
        padding-right: 0;
    }
}