/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.82rem;
  /* background: #249ad0; */
  background: rgba(14, 132, 174, 0.8);
  z-index: 9;
  opacity: 1;
  /* transition: all ease-in-out 0.3s;
  transform: translate(0, -200%);
  -webkit-transform: translate(0, -200%);
  -moz-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  -o-transform: translate(0, -200%); */
}

.header.ani {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}

.header .ico {
  margin-left: 0.2rem;
  margin-top: 0.06rem;
}

.header .ico img {
  width: 100%;
  height: auto;
}

.header .ico_icon {
  width: 0.96rem;
  height: 0.96rem;
}

.header .ico_logo {
  width: 1.6rem;
  height: 1.06rem;
}

.header .ico_tip {
  width: 1.29rem;
  height: 0.82rem;
  margin-left: 0.1rem;
  margin-top: 0.1rem;
}

.header .ico_downl {
  width: 1.45rem;
  height: 0.52rem;
  margin: 0.15rem 0.2rem 0 0;
}

.header .ico_12 {
  width: 0.6rem;
  height: 0.52rem;
  margin: 0.15rem 0 0 0.3rem;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: none;
}

.mask.on {
  opacity: 1;
  display: block;
}

.jumpForbid {
  width: 7.5rem;
  height: 11.76rem;
  background: url(https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/12JumpBox-new.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 7%;
  text-align: center;
  z-index: 1001;
  display: none;
}

.jumpCloseForbid {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 89%;
  margin-left: -0.35rem;
  margin-top: 0.07rem;
  cursor: pointer;
}

/* sec1 */
.sec1 {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.sec1 .ico {
  position: absolute;
}

.sec1 .ico1 {
  width: 1.06rem;
  height: 1.25rem;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  top: 1rem;
  left: 3.56rem;
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.sec1 .ico3 {
  width: 1.1rem;
  height: 1.1rem;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  top: 4.8rem;
  right: 1.44rem;
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.playv {
  position: absolute;
  left: 6.2rem;
  top: 6.4rem;
  width: 1.07rem;
  height: 1.11rem;
  background: url(https://static.web.sdo.com/jijiamobile/pic/gmysweb6/pc/play.gif) no-repeat center/cover;
  /* -webkit-animation: video_scale 1.1s ease-out infinite;
  -ms-animation: video_scale 1.1s ease-out infinite;
  animation: video_scale 1.1s ease-out infinite; */
}

@keyframes video_scale {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}

.sec1 .slogan {
  display: block;
  width: 5.78rem;
  height: 3.69rem;
  margin: 1.1rem auto 0;
  opacity: 1;
  /* transition: all ease-in-out 0.8s 0.4s;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0); */
}

.sec1 .slogan.ani {
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  opacity: 1;
}
.sec1 .to-yuyue {
  position: absolute;
  display: block;
  width: 4rem;
  height: 1rem;
  margin: 0 auto;
  top: 13.3rem;
  left: 0;
  right: 0;
}
.sec1 .ico_mdownl {
  display: block;
  width: 2.54rem;
  height: 0.86rem;
  margin: 15.2rem auto 0;
  opacity: 1;
  /* transition: all ease-in-out 0.3s 0.3s;
  transform: translate(0, 200%);
  -webkit-transform: translate(0, 200%);
  -moz-transform: translate(0, 200%);
  -ms-transform: translate(0, 200%);
  -o-transform: translate(0, 200%); */
  -webkit-animation: rubberBand 2.4s ease-out infinite;
  animation: rubberBand 2.4s ease-out infinite;
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  15% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  20% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }

  25% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  33% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  38% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.sec1 .ico_mdownl.ani {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}

.sec1 .ico_mdownl img {
  width: 100%;
  height: auto;
}

/* sec2 */
.sec2 {
  height: 12.44rem;
}

.sec2 .title {
  width: 3.82rem;
  height: 1.71rem;
}

.sec2 .job_list {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 8rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/role_bg.png') no-repeat center bottom/100% auto;
}

.sec2 .job_list ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec2 .job_list ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
}

.sec2 .job_list ul li.on {
  opacity: 1;
  z-index: 2;
}

.sec2 .job_list ul li .role {
  position: absolute;
  z-index: 1;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.sec2 .job_list ul li.on .role {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.sec2 .job_list ul li .role img {
  width: 100%;
  height: 100%;
}

.sec2 .job_list ul li:nth-child(1) .role {
  top: 1.34rem;
  left: -1.28rem;
  width: 7.86rem;
  height: 6.47rem;
}

.sec2 .job_list ul li:nth-child(2) .role {
  top: 0;
  left: -1.98rem;
  width: 8.02rem;
  height: 7.91rem;
}

.sec2 .job_list ul li:nth-child(3) .role {
  top: 0;
  left: -5.4rem;
  width: 11.11rem;
  height: 7.39rem;
}

.sec2 .job_list ul li:nth-child(4) .role {
  top: -0.2rem;
  left: -2.4rem;
  width: 7.67rem;
  height: 8.11rem;
}

.sec2 .job_list ul li:nth-child(5) .role {
  top: 0.7rem;
  left: -0.2rem;
  width: 4.29rem;
  height: 7rem;
}

.sec2 .job_list ul li .int {
  position: absolute;
  top: 0.9rem;
  right: 0.36rem;
  width: 3.51rem;
  height: 6.26rem;
  /* background: url("https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/inc_bg.png") no-repeat center/cover; */
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  z-index: 2;
}

.sec2 .job_list ul li .int_bg {
  position: absolute;
  top: 0.9rem;
  right: 0.36rem;
  width: 3.51rem;
  height: 6.26rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/inc_bg.png') no-repeat center/cover;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.sec2 .job_list ul li.on .int_bg {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.sec2 .job_list ul li.on .int {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.sec2 .job_list ul li .int .change_job {
  position: absolute;
  top: -0.5rem;
  left: 1.5rem;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: all ease-in-out 0.4s 0.2s;
  -webkit-transition: all ease-in-out 0.4s 0.2s;
  -moz-transition: all ease-in-out 0.4s 0.2s;
  -ms-transition: all ease-in-out 0.4s 0.2s;
  -o-transition: all ease-in-out 0.4s 0.2s;
  opacity: 0;
}

.sec2 .job_list ul li.on .int .change_job {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}

.sec2 .job_list ul li .int .change_job div {
  width: 0.84rem;
  height: 1.04rem;
}

.sec2 .job_list ul li:nth-child(1) .change_job div:nth-child(1) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_fs_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(1) .change_job div:nth-child(2) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_sus_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(2) .change_job div:nth-child(1) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_ss_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(2) .change_job div:nth-child(2) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_xz_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(3) .change_job div:nth-child(1) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_qs_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(3) .change_job div:nth-child(2) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_js_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(4) .change_job div:nth-child(1) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_sp_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(4) .change_job div:nth-child(2) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_sh_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(1) .change_job div:nth-child(1).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_fs.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(1) .change_job div:nth-child(2).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_sus.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(2) .change_job div:nth-child(1).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_ss.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(2) .change_job div:nth-child(2).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_xz.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(3) .change_job div:nth-child(1).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_qs.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(3) .change_job div:nth-child(2).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_js.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(4) .change_job div:nth-child(1).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_sp.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(4) .change_job div:nth-child(2).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_sh.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(5) .change_job div:nth-child(1) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_yx_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(5) .change_job div:nth-child(2) {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_ck_g.png') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(5) .change_job div:nth-child(1).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_yx.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li:nth-child(5) .change_job div:nth-child(2).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_ck.png?11') no-repeat center/cover;
}

.sec2 .job_list ul li .int .int_png {
  position: absolute;
  top: 1rem;
  left: 0.65rem;
  z-index: 2;
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transition: all ease-in-out 0.4s 0.2s;
  -webkit-transition: all ease-in-out 0.4s 0.2s;
  -moz-transition: all ease-in-out 0.4s 0.2s;
  -ms-transition: all ease-in-out 0.4s 0.2s;
  -o-transition: all ease-in-out 0.4s 0.2s;
  opacity: 0;
}

.sec2 .job_list ul li.on .int .int_png {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}

.sec2 .job_list ul li .int .int_png img {
  width: 2.52rem;
  height: 3.94rem;
  display: none;
}

.sec2 .job_list ul li .int .int_png img.on {
  display: block;
}

.sec2 .job_nav {
  position: absolute;
  top: 9rem;
  left: 0;
  width: 100%;
  height: 1.56rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/head_line.png?1') no-repeat center/cover;
}

.sec2 .job_nav ul {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6.8rem;
  height: 100%;
  margin-left: -3.4rem;
}

.sec2 .job_nav ul li {
  position: absolute;
  top: 0;
  /* width: 1.79rem;
  height: 1.98rem; */
  width: 1.5rem;
  height: 1.66rem;
}

.sec2 .job_nav ul li:nth-child(1) {
  top: -0.2rem;
  left: 0;
}

.sec2 .job_nav ul li:nth-child(2) {
  top: 0.05rem;
  left: 1.36rem;
}

.sec2 .job_nav ul li:nth-child(3) {
  top: 0.5rem;
  left: 2.7rem;
}

.sec2 .job_nav ul li:nth-child(4) {
  top: 0.05rem;
  left: 4.06rem;
}

.sec2 .job_nav ul li:nth-child(5) {
  top: -0.2rem;
  right: -0.15rem;
}

.sec2 .job_nav ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/ico_head_bg.png') no-repeat center/cover;
}

.sec2 .job_nav ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.41rem;
  height: 1.54rem;
  margin-top: -0.77rem;
  margin-left: -0.705rem;
  display: none;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/head_active_wrap.png') no-repeat center/cover;
}

.sec2 .job_nav ul li.active i {
  display: block;
}

.sec2 .job_nav ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.59rem;
  height: 1.64rem;
  margin-top: -0.68rem;
  margin-left: -0.795rem;
}

/* sec3 */
.sec3 {
  height: 12.3rem;
}

.sec3 .title {
  width: 5.02rem;
  height: 1.71rem;
}

.sec3 .main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.63rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/sec3_main.png') no-repeat center/cover;
}

.sec3 .main li {
  position: absolute;
}

.sec3 .main img {
  width: 100%;
  height: 100%;
}

.sec3 .main .arms {
  top: 1.2rem;
  left: 2.6rem;
  width: 2.68rem;
  height: 2.03rem;
}

.sec3 .main .fashion {
  left: 3.5rem;
  top: 3.3rem;
  width: 2.62rem;
  height: 1.71rem;
}

.sec3 .main .pets {
  position: absolute;
  left: 0.7rem;
  top: 3.5rem;
  width: 2.21rem;
  height: 1.47rem;
}

.sec3 .main .dragon {
  left: 3.5rem;
  top: 6rem;
  width: 4.04rem;
  height: 2.96rem;
  -webkit-animation: fly 3s linear infinite alternate;
  animation: fly 3s linear infinite alternate;
}

@keyframes fly {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* sec3 弹窗 */

/* sec4 */
.sec4 {
  height: 12.4rem;
}

.sec4 .title {
  width: 3.82rem;
  height: 1.71rem;
}

.sec4 .main {
  position: absolute;
  left: 0;
  top: -2.54rem;
  width: 100%;
  height: 14.93rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/sec4_main.png') no-repeat center top/cover;
}

.sec4 .main a {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.04rem;
  height: 2.04rem;
}

.sec4 .main .mv {
  left: 5%;
  top: 36%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/mv.png') no-repeat center/cover;
  -webkit-animation: fly 3s linear infinite alternate;
  animation: fly 3s linear infinite alternate;
}

.sec4 .main .site {
  left: 67%;
  top: 37%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/site.png') no-repeat center/cover;
  -webkit-animation: fly 3s -3s linear infinite alternate;
  animation: fly 3s -3s linear infinite alternate;
}

/* sec5 */
.sec5 {
  height: 12.33rem;
}

.sec5 .title {
  width: 3.82rem;
  height: 1.71rem;
}

.sec5 .swiper-container {
  height: 10rem;
  margin-top: 0.2rem;
}

.sec5 .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0.3rem;
  left: 0;
}

.sec5 .swiper-container .swiper-wrapper .swiper-slide {
  border: 5px solid #fff;
  border-radius: 0.12rem;
  box-sizing: border-box;
  text-align: center;
  width: 4.6rem;
  height: 8.03rem;
}

.sec5 .swiper-container .swiper-wrapper .swiper-slide i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  transition: opacity 0.5s;
}

