/*=========================== func-RWD_tablet.css ================================*/


/*====平板介於480px與767px之間====*/

@media screen and (max-width: 768px) {
    .rwd-wsize {
        min-width: 0;
        width: 100%;
        margin: 0 auto;
    }
    #main_slider .flexslider .flex-control-nav {
        width: 100%;
    }
    #main_slider .main_slide {
        background-position: center;
        height: 546px;
    }
    #rwd-header {
        min-width: 600px;
    }
    #rwd-header .box {
        right: 10px;
        bottom: 17px;
    }
    #rwd-header .logo {
        float: left;
        top: 20px;
        left: 0px;
    }
    .menu_btn {
        margin-left: 0px;
        display: block;
        cursor: pointer;
    }
    .social_box {
        float: left;
        margin-right: 8px;
    }
    .language {
        float: left;
        margin-left: 3px;
        /*    width: 105px;*/
    }    
    .header_menu { 
        margin: 0;
        position: absolute;
        right: 0;
        top: -5px;
        width: 0px;
        height: 0px;
        z-index: 9999;
        background-color: #f1f1f1;
        border-right: 0px;
    }
    .header_menu .btn_box {
        padding-left: 20px;
        height: 50px;
        background-color: #ffffff;
    }
    .header_menu .btn {
        display: inline-block;
        position: relative;
    }
    .header_menu ul{
            float: none;
    }
    .header_menu ul.content li {
        padding-left: 20px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        vertical-align: center;
        z-index: 200;
        background-color: #ffffff;
        border-right: none;
        overflow: hidden;
    }
    .info {
        margin-top: 0px;
    }
    .exchange,
    .announcement {
        width: 100%;
        float: left;
    }
    .announcement ul li .news {
        padding: 10px 4px 10px 0;
    }
    .exchange .box .title {
        font-weight: normal;
    }
    .exchange th {
        height: 60px;
    }
    .exchange tr td {
        padding: 18px 0;
    }
    .exchange table tr td,
    .exchange table tr th {
        width: 18%;
    }
    .exchange table tr td.currency {
        width: 18%;
    }
    .help_A {
        background-image: url(../../img/mobile/pic_newhand.png);
        background-size: auto 100%;
    }
    .help_A .help {
        position: relative;
        min-height: 372px;
    }
    .help_A .help .help_box {
        /*top: 30px;*/
        /*left: 50%;*/
        /*width: 350px;*/
    }
    .help_B .btn_box {
        width: 380px;
        max-width: 400px;
        position: absolute;
        bottom: 30px;
        left: 50%;
    }
    #icon_slider {
        margin: 25px 20px;
    }
    .ad ul li {
        padding: 0 5px;
    }
    .online {
        display: none;
    }
    #footer .suggestion {
        display: none;
    }
     .doubleCheck {
        position: relative;
    }
    .doubleCheck .warning_box {
        bottom: 10px;
        left: 5%;
    }
    .doubleCheck .warning_box:before {
        opacity: 0;
    }
    .doubleCheck .warning_box:after {
        content: "";
        width: 0px;
        height: 0px;
        border: 11px solid;
        position: absolute;
        // bottom: -15px;
        border-color: #333333 transparent  transparent  transparent ;
        left: 10px;
        bottom: -20px;
    }
      .pui-password-panel{
        left: 60%!important;
    }
   
       /* 2023rwd注意事項 */
    .rwd-dialog {
        width: 90% !important;
        margin: 0 auto !important;
        left: 5% !important;
        top: 10% !important;
    }
    
      .rwd-dialog iframe {
        width: 100% !important;
    }
    
}


/*--func-RWD_tablet.css end --*/
