/* 2015 UXD FCB CIB phase 1 theme */
/*=========================== comp-loginTab.css ===========================*/

#tabs { 
    display: inline-block;
    clear: both; 
    width: 100%;
    /*box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);*/
}

#tabs li {
    float: left;
    height: 46px;
    width: 50%;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    font-weight: bolder;
    font-size: 15px;
    background: rgba(240, 239, 237, 0.85);
    color: #999;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
}


#tabs li:last-child {
    border-right: none;
    border-radius: 0 4px 0 0;
}

#tabs li:first-child {
    border-radius: 4px 0 0 0;
}

#tabs li:hover {
    color: #666;
}

#tabs li.enable {
    border-bottom: 1px solid rgba(256, 256, 256, 0.85);
    margin-bottom: -1px;
    color: #333;
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%!important;
}
@media \0screen {
    #tabs li {
        background: #f5f5f5;

    }
    #tabs li.enable {
        background:#fff;
         border-bottom:none;
    }
}

#content_box, #content_box_common { /*@PF*/
    background: rgba(256, 256, 256, 0.85);
    /*  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);*/
    position: relative;
    top: -4px;
    border-radius: 0 0 4px 4px;
    padding: 10px 10px 0 10px; /*@PF*/
}

#content_box_common {
    padding: 0 10px 10px 10px; /*@PF*/
}

#content_box > div {
    display: none;
    text-align: justify;
}

#content_box > div:first-of-type {
    display: block;
}

#content_box #tab1 {
    display: block;
}

.tab_content {
    display: inline-block;
    width: 100%; /*@PF*/
    text-align: left;    
}

.row {
    width: 100%;
    display: inline-block;
}

.login .col {
    float: none;
}

.col {
    float: left;
    display: inline-block;
}


/*login內排版*/

.login .row {
    /*height: 34px;*/
    /*line-height: 34px;*/
    width: 100%;
    margin: 0 0 12px 0px;
    display: inline-block;
}

.login .col {
    display: inline-block;
}

.login .col.vtop {
    vertical-align: top;
    margin-left: 9px;
}


/*
.login .col .row {
    margin: 6px 0px;
}*/

.login .col_left {
    width: 65%;
    vertical-align: middle;
}

.login .col_right {
    width: 30%;
    vertical-align: middle;
    /*margin-left: 5%;*/
}

.login .row .col_left {
    width: 65%;
    display: inline-block;
    height: 100%;
}

.login .row .col_left input {
    width: 100%;
    height: 34px;
}

.login .row .col_right input {
    height: 34px;
}

.login .row input {
    height: 34px;
}

.login .row .col_right {
    width: 29%;
    display: inline-block;
    height: 100%;
    margin: 0px;
    vertical-align: middle;
}

.col_left .row input {
    width: 100%;
    height: 34px;
}

.col_right .row {
    width: 100%;
}

.login .align_center {
    text-align: center;
}

.login .group {
    /*height: 100%;*/
    /*line-height: 48px;*/
    /*vertical-align: middle;*/
    /*display: inline-block;*/
    /*width: 100%;*/
}

.login input,
.login select {
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #cbcbcb;/*@pf*/
    height: 100%;
    width: 100%;
    color: #545454;
    background: #fff;
}

.login #tab2 .branch .ui-selectonemenu {
    width: 100% !important;
    height: 100%;
    background: #fff;
    border: 1px solid #cbcbcb;
}

.login #tab2 .branch .ui-selectonemenu-label {
    color: #545454 !important;
    width: 100% !important;
    line-height: 26px;
    padding-left: 10px;
    font-size: 15px;
    vertical-align: middle;
}

.login .ui-chkbox .ui-chkbox-box {
    width: 20px!important;
    height: 20px!important;
    background: #fff;
    border: 1px solid #919191;
}

.login input:focus,
.login select:active {
    border: 1px solid #067556;
}

.login .dash {
    text-align: center;
    /*width: 2%;*/
    /*display: inline-block;*/
    /*float: left;*/
}

.login .capcha {
    height: 100%;
}

.login .capcha_img {
    border-radius: 2px;
    margin: 0px;
    width: 80%;
    height: 36px;
    float: left;
    /*background: url(../../img/capcha.jpg) no-repeat white;
    background-size: auto 100%; */ /*@PF*/
    border: 1px #cbcbcb solid;
}

