@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

#main {
    margin: 0px auto;
}

#main h1 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

#main .shuru {
    margin-bottom: 10px;
    text-align: center;
}

#main .shuru input {
    width: 100px;
    height: 30px;
    font-size: 18px;
}

.demo {
    width: 320px;
    height: 320px;
    margin: 0px auto;
    position: relative;
}

#disk {
    width: 320px;
    height: 320px;
}

#start {
    width: 100px;
    height: 195px;
    position: absolute;
    top: 55px;
    left: 110px;
}

#start img {
    cursor: pointer
}

#info {
    width: 100%;
    height: 30%;
    border: 1px #999999 solid;
    position: fixed;
    bottom: 35%;
    background: #FFF;
    padding: 5%;
    text-align: center;
    opacity: 0.95;
    z-index: 999;
}

#footad, #footad2 {
    margin-top: 10px;
    text-align: center;
    z-index: -1
}

.retry button {
    font-size: 16px;
}

a {
    color: #333;
    text-decoration: none;
}

li {
    list-style: none;
}
.more_test_list {
    background: #FFF;
    margin: 10px 10px 0px 10px;
    border: #CCC 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.more_test_list dt {
    border-bottom: #CCC 1px solid;
    text-align: center;
    background: #F6F6F6;
}

.more_test_list dt h2 {
    font-size: 16px;
}

.more_test_list dt,.more_test_list dd {
    padding: 10px;
}

.more_test_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: #E0E0E0 dashed 1px;
    height: 40px;
    line-height: 40px;
    padding-right: 9px;
    font-size: 15px;
    text-align: center;
}


.more_test_list li:not(:first-child) {
    margin-top: 10px; /* 除了第一个列表项外，其他列表项上方都留出10像素的间距 */
}

