.ellipsis {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.ellipsisHH {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.ellipsisHH {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-line-clamp: 2
}

.a-r {
  cursor: pointer
}

.ax-backtop .ax-item>a,
.ax-message .ax-close,
.ax-row,
.ax-dialog[data-footerType=line] .ax-dialog-footer a,
.ax-dialog .ax-dialog-wrapper>.ax-dialog-close,
.ax-dialog,
.svg-icon,
.img-icon,
.flex-center,
.flex,
.qrcode>a,
.qrcode,
.win-nav:not(:last-child),
.listicon .lii,
#new-footer .hotmenu .ax-toggle,
#new-footer .hotmenu dl,
.ball b,
.ax-message,
.flex-col,
body,
.loading,
.dropmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flex-inline,
.a-r {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ax-message,
.flex-col,
body,
.loading,
.dropmenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ax-backtop .ax-item>a,
.ax-message .ax-close,
.ax-message,
.ax-dialog[data-footerType=line] .ax-dialog-footer a,
.ax-dialog .ax-dialog-wrapper>.ax-dialog-close,
.ax-dialog,
.svg-icon,
.img-icon,
.flex-center,
.flex-align,
.loading,
.listicon .lii,
#new-footer .hotmenu .ax-toggle,
.ball b,
.btn-d,
.btn-b,
.a-r {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ax-backtop .ax-item>a,
.ax-message .ax-close,
.ax-dialog[data-footerType=line] .ax-dialog-footer a,
.ax-dialog .ax-dialog-wrapper>.ax-dialog-close,
.ax-dialog,
.svg-icon,
.img-icon,
.flex-center,
.flex-justify,
.loading,
.listicon .lii,
#new-footer .hotmenu .ax-toggle,
.ball b,
.btn-d,
.btn-b {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.lottery-link .img-icon,
.lottery-title h2::after,
.win .icon-redo,
.listicon .lii::before,
#new-footer .hotmenu .ax-toggle .svg-icon::before {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.animate,
.animate::before,
.animate::after,
.a-r.a-b::after {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear
}

.btn-d,
.btn-b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  border-width: .1rem;
  border-style: solid;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.btn-d:active,
.btn-b:active {
  opacity: 1
}

.btn-p {
  color: #fff;
  background-color: #1678ff;
  border-color: #1678ff
}

@media(hover: hover) {
  .btn-p:hover {
    color: #fff;
    background-color: rgb(62.8, 143.6394849785, 255);
    border-color: rgb(47.5, 134.7746781116, 255)
  }
}

.btn-p:active {
  color: hsl(0, 0%, 95%);
  background-color: rgb(0, 105.7811158798, 251.5);
  border-color: rgb(0, 105.7811158798, 251.5)
}

.btn-p-l {
  color: #1678ff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1678ff
}

@media(hover: hover) {
  .btn-p-l:hover {
    color: #fff;
    background-color: #1678ff;
    border-color: #1678ff
  }
}

.btn-p-l:active {
  color: hsl(0, 0%, 95%);
  background-color: rgb(0, 105.7811158798, 251.5);
  border-color: rgb(0, 105.7811158798, 251.5)
}

.btn-w {
  color: #333;
  background-color: #fff;
  border-color: #dbdbdb
}

@media(hover: hover) {
  .btn-w:hover {
    color: hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 97%);
    border-color: hsl(0, 0%, 82.8823529412%)
  }
}

.btn-w:active {
  color: hsl(0, 0%, 10%);
  background-color: hsl(0, 0%, 94%);
  border-color: rgb(203.7, 203.7, 203.7)
}

.btn-g {
  color: #333;
  background-color: #f7f7f7;
  border-color: #dbdbdb
}

@media(hover: hover) {
  .btn-g:hover {
    color: hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 93.862745098%);
    border-color: hsl(0, 0%, 82.8823529412%)
  }
}

.btn-g:active {
  color: hsl(0, 0%, 10%);
  background-color: rgb(231.7, 231.7, 231.7);
  border-color: rgb(203.7, 203.7, 203.7)
}

.btn-h {
  color: #fff;
  background-color: #888;
  border-color: #888
}

@media(hover: hover) {
  .btn-h:hover {
    color: hsl(0, 0%, 95%);
    background-color: hsl(0, 0%, 50.3333333333%);
    border-color: hsl(0, 0%, 50.3333333333%)
  }
}

.btn-h:active {
  color: hsl(0, 0%, 90%);
  background-color: rgb(120.7, 120.7, 120.7);
  border-color: rgb(120.7, 120.7, 120.7)
}

.btn-l {
  color: #1678ff;
  background-color: #e8f2ff;
  border-color: #b9d7ff
}

@media(hover: hover) {
  .btn-l:hover {
    color: rgb(0, 105.7811158798, 251.5);
    background-color: rgb(216.7, 233.352173913, 255);
    border-color: rgb(169.7, 206.2571428571, 255)
  }
}

.btn-l:active {
  color: rgb(0, 95.0557939914, 226);
  background-color: rgb(201.4, 224.7043478261, 255);
  border-color: rgb(154.4, 197.5142857143, 255)
}

.btn-r-l {
  color: #ff3b30;
  background-color: #ffeaea;
  border-color: #ffbfbf
}

@media(hover: hover) {
  .btn-r-l:hover {
    color: rgb(255, 34.8550724638, 22.5);
    background-color: rgb(255, 218.7, 218.7);
    border-color: rgb(255, 175.7, 175.7)
  }
}

.btn-r-l:active {
  color: rgb(252, 13.3913043478, 0);
  background-color: rgb(255, 203.4, 203.4);
  border-color: rgb(255, 160.4, 160.4)
}

.btn-r {
  color: #fff;
  background-color: #ff3b30;
  border-color: #ff3b30
}

@media(hover: hover) {
  .btn-r:hover {
    color: #fff;
    background-color: rgb(255, 97.631884058, 88.8);
    border-color: rgb(255, 83.1449275362, 73.5)
  }
}

.btn-r:active {
  color: hsl(0, 0%, 95%);
  background-color: rgb(255, 34.8550724638, 22.5);
  border-color: rgb(255, 34.8550724638, 22.5)
}

.img-icon::before,
.ax-message .ax-close:before,
.svg-icon::before,
.loading:before,
.winbox .today .cz::after,
.a-r::after {
  content: "";
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.ax-message .ax-close:before,
.svg-icon::before,
.loading:before,
.winbox .today .cz::after,
.a-r::after {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  -webkit-mask-image: url("")
}

.img-bg,
.ball b,
.img-icon::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.ball b {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.win .ball.kl8 b {
  min-width: 2.6rem;
  height: 2.6rem;
  font-size: 1.3rem
}

.ball b {
  min-width: 2.8rem;
  height: 2.8rem;
  font-size: 1.4rem
}

.qgmenuList {
  width: 18rem;
  overflow: auto;
  right: -100%;
  left: auto !important
}

.qgmenuList>li.ax-active>a {
  font-weight: bold
}

.dropapp dt {
  padding: .8rem;
  text-align: center;
  font-size: 1.2rem
}

.dropapp dt .code {
  width: 14rem;
  height: 14rem;
  margin-bottom: .5rem
}

.dropapp dd {
  line-height: 3rem;
  font-size: 1.4rem
}

.dropapp dd a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}

.dropapp dd a:last-child {
  border-left: #dbdbdb .1rem solid
}

#new-header .title {
  background-color: #f7f7f7;
  border-bottom: #dbdbdb .1rem solid
}

#new-header .title .wi {
  height: 3.2rem
}

#new-header .title .wi .head {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  margin-right: .5rem;
  background-color: #ddd
}

#new-header .header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

#new-header .header a.logo {
  color: #1678ff;
  font-size: 0
}

