body {
    background-image: url('/assets/images/maotouyingdashu.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-font-smoothing: antialiased;
}

#footer {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: fixed;
    bottom: 100px;
}

#footer .copyright {
    letter-spacing: 0.2rem;
    font-size: 0.8rem;
    opacity: 0.75;
    margin-bottom: 0;
    text-transform: uppercase;
}

#footer a {
    text-decoration: none;
    color: black;
}

/*搜索框样式*/
.input-group {
    justify-content: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

input {
    width: 50%;
    height: 41px;
    border: snow;
    padding-left: 15px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
}

input[type=text]:focus {
    outline: none;
    /*outline-color: #DBDEE0;*/
}

.input-group .btn-primary {
    background: #4E6EF2;
    border: 0px;
    color: #fff;
    padding: 0px 18px;
    border-radius: 0px 5px 5px 0px;
}

/*日期时间样式*/
#Date-Time {
    text-align: center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 20px;
}

#ymd #weather {
    font-size: 20px;
    font-weight: 500;
}

#hms {
    font-size: 72px;
    font-weight: 700;
}

/*导航样式*/
.table {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    margin: 30px;
}

.table tbody tr {
    border: 0px;
    height: 40px;
}

.table tbody tr td {
    padding: 0 20px;
}

.trhead {
    color: #000;
    font-weight: 600;

}

.trbody {
    text-decoration: none;
    color: #fff;
}

.trbody:hover {
    color: #3399CC;
    transition: all 0.5s linear;
}

#tianxing {
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #tianxing {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    #tianxing {
        max-width: 800px;
    }
}

#jinrishici-sentence {
    margin: 10px;
    text-align: center;
    color: #fff;
}