.uk-block-content {
    background: #fff
}

.uk-block-title h3 {
    flex: 0 0 auto;
    height: 8px;
    font-family: Roboto-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fff;
}

a {
    text-decoration: none !important;
}



/*轮播图*/

@media(min-width:960px) {
    
}

@media(min-width: 1200px) {
   
}

@media(min-width: 1500px) {
   
}

.rotate-new .prev,
.rotate-new .next {
    display: none;
    position: absolute;
    width: 34px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: rgba(256, 256, 256, 0.5);
    /* rgba(256,256,256,0.5); */
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}


.uk-fusion-world-center-title {
    padding: 20px 0;
    text-align: center;
    height: 64px;
    display: flex;
    align-items: center; /*定义父元素的元素垂直居中*/
    justify-content: center; /*定义子元素的里的元素水平居中*/
}
.uk-fusion-world-center-title .bg-wrapper{
    width: 90%;
    height: 2px;
    background-color: #ff7519;
    
}
.uk-fusion-world-center-title .text-wrapper {
    display: inline-block;
    position: absolute;
    background: #f5f5f5;
    padding: 0 15px;
    color: #333;
    font-size: 28px;
    line-height: 62px;
    font-weight: 700;
    text-transform: Uppercase;
}

/* zhibo */
.zhibo{

}
.zb-achtive{
    width: 480px;
}
.zb-tab{
    width: 700px;
}
.zb-tab ul li{
    float: left;
    width: 33%;
    text-align: center;
}
/* play */
body {
    margin: 0;
    padding: 0;
}
.vcp-error-tips {
    color: #fff;

}
a{
    color: #fff;
}
.vcp-player .marker{
    position: absolute;
    font-size: 20px;
    color: rgba(255, 255, 255, .5);
    top: 0;
    right: 5px;
}

