a, blockquote, body, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, iframe, img, input, label, li, object, ol, p, q, small, span, strong, table, tbody, td, th, tr, ul {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none
}

a, img {
    -webkit-touch-callout: none
}

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

input[type=password], input[type=text], textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

#cnzz_stat_icon_1277019259{
    display: none;
}

.container {
    background: #fff;
}

.container .header {
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999999;
    background: #00B5D9;
}

.container .header .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.3rem;
}

.container .header .left {
    display: flex;
    align-items: flex-end;
}

.container .header .right {
    display: flex;
    align-items: center;
}

.container .header .logo {
    width: 1.32rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container .header .logo img {
    display: block;
    height: 0.6rem;
    margin: 0 auto;
}

.container .header .line {
    position: relative;
    top: -0.03rem;
    width: 0.01rem;
    height: 0.36rem;
    background: #fff;
    margin: 0 0.2rem;
}

.container .header .title {
    display: flex;
    align-items: flex-end;
    font-size: 0.36rem;
    font-weight: 600;
}

.container .header .title a {
    color: #fff;
}

.container .header .nav {
    font-size: 0.26rem;
    color: #fff;
    margin-right: 0.3rem;
}

.container .header .nav a {
    font-size: 0.26rem;
    color: #fff;
}

.container .header .menu {
    width: 0.44rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container .header .menu img {
    display: block;
    height: 0.38rem;
    margin: 0 auto;
}

.container .tabs {
    padding-top: 0.2rem;
}

.container .tabs ul {
    padding: 0 0.3rem;
    -webkit-overflow-scrolling: touch;
}

.container .tabs ul::-webkit-scrollbar {
    display: none;
}

.container .tab-active {
    border-bottom: 2px solid #333;
}

.container .tab-active a {
    color: #333 !important;
    font-size: 0.26rem !important;
}

.container .tabs ul {
    font-size: 0.26rem;
    color: #333;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.container .tabs ul li {
    display: inline-block;
    margin-right: 0.3rem;
    overflow-x: scroll;
    overflow: hidden;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
}

.container .tabs ul li a {
    color: #999;
}

.container .header-title {
    margin-top: 0.3rem;
    padding: 0 0.3rem;
}

.container .header-title div {
    font-size: 0.3rem;
    font-weight: 600;
    color: #00B5D9;
    border-left: 0.05rem solid #00B5D9;
    height: 0.4rem;
    padding: 0 0.1rem;
}

.container .card {
    position: relative;
    padding: 0.3rem;
    border-bottom: 0.01rem solid #ddd;
}

.container .card a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container .card .info {
    width: 100%;
}

.container .card .info .title h1 {
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.2rem;
}

.container .card .info .title h3 {
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.2rem;
}
.container .card .info .title h2 {
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.2rem;
}

.container .card .info .detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.container .card .info .detail .left {
    display: flex;
}

.container .card .info .detail .users {
    display: flex;
    align-items: center;
    font-size: 0.26rem;
    color: #999;
}

.container .card .info .detail .adopt {
    margin-left: 0.1rem;
    width: 0.71rem;
}

.container .card .info .detail .adopt img {
    height: 0.71rem;
}

.container .card .info .detail .users img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    margin-right: 0.1rem;
}

.container .card .info .detail .date {
    font-size: 0.26rem;
    color: #999;
}

.container .card .info .content {
    font-size: 0.32rem;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
    line-height: 0.5rem;
}

.container .card .info .date {
    display: flex;
    justify-content: flex-end;
    font-size: 0.26rem;
    color: #999999;
}

.container .card .info .image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f9f9f9;
}

.container .card .info .image img {
    height: 2.72rem;
}

.container .card .count {
    position: absolute;
    height: 0.42rem;
    background: #fff;
    padding: 0 0.2rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #CCCCCC;
    bottom: -0.2rem;
}

.container .more {
    display: flex;
    justify-content: flex-end;
    font-size: 0.28rem;
    color: #00B5D9;
}

.container .card .operact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.2rem;
}

.container .card .operact .agree {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.44rem;
    padding: 0 0.15rem;
    border-radius: 0.22rem;
    font-size: 0.19rem;
    color: #9CA0A3;
    border: 0.01rem solid #C4C9CD;
    margin-right: 0.2rem;
}

