/*基本样式*/
* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    color: #333333;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body,
html {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

body {
    background-repeat: no-repeat;
}

.labour {
    float: left;
    width: 7.5rem;
    height: auto;
    margin-top: .15rem;
    background: #FFFFFF;
    border-top: 0.01rem solid #E4E4E4;
    border-bottom: 0.01rem solid #E4E4E4;
}

.labour .headline {
    float: left;
    width: 7.5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    text-align: left;
    color: #000000;
    background: url(/images/gz/yuan.png) no-repeat left .2rem center;
    background-size: auto 15%;
    text-indent: .5rem;
}

.labour .labour_list {
    float: left;
    width: 7.5rem;
    height: auto;
    margin-bottom: .2rem;
}

.labour .labour_list ul {
    float: left;
    width: 100%;
    height: auto;
}

.labour .labour_list ul li {
    float: left;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
}

.labour .labour_list ul li a.titles {
    float: left;
    width: 5rem;
    height: .7rem;
    font-size: .28rem;
    color: #999999;
    line-height: .7rem;
    margin-left: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.labour .labour_list ul li span {
    float: right;
    width: 1.6rem;
    height: .7rem;
    font-size: .28rem;
    color: #999999;
    line-height: .7rem;
    margin-right: .25rem;
}

.labour table {
    float: left;
    width: 7rem;
    height: auto;
    margin-left: .25rem;
    border-collapse: collapse;
    border: solid 1px #eeeeee;
}

.labour table td {
    width: 1.25rem;
    border: solid 1px #eeeeee;
    height: .8rem;
    position: relative;
}

.labour table td a {
    float: left;
    width: 100%;
    height: 100%;
}

.labour table td img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    position: absolute;
    padding: 10%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.labour .peripherys_list {
    float: left;
    width: 7rem;
    height: auto;
    margin-left: .25rem;
    margin-bottom: .2rem;
}

.labour .peripherys_list ul {
    float: left;
    width: 100%;
    height: auto;
}

.labour .peripherys_list ul li {
    float: left;
    width: 48%;
    height: .7rem;
    line-height: .7rem;
    background: #eff6ff;
    border-radius: .2rem;
    margin-bottom: .1rem;
}

.labour .peripherys_list ul li:nth-child(odd) {
    margin-right: 4%;
}

.labour .peripherys_list ul li a.titles {
    float: left;
    width: 100%;
    height: .7rem;
    font-size: .28rem;
    color: #666666;
    line-height: .7rem;
    text-align: center;
}

/*计算表格*/
.calculator {
    float: left;
    width: 7.5rem;
    height: auto;
    background: #FFFFFF;
    border-top: 0.01rem solid #E4E4E4;
    border-bottom: 0.01rem solid #E4E4E4;
}

.calculator .headline {
    float: left;
    width: 7.5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    text-align: left;
    color: #000000;
    background: url(/images/gz/yuan.png) no-repeat left .2rem center;
    background-size: auto 15%;
    text-indent: .5rem;
}

.calculator .contents {
    float: left;
    width: 7rem;
    height: auto;
    font-size: .3rem;
    margin-left: .25rem;
}

.calculator .contents label, .calculator .contents span {
    font-size: .3rem;
}

.calculator .entry {
    width: 6.9rem;
    height: 1rem;
    border: 0.01rem solid #E4E4E4;
    margin-bottom: .2rem;
}

.calculator .entry label {
    float: left;
    width: 1.7rem;
    height: 1rem;
    line-height: 1rem;
    margin-left: .3rem;
}

.calculator .entry input.texts {
    float: left;
    width: 2.8rem;
    height: .8rem;
    line-height: .8rem;
    margin-top: .1rem;
    border: 0rem solid #ffffff;
}

.calculator .entry input.texts:disabled {
    background: #FFFFFF;
}

.calculator .entry input.ischange {
    float: left;
    margin-top: .4rem;
    -webkit-appearance: checkbox;
}

.calculator .entry span {
    float: left;
    height: 1rem;
    line-height: 1rem;
    margin-left: .2rem;
}

.calculator button {
    float: left;
    width: 3.35rem;
    height: .94rem;
    background: #4dbef3;
    border-radius: .2rem;
    border: 0rem solid #ffffff;
    color: #ffffff;
    font-size: .36rem;
    margin-bottom: .5rem;
}

.calculator button.left-but {
    margin-right: .25rem;
    background: #02a2ee !important;
}

/*计算结果*/

.box-detail {
    display: none;
    float: left;
    width: 7.5rem;
    height: auto;
    margin-top: .15rem;
    background: #FFFFFF;
    border-top: 0.01rem solid #E4E4E4;
    border-bottom: 0.01rem solid #E4E4E4;
}

.box-detail .headline {
    float: left;
    width: 7.5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    text-align: left;
    color: #ff7300;
    background: url(/images/gz/yuan2.png) no-repeat left .2rem center;
    background-size: auto 15%;
    text-indent: .5rem;
}

.box-detail .contentm {
    float: left;
    width: 7.1rem;
    height: auto;
    font-size: .22rem;
    margin-left: .2rem;
    margin-bottom: .5rem;
    text-align: center;
}

.box-detail table {
    float: left;
    width: 7rem;
    height: auto;
    line-height: .7rem;
    border-collapse: collapse;
    border: solid 1px #eeeeee;
}

.box-detail table td {
    width: auto;
    border: solid 1px #eeeeee;
    height: .7rem;
    position: relative;
}

.box-detail table th {
    width: auto;
    border: solid 1px #f5f5f5;
    height: .7rem;
    position: relative;
    background: #f5f5f5;
}

.labour p{
    float: left;
    width: 7rem;
    height: auto;
    font-size: .28rem;
    color: #666666;
    line-height: .5rem;
    margin-left: 0.25rem;
}

.labour p.bottom {
    margin-bottom: .35rem;
}

.sbtable{
    margin-bottom: .35rem;
}

.sbtable tr{
    height: 0.74rem;
    line-height: 0.74rem;
}

.sbtable tr th{
    height: 0.74rem;
    line-height: 0.74rem;
    background: #d4e7fe;
}


.sbtable tr td{
    text-align: center;
    font-size: .22rem;
    color: #333;
}

.sbtable tr td.act{
    text-align: left;
    text-indent: .25rem;
}

.sbtable tr:nth-child(odd){
    background: #f6fafe;
}


/*公积金*/
.calculators{
    float: left;
    width: 7.5rem;
    height: auto;
    background: #FFFFFF;
    border-top: 0.01rem solid #E4E4E4;
    border-bottom: 0.01rem solid #E4E4E4;
    margin-bottom: 0.15rem;
}

.calculators ul.right-gjj{
    float: left;
    width: 7.3rem;
    height: auto;
    margin-left: .2rem;
    margin-top: .24rem;
    margin-bottom: .24rem;
}

.calculators ul.right-gjj li{
    float: left;
    width: 1.67rem;
    height: .7rem;
    line-height: .7rem;
    margin-right: .14rem;
    text-align: center;
    background: #f5f5f5;
    font-size: .28rem;
    font-weight: bolder;
    border-radius: .05rem;
}

.calculators ul.right-gjj li.select{
    background: #66acff;
    color: #fff;

}

.labour .h2{
    float: left;
    width: 7rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
    text-align: left;
    color: #ff7300;
    margin-left: 0.25rem;
}

.labour-bottom{
    margin-bottom: .15rem;
    margin-top: 0rem;
}

.time{
    float: right;
    width: 4.5rem;
    margin-right: .4rem;
    text-align: right;
}

.calculator .entrys label {
    float: left;
    width: 3.7rem !important;
}

.calculator .entrys input {
    float: right !important;
    width: 1.8rem !important;
    height: 0.8rem;
    line-height: .8rem;
    margin-top: 0.1rem;
    border: 0rem solid #ffffff;
    text-align: right;
    margin-right: .2rem;
    font-size: .3rem;
}

.calculator .entry select.select-top {
    float: right;
    border: 0px;    
    font-size: .3rem;
    line-height: .97rem;
    height: 0.97rem;
    margin-right: .2rem;
}

.calculator .entrys select {
    float: right;
    border: 0px;    
    font-size: .3rem;
    line-height: .97rem;
    height: 0.96rem;
    margin-right: .2rem;
}


.box-detail table td.act{
    width: 60%;
    background: #f5f5f5;
}

.box-details table td {
    width: auto;
    border: solid 1px #eeeeee;
    height: 0.98rem;
    position: relative;
}

.cal_title{
    position: absolute;
    top: .43rem;
    left: 0px;
    color: #ddd;
    width: 100%;
    height: .2rem;
    text-align: center;
    font-size: .14rem;
    text-indent: 0px;
}

.nums-org{
    color: orange;
}

.cal_dijianprice{
 color: #ddd;
}

.labour ul.gjj-list {
    float: left;
    width: 7.1rem;
    height: auto;
    margin-left: .2rem;
    margin-top: -0.24rem;
    margin-bottom: .24rem;
}

.labour ul.gjj-list li{
    float: left;
    width: 7.1rem;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.labour ul.gjj-list li:nth-last-child(1){
    float: left;
    width: 7.1rem;
    height: auto;
    border-bottom: 0px solid #ddd;
}

.labour ul.gjj-list li a{
    float: left;
    width: 7.1rem;
    height: auto;
    padding-top: .2rem;
}

.labour ul.gjj-list li a .title-gjj{
    float: left;
    width: 5.7rem;
    height: auto;
    line-height: .76rem;
    font-size: .28rem;
    font-weight: bolder;
    color: #555;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
}

.labour ul.gjj-list li a .time-gjj{
    float: right;
    width: 1.4rem;
    height: .36rem;
    line-height: .36rem;
    font-size: .18rem;
    color: #999;
    background: #f1f1f1;
    text-align: center;
    margin-top: .2rem;
}

.labour ul.gjj-list li a .text-gjj{
    float: left;
    width: 7.1rem;
    height: auto;
    line-height: .45rem;
    font-size: .26rem;
    color: #666;
    margin-bottom: .32rem;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
}

.labour p span{
    font-size: .26rem;
    color: #000;
    line-height: .5rem;
    font-weight: bolder;
}

.labour-js p{
    font-size: .26rem !important;
    color: #555 !important;
}

.labour-js p a{
    font-size: .26rem !important;
    color: #555 !important;
    text-decoration: none;
}

.labour-js{
    padding-bottom: .3rem;
}

.gjj-table{
    display: none;
}

.city-list{
    float: left;
    width: 7.3rem;
    height: auto;
    margin-left: .2rem;
    margin-bottom: .3rem;
}

.city-list li{
    float: left;
    width: auto;
    height: .6rem;
    line-height: .6rem;
    margin-right: .105rem;
    text-align: center;
    background: #eff6ff;
    font-size: .30rem;
    color: #1b6991;
    padding: 0rem .1rem;
    border-radius: .05rem;
}

.city-list li a{
    float: left;
    width: auto;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .30rem;
    color: #1b6991;

}

.city-li{
 float: left;
 width: 7.3rem;
 height: auto;
 margin-left: .2rem;
 margin-bottom: .3rem; 
}

.city-li:nth-last-child(1) .city-lis{
 border-bottom: 0px solid #ddd;
}


.city-li .city-a{
    float: left;
    width: .58rem;
    height: .58rem;
    line-height: .58rem;
    border-radius: 1rem;
    background: #ff7300;
    color: #fff;
    text-align: center;
}

.city-li .city-lis{
    float: right;
    width: 6.3rem;
    height: auto;
    margin-right: .2rem;
    padding-bottom: .12rem;
    border-bottom: 1px solid #ddd;
}

.city-li .city-lis-bottom{
    border-bottom: 0px solid #ddd;
}

.city-li .city-lis ul{
    float: right;
    width: 6.3rem;
    height: auto;
}

.city-li .city-lis ul li{
    float: left;
    width: auto;
    height: .58rem;
    padding: 0rem .1rem;
    font-size: .3rem;
    color: #333;
}

.city-li .city-lis ul li a{
    float: left;
    width: 100%;
    height: .58rem;
    font-size: .3rem;
    color: #333;
}

.header_two a.menu {
    position: absolute;
    top: .3rem;
    left: .22rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(/images/zhankai.png) no-repeat center;
    background-size: 100% auto;
}

.menu-li{
    display: none;
    position: fixed;
    top: .95rem;
    left: 0rem;
    width: 7.5rem;
    height: auto;
    background: #fff;
}

.menu-li .header_titles{
    float: left;
    width: 3.6rem;
    height: 1.08rem;
    margin-left: 1.95rem;
    margin-top: .45rem;
}

.menu-li ul{
    float: left;
    width: 7.5rem;
    height: auto;
    padding: .24rem 0rem;
}

.menu-li ul li{
    float: left;
    width: 7.5rem;
    height: .74rem;
    line-height: .74rem;
    font-size: .3rem;
    text-align: center;
    color: #333;
}

.menu-li ul li a{
    float: left;
    width: 7.5rem;
    height: .74rem;
    line-height: .74rem;
    font-size: .3rem;
    text-align: center;
    color: #333;
    font-weight: bolder;
}

.gjj-table-show {
    display: block;
}

.gjj-table-hide {
    display: none;
}