@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500');
@import url(bootstrap.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.0/css/hover.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);
@import url(superslides.min.css);
body {
    font-family: "Tahoma", Helvetica Neue, Helvetica, Arial, sans-serif;
    min-width: 1280px;
    padding: 0 auto;
    margin: 0 auto;
    list-style: none;
    background: #191919 url(../images/bg.jpg) center top no-repeat;
    position: relative;
    overflow-x: hidden
}

.char-spec {
    width: 100%;
    background-image: url("../images/header-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 679px;
    position: absolute;
    z-index: 2
}

ul {
    list-style-type: none
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.menutop {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding-top: 16px;
    position: relative;
    z-index: 3;
    color: #666;
    top: 10px
}

.menutop li {
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 53px
}

.menutop ul li:last-child {
    padding-right: 0
}

.menutop ul {
    text-align: center
}

.menutop ul>li {
    display: inline-block
}

.menutop li {
    font-weight: 600;
    padding-top: 6px;
    margin-bottom: 0;
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
    text-transform: uppercase
}

.menutop li span {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    position: relative;
    top: -14px
}

.menutop ul li a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8)
}

.menutop span {
    font-family: "Tahoma", Helvetica Neue, Helvetica, Arial, sans-serif
}

#logo {
    position: relative;
    background: url(../images/logo.png) no-repeat;
    width: 200px;
    height: 200px;
    z-index: 0;
    left: -25px;
    top: 0px;
    margin: 0 auto
}

footer {
    position: relative;
    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 1280px;
    height: 90px;
    margin: 1px 0 0 0;
    overflow: hidden;
    text-align: center;
    background: #070808;
    font-size: 12px
}

footer span {
    display: inline-block;
    position: relative;
    height: 90px;
    color: #7b7b7b;
    font-size: 1/px;
    line-height: 90px;
    letter-spacing: 1px
}

footer span:after {
    content: "";
    position: absolute;
    left: -150px;
    top: 35%;
    margin-top: -10px) no-repeat center;
    width: 121px;
    height: 46px;
    display: inline-block;
    border-color: black
}

.box-content {
    padding: 15px;
    background: #fff
}

.social_button a {
    position: absolute;
    color: #404dad;
    font-size: 20px;
    top: -3px;
    left: 0;
    margin-left: 10px
}

.social_button a:hover {
    color: #515db6
}

.header_container {
    width: 100%;
    min-height: 400px;
    font-family: "Poppins", Kanit, sans-serif;
    position: relative;
    margin: 0 auto
}

.header_container::after {
    display: block;
    content: "";
    position: absolute;
    top: 2em;
    width: 100%;
    height: 535px;
    background-position: 50% 50%;
    z-index: 5
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 650px;
    top: 0;
    background-image: url("");
    background-repeat: repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    pointer-events: none
}

.left {
    float: left
}

.right {
    float: right
}

.body_bg {
    position: relative;
    z-index: 20
}

.content_bg {
    background: #17191a;
    position: relative;
    top: -3em;
    width: 100%;
    padding: 10px;
    border-radius: 8px
}

.body_left {
    width: 25%;
    float: left
}

.body_middle {
    width: 47.56%;
    float: left;
    margin-left: 15px;
    margin-right: 15px
}

.body_right {
    width: 25%;
    float: left
}

.wide-container {
    border: 1px solid #2d2b2b;
    background-color: #1e1c1c;
    max-width: 100%;
    height: 250px;
    margin: 0 auto
}

.btn-download {
    width: 100%;
    height: 132px;
    background: url(../images/btn-download.png) center top no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    content: '';
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden
}

.downloadgame {
    position: absolute;
    top: -5px
}

.downloadgame span,
.downloadgame span:after {
    display: block;
    margin: 0 auto;
    width: 307px;
    height: 132px;
    background: url(../images/font-download.png) no-repeat;
    content: "";
    cursor: pointer
}

.downloadgame:hover span {
    animation: linear icoBig 1.6s infinite;
    -webkit-animation: linear icoBig 1.6s infinite
}

.downloadgame:hover span:after {
    opacity: .6;
    animation: linear icoBig2 1.6s infinite;
    -webkit-animation: linear icoBig2 1.6s infinite
}

