body {
    background-color: #e9e9e9;
    font-family: Calibri, Cambria!important;
    font-size: 14px!important;
}
.text_blue {
    color: #000fff;
}
.text_lightblue {
    color: #0092e6;
}
.text_orange {
    color: #f80;
}
.text_pink {
    color: #f0f;
}
.text_black_bold {
    color: #062523;
    font-weight: bold;
}
.w100 {
    width: 97%;
}
/*輸入框內的文字設定*/
input::placeholder {
    color: rgba(0, 0, 0, 0.35);
    font-size: 0.95em;
}
input[type="checkbox"], input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0 2px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
input[type="text"]:focus, input[type="password"]:focus {
    color: #1d86c3;
}
/*表格內(共用)*/
.index_content .page_back { /*回上一頁*/
    float: right;
    margin-right: 2%;
}
.content_set caption {
    padding: 5px 0 5px 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    background-color: #bba69a;
    vertical-align: middle;
}
.content_set h4 {
    font-weight: 600;
    color: #514d4d;
    font-size: 1.2em;
    line-height: 2em;
}
.content_set td.text_right { /*文字靠右*/
    text-align: right;
    padding-right: 5px;
}
.content_set th.text_right { /*表首靠右*/
    text-align: right;
    padding-right: 5px;
}
.content_set td.text_left { /*文字靠左*/
    text-align: left;
    padding-left: 5px;
}
.content_set th.text_center { /*表首置中*/
    text-align: center;
}
.content_set td.text_center { /*文字置中*/
    text-align: center;
}
.content_set td.text_middle { /*文字垂直置中*/
    vertical-align: middle;
}
.index_content .no_data td { /*查無資料(共用)*/
    height: 15px;
    padding: 7px 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #666;
    background-color: #fff;
}
.content_set td a {
    color: #0092e6;
    text-decoration: underline;
    line-height: 20px;
}
.content_set td a:hover, .content_set td a:active, .content_set td a:focus {
    color: #ca0000;
}
.content_set tr:hover {
    background: #fce5c3;
}
.content_set tr:nth-of-type(2n+1) {
    background: #f5f5f5;
}
.content_set tr:nth-of-type(2n+1):hover {
    background: #fce5c3;
}
.index_content a {
    cursor: pointer;
}
.pointUnderLine {
    cursor: pointer;
}
.pointUnderLine:hover {
    text-decoration:underline;
}
/*表格最下方_總計欄位*/
.content_set tr.total_set {
    background: #fff0f0;
    color: #444;
    font-size: 14px;
    font-weight: bold;
}
.title_words {
    display: inline-block;
    *display: inline;
    font-size: 15px;
    color: #444;
    vertical-align: middle;
}
.title_accbtn {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    background: url(../images/index_icon/title_account.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
/*列表-上下合併欄位*/
.content_merge caption {
    padding: 5px 0 5px 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    background-color: #bba69a;
    vertical-align: middle;
}
.content_merge td.text_right { /*文字靠右*/
    text-align: right;
    padding-right: 5px;
}
.content_merge th.text_right { /*表首靠右*/
    text-align: right;
    padding-right: 5px;
}
.content_merge td.text_left { /*文字靠左*/
    text-align: left;
    padding-left: 5px;
}
.content_merge th.text_center { /*表首置中*/
    text-align: center;
}
.content_merge td.text_center { /*文字置中*/
    text-align: center;
}
.content_merge td.text_middle { /*文字垂直置中*/
    vertical-align: middle;
}
.index_content .no_data td { /*查無資料(共用)*/
    height: 15px;
    padding: 7px 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #666;
    background-color: #fff;
}
.content_merge td a {
    color: #0092e6;
    text-decoration: underline;
    line-height: 20px;
}
.content_merge td a:hover, .content_merge td a:active, .content_merge td a:focus {
    color: #ca0000;
}
/*表格最下方_總計欄位*/
.content_merge tr.total_set {
    background: #fff0f0;
    color: #444;
    font-size: 14px;
    font-weight: bold;
}
/*********  翻轉箭頭(共用)  *********/
.arrow_set { /*感應範圍*/
    width: 20px;
    height: 20px;
    cursor: pointer;
}
/*垂直翻轉*/
.tb_arrow { /*向下箭頭*/
    position: relative;
    top: 0;
    display: inline-block;
    *display: inline;
    margin: 3px 0 0 3px;
    border: 6px solid;
    border-color: #ff8d00 transparent transparent transparent;
    vertical-align: middle;
}
.tb_flipy {
    top: -4px;
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    filter: FlipV;
}
/*水平翻轉*/
.r_arrow { /*向右箭頭*/
    position: relative;
    top: 0;
    display: inline-block;
    *display: inline;
    margin: 0 0 0 5px;
    border: 6px solid;
    border-color: transparent transparent transparent #ff0;
    vertical-align: middle;
}
.l_arrow { /*向左箭頭*/
    position: relative;
    top: 0;
    display: inline-block;
    *display: inline;
    margin: 0;
    border: 6px solid;
    border-color: transparent #ff0 transparent transparent;
    vertical-align: middle;
}
.r_flipy {
    left: -4px;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    filter: FlipH;
}
.l_flipy {
    right: -4px;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1); /*Firefox*/
    -webkit-transform: scaleX(-1); /*Safari + Chrome*/
    -o-transform: scaleX(-1); /*Opera*/
    -ms-transform: scaleX(-1); /*IE 9*/
    filter: FlipH; /*IE*/
}
/*********  開關按鈕效果(共用)  *********/
.btn_switch {
    position: relative;
    display: inline-block;
    *display: inline;
    width: 90px;
    line-height: 20px;
    margin: 0;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.btn_switch img {
    cursor: pointer;
}
.btn_switch-checkbox {
    display: none;
}
.btn_switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    border-radius: 20px;
}
.btn_switch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.btn_switch-inner::before, .btn_switch-inner::after {
    display: block;
    float: right;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}
.btn_switch-inner::after {
    content: "开启";
    padding-left: 10px;
    background-color: #34b3c7;
    color: #FFF;
}
.btn_switch-inner::before {
    content: "关闭";
    padding-right: 10px;
    background-color: #ccc;
    color: #777;
    text-align: right;
}
.btn_switch-switch {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    width: 20px;
    height: 20px;
    margin: 5px;
    background: #FFF;
    border: 0;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.btn_switch-checkbox:checked + .btn_switch-label .btn_switch-inner {
    margin-left: 0;
}
.btn_switch-checkbox:checked + .btn_switch-label .btn_switch-switch {
    right: 0px;
}

/*********  首頁_右側(內容)  *********/
.tab_content, .index_content {
    position: relative;
    top: 75px;
    width: 87%;
    margin-bottom: 20px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
/*快速連結標籤(共用)*/
.tab_content {
    padding-top: 20px;
}
.tab_set {
    position: relative;
    top: 0;
    left: 0;
    width: 97%;
    line-height: 36px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.tab_list {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    margin: 0 5px 5px 0;
    padding: 0 0 0 5px;
    border: 1px solid #a8a8a8;
    color: #666;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}
.tab_list .tabbox a {
    color: #666;
}
.tab_list:hover, .tab_list:active, .tab_list:focus,
.tab_list.selected {
    color: #fff;
    background-color: #333533;
    border: 1px solid #333533;
}
.tab_list.selected .tabbox a {
    color: #fff;
    /*background-color: #308ece;*/
    border: 0;
}
.tab_list .tabbox a:hover, .tab_list .tabbox a:active {
    color: #fff;
}
.icon_tab {
    display: inline-block;
    *display: inline;
    width: 15px;
    height: 15px;
    background: url(../images/index_icon/icon_tab.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.tab_list .tabbox .text {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.tab_close {
    display: inline-block;
    *display: inline;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border: 0;
    background: url(../images/index_icon/btn_close.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    cursor: pointer;
}
/*首頁右側_快速連結標籤_右鍵選單(共用)*/
.tab_menu {
    position: absolute;
    top: 50px;
    left: 270px;
    width: 130px;
    list-style: none;
    border: 1px solid #c9c9c9;
    border-bottom: none;
    -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);
    z-index: 99;
}
.tab_menu li {
    width: 110px;
    height: 25px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    background: #fff;
    cursor: pointer;
}
.tab_menu li a {
    color: #333;
    padding-left: 5px;
}
.tab_menu li:hover, .tab_menu li:active  {
    background-color: #9bc6da;
    background-image: url(../images/index_icon/icon_tabarrow.png);
    background-repeat: no-repeat;
    background-size: 9px 7px;
    background-position: 10px;
}
/*********  首頁右側_統計圖表  *********/
/*輸贏金額、會員人數統計*/
.top_wrap{
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.top_leftbar_set{
    float: left;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.top_rightbar_set{
    float: left;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.rightbar_set {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.infobox {
    display: inline-block;
    *display: inline;
    width: 32.5%;
    height: 125px;
    overflow: hidden;
    color: #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;
}
.infobox:hover, .infobox:active {
    background-color: rgba(0, 0, 0, 0.5);
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.bg_white{
    float: left;
    width: 30.5%;
    height: 104px;
    line-height: 35px;
    padding: 6px;
    margin: 10px;
    color: #000;
    background-color: #ccc;
    vertical-align: middle;
    text-align: center;
}
.bg_pink, .bg_deepblue, .bg_blue, .bg_green, .bg_yellow, .bg_orange {
    /*margin: 0 10px 10px 0;*/
    margin: 0;
}
.bg_pink {
    background-color: #ec3473;
}
.bg_deepblue {
    background-color: #008dde;
}
.bg_blue {
    background-color: #00a4b9;
}
.bg_green {
    background-color: #48a548;
}
.bg_yellow {
    background-color: #bfb100;
}
.bg_orange {
    background-color: #f18e27;
}
.infobox .icon_bg {
    float: left;
    width: 73px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    height: 125px;
    position: relative;
}
.infobox .icon_money, .icon_deposit, .icon_consignment, .icon_group, .icon_points, .icon_leave {
    display: inline-block;
    *display: inline;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 65px;
    height: 65px;
    line-height: 98px;
    margin: 7px auto;
    text-align: center;
    opacity: 0.75;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.icon_bg_new{
    width: 28%;
    height: 65px;
    margin: 0 auto;
}
.icon_members_b{
    background: url(../images/index_icon/icon_members.png) no-repeat;
    background-size: 100% auto;
}
.icon_member_b{
    background: url(../images/index_icon/icon_member_info.png) no-repeat;
    background-size: 100% auto;
}
.icon_consignment_b{
    background: url(../images/index_icon/icon_consignment_1.png) no-repeat;
    background-size: 100% auto;
}
.icon_deposit_b{
    background: url(../images/index_icon/icon_deposit_b.png) no-repeat;
    background-size: 100% auto;
}
.icon_group_b{
    background: url(../images/index_icon/icon_group_b.png) no-repeat;
    background-size: 100% auto;
}

.icon_money_save{
    background: url(../images/index_icon/icon_money_2.png) no-repeat;
    background-size: 100% auto;
}
.icon_money {
    background: url(../images/index_icon/icon_money.png) no-repeat;
    background-size: 100% auto;
}
.icon_deposit {
    background: url(../images/index_icon/icon_deposit.png) no-repeat;
    background-size: 100% auto;
}
.icon_consignment {
    background: url(../images/index_icon/icon_consignment.png) no-repeat;
    background-size: 100% auto;
}
.icon_group {
    background: url(../images/index_icon/icon_group.png) no-repeat;
    background-size: 100% auto;
}
.icon_points {
    background: url(../images/index_icon/icon_points.png) no-repeat;
    background-size: 100% auto;
}
.icon_leave {
    background: url(../images/index_icon/icon_leave.png) no-repeat;
    background-size: 100% auto;
}
.rightbar_content {
    padding: 5px 0 0 10px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}
.rightbar_content .text {
    font-size: 1.1em;
    margin: 8px 0;
}
.bg_orange .text{
    /*line-height: 50px;*/
}
.rightbar_content .number {
    font-size: 1.5em;
}
/*代理金額比例*/
.ratebox {
    float: left;
    position: relative;
    width: 69%;
    height: 400px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    -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;
}
.ratebox .title_set {
    line-height: 50px;
    padding-left: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #008dde;
    border-bottom: 1px solid #ccc;
}
.ratebox .content_set {
    width: 96%;
    height: 300px;
    margin: 40px auto;
    text-align: left;
    overflow: auto;
}
.rate {
    min-width: 100%;
    background: #fff;
    font-size: 1em;
    overflow: hidden;
}
.rate tr:nth-of-type(2n) {
    background: #f1f1f1;
}
.rate th {
    padding: 0 0.5em 0.5em 0.5em;
    text-align: left;
}
.rate td {
    padding: 0.8em;
    color: #777;
    text-align: left;
    word-wrap: break-word;
}
.rate td:before {
    display: none;
}
.rate .cell1 {
    width: 10%;
}
.rate .cell2, .rate .cell3, .rate .cell4{
    width: 20%;
}
.rate .cell5 {
    width: 7.5%;
}
.content_set .rate tr:nth-of-type(2n+1) {
    background: #fff;
}
/*表頭固定設定*/
.rate td:nth-of-type(1) {
    width: 10%;
}
.rate td:nth-of-type(2) {
    width: 20%;
}
.rate td:nth-of-type(3) {
    width: 20%;
}
.rate td:nth-of-type(4) {
    width: 20%;
}
.content_set .rate tr:first-of-type {
    position: absolute;
    top: 65px;
    width:100%;
}
/*th和td的第一個欄位，不向左移*/
/*.rate th:first-child, .rate td:first-child {
    padding-left: 0;
}*/
/*代理金額比例的長條棒*/
.progress {
    position: relative;
    top: 0;
    height: 13px;
    line-height: 13px;
    overflow: hidden;
    background-color: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.progress_bar {
    float: left;
    width: 0;
    height: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #666;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress .bg_green {
    background-color: #85d63c;
    color: #000;
}
.progress .bg_deepgreen {
    background-color: #16961f;
}
.progress .bg_blue {
    background-color: #2196F3;
}
.progress .bg_lightblue {
    background-color: #00d4ef;
    color: #000;
}
.progress .bg_orange {
    background-color: #ff8d00;
}
.progress .bg_red {
    background-color: #f00;
}
.progress .bg_yellow {
    background-color: #ffe000;
    color: #000;
}
.progress .bg_pink {
    background-color: #ff00c8;
}
.progress .bg_purple {
    background-color: #8800ef;
}
.progress .bg_gray {
    background-color: #000;
}
/*會員佔成比例*/
/*圓餅圖*/

.highcharts-container {
    margin: 0 auto;
}
.tab_group {
    display: inline-block;
    width: 100%;
    text-align: right;

}

.content > div {
    display: none;
    padding: 10px;
}

.tab_group input {
    display: none;
}

.tp {
    display: inline-block;
    /*transform: translateX(1530px);*/
    /*-ms-transform: translateX(1530px);*/
    /*-o-transform:translateX(1530px);*/
    /*float: right;*/
    cursor: pointer;
    background: #818181;
    border: 2px solid #eeeeee;
    width: 13px;
    height: 13px;
    margin: 0 10px;
    border-radius: 20px;
}

.tp:hover {
    color: #fff;
    cursor: pointer;
}

input:checked + .tp {
    background: #FFA500;
    color: #fff;
}

#tab1:checked ~ .content #content_wrap1,
#tab2:checked ~ .content #content_wrap2,
#tab3:checked ~ .content #content_wrap3,
#tab4:checked ~ .content #content_wrap4
{
    display: block;
    text-align: left;
}
.content{
    display: block;
}
.content #chart_content1,.content #chart_content2,
.content #chart_content3,.content #chart_content4
{
    width: 600px!important;
    display: inline-block;
    height: 450px;
}
#chart_content5{
    width: 95%!important;
    margin: 0 auto;
    height: 450px;
}
#chart_content6{
    width: 100%!important;
    height: 490px;
}
.agentbox_top {
    float: left;
    width: 100%;
    height: 300px;
    margin: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    -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;
}
.agentbox_top .title_set {
    line-height: 35px;
    text-align: center;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #ffb100;
    border-bottom: 1px solid #ccc;
}

.agentbox_new .title_set {
    line-height: 35px;
    text-align: left;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #ffb100;
    border-bottom: 1px solid #ccc;
}
.agentbox_new{
    width: 97%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 10px 0;
    border: 1px solid #ccc;
    -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;
}
.agentbox_half{
    width: 48.1%;
    height: 522px;
    overflow: hidden;
    background: #fff;
    margin: 10px 7px 10px 0;
    border: 1px solid #ccc;
    -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;
    display: inline-block;
}
.agentbox_half .title_set {
    line-height: 35px;
    text-align: left;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #ffb100;
    border-bottom: 1px solid #ccc;
}
.agentbox {
    float: left;
    width: 97%;
    height: 310px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    -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;
}
.agentbox .title_set {
    line-height: 35px;
    text-align: left;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #ffb100;
    border-bottom: 1px solid #ccc;
}
.agentbox .content_set {
    position: relative;
    top: -15px;
    text-align: center;
}
.agent_title {
    position: relative;
    top: 150px;
}
.agent_title .name {
    font-size: 2.1em;
    font-weight: bold;
    margin-bottom: 5px;
}
.agent_title .ratio {
    font-size: 1.5em;
}
.img_agent_circle {
    display: inline-block;
    *display: inline;
    width: 237px;
    height: 238px;
    background: url(../images/index_icon/agent_circle.png) no-repeat;
    background-size: 100% auto;
}

/*********  會員管理  *********/
/*查詢功能(共用)*/
.index_content .title_set span, .index_content .blue_title span,
.index_content .yellow_title span, .index_content .red_title span {
    color: #666;
    font-size: 1.3em;
}
/*********  上表格(共用)  *********/
.top_box, .searchbox, .memberbox, .money_searchbox, .moneybox,
.ipbox, .ip_searchbox, .chksrch_box, .chkrepeat_box,
.orderlist_box, .pm_srchbox, .pmbox, .reg_srchbox, .regmem_box,
.depositbox, .bankacc_srchbox, .bankaccbox, .blackmem_srchbox,
.blackmem_box, .memchange_srchbox, .vcode_srchbox, .vcode_box {
    width: 97%;
    margin: 0 10px 20px 0;
    background: #fff;
    border: 1px solid #ccc;
    -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;
}
/*藍色標題(共用)*/
.top_box .title_set, .blue_title, .searchbox .title_set,
.money_searchbox .title_set, .ip_searchbox .title_set,
.chksrch_box .title_set, .pm_srchbox .title_set, .reg_srchbox .title_set,
.bankacc_srchbox .title_set, .blackmem_srchbox .title_set,
.memchange_srchbox .title_set, .vcode_srchbox .title_set {
    line-height: 50px;
    padding-left: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #008dde; /*藍色*/
    border-bottom: 1px solid #ccc;
}
.top_box .content_set {
    width: 97%;
    margin: 15px auto;
    padding-bottom: 5px;
    font-size: 0.95em;
    color: #777;
    text-align: left;
    overflow: hidden;
}
/*********  下表格(共用)  *********/
.bottom_box {
    width: 97%;
    margin: 0 10px 20px 0;
    background: #fff;
    border: 1px solid #ccc;
    -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;
}
.bottom_box_btn{
    float: right;
}
.bottom_box .page_back {
    float: right;
    margin-right: 5px;
}
.bottom_box_txt{
    font-size: 1rem;
    color:#666666;
}
/*黃色標題(共用)*/
.bottom_box .title_set, .yellow_title, .memberbox .title_set,
.depositbox .title_set, .moneybox .title_set, .orderlist_box .title_set,
.ipbox .title_set, .chkrepeat_box .title_set, .pmbox .title_set,
.regmem_box .title_set, .bankaccbox .title_set,
.blackmem_box .title_set, .vcode_box .title_set {
    line-height: 50px;
    padding-left: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #ffb100; /*黃色*/
    border-bottom: 1px solid #ccc;
}
.bottom_box .content_set {
    width: 97%;
    margin: 15px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
.bottom_box .content_merge {
    width: 97%;
    margin: 15px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
/*紅色標題(共用)*/
.red_title, .mem_detailbox .title_set {
    line-height: 50px;
    padding-left: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #e26969; /*紅色*/
    border-bottom: 1px solid #ccc;
}
/*大-黃色按鈕(共用)*/
.btn_yellowbig, .btn_sent {
    display: inline-block;
    *display: inline;
    width: 45%;
    padding: 7px 0;
    margin: 10px 2px;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    border: 0;
    background: #ff8d00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_yellowbig:hover, .btn_yellowbig:active, .btn_yellowbig:focus,
.btn_sent:hover, .btn_sent:active, .btn_sent:focus,
.btn_sendit:hover, .btn_sendit:active, .btn_sendit:focus,
.btn_back:hover, .btn_back:active, .btn_back:focus,
.btn_blackset:hover, .btn_blackset:active, .btn_blackset:focus {
    border: 0;
    background: #ca5400;
}
/*大-藍色按鈕(共用)*/
.btn_bluebig {
    display: inline-block;
    *display: inline;
    width: 45%;
    padding: 7px 0;
    margin: 10px 2px;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    border: 0;
    background: #34b3c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_bluebig:hover, .btn_bluebig:active, .btn_bluebig:focus {
    border: 0;
    background: #11899c;
}
/*橫向列表_大黃色按鈕(共用)*/
.yellowbig_btn {
    display: inline-block;
    *display: inline;
    padding: 5px 10px;
    margin: 7px 2px;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    border: 0;
    background: #ff8d00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.yellowbig_btn:hover, .yellowbig_btn:active, .yellowbig_btn:focus {
    border: 0;
    background: #ca5400;
}
/*橫向列表_小黃色按鈕(共用)*/
.yellowsmall_btn {
    display: inline-block;
    *display: inline;
    padding: 4px 10px;
    margin: 0;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border: 0;
    background: #ff8d00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.yellowsmall_btn:hover, .yellowsmall_btn:active, .yellowsmall_btn:focus {
    border: 0;
    background: #ca5400;
}
/*橫向列表_大藍色按鈕(共用)*/
.bluebig_btn {
    display: inline-block;
    *display: inline;
    padding: 5px 10px;
    margin: 7px 2px;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    border: 0;
    background: #34b3c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.bluebig_btn:hover, .bluebig_btn:active, .bluebig_btn:focus {
    border: 0;
    background: #11899c;
}
/*橫向列表_小藍色按鈕(共用)*/
.bluesmall_btn {
    display: inline-block;
    *display: inline;
    padding: 4px 10px;
    margin: 0;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border: 0;
    background: #34b3c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.bluesmall_btn:hover, .bluesmall_btn:active, .bluesmall_btn:focus {
    border: 0;
    background: #11899c;
}
/*小-黃色按鈕(共用)*/
.btn_yellowsmall {
    display: inline-block;
    *display: inline;
    margin: 0 0 2px 2px;
    padding: 4px 10px;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    border: 0;
    background: #ff8d00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_yellowsmall:hover, .btn_yellowsmall:active, .btn_yellowsmall:focus {
    border: 0;
    background: #ca5400;
}
/*小-紅色按鈕(共用)*/
.btn_redsmall {
    display: inline-block;
    *display: inline;
    margin: 0 0 2px 2px;
    padding: 4px 10px;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    border: 0;
    background: #d30808;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_redsmall:hover, .btn_redsmall:active, .btn_redsmall:focus {
    border: 0;
    background: #920505;
}
.btn_mail{
    background-image:url('../images/index_icon/mail_icon.png');
    background-repeat: no-repeat;
    width: 24px;
    float: right;
    margin: 2px 0 0 4px;
    padding: 4px 2px;
    border: 0;
    border-radius: 3px;
}
.btn_mail:hover{
    background-image:url('../images/index_icon/mail_icon_h.png');
}
.btn_phone{
    background-image:url('../images/index_icon/phone_icon.png');
    background-repeat: no-repeat;
    width: 24px;
    margin: 2px 0 0 4px;
    padding: 4px 2px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
/*小-LINE按鈕*/
.btn_line{
    background-image:url('../images/index_icon/line_icon.png');
    background-repeat: no-repeat;
    width: 24px;
    /*float: right;*/
    margin: 2px 0 0 4px;
    padding: 4px 2px;
    border: 0;
    border-radius: 3px;
}
.btn_contact{
    background-repeat: no-repeat;
    width: 24px;
    /*float: right;*/
    margin: 2px 0 0 4px;
    padding: 4px 2px;
    border: 0;
    border-radius: 3px;
}
.btn_contact:hover  + .linetips{
    display: block;
}
.icon_Email{
    background-image:url('../images/index_icon/email_icon.png');
}
.btn_line:hover  + .linetips{
    display: block;
}
.linetips{
    display: none;
    position: absolute;
    width: auto;
    top: 35px;
    left: 101px;
    background: #5EB43C;
    border-radius: 3px;
    padding: 0 4px;
    color: #fff;
    line-height: 1.8;
}
.linetips::before{
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #5EB43C;
    position: absolute;
    top: -10px;
}
/*小-藍色按鈕(共用)*/
.btn_bluesmall {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 2px;
    padding: 4px 10px;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    border: 0;
    background: #34b3c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_mright{
    margin: 10px 20px 0 0;
    position: absolute;
    top: -60px;
    left: 200px;
}
.btn_bluesmall:hover, .btn_bluesmall:active, .btn_bluesmall:focus {
    border: 0;
    background: #11899c;
}
.btn_120 input{/*管理者按鈕統一*/
    width: 120px;
}
/*標題寬度(共用)*/
.searchbox .content_set {
    width: 97%;
    margin: 20px auto;
    padding-bottom: 5px;
    font-size: 0.95em;
    color: #777;
    text-align: left;
    background: #f1f1f1;
    overflow-x: auto;
    overflow-y: hidden;
}
.searchlist {
    display: inline-block;
    *display: inline;
    margin: 10px 32px 6px 10px;
}
.searchbox .datelist { /*日期設定_日曆*/
    display: inline-block;
    *display: inline;
    margin: 5px 0 0 10px;
    line-height: 30px;
}
.searchlist .text, .searchbox .datelist .text, .typelist .text {
    display: inline-block;
    *display: inline;
    /*width: 142px;*/
    text-align: left;
    vertical-align: middle;
}
.searchbox .datelist .srch_input { /*日曆*/
    display: inline-block;
    *display: inline;
    width: 123px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 0.95em;
    background-image: url(../images/index_icon/icon_date.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 70%;
    background-position: 95% 45%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.searchlist .select_set, .typelist .select_set {
    display: inline-block;
    *display: inline;
    width: auto;
    /*width: 107px;*/
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 1em;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
}
.searchlist .input_set, .typelist .input_set, .searchlist .btn_set,
.searchbox .datelist .input_set, .searchbox .datelist .btn_set {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.searchlist .srch_input, .typelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 121px;
    /*width: 100px;*/
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.searchlist .long_input {
    display: inline-block;
    *display: inline;
    width: 190px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.srchbtn_set, .detailbtn_set {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.srchbtn_set_off{
    padding: 10px 20px;
}
.typelist {
    display: inline-block;
    *display: inline;
    margin: 10px 40px 6px 10px;
}
/*表格內的備註欄大量文案(共用)*/
table td.detail {
    text-align: justify;
    padding: 7px;
}
/*表格勾選按鈕(共用)*/
.del_set {
    margin: 10px 0 0 0;
    color: #666;
    font-size: 0.9em;
}
table td:before {
    display: none;
}
/*功能選單(共用)*/
.function_set {
    width: 98%;
    margin: 10px auto;
}
.btn_prelative{
    position: relative;
}
.function_set .page_set {
    display: inline-block;
    *display: inline;
    margin: 10px 30px 0 0;
    color: #666;
    font-size: 0.9em;
    vertical-align: top;
}
.function_set .select_set select, .function_set .page_set select,
.function_set .money select {
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
}
.function_set .selectbox {
    display: inline-block;
    *display: inline;
}
.function_set .select_set {
    display: inline-block;
    *display: inline;
    margin: 10px 30px 0 0;
    color: #666;
    font-size: 0.9em;
}
.function_set .status {
    margin: 0 !important;
}
.function_set .select_btnset {
    display: inline-block;
    *display: inline;
    margin: 10px 0 0 0;
}
.btn_selectall, .btn_cancel, .btn_del, .btn_date,
.btn_sendit, .btn_add, .btn_search, .btn_back, .btn_vcode, .btn_sendit_confirm, .btn_sendit_cancel {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 2px;
    padding: 4px 10px;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    border: 0;
    background: #34b3c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_selectall:hover, .btn_selectall:active, .btn_selectall:focus,
.btn_cancel:hover, .btn_cancel:active, .btn_cancel:focus,
.btn_del:hover, .btn_del:active, .btn_del:focus,
.btn_date:hover, .btn_date:active, .btn_date:focus,
.btn_add:hover, .btn_add:active, .btn_add:focus,
.btn_search:hover, .btn_search:active, .btn_search:focus,
.btn_blackcancel:hover, .btn_blackcancel:active, .btn_blackcancel:focus,
.btn_vcode:hover, .btn_vcode:active, .btn_vcode:focus {
    border: 0;
    background: #11899c;
}
.btn_sendit, .btn_back {
    background: #ff8d00;
}
/*標籤管理_編輯、刪除、新增圖示*/
.icon_edit, .icon_del, .icon_add {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}
.icon_edit {
    background: url(../images/index_icon/icon_edit.png) top center no-repeat;
    background-size: 100% auto;
}
.icon_del {
    background: url(../images/index_icon/icon_del.png) top center no-repeat;
    background-size: 100% auto;
}
.icon_add {
    background: url(../images/index_icon/icon_add.png) top center no-repeat;
    background-size: 100% auto;
}
/*滑過去-註解*/
.tip_tl {
    display: none;
    position: absolute;
    top: 20px;
    left: -15px;
    width: max-content;
    margin: 10px 0 0 0;
    padding: 6px;
    color: #fff;
    word-break: break-word;
    font: normal normal 13px/15px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
}
.tip_tl:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 15px;
    border-width: 0 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0,0,0,.5) transparent;
}
.btn_set .icon_edit:hover .tip_tl,
.btn_set .icon_edit:active .tip_tl,
.btn_set .icon_edit:focus .tip_tl,
.btn_set .icon_del:hover .tip_tl,
.btn_set .icon_del:active .tip_tl,
.btn_set .icon_del:focus .tip_tl,
.btn_set .icon_add:hover .tip_tl,
.btn_set .icon_add:active .tip_tl,
.btn_set .icon_add:focus .tip_tl,
.gmedit_indide .gm_title:hover .tip_tl,
.gmedit_indide .gm_title:active .tip_tl,
.gmedit_indide .gm_title:focus .tip_tl {
    display: block;
}
/*會員資訊_銀行打勾取消框框*/
.btn_sendit_confirm {
    background: #007eff;
}
.btn_sendit_cancel{
    background: #e74709;
}

/*共幾筆記錄*/
.function_set .text_set {
    line-height: 20px;
    margin: 5px 0 0 0;
    vertical-align: top;
}
.function_set .money {
    color: #666;
    font-size: 0.9em;
}
/*金額列表*/
.function_set .showmoney_set {
    line-height: 20px;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    vertical-align: top;
}
.function_set .showmoney_new{
    text-align: left;
    line-height: 20px;
}
.showmoney_new .title{
    color: #666;
}
.showmoney_new div{
    padding: 5px;
}
.function_set .showmoney_list {
    width: 98.5%;
    margin: 2px 0;
    padding: 5px;
    color: #666;
    font-size: 0.9em;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.function_set .showmoney_bg1 {
    background-color: #fffcea;
}
.function_set .showmoney_bg2 {
    background-color: #ecf8ff;
}
.function_set .showmoney_bg3 {
    background-color: #f3f3f3;
}
.function_set .showmoney_list .list1, .function_set .showmoney_list .list2 {
    display: inline-block;
    width: 190px;
    margin: 0 10px 0 0;
}
.function_set .data1, .function_set .money .data2,
.moneybox .data1, .moneybox .money .data2 {
    display: inline-block;
    *display: inline;
    margin: 0 20px 0 0;
}
.showmoney_set .showmoney_list a {
    text-decoration: underline;
}
/*********  會員管理  *********/

.pmbox .content_set, .aglist_box .content_set {
    width: 97%;
    margin: 10px auto 20px;
    padding-bottom: 55px;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
}
.memberbox .content_set{
    margin: 10px 20px 20px;
    overflow-x: auto;
    /*overflow-y: hidden;*/
}
.content_otherset {
    padding-bottom: 170px;
}
.memtable {
    font-size: 0.9em;
    color: #777;
    width: auto;
    min-width: 1440px;
    background: #fff;
    overflow: auto;
}
.memtable th {
    padding: 5px 0 ;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: middle;
}
/*.memtable .select_set{*/
/*line-height: 60px;*/
/*}*/
.memtable td {
    height: 28px;
    line-height: 25px;
    /*padding: 7px 0 7px 4px;*/
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.memtable .td1{
    text-align: center;
    vertical-align: middle;
}
.memtable .td2{
    padding: 0 6px;
    vertical-align: middle;
}
.memtable .td3{
    padding: 0 6px;
    vertical-align: middle;
    text-align: center;
}
.memtable .btn_cen{
    padding: 0 5px;
}
.memtable th div {
    display: inline-block;
    *display: inline;
    /*margin-bottom: 3px;*/
}
.mem_selectfuntion {
    width: 170px;
}
.memtable .btn_bluesmall, .memtable .btn_yellowsmall {
    width: 75px;
    margin: 3px 0 3px 2px;
}
.aglist_table .btn_bluesmall, .aglist_table .btn_yellowsmall {
    /*width: 70px;*/
    margin: 0 0 6px 2px;
}
#AgentSet {
    width: 66%;
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 0.7em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    outline:none;
    vertical-align: bottom;
}
#AgentSetBtn{
    padding: 4px 5px;
    margin: 0 0 1px;
}
.memtable .tddiv_set{
    display: block;
    vertical-align: top;
    position: relative;
}
.memtable .name_set{
    cursor: pointer;
}
.memtable .type_set, .aglist_table .tddiv_set {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    position: relative;
}
.memtable .type_set_new{
    float: right;
    position: relative;
    z-index: 9999;
}
.tddiv_set div {
    /*margin-bottom: 3px;*/
}
.online { /*在線*/
    color: #f0f;
    margin-bottom: 3px;
}
.offline, .normal_status { /*離線+正常*/
    color: #777;
    margin-bottom: 3px;
}
.revised { /*审核中*/
    color: #00b90e;
    margin-bottom: 3px;
}
.type_relative{
    position: relative;
}
.blacklist { /*黑名單+停用*/
    color: #f00;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
}
.blacklist:hover + .itemtips1{
    visibility: visible;
    z-index: 1000;
}
.blacklist:hover + .itemtips2{
    visibility: visible;
    z-index: 1000;
}
.blacklist:hover + .itemtips3{
    visibility: visible;
    z-index: 1000;
}
/*會員明細(0:表示沒有限制)*/
.blacklist:hover + .Tip_Detail{
    visibility: visible;
    z-index: 1000;
}

.Tip_Detail::before {
    content: '';
    display: block;
    position: absolute;
    left: -29px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 15.5px 7.5px;
    border-color: transparent #af2020 transparent transparent;
    line-height: 0;
    _border-color: #8e3535 #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000');
}
.Tip_Detail {
    visibility: hidden;
    position: absolute;
    top: -5px;
    left: 30px;
    width: 10rem;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #af2020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
.itemtips1::before {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #af2020 transparent;
    line-height: 0;
    _border-color: #8e3535 #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000');
}
.itemtips1 {
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: -11px;
    width: 250px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #af2020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
.itemtips_other {
    width: 600px;
    text-align: justify;
    font-size: 12px;
    left: -10px;
}
.itemtips2::before {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #af2020 transparent;
    line-height: 0;
    _border-color: #8e3535 #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000');
}
.itemtips2 {
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: -5px;
    width: 140px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #af2020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
.itemtips3::before {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #af2020 transparent;
    line-height: 0;
    _border-color: #8e3535 #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000');
}
.itemtips3 {
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: -5px;
    width: 300px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    text-align: left;
    font-size: 15px;
    color: #fff;
    background: #af2020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
/**表格內「!」提示框**/
.blacklist:hover + .table_td_tips{
    visibility: visible;
    z-index: 1000;
}

.table_td_tips{
    visibility: hidden;
    position: absolute;
    top: -5px;
    left: 30px;
    width: 250px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #af2020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.table_td_tips:before{
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13px 8px;
    border-color: transparent #af2020 transparent transparent;
    line-height: 0;
    _border-color: #8e3535 #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000');
}
/*th和td的第一個欄位，不向左移*/
/*.memtable th:first-child, .memtable td:first-child {
    padding-left: 0;
}*/
/*********  特殊會員  *********/
.special_member {
    font-size: 0.9em;
    color: #777;
    min-width: 1200px;
    background: #fff;
    overflow: auto;
}
.special_member th {
    padding: 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.special_member td {
    height: 28px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
/*********  各等級支付上限設定  *********/
.popup_paylvset {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    overflow: auto;
    z-index: 10000;
}
.popup_container {
    position: absolute;
    width: 100%;
    top: 25%;
    left: 34%;
    right: 34%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.popup {
    position: absolute;
    width: 95%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    background-color: #fff;
    overflow: hidden;
}
.popup .btn_close {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    background: url(../images/index_icon/btn_close.png) center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
}
.popup .popup_title {
    color: #555;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    line-height: 38px;
    background-color: #d5d5d5;
    border-radius: 0.2em 0.2em 0 0;
}
.popup .payLeve_box {
    width: 100%;
    height: 346px;
    overflow-x: hidden;
    overflow-y: auto;
}
.lv_chkbox {
    display: inline-block;
    *display: inline;
    width: 95%;
    padding: 5px 0 0 15px;
    margin: 0 auto;
    text-align: center;
}
.lv_chkbox .lvbox {
    display: inline-block;
    *display: inline;
    width: 100%;
    line-height: 22px;
    margin: 2px 0;
    color: #666;
    font-size: 1em;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
}
.lv_chkbox .lvbox input[type="checkbox"] {
    vertical-align: top;
}
.lv_chkbox .levelVendor {
    display: inline-block;
    *display: inline;
    width: 200px;
    line-height: 22px;
    vertical-align: top;
}
.lv_chkbox .text {
    width: 110px;
    height: 25px;
    line-height: 25px;
}
.lv_chkbox .info_input .mem_input {
    width: 100px;
    height: 22px;
    line-height: 22px;
    vertical-align: top;
}
.popup .popup_btn {
    display: table;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.popup_btn .lvbtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 15px auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #f38906;
    border: 0;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
}
/*支付 銀行轉帳 下選單寬*/
.select_width_VN{
    width: 61%;
}
/*********  會員管理：會員詳細設定  *********/
/*會員資訊*/
.mem_detailbox {
    width: 97%;
    margin: 0 10px 20px 0;
    background: #fff;
    border: 1px solid #ccc;
    -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;
}
.mem_detailbox .content_set {
    width: 97%;
    margin: 20px auto;
    padding-bottom: 5px;
    font-size: 1em;
    color: #777;
    text-align: left;
    overflow: hidden;
}
.mem_detailbox .caption {
    padding: 5px 0 5px 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    background-color: #bba69a;
}
.mem_detailbox .memdetail_list {
    display: inline-block;
    *display: inline;
    padding: 10px 0 0 0;
    vertical-align: top;
}
.mem_detailbox .memdetail_list2 {
    display: inline-block;
    *display: inline;
    padding: 10px 0 0 0;
    vertical-align: top;
}
.detailbtn_set dd { /*清空、確認送交按鈕*/
    width: 70%;
}
.content_set .tips {
    padding: 10px 0 10px 5px;
    color: #d20000;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}
.mem_detailbox .text .small {
    color: #d20000;
    font-size: 0.9em;
    font-weight: normal;
}
/*表格1_會員資訊*/
.mem_boxset1 {
    margin-bottom: 15px;
}
.mem_boxset1 dt {
    display: inline-block;
    *display: inline;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset1 dt {
    width: 262px;
}
.mem_boxset1 dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.mem_boxset1 .select_set {
    display: inline-block;
    *display: inline;
    width: 157px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
.mem_boxset1 .UserTags_select {
    display: inline-block;
    width: 500px;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    cursor: pointer;
}
.UserTags_box {
    background-color: #eee;
    cursor: default;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    min-height: 32px;
    -webkit-user-select: none;
}
.UserTags_list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.UserTags_choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    list-style: none;
}
.mem_boxset1 .checkbox_set {
    display: inline-block;
    *display: inline;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
.mem_boxset1 .memdetail_tips {
    font-size: 0.9em;
}
.mem_boxset1 .memdetail_tips span {
    color: #d20000;
    padding-left: 5px;
}
.mem_boxset1 .mem_input {
    display: inline-block;
    *display: inline;
    width: 237px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.mem_boxset1 .mobile_input {
    display: inline-block;
    *display: inline;
    width: 170px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.mobile_pass {
    display: inline-block;
    *display: inline;
    width: 16px;
    height: 17px;
    background: url(../images/index_icon/pass.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.mem_boxset1 .app_set, .mem_boxset1 .info_checkbox {
    width: 58%;
}
.app_set .tie {
    display: inline-block;
    *display: inline;
    font-size: 0.9em;
    padding-left: 5px;
}
.mem_boxset1 .app_select {
    display: inline-block;
    *display: inline;
    width: 40%;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
.mem_boxset1 .app_input {
    display: inline-block;
    *display: inline;
    width: 50%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

/*表格10_遊戲平台設定*/
.mem_boxset10 {
    margin-bottom: 15px;
}
.mem_boxset10 dt {
    display: inline-block;
    *display: inline;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset10 dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
    text-align: left;
}
.gamedetail_list{
    margin: 5px 0 5px 0;
}
.mem_boxset10 .checkbox_set {
    display: inline-block;
    *display: inline;
    width: 190px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
}
/*表格2_優惠活動設定*/
.mem_boxset2 {
    margin-bottom: 15px;
}
.mem_boxset2 dt {
    display: inline-block;
    *display: inline;
    line-height: 20px;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset2 dt {
    padding: 0 0 0 5px;
}
.mem_boxset2 dd {
    display: inline-block;
    *display: inline;
    width: 77.5%;
    line-height: 30px;
    vertical-align: top;
    text-align: left;
}
.mem_boxset2 .checkbox_set {
    display: inline-block;
    *display: inline;
    width: 190px;
    line-height: 20px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
}
/*表格3_登出登入設定*/
.mem_boxset3 {
    margin-bottom: 15px;
}
.mem_boxset3 dt {
    display: inline-block;
    *display: inline;
    width: 180px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset3 dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.mem_boxset3 .weblink {
    width: 58%;
    line-height: 20px;
}
.mem_detailbox .memdetail_list a {
    color: #0092e6;
    font-size: 0.95em;
    text-decoration: underline;
    word-break: break-word;
}
/*表格4_權限設定*/
.mem_boxset4 {
    margin-bottom: 15px;
}
.mem_boxset4 dt {
    display: inline-block;
    *display: inline;
    width: 140px;
    line-height: 20px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset4 dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.mem_boxset4 .select_set, .mem_boxset8 .select_set {
    display: inline-block;
    *display: inline;
    width: 157px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
#FanShuiRate_VGame, #FanShuiRate_TiYu ,
#FanShuiRate_EGame, #FanShuiRate_CaiPiao{
    width: 160px;
}
/*表格5_儲值設定*/
.mem_boxset5 {
    margin-bottom: 15px;
}
.mem_boxset5 dt {
    display: inline-block;
    *display: inline;
    width: 110px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset5 dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.mem_boxset5 .select_set {
    display: inline-block;
    *display: inline;
    width: 157px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
.mem_boxset5 .mem_input {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
/*表格6_點數查詢*/
.mem_boxset6 {
    margin-bottom: 15px;
}
.mem_boxset6 dt {
    display: inline-block;
    *display: inline;
    width: 229px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset6 dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
/*表格11_真人娛樂館限紅設定*/
.mem_boxset11 {
    margin-bottom: 15px;
}
.mem_boxset11 .tablelimit_list {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    vertical-align: top;
}
.mem_boxset11 .text {
    display: inline-block;
    *display: inline;
    width: 140px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset11 .info_input {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
/*.mem_boxset11 .popup_set {
    margin: 0 auto;
    text-align: center;
}*/
.mem_boxset11 .popup_tablelimit {
    display: inline-block;
    *display: inline;
    padding: 10px;
    margin: 10px 5px;
    text-align: center;
    border: 1px solid #d8d8d8;
    background: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.mem_boxset11 .popup_tablelimit .title {
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    background: #0068a5;
}
.mem_boxset11 .popup_tablelimit dd {
    width: 160px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
}
.mem_boxset11 .popup_tablelimit .checkbox_set {
    line-height: 30px;
    font-size: 0.9em;
    text-align: left;
    vertical-align: top;
}
.mem_boxset11 .popup_tablelimit .info_btn {
    margin: 5px auto;
    font-size: 1em;
    text-align: center;
}
/*表格7_點數紀錄*/
.mem_boxset7 {
    margin-bottom: 15px;
}
.mem_boxset7 dt {
    display: inline-block;
    *display: inline;
    width: 140px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset7 dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
/*表格8_返水設定*/
.mem_boxset8 {
    margin-bottom: 15px;
}
.mem_boxset8 dt {
    display: inline-block;
    *display: inline;
    width: 140px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset8 dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.mem_boxset8 .mem_input {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.mem_boxset8 .percent_input {
    display: inline-block;
    *display: inline;
    width: 129px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
/*表格9_備註*/
.mem_boxset9 {
    margin: 0 auto 15px;
    text-align: center;
}
.mem_boxset9 .textarea_set {
    display: inline-block;
    *display: inline;
    resize: none;
    width: 96%;
    height: 75px;
    margin-top: 10px;
    padding: 5px 0 0 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: auto;
}
/*表格15_支付管理*/
.mem_boxset15 {
    margin-bottom: 15px;
}
.mem_boxset15 dl {
    display: inline-block;
    *display: inline;
    padding: 10px 0 0 0;
    vertical-align: middle;
}
.mem_boxset15 .input_text {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.mem_boxset15 dt {
    display: inline-block;
    *display: inline;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.mem_boxset15 dd {
    display: inline-block;
    *display: inline;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.mem_boxset15 .select_set {
    display: inline-block;
    *display: inline;
    width: 157px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
.mem_boxset15 .mem_input {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.mem_boxset15_btn {
    width: 100%;
    text-align: center;
}
/*表格16_支付等級設定*/
.mem_boxset16 {
    margin-bottom: 15px;
}
.mem_boxset16 dt {
    display: inline-block;
    *display: inline;
    width: 118px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset16 dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.mem_boxset16 .memdetail_list {
    width: 100%;
    padding: 5px 0;
}
.mem_boxset16 .memdetail_list:hover {
    background-color: #ffff9e;
}
.mem_boxset16 .select_set {
    display: inline-block;
    *display: inline;
    width: 157px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
.mem_boxset16 .mem_input {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.mem_boxset16 .selected_text {
    width: 55%;
}
.mem_boxset16 .paybtn_set {
    display: inline-block;
    *display: inline;
    width: 70px;
    height: 26px;
    line-height: 26px;
    margin: 3px 0 0 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #34b3c7;
    border: 0;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    cursor: pointer;
}
.mem_boxset16 .memtype_set {
    float: right;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.memtype_set span {
    vertical-align: middle;
}
.memtype_set .memtype_select {
    display: inline-block;
    *display: inline;
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: middle;
    cursor: pointer;
}
.special_lock {
    margin: 7px 0;
    color: #666;
    font-size: 1em;
    text-align: left;
    vertical-align: middle;
}
.special_lock span, .special_lock .btnset {
    display: inline-block;
    *display: inline;
}
.mem_boxset9 .textarea_tips {
    width: 95%;
    margin: 5px 0 10px 25px;
    line-height: 18px;
    padding: 0;
    text-align: left;
    font-size: 0.85em;
    color: #d20000;
}
/*********  跳框_新增模板/修改模板  *********/
.popup_modeltype {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    overflow: auto;
    z-index: 10000;
}
.popmt_container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 34%;
    right: 34%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    overflow: hidden;
}
.popmt_container .btn_close {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    background: url(../images/index_icon/btn_close.png) center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
}
.popmt_container .popup_title {
    margin: 0 0 20px 0;
    color: #555;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    line-height: 38px;
    background-color: #d5d5d5;
    border-radius: 0.2em 0.2em 0 0;
}
.mtedit_indide {
    width: 90%;
    margin: 10px auto;
    color: #444;
    font-size: 15px;
}
.mtedit_indide .mt_title {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
    text-align: left;
    background-color: #eaeaea;
    vertical-align: top;
}
.mtedit_indide .mt_input {
    display: inline-block;
    *display: inline;
    width: 80%;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    color: #444;
    border: 1px solid #aaa;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    vertical-align: top;
}
.mt_btnset {
    width: 180px;
    margin: 0 auto;
    text-align: center;
}
.mt_btnset .mtbtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #f38906;
    border: 0;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    cursor: pointer;
}
/*表格17_遊戲維護公告*/
.mem_boxset17 {
    margin-bottom: 25px;
}
.mem_boxset17 .caption {
    padding: 5px 0 5px 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    background-color: #006092;
}
.mem_boxset17 .memdetail_list {
    display: inline-block;
    *display: inline;
    width: 31.5%;
    padding: 5px;
    margin: 10px 5px 0 5px;
    font-size: 1em;
    border: 1px solid #ccc;
    vertical-align: top;
}
.mem_boxset17 .memdetail_list:hover {
    background-color: #ffffc9;
}
.mem_boxset17 dl {
    width: 100%;
    line-height: 30px;
    margin: 0 0 5px 0;
    vertical-align: middle;
}
.mem_boxset17 dt {
    display: inline-block;
    *display: inline;
    width: 151px;
    line-height: 30px;
    padding: 0 0 0 5px;
    color: #666;
    font-size: 1em;
    background: #f1f1f1;
    vertical-align: top;
}
.mem_boxset17 dd {
    display: inline-block;
    *display: inline;
    width: 60%;
    line-height: 30px;
    padding: 0;
    text-align: left;
    vertical-align: top;
}
.mem_boxset17 .cell1 dd {
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
}
.mem_boxset17 .cell2 dd {
    font-weight: bold;
}
.btnright {
    float: right;
}
/*表格18-異常表單*/
.searchbox .errorform_set {
    width: 55%;
    margin:10px 10px 0;
    background: #fff;
}
/*********  跳框_編輯公告說明  *********/
.popup_gmset {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    overflow: auto;
    z-index: 10000;
}
.popgm_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    overflow: hidden;
}
.popgm_container .btn_close {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    background: url(../images/index_icon/btn_close.png) center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
}
.popgm_container .popup_title {
    margin: 0 0 20px 0;
    color: #555;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    line-height: 38px;
    background-color: #d5d5d5;
    border-radius: 0.2em 0.2em 0 0;
}
.gmedit_outdide {
    width: 85%;
    margin: 10px auto;
    padding: 10px 20px;
    color: #444;
    font-size: 16px;
    text-align: left;
    border: 1px dashed #ccc;
}
#Promotions_AD .gmedit_outdide {
    overflow: auto;
}
.gmedit_outdide .title {
    /*height: 100%;*/
    line-height: 30px;
    padding: 0 0 0 5px;
    color: #2f4f63;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #c1eef5;
    vertical-align: middle;
}
.gmedit_outdide .tips {
    line-height: 20px;
    margin: 10px 10px 20px 10px;
    color: #c00;
    font-size: 15px;
}
.gmedit_indide {
    width: 95%;
    margin: 10px auto;
    color: #444;
    font-size: 15px;
}
#Promotions_AD .gmedit_indide .detail_text,
#MemberTags .gmedit_indide .detail_text,
#AddMemberTags .gmedit_indide .detail_text,
#TagsAdd .gmedit_indide .detail_text,
#DelTags .gmedit_indide .detail_text {
    margin: 1% auto;
}
#MemberTags .gm_text textarea,
#AddMemberTags .gm_text textarea,
#TagsAdd .gm_text textarea,
#DelTags .gm_text textarea {
    height: 100px;
    font-size: 12px;
    white-space: pre-wrap;
}
#MemberTags .gmedit_indide .detail_title,
#AddMemberTags .gmedit_indide .detail_title,
#TagsAdd .gmedit_indide .detail_title,
#DelTags .gmedit_indide .detail_title {
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
}
.gmedit_indide .gm_title {
    display: inline-block;
    *display: inline;
    width: 160px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
    text-align: left;
    background-color: #eaeaea;
    vertical-align: top;
}
#Promotions_AD .gmedit_indide .gm_title {
    margin-right: 1%;
}
#TagsAdd .gmedit_indide .gm_title,
#MemberTags .gmedit_indide .gm_title,
#AddMemberTags .gmedit_indide .gm_title,
#DelTags .gmedit_indide .gm_title {
    position: relative;
}
#TagsAdd .gmedit_indide .gm_tipsimg,
#MemberTags .gmedit_indide .gm_tipsimg,
#AddMemberTags .gmedit_indide .gm_tipsimg,
#DelTags .gmedit_indide .gm_tipsimg {
    position: absolute;
    width: 15px;
    top: 6px;
    right: 2px;
}
.EditTitle2 {
    font-size: 0.9em;
}
.gmedit_indide .gm_text {
    display: inline-block;
    *display: inline;
    width: 65%;
    vertical-align: top;
}
.gm_text select {
    display: inline-block;
    *display: inline;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #444;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    vertical-align: top;
    cursor: pointer;
}
.gm_text .editbtn_text {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 2px;
    padding: 4px 10px;
    color: #fff;
    font-size: .9em;
    text-align: center;
    border: 0;
    background: #f38906;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.gm_input1, .gm_input2 {
    display: inline-block;
    *display: inline;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    color: #444;
    border: 1px solid #aaa;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    vertical-align: top;
}
.gm_input1 {
    width: 70%;
}
.gm_input2 {
    width: 95%;
}
.gm_textarea {
    display: inline-block;
    *display: inline;
    width: 95%;
    height: 40px;
    line-height: 20px;
    padding: 5px;
    color: #444;
    font-size: 15px;
    letter-spacing: 0;
    border: 1px solid #aaa;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    vertical-align: top;
    resize: none;
}
.gm_textarea1 {
    height: 150px;
}
.gm_copybtn {
    display: inline-block;
    *display: inline;
    width: 40px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #1aa5b5;
    border: 0;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    vertical-align: top;
}
.gm_text .copy_btn:hover, .gm_text .copy_btn:active, .gm_text .copy_btn:focus {
    background-color: #11899c;
}
.gm_btnset {
    width: 180px;
    margin: 0 auto;
    text-align: center;
}
.gm_btnset .gmbtn,
.gm_btnset .gmbtn50 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #f38906;
    border: 0;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    cursor: pointer;
}
.gm_btnset .gmbtn50 {
    width: calc(100% / 2 - 10px);
}
.gmedit_outdide .radio_set {
    cursor: pointer;
}
/*********  存款明細  *********/
/*存款明細、會員存提匯款_查詢功能(共用)*/
.money_searchbox .content_set, .ip_searchbox .content_set,
.chksrch_box .content_set, .pm_srchbox .content_set,
.reg_srchbox .content_set, .bankacc_srchbox .content_set,
.blackmem_srchbox .content_set, .memchange_srchbox .content_set,
.vcode_srchbox .content_set {
    width: 97%;
    margin: 10px auto;
    padding-bottom: 5px;
    font-size: 0.95em;
    color: #777;
    text-align: left;
    overflow: hidden;
}
.srchbox_set .datelist, .srchbox_set .srchlist {
    padding: 10px 0 0 0;
    vertical-align: top;
}
.srchbox_set dt, .bankacc_set dt {
    display: inline-block;
    *display: inline;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.srchbox_set dd, .bankacc_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.srchbox_set .datelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 0.95em;
    background-image: url(../images/index_icon/icon_date.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 70%;
    background-position: 95% 45%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.srchbox_set .srchlist .srch_input, .bankacc_set .srchlist .srch_input,
.vcode_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 110px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
/*會員管理： 手機認證碼*/
select#phoneType {
    width: 170px;
}
.srchbox_set .select_set, .top_box .select_set {
    display: inline-block;
    *display: inline;
    width: 107px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
td .select_set {
    display: inline-block;
    *display: inline;
    /*width: 150px;*/
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    /*vertical-align: top;*/
    cursor: pointer;
    /*padding-top: 10px;*/
}

/*功能選單*/
.function_set .dp_btnset {
    margin: 0 auto;
    padding: 10px 0 20px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
}
.function_set .input_page {
    display: inline-block;
    *display: inline;
    width: 45px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.function_set .money input[type="text"] {
    display: inline-block;
    *display: inline;
    width: 100px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    margin: 0 10px 0 0;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.depositbox .deposit_btn {
    display: inline-block;
    *display: inline;
    width: 210px;
    line-height: 25px;
    margin: 0 7px 5px 0;
    font-size: 1em;
    text-align: center;
    color: #fff;
    background: #34b3c7;
    border: 2px solid #34b3c7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    cursor: pointer;
}
.depositbox .deposit_btn:hover, .depositbox .deposit_btn:active,
.depositbox .deposit_btn:focus, .depositbox .selected {
    background: #ff8d00;
    border: 2px solid #ff8d00;
}
.deposit_btn .title_bg {
    padding: 3px 0;
    font-weight: bold;
}
.deposit_btn .info_bg {
    line-height: 18px;
    padding: 3px 0;
    color: #666;
    font-weight: bold;
    background: #fff;
}
.deposit_btn .small {
    font-size: 0.8em;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    font-weight: normal;
}
.depositbox .text_set, .moneybox .text_set, .regmem_box .text_set,
.blackmem_box .text_set, .chkrepeat_box .text_set,
.vcode_box .text_set {
    line-height: 20px;
    margin: 5px 0 0 0;
    vertical-align: top;
}
.function_set .text_tips, .depositbox .text_tips,
.moneybox .text_tips, .regmem_box .text_tips {
    color: #d20000;
    font-size: 0.9em;
}
.function_set .money, .depositbox .money, .moneybox .money, .regmem_box .money,
.blackmem_box .money, .chkrepeat_box .money, .vcode_table .money {
    color: #666;
    font-size: 0.9em;
}
/*列表*/
.deposit_table th {
    padding: 5px;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: middle;
}
.deposit_table td {
    height: 15px;
    line-height: 15px;
    padding: 5px 0;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.th_control_1{
    background-color: #435058!important;
}
/*********  會員存/提/匯款  *********/
/*列表(共用)*/
.moneybox .content_set, .depositbox .content_set,
.regmem_box .content_set, .ipbox .content_set,
.pm_table .content_set, .blackmem_box .content_set,
.vcode_box .content_set {
    width: 97%;
    margin: 15px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
.money_table, .deposit_table, .ip_table, .chkrept_table,
.chkreptlist_table, .pm_table, .regmem_table, .regagent_table,
.bankacc_table, .blackmem_table, .vcode_table, .manmoney_table,
.regnumlist_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    width: auto;
    overflow: auto;
}
.reg_member{
    min-width: 800px!important;
}
/*列表*/
.money_table th {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.money_table td {
    height: 28px;
    line-height: 25px;
    padding: 5px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.money_table td a {
    width: 15%;
    word-break: break-all;
}
.money_table .cell1 { /*訂單處理方式*/
    width: 700px;
}
/*********  訂單明細  *********/
.orderlist_box .content_set {
    width: 97%;
    margin: 25px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
.order_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    width:50%;
}
.order_table dt {
    float: left;
    width: 35%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
}
.order_table dd {
    float: left;
    width: 55%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 5px;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.order_table .select_set {
    display: inline-block;
    *display: inline;
    width: 180px;
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.order_table .money_input {
    display: inline-block;
    *display: inline;
    width: 50%;
    max-width: 330px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    margin-right: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.order_table .textarea_set {
    height: 120px;
}
.order_table .ta_set {
    resize: none;
    width: 91%;
    height: 40px;
    line-height: 18px;
    margin: 5px 0;
    padding: 2px;
    color: #666;
    font-size: 1em;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/*********  註冊會員數查詢  *********/
.regnumlist_table {
    min-width: 200px;
    width: auto;
}
.regnumlist_table .list_min_width1 {
    min-width: 160px;
}
.regnumlist_table .list_min_width2 {
    min-width: 90px;
}
/*********  歷史IP查詢  *********/
.ip_table {
    min-width: 1000px;
    width: auto;
}
.ip_table th, .pm_table th, .bankacc_table th,
.bankdata_table th, .blackmem_table th, .regnumlist_table th {
    padding: 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.ip_table td, .pm_table td, .bankacc_table td,
.bankdata_table td,.blackmem_table td, .regnumlist_table td {
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
/*銀行資料管理*/
.bankdata_table {
    width: auto;
    min-width: 1400px;
}
.bankdata_table th span {
    display: block;
}
.bankdata_table td span {
    display: block;
    line-height: 20px;
}
/*********  檢查重複  *********/
.chksrch_box .srchbox_set dt, .chksrch_set dt {
    width: 200px;
}
.checkbtn_set {
    width: 100%;
    margin: 0 auto;
}
/*列表*/
.chkrepeat_box .content_set {
    width: 96%;
    margin: 10px auto 20px;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
}
.chkrept_table, .chkreptlist_table {
    width: auto;
    min-width: 500px;
}
.chkrept_table th, .chkreptlist_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.chkrept_table td, .chkreptlist_table td {
    height: 14px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    border: 1px solid #ccc;
}
/*********  轉帳記錄  *********/
.pm_srchbox .srchbox_set dt {
    width: 212px;
}
/*列表*/
.pm_table .cell1 { /*會員帳號*/
    width: 8%;
}
.pm_table .cell2 { /*異動日期*/
    width: 12%;
}
.pm_table .cell3 { /*來源館別*/
    width: 8%;
}
.pm_table .cell4 { /*目的館別*/
    width: 8%;
}
.pm_table .cell5 { /*收入*/
    width: 11%;
}
.pm_table .cell6 { /*来源馆(异动前点数)*/
    width: 11%;
}
.pm_table .cell7 { /*来源馆(异动后点数)*/
    width: 11%;
}
.pm_table .cell8 { /*目的馆(异动前点数)*/
    width: 11%;
}
.pm_table .cell9 { /*目的馆(异动后点数)*/
    width: 11%;
}
/*********  註冊會員  *********/
.regmem_table{
    width: auto;
    min-width: 800px;
}
.regmem_table th, .regagent_table th {
    padding: 5px 0;
    color: #fff;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.regmem_table td, .regagent_table td {
    height: 18px;
    line-height: 18px;
    padding: 5px 2px 5px 5px;
    word-wrap: break-word;
    border: 1px solid #ccc;
    text-align: left;
}
.content_set .regmem_table td.text_left{
    text-align: left;
    /*padding-left: 30px;*/
}
.regmem_table .text_left{
    text-align: left;
    padding-left: 20px;
}
.dptype_tableregmem_table .btn_set {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.regmem_table .btn_set .btn_del {
    width: 80px;
    padding: 4px 0;
    margin: 0 0 3px 2px;
}
.regmem_table td a {
    display: block;
}
.regmem_table .text_repeat a { /*重複狀態*/
    color: #ff8100;
}
/*********  代理：註冊會員  *********/
.regagent_table .cell11 { /*编号*/
    width: 15%;
}
.regagent_table .cell12 { /*代理帐号*/
    width: 15%;
}
.regagent_table .cell13 { /*昵称*/
    width: 19%;
}
.regagent_table .cell14 { /*注册人数*/
    width: 7%;
}
.regagent_table .cell16 { /*黑名单人数*/
    width: 11%;
}
.regagent_table .cell17 { /*停权人数*/
    width: 12%;
}

/*********  經銷商管理  *********/
.aglist_set {
    line-height: 20px;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    vertical-align: top;
}
.aglist_set .listbox {
    width: 98.5%;
    margin: 2px 0;
    padding: 5px;
    color: #666;
    font-size: 0.9em;
    text-align: left;
    background-color: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.aglist_set .listbox a {
    text-decoration: underline;
}
.tips_arrow {
    display: inline-block;
    *display: inline;
    margin-left: 5px;
    border: 6px solid;
    border-color: transparent transparent transparent #666;
    vertical-align: middle;
}
.aglist_table {
    width: auto;
    font-size: 0.9em;
    color: #777;
    min-width: 1000px;
    background: #fff;
    overflow: auto;
}
.aglist_table th {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.aglist_table td {
    height: 28px;
    line-height: 25px;
    padding: 0 10px;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.aglist_table .detailed {
    display: block;
}
.lv1_circle, .lv2_circle, .lv3_circle, .lv4_circle, .lv5_circle {
    display: inline-block;
    *display: inline;
    width: 26px;
    height: 26px;
    line-height: 27px;
    margin: 0 2px 0 0;
    color: #fff;
    font-size: 0.95em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.lv1_circle {
    background-color: #000;
}
.lv2_circle {
    background-color: #0043ff;
}
.lv3_circle {
    background-color: #00c30f;
}
.lv4_circle {
    background-color: #ffa500;
}
.lv5_circle {
    background-color: #f00;
}
.lv1_text, .lv2_text, .lv3_text, .lv4_text, .lv5_text {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.lv1_text {
    color: #666;
}
.lv2_text {
    color: #00f;
}
.lv3_text {
    color: #009e0c;
}
.lv4_text {
    color: #f80;
}
.lv5_text {
    color: #d20000;
}
/*********  經銷商詳細設定  *********/
.agdetail_list {
    display: inline-block;
    *display: inline;
    width: 66%;
    padding: 10px 5px 0 0;
    vertical-align: top;
}
.agdetail_list .agent_input {
    display: inline-block;
    *display: inline;
    width: 50px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.agdetail_list .info_input div {
    display: inline-block;
    *display: inline;
    margin-right: 5px;
}
/*********  銀行帳戶設定  *********/
.bankacc_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 49%;
    margin: 5px 0;
    vertical-align: top;
}
.bankacc_set .srchlist .srch_input {
    width: 170px;
}
.bankacc_set .select_set {
    width: 184px;
}
/*列表*/
.bankaccbox .content_set {
    width: 97%;
    margin: 20px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
/*********  黑名單  *********/
.blackbtn_set {
    display: inline-block;
    *display: inline;
}
.btn_blackcancel, .btn_blackset {
    display: inline-block;
    *display: inline;
    padding: 5px 10px;
    margin: 7px 2px;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_blackcancel {
    background: #34b3c7;
}
.btn_blackset {
    background: #ff8d00;
}
/*停權查詢*/
.blackmem_table {
    width: auto;
    min-width: 1500px;
}
.blackmem_table .cell1 { /*備註*/
    width: 700px;
}
.blackmem_table .note {
    padding: 5px;
    word-break: break-all;
    text-align: justify;
}
/*********  會員移線  *********/
.memchange_srchbox dt {
    width: auto;
}
.memchange_srchbox .lineset dt {
    width: 190px;
}
textarea#UserName2 {
    width: 300px;
    text-align: left;
    font-size: 1.2em;
    vertical-align: top;
}
.memchange_srchbox .lineset .srch_input, .memchange_set .srch_input {
    width: 140px;
}
.memchange_srchbox .short_input {
    display: inline-block;
    *display: inline;
    width: 168px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.memchange_srchbox .short_select {
    display: inline-block;
    *display: inline;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
/*********  手機認證碼  *********/
.vcode_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.vcode_table td {
    height: 15px;
    line-height: 15px;
    padding: 5px 0 5px 5px;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.vcode_set .srchlist .srch_input {
    width: 150px;
}
.vcode_table .cell3 { /*手机号*/
    width: 23%;
}
.vcode_table .cell4 { /*认证码*/
    width: 15%;
}
.vcode_table .cell5 { /*发送时间*/
    width: 15%;
}
.vcode_table .cell6 { /*认证成功*/
    width: 20%;
}
.btn_vcode, .vcode_table .btn_set input {
    margin: 0 0 5px 2px;
}
/*共用表頭(沒再用，以後可殺)*/
.dptypebox, .wdtypebox, .manmoney_srchbox, .manmoney_box,
.bankdp_box, .autobankdp_box, .payset_srchbox, .payset_box,
.onlineser_srchbox, .onlineser_box, .maintain_box,
.fix_box, .rake_box, .fastadd_box, .jp_srchbox, .jpbox {
    width: 97%;
    margin: 0 10px 20px 0;
    background: #fff;
    border: 1px solid #ccc;
    -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;
}
/*藍色標題(共用)*/
.manmoney_srchbox .title_set, .payset_srchbox .title_set,
.onlineser_srchbox .title_set, .jp_srchbox .title_set {
    line-height: 50px;
    padding-left: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #008dde; /*藍色*/
    border-bottom: 1px solid #ccc;
}
/*黃色標題(共用)*/
.dptypebox .title_set, .wdtypebox .title_set,
.manmoney_box .title_set, .bankdp_box .title_set,
.autobankdp_box .title_set, .onlineser_box .title_set,
.maintain_box .title_set, .fix_box .title_set,
.rake_box .title_set, .fastadd_box .title_set,
.jpbox .title_set {
    line-height: 50px;
    padding-left: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #ffb100; /*黃色*/
    border-bottom: 1px solid #ccc;
}
.dptypebox .content_set, .wdtypebox .content_set,
.bankdp_box .content_set, .autobankdp_box .content_set,
.onlineser_srchbox .content_set, .fastadd_box .content_set,
.jp_srchbox .content_set {
    width: 97%;
    margin: 10px auto 20px;
    padding-bottom: 5px;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
}
.manmoney_set, .manmoney_srchbox .content_set, .payset_srchbox .content_set {
    width: 97%;
    margin: 10px auto;
    padding-bottom: 5px;
    font-size: 0.95em;
    color: #777;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
}
.onlineser_box .content_set, .maintain_box .content_set,
.fix_box .content_set, .rake_box .content_set,
.jpbox .content_set {
    width: 97%;
    margin: 15px auto 20px;
    overflow-x: auto;
    overflow-y: hidden;
}
/*********  儲值管理  *********/
.dptype_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.dptype_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.dptype_table td {
    height: 28px;
    line-height: 1.2;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
/*********  實體網銀  *********/
.realbank_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.realbank_table th {
    padding: 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.realbank_table td {
    height: 28px;
    line-height: 14px;
    padding: 5px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.realbank_table .btn_set {
    margin: 5px 0 0 0;
    vertical-align: middle;
}
/*********  提款管理  *********/
.wdtype_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.wdtype_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.wdtype_table td {
    height: 28px;
    line-height: 18px;
    padding: 5px 0 5px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top;
}
.wdtype_table .btn_bluesmall, .wdtype_table .btn_yellowsmall {
    width: 70px;
    margin: 0 0 3px 2px;
}
.bankdata span {
    vertical-align: middle;
}
.icon_copy {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 5px;
    background: url(../images/index_icon/icon_copy.png?1201401) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    cursor: pointer;
}
/*狀態操作按鈕*/
.wd_icon1, .wd_icon2, .wd_icon3, .wd_icon4, .wd_icon5,
.wd_icon6, .wd_icon7, .wd_icon8, .wd_icon9, .wd_icon10, .wd_icon11,
.wd_icon12{
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 30px;
    padding: 0;
    margin: 0 2px 2px 0;
    border: 0;
    cursor: pointer;
}
.wd_icon1 {
    background: url(../images/index_icon/US/wd_icon1.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon2 {
    background: url(../images/index_icon/US/wd_icon2.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon3 {
    background: url(../images/index_icon/US/wd_icon3.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon4 {
    background: url(../images/index_icon/US/wd_icon4.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon5 {
    background: url(../images/index_icon/US/wd_icon5.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon6 {
    background: url(../images/index_icon/US/wd_icon6.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon7 {
    background: url(../images/index_icon/US/wd_icon7.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon8 {
    background: url(../images/index_icon/US/wd_icon8.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon9 {
    background: url(../images/index_icon/US/wd_icon9.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon10 {
    background: url(../images/index_icon/US/wd_icon10.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon11 {
    background: url(../images/index_icon/US/wd_icon11.png) no-repeat;
    background-size: auto 100%;
}
.wd_icon12 {
    background: url(../images/index_icon/US/wd_icon12.png) no-repeat;
    background-size: auto 100%;
}
/*********  加扣款管理  *********/
/*查詢*/
.mansrch_set .srchlist {
    display: inline-block;
    *display: inline;
    padding: 10px 0 0 0;
    vertical-align: top;
}
.mansrch_set .srchlist .text {
    display: inline-block;
    *display: inline;
    text-align: left;
}
.mansrch_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 130px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.mansrch_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 100px;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.mansrch_set dt {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.mansrch_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
/*會員手工結算查詢*/
.manmoney_table {
    overflow: auto;
    width: auto;
    min-width: 600px;
}
.manmoney_table th {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.manmoney_table td {
    height: 14px;
    line-height: 14px;
    padding: 5px;
    text-align: left;
    border: 1px solid #ccc;
}
.manmoney_table .note {
    padding: 5px;
    word-break: break-all;
    text-align: justify;
}
/*會員加扣款設定*/
.manmoney_boxset .content_set {
    width: 96%;
    margin: 10px auto 20px;
    overflow: hidden;
}
.manmoney_boxset .content_set td a {
    color: #0092e6;
    text-decoration: underline;
}
.manmoney_boxset .moneydtl_list1, .manmoney_boxset .moneydtl_list2,
.manmoney_boxset .moneydtl_list3 {
    display: inline-block;
    *display: inline;
    font-size: 1em;
    color: #777;
    padding: 10px 0 0 0;
    text-align: left;
    vertical-align: top;
}
.manmoney_boxset .moneydtl_list1, .manmoney_boxset .moneydtl_list2 {
    width: 49%;
}
.manmoney_boxset .moneydtl_list3 {
    width: 100%;
}
.manmoney_boxset dt {
    display: inline-block;
    *display: inline;
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.manmoney_boxset dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.manmoney_boxset .select_set, .manmoney_boxset .radio_set {
    display: inline-block;
    *display: inline;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
.manmoney_boxset .mem_input {
    display: inline-block;
    *display: inline;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.manmoney_boxset .select_set {
    width: 157px;
}
.manmoney_boxset .moneydtl_list2 .mem_input {
    width: 150px;
}
.manmoney_boxset .moneydtl_list3 dd {
    width: 76%;
}
.manmoney_boxset .moneydtl_list3 .mem_input {
    width: 100%;
}
/*********  會員互轉  *********/
/*查詢*/
.memtrans_srchset .srchlist, .memtrans_srchset .datelist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.memtrans_srchset .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 100px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.memtrans_srchset .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 107px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.memtrans_srchset .name {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.memtrans_srchset .datelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 0.95em;
    background-image: url(../images/index_icon/icon_date.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 70%;
    background-position: 95% 45%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.memtrans_srchset dt, .memtrans_srchset dd,
.memtrans_srchset .datelist .input_set, .memtrans_srchset .datelist .btn_set {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: middle;
}
/*列表*/
.memtrans_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.memtrans_table th {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.memtrans_table td {
    height: 14px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    border: 1px solid #ccc;
}
.memtrans_table .note {
    padding: 5px;
    word-break: break-all;
    text-align: justify;
}
.memtrans_table .cell1 { /*日期*/
    width: 10%;
}
.memtrans_table .cell2 { /*会员帐号*/
    width: 10.5%;
}
.memtrans_table .cell3 { /*对方帐号*/
    width: 10.5%;
}
.memtrans_table .cell4 { /*转点金额*/
    width: 13%;
}
.memtrans_table .cell5 { /*会员馀额*/
    width: 13%;
}
.memtrans_table .cell6 { /*手续费*/
    width: 12%;
}
.memtrans_table .cell7 { /*优惠*/
    width: 12%;
}
.memtrans_table .cell8 { /*管理者*/
    width: 7.5%;
}
.memtrans_table .cell10 { /*转点操作*/
    width: 7.5%;
}
.memtrans_table .btn_yellowsmall {
    margin-bottom: 5px;
}
/*********  銀行儲值審核  *********/
.bankdp_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.bankdp_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.bankdp_table td {
    height: 28px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.bankdp_table .cell1 { /*编号*/
    width: 3.5%;
}
.bankdp_table .cell2 { /*提交日期*/
    width: 7%;
}
.bankdp_table .cell3 { /*系统订单号*/
    width: 15%;
}
.bankdp_table .cell4 { /*会员帐号*/
    width: 6.5%;
}
.bankdp_table .cell5 { /*银行户名*/
    width: 5%;
}
.bankdp_table .cell6 { /*付款银行*/
    width: 13%;
}
.bankdp_table .cell7 { /*金额*/
    width: 8%;
}
.bankdp_table .cell8 { /*收款银行*/
    width: 13%;
}
.bankdp_table .cell9 { /*财务*/
    width: 3%;
}
.bankdp_table .cell10 { /*管理者*/
    width: 5%;
}
.bankdp_table .cell12 { /*提款状态操作*/
    width: 13%;
}
.bankdp_table .use_set div {
    margin-bottom: 5px;
}
/*********  銀行自動儲值審核  *********/
.autobankdp_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.autobankdp_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.autobankdp_table td {
    height: 28px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.autobankdp_table td {
    height: 14px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.autobankdp_table .cell1 { /*编号*/
    width: 3.5%;
}
.autobankdp_table .cell2 { /*提交日期*/
    width: 11%;
}
.autobankdp_table .cell3 { /*会员帐号*/
    width: 7%;
}
.autobankdp_table .cell4 { /*银行户名*/
    width: 7%;
}
.autobankdp_table .cell5 { /*金额*/
    width: 8%;
}
.autobankdp_table .cell6 { /*馀额*/
    width: 8%;
}
.autobankdp_table .cell7 { /*付款方式*/
    width: 7%;
}
.autobankdp_table .cell8 { /*付款帐号*/
    width: 14%;
}
.autobankdp_table .cell9 { /*收款银行*/
    width: 7%;
}
.autobankdp_table .cell10 { /*收款帐号*/
    width: 14%;
}
.autobankdp_table .cell11 { /*管理者*/
    width: 5%;
}
/*********  各支付設定  *********/
/*會員銀行轉帳狀態設定*/
.special_member .select_set{
    line-height: 30px;
}
.paysrch_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 10px 0 5px 0;
    text-align: left;
    vertical-align: top;
}
.paysrch_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.paysrch_set dt {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    margin-bottom: 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.paysrch_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.paysrch_set .text {
    width: 100px;
    color: #0092e6;
}
/*********  新版_支付平台管理  *********/
.function_set .pay_btnset {
    display: inline-block;
    *display: inline;
    *display: inline;
    margin: 10px 0 0 0;
}
.pay_btnset .btn_payon {
    display: inline-block;
    *display: inline;
    margin: 0 0 4px 2px;
    padding: 4px 10px;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    border: 0;
    background: #34b3c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_payon:hover, .btn_payon:active, .btn_payon:focus {
    border: 0;
    background: #11899c;
}
.pay_btnset .selected {
    background: #ff8d00;
}
/*列表共用*/
.pay_table {
    margin: 0 0 1em 0;
    font-size: 0.9em;
    color: #777;
    background: #fff;
    overflow: auto;
}
#payLevelTimeSet{
    min-width: 1445px;
    width: auto;
}
.pay_table caption {
    padding: 0 0 5px 5px;
    color: #d20000;
    font-size: 15px;
    text-align: left;
}
.pay_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.pay_table td {
    height: 16px;
    line-height: 16px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top;
}
.pay_table .pay_type1 {
    display: inline-block;
    *display: inline;
    *display: inline;
    color: #f0f;
    margin: 0 3px 0 0;
}
.pay_table .pay_type2 {
    display: inline-block;
    *display: inline;
    *display: inline;
}
.content_set .paylv_type1 {
    min-width: 1200px;
    width: auto;
}
.content_set .paylv_type2 {
    min-width: 1600px;
    width: auto;
}
.content_set .paylv_type3 {
    min-width: 800px;
    width: auto;
}
/*支付开关设定*/
.paylv_type1 .btn_yellowsmall, .paylv_type1 .btn_bluesmall {
    margin: 0 0 3px 2px;
}
/**--------------------列表-取消使用cell、統一改設min-width--------------------**/

/*經銷分析>當月總儲值查詢; 會員管理>銀行紀錄; 會員支付狀態設定>會員列表; 財務報表>優惠加扣查詢;
財務管理>即時出款稽核>優惠稽核、常態稽核; 報表管理>WIN報表、WIN彩票; 報表管理>存款手續費>手續費注單明细*/
.depositlist_table, .bankcard_table, #Memberlist_table, #PromotionAD_table,
#PromotionAudit_table, .normality_check, .WinReport_table, .FeeDetails_table, .MemberInquiry_table {
    min-width: 1200px;
    width: auto;
}
#PromotionAD_table .cell1 {
    width: 300px;
}
#PhoneCK_table{/*會員管理>手機認證碼*/
    width: auto;
    min-width: 850px;
}
#PointsDWad_table{/*會員管理>會員存/提/加扣*/
    width: auto;
    min-width: 1520px;
}
/*經銷管理>代理移線紀錄; 報表管理>銀行電子設定>會員儲值排行; 風控管理>等級設定>會員輸贏升降等級設定;
 遊戲ID查詢>遊戲ID查詢; 報表管理>存款手續費、會員互轉紀錄*/
#AgentChange_table, #Memberdeposit_table, .HandlingFee_table, #UserLevel_table,
#SearchGameID_table, .Interchange_table {
    min-width: 650px !important;
    width: auto;
}
/*財務管理>存款管理*/
#DepositManage_table{
    min-width: 1530px;
    width: auto;
}
/*財務管理>銀行管理*/
#BankManage_table{
    width: auto;
    min-width: 1580px;
}
/*財務管理>提款管理*/
#WithdrawManage_table{
    width: auto;
    min-width: 1570px;
}
#WithdrawManage_table .wd_state {
    width: 12%;
}
#WithdrawManage_table .wd_icon_part {
    display: block;
    text-align: left;
    padding: 1% 1% 0;
    margin: 0;
}
/*風控管理>返水設定*/
.Rebate_table {
    min-width: 900px !important;
    width: auto;
}
#Aglist_table{/*風控管理 > 返水記錄派發表 >返水記錄派發表、等級設定*/
    min-width: 1670px !important;
    width: auto;
}
/*風控管理>盤口設定*/
#Handicap_table {
    min-width: 400px !important;;
    width: auto;
}
/*報表管理>遊戲總表、遊戲總表Excel、其他報表、打賞報表、特殊贈點、公司互轉紀錄*/
.GameSummary_table, .ReportExcel_table, .OtherReport_table,
.Reward_table, .SpecialReport_table, .Company_table, #MoneyLog_table {
    min-width: 1000px;
    width: auto;
}
#RegAgentUser_table, .AuditInquiry_table, #Audited_table{/*經銷管理>代理會員查詢; 財務管理>即時出款稽核; 報表管理>稽核報表*/
    min-width: 700px;
    width: auto;
}
.Userset_table, #Transferlist_table, #Msglist_table, .Tripartite_table, #ADBankdata_table {/*會員管理>相關功能設定; 會員管理>移線紀錄; 訊息管理>系統信件; 報表管理>第三方報表*/
    min-width: 800px !important;
    width: auto;
}
/*報表管理>遊戲總表、WIN報表、WIN彩票、其他報表、打賞報表>投注明細;*/
.ReportVote_table {
    min-width: 1735px;
    width: auto;
}
/*報表管理>打賞報表>各廠商投注總計;報表管理>會員互轉紀錄>會員互轉加扣款紀錄*/
.PerVendor_table, .PointsHistory_table {
    min-width: 1505px;
    width: auto;
}
/*********  跑馬燈信息管理  *********/
.addmarquee_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 49%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.addmarquee_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 160px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.addmarquee_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 167px;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.addmarquee_set .srchlist .radio_set {
    display: inline-block;
    *display: inline;
}
.addmarquee_set .textarea_list {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.addmarquee_set .textarea_list dd {
    width: 84%;
}
.addmarquee_set .textarea_set {
    resize: none;
    width: 99%;
    height: 60px;
    line-height: 22px;
    padding: 5px;
    color: #666;
    font-size: 1em;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.addmarquee_set dt {
    display: inline-block;
    *display: inline;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.addmarquee_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
#endTime{
    width: 120px;
}
/*列表*/
.addmarquee_table {
    font-size: 0.9em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 1400px;
}
.addmarquee_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.addmarquee_table td {
    height: 16px;
    line-height: 16px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top;
}
.addmarquee_table .cell1 { /*跑馬燈內容*/
    width: 900px;
}
/*********  代理-公告跑馬燈管理  *********/
.ag_marquee_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 49%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.ag_marquee_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 160px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.ag_marquee_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 167px;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.ag_marquee_set .srchlist .radio_set {
    display: inline-block;
    *display: inline;
}
.ag_marquee_set .textarea_list {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.ag_marquee_set .textarea_list dd {
    width: 84%;
}
.ag_marquee_set .textarea_set {
    resize: none;
    width: 99%;
    height: 60px;
    line-height: 22px;
    padding: 5px;
    color: #666;
    font-size: 1em;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.ag_marquee_set dt {
    display: inline-block;
    *display: inline;
    width: 145px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.ag_marquee_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
/*列表*/
.ag_marquee_table {
    font-size: 0.9em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 1520px;
}
.ag_marquee_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.ag_marquee_table td {
    height: 16px;
    line-height: 16px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top;
}
.ag_marquee_table .cell1 { /*跑馬燈消息*/
    width: 800px;
}
/*********  查看系統信件  *********/
.sysmail_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.sysmail_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 100%;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.sysmail_set .titlelist {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.sysmail_set .titlelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.sysmail_set .titlelist dd {
    width: 84%;
}
.sysmail_set dt {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.sysmail_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
/*列表*/
.sysmail_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.sysmail_width{
    width: 60%;
}
.sysmail_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.sysmail_table td {
    height: 16px;
    line-height: 16px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top;
}
.sysmail_table .cell1 { /*发送时间*/
    width: 21%;
}
.sysmail_table .cell2 { /*发送帐号*/
    width: 12%;
}
.sysmail_table .cell4 { /*查看状态*/
    width: 8%;
}
/*********  系統信件內容  *********/
.msglook_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.msglook_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.msglook_table td.cell1 { /*標題*/
    padding: 10px 5px 10px 0;
    text-align: right;
    background-color: #dcf2ff;
    border: 1px solid #ccc;
    vertical-align: top;
}
.msglook_table td.cell2 {
    width: 85%;
    line-height: 16px;
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc;
    vertical-align: top;
}
/*********  最新消息管理  *********/
.sysnews_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 33%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.sysnews_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.sysnews_set .titlelist {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.sysnews_set .titlelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.sysnews_set .srchlist .radio_set {
    display: inline-block;
    *display: inline;
}
.sysnews_set .textarea_list {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
    width: 84%;
}
.sysnews_set .textarea_set {
    resize: none;
    width: 99%;
    height: 60px;
    line-height: 22px;
    padding: 5px;
    color: #666;
    font-size: 1em;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.sysnews_set dt {
    display: inline-block;
    *display: inline;
    width: 105px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.sysnews_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
/*列表*/
.sysnews_table {
    font-size: 0.9em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 1500px;
}
.sysnews_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.sysnews_table td {
    height: 16px;
    line-height: 16px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top;
}
.sysnews_table .cell1 { /*消息內容*/
    width: 800px;
}
.sysnews_table .detail {
    text-align: justify;
    padding: 7px;
}
/*跑馬燈+代理+最新公告*/
.content_merge .addmarquee_table .line_hover:hover,
.content_merge .sysnews_table .line_hover:hover,
.content_merge .ag_marquee_table .line_hover:hover {
    background: #fce5c3;
}
.merge_vn{
    width: 180px !important;
}
.merge_en{
    width: 155px !important;
}
/*********  投訴箱-客服管理  *********/
.onlineser_set .srchlist {
    display: inline-block;
    *display: inline;
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
}
.onlineser_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 145px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.onlineser_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 147px;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.onlineser_set dt {
    display: inline-block;
    *display: inline;
    width: 137px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.onlineser_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.onlineser_set .btn_blackcancel, .onlineser_set .btn_blackset {
    margin: 3px 0;
}
/*列表*/
.onlineser_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 400px;
}
.onlineser_table th {
    padding: 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.onlineser_table td {
    height: 14px;
    line-height: 14px;
    padding: 5px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
/*********  投訴箱-投訴信件  *********/
.memadmin_set .srchlist, .memadmin_set .datelist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.memadmin_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 107px;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.memadmin_set .name {
    display: inline-block;
    *display: inline;
    width: 105px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.memadmin_set .datelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 0.95em;
    background-image: url(../images/index_icon/icon_date.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 70%;
    background-position: 95% 45%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.memadmin_set dt, .memadmin_set dd,
.memadmin_set .datelist .input_set, .memadmin_set .datelist .btn_set {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: middle;
}
.inline_btnset {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
/*列表*/
.memadmin_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 1200px;
}
.memadmin_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.memadmin_table td {
    height: 16px;
    line-height: 16px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top;
}
/*********  代理-投訴信件  *********/
.agentadmin_set .srchlist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.agentadmin_set .datelist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    margin: 0 50px 0 0;
    text-align: left;
    vertical-align: top;
}
.agentadmin_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 107px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.agentadmin_set .name {
    display: inline-block;
    *display: inline;
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.agentadmin_set .datelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 0.95em;
    background-image: url(../images/index_icon/icon_date.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 70%;
    background-position: 95% 45%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.agentadmin_set dt, .agentadmin_set dd,
.agentadmin_set .datelist .input_set, .agentadmin_set .datelist .btn_set {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: middle;
}
.inline_btnset {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
/*列表*/
.agentadmin_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 1200px;
}
.agentadmin_table th {
    padding: 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.agentadmin_table td {
    height: 16px;
    line-height: 16px;
    padding: 5px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top;
}
/*********  回電紀錄  *********/
/*查詢*/
.call_srchset .srchlist, .call_srchset .datelist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.call_srchset .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 107px;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.call_srchset .name {
    display: inline-block;
    *display: inline;
    width: 105px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.call_srchset .datelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 0.95em;
    background-image: url(../images/index_icon/icon_date.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 70%;
    background-position: 95% 45%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.call_srchset dt, .call_srchset dd,
.call_srchset .datelist .input_set, .call_srchset .datelist .btn_set {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: middle;
}
/*列表*/
.call_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 1400px;
}
.call_table th {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.call_table td {
    height: 14px;
    line-height: 14px;
    padding: 5px;
    text-align: left;
    border: 1px solid #ccc;
}
.call_table .note {
    padding: 5px;
    word-break: break-all;
    text-align: justify;
}
/*修改*/
.call_fixbox .content_set td a {
    color: #0092e6;
    text-decoration: underline;
}
.call_fixbox .callback_list1, .call_fixbox .callback_list2,
.call_fixbox .callback_list3 {
    display: inline-block;
    *display: inline;
    font-size: 1em;
    color: #777;
    padding: 10px 0 0 0;
    text-align: left;
    vertical-align: top;
}
.call_fixbox .callback_list1, .call_fixbox .callback_list2 {
    width: 49%;
}
.call_fixbox .callback_list3 {
    width: 100%;
}
.call_fixbox dt {
    display: inline-block;
    *display: inline;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.call_fixbox dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.call_fixbox .select_set {
    display: inline-block;
    *display: inline;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
.call_fixbox .mem_input {
    display: inline-block;
    *display: inline;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.call_fixbox .select_set {
    width: 157px;
}
.call_fixbox .callback_list2 .mem_input {
    width: 150px;
}
.call_fixbox .callback_list3 dd {
    width: 76%;
}
.call_fixbox .callback_list3 .mem_input {
    width: 100%;
}
/*********  活動管理  *********/
.promotions_box {
    width: 100%;
    margin: 0 10px 20px 0;
    background: #fff;
    border: 1px solid #ccc;
    -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;
}
/*黃色標題(共用)*/
.promotions_box .title_set {
    line-height: 50px;
    padding-left: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-left: 10px solid #ffb100; /*黃色*/
    border-bottom: 1px solid #ccc;
}
.promotions_box .content_set {
    width: 97%;
    margin: 20px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
/*列表*/
.promotions_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 49%;
    margin: 5px 0;
    vertical-align: top;
}
.promotions_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 130px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.promotions_set dt {
    display: inline-block;
    *display: inline;
    width: 166px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.promotions_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
/*列表*/
.promotions_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 800px;
}
.promotions_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.promotions_table td {
    height: 14px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
/*********  上傳優惠管理  *********/
/*列表*/
.upload_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 43.5%;
    margin: 5px 0;
    vertical-align: top;
}
.upload_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    /*width: 130px;*/
    width: auto;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.upload_set .srchlist50 {
    display: inline-block;
    *display: inline;
    width: 43%;
    margin: 5px 0;
    vertical-align: top;
}
.upload_set .srchlist50 .srch_input {
    display: inline-block;
    *display: inline;
    width: 130px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.upload_set dt {
    display: inline-block;
    *display: inline;
    width: 216px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.upload_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
.select_urfile {
    display: inline-block;
    *display: inline;
    width: 230px;
    margin: 0 auto 10px;
    padding: 5px;
    border: 0;
    background: #ddd;
    cursor: pointer;
}
.uploadbtn, .sort_btn {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.uploadbtn .yellowbig_btn {
    width: 200px;
}
/*列表*/
.function_set .radio_set {
    display: inline-block;
    *display: inline;
    color: #777;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.function_set .radio_set input[type="radio" i] {
    display: inline-block;
    *display: inline;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
.function_set .radio_set span {
    vertical-align: middle;
}
.function_set .text_red {
    font-size: 0.95em;
    color: #d20000 !important;
}
.upload_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    min-width: 1200px;
    width: auto;
}
.ADupload_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 1260px;
}
.upload_table th, .ADupload_table th {
    padding: 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: middle;
}
.upload_table td, .ADupload_table td {
    height: 14px;
    line-height: 14px;
    padding: 5px;
    text-align: left;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.sort_input {
    display: inline-block;
    *display: inline;
    width: 50px;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 5px;
    color: #da0000;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.ADupload_table .cell1 {/*排序 (數字越大優先顯示)*/
    width: 191px;
}
.upload_table .cell1 span, .ADupload_table .cell1 span {
    color: #ffd600;
}
/*********  系統管理員設定  *********/
.access_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.access_table th {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.access_table td {
    height: 14px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    border: 1px solid #ccc;
}
.access_table .note {
    padding: 5px;
    word-break: break-all;
}
.access_table .cell1 { /*状态*/
    width: 4%;
}
.access_table .cell2 { /*帐号*/
    width: 6%;
}
.access_table .cell3 { /*名称*/
    width: 10%;
}
.access_table .cell4 { /*IP限制*/
    width: 9%;
}
.access_table .cell5 { /*地区限制*/
    width: 7%;
}
.access_table .cell7 { /*登入IP*/
    width: 9%;
}
.access_table .cell8 { /*登入网址*/
    width: 10%;
}
.access_table .cell9 { /*操作*/
    width: 7%;
}
.access {
    display: inline-block;
    *display: inline;
    width: 99%;
    padding: 3px 0;
    margin-bottom: 5px;
    line-height: 16px;
    background-color: #e5f5ff;
    border: 1px dotted #a9cfe4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.access dt {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    color: #0068a5;
    font-weight: bold;
    vertical-align: top;
}
.access dd {
    display: inline-block;
    *display: inline;
    width: 98%;
    padding: 0 1%;
    word-break: break-all;
    text-align: justify;
    vertical-align: top;
}
.access_table .btn_set input {
    margin-bottom: 5px;
}
/*********  新增管理員  *********/
.addaccess_table {
    font-size: 1em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.addaccess_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.addaccess_table td.cell1 { /*標題*/
    padding: 10px 5px 10px 0;
    text-align: right;
    background-color: #dcf2ff;
    border: 1px solid #ccc;
    vertical-align: top;
}
.addaccess_table td.cell2 {
    width: 83%;
    padding: 10px 0 10px 10px;
    text-align: left;
    border: 1px solid #ccc;
    vertical-align: top;
}
.addaccess_table .addaccess_input {
    display: inline-block;
    *display: inline;
    width: 97%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.add_access {
    width: 99%;
    line-height: 16px;
}
.add_access dt {
    padding: 5px;
    color: #fff;
    font-weight: bold;
    background: #62a4af;
    background: -moz-linear-gradient(right, #62a4af 0%, #fff 100%);
    background: -webkit-linear-gradient(right, #62a4af 0%, #fff 100%);
    background: linear-gradient(to right, #62a4af 0%, #fff 100%);
    vertical-align: top;
}
.add_access dd {
    /*width: 98.5%;*/
    padding: 10px 0 10px 10px;
    /*font-size: 0.9em;*/
    background: #fff;
    word-break: break-all;
    vertical-align: top;
}
.check_text {
    display: inline-block;
    *display: inline;
    width: 24%;
    margin-bottom: 5px;
    vertical-align: top;
}
.add_access dd input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0 2px 0 0;
    vertical-align: middle;
}
/*********  日誌管理  *********/
/*查詢*/
.notelist_set {
    background: #f1f1f1;
}
.notelist_set .srchlist, .notelist_set .datelist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.notelist_set .name {
    display: inline-block;
    *display: inline;
    width: 135px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.notelist_set .name .text_right{
    text-align: right;
}
.notelist_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 147px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.notelist_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 140px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.notelist_set .titlelist {
    display: inline-block;
    *display: inline;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: left;
    vertical-align: top;
}
.notelist_set .titlelist dd {
    width: 85%;
}
.notelist_set .titlelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 98%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.notelist_set .datelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 0.95em;
    background-image: url(../images/index_icon/icon_date.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 70%;
    background-position: 95% 45%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.notelist_set dt, .notelist_set dd,
.notelist_set .datelist .input_set,
.notelist_set .datelist .btn_set {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: middle;
}
/*列表*/
.notelist_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 1000px;
}
.notelist_table th {
    padding: 5px;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.notelist_table td {
    height: 18px;
    line-height: 18px;
    padding: 5px;
    text-align: left;
    border: 1px solid #ccc;
}
.notelist_table .note {
    padding: 5px;
    word-break: break-all;
    text-align: justify;
}
.notelist_table .cell1 {
    width: 600px;
}
/*********  系統註冊信件管理  *********/
.setsite_table {
    font-size: 1em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.setsite_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.setsite_table td.cell1 { /*標題*/
    padding: 10px 5px 10px 0;
    text-align: right;
    background-color: #dcf2ff;
    border: 1px solid #ccc;
    vertical-align: top;
}
.setsite_table td.cell2 {
    width: 82%;
    padding: 10px 0 10px 10px;
    text-align: left;
    border: 1px solid #ccc;
    vertical-align: top;
}
.setsite_table td.cell3 {
    padding: 0 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.setsite_table .setsite_input {
    display: inline-block;
    *display: inline;
    width: 97%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.setsite_table .setsite_width{
    width: 11.5%;
}
.setsite_table .textarea_set {
    resize: none;
    width: 96.5%;
    height: 100px;
    line-height: 22px;
    padding: 5px;
    color: #666;
    font-size: 1em;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.setsite_table .textarea_mem {
    resize: none;
    width: 96.5%;
    height: 60px;
    line-height: 22px;
    padding: 5px;
    color: #666;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.setsite_table .textarea_tips {
    line-height: 18px;
    padding: 5px 3% 0 0;
    text-align: right;
    font-size: 0.85em;
    color: #d20000;
}
.radio_set1, .radio_set2 {
    display: inline-block;
    *display: inline;
    padding: 0 50px 5px 0;
    line-height: 20px;
}
/*********  設定反水  *********/
.rake_table {
    font-size: 1em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 300px;
}
.rake_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.rake_table td {
    height: 14px;
    line-height: 14px;
    padding: 5px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.rake_input {
    display: inline-block;
    *display: inline;
    width: 90%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
/*********  各等级支付次数设定  *********/
.Payment_table {
    font-size: 1em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.Payment_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.Payment_table td {
    height: 14px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.Payment_table .cell1 {
    width: 20%;
}
.Payment_table .cell2 {
    width: 14%;
}
.Payment_table .cell3 {
    width: 30%;
}
.Payment_table .cell4 {
    width: 20%;
}
.Payment_input {
    display: inline-block;
    *display: inline;
    width: 90%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
#popup_bankLevelSet .closebtn, #popup_bankLevelAdd .closebtn,
.Paymentbox .closebtn {
    position: absolute;
    right: 50px;
    width: 30px;
    height: 30px;
    margin: 10px 10px 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;
}
.question {
    width: 17px;
    display: inline-block;
    cursor: pointer;
}
/*********  快速新增測試帳號  *********/
.fastadd_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.fastadd_set dt {
    display: inline-block;
    *display: inline;
    width: 223px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.fastadd_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.fast_input {
    display: inline-block;
    *display: inline;
    width: 145px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
#NickName{
    width: 255px;
}
.fastadd_set .select_set {
    display: inline-block;
    *display: inline;
    width: 152px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    vertical-align: top;
    cursor: pointer;
}
/*********  遊戲維護公告  *********/
.maintain_table {
    font-size: 1em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.maintain_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.maintain_table td {
    line-height: 20px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.maintain_table .cell1 { /*游戏平台名称*/
    width: 20%;
}
.maintain_table .cell2 { /*维护状态*/
    width: 15%;
}
.maintain_table .cell4 { /*功能操作*/
    width: 15%;
}
/*修改游戏状态*/
.fix_table {
    font-size: 1em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.fix_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.fix_table td.cell1 { /*標題*/
    padding: 10px 5px 10px 0;
    text-align: right;
    background-color: #dcf2ff;
    border: 1px solid #ccc;
    vertical-align: top;
}
.fix_table td.cell2 {
    width: 83%;
    padding: 10px 0 10px 10px;
    text-align: left;
    border: 1px solid #ccc;
    vertical-align: top;
}
.fix_table .fix_input {
    display: inline-block;
    *display: inline;
    width: 97%;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.fix_table .select_set {
    display: inline-block;
    *display: inline;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.fix_table .textarea_set {
    resize: none;
    width: 96.5%;
    height: 100px;
    line-height: 22px;
    padding: 5px;
    color: #666;
    font-size: 1em;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/*********  視訊彩金中獎名單  *********/
.jp_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.jp_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 145px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.jp_set dt {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: top;
}
.jp_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
/*列表*/
.jp_table {
    font-size: 0.9em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.jp_table th {
    padding: 5px 0 5px 5px;
    color: #fff;
    text-align: left;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
}
.jp_table td {
    height: 14px;
    line-height: 14px;
    padding: 7px 0 7px 4px;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.jp_table .cell1 { /*中奖日期*/
    width: 15%;
}
.jp_table .cell2 { /*中奖时间*/
    width: 13%;
}
.jp_table .cell3 { /*得奖帐号*/
    width: 14%;
}
.jp_table .cell4 { /*彩金金额*/
    width: 20%;
}
.jp_table .cell5 { /*押码量*/
    width: 20%;
}
/*********  修改密碼  *********/
.setpw_set .srchlist {
    display: inline-block;
    *display: inline;
    width: 49%;
    margin: 5px 0;
    vertical-align: top;
}
.setpw_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 130px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.setpw_set dt {
    display: inline-block;
    *display: inline;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: left;
    background: #f1f1f1;
    vertical-align: top;
}
.setpw_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: top;
}
/*********  總報表  *********/
/*盈利統計報表*/
.content_set .profit {
    float: left;
    width: 22%;
    height: 180px;
    margin-top:20px;
    margin-right: 15px;
    border-radius:10px;
    color: white;
    padding: 10px;
    line-height:2
}
.Pro_Blue{
    background: #006bef ;
}
.Pro_Green{
    background: #85d63c ;
}
.Pro_Orange{
    background: #ff8d00 ;
}
.Pro_Purple{
    background: magenta;
}
/*運動賽事列表*/
.tm_set{
    display: block;
    text-align: left;
    width: 100%;
    color: #777;
    font-size: 13px;
    min-width: 180px;
}
.p_font_r {
    color: #c30e0e !important;
}
.mid {
    color: #1ea061;
}
.wg_io, .wg_con {
    color: #bf343b;
    font-weight: bold;
}
.bet_str {
    color: #008aff;
    font-weight: bold;
}
.team_h, .team_c{
    color:#000;
}
/*查詢*/
.listadmin_set {
    width: 97%;
    margin: 15px auto;
    padding-bottom: 5px;
    font-size: 0.95em;
    color: #777;
    text-align: left;
    background: #f1f1f1;
    overflow: hidden;
}
.listadmin_set .srchlist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.listadmin_set .text {
    display: inline-block;
    *display: inline;
    width: 70px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.listadmin_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    /*width: 157px;*/
    width: auto;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.listadmin_set .srchlist .select_set:disabled:disabled {
    background-color: #ddd !important;
    color: #a0a0a0;
    cursor: default;
}
.listadmin_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.listadmin_set .datelist {
    display: block;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.listadmin_set .datelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 0.95em;
    background-image: url(../images/index_icon/icon_date.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 70%;
    background-position: 95% 45%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.listadmin_set dt, .listadmin_set dd,
.listadmin_set .datelist .input_set,
.listadmin_set .datelist .btn_set {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: middle;
}
/*歷史報表時間的下選單*/
.input_set select,.input_set input {
    height: 25px;
    border-radius: 3px;
    vertical-align: middle;
    border: 1px solid #a9a9a9;
    padding-left: 5px;
    color: #666;
}
/*經銷商報表選單*/
.allreport_set {
    width: 96%;
    margin: 15px auto;
    padding: 5px;
    font-size: 0.95em;
    color: #777;
    text-align: left;
    border: 1px solid #ccc;
    overflow: hidden;
}
.allreport_set .srchlist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.allreport_set .text {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.allreport_set .agent_chk {
    display: inline-block;
    *display: inline;
}
.allreport_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.allreport_set .titlelist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.allreport_set dt, .allreport_set dd {
    display: inline-block;
    *display: inline;
    line-height: 20px;
    vertical-align: middle;
}
/*打勾*/
.allreport_set .titlelist dd {
    margin: 0 20px 0 0;
}
.chkbox_text {
    display: inline-block;
    *display: inline;
    color: #0092e6;
    text-decoration: underline;
    vertical-align: middle;
}
.chkbox_text:hover, .chkbox_text:active, .chkbox_text:focus {
    color: #ca0000;
}
.chkbox_yes {
    display: inline-block;
    *display: inline;
    width: 19px;
    height: 19px;
    background: url(../images/index_icon/chkbox_yes.gif) no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
}
.chkbox_no {
    display: inline-block;
    *display: inline;
    width: 19px;
    height: 19px;
    background: url(../images/index_icon/chkbox_no.gif) no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
}
/*經銷商報表列表*/
.allreport_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.allreport_table_us{
    width: 70%;
}
.table70_96{ /*WIN報表表格tw\cn:70;vn\en:96*/
    width: 96%;
}
.table65_70{ /*遊戲總表格tw\cn:65;vn:74;en:70*/
    width: 70%;
}
.allreport_table th {
    height: 14px;
    line-height: 14px;
    padding: 5px;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    word-break: break-all;
    vertical-align: middle;
}
.allreport_table td {
    height: 16px;
    line-height: 16px;
    padding: 5px 10px;
    text-align: right;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.allreport_table .use_set div {
    margin-bottom: 5px;
}
.allreport_table tr:nth-of-type(2n+1) {
    background: #fff;
}
/*各館投注統計*/
.report_list1 {
    font-size: 14px;
    color: #777;
    background: #fff;
    overflow: auto;
}
.report_list1 th {
    height: 14px;
    line-height: 14px;
    padding: 5px 0 2px 5px;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    word-break: break-all;
    vertical-align: top;
}
.report_list1 td {
    height: 16px;
    line-height: 16px;
    padding: 5px 2px;
    text-align: right;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
/*投注明細*/
.report_list2 {
    font-size: 14px;
    color: #777;
    background: #fff;
    overflow: auto;
}
.report_list2 th {
    height: 16px;
    line-height: 16px;
    padding: 5px 0 2px 5px;
    color: #fff;
    text-align: center;
    background-color: #006092;
    border: 1px solid #888;
    word-break: break-all;
    vertical-align: middle;
}
.report_list2 td {
    height: 16px;
    line-height: 16px;
    padding: 5px 3px;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top
}
.report_list2 .margin_b {
    margin-bottom: 5px;
}
.report_list2 li span {
    margin-right: 5px;
}
.report_list2 .bet_info {
    border-right: none;
}
.report_list2 .bg_red {
    display: inline-block;
    *display: inline;
    width: 25px;
    height: 20px;
    line-height: 20px;
    margin: 2px 5px;
    color: #fff;
    text-align: center;
    background-color: #8e0204;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.report_list2 .tracking_no {
    word-break: break-all;
}
.report_list2 td.game_result {
    width: 2%;
    border-left: none;
    vertical-align: top
}
/*百家樂_輸贏結果icon(莊、閒、和)*/
.report_list2 .bet_red1 { /*莊*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_red1.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_red2 { /*莊*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_red2.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_red3 { /*莊*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_red3.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_red4 { /*莊*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_red4.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_blue1 { /*閒*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_blue1.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_blue2 { /*閒*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_blue2.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_blue3 { /*閒*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_blue3.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_blue4 { /*閒*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_blue4.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_green1 { /*和*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_green1.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_green2 { /*和*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_green2.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_green3 { /*和*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_green3.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .bet_green4 { /*和*/
    width: 22px;
    height: 22px;
    background: url(../images/index_icon/bet_green4.png) no-repeat center;
    background-size: 100% auto;
}
.report_list2 .th_memberbg {
    background-color: #964343;
}
.allreport_table .th_memberbg {
    background-color: #964343;
}
.report_list2 .th_agentbg {
    background-color: #776b2e;
}
.allreport_table .th_agentbg {
    background-color: #776b2e;
}
.th2_width_red, .th2_width_green{/*欄位第二層攔寬平均*/
    width: 9%;
}
.flexcenter .ball_red {
    background: url(../image/report_icons/ball_red.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.flexcenter .ball_white {
    background: url(../image/report_icons/ball_white.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.flexcenter .ball_blue {
    background: url(../image/report_icons/ball_blue.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.flexcenter .ball_green {
    background: url(../image/report_icons/ball_green.png) no-repeat;
    background-size: contain;
    background-position: center;
}
/*代理_會員報表*/
.report_list3 {
    font-size: 14px;
    color: #777;
    background: #fff;
    overflow: auto;
}
.report_list3 th {
    height: 16px;
    line-height: 16px;
    padding: 5px 0 2px 5px;
    color: #fff;
    text-align: center;
    background-color: #006092;
    border: 1px solid #888;
    word-break: break-all;
    vertical-align: middle;
}
.report_list3 td {
    height: 16px;
    line-height: 16px;
    padding: 5px 3px;
    text-align: right;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.report_list3 .bg_red {
    display: inline-block;
    *display: inline;
    width: 25px;
    height: 20px;
    line-height: 20px;
    margin: 2px 5px;
    color: #fff;
    text-align: center;
    background-color: #8e0204;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.report_list3 .cell1 { /*会员帐号*/
    width: 7%;
}
.report_list3 .cell2 { /*昵称*/
    width: 10%;
}
.report_list3 .cell3 { /*注单笔数*/
    width: 5.5%;
}
.report_list3 .cell4 { /*投注金额*/
    width: 9%;
}
.report_list3 .cell5 { /*有效投注额*/
    width: 9%;
}
.report_list3 .cell6 { /*游戏洗码量*/
    width: 9%;
}
.report_list3 .cell7 { /*实下注*/
    width: 5%;
}
.report_list3 .cell9 { /*会员-返水*/
    width: 8%;
}
.report_list3 .cell10 { /*会员-结果*/
    width: 9%;
}
.report_list3 .cell11_r { /*代理-上级返水*/
    width: 9%;
    background-color: #009198;
}
.report_list3 .cell11_l { /*代理-未拆帐*/
    width: 9%;
    background-color: #007353;
}
.report_list3 .cell12 { /*上交*/
    width: 9%;
}
.report_list3 .th_memberbg {
    background-color: #964343;
}
.report_list3 .th_agentbg {
    background-color: #776b2e;
}
/*第三方報表_投注明細*/
.report_list4 {
    font-size: 14px;
    color: #777;
    background: #fff;
    overflow: auto;
    width: 65%;
}
.report_list4 th {
    height: 16px;
    line-height: 16px;
    padding: 5px 0 2px 5px;
    color: #fff;
    text-align: center;
    background-color: #006092;
    border: 1px solid #888;
    word-break: break-all;
    vertical-align: middle;
}
.report_list4 td {
    height: 16px;
    line-height: 16px;
    padding: 5px 3px;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #ccc;
    vertical-align: top
}
.report_list4 .margin_b {
    margin-bottom: 5px;
}
.report_list4 .tracking_no {
    word-break: break-all;
}
.report_list4 .cell2 {
    width: 6%;
}
.report_list4 .cell1 {
    width: 4%;
}
.report_list4 .cell3 {
    width: 5%;
}
.report_list4 .cell6 {
    width: 4%;
}
.report_list4 .cell8 {
    width: 4%;
}
/*********  損益排行  *********/
/*損益排行_查詢*/
.memranking_set {
    width: 97%;
    margin: 15px auto;
    padding-bottom: 5px;
    font-size: 0.95em;
    color: #777;
    text-align: left;
    background: #f1f1f1;
    overflow: hidden;
}
.memranking_set .srchlist {
    display: inline-block;
    *display: inline;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.memranking_set .text {
    display: inline-block;
    *display: inline;
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.memranking_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 157px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.memranking_set .srchlist .select_set:disabled:disabled {
    background-color: #ddd !important;
    color: #a0a0a0;
    cursor: default;
}
.memranking_set .srchlist .srch_input {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.memranking_set .datelist {
    display: block;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.memranking_set .datelist .srch_input {
    display: inline-block;
    *display: inline;
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #666;
    font-size: 0.95em;
    background-image: url(../images/index_icon/icon_date.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 70%;
    background-position: 95% 45%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.memranking_set dt, .memranking_set dd,
.memranking_set .datelist .input_set,
.memranking_set .datelist .btn_set {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: middle;
}
.ranking_radio {
    display: inline-block;
    *display: inline;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
}
.ranking_radio .radio_set {
    display: inline-block;
    *display: inline;
}
.ranking_radio .radio_set input[type="radio" i] {
    display: inline-block;
    *display: inline;
    cursor: pointer;
}
/*損益排行列表*/
.rankinglist_table {
    font-size: 0.95em;
    color: #777;
    background: #fff;
    overflow: auto;
    width: auto;
    min-width: 1200px;
}
.rankinglist_table th {
    height: 14px;
    line-height: 14px;
    padding: 5px 0 2px 5px;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    word-break: break-all;
    vertical-align: middle;
}
.rankinglist_table td {
    height: 16px;
    line-height: 16px;
    padding: 5px 2px;
    text-align: right;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.rankinglist_table .use_set div {
    margin-bottom: 5px;
}
.rankinglist_table tr:nth-of-type(2n+1) {
    background: #fff;
}
/*********  每月總點數  *********/
/*每月總點數_查詢*/
.allpoints_set {
    width: 97%;
    margin: 15px auto;
    padding-bottom: 5px;
    font-size: 0.95em;
    color: #777;
    text-align: left;
    background: #f1f1f1;
    overflow: hidden;
}
.allpoints_set .srchlist {
    display: inline-block;
    *display: inline;
    padding: 8px 0;
    margin: 0 40px 0 0;
    text-align: left;
    vertical-align: top;
}
.allpoints_set .text {
    display: inline-block;
    *display: inline;
    width: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    background: #f1f1f1;
    vertical-align: middle;
}
.allpoints_set .srchlist .select_set {
    display: inline-block;
    *display: inline;
    width: 87px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.allpoints_set dt, .allpoints_set dd {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    vertical-align: middle;
}
/*報表*/
.allpoints_table {
    width: 50%;
    font-size: 1em;
    color: #777;
    background: #fff;
    overflow: auto;
}
.allpoints_table th {
    height: 16px;
    line-height: 16px;
    padding: 5px 0 2px 5px;
    color: #fff;
    text-align: center;
    background-color: #747a74;
    border: 1px solid #cbcbcb;
    word-break: break-all;
    vertical-align: top;
}
.allpoints_table td {
    height: 16px;
    line-height: 16px;
    padding: 5px 10px;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.allpoints_table .text_greenBold{
    text-align:right;
}
/*********  選單_遊戲類型外框+標題(共用)  *********/
/*(第一層)遊戲類別勾選*/
.game_chk1 {
    display: block;
    margin-left: 10px;
    text-align: left;
}
.game_chk1 .chktitle_div {
    margin: 5px 0;
}
.game_chk1 dl {
    display: inline-block;
    *display: inline;
    width: 12%;
    margin: 5px -3px;
    font-size: 0.95em;
    text-align: center;
}

.game_chk1 .selectall_bg1 {
    background-color: #d45656;
}
.game_chk1 .selectall_bg2 {
    background-color: #fffade;
}
.game_chk1 dt {
    display: block;
    line-height: 20px;
    padding: 5px 0;
    color: #fff;
    background-color: #488ab1;
    border: 1px solid #bbb;
    border-bottom: none;
}
.game_chk1 dd {
    display: block;
    padding: 2px 0;
    background-color: #fff;
    border: 1px solid #bbb;
}
.game_chk1 .bg1 {
    color: #fff;
    background-color: #006092;
}
.game_chk1 span {
    vertical-align: middle;
}
.chk_arrow {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 5px;
    border: 6px solid;
    border-color: transparent transparent transparent #ff8d00;
    vertical-align: middle;
}
.game_chk1 .chk_detail {
    color: #ffd600;
    text-decoration: underline;
    vertical-align: middle;
}
/*(第二層)各館勾選_下框*/
/*外框+標題(第二、第三層共用)*/
.popup_gamedetail {
    position: relative;
    display: inline-block;
    *display: inline;
    width: 100%;
    margin: 0 10px 20px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -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);
    vertical-align: top;
}
.popup_gamedetail .closebtn {
    position: absolute;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(../images/index_icon/popup_close.png) no-repeat center;
    background-size: 40% auto;
    cursor: pointer;
}
.popup_gamedetail .popup_title {
    line-height: 38px;
    color: #666;
    text-align: center;
    font-size: 1.3em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #c3c3c3;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
/*遊戲內容*/
.game_chk2 {
    padding: 10px 0 10px 15px;
    text-align: left;
}
.game_chk2 .selectall_bg1 {
    background-color: #d45656;
}
.game_chk2 .selectall_bg2 {
    background-color: #fffade;
}
.game_chk2 dl {
    display: inline-block;
    *display: inline;
    width: 16%;
    margin: 5px -3px;
    font-size: 0.9em;
    text-align: center;
}
.game_chk2 dt {
    display: block;
    line-height: 16px;
    padding: 5px 0;
    color: #fff;
    background-color: #666;
    border: 1px solid #bbb;
    border-bottom: none;
}
.game_chk2 dd {
    display: block;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #bbb;
}
.game_chk2 .bg1 {
    color: #fff;
    background-color: #006092;
}
.game_chk2 span {
    vertical-align: middle;
}
.game_chk2 .chk_arrow {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 5px;
    border: 6px solid;
    border-color: transparent transparent transparent #ff8d00;
    vertical-align: middle;
}
.game_chk2 .chk_detail {
    color: #ffd600;
    text-decoration: underline;
    vertical-align: middle;
}
.game_chk2 .chk_detail:hover {
    color: #d20000;
    text-decoration: none;
}
/*(第三層)遊戲列表勾選_下框*/
/*遊戲內容*/
.game_chk3 {
    padding: 10px 0 10px 15px;
    text-align: left;
}
.game_chk3 .selectall_bg1 {
    background-color: #d45656;
}
.game_chk3 .selectall_bg2 {
    background-color: #fffade;
}
.game_chk3 dl {
    display: inline-block;
    *display: inline;
    width: 16%;
    margin: 5px -3px;
    font-size: 0.9em;
    text-align: center;
}
.game_chk3 dt {
    display: block;
    line-height: 16px;
    padding: 5px 0;
    color: #fff;
    background-color: #666;
    border: 1px solid #bbb;
    border-bottom: none;
}
.game_chk3 dd {
    display: block;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #bbb;
}
.game_chk3 .bg1 {
    color: #fff;
    background-color: #006092;
}
.game_chk3 span {
    vertical-align: middle;
}
.game_chk3 .chk_arrow {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 5px;
    border: 6px solid;
    border-color: transparent transparent transparent #ff8d00;
    vertical-align: middle;
}
.game_chk3 .chk_detail {
    color: #ffd600;
    text-decoration: underline;
    vertical-align: middle;
}
/*外框+標題(第二、第三層共用)*/
.popup_showgame {
    position: relative;
    display: inline-block;
    *display: inline;
    width: 90%;
    margin: 0 0 20px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -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);
    vertical-align: top;
}
.popup_showgame .closebtn {
    position: absolute;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(../images/index_icon/popup_close.png) no-repeat center;
    background-size: 40% auto;
    cursor: pointer;
}
.popup_showgame .popup_title {
    line-height: 38px;
    color: #666;
    text-align: center;
    font-size: 1.3em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #c3c3c3;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
/*(第二層)遊戲內容*/
.game_show2 {
    padding: 10px 0 10px 15px;
    text-align: left;
}
.game_show2 dl {
    display: inline-block;
    *display: inline;
    width: 16%;
    margin: 5px -3px;
    font-size: 0.9em;
    text-align: center;
}
.game_show2 dt {
    display: block;
    line-height: 16px;
    padding: 5px 0;
    color: #fff;
    background-color: #666;
    border: 1px solid #bbb;
    border-bottom: none;
}
.game_show2 dd {
    display: block;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #bbb;
}
.game_show2 .bg1 {
    color: #fff;
    background-color: #006092;
}
.game_show2 span {
    vertical-align: middle;
}
.game_show2 .chk_arrow {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 5px;
    border: 6px solid;
    border-color: transparent transparent transparent #ff8d00;
    vertical-align: middle;
}
.game_show2 .chk_detail {
    color: #ffd600;
    text-decoration: underline;
    vertical-align: middle;
}
.game_show2 .chk_detail:hover {
    color: #d20000;
    text-decoration: none;
}
.game_show2 .icon_chk {
    width: 19px;
    height: 19px;
    margin: 0 2px 0 0;
    background: url(../images/index_icon/icon_chk.png) no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
}
/*(第三層)遊戲列表勾選_下框*/
/*遊戲內容*/
.game_show3 {
    padding: 10px 0 10px 15px;
    text-align: left;
}
.game_show3 dl {
    display: inline-block;
    *display: inline;
    width: 16%;
    margin: 5px -3px;
    font-size: 0.9em;
    text-align: center;
}
.game_show3 dt {
    display: block;
    line-height: 16px;
    padding: 5px 0;
    color: #fff;
    background-color: #666;
    border: 1px solid #bbb;
    border-bottom: none;
}
.game_show3 dd {
    display: block;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #bbb;
}
.game_show3 .bg1 {
    color: #fff;
    background-color: #006092;
}
.game_show3 span {
    vertical-align: middle;
}
.game_show3 .chk_arrow {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 5px;
    border: 6px solid;
    border-color: transparent transparent transparent #ff8d00;
    vertical-align: middle;
}
.game_show3 .chk_detail {
    color: #ffd600;
    text-decoration: underline;
    vertical-align: middle;
}
.game_show3 .icon_chk {
    width: 19px;
    height: 19px;
    margin: 0 2px 0 0;
    background: url(../images/index_icon/icon_chk.png) no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
}

/*提款_跳框*/
.popup_tixian, .popup_tixianAgree, .tixianAgree_Pay {
    position: absolute;
    top: 50%;
    right: 10%;
    display: inline-block;
    *display: inline;
    width: 500px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -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);
    overflow: hidden;
}
.tixian_agree {
    top: 380px;
    right: 12%;
}
#popup_why {
    top: 380px;
    position: fixed;
    right: 7%;
}
.tixian_cancel {
    top: 480px;
    right: 12%;
}
.tixianAgree_Pay {
    top: 460px;
    right: 12%;
    width: 310px;
}
.popup_tixian .closebtn {
    position: absolute;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(../images/index_icon/popup_close.png) no-repeat center;
    background-size: 40% auto;
    cursor: pointer;
}
.popup_tixian .popup_title {
    line-height: 38px;
    color: #666;
    text-align: center;
    font-size: 1.3em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #c3c3c3;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
/*提款_跳框內容*/
.tixian_table {
    width: 100%;
    line-height: 35px;
    text-align: center;
}
.tixian_table .title {
    width: 100%;
    margin: 0 0 5px 0;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    background-color: #6e99af;
}
.tixian_table .line {
    width: 100%;
    margin: 10px auto;
    border-bottom: 1px dashed #6e99af;
}
.tixian_table dl {
    float: left;
    width: 100%;
}
.tixian_table dt {
    float: left;
    width: 32%;
    line-height: 25px;
    padding: 5px 2px 5px 0;
    font-size: 0.9em;
    text-align: right;
    color: #fff;
    background-color: #666;
    border: 1px solid #bbb;
    /*border-bottom: none;*/
}
.tixian_table dd {
    float: left;
    width: 65%;
    line-height: 25px;
    text-align: left;
    padding: 5px 0 5px 2px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-left: none;
}
.text_template, .tixian_table .tixian_input, .tixian_table .select_set {
    display: inline-block;
    *display: inline;
    width: 95%;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 5px;
    color: #555;
    font-size: 0.9em;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.text_template {
    width: 85%;
}
.tixian_table .select_set {
    width: 98%;
    height: 24px;
    line-height: 24px;
}
.tixian_table .textarea_dt {
    float: left;
    width: 32%;
    height: 70px;
    padding: 5px 2px 5px 0;
    font-size: 0.9em;
    text-align: right;
    color: #fff;
    background-color: #666;
    border: 1px solid #bbb;
}
.tixian_table .textarea_dd {
    width: 90%;
    height: 60px;
}
.tixian_btn {
    float: left;
    width: 100%;
    margin: 10px auto 5px;
    text-align: center;
}
/*********  以下為 各不同寬度螢幕_設定  *********/
/* 寬度大於 1901px (電腦) */
@media screen and (min-width: 1901px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        padding-left: 290px;
    }
    /*會員查詢*/
    .allmembers .searchlist {
        width: 34%;
    }
    .allmembers .mem_serch {
        width: 34% !important;
    }
    .allmembers .searchlist .long_input {
        width: 170px;
    }
    /*會員管理_用戶管理*/
    .searchbox .rwd_magin {
        margin-right: 32px;
    }
    .searchlist .text, .searchbox .datelist .text,
    .typelist .text {
        text-align: right;
    }
    .searchbox .typelist {
        width: 43%;
    }
    .function_set .selectbox {
        float: right;
    }
    .function_set .select_set {
        margin: 10px 0 0 0;
    }
    .btn_yellowbig, .btn_sent, .btn_bluebig {
        width: 17%;
        height: auto;
    }
    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_list {
        display: inline-block;
        *display: inline;
        width: 99%;
    }
    /*會員資料詳細設定*/
    .mem_boxset1 .memdetail_list {
        width: 33%;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 49%;
    }
    .mem_boxset1 .memdetail_tips {
        display: inline-block;
        *display: inline;
    }
    .mem_boxset1 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset2 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset2 .checkbox_set {
        width: 200px;
    }
    .mem_boxset2 .info_checkbox {
        width: 90%;
    }
    .mem_boxset3 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset3 .memdetail_list {
        width: 24.5%;
    }
    .mem_boxset3 .weblink {
        width: 61%;
    }
    .mem_boxset4 dt {
        width: 150px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset4 .memdetail_list {
        width: 24.5%;
    }
    .mem_boxset5 dt {
        width: 150px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset5 .memdetail_list {
        width: 33%;
    }
    .mem_boxset6 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset_new .memdetail_list{
        width: 100%;
    }
    .mem_boxset7 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset7 .memdetail_list {
        width: 24.5%;
    }
    .mem_boxset8 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset8 .memdetail_list {
        width: 24.5%;
    }
    .mem_boxset10 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset10 .checkbox_set {
        width: 200px;
    }
    .mem_boxset10 .info_checkbox {
        width: 90%;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 22.5%;
    }
    /*支付管理*/
    .mem_boxset15 .list1 {
        width: 35%;
    }
    .mem_boxset15 .list2 {
        width: 63%;
    }
    .mem_boxset15 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset15 .text2 {
        margin-left: 50px;
    }
    .mem_boxset15_btn {
        text-align: left;
    }
    .mem_boxset15_btn .push_width {
        margin-right: 25%;
    }
    .mem_boxset16 .selected_text {
        width: 80%;
    }
    .mem_boxset16 dt {
        width: 150px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    /*存款明細*/
    .srchbox_set .datelist .input_set, .srchbox_set
    .datelist .btn_set {
        display: inline-block;
        *display: inline;
    }
    .srchbox_set .datelist, .srchbox_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 85px 0 0;
    }
    .depositbox .deposit_btn {
        width: 255px;
        font-size: 1.1em;
    }
    .deposit_btn .title_bg, .deposit_btn .info_bg {
        padding: 5px 0;
    }
    .depositbox .text_tips, .moneybox .text_tips,
    .regmem_box .text_tips {
        display: inline-block;
        *display: inline;
    }
    .depositbox .money, .moneybox .money, .regmem_box .money {
        display: inline-block;
        *display: inline;
        float: right;
        font-size: 1em;
    }
    /*會員存/提/匯款*/
    .moneybox .data1, .moneybox .money .data2 {
        margin: 0 0 0 18px;
    }
    .moneybox .text_set {
        width: 100%;
    }
    /*訂單明細*/
    /*.order_table dt {
        width: 7%;
    }
    .order_table dd {
        width: 41%;
    }*/
    /*轉帳記錄*/
    .pm_table .cell2 {
        width: 11%;
    }
    .pm_table .cell5, .pm_table .cell6, .pm_table .cell7,
    .pm_table .cell8, .pm_table .cell9 {
        width: 9%;
    }
    /*會員儲值管理*/
    .aglist_set .listbox {
        width: 99%;
    }
    /*銀行帳戶設定*/
    .bankacc_set .srchlist {
        width: 24%;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*儲值管理*/
    .dptypebox .money {
        display: inline-block;
        *display: inline;
    }
    /*提款管理*/
    .wdtypebox .money {
        display: inline-block;
        *display: inline;
    }
    /*加扣款*/
    .mansrch_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 100px 0 0;
    }
    .manmoney_boxset .moneydtl_list1, .manmoney_boxset .moneydtl_list2 {
        width: 24%;
    }
    .manmoney_boxset .moneydtl_list3 dd {
        width: 85.5%;
    }
    .manmoney_boxset .select_set {
        width: 200px;
    }
    .manmoney_boxset .moneydtl_list2 .mem_input {
        width: 200px;
    }
    /*會員互轉*/
    .memtrans_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 100px 0 0;
    }
    .memtrans_table {
        font-size: 0.9em;
    }
    .memtrans_table .cell1 {
        width: 12%;
    }
    .memtrans_table .cell2 {
        width: 9%;
    }
    .memtrans_table .cell3 {
        width: 9%;
    }
    .memtrans_table .cell4 {
        width: 10%;
    }
    .memtrans_table .cell5 {
        width: 10%;
    }
    .memtrans_table .cell6 {
        width: 10%;
    }
    .memtrans_table .cell7 {
        width: 10%;
    }
    .memtrans_table .cell8 {
        width: 10%;
    }
    .memtrans_table .cell10 {
        width: 10%;
    }
    /*會員互轉設定*/
    .Trading_list dt{
        width: 228px !important;
    }
    .Trading_list dd input{
        width: 80%;
    }
    /*各支付設定*/
    .paysrch_set .srchlist {
        width: 49%;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist {
        width: 30%;
    }
    .addmarquee_set .srchlist .srch_input {
        width: 271px;
    }
    .addmarquee_set .srchlist .select_set {
        width: 187px;
    }
    .addmarquee_set .textarea_list dd {
        width: 92%;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist {
        width: 30%;
    }
    .ag_marquee_set .srchlist .srch_input {
        width: 270px;
    }
    .ag_marquee_set .srchlist .select_set {
        width: 187px;
    }
    .ag_marquee_set .textarea_list dd {
        width: 92%;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 92%;
    }
    .sysmail_table .cell1 {
        width: 13%;
    }
    .sysmail_table .cell2 {
        width: 8%;
    }
    /*系統信件內容*/
    .msglook_table {
        font-size: 1em;
    }
    /*最新消息管理*/
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 92%;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist {
        margin-right: 50px;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .name {
        width: 160px;
    }
    .memadmin_set .srchlist {
        margin-right: 50px;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist {
        margin-right: 50px;
    }
    /*回電紀錄*/
    .call_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 100px 0 0;
    }
    .call_fixbox .callback_list1, .call_fixbox .callback_list2 {
        width: 24%;
    }
    .call_fixbox .callback_list3 dd {
        width: 85.5%;
    }
    .call_fixbox .select_set {
        width: 200px;
    }
    .call_fixbox .callback_list2 .mem_input {
        width: 200px;
    }
    /*活動管理*/
    .promotions_set .srchlist {
        width: 24%;
    }
    /*系統管理員設定*/
    .access_table .cell1 {
        width: 3%;
    }
    .access_table .cell2 {
        width: 8%;
    }
    .access_table .cell3 {
        width: 11%;
    }
    .access_table .cell4 {
        width: 8%;
    }
    .access_table .cell7 {
        width: 8%;
    }
    .access_table .cell8 {
        width: 8%;
    }
    .access_table .cell9 {
        width: 6%;
    }
    /*新增管理員*/
    .check_text {
        width: 24%;
    }
    /*日誌管理*/
    .notelist_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 100px 0 0;
    }
    /*快速新增測試帳號*/
    .fastadd_set .srchlist {
        width: 33%;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist {
        width: 19%;
    }
    /*修改密碼*/
    .setpw_set .srchlist {
        width: 24%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 24%;
    }
    /*總報表_(第一層)遊戲類別勾選*/
    .game_chk1 .chktitle_div {
        margin: 5px 0 5px -5px;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .popup_gamedetail {
        max-width: 796px;
    }
    .game_chk2 dl {
        width: 16.7%;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .game_chk3 dl {
        width: 16.6%;
    }
    /*經銷商報表選單*/
    .allreport_set .srchlist {
        width: 24%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .popup_showgame {
        max-width: 780px;
        margin: 0 0 20px 25px;
    }
    .game_show2 dl {
        width: 20%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .game_show3 dl {
        width: 16.6%;
    }
    /*總報表列表_投注明細*/
    /*損益排行*/
    .memranking_set .srchlist {
        width: 24%;
    }
    /*代理_會員報表*/
    .report_list3 .cell1 {
        width: 6%;
    }
    .report_list3 .cell2 {
        width: 8%;
    }
    .report_list3 .cell4 {
        width: 8%;
    }
    .report_list3 .cell5 {
        width: 8%;
    }
    .report_list3 .cell6 {
        width: 8%;
    }
    .report_list3 .cell7 {
        width: 4.5%;
    }
    .report_list3 .cell9 {
        width: 7%;
    }
    .report_list3 .cell10 {
        width: 8%;
    }
    .report_list3 .cell11_r {
        width: 8%;
    }
    .report_list3 .cell11_l {
        width: 8%;
    }
    .report_list3 .cell12 {
        width: 8%;
    }
    /*會員明細(0:表示沒有限制)*/
    .Tip_Detail::before {
        left: 155px;
        top: -27px;
        border-width: 15.5px 7.5px;
        border-color: transparent transparent #af2020 transparent;
    }
    .Tip_Detail {
        top: 25px;
        left: -155px;
    }
}
/* 寬度介於 1025px - 1900px (電腦) */
@media screen and (min-width: 1025px) and (max-width: 1900px) {
    /*會員管理_用戶管理*/
    .rwd_display {
        display: block;
    }
    .searchlist .text, .searchbox .datelist .text, .typelist .text {
        text-align: right;
    }
    .function_set .selectbox {
        float: right;
    }
    .function_set .select_set {
        margin: 10px 0 0 0;
    }
    .btn_yellowbig, .btn_sent, .btn_bluebig {
        width: 17%;
        height: auto;
    }
    /*存款明細*/
    .srchbox_set .datelist .input_set, .srchbox_set .datelist .btn_set,
    .depositbox .text_tips, .moneybox .text_tips, .regmem_box .text_tips,
    .aglist_set .listbox {
        display: inline-block;
        *display: inline;
    }
    .deposit_btn .title_bg, .deposit_btn .info_bg {
        padding: 5px 0;
    }
    .depositbox .money, .regmem_box .money {
        display: inline-block;
        *display: inline;
        float: right;
    }
    .checkbtn_set {
        text-align: center;
    }
    /*總報表_(第一層)遊戲類別勾選*/
    .game_chk1 .chktitle_div {
        margin: 5px 0 5px -5px;
    }
    /*代理總金額比例*/
    .rate .cell1 {
        width: 10.5%;
    }

    .rate .cell2, .rate .cell3, .rate .cell4 {
        width: 20%;
    }
    .rate .cell5 {
        width: 9%;
    }
    /*會員互轉*/
    .fastadd_set .Trading_list{
        width: 80% !important;
    }
}
/* 寬度介於 1600px - 1900px (電腦) */
@media screen and (min-width: 1600px) and (max-width: 1900px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        width: 83%;
        padding-left: 295px;
    }
    /*輸贏金額、會員人數統計*/
    .infobox {
        width: 32%;
        margin-bottom: 10px;
    }
    .ratebox {
        width: 66.5%;
    }
    .agentbox {
        /*width: 32%;*/
        height: auto;
    }
    /*會員查詢*/
    .allmembers .searchlist {
        width: 30%;
    }
    .allmembers .mem_serch {
        width: 30% !important;
    }
    .allmembers .searchlist .long_input {
        width: 130px;
    }
    /*會員管理_用戶管理*/
    .searchlist {
        margin: 10px 200px 6px 10px;
    }
    .searchbox .typelist {
        margin: 10px 32px 6px 9px;
    }
    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_list {
        display: inline-block;
        *display: inline;
    }
    /*會員資料詳細設定*/
    .mem_boxset1 .memdetail_list {
        width: 33%;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 49%;
    }
    .mem_boxset1 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset2 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset2 dd {
        width: 88%;
    }
    .mem_boxset2 .checkbox_set {
        width: 180px;
    }
    .mem_boxset3 .memdetail_list {
        width: 33%;
    }
    .mem_boxset3 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset3 .weblink {
        width: 63.5%;
    }
    .mem_boxset4 .memdetail_list {
        width: 33%;
    }
    .mem_boxset4 dt {
        width: 150px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset5 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset5 .memdetail_list {
        width: 33%;
    }
    .mem_boxset6 .memdetail_list {
        width: 33%;
    }
    .mem_boxset6 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset7 .memdetail_list {
        width: 33%;
    }
    .mem_boxset7 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset8 .memdetail_list {
        width: 33%;
    }
    .mem_boxset8 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset10 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset10 .info_checkbox {
        width: 88%;
    }
    .mem_boxset10 .checkbox_set {
        width: 180px;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 22%;
    }
    /*支付管理*/
    .mem_boxset15 .list1 {
        width: 35%;
    }
    .mem_boxset15 .list2 {
        width: 63%;
    }
    .mem_boxset15 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset15 .text2 {
        margin-left: 50px;
    }
    .mem_boxset15_btn {
        text-align: left;
    }
    .mem_boxset15_btn .push_width {
        margin-right: 23%;
    }
    .mem_boxset16 .selected_text {
        width: 70%;
    }
    .mem_boxset16 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    /*存款明細*/
    .srchbox_set .datelist, .srchbox_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    /*會員存/提/匯款*/
    .moneybox .money {
        display: inline-block;
        *display: inline;
        float: right;
        font-size: 1em;
    }
    .moneybox .data1, .moneybox .money .data2 {
        margin: 0 0 0 20px;
    }
    .moneybox .text_set {
        width: 100%;
    }
    /*訂單明細*/
    /*.order_table dt {
        width: 11%;
    }
    .order_table dd {
        width: 37%;
    }*/
    /*銀行帳戶設定*/
    .bankacc_set .srchlist {
        width: 24%;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*銀行儲值自動審核*/
    .autobankdp_table .cell1 {
        width: 4%;
    }
    .autobankdp_table .cell2 {
        width: 7%;
    }
    .autobankdp_table .cell5 {
        width: 9%;
    }
    .autobankdp_table .cell6 {
        width: 9%;
    }
    .autobankdp_table .cell8 {
        width: 15%;
    }
    .autobankdp_table .cell11 {
        width: 5.5%;
    }
    /*加扣款*/
    .mansrch_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .manmoney_boxset .moneydtl_list1, .manmoney_boxset .moneydtl_list2 {
        width: 24%;
    }
    .manmoney_boxset .moneydtl_list3 dd {
        width: 85.5%;
    }
    /*會員互轉*/
    .memtrans_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .memtrans_table {
        font-size: 0.9em;
    }
    .memtrans_table .cell1 {
        width: 13%;
    }
    .memtrans_table .cell2 {
        width: 10%;
    }
    .memtrans_table .cell3 {
        width: 10%;
    }
    .memtrans_table .cell4 {
        width: 10%;
    }
    .memtrans_table .cell5 {
        width: 10%;
    }
    .memtrans_table .cell6 {
        width: 10%;
    }
    .memtrans_table .cell7 {
        width: 10%;
    }
    .memtrans_table .cell8 {
        width: 9%;
    }
    .memtrans_table .cell10 {
        width: 10%;
    }
    .fastadd_set .Trading_list{
        width: 48% !important;
    }
    /*各支付設定*/
    .paysrch_set .srchlist {
        width: 49%;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist {
        width: 24%;
    }
    .addmarquee_set .srchlist .srch_input {
        width: 180px;
    }
    .addmarquee_set .srchlist .select_set {
        width: 187px;
    }
    .addmarquee_set .textarea_list dd {
        width: 90%;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist {
        width: 24%;
    }
    .ag_marquee_set .srchlist .srch_input {
        width: 180px;
    }
    .ag_marquee_set .srchlist .select_set {
        width: 187px;
    }
    .ag_marquee_set .textarea_list dd {
        width: 90%;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 90%;
    }
    .sysmail_table .cell1 {
        width: 13%;
    }
    .sysmail_table .cell2 {
        width: 8%;
    }
    /*最新消息管理*/
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 90%;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist {
        margin-right: 50px;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .srchlist {
        margin-right: 50px;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist {
        margin-right: 50px;
    }
    /*回電紀錄*/
    .call_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .call_fixbox .callback_list1, .call_fixbox .callback_list2 {
        width: 24%;
    }
    .call_fixbox .callback_list3 dd {
        width: 85.5%;
    }
    /*活動管理*/
    .promotions_set .srchlist {
        width: 24%;
    }
    /*新增管理員*/
    .check_text {
        width: 19%;
    }
    /*日誌管理*/
    .notelist_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    /*快速新增測試帳號*/
    .fastadd_set .srchlist {
        width: 33%;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist {
        width: 19%;
    }
    /*修改密碼*/
    .setpw_set .srchlist {
        width: 24%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 33%;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .popup_gamedetail {
        max-width: 730px;
    }
    .game_chk2 dl {
        /*width: 16.7%;*/
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 25%;
    }
    /*經銷商報表選單*/
    .allreport_set .srchlist {
        width: 24%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .popup_showgame {
        max-width: 640px;
        margin: 0 0 20px 20px;
    }
    .game_show2 dl {
        width: 25%;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 25%;
    }
    /*總報表列表*/
    .allreport_table {
        font-size: 0.9em;
    }
    /*總報表列表_投注明細*/
    .report_list2 {
        min-width: 1000px;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 33%;
    }
    /*損益排行列表*/
    .rankinglist_table {
        font-size: 0.9em;
    }
    /*代理_會員報表*/
    .report_list3 {
        min-width: 1300px;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
}
/* 寬度介於 1281px - 1599px (電腦) */
@media screen and (min-width: 1281px) and (max-width: 1599px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        width: 80%;
        padding-left: 290px;
    }
    /*輸贏金額、會員人數統計*/
    .infobox {
        width: 32%;
        margin-bottom: 10px;
    }
    .bg_white {
        width: 28.8%;
    }
    .icon_bg_new{
        width: 44%;
    }
    .ratebox {
        width: 66%;
    }
    .rightbar_content .text{
        font-size: 0.7em;
        margin: 10px 0;
    }
    .agentbox {
        /*width: 32%;*/
        height: auto;
    }
    .rate .cell1 {
        width: 5.5%;
    }

    .rate .cell2, .rate .cell3, .rate .cell4 {
        width: 11%;
    }
    .rate .cell5 {
        width: 16.5%;
    }
    /*會員查詢*/
    .allmembers .searchlist .long_input {
        width: 140px;
    }
    /*會員管理_用戶管理*/
    .searchlist {
        margin: 10px 101px 6px 10px;
    }
    .typelist {
        margin: 10px 32px 6px 92px;
    }
    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_list {
        display: inline-block;
        *display: inline;
    }
    .function_set .showmoney_list .list1,
    .function_set .showmoney_list .list2 {
        width: 199px;
    }
    /*會員資料詳細設定*/
    .mem_boxset_new .memdetail_list{
        width: 100%;
    }
    .mem_boxset1 .memdetail_list {
        width: 33%;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 49%;
    }
    .mem_boxset1 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset2 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset2 dd {
        width: 85%;
    }
    .mem_boxset2 .checkbox_set {
        width: 185px;
    }
    .mem_boxset3 .memdetail_list {
        width: 33%;
    }
    .mem_boxset3 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset3 .weblink {
        width: 57%;
    }
    .mem_boxset4 .memdetail_list {
        width: 33%;
    }
    .mem_boxset4 dt {
        width: 150px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset5 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset5 .memdetail_list {
        width: 49%;
    }
    .mem_boxset6 .memdetail_list {
        width: 33%;
    }
    .mem_boxset6 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset7 .memdetail_list {
        width: 33%;
    }
    .mem_boxset7 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset8 .memdetail_list {
        width: 33%;
    }
    .mem_boxset8 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset10 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset10 .info_checkbox {
        width: 85%;
    }
    .mem_boxset10 .checkbox_set {
        width: 185px;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 30%;
    }
    /*支付管理*/
    .mem_boxset15 .memdetail_list {
        width: 100%;
    }
    .mem_boxset15 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset15 .input_text {
        width: 104px;
    }
    .mem_boxset15 .text2 {
        margin-left: 30px;
    }
    .mem_boxset16 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    /*存款明細*/
    .srchbox_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 123px 0 0;
    }
    /*會員存/提/匯款*/
    .money_table {
        font-size: 0.9em;
    }
    .moneybox .text_set {
        width: 100%;
    }
    /*轉帳記錄*/
    .pm_table {
        min-width: 1300px;
    }
    /*註冊會員、黑名單、手機認證碼、儲值管理*/
    .regmem_table, .blackmem_table, .vcode_table, .dptype_table {
        font-size: 0.9em;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*實體網銀*/
    .realbank_table td {
        line-height: 16px;
        vertical-align: top;
    }
    .realbank_table .btn_set {
        margin: 0;
        vertical-align: top;
    }
    .realbank_table .btn_set input[type="button"] {
        margin: 0 2px 3px 0;
    }
    /*提款管理*/
    .wdtype_table {
        font-size: 0.9em;
    }
    /*銀行儲值審核*/
    .bankdp_table, .autobankdp_table {
        font-size: 0.9em;
        min-width: 1300px;
    }
    /*加扣款*/
    .mansrch_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .manmoney_boxset .moneydtl_list3 dd {
        width: 81.5%;
    }
    .manmoney_boxset .select_set {
        width: 337px;
    }
    .manmoney_boxset .moneydtl_list2 .mem_input {
        width: 330px;
    }
    /*會員互轉*/
    .memtrans_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .memtrans_table {
        font-size: 0.9em;
    }
    .memtrans_table .cell1 {
        width: 15%;
    }
    .memtrans_table .cell2 {
        width: 10%;
    }
    .memtrans_table .cell3 {
        width: 10%;
    }
    .memtrans_table .cell4 {
        width: 11%;
    }
    .memtrans_table .cell5 {
        width: 11%;
    }
    .memtrans_table .cell6 {
        width: 10%;
    }
    .memtrans_table .cell7 {
        width: 10%;
    }
    .memtrans_table .cell8 {
        width: 7%;
    }
    .memtrans_table .cell10 {
        width: 11%;
    }
    .fastadd_set .Trading_list{
        width: 48% !important;
    }
    /*各支付設定*/
    .paysrch_set .srchlist {
        width: 49%;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist .srch_input {
        width: 200px;
    }
    .addmarquee_set .srchlist .select_set {
        width: 207px;
    }
    .addmarquee_set .textarea_list dd {
        width: 88%;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist .srch_input {
        width: 200px;
    }
    .ag_marquee_set .srchlist .select_set {
        width: 207px;
    }
    .ag_marquee_set .textarea_list dd {
        width: 88%;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 88%;
    }
    .sysmail_table .cell1 {
        width: 16%;
    }
    .sysmail_table .cell2 {
        width: 10%;
    }
    /*最新消息管理*/
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 88%;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist {
        margin-right: 50px;
    }
    .onlineser_set .srchlist .srch_input {
        width: 100px;
    }
    .onlineser_set .srchlist .select_set {
        width: 107px;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .srchlist {
        margin-right: 50px;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist {
        margin-right: 50px;
    }
    /*回電紀錄*/
    .call_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .call_fixbox .callback_list3 dd {
        width: 81.5%;
    }
    .call_fixbox .select_set {
        width: 337px;
    }
    .call_fixbox .callback_list2 .mem_input {
        width: 330px;
    }
    /*活動管理*/
    .promotions_set .srchlist {
        width: 33%;
    }
    /*上傳優惠管理*/
    .upload_set .srchlist {
        width: 40.5%;
    }
    /*日誌管理*/
    .notelist_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    /*快速新增測試帳號*/
    .fastadd_set .srchlist {
        width: 33%;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist {
        width: 19%;
    }
    .jp_set .srchlist .srch_input {
        width: 100px;
    }
    /*遊戲維護公告*/
    .mem_boxset17 .memdetail_list {
        width: 31%;
    }
    .mem_boxset17 dd {
        width: 75%;
    }
    /*修改密碼*/
    .setpw_set .srchlist {
        width: 49%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 49%;
    }
    /*總報表_比賽類型*/
    .game_chk1 dl {
        width: 18%;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .popup_gamedetail {
        width: 47.5%;
    }
    .game_chk2 dl {
        width: 33%;
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 25%;
    }
    /*經銷商報表選單*/
    .allreport_set .srchlist {
        width: 49%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .popup_showgame {
        max-width: 520px;
        margin: 0 0 20px 20px;
    }
    .game_show2 dl {
        width: 33%;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 25%;
    }
    /*總報表列表*/
    .allreport_table {
        font-size: 0.9em;
        min-width: 1370px;
    }
    .freereport{
        min-width: 570px !important;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 49%;
    }
    /*损益排行列表*/
    .rankinglist_table {
        font-size: 0.9em;
    }
    /*代理_會員報表*/
    .report_list3 {
        min-width: 1300px;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
}
/* 寬度介於 1025px - 1280px (電腦) */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        width: 75%;
        padding-left: 290px;
    }
    .navbar_box {
        width: calc(100% - 60px);
        padding: 0 30px;
    }
    /*輸贏金額、會員人數統計*/
    .infobox {
        width: 48.5%;
        margin-bottom: 10px;
    }
    .ratebox {
        width: 65.5%;
    }
    .agentbox {
        /*width: 32%;*/
        height: auto;
    }
    /*會員查詢*/
    .allmembers .searchlist .long_input {
        width: 140px;
    }
    /*會員管理_用戶管理*/
    .function_set .selectbox {
        float: initial !important;
    }
    .typelist {
        display: block;
        margin: 6px 0 6px 10px;
    }
    .memberbox .content_set {
        padding: 0 8px 55px;
    }
    td .select_set {
        line-height: 20px;
    }
    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_list {
        display: inline-block;
        *display: inline;
    }
    /*會員資料詳細設定*/
    .mem_boxset1 .memdetail_list {
        width: 48%;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 100%;
    }
    .mem_boxset1 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset2 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset3 .memdetail_list {
        width: 48%;
    }
    .mem_boxset3 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset3 .weblink {
        width: 65%;
    }
    .mem_boxset4 .memdetail_list {
        width: 48%;
    }
    .mem_boxset4 dt {
        width: 150px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset5 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset5 .memdetail_list {
        width: 48%;
    }
    .mem_boxset6 .memdetail_list {
        width: 48%;
    }
    .mem_boxset6 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset7 .memdetail_list {
        width: 48%;
    }
    .mem_boxset7 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset8 .memdetail_list {
        width: 48%;
    }
    .mem_boxset8 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset10 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset10 .info_checkbox {
        width: 82%;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 29%;
    }
    /*支付設定*/
    .mem_boxset15 .memdetail_list {
        width: 100%;
    }
    .mem_boxset15 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset15 .input_text {
        width: 104px;
    }
    .mem_boxset15 .text2 {
        margin-left: 5px;
    }
    .mem_boxset16 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .popup_container {
        top: 20%;
        left: 20%;
        right: 20%;
    }
    /*新版支付管理*/
    .pay_table .btn_yellowsmall, .pay_table .btn_bluesmall {
        margin: 0 0 3px 2px;
    }
    /*存款明細*/
    .srchbox_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 123px 0 0;
    }
    /*會員存/提/匯款*/
    .money_table {
        font-size: 0.9em;
    }
    .moneybox .text_set {
        width: 100%;
    }
    /*轉帳記錄*/
    .pm_table {
        min-width: 1300px;
    }
    /*註冊會員*/
    .regmem_box .text_tips, .regmem_box .money,
    .aglist_set .listbox {
        display: inline-block;
        *display: inline;
    }
    /*註冊會員、黑名單、手機認證碼、儲值管理*/
    .regmem_table, .blackmem_table, .vcode_table, .dptype_table {
        font-size: 0.9em;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*實體網銀*/
    .realbank_table td {
        line-height: 16px;
        vertical-align: top;
    }
    .realbank_table .btn_set {
        margin: 0;
        vertical-align: top;
    }
    /*提款管理*/
    .wdtype_table {
        font-size: 0.9em;
    }
    /*銀行儲值審核*/
    .bankdp_table, .autobankdp_table {
        font-size: 0.9em;
        min-width: 1300px;
    }
    /*加扣款*/
    .mansrch_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .manmoney_boxset .moneydtl_list3 dd {
        width: 84%;
    }
    .manmoney_boxset .select_set {
        width: 307px;
    }
    .manmoney_boxset .moneydtl_list2 .mem_input {
        width: 300px;
    }
    /*會員互轉*/
    .memtrans_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .memtrans_table {
        font-size: 0.85em;
    }
    .memtrans_table .cell1 {
        width: 10%;
    }
    .memtrans_table .cell2 {
        width: 10%;
    }
    .memtrans_table .cell3 {
        width: 10%;
    }
    .memtrans_table .cell4 {
        width: 12%;
    }
    .memtrans_table .cell5 {
        width: 12%;
    }
    .memtrans_table .cell6 {
        width: 11%;
    }
    .memtrans_table .cell7 {
        width: 11%;
    }
    .memtrans_table .cell8 {
        width: 7%;
    }
    .memtrans_table .cell10 {
        width: 12%;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist .srch_input {
        width: 200px;
    }
    .addmarquee_set .srchlist .select_set {
        width: 207px;
    }
    .addmarquee_set .textarea_list dd {
        width: 86%;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist .srch_input {
        width: 200px;
    }
    .ag_marquee_set .srchlist .select_set {
        width: 207px;
    }
    .ag_marquee_set .textarea_list dd {
        width: 86%;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 86%;
    }
    .sysmail_table .cell1 {
        width: 18%;
    }
    /*最新消息管理*/
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 86%;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist {
        margin-right: 50px;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .srchlist {
        margin-right: 50px;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist {
        margin-right: 50px;
    }
    /*回電紀錄*/
    .call_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .call_fixbox .callback_list3 dd {
        width: 84%;
    }
    .call_fixbox .select_set {
        width: 307px;
    }
    .call_fixbox .callback_list2 .mem_input {
        width: 300px;
    }
    /*總報表查詢*/
    .game_chk1 dl{
        width: 25%;
    }
    /*系統管理員設定*/
    .access_table {
        min-width: 1200px;
        font-size: 0.9em;
    }
    /*日誌管理*/
    .notelist_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    /*快速新增測試帳號*/
    .fastadd_set .srchlist {
        width: 49%;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist {
        width: 33%;
    }
    /*遊戲維護公告*/
    .mem_boxset17 .memdetail_list {
        width: 30%;
    }
    .mem_boxset17 dd {
        width: 65%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 49%;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .popup_gamedetail {
        max-width: 47.5%;
    }
    .game_chk2 dl {
        width: 49%;
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 33%;
    }
    /*經銷商報表選單*/
    .allreport_set .srchlist {
        width: 49%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .popup_showgame {
        max-width: 425px;
    }
    .game_show2 dl {
        width: 49%;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 33%;
    }
    /*總報表列表*/
    .allreport_table {
        font-size: 0.9em;
        min-width: 1600px;
    }
    /*總報表列表_投注明細*/
    .report_list2 {
        min-width: 1500px;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 49%;
    }
    /*損益排行列表*/
    .rankinglist_table {
        font-size: 0.9em;
    }
    /*代理_會員報表*/
    .report_list3 {
        min-width: 1300px;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
}

/* 寬度介於 900px - 1024px (電腦) */
@media screen and (min-width: 900px) and (max-width: 1024px) {
    /*首頁選項紐*/
    .menu_btn .text {
        right: 2px;
    }
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        width: 75%;
        padding-left: 270px;
    }
    .agentbox_new ,.agentbox_half {
        width: 99%;
    }
    /*輸贏金額、會員人數統計*/
    .infobox {
        width: 48%;
        margin-bottom: 10px;
    }
    /*代理金額比例*/
    .ratebox, .agentbox {
        width: 99%;
        margin-bottom: 20px;
        height: auto;
    }
    .rate .cell1 {
        width: 5.5%;
    }

    .rate .cell2, .rate .cell3, .rate .cell4 {
        width: 11%;
    }
    .rate .cell5 {
        width: 16.5%;
    }
    /*會員查詢*/
    .allmembers .searchlist .long_input {
        width: 140px;
    }
    /*會員管理_用戶管理*/
    .btn_yellowbig, .btn_sent, .btn_bluebig {
        /*width: 20%;*/
        height: auto;
    }
    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        /*float: right;*/
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_list {
        display: inline-block;
        *display: inline;
    }
    /*銀行轉帳*/
    .Paymentbox .closebtn,#popup_bankLevelSet .closebtn,#popup_bankLevelAdd .closebtn{
        margin: 10px 32px 0 0;
    }
    .setsite_table td.cell2 {
        width: 76%;
    }
    #MinimuValue,#MaxValue{
        width: 47%;
    }
    .Payment_table{
        min-width: 740px;
    }
    .Payment_table .cell1 {
        width: 17%;
    }
    .Payment_table .cell2 {
        width: 11%;
    }
    .Payment_input{
        width: 85%;
    }
    /*會員資料詳細設定*/
    .mem_boxset1 .memdetail_list {
        width: 48%;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 100%;
    }
    .mem_boxset1 .app_select {
        width: 157px;
        margin-bottom: 5px;
    }
    .mem_boxset1 .app_input {
        width: 150px;
    }
    .mem_boxset1 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset2 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset2 dd {
        width: 79%;
    }
    .mem_boxset3 .memdetail_list {
        width: 48%;
    }
    .mem_boxset3 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset4 .memdetail_list {
        width: 48%;
    }
    .mem_boxset4 dt {
        width: 150px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset5 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset5 .memdetail_list {
        width: 48%;
    }
    .mem_boxset6 .memdetail_list {
        width: 48%;
    }
    .mem_boxset6 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset7 .memdetail_list {
        width: 48%;
    }
    .mem_boxset7 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset8 .memdetail_list {
        width: 48%;
    }
    .mem_boxset8 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset10 dt {
        width: 140px;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset10 .info_checkbox {
        width: 80%;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 28.5%;
    }
    /*支付設定*/
    .mem_boxset15 .memdetail_list {
        width: 100%;
    }
    .mem_boxset15 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .mem_boxset15 .input_text {
        width: 104px;
    }
    .mem_boxset15 .text2 {
        margin-left: 5px;
    }
    .mem_boxset16 dt {
        text-align: right;
        padding: 0 5px 0 0;
    }
    .popup_container {
        top: 20%;
        left: 33%;
        right: 33%;
    }
    .popup{
        max-width: 300px;
        height: auto;
    }
    .popup .payLeve_box{
        height: auto;
    }
    /*新版支付管理*/
    .pay_btnset .btn_payon {
        margin: 0 0 3px 2px;
    }
    .pay_table {
        min-width: 800px;
    }
    .pay_table .btn_yellowsmall, .pay_table .btn_bluesmall {
        margin: 0 0 3px 2px;
    }
    /*存款明細*/
    .srchbox_set .datelist .srch_input ,.searchbox .datelist .srch_input{
        width: 69px;
    }
    .btn_date{
        padding: 4px 4px;
    }
    .btn_bluesmall {
        padding: 4px 5px;
    }
    .srchbox_set .datelist .input_set, .srchbox_set .datelist .btn_set,
    .regmem_box .text_tips, .regmem_box .money, .aglist_set .listbox {
        display: inline-block;
        *display: inline;
    }
    .srchbox_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 123px 0 0;
    }
    .depositbox .money{
        display: inline;
    }
    .text_tips, .depositbox .text_tips{
        display: inline;
    }
    .regmem_box .money {
        float: right;
    }
    .deposit_table{
        font-size: 0.9em;
    }
    .ip_table, .pm_table {
        font-size: 0.9em;
    }
    /*會員存/提/匯款*/
    .money_table {
        font-size: 0.9em;
    }
    .moneybox .text_set {
        width: 100%;
    }
    /*檢查重複*/
    .srchbox_set .srchlist {
        padding: 10px 50px 0 0;
    }
    .checkbtn_set {
        text-align: center;
    }
    /*轉帳記錄*/
    .pm_table {
        min-width: 1300px;
    }
    /*註冊會員、黑名單、手機認證碼、儲值管理*/
    .regmem_table, .blackmem_table, .vcode_table, .dptype_table {
        font-size: 0.9em;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*儲值管理*/
    .dptypebox .money {
        display: inline-block;
        *display: inline;
    }
    /*實體網銀*/
    .realbank_table td {
        line-height: 16px;
        vertical-align: top;
    }
    .realbank_table .btn_set {
        margin: 0;
        vertical-align: top;
    }
    /*提款管理*/
    .wdtypebox .money {
        display: inline-block;
        *display: inline;
    }
    .wdtype_table {
        font-size: 0.9em;
    }
    /*銀行儲值審核*/
    .bankdp_table, .autobankdp_table {
        font-size: 0.9em;
        min-width: 1300px;
    }
    /*加扣款*/
    .mansrch_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .manmoney_boxset .moneydtl_list3 dd {
        width: 82%;
    }
    .manmoney_boxset .select_set {
        width: 247px;
    }
    .manmoney_boxset .moneydtl_list2 .mem_input {
        width: 240px;
    }
    /*會員互轉*/
    .memtrans_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .memtrans_table {
        font-size: 0.8em;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist .srch_input {
        width: 200px;
    }
    .addmarquee_set .srchlist .select_set {
        width: 207px;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist .srch_input {
        width: 200px;
    }
    .ag_marquee_set .srchlist .select_set {
        width: 207px;
    }
    /*最新消息管理*/
    .sysnews_set .srchlist {
        width: 49%;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist {
        margin-right: 10px;
    }
    /*代理-投訴信件*/
    .agentadmin_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*回電紀錄*/
    .call_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    .call_table {
        font-size: 0.9em;
    }
    .call_fixbox .callback_list3 dd {
        width: 82%;
    }
    .call_fixbox .select_set {
        width: 247px;
    }
    .call_fixbox .callback_list2 .mem_input {
        width: 240px;
    }
    /*上傳優惠管理*/
    .upload_set .srchlist {
        width: 60%;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
    /*系統管理員設定*/
    .access_table {
        min-width: 1200px;
        font-size: 0.9em;
    }
    /*新增管理員*/
    .addaccess_table .addaccess_input {
        width: 97.5%;
    }
    .add_access dd {
        font-size: 0.9em;
    }
    /*日誌管理*/
    .notelist_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 50px 0 0;
    }
    /*系統註冊信件管理*/
    .setsite_table .setsite_input {
        width: 97.5%;
    }
    /*快速新增測試帳號*/
    .fastadd_set .srchlist {
        width: 78%;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist {
        width: 49%;
    }
    /*遊戲維護公告*/
    .fix_table .fix_input {
        width: 97.5%;
    }
    .mem_boxset17 .memdetail_list {
        width: 46%;
    }
    .mem_boxset17 dd {
        width: 58%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 49%;
    }
    /*總報表_比賽類型*/
    .game_chk1 dl {
        width: 30%;
    }
    /*總報表_(第一層)遊戲類別勾選*/
    .game_chk1 .chktitle_div {
        margin: 5px 0 5px -5px;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .popup_gamedetail {
        width: 47%;
    }
    .game_chk2 dl {
        width: 49%;
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 33%;
    }
    /*經銷商報表選單*/
    .allreport_set .srchlist {
        width: 49%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .popup_showgame {
        max-width: 360px;
    }
    .game_show2 dl {
        width: 49%;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 33%;
    }
    /*總報表列表*/
    .allreport_table {
        font-size: 0.9em;
    }
    /*總報表列表_投注明細*/
    .content_set .profit {
        width: 20%;
    }
    /*代理_會員報表*/
    .report_list3 {
        min-width: 1300px;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 49%;
    }
    /*損益排行列表*/
    .rankinglist_table {
        font-size: 0.9em;
    }
    /*手機查詢*/
    .vcode_table {
        width: 87%;
        margin-top: 20px;
    }
    .btn_blackcancel, .btn_blackset{
        margin-top: 11px;
        line-height: 20px;
        height: 29px;
    }
    /*歷年總點數*/
    .yellowbig_btn{
        margin-top: 8px;
        line-height: 20px;
        height: 29px;
    }
    /*註冊會員*/
    .regagent_table{
        min-width: 740px;
    }
    /*經銷商管理*/
    #PageCount{
        width: 37px;
    }
    .function_set .input_page{
        width: 18px;
    }
    .function_set .page_set{
        margin: 10px 5px 0 0;
    }
    .function_set .select_btnset{
        margin: 0;
    }
    .function_set .select_set{
        margin: 10px 0px 0 0;
    }
    .function_set .select_set select{
        width: 117px;
    }
    #open, #type{
        width: 60px;
    }
    .btn_yellowsmall{
        padding: 4px 4px;
    }
    .memchange_srchbox dt {
        width: 175px;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
}

/* 寬度介於 701px - 899px */
@media screen and (min-width: 701px) and (max-width: 899px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        width: 96%;
        padding-left: 20px;
    }
    .top_leftbar_set, .top_rightbar_set {
        width: 100%;
    }
    .tab_group .content {
        width: 100%;
    }
    .agentbox_top {
        height: auto;
    }
    .agentbox_new ,.agentbox_half {
        width: 100%;
    }
    /*輸贏金額、會員人數統計*/
    .infobox {
        width: 47%;
        margin-bottom: 10px;
    }
    .ratebox, .agentbox {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .rightbar_content {
        padding: 15px 0 0 10px;
    }
    .rightbar_content .text {
        margin: 5px 0;
    }
    /*代理金額比例*/
    .ratebox .content_set {
        width: 90%;
    }
    .rate {
        font-size: 0.95em;
    }
    .rate th {
        display: none;
        padding: 0.5em;
    }
    .rate td {
        display: block;
        padding: 0.5em;
    }
    .rate td:before {
        content: attr(data-th) "";
        font-weight: bold;
        width: 5.5em;
        display: inline-block;
        *display: inline;
    }
    .rate .data:before {
        display: table-cell;
    }
    .rate th, .rate td:before {
        color: #000;
    }
    .rate th:last-child, .rate td:last-child {
        padding-right: 0;
    }
    .progress {
        width: 98%;
    }
    .rate .cell1 {
        width: 5.5%;
    }

    .rate .cell2, .rate .cell3, .rate .cell4 {
        width: 11%;
    }
    .rate .cell5 {
        width: 18.5%;
    }
    /*會員查詢*/
    .allmembers .searchlist .long_input {
        width: 130px;
    }
    /*會員管理_用戶管理*/
    .typelist {
        margin: 10px 32px 6px 10px;
    }
    .btn_date {
        margin: 5px 0 5px 2px;
        padding: 5px 6px;
    }
    .btn_yellowbig, .btn_sent, .btn_bluebig {
        width: 25%;
        height: auto;
    }
    .function_set .page_set {
        margin: 10px 10px 0 0;
    }
    .function_set .input_page {
        width: 20px;
    }

    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_list {
        display: inline-block;
        *display: inline;
    }
    .function_set .showmoney_list .list1,
    .function_set .showmoney_list .list2 {
        margin: 0;
    }
    /*會員資料詳細設定*/
    .mem_boxset1 .memdetail_list {
        width: 48%;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 100%;
    }
    .mem_boxset1 .mem_input {
        width: 165px;
    }
    .mem_boxset1 .select_set {
        width: 170px;
    }
    .mem_boxset1 .app_select {
        width: 85px;
    }
    .mem_boxset1 .app_input {
        width: 76px;
    }
    .mem_boxset1 dt {
        width: 208px;
    }
    .mem_boxset3 .memdetail_list {
        width: 48%;
    }
    .mem_boxset3 dt {
        width: 120px;
    }
    .mem_boxset3 .weblink {
        width: 53%;
    }
    .mem_boxset4 .memdetail_list {
        width: 48%;
    }
    .mem_boxset4 .select_set, .mem_boxset8 .select_set {
        width: 170px;
    }
    .mem_boxset5 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset5 .memdetail_list {
        width: 48%;
    }
    .mem_boxset6 .memdetail_list {
        width: 48%;
    }
    .mem_boxset6 dt {
        width: 120px;
    }
    .mem_boxset7 .memdetail_list {
        width: 48%;
    }
    .mem_boxset7 dt {
        width: 120px;
    }
    .mem_boxset8 .memdetail_list {
        width: 48%;
    }
    .mem_boxset8 dt {
        width: 120px;
    }
    .mem_boxset8 .mem_input {
        width: 165px;
    }
    .mem_boxset10 dt {
        width: 80px;
        margin-bottom: 5px;
    }
    .mem_boxset10 .info_checkbox {
        width: 84%;
    }
    .mem_boxset10 .checkbox_set {
        width: 32%;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 44%;
    }
    .mem_boxset11 .text {
        margin: 0 0 5px 0;
    }
    .tablelimit_list .btn_bluesmall {
        width: 100px;
    }
    .popup_tablelimit .btn_yellowsmall {
        font-size: 1em;
    }
    /*支付設定*/
    .mem_boxset15 .memdetail_list {
        width: 100%;
    }
    .mem_boxset15 .input_text {
        width: 104px;
    }
    .mem_boxset15 .text2 {
        margin-left: 5px;
    }
    .mem_boxset15 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset16 .dp_set {
        margin-bottom: 20px;
    }
    .popup_container {
        top: 10%;
        left: 3%;
        right: 3%;
    }
    .popup {
        height: 340px;
    }
    .popup .payLeve_box {
        height: 240px;
    }
    .lv_chkbox .levelVendor {
        width: 95%;
    }
    .lv_chkbox .info_input .mem_input {
        width: 180px;
    }
    /*新版支付管理*/
    .pay_btnset .btn_payon {
        margin: 0 0 3px 2px;
    }
    .pay_table {
        min-width: 800px;
    }
    .pay_table .btn_yellowsmall, .pay_table .btn_bluesmall {
        margin: 0 0 3px 2px;
    }
    /*存款明細*/
    .srchbox_set .datelist .input_set, .srchbox_set
    .datelist .btn_set, .regmem_box .text_tips {
        display: inline-block;
        *display: inline;
    }
    .srchbox_set .datelist, .srchbox_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 32px 0 0;
    }
    .depositbox .deposit_btn {
        width: 120px;
        margin: 0 5px 5px 0;
    }
    .depositbox .money, .regmem_box .money {
        float: right;
    }
    .deposit_table, .ip_table, .pm_table {
        font-size: 0.9em;
    }
    /*會員移線+代理移線*/
    .memchange_set .srchlist {
        padding: 10px 80px 0 0;
    }
    /*會員存/提/匯款*/
    .moneybox .data1, .moneybox .money .data2 {
        margin: 0 6px 0 0;
    }
    .money_table {
        font-size: 0.9em;
    }
    /*訂單明細*/
    .order_table dt {
        /*width: 16%;*/
        padding-right: 5px;
        font-size: 0.95em;
    }
    /*.order_table dd {
        width: 31.5%;
    }*/
    /*檢查重複*/
    .checkbtn_set {
        text-align: center;
    }
    /*轉帳記錄*/
    .pm_table {
        min-width: 1200px;
    }
    /*註冊會員*/
    .regmem_box .text_tips, .regmem_box .money,
    .aglist_set .listbox {
        display: inline-block;
        *display: inline;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*手機認證碼*/
    .vcode_table {
        margin-top: 20px;
    }
    /*金額列表(共用)*/
    .function_set .showmoney_list .list1,
    .function_set .showmoney_list .list2 {
        margin: 0;
    }
    /*儲值管理*/
    .dptypebox .money {
        display: inline-block;
        *display: inline;
    }
    /*實體網銀*/
    .realbank_table td {
        line-height: 16px;
        vertical-align: top;
    }
    .realbank_table .btn_set {
        margin: 0;
        vertical-align: top;
    }
    /*提款管理*/
    .wdtypebox .money {
        display: inline-block;
        *display: inline;
    }
    /*加扣款*/
    .mansrch_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 32px 0 0;
    }
    .manmoney_boxset .moneydtl_list3 dd {
        width: 80%;
    }
    .manmoney_boxset .select_set {
        width: 207px;
    }
    .manmoney_boxset .moneydtl_list2 .mem_input {
        width: 200px;
    }
    /*會員互轉*/
    .memtrans_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 25px 0 0;
    }
    .memtrans_table {
        min-width: 1100px;
    }
    .memtrans_table .cell1 {
        width: 15%;
    }
    .memtrans_table .cell2 {
        width: 9.5%;
    }
    .memtrans_table .cell3 {
        width: 9.5%;
    }
    .memtrans_table .cell4 {
        width: 11%;
    }
    .memtrans_table .cell5 {
        width: 11%;
    }
    .memtrans_table .cell6 {
        width: 10%;
    }
    .memtrans_table .cell7 {
        width: 10%;
    }
    .memtrans_table .cell8 {
        width: 7%;
    }
    .memtrans_table .cell10 {
        width: 11%;
    }
    .fastadd_set dt {
        width: 174px;
    }
    .Trading_list dt {
        width: 224px;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist .srch_input {
        width: 180px;
    }
    .addmarquee_set .srchlist .select_set {
        width: 187px;
    }
    .addmarquee_set .textarea_list dd {
        width: 82%;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist .srch_input {
        width: 180px;
    }
    .ag_marquee_set .srchlist .select_set {
        width: 187px;
    }
    .ag_marquee_set .textarea_list dd {
        width: 82%;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 82%;
    }
    .sysmail_table {
        min-width: 630px;
    }
    .sysmail_table .cell1 {
        width: 13%;
    }
    /*系統信件內容*/
    .msglook_table td.cell2 {
        width: 82%;
    }
    /*最新消息管理*/
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 82%;
    }
    .sysnews_set .srchlist {
        width: 49%;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist {
        margin-right: 40px;
    }
    .onlineser_set .srchlist .srch_input {
        width: 180px;
    }
    .onlineser_set .srchlist .select_set {
        width: 187px;
    }
    .onlineser_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .srchlist, .memadmin_set .datelist {
        width: 100%;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist, .agentadmin_set .datelist {
        width: 100%;
    }
    .agentadmin_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*回電紀錄*/
    .call_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 32px 0 0;
    }
    .call_fixbox .callback_list3 dd {
        width: 80%;
    }
    .call_fixbox .select_set {
        width: 207px;
    }
    .call_fixbox .callback_list2 .mem_input {
        width: 200px;
    }
    /*上傳優惠管理*/
    .upload_set .srchlist {
        width: 60%;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
    /*系統管理員設定*/
    .access_table {
        min-width: 1200px;
    }
    /*新增管理員*/
    .addaccess_table td.cell2 {
        width: 78%;
    }
    .addaccess_table .addaccess_input {
        width: 96%;
    }
    .check_text {
        width: 32%;
    }
    /*日誌管理*/
    .notelist_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 32px 0 0;
    }
    .notelist_set .titlelist dd {
        width: 83%;
        margin-left: 5px;
    }
    .notelist_set .datelist .input_set,
    .notelist_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*系統註冊信件管理*/
    .setsite_table {
        font-size: 0.95em;
    }
    .setsite_table td.cell2 {
        width: 78%;
    }
    .setsite_table .setsite_input {
        width: 96%;
    }
    .setsite_table .textarea_set, .setsite_table .textarea_mem {
        width: 95%;
    }
    .setsite_table .textarea_tips {
        padding: 5px 0 0 0;
        text-align: left;
    }
    /*快速新增測試帳號*/
    .fastadd_set .srchlist {
        width: 75%;
    }
    .fastadd_set .select_set {
        width: 187px;
    }
    .fast_input {
        width: 180px;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist {
        width: 49%;
    }
    .jp_set .srchlist .srch_input {
        width: 180px;
    }
    /*遊戲維護公告*/
    .fix_table td.cell2 {
        width: 78%;
    }
    .fix_table .fix_input {
        width: 96%;
    }
    .fix_table .textarea_set {
        width: 95%;
    }
    .mem_boxset17 .memdetail_list {
        width: 46%;
    }
    .mem_boxset17 dd {
        width: 72%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 49%;
    }
    .listadmin_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*總報表_(第一層)遊戲類別勾選*/
    .game_chk1 .chktitle_div {
        margin: 5px 0 5px -5px;
    }
    .game_chk1 dl {
        width: 33%;
        margin: 2px -3px;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .game_chk2 dl {
        width: 25%;
        margin: 0 -3px;
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 20%;
        margin: 0 -3px;
    }
    /*總報表列表*/
    .allreport_table {
        min-width: 1600px;
    }
    /*經銷商報表選單*/
    .allreport_set .srchlist {
        width: 49%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .game_show2 dl {
        width: 25%;
        margin: 0 -3px;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 20%;
        margin: 0 -3px;
    }
    /*代理_會員報表*/
    .report_list3 {
        min-width: 1300px;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 49%;
    }
    .memranking_set .datelist .btn_set {
        margin-left: 5px;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
}
/* 寬度介於 640px - 700px */
@media screen and (min-width: 640px) and (max-width: 700px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        width: 93%;
        padding-left: 20px;
    }
    .top_leftbar_set, .top_rightbar_set {
        width: 100%;
    }
    .tab_group .content {
        width: 100%;
    }
    .agentbox_top {
        height: auto;
    }
    .agentbox_new ,.agentbox_half{
        width: 100%;
    }
    /*輸贏金額、會員人數統計*/
    .infobox {
        width: 90%;
        margin-bottom: 10px;
    }
    .ratebox, .agentbox {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    /*代理金額比例*/
    .ratebox .content_set {
        width: 90%;
    }
    .rate {
        font-size: 0.95em;
    }
    .rate th {
        display: none;
        padding: 0.5em;
    }
    .rate td {
        display: block;
        padding: 0.5em;
    }
    .rate td:before {
        content: attr(data-th) "";
        font-weight: bold;
        width: 5.5em;
        display: inline-block;
        *display: inline;
    }
    .rate .data:before {
        display: table-cell;
    }
    .rate th, .rate td:before {
        color: #000;
    }
    .rate th:last-child, .rate td:last-child {
        padding-right: 0;
    }
    .progress {
        width: 98%;
    }
    /*會員查詢*/
    .allmembers .searchlist .long_input {
        width: 130px;
    }
    /*會員管理_用戶管理*/
    .function_set .select_set, .function_set .page_set {
        margin-right: 20px;
    }
    .typelist {
        margin: 10px 32px 6px 10px;
    }
    .searchlist .btn_set {
        display: block;
        margin-top: 5px;
    }
    .btn_date {
        margin: 5px 0 5px 2px;
    }
    .btn_yellowbig, .btn_sent, .btn_bluebig {
        width: 30%;
        height: auto;
    }
    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_list {
        display: inline-block;
        *display: inline;
    }
    .function_set .showmoney_list .list1,
    .function_set .showmoney_list .list2 {
        margin: 0 60px 0 0;
    }
    /*會員資料詳細設定*/
    .mem_boxset1 .memdetail_list {
        width: 49%;
        padding: 5px 0 0 0;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 100%;
    }
    .mem_boxset1 dt {
        width: 120px;
    }
    .mem_boxset1 .app_set, .mem_boxset1 .info_checkbox {
        width: 54%;
    }
    .mem_boxset1 .app_select {
        width: 147px;
        margin-bottom: 5px;
    }
    .mem_boxset1 .app_input {
        width: 140px;
    }
    .mem_boxset1 .select_set {
        width: 147px;
    }
    .mem_boxset1 .mem_input {
        width: 140px;
    }
    .agdetail_list .info_input div {
        margin-top: 5px;
    }
    .mem_boxset2 dt {
        margin-bottom: 5px;
    }
    .mem_boxset2 .info_checkbox {
        width: 73%;
    }
    .mem_boxset2 .checkbox_set {
        width: 49%;
    }
    .mem_boxset3 .memdetail_list {
        width: 49%;
        padding: 5px 0 0 0;
    }
    .mem_boxset3 dt {
        width: 120px;
    }
    .mem_boxset3 .weblink {
        width: 54%;
    }
    .mem_boxset4 .memdetail_list {
        width: 49%;
        padding: 5px 0 0 0;
    }
    .mem_boxset4 dt {
        margin-bottom: 5px;
    }
    .mem_boxset4 .select_set, .mem_boxset8 .select_set {
        width: 130px;
    }
    .mem_boxset5 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset5 .memdetail_list {
        width: 49%;
        padding: 5px 0 0 0;
    }
    .mem_boxset5 .mem_account {
        font-size: 0.9em;
    }
    .mem_boxset6 .memdetail_list {
        width: 49%;
        padding: 5px 0 0 0;
    }
    .mem_boxset6 dt {
        width: 120px;
    }
    .mem_boxset7 .memdetail_list {
        width: 49%;
        padding: 5px 0 0 0;
    }
    .mem_boxset7 dt {
        width: 120px;
    }
    .mem_boxset8 .memdetail_list {
        width: 49%;
        padding: 5px 0 0 0;
    }
    .mem_boxset8 dt {
        width: 120px;
    }
    .mem_boxset8 .mem_input {
        width: 140px;
    }
    .mem_boxset8 .percent_input {
        width: 118px;
    }
    .mem_boxset10 dt {
        width: 80px;
        margin-bottom: 5px;
    }
    .mem_boxset10 .info_checkbox {
        width: 84%;
    }
    .mem_boxset10 .checkbox_set {
        width: 32%;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 44%;
    }
    .mem_boxset11 .text {
        margin: 0 0 5px 0;
    }
    .popup_tablelimit .btn_yellowsmall {
        font-size: 1em;
    }
    /*支付設定*/
    .mem_boxset15 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset15 .input_text {
        width: 104px;
    }
    .mem_boxset15 .text2 {
        margin-left: 5px;
    }
    .mem_boxset15 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset16 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset16 .mem_account {
        font-size: 0.9em;
    }
    .popup_container {
        top: 15px;
        left: 3%;
        right: 3%;
    }
    .popup {
        height: 340px;
    }
    .popup .payLeve_box {
        height: 240px;
    }
    .lv_chkbox .levelVendor {
        width: 90%;
    }
    .mem_boxset16 .memtype_set {
        float: left;
        width: 100%;
        line-height: 40px;
    }
    .special_lock {
        width: 100%;
    }
    .popup_modeltype .popmt_container {
        top: 55%;
        left: 3%;
        right: 3%;
    }
    /*新版支付管理*/
    .pay_btnset .btn_payon {
        margin: 0 0 3px 2px;
    }
    .pay_table {
        min-width: 800px;
    }
    .pay_table .btn_yellowsmall, .pay_table .btn_bluesmall {
        margin: 0 0 3px 2px;
    }
    /*存款明細*/
    .srchbox_set .datelist, .srchbox_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 63px 0 0;
    }
    .depositbox .money, .regmem_box .money {
        float: right;
    }
    /*提款*/
    .popup_tixian {
        top: 57%;
        right: 4%;
    }
    /*會員移線+代理移線*/
    .memchange_set .srchlist {
        padding: 10px 30px 0 0;
    }
    /*會員存/提/匯款*/
    .moneybox .data1, .moneybox .money .data2 {
        width: 49%;
        margin: 0;
    }
    /*訂單明細*/
    /*.order_table dt {
        width: 35%;
    }
    .order_table dd {
        width: 60%;
    }*/
    /*檢查重複*/
    .checkbtn_set {
        text-align: center;
    }
    /*轉帳記錄*/
    .pm_table {
        min-width: 1200px;
    }
    /*註冊會員*/
    .regmem_box .text_tips, .regmem_box .money,
    .aglist_set .listbox {
        display: inline-block;
        *display: inline;
    }
    /*代理_註冊會員*/
    .regagent_table {
        min-width: 700px;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*手機認證碼*/
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: left;
        margin: 10px 0;
    }
    .vcode_table {
        min-width: 600px;
    }
    .vcode_table .cell5 {
        width: 15%;
    }
    .vcode_table .cell6 {
        width: 12%;
    }
    /*儲值管理*/
    .dptypebox .money {
        display: inline-block;
        *display: inline;
    }
    /*實體網銀*/
    .realbank_table td {
        line-height: 16px;
        vertical-align: top;
    }
    .realbank_table .btn_set {
        margin: 0;
        vertical-align: top;
    }
    /*提款管理*/
    .wdtypebox .money {
        display: inline-block;
        *display: inline;
    }
    /*加扣款*/
    .mansrch_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 63px 0 0;
    }
    .manmoney_table {
        font-size: 1em;
    }
    /*會員互轉*/
    .memtrans_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 63px 0 0;
    }
    .memtrans_table {
        min-width: 1100px;
    }
    .memtrans_table .cell1 {
        width: 15%;
    }
    .memtrans_table .cell2 {
        width: 9.5%;
    }
    .memtrans_table .cell3 {
        width: 9.5%;
    }
    .memtrans_table .cell4 {
        width: 11%;
    }
    .memtrans_table .cell5 {
        width: 11%;
    }
    .memtrans_table .cell6 {
        width: 10%;
    }
    .memtrans_table .cell7 {
        width: 10%;
    }
    .memtrans_table .cell8 {
        width: 7%;
    }
    .memtrans_table .cell10 {
        width: 11%;
    }
    /*銀行儲值審核*/
    .bankdp_table, .autobankdp_table {
        min-width: 1300px;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set dt {
        width: 90px;
    }
    .addmarquee_set .textarea_list dd {
        width: 78%;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set dt {
        width: 90px;
    }
    .ag_marquee_set .textarea_list dd {
        width: 78%;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 78%;
    }
    .sysmail_table {
        min-width: 750px;
    }
    /*系統信件內容*/
    .msglook_table td.cell2 {
        width: 82%;
    }
    /*最新消息管理*/
    .sysnews_set .srchlist {
        width: 49%;
    }
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 78%;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist {
        margin-right: 30px;
    }
    .onlineser_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .srchlist, .memadmin_set .datelist {
        width: 100%;
    }
    /*回電紀錄*/
    .call_srchset .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 63px 0 0;
    }
    /*上傳優惠管理*/
    .upload_set .srchlist {
        width: 100%;
    }
    .uploadbtn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
    /*系統管理員設定*/
    .access_table {
        min-width: 1200px;
    }
    /*新增管理員*/
    .addaccess_table td.cell2 {
        width: 78%;
    }
    .addaccess_table .addaccess_input {
        width: 96%;
    }
    .check_text {
        width: 49%;
    }
    /*日誌管理*/
    .notelist_set .srchlist {
        display: inline-block;
        *display: inline;
        padding: 10px 35px 0 0;
    }
    .notelist_set .titlelist dd {
        width: 80%;
    }
    .notelist_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist, .agentadmin_set .datelist {
        width: 100%;
    }
    .agentadmin_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*系統註冊信件管理*/
    .setsite_table {
        font-size: 0.95em;
    }
    .setsite_table td.cell2 {
        width: 78%;
    }
    .setsite_table .setsite_input {
        width: 96%;
    }
    .setsite_table .textarea_set, .setsite_table .textarea_mem {
        width: 95%;
    }
    .setsite_table .textarea_tips {
        padding: 5px 0 0 0;
        text-align: left;
    }
    /*快速新增測試帳號*/
    .fastadd_set .srchlist {
        width: 100%;
    }
    /*遊戲維護公告*/
    .maintain_table {
        font-size: 0.95em;
    }
    .maintain_table .cell2 {
        width: 13%;
    }
    .fix_table td.cell2 {
        width: 78%;
    }
    .fix_table .fix_input {
        width: 96%;
    }
    .fix_table .textarea_set {
        width: 95%;
    }
    .mem_boxset17 .memdetail_list {
        width: 45%;
    }
    .mem_boxset17 dd {
        width: 65%;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist {
        width: 49%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 49%;
    }
    /*總報表_(第一層)遊戲類別勾選*/
    .game_chk1 .chktitle_div {
        margin: 5px 0 5px -5px;
    }
    .game_chk1 dl {
        width: 33%;
        margin: 2px -3px;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .game_chk2 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 24.7%;
        margin: 0 -3px;
    }
    /*經銷商報表選單*/
    .allreport_set .srchlist {
        width: 49%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .game_show2 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 24.7%;
        margin: 0 -3px;
    }
    /*總報表列表*/
    .allreport_table {
        min-width: 1600px;
    }
    /*總報表列表_各館投注統計*/
    .report_list1 {
        min-width: 650px;
    }
    /*總報表列表_投注明細*/
    .report_list2 {
        min-width: 1500px;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 49%;
    }
    /*代理_會員報表*/
    .report_list3 {
        min-width: 1300px;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
}

/* 寬度介於 421px - 639px */
@media screen and (min-width: 421px) and (max-width: 639px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        padding-left: 20px;
        width: 94%;
    }
    .top_leftbar_set, .top_rightbar_set {
        width: 100%;
    }
    .tab_group .content {
        width: 100%;
    }
    .agentbox_top {
        height: auto;
    }
    .agentbox_new ,.agentbox_half{
        width: 100%;
    }
    /*輸贏金額、會員人數統計*/
    .infobox {
        width: 90%;
        margin-bottom: 10px;
    }
    .ratebox, .agentbox {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    /*代理金額比例*/
    .ratebox .content_set {
        width: 90%;
    }
    .rate {
        font-size: 0.95em;
    }
    .rate th {
        display: none;
        padding: 0.5em;
    }
    .rate td {
        display: block;
        padding: 0.5em;
    }
    .rate td:before {
        content: attr(data-th) "";
        font-weight: bold;
        width: 5.5em;
        display: inline-block;
        *display: inline;
    }
    .rate .data:before {
        display: table-cell;
    }
    .rate th, .rate td:before {
        color: #000;
    }
    .rate th:last-child, .rate td:last-child {
        padding-right: 0;
    }
    .progress {
        width: 98%;
    }
    /*會員查詢*/
    .allmembers .searchlist .long_input {
        width: 130px;
    }
    /*會員管理_用戶管理*/
    .top_iconset {
        display: none;
    }
    .typelist {
        margin: 10px 32px 6px 10px;
    }
    .searchlist .btn_set {
        display: block;
        margin-top: 5px;
    }
    .btn_date {
        margin: 5px 0 5px 2px;
    }
    .datelist .srch_input {
        margin: 5px 0;
    }
    .memtable{
        min-width: 1100px;
    }
    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_set {
        padding: 0 5px;
    }
    .function_set .showmoney_list {
        width: 97%;
        margin: 5px 0;
    }
    .function_set .showmoney_list .list1,
    .function_set .showmoney_list .list2 {
        margin: 0 5px 0 0;
    }
    /*會員資料詳細設定*/
    .mem_boxset1 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 100%;
    }
    .mem_boxset1 .select_set {
        width: 177px;
    }
    .mem_boxset2 dt {
        width: 95%;
        padding: 5px;
        margin-bottom: 5px;
    }
    .mem_boxset2 .info_checkbox {
        width: 98%;
    }
    .mem_boxset2 .checkbox_set {
        width: 49%;
    }
    .mem_boxset2 .text div {
        display: inline-block;
        *display: inline;
    }
    .mem_boxset3 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset3 .weblink {
        width: 58%;
    }
    .mem_boxset4 dt {
        width: 140px;
        margin-bottom: 5px;
    }
    .mem_boxset5 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset6 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset7 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset8 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset10 dt {
        width: 95%;
        margin-bottom: 5px;
    }
    .mem_boxset10 .info_checkbox {
        width: 98%;
    }
    .mem_boxset10 .checkbox_set {
        width: 49%;
    }
    .mem_boxset10 .text div {
        display: inline-block;
        *display: inline;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 88%;
    }
    .mem_boxset11 .text {
        margin: 0 0 5px 0;
    }
    .tablelimit_list .btn_bluesmall {
        width: 100px;
    }
    .popup_tablelimit .btn_yellowsmall {
        font-size: 1em;
    }
    .mem_boxset1 .UserTags_select {
        width: 300px;
    }
    /*支付設定*/
    .mem_boxset15 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset15 .input_text {
        width: 104px;
    }
    .mem_boxset15 .text2 {
        margin-left: 5px;
    }
    .popup_container {
        top: 10px;
        left: 10%;
        right: 10%;
    }
    .popup {
        height: 340px;
    }
    .popup .payLeve_box {
        height: 240px;
    }
    .mem_boxset16 .memtype_set {
        float: left;
        width: 100%;
        line-height: 40px;
    }
    .special_lock {
        width: 100%;
    }
    .popup_modeltype .popmt_container {
        top: 55%;
        left: 4%;
        right: 4%;
    }
    /*新版支付管理*/
    .pay_btnset .btn_payon {
        margin: 0 0 3px 2px;
    }
    .pay_table {
        min-width: 800px;
    }
    .pay_table .btn_yellowsmall, .pay_table .btn_bluesmall {
        margin: 0 0 3px 2px;
    }
    /*存款明細*/
    .srchbox_set .datelist, .srchbox_set .srchlist {
        display: inline-block;
        *display: inline;
    }
    .depositbox .money {
        float: right;
    }
    /*提款*/
    .popup_tixian {
        top: 62%;
        right: 9%;
    }
    /*會員存/提/匯款*/
    .moneybox .data1, .moneybox .money .data2 {
        width: 48%;
        margin: 0;
    }
    /*訂單明細*/
    .order_table dt {
        width: 35%;
    }
    .order_table dd {
        width: 60%;
    }
    .order_table dt.bank_select {
        height: 60px;
        line-height: 30px;
        padding: 5px 0 5px 3px;
    }
    .order_table dd.bank_select {
        height: 60px;
        line-height: 30px;
        padding: 5px 4px 5px 1px;
    }
    .order_table .radio_set {
        height: 50px;
        line-height: 24px;
    }
    .order_table .textarea_set {
        height: 60px;
        line-height: 25px;
    }
    /*檢查重複*/
    .checkbtn_set {
        text-align: center;
    }
    /*轉帳記錄*/
    .pm_table {
        min-width: 1200px;
    }
    /*代理_註冊會員*/
    .regagent_table {
        min-width: 700px;
    }
    /*經銷商管理*/
    .aglist_set .listbox {
        width: 97%;
    }
    /*經銷商詳細設定*/
    .agdetail_list .info_input {
        margin-top: 5px;
        line-height: 35px;
    }
    /*銀行帳戶設定*/
    .bankacc_set .srchlist {
        width: 100%;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*實體網銀*/
    .realbank_table td {
        line-height: 16px;
        vertical-align: top;
    }
    .realbank_table .use_set {
        padding: 0 0 0 4px;
    }
    /*提款管理*/
    .popup_tixian {
        top: 58%;
        right: 3%;
        width: 265px;
    }
    /*加扣款*/
    .mansrch_set .srchlist {
        display: inline-block;
        *display: inline;
    }
    .manmoney_table {
        font-size: 1em;
    }
    .manmoney_boxset .moneydtl_list1, .manmoney_boxset .moneydtl_list2 {
        width: 100%;
    }
    .manmoney_boxset .select_set {
        width: 187px;
    }
    .manmoney_boxset .moneydtl_list2 .mem_input {
        width: 180px;
    }
    .manmoney_boxset .moneydtl_list3 dd {
        width: 96%;
        margin-top: 5px;
    }
    /*會員互轉*/
    .memtrans_srchset .srchlist {
        display: inline-block;
        *display: inline;
    }
    .memtrans_table {
        min-width: 1100px;
    }
    .memtrans_table .cell1 {
        width: 15%;
    }
    .memtrans_table .cell2 {
        width: 9.5%;
    }
    .memtrans_table .cell3 {
        width: 9.5%;
    }
    .memtrans_table .cell4 {
        width: 11%;
    }
    .memtrans_table .cell5 {
        width: 11%;
    }
    .memtrans_table .cell6 {
        width: 10%;
    }
    .memtrans_table .cell7 {
        width: 10%;
    }
    .memtrans_table .cell8 {
        width: 7%;
    }
    .memtrans_table .cell10 {
        width: 11%;
    }
    /*銀行儲值審核*/
    .bankdp_table, .autobankdp_table {
        min-width: 1300px;
    }
    /*各支付設定*/
    .paysrch_set .text {
        width: 65%;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist {
        width: 100%;
    }
    .addmarquee_set .textarea_list dd {
        width: 94%;
    }
    .addmarquee_set .textarea_set {
        margin-top: 5px;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist {
        width: 100%;
    }
    .ag_marquee_set .textarea_list dd {
        width: 94%;
    }
    .ag_marquee_set .textarea_set {
        margin-top: 5px;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 94%;
    }
    .sysmail_set .titlelist .srch_input {
        margin-top: 5px;
    }
    .sysmail_table {
        min-width: 750px;
    }
    /*最新消息管理*/
    .sysnews_set .srchlist {
        width: 100%;
    }
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 94%;
    }
    .sysnews_set .textarea_set, .sysnews_set .titlelist .srch_input {
        margin-top: 5px;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist .srch_input {
        width: 170px;
    }
    .onlineser_set .srchlist .select_set {
        width: 177px;
    }
    .onlineser_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .srchlist, .memadmin_set .datelist {
        width: 100%;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist, .agentadmin_set .datelist {
        width: 100%;
    }
    .agentadmin_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*回電紀錄*/
    .call_srchset .srchlist {
        display: inline-block;
        *display: inline;
    }
    .call_fixbox .callback_list1, .call_fixbox .callback_list2 {
        width: 100%;
    }
    .call_fixbox .select_set {
        width: 187px;
    }
    .call_fixbox .callback_list2 .mem_input {
        width: 180px;
    }
    .call_fixbox .callback_list3 dd {
        width: 96%;
        margin-top: 5px;
    }
    /*活動管理*/
    .promotions_set .srchlist {
        width: 100%;
    }
    /*上傳優惠管理*/
    .upload_set .srchlist {
        width: 100%;
    }
    .uploadbtn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
    .upload_set dt {
        width: 150px;
    }
    .select_urfile {
        width: 220px;
    }
    /*系統管理員設定*/
    .access_table {
        min-width: 1200px;
    }
    /*新增管理員*/
    .check_text {
        width: 100%;
    }
    /*日誌管理*/
    .notelist_set .srchlist {
        display: inline-block;
        *display: inline;
    }
    .notelist_set .titlelist {
        margin: 0;
    }
    .notelist_set .titlelist dd {
        width: 95%;
        margin-left: 5px;
    }
    .notelist_set .datelist .input_set,
    .notelist_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*系統註冊信件管理*/
    .setsite_table {
        font-size: 0.95em;
    }
    .setsite_table .textarea_tips {
        padding: 5px 0 0 0;
        text-align: left;
    }
    /*快速新增測試帳號*/
    .fastadd_set .select_set {
        width: 177px;
    }
    .fast_input {
        width: 170px;
    }
    /*遊戲維護公告*/
    .maintain_table {
        font-size: 0.95em;
    }
    .mem_boxset17 .memdetail_list {
        width: 91%;
    }
    .mem_boxset17 dd {
        width: 65%;
    }
    .mem_boxset17 .btn_bluesmall, .mem_boxset17 .btn_yellowsmall {
        display: inline-block;
        margin: 0 0 0 2px;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist .srch_input {
        width: 170px;
    }
    .jp_table {
        min-width: 600px;
    }
    /*修改密碼*/
    .setpw_set .srchlist {
        width: 100%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 100%;
    }
    /*總報表_(第一層)遊戲類別勾選*/
    .game_chk1 .chktitle_div {
        margin: 5px 0 5px -5px;
    }
    .game_chk1 dl {
        width: 98%;
        margin: 2px -3px;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .game_chk2 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*經銷商報表選單*/
    .allreport_set {
        width: 90%;
    }
    .allreport_set .srchlist {
        width: 100%;
    }
    .allreport_set .titlelist dd {
        margin: 5px 20px 0 0;
        width: 26%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .game_show2 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*總報表列表*/
    .allreport_table {
        min-width: 1600px;
    }
    /*總報表列表_各館投注統計*/
    .report_list1 {
        min-width: 650px;
    }
    /*總報表列表_投注明細*/
    .report_list2 {
        min-width: 1500px;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 100%;
    }
    /*代理_會員報表*/
    .report_list3 {
        min-width: 1300px;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
}

/* 寬度介於 540px - 570px */
@media screen and (min-width: 540px) and (max-width: 570px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        width: 94%;
    }
    .function_set .page_set {
        margin: 10px 10px 0 0;
    }
    /*會員資料詳細設定*/
    .mem_boxset1 .app_select {
        width: 157px;
    }
    .mem_boxset1 .app_input {
        width: 130px;
    }
    .mem_boxset5 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset10 .info_checkbox {
        width: 82%;
    }
    .mem_boxset10 .checkbox_set {
        width: 32%;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 43%;
    }
    .tablelimit_list .btn_bluesmall {
        width: 95px;
    }
    /*支付設定*/
    .popup_container {
        top: 10px;
        left: 2.5%;
        right: 2.5%;
    }
    .popup {
        height: 300px;
    }
    .lv_chkbox .levelVendor {
        width: 90%;
    }
    .popup .payLeve_box {
        height: 200px;
    }
    .mem_boxset15 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset16 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset16 .memtype_set {
        float: left;
        width: 100%;
        line-height: 40px;
    }
    .special_lock {
        width: 100%;
    }
    .popup_modeltype .popmt_container {
        top: 55%;
        left: 4%;
        right: 4%;
    }
    /*訂單明細*/
    .order_table .radio_set {
        height: 30px;
        line-height: 30px;
    }
    /*手機認證碼*/
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: left;
        margin: 10px 0;
    }
    .vcode_table {
        min-width: 600px;
    }
    .vcode_table .cell5 {
        width: 15%;
    }
    .vcode_table .cell6 {
        width: 12%;
    }
    /*會員互轉*/
    .memtrans_srchset .srchlist {
        padding: 10px 50px 0 0;
    }
    /*各支付設定*/
    .paysrch_set .text {
        width: 100px;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist .srch_input {
        width: 200px;
    }
    .addmarquee_set .srchlist .select_set {
        width: 207px;
    }
    .addmarquee_set .textarea_list dd {
        width: 75%;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist .srch_input {
        width: 200px;
    }
    .ag_marquee_set .srchlist .select_set {
        width: 207px;
    }
    .ag_marquee_set .textarea_list dd {
        width: 75%;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 75%;
    }
    .sysmail_table {
        min-width: 750px;
    }
    .sysmail_set .titlelist .srch_input {
        margin-top: 0;
    }
    /*最新消息管理*/
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 75%;
    }
    .sysnews_set .srchlist {
        width: 49%;
    }
    .sysnews_set .textarea_set, .sysnews_set .titlelist .srch_input {
        margin-top: 0;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist .srch_input {
        width: 140px;
    }
    .onlineser_set .srchlist .select_set {
        width: 147px;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .srchlist, .memadmin_set .datelist {
        width: 100%;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist, .agentadmin_set .datelist {
        width: 100%;
    }
    /*回電紀錄*/
    .call_srchset .srchlist {
        padding: 10px 50px 0 0;
    }
    .call_fixbox .callback_list1, .call_fixbox .callback_list2 {
        width: 49%;
    }
    .call_fixbox .select_set {
        width: 127px;
    }
    .call_fixbox .callback_list2 .mem_input {
        width: 120px;
    }
    .call_fixbox .callback_list3 dd {
        width: 76%;
        margin-top: 0;
    }
    /*日誌管理*/
    .notelist_set .srchlist {
        padding: 10px 50px 0 0;
    }
    .notelist_set .titlelist .srch_input {
        margin-left: 5px;
    }
    .notelist_set .datelist .input_set,
    .notelist_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*新增管理員*/
    .addaccess_table td.cell2 {
        width: 75%;
    }
    .addaccess_table .addaccess_input {
        width: 95%;
    }
    .check_text {
        width: 49%;
    }
    /*系統註冊信件管理*/
    .setsite_table td.cell2 {
        width: 75%;
    }
    .setsite_table .setsite_input {
        width: 95%;
    }
    .setsite_table .textarea_set, .setsite_table .textarea_mem {
        width: 93%;
    }
    .setsite_table .textarea_tips {
        padding: 5px 0 0 0;
        text-align: left;
    }
    /*快速新增測試帳號*/
    .fastadd_set .srchlist {
        width: 100%;
    }
    .fastadd_set .select_set {
        width: 121px;
    }
    .fast_input {
        width: 115px;
    }
    /*遊戲維護公告*/
    .maintain_table {
        font-size: 0.95em;
    }
    .maintain_table .cell1 {
        width: 22%;
    }
    .fix_table td.cell2 {
        width: 75%;
    }
    .fix_table .fix_input {
        width: 95%;
    }
    .fix_table .textarea_set {
        width: 93%;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist {
        width: 49%;
    }
    .jp_set .srchlist .srch_input {
        width: 115px;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 100%;
    }
    .listadmin_set .datelist .input_set,
    .listadmin_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*總報表_(第一層)遊戲類別勾選*/
    .game_chk1 .chktitle_div {
        margin: 5px 0 5px -5px;
    }
    .game_chk1 dl {
        width: 33%;
        margin: 2px -3px;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .game_chk2 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*經銷商報表選單*/
    .allreport_set .srchlist {
        width: 100%;
    }
    .allreport_set .titlelist dd {
        width: 28%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .game_show2 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 33%;
        margin: 0 -3px;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 100%;
    }
    .memranking_set .datelist .input_set,
    .memranking_set .datelist .btn_set {
        margin-left: 5px;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
}

/* 寬度介於 480px - 481px */
@media screen and (min-width: 480px) and (max-width: 481px) {
    /*遊戲維護公告*/
    .mem_boxset17 dd {
        width: 75%;
    }
    /*支付設定*/
    .popup_container {
        left: 6%;
        right: 6%;
        max-width: 450px;
    }
    .popup {
        height: 300px;
    }
    .popup .payLeve_box {
        height: 190px;
    }
    .lv_chkbox .levelVendor {
        width: 90%;
    }
    .lv_chkbox .info_input .mem_input {
        width: 250px;
    }
    .popup_modeltype .popmt_container {
        top: 50%;
        left: 3%;
        right: 3%;
        max-width: 450px;
    }
    .mtedit_indide .mt_input {
        width: 75%;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
    /*會員詳細設定*/
    .mem_boxset1 .UserTags_select {
        width: 300px;
    }
}

/* 寬度介於 321px - 420px */
@media screen and (min-width: 321px) and (max-width: 420px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        width: 90%;
        padding-left: 20px;
    }
    .top_leftbar_set, .top_rightbar_set {
        width: 100%;
    }
    .tab_group .content {
        width: 100%;
    }
    .agentbox_top {
        height: auto;
    }
    /*輸贏金額、會員人數統計*/
    .ratebox, .agentbox {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .infobox {
        width: 90%;
        margin-bottom: 10px;
    }
    .rightbar_content {
        padding: 15px 0 0 10px;
    }
    /*代理金額比例*/
    .ratebox .content_set {
        width: 90%;
    }
    .rightbar_content .number {
        font-size: 1.9em;
    }
    .rate {
        font-size: 0.95em;
    }
    .rate th {
        display: none;
        padding: 0.5em;
    }
    .rate td {
        display: block;
        padding: 0.5em;
    }
    .rate td:before {
        content: attr(data-th) "";
        font-weight: bold;
        width: 5.5em;
        display: inline-block;
        *display: inline;
    }
    .rate .data:before {
        display: table-cell;
    }
    .rate th, .rate td:before {
        color: #000;
    }
    .rate th:last-child, .rate td:last-child {
        padding-right: 0;
    }
    .progress {
        width: 98%;
    }
    /*會員查詢*/
    .allmembers .searchlist .long_input {
        width: 120px;
    }
    /*會員管理_用戶管理*/
    .function_set .select_set, .function_set .page_set {
        margin-right: 20px;
    }
    .typelist {
        margin: 10px 32px 6px 10px;
    }
    .searchlist .btn_set {
        display: block;
        margin-top: 5px;
    }
    .btn_date {
        margin: 5px 0 5px 2px;
    }
    .datelist .srch_input {
        margin: 5px 0;
    }
    /*共用按鈕*/
    .btn_bluesmall, .btn_yellowsmall {
        display: block;
        margin: 5px 0 5px 2px;
    }
    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_set {
        padding: 0 5px;
    }
    .function_set .showmoney_list {
        width: 96%;
        margin: 5px 0;
    }
    /*會員資料詳細設定*/
    .title_set .text1 {
        display: none;
    }
    .mem_boxset1 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 100%;
    }
    .mem_boxset1 .mem_input {
        width: 130px;
    }
    .mem_boxset1 .select_set {
        width: 138px;
    }
    .mem_boxset1 .app_set, .mem_boxset1 .info_checkbox {
        width: 52%;
    }
    .mem_boxset1 .app_select {
        width: 157px;
        margin-bottom: 5px;
    }
    .mem_boxset1 .app_input {
        width: 150px;
    }
    .agdetail_list .info_input div {
        width: 40%;
    }
    .mem_boxset2 dt {
        margin-bottom: 5px;
    }
    .mem_boxset2 .text div {
        display: inline-block;
        *display: inline;
    }
    .mem_boxset3 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset3 .weblink {
        width: 52%;
    }
    .mem_boxset4 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset4 dt {
        width: 140px;
        margin-bottom: 5px;
    }
    .mem_boxset5 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset5 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset6 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset7 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset8 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset8 .mem_input {
        width: 135px;
    }
    .mem_boxset10 dt {
        width: 95%;
        margin-bottom: 5px;
    }
    .mem_boxset10 .text div {
        display: inline-block;
        *display: inline;
    }
    .mem_boxset10 .checkbox_set {
        width: 150px;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 88%;
    }
    .mem_boxset11 .text {
        margin: 0 0 5px 0;
    }
    .tablelimit_list .btn_bluesmall {
        width: 95px;
    }
    .popup_tablelimit .btn_yellowsmall {
        font-size: 1em;
    }
    .mem_boxset1 .UserTags_select {
        width: 300px;
    }
    /*支付設定*/
    .mem_boxset15 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset15 .input_text {
        width: 104px;
    }
    .mem_boxset15 .text2 {
        margin-left: 5px;
    }
    .mem_boxset16 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset16 .selected_text {
        width: 100%;
        line-height: 20px;
        padding: 5px;
    }
    .popup_container {
        top: 15%;
        left: 2.5%;
        right: 2.5%;
    }
    .lv_chkbox .info_input .mem_input {
        width: 170px;
    }
    .mem_boxset16 .memtype_set {
        float: left;
        width: 100%;
    }
    .mem_boxset16 .memtype_set .memtypebtn {
        width: 100%;
    }
    .mem_boxset16 .memtype_set .btn_bluesmall,
    .mem_boxset16 .memtype_set .btn_yellowsmall {
        display: inline-block;
        *display: inline;
    }
    .popmt_container {
        left: 3%;
        right: 3%;
        max-width: 320px;
    }
    .mtedit_indide .mt_title {
        width: 70px;
    }
    .mtedit_indide .mt_input {
        width: 68%;
    }
    .lv_chkbox .levelVendor {
        width: 85%;
        margin: 0 0 5px 0;
    }
    /*新版支付管理*/
    .pay_btnset .btn_payon {
        margin: 0 0 3px 2px;
    }
    .pay_table {
        min-width: 800px;
    }
    .pay_table .btn_yellowsmall, .pay_table .btn_bluesmall {
        margin: 0 0 3px 2px;
    }
    /*存款明細*/
    .depositbox .money {
        float: right;
    }
    /*提款*/
    .popup_tixian {
        top: 63%;
        right: 1%;
    }
    /*會員存/提/匯款*/
    .moneybox .data1, .moneybox .money .data2 {
        width: 100%;
        margin: 0;
    }
    /*訂單明細*/
    .order_table {
        font-size: 0.9em;
    }
    .order_table dt {
        width: 30%;
        padding-right: 5px;
    }
    .order_table dd {
        width: 60%;
    }
    .order_table dt.bank_select {
        height: 55px;
        line-height: 29px;
        padding: 5px 0 5px 3px;
    }
    .order_table dd.bank_select {
        height: 55px;
        line-height: 29px;
        padding: 5px 4px 5px 1px;
    }
    .order_table .radio_set {
        height: 50px;
        line-height: 24px;
    }
    .order_table .textarea_set {
        height: 60px;
        line-height: 25px;
    }
    /*檢查重複*/
    .checkbtn_set {
        text-align: center;
    }
    /*轉帳記錄*/
    .pm_table {
        min-width: 1200px;
    }
    /*代理_註冊會員*/
    .regagent_table {
        min-width: 700px;
    }
    /*經銷商管理*/
    .aglist_set .listbox {
        width: 96%;
    }
    /*經銷商詳細設定*/
    .agdetail_list .info_input {
        margin-top: 5px;
        line-height: 35px;
    }
    /*銀行帳戶設定*/
    .bankacc_set .srchlist {
        width: 100%;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*實體網銀*/
    .realbank_table td {
        line-height: 16px;
        vertical-align: top;
    }
    .realbank_table .use_set {
        padding: 0 0 0 4px;
    }
    /*加扣款*/
    .manmoney_table {
        font-size: 1em;
    }
    .manmoney_boxset .moneydtl_list1, .manmoney_boxset .moneydtl_list2 {
        width: 100%;
    }
    .manmoney_boxset .select_set {
        width: 187px;
    }
    .manmoney_boxset .moneydtl_list2 .mem_input {
        width: 180px;
    }
    .manmoney_boxset .moneydtl_list3 dd {
        width: 96%;
        margin-top: 5px;
    }
    /*會員互轉*/
    .memtrans_table {
        min-width: 1100px;
    }
    .memtrans_table .cell1 {
        width: 15%;
    }
    .memtrans_table .cell2 {
        width: 9.5%;
    }
    .memtrans_table .cell3 {
        width: 9.5%;
    }
    .memtrans_table .cell4 {
        width: 11%;
    }
    .memtrans_table .cell5 {
        width: 11%;
    }
    .memtrans_table .cell6 {
        width: 10%;
    }
    .memtrans_table .cell7 {
        width: 10%;
    }
    .memtrans_table .cell8 {
        width: 7%;
    }
    .memtrans_table .cell10 {
        width: 11%;
    }
    /*銀行儲值審核*/
    .bankdp_table, .autobankdp_table {
        min-width: 1300px;
    }
    /*各支付設定*/
    .paysrch_set .text {
        width: 65%;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist {
        width: 100%;
    }
    .addmarquee_set .srchlist .srch_input {
        width: 180px;
    }
    .addmarquee_set .srchlist .select_set {
        width: 187px;
    }
    .addmarquee_set .textarea_list dd {
        width: 94%;
    }
    .addmarquee_set .textarea_set {
        margin-top: 5px;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist {
        width: 100%;
    }
    .ag_marquee_set .srchlist .srch_input {
        width: 180px;
    }
    .ag_marquee_set .srchlist .select_set {
        width: 187px;
    }
    .ag_marquee_set .textarea_list dd {
        width: 94%;
    }
    .ag_marquee_set .textarea_set {
        margin-top: 5px;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 94%;
    }
    .sysmail_set .titlelist .srch_input {
        margin-top: 5px;
    }
    .sysmail_table {
        min-width: 750px;
    }
    /*最新消息管理*/
    .sysnews_set .srchlist {
        width: 100%;
    }
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 94%;
    }
    .sysnews_set .textarea_set, .sysnews_set .titlelist .srch_input {
        margin-top: 5px;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .srchlist .srch_input {
        width: 170px;
    }
    .onlineser_set .srchlist .select_set {
        width: 177px;
    }
    .onlineser_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .srchlist, .memadmin_set .datelist {
        width: 100%;
    }
    .memadmin_set .datelist .srch_input {
        width: 75px;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist, .agentadmin_set .datelist {
        width: 100%;
    }
    .agentadmin_set .datelist .srch_input {
        width: 75px;
    }
    .agentadmin_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*回電紀錄*/
    .call_fixbox .callback_list1, .call_fixbox .callback_list2 {
        width: 100%;
    }
    .call_fixbox .select_set {
        width: 187px;
    }
    .call_fixbox .callback_list2 .mem_input {
        width: 180px;
    }
    .call_fixbox .callback_list3 dd {
        width: 96%;
        margin-top: 5px;
    }
    /*活動管理*/
    .promotions_set .srchlist {
        width: 100%;
    }
    /*上傳優惠管理*/
    .upload_set .srchlist {
        width: 100%;
    }
    .uploadbtn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
    .upload_set dt {
        width: 150px;
    }
    /*系統管理員設定*/
    .access_table {
        min-width: 1200px;
    }
    /*新增管理員*/
    .addaccess_table td.cell2 {
        width: 71%;
    }
    .addaccess_table .addaccess_input {
        width: 90%;
    }
    .check_text {
        width: 100%;
    }
    /*日誌管理*/
    .notelist_set .titlelist {
        margin: 0;
    }
    .notelist_set .titlelist dd {
        width: 70%;
    }
    .notelist_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*系統註冊信件管理*/
    .setsite_table {
        font-size: 0.95em;
    }
    .setsite_table td.cell2 {
        width: 77%;
    }
    .setsite_table .setsite_input {
        width: 90%;
    }
    .setsite_table .textarea_set, .setsite_table .textarea_mem {
        width: 88%;
    }
    .setsite_table .textarea_tips {
        padding: 5px 0 0 0;
        text-align: left;
    }
    .radio_set1, .radio_set2 {
        padding: 0 0 5px 0;
    }
    /*系統信件內容*/
    .msglook_table td.cell2 {
        width: 77%;
    }
    /*設定反水*/
    .rake_table {
        font-size: 0.9em;
    }
    .rake_input {
        width: 80%;
    }
    /*各等级支付次数设定*/
    .Payment_table {
        font-size: 0.9em;
    }
    .Payment_input {
        width: 80%;
    }
    /*快速新增測試帳號*/
    .fastadd_set .select_set {
        width: 177px;
    }
    .fast_input {
        width: 170px;
    }
    /*遊戲維護公告*/
    .maintain_table {
        font-size: 0.95em;
    }
    .maintain_table .cell1 {
        width: 22%;
    }
    .maintain_table .cell2 {
        width: 14%;
    }
    .maintain_table .cell4 {
        width: 22%;
    }
    .fix_table td.cell2 {
        width: 71%;
    }
    .fix_table .fix_input {
        width: 90%;
    }
    .fix_table .textarea_set {
        width: 88%;
    }
    .mem_boxset17 .memdetail_list {
        width: 91%;
    }
    .mem_boxset17 dd {
        width: 68%;
    }
    .mem_boxset17 .btn_bluesmall, .mem_boxset17 .btn_yellowsmall {
        display: inline-block;
        margin: 0 0 0 2px;
    }
    /*視訊彩金中獎名單*/
    .jp_set .srchlist .srch_input {
        width: 170px;
    }
    .jp_table {
        min-width: 600px;
    }
    /*修改密碼*/
    .setpw_set .srchlist {
        width: 100%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 100%;
    }
    .listadmin_set .datelist .input_set,
    .listadmin_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*總報表_(第一層)遊戲類別勾選*/
    .game_chk1 .chktitle_div {
        margin: 5px 0 5px -5px;
    }
    .game_chk1 dl {
        width: 49%;
        margin: 2px -3px;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .game_chk2 dl {
        width: 49%;
        margin: 0 -3px;
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 49%;
        margin: 0 -3px;
    }
    /*經銷商報表選單*/
    .allreport_set {
        width: 90%;
    }
    .allreport_set .srchlist {
        width: 100%;
    }
    .allreport_set .titlelist dd {
        margin: 5px 20px 0 0;
        width: 40%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .game_show2 dl {
        width: 49%;
        margin: 0 -3px;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 49%;
        margin: 0 -3px;
    }
    /*總報表列表*/
    .allreport_table {
        min-width: 1600px;
    }
    /*總報表列表_各館投注統計*/
    .report_list1 {
        min-width: 650px;
    }
    /*總報表列表_投注明細*/
    .report_list2 {
        min-width: 1500px;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 100%;
    }
    .memranking_set .datelist .input_set,
    .memranking_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*代理_會員報表*/
    .report_list3 {
        min-width: 1300px;
    }
    /*每月總點數報表*/
    .upload_set .srchlist50 {
        width: 100%;
    }
}

/* 寬度小於 320px */
@media screen and (max-width: 320px) {
    /*首頁_右側(內容)*/
    .tab_content, .index_content {
        width: 93%;
        padding-left: 10px;
    }
    .top_leftbar_set, .top_rightbar_set {
        width: 100%;
    }
    .tab_group .content {
        width: 100%;
    }
    .agentbox_top {
        height: auto;
    }
    /*輸贏金額、會員人數統計*/
    .ratebox, .agentbox {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .infobox {
        width: 90%;
        margin-bottom: 10px;
    }
    .infobox .icon_bg {
        width: 65px;
    }
    /*代理金額比例*/
    .rightbar_content {
        padding: 15px 0 0 7px;
    }
    .ratebox .content_set {
        width: 90%;
    }
    .rightbar_content .number {
        font-size: 1.9em;
    }
    .rate {
        font-size: 0.95em;
    }
    .rate th {
        display: none;
        padding: 0.5em;
    }
    .rate td {
        display: block;
        padding: 0.5em;
    }
    .rate td:before {
        content: attr(data-th) "";
        font-weight: bold;
        width: 5.5em;
        display: inline-block;
        *display: inline;
    }
    .rate .data:before {
        display: table-cell;
    }
    .rate th, .rate td:before {
        color: #000;
    }
    .rate th:last-child, .rate td:last-child {
        padding-right: 0;
    }
    .progress {
        width: 98%;
    }
    /*會員查詢*/
    .allmembers .searchlist .long_input {
        width: 110px;
    }
    /*會員管理_用戶管理*/
    .function_set .select_set, .function_set .page_set {
        margin-right: 20px;
    }
    .typelist {
        margin: 10px 32px 6px 10px;
    }
    .searchlist .input_set, .searchlist .btn_set, .datelist .btn_set {
        display: block;
        margin-top: 10px;
    }
    .typelist .srch_input {
        width: 95px;
    }
    .btn_date {
        margin: 5px 0 5px 2px;
    }
    .datelist .srch_input {
        margin: 5px 0;
    }
    /*共用按鈕*/
    .btn_bluesmall, .btn_yellowsmall {
        display: block;
        margin: 5px 0 5px 2px;
    }
    /*共幾筆記錄*/
    .function_set .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*金額列表*/
    .function_set .showmoney_set {
        padding: 0 5px;
    }
    .function_set .showmoney_list {
        width: 96%;
        margin: 5px 0;
    }
    /*會員資料詳細設定*/
    .title_set .text1 {
        display: none;
    }
    .mem_boxset1 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset1 .memdetail_list2 {
        width: 100%;
    }
    .mem_boxset1 .mem_input {
        width: 130px;
    }
    .mem_boxset1 .select_set {
        width: 138px;
    }
    .mem_boxset1 dt {
        width: 120px;
    }
    .mem_boxset1 .app_set, .mem_boxset1 .info_checkbox {
        width: 54%;
    }
    .mem_boxset1 .app_select {
        width: 157px;
        margin-bottom: 5px;
    }
    .mem_boxset1 .app_input {
        width: 150px;
    }
    .agdetail_list .info_input div {
        width: 45%;
    }
    .mem_boxset2 dt {
        margin-bottom: 5px;
    }
    .mem_boxset2 .text div {
        display: inline-block;
        *display: inline;
    }
    .mem_boxset3 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset3 dt {
        width: 120px;
    }
    .mem_boxset3 .weblink {
        width: 50%;
    }
    .mem_boxset4 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset4 dt {
        margin-bottom: 5px;
    }
    .mem_boxset4 .select_set, .mem_boxset8 .select_set {
        width: 135px;
    }
    .mem_boxset5 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset5 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset6 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset6 dt {
        width: 120px;
    }
    .mem_boxset7 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset7 dt {
        width: 120px;
    }
    .mem_boxset8 .memdetail_list {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .mem_boxset8 dt {
        width: 120px;
    }
    .mem_boxset10 dt {
        width: 95%;
        margin-bottom: 5px;
    }
    .mem_boxset10 .text div {
        display: inline-block;
        *display: inline;
    }
    .mem_boxset10 .checkbox_set {
        width: 140px;
    }
    .mem_boxset11 .popup_tablelimit {
        width: 88%;
    }
    .mem_boxset11 .text {
        margin: 0 0 5px 0;
    }
    .mem_boxset1 .UserTags_select {
        width: 300px;
    }
    /*支付設定*/
    .tablelimit_list .btn_bluesmall {
        width: 90px;
    }
    .popup_tablelimit .btn_yellowsmall {
        font-size: 1em;
    }
    .mem_boxset16 .dp_set {
        margin-bottom: 20px;
    }
    .mem_boxset16 .selected_text {
        width: 100%;
        line-height: 20px;
        padding: 5px;
    }
    .popup_container {
        top: 5%;
        left: 2.5%;
        right: 2.5%;
    }
    .lv_chkbox .info_input .mem_input {
        width: 140px;
    }
    .mem_boxset16 .memtype_set {
        float: left;
        width: 100%;
    }
    .mem_boxset16 .memtype_set .memtypebtn {
        width: 100%;
    }
    .mem_boxset16 .memtype_set .btn_bluesmall,
    .mem_boxset16 .memtype_set .btn_yellowsmall {
        display: inline-block;
        *display: inline;
    }
    .popmt_container {
        left: 3%;
        right: 3%;
        max-width: 300px;
    }
    .mtedit_indide .mt_input {
        width: 95%;
        margin: 5px 0 0 0;
    }
    .lv_chkbox .levelVendor {
        width: 85%;
        margin: 0 0 5px 0;
    }
    /*新版支付管理*/
    .pay_btnset .btn_payon {
        margin: 0 0 3px 2px;
    }
    .pay_table {
        min-width: 800px;
    }
    .pay_table .btn_yellowsmall, .pay_table .btn_bluesmall {
        margin: 0 0 3px 2px;
    }
    /*會員存/提/匯款*/
    .moneybox .data1, .moneybox .money .data2 {
        width: 100%;
        margin: 0;
    }
    /*訂單明細*/
    .order_table {
        font-size: 0.9em;
    }
    .order_table dt {
        width: 32%;
        padding-right: 3px;
    }
    .order_table dd {
        width: 62%;
    }
    .order_table .bank_select {
        height: 50px;
        line-height: 24px;
    }
    .order_table .radio_set {
        height: 50px;
        line-height: 24px;
    }
    .order_table .textarea_set {
        height: 60px;
        line-height: 25px;
    }
    /*檢查重複*/
    .checkbtn_set {
        text-align: center;
    }
    /*轉帳記錄*/
    .pm_table {
        min-width: 1200px;
    }
    /*代理_註冊會員*/
    .regagent_table {
        min-width: 700px;
    }
    /*經銷商管理*/
    .aglist_set .listbox {
        width: 96%;
    }
    /*經銷商詳細設定*/
    .agdetail_list .info_input {
        margin-top: 5px;
        line-height: 35px;
    }
    /*銀行帳戶設定*/
    .bankacc_set .srchlist {
        width: 100%;
    }
    /*黑名單*/
    .blackmem_box .text_set, .chkrepeat_box .text_set,
    .vcode_box .text_set {
        display: inline-block;
        *display: inline;
        float: right;
        margin: 15px 0 0 0;
    }
    /*實體網銀*/
    .realbank_table td {
        line-height: 16px;
        vertical-align: top;
    }
    .realbank_table .use_set {
        padding: 0 0 0 4px;
    }
    /*提款管理*/
    .popup_tixian {
        top: 63%;
        right: 1.5%;
        width: 265px;
    }
    /*加扣款*/
    .manmoney_table {
        font-size: 1em;
    }
    .manmoney_boxset .moneydtl_list1, .manmoney_boxset .moneydtl_list2 {
        width: 100%;
    }
    .manmoney_boxset .moneydtl_list3 dd {
        width: 96%;
        margin-top: 5px;
    }
    /*會員互轉*/
    .memtrans_table {
        min-width: 1100px;
    }
    .memtrans_table .cell1 {
        width: 15%;
    }
    .memtrans_table .cell2 {
        width: 9.5%;
    }
    .memtrans_table .cell3 {
        width: 9.5%;
    }
    .memtrans_table .cell4 {
        width: 11%;
    }
    .memtrans_table .cell5 {
        width: 11%;
    }
    .memtrans_table .cell6 {
        width: 10%;
    }
    .memtrans_table .cell7 {
        width: 10%;
    }
    .memtrans_table .cell8 {
        width: 7%;
    }
    .memtrans_table .cell10 {
        width: 11%;
    }
    /*銀行儲值審核*/
    .bankdp_table, .autobankdp_table {
        min-width: 1300px;
    }
    /*各支付設定*/
    .paysrch_set .text {
        width: 65%;
    }
    .paysrch_set dd {
        margin: 0;
    }
    .paysrch_set .srchlist .select_set {
        width: 190px;
    }
    .paysrch_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    .paysrch_set .yellowsmall_btn {
        width: 96%;
    }
    /*跑馬燈信息管理*/
    .addmarquee_set .srchlist {
        width: 100%;
    }
    .addmarquee_set .textarea_list dd {
        width: 94%;
    }
    .addmarquee_set .textarea_set {
        margin-top: 5px;
    }
    /*代理-公告跑馬燈管理*/
    .ag_marquee_set .srchlist {
        width: 100%;
    }
    .ag_marquee_set .textarea_list dd {
        width: 94%;
    }
    .ag_marquee_set .textarea_set {
        margin-top: 5px;
    }
    /*查看系統信件*/
    .sysmail_set .titlelist dd {
        width: 94%;
    }
    .sysmail_set .titlelist .srch_input {
        margin-top: 5px;
    }
    .sysmail_table {
        min-width: 750px;
    }
    .sysmail_set dd {
        width: 63%;
    }
    /*系統信件內容*/
    .msglook_table td.cell2 {
        width: 75%;
    }
    /*最新消息管理*/
    .sysnews_set .srchlist {
        width: 100%;
    }
    .sysnews_set .titlelist dd, .sysnews_set .textarea_list dd {
        width: 94%;
    }
    .sysnews_set .textarea_set, .sysnews_set .titlelist .srch_input {
        margin-top: 5px;
    }
    /*投訴箱-客服管理*/
    .onlineser_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*投訴箱-投訴信件*/
    .memadmin_set .srchlist, .memadmin_set .datelist {
        width: 100%;
    }
    .memadmin_set .datelist .srch_input {
        margin-top: 5px;
    }
    /*代理-投訴信件*/
    .agentadmin_set .srchlist, .agentadmin_set .datelist {
        width: 100%;
    }
    .agentadmin_set .datelist .srch_input {
        margin-top: 5px;
    }
    .agentadmin_set .blackbtn_set {
        text-align: center;
        width: 100%;
    }
    /*回電紀錄*/
    .call_fixbox .callback_list1, .call_fixbox .callback_list2 {
        width: 100%;
    }
    .call_fixbox .callback_list3 dd {
        width: 96%;
        margin-top: 5px;
    }
    /*活動管理*/
    .promotions_set .srchlist {
        width: 100%;
    }
    /*上傳優惠管理*/
    .upload_set .srchlist {
        width: 100%;
    }
    .uploadbtn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .upload_set .srchlist50 {
        width: 100%;
    }
    .upload_set dt {
        width: 150px;
    }
    /*系統管理員設定*/
    .access_table {
        min-width: 1200px;
    }
    /*新增管理員*/
    .addaccess_table td.cell2 {
        width: 69%;
    }
    .addaccess_table .addaccess_input {
        width: 90%;
    }
    .check_text {
        width: 100%;
    }
    /*日誌管理*/
    .notelist_set .titlelist {
        margin: 0;
    }
    .notelist_set .titlelist dd {
        width: 93%;
        margin-left: 5px;
    }
    .notelist_set .titlelist .srch_input {
        margin-left: 5px;
    }
    .notelist_set .datelist .input_set,
    .notelist_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*系統註冊信件管理*/
    .setsite_table {
        font-size: 0.95em;
    }
    .setsite_table td.cell2 {
        width: 75%;
    }
    .setsite_table .setsite_input {
        width: 90%;
    }
    .setsite_table .textarea_set, .setsite_table .textarea_mem {
        width: 87%;
    }
    .setsite_table .textarea_tips {
        padding: 5px 0 0 0;
        text-align: left;
    }
    .radio_set1, .radio_set2 {
        padding: 0 0 5px 0;
    }
    /*設定反水*/
    .rake_table {
        font-size: 0.9em;
    }
    .rake_input {
        width: 80%;
    }
    /*各等级支付次数设定*/
    .Payment_table {
        font-size: 0.9em;
    }
    .Payment_input {
        width: 80%;
    }
    /*遊戲維護公告*/
    .maintain_table {
        font-size: 0.95em;
    }
    .maintain_table .cell1 {
        width: 25%;
    }
    .maintain_table .cell4 {
        width: 22%;
    }
    .fix_table td.cell2 {
        width: 69%;
    }
    .fix_table .fix_input {
        width: 90%;
    }
    .fix_table .textarea_set {
        width: 87%;
    }
    .mem_boxset17 .memdetail_list {
        width: 91%;
    }
    .mem_boxset17 dd {
        width: 63%;
    }
    .mem_boxset17 .btn_bluesmall, .mem_boxset17 .btn_yellowsmall {
        display: inline-block;
        margin: 0 0 0 2px;
    }
    /*視訊彩金中獎名單*/
    .jp_table {
        min-width: 600px;
    }
    /*修改密碼*/
    .setpw_set .srchlist {
        width: 100%;
    }
    /*總報表*/
    .listadmin_set .srchlist {
        width: 100%;
    }
    .listadmin_set .datelist .input_set,
    .listadmin_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*總報表_(第一層)遊戲類別勾選*/
    .game_chk1 .chktitle_div {
        margin: 5px 0 5px -5px;
    }
    .game_chk1 dl {
        width: 49%;
        margin: 2px -3px;
    }
    /*總報表_(第二層)各館勾選_下框*/
    .game_chk2 dl {
        width: 98%;
        margin: 0 -3px;
    }
    /*總報表_(第三層)遊戲列表勾選_下框*/
    .game_chk3 dl {
        width: 49%;
        margin: 0 -3px;
    }
    /*經銷商報表選單*/
    .allreport_set {
        width: 90%;
    }
    .allreport_set .srchlist {
        width: 100%;
    }
    .allreport_set .titlelist dd {
        margin: 5px 20px 0 0;
        width: 40%;
    }
    /*經銷商報表選單_(第二層)各館勾選_下框*/
    .game_show2 dl {
        width: 98%;
        margin: 0 -3px;
    }
    /*經銷商報表選單_(第三層)遊戲列表勾選_下框*/
    .game_show3 dl {
        width: 49%;
        margin: 0 -3px;
    }
    /*總報表列表*/
    .allreport_table {
        min-width: 1600px;
    }
    /*總報表列表_各館投注統計*/
    .report_list1 {
        min-width: 650px;
    }
    /*總報表列表_投注明細*/
    .report_list2 {
        min-width: 1500px;
    }
    /*損益排行*/
    .memranking_set .srchlist {
        width: 100%;
    }
    .memranking_set .datelist .input_set,
    .memranking_set .datelist .btn_set {
        margin-left: 5px;
    }
    /*代理_會員報表*/
    .report_list3 {
        min-width: 1300px;
    }
    /*每月總點數報表*/
    .upload_set .srchlist50 {
        width: 100%;
    }
}
/* 高度小於 900*/
@media screen and (max-height: 900px) {
    #Promotions_AD .gmedit_outdide {
        height: 30rem;
    }
}
/* 高度小於 580*/
@media screen and (max-height: 580px) {
    #Promotions_AD .gmedit_outdide {
        height: 15rem;
    }
}
