.text_yellow {
    color: #ffd600;
}
.text_red {
    color: #d20000;
}
.text_green {
    color: #00b90e;
}
.text_gold {
    color: #ffd700;
}
.text_purple {
    color: #5d0c7b;
}
.text_grey {
    color: #777;
}
.text_greenBold {
    color: #00b90e;
    font-weight: bold;
}
.text_blue{
    color: #0092e6;
}
/*********  登入頁  *********/
.background-black {
    background: #d8e1ff;
}
.top {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1% 2% 0;
    justify-content: flex-end;
}
.top-language {
    margin: 0 1em;
    border: 1px solid #aaa;
}
.index_logo {
    line-height: 30px;
    margin: auto auto 0.5em 1em;
    font-weight: 700;
    color: #000;
    font-size: 2em;
}
.login_position {
    display: flex;
    padding: 6.5% 5%;
    justify-content: center;
    align-items: center;
}
.login_img {
    background: url(../images/index_icon/login_bg.jpg?1004) no-repeat top left;
    background-size: auto 120%;
    width: 35rem;
    height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.login_img span {
    color: #505050;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 32px;
}
#login_lang {
    bottom: 0;
    left: 0;
}
#login_lang .active-lang {
    width: 176px;
    color: #000;
}
.loginbox {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 4% 2%;
    min-width: 280px;
    background: #fff;
    border-radius: 12px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f4f4f4));
    background-image: -webkit-linear-gradient(top,#fff,#f4f4f4);
    background-image: -moz-linear-gradient(top,#fff 0,#f4f4f4 100%);
    background-image: linear-gradient(-180deg,#fff,#f4f4f4);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
}
.loginbox dd {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.input_group {
    text-align: left;
    width: 80%;
    margin: 0 auto 20px;
}
.loginbox .input_set {
    width: 94%;
    text-align: left;
}
.loginbox .login_input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 7px 0 7px 10px;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.1vh;
    border-radius: 6px;
    border: 1px solid #c5cddb;
    background: #fff;
}
.login_input::placeholder {
    color: #8c8c8c;
}
.loginbox .btn_login {
    width: 100%;
    padding: 8px 0;
    font-size: 1.05em;
    color: #fff;
    background: #3370FF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
}
.input_group .error {
    font-size: 12px;
    color: #F44336;
    text-align: right;
    width: 98%;
}
/*驗證碼*/
.verification_set {
    display: inline-block;
    *display: inline;
    width: 80%;
    margin: 0 auto 20px;
    vertical-align: bottom;
    text-align: left;
}
.loginbox .check_code {
    width: 49%;
}
.loginbox .RegNumber {
    display: inline-block;
    *display: inline;
    width: 6em;
    margin-left: 10px;
    height: auto;
    vertical-align: bottom;
}
/*********  首頁_上層  *********/
/*語系切換*/
.icon_tw, .icon_cn, .icon_vn, .icon_th, .icon_us, .icon_es, .icon_id {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 7px;
}
/*國旗ICON*/
.icon_tw {
    background: url(../images/index_icon/taiwan.png?20190930) no-repeat;
    background-size: 100% auto;
}
.icon_cn{
    background: url(../images/index_icon/china.png?20190930) no-repeat;
    background-size: 100% auto;
}
.icon_vn{
    background: url(../images/index_icon/vietnam.png?20190930) no-repeat;
    background-size: 100% auto;
}
.icon_th{
    background: url(../images/index_icon/thailand.png?20190930) no-repeat;
    background-size: 100% auto;
}
.icon_us{
    background: url(../images/index_icon/usa.png?20190930) no-repeat;
    background-size: 100% auto;
}
.icon_es{
    background: url(../images/index_icon/spain.png?20191031) no-repeat;
    background-size: 100% auto;
}
.icon_id{
    background: url(../images/index_icon/indonesia.png?20191031) no-repeat;
    background-size: 100% auto;
}
.lang_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/index_icon/lang_icon.png?20191028) no-repeat;
    background-size: 100% auto;
}
.lang-selection-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 300;
}
.lang_right {
    position: relative;
    display: inline-block;
    width: auto;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 300;
    left: 19%;
    bottom: -8px;
}
.lang-selection-wrapper a{
    cursor: pointer;
    color: #000;
    text-align: left;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    transition: all 0.2s ease;
}
.lang-selection-wrapper button {
    cursor: pointer;
    color: #fff;
    text-align: left;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    transition: all 0.2s ease;
}
.lang-selection-wrapper .font_color{
    color: #505050;
    cursor: pointer;
    text-align: left;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    transition: all 0.2s ease;
}
.lang-selection-wrapper .active-lang,
.lang-selection-wrapper .lang-selection {
    width: 195px;
}