.sec5 .swiper-container .swiper-wrapper .swiper-slide-active i {
  opacity: 0;
}

.sec5 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

/* .swiper-slide img{
  opacity: 0.8;
}
.swiper-slide-active img{
  opacity: 1;
} */
.sec5 .swiper-container .swiper-button-prev {
  left: 10px;
  width: 0.44rem;
  height: 0.52rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/arr_left.png') no-repeat center/cover;
}

.sec5 .swiper-container .swiper-button-next {
  right: 10px;
  width: 0.44rem;
  height: 0.52rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/arr_right.png') no-repeat center/cover;
}

.sec5 .swiper-container .swiper-pagination-bullet {
  background: #ededed;
  width: 0.12rem;
  height: 0.12rem;
  transition: all 0.5s;
  border: 2px solid #a6a6a6;
  box-sizing: border-box;
}

.sec5 .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a6a6a6;
  width: 0.24rem;
  height: 0.12rem;
  border-radius: 0.06rem;
}

/* swiper */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 35px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-horizontal :first-child {
  margin-left: 0 !important;
}

.swiper-pagination-bullet {
  width: 24px;
  height: 12px;
  display: inline-block;
  border-radius: 2px;
  background: #ededed;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #a6a6a6;
}

#swiper-container1 {
  width: 300px;
  height: 440px;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  margin-left: -150px;
}

