.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;
}
.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_blackbg_sevice {
    position: fixed;
    top: 25%;
    left: 30%;
    width: 100%;
    height: 100%;
    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 {
    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_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 );
}
.bg_subtop .title, .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;
} */
.reg_title .title {
    margin: 10px 0 0 5px;
}
.reg_logo {
    display: inline-block;
    width: 148px;
    height: 46px;
    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: 148px;
    height: 46px;
    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_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: 80%;
    margin: 15px auto;
}
.text_content {
    line-height: 20px;
    color: #555;
    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;
    clear: both;
}
.popup_line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 15px auto;
}
.reg_info .reg_item {
    display: inline-block;
    width: 25%;
    height: 35px;
    line-height: 35px;
    color: #666;
    text-align: left;
    word-break: break-word;
    vertical-align: middle;
}
.reg_input,
.reg_input_exp {
    display: inline-block;
    width: 72%;
    text-align: left;
}
.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: 110px;
    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.95em;
    list-style: none;
    letter-spacing: 2px;
    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: 87px;
    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;
}
.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;
}
.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 {
    width: 49%;
    margin-bottom: 10px;
    background-color: #0e6292;
}
.depositbtn_set, .commentbtn_ok {
    float: right;
    width: 49%;
    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
}
/*跳框設定(匯款信息)*/
.popup_info {
    position: absolute;
    left: 33%;
    top: 17%;
    width: 500px;
    color: #466489;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #29405c;
    overflow: hidden;
    z-index: 99999;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
}
.popup_info .info_title {
    width: 100%;
    height: 80px;
    line-height: 70px;
    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 );
}
.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: 10px 0 0 5px;
    color: #fff;
    font-size: 2.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: 25%;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-align: left;
    vertical-align: middle;
}
.info_input {
    display: inline-block;
    width: 72%;
    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;
}
.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: 50%;
    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/WRT/banner_sports.jpg?d0909) no-repeat;
}
.banner_live {
    background: url(../images/index_icon/WRT/banner_live.jpg?d0909) no-repeat;
}
.banner_slot {
    background: url(../images/index_icon/WRT/banner_slot.jpg?d0909) no-repeat;
}
.banner_lottery {
    background: url(../images/index_icon/WRT/banner_lottery.jpg?d0909) no-repeat;
}
.banner_fishing {
    background: url(../images/index_icon/WRT/banner_fishing.jpg?d0909) no-repeat;
}
.banner_multi {
    background: url(../images/index_icon/WRT/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;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: bold;
    color: #0e6292;
    vertical-align: middle;
}
.transfast_info .transfast_item {
    float: right;
    width: 35%;
    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: 1em;
    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 {
    float: right;
    width: 90%;
    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 {
    float: right;
    width: 90%;
    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 {
    float: right;
    width: 90%;
    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: 90px;
    line-height: 90px;
    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: 80%;
    margin: 20px auto;
}
.comment_text_b {
    font-size: 1.1em;
    line-height: 22px;
    color: #044e7c;
    text-align: center;
    padding: 20px 30px 0;
}
.comment_text_s {
    color: #f00;
    font-size: 0.85em;
    text-align: right;
    margin: 0 0 5px 0;
}
.comment_info .comment_item {
    display: inline-block;
    float: left;
    width: 32.5%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    background-color: #666;
    vertical-align: middle;
}
.comment_info .comment_input {
    display: inline-block;
    width: 65%;
    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: 110px;
    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: 90px;
    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: 8%;
    text-align: center;
    vertical-align: middle;
}
.popnews_info .news_title_center {
    display: inline-block;
    width: 20%;
    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;
}

/*********** 跳框共用 ***********/
/*********** 閒置戶、靜止戶點急存款提款跳框 ***********/
.share_popup_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: .5rem;
    color: #222;
    font: normal bold 1.5rem / 1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background-color: #232527;
}

.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;
}

.popup_sharebox {
    padding: 2rem;
}

.bg_white {
    background-color: #fff;
}

.col_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 10px);
    padding: 5px;
    font: normal normal 3.5vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}

.jc_bt {
    justify-content: space-between;
}

.col_title,
.col_item {
    display: inline-block;
    width: 30%;
    font: normal normal 1rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    word-break: break-word;
    vertical-align: middle;
}
.col_title {
    padding: 0 .5%;
}


.text_right {
    text-align: right;
}

.col_title,
.col_item {
    display: inline-block;
    width: 30%;
    font: normal normal 1rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    word-break: break-word;
    vertical-align: middle;
}

.col_item {
    width: calc(100% - 32%);
}

.flex {
    display: flex;
    align-items: center;
}

.jc_flex_end {
    justify-content: flex-end;
}

