﻿html{
    font-size:16px!important;
}
.main-container {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.pxsetitem[selected="1"]
{
    border:1px solid rgb(45,158,255);
    color:rgb(45,158,255);
    background-color:white;
}
.pxsetitem
{
    margin-left:15px;
    border-radius:8px;
    background:#EEE;
}
.main-slide {
    width: 100%;
    height: 100%;
    flex-shrink:0;
    background-color:#EEE;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow-x:hidden;
}
.tabbaritem:focus {
    border: none;
}

.tabbaritem {
    height: 100%;
    width: 100%;
    position:relative;
    border-radius: 0;
    background-color: white;
    text-align: center;
    color: #000;
    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;
}

.tabbaritem-active {
    color:rgb(118,62,123);
    border: none;
}
.tabbaritem .homebaritem[index="0"]
{
    background-image:url(../images/new/客户.png)
}
.tabbaritem-active .homebaritem[index="0"]
{
    background-image:url(../images/new/客户an.png)
}
.tabbaritem .homebaritem[index="1"]
{
    background-image:url(../images/new/报价单.png)
}
.tabbaritem-active .homebaritem[index="1"]
{
    background-image:url(../images/new/报价单an.png)
}
.tabbaritem .homebaritem[index="2"]
{
    background-image:url(../images/new/合同.png)
}
.tabbaritem-active .homebaritem[index="2"]
{
    background-image:url(../images/new/合同an.png)
}
.tabbaritem .homebaritem[index="3"]
{
    background-image:url(../images/new/日历.png)
}
.tabbaritem-active .homebaritem[index="3"]
{
    background-image:url(../images/new/日历an.png)
}

.tabbaritem .homebaritem[index="4"]
{
    background-image:url(../images/new/设置.png)
}
.tabbaritem-active .homebaritem[index="4"]
{
    background-image:url(../images/new/设置an.png)
}
.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:24px;
    height:24px;
    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: 45px;
    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;
}

.navback
{
    width:50px;
    height:24px;
    border:none;
    border-right:1px solid #AAA;
    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
{
    height:100%;
    line-height:45px;
    text-align:center;
    margin-right:5px;
    padding-left:3px;
    padding-right:3px;
    color:white;
    flex-shrink:0;
}
.navbutton[img]
{
    height:30px;
    margin-right:5px;
    padding-left:3px;
    padding-right:3px;
    color:white;
    flex-shrink:0;
}
.navcaption
{
    color:white;
    text-align:left;
    margin-left:10px;
    height:100%;
    line-height:45px;
    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;
}