@charset "UTF-8";
:root {
  --bg-color: background-color: #7f5a83;
  --menu-color: #00000045;
  --lyrics-color: white;
  --font-family: "Montserrat",sans-serif; }

html,
body {
  min-width: 1400px;
  font-size: 16px;
  background: #fefcf7;
  position: relative; }

html::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

html::-webkit-scrollbar-track {
  border-radius: 8px; }

html::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-image: linear-gradient(25deg, #4c2f2e, #4c2f2e, #4c2f2e); }

.oscroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent; }

/* 两头空块 */
.oscroll::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
  background-color: transparent; }

.oscroll::-webkit-scrollbar-thumb {
  background-color: #4c2f2e;
  border-radius: 8px; }

.oscroll::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent; }

/* 火狐 滚动条*/
.headbar {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 20px 0px 0 20px;
  z-index: 2; }
  .headbar .logo {
    width: 359px;
    height: 83px; }
  .headbar .links {
    margin-top: -30px;
    width: 412px;
    height: 26px;
    background-image: url(../images/headlinks.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    line-height: 25px; }
    .headbar .links a {
      display: inline-block;
      width: 110px;
      text-align: center;
      font-size: 16px;
      color: #bdb4a5; }
  .headbar .download {
    margin-left: 10px; }

.section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .section .sectit {
    width: 322px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0;
    top: 48px; }

.section1 {
  height: 999px;
  background-image: url(../images/pagebg1.jpg);
  background-position: center;
  position: relative; }
  .section1 #dwrmvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0; }
  .section1 .bg-video-cover {
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-video-cover.png);
    background-size: cover;
    position: absolute;
    z-index: 1; }
  .section1 .cornerleft {
    width: 105px;
    height: 15px;
    background-image: url(../images/cornerleft.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: 25px;
    left: 32px;
    z-index: 2; }
  .section1 .cornerright {
    width: 364px;
    height: 37px;
    background-image: url(../images/cornerright.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: 25px;
    right: 32px;
    z-index: 2; }
  .section1 .arr_down {
    width: 58px;
    height: 64px;
    background-image: url(../images/arr_down.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -29px;
    z-index: 2;
    -webkit-animation: mousetips 1s infinite linear 300ms 0 ease;
    -moz-animation: mousetips 1s infinite linear 300ms 0 ease;
    -ms-animation: mousetips 1s infinite linear 300ms 0 ease;
    animation: mousetips 1s infinite linear 300ms 0 ease;
    -moz-animation: mousetips 1s infinite linear;
    -webkit-animation: mousetips 1s infinite linear;
    -o-animation: mousetips 1s infinite linear;
    -ms-animation: mousetips 1s infinite linear;
    animation: mousetips 1s infinite linear; }

@keyframes mousetips {
  0% {
    bottom: 65px; }
  25% {
    bottom: 75px; }
  50% {
    bottom: 85px; }
  75% {
    bottom: 75px; }
  100% {
    bottom: 65px; } }
  .section1 .sloganwrap {
    position: absolute;
    bottom: 108px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2; }
    .section1 .sloganwrap .videobtn {
      width: 78px;
      height: 78px;
      background-image: url(../images/vd.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      margin: 0 auto; }
    .section1 .sloganwrap .videobtn.playing {
      background-image: url(../images/vd.png); }

@keyframes wave {
  50%,
  75% {
    filter: brightness(1.2); }
  80%,
  100% {
    filter: brightness(0.8); } }
    .section1 .sloganwrap .slogan {
      width: 706px;
      height: 317px;
      background-image: url(../images/slogan.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
    .section1 .sloganwrap .head-btn {
      margin-top: 24px; }
      .section1 .sloganwrap .head-btn span {
        display: block;
        width: 331px;
        height: 119px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%; }
        .section1 .sloganwrap .head-btn span:nth-of-type(1) {
          background-image: url(../images/btn1.png); }
        .section1 .sloganwrap .head-btn span:nth-of-type(2) {
          background-image: url(../images/btn2.png);
          margin-left: 26px; }
        .section1 .sloganwrap .head-btn span a {
          display: block;
          height: 100%; }
        .section1 .sloganwrap .head-btn span.hoverBright:hover {
          filter: brightness(1.5); }
  .section1 .poster {
    position: absolute;
    width: 932px;
    height: 953px;
    background-image: url(../images/role.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    top: 49px;
    right: 37px; }

@media (max-width: 1800px) {
  .section1 .poster {
    right: -256px; } }

@media (max-width: 1550px) {
  .section1 .yulu {
    display: none; }
  .section1 .poster {
    right: -390px; } }

.userwrap {
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px; }
  .userwrap .user {
    position: relative;
    display: inline-block; }
  .userwrap .user_login {
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #b7b1a8;
    background-color: #4c2f2e;
    border-radius: 15px; }
  .userwrap .user_login_succeed {
    height: 30px;
    line-height: 30px;
    width: 822px;
    padding-left: 20px;
    background-color: #4c2f2e;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(163, 154, 140, 0.8) 0%, rgba(163, 154, 140, 0.1) 42%, rgba(163, 154, 140, 0.1) 100%); }
    .userwrap .user_login_succeed a, .userwrap .user_login_succeed span {
      color: #4c2f2e;
      position: relative;
      font-size: 16px; }
    .userwrap .user_login_succeed b {
      color: #731f26;
      font-size: 16px; }
    .userwrap .user_login_succeed a::after {
      content: "";
      width: 90%;
      height: 1px;
      background-color: #4c2f2e;
      position: absolute;
      bottom: -2px;
      left: 5%; }
    .userwrap .user_login_succeed .ptbcoin {
      margin: 0 7px; }

.section2 {
  height: 1000px;
  background-image: url(../images/pagebg2.jpg);
  padding-top: 103px; }
  .section2 .sectit {
    background-image: url(../images/title1.png); }
  .section2 .cnt {
    width: 1440px;
    margin: 0 auto; }
    .section2 .cnt .presallWrap {
      padding-left: 540px; }
    .section2 .cnt .rt-wrap {
      width: 850px; }
      .section2 .cnt .rt-wrap .landitem {
        margin-top: 22px;
        margin-left: 15px; }
        .section2 .cnt .rt-wrap .landitem .tips {
          font-size: 18px;
          color: #4c2f2e;
          font-weight: 600; }
        .section2 .cnt .rt-wrap .landitem .action span {
          font-size: 16px;
          color: #b7b1a8;
          line-height: 29px;
          height: 30px;
          display: inline-block;
          padding: 0px 27px;
          border-radius: 15px;
          background-color: #3a374f; }
          .section2 .cnt .rt-wrap .landitem .action span:nth-of-type(2) {
            margin-left: 5px; }
      .section2 .cnt .rt-wrap .salllist {
        width: 837px;
        height: 688px;
        color: #f0f7f8;
        font-size: 20px;
        padding-left: 10px;
        margin-top: 10px;
        background-image: url(../images/bg1.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%; }
        .section2 .cnt .rt-wrap .salllist .item {
          padding: 57px 42px 0 59px;
          position: relative; }
          .section2 .cnt .rt-wrap .salllist .item:nth-of-type(1) {
            height: 188px; }
            .section2 .cnt .rt-wrap .salllist .item:nth-of-type(1) .lt ul {
              width: 316px;
              height: 61px;
              background-image: url(../images/bag1.png);
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100%; }
          .section2 .cnt .rt-wrap .salllist .item:nth-of-type(2) {
            height: 190px;
            margin-top: 22px; }
            .section2 .cnt .rt-wrap .salllist .item:nth-of-type(2) .lt ul {
              width: 316px;
              height: 61px;
              background-image: url(../images/bag2.png);
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100%; }
          .section2 .cnt .rt-wrap .salllist .item:nth-of-type(3) {
            height: 255px;
            margin-top: 18px; }
            .section2 .cnt .rt-wrap .salllist .item:nth-of-type(3) .showitem {
              margin-left: -7px;
              width: 477px;
              height: 111px;
              background-image: url(../images/bag3.png);
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100%; }
              .section2 .cnt .rt-wrap .salllist .item:nth-of-type(3) .showitem .list {
                float: left; }
                .section2 .cnt .rt-wrap .salllist .item:nth-of-type(3) .showitem .list:not(:first-child) {
                  margin-left: 7px; }
                .section2 .cnt .rt-wrap .salllist .item:nth-of-type(3) .showitem .list span {
                  display: block;
                  width: 41px;
                  height: 41px;
                  background-color: #b7b1a8;
                  border: 2px solid #968b7b; }
                  .section2 .cnt .rt-wrap .salllist .item:nth-of-type(3) .showitem .list span:nth-of-type(2) {
                    margin-top: 9px; }
                  .section2 .cnt .rt-wrap .salllist .item:nth-of-type(3) .showitem .list span img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover; }
                .section2 .cnt .rt-wrap .salllist .item:nth-of-type(3) .showitem .list i {
                  display: block;
                  width: 121px;
                  height: 91px;
                  background-color: #b7b1a8;
                  border: 2px solid #968b7b; }
                  .section2 .cnt .rt-wrap .salllist .item:nth-of-type(3) .showitem .list i img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover; }
          .section2 .cnt .rt-wrap .salllist .item .lt {
            float: left; }
            .section2 .cnt .rt-wrap .salllist .item .lt ul {
              margin-left: -7px; }
              .section2 .cnt .rt-wrap .salllist .item .lt ul li {
                width: 41px;
                height: 41px;
                float: left; }
                .section2 .cnt .rt-wrap .salllist .item .lt ul li:not(:first-child) {
                  margin-left: 7px; }
                .section2 .cnt .rt-wrap .salllist .item .lt ul li img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
            .section2 .cnt .rt-wrap .salllist .item .lt .dtlshow {
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100%; }
            .section2 .cnt .rt-wrap .salllist .item .lt .txt1 {
              width: 338px;
              height: 55px;
              background-image: url(../images/txt1.png); }
            .section2 .cnt .rt-wrap .salllist .item .lt .txt2 {
              width: 338px;
              height: 55px;
              background-image: url(../images/txt2.png); }
            .section2 .cnt .rt-wrap .salllist .item .lt .txt3 {
              width: 498px;
              height: 55px;
              background-image: url(../images/txt3.png); }
          .section2 .cnt .rt-wrap .salllist .item .rt {
            float: right; }
            .section2 .cnt .rt-wrap .salllist .item .rt .sallbtn {
              width: 224px;
              height: 75px;
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100%;
              text-align: center;
              line-height: 60px;
              color: #d9c6b0;
              padding-left: 16px; }
              .section2 .cnt .rt-wrap .salllist .item .rt .sallbtn span {
                color: #d9c6b0;
                display: inline-block;
                vertical-align: middle; }
                .section2 .cnt .rt-wrap .salllist .item .rt .sallbtn span:nth-of-type(1) {
                  font-size: 39px; }
                .section2 .cnt .rt-wrap .salllist .item .rt .sallbtn span:nth-of-type(2) {
                  font-size: 20px; }
              .section2 .cnt .rt-wrap .salllist .item .rt .sallbtn.over {
                -webkit-filter: grayscale(100%);
                /* Chrome, Safari, Opera */
                filter: grayscale(100%); }
            .section2 .cnt .rt-wrap .salllist .item .rt .sallbtn1 {
              background-image: url(../images/buybtn.png); }
            .section2 .cnt .rt-wrap .salllist .item .rt .sallbtn2 {
              background-image: url(../images/buybtn.png); }
            .section2 .cnt .rt-wrap .salllist .item .rt .sallbtn3 {
              background-image: url(../images/buybtn.png); }
            .section2 .cnt .rt-wrap .salllist .item .rt span {
              font-size: 15px;
              color: #333047; }
              .section2 .cnt .rt-wrap .salllist .item .rt span i {
                display: inline-block;
                border-radius: 100%;
                padding: 4px;
                line-height: 1em;
                margin-right: 6px;
                color: #b6aea0;
                font-size: 16px;
                font-style: normal;
                background-color: #3a374f; }
    .section2 .cnt .tips-btm {
      font-size: 15px;
      color: #87373a;
      text-align: center;
      margin-top: 40px; }

.section3 {
  height: 1000px;
  overflow: hidden;
  background-image: url(../images/rolebg1-0.jpg);
  transition: ease 0.2s all; }
  .section3 .cnt {
    height: 100%;
    position: relative; }
    .section3 .cnt .intro-lvshu {
      height: 100%;
      position: relative; }
      .section3 .cnt .intro-lvshu .sectit {
        background-image: url(../images/title2.png); }
      .section3 .cnt .intro-lvshu .rolewrap .lt {
        position: absolute;
        width: 343px;
        height: 450px;
        left: 93px;
        top: 320px;
        background-image: url(../images/role-site1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%; }
      .section3 .cnt .intro-lvshu .rolewrap .rt {
        position: absolute;
        width: 892px;
        height: 537px;
        left: 50%;
        top: 126px;
        margin-left: -85px;
        background-image: url(../images/ziliao-1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        padding-top: 256px;
        padding-left: 21px;
        padding-right: 70px; }
        .section3 .cnt .intro-lvshu .rolewrap .rt p {
          color: #d1cbc1;
          font-size: 15px;
          line-height: 25px;
          padding-left: 55px; }
          .section3 .cnt .intro-lvshu .rolewrap .rt p:nth-of-type(2) {
            margin-top: 2px; }
        .section3 .cnt .intro-lvshu .rolewrap .rt .skintab {
          margin-top: 77px; }
          .section3 .cnt .intro-lvshu .rolewrap .rt .skintab span {
            display: inline-block;
            width: 164px;
            height: 63px;
            background-image: url(../images/skintab.png);
            background-repeat: no-repeat; }
            .section3 .cnt .intro-lvshu .rolewrap .rt .skintab span:nth-of-type(1) {
              background-position: -353px -87px; }
            .section3 .cnt .intro-lvshu .rolewrap .rt .skintab span:nth-of-type(1).active {
              background-position: 0 -87px; }
            .section3 .cnt .intro-lvshu .rolewrap .rt .skintab span:nth-of-type(2) {
              margin-left: 15px;
              background-position: -531px -87px; }
            .section3 .cnt .intro-lvshu .rolewrap .rt .skintab span:nth-of-type(2).active {
              background-position: -178px -87px; }
    .section3 .cnt .intro-xiaoyu {
      height: 100%;
      position: relative;
      display: none; }
      .section3 .cnt .intro-xiaoyu .sectit {
        background-image: url(../images/title2-1.png); }
      .section3 .cnt .intro-xiaoyu .rolewrap .lt {
        position: absolute;
        width: 343px;
        height: 450px;
        left: 93px;
        top: 320px;
        background-image: url(../images/role-site2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%; }
      .section3 .cnt .intro-xiaoyu .rolewrap .rt {
        position: absolute;
        width: 932px;
        height: 530px;
        left: 50%;
        top: 126px;
        margin-left: -85px;
        background-image: url(../images/ziliao-2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        padding-top: 256px;
        padding-left: 57px;
        padding-right: 103px; }
        .section3 .cnt .intro-xiaoyu .rolewrap .rt p {
          color: #282b1a;
          font-size: 15px;
          line-height: 25px;
          padding-left: 55px; }
          .section3 .cnt .intro-xiaoyu .rolewrap .rt p:nth-of-type(2) {
            margin: 2px 0; }
        .section3 .cnt .intro-xiaoyu .rolewrap .rt .skintab {
          margin-top: 66px; }
          .section3 .cnt .intro-xiaoyu .rolewrap .rt .skintab span {
            display: inline-block;
            width: 164px;
            height: 63px;
            background-image: url(../images/skintab.png);
            background-repeat: no-repeat; }
            .section3 .cnt .intro-xiaoyu .rolewrap .rt .skintab span:nth-of-type(1) {
              background-position: -350px 0; }
            .section3 .cnt .intro-xiaoyu .rolewrap .rt .skintab span:nth-of-type(1).active {
              background-position: 0 0; }
            .section3 .cnt .intro-xiaoyu .rolewrap .rt .skintab span:nth-of-type(2) {
              margin-left: 15px;
              background-position: -527px 0; }
            .section3 .cnt .intro-xiaoyu .rolewrap .rt .skintab span:nth-of-type(2).active {
              background-position: -177px 0; }
    .section3 .cnt .rol-tab {
      position: absolute;
      bottom: 76px;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .section3 .cnt .rol-tab:before {
        content: "";
        position: absolute;
        width: calc(50% - 159px);
        height: 1px;
        left: 0;
        background-color: #826e59; }
      .section3 .cnt .rol-tab::after {
        content: "";
        position: absolute;
        width: calc(50% - 146px);
        height: 1px;
        right: 0;
        background-color: #826e59; }
      .section3 .cnt .rol-tab span {
        display: block;
        background-repeat: no-repeat;
        background-image: url(../images/roletab.png);
        z-index: 1; }
        .section3 .cnt .rol-tab span:nth-of-type(1) {
          background-position: -8px -134px;
          width: 217px;
          height: 128px; }
        .section3 .cnt .rol-tab span:nth-of-type(1).active {
          background-position: -8px -2px; }
        .section3 .cnt .rol-tab span:nth-of-type(2) {
          width: 242px;
          height: 128px;
          margin-left: 15px;
          background-position: -241px -2px; }
        .section3 .cnt .rol-tab span:nth-of-type(2).active {
          background-position: -241px -134px; }

.section4 {
  height: 1001px;
  padding-top: 227px;
  background-image: url(../images/pagebg4.jpg); }
  .section4 .sectit {
    width: 427px;
    height: 110px;
    background-image: url(../images/title3.png);
    left: 50%;
    margin-left: -213px; }
  .section4 .cnt {
    position: relative; }
    .section4 .cnt .musicdisc {
      width: 951px;
      height: 611px;
      background-image: url(../images/musicbg.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      position: absolute;
      left: 50%;
      margin-left: -775px; }
      .section4 .cnt .musicdisc .playwrap {
        position: absolute;
        right: 180px;
        top: 180px;
        width: 138px;
        overflow: hidden;
        height: 314px; }
      .section4 .cnt .musicdisc .dish {
        width: 314px;
        height: 298px;
        margin-left: -136px;
        margin-top: -20px;
        display: block;
        background-image: url(../images/rotatmusic.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%; }
      .section4 .cnt .musicdisc #play {
        opacity: 1;
        width: 51px;
        height: 58px;
        position: absolute;
        left: 18px;
        top: 50%;
        margin-top: -55px; }
        .section4 .cnt .musicdisc #play i {
          display: block;
          width: 51px;
          height: 58px;
          background-position: 0 0;
          background-size: 100%;
          background-repeat: no-repeat; }
        .section4 .cnt .musicdisc #play i.fa-play {
          background-image: url(../images/play.png); }
        .section4 .cnt .musicdisc #play i.fa-pause {
          background-image: url(../images/paused.png); }
    .section4 .cnt #music-player {
      width: 528px;
      margin-left: 50%;
      position: relative;
      z-index: 5; }
    .section4 .cnt #lyrics {
      width: 100%;
      height: 457px;
      color: #422b20;
      text-align: center;
      overflow-Y: scroll; }
      .section4 .cnt #lyrics #lyrics-content {
        margin: 0;
        transition: ease 0.1s all;
        font-size: 15px; }
        .section4 .cnt #lyrics #lyrics-content .current {
          opacity: 1;
          color: #a21432; }
        .section4 .cnt #lyrics #lyrics-content h2 {
          padding: 0 36px;
          font-size: 15px;
          line-height: 49px; }
    .section4 .cnt #player {
      width: 100%; }
    .section4 .cnt .song-name {
      font-size: 28px;
      color: #422b20;
      text-align: center; }
    .section4 .cnt .artist-name {
      font-size: 15px;
      color: #47371f;
      text-align: right;
      margin: 10px 37px; }
    .section4 .cnt #bar {
      position: relative;
      text-align: center;
      width: 100%;
      margin-top: 25px;
      height: 30px; }
    .section4 .cnt #currentTime, .section4 .cnt #totalTime {
      padding: 0 10px;
      font-size: 15px; }
    .section4 .cnt #currentTime, .section4 .cnt #progress-bar, .section4 .cnt #totalTime {
      color: #47371f;
      display: inline-block; }
    .section4 .cnt #progress-bar {
      position: relative;
      text-align: center;
      height: 0.25em;
      width: 70%;
      border: 1px solid #222;
      background: #333;
      border-radius: 20px;
      margin: 0;
      padding: 0;
      cursor: pointer; }
    .section4 .cnt #progress {
      height: 100%;
      width: 0%;
      background: #a21432;
      border-radius: 20px;
      text-align: right;
      transition: ease all; }
    .section4 .cnt #progress > i {
      position: absolute;
      transform: translate(-50%, -35%); }
    .section4 .cnt #menu {
      position: relative;
      text-align: center;
      width: 100%;
      overflow: hidden; }
    .section4 .cnt #menu > button {
      padding: 10px 14px;
      border-radius: 50%;
      border: none;
      margin: 0 5px;
      background: inherit;
      color: white;
      font-size: 20px;
      text-align: center;
      opacity: 0.75;
      cursor: pointer; }
    .section4 .cnt #menu > button > i {
      padding: 5px 3px 5px 5px; }
    .section4 .cnt #menu > button:focus {
      outline: none; }
    .section4 .cnt #lyrics::-webkit-scrollbar, .section4 .cnt #show-box::-webkit-scrollbar {
      width: 5px; }
    .section4 .cnt #lyrics::-webkit-scrollbar-track, .section4 .cnt #show-box::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .section4 .cnt #lyrics::-webkit-scrollbar-thumb, .section4 .cnt #show-box::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid slategrey;
      border-radius: 15px; }

.section5 {
  height: 940px;
  background-image: url(../images/pagebg5.jpg);
  overflow: hidden;
  padding-top: 274px; }
  .section5 .sectit {
    background-image: url(../images/title4.png);
    width: 413px;
    height: 101px;
    left: 50%;
    margin-left: -206px; }
  .section5 .cnt {
    margin: 0 auto; }
    .section5 .cnt .lt .biaoqing {
      padding: 51px 14px 10px 17px; }
      .section5 .cnt .lt .biaoqing li {
        width: 113px;
        height: 113px; }
        .section5 .cnt .lt .biaoqing li img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .section5 .cnt .lt .ul1 {
      width: 546px;
      height: 184px;
      background-image: url(../images/biaoqing1.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
    .section5 .cnt .lt .ul2 {
      width: 546px;
      height: 184px;
      background-image: url(../images/biaoqing2.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      margin-top: 25px; }
    .section5 .cnt .rt .biaoqing3 {
      width: 532px;
      height: 418px;
      background-image: url(../images/biaoqing3.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      padding: 58px 16px 17px 16px;
      margin-left: 127px;
      position: relative; }
      .section5 .cnt .rt .biaoqing3 img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.fastnav {
  width: 125px;
  height: 362px;
  background-image: url(../images/fastnav.png);
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 9; }
  .fastnav .act.active {
    color: #343536;
    background-image: url(../images/fastnavbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    line-height: 34px;
    text-align: center; }
  .fastnav .act {
    width: 125px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    color: #665c4c; }
    .fastnav .act:not(:first-child) {
      margin-top: 50px; }

.confirm {
  width: 177px;
  line-height: 55px;
  background-color: #c8f4f9;
  color: #386eb3;
  font-size: 23px;
  text-align: center;
  margin: 0 auto;
  border-radius: 55px; }

.messagePop .pop-wrap {
  width: 801px;
  height: 534px;
  padding: 90px 0px 0px 0px;
  background-image: url(../images/probability-pop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%; }
  .messagePop .pop-wrap .close-pop {
    width: 71px;
    height: 77px;
    background-image: url(../images/closepop.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    right: -34px;
    top: 20px; }
  .messagePop .pop-wrap .pop-content {
    width: 634px;
    margin: 0 auto; }
    .messagePop .pop-wrap .pop-content img {
      width: 100%; }

.rulespop .pop-wrap {
  width: 1007px;
  height: 585px;
  padding: 104px 64px 0px 78px;
  background-image: url(../images/rule-pop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%; }

.rulespop .pop-content {
  height: 460px;
  overflow-x: hidden; }

.rulespop .close-pop {
  width: 71px;
  height: 77px;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: -34px;
  top: 20px; }

.rulespop .title {
  font-size: 26px;
  color: #c8672d; }
  .rulespop .title span {
    font-size: 16px;
    opacity: 0.5; }

.rulespop .rull-item {
  font-size: 15px;
  padding-left: 38px;
  position: relative; }
  .rulespop .rull-item .tt {
    color: #ccc5b9;
    font-size: 12px;
    width: 23px;
    height: 23px;
    background-image: url(../images/rulett.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    text-align: center;
    line-height: 22px;
    position: absolute;
    left: 0;
    top: 2px; }
  .rulespop .rull-item p {
    color: #443531;
    line-height: 28px;
    position: relative;
    font-size: 16px; }
    .rulespop .rull-item p span {
      color: #443531;
      font-weight: bold; }

.rulespop .rull-item-tips {
  margin-top: 5px; }
  .rulespop .rull-item-tips p span {
    color: #602f2e; }
