.tutorial-body {
  min-width: 1000px;
  background: #201b15 url(/pc/image-pc/tutorial/big-bg.jpg) no-repeat bottom;
  background-size: cover
}
.tutorial-body ,.tutorial-body :after,.tutorial-body :before {
  box-sizing: content-box
}
.tutorial-body .add-members,.tutorial-body .home {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%)
}
.tutorial-body .add-members.home,.tutorial-body .home.home {
  right: 17px
}
.tutorial-top {
  background: url(/pc/image-pc/tutorial/tutorial-bg.jpg) repeat-x 0 0;
  height: 100px;
  width: 100%;
  padding: 15px 0;
  border-bottom: 3px solid #007989
}
.tutorial-title {
  height: 1px;
  background: #4d4d4d;
  width: 342px;
  margin: 30px auto 0;
  text-align: center
}
.tutorial-title h1 {
  color: #faf4e0;
  font-size: 24px;
  position: relative;
  top: -15px;
  background: #272727;
  width: 154px;
  margin: 0 auto;
  font-weight: 900
}
.tutorial-main {
  width: 1000px;
  margin: 20px auto 0;
  overflow: hidden
}
#mainBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  background: #333
}
#mainBox .tutorial-ri {
  margin-left: 220px;
  padding: 0 20px;
  background: #eee;
  color: #333;
  font-size: 14px;
  min-height: 84.8vh
}
#mainBox .tutorial-ri h3 {
  font-size: 22px;
  color: #1aabbf;
  border-bottom: 1px solid #ccc;
  padding: 17px 0;
  font-weight: 700
}
#mainBox .tutorial-ri ul {
  list-style: decimal;
  font-size: 14px;
  padding: 24px 0 18px;
  clear: both
}
#mainBox .tutorial-ri ul li {
  margin-left: 24px;
  line-height: 32px
}
#mainBox .tutorial-ri ul li a {
  color: #1aabbf
}
#mainBox .tutorial-ri ul li span.f-brown {
  color: #1aabbf;
  font-weight: 700;
  margin-left: 4px
}
#mainBox .tutorial-ri ul li img {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block
}
#mainBox .tutorial-ri h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px
}
#mainBox .tutorial-ri p {
  color: #c63216;
  line-height: 22px;
  padding-bottom: 10px
}
#mainBox .tutorial-ri .h3title {
  margin: 8px auto 0;
  border-bottom: 3px solid #bbb;
  z-index: 16;
  height: 44px
}
#mainBox .tutorial-ri .h3title .title-list {
  font-size: 16px;
  list-style: none;
  padding: 0 0 10px
}
#mainBox .tutorial-ri .h3title .title-list li {
  text-align: center;
  display: inline-block;
  margin-left: 0;
  line-height: normal;
  width: 11%
}
#mainBox .tutorial-ri .h3title .title-list li a {
  display: block;
  color: #36312e;
  padding: 10px 0
}
#mainBox .tutorial-ri .h3title .title-list li a.active,#mainBox .tutorial-ri .h3title .title-list li a:hover {
  background: url(/pc/image-pc/tutorial/title-tbg.png) no-repeat bottom;
  z-index: 200;
  height: 39px;
  color: #1aabbe
}
#mainBox .tutorial-ri .h3title.li-wn li {
  width: auto;
  padding: 0 20px
}
.fade-enter-active,.fade-leave-active {
  transition: all .2s ease
}
#alertBox,.mask {
  position: fixed;
  z-index: 902
}
.mask {
  background-color: #000;
  width: 100%;
  opacity: .8;
  top: 0;
  left: 0;
  bottom: 0
}
.mask.blank {
  opacity: 0
}
.alert-main {
  display: block;
  z-index: 903;
  width: 400px;
  height: 200px;
  background-color: #f2f2f2;
  position: fixed;
  top: calc(50% - 100px);
  left: calc(50% - 200px);
  border-radius: 8px
}
.alert-main .header {
  width: 100%;
  height: 44px;
  background-color: #39c;
  color: #fff;
  line-height: 44px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px
}
.alert-main .header span {
  font-size: 18px;
  text-align: left;
  padding-left: 20px
}
.alert-main .body {
  width: 100%;
  height: calc(100% - 44px - 50px)
}
.alert-main .body.try span {
  margin-left: calc(50% - 100px);
  display: inline-block;
  color: #403f3f;
  font-size: 14px;
  height: 36px;
  line-height: 36px
}
.alert-main .body.try input[type=text] {
  width: 90px;
  height: 28px;
  padding: 3px 5px;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  border-radius: 5px
}
.alert-main .body.try img {
  cursor: pointer;
  width: 80px;
  height: 36px;
  float: right;
  position: relative;
  right: 50px
}
.alert-main .body span.msg-text {
  width: 76%;
  display: inline-block;
  line-height: 1.4em;
  word-break: break-all
}
.alert-main .body> {
  transform: translateY(-50%);
  position: relative;
  top: 50%
}
.alert-main .body i {
  float: left;
  font-size: inherit;
  color: #ffae2e;
  margin-right: 10px;
  padding: 0 0 0 20px;
  width: 50px;
  height: 50px
}
.alert-main .footer {
  width: 100%;
  height: 50px;
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px
}
.alert-main .footer #tryBtnY {
  margin-right: 10px
}
.alert-main .footer a {
  font-size: 14px;
  cursor: pointer;
  padding: 5px 15px;
  background-color: #39c;
  color: #fff;
  border-radius: 3px
}
.alert-main .footer a:hover {
  background-color: #297aa3
}
.alert-main .footer a.cancle {
  background-color: #888
}
.alert-main .footer a.cancle:hover {
  background-color: #737373
}
.alert-main .footer a.orange {
  background-color: #fdb748
}
body {
  min-width: 1000px
}
.jquery-accordion-menu {
  min-height: 84.8vh;
  width: 220px;
  position: absolute
}
.jquery-accordion-menu,.jquery-accordion-menu * {
  box-sizing: border-box!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0
}
.jquery-accordion-menu h1 {
  font-size: 22px;
  color: #1aabbf;
  height: 66px;
  line-height: 66px;
  padding-left: 20px;
  vertical-align: middle
}
.jquery-accordion-menu h1 i {
  padding-right: 10px
}
.jquery-accordion-menu h1 i.menu-3 {
  height: 2rem;
  width: 2rem;
  position: relative;
  top: 9px
}
.jquery-accordion-menu .jquery-accordion-menu-footer,.jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  float: left;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
  background: #414956
}
.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative
}
.jquery-accordion-menu ul li a {
  width: 100%;
  padding: 14px 22px;
  float: left;
  text-decoration: none;
  color: #d9ddde;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  transition: color .2s linear,background .2s linear
}
.jquery-accordion-menu ul li a i {
  width: 34px;
  float: right;
  line-height: 18px;
  font-size: 16px;
  text-align: right;
  margin-right: -7px;
  margin-top: -5px
}
.jquery-accordion-menu>ul>li.active>a,.jquery-accordion-menu>ul>li:hover>a {
  color: #333;
  background: #fbd415
}
.jquery-accordion-menu .submenu-indicator {
  float: right;
  right: 22px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px
}
.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
  transform: rotate(45deg)
}
.jquery-accordion-menu ul ul.submenu {
  width: 100%;
  display: none;
  position: static
}
.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%
}
.jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static
}
.jquery-accordion-menu ul ul.submenu li span {
  padding-right: 10px;
  color: #cdc1ac
}
.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  font-size: 12px;
  background: #3f3a36;
  border-top: none;
  position: relative;
  font-weight: 400;
  transition: border .2s linear
}
.jquery-accordion-menu ul ul.submenu li.active>a,.jquery-accordion-menu ul ul.submenu li:hover>a {
  color: #fbd415
}
.jquery-accordion-menu ul ul.submenu>li>a {
  padding-left: 30px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
  padding-left: 45px
}
.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
  padding-left: 60px
}
.ink {
  display: block;
  position: absolute;
  background: hsla(0,0%,100%,.3);
  border-radius: 100%;
  transform: scale(0)
}
.animate-ink {
  animation: ripple .5s linear
}
@keyframes ripple {
  to {
      opacity: 0;
      transform: scale(2.5)
  }
}
.scrollDiv {
  width: 5px;
  position: absolute;
  top: 0;
  background: #b79772
}
.the-bottom {
  width: 100%;
  height: 30px;
  background-color: #201b15;
  position: relative;
  top: 52px
}
.explain-body {
  min-width: 1000px;
  min-height: 900px;
  margin: auto;
  background: #062539 url(/pc/image-pc/tutorial/big-bg.jpg) no-repeat bottom;
  background-size: contain
}
.explain-body ,.explain-body :after,.explain-body :before {
  box-sizing: content-box
}
.explain-body .add-members,.explain-body .home {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%)
}
.explain-body .add-members.home,.explain-body .home.home {
  right: 17px
}
.explain-top {
  background: url(/pc/image-pc/tutorial/tutorial-bg.jpg) repeat-x 0 0;
  height: 100px;
  width: 100%;
  padding: 15px 0;
  border-bottom: 3px solid #007989
}
.explain-title {
  height: 1px;
  background: #4d4d4d;
  width: 340px;
  margin: 30px auto 0;
  text-align: center
}
.explain-title h1 {
  color: #faf4e0;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  top: -28px;
  background: #272727;
  width: 240px;
  margin: 0 auto;
  font-weight: 900
}
.explain-main {
  width: 1000px;
  margin: 20px auto 0;
  overflow: hidden;
  background: #333
}
#mainBox {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #333
}
#mainBox .explain-ri {
  padding: 0 20px;
  margin-left: 220px;
  background: #eee;
  color: #333;
  font-size: 14px;
  min-height: 84.8vh
}
#mainBox .explain-ri h3 {
  font-size: 22px;
  color: #1aabbf;
  border-bottom: 1px solid #ccc;
  padding: 17px 0;
  font-weight: 700
}
#mainBox .explain-ri ul {
  list-style: decimal;
  font-size: 14px;
  padding: 24px 0 18px;
  clear: both
}
#mainBox .explain-ri ul li {
  margin-left: 24px;
  line-height: 32px
}
#mainBox .explain-ri ul li a {
  color: #1aabbf
}
#mainBox .explain-ri ul li span.f-brown {
  color: #1aabbf;
  font-weight: 700;
  margin-left: 4px
}
#mainBox .explain-ri ul li img {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block
}
#mainBox .explain-ri h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 32px
}
#mainBox .explain-ri p {
  color: #c63216;
  line-height: 22px;
  padding-bottom: 10px
}
#mainBox .explain-ri .infoImg {
  margin: 20px auto
}
#mainBox .explain-ri .h3title {
  width: 426px;
  margin: 8px auto 0;
  border-bottom: 3px solid #bbb;
  z-index: 16;
  height: 44px
}
#mainBox .explain-ri .h3title .title-list {
  font-size: 16px;
  list-style: none;
  padding: 0 5% 10px
}
#mainBox .explain-ri .h3title .title-list li {
  text-align: center;
  display: inline-block;
  margin-left: 0;
  line-height: normal;
  width: 30%
}
#mainBox .explain-ri .h3title .title-list li a {
  display: block;
  color: #36312e;
  padding: 10px 0
}
#mainBox .explain-ri .h3title .title-list li a.active,#mainBox .explain-ri .h3title .title-list li a:hover {
  background: url(/pc/image-pc/tutorial/title-tbg.png) no-repeat bottom;
  z-index: 200;
  height: 56px;
  color: #1aabbe
}
body.overflow {
  overflow: hidden
}
.icon_fish_BG.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg_en.png)
}
.icon_fish_BG-W.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg-w_en.png)
}
.noPage {
  font-size: 1.2em;
  text-align: center;
  line-height: 4em;
  color: #666;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee;
  overflow: hidden;
  z-index: 9999
}
.not-found {
  max-width: 800px;
  margin: auto;
  padding: 60px 0
}
.img-404 {
  width: 470px;
  height: 280px;
  float: left;
  background-image: url(/pc/image-pc/404_error.png);
  background-position: 50%;
  background-repeat: no-repeat
}
.title {
  font-size: 3em;
  margin-top: 2em
}
a,body,body,dd,dl,dt,h1,h2,h3,h4,h5,h6,img,p,s,span,strong {
  margin: 0;
  padding: 0
}
.main {
  width: 100%;
  height: 100vh;
  min-width: 1200px;
  min-height: 750px;
  background: url(/pc/image-pc/maintain/system-upgarde_pc.jpg) no-repeat 50% #000;
  font-family: \\5FAE\8F6F\96C5\9ED1;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.2rem;
  line-height: 2.875rem;
  color: #eee
}
.main .main-message,.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.main .main-message {
  width: 60%;
  min-height: 15rem;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 45vh
}
.main .maintenance-main {
  width: 100%;
  position: absolute;
  bottom: 10%
}
.main .maintenance-main .endTime {
  width: 100%;
  height: auto;
  text-align: center
}
.main .maintenance-main .endTime span {
  display: inline-block;
  padding-right: 10px
}
.main .online-service {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: 200px
}
.main .online-service a {
  width: 130px;
  height: 150px;
  background: url(/pc/image-pc/maintain/float_online-service.png) no-repeat center 0;
  display: inline-block;
  text-indent: -50000px
}
.main .online-service dl {
  background: url(/pc/image-pc/maintain/customer.png) no-repeat center 0;
  text-align: center
}
.main .online-service dl dt {
  font-size: 18px;
  padding-top: 94px;
  margin-top: 12px
}
.main .online-service dl dd {
  background: url(/pc/image-pc/maintain/customer-btn.jpg) repeat-x 0 0;
  width: 83px;
  height: 25px;
  line-height: 25px;
  margin: 10px auto 0;
  box-shadow: 0 3px 3px #0b0a0a
}
.main .online-service dl dd a {
  display: block;
  color: #000;
  text-decoration: none
}
.main .et {
  font-size: 17px
}
a,address,big,body,caption,cite,code,dd,del,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,iframe,img,input,label,legend,li,object,ol,p,pre,s,select,span,strong,table,td,textarea,th,tr,ul {
  margin: 0;
  padding: 0
}
.recall {
  width: 100%;
  height: 100vh;
  font-family: \\5FAE\8F6F\96C5\9ED1;
  background-color: #27a0da;
  color: #fff;
  font-size: 12px
}
.recall .recall-main {
  position: fixed;
  width: 650px;
  height: 650px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%)
}
.recall .recall-main article .recall-bg {
  width: 100%;
  height: 516px;
  background: url(/pc/image-pc/recall.png) no-repeat center 0;
  background-size: cover
}
.recall .recall-main article .recall-info {
  text-align: center;
  line-height: 36px;
  font-size: 24px
}
.recall .recall-main article .recall-info h1 {
  text-shadow: 2px 2px 0 #00606d;
  font-weight: 400
}
.recall .recall-main article .recall-info a {
  width: 200px;
  margin-top: 20px;
  padding: 5px 20px 10px;
  font-size: 24px;
  font-family: \\5FAE\8F6F\96C5\9ED1;
  border-radius: 50px;
  background-color: #f09625;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none
}
.recall .recall-main article .recall-info a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  right: -10px;
  position: relative;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #fff
}
#ac--wrapper .ml-1 {
  margin-left: 1rem
}
#ac--wrapper .promoSlides {
  background-image: url(/pc/image-pc/inside/base/inside_prom.jpg);
  width: 100%;
  height: auto;
  min-height: 280px;
  background-size: cover;
  background-position: 50%
}
#ac--wrapper .title {
  font-size: 1.8rem;
  color: #0783f5
}
#ac--wrapper .title.mb {
  margin-bottom: 3rem;
  text-align: center
}
#ac--wrapper .activity_container {
  padding: 0 2rem 2rem;
  width: 60%;
  min-width: 960px;
  margin: 0 auto;
  box-sizing: border-box
}
#ac--wrapper .activity_container .drop-down-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 2rem;
  height: 3rem
}
#ac--wrapper .activity_container .drop-down-menu .menu-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}
#ac--wrapper .activity_container .drop-down-menu .menu-wrapper .grid-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s
}
#ac--wrapper .activity_container .drop-down-menu .menu-wrapper .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3rem
}
#ac--wrapper .activity_container .drop-down-menu .menu-wrapper .box {
  width: 197px;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 .5rem
}
#ac--wrapper .activity_container .drop-down-menu .menu-wrapper .box.active,#ac--wrapper .activity_container .drop-down-menu .menu-wrapper .box:hover {
  color: #0783f5;
  border: 2px solid #0783f5
}
#ac--wrapper .activity_container .drop-down-menu .nav-btn {
  height: 3.5rem;
  width: 2.8rem;
  position: relative;
  background-color: #eee;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex
}
#ac--wrapper .activity_container .drop-down-menu .nav-btn.left {
  transform: rotate(180deg)
}
#ac--wrapper .activity_container .drop-down-menu .nav-btn i {
  margin: auto
}
#ac--wrapper .activity_container .drop-down-menu .nav-btn i svg {
  fill: #0783f5
}
#ac--wrapper .activity_container .activity-lobby {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box
}
#ac--wrapper .activity_container .activity-lobby ul {
  width: 100%
}
#ac--wrapper .activity_container .activity-lobby ul li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  padding: .8rem;
  margin-bottom: 1rem;
  box-sizing: border-box
}
#ac--wrapper .activity_container .activity-lobby ul li .acti-photo {
  height: auto;
  cursor: pointer
}
#ac--wrapper .activity_container .activity-lobby ul li .acti-photo img {
  width: 100%!important
}
#ac--wrapper .activity_container .activity-lobby ul li .text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem 0 1rem 1rem
}
#ac--wrapper .activity_container .activity-lobby ul li .text-wrapper .channel-text {
  font-size: 1.1rem;
  margin-bottom: 1rem
}
#ac--wrapper .activity_container .activity-lobby ul li .text-wrapper .detail-btn {
  background-color: #0783f5;
  color: #fff;
  width: 8.75rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: .5rem;
  text-align: center;
  cursor: pointer
}
#ac--wrapper .activity_container .activity-lobby ul li .text-wrapper .detail-btn:hover {
  background-color: #01baf2
}
#ac--wrapper .activity_container .activity-lobby ul li .text-wrapper .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 1rem
}
#ac--wrapper .activity_container .ac-detail {
  width: 100%;
  padding: 2rem;
  margin-bottom: 4rem;
  line-height: 1.5rem;
  box-sizing: border-box
}
#ac--wrapper .activity_container .ac-detail>div {
  margin-bottom: 1rem;
  width: 100%
}
#ac--wrapper .activity_container .ac-detail .img {
  width: 100%;
  margin-bottom: 2rem
}
#ac--wrapper .activity_container .ac-detail .flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
#ac--wrapper .activity_container .ac-detail .btn {
  width: 6rem;
  border-radius: 4px;
  margin-left: 2rem;
  background-color: #0783f5;
  height: 2rem;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  cursor: pointer
}
#ac--wrapper .activity_container .ac-detail .btn:hover {
  background-color: #01baf2
}
#ac--wrapper .activity_container .ac-detail .ac--table {
  margin: 1rem auto;
  min-width: 50%
}
#ac--wrapper .activity_container .ac-detail .ac--table td,#ac--wrapper .activity_container .ac-detail .ac--table th {
  min-width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  padding: .5rem
}
#ac--wrapper .activity_container .ac-detail .ac--table th {
  background-color: #ddd
}
#ac--wrapper .activity_container .ac-detail .ac--table td {
  background-color: #fff
}
#ac--wrapper .activity_container .ac-detail .ac-description img {
  max-width: 95%
}
#ac--wrapper .activity_container .ac-detail .ac-description ul li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: normal
}
#ac--wrapper .activity_container .ac-detail .ac-description ol li {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: normal
}
#ac--wrapper .activity_container .ac-detail .ac-description ol ul,#ac--wrapper .activity_container .ac-detail .ac-description ul ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px
}
#ac--wrapper .activity_container .ac-detail .ac-description ol ol,#ac--wrapper .activity_container .ac-detail .ac-description ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px
}
#ac--wrapper .activity_container .ac-detail .ac-description strong {
  font-weight: revert
}
#ac--wrapper .activity_container .ac-detail .btn-back {
  background-color: #0783f5;
  color: #fff;
  margin: 3rem auto 1rem;
  max-width: 15%;
  min-width: 5rem;
  width: auto;
  height: 1.5rem;
  padding: .5rem .8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer
}
#ac--wrapper .activity_container .ac-detail .label {
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #f0ad4e;
  color: #f5f5f5;
  text-align: center;
  border-radius: .25em;
  font-weight: 700;
  transform: translateX(-3px);
  margin-bottom: .5rem
}
#ac--wrapper .activity_container .no-content {
  min-width: 860px;
  text-align: center;
  border: 1px solid #ddd;
  padding: .8rem;
  margin-bottom: 1rem
}
#ac--wrapper .hb-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0
}
#ac--wrapper .hb-btn .btn {
  margin-left: 0!important
}
.weui-loadmore {
  width: 65%;
  margin: 1.5em auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center
}
.weui-loadmore__tips {
  display: inline-block;
  vertical-align: middle
}
.weui-loadmore_line {
  border-top: 1px solid #e5e5e5;
  margin-top: 2.4em
}
.weui-loadmore_line .weui-loadmore__tips {
  position: relative;
  top: -.9em;
  padding: 0 .55em;
  color: #999
}
.weui-loadmore_dot .weui-loadmore__tips {
  padding: 0 .16em
}
.weui-loadmore_dot .weui-loadmore__tips:before {
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: inline-block;
  position: relative;
  vertical-align: 0;
  top: -.16em
}
.vux-loadmore.weui-loadmore_line {
  display: -ms-flexbox;
  display: flex;
  border-top: 0
}
.vux-loadmore.weui-loadmore_line:after,.vux-loadmore.weui-loadmore_line:before {
  position: relative;
  top: -1px;
  -ms-flex: 1;
  flex: 1;
  content: "";
  border-top: 1px solid #e5e5e5
}
.hongbao-wrap {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  background-color: rgba(0,0,0,.3)
}
.hongbao-wrap .hb-header-for-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: rgba(0,0,0,.8);
  z-index: 8100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #eee;
  padding: .8rem;
  box-sizing: border-box
}
.hongbao-wrap .hb-header-for-count .close-btn {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer
}
.hongbao-wrap #hb-success-canvas {
  z-index: 900
}
.hongbao-wrap .hb-close-wrap {
  margin-top: 1rem;
  transform: translateX(50%)
}
.hongbao-wrap .hb-close-wrap .hb-close {
  color: #fff;
  width: 3rem;
  height: 3rem
}
.hb-element {
  position: absolute;
  top: 0;
  z-index: 800
}
@keyframes HongbaoRain-data-v-583e4de6 {
  0% {
      top: -50%
  }
  to {
      transform: translateY(100vh);
      -ms-transform: translateY(100vh);
      -webkit-transform: translateY(100vh)
  }
}
.hbsd-1 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .03333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .03333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .03333s linear 1
}
.hbsd-2 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .06667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .06667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .06667s linear 1
}
.hbsd-3 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .1s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .1s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .1s linear 1
}
.hbsd-4 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .13333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .13333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .13333s linear 1
}
.hbsd-5 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .16667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .16667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .16667s linear 1
}
.hbsd-6 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .2s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .2s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .2s linear 1
}
.hbsd-7 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .23333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .23333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .23333s linear 1
}
.hbsd-8 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .26667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .26667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .26667s linear 1
}
.hbsd-9 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .3s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .3s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .3s linear 1
}
.hbsd-10 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .33333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .33333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .33333s linear 1
}
.hbsd-11 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .36667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .36667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .36667s linear 1
}
.hbsd-12 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .4s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .4s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .4s linear 1
}
.hbsd-13 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .43333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .43333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .43333s linear 1
}
.hbsd-14 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .46667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .46667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .46667s linear 1
}
.hbsd-15 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .5s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .5s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .5s linear 1
}
.hbsd-16 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .53333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .53333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .53333s linear 1
}
.hbsd-17 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .56667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .56667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .56667s linear 1
}
.hbsd-18 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .6s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .6s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .6s linear 1
}
.hbsd-19 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .63333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .63333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .63333s linear 1
}
.hbsd-20 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .66667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .66667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .66667s linear 1
}
.hbsd-21 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .7s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .7s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .7s linear 1
}
.hbsd-22 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .73333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .73333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .73333s linear 1
}
.hbsd-23 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .76667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .76667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .76667s linear 1
}
.hbsd-24 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .8s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .8s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .8s linear 1
}
.hbsd-25 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .83333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .83333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .83333s linear 1
}
.hbsd-26 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .86667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .86667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .86667s linear 1
}
.hbsd-27 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .9s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .9s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .9s linear 1
}
.hbsd-28 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .93333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .93333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .93333s linear 1
}
.hbsd-29 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 .96667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 .96667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 .96667s linear 1
}
.hbsd-30 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1s linear 1
}
.hbsd-31 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.03333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.03333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.03333s linear 1
}
.hbsd-32 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.06667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.06667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.06667s linear 1
}
.hbsd-33 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.1s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.1s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.1s linear 1
}
.hbsd-34 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.13333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.13333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.13333s linear 1
}
.hbsd-35 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.16667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.16667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.16667s linear 1
}
.hbsd-36 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.2s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.2s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.2s linear 1
}
.hbsd-37 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.23333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.23333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.23333s linear 1
}
.hbsd-38 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.26667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.26667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.26667s linear 1
}
.hbsd-39 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.3s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.3s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.3s linear 1
}
.hbsd-40 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.33333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.33333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.33333s linear 1
}
.hbsd-41 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.36667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.36667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.36667s linear 1
}
.hbsd-42 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.4s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.4s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.4s linear 1
}
.hbsd-43 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.43333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.43333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.43333s linear 1
}
.hbsd-44 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.46667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.46667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.46667s linear 1
}
.hbsd-45 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.5s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.5s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.5s linear 1
}
.hbsd-46 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.53333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.53333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.53333s linear 1
}
.hbsd-47 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.56667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.56667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.56667s linear 1
}
.hbsd-48 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.6s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.6s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.6s linear 1
}
.hbsd-49 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.63333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.63333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.63333s linear 1
}
.hbsd-50 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.66667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.66667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.66667s linear 1
}
.hbsd-51 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.7s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.7s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.7s linear 1
}
.hbsd-52 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.73333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.73333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.73333s linear 1
}
.hbsd-53 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.76667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.76667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.76667s linear 1
}
.hbsd-54 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.8s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.8s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.8s linear 1
}
.hbsd-55 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.83333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.83333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.83333s linear 1
}
.hbsd-56 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.86667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.86667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.86667s linear 1
}
.hbsd-57 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.9s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.9s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.9s linear 1
}
.hbsd-58 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.93333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.93333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.93333s linear 1
}
.hbsd-59 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 1.96667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 1.96667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 1.96667s linear 1
}
.hbsd-60 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2s linear 1
}
.hbsd-61 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.03333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.03333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.03333s linear 1
}
.hbsd-62 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.06667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.06667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.06667s linear 1
}
.hbsd-63 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.1s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.1s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.1s linear 1
}
.hbsd-64 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.13333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.13333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.13333s linear 1
}
.hbsd-65 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.16667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.16667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.16667s linear 1
}
.hbsd-66 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.2s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.2s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.2s linear 1
}
.hbsd-67 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.23333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.23333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.23333s linear 1
}
.hbsd-68 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.26667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.26667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.26667s linear 1
}
.hbsd-69 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.3s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.3s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.3s linear 1
}
.hbsd-70 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.33333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.33333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.33333s linear 1
}
.hbsd-71 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.36667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.36667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.36667s linear 1
}
.hbsd-72 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.4s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.4s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.4s linear 1
}
.hbsd-73 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.43333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.43333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.43333s linear 1
}
.hbsd-74 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.46667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.46667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.46667s linear 1
}
.hbsd-75 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.5s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.5s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.5s linear 1
}
.hbsd-76 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.53333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.53333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.53333s linear 1
}
.hbsd-77 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.56667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.56667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.56667s linear 1
}
.hbsd-78 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.6s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.6s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.6s linear 1
}
.hbsd-79 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.63333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.63333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.63333s linear 1
}
.hbsd-80 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.66667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.66667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.66667s linear 1
}
.hbsd-81 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.7s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.7s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.7s linear 1
}
.hbsd-82 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.73333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.73333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.73333s linear 1
}
.hbsd-83 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.76667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.76667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.76667s linear 1
}
.hbsd-84 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.8s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.8s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.8s linear 1
}
.hbsd-85 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.83333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.83333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.83333s linear 1
}
.hbsd-86 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.86667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.86667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.86667s linear 1
}
.hbsd-87 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.9s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.9s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.9s linear 1
}
.hbsd-88 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.93333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.93333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.93333s linear 1
}
.hbsd-89 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 2.96667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 2.96667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 2.96667s linear 1
}
.hbsd-90 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3s linear 1
}
.hbsd-91 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.03333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.03333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.03333s linear 1
}
.hbsd-92 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.06667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.06667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.06667s linear 1
}
.hbsd-93 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.1s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.1s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.1s linear 1
}
.hbsd-94 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.13333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.13333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.13333s linear 1
}
.hbsd-95 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.16667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.16667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.16667s linear 1
}
.hbsd-96 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.2s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.2s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.2s linear 1
}
.hbsd-97 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.23333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.23333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.23333s linear 1
}
.hbsd-98 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.26667s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.26667s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.26667s linear 1
}
.hbsd-99 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.3s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.3s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.3s linear 1
}
.hbsd-100 {
  top: 100%;
  animation: HongbaoRain-data-v-583e4de6 3.33333s linear 1;
  -ms-animation: HongbaoRain-data-v-583e4de6 3.33333s linear 1;
  -webkit-animation: HongbaoRain-data-v-583e4de6 3.33333s linear 1
}
.fixed-hb-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: -210vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem
}
.fixed-hb-wrap .grid {
  width: 12.5%;
  height: 16.66667vh;
  position: relative
}
.fixed-hb-wrap .grid .hb {
  position: absolute;
  z-index: 8100;
  cursor: pointer
}
.fixed-hb-wrap .grid .hb.shake {
  animation: Shake-data-v-583e4de6 .2s linear 1;
  animation-delay: 1.2s
}
@keyframes Shake-data-v-583e4de6 {
  25% {
      transform: rotate(15deg)
  }
  50% {
      transform: rotate(-15deg)
  }
  75% {
      transform: rotate(15deg)
  }
  to {
      transform: rotate(-15deg)
  }
}
.init-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 102%;
  height: 100vh;
  background-color: #fff;
  z-index: 902;
  overflow: hidden
}
.init-mask .loading-frame {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #000;
  margin: -75px 0 0 -75px;
  border-radius: 20px
}
#bonus-wrapper .bonus-hint-wrapper {
  background-image: url(/pc/image-pc/common/float_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 30%;
  height: 12rem;
  min-width: 40rem;
  position: absolute;
  bottom: 5%;
  left: 50%;
  position: fixed;
  z-index: 5;
  transform: translateX(-50%);
  animation-name: roll-data-v-1dde78a2;
  animation-duration: 3s
}
#bonus-wrapper .bonus-hint-wrapper .open-btn {
  width: 10rem;
  height: 5rem;
  position: absolute;
  right: 5rem;
  bottom: 0;
  cursor: pointer
}
#bonus-wrapper .bonus-hint-wrapper .bonus-hint {
  width: 100%;
  height: 100%;
  position: relative
}
#bonus-wrapper .bonus-hint-wrapper .bonus-hint .totalAmount {
  position: absolute;
  right: 35%;
  bottom: 21%;
  width: 30%;
  height: 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  color: #fecb00
}
#bonus-wrapper .bonus-hint-wrapper .bonus-hint .close-btn {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer
}
#bonus-wrapper .bonus-detail-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 200
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail {
  width: 40%;
  height: 50vh;
  min-width: 35rem;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: .5rem;
  transform: translate(-50%,-50%);
  overflow: hidden
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_head {
  width: 100%;
  height: 3rem;
  background-color: #0090d9;
  color: #fff;
  font-size: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_head .x-btn {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  cursor: pointer
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_head .x-btn:after,#bonus-wrapper .bonus-detail-wrapper .bonus-detail_head .x-btn:before {
  content: "";
  background-color: #fff;
  width: 1.5rem;
  height: .2rem;
  position: absolute;
  top: 50%;
  left: 50%
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_head .x-btn:before {
  transform: rotate(45deg)
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_head .x-btn:after {
  transform: rotate(-45deg)
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body {
  width: 100%;
  height: calc(100% - 3rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body .time {
  width: 100%;
  height: 3.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5rem;
  margin-top: .5rem;
  color: #8d8d8d
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body .table-wrapper {
  width: 85%;
  height: auto;
  overflow-y: scroll
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table {
  width: 100%;
  height: auto;
  max-height: 60%;
  margin: 0;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  border-radius: 5px
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table td,#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table th,#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table tr {
  padding: 0;
  height: 2.5rem
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table thead {
  width: 100%;
  height: 2.5rem;
  color: #00a3f0
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table tr {
  width: 100%;
  height: 2.5rem;
  display: -ms-flexbox;
  display: flex
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table tr td {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table tbody tr:nth-child(2n) {
  background-color: #f3f3f3
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table tfoot tr {
  display: -ms-flexbox;
  display: flex
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table tfoot tr td:first-child {
  -ms-flex: 2;
  flex: 2;
  -ms-flex-pack: end;
  justify-content: flex-end
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body table tfoot tr td:first-child p {
  transform: translateX(-280%)
}
#bonus-wrapper .bonus-detail-wrapper .bonus-detail_body .submit-btn-wrapper {
  width: 100%;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0
}
#bonus-wrapper .fade-enter-active,#bonus-wrapper .fade-leave-active {
  transition: opacity .3s
}
#bonus-wrapper .fade-enter,#bonus-wrapper .fade-leave-to {
  opacity: 0
}
@keyframes roll-data-v-1dde78a2 {
  0% {
      opacity: 0;
      transform: translateX(50%)
  }
  to {
      opacity: 1
  }
}
#bonus-wrapper .color-blue {
  color: #0090d9
}
#bonus-wrapper .btn-submit {
  width: 10rem;
  height: 2.5rem;
  background: linear-gradient(#00d3f0,#0375ef);
  line-height: 2.5rem;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  cursor: pointer
}
#bonus-wrapper .btn-submit.btn-yellow {
  background: linear-gradient(#ffe303,#f3ae02);
  color: #fff!important
}
.pop-layer {
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 200;
  position: absolute
}
.pop-layer .pop-left {
  left: 0
}
.pop-layer .pop-left .pop-box>a {
  position: absolute
}
.pop-layer .pop-left .pop-box>a img {
  position: relative
}
.pop-layer .pop-right {
  right: 0
}
.pop-layer .pop-main {
  position: fixed;
  font-size: 0;
  z-index: 99;
  top: 20%;
  pointer-events: none
}
.pop-layer .pop-main .pop-box {
  position: relative;
  pointer-events: auto
}
.pop-layer .pop-main.Effect {
  position: absolute;
  top: 1000px
}
.pop-layer .pop-main.Effect.pop-right {
  right: -100vw;
  overflow: hidden
}
.pop-layer .pop-main.Effect.pop-right img.pop-arrow {
  position: relative
}
.pop-layer .pop-main .layer-main>a,.pop-layer .pop-main .layer-main>div {
  width: 100%;
  float: left;
  clear: both;
  display: inline-block;
  text-align: center
}
.pop-layer .pop-main a {
  cursor: pointer;
  vertical-align: top;
  display: inline-block
}
.pop-layer .pop-main a.no_cursor {
  cursor: default
}
.pop-layer .pop-main div,.pop-layer .pop-main img {
  display: inline-block
}
.pop-layer .pop-main img.pop-arrow {
  top: 40px;
  position: absolute
}
.pop-layer .pop-main.sideMenu {
  top: auto;
  background-color: transparent
}
.pop-layer .pop-main.sideMenu a,.pop-layer .pop-main.sideMenu div {
  float: none
}
.pop-layer .pop-main.sideMenu a {
  height: 100%;
  display: block
}
.pop-layer .pop-main.sideMenu div {
  height: auto
}
.pop-layer .pop-main.sideMenu div:first-child {
  background-color: transparent;
  line-height: normal
}
.pop-layer .pop-main.sideMenu div:first-child i {
  position: absolute
}
.pop-layer .pop-main.sideMenu div:hover {
  background-color: transparent!important
}
.pop-layer .pop-main.sideMenu .layer-right div {
  height: auto
}
.pop-layer .pop-main.sideMenu .layer-right i {
  right: 0
}
.pop-layer .pop-main.sideMenu .layer-left div {
  height: auto
}
.pop-layer .pop-main.sideMenu .layer-left i {
  left: 0
}
.pop-layer .float-box {
  z-index: 1;
  position: fixed;
  bottom: 0
}
.pop-layer .float-box-slice {
  opacity: 0;
  transition: all 1s;
  transition-delay: 2s
}
.pop-layer .float-box-slice.show {
  opacity: 1
}
.pop-layer .float-box .float-close {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  cursor: pointer;
  top: -18px;
  right: -45px;
  background: url(/pc/image-pc/button/close.png) no-repeat
}
.pop-layer .float-box .slick-slider div {
  left: auto;
  right: auto;
  display: inline-block
}
.pop-layer .float-box .slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.pop-layer .float-box .slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.pop-layer .sidebar ul,.pop-layer .sidebar ul li,.pop-layer .sideMenu {
  transition: all .4s cubic-bezier(.4,.01,.165,.99)
}
.pop-layer .sidebar-right .Service.on,.pop-layer .sideMenu-right.on {
  transform: translate3d(100%,0,0)
}
.pop-layer .sidebar-left .Service.on,.pop-layer .sideMenu-left.on {
  transform: translate3d(-100%,0,0)
}
.pop-layer .sideMenu {
  width: 100px;
  overflow: hidden;
  position: fixed;
  bottom: 67px;
  z-index: 99;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  padding-bottom: 5px
}
.pop-layer .sideMenu-right {
  right: 4%
}
.pop-layer .sideMenu-left {
  left: 4%
}
.pop-layer .sideMenu.on {
  opacity: 0
}
.pop-layer .sideMenu div {
  width: 100%;
  position: relative;
  height: 32px
}
.pop-layer .sideMenu div:first-child span {
  line-height: 30px
}
.pop-layer .sideMenu div i {
  width: 18px;
  height: 18px;
  color: #0088fe
}
.pop-layer .sideMenu div a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  line-height: normal
}
.pop-layer .sideMenu div a:hover i {
  color: #fff
}
.pop-layer .sideMenu div span {
  line-height: 32px;
  color: #525252;
  font-size: 14px
}
.pop-layer .sideMenu div.layer-img {
  height: auto;
  text-align: center
}
.pop-layer .sideMenu div.layer-img:hover {
  background-color: transparent
}
.pop-layer .sideMenu div.layer-img a[href="javascript:;"] {
  cursor: default
}
.pop-layer .sideMenu div.layer-img span {
  line-height: 16px
}
.pop-layer .sideMenu div:nth-child(odd) {
  background-color: #f5f5f5
}
.pop-layer .sideMenu div:first-child {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #0088fe;
  cursor: default
}
.pop-layer .sideMenu div:first-child h1 {
  float: left;
  color: #fff;
  padding-left: 10px;
  font-weight: inherit;
  font-size: 14px;
  line-height: inherit
}
.pop-layer .sideMenu div:first-child i {
  width: 20px;
  height: 20px;
  margin: 4px;
  float: right;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block
}
.pop-layer .sideMenu div:first-child i:hover {
  transform: rotate(180deg);
  transition: all .4s cubic-bezier(.4,.01,.165,.99)
}
.pop-layer .sideMenu div:not(:first-child) i {
  float: left;
  margin: 7px 7px auto
}
.pop-layer .sideMenu div:hover:not(:first-child) {
  background-color: #5eb4ff
}
.pop-layer .sideMenu div:hover span {
  color: #fff
}
.pop-layer .sidebar {
  width: 42px;
  overflow: hidden;
  position: fixed;
  right: 4%;
  bottom: 20px;
  z-index: 99
}
.pop-layer .sidebar-right {
  right: 4%
}
.pop-layer .sidebar-left {
  left: 4%
}
.pop-layer .sidebar ul {
  float: right;
  width: 42px;
  position: relative;
  overflow: hidden
}
.pop-layer .sidebar ul li {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  background-color: #383b3f;
  cursor: pointer;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: none
}
.pop-layer .sidebar ul li:last-child {
  margin-bottom: 0
}
.pop-layer .sidebar ul li:hover {
  background-color: #0088fe
}
.pop-layer .sidebar ul li i {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
  background-image: url(/pc/image-pc/float/floating.png)
}
.pop-layer .sidebar ul li.Service i {
  background-position: 0 0
}
.pop-layer .sidebar ul li.goTop {
  opacity: 0;
  display: none
}
.pop-layer .sidebar ul li.goTop.on {
  opacity: 1;
  display: block
}
.pop-layer .sidebar ul li.goTop i {
  background-position: 0 -42px
}
.pop-layer .sidebar ul li span {
  height: 42px;
  display: block;
  float: left;
  margin-left: 3px;
  line-height: 42px;
  color: #fff
}
@media screen and (max-width: 1524px) {
  .pop-layer .pop-layer .sidebar-right,.pop-layer .pop-layer .sideMenu-right {
      left:auto;
      right: 20px
  }
  .pop-layer .pop-layer .sidebar-left,.pop-layer .pop-layer .sideMenu-left {
      left: 20px;
      right: auto
  }
}
@keyframes opacity-in {
  0% {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
.msg-box-title svg {
  pointer-events: none
}
.body-right {
  max-width: 100%;
  overflow: auto;
  letter-spacing: 2px
}
.body-right .the-content {
  display: inline-block;
  width: 100%
}
.body-right li {
  border: none;
  padding: 0
}
.body-right table,.body-right td,.body-right th,.body-right tr {
  border: 1px solid #000
}
.body-right b,.body-right strong {
  font-weight: 900
}
.body-right ol,.body-right ul {
  padding-left: 2rem
}
.body-right img {
  max-width: 100%
}
.body-right h1 {
  font-size: 2em;
  line-height: 2.5rem
}
.body-right h2 {
  font-size: 1.5em
}
.body-right h3 {
  font-size: 1.17em
}
.body-right p {
  width: 100%;
  display: table;
  -webkit-margin-before: 1em;
  margin-block-start:1em;-webkit-margin-after: 1em;
  margin-block-end:1em;-webkit-margin-start: 0;
  margin-inline-start:0;-webkit-margin-end: 0;
  margin-inline-end:0}
.body-right blockquote {
  margin: 1em 3em;
  color: #999;
  border-left: 2px solid #999;
  padding-left: 1em
}
.body-right ol li {
  list-style: decimal;
  margin-left: 3em;
  margin: 0
}
.body-right ul li {
  list-style: initial;
  margin-left: 3em;
  margin: 0
}
.body-right td {
  vertical-align: middle
}
#msgBox {
  position: fixed;
  z-index: 900
}
#msgBox.registerDoc .msg-box-body>ul.list-paddingleft-2>p>span {
  font-size: 18px
}
#msgBox.registerDoc .msg-box-body h3 {
  font-weight: 700
}
#msgBox.registerDoc .msg-box-body h3,#msgBox.registerDoc .msg-box-body p {
  padding: 0 0 .8em
}
.mask {
  background-color: #000;
  width: 100%;
  opacity: .4;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 900
}
.msg-box-main {
  position: fixed;
  z-index: 901;
  top: 25%;
  left: 25%;
  background-color: #fff;
  width: 50%;
  height: 50%;
  box-shadow: 0 0 15px #5e5e5e;
  border-radius: .5rem;
  overflow: hidden
}
@media only screen and (max-width: 1200px) {
  .msg-box-main {
      width:80%;
      left: 10%
  }
}
.msg-box-main .msg-box-title {
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  background: #329acb;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 20px;
  position: relative
}
.msg-box-main .msg-box-title i.remove {
  float: right;
  line-height: 60px;
  height: 50px;
  cursor: pointer;
  padding: 0 10px
}
.msg-box-main .msg-box-title .no-remind {
  position: absolute;
  right: 15px;
  top: 0
}
.msg-box-main .msg-box-title .no-remind .wrap-no-remind,.msg-box-main .msg-box-title .no-remind {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.msg-box-main .msg-box-title .no-remind .wrap-no-remind label {
  margin-right: 10px;
  font-size: 18px;
  cursor: pointer
}
.msg-box-main .msg-box-title .no-remind .wrap-no-remind input[type=checkbox] {
  position: relative;
  right: -16px;
  z-index: -1
}
.msg-box-main .msg-box-title .no-remind .wrap-no-remind .frame {
  background-color: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  cursor: pointer
}
.msg-box-main .msg-box-title .no-remind .wrap-no-remind .frame i {
  color: #000;
  position: relative;
  bottom: 16px;
  width: .9rem;
  height: .9rem
}
.msg-box-main .msg-box-body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 4.5rem)
}
.msg-box-main .msg-box-body .body-left {
  width: 22%;
  height: 100%;
  border-right: 1px solid #329acb;
  padding: 1rem 0 1rem 1rem;
  min-width: 11rem;
  overflow-y: auto;
  overflow-x: hidden
}
.msg-box-main .msg-box-body .body-left .news-list {
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  cursor: pointer
}
.msg-box-main .msg-box-body .body-left .news-list.active:after {
  position: absolute;
  right: -.5rem;
  top: 30%;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #329acb;
  transform: rotate(45deg)
}
.msg-box-main .msg-box-body .body-left .news-list .news-time {
  color: #999;
  margin-top: .5rem
}
.msg-box-main .msg-box-body .body-left .news-list .news-title {
  color: #329acb;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: .5rem 0;
  padding: 1rem 0;
  word-break: break-all;
  text-overflow: ellipsis
}
.msg-box-main .msg-box-body .body-center,.msg-box-main .msg-box-body .body-right {
  height: 100%;
  padding: 1rem 1.5rem;
  overflow-y: auto
}
.msg-box-main .msg-box-body .body-center.body-right,.msg-box-main .msg-box-body .body-right.body-right {
  width: 78%
}
.msg-box-main .msg-box-body .body-center.body-center,.msg-box-main .msg-box-body .body-right.body-center {
  width: 100%;
  line-height: 1.5rem
}
.msg-box-main .msg-box-body ul {
  padding: 20px 20px 0;
  overflow: hidden
}
.msg-box-main .msg-box-body ul li {
  line-height: 22px;
  color: #000
}
.msg-box-main .msg-box-body ul li.red {
  color: #c00
}
.conversion {
  min-width: 500px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  text-align: center;
  outline: 0;
  background: rgba(0,0,0,.4);
  font-size: 18px;
  font-family: \\5FAE\8F6F\96C5\9ED1
}
.conversion:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.conversion .mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0
}
.conversion .conversion-dialog {
  margin: auto;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  transition: all .1s
}
.conversion .conversion-dialog .conversion-content {
  width: 460px;
  height: 400px;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0
}
.conversion .conversion-dialog .conversion-content .close {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 190%;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  cursor: pointer;
  background-image: none;
  background-color: #000;
  border-radius: 99%;
  border: 0;
  -webkit-appearance: none;
  line-height: 1rem;
  color: #fff;
  font-family: serif;
  outline: none
}
.conversion .conversion-dialog .conversion-content .conversion-body {
  position: relative;
  padding: .6rem
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header {
  width: 370px;
  margin: 10px auto 0;
  text-align: center;
  font-weight: 700
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header li {
  display: inline-block;
  width: 125px;
  float: left
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header li .icon {
  height: 125px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 5px;
  background-image: url(/pc/image-pc/atm/transfer_arrow.png)
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header li .text {
  width: 200px;
  position: relative;
  right: 37.5px
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header li .text label {
  display: block;
  font-szie: 20px;
  color: #999;
  margin: 20px 0 0
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header li .text p {
  font-size: 30px;
  color: red;
  line-height: 50px;
  font-weight: bolder
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header li .text p i {
  margin: 0 -5px 0 -10px
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header li:nth-child(2) {
  width: 106px
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header li:first-child>div.icon {
  background-image: url(/pc/image-pc/atm/main_account.png);
  background-color: #00aba9
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-header li:last-child>div.icon {
  background-image: url(/pc/image-pc/atm/thirdparty_account.png);
  background-color: #eeb70f
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main {
  width: 400px;
  margin: auto;
  padding: 10px;
  clear: both
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main button {
  font-family: \\5FAE\8F6F\96C5\9ED1;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  float: left;
  color: #fff;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 115px;
  height: 32px;
  line-height: 32px;
  background-color: #2fade7;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 1px
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main button.btn-secondary {
  background-color: gray
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main button.btn-warning {
  background-color: #eeb70f
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main>div {
  width: 120px;
  display: inline-block;
  float: left
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main>div:first-child {
  width: 280px
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main>div:first-child input {
  margin: 0 0 10px 5px;
  width: 86%;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main>div:first-child>div button {
  width: 86px;
  height: 40px;
  font-weight: 700;
  font-size: 18px;
  margin-left: 5px;
  margin-top: 5px;
  line-height: 40px
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main>div:first-child>div button i {
  width: 1.1rem;
  height: 1rem;
  margin: 0 -3px
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main>div:last-child>button {
  float: right;
  margin: auto
}
.conversion .conversion-dialog .conversion-content .conversion-body .conversion-main>div:last-child>button:first-child {
  margin: 0 auto 50px
}
.toast-main {
  position: fixed;
  top: 20%;
  left: calc(50% - 100px);
  min-width: 200px;
  background-color: rgba(0,0,0,.85);
  border-radius: 7px;
  z-index: 903;
  padding: 3px 8px
}
.toast-main .text {
  font-size: 18px;
  padding: 10px;
  color: #fff;
  line-height: 22px
}
.slide-fade-enter-active {
  transition: all .5s ease
}
.slide-fade-leave-active {
  transition: all .5s cubic-bezier(1,.5,.8,1)
}
.slide-fade-enter,.slide-fade-leave-to {
  transform: translateY(-50px);
  opacity: 0
}
.denied-main {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 1000
}
.denied-main .content {
  text-align: center;
  margin-top: 8rem
}
.denied-main .content span {
  color: red;
  padding: 0 .2rem
}
.live-800 {
  height: 0;
  width: 0;
  right: 0;
  position: fixed;
  z-index: 900
}
.live-800-cs {
  position: fixed;
  right: 0;
  z-index: 889
}
.sound-main {
  display: none
}
.prize-wheel .pw-float {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 6rem;
  height: 6rem;
  position: fixed;
  right: 4%;
  bottom: 22rem;
  z-index: 201
}
.prize-wheel .pw-float .close-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%) scale(.8)
}
.prize-wheel .pw-float .close-wrapper .close {
  border-radius: 50%;
  background-color: #333;
  color: #eee
}
.prize-wheel .title {
  width: 80%;
  height: 12vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%)
}
.prize-wheel .container {
  height: 100vh;
  transform: scale(.9)
}
.prize-wheel .canvas-wrapper,.prize-wheel .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column
}
.prize-wheel .canvas-wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100vh;
  position: relative;
  z-index: 500
}
.prize-wheel .canvas-wrapper .arrow {
  width: 200px;
  height: 80px;
  top: -1.5rem;
  transform: translateX(-50%)
}
.prize-wheel .canvas-wrapper .arrow,.prize-wheel .canvas-wrapper .btn-go {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  left: 50%;
  z-index: 504
}
.prize-wheel .canvas-wrapper .btn-go {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}
.prize-wheel .canvas-wrapper #canvas-pw2 {
  position: absolute;
  top: 0;
  left: 50%
}
.prize-wheel .rule-wrapper {
  position: relative;
  transform: translateY(-30%)
}
.prize-wheel .rule-wrapper #canvas-notice {
  color: #fff;
  z-index: 499;
  margin: 0 auto
}
.prize-wheel .rule-wrapper .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 50%;
  color: #fff;
  z-index: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translate(-50%,-40%);
  line-height: 1.3rem;
  padding: .2rem 0;
  scrollbar-width: none;
  overflow: auto
}
.prize-wheel .rule-wrapper .content>div:first-child {
  text-align: center;
  margin: 1rem 0
}
.prize-wheel .rule-wrapper .content::-webkit-scrollbar {
  display: none
}
.prize-wheel .rule-wrapper .content table td,.prize-wheel .rule-wrapper .content table th,.prize-wheel .rule-wrapper .content table tr {
  border: 1px solid #eee
}
.prize-wheel .rule-wrapper .content>* {
  width: 95%;
  word-wrap: break-word
}
.prize-wheel .rule-wrapper .close-btn {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 50%;
  background-color: #333;
  color: #eee;
  border: 2px solid #eee
}
.prize-wheel .rule-wrapper .close-btn i {
  width: 1.5rem;
  height: 1.5rem
}
.prize-wheel .circle1,.prize-wheel .circle2 {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 502
}
.prize-wheel .common_mask {
  padding-top: 4%
}
.prize-wheel #pw-success {
  z-index: 505
}
.ne-captcha-main {
  padding: 10px
}
.ne-captcha-main .mask {
  background-color: #000;
  width: 100%;
  opacity: .4;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 900
}
.pre-login .ne-captcha-main .mask {
  z-index: 902
}
.ne-captcha-main .frame {
  padding: 10px;
  position: fixed;
  z-index: 901;
  top: 25%;
  left: calc(50% - 250px);
  background-color: #fff;
  width: 500px;
  box-shadow: 0 0 15px #5e5e5e;
  border-radius: .5rem;
  overflow: hidden
}
.pre-login .ne-captcha-main .frame {
  z-index: 903
}
.ph-pop-wrapper .container {
  width: auto;
  height: auto;
  position: relative
}
.ph-pop-wrapper .container .close-btn {
  width: 2rem;
  height: 2rem;
  top: -1rem;
  right: -1rem;
  border-radius: 50%;
  position: absolute;
  background-color: #333;
  border: 2px solid #f5f5f5
}
.ph-pop-wrapper .container .close-btn>div {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(12%,-5%)
}
.ph-pop-wrapper .container .close-btn>div:after,.ph-pop-wrapper .container .close-btn>div:before {
  content: "";
  width: 1.5rem;
  height: .2rem;
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 0
}
.ph-pop-wrapper .container .close-btn>div:after {
  transform: rotate(-45deg)
}
.ph-pop-wrapper .container .close-btn>div:before {
  transform: rotate(45deg)
}
.login-by-mobile-wrapper .lm-container {
  width: 30%;
  min-width: 600px;
  height: 300px;
  background-color: #fff;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  position: relative
}
.login-by-mobile-wrapper .lm-container .close {
  position: absolute;
  top: .4rem;
  right: .4rem;
  cursor: pointer
}
.login-by-mobile-wrapper .lm-container h5 {
  font-size: 1.1rem
}
.login-by-mobile-wrapper .lm-container .lm-form-group {
  width: 100%;
  height: auto;
  margin: 1.5rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.login-by-mobile-wrapper .lm-container .lm-form-group .form-title {
  width: 8rem;
  text-align: right
}
.login-by-mobile-wrapper .lm-container .lm-form-group input {
  border: 1px solid #d4d4d4;
  width: 15rem;
  height: 2.5rem;
  padding-left: 1rem
}
.login-by-mobile-wrapper .lm-container .lm-form-group .aucode-relative {
  position: relative
}
.login-by-mobile-wrapper .lm-container .lm-form-group .btn-authcode {
  position: absolute;
  top: 50%;
  right: .5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transform: translateY(-50%)
}
.login-by-mobile-wrapper .lm-container .lm-form-group small {
  color: #e51c23
}
.login-by-mobile-wrapper .lm-container .btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.login-by-mobile-wrapper .lm-container .btn-wrapper .btn {
  width: 8rem;
  height: 2.2rem;
  line-height: 2.2rem;
  background-color: #0088fe;
  color: #000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 1.5rem .8rem 1.5rem 0;
  cursor: pointer
}
.login-by-mobile-wrapper .lm-container .btn-wrapper .btn.btn2 {
  color: #0088fe;
  border: 1px solid #0088fe;
  background-color: #fff
}
.authcode-btn {
  border: 1px solid;
  border-radius: 1rem;
  cursor: pointer;
  padding: 0 .8rem;
  height: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #0088fe;
  font-size: .9rem
}
.authcode-btn.lock {
  background: #484e56;
  cursor: not-allowed
}
.common_mr-05 {
  margin-right: .5rem
}
.common_mr-1 {
  margin-right: 1rem
}
.common_mr-15 {
  margin-right: 1.5rem;
  font-weight: 600
}
.common_m-l {
  margin-left: 1rem
}
.common_ml-2 {
  margin-left: 2rem
}
.common_mb-2 {
  margin-bottom: 2rem
}
.common_mb-3 {
  margin-bottom: 3rem
}
.common_mb-4 {
  margin-bottom: 4rem
}
.common_mb-1 {
  margin-bottom: 1rem
}
.common_mb-5 {
  margin-bottom: 5rem
}
.common_mr-2 {
  margin-right: 2rem
}
.common_ml-3 {
  margin-left: 3rem
}
.common_ml-03 {
  margin-left: .3rem
}
.common_mt-05 {
  margin-top: .5rem
}
.common_mt-15 {
  margin-top: 1.5rem
}
.common_color-orange {
  color: #ff8635
}
.common_pt-0 {
  padding-top: 0!important
}
.common_pt-1 {
  padding-top: 1rem
}
.common_color-red {
  color: #e51c23!important
}
.common_color-blue {
  color: #0783f5!important
}
.common_bold {
  font-weight: 550!important
}
.common_lh-18 {
  line-height: 1.8rem!important
}
.common_lh-25 {
  line-height: 2.5rem!important
}
.common_fz-1 {
  font-size: 1rem!important
}
.common_fz-11 {
  font-size: 1.1rem!important
}
.common_fz-13 {
  font-size: 1.3rem!important
}
.common_fz-14 {
  font-size: 1.4rem!important
}
.common_fz-15 {
  font-size: 1.5rem!important
}
.common_nowrap {
  white-space: nowrap!important
}
.common_color-grey {
  color: #8e8d8d!important
}
.common_color-grey2 {
  color: #a9a9a9!important
}
.common_color-grey3 {
  color: #767676!important
}
.common_head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3rem;
  background: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10
}
.common_head span:first-child {
  position: absolute;
  padding-left: .5rem
}
.common_head span:first-child,.common_mask {
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.common_mask {
  background-color: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 500;
  transition: .3s;
  -ms-flex-pack: center;
  justify-content: center
}
.pre-login .common_mask {
  z-index: 902
}
.common_flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.fade-enter-active,.fade-leave-active {
  transition: opacity .3s
}
.fade-enter,.fade-leave-to {
  opacity: 0
}
.sb-container {
  width: 100%
}
.sb-container iframe {
  margin-left: calc(50% - 600px);
  border-radius: 8px;
  width: 1200px
}
.sb-entry {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url(/pc/image-pc/common/sport-bet.png);
  background-position: 50%;
  background-size: contain;
  position: fixed;
  right: 4%;
  bottom: 31rem;
  z-index: 201;
  cursor: pointer
}
.sb-entry-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  display: inline-block;
  text-align: center;
  background-color: #3da942;
  color: #fff;
  border-radius: 999px;
  white-space: nowrap;
  padding: 5px 10px;
  border: 1px solid #fff
}
.sb-close-wrapper {
  position: absolute;
  top: .3rem;
  right: .3rem;
  transform: translate(50%,-50%) scale(.8);
  border-radius: 50%;
  background-color: #333;
  color: #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer
}
.import-password-main .ippw-form {
  min-width: 450px
}
.import-password-main {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.import-password-main .ippw-form {
  min-width: 550px;
  width: auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 8px
}
.import-password-main .impw-tips {
  color: #f40c0c;
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}
.import-password-main .ippw-body {
  padding: 10px
}
.import-password-main .ippw-header {
  background-color: #39c;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 20px
}
.import-password-main .ippw-close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer
}
.import-password-main .ippw-close i {
  color: #fff
}
.import-password-main .ippw-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0
}
.import-password-main .ippw-row.ippw-error {
  padding-top: 0;
  margin-left: 90px
}
.import-password-main .ippw-input {
  outline: 0;
  border: 1px solid #ccc;
  color: #555;
  font-size: 16px;
  padding: 8px 5px;
  border-radius: 5px;
  width: 100%
}
.import-password-main .ippw-input::-webkit-input-placeholder {
  color: #a1a1a1
}
.import-password-main .ippw-input:-ms-input-placeholder,.import-password-main .ippw-input::-ms-input-placeholder {
  color: #a1a1a1
}
.import-password-main .ippw-input::placeholder {
  color: #a1a1a1
}
.import-password-main .ippw-input.ippw-input-error {
  border-color: #dc3545
}
.import-password-main .ippw-label {
  width: 90px;
  text-align: right;
  margin-right: 5px
}
.import-password-main .ippw-input-wrap {
  width: 240px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center
}
.import-password-main .ippw-input-wrap i {
  width: 18px;
  height: 18px
}
.import-password-main .ippw-error-msg {
  padding-left: 5px;
  font-size: 14px
}
.import-password-main .ippw-foot {
  padding: 10px;
  text-align: center
}
.import-password-main .ippw-btn {
  background-color: #39c;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  padding: 6px 20px;
  cursor: pointer
}
.import-password-main .ippw-btn:hover {
  background-color: #297aa3
}
.import-password-main .ippw-red {
  color: #dc3545
}
.h-captcha-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.6)
}
.h-captcha-main iframe {
  height: 100vh
}
.h-captcha-main .anquan {
  color: #9f9;
  margin-right: 5px
}
.h-captcha-main .text-wrap {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  background: rgba(0,0,0,.8);
  padding: .5rem;
  border-radius: 1.5rem
}
.normal-captcha-main {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 902;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start
}
.normal-captcha-main .frame {
  width: 300px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 160px
}
.normal-captcha-main .header {
  background-color: #39c;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1.2rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  position: relative
}
.normal-captcha-main .remove-wrpa {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer
}
.normal-captcha-main input {
  outline: 0;
  border: 1px solid #747474;
  border-radius: 6px;
  color: #2b2b2b;
  width: 38px;
  height: 44px;
  margin-right: 10px;
  font-size: 28px;
  text-align: center;
  font-weight: 700
}
.normal-captcha-main .content-wrap {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 10px
}
.normal-captcha-main .content-wrap,.normal-captcha-main .content-wrap .img-wrap,.normal-captcha-main .content-wrap .input-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.normal-captcha-main .content-wrap .img-wrap {
  margin-bottom: 1rem
}
.normal-captcha-main .content-wrap .img-wrap img {
  width: 100px;
  margin-right: 1rem
}
.normal-captcha-main .footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px
}
.normal-captcha-main .footer button {
  font-size: 18px;
  cursor: pointer;
  padding: 11px 0;
  width: 100px;
  background-color: #078ed4;
  color: #fff;
  border-radius: 6px
}
.normal-captcha-main .footer button:hover {
  background-color: #297aa3
}
.normal-captcha-main .icon-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.normal-captcha-main .icon-wrap.is-loading {
  animation: "nc-spin" 1s linear infinite
}
@keyframes nc-spin {
  to {
      transform: rotate(1turn)
  }
}
#scroller-wrap {
  position: fixed;
  z-index: 210
}
#scroller-wrap .single-without-scroll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}
#scroller-wrap .single-without-scroll .s-img {
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-bottom: .2rem
}
#scroller-wrap .single-without-scroll .s-txt {
  color: #fff;
  background-color: rgba(0,0,0,.55);
  text-align: center;
  padding: 5px;
  border-radius: 1rem
}
#scroller-wrap .scroller-entry {
  position: relative
}
#scroller-wrap .toggle-btn {
  background-image: url(/pc/image-pc/common/scroller/toggle_btn.png);
  cursor: pointer;
  width: 5.5rem;
  height: 5.5rem
}
#scroller-wrap .toggle-btn.rotate {
  transform: rotate(45deg) scale(.75);
  transition: .382s
}
#scroller-wrap .toggle-btn.rotateback {
  transform: rotate(0deg) scale(1);
  transition: .382s
}
#scroller-wrap .backround-dark {
  background-color: rgba(0,0,0,.55);
  border-radius: 24px;
  height: 115px;
  padding: 0 20px
}
#scroller-wrap .backround-dark .arrow-icon-l,#scroller-wrap .backround-dark .arrow-icon-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  z-index: 211;
  color: #fff
}
#scroller-wrap .backround-dark .arrow-icon-l {
  left: 10px;
  color: #d6d6d6
}
#scroller-wrap .backround-dark .arrow-icon-r {
  right: 10px
}
#scroller-wrap .scroller-view {
  height: 120px;
  color: #fff;
  overflow: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  overflow-x: hidden
}
#scroller-wrap .scroller-view::-moz-scrollbar {
  height: 3px
}
#scroller-wrap .scroller-view::-webkit-scrollbar {
  height: 3px
}
#scroller-wrap .scroller-view::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
  color: #fff
}
#scroller-wrap .scroller-view::-webkit-scrollbar-track {
  border: none;
  background-color: transparent
}
#scroller-wrap .scroller-view::-webkit-scrollbar-track-piece {
  background-color: transparent
}
#scroller-wrap .scroller-view .full-scroller {
  width: auto;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: .382s
}
#scroller-wrap .scroller-view .scroller-item-wrap {
  position: relative;
  width: 25%;
  height: 100%
}
#scroller-wrap .scroller-view .scroller-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
#scroller-wrap .scroller-view .scroller-item .s-img {
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-bottom: .2rem
}
#scroller-wrap .backround-dark,#scroller-wrap .scroller-view {
  position: absolute;
  top: 50%;
  left: 0
}
#scroller-wrap .backround-dark.active,#scroller-wrap .scroller-view.active {
  animation-duration: .382s;
  animation-name: SlideToLeft;
  animation-direction: forwards;
  animation-timing-function: ease-in-out
}
#scroller-wrap .backround-dark.revert,#scroller-wrap .scroller-view.revert {
  animation-duration: .382s;
  animation-name: SlideToRight;
  animation-direction: reverse;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both
}
#scroller-wrap .backround-dark.notShow,#scroller-wrap .scroller-view.notShow {
  display: none
}
@keyframes SlideToLeft {
  0% {
      left: 61.8%;
      opacity: .1
  }
  to {
      left: 0;
      opacity: 1
  }
}
@keyframes SlideToRight {
  0% {
      left: 61.8%;
      opacity: .1
  }
  to {
      left: 0;
      opacity: 1
  }
}
#scroller-wrap .com-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%
}
.skitter {
  max-width: 800px;
  height: 300px
}
.skitter.with-dots,.skitter.with-thumbs {
  margin-bottom: 60px
}
.skitter>a img,.skitter>img {
  max-width: none
}
.skitter .container_skitter {
  overflow: hidden;
  position: relative
}
.skitter .container_skitter .image_main {
  width: 100%
}
.skitter .image>a img,.skitter .image>img {
  width: 100%;
  display: none
}
.skitter .box_clone {
  width: 100px;
  overflow: hidden;
  display: none
}
.skitter .box_clone,.skitter .box_clone img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20
}
.skitter .prev_button {
  left: 35px
}
.skitter .next_button,.skitter .prev_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 152;
  overflow: hidden;
  text-indent: -9999em;
  transition: all .2s
}
.skitter .next_button {
  right: 35px
}
.skitter .next_button:hover,.skitter .prev_button:hover {
  opacity: .5
}
.skitter .info_slide {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
  background-color: #000;
  color: #fff;
  font: 700 11px arial;
  padding: 5px 0 5px 5px;
  border-radius: 5px;
  opacity: .75
}
.skitter .info_slide .image_number {
  background-color: #333;
  float: left;
  padding: 2px 10px;
  margin: 0 5px 0 0;
  cursor: pointer;
  border-radius: 2px;
  transition: all .2s
}
.skitter .info_slide .image_number:hover {
  background-color: #000
}
.skitter .info_slide .image_number.image_number_select {
  background-color: #ccc;
  color: #000
}
.skitter .container_thumbs {
  position: relative;
  overflow: hidden;
  height: 50px
}
.skitter .info_slide_thumb {
  height: 50px;
  border-radius: 0;
  overflow: hidden;
  top: auto;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 1
}
.skitter .info_slide_thumb .image_number {
  overflow: hidden;
  width: 100px;
  height: 50px;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-size: cover;
  background-position: 50%
}
.skitter .info_slide_thumb .image_number.image_number_select {
  opacity: .4
}
.skitter .box_scroll_thumbs {
  padding: 0
}
.skitter .box_scroll_thumbs .scroll_thumbs {
  position: absolute;
  bottom: 60px;
  left: 50px;
  background-color: #ccc;
  width: 200px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 101;
  cursor: pointer;
  border: 0 solid #333
}
.skitter .info_slide_dots {
  position: absolute;
  bottom: -40px;
  z-index: 151;
  padding: 5px 0 5px 5px;
  border-radius: 50px
}
.skitter .info_slide_dots .image_number {
  background-color: #999;
  border-radius: 50px;
  text-indent: -9999em;
  transition: all .2s
}
.skitter .info_slide_dots .image_number:hover {
  background-color: #777
}
.skitter .info_slide_dots .image_number.image_number_select {
  background-color: #222
}
.loading {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 10000;
  margin: -16px;
  color: #fff;
  text-indent: -9999em;
  overflow: hidden;
  width: 32px;
  height: 32px
}
.label_skitter {
  z-index: 150;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  background: linear-gradient(transparent,#000);
  width: 100%
}
.label_skitter p {
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: 14px
}
.progressbar {
  background-color: #000;
  position: absolute;
  top: 5px;
  left: 15px;
  height: 5px;
  width: 200px;
  z-index: 99;
  border-radius: 20px
}
.preview_slide {
  display: none;
  z-index: 152;
  bottom: 30px;
  left: -40px;
  width: 100px;
  background-color: #fff;
  border: 1px solid #222;
  box-shadow: 2px 2px 5px rgba(0,0,0,.7)
}
.preview_slide,.preview_slide ul {
  position: absolute;
  height: 100px;
  overflow: hidden
}
.preview_slide ul {
  margin: 0;
  list-style: none;
  display: block;
  top: 0;
  left: 0
}
.preview_slide ul li {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  display: block
}
.preview_slide ul li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: auto
}
#overlay_skitter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  opacity: 1;
  background-color: #000
}
.skitter .focus_button {
  z-index: 100
}
.skitter .focus_button,.skitter .play_pause_button {
  position: absolute;
  overflow: hidden;
  text-indent: -9999em;
  opacity: 0;
  transition: all .2s
}
.skitter .play_pause_button {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 151
}
.skitter .focus_button:hover,.skitter .play_pause_button:hover {
  opacity: .5
}
.skitter .focus_button,.skitter .next_button,.skitter .play_pause_button,.skitter .prev_button {
  display: block;
  background: url(/pc/image-pc/skitter/sprite-default.png) no-repeat;
  background-size: 84px auto
}
.skitter .next_button {
  background-position: 0 -42px;
  width: 42px;
  height: 42px
}
.skitter .prev_button {
  background-position: -42px -42px;
  width: 42px;
  height: 42px
}
.skitter .play_pause_button {
  background-position: 0 0;
  width: 42px;
  height: 42px
}
.skitter .play_pause_button.play_button {
  background-position: 0 -84px;
  width: 42px;
  height: 42px
}
.skitter .focus_button {
  background-position: -42px 0;
  width: 42px;
  height: 42px;
  top: 35px;
  left: 35px
}
.skitter-clean .focus_button,.skitter-clean .next_button,.skitter-clean .play_pause_button,.skitter-clean .prev_button {
  display: block;
  background: url(/pc/image-pc/skitter/sprite-clean.png) no-repeat;
  background-size: 47px auto
}
.skitter-clean .prev_button {
  background-position: 0 0;
  width: 47px;
  height: 46px
}
.skitter-clean .next_button {
  background-position: 0 -46px;
  width: 47px;
  height: 46px
}
.skitter-clean .play_pause_button {
  background-position: 0 -133px;
  width: 41px;
  height: 41px
}
.skitter-clean .play_pause_button.play_button {
  background-position: 0 -92px;
  width: 41px;
  height: 41px
}
.skitter-clean .focus_button {
  background-position: 0 -174px;
  width: 41px;
  height: 41px
}
.skitter-clean .info_slide {
  background-color: transparent
}
.skitter-clean .info_slide .image_number {
  background-color: #fff;
  box-shadow: 1px 1px 0 rgba(0,0,0,.2);
  font-size: 12px;
  font-weight: 400;
  color: #333
}
.skitter-clean .info_slide .image_number:hover {
  background-color: #ccc
}
.skitter-clean .info_slide .image_number.image_number_select {
  background-color: #111;
  color: #fff
}
.skitter-clean .info_slide_dots {
  background: rgba(0,0,0,.07);
  box-shadow: 1px 1px 0 rgba(0,0,0,.3)
}
.skitter-clean .info_slide_dots .image_number {
  width: 14px;
  height: 14px;
  background-color: #999
}
.skitter-clean .info_slide_dots .image_number:hover {
  background-color: #333
}
.skitter-clean .info_slide_dots .image_number.image_number_select {
  background-color: #111
}
.skitter-clean .progressbar {
  top: 5px;
  left: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 0 rgba(0,0,0,.5)
}
.skitter-minimalist .focus_button,.skitter-minimalist .next_button,.skitter-minimalist .play_pause_button,.skitter-minimalist .prev_button {
  display: block;
  background: url(/pc/image-pc/skitter/sprite-minimalist.png) no-repeat;
  background-size: 24px auto
}
.skitter-minimalist .prev_button {
  background-position: 0 0;
  width: 24px;
  height: 28px
}
.skitter-minimalist .next_button {
  background-position: 0 -28px;
  width: 24px;
  height: 28px
}
.skitter-minimalist .play_pause_button {
  background-position: 0 -74px;
  width: 18px;
  height: 18px;
  transform: none;
  top: 35px;
  left: 35px
}
.skitter-minimalist .play_pause_button.play_button {
  background-position: 0 -56px;
  width: 18px;
  height: 18px
}
.skitter-minimalist .focus_button {
  background-position: 0 -92px;
  width: 18px;
  height: 18px;
  transform: none;
  top: 35px;
  left: 95px
}
.skitter-minimalist .info_slide {
  background-color: transparent
}
.skitter-minimalist .info_slide .image_number {
  background-color: #000;
  box-shadow: 1px 1px 0 hsla(0,0%,100%,.2);
  font-size: 12px;
  font-weight: 400;
  background-color: #999
}
.skitter-minimalist .info_slide .image_number:hover {
  background-color: #111
}
.skitter-minimalist .info_slide .image_number.image_number_select {
  background-color: #ccc
}
.skitter-minimalist .info_slide_dots .image_number {
  width: 14px;
  height: 14px;
  box-shadow: 1px 1px 0 hsla(0,0%,100%,.2);
  background-color: #999
}
.skitter-minimalist .info_slide_dots .image_number:hover {
  background-color: #111
}
.skitter-minimalist .info_slide_dots .image_number.image_number_select {
  background-color: #ccc
}
.skitter-round .focus_button,.skitter-round .next_button,.skitter-round .play_pause_button,.skitter-round .prev_button {
  display: block;
  background: url(/pc/image-pc/skitter/sprite-round.png) no-repeat;
  background-size: 47px auto
}
.skitter-round .prev_button {
  background-position: 0 0;
  width: 23px;
  height: 47px;
  left: -23px
}
.skitter-round .next_button {
  background-position: -23px 0;
  width: 23px;
  height: 47px;
  right: -23px
}
.skitter-round .next_button:hover,.skitter-round .prev_button:hover {
  opacity: 1
}
.skitter-round .play_pause_button {
  background-position: 0 -70px;
  width: 47px;
  height: 23px;
  top: 0;
  left: 24px;
  transform: none
}
.skitter-round .play_pause_button.play_button {
  background-position: 0 -47px;
  width: 47px;
  height: 23px
}
.skitter-round .focus_button {
  background-position: 0 -93px;
  width: 47px;
  height: 23px;
  top: 0;
  left: 82px;
  margin-top: 0
}
.skitter-round .info_slide {
  background-color: transparent
}
.skitter-round .info_slide .image_number {
  background-color: #777;
  box-shadow: 1px 1px 0 hsla(0,0%,100%,.2);
  font-size: 12px;
  font-weight: 400
}
.skitter-round .info_slide .image_number:hover {
  background-color: #333
}
.skitter-round .info_slide .image_number.image_number_select {
  background-color: #111;
  color: #fff
}
.skitter-round .info_slide_dots .image_number {
  width: 14px;
  height: 14px;
  box-shadow: 1px 1px 0 hsla(0,0%,100%,.2);
  background-color: #777
}
.skitter-round .info_slide_dots .image_number:hover {
  background-color: #333
}
.skitter-round .info_slide_dots .image_number.image_number_select {
  background-color: #111
}
.skitter-round .progressbar {
  top: -10px;
  left: 0;
  background-color: #333;
  box-shadow: 1px 1px 0 hsla(0,0%,100%,.3)
}
.skitter-square .focus_button,.skitter-square .next_button,.skitter-square .play_pause_button,.skitter-square .prev_button {
  display: block;
  background: url(/pc/image-pc/skitter/sprite-square.png) no-repeat;
  background-size: 110px auto
}
.skitter-square .play_pause_button {
  background-position: -55px 0;
  width: 55px;
  height: 55px;
  top: 10px;
  left: 10px;
  bottom: auto;
  right: auto;
  margin-top: 0;
  transform: none
}
.skitter-square .play_pause_button.play_button {
  background-position: 0 0;
  width: 55px;
  height: 55px
}
.skitter-square .focus_button {
  background-position: -55px -55px;
  width: 55px;
  height: 55px;
  top: 10px;
  left: 65px;
  bottom: auto;
  right: auto;
  margin-top: 0;
  transform: none
}
.skitter-square .next_button {
  background-position: 0 -55px;
  right: 10px
}
.skitter-square .next_button,.skitter-square .prev_button {
  width: 55px;
  height: 55px;
  top: 10px;
  left: auto;
  margin: 0;
  transform: none
}
.skitter-square .prev_button {
  background-position: 0 -110px;
  right: 65px
}
.skitter-square .info_slide {
  background-color: transparent
}
.skitter-square .info_slide .image_number {
  background-color: #fff;
  box-shadow: 1px 1px 0 rgba(0,0,0,.2);
  font-size: 12px;
  font-weight: 400;
  color: #333
}
.skitter-square .info_slide .image_number:hover {
  background-color: #ccc
}
.skitter-square .info_slide .image_number.image_number_select {
  background-color: #111;
  color: #fff
}
.skitter-square .info_slide_dots .image_number {
  width: 14px;
  height: 14px;
  box-shadow: 1px 1px 0 hsla(0,0%,100%,.2);
  background-color: #ccc
}
.skitter-square .info_slide_dots .image_number:hover {
  background-color: #999
}
.skitter-square .info_slide_dots .image_number.image_number_select {
  background-color: #555
}
.skitter-square .progressbar {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  height: 2px
}
@media (max-width: 1024px) {
  .skitter .info_slide,.skitter .info_slide_dots {
      display:none
  }
}
.skitter-spinner {
  padding: 10px 12px;
  border-radius: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.skitter-spinner .icon-sending {
  display: inline-block;
  animation: rotateMe .5s linear infinite;
  border-radius: 100%;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  width: 20px;
  height: 20px;
  vertical-align: top
}
@keyframes rotateMe {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(1turn)
  }
}
.banner-height {
  margin: 0 auto;
  overflow: hidden
}
.banner-container,.banner-height {
  width: 100%;
  height: auto;
  position: relative
}
.banner-container {
  left: 0;
  overflow-y: hidden
}
.container_skitter {
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}
.container_skitter a {
  display: block
}
.skitter {
  z-index: 1;
  position: relative;
  background: #000
}
.skitter,.skitter .image {
  overflow: hidden
}
.skitter .image .label_skitter {
  z-index: 150;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  background: linear-gradient(transparent,#000);
  width: 100%
}
.skitter .box_clone {
  min-width: 100%
}
.skitter ul {
  width: 100%;
  display: none
}
.skitter .info_slide_dots {
  bottom: 25px
}
.skitter .info_slide_dots .image_number {
  width: 14px;
  height: 14px;
  background: #fff;
  float: left;
  padding: 0 15px;
  margin: 0 5px 0 0;
  cursor: pointer;
  border-radius: 2px;
  text-indent: -99em;
  opacity: .5;
  overflow: hidden;
  transition: all .5s
}
.skitter .info_slide_dots .image_number.image_number_select {
  background: #c00;
  float: left;
  padding: 0 15px;
  margin: 0 5px 0 0
}
.skitter {
  width: 100%!important;
  max-width: 100%!important;
  height: 355px!important
}
.banner-skitter .banner-height,.skitter .box_clone,.skitter .container_skitter,.skitter .container_skitter a,.skitter .container_skitter img {
  width: 1920px!important;
  max-width: 1920px!important;
  height: 355px!important;
  overflow: hidden
}
.banner-skitter {
  background: #400;
  overflow: hidden
}
.skitter .next_button,.skitter .prev_button {
  width: 70px;
  height: 130px
}
.skitter .prev_button {
  left: 48%;
  margin-left: -800px;
  background: url(/pc/image-pc/skitter/sprite-left.png) no-repeat 0 0
}
.skitter .next_button {
  right: 52%;
  margin-right: -800px;
  background: url(/pc/image-pc/skitter/sprite-right.png) no-repeat 0 0
}
.slidesjs-container.no-roll {
  position: relative
}
.slidesjs-container.no-roll a {
  left: 1200px
}
.banner-main .slidesjs-control a {
  text-align: center
}
.banner-main .slidesjs-control img {
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%
}
.banner-main .banner-btn {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 60px/2);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover
}
.banner-main .banner-btn.banner-btn-l {
  left: 5%;
  background-image: url(/pc/image-pc/skitter/arrow-l.png)
}
.banner-main .banner-btn.banner-btn-r {
  right: 5%;
  background-image: url(/pc/image-pc/skitter/arrow-r.png)
}
.banner-main .slick-next,.banner-main .slick-prev {
  width: 2rem;
  height: 2.5rem;
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1
}
.banner-main .slick-next:before,.banner-main .slick-prev:before {
  font-family: slick;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.banner-main .slick-prev {
  left: 10%
}
[dir=rtl] .banner-main .slick-prev {
  left: auto;
  right: 0
}
.banner-main .slick-next {
  right: 10%
}
[dir=rtl] .banner-main .slick-next {
  left: 25px;
  right: 0
}
.banner-main .slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}
.banner-main .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px
}
.banner-main .slick-dots li button {
  border: 0;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  background: hsla(0,0%,100%,.9)
}
.banner-main .slick-dots li button:before {
  display: none
}
.banner-main .slick-dots li.slick-active button {
  background: #a26a00
}
.banner-main .slick-slider {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  direction: ltr
}
.banner-main .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 0 -960px;
  padding: 0;
  left: 50%;
  max-width: 1920px
}
.banner-main .slick-list:focus {
  outline: none
}
.banner-main .slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.banner-main .slick-slider .slick-list,.banner-main .slick-slider .slick-track {
  transform: translateZ(0)
}
.banner-main .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}
.banner-main .slick-track:after,.banner-main .slick-track:before {
  content: "";
  display: table
}
.banner-main .slick-track:after {
  clear: both
}
.slick-loading .banner-main .slick-track {
  visibility: hidden
}
.banner-main .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .banner-main .slick-slide {
  float: right
}
.banner-main .slick-slide .grabbable {
  cursor: grabbing;
  cursor: -webkit-grabbing
}
.banner-main .slick-slide img {
  width: 100%;
  display: block;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr
}
.banner-main .slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .banner-main .slick-slide {
  display: block;
  outline: none
}
.slick-loading .banner-main .slick-slide {
  visibility: hidden
}
.slick-vertical .banner-main .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.banner-main .slick-arrow.slick-hidden {
  display: none
}
.banner-main .flash-swf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.slick-rwd {
  max-height: none!important;
  min-height: auto!important;
  height: auto!important
}
.slick-rwd .slider-box {
  max-width: 1920px;
  height: auto;
  margin: auto!important
}
.slick-rwd .slick-list {
  margin: auto;
  left: auto;
  max-width: none
}
.slick-rwd ul.slick-dots {
  bottom: 4%
}
.slick-rwd ul.slick-dots li[style^=background-image] {
  width: 6vw;
  max-width: 115px;
  min-width: 75px;
  height: 2.65vw;
  max-height: 49px;
  min-height: 32px
}
.slick-rwd ul.slick-dots li[style^=background-image] button[type=button] {
  transform: translateY(0);
  bottom: -4px;
  position: absolute
}
.slick-fade .slick-list .slick-active {
  animation: _fade .5s ease-out forwards
}
@keyframes _fade {
  0% {
      transform: scale(.8);
      opacity: 0
  }
  to {
      transform: scale(1);
      opacity: 1
  }
}
.icon_fish_BG.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg_en.png)
}
.icon_fish_BG-W.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg-w_en.png)
}
.news-header.news-icon-14 {
  background-image: url(../image/index/news_14.png);
  background-repeat: no-repeat
}
#news { opacity: 0 }
#news.news-show {
  opacity: 1;
  transition: opacity .3s ease-in
}
#news.news-hide {
  opacity: 0
}
#news .news-scroll a,#news marquee[direction=down] a,#news marquee[direction=up] a {
  display: block
}
#news .notice-board {
  z-index: 12
}
#news .news-scroll-wrap {
  position: absolute;
  right: 0;
  top: 6px;
  width: 22px
}
#news .news-scroll-wrap .news-scroll-arrow {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  cursor: pointer;
  color: #999;
  text-align: center;
  text-decoration: none;
  background: url(/pc/image-pc/news/news_arrow.png) 0 0 repeat-x
}
#news .news-scroll-wrap .news-scroll-arrow#news-scrollUp {
  margin-bottom: 2px
}
#news .news-scroll-wrap .news-scroll-arrow#news-scrollUp:hover {
  background-position: 100% 0
}
#news .news-scroll-wrap .news-scroll-arrow#news-scrollDown {
  background-position: 0 100%
}
#news .news-scroll-wrap .news-scroll-arrow#news-scrollDown:hover {
  background-position: 100% 100%
}
/*!
* animate.css -http://daneden.me/animate
* Version - 3.6.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.animated.infinite {
  animation-iteration-count: infinite
}
@keyframes bounce {
  0%,20%,53%,80%,to {
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
      transform: translateZ(0)
  }
  40%,43% {
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      transform: translate3d(0,-30px,0)
  }
  70% {
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      transform: translate3d(0,-15px,0)
  }
  90% {
      transform: translate3d(0,-4px,0)
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}
@keyframes flash {
  0%,50%,to {
      opacity: 1
  }
  25%,75% {
      opacity: 0
  }
}
.flash {
  animation-name: flash
}
@keyframes pulse {
  0% {
      transform: scaleX(1)
  }
  50% {
      transform: scale3d(1.05,1.05,1.05)
  }
  to {
      transform: scaleX(1)
  }
}
.pulse {
  animation-name: pulse
}
@keyframes rubberBand {
  0% {
      transform: scaleX(1)
  }
  30% {
      transform: scale3d(1.25,.75,1)
  }
  40% {
      transform: scale3d(.75,1.25,1)
  }
  50% {
      transform: scale3d(1.15,.85,1)
  }
  65% {
      transform: scale3d(.95,1.05,1)
  }
  75% {
      transform: scale3d(1.05,.95,1)
  }
  to {
      transform: scaleX(1)
  }
}
.rubberBand {
  animation-name: rubberBand
}
@keyframes shake {
  0%,to {
      transform: translateZ(0)
  }
  10%,30%,50%,70%,90% {
      transform: translate3d(-10px,0,0)
  }
  20%,40%,60%,80% {
      transform: translate3d(10px,0,0)
  }
}
.shake {
  animation-name: shake
}
@keyframes headShake {
  0% {
      transform: translateX(0)
  }
  6.5% {
      transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
      transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
      transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
      transform: translateX(2px) rotateY(3deg)
  }
  50% {
      transform: translateX(0)
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}
@keyframes swing {
  20% {
      transform: rotate(15deg)
  }
  40% {
      transform: rotate(-10deg)
  }
  60% {
      transform: rotate(5deg)
  }
  80% {
      transform: rotate(-5deg)
  }
  to {
      transform: rotate(0deg)
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing
}
@keyframes tada {
  0% {
      transform: scaleX(1)
  }
  10%,20% {
      transform: scale3d(.9,.9,.9) rotate(-3deg)
  }
  30%,50%,70%,90% {
      transform: scale3d(1.1,1.1,1.1) rotate(3deg)
  }
  40%,60%,80% {
      transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
  }
  to {
      transform: scaleX(1)
  }
}
.tada {
  animation-name: tada
}
@keyframes wobble {
  0% {
      transform: translateZ(0)
  }
  15% {
      transform: translate3d(-25%,0,0) rotate(-5deg)
  }
  30% {
      transform: translate3d(20%,0,0) rotate(3deg)
  }
  45% {
      transform: translate3d(-15%,0,0) rotate(-3deg)
  }
  60% {
      transform: translate3d(10%,0,0) rotate(2deg)
  }
  75% {
      transform: translate3d(-5%,0,0) rotate(-1deg)
  }
  to {
      transform: translateZ(0)
  }
}
.wobble {
  animation-name: wobble
}
@keyframes jello {
  0%,11.1%,to {
      transform: translateZ(0)
  }
  22.2% {
      transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
      transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
      transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
      transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
      transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
      transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
      transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
.jello {
  animation-name: jello;
  transform-origin: center
}
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
      animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
      opacity: 0;
      transform: scale3d(.3,.3,.3)
  }
  20% {
      transform: scale3d(1.1,1.1,1.1)
  }
  40% {
      transform: scale3d(.9,.9,.9)
  }
  60% {
      opacity: 1;
      transform: scale3d(1.03,1.03,1.03)
  }
  80% {
      transform: scale3d(.97,.97,.97)
  }
  to {
      opacity: 1;
      transform: scaleX(1)
  }
}
.bounceIn {
  animation-duration: .75s;
  animation-name: bounceIn
}
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
      animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
      opacity: 0;
      transform: translate3d(0,-3000px,0)
  }
  60% {
      opacity: 1;
      transform: translate3d(0,25px,0)
  }
  75% {
      transform: translate3d(0,-10px,0)
  }
  90% {
      transform: translate3d(0,5px,0)
  }
  to {
      transform: translateZ(0)
  }
}
.bounceInDown {
  animation-name: bounceInDown
}
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
      animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
      opacity: 0;
      transform: translate3d(-3000px,0,0)
  }
  60% {
      opacity: 1;
      transform: translate3d(25px,0,0)
  }
  75% {
      transform: translate3d(-10px,0,0)
  }
  90% {
      transform: translate3d(5px,0,0)
  }
  to {
      transform: translateZ(0)
  }
}
.bounceInLeft {
  animation-name: bounceInLeft
}
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
      animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
      opacity: 0;
      transform: translate3d(3000px,0,0)
  }
  60% {
      opacity: 1;
      transform: translate3d(-25px,0,0)
  }
  75% {
      transform: translate3d(10px,0,0)
  }
  90% {
      transform: translate3d(-5px,0,0)
  }
  to {
      transform: translateZ(0)
  }
}
.bounceInRight {
  animation-name: bounceInRight
}
@keyframes bounceInUp {
  0%,60%,75%,90%,to {
      animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
      opacity: 0;
      transform: translate3d(0,3000px,0)
  }
  60% {
      opacity: 1;
      transform: translate3d(0,-20px,0)
  }
  75% {
      transform: translate3d(0,10px,0)
  }
  90% {
      transform: translate3d(0,-5px,0)
  }
  to {
      transform: translateZ(0)
  }
}
.bounceInUp {
  animation-name: bounceInUp
}
@keyframes bounceOut {
  20% {
      transform: scale3d(.9,.9,.9)
  }
  50%,55% {
      opacity: 1;
      transform: scale3d(1.1,1.1,1.1)
  }
  to {
      opacity: 0;
      transform: scale3d(.3,.3,.3)
  }
}
.bounceOut {
  animation-duration: .75s;
  animation-name: bounceOut
}
@keyframes bounceOutDown {
  20% {
      transform: translate3d(0,10px,0)
  }
  40%,45% {
      opacity: 1;
      transform: translate3d(0,-20px,0)
  }
  to {
      opacity: 0;
      transform: translate3d(0,2000px,0)
  }
}
.bounceOutDown {
  animation-name: bounceOutDown
}
@keyframes bounceOutLeft {
  20% {
      opacity: 1;
      transform: translate3d(20px,0,0)
  }
  to {
      opacity: 0;
      transform: translate3d(-2000px,0,0)
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft
}
@keyframes bounceOutRight {
  20% {
      opacity: 1;
      transform: translate3d(-20px,0,0)
  }
  to {
      opacity: 0;
      transform: translate3d(2000px,0,0)
  }
}
.bounceOutRight {
  animation-name: bounceOutRight
}
@keyframes bounceOutUp {
  20% {
      transform: translate3d(0,-10px,0)
  }
  40%,45% {
      opacity: 1;
      transform: translate3d(0,20px,0)
  }
  to {
      opacity: 0;
      transform: translate3d(0,-2000px,0)
  }
}
.bounceOutUp {
  animation-name: bounceOutUp
}
@keyframes fadeIn {
  0% {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
.fadeIn {
  animation-name: fadeIn
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translate3d(0,-100%,0)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
.fadeInDown {
  animation-name: fadeInDown
}
@keyframes fadeInDownBig {
  0% {
      opacity: 0;
      transform: translate3d(0,-2000px,0)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig
}
@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translate3d(-100%,0,0)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
.fadeInLeft {
  animation-name: fadeInLeft
}
@keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      transform: translate3d(-2000px,0,0)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig
}
@keyframes fadeInRight {
  0% {
      opacity: 0;
      transform: translate3d(100%,0,0)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
.fadeInRight {
  animation-name: fadeInRight
}
@keyframes fadeInRightBig {
  0% {
      opacity: 0;
      transform: translate3d(2000px,0,0)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translate3d(0,100%,0)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
.fadeInUp {
  animation-name: fadeInUp
}
@keyframes fadeInUpBig {
  0% {
      opacity: 0;
      transform: translate3d(0,2000px,0)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig
}
@keyframes fadeOut {
  0% {
      opacity: 1
  }
  to {
      opacity: 0
  }
}
.fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOutDown {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(0,100%,0)
  }
}
.fadeOutDown {
  animation-name: fadeOutDown
}
@keyframes fadeOutDownBig {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(0,2000px,0)
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig
}
@keyframes fadeOutLeft {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(-100%,0,0)
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft
}
@keyframes fadeOutLeftBig {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(-2000px,0,0)
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}
@keyframes fadeOutRight {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(100%,0,0)
  }
}
.fadeOutRight {
  animation-name: fadeOutRight
}
@keyframes fadeOutRightBig {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(2000px,0,0)
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig
}
@keyframes fadeOutUp {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(0,-100%,0)
  }
}
.fadeOutUp {
  animation-name: fadeOutUp
}
@keyframes fadeOutUpBig {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(0,-2000px,0)
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig
}
@keyframes flip {
  0% {
      transform: perspective(400px) rotateY(-1turn);
      animation-timing-function: ease-out
  }
  40% {
      transform: perspective(400px) translateZ(150px) rotateY(-190deg);
      animation-timing-function: ease-out
  }
  50% {
      transform: perspective(400px) translateZ(150px) rotateY(-170deg);
      animation-timing-function: ease-in
  }
  80% {
      transform: perspective(400px) scale3d(.95,.95,.95);
      animation-timing-function: ease-in
  }
  to {
      transform: perspective(400px);
      animation-timing-function: ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}
@keyframes flipInX {
  0% {
      transform: perspective(400px) rotateX(90deg);
      animation-timing-function: ease-in;
      opacity: 0
  }
  40% {
      transform: perspective(400px) rotateX(-20deg);
      animation-timing-function: ease-in
  }
  60% {
      transform: perspective(400px) rotateX(10deg);
      opacity: 1
  }
  80% {
      transform: perspective(400px) rotateX(-5deg)
  }
  to {
      transform: perspective(400px)
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  animation-name: flipInX
}
@keyframes flipInY {
  0% {
      transform: perspective(400px) rotateY(90deg);
      animation-timing-function: ease-in;
      opacity: 0
  }
  40% {
      transform: perspective(400px) rotateY(-20deg);
      animation-timing-function: ease-in
  }
  60% {
      transform: perspective(400px) rotateY(10deg);
      opacity: 1
  }
  80% {
      transform: perspective(400px) rotateY(-5deg)
  }
  to {
      transform: perspective(400px)
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  animation-name: flipInY
}
@keyframes flipOutX {
  0% {
      transform: perspective(400px)
  }
  30% {
      transform: perspective(400px) rotateX(-20deg);
      opacity: 1
  }
  to {
      transform: perspective(400px) rotateX(90deg);
      opacity: 0
  }
}
.flipOutX {
  animation-duration: .75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important
}
@keyframes flipOutY {
  0% {
      transform: perspective(400px)
  }
  30% {
      transform: perspective(400px) rotateY(-15deg);
      opacity: 1
  }
  to {
      transform: perspective(400px) rotateY(90deg);
      opacity: 0
  }
}
.flipOutY {
  animation-duration: .75s;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  animation-name: flipOutY
}
@keyframes lightSpeedIn {
  0% {
      transform: translate3d(100%,0,0) skewX(-30deg);
      opacity: 0
  }
  60% {
      transform: skewX(20deg);
      opacity: 1
  }
  80% {
      transform: skewX(-5deg);
      opacity: 1
  }
  to {
      transform: translateZ(0);
      opacity: 1
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}
@keyframes lightSpeedOut {
  0% {
      opacity: 1
  }
  to {
      transform: translate3d(100%,0,0) skewX(30deg);
      opacity: 0
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}
@keyframes rotateIn {
  0% {
      transform-origin: center;
      transform: rotate(-200deg);
      opacity: 0
  }
  to {
      transform-origin: center;
      transform: translateZ(0);
      opacity: 1
  }
}
.rotateIn {
  animation-name: rotateIn
}
@keyframes rotateInDownLeft {
  0% {
      transform-origin: left bottom;
      transform: rotate(-45deg);
      opacity: 0
  }
  to {
      transform-origin: left bottom;
      transform: translateZ(0);
      opacity: 1
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft
}
@keyframes rotateInDownRight {
  0% {
      transform-origin: right bottom;
      transform: rotate(45deg);
      opacity: 0
  }
  to {
      transform-origin: right bottom;
      transform: translateZ(0);
      opacity: 1
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight
}
@keyframes rotateInUpLeft {
  0% {
      transform-origin: left bottom;
      transform: rotate(45deg);
      opacity: 0
  }
  to {
      transform-origin: left bottom;
      transform: translateZ(0);
      opacity: 1
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft
}
@keyframes rotateInUpRight {
  0% {
      transform-origin: right bottom;
      transform: rotate(-90deg);
      opacity: 0
  }
  to {
      transform-origin: right bottom;
      transform: translateZ(0);
      opacity: 1
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight
}
@keyframes rotateOut {
  0% {
      transform-origin: center;
      opacity: 1
  }
  to {
      transform-origin: center;
      transform: rotate(200deg);
      opacity: 0
  }
}
.rotateOut {
  animation-name: rotateOut
}
@keyframes rotateOutDownLeft {
  0% {
      transform-origin: left bottom;
      opacity: 1
  }
  to {
      transform-origin: left bottom;
      transform: rotate(45deg);
      opacity: 0
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}
@keyframes rotateOutDownRight {
  0% {
      transform-origin: right bottom;
      opacity: 1
  }
  to {
      transform-origin: right bottom;
      transform: rotate(-45deg);
      opacity: 0
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight
}
@keyframes rotateOutUpLeft {
  0% {
      transform-origin: left bottom;
      opacity: 1
  }
  to {
      transform-origin: left bottom;
      transform: rotate(-45deg);
      opacity: 0
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}
@keyframes rotateOutUpRight {
  0% {
      transform-origin: right bottom;
      opacity: 1
  }
  to {
      transform-origin: right bottom;
      transform: rotate(90deg);
      opacity: 0
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight
}
@keyframes hinge {
  0% {
      transform-origin: top left;
      animation-timing-function: ease-in-out
  }
  20%,60% {
      transform: rotate(80deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out
  }
  40%,80% {
      transform: rotate(60deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
      opacity: 1
  }
  to {
      transform: translate3d(0,700px,0);
      opacity: 0
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge
}
@keyframes jackInTheBox {
  0% {
      opacity: 0;
      transform: scale(.1) rotate(30deg);
      transform-origin: center bottom
  }
  50% {
      transform: rotate(-10deg)
  }
  70% {
      transform: rotate(3deg)
  }
  to {
      opacity: 1;
      transform: scale(1)
  }
}
.jackInTheBox {
  animation-name: jackInTheBox
}
@keyframes rollIn {
  0% {
      opacity: 0;
      transform: translate3d(-100%,0,0) rotate(-120deg)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
.rollIn {
  animation-name: rollIn
}
@keyframes rollOut {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(100%,0,0) rotate(120deg)
  }
}
.rollOut {
  animation-name: rollOut
}
@keyframes zoomIn {
  0% {
      opacity: 0;
      transform: scale3d(.3,.3,.3)
  }
  50% {
      opacity: 1
  }
}
.zoomIn {
  animation-name: zoomIn
}
@keyframes zoomInDown {
  0% {
      opacity: 0;
      transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
      animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
      opacity: 1;
      transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
      animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomInDown {
  animation-name: zoomInDown
}
@keyframes zoomInLeft {
  0% {
      opacity: 0;
      transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
      animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
      opacity: 1;
      transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
      animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomInLeft {
  animation-name: zoomInLeft
}
@keyframes zoomInRight {
  0% {
      opacity: 0;
      transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
      animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
      opacity: 1;
      transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
      animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomInRight {
  animation-name: zoomInRight
}
@keyframes zoomInUp {
  0% {
      opacity: 0;
      transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
      animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
      opacity: 1;
      transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
      animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomInUp {
  animation-name: zoomInUp
}
@keyframes zoomOut {
  0% {
      opacity: 1
  }
  50% {
      opacity: 0;
      transform: scale3d(.3,.3,.3)
  }
  to {
      opacity: 0
  }
}
.zoomOut {
  animation-name: zoomOut
}
@keyframes zoomOutDown {
  40% {
      opacity: 1;
      transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
      animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
      opacity: 0;
      transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomOutDown {
  animation-name: zoomOutDown
}
@keyframes zoomOutLeft {
  40% {
      opacity: 1;
      transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }
  to {
      opacity: 0;
      transform: scale(.1) translate3d(-2000px,0,0);
      transform-origin: left center
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft
}
@keyframes zoomOutRight {
  40% {
      opacity: 1;
      transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }
  to {
      opacity: 0;
      transform: scale(.1) translate3d(2000px,0,0);
      transform-origin: right center
  }
}
.zoomOutRight {
  animation-name: zoomOutRight
}
@keyframes zoomOutUp {
  40% {
      opacity: 1;
      transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
      animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
      opacity: 0;
      transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomOutUp {
  animation-name: zoomOutUp
}
@keyframes slideInDown {
  0% {
      transform: translate3d(0,-100%,0);
      visibility: visible
  }
  to {
      transform: translateZ(0)
  }
}
.slideInDown {
  animation-name: slideInDown
}
@keyframes slideInLeft {
  0% {
      transform: translate3d(-100%,0,0);
      visibility: visible
  }
  to {
      transform: translateZ(0)
  }
}
.slideInLeft {
  animation-name: slideInLeft
}
@keyframes slideInRight {
  0% {
      transform: translate3d(100%,0,0);
      visibility: visible
  }
  to {
      transform: translateZ(0)
  }
}
.slideInRight {
  animation-name: slideInRight
}
@keyframes slideInUp {
  0% {
      transform: translate3d(0,100%,0);
      visibility: visible
  }
  to {
      transform: translateZ(0)
  }
}
.slideInUp {
  animation-name: slideInUp
}
@keyframes slideOutDown {
  0% {
      transform: translateZ(0)
  }
  to {
      visibility: hidden;
      transform: translate3d(0,100%,0)
  }
}
.slideOutDown {
  animation-name: slideOutDown
}
@keyframes slideOutLeft {
  0% {
      transform: translateZ(0)
  }
  to {
      visibility: hidden;
      transform: translate3d(-100%,0,0)
  }
}
.slideOutLeft {
  animation-name: slideOutLeft
}
@keyframes slideOutRight {
  0% {
      transform: translateZ(0)
  }
  to {
      visibility: hidden;
      transform: translate3d(100%,0,0)
  }
}
.slideOutRight {
  animation-name: slideOutRight
}
@keyframes slideOutUp {
  0% {
      transform: translateZ(0)
  }
  to {
      visibility: hidden;
      transform: translate3d(0,-100%,0)
  }
}
.slideOutUp {
  animation-name: slideOutUp
}
#notice-box-wrapper .notice-box {
  visibility: visible;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 600;
  background: rgba(0,0,0,.5)
}
#notice-box-wrapper .notice-box .notice-main {
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
#notice-box-wrapper .notice-box .notice-main .notice-img {
  width: 100%;
  max-width: 700px
}
#notice-box-wrapper .notice-box .notice-main .notice-close {
  width: 3rem;
  height: 3rem;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  background: url(/pc/image-pc/button/close.png) no-repeat;
  position: absolute;
  cursor: pointer;
  background-position: 50%
}
#notice-box-wrapper .fade-enter-active {
  animation: bounce-in-data-v-f5729ce4 .25s
}
#notice-box-wrapper .fade-leave-active {
  animation: bounce-in-data-v-f5729ce4 .25s reverse
}
@keyframes bounce-in-data-v-f5729ce4 {
  0% {
      transform: translateY(-5%)
  }
  to {
      transform: translateY(0);
      opacity: 1
  }
}
.speedometer-wrap {
  margin: auto
}
.circle,.circle-item {
  position: relative
}
.circle-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column
}
.circle-item .is-linear {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}
@media (-ms-high-contrast:none) {
  .circle-item .is-linear {
      background: transparent!important
  }
}
.circle-item-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
.circle-item-block {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  transform-origin: center;
  pointer-events: none;
  overflow: hidden
}
.circle-item-block-bg {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto
}
.circle-item-block-bg-show {
  opacity: 0;
  z-index: 1
}
.circle-item-block-show:first-child .circle-item-block-bg {
  animation-delay: .05s
}
.circle-item-block-show:nth-child(2) .circle-item-block-bg {
  animation-delay: .1s
}
.circle-item-block-show:nth-child(3) .circle-item-block-bg {
  animation-delay: .15s
}
.circle-item-block-show:nth-child(4) .circle-item-block-bg {
  animation-delay: .2s
}
.circle-item-block-show:nth-child(5) .circle-item-block-bg {
  animation-delay: .25s
}
.circle-item-block-show:nth-child(6) .circle-item-block-bg {
  animation-delay: .3s
}
.circle-item-block-show:nth-child(7) .circle-item-block-bg {
  animation-delay: .35s
}
.circle-item-block-show:nth-child(8) .circle-item-block-bg {
  animation-delay: .4s
}
.circle-item-block-show:nth-child(9) .circle-item-block-bg {
  animation-delay: .45s
}
.circle-item-block-show:nth-child(10) .circle-item-block-bg {
  animation-delay: .5s
}
.circle-item-block-show:nth-child(11) .circle-item-block-bg {
  animation-delay: .55s
}
.circle-item-block-show:nth-child(12) .circle-item-block-bg {
  animation-delay: .6s
}
.circle-item-block-show:nth-child(13) .circle-item-block-bg {
  animation-delay: .65s
}
.circle-item-block-show:nth-child(14) .circle-item-block-bg {
  animation-delay: .7s
}
.circle-item-block-show:nth-child(15) .circle-item-block-bg {
  animation-delay: .75s
}
.circle-item-block-show:nth-child(16) .circle-item-block-bg {
  animation-delay: .8s
}
.circle-item-block-show:nth-child(17) .circle-item-block-bg {
  animation-delay: .85s
}
.circle-item-block-show:nth-child(18) .circle-item-block-bg {
  animation-delay: .9s
}
.circle-item-block-show:nth-child(19) .circle-item-block-bg {
  animation-delay: .95s
}
.circle-item-block-show:nth-child(20) .circle-item-block-bg {
  animation-delay: 1s
}
.circle-item-block-show:nth-child(21) .circle-item-block-bg {
  animation-delay: 1.05s
}
.circle-item-block-show:nth-child(22) .circle-item-block-bg {
  animation-delay: 1.1s
}
.circle-item-block-show:nth-child(23) .circle-item-block-bg {
  animation-delay: 1.15s
}
.circle-item-block-show:nth-child(24) .circle-item-block-bg {
  animation-delay: 1.2s
}
.circle-item-block-show:nth-child(25) .circle-item-block-bg {
  animation-delay: 1.25s
}
.circle-item-block-show:nth-child(26) .circle-item-block-bg {
  animation-delay: 1.3s
}
.circle-item-block-show:nth-child(27) .circle-item-block-bg {
  animation-delay: 1.35s
}
.circle-item-block-show:nth-child(28) .circle-item-block-bg {
  animation-delay: 1.4s
}
.circle-item-block-show:nth-child(29) .circle-item-block-bg {
  animation-delay: 1.45s
}
.circle-item-block-show:nth-child(30) .circle-item-block-bg {
  animation-delay: 1.5s
}
.circle-item-block-show:nth-child(31) .circle-item-block-bg {
  animation-delay: 1.55s
}
.circle-item-block-show:nth-child(32) .circle-item-block-bg {
  animation-delay: 1.6s
}
.circle-item-block-show:nth-child(33) .circle-item-block-bg {
  animation-delay: 1.65s
}
.circle-item-block-show:nth-child(34) .circle-item-block-bg {
  animation-delay: 1.7s
}
.circle-item-block-show:nth-child(35) .circle-item-block-bg {
  animation-delay: 1.75s
}
.circle-item-block-show:nth-child(36) .circle-item-block-bg {
  animation-delay: 1.8s
}
.circle-item-block-show:nth-child(37) .circle-item-block-bg {
  animation-delay: 1.85s
}
.circle-item-block-show:nth-child(38) .circle-item-block-bg {
  animation-delay: 1.9s
}
.circle-item-block-show:nth-child(39) .circle-item-block-bg {
  animation-delay: 1.95s
}
.circle-item-block-show:nth-child(40) .circle-item-block-bg {
  animation-delay: 2s
}
.circle-item-block-show:nth-child(41) .circle-item-block-bg {
  animation-delay: 2.05s
}
.circle-item-block-show:nth-child(42) .circle-item-block-bg {
  animation-delay: 2.1s
}
.circle-item-block-show:nth-child(43) .circle-item-block-bg {
  animation-delay: 2.15s
}
.circle-item-block-show:nth-child(44) .circle-item-block-bg {
  animation-delay: 2.2s
}
.circle-item-block-show:nth-child(45) .circle-item-block-bg {
  animation-delay: 2.25s
}
.circle-item-block-show:nth-child(46) .circle-item-block-bg {
  animation-delay: 2.3s
}
.circle-item-block-show:nth-child(47) .circle-item-block-bg {
  animation-delay: 2.35s
}
.circle-item-block-show:nth-child(48) .circle-item-block-bg {
  animation-delay: 2.4s
}
.circle-item-block-show:nth-child(49) .circle-item-block-bg {
  animation-delay: 2.45s
}
.circle-item-block-show:nth-child(50) .circle-item-block-bg {
  animation-delay: 2.5s
}
.circle-item-block-show:nth-child(51) .circle-item-block-bg {
  animation-delay: 2.55s
}
.circle-item-block-show:nth-child(52) .circle-item-block-bg {
  animation-delay: 2.6s
}
.circle-item-block-show:nth-child(53) .circle-item-block-bg {
  animation-delay: 2.65s
}
.circle-item-block-show:nth-child(54) .circle-item-block-bg {
  animation-delay: 2.7s
}
.circle-item-block-show:nth-child(55) .circle-item-block-bg {
  animation-delay: 2.75s
}
.circle-item-block-show:nth-child(56) .circle-item-block-bg {
  animation-delay: 2.8s
}
.circle-item-block-show:nth-child(57) .circle-item-block-bg {
  animation-delay: 2.85s
}
.circle-item-block-show:nth-child(58) .circle-item-block-bg {
  animation-delay: 2.9s
}
.circle-item-block-show:nth-child(59) .circle-item-block-bg {
  animation-delay: 2.95s
}
.circle-item-block-show:nth-child(60) .circle-item-block-bg {
  animation-delay: 3s
}
.circle-item-block-show:nth-child(61) .circle-item-block-bg {
  animation-delay: 3.05s
}
.circle-item-block-show:nth-child(62) .circle-item-block-bg {
  animation-delay: 3.1s
}
.circle-item-block-show:nth-child(63) .circle-item-block-bg {
  animation-delay: 3.15s
}
.circle-item-block-show:nth-child(64) .circle-item-block-bg {
  animation-delay: 3.2s
}
.circle-item-block-show:nth-child(65) .circle-item-block-bg {
  animation-delay: 3.25s
}
.circle-item-block-show:nth-child(66) .circle-item-block-bg {
  animation-delay: 3.3s
}
.circle-item-block-show:nth-child(67) .circle-item-block-bg {
  animation-delay: 3.35s
}
.circle-item-block-show:nth-child(68) .circle-item-block-bg {
  animation-delay: 3.4s
}
.circle-item-block-show:nth-child(69) .circle-item-block-bg {
  animation-delay: 3.45s
}
.circle-item-block-show:nth-child(70) .circle-item-block-bg {
  animation-delay: 3.5s
}
.circle-item-block-show:nth-child(71) .circle-item-block-bg {
  animation-delay: 3.55s
}
.circle-item-block-show:nth-child(72) .circle-item-block-bg {
  animation-delay: 3.6s
}
.circle-item-block-show:nth-child(73) .circle-item-block-bg {
  animation-delay: 3.65s
}
.circle-item-block-show:nth-child(74) .circle-item-block-bg {
  animation-delay: 3.7s
}
.circle-item-block-show:nth-child(75) .circle-item-block-bg {
  animation-delay: 3.75s
}
.circle-item-block-show:nth-child(76) .circle-item-block-bg {
  animation-delay: 3.8s
}
.circle-item-block-show:nth-child(77) .circle-item-block-bg {
  animation-delay: 3.85s
}
.circle-item-block-show:nth-child(78) .circle-item-block-bg {
  animation-delay: 3.9s
}
.circle-item-block-show:nth-child(79) .circle-item-block-bg {
  animation-delay: 3.95s
}
.circle-item-block-show:nth-child(80) .circle-item-block-bg {
  animation-delay: 4s
}
.circle-item-block-show .circle-item-block-bg {
  animation-duration: .25s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: opacityOut
}
.circle-item-block-show .circle-item-block-bg-show {
  animation-name: opacityIn
}
.circle-type-0 {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column
}
.circle-type-0,.circle-type-1 {
  display: -ms-flexbox;
  display: flex
}
.circle-type-1 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  align-items: start
}
.circle-bg {
  border-radius: 999px
}
.circle-bg,.circle-text {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0
}
.circle-text-bottom,.circle-title-bottom {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.circle-core-center,.circle-core-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.circle-core-top {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.circle-core-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column
}
@keyframes opacityIn {
  0% {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
@keyframes opacityOut {
  0% {
      opacity: 1
  }
  to {
      opacity: 0
  }
}
.circle-item-box circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  -ms-transition: stroke-dashoffset 1s linear
}
.sport-live-wrap {
  max-width: 1440px;
  margin: auto
}
.sport-live-wrap .ifram-wrap {
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  height: auto
}
.sport-live-wrap .ifram-wrap iframe {
  width: 100%
}
.game-lobby-new {
  max-width: 1100px;
  margin: 0 auto
}
.game-lobby-new .nav {
  width: 100%;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}
.game-lobby-new .nav .provider-slide {
  width: calc(100% - 60px);
  display: -ms-flexbox;
  display: flex
}
.game-lobby-new .nav .provider-slide .slide-item {
  height: 55px
}
.game-lobby-new .nav .provider-slide .slide-item .wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 120px;
  height: 100%;
  background-color: #f0f0f0;
  padding: 0 20px;
  margin-right: 2px;
  border-bottom: 7px solid #d6d6d6;
  box-sizing: border-box;
  cursor: pointer
}
.game-lobby-new .nav .provider-slide .slide-item .wrap.active {
  border-color: #ffbd00
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  cursor: pointer
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.bg {
  background-image: url(/pc/image-pc/game/lobby/menu/bg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.fg {
  background-image: url(/pc/image-pc/game/lobby/menu/fg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.haba {
  background-image: url(/pc/image-pc/game/lobby/menu/haba.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.mg {
  background-image: url(/pc/image-pc/game/lobby/menu/mg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.pt {
  background-image: url(/pc/image-pc/game/lobby/menu/pt.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.prg {
  background-image: url(/pc/image-pc/game/lobby/menu/prg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.qt {
  background-image: url(/pc/image-pc/game/lobby/menu/qt.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.sg {
  background-image: url(/pc/image-pc/game/lobby/menu/sg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.bbin {
  background-image: url(/pc/image-pc/game/lobby/menu/bbin.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.ag {
  background-image: url(/pc/image-pc/game/lobby/menu/ag.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.gns {
  background-image: url(/pc/image-pc/game/lobby/menu/gns.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.jdb {
  background-image: url(/pc/image-pc/game/lobby/menu/jdb.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.cq9 {
  background-image: url(/pc/image-pc/game/lobby/menu/cq9.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.dt {
  background-image: url(/pc/image-pc/game/lobby/menu/dt.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.yl {
  background-image: url(/pc/image-pc/game/lobby/menu/yl.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.ae {
  background-image: url(/pc/image-pc/game/lobby/menu/ae.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.ea {
  background-image: url(/pc/image-pc/game/lobby/menu/ea.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.apl {
  background-image: url(/pc/image-pc/game/lobby/menu/apl.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.tp {
  background-image: url(/pc/image-pc/game/lobby/menu/tp.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.jk {
  background-image: url(/pc/image-pc/game/lobby/menu/jk.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.hc {
  background-image: url(/pc/image-pc/game/lobby/menu/hc.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.pg {
  background-image: url(/pc/image-pc/game/lobby/menu/pg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.ka {
  background-image: url(/pc/image-pc/game/lobby/menu/ka.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.sw {
  background-image: url(/pc/image-pc/game/lobby/menu/sw.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.rich88 {
  background-image: url(/pc/image-pc/game/lobby/menu/rich88.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.ps {
  background-image: url(/pc/image-pc/game/lobby/menu/ps.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.mw {
  background-image: url(/pc/image-pc/game/lobby/menu/mw.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.bng {
  background-image: url(/pc/image-pc/game/lobby/menu/bng.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.pls {
  background-image: url(/pc/image-pc/game/lobby/menu/pls.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.rsg {
  background-image: url(/pc/image-pc/game/lobby/menu/rsg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.va {
  background-image: url(/pc/image-pc/game/lobby/menu/va.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.ns {
  background-image: url(/pc/image-pc/game/lobby/menu/ns.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.gfg {
  background-image: url(/pc/image-pc/game/lobby/menu/gfg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.vdd {
  background-image: url(/pc/image-pc/game/lobby/menu/vdd.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.iloveu {
  background-image: url(/pc/image-pc/game/lobby/menu/iloveu.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.ky.card {
  background-image: url(/pc/image-pc/card/lobby/menu/ky.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.fg.card {
  background-image: url(/pc/image-pc/card/lobby/menu/fg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.lg.card {
  background-image: url(/pc/image-pc/card/lobby/menu/lg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.nwg.card {
  background-image: url(/pc/image-pc/card/lobby/menu/nwg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.ap.card {
  background-image: url(/pc/image-pc/card/lobby/menu/ap.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.vg.card {
  background-image: url(/pc/image-pc/card/lobby/menu/vg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.lc.card {
  background-image: url(/pc/image-pc/card/lobby/menu/lc.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.yg.card {
  background-image: url(/pc/image-pc/card/lobby/menu/yg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.hl.card {
  background-image: url(/pc/image-pc/card/lobby/menu/hl.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.bg.card {
  background-image: url(/pc/image-pc/card/lobby/menu/bg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.dt.card {
  background-image: url(/pc/image-pc/card/lobby/menu/dt.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.th.card {
  background-image: url(/pc/image-pc/card/lobby/menu/th.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.tp.card {
  background-image: url(/pc/image-pc/card/lobby/menu/tp.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.wz.card {
  background-image: url(/pc/image-pc/card/lobby/menu/wz.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.bs.card {
  background-image: url(/pc/image-pc/card/lobby/menu/bs.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.idn.card {
  background-image: url(/pc/image-pc/card/lobby/menu/idn.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.mt {
  background-image: url(/pc/image-pc/nav/icon/mt.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.bs {
  background-image: url(/pc/image-pc/nav/icon/bs.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.qt {
  transform: scale(1.4)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.ky {
  transform: scale(2.5)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.dt,.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.hl,.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.lc {
  transform: scale(1.3)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.nwg,.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.vg {
  transform: scale(2)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.lg {
  transform: scale(1.2);
  width: 80px
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .third-menu.pp2 {
  background-image: url(/pc/image-pc/game/lobby/menu/prg.png)
}
.game-lobby-new .nav .provider-slide .slide-item .wrap .text {
  padding: 0 10px
}
.game-lobby-new .nav .arrowr-wrap {
  width: 30px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9f4fe;
  cursor: pointer
}
.game-lobby-new .nav .arrowr-wrap.left {
  transform: rotate(180deg)
}
.game-lobby-new .nav .arrowr-wrap i {
  color: #0487fb
}
.game-lobby-new .content {
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  background-color: #ececec
}
.game-lobby-new .content .left {
  width: 230px;
  padding: 10px
}
.game-lobby-new .content .left .frame {
  border-radius: 10px;
  background-color: #d6d6d6;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box
}
.game-lobby-new .content .left .frame .third-logo {
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%
}
.game-lobby-new .content .left .frame .third-logo.bg {
  background-image: url(/pc/image-pc/game/lobby/logo/bg.png)
}
.game-lobby-new .content .left .frame .third-logo.fg {
  background-image: url(/pc/image-pc/game/lobby/logo/fg.png)
}
.game-lobby-new .content .left .frame .third-logo.haba {
  background-image: url(/pc/image-pc/game/lobby/logo/haba.png)
}
.game-lobby-new .content .left .frame .third-logo.mg {
  background-image: url(/pc/image-pc/game/lobby/logo/mg.png)
}
.game-lobby-new .content .left .frame .third-logo.pt {
  background-image: url(/pc/image-pc/game/lobby/logo/pt.png)
}
.game-lobby-new .content .left .frame .third-logo.prg {
  background-image: url(/pc/image-pc/game/lobby/logo/prg.png)
}
.game-lobby-new .content .left .frame .third-logo.qt {
  background-image: url(/pc/image-pc/game/lobby/logo/qt.png)
}
.game-lobby-new .content .left .frame .third-logo.sg {
  background-image: url(/pc/image-pc/game/lobby/logo/sg.png)
}
.game-lobby-new .content .left .frame .third-logo.bbin {
  background-image: url(/pc/image-pc/game/lobby/logo/bbin.png)
}
.game-lobby-new .content .left .frame .third-logo.ag {
  background-image: url(/pc/image-pc/game/lobby/logo/ag.png)
}
.game-lobby-new .content .left .frame .third-logo.gns {
  background-image: url(/pc/image-pc/game/lobby/logo/gns.png)
}
.game-lobby-new .content .left .frame .third-logo.jdb {
  background-image: url(/pc/image-pc/game/lobby/logo/jdb.png)
}
.game-lobby-new .content .left .frame .third-logo.cq9 {
  background-image: url(/pc/image-pc/game/lobby/logo/cq9.png)
}
.game-lobby-new .content .left .frame .third-logo.dt {
  background-image: url(/pc/image-pc/game/lobby/logo/dt.png)
}
.game-lobby-new .content .left .frame .third-logo.yl {
  background-image: url(/pc/image-pc/game/lobby/logo/yl.png)
}
.game-lobby-new .content .left .frame .third-logo.ae {
  background-image: url(/pc/image-pc/game/lobby/logo/ae.png)
}
.game-lobby-new .content .left .frame .third-logo.ea {
  background-image: url(/pc/image-pc/game/lobby/logo/ea.png)
}
.game-lobby-new .content .left .frame .third-logo.apl {
  background-image: url(/pc/image-pc/game/lobby/logo/apl.png)
}
.game-lobby-new .content .left .frame .third-logo.tp {
  background-image: url(/pc/image-pc/game/lobby/logo/tp.png)
}
.game-lobby-new .content .left .frame .third-logo.jk {
  background-image: url(/pc/image-pc/game/lobby/logo/jk.png)
}
.game-lobby-new .content .left .frame .third-logo.hc {
  background-image: url(/pc/image-pc/game/lobby/logo/hc.png)
}
.game-lobby-new .content .left .frame .third-logo.pg {
  background-image: url(/pc/image-pc/game/lobby/logo/pg.png)
}
.game-lobby-new .content .left .frame .third-logo.ka {
  background-image: url(/pc/image-pc/game/lobby/logo/ka.png)
}
.game-lobby-new .content .left .frame .third-logo.sw {
  background-image: url(/pc/image-pc/game/lobby/logo/sw.png)
}
.game-lobby-new .content .left .frame .third-logo.rich88 {
  background-image: url(/pc/image-pc/game/lobby/logo/rich88.png)
}
.game-lobby-new .content .left .frame .third-logo.ps {
  background-image: url(/pc/image-pc/game/lobby/logo/ps.png)
}
.game-lobby-new .content .left .frame .third-logo.mw {
  background-image: url(/pc/image-pc/game/lobby/logo/mw.png)
}
.game-lobby-new .content .left .frame .third-logo.bng {
  background-image: url(/pc/image-pc/game/lobby/logo/bng.png)
}
.game-lobby-new .content .left .frame .third-logo.pls {
  background-image: url(/pc/image-pc/game/lobby/logo/pls.png)
}
.game-lobby-new .content .left .frame .third-logo.rsg {
  background-image: url(/pc/image-pc/game/lobby/logo/rsg.png)
}
.game-lobby-new .content .left .frame .third-logo.va {
  background-image: url(/pc/image-pc/game/lobby/logo/va.png)
}
.game-lobby-new .content .left .frame .third-logo.ns {
  background-image: url(/pc/image-pc/game/lobby/logo/ns.png)
}
.game-lobby-new .content .left .frame .third-logo.gfg {
  background-image: url(/pc/image-pc/game/lobby/logo/gfg.png)
}
.game-lobby-new .content .left .frame .third-logo.vdd {
  background-image: url(/pc/image-pc/game/lobby/logo/vdd.png)
}
.game-lobby-new .content .left .frame .third-logo.iloveu {
  background-image: url(/pc/image-pc/game/lobby/logo/iloveu.png)
}
.game-lobby-new .content .left .frame .third-logo.ky.card {
  background-image: url(/pc/image-pc/card/lobby/logo/ky.png)
}
.game-lobby-new .content .left .frame .third-logo.fg.card {
  background-image: url(/pc/image-pc/card/lobby/logo/fg.png)
}
.game-lobby-new .content .left .frame .third-logo.lg.card {
  background-image: url(/pc/image-pc/card/lobby/logo/lg.png)
}
.game-lobby-new .content .left .frame .third-logo.nwg.card {
  background-image: url(/pc/image-pc/card/lobby/logo/nwg.png)
}
.game-lobby-new .content .left .frame .third-logo.ap.card {
  background-image: url(/pc/image-pc/card/lobby/logo/ap.png)
}
.game-lobby-new .content .left .frame .third-logo.vg.card {
  background-image: url(/pc/image-pc/card/lobby/logo/vg.png)
}
.game-lobby-new .content .left .frame .third-logo.lc.card {
  background-image: url(/pc/image-pc/card/lobby/logo/lc.png)
}
.game-lobby-new .content .left .frame .third-logo.yg.card {
  background-image: url(/pc/image-pc/card/lobby/logo/yg.png)
}
.game-lobby-new .content .left .frame .third-logo.hl.card {
  background-image: url(/pc/image-pc/card/lobby/logo/hl.png)
}
.game-lobby-new .content .left .frame .third-logo.bg.card {
  background-image: url(/pc/image-pc/card/lobby/logo/bg.png)
}
.game-lobby-new .content .left .frame .third-logo.dt.card {
  background-image: url(/pc/image-pc/card/lobby/logo/dt.png)
}
.game-lobby-new .content .left .frame .third-logo.th.card {
  background-image: url(/pc/image-pc/card/lobby/logo/th.png)
}
.game-lobby-new .content .left .frame .third-logo.tp.card {
  background-image: url(/pc/image-pc/card/lobby/logo/tp.png)
}
.game-lobby-new .content .left .frame .third-logo.wz.card {
  background-image: url(/pc/image-pc/card/lobby/logo/wz.png)
}
.game-lobby-new .content .left .frame .third-logo.bs.card {
  background-image: url(/pc/image-pc/card/lobby/logo/bs.png)
}
.game-lobby-new .content .left .frame .third-logo.idn.card {
  background-image: url(/pc/image-pc/card/lobby/logo/idn.png)
}
.game-lobby-new .content .left .frame .third-logo.mt {
  background-image: url(/pc/image-pc/nav/icon/mt.png);
  background-size: auto
}
.game-lobby-new .content .left .frame .third-logo.bs {
  background-image: url(/pc/image-pc/nav/icon/bs.png);
  background-size: auto
}
.game-lobby-new .content .left .frame .third-logo.pp2 {
  background-image: url(/pc/image-pc/game/lobby/logo/prg.png)
}
.game-lobby-new .content .left .frame .search-wrap {
  position: relative;
  margin: 5px 0
}
.game-lobby-new .content .left .frame .search-wrap input[type=text] {
  border-radius: 20px;
  font-size: 12px;
  border: none;
  padding: 8px;
  width: 100%;
  box-sizing: border-box
}
.game-lobby-new .content .left .frame .search-wrap .search-icon {
  background-image: url(/pc/image-pc/game/lobby/icon_search.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer
}
.game-lobby-new .content .left .frame .type-wrap .type-text {
  font-weight: bolder;
  padding: 10px 0
}
.game-lobby-new .content .left .frame .type-wrap .type-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.game-lobby-new .content .left .frame .type-wrap .type-info .type-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 3px 0;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  padding: 5px;
  box-sizing: border-box
}
.game-lobby-new .content .left .frame .type-wrap .type-info .type-item.active {
  background-color: #0089ff;
  color: #fff;
  border-radius: 5px
}
.game-lobby-new .content .right {
  width: calc(100% - 230px);
  padding: 10px 10px 10px 0
}
.game-lobby-new .content .right .current-type-info {
  font-size: 16px;
  color: #606060;
  margin: 10px
}
.game-lobby-new .content .right .ul-game-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.game-lobby-new .content .right .ul-game-list li {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%
}
.game-lobby-new .content .right .ul-game-list li .game-item {
  padding: 10px
}
.game-lobby-new .content .right .ul-game-list li .game-item .name {
  padding: 10px 0;
  background-color: #e0e0e0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame {
  width: 100%;
  height: 170px;
  background-image: url(/pc/image-pc/game/lobby/base.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame:hover {
  background: url(/pc/image-pc/game/lobby/hov_bg.png) repeat 50%
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame:hover .icon {
  transform: rotateX(90deg) scale(.6) translateY(50%)
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame:hover .play {
  display: block
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame .icon {
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  transition: all .35s ease;
  transform-origin: 50% 0
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame .play {
  cursor: pointer;
  background: #fff;
  color: #0088fe;
  border-radius: 20px;
  position: absolute;
  text-align: center;
  width: 90px;
  top: calc(50% - 14px);
  left: calc(50% - 45px);
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  display: none;
  transition-duration: .3s
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame .play.with-try {
  top: calc(38% - 14px)
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame .play.try {
  top: calc(62% - 14px);
  background: #0088fe;
  color: #fff;
  border: 1px solid #fff
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame .play.try.hide {
  display: none!important
}
.game-lobby-new .content .right .ul-game-list li .game-item .icon-frame .play:hover {
  transform: scale(1.1)
}
.game-lobby-new .invisible {
  opacity: 0
}
.game-lobby-new .no-data {
  text-align: center;
  padding: 20px 0;
  color: #606060;
  font-size: 18px
}
.page-control {
  width: 100%;
  height: 60px;
  text-align: center
}
.page-control>i {
  color: #0487fb;
  font-size: 20px;
  position: relative;
  top: 8px
}
.page-control>i.reverse {
  transform: rotate(180deg)
}
.page-control * {
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none
}
.page-control .jp-current {
  transform: scale(1.5)
}
#page-item a {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #0487fb;
  border-radius: 50%;
  color: #fff;
  padding: 3px
}
#page-item a.jp-first,#page-item a.jp-last,#page-item a.jp-next,#page-item a.jp-previous {
  display: none
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list,.slick-slider {
  position: relative;
  display: block
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,.slick-slider .slick-track {
  transform: translateZ(0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after,.slick-track:before {
  display: table;
  content: ""
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-loading .slick-list {
  background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"),url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:application/x-font-ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg")
}
.slick-next,.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none
}
.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent
}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before,.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: "\2190"
}
[dir=rtl] .slick-prev:before {
  content: "\2192"
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: "\2192"
}
[dir=rtl] .slick-next:before {
  content: "\2190"
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}
.slick-dots li,.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}
.slick-dots li button:focus,.slick-dots li button:hover {
  outline: none
}
.slick-dots li button:focus:before,.slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}
.ip-block-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh
}
.ip-block-main img {
  width: inherit;
  height: inherit
}
.banner-main {
  width: 100%;
  max-height: 580px;
  min-height: 350px;
  opacity: 0;
  clear: both;
  position: relative
}
.banner-main img {
  width: 100%;
  height: auto
}
.banner-main .slidesjs-container {
  z-index: 0
}
.banner-main .slidesjs-pagination {
  position: absolute;
  list-style: none;
  z-index: 10;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%)
}
.banner-main .slidesjs-pagination .slidesjs-pagination-item {
  float: left;
  position: relative;
  margin-left: 10px
}
.banner-main .slidesjs-pagination .slidesjs-pagination-item a {
  display: block;
  width: 10px;
  height: 0;
  padding-top: 10px;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 99px
}
.banner-main .slidesjs-pagination .slidesjs-pagination-item a.active,.banner-main .slidesjs-pagination .slidesjs-pagination-item a:hover.active {
  background-color: #a26a00
}
#banner-promo {
  opacity: 1;
  width: 100%;
  min-width: 1000px;
  max-width: 100%!important;
  min-height: auto!important;
  margin: 0 auto;
  position: relative
}
#banner-promo a,#banner-promo a img {
  width: 100%
}
#banner-promo .slidesjs-pagination {
  position: absolute;
  list-style: none;
  z-index: 10;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%)
}
#banner-promo .slidesjs-pagination .slidesjs-pagination-item {
  float: left;
  position: relative;
  margin-left: 10px
}
#banner-promo .slidesjs-pagination .slidesjs-pagination-item a {
  display: block;
  width: 10px;
  height: 0;
  padding-top: 10px;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 99px
}
#banner-promo .slidesjs-pagination .slidesjs-pagination-item a.active,#banner-promo .slidesjs-pagination .slidesjs-pagination-item a:hover.active {
  background-color: #a26a00
}
#banner-promo .slidesjs-container {
  left: 50%;
  transform: translateX(-50%)
}
#banner-promo .slidesjs-container,#banner-promo .slidesjs-container .slidesjs-control {
  width: 100%!important;
  height: 180px!important
}
#banner-promo .slidesjs-container .slidesjs-control a {
  min-width: 1000px
}
#banner-promo .slidesjs-container .slidesjs-control a img {
  height: 180px!important;
  width: 100%!important
}
.video-container {
  position: relative;
  max-width: 1100px;
  width: 100%;
  height: 680px;
  background-color: #414141;
  margin: 0 auto;
  padding: 20px
}
.video-container .frame {
  position: absolute
}
.video-container .frame.lineBottom,.video-container .frame.lineTop {
  width: 100%;
  height: 3px;
  background-image: url(../image/video/line-v.jpg)
}
.video-container .frame.lineTop {
  top: 0;
  left: 0
}
.video-container .frame.lineBottom {
  bottom: 0;
  left: 0
}
.video-container .frame.lineLeft,.video-container .frame.lineRight {
  width: 3px;
  height: 100%;
  background-image: url(../image/video/line-h.jpg)
}
.video-container .frame.lineLeft {
  top: 0;
  left: 0
}
.video-container .frame.lineRight {
  top: 0;
  right: 0
}
.video-container.liveDealer > * {
  float: left;
  display: inline-block
}
.video-container .item-list,.video-container .left,.video-container .right {
  width: 219px;
  height: 100%
}
.video-container .item-list.item-list.bottom,.video-container .left.item-list.bottom,.video-container .right.item-list.bottom {
  width: 100%;
  height: 135px;
  margin-top: 0;
  opacity: 1
}
.video-container .item-list.item-list.bottom a,.video-container .left.item-list.bottom a,.video-container .right.item-list.bottom a {
  display: inline-block
}
.video-container .item-list.item-list.bottom a div,.video-container .left.item-list.bottom a div,.video-container .right.item-list.bottom a div {
  width: 217px
}
.video-container .item-list .item,.video-container .left .item,.video-container .right .item {
  cursor: pointer;
  width: 100%;
  height: 135px;
  margin: 1px;
  background-position: 50%
}

/* 視訊 */
.video-container .item-list .item.ag,.video-container .left .item.ag,.video-container .right .item.ag {
  background-image: url(../image/video/ag.jpg)
}
.video-container .item-list .item.ag:hover,.video-container .left .item.ag:hover,.video-container .right .item.ag:hover {
  background-image: url(../image/video/ag_h.jpg)
}
.video-container .item-list .item.allbet,.video-container .left .item.allbet,.video-container .right .item.allbet {
  background-image: url(../image/video/allbet.jpg)
}
.video-container .item-list .item.allbet:hover,.video-container .left .item.allbet:hover,.video-container .right .item.allbet:hover {
  background-image: url(../image/video/allbet_h.jpg)
}
.video-container .item-list .item.bbin,.video-container .left .item.bbin,.video-container .right .item.bbin {
  background-image: url(../image/video/bbin.jpg)
}
.video-container .item-list .item.bbin:hover,.video-container .left .item.bbin:hover,.video-container .right .item.bbin:hover {
  background-image: url(../image/video/bbin_h.jpg)
}
.video-container .item-list .item.astar,.video-container .left .item.astar,.video-container .right .item.astar {
  background-image: url(../image/video/astar.jpg)
}
.video-container .item-list .item.astar:hover,.video-container .left .item.astar:hover,.video-container .right .item.astar:hover {
  background-image: url(../image/video/astar_h.jpg)
}
.video-container .item-list .item.gc,.video-container .left .item.gc,.video-container .right .item.gc {
  background-image: url(../image/video/gc.jpg)
}
.video-container .item-list .item.gc:hover,.video-container .left .item.gc:hover,.video-container .right .item.gc:hover {
  background-image: url(../image/video/gc_h.jpg)
}
.video-container .item-list .item.gd,.video-container .left .item.gd,.video-container .right .item.gd {
  background-image: url(../image/video/gd.jpg)
}
.video-container .item-list .item.gd:hover,.video-container .left .item.gd:hover,.video-container .right .item.gd:hover {
  background-image: url(../image/video/gd_h.jpg)
}
.video-container .item-list .item.lebo,.video-container .left .item.lebo,.video-container .right .item.lebo {
  background-image: url(../image/video/lebo.jpg)
}
.video-container .item-list .item.lebo:hover,.video-container .left .item.lebo:hover,.video-container .right .item.lebo:hover {
  background-image: url(../image/video/lebo_h.jpg)
}
.video-container .item-list .item.mg,.video-container .left .item.mg,.video-container .right .item.mg {
  background-image: url(../image/video/mg.jpg)
}
.video-container .item-list .item.mg:hover,.video-container .left .item.mg:hover,.video-container .right .item.mg:hover {
  background-image: url(../image/video/mg_h.jpg)
}
.video-container .item-list .item.og,.video-container .left .item.og,.video-container .right .item.og {
  background-image: url(../image/video/og.jpg)
}
.video-container .item-list .item.og:hover,.video-container .left .item.og:hover,.video-container .right .item.og:hover {
  background-image: url(../image/video/og_h.jpg)
}
.video-container .item-list .item.sunbet,.video-container .left .item.sunbet,.video-container .right .item.sunbet {
  background-image: url(../image/video/sunbet.jpg)
}
.video-container .item-list .item.sunbet:hover,.video-container .left .item.sunbet:hover,.video-container .right .item.sunbet:hover {
  background-image: url(../image/video/sunbet_h.jpg)
}
.video-container .item-list .item.dg,.video-container .left .item.dg,.video-container .right .item.dg {
  background-image: url(../image/video/dg.jpg)
}
.video-container .item-list .item.dg:hover,.video-container .left .item.dg:hover,.video-container .right .item.dg:hover {
  background-image: url(../image/video/dg_h.jpg)
}
.video-container .item-list .item.pt,.video-container .left .item.pt,.video-container .right .item.pt {
  background-image: url(../image/video/pt.jpg)
}
.video-container .item-list .item.pt:hover,.video-container .left .item.pt:hover,.video-container .right .item.pt:hover {
  background-image: url(../image/video/pt_h.jpg)
}
.video-container .item-list .item.sa,.video-container .left .item.sa,.video-container .right .item.sa {
  background-image: url(../image/video/sa.jpg)
}
.video-container .item-list .item.sa:hover,.video-container .left .item.sa:hover,.video-container .right .item.sa:hover {
  background-image: url(../image/video/sa_h.jpg)
}
.video-container .item-list .item.coming,.video-container .left .item.coming,.video-container .right .item.coming {
  background-image: url(../image/video/coming_soon_2.jpg);
  cursor: default
}
.video-container .item-list .item.gpi-v,.video-container .left .item.gpi-v,.video-container .right .item.gpi-v {
  background-image: url(../image/video/gpi.jpg)
}
.video-container .item-list .item.gpi-v:hover,.video-container .left .item.gpi-v:hover,.video-container .right .item.gpi-v:hover {
  background-image: url(../image/video/gpi_h.jpg)
}
.video-container .item-list .item.hj,.video-container .left .item.hj,.video-container .right .item.hj {
  background-image: url(../image/video/royal.jpg)
}
.video-container .item-list .item.hj:hover,.video-container .left .item.hj:hover,.video-container .right .item.hj:hover {
  background-image: url(../image/video/royal_h.jpg)
}
.video-container .item-list .item.evo,.video-container .left .item.evo,.video-container .right .item.evo {
  background-image: url(../image/video/evo.jpg)
}
.video-container .item-list .item.evo:hover,.video-container .left .item.evo:hover,.video-container .right .item.evo:hover {
  background-image: url(../image/video/evo_h.jpg)
}
.video-container .item-list .item.sexy,.video-container .left .item.sexy,.video-container .right .item.sexy {
  background-image: url(../image/video/sexy.jpg)
}
.video-container .item-list .item.sexy:hover,.video-container .left .item.sexy:hover,.video-container .right .item.sexy:hover {
  background-image: url(../image/video/sexy_h.jpg)
}
.video-container .item-list .item.wg,.video-container .left .item.wg,.video-container .right .item.wg {
  background-image: url(../image/video/wg.jpg)
}
.video-container .item-list .item.wg:hover,.video-container .left .item.wg:hover,.video-container .right .item.wg:hover {
  background-image: url(../image/video/wg_h.jpg)
}
.video-container .item-list .item.evo-i,.video-container .left .item.evo-i,.video-container .right .item.evo-i {
  background-image: url(../image/video/evo.jpg)
}
.video-container .item-list .item.evo-i:hover,.video-container .left .item.evo-i:hover,.video-container .right .item.evo-i:hover {
  background-image: url(../image/video/evo_h.jpg)
}
.video-container .middle {
  width: calc(100% - 219px * 2 - 5px);
  height: 100%;
  margin-left: 3px;
  margin-right: 1px
}
.video-container .middle .top {
  width: 100%;
  height: 544px;
  position: relative;
  background-image: url(../image/video/bg.jpg);
  background-repeat: no-repeat
}
.video-container .middle .top.guide {
  background-image: url(../image/video/guide.jpg)
}
.video-container .middle .top:hover .playMenu,.video-container .middle .top:hover .playNow {
  display: block
}
.video-container .middle .top:hover .enterGame {
  display: none
}
.video-container .middle .top .playMenu {
  display: none;
  background-image: url(../image/video/bgLogo.png);
  background-repeat: no-repeat;
  background-position: 415px 33px;
  width: 100%;
  height: 100%;
  background-color: rgba(8,26,50,.7);
  position: relative
}
.video-container .middle .top .playMenu .question {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../image/video/q.png);
  position: absolute;
  top: 30px;
  left: 40px;
  cursor: pointer
}
.video-container .middle .top .playMenu .playList {
  width: 360px;
  height: 220px;
  position: absolute;
  top: 135px;
  left: 40px
}
.video-container .middle .top .playMenu .playList .playType {
  text-align: center;
  float: left;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: rgba(0,136,254,.4);
  border: 1px solid #0760b0;
  margin-left: 20px;
  cursor: pointer
}
.video-container .middle .top .playMenu .playList .playType:hover {
  background-color: rgba(0,136,254,.6)
}
.video-container .middle .top .playMenu .playList .playType:hover .icon,.video-container .middle .top .playMenu .playList .playType:hover span {
  opacity: 1;
  filter: alpha(opacity=100)
}
.video-container .middle .top .playMenu .playList .playType:first-child,.video-container .middle .top .playMenu .playList .playType:nth-child(4n) {
  margin-left: 0
}
.video-container .middle .top .playMenu .playList .playType:nth-child(n+4) {
  margin-top: 18px
}
.video-container .middle .top .playMenu .playList .playType .icon {
  width: 40px;
  height: 40px;
  opacity: .4;
  filter: alpha(opacity=40);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px
}
.video-container .middle .top .playMenu .playList .playType .icon.icon1 {
  background-image: url(../image/video/icon_1.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon2 {
  background-image: url(../image/video/icon_2.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon3 {
  background-image: url(../image/video/icon_3.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon4 {
  background-image: url(../image/video/icon_4.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon5 {
  background-image: url(../image/video/icon_5.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon6 {
  background-image: url(../image/video/icon_6.png)
}
.video-container .middle .top .playMenu .playList .playType span {
  color: #fff;
  opacity: .4;
  filter: alpha(opacity=40);
  font-size: 12px;
  letter-spacing: 2px
}
.video-container .middle .top .information {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 30px;
  left: 40px;
  color: #fff
}
.video-container .middle .top .information .arror {
  width: 40px;
  height: 40px;
  background-image: url(../image/video/ar.png);
  cursor: pointer
}
.video-container .middle .top .information .title {
  font-size: 36px;
  margin: 32px 0
}
.video-container .middle .top .information .row {
  font-size: 14px;
  margin: 12px 0
}
.video-container .middle .top .information .row a {
  color: #fff
}
.video-container .middle .top .information .row a:hover {
  color: #0267c1
}
.video-container .middle .top .information .row i {
  display: inline-block;
  width: 2px;
  height: 16px;
  margin: 0 18px;
  background-color: #025dae;
  position: relative;
  top: 4px
}
.video-container .middle .top .playNow {
  width: 110px;
  border: 1px solid #0267c1;
  color: #0267c1;
  line-height: 35px;
  font-size: 16px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  cursor: pointer;
  display: none
}
.video-container .middle .top .playNow:hover {
  color: #fff;
  background-color: #0267c1
}
.video-container .middle .top .enterGame {
  display: inline-block;
  width: 120px;
  height: 45px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 46px;
  position: absolute;
  right: 215px;
  bottom: 22px;
  border: 1px solid #0760b0;
  background-color: rgba(0,136,254,.4);
  border-radius: 4px
}
.video-container .middle .bottom {
  margin-top: 2px;
  opacity: 0
}
.video-container .middle .bottom a {
  text-decoration: none
}
.video-container .middle .bottom .slick-dots {
  bottom: 0!important
}
.video-container .middle .bottom .slick-dots li.slick-active button:before {
  color: #fff
}
.video-container.video-mini {
  height: 545px
}
body:after {
  content: url(../image/video/bbin_h.jpg) url(../image/video/astar_h.jpg) url(../image/video/pt_h.jpg) url(../image/video/dg_h.jpg) url(../image/video/allbet_h.jpg) url(../image/video/mg_h.jpg) url(../image/video/ag_h.jpg) url(../image/video/sunbet_h.jpg) url(../image/video/og_h.jpg) url(../image/video/gd_h.jpg) url(../image/video/gc_h.jpg) url(../image/video/lebo_h.jpg) url(../image/video/guide.jpg) url(../image/video/sa_h.jpg) url(../image/video/coming_soon.jpg) url(../image/video/gpi_h.jpg) url(../image/video/royal_h.jpg)
}
.video-container {
  position: relative;
  max-width: 1100px;
  width: 100%;
  height: 815px;
  background-color: #414141;
  margin: 0 auto;
  padding: 20px
}
.video-container .frame {
  position: absolute;
  background-size: contain
}
.video-container .frame.lineBottom,.video-container .frame.lineTop {
  width: 100%;
  height: 3px;
  background-image: url(../image/video/line-v.jpg)
}
.video-container .frame.lineTop {
  top: 0;
  left: 0
}
.video-container .frame.lineBottom {
  bottom: 0;
  left: 0
}
.video-container .frame.lineLeft,.video-container .frame.lineRight {
  width: 3px;
  height: 100%;
  background-image: url(../image/video/line-h.jpg)
}
.video-container .frame.lineLeft {
  top: 0;
  left: 0
}
.video-container .frame.lineRight {
  top: 0;
  right: 0
}
.video-container> {
  float: left;
  display: inline-block
}
.video-container .left,.video-container .right {
  width: 231px;
  height: 100%
}
.video-container .left .item,.video-container .right .item {
  cursor: pointer;
  width: 100%;
  height: 135px;
  margin: 1px
}
.video-container .left .item.ag,.video-container .right .item.ag {
  background-image: url(../image/video/ag.jpg)
}
.video-container .left .item.ag:hover,.video-container .right .item.ag:hover {
  background-image: url(../image/video/ag_h.jpg)
}
.video-container .left .item.allbet,.video-container .right .item.allbet {
  background-image: url(../image/video/allbet.jpg)
}
.video-container .left .item.allbet:hover,.video-container .right .item.allbet:hover {
  background-image: url(../image/video/allbet_h.jpg)
}
.video-container .left .item.bbin,.video-container .right .item.bbin {
  background-image: url(../image/video/bbin.jpg)
}
.video-container .left .item.bbin:hover,.video-container .right .item.bbin:hover {
  background-image: url(../image/video/bbin_h.jpg)
}
.video-container .left .item.gc,.video-container .right .item.gc {
  background-image: url(../image/video/gc.jpg)
}
.video-container .left .item.gc:hover,.video-container .right .item.gc:hover {
  background-image: url(../image/video/gc_h.jpg)
}
.video-container .left .item.gd,.video-container .right .item.gd {
  background-image: url(../image/video/gd.jpg)
}
.video-container .left .item.gd:hover,.video-container .right .item.gd:hover {
  background-image: url(../image/video/gd_h.jpg)
}
.video-container .left .item.lebo,.video-container .right .item.lebo {
  background-image: url(../image/video/lebo.jpg)
}
.video-container .left .item.lebo:hover,.video-container .right .item.lebo:hover {
  background-image: url(../image/video/lebo_h.jpg)
}
.video-container .left .item.mg,.video-container .right .item.mg {
  background-image: url(../image/video/mg.jpg)
}
.video-container .left .item.mg:hover,.video-container .right .item.mg:hover {
  background-image: url(../image/video/mg_h.jpg)
}
.video-container .left .item.og,.video-container .right .item.og {
  background-image: url(../image/video/og.jpg)
}
.video-container .left .item.og:hover,.video-container .right .item.og:hover {
  background-image: url(../image/video/og_h.jpg)
}
.video-container .left .item.sunbet,.video-container .right .item.sunbet {
  background-image: url(../image/video/sunbet.jpg)
}
.video-container .left .item.sunbet:hover,.video-container .right .item.sunbet:hover {
  background-image: url(../image/video/sunbet_h.jpg)
}
.video-container .left .item.dg,.video-container .right .item.dg {
  background-image: url(../image/video/dg.jpg)
}
.video-container .left .item.dg:hover,.video-container .right .item.dg:hover {
  background-image: url(../image/video/dg_h.jpg)
}
.video-container .left .item.pt,.video-container .right .item.pt {
  background-image: url(../image/video/pt.jpg)
}
.video-container .left .item.pt:hover,.video-container .right .item.pt:hover {
  background-image: url(../image/video/pt_h.jpg)
}
.video-container .left .item.sa,.video-container .right .item.sa {
  background-image: url(../image/video/sa.jpg)
}
.video-container .left .item.sa:hover,.video-container .right .item.sa:hover {
  background-image: url(../image/video/sa_h.jpg)
}
.video-container .left .item.bg,.video-container .right .item.bg {
  background-image: url(../image/video/bg_logo.jpg)
}
.video-container .left .item.bg:hover,.video-container .right .item.bg:hover {
  background-image: url(../image/video/bg_logo_h.jpg)
}
.video-container .middle {
  width: calc(100% - 231px * 2 - 6px);
  height: 100%;
  margin-left: 3px;
  margin-right: 1px
}
.video-container .middle .top {
  width: 100%;
  height: 574px;
  position: relative;
  background-image: url(../image/video/bg_b.jpg);
  background-repeat: no-repeat
}
.video-container .middle .top.guide {
  background-image: url(../image/video/guide_b.jpg)
}
.video-container .middle .top:hover .playMenu,.video-container .middle .top:hover .playNow {
  display: block
}
.video-container .middle .top:hover .enterGame {
  display: none
}
.video-container .middle .top .playMenu {
  display: none;
  background-image: url(../image/video/bgLogo.png);
  background-repeat: no-repeat;
  background-position: 403px 33px;
  width: 100%;
  height: 100%;
  background-color: rgba(8,26,50,.7);
  position: relative
}
.video-container .middle .top .playMenu .question {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../image/video/q.png);
  position: absolute;
  top: 30px;
  left: 40px;
  cursor: pointer
}
.video-container .middle .top .playMenu .playList {
  width: 360px;
  height: 220px;
  position: absolute;
  top: 135px;
  left: 40px
}
.video-container .middle .top .playMenu .playList .playType {
  text-align: center;
  float: left;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: rgba(0,136,254,.4);
  border: 1px solid #0760b0;
  margin-left: 20px;
  cursor: pointer
}
.video-container .middle .top .playMenu .playList .playType:hover {
  background-color: rgba(0,136,254,.6)
}
.video-container .middle .top .playMenu .playList .playType:hover .icon,.video-container .middle .top .playMenu .playList .playType:hover span {
  opacity: 1;
  filter: alpha(opacity=100)
}
.video-container .middle .top .playMenu .playList .playType:first-child,.video-container .middle .top .playMenu .playList .playType:nth-child(4n) {
  margin-left: 0
}
.video-container .middle .top .playMenu .playList .playType:nth-child(n+4) {
  margin-top: 18px
}
.video-container .middle .top .playMenu .playList .playType .icon {
  width: 40px;
  height: 40px;
  opacity: .4;
  filter: alpha(opacity=40);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px
}
.video-container .middle .top .playMenu .playList .playType .icon.icon1 {
  background-image: url(../image/video/icon_1.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon2 {
  background-image: url(../image/video/icon_2.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon3 {
  background-image: url(../image/video/icon_3.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon4 {
  background-image: url(../image/video/icon_4.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon5 {
  background-image: url(../image/video/icon_5.png)
}
.video-container .middle .top .playMenu .playList .playType .icon.icon6 {
  background-image: url(../image/video/icon_6.png)
}
.video-container .middle .top .playMenu .playList .playType span {
  color: #fff;
  opacity: .4;
  filter: alpha(opacity=40);
  font-size: 12px;
  letter-spacing: 2px
}
.video-container .middle .top .information {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 30px;
  left: 40px;
  color: #fff
}
.video-container .middle .top .information .arror {
  width: 40px;
  height: 40px;
  background-image: url(../image/video/ar.png);
  cursor: pointer
}
.video-container .middle .top .information .title {
  font-size: 36px;
  margin: 32px 0
}
.video-container .middle .top .information .row {
  font-size: 14px;
  margin: 12px 0
}
.video-container .middle .top .information .row a {
  color: #fff
}
.video-container .middle .top .information .row a:hover {
  color: #0267c1
}
.video-container .middle .top .information .row i {
  display: inline-block;
  width: 2px;
  height: 16px;
  margin: 0 18px;
  background-color: #025dae;
  position: relative;
  top: 4px
}
.video-container .middle .top .playNow {
  width: 110px;
  border: 1px solid #0267c1;
  color: #0267c1;
  line-height: 35px;
  font-size: 16px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  cursor: pointer;
  display: none
}
.video-container .middle .top .playNow:hover {
  color: #fff;
  background-color: #0267c1
}
.video-container .middle .top .enterGame {
  display: inline-block;
  width: 120px;
  height: 45px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 46px;
  position: absolute;
  right: 215px;
  bottom: 22px;
  border: 1px solid #0760b0;
  background-color: rgba(0,136,254,.4);
  border-radius: 4px
}
.video-container .middle .bottom {
  margin-top: 2px;
  opacity: 0
}
.video-container .middle .bottom a {
  text-decoration: none
}
.video-container .middle .bottom .slick-dots {
  bottom: 0!important
}
.video-container .middle .bottom .slick-dots li.slick-active button:before {
  color: #fff
}
body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../image/video/bbin_h.jpg) url(../image/video/pt_h.jpg) url(../image/video/dg_h.jpg) url(../image/video/allbet_h.jpg) url(../image/video/mg_h.jpg) url(../image/video/ag_h.jpg) url(../image/video/sunbet_h.jpg) url(../image/video/og_h.jpg) url(../image/video/gd_h.jpg) url(../image/video/gc_h.jpg) url(../image/video/lebo_h.jpg) url(../image/video/guide.jpg)
}
.clipInput {
  background: #fff;
  border: 1px solid #a58637;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  line-height: 10px
}
.clip-btn {
  display: inline-block;
  letter-spacing: 4px;
  padding: 6px 12px;
  margin-top: 6px;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  min-width: 203px;
  font-size: 13px;
  cursor: pointer;
  color: #fff
}
.clip-btn.yellow-btn {
  background: linear-gradient(0deg,#ffaf00 0,#ad782d)
}
.clip-btn.yellow-btn:hover {
  background: #ad782d
}
.mobile-main {
  color: #4b4b4b
}
.mobile-main .right .page span.active,.mobile-main .right .top .qrcode span,.mobile-main .title {
  color: #ffd16e
}
.mobile-main .menuNav li {
  background: #585858;
  color: #fff
}
.mobile-main .menuNav li.active {
  background-color: #8e6b2e
}
.mobile-main .menuNav li:hover:not(.active) {
  box-shadow: inset 0 0 0 1px #585858
}
.mobile-main .right .top .qrcode {
  border: 1px solid #9d8138
}
.mobile-main .right .arror,.mobile-main .right .page span {
  color: #4b4b4b
}
.mobile-main .animated.fadeInLefts,.mobile-main .animated.fadeOutRights {
  animation-duration: .7s
}
.mobile-main .fadeOutRights {
  animation-name: fadeOutRights
}
.mobile-main .fadeInLefts {
  animation-name: fadeInLefts
}
.icon_fish_BG.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg_en.png)
}
.icon_fish_BG-W.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg-w_en.png)
}
.mobile-main {
  width: 1024px;
  padding-top: 40px;
  margin: auto;
  content: url(/pc/image-pc/phone/phone1.png) url(/pc/image-pc/phone/phone2.png) url(/pc/image-pc/phone/phone3.png) url(/pc/image-pc/phone/phone4.png) url(/pc/image-pc/phone/phone5.png) url(/pc/image-pc/phone/phone6.png) url(/pc/image-pc/phone/phone7.png) url(/pc/image-pc/phone/phone8.png) url(/pc/image-pc/phone/phone9.png) url(/pc/image-pc/phone/phone10.png) url(/pc/image-pc/phone/doll_01.png) url(/pc/image-pc/phone/doll_02.png)
}
.mobile-main .only-img {
  margin: 40px auto
}
.mobile-main .menuNav {
  text-align: center;
  width: 100%
}
.mobile-main .menuNav li {
  display: inline-block;
  text-align: center;
  font-size: 14pt;
  width: 220px;
  line-height: 45px;
  height: 46px;
  letter-spacing: .1em;
  border-radius: 20px;
  cursor: pointer
}
.mobile-main .menuNav li:nth-child(n+2) {
  margin-left: 30px
}
.mobile-main .content {
  width: 100%;
  height: 500px;
  position: relative;
  margin: 50px auto 0
}
.mobile-main .content .frame {
  display: inline-block
}
.mobile-main .content .left {
  display: none;
  position: relative;
  width: 600px;
  left: 100px
}
.mobile-main .content .left.adjust {
  width: 700px;
  left: 0
}
.mobile-main .content .left .photo {
  float: left;
  display: inline-block;
  width: 290px;
  height: 470px;
  background-repeat: no-repeat
}
.mobile-main .content .left .photo.photo1 {
  background-image: url(/pc/image-pc/phone/phone1.png)
}
.mobile-main .content .left .photo.photo2 {
  background-image: url(/pc/image-pc/phone/phone2.png)
}
.mobile-main .content .left .photo.photo3 {
  background-image: url(/pc/image-pc/phone/phone3.png)
}
.mobile-main .content .left .photo.photo4 {
  background-image: url(/pc/image-pc/phone/phone4.png)
}
.mobile-main .content .left .photo.photo5 {
  background-image: url(/pc/image-pc/phone/phone5.png)
}
.mobile-main .content .left .photo.photo6 {
  background-image: url(/pc/image-pc/phone/phone6.png);
  width: 448px;
  height: 562px;
  position: relative;
  left: -27px;
  top: -2px
}
.mobile-main .content .left .photo.photo7 {
  background-image: url(/pc/image-pc/phone/phone7.png);
  width: 448px;
  height: 562px;
  position: relative;
  left: -27px;
  top: -2px
}
.mobile-main .content .left .photo.photo8 {
  background-image: url(/pc/image-pc/phone/phone8.png);
  width: 448px;
  height: 562px;
  position: relative;
  left: -27px;
  top: -2px
}
.mobile-main .content .left .photo.photo9 {
  background-image: url(/pc/image-pc/phone/phone9.png);
  width: 448px;
  height: 562px;
  position: relative;
  left: -27px;
  top: -2px
}
.mobile-main .content .left .photo.photo10 {
  background-image: url(/pc/image-pc/phone/phone10.png);
  width: 448px;
  height: 562px;
  position: relative;
  left: -27px;
  top: -2px
}
.mobile-main .content .left .desc {
  margin-top: 100px;
  float: left;
  display: inline-block;
  width: 220px;
  height: 300px;
  position: absolute;
  right: 60px
}
.mobile-main .content .left .desc .title {
  font-size: 24px
}
.mobile-main .content .left .desc .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  word-break: break-all
}
.mobile-main .content .show {
  display: inline-block
}
.mobile-main .content .right {
  display: inline-block;
  width: 300px;
  padding-left: 12px;
  height: 500px;
  float: right;
  position: relative
}
.mobile-main .content .right .page {
  color: #7e7e7e;
  display: inline-block;
  position: absolute;
  left: -285px;
  top: 300px;
  font-size: 32px;
  cursor: default
}
.mobile-main .content .right .page span {
  margin: 0 10px 0 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.mobile-main .content .right .top {
  width: 200px
}
.mobile-main .content .right .top .qrcode {
  width: 190px;
  height: 190px;
  margin-bottom: 34px;
  position: relative
}
.mobile-main .content .right .top .qrcode img {
  width: 170px;
  height: auto;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.mobile-main .content .right .top .qrcode span {
  font-size: 16px;
  font-weight: 700;
  padding-top: 195px
}
.mobile-main .content .right .bottom {
  margin-top: -21px;
  width: 230px;
  line-height: 20px
}
.mobile-main .content .right .bottom .title {
  font-size: 16px
}
.mobile-main .content .right .bottom .icon {
  width: 170px;
  height: 40px;
  color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  background-color: #0088fe;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding-left: 50px
}
.mobile-main .content .right .bottom .icon.active {
  background-color: #f7184f
}
.mobile-main .content .right .bottom .icon i {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat
}
.mobile-main .content .right .bottom .icon i.ios {
  background-image: url(/pc/image-pc/phone/ios.png)
}
.mobile-main .content .right .bottom .icon i.android {
  background-image: url(/pc/image-pc/phone/Android.png)
}
.mobile-main .content .right .bottom .text {
  font-size: 13px;
  word-break: break-all;
  padding-top: 14px;
  margin-bottom: 20px
}
.mobile-main .content .right .arror {
  color: #4b4b4b;
  font-size: 32px;
  position: absolute;
  left: -40px;
  top: 190px;
  cursor: pointer;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.mobile-main .content .doll {
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: -106px;
  z-index: 1
}
.mobile-main .content .doll.doll1 {
  width: 280px;
  height: 300px;
  top: 260px;
  background-image: url(/pc/image-pc/phone/doll_01.png)
}
.mobile-main .content .doll.doll2 {
  width: 280px;
  height: 300px;
  top: 195px;
  left: -130px;
  background-image: url(/pc/image-pc/phone/doll_02.png)
}
.mobile-main .content #frame_ios .desc {
  right: 80px
}
.mobile-b-style {
  content: url(/pc/image-pc/phone/b_phone1.png) url(/pc/image-pc/phone/b_phone2.png) url(/pc/image-pc/phone/b_phone3.png) url(/pc/image-pc/phone/b_phone4.png) url(/pc/image-pc/phone/b_phone5.png)
}
.mobile-b-style .content .left .photo.photo1 {
  background-image: url(/pc/image-pc/phone/b_phone1.png)
}
.mobile-b-style .content .left .photo.photo2 {
  background-image: url(/pc/image-pc/phone/b_phone2.png)
}
.mobile-b-style .content .left .photo.photo3 {
  background-image: url(/pc/image-pc/phone/b_phone3.png)
}
.mobile-b-style .content .left .photo.photo4 {
  background-image: url(/pc/image-pc/phone/b_phone4.png)
}
.mobile-b-style .content .left .photo.photo5 {
  background-image: url(/pc/image-pc/phone/b_phone5.png)
}
.mobile-l-style {
  content: url(/pc/image-pc/phone/l_phone1.png) url(/pc/image-pc/phone/l_phone2.png) url(/pc/image-pc/phone/l_phone3.png) url(/pc/image-pc/phone/l_phone4.png) url(/pc/image-pc/phone/l_phone5.png)
}
.mobile-l-style .content .left .photo.photo1 {
  background-image: url(/pc/image-pc/phone/l_phone1.png)
}
.mobile-l-style .content .left .photo.photo2 {
  background-image: url(/pc/image-pc/phone/l_phone2.png)
}
.mobile-l-style .content .left .photo.photo3 {
  background-image: url(/pc/image-pc/phone/l_phone3.png)
}
.mobile-l-style .content .left .photo.photo4 {
  background-image: url(/pc/image-pc/phone/l_phone4.png)
}
.mobile-l-style .content .left .photo.photo5 {
  background-image: url(/pc/image-pc/phone/l_phone5.png)
}
.mobile-c-style {
  content: url(/pc/image-pc/phone/c_phone1.png) url(/pc/image-pc/phone/c_phone2.png) url(/pc/image-pc/phone/c_phone3.png) url(/pc/image-pc/phone/c_phone4.png) url(/pc/image-pc/phone/c_phone5.png)
}
.mobile-c-style .content .left .photo.photo1 {
  background-image: url(/pc/image-pc/phone/c_phone1.png)
}
.mobile-c-style .content .left .photo.photo2 {
  background-image: url(/pc/image-pc/phone/c_phone2.png)
}
.mobile-c-style .content .left .photo.photo3 {
  background-image: url(/pc/image-pc/phone/c_phone3.png)
}
.mobile-c-style .content .left .photo.photo4 {
  background-image: url(/pc/image-pc/phone/c_phone4.png)
}
.mobile-c-style .content .left .photo.photo5 {
  background-image: url(/pc/image-pc/phone/c_phone5.png)
}
.mobile-s-style {
  content: url(/pc/image-pc/phone/s_phone1.png) url(/pc/image-pc/phone/s_phone2.png) url(/pc/image-pc/phone/s_phone3.png) url(/pc/image-pc/phone/s_phone4.png) url(/pc/image-pc/phone/s_phone5.png)
}
.mobile-s-style .content .left .photo.photo1 {
  background-image: url(/pc/image-pc/phone/s_phone1.png)
}
.mobile-s-style .content .left .photo.photo2 {
  background-image: url(/pc/image-pc/phone/s_phone2.png)
}
.mobile-s-style .content .left .photo.photo3 {
  background-image: url(/pc/image-pc/phone/s_phone3.png)
}
.mobile-s-style .content .left .photo.photo4 {
  background-image: url(/pc/image-pc/phone/s_phone4.png)
}
.mobile-s-style .content .left .photo.photo5 {
  background-image: url(/pc/image-pc/phone/s_phone5.png)
}
.mobile-newskin #mobileView .mobileSlides {
  min-height: 560px;
  background-image: url(../image/index/mobile_banner.jpg)
}
.mobile-main {
  min-height: 1000px
}
.mobile-new .mobileBanner {
  background-image: url(../image/index/mobile_banner.jpg);
  background-repeat: no-repeat;
  width: 100%;
  min-height: 560px;
  background-position: 50%
}
.mobile-new #news.news-show {
  margin-top: -3px;
  margin-bottom: 10px
}
.mobile-new .mobile-wrap {
  max-width: 900px;
  margin: auto;
  position: relative;
  background-image: url(../image/index/mobile_img_01.png);
  background-repeat: no-repeat;
  background-position: 100% 185px
}
.mobile-new .mobile-wrap:after {
  width: 243px;
  height: 256px;
  position: absolute;
  top: 55%;
  right: -78px;
  content: "";
  background-image: url(../image/index/mobile_img_02.png);
  background-repeat: no-repeat;
  background-position: 50%
}
.mobile-new .mobile-wrap .arror {
  width: 55px;
  position: absolute;
  right: -72px;
  top: 42%;
  z-index: 1;
  cursor: pointer;
  animation-name: arrowRight;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-delay: .5s
}
.mobile-new .mobile-wrap .arror svg.svg-icon {
  transform: scale(.7);
  width: 100px
}
.mobile-new .mobile-wrap .mobile-ball {
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  animation-name: shake;
  animation-duration: 20s;
  animation-iteration-count: infinite
}
.mobile-new .mobile-wrap .mobile-ball-1 {
  width: 60px;
  height: 60px;
  left: 50%;
  bottom: 90px;
  z-index: 2;
  background-image: url(../image/index/mobile_img_03.png)
}
.mobile-new .mobile-wrap .mobile-ball-2 {
  width: 70px;
  height: 71px;
  right: 0;
  top: 90px;
  animation-delay: .75s;
  background-image: url(../image/index/mobile_img_04.png)
}
.mobile-new .mobile-wrap-banner {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: -110%;
  left: 0;
  margin-left: -200px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  overflow: hidden
}
.mobile-new .mobile-wrap-banner-mobile {
  position: absolute;
  left: 60px;
  bottom: 0
}
.mobile-new .mobile-wrap-banner-box {
  position: relative;
  left: 56%;
  top: 100px;
  margin-left: 150px
}
.mobile-new .mobile-wrap-banner-box.count-3 {
  margin-left: 24px
}
.mobile-new .mobile-wrap-banner-box>p {
  padding: 10px 0 40px
}
.mobile-new .mobile-wrap-banner-qrcode {
  width: 140px;
  margin-right: 40px;
  display: inline-block;
  text-align: center
}
.mobile-new .mobile-wrap-banner-qrcode div {
  width: 140px;
  height: 140px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
.mobile-new .mobile-wrap-banner-qrcode img {
  max-width: 100%
}
.mobile-new .mobile-wrap-banner-qrcode p {
  font-size: 16px
}
.mobile-new .mobile-wrap-title {
  padding-top: 130px;
  position: absolute;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  left: -35px
}
.mobile-new .mobile-wrap-content {
  width: 600px;
  display: none;
  position: relative;
  margin-top: 50px
}
.mobile-new .mobile-wrap-content .photo {
  float: right;
  display: inline-block;
  width: 290px;
  height: 505px;
  background-repeat: no-repeat;
  right: -210px;
  position: relative
}
.mobile-new .mobile-wrap-content .photo.photo1 {
  background-image: url(../image/index/m_1.png)
}
.mobile-new .mobile-wrap-content .photo.photo2 {
  background-image: url(../image/index/m_2.png)
}
.mobile-new .mobile-wrap-content .photo.photo3 {
  background-image: url(../image/index/m_3.png)
}
.mobile-new .mobile-wrap-content .photo.photo4 {
  background-image: url(../image/index/m_4.png)
}
.mobile-new .mobile-wrap-content .photo.photo5 {
  background-image: url(../image/index/m_5.png)
}
.mobile-new .mobile-wrap-content .desc {
  width: 300px;
  height: 300px;
  margin-top: 190px;
  display: inline-block;
  margin-left: -135px
}
.mobile-new .mobile-wrap-content .desc .title {
  font-size: 24px;
  margin-left: 100px
}
.mobile-new .mobile-wrap-content .desc .text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  margin-left: 100px
}
.mobile-new .mobile-wrap .page {
  font-size: 32px;
  cursor: default;
  position: absolute;
  bottom: 50px;
  margin-left: -30px
}
.mobile-new .mobile-wrap .page span {
  cursor: pointer;
  margin-right: 10px
}
.mobile-new .mobile-wrap .show {
  display: inline-block
}
.animated.fadeInLefts,.animated.fadeOutRights,.fadeInLefts-1,.fadeInLefts-2,.fadeInLefts-3 {
  animation-duration: .7s
}
.fadeInLefts-1 {
  animation-delay: .5s
}
.fadeInLefts-2 {
  animation-delay: .9s
}
.fadeInLefts-3 {
  animation-delay: 1.2s
}
.fadeOutRights {
  animation-name: fadeOutRights
}
.fadeInLefts,.fadeInLefts-1,.fadeInLefts-2,.fadeInLefts-3 {
  animation-name: fadeInLefts;
  -ms-animation-name: fadeInLefts
}
@keyframes fadeInLefts {
  0% {
      opacity: 0;
      transform: translateX(-30%)
  }
  to {
      opacity: 1;
      transform: translateX(0)
  }
}
@keyframes fadeOutRights {
  0% {
      opacity: 1
  }
  to {
      opacity: 0;
      transform: translate3d(40%,0,0)
  }
}
@keyframes arrowRight {
  0% {
      transform: translateZ(0)
  }
  35% {
      transform: translate3d(20px,0,0)
  }
  70% {
      transform: translate3d(-20px,0,0)
  }
  to {
      transform: translateZ(0)
  }
}
.btn-submit:disabled {
  background-color: #ccc!important;
  cursor: not-allowed
}
.input-captcha {
  background-repeat: no-repeat!important;
  background-size: 30% 90%!important;
  background-position: 100%!important
}
.btn-authcode {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 43%
}
.modal-mask {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
.modal-mask .modal-dialog {
  width: 400px;
  border-radius: 7px;
  background-color: #fff;
  padding: 20px 0
}
.modal-mask .modal-dialog .modal-content .top {
  position: relative;
  height: 50%
}
.modal-mask .modal-dialog .modal-content .top .close {
  position: absolute;
  right: 2px;
  top: -8px;
  display: inline-block;
  cursor: pointer
}
.modal-mask .modal-dialog .modal-content .top .close i {
  width: 35px;
  height: 35px
}
.modal-mask .modal-dialog .modal-content .success {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.modal-mask .modal-dialog .modal-content .success i {
  color: #0ab440;
  width: 5rem;
  height: 5rem
}
.modal-mask .modal-dialog .modal-content .text {
  text-align: center
}
.modal-mask .modal-dialog .modal-content .text .t1 {
  font-size: 1.5rem;
  color: #69ad4d;
  margin: 16px
}
.modal-mask .modal-dialog .modal-content .text .t2 {
  color: #999
}
.modal-mask .modal-dialog .modal-content .text .t2 span {
  color: #6a86bc;
  padding: 0 .2rem;
  cursor: pointer
}
.modal-mask .modal-dialog .modal-content .btns {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem
}
.modal-mask .modal-dialog .modal-content .btns div {
  display: inline-block;
  width: 50%;
  text-align: center;
  border: 1px solid #008ef0;
  box-sizing: border-box;
  padding: .7rem 0;
  cursor: pointer
}
.modal-mask .modal-dialog .modal-content .btns div.left {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-right: none;
  color: #008ef0
}
.modal-mask .modal-dialog .modal-content .btns div.right {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  color: #fff;
  background-color: #008ef0
}
.captcha-image {
  position: absolute;
  top: 4px;
  left: 44%;
  height: 40px
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  box-shadow: 0 3px 13px rgba(0,0,0,.08)
}
.flatpickr-calendar.inline,.flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1)
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px)
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none!important
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}
.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid #eceef1
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto
}
.flatpickr-calendar:after,.flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px
}
.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px
}
.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before {
  bottom: 100%
}
.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1
}
.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before {
  top: 100%
}
.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1
}
.flatpickr-calendar:focus {
  outline: 0
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block
}
.flatpickr-months {
  display: -ms-flexbox;
  display: flex
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1
}
.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none
}
.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i {
  position: relative
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0
}
.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover {
  color: #bbb
}
.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #f64747
}
.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg {
  width: 14px;
  height: 14px
}
.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path {
  transition: fill .1s;
  fill: inherit
}
.numInputWrapper {
  position: relative;
  height: auto
}
.numInputWrapper input,.numInputWrapper span {
  display: inline-block
}
.numInputWrapper input {
  width: 100%
}
.numInputWrapper input::-ms-clear {
  display: none
}
.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,.15);
  box-sizing: border-box
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,.1)
}
.numInputWrapper span:active {
  background: rgba(0,0,0,.2)
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,.6);
  top: 26%
}
.numInputWrapper span.arrowDown {
  top: 50%
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,.6);
  top: 40%
}
.numInputWrapper span svg {
  width: inherit;
  height: auto
}
.numInputWrapper span svg path {
  fill: rgba(90,97,113,.5)
}
.numInputWrapper:hover {
  background: rgba(0,0,0,.05)
}
.numInputWrapper:hover span {
  opacity: 1
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translateZ(0)
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,.05)
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0
}
.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90,97,113,.5);
  background: transparent;
  pointer-events: none
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
  outline: none
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,.05)
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0
}
.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder
}
.dayContainer,.flatpickr-weeks {
  padding: 1px 0 0
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1
}
.flatpickr-days:focus {
  outline: 0
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translateZ(0);
  opacity: 1
}
.dayContainer+.dayContainer {
  box-shadow: -1px 0 0 #eceef1
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}
.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2
}
.flatpickr-day.today {
  border-color: #bbb
}
.flatpickr-day.today:focus,.flatpickr-day.today:hover {
  border-color: #bbb;
  background: #bbb;
  color: #fff
}
.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover {
  background: #ff5a5f;
  box-shadow: none;
  color: #fff;
  border-color: #ff5a5f
}
.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px
}
.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0
}
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #ff5a5f
}
.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e2e2e2,5px 0 0 #e2e2e2
}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay {
  color: rgba(72,72,72,.3);
  background: transparent;
  border-color: transparent;
  cursor: default
}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,.1)
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #ff5a5f,5px 0 0 #ff5a5f
}
.flatpickr-day.hidden {
  visibility: hidden
}
.rangeMode .flatpickr-day {
  margin-top: 1px
}
.flatpickr-weekwrapper {
  float: left
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px
}
.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,.3);
  background: transparent;
  cursor: default;
  border: none
}
.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both
}
.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 700
}
.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second {
  font-weight: 400
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0
}
.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: 700;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  align-self: center
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400
}
.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover {
  background: #eaeaea
}
.flatpickr-input[readonly] {
  cursor: pointer
}
@keyframes fpFadeInDown {
  0% {
      opacity: 0;
      transform: translate3d(0,-20px,0)
  }
  to {
      opacity: 1;
      transform: translateZ(0)
  }
}
span.flatpickr-day.selected {
  font-weight: 700
}
.weui-mask {
  background: rgba(0,0,0,.6)
}
.weui-mask,.weui-mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}
.weui-toast {
  position: fixed;
  z-index: 5001;
  width: 7.6em;
  min-height: 7.6em;
  top: 180px;
  left: 50%;
  margin-left: -3.8em;
  background: hsla(0,0%,7%,.7);
  text-align: center;
  border-radius: 5px;
  color: #fff
}
.weui-icon_toast {
  margin: 22px 0 0;
  display: block
}
.weui-icon_toast.weui-icon-success-no-circle:before {
  color: #fff;
  font-size: 55px
}
.weui-toast__content {
  margin: 0 0 15px
}
.weui-loading {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  animation: weuiLoading 1s steps(12) infinite;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=") no-repeat;
  background-size: 100%
}
.weui-loading.weui-loading_transparent {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCc+PHBhdGggZmlsbD0nbm9uZScgZD0nTTAgMGgxMDB2MTAwSDB6Jy8+PHJlY3QgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjU2KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC0zMCknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDEwNS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjQzKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA3NS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjM4KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2NSA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjMyKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTguNjYgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4yOCknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDU0LjAyIDY1KScvPjxyZWN0IHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyB4PSc0Ni41JyB5PSc0MCcgZmlsbD0ncmdiYSgyNTUsMjU1LDI1NSwuMjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjIpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKC0xNTAgNDUuOTggNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xNyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTEyMCA0MS4zNCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjE0KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtOTAgMzUgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtNjAgMjQuMDIgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4wMyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTMwIC01Ljk4IDY1KScvPjwvc3ZnPgo=")
}
@keyframes weuiLoading {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(1turn)
  }
}
.vux-loading .weui-toast {
  z-index: 5001
}
.weui-icon_toast.weui-loading {
  margin: 30px 0 0;
  width: 38px;
  height: 38px;
  vertical-align: baseline;
  display: inline-block
}
.vux-mask-enter,.vux-mask-leave-active {
  opacity: 0
}
.vux-mask-enter-active,.vux-mask-leave-active {
  transition: opacity .3s
}
.right-wrap b,.right-wrap strong {
  font-weight: 700
}
.right-wrap address:not(.must),.right-wrap cite:not(.must),.right-wrap dfn:not(.must),.right-wrap em:not(.must),.right-wrap i:not(.must),.right-wrap var:not(.must) {
  font-style: italic
}
.btn-authcode {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 43%
}
.captcha-image {
  position: absolute;
  top: 4px;
  left: 44%;
  height: 40px
}
.sport-lobby {
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff;
  content: url(/pc/image-pc/sport/bg.jpg) url(/pc/image-pc/sport/3sing.jpg) url(/pc/image-pc/sport/saba.jpg) url(/pc/image-pc/sport/im.jpg) url(/pc/image-pc/sport/ug.jpg) url(/pc/image-pc/sport/esb.jpg) url(/pc/image-pc/sport/evor.jpg)
}
.sport-lobby b,.sport-lobby div,.sport-lobby em,.sport-lobby i {
  box-sizing: border-box
}
.sport-lobby .sport-box {
  width: 1000px;
  height: 675px;
  overflow: hidden;
  margin: auto auto 36px;
  border: 3px solid hsla(0,0%,40%,.65);
  background: #000;
  text-shadow: 0 2px 1px #000
}
.sport-lobby .sport-box b,.sport-lobby .sport-box div,.sport-lobby .sport-box em,.sport-lobby .sport-box i,.sport-lobby .sport-box li {
  transition: all .4s ease
}
.sport-lobby .sport-box .sport-nav {
  width: 980px;
  position: absolute;
  z-index: 1;
  text-align: center;
  overflow: hidden
}
.sport-lobby .sport-box .sport-nav.sport-max {
  text-align: left
}
.sport-lobby .sport-box .sport-nav.sport-max .sport-nav-li {
  margin: 10px 8px
}
.sport-lobby .sport-box .sport-nav li:nth-child(11),.sport-lobby .sport-box .sport-nav li:nth-child(14),.sport-lobby .sport-box .sport-nav li:nth-child(17) {
  clear: both
}
.sport-lobby .sport-box .sport-nav-li {
  transform: scale(.9);
  width: 120px;
  height: 120px;
  margin: 30px 2%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 99%;
  background-color: rgba(5,90,155,.5);
  border: 2px solid hsla(0,0%,98%,.2);
  box-shadow: 0 0 7px 4px rgba(0,0,0,.5);
  animation-duration: .5s;
  animation-delay: .25s
}
.sport-lobby .sport-box .sport-nav-li.on,.sport-lobby .sport-box .sport-nav-li:hover {
  transform: scale(1);
  background-color: rgba(65,162,255,.6);
  animation-iteration-count: infinite
}
.sport-lobby .sport-box .sport-nav-li.on span,.sport-lobby .sport-box .sport-nav-li:hover span {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 99%;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 0 #ffff008a;
  animation-iteration-count: infinite;
  animation-duration: 3.5s;
  transition: all .4s ease;
  animation-fill-mode: both;
  animation-delay: 1s;
  animation-name: light-data-v-3c44b37c
}
@keyframes light-data-v-3c44b37c {
  0% {
      box-shadow: 0 0 0 0 #fff
  }
  50% {
      box-shadow: 0 0 15px 2px #fff
  }
  to {
      box-shadow: 0 0 0 0 #fff
  }
}
.sport-lobby .sport-box .sport-nav-li.on i,.sport-lobby .sport-box .sport-nav-li:hover i {
  background-size: 0,contain
}
.sport-lobby .sport-box .sport-nav-li.on b,.sport-lobby .sport-box .sport-nav-li:hover b {
  top: 115px;
  font-size: 0;
  opacity: 0
}
.sport-lobby .sport-box .sport-nav-li.on em,.sport-lobby .sport-box .sport-nav-li:hover em {
  top: 85px;
  color: #ff0;
  opacity: 1
}
.sport-lobby .sport-box .sport-nav-li.zoomInRight {
  animation-name: zoomInRight!important
}
.sport-lobby .sport-box .sport-nav-li.flips {
  animation-iteration-count: infinite;
  animation-duration: 1.5s
}
.sport-lobby .sport-box .sport-nav-li.flips em {
  color: #fff;
  font-size: 18px;
  top: 82px;
  font-weight: 700;
  letter-spacing: 1px
}
.sport-lobby .sport-box .sport-nav-li i {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top,top;
  background-size: contain,0;
  animation-duration: .5s;
  animation-delay: .1s;
  transition-delay: 2s
}
.sport-lobby .sport-box .sport-nav-li b,.sport-lobby .sport-box .sport-nav-li em {
  width: 120px;
  top: 90px;
  left: 0;
  font-size: 14px;
  position: absolute;
  text-align: center;
  letter-spacing: 1px
}
.sport-lobby .sport-box .sport-nav-li em {
  top: 100px;
  opacity: 0
}
.sport-lobby .sport-box .sport-nav-li.sport-bg:not(.flips) i {
  background-image: url(/pc/image-pc/sport/icon_1_1.png),url(/pc/image-pc/sport/icon_1_1.png);
  background-position: center 5px,top;
  -webkit-filter: grayscale(.4);
  filter: grayscale(.4)
}
.sport-lobby .sport-box .sport-nav-li.sport-3sing i {
  background-image: url(/pc/image-pc/sport/icon_2_2.png),url(/pc/image-pc/sport/icon_2_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-saba i {
  background-image: url(/pc/image-pc/sport/icon_3_2.png),url(/pc/image-pc/sport/icon_3_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-im i {
  background-image: url(/pc/image-pc/sport/icon_4_2.png),url(/pc/image-pc/sport/icon_4_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-ug i {
  background-image: url(/pc/image-pc/sport/icon_5_2.png),url(/pc/image-pc/sport/icon_5_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-esb i {
  background-image: url(/pc/image-pc/sport/icon_6_2.png),url(/pc/image-pc/sport/icon_6_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-saba-2 i {
  background-image: url(/pc/image-pc/sport/icon_3_2.png),url(/pc/image-pc/sport/icon_3_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-avia i {
  background-image: url(/pc/image-pc/sport/icon_7_2.png),url(/pc/image-pc/sport/icon_7_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-hc i {
  background-image: url(/pc/image-pc/sport/icon_8_2.png),url(/pc/image-pc/sport/icon_8_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-ysb i {
  background-image: url(/pc/image-pc/sport/icon_9_2.png),url(/pc/image-pc/sport/icon_9_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-sbo i {
  background-image: url(/pc/image-pc/sport/icon_10_2.png),url(/pc/image-pc/sport/icon_10_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-tcg i {
  background-image: url(/pc/image-pc/sport/icon_11_2.png),url(/pc/image-pc/sport/icon_11_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-saba-3 i {
  background-image: url(/pc/image-pc/sport/icon_12_2.png),url(/pc/image-pc/sport/icon_12_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-evor i {
  background-image: url(/pc/image-pc/sport/icon_13_2.png),url(/pc/image-pc/sport/icon_13_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-sexy i {
  background-image: url(/pc/image-pc/sport/icon_14_2.png),url(/pc/image-pc/sport/icon_14_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-bgcrown i {
  background-image: url(/pc/image-pc/sport/icon_15_2.png),url(/pc/image-pc/sport/icon_15_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-ob i {
  background-image: url(/pc/image-pc/sport/icon_16_2.png),url(/pc/image-pc/sport/icon_16_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-txg188 i {
  background-image: url(/pc/image-pc/sport/icon_17_2.png),url(/pc/image-pc/sport/icon_17_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-ky i {
  background-image: url(/pc/image-pc/sport/icon_18_2.png),url(/pc/image-pc/sport/icon_18_1.png)
}
.sport-lobby .sport-box .sport-nav-li.sport-tf i {
  background-image: url(/pc/image-pc/sport/icon_19_2.png),url(/pc/image-pc/sport/icon_19_1.png)
}
.sport-lobby .sport-box .sport-nav-btn {
  transform: scale(.9);
  position: absolute;
  top: 500px;
  left: 705px
}
.sport-lobby .sport-box .sport-nav-btn .on:after {
  display: none
}
.sport-lobby .sport-box .sport-nav-btn>b {
  width: 80px;
  height: 8px;
  background: rgba(0,0,0,.25);
  border-radius: 99%;
  display: block;
  margin: 1px auto;
  animation-iteration-count: infinite;
  transition: all 1.75s ease;
  -webkit-filter: blur(2px);
  filter: blur(2px)
}
.sport-lobby .sport-box .sport-nav-btn>div {
  background-color: rgba(255,118,0,.85)!important;
  box-shadow: 0 0 7px 4px rgba(0,0,0,.2);
  background-image: url(/pc/image-pc/sport/ball.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  margin: auto;
  cursor: pointer
}
.sport-lobby .sport-box .sport-nav-btn>div.sport-esb {
  background-image: none;
  background-size: 100%
}
.sport-lobby .sport-box .sport-nav-btn i {
  display: none!important
}
.sport-lobby .sport-box .sport-nav-btn em {
  top: 50px!important
}
.sport-lobby .sport-box .sport-items {
  float: left;
  width: 100%;
  height: 675px;
  position: relative
}
.sport-lobby .sport-box .sport-items>div {
  position: absolute;
  text-align: left
}
.sport-lobby .sport-box .sport-items.sport-bg-bg .sport-bg-img {
  background-image: url(/pc/image-pc/sport/bg.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-bg .sport-logo {
  background: url(/pc/image-pc/sport/logo_D1.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-3sing .sport-bg-img {
  background-image: url(/pc/image-pc/sport/3sing.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-3sing .sport-logo {
  background: url(/pc/image-pc/sport/logo_D2.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-saba .sport-bg-img {
  background-image: url(/pc/image-pc/sport/saba.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-saba .sport-logo {
  background: url(/pc/image-pc/sport/logo_D3.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-im .sport-bg-img {
  background-image: url(/pc/image-pc/sport/im.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-im .sport-logo {
  background: url(/pc/image-pc/sport/logo_D4.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-ug .sport-bg-img {
  background-image: url(/pc/image-pc/sport/ug.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-ug .sport-logo {
  background: url(/pc/image-pc/sport/logo_D5.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-esb .sport-bg-img {
  background-image: url(/pc/image-pc/sport/esb.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-esb .sport-logo {
  background: url(/pc/image-pc/sport/logo_D6.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-saba-2 .sport-bg-img {
  background-image: url(/pc/image-pc/sport/saba-2.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-saba-2 .sport-logo {
  background: url(/pc/image-pc/sport/logo_D3.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-avia .sport-bg-img {
  background-image: url(/pc/image-pc/sport/avia.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-avia .sport-logo {
  background: url(/pc/image-pc/sport/logo_D7.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-hc .sport-bg-img {
  background-image: url(/pc/image-pc/sport/hc.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-hc .sport-logo {
  background: url(/pc/image-pc/sport/logo_D8.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-ysb .sport-bg-img {
  background-image: url(/pc/image-pc/sport/ysb.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-ysb .sport-logo {
  background: url(/pc/image-pc/sport/logo_D9.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-sbo .sport-bg-img {
  background-image: url(/pc/image-pc/sport/sbo.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-sbo .sport-logo {
  background: url(/pc/image-pc/sport/logo_D10.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-tcg .sport-bg-img {
  background-image: url(/pc/image-pc/sport/tcg.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-tcg .sport-logo {
  background: url(/pc/image-pc/sport/logo_D11.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-saba-3 .sport-bg-img {
  background-image: url(/pc/image-pc/sport/saba-3.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-saba-3 .sport-logo {
  background: url(/pc/image-pc/sport/logo_D12.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-evor .sport-bg-img {
  background-image: url(/pc/image-pc/sport/evor.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-evor .sport-logo {
  background: url(/pc/image-pc/sport/logo_D13.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-sexy .sport-bg-img {
  background-image: url(/pc/image-pc/sport/sexy.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-sexy .sport-logo {
  background: url(/pc/image-pc/sport/logo_D14.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-bgcrown .sport-bg-img {
  background-image: url(/pc/image-pc/sport/bgcrown.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-bgcrown .sport-logo {
  background: url(/pc/image-pc/sport/logo_D15.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-ob .sport-bg-img {
  background-image: url(/pc/image-pc/sport/ob.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-ob .sport-logo {
  background: url(/pc/image-pc/sport/logo_D16.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-txg188 .sport-bg-img {
  background-image: url(/pc/image-pc/sport/txg188.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-txg188 .sport-logo {
  background: url(/pc/image-pc/sport/logo_D17.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-ky .sport-bg-img {
  background-image: url(/pc/image-pc/sport/ky.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-ky .sport-logo {
  background: url(/pc/image-pc/sport/logo_D18.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items.sport-bg-tf .sport-bg-img {
  background-image: url(/pc/image-pc/sport/tf.jpg)
}
.sport-lobby .sport-box .sport-items.sport-bg-tf .sport-logo {
  background: url(/pc/image-pc/sport/logo_D19.png) no-repeat 30px -5px
}
.sport-lobby .sport-box .sport-items .sport-bg-img {
  width: 100%;
  height: 675px;
  background-position: 50%;
  background-repeat: no-repeat;
  animation-duration: .35s
}
.sport-lobby .sport-box .sport-items .sport-bg-img.pulses {
  animation-name: pulses-data-v-3c44b37c;
  -webkit-animation-name: pulses-data-v-3c44b37c
}
@keyframes pulses-data-v-3c44b37c {
  0% {
      -webkit-filter: blur(5px) brightness(2.5);
      filter: blur(5px) brightness(2.5);
      box-shadow: inset 0 0 500px 200px #fff;
      -webkit-box-shadow: none;
      opacity: .5
  }
  to {
      -webkit-filter: blur(0) brightness(1);
      filter: blur(0) brightness(1);
      box-shadow: none;
      opacity: 1
  }
}
.sport-lobby .sport-box .sport-items .sport-rectangle {
  width: 510px;
  height: 540px;
  top: 130px;
  right: -40px;
  background: url(/pc/image-pc/sport/rectangle.png) no-repeat 50%
}
.sport-lobby .sport-box .sport-items .sport-logo {
  top: 320px;
  left: 650px;
  padding-left: 165px;
  line-height: 120px;
  font-size: 20px;
  letter-spacing: 4px
}
.flipXX {
  animation-name: flipXX-data-v-3c44b37c;
  -webkit-animation-name: flipXX-data-v-3c44b37c
}
@keyframes flipXX-data-v-3c44b37c {
  0% {
      animation-timing-function: ease-out
  }
  50% {
      transform: scaleX(-1) scaleY(1.1);
      animation-timing-function: ease-in
  }
  to {
      transform: scaleX(1) scaleY(1);
      animation-timing-function: ease-in
  }
}
.fish-layout {
  max-width: 1000px;
  margin: 0 auto
}
.nav {
  width: 100%;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}
.nav .provider-slide {
  width: calc(100% - 60px);
  display: -ms-flexbox;
  display: flex
}
.nav .provider-slide .slide-item {
  height: 55px
}
.nav .provider-slide .slide-item .wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 120px;
  height: 100%;
  background-color: #f0f0f0;
  padding: 0 20px;
  margin-right: 2px;
  border-bottom: 7px solid #d6d6d6;
  box-sizing: border-box;
  cursor: pointer
}
.nav .provider-slide .slide-item .wrap.active {
  border-color: #ffbd00
}
.nav .provider-slide .slide-item .wrap .third-menu {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  cursor: pointer
}
.nav .provider-slide .slide-item .wrap .third-menu.bg {
  background-image: url(/pc/image-pc/fish/lobby/bg.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.bbin {
  background-image: url(/pc/image-pc/fish/lobby/bbin.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.apl {
  background-image: url(/pc/image-pc/fish/lobby/apl.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.yl {
  background-image: url(/pc/image-pc/fish/lobby/yl.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.fg {
  background-image: url(/pc/image-pc/fish/lobby/fg.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.jdb {
  background-image: url(/pc/image-pc/fish/lobby/jdb.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.gns {
  background-image: url(/pc/image-pc/fish/lobby/gns.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.ag {
  background-image: url(/pc/image-pc/fish/lobby/ag.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.tp {
  background-image: url(/pc/image-pc/fish/lobby/tp.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.at {
  background-image: url(/pc/image-pc/fish/lobby/at.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.cq9 {
  background-image: url(/pc/image-pc/fish/lobby/cq9.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.ps {
  background-image: url(/pc/image-pc/fish/lobby/ps.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.bs {
  background-image: url(/pc/image-pc/fish/lobby/bs.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.ky {
  background-image: url(/pc/image-pc/fish/lobby/ky.png)
}
.nav .provider-slide .slide-item .wrap .third-menu.ag,.nav .provider-slide .slide-item .wrap .third-menu.bbin,.nav .provider-slide .slide-item .wrap .third-menu.cq9,.nav .provider-slide .slide-item .wrap .third-menu.jdb {
  transform: scale(1.4)
}
.nav .provider-slide .slide-item .wrap .third-menu.at {
  transform: scale(1.2)
}
.nav .provider-slide .slide-item .wrap .third-menu.bs {
  transform: scale(.8)
}
.nav .provider-slide .slide-item .wrap .text {
  padding: 0 10px
}
.nav .arrowr-wrap {
  width: 30px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9f4fe;
  cursor: pointer
}
.nav .arrowr-wrap.left {
  transform: rotate(180deg)
}
.nav .arrowr-wrap i {
  color: #0487fb
}
.fish-lobby {
  max-width: 1000px;
  height: 675px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #072667
}
.fish-lobby b,.fish-lobby div,.fish-lobby em,.fish-lobby i,.fish-lobby li,.fish-lobby p,.fish-lobby span {
  box-sizing: border-box;
  transition: all .4s ease
}
.fish-lobby.fish-lobby-max {
  height: 763px
}
.fish-lobby .fish-bgs,.fish-lobby .fish-shadow {
  position: absolute;
  background-position: 50%
}
.fish-lobby .fish-bgs {
  width: 2200px;
  height: 1426px;
  background-repeat: no-repeat;
  background-image: url(/pc/image-pc/fish/new/background.jpg);
  background-size: 55% 55%;
  transform: translateX(-635px) translateY(-310px)
}
.fish-lobby .fish-bgs.fish-bg-1 {
  background-size: cover;
  transform: translateX(-220px) translateY(-180px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-2 {
  background-size: cover;
  transform: translateX(-610px) translateY(-540px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-3 {
  background-size: cover;
  transform: translateX(10px) translateY(-550px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-4 {
  background-size: cover;
  transform: translateX(-500px) translateY(-50px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-5 {
  background-size: cover;
  transform: translateX(-450px) translateY(-400px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-6 {
  background-size: cover;
  transform: translateX(-1140px) translateY(-580px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-7 {
  background-size: cover;
  transform: translateX(-160px) translateY(-370px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-8 {
  background-size: cover;
  transform: translateX(-1095px) translateY(-130px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-9 {
  background-size: cover;
  transform: translateX(-590px) translateY(-260px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-10 {
  background-size: cover;
  transform: translateX(-520px) translateY(-660px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-11 {
  background-size: cover;
  transform: translateX(-140px) translateY(-100px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-12 {
  background-size: cover;
  transform: translateX(-1080px) translateY(-320px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-13 {
  background-size: cover;
  transform: translateX(-120px) translateY(-410px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-14 {
  background-size: cover;
  transform: translateX(-830px) translateY(-470px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-15 {
  background-size: cover;
  transform: translateX(-280px) translateY(-650px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-16 {
  background-size: cover;
  transform: translateX(-350px) translateY(-410px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-17 {
  background-size: cover;
  transform: translateX(-710px) translateY(-310px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-18 {
  background-size: cover;
  transform: translateX(-10px) translateY(-680px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-19 {
  background-size: cover;
  transform: translateX(-640px) translateY(-40px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-20 {
  background-size: cover;
  transform: translateX(-630px) translateY(-110px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-21 {
  background-size: cover;
  transform: translateX(-310px) translateY(-210px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-22 {
  background-size: cover;
  transform: translateX(-860px) translateY(-310px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-23 {
  background-size: cover;
  transform: translateX(-1095px) translateY(-130px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-24 {
  background-size: cover;
  transform: translateX(-590px) translateY(-260px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-25 {
  background-size: cover;
  transform: translateX(-520px) translateY(-660px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-26 {
  background-size: cover;
  transform: translateX(-140px) translateY(-100px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-27 {
  background-size: cover;
  transform: translateX(-1080px) translateY(-320px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-28 {
  background-size: cover;
  transform: translateX(-120px) translateY(-410px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-29 {
  background-size: cover;
  transform: translateX(-140px) translateY(-100px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-30 {
  background-size: cover;
  transform: translateX(-1080px) translateY(-320px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-31 {
  background-size: cover;
  transform: translateX(-120px) translateY(-410px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-32 {
  background-size: cover;
  transform: translateX(-520px) translateY(-660px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-33 {
  background-size: cover;
  transform: translateX(-610px) translateY(-540px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-34 {
  background-size: cover;
  transform: translateX(-10px) translateY(-500px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-35 {
  background-size: cover;
  transform: translateX(-500px) translateY(-500px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-36 {
  background-size: cover;
  transform: translateX(-590px) translateY(-540px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-37 {
  background-size: cover;
  transform: translateX(-380px) translateY(-430px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-38 {
  background-size: cover;
  transform: translateX(-500px) translateY(-500px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-39 {
  background-size: cover;
  transform: translateX(-10px) translateY(-500px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-40 {
  background-size: cover;
  transform: translateX(-220px) translateY(-180px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-41 {
  background-size: cover;
  transform: translateX(-610px) translateY(-540px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-42 {
  background-size: cover;
  transform: translateX(10px) translateY(-550px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-43 {
  background-size: cover;
  transform: translateX(-500px) translateY(-50px);
  transition: all 2s ease
}
.fish-lobby .fish-bgs.fish-bg-44 {
  background-size: cover;
  transform: translateX(-450px) translateY(-400px);
  transition: all 2s ease
}
.fish-lobby .fish-shadow {
  width: 1000px;
  height: 675px;
  background-repeat: repeat-y;
  background-image: url(/pc/image-pc/fish/new/shadow.png);
  mix-blend-mode: multiply
}
.fish-lobby .fish-btn {
  width: 220px;
  height: 235px;
  cursor: pointer;
  position: absolute;
  background: url(/pc/image-pc/fish/new/bubble.png) 50% no-repeat;
  font-size: 26px;
  font-weight: bolder;
  color: #ff0;
  text-align: center;
  animation-iteration-count: infinite
}
.fish-lobby .fish-btn i {
  width: 220px;
  height: 150px;
  display: block
}
.fish-lobby .fish-btn.fish-btn-bg-dx {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bg-dx.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bg-dx i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/bg-dx.png)
}
.fish-lobby .fish-btn.fish-btn-bg-w {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bg-w.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bg-w i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/bg-w.png)
}
.fish-lobby .fish-btn.fish-btn-bg {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bg.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bg i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/bg.png)
}
.fish-lobby .fish-btn.fish-btn-bb-1 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bb-1.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bb-1 i {
  background-repeat: no-repeat;
  background-position: center 20px;
  background-image: url(/pc/image-pc/fish/new/bb-1.png)
}
.fish-lobby .fish-btn.fish-btn-bb-2 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bb-2.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bb-2 i {
  background-repeat: no-repeat;
  background-position: center 20px;
  background-image: url(/pc/image-pc/fish/new/bb-2.png)
}
.fish-lobby .fish-btn.fish-btn-bb-3 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bb-3.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bb-3 i {
  background-repeat: no-repeat;
  background-position: center 20px;
  background-image: url(/pc/image-pc/fish/new/bb-3.png)
}
.fish-lobby .fish-btn.fish-btn-apl {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-apl.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-apl i {
  background-repeat: no-repeat;
  background-position: center 20px;
  background-image: url(/pc/image-pc/fish/new/apl.png)
}
.fish-lobby .fish-btn.fish-btn-yl {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-yl.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-yl i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/yl.png)
}
.fish-lobby .fish-btn.fish-btn-fg-2 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-fg-2.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-fg-2 i {
  background-repeat: no-repeat;
  background-position: center 50px;
  background-image: url(/pc/image-pc/fish/new/fg-2.png)
}
.fish-lobby .fish-btn.fish-btn-fg-1 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-fg-1.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-fg-1 i {
  background-repeat: no-repeat;
  background-position: center 50px;
  background-image: url(/pc/image-pc/fish/new/fg-1.png)
}
.fish-lobby .fish-btn.fish-btn-fg-3 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-fg-3.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-fg-3 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/fg-3.png)
}
.fish-lobby .fish-btn.fish-btn-fg-4 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-fg-4.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-fg-4 i {
  background-repeat: no-repeat;
  background-position: center 17px;
  background-image: url(/pc/image-pc/fish/new/fg-4.png)
}
.fish-lobby .fish-btn.fish-btn-fg-5 {
  top: 120px;
  left: 434px
}
.fish-lobby .fish-btn.fish-btn-fg-5.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-fg-5 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/fg-5.png)
}
.fish-lobby .fish-btn.fish-btn-fg-6 {
  top: 120px;
  left: 434px
}
.fish-lobby .fish-btn.fish-btn-fg-6.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-fg-6 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/fg-6.png)
}
.fish-lobby .fish-btn.fish-btn-fg-7 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-fg-7.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-fg-7 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/fg-7.png)
}
.fish-lobby .fish-btn.fish-btn-fg-8 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-fg-8.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-fg-8 i {
  background-repeat: no-repeat;
  background-position: center 20px;
  background-image: url(/pc/image-pc/fish/new/fg-8.png)
}
.fish-lobby .fish-btn.fish-btn-jdb-1 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-jdb-1.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-jdb-1 i {
  background-repeat: no-repeat;
  background-position: center 0;
  background-image: url(/pc/image-pc/fish/new/jdb-1.png)
}
.fish-lobby .fish-btn.fish-btn-jdb-2 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-jdb-2.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-jdb-2 i {
  background-repeat: no-repeat;
  background-position: center 40px;
  background-image: url(/pc/image-pc/fish/new/jdb-2.png)
}
.fish-lobby .fish-btn.fish-btn-jdb-3 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-jdb-3.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-jdb-3 i {
  background-repeat: no-repeat;
  background-position: center 0;
  background-image: url(/pc/image-pc/fish/new/jdb-3.png)
}
.fish-lobby .fish-btn.fish-btn-jdb-4 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-jdb-4.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-jdb-4 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/jdb-4.png)
}
.fish-lobby .fish-btn.fish-btn-gns-1 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-gns-1.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-gns-1 i {
  background-repeat: no-repeat;
  background-position: center 20px;
  background-image: url(/pc/image-pc/fish/new/gns-1.png)
}
.fish-lobby .fish-btn.fish-btn-ag {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-ag.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-ag i {
  background-repeat: no-repeat;
  background-position: center 50px;
  background-image: url(/pc/image-pc/fish/new/ag.png)
}
.fish-lobby .fish-btn.fish-btn-tp-6 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-tp-6.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-tp-6 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/tp-6.png)
}
.fish-lobby .fish-btn.fish-btn-icg-1 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-icg-1.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-icg-1 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/icg-1.png)
}
.fish-lobby .fish-btn.fish-btn-icg-2 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-icg-2.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-icg-2 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/icg-2.png)
}
.fish-lobby .fish-btn.fish-btn-tp-3 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-tp-3.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-tp-3 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/tp-3.png)
}
.fish-lobby .fish-btn.fish-btn-cq9-1 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-cq9-1.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-cq9-1 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/cq9-1.png)
}
.fish-lobby .fish-btn.fish-btn-ps {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-ps.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-ps i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/ps.png)
}
.fish-lobby .fish-btn.fish-btn-tp-8 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-tp-8.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-tp-8 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/tp-8.png)
}
.fish-lobby .fish-btn.fish-btn-tp-9 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-tp-9.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-tp-9 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/tp-9.png)
}
.fish-lobby .fish-btn.fish-btn-tp-10 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-tp-10.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-tp-10 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/tp-10.png)
}
.fish-lobby .fish-btn.fish-btn-tp-11 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-tp-11.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-tp-11 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/tp-11.png)
}
.fish-lobby .fish-btn.fish-btn-tp-12 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-tp-12.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-tp-12 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/tp-12.png)
}
.fish-lobby .fish-btn.fish-btn-bb-4 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bb-4.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bb-4 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/bb-4.png)
}
.fish-lobby .fish-btn.fish-btn-fg-9 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-fg-9.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-fg-9 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/fg-9.png)
}
.fish-lobby .fish-btn.fish-btn-bs-1 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bs-1.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bs-1 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/bs-1.png)
}
.fish-lobby .fish-btn.fish-btn-bs-2 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bs-2.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bs-2 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/bs-2.png)
}
.fish-lobby .fish-btn.fish-btn-bs-3 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bs-3.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bs-3 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/bs-3.png)
}
.fish-lobby .fish-btn.fish-btn-bg-yh {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-bg-yh.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-bg-yh i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/bg-yh.png)
}
.fish-lobby .fish-btn.fish-btn-ky-1 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-ky-1.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-ky-1 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/ky-1.png)
}
.fish-lobby .fish-btn.fish-btn-ky-2 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-ky-2.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-ky-2 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/ky-2.png)
}
.fish-lobby .fish-btn.fish-btn-ky-3 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-ky-3.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-ky-3 i {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-image: url(/pc/image-pc/fish/new/ky-3.png)
}
.fish-lobby .fish-btn.fish-btn-ky-4 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-ky-4.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-ky-4 i {
  background-repeat: no-repeat;
  background-position: center 18px;
  background-image: url(/pc/image-pc/fish/new/ky-4.png)
}
.fish-lobby .fish-btn.fish-btn-ky-5 {
  top: 120px;
  left: 450px
}
.fish-lobby .fish-btn.fish-btn-ky-5.fish-bg-max {
  top: 140px
}
.fish-lobby .fish-btn.fish-btn-ky-5 i {
  background-repeat: no-repeat;
  background-position: center 12px;
  background-image: url(/pc/image-pc/fish/new/ky-5.png)
}
.fish-lobby .fish-nav {
  height: 675px
}
.fish-lobby .fish-nav li {
  width: 120px;
  height: 108px;
  margin: 2px 0;
  border: 3px solid rgba(16,39,140,.4);
  background-color: rgba(1,85,134,.5);
  border-radius: 8px;
  position: absolute;
  text-align: center;
  color: #468ac5;
  font-size: 15.6px;
  font-weight: bolder;
  cursor: pointer
}
.fish-lobby .fish-nav li.BIND_FISH_BS-1 b {
  font-size: 13.6px
}
.fish-lobby .fish-nav li.fish-nav-more {
  cursor: default;
  opacity: .5
}
.fish-lobby .fish-nav li i {
  width: 90%;
  height: 78px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  margin: auto auto 4px
}
.fish-lobby .fish-nav li:first-of-type {
  top: 5px;
  left: 10px
}
.fish-lobby .fish-nav li.fish-bg-dx i {
  background-image: url(/pc/image-pc/fish/new/bg-dx.png)
}
.fish-lobby .fish-nav li:nth-of-type(2) {
  top: 116px;
  left: 10px
}
.fish-lobby .fish-nav li.fish-bg-w i {
  background-image: url(/pc/image-pc/fish/new/bg-w.png);
  background-size: cover
}
.fish-lobby .fish-nav li:nth-of-type(3) {
  top: 227px;
  left: 10px
}
.fish-lobby .fish-nav li.fish-bg {
  border: 3px solid rgba(52,87,245,.4);
  background-color: rgba(21,111,173,.55);
  color: hsla(0,0%,100%,.65)
}
.fish-lobby .fish-nav li.fish-bg i {
  background-image: url(/pc/image-pc/fish/new/bg.png);
  -webkit-filter: brightness(80%);
  filter: brightness(80%)
}
.fish-lobby .fish-nav li:nth-of-type(4) {
  top: 338px;
  left: 10px
}
.fish-lobby .fish-nav li.fish-bb-1 i {
  background-image: url(/pc/image-pc/fish/new/bb-1.png);
  background-position: center .8rem
}
.fish-lobby .fish-nav li:nth-of-type(5) {
  top: 449px;
  left: 10px
}
.fish-lobby .fish-nav li.fish-bb-2 i {
  background-image: url(/pc/image-pc/fish/new/bb-2.png);
  background-position: center .8rem
}
.fish-lobby .fish-nav li:nth-of-type(6) {
  top: 560px;
  left: 10px
}
.fish-lobby .fish-nav li.fish-bb-3 i {
  background-image: url(/pc/image-pc/fish/new/bb-3.png)
}
.fish-lobby .fish-nav li:nth-of-type(7) {
  top: 671px;
  top: 5px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-apl i {
  background-image: url(/pc/image-pc/fish/new/apl.png)
}
.fish-lobby .fish-nav li:nth-of-type(8) {
  top: 782px;
  top: 116px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-yl i {
  background-image: url(/pc/image-pc/fish/new/yl.png)
}
.fish-lobby .fish-nav li:nth-of-type(9) {
  top: 893px;
  top: 227px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-fg-2 i {
  background-image: url(/pc/image-pc/fish/new/fg-2.png)
}
.fish-lobby .fish-nav li:nth-of-type(10) {
  top: 1004px;
  top: 338px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-fg-1 i {
  background-image: url(/pc/image-pc/fish/new/fg-1.png)
}
.fish-lobby .fish-nav li:nth-of-type(11) {
  top: 1115px;
  top: 449px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-fg-3 i {
  background-image: url(/pc/image-pc/fish/new/fg-3.png)
}
.fish-lobby .fish-nav li:nth-of-type(12) {
  top: 1226px;
  top: 560px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-fg-4 i {
  background-image: url(/pc/image-pc/fish/new/fg-4.png)
}
.fish-lobby .fish-nav li:nth-of-type(13) {
  top: 1337px;
  top: 671px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-fg-5 i {
  background-image: url(/pc/image-pc/fish/new/fg-5.png)
}
.fish-lobby .fish-nav li:nth-of-type(14) {
  top: 1448px;
  top: 782px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-fg-6 i {
  background-image: url(/pc/image-pc/fish/new/fg-6.png)
}
.fish-lobby .fish-nav li:nth-of-type(15) {
  top: 1559px;
  top: 893px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-fg-7 i {
  background-image: url(/pc/image-pc/fish/new/fg-7.png)
}
.fish-lobby .fish-nav li:nth-of-type(16) {
  top: 1670px;
  top: 1004px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-fg-8 i {
  background-image: url(/pc/image-pc/fish/new/fg-8.png)
}
.fish-lobby .fish-nav li:nth-of-type(17) {
  top: 1781px;
  top: 1115px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-jdb-1 i {
  background-image: url(/pc/image-pc/fish/new/jdb-1.png)
}
.fish-lobby .fish-nav li:nth-of-type(18) {
  top: 1892px;
  top: 1226px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-jdb-2 i {
  background-image: url(/pc/image-pc/fish/new/jdb-2.png)
}
.fish-lobby .fish-nav li:nth-of-type(19) {
  top: 2003px;
  top: 1337px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-jdb-3 i {
  background-image: url(/pc/image-pc/fish/new/jdb-3.png);
  background-position: center -.3rem
}
.fish-lobby .fish-nav li:nth-of-type(20) {
  top: 2114px;
  top: 1448px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-jdb-4 i {
  background-image: url(/pc/image-pc/fish/new/jdb-4.png)
}
.fish-lobby .fish-nav li:nth-of-type(21) {
  top: 2225px;
  top: 1559px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-gns-1 i {
  background-image: url(/pc/image-pc/fish/new/gns-1.png)
}
.fish-lobby .fish-nav li:nth-of-type(22) {
  top: 2336px;
  top: 1670px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-ag i {
  background-image: url(/pc/image-pc/fish/new/ag.png)
}
.fish-lobby .fish-nav li:nth-of-type(23) {
  top: 2447px;
  top: 1781px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-tp-6 i {
  background-image: url(/pc/image-pc/fish/new/tp-6.png)
}
.fish-lobby .fish-nav li:nth-of-type(24) {
  top: 2558px;
  top: 1892px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-icg-1 i {
  background-image: url(/pc/image-pc/fish/new/icg-1.png)
}
.fish-lobby .fish-nav li:nth-of-type(25) {
  top: 2669px;
  top: 2003px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-icg-2 i {
  background-image: url(/pc/image-pc/fish/new/icg-2.png)
}
.fish-lobby .fish-nav li:nth-of-type(26) {
  top: 2780px;
  top: 2114px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-tp-3 i {
  background-image: url(/pc/image-pc/fish/new/tp-3.png)
}
.fish-lobby .fish-nav li:nth-of-type(27) {
  top: 2891px;
  top: 2225px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-cq9-1 i {
  background-image: url(/pc/image-pc/fish/new/cq9-1.png)
}
.fish-lobby .fish-nav li:nth-of-type(28) {
  top: 3002px;
  top: 2336px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-ps i {
  background-image: url(/pc/image-pc/fish/new/ps.png)
}
.fish-lobby .fish-nav li:nth-of-type(29) {
  top: 3113px;
  top: 2447px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-tp-8 i {
  background-image: url(/pc/image-pc/fish/new/tp-8.png)
}
.fish-lobby .fish-nav li:nth-of-type(30) {
  top: 3224px;
  top: 2558px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-tp-9 i {
  background-image: url(/pc/image-pc/fish/new/tp-9.png)
}
.fish-lobby .fish-nav li:nth-of-type(31) {
  top: 3335px;
  top: 2669px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-tp-10 i {
  background-image: url(/pc/image-pc/fish/new/tp-10.png)
}
.fish-lobby .fish-nav li:nth-of-type(32) {
  top: 3446px;
  top: 2780px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-tp-11 i {
  background-image: url(/pc/image-pc/fish/new/tp-11.png)
}
.fish-lobby .fish-nav li:nth-of-type(33) {
  top: 3557px;
  top: 2891px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-tp-12 i {
  background-image: url(/pc/image-pc/fish/new/tp-12.png)
}
.fish-lobby .fish-nav li:nth-of-type(34) {
  top: 3668px;
  top: 3002px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-bb-4 i {
  background-image: url(/pc/image-pc/fish/new/bb-4.png)
}
.fish-lobby .fish-nav li:nth-of-type(35) {
  top: 3779px;
  top: 3113px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-fg-9 i {
  background-image: url(/pc/image-pc/fish/new/fg-9.png)
}
.fish-lobby .fish-nav li:nth-of-type(36) {
  top: 3890px;
  top: 3224px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-bs-1 i {
  background-image: url(/pc/image-pc/fish/new/bs-1.png)
}
.fish-lobby .fish-nav li:nth-of-type(37) {
  top: 4001px;
  top: 3335px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-bs-2 i {
  background-image: url(/pc/image-pc/fish/new/bs-2.png)
}
.fish-lobby .fish-nav li:nth-of-type(38) {
  top: 4112px;
  top: 3446px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-bs-3 i {
  background-image: url(/pc/image-pc/fish/new/bs-3.png)
}
.fish-lobby .fish-nav li:nth-of-type(39) {
  top: 4223px;
  top: 3557px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-bg-yh i {
  background-image: url(/pc/image-pc/fish/new/bg-yh.png)
}
.fish-lobby .fish-nav li:nth-of-type(40) {
  top: 4334px;
  top: 3668px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-ky-1 i {
  background-image: url(/pc/image-pc/fish/new/ky-1.png)
}
.fish-lobby .fish-nav li:nth-of-type(41) {
  top: 4445px;
  top: 3779px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-ky-2 i {
  background-image: url(/pc/image-pc/fish/new/ky-2.png)
}
.fish-lobby .fish-nav li:nth-of-type(42) {
  top: 4556px;
  top: 3890px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-ky-3 i {
  background-image: url(/pc/image-pc/fish/new/ky-3.png)
}
.fish-lobby .fish-nav li:nth-of-type(43) {
  top: 4667px;
  top: 4001px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-ky-4 i {
  background-image: url(/pc/image-pc/fish/new/ky-4.png)
}
.fish-lobby .fish-nav li:nth-of-type(44) {
  top: 4778px;
  top: 4112px;
  right: 10px
}
.fish-lobby .fish-nav li.fish-ky-5 i {
  background-image: url(/pc/image-pc/fish/new/ky-5.png)
}
.fish-lobby .fish-nav li.on,.fish-lobby .fish-nav li:not(.fish-nav-more):hover {
  border: 3px solid #3dc8ef;
  background-color: rgba(21,111,173,.8);
  color: #fff
}
.fish-lobby .fish-nav li.on i,.fish-lobby .fish-nav li:not(.fish-nav-more):hover i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
.fish-lobby .fish-nav li.flips {
  animation-iteration-count: infinite;
  animation-duration: 1.5s
}
.fish-lobby .fish-nav li.flips em {
  color: #fff;
  font-size: 18px;
  top: 82px;
  font-weight: 700;
  letter-spacing: 1px
}
.fish-lobby .fish-nav li b {
  white-space: nowrap
}
.fish-lobby .fish-nav.fish-max-1 li {
  transform: scale(.85)
}
.fish-lobby .fish-nav.fish-max-1 li:first-of-type {
  top: 1px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(2) {
  top: 95px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(3) {
  top: 189px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(4) {
  top: 283px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(5) {
  top: 377px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(6) {
  top: 471px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(7) {
  top: 565px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(8) {
  top: 659px;
  top: 1px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(9) {
  top: 753px;
  top: 95px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(10) {
  top: 847px;
  top: 189px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(11) {
  top: 941px;
  top: 283px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(12) {
  top: 1035px;
  top: 377px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(13) {
  top: 1129px;
  top: 471px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(14) {
  top: 1223px;
  top: 565px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(15) {
  top: 1317px;
  top: 659px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(16) {
  top: 1411px;
  top: 753px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(17) {
  top: 1505px;
  top: 847px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(18) {
  top: 1599px;
  top: 941px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(19) {
  top: 1693px;
  top: 1035px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(20) {
  top: 1787px;
  top: 1129px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(21) {
  top: 1881px;
  top: 1223px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(22) {
  top: 1975px;
  top: 1317px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(23) {
  top: 2069px;
  top: 1411px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(24) {
  top: 2163px;
  top: 1505px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(25) {
  top: 2257px;
  top: 1599px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(26) {
  top: 2351px;
  top: 1693px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(27) {
  top: 2445px;
  top: 1787px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(28) {
  top: 2539px;
  top: 1881px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(29) {
  top: 2633px;
  top: 1975px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(30) {
  top: 2727px;
  top: 2069px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(31) {
  top: 2821px;
  top: 2163px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(32) {
  top: 2915px;
  top: 2257px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(33) {
  top: 3009px;
  top: 2351px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(34) {
  top: 3103px;
  top: 2445px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(35) {
  top: 3197px;
  top: 2539px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(36) {
  top: 3291px;
  top: 2633px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(37) {
  top: 3385px;
  top: 2727px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(38) {
  top: 3479px;
  top: 2821px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(39) {
  top: 3573px;
  top: 2915px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(40) {
  top: 3667px;
  top: 3009px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(41) {
  top: 3761px;
  top: 3103px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(42) {
  top: 3855px;
  top: 3197px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(43) {
  top: 3949px;
  top: 3291px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-1 li:nth-of-type(44) {
  top: 4043px;
  top: 3385px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:first-of-type {
  top: 5px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(2) {
  top: 116px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(3) {
  top: 227px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(4) {
  top: 338px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(5) {
  top: 449px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(6) {
  top: 560px;
  left: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(7) {
  top: 671px;
  index: 7;
  top: 5px;
  left: 133px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(8) {
  top: 782px;
  index: 8;
  top: 5px;
  left: 256px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(9) {
  top: 893px;
  index: 9;
  top: 5px;
  left: 379px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(10) {
  top: 1004px;
  index: 10;
  top: 5px;
  left: 502px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(11) {
  top: 1115px;
  index: 11;
  top: 5px;
  left: 625px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(12) {
  top: 1226px;
  index: 12;
  top: 5px;
  left: 748px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(13) {
  top: 1337px;
  index: 13;
  top: 5px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(14) {
  top: 1448px;
  index: 14;
  top: 116px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(15) {
  top: 1559px;
  index: 15;
  top: 227px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(16) {
  top: 1670px;
  index: 16;
  top: 338px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(17) {
  top: 1781px;
  index: 17;
  top: 449px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(18) {
  top: 1892px;
  index: 18;
  top: 560px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(19) {
  top: 2003px;
  index: 19;
  top: 671px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(20) {
  top: 2114px;
  index: 20;
  top: 782px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(21) {
  top: 2225px;
  index: 21;
  top: 893px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(22) {
  top: 2336px;
  index: 22;
  top: 1004px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(23) {
  top: 2447px;
  index: 23;
  top: 1115px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(24) {
  top: 2558px;
  index: 24;
  top: 1226px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(25) {
  top: 2669px;
  index: 25;
  top: 1337px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(26) {
  top: 2780px;
  index: 26;
  top: 1448px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(27) {
  top: 2891px;
  index: 27;
  top: 1559px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(28) {
  top: 3002px;
  index: 28;
  top: 1670px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(29) {
  top: 3113px;
  index: 29;
  top: 1781px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(30) {
  top: 3224px;
  index: 30;
  top: 1892px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(31) {
  top: 3335px;
  index: 31;
  top: 2003px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(32) {
  top: 3446px;
  index: 32;
  top: 2114px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(33) {
  top: 3557px;
  index: 33;
  top: 2225px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(34) {
  top: 3668px;
  index: 34;
  top: 2336px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(35) {
  top: 3779px;
  index: 35;
  top: 2447px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(36) {
  top: 3890px;
  index: 36;
  top: 2558px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(37) {
  top: 4001px;
  index: 37;
  top: 2669px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(38) {
  top: 4112px;
  index: 38;
  top: 2780px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(39) {
  top: 4223px;
  index: 39;
  top: 2891px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(40) {
  top: 4334px;
  index: 40;
  top: 3002px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(41) {
  top: 4445px;
  index: 41;
  top: 3113px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(42) {
  top: 4556px;
  index: 42;
  top: 3224px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(43) {
  top: 4667px;
  index: 43;
  top: 3335px;
  right: 10px
}
.fish-lobby .fish-nav.fish-max-2 li:nth-of-type(44) {
  top: 4778px;
  index: 44;
  top: 3446px;
  right: 10px
}
.fish-lobby .fish-icon {
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  animation-iteration-count: infinite
}
.fish-lobby .fish-compass {
  width: 266px;
  height: 266px;
  bottom: -130px;
  background-image: url(/pc/image-pc/fish/new/compass.png);
  animation-duration: 20s;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
.fish-lobby .fish-compass>div {
  width: 184px;
  height: 184px;
  margin: 95px auto;
  background-image: url(/pc/image-pc/fish/new/compass_2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  animation: wobble-360-data-v-0d89d5ce 5s linear infinite
}
.fish-lobby .fish-ship {
  width: 428px;
  height: 658px;
  bottom: -240px;
  right: 160px;
  background-image: url(/pc/image-pc/fish/new/ship.png);
  animation-duration: 35s
}
.fish-lobby .fish-ship.on {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-iteration-count: 1
}
.fish-lobby .fish-small-ship {
  width: 51px;
  height: 75px;
  animation-duration: 15s;
  background-image: url(/pc/image-pc/fish/new/ferry.png)
}
.fish-lobby .fish-small-ship.fish-ship-1 {
  left: 560px;
  top: 340px
}
.fish-lobby .fish-small-ship.fish-ship-2 {
  left: 540px;
  top: 340px
}
.fish-lobby .fish-small-ship.fish-ship-3 {
  left: 430px;
  top: 300px
}
.fish-lobby .fish-small-ship.fish-ship-4 {
  left: 560px;
  top: 330px
}
.fish-lobby .fish-small-ship.fish-ship-5 {
  left: 550px;
  top: 350px
}
.fish-lobby .fish-small-ship.fish-ship-6 {
  left: 580px;
  top: 320px
}
.fish-lobby .fish-small-ship.fish-ship-7 {
  left: 560px;
  top: 350px
}
.fish-lobby .fish-small-ship.fish-ship-8 {
  left: 585px;
  top: 340px
}
.fish-lobby .fish-small-ship.fish-ship-9 {
  left: 560px;
  top: 300px
}
.fish-lobby .fish-small-ship.fish-ship-10 {
  left: 550px;
  top: 320px
}
.fish-lobby .fish-small-ship.fish-ship-11 {
  left: 450px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-12 {
  left: 460px;
  top: 260px
}
.fish-lobby .fish-small-ship.fish-ship-13 {
  left: 550px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-14 {
  left: 540px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-15 {
  left: 520px;
  top: 360px
}
.fish-lobby .fish-small-ship.fish-ship-16 {
  left: 540px;
  top: 330px
}
.fish-lobby .fish-small-ship.fish-ship-17 {
  left: 570px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-18 {
  left: 550px;
  top: 370px
}
.fish-lobby .fish-small-ship.fish-ship-19,.fish-lobby .fish-small-ship.fish-ship-20 {
  left: 500px;
  top: 360px
}
.fish-lobby .fish-small-ship.fish-ship-21 {
  left: 490px;
  top: 316px
}
.fish-lobby .fish-small-ship.fish-ship-22 {
  left: 500px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-23 {
  left: 585px;
  top: 340px
}
.fish-lobby .fish-small-ship.fish-ship-24 {
  left: 560px;
  top: 300px
}
.fish-lobby .fish-small-ship.fish-ship-25 {
  left: 550px;
  top: 320px
}
.fish-lobby .fish-small-ship.fish-ship-26 {
  left: 450px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-27 {
  left: 460px;
  top: 260px
}
.fish-lobby .fish-small-ship.fish-ship-28 {
  left: 550px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-29 {
  left: 450px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-30 {
  left: 460px;
  top: 260px
}
.fish-lobby .fish-small-ship.fish-ship-31 {
  left: 550px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-32 {
  left: 460px;
  top: 260px
}
.fish-lobby .fish-small-ship.fish-ship-33 {
  left: 540px;
  top: 340px
}
.fish-lobby .fish-small-ship.fish-ship-34 {
  left: 450px;
  top: 320px
}
.fish-lobby .fish-small-ship.fish-ship-35 {
  left: 500px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-36 {
  left: 550px;
  top: 360px
}
.fish-lobby .fish-small-ship.fish-ship-37 {
  left: 540px;
  top: 330px
}
.fish-lobby .fish-small-ship.fish-ship-38 {
  left: 500px;
  top: 310px
}
.fish-lobby .fish-small-ship.fish-ship-39 {
  left: 450px;
  top: 320px
}
.fish-lobby .fish-small-ship.fish-ship-40 {
  left: 560px;
  top: 340px
}
.fish-lobby .fish-small-ship.fish-ship-41 {
  left: 540px;
  top: 340px
}
.fish-lobby .fish-small-ship.fish-ship-42 {
  left: 430px;
  top: 300px
}
.fish-lobby .fish-small-ship.fish-ship-43 {
  left: 560px;
  top: 330px
}
.fish-lobby .fish-small-ship.fish-ship-44 {
  left: 550px;
  top: 350px
}
.fish-lobby .wobble-fish {
  animation-name: wobble-fish-data-v-0d89d5ce
}
@keyframes wobble-360-data-v-0d89d5ce {
  0% {
      transform: rotate(0deg)
  }
  25% {
      transform: rotate(80deg)
  }
  45% {
      transform: rotate(60deg)
  }
  50% {
      transform: rotate(10deg)
  }
  60% {
      transform: rotate(-10deg)
  }
  65% {
      transform: rotate(-50deg)
  }
  75% {
      transform: rotate(-60deg)
  }
  85% {
      transform: rotate(-50deg)
  }
  to {
      transform: rotate(0deg)
  }
}
@keyframes wobble-fish-data-v-0d89d5ce {
  0% {
      transform: translateZ(0) scale3d(0,0,0)
  }
  15% {
      transform: translate3d(5%,5%,0) rotate(-2deg)
  }
  30% {
      transform: translate3d(15%,-5%,0) rotate3d(0,0,5,1deg) scaleX(1)
  }
  45% {
      transform: translate3d(35%,-25%,0) rotate3d(0,-5,1,-30deg) scale3d(.8,.8,.8)
  }
  60% {
      transform: translate3d(45%,-55%,0) rotate3d(0,-3,2,-65deg) scale3d(.5,.5,.5)
  }
  75% {
      transform: translate3d(35%,-110%,0) rotate3d(0,-5,3,-100deg) scale3d(0,0,0)
  }
  to {
      transform: translate3d(100%,-200%,0) scale3d(0,0,0)
  }
}
.fish-lobby .fish-wobble {
  animation-name: fish-wobble-data-v-0d89d5ce
}
@keyframes fish-wobble-data-v-0d89d5ce {
  0% {
      transform: translateZ(0)
  }
  15% {
      transform: translate3d(-10%,0,0) rotate(-1deg)
  }
  45% {
      transform: translate3d(5%,-2%,0) rotate(-2deg)
  }
  75% {
      transform: translate3d(-5%,2%,0) rotate(-1deg)
  }
  to {
      transform: translateZ(0)
  }
}
.fish-lobby .flash-text {
  animation-iteration-count: infinite;
  animation-duration: .5s;
  animation-name: flash-text-data-v-0d89d5ce
}
@keyframes flash-text-data-v-0d89d5ce {
  0% {
      color: hsla(0,0%,100%,.65)
  }
  50% {
      color: #ff0
  }
  to {
      color: hsla(0,0%,100%,.65)
  }
}
.fish-lobby .fade-leave-active {
  transition: opacity .3s
}
.fish-lobby .fade-enter-active {
  transition: opacity 1s
}
.fish-lobby .fade-enter,.fish-lobby .fade-leave-to {
  opacity: 0
}
.fish-lobby .fade-leave-to {
  transform: scale(0)
}
.lott-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block
}
.lott-icon.X-CLEAR-PASS,.lott-icon.X-CLEAR {
  display: none
}
.lott-icon .svg-icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: hidden
}
.lott-icon .rotate {
  animation: rotate .8s linear infinite
}
.inside-wrapper {
  text-align: center;
  transition: all .05s ease;
  opacity: 0
}
.inside-wrapper.on {
  opacity: 1
}
.inside-wrapper .inside-banner {
  overflow: hidden;
  width: 1920px;
  margin: 0 auto;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  position: relative
}
.inside-wrapper .inside-news {
  width: 100%
}
.inside-wrapper .inside-news .scroll {
  width: 1000px;
  margin: auto
}
#index_game {
  background: url(/pc/image-pc/index/110/index_background/index_game_bg.jpg) no-repeat 50%
}

/*  */
.game {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0
}
.game .gameTitle img {
  display: block;
  margin: 51px auto 63px
}
.game .gameTab {
  width: 1185px;
  height: 87px;
  position: relative;
  overflow: hidden;
  background: #1a0b35;
  border-radius: 6px;
  margin: 0 auto
}
.game .gameTab .gameList {
  height: 100%;
  width: 7680px;
  overflow: hidden;
  padding-left: 30px
}
.game .gameTab .gameList li {
  float: left;
  width: 125px;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  font-size: 15px;
  border-top: 2px solid #1a0b35
}
.game .gameTab .gameList li a {
  color: #9990a9;
  width: 100%;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding-top: 20px
}
.game .gameTab .gameList li a:hover {
  color: #fff
}
.game .gameTab .gameList li:hover {
  transition: 1.5s;
  cursor: pointer
}
.game .gameTab .gameList li.bg a {
  background: url(/pc/image-pc/game/icon2/bg.png) no-repeat;
  background-position: 50% 20%
}
.game .gameTab .gameList li.mg a {
  background: url(/pc/image-pc/game/icon2/mg.png) no-repeat;
  background-position: 50% 20%
}
.game .gameTab .gameList li.pt a {
  background: url(/pc/image-pc/game/icon2/pt.png) no-repeat;
  background-position: 50% 30%
}
.game .gameTab .gameList li.prg a {
  background: url(/pc/image-pc/game/icon2/prg.png) no-repeat;
  background-position: 50% 20%
}
.game .gameTab .gameList li.qt a {
  background: url(/pc/image-pc/game/icon2/qt.png) no-repeat;
  background-position: 50% 40%
}
.game .gameTab .gameList li.ag a {
  background: url(/pc/image-pc/game/icon2/ag.png) no-repeat;
  background-position: 50% 20%
}
.game .gameTab .gameList li.bbin a {
  background: url(/pc/image-pc/game/icon2/bbin.png) no-repeat;
  background-position: 50% 30%
}
.game .gameTab .gameList li.gpi a {
  background: url(/pc/image-pc/game/icon2/gpi.png) no-repeat;
  background-position: 50% 20%
}
.game .gameTab .gameList li.haba a {
  background: url(/pc/image-pc/game/icon2/haba.png) no-repeat;
  background-position: 50% 20%
}
.game .gameTab .gameList li.isb a {
  background: url(/pc/image-pc/game/icon2/isb.png) no-repeat;
  background-position: 50% 40%
}
.game .gameTab .gameList li.ttg a {
  background: url(/pc/image-pc/game/icon2/ttg.png) no-repeat;
  background-position: 50% 40%
}
.game .gameTab .gameList li.sg a {
  background: url(/pc/image-pc/game/icon2/sg.png) no-repeat;
  background-position: 50% 20%
}
.game .gameTab .gameList li.fg a {
  background: url(/pc/image-pc/game/icon2/fg.png) no-repeat;
  background-position: 50% 20%
}
.game .gameTab .gameList li.gns a {
  background: url(/pc/image-pc/game/icon2/gns.png) no-repeat;
  background-position: 50% 20%
}
.game .gameTab .gameList li.jdb a {
  background: url(/pc/image-pc/game/icon2/jdb.png) no-repeat;
  background-position: 50% 35%
}
.game .gameTab .gameList:after {
  content: "";
  display: block;
  clear: both
}
.game .gameTab .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
  background: url(/pc/image-pc/index/110/next.png) no-repeat 50%;
  background-position: 0 0
}
.game .gameTab .prev:hover {
  background: url(/pc/image-pc/index/110/next.png) no-repeat 50%;
  background-position: 0 100%
}
.game .gameTab .next {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
  background: url(/pc/image-pc/index/110/next.png) no-repeat 50%;
  background-position: 100% 0
}
.game .gameTab .next:hover {
  background: url(/pc/image-pc/index/110/next.png) no-repeat 50%;
  background-position: 100% 100%
}
.game .gameBox {
  width: 1200px;
  height: 290px;
  margin: 10px auto;
  text-align: center;
  background: #190b33;
  background: url(/pc/image-pc/index/110/index_background/index_game_box.png) no-repeat
}
.game .gameBox .gameLeft {
  width: 100%;
  height: 100%;
  float: left
}
.game .gameBox .gameLeft:before {
  clear: both
}
.game .gameBox .gameLeft .gameMain {
  width: 100%;
  height: 220px;
  float: left
}
.game .gameBox .gameLeft .gameMain .active,.game .gameBox .gameLeft .gameMain .gameMainBox:first-child {
  display: block
}
.game .gameBox .gameLeft .gameMain .gameMainBox {
  display: none;
  margin: 24px 31px
}
.game .gameBox .gameLeft .gameMain .gameMainBox:after {
  content: "";
  display: block;
  clear: both
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem {
  width: 176px;
  height: 171px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #675e82;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem span {
  width: 105px;
  height: 70px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  transform-origin: 75px 0;
  transition: all .3s
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bg01 {
  background: url(/pc/image-pc/game/icon2/bg/bg01.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bg02 {
  background: url(/pc/image-pc/game/icon2/bg/bg02.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bg03 {
  background: url(/pc/image-pc/game/icon2/bg/bg03.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bg04 {
  background: url(/pc/image-pc/game/icon2/bg/bg04.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bg05 {
  background: url(/pc/image-pc/game/icon2/bg/bg05.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bg06 {
  background: url(/pc/image-pc/game/icon2/bg/bg06.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bg07 {
  background: url(/pc/image-pc/game/icon2/bg/bg07.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bg08 {
  background: url(/pc/image-pc/game/icon2/bg/bg08.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .mg01 {
  background: url(/pc/image-pc/game/icon2/mg/mg01.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .mg02 {
  background: url(/pc/image-pc/game/icon2/mg/mg02.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .mg03 {
  background: url(/pc/image-pc/game/icon2/mg/mg03.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .mg04 {
  background: url(/pc/image-pc/game/icon2/mg/mg04.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .mg05 {
  background: url(/pc/image-pc/game/icon2/mg/mg05.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .mg06 {
  background: url(/pc/image-pc/game/icon2/mg/mg06.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .mg07 {
  background: url(/pc/image-pc/game/icon2/mg/mg07.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .mg08 {
  background: url(/pc/image-pc/game/icon2/mg/mg08.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .pt01 {
  background: url(/pc/image-pc/game/icon2/pt/pt01.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .pt02 {
  background: url(/pc/image-pc/game/icon2/pt/pt02.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .pt03 {
  background: url(/pc/image-pc/game/icon2/pt/pt03.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .pt04 {
  background: url(/pc/image-pc/game/icon2/pt/pt04.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .pt05 {
  background: url(/pc/image-pc/game/icon2/pt/pt05.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .pt06 {
  background: url(/pc/image-pc/game/icon2/pt/pt06.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .pt07 {
  background: url(/pc/image-pc/game/icon2/pt/pt07.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .pt08 {
  background: url(/pc/image-pc/game/icon2/pt/pt08.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .prg01 {
  background: url(/pc/image-pc/game/icon2/prg/prg01.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .prg02 {
  background: url(/pc/image-pc/game/icon2/prg/prg02.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .prg03 {
  background: url(/pc/image-pc/game/icon2/prg/prg03.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .prg04 {
  background: url(/pc/image-pc/game/icon2/prg/prg04.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .prg05 {
  background: url(/pc/image-pc/game/icon2/prg/prg05.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .prg06 {
  background: url(/pc/image-pc/game/icon2/prg/prg06.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .prg07 {
  background: url(/pc/image-pc/game/icon2/prg/prg07.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .prg08 {
  background: url(/pc/image-pc/game/icon2/prg/prg08.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .qt01 {
  background: url(/pc/image-pc/game/icon2/qt/qt01.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .qt02 {
  background: url(/pc/image-pc/game/icon2/qt/qt02.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .qt03 {
  background: url(/pc/image-pc/game/icon2/qt/qt03.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .qt04 {
  background: url(/pc/image-pc/game/icon2/qt/qt04.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .qt05 {
  background: url(/pc/image-pc/game/icon2/qt/qt05.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .qt06 {
  background: url(/pc/image-pc/game/icon2/qt/qt06.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .qt07 {
  background: url(/pc/image-pc/game/icon2/qt/qt07.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .qt08 {
  background: url(/pc/image-pc/game/icon2/qt/qt08.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ag01 {
  background: url(/pc/image-pc/game/icon2/ag/ag01.jpg) no-repeat top;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ag02 {
  background: url(/pc/image-pc/game/icon2/ag/ag02.jpg) no-repeat top;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ag03 {
  background: url(/pc/image-pc/game/icon2/ag/ag03.jpg) no-repeat top;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ag04 {
  background: url(/pc/image-pc/game/icon2/ag/ag04.jpg) no-repeat top;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ag05 {
  background: url(/pc/image-pc/game/icon2/ag/ag05.jpg) no-repeat top;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ag06 {
  background: url(/pc/image-pc/game/icon2/ag/ag06.jpg) no-repeat top;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ag07 {
  background: url(/pc/image-pc/game/icon2/ag/ag07.jpg) no-repeat top;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ag08 {
  background: url(/pc/image-pc/game/icon2/ag/ag08.jpg) no-repeat top;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bb01 {
  background: url(/pc/image-pc/game/icon2/bbin/bb01.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bb02 {
  background: url(/pc/image-pc/game/icon2/bbin/bb02.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bb03 {
  background: url(/pc/image-pc/game/icon2/bbin/bb03.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bb04 {
  background: url(/pc/image-pc/game/icon2/bbin/bb04.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bb05 {
  background: url(/pc/image-pc/game/icon2/bbin/bb05.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bb06 {
  background: url(/pc/image-pc/game/icon2/bbin/bb06.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bb07 {
  background: url(/pc/image-pc/game/icon2/bbin/bb07.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .bb08 {
  background: url(/pc/image-pc/game/icon2/bbin/bb08.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gpi01 {
  background: url(/pc/image-pc/game/icon2/gpi/gpi01.jpg) no-repeat center 0;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gpi02 {
  background: url(/pc/image-pc/game/icon2/gpi/gpi02.jpg) no-repeat center 0;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gpi03 {
  background: url(/pc/image-pc/game/icon2/gpi/gpi03.jpg) no-repeat center 0;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gpi04 {
  background: url(/pc/image-pc/game/icon2/gpi/gpi04.jpg) no-repeat center 0;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gpi05 {
  background: url(/pc/image-pc/game/icon2/gpi/gpi05.jpg) no-repeat center 0;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gpi06 {
  background: url(/pc/image-pc/game/icon2/gpi/gpi06.jpg) no-repeat center 0;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gpi07 {
  background: url(/pc/image-pc/game/icon2/gpi/gpi07.jpg) no-repeat center 0;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gpi08 {
  background: url(/pc/image-pc/game/icon2/gpi/gpi08.jpg) no-repeat center 0;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .haba01 {
  background: url(/pc/image-pc/game/icon2/haba/haba01.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .haba02 {
  background: url(/pc/image-pc/game/icon2/haba/haba02.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .haba03 {
  background: url(/pc/image-pc/game/icon2/haba/haba03.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .haba04 {
  background: url(/pc/image-pc/game/icon2/haba/haba04.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .haba05 {
  background: url(/pc/image-pc/game/icon2/haba/haba05.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .haba06 {
  background: url(/pc/image-pc/game/icon2/haba/haba06.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .haba07 {
  background: url(/pc/image-pc/game/icon2/haba/haba07.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .haba08 {
  background: url(/pc/image-pc/game/icon2/haba/haba08.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .isb01 {
  background: url(/pc/image-pc/game/icon2/isb/isb01.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .isb02 {
  background: url(/pc/image-pc/game/icon2/isb/isb02.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .isb03 {
  background: url(/pc/image-pc/game/icon2/isb/isb03.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .isb04 {
  background: url(/pc/image-pc/game/icon2/isb/isb04.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .isb05 {
  background: url(/pc/image-pc/game/icon2/isb/isb05.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .isb06 {
  background: url(/pc/image-pc/game/icon2/isb/isb06.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .isb07 {
  background: url(/pc/image-pc/game/icon2/isb/isb07.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .isb08 {
  background: url(/pc/image-pc/game/icon2/isb/isb08.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ttg01 {
  background: url(/pc/image-pc/game/icon2/ttg/ttg01.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ttg02 {
  background: url(/pc/image-pc/game/icon2/ttg/ttg02.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ttg03 {
  background: url(/pc/image-pc/game/icon2/ttg/ttg03.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ttg04 {
  background: url(/pc/image-pc/game/icon2/ttg/ttg04.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ttg05 {
  background: url(/pc/image-pc/game/icon2/ttg/ttg05.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ttg06 {
  background: url(/pc/image-pc/game/icon2/ttg/ttg06.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ttg07 {
  background: url(/pc/image-pc/game/icon2/ttg/ttg07.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .ttg08 {
  background: url(/pc/image-pc/game/icon2/ttg/ttg08.png) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .sg01 {
  background: url(/pc/image-pc/game/icon2/sg/sg01.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .sg02 {
  background: url(/pc/image-pc/game/icon2/sg/sg02.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .sg03 {
  background: url(/pc/image-pc/game/icon2/sg/sg03.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .sg04 {
  background: url(/pc/image-pc/game/icon2/sg/sg04.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .sg05 {
  background: url(/pc/image-pc/game/icon2/sg/sg05.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .sg06 {
  background: url(/pc/image-pc/game/icon2/sg/sg06.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .sg07 {
  background: url(/pc/image-pc/game/icon2/sg/sg07.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .sg08 {
  background: url(/pc/image-pc/game/icon2/sg/sg08.jpg) no-repeat 50%;
  background-size: cover
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .fg01 {
  background: url(/pc/image-pc/game/icon2/fg/fg01.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .fg02 {
  background: url(/pc/image-pc/game/icon2/fg/fg02.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .fg03 {
  background: url(/pc/image-pc/game/icon2/fg/fg03.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .fg04 {
  background: url(/pc/image-pc/game/icon2/fg/fg04.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .fg05 {
  background: url(/pc/image-pc/game/icon2/fg/fg05.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .fg06 {
  background: url(/pc/image-pc/game/icon2/fg/fg06.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .fg07 {
  background: url(/pc/image-pc/game/icon2/fg/fg07.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .fg08 {
  background: url(/pc/image-pc/game/icon2/fg/fg08.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .jdb01 {
  background: url(/pc/image-pc/game/icon2/jdb/jdb01.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .jdb02 {
  background: url(/pc/image-pc/game/icon2/jdb/jdb02.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .jdb03 {
  background: url(/pc/image-pc/game/icon2/jdb/jdb03.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .jdb04 {
  background: url(/pc/image-pc/game/icon2/jdb/jdb04.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .jdb05 {
  background: url(/pc/image-pc/game/icon2/jdb/jdb05.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .jdb06 {
  background: url(/pc/image-pc/game/icon2/jdb/jdb06.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .jdb07 {
  background: url(/pc/image-pc/game/icon2/jdb/jdb07.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .jdb08 {
  background: url(/pc/image-pc/game/icon2/jdb/jdb08.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gns01 {
  background: url(/pc/image-pc/game/icon2/gns/gns01.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gns02 {
  background: url(/pc/image-pc/game/icon2/gns/gns02.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gns03 {
  background: url(/pc/image-pc/game/icon2/gns/gns03.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gns04 {
  background: url(/pc/image-pc/game/icon2/gns/gns04.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gns05 {
  background: url(/pc/image-pc/game/icon2/gns/gns05.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gns06 {
  background: url(/pc/image-pc/game/icon2/gns/gns06.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gns07 {
  background: url(/pc/image-pc/game/icon2/gns/gns07.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem .gns08 {
  background: url(/pc/image-pc/game/icon2/gns/gns08.png) no-repeat 50%;
  background-size: cover;
  background-position: center -30px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem p {
  width: 100%;
  height: 24px;
  float: left;
  text-align: center;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  padding-bottom: 8px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem div {
  width: 100%;
  height: 105px;
  transform-origin: 77.5px 52.5px;
  transition: all .3s;
  transform: rotateX(-90deg) scale(.5)
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem div em {
  display: none;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #0088fe;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 37px;
  left: 37px
}
.game .gameBox .gameLeft .gameMain .gameMainBox .gameItem:hover {
  cursor: pointer
}
.game .gameBox .gameLeft .gameMain .gameMainBox li:first-child {
  margin-left: 0
}
.game .gameBox .gameLeft .nameList {
  width: 100%;
  height: 135px;
  float: left;
  border: 1px solid #a2a6b0;
  margin: 30px 0;
  position: relative;
  background: url(/pc/image-pclist_right.png) no-repeat 100%;
  overflow: hidden
}
.game .gameBox .gameRight {
  width: 400px;
  height: 100%;
  float: right;
  background: url(/pc/image-pcslots_game_people.png) no-repeat -50px 25px;
  transition: all .3s linear
}
.game .gameBox .gameRight:hover {
  margin-right: 20px
}
.game .winner {
  display: inline-block;
  position: relative;
  top: -46px;
  vertical-align: middle
}
.game .winner .game-tab-num-foot .title {
  color: #fff;
  vertical-align: middle
}
.game .winner .game-tab-num-foot .numplus {
  color: #ffc425;
  font-size: 19px;
  vertical-align: middle
}
.game .winner .game-tab-num-foot span {
  padding: 0 10px
}
.game .gameLeft .game-winner-box {
  float: left;
  width: 100%;
  height: 135px;
  background: #8a2be2;
  margin: 30px 0;
  background: url(/pc/image-pclist_right.png) no-repeat 100%;
  border: 1px solid #a2a6b0;
  box-sizing: border-box
}
.game .gameLeft .game-winner-box .winner-l {
  width: 56px;
  height: 134px;
  float: left;
  margin-right: 5px
}
.game .gameLeft .game-winner-box .winner-l img {
  display: inline-block;
  width: 100%;
  height: 100%
}
.game .gameLeft .game-winner-box .winner-r {
  width: 200px;
  float: right;
  text-align: right;
  margin-right: 15px;
  margin-top: 100px;
  font-size: 16px;
  font-weight: 600
}
.game .gameLeft .game-winner-box .winner-r span {
  color: #fff
}
.winnder-box {
  float: left;
  width: 265px;
  height: 135px;
  overflow: hidden
}
.winnder-box #winner li {
  font-size: 12px;
  height: 27px;
  line-height: 27px
}
.winnder-box #winner li .amount,.winnder-box #winner li .name {
  color: red
}
.winnder-box #winner li .game {
  color: #57d295
}
.winnder-box #winner li em {
  color: #94a2be
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.lightSlider:after,.lightSlider:before {
  content: " ";
  display: table
}
.lSSlideWrapper {
  overflow: hidden;
  position: relative
}
.lSSlideWrapper>.lightSlider:after {
  clear: both
}
.lSSlideWrapper .lSSlide {
  transform: translate(0);
  -webkit-transition: all 1s;
  transition-property: transform,height;
  transition-duration: inherit!important;
  transition-timing-function: inherit!important
}
.lSSlideWrapper .lSFade {
  position: relative
}
.lSSlideWrapper .lSFade> {
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%
}
.lSSlideWrapper.usingCss .lSFade> {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit!important;
  transition-property: opacity;
  transition-timing-function: inherit!important
}
.lSSlideOuter.vertical .lSPager.lSpg {
  display: none
}
@keyframes rightEnd-data-v-cd97ef74 {
  0% {
      left: 0
  }
  50% {
      left: -15px
  }
  to {
      left: 0
  }
}
@keyframes topEnd-data-v-cd97ef74 {
  0% {
      top: 0
  }
  50% {
      top: -15px
  }
  to {
      top: 0
  }
}
@keyframes leftEnd-data-v-cd97ef74 {
  0% {
      left: 0
  }
  50% {
      left: 15px
  }
  to {
      left: 0
  }
}
@keyframes bottomEnd-data-v-cd97ef74 {
  0% {
      bottom: 0
  }
  50% {
      bottom: -15px
  }
  to {
      bottom: 0
  }
}
.lSSlideOuter .rightEnd {
  animation: rightEnd-data-v-cd97ef74 .3s;
  position: relative
}
.lSSlideOuter .leftEnd {
  animation: leftEnd-data-v-cd97ef74 .3s;
  position: relative
}
.lSSlideOuter.vertical .rightEnd {
  animation: topEnd-data-v-cd97ef74 .3s;
  position: relative
}
.lSSlideOuter.vertical .leftEnd {
  animation: bottomEnd-data-v-cd97ef74 .3s;
  position: relative
}
.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd-data-v-cd97ef74 .3s;
  position: relative
}
.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd-data-v-cd97ef74 .3s;
  position: relative
}
.lightSlider.lsGrab> {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lightSlider.lsGrabbing> {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
#index_platform {
  background: url(/pc/image-pc/index/110/index_background/index_platform_bg.jpg) no-repeat 50%
}
#index_platform .indexPlatform {
  width: 1200px;
  height: 579px;
  margin: auto
}
#index_platform .indexPlatform .title {
  padding-top: 48px;
  padding-bottom: 37px
}
#index_platform .indexPlatform .title img {
  display: block;
  margin: auto
}
#index_platform .indexPlatform .gameList .item {
  width: 294px;
  height: 350px;
  display: inline-block;
  margin: 0 3px;
  background: url(/pc/image-pc/index/110/indexPlatform/indexPlatform.jpg) no-repeat;
  cursor: pointer
}
#index_platform .indexPlatform .gameList .item.live_casino {
  background-position: 0 0
}
#index_platform .indexPlatform .gameList .item.live_casino:hover {
  background-position: 0 -350px
}
#index_platform .indexPlatform .gameList .item.ag_live {
  background-position: -294px 0
}
#index_platform .indexPlatform .gameList .item.ag_live:hover {
  background-position: -294px -350px
}
#index_platform .indexPlatform .gameList .item.bbin_live {
  background-position: -588px 0
}
#index_platform .indexPlatform .gameList .item.bbin_live:hover {
  background-position: -588px -350px
}
#index_platform .indexPlatform .gameList .item.og_live {
  background-position: -882px 0
}
#index_platform .indexPlatform .gameList .item.og_live:hover {
  background-position: -882px -350px
}
._rotate_15>div {
  animation: _rotate_15 .6s linear;
  transform: rotate(15deg)
}
._rotate_s_15>div {
  animation: _rotate_15 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_15>div>div {
  transform: rotate(-15deg)
}
@keyframes _rotate_15 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(15deg)
  }
}
._rotate_30>div {
  animation: _rotate_30 .6s linear;
  transform: rotate(30deg)
}
._rotate_s_30>div {
  animation: _rotate_30 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_30>div>div {
  transform: rotate(-30deg)
}
@keyframes _rotate_30 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(30deg)
  }
}
._rotate_45>div {
  animation: _rotate_45 .6s linear;
  transform: rotate(45deg)
}
._rotate_s_45>div {
  animation: _rotate_45 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_45>div>div {
  transform: rotate(-45deg)
}
@keyframes _rotate_45 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(45deg)
  }
}
._rotate_60>div {
  animation: _rotate_60 .6s linear;
  transform: rotate(60deg)
}
._rotate_s_60>div {
  animation: _rotate_60 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_60>div>div {
  transform: rotate(-60deg)
}
@keyframes _rotate_60 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(60deg)
  }
}
._rotate_75>div {
  animation: _rotate_75 .6s linear;
  transform: rotate(75deg)
}
._rotate_s_75>div {
  animation: _rotate_75 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_75>div>div {
  transform: rotate(-75deg)
}
@keyframes _rotate_75 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(75deg)
  }
}
._rotate_90>div {
  animation: _rotate_90 .6s linear;
  transform: rotate(90deg)
}
._rotate_s_90>div {
  animation: _rotate_90 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_90>div>div {
  transform: rotate(-90deg)
}
@keyframes _rotate_90 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(90deg)
  }
}
._rotate_105>div {
  animation: _rotate_105 .6s linear;
  transform: rotate(105deg)
}
._rotate_s_105>div {
  animation: _rotate_105 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_105>div>div {
  transform: rotate(-105deg)
}
@keyframes _rotate_105 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(105deg)
  }
}
._rotate_120>div {
  animation: _rotate_120 .6s linear;
  transform: rotate(120deg)
}
._rotate_s_120>div {
  animation: _rotate_120 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_120>div>div {
  transform: rotate(-120deg)
}
@keyframes _rotate_120 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(120deg)
  }
}
._rotate_135>div {
  animation: _rotate_135 .6s linear;
  transform: rotate(135deg)
}
._rotate_s_135>div {
  animation: _rotate_135 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_135>div>div {
  transform: rotate(-135deg)
}
@keyframes _rotate_135 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(135deg)
  }
}
._rotate_150>div {
  animation: _rotate_150 .6s linear;
  transform: rotate(150deg)
}
._rotate_s_150>div {
  animation: _rotate_150 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_150>div>div {
  transform: rotate(-150deg)
}
@keyframes _rotate_150 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(150deg)
  }
}
._rotate_165>div {
  animation: _rotate_165 .6s linear;
  transform: rotate(165deg)
}
._rotate_s_165>div {
  animation: _rotate_165 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_165>div>div {
  transform: rotate(-165deg)
}
@keyframes _rotate_165 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(165deg)
  }
}
._rotate_180>div {
  animation: _rotate_180 .6s linear;
  transform: rotate(180deg)
}
._rotate_s_180>div {
  animation: _rotate_180 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
._rotate_180>div>div {
  transform: rotate(-180deg)
}
@keyframes _rotate_180 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(180deg)
  }
}
._rotate_195>div {
  animation: _rotate_195 .6s linear;
  transform: rotate(195deg)
}
._rotate_s_195>div {
  animation: _rotate_195 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_195 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(195deg)
  }
}
._rotate_210>div {
  animation: _rotate_210 .6s linear;
  transform: rotate(210deg)
}
._rotate_s_210>div {
  animation: _rotate_210 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_210 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(210deg)
  }
}
._rotate_225>div {
  animation: _rotate_225 .6s linear;
  transform: rotate(225deg)
}
._rotate_s_225>div {
  animation: _rotate_225 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_225 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(225deg)
  }
}
._rotate_240>div {
  animation: _rotate_240 .6s linear;
  transform: rotate(240deg)
}
._rotate_s_240>div {
  animation: _rotate_240 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_240 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(240deg)
  }
}
._rotate_255>div {
  animation: _rotate_255 .6s linear;
  transform: rotate(255deg)
}
._rotate_s_255>div {
  animation: _rotate_255 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_255 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(255deg)
  }
}
._rotate_270>div {
  animation: _rotate_270 .6s linear;
  transform: rotate(270deg)
}
._rotate_s_270>div {
  animation: _rotate_270 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_270 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(270deg)
  }
}
._rotate_285>div {
  animation: _rotate_285 .6s linear;
  transform: rotate(285deg)
}
._rotate_s_285>div {
  animation: _rotate_285 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_285 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(285deg)
  }
}
._rotate_300>div {
  animation: _rotate_300 .6s linear;
  transform: rotate(300deg)
}
._rotate_s_300>div {
  animation: _rotate_300 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_300 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(300deg)
  }
}
._rotate_315>div {
  animation: _rotate_315 .6s linear;
  transform: rotate(315deg)
}
._rotate_s_315>div {
  animation: _rotate_315 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_315 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(315deg)
  }
}
._rotate_330>div {
  animation: _rotate_330 .6s linear;
  transform: rotate(330deg)
}
._rotate_s_330>div {
  animation: _rotate_330 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_330 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(330deg)
  }
}
._rotate_345>div {
  animation: _rotate_345 .6s linear;
  transform: rotate(345deg)
}
._rotate_s_345>div {
  animation: _rotate_345 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_345 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(345deg)
  }
}
._rotate_360>div {
  animation: _rotate_360 .6s linear;
  transform: rotate(1turn)
}
._rotate_s_360>div {
  animation: _rotate_360 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_360 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(1turn)
  }
}
._rotate_375>div {
  animation: _rotate_375 .6s linear;
  transform: rotate(375deg)
}
._rotate_s_375>div {
  animation: _rotate_375 .6s linear .6s infinite both;
  animation-iteration-count: 1;
  transform-origin: left
}
@keyframes _rotate_375 {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(375deg)
  }
}
#app .register-form-wrap .check-info-wrap .form-check .form-agreement:hover {
  text-decoration: underline
}
div#docView,div#registerView {
  position: relative
}
#app .router-view .form-container {
  width: 1080px;
  height: 100%;
  position: relative;
  margin: auto;
  padding: 0!important
}
#app .router-view .form-container #doc,#app .router-view .form-container #register {
  width: auto
}
#app .router-view .form-container .subNav-wrap {
  width: auto;
  height: auto;
  position: absolute;
  display: inline-block;
  background: none;
  border: none;
  margin: auto;
  top: auto;
  left: auto;
  bottom: auto
}
#app .router-view .form-container .subNav-wrap .subNav {
  width: 210px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: auto
}
#app .router-view .form-container .subNav-wrap .subNav .sub-top {
  height: 80px;
  padding: 7px 34px 10px
}
#app .router-view .form-container .subNav-wrap .subNav .sub-top .top-text-ch {
  float: right;
  font-size: 20px;
  transform: translateY(28px)
}
#app .router-view .form-container .subNav-wrap .subNav .sub-top .top-text-en {
  float: left;
  padding: 0 0 0 10px
}
#app .router-view .form-container .subNav-wrap .subNav .sub-top .top-text-en .top-text-en-b {
  font-size: 56px;
  transform: scaleY(1.2) translate(-10px);
  display: inline-block
}
#app .router-view .form-container .subNav-wrap .subNav .sub-top-img {
  padding: 16px 0 0
}
#app .router-view .form-container .subNav-wrap .subNav dt {
  text-align: center;
  display: block
}
#app .router-view .form-container .subNav-wrap .subNav dd {
  width: 154px;
  font: 16px/44px Microsoft JhengHei;
  cursor: pointer;
  text-align: center;
  border-radius: 22px;
  margin: 14px auto;
  position: relative;
  border: none
}
#app .router-view .form-container .subNav-wrap .subNav dd a {
  width: 150px;
  display: block
}
#app .router-view .form-container .subNav-wrap .subNav dd i {
  width: 1rem;
  height: 1rem;
  opacity: 0;
  position: absolute;
  top: .2rem;
  right: 1rem;
  pointer-events: none
}
#app .router-view .form-container .subNav-wrap .subNav dd.active a,#app .router-view .form-container .subNav-wrap .subNav dd:hover a {
  background-image: none
}
#app .router-view .form-container .subNav-wrap .subNav dd.active i,#app .router-view .form-container .subNav-wrap .subNav dd:hover i {
  opacity: 1
}
#app .router-view .form-container .subNav-wrap .subNav dd.active i.arrowr-icon,#app .router-view .form-container .subNav-wrap .subNav dd:hover i.arrowr-icon {
  width: 0;
  height: 0;
  top: 1rem;
  border-style: solid;
  border-width: 6px 0 6px 7px
}
#app .router-view .form-container .right-wrap {
  width: 960px;
  height: auto;
  min-height: 750px;
  margin: auto auto auto 210px;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  padding: 0;
  float: none
}
#app .router-view .form-container .right-wrap .rightWarp {
  width: auto;
  min-width: 730px;
  margin: auto;
  vertical-align: top;
  background-color: transparent
}
#app .router-view .form-container .right-wrap .rightWarp .navigation {
  width: 730px
}
#app .router-view .form-container .right-wrap .rightWarp .title {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 22px;
  font-weight: 600
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap {
  width: auto;
  background-color: transparent;
  padding: 0
}
#app .router-view .form-container .right-wrap .rightWarp .content {
  font-size: 14px;
  line-height: 2em;
  padding: 35px 50px;
}
#app .router-view .form-container .right-wrap .rightWarp .content p {
  margin-bottom: 10px;
  color: inherit
}
#app .router-view .form-container .right-wrap .rightWarp .content b,#app .router-view .form-container .right-wrap .rightWarp .content strong {
  font-weight: 700
}
#app .router-view .form-container .right-wrap .rightWarp .content address,#app .router-view .form-container .right-wrap .rightWarp .content cite,#app .router-view .form-container .right-wrap .rightWarp .content dfn,#app .router-view .form-container .right-wrap .rightWarp .content em,#app .router-view .form-container .right-wrap .rightWarp .content i,#app .router-view .form-container .right-wrap .rightWarp .content var {
  font-style: italic
}
#app .router-view .form-container .right-wrap .rightWarp .content h3 {
  font-size: 16px;
  margin: 10px 0
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form {
  padding: 24px 0;
  position: relative;
  margin: 30px 0;
  min-height: 30px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-title,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-title {
  position: absolute;
  text-align: center;
  top: -10px;
  left: 20px;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 18px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group {
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  position: relative
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select {
  padding: 0 8px;
  line-height: 44px;
  height: 46px;
  border-radius: 4px;
  outline: none;
  position: relative;
  left: 0
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input.no-pad,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select.no-pad,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input.no-pad,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select.no-pad {
  padding: 10px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input:disabled,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select:disabled,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input:disabled,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select:disabled {
  border-bottom: 0 none;
  padding: 3px 10px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input::-webkit-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select::-webkit-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input::-webkit-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select::-webkit-input-placeholder {
  height: 46px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input:-ms-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input::-ms-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select:-ms-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select::-ms-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input:-ms-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input::-ms-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select:-ms-input-placeholder,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select::-ms-input-placeholder {
  height: 46px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input::placeholder,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select::placeholder,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input::placeholder,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select::placeholder {
  height: 46px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input:focus,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select:focus,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input:focus,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select:focus {
  outline: none
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input {
  width: 245px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input[type=checkbox],#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input[type=radio],#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input[type=checkbox],#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input[type=radio] {
  margin: 4px 0 0;
  line-height: normal
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  padding: 0 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select#bank_id,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select#bank_id {
  width: 263px!important
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select::-ms-expand,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select::-ms-expand {
  display: none
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .form-control-title,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .form-control-title {
  width: 140px;
  margin: 0 7px 0 5px;
  display: inline-block;
  text-align: right;
  float: left;
  color: inherit;
  line-height: inherit
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .pay-pass-select-wrap,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .pay-pass-select-wrap {
  width: 62px;
  margin-right: 5px;
  display: inline-block;
  position: relative
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .pay-pass-select-wrap:after,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group.select:after,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .pay-pass-select-wrap:after,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group.select:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  margin-top: -.2rem;
  left: 54.8%;
  top: 50%;
  transform: rotate(180deg);
  border-style: solid;
  border-width: 0 .35rem .45rem;
  border-radius: initial
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .pay-pass-select-wrap.pay-pass-select-wrap:after,#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group.select.pay-pass-select-wrap:after,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .pay-pass-select-wrap.pay-pass-select-wrap:after,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group.select.pay-pass-select-wrap:after {
  left: 75%
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon {
  width: 300px;
  position: absolute;
  top: 0;
  left: 420px;
  display: inline-block;
  line-height: inherit
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .iconSet,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .iconSet {
  width: 1em;
  height: 1em;
  transform: translateY(4px);
  margin: auto;
  position: relative;
  font-style: italic
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .iconSet:after,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .iconSet:after {
  content: "";
  width: 10px;
  height: 10px;
  top: 15px;
  left: 2px;
  z-index: -1;
  border-radius: 99px;
  position: absolute
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .Validform_checktip,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .Validform_checktip {
  margin-left: 8px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 12px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .error-color,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .error-color {
  border-radius: 12px;
  padding: 5px 8px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .error-color:after,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .error-color:after {
  left: 8px;
  top: 18px;
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 6px 13px;
  border-color: transparent
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .must,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .must {
  line-height: 40px;
  vertical-align: bottom;
  padding: 0 4px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .check-info-wrap,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .check-info-wrap {
  font-size: .9rem;
  margin-left: 152px
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .check-info-wrap .form-check,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .check-info-wrap .form-check {
  text-align: left;
  margin: 25px 0
}
#app .router-view .form-container .right-wrap .rightWarp .contetn-wrap .check-info-wrap .btn,#app .router-view .form-container .right-wrap .rightWarp .register-form-wrap .check-info-wrap .btn {
  width: 109px;
  height: 40px;
  margin: 0 10px 0 0;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer
}
#app .router-view .form-container .right-wrap .rightWarp .downlist {
  line-height: 1.5em
}
#app .router-view .form-container .right-wrap .rightWarp .downlist .downlistUL {
  width: 100%;
  height: 40px;
  clear: both;
  list-style: none;
  margin-bottom: 40px
}
#app .router-view .form-container .right-wrap .rightWarp .downlist .downlistUL li {
  background-color: transparent;
  border: none;
  height: 100%;
  width: 100px;
  font: 16px/40px Microsoft JhengHei;
  text-align: center;
  cursor: pointer;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top
}
#app .router-view .form-container .right-wrap .rightWarp .downlist .downlistUL li a {
  display: block
}
.register-container .register-hint {
  position: relative;
  top: 10px;
  left: 23px;
  font-size: 14px
}
.registerDoc .list-paddingleft-2 p:first-child {
  font-weight: 700
}
.registerDoc p {
  margin-bottom: 10px
}
.registerDoc b,.registerDoc strong {
  font-weight: 700
}
.registerDoc address,.registerDoc cite,.registerDoc dfn,.registerDoc em,.registerDoc i,.registerDoc var {
  font-style: italic
}
#app .router-view div.form-container {
  background: transparent
}
#app .router-view div.form-container #doc,#app .router-view div.form-container #register {
  border: 20px solid #171717;
  background-color: #292929
}
#app .router-view div.form-container .subNav-wrap {
  background-color: #292929
}
#app .router-view div.form-container .subNav-wrap .subNav .sub-top .top-text-ch {
  color: #fff
}
#app .router-view div.form-container .subNav-wrap .subNav .sub-top .top-text-en {
  color: hsla(0,0%,100%,.3)
}
#app .router-view div.form-container .subNav-wrap .subNav .sub-top .top-text-en .top-text-en-b {
  color: #feb318
}
#app .router-view div.form-container .subNav-wrap .subNav dd {
  color: #fff;
  background-color: #1f1f1f;
  border-bottom: none
}
#app .router-view div.form-container .subNav-wrap .subNav dd a {
  color: #fff
}
#app .router-view div.form-container .subNav-wrap .subNav dd.active,#app .router-view div.form-container .subNav-wrap .subNav dd:hover {
  background-color: #fed018
}
#app .router-view div.form-container .subNav-wrap .subNav dd.active a,#app .router-view div.form-container .subNav-wrap .subNav dd.active i,#app .router-view div.form-container .subNav-wrap .subNav dd:hover a,#app .router-view div.form-container .subNav-wrap .subNav dd:hover i {
  color: #242424
}
#app .router-view div.form-container .subNav-wrap .subNav dd.active i.arrowr-icon,#app .router-view div.form-container .subNav-wrap .subNav dd:hover i.arrowr-icon {
  border-color: transparent transparent transparent #242424
}
#app .router-view div.form-container .right-wrap {
  background-color: #171717;
  border-color: #555
}
#app .router-view div.form-container .right-wrap .rightWarp {
  color: #fff
}
#app .router-view div.form-container .right-wrap .rightWarp .title {
  color: #feb318
}
#app .router-view div.form-container .right-wrap .rightWarp .content {
  color: #fff
}
#app .router-view div.form-container .right-wrap .rightWarp .content h3 {
  color: #feb318
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-hint,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-hint {
  color: #fff
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form {
  border: 1px solid #555
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-title,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-title {
  color: #feb318;
  background-color: #171717
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select {
  color: hsla(0,0%,100%,.8);
  background-color: #0a0a0a;
  border: 1px solid #555
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input.onfocus:not(.error-input),#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input:focus:not(.error-input),#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select.onfocus:not(.error-input),#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select:focus:not(.error-input),#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input.onfocus:not(.error-input),#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input:focus:not(.error-input),#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select.onfocus:not(.error-input),#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select:focus:not(.error-input) {
  border-color: #feb318;
  color: hsla(0,0%,100%,.5)
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input::-webkit-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select::-webkit-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input::-webkit-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select::-webkit-input-placeholder {
  color: hsla(0,0%,100%,.5)
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input:-ms-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input::-ms-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select:-ms-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select::-ms-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input:-ms-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input::-ms-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select:-ms-input-placeholder,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select::-ms-input-placeholder {
  color: hsla(0,0%,100%,.5)
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input::placeholder,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group select::placeholder,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input::placeholder,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group select::placeholder {
  color: hsla(0,0%,100%,.5)
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input:-webkit-autofill,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input:-webkit-autofill:active,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input:-webkit-autofill:focus,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group input:-webkit-autofill:hover,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input:-webkit-autofill,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input:-webkit-autofill:active,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input:-webkit-autofill:focus,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group input:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: hsla(0,0%,100%,.5)
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .error-input,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .error-input {
  border-color: #a40707
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .pay-pass-select-wrap:after,#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group.select:after,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .pay-pass-select-wrap:after,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group.select:after {
  border-color: transparent transparent #a6a6a6
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .iconSet,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .iconSet {
  color: #171717
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .iconSet.inValid-color,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .iconSet.inValid-color {
  color: #dc3545
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .iconSet.valid-color,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .iconSet.valid-color {
  color: #3ab388
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .iconSet:after,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .iconSet:after {
  background: #fff
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .Validform_checktip,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .Validform_checktip {
  color: #fff
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .error-color,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .error-color {
  color: #fff;
  background-color: #dc3545
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .error-color:after,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .error-color:after {
  border-color: transparent #dc3545 transparent transparent
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .valid-icon.inValid-color,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .valid-icon.inValid-color {
  background-color: #dc3545
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .x-icon .valid-icon.valid-color,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .x-icon .valid-icon.valid-color {
  background-color: #3ab388
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .must,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .must {
  color: #dc3545
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .register-form .form-group .captcha-wrap,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .register-form .form-group .captcha-wrap {
  top: 0;
  left: 43%
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .check-info-wrap .form-check .form-agreement,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .check-info-wrap .form-check .form-agreement {
  color: #feb318
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .check-info-wrap .form-check .form-check-label,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .check-info-wrap .form-check .form-check-label {
  color: #fff
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .check-info-wrap .btn.btn-submit,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .check-info-wrap .btn.btn-submit {
  background: #a40707;
  color: #fff
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .check-info-wrap .btn.btn-submit:hover,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .check-info-wrap .btn.btn-submit:hover {
  background: #730505
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .check-info-wrap .btn.btn-reset,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .check-info-wrap .btn.btn-reset {
  background: #7b7b7b;
  color: #fff
}
#app .router-view div.form-container .right-wrap .rightWarp .contetn-wrap .check-info-wrap .btn.btn-reset:hover,#app .router-view div.form-container .right-wrap .rightWarp .register-form-wrap .check-info-wrap .btn.btn-reset:hover {
  background: #626262
}
#app .router-view div.form-container .right-wrap .rightWarp .downlist .downlistUL {
  border-bottom: 1px solid #fed018
}
#app .router-view div.form-container .right-wrap .rightWarp .downlist .downlistUL li a {
  color: #fff
}
#app .router-view div.form-container .right-wrap .rightWarp .downlist .downlistUL li.active a,#app .router-view div.form-container .right-wrap .rightWarp .downlist .downlistUL li a:hover {
  background-color: #fed018;
  color: #242424
}

.mobile-new .mobile-wrap .mobile-wrap-title {
  color: #feb318
}
.mobile-new .mobile-wrap .mobile-wrap-content .desc .title {
  color: #fed018
}
.mobile-new .mobile-wrap .mobile-wrap-content .desc .text,
.mobile-new .mobile-wrap .page span {
  color: #fff
}
.mobile-new .mobile-wrap .page span.active,
.mobile-new .mobile-wrap .page span:hover {
  color: #fed018
}
.mobile-new .mobile-wrap .arror svg.svg-icon {
  fill: #fff
}
.mobile-new .mobile-wrap .arror svg.svg-icon:hover {
  fill: #fed018
}
#app div.promo-wrap {
  width: 100%;
  min-height: 600px;
  height: auto;
  position: relative
}
#app div.promo-wrap .promo-nav-wrap {
  width: 100%;
  margin: 0 0 30px
}
#app div.promo-wrap .promo-nav-wrap .promo-nav {
  width: 1000px;
  margin: 0 auto
}
#app div.promo-wrap .promo-nav-wrap .promo-nav li {
  display: inline-block;
  min-width: 120px;
  list-style: none;
  margin: 0 5px 0 0
}
#app div.promo-wrap .promo-nav-wrap .promo-nav li a {
  display: block;
  cursor: pointer;
  width: 100%;
  line-height: 48px;
  text-align: center
}
#app div.promo-wrap .promo-content-wrap .promo-content {
  width: 1000px;
  margin: 0 auto
}
#app div.promo-wrap .promo-content-wrap .panel {
  outline: 0;
  cursor: pointer;
  width: 928px;
  margin: 10px auto;
  box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
#app div.promo-wrap .promo-content-wrap .panel .activity-banner {
  cursor: pointer
}
#app div.promo-wrap .promo-content-wrap .panel .activity-banner,#app div.promo-wrap .promo-content-wrap .panel .banner-collapse {
  width: 100%;
  line-height: 2em
}
#app div.promo-wrap .promo-content-wrap .panel .activity-banner img,#app div.promo-wrap .promo-content-wrap .panel .banner-collapse img {
  width: 100%
}
#app div.promo-wrap .promo-content-wrap .panel .banner-collapse {
  display: none
}
#app div.promo-wrap {
  border: none;
  background: transparent
}
#app div.promo-wrap .promo-nav-wrap .promo-nav {
  border-bottom: 1px solid #fed018
}
#app div.promo-wrap .promo-nav-wrap .promo-nav li a {
  color: #fff
}
#app div.promo-wrap .promo-nav-wrap .promo-nav li a.active,#app div.promo-wrap .promo-nav-wrap .promo-nav li a:hover {
  color: #242424;
  background-color: #fed018
}
#app .main #ac--wrapper .title {
  color: #feb318
}
#app .main #ac--wrapper .activity_container {
  width: 1100px
}
#app .main #ac--wrapper .activity_container .drop-down-menu {
  height: 2.5rem
}
#app .main #ac--wrapper .activity_container .drop-down-menu .menu-wrapper {
  margin: 0 15px;
  background-color: #1f1f1f
}
#app .main #ac--wrapper .activity_container .drop-down-menu .menu-wrapper .grid {
  height: 2.5rem
}
#app .main #ac--wrapper .activity_container .drop-down-menu .menu-wrapper .grid:after {
  content: "";
  position: relative;
  height: 50%;
  border-right: 1px solid;
  color: #fff
}
#app .main #ac--wrapper .activity_container .drop-down-menu .menu-wrapper .grid:last-child:after {
  display: none
}
#app .main #ac--wrapper .activity_container .drop-down-menu .menu-wrapper .box {
  color: #fff;
  width: 166px;
  border: none;
  padding: 0 10px
}
#app .main #ac--wrapper .activity_container .drop-down-menu .menu-wrapper .box.active,#app .main #ac--wrapper .activity_container .drop-down-menu .menu-wrapper .box:hover {
  border: none;
  color: #242424;
  background-color: #fed018
}
#app .main #ac--wrapper .activity_container .drop-down-menu .nav-btn {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #1f1f1f
}
#app .main #ac--wrapper .activity_container .drop-down-menu .nav-btn:hover {
  background-color: #fed018
}
#app .main #ac--wrapper .activity_container .drop-down-menu .nav-btn:hover svg {
  fill: #242424
}
#app .main #ac--wrapper .activity_container .drop-down-menu .nav-btn svg {
  fill: #fff
}
#app .main #ac--wrapper .activity_container .activity-lobby ul li {
  border: 1px solid #555
}
#app .main #ac--wrapper .activity_container .activity-lobby ul li .text-wrapper .detail-btn {
  background-color: #fed018;
  color: #242424
}
#app .main #ac--wrapper .activity_container .activity-lobby ul li .text-wrapper .detail-btn:hover {
  background-color: #feb318
}
#app .main #ac--wrapper .activity_container .ac-detail .btn-back {
  background-color: #fed018;
  color: #242424
}
#app .main #ac--wrapper .activity_container .ac-detail .btn-back:hover {
  background-color: #feb318
}
#app .main #ac--wrapper .activity_container .ac-detail .label {
  background-color: #fed018;
  color: #242424
}
#app .main #ac--wrapper .activity_container .no-content {
  border: 1px solid #555;
  color: #fff
}
.menu {
  z-index: 12
}
.menu-container .menu-sub {
  font-size: 14px
}
.menu-container .menu-sub li:first-child {
  border-top: none;
  border-radius: 0 0
}
.menu-container .menu-sub li:last-child {
  border-radius: 0 0
}
.menu-container .menu-main-list[data-sub=lottery] div>ul>li:not(.icon_lottery_MORE):not(.icon_lotterynew_MORE):before,.menu-container .menu-main-list[data-sub=lotteryNew] div>ul>li:not(.icon_lottery_MORE):not(.icon_lotterynew_MORE):before {
  background-size: 62%
}
.menu-container .menu-main-list:hover .menu-sub,.menu-container .menu-main-list>a:hover .menu-sub {
  visibility: visible;
  opacity: 1
}
.menu-container .menu-main-list:hover .menu-sub:before,.menu-container .menu-main-list>a:hover .menu-sub:before {
  opacity: 1
}
.menu-container .menu-sub {
  width: 140px;
  text-align: center;
  position: absolute;
  top: 100%;
  z-index: 11;
  transition-duration: .3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  margin-left: 50%
}
.menu-container .menu-sub .menu-list {
  width: 100%;
  float: left;
  text-align: center;
  position: relative
}
.menu-container .menu-sub .menu-list .menu-list-ul {
  margin: 0 auto
}
.menu-container .menu-sub .menu-list .menu-list-ul li {
  width: 100%;
  height: 38px;
  text-align: center;
  position: relative;
  display: block;
  color: #e0dbdf;
  background: rgba(0,0,0,.8)
}
.menu-container .menu-sub .menu-list .menu-list-ul li.hot:after {
  top: -1px;
  right: -13px
}
.menu-container .menu-sub .menu-list .menu-list-ul li:before {
  width: 30%;
  height: 100%;
  margin-left: 4%;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  pointer-events: none
}
.menu-container .menu-sub .menu-list .menu-list-ul li a {
  width: 100%;
  height: 38px;
  line-height: 38px;
  display: block;
  margin: auto;
  cursor: pointer;
  box-sizing: border-box
}
.menu-container .menu-sub .menu-list .menu-list-ul li:hover {
  color: #000;
  background: #9c9a8a
}
.icon_video_BG:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_bg.png)
}
.icon_video_BBIN:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_bbin_w.png)
}
.icon_video_AG:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_ag.png)
}
.icon_video_AG-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_ag-2.png)
}
.icon_video_LEBO:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_lebo.png)
}
.icon_video_LEBO-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_lebo-2.png)
}
.icon_video_DG:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_dg.png)
}
.icon_video_DG-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_dg-2.png)
}
.icon_video_MG:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_mg.png)
}
.icon_video_ALLBET:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_allbet.png)
}
.icon_video_ALLBET2:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_allbet2.png)
}
.icon_video_GD:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_gd.png)
}
.icon_video_PT:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_pt.png)
}
.icon_video_SUNBET:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_sunbet.png)
}
.icon_video_OG:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_og.png)
}
.icon_video_GC:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_gc.png)
}
.icon_video_SA:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_sa.png)
}
.icon_video_GPI-V:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_gpi-v.png)
}
.icon_video_HJ:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_hj.png)
}
.icon_video_EG:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_eg.png)
}
.icon_video_RG:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_rg.png)
}
.icon_video_EVO:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_evo_w.png)
}
.icon_video_SEXY:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_sexy_w.png)
}
.icon_video_SEXY-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_sexy-2.png)
}
.icon_video_WG:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_wg.png)
}
.icon_video_EVO-I:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_evo-i_w.png)
}
.icon_video_ASTAR:before {
  background-image: url(/pc/image-pc/nav/icon-s/live_astar_w.png)
}
.icon_game_BG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_bg.png)
}
.icon_game_PT:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_pt.png)
}
.icon_game_MG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_mg.png)
}
.icon_game_MG-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_mg-2.png)
}
.icon_game_ISB:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_isb_w.png)
}
.icon_game_ISB-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_isb-2.png)
}
.icon_game_TTG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ttg.png)
}
.icon_game_QT:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_qt_w.png)
}
.icon_game_SG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_sg.png)
}
.icon_game_PRG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_prg.png)
}
.icon_game_HABA:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_haba.png)
}
.icon_game_HABA-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_haba-2.png)
}
.icon_game_GPI:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_gpi.png)
}
.icon_game_GPI-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_gpi-2.png)
}
.icon_game_AG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ag.png)
}
.icon_game_AG-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ag-2.png)
}
.icon_game_BBIN:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_bbin_w.png)
}
.icon_game_GNS:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_gns.png)
}
.icon_game_JDB:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_jdb.png)
}
.icon_game_FG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_fg.png)
}
.icon_game_CQ9:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_cq9.png)
}
.icon_game_GG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_gg.png)
}
.icon_game_DT:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_dt.png)
}
.icon_game_AE:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ae.png)
}
.icon_game_QT-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_qt-2.png)
}
.icon_game_QG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_qg.png)
}
.icon_game_EA:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ea.png)
}
.icon_game_APL:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_apl.png)
}
.icon_game_EG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_eg.png)
}
.icon_game_TP:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_tp.png)
}
.icon_game_HB:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_hb.png)
}
.icon_game_JK:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_jk.png)
}
.icon_game_ICG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_icg.png)
}
.icon_game_HC:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_hc.png)
}
.icon_game_PG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_pg.png)
}
.icon_game_KA:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ka.png)
}
.icon_game_SW:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_sw.png)
}
.icon_game_RICH88:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_rich88.png)
}
.icon_game_YL:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_yl.png)
}
.icon_game_PPCH:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ppch.png)
}
.icon_game_PS:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ps_w.png)
}
.icon_game_MW:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_mw.png)
}
.icon_game_MW-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_mw-2.png)
}
.icon_game_BNG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_bng.png)
}
.icon_game_PLS:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_pls_w.png)
}
.icon_game_IDE:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ide.png)
}
.icon_game_RSG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_rsg.png)
}
.icon_game_VA:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_va.png)
}
.icon_game_NS:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_ns.png)
}
.icon_game_BS:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_bs_w.png)
}
.icon_game_HW:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_hw.png)
}
.icon_game_GFG:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_gfg.png)
}
.icon_game_VDD:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_vdd_w.png)
}
.icon_game_ILOVEU:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_iloveu.png)
}
.icon_lottery_1214:before,.icon_lotterynew_1214:before {
  background-image: url(/pc/image-pc/lotto/lottery_1214.png)
}
.icon_lottery_1801:before,.icon_lotterynew_1801:before {
  background-image: url(/pc/image-pc/lotto/lottery_1801.png)
}
.icon_lottery_1901:before,.icon_lotterynew_1901:before {
  background-image: url(/pc/image-pc/lotto/lottery_1901.png)
}
.icon_lottery_1601:before,.icon_lotterynew_1601:before {
  background-image: url(/pc/image-pc/lotto/lottery_1601.png)
}
.icon_lottery_1004:before,.icon_lotterynew_1004:before {
  background-image: url(/pc/image-pc/lotto/lottery_1004.png)
}
.icon_lottery_1001:before,.icon_lotterynew_1001:before {
  background-image: url(/pc/image-pc/lotto/lottery_1001.png)
}
.icon_lottery_1003:before,.icon_lotterynew_1003:before {
  background-image: url(/pc/image-pc/lotto/lottery_1003.png)
}
.icon_lottery_1005:before,.icon_lotterynew_1005:before {
  background-image: url(/pc/image-pc/lotto/lottery_1005.png)
}
.icon_lottery_1018:before,.icon_lotterynew_1018:before {
  background-image: url(/pc/image-pc/lotto/lottery_1018.png)
}
.icon_lottery_1020:before,.icon_lotterynew_1020:before {
  background-image: url(/pc/image-pc/lotto/lottery_1020.png)
}
.icon_lottery_1021:before,.icon_lotterynew_1021:before {
  background-image: url(/pc/image-pc/lotto/lottery_1021.png)
}
.icon_lottery_1022:before,.icon_lotterynew_1022:before {
  background-image: url(/pc/image-pc/lotto/lottery_1022.png)
}
.icon_lottery_1023:before,.icon_lotterynew_1023:before {
  background-image: url(/pc/image-pc/lotto/lottery_1023.png)
}
.icon_lottery_1024:before,.icon_lotterynew_1024:before {
  background-image: url(/pc/image-pc/lotto/lottery_1024.png)
}
.icon_lottery_1025:before,.icon_lotterynew_1025:before {
  background-image: url(/pc/image-pc/lotto/lottery_1025.png)
}
.icon_lottery_1218:before,.icon_lotterynew_1218:before {
  background-image: url(/pc/image-pc/lotto/lottery_1218.png)
}
.icon_lottery_1401:before,.icon_lotterynew_1401:before {
  background-image: url(/pc/image-pc/lotto/lottery_1401.png)
}
.icon_lottery_1402:before,.icon_lotterynew_1402:before {
  background-image: url(/pc/image-pc/lotto/lottery_1402.png)
}
.icon_lottery_1403:before,.icon_lotterynew_1403:before {
  background-image: url(/pc/image-pc/lotto/lottery_1403.png)
}
.icon_lottery_1418:before,.icon_lotterynew_1418:before {
  background-image: url(/pc/image-pc/lotto/lottery_1418.png)
}
.icon_lottery_1201:before,.icon_lotterynew_1201:before {
  background-image: url(/pc/image-pc/lotto/lottery_1201.png)
}
.icon_lottery_1202:before,.icon_lotterynew_1202:before {
  background-image: url(/pc/image-pc/lotto/lottery_1202.png)
}
.icon_lottery_1203:before,.icon_lotterynew_1203:before {
  background-image: url(/pc/image-pc/lotto/lottery_1203.png)
}
.icon_lottery_1204:before,.icon_lotterynew_1204:before {
  background-image: url(/pc/image-pc/lotto/lottery_1204.png)
}
.icon_lottery_1104:before,.icon_lotterynew_1104:before {
  background-image: url(/pc/image-pc/lotto/lottery_1104.png)
}
.icon_lottery_1102:before,.icon_lotterynew_1102:before {
  background-image: url(/pc/image-pc/lotto/lottery_1102.png)
}
.icon_lottery_1101:before,.icon_lotterynew_1101:before {
  background-image: url(/pc/image-pc/lotto/lottery_1101.png)
}
.icon_lottery_1103:before,.icon_lotterynew_1103:before {
  background-image: url(/pc/image-pc/lotto/lottery_1103.png)
}
.icon_lottery_2001:before,.icon_lotterynew_2001:before {
  background-image: url(/pc/image-pc/lotto/lottery_2001.png)
}
.icon_lottery_2002:before,.icon_lotterynew_2002:before {
  background-image: url(/pc/image-pc/lotto/lottery_2002.png)
}
.icon_lottery_1501:before,.icon_lotterynew_1501:before {
  background-image: url(/pc/image-pc/lotto/lottery_1501.png)
}
.icon_lottery_1502:before,.icon_lotterynew_1502:before {
  background-image: url(/pc/image-pc/lotto/lottery_1502.png)
}
.icon_lottery_1503:before,.icon_lotterynew_1503:before {
  background-image: url(/pc/image-pc/lotto/lottery_1503.png)
}
.icon_lottery_1301:before,.icon_lotterynew_1301:before {
  background-image: url(/pc/image-pc/lotto/lottery_1301.png)
}
.icon_lottery_1302:before,.icon_lotterynew_1302:before {
  background-image: url(/pc/image-pc/lotto/lottery_1302.png)
}
.icon_lottery_1303:before,.icon_lotterynew_1303:before {
  background-image: url(/pc/image-pc/lotto/lottery_1303.png)
}
.icon_lottery_2101:before,.icon_lotterynew_2101:before {
  background-image: url(/pc/image-pc/lotto/lottery_2101.png)
}
.icon_lottery_2102:before,.icon_lotterynew_2102:before {
  background-image: url(/pc/image-pc/lotto/lottery_2102.png)
}
.icon_lottery_2103:before,.icon_lotterynew_2103:before {
  background-image: url(/pc/image-pc/lotto/lottery_2103.png)
}
.icon_lottery_2104:before,.icon_lotterynew_2104:before {
  background-image: url(/pc/image-pc/lotto/lottery_2104.png)
}
.icon_lottery_1205:before,.icon_lotterynew_1205:before {
  background-image: url(/pc/image-pc/lotto/lottery_1205.png)
}
.icon_lottery_1404:before,.icon_lotterynew_1404:before {
  background-image: url(/pc/image-pc/lotto/lottery_1404.png)
}
.icon_lottery_1007:before,.icon_lotterynew_1007:before {
  background-image: url(/pc/image-pc/lotto/lottery_1007.png)
}
.icon_lottery_2003:before,.icon_lotterynew_2003:before {
  background-image: url(/pc/image-pc/lotto/lottery_2003.png)
}
.icon_lottery_ZHUBO:before,.icon_lotterynew_ZHUBO:before {
  background-image: url(/pc/image-pc/lotto/lottery_zhubo.png)
}
.icon_lottery_1008:before,.icon_lotterynew_1008:before {
  background-image: url(/pc/image-pc/lotto/lottery_1008.png)
}
.icon_lottery_QG:before,.icon_lotterynew_QG:before {
  background-image: url(/pc/image-pc/lotto/lottery_qg.png)
}
.icon_lottery_2018:before,.icon_lotterynew_2018:before {
  background-image: url(/pc/image-pc/lotto/lottery_2018.png)
}
.icon_lottery_1518:before,.icon_lotterynew_1518:before {
  background-image: url(/pc/image-pc/lotto/lottery_1518.png)
}
.icon_lottery_1517:before,.icon_lotterynew_1517:before {
  background-image: url(/pc/image-pc/lotto/lottery_1517.png)
}
.icon_lottery_1426:before,.icon_lotterynew_1426:before {
  background-image: url(/pc/image-pc/lotto/lottery_1426.png)
}
.icon_lottery_1405:before,.icon_lotterynew_1405:before {
  background-image: url(/pc/image-pc/lotto/lottery_1405.png)
}
.icon_lottery_1027:before,.icon_lotterynew_1027:before {
  background-image: url(/pc/image-pc/lotto/lottery_1027.png)
}
.icon_lottery_1031:before,.icon_lotterynew_1031:before {
  background-image: url(/pc/image-pc/lotto/lottery_1031.png)
}
.icon_lottery_1531:before,.icon_lotterynew_1531:before {
  background-image: url(/pc/image-pc/lotto/lottery_1531.png)
}
.icon_lottery_2031:before,.icon_lotterynew_2031:before {
  background-image: url(/pc/image-pc/lotto/lottery_2031.png)
}
.icon_lottery_2032:before,.icon_lotterynew_2032:before {
  background-image: url(/pc/image-pc/lotto/lottery_2032.png)
}
.icon_lottery_TP:before,.icon_lotterynew_TP:before {
  background-image: url(/pc/image-pc/lotto/lottery_tp.png)
}
.icon_lottery_1420:before,.icon_lotterynew_1420:before {
  background-image: url(/pc/image-pc/lotto/lottery_1420.png)
}
.icon_lottery_1516:before,.icon_lotterynew_1516:before {
  background-image: url(/pc/image-pc/lotto/lottery_1516.png)
}
.icon_lottery_VR:before,.icon_lotterynew_VR:before {
  background-image: url(/pc/image-pc/lotto/lottery_vr.png)
}
.icon_lottery_1431:before,.icon_lotterynew_1431:before {
  background-image: url(/pc/image-pc/lotto/lottery_1431.png)
}
.icon_lottery_1412:before,.icon_lotterynew_1412:before {
  background-image: url(/pc/image-pc/lotto/lottery_1412.png)
}
.icon_lottery_1213:before,.icon_lotterynew_1213:before {
  background-image: url(/pc/image-pc/lotto/lottery_1213.png)
}
.icon_lottery_1017:before,.icon_lotterynew_1017:before {
  background-image: url(/pc/image-pc/lotto/lottery_1017.png)
}
.icon_lottery_1417:before,.icon_lotterynew_1417:before {
  background-image: url(/pc/image-pc/lotto/lottery_1417.png)
}
.icon_lottery_1026:before,.icon_lotterynew_1026:before {
  background-image: url(/pc/image-pc/lotto/lottery_1026.png)
}
.icon_lottery_2041:before,.icon_lotterynew_2041:before {
  background-image: url(/pc/image-pc/lotto/lottery_2041.png)
}
.icon_lottery_1519:before,.icon_lotterynew_1519:before {
  background-image: url(/pc/image-pc/lotto/lottery_1519.png)
}
.icon_lottery_1520:before,.icon_lotterynew_1520:before {
  background-image: url(/pc/image-pc/lotto/lottery_1520.png)
}
.icon_sport_IM:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_im_w.png)
}
.icon_sport_SABA:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_saba_w.png)
}
.icon_sport_3SING:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_3sing.png)
}
.icon_sport_UG:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_ug.png)
}
.icon_sport_BG:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_bg.png)
}
.icon_sport_ESB:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_esb_w.png)
}
.icon_sport_SABA-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_saba-2.png)
}
.icon_sport_IM-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_im-2.png)
}
.icon_sport_HC:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_hc.png)
}
.icon_sport_AVIA:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_avia.png)
}
.icon_sport_YSB:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_ysb.png)
}
.icon_sport_SBO:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_sbo_w.png)
}
.icon_sport_TCG:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_tcg.png)
}
.icon_sport_3SING-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_3sing-2.png)
}
.icon_sport_SABA-E:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_saba-e.png)
}
.icon_sport_EVOR:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_evor_w.png)
}
.icon_sport_SEXY:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_sexy_w.png)
}
.icon_sport_BGCROWN:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_bgcrown.png)
}
.icon_sport_OB:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_ob.png)
}
.icon_sport_KY:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_ky.png)
}
.icon_sport_TXG188:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_txg188_w.png)
}
.icon_sport_TF:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_tf.png)
}
.icon_fish_BG:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bg.png)
}
.icon_fish_YTX:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ytx.png)
}
.icon_fish_AG:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ag.png)
}
.icon_fish_AG-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ag-2.png)
}
.icon_fish_GNS-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_gns-1.png)
}
.icon_fish_JDB-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_jdb-1.png)
}
.icon_fish_JDB-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_jdb-2.png)
}
.icon_fish_FG-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_fg-1.png)
}
.icon_fish_FG-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_fg-2.png)
}
.icon_fish_FG-3:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_fg-3.png)
}
.icon_fish_FG-4:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_fg-4.png)
}
.icon_fish_FG-5:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_fg-5.png)
}
.icon_fish_FG-6:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_fg-6.png)
}
.icon_fish_FG-7:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_fg-7.png)
}
.icon_fish_FG-8:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_fg-8.png)
}
.icon_fish_FG-9:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_fg-9.png)
}
.icon_fish_CQ9-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_cq9-1.png)
}
.icon_fish_JDB-3:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_jdb-3.png)
}
.icon_fish_YTX-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ytx-2.png)
}
.icon_fish_BB-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bb-1.png)
}
.icon_fish_BB-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bb-2.png)
}
.icon_fish_BBIN-3:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bbin-3.png)
}
.icon_fish_BG-W:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bg-w.png)
}
.icon_fish_BG-DX:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bg-dx.png)
}
.icon_fish_APL:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_apl.png)
}
.icon_fish_BB-3:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bb-3.png)
}
.icon_fish_BB-4:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bb-4.png)
}
.icon_fish_BS-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bs-1.png)
}
.icon_fish_BS-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bs-2.png)
}
.icon_fish_BS-3:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bs-3.png)
}
.icon_fish_BG-YH:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_bg-yh.png)
}
.icon_fish_TP-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-1.png)
}
.icon_fish_TP-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-2.png)
}
.icon_fish_TP-3:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-3.png)
}
.icon_fish_TP-4:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-4.png)
}
.icon_fish_TP-5:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-5.png)
}
.icon_fish_TP-6:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-6.png)
}
.icon_fish_TP-7:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-7.png)
}
.icon_fish_TP-8:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-8.png)
}
.icon_fish_TP-9:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-9.png)
}
.icon_fish_TP-10:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-10.png)
}
.icon_fish_TP-11:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-11.png)
}
.icon_fish_TP-12:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_tp-12.png)
}
.icon_fish_ICG-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_icg-1.png)
}
.icon_fish_ICG-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_icg-2.png)
}
.icon_fish_ICG-3:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_icg-3.png)
}
.icon_fish_JDB-4:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_jdb-4.png)
}
.icon_fish_SW-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_sw-1.png)
}
.icon_fish_SW-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_sw-2.png)
}
.icon_fish_SW-3:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_sw-3.png)
}
.icon_fish_YL:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_yl.png)
}
.icon_fish_PS:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ps_w.png)
}
.icon_fish_KY-1:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ky-1.png)
}
.icon_fish_KY-2:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ky-2.png)
}
.icon_fish_KY-3:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ky-3.png)
}
.icon_fish_KY-4:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ky-4.png)
}
.icon_fish_KY-5:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_ky-5.png)
}
.icon_card_KY:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_ky.png)
}
.icon_card_FG:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_fg.png)
}
.icon_card_LG:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_lg.png)
}
.icon_card_VG:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_vg.png)
}
.icon_card_NWG:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_nwg.png)
}
.icon_card_AP:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_ap.png)
}
.icon_card_LC:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_lc.png)
}
.icon_card_LUK:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_luk.png)
}
.icon_card_CS:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_cs.png)
}
.icon_card_HL:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_hl.png)
}
.icon_card_YG:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_yg.png)
}
.icon_card_SCG:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_scg.png)
}
.icon_card_TM:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_tm.png)
}
.icon_card_BG:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_bg.png)
}
.icon_card_TH:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_th.png)
}
.icon_card_TX:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_tx.png)
}
.icon_card_TT:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_tt.png)
}
.icon_card_WZ:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_wz.png)
}
.icon_card_DT:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_dt.png)
}
.icon_card_BS:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_bs_w.png)
}
.icon_card_TP:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_tp.png)
}
.icon_card_IDN:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_idn.png)
}
.icon_card_JINBO:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_jinbo.png)
}
.icon_card_SSP:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_ssp.png)
}
.icon_card_MT:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_mt.png)
}
.menu-container .icon_game_MORE:before {
  background-image: url(/pc/image-pc/nav/icon-s/game_more.png)
}
.menu-container .icon_fish_MORE:before {
  background-image: url(/pc/image-pc/nav/icon-s/fish_more.png)
}
.menu-container .icon_card_MORE:before {
  background-image: url(/pc/image-pc/nav/icon-s/card_more.png)
}
.menu-container .icon_lottery_MORE:before,.menu-container .icon_lotterynew_MORE:before {
  background-image: url(/pc/image-pc/nav/icon-s/lottery_more.png)
}
.menu-container .icon_sport_MORE:before {
  background-image: url(/pc/image-pc/nav/icon-s/sport_more.png)
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table:not([border]),tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  outline: none;
  vertical-align: baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block
}
body {
  line-height: 1
}
div {
  cursor: default
}
ol,ul {
  list-style: none
}
.doc-container .content ol li,.promo-main .promo-wrap .promo-content-wrap ol li {
  list-style: decimal;
  margin-left: 3em
}
.doc-container .content ul li,.promo-main .promo-wrap .promo-content-wrap ul li {
  list-style: initial;
  margin-left: 3em
}
.doc-container .content td,.promo-main .promo-wrap .promo-content-wrap td {
  vertical-align: middle
}
blockquote,q {
  quotes: none
}
blockquote:after,blockquote:before,q:after,q:before {
  content: "";
  content: none
}
table:not([border]) {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px 0
}
a {
  text-decoration: none;
  -webkit-backface-visibility: hidden
}
li,ol,ul {
  list-style: none
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0,0,0,.2);
  -webkit-border-radius: 6px
}
::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: hsla(0,0%,49%,.7);
  -webkit-border-radius: 6px
}
::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: hsla(0,0%,49%,.7);
  -webkit-border-radius: 6px
}
body,html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}
body,button,html,input,option,select {
  font-family: Microsoft YaHei,Microsoft JhengHei,PingFang SC,Arial,Helvetica Neue,Helvetica,sans-serif;
  outline: none
}
table:not([border]),td,th {
  border: 1px solid #ccc;
  padding: 4px
}
::-ms-reveal,input::-ms-clear {
  display: none
}
.scrollbar-no-transparent ::-webkit-scrollbar-track-piece {
  background-color: #ddd
}
.scrollbar-no-transparent ::-webkit-scrollbar-thumb:horizontal,.scrollbar-no-transparent ::-webkit-scrollbar-thumb:vertical {
  background-color: #999
}
.flatpickr-innerContainer {
  margin-top: -1px
}
.page-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden!important;
  background-color: rgba(0,0,0,.7);
  display: none;
  z-index: 950
}
.page-mask .loading-frame {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #000;
  margin: -75px 0 0 -75px;
  border-radius: 20px
}
.msg-main,.try-main {
  display: none;
  z-index: 951;
  width: 400px;
  height: 200px;
  background-color: #f2f2f2;
  position: fixed;
  top: calc(50% - 100px);
  left: calc(50% - 200px);
  border-radius: 8px
}
.msg-main .header,.try-main .header {
  width: 100%;
  height: 44px;
  background-color: #39c;
  color: #fff;
  line-height: 44px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px
}
.msg-main .header span,.try-main .header span {
  font-size: 18px;
  text-align: left;
  padding-left: 20px
}
.msg-main .body,.try-main .body {
  width: 100%;
  height: calc(100% - 44px - 50px)
}
.msg-main .body.try span,.try-main .body.try span {
  margin-left: calc(50% - 100px);
  display: inline-block;
  color: #403f3f;
  font-size: 14px;
  height: 36px;
  line-height: 36px
}
.msg-main .body.try input[type=text],.try-main .body.try input[type=text] {
  width: 90px;
  height: 28px;
  padding: 3px 5px;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  border-radius: 5px
}
.msg-main .body.try img,.try-main .body.try img {
  cursor: pointer;
  width: 80px;
  height: 36px;
  float: right;
  position: relative;
  right: 50px
}
.msg-main .body span.msg-text,.try-main .body span.msg-text {
  width: 80%;
  display: inline-block;
  line-height: 1.4em
}
.msg-main .body>*,.try-main .body>* {
  transform: translateY(-50%);
  position: relative;
  top: 50%
}
.msg-main .body i,.try-main .body i {
  float: left;
  font-size: 48px;
  color: #ffae2e;
  margin-right: 10px;
  padding: 10px 0 0 20px
}
.msg-main .footer,.try-main .footer {
  width: 100%;
  height: 50px;
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px
}
.msg-main .footer #tryBtnY,.try-main .footer #tryBtnY {
  margin-right: 10px
}
.msg-main .footer a,.try-main .footer a {
  font-size: 14px;
  cursor: pointer;
  padding: 5px 15px;
  background-color: #39c;
  color: #fff;
  border-radius: 3px
}
.msg-main .footer a:hover,.try-main .footer a:hover {
  background-color: #297aa3
}
.msg-main .footer a.cancle,.try-main .footer a.cancle {
  background-color: #888
}
.msg-main .footer a.cancle:hover,.try-main .footer a.cancle:hover {
  background-color: #737373
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden
}
#news .hide {
  display: none
}
input::-webkit-input-safebox-button {
  display: none
}
.icon_game_MORE:before {
  background-image: url(/pc/image-pc/nav/icon/more_games.png)
}
.icon_fish_MORE:before {
  background-image: url(/pc/image-pc/nav/icon/more_fish.png)
}
.icon_lotterynew_MORE:before {
  background-image: url(/pc/image-pc/nav/icon/more_lottery.png)
}
.icon_card_MORE:before {
  background-image: url(/pc/image-pc/nav/icon/more_cards.png)
}
.icon_sport_MORE:before {
  background-image: url(/pc/image-pc/nav/icon/more_sports.png)
}
.com-user-level {
  width: 40px;
  height: 24px;
  background-size: cover;
  position: relative;
  top: -3px;
  left: 5px;
  cursor: pointer
}
.com-user-level.vip0 {
  background-image: url(/pc/image-pc/common/level/vip0.png)
}
.com-user-level.vip1 {
  background-image: url(/pc/image-pc/common/level/vip1.png)
}
.com-user-level.vip2 {
  background-image: url(/pc/image-pc/common/level/vip2.png)
}
.com-user-level.vip3 {
  background-image: url(/pc/image-pc/common/level/vip3.png)
}
.com-user-level.vip4 {
  background-image: url(/pc/image-pc/common/level/vip4.png)
}
.com-user-level.vip5 {
  background-image: url(/pc/image-pc/common/level/vip5.png)
}
.com-user-level.vip6 {
  background-image: url(/pc/image-pc/common/level/vip6.png)
}
.com-user-level.vip7 {
  background-image: url(/pc/image-pc/common/level/vip7.png)
}
.com-user-level.vip8 {
  background-image: url(/pc/image-pc/common/level/vip8.png)
}
.com-user-level.vip9 {
  background-image: url(/pc/image-pc/common/level/vip9.png)
}
.com-user-level.vip10 {
  background-image: url(/pc/image-pc/common/level/vip10.png)
}
.com-user-level.vip11 {
  background-image: url(/pc/image-pc/common/level/vip11.png)
}
.com-user-level.vip12 {
  background-image: url(/pc/image-pc/common/level/vip12.png)
}
.account {
  cursor: pointer
}
.mail-unread .BIND_MEMBER_MAIL {
  position: relative
}
.mail-unread .BIND_MEMBER_MAIL:after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: red;
  position: absolute;
  top: 5px;
  right: 0;
  border-radius: 50%
}
.modal {
  overflow: hidden
}
#lazy-load-more-wrap {
  color: #fff;
  background-color: rgba(0,0,0,.8);
  width: 120px;
  margin: auto;
  border-radius: 999px;
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}
#lazy-load-more-wrap .weui-loadmore {
  margin: unset
}
.com-icon-refresh.com-spin {
  animation: comSpin 1s linear infinite
}
@keyframes comSpin {
  0% {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(1turn)
  }
}
.BIND_SET_HOME {
  display: none!important
}
header {
  max-width: 1920px;
  margin: 0 auto;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
  z-index: 200;
  box-shadow: 0 4px 18px 0 rgba(0,0,0,.1)
}
header .headerBG {
  height: 30px;
  width: 100%;
  background: transparent url(../image/index/head-address.png) no-repeat top;
  position: relative;
  z-index: 3
}
header input::-moz-placeholder {
  color: #fff;
  opacity: 1
}
header input:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}
header input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}
header .tips {
  font-size: 12px;
  width: 100%;
  height: 43px;
  line-height: 43px;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #313131
}
header .tips .header-tip {
  width: 1200px;
  margin: 0 auto
}
header .tips a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top
}
header .tips .flag-container,header .tips .time-container {
  display: inline-block;
  vertical-align: top;
  position: relative
}
header .tips .time-container {
  display: inline-block;
  vertical-align: top
}
header .tips .time-container .icon-time {
  width: 15px;
  height: 15px;
  transform: translateY(20%);
  margin-right: -2px;
  color: #fff
}
header .tips .time-container .EASTERNTIME {
  padding: 0 0 0 5px
}
header .tips .flag-container img {
  vertical-align: middle;
  margin: auto 2px
}
header .tips .link-container {
  width: 90%;
  height: 43px;
  line-height: 43px;
  position: relative;
  color: #f3de8b;
  font-size: 12px;
  display: inline-block;
  vertical-align: top
}
header .tips .link-container .tip-text-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  padding-left: 5px
}
header .tips .link-container .tip-text-wrap li.set-right {
  margin-left: auto
}
header .tips .link-container .tip-text-wrap li a {
  color: #c1c1c1
}
header .tips .link-container .tip-text-wrap li a:hover {
  color: #fad061
}
header .tips .link-container .tip-text-wrap li a.sparkle-red {
  animation: sparkleRed .5s infinite
}
header .tips .link-container .tip-text-wrap li a.sparkle-yellow {
  animation: sparkleYellow .5s infinite
}
header .tips .link-container .tip-text-wrap li:last-child a {
  color: red
}
header .tips .link-container .tip-text-wrap li:last-child a:hover {
  color: #fad061
}
header .tips .link-container .tip-text-wrap li .icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  color: #373737
}
header .tips .link-container .tip-text-wrap li .time-wrap {
  color: #989898
}
header .tips .link-container .tip-text-wrap .license-box {
  display: none;
  position: relative
}
header .tips .link-container .tip-text-wrap .license-box .license-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: 105px
}
header .tips .link-container .tip-text-wrap .license-enter {
  width: 338px;
  height: 233px;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 12
}
header .tips .link-container .tip-text-wrap .license-click {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 615px;
  height: 375px;
  z-index: 12
}
header .logo-container {
  position: absolute
}
header .logo-container,header .logo-container .logo,header .logo-container .sub-title {
  display: inline-block;
  vertical-align: top
}
header .logo-container .sub-title {
  position: absolute
}
header .logo-container #theLogo {
  cursor: pointer;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 50%;
  text-align: center
}

#theLogo{
	width: 275px;
	height: 73px;
	top: -90px;
	left: -10px;
	z-index: 20;
	background-image: url('../image/logo.png');
}

header .logo-container #theLogo .getflash {
  display: block;
  position: absolute;
  z-index: 12
}
header .logo-container #theLogo .getflash img {
  vertical-align: middle
}
header .logo-container #theLogo .getflash:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle
}
header .logo-container #theLogo .swf-hand {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer
}
header .login-main {
  height: 41px;
  line-height: 43px;
  border-bottom: 1px solid #d7be69
}
header .login-main .wrapper {
  width: 1205px
}
header .login-main .wrapper .login-wrap {
  position: relative;
  width: 100%
}
header .login-main .wrapper .login-wrap.is-try-login {
  min-width: 550px;
  text-align: right
}
header .login-main .wrapper .login-wrap.is-try-login .user-name {
  float: left;
  position: static!important;
  margin-left: 20px!important
}
header .login-main .wrapper .login-wrap.is-try-login .account {
  cursor: default
}
header .login-main .wrapper .login-wrap.is-try-login .account span:nth-child(2):hover {
  background-color: #494949!important;
  cursor: default!important
}
header .login-main .wrapper .login-wrap.is-try-login .newLine {
  float: left;
  position: static!important
}
header .login-main .wrapper .login-wrap .login-content .login-content-group {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle;
  margin: 0 2px;
  float: left
}
header .login-main .wrapper .form-group {
  display: inline-block;
  margin-top: 4px
}
header .login-main .wrapper .form-group.__password__:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #300;
  position: absolute;
  right: 2px;
  top: 2px
}
header .login-main .wrapper .form-group .login-input {
  outline: 0;
  width: 160px;
  height: 22px;
  border-radius: 0;
  color: #fff;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: textfield;
  background-color: #1b1b1b;
  -webkit-rtl-ordering: logical;
  cursor: text
}
header .login-main .wrapper .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px
}
header .login-main .wrapper .btn-group.login-btnForget {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 43%;
  top: 30%
}
header .login-main .wrapper .btn {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer
}
header .login-main .wrapper .btn.btn-register {
  background: url(../image/index/btn_register.png) no-repeat top
}
header .login-main .wrapper .btn.btn-register:hover {
  background: url(../image/index/btn_register.png) no-repeat bottom
}
header .login-main .wrapper .btn.btn-login {
  background: url(../image/index/btn_login.png) no-repeat top
}
header .login-main .wrapper .btn.btn-login:hover {
  background: url(../image/index/btn_login.png) no-repeat bottom
}
header .login-main .wrapper .btn.btn-try {
  background: url(../image/index/btn_freeTrail.png) no-repeat top
}
header .login-main .wrapper .btn.btn-try:hover {
  background: url(../image/index/btn_freeTrail.png) no-repeat bottom
}
header .login-main .wrapper .btn.btn-sms-login {
  background: url(../image/index/btn_mobile_login.png) no-repeat top
}
header .login-main .wrapper .btn.btn-sms-login:hover {
  background: url(../image/index/btn_mobile_login.png) no-repeat bottom
}
header .login-main .wrapper .btn.DO_LOGOUT {
  height: 34px;
  margin-top: 4px;
  background: url(../image/index/btn_logout.png) no-repeat top
}
header .login-main .wrapper .btn.DO_LOGOUT:hover {
  background: url(../image/index/btn_logout.png) no-repeat bottom
}
header .login-main .wrapper .btn.DO_LOGOUT span {
  visibility: hidden
}
header .login-main .wrapper .btn.btn-forget {
  background: url(../image/index/btn_forget.png) no-repeat top
}
header .login-main .wrapper .btn.btn-forget:hover {
  background: url(../image/index/btn_forget.png) no-repeat bottom
}
header .login-main .wrapper .before-login:before {
  content: "\7528\6237\767B\5F55   / login";
  float: left;
  width: 130px;
  height: 42px;
  padding-left: 30px;
  font-size: 14px;
  color: #f2d983;
  background: url(../image/index/right-arrow.png) no-repeat 0
}
header .login-main .wrapper .before-login .btn-group.btnForget {
  position: relative;
  margin: 0
}
header .login-main .wrapper .before-login .btn-group .btn {
  display: block;
  width: 110px;
  height: 34px;
  margin-top: 4px
}
header .login-main .wrapper .before-login .btn-group .btn span {
  visibility: hidden
}
header .login-main .wrapper .before-login .btn-group .btn.btn-forget {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0
}
header .login-main .wrapper .before-login .form-group {
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #313131;
  margin-right: 5px;
  width: 190px;
  position: relative;
  padding-left: 20px
}
header .login-main .wrapper .before-login .form-group:first-child {
  background: url(../image/index/login_user.jpg) no-repeat 6px
}
header .login-main .wrapper .before-login .form-group:nth-child(2) {
  background: url(../image/index/login_password.jpg) no-repeat 6px
}
header .login-main .wrapper .before-login .form-group .captcha-img {
  position: absolute;
  width: 60px;
  height: 26px;
  overflow: hidden;
  top: 2px;
  right: 6px
}
header .login-main .wrapper .before-login .form-group .captcha-img img {
  width: 100%;
  height: 24px
}
header .login-main .wrapper .logined {
  font-size: .875rem
}
header .login-main .wrapper .logined .login-info-wrap {
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  position: relative
}
header .login-main .wrapper .logined .login-info-wrap .member-personal-msg a p {
  color: #fff;
  display: inline-block
}
header .login-main .wrapper .logined .login-info-wrap .member-personal-msg a p i {
  display: none
}
header .login-main .wrapper .logined .login-info-wrap .member-personal-msg a p b {
  display: inline-block;
  width: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  transform: translateY(40%);
  color: #ebd25e
}
header .login-main .wrapper .logined .login-info-wrap .member-personal-msg a:hover p {
  color: #edc968
}
header .login-main .wrapper .logined .login-info-wrap .log-out {
  display: block;
  width: 110px
}
header .login-main .wrapper .logined .login-info-wrap .log-out a:after {
  display: none
}
header .login-main .wrapper .logined .login-info-wrap .text-info {
  height: 100%;
  font-size: 0;
  text-align: left
}
header .login-main .wrapper .logined .login-info-wrap .text-info.account {
  cursor: default
}
header .login-main .wrapper .logined .login-info-wrap .text-info.account a {
  width: 17px;
  height: 17px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 5px
}
header .login-main .wrapper .logined .login-info-wrap .text-info.account span:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  background-color: #494949;
  line-height: 20px;
  margin-left: 0;
  margin-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 70px;
  cursor: pointer
}
header .login-main .wrapper .logined .login-info-wrap .text-info.account span:nth-child(2):hover {
  background-color: #797979
}
header .login-main .wrapper .logined .login-info-wrap .text-info span {
  display: inline-block;
  vertical-align: middle;
  color: #fbe69a;
  font-size: .875rem
}
header .login-main .wrapper .logined .login-info-wrap .text-info span:first-child {
  color: #fff
}
header .login-main .wrapper .logined .login-info-wrap .text-info span:nth-child(2) {
  color: #fad061;
  margin: 0 10px
}
header .login-main .wrapper .logined .login-info-wrap .text-info a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px
}
header .login-main .wrapper .logined .login-info-wrap .text-info.user-name span:nth-child(2) {
  color: #fad061;
  margin: 0 10px;
  max-width: 95px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block
}
header .login-main .wrapper .logined .login-info-wrap .text-info.newLine {
  min-width: 195px
}
header .login-main .wrapper .logined .login-info-wrap .btn-group {
  position: relative;
  width: 90px;
  height: 100%;
  text-align: center
}
header .login-main .wrapper .logined .login-info-wrap .btn-group.log-out {
  width: 110px
}
header .login-main .wrapper .logined .login-info-wrap .btn-group .btn {
  text-align: center;
  color: #fff
}
header .login-main .wrapper .logined .login-info-wrap .btn-group .btn:before {
  content: "|";
  color: #595758;
  float: right;
  margin: -1px -1px auto auto;
  pointer-events: none;
  font-weight: 100;
  font-size: 18px;
  font-family: initial
}
header .login-main .wrapper .logined .login-info-wrap .btn-group .btn:hover {
  color: #edc968
}
header .login-main .wrapper .logined .login-info-wrap .btn-group .btn.BIND_MEMBER_MAIL:before {
  margin: -1px -1px auto auto!important;
  float: left!important
}
#imgR {
  position: relative
}
.mail-unread .BIND_MEMBER_MAIL:after {
  top: -4px;
  right: -10px
}
@keyframes sparkleRed {
  0% { color: red}
  49% { color: red}
  50% { color: #c1c1c1}
  99% { color: #c1c1c1}
  to { color: red}
}
@keyframes sparkleYellow {
  0% { color: #ff0}
  49% { color: #ff0}
  50% { color: #c1c1c1}
  99% { color: #c1c1c1}
  to { color: #ff0}
}
#news {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: rgba(0,0,0,.8);
  margin-top: -35px
}
.scroll {
  width: 1100px;
  height: 35px;
  margin: 0 auto
}
.scroll .news-main {
  position: relative;
  cursor: default
}
.scroll .news-main .news-header {
  float: left;
  width: 12%;
  height: 35px;
  line-height: 35px;
  color: #ecc866;
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 20px
}
.scroll .news-main .scroll-box {
  width: 86%;
  height: 35px;
  line-height: 35px;
  float: left;
  overflow: hidden;
  box-sizing: border-box
}
.scroll .news-main .scroll-box marquee a {
  cursor: pointer;
  color: #fff
}
.scroll .news-main .scroll-box marquee span {
  cursor: default;
  color: #fff
}
header .login-main .wrapper .logined .login-info-wrap .text-info:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle
}
.menu .menu-main>li.hot:after {
  width: 19px;
  top: -20px;
  right: 3px;
  background-image: url(/pc/image-pc/nav/hot/10.gif)
}
.menu .menu-main>li.hot4:after,.menu .menu-main>li.hot:after {
  height: 23px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none
}
.menu .menu-main>li.hot4:after {
  width: 22px;
  top: 0;
  right: 1px;
  background-image: url(/pc/image-pc/nav/hot/07.gif)
}
@keyframes colorRed {
  0% { color: #fff }
  to { color: red }
}
.menus {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #313131
}
@keyframes colorS1 {
  0% { color: #ff1e00 }
  49% { color: #ff1e00 }
  50% { color: #fff }
  99% { color: #fff }
  to { color: #ff1e00 }
}
#menu {
  width: 100%!important;
  max-width: 1200px;
  margin: auto
}
#menu .menu-main {
  float: right
}
#menu .ROUTER_GAME p,#menu .ROUTER_GAME span,#menu .ROUTER_PROMOTIONS p,#menu .ROUTER_PROMOTIONS span {
  animation: colorS1 .5s infinite;
  -moz-animation: colorS1 .5s infinite;
  -webkit-animation: colorS1 .5s infinite;
  -o-animation: colorS1 .5s infinite
}
.menu {
  width: 100%;
  height: 100px;
  margin: auto;
  position: absolute;
  cursor: default;
  z-index: 5
}
.menu .menu-main {
  display: block;
  margin: auto;
  padding-top: 30px
}
.menu .menu-main>li {
  width: 90px;
  height: 67px;
  float: left;
  position: relative;
  zoom:1}
.menu .menu-main>li.active,.menu .menu-main>li.focus,.menu .menu-main>li:hover {
  border-bottom: 3px solid #eccc93
}
.menu .menu-main>li.color-red a {
  animation: colorRed 1s infinite;
  -moz-animation: colorRed 1s infinite;
  -webkit-animation: colorRed 1s infinite;
  -o-animation: colorRed 1s infinite
}
.menu .menu-main>li.color-red a:hover {
  color: #ff0;
  animation: s 1s infinite;
  -moz-animation: s 1s infinite;
  -webkit-animation: s infinite;
  -o-animation: s 1s infinite
}
.menu .menu-main>li>a {
  width: 100%;
  height: 40px;
  display: block;
  text-align: center;
  border-left: 1px solid #272727
}
.menu .menu-main>li>a span {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 700
}
.menu .menu-main>li>a p {
  position: absolute;
  top: 24px;
  width: 100%;
  font-size: 12px;
  color: #666;
  left: 0
}
.menu .menu-main>li>a:after {
  height: 12px;
  top: 18px;
  right: -1px;
  display: block;
  border-width: 0 1px;
  border-style: solid;
  position: absolute
}
.menu .menu-main>li:last-child a:after {
  display: none
}
.menu .menu-main>li .menu-sub {
  border: 2px solid #ffd053;
  transition: 0s
}
.menu .menu-main>li .menu-sub .menu-list-ul li a {
  border-bottom: 1px dotted hsla(0,0%,100%,.15);
  color: #fff
}
.menu .menu-main>li .menu-sub .menu-list-ul li:hover a {
  color: #ffd053;
  background-color: rgba(0,0,0,.8)
}
.footer-container {
  width: 100%;
  background: #171717;
  position: relative;
  overflow: hidden;
  color: #999
}
.footer-container .footer-service {
  text-align: center;
  font-size: 12px;
  line-height: 44px;
  background: #7f0007
}
.footer-container .footer-service .footer-service-ul li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  line-height: 20px;
  border-right: 1px solid #ffdfa6
}
.footer-container .footer-service .footer-service-ul li:last-child {
  border-right: none
}
.footer-container .footer-service .footer-service-ul li span {
  color: #999;
  padding-left: 32px;
  display: inline-block;
  cursor: pointer
}
.footer-container .footer-service .footer-service-ul li span.icon_1 {
  background: url(/pc/image-pc/footer/icon_1.png) no-repeat 0 0
}
.footer-container .footer-service .footer-service-ul li span.icon_2 {
  background: url(/pc/image-pc/footer/icon_2.png) no-repeat 0 0
}
.footer-container .footer-service .footer-service-ul li span.icon_3 {
  background: url(/pc/image-pc/footer/icon_3.png) no-repeat 0 0
}
.footer-container .footer-service .footer-service-ul li span.icon_4 {
  background: url(/pc/image-pc/footer/icon_4.png) no-repeat 0 0
}
.footer-container .footer-service .footer-service-ul li span.icon_5 {
  background: url(/pc/image-pc/footer/icon_5.png) no-repeat 0 0
}
.footer-container .footer-main {
  margin: 0 auto;
  overflow: hidden;
  height: 160px;
  background-color: #171717
}
.footer-container .footer-main .footer-nav {
  width: 100%;
  height: 35px;
  overflow: hidden;
  text-align: center
}
.footer-container .footer-main .footer-nav a {
  color: #999;
  line-height: 53px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 10px
}
.footer-container .footer-main .footer-nav a:hover {
  color: #edc968
}
.footer-container .footer-main .footer-nav a:after {
  content: "|";
  display: inline-block;
  margin-top: -1px;
  padding: 0 10px;
  color: #999;
  pointer-events: none;
  position: absolute
}
.footer-container .footer-main .footer-nav a:last-child:after {
  display: none
}
.footer-container .footer-img {
  display: block;
  padding: 20px;
  background: #1a1a22;
  text-align: center;
  height: 40px;
  border-bottom: 1px solid #333
}
.footer-container .footer-copyright {
  width: 100%;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  cursor: default
}
.footer-container .footerBG {
  display: block;
  height: 40px;
  margin: 20px 0;
  background: url(//cdnnpuatgpo.idc-oob.site/stc/bt/j001/image/index/footer_b_01.png) no-repeat 50%
}
.float-r {
  float: right
}
.col,.float-l {
  float: left
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
  box-sizing: border-box;
  display: inline-block
}
.col-1 {
  width: 100%
}
.col-2 {
  width: 50%
}
.col-3 {
  width: 33.33333%
}
.col-4 {
  width: 25%
}
.col-5 {
  width: 20%
}
.col-6 {
  width: 16.66667%
}
.col-7 {
  width: 14.28571%
}
.col-8 {
  width: 12.5%
}
.col-9 {
  width: 11.11111%
}
.col-10 {
  width: 10%
}
.col-11 {
  width: 9.09091%
}
.col-12 {
  width: 8.33333%
}
.form-group {
  margin-bottom: 5px
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-control.login-input {
  height: 20px;
  padding: 3px
}
/*!
*  Design for t8889 template login-template-1
*  Author : Annie
*  Date : 2017/12/28
*/
.promo-wrap {
  width: 100%;
  min-height: 600px;
  height: auto;
  position: relative
}
.promo-wrap .promo-nav-wrap {
  width: 100%;
  margin: 40px 0
}
.promo-wrap .promo-nav-wrap .promo-nav {
  width: 1100px;
  margin: 0 auto
}
.promo-wrap .promo-nav-wrap .promo-nav li {
  display: inline-block;
  min-width: 120px;
  list-style: none;
  margin: 0 5px
}
.promo-wrap .promo-nav-wrap .promo-nav li a {
  display: block;
  cursor: pointer;
  width: 100%;
  line-height: 48px;
  text-align: center;
  color: #16c38d
}
.promo-wrap .promo-nav-wrap .promo-nav li a.active {
  color: #fff;
  background-color: #16c38d
}
.promo-content-wrap .promo-content {
  width: 1100px;
  margin: 0 auto
}
.panel {
  outline: 0;
  width: 928px;
  margin: 10px auto;
  box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel,.panel .activity-banner {
  cursor: pointer
}
.panel .activity-banner,.panel .banner-collapse {
  width: 100%;
  line-height: 2em
}
.panel .activity-banner img,.panel .banner-collapse img {
  width: 100%
}
.panel .banner-collapse {
  display: none
}
body {
  background-color: #1b1b1b;
  background-repeat: no-repeat;
  background-position: center 431px;
  display: block;
  min-width: 1260px
}
body .router-view {
  max-width: 1920px;
  margin: auto
}
body .router-view .fade-enter-active {
  transition: all 2s ease
}
body .router-view .fade-leave-active {
  transition: all .1s ease
}
body .router-view .fade-enter,body .router-view .fade-leave-to {
  opacity: 0
}
body #doc .downlistUL a {
  display: block
}
body #app .pop-layer .pop-left,body #app .pop-layer .pop-right {
  z-index: 888
}
body #app .pop-layer .pop-right .rightarrow {
  left: -44px
}
body .wrapper {
  margin: 0 auto;
  position: relative
}
body .login-wrap {
  font-size: 14px
}
body #game,body #promo,body #sport,body #video {
  margin: 0 auto
}
body #promo,body #sport {
  width: 1100px;
  border: 2px solid #94020a;
  background: #480004
}
body #sport .sport-lobby {
  margin: 0 auto
}
body #sport .sport-items-main a {
  border: 1px solid #302f2f
}
body #sport .sport-items-main h3,body #sport .sport-items-main p {
  color: #fff
}
body #sport .sport-items-main:hover a {
  border: 1px solid #fed154
}
body #sport .sport-items-main:hover h3,body #sport .sport-items-main:hover p,body.style-gray #sport .sport-items-main:hover p {
  color: #16c38d
}
body #promo .promo-nav-wrap {
  margin-top: 0
}
body #promo .promo-nav-wrap .promo-nav li {
  margin: 0
}
body #promo .promo-nav-wrap .promo-nav li a {
  color: #fff
}
body #promo .promo-nav-wrap .promo-nav li a.active {
  color: #fff;
  background-color: #c1a84c
}
body .router-view {
  background-repeat: no-repeat;
  background-position: top
}
body .router-view>div>div:not(.index) {
  padding: 0 0 40px
}
body .router-view>div>div.mobile-main {
  padding: 0 0 40px
}
body .router-view#docView,body .router-view#registerView {
  padding: 40px 0
}
body .inside-wrapper {
  position: relative;
  height: 280px;
  overflow: hidden;
  min-width: 1260px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}
body .inside-wrapper .inside-banner {
  position: absolute
}
body .inside-news {
  width: 100%;
  transform: translateY(-30px);
  background: #000
}
body .inside-news .scroll {
  width: 1000px;
  margin: auto
}
#app .banner-container {
  margin: 0 auto;
  overflow: hidden
}
#app .banner-container .banner-main.no-rwd {
  width: 100%;
  height: 466px;
  min-width: 1000px;
  max-width: 1920px;
  min-height: auto;
  margin: 0 auto
}
#app .banner-container .banner-main.no-rwd .slidesjs-container {
  width: 1920px;
  height: 466px;
  left: 50%;
  transform: translateX(-50%)
}
#app .banner-container .banner-main.no-rwd .slidesjs-container .slidesjs-control {
  width: 1920px;
  height: 466px
}
#app .banner-container .banner-main.no-rwd .slidesjs-container .slidesjs-control a {
  min-width: 1000px
}
#app .banner-container .banner-main.no-rwd .slidesjs-container .slidesjs-control a img {
  height: 466px
}
#app .banner-container .slidesjs-navigation {
  display: none
}
#app .inside-wrapper {
  height: 280px;
  margin-top: -2px
}
#app .inside-wrapper .inside-banner {
  top: 0
}
#app .inside-wrapper #news {
  top: 310px
}
#app .inside-wrapper #news .news-main .scroll-box {
  width: 82%;
  margin-left: 25px
}
body.style-gray {
  min-width: 1400px!important
}
body.style-gray,body.style-gray .index {
  position: relative
}
body.style-gray .banner-container {
  height: auto;
  background: #20140c;
  position: relative;
  margin-top: -30px
}
body.style-gray .black-dot {
  background: #20140c
}
body.style-gray .black-dot .black-mod-menu a {
  background: #000;
  color: #fff
}
body.style-gray .lottery-games {
  background: #262626
}
body.style-gray .lottery-games h3.lottery-text {
  color: #fff
}
body.style-gray .product-more {
  background: #20140c
}
body.style-gray .product-more .product-main .product-box li h3,body.style-gray .product-more .product-main h3.product-text {
  color: #fff
}
body.style-gray .product-more .product-main .product-box li .product-line {
  background: #fff
}
body.style-gray .product-more .product-main .product-box li p {
  color: #ababab
}
body.style-gray .inside-wrapper {
  background: #000
}
body.style-gray .router-view {
  position: relative
}
body.style-gray #cardView,body.style-gray #gameView {
  background-image: none!important
}
body.style-gray #promo,body.style-gray #sport {
  border: 0;
  background: transparent
}
body.style-gray .right-wrap .rightWarp .downlist .downlistUL li {
  background: #480004
}
#aboutus li,#alliance p {
  font-size: 14px
}
#alliance p {
  margin-bottom: 10px;
  line-height: 2em;
  color: #fff
}
.lottery_bases:before {
  background: url(/pc/image-pc/lotto/lotto-11.png) no-repeat 50%;
  background-size: 55%
}
.promo-main .ac-detail {
  background-color: #fff
}
.sms-modal {
  left: -80px
}
.sms-modal.ne-captcha {
  left: 115px
}
.ne-captcha {
  left: 200px
}
.login-main .wrapper .login-wrap {
  left: 0
}
.icon_fish_BG.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg_en.png)
}
.icon_fish_BG-W.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg-w_en.png)
}
.footerService {
  width: 1100px;
  padding: 16px 0;
  height: 72px;
  box-sizing: border-box;
  border: 1px solid #2d2d2d;
  border-left: 0;
  border-right: 0;
  margin-top: 20px
}
.footerService ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px
}
.footerService ul li {
  text-align: left;
  height: 40px;
  line-height: 20px;
  box-sizing: border-box;
  padding-left: 50px;
  background: url(../image/index/icon_mail.png) no-repeat 0
}
.footerService ul li a {
  color: #999;
  cursor: default;
  font-size: 14px
}
.mod1 {
  background-image: url(../image/index/content_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0
}
.mod1 .wrapper {
  width: 1100px
}
.mod1 .title {
  text-align: center
}
.mod1 .title>div {
  width: 405px;
  height: 29px;
  margin: 0 auto;
  background-image: url(../image/index/circle_title.png);
  background-repeat: no-repeat;
  background-size: cover
}
.mod1 .title .cn {
  color: #666;
  margin-top: 22px;
  margin-bottom: 40px;
  font-size: 12px
}
.mod1 ul {
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
.mod1 ul,.mod1 ul li {
  display: -ms-inline-flexbox;
  display: inline-flex
}
.mod1 ul li {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.mod1 ul li:hover {
  opacity: .7
}
.mod1 ul li:not(:last-child):after {
  content: "";
  width: 11px;
  height: 186px;
  background-image: url(../image/index/dexli.png);
  margin-left: 55px
}
.mod1 ul li:not(:last-child):after,.mod1 ul li a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain
}
.mod1 ul li a {
  text-align: center
}
.mod1 ul li a p {
  margin: 3px 0;
  font-size: 16px
}
.mod1 ul li a span {
  color: #666;
  font-size: 12px
}
.bgzf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171717;
  padding-top: 12px
}
.modBOX {
  background: url(../image/index/home_tab_bg.jpg) no-repeat top;
  height: 780px;
  padding: 10px 0;
  border-bottom: 1px solid #252525;
  background-color: #171717;
  background-position: 50%
}
.mod2 {
  color: #fff
}
.mod2 .wrapper {
  width: 1100px
}
.mod2 .mod2TIT {
  height: 120px;
  padding: 20px 0
}
.mod2 .mod2TIT .item {
  width: 360px;
  margin-right: 10px;
  height: 110px;
  background-color: #252525;
  margin-bottom: 10px;
  float: left;
  text-align: center
}
.mod2 .mod2TIT .item .en {
  font-size: 18px;
  color: #696969;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 10px
}
.mod2 .mod2TIT .item .num {
  color: #edca69;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px
}
.mod2 .mod2TIT .item .line {
  width: 21px;
  height: 2px;
  background-color: #666;
  margin: auto
}
.mod2 .mod2TIT .item:last-child {
  margin-right: 0
}
.mod2 .mod2CONT {
  height: 120px;
  margin-bottom: 20px;
  background: rgba(37,37,37,.5)
}
.mod2 .mod2CONT>div {
  float: left;
  height: 110px
}
.mod2 .mod2CONT>div.left-title {
  width: 270px;
  background: url(../image/index/left-title.png) no-repeat 50%
}
.mod2 .mod2CONT>div.right-list {
  width: 400px;
  box-sizing: border-box;
  padding: 0 10px 0 30px;
  margin-top: 20px;
  border-left: 1px solid #333;
  height: 85px;
  padding-top: 5px
}
.mod2 .mod2CONT>div.right-list>div {
  height: 80px;
  position: relative;
  overflow: hidden
}
.mod2 .mod2CONT>div.right-list>div ul {
  position: relative;
  top: 0
}
.mod2 .mod2CONT>div.right-list>div ul li {
  margin-bottom: 8px;
  height: 18px;
  line-height: 18px
}
.mod2 .mod2CONT>div.right-list>div ul li span {
  font-size: 12px;
  float: left
}
.mod2 .mod2CONT>div.right-list>div ul li span:first-child {
  color: #696969;
  width: 75px
}
.mod2 .mod2CONT>div.right-list>div ul li span:nth-child(2) {
  color: #fff;
  width: 120px
}
.mod2 .mod2CONT>div.right-list>div ul li span:nth-child(3) {
  color: #696969;
  width: 95px
}
.mod2 .mod2CONT>div.right-list>div ul li span:nth-child(4) {
  color: #edca69;
  width: 68px
}
.mainMiddle {
  width: 1100px;
  height: 412px;
  margin: auto;
  margin-top: 30px
}
.mainMiddle .listsss {
  width: 260px;
  float: left
}
.mainMiddle .listsss button {
  width: 260px;
  height: 30px;
  box-sizing: border-box;
  padding: 10px 0 0;
  cursor: pointer
}
.mainMiddle .listsss .mainNav {
  overflow: hidden
}
.mainMiddle .listsss .mainNav ul {
  position: relative;
  top: 0
}
.mainMiddle .listsss .mainNav li {
  width: 100%;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 2px;
  background-color: #252525;
  cursor: pointer;
  position: relative
}
.mainMiddle .listsss .mainNav li .icon-hot {
  position: absolute;
  right: 20px;
  top: 10px
}
.mainMiddle .listsss .mainNav li.active a,.mainMiddle .listsss .mainNav li:hover a {
  border: 3px solid #edc968
}
.mainMiddle .listsss .mainNav li a {
  pointer-events: none;  /* jquery mouseenter 會被他觸發。 */
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid #252525
}
.mainMiddle .listsss .mainNav li a div {
  cursor: pointer
}
.mainMiddle .listsss .mainNav li a .img-wrap {
  width: 120px;
  height: 42px;
  text-align: center
}
.mainMiddle .listsss .mainNav li a .txt p {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
.mainMiddle .listsss .mainNav li a .txt span {
  text-transform: uppercase;
  color: #666;
  font-size: 12px
}
.mainMiddle .tabBox {
  width: 830px;
  border: 10px solid #252525;
  border-left: 0;
  float: right;
  height: 388px
}
.mainMiddle .tabBox>div {
  display: none
}
.mainMiddle .tabBox>div.active {
  display: block
}
.mainMiddle .tabBox .ulList {
  width: 73%;
  height: 404px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  position: relative;
  z-index: 2
}
.mainMiddle .tabBox .ulList li {
  display: block;
  float: left;
  width: 190px;
  height: 178px;
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer
}
.mainMiddle .tabBox .ulList li:hover .bgBox {
  display: block
}
.mainMiddle .tabBox .ulList li a {
  display: block;
  position: relative
}
.mainMiddle .tabBox .ulList li a div {
  cursor: pointer
}
.mainMiddle .tabBox .ulList li a:hover {
  background-color: #edc968
}
.mainMiddle .tabBox .ulList li a:hover:before {
  display: none
}
.mainMiddle .tabBox .ulList li a:hover .titles img {
  transform: scale(.95)
}
.mainMiddle .tabBox .ulList li a:hover div {
  background-color: #edc968
}
.mainMiddle .tabBox .ulList li a:hover .title {
  color: #6c3204!important
}
.mainMiddle .tabBox .ulList li a:hover .star {
  background: url(../image/index/tab-star-hover.jpg) repeat-x 50%!important
}
.mainMiddle .tabBox .ulList li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 120px;
  background-color: #000;
  opacity: .5;
  top: 0;
  left: 0
}
.mainMiddle .tabBox .ulList li a.hot:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 73px;
  height: 73px;
  background: url(../image/index/hot_game.png) no-repeat 50%
}
.mainMiddle .tabBox .ulList li a .titles {
  width: 190px;
  height: 120px;
  overflow: hidden;
  box-sizing: border-box
}
.mainMiddle .tabBox .ulList li a .titles img {
  display: block;
  max-width: 100%
}
.mainMiddle .tabBox .ulList li a .txt {
  height: 57px;
  background-color: #252525;
  text-align: center
}
.mainMiddle .tabBox .ulList li a .txt .title {
  padding-top: 14px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px
}
.mainMiddle .tabBox .ulList li a .txt .star {
  background: url(../image/index/tab-star.jpg) repeat-x 50%;
  margin: 0 auto;
  height: 10px;
  width: 55px
}
.mainMiddle .tabBox .ulList li a .bgBox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 171px;
  height: 147px;
  background: url(../image/index/slot/game_h.png) repeat;
  cursor: pointer
}
.mainMiddle .tabBox .ulList li a .bgBox p {
  width: 100px;
  font-size: 14px;
  margin: 57px auto 0;
  color: #ffd053;
  border: 2px solid #ffd053;
  text-align: center;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer
}
.mainMiddle .tabBox .ulList li p {
  width: 90%;
  height: 40px;
  line-height: 40px;
  padding: 0 5%;
  background-color: #363636
}
.mainMiddle .tabBox .ulList li p span {
  float: left;
  font-size: 14px;
  color: #fff
}
.mainMiddle .tabBox .ulList li p .star {
  margin-top: 2px;
  float: right
}
.mainMiddle .tabBox .listsssBG {
  float: left;
  width: 20%;
  position: relative;
  z-index: 1
}
.mainMiddle .tabBox>div:first-child .listsssBG {
  top: -37px;
  left: -60px
}
.mainMiddle .tabBox>div:nth-child(2) .listsssBG {
  top: -46px;
  left: -65px
}
.mainMiddle .tabBox>div:nth-child(3) .listsssBG {
  top: -8px;
  left: -90px
}
.mainMiddle .tabBox>div:nth-child(4) .listsssBG {
  top: -3px;
  left: -165px
}
.mainMiddle .tabBox>div:nth-child(5) .listsssBG {
  top: -36px;
  left: -60px
}
.gameMore {
  height: 60px;
  line-height: 60px;
  width: 1100px;
  text-align: center;
  background-color: #1a1a1a;
  margin: 0 auto;
  position: relative
}
.gameMore span {
  position: absolute;
  left: 50%;
  margin-left: -42px;
  padding-right: 20px;
  color: #666;
  cursor: pointer
}
.gameMore span:hover {
  color: #bba047
}
.icon_fish_BG.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg_en.png)
}
.icon_fish_BG-W.en-US:before {
  background-image: url(/pc/image-pc/nav/icon/fish_bg-w_en.png)
}
.home-mobile {
  padding: 50px 0 35px;
  border-bottom: 1px solid #252525;
  height: 407px;
  background: #1b1b1b;
  box-sizing: border-box
}
.home-mobile>div {
  padding: 40px;
  box-sizing: border-box;
  height: 321px;
  background-color: #171717;
  position: relative;
  width: 1100px
}
.home-mobile>div .left-txt {
  width: 404px;
  float: left
}
.home-mobile>div .left-txt .title {
  font-size: 30px;
  color: #edc968;
  margin-bottom: 11px
}
.home-mobile>div .left-txt .en {
  font-size: 14px;
  color: #edc968;
  padding-bottom: 30px;
  border-bottom: 1px solid #252525;
  margin-bottom: 20px
}
.home-mobile>div .left-txt .cn {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  margin-bottom: 30px
}
.home-mobile>div .left-txt>a {
  display: block;
  width: 148px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #383838;
  color: #fff
}
.home-mobile>div .left-txt>a .iconfont {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #666
}
.home-mobile>div .left-txt>a:hover {
  border: 1px solid #edc968;
  color: #edc968
}
.home-mobile>div .left-txt>a:hover .iconfont {
  border-color: transparent transparent transparent #edc968
}
.home-mobile>div .right-img {
  position: absolute;
  right: 0;
  top: 0
}
.home-mobile>div .right-img P {
  display: block;
  width: 591px;
  height: 392px;
  background: url(../image/index/mobile-img.jpg) no-repeat 50%;
  position: relative;
  top: -52px;
  right: 50px
}
.home-mobile>div .right-img span {
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 122px;
  right: 60px
}
.home-mobile>div .right-img span img {
  display: block;
  max-width: 100%
}
.home-about {
  height: 456px;
  background-color: #171717
}
.home-about .wrapper {
  width: 1100px
}
.home-about .top-wrap {
  padding-top: 50px;
  position: relative
}
.home-about .top-wrap .title {
  font-size: 24px;
  color: #666;
  margin-bottom: 30px
}
.home-about .top-wrap .title span {
  color: #edc968
}
.home-about .top-wrap .cn {
  font-size: 12px;
  color: #666;
  line-height: 26px;
  width: 730px;
  margin-bottom: 30px
}
.home-about .top-wrap>div {
  position: absolute;
  right: 0;
  top: 0;
  width: 291px;
  height: 238px;
  background: url(../image/index/about-img.png) no-repeat 50%
}
.home-about .btm-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-image: url(../image/index/deximg4bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px
}
.home-about .btm-wrap .data-txt .title {
  font-size: 20px;
  color: #edc968;
  margin-bottom: 18px
}
.home-about .btm-wrap .data-txt li {
  font-size: 13px;
  color: #666;
  margin-bottom: 13px
}
.home-about .btm-wrap .data-txt li .line {
  display: inline-block;
  width: 165px;
  font-size: 12px;
  background-color: #232323;
  border-radius: 10px;
  margin-left: 10px
}
.home-about .btm-wrap .data-txt li .line p {
  color: #172034;
  background-color: #edc968;
  border-radius: 10px;
  display: inline-block;
  text-align: left;
  padding: 3px 0 3px 10px
}

div.slot-banner {
  background: url(../image/banner/inside_slot.jpg) no-repeat center top;
  height: 280px;
}
div.live-banner {
  background: url(../image/banner/inside_live.jpg) no-repeat center top;
  height: 280px;
}
div.lottery-banner {
  background: url(../image/banner/inside_lottery.png) no-repeat center top;
  height: 280px;
}
div.qp-banner {
  background: url(../image/banner/inside_card.jpg) no-repeat center top;
  height: 280px;
}
div.prefer-banner {
  background: url(../image/banner/inside_prom.jpg) no-repeat center top;
  height: 280px;
}
div.fish-banner {
  background: url(../image/banner/inside_fish.jpg) no-repeat center top;
  height: 280px;
}
div.sport-banner {
  background: url(../image/banner/inside_sport.jpg) no-repeat center top;
  height: 280px;
}
div.license_prop_img {
  background: url(../image/index/license_img.jpg) no-repeat center top;
  height: 410px;
  width: 500px;
  position: absolute;
  top: 10vw;
  left: 16vw;
  z-index: 999;
}
div.license_prop_img span{
  font-size: 15pt;
  cursor: pointer;
  position: inherit;
  right: 8px;
  top: -4px;
}
