a {
    text-decoration: none;
    color: inherit
}

img[src=""],img:not([src]) {
    opacity: 0
}

body {
    font-size: 14px;
    color: #171717;
    background-color: #010101;
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

.container {
    background: url("./bg.gif") no-repeat;
    background-repeat: no-repeat;
    background-position: center top
}

.header__wrapper {
    height: 174px;
    width: 960px;
    margin: 0 auto;
    position: relative
}

.header__star {
    position: absolute;
    left: 304px;
    top: 21px;
    cursor: pointer;
    color: #c6c6c6
}

.header__star::before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url("./favorite.png")
}

.content {
    width: 1185px;
    margin: 0 auto;
    margin-top: 10px
}

.row {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.col {
    display: flex;
    flex-wrap: wrap
}

.footer {
    background: #000000;
    margin-top: 332px;
}

.footer__wrapper {
    height: 44px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.footer__logo {
    width: 233px;
    height: 62px;
    position: absolute;
    top: 54px;
    cursor: pointer;
    display: none
}

.footer__info {
    position: absolute;
    top: 15px;
    left: 130px;
    font-size: 13px;
    color: #d9d9d9
}

.footer__company {
    margin-top: 6px;
    text-align: center;
    display: none
}

.footer__link {
    text-decoration: none;
    color: #d9d9d9;
    transition: all .3s ease-in-out
}

.footer__link:hover {
    text-decoration: underline;
    color: #ff6a00
}

.footer__links {
    text-align: center;
    margin: 6px 0
}

.footer__address {
    text-align: center;
    margin: 6px 0
}

.area-a {
    width: 226px;
    height: 325px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.area-a__container {
    padding: 0 8px;
    margin-top: 6px
}

.area-a__pointer {
    width: 17px;
    height: 35px;
    background: url("./arrow-a.png") no-repeat;
    background-position: center center;
    position: absolute;
    top: 6px;
    left: -24px;
    transition: top 0.3s;
}

.area-a__checked {
    width: 226px;
    height: 35px;
    position: absolute;
    top: 6px;
    background-color: #ff9418;
    z-index: 1;
    opacity: .2;
    cursor: pointer;
    pointer-events: none
}

.area-a__item {
    height: 35px;
    line-height: 35px;
    position: relative;
    font-size: 12px;
    display: block;
    display: flex;
    align-items: center;
    margin-bottom: 4px
}

.area-a__item:nth-child(1) .area-a__tag {
    background-image: url("./tag-2.png")
}

.area-a__item:nth-child(2) .area-a__tag,.area-a__item:nth-child(3) .area-a__tag,.area-a__item:nth-child(4) .area-a__tag {
    background-image: url("./tag-1.png")
}

.area-a__item:nth-child(1) .area-a__ord,.area-a__item:nth-child(2) .area-a__ord,.area-a__item:nth-child(3) .area-a__ord {
    background-image: url("./ord-1.png")
}

.area-a__text {
    color: #d9d9d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 116px
}

.area-a__btn {
    background: #4484cb;
    color: #fffbce;
    height: 16px;
    width: 40px;
    line-height: 16px;
    text-align: center;
    border-radius: 2px;
    background-color: #b10e07;
    background: linear-gradient(0deg, #a0a0a0, #e70f1a, #b10e07, #900c0d);
    font-size: 12px;
    margin-left: 6px
}

.area-a__ord {
    width: 25px;
    height: 17px;
    background-image: url("./ord-2.png");
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    line-height: 17px;
    padding-right: 6px;
    font-weight: bold;
    font-size: 10px;
    box-sizing: border-box
}

.area-a__tag {
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center
}

.area-b {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.area-b__container {
    display: flex
}

.area-b__item {
    width: 291px;
    height: 262px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: url(./itembg.png);
}

.area-b__item:last-child {
    margin-right: 0
}

.area-b__img {
    width: 291px;
    height: 188px;
    margin: auto;
    display: block
}

.area-b__text {
    margin: 0 15px;
    color: #faac31;
    font-size: 18px;
    height: 36px;
    width: 160px;
    line-height: 43px;
    overflow: hidden
}

.area-b__btn {
    background-color: #8f6711;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 6px;
    width: 100px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    z-index: 2
}

.area-b .animation {
    width: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -250px;
    z-index: 1
}

.area-b__wings {
    height: 320px;
    transform: scaleX(0);
    opacity: 0
}

.area-b__main {
    height: 250px;
    opacity: 0
}

.area-b__desc {font-size: 13px;color: #c70000;margin: 6px;margin-left: 15px;}

.area-c {
    width: 100%;
    height: 80px;
    margin: 12px 0;
    margin-top: 23px;
    margin-left: 4px;
}

.area-c__container {
}

.area-c__item {
    padding: 8px 0px;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    position: relative;
    left: 4px;
}

.area-c__item:last-child {
    margin-right: 0
}

.area-c__title {
    font-weight: bold;
    color: #fecf3e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 74px
}

.area-c__desc {
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 74px
}

.area-c__btn {
    font-weight: bold;
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 0px 8px;
    border-radius: 12px;
    margin-top: 2px
}

.area-c__btn:hover {
    color: #fff;
    background-color: #ff0000
}

.area-c__img {
    width: 1184px;
    height: 70px;
}

.area-d {
    width: 436px;
    font-weight: bold;
    font-size: 12px;
    margin-left: 17px;
    margin-top: 63px;
}

.area-d__header {
    height: 28px;
    line-height: 28px;
    padding-left: 45px
}

.area-d__container {
    box-sizing: border-box;
    padding: 12px;
}

.area-d__item {
    display: flex;
    justify-content: space-between;
    height: 48px;
    line-height: 48px;
    margin-bottom: 8px;
    font-size: 18px;
}
.area-d__item:nth-child(odd) {
  background: url(./item-bg.png) no-repeat;
}

.area-d__item:last-child {
    margin-bottom: 0
}

.area-d__mark {
    height: 29px;
    width: 59px;
    background: url("./hot.png");
    margin: 0 6px;
    margin-top: 8px;
}

.area-d__info {
    display: flex;
}
.area-d__img {
  width: 35px;
  height: 35px;
  margin-top: 7px;
  margin-right: 10px;
}
.area-d__img img {
  width: 100%;
  height: 100%;
}
.area-d__title {
    margin-right: 8px;
    color: #fe9b27;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    background: linear-gradient(180deg, #fe9b27, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: 100px;
}

.area-d__desc {
    color: #e9e9e9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    width: 123px;
}

.area-d__btn {
    background-color: #ffc662;
    background: linear-gradient(0deg, #ffdf30, #ffc662, #e6a20f);
    background-repeat: no-repeat;
    width: 60px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    text-align: center;
    border-width: 0px;
    border-style: solid;
    margin-right: 5px;
    color: #830000
}

.area-e {
    width: 661px;
    height: 156px;
    margin-top: 31px;
    margin-left: 63px;
    position: relative;
}

.area-e__header {
    height: 28px;
    line-height: 28px;
    padding-left: 45px;
    font-weight: bold;
    font-size: 12px
}

.area-e__container {
    width: 408px;
    margin-top: 12px;
    margin-left: 12px;
    box-sizing: border-box
}

.area-e__item {
    padding: 8px 0px;
    padding-left: 8px;
    padding-right: 4px
}
.area-e__item:first-child .area-e__ord {
  background: url(bank1.png) no-repeat;
}
.area-e__item:nth-child(2) .area-e__ord {
  background: url(bank2.png) no-repeat;
}
.area-e__item:nth-child(3) .area-e__ord {
  background: url(bank3.png) no-repeat;
}

.area-e__brief {
    position: relative;
    display: flex;
    align-items: center
}

.area-e__brief .active {
    background-color: #ffa500;
    color: #fff
}

.area-e__ord {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 21px;
}

.area-e__title {
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(90deg, #efe045, #eeeebb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    width: 96px;
}
.area-e_game_desc {
  font-size: 12px;
  color: #9e9e9e;
  line-height: 36px;
  height: 24px;
  width: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.area-e__item.active {
  background: #333;
}
.area-e__item.active .area-e_game_desc {
  color: #fff;
  margin-left: 13px;
  width: 250px;
}
.area-e__up {
    background: url("./btn-bg.png");
    width: 71px;
    height: 23px;
    display: block;
    color: #ffca2a;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}

.area-e .show {
    display: block;
}

.area-e__detail {
    position: absolute;
    display: none;
    right: 10px;
    top: 12px;
    background: #333;
    width: 231px;
    padding: 12px 20px;
    box-sizing: border-box;
}

.area-e__img {
    margin-right: 13px;
    width: 179px;
    height: 101px;
}

.area-e__name {
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    color: #ffba58
}

.area-e__desc {
    color: #fff000;
    font-size: 14px;
    height: 248px;
    word-wrap: break-word;
}

.area-e__btn {
  width: 92px;
  height: 28px;
  background: url(./f-btn.gif) no-repeat;
  margin-bottom: 20px;
}

.area-f {
    width: 724px;
    min-width: 730px;
    height: 156px
}

.area-f__header {
    height: 28px;
    line-height: 28px;
    padding-left: 45px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px
}

.area-f__container {
    height: 526px;
    width: 724px;
    margin-top: 13px;
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.area-f__item {
    box-sizing: border-box;
    position: relative;
    height: 145px;
    width: 356px;
    overflow: hidden;
    display: flex;
    font-size: 12px;
    color: #ffba58
}

.area-f__item:nth-child(3) .area-f__title,.area-f__item:nth-child(4) .area-f__title {
    color: #00d500
}

.area-f__item:nth-child(3) .area-f__tag,.area-f__item:nth-child(4) .area-f__tag {
    background-color: #ff0000
}

.area-f__item:nth-child(5) .area-f__title,.area-f__item:nth-child(6) .area-f__title {
    color: #f22f00
}

.area-f__item:nth-child(5) .area-f__tag,.area-f__item:nth-child(6) .area-f__tag {
    background-color: #f22f00
}

.area-f__tag {
    display: none !important;
    background-color: #7f00ff;
    width: 60px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: rotate(45deg) translateX(15px) translateY(-8px);
    transform: rotate(45deg) translateX(15px) translateY(-8px);
    text-align: center
}

.area-f__img {
    width: 207px;
    height: 145px;
    position: relative;
    margin-right: 13px
}

.area-f__row {
    line-height: 1.5
}

.area-f__title {
    color: #ffba58;
    font-weight: bold;
    font-size: 14px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px
}

.area-f .text {
    color: #d9d9d9
}

.area-f__class {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 110px
}

.area-f__btn {
    width: 70px;
    height: 25px;
    position: absolute;
    bottom: 2px;
    left: 242px;
    background-image: url("./btn.jpg");
    background-repeat: no-repeat;
    background-size: contain
}
.area-e__title_box {
  display: flex;
  width: 268px;
}
.area-e__item.active .area-e__title_box {
  display: block;
}
.area-f__btn:hover {
    background-image: url("./btn-hover.jpg")
}

.area-d__time {
  color: #fff;
}
.area-d__item:first-child .area-d__time {
  color: #00d500;
}
.area-d__item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.area-d__item:nth-child(odd)::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 100%
  );
  transform: skewX(-30deg);
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 20%;
  }
  50% {
    left: 40%;
  }
  100% {
    left: 150%;
  }
}
.area-e__rl{
  width: 380px;
  height: 142px;
  margin: 26px;
  position: relative;
  top: 13px;
}
.area-e__rl img {
  width: 100%;
  height: 100%;
}

.gogame-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 75px;
    height: 28px;
    background: url("./gogame.gif") no-repeat;
}