input.btn_big,
a.btn_big {
    padding: 0 0.6rem;
    margin: 0 .3rem;
    text-align: center;
    font: normal normal 1rem/2.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}

.br10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

input.btn50,
a.btn50 {
    width: 48%;
}

input.btn_yellow:hover,
input.btn_yellow:active,
input.btn_yellow:focus,
a.btn_yellow:hover,
a.btn_yellow:active,
a.btn_yellow:focus {
    background: linear-gradient(180deg,#f0b65f 0,#b77e26 100%);
}

input.btn_big,
a.btn_big {
    padding: 0 0.6rem;
    margin: 0 .3rem;
    text-align: center;
    font: normal normal 1rem/2.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}

input.btn_lightgray:hover,
input.btn_lightgray:active,
input.btn_lightgray:focus,
a.btn_lightgray:hover,
a.btn_lightgray:active,
a.btn_lightgray:focus {
    background: linear-gradient(180deg,#bfbfbf 0,#919191 100%);
}

input.btn_green:hover,
input.btn_green:active,
input.btn_green:focus,
a.btn_green:hover,
a.btn_green:active,
a.btn_green:focus {
    background: linear-gradient(180deg,#27aea6 0,#167973 100%);
}


.input_tipbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.input_tipset {
    text-align: right;
    margin: 5px 0 0 0;
    font: normal normal .8rem/.8rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}

.text_deepgreen {
    color:#0d562f;
}

.jc_bt {
    justify-content: space-between;
}

.text_right {
    text-align: right;
}

.col_title,
.col_item {
    display: inline-block;
    width: 30%;
    font: normal normal 1rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    word-break: break-word;
    vertical-align: middle;
}

.jc_flex_end {
    justify-content: flex-end;
}

.jc_center {
    justify-content: center;
}

.mt20 {
    margin-top: 20px;
}

.btn_box {
    display: flex;
    width: 100%;
    margin: 10px 0;
    padding: 15px 0 0 0;
}


.ai_center {
    align-items: center;
}


.jc_center {
    justify-content: center;
}

input.btn_superbig,
a.btn_superbig {
    padding: 0 1rem;
    margin: 0 .5rem;
    text-align: center;
    font: normal normal 1.2rem/2.6rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}



.br10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

input.btn50,
a.btn50 {
    width: 48%;
}

input.btn_blue:hover,
input.btn_blue:active,
input.btn_blue:focus,
a.btn_blue:hover,
a.btn_blue:active,
a.btn_blue:focus {
    background: linear-gradient(180deg, #5296c2 0, #2f6384 100%);
}

.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;
}

.bg_white {
    background-color: #fff;
}

input.input20,
input.input33,
input.input50,
input.input100,
input.input_no_width,
select.select20,
select.select33,
select.select50,
select.select100 {
    display: flex;
    flex-direction: row;
    width: calc(100% - 12px);
    padding: 5px;
    color: #666;
    font: normal normal 1rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background-color: #fff;
    border: 1px solid #eee;
    vertical-align: middle;
    cursor: pointer;
}

/*********** 共用元件(顏色) ***********/
.text_white {
    color: #fff;
}
.text_yellow {
    color: #ffeb00;
}
a.text_yellow:hover,
a.text_yellow:active,
a.text_yellow:focus {
    color: #d3ab19;
}
.text_orange {
    color: #ff8000;
}
.text_red {
    color: #f22;
}
a.text_red:hover,
a.text_red:active,
a.text_red:focus {
    color: #ff4747;
}
.text_deepred {
    color: #ba0000;
}
.text_brown {
    color: #d7b174;
}
.text_blue {
    color: #0089ff;
}
a.text_blue:hover,
a.text_blue:active,
a.text_blue:focus {
    color: #0074d9;
}
.text_lightblue {
    color: #00c4e3;
}
a.text_lightblue:hover,
a.text_lightblue:active,
a.text_lightblue:focus {
    color: #00a5bf;
}
.text_deepblue {
    color: #4d6479;
}
.text_green {
    color: #00bc00;
}
a.text_green:hover,
a.text_green:active,
a.text_green:focus {
    color: #009300;
}
.text_deepgreen {
    color:#0d562f;
}
.text_pink {
    color: #ff0080;
}
.text_purple {
    color: #b789eb;
}
.text_gray {
    color: #999;
}
.text_lightgray {
    color: #bbb;
}
.text_deepgray {
    color: #444;
}
.text_black {
    color: #000;
}
.bg_white {
    background-color: #fff;
}
.bg_yellow {
    background-color: #efd100;
}
.bg_lightyellow {
    background-color: #ffef88;
}
.bg_deepyellow {
    background-color: #766700;
}
.bg_red {
    background-color: #f00;
}
.bg_pink {
    background-color: #ffbacb;
}
.bg_deepred {
    background-color: #6a1f22;
}
.bg_blue {
    background-color: #d2e5f1;
}
.bg_lightblue {
    background-color: #f2fcfe;
}
.bg_deepblue {
    background-color: #b6d3e5;
}
.bg_green {
    background-color: #36b545;
}
.bg_lightgreen {
    background-color: #98d9a0;
}
.bg_deepgreen {
    background-color: #006c0d;
}
.bg_brown {
    background-color: #bb7925;
}
.bg_lightbrown {
    background-color: #d9b78b;
}
.bg_deepbrown {
    background-color: #784400;
}
.bg_purple {
    background-color: #8d37ff;
}
.bg_lightpurple {
    background-color: #caa3ff;
}
.bg_deeppurple {
    background-color: #3e0091;
}
.bg_gray {
    background-color: #ddd;
}
.bg_lightgray {
    background-color: #f4f4f4;
}
.bg_deepgray {
    background-color: #aaa;
}
.bg_black {
    background-color: #000;
}
/*********** 共用元件(按鈕) ***********/
input.btn20,
a.btn20 {
    width: 20%;
}
input.btn33,
a.btn33 {
    width: 30%;
}
input.btn50,
a.btn50 {
    width: 48%;
}
input.btn100,
a.btn100 {
    width: 100%;
}
input.btn_superbig,
a.btn_superbig {
    padding: 0 1rem;
    margin: 0 .5rem;
    text-align: center;
    font: normal normal 1.2rem/2.6rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
input.btn_big,
a.btn_big {
    padding: 0 0.6rem;
    margin: 0 .3rem;
    text-align: center;
    font: normal normal 1rem/2.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
input.btn_small,
a.btn_small {
    padding: 0 0.3rem;
    margin: 0 .2rem;
    text-align: center;
    font: normal normal .9rem/1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
input.btn_orange,
a.btn_orange {
    color: #fff;
    background: linear-gradient(180deg,#FFB94F 0,#DA8F1E 100%);
    box-shadow: 0 1px 0 #aa8650, inset 0 -1px 1px rgba(255,255,255,.5);
}
input.btn_orange:hover,
input.btn_orange:active,
input.btn_orange:focus,
a.btn_orange:hover,
a.btn_orange:active,
a.btn_orange:focus {
    background: linear-gradient(180deg,#f1a83b 0,#d0830f 100%);
}
input.btn_lightblue,
a.btn_lightblue {
    color: #fff;
    background: linear-gradient(180deg, #a6cae2 0, #75acd0 100%);
    box-shadow: 0 1px 0 #568eaf, inset 0 -1px 1px rgba(255,255,255,.5);
}
input.btn_lightblue:hover,
input.btn_lightblue:active,
input.btn_lightblue:focus,
a.btn_lightblue:hover,
a.btn_lightblue:active,
a.btn_lightblue:focus {
    background: linear-gradient(180deg, #99bed6 0, #6195b7 100%);
}
input.btn_blue,
a.btn_blue {
    color: #fff;
    background: linear-gradient(180deg, #75a9cb 0, #507791 100%);
    box-shadow: 0 1px 0 #487793, inset 0 -1px 1px rgba(132,210,255,.5);
}
input.btn_blue:hover,
input.btn_blue:active,
input.btn_blue:focus,
a.btn_blue:hover,
a.btn_blue:active,
a.btn_blue:focus {
    background: linear-gradient(180deg, #5296c2 0, #2f6384 100%);
}
input.btn_deepblue,
a.btn_deepblue {
    color: #fff;
    background: linear-gradient(180deg, #5f7888 0, #86A2B4 100%);
    box-shadow: 0 1px 0 #556E7D, inset 0 -1px 1px rgba(132,210,255,.5);
}
input.deepblue:hover,
input.deepblue:active,
input.deepblue:focus,
a.deepblue:hover,
a.deepblue:active,
a.deepblue:focus {
    background: linear-gradient(180deg, #5f7888 0, #86A2B4 100%);
}
input.btn_red,
a.btn_red {
    color: #fff;
    background: linear-gradient(180deg,#ec8a66 0,#ba2929 100%);
    box-shadow: 0 1px 0 #915d5d, inset 0 -1px 1px rgba(187,43,43,.5);
}
input.btn_red:hover,
input.btn_red:active,
input.btn_red:focus,
a.btn_red:hover,
a.btn_red:active,
a.btn_red:focus {
    background: linear-gradient(180deg,#e85f48 0,#a31111 100%);
}
input.btn_green,
a.btn_green {
    color: #fff;
    background: linear-gradient(180deg,#3ed0c7 0,#179b93 100%);
    box-shadow: 0 1px 0 #3d6f64, inset 0 -1px 1px rgba(43,187,173,.5);
}
input.btn_green:hover,
input.btn_green:active,
input.btn_green:focus,
a.btn_green:hover,
a.btn_green:active,
a.btn_green:focus {
    background: linear-gradient(180deg,#27aea6 0,#167973 100%);
}
input.btn_yellow,
a.btn_yellow {
    color: #fff;
    background: linear-gradient(180deg,#fac370 0,#c98d34 100%);
    box-shadow: 0 1px 0 #c09156, inset 0 -1px 1px rgba(174,123,46,.5);
}
input.btn_yellow:hover,
input.btn_yellow:active,
input.btn_yellow:focus,
a.btn_yellow:hover,
a.btn_yellow:active,
a.btn_yellow:focus {
    background: linear-gradient(180deg,#f0b65f 0,#b77e26 100%);
}
input.btn_white,
a.btn_white {
    color: #666;
    background: linear-gradient(180deg, #eee 0,#fff 100%);
    border: 1px solid rgba(182,182,182,.5);
    box-shadow: 0 1px 0 #e2e2e2, inset 0 -1px 1px rgba(181,181,181,.5);
}
input.btn_white:hover,
input.btn_white:active,
input.btn_white:focus,
a.btn_white:hover,
a.btn_white:active,
a.btn_white:focus {
    color: #666;
    background: linear-gradient(180deg, #e4e4e4 0,#fcfcfc 100%);
}
input.btn_gray,
a.btn_gray {
    color: #fff;
    background: linear-gradient(180deg,#a2a2a2 0,#777 100%);
    box-shadow: 0 1px 0 #777, inset 0 -1px 1px rgba(186,186,186,.25);
}
input.btn_gray:hover,
input.btn_gray:active,
input.btn_gray:focus,
a.btn_gray:hover,
a.btn_gray:active,
a.btn_gray:focus {
    background: linear-gradient(180deg,#939393 0,#666 100%);
}
input.btn_lightgray,
a.btn_lightgray {
    color: #fff;
    background: linear-gradient(180deg,#ccc 0,#999 100%);
    box-shadow: 0 1px 0 #999, inset 0 -1px 1px rgba(186,186,186,.25);
}
input.btn_lightgray:hover,
input.btn_lightgray:active,
input.btn_lightgray:focus,
a.btn_lightgray:hover,
a.btn_lightgray:active,
a.btn_lightgray:focus {
    background: linear-gradient(180deg,#bfbfbf 0,#919191 100%);
}
/*********** 共用元件(圓角) ***********/
.br5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.br10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.br20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.br30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.br40 {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}
.br50 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.br-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/*********** 共用元件(陰影) ***********/
.shadow_s {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.shadow_m {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.shadow_b {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
/*********** 共用元件(上下左右間距) ***********/
.m5 {
    margin: 5px;
}
.mt5 {
    margin-top: 5px;
}
.mb5 {
    margin-bottom: 5px;
}
.mr5 {
    margin-right: 5px;
}
.ml5 {
    margin-left: 5px;
}
.m10 {
    margin: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mr10 {
    margin-right: 10px;
}
.ml10 {
    margin-left: 10px;
}
.m20 {
    margin: 20px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.m30 {
    margin: 30px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mr30 {
    margin-right: 30px;
}
.ml30 {
    margin-left: 30px;
}
.p5 {
    padding: 5px;
}
.pt5 {
    padding-top: 5px;
}
.pb5 {
    padding-bottom: 5px;
}
.pr5 {
    padding-right: 5px;
}
.pl5 {
    padding-left: 5px;
}
.p10 {
    padding: 10px;
}
.pt10 {
    padding-top: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
.pr10 {
    padding-right: 10px;
}
.pl10 {
    padding-left: 10px;
}
.p20 {
    padding: 20px;
}
.pt20 {
    padding-top: 20px;
}
.pb20 {
    padding-bottom: 20px;
}
.pr20 {
    padding-right: 20px;
}
.pl20 {
    padding-left: 20px;
}
.p30 {
    padding: 30px;
}
.pt30 {
    padding-top: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
.pr30 {
    padding-right: 30px;
}
.pl30 {
    padding-left: 30px;
}
hr {
    height: 2px;
    padding: 0;
    margin: 10px 0;
    background: #e8e8e8;
    border: 0;
}

.fa-x:before {
    content: "\58";
}


/*********  以下為 手機畫面_設定  *********/
/* 寬度大於 1024px (電腦)*/
@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%;
    }
}