/*公共样式*/
body {
    width: 100%;
    /*min-width: 1200px;*/
    background-color: rgb(250, 250, 250) !important;
}

/* 对于PC端 */
@media (min-width: 831px) {
    body {
        min-width: 1200px;
    }
}

/* 对于移动端 */
@media (max-width: 829px) {
    body {
        min-width: 100%;
    }
}
ol, ul, li {
    padding: 0;
    list-style: none;
    text-decoration: none;
    margin-bottom: 0 !important;
}

.set_bgi {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bjmz_footer, .bjmz_header {
    font-size: 16px;
}

{
    margin: 0
;
    padding: 0
;
    -webkit-tap-highlight-color: transparent
;
    -webkit-overflow-scrolling: touch
;
}
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

input, textarea {
    outline: none;
    text-shadow: none;
}

textarea {
    resize: none;
    overflow: auto;
}

input:focus, textarea:focus {
    outline: none;
}
