* {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
}

.votes {
    text-align: center;
    position: relative;
}

@media(width: 1440px){
    .cotent {
        position: absolute;
        top: 6.8rem;
        left: 0.1rem;
    }
}
.cotent {
    position: absolute;
    top: 9rem;
    left: 0.33rem;
}
.guizhe {
    text-align: left;
    width: 8.65rem;
    margin: auto;
    line-height: 25px;
    border: 1px rgb(56, 135, 223) solid;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.guizhe_box {
    position: relative;
    color: #3A3A3A;
    font-size: 13px;
    font-weight: 500;
    width: 8rem;
    line-height: 0.5rem;
    margin: 0.7rem auto 0.3rem auto;
    letter-spacing: 0.05rem;
}

.guizhe_log {
    position: absolute;
    top: -0.3rem;
    left: -1px;
    background-color: #007aff;
    color: white;
    width: 2.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
}

.guizhe_log>p {
    margin-left: 0.3rem;
    font-family: 新宋体;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

.triangle {
    position: absolute;
    top: 0;
    right: -0.3rem;
    width: 0;
    height: 0;
    border-width: 0.3rem 0 0.3rem 0.3rem;
    border-style: solid;
    border-color: transparent transparent transparent #007aff;
}

.video_box {
    width: 9.35rem;
}

.video_box:after {
    content: "";
    display: block;
    clear: both;
}

.video_cotent {
    float: left;
    width: 4rem;
    margin: 0.3rem 0.3rem;
    border: 0.5px rgba(56, 135, 223,0.5) solid;
}

.video_cotent img {
    width: 4rem;
}
.play_img{
    height: 3rem;
}
.header img {
    width: 100%;
}

.logo_box img {
    width: 2rem;
    margin: 0.5rem 0.2rem 0.6rem 0.2rem;
}

.img_box {
    position: relative;
}

.img_box .play {
    width: 0.8rem;
    position: absolute;
    left: 40%;
    top: 40%;
}

.text_box {
    line-height: 0.5rem;
    margin: 0.2rem auto;
    font-weight: 600;
    color: #3D3D3D;
    height: 3rem;
}

.text_box img {
    width: 0.4rem;
    margin-right: 0.2rem;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
}

.woekrs_name {
    font-size: 13px;

}
.woekrs_auther{
    font-size: 11px;
}

.woekrs_vote {
    color: #F16825;

}

.lbOverlay{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    zoom: 1;
    background: #2f2e2e;
    z-index: 999;
    width:100%;
    height:100%;
    filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
    -moz-opacity:0.5; /*Firefox私有，透明度50%*/
    opacity:0.5;/*其他，透明度50%*/
}
.hidden_pro_au {
    display:none;
    background: #fff;
    padding: 6px;
    text-align: left;
    width: 9rem;
    background: #ccc;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999
}
[v-cloak] {
    display:none !important;
}