@charset "UTF-8";
.video-box{
    display: block;
    cursor: pointer;
}
.video-box .video-frame{
    width: 100%;
}
.video-btn-play{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-image: url(../_astro/btn-play.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5vw;
    height: 5vw;
    min-width: 62px;
    min-height: 62px;
    cursor: pointer;
}

/*.s-footer__copyright {*/
/*    background: #212121;*/
/*    padding: 10px 30px*/
/*}*/
.ifooter-inner{
    width: 800px;
    height: 65px;
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    box-sizing: border-box;
    /*bottom: 0px;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0%);*/
}
.icp-info div{
    float: left;
    font-size: 12px;
    color: #fff;
}
.icp-info a{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
.icp-info .gawab{
    position: relative;
    margin-left: 25px;
}
.icp-info .gawab a{
    position: relative;
}
.icp-info .gawab a:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../_astro/gongan.png);
    top: -4px;
    left: -20px;
}

.ifooter{
    background-color: #212121;
    width: 100%;
    position: relative;
}
.ifooter-inner .share{
    position: absolute;
    right: 0;
    top: 20px;
}
.ifooter-inner .share ul li {
    position: relative;
    float: left;
    margin: 0 11px 0 0;
    padding: 0;
    height: 26px;
}
.ifooter-inner .share ul li img {
    display: block;
    width: 26px;
}
.ifooter-inner .share .share-title{
    line-height: 26px;
    color: #fff;
    font-size: 12px;
}
.ifooter-inner .popup_wechat {
    display: none;
    position: absolute;
    padding: 20px;
    bottom: 56px;
    left: -80px;
    background: #fff;
    border: 2px solid #000;
    z-index: 15;
    color: #333;
}
.ifooter-inner .popup_wechat h3 {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
    text-indent: 29px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 16px;
    background: url(../_astro/icon_moment.png) 6px 0 no-repeat;
    background-size: 16px 16px;
    border-bottom: 1px solid #969696;
}
.ifooter-inner .popup_wechat p {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}

.ifooter-inner .wechat_qr {
    width: 145px;
    height: 145px;
    margin: 0 auto;
}
.ifooter-inner .wechat_qr img{
    width: 100% !important;
}
.ifooter-inner .popup_wechat:after {
    position: absolute;
    top: 100%;
    left: 80px;
    content: " ";
    pointer-events: none;
    width: 28px;
    height: 21px;
    background: url(../_astro/fukidashi_arrow.png) 0 0 no-repeat;
    background-size: 28px 21px;
}
.ifooter-inner .popup_wechat.open {
    display: block;
    animation: anim_wechat_qr .5s ease-out;
}

.bg_video-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #111;
}

@media only screen and (max-width: 640px) {
    .hide-in-sp {
        display: none !important;
    }
    .ifooter {
        min-width: unset;
    }
    .ifooter-inner {
        height: unset;
        width: 100%;
    }
    .icp-info{
        width: 100%;
        position: absolute;
        padding-bottom: 25px;
        background-color: #212121;
    }
    .icp-info div{
        float: unset;
        font-size: 12px;
        text-align: center;
        padding-top: 0px;
    }
    .icp-info div{
        font-size: 12px;
    }
    .icp-info a{
        font-size: 12px;
    }
}