.row{
    margin-bottom: 10px;
}

.row .main-body div{
    margin-top:20px;
}

.s-col-3{
    display: inline-block;
    width: 32.3%;
}
.s-col-3:nth-child(-n+2){
    margin-right: 1%;
}
.loading{
    text-align: center;
    padding: 60px;
}

/*精彩评论 start*/
.comment-list{
    padding: 0 10px;
}
.comment-list li{
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.comment-list li:last-child{
    border-bottom: none;
}
.comment-list li .comment-header a:hover{
    color: #428bca;
}
.comment-list li .comment-avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.comment-list li a{
    font-size: .9em;
}

.comment-list li .comment-body a{
    display: block;
    padding: 10px;
    background-color: #f5f5f5;
    color: #666;
    margin: 12px 0 8px 0;
    position: relative;
    border-radius: 2px;
    font-size: .9em;
}
.comment-list li .comment-body a:before{
    position: absolute;
    content: '';
    height: 0;
    top: -9px;
    left: 13px;
    border-width: 0 8px 10px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5 transparent;
}
.comment-list li .comment-body a:hover{
    background-color: #666;
    color: #fff;
}
.comment-list li .comment-body a:hover:before{
    border-bottom-color: #666;
}
.comment-list li .comment-footer a:hover{
    color: rgba(100,100,100,0.8);
}
/*精彩评论 end*/

@media (max-width:800px){
    .l-s,.r-s,.s-col-3{
        width: 100%;
        float: none;
        display: block;
    }
    .mobile-hidden{
        display: none;
    }
    .banner-list{
        margin-bottom: 0;
    }

    .big-right{
        width: 100% !important;

    }
   /* .main-latest-articles .sec-header{
        display: none;
    }*/
    .swiper-wrapper .banner-content h2{
        font-size: .9em !important;
        margin: 0 0 0 0 !important;
    }
}
.banner-list{
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    margin-bottom: 1%
}
.banner-list .banner-big{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:rgba(0,0,0,0.2);
    overflow: hidden;
}
.banner{
    display: block;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.big-right{
    width: 32.7%;
    float: right;
}

.big-right .banner{
    padding-bottom: 121.6513%;
}
.banner img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.banner .mask, .banner .hover-mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hover-mask{
    background-color: #000;
    opacity: 0.7;
    display: none;
}
.banner .mask img{
    width: 100%;
    height: 100%;
}
.banner .banner-content,.swiper-wrapper .banner-content{
    position: absolute;
   /* bottom: 12%;*/
    bottom: 5%;
    /*margin-right: 30%;*/
    padding: 0 10px 0 10px;
    /*background-color: rgba(0,0,0,0.8);*/
}
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgba(0,0,0,0.5); */
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 30%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,.1) 30%);
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.8) 0%, rgba(0,0,0,.1) 45%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,.1) 30%);
    background-image: linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,.1) 30%);
}
.swiper-container .swiper-slide{
    position: relative;
}
.banner .banner-content h2,.swiper-wrapper .banner-content h2{
    font-size: .9em;
    font-weight: 600;
    color: #fff;
}
.swiper-wrapper .banner-content h2{
    font-size: 1.3em;
    margin: 0 0 10px 10px;
}
.swiper-container .icon-play{
    /*position: absolute;
    left: 20px;
    bottom: 70px;*/
    font-size: 40px;
    color: #fff;
    display: block;
    padding:15px 8px;
}


