body{
    font-family: "microsoft yahei";
}

nav.navbar.bootsnav{
    background-color: #11b7a7!important;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #fff;
    font-size: 16px;
}
nav.navbar.bootsnav ul.nav > li > a>img{
    vertical-align: -5px;
    margin-right: 5px;
}
nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a{
    color: #fff;
    font-size: 16px;
}
nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover{
    color: #fff;
    font-size: 16px;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
    color: #fff;
}
nav.navbar.bootsnav .navbar-toggle{
    background-color: #11b7a7!important;
}
.container-tzs{
    padding: 15px;
    /*position: fixed;*/
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    box-shadow: 10px 10px 20px #e8e7e7;
    z-index: 999;
}
.logo-mz{
    padding: 15px 15px 0 15px;
}
.service{
    height: 50px;
    line-height: 50px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
}
.tzs-con-boot{
    position: relative;
    background: #f7f7f7;
    height: calc(100% - 80px);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    min-height: 800px;
}
.service-list{
    border-radius: 5px;
    min-height: 50px;
    height: 150px;
    margin-bottom: 40px;
    border: 1px solid #ededed;
    background: #fff;
}

.service-list .yhj-img{
    display: block;

    height: 135px;
    margin: 0 auto;
}
.nub-pay{
    padding-top: 15px;
    position: relative;
    color: #74d2d4;
}
.nub-pay-1{
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}
.nub-pay-2{
    font-size: 48px;
    font-weight: bold;
}
.nub-pay-3{
    font-size: 16px;
    font-weight: bold;
    vertical-align: bottom;
}
.nub-list-p p{
    margin-bottom: 0px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sy-nub{
    background: #74d2d4;
    height: 148px;
    text-align: center;
    position: relative;
}
.circle {
    width: 50px;
    height: 50px;
    position: absolute;
    left:50%;
    margin-left: -25px;
    border-radius: 50%;
    top:20px;
}
.bg1{background:#62c1c3; }

.pie_left, .pie_right {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;left: 0;
}
.left, .right {
    display: block;
    width:50px;
    height:50px;
    background:#50b1b3;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(360deg);
}
.pie_right, .right {
    clip:rect(0,auto,auto,250px);
}
.pie_left, .left {
    clip:rect(0,25px,auto,0);
}
.mask {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 5px;;top:5px;
    color: #fff;
    background: #74d2d4;
    position: absolute;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.sy-nub-a{
    display: block;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 30px;
    line-height: 28px;
    border-radius: 15px ;
    border: 1px solid #fff;
    position: relative;
    top:90px;
}
.sy-nub-a:hover{
    color: #fff;
}
.tzs-btn{
    padding: 50px;
}
.enter-ul-con {
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
    padding: 10px 0;
}
.enter-img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
}
.enter-ul-con:hover .enter-remover{
    display: block;
}
.enter-ul-con p {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.img-tel {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
    animation: maxWid 1s alternate infinite;
    -webkit-animation: maxWid 1s alternate infinite;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.bgb7b940 {
    background: #b7b940;
}
-webkit-@keyframes maxWid {
            0%{
                transform: scale(1.2);
            }
            100%{
                transform: scale(1);
            }
        }
@keyframes maxWid {
    0%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.add-firm{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/add.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.firm-file-img{
    width: 110px;
    height: 110px;
    background:url(../images/file.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}
.firm-file-img #exampleInputFile{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 9;
    opacity: 0;
}
.firm-file-img .firm-file-logo{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
}
.enter-remover{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    z-index: 99;
    display: none;
}
.enter-remover a{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top:50%;
    margin-top: -20px;
    z-index: 999;
}
.enter-remover a:last-child{
    right: 30%;
}
.enter-remover a:first-child{
    left: 30%;
}
.enter-remover a img{
    display: block;
    width: 40px;

}
.enter-ul-con:hover .enter-remover{
    display: block;

}
.login-fixed{
    position: fixed;
   /* width: 100%;
    height: 100%; */
    left: 0;
    top:0;
    right:0;
    bottom:0;
    background: url(../images/Layer-0.png);
    z-index: 1;
}
.login-abs0-con{
    width: 550px;
    position: absolute;
    left: 50%;
    margin-left: -275px;
    top:100px;

}
.login-img{
    vertical-align: top;
    width: 60%;
    display: block;
    margin: 0 auto;
}
.form-div{
    width: 75%;
    height: 50px;
    border: 1px solid #fff;
    margin: 40px auto 0;
}
.form-div span{
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #fff;
    margin: 10px 0 0 ;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.form-div .form-inp-div{
    background: transparent;
    height: 30px;
    border: none;
    padding-left: 10px;
    font-family: "microsoft yahei";
    font-size: 14px;
    width: 80%;
    color: #fff;
}
.form-div .form-inp-div:focus{
    outline:none;
}
.logo-btn{
    width: 75%;
    height: 50px;
    margin: 40px auto 10px;
    display: block;
    background: #51b1f8;
    font-family: "microsoft yahei";
    font-size: 18px;
    color: #fff;
    border: none;
}
.wjpwd,.wjpwd:hover{
    color: #fff;
    text-decoration:underline;
}
.ba22a8aa{
    background: #22a8aa;
}
.voucher-h3-fl{
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding: 00px 10px;
    float: left;
}
.voucher-unb{
    font-size: 24px;
}
.voucher-h3-fr{
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding: 00px 10px;
    float: right;
}
.enter-ul-con .voucher-p01{
    padding: 3px 5px;
    color: #fff;
    text-align: left;
    margin: 0 ;
}
.voucher-div{
    margin-bottom: 15px;
    position: relative;
}
.voucher-inp{
    width: 60%;
    background: transparent;
    border: 1px solid #d0d0d0;
    padding-left: 5px;
}
.con-head-ul{
    width: 209px;
    height: 80px;
    position: relative;
    float: right;
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}
.con-head-ul-tie{
    width: 100%;
    height: 80px;

    background: #569fc9;
}
.con-head-ul-tie img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    vertical-align: top;
    margin: 10px;
}
.con-head-ul-tie span{
    margin-top: 20px;
    color: #fff;
    display: inline-block;
}
.con-head-ul-tie-sel{
    padding-left: 0;
    border: 1px solid #dad9d9;
    display: none;
}
.con-head-ul-tie-sel li{
    height: 35px;
    line-height: 35px;
    list-style: none;
    cursor: pointer;
    padding-left: 20px;
}
.con-head-ul-tie-sel li p{
    margin-bottom: 0;
}
.con-head-ul-tie-sel li p img{
     margin-top: 10px;
}
.con-head-ul-tie-sel li:hover{
    background: #ffe9dc;
}
.con-head-ul:hover .con-head-ul-tie-sel{display: block}
.add-table-sb{
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    overflow: auto;
    width: 100%;
    margin-top: 20px;

}
.add-table-sb tbody tr td,.add-table-sb tbody  tr th{
    border: 1px solid #d2d2d2;
    padding: 10px 0;

    font-weight: 600;
    text-align: center;
    white-space: normal;
    word-break: break-all;
}
.btn-purple{
    background: #11b7a7;
    border: none;
    color: #fff;
    height: 25px;
    width: 60px;
}
.add-sdde{
    background: #11b7a7;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;

}
.add-sdde a{color: #fff}

@media (min-width: 1024px){
    .container-tzs {
        padding: 20px 45px;
    }
    .logo-img{
        text-align: left;
    }
    .logo-mz img{
        float: left;
    }
}