#swiper-container1 .swiper-slide {
  width: 218.5px;
  height: 380px;
}

#swiper-container1 .swiper-slide {
  overflow: hidden;
}

/* sec6 */
.sec6 {
  height: 12.39rem;
  top: -1px;
}

.sec6 .title {
  width: 3.82rem;
  height: 1.71rem;
}

.sec6 .mv {
  position: absolute;
  left: 70%;
  height: 70px;
  width: 70px;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/mv-new.png') no-repeat;
  background-size: 70px;
  -webkit-animation: fly 3s linear infinite alternate;
  animation: fly 3s linear infinite alternate;
}

.sec6 .nav_btn {
  width: 6.8rem;
  margin: 0 auto;
  /* margin-top: 0.3rem; */
  display: flex;
  justify-content: space-around;
}

.sec6 .nav_btn li {
  width: 1.19rem;
  height: 1.32rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/this.png') no-repeat center/cover;
  text-align: center;
  line-height: 1.32rem;
}

.sec6 .nav_btn li img {
  width: 0.48rem;
  height: auto;
}

.sec6 .nav_btn li:nth-child(4) img {
  width: 0.59rem;
}

.sec6 .nav_btn li.on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/this_on.png') no-repeat center/cover;
}

.sec6 .cont_list {
  position: relative;
  top: 0;
  left: 0;
  width: 6.8rem;
  height: 8rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.sec6 .cont_list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  opacity: 0;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.sec6 .cont_list li.on {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

/* .sec6 .cont_list li .wrap {
  display: flex;
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sec6 .cont_list li .wrap > div {
  width: 3.08rem;
  height: 2.01rem;
  background: url("https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/img_bg.png") no-repeat center/cover;
  text-align: center;
  margin-top: 0.3rem;
}
.sec6 .cont_list li .wrap > div:nth-child(1){
  margin-top: 0.1rem;
}
.sec6 .cont_list li .wrap > div:nth-child(2){
  margin-top: 0.1rem;
}
.sec6 .cont_list li div img {
  width: 2.9rem;
  height: auto;
  border-radius: 10px;
  margin-top: 0.1rem;
} */

/* sec6 轮播 */
.sec6 .cont_list li .swiper_li {
  width: 100%;
  height: 100%;
}

.sec6 .cont_list li .swiper_li .swiper-slide {
  display: flex;
  width: 100%;
  max-height: 100%;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}

.sec6 .cont_list li .swiper_li .swiper-slide > div {
  width: 3.08rem;
  height: 2.01rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/img_bg.png') no-repeat center/cover;
  text-align: center;
  margin-top: 0.2rem;
}

.sec6 .cont_list li .swiper_li .swiper-slide > div img {
  width: 2.9rem;
  height: auto;
  border-radius: 10px;
  margin-top: 0.1rem;
}

.sec6 .cont_list li .swiper_li .swiper-pagination-bullets {
  bottom: 0;
}

.sec6 .cont_list li .swiper_li .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  background: #35d9d0;
  opacity: 1;
  transition: width 0.4s;
}

.sec6 .cont_list li .swiper_li .swiper-pagination-bullet-active {
  width: 16px;
  background: #fff;
}

/* sec7 */
.sec7 {
  height: 12.39rem;
}

.sec7 .title {
  width: 3.82rem;
  height: 1.71rem;
}

.sec7 .swiper_wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 6.79rem;
  height: 4.91rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/swiper_bg.png') no-repeat center/cover;
  margin: 0 auto;
  margin-top: -0.3rem;
}