@-webkit-keyframes icoBig {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    30% {
        -webkit-transform: scale(.93);
        transform: scale(.93)
    }
    45% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes icoBig {
    0% {
        transform: scale(1)
    }
    20% {
        transform: scale(1.05)
    }
    30% {
        transform: scale(.93)
    }
    45% {
        transform: scale(1.04)
    }
    60% {
        transform: scale(1)
    }
}

@-webkit-keyframes icoBig2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes icoBig2 {
    0% {
        transform: scale(1)
    }
    20% {
        opacity: 0;
        transform: scale(1.3)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

.boxbtn-topcontent-class {
    border: 2px solid #211e1e;
    border-radius: 6px 6px 0 0;
    position: relative
}

.boxbtn-topcontent {
    border: 2px solid #211e1e;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.contact_body_left {
    width: 100%;
    float: left;
    border-radius: 6px;
    border: 2px solid #2d2b2b;
    background-color: #1e1c1c;
    padding: 15px
}

.btn-login {
    border: 2px solid #2d2b2b;
    background-color: #1e1c1c;
    border-radius: 0 0 6px 6px;
    width: 100%;
    min-height: 216px;
    position: relative;
    padding: 20px
}

.loginbox {
    width: 65%;
    position: relative;
    float: left;
    padding-right: 15px
}

.submitbox {
    width: 35%;
    position: relative;
    float: left;
    font-family: "Poppins", Tahoma, Helvetica Neue, Helvetica, Arial, sans-serif
}

.btn-submit {
    background-color: #fbcb00;
    border: 0;
    width: 100%;
    color: #2b2b2b;
    height: 81px;
    top: 1px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    position: relative;
    float: left
}

.btn-submit:hover {
    color: #fff;
    background-color: #e8ae00
}

.box_php_right {
    width: 73.78%;
    float: left;
    padding: 15px;
    padding-top: 10px;
    margin-left: 15px;
    border: 2px solid #2d2b2b;
    background-color: #1e1c1c;
    border-radius: 6px;
    min-height: 1159px
}

.hilight_body_middle {
    width: 100%;
    float: left;
    border-radius: 6px;
    border: 2px solid #2d2b2b;
    background-color: #1e1c1c;
    padding: 15px
}

.hilight_body_middle img {
    opacity: 1
}

.hilight_body_middle img:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.body_menu_left {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
    border: 2px solid #2d2b2b;
    background-color: #1e1c1c
}

.ranking_body_right {
    width: 100%;
    float: left;
    padding: 15px;
    padding-top: 10px;
    min-height: 216px;
    border-radius: 6px;
    border: 2px solid #2d2b2b;
    background-color: #1e1c1c
}

.rankings table tr td:hover {
    color: #fff
}

.rankings table tr td:last-child {
    text-align: center
}

.rankings table {
    border-collapse: separate;
    border-spacing: 0 8px;
    position: relative;
    font-size: 14px;
    top: -5px;
    width: 100%
}

.rankings table tr td,
.rankings table tr th {
    vertical-align: middle;
    line-height: 24px
}

.rankings table tr th {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    padding: 0 auto;
    color: #999
}

.rankings h4 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto
}

.fb_body_right {
    width: 100%;
    float: left;
    height: 461px;
    padding: 15px;
    border-radius: 6px;
    border: 2px solid #2d2b2b;
    background-color: #1e1c1c
}

.btn-class {
    border-radius: 6px 6px 0 0;
    border: 2px solid #2d2b2b;
    background-color: #1e1c1c;
    width: 100%;
    height: 330px;
    position: relative;
    padding: 20px
}

.icon-sword {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 46px;
    left: 0;
    top: 15px;
    background-color: #910a0a;
    background-size: 100% auto;
    z-index: 0
}

.menuright ul li a {
    font-size: 14px;
    font-family: "Poppins";
    padding: 8px 0 6px 0;
    color: #fbcb00;
    position: relative;
    z-index: 10;
    left: -38px;
    display: block;
    transition: .3s
}

.menuright ul li a:hover {
    padding: 8px 0 6px 20px;
    color: #910a0a
}

.showclass img {
    position: absolute;
    bottom: 0;
    right: -2em;
    overflow;
    hidden
}

.btn-time {
    background: url(../images/bg-time.jpg) no-repeat;
    width: 100%;
    height: 117px;
    position: relative;
    padding: 20px;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    margin-bottom: 15px
}

.btn-time h3 {
    font-size: 18px;
    color: #4d2c1c;
    position: absolute;
    right: 25px;
    font-family: Poppins;
    top: -5px
}

.btn-time span {
    color: #333;
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 12px
}

.btn-time h2 {
    position: absolute;
    top: 40px;
    right: 28px;
    font-family: Kanit;
    font-size: 16px;
    color: #d70000
}

.icon-clock {
    position: absolute;
    left: 0;
    top: 0;
    width: 124px;
    height: 117px;
    background-image: url(../images/ma-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 2
}

.content_body_middle {
    width: 100%;
    float: left;
    padding-top: 15px
}

.content_event_middle {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 0
}

.list-class li {
    list-style-type: none;
    margin: 0 0 7.4px 0;
    padding: 0 0 5px 0
}

.list-news {
    margin: 0;
    padding: 0
}

.list-news li {
    list-style-type: none;
    margin: 0 0 7.4px 0;
    padding: 8px 0 15px 0;
    border-bottom: 1px dashed #424242
}

.list-news a {
    color: #a7a7a7
}

.list-news a:hover {
    color: #fff
}

.boxtext-news {
    width: 385px;
    height: 21px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?';
    display: inline-block;
    vertical-align: middle
}

.recent-news {
    width: 500px;
    height: 21px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?';
    display: inline-block;
    vertical-align: middle
}

.boxtext-news-view {
    width: 650px;
    height: 21px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?';
    display: inline-block;
    vertical-align: middle
}

.date-box {
    line-height: 20px;
    color: #6c6c6c;
    opacity: 1;
    font-size: 12px
}

.iconlabel {
    width: 60px;
    height: 25px;
    background: url(../images/icon-label.png) no-repeat left top;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.iconlabel-update {
    background-position: 0 0
}

.iconlabel-news {
    background-position: -60px 0
}

.iconlabel-promotion {
    background-position: -120px 0
}

.font-10 {
    font-size: 10px
}

.btn-scroll {
    background-color: #0c0b09;
    border: 1px solid #1a1a1a;
    width: 50%;
    height: 26px;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    position: relative;
    float: left
}

.btn-scroll-h {
    background-color: #0c0b09;
    border: 1px solid #1a1a1a;
    width: 100%;
    height: 26px;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    position: relative
}

.btn-scroll:hover {
    background-color: #090806
}

.news .tabs ul {
    list-style: none;
    padding: 0 auto;
    margin: 0 auto;
    vertical-align: center;
    width: 100%;
    position: relative;
    right: -6.6em;
    top: -40px;
    z-index: 15
}

.news .tabs ul li a {
    font: 12px "Poppins", Kanit, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #929292;
    display: block;
    text-transform: uppercase;
    float: left;
    padding: 5px 20px;
    margin: 0 4px;
    margin-bottom: -24px;
    transition: .2s
}

.img-ac {
    width: 200px;
    height: 109px
}

.thumb-boxnews {
    overflow: hidden
}

.boxnews .thumb-boxnews img {
    -webkit-transition-property: -ms-transform, transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-property: -ms-transform, transform, -webkit-transform;
    transition-duration: .5s;
    transition-timing-function: ease
}

.boxnews:hover .thumb-boxnews img {
    -ms-transform: rotate(10deg) scale(1.5, 1.5);
    -webkit-transform: rotate(10deg) scale(1.5, 1.5);
    transform: rotate(10deg) scale(1.5, 1.5)
}

#menu-1,
#menu-2,
#menu-3,
#menu-4,
#menu-5 {
    position: relative;
    left: 5px;
    color: #fff;
    background: #1e1c1c;
    border: 3px solid #424242;
    border-radius: 100px;
    text-decoration: none
}

.class_list span {
    padding: 0 7px;
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 5
}

.class_list :hover {
    color: #999
}

.padding-content-hilight {
    width: 100%;
    position: relative
}

.padding-content {
    width: 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 0
}

.contact_body_left span {
    color: #a7a7a7
}

.line-bottom {
    width: 100%;
    height: 1px;
    padding-top: 8.5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #424242
}

.title {
    font-family: Poppins;
    font-size: 16px;
    color: #fbcb00;
    line-height: 15px;
    min-height: 25px;
    width: 100%;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #424242;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?'
}

.title i {
    font-size: 16px;
    color: #6c6c6c
}

.title span {
    font-size: 10px;
    font-weight: normal;
    color: #fff
}

.title-view {
    line-height: 25px;
    min-height: 35px;
    width: 100%;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px dashed #424242;
    margin-bottom: 15px
}

.title-view p {
    font-size: 16px;
    color: #910a0a;
    width: 70%;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?'
}

.title-view i {
    font-size: 16px;
    color: #fff
}

.moreicon {
    float: right;
    color: #fff;
    display: block;
    font-size: 16px
}

.moreright {
    position: absolute;
    right: 0;
    top: 0;
    float: left;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 500
}

.moreright i {
    font-size: 18px;
    color: #354e8c
}

.moreright i:hover {
    color: #354e8c
}

.img-view {
    width: 100%;
    background-color: #0c0b09;
    padding: 10px;
    border: 1px solid #1a1a1a;
    margin-top: 15px;
    margin-bottom: 15px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.header_text {
    position: relative;
    z-index: 1;
    font-family: "Poppins"
}

.header_text h3 {
    color: #fff;
    margin-top: 0
}

.header_text span {
    position: relative;
    color: #fff;
    top: -16px;
    left: 1px;
    font-size: 8px
}

.fb-page {
    margin-top: 10px;
    height: 482px
}

.white {
    color: #fff
}

.colorsoft {
    color: #6c6c6c
}

.purple {
    color: #8041a2
}

.red {
    color: #f00
}

.gray {
    color: #999
}

.brown {
    color: #6c6c6c
}

.blue {
    color: #2474d5
}

.green {
    color: #5cb85c
}

.orange {
    color: #f2672e
}

.f28 {
    font-size: 28px
}

ul {
    list-style: none
}

li {
    list-style: none
}

.quickLinksleft {
    width: 100%;
    position: relative
}

.quickLinksleft ul,
.quickLinksleft li {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    border-bottom: 1px dashed #424242;
    list-style: none
}

.quickLinksleft ul,
.quickLinksleft li:last-child {
    border-bottom: 0
}

.quickLinksleft li a {
    color: #fbcb00;
    font-family: Poppins;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 17px 0;
    padding-left: 65px;
    position: relative;
    margin-bottom: 3px;
    z-index: 3
}

.bg-marquee {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: url(../images/bg-marquee.png)
}

.bg-marquee p {
    width: 576px;
    font-size: 12px;
    color: #a7a7a7;
    padding: 11.2px 0 0 75px
}

.quickLinksleft li a span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    text-transform: initial;
    color: #6c6c6c
}

.quickLinksleft li a::before {
    width: 54px;
    height: 61px;
    background: url(../images/quickLinksleftImg.png) center top no-repeat;
    content: '';
    position: absolute;
    top: 7px;
    z-index: 3;
    left: 0
}

.quickLinksleft li:nth-child(2) a::before {
    background-position: 0 -70px
}

.quickLinksleft li:nth-child(3) a::before {
    background-position: 0 -140px
}

.quickLinksleft li:nth-child(4) a::before {
    background-position: 0 -197px
}

.quickLinksleft li a::before {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.quickLinksleft li a:hover::before {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.news_box {
    padding-bottom: 13px;
    border-bottom: 1px dashed #424242;
    margin-bottom: 15px
}

.news_box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.news_box dt {
    float: left;
    margin-right: 15px
}

.news_box dt a {
    display: block;
    width: 100%;
    height: 109px;
    overflow: hidden
}

.news_box dd {
    float: left;
    width: 63%;
    overflow: hidden
}

.news_box_view dd {
    float: left;
    width: 63%;
    overflow: hidden
}

.news_box dd p {
    color: #a7a7a7;
    font-size: 12px;
    padding: 4px 0;
    height: 4.6em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.type-tab {
    opacity: 1;
    float: left;
    color: #6c6c6c;
    font-size: 12px
}

.date-tab {
    opacity: 1;
    float: right;
    color: #6c6c6c;
    font-size: 12px
}

.news_box dd h3 a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    margin-top: -20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news_box_view {
    padding-bottom: 13px;
    border-bottom: 1px dashed #b5b5b5;
    margin-bottom: 15px
}

.news_box_view:last-child {
    border-bottom: 0
}

.news_box_view dt {
    float: left;
    margin-right: 15px
}

.news_box_view dt a {
    display: block;
    width: 100%;
    height: 107px;
    overflow: hidden
}

.news_box_view dd {
    float: left;
    width: 75.3%;
    overflow: hidden
}

.news_box_view dd p {
    color: #6c6c6c;
    font-size: 12px;
    padding: 4px 0;
    height: 4.6em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news_box_view dd h3 a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    margin-top: -20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.item-wrapper {
    width: 200px
}

.bank-input1 {
    position: relative;
    background-color: #fff;
    height: 33px;
    line-height: 26px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    border: 3px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 120px
}

.bank-input1:focus {
    outline: 0;
    border-color: #910a0a
}

.bank-input1:focus+.item-button,
.item-button:hover {
    color: #aaa
}

.bank-input2 {
    position: relative;
    background-color: #fff;
    height: 33px;
    line-height: 26px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    border: 3px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 95px
}

.bank-input2:focus {
    outline: 0;
    border-color: #910a0a
}

.bank-input2:focus+.item-button,
.item-button:hover {
    color: #aaa
}

.true-input {
    position: relative;
    background-color: #fff;
    height: 33px;
    line-height: 26px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    border: 3px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 300px
}

.true-input:focus {
    outline: 0;
    border-color: #910a0a
}

.true-input:focus+.item-button,
.item-button:hover {
    color: #aaa
}

.item-input {
    position: relative;
    background-color: #fff;
    height: 33px;
    line-height: 26px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    border: 3px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%
}

.item-input:focus {
    outline: 0;
    border-color: #910a0a
}

.item-input:focus+.item-button,
.item-button:hover {
    color: #aaa
}

.srch-form {
    position: relative;
    width: 44px
}

.srch-wrapper {
    position: absolute;
    top: -80px;
    left: 50.15em;
    width: 44px;
    height: 40px;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.srch-wrapper.open {
    width: 200px
}

.srch-input {
    position: relative;
    background-color: #fff;
    height: 44px;
    line-height: 26px;
    padding: 5px 10px 5px 32px;
    box-sizing: border-box;
    border: 3px solid #dfdfdf;
    border-radius: 100px;
    margin: 0;
    width: 100%
}

.srch-input:focus {
    outline: 0;
    border-color: #910a0a
}

.srch-button {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #ddd;
    width: 44px;
    height: 44px;
    text-align: center
}

.srch-button:focus {
    outline: 0
}

.srch-input:focus+.srch-button,
.srch-button:hover {
    color: #aaa
}

@media (max-width:1280px) {
    body,
    html {
        width: 1280px;
        overflow-x: hidden
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

.userdetail .userdetail-line {
    display: flex;
    margin-bottom: 2px;
    border: 1px solid #1e1c1c;
    border-radius: 4px;
    overflow: hidden
}

.userdetail .userdetail-line>div {
    font-size: .8em;
    padding: 4px 10px;
    display: flex
}

.userdetail .userdetail-line>div.label {
    background-color: #1a1818;
    width: 100px;
}

.userdetail .userdetail-line>div.silk-icon,
.userdetail .userdetail-line>div:not([class]) {
    background-color: #1e1c1c;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.userdetail .userdetail-line>div.silk-icon {
    background-image: url(/image/silk.gif);
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 15px 18px;
    padding-left: 30px
}

.userdetail .userdetail-line>div.refresh-button {
    padding: 0
}

.userdetail .userdetail-line>div.refresh-button button.refresh {
    border-width: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 4px;
    display: flex;
    outline: 0
}

.userdetail .userdetail-line>div.refresh-button button.refresh:before {
    content: "cached";
    font-family: Material Icons;
    font-size: 20px;
    display: flex
}

.userdetail .userdetail-line>div.refresh-button button.refresh.loading:before {
    -webkit-animation: loading-spin 2s linear infinite;
    animation: loading-spin 2s linear infinite
}

.table.truemoney-history .tr {
    display: flex;
    margin: 4px 0;
    text-align: center
}

.table.truemoney-history .tr div {
    color: #777;
    padding: 6px 4px;
    justify-content: center;
    flex: 1!important
}

.table.truemoney-history .tr div:first-child:not(.text-muted) {
    width: 100px!important;
    flex: unset!important
}

.table.truemoney-history .tr:first-child {
    background-color: transparent
}

.table.truemoney-history .tr:first-child div {
    color: #eee;
    font-size: .95em
}

.table.truemoney-history.loading:after {
    content: "Data loading...";
    background-color: #1e120a;
    color: #999;
    border-radius: 5px;
    margin: 4px;
    padding: 7px;
    display: flex;
    flex: 1;
    justify-content: center
}

.table.bosshunt-table .tr {
    display: flex;
    margin: 4px 0;
    text-align: center
}

.table.bosshunt-table .tr div {
    color: #777;
    padding: 6px 4px;
    justify-content: center;
    flex: 1!important
}

.table.bosshunt-table .tr div:first-child:not(.text-muted) {
    width: 60px!important;
    flex: unset!important
}

.table.bosshunt-table .tr div:nth-child(3) {
    width: 80px!important;
    flex: unset!important
}

.table.bosshunt-table .tr:first-child {
    background-color: transparent
}

.table.bosshunt-table .tr:first-child div {
    color: #eee;
    font-size: .95em
}

.table.bosshunt-table .tr:nth-child(2) {
    background-image: -webkit-linear-gradient(-45deg, #ffbf00, #ffdc73, #ffcf40)
}

.table.bosshunt-table .tr:nth-child(2):hover {
    background-color: #ffdc73;
    background-image: none
}

.table.bosshunt-table .tr:nth-child(2) div {
    color: #000!important
}

.table.bosshunt-table .tr:nth-child(3) {
    background-image: -webkit-linear-gradient(-45deg, silver, #eee, silver)
}

.table.bosshunt-table .tr:nth-child(3):hover {
    background-color: silver;
    background-image: none
}

.table.bosshunt-table .tr:nth-child(3) div {
    color: #000!important
}

.table.bosshunt-table .tr:nth-child(4) {
    background-image: -webkit-linear-gradient(-45deg, #ac673d, #b87333, #ac673d)
}

.table.bosshunt-table .tr:nth-child(4):hover {
    background-color: #b87333;
    background-image: none
}

.table.bosshunt-table .tr:nth-child(4) div {
    color: #ddd!important
}

.table.job-table .tr {
    display: flex;
    margin: 4px 0;
    text-align: center
}

.table.job-table .tr div {
    color: #777;
    padding: 6px 4px;
    justify-content: center;
    flex: 1!important
}

.table.job-table .tr div:first-child:not(.text-muted) {
    width: 60px!important;
    flex: unset!important
}

.table.job-table .tr:first-child {
    background-color: transparent
}

.table.job-table .tr:first-child div {
    color: #eee;
    font-size: .95em
}

.table.richest-table .tr {
    display: flex;
    margin: 4px 0;
    text-align: center
}

.table.richest-table .tr div {
    color: #777;
    padding: 6px 4px;
    justify-content: center;
    flex: 1!important
}

.table.richest-table .tr div:first-child:not(.text-muted) {
    width: 60px!important;
    flex: unset!important
}

.table.richest-table .tr:first-child {
    background-color: transparent
}

.table.richest-table .tr:first-child div {
    color: #eee;
    font-size: .95em
}

.table {
    position: relative
}

.table .tr {
    position: relative;
    background-color: #161515;
    border-radius: 6px;
    overflow: hidden
}

.table .tr:hover {
    background-color: #252424
}

.table .tr:hover .stripflag-left:after {
    border-left-color: #1d1008!important
}

.table .tr:hover .stripflag-right:after,
.table tr:hover .stripflag-right:after,
table .tr:hover .stripflag-right:after,
table tr:hover .stripflag-right:after {
    border-right-color: #1d1008!important
}

.table .tr .td,
.table .tr .th {
    position: relative;
    border-width: 0
}

.table .tr .td.stripflag-left,
.table .tr .th.stripflag-left {
    background-color: rgba(130, 80, 50, .1)
}

.table .tr .td.stripflag-left:after,
.table .tr .th.stripflag-left:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 10px solid #130b06;
    display: block
}

.table .tr .td.stripflag-right,
.table .tr .th.stripflag-right {
    background-color: rgba(130, 80, 50, .1)
}

.table .tr .td.stripflag-right:after,
.table .tr .th.stripflag-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right: 10px solid #130b06;
    display: block
}

a.icon-item {
    content: "News";
    background-color: #28a745;
    font-size: .7em;
    font-weight: 700;
    color: #eee;
    margin-right: 10px;
    padding: 2px 4px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase
}

.promotion-menu {
    display: flex;
    justify-content: center
}

.promotion-menu>a {
    background-color: transparent;
    color: #fbcb00;
    margin: 1em;
    padding: 1em;
    border: 3px solid #fbcb00;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .4s
}

.promotion-menu>a.disabled {
    color: #777;
    border: 3px solid #777;
    cursor: default;
    pointer-events: none
}

.promotion-menu>a.disabled:hover {
    background-color: transparent
}

.promotion-menu>a:hover {
    background-color: #fbcb00;
    color: #fff
}

.promotion-menu>a>span {
    display: flex
}

.promotion-menu>a>span:first-child {
    font-size: 1.1em;
    font-weight: 700
}

.promotion-menu>a>span:last-child {
    font-size: .8em
}

.true-logo {
    margin-left: 20px;
    margin-right: 20px;
}