.lang-selection-wrapper button.active-lang {
    background-color: transparent;
    text-transform: inherit;
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    position: relative;
    transition: all 0.2s ease;
}

.lang-selection-wrapper button.active-lang::after {
    content: '';
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.2s ease;
}
.lang-selection-wrapper .font_color.active-lang::after {
    content: '';
    border-top: 6px solid #505050;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.2s ease;
}
.lang-selection-wrapper button.active-lang:hover {
    color: #ffd600;
}

.lang-selection-wrapper button.active-lang:hover::after {
    border-top-color: #ffd600;
}

.lang-selection-wrapper .lang-selection {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    transform: translateX(20px);
    display: none;
    -webkit-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.56);
    -moz-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.56);
    box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.56);
    transition: all 0.3s ease;
}

.lang-selection-wrapper .lang-selection.is-visible {
    opacity: 1;
    display: block;
    transform: translateX(0);
    position: fixed;
}

.lang-selection-wrapper .lang-selection  {
    margin-left: 0;
}
.lang-selection-wrapper .lang-selection span {
    position: relative;
    margin-right: 10px;
}
.lang-selection-wrapper .lang-selection  a {
    padding: 0 12px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    position: relative;
}
.lang-selection-wrapper .lang-selection  a:last-child {
    border-bottom: none;
}

.lang-selection-wrapper .lang-selection  a:hover {
    background-color: #00a9a4;
    color: #fff;
}

.lang-selection-wrapper .lang-selection  a:hover .checkmark::before,
.lang-selection-wrapper .lang-selection  a:hover .checkmark::after{
    background-color: #fff;
}


.lang-selection-wrapper .lang-selection  a .checkmark {
    right: 14px;
}

.lang-selection-wrapper .checkmark {
    display: block;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}
