@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, li {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: bottom; }

button, input[type=button] {
  overflow: visible;
  box-sizing: content-box; }

label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
  -webkit-appearance: none; }

button, input, select, textarea {
  margin: 0; }

button, input[type=button] {
  width: auto;
  overflow: visible; }

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
  padding: 0;
  margin: 0; }

.cl:before, .cl:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.cl:after {
  clear: both; }

.cl {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

.f12 {
  font-size: 12px; }

.f16 {
  font-size: 16px; }

.fw7 {
  font-weight: 700; }

.fw4 {
  font-weight: 400; }

.pr {
  position: relative; }

.pa {
  position: absolute; }

.vm {
  vertical-align: middle; }

.tac {
  text-align: center; }

a {
  text-decoration: none; }

.avt img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border-radius: 100%; }

body {
  background: #ade7fc;
  font: 14px/22px "Microsoft Yahei";
  min-width: 1120px;
  margin: 0 auto;
  max-width: 1920px;
  overflow-x: hidden; }

.wrap {
  width: 1194px;
  margin-left: auto;
  margin-right: auto; }

#pop_weixin_tip {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  overflow: hidden; }

#pop_weixin_tip .share_tip {
  width: 750px;
  height: 186px;
  padding-top: 60px;
  font: normal 30px/60px "Microsoft Yahei";
  color: #fff;
  text-align: center;
  background: url(https://mountain.show.173.com/images/share_weixin_bg.png);
  background-size: 100% auto; }

.browser_share {
  top: 962px;
  right: 0;
  width: 100%;
  text-align: right; }

#share_btn_wrap span {
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  margin: 0 10px;
  height: 41px;
  position: relative;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

#share_copy {
  background-image: url("../images/share_copy.png"); }

#share_weixin {
  background-image: url("../images/share_weixin.png"); }

#share_weibo {
  background-image: url("../images/share_weibo.png"); }

#share_btn_wrap.ani_left {
  left: -750px; }

#slide_weixin {
  display: none;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  bottom: 50px; }

.slide_wx_cont {
  position: relative;
  margin: 20px auto 0;
  height: 380px;
  background-color: #fff;
  border-radius: 10px; }

#close_weixin {
  position: absolute;
  width: 47px;
  height: 47px;
  right: -20px;
  top: -20px;
  background: url(https://mountain.show.173.com/images/icon_close2.png);
  background-size: 100% auto; }

.slide_wx_cont p {
  padding-top: 20px;
  font: normal 24px/36px "Microsoft Yahei";
  color: #4d4d4d; }

#q_code {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 10px auto 0;
  overflow: hidden; }

#q_code img {
  position: absolute;
  width: 260px;
  height: 260px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 1; }

#slide_weixin.ani_left {
  display: block; }

#share_copy_link {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.pop {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0; }
  .pop .box {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 612px;
    background: url(../images/pop-common.png) 0 0 no-repeat;
    color: #ff9330;
    font-size: 26px;
    line-height: 50px;
    height: 218px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    -wibkit-transform: translate(-50%, -50%); }
  .pop .close {
    position: absolute;
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: 20px;
    top: 20px;
    z-index: 10; }

