/* 未能缩小。正在返回未缩小的内容。
(35,1): run-time error CSS1019: Unexpected token, found '@charset'
(35,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(35,17): run-time error CSS1019: Unexpected token, found ';'
(227,16655): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(227,16696): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(227,16760): run-time error CSS1019: Unexpected token, found '@keyframes'
(227,16793): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
 */


/*標準化*/


/*margin padding 標準化*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}


/*標題 font-size 的標化*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}


/*移除清單list-style樣式*/

ol,
ul {
    list-style: none;
}


/*font-style,font-weight*/

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: bold;
}


/*del table border*/

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


/*del fieldset and img border*/

fieldset,
img {
    border: 0;
}


/*caption and th text-align:left*/

caption,
th {
    text-align: left;
}


/*del q的引號*/

q:before,
q:after {
    content: '';
}


/*clear float*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    outline: none;
    /* for Firefox Google Chrome  */
    behavior: expression(this.onFocus=this.blur());
    /* for IE */
}

@charset "utf-8";

/*GLOBAL*/

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

body {
    background: #F5F6F7;
}

li {
    list-style: none;
}

input {
    outline: none;
}

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

a:hover {
    text-decoration: none;
    color: #e71a1a;
}

.t1 {
    color: #eb1919;
}

.t2 {
    color: #1ca526;
}

.t3 {
    color: #1474e0;
}

.clr {
    clear: both;
}

.wrap {
    width: 1000px;
    margin: auto;
}

.btn {
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    margin-left: 5px;
    padding: 0 20px;
    border: none;
    color: #FFF;
    cursor: pointer;
}

.btn:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2)
}

.btn-1 {
    background: #eb1919;
}

.btn-2 {
    background: #1483ff;
}


/*HEADER*/

.header-bar {
    background: #ebebeb;
    line-height: 32px;
    height: 32px;
    color: #828282;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-bar strong {
    color: #eb1919;
    float: left;
}

.header-bar strong:before {
    content: "";
    display: inline-block;
    background: url("../images/icon-notice.png") no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.header-bar .scrollleft {
    float: left;
    width: 888px;
}

.header-bar .scrollleft ul {
    width: 930px;
}

.header {
    height: 116px;
    background: #FFF;
    overflow: hidden;
}

.header h1 {
    float: left;
    margin-top: 17px;
}

.header-fr {
    float: right;
    width: 600px;
    margin-top: 10px;
    font-size: 14px;
}


/*.header .logo{display:inline-block;background:url("../images/logo.gif") no-repeat left center;width:300px;height:116px;}*/

.time {
    float: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 77px;
}

.time i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/time.png") no-repeat;
    background-size: 15px auto;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

#localtime font {
    font-size: 12px;
}


/*NAV*/


/*BANNER*/

.banner {
    height: 220px;
    background-position: center top;
}

.banner-about {
    background-image: url("../images/banner-about.png?v=1");
}

.banner-event {
    background-image: url("../images/banner-event.png");
}

.banner-game {
    background-image: url("../images/egame.png?v=1");
}

.banner-real {
    background-image: url("../images/real.png?v=1");
}

.banner-sport {
    background-image: url("../images/sport.png?v=1");
}

.banner-lottery2 {
    background-image: url("../images/banner-lottery2.jpg");
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 484px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 484px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #FFF;
}


/*INDEX*/

.index-lottery {
    margin-left: -30px;
    margin-top: 10px;
}

.index-lottery li {
    float: left;
    width: 16.66%;
    position: relative;
}

.index-lottery a {
    display: block;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 160px;
    margin: 20px 0 0 30px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
}

.index-lottery a:before {
    content: "";
    background: url("../images/index-lottery.png?bst");
    margin-top: 10px;
    display: inline-block;
    /* width: 100px;
    height: 100px; */
}

