html,
#lhy_clock{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14pt;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
//	-moz-transform: rotate(180deg);  //
//    -webkit-transform: rotate(180deg);  //
//    -ms-transform: rotate(180deg);  //
//    -o-transform: rotate(180deg);  //
//    transform: rotate(180deg);  //
}
.lhy_bgcontainer{
    position: fixed;
    top:0;left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99999;
    background-size: 100% auto;

}
#change-lhy{
    position:absolute;
    top:0;left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99999;
    background: center top no-repeat;
    background-size: 100% auto;
}

/*#lhy_waibaozhuang {
    padding:85px 0;
    width: 100%;
    max-width: 85px;
    position:fixed;
    top:0px;
    right:0px;
    z-index:-9998;
}*/
#flipdiv {
    width: 100%;
    height: 100%;
}


@media only screen and ( max-width: 32.5em )/*520以下属性适配520px屏幕*/
{
    #lhy_waibaozhuang
    {
        width: 100%;
        height: auto;
        position: static;
        padding: 8em 1.25em; /* 50 20 */
        margin: 0;
    }
}