*{margin:0;padding:0;}
img{display: block;}
html{
    height:100%;
    min-width:760px;
}
body{
    height:100%;
    width:100%;
    background:url('../images/bg.png') no-repeat center;
    background-size:cover;
    position:relative;
    overflow: auto;
}
@font-face{/*站酷小薇字体*/
    font-family: 'xiaowei';
    src:url('../font/e65495991425285882aed45a2aa6af8a') ;
}
.enter{
    text-decoration: none;
}
.box{
    /* width:100%; */
    height:100%;
    min-width:760px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'xiaowei';
}
.headline{
    /* width: 100%; */
    min-height:250px;
    line-height: 250px;
    box-sizing: border-box;
    display: block;
    background:url('../images/bg_border.png') no-repeat center;
    background-size: 100% auto;
    color:#fff;
    font-size: 10vw;
    /* text-align: center; */
    font-weight: 300;
    padding:0 36px;
}
.words{
    text-align: center;
    margin-top:65px;
}
.words p{
	font-size:24px;
    color:#fff;
    margin-top:20px;
}
@media screen and (min-width:1440px){
    .headline{
        /* width: 100%; */
        height:250px;
        line-height: 250px;
        box-sizing: border-box;
        display: block;
        background:url('../images/bg_border.png') no-repeat center;
        background-size: 100% auto;
        color:#fff;
        font-size: 144px;
        /* text-align: center; */
        font-weight: 300;
        padding:0 36px;
    }
}