.rentmage{}
.rentmage .title{
    position: relative;
    height: 50px;
    padding: 0 40px;
    background-color: #e4e4e4;
    color: #333333;
}
.rentmage .title span{
    line-height: 50px;
    font-size: 16px;
    margin-right: 5px;
    float: left;
}
.rentmage .title a{
    font-size: 12px;
    line-height: 56px;
    color: #4da1ff;
}
.rentmage .title input{
    float: right;
    width: 170px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 13px;
    border-radius: 2px;
}
.rentmage .serchbtn{
    float: right;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../../img/search-bar-icon.png") no-repeat 0 0;
    margin-top: 13px;
}
.rentmage .serchbtn:hover{
    background: url("../../../img/search-bar-icon-mouseOver.png") no-repeat 0 0;
}


.rentmage .mycountbox{
    height: 100px;
}
.rentmage .mycountbox .mycountfl:first-child{
    width: 50%;
    float: left;
    margin-top: 20px;
    border: none;
}
.rentmage .mycountbox .mycountfl{
    width: 50%;
    float: left;
    margin-top: 20px;
    margin-left: -1px;
    border-left: 1px solid #e4e4e4;
}
.rentmage .mycountbox .mycountfl p{
    line-height: 30px;
}
.rentmage .mycountbox .mycountfl a{
    padding: 2px 10px;
    font-size: 10px;
    color: #4da1ff;
    border: 1px solid #4da1ff;
    border-radius: 3px;
}
.rentmage .mycountbox .mycountfl label{
    margin-left: 30px;
    float: left;
}
.rentmage .mycountbox .mycountfl span{
    float: right;
    margin-right: 30px;
    font-size: 18px;
    color: #ff6d4a;
}

