.body_news, .body_complain {
    background: #ececec;
}
/********* 跳框共用 *********/
.popup_close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 14px;
    padding: 8px 12px;
    color: #fff;
    font: normal bold 1.2rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background-color: #787878;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.share_popupbox {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 20;
}
.share_popup_s,
.share_popup_m,
.share_popup_l {
    margin: 0 auto;
    background: #fff;
}
.share_popup_s {
    width: 30%;
    min-width: 500px;
}
.share_popup_m {
    width: 40%;
    min-width: 750px;
}
.share_popup_l {
    width: 65%;
    min-width: 1000px;
}
.share_popup_header {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    color: #222;
    font: normal bold 2rem/2.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: #fff;
    background: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #ccc 0%, #fff 100%);
    background: linear-gradient(to bottom, #ccc 0%, #fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#fff', GradientType=0 );
    border-bottom: 1px solid #888;
}
.share_popuplogo {
    width: 200px;
}
.popup_sharebox {
    padding: 20px;
}
.popup_sharebox .scroll_box {
    max-height: 400px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.popup_share_title {
    padding: 0 1.5rem 1.5rem 1.5rem;
    font: normal normal 1.2rem/1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.popup_toptab {
    display: flex;
    font: normal bold 1rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: #000;
}
.popup_tabname {
    width: 110px;
    height: 35px;
    line-height: 35px;
    margin: 5px 3px 0;
    color: #fff;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.popup_tabname.selected {
    color: #222;
    background: #f1f1f1;
}
.popup_tabname:hover {
    color: #777;
}
.share_menu {
    width: 100%;
    margin: 0 auto;
    background-color: #f1f1f1;
    overflow: hidden;
}
/*********  跳框_錯誤訊息提示(共用)  *********/
.popup_tipset {
    clear: both;
    display: block;
    font-size: 12px;
    text-align: right;
    margin: 3px 10px 0 0;
}
.popup_tipset_left {
    clear: both;
    display: block;
    font-size: 12px;
    margin: 3px 10px 0 0;
}
.tips_img {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
}
.ticon_arrowl { /*左箭頭*/
    background: url(../images/index_icon/ticon_arrowl.png) no-repeat;
    height: 14px;
}
.ticon_arrowr { /*右箭頭*/
    background: url(../images/index_icon/ticon_arrowr.png) no-repeat;
    height: 14px;
}
.ticon_warning { /*警告*/
    background: url(../images/index_icon/ticon_warning.png) no-repeat;
    height: 12px;
}
.ticon_accept { /*同意*/
    background: url(../images/index_icon/ticon_accept.png) no-repeat;
    height: 12px;
}
.ticon_error { /*錯誤*/
    background: url(../images/index_icon/ticon_error.png) no-repeat;
    height: 12px;
}
.tips_text {
    margin-left: 3px;
    vertical-align: middle;
}
/*********  跳框_警告視窗+全畫面黑背景(共用)  *********/
.popup_blackbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    z-index: 200000;
}
.popup_container {
    position: absolute;
    top: 50%;
    width: 100%;
}
.popup_warning {
    position: relative;
    margin: 0 auto;
    width: 500px;
    color: #333;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #555;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 99999;
}
.closebtn_set {
    width: 80%;
    height: 45px;
    line-height: 44px;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #ab1313;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    cursor: pointer;
}
.closebtn_set:hover {
    background-color: #700;
}
/* 讀取中1 */
.popup_loadingbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    overflow: auto;
    z-index: 111131;
}
.popup_loading {
    position: fixed;
    width: 100%;
    left: 45%;
    top: 40%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 111121;
}
/* 讀取中2 */
.loader1 {
    position: relative;
    top: 38%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-animation:spin 1.5s linear infinite;
    -moz-animation:spin 1.5s linear infinite;
    z-index: 111141;
}
.loader1 i {
    position:absolute;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader1 i:before, .loader1 i:after {
    content: '';
    display: block;
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}
.loader1 i:first-child:before {
    background: #3495dd;
    -webkit-animation: rotate-top-left 1.5s linear infinite;
    -moz-animation: rotate-top-left 1.5s linear infinite;
}
.loader1 i:first-child:after {
    background:#e1492c;
    -webkit-animation: rotate-top-right 1.5s linear infinite;
    -moz-animation: rotate-top-right 1.5s linear infinite;
}
.loader1 i:last-child:before {
    background:#f9ce2b;
    -webkit-animation: rotate-bottom-left 1.5s linear infinite;
    -moz-animation: rotate-bottom-left 1.5s linear infinite;
}
.loader1 i:last-child:after {
    background:#009975;
    -webkit-animation: rotate-bottom-right 1.5s linear infinite;
    -moz-animation: rotate-bottom-right 1.5s linear infinite;
}
.loader_text {
    position: relative;
    top: 41%;
    left: 48.2%;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: #000 1px 1px 5px;
    z-index: 10030;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotate-top-right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
        -webkit-transform-origin: 20% 20%;
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotate-top-left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -webkit-transform-origin: 80% 20%;
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate-bottom-right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
        -webkit-transform-origin: 80% 80%;
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotate-bottom-left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -webkit-transform-origin: 20% 80%;
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(-180deg);
    }
    100% {
        -moz-transform:rotate(-360deg);
    }
}
@-moz-keyframes rotate-top-right {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(-180deg);
        -moz-transform-origin: 20% 20%;
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}
@-moz-keyframes rotate-top-left {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        -moz-transform-origin: 80% 20%;
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-bottom-right {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(-180deg);
        -moz-transform-origin: 80% 80%;
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}
@-moz-keyframes rotate-bottom-left {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        -moz-transform-origin: 20% 80%;
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
/*跳框設定(註冊、手機驗証碼、註冊成功)*/
.popup_regset_in{
    position: absolute;
    left: 0;
    top: 10%;
    width: 500px;
    color: #333;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #555;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 100020;
}
.popup_regset_new{
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    color: #333;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #555;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 100020;
}
.popup_regset_WRUS {
    position: absolute;
    left: 50%;
    top: 36%;
    width: 500px;
    color: #000;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #555;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 100020;
    -webkit-transform:translate(-50%, -36%);
    -ms-transform:translate(-50%, -36%);
    transform: translate(-50%, -36%);
}
.popup_regset {
    position: absolute;
    left: 50%;
    top: 36%;
    width: 500px;
    color: #333;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #555;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 100020;
    -webkit-transform:translate(-50%, -36%);
    -ms-transform:translate(-50%, -36%);
    transform: translate(-50%, -36%);
}
.popup_regset_W50 {
    width: 50%;
}
.popup_mobile {
    position: fixed;
    left: 33%;
    top: 28%;
}
.input_check {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: middle;
    cursor: pointer;
}
.popup_bigtop .bg_subtop {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: left;
    background: #444;
    background: -moz-linear-gradient(top, #666 0%,#222 95%);
    background: -webkit-linear-gradient(top, #666 0%,#222 95%);
    background: -o-linear-gradient(top, #666 0%,#222 95%);
    background: -ms-linear-gradient(top, #666 0%,#222 95%);
    background: linear-gradient(to bottom, #666 0%,#222 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#222',GradientType=0 );
}
.reg_title, .comment_top, .bankmsg_title {
    width: 100%;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #0f1a21;
    background: #444;
    background: -moz-linear-gradient(top, #666 0%, #222 100%);
    background: -webkit-linear-gradient(top, #666 0%, #222 100%);
    background: linear-gradient(to bottom, #666 0%,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#222', GradientType=0 );
}
.reg_title .title, .comment_top .title {
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
}

.bg_subtop .title {
    /*height: 78px;*/
    vertical-align: top;
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}
.reg_title .title {
    margin: 10px 0 0 5px;
}
.reg_logo {
    display: inline-block;
    width: 170px;
    height: 30px;
    margin: 5px 10px 0 10px;
    background: url(../images/new_index/new_logo.png?11701) top center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.popup_logo {
    display: inline-block;
    width: 170px;
    height: 30px;
    margin: 5px 10px 0 10px;
    background: url(../images/new_index/new_logo.png) top center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.joinus_img, .mobile_img, .memberinfo_img, .mailbox_img, .webbank_img, .credit_img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    vertical-align: middle;
}
.joinus_img {
    background: url(../images/index_icon/icon_joinus.png) no-repeat;
    background-size: 100% auto;
}
.mobile_img {
    background: url(../images/index_icon/icon_mobile.png) no-repeat;
    background-size: 100% auto;
}
.memberinfo_img {
    background: url(../images/index_icon/icon_member_info.png) no-repeat;
    background-size: 100% auto;
}
.mailbox_img {
    background: url(../images/index_icon/icon_mailbox.png) no-repeat;
    background-size: 100% auto;
}
.webbank_img {
    background: url(../images/index_icon/icon_webbank.png) no-repeat;
    background-size: 100% auto;
}
.credit_img {
    background: url(../images/index_icon/icon_pay.png) no-repeat;
    background-size: 100% auto;
}
.popup_regset .btn_close, .popup_bankmsg .btn_close,
.popup_selectbank .btn_close, .popup_warning .btn_close {
    display: inline-block;
    float: right;
    width: 23px;
    height: 22px;
    background: url(../images/index_icon/btn_close.png) no-repeat;
    border: 0;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.popup_regset_WRUS .btn_close{
    display: inline-block;
    float: right;
    width: 23px;
    height: 22px;
    background: url(../images/index_icon/btn_close.png) no-repeat;
    border: 0;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.popup_transfast .btn_close {
    display: inline-block;
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/index_icon/btn_close_new.png) no-repeat;
    border: 0;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.popup_regset input[type="text"]:focus, .popup_regset input[type="password"]:focus,
.popup_transfast input[type="password"]:focus {
    color: #d00000;
}
.reg_info {
    display: block;
    width: 90%;
    margin: 15px auto;
}
.text_content {
    line-height: 20px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.verification {
    width: 100%;
    padding: 30px 0 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.reg_info .margin_set {
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
}
.comment_info .margin_set {
    margin-bottom: 10px;
    text-align: left;
}
.popup_line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 15px auto;
}
.reg_info .reg_item,
div#RegPage .reg_info .reg_item,
div#loginPop .reg_info .reg_item,
.reg_info .reg_item_WRVN,
.reg_info .reg_item_WRUS {
    display: inline-block;
    width: 35%;
    height: 35px;
    line-height: 35px;
    color: #000;
    text-align: left;
    word-break: break-word;
    vertical-align: middle;
    margin-left: 4px;
}
div#RegPage .reg_info .reg_item,
div#loginPop .reg_info .reg_item,
.reg_info .reg_item_WRVN,
.reg_info .reg_item_WRUS {
    width: 28%;
    line-height: 18px;
}
.reg_info .reg_item_WRUS {
    width: 25%;
}
.reg_info .reg_item_WRVN {
    width: 30%;
}
.reg_span_vn {
    display: block;
}
.reg_input,
.reg_input_exp,
div#RegPage .reg_input,
div#loginPop .reg_input,
.reg_input_WRVN,
.reg_input_WRUS {
    display: inline-block;
    width: 63%;
    text-align: left;
}
.reg_input_exp {
    width: 72%;
}
div#RegPage .reg_input,
div#loginPop .reg_input {
    width: 69%;
}
.reg_input_WRVN,
.reg_input_WRUS {
    width: 65%;
}
.reg_input.reg_input_width {
    width: 63%;
    vertical-align: text-top;
}
.reg_input .verify_tips{
    position: absolute;
    width: 150px;
    background-color: #0e6292;
    color: #fff;
    padding: 8px;
    line-height: 15px;
    border-radius: 3px;
    text-align: center;
    top: 85px;
    font-size: 13px;
}
.reg_input .verify_tips:before{
    border-color: #0e6292 transparent transparent transparent;
    content: '';
    border-style: solid;
    bottom: -6px;
    width: 1px;
    position: absolute;
}
.reg_info .item_input,
.reg_info .reg_mobile,
.reg_info .reg_email,
.reg_info .checkcode_input,
.comment_info .item_input,
.reg_info .item_input_exp {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    color: #1c2e3a;
    font-size: 0.85em;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}
.reg_info .item_input {
    width: 96%;
}
.reg_info .item_input_exp {
    width: 69%;
}
.reg_info .reg_mobile,
.reg_info .checkcode_input {
    width: 160px;
}
.reg_info .reg_email {
    width: 69%;
}
.RegNumber2 {
    vertical-align: middle;
}
.reg_info .text_error {
    margin-right: 5px;
    font-size: 13px;
    color: #000;
    text-align: right;
    vertical-align: middle;
}
.reg_info .reg_option {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-left: 0 \9;
    color: #757575;
    font-size: 0.95em;
    list-style: none;
    letter-spacing: 1px;
    background-color: #e2e2e2;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}
.reg_info .reg_option option {
    background-color: #fff;
    color: #666;
}
.reg_info .item_input:disabled:disabled,
.reg_info .reg_option:disabled:disabled {
    background-color: #e2e2e2 !important;
    color: #aaa;
    cursor: default;
}
.reg_info .btn_verify,.reg_info .btn_verify1, .reg_info .btn_verify2,
.reg_info .btn_reverify1, .reg_info .btn_reverify2,
.reg_info .btn_recall, .disabled_small {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    vertical-align: middle;
    cursor: pointer;
}
input#Recall {
    width: 110px;
}
.reg_info .btn_verify{
    background-color: #7c7c7c;
}
.reg_info .btn_verify1 {
    background-color: #308eec;
}
.reg_info .btn_verify1:hover {
    background-color: #1e6bb7;
}
.reg_info .btn_verify2 {
    background-color: #ff4d4d;
}
.reg_info .btn_verify2:hover {
    background-color: #ff1a1a;
}
.reg_info .btn_reverify1 {
    background-color: #279a32;
}
.reg_info .btn_reverify1:hover {
    background-color: #1c6d24;
}
.reg_info .btn_reverify2 {
    background-color: #888;
    color: #ccc;
    cursor: default;
}
.reg_info .btn_reverify2:hover {
    background-color: #888;
}
.reg_info .btn_reverify2 .text_sec {
    color: #ff0;
}
.reg_info .btn_recall {
    background-color: #308eec;
}
.reg_info .btn_recall:hover {
    background-color: #1e6bb7;
}
.reg_info .disabled_small {
    background-color: #888;
    color: #ccc;
    cursor: default;
}
.reg_info .disabled_small:hover {
    background-color: #888;
}
/* 異動部分 */
.regchk_set,
.regchk_set_WRVN {
    line-height: 20px;
    text-align: center;
    margin: 15px auto 10px;
    word-break: break-word;
}
.regchk_set span:first-child,
.regchk_set_WRVN span:first-child {
    display: block;
}
.regchk_tips {
    text-align: center;
    margin: 0 auto;
}
.regchk_set .text_red:hover {
    color: #af0000;
    text-decoration: underline;
}
.regchk_set_WRVN .text_red:hover {
    color: #af0000;
    text-decoration: underline;
}
.regbtn_cancel, .regbtn_submit,
.regbtn_set, .disabled_big, .reglogin_set, .depositbtn_set, .resend_set,
.recall_set, .commentbtn_ok, .commentbtn_clean {
    height: 45px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
}
.regbtn_set {
    width: 100%;
    margin-bottom: 10px;
    background-color: #0e6292;
}
.regbtn_set:hover, .reglogin_set:hover, .commentbtn_clean:hover,
.regbtn_cancel:hover {
    background-color: #083c67;
}
.disabled_big {
    width: 100%;
    margin-bottom: 10px;
    background-color: #888;
    cursor: default;
}
.disabled_big:hover {
    background-color: #888;
}
.disabled_big .check_img {
    background: url(../images/index_icon/icon_checked.png) no-repeat;
    opacity: 0.8;
    background-size: 100% auto;
}
.disabled_big .regbtn_text {
    font-size: 16px;
    color: #ccc;
    margin-left: 10px;
    vertical-align: middle;
}
.reglogin_set, .commentbtn_clean {
    display: inline-block;
    width: 48.5%;
    margin-bottom: 10px;
    background-color: #0e6292;
}
.depositbtn_set, .commentbtn_ok {
    /*float: right;*/
    display: inline-block;
    width: 48.5%;
    margin-bottom: 10px;
    background-color: #e27d00;
}
.depositbtn_set2 {
    line-height: 35px;
    background-color: #e27d00;
    cursor: pointer;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    padding: 3px 0;
    width: 250px;
    display: inline-block;
    text-align: center;
}
.depositbtn_set:hover, .depositbtn_set2:hover, .commentbtn_ok:hover {
    background-color: #ce5f00;
}
.resend_set {
    float: left;
    width: 49%;
    margin-bottom: 30px;
    color: #fff;
    background-color: #da4421;
}
.resend_set:hover {
    background-color: #bc3b1d;
}
.recall_set {
    float: right;
    width: 49%;
    margin-bottom: 30px;
    color: #fff;
    background-color: #56a045;
}
.recall_set:hover {
    background-color: #2a701a;
}
.check_img, .deposit_img, .refresh_img, .recall_img, .ok_img, .cancel_img{
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.deposit_img {
    background: url(../images/index_icon/icon_deposit.png) no-repeat;
}
.check_img {
    background: url(../images/index_icon/icon_checked.png) no-repeat;
}
.refresh_img {
    background: url(../images/index_icon/icon_refresh.png) no-repeat;
}
.recall_img {
    background: url(../images/index_icon/icon_recall.png) no-repeat;
}
.cancel_img {
    background: url(../images/index_icon/icon_cancel.png) no-repeat;
}
.regbtn_text, .transbtn_text {
    font-size: 1em;
    color: #fff;
    margin-left: 10px;
    vertical-align: middle;
}
.tip_text_red {
    color: #fd154a;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 5px;
}
.reg_text_b {
    line-height: 28px;
    font-size: 1.2em;
    margin: 18px auto;
}
.reg_text_s {
    line-height: 25px;
    font-size: 1.2em;
    margin: 20px auto;
}
.reg_text_l {
    line-height: 22px;
    font-size: 1.2em;
    margin: 20px auto;
    text-align: left;
}
/*跳框_戶名錯誤訊息*/
.ErrAccount_txt{
    line-height: 1.5;
}
.ErrAccount_txt span{
    display: block;
}
.ErrAccount_txt_blue{
    color:blue;
    font-size: 2rem;
}
.ErrAccount_txt_red{
    color:red;
    display: inline;
}
.ErrAccount_btn span{
    display: inline;
    vertical-align: middle;
    line-height: 3;
}
.ErrAccount_btn .btn_cancel{
    background: #ffffff;
    border: 1px solid #808080;
    border-radius:3px;
    padding:10px 40px;
    margin: 5px  10px;
    cursor:pointer
}
.ErrAccount_btn .btn_confirm{
    background: #0e6292;
    border-radius:3px;
    padding:10px 40px;
    border: 1px solid ;
    color:#ffffff;
    cursor:pointer
}
/*存款-Momo使用教學跳框*/
#Popup_Momo .popinfo_set{
    overflow-y: scroll;
    height: 81vh;
    color: #000;
    width: 100%;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.7em;
}
#Popup_Momo.popup_info{
    top: 5%;
    height: 600px;
}
#Popup_Momo.popup_info .info_title{
    height: 40px;
    line-height: 40px;
    position: relative;
}
#Popup_Momo.popup_info .info_title .title{
    font-size: 1em;
    position: absolute;
    left: 80px;
}
#Popup_Momo.popup_info .btn_close{
    position: absolute;
    right: 0;
}
#Popup_Momo .notice{
    color: red;
    font-weight: bold;
}
/*存款-Zalo使用教學跳框*/
#Popup_Zalo .popinfo_set{
    overflow-y: scroll;
    height: 81vh;
    color: #000;
    width: 100%;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.7em;
}
#Popup_Zalo.popup_info{
    top: 5%;
    height: 600px;
}
#Popup_Zalo.popup_info .info_title{
    height: 40px;
    line-height: 40px;
    position: relative;
}
#Popup_Zalo.popup_info .info_title .title{
    font-size: 1em;
    position: absolute;
    left: 80px;
}
#Popup_Zalo.popup_info .btn_close{
    position: absolute;
    right: 0;
}
#Popup_Zalo .notice{
    color: red;
    font-weight: bold;
}
/* 教學步驟圖片 */
.step_chart {
    height: 400px;
}
/*存款-Zalo下載教學跳框*/
#Popup_ZaloDownload .popup{
    background: #fff;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.7em;
}
#Popup_ZaloDownload.popup_info{
    top: 30%;
}
#Popup_ZaloDownload .popup .popup_In{
    overflow: scroll;
    height: 70vh;
    color: #000;
}
.step_wrap{
    display: block;
    font-size: 1em;
}
.step_wrap div:first-child{
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 2px;
}
/*跳框設定(匯款信息)*/
.popup_info {
    position: absolute;
    left: 33%;
    top: 60%;
    width: 500px;
    color: #466489;
    /*color: #333;*/
    text-align: center;
    background-color: #f5f5f5;
    /*border: 1px solid #29405c;*/
    border: 1px solid #555;
    overflow: hidden;
    z-index: 99999;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
}
.popup_info .info_title {
    width: 100%;
    height: 50px;
    line-height: 40px;
    text-align: center;
    /*border-bottom: 1px solid #0f1a21;*/
    /*background: #003b65;*/
    /*background: -moz-linear-gradient(top, #0083ce 0%, #003b65 100%);*/
    /*background: -webkit-linear-gradient(top, #0083ce 0%, #003b65 100%);*/
    /*background: linear-gradient(to bottom, #0083ce 0%, #003b65 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ce', endColorstr='#003b65', GradientType=0 );*/
    border-bottom: 1px solid #0f1a21;
    background: #444;
    background: -moz-linear-gradient(top, #666 0%, #222 100%);
    background: -webkit-linear-gradient(top, #666 0%, #222 100%);
    background: linear-gradient(to bottom,#666 0%,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#222', GradientType=0 );
}
.popup_info .webbank_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url(../images/index_icon/icon_webbank.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.info_title .title {
    display: inline-block;
    margin: 0 0 0 30px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
}
.popup_info .btn_close {
    display: inline-block;
    float: right;
    width: 23px;
    height: 22px;
    background: url(../images/index_icon/btn_close.png) no-repeat;
    border: 0;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.popinfo_set {
    width: 80%;
    margin: 15px auto;
}
.popinfo_set .text_set {
    color: #a70000;
    font-size: 18px;
    text-align: left;
    margin: 20px auto;
}
.popinfo_set .margin_set {
    text-align: left;
    margin-bottom: 10px;
}
.popinfo_set .info_item {
    display: inline-block;
    width: 28%;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}
.info_input {
    display: inline-block;
    width: 70%;
    text-align: left;
}
.info_input_new{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.points_money_to{
    width: 49%;
    height: 35px;
    margin: 10px 0;
}
.points_store_to{
    width: 100%;
    height: 35px;
    margin: 10px 10px 10px 0;
}
.popinfo_set .copy_btn {
    display: inline-block;
    float: right;
    width: 70px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background-color: #0e6292;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}
.copy_btn{
    display: inline-block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background-color: #0e6292;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}
.copy_btn1{
    display: inline-block;
    padding: 5px 2px;
    text-align: center;
    font-size: 15px;
    background-color: #1779af;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}
.icon_alert{
    background: url("../images/member_icon/icon_alert.png")no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}
.alert_wrap{
    position: relative;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.icon_alert:hover + .alert_content{
    visibility: visible;
    z-index: 1000;
}
.alert_content::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    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');
}
.alert_content {
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    width: 250px;
    line-height: 25px;
    margin: 0;
    padding: 10px;
    text-align: justify;
    letter-spacing: 1px;
    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);
}
.icon_copy{
    background: url("../images/member_icon/copybtn.png")no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
}
.tips{
    display: inline-block;
    position: relative;
    left:10px;
    color: #fff;
    background: #bb0000;
    width: 95px;
    text-align: center;
    border-radius: 5px;
}
.tips::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #bb0000 transparent transparent;
}
.popinfo_set .bank_text {
    display: inline-block;
    width: 65%;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    color: #466489;
    font-size: 16px;
    font-weight: bold;
    background: #f5f5f5;
    border: 0;
    vertical-align: middle;
}
.info_input .item_input {
    display: inline-block;
    width: 65%;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    color: #f00;
    font-size: 18px;
    background: #f5f5f5;
    border: 0;
    vertical-align: middle;
}
.infobtn_set {
    width: 100%;
    height: 45px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    margin: 20px auto;
    background-color: #0e6292;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
}
.infobtn_store{
    width: 100%;
    height: 45px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    margin: 20px auto;
    background-color: #009688;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
}
.btn_bottom{
    width: 90%;
    margin: 0 auto;
}

.infobtn_left {
    float: left;
    width: 49%;
    height: 45px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    margin: 20px auto;
    background-color: #009688;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
}
.infobtn_right {
    float: right;
    width: 49%;
    height: 45px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    margin: 20px auto;
    background-color: #e27d00;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
}
.infobtn_text {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    vertical-align: middle;
}
.popinfo_set .copy_btn:hover, .infobtn_left:hover,
.infobtn_store:hover{
    background-color: #009680;
}
infobtn_right:hover{
    background-color: #e2b315;
}
/*跳框_快速轉帳*/
.popup_transfast {
    position: absolute;
    left: 33%;
    top: 17%;
    width: 500px;
    color: #466489;
    text-align: center;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #d4efff 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #d4efff 100%);
    background: linear-gradient(to bottom, #fff 0%, #d4efff 100%);
    border: 1px solid #29405c;
    overflow: hidden;
    z-index: 99999;
}
.transfast_title {
    width: 100%;
    height: 90px;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #0f1a21;
    vertical-align: middle;
}
.banner_sports {
    background: url(../images/index_icon/WRVN/banner_sports.jpg?d0909) no-repeat;
}
.banner_live {
    background: url(../images/index_icon/WRVN/banner_live.jpg?d0909) no-repeat;
}
.banner_slot {
    background: url(../images/index_icon/WRVN/banner_slot.jpg?d0909) no-repeat;
}
.banner_lottery {
    background: url(../images/index_icon/WRVN/banner_lottery.jpg?d0909) no-repeat;
}
.banner_fishing {
    background: url(../images/index_icon/WRVN/banner_fishing.jpg?d0909) no-repeat;
}
.banner_multi {
    background: url(../images/index_icon/WRVN/banner_multi.jpg?d0909) no-repeat;
}
.transfast_title .title {
    display: inline-block;
    margin: 10px 0 0 5px;
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    vertical-align: middle;
}
.transfast_info {
    width: 80%;
    margin: 30px auto;
}
.transfast_info .margin_set {
    margin-bottom: 10px;
    clear: both;
}
.transfast_info .transfast_text {
    /*float: left;*/
    text-align: left;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: bold;
    color: #0e6292;
    vertical-align: middle;
}
.transfast_info .transfast_item {
    /*float: right;*/
    width: 45%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background-color: #666;
    vertical-align: middle;
}
.transfast_points {
    float: right;
    width: 52.5%;
    line-height: 35px;
    height: 35px;
    text-align: left;
    padding-left: 10px;
    color: #0e8000;
    font-size: 1em;
    font-weight: bold;
    list-style: none;
    letter-spacing: 1px;
    background-color: #fff;
    border: 0;
    vertical-align: middle;
}
.transfast_input {
    float: right;
    width: 55%;
    line-height: 31px;
    text-align: left;
}
.transfast_info .item_input {
    width: 96%;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    color: #0e8000;
    font-size: 0.7em;
    list-style: none;
    letter-spacing: 1px;
    background-color: #fff;
    border: 0;
    vertical-align: middle;
}
.ok_img {
    background: url(../images/index_icon/icon_ok.png) no-repeat;
}
.transbtn_set1 {
    height: 45px;
    line-height: 44px;
    margin: 5px 0 10px;
    padding: 3px 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    background-color: #e27d00;
}
.transbtn_set1:hover {
    background-color: #ce5f00;
}
.transbtn_set2 {
    height: 45px;
    line-height: 44px;
    margin: 5px 0 30px 0;
    padding: 3px 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    background-color: #0e6292;
}
.transbtn_set2:hover {
    background-color: #083c67;
}
.transbtn_set3 {
    height: 45px;
    line-height: 44px;
    margin: 30px 0 10px 0;
    padding: 3px 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    background-color: #e2006d;
}
.transbtn_set3:hover {
    background-color: #bd026d;
}
/*跳框_投訴箱*/
.comment_set {
    max-width: 598px;
    min-height: 549px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
}
.comment_set .comment_top {
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
}
.comment_top .mailbox_img {
    display: inline-block;
    width: 57px;
    height: 56px;
    background: url(../images/index_icon/mailbox.png) no-repeat;
    vertical-align: middle;
}
.comment_info {
    width: 95%;
    margin: 20px auto;
}
.comment_text_b {
    font-size: 1.1em;
    line-height: 22px;
    color: #044e7c;
    text-align: justify;
    padding: 20px 30px 0;
}
.comment_text_s {
    color: #f00;
    font-size: 0.85em;
    text-align: right;
    margin: 0 15px 5px 0;
}
.comment_info .comment_item {
    display: inline-block;
    float: left;
    width: 41%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    background-color: #666;
    vertical-align: top;
}
.comment_info .comment_input {
    display: inline-block;
    width: 55%;
    text-align: right;
}
.comment_info .item_input {
    width: 95%;
}
.comment_textarea {
    resize: none;
    width: 96%;
    height: 100px;
    padding: 5px 0 0 5px;
    font-size: 18px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU";
}
.comment_info .comment_option {
    width: 98%;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-left: 0 \9;
    color: #757575;
    font-size: 0.95em;
    list-style: none;
    letter-spacing: 1px;
    background-color: #a0d4f3;
    border: 0;
    vertical-align: middle;
}
.comment_info .comment_option option {
    background-color: #fff;
    color: #666;
}
/*跳框_公告專區*/
.popup_news {
    width: 1000px;
    margin: 0 auto;
    background-color: #ececec;
}
.popup_news .popup_logo {
    margin: 0 10px 0 15px;
}
.bg_submenu {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 15px;
    background: #222;
}
.btn_submenu {
    float: left;
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin: 5px 3px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: none;
    text-align: center;
    text-decoration: none;
}
.selected, .btn_submenu:hover {
    background: #f1f1f1;
    color: #222;
}
.btn_service {
    float: right;
    width: 160px;
    height: 28px;
    line-height: 28px;
    margin: 5px 0 0 7px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    background: #385000;
    background: -moz-linear-gradient(top, #a8dc09 0%, #385000 50%, #486b00 51%, #7ea717 100%);
    background: -webkit-linear-gradient(top, #a8dc09 0%, #385000 50%, #486b00 51%, #7ea717 100%);
    background: linear-gradient(to bottom, #a8dc09 0%, #385000 50%, #486b00 51%, #7ea717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8dc09', endColorstr='#385000', GradientType=0 );
    border: 1px solid #b8ff94;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.btn_service:hover {
    background: #819014;
    background: -moz-linear-gradient(top, #e6f0a3 0%, #819014 50%, #9bad16 51%, #dbf043 100%);
    background: -webkit-linear-gradient(top, #e6f0a3 0%, #819014 50%, #9bad16 51%, #dbf043 100%);
    background: linear-gradient(to bottom, #e6f0a3 0%, #819014 50%, #9bad16 51%, #dbf043 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#819014', GradientType=0 );
}
.popnews_info {
    width: 96%;
    height: 525px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
}
.no_news {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px 0;
}
.news_info_set {
    width: 100%;
}
.news_info_set:hover, .mailbox_info_set:hover,
.fast_select:hover, .help_qa:hover { /*標題滑過或按下發亮*/
    background-color: #fff;
    -webkit-border-radius: 0 0 0.5em 0.5em;
    -moz-border-radius: 0 0 0.5em 0.5em;
    -ms-border-radius: 0 0 0.5em 0.5em;
    -o-border-radius: 0 0 0.5em 0.5em;
    border-radius: 0 0 0.5em 0.5em;
}
.popnews_list { /*標題設定*/
    height: 22px;
    margin: 5px auto 0;
    padding: 8px 10px 8px 5px;
    background-color: #555;
    border: 1px solid #aaa;
    cursor: pointer;
}
.popnews_list:hover {
    background-color: #333;
}
.popnews_info .news_title_left {
    display: inline-block;
    width: 12%;
    text-align: center;
    vertical-align: middle;
}
.popnews_info .news_title_center {
    display: inline-block;
    width: 15%;
    text-align: left;
    vertical-align: middle;
}
.popnews_info .news_title_right {
    display: inline-block;
    float: right;
    width: 71%;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}
.popnews_type {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    line-height: 24px \9;
    padding: 0 6px;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.news_new { /*最新(桃紅)*/
    background-color: #d400b0;
    border: 1px solid #ff76d4;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.news_marquee { /*跑馬燈(黃)*/
    background-color: #9c8900;
    border: 1px solid #e4cc00;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.news_fix { /*維護(紅)*/
    background-color: #c10000;
    border: 1px solid #ff5959;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.news_service { /*客服(綠)*/
    background-color: #00821b;
    border: 1px solid #4ece08;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.news_active { /*活動(橘)*/
    background-color: #e68a00;
    border: 1px solid #ffc38f;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.news_win { /*得獎(淺藍)*/
    background-color: #007be4;
    border: 1px solid #7ec6ff;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.news_sports { /*体育(深藍)*/
    background-color: #0045de;
    border: 1px solid #54a8ff;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.popnews_time, .mail_time {
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    opacity: 0.6;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter:alpha(opacity=60);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
.popnews_text {
    display: inline-block;
    float: left;
    width: 90%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tips_icon_arrowD {
    display: inline-block;
    float: right;
    margin: 7px 5px 0 0;
    border: 6px solid;
    border-color: #999 transparent transparent transparent;
}
.news_container, .help_container { /*內文設定*/
    display: none;
    margin-bottom: 10px;
    padding: 12px 17px;
    line-height: 20px;
    font-size: 15px;
    text-align: justify;
    color: #404040;
    background-color: #fff;
    -webkit-border-radius: 0 0 0.5em 0.5em;
    -moz-border-radius: 0 0 0.5em 0.5em;
    -ms-border-radius: 0 0 0.5em 0.5em;
    -o-border-radius: 0 0 0.5em 0.5em;
    border-radius: 0 0 0.5em 0.5em;
    border: 1px solid #ccc;
    border-top: none;
}
.news_container h1, .news_container h2, .news_container h3, .news_container h4, .news_container h5,
.mail_container h1, .mail_container h2, .mail_container h3, .mail_container h4, .mail_container h5,
.help_container h1, .help_container h2, .help_container h3, .help_container h4, .help_container h5 {
    color: #9a0000;
    font-size: 16px;
    margin-bottom: 15px;
}
.news_container div {
    margin-bottom: 15px;
}
.news_container ol, .mail_container ol, .help_container ol { /*中文數字_表頭*/
    width: 90%;
    list-style-type: cjk-ideographic;
    padding: 0 1.6em;
}
.news_container ul, .mail_container ul, .help_container ul { /*羅馬數字_表頭*/
    width: 90%;
    list-style-type: decimal;
    padding: 0 1.6em;
}
.news_container ul li, .news_container ol li,
.mail_container ul li, .mail_container ol li,
.help_container ul li, .help_container ol li {
    padding: 0.3em 0;
}
/*跳框_銀行維護公告*/
.popup_bankmsg {
    position: absolute;
    left: 37%;
    top: 28%;
    width: 250px;
    color: #466489;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #29405c;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 99999;
}
.bankmsg_title {
    height: 45px;
    line-height: 45px;
}
.popup_bankmsg .title {
    display: inline-block;
    color: #fff;
    font-size: 1.3em;
    vertical-align: middle;
}
.bankmsg_info {
    width: 80%;
    margin: 0 auto;
}
.data_list {
    float: left;
    padding: 10px 0;
}
.bankmsg_link {
    display: block;
    width: 200px;
    line-height: 15px;
    margin: 5px 0;
    color: #666;
    font-size: 13px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.bankmsg_link:hover {
    text-decoration: underline;
}
.blue_ball {
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 4px;
    margin-right: 10px;
    background-color: #3361a0;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    -ms-border-radius: 99em;
    -o-border-radius: 99em;
    border-radius: 99em;
}
.bankmsg_info div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*********  以下為 手機畫面_設定  *********/
@media screen and (min-width: 1024px) {
    /* 跳框-共用 */
    .share_popupbox,
    .popup_container {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* 寬度大於 1921px*/
@media screen and (min-width: 1921px) {
    /* 跳框-共用 */
    .share_popup_s {
        width: 25.5%;
        min-width: 430px;
    }
    /* 讀取中2 */
    .loader1 {
        top: 22%;
    }
    .loader_text {
        top: 24%;
        left: 48.5%;
        font-size: 1.6em;
    }
}

/* 寬度介於 1301px - 1680px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1680px) {
    /* 讀取中2 */
    .loader1 {
        top: 30%;
    }
    .loader_text {
        top: 33%;
        left: 47.5%;
    }
}

/* 寬度介於 1024px - 1300px (ipad) */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    /* 跳框-共用 */
    .share_popup_s {
        min-width: 450px;
    }
    /* 讀取中2 */
    .loader_text {
        left: 47%;
    }
    /* 跳框 */
    .popup_container {
        top: 5%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/* 寬度小於 1023px (平板+手機)*/
@media screen and (max-width: 1023px) {
    /* 跳框-共用 */
    .share_popupbox {
        top: 5%;
    }
    .share_popup_m {
        min-width: 400px;
    }
    .share_popup_m {
        min-width: 550px;
    }
    .share_popup_l {
        min-width: 700px;
    }
    .popup_sharebox {
        padding: 15px;
    }
}

/* 寬度介於 901px - 1023px (ipad) */
@media screen and (min-width: 901px) and (max-width: 1023px) {
    /* 讀取中2 */
    .loader_text {
        left: 47%;
    }
    /* 跳框 */
    .popup_container {
        top: 3%;
    }
}

/* 寬度介於 751px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 751px) and (max-width: 900px) {
    /* 跳框 */
    .popup_container {
        top: 3%;
    }
}

/* 寬度介於 671px - 750px (iPad, 手機橫放) */
@media screen and (min-width: 671px) and (max-width: 750px) {
    /* 跳框-共用 */
    .share_popupbox {
        top: 0;
    }
    .share_popup_s {
        min-width: 480px;
    }
    .share_popup_header {
        font: normal bold 1.6rem/1.8rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .popup_sharebox {
        padding: 15px;
    }
    .share_popuplogo {
        width: 150px;
    }
    /* 跳框 */
    .popup_container {
        top: 3%;
    }
}

/* 寬度介於 551px - 670px (iPad, 手機橫放) */
@media screen and (min-width: 551px) and (max-width: 670px) {
    /* 跳框-共用 */
    .share_popupbox {
        top: 0;
    }
    .share_popup_s {
        min-width: 450px;
    }
    .share_popup_header {
        font: normal bold 1.6rem/1.8rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .popup_sharebox {
        padding: 15px;
    }
    .share_popuplogo {
        width: 150px;
    }
    /* 跳框 */
    .popup_container {
        top: 5%;
    }
}

/* 寬度介於 401px - 550px (iPhone 6+) */
@media screen and (min-width: 401px) and (max-width: 550px) {
    /* 跳框-共用 */
    .share_popup_s,
    .share_popup_m,
    .share_popup_l {
        min-width: 400px;
    }
    .share_popup_header {
        padding: 15px;
        font: normal bold 1.4rem/1.6rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .popup_sharebox {
        padding: 10px;
    }
    .share_popuplogo {
        width: 150px;
    }
    /* 跳框 */
    .popup_container {
        top: 5%;
    }
}

/* 寬度介於 480px - 500px */
@media screen and (min-width: 480px) and (max-width: 500px) {
    /* 跳框-共用 */
    .share_popup_s,
    .share_popup_m,
    .share_popup_l {
        min-width: 370px;
    }
}

/* 寬度介於 401px - 414px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 401px) and (max-width: 414px) {
}

/* 寬度介於 321px - 400px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 321px) and (max-width: 400px) {
    /* 跳框-共用 */
    .popup_sharebox .scroll_box {
        max-height: 300px;
    }
    .share_popup_s,
    .share_popup_m,
    .share_popup_l {
        min-width: 300px;
    }
    .share_popup_header {
        padding: 15px;
        font: normal bold 1.3rem/1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .popup_sharebox {
        padding: 10px;
    }
    .share_popuplogo {
        width: 120px;
    }
    /* 跳框 */
    .popup_container {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* 寬度小於 320px */
@media screen and (max-width: 320px) {
    /* 跳框-共用 */
    .share_popup_s,
    .share_popup_m,
    .share_popup_l {
        min-width: 250px;
    }
    .share_popup_header {
        padding: 15px;
        font: normal bold 1.3rem/1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .popup_sharebox {
        padding: 10px;
    }
    .share_popuplogo {
        display: none;
    }
    /* 跳框 */
    .popup_container {
        top: 6%;
    }
}