#new-header .header a.logo::before {
  width: 13rem;
  font-size: 4rem;
  margin: 1rem 0
}

#new-header .header a.logo:hover {
  opacity: .8
}

#new-header .header ul li a {
  display: block;
  padding: 0 1.5rem;
  line-height: 4rem;
  font-weight: bold
}

#new-header .header ul li a.s,
#new-header .header ul li a.s1 {
  background-color: #e8f2ff;
  color: #1678ff;
  font-size: 1.6rem
}

#new-header .header ul li a.s {
  border-radius: .6rem .6rem 0 0
}

#new-header .header ul li a.s1 {
  border-radius: .6rem
}

#new-header .czmenu {
  background-color: #e8f2ff;
  height: 4rem;
  border-radius: .6rem;
  padding: 0 1rem
}

#new-header .czmenu .img-icon::before {
  font-size: 2rem;
  margin-left: 2rem
}

#new-header .czmenu .img-icon:not(.icon-qg) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#new-header .czmenu .img-icon:not(.icon-qg) a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 3rem;
  margin: 0 1rem;
  text-align: center;
  white-space: nowrap
}

#new-header .czmenu .img-icon:not(.icon-qg) a.s {
  background-color: #1678ff;
  border-radius: .4rem;
  color: #fff
}

#new-header .ax-menu li.ax-active>a {
  color: #1678ff
}

.dropmenu {
  line-height: 3.6rem;
  padding: .3rem 0
}

.dropmenu a,
.dropmenu p {
  padding: 0 1rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  white-space: nowrap
}

.dropmenu a:hover {
  color: #1678ff;
  background-color: #f5f7fa
}

.dropmenu .svg-icon::before {
  margin-right: .5rem;
  font-size: 1.6rem;
  opacity: .6
}

.dropmenu a.svg-icon:hover::before {
  opacity: 1
}

.a-r.a-b::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: .2rem
}

#new-footer .hotmenu {
  border-radius: .4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
  padding: .5rem 1rem 0
}

#new-footer .hotmenu dl {
  line-height: 2.4rem;
  padding-bottom: .5rem
}

#new-footer .hotmenu dl dt {
  white-space: nowrap;
  color: #999
}

#new-footer .hotmenu dl dd a {
  margin-right: 1rem;
  white-space: nowrap
}

#new-footer .hotmenu dl:first-child dd {
  padding-right: 2.4rem
}

#new-footer .hotmenu .ax-toggle {
  top: .5rem;
  right: .5rem;
  position: absolute;
  background-color: #e8f2ff;
  border: #b9d7ff .1rem solid;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: .4rem
}

#new-footer .hotmenu .ax-toggle .svg-icon::before {
  color: #1678ff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

#new-footer .hotmenu .ax-toggle .show::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

#new-footer .hotmenu .ax-toggle:hover {
  -webkit-box-shadow: 0 0 .5rem #b9d7ff;
  box-shadow: 0 0 .5rem #b9d7ff
}

#new-footer .footer {
  text-align: center;
  padding: .6rem 0;
  background-color: #f7f7f7;
  border-top: #dbdbdb .1rem solid;
  line-height: 2.8rem
}

#new-footer .footer .t {
  color: #ccc
}

#new-footer .footer .t a {
  margin: 0 .5rem
}

#new-footer .footer .m {
  color: #1678ff
}

#new-footer .footer .b {
  color: #666
}

#new-footer .footer .b a.beian::before {
  background-image: url("../img/beian.png");
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 .2rem 0 1rem
}

.ball {
  line-height: 2.8rem
}

.ball b {
  margin: 0 .1rem
}

.ball b.rb {
  color: #fff
}

.ball b.bb {
  color: #fff
}

.sjh {
  border: #ccc .1rem solid;
  background-color: #fff;
  border-radius: .4rem;
  overflow: hidden
}

.sjh b {
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  color: #ff3b30;
  border-right: #ccc .1rem solid;
  background-color: #fff
}

.sjh b:last-child {
  border-right: 0
}

.sjh b.fblue {
  color: #1678ff
}

.listicon .lii {
  margin-bottom: auto;
  height: 2rem;
  margin-right: .6rem
}

.listicon .lii::before {
  content: "";
  width: .4rem;
  height: .4rem;
  border-radius: 2rem;
  background-color: #ddd;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.listicon:hover .lii::before {
  background-color: #cd0000;
  height: 1.4rem
}

.tipNew {
  position: relative
}

.tipNew::after {
  content: "新";
  position: absolute;
  border-radius: 5rem 5rem 5rem 0;
  background: #ff3b30;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  top: -1rem;
  left: calc(50% + 1.5rem);
  -webkit-animation: move 5s 0s infinite;
  animation: move 5s 0s infinite;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  z-index: 1
}

