.bg-grey-f7{
    background: #f7f7f7;
}
.st-brand{
    margin-top: 0 !important;
}
/* 首页滚动广告 */
.home-slide{
    width: 100%;
    min-width: 1200px;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.home-slide .prev,
.home-slide .next{
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    z-index: 99;
    background: url("../images/user-club-icon.png") no-repeat;
}
.home-slide .prev{
    left: 2%;
    margin-top: -23px;
    background-position: 0 -34px;
}
.home-slide .next{
    right: 2%;
    margin-top: -23px;
    background-position: 0 -80px;
}
.home-slide .prev:hover{
    background-position: 0 -126px;
}
.home-slide .next:hover{
    background-position: 0 -172px;
}
.home-slide .container-bd{
    width: 1920px;
    height: 450px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.home-slide .container-bd > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 450px;
    vertical-align: middle;
    text-align: center;
}
.home-slide .container-bd > ul > li > a img{
    vertical-align: middle;
}
.home-slide .container-hd{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 20px;
    z-index:99;
    text-align: center;
}
.home-slide .container-hd > ul{
    height: 12px;
    font-size: 0;
}
.home-slide .container-hd > ul > li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}
.home-slide .container-hd > ul > li.on{
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.user-item-layer{
    width: 245px;
    height: 360px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 27px;
    z-index: 999;
    margin-left: 315px;
    background: #fff;
    background: rgba(255,255,255,.9);
}
.user-item-layer .info{
    padding-top: 20px;
    text-align: center;
}
.user-item-layer .info .hd-img{
    width: 84px;
    height: 84px;
    border: 3px solid #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.user-item-layer .info .name{
    color: #52505a;
    display: block;
    padding: 10px 0;
    font-size: 14px;
}
.user-item-layer .info .name strong{
    color: #468dff;
}
.user-item-layer .info .sum{
    display: block;
}
.user-item-layer .info .sum em{
    color: #ff530f;
    font-size: 14px;
}
.user-item-layer .info .date{
    display: inline-block;
    color: #fff;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #0be;
}
.user-item-layer .get-jf-link{
    display: block;
    height: 163px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/* 首页兑换 */
.exchange-content{
    margin-top: 10px;
}

.column-bar{
    padding: 10px 0;
}
.column-bar .bar-tit{
    color: #52505a;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    font-size: 20px;
    border-left: 5px solid #468dff;
}
.column-bar .tab-nav{
    display: inline-block;
    padding-left: 200px;
    vertical-align: top;
    font-size: 0;
}
.column-bar .tab-nav span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 14px;
}
.column-bar .tab-nav span.on{
    color: #468dff;
    height: 28px;
    border-bottom: 2px solid #468dff;
}
.column-bar .more-link{
    float: right;
    color: #52505a;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.exchange-block{
    margin-top: 10px;
}
.exchange-block li{
    float: left;
    width: 285px;
    margin: 0 20px 20px 0;
    background: #fff;
}
.exchange-block li.mr_0{
    margin-right: 0;
}
.exchange-block li .pic{
    display: table-cell;
    width: 285px;
    height: 194px;
    vertical-align: middle;
    text-align: center;
}
.exchange-block li .pic img{
    max-width: 285px;
    max-height: 194px;
    vertical-align: middle;
}
.exchange-block li .info{
    padding: 5px 15px 10px;
}
.exchange-block li .info .bt{
    display: block;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
}
.exchange-block li .info .bt em{
    color: #999;
}
.exchange-block li .info .data{
    margin-top: 10px;
}
.exchange-block li .info .jf-num b{
    padding-right: 5px;
    font-size: 15px;
    font-weight: normal;
}
.exchange-block li .info .dh-btn{
    float: right;
    color: #fff;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff6700;
}
.column-bar .more-link:hover,
.exchange-block li .info .bt:hover,
.exchange-block li .info .jf-num{
    color: #ff6700;}
/* 积分商城列表 */
.search-mall-wrap{
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}
.search-mall-wrap .search-type{
    float: left;
    color: #999;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.search-mall-wrap .search-item{
    min-height: 30px;
    padding: 10px 0 0 90px;
}
.search-mall-wrap .search-item:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.search-mall-wrap .search-item > a{
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 20px 10px;
}
.search-mall-wrap .search-item > a.on,
.search-mall-wrap .search-item > a:hover{
    color: #468dff;
}
/* 详情页 */
.mall-show-container{
    padding: 30px 0 30px 30px;
    position: relative;
    background: #fff;
}

/* 轮播图 */
.slide-content {
    float: left;
    width: 406px;
    height: 336px;
    position: relative;
    overflow: hidden;
}
.slide-content .bigImg {
    height: 276px;
    overflow: hidden;
    position: relative;
}
.slide-content .bigImg li{
    height: 276px;
    overflow: hidden;
}
.slide-content .bigImg li a{
    width: 406px;
    height: 276px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.slide-content .bigImg li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.slide-content .smallScroll {
    height: 50px;
    margin-top: 10px;
}
.slide-content .sPrev,
.slide-content .sNext {
    float: left;
    display: block;
    width: 13px;
    height: 22px;
    margin-top: 14px;
    text-indent: -9999px;
    background: url("../images/slide-arrow-icon.png") no-repeat;
}
.slide-content .sPrev{
    margin-left: 5px;
    background-position: 0 0;
}
.slide-content .sNext {
    background-position: -13px 0;
}
.slide-content .smallImg {
    float: left;
    margin: 0 15px;
    display: inline;
    width: 338px;
    overflow: hidden;
}
.slide-content .smallImg ul {
    height: 50px;
    width: 9999px;
    overflow: hidden;
}
.slide-content .smallImg li{
    float: left;
    width: 78px;
    height: 48px;
    cursor: pointer;
    display: inline;
    margin-right: 6px;
    border: 1px solid #e6e6e6;
}
.slide-content .smallImg .on{
    border-color: #fd6001;
}
.slide-content .smallImg li a{
    width: 78px;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.slide-content .smallImg img {
    max-width: 78px;
    max-height: 48px;
    vertical-align: middle;
}

.mid-info-wrap{
    float: left;
    width: 438px;
    margin-left: 30px;
}
.mid-info-wrap .tit{
    line-height: 34px;
    font-size: 24px;
}
.mid-info-wrap .tit em{
    color: #fc6000;
    padding-left: 15px;
    vertical-align: top;
    font-size: 18px;
}
.mid-info-wrap .num{
    color: #999;
    margin-top: 10px;
    font-size: 14px;
}
.mid-info-wrap .pri{
    padding: 10px 20px;
    margin-top: 20px;
    background: #f4f4f4;
}
.mid-info-wrap .pri .jf{
    display: block;
    font-size: 14px;
}
.mid-info-wrap .pri .jf strong{
    color: #fc6000;
    display: inline-block;
    padding-left: 30px;
}
.mid-info-wrap .pri .jf strong em{
    font-size: 24px;
}
.mid-info-wrap .pri .yj{
    display: block;
    padding-top: 5px;
    font-size: 14px;
}
.mid-info-wrap .pri .yj em{
    padding-left: 18px;
}
.mid-info-wrap .sum{
    padding: 0 20px;
    margin-top: 20px;
    font-size: 0;
}
.mid-info-wrap .sum .sl{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding-right: 16px;
    font-size: 14px;
}
.amount-opt-wrap{
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.amount-opt-wrap .sub-btn,
.amount-opt-wrap .add-btn{
    display: inline-block;
    color: #666;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.amount-opt-wrap .sub-btn{
    border-right: 0;
}
.amount-opt-wrap .add-btn{
    border-left: 0;
}
.amount-opt-wrap .num-text{
    width: 40px;
    height: 24px;
    border: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}
.mid-info-wrap .sum .kc{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding-left: 16px;
    font-size: 14px;
}
.mid-info-wrap .exchange-btn{
    display: block;
    color: #fff;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0 64px;
    text-align: center;
    font-size: 18px;
    background: #ff8a00;
}
.mid-info-wrap .hint-txt{
    color: #fc6000;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 14px;
}
/* 积分 */
.side-jf-info{
    width: 260px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.side-jf-info .hd-img{
    width: 84px;
    height: 84px;
    margin-top: 40px;
    border: 3px solid #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.side-jf-info .name{
    color: #52505a;
    display: block;
    padding: 10px 0;
    font-size: 14px;
}
.side-jf-info .name strong{
    color: #468dff;
}
.side-jf-info .sum{
    display: block;
}
.side-jf-info .sum em{
    color: #ff530f;
    font-size: 14px;
}
.side-jf-info .date{
    display: inline-block;
    color: #fff;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #0be;
}
.side-jf-info .get-jf-link{
    display: block;
    height: 161px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.show-main-container{
    margin: 20px 0;
}
.show-main-wrap{
    float: left;
    width: 928px;
    background: #fff;
}
.show-tit-bar{
    height: 46px;
    border-bottom: 1px solid #e6e6e6;
}
.show-tit-bar .bt{
    color: #00b7ee;
    display: inline-block;
    height: 45px;
    line-height: 46px;
    padding: 0 20px;
    border-bottom: 2px solid #00b7ee;
    font-size: 18px;
}
.show-edit-box{
    padding: 20px 30px;
    overflow: hidden;
}
.show-edit-box *{
    max-width: 100%;
}
.show-edit-box strong{
    font-weight: bold;
}
.show-edit-box i,
.show-edit-box em{
    font-style: italic;
}
.show-edit-box a{
    color: #0082dd;
}
.show-edit-box a:hover{
    color: #ff8a00;
}
.show-edit-box table,
.show-edit-box th,
.show-edit-box td{
    border: 1px solid #e5e5e5;
}

.side-other-wrap{
    float: right;
    width: 256px;
    background: #fff;
}
.side-other-wrap h3{
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
}
.side-other-wrap li{
    padding: 10px 18px;
    border-bottom: 1px solid #e6e6e6;
}
.side-other-wrap li.last{
    border-bottom: 0;
}
.side-other-wrap li .pic{
    display: table-cell;
    width: 256px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.side-other-wrap li .pic img{
    vertical-align: middle;
}
.side-other-wrap li .bt{
    display: block;
    height: 36px;
    line-height: 18px;
    margin-top: 5px;
    overflow: hidden;
}
.side-other-wrap li .bt:hover{
    color: #fc6000;
}
.side-other-wrap li .pri{
    padding-top: 5px;
}
.side-other-wrap li .jf{
    float: left;
    color: #fc6000;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
.side-other-wrap li .jg{
    float: left;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
}

.hint-change{
    padding: 30px;
}
.hint-change .icon{
    display: inline-block;
    width: 92px;
    height: 92px;
    vertical-align: middle;
    background: url("../images/record-none-icon.png") center no-repeat;
    background-size: contain;
}
.hint-change .hint-wrap{
    display: inline-block;
    line-height: 24px;
    padding-left: 30px;
    vertical-align: middle;
    font-size: 16px;
}
.hint-change .hint-wrap .tf .jf{
    color: #f94313;
}
.hint-change .hint-wrap .ts{
    color: #0883e2;
}
.hint-change .hint-wrap .tt{
    margin-top: 15px;
    color: #999;
}