.sec7 .swiper_wrap .pic_wrap {
  position: relative;
  width: 6.24rem;
  height: 3.56rem;
  top: 0.25rem;
  left: 0.225rem;
}

.sec7 .swiper_wrap .pic_wrap .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec7 .swiper_wrap .pic_wrap .pic li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}

.sec7 .swiper_wrap .pic_wrap .pic li.on {
  transition: all 0.6s;
  opacity: 1;
  z-index: 1;
}

.sec7 .swiper_wrap .pic_wrap .pic li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec7 .swiper_wrap .pic_wrap .pic li a img {
  width: 100%;
  border-radius: 10px;
}

.sec7 .swiper_wrap .pic_wrap .cicles {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
}

.sec7 .swiper_wrap .pic_wrap .cicles li {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  transition: width 0.4s;
  float: left;
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-left: 5px;
  box-sizing: border-box;
}

.sec7 .swiper_wrap .pic_wrap .cicles li.on {
  width: 24px;
  background: #fff;
}

.sec7 .cat_list {
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  width: 4.1rem;
  height: 0.7rem;
  margin-left: -2.05rem;
  display: flex;
  justify-content: space-around;
}

.sec7 .cat_list li {
  position: relative;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #b75073;
}

.sec7 .cat_list li.on {
  color: #fff;
}

.sec7 .cat_list li i {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.5s;
  border-radius: 2px;
}

.sec7 .cat_list li.on i {
  width: 100%;
}

