/*顶部*/

.m-topbar {
    height: 26px;
    line-height: 26px;
    color: #FFFFFF;
    background: #313131;
}

.m-topbar .topbar-list li {
    float: left;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 14px;
    white-space: nowrap;
    vertical-align: middle;
}
.m-topbar .topbar-list .borrower{
    color: #ff9728;
}
.m-topbar .topbar-list li a {
    color: #ececec;
}


/*头部*/

.m-header {
    height: 90px;
    background: #FFFFFF;
    z-index: 9999;
}

.m-header .logo {
    line-height: 90px;
}

.m-header .logo a {
    display: inline-block;
    height: 100%;
}

.m-header .menu {
    display: inline-block;
    margin-left: 30px;
    z-index: 99;
}

.m-header .menu>li {
    float: left;
    position: relative;
    display: block;
    padding: 0px 25px;
}

.m-header .menu>li>a {
    position: relative;
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    border-radius: 0;
    text-decoration: none;
}

.m-header .menu>li>a span {
    width: 100%;
    height: 2px;
    background: #ff9900;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 20px;
    display: none;
}

.m-header .menu>li.current a {
    color: #ff9900
}

.m-header .menu>li.current>a span {
    display: inline-block;
}

.m-header .menu>li:hover {
    background: #D7D7D7;
}

.m-header .menu>li:hover>a {
    color: #d14949;
}

.loginBtnGroup {
    margin: 28px 0;
    margin-left: 60px;
}

.loginBtnGroup a.cur {
    color: #FFFFFF;
    background: #d6001d;
}

.userInfoBox {
    margin: 23px 0;
    width: 198px;
    height: 44px;
}

.userLabel {
    display: inline-block;
    width: 25px;
    height: 44px;
    background: url("../img/icons/userIcon.png")/*tpa=https://www.51jili.com/static/Web2015/img/icons/userIcon.png*/
    no-repeat;
}

.account_in {
    display: inline-block;
    vertical-align: middle;
    width: 119px;
    height: 40px;
    background: url("../img/icons/userLabel.png")/*tpa=https://www.51jili.com/static/Web2015/img/icons/userLabel.png*/
    no-repeat;
}

.account_in:hover {
    background-position: -132px 0;
}


/*面板*/

.panel {
    border-radius: 0;
    border: none;
    padding: 0;
}

.panel .panel-heading {
    background-color: #FFFFFF;
}


/*用户中心导航*/

.homeMenu>li>a {
    color: #FFFFFF !important;
    padding: 8px 35px;
    background: #d6001d;
}

.homeMenu>li.active>a,
.homeMenu>li:hover>a {
    color: #d6001d !important;
    background-color: #FFFFFF !important;
}


/*文章及单页的导航*/

.navMenu>li {
    margin-left: 0 !important;
    text-align: center;
    margin: 0 2px;
}

.navMenu>li>a {
    color: #FFFFFF !important;
    padding: 8px 35px;
}

.navMenu>li.active>a,
.navMenu>li:hover>a {
    color: #d6001d !important;
    background-color: #FFFFFF !important;
}


/*项目详情导航*/

.detailMenu li a {
    color: #727272 !important;
}

.detailMenu li.active a,
.detailMenu li:hover a {
    background-color: #FFFFFF !important;
}

.m-nav .m-navbar-header {
    display: block;
    float: left;
    padding: 0 10px;
    color: #8b8b8b;
}

.m-nav .m-navbar {
    display: block;
    padding: 0 10px;
}

.m-nav .m-navbar>li {
    float: left;
    position: relative;
    display: block;
    margin: 0 10px;
}

.m-nav .m-navbar>li>a {
    position: relative;
    display: block;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 2px;
    color: #8b8b8b;
}

.m-nav .m-navbar li.cur a {
    color: #FFFFFF;
    background: #cc3333;
}

.m-nav .m-navbar li span[data-sort=Desc] em.icon-long-arrow-up {
    display: none;
}

.m-nav .m-navbar li span[data-sort=Asc] em.icon-long-arrow-down {
    display: none;
}

.attrValues .m-navbar li span[data-sort=Desc] em.icon-long-arrow-up {
    display: none;
}

.attrValues .m-navbar li span[data-sort=Asc] em.icon-long-arrow-down {
    display: none;
}

.m-nav .m-navbar li.m-dropdown.open .dropdown-toggle {
    color: #FFFFFF;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #cc3333;
}

.m-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    float: left;
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border: solid 1px #cc3333;
    border-top: none;
}

.m-dropdown-menu a {
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    color: #727272;
}

