body {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
a,a:hover,a:active,a:visited{text-decoration: none;outline: none;border: 0;}
img{outline: none;border: 0;}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */


/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
    font-family: 'flexslider-icon';
    src: url('/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/fonts/flexslider-icon.eot');
    src: url('/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/fonts/flexslider-icon.eot#iefix') format('embedded-opentype'), url('/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/fonts/flexslider-icon.woff') format('woff'), url('/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/fonts/flexslider-icon.ttf') format('truetype'), url('/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides > li a {
    height: 100%;
}

.flexslider .slides img {
    width: 100%;
    height: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}


/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
    position: relative;
    margin: 0 auto;
    zoom: 1;
    overflow: hidden;
}

.flexslider .slides {
    zoom: 1;
    height: 100%;
}

.flexslider .slides img {
    height: 100%;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}


.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: 10px;
}

.flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 4px;
    z-index: 9;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    display: block;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flexslider-nav-left .flex-control-nav{text-align: left;left: 4px;}
.flexslider-nav-center .flex-control-nav{text-align: center;}
.flexslider-nav-right .flex-control-nav{text-align: right;right: 4px;}

.flexslider-rect .flex-control-paging li a{
    padding:2px 4px;
    color:#ffe8bb;
    background:#373737;
    border:1px solid #585858;
    border-right-color: #282828;
    border-bottom-color: #282828;
}
.flexslider-rect .flex-control-paging li a.flex-active{
    color:#ffee90;
    background:#4f1f1f;
    font-weight:bold;
    border:1px solid #702c2c;
    border-right-color: #3a1717;
    border-bottom-color: #3a1717;    
}

.flexslider-circle .flex-control-paging li a{
    width: 10px;
    height: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 0;
    color:#eee;
    background:#eee;
    opacity: 0.5;
}
.flexslider-circle .flex-control-paging li a.flex-active{
    color:#8B7D6B;
    background:#8B7D6B;
 
}



.flexslider-navimg .flex-control-paging li a{
    width: 40px;
    height: 40px;
    font-size: 0;
    background: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/1.png) center center no-repeat;
}
.flexslider-navimg .flex-control-paging li.flex-nav1 a{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/1.png);
}
.flexslider-navimg .flex-control-paging li.flex-nav1 a.flex-active{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/1t.png);
}
.flexslider-navimg .flex-control-paging li.flex-nav2 a{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/2.png);
}
.flexslider-navimg .flex-control-paging li.flex-nav2 a.flex-active{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/2t.png);
}
.flexslider-navimg .flex-control-paging li.flex-nav3 a{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/3.png);
}
.flexslider-navimg .flex-control-paging li.flex-nav3 a.flex-active{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/3t.png);
}
.flexslider-navimg .flex-control-paging li.flex-nav4 a{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/4.png);
}
.flexslider-navimg .flex-control-paging li.flex-nav4 a.flex-active{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/4t.png);
}
.flexslider-navimg .flex-control-paging li.flex-nav5 a{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/5.png);
}
.flexslider-navimg .flex-control-paging li.flex-nav5 a.flex-active{
    background-image: url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/5t.png);
}

.flexslider-arab{direction: rtl;}
.flexslider-arab .flex-control-paging li a{
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color:#674905;
    background:#ffdc62;
    border:1px solid #674905;
    border-radius: 4px;
}
.flexslider-arab .flex-control-paging li a.flex-active{
    color:#a06200;
    background:#dfa32e;
    border:1px solid #674905;
}

.flexslider-zj .flex-control-paging li a{
    width: 11px;
    height: 11px;
    font-size: 0;
    background:url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/zj.jpg) no-repeat;
}
.flexslider-zj .flex-control-paging li a.flex-active{
    width: 23px;
    background:url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/zj_a.jpg) no-repeat;
}


.body-ddt{
    background: #ffe5aa;
}
.flexslider-ddt .flex-control-paging li a{
    width: 28px;
    height: 28px;
    text-align:center;
    line-height:28px;
    font-weight:900;
    color: #fff;
    background:url(/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/ddt.png) no-repeat;
}
.flexslider-ddt .flex-control-paging li a.flex-active{
    background-position: 0 -28px;
}


.flexslider-tf .flex-control-paging li a{
    width: 25px;
    height: 25px;
    text-align:center;
    line-height:25px;
    font-weight:bold;
    color: #510000;
    background:url("/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/tf.png") no-repeat;
}
.flexslider-tf .flex-control-paging li a.flex-active{
    background-position: 0 -25px;
}
.body-trimg{
    background: #1498db;
}
.flexslider-trimg{
    background: url("/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/trimg.jpg") repeat-x bottom;
} 
.flexslider-trimg .slides{
    width: 100%;
    height: 192px;
    overflow: hidden;
}
.flexslider-trimg .flex-control-thumbs{
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 86px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    
}
.flexslider-trimg .flex-control-thumbs li{width: auto;margin: 0 2px;}
.flexslider-trimg .flex-control-thumbs img{
    width: 125px;
    height: 80px;
    border:3px solid #fff;
    opacity: 0.5;
}
.flexslider-trimg .flex-control-thumbs img.flex-active{
    border:3px solid #1381ff;
    opacity: 1;
}
.flexslider-trimg .flex-direction-nav a{
    top:auto;
    bottom:38px;
    margin: 0;
}

.flexslider-lopt{
    width: 715px!important;
    height: 225px!important;
}
.flexslider-lopt .flex-control-paging li a{
    width: 19px;
    height: 19px;
    text-align:center;
    line-height:19px;
    color: #DBA75E;
    background:url("/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/lopt.png") no-repeat;
}
.flexslider-lopt .flex-control-paging li a.flex-active{
    color: #ffe99b;
    background-position: 0 -19px;
}


.flexslider-zhpt .flex-control-paging li a{
    width: 14px;
    height: 14px;
    text-align:center;
    font-size: 0;
    background:black;
}
.flexslider-zhpt .flex-control-paging li a.flex-active{
    background:red;
}


.flexslider-naruto .flex-control-paging li a{
    width: 18px;
    height: 18px;
    font-size: 0;
    background:url("/web/20180715144959im_/http://plugins.oasgames.com/lunbo/weget/images/naruto.png") no-repeat;
}
.flexslider-naruto .flex-control-paging li a.flex-active{
    background-position: 0 -18px;
}


.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
