[class^="jbers-"] h3,
[class^="jbers-"] .h3 {
    margin: 0 0 15px;
    font-size: 20px;
}

[class^="jbers-"] h3 small,
[class^="jbers-"] .h3 small {
    font-size: 20px;
    color: #aaa;
    padding-left: 33px;
    position: relative;
}

[class^="jbers-"] h3 small:before,
[class^="jbers-"] .h3 small:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 20px;
    background: #05a899;
    left: 15px;
    top: 1px;
}



/*幻灯片*/

.jbers-car {
    margin-bottom: 10px;
}

.jbers-car .item img {
    width: 100%;
}


/*登录&资讯*/

.jbers-lan {
    margin-bottom: 10px;
}

.jbers-lan>.container>.row>div {
    padding-top: 20px;
    padding-bottom: 15px;
    background: #fff;
}

.jbers-lan .container>.row>div h3 {
    padding-left: 15px;
}

.jbers-lan .list-group-item {
    border: none;
    font-size: 15px;
}

.jbers-lan .news a.list-group-item:hover {
    background: none;
    color: #000;
}

.jbers-lan .log-box .my-a {
    display: block;
    width: 78px;
    height: 78px;
    border: 1px solid #e7e7e7;
    margin: 5px auto;
}

.jbers-lan .log-box .my-a img {
    width: 76px;
    height: 76px;
}

.jbers-lan .log-box .btn {
    height: 46px;
    width: 100%;
    line-height: 34px;
    font-size: 16px;
    margin: 10px auto 20px;
}

.jbers-lan .login-panel {
    margin-bottom: 10px;
}

.jbers-lan .login-panel>.row {
    margin: 0;
    margin: 10px -10px 0;
}

.jbers-lan .login-panel>.row a,
.jbers-lan .log-box .me {
    color: #555;
    text-align: center;
    display: block;
}

.jbers-lan .login-panel>.row a:hover {
    text-decoration: none;
    color: #000;
}

.jbers-lan .login-panel>.row a span {
    background: url(../../images/card/public-icons.png) no-repeat;
    display: block;
    width: 58px;
    height: 58px;
    margin: 0 auto 5px;
}

.jbers-lan .login-panel>.row a.mycard span {
    background-position: -158px -377px;
}

.jbers-lan .login-panel>.row a.binding span {
    background-position: -158px -454px;
}

.jbers-lan .login-panel>.row a.custom span {
    background-position: -158px -531px;
}



/*简介*/

.jbers-info {
    padding: 50px 0 25px;
    background: #fff;
    margin-bottom: 10px;
}

.jbers-info img {
    margin-bottom: 15px;
}

.jbers-info p {
    font-size: 12px;
}


/*推荐*/

.jbers-rec {
    background: url(../../images/card/rec-bg.jpg) center no-repeat fixed;
}

.jbers-rec .row {
    box-shadow: 0 14px 16px rgba(0, 0, 0, .3);
}

.jbers-rec div[class^="col-"] {
    overflow: hidden;
    padding: 0;
}

.jbers-rec .row {
    margin: 0;
}

.jbers-rec img {
    width: 100%;
}



/*卡列表*/

.jbers-card>.container>.row>div>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.jbers-card>.container>.row>div>.row>[class^="col-xs-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.jbers-card {
    background: #f4f4f4;
    padding-top: 10px;
}

