

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --primary-color: #be9a55;
  --secondary-color: #ffcc27;
  --hover-color: #000;
}
html {
  font-size: 10px;
}
html, body, div, p, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td, form, input, select, button, textarea, header, footer, nav, section, figure, article {
  margin: 0;
  padding: 0
}
body {
  min-width: 130rem;
  font-family: -apple-system, "Helvetica Neue", "PingFang SC", "Microsoft Yahei", "Source Han Sans SC", "Arial", sans-serif;
  font-size: 1.4rem;
  color: #333;
  background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {

}
ul, ol {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--hover-color);
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}


.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.row-reverse {
  flex-direction: row-reverse;
}
.column-reverse {
  flex-direction: column-reverse;
}
.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.figure {
  display: block;
  overflow: hidden;
}
.figure img {
  display: block;
  /*max-width: 100%;*/
  height: auto;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.figure img.cover {
  height: 100%;
}
.contain {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.figure img.contain {
  height: 100%;
}
.animated img {
  transition: all .5s;
}
.animated:hover img {
  transform: scale(1.1);
}

.tabs .bd > .panel {
  display: none;
}
.tabs .bd > .active {
  display: block;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}


/***************** header S *****************/
.header {
	background: #ed760e  url(../img/header-bg.jpg) center top no-repeat;
  background-size: contain;
}
.header .container {
  width: 100%;
	max-width: 1920px;
	height: 9rem;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: auto;
  max-height: 7.2rem;
}
.header .nav {
  padding-right: 2rem;
}
.header .nav li {
  margin-right: 1rem;
}
.header .nav li a {
  position: relative;
  display: block;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 2.4rem;
}
.header .nav li.current-menu-item a:before,
.header .nav li.current-menu-item a:after,
.header .nav li.current-menu-parent a:before,
.header .nav li.current-menu-parent a:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -.9rem;
  background: url(../img/nav-anchor.png) left center no-repeat;
  background-size: contain;
}
.header .nav li.current-menu-item a:before,
.header .nav li.current-menu-parent a:before {
  left: 0;
}
.header .nav li.current-menu-item a:after,
.header .nav li.current-menu-parent a:after {
  right: 0;
  transform: rotate(180deg);
}
/***************** header E *****************/

/***************** footer S *****************/
.footer {
  padding-top: 7rem;
  padding-bottom: 4rem;
  text-align: center;
  background: #fff url(../img/footer-line.jpg) center top no-repeat;
  background-size: 100% auto;
}
.footer .copyright {
  line-height: 1.75em;
}
.kefu {
  position: fixed;
  top: 20rem;
  right: 1.6rem;
  z-index: 10;
  width: 18.6rem;
  padding-top: .14rem;
  padding-bottom: .14rem;
}
.kefu:before,
.kefu:after {
  display: block;
  content: '';
  width: 100%;
  height: 1.4rem;
  background: url(../img/kefu-box.png) -18.6rem 0 no-repeat;
  background-size: 55.8rem auto;
}
.kefu:after {
  background-position: -37.2rem 0;
}
.kefu .widget {
  background: url(../img/kefu-box.png) repeat-y;
  background-size: 55.8rem auto;
}
.kefu .avatar {
  position: absolute;
  top: -9.7rem;
  left: 0;
  z-index: 2;
  width: 20.6rem;
  height: 15.6rem;
  background: url(../img/kefu-avatar.png) no-repeat;
  background-size: contain;
}
.kefu .neck {
  height: 3.8rem;
  background: url(../img/kefu-neck.png) no-repeat;
  background-size: contain;
}
.kefu .qrcode {
  position: relative;
  padding: 3.6rem 1.8rem 2.5rem;
}
.kefu .qrcode img {
  position: relative;
  z-index: 3;
  width: 15rem;
  height: 15rem;
}
.kefu .qrcode .text {
  position: absolute;
  left: 2.3rem;
  bottom: -.7rem;
  width: 100%;
  height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -999rem;
  background: url(../img/kefu-qrcode-text.png) no-repeat;
  background-size: contain;
}
.kefu .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kefu .buttons a {
  width: 15.1rem;
  height: 4.7rem;
  margin-top: .6rem;
  background: url(../img/kefu-buttons.png) no-repeat;
  background-size: 100% auto;
}
.kefu .buttons a:first-child {
  margin-top: -.5rem;
}
.kefu .buttons a:nth-child(2) {
  background-position: 0 -5.2rem;
}
.kefu .buttons a:nth-child(3) {
  background-position: 0 -10.5rem;
}
.kefu .buttons a:nth-child(4) {
  background-position: 0 -15.8rem;
}
/***************** footer E *****************/


/***************** slick-slider S *****************/
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
/***************** slick-slider E *****************/


body.archive,
body.page-template-archives,
body.single-post,
body.single-pet {
  /**********background-color: #faf8ee;************/
  background-image: url(../img/category-bg.jpg);
  background-position: center top;
  background-size: 192rem auto;
}

.main-news {
  min-height: 210rem;
  padding-bottom: 21rem;
  background: url(../img/main-news.jpg) center bottom no-repeat;
  background-size: 192rem auto;
}
.cat {
  padding-top: 19rem;
  padding-bottom: 10rem;
  padding-left: 5rem;
}
.cat h3 {
  height: 14.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -100%;
  font-size: 0;
  background: url(../img/cat-news.png) no-repeat;
  background-size: contain;
}
.cat-pet h3 {
  background-image: url(../img/cat-pet.png);
}

.box {
  min-height: 140rem;
  padding: 4rem 7rem 5rem;
  background-color: #fff;
}

.breadcrumb {
  display: flex;
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  background: url(../img/icon-home.png) left center no-repeat;
  background-size: 2rem auto;
}
.breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumb li+li:before {
  display: block;
  padding-left: .3em;
  padding-right: .3em;
  content: '>';
  color: #999;
}
.breadcrumb li a {
  color: #999;
}

.subnav {
  margin-bottom: 1rem;
}
.subnav li {
  flex: 1;
  margin-right: 4rem;
}
.subnav li:last-child {
  margin-right: 0;
}
.subnav li a {
  display: block;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.6rem;
  background-color: #f2f2f2;
}
.subnav li.active a {
  font-weight: 600;
  background: url(../img/subnav-li.jpg) repeat-x;
  background-size: contain;
}

.pagination {
  margin-top: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.pagination li {
  padding-left: .5rem;
  padding-right: .5rem;
}
.pagination li span,
.pagination li a {
  display: block;
  padding: .8rem 1.4rem;
  background-color: #f2f2f2;
}
.pagination li.disabled {
  color: #999;
}
.pagination li.active a {
  background-color: var(--secondary-color);
  cursor: default;
}

.nodata {
  margin-top: 10rem;
  padding-top: 20rem;
  text-align: center;
  background: url(../img/nodata.png) center top no-repeat;
}

.news-list li {
  padding: 1.8rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.news-list li a.ellipsis {
  flex: 1;
  padding-right: 2.5rem;
  font-size: 1.6rem;
}
.news-list li .pill {
  margin-right: 1.5rem;
  padding: .1rem .5rem;
  font-size: 1.2rem;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}
.news-list li .time {
  color: #999;
}
.main-news .news-list li {
  padding: 2rem;
}


.post {
  padding-top: 2.5rem;
  border-top: 1px solid #eee;
}
.post-title {
  margin-bottom: 5rem;
  text-align: center;
}
.post-title h1,
.post-title h2,
.post-title h3 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 600;
  color: var(--primary-color);
}
.post-title span {
  padding-left: .5em;
  padding-right: .5em;
  color: #999;
}
.post-content {
  min-height: 40rem;
  padding-bottom: 2rem;
  overflow: hidden;
  font-size: 1.8rem;
}
.post-content p {
  margin-bottom: 1em;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-nav {
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
.post-nav .item {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 48%;
  font-size: 1.8rem;
  color: var(--primary-color);
}
.post-nav .item a {
  color: var(--primary-color);
}
.post-nav .item a:hover {
  color: var(--hover-color);
}
.post-nav .next {
  text-align: right;
}
.post-nav .item:before,
.post-nav .item:after {
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/post-anchor.png) no-repeat;
  background-size: contain;
}
.post-nav .prev:before,
.post-nav .next:after {
  display: block;
  content: '';
}
.post-nav .prev:before {
  margin-right: .8rem;
  transform: rotate(-180deg);
}
.post-nav .next:after {
  margin-left: .8rem;
}


.pet {
  flex-direction: row-reverse;
}
.pet .sidebar {
  width: 24rem;
  min-height: 120rem;
  padding-right: 3rem;
  border-right: 1px solid #eee;
}
.pet .sidebar .catnav li {
  margin-bottom: .4rem;
  background: #f2f2f2 url(../img/card-all.png) no-repeat;
  background-size: contain;
}
.pet .sidebar .catnav li.item-insect {
  background-image: url(../img/card-insect.png);
}
.pet .sidebar .catnav li.item-demon {
  background-image: url(../img/card-demon.png);
}
.pet .sidebar .catnav li.item-special {
  background-image: url(../img/card-special.png);
}
.pet .sidebar .catnav li.item-plant {
  background-image: url(../img/card-plant.png);
}
.pet .sidebar .catnav li.item-human {
  background-image: url(../img/card-human.png);
}
.pet .sidebar .catnav li.item-fly {
  background-image: url(../img/card-fly.png);
}
.pet .sidebar .catnav li.item-undead {
  background-image: url(../img/card-undead.png);
}
.pet .sidebar .catnav li.item-metal {
  background-image: url(../img/card-metal.png);
}
.pet .sidebar .catnav li.item-dragon {
  background-image: url(../img/card-dragon.png);
}
.pet .sidebar .catnav li.item-animal {
  background-image: url(../img/card-animal.png);
}
.pet .sidebar .catnav li a {
  display: block;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.pet .sidebar .catnav li.active a,
.pet .sidebar .catnav li a:hover {
  background: url(../img/catnav-li.png) repeat-x;
}

.pet .content {
  flex: 1;
}
.grid-list {
  padding-left: 2rem;
}
.grid-list li {
  float: left;
  width: 25%;
  padding-left: .9rem;
  padding-right: .9rem;
  margin-bottom: 1.8rem;
}
.grid-list li a {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid #ffa90b;
  border-radius: .6rem;
}
.grid-list li .title {
  padding-left: .5em;
  padding-right: .5em;
  line-height: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #ffedcc;
  border-bottom: 2px solid #ffd56b;
}
.grid-list li .figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.56%;
}
.grid-list li .figure .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.grid-list li .pill {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: block;
  padding: .1rem .6rem;
  background-color: #ffd537;
  border-radius: .5rem;
}

.pet .content,
.post-pet .post-content {
  background: url(../img/pet-bg.png) right bottom no-repeat;
  background-size: 37.5rem auto;
}

.post-pet .post-title {
  text-align: left;
}
.post-pet .detail {
  margin-bottom: 3.5rem;
}
.post-pet .detail .figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
}
.post-pet .detail .paras {
  max-height: 26rem;
  margin-left: 2.8rem;
  padding: 1.5rem 2.5rem 2rem;
  border: 2px solid #cfb582;
}
.post-pet .detail .paras .title {
  min-height: 2.4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.post-pet .detail .paras .title span {
  color: #be9a55;
}
.post-pet .detail .paras .item {
  margin-top: 1.6rem;
}
.post-pet .detail .paras .item .progress {
  position: relative;
  width: 20rem;
  height: 2.2rem;
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
.mask {
  height: 100%;
  background-image: linear-gradient(-45deg, #29ff56 36%, #7fff9a 28%, #7fff9a 67%, #29ff56 25%);
  background-repeat: repeat-x;
  background-size: 44px 22px;
}
.mask.red {
  background-image: linear-gradient(-45deg, #ff2929 36%, #ff7f7f 28%, #ff7f7f 67%, #ff2929 25%);
}
.mask.cyan {
  background-image: linear-gradient(-45deg, #29e8ff 36%, #7ff1ff 28%, #7ff1ff 67%, #29e8ff 25%);
}
.mask.blue {
  background-image: linear-gradient(-45deg, #2994ff 36%, #7fbfff 28%, #7fbfff 67%, #2994ff 25%);
}
.mask.orange {
  background-image: linear-gradient(-45deg, #ffc029 36%, #ffd97f 28%, #ffd97f 67%, #ffc029 25%);
}
.mask.purple {
  background-image: linear-gradient(-45deg, #cf29ff 36%, #e27fff 28%, #e27fff 67%, #cf29ff 25%);
}
.post-pet .post-content .table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #be9a55;
  border-collapse: collapse;
}
.post-pet .post-content .table tr:nth-child(even) td.text,
.post-pet .post-content .table tr.large td.text {
  background-color: rgba(255, 250, 240, .2);
}
.post-pet .post-content .table td {
  width: 20%;
  padding: .7rem;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #be9a55;
}
.post-pet .post-content .table td.title {
  padding-left: 3rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  color: #957332;
  background-color: #e5d7bb;
}
.post-pet .post-content .table .large .title {
  vertical-align: top;
}
.post-pet .post-content .table .large .text {
  min-height: 8rem;
  text-align: left;
}
.post-pet .post-content .table .large .text p {
  margin-bottom: 0;
}


/***************** Index Css S *****************/
body.home {
  min-width: 165rem;
}
.home-banner {
  position: relative;
  height: 100.1rem;
  padding-top: 74.8rem;
  background: url(../img/home-banner.jpg) center top no-repeat;
  background-size: 192rem auto;
}
.home-banner .container {
  position: relative;
}
.home-banner .downloads {
  padding-top: 10rem;
}
.home-banner .downloads a {
  display: block;
  width: 28.6rem;
  height: 9.1rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  background: url(../img/down-buttons.png) no-repeat;
  background-size: 91.1rem auto;
  transition: all .3s;
}
.home-banner .downloads a.down-android {
  background-position: -31.4rem 0;
}
.home-banner .downloads a.down-ios {
  background-position: -62.5rem 0;
}
.home-banner .downloads a:hover {
  transform: translateY(-.5rem);
}
.age-reminder {
  position: absolute;
  top: 0;
  left: -25.6rem;
  z-index: 9;
  width: 12.2rem;
  height: 15.6rem;
  background: url(../img/age-reminder.png) no-repeat;
  background-size: contain;
}

.home-main {
  position: relative;
  min-height: 239rem;
  background-image: url(../img/home-mid.jpg), url(../img/home-bot.jpg);
  background-position: center top, center 145.4rem;
  background-repeat: no-repeat;
  background-size: 192rem auto;
}

.home-main .section {
  position: relative;
  z-index: 2;
}

.section-title {
  height: 18rem;
  font-size: 0;
  background: url(../img/home-cat.png) center top no-repeat;
  background-size: 64.8rem auto;
}
.home-guide .section-title {
  background-position: center -18rem;
}
.home-material .section-title {
  background-position: center -36rem;
}

.home-news {
  padding-top: 8.5rem;
  margin-bottom: 13rem;
}
.home-news .container {
  width: 133rem;
}
.home-news .slider {
  width: 65rem;
  margin-right: 3rem;
}
.home-news .slider .slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.home-news .slider .slide a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  background: url(../img/slider-mask.png) center no-repeat;
  background-size: contain;
}
.home-news .slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.home-news .slider .slick-dots li {
  display: inline-block;
  padding: 5px 7px;
  cursor: pointer;
}
.home-news .slider .slick-dots li button {
  display: block;
  width: 3rem;
  height: .4rem;
  overflow: hidden;
  text-indent: -999px;
  background-color: #d7d6d3;
  border: none;
  border-radius: .2rem;
}
.home-news .slider .slick-dots li.slick-active button {
  background-color: #bab27f;
}

.home-news .tabs {
  flex: 1;
}
.home-news .tabs .tabs-hd {
  position: relative;
  display: flex;
}
.home-news .tabs .tabs-hd:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #8a9faa;
}
.home-news .tabs .tabs-hd .more {
  text-transform: uppercase;
  color: #999;
}
.home-news .tabs .hd li {
  padding: .8rem .6rem 1.5rem;
  margin-right: 2rem;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.home-news .tabs .hd li.active {
  position: relative;
  color: #be9a55;
  border-bottom-color: #be9a55;
}
.home-news .tabs .hd li.active:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: '';
  border: 5px solid transparent;
  border-top-color: #be9a55;
  transform: translateX(-50%);
}
.home-news .tabs .news-list li:last-child {
  border-bottom-width: 0;
}
.home-news .tabs .news-list li .pill {
  padding: .2rem .7rem;
  color: #333;
  background: url(../img/pill-bg.jpg) repeat-x;
  background-size: contain;
  border: none;
  border-radius: .4rem;
}

.home-gallery {
  margin-bottom: 20rem;
}
.home-gallery .container {
  width: 143rem;
}
.home-gallery .section-title {
  margin-bottom: 5.5rem;
}
.home-gallery li {
  flex: 1;
  margin-right: 1.4rem;
}
.home-gallery li:last-child {
  margin-right: 0;
}

.home-guide {
  margin-bottom: 15rem;
}
.home-guide .container {
  width: 143rem;
}
.home-guide .slider .slide {
  position: relative;
  height: 68rem;
  background: url(../img/gate-bg.png) no-repeat;
  background-size: contain;
}
.home-guide .slider .slide .inner {
  padding-top: 7.8rem;
}
.home-guide .slider .slide .gate-side {
  position: relative;
  z-index: 2;
  width: 18.8rem;
  height: 60.2rem;
  background-size: 18.8rem;
  background-repeat: no-repeat;
}
.home-guide .slider .slide .gate-newer {
  background-image: url(../img/gate-newer.png);
}
.home-guide .slider .slide .gate-mission {
  background-image: url(../img/gate-mission.png);
}
.home-guide .slider .slide .gate {
  flex: 1;
  position: relative;
  padding-top: 10rem;
  padding-left: 11rem;
}
.home-guide .slider .slide .gate-girl {
  position: absolute;
  left: 9.6rem;
  bottom: 0;
  width: 23.8rem;
  height: 37.2rem;
  background: url(../img/gate-girl.png) no-repeat;
  background-size: contain;
}
.home-guide .slider .slide .gate li {
  margin-bottom: 3rem;
  padding-left: 4.5rem;
  font-size: 2.4rem;
  background: url(../img/li-star.png) left center no-repeat;
  background-size: 3.2rem auto;
}
.home-guide .slider .slide .gate .btn-more {
  position: absolute;
  right: 6rem;
  bottom: 10rem;
}
.btn-more {
  display: block;
  width: 22rem;
  height: 5.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -99rem;
  background: url(../img/btn-more.png) no-repeat;
  background-size: contain;
  transition: all .3s;
}
.btn-more:hover {
  transform: translateY(-.5rem);
}

.home-guide .slider .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  transition: all .3s;
  transform: translateY(-50%);
  cursor: pointer;
}
.home-guide .slider .slick-arrow span {
  display: block;
  width: 6.6rem;
  height: 6.6rem;
  background: url(../img/slider-arrow.png) no-repeat;
  background-size: contain;
}
.home-guide .slider .slick-prev span {
  transform: rotate(180deg);
}
.home-guide .slider .slick-prev {
  left: -10rem;
}
.home-guide .slider .slick-prev:hover {
  left: -10.5rem;
}
.home-guide .slider .slick-next {
  right: -10rem;
}
.home-guide .slider .slick-next:hover {
  right: -10.5rem;
}


.home-material .container {
  width: 149.3rem;
}
.home-material .section-title {
  margin-bottom: 5rem;
}
.home-material .tabs .hd {
  position: relative;
  z-index: 10;
  margin-bottom: 8rem;
}
.home-material .tabs .hd li {
  position: relative;
  min-width: 26.4rem;
  min-height: 5.5rem;
  text-align: center;
  font-size: 3rem;
  cursor: pointer;
}
.home-material .tabs .hd li:before {
  position: absolute;
  top: 30%;
  left: 0;
  display: block;
  content: '';
  width: 1px;
  height: 2.2rem;
  background-color: #d7caaf;
}
.home-material .tabs .hd li:first-child:before {
  display: none;
}
.home-material .tabs .hd li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: 1rem;
}
.home-material .tabs .hd li.active:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: '';
  width: 5rem;
  height: 2px;
  background-color: #9b7a39;
  transform: translateX(-50%);
}
.home-material .tabs .hd li.active span {
  font-weight: 600;
  color: #9b7a39;
}
.home-material .tabs .hd li.active span:before,
.home-material .tabs .hd li.active span:after {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/tabs-star.png) no-repeat;
  background-size: contain;
}
.home-material .tabs .hd li.active span:before {
  margin-right: 2rem;
}
.home-material .tabs .hd li.active span:after {
  margin-left: 2rem;
}


.career {
  width: 145rem;
  min-height: 65rem;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/career-hd-bg.png), url(../img/career-bg.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 144.9rem auto;
}
.career .choose {
  display: flex;
  justify-content: center;
  margin-bottom: 7.5rem;
}
.career .choose li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  cursor: pointer;
  transition: all .3s;
}
.career .choose li:hover {
  transform: translateY(-.5rem);
}
.career .choose li:before,
.career .choose li:after {
  position: absolute;
  top: 50%;
  display: none;
  width: 3.75rem;
  height: .975rem;
  background: url(../img/career-hd-active.png) no-repeat;
  background-size: contain;
}
.career .choose li:before {
  left: 0;
  transform: rotate(-180deg);
}
.career .choose li:after {
  right: 0;
}
.career .choose li.active:before,
.career .choose li.active:after {
  display: block;
  content: '';
}
.career .choose li span {
  display: block;
  width: 5.55rem;
  height: 10.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -99rem;
  background: url(../img/career-hd.png) left center no-repeat;
  background-size: 128.7rem auto;

}
.career .choose li:nth-child(2) span {
  width: 3.75rem;
  background-position: -13.05rem center;
}
.career .choose li:nth-child(3) span {
  width: 4.95rem;
  background-position: -24.3rem center;
}
.career .choose li:nth-child(4) span {
  width: 5.625rem;
  background-position: -36.75rem center;
}
.career .choose li:nth-child(5) span {
  width: 4.5rem;
  background-position: -49.875rem center;
}
.career .choose li:nth-child(6) span {
  width: 4.2rem;
  background-position: -61.875rem center;
}
.career .choose li:nth-child(7) span {
  width: 5.175rem;
  background-position: -73.575rem center;
}
.career .choose li:nth-child(8) span {
  width: 5.25rem;
  background-position: -86.25rem center;
}
.career .choose li:nth-child(9) span {
  width: 4.875rem;
  background-position: -99rem center;
}
.career .choose li:nth-child(10) span {
  width: 4.725rem;
  background-position: -111.375rem center;
}
.career .choose li:nth-child(11) span {
  width: 5.1rem;
  background-position: -123.975rem center;
}

.career .life {
  display: none;
  padding: 10rem 17rem 0;
}
.career .life.active {
  display: flex;
}
.career .life .intro {
  width: 65rem;
  padding-right: 12rem;
}
.career .life .intro .figure {
  width: auto;
  height: 13rem;
  margin-bottom: 3rem;
}
.career .life .intro .figure img {
  width: auto;
  max-height: 100%;
}
.career .life .intro .text {
  padding-left: 6rem;
  line-height: 1.5em;
  font-size: 1.6rem;
  font-weight: 500;
}
.career .life .skill .title {
  width: 26.5rem;
  height: 10.35rem;
  margin-bottom: 3rem;
  background: url(../img/title-skill.png) no-repeat;
  background-size: contain;
}
.career .life .skill li {
  margin-right: .5rem;
  text-align: center;
}
.career .life .skill li img {
  max-width: 9.8rem;
  height: auto;
  margin-bottom: .5rem;
}

.gallery {
  position: relative;
  width: 96.4rem;
  height: 96.4rem;
  margin: -14rem auto 0;
  background: url(../img/gallery-bg.png) center center no-repeat;
  background-size: 79.5rem auto;
}
.gallery .select .item {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 26rem;
  height: 9.5rem;
  background-position: 0 1.5rem;
  background-repeat: no-repeat;
  background-size: 26rem auto;
  cursor: pointer;
}
.gallery .select .item.active {
  background-image: url(../img/select.png);
}
.gallery .select .item .title {
  flex: 1;
  padding-left: 6rem;
  font-size: 2rem;
  color: #7d4702;
}
.gallery .select .item.active .title {
  font-weight: 600;
}
.gallery .select .item .figure {
  position: relative;
  width: 9.5rem;
  height: 9.5rem;
  overflow: visible;
  background-color: #f3c66f;
  border-radius: 50%;
}
.gallery .select .item .figure img {
  position: absolute;
  top: 50%;
  right: -.5rem;
  display: block;
  width: 8.8rem;
  height: 8.8rem;
  transform: translateY(-50%);
}
.gallery .select .item-insect {
  top: 14.5rem;
  left: -12.5rem;
}
.gallery .select .item-demon {
  top: 29.5rem;
  left: -25rem;
}
.gallery .select .item-special {
  top: 44.5rem;
  left: -30rem;
}
.gallery .select .item-plant {
  top: 59.5rem;
  left: -25rem;
}
.gallery .select .item-human {
  top: 74.5rem;
  left: -12.5rem;
}
.gallery .select .item-fly {
  flex-direction: row-reverse;
  top: 14.5rem;
  right: -12.5rem;
}
.gallery .select .item-undead {
  flex-direction: row-reverse;
  top: 29.5rem;
  right: -25rem;
}
.gallery .select .item-metal {
  flex-direction: row-reverse;
  top: 44.5rem;
  right: -30rem;
}
.gallery .select .item-dragon {
  flex-direction: row-reverse;
  top: 59.5rem;
  right: -25rem;
}
.gallery .select .item-animal {
  flex-direction: row-reverse;
  top: 74.5rem;
  right: -12.5rem;
}
.gallery .select .item-fly .figure img,
.gallery .select .item-undead .figure img,
.gallery .select .item-metal .figure img,
.gallery .select .item-dragon .figure img,
.gallery .select .item-animal .figure img {
  left: -.5rem;
}
.gallery .select .item-fly .title,
.gallery .select .item-undead .title,
.gallery .select .item-metal .title,
.gallery .select .item-dragon .title,
.gallery .select .item-animal .title {
  padding-left: 0;
  padding-right: 6rem;
  text-align: right;
}

.gallery .show {
  position: relative;
}
.gallery .show .item {
  display: none;
}
.gallery .show .item.active {
  display: block;
}
.gallery .show img {
  max-width: 100%;
  height: auto;
}
.gallery .show .title {
  position: absolute;
  top: 30rem;
  left: 1.5rem;
  z-index: -1;
  width: 43.7rem;
}
.gallery .show .btn-more {
  position: absolute;
  right: 9.5rem;
  bottom: 21.5rem;
  z-index: 2;
}
.gallery .show .figure {
  position: relative;
}
.gallery .show .butterfly {
  position: absolute;
  top: 14.5rem;
  right: -6rem;
  width: 25.5rem;
  height: 29.3rem;
  background: url(../img/butterfly.png) no-repeat;
  background-size: contain;
}