
.shipin {
    min-height: 1400px;
}


.sp_main {
    max-height: 94%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.sp_main video {
    width: 100%;
    margin: 0 auto;
}

.sp_tcbt {
    width: 100%;
    margin-top: 30px;
}

.sp_tcbt h2 {
    float: left;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
}

.sp_tcbt ul {
    float: right;
    height: 50px;
}

.sp_tcbt ul li {
    height: 50px;
    line-height: 50px;
    margin-left: 34px;
    float: left;
}

.sp_tcbt ul li em {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 16px;
    cursor: pointer;
}

/*        .sp_tcbt ul li.zan em{ background:url(../images/sp1-01.png) no-repeat center;}
        .sp_tcbt ul li.shc em{ background:url(../images/sp2-02.png) no-repeat center;}*/
.sp_tcbt ul li p {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    float: left;
}

.sp_jzgd {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    padding-top: 40px;
    color: #02aed1;
    font-size: 18px;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, .1);
}

.sp_jzgd a {
    color: #02aed1;
    cursor: pointer;
}


.sp_tcbt ul li.like.yes em {
    background: url(../index/images/sp1-01.png) no-repeat center;
}

.sp_tcbt ul li.like.no em {
    background: url(../index/images/sp1-02.png) no-repeat center;
}

.sp_tcbt ul li.collect.yes em {
    background: url(../index/images/sp2-01.png) no-repeat center;
}

.sp_tcbt ul li.collect.no em {
    background: url(../index/images/sp2-02.png) no-repeat center;
}


.collect_link {
    margin-top: 10px;
}

.collect_link > a {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.yes em, .no em {
    background-size: 30px !important;
    margin-right: 0px !important;
}

.sp_tcbt ul li {
    margin-left: 0px;
    margin-right: 15px;
}

.sp_tcbt h2 {
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

[v-cloak] {
    display: none;
}