@-webkit-keyframes move {

  0%,
  79% {
    -webkit-transform: rotate(0deg) scale(0.86);
    transform: rotate(0deg) scale(0.86)
  }

  82% {
    -webkit-transform: rotate(10deg) scale(0.86);
    transform: rotate(10deg) scale(0.86)
  }

  85% {
    -webkit-transform: rotate(-10deg) scale(0.86);
    transform: rotate(-10deg) scale(0.86)
  }

  88% {
    -webkit-transform: rotate(10deg) scale(0.86);
    transform: rotate(10deg) scale(0.86)
  }

  91% {
    -webkit-transform: rotate(-10deg) scale(0.86);
    transform: rotate(-10deg) scale(0.86)
  }

  94% {
    -webkit-transform: rotate(10deg) scale(0.86);
    transform: rotate(10deg) scale(0.86)
  }

  97% {
    -webkit-transform: rotate(-10deg) scale(0.86);
    transform: rotate(-10deg) scale(0.86)
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.86);
    transform: rotate(0deg) scale(0.86)
  }
}

@keyframes move {

  0%,
  79% {
    -webkit-transform: rotate(0deg) scale(0.86);
    transform: rotate(0deg) scale(0.86)
  }

  82% {
    -webkit-transform: rotate(10deg) scale(0.86);
    transform: rotate(10deg) scale(0.86)
  }

  85% {
    -webkit-transform: rotate(-10deg) scale(0.86);
    transform: rotate(-10deg) scale(0.86)
  }

  88% {
    -webkit-transform: rotate(10deg) scale(0.86);
    transform: rotate(10deg) scale(0.86)
  }

  91% {
    -webkit-transform: rotate(-10deg) scale(0.86);
    transform: rotate(-10deg) scale(0.86)
  }

  94% {
    -webkit-transform: rotate(10deg) scale(0.86);
    transform: rotate(10deg) scale(0.86)
  }

  97% {
    -webkit-transform: rotate(-10deg) scale(0.86);
    transform: rotate(-10deg) scale(0.86)
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.86);
    transform: rotate(0deg) scale(0.86)
  }
}

.win {
  width: 32rem;
  position: relative
}

.win .icon-redo:hover {
  color: #1678ff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg)
}

.win .ball b {
  margin: 0 .5rem 0 0
}

.win .ball.kl8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2.6rem
}

.win .ball.kl8 b {
  margin: 0 .2rem 0 0
}

.win .ball.kl8 b:nth-child(n+11) {
  margin-top: .2rem
}

.win .fgx {
  background-color: #dbdbdb;
  height: .3rem
}

.winbox .today .cz {
  background-color: #fff1ee;
  padding: 0 1rem;
  margin-left: -1rem;
  border-radius: 0 2rem 2rem 0
}

.winbox .today .cz::after {
  margin-left: .5rem;
  color: #cd0000
}