.lang-selection-wrapper .checkmark::before,
.lang-selection-wrapper .checkmark::after {
    content: '';
    position: absolute;
    background-color: #00a9a4;
    height: 3px;
    transition: all 0.2s ease;
}
.lang-selection-wrapper .checkmark::before {
    width: 14px;
    transform: rotate(-45deg);
    top: 50%;
    right: 0;
    margin-top: -2px;
}
.lang-selection-wrapper .checkmark::after {
    width: 7px;
    transform: rotate(45deg);
    bottom: 6px;
    left: 50%;
    margin-left: -7px;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    /*height: 128px;*/
    z-index: 50;
    -webkit-transform:translateZ(50px);
    -moz-transform:translateZ(50px);
    -o-transform:translateZ(50px);
    transform:translateZ(50px);
    /*overflow: hidden;*/
}
.navbar_bg {
    width: 100%;
    height: 80px;
    background: #DAB1D5;
    background: -moz-linear-gradient(top, #DAB1D5 0%, #DAB1D5 100%);
    background: -webkit-linear-gradient(top, #DAB1D5 0%, #DAB1D5 100%);
    background: linear-gradient(to bottom,#DAB1D5 0%,#DAB1D5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DAB1D5', endColorstr='#DAB1D5', GradientType=0 );
    border-bottom: 1px solid #DAB1D5;
}
.navbar_box {
    width: calc(100% - 50px);
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
}
.header_title {
    display:inline-block;
    *display: inline;
    vertical-align: middle;
    margin-left: 20px;
}
.header_logo {
    display: inline-block;
    *display: inline;
    width: 65px;
    height: 65px;
    margin: 0 10px 0 0;
    background: url(../images/index_icon/winner_logo.png) no-repeat;
    background-size: auto 100%;
    vertical-align: middle;
}
.header_title span {
    display: inline-block;
    *display: inline;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}
.top_iconset {
    display: inline-block;
    *display: inline;
    float: right;
    width: 65%;
    line-height: 30px;
    text-align: right;
    margin-top: 6px;
}
.top_iconset .text {
    display: inline-block;
    *display: inline;
    margin-right: 15px;
    color: #fff;
    font-size: 0.85em;
    text-shadow: 1px 1px 3px #000;
}
.top_iconset .top_member, .navbar_iconset .top_member {
    display: inline-block;
    *display: inline;
    cursor: pointer;
}
.navbar_box .logout_set, .navbar_iconset .logout_set {
    display: inline-block;
    *display: inline;
}
.icon_bell, .icon_logout, .icon_bighead, .top_iconset .icon_mailbox, .navbar_iconset .icon_mailbox, .icon_account {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.icon_bell {
    background: url(../images/index_icon/icon_bell.png) no-repeat;
    background-size: 100% auto;
}
.icon_logout {
    background: url(../images/index_icon/icon_logout.png) no-repeat;
    background-size: 100% auto;
}
.icon_bighead {
    background: url(../images/index_icon/icon_bighead.png) no-repeat;
    background-size: 100% auto;
}
/*改跑馬燈_提示選單*/
#bell_menu{
    transition: all 0.2s ease;
    position: relative;
}
#bell_menu .icon_bell{
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
#bell_menu .bell_num {
    background: red;
    border-radius: 20px;
    line-height: 1.5;
    /*text-align: center;*/
    position: absolute;
    top: -5px;
    right: -9px;
    padding: 0px 5px;
    font-size: 1em;
}
#bell_options{
    position: fixed;
    width: 215px;
    height: auto;
    padding: 10px 20px 5px;
    list-style-type: none;
    overflow: hidden;
    background-color: #fff;
    /*opacity: 0;*/
    transform: translateX(-220px);
    -webkit-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.56);
    -moz-box-shadow: 1px 3px 13px -1px rgba(0,0,0,0.56);
    box-shadow: 1px 3px 8px -1px rgba(0,0,0,0.56);
    transition: all 0.3s ease;
}
#bell_options li{
    text-align: left;
}
#bell_options li a{
    color: #505050;
    text-shadow: none;
}
#bell_options #deposit, #bell_options #withdraw,#bell_options #otherdeposit,#bell_options #creditCheck,
#bell_options #bankCheck, #bell_options #cooperation, #bell_options #blackListIP, #bell_options #deposit3 {
    color:#315bf3;
    text-align: right;
    padding: 0 15px;
    right: 45px;
}
#bell_options span {
    display: inline-block;
    position: absolute;
    right: 19px;
}
#bell_options .bell_update{
    text-align: center;
}
#bell_options .bell_update a{
    border-radius: 3px;
    background: #1bb4ef;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}
