body {
    margin: 0;
    padding: 0;
}

.top {
    margin-top: 20px;
    text-align: right;
}

.top a {
    color: #333;
    font-size: 13px;
    margin-right: 10px;
}

.top a span {
    font-weight: bold;
}

/*.top a:nth-child(1) {
    font-weight: bold;
}

.top a:nth-child(2) {
    font-weight: bold;
}

.top a:nth-child(3) {
    font-weight: bold;
}

.top a:nth-child(4) {
    font-weight: bold;
}

.top a:nth-child(5) {
    font-weight: bold;
}*/

.top a:hover {
    color: #0909F7;
}

.menu {
    display: none;
    background-color: red;
    margin-left: 90.5%;
    margin-top: .5%;
    font-size: 15px;
    position: relative;
    float: right;
    left: -66px;
    top: -7px;
    width: 80px;
    height: 115px;
    background-image: url(img/memu.png);
}

.inner {
    position: relative;
    left: -15px;
    top: 15px;
}

.more {
    height: 30px;
    width: 75px;
    background-color: #3385FF;
    font-size: 12px;
    color: #FFF;
    border: solid;
}

.midden {
    margin-top: 7%;
    text-align: center;
}

.midden img {
    width: 270px;
    height: 129px;
}

.count {
    margin-top: 20px;
    text-align: center;
}

#text {
    width: 540px;
    height: 30px;
    font-size: 16px;
}

.btn {
    height: 44px;
    width: 100px;
    background-color: #3385FF;
    font-size: 15px;
    color: #FFF;
    border: solid;
    margin-left: -10px;
    border-style: none\9;
    height: 36px\9;
}

.btn:hover {
    cursor: pointer;
}

.footing {
    text-align: center;
    margin-top: 20%;
}

.about a {
    color: #0909F7;
    font-size: 13px;
}

.info {
    margin-top: 10px;
}

.copyright {
    color: #575151;
    font-size: 12px;
    font-family: "微软雅黑";
}

.img1 {
    margin-left: -6px;
    margin-bottom: -4px;
}