.sec7 .news_wrap {
  width: 6.8rem;
  height: 4.4rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.sec7 .news_wrap .news_list li {
  border-bottom: 1px solid #f4c7d5;
  height: 0.6rem;
  font-size: 0.16rem;
}

.sec7 .news_wrap .news_list li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.6rem;
}

.sec7 .news_wrap .news_list li i {
  display: inline-block;
  width: 0.6rem;
  height: 0.24rem;
  background: #da4576;
  color: #fff;
  border-radius: 0.12rem;
  line-height: 0.24rem;
  text-align: center;
  margin-right: 2%;
  vertical-align: middle;
  font-style: normal;
  font-size: 12px;
}

.sec7 .news_wrap .news_list li span {
  display: inline-block;
  width: 72%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 12px;
  height: 100%;
  color: #666666;
}

.sec7 .news_wrap .news_list li em {
  vertical-align: middle;
  float: right;
  color: #666666;
  font-size: 12px;
}

.sec7 .news_wrap .more_news {
  display: block;
  width: 0.98rem;
  height: 0.24rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/gmysweb6/m/more_new.png') no-repeat center/cover;
  margin: 0 auto;
  margin-top: 20px;
}

/* sec8 */
.sec8 .title {
  width: 5.71rem;
}

.sec8 .swiper-container8 {
  width: 5.7rem;
  height: 7.1rem;
  margin: 0 auto;
}

.sec8 .swiper-wrapper li {
  width: 4.7rem;
  height: 7.09rem;
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/p_bg.png') no-repeat center/cover;
  box-sizing: border-box;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.sec8 .swiper-wrapper li a {
  position: absolute;
  top: 0.15rem;
  left: 0.17rem;
  width: 4.36rem;
  height: 6.63rem;
  overflow: hidden;
  border-radius: 10px;
}

.sec8 .swiper-wrapper li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: opacity 0.3s;
  -webkit-transition: color 0.3s;
}

.sec8 .swiper-slide-active a:before {
  opacity: 0 !important;
}

.sec8 .swiper-wrapper li a img {
  width: 100%;
}

.sec8 .swiper-prev,
.sec8 .swiper-next {
  width: 0.24rem;
  height: 0.4rem;
  position: absolute;
  top: 5rem;
  text-indent: -9999em;
}

.sec8 .swiper-prev {
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/plv.png') no-repeat center/cover;
  left: 0.2rem;
}

.sec8 .swiper-next {
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/prv.png') no-repeat center/cover;
  right: 0.2rem;
}

.sec8 .timeline {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: url('https://static.web.sdo.com/gmys/20190315_bbm/dosh.png') no-repeat center/ 100% auto;
  margin-top: 0.3rem;
}

.sec8 .timeline li {
  position: absolute;
  width: 33.33%;
  text-align: center;
  padding-top: 0.6rem;
}

.sec8 .timeline li .p {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  margin-top: 0.4rem;
  border-radius: 50%;
  background: #cd9cff;
}

.sec8 .timeline .point {
  position: absolute;
  top: 0.35rem;
  left: 50%;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: -0.15rem;
  border-radius: 50%;
  background: #faceff;
}

.sec8 .timeline .point .b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  margin-top: -0.1rem;
  border-radius: 50%;
  background: #cd9cff;
}

.sec8 .timeline .point .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.15rem;
  margin-left: -0.15rem;
  border: 1px solid #cd9cff;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* -webkit-animation: vscale 1.1s ease-out infinite;
  -moz-animation: vscale 1.1s ease-out infinite;
  -ms-animation: vscale 1.1s ease-out infinite;
  animation: vscale 1.1s ease-out infinite; */
}

@keyframes vscale {
  0%,
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}

.sec8 .timeline li .name {
  font-size: 0.28rem;
  color: #844ac0;
  font-weight: bold;
  margin-top: 0.1rem;
}

.sec8 .timeline .an {
  transition: all 0.4s;
}

.sec8 .timeline .an.on {
  transform: translateY(20px);
  opacity: 0;
}

.sec8 .timeline li .time {
  font-size: 0.24rem;
  color: #cd9cff;
}

.sec8 .timeline li:nth-of-type(1) {
  left: 0;
}

.sec8 .timeline li:nth-of-type(2) {
  left: 33.33%;
}

.sec8 .timeline li:nth-of-type(3) {
  left: 66.66%;
}

/* 萌宠时装坐骑弹窗 */
.outlayer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: -1;
  /* display: none; */
  opacity: 0;
}

.outlayer .wrap {
  position: absolute;
  margin-left: 0.25rem;
  top: 50%;
  width: 7.01rem;
  height: 10.67rem;
  margin-top: -5.335rem;
}