.index-lottery a:after {
    content: "";
    display: block;
    background: #e71a1a;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.index-lottery a:hover {
    color: #e71a1a;
    transform: scale(1.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.index-lottery a:hover:after {
    height: 3px;
}

.index-lottery a.lottery-2:before {
    background-position: -100px 0;
}

.index-lottery a.lottery-3:before {
    background-position: -200px 0;
}

.index-lottery a.lottery-4:before {
    background-position: -300px 0;
}

.index-lottery a.lottery-5:before {
    background-position: -400px 0;
}

.index-lottery a.lottery-6:before {
    background-position: -500px 0;
}

.index-lottery a.lottery-7:before {
    background-position: -600px 0;
}

.index-lottery a.lottery-8:before {
    background-position: -700px 0;
}

.index-lottery a.lottery-9:before {
    background-position: -800px 0;
}

.index-lottery a.lottery-10:before {
    background-position: -900px 0;
}

.index-lottery a.lottery-11:before {
    background-position: -1000px 0;
}

.index-lottery a.lottery-12:before {
    background-position: -1100px 0;
    width: 100px;
    height: 100px;
}

.index-url {
    margin-top: 30px;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 120px;
}

.index-url li {
    float: left;
    width: 25%;
}

.index-url a {
    display: block;
    border-left: 1px solid #e3e3e3;
    height: 40px;
    margin-top: 40px;
    font-size: 16px;
    padding-left: 60px;
    text-decoration: none;
}

.index-url span {
    font-size: 12px;
    display: block;
    opacity: 0.5;
}

.index-url a:before {
    content: "";
    display: block;
    float: left;
    margin-top: -5px;
    width: 50px;
    height: 50px;
    background-image: url("../images/index-url.png");
    transition: all 0.2s;
}

.index-url a:hover {
    color: #e71a1a;
}

.index-url li:first-child a {
    border: none;
}

.index-url a.url-2:before {
    background-position: -50px 0;
}

.index-url a.url-3:before {
    background-position: -100px 0;
}

.index-url a.url-4:before {
    background-position: -150px 0;
}

.index-url a.url-1:hover:before {
    background-position: 0 -50px;
}

.index-url a.url-2:hover:before {
    background-position: -50px -50px;
}

.index-url a.url-3:hover:before {
    background-position: -100px -50px;
}

.index-url a.url-4:hover:before {
    background-position: -150px -50px;
}

.index-url a.url-2:hover:before {
    background-position: -50px -50px;
}

.index-game {
    margin-top: 30px;
    margin-left: -4px;
    text-align: center;
}

.index-game li {
    float: left;
    width: 25%;
}

.index-game a {
    display: block;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 400px;
    margin-left: 4px;
    transition: all 0.2s;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    width: 100%;
}

.index-game img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s;
}

.index-game a:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    font-size: 22px;
    width: 110%;
}

.index-game a:hover img {
    transform: translate(-40%, -55%) scale(1.1);
}

.index-game a:before {
    content: "";
    display: block;
    height: 310px;
}

.index-game span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    font-weight: normal;
}

.index-game a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 3px;
}

.index-game a.game-1:after {
    background: #83c44e;
}

.index-game a.game-2:after {
    background: #2196f3;
}

.index-game a.game-3:after {
    background: #7335e5;
}

.index-game a.game-4:after {
    background: #e53935;
}


/*FOOTER*/

.footer {
    background: #EEEEEE;
    margin-top: 30px;
    padding-top: 50px;
    font-size: 14px;
}

.footer-list {
    height: 180px;
    overflow: hidden;
}

.footer-list li {
    float: left;
    /* border-right: 1px solid #d3d3d3; */
    width: 160px;
    margin-right: 30px;
}

