

/* CSS Document */
.main {
    width: 100%;
    background: url(../image/main-bg.gif) no-repeat center 0;
    padding-top: 160px;
}

.main-top-ad {
    width: 1400px;
    height: 93px;
    margin: 0 auto;
}

.container {
    width: 1380px;
    padding: 18px 10px;
    background: #fff;
    margin: 0 auto;
}

/*狗狗猫咪检索*/
.tab-link-1 a {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    padding: 10px;
    padding-bottom: 15px;
    position: relative;
    z-index: 10;
    top: 1px;
}

.tab-link-1 a.curr {
    color: #49b53e;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    background: #fff;
}

.tab-link-1 a .iconfont {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.tab-main {
    border: 1px solid #e7e7e7;
    padding: 10px;
}

.ser-label {
    display: inline-block;
    background: #49b53e;
    color: #fff;
    width: 61px;
    height: 26px;
    line-height: 26px;
    padding-right: 5px;
    text-align: right;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 14px;
}

.ser-item {
    width: 1220px;
}

.ser-item a {
    display: inline-block;
    padding: 4px 6px;
    position: relative;
    color: #666;
    font-size: 14px;
    width: 84px;
    text-align: center;
    margin-bottom: 5px;
    width: 80px;

}


.ser-item a:hover {
    color: #49b53e;
}

.ser-item a:after {
    content: '|';
    display: inline-block;
    width: 1px;
    position: absolute;
    right: 0;
    font-size: 9px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ser-item a:last-child:after {
    content: '';
}

.ser-item a.curr {
    color: #F4292C;
}

/*.ser-item a:first-child{ text-align:left; width:30px;}*/
.ser-more {
    display: inline-table;
    width: 48px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    text-align: center;
    color: #666;
    padding: 3px 0;
    padding-right: 10px;
}

.ser-more .iconfont {
    font-size: 12px;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    position: absolute;
}

.ser-more.more-curr .iconfont {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ser-list li {
    margin: 10px 0;
    margin-bottom: 10px;
}

.ser-list li:nth-child(5) a {
    width: 88px;
}

.ser-list li:nth-child(5) a:first-child {
    width: 30px;
}

.ser-list-cat li:nth-child(3) a {
    width: 88px;
}

.ser-list-cat li:nth-child(3) a:first-child {
    width: 30px;
}

/*百科*/
.bc-map {
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.bc-ser input {
    border: 1px solid #E3E3E3;
    width: 170px;
    padding: 0 5px;
    height: 30px;
    border-right: 0;
}

.ser-btn2 {
    display: inline-block;
    width: 40px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #49B53E;
}

.ser-btn2:hover {
    color: #fff;
    background: #46AB3A;
}

.js-type {
    line-height: 46px;
    overflow: hidden;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin: 15px auto;
}

/*狗狗种类*/
.dog-type,
.cat-type {
    border: 1px solid #e7e7e7;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.type-img {
    width: 95px;
    height: 95px;
    border: 1px solid #d0d0d0;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.type-name {
    width: 95px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #eee;
    color: #737373;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    font-size: 14px;
}

.dog-type-wrap-dis .swiper-slide {
    width: 90px;
    margin: 0 12px;
}

.type-item:hover .type-name,
.type-item.curr .type-name {
    background: #49b53e;
    color: #fff;
}

.swiper-button-next2,
.swiper-button-prev2,
.swiper-button-next3,
.swiper-button-prev3 {
    font-size: 30px;
    position: absolute;
    top: 80px;
    z-index: 100;
    color: #d0d0d0;
    cursor: pointer;
}

.swiper-button-next2,
.swiper-button-next3 {
    left: -10px;
    text-align: left;
}

.swiper-button-prev2,
.swiper-button-prev3 {
    right: -10px;
    text-align: right;
}

/*宠物医生*/
.doc-tab {
    background: #D0D0D0;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
}

.doc-tab ul li {
    float: left;
    height: 50px;
    position: relative;
}

.doc-tab ul li.curr .o-tabitem {
    background: #49B53E;
    color: #fff;
}

.doc-tab a {
    font-size: 16px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.doc-tab a i {
    font-size: 20px;
    margin-right: 5px;
}

.doc-tab a.curr {
    background: #49B53E;
    color: #fff;
}

.doc-tab-main {
    border: none;
    padding: 0;
    margin-top: 20px;
}

.doc-box-left {
    width: 354px;
    float: left;
}

.doc-box-center {
    width: 720px;
    float: left;
    margin-left: 28px;
}

.doc-box-right {
    width: 250px;
    float: left;
    margin-left: 28px;
}

/*问题左侧 --问题分类*/
.doc-left-wrap {
    border: 1px solid #E0E0E0;
    border-top-left-radius: 6px;
}

.doc-left-type {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    position: relative;
}

.doc-left-type span {
    display: inline-block;
    background: #49B53E;
    color: #fff;
    padding: 0 20px;
    height: 39px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
    border-top-left-radius: 6px;
}

.doc-left-type::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0px;
}

.doc-left-cont {
    padding: 10px;
}

.doc-left-qatype {
    text-align: center;
    border-radius: 2px;
    height: 30px;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 10px;
}



.doc-left-qatype i {
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: 2px;

}

.doc-left-qatype a {
    display: inline-block;
    width: 100%;
}

.doc-left-qatype a.thisclass {
    color: #fff;
    background: #49B53E;
}

.doc-left-qatype a.thisclass i {
    font-size: 16px;
    color: #fff;

}

.doc-left-qatype a:hover {
    color: #fff;
    background: #49B53E;

}

.doc-left-qatype a i {
    font-size: 16px;
    color: #ccc;

}

.doc-left-qatype a:hover i {
    font-size: 16px;
    color: #fff;

}

.doc-left-qa {
    margin-top: 15px;
}

.doc-left-qa-wrap {
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
    padding-top: 15px;
}

.doc-left-qa-wrap li {
    float: left;
    width: 105px;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}

.doc-left-qa-wrap li:nth-child(3n) {
    margin-right: 0;
}

.doc-qa-item {
    display: block;
    padding: 0 8px;
    background: #EBEBEB;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.doc-qa-item .iconfont {
    color: #999;
    margin-right: 3px;
    font-size: 14px;
}

.doc-qa-slide {
    width: 333px;
    position: absolute;
    background: #fff;
    z-index: 2;
    padding: 10px 0;
    font-size: 0;
    display: none;
}

.doc-qa-slide::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 10px;
}

.doc-qa-slide::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #e0e0e0;
    margin-top: 10px;
}

.doc-qa-slide a {
    display: inline-block;
    border: 1px solid #49B53E;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 5px;
    padding: 3px 5px;
    color: #49B53E;
    width: 66px;
}

.doc-qa-slide a:nth-child(4n) {
    margin-right: 0;
}

.doc-qa-slide a .iconfont {
    margin-right: 3px;
}

.doc-qa-slide a:hover {
    background: #49B53E;
    color: #fff;
}

.doc-left-qa-wrap li:hover .doc-qa-item {
    background: #49B53E;
    color: #fff;
}

.doc-qa-item::after {
    display: block;
    width: 8px;
    height: 4px;
    content: ' ';
    position: relative;
    z-index: 4;
    margin: 0 auto;
    margin-top: -1px;
}

.doc-left-qa-wrap li:hover .doc-qa-item::after {
    background: url("../image/type-sj.png") no-repeat 0 0;
}

.doc-left-qa-wrap li:hover .doc-qa-item .iconfont {
    color: #fff;
}

.doc-left-qa-wrap li:hover .doc-qa-slide {
    display: block;
}

/*问答首页 中间部分*/
.doc-box-c-type {
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 5px;
    padding-bottom: 6px;
    line-height: 40px;
    font-weight: 600;
}

.doc-box-c-type .iconfont {
    font-size: 32px;
    margin-right: 5px;
}

.more-icon2 {
    display: inline-block;
    width: 50px;
    height: 15px;
    background: url(../image/more2.gif) no-repeat 0 0;
    position: relative;
    top: 15px;
}

.doc-qa-box ul {
    overflow: hidden;
    padding-top: 20px;
}

.doc-qa-box li {
    width: 350px;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.doc-qa-box li:nth-child(2n) {
    float: right;
}

.doc-qa-link {
    display: block;
    border: 4px solid #EBEBEB;
    background: #fff;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-qa-link:hover {
    border: 4px solid #49B53E;
}

.doc-qa-userhead {
    width: 60px;
    height: 60px;
    float: left;
    border: 1px solid #EBEBEB;
    border-radius: 100px;
    overflow: hidden;
    padding: 1px;
    text-align: center;
    line-height: 60px;
}

.doc-qa-userhead img {
    width: 59px;
    height: 59px;
    border-radius: 100px;
    position: relative;
    top: 1px;
}

.doc-qa-right {
    float: left;
    padding-left: 5px;
    padding-top: 6px;
}

.doc-qa-title {
    height: 30px;
    overflow: hidden;
    font-weight: bold;
}

.doc-qa-time .iconfont {
    position: relative;
    top: 2px;
    display: inline-block;
    color: #999;
}

.doc-qa-time span {
    margin-right: 5px;
    color: #999;
}

.doc-icon1 {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(../image/qa.png) no-repeat 0 0;
    margin-left: 5px;
}

.doc-icon2 {
    display: inline-block;
    width: 15px;
    height: 11px;
    background: url(../image/qa-ok.png) no-repeat 0 0;
    margin-left: 5px;
}

/*问答首页 右侧部分*/
.doc-qa-btn {
    display: block;
    width: 100%;
    background: #F3BE25;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
}

.doc-qa-btn .iconfont {
    font-size: 28px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.doc-qa-btn:hover {
    color: #fff;
    background: #E78A26;
}

.shop-top-box {
    border: 1px solid #e0e0e0;
    border-top: 4px solid #49B53E;
    padding: 10px;
}

.shop-top-box h2 {
    height: 30px;
    background: #49B53E;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.shop-top-box h2::after {
    content: '';
    display: block;
    width: 8px;
    height: 4px;
    background: url(../image/type-sj.png) no-repeat 0 0;
    margin: 0 auto;
}

.shop-top-item {
    display: block;
    margin-top: 20px;
}

.shop-top-img {
    border: 1px solid #e0e0e0;
    padding: 2px;
    height: 146px;
}

.shop-top-text {
    padding: 10px;
}

/*待解决问题TAB*/
.doc-qa-wait {
    float: right;
    width: 720px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}

.doc-qa-wait-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.doc-qa-wait-title i {
    margin-right: 5px;
}

.cur-news-cs span {
    display: inline-block;
    margin-right: 20px;
}

.cur-news-cs span .iconfont {
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.cur-news-cont {
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
    line-height: 23px;
    overflow: hidden;
    color: #838383;
}

.doc-qa-wait li {
    border-bottom: 1px dotted #e0e0e0;
    padding: 20px 0;
}

.doc-qa-wait .page li {
    border-bottom: none;
}

/*问题详细*/
.doc-qa-detail {
    float: left;
    width: 720px;
    margin-left: 28px;
}

.curdetedit span,
.curdetedit a {
    display: inline-block;
    padding: 0 5px;
    color: #8E8E8E;
}

.curdetedit span .iconfont,
.curdetedit a .iconfont {
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.cur-detail-row1 {
    margin: 20px auto;
    margin-top: 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 0;
    line-height: 1.2;
}

.doc-qa-det-row2 {
    border: 1px solid #e0e0e0;

}

.doc-qa-det-row2-title {
    overflow: hidden;
    border-bottom: 1px dotted #e0e0e0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.doc-qa-det-row2-title strong {
    font-size: 24px;
    color: #48B43E;
}

.doc-qa-det-row2-title .iconfont {
    font-size: 12px;
    color: #48B43E;
    margin-right: 3px;
}

.doc-qa-det-row2-title span {
    font-weight: 600;
}

.doc-qa-det-cont {
    font-size: 14px;
    padding: 20px;
    line-height: 23px;
}

.doc-qa-ans-top::after {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    content: '';
    display: block;
    position: relative;
    top: -10px;
}

.doc-qa-ans-top strong {
    font-size: 18px;
    color: #7A8F9A;
    background: #fff;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.doc-qa-user-head {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
    float: left;
    margin-right: 5px;
}

.doc-qa-user {
    overflow: hidden;
    margin-top: 10px;
}

.doc-qa-user-cont {
    padding: 10px 0;
    font-size: 14px;
    line-height: 23px;
}

.qa-me {
    width: 71px;
    height: 21px;
    color: #49B53E;
    background: url(../image/qa-bg.gif) no-repeat 0 0;
    text-align: center;
    line-height: 21px;
    margin: 10px 0;
}

.doc-qa-ans-list {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

/*点赞*/
.d-zan {
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
    padding: 3px 10px;
    margin-right: 20px;
}

.zan,
.dao {
    display: inline-block;
}

.dao {
    margin-left: 10px;
    border-left: 1px solid #e0e0e0;
    padding-left: 10px;
    position: relative;
    top: 3px;
}

.zan i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/zan-line.png) no-repeat 0 0;
    float: left;
    margin-right: 2px;
}

.zan:hover i {
    background: url(../image/zan.png) no-repeat 0 0;
}

.dao i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/dao-line.png) no-repeat 0 0;
    float: left;
    margin-right: 2px;
}

.dao:hover i {
    background: url(../image/dao.png) no-repeat 0 0;
}

.pj-link {
    margin: 0 10px;
    color: #999;
}

.pj-link .iconfont {
    margin-right: 3px;
}

/*发布问题*/
.doc-qa-fabu-title {
    overflow: hidden;
    padding: 5px 0;
}

.fabu-input1 input {
    display: inline-block;
    width: 700px;
    height: 45px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0 10px;
}

.fabu-text1 textarea {
    display: block;
    width: 700px;
    height: 100px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: Arial Blac, Microsoft Yahei;
}

.fabu-qa-sel span {
    display: inline-block;
    width: 30%;
    margin-right: 10px;
}

.fabu-qa-sel span select {
    display: inline-block;
    width: 100%;
    height: 45px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 0 10px;
}

/*热门标签*/
.tag-right {
    font-size: 0;
    padding-bottom: 20px;
}

.tag-right a {
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 12px;
    margin-top: 10px;
    color: #fff;
    background: #8DCD8D;
}

.tag-right a:nth-child(3n) {
    margin-right: 0;
}

.tag-right a:nth-child(1) {
    background: #8DCD8D;
}

.tag-right a:nth-child(2) {
    background: #E48683;
}

.tag-right a:nth-child(3) {
    background: #88A4B4;
}

.tag-right a:nth-child(4) {
    background: #CA70FF;
}

.tag-right a:nth-child(5) {
    background: #4CC4C2;
}

.tag-right a:nth-child(6) {
    background: #C99D70;
}

.tag-right a:nth-child(7) {
    background: #FF944C;
}

.tag-right a:nth-child(8) {
    background: #808080;
}

.tag-right a:nth-child(9) {
    background: #7AADD9;
}

.tag-right a:nth-child(10) {
    background: #4CC4C2;
}

.tag-right a:nth-child(11) {
    background: #C99D70;
}

.tag-right a:nth-child(12) {
    background: #FF944C;
}

.tag-right a:nth-child(13) {
    background: #5C5C5C;
}

.tag-right a:nth-child(14) {
    background: #8DCD8D;
}

.tag-right a:nth-child(15) {
    background: #E48683;
}

.tag-right a:nth-child(16) {
    background: #4CC4C2;
}

.tag-right a:nth-child(17) {
    background: #C99D70;
}

.tag-right a:nth-child(18) {
    background: #FF944C;
}

.tag-right a:nth-child(19) {
    background: #7AADD9;
}

.tag-right a:nth-child(20) {
    background: #8DCD8D;
}

.tag-right a:nth-child(21) {
    background: #E48683;
}

/*左侧*/
.baike {
    width: 326px;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-top: 2px solid #49B53E;
    padding: 14px;
    padding-bottom: 0;
    background: #fff;
}

.baike-type {
    width: 160px;
    height: 33px;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    background: url(../image/baike-h3.png) no-repeat 0 0;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

.baike-item {
    font-size: 0;
    margin-top: 5px;
}

.baike-item a {
    display: inline-block;
    width: 98px;
    height: 28px;
    border: 1px solid #E1E1E1;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 7px;
    margin-right: 12px;
}

.baike-item a:hover {
    background: #49B53E;
    border: 1px solid #49B53E;
    color: #fff;
}

.baike-item a:nth-child(3n) {
    margin-right: 0;
}

.more-baike {
    position: relative;
    height: 30px;
}

.iconbottom {
    font-size: 20px;
    cursor: pointer;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    position: absolute;
}

.more-baike-curr .iconbottom {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dog-baike {
    z-index: 20;
}

.file-name {
    width: 80px;
    height: 72px;
    position: absolute;
    top: 0;
    right: 0;
}

.doctor-dog1 {
    background: url(../image/doctor-dog1.jpg) no-repeat 0 0;
}

.doctor-dog2 {
    background: url(../image/doctor-dog2.jpg) no-repeat 0 0;
}

.doctor-dog3 {
    background: url(../image/doctor-dog3.jpg) no-repeat 0 0;
}

.doctor-dog4 {
    background: url(../image/doctor-dog4.jpg) no-repeat 0 0;
}

.doctor-dog5 {
    background: url(../image/doctor-dog5.jpg) no-repeat 0 0;
}