﻿.main-container {
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.main-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    flex-shrink:0;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow-y:auto;
    overflow-x:hidden;
}
.tabbaritem:focus {
    border: none;
}
.holder{
    color:#BBB;
    flex-shrink:0;
    margin-left:10px;
}
.tabbaritem {
    height: 100%;
    width: 100%;
    max-width: 120px;
    position: relative;
    border-radius: 0;
    text-align: center;
    color: rgb(107,107,107);
    opacity: 1;
    border: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.tabbaritem-active {
    color:rgb(42,42,42);
    border: none;
}
.tabbaritem .homebaritem[index="0"]
{
    background-image:url(../images/new/c/首页.png)
}
.tabbaritem-active .homebaritem[index="0"]
{
    background-image:url(../images/new/c/首页an.png)
}
.tabbaritem .homebaritem[index="1"]
{
    background-image:url(../images/new/c/关注.png)
}
.tabbaritem-active .homebaritem[index="1"]
{
    background-image:url(../images/new/c/关注an.png)
}
.tabbaritem .homebaritem[index="2"]
{
    background-image:url(../images/new/c/信息.png)
}
.tabbaritem-active .homebaritem[index="2"]
{
    background-image:url(../images/new/c/信息an.png)
}
.tabbaritem .homebaritem[index="3"]
{
    background-image:url(../images/new/c/行程.png)
}
.tabbaritem-active .homebaritem[index="3"]
{
    background-image:url(../images/new/c/行程an.png)
}
.tabbaritem .homebaritem[index="4"]
{
    background-image:url(../images/new/c/设置.png)
}
.tabbaritem-active .homebaritem[index="4"]
{
    background-image:url(../images/new/c/设置an.png)
}

.tabbaritem .homebaritem2[index="0"]
{
    background-image:url(../images/new/a/首页.png)
}
.tabbaritem-active .homebaritem2[index="0"]
{
    background-image:url(../images/new/a/首页an.png)
}
.tabbaritem .homebaritem2[index="1"]
{
    background-image:url(../images/new/a/门店.png)
}
.tabbaritem-active .homebaritem2[index="1"]
{
    background-image:url(../images/new/a/门店an.png)
}
.tabbaritem .homebaritem2[index="2"]
{
    background-image:url(../images/new/a/日历.png)
}
.tabbaritem-active .homebaritem2[index="2"]
{
    background-image:url(../images/new/a/日历an.png)
}
.tabbaritem .homebaritem2[index="3"]
{
    background-image:url(../images/new/a/统计.png)
}
.tabbaritem-active .homebaritem2[index="3"]
{
    background-image:url(../images/new/a/统计an.png)
}
.tabbaritem .homebaritem2[index="4"]
{
    background-image:url(../images/new/a/设置.png)
}
.tabbaritem-active .homebaritem2[index="4"]
{
    background-image:url(../images/new/a/设置an.png)
}
div[current="1"]
{
   border:2px solid rgb(122,134,234);
}
.homebaritem2
{
    width:32px;
    height:32px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    position:relative;
    overflow:visible;
}
.numcircle
{
    border-radius:50%;
    background-color:red;
    color:white;
    width:18px;
    line-height:18px;
    position:absolute;
    left:60%;
    top:-8px;
    text-align:center;
}
.numcircle2 {
    border-radius: 10px;
    background-color: red;
    color: white;
    text-align: center;
    min-width: 20px;
    width: 24px;
    line-height: 18px;
    position: absolute;
    left: 60%;
    top: -8px;
}
.numcircle3
{
    border-radius:50%;
    background-color:red;
    width:10px;
    height:10px;
    position:absolute;
    right:-5px;
    top:-5px;
}
.homebaritem
{
    width:32px;
    height:32px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    position:relative;
    overflow:visible;
}
.main-pagination-bullet[cur="1"] {
    color: #1eaa2d;
    border-bottom: 3px solid #1eaa2d;

}

.tabbar {
    height: 60px;
    width: 100%;
    border-top: 1px solid #EEE;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-content:center;
    align-items:center;
    justify-content:center;
    flex-shrink: 0;
    z-index:100;
    background-color:white;
}
.webnavback {
    width: 100px;
    border: none;
    border-right: 1px solid #AAA;
    flex-shrink: 0;
    color: white;
    cursor: pointer;
}
.navback
{
    width:50px;
    height:20px;
    border:none;
    background-size:contain;
    flex-shrink:0;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(../images/返回.png);
}
.navbutton[selected="2"]
{
    background-color:#AAA;
        color: #EEE;
}
.navbutton {
    text-align: center;
    margin-right: 8px;
    padding: 3px;
    min-width: 70px;
    color: rgb(4,147,79);
    background-color: rgb(230,243,236);
    flex-shrink: 0;
    border-radius: 15px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}
.navbutton[img]
{
    height:30px;
    margin-right:5px;
    padding-left:3px;
    padding-right:3px;
    color:white;
    flex-shrink:0;
}
.navbutton[del]
{
    background-color:#AAA;
    color:white;
}
.webnavbutton {
    text-align: center;
    margin-right: 8px;
    padding: 3px;
    min-width: 70px;
    color: white;
    background-color: rgb(248,191,0);
    flex-shrink: 0;
    border-radius: 15px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}
.webnavcaption
{
    color:white;
    text-align:left;
    margin-left:10px;
    width:100%;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.navcaption
{
    color:black;
    text-align:left;
    margin-left:10px;
    width:100%;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.sitecontentwindow
{
    width: 100%;
    height: 100%;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}
.sitecontentwindow[column="1"]
{
    flex-direction:column;
}
.homeitemdiv
{
    margin-bottom:3px;
    background-color:#EEE;
    background-position:center;
    background-size:contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:320px;
    background-repeat:no-repeat;
    flex-shrink:0;
    position:relative;
    cursor:pointer;
}
.homeitemdiv div
{
    font-size:24px;
    font-weight:900;
    padding:5px;
    background-color:rgba(0,0,0,0.2);
    width:auto;
    height:auto;
    color:white;
    
}
#space_header_div .homeitemdiv
{
    cursor:default;
}
#space_header_div .homeitemdiv {
    cursor: default;
}
#room_header_div .homeitemdiv {
    cursor: default;
}

button {
    color: white;
    background-image: url(../images/cba.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    height: 30px;
    flex-shrink: 0;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.msgdiv
{
    border-radius:5px;
    -webkit-border-radius:5px;
    background-color:white;
    padding:10px 10px 10px 10px;
    position:relative;
    border:1px solid #DDD;
    word-wrap: break-word;
}
.msgdiv[isright="1"]
{
    background-color:rgb(200,216,209);
    color:black;
}
.limg
{
    position:absolute;
    top:3px;
    left:-9.5px;
}
.rimg
{
    position:absolute;
    top:3px;
    right:-10px;
}
.uname
{
    height:25px;
    line-height:25px;
}
.msgcontent
{
    display:inline-block;
    margin-left:7px;
    margin-right:7px;
    max-width:70%;
}
.msg_time
{
    background-color:#AAA;
    color:white;
    padding:1px;
    height:20px;
    line-height:20px;
    border-radius:3px;
    text-align:center;
}
.msgleft
{
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
}
.headerimg
{
    width:48px;
    height:48px;
    vertical-align:top;
    border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #EEE;
}
.msgright
{
    text-align:right;
    margin-top:10px;
    margin-bottom:10px;
}