.hetongbox{
    padding: 0 10px 5px;
}
.hetongbox .static{}
.hetongbox .static .title{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #CCCCCC;
}
.hetongbox .static .title span{font-weight: 300;margin-right:20px;color:#4da1ff;}
.hetongbox .static .conten{

}
.hetongbox .static .conten ul{
    font-size: 0;
    padding: 10px 0;
}
.hetongbox .static .conten ul li{
    display: inline-block;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
}
.hetongbox .static .conten ul label{
    width: 90px;
    margin-right: 10px;
    display: inline-block;
    text-align: right;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hetongbox .static .conten ul span{
    display: inline-block;
    width: 190px;
    height: 36px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hetongbox .progsbar{
    width: 150px;
}
.hetongbox .progsbar p{
    text-align: left;
}
.hetongbox .progsbar .goal{
    animation:myprogs 0.4s;
    width: 150px;
    height: 20px;
    overflow: hidden;
    background-color: #ccc;
}
.hetongbox .progsbar .raised{
    animation:myprogsra 1s;
    height: 20px;
    line-height: 20px;
    float: left;
    color: white;
    font-size: 10px;
    border-right: 2px solid #fff;
    background-color: coral;
}
@keyframes myprogs
{
    from {width:0;opacity: 0.2}
    to {width:150px;opacity: 1}
}
@keyframes myprogsra
{
    0%   {opacity:0;}
    50%   {opacity:0;}
    100% {opacity:1;}
}

.conten table{
    text-align: center;
}
.conten thead{
    height: 40px!important;
    line-height: 40px;
    font-size: 12px;
}
.conten thead th{
    padding: 0 2px;
    border-bottom: 1px solid #CCCCCC;
}
.conten tbody{
    font-size: 11px;
    color: #555555;
    border-bottom: 1px solid #CCCCCC;
}
.conten tbody tr:hover{
    background-color: #f3f3f3;
    cursor: pointer;
}
.conten td{
    line-height: 18px;
    padding: 12px 3px;
}



.contract-detl{}
.contract-detl ul{
    padding: 20px;
    font-size: 0;
}
.contract-detl ul li{
    display: inline-block;
    width: 232px;
    font-size: 12px;
    line-height: 30px;
}
.contract-detl label{
    margin-right: 8px;
    color: #333333;
    font-weight: 600;
}
.contract-detl span{
    color: #555555;
}

.contract-con{
    margin-top: 20px;
}
.contract-con .tapbar{}
.contract-con .tapbar ul{
    font-size: 0;
    margin-left: 10px;
}
.contract-con .tapbar ul li{
    display: inline-block;
    font-size: 14px;
}
.contract-con .tapbar a{
    color: #797979;
    display: block;
    line-height: 36px;
    padding: 0 25px;
    margin-left: -1px;
    background-color: #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
}
.contract-con .tapbar .cur{
    padding: 0 35px;
    background-color: white;
    color: #ff6d4a;
}
.contract-con .tapinner{
    display: block;
    margin-top: -1px;
    background-color: white;
    border: 1px solid #a9a9a9;
    padding: 20px 9px;
}

.contract-con .tapinner table,.contract-con .tapinner th,.contract-con .tapinner td{
    font-size: 12px;
    border-collapse: collapse;
    width: 1180px;
    text-align: center;
    border: 1px solid #d2d2d2;
}
.contract-con .tapinner table thead{
    line-height: 30px;
    background-color: #eeeeee;
    color: #333333;
}
.contract-con .tapinner table tbody{
    line-height: 28px;
}


.tapnav{
    background-color: white;
    border-bottom: #e4e4e4 solid 2px;
}
.tapnav-list{}
.tapnav-list a{
    width: 80px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    display: block;
    text-align: center;
}
.tapnav-list a:hover{
    color: #ff6d4a;
}
.tapnav ul{
    display: inline-block;
    font-size: 0;
}
.tapnav ul li{
    display: inline-block;
}
.tapnav .current,.tapnav .current:hover{
    color: #fff;
    background-color: #4da1ff;
}
.tapnav .current a,.tapnav .current a:hover{
    color: #fff;
}
.tapinner .reorse{
    display: none;
    margin-top: 10px;
}
.tapinner .btns{
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}
.tapinner .buldbtn{
    float: right;
}
.tapinner .back{
    margin-top: 12px;
}
.tapinner .newse{
    display: none;
}
.tapinner .newse .newsenav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: -10px;
    border-bottom: #e4e4e4 solid 1px;
}
.tapinner .newse p{
    line-height: 26px;
    margin-bottom: 22px;
}
.tapinner .newse label{
    display: inline-block;
    width: 160px;
    margin-left: 10px;
    float: left;
}
.tapinner .newse textarea{
    width: 700px;
    max-width: 1000px;
    height: 120px;
}
.tapinner .newse span{
    margin-left: 160px;
}


.mygoods{
    margin: 20px 0 30px;
}
.mygoods label{
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 12px;
    float: left;
}
.mygoods .mygoods-bar{
    font-size: 0;
    float: left;
}
.mygoods .mygoods-bar ul{
    float: left;
    font-size: 0;
    margin: 0 1px;
}
.mygoods .mygoods-bar ul li:first-child{
    margin-left: 0;
    display: inline-block;
}
.mygoods .mygoods-bar ul li{
    display: inline-block;
    margin-left: -1px;
}
.mygoods .mygoods-bar a{
    float: left;
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
    border: 1px solid #CCCCCC;
}
.mygoods .mygoods-bar a:hover{
    border: 1px solid #CCCCCC;
    color: #ff6d4a;
    background-color: #eeeeee;
}
.mygoods .mygoods-bar .cur,.mygoods .mygoods-bar .cur:hover{
    background-color: #4da1ff;
    color: white;
    border: 1px solid #4da1ff;
}
.mygoods .mygoods-bar .per,.mygoods .mygoods-bar .next,.mygoods .mygoods-bar .ser{
    float: left;
    background-color: #4da1ff;
    cursor: pointer;
}
.mygoods .mygoods-bar .per:hover,.mygoods .mygoods-bar .next:hover,.mygoods .mygoods-bar .ser:hover{
    background-color: #2978d0;
}
.mygoods .mygoods-bar .ser{
    margin-left: 1px;
}
.mygoods .goodsbar{
    width: 1080px;
}
.mygoods .goodsbar a{
    width: 143px;
    padding: 8px 5px;
}
.mygoods .goodsbar .per,.mygoods .goodsbar .next,.mygoods .goodsbar .ser{
    padding: 13px;
}
.mygoods .yearbar{
    width: 1080px;
}
.mygoods .yearbar a{
    width: 198px;
    padding: 6px 0;
    text-align: center;
}
.mygoods .yearbar .per,.mygoods .yearbar .next,.mygoods .yearbar .ser{
    padding: 3px 8px;
}

.zhenwen{
    padding: 20px;
}
.zhenwen p{
    line-height: 44px;
}
.zhenwen label{
    margin-right: 30px;
}
.zhenwen span{}
.zhenwen img{
    width: 40px;
    height: 44px;
}