.footer-list li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.footer-list li strong {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-list li a {
    display: block;
    line-height: 26px;
}

.footer-list li:nth-child(2) {
    text-indent: 2.6rem;
}

.footer-list li:nth-child(2) a {
    text-indent: 2.85rem;
}

.footer-list .footer-1 {
    width: 160px;
}

.footer-list .footer-1>img {
    margin-left: 15px;
}

.footer p {
    display: block;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
}

.footer p img {
    margin-top: 10px;
}

.footer .cpr {
    background: #1b1b1b;
    color: #FFF;
    text-align: center;
    height: 46px;
    line-height: 46px;
    margin-top: 30px;
}


/*CONTENT*/

.content {
    padding-top: 30px;
    text-align: center;
}

.content-right {
    float: right;
    width: 650px;
    background: #FFF;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.content-right h2 {
    font-size: 18px;
    color: #eb1919;
    margin-bottom: 20px;
}

.content-right p {
    color: #666;
    line-height: 26px;
}

.content-right p strong {
    color: #eb1919;
}

.content-right h3 {
    text-align: center;
    background: url("../images/h3-bg.png") repeat-x;
    margin-bottom: 20px;
}

.content-form h3 span {
    display: inline-block;
    font-size: 18px;
    color: #5682d2;
    border: 1px dashed #5682d2;
    background: #FFF;
    padding: 0 20px;
    line-height: 32px;
}

.content-form label {
    float: left;
    display: block;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    line-height: 38px;
}

.content-form em {
    font-style: normal;
    font-size: 12px;
}

.content-form input,
.content-form select {
    float: left;
    border: 1px solid #d8d8d8;
    line-height: 38px;
    height: 38px;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.content-form input:hover {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1)
}

.content-form select {
    padding: 0 10px;
}

.content-form li {
    clear: both;
}

.content-form em {
    color: #999;
}

.content-form em strong {
    font-size: 12px;
}

.content-form strong {
    color: #ff0000;
    font-weight: normal;
}

.content-form .submit,
.content-form .reset {
    padding: 0 40px;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    background: #eb1919;
    border: none;
    cursor: pointer;
}

.content-form .reset {
    background: #1483ff;
}

.content-form .submit:hover,
.content-form .reset:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2)
}


/*MENU*/

.menu {
    float: left;
    width: 275px;
    background: url("../images/menu-bg.png") repeat-y;
}

.menu-list a {
    display: block;
    height: 62px;
    font-size: 16px;
    text-align: left;
    padding-top: 20px;
    text-decoration: none;
}

.menu-list a:before {
    content: "";
    background: url("../images/menu-list.png") no-repeat;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: -5px 5px 0 60px;
}

.menu-list span {
    display: block;
    font-size: 12px;
    color: #888;
}

.menu-list a:hover,
.menu-list a.active {
    background: url("../images/menu-active.png");
    color: #FFF;
}

.menu-list a:hover span,
.menu-list a.active span {
    color: #FFF;
}

.menu-list a.menu-2:before {
    background-position: 0 -50px;
}

.menu-list a.menu-3:before {
    background-position: 0 -100px;
}

.menu-list a.menu-4:before {
    background-position: 0 -150px;
}

.menu-list a.menu-5:before {
    background-position: 0 -200px;
}

.menu-list a.menu-1:hover:before,
.menu-list a.menu-1.active:before {
    background-position: -50px 0;
}

.menu-list a.menu-2:hover:before,
.menu-list a.menu-2.active:before {
    background-position: -50px -50px;
}

.menu-list a.menu-3:hover:before,
.menu-list a.menu-3.active:before {
    background-position: -50px -100px;
}

.menu-list a.menu-4:hover:before,
.menu-list a.menu-4.active:before {
    background-position: -50px -150px;
}

.menu-list a.menu-5:hover:before,
.menu-list a.menu-5.active:before {
    background-position: -50px -200px;
}


/*EVENT*/

.event-list li {
    margin-bottom: 30px;
}

.event-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #FFF;
    padding: 10px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.event-content img {
    float: left;
    margin-right: 20px;
    width: 720px;
}

.event-content h3 {
    display: inline-block;
    font-size: 22px;
    color: #EB1919;
}

.more {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    background: #EB1919;
    color: #FFF;
    position: absolute;
    bottom: 10px;
}

.event-list-more {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #FFF;
    display: none;
}


/*pop*/

.pop {
    top: 50%;
    position: absolute;
    width: 134px;
    height: 389px;
    background: url(../images/fl.png) no-repeat;
    left: 20px;
    overflow: hidden;
    z-index: 100;
    transform: translateY(-50%);
    transition: all 0.8s ease-out;
    margin-top: 0;
}

.pop span,
.pop_1 span {
    cursor: pointer;
    margin-left: 30px;
    display: block;
    width: 70px;
    height: 22px;
    text-indent: -9999px;
    margin-top: 370px;
}

.pop_1 {
    top: 50%;
    position: absolute;
    width: 134px;
    height: 389px;
    background: url(../images/fr.png) no-repeat;
    right: 20px;
    overflow: hidden;
    z-index: 100;
    transform: translateY(-50%);
    transition: all 0.8s ease-out;
    margin-top: 0;
}


/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}


/**default css style**/

#direction p,
#direction li {
    line-height: 22px;
}

