body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, img {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: microsoft yahei, Simsun, Tahoma
}

.github-corner {
    border-bottom: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 0;
    z-index: 1
}

.github-corner:hover .octo-arm {
    -webkit-animation: octocat-wave .56s ease-in-out;
    animation: octocat-wave .56s ease-in-out
}

.github-corner svg {
    color: #fff;
    fill: var(--theme-color, #42b983);
    height: 80px;
    width: 80px
}

.github-corner svg {
    color: #fff;
    fill: var(--theme-color, #42b983);
    height: 80px;
    width: 80px
}

td, th, caption {
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    border: 0
}

ol, ul, li {
    list-style: none
}

input, textarea, select, button {
    font-size: 14px
}

table {
    border-collapse: collapse
}

html {
    overflow-y: scroll
}

.header {
    height: 50px;
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0 2px 5px #b0b0b0;
    position: relative
}

#container {
    width: 960px;
    margin: 0 auto;
    margin-top: 350px
}

.cate {
    width: 100%;
    background: #fff;
    margin-bottom: 2px;
    border-radius: 0;
    overflow: hidden;
}

.cate_name {
    height: 40px;
    width: 100%;
    background: #2cbafc;
    overflow: hidden
}

.cate .pink {
    background: #fd6ea3
}

.cate .red {
    background: #2cbafc
}

.cate .green {
    background: #fd6ea3
}

.cate .yellow {
    background: #f76e25
}

.cate .gray {
    background: #23be9b
}

.cate .orange {
    background: #fcc800
}

.cate .black {
    background: #c52622
}

.cate_name p {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin-left: 20px
}

.cate .dhitem_link {
    text-align: center;
    display: block;
    width: 119px;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    transition: color .5s, background-color .5s;
    overflow: hidden
}
.cate .dhitem_link li{
    width: 100%;
}

.cate .dhitem_link:hover {
    color:#fff !important;
    background: #333
}

.cate .dhitem_link b {
    width: 16px;
    height: 16px;
    font-weight: 400;
    background: #2cbafc;
    color: #fff;
    padding: 1px 3px;
    margin-left: 4px;
    font-size: 14px;
    border-radius: 2px
}

.clear {
    clear: both;
    height: 0
}

.side {
    position: fixed;
    bottom: 45px;
    right: 10%;
    width: 70px;
    height: 130px;
}

.side_div {
    width: 95px;
    height: 32px;
    background: #fff;
    margin-top: 5px
}

#topp {
    background: url(../../css/daohang/top.jpg)
}

#guestbook {
    text-align: center;
    line-height: 32px;
    transition: background-color .3s
}

#guestbook:hover {
    background: #dfdfdf
}

@media screen and (max-width: 1200px) {
    .side {
        display: none
    }
}

@media screen and (min-width: 1300px) {
    #container {
        width: 1200px;
    }
}
@media screen and (max-width: 960px) {
    #container {
        width: 98%;
        margin-top: 40%
    }

    .cate .dhitem_link {
        width: 20%;
        margin-right: -1px;
        height: 35px;
        line-height: 35px
    }

    .cate_name {
        height: 35px
    }

    .cate_name p {
        font-size: 21px;
        line-height: 35px
    }
}

@media screen and (max-width: 800px) {
    .cate .dhitem_link {
        font-size: 15px;
        height: 30px;
        line-height: 30px
    }

    .cate_name {
        height: 30px
    }

    .cate_name p {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width: 640px) {
    .cate .dhitem_link {
        width: 25%;
        font-size: 13px;
        height: 30px;
        line-height: 30px
    }

    .cate_name {
        height: 30px
    }

    .cate_name p {
        font-size: 17px;
        line-height: 30px
    }

    .cate .dhitem_link b {
        width: 16px;
        height: 16px;
        font-weight: 400;
        background: #2cbafc;
        color: #fff;
        padding: 2px 3px;
        margin-left: 4px;
        font-size: 10px;
        border-radius: 2px
    }
}

.ad img {
    width: 100%;
    margin-bottom: -3px;
    transition: opacity .5s
}

.ad img:hover {
    opacity: .7
}

#container .footer {
    border-radius: 0;
    height: 80px;
    margin-bottom: 0;
    opacity: .7
}

.footer p {
    text-align: center;
    line-height: 40px;
    color: #333
}

.footer p a {
    color: #333
}

.nav {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.pc-info{
    justify-content: space-around;
}
.nav a {
    text-align: center;
    display: block;
    width: calc(calc(100% - 16px) / 8);
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    background: #2d789d;
    border-radius: 0;
    font-size: 15px;
    transition: color .5s, background-color .5s;
    overflow: hidden
}

.nav a:hover {
    color: #fff;
    background: #333
}

.banner img {
    width: 100%;
    transition: opacity .5s;
    border-radius: 5px
}

.banner img:hover {
    opacity: .9
}

.app {
    box-shadow: 0 0 15px rgba(100, 100, 100, .1);
    overflow: hidden;
    border-radius: 0;
    background-color: #fff
}

.navi {
    width: 100%;
    font-size: 0;
    padding: 1px;
    text-align: left;
    height: auto;
    
    display: flex;
    flex-wrap: wrap;
}

.appico {
    width: 10%;
    margin: 7px 0;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    position: relative
}

.appico p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    margin: 0;
    color: #000;
    overflow: hidden
}

.naicon {
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
    margin: 2px 13px
}

.appico img {
    width: 100%
}

.appico:hover .btn-raised {
    -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, .24), 0 0 2px -2px rgba(0, 0, 0, .4), 0 1px 12px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, .24), 0 0 2px -2px rgba(0, 0, 0, .4), 0 1px 12px 0 rgba(0, 0, 0, .22)
}

@media screen and (max-width: 1200px) {
    .side {
        display: none
    }

    .faq {
        display: none
    }

    .xm {
        display: none
    }
}

@media screen and (max-width: 960px) {
    body {
        background-size: 150%
    }

    #container {
        width: 98%;
        margin-top: 40%
    }

    .nav a {
        width: 25%;
        margin-right: -2px;
        height: 30px;
        font-size: 12px;
        line-height: 30px
    }

    .good li {
        width: 25%;
        height: 35px;
        line-height: 35px
    }

    .cate .dhitem_link {
        width: 25%;
        margin-right: -1px;
        height: 35px;
        line-height: 35px
    }

    .cate_name {
        height: 35px
    }

    .cate_name p {
        font-size: 18px;
        line-height: 35px
    }

    .appico {
        width: 20%
    }

    .navi {
        font-size: 0;
        padding: 1px;
        text-align: center;
        height: auto;
    }
}