#bell_options .bell_update a:hover{
    background:#34697d;
}
.bell_update hr{
    margin: 0;
}
#bell_options .bell_update .btn_prompt {
    color: #87848c;
    width: 215px;
    text-shadow: none;
    font-size: 3px;
    position: relative;
    left: 0;
}
.label_count { /*未讀訊息*/
    position: relative;
    top: -10px;
    right: 15px;
    padding: 3px 7px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background-color: #f00;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    border-radius: 99px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar_text {
    padding-left: 1px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
}
/*首頁_上層跑馬燈*/
.top_iconset .marquee_set {
    display: block;
    width: 100%;
    line-height: 20px;
}
.top_iconset .running, .navbar_iconset .running {
    color: #ccc;
    height: 26px;
    line-height: 26px;
    background: #047;
    background: -moz-linear-gradient(top, #047 0%, #006092 100%);
    background: -webkit-linear-gradient(top, #047 0%, #006092 100%);
    background: linear-gradient(to bottom, #047 0%, #006092 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#047', endColorstr='#006092', GradientType=0 );
    border: 1px solid #538cb3;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    vertical-align: middle;
    cursor: pointer;
}
.top_iconset .running {
    width: 84%;
}
.navbar_text:hover { /*登出*/
    color: #ffd600;
}
/*首頁_隱藏的下拉選單列*/
.navbar_toggle {
    position: absolute;
    top: 26px;
    right: 30px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    /*background: url(../images/index_icon/icon_toggle.png) no-repeat;*/
    background-size: 100% auto;
}
.navbar_toggle .text {
    position: relative;
    top: 5px;
    right: -4px;
}
.navbar_toggle:hover, .navbar_toggle:focus {
    color: #ffd600;
    border: 2px solid #ffd600;
}
.navbar_iconset {
    clear: both;
    position: relative;
    height: 65px;
    line-height: 30px;
    padding: 5px 10px;
    text-align: left;
    background: #0068a5;
    border-top: 1px solid #0f7cbb;
    border-bottom: 1px solid #0f7cbb;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 40;
}
.navbar_iconset .text {
    display: inline-block;
    *display: inline;
    margin-right: 5px;
    color: #fff;
    font-size: 0.85em;
    text-shadow: 1px 1px 3px #000;
}
.navbar_iconset .logout_set {
    float: right;
}
/*個人信箱*/
.navbar_iconset .dropdown {
    display: inline-block;
    *display: inline;
    float: right;
    margin-right: -15px;
}
/*首頁_隱藏的下拉選單列_跑馬燈*/
.navbar_iconset .icon_announcement {
    margin: 0 5px 0 0;
}
.navbar_iconset .marquee_set {
    display: inline-block;
    *display: inline;
    width: 80%;
}
.navbar_iconset .running {
    width: 85%;
}
/*手機版_側邊選單按鈕*/
.menu_btn {
    position: fixed;
    top: 26px;
    left: 15px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 60;
    -webkit-transform:translateZ(60px);
    -moz-transform:translateZ(60px);
    -o-transform:translateZ(60px);
    transform:translateZ(60px);
}
#menu-toggle-2:hover, #menu-toggle-2:focus {
    color: #ffd600;
}
.menu_btn .text {
    position: relative;
    top: 5px;
    right: -4px;
}
.menu_btn:hover, .menu_btn:focus {
    color: #ffd600;
    border: 2px solid #ffd600;
}
#menu-toggle-2 .text {
    position: relative;
    top: 17px;
    left: -6px;
    width: 50px;
    z-index: 9999;
    color: #fff;
    font-size: 0.8rem;
}
#menu-toggle-2:hover, #menu-toggle-2:focus {
    color: #ffd600;
}
/*側邊選單_漢堡按鈕*/
/*.menu_btn::after {
    display: block;
    content: '';
    height: 10px;
    width: 25px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.menu_btn::before {
    display: block;
    content: '';
    height: 7px;
    width: 25px;
    border-top: 3px solid #fff;
}*/
/*********  首頁_左側欄  *********/
.sidebar_set {
    position: relative;
    top: 81px;
    left: -200px;
    z-index: 30;
}
.slider_content {
    position: fixed;
    width: 255px;
    height: 100%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #DAB1D5;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
}
.sidebar_set .bg_black {
    position: fixed;
    width: 150%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter:alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}
