.banner {
    margin: 0 auto;
    cursor: pointer;
    border-radius: 4px;
}

.slide-container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.slide-container .slide {
    float: left;
    height: 100%;
    width: 100%;
    font-size: 100px;
    text-align: center;
}

.unslider {
    position: relative;
}

.unslider-arrow {
    position: absolute;
    background: transparent no-repeat center;
    text-indent: -9999em;
    display: block;
}

.prev,.next {
    display: n-one;
    top: 0;
    /*margin-top: -4px;*/
    /*left: 50%;*/
    width: 13px;
    height: 100%;
    padding:0 80px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.prev {
    left:0;
    background-position: 30px center;
    background-image: url("images/left_arrow.svg?v=1");
}

.prev:hover {
    background-image: url("images/left_arrowhover.svg?v=1");
}

.next {
    right:0;
    background-position:91px center;
    background-image: url("images/right_arrow.svg?v=1");
}

.next:hover {
    background-image: url("images/right_arrowhover.svg?v=1");
}

.unslider-nav {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.unslider-nav > ol {
    *zoom: 1;
    margin: 0 auto;
}

.unslider-nav > ol:before, .unslider-nav > ol:after {
    content: "";
    display: table;
}

.unslider-nav > ol:after {
    clear: both;
}

.unslider-nav li {
    float: left;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -999em;
}

.unslider-nav .unslider-active {
    background-color: #fc583d;
}

.slider {
    margin: 0 auto;
}

.main-slider {
    overflow: hidden;
    width: 574px;
    height: 335px;
    background-color: #eee;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}
.small-slider {
    width: 260px;
    float: left;
}
.top-activity {
    height: 335px;
    width: 335px;
    background-color: #334259;
    float: right;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.main-slider .bd li .title {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    line-height: 1.3;
}
.main-slider .bd li .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(180deg,rgba(0,0,0,.05) 5%,rgba(0,0,0,.35));
}
.main-slider, .main-slider .bd li {
    position: relative;
}
.small-slider-item {
    height: 160px;
    background-color: #eee;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}
.small-slider-item .title {
    color: hsla(0,0%,100%,.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    transition: .5s;
}
.small-slider-item .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(180deg,rgba(0,0,0,.05) 5%,rgba(0,0,0,.65));
}
.top-activity .title {
    font-weight: 400;
    border-left: 3px solid #eee;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 12px;
}
.top-activity .activity-title {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 13px;
}
.top-activity .meta {
    color: #a6b9d3;
    margin-top: 12px;
    line-height: 1.6;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-activity .title .all {
    color: #a6b9d3;
}
.u-floatRight {
    float: right;
}

.activitylist{
   position: relative;
   padding: 10px  0;
   width: 100%;
   box-sizing: border-box;
   cursor: pointer;
                   } 
                   

.image-container{
    position:absolute;
    top: 10px;
    left: 10px;
    width: 90px;
    height: 90px;
   
}
.main-cantainer{
    width: 100%;
    box-sizing: border-box;
    padding-left: 110px;
}
.main-cantainer-title{
    font-size: 14px;
    color: #333;
}
.main-cantainer-title a{
    font-size: 14px;
    color: #333;
    font-family:"Microsoft YaHei";
}
.main-cantainer-title:hover{
    font-size: 14px;
    color: #333;
}
.main-cantainer-time{
    color: red;
    font-size: 14px;
    padding: 2px 0;
    font-weight: bold;
}
.main-cantainer-merchant_name{
     color: #777;
    font-size: 14px; 
    font-weight: bold;
}
                   /* 样式覆盖 begin*/
#banner .banner-buys .send-btn, #banner .banner-buys .publish-article{
    background: #e9541c;
    color: #fff!important;
    border: 2px solid #e9541c;
}
.list-bottom  .tag{
    color: #999;
      background: rgba(250, 230, 15, 0.1)!important;
}
.list-bottom  .tag:hover{color: #e9541c;}
.imore {
    width: 100%;
    height: 60px;
    line-height: 40px;
    border-radius: 5px;
    color: #333;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    padding: 10px 0;
    background-color: #fff;
    position: relative;
}

.irb{max-width: 300px; background: #fff;}
.irau{max-width: 300px;margin-top:15px;}
.irex{max-width: 300px;margin-top:15px;background: #fff;}
.if_m{margin-bottom:0;padding:0 15px}
.if_1{line-height:26px;padding-bottom:12px}
.index .marb0 .recommend{margin-bottom:0!important;}
.head-img{width:26px; height:26px;border-radius: 50%;margin-right: 11px;font-size: 12px;}
.index .aside .recommend .list{height:auto!important;width:auto!important;overflow:hidden;margin-bottom:0!important;}
.index .aside .recommend .list li{height:auto!important;width:100%!important;margin-top:0!important;}