

.swipe-box {
    position: relative;
    width:100%;
    height:120px;
    overflow: hidden;
}
.swipe-box > .swipe {
    width:100%;
    height:120px;
}
.swipe-box > .swipe img {
    width: 100%;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    margin-right: 8px;
    opacity: 1;
}
.swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.swiper-pagination-bullet-active {
    width: 11px;
    background: #e37d00;
}

.activities {
    padding: 14px 0 0;
}
.activities .list {
    width: 368px;
    margin: 0 auto;
}
.activities .list .one-img .app li {
    float: left;
    width: 90px;
    margin-bottom: 13px;
}
.activities .list .one-img dl {
    font-size: 14px;
    text-align: center;
}
.activities .list .one-img dd {
    margin-top: 4px;
}

.activities .tabs-hd {
    border-bottom:1px solid #e8e8e8;
}
.activities .tabs {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
.activities .tabs li {
    text-align: center;
    float: left;
    width: 33.3%;
    font-size:14px;
    padding: 14px 0;
}
.activities .tabs li a {
    display: block;
    width: 82px;
    height: 25px;
    line-height: 25px;
    border-radius: 12px;
    margin: 0 auto;
}
.activities .tabs li a i {
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url("../images/nearby.png") center center no-repeat;
    background-size: contain;
    vertical-align: text-top;
    margin-left: 6px;
}
.activities .tabs li.selected a {
    background: #e37d00;
    color: #fff;
}
.activities .tabs li.selected a i {
    display: none;
}
.activities .tab-show {
    position: relative;
    margin: 0 12px;
    overflow: hidden;
}


.inner {
    margin: 0 12px;
}
.news {
    border-top: 1px solid #e8e8e8;
    padding: 8px 0;
    overflow: hidden;
}
.news .label {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #57b4ed;
    border-radius: 6px;
    box-sizing: border-box;
    padding-top: 2px;
}
.news .label a {
    color: #fff;
}
.news .swipe {
    /*width: 305px;*/
    height: 35px;
    line-height: 35px;
    border-left: 1px solid #e8e8e8;
    margin: 0 12px 0 46px;
    padding-left: 12px;
    overflow: hidden;
}
.news .swipe a {
    color: #666666;
    overflow: hidden;
}
.news .swipe a span {
    display: inline-block;
    width: 97%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
.news .swipe a i {
    float: right;
}
.news .swipe a .arrow, .hot .title .arrow {
    float: right;
    display: block;
    width: 7px;
    height: 20px;
    background: url("../images/arrow1.png") center center no-repeat;
    background-size: contain;
}
.news .swipe a .arrow {
    height: 35px;
}

.hot {
    border-top: 10px solid #f5f5f5;
    border-bottom: 10px solid #f5f5f5;
}
.hot .title {
    padding: 10px 0 17px;
}
.hot .title img {
    width: 20px;
    vertical-align: bottom;
    margin-right: 14px;
}
.hot .title span {
    vertical-align: bottom;
    font-size: 15px;
    color: #333;
}
.hot .title .arrow {
    background-position: bottom center;
}
.hot .scroll {
    font-size: 0;
    margin-bottom: 14px;
    overflow: hidden;
}
.hot .scroll .swiper-slide {
    width: auto;
}
.hot .scroll .item {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 70px;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.hot .scroll .item img {
    width: 100%;
    height: 100%;
}
.hot .scroll .item .flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    border-radius: 0 0 6px 0;
    color: #fff;
    background: #d81e06;
}
.hot .scroll .item .flag.orange {
    background: #e37d00;
}
.ads {
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}
.ads img {
    width: 100%;
    height: 100%;
}