
body,ul,li,p,div{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #000;
}
/* 头部导航部分css */
#app{
    width: 100%;
}
.header{
    background-color: #4e88ff;
    width: 100%;
    height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    line-height: 48px;
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
}
.header span{
    color: #fff;
}
.mat{
    width: 100%;
    height: 48px;
    opacity: 0;
}
/* 中间选择部分css */
.main{
    width: 100%;
    background-color: #f9f9f9;
    padding: 0 12px;
    box-sizing: border-box;
}
.main-select{
    width: 100%;
    height: 68px;
    margin: 18px 0;
    overflow-x:scroll;
}

.select{
    list-style: none;
    display: flex;
    margin-bottom:0;
}
.select>a{
    display:block;
    width: 16%;
    height: 48px;
    margin-right:24px;
    flex-shrink: 0;
}
.select>a>li{
    width: 100%;
    height: 48px; 
    font-size: 13px;   
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.select-box>ul>a>.current{
    background-color: #4e88ff;
}
.select-box>ul>a>.current>.current-font{
    color: #ffffff;
}
.select-box>ul>a>.current>.current-color{
    color: white;
}
ul>a>li>p{
    width: 100%;
    text-align: center;
}
li>.current-font{
    color: #999da5;
}
.select-box>ul>a>li>.current-color{
    color: #585d6a;
}


/* 中间隐藏部分css */
.hidden{
    margin-top: 10px;
    width: 100%;
    height: 2px;
    opacity: 0;
}


/* 中间部分 按钮部分 */
.main-button{
    width: 100%;
    height: 45px;
    text-align: center;
    background-color: #fff;
    line-height: 45px;
    margin-bottom: 12px;
    color: #595757;
}

/* .btn-default{
    border: none;
    width: 100%;
    height: 45px;
   
}
.iconfont{
    float: right;
}
.dropdown-menu{
    width: 100%;
}
.dropdown-menu>li{
    padding-left:10px;
    box-sizing: border-box;
} */
.meeting{
    width: 100%;
    height: 45px;
    border: none;
    text-align: center;
    overflow: hidden;
}

/* @media screen and (max-width:960px){
    .main-button {
        text-align: left;
    }
    .meeting {
        width: 50%;
        appearance: none;
        border: none;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
    }
} */


/* @media screen and (max-width:768px) {
    .main-button {
        text-align: left;
    }

    .meeting {
        width: 90%;
        text-align: center;
        border: none;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
    }

    option {
        display: block;
        width: 100px;
        height: 20px;
    }
} */







/*  中间内容部分css*/
.main-content{
    width: 100%;
}
.content-list{
    list-style: none;

}
.content-item{
    width: 100%;
    margin-top: 10px;
}
.item-top>.round{
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 3px solid #4e88ff;
    border-radius: 12px;
    margin-right:10px;

}
.item-top>.font{
    color: #585d6a;
}





.item-bottom{
    margin-left: 3px;
    margin-top: 5px;
    width: 100%;
    height: 80%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-around;
    border-left: 3px solid #d8dadd;
}
.frame{
    background-color: #fff;
    margin: 10px 0;
    width: 95%;
    border: 2px solid #efefef;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.frame>.font-color{
    color: #8f939c;
}
.frame>p{
    width: 100%;
    height: 16px;
    margin: 12px 0;
}

.bgc-image{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("/assets/program/mobile3/image/zhuanti.png") no-repeat  0 0 /100% 100%;
}




/* 底部导航栏部分 css*/
.nav{
    width: 100%;
    height: 45px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
}
.nav-list{
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.list-item{
    display: flex;
    width: 60px;
    height: 45px;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}
.list-item>a{
    padding-top:9px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
}
.list-item>a>span{
    display: block;
    width: 100%;
    color: #ccc;
}
.current-list-item>a>span{
    color: #4e88ff;
}