/*首頁_左側欄(會員資訊)*/
.member_info {
    color:#fff;
    position: relative;
    margin-right: 13px;
    /*top: 0;*/
    /*left: -15px;*/
    /*width: 200px;*/
    /*height: 100px;*/
    /*background: url(../images/index_icon/admin_bg.jpg) no-repeat;*/
    /*background-size: 100% auto;*/
}
.member_info .icon_bighead {
    width: 30px;
    height: 30px;
    /*margin: 34px 10px 5px 10px;*/
}
.member_id {
    padding: 5px;
    color: #fff;
    font-size: 1em;
    text-align: left;
    text-shadow: 1px 1px 3px #000;
    background-color: rgba(0, 0, 0, 0.5);
}
/*下拉MENU_按下效果(要JS)*/
.inside {
    position: relative;
    top: 0;
    left: 0;
    width: 255px;
    line-height: 34px;
    padding: 0 0 110px 0;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
}
.inside .link {
    position: relative;
    color: #fff;
    font-size: 1.15em;
    /*border-top: 1px solid #2f7aa9;
    border-bottom: 1px solid #143d56;*/
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.tooltip{
    visibility: hidden;
    width: 100px;
    background-color: #3687BB;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 1rem;
    /* 定位 */
    position: fixed;
    z-index: 1;
    left:60px;
}
.tooltip::after{
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #3687BB transparent transparent;
}
.inside li:last-child .link {
    border-bottom: 0;
}
/*.inside li.open .link {
    color: #ffd600;
}*/
.inside .link:hover, .inside .link:focus {
    background: #92303e;
}
/*下拉MENU_按下效果(要JS)*/
.submenu {
    display: none;
    border-left: 5px solid #ffd600;
    background: #632d5c;
    /*background: -moz-linear-gradient(right, #333533 0%, #4a4d4a 100%);*/
    /*background: -webkit-linear-gradient(right, #333533 0%, #4a4d4a 100%);*/
    /*background: linear-gradient(to right,#333533 0%,#4a4d4a 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333533', endColorstr='#4a4d4a', GradientType=1);*/
    font-size: 1em;
}
/*.submenu li {
    border-bottom: 1px solid #0b598a;
}*/
.submenu a {
    display: block;
    color: #71d6ff;
    line-height: 25px;
    padding: 0 0 0 20px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu a:hover, .submenu a:focus {
    background: #92303e;
    color: #ffd600;
}
.submenu .title{
    display: none;
}
/*下拉MENU_箭頭(需索引字型)*/
@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.ttf?v=4.7.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.inside .icon_arrow {
    display: inline-block;
    *display: inline;
    float: right;
    margin: 8px 20px 0 0;
    color: #76ccff;
    font: normal normal normal 14px/1 FontAwesome;
    /*font-size: inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.inside .icon_arrow:before {
    content: "\f078";
}
.inside .open .icon_arrow {
    color: #ffd600;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*左側選單icon*/
.icon_home, .icon_announcement, .sidebar_set .icon_account,
.icon_member, .icon_report, .sidebar_set .icon_mailbox,
.icon_message, .icon_promotions, .icons_search, .icon_service,
.sidebar_set .icon_logout, .icon_coins, .icon_web, .icon_people,
.icon_trading_record, .icon_location, .icon_earth, .icon_bank,
.icon_list, .icon_system, .icon_dealer {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
}
.mini_icon{
    background: url(../images/index_icon/mini.png) no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    margin: 1px 8.5px 16px;
    z-index: 9999;
}
.icon_home {
    background: url(../images/index_icon/icon_home.png) no-repeat;
    background-size: 100% auto;
}
.icon_announcement {
    background: url(../images/index_icon/icon_announcement.png) no-repeat;
    background-size: 100% auto;
}
.icon_member {
    background: url(../images/index_icon/icon_member.png) no-repeat;
    background-size: 100% auto;
}
.icon_dealer {
    background: url(../images/index_icon/icon_dealer.png) no-repeat;
    background-size: 100% auto;
}
.icon_account {
    background: url(../images/index_icon/icon_account.png) no-repeat;
    background-size: 100% auto;
}
.icon_report {
    background: url(../images/index_icon/icon_report.png) no-repeat;
    background-size: 100% auto;
}
.icon_coins {
    background: url(../images/index_icon/icon_coins.png) no-repeat;
    background-size: 100% auto;
}
.icon_mailbox {
    background: url(../images/index_icon/icon_mailbox.png) no-repeat;
    background-size: 100% auto;
}
.icon_message {
    background: url(../images/index_icon/icon_message.png) no-repeat;
    background-size: 100% auto;
}
.icons_search {
    background: url(../images/index_icon/icon_search.png) no-repeat;
    background-size: 100% auto;
}
.icon_promotions {
    background: url(../images/index_icon/icon_promotions.png) no-repeat;
    background-size: 100% auto;
}
.icon_service {
    background: url(../images/index_icon/icon_service.png) no-repeat;
    background-size: 100% auto;
}
.icon_web {
    background: url(../images/index_icon/icon_web.png) no-repeat;
    background-size: 100% auto;
}
.icon_trading_record {
    background: url(../images/index_icon/icon_trading_record.png) no-repeat;
    background-size: 100% auto;
}
.icon_people {
    background: url(../images/index_icon/icon_people.png) no-repeat;
    background-size: 100% auto;
}
.icon_location {
    background: url(../images/index_icon/icon_location.png) no-repeat;
    background-size: 100% auto;
}
.icon_earth {
    background: url(../images/index_icon/icon_earth.png) no-repeat;
    background-size: 100% auto;
}
.icon_bank {
    background: url(../images/index_icon/icon_bank.png) no-repeat;
    background-size: 100% auto;
}
.icon_list {
    background: url(../images/index_icon/icon_list.png) no-repeat;
    background-size: 100% auto;
}
.icon_system {
    background: url(../images/index_icon/icon_system.png) no-repeat;
    background-size: 100% auto;
}
/*下拉MENU_滑過效果(不需JS)*/
/*.inside {
    position: relative;
    top: 0;
    left: 0;
    line-height: 34px;
    margin: 0 auto;
    padding: 0 0 110px 0;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
}
.slider_title {
    color: #fff;
}
.navbar_text:hover, .slider_title:hover {
    color: #ffd600;
}
.slider_title .title_text {
    display: inline-block;
    *display: inline;
    font-size: 1.15em;
    vertical-align: middle;
}
.sidebar_set ul a.submenu_item {
    line-height: 25px;
    padding: 0 0 0 45px;
    color: #85dcff;
    font-size: 1em;
    cursor: pointer;
}
.sidebar_list {
    position: relative;
    line-height: 35px;
}
.sidebar_list:hover {
    background: #002f4c;
    background: -moz-linear-gradient(right, #002f4c 0%, #005081 100%);
    background: -webkit-linear-gradient(right, #002f4c 0%, #005081 100%);
    background: linear-gradient(to right, #002f4c 0%, #005081 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4c', endColorstr='#005081', GradientType=1 );
    border-left: 5px solid #ffd600;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.submenu {
    position: relative;
    opacity: 0;
    width: 100%;
    z-index: 8;
    transition: opacity 0.5s ease;
}
.submenu_item {
    display: block;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease;
}
.sidebar_list:hover .submenu {
    opacity: 1;
}
.sidebar_list:hover .submenu_item {
    overflow: visible;
    height: 30px;
}
.sidebar_set ul a.submenu_item:hover {
    color: #ffff45;
}*/
/*箭頭符號*/
/*.icon_arrow {
    display: inline-block;
    *display: inline;
    float: right;
    margin: 15px 15px 0 0;
    border: 6px solid;
    border-color: #76ccff transparent transparent transparent;
    vertical-align: top;
}
.icon_arrow:hover {
    border-color: #ffd600 transparent transparent transparent;
}*/
/*全域視窗*/
#global_window{
    position: fixed;
    z-index: 100;
    height: 100%;
    top: 750px;
    width: 255px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#global_window .closebtn{
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    margin: 10px 4px 0 0;
    background: url(../images/index_icon/popup_close.png) no-repeat center #666;
    background-size: 55% auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 3px;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
#global_window .global_title {
    line-height: 1;
    padding: 10px 23px 10px 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: #008dde;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 1.1em;
}
#global_window .global_set{
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
    text-align: left;
    white-space: pre-line;
    line-height: 1.2;
}
/*********  以下為 各不同寬度螢幕_設定  *********/
/* 寬度大於 1901px (電腦) */
@media screen and (min-width: 1901px) {
    /*首頁*/
    .navbar_toggle, .menu_btn {
        display: none;
    }
    .sidebar_set {
        left: 0;
    }
}
/* 寬度介於 1025px - 1900px (電腦) */
@media screen and (min-width: 1025px) and (max-width: 1900px) {
    /*首頁*/
    .navbar_toggle, .menu_btn {
        display: none;
    }
    .sidebar_set {
        left: 0;
    }
}

/* 寬度介於 901px - 1024px (電腦) */
@media screen and (min-width: 901px) and (max-width: 1024px) {
    /*首頁*/
    .navbar_toggle, .menu_btn {
        display: none;
    }
    .sidebar_set {
        left: 0;
    }
}

/* 寬度大於 900px (電腦) */
@media screen and (min-width: 900px) {
    /*首頁*/
    .sidebar_set {
        display: block !important;
    }
}
/* 寬度介於 768px */
@media (min-width: 768px){
    #wrapper.toggled-2 #slider_content {
        width: 50px;
    }
    #wrapper.toggled-2 .sidebar_list .submenu{
        position: fixed;
        top:8%;
        left: 50px;
        z-index: 99;
        height: 100%;
        width: 150px;
    }
    #wrapper.toggled-2 .sidebar_list .submenu a{
        padding: 10px;
        line-height: 30px;
    }
    #wrapper.toggled-2 .sidebar_list .submenu .title{
        padding-top: 10px;
        font-size: 18px;
        display: block;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid #797979;
    }
    #wrapper.toggled-2 #page-content-wrapper {
         position: relative;
         margin-right: 0;
         margin-left: -165px;
         -webkit-transition: all 0.5s ease;
         -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
         transition: all 0.5s ease;
         width: auto;
     }
    #wrapper.toggled-2 .link:hover .tooltip {
        visibility: visible;
    }
    #wrapper.toggled-2 .member_id {
        font-size: 10px;
    }
}
/* 寬度小於 900px (電腦) */
@media screen and (max-width: 900px) {
    .login_img {
        display: none;
    }
    #login_lang.lang-selection-wrapper .lang-selection {
        margin-left: -128px;
        position: absolute;
    }
    #login_lang .active-lang {
        width: 65px;
    }
    #login_lang .lang_select {
        display: none;
    }
    .lang-selection-wrapper button.active-lang {
        height: 30px;
        line-height: 30px;
    }
    .icon_tw, .icon_cn, .icon_vn, .icon_th, .icon_us {
        top: 2px;
    }
}
/* 寬度介於 701px - 899px */
@media screen and (min-width: 701px) and (max-width: 899px) {
    /*首頁*/
    .header_logo {
        display: none;
    }
    /*.navbar_toggle {
        display: none;
    }*/
    .top_iconset {
        display: none;
    }
    .navbar_box {
        width: calc(100% - 120px);
    }
    .top_iconset {
        width: 75%;
    }
    .top_iconset .running {
        width: 75%;
    }
    /*左選單按鈕*/
    #menu-toggle-2 {
        display: none;
    }
}
/* 寬度介於 640px - 700px */
@media screen and (min-width: 640px) and (max-width: 700px) {
    .input_group {
        margin-bottom: 15px;
    }
    /*首頁*/
    .mini_btn{
        display: none;
    }
    .header_logo, .navbar_toggle {
        display: none;
    }
    .navbar_box {
        width: calc(100% - 70px);
    }
    .top_iconset {
        width: 72%;
    }
    .top_iconset .running {
        width: 75%;
    }
    /*左選單按鈕*/
    #menu-toggle-2 {
        display: none;
    }
}