.container .card .operact .agree img {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.1rem;
}

.container .card .operact .share {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.44rem;
    padding: 0 0.15rem;
    border-radius: 0.22rem;
    font-size: 0.19rem;
    color: #9CA0A3;
    border: 0.01rem solid #C4C9CD;
}

.container .card .operact .share img {
    width: 0.23rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}

.container .ad {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.3rem;
    border-bottom: 0.01rem solid #ddd;
}

.container .ad img {
    width: 7rem;
    height: 100%;
}

.container .crumb {
    display: flex;
    padding: 0 0.3rem;
    font-size: 0.24rem;
    color: #999;
    margin-bottom: 0.3rem;
}

.container .crumb .crumb-active {
    font-size: 0.24rem;
}

.container .crumb a{
    color: #333;
}

.container .tags {
    padding: 0 0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.container .tags div {
    font-size: 0.26rem;
    padding: 0 0.2rem;
    height: 0.44rem;
    border-radius: 0.22rem;
    line-height: 0.44rem;
    border: 0.01rem solid #999;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.container .tags div a {
    color: #999;
}

.container .tags .tags-active {
    font-size: 0.26rem;
    padding: 0 0.2rem;
    height: 0.44rem;
    border-radius: 0.22rem;
    line-height: 0.44rem;
    border: 0.01rem solid #00B5D9;
}

.container .tags .tags-active a {
    color: #00B5D9;
}

.container .page {
    width: 6.9rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.3rem;
    display: flex;
    justify-content: center;
}

.container .page ul {
    display: flex;
}

.container .page ul li {
    padding: 0.1rem 0.15rem;
    background: #fff;
    border: 0.01rem solid #ddd;
    border-radius: 0.04rem;
    font-size: 0.26rem;
    margin: 0 0.1rem;
    line-height: 100%;
}

.container .page span{
    line-height: 100%;
    font-size: 0.12rem;
    padding: 0.1rem 0.15rem;
}

.container .page .page-active {
    background: #00B5D9;
}

.container .page .page-active a {
    color: #fff;
}

.container .page ul li a {
    color: #202002;
}

.container .page span{
    line-height: 100%;
    font-size: 0.12rem;
    padding: 0.1rem 0.15rem;
}

.container .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 0.3rem;
    background: #fff;
}

.container .footer div {
    width: 50%;
    text-align: center;
    font-size: 0.3rem;
}

.container .footer .line {
    height: 0.46rem;
    width: 1px;
    background: #ddd;
}

.container .footer div a {
    color: #333;
}

.container .recommend {
    display: flex;
    align-items: center;
    padding: 0.3rem;
}

.container .recommend .title {
    font-size: 0.3rem;
    color: #333;
    line-height: 100%;
}

.container .recommend .arrow {
    display: flex;
}

.container .recommend .arrow img {
    margin-left: 0.12rem;
    width: 0.15rem;
    height: 0.26rem;
}

.container .notdata {
    margin-top: 1.6rem;
    text-align: center;
}

.container .notdata img {
    width: 1.62rem;
    height: 2.09rem;
}

.container .notdata .description {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    color: #999;
}

.container .all {
    text-align: center;
}

.container .all a {
    font-size: 0.28rem;
    color: #333333;
}

.container .similar {
    padding: 0 0.3rem;
}

.container .similar .title {
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #333;
}

.container .similar .block {
    display: flex;
    margin-bottom: 0.2rem;
}

.container .similar .block .subtitle {
    font-size: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container .similar .block .subtitle span {
    line-height: 0.5rem;
}
.container .similar .block .subtitle a {
    color: #333;
    line-height: 0.5rem;
}

.container .similar .block .count {
    font-size: 0.32rem;
}

.container .similar .block .count a {
    color: #7D8085;
}

.adjacent {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0 0.3rem;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
}

.adjacent a{
    color:#333;
}
.container .header .logo a{
    display: flex;
    align-items: flex-end;
    font-size: 0.36rem;
    font-weight: 600;
    color: #fff;
}

.neFooter {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: flex;
}

.footBox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    width: 50%;
}
.footBox > img {
    margin-right: 6px;
    width: 23px;
    height: 22px;
}
.newAppoint {
    color: #2f80ff !important;
    background: rgba(47, 128, 255, 0.05);
}