.layui-fluid{
    padding: 0;
    margin: 0;
}
body.photo:before{
    content: '';
    filter: blur(12px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("https://static.xjwtqx.com/pc/baoming/signup-bg.jpg") center center / cover no-repeat fixed;
}
body.video:before{
    content: '';
    filter: blur(12px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("https://static.xjwtqx.com/pc/baoming/signup-bg.jpg") center center / cover no-repeat fixed;
}
#full-carousel{width: 100%;min-width: 1200px;}
#full-carousel .full-item-content{
    margin-top: 150px;
    margin-left: 200px;
    margin-right: 170px;
    padding: 25px 15px 20px;
    background: rgba(255,255,255,.45);
}
#full-carousel.layui-carousel,#full-carousel.layui-carousel>[carousel-item]>*{
    background-color: transparent;
}
#full-carousel .layui-carousel-ind{
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
}
#full-carousel .layui-carousel-ind ul{
    background-color: transparent;
}
#full-carousel .layui-carousel-ind ul:hover{
    background-color: transparent;
}
#full-carousel .layui-carousel-ind li{
    display: block;
    width: 130px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 8px;
    border-radius: 5px;
}


.photo-box .model-full-video{
    position: relative;
}
.model-full-video img{
    width: 100%;
}
.photo-box .model-full-video .model-info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
}
.photo-box .model-full-video:after{
    font-family: layui-icon !important;
    content: '\e652';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight:700;
}




