#direction address,
#direction blockquote,
#direction dd,
#direction dl,
#direction dt,
#direction fieldset,
#direction form,
#direction h1,
#direction h2,
#direction h3,
#direction h4,
#direction h5,
#direction h6,
#direction noframes,
#direction ol,
#direction p,
#direction ul,
#direction center,
#direction dir,
#direction hr,
#direction menu,
#direction pre {
    display: block
}

#direction li {
    display: list-item
}

#direction table {
    display: table
}

#direction tr {
    display: table-row
}

#direction thead {
    display: table-header-group
}

#direction tbody {
    display: table-row-group
}

#direction tfoot {
    display: table-footer-group
}

#direction col {
    display: table-column
}

#direction colgroup {
    display: table-column-group
}

#direction td,
#direction th {
    display: table-cell;
}

#direction caption {
    display: table-caption
}

#direction th {
    font-weight: bolder;
    text-align: center
}

#direction caption {
    text-align: center
}

#direction h1 {
    font-size: 2em;
    margin: .67em 0
}

#direction h2 {
    font-size: 1.5em;
    margin: .75em 0
}

#direction h3 {
    font-size: 1.17em;
    margin: .83em 0
}

#direction h4,
#direction p,
#direction blockquote,
#direction ul,
#direction fieldset,
#direction form,
#direction ol,
#direction dl,
#direction dir,
#direction menu {
    margin: 1.5em 0
}

#direction table h4,
#direction table p,
#direction table blockquote,
#direction table ul,
#direction table fieldset,
#direction table form,
#direction table ol,
#direction table dl,
#direction table dir,
#direction table menu {
    margin: 0
}

#direction h5 {
    font-size: .83em;
    margin: 1.5em 0
}

#direction h6 {
    font-size: .75em;
    margin: 1.67em 0
}

#direction h1,
#direction h2,
#direction h3,
#direction h4,
#direction h5,
#direction h6,
#direction b,
#direction strong {
    font-weight: bolder
}

#direction blockquote {
    margin-left: 40px;
    margin-right: 40px
}

#direction i,
#direction cite,
#direction em,
#direction var,
#direction address {
    font-style: italic
}

#direction pre,
#direction tt,
#direction code,
#direction kbd,
#direction samp {
    font-family: monospace
}

#direction pre {
    white-space: pre
}

#direction button,
#direction textarea,
#direction input,
#direction object,
#direction select {
    display: inline-block;
}

#direction big {
    font-size: 1.17em
}

#direction small,
#direction ub,
#direction sup {
    font-size: .83em
}

#direction sub {
    vertical-align: sub
}

#direction sup {
    vertical-align: super
}

#direction table {
    border-spacing: 2px;
}

#direction thead,
#direction tbody,
#direction tfoot {
    vertical-align: middle
}

#direction td,
#direction th {
    vertical-align: inherit
}

#direction s,
#direction strike,
#direction del {
    text-decoration: line-through
}

#direction hr {
    border: 1px inset
}

#direction ol,
#direction ul,
#direction dir,
#direction menu,
#direction dd {
    margin-left: 40px
}

#direction ul {
    list-style-type: disc;
    padding-left: 12px;
}

#direction ol {
    list-style-type: decimal;
    padding-left: 15px;
}

#direction ol #direction ul,
#direction ul ol,
#direction ul ul,
#direction ol ol {
    margin-top: 0;
    margin-bottom: 0
}

#direction u,
#direction ins {
    text-decoration: underline
}

#direction br:before {
    content: "\A"
}

#direction :before,
#direction :after {
    white-space: pre-line
}

#direction center {
    text-align: center
}

#direction abbr,
#direction acronym {
    font-variant: small-caps;
    letter-spacing: 0.1em
}

#direction :link,
#direction :visited {
    text-decoration: underline
}


/* #direction :focus { outline: thin dotted invert } */


/* Begin bidirectionality settings (do not change) */

#direction BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override
}

#direction BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override
}

#direction *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed
}

#direction *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed
}

#direction .marker {
    background-color: Yellow;
}

#direction ul.mtab-menual {
    margin-left: 0px;
}


/**promotion-style (for new promotion)**/

.promotion-style p,
.promotion-style li {
    line-height: 22px;
}

