@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: 39px;
  background: #eeeeee;
  font: "Microsoft Yahei", "宋体", Helvetica, Arial, sans-serif;
}

.header .content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.header .content .header-left {
  float: left;
  font: "Microsoft Yahei", "宋体", Helvetica, Arial, sans-serif;
  line-height: 36px;
}

.search {
  width: 100%;
  height: 104px;
}

.search .search-container {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.search .search-container .search-left {
  position: absolute;
  margin-top: 23px;
}

.search .search-container .search-left .search-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search .search-container .search-right {
  float: right;
  height: 100%;
  position: relative;
}

.search .search-container .search-right #ser_box {
  display: table-cell;
  position: absolute;
  margin-top: 35px;
  right: 0;
  height: 35px;
  width: 350px;
}

.search .search-container .search-right #ser_box input {
  height: 35px;
  width: 271px;
  border: 1px solid #e6e6e6;
  float: left;
  padding: 0 10px;
}

.search .search-container .search-right #ser_box input:last-child {
  background: #f4b610;
  width: 79px;
  color: #fff;
  font-size: 18px;
  font: "Microsoft Yahei", "宋体", Helvetica, Arial, sans-seri;
}

.search .search-container .search-right #ser_box input:focus {
  outline: none;
}

.nav-list {
  height: 45px;
  width: 100%;
  background: #f4b610;
}

.nav-list .container {
  width: 1250px;
  margin: 0 auto;
  height: 45px;
}

.nav-list .container ul li {
  float: left;
  height: 45px;
}

.nav-list .container ul li a {
  display: inline-block;
  width: 138px;
  line-height: 45px;
  padding: 0 33px;
  font-size: 18px;
  color: #252525;
  font: "Microsoft Yahei", "宋体", Helvetica, Arial, sans-serif;
}

.nav-list .container ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-list .container ul li a.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.lscd {
  width: 100%;
  height: 93px;
  margin-top: 20px;
  overflow: hidden;
}

.lscd .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.lscd .content img {
  float: left;
  margin-right: 14px;
}

.lscd .content .nav-list-2 {
  float: left;
  width: 1120px;
  background: #f9f7f3;
  height: 100%;
}

.lscd .content .nav-list-2 ul li {
  float: left;
  overflow: hidden;
}

.lscd .content .nav-list-2 ul li a {
  font-size: 14px;
  color: #1b1b1b;
  display: inline-block;
  line-height: 46px;
  padding: 0 39px;
}

/*留言板*/
.message {
  margin-top: 32px;
  width: 100%;
  /*height: 270px;*/
}