.login .capcha .refresh {
    width: 20%;
    height: 100%;
    background: #f3f3f3 url(../../img/func_area_btn_bg.gif) repeat-x top;
    border: 1px #cbcbcb solid;
    border-left: none;
    color: #1b8a69;
    text-align: center;
    float: left;
    border-radius: 0 3px 3px 0;
    line-height: 34px;
    vertical-align: middle;
}

.login .capcha .refresh i {
    line-height: 30px;
}

.login .capcha .refresh:hover {
    color: #fff;
    background: #148364;
}


/*.login .capcha button:hover {
    background: #1c8b6b;
    border: 1px solid #067556;
    border-radius: 0 3px 3px 0;
    border: 1px solid #067556;
    color: #1c8b6b;
}*/

.login input[type=checkbox] {
    width: 20%;
    position: relative;
    height: 20px;
}

.login .row .group .ui-chkbox.ui-widget {
    vertical-align: middle;
}

.login .row .group .code {
    /*position: relative;*/
    /*top: -4px;*/
    color: #545454;
    vertical-align: middle;
    display: inline-block;
}

.login .btn_box {
    margin-bottom: 12px;
    float: left;
    width: 50%;
}

.login .stamp,
.login .change {
    /*position: relative;*/
    /*top: -3px;*/
    /*margin: 5px 0;*/
    width: 100%;
    display: block;
    text-align: center;
    /*padding: 3px;*/
    /*float: left;*/
}

.login .stamp {
    width: 94px;
    height: 60px;
    /*  background: url(../../img/stamp/pic_stamp@2x_zh_TW.png);*/
    /*background-size: contain;*/
    /*padding: 5px;*/
}

.login .stamp img {
    width: 100%;
}


/*.login .stamp span {
    display: inline-block;
    padding: 4px 18px;
    color: #fff;
    border: 1px solid #fff;
    height: 100%;
}*/

