@media (orientation: landscape){
    body{-webkit-text-size-adjust:100%;}
}
body{
    color: #333;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
#container{max-width: 1400px; margin: 0 auto;}
p{
    margin: 10px 0;
}
a{
    color: #025feb;
}
.logo-box{
    width: 100%;
    /* height: 30px; */
    padding: 20px 0 10px;
}
.logo{
    width: 150px;
    height: 30px;
    position: fixed;
    left: 10px; top: 16px;
}
.logo span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0;
    height: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
}
.logo img{
    display: block;
    height: 100%;
    -webkit-transition: width 0.3s ease, height 0.3s ease;
    -moz--webkit-transition: width 0.3s ease, height 0.3s ease;
    -ms--webkit-transition: width 0.3s ease, height 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease;
}
.logo.on{
    position: fixed;
    width: 100%;
    padding: 10px 0;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.logo.on img{
    padding: 0 10px;
    -webkit-transition: width 0.3s ease, height 0.3s ease;
    -moz--webkit-transition: width 0.3s ease, height 0.3s ease;
    -ms--webkit-transition: width 0.3s ease, height 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease;
}
.logo.top span{
    padding: 0 10px;
    /* margin-left: 120px; */
    opacity: 1;
    width: auto;
    height: auto;
    /* border-left: 1px solid #dedede; */
}
.logo.top img{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100px;
    height: 20px;
    transition: none;
}
.page-title{
    font-size: 20px;
    margin-top: 20px;
	padding-bottom: 5px;
}
.update-time{
    color: #B0B2BC;
}
.page-border{
    border: 1px solid #CECECE;
    padding: 0 16px;
    border-radius: 4px;
}
table{
    table-layout: fixed;
    word-wrap:break-word;
    border-collapse: collapse;
    border: none;
    border:1px solid #e0e0e0;
    margin-bottom: 10px;
}
table tr{
    border:1px solid #e0e0e0;
}
table td{
    padding: 0 5px;
    border:1px solid #e0e0e0;
    text-align: center;
}