.main-container{
    min-width: 1200px;
}
.grey-f7{
    padding: 25px 0;
    background: #f7f7f7;
}

/* 首页滚动广告 */
.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: rgba(255,255,255,.9);
}
.user-item-layer .info{
    padding-top: 50px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.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 .qd-before{
    display: inline-block;
    color: #fff;
    width: 77px;
    height: 28px;
    line-height: 24px;
    padding-left: 14px;
    background: url("../images/user-club-icon.png") no-repeat -335px -40px;
}
.user-item-layer .info .qd-after{
    display: inline-block;
    color: #fff;
    width: 91px;
    height: 28px;
    line-height: 24px;
    background: url("../images/user-club-icon.png") no-repeat -335px 0;
}
.user-item-layer .data{
    padding: 20px 0 10px;
    font-size: 0;
}
.user-item-layer .data li{
    display: inline-block;
    width: 33.333333%;
}
.user-item-layer .data li em{
    color: #ff530f;
    display: block;
    font-size: 14px;
}
.user-item-layer .data li span{
    color: #333;
    display: block;
    padding-top: 5px;
    font-size: 12px;
}
.user-item-layer .jf-use{
    line-height: 20px;
    padding: 15px 0 0 5px;
}
.user-item-layer .jf-use dd i{
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url("../images/user-club-icon.png") no-repeat -17px 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 .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: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis
}
.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;}

.link-entry{
    width: 590px;
}
.link-entry .link-block{
    display: table-cell;
    width: 590px;
    height: 281px;
    vertical-align: middle;
    text-align: center;
}
.link-entry .link-block img{
    vertical-align: middle;
}
/* 会员积分 */
.blank-wrap{
    padding: 10px 20px 20px;
    background: #fff;
}
.daily-tasks{
    padding: 40px 0;
    text-align: center;
    font-size: 0;
}
.daily-tasks li{
    display: inline-block;
    width: 60px;
    padding: 0 45px;
}
.daily-tasks li .icon{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/user-club-icon.png") no-repeat;
}
.daily-tasks li .icon.yj-hd{
    background-position: 0 -227px;
}
.daily-tasks li .icon.yd-hd{
    background-position: -61px -227px;
}
.daily-tasks li .icon.qd-hd{
    background-position: -122px -227px;
}
.daily-tasks li .icon.dl-hd{
    background-position: -183px -227px;
}
.daily-tasks li .icon.jb-hd{
    background-position: -244px -227px;
}
.daily-tasks li .icon.pl-hd{
    background-position: -305px -227px;
}
.daily-tasks li .icon.wt-hd{
    background-position: -366px -227px;
}
.daily-tasks li a{
    display: block;
    width: 60px;
}
.daily-tasks li em{
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
}
.daily-tasks li a:hover em{
    color: #be711a;
}

.tasks-content{
    margin-top: 10px;
}
.tasks-table{
    width: 100%;
}
.tasks-table th{
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: #468dff;
}
.tasks-table td{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    background: #f7f7f7;
}
.tasks-table .jf-num{
    color: #ff530f;
    font-size: 14px;
    font-weight: bold;
}
.tasks-table .js-txt{
    display: block;
    padding: 0 0 0 100px;
    text-align: left;
}
.tasks-table .tasks-star,
.tasks-table .tasks-end{
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tasks-table .tasks-star{
    background: #6295fa;
}
.tasks-table .tasks-end{
    background: #c5c5c5;
}

.jf-info{
    margin-top: 20px;
}
.jf-info .ky-jf{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 17px;
    font-size: 14px;
}
.jf-info .ky-jf em{
    color: #ff530f;
    font-weight: bold;
}
.jf-info .dh-link{
    color: #fff;
    display: inline-block;
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 25px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff6700;
}
.jf-info .dq-date{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 110px;
    font-size: 14px;
}
.record-wrap{
    margin-top: 50px;
}
.record-bar{
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.record-bar span{
    color: #666;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    cursor: pointer;
    font-size: 14px;
}
.record-bar span.on{
    height: 38px;
    line-height: 36px;
    padding: 0 24px;
    border: 1px solid #dcdcdc;
    border-top: 2px solid #468dff;
    border-bottom: 1px solid #fff;
}
.record-box{
    padding-top: 15px;
}
.record-list{
    display: none;
}
.record-table{
    width: 100%;
}
.record-table th{
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #e4dfe3;
    background: #f5f5f5;
}
.record-table td{
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.record-table .hq{
    color: #00b081;
    display: inline-block;
}
.record-table .xf{
    color: #f40a0a;
    display: inline-block;
}
.record-table .ud{
    display: block;
    padding: 0 20px 0 80px;
    text-align: left;
}
.record-table .dl-num{
    color: #fff;
    display: inline-block;
    width: 38px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #4cb786;
}

.my-level-wrap{
    padding-top: 10px;
}
.lw-user-info{
    float: left;
    width: 210px;
    padding: 5px;
    background: #fff7e5;
}
.lw-user-info .hd{
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px dotted #eec24f;
}
.lw-user-info .hd img{
    width: 84px;
    height: 84px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 3px solid #fff;
}
.lw-user-info .hd span{
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.lw-user-info .hd span strong{
    color: #468dff;
}
.lw-user-info .hd em{
    color: #fff;
    display: inline-block;
    width: 38px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #4cb786;
}
.lw-user-info .bd{
    padding: 10px 0 10px 35px;
}
.lw-user-info .bd span{
    display: block;
    height: 26px;
    line-height: 26px;
}
.lw-user-info .bd span em{
    color: #ff530f;
    font-size: 14px;
    font-weight: bold;
}

.lw-grow-up{
    float: right;
    width: 835px;
}
.grow-up-tit{
    color: #666;
    margin-top: 40px;
    font-size: 14px;
}
.grow-up-tit em{
    color: #ff530f;
    font-weight: bold;
}


.lw-grow-up .actual{
    height: 5px;
    margin-top: 50px;
    position: relative;
}
.actual li{
    float: left;
    width: 100px;
    height: 5px;
    padding-left: 27px;
    position: relative;
    background: #c0c0c0;
}
.actual .level-num{
    display: block;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    top:50%;
    left:0;
    z-index:999;
    margin-top: -14px;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;;
    background: #c0c0c0;
}
.actual li.item-current .level-num{
    background: #4cb786;
}
.actual .level-txt{
    position: absolute;
    left:0;
    top: 20px;
    display: block;
    width: 147px;
    height: 18px;
    line-height: 18px;
    color: #44a478;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-family: "宋体", Arial, sans-serif;
}
.actual .level-bar{
    position: absolute;
    left: 27px;
    top:0;
    display: block;
    width: 0;
    height: 5px;
    z-index: 99;
    background: #44a478;
}
.actual .member-vip05{
    width: inherit;
}
.actual .vip-notice{
    display: block;
    width: 17px;
    height: 21px;
    position: absolute;
    top: -24px;
    left: 0;
    background: url("../images/user-home-ico.png") no-repeat -160px -323px;
}


.level-wrap{
    margin-top: 10px;
}
.level-wrap .level-txt{
    color: #666;
    padding: 0 0 20px 17px;
}




.st-brand{
    margin-top: 0 !important;
}

/* 会员俱乐部新增 */
.login-member-bar{
    padding: 30px 20px 0;
}
.login-member-bar .login-btn{
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f80;
}
.login-member-bar .login-txt{
    padding: 10px 0;
}