@charset "utf-8";

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 56px;
    background: #fff;
    border-bottom: 1px solid #ebecee;
}
header .container{
    position: relative;
    text-align: center;
}
header .btn-menu{
    height: 32px;
    margin-right: 16px;
    background: #fff;
}
header .btn-menu.on .ic-menu{
    background-image: url(/assets/images/new_pub/ic-close-lg.png);
}
header h1{
    padding: 15px 20px;
    color: #1C242F;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
header .btn-close{
    position: absolute;
    top: 15px;
    right: 12px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: url(/assets/images/spub/ic-close.png) no-repeat center;
    background-size: contain;
    opacity: 1;
    cursor: pointer;
}
header .btn-lg-radius{
    align-self: center;
}

.menu{
    display: none;
    height: calc(100vh - 56px);
    width: 100%;
    overflow-y: auto;
    border-top: 1px solid #ebecee;
    background: #ebecee;
}
.menu.on{
    display: block;
}
.menu .main-menu{
    padding-top: 16px;
    background: #fff;
}
.menu .main-menu > li{
    border-bottom: 1px solid #EBECEE;

}
.menu .main-menu > li > button{
    background: url(/assets/images/new_pub/ic-arrow-down.png) no-repeat right 18px top 18px;
    background-size: 16px; 
}
.menu .main-menu > li.on > button{
    background-image: url(/assets/images/new_pub/ic-arrow-up.png);
}
.menu .main-menu a, .menu .main-menu button, .chat-title, .chat-list{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
} 
.menu .main-menu > li > a, .menu .main-menu > li > button, .chat-title, .chat-list li{
    padding: 16px 38px;
    font-size: 16px;
    line-height: 20px;
    height: 52px;
    text-align: left;
}
.chat-title, .chat-list li{
    padding: 14px 38px;
}

.menu .main-depth02{
    display: none;
}
.menu .main-depth02.on, .menu .main-menu > li.on > .main-depth02  {
    display: block;
}
.menu .main-depth02 > li > a{
    padding: 12px 50px;
    font-size: 14px;
    line-height: 20px;
}
.menu .chat-title, .menu .chat-list li {
    position: relative;
}
.menu .chat-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #A4A8Ac;
}
.menu .chat-title button, .menu .chat-list li button{
    position: absolute;
    top: 14px;
    right: 18px;
}
.menu .chat-title .btn-round-md, .menu .chat-list .btn-round-md {
    padding: 4px;
}
.menu .chat-list li a{
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 16px;
    line-height: 24px;
}
.menu .chat-list li.on{
    background: #fff;
}

main{
    margin-top: 56px;
    padding-bottom: 160px;
    background-color: #EFF1F5;
}