.win-nav:not(:last-child) {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.win-nav:not(:last-child) .nav {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.win-nav .nav {
  border-color: #dbdbdb;
  border-width: .1rem;
  border-style: solid;
  border-top-width: 0;
  padding: 1rem .5rem 1rem 1rem;
  position: relative;
  background-color: #fff
}

.win-nav:last-child .nav {
  background-color: #f5f5f5;
  border-radius: 0 0 .8rem .8rem
}

.win-nav:nth-child(n+6):not(:last-child) a:hover {
  color: #1678ff
}

.win-nav:nth-child(n+6):not(:last-child) .today .cz {
  background-color: #d0e4ff
}

.win-nav:nth-child(n+6):not(:last-child) .today .cz::after {
  color: #1678ff
}

.win-nav:hover {
  z-index: 11
}

.win-nav:hover .nav {
  margin-top: -0.1rem;
  border-top-width: .1rem;
  border-right-width: 0;
  z-index: 12;
  padding-right: .6rem
}

.win-nav:hover .nav .icon-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.win-nav:nth-child(-n+4) .win-con,
.win-nav:nth-child(-n+4):hover .nav {
  border-color: #ff3b30
}

.win-nav:nth-child(-n+4):hover .nav .icon-arrow {
  color: #ff3b30
}

.win-nav:nth-child(-n+4) .top {
  background-color: #fff1ee
}

.win-nav:nth-child(n+6) .win-con,
.win-nav:nth-child(n+6):hover .nav {
  border-color: #1678ff
}

.win-nav:nth-child(n+6):hover .nav .icon-arrow {
  color: #1678ff
}

.win-nav:nth-child(n+6) .top {
  background-color: #d0e4ff
}

.win-nav:last-child .win-con {
  border-color: #666;
  top: inherit;
  bottom: 0;
  height: auto;
  border-bottom-left-radius: 0;
  padding: 1rem 1.6rem
}

.win-nav:last-child:hover {
  -webkit-box-shadow: .1rem .4rem 0 .1rem rgba(0, 0, 0, .1);
  box-shadow: .1rem .4rem 0 .1rem rgba(0, 0, 0, .1)
}

.win-nav:last-child:hover .nav {
  border-color: #666;
  border-radius: 0;
  background-color: #fff
}

.win-nav:last-child:hover .nav .icon-arrow {
  color: #666
}

.win-nav>a:active {
  opacity: inherit
}

.win-nav>a:hover {
  color: inherit !important
}

.win-con {
  position: absolute;
  background-color: #fff;
  width: 48.1rem;
  height: 100%;
  left: calc(100% - .1rem);
  top: 0;
  display: none;
  border-width: .1rem;
  overflow: hidden;
  border-style: solid;
  border-radius: .8rem;
  -webkit-box-shadow: .4rem .4rem 0 .1rem rgba(0, 0, 0, .1);
  box-shadow: .4rem .4rem 0 .1rem rgba(0, 0, 0, .1)
}

.win-con .top {
  padding: 1rem 1.6rem
}

.win-con>.flex-col {
  height: 100%
}

.win-con .mid {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.win-con .w1 {
  width: 8.8em;
  -moz-text-align-last: justify;
  text-align-last: justify
}

.win-con .w2 {
  width: 6.8em;
  -moz-text-align-last: justify;
  text-align-last: justify
}

.win-con .sticky {
  border-top: #dbdbdb .1rem solid;
  background-color: #f7f7f7;
  padding: .5rem 1.6rem
}

.win-con .table {
  width: 100%
}

.win-con .table td,
.win-con .table th {
  line-height: 2.4rem;
  border-width: 1px;
  border-style: solid;
  padding: .5rem;
  white-space: nowrap;
  text-align: center
}

.win-con .table th {
  background-color: #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  border-color: #ccc
}

.win-con .table td {
  border-color: #dbdbdb
}

.win-con .table td:not(:nth-child(-n+2)) {
  color: #aaa
}

.win-con .table tr.twocol td {
  background-color: #f5f5f5
}

.win-con .table th.s {
  background: #cd0000;
  color: #fff
}

.win-con .table tr.fgx td {
  padding: 0;
  height: .3rem;
  background-color: #dbdbdb
}

.win-con .table td.s {
  background-color: #fff1ee !important;
  color: #cd0000;
  border-color: #ffc5c5
}

.win-con .table tr:nth-last-child(-n+3) td.s {
  background-color: #d0e4ff !important;
  color: #1678ff;
  border-color: #b9d5ff
}

.conLink {
  padding-top: .5rem;
  margin: 0 -0.8rem
}

.conLink a {
  white-space: nowrap;
  margin: 0 .8rem;
  line-height: 2.8rem
}

.lebiAd {
  height: 37.3rem;
  border: #dbdbdb .1rem solid;
  border-radius: .8rem
}

.lebiAd iframe {
  height: 37.3rem
}

.swiperAd {
  position: relative;
  width: 47rem;
  height: 15rem
}

.swiperAd .swiper-pagination {
  bottom: 0 !important
}

.qrcode {
  height: 15rem
}

.qrcode>a {
  background-color: #f5f5f5
}

.qrcode>a p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.qrcode>a img {
  height: 100%
}

.qrcode>a:hover {
  background-color: #ededed;
  color: inherit
}

@media screen and (max-width: 1280px) {
  .qrcode {
    display: none
  }
}

@media screen and (max-width: 1440px) {
  .qrcode {
    width: 13.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .qrcode>a {
    height: 7rem;
    padding: .6rem 0 .6rem .6rem
  }

  .qrcode>a:last-child {
    margin-top: 1rem
  }
}

@media screen and (min-width: 1441px) {
  .qrcode {
    width: 23rem
  }

  .qrcode>a {
    background-color: #f5f5f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem .5rem 0 .5rem
  }

  .qrcode>a p:first-child {
    height: 10rem
  }

  .qrcode>a p:last-child {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .qrcode>a:last-child {
    margin-left: 1rem
  }
}

.notice-list a {
  padding: .3rem 0
}

.tj-box {
  position: relative;
  height: 19.6rem
}

.tj-nav {
  position: relative;
  z-index: 1;
  line-height: 2.4rem;
  padding: 1.2rem 1rem
}

.tj-nav i {
  pointer-events: none
}

.tj-nav li {
  padding-right: 2rem
}

.tj-nav li.ax-active {
  font-weight: bold;
  position: relative;
  font-size: 1.6rem
}

.tj-nav li.ax-active::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: .8rem;
  border-radius: 1rem 0 1rem 0;
  z-index: -1;
  right: 1rem;
  bottom: 0;
  -webkit-animation: tjnav .5s;
  animation: tjnav .5s
}

.tj-nav li:nth-child(-n+5)::after {
  background-color: #ffb4b4
}

.tj-nav li:nth-child(n+6)::after {
  background-color: #a7ccff
}

@-webkit-keyframes tjnav {
  from {
    width: 0
  }

  to {
    width: 4rem
  }
}

@keyframes tjnav {
  from {
    width: 0
  }

  to {
    width: 4rem
  }
}

.tj-con {
  width: 100%;
  position: absolute;
  top: 0
}

.tj-con .more {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 2;
  line-height: 4.8rem
}

.tj-con>div {
  padding: 4.4rem 0 1rem;
  border-radius: .8rem
}

.tj-con>div:nth-child(-n+5) {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeeee), color-stop(6.6rem, #fff));
  background: linear-gradient(#ffeeee, #fff 6.6rem);
  border: #ffd3d3 .1rem solid
}

.tj-con>div:nth-child(-n+5) a i.svg-icon:not(.icon-arrow) {
  color: #ffb4b4
}

.tj-con>div:nth-child(-n+5) a:hover {
  color: #cd0000
}

.tj-con>div:nth-child(-n+5) a:hover i.svg-icon {
  color: #ee4545
}

.tj-con>div:nth-child(n+6) {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf3ff), color-stop(6.6rem, #fff));
  background: linear-gradient(#eaf3ff, #fff 6.6rem);
  border: #cee2ff .1rem solid
}

.tj-con>div:nth-child(n+6) a i.svg-icon:not(.icon-arrow) {
  color: rgb(144.4, 190.9184549356, 255)
}

.tj-con>div:nth-child(n+6) a:hover {
  color: #1678ff
}

.tj-con>div:nth-child(n+6) a:hover i.svg-icon {
  color: #1678ff
}

.tj-con>div .overflow-h {
  height: 14rem
}

.tj-box:hover .tj-con>div {
  -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2);
  box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2)
}

.tj-box:hover .tj-con .overflow-h {
  overflow: inherit;
  min-height: 14rem;
  height: auto
}

.hot-col a {
  width: 12.5%;
  margin-top: 1rem;
  position: relative
}

.hot-col a i.svg-icon {
  font-size: 3.6rem
}

.hot-col a h3 {
  font-weight: normal;
  margin-top: .4rem;
  width: 100%;
  text-align: center;
  padding: 0 .5rem
}

@media screen and (min-width: 1281px) {
  .hot-col a {
    width: 10%
  }
}

.ax-tab .ax-tab-content {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.ax-tab .ax-tab-content>*:not(.ax-active) {
  display: none
}

.ax-tab .ax-tab-content>.ax-active {
  display: block
}

.ax-tab .ax-tab-nav>.ax-active {
  pointer-events: none
}

.tools-list {
  -ms-flex-line-pack: start;
  align-content: start;
  margin: 0 -0.5rem
}

.tools-list a {
  width: calc(50% - 1rem);
  height: calc(25% - 1rem);
  margin: .5rem;
  color: #333;
  background-color: #fff;
  border-color: #dbdbdb
}

@media(hover: hover) {
  .tools-list a:hover {
    color: #1678ff;
    background-color: #e8f2ff;
    border-color: #b9d7ff
  }
}

.tools-list a:active {
  color: rgb(0, 105.7811158798, 251.5);
  background-color: rgb(206.5, 227.5869565217, 255);
  border-color: rgb(159.5, 200.4285714286, 255)
}

.lottery-title .logo {
  background-color: #f2f2f2;
  padding: .5rem;
  border-radius: 50% 50% 0 0
}

.lottery-title .img-icon {
  font-size: 3.6rem
}

.lottery-title h2 {
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem
}

.lottery-title h2::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 1.2rem;
  border-radius: 1rem 0 1rem 0;
  z-index: -1;
  right: 0;
  bottom: 0
}

.lottery-title h2.fc::after {
  background-color: #ffb4b4
}

.lottery-title h2.tc::after {
  background-color: #a7ccff
}

.lottery-title a:first-child:hover {
  color: inherit
}

.lottery-title a:first-child:hover h2::after {
  width: 6rem
}

.lottery-title .link {
  line-height: 3rem
}

.lottery-title .link a {
  padding: 0 1rem
}

.lottery-title .link a:not(:last-child) {
  border-right: 0;
  border-color: #b9d7ff
}

.lottery-title .link a:not(:last-child):hover {
  background-color: #e8f2ff;
  color: #1678ff
}

.lottery-title .link a:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-left: 1.2rem
}

.lottery-title .link a:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-color: #dbdbdb;
  background-color: #f5f5f5
}

.lottery-title .link a:last-child:hover {
  color: #333
}

.lottery-nav {
  border-radius: 0 .8rem .8rem .8rem
}

.lottery-nav>div {
  width: calc(33.3333333333% - 1rem)
}

.lottery-nav .list a {
  padding: .5rem 0
}

.lottery-link {
  background-color: #f7f7f7;
  padding: .51rem
}

.lottery-link>a {
  background-color: #fff;
  padding: 1rem 1.5rem
}

.lottery-link>a:hover {
  -webkit-box-shadow: 0 0 .1rem .1rem #dbdbdb;
  box-shadow: 0 0 .1rem .1rem #dbdbdb
}

.lottery-link>a:hover .img-icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.lottery-link .img-icon {
  font-size: 4rem
}

.lottery-link .img-icon::before {
  width: 4em
}

.lottery-link p a {
  white-space: nowrap
}

.lottery-link p a:not(:last-child)::after {
  content: "|";
  color: #ccc;
  margin: 0 .5rem
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%
}

body {
  line-height: 1.4286;
  min-height: 100%;
  font-size: 1.4rem;
  color: #333;
  background-color: #fff
}

a {
  color: #333;
  text-decoration: none
}

a:active {
  opacity: .8
}

@media(hover: hover) {
  a:hover {
    color: #cd0000
  }
}

@media(hover: none) {
  a:active {
    color: #cd0000
  }
}

:focus {
  outline: 0
}

::-ms-clear,
::-ms-reveal {
  display: none
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word
}

pre {
  color: #666;
  font-size: 1.2rem;
  font-family: inherit;
  line-height: 1.8rem;
  white-space: pre-wrap;
  word-wrap: break-word
}

button[type=button],
input[type=button],
input[type=submit],
input[type=text],
input[type=search],
input[type=reset] {
  -webkit-appearance: none
}

em,
i {
  font-style: normal
}

s,
u {
  text-decoration: none
}

ul,
li,
form {
  list-style: none outside none
}

form {
  position: relative
}

a span,
label {
  cursor: pointer
}

input,
textarea,
button {
  font-size: 1.4rem;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  vertical-align: top
}

select {
  font-size: 1.4rem;
  outline: none;
  resize: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear
}

input[type=checkbox] {
  -webkit-appearance: checkbox
}

input[type=radio] {
  -webkit-appearance: radio
}

body,
input,
textarea,
select,
button {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", "Arial", "Helvetica Neue", "sans-serif", "宋体", "simsun"
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle
}

b,
strong {
  font-weight: bold
}

:disabled,
.disabled {
  opacity: .4;
  cursor: default !important;
  pointer-events: none !important
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ababab
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ababab
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ababab
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ababab
}

input::placeholder,
textarea::placeholder {
  color: #ababab
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset
}

.loading {
  color: #1678ff;
  min-height: 12rem;
  height: 100%
}

.loading:before {
  font-size: 5rem
}

.loading::after {
  content: "加载中";
  margin-top: .6rem
}

.loading.mask {
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7)
}

.loading.mask.full {
  position: fixed
}

.loading.mask.white {
  background-color: hsla(0, 0%, 100%, .9)
}

.loading.none {
  display: none
}

html {
  font-size: 62.5%
}

a.nohover:hover {
  color: inherit
}

.fred {
  color: #ff3b30
}

.fdarkred {
  color: #cd0000
}

.fblue {
  color: #1678ff
}

.fblue-l10 {
  color: rgb(73, 149.5493562232, 255)
}

.fblue-l20 {
  color: rgb(103.6, 167.2789699571, 255)
}

.fblue-l30 {
  color: rgb(175, 208.6480686695, 255)
}

.fgreen {
  color: #51b148
}

.forange {
  color: #ff8924
}

.fyellow {
  color: #ff0
}

.fcol3 {
  color: #333
}

.fcol6 {
  color: #666
}

.fcol9 {
  color: #999
}

.fcolY {
  color: #c8990b
}

.fcolW {
  color: #fff
}

.fcolC {
  color: #ccc
}

.fcolA {
  color: #aaa
}

.f0 {
  font-size: 0
}

.f0::before {
  font-size: initial
}

.f12 {
  font-size: 1.2rem
}

.f14 {
  font-size: 1.4rem
}

.f16 {
  font-size: 1.6rem
}

.f18 {
  font-size: 1.8rem
}

.f20 {
  font-size: 2rem
}

.f22 {
  font-size: 2.2rem
}

.f24 {
  font-size: 2.4rem
}

.f26 {
  font-size: 2.6rem
}

.fb {
  font-weight: bold
}

.fn {
  font-weight: normal
}

.fl {
  float: left
}

.fr {
  float: right
}

a.fcolW:hover {
  color: #fff
}

a.fdarkred:hover {
  color: rgb(179.5, 0, 0)
}

.m5 {
  margin: .5rem
}

.m10 {
  margin: 1rem
}

.m-10 {
  margin: -1rem
}

.mt10 {
  margin-top: 1rem
}

.mt-10 {
  margin-top: -1rem
}

.mt20 {
  margin-top: 2rem
}

.mb10 {
  margin-bottom: 1rem
}

.mb20 {
  margin-bottom: 2rem
}

.ml10 {
  margin-left: 1rem
}

.mr10 {
  margin-right: 1rem
}

.ml-10 {
  margin-left: -1rem
}

.mr-10 {
  margin-right: -1rem
}

.ml20 {
  margin-left: 2rem
}

.mr20 {
  margin-right: 2rem
}

.mt2 {
  margin-top: .2rem
}

.mt5 {
  margin-top: .5rem
}

.mb5 {
  margin-bottom: .5rem
}

.ml5 {
  margin-left: .5rem
}

.mr5 {
  margin-right: .5rem
}

.mt-5 {
  margin-top: -0.5rem
}

.mb-5 {
  margin-bottom: -0.5rem
}

.ml-5 {
  margin-left: -0.5rem
}

.mr-5 {
  margin-right: -0.5rem
}

.mr2 {
  margin-right: .2rem
}

.ml2 {
  margin-left: .2rem
}

.ml14 {
  margin-left: 1.4rem
}

.mt0 {
  margin-top: 0
}

.mb0 {
  margin-bottom: 0
}

.ml0 {
  margin-left: 0
}

.mr0 {
  margin-right: 0
}

.mlauto {
  margin-left: auto
}

.mtauto {
  margin-top: auto
}

.mrauto {
  margin-right: auto
}

.mbauto {
  margin-bottom: auto
}

.p0 {
  padding: 0
}

.p5 {
  padding: .5rem
}

.p10 {
  padding: 1rem
}

.pt10 {
  padding-top: 1rem
}

.pb10 {
  padding-bottom: 1rem
}

.pl10 {
  padding-left: 1rem
}

.pr10 {
  padding-right: 1rem
}

.pt5 {
  padding-top: .5rem
}

.pb5 {
  padding-bottom: .5rem
}

.pl5 {
  padding-left: .5rem
}

.pr5 {
  padding-right: .5rem
}

.pt0 {
  padding-top: 0
}

.pb0 {
  padding-bottom: 0
}

.pl0 {
  padding-left: 0
}

.pr0 {
  padding-right: 0
}

.line {
  border: #dbdbdb .1rem solid
}

.linet {
  border-top: #dbdbdb .1rem solid
}

.lineb {
  border-bottom: #dbdbdb .1rem solid
}

.lineb-p {
  border-bottom: #1678ff .1rem solid
}

.linel {
  border-left: #dbdbdb .1rem solid
}

.liner {
  border-right: #dbdbdb .1rem solid
}

.line-pl {
  border: #b9d7ff .1rem solid
}

.line-yl {
  border: #f5edd7 .1rem solid
}

.linet-yl {
  border-top: #f5edd7 .1rem solid
}

.lineb-yl {
  border-bottom: #f5edd7 .1rem solid
}

.linel-yl {
  border-left: #f5edd7 .1rem solid
}

.liner-yl {
  border-right: #f5edd7 .1rem solid
}

.linet-pl {
  border-top: #b9d7ff .1rem solid
}

.lineb-pl {
  border-bottom: #b9d7ff .1rem solid
}

.linel-pl {
  border-left: #b9d7ff .1rem solid
}

.liner-pl {
  border-right: #b9d7ff .1rem solid
}

.lineN {
  line-height: initial
}

.line20 {
  line-height: 2rem
}

.line22 {
  line-height: 2.2rem
}

.line24 {
  line-height: 2.4rem
}

.line28 {
  line-height: 2.8rem
}

.line30 {
  line-height: 3rem
}

.line32 {
  line-height: 3.2rem
}

.line36 {
  line-height: 3.6rem
}

.line38 {
  line-height: 3.8rem
}

.line40 {
  line-height: 4rem
}

.line42 {
  line-height: 4.2rem
}

.hiN {
  height: 1.714rem
}

.h20 {
  height: 2rem
}

.h32 {
  height: 3.2rem
}

.t0 {
  border-top: 0
}

.b0 {
  border-bottom: 0
}

.bg-w {
  background-color: #fff
}

.bg-p {
  background-color: #1678ff
}

.bg-pl {
  background-color: #e8f2ff
}

.bg-f2 {
  background-color: #f2f2f2
}

.bg-f5 {
  background-color: #f5f5f5
}

.bg-f7 {
  background-color: #f7f7f7
}

.bg-col1 {
  background-color: #fffaeb
}

.bg-col2 {
  background-color: #f5edd7
}

.ellipsis.wauto {
  width: auto;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial
}

.ellipsisHH.wauto {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial
}

.overflow-x {
  overflow-x: auto
}

.overflow-y {
  overflow-y: auto
}

.overflow-h {
  overflow: hidden
}

.nowrap {
  white-space: nowrap
}

.breakAll {
  word-break: break-all
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.flex-grow {
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit
}

.flex-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.flex-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important
}

.flex-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important
}

