@charset "utf-8";
.theme {
    width: 100%;
}
.theme .introduce {
    padding: 15px 0;
    margin: 0 auto;
    font-size: 13px;
}
.theme .introduce p a {
    color: #545a5f
}
.theme .introduce p a:hover {
    color: #15C288;
}
.theme .introduce p span {
    padding: 0 5px
}
.content {
    width: 100%;
    background: #F5F6F7;
    padding-bottom: 30px;
}
.content .container {
    font-size: 13px;
}
.container_a {
    width: 900px;
    background: #fff;
    border: 1px #EFEFEF solid;
}
.container_a .breeding_list {
    width: 800px;
    margin: 0 auto
}
.container_a .breeding_a {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.container_a .breeding_list h1 {
    width: 800px;
    color: #444;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #eee;
}

.container_a .breeding_list .source {
    width: 800px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
}

.container_a .breeding_list .source li {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
}
.container_a .breeding_list .source .frame-line{
    width: 1px;
    height:15px;
    padding:0;
    margin-top: 10px;
    background-color: #efefef;
}

.container_a .breeding_list .description {
    width: 769px;
    background-color: #fbfbfb;
    border-radius: 2px;
    margin: 25px auto 0;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    border: 6px solid #f2f2f2;
    padding: 15px 10px;
}

.container_a .text {
    width: 800px;
    line-height:30px;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.container_a .text blockquote{
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}
.container_a .text p{
    margin: 10px 0;
}
.container_a .text img{
    padding: 5px 0;
    max-width:100%;
}

.container_a .action{
    width: 830px;
    font-size: 14px;
    margin:34px auto;
    text-align: center;
}
.container_a .action >a{
    padding: 9px 20px;
    width: 108px;
    background-color: #ffffff;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    transition: color .3s cubic-bezier(.25,.1,.25,1),border-color .3s cubic-bezier(.25,.1,.25,1),background-color .3s cubic-bezier(.25,.1,.25,1);
    border-radius: 100px;
    line-height: 20px;
    margin-right: 15px;
}
.container_a .action .like{
    border: 1px solid #F6A0A0;
    color: #EC4141;
}
.container_a .action .like:hover{
    background: #FFF2F2;
}
.like .status-txt{
    height: 20px;
    line-height: 20px;
}
.like .status-txt .txt{
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
}
.like .status-txt>i{
    font-size: 16px;
    margin-right: 8px;
}
.like .status-txt .count{
    padding-left: 11px;
    font-size: 14px;
    line-height: 20px;
}
.container_a .action .favorite{
    color: #FFA414;
    border: 1px solid #FFC56A;
}
.container_a .action .favorite:hover{
    background-color: #FFF2DD;
    border: 1px solid #FFC56A;
}
.favorite .status-txt{
     height: 20px;
     line-height: 20px;
 }
.favorite .status-txt .txt{
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
}
.favorite .status-txt>i{
    font-size: 16px;
    margin-right: 8px;
}
.favorite .status-txt .count{
    padding-left: 11px;
    font-size: 14px;
    line-height: 20px;
}

/*评论*/
 .article-comment{
    margin-bottom: 20px;
    background: #fff;
    padding-top: 24px;
    border: none;
}
.container-left .comment {
    width: 100%;
    padding: 20px 40px;
}
.comment .form{
    font-size: 14px;
    color: #616161;
}
.comment .form .controls{
    padding: 5px 5px 0 5px;
    background: #f7f7f7;
}
.form .content-text{
    width: 766px;
    height: 100px;
    font-size: 14px;
    line-height:20px;
    color: #919191;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    resize: vertical;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form .content-text:hover{
    border: 1px solid #CBCBCB;
}
.form .help-block{
    margin-top: 5px;
}
.form .help-block .text-danger{
    padding-left: 5px;
    color: #999;
}
.form .clear-fix{
    height: 34px;
    text-align: right;
}
.form .clear-fix .btn{
    color: #fff;
    background: #35B449;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form .clear-fix .btn:hover{
    color: #fff;
    background: #15ab47;
}
.comment .comment-list{
    font-size: 14px;
    color: #616161;
    margin-top: 20px;
}
.comment-list>li{
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}
.comment-list>li:last-child{
    border-bottom: 0;
}
.comment-list>li .user-img{
    width: 50px;
}
.comment-list>li .user-img>a{
    width: 50px;
    display: inline-block;
}
.comment-list>li .user-img>a>img{
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comment-list .user-info{
    width: 735px;
    padding-left: 15px;
    color: #999;
}
.user-info .user-avatar{
    font-size: 12px;
    margin: 5px 0;
}
.user-info .user-avatar>a{
    color: #999;
}
.user-info .reply{
    float: right;
}
.user-info .reply:hover{
   color: #666666;
}

.user-info .user-comment-time{
    width: 735px;
    margin-bottom: 10px;
    line-height: 17px;
}
.user-info .user-comment-time>span{
    color: #bebebe;
}

.user-info .user-comment-content{
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 10px;
    color: #666666;
}

.user-info .child-comment-container{
    margin-top: 10px;
}

.user-info .child-comment-container .child-comment{
    padding:13px;
    margin:2px 0 2px 7px;
    position: relative;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 2px;
}

 .child-comment-container .comment{
     font-size:13px;
     border-top: 1px dashed #e9e9e9;
}
.child-comment-container .comment:nth-child(1){
    border-top: 0;
}
.child-comment-container .comment .media-body{
   padding: 5px;
}

.child-comment-container  .media-body .child-user-info{
    line-height: 21px;
    margin-bottom: 5px;
}
.child-comment-container  .media-body .child-user-info .username {
    font-size: 13px;
    color: #999;
    margin-right: 0;
}
.child-comment-container  .media-body .child-user-info .reply-target {
    color: #666;
}

.child-comment-container  .media-body .comment-time {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 17px;
    display: block;
    color: #bebebe;

}

.child-comment-container  .media-body  .reply {
    font-size: 12px;
    position: relative;
    top: -25px;
    right: 0;
    color: #BEBEBE;
    transition: color .3s cubic-bezier(.25,.1,.25,1);
    line-height: 17px;
    float: right;
}
.child-comment-container  .media-body  .reply:hover {
    color: #666;
}

.child-form {
    padding-left: 7px;
}

.child-form .content-text{
    width: 705px;
    height: 60px;
    font-size: 14px;
    line-height:20px;
    margin-top: 10px;
    color: #919191;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    resize: vertical;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.child-form .content-text:hover{
    border: 1px solid #CBCBCB;
}
.child-form .clear-fix{
    height: 34px;
    text-align: right;
    margin-top: 20px;
}
.child-form .clear-fix .btn{
    color: #fff;
    background: #35B449;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.child-form .clear-fix .btn:hover{
    color: #fff;
    background: #15ab47;
}

/*评论结束*/

.container_a .copyright{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #bebebe;
    margin: 30px 0;
}
.container_a .de-tag{
    padding: 6px;
}
.container_a .de-tag>a{
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius:2px;
    padding: 6px 10px;
    margin-right:12px;
    font-size:13px;
    color:#757575;
}
.container_a .de-tag>a:hover{
    background: #f1f2f3;
}
.container_a .elated {
    width: 830px;
    font-size: 14px;
    margin: 20px 0;
}
.container_a .elated h4{
    width: 830px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #444;
    border-bottom: 1px #e6e6e6 solid;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.container_a .elated ul{
    width: 830px;
}
.container_a .elated ul li{
    width: 380px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px 0 5px;
    font-size: 14px;
    line-height: 31px;
    overflow: hidden;
}
.container_a .elated ul li>a{
    color: #76838f;
    border-bottom: 1px dotted #eee;
    display: inline-block;
    line-height: 34px;
}
.container_a .elated ul li>a:hover{
    color: #222;
}
/*热门*/
.container .container-right{
    width: 282px;
    padding: 0 0 0 22px;
}
/*用户模块*/
.user-module{
    margin-bottom: 20px;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.06),inset 0 0 0 rgba(0,0,0,0.05);
    background: #fff;
}
.user-module .user-body{
    padding: 0 15px 20px;
}
.user-module .user-body .avatar-panel{
    position: relative;
    background: url(https://i.zwuzx.com/person-loginbg.jpg) center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    height: 100px;
    margin: 0 -15px 46px;
}
 .user-body .avatar-panel .avatar{
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -42px;
    left: 50%;
    margin-left: -50px;
    border: 4px solid #fff;
    border: 4px solid rgba(255,255,255,.3);
}
.user-body .avatar-panel .avatar>img{
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #F7F5F5;
}
.avatar-panel .avatar::after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}
.user-body>p{
    text-align: center;
    margin: 0 0 11px;
}
.user-body .user-panel{
    margin-bottom: 3px;
    font-size: 14px;
    color: #333;
}
.user-body .intro{
    word-break: break-all;
    word-wrap: break-word;
    color: #999;
    margin: 5px 0 0;
    font-size: 13px;
}
.user-body .article-newest{
    margin-top: 25px;
    margin-bottom: 0;
}
.user-body .article-newest .article-tit{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
 .article-newest .article-tit .tit{
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #FFF;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #EF3E3A;
}
.article-newest .article-tit::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E9E9E9;
}

.user-body .article-newest>li{
    margin-bottom: 0;
}
.user-body .article-newest>li>a{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    color: #76838f;
}
.user-body .article-newest>li>a:hover {
    /*color: #222;*/
    color:#15ab47;
}
.user-body .article-newest>li>a>i{
    color: #BEBEBE;
    font-size: 15px;
    padding-right: 3px;
}
.user-body .article-newest>li>a:hover>i{
    color:#15ab47;
}

/*热门宠物*/
.container-right .hot-pet{
    margin-bottom: 20px;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.06),inset 0 0 0 rgba(0,0,0,0.05);
    background: #fff;
    border-radius: 2px;
}
.hot-pet>p{
    height: 55px;
    line-height:55px;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    color: #444;
    font-size: 15px;
}
.hot-pet>ul{
    padding-bottom: 21px;
}
.hot-pet>ul>li{
    padding: 21px 2px 0 20px;
    text-align: center;
}
.hot-pet>ul>li>a{
    display: block;
    color: #76838f;
}
.hot-pet>ul>li>a:hover{
    color: #444;
}
.hot-pet>ul>li>a>img{
    display: block;
    width: 60px ;
    height: 60px;
    line-height:60px ;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #EEEEEE;
}
.hot-pet .pet-name{
    width: 62px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*文章*/
.container-right .hot-article{
    margin-bottom: 20px;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.06),inset 0 0 0 rgba(0,0,0,0.05);
    border-radius: 2px;
    background: #fff;
}

.hot-article>p{
    height: 55px;
    line-height:55px;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    color: #444;
    font-size: 15px;
}
.hot-article>ul{
    padding:10px 0;
}
.hot-article >ul>li{
    height: 37px;
    line-height:37px;
    padding: 0 15px;
    font-size: 13px;
    overflow: hidden;
    border-bottom: 1px dashed #ecedee;
}
.hot-article >ul>li>a{
    color: #76838f;
}
.hot-article >ul>li>a:hover{
    color: #222;
}

.hot-article >ul>li>span {
    display: inline-block;
    width: 18px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #85B3EB;
    margin-right: 10px;
    border-radius: 1px;
}
/*文章*/
/*标签*/
.container-right .hot-tag {
    background: #fff;
    margin-top: 20px;
}
.hot-tag>p{
    height: 55px;
    line-height:55px;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    color: #444;
    font-size: 15px;
}
.hot-tag>ul{
    padding:10px 0;
}
.hot-tag>ul>li{
    padding: 0 15px;
}
.hot-tag>ul>li>a{
    display: inline-block;
    padding: 6px 10px;
    margin: 5px;
    color: #46c37b;
    font-size: 12px;
    background-color: #cdefdb;
}
.hot-tag>ul>li>a:hover{
    color: #FFFFFF;
    background-color:#46c37b;
}
/*热门*/

