.m-box {
    /* margin-bottom: .37rem; */
    background-color: #fff;
}

.m-box>.m-box-items {
    padding-left: .07rem;
    padding-right: .07rem;
}

.g-tab-num {
    position: relative;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    background-image: -webkit-linear-gradient(top, #fafafa 0, #fff 100%);
    background-image: -o-linear-gradient(top, #fafafa 0, #fff 100%);
    background-image: linear-gradient(to bottom, #fafafa 0, #fff 100%);
    background-repeat: repeat-x;
}

.g-tab-num-line {
    border-bottom: 1px solid #e6e6e6;
	padding: 0;
}


.g-tab-num .m-tab-num-title {
    width: 3.88rem;
    height: 1.25rem;
    line-height: 1.35rem;
    margin: .5rem 0;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    color: #333;
    font-size: .91rem;
}

.g-tab-num .m-tab-num {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    position: relative;
	padding-top: 0.2rem;
}

.m-sliding {
    position: relative;
    overflow: hidden;
    transform-origin: 0 0 0;
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transform-origin: 0 0 0;
    -webkit-transform: scale(1, 1);
}

.m-sliding .m-sliding-list {
    white-space: nowrap;
    float: left;
    transition-property: transform;
    transition-duration: 0ms;
    transform-origin: 0 0 0;
    -webkit-transition-property: transform;
    -webkit-transition-duration: 0ms;
    -webkit-transform-origin: 0 0 0;
    padding-right: .07rem;
}

.g-tab-num .m-tab-num-small .c-tab-item {
    padding: 0 .05rem;
    margin-left: .05rem;
}


.g-tab-num .m-tab-num-list .c-tab-item {
    display: inline-block;
    padding: 0 .5rem;
    margin: 0 .2rem;
    color: #666;
	/* margin-top: 0.5rem; */
    text-align: center;
    /* height: 1.58rem; */
    line-height: 1.95rem;
    border-bottom: 2px solid #fff;
    font-size: .91rem;
}

.g-tab-num .m-tab-num-list .selected {
    color: #20bc22;
    border-bottom: 2px solid #20bc22;
}


.m-box.m-box-top {
    margin-top: 0;
}

.m-box>.m-box-items.m-box-items-full {
    padding-left: 0;
    padding-right: 0;
}

.m-topList.selected {
    background-color: #fafafa;
}

.m-topList {
    position: relative;
    padding: .37rem;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    display: -moz-box;
    display: -webkit-box;
    display: box;
}

.m-topList:last-child{
	border-bottom: none;
}

.m-topList .topList-img {
    position: relative;
    width: 6.875rem;
    height: 3.8750rem;
}

.m-topList .topList-img:before {
    content: "";
    display: block;
    padding-top: 56.363636%;
}

.m-topList .topList-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow:hidden;
    background-position: center;
    background-size: cover;
}

.c-rt {
    right: 0;
    top: 0;
}

.c-rb {
    right: 0;
    bottom: -.18rem;
}

.c-lb, .c-lt, .c-rb, .c-rt {
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.c-picicon-green {
    background-color: #20bc22;
}

.c-picicon {
    display: inline-block;
    line-height: .135rem;
    font-size: .1rem;
    color: #fff;
    padding: 0 .02rem;
    height: .12rem;
}

.c-picicon, img, textarea {
    vertical-align: top;
}

.c-date {
    display: inline-block;
    font-size: 0.5rem;
    line-height: .8rem;
    padding: 0 .09rem;
    background: rgba(0,0,0,.75);
    color: #fff;
    /* height: 0.9rem; */
}

.m-topList.selected .topList-img .c-videoplay {
    display: block;
}


.c-btn, .c-grade-icon-small, .c-icon-otherLogin, .c-icon-share, .c-videoplay-icon, .c-vip-grade-newicon, .icon-home-i, .icon-home-mt {
    display: inline-block;
}

.c-grade-icon, .c-grade-icon-small, .c-icon-otherLogin, .c-icon-share, .c-level-bigicon, .c-videoplay-icon, .c-vip-icon {
    background-repeat: no-repeat;
}

.c-videoplay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.c-videoplay-icon {
    background-image: url(../img/play-current.png);
    background-size: 5.1rem 1.9rem;
}

.c-videoplay-small {
    width: 2.25rem;
    height: 2.25rem;
    background-position: 0.18rem 0.1rem;
}

.m-topList .topList-text {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    padding-left: .37rem;
}

.m-topList .topList-img .c-videoplay {
    display: none;
}

.m-topList.selected .topList-img .c-videoplay {
    display: block;
}

.m-topList .topList-text .topList-title {
    height: .32rem;
    line-height: .16rem;
    overflow: hidden;
	font-size: 0.83rem;
    margin-bottom: .04rem;
	top: -.20rem;
    position: relative;
}

.m-topList a:hover, a:focus {
    color: #313131;
}

/* .ulPicTxt, em { */
    /* font-weight: 400; */
    /* font-style: normal; */
    /* font-size: 100%; */
/* } */

.m-topList .topList-text .topList-video {
    position: absolute;
    left: 7.54rem;
    bottom: .27rem;
}

.m-topList .topList-text .topList-type, .m-topList .topList-text .topList-video {
    color: #999;
    font-size: .55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
	
.m-topList.selected .topList-title, .m-topList.selected .topList-type, .m-topList.selected .topList-video {
    color: #20bc22;
}


/*lunbo*/
.lunbo {
    margin: 0 0 0.8rem;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 23rem;
}


.lunbo .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .lunbo .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.lunbo .swiper-slide {
	background-size: 100% 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.lunbo .swiper-slide a{
	width: 100%;
    height: 100%;
}


.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
	
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}	

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .55;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}


@media only screen and (max-width:320px) {
.lunbo {
    height: 10.6rem;
}
}

@media only screen and (max-width:479px) and (min-width:321px) {
.lunbo {
    height: 13.2rem;
}
}

@media only screen and (max-width:768px) and (min-width:480px) {
.lunbo {
    height: 20.2rem;
}
}
@media only screen and (max-width:1024px) and (min-width:769px) {
.lunbo {
    height: 25.2rem;
}
}

@media only screen  and (min-width:1025px) {
.lunbo {
    height: 30.2rem;
}
}