.outlayer .wrap .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.outlayer .wrap .title {
  position: absolute;
  width: 6.63rem;
  height: 0.98rem;
  bottom: 0.2rem;
  left: 0.435rem;
}

.outlayer .wrap .close {
  position: absolute;
  width: 0.59rem;
  height: 0.58rem;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 2;
}

/* 萌宠 */
.outlayer .pets li {
  position: absolute;
  z-index: 1;
}

.outlayer .pets li img {
  width: 100%;
  height: 100%;
}

.outlayer .pets li:nth-child(1) {
  width: 1.06rem;
  height: 1.75rem;
  bottom: 23%;
  left: 6%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/chick_s.png?1') no-repeat center/cover;
}

.outlayer .pets li:nth-child(1).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/chick_s_light.png?1') no-repeat center/cover;
}

.outlayer .pets li:nth-child(2) {
  width: 1.2rem;
  height: 1.69rem;
  bottom: 15%;
  left: 16%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/onion_s.png') no-repeat center/cover;
}

.outlayer .pets li:nth-child(2).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/onion_s_light.png') no-repeat center/cover;
}

.outlayer .pets li:nth-child(3) {
  width: 1.25rem;
  height: 1.87rem;
  bottom: 13%;
  left: 43%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/leopard_s.png') no-repeat center/cover;
}

.outlayer .pets li:nth-child(3).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/leopard_s_light.png') no-repeat center/cover;
}

.outlayer .pets li:nth-child(4) {
  width: 1.11rem;
  height: 1.18rem;
  bottom: 16%;
  left: 67%;
  z-index: 2;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/mushroom_s.png') no-repeat center/cover;
}

.outlayer .pets li:nth-child(4).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/mushroom_s_light.png') no-repeat center/cover;
}

.outlayer .pets li:nth-child(5) {
  width: 1.29rem;
  height: 1rem;
  bottom: 24%;
  left: 78%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/rabbit_s.png') no-repeat center/cover;
}

.outlayer .pets li:nth-child(5).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/rabbit_s_light.png') no-repeat center/cover;
}

