#home{
margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.has-navbar{
background: url(https://api.xygeng.cn/Bing) no-repeat fixed;
    background-size: cover;
}
#page_begin_html img{
position: absolute;;
 left: 50%;
transform: translateX(-50%);
top: 126px;
			
}

#Header1_HeaderTitle{
position: absolute;
left: 10px;
animation:move 2s linear infinite;
-webkit-animation:move 2s linear infinite;
}
@keyframes move{
0%{
left:10%
}
50%{
left:30%
}
100%{
left: 10%;
}
}
/* 看板娘 */
#live2dcanvas {
    border: 0 !important;
}