.common-pop .inner {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-flex;
  /*webkit*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .common-pop .inner span {
    display: inline-block;
    text-align: center;
    max-height: 150px;
    overflow: hidden; }

.comment-pop .box {
  background: url("../images/pop1.png");
  width: 612px;
  height: 650px;
  padding: 52px 20px 0 45px;
  font-size: 22px;
  line-height: 28px; }
.comment-pop .hd {
  width: 520px;
  word-wrap: break-word;
  word-break: normal;
  line-height: 32px;
  max-height: 96px; }
.comment-pop .list {
  width: 520px; }
.comment-pop li {
  word-wrap: break-word;
  word-break: normal;
  margin-top: 10px; }
  .comment-pop li .comment {
    color: #5d5d5d; }
.comment-pop .bd {
  overflow: auto;
  max-height: 340px;
  margin-bottom: 10px;
  scrollbar-arrow-color: #dd2f1a;
  /*三角箭头的颜色*/
  scrollbar-face-color: #dd2f1a;
  /*滚动条滑块按钮的颜色*/
  scrollbar-highlight-color: #ffd28b;
  /*滚动条整体颜色*/
  scrollbar-shadow-color: #ffd28b;
  /*滚动条边框*/
  scrollbar-track-color: #ffd28b;
  /*滚动条轨道颜色*/ }
  .comment-pop .bd::-webkit-scrollbar {
    border-radius: 8px;
    width: 8px; }
  .comment-pop .bd::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 15px; }
  .comment-pop .bd::-webkit-scrollbar-thumb {
    background: #dd2f1a;
    border-radius: 15px; }
  .comment-pop .bd::-webkit-scrollbar-thumb:hover {
    background: #dd2f1a; }
.comment-pop .fd {
  width: 520px; }
  .comment-pop .fd textarea {
    box-sizing: border-box;
    resize: none;
    outline: none;
    height: 38px;
    display: inline-block;
    padding: 5px 10px;
    font: 22px/28px "Microsoft Yahei";
    color: #5d5d5d;
    background: #FFF;
    border: 0 none;
    overflow: auto;
    width: calc(100% - 87px);
    vertical-align: middle; }
.comment-pop .submit {
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 36px;
  border: 1px solid #484848;
  border-radius: 3px;
  color: #FFF;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  background: #ff573a;
  margin-left: 15px; }
.comment-pop .tips {
  color: #8c8c8c;
  margin-bottom: 5px; }

.wish-pop .box {
  background: url("../images/pop2.png") 100% 0 no-repeat;
  width: 735px;
  height: 664px;
  top: 50%; }
.wish-pop .close {
  background: url("../images/close2.png");
  width: 49px;
  height: 48px;
  top: -30px;
  right: 10px; }
.wish-pop .txt {
  top: 243px;
  right: 170px;
  width: 328px; }
.wish-pop textarea {
  box-sizing: border-box;
  resize: none;
  outline: none;
  height: 106px;
  display: block;
  padding: 5px 10px;
  font: 24px/32px "Microsoft Yahei";
  color: #ef6f2f;
  background: transparent;
  border: 0 none;
  width: 100%;
  overflow: auto; }
.wish-pop .submit {
  display: block;
  margin: 20px auto 0;
  background: #2da7bc;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  width: 115px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 24px; }

.hero {
  height: 1085px;
  background: url("../images/hero.jpg") 50% 0 no-repeat; }
  .hero .logo {
    right: 10px;
    top: 99px; }
  .hero .login, .hero .logout {
    line-height: 54px;
    color: #fff;
    font-size: 24px;
    top: 962px;
    left: 0;
    z-index: 1;
    background: #38a7b3;
    border: 2px solid #fddc87;
    border-radius: 15px;
    box-sizing: border-box; }
  .hero .login {
    width: 196px; }
    .hero .login a {
      display: block;
      height: 100%; }
  .hero a {
    color: #fff;
    cursor: pointer; }
  .hero .logout {
    text-align: center;
    display: none;
    width: 250px;
    font-size: 22px; }
    .hero .logout .username {
      display: inline-block;
      height: 100%;
      vertical-align: top;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      word-break: normal;
      word-wrap: normal;
      max-width: 6em; }
  .hero .time {
    top: 848px;
    width: 595px;
    left: 50%;
    height: 56px;
    box-sizing: border-box;
    border: 3px solid #FFF;
    color: #FFF;
    font-size: 28px;
    line-height: 50px;
    border-radius: 56px;
    background: #d52e13;
    transform: translateX(-50%); }

.main {
  background: url("../images/main.jpg") 50% 0 no-repeat; }

.qr-code {
  height: 240px;
  padding-top: 50px; }

.light {
  color: #be1e15; }

.main-nav {
  font-size: 0;
  height: 200px; }
  .main-nav a {
    display: inline-block;
    width: 346px;
    height: 126px;
    margin: 0 20px;
    vertical-align: top;
    background: url("../images/nav.png") 0 0 no-repeat; }
  .main-nav .i1 {
    background-position: 15px 0; }
    .main-nav .i1.router-link-active {
      background-position: -360px 0; }
  .main-nav .i2 {
    background-position: 15px -160px; }
    .main-nav .i2.router-link-active {
      background-position: -360px -160px; }
  .main-nav .i3 {
    background-position: 15px -320px; }
    .main-nav .i3.router-link-active {
      background-position: -360px -320px; }

.m1 .box {
  background: url("../images/box1.png");
  height: 565px;
  margin-bottom: 130px;
  font: 18px/32px "Microsoft Yahei";
  color: #3d3d3d;
  box-sizing: border-box;
  padding: 90px 50px 0; }
.m1 ul {
  counter-reset: term; }
.m1 li {
  position: relative;
  padding-left: 40px; }
  .m1 li:before {
    counter-increment: term;
    content: counter(term);
    display: inline-block;
    background: url("../images/list-icon1.png");
    width: 34px;
    height: 39px;
    position: absolute;
    left: 0;
    line-height: 50px;
    top: -6px;
    overflow: hidden;
    text-align: center; }
.m1 .table {
  width: 554px;
  margin: 20px 20px; }
  .m1 .table:before, .m1 .table:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0; }
  .m1 .table:before {
    left: 0;
    background-image: -webkit-linear-gradient(180deg, transparent 0%, #FFF8EC 100%);
    background-image: linear-gradient(to left, transparent 0%, #FFF8EC 100%); }
  .m1 .table:after {
    right: 0;
    background-image: -webkit-linear-gradient(0deg, transparent 0%, #FFF8EC 100%);
    background-image: linear-gradient(to right, transparent 0%, #FFF8EC 100%); }
  .m1 .table p {
    border-top: 2px solid #7a7771;
    border-bottom: 2px solid #7a7771;
    margin-top: -2px; }
    .m1 .table p:first-child {
      font-weight: 700; }
  .m1 .table span {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 33.333%;
    border-left: 1px solid #7a7771;
    border-right: 1px solid #7a7771;
    box-sizing: border-box; }

.m2 {
  height: 92px; }
  .m2 label {
    display: inline-block;
    width: 374px;
    height: 74px;
    box-sizing: border-box;
    border: 3px solid #780005;
    background: #f3432b;
    border-radius: 10px;
    padding-top: 7px;
    vertical-align: top; }
    .m2 label input {
      border: 0 none;
      background: #fff8e8;
      width: 354px;
      height: 54px;
      text-align: center;
      outline: none;
      color: #0a121c;
      font-size: 24px;
      line-height: 54px;
      vertical-align: top; }
  .m2 .btn {
    display: inline-block;
    margin-left: 35px;
    width: 126px;
    height: 60px;
    color: #673000;
    line-height: 60px;
    font-size: 30px;
    vertical-align: top;
    margin-top: 7px;
    background-color: #FFD791;
    background-image: -webkit-linear-gradient(-48deg, #FFD791 21%, #FA8130 100%);
    background-image: linear-gradient(132deg, #FFD791 21%, #FA8130 100%);
    background-image: -moz-linear-gradient(132deg, #FFD791 21%, #FA8130 100%);
    background-image: -o-linear-gradient(132deg, #FFD791 21%, #FA8130 100%);
    border-radius: 5px;
    cursor: pointer; }

.m3 {
  height: 1050px;
  background: url("../images/room.png") 50% 0 no-repeat;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  font-weight: 700; }
  .m3 .light {
    color: #ea3a3a; }
  .m3 .xiaoyao {
    height: 760px;
    overflow: hidden; }
    .m3 .xiaoyao:before {
      content: '';
      position: absolute;
      left: 0;
      top: 70px;
      background-position: 50% 0;
      background-repeat: no-repeat;
      height: 61px;
      width: 100%; }
    .m3 .xiaoyao .animation {
      animation: rotar 3s alternate infinite; }
    .m3 .xiaoyao span {
      background-position: 50% 90%;
      background-repeat: no-repeat;
      display: block;
      vertical-align: top;
      position: relative;
      height: 100%;
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipInY;
      animation-name: flipInY;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    .m3 .xiaoyao.state1 span {
      background-image: url("../images/child1.png"); }
    .m3 .xiaoyao.state1 .change {
      background-image: url("../images/child.png"); }
    .m3 .xiaoyao.state1:before {
      background-image: url("../images/child-txt.png"); }
    .m3 .xiaoyao.state2 span {
      background-image: url("../images/youth1.png"); }
    .m3 .xiaoyao.state2 .change {
      background-image: url("../images/youth.png"); }
    .m3 .xiaoyao.state2:before {
      background-image: url("../images/youth-txt.png"); }
    .m3 .xiaoyao.state3 span {
      background-image: url("../images/adult1.png"); }
    .m3 .xiaoyao.state3 .change {
      background-image: url("../images/adult.png"); }
    .m3 .xiaoyao.state3:before {
      background-image: url("../images/adult-txt.png"); }

@keyframes rotar {
  50% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(3deg); } }
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.list1 {
  padding-left: 9px;
  margin-right: 8px;
  margin-top: 40px; }
  .list1 .hd {
    width: 520px; }
  .list1 .col1, .list1 .col2, .list1 .col3, .list1 .col4, .list1 .col5 {
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: top; }
  .list1 .hd {
    height: 42px;
    background: #ffd28b;
    color: #b27e4e; }
    .list1 .hd span {
      line-height: 42px;
      font-size: 18px;
      font-weight: 700; }
  .list1 .col1 {
    width: 60px; }
  .list1 .col2 {
    width: 60px; }
  .list1 .col3 {
    width: 150px; }
  .list1 .col4 {
    width: 110px; }
  .list1 .col5 {
    width: 120px; }
  .list1 .bd {
    height: 340px;
    overflow: auto;
    scrollbar-arrow-color: #dd2f1a;
    /*三角箭头的颜色*/
    scrollbar-face-color: #dd2f1a;
    /*滚动条滑块按钮的颜色*/
    scrollbar-highlight-color: #ffd28b;
    /*滚动条整体颜色*/
    scrollbar-shadow-color: #ffd28b;
    /*滚动条边框*/
    scrollbar-track-color: #ffd28b;
    /*滚动条轨道颜色*/ }
    .list1 .bd::-webkit-scrollbar {
      border-radius: 8px;
      width: 8px; }
    .list1 .bd::-webkit-scrollbar-track {
      background: transparent;
      border-radius: 15px; }
    .list1 .bd::-webkit-scrollbar-thumb {
      background: #dd2f1a;
      border-radius: 15px; }
    .list1 .bd::-webkit-scrollbar-thumb:hover {
      background: #dd2f1a; }
  .list1 ul {
    width: 520px;
    font-size: 0; }
  .list1 li {
    height: 68px;
    line-height: 68px;
    color: #bd7a43;
    background: #ffe3b7; }
    .list1 li:nth-child(odd) {
      background: #feeacb; }
    .list1 li span {
      font-size: 16px; }
  .list1 .prize {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle; }
  .list1 .avt {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #f49500;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    box-sizing: border-box; }
  .list1 .nick {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: normal;
    width: 100%;
    height: 100%;
    vertical-align: top; }

.m4 {
  box-sizing: border-box;
  background: url("../images/box2.png") 0 0 no-repeat;
  height: 700px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 60px 30px 0; }
  .m4 > div {
    width: 560px;
    height: 446px;
    box-sizing: border-box;
    border: 2px solid #fed28f;
    border-radius: 5px; }
  .m4 .tit {
    background: url("../images/txtbg1.png") 50% 0 no-repeat;
    height: 42px;
    top: -21px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    width: 100%;
    line-height: 42px;
    left: 0; }

.m5 .box {
  background: url("../images/box3.png");
  height: 646px;
  margin-bottom: 130px;
  font: 18px/32px "Microsoft Yahei";
  color: #3d3d3d;
  box-sizing: border-box;
  padding: 100px 60px 0; }
.m5 ul {
  counter-reset: term; }
.m5 li {
  position: relative;
  padding-left: 40px; }
  .m5 li:before {
    counter-increment: term;
    content: counter(term);
    display: inline-block;
    background: url("../images/list-icon2.png") 0 0 no-repeat;
    width: 31px;
    height: 28px;
    position: absolute;
    left: 0;
    line-height: 28px;
    top: 0;
    overflow: hidden;
    text-align: center; }
.m5 .table {
  width: 762px;
  margin: 20px 40px; }
  .m5 .table:before, .m5 .table:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0; }
  .m5 .table:before {
    left: 0;
    background-image: -webkit-linear-gradient(180deg, transparent 0%, #FFF8EC 100%);
    background-image: linear-gradient(to left, transparent 0%, #FFF8EC 100%); }
  .m5 .table:after {
    right: 0;
    background-image: -webkit-linear-gradient(0deg, transparent 0%, #FFF8EC 100%);
    background-image: linear-gradient(to right, transparent 0%, #FFF8EC 100%); }
  .m5 .table p {
    border-top: 2px solid #7a7771;
    border-bottom: 2px solid #7a7771;
    margin-top: -2px;
    line-height: 102px; }
    .m5 .table p:first-child {
      font-weight: 700;
      line-height: 32px; }
  .m5 .table span {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 30%;
    border-left: 1px solid #7a7771;
    border-right: 1px solid #7a7771;
    box-sizing: border-box; }
    .m5 .table span:nth-child(even) {
      width: 50%; }
    .m5 .table span:first-child {
      width: 19.999%; }
  .m5 .table b {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-weight: 400; }

.m6 {
  background: url("../images/box4.png") 0 0 no-repeat;
  height: 1450px;
  padding-top: 62px; }
  .m6 .box {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #fed28f;
    border-radius: 5px;
    height: 1270px; }
  .m6 .tit {
    background: url("../images/txtbg1.png") 50% 0 no-repeat;
    height: 42px;
    top: -21px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    width: 100%;
    line-height: 42px;
    left: 0; }

.list2 {
  margin-top: 40px;
  margin-left: 20px; }
  .list2 .hd {
    width: 950px; }
  .list2 .col1, .list2 .col2, .list2 .col3, .list2 .col4 {
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: top; }
  .list2 .hd {
    height: 42px;
    background: #ffd28b;
    color: #b27e4e; }
    .list2 .hd span {
      line-height: 42px;
      font-size: 18px;
      font-weight: 700; }
  .list2 .col1 {
    width: 150px; }
  .list2 .col2 {
    width: 220px; }
  .list2 .col3 {
    width: 350px; }
  .list2 .col4 {
    width: 220px; }
  .list2 .col5 {
    width: 120px; }
  .list2 .bd {
    height: 1150px;
    overflow: auto;
    scrollbar-arrow-color: #dd2f1a;
    /*三角箭头的颜色*/
    scrollbar-face-color: #dd2f1a;
    /*滚动条滑块按钮的颜色*/
    scrollbar-highlight-color: #ffd28b;
    /*滚动条整体颜色*/
    scrollbar-shadow-color: #ffd28b;
    /*滚动条边框*/
    scrollbar-track-color: #ffd28b;
    /*滚动条轨道颜色*/ }
    .list2 .bd::-webkit-scrollbar {
      border-radius: 8px;
      width: 8px; }
    .list2 .bd::-webkit-scrollbar-track {
      background: transparent;
      border-radius: 15px; }
    .list2 .bd::-webkit-scrollbar-thumb {
      background: #dd2f1a;
      border-radius: 15px; }
    .list2 .bd::-webkit-scrollbar-thumb:hover {
      background: #dd2f1a; }
  .list2 ul {
    width: 950px;
    font-size: 0; }
  .list2 li {
    height: 68px;
    line-height: 68px;
    color: #bd7a43;
    background: #ffe3b7; }
    .list2 li:nth-child(odd) {
      background: #feeacb; }
    .list2 li span {
      font-size: 16px; }
    .list2 li .col2 {
      background: url("../images/buzz.png") 50% 50% no-repeat;
      position: relative; }
      .list2 li .col2:after {
        content: '';
        position: absolute;
        background: url("../images/heart.png");
        width: 36px;
        height: 25px;
        left: 50%;
        margin-left: -18px;
        top: 35px; }
    .list2 li .col3 {
      color: #c4433a; }
  .list2 .prize {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle; }
  .list2 .avt {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #f49500;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-sizing: border-box; }
    .list2 .avt:nth-child(2) {
      margin-left: -4px; }
  .list2 .nick {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: normal;
    max-width: 150px;
    height: 100%;
    vertical-align: top;
    margin: 0 5px;
    color: #bd7a43; }
  .list2 .num {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/list-icon3.png");
    width: 35px;
    height: 33px;
    line-height: 33px;
    color: #000000; }

.m7 {
  background: url("../images/box5.png") 0 0 no-repeat;
  width: 770px;
  height: 280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 30px 0;
  color: #FFF;
  font: 18px/32px "Microsoft Yahei"; }
  .m7 ul {
    counter-reset: term; }
  .m7 li {
    position: relative;
    padding-left: 40px; }
    .m7 li:before {
      counter-increment: term;
      content: counter(term);
      display: inline-block;
      background: url("../images/list-icon2.png") 0 0 no-repeat;
      width: 31px;
      height: 28px;
      position: absolute;
      left: 0;
      line-height: 28px;
      top: 0;
      overflow: hidden;
      text-align: center;
      color: #592502; }

.m8 {
  background: url("../images/box6.png") 50% 0 no-repeat;
  height: 2000px;
  box-sizing: border-box;
  padding-top: 490px;
  color: #FFF; }
  .m8 .btn {
    background: url("../images/btn.png");
    width: 226px;
    height: 66px;
    left: 50%;
    margin-left: -123px;
    top: -240px;
    z-index: 10;
    cursor: pointer; }
  .m8 ul {
    width: 1012px;
    margin: 0 auto;
    height: 1230px; }
  .m8 li {
    width: 86px;
    position: absolute; }
    .m8 li:before {
      content: '';
      background: url("../images/card.png");
      width: 220px;
      height: 620px;
      left: -78px;
      top: -174px;
      position: absolute; }
  .m8 .wish-txt {
    height: 104px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-align: center; }
  .m8 .nick {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden; }
  .m8 .fuqi {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px; }
  .m8 .vote-btn {
    display: block;
    background: url("../images/thumb.png") 0 0 no-repeat;
    height: 86px;
    cursor: pointer; }
    .m8 .vote-btn:hover, .m8 .vote-btn.on {
      background-position: 0 -98px; }
  .m8 .comment-btn {
    display: block;
    width: 60px;
    height: 26px;
    border: 1px solid #484848;
    border-radius: 3px;
    margin: 5px auto;
    color: #FFF;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    background: #ff573a; }
  .m8 .i0 {
    left: 0;
    top: 0; }
  .m8 .i1 {
    left: 240px;
    top: 40px; }
  .m8 .i2 {
    left: 458px;
    top: 92px; }
  .m8 .i3 {
    left: 688px;
    top: 110px; }
  .m8 .i4 {
    left: 924px;
    top: 55px; }
  .m8 .i5 {
    left: 0;
    top: 675px; }
  .m8 .i6 {
    left: 240px;
    top: 713px; }
  .m8 .i7 {
    left: 458px;
    top: 767px; }
  .m8 .i8 {
    left: 688px;
    top: 782px; }
  .m8 .i9 {
    left: 924px;
    top: 727px; }

.page {
  font-size: 20px;
  color: #333;
  line-height: 50px; }
  .page b {
    font-size: 24px;
    color: #be210e;
    font-weight: 400; }
  .page span {
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    height: 32px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 4px;
    color: #FFF;
    line-height: 28px;
    background: url("../images/page.png");
    margin: 0 30px;
    cursor: pointer; }

.fade-enter-active, .fade-leave-active {
  transition: opacity 1s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

/*# sourceMappingURL=style.css.map */