.outlayer .pets_big li {
  position: absolute;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.outlayer .pets_big li.on {
  opacity: 1;
  /* z-index: 0; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.outlayer .pets_big li .tips {
  width: 60%;
  padding: 0.2rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/tips.png') no-repeat center;
  background-size: 100% 100%;
  color: #e9c293;
  box-sizing: border-box;
  margin: 1.2rem auto;
  transition: transform 0.6s;
  transform: scaleY(0);
  transform-origin: bottom;
}

.outlayer .pets_big li .tips.an {
  transform: scaleY(1);
}

.outlayer .pets_big li .tips span {
  font-size: 0.28rem;
  font-weight: bold;
}

.outlayer .pets_big li:nth-child(1) img {
  position: absolute;
  width: 2.8rem;
  height: 4.83rem;
  bottom: 24%;
  left: 31%;
}

.outlayer .pets_big li:nth-child(2) .tips {
  margin-top: 1.4rem;
}

.outlayer .pets_big li:nth-child(3) .tips {
  margin-top: 1.6rem;
}

.outlayer .pets_big li:nth-child(4) .tips {
  margin-top: 2.2rem;
}

.outlayer .pets_big li:nth-child(5) .tips {
  margin-top: 2.5rem;
}

.outlayer .pets_big li:nth-child(2) img {
  position: absolute;
  width: 3.47rem;
  height: 4.9rem;
  bottom: 24%;
  left: 27%;
}

.outlayer .pets_big li:nth-child(3) img {
  position: absolute;
  width: 4rem;
  height: 5.18rem;
  bottom: 24%;
  left: 26%;
}

.outlayer .pets_big li:nth-child(4) img {
  position: absolute;
  width: 3.54rem;
  height: 3.94rem;
  bottom: 24%;
  left: 26%;
}

.outlayer .pets_big li:nth-child(5) img {
  position: absolute;
  width: 4.17rem;
  height: 3.41rem;
  bottom: 24%;
  left: 23%;
}

/* 时装 */

.outlayer .frame_b {
  position: relative;
  width: 5.12rem;
  height: 5.84rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/frame_b.png') no-repeat center/cover;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 0.3rem;
}

.outlayer .frame_b img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 0.8rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.outlayer .frame_b img.on {
  opacity: 1;
  /* z-index: 0; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.outlayer .frame_b img:nth-child(1) {
  width: 3rem;
  height: 5.17rem;
  left: 1rem;
}

.outlayer .frame_b img:nth-child(2) {
  width: 2.75rem;
  height: 4.86rem;
  left: 1rem;
}

.outlayer .frame_b img:nth-child(3) {
  width: 2.29rem;
  height: 4.86rem;
  left: 1.2rem;
}

.outlayer .cho_ic {
  position: relative;
  width: 6.03rem;
  height: 0.5rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/icon_bg.png') no-repeat center/cover;
  margin: 0 auto;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  line-height: 0.5rem;
  padding: 0 1.16rem;
  box-sizing: border-box;
}

.outlayer .cho_ic i {
  margin-top: 0.1rem;
  width: 0.43rem;
  height: 0.42rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/unchoise.png') no-repeat center/cover;
}

.outlayer .cho_ic i.on {
  margin-top: 0.07rem;
  width: 0.48rem;
  height: 0.47rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/choise.png') no-repeat center/cover;
}

.outlayer .frame_s {
  display: flex;
  justify-content: space-between;
  width: 5rem;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}

.outlayer .frame_s li {
  width: 1.69rem;
  height: 2.54rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/frame_s.png') no-repeat center/cover;
  text-align: center;
  margin-top: 0.1rem;
}

.outlayer .frame_s li span {
  position: relative;
  top: -5px;
  left: 0;
  color: #fff;
  text-shadow: 0 0 1px #000;
}

.outlayer .frame_s li.on span {
  color: #fee879;
}

.outlayer .frame_s li:nth-child(1) img {
  width: 1.33rem;
  height: 1.98rem;
}

.outlayer .frame_s li:nth-child(2) img {
  width: 0.94rem;
  height: 1.97rem;
}

.outlayer .frame_s li:nth-child(3) img {
  width: 0.88rem;
  height: 1.87rem;
}

/* 坐骑 */
.outlayer .out_dragon {
  margin-left: 0.35rem;
}

.outlayer .out_dragon .title {
  width: 6.65rem;
  height: 0.95rem;
  left: 0.135rem;
}

.outlayer .mounts li {
  position: absolute;
  z-index: 1;
}

.outlayer .mounts li img {
  width: 100%;
  height: 100%;
}

.outlayer .mounts li:nth-child(1) {
  width: 0.98rem;
  height: 1.52rem;
  bottom: 29%;
  left: 7%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/alpaca_s.png') no-repeat center/cover;
}

.outlayer .mounts li:nth-child(1).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/alpaca_s_light.png') no-repeat center/cover;
}

.outlayer .mounts li:nth-child(2) {
  width: 1.14rem;
  height: 0.88rem;
  bottom: 22%;
  left: 16%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/sheep_s.png') no-repeat center/cover;
}

.outlayer .mounts li:nth-child(2).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/sheep_s_light.png') no-repeat center/cover;
}

.outlayer .mounts li:nth-child(3) {
  width: 0.97rem;
  height: 1.53rem;
  bottom: 20%;
  left: 42%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/camel_s.png') no-repeat center/cover;
}

.outlayer .mounts li:nth-child(3).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/camel_s_light.png') no-repeat center/cover;
}

.outlayer .mounts li:nth-child(4) {
  width: 1.02rem;
  height: 1.16rem;
  bottom: 21%;
  left: 66%;
  z-index: 2;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/caterpillar_s.png') no-repeat center/cover;
}

.outlayer .mounts li:nth-child(4).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/caterpillar_s_light.png') no-repeat
    center/cover;
}

.outlayer .mounts li:nth-child(5) {
  width: 1.05rem;
  height: 1.68rem;
  bottom: 29%;
  left: 76%;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/car_s.png') no-repeat center/cover;
}

.outlayer .mounts li:nth-child(5).on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/car_s_light.png') no-repeat center/cover;
}