.tal {
  text-align: left !important
}

.tar {
  text-align: right !important
}

.tac {
  text-align: center !important
}

.vmiddle {
  vertical-align: middle
}

.underline {
  text-decoration: underline
}

.line-through {
  text-decoration: line-through
}

.acur {
  cursor: pointer
}

.radius {
  border-radius: .4rem
}

.radius-tl {
  border-top-left-radius: .4rem
}

.radius-tr {
  border-top-right-radius: .4rem
}

.radius-bl {
  border-bottom-left-radius: .4rem
}

.radius-br {
  border-bottom-right-radius: .4rem
}

.radiusB {
  border-radius: .8rem
}

.radiusB-tl {
  border-top-left-radius: .8rem
}

.radiusB-tr {
  border-top-right-radius: .8rem
}

.radiusB-bl {
  border-bottom-left-radius: .8rem
}

.radiusB-br {
  border-bottom-right-radius: .8rem
}

.shadow {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, .1)
}

.shadowBg {
  background-color: #fff;
  -webkit-box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .06);
  box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .06)
}

.w0 {
  width: 0
}

.wfull {
  width: 100%
}

.wFit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.h0 {
  height: 0
}

.deg45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.deg90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.deg180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.deg270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.degX::before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.sticky {
  position: sticky;
  z-index: 10
}

