html {
    /*background-image: url(/static/home/zl/img/bg.gif);*/
    background: #f2f2f2;
}

body,
html {
    font-family: STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif;
    color: #333;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    max-width: 800px;
    background: #fff;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    border: 0;
    font-size: 1.4rem;
    color: #333;
}

em,
i {
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

#app {
    width: 100%;
    overflow-x: hidden;
    background: url(https://tuku.zaogradient.com/static/home/zl/img/bg2.jpg);
    background-size: 100%;
    padding: 0 5px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    font-size: .8rem;
}

.nav_top {
    top: 0;
    width: 100%;
    max-width: 800px;
}

.index_menu {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.index_menu a {
    width: 25%;
    border-right: .1rem solid #dedede;
    border-bottom: .1rem solid #dedede;
    border-top: .1rem solid #dedede;
    padding: .6rem 0;
    font-size: 15px;
}

.index_menu a:nth-child(4n) {
    border-right: 0;
}

.index_menu a img {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    margin: auto;
    margin-bottom: .3rem;
    margin-top: .1rem;
}

.itop {
    padding: .4rem .3rem;
    border-bottom: .1rem solid #e6e6e6;
    text-align: center;
}

.xinlv {
    background: linear-gradient(#ffe383, #dd8228);
    font-weight: 600;
    text-shadow: 1px 1px 2px #fff;
    color: #000000;
    letter-spacing: 4px;
    text-align: center;
    padding: 6px 0 6px 6px;
    border-top: 1px solid #fff;
    box-shadow: 0px 1px 3px #4b4b4b;
    margin: .4rem .1rem;
}

.gp_box {
    border-top: 1px solid #9c9c9c;
}

.gp_box .title img {
    height: 2rem;
    position: relative;
    top: .4rem;
}

.title a {
    border: 0;
    color: #333;
    font-size: 1.4rem;
}

.title a .iconfont {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.more {
    float: right;
}

.more a {
    color: #959595;
    ;
}

.gp-info {
    position: relative;
    padding-left: 11rem;
    height: 10rem;
}

.gp-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
}

.gp-con {
    line-height: 2rem;
    font-size: 1.4rem;
}

.gp-img img {
    width: 100%;
    height: 100%;
}

.gp-con b {
    color: #0f9f00;
    font-weight: 600;
    font-family: '宋体';
}

.tu_box {}

.flex2,
.flex3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tu_box .flex2 div {
    width: 50%;
    font-size: 1.1rem;
    border-top: .1rem solid #e6e6e6;
}

.tu_box .flex3 div {
    /*border: .1rem solid #CFCFCF;*/
    /*border-radius: 3px;*/
    /*background: linear-gradient(#ffffff, #fff970d9);*/
    text-align: center;
    width: calc(33.33% - 4px);
    margin: 2px 2px;
    box-shadow: 1px 1px 1px #848484;
}

.content div a {
    display: block;
    padding: .6rem .5rem;
    color: #3b3b3b;
    font-size: 1.2rem;
}

.footer {
    text-align: center;
    padding: 1rem;
    color: #fff;
    font-size: 1.2rem;
    background-color: #333;
    border-top: 1px solid #adadad;
    margin-top: -3px;
}

.nav-path {
    line-height: 3.5rem;
    padding: 0 1%;
    overflow: hidden;
    background: #AE1B1B;
    font-weight: 600;
    color: #FFFFFF;
    position: fixed;
    width: 100%;
    max-width: 800px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 4px #4d4d4d;
}

.nav-path span {
    display: block;
}

.bigPic {
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000d1;
    z-index: 1;
}

.bigPic p {
    background: #fff;
}

.bigPic img {
    height: auto !important;
}

.fanhui {
    width: 80%;
    margin: 10px auto;
    text-align: center;
    height: 36px;
    border-radius: 15px;
    line-height: 34px;
    font-size: 1.2rem;
    position: fixed;
    top: 90%;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 0px #39771f;
    background: linear-gradient(to bottom, #77ff74, #30a90c);
    border: 2px groove #ffffff;
    font-weight: 600;
    color: #fff;
    z-index: 2;
}

#msgBtn {
    position: fixed;
    z-index: 999;
    right: 6px;
    bottom: 8rem;
    display: block;
    border-radius: 50%;
    background: #34bd18;
    width: 3.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    box-shadow: 0px 3px 0px #038d20;
    color: #fdfdfd;
    border: 1px solid #fff;
}

.yqlj {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.yqlj a {
    display: block;
    border: 1px #ccc solid;
    width: calc(33.33% - 2px);
    padding: 3px;
    text-align: center;
    padding: .6rem .5rem;
    margin: 2px 1px;
    border-radius: 3px;
    font-size: 1.2rem;
}

.box-hf a img {
    margin: 2px 0px;
    display: block
}

.download66 {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 800px;
    height: 50px;
    bottom: 50px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.download66 i.close {
    display: block;
    position: absolute;
    top: 5px;
    left: 12px;
    height: 40px;
    width: 40px;
}

.download66 p {
    font-size: 1.5rem;
    letter-spacing: 4px;
    color: #fff;
    line-height: 54px;
}

.download66 .btn {
    height: 40px;
    line-height: 40px;
    width: 70px;
    text-align: center;
    background-color: #ec6d1b;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 0;
    color: #fff;
}

.tztg a {
    display: block;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
    text-align: center;
}

.bzlist p {
    padding: 5px 0;
    margin: 2px 0;
    background-color: #000;
    font-weight: 700;
    font-size: 18px;
    color: #00FF00;
}

.am_qi {
    color: #00FF00;
}

.am_yc {
    color: #FF0000;
}

.red {
    color: #FF0000;
}

.white-box {
    width: 100%;
    text-align: center;
}

.white-box li {
    line-height: 27px;
    border-bottom: 1px dashed #ccc;
}

.white-box li a {
    font-size: 14px;
}

.hot-list li {
    padding: 0 1rem;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    white-space: nowrap;
}

.hot-list li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-list .jing {
    animation: blink_tj .2s linear infinite;
    font-family: '黑体';
    font-weight: 800;
}

@keyframes blink_tj {
    0% {
        color: #f00;
        text-shadow: 1px 1px #ff0;
    }
    49% {
        color: #f00;
        text-shadow: 1px 1px #ff0;
    }
    51% {
        color: #0f8;
    }
    100% {
        color: #0f8
    }
}

.zuozhe {
    float: right;
    color: #9e9e9e;
    margin-right: 3px;
}

.n {
    display: none;
}

.tie ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin: .4rem;
}

.tie ul li a span {
    background: #e9a548;
    color: #fff;
    padding: .1rem .3rem;
    display: inline-block;
    border-radius: 5px;
    margin-right: 3px;
}

/*AA级公开*/

.AAj {
    color: #f00;
    border: 1px solid #000;
    margin: 1rem 3px;
}

.AAj .ti {
    background: #ff0;
    text-align: center;
    line-height: 2rem;
    font-weight: 800;
}

.AAj div {
    background: #000;
    margin: 2px 0;
    padding: .2rem;
}

.AAj div span {
    color: #0f0;
}

/*精准四肖*/

.jz4x {
    border: 1px solid #f5a739;
    margin: 1rem 2px;
    background: #fff;
    text-align: center;
}

.jz4x .ti {
    background: #ef8a23;
    color: #fff;
    line-height: 2.5rem;
}

.jz4x table {
    width: 100%;
    text-align: center;
    background: #fff;
    line-height: 2rem;
}

.jz4x td {
    border: 1px solid #f39c30;
}

.jz4x tr td:nth-child(1) {
    width: 28%;
    background: #fcff22;
}

.jz4x tr td:nth-child(2) {
    width: 44%;
}

.jz4x tr td:nth-child(3) {
    width: 28%;
    background: #fcff22;
}