@font-face {
    font-family: OPPOSans;
    src: url('./OPPOSans-R.ttf');
}

@font-face {
    font-family: OPPOSans-M;
    src: url('./OPPOSans-M.ttf');
}

div {
    transition: all 0.5s;
    -moz-transition: all 0.5s;	/* Firefox 4 */
    -webkit-transition: all 0.5s;	/* Safari 和 Chrome */
    -o-transition: all 0.5s;	/* Opera */
}

body {
    text-align: center;
}

.frame {
    width: 1920px;
    display: inline-block;
    font-family: OPPOSans-M, OPPOSans;
}

.logo {
    height:36px;
    width:162px;
    border-right: 1px solid #FFFFFF;
    padding-right: 20;
}

.page-header {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 111;
    z-index: 100;
    padding-top:33;
    text-align: center;
    zoom: 1;
}
