body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    min-width: 1200px;
}

a {
    text-decoration: none !important;
    list-style: none !important;
}

#shizhi-toptip {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -145px;
    box-shadow: 2px 5px 5px #9a9a9a;
    -webkit-box-shadow: 2px 5px 5px #9a9a9a;
    -moz-box-shadow: 2px 5px 5px #9a9a9a;
    right: 0;
    text-align: center;
    width: 350px;
    color: #747474;
    font-size: 16px;
    background: #fff;
    line-height: 60px;
    height: 60px;
    border: 1px #959595 solid;
    border-radius: 5px;
    display: none;
    z-index: 999
}

.fixck {
    font-family: Arial, Verdana, sans-serif !important;
    font-size: 14px !important;
    color: #222 !important;
    line-height: normal !important
}

.fixck p {
    margin: 12px 0 !important
}

.fixck a {
    text-decoration: underline !important;
    color: #00E !important
}

.fixck ul, .fixck ol {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.fixck ul {
    list-style: disc outside none !important
}

.fixck ol {
    list-style: decimal outside none !important
}

.fixck li {
    display: list-item !important
}

.fixck h1 {
    font-weight: bold !important;
    font-size: 32px !important;
    margin: 21px 0 !important
}

.fixck h2 {
    font-weight: bold !important;
    font-size: 24px !important;
    margin: 19px 0 !important
}

.fixck h3 {
    font-weight: bold !important;
    font-size: 19px !important;
    margin: 18px 0 !important
}

.fixck h4 {
    font-weight: bold !important;
    font-size: 16px !important;
    margin: 21px 0 !important
}

.fixck h5 {
    font-weight: bold !important;
    font-size: 13px !important;
    margin: 22px 0 !important
}

.fixck h6 {
    font-weight: bold !important;
    font-size: 11px !important;
    margin: 24px 0 !important
}

/*通用格式*/
.mycontainer{
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1190px;
}