.sticky.t {
  top: 0
}

.sticky.b {
  bottom: 0
}

.opacity4 {
  opacity: .4
}

.opacity5 {
  opacity: .5
}

.opacity6 {
  opacity: .6
}

.opacity8 {
  opacity: .8
}

.italic {
  font-style: italic
}

.gradient-gray {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
  background-image: linear-gradient(180deg, #fff, #e3e3e3)
}

.none {
  display: none
}

.btn-d {
  padding: .2rem 1rem;
  min-height: 3.2rem;
  line-height: 1.6rem;
  border-radius: .4rem
}

.btn-d.round {
  border-radius: 5rem
}

.btn-d.p2 {
  padding: .2rem
}

.btn-d.small {
  min-height: 2.8rem
}

.btn-d.min {
  min-height: 2.2rem;
  padding: .2rem .4rem
}

.btn-d.large {
  min-height: 4rem
}

.btn-p:disabled {
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.svg-icon.svg-f0 {
  font-size: 0
}

.svg-icon.svg-f0::before {
  font-size: initial
}

@media(hover: hover) {
  a:not(.nohover):hover .svg-icon {
    color: inherit
  }
}

@media(hover: none) {
  a:not(.nohover):active .svg-icon {
    color: inherit
  }
}

*::-webkit-scrollbar {
  width: .8rem;
  height: .8rem
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2)
}

*::-webkit-scrollbar-thumb:active,
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .3)
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .05)
}

