﻿
.footer-middle-box {
    width: 300px;
    padding-top: 300px;
    padding-top: 50px;
    text-align: center;
    margin-left: 38%;
}
.footer-text {
    color: #fff;
    text-decoration-line: none;
    padding: 10px;
}
.footer-text:hover {
    color: #fff;
    text-decoration: none;
}
.footer-right-box {
    width: 180px;
    text-align: center;
    padding-bottom: 20px;
}
.erweimabox .erweima {
    max-width: 110px;
}
.erweima-name {
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
}
.login-btn {
    width: 280px;
    position: fixed;;
    right:0px;
    bottom: 300px;
    background-color: #18388c;
    text-align:right;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    box-shadow: 0px 0px 5px 0px #18388c;
}
.login-btn.on {
    right: 23px;
}
.login-btn a {
    display: block;
}
.login-btn-text {
    padding: 20px;
    color: #fff;
    font-size: 16px;
}
.login-btn-text:hover {
    text-decoration: none;
    color: #fff;
}
.login {
    width: 520px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.login-title {
    font-size: 30px;
    padding: 80px;
    width: 520px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
    color: #000;
}
.login-box {
    padding: 40px;
    margin: 0 auto;
    box-shadow: 0px 0px 16px 0px #e8e8e8;
}
.login-box span {
    display: block;
    font-size: 14px;
    color: #000;
}
input:focus {
     outline: none;
     
     } 
input{
    outline:none;
}
.login-box input {
    border: none;
    width: 440px;
    padding: 12px;
    background-color: #f1f3f8;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}
#search {
    display: block;
    background-color: #18388c;
    color: #fff;
    margin-bottom: 0px;
    cursor: pointer;
}
.achievement {
    width: 1030px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.achievement table {
    width: 100%;
    margin-bottom: 30px;
}
.achievement .achievement-title {
    background-color: #18388c;
    color: #fff;
    padding: 5px;
    padding-left: 20px;
    width: 100%;
}
.achievement tr {
    width: 100%;
    height: 30px;
    line-height: 30px;
} 
.achievement td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 18px;
    width: 105px;
    font-size: 14px;
}
.achievement-footer {
    margin: 0 auto;
}
.achievement-footer {
    display: inline-block;
    text-align: center; 
    margin-right: 30px;
}
.achievement-footer span {
    padding: 4px;
    line-height: 30px;
    font-size: 16px;
    padding-top: 14px;

    display: inline-block;
}
.achievement-footer span:nth-child(2) {
    padding: 4px;
    line-height: 30px;
    font-size: 16px;
    padding-top: 12px;
    display: inline-block;
}
.achievement td:nth-child(2n) {
    width: 180px;
    max-width: 220px;
}
.achievement-footer span.achievement-footer-big {
    font-size: 24px;
    padding-bottom: -5px;
}