/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

.article-outlink a {
    display: block;
    font-size: .18rem;
    color: #6746ec;
    text-decoration: none
}

.article-outlink a:hover {
    color: #947cff
}

.clear-after:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    clear: both
}

.header-nav>ul>li>ul.menus {
    width: 150px!important
}

.header-nav>ul>li>ul.menus>li>a {
    width: 90%
}

.header-nav>ul>li:hover>ul.menus {
    height: 260px
}

.header {
    background: rgba(3,5,17,.9)
}

.article {
    background: #fff;
    /*min-height: 800px*/
    height: 80%
}

.article-hd {
    width: 80%;
    margin: 0 auto;
    padding: 140px 0 10px;
    text-align: center;
    border-bottom: 1px dashed #e0e0eb
}

.article-hd h1 {
    font-size: 30px;
    line-height: 42px;
    color: #39394d
}

.article-hd .time {
    margin: 8px 0;
    font-size: 12px;
    color: #84849a
}

.article-bd {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0 110px
}




@media screen and (max-width: 480px) {
.iframe_shipin{
    height: 250px;
    width: 90%;
}
.article-bd {
    width: 95%;
}

}

@media screen and (min-width: 480px) {
    .iframe_shipin{
        height: 350px;
        width: 90%;
    }

    .article-bd {
        width: 95%;
    }

}

@media screen and (min-width: 800px){
    .iframe_shipin{
        height: 520px;
        width: 90%;
    }
    .article-bd {
        width: 95%;
    }

}

@media screen and (min-width: 1024px){
    .iframe_shipin{
        height: 520px;
        width: 80%;
    }
    .article-bd {
        width: 70%;
    }

}

@media screen and (min-width: 1440px) {
    .iframe_shipin{
        height: 520px;
        width: 80%;
    }
    .article-bd {
        width: 70%;
    }

}