.promotion-style address,
.promotion-style blockquote,
.promotion-style dd,
.promotion-style dl,
.promotion-style dt,
.promotion-style fieldset,
.promotion-style form,
.promotion-style h1,
.promotion-style h2,
.promotion-style h3,
.promotion-style h4,
.promotion-style h5,
.promotion-style h6,
.promotion-style noframes,
.promotion-style ol,
.promotion-style p,
.promotion-style ul,
.promotion-style center,
.promotion-style dir,
.promotion-style hr,
.promotion-style menu,
.promotion-style pre {
    display: block
}

.promotion-style li {
    display: list-item
}

.promotion-style table {
    display: table
}

.promotion-style tr {
    display: table-row
}

.promotion-style thead {
    display: table-header-group
}

.promotion-style tbody {
    display: table-row-group
}

.promotion-style tfoot {
    display: table-footer-group
}

.promotion-style col {
    display: table-column
}

.promotion-style colgroup {
    display: table-column-group
}

.promotion-style td,
.promotion-style th {
    display: table-cell;
}

.promotion-style caption {
    display: table-caption
}

.promotion-style th {
    font-weight: bolder;
    text-align: center
}

.promotion-style caption {
    text-align: center
}

.promotion-style h1 {
    font-size: 2em;
    margin: .67em 0
}

.promotion-style h2 {
    font-size: 1.5em;
    margin: .75em 0
}

.promotion-style h3 {
    font-size: 1.17em;
    margin: .83em 0
}

.promotion-style h4,
.promotion-style p,
.promotion-style blockquote,
.promotion-style ul,
.promotion-style fieldset,
.promotion-style form,
.promotion-style ol,
.promotion-style dl,
.promotion-style dir,
.promotion-style menu {
    margin: 1.5em 0
}

.promotion-style table h4,
.promotion-style table p,
.promotion-style table blockquote,
.promotion-style table ul,
.promotion-style table fieldset,
.promotion-style table form,
.promotion-style table ol,
.promotion-style table dl,
.promotion-style table dir,
.promotion-style table menu {
    margin: 0
}

.promotion-style h5 {
    font-size: .83em;
    margin: 1.5em 0
}

.promotion-style h6 {
    font-size: .75em;
    margin: 1.67em 0
}

.promotion-style h1,
.promotion-style h2,
.promotion-style h3,
.promotion-style h4,
.promotion-style h5,
.promotion-style h6,
.promotion-style b,
.promotion-style strong {
    font-weight: bolder
}

.promotion-style blockquote {
    margin-left: 40px;
    margin-right: 40px
}

.promotion-style i,
.promotion-style cite,
.promotion-style em,
.promotion-style var,
.promotion-style address {
    font-style: italic
}

.promotion-style pre,
.promotion-style tt,
.promotion-style code,
.promotion-style kbd,
.promotion-style samp {
    font-family: monospace
}

.promotion-style pre {
    white-space: pre
}

.promotion-style button,
.promotion-style textarea,
.promotion-style input,
.promotion-style object,
.promotion-style select {
    display: inline-block;
}

.promotion-style big {
    font-size: 1.17em
}

.promotion-style small,
.promotion-style ub,
.promotion-style sup {
    font-size: .83em
}

.promotion-style sub {
    vertical-align: sub
}

.promotion-style sup {
    vertical-align: super
}

.promotion-style table {
    border-spacing: 2px;
}

.promotion-style thead,
.promotion-style tbody,
.promotion-style tfoot {
    vertical-align: middle
}

.promotion-style td,
.promotion-style th {
    vertical-align: inherit
}

.promotion-style s,
.promotion-style strike,
.promotion-style del {
    text-decoration: line-through
}

.promotion-style hr {
    border: 1px inset
}

.promotion-style ol,
.promotion-style ul,
.promotion-style dir,
.promotion-style menu,
.promotion-style dd {
    margin-left: 40px
}

.promotion-style ul {
    list-style-type: disc;
    padding-left: 24px;
}

.promotion-style ol {
    list-style-type: decimal;
    padding-left: 24px;
}

.promotion-style ol .promotion-style ul,
.promotion-style ul ol,
.promotion-style ul ul,
.promotion-style ol ol {
    margin-top: 0;
    margin-bottom: 0
}

.promotion-style u,
.promotion-style ins {
    text-decoration: underline
}

.promotion-style br:before {
    content: "\A"
}

.promotion-style :before,
.promotion-style :after {
    white-space: pre-line
}

.promotion-style center {
    text-align: center
}