.jbers-card .type {
    background: #fff;
    padding: 15px 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.jbers-card .card-type-group {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 45px;
}

.jbers-card .card-type-group>li {
    float: left;
    position: relative;
}

.jbers-card .card-type-group>li a.h4 {
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    margin: 0;
    color: #999;
    width: 70px;
}

.jbers-card .card-type-group>li a:hover.h4,
.jbers-card .card-type-group>li a:focus.h4 {
    background: #fff;
}

.jbers-card .card-type-group>li a:hover.h4 {
    color: #999;
}

.jbers-card .card-type-group>li.active a.h4 {
    color: #05a899;
    border-bottom: 2px solid #05a899;
}

.jbers-card .card-type-group>li>div {
    display: none;
}

.jbers-card .card-type-group>li.active>div {
    display: block;
    position: absolute;
    width: calc(100vw - 50px);
    overflow-x: scroll;
}

.jbers-card .card-type-group>li.active>div::-webkit-scrollbar {
    width: 0;
    height: 0
}

.jbers-card .card-type-group>li.active>div>div {
    white-space: nowrap;
    word-break: break-all;
}

.jbers-card .card-type-group>li:nth-child(2).active>div {
    left: -70px;
}

.jbers-card .card-type-group>li:nth-child(3).active>div {
    left: -140px;
}

.jbers-card .card-type-group>li div a {
    display: inline-block;
    line-height: 45px;
    margin-right: 15px;
    color: #888;
    font-size: 12px;
}

.jbers-card .card-type-group>li div a:hover {
    color: #333;
    text-decoration: none;
}

.jbers-card ul.row {
    padding: 0;
}

.jbers-card .item {
    background: #fff;
    padding: 20px 10px 0;
    margin-bottom: 10px;
}

.jbers-card .item .price span {
    color: #05a899;
    font-size: 16px;
}

.jbers-card .item .cart a {
    width: 18px;
    height: 17px;
    display: block;
    margin: 5px 5px 0 0;
    background: url(../../images/card/public-icons.png) -136px 0 no-repeat;
    opacity: .7;
}

.jbers-card .item .cart a:hover {
    opacity: 1;
}

.jbers-card .item .name {
    height: 50px;
}

.jbers-card .item a {
    color: #333;
}

.jbers-card .item a:hover {
    color: #05a899;
    text-decoration: none;
}






@media (max-width:768px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}


/*小屏幕 平板 (≥768px)*/
@media (min-width:768px) {
    [class^="jbers-"] h3 {
        font-size: 24px;
    }

    [class^="jbers-"] h3 small {
        font-size: 24px;
        color: #aaa;
        padding-left: 0;
        position: relative;
        display: block;
        margin-top: 30px;
    }

    [class^="jbers-"] h3 small:before {
        width: 24px;
        height: 3px;
        left: 0px;
        top: -15px;
    }
    /*幻灯片*/

    .jbers-car {
        margin-bottom: 0;
    }

    .jbers-car .item {
        height: 540px;
        overflow: hidden;
    }

    .jbers-car .item .imgsm {
        width: 100%;
        height: 540px;
        background: url(../../images/card/flk-sm.jpg) center no-repeat;
    }
    /*登录&资讯*/

    .jbers-lan {
        margin-bottom: 0;
    }

    .jbers-lan>.container {
        position: relative;
    }

    .jbers-lan>.container>.row {
        height: 540px;
        position: absolute;
        top: -540px;
        right: 20px;
    }

    .jbers-lan>.container>.row>div {
        width: 275px;
        margin: 10px 0 0;
        float: none;
    }

    .jbers-lan .login-panel {
        height: 240px;
    }

    .jbers-lan .login-panel form {
        padding: 0 10px;
    }

    .jbers-lan input,
    .jbers-lan button {
        height: 46px;
    }

    .jbers-lan button {
        min-width: 100%;
    }

    .jbers-lan .login-panel p {
        font-size: 12px;
        color: #666;
    }

    .jbers-lan .login-panel p a {
        color: #05a899;
    }

    .jbers-lan .log-box {
        height: 110px;
        padding: 0 5px;
    }

    .jbers-lan .log-box .btn {
        margin-top: 35px;
    }

    .jbers-lan .login-panel>.row a,
    .jbers-lan .log-box .me {
        font-size: 12px;
    }

    .jbers-lan .news {
        height: 270px;
    }

    .jbers-lan .news .list-group-item {
        padding: 7px 15px;
        width: 255px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }
    /*简介*/

    .jbers-info {
        padding-bottom: 50px;
        background: none;
    }

    .jbers-info p {
        font-size: 14px;
    }
    /*推荐*/

    .jbers-rec .row {
        margin: 0 10px;
    }

    .jbers-rec>div {
        padding: 70px 0;
        background: rgba(0, 0, 0, .1);
    }
    /*卡列表*/

    .jbers-card .type {
        background: none;
        padding: 0 0 0 10px;
        border-bottom: none;
    }

    .jbers-card h3 {
        margin-bottom: 30px;
    }

    .jbers-card .card-type-group {
        border-bottom: none;
        margin-bottom: 20px;
    }

    .jbers-card .card-type-group>li {
        float: none;
        position: static;
        border-bottom: 1px solid #e5e5e5;
    }

    .jbers-card .card-type-group>li a.h4 {
        padding: 10px 10px 10px 0;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #333;
        font-weight: bold;
        width: 100%;
    }

    .jbers-card .card-type-group>li a:hover.h4,
    .jbers-card .card-type-group>li a:focus.h4 {
        background: #eee;
    }

    .jbers-card .card-type-group>li:not(.active) a:hover.h4 {
        color: #333;
    }

    .jbers-card .card-type-group>li.active a.h4 {
        border-bottom: none;
    }

    .jbers-card .card-type-group>li>div {
        display: none;
    }

    .jbers-card .card-type-group>li.active>div {
        display: block;
        position: static;
        width: auto;
        overflow-x: auto;
        margin-bottom: 10px;
    }

    .jbers-card .card-type-group>li a.h4:after {
        content: "+";
        float: right;
        font-weight: lighter;
        color: #999;
    }

    .jbers-card .card-type-group>li.active a.h4:after {
        content: "-";
        float: right;
        font-weight: lighter;
        color: #999;
    }

    .jbers-card .card-type-group>li:nth-child(1).active>div>div {
        width: auto;
    }

    .jbers-card .card-type-group>li:nth-child(2).active>div>div {
        width: auto;
    }

    .jbers-card .card-type-group>li div a {
        float: left;
        display: block;
        line-height: 30px;
        margin-right: 10px;
    }

    .jbers-card .card-type-group>li div a:hover {
        color: #333;
        text-decoration: none;
    }

    .jbers-card>.container>.row>div>.row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .jbers-card>.container>.row>div>.row>[class^="col-xs-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .jbers-card .item {
        margin-bottom: 20px;
    }

    .jbers-card .container>.row {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .jbers-card .item .price span {
        display: block;
    }

    .jbers-tab .j-tabs {
        width: auto;
    }
    /*详情*/

    .detail-banner {
        height: 500px;
        background: url(../../images/card/banner.jpg) center top no-repeat #fff;
    }

    .detail-ntk {
        height: 1723px;
        background: url(../../images/card/ntk.jpg) center top no-repeat #fff;
    }

    .detail-faq {
        height: 707px;
        background: url(../../images/card/faq.png) center top no-repeat #fff;
    }
}





/*中等屏幕 桌面 (≥992px)*/
@media (min-width:992px) {
    /*幻灯片*/

    .jbers-car .item {
        height: 600px;
        overflow: hidden;
    }

    .jbers-car .item .imglg {
        height: 600px;
        background: url(../../images/card/flk-lg.jpg) center no-repeat;
    }
    /*登录&资讯*/

    .jbers-lan>.container>.row {
        height: 600px;
        top: -600px;
    }

    .jbers-lan .login-panel {
        height: 300px;
    }

    .jbers-lan>.container>.row>div {
        width: 330px;
    }

    .jbers-lan .login-panel form {
        padding: 15px 25px 0;
    }

    .jbers-lan .login-panel>.row {
        padding: 0 20px;
    }

    .jbers-lan .login-panel p {
        margin-bottom: 30px;
    }

    .jbers-lan .news .list-group-item {
        width: 310px;
    }

    .jbers-lan .log-box {
        height: 150px;
        padding: 0 20px;
    }

    .jbers-lan .log-box .my-a {
        margin-top: 30px;
    }

    .jbers-lan .log-box .btn {
        margin-top: 50px;
    }
}


/*大屏幕 桌面 (≥1200px)*/
@media (min-width:1200px) {
    .jbers-rec .row {
        margin: 0;
    }
}