.open .m-dropdown-menu {
    display: block;
}

.m-dropdown .caret {
    margin-left: 8px;
    border-top: 8px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.h-dropdown-menu {
    position: absolute;
    /* margin:0 -30px; */
    left: -30px;
    right: -30px;
    margin-top: 15px;
    padding-top: 8px;
    background: #FFFFFF;
    display: none;
    z-index: 999;
}

.h-dropdown:hover .h-dropdown-menu {
    display: block;
}

.h-dropdown-menu .arrow {
    position: absolute;
    width: 100%;
    height: 16px;
    top: -16px;
    left: 0;
}

.h-dropdown-menu .arrow:before {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    margin-left: -8px;
    border: solid 8px transparent;
    border-bottom: solid 8px #e5e5e5;
    z-index: 999;
}

.h-dropdown-menu .arrow:after {
    position: absolute;
    display: block;
    top: 1px;
    content: "";
    left: 50%;
    margin-left: -8px;
    border: solid 8px transparent;
    border-bottom: solid 8px #FFFFFF;
    z-index: 999;
}

.h-dropdown-menu li {
    display: block;
    float: left;
    width: 100%;
    margin: 2px 0;
}

.h-dropdown-menu li a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.h-dropdown-menu li.cur a,
.h-dropdown-menu li:hover a {
    color: #FFFFFF;
    background: #d6001d;
}


/*迷你登录框*/

#MiniLogin .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 320px;
    height: 350px;
    margin-top: -175px;
    margin-left: -160px;
}

#MiniLogin .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}


/*属性筛选*/

.attrs {}

.attr {
    margin: 5px;
    padding: 0 10px;
}

.attrKey {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.attrValues {
    display: table-cell;
    vertical-align: top;
}

.attrValues ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.attrValues ul li {
    float: left;
    margin: 0 20px 10px;
}

.attrValues ul li a {
    color: #727272;
    padding: 2px 10px;
    border-radius: 2px;
    line-height: 1em;
}

.attrValues ul li.cur a,
.attrValues ul li:hover a {
    color: #FFFFFF;
    text-decoration: none;
    background: #d6001d;
}

.repay-plan .attrValues ul li.active a,
.repay-plan .attrValues ul li.active:hover a {
    color: #FFFFFF;
    text-decoration: none;
    background: #d6001d;
}


/*内容*/

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.container {
    width: 1200px;
    padding: 0;
}

.layout700 {
    width: 700px;
}

.layout710 {
    width: 710px;
}

.layout298 {
    width: 298px;
}

.layout300 {
    width: 300px;
}

.layout310 {
    width: 310px;
}

.col-lg-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-2dot4 {
    float: left;
}

.col-lg-2dot4 {
    width: 25%;
}

.col-lg-pull-2dot4 {
    right: 20%;
}

.col-lg-push-2dot4 {
    left: 20%;
}

.col-lg-offset-2dot4 {
    margin-left: 20%;
}

.detailBase .progress {
    height: 14px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    background-color: #d8d8d8;
    border-radius: 0;
}


/*返回顶部*/

.goTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*margin-left: 550px;*/
    z-index: 99;
}

.goTop>a {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 4px;
    border: solid 1px #a0a0a0;
    border-radius: 2px;
    background: #ededed;
    text-decoration: none !important;
}

.goTop>a .a-b {
    line-height: 38px;
    text-align: center;
    color: #a0a0a0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    overflow: hidden;
    position: relative;
}

.goTop>a:hover {
    border: solid 1px #cc3333;
    background: #FFFFFF;
}

.goTop>a:hover .a-b {
    color: #cc3333
}

.goTop>a span {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 1em;
    padding-top: 4px;
}

.icon-tipsn {
    background: url(../img/n-i04.png) center center no-repeat;
}

.tips_modal {
    position: relative;
}

.tips_modal-b {
    position: absolute;
    width: 200px;
    left: -240px;
    top: 50%;
    margin-top: -30px;
    background: #cc3333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 100;
    opacity: 0;
    font-size: 16px;
    display: none;
}

.tips_modal-b strong {
    font-size: 18px;
    font-weight: normal;
}

.tips_modal-b i {
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    background: url(../img/n-i03.png) center center no-repeat;
}

.goTop>a:hover .tips_modal-b {}


/*底部*/

.m-footer {
    background: #cacaca;
    color: #747474;
}

.m-footer a {
    color: #747474;
}

.m-footer a:hover {
    color: #222 !important;
}

.cooper {
    height: 57px;
    margin: 30px auto;
}