.promotion-style abbr,
.promotion-style acronym {
    font-variant: small-caps;
    letter-spacing: 0.1em
}

.promotion-style :link,
.promotion-style :visited {
    text-decoration: underline
}


/* .promotion-style :focus { outline: thin dotted invert } */


/* Begin bidirectionality settings (do not change) */

.promotion-style BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override
}

.promotion-style BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override
}

.promotion-style *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed
}

.promotion-style *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed
}

.promotion-style .marker {
    background-color: Yellow;
}

.promotion-style ul.mtab-menual {
    margin-left: 0px;
}

table {
    border-width: 1px;
}


/* 優惠 */

#MemberExclusive_area {
    margin: 15px auto;
}

#MemberExclusive_area .eventtext {
    width: 100%;
    display: none;
}

#MemberExclusive_area .eventtext img {
    display: block;
}

#MemberExclusive_area .MemberExclusive {
    width: 100%;
    margin-bottom: 5px;
    clear: both;
}

#MemberExclusive_area .memExclusive,
#MemberExclusive_area .memExclusive a {
    background-position: 50% 0;
    cursor: pointer;
    width: 100%;
}

#MemberExclusive_area .memExclusive a {
    display: block;
}


/*Dialog*/

#ele-mem-exclusive-dialog-area {
    margin: 15px 12px;
    text-align: left;
    display: none;
}

#ele-mem-exclusive-dialog-area .eventtext-dialog {
    width: 100%;
    display: none;
}

#ele-mem-exclusive-dialog-area .eventtext-dialog img {
    display: block;
}

#ele-mem-exclusive-dialog-area .js-mem-exclusive-dialog {
    display: inline-block;
    margin: 5px;
}

#ele-mem-exclusive-dialog-area .eventcontent-dialog,
#ele-mem-exclusive-dialog-area .eventcontent-dialog a {
    background-position: 50% 0;
    cursor: pointer;
    width: 100%;
}

#ele-mem-exclusive-dialog-area .eventcontent-dialog a {
    display: block;
}

#js-mem-exclusive-box-up {
    position: absolute;
    left: 14px;
    top: 150px;
    background: url(../images/buttons.png) -40px 3px no-repeat;
    opacity: 0;
    width: 20px;
    height: 63px;
    cursor: pointer;
    background-color: #eee;
    z-index: 1;
}

#js-mem-exclusive-box-down {
    position: absolute;
    right: 16px;
    top: 150px;
    background: url(../images/buttons.png) -60px 3px no-repeat;
    width: 20px;
    height: 63px;
    cursor: pointer;
    opacity: 0;
    background-color: #eee;
    z-index: 1;
}

#js-mem-exclusive-box-content {
    overflow: auto;
    height: 100%;
    padding-right: 16px;
    padding-bottom: 12px;
}

#js-mem-exclusive-box.ui-dialog-content {
    padding: .5em 1em .5em 1.1em;
}


/* B.tipsmoney样式 */

.ele-obalance-wrap {
    width: 12px;
    height: 12px;
    line-height: 15px !important;
    display: inline-block;
    *display: inline;
}

.money_icon {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    vertical-align: -1px;
}

.ele-obalance-item-wrap {
    position: absolute;
    width: 270px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid #CCC 9;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    background: #FAFAFA;
    cursor: default;
    z-index: 10000;
    display: none;
    left: 0;
}

.ele-obalance-item {
    padding: 16px;
    border: 1px solid #EEE;
}

.ele-obalance-item strong {
    font-weight: normal;
}

.ele-obalance {
    padding-bottom: 4px;
    color: #444;
}

.ele-obalance a {
    padding-bottom: 4px;
    color: #999 !important;
    text-decoration: none;
}

.ele-obalance a:hover {
    padding-bottom: 4px;
    color: #f00 !important;
    text-decoration: none;
}


/* 額度轉換 */

.ele-balance-tool {
    padding: 4px;
    background: #F4F4F4;
}

.ele-balance-tool a {
    float: right;
    padding: 4px 8px;
    color: #FFF !important;
    background: #999 !important;
    -o-transition: background-color .20s linear;
    -webkit-transition: background-color .20s linear;
    -moz-transition: background-color .20s linear;
    transition: background-color .20s linear;
    border-radius: 2px;
    text-decoration: none;
}

