/* mip弹出框 */
.lightbox {
    width: 5rem;
    padding-bottom: .15rem;
    background-color: #f6f6f6;
    padding: 0.3rem 0.4rem;
    position: relative;
    margin: 2rem auto;
}
.lightbox .head {
    height: 1rem;
}
.lightbox .head .p1{
    font-size:.40rem;
    color:#1a1a1a;
    float: left;
    line-height:1rem;
}
.lightbox .class{
    width: 100%;
    font-size: 0;
    height: auto;
    max-height: 5rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.lightbox .class a{
    background-color:#fff;
    display: inline-block;
    vertical-align: top;
    line-height:.60rem;
    text-align:center;
    font-size:.28rem;
    color:#1a1a1a;
    margin-right: .10rem;
    margin-top:.10rem;
    border:1px solid #dcdcdc;
    padding:0 .20rem 0 .20rem;
}
.lightbox-close {
    position: absolute;
    top: -.5rem;
    right: 0;
    width: .3rem !important;
    height: .3rem !important;
}
.videolightbox{
    width: 85%;
    padding: 0;
    margin-top: 45%;
}