
/*首页焦点图*/

.focus_top .newbanner .btn{
    width: auto;
    height: 2.375rem;
    background: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 1.1875rem;
    display: block;
    text-align: center;
    line-height: 2.3125rem;
    border: 1px solid rgba(0,0,0,.6);
    position: absolute;
    left: 1.25rem;
    top: 6.5625rem;
    z-index: 1;
    padding: 0 1.125rem;
    font-size: .9375rem;
    font-weight: 400;
}
.focus_top .newbanner .iconfont {
    font-size: .8125rem;
    margin-right: .3125rem;
}


.newbanner .swiper-pagination-bullet-active {
    background: #fff!important;
    opacity: 1;
}
/*主页焦点图*/
.imgs-box li .vricons {
    width: 3.438rem;
    height: 3.438rem;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.imgs-box li .vricons i {
    width: 1.625rem;
    height: 1.813rem;
    display: block;
    background: url(http://mstatic.jiwu.com/v7.0/dist/images/vricons.png) no-repeat;
    background-size: 1.625rem auto;
    -webkit-animation: vrIcon 2s steps(3) infinite;
    animation: vrIcon 2s steps(3) infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.imgs-box li .videoicon {
    width: 3.438rem;
    height: 3.438rem;
    display: block;
    background: url(http://mstatic.jiwu.com/v7.0/dist/images/video.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.imgs-box .labtxt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.625rem;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    min-height: 1.250rem;
}
.imgs-box .labtxt span.type {
    background: rgba(255, 255, 255, 0.8);
    color: #3b4144;
    margin: 0 0.469rem;
}
.imgs-box .labtxt span {
    display: inline-block;
    padding: 0 0.594rem;
    height: 1.250rem;
    line-height: 1.250rem;
    border-radius: 0.625rem;
    font-size: 0.688rem;
}
.imgs-box .labtxt span.type.on {
    background:#FF5A5F;/*仅需将这个颜色改为主题色*/
    color: #fff;
}
.imgs-box .labtxt span.count {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    right: 1.250rem;
}
.imgs-box .videoPlay .video{
    height: 100%;
    width: 100%;
    display: none;
}
.imgs-box .videoPlay .video video{
    height: 100%;
    width: 100%;
}
@keyframes vrIcon {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}