.ele-balance-tool a:hover {
    background: #F00 !important;
    color: #FFF !important;
    text-decoration: none;
}


/* E.tipsmoney样式 */


/* B.真人页面公共 */

#game_classify {
    height: auto;
    margin: 0px auto;
}

.icon_title {
    float: left;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
}

.icon_line {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.icon_line a {
    text-decoration: none;
}

.icon_line a:hover {
    text-decoration: none;
}

#liveGames ul {
    text-align: center;
    font-size: 0;
    list-style: none;
}

#liveGames ul li.live1 {
    background: url(../images/live_AG.png) center 30px no-repeat;
}

#liveGames ul li.live2 {
    background: url(../images/live_AG_WAP.png) center 30px no-repeat;
}

#liveGames ul li.live3 {
    background: url(../images/live_BB.png) center 30px no-repeat;
}

#liveGames ul li.live4 {
    background: url(../images/live_MG.png) center 30px no-repeat;
}

#liveGames ul li.live5 {
    background: url(../images/live_DS.png) center 30px no-repeat;
}

#liveGames ul li.live6 {
    background: url(../images/live_HG.png) center 30px no-repeat;
}

#liveGames ul li a {
    position: relative;
    background: url(../images/live_Background.png) center 0 no-repeat;
    _background: url(../images/live_Background_ie6.png) center 0 no-repeat;
}

#liveGames ul li a:hover {
    background-position: center bottom;
}


/**********文字图********************/

#liveGames ul li.live1 a span {
    background: url(../images/liveAG.png) center center no-repeat;
}

#liveGames ul li.live2 a span {
    background: url(../images/livePT.png) center center no-repeat;
}

#liveGames ul li.live3 a span {
    background: url(../images/liveBB.png) center center no-repeat;
}

#liveGames ul li.live4 a span {
    background: url(../images/liveMG.png) center center no-repeat;
}

#liveGames ul li.live5 a span {
    background: url(../images/liveDS.png) center center no-repeat;
}

#liveGames ul li.live6 a span {
    background: url(../images/liveHG.png) center center no-repeat;
}

#liveGames ul li a span {
    width: 160px;
    height: 40px;
    display: block;
    margin: 0px auto;
    margin-top: 220px;
    cursor: pointer;
}

#liveGames ul li {
    margin: 5px;
}

#liveGames ul li,
#liveGames ul li a {
    display: inline-block;
    *display: inline;
    width: 305px;
    height: 275px;
    float: left;
}

#liveGames {
    width: 950px;
    margin: 0 auto;
    min-width: 950px;
    min-height: 100%;
}


/* E.真人页面公共 */


/* B.底部样式 */

#ele-float-top-wrap {
    position: fixed;
    right: 5px;
    bottom: 51px;
    min-width: 40px;
    z-index: 20;
}

#ele-float-top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    display: none;
}

.ele-float-top-btn {
    margin-top: 2px;
    display: block;
    position: relative;
    height: 40px;
    border-radius: 3px;
    transition: opacity 0.6s ease;
    background-color: white;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#ele-float-top-up {
    display: none;
    cursor: pointer;
    margin-top: -40px;
    background-image: url('../images/float_top_up.png');
}

.ele-float-top-btn:hover {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    background-position: 50% 100%;
}

#popmessage {
    padding: 0px;
    display: none;
}

#popmessage #popmsgnum {
    color: #f00;
}

#popcontent {
    padding: 5px 10px;
}

#poptitle a {
    line-height: 24px;
    font-size: 14px;
    font-family: 'microsoft yahei', 'Helvetica', simhei, simsun, sans-serif;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#poptitle a:hover {
    color: #f60;
}

#popintro a {
    text-indent: 24px;
    line-height: 160%;
    margin: 5px 0;
    color: #666;
    text-decoration: none;
}

#popintro a:hover {
    color: #0066CC;
}

#popmore {
    text-align: right;
    border-top: 1px dotted #ccc;
    line-height: 24px;
    margin: 8px 0 0 0;
}

#popmore a {
    color: #f60;
}

#popmore a:hover {
    color: #f00;
}

#popmessage #pop_mp3 {
    width: 0px;
    height: 0px;
    display: none;
}

#js-notice-pop {
    display: none;
}


/* E.底部样式 */

.displaynone {
    display: none;
}