.banner-big .banner .banner-content{
   /* background-color: rgba(255,51,51,0.6);*/
}
.s-col-3:nth-of-type(3n+1) .banner-content{
   /* background-color: rgba(0,178,89,0.6);*/
}
.s-col-3:nth-of-type(3n+2) .banner-content{
    /*background-color: rgba(0,128,255,0.6);*/
}
.s-col-3:nth-of-type(3n+3) .banner-content{
    /*background-color: rgba(255,176,1,0.6);*/
}
.banner-big .banner .banner-content h2{
    font-size: 1.3em;
}
/*.banner:hover .hover-mask{
    display: block;
}
.banner:hover .banner-content{
    top: 45%;
}*/
.swipe-products{
    margin-top: 10px;
    padding-bottom: 30px;
}
.card{
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.card .img-wrapper{
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #efefef;
}
.card .info{
    text-align: center;
    padding: 6px;
}
.card .info .title{
    font-size: 1em;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card .info .like-info{
    color: #1683FB;
    font-size: 1em;
}
.card .info .iconfont{
    margin-right: 6px;
    font-size: 1em;
    vertical-align: middle;
}

.main-latest-articles .tabhead{
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #eee;
}
.main-latest-articles .tabhead:after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.main-latest-articles .tabhead>div{
    width: 50%;
    float: left;
    background-color: #eee;
}
.main-latest-articles .tabhead .iconfont{
    color: #00ab6b;
    font-size: 23px;
    vertical-align: middle;
}
.main-latest-articles .tabhead div.active{
    background-color: #fff;
}
.icon-shoprecommend{
     color: #00ab6b;
    font-size: 23px;
}
.f-sec .new-recommend{
    color: #444;
}
@media (min-width:800px){
    .main-latest-articles .tabhead{
        display: none;
    }
}

.hottag-list{
    padding: 10px 10px 0 10px;
}
.hottag-list a{
    display: inline-block;
    padding: 1px 8px;
    margin: 5px 3px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(116, 178, 247, 0.3);
    color: #666;
    font-size: 13px;
    border-radius: 3px;
}

.hottag-list a:hover{
    background-color: rgba(116, 178, 247, 1);
    color:#fff
}
/*磁贴板样式 start*/
.techhot-citie-containner{
    width: 100%;
}
.techhot-citie-containner .techhot-item{
    display: block;
    position: relative;
    float: left;
}
.techhot-citie-containner .techhot-item a{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media (min-width:800px){
    .techhot-citie-containner .techhot-item a:hover .pic-wrapper{
        -webkit-transform: scale(1.16);
        -moz-transform: scale(1.16);
        -ms-transform: scale(1.16);
        -o-transform: scale(1.16);
        transform: scale(1.16);
    }
}
.techhot-citie-containner .techhot-item[data-index='0']{
    width: 100%;
    padding-bottom: 50%;
    
}
.techhot-citie-containner .techhot-item[data-index='0'] a{
    background: #00ab6b;
}

.techhot-citie-containner .techhot-item[data-index='1']{
    width: 50%;
    padding-bottom: 50%;
    
}
.techhot-citie-containner .techhot-item[data-index='1'] a{
    background: #e91e63;
}
.techhot-citie-containner .techhot-item[data-index='2']{
    width: 50%;
    padding-bottom: 50%;
    
}
.techhot-citie-containner .techhot-item[data-index='2'] a{
    background: #12ab56;
}
.techhot-citie-containner .techhot-item[data-index='3']{
    width: 33.3%;
    padding-bottom: 33.3%;
    
}
.techhot-citie-containner .techhot-item[data-index='3'] a{
    background: #f50057;
}
.techhot-citie-containner .techhot-item[data-index='4']{
    width: 33.3%;
    padding-bottom: 33.3%;
    
}
.techhot-citie-containner .techhot-item[data-index='4'] a{
    background: #9c27b0;
}
.techhot-citie-containner .techhot-item[data-index='5']{
    width: 33.3%;
    padding-bottom: 33.3%;
    
}
.techhot-citie-containner .techhot-item[data-index='5'] a{
    background: #cae156;
}
.techhot-citie-containner .techhot-item[data-index='6']{
    width: 59.1%;
    padding-bottom: 40.9%;
    
}
.techhot-citie-containner .techhot-item[data-index='6'] a{
    background: #5677fc;
}
.techhot-citie-containner .techhot-item[data-index='7']{
    width: 40.9%;
    padding-bottom: 40.9%;
    
}
.techhot-citie-containner .techhot-item[data-index='7'] a{
    background: #8bc34a;
}
.techhot-citie-containner .zan-container{
    position: absolute;
    display: inline-block;
    left:5%;
    bottom:5%;
}

.techhot-citie-containner .zan-container span{
    color:#fff;
}

.techhot-citie-containner .icon-play{
    display: inline-block;
    position: absolute;
    /*left: 37%;
    top: 32%;*/
    font-size: 55px;
    width: 55px;
    height: 55px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color:#eee;
}
.techhot-citie-containner .icon-play:hover{
    color:#ddd;
}

.techhot-citie-containner .more-techhots span{
    display: inline-block;
    width: 35px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color:#fff;
}
/*.techhot-citie-containner .swiper-container-citie .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}*/
.banner-container .r-s{
    width: 30.7%;
}
.techhot-citie-containner .item-body-word{
    padding: 20px;
    color: #fff;
    overflow: hidden;
}
@media (max-width:800px){
    .mobile-citie-container{
        width: 100%;
    }
    .f-sec .sec-header{
        margin-bottom: 5px;
        padding-left:6px;
    }
}
/*磁贴板样式 end*/
.banner-container{
    margin-bottom: 10px;
}
.swiper-pagination-bullet-active{
    background: #20CE65;
}
@media (min-width:800px){
   .load-more-btn{
    margin: 0 auto;
   }
}
.checkIn-wrap{
    border:1px solid #eee;
    margin:20px 0 15px;
}
.checkIn-time{
    width: 40%;
    height: 100px;
    text-align: center;
}
.checkIn-time #day-show{
    color: #444;
    font-size: 20px;
    margin-top:25px;
    display: inline-block;
}
.checkIn-action{
    width: 59%;
    height: 100px;
    line-height: 100px;
    position: relative;
}
.checkIn-action #checkIn{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #00ab6b;
    text-align: center;
    font-size: 25px;
}
.shadow-container{
    display: none;
}
.shadow-container .shadow-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}
.shadow-container .checkIn-container {
    width: 600px;
    height: 400px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    z-index: 2000;
}
.checkIn-container .checkIn-header{
    height: 190px;
    line-height: 190px;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    position: relative;
}
.checkIn-container .checkIn-header i{
    font-size: 30px;
    color: #F3DD13;
}
.checkIn-container .checkIn-header .icon-close{
    position: absolute;
    top:-78px;
    right: 10px;
}
.checkIn-container .checkIn-body p{
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}
.checkIn-body .item-list li{
    float:left;
    width: 20%;
    text-align: center;
    margin: 8px 0;
}
.checkIn-body .item-list li a{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0 auto;
    color: #999;
}
.checkIn-body .item-list li a i{
    font-size: 20px;
}
.checkIn-body .item-list li span{
    display: block;
}
  .AspNetPager a{border:1px solid #D7D7D7; padding:5px 10px 5px 10px;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}
.AspNetPager a:hover {border:1px solid #857C7A; padding:5px 10px 5px 10px; background-color:#00A3D9; color:#fff;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}


.AspNetPager a{border:1px solid #D7D7D7; padding:5px 10px 5px 10px;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}
.AspNetPager a:hover {border:1px solid #857C7A; padding:5px 10px 5px 10px; background-color:#857C7A; color:#fff;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}


.AspNetPager {text-align:center; padding:20px 5px 10px 5px; clear:both;}
.AspNetPager input{border:1px solid #D7D7D7;padding:0px 2px 0 2px !important;padding:2px 0px 0 0px;  background-color:#FFFFFF; cursor:pointer; width:inherit;font-size:12px; }
.AspNetPager span{border:1px solid #665B59; padding:5px 10px 5px 10px;background-color:#665B59; color:#fff;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}
.AspNetPager .cpb{border:1px solid #665B59; padding:5px 10px 5px 10px;background-color:#665B59; color:#fff;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}