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

body {
    background: url(../img/honav.png) center top no-repeat;
    background-color: #000;
    overflow: hidden;
    color: #555;
    font-size: 13px;
    font-family: "Microsoft YaHei",Simsun,Tahoma
}

caption,td,th {
    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: none
}

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

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

table {
    border-collapse: collapse
}

html {
    overflow-y: scroll
}

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 160px
}

.nav {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden
}

.nav li {
    float: left;
    text-align: center;
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #FF4CE5;
    font-size: 18px;
    transition: color .5s,background-color .5s;
    overflow: hidden
}

.nav li:hover {
    color: #fff;
    background: #604CFF
}

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

.toptips li {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: red;
    overflow: hidden
}

.toptips li b {
    width: 16px;
    height: 16px;
    font-weight: 700;
    background: #da634b;
    color: #fff;
    padding: 2px 8px;
    margin-left: 4px;
    font-size: 12px;
    border-radius: 2px
}

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

.good li {
    float: left;
    text-align: center;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    transition: color .5s,background-color .5s;
    overflow: hidden
}

.good li:hover {
    color: #fff;
    background: #ff6ea1
}

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

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

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

.cate li,.cate_name p {
    line-height: 40px;
    margin-left: 20px
}

.cate li {
    float: left;
    display: block;
    width: 100%;
    height: auto
}

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

.clear {
    clear: both;
    height: 0
}

.cate_ul {
    margin: 0 auto;
    position: relative;
    max-width: 960px
}

.cate_img {
    margin-left: 8px;
    width: 48px;
    height: 48px
}

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

.banner img:hover {
    opacity: .7
}

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

.footerapp img:hover {
    opacity: .7
}

.footer {
    border-radius: 2px 2px 0 0;
    height: auto;
    margin-bottom: 0;
    opacity: .7
}

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

.footer p a {
    color: #333
}

.clear {
    clear: both;
    height: 0
}

/* for shangmen頁面 */
.shangmen {
    font-size: 15px;
    color: #fff;
}

.shangmen .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;   
}

.shangmen .nav a {
    display: block;
    flex-basis: 8.3333%;    
}

.shangmen .nav li {
    width: auto;
    font-size: 16px;
    float: none;
}

.shangmen .title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #e52525;
}

.shangmen .info {
    padding: 10px 30px;
    line-height: 25px;
}

.shangmen .info .description {
    padding: 10px;
}

.shangmen .img-outter-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    gap: 10px
}

.shangmen .img-wrapper {
    max-width: 500px;
}

.shangmen img {
    width: 100%;
}

.shangmen .footer {
    font-size: 13px;
}


@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: 20%
    }

    .nav li {
        width: 20%;
        margin-right: -2px;
        height: 35px;
        line-height: 35px
    }

    .toptips li {
        width: 100%;
        margin-right: -2px;
        height: 35px;
        line-height: 35px
    }

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

    .cate_name {
        height: 35px
    }

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

    /* for shangmen頁面 */
    .shangmen {
        font-size: 12px;
    }
    
    .shangmen .title {
        font-size: 12px;
    }

    .shangmen .nav a {
        flex-basis: 16.6666%;
    }

    .shangmen .nav li {
        font-size: 12px;
    }

}

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

    .toptips li {
        font-size: 14px;
        height: auto;
        line-height: 30px
    }

    .cate li {
        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) {
    .nav li {
        width:20%;
        font-size: 12px;
        height: 30px;
        border: 1px solid #da634b;
        line-height: 30px
    }

    .toptips li {
        width: 100%;
        font-size: 12px;
        height: auto;
        line-height: 30px
    }

    .cate li {
        width: 90%;
        font-size: 11px;
        height: auto;
        line-height: 30px
    }

    .cate_name {
        height: 30px
    }

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

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