.message .title {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.message .title .right {
  display: flex;
  justify-content: space-between;
}

.message .title .sub-title{
  margin-left: 18px;
  font-weight: bold;
  cursor:pointer;
}

.message .title .sub-title .active {
  color: #f4b610;
}

.message .divider{
  width: 1200px; margin: 12px auto;border-top: 2px solid #d0d0d5;
}

.message .container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.message .container .box {
    width: 31%; height: 180px;border: 1px solid #d0d0d5;
    margin-top: 20px;
}
.message .container .box > .top {
    margin: 18px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.message .container .box > .top .left {
    width: 25%;
}
.message .container .box > .top .left img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}
.message .container .box > .top .right {
    width: 75%;
}
.message .container .box > .top .right .nickname {
    font-size: 16px;
    font-weight: 500;
    color: #3ab1f1;
}
.message .container .box > .top .right .bottom {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-top: 9px;
}
.message .container .box > .top .right .bottom .button0{
    background-color: #ff8915;
    color: #fff;
    margin-right: 8px;
    padding: 3px;
    font-size: 16px;
    border-radius: 4px;
}
.message .container .box > .top .right .bottom .button1{
    background-color: #18dba6;
    color: #fff;
    margin-right: 8px;
    padding: 3px;
    font-size: 16px;
    border-radius: 4px;
}
.message .container .box > .bottom {
    width: 90%;
    height: 50px;
    margin: auto;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*列表*/
.message_list {
  margin-top: 32px;
  width: 100%;
  /*height: 270px;*/
}

.message_list .contentMore{
  margin: 0 auto;
  background-color: #e3e3e3;
  color: #898989;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.message_list .title {
  width: 870px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.message_list .title > .left {
  display: flex;
  justify-content: space-between;
}

.message_list .title .sub-title{
  font-weight: bold;
  margin-left: 12px;
  cursor:pointer;
  font-size: 20px;
}

.message_list .divider{
  width: 870px; margin: 12px auto;border-top: 2px solid #d0d0d5;
}
.message_list .container .top{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.message_list .container .top > .left {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.message_list .container .top > .left .img-box{
    min-width: 90px;
    height: 95px;
    margin-left: 10px
}
.message_list .container .top > .left .img-box img{
    width: 90px;
    height: 90px;
    border-radius: 9px;
}
.message_list .container .top > .right{
    margin-left: 25px
}
.message_list .container .bottom {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}
.message_list .container .bottom > .left {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.message_list .container .bottom > .left > .address{
  margin-left: 20px;
}
.message_list .container .bottom .button {
    border-radius: 9px;
    padding: 10px 15px;
    background-color: #f4b610;
    color: #fff;
    cursor: pointer;
}
.message_list .container .box > .divider{
    width: 870px; margin: 12px auto;border-top: 2px dashed #d0d0d5;
}
/*留言板*/

.news {
  margin-top: 32px;
  width: 100%;
  height: 270px;
}

.news .container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news .container .left {
  width: 420px;
  height: 270px;
}

.news .container .left a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.news .container .left a p {
  width: 100%;
  text-align: center;
  position: absolute;
  height: 45px;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  bottom: 0;
  left: 0;
}

.news .container .left a img {
  height: 100%;
  width: 100%;
}

.news .container .mid {
  width: 370px;
  height: 100%;
}

.news .container .mid .title {
  position: relative;
  height: 21px;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.news .container .mid .title span {
  display: block;
  width: 130px;
  height: 1px;
  background: #000;
}

.news .container .mid .title span:nth-child(1) {
  position: absolute;
  top: 50%;
}

.news .container .mid .title span:nth-child(3) {
  position: absolute;
  top: 50%;
  right: 0;
}

.news .container .mid .news-item {
  height: 80px;
  padding: 10px;
  border-bottom: 1px dotted #bbb;
}

.news .container .mid .news-item div:nth-child(1) {
  height: 32px;
}

.news .container .mid .news-item div:nth-child(1) a {
  color: black;
}

.news .container .mid .news-item div:nth-child(2) {
  height: 28px;
}

.news .container .mid .news-item div:nth-child(2) a {
  font-size: 14px;
  color: #a7a7a7;
}

.news .container .right {
  width: 330px;
  height: 100%;
}

.news .container .right .title {
  font-weight: bold;
  font-size: 20px;
  padding-left: 15px;
  border-left: #aaaaaa solid 4px;
  height: 40px;
}

.news .container .right ul li {
  height: 30px;
  font-size: 14px;
}

.news .container .right ul li a {
  float: left;
  color: #333;
  position: relative;
  padding-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 230px;
}

.news .container .right ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #000;
}

.news .container .right ul li span {
  float: right;
}

.news-sec {
  margin-top: 57px;
  height: 680px;
  width: 100%;
}

.news-sec .container {
  width: 1200px;
  margin: 0 auto;
}

.news-sec .container .body {
  margin-top: 35px;
  height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-sec .container .body .left {
  overflow: hidden;
  width: 461px;
  height: 253px;
}

.news-sec .container .body .left a {
  width: 461px;
  height: 253px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  color: #eee;
}

.news-sec .container .body .left a .swiper-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}

.news-sec .container .body .left a img {
  height: auto;
  width: 461px;
}

.news-sec .container .body .mid {
  width: 330px;
}

.news-sec .container .body .mid .title {
  font-weight: bold;
  font-size: 20px;
  padding-left: 15px;
  border-left: #aaaaaa solid 4px;
  height: 30px;
}

.news-sec .container .body .mid ul li {
  height: 29px;
  font-size: 14px;
}

.news-sec .container .body .mid ul li a {
  float: left;
  color: #333;
  position: relative;
  padding-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 330px;
}

.news-sec .container .body .mid ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #bbb;
}

.news-sec .container .body .mid ul li a:hover {
  color: #f4b610;
}

.news-sec .container .body .mid ul li span {
  float: right;
}

.news-sec .container .body .right {
  width: 330px;
}

.news-sec .container .body .right .title {
  font-weight: bold;
  font-size: 20px;
  padding-left: 15px;
  border-left: #aaaaaa solid 4px;
  height: 30px;
}

.news-sec .container .body .right ul li {
  height: 29px;
  font-size: 14px;
}

.news-sec .container .body .right ul li a {
  float: left;
  color: #333;
  position: relative;
  padding-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 330px;
}

.news-sec .container .body .right ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #bbb;
}

.news-sec .container .body .right ul li a:hover {
  color: #f4b610;
}

.news-sec .container .body .right ul li span {
  float: right;
}

.news-sec .container .footer {
  margin-top: 15px;
  height: 345px;
  background-color: #fff;
}

.news-sec .container .footer .box {
  width: 100%;
}

.news-sec .container .footer .box .wrapper {
  overflow: hidden;
  height: 163px;
  margin-bottom: 20px;
}

.news-sec .container .footer .box .wrapper li {
  float: left;
  width: 300px;
  border-right: 30px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.news-sec .container .footer .box .wrapper li img {
  width: 300px;
  height: auto;
  margin-bottom: 12px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.news-sec .container .footer .box .wrapper li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news-sec .container .footer .box .news-board li {
  height: 30px;
  font-size: 14px;
  width: 300px;
  text-overflow: clip;
  overflow: hidden;
  float: left;
}

.news-sec .container .footer .box .news-board li a {
  color: #333;
  position: relative;
  padding-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-sec .container .footer .box .news-board li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #bbb;
}

.news-sec .container .footer .box .news-board li a:hover {
  color: #f4b610;
}

.news-sec .container .footer .box .news-board li span {
  float: right;
}

.foot {
  margin-top: 60px;
  width: 100%;
  background: #f4b610;
}

.foot .container {
  width: 1200px;
  margin: 0 auto;
}

.foot .container .title {
  border-bottom: 20px solid #f4b610;
  border-top: 25px solid #f4b610;
  position: relative;
  padding-left: 10px;
}

.foot .container .title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 5px;
  background: #575757;
}

.foot .container .links {
  height: 100%;
  overflow: hidden;
}

.foot .container .links a {
  display: inline-block;
  margin: 0 20px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #3b3b3b;
}

.foot .container .links a:first-child {
  margin-left: 0;
}

.contact {
  width: 100%;
  background: #f4b610;
}

.contact .container {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #cfa313;
  overflow: hidden;
}

.contact .container .nav-1 {
  margin-top: 30px;
  overflow: hidden;
  height: 100%;
}

.contact .container .nav-1 .contact-us {
  float: left;
  width: 410px;
  text-align: start;
}

.contact .container .nav-1 .contact-us > p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 23px;
}

.contact .container .nav-1 .contact-us div p {
  padding-bottom: 13px;
}

.contact .container .nav-1 .fast-nav {
  float: left;
  width: 400px;
  text-align: start;
}

.contact .container .nav-1 .fast-nav p {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}

.contact .container .nav-1 .fast-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.contact .container .nav-1 .fast-nav ul li {
  width: 33.3%;
  padding-bottom: 25px;
}

.contact .container .nav-1 .fast-nav ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #1b1b1b;
}

.contact .container .nav-1 .nav-2 {
  float: left;
  width: 390px;
  text-align: center;
}

.contact .container .nav-1 .nav-2 .box-1 {
  float: right;
}

.contact .container .nav-1 .nav-2 .box-1 img {
  width: 100px;
  height: 100px;
  background: #fff;
}

.contact .container .nav-1 .nav-2 .box-1:nth-child(1) {
  margin-left: 32px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.end {
  height: 62px;
  width: 100%;
  background: #edb10f;
}

.end .container {
  width: 1200px;
  margin: 0 auto;
}

.end .container .jihe {
  float: right;
  text-align: center;
  line-height: 62px;
}

.end .container .jihe a {
  -webkit-text-decoration: sandybrown;
          text-decoration: sandybrown;
  color: #1b1b1b;
}

.end .container .xml {
  float: left;
  height: 62px;
  line-height: 62px;
  font-size: 14px;
}

.end .container .xml a {
  text-decoration: none;
  color: #3b3b3b;
}

.pet-tops {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #f0f0f0;
}

.pet-tops .tops-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.pet-tops .tops-container .t-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0 10px 0;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pet-tops .tops-container .t-container .pet-nav {
  margin-left: 33px;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pet-tops .tops-container .t-container .pet-nav .pet-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 21px;
  border: 1px solid #aaaaaa;
  font-weight: 500;
}

.pet-tops .tops-container .t-container .pet-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pet-tops .tops-container .t-container .pet-nav ul li {
  margin-left: 17px;
  text-align: start;
}

.pet-tops .tops-container .t-container .pet-nav ul li a {
  text-decoration: none;
  color: #828282;
}

.pet-tops .tops-container .t-container .pet-nav:first-child {
  margin-left: 0;
}

.pet-class {
  width: 100%;
}

.pet-class .pet-class-container {
  width: 1200px;
  height: 41px;
  margin: 0 auto;
  border-bottom: 3px solid #f4b610;
  margin-top: 26px;
  position: relative;
}

.pet-class .pet-class-container ul {
  position: absolute;
  bottom: -13px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pet-class .pet-class-container ul li {
  float: left;
  margin-right: 10px;
  height: 40px;
}

.pet-class .pet-class-container ul li a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  height: 40px;
  padding: 8px;
  color: #8e8e8e;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.pet-class .pet-class-container ul li a.active {
  background: #f4b610;
  color: #fff;
}

.pet-sec {
  width: 100%;
  height: 460px;
}

.pet-sec .pet-sec-container {
  width: 1200px;
  margin: 0 auto;
}

.pet-sec .pet-sec-container .pet-sec-title {
  padding-top: 30px;
  display: table;
}

.pet-sec .pet-sec-container .pet-sec-title p {
  display: table-cell;
  width: 130px;
  vertical-align: text-bottom;
  font-size: 28px;
  font-weight: bolder;
}

.pet-sec .pet-sec-container .pet-sec-title .total {
  display: table-cell;
  vertical-align: text-bottom;
  color: #828282;
  font-size: 16px;
}

.pet-sec .pet-sec-container .pet-sec-title .total .amount {
  color: red;
  font-size: 16px;
}

.pet-sec .pet-sec-container .pet-sec-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pet-sec .pet-sec-container .pet-sec-card-container .pet-sec-card {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.pet-sec .pet-sec-container .pet-sec-card-container .pet-sec-card .pet-img {
  border: 2px solid #eee;
  height: 220px;
  width: 220px;
}

.pet-sec .pet-sec-container .pet-sec-card-container .pet-sec-card .pet-img a {
  display: block;
  overflow: hidden;
  height: 216px;
  width: 216px;
  text-align: center;
}

.pet-sec .pet-sec-container .pet-sec-card-container .pet-sec-card .pet-img a img {
  height: 216px;
  text-align: center;
}

.pet-sec .pet-sec-container .pet-sec-card-container .pet-sec-card .pet-title {
  margin-top: 20px;
}

.pet-sec .pet-sec-container .get-more {
  text-align: center;
  display: table-row;
  width: 1200px;
}

.pet-sec .pet-sec-container .get-more a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  width: 1200px;
  height: 60px;
  background: #eee;
  text-decoration: none;
  color: #1b1b1b;
}

.pet-sec .pet-sec-container .get-more a:hover {
  background: #f4b610;
}

.pet-class-list {
  width: 100%;
  margin-bottom: 87px;
}

.pet-class-list .pet-class-list-container {
  width: 1200px;
  margin: 0 auto;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.pet-class-list .pet-class-list-container .pet-class-list-title {
  margin: 30px 0 20px 0;
  font-size: 24px;
  font-weight: 500;
}

.pet-class-list .pet-class-list-container ul {
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}

.pet-class-list .pet-class-list-container ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.pet-class-list .pet-class-list-container ul li a {
  display: inline-block;
  height: 35px;
  width: 132px;
  background: #eee;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1b1b1b;
}

.pet-main-sec {
  width: 100%;
}

.pet-main-sec .pet-sec-container {
  width: 1200px;
  margin: 0 auto;
}

.pet-main-sec .pet-sec-container .pet-sec-title {
  padding-top: 30px;
  display: table;
}

.pet-main-sec .pet-sec-container .pet-sec-title p {
  display: table-cell;
  width: 130px;
  vertical-align: text-bottom;
  font-size: 28px;
  font-weight: bolder;
}

.pet-main-sec .pet-sec-container .pet-sec-title .total {
  display: table-cell;
  vertical-align: text-bottom;
  color: #828282;
  font-size: 16px;
}

.pet-main-sec .pet-sec-container .pet-sec-title .total .amount {
  color: red;
  font-size: 16px;
}

.pet-main-sec .pet-sec-container .pet-sec-card-container {
  padding-top: 20px;
}

.pet-main-sec .pet-sec-container .pet-sec-card-container .pet-sec-card {
  float: left;
  width: 220px;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.pet-main-sec .pet-sec-container .pet-sec-card-container .pet-sec-card .pet-img {
  border: 2px solid #eee;
  height: 220px;
  width: 220px;
}

.pet-main-sec .pet-sec-container .pet-sec-card-container .pet-sec-card .pet-img a {
  display: block;
  height: 216px;
  width: 216px;
  overflow: hidden;
}

.pet-main-sec .pet-sec-container .pet-sec-card-container .pet-sec-card .pet-img a img {
  height: 216px;
  text-align: center;
}

.pet-main-sec .pet-sec-container .pet-sec-card-container .pet-sec-card .pet-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pet-main-sec .pet-sec-container .pet-sec-card-container .pet-sec-card:nth-child(5n) {
  margin-right: 0;
}

.pet-main-sec .pet-sec-container .get-more {
  margin-top: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  text-align: center;
  background: #eee;
}

.pet-main-sec .pet-sec-container .get-more:hover {
  background: #f4b610;
}

.pet-main-sec .pet-sec-container .get-more a {
  text-decoration: none;
  color: #1b1b1b;
}

