ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none
}

body {
    background: #fff;
    font-family: "微软雅黑", sans-serif;
    margin: 0;
    position: relative;
    font-weight: 400;
}

a {
    text-decoration: none;
    font-weight: normal
}

nav {
    width: 100%;
    height: 1rem;
    border-bottom: solid 0.02rem #e6e6e6;
    overflow: hidden;
    position: relative;
}

nav img {
    float: left
}

nav img.more {
    width: 0.26rem;
    height: 0.2rem;
    margin-top: 0.42rem;
    margin-left: 0.3rem
}

nav img.logo {
    width: 3.3rem;
    height: 0.48rem;
    margin-top: 0.28rem;
    margin-left: 1.38rem
}

nav img.search {
    width: 0.28rem;
    height: 0.28rem;
    margin-top: 0.37rem;
    margin-left: 1.68rem;
}

.banner {
    position: relative;
    margin-left: 0.3rem;
    margin-top: 0.5rem;
    z-index: 0
}

.banner img {
    width: 6.9rem;
}

.banner .mask {
    width: 6.9rem;
    max-height: 4.6rem;
    background: black;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .txt {
    position: absolute;
    top: 1.3rem;
    left: 0.5rem;
}

.banner .txt h5 {
    font-size: 0.24rem;
    color: #fff;
    margin: 0;
}

.banner .txt p {
    font-size: 0.36rem;
    width: 3.28rem;
    color: #fff;
    font-weight: bolder;
    margin: 0;
}

.banner .txt span {
    background: #fecb00;
    width: 3.28rem;
    height: 0.06rem;
    display: block;
    margin-top: 0.1rem;
}

.title {
    width: 6.9rem;
    height: 0.7rem;
    border-bottom: solid 0.02rem #999;
    color: #333;
    font-size: 0.3rem;
    font-weight: bold;
    margin-left: 0.3rem;
}

.pic {
    overflow: hidden;
    margin-left: 0.3rem;
}

.pic ul {
    width: 3.35rem;
    float: left;
    padding: 0;
    margin-top: 0.5rem;
}

.pic ul li img {
    width: 3.35rem;
}

.pic ul li h3 {
    color: #333;
    font-size: 0.28rem;
    font-weight: bolder;
    margin-top: 0.08rem;
    margin-bottom: 0;
}

.pic ul li p {
    color: #999;
    font-size: 0.22rem;
    margin-top: 0.1rem;
    margin-bottom: 0.9rem
}

.pic ul:nth-of-type(1) {
    margin-right: 0.2rem
}

.box {
    margin-left: 0.3rem;
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.box .pic .big {
    width: 6.9rem;
    height: 4.1rem
}

.box .pic .mask {
    width: 6.9rem;
    height: 4.1rem;
    background: #000;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
}

.box .pic .button {
    position: absolute;
    left: 3.3rem;
    top: 1.85rem;
    width: 0.42rem;
    height: 0.42rem;
}

.box h2 {
    font-size: 0.32rem;
    color: #333;
    margin-top: 0.05rem;
    margin-bottom: 0;
}

.box p {
    font-size: 0.22rem;
    color: #999;
    margin-top: 0.1rem;
}

.pagelist ul {
    display: flex;
    justify-content: center;
    padding-bottom: .5rem;
    font-size: 0.2rem;
    align-items: center;
}

.pagelist ul li a, .pagelist ul li span {
    margin: 0 5px;
    padding: .1rem .2rem;
    border: 1px #999 solid;

}

.pagelist ul li a:active, .pagelist ul li a {
    display: block;
    color: #333;
}

.pagelist ul li .disabled {
    background: #efefef;
}

.nav {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: .2rem;
}

.nav_li {
    width: auto !important;
    font-size: .25rem;
    background: #eee;
    padding: 0.1rem 0.2rem;
}

.nav_li a {
    color: #333333;
}

.nav_li.action {
    background: #a3a3a3;
}

.nav_li.action a {
    color: #ffffff;
}

.catalog {
    padding: .3rem;
}

.catalog_ul {
    padding-bottom: .5rem;
}

.catalog_ul li {
    padding: .3rem 0;
    border-bottom: 1px #cccc77 solid;
}

.catalog_ul li h2 {
    padding: 0;
    margin: 0;
    font-size: .25rem;
}

.catalog_ul li h2 a {
    color: #000000;
}

.catalog_ul li p {
    font-size: .2rem;
    color: #666666;
}

.pet_content {
    font-size: .3rem;
    padding: .3rem;
}

.pet_content * {
    margin: 0;
    padding: 0;
}

.pet_article_title {
    font-size: .4rem;
}

.pet_article_user_time {
    font-size: .2rem;
    color: #666666;
    padding: .1rem 0;
}

.pet_article_content {
    line-height: 1.75;
}

.pet_article_content p, .pet_article_content section {
    padding-bottom: .15rem;
    text-align: justify;
}

.pet_article_content img {
    max-width: 100%;
}

.pet_article_content p:empty {
    height: 0;
}

.pet_article_footer_info {
    text-align: center;
    font-size: 12px;
    color: #b9b8b8;
    line-height: 50px;
    background: #ececec
}

.float {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

.float .left {
    float: left;
    width: 5.25rem;
    height: 100%;
    background: #fff;
}

.float .left img {
    width: 3.3rem;
    height: 0.48rem;
    margin-left: 0.7rem;
    margin-top: 0.3rem;
}

.float .left a {
    display: block;
    color: #4d4d4d;
    font-size: 0.3rem;
    width: 4.1rem;
    border-bottom: solid 0.02rem #ececec;
    margin-left: 0.8rem;
    height: 0.9rem;
    line-height: 0.9rem;
}

.float .left a.cur {
    color: #c2c2c2;
}

.float .close {
    float: left;
    margin-left: 0.3rem;
}

.float .close img {
    width: 0.55rem;
    height: 0.55rem;
}

.bg {
    background: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 100vh;
    z-index: 1
}



.edui-upload-video{
    width: 100%;
    height: auto;
}





















