header {
    background: #1ABC9C !important;
}
header h1 {
    color: #fff !important;
}
header a{
    color: #fff;
}
.buttons-tab .button.active{
    color: #1abc9c;
    border-color: #1abc9c;
}

.tab{
    padding: 0;
}
#tab1 p{
    margin: 0;
}
#tab1 p.bj{
    font-size: 0.7rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 1rem;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

#tab1 .kc{
    font-size: 0.6rem;
    padding-left: 3rem;
    position: relative;
    line-height: 1.2rem;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}
#tab1 .kc b{
    font-size: 0.7rem;
    position: absolute;
    left: 1rem;
    top:30%;
}
.one-line p{
    font-size: 0.7rem;
    line-height: 1.8rem;
    height: 1.8rem;
    padding-left: 1rem;
    color: #989898;
}
.one-line .text{
    padding: .5rem;
    background: #fff;
}
.one-line .text textarea{
    width: 100%;
    border:1px solid #ebebeb;
}
#tab1 .button.button-fill{
    height: 2rem;
    line-height: 2rem;
    width: 96%;
    margin: .5rem auto;
    background: #1ABC9C !important;
}
.tabs ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs ul li{
    /* text-align: center; */
}
#tab5 .pic{
    text-align: center;
    height: 2.2rem;
    line-height: 2.2rem;
}
#tab5 .pic img{
    width:100% ;
    height: 100%;
}
#tab5 .mssg p{
    margin: 0;
    padding: 0;
    text-align: left;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #89898D;
    font-size: 0.7rem;
}
#tab5 ul li {
    padding: 0.5rem;
    background: #fff;
    border-bottom: #ebebeb 1px solid ;
}

#tab6 ul li{
    padding: 0.5rem;
    background: #fff;
    border-bottom: #ebebeb 1px solid;
    font-size: .7rem;
    color: #89898D;
}
#tab6 ul li span{
    display: inline-block;
    text-align: center;

}
#tab6 ul li span:nth-child(1){
    width: 8%;
}
#tab6 ul li span:nth-child(2){
    width: 28%;
}
#tab6 ul li span:nth-child(3){
    width: 25%;
}
#tab6 ul li span:nth-child(4){
    height: 0.8rem;
    /*overflow: hidden;*/
    width: 17%;
}
#tab6 ul li span:nth-child(5){
    /*overflow: hidden;*/
    width: 17%;
}
#tab6 .btn{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0 .8rem .5rem;
}
#tab6 .btn .button{
    height: 2rem;
    line-height: 2rem;
    background:#1abc9c !important; ;
}
#tab6{
    margin-bottom: 2.4rem;
}


.popup-overlay.modal-overlay-visible{
    z-index: 100 !important
}

.popup{
    height: 70%;;
    position: fixed;
    bottom: 0 !important;
    top:30%;
    background: #1ABC9C;
    z-index: 100000;
    padding:1rem;
}
.zz{
    width:100%;
    height: 70%;
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
}

.popup .fs{
    height: 1.8rem;
    line-height: 1.8rem;
    /*padding-left:.75rem ;*/
    font-size: .7rem;
    color: #fff;
    margin-bottom: .5rem;
}
.popup .fs input{
    outline: none;
    border:none;
    height: 1.5rem;
    color: #89898D;
}
.popup .mssg{
    margin: 0;
    font-size: .7rem;
    color: #fff;
}
.popup .what span {
    display: inline-block;
    padding: .2rem;
    background: black;
    border-radius: 100rem;
    font-size: .65rem;
    color: white;
    margin-bottom: .3rem;
    margin-right: .3rem;
}

