.text_yellow {
    color: #ffd600;
}
.text_red {
    color: #d20000;
}
.text_green {
    color: #00b90e;
}
/*********  登入頁  *********/
.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, .lang_icon, .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?20191031) no-repeat;
    background-size: 100% auto;
}
.icon_cn{
    background: url(../images/index_icon/china.png?20191031) no-repeat;
    background-size: 100% auto;
}
.icon_vn{
    background: url(../images/index_icon/vietnam.png?20191031) no-repeat;
    background-size: 100% auto;
}
.icon_th{
    background: url(../images/index_icon/thailand.png?20191031) no-repeat;
    background-size: 100% auto;
}
.icon_us{
    background: url(../images/index_icon/usa.png?20191031) 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 {
    background: url(../images/index_icon/taiwan.png?2019103101) 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: 35%;
    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%;
    z-index: 50;
    overflow: hidden;
}
.navbar_bg {
    width: 100%;
    height: 80px;
    background: #0e4c49;
    background: -moz-linear-gradient(top, #319893 0%, #0e4c49 100%);
    background: -webkit-linear-gradient(top, #319893 0%, #0e4c49 100%);
    background: linear-gradient(to bottom, #319893 0%, #0e4c49 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#319893', endColorstr='#0e4c49', GradientType=0 );
    border-bottom: 1px solid #062725;
}
.d-inline-block{
    display: inline-block;
}
.navbar_box {
    width: calc(100% - 100px);
    height: 80px;
    line-height: 80px;
    padding: 0 0 0 50px;
}
.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;
}
.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: #0e4c49;
    background: -moz-linear-gradient(top, #062523 0%, #103e3b 100%);
    background: -webkit-linear-gradient(top, #062523 0%, #103e3b 100%);
    background: linear-gradient(to bottom, #062523 0%, #103e3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#047', endColorstr='#006092', GradientType=0 );
    border: 1px solid #1b6d69;
    -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;
}
.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-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: #0e4c49;
    border-top: 1px solid #1d6d69;
    border-bottom: 1px solid #063331;
    -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;
}
#menu-toggle-2 .text{
    position: relative;
    top: 0px;
    left: 5px;
    z-index: 9999;
    color: #fff;
}
#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;
}
/*********  首頁_左側欄  *********/
.sidebar_set {
    position: relative;
    top: 81px;
    left: -200px;
    z-index: 30;
}
.slider_content {
    position: fixed;
    width: 200px;
    height: 100%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #0e4c49;
    -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;
    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 4px;*/
}
.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: 200px;
    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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.tooltip{
    visibility: hidden;
    width: 120px;
    background-color: #257e7a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* 定位 */
    position: fixed;
    z-index: 1;
    left:50px;
}
.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 #257e7a transparent transparent;
}

.inside li:last-child .link {
    border-bottom: 0;
}
.inside .link:hover, .inside .link:focus {
    background: #92303e;
}
/*下拉MENU_按下效果(要JS)*/
.submenu {
    display: none;
    border-left: 5px solid #ffd600;
    background: #103e3b;
    background: -moz-linear-gradient(right, #062523 0%, #103e3b 100%);
    background: -webkit-linear-gradient(right, #062523 0%, #103e3b 100%);
    background: linear-gradient(to right, #062523 0%, #103e3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4c', endColorstr='#005081', GradientType=1 );
    font-size: 1em;
}
.submenu a {
    display: block;
    color: #42d0ca;
    line-height: 25px;
    padding: 0 0 0 35px;
    -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: #319893;
    font: normal normal normal 14px/1 FontAwesome;
    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 {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    margin: 10px;
    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: 0px;
    left: 5px;
    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_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;
}


/*********  以下為 各不同寬度螢幕_設定  *********/
/* 寬度大於 1901px (電腦) */
@media screen and (min-width: 1901px) {
    /*首頁*/
    .navbar_toggle
    {
        display: none;
    }
    .menu_btn {
        display: none;
    }
    .sidebar_set {
        left: 0;
    }
}
/* 寬度介於 1025px - 1900px (電腦) */
@media screen and (min-width: 1025px) and (max-width: 1900px) {
    /*首頁*/
    .navbar_toggle
    {
        display: none;
    }
    .menu_btn {
        display: none;
    }
    .sidebar_set {
        left: 0;
    }
}

/* 寬度介於 901px - 1024px (電腦) */
@media screen and (min-width: 901px) and (max-width: 1024px) {
    /*首頁*/
    .navbar_toggle
    {
        display: none;
    }
    .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: 40px;
    }
    #wrapper.toggled-2 .sidebar_list .submenu{
        position: fixed;
        top:8%;
        left: 40px;
        z-index: 99;
        height: 100%;
    }
    #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, .navbar_toggle {
        display: none;
    }
    /*.navbar_box {
        width: calc(100% - 120px);
    }*/
    .top_iconset {
        width: 75%;
    }
    .top_iconset .running {
        width: 75%;
    }
}
/* 寬度介於 640px - 700px */
@media screen and (min-width: 640px) and (max-width: 700px) {
    /*登入頁*/
    .mini_btn{
        display: none;
    }
    .input_group {
        margin-bottom: 15px;
    }
    /*首頁*/
    .header_logo, .navbar_toggle {
        display: none;
    }
    .navbar_box {
        width: calc(100% - 70px);
    }
    .top_iconset {
        width: 72%;
    }
    .top_iconset .running {
        width: 75%;
    }
}

/* 寬度介於 571px - 639px */
@media screen and (min-width: 571px) and (max-width: 639px) {
    .input_group {
        margin-bottom: 15px;
    }
    /*首頁*/
    .header_logo, .navbar_toggle {
        display: none;
    }
    .navbar_box {
        width: calc(100% - 60px);
    }
    .top_iconset .text {
        margin-right: 8px;
    }
    .index_content {
        width: 90%;
    }
    .mini_btn{
        display: none;
    }
}

/* 寬度小於 570px */
@media screen and (max-width: 570px) {
    .check_code {
        width: 55%;
    }
    /*首頁*/
    .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;
    }
}
