*, *::before, *::after {
  box-sizing: border-box;
}
html,body{
    height: 100%;
}
body{
	font-size: 14px;
    overflow: hidden;
}
body,dl,dt,dd,ul,li {
    margin: 0;
    padding: 0;
}

ul,li {
    list-style: none;
}

.cube-list-rank {
    position: relative;
    max-width: 100%;
    width: auto;
    left: auto;
    background-color: #d7f6ff;
    height: 100%;
}

.page-main {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#pc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* height: 100%; */
}
.cube-list-rank dl {
    padding: 10px;
    height: 84%;
    overflow-y: scroll;
}

.cube-list-rank >dl>dd {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.cube-list-rank >dl>dd .qq-img {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 6px;
}

img {
    max-width: 100%;
}

td,
input,
th,
 {
    font: 12px verdana;
}
#div1 {
    width: 100%;
    padding: 0 17px;
}

input.btn {
    padding-left: 2px;
    padding-right: 2px;
    width: 86px;
}

input.btn1 {
    padding-left: 2px;
    padding-right: 2px;
    width: 168px;
}

input.btn2 {
    padding-left: 2px;
    padding-right: 2px;
    width: 106px;
}
.search-box {
    padding-top: 10px;
}
.search-box >input{
    border: 1px solid #FF5722;
    padding: 6px 4px;
    width: 80%;
    margin: auto;
    display: block;
    background-color: #fff;
}
.footer {
    text-align: center;
    background-color: #f8f8f8;
    padding: 15px 0;
    color: #d4d4d4;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}
.cube-list-rank dl>dt {
    color: red;
    border-bottom: 1px solid #16cbd4;
    padding-bottom: 6px;
}

.footer p {
    margin: 0;
}

.footer a {
    color: #bfbfbf;
    text-decoration: none;
}
.res-avg {
    width: 100%;
    margin-top: 10px;
}
#div1> table{
    width: 100%;
}
.res-avg>ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.res-avg>ul>li {
    width: 29%;
    border: 1px solid #d8d8d8;
    display: flex;
}

.res-avg>ul>li> span {
    padding: 6px;
    display: block;
    text-align: center;
}

.res-avg>ul>li> span.text1 {
    width: 100px;
    background-color: #c4edff;
}
.res-avg>ul>li> span.text2 {
    flex-grow: 1;
}
#mytext{
    font-size: 12px;
}
#rndDiv {
    font-size: 18px;
    font-weight: bold;
    color: #F44336;
    padding: 10px;
    background-color: #e8fff9;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
}
.post-cuber {
    padding-bottom: 6px;
}

.post-cuber> a {
    display: block;
    color: #fff;
    background-color: #FF5722;
    text-decoration: none;
    text-align: center;
    width: 60%;
    margin: 6px auto 0;
    padding: 10px 0;
    border-radius: 36px;
    transition: .3s;
}
#mytext .text{
    
text-align: center;
}


@media (min-width: 768px) {
    .cube-list-rank {
        position: fixed;
        top: 0;
        width: 260px;
        left: 140px;
        min-height: 400px;
    }
    .footer{
    display: block;
}
.page-main{
    height: 100%;
}
    
}
@media (min-width: 992px) {
    .page-main{
    padding: 0;
}
#pc{
    position: absolute;
    top: 4px;
    left: 406px;
    right: 4px;
    bottom: 52px;
    display: block;
    outline-offset: 0;
}
#pc:focus{
    outline-color: red;
    outline-style: solid;
    outline-width: 2px;
}
#pc>div{
    width: 750px;
    margin-left: 100px;
}
#div1{
    padding: 0;
}
}