@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
html,
body {
  width: 100%;
  height: auto;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}
/*宽度限制板块*/
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
body {
  width: 100%;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hide {
  display: none;
}
/**** DEMO单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
#sougou_bottom {
  display: none !important;
}
.u-hover {
  cursor: pointer;
}
.u-hover:hover {
  -webkit-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}
@-webkit-keyframes down-anim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes down-anim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoomInAndOut {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  50% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  0%,
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@keyframes shake {
  50% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  0%,
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@-webkit-keyframes flip1 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
  }
  25% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flip1 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes flip2 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
  }
  25% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
            transform: perspective(400px) rotateY(-90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes shine {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
}
@-webkit-keyframes gif {
  0% {
    background-position: 0%;
    opacity: 1;
  }
  100% {
    background-position: 200%;
    opacity: 1;
  }
}
@keyframes gif {
  0% {
    background-position: 0%;
    opacity: 1;
  }
  100% {
    background-position: 200%;
    opacity: 1;
  }
}
@-webkit-keyframes zoom2 {
  0% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
}
@keyframes zoom2 {
  0% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
}
@-webkit-keyframes matrix {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
}
@keyframes matrix {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
}
@-webkit-keyframes rotaten {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotaten {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIn2 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoomIn2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes translateDown {
  0%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}
@keyframes translateDown {
  0%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}
@-webkit-keyframes translateLeft {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@keyframes translateLeft {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@-webkit-keyframes arrowAnim {
  0% {
    transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@keyframes arrowAnim {
  0% {
    transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@keyframes arrow {
  0%,
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 0.15rem);
    -webkit-transform: translate(0, 0.15rem);
    -moz-transform: translate(0, 0.15rem);
    -ms-transform: translate(0, 0.15rem);
    -o-transform: translate(0, 0.15rem);
  }
}
@-webkit-keyframes arrow {
  0%,
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 0.15rem);
    -webkit-transform: translate(0, 0.15rem);
    -moz-transform: translate(0, 0.15rem);
    -ms-transform: translate(0, 0.15rem);
    -o-transform: translate(0, 0.15rem);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fylLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fylLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scaleSkill {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scaleSkill {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes btnShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes btnShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes innerIn {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes innerIn {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
@-webkit-keyframes swingBack {
  0% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swingBack {
  0% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes arrowAnim {
  from {
    transform: translateY(-0.15rem);
    -webkit-transform: translateY(-0.15rem);
    -moz-transform: translateY(-0.15rem);
    -ms-transform: translateY(-0.15rem);
    -o-transform: translateY(-0.15rem);
  }
  50% {
    transform: translateY(0.15rem);
    -webkit-transform: translateY(0.15rem);
    -moz-transform: translateY(0.15rem);
    -ms-transform: translateY(0.15rem);
    -o-transform: translateY(0.15rem);
  }
  100% {
    transform: translateY(-0.15rem);
    -webkit-transform: translateY(-0.15rem);
    -moz-transform: translateY(-0.15rem);
    -ms-transform: translateY(-0.15rem);
    -o-transform: translateY(-0.15rem);
  }
}
@keyframes arrowAnim {
  from {
    transform: translateY(-0.15rem);
    -webkit-transform: translateY(-0.15rem);
    -moz-transform: translateY(-0.15rem);
    -ms-transform: translateY(-0.15rem);
    -o-transform: translateY(-0.15rem);
  }
  50% {
    transform: translateY(0.15rem);
    -webkit-transform: translateY(0.15rem);
    -moz-transform: translateY(0.15rem);
    -ms-transform: translateY(0.15rem);
    -o-transform: translateY(0.15rem);
  }
  100% {
    transform: translateY(-0.15rem);
    -webkit-transform: translateY(-0.15rem);
    -moz-transform: translateY(-0.15rem);
    -ms-transform: translateY(-0.15rem);
    -o-transform: translateY(-0.15rem);
  }
}
@-webkit-keyframes spriteAnim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 bottom;
  }
}
@keyframes spriteAnim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 bottom;
  }
}
@font-face {
  font-family: 'fzskbxk';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzskbxk.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzbysong';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzbysong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzqkbys';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzqkbys.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  max-height: 1080px;
  margin: 0 auto;
}
html,
body {
  -webkit-filter: none !important;
          filter: none !important;
}
#wrap {
  position: relative;
}
#art {
  text-align: center;
}
.playbtn {
  position: absolute;
  width: 155px;
  height: 198px;
  left: 50px;
  bottom: 270px;
  margin-left: 395px;
}
@media screen and (min-aspect-ratio: 2.06034483) {
  .playbtn {
    bottom: 115px;
  }
}
@media screen and (min-aspect-ratio: 1.98752599) {
  .playbtn {
    bottom: 115px;
  }
}
@media screen and (min-aspect-ratio: 2.01724138) {
  .playbtn {
    bottom: 115px;
  }
}
@media screen and (min-aspect-ratio: 1.94594595) {
  .playbtn {
    bottom: 115px;
  }
}
.playbtn canvas {
  width: 100%;
}
#leihuo-age {
  width: 86px;
  position: absolute;
  left: 50px;
  bottom: 300px;
  margin-left: 555px;
}
@media screen and (min-aspect-ratio: 2.06034483) {
  #leihuo-age {
    bottom: 145px;
  }
}
@media screen and (min-aspect-ratio: 1.98752599) {
  #leihuo-age {
    bottom: 145px;
  }
}
@media screen and (min-aspect-ratio: 2.01724138) {
  #leihuo-age {
    bottom: 145px;
  }
}
@media screen and (min-aspect-ratio: 1.94594595) {
  #leihuo-age {
    bottom: 145px;
  }
}
.KVindexBoxs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 1400px;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.KVindexBoxs .slogan {
  position: absolute;
  width: 995px;
  height: 561px;
  top: 70px;
  left: -160px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/slogan_022d75b9.png) no-repeat center;
}
.main {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.collection {
  position: absolute;
  height: 1080px;
  top: 50%;
  margin-top: -540px;
}
.swiper-Index {
  width: 100%;
  height: 100%;
}
.swiper-Index .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-Index .swiper-container .item6 {
  width: 1400px;
  height: 100%;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/last-screenBg_c8ddbf83.jpg) no-repeat center right;
  background-size: cover;
}
@media (min-width: 3400px) {
  .swiper-Index .swiper-container .item6 {
    width: 2400px;
  }
}
@media (min-width: 2100px) and (max-width: 3300px) {
  .swiper-Index .swiper-container .item6 {
    width: 1700px;
  }
}
@media (max-width: 1400px) {
  .swiper-Index .swiper-container .item6 {
    width: 800px;
  }
}
.container {
  width: 10000px;
  height: 1080px;
  position: absolute;
}
.home-video {
  width: 827px;
  height: 494px;
  top: 289px;
  left: 286px;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.home-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bg {
  position: absolute;
  width: 806px;
  height: 494px;
  top: 289px;
  left: 286px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.home-bg img {
  position: absolute;
  width: 1920px;
  height: 1080px;
  top: -289px;
  left: -309px;
}
.news-screen {
  width: 826px;
  height: 459px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/news-screen_85e57607.jpg) no-repeat;
  position: absolute;
  top: 390px;
  left: 1800px;
}
.news-screen::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.news-screen .news-inner {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  top: 35px;
  left: 64px;
  -webkit-transform: scale(0.49168975);
  transform: scale(0.49168975);
}
.news-screen .title {
  width: 121px;
  height: 222px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/news-screen-title_f8854e8c.png) no-repeat;
  position: absolute;
  left: -140px;
  top: 44px;
}
.tongren-screen {
  width: 826px;
  height: 459px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/tongren-screen_f2732aea.jpg) no-repeat;
  position: absolute;
  top: 394px;
  left: 7576px;
}
.tongren-screen .title {
  width: 121px;
  height: 222px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/tongren-screen-title_67606c37.png) no-repeat;
  position: absolute;
  top: 40px;
  left: -138px;
}
.tongren-screen::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
}
.tongren-screen .tongren-inner {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  top: 50px;
  left: 94px;
  margin-left: 0;
  margin-top: 0;
  -webkit-transform: scale(0.49168975);
  transform: scale(0.49168975);
}
.shiting-screen {
  width: 826px;
  height: 459px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/shiting-screen_c284274a.jpg) no-repeat;
  position: absolute;
  top: 394px;
  left: 4697px;
}
.shiting-screen .title {
  width: 118px;
  height: 258px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/shiting-screen-title_c283f5c8.png) no-repeat;
  position: absolute;
  top: 40px;
  left: -136px;
}
.shiting-screen::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
}
.shiting-screen .shiting-inner {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100vw;
  margin-left: 0;
  margin-top: 0;
}
.shiting-screen .shiting-inner .switch {
  display: none;
}
.mingshi-screen {
  width: 826px;
  height: 459px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/mingshi-screen_7c9a8768.jpg) no-repeat;
  position: absolute;
  top: 330px;
  left: 3256px;
}
.mingshi-screen .title {
  width: 121px;
  height: 259px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/mingshi-screen-title_a0d687a6.png) no-repeat;
  position: absolute;
  left: -126px;
  top: 60px;
}
.mingshi-screen::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
}
.mingshi-screen .mingshi-inner {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  top: -3px;
  left: 34px;
  margin-left: 0;
  margin-top: 0;
  -webkit-transform: scale(0.49168975);
  transform: scale(0.49168975);
}
.mingshi-screen .mingshi-inner .change-btns {
  display: none;
}
.mingshi-screen .mingshi-inner .select-total {
  display: none;
}
.feature-screen {
  width: 826px;
  height: 459px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/feature-screen_5d819c1e.jpg) no-repeat;
  position: absolute;
  top: 336px;
  left: 6156px;
}
.feature-screen .title {
  width: 121px;
  height: 259px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/feature-screen-title_a6972c82.png) no-repeat;
  position: absolute;
  top: 54px;
  left: -126px;
}
.feature-screen::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
}
.feature-screen .feature-inner {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  width: 1400px;
  height: 560px;
  top: 70px;
  left: 70px;
  margin-left: 0;
  margin-top: 0;
  -webkit-transform: scale(0.49168975);
  transform: scale(0.49168975);
}
.feature-screen .feature-inner .change-btns {
  display: none;
}
.last-screen {
  position: absolute;
  left: 100px;
  top: 230px;
}
@media (min-width: 3400px) {
  .last-screen {
    -webkit-transform: scale(1.8, 1.8) !important;
            transform: scale(1.8, 1.8) !important;
    left: 140px;
    top: 530px;
  }
}
@media (min-width: 2100px) and (max-width: 3300px) {
  .last-screen {
    -webkit-transform: scale(1.2, 1.2) !important;
            transform: scale(1.2, 1.2) !important;
    left: 125px;
    top: 330px;
  }
}
@media (max-width: 1400px) {
  .last-screen {
    -webkit-transform: scale(0.6) !important;
            transform: scale(0.6) !important;
    left: 45px;
    top: 180px;
  }
}
.last-screen .txt {
  width: 830px;
  height: 466px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/intro_281aed0f.png) no-repeat;
  background-size: 100%;
  position: absolute;
}
.last-screen .sns {
  width: 387px;
  height: 295px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sns-line_ed5ab30d.png) no-repeat;
  position: absolute;
  top: 146px;
  left: 830px;
}
.last-screen .sns .link {
  display: block;
  position: absolute;
}
.last-screen .sns .link-1 {
  width: 131px;
  height: 131px;
  top: 127px;
  left: -65px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1259px -584px;

}
.last-screen .sns .link-1:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1259px -717px;
width:131px;
height:131px;

}
.last-screen .sns .link-2 {
  width: 149px;
  height: 149px;
  top: 80px;
  left: 80px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-308px -963px;

}
.last-screen .sns .link-2:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-459px -963px;
width:149px;
height:149px;

}
.last-screen .sns .link-3 {
  left: 300px;
  top: 123px;
  width: 142px;
  height: 142px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1259px -296px;

}
.last-screen .sns .link-3:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1259px -440px;
width:142px;
height:142px;

}
.last-screen .sns .link-4 {
  top: 210px;
  left: 180px;
  width: 146px;
  height: 146px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1259px -0px;

}
.last-screen .sns .link-4:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1259px -148px;
width:146px;
height:146px;

}
.last-screen .sns .link-5 {
  top: -27px;
  left: 212px;
  width: 152px;
  height: 152px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-0px -963px;

}
.last-screen .sns .link-5:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-154px -963px;
width:152px;
height:152px;

}
.last-screen .sns .link-6 {
  top: -100px;
  left: 100px;
  width: 131px;
  height: 131px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1259px -850px;

}
.last-screen .sns .link-6:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1259px -983px;
width:131px;
height:131px;

}
.last-screen .sns .link-tel {
  top: 280px;
  left: -50px;
  padding-left: 56px;
  width: 220px;
  height: 45px;
  font-size: 16px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png);background-size:1514px 1457px;
background-position:-586px -875px;

  color: #c39236;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu {
  position: absolute;
  width: 110px;
  z-index: 99;
}
.menu-btn {
  width: 193px;
  height: 190px;
  cursor: pointer;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/menu-btn-index_4eff9350.png) no-repeat center;
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -119px;
  margin-top: -50px;
}
.menu-btn1 {
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 9;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/menu-btn-anim_b670648c.png) no-repeat;
  -webkit-animation: spriteAnim 2s steps(23) infinite 300ms 0 ease;
  animation: spriteAnim 2s steps(23) infinite 300ms 0 ease;
  -webkit-animation: spriteAnim 2s steps(23) infinite;
  animation: spriteAnim 2s steps(23) infinite;
  left: 50%;
  margin-left: -75px;
  margin-top: -10px;
}
.menu.inner {
  top: 30px;
  right: 40px;
}
.menu.inner:hover .menu-sub {
  display: block;
}
.menu.inner .menu-sub {
  height: 783px;
  width: 124px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/menu-bg_42850391.png) no-repeat center;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding-top: 155px;
}
.menu.inner .menu-sub-btn {
  font-family: 'fzbysong';
  display: block;
  width: 96px;
  height: 82px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}
.menu.inner .menu-sub-btn:hover,
.menu.inner .menu-sub-btn.active {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/menu-circle_c3026e5e.png) center no-repeat;
  background-size: 78px 78px;
}
.menu.inner .menu-sub-btn.btn-cbg {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/btn-cbg_15274720.png) no-repeat center / 66px 66px;
}
.menu.inner .menu-sub-btn.btn-cbg:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/btn-cbg_15274720.png) no-repeat center / 66px 66px;
}
.menu.vertical {
  top: 60px;
  right: 50px;
}
.menu.vertical:hover .menu-sub {
  display: block;
}
.menu.vertical .menu-sub {
  width: 124px;
  height: 706px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/menu-bg_42850391.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -84px;
  padding-top: 132px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.menu.vertical .menu-sub-btn {
  font-family: 'fzbysong';
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}
.menu.vertical .menu-sub-btn:nth-child(1) {
  display: none;
}
.menu.vertical .menu-sub-btn:hover,
.menu.vertical .menu-sub-btn.active {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/menu-circle_c3026e5e.png) no-repeat;
  background-size: 100% 100%;
}
.menu.vertical .menu-sub-btn.btn-cbg {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/btn-cbg_15274720.png) no-repeat center / 66px 66px;
}
.menu.vertical .menu-sub-btn.btn-cbg:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/btn-cbg_15274720.png) no-repeat center / 66px 66px;
}
.menu.resize {
  right: 10px;
}
.progress {
  width: 886px;
  position: fixed;
  left: 50%;
  margin-left: -443px;
  bottom: 50px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progress-point {
  display: block;
  width: 29px;
  height: 29px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1485px -992px;

  margin-top: -15px;
  cursor: pointer;
  position: relative;
}
.progress-point:nth-child(7)::after {
  display: none;
}
.progress-point::after {
  display: block;
  content: '';
  border-bottom: 1px dashed #a24a1d;
  width: 111px;
  position: absolute;
  left: 30px;
  top: 50%;
}
.progress-point.active {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1477px -1311px;
width:29px;
height:29px;

}
.cat {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  width: 300px;
  height: 280px;
  left: 0;
  bottom: -5px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.cat.on {
  left: -30px;
  bottom: -40px;
}
.cat .qrcode-cnt {
  display: block;
  width: 188px;
  height: 188px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/qrcode-cnt_867fb9d4.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -190px;
  left: 40px;
  cursor: default;
}
.cat .qrcode-cnt img {
  width: 116px;
  height: 116px;
  position: absolute;
  left: 50%;
  margin-left: -58px;
  top: 20px;
}
.cat-video-btn {
  display: block;
  width: 61px;
  height: 62px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -1102px;

  position: absolute;
  top: 150px;
  left: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cat-video-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cat .cat-anim {
  position: absolute;
  top: 0;
  left: 0;
}
.cat .cat-anim canvas {
  width: 300px;
}
.cat .gift-box {
  position: absolute;
  height: 245px;
  left: 148px;
  top: 10px;
  overflow: hidden;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cat .gift-box.active {
  width: 1367px;
}
.cat .gift-box .gift-content {
  position: absolute;
  width: 1298px;
  height: 245px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/cat-gift-box_bec22936.png) no-repeat;
  right: 66px;
  cursor: default;
}
.cat .gift-box .gift-content .close-btn {
  display: block;
  width: 44px;
  height: 81px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -1228px;

  position: absolute;
  top: 80px;
  right: 20px;
}
.cat .gift-box .gift-content .yuyue-btn {
  display: block;
  right: -66px;
  top: 24px;
  width: 69px;
  height: 213px;
  position: absolute;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1116px -644px;

}
.cat .gift-box .gift-content .yuyue-btn:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1187px -644px;
width:69px;
height:213px;

}
.footer {
  background: rgba(0, 0, 0, 0.8);
}
.el-select-dropdown {
  width: 110px;
  background-color: #fffaf6;
  margin-top: -5px !important;
  margin-left: -3px;
}
.el-select-dropdown .popper__arrow {
  display: none;
}
.el-select-dropdown .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list {
  padding: 0;
  border: 1px solid #d67249;
}
.el-select-dropdown .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list li {
  border-bottom: 1px solid #d6cec7;
  color: #d67249;
}
.el-select-dropdown .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list li:last-child {
  border-bottom: none;
}
.el-select-dropdown .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list li.hover {
  color: #d67249;
  border-left: 5px solid #d67249;
}
.index-page {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/index-bgFive_c9328f32.jpg) no-repeat center 10%;
  background-size: cover;
}
.index-page .download {
  width: 390px;
  height: 125px;
  position: absolute;
  left: 50px;
  bottom: 300px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/download-cnt2_cb5d6729.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px 0 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-aspect-ratio: 2.06034483) {
  .index-page .download {
    bottom: 140px;
  }
}
@media screen and (min-aspect-ratio: 1.98752599) {
  .index-page .download {
    bottom: 140px;
  }
}
@media screen and (min-aspect-ratio: 2.01724138) {
  .index-page .download {
    bottom: 140px;
  }
}
@media screen and (min-aspect-ratio: 1.94594595) {
  .index-page .download {
    bottom: 140px;
  }
}
.index-page .download .qrcode {
  width: 108px;
  height: 108px;
  position: relative;
  margin-right: 0px;
}
.index-page .download .qrcode img {
  width: 100%;
  height: 100%;
}
.index-page .download .qrcode p {
  width: 17px;
  font-size: 17px;
  position: absolute;
  text-align: center;
  color: #fff;
  line-height: 17px;
  left: -24px;
  top: 2px;
  text-shadow: 0 0 2px #d45d18;
}
.index-page .download-link {
  display: block;
  width: 138px;
  height: 36px;
  margin: 2px 0px 2px 0;
}
.index-page .download-link-ios {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/ios-link_2f00bc78.png) no-repeat;
  background-size: 100% 100%;
}
.index-page .download-link-android {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/android-link_a16533a1.png) no-repeat;
  background-size: 97%;
}
.index-page .download-link-yyx {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/yyx-link_5139c199.png) no-repeat;
  background-size: 100% 100%;
}
.index-page .download-link-mumu {
  width: 110px;
  height: 110px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/mumu-link_66fea9ef.png) no-repeat;
  background-size: 100% 100%;
}
.index-page video {
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.index-page .video-btn {
  width: 114px;
  height: 114px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/video-btn-3-inner_43421d1f.png) center no-repeat;
  position: absolute;
  right: 70px;
  top: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-page .video-btn i {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/video-btn-3-circle_cb88c05f.png) center no-repeat;
  -webkit-animation: roate-ani 3s linear infinite 300ms 0 ease;
  animation: roate-ani 3s linear infinite 300ms 0 ease;
  -webkit-animation: roate-ani 3s linear infinite;
  animation: roate-ani 3s linear infinite;
}
@-webkit-keyframes float-anim {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes float-anim {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes breathe-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes breathe-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes roate-ani {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roate-ani {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.index-page .video-btn:hover {
  opacity: .75;
}
.index-page .yuyue-btn {
  display: block;
  width: 188px;
  height: 188px;
  position: absolute;
  top: 544px;
  left: 50%;
  margin-left: -94px;
}
.index-page .yuyue-btn-n {
  position: absolute;
  width: 177px;
  height: 176px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/n_1c85474e.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-top: -88px;
  margin-left: -88px;
  -webkit-animation: rotaten 8s infinite linear 300ms 0 ease;
  animation: rotaten 8s infinite linear 300ms 0 ease;
  -webkit-animation: rotaten 8s infinite linear;
  animation: rotaten 8s infinite linear;
}
.index-page .yuyue-btn-s {
  position: absolute;
  width: 188px;
  height: 188px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/s_e6fbab31.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-top: -94px;
  margin-left: -94px;
  -webkit-animation: rotate 8s infinite linear 300ms 0 ease;
  animation: rotate 8s infinite linear 300ms 0 ease;
  -webkit-animation: rotate 8s infinite linear;
  animation: rotate 8s infinite linear;
}
.index-page .yuyue-btn-center {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  margin-left: -75px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/yuyue-btn-anim_bc1a1931.png) no-repeat;
  -webkit-animation: spriteAnim 2s steps(23) infinite 300ms 0 ease;
  animation: spriteAnim 2s steps(23) infinite 300ms 0 ease;
  -webkit-animation: spriteAnim 2s steps(23) infinite;
  animation: spriteAnim 2s steps(23) infinite;
}
.index-page .tips {
  width: 254px;
  height: 68px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -100px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/scroll-tips_5abb65f1.png) no-repeat;
  -webkit-animation: translateLeft 0.5s infinite 300ms 0 ease;
  animation: translateLeft 0.5s infinite 300ms 0 ease;
  -webkit-animation: translateLeft 0.5s infinite;
  animation: translateLeft 0.5s infinite;
}
.index-page #leihuo_top {
  position: relative;
  z-index: 99;
}
.index-page #leihuo_top #logo {
  display: block;
  width: 124px;
  height: 226px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/logo_8c6067d8.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 35px;
  left: 20px;
}
.index-page #leihuo_top #NIE-share {
  width: 34px;
  height: 35px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/share-btn_1f856941.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 280px;
  left: 50px;
}
.index-page #leihuo_top #NIE-share:hover .NIE-share-iconBtn {
  display: block;
}
.index-page #leihuo_top #NIE-share .NIE-share-txt,
.index-page #leihuo_top #NIE-share .morebtn {
  display: none;
}
.index-page #leihuo_top #NIE-share .NIE-share-iconBtn {
  display: none;
  width: 34px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2px;
  padding-top: 45px;
}
.index-page #leihuo_top #NIE-share .NIE-share-iconBtn a {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.index-page #leihuo_top #NIE-share .NIE-share-iconBtn a:hover {
  color: #6d3905;
}
.news-page {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.news-page .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg_867a180d.jpg) no-repeat;
  background-size: cover;
}
.news-page .title {
  width: 249px;
  height: 471px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/title_68f118c0.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0px;
}
.news-page .news-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin-left: -650px;
  margin-top: -360px;
}
.shiting-page {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.shiting-page .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg_500e7df9.jpg) no-repeat;
  background-size: cover;
}
.shiting-page .title {
  width: 249px;
  height: 471px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/title_bc16b5c9.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.shiting-page .switch {
  width: 310px;
  height: 59px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-274px -875px;

  position: absolute;
  top: 80px;
  right: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}
@media (max-width: 1400px) {
  .shiting-page .switch {
    top: 35px;
  }
}
@media (max-width: 1400px) {
  .shiting-page .switch.video {
    top: 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1750px) {
  .shiting-page .switch.video {
    top: 40px;
  }
}
.shiting-page .switch.video a.switch-btn-pic {
  color: #fff;
}
.shiting-page .switch.video a.switch-btn-video {
  color: #983b23;
}
.shiting-page .switch.video .switch-bar {
  left: 140px;
}
.shiting-page .switch a {
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 59px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-family: 'fzbysong';
}
.shiting-page .switch a.switch-btn-pic {
  color: #983b23;
}
.shiting-page .switch .switch-bar {
  display: block;
  position: absolute;
  width: 166px;
  height: 51px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1110px -1343px;

  top: 3px;
  left: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tongren-page {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.tongren-page .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg_5ccbecea.jpg) no-repeat;
  background-size: cover;
}
.tongren-page .title {
  width: 249px;
  height: 471px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/title_901fb524.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.mingshi-page {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mingshi-page .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg_ba1171e4.jpg) center center no-repeat;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-sx_e19ffc7a.jpg) center center no-repeat;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-zd_6ea841b4.jpg) center center no-repeat;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-lj_5f18e932.jpg) center center no-repeat;
  background-size: cover;
}
.mingshi-page .bg.lyu {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-lyu_4c02b02b.jpg) center center no-repeat;
  background-size: cover;
}
.mingshi-page .bg.hf {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-hf_f6193a69.jpg) center center no-repeat;
  background-size: cover;
}
.mingshi-page .bg.sx {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-sx_e19ffc7a.jpg) center center no-repeat;
  background-size: cover;
}
.mingshi-page .bg.zd {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-zd_6ea841b4.jpg) center center no-repeat;
  background-size: cover;
}
.mingshi-page .bg.lj {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-lj_5f18e932.jpg) center center no-repeat;
  background-size: cover;
}
.mingshi-page .bg.zjz {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-zjz_c7c538e7.jpg) center center no-repeat;
  background-size: cover;
}
.mingshi-page .bg.mt {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg-mt_922ce693.jpg) center center no-repeat;
  background-size: cover;
}
.mingshi-page .title {
  width: 249px;
  height: 471px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/title_06bf4175.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0px;
}
.feature-page {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.feature-page .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg_ac652003.jpg) no-repeat;
  background-size: cover;
}
.feature-page .title {
  width: 249px;
  height: 471px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/title_943f8cdd.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.feature-page .feature-inner {
  width: 1400px;
  height: 560px;
}
.loading {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.loading-bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 1080px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/loading-bg_3526da6a.jpg) no-repeat;
  margin-left: -960px;
}
.loading-bg .loading-progress {
  position: absolute;
  top: 480px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #c75b3b;
  font-size: 30px;
  font-weight: bold;
}
.loading .enter-video {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 1080px;
  margin-left: -960px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news-inner {
  width: 1444px;
  height: 726px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-inner .left {
  width: 784px;
}
.news-inner .right {
  width: 630px;
}
.news-inner .hot-news {
  position: relative;
  display: block;
  width: 805px;
  height: 89px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/hot-news_ad3d1782.png) no-repeat;
  margin-left: -12px;
  line-height: 89px;
  text-indent: 90px;
  font-size: 24px;
  color: #584531;
}
.news-inner .hot-news .category {
  position: absolute;
  width: 30px;
  line-height: 27px;
  display: block;
  text-indent: 0;
  color: #fff4d0;
  top: 16px;
  left: 26px;
  font-family: 'fzskbxk';
  text-shadow: 0 0 4px #fff;
}
.news-inner .tab-links {
  padding: 17px 0 0px;
  border-bottom: 1px solid #df9f74;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-inner .tab-links .tab-link {
  display: block;
  width: 86px;
  font-size: 24px;
  text-align: center;
  color: #bb833b;
  margin-right: 30px;
}
.news-inner .tab-links .tab-link.active,
.news-inner .tab-links .tab-link:hover {
  color: #cc4c0e;
  border-bottom: 2px solid #db7740;
  padding-bottom: 20px;
}
.news-inner .tab-links .more {
  display: block;
  width: 38px;
  height: 38px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1445px -992px;

  position: absolute;
  top: 10px;
  right: 10px;
}
.news-inner .tab-links .more:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1197px -1009px;
width:38px;
height:38px;

}
.news-inner .tabs {
  margin-top: 43px;
}
.news-inner .tabs .news-item {
  padding-left: 246px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  height: 116px;
  overflow: hidden;
  margin-bottom: 40px;
}
.news-inner .tabs .news-item:hover {
  background: rgba(255, 255, 255, 0.4);
}
.news-inner .tabs .news-item img {
  position: absolute;
  width: 216px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.news-inner .tabs .news-item .news-date {
  font-size: 24px;
  color: #9e6d2e;
  padding-bottom: 5px;
  border-bottom: 1px dashed #9e6d2e;
}
.news-inner .tabs .news-item .news-title {
  color: #9e6d2e;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-inner .tabs .news-item .news-title .news-category::after {
  display: inline-block;
  height: 20px;
  content: '';
  border-right: 2px solid #ecd2b1;
  margin: 0 8px;
}
.news-inner .tabs .news-item .news-desc {
  font-size: 16px;
  color: #b49985;
  line-height: 23px;
}
.shiting-inner {
  height: 900px;
  position: absolute;
  width: 100vw;
  top: 50%;
  margin-top: -450px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 2400px) {
  .shiting-inner {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.shiting-inner .pics {
  height: 618px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -309px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/line_7076f5df.png) no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8px;
  overflow: hidden;
}
.shiting-inner .pics-cnt {
  position: absolute;
  left: 286px;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.shiting-inner .pics-cnt .pics-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 532px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
.shiting-inner .pics-cnt .pics-scroll .imgbox {
  width: 609px;
  height: 546px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 3px 12px 0 0;
  position: relative;
}
.shiting-inner .pics-cnt .pics-scroll .imgbox.small {
  width: 142px;
}
.shiting-inner .pics-cnt .pics-scroll .imgbox .item {
  margin-right: 12px;
  height: auto;
  cursor: pointer;
}
.shiting-inner .pics-cnt .pics-scroll .imgbox .item.item-0 {
  width: 299px;
  height: 168px;
  margin-bottom: 10px;
}
.shiting-inner .pics-cnt .pics-scroll .imgbox .item.item-1 {
  width: 142px;
  height: 344px;
}
.shiting-inner .pics-cnt .pics-scroll .imgbox .item.item-1:last-child {
  margin-right: 0px;
  position: absolute;
  top: 178px;
  right: 0;
}
.shiting-inner .pics-cnt .pics-scroll .imgbox .item img {
  display: block;
  width: 100%;
}
.shiting-inner .pics .drag-comp {
  width: 700px;
  height: 1px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -350px;
  border-bottom: 1px dashed #e49256;
}
.shiting-inner .pics .drag-comp .drag-cnt {
  width: 700px;
  height: 100px;
}
.shiting-inner .pics .drag-comp .drag-bar {
  width: 112px;
  height: 58px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/drag-bar_4aaeab6c.png) no-repeat;
  cursor: pointer;
  position: absolute;
  margin-top: -20px;
}
.shiting-inner .videos {
  width: 1160px;
  height: 666px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -508px;
  margin-top: -333px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.shiting-inner .videos .change-btn {
  display: block;
  width: 34px;
  height: 78px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-806px -638px;

  position: absolute;
  right: -40px;
  bottom: 0;
}
.shiting-inner .videos .change-btn:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-842px -638px;
width:34px;
height:78px;

}
.shiting-inner .videos .video-item {
  margin-right: 40px;
  margin-bottom: 38px;
  border-radius: 10px;
  width: 360px;
  height: 200px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.shiting-inner .videos .video-item:hover .mask {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.shiting-inner .videos .video-item:hover .border {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.shiting-inner .videos .video-item:hover .play-btn {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.shiting-inner .videos .video-item:hover .video-title {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.shiting-inner .videos .video-item:nth-child(3n) {
  margin-right: 0;
}
.shiting-inner .videos .video-item img {
  width: 100%;
  height: 100%;
}
.shiting-inner .videos .video-item .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shiting-inner .videos .video-item .video-title {
  position: absolute;
  width: 340px;
  color: sandybrown;
  bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  text-align: center;
  margin-left: -170px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f0e2dd;
  font-size: 12px;
}
.shiting-inner .videos .video-item .border {
  width: 344px;
  height: 190px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/border_7ff9c121.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shiting-inner .videos .video-item .play-btn {
  width: 56px;
  height: 56px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1453px -1228px;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -28px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tongren-inner {
  position: absolute;
  width: 1300px;
  height: 640px;
  left: 50%;
  top: 50%;
  margin-left: -650px;
  margin-top: -320px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.tongren-inner .change-btn {
  display: block;
  width: 120px;
  height: 37px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-808px -875px;

  position: absolute;
  right: 0;
  top: -40px;
}
.tongren-inner .change-btn:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tongren-inner .tongren-cnt .item {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.tongren-inner .tongren-cnt .item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tongren-inner .tongren-cnt .item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tongren-inner .tongren-cnt .item:nth-child(1) {
  width: 299px;
  height: 254px;
  top: 0;
  left: 0;
}
.tongren-inner .tongren-cnt .item:nth-child(2) {
  width: 299px;
  height: 385px;
  top: 254px;
  left: 0;
}
.tongren-inner .tongren-cnt .item:nth-child(3) {
  width: 514px;
  height: 639px;
  top: 0;
  left: 299px;
}
.tongren-inner .tongren-cnt .item:nth-child(4) {
  width: 492px;
  height: 344px;
  top: 0;
  left: 813px;
}
.tongren-inner .tongren-cnt .item:nth-child(5) {
  width: 246px;
  height: 295px;
  top: 344px;
  left: 813px;
}
.tongren-inner .tongren-cnt .item:nth-child(6) {
  width: 247px;
  height: 295px;
  top: 344px;
  left: 1059px;
}
.tongren-inner .tongren-cnt .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mingshi-inner {
  position: absolute;
  width: 1420px;
  left: 50%;
  top: 0;
  margin-left: -710px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mingshi-inner .total {
  position: absolute;
  top: 30px;
  left: 50%;
}
.mingshi-inner .total .detail-btn {
  display: block;
  position: absolute;
}
.mingshi-inner .total .detail-btn-yz {
  width: 300px;
  height: 700px;
  left: 100px;
}
.mingshi-inner .total .detail-btn-lc {
  width: 200px;
  height: 500px;
  left: 300px;
  top: 200px;
}
.mingshi-inner .total .detail-btn-mys {
  width: 200px;
  height: 200px;
  left: 350px;
  top: 0px;
}
.mingshi-inner .total .detail-btn-wsj {
  width: 200px;
  height: 500px;
  left: 50px;
  top: 30px;
}
.mingshi-inner .total .detail-btn-xf {
  width: 200px;
  height: 200px;
  left: 770px;
  top: 50px;
}
.mingshi-inner .total .detail-btn-wq {
  width: 200px;
  height: 500px;
  left: 570px;
  top: 50px;
}
.mingshi-inner .total .detail-btn-lz {
  width: 200px;
  height: 500px;
  left: 620px;
  top: 50px;
}
.mingshi-inner .total .detail-btn-pa {
  width: 200px;
  height: 300px;
  left: 470px;
  top: 0px;
}
.mingshi-inner .total .detail-btn-sc {
  width: 200px;
  height: 300px;
  left: 70px;
  top: 50px;
}
.mingshi-inner .total .detail-btn-yrj {
  width: 200px;
  height: 500px;
  left: 270px;
  top: 100px;
}
.mingshi-inner .total .detail-btn-lrs {
  width: 400px;
  height: 500px;
  left: 70px;
  top: 50px;
}
.mingshi-inner .total .detail-btn-ss {
  width: 400px;
  height: 500px;
  left: 70px;
  top: 50px;
}
.mingshi-inner .total .detail-btn-cp {
  width: 300px;
  height: 600px;
  left: 700px;
  top: 50px;
}
.mingshi-inner .total .detail-btn-rj {
  width: 300px;
  height: 500px;
  left: 180px;
  top: 50px;
}
.mingshi-inner .total .detail-btn-zj {
  width: 300px;
  height: 500px;
  left: 470px;
  top: 50px;
}
.mingshi-inner .total .detail-btn-hf {
  width: 170px;
  height: 170px;
  left: 580px;
  top: 80px;
}
.mingshi-inner .total .detail-btn-libai {
  width: 150px;
  height: 300px;
  left: 820px;
  top: 320px;
}
.mingshi-inner .total .detail-btn-lcf {
  width: 150px;
  height: 200px;
  left: 980px;
  top: 520px;
}
.mingshi-inner .total .detail-btn-llj {
  width: 250px;
  height: 120px;
  left: 800px;
  top: 200px;
}
.mingshi-inner .total .detail-btn-lsm {
  width: 220px;
  height: 420px;
  left: 600px;
  top: 300px;
}
.mingshi-inner .total .detail-btn-sgwe {
  width: 220px;
  height: 320px;
  left: 340px;
  top: 400px;
}
.mingshi-inner .total .detail-btn-ssm {
  width: 220px;
  height: 200px;
  left: 340px;
  top: 0px;
}
.mingshi-inner .total .detail-btn-wz {
  width: 220px;
  height: 200px;
  left: 740px;
  top: 0px;
}
.mingshi-inner .total .detail-btn-yyh {
  width: 160px;
  height: 200px;
  left: 440px;
  top: 180px;
}
.mingshi-inner .total .detail-btn-yxj {
  width: 200px;
  height: 150px;
  left: 240px;
  top: 180px;
}
.mingshi-inner .total .detail-btn-ytg {
  width: 200px;
  height: 350px;
  left: 140px;
  top: 340px;
}
.mingshi-inner .total .detail-btn-dzh {
  width: 400px;
  height: 550px;
  left: 140px;
  top: 40px;
}
.mingshi-inner .total .detail-btn-fl {
  width: 100px;
  height: 150px;
  left: 740px;
  top: 40px;
}
.mingshi-inner .total .detail-btn-mx {
  width: 150px;
  height: 250px;
  left: 140px;
  top: 70px;
}
.mingshi-inner .total .detail-btn-jk {
  width: 180px;
  height: 450px;
  left: 340px;
  top: 100px;
}
.mingshi-inner .total .detail-btn-gjl {
  width: 200px;
  height: 240px;
  left: 520px;
  top: 0px;
}
.mingshi-inner .total .detail-btn-gj {
  width: 200px;
  height: 440px;
  left: 600px;
  top: 230px;
}
.mingshi-inner .total-han {
  width: 1127px;
  height: 820px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/total_d85ba206.png) no-repeat;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mingshi-inner .total-jin {
  width: 1093px;
  height: 832px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/total_2eca9cb6.png) no-repeat;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mingshi-inner .total-ming {
  width: 581px;
  height: 800px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/total_ffc42864.png) no-repeat;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mingshi-inner .total-sanguo {
  width: 1287px;
  height: 737px;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mingshi-inner .total-song {
  width: 645px;
  height: 769px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/total_9fd96b38.png) no-repeat;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mingshi-inner .total-tang {
  width: 1231px;
  height: 860px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/total_acf42d76.png) no-repeat;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mingshi-inner .total-wudaishiguo {
  width: 940px;
  height: 819px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/total_1e1fb0ca.png) no-repeat;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
}
.mingshi-inner .total-xianqin {
  width: 998px;
  height: 803px;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mingshi-inner .total-qin {
  width: 852px;
  height: 807px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/total_8df6ef7a.png) no-repeat;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.mingshi-inner .select-total {
  width: 341px;
  height: 519px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/select-bg_ac4c1515.png) no-repeat 0 68px;
  position: absolute;
  top: 150px;
  right: -150px;
  z-index: 10;
}
.mingshi-inner .select-total p {
  font-size: 48px;
  color: #fdf6ee;
  font-family: 'fzqkbys';
  text-align: center;
  position: relative;
  top: 10px;
  width: 370px;
}
.mingshi-inner .select-total p::before,
.mingshi-inner .select-total p::after {
  content: '';
  display: inline-block;
  position: relative;
}
.mingshi-inner .select-total p::after {
  width: 87px;
  height: 51px;
  left: 5px;
  top: 16px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png);background-size:1514px 1457px;
background-position:-1407px -820px;

}
.mingshi-inner .select-total p::before {
  width: 89px;
  height: 47px;
  left: 37px;
  top: 10px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png);background-size:1514px 1457px;
background-position:-1407px -873px;

}
.mingshi-inner .select-total .hiden {
  visibility: hidden;
}
.mingshi-inner .select-total .visb {
  visibility: visible;
}
.mingshi-inner .select-total .el-select {
  width: 105px;
  height: 35px;
  margin-top: 35px;
  margin-left: 64px;
  border: 1px solid #d67249;
  position: relative;
}
.mingshi-inner .select-total .el-select .el-input .el-input__inner {
  background-color: transparent;
  border: none;
  color: #d67249;
}
.mingshi-inner .select-total .el-select .el-input .el-input__inner::-webkit-input-placeholder {
  color: #d67249;
}
.mingshi-inner .select-total .el-select .el-input .el-input__inner::-moz-placeholder {
  color: #d67249;
}
.mingshi-inner .select-total .el-select .el-input .el-input__inner:-ms-input-placeholder {
  color: #d67249;
}
.mingshi-inner .select-total .el-select .el-input .el-input__inner::-ms-input-placeholder {
  color: #d67249;
}
.mingshi-inner .select-total .el-select .el-input .el-input__inner::placeholder {
  color: #d67249;
}
.mingshi-inner .select-total .el-select .el-input .el-input__suffix .el-input__suffix-inner .el-icon-arrow-up::before {
  content: '';
  width: 12px;
  height: 6px;
  display: inline-block;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sanjiao_46fce25b.png) no-repeat;
  background-size: 100% auto;
  color: #d67249;
  position: relative;
  right: 5px;
  top: -2px;
}
.mingshi-inner .select-total .el-select .el-input .el-input__suffix .el-input__suffix-inner .el-icon-arrow-up.el-select__caret {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mingshi-inner .select-total .el-selectTwo {
  margin-left: 14px;
}
.mingshi-inner .select-total .detail-body {
  margin: auto;
  margin-top: 10px;
  width: 73%;
  max-height: 288px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mingshi-inner .select-total .detail-body .select-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mingshi-inner .select-total .detail-body .select-scroll::-webkit-scrollbar {
  display: none;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg {
  position: relative;
  width: 66px;
  height: 96px;
  margin: 0 8px 0;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/head-bg_b8823dbd.png) no-repeat;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg::after {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  pointer-events: none;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 2;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg span {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 3;
  top: -5px;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg span.attr-1 {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/tian_23d9c942.png) center center no-repeat;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg span.attr-2 {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/di_670cfb3c.png) center center no-repeat;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg span.attr-3 {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/xuan_de00f149.png) center center no-repeat;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg span.attr-4 {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/huang_d3b76346.png) center center no-repeat;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg b {
  font-size: 12px;
  color: #5c2616;
  position: absolute;
  bottom: 10px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg:hover,
.mingshi-inner .select-total .detail-body .select-scroll .head-bg.active {
  background: none;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg:hover::after,
.mingshi-inner .select-total .detail-body .select-scroll .head-bg.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -530px;
width:90px;
height:90px;

  margin-top: -61px;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg:hover .attr-1,
.mingshi-inner .select-total .detail-body .select-scroll .head-bg.active .attr-1 {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/tian-hover_9d6d6e53.png) center center no-repeat;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg:hover .attr-2,
.mingshi-inner .select-total .detail-body .select-scroll .head-bg.active .attr-2 {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/di-hover_2d01ec99.png) center center no-repeat;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg:hover .attr-3,
.mingshi-inner .select-total .detail-body .select-scroll .head-bg.active .attr-3 {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/xuan-hover_e33ff8f0.png) center center no-repeat;
}
.mingshi-inner .select-total .detail-body .select-scroll .head-bg:hover .attr-4,
.mingshi-inner .select-total .detail-body .select-scroll .head-bg.active .attr-4 {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/huang-hover_c5fff7d5.png) center center no-repeat;
}
.mingshi-inner .select-total .drag-comp {
  width: 100px;
  height: 300px;
  position: fixed;
  top: 600px;
  margin-top: -350px;
  border-left: 1px dashed #e49256;
}
.mingshi-inner .select-total .drag-comp .drag-cnt-select {
  height: 300px;
  position: relative;
}
.mingshi-inner .select-total .drag-comp .drag-cnt-select .drag-bar-select {
  width: 112px;
  height: 58px;
  position: absolute;
  top: 300px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/drag-bar_4aaeab6c.png) no-repeat;
  cursor: pointer;
}
.mingshi-inner .select-total .moreRole {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
}
.mingshi-inner .select-total .moreRole a {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 15px;
  text-decoration: underline;
  color: #d67249;
}
.mingshi-inner .select-total .moreRole a.disabled {
  pointer-events: none;
  color: #9b9898;
}
.mingshi-inner .change-btns {
  position: absolute;
  top: 690px;
  left: 0;
}
.mingshi-inner .change-btns .dynasty-btn {
  display: block;
  width: 137px;
  height: 76px;
  position: absolute;
}
.mingshi-inner .change-btns .dynasty-btn::after {
  content: '';
  display: block;
  width: 187px;
  height: 111px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -56px;
  pointer-events: none;
}
.mingshi-inner .change-btns .dynasty-btn-xianqin {
  left: 270px;
  top: -30px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-756px -1230px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-xianqin:hover,
.mingshi-inner .change-btns .dynasty-btn-xianqin.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-xianqin:hover::after,
.mingshi-inner .change-btns .dynasty-btn-xianqin.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-773px -963px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-qin {
  top: -10px;
  left: 120px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-881px -1230px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-qin:hover,
.mingshi-inner .change-btns .dynasty-btn-qin.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-qin:hover::after,
.mingshi-inner .change-btns .dynasty-btn-qin.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-962px -963px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-xichu {
  top: 80px;
  left: 20px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1006px -1230px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-xichu:hover,
.mingshi-inner .change-btns .dynasty-btn-xichu.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-xichu:hover::after,
.mingshi-inner .change-btns .dynasty-btn-xichu.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-0px -1117px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-han {
  left: 180px;
  top: 102px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1131px -1230px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-han:hover,
.mingshi-inner .change-btns .dynasty-btn-han.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-han:hover::after,
.mingshi-inner .change-btns .dynasty-btn-han.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-189px -1117px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-sanguo {
  left: 340px;
  top: 120px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1256px -1230px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-sanguo:hover,
.mingshi-inner .change-btns .dynasty-btn-sanguo.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-sanguo:hover::after,
.mingshi-inner .change-btns .dynasty-btn-sanguo.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-378px -1117px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-jin {
  left: 500px;
  top: 135px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-110px -1343px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-jin:hover,
.mingshi-inner .change-btns .dynasty-btn-jin.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-jin:hover::after,
.mingshi-inner .change-btns .dynasty-btn-jin.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-567px -1117px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-tang {
  left: 660px;
  top: 148px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-235px -1343px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-tang:hover,
.mingshi-inner .change-btns .dynasty-btn-tang.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-tang:hover::after,
.mingshi-inner .change-btns .dynasty-btn-tang.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-756px -1117px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-wudaishiguo {
  left: 820px;
  top: 135px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-360px -1343px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-wudaishiguo:hover,
.mingshi-inner .change-btns .dynasty-btn-wudaishiguo.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-wudaishiguo:hover::after,
.mingshi-inner .change-btns .dynasty-btn-wudaishiguo.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-945px -1117px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-ming {
  left: 1300px;
  top: 80px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-485px -1343px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-ming:hover,
.mingshi-inner .change-btns .dynasty-btn-ming.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-ming:hover::after,
.mingshi-inner .change-btns .dynasty-btn-ming.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1134px -1117px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-song {
  left: 980px;
  top: 120px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-610px -1343px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-song:hover,
.mingshi-inner .change-btns .dynasty-btn-song.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-song:hover::after,
.mingshi-inner .change-btns .dynasty-btn-song.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-0px -1230px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-nanbei {
  left: 1140px;
  top: 102px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-735px -1343px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-nanbei:hover,
.mingshi-inner .change-btns .dynasty-btn-nanbei.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-nanbei:hover::after,
.mingshi-inner .change-btns .dynasty-btn-nanbei.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-189px -1230px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-qing {
  left: 1200px;
  top: -10px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-860px -1343px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-qing:hover,
.mingshi-inner .change-btns .dynasty-btn-qing.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-qing:hover::after,
.mingshi-inner .change-btns .dynasty-btn-qing.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-378px -1230px;
width:187px;
height:111px;

}
.mingshi-inner .change-btns .dynasty-btn-meng {
  left: 1050px;
  top: -30px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-985px -1343px;
width:123px;
height:76px;

}
.mingshi-inner .change-btns .dynasty-btn-meng:hover,
.mingshi-inner .change-btns .dynasty-btn-meng.active {
  background: none;
}
.mingshi-inner .change-btns .dynasty-btn-meng:hover::after,
.mingshi-inner .change-btns .dynasty-btn-meng.active::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-567px -1230px;
width:187px;
height:111px;

}
.mingshi-inner .detail {
  width: 1220px;
  height: 905px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
}
.mingshi-inner .detail .detail-cnt img {
  pointer-events: none;
}
.mingshi-inner .detail .qkiuBtn,
.mingshi-inner .detail .szBtn {
  position: absolute;
  width: 100px;
  height: 30px;
  right: 0px;
  top: 0;
  cursor: pointer;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/searchDownTwo_d77cb7fb.png) no-repeat center / cover;
}
.mingshi-inner .detail .szBtn {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/searchDown_7258d8f4.png) no-repeat center / cover;
}
.mingshi-inner .detail .searchBox {
  position: absolute;
  left: -200px;
  top: 180px;
  width: 280px;
  height: 30px;
  z-index: 10;
}
.mingshi-inner .detail .searchBox input {
  width: 177px;
  height: 30px;
  font-size: 16px;
  border: none;
  color: #6c441c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px 0 36px;
  z-index: 30;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/searchBg_a1cc64d2.png) no-repeat center / cover;
}
.mingshi-inner .detail .searchBox input::-webkit-input-placeholder {
  color: #6c441c;
  opacity: .8;
}
.mingshi-inner .detail .searchBox input::-moz-placeholder {
  color: #6c441c;
  opacity: .8;
}
.mingshi-inner .detail .searchBox input:-ms-input-placeholder {
  color: #6c441c;
  opacity: .8;
}
.mingshi-inner .detail .searchBox input::-ms-input-placeholder {
  color: #6c441c;
  opacity: .8;
}
.mingshi-inner .detail .searchBox input::placeholder {
  color: #6c441c;
  opacity: .8;
}
.mingshi-inner .detail .downLoadBtn {
  position: absolute;
  width: 50px;
  height: 150px;
  left: 90px;
  top: 50%;
  margin-top: -200px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/downloadBtn_a5e7b6ac.jpg) no-repeat center;
  background-size: 100% 100%;
}
.mingshi-inner .detail .downLoadBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.mingshi-inner .detail .downLoadBtn:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/downloadBtnHover_ec0ac38d.jpg) no-repeat center;
  background-size: 100% 100%;
}
.mingshi-inner .detail .intro-btn {
  width: 54px;
  height: 72px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/intro-btn_a1dbf311.png) no-repeat;
  position: absolute;
  top: 290px;
  left: 840px;
  cursor: pointer;
  -webkit-animation: wobble 1s infinite 300ms 0 ease;
  animation: wobble 1s infinite 300ms 0 ease;
  -webkit-animation: wobble 1s infinite;
  animation: wobble 1s infinite;
}
.mingshi-inner .detail img {
  position: relative;
}
.mingshi-inner .detail img.img-libing {
  left: -195px;
}
.mingshi-inner .detail img.img-lyu {
  left: 125px;
  top: 10px;
}
.mingshi-inner .detail img.img-xc {
  left: -255px;
  top: 0px;
}
.mingshi-inner .detail img.img-cz {
  left: -105px;
  top: 0px;
}
.mingshi-inner .detail img.img-cp {
  left: -30px;
}
.mingshi-inner .detail img.img-zj {
  top: -60px;
}
.mingshi-inner .detail img.img-zy {
  left: -30px;
  top: 10px;
}
.mingshi-inner .detail img.img-jk {
  left: -111px;
  top: -30px;
}
.mingshi-inner .detail img.img-rj {
  left: -130px;
}
.mingshi-inner .detail img.img-xx {
  left: -160px;
}
.mingshi-inner .detail img.img-wxz {
  top: -45px;
}
.mingshi-inner .detail img.img-lsm {
  left: -90px;
  top: -20px;
}
.mingshi-inner .detail img.img-hf {
  left: -90px;
}
.mingshi-inner .detail img.img-hml {
  left: -20px;
  top: -30px;
}
.mingshi-inner .detail img.img-hanfei {
  left: -210px;
  top: -50px;
}
.mingshi-inner .detail img.img-qy {
  left: 20px;
  top: 0px;
}
.mingshi-inner .detail img.img-mx {
  top: -80px;
}
.mingshi-inner .detail img.img-xs {
  top: -50px;
  left: -50px;
}
.mingshi-inner .detail img.img-bq {
  top: -50px;
  left: 41px;
}
.mingshi-inner .detail img.img-gj {
  left: -60px;
  top: -20px;
}
.mingshi-inner .detail img.img-jingke {
  left: -160px;
  top: 40px;
}
.mingshi-inner .detail img.img-wzt {
  top: -20px;
  left: -50px;
}
.mingshi-inner .detail img.img-xy {
  top: -50px;
  left: -50px;
}
.mingshi-inner .detail img.img-yrj {
  top: -50px;
}
.mingshi-inner .detail img.img-yj {
  top: -50px;
  left: -80px;
}
.mingshi-inner .detail img.img-yxj {
  top: -60px;
  left: -110px;
}
.mingshi-inner .detail img.img-yyh {
  top: -70px;
  left: 20px;
}
.mingshi-inner .detail img.img-zy {
  left: 0px;
}
.mingshi-inner .detail img.img-sc {
  top: 0px;
  left: 50px;
}
.mingshi-inner .detail img.img-dzh {
  top: -30px;
  left: 60px;
}
.mingshi-inner .detail img.img-sgwe {
  top: -20px;
  left: -40px;
}
.mingshi-inner .detail img.img-lqz {
  top: -20px;
  left: -60px;
}
.mingshi-inner .detail img.img-lc {
  top: -70px;
  left: 20px;
}
.mingshi-inner .detail img.img-lcf {
  top: -50px;
}
.mingshi-inner .detail img.img-lxn {
  top: -50px;
  left: -120px;
}
.mingshi-inner .detail img.img-zl {
  top: -40px;
  left: -140px;
}
.mingshi-inner .detail img.img-wq {
  left: -20px;
  top: -10px;
}
.mingshi-inner .detail img.img-xq {
  left: -50px;
}
.mingshi-inner .detail img.img-hdp {
  left: -140px;
}
.mingshi-inner .detail img.img-dq {
  left: -60px;
  top: -40px;
}
.mingshi-inner .detail img.img-wzf {
  top: -40px;
}
.mingshi-inner .detail img.img-mys {
  left: -100px;
}
.mingshi-inner .detail img.img-psl {
  left: -60px;
  top: -50px;
}
.mingshi-inner .detail img.img-xf {
  left: -60px;
}
.mingshi-inner .detail img.img-hqb {
  left: -60px;
}
.mingshi-inner .detail img.img-lb {
  left: -135px;
}
.mingshi-inner .detail img.img-lz {
  left: -50px;
}
.mingshi-inner .detail img.img-xdy {
  left: -80px;
}
.mingshi-inner .detail img.img-ly {
  left: -80px;
  top: -20px;
}
.mingshi-inner .detail img.img-liyu {
  left: -300px;
  top: 20px;
}
.mingshi-inner .detail img.img-lhy {
  left: -100px;
  top: -30px;
}
.mingshi-inner .detail img.img-fy {
  left: -80px;
}
.mingshi-inner .detail img.img-ss {
  left: -100px;
}
.mingshi-inner .detail img.img-lss {
  left: -110px;
}
.mingshi-inner .detail img.img-yy {
  left: -110px;
  top: -80px;
}
.mingshi-inner .detail img.img-diqing {
  left: -80px;
  top: -80px;
}
.mingshi-inner .detail img.img-yjd {
  left: -80px;
}
.mingshi-inner .detail img.img-yz {
  top: 0px;
  left: 50px;
}
.mingshi-inner .detail img.img-ytg {
  top: -30px;
  left: -80px;
}
.mingshi-inner .detail img.img-gcg {
  left: -80px;
  top: 30px;
}
.mingshi-inner .detail img.img-zh {
  left: -80px;
}
.mingshi-inner .detail img.img-cy {
  left: -50px;
}
.mingshi-inner .detail img.img-tbh {
  left: -60px;
  top: -50px;
}
.mingshi-inner .detail img.img-zyun {
  left: 20px;
  top: 0px;
}
.mingshi-inner .detail img.img-tpgz {
  top: -30px;
  left: -110px;
}
.mingshi-inner .detail img.img-zcz {
  top: -20px;
  left: 50px;
}
.mingshi-inner .detail img.img-sx {
  left: -280px;
}
.mingshi-inner .detail img.img-zd {
  left: -145px;
}
.mingshi-inner .detail img.img-lj {
  left: -460px;
}
.mingshi-inner .detail img.img-mt {
  left: -460px;
}
.mingshi-inner .detail img.mao {
  width: auto;
  position: absolute;
  left: 650px;
  bottom: 30px;
  z-index: 2;
}
.mingshi-inner .detail img.mao-xc {
  left: 600px;
  bottom: 30px;
}
.mingshi-inner .detail img.mao-lsy {
  left: 480px;
  bottom: 30px;
}
.mingshi-inner .detail img.mao-sw {
  left: 590px;
  bottom: 50px;
}
.mingshi-inner .detail img.mao-dyf {
  left: 623px;
  bottom: 130px;
}
.mingshi-inner .detail img.mao-zz {
  left: 600px;
  bottom: 130px;
}
.mingshi-inner .detail img.mao-cxq {
  left: 620px;
  bottom: 130px;
}
.mingshi-inner .detail img.mao-smq {
  left: 500px;
  bottom: 150px;
}
.mingshi-inner .detail img.mao-smg {
  left: 580px;
  bottom: 150px;
}
.mingshi-inner .detail img.mao-wsf {
  left: 580px;
  bottom: 150px;
}
.mingshi-inner .detail img.mao-yq {
  left: 517px;
  bottom: 104px;
}
.mingshi-inner .detail img.mao-bq {
  left: 600px;
  bottom: 80px;
}
.mingshi-inner .detail img.mao-drj {
  left: 550px;
  bottom: 90px;
}
.mingshi-inner .detail img.mao-bjy {
  left: 500px;
  bottom: 130px;
}
.mingshi-inner .detail img.mao-lj {
  left: 570px;
  bottom: 10px;
}
.mingshi-inner .detail img.mao-zjz {
  left: 150px;
  bottom: 50px;
}
.mingshi-inner .detail img.mao-mt {
  left: 150px;
  bottom: 160px;
}
.mingshi-inner .detail .cv {
  position: absolute;
  z-index: 1;
  width: 85px;
  height: 201px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/cv_037f4369.png) no-repeat top center;
  top: 410px;
  left: 60px;
}
.mingshi-inner .detail .cv.on .cv_text {
  font-size: 20px;
}
.mingshi-inner .detail .cv.on .name {
  font-size: 19px;
  line-height: 22px;
}
.mingshi-inner .detail .cv.zjz {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/cv3_49735792.png) no-repeat top center;
  background-size: 100%;
}
.mingshi-inner .detail .cv.zjz .cv_text,
.mingshi-inner .detail .cv.zjz .name {
  color: #63241d;
}
.mingshi-inner .detail .cv.zjz .cv_text {
  margin-top: -4px;
}
.mingshi-inner .detail .cv .trumpet {
  position: relative;
  top: 0;
  left: 2px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  cursor: pointer;
}
.mingshi-inner .detail .cv .trumpet.isPlaying .circle-first {
  -webkit-animation: fadeInOut 1s infinite 0.2s 300ms 0 ease;
  animation: fadeInOut 1s infinite 0.2s 300ms 0 ease;
  -webkit-animation: fadeInOut 1s infinite 0.2s;
  animation: fadeInOut 1s infinite 0.2s;
}
.mingshi-inner .detail .cv .trumpet.isPlaying .circle-second {
  -webkit-animation: fadeInOut 1s infinite 0.4s 300ms 0 ease;
  animation: fadeInOut 1s infinite 0.4s 300ms 0 ease;
  -webkit-animation: fadeInOut 1s infinite 0.4s;
  animation: fadeInOut 1s infinite 0.4s;
}
.mingshi-inner .detail .cv .trumpet .speaker-head {
  position: absolute;
  top: 26px;
  left: 24px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1486px -655px;

  width: 19px;
  height: 28px;
}
.mingshi-inner .detail .cv .trumpet .circle-first {
  position: absolute;
  top: 32px;
  left: 44px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1506px -256px;

  width: 7px;
  height: 15px;
}
.mingshi-inner .detail .cv .trumpet .circle-second {
  position: absolute;
  top: 28px;
  left: 49px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1497px -256px;

  width: 7px;
  height: 23px;
}
.mingshi-inner .detail .cv .cv_text {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
.mingshi-inner .detail .cv .name {
  width: 21px;
  margin: -2px auto;
  font-size: 21px;
  color: #ffffff;
  line-height: 26px;
}
.mingshi-inner .detail .download {
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 108px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -922px;

  top: 510px;
  left: 125px;
  cursor: pointer;
}
.mingshi-inner .detail .prev-btn {
  display: block;
  width: 56px;
  height: 68px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1445px -922px;

  position: absolute;
  z-index: 3;
  top: 400px;
  left: -30px;
}
.mingshi-inner .detail .prev-btn:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mingshi-inner .detail .next-btn {
  display: block;
  width: 56px;
  height: 68px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -1032px;

  position: absolute;
  top: 400px;
  left: 940px;
  z-index: 3;
}
.mingshi-inner .detail .next-btn:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fade-enter-active {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-enter-to {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fade-enter {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.feature-inner {
  position: relative;
  z-index: 9;
  -webkit-transform-origin: center ;
          transform-origin: center ;
  width: 1400px;
  height: 586px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -293px;
  margin-left: -700px;
}
.feature-inner .prev-btn {
  display: block;
  width: 141px;
  height: 252px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1116px -0px;

  position: absolute;
  top: 50%;
  z-index: 9;
  left: 50%;
  margin-left: -640px;
  margin-top: -126px;
}
.feature-inner .prev-btn:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.feature-inner .next-btn {
  display: block;
  width: 141px;
  height: 252px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1116px -254px;

  position: absolute;
  top: 50%;
  z-index: 9;
  right: 50%;
  margin-right: -640px;
  margin-top: -126px;
}
.feature-inner .next-btn:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.feature-inner .swiper-cnt {
  width: 1400px;
  height: 586px;
}
.feature-inner .swiper-cnt .swiper-container {
  width: 1400px;
}
.feature-inner .swiper-cnt .item {
  width: 1026px;
  height: 586px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.feature-inner .swiper-cnt .item img {
  width: 1001px;
  height: 561px;
}
.feature-inner .swiper-cnt .item.swiper-slide-next,
.feature-inner .swiper-cnt .item.swiper-slide-prev,
.feature-inner .swiper-cnt .item.swiper-slide-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.feature-inner .swiper-cnt .item .swiper-slide-shadow-left,
.feature-inner .swiper-cnt .item .swiper-slide-shadow-right {
  display: none;
}
.feature-inner .swiper-cnt .item-cnt {
  width: 1026px;
  height: 586px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  overflow: hidden;
}
.feature-inner .swiper-cnt .item-cnt > div {
  position: relative;
  width: 1001px;
  height: 561px;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -280px;
}
.feature-inner .swiper-cnt .item-cnt > div::after {
  display: block;
  content: '';
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/black_border_7bcf9686.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 561px;
  position: absolute;
  z-index: 9;
  top: 0;
}
.feature-inner .swiper-cnt .item.swiper-slide-active {
  width: 1026px;
  height: 586px;
}
.feature-inner .swiper-cnt .item.swiper-slide-active .item-cnt {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/feature-bg_0ffc02a2.png) no-repeat;
}
.feature-inner .swiper-cnt .item.swiper-slide-active .item-cnt > div::after {
  display: none;
}
.img-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.img-pop .imgCon {
  width: auto;
  height: auto;
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.img-pop .imgCon .btn_download {
  color: #fff;
  font-size: 20px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 3;
}
.img-pop .imgCon .btn_download i {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  margin-left: 6px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1497px -234px;

}
.img-pop .imgCon img {
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.intro-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.intro-pop .intro-cnt {
  width: 867px;
  height: 476px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg3_47b6d08c.png) no-repeat;
  z-index: 9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.intro-pop .intro-cnt .content {
  position: absolute;
  width: 600px;
  height: 400px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
}
.intro-pop .intro-cnt .close-btn {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 33px;
  right: 33px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1197px -963px;

}
.intro-pop .intro-cnt .close-btn:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1151px -1009px;
width:44px;
height:44px;

}
.intro-pop .intro-cnt span {
  display: block;
  height: 58px;
  color: #94582d;
  width: auto;
  font-weight: bold;
  line-height: 58px;
  padding-left: 30px;
  margin: 5px 0 5px 0;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/title-bg_dacb604c.png) no-repeat;
}
.intro-pop .intro-cnt span:nth-child(1) {
  margin-top: 30px;
}
.intro-pop .intro-cnt p {
  width: auto;
  color: #94582d;
  line-height: 26px;
}
.download-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.download-pop .download-cnt {
  width: 750px;
  height: 485px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg1_dfaf71a8.png) no-repeat;
  z-index: 9;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.download-pop .download-cnt .title {
  width: 155px;
  height: 58px;
  line-height: 58px;
  padding-left: 28px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #b16129;
  margin: 30px 0 10px 0px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-714px -562px;

}
.download-pop .download-cnt .close-btn {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 33px;
  right: 33px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1197px -963px;

}
.download-pop .download-cnt .close-btn:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1151px -1009px;
width:44px;
height:44px;

}
.download-pop .download-cnt p {
  padding-left: 12px;
  color: #94582d;
  font-size: 14px;
  line-height: 1.8em;
}
.download-pop .download-cnt p.notes {
  color: #e94a3d;
}
.download-pop .download-cnt .download-btn {
  width: 172px;
  height: 57px;
  margin: auto;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png);background-size:1479.590909090909px 1457px;
background-position:-860px -768.1363636363636px;

}
.download-pop .download-cnt .download-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.downloadRole-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.downloadRole-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.downloadRole-pop .intro-cnt {
  display: block;
  width: 867px;
  height: 476px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/bg3_47b6d08c.png) no-repeat;
  z-index: 9;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 85px 50px 50px 84px;
}
.downloadRole-pop .intro-cnt .title {
  position: absolute;
  width: 271px;
  height: 57px;
  top: 20px;
  left: 50%;
  margin-left: -135.5px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/downloadTitle_2e5394f2.png) no-repeat center;
}
.downloadRole-pop .intro-cnt .tsyiBtn {
  position: absolute;
  width: 172px;
  height: 57px;
  bottom: 50px;
  left: 50%;
  margin-left: -86px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/btn-bg_e7c243ed.png) no-repeat center;
}
.downloadRole-pop .intro-cnt .tsyiBtn:hover {
  width: 172px;
  height: 57px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/btn-bg_hover_83f00df7.png) no-repeat center;
}
.downloadRole-pop .intro-cnt .close-btn {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 33px;
  right: 33px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1197px -963px;

}
.downloadRole-pop .intro-cnt .close-btn:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1151px -1009px;
width:44px;
height:44px;

}
.downloadRole-pop .intro-cnt p {
  width: auto;
  font-size: 14px;
  color: #94582d;
  line-height: 26px;
  text-align: justify;
}
.downloadRole-pop .intro-cnt p.yanse {
  color: #e94a3d;
}
.downloadRole-pop .intro-cnt.on {
  display: none;
}
.downloadRole-pop .downLoad-cnt {
  display: none;
  width: 556px;
  height: 360px;
  z-index: 9;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 85px 50px 50px 84px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/downLoad-cntTwo_30bcb836.png) no-repeat center / 100%;
}
.downloadRole-pop .downLoad-cnt .close-btn {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 33px;
  right: 33px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1197px -963px;

}
.downloadRole-pop .downLoad-cnt .close-btn:hover {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1151px -1009px;
width:44px;
height:44px;

}
.downloadRole-pop .downLoad-cnt .names {
  display: block;
  position: absolute;
  width: 280px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -140px;
}
.downloadRole-pop .downLoad-cnt .names.mao {
  margin-top: 20px;
}
.downloadRole-pop .downLoad-cnt .names p {
  font-size: 16px;
  line-height: 40px;
  color: #94582d;
  font-weight: bold;
}
.downloadRole-pop .downLoad-cnt .names.on {
  display: none;
}
.downloadRole-pop .downLoad-cnt .names .btnsBtn {
  position: absolute;
  width: 130px;
  height: 44px;
  right: 0;
  top: 50%;
  margin-top: -18px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/btnsBtn_05199a13.png) no-repeat center;
}
.downloadRole-pop .downLoad-cnt.on {
  display: block;
}
.qrcode-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.qrcode-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.qrcode-pop .qrcode-cnt {
  width: 300px;
  height: 350px;
  background: #e7c893;
  color: #692912;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
}
.qrcode-pop .qrcode-cnt .close-btn {
  right: -50px;
  top: -50px;
}
.qrcode-pop .qrcode-cnt img {
  display: block;
  margin: 0 auto;
  width: 258px;
  height: 258px;
}
.qrcode-pop .qrcode-cnt p {
  text-align: center;
  margin-top: 10px;
}
.qrcode-pop .close-btn {
  width: 91px;
  height: 91px;
  display: block;
  position: absolute;
  right: -110px;
  top: -50px;
  background: none;
}
.qrcode-pop .close-btn::before {
  display: block;
  content: '';
  width: 97px;
  height: 57px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -761px;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -48px;
}
.qrcode-pop .close-btn:hover::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qrcode-pop .close-btn::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 91px;
  height: 91px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -437px;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.subscribe-pop {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.subscribe-pop .close-btn {
  width: 91px;
  height: 91px;
  display: block;
  position: absolute;
  right: -110px;
  top: -50px;
  background: none;
}
.subscribe-pop .close-btn::before {
  display: block;
  content: '';
  width: 97px;
  height: 57px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -761px;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -48px;
}
.subscribe-pop .close-btn:hover::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.subscribe-pop .close-btn::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 91px;
  height: 91px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -437px;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.subscribe-pop .subscribe-cnt {
  width: 347px;
  height: 347px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/cnt_ebf00f99.jpg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -173px;
  margin-top: -173px;
}
.subscribe-pop .subscribe-cnt .top {
  width: 401px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: 0;
  z-index: 9;
}
.subscribe-pop .subscribe-cnt .top .front,
.subscribe-pop .subscribe-cnt .top .back {
  display: block;
  width: 401px;
  height: 235px;
  position: absolute;
  top: 0;
}
.subscribe-pop .subscribe-cnt .top .front {
  top: -235px;
  z-index: 2;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-0px -638px;
width:401px;
height:235px;

  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.subscribe-pop .subscribe-cnt .top .back {
  top: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-403px -638px;
width:401px;
height:235px;

}
.subscribe-pop .subscribe-cnt .left {
  width: 0px;
  height: 400px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:0px 1457px;
background-position:-0px -0px;

  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -200px;
  z-index: 1;
}
.subscribe-pop .subscribe-cnt .left .front,
.subscribe-pop .subscribe-cnt .left .back {
  display: block;
  width: 236px;
  height: 400px;
  position: absolute;
  top: 0;
}
.subscribe-pop .subscribe-cnt .left .front {
  left: -236px;
  z-index: 2;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-238px -236px;
width:236px;
height:400px;

  -webkit-transform-origin: right center;
  transform-origin: right center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.subscribe-pop .subscribe-cnt .left .back {
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-476px -236px;
width:236px;
height:400px;

}
.subscribe-pop .subscribe-cnt .right {
  width: 0;
  height: 391px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  margin-top: -196px;
}
.subscribe-pop .subscribe-cnt .right .front,
.subscribe-pop .subscribe-cnt .right .back {
  display: block;
  width: 234px;
  height: 400px;
  position: absolute;
  top: 0;
}
.subscribe-pop .subscribe-cnt .right .front {
  right: -234px;
  z-index: 2;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-880px -0px;
width:234px;
height:391px;

  -webkit-transform-origin: left center;
  transform-origin: left center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.subscribe-pop .subscribe-cnt .right .back {
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-880px -393px;
width:234px;
height:391px;

}
.subscribe-pop .subscribe-cnt .bottom {
  width: 438px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  margin-left: -219px;
}
.subscribe-pop .subscribe-cnt .bottom .front,
.subscribe-pop .subscribe-cnt .bottom .back {
  display: block;
  width: 438px;
  height: 234px;
  position: absolute;
  bottom: 0;
}
.subscribe-pop .subscribe-cnt .bottom .front {
  bottom: -234px;
  z-index: 2;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-0px -0px;
width:438px;
height:234px;

  -webkit-transform-origin: top center;
  transform-origin: top center;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.subscribe-pop .subscribe-cnt .bottom .back {
  bottom: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-440px -0px;
width:438px;
height:234px;

}
.subscribe-pop .subscribe-cnt .close-btn {
  right: -250px;
  top: -150px;
}
.subscribe-pop .subscribe-cnt .content {
  font-size: 16px;
  color: #692912;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px;
  line-height: 26px;
  width: 347px;
  height: 347px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  z-index: 9;
}
.subscribe-pop .subscribe-cnt .content p {
  text-indent: 2em;
}
.subscribe-pop .subscribe-cnt .content .to {
  position: absolute;
  top: -30px;
  z-index: 9;
}
.subscribe-pop .subscribe-cnt .content .from {
  position: absolute;
  bottom: -30px;
  z-index: 9;
  right: 30px;
}
.subscribe-pop .subscribe-cnt .content .form {
  width: 317px;
  background: rgba(201, 148, 58, 0.37);
  border-radius: 6px;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 8px;
}
.subscribe-pop .subscribe-cnt .content .form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
}
.subscribe-pop .subscribe-cnt .content .form .row #captcha {
  width: 213px;
}
.subscribe-pop .subscribe-cnt .content .form .row > span {
  display: block;
  width: 80px;
  text-align: right;
  margin-right: 10px;
}
.subscribe-pop .subscribe-cnt .content .form .row > input {
  display: block;
  width: 222px;
  height: 30px;
  border: 1px solid #8f5e2a;
  background: transparent;
  color: #8f5e2a;
  text-indent: 1em;
}
.subscribe-pop .subscribe-cnt .content .form .row .radio-cnt {
  padding-left: 20px;
}
.subscribe-pop .subscribe-cnt .content .form .row .radio-cnt label {
  margin-right: 30px;
  display: inline-block;
}
.subscribe-pop .subscribe-cnt .content .form .row .countryCode {
  display: inline-block;
  width: 222px;
  height: 30px;
  text-indent: 1em;
  background: transparent;
  border: 1px solid #8f5e2a;
}
.subscribe-pop .subscribe-cnt .content .form .row .getcode {
  display: block;
  height: 30px;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  background: #8f5e2a;
  border: 1px solid #8f5e2a;
  text-align: center;
  color: #fff;
}
.subscribe-pop .subscribe-cnt .content .form .row .getcode:hover {
  background: #a0692f;
}
.subscribe-pop .subscribe-cnt .content .submit-btn {
  display: block;
  width: 272px;
  height: 86px;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-0px -875px;

  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -136px;
  bottom: -135px;
}
.subscribe-pop .subscribe-cnt .star {
  width: 840px;
  height: 809px;
  position: absolute;
  z-index: 9;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/anim_3258c99f.png) no-repeat;
  top: -250px;
  left: -100px;
  -webkit-animation: sequence-anim 1s steps(19) infinite 300ms 0 ease;
  animation: sequence-anim 1s steps(19) infinite 300ms 0 ease;
  -webkit-animation: sequence-anim 1s steps(19) infinite;
  animation: sequence-anim 1s steps(19) infinite;
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.subscribe-pop .subscribe-cnt .cloud {
  width: 816px;
  height: 534px;
  z-index: 9;
  position: absolute;
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/anim_6cb379d0.png) no-repeat;
  top: -50px;
  left: -50px;
  -webkit-animation: sequence-anim 1s steps(19) infinite 300ms 0 ease;
  animation: sequence-anim 1s steps(19) infinite 300ms 0 ease;
  -webkit-animation: sequence-anim 1s steps(19) infinite;
  animation: sequence-anim 1s steps(19) infinite;
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.subscribe-pop .subscribe-cnt .butterfly-cnt {
  width: 840px;
  height: 809px;
  position: absolute;
  top: -250px;
  left: -120px;
  z-index: 10;
  pointer-events: none;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly {
  display: block;
  position: absolute;
  z-index: 8;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly::after {
  display: block;
  content: '';
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(1) {
  top: 152px;
  left: 427px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(1)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -1166px;

  width: 60px;
  height: 60px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(2) {
  top: 179px;
  left: 491px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(2)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -125px;

  width: 101px;
  height: 107px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(3) {
  top: 245px;
  left: 630px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(3)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1323px -1117px;

  width: 41px;
  height: 46px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(4) {
  top: 268px;
  left: 540px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(4)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-610px -963px;

  width: 161px;
  height: 134px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(5) {
  top: 279px;
  left: 629px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(5)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1116px -508px;

  width: 120px;
  height: 134px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(6) {
  top: 368px;
  left: 617px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(6)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -0px;

  width: 107px;
  height: 123px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(7) {
  top: 368px;
  left: 515px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(7)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-714px -236px;

  width: 143px;
  height: 324px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(8) {
  top: 469px;
  left: 586px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(8)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-0px -1343px;

  width: 108px;
  height: 114px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(9) {
  top: 529px;
  left: 509px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(9)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -234px;

  width: 88px;
  height: 108px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(10) {
  top: 525px;
  left: 477px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(10)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1465px -1032px;

  width: 45px;
  height: 50px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(11) {
  top: 641px;
  left: 443px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(11)::after {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -622px;

  width: 77px;
  height: 78px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(12) {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1058px -786px;

  width: 49px;
  height: 41px;
  top: 673px;
  left: 371px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(13) {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1442px -1311px;

  width: 33px;
  height: 29px;
  top: 727px;
  left: 352px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(14) {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1000px -875px;

  width: 35px;
  height: 32px;
  top: 693px;
  left: 296px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(15) {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1366px -1117px;

  width: 37px;
  height: 38px;
  top: 728px;
  left: 221px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(16) {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1407px -1311px;

  width: 33px;
  height: 30px;
  top: 703px;
  left: 52px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(17) {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-965px -875px;

  width: 33px;
  height: 36px;
  top: 593px;
  left: 634px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(18) {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-1486px -622px;

  width: 28px;
  height: 31px;
  top: 593px;
  left: 634px;
}
.subscribe-pop .subscribe-cnt .butterfly-cnt .butterfly:nth-child(19) {
  background: url(https://dream.res.netease.com/pc/zt/20210304102431/img/sprite-3d543e_3d543e97.png) no-repeat;background-size:1514px 1457px;
background-position:-930px -875px;

  width: 33px;
  height: 37px;
  top: 319px;
  left: 475px;
}
@-webkit-keyframes 'butterfly-1' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-1' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-2' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-2' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-3' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-3' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-4' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-4' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-5' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-5' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-6' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-6' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-7' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-7' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-8' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-8' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-9' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-9' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-10' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-10' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-11' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-11' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-12' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-12' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-13' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-13' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-14' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-14' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-15' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-15' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-16' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-16' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-17' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-17' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-18' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-18' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes 'butterfly-19' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes 'butterfly-19' {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  75% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.success-pop {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.success-pop .success-cnt {
  width: 500px;
  height: 300px;
  background: #e7c893;
  color: #692912;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.success-pop .success-cnt .close-btn {
  right: -50px;
  top: -50px;
}
.success-pop .success-cnt a {
  color: #692912;
  text-decoration: underline;
}
.success-pop .success-cnt a:hover {
  color: #7d3319;
}
.success-pop .success-cnt .t {
  text-align: center;
  font-size: 30px;
}
.success-pop .success-cnt .p {
  text-align: center;
  padding-top: 50px;
  line-height: 24px;
}
.video-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.video-pop .video-pop-wrap {
  width: 854px;
  height: 540px;
  left: 50%;
  top: 50%;
  margin-left: -427px;
  margin-top: -270px;
  position: absolute;
}
.video-pop .close-video-pop {
  display: block;
  position: absolute;
  right: -50px;
  top: 0px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-pop .close-video-pop:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video-pop .close-video-pop::after {
  width: 40px;
  height: 5px;
  background: #fff;
  display: block;
  content: '';
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -2.5px;
}
.video-pop .close-video-pop::before {
  width: 40px;
  height: 5px;
  background: #fff;
  display: block;
  content: '';
  border-radius: 5px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -2.5px;
}


.music-wave[data-v-28e0db12] {
  width: 20px;
  height: 20px;
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: 1s all;
  transition: 1s all;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  cursor: pointer;
}
.circle span[data-v-28e0db12] {
  border-radius: 20px;
}
span[data-v-28e0db12] {
  height: 4px;
  width: 4px;
  background-color: #fff;
  display: block;
  -webkit-transition: 5s all;
  transition: 5s all;
}
.animate span[data-v-28e0db12]:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.animate span[data-v-28e0db12]:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.animate span[data-v-28e0db12]:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.animate span[data-v-28e0db12] {
  -webkit-animation: wave-data-v-28e0db12 0.7s infinite ease-in-out;
          animation: wave-data-v-28e0db12 0.7s infinite ease-in-out;
  -webkit-transition: 5s all;
  transition: 5s all;
}
@-webkit-keyframes wave-data-v-28e0db12 {
50% {
    height: 100%;
}
}
@keyframes wave-data-v-28e0db12 {
50% {
    height: 100%;
}
}


