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

li {
    list-style: none;
}

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

body {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 100%;
    font-size: 14px;
}

input[type="submit"],
input[type="reset"],
input[type="date"] {
    -webkit-appearance: none;
}

textarea,
select,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.b {
    vertical-align: top;
    width: 100%;
}

.cfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
    line-height: 0;
}

.cfix {
    *zoom: 1;
}

[data-src],
.swiper-lazy {
    background: url('/static/images/loading.gif') center center no-repeat;
}

.swiper-pagination {
    font-size: 0;
    line-height: 0;
    bottom: 5px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #4ecfc9;
}

.m {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.zintro {
    position: relative;
    height: 1.54rem;
    background: url("../images/intro.gif");
    background-size: cover;
}

.zintro p {
    position: absolute;
    left: 28%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.22rem;
    color: #878684;
    line-height: 0.32rem;
}

.zbtn {
    text-align: center;
    font-size: 0;
}

.zbtn a {
    display: inline-block;
    width: 3.6rem;
    height: 0.6rem;
    padding: 0 0.4rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    background: #ffc40f;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
}

.zcnt {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
}

.mb30 {
    margin-bottom: 0.3rem;
}

.mb20 {
    margin-bottom: 0.2rem;
}

.mb10 {
    margin-bottom: 0.1rem;
}

.m img {
    display: block;
}

.bg-gray {
    background: #f7f6f4;
}

.zhd {
    margin-bottom: 0.3rem;
}

.zhd img {
    display: block;
}

.m1 {
    padding: 0 0 0.4rem 0;
}

.m1 .zhd {
    margin: 0;
}

.zjtd-list {
    margin-bottom: 0.3rem;
}

.zjtd-list .loading-img {
    margin: 0 auto
}

.zjtd-list li {
    position: relative;
    height: 1.8rem;
    padding: 0.2rem 0 0.2rem 1.47rem;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
}

.zjtd-list .pic {
    float: left;
    margin-left: -1.37rem;
    width: 1.37rem;
    height: 1.37rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.zjtd-list .pic img {
    display: block;
    width: 1.37rem;
}

.zjtd-list .zj-p1 {
    height: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zjtd-list .zj-xm {
    padding: 0 0 0 0.2rem;
    font-size: 0.3rem;
    color: #000;
    font-weight: normal;
}

.zjtd-list .zj-zc {
    padding: 0 0 0 0.2rem;
    font-size: 0.2rem;
    color: #666;
    line-height: 0.4rem;
}

.zjtd-list .zj-ry {
    padding: 0 0 0 0.2rem;
    height: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.2rem;
    color: #333;
    line-height: 0.4rem;
    border-bottom: 1px dashed #d4d4d4;
}

.zjtd-list .zj-sc {
    padding: 0 0 0 0.2rem;
    line-height: 0.54rem;
    font-size: 0.2rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zjtd-list .zj-sc span {
    display: inline-block;
    margin: 0 0.05rem 0 0;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.05rem;
    color: #fff;
    background: #4cbbb4;
    vertical-align: baseline;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zjtd-list li:nth-child(2n) {
    background: #f4f4f4;
}

.zjtd-list li:first-child {
    border-color: #fff;
}

.zjtd-list .zj-link {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.28rem;
    height: 0.28rem;
}

.zjtd-btn {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0.3rem 0 0 0;
}

/**== 仿微信消息框 ==**/
.zmsg-zbd {
    padding: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    background: #ebebeb;
}

.zmsg-zbd dl {
    padding-top: 0.25rem;
    display: none;
}

.zmsg-zbd dl dt {
    float: left;
    width: 0.8rem;
    margin-right: 0.3rem;
}

.zmsg-zbd dl dd {
    position: relative;
    float: left;
    width: 4.2rem;
    padding: 0.3rem 0.2rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #2f2f2f;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background: #fff;
}

.zmsg-zbd dl dd:before {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    top: 0.2rem;
    left: -6px;
    font-size: 0;
    line-height: 0;
    content: '';
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 3px;
}

.zmsg-zbd dl.zmsg-a2 dt {
    float: right;
    margin-left: 0.3rem;
    margin-right: auto;
}

.zmsg-zbd dl.zmsg-a2 dd {
    float: right;
    background: #9aeb4e;
    color: #2f2f2f;
    border-color: #84a767;
}

.zmsg-zbd dl.zmsg-a2 dd:before {
    left: auto;
    right: -6px;
    border-left: none;
    background: #9aeb4e;
    border-bottom: none;
    border-right: 1px solid #84a767;
    border-top: 1px solid #84a767;
}

.zmsg-bot {
    padding: 0.2rem;
    font-size: 0.2rem;
    border-top: 1px solid #d7d7d9;
    background: #f5f5f6;
}

.zmsg-q {
    font-size: 0;
    line-height: 0;
    padding: 0 0 0.15rem 0;
    display: flex;
}

.zmsg-q span {
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #878684;
}

.zmsg-q a {
    display: block;
    height: 0.4rem;
    padding: 0 0.1rem;
    margin: 0 0.05rem;
    line-height: 0.4rem;
    color: #aaa;
    font-size: 0.2rem;
    background: #fff;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    border: 1px solid #d9d9d9;
}

.zmsg-s a {
    display: block;
    height: 0.6rem;
    overflow: hidden;
}

.zmsg-s a span {
    float: left;
    width: 4rem;
    height: 0.6rem;
    padding: 0 0.2rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    color: #cbcbcb;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

.zmsg-s a strong {
    float: right;
    width: 1.54rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    background: #19ac15;
    border: 1px solid #279729;
    border-radius: 5px;
}