.outlayer .mounts_big li {
  position: absolute;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.outlayer .mounts_big li.on {
  opacity: 1;
  /* z-index: 0; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.outlayer .mounts_big li .tips {
  width: 60%;
  padding: 0.2rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/tips.png') no-repeat center;
  background-size: 100% 100%;
  color: #e9c293;
  box-sizing: border-box;
  margin: 1.2rem auto;
  transition: transform 0.6s ease;
  transform: scaleY(0);
  transform-origin: bottom;
}

.outlayer .mounts_big li .tips.an {
  transform: scaleY(1);
}

.outlayer .mounts_big li:nth-child(2) .tips {
  margin-top: 2rem;
}

.outlayer .mounts_big li:nth-child(3) .tips {
  margin-top: 1rem;
}

.outlayer .mounts_big li:nth-child(4) .tips {
  margin-top: 2.5rem;
}

.outlayer .mounts_big li:nth-child(5) .tips {
  margin-top: 1.2rem;
}

.outlayer .mounts_big li .tips span {
  font-size: 0.28rem;
  font-weight: bold;
}

.outlayer .mounts_big li:nth-child(1) img {
  position: absolute;
  width: 2.6rem;
  height: 3.97rem;
  bottom: 29%;
  left: 31%;
}

.outlayer .mounts_big li:nth-child(2) img {
  position: absolute;
  width: 3.56rem;
  height: 2.75rem;
  bottom: 28%;
  left: 25%;
}

.outlayer .mounts_big li:nth-child(3) img {
  position: absolute;
  width: 3.06rem;
  height: 4.18rem;
  bottom: 29%;
  left: 26%;
}

.outlayer .mounts_big li:nth-child(4) img {
  position: absolute;
  width: 2.37rem;
  height: 2.49rem;
  bottom: 25%;
  left: 30%;
}

.outlayer .mounts_big li:nth-child(5) img {
  position: absolute;
  width: 2.73rem;
  height: 4.37rem;
  bottom: 28%;
  left: 30%;
}

/* 武器 */
.outlayer .out_arms {
  opacity: 0;
  z-index: -1;
}

.outlayer .out_arms .title {
  width: 6.93rem;
  height: 0.98rem;
  left: 0.3rem;
}

.outlayer .out_arms .people {
  position: absolute;
  width: 4.68rem;
  height: 4.41rem;
  left: 0.9rem;
  top: 0.5rem;
}

.outlayer .out_arms .tips_one {
  position: absolute;
  width: 2.31rem;
  height: 1.77rem;
  left: 0.1rem;
  top: 0.4rem;
}

.outlayer .out_arms .tips_two {
  position: absolute;
  width: 3.98rem;
  height: 0.45rem;
  left: 2.6rem;
  top: 4.6rem;
}

.outlayer .out_arms .change_arms {
  position: absolute;
  top: 4.3rem;
  left: 0.5rem;
  background: #7c6f5d;
  padding: 0.1rem;
  border: 1px solid #dcd6bd;
  border-radius: 0.2rem;
}

.outlayer .out_arms .change_arms a {
  display: inline-block;
  width: 0.79rem;
  height: 0.73rem;
}

.outlayer .out_arms .change_arms .qd {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/qd.png') no-repeat center/cover;
}

.outlayer .out_arms .change_arms .qd.on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/qd_on.png') no-repeat center/cover;
}

.outlayer .out_arms .change_arms .fz {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/fz.png') no-repeat center/cover;
}

.outlayer .out_arms .change_arms .fz.on {
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/fz_on.png') no-repeat center/cover;
}

.outlayer .out_arms .shape {
  position: absolute;
  top: 5.28rem;
  left: 0.45rem;
  width: 6.14rem;
  height: 4.3rem;
  background: url('https://static.web.sdo.com/jijiamobile/pic/qaq20181016/nucleus.png?1') no-repeat center/cover;
}

.outlayer .out_arms #nucleus {
  position: absolute;
  top: 0.38rem;
  left: 0;
}

.outlayer .out_arms #nucleus li {
  position: absolute;
  width: 0.95rem;
  height: 1.14rem;
}

.outlayer .out_arms #nucleus li img {
  width: 100%;
  height: 100%;
}

.outlayer .out_arms #nucleus li:nth-child(1) {
  top: 0.14rem;
  left: 0.92rem;
}

.outlayer .out_arms #nucleus li:nth-child(2) {
  top: 2.4rem;
  left: 1.03rem;
}

.outlayer .out_arms #nucleus li:nth-child(3) {
  top: 1.32rem;
  left: 4.5rem;
}

.outlayer .out_arms .shape_show {
  position: relative;
  width: 1.5rem;
  left: 50%;
  margin: 0 auto;
  margin-left: -0.75rem;
}

/* 视听中心图片视频弹窗 */
.showMedia {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0rem;
  left: 0rem;
  z-index: 9999;
  display: none;
}

.showImgWrap {
  width: 100%;
  top: 35%;
  position: absolute;
}

.showVideoWrap {
  position: absolute;
  top: 35%;
}

.showVideoWrap video {
  width: 100%;
}

/* .closeMedia {
  position: absolute;
  width: 0.56rem;
  right: 0;
  top: 30%;
}

.closeMedia img{
  width: 100%;
} */

.closeMedia {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  font-size: 30px;
  line-height: 34px;
  background: #000;
  border-radius: 0 0 0 22px;
  z-index: 2;
}

.closeMedia::before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.closeMedia::after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.closeMedia:before,
.closeMedia:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -40%;
  content: '';
  line-height: 0;
  font-size: 0;
  width: 80%;
  height: 1px;
  background: #fff;
  overflow: hidden;
  display: none\0;
}

/* 图片展示 */
.layerdt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=70);
  z-index: 998;
  display: none;
}

.layerdt .lydt {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 30%;
}

.layerdt.all {
  opacity: 1;
}

.layerdt.all .lydt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.layerdt.all .lydt img {
  width: 90%;
  margin-left: 5%;
}

.layerdt .lydt img {
  vertical-align: top;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