.login .change {
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    background: linear-gradient(#ffffff, #f2f2f2);
    color: #777777;
    /* padding: 8px 10px;*/
    display: block;
    margin: 4px auto;
}

.login .change:hover {
    text-decoration: none;
    border: 1px solid #bcbcbc;
    transition: 1s;
    /*    background: linear-gradient(#ffffff, #f2f2f2);*/
    background: linear-gradient(#ffffff, #e5e5e5);
    /* color: #ef8209;*/
    transition: 0.3s;
}

.login .change span {
    padding: 8px 10px;
    display: block;
    margin: 0 auto;
    color: #777777;
}

.login .stamp {
    background-color: #de231c;
    color: white;
}

.login .stamp div {
    border: 1px solid white;
}

.login .btn_box a.btn_login,
.login .btn_box a.btn_refill,
.login .btn_box button.btn_login,
.login .btn_box button.btn_refill {
    width: 95%;
}

.login .btn_box a.btn_refill,
.login .btn_box button.btn_refill {
    float: right;
}

.login .notice {
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 12px;
}

.login .notice:hover {
    text-decoration: underline;
}

.login .tab_foot {
    padding: 12px 0px 2px 0;
    border-top: 1px solid #c8c6c7;
}

.login .tab_foot .time {
    text-align: center;
    color: #777;
    font-size: 13px;
}
.ui-password + label {
    margin-top: 5px;
}

/*login內排版 end*/


/*-- comp-tab end --*/

.login .passwordmask {
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    background-color: #f00;
}

@media \0screen {
    .login .passwordmask {
        top: 2px;
    }
}

/*=========================== Comp-flag.css =================================*/

.exchange .flag {
    background-size: contain;
}

.aud_flag {
    background: url(../../img/desktop/flag/icon_aud@2x.png) no-repeat;
}

.usd_flag {
    background: url(../../img/desktop/flag/icon_usd@2x.png) no-repeat;
}

.gbp_flag {
    background: url(../../img/desktop/flag/icon_gbp@2x.png) no-repeat;
}

.hkd_flag {
    background: url(../../img/desktop/flag/icon_hkd@2x.png) no-repeat;
}

.jpy_flag {
    background: url(../../img/desktop/flag/icon_jpy@2x.png) no-repeat;
}

.nzd_flag {
    background: url(../../img/desktop/flag/icon_nzd@2x.png) no-repeat;
}

.cny_flag {
    background: url(../../img/desktop/flag/icon_cny@2x.png) no-repeat;
}

.sgd_flag {
    background: url(../../img/desktop/flag/icon_sgd@2x.png) no-repeat;
}

.cad_flag {
    background: url(../../img/desktop/flag/icon_cad@2x.png) no-repeat;
}

.chf_flag {
    background: url(../../img/desktop/flag/icon_chf@2x.png) no-repeat;
}

.zar_flag {
    background: url(../../img/desktop/flag/icon_zar@2x.png) no-repeat;
}

.sek_flag {
    background: url(../../img/desktop/flag/icon_sek@2x.png) no-repeat;
}

.thb_flag {
    background: url(../../img/desktop/flag/icon_thb@2x.png) no-repeat;
}

.nzd_flag {
    background: url(../../img/desktop/flag/icon_nzd@2x.png) no-repeat;
}

.eur_flag {
    background: url(../../img/desktop/flag/icon_eur@2x.png) no-repeat;
}

.try_flag {
    background: url(../../img/desktop/flag/icon_try@2x.png) no-repeat;
}

@media screen and (max-width: 480px) {
    .aud_flag {
        background: url(../../img/mobile/flag/icon_aud@2x.png) no-repeat;
    }
    .usd_flag {
        background: url(../../img/mobile/flag/icon_usd@2x.png) no-repeat;
    }
    .gbp_flag {
        background: url(../../img/mobile/flag/icon_gbp@2x.png) no-repeat;
    }
    .hkd_flag {
        background: url(../../img/mobile/flag/icon_hkd@2x.png) no-repeat;
    }
    .jpy_flag {
        background: url(../../img/mobile/flag/icon_jpy@2x.png) no-repeat;
    }
    .nzd_flag {
        background: url(../../img/mobile/flag/icon_nzd@2x.png) no-repeat;
    }
    .cny_flag {
        background: url(../../img/mobile/flag/icon_cny@2x.png) no-repeat;
    }
    .sgd_flag {
        background: url(../../img/mobile/flag/icon_sgd@2x.png) no-repeat;
    }
    .cad_flag {
        background: url(../../img/mobile/flag/icon_cad@2x.png) no-repeat;
    }
    .chf_flag {
        background: url(../../img/mobile/flag/icon_chf@2x.png) no-repeat;
    }
    .zar_flag {
        background: url(../../img/mobile/flag/icon_zar@2x.png) no-repeat;
    }
    .sek_flag {
        background: url(../../img/mobile/flag/icon_sek@2x.png) no-repeat;
    }
    .thb_flag {
        background: url(../../img/mobile/flag/icon_thb@2x.png) no-repeat;
    }
    .nzd_flag {
        background: url(../../img/mobile/flag/icon_nzd@2x.png) no-repeat;
    }
    .eur_flag {
        background: url(../../img/mobile/flag/icon_eur@2x.png) no-repeat;
    }
    .try_flag {
        background: url(../../img/mobile/flag/icon_try@2x.png) no-repeat;
    }
}


/*IE8 修正retina 圖過大的問題*/

@media \0screen {
    .aud_flag {
        background: url(../../img/desktop/flag/ie8/icon_aud.png) no-repeat;
    }
    .usd_flag {
        background: url(../../img/desktop/flag/ie8/icon_usd.png) no-repeat;
    }
    .gbp_flag {
        background: url(../../img/desktop/flag/ie8/icon_gbp.png) no-repeat;
    }
    .hkd_flag {
        background: url(../../img/desktop/flag/ie8/icon_hkd.png) no-repeat;
    }
    .jpy_flag {
        background: url(../../img/desktop/flag/ie8/icon_jpy.png) no-repeat;
    }
    .nzd_flag {
        background: url(../../img/desktop/flag/ie8/icon_nzd.png) no-repeat;
    }
    .cny_flag {
        background: url(../../img/desktop/flag/ie8/icon_cny.png) no-repeat;
    }
    .sgd_flag {
        background: url(../../img/desktop/flag/ie8/icon_sgd.png) no-repeat;
    }
    .cad_flag {
        background: url(../../img/desktop/flag/ie8/icon_cad.png) no-repeat;
    }
    .chf_flag {
        background: url(../../img/desktop/flag/ie8/icon_chf.png) no-repeat;
    }
    .zar_flag {
        background: url(../../img/desktop/flag/ie8/icon_zar.png) no-repeat;
    }
    .sek_flag {
        background: url(../../img/desktop/flag/ie8/icon_sek.png) no-repeat;
    }
    .thb_flag {
        background: url(../../img/desktop/flag/ie8/icon_thb.png) no-repeat;
    }
    .nzd_flag {
        background: url(../../img/desktop/flag/ie8/icon_nzd.png) no-repeat;
    }
    .eur_flag {
        background: url(../../img/desktop/flag/ie8/icon_eur.png) no-repeat;
    }
    .try_flag {
        background: url(../../img/desktop/flag/ie8/icon_try.png) no-repeat;
    }
}


/*--comp-flag.css end --*/

/*=========================== 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;
    }
}


/*--func-RWD_tablet.css end --*/

/*=========================== func-RWD_phone.css ===================================*/


/*手機板未滿480px，即479px以下*/

@media screen and (max-width: 480px) {
    .rwd-wsize {
        display: inline-block;
    }
    #rwd-header {
        min-height: 55px;
        min-width: 320px;
    }
    #rwd-header .logo {
        width: 150px;
        top: 6px;
    }
    #rwd-header .logo img.logo_fcb {
        width: 149px;
        max-height: 28px;
        /* background: url(../img/mobile/fcb_logo@2x.png)no-repeat;*/
        background-size: contain;
    }
    #rwd-header .logo img.logo_net {
        width: 66px;
        height: 22px;
        position: absolute;
        /* background: url(../img/mobile/fcb_logo_e@2x.png)no-repeat;*/
        left: 33px;
        top: 30px;
        background-size: contain;
    }
    #rwd-header .box {
        bottom: 10px;
        right: 0px;
    }
    #rwd-header .ui-selectonemenu.ui-widget.ui-state-default {
        margin-right: 0px;
    }
    .language {
        width: 73px;
    }
    .language .small {
        visibility: visible;
    }
    .language .big {
        visibility: hidden;
    }
    #rwd-header .language_dropdown .language_btn span {
        padding: 4px 6px 4px 4px;
    }
    .menu_btn {
        margin-left: 0px;
        width: auto;
    }
    #content {
        margin-top: 64px;
    }
    #main_slider .flexslider .flex-control-nav {
        display: none;
    }
    #main_slider .flex-direction-nav {
        display: block;
    }
    #main_slider .main_slide {
        background-size: cover;
        max-width: 680px;
        max-height: 190px;
    }
    #main_slider .slide_01 {
        background-image: url(../../img/mobile/pic_slider01.jpg);
    }
    #main_slider .slide_02 {
        background-image: url(../../img/mobile/pic_slider02.jpg);
    }
    #main_slider .slide_03 {
        background-image: url(../../img/mobile/pic_slider03.jpg);
    }
    #main_slider .slide_04 {
        background-image: url(../../img/mobile/pic_slider04.jpg);
    }
    #main_slider .slide_05 {
        background-image: url(../../img/mobile/pic_slider05.jpg);
    }
    #main_slider .slide_06 {
        background-image: url(../../img/mobile/pic_slider06.jpg);
    }
    /*login排版 start*/
    :placeholder-shown {
        /* Standard one last! */
        /*font-size: 13px*/
    }
    #login{  
        width: 100%;
        position: relative;
        right: 0;
        top: 0px;
    }
    .login {
       /* position: relative;*/
        right: inherit;
        margin: 0 auto;
        top: 0px;
        background-color: #e9e9e9;
        padding: 10px;
        margin: 0px auto;
        float: none;
        width: 100%;
        min-width: 320px;
    }
    .login #content_box {
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    }
    .login #tabs li {
        height: 35px;
        line-height: 35px;
    }
    .login .row {
        margin: 0 0 5px 0px;
        height: 40px;
    }

    .login .row .col_left {
        width: 60%;
    }

    .login .row .col_left input, .login .row .col_right input, .login .row input {
        height: 40px;
    }
    .login .row.notice br {
        display: none;
    }


    .login .row.notice {
        line-height: 40px;
    }
    .login .col_left {
        width: 100%;
    }
    .login .row .col_left {
        height: auto;
    }
    .login .col_right {
        width: 100%;
        margin-left: 0;
    }
    .login .row .col_right {
        height: auto;
    }

    .login .col_right.vtop {
        margin-left: 0;
        text-align: center;
    }

    .col_left .row input, .col_right .row input, .login .capcha_img {
        height: 40px;
    }

    .login .group {
        /*line-height: 40px;*/
        /*vertical-align: middle;*/
        /*padding-top: 4px;*/
    }
    .login input[type=checkbox] {
        width: 30px;
        position: relative;
        height: 30px;
        float: left;
    }
    .login .ui-chkbox {
        /*float: left;*/
        /*position: relative;*/
        /*top: 6px;*/
        /*left: 2px;*/
        display: inline-block;
    }
    .login .row .group span.code {
        font-size: 12px!important;
        /*padding-right: 8px;*/
        /*line-height: 16px;*/
        /*width: 32px;*/
        /*margin-left: 8px;*/
        /*float: left;*/
        /*left: 6px;*/
        /*top: 0px;*/
    }
    .login .btn_box {
        margin: 5px 0;
        padding-right: 0px;
        width: 100%;
    }
    /*
    .login .stamp_box {
        width: 100%;
          margin: 20px auto 10px auto;
        float: none;
    }*/
    .login .stamp,
    .login .change {
        top: 0px;
    }
    .login .stamp {
        height: 41px;
        width: 65px;
        /* margin-left: 10px;*/
        /* padding: 5px;*/
        float: left;
        background-size: 100% 100%;
    }
    .login .stamp span {
        vertical-align: middle;
        line-height: 28px;
        width: 100%;
        margin: 0;
        padding: 0px;
    }
    .login .change {
        display: inline-block;
        /*height: 41px;*/
        /*float: right;*/
        padding: 0px;
        /*  margin-left: 80px!important;*/
        width: 75%;
        line-height: 23px;
        margin: 0 auto;
    }
    /* .login .change span {
        line-height: 28px;
    }*/
    .login .btn_box {
        width: 100%;
    }
    .login .btn_box a.btn_login,
    .login .btn_box a.btn_refill,
    .login .btn_box button.btn_login,
    .login .btn_box button.btn_refill {
        font-size: 15px;
        width: 100%;
    }
    .login .link_col {
        width: 100%;
    }
    .login .link {
        float: none;
    }
    .warning_box {
        /*width: 90%;
        left: 5%;
        margin-top: 10px;*/
        display: none;
    }
    .warning_box:before {
        border-color: transparent transparent #333333 transparent;
        top: -20px;
        right: none;
        left: 10px;
    }
    .login .ui-autocomplete {}
    .login .tab_foot .time {
        font-size: 12px;
    }
    /*login排版 end*/
    .info {
        margin-bottom: 0px;
    }
    .info .flexslider .flex-control-nav {
        margin: 15px 0;
        height: 12px;
    }
    .info .title_box .title {
        font-size: 16px;
    }
    .info .title_box span {
        bottom: 4px;
    }
    .info .title_box span a {
        font-size: 11px;
    }
    .announcement ul li .news {
        padding: 4px 4px 4px 0;
    }
    .announcement ul li .news,
    .announcement ul li .news .news_text a,
    .announcement ul li .news .news_text .tag,
    .announcement ul li .news .news_time {
        font-size: 13px;
    }
    .announcement ul li .news .news_time {
        padding-top: 3px;
    }
    .exchange .title_box {
        margin-top: 0px;
    }
    .exchange .box .title {
        font-size: 13px;
        padding: 0 0 0 2px
    }
    .exchange .box .time {
        font-size: 9px;
    }
    .exchange table tr td {
        font-size: 11px;
        /*  height: 30px;*/
        padding: 8px 0;
        height: auto;
    }
    .exchange table th {
        font-size: 11px;
    }
    .exchange table tr th:first-child {
        text-align: left;
        padding-left: 10px;
        width: 21%;
    }
    .exchange table tr td:last-child,
    .exchange table tr th:last-child {
        width: 20%;
        padding-right: 10px;
    }
    .exchange .flag {
        width: 16px;
        height: 16px;
    }
    .exchange table tr td.currency,
    .exchange table tr th.currency {
        width: 15%;
        text-align: center;
    }
    .exchange table tr th.currency {
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
    }
    .help_A {
        margin-top: 0;
        background-image: url(../../img/mobile/pic_newhand.png);
        background-size: contain;
        background-position: 10px 0;
    }
    .help_A .help {
        min-height: 122px;
    }
    .help_A .help .help_box {
        /*top: 50px;*/
        /*min-width: auto;*/
        /*right: 20%;*/
        width: auto;
        position: relative;
        top: 40px;
    }
    .help_A .help .help_box .title {
        font-size: 20px;
        /*position: relative;*/
        /*left: 15%;*/
        text-align: right;
        width: 60%;
        position: absolute;
        right: 0;
    }
    .help_A .help .help_box p {
        display: none;
    }
    .help_A .help .help_box img {
        width: 100%;
        height: auto;
        max-width: 50px;
    }
    .help_B {
        min-height: 90px;
    }
    .help_B .wsize {
        height: 0px;
    }
    .help_B .btn_box {
        width: 100%;
        min-width: 100%;
        position: relative;
        left: 0px;
        top: 10px;
        background-color: white;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    }
    .help_B .help_btn {
        width: 33%;
        margin: 0;
        padding: 2px 0px;
        min-height: 64px;
        display: inline-block;
        border-radius: 0px;
        font-size: 12px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: none;
    }
    .help_B a:last-child .help_btn {
        border-right: none;
    }
    .help_B .help_btn i {
        font-size: 25px;
    }
    .help_B .help_btn span {
        line-height: 15px;
        font-size: 13px;
        top: 3px;
    }
    #icon_slider {
        margin: 0 20px;
    }
    #icon_slider .icon_btn {
        /* height: 115px;*/
    }
    #icon_slider .icon_btn .circle {
        width: 55px;
        height: 55px;
    }
    #icon_slider .icon_btn span {
        font-size: 14px;
        /*  max-width: 85px;*/
        margin: 0 auto;
        margin-top: 10px;
    }
    #icon_slider .icon_btn .icon {
        height: 30px;
        width: 30px;
    }
    #icon_slider .customNavigation div i {
        font-size: 50px;
    }
    #icon_slider .customNavigation .btn {
        top: 20px;
    }
    .ad_bg {
        padding: 20px 0 10px 0;
    }
    .ad ul li {
        width: 100%;
        margin: 0;
        padding: 0 0 15px 0;
        text-align: center;
    }
    .ad ul li:first-child {}
    .ad ul li:last-child {
        padding: 0;
    }
    #footer .consumer_hotline {
        line-height: 22px;
        height: auto;
    }
    #footer .consumer_hotline i {
        font-size: 20px;
        top: 4px;
        left: 8px;
    }
    #footer .phone {
        line-height: 25px;
        font-size: 11px;
    }
    .footer_info {
        line-height: 22px;
        height: auto;
        padding: 4px 0;
    }
    .footer_info span {
        font-size: 11px;
        display: inline-block;
    }
    
    .footer_info a {
        font-size: 11px;
        position: relative;
        margin-top: 0px;
    }
    .footer_info .suggestion {
        display: none;
    }
    .footer_info .link_box {
        display: inline-block;
    }
    .footer_info .link_box span{
        line-height: normal;
        height: 14px;
    }
    #goToTop {
        bottom: 5px;
        right: 10px;
    }
    #js_container {
        width: 90%!important;
        margin: 0 auto!important;
        left: 5%!important;
        top: 10%!important;
    }
}


/*--func-RWD_phone.css end --*/

/*=========================== func-IE8.css ================================*/

@media \0screen {
    .hahatest{
        background:red;
    }
    .ad ul li a {
        color: transparent;
    }
    .circle .icon img,.circle a {
    	  color: transparent;
    	  border: 0px solid white;
    }
    .login .change{
    	background: #ffffff url(../../img/tb_btn_bg.gif) repeat-x bottom;
    }
     .login .change:hover{
    	background: url(../../img/tb_btn_hover_bg.gif) repeat-x bottom ;
    }
    .hahatest{
        background:blue;
    }
    .hahatest{
        background:red;
    }
}


/*=========================== func-IE8.css end================================*/