*::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, .05)
}

.ax-dialog {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: -1000rem;
  top: 0;
  z-index: 810
}

.ax-dialog .ax-padding {
  padding: 1rem
}

.ax-dialog .ax-dialog-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4
}

.ax-dialog[data-overlay=true] .ax-dialog-overlay {
  background-color: rgba(0, 0, 0, .5)
}

.ax-dialog .ax-dialog-wrapper {
  background-color: #fff;
  border-radius: .8rem;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  opacity: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
  z-index: 9;
  margin: 0 2rem
}

.ax-dialog[data-size=md] .ax-dialog-wrapper {
  width: 50rem
}

.ax-dialog[data-size=auto] .ax-dialog-wrapper {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0
}

.ax-dialog.ax-dialog-show {
  left: 0;
  top: 0
}

.ax-dialog.ax-dialog-show .ax-dialog-overlay {
  opacity: 1
}

.ax-dialog.ax-dialog-hide .ax-dialog-overlay {
  opacity: 0
}

.ax-dialog-header {
  line-height: 3.8rem;
  border-radius: .8rem .8rem 0 0;
  padding-left: 1rem;
  background-color: #fff;
  position: relative;
  font-weight: bold
}

.ax-dialog .ax-dialog-wrapper>.ax-dialog-close {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  color: #b3b3b3;
  position: absolute;
  font-size: 1.2rem;
  right: 0;
  top: 0;
  z-index: 11
}

.ax-dialog .ax-dialog-wrapper>.ax-dialog-close:hover {
  color: #1678ff
}

.ax-dialog-body {
  position: relative;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto
}

.ax-dialog .ax-dialog-body .ax-dialog-content {
  position: relative
}

.ax-dialog-footer {
  border-radius: 0 0 .8rem .8rem;
  overflow-y: hidden
}

.ax-dialog-footer .ax-btns .btn-d {
  margin-left: 1rem
}

.ax-dialog[data-footerType=line] .ax-dialog-footer {
  line-height: 3.8rem
}

.ax-dialog[data-footerType=line] .ax-dialog-footer a:hover {
  color: inherit;
  background-color: #f7f7f7
}

.ax-dialog[data-footerType=line] .ax-dialog-footer a[confirm] {
  background-color: #e8f2ff;
  color: #1678ff
}

.ax-dialog[data-footerType=line] .ax-dialog-footer a[confirm]:hover {
  background-color: rgb(221.8, 236.2347826087, 255)
}

.ax-gutter-line {
  height: 3.8rem;
  width: 1px;
  background-color: #dbdbdb
}

@media screen and (min-width: 1281px) {
  .ax-dialog[data-size=md] .ax-dialog-wrapper {
    width: 70rem
  }
}

.ax-row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  zoom: 1
}

.ax-row>[class*=ax-flex-block] {
  width: 0
}

.ax-col {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 0;
  position: relative
}

.ax-col>[class*=ax-flex-block] {
  height: 0
}

.ax-break-line {
  height: 1px;
  overflow: hidden;
  background-color: #dbdbdb
}

.ax-popup {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: .4rem;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  z-index: 710;
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden
}

.ax-popup.ax-show {
  visibility: visible
}

.ax-popup-open,
.ax-popup-open i {
  color: #cd0000 !important
}

.ax-popup-open .icon-arrow.deg90 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.ax-popup-open::after {
  -webkit-transform: rotate(270deg) !important;
  transform: rotate(270deg) !important
}

.popup-md {
  max-width: 36rem
}

.ax-popup [arrow] {
  width: 1rem;
  height: 1rem;
  -webkit-box-shadow: 1px 1px 0 #dbdbdb;
  box-shadow: 1px 1px 0 #dbdbdb
}