/* 寬度介於 421px - 639px */
@media screen and (min-width: 421px) and (max-width: 639px) {
    .input_group {
        margin-bottom: 15px;
    }
    /*首頁*/
    .header_logo {
        display: none;
    }
    /*.navbar_toggle {
        display: none;
    }*/
    .navbar_box {
        width: calc(100% - 60px);
    }
    .top_iconset .text {
        margin-right: 8px;
    }
    .index_content {
        width: 90%;
    }
    /*左選單按鈕*/
    #menu-toggle-2 {
        display: none;
    }
}

/* 寬度小於 420px */
@media screen and (max-width: 420px) {
    .check_code {
        width: 55%;
    }
    /*首頁*/
    /*.navbar {
        height: 200px;
    }*/
    .navbar_box {
        width: calc(100% - 70px);
    }
    .navbar_iconset {
        padding: 5px;
    }
    .top_iconset {
        width: 80%;
    }
    .top_iconset .running {
        width: 88%;
    }
    .header_logo, .top_iconset, .navbar_box .logout_set {
        display: none;
    }
    .index_content {
        width: 90%;
    }
    .tab_list {
        margin: 0;
    }
    .mini_btn{
        display: none;
    }
    /*左選單按鈕*/
    #menu-toggle-2 {
        display: none;
    }
}