.cooper li {
    float: left;
    display: block;
    width: 14.28%;
    /*width:-moz-calc(100% / 7);*/
    height: 100%;
    background: url("../img/sources/cooper.png")/*tpa=https://www.51jili.com/static/Web2015/img/sources/cooper.png*/
    no-repeat;
}

.cooper li a {
    display: block;
    margin-right: 25px;
    height: 100%;
}

.c01 {
    background-position: 5px 0 !important;
}

.c02 {
    background-position: -148px 0 !important;
}

.c03 {
    background: url("../img/sources/cooper02.png")/*tpa=https://www.51jili.com/static/Web2015/img/sources/cooper02.png*/
    no-repeat !important;
    background-position: 0px 15px !important;
    background-size: contain !important;
}

.c04 {
    background: url("../img/sources/cooper03.png")/*tpa=https://www.51jili.com/static/Web2015/img/sources/cooper03.png*/
    no-repeat !important;
    background-position: 0px 10px !important;
    background-size: contain !important;
}

.c05 {
    background-position: -480px -2px !important;
}

.c06 {
    background: url("../img/sources/cooper01.png")/*tpa=https://www.51jili.com/static/Web2015/img/sources/cooper01.png*/
    no-repeat !important;
    background-position: -5px 10px !important;
    background-size: contain !important;
}

.c07 {
    background-position: -638px -3px !important;
}

.weibo:before,
.weixin:before,
.qq:before,
.msg:before,
.apple:before,
.android:before,
.user2:before {
    display: inline-block;
    margin-right: 15px;
    height: 35px;
    content: "";
    background: url("../img/icons/footerIcon.png")/*tpa=https://www.51jili.com/static/Web2015/img/icons/footerIcon.png*/
    no-repeat;
    vertical-align: middle;
    margin-top:10px;
    margin:5px 15px 5px 0;
}

.weibo:before {
    width: 33px;
    background-position: 0 0;
}

.weixin:before {
    width: 32px;
    background-position: -47px 0;
}

.qq:before {
    width: 32px;
    background-position: -94px 0;
}

.msg:before {
    width: 32px;
    background-position: -235px 0;
}

.user2:before {
    width: 32px;
    background-position: 0 6px !important;
    background: url("../img/icons/user2.png")/*tpa=https://www.51jili.com/static/Web2015/img/icons/user2.png*/
    no-repeat;
}

.apple:before {
    width: 28px;
    background-position: -140px 0;
}

.android:before {
    width: 30px;
    background-position: -188px 0;
}

.icon-soldout {
    position: absolute;
    top: -18px;
    /*left:-100px;*/
    right: 0;
    display: block;
    width: 105px;
    height: 105px;
    background: url("../img/icons/rz.png") 0 center no-repeat;
    z-index: 99;
}

.icon-repayPlan {
    position: absolute;
    top: -18px;
    /*left:-100px;*/
    right: 0;
    display: block;
    width: 105px;
    height: 105px;
    background: url("../img/icons/rp.png") 0 center no-repeat;
    z-index: 99;
}

.email-unread {
    width: 21px;
    height: 16px;
    background: url("../img/icons/email.png") no-repeat;
}

.email-readed {
    width: 21px;
    height: 21px;
    background: url("../img/icons/email.png") 0 -31px no-repeat;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #d33626;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: green;
}

.has-error .icon-x-altx-alt {
    padding-top: 6px;
    color: #d6001d;
    font-size: 20px;
}

.has-success .icon-check-alt {
    /* padding-top: 6px; */
    padding-top: 12px;
    color: #32b16c;
    font-size: 20px;
}

#bankBindRechargeForm .has-success .icon-check-alt,
#bankRechargeForm .has-success .icon-check-alt,{
    padding-top: 12px;
}

#bankBindRechargeForm .has-error .icon-x-altx-alt,
#bankRechargeForm .has-error .icon-x-altx-alt {
    padding-top: 12px;
}

.help-block {
    position: absolute;
    margin-top: 2px;
    width: 90%;
    padding: 5px;
    background: #fef2f1;
}

.has-error .help-block {
    position: static;
    width: 100%;
}

.zatips {
    width: 100%;
    position: relative;
    margin-top: 2px;
    z-index: 99;
}

.zatips .zatips-tips {
    width: 100%;
    padding: 5px;
    background: #fef2f1;
}

.red-tab li {
    padding: 8px 30px;
    background-color: #ebebeb;
    color: #959595;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-bottom: -1px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.red-tab li.cur {
    border-top: 4px solid #cc3333;
    background: white;
    color: #cc3333;
}


/*loading*/

.gb-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.gb-loading .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
}