.ax-popup[data-placement^=top] [arrow] {
  bottom: -0.5rem;
  background: linear-gradient(135deg, transparent 50%, #fff 50%, #fff 100%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.ax-popup[data-placement^=bottom] [arrow] {
  top: -0.5rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: linear-gradient(135deg, transparent 50%, #fff 50%, #fff 100%)
}

.ax-popup[data-placement^=left] [arrow] {
  right: -0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: linear-gradient(135deg, transparent 50%, #fff 50%, #fff 100%)
}

.ax-popup[data-placement^=right] [arrow] {
  left: -0.5rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: linear-gradient(135deg, transparent 50%, #fff 50%, #fff 100%)
}

.ax-popup .ax-popup-body {
  max-height: 60rem;
  display: block;
  overflow-y: auto;
  overflow-x: hidden
}

.ax-popup .ax-popup-body .ax-popup-content {
  overflow: hidden
}

.ax-message {
  max-width: 60rem;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 910;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

@media screen and (max-width: 900px) {
  .ax-message {
    width: 100%
  }
}

.ax-message section {
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 1px 1px .5rem rgba(0, 0, 0, .06);
  box-shadow: 1px 1px .5rem rgba(0, 0, 0, .06);
  margin: 1.4rem 1.4rem 0 1.4rem;
  border-radius: .4rem;
  position: relative;
  display: none
}

.ax-message .ax-close {
  font-size: 1.2rem;
  text-align: center;
  color: rgba(0, 0, 0, .2);
  text-decoration: none;
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  right: 0;
  top: 0
}

.ax-message .ax-close:hover {
  color: rgba(0, 0, 0, .6)
}

.ax-message[data-placement=center-center] {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ax-message[data-placement*=-center] section {
  margin-top: .7rem;
  margin-bottom: .7rem
}

.ax-message section .ax-message-content {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: .8rem 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.ax-message section[data-result=success] {
  color: #51b148;
  background-color: #f0f9eb;
  border-color: #e1f3d8
}

.ax-message section[data-result=error] {
  color: #b22c39;
  background-color: #fff0f1;
  border-color: #f0dddf
}

.ax-message section[data-result=question] {
  color: #c2690a;
  background-color: #fff5eb;
  border-color: #f5e7d7
}

.ax-message section[data-result=info] {
  color: #189593;
  background-color: #ebfaf9;
  border-color: #cef0f0
}

.ax-message section[data-result=warning] {
  color: #c8990b;
  background-color: #fffaeb;
  border-color: #f5edd7
}

.ax-message section[data-close] .ax-message-content {
  padding-right: 3.4rem
}

.ax-message section .ax-message-icon {
  margin-right: .8rem
}

.ax-message section .ax-message-body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative
}

.ax-message .svg-icon {
  height: 1.8rem;
  font-size: 1.6rem
}

.ax-menu ul {
  display: none
}

.ax-menu li {
  position: relative;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out
}

.ax-menu>li {
  border-bottom: none
}

.ax-menu>li:before,
.ax-menu.ax-menu-row>li>ul>li:before {
  content: "";
  width: .2rem;
  height: 0;
  background-color: #1678ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out
}

.ax-menu li a {
  height: 3.6rem;
  line-height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.ax-menu>li>a {
  padding-left: 1.4rem;
  padding-right: 1.4rem
}

.ax-menu>li>ul>li>a {
  padding-left: 2.8rem
}

.ax-menu .ax-active {
  background: rgba(0, 0, 0, 0)
}

.ax-menu .ax-active:before,
.ax-menu.ax-menu-row>li>ul>li.ax-active:before {
  height: 100%
}

.ax-menu>li>a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.ax-menu>li.ax-active>a {
  font-weight: bold
}

.ax-menu .ax-active>a::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.ax-menu a.ax-selected[aria-child=false] {
  color: #1678ff;
  background-color: #f5f7fa
}

.ax-menu.ax-menu-row {
  z-index: 610
}

.ax-menu.ax-menu-row ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: .4rem;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1)
}

.ax-menu.ax-menu-row>li::before {
  display: none
}

.ax-menu.ax-menu-row li a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.ax-menu.ax-menu-row>li>ul>li>ul {
  position: inherit;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ax-menu.ax-menu-row li a {
  line-height: 3.6rem
}

.ax-menu.ax-menu-row li a:hover {
  color: #1678ff
}

.ax-menu.ax-menu-row li a {
  padding-left: 1.4rem;
  padding-right: 1.4rem
}

.ax-backtop {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 610
}

.ax-space-backtop {
  height: 5.4rem
}

.ax-backtop .ax-item {
  margin-top: 1rem;
  position: relative
}

.ax-backtop .ax-item>a {
  font-size: 1.8rem;
  color: rgba(0, 0, 0, .2);
  border-radius: .4rem;
  width: 3.8rem;
  height: 3.8rem;
  -webkit-box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .12) inset;
  box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .12) inset;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.ax-backtop .ax-item>a:hover,
.ax-backtop .ax-item.ax-active>a {
  color: #1678ff;
  -webkit-box-shadow: 0 0 0 .1rem #1678ff inset;
  box-shadow: 0 0 0 .1rem #1678ff inset
}

.ax-backtop .ax-item.ax-totop {
  overflow: hidden
}

.ax-backtop .ax-item.ax-totop>a {
  margin-bottom: -8rem
}

.ax-backtop .ax-item.ax-totop .ax-show {
  margin-bottom: 0
}

.ax-backtop .ax-item.ax-focus>a {
  -webkit-box-shadow: 0 0 0 .1rem #1678ff inset;
  box-shadow: 0 0 0 .1rem #1678ff inset
}

.ax-backtop .ax-item.ax-focus:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: .3rem;
  background-color: rgba(25, 140, 255, .2);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  position: absolute
}

.ax-filter {
  position: relative
}

.ax-filter .ax-other {
  display: none
}

@-webkit-keyframes fadeOutUp {

  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
    animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1)
  }

  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0)
  }
}

@keyframes fadeOutUp {

  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
    animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1)
  }

  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0)
  }
}

@-webkit-keyframes fadeInDown {

  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
    animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {

  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
    animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

body {
  min-width: 100rem
}

.wi,
.wi-h5 {
  width: 100rem;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 1281px) {

  .wi,
  .wi-h5 {
    width: 120rem
  }
}

@media screen and (min-width: 1441px) {

  .wi,
  .wi-h5 {
    width: 140rem
  }
}

.posterimg {
  width: 100%;
  border-radius: .8rem
}

.yellow-box {
  background-color: #fffaeb;
  border: #f5edd7 .1rem solid
}