/*  reset  */
* {
    outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.order_table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

img {
    margin: 0px;
    padding: 0px;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.ul, .lileft {
    list-style: none;
}

    .lileft li {
        float: left;
    }

.block, .block a, .block span {
    display: block;
}

button, .cursor {
    cursor: pointer;
}

button, input, select {
    border: none;
    outline: none;
}

textarea {
    border: 1px solid #a0a0a0;
    outline: none;
    padding: 10px;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #242424;
}

    a:hover {
        color: #0163a7;
    }

.strong {
    font-weight: bold;
}

.text_line {
    text-decoration: underline;
}
/*對齊 共用樣式*/
.center {
    text-align: center;
}

.align_right {
    text-align: right;
}
/*scrolbal 共用樣式*/
.scroll_style {
    /*overflow:hidden;*/
    position: relative;
}

.scroll_area {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 9999px;
}
/*行內樣式*/
.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*圖片垂直置中共用樣式*/
.img_box {
    display: table-cell;
    overflow: hidden;
    *position: relative;
    text-align: center;
    vertical-align: middle;
}

.img_link {
    height: auto;
    z-index: 1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *position: absolute;
    *top: 50%;
}

.align_middle {
    *position: relative;
    *top: -50%;
    *left: -50%;
}

.align_img {
    vertical-align: middle;
}
/*漸變樣式*/
.hover_style .hover_item {
    opacity: 1\9;
    display: none\9;
    opacity: 0;
    -moz-opacity: 0;
    /*filter:alpha(opacity=0);*/
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
}

.hover_style:hover .hover_item, .tab .tab_item.now .hover_item {
    display: block\9;
    opacity: 1;
    -moz-opacity: 1;
    /*filter:alpha(opacity=100);*/
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
}

.ellipsis_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*================================reset================================*/
* {
    box-sizing: border-box;
    font-family: 'Ubuntu', '微軟正黑體',sans-serif;
}

body, html {
    width: 100%;
    height: 100%;
}

.ui-page {
    width: 100%;
}

body {
    font-size: 15px;
    color: #ccc;
    font-family: 'Ubuntu', '微軟正黑體',sans-serif;
    line-height: 25px;
    background: #000;
}

.wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}

.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}
/*----------RWD 共用設定----------*/
.r_left { /*在RWD會統一清掉浮動，width:100%*/
    float: left;
}

.r_right { /*在RWD會統一清掉浮動，width:100%*/
    float: right;
}
/*在RWD會統一變成width:100%*/
.main {
    width: 1240px;
    margin: 0px auto;
}

.main2 {
    width: 1240px;
    margin: 0px auto;
    position: relative;
}

.content_padding {
    padding-top: 78px;
}
/*字級大小*/
h2 {
    font-size: 42px;
    line-height: 60px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}
/*----------------*/
.fleft {
    float: left;
}

.fright {
    float: right;
}
/*header*/
.m_btn, .m_paper {
    display: none;
}

.top {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
    background: #000;
}

.logo {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font: 0/0 serif \9;
    text-shadow: none \9;
    color: transparent \9;
    display: block;
    width: 250px;
    height: 26px;
    float: left;
    cursor: pointer;
    background: url(../../Images/GMicrositeImg/logo.png) top center no-repeat;
    margin: 26px 6px 26px 0px;
}

#divlogo {
    position: relative;
}

/*滑動以後出現的logo*/
.logo_title {
    margin: 0px 26px 0px 0px;
    max-width: 400px;
}

    .logo_title a {
        display: inline-block;
        color: #fff;
        font-size: 28px;
        line-height: 59px;
        padding: 7px 0px 11px 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 400px;
    }
/*PC 版選單設定*/
/*.top .nav li{
	position:relative;
	height:78px;
	}*/
.top .nav li {
    position: relative;
    height: 78px;
}

    .top .nav li a {
        display: block;
        color: #aaaaaa;
    }

        .top .nav li a.layer_1,
        .top .nav li a.layer_1_b,
        .top .nav li a.layer_1_2d61df,
        .top .nav li a.layer_1_e60014,
        .top .nav li a.layer_1_ffcd08 {
            padding: 34px 15px 0px 15px;
        }

    .top .nav li:hover a.layer_1 {
        color: #7b7bff;
    }

    .top .nav li a.layered_1 {
        color: #7b7bff;
    }

    .top .nav li:hover a.layer_1_b {
        color: #1eb9ef;
    }

    .top .nav li a.layered_1_b {
        color: #1eb9ef;
    }

    .top .nav li:hover a.layer_1_2d61df {
        color: #2d61df;
    }

    .top .nav li a.layered_1_2d61df {
        color: #2d61df;
    }
    /* 100 series gaming*/
    .top .nav li:hover a.layer_1_e60014 {
        color: #e60014;
    }

    .top .nav li a.layered_1_e60014 {
        color: #e60014;
    }
    /* 100 series UD*/
    .top .nav li:hover a.layer_1_ffcd08 {
        color: #ffcd08;
    }

    .top .nav li a.layered_1_ffcd08 {
        color: #ffcd08;
    }

    .top .nav li a.layered_1_30th {
        display: none;
    }
    /*PC 版選單設定→第二層*/
    .top .nav li:hover .layer_2 {
        display: block;
    }

    .top .nav li .layer_2 {
        display: none;
        position: absolute;
        top: 75px;
        left: 50%;
        padding: 5px 0px 0px 0px;
        margin: 0px 0px 0px -87px;
        background: #000;
        width: 175px;
    }

        .top .nav li .layer_2 a:hover {
            color: #fff;
            background: #3333cc;
        }

        .top .nav li .layer_2 a {
            line-height: 22px;
            padding: 5px 20px;
            border-bottom: 1px solid #222222;
	        text-align: center;
        }
/*分享功能*/
#panShareTool {
    float: right;
}

.share_tool {
    text-transform: uppercase;
    color: #2d61df;
    font-size: 14px;
    line-height: 31px;
}

.share_tool_e60014 {
    color: #e60014;
}

.share_tool_ffcd08 {
    color: #ffcd08;
}

.share_tool_30th {
    display: none;
}

.share_tool p {
    margin-right: 20px;
}

.share_tool a {
    display: block;
    width: 31px;
    height: 31px;
    float: left;
    margin: 0px 10px 0px 0px;
}

    .share_tool a:last-child {
        margin-right: 0px;
    }

    .share_tool a.google_plus {
        background: url(../../Images/GMicrositeImg/googleplus_o.png) top center no-repeat;
    }

        .share_tool a.google_plus:hover {
            background: url(../../Images/GMicrositeImg/googleplus_s.png) top center no-repeat;
        }

    .share_tool a.fb {
        background: url(../../Images/GMicrositeImg/fb_o.png) top center no-repeat;
    }

        .share_tool a.fb:hover {
            background: url(../../Images/GMicrositeImg/fb_s.png) top center no-repeat;
        }

    .share_tool a.fb_b {
        background: url(../../Images/GMicrositeImg/fb_o_b.png) top center no-repeat;
    }

        .share_tool a.fb_b:hover {
            background: url(../../Images/GMicrositeImg/fb_s_b.png) top center no-repeat;
        }

    .share_tool a.youtube {
        background: url(../../Images/GMicrositeImg/youtube_btn.png) top center no-repeat;
    }

        .share_tool a.youtube:hover {
            background: url(../../Images/GMicrositeImg/youtube_btn_s.png) top center no-repeat;
        }

    .share_tool a.youtube_b {
        background: url(../../Images/GMicrositeImg/yt_o_b.png) top center no-repeat;
    }

        .share_tool a.youtube_b:hover {
            background: url(../../Images/GMicrositeImg/yt_s_b.png) top center no-repeat;
        }
/* 100 series Gaming*/
.share_tool_e60014 a.google_plus {
    background: url(../../Images/GMicrositeImg/mb100series/gaming/googleplus_o.png) top center no-repeat;
}

    .share_tool_e60014 a.google_plus:hover {
        background: url(../../Images/GMicrositeImg/mb100series/gaming/googleplus_s.png) top center no-repeat;
    }

.share_tool_e60014 a.fb {
    background: url(../../Images/GMicrositeImg/mb100series/gaming/fb_o.png) top center no-repeat;
}

    .share_tool_e60014 a.fb:hover {
        background: url(../../Images/GMicrositeImg/mb100series/gaming/fb_s.png) top center no-repeat;
    }
/* 100 series UD*/
.share_tool_ffcd08 a.google_plus {
    background: url(../../Images/GMicrositeImg/mb100series/ud/googleplus_o.png) top center no-repeat;
}

    .share_tool_ffcd08 a.google_plus:hover {
        background: url(../../Images/GMicrositeImg/mb100series/ud/googleplus_s.png) top center no-repeat;
    }

.share_tool_ffcd08 a.fb {
    background: url(../../Images/GMicrositeImg/mb100series/ud/fb_o.png) top center no-repeat;
}

    .share_tool_ffcd08 a.fb:hover {
        background: url(../../Images/GMicrositeImg/mb100series/ud/fb_s.png) top center no-repeat;
    }

.top .share_tool {
    padding-top: 24px;
    position: absolute;
    right: 0;
}
/*語系功能*/
.share_tool > .ui-select {
    display: block;
    float: left;
    padding: 0 10px;
    text-transform: none;
}

    .share_tool > .ui-select span {
        display: none;
    }

.copyright .main2 > .share_tool .ui-select.hide,
.footer .main2 > .share_tool .ui-select.hide {
    display: none;
}
/*footer*/
.footer .main, .footer_link .main, .copyright .main {
    width: 960px;
}

.footer {
    background: url(../../Images/GMicrositeImg/footer_bg1.jpg) left top repeat-x;
}
    /*footer map 連結*/
    .footer .footer_bg {
        padding: 40px 0px 0px 0px;
        background: url(../../Images/GMicrositeImg/footer_bg.jpg) top center no-repeat;
    }

        .footer .footer_bg .left_part {
            width: 510px;
            color: #fff;
            font-size: 18px;
        }

            .footer .footer_bg .left_part .link_item {
                float: left;
                padding: 0px 60px 50px 0px;
            }

                .footer .footer_bg .left_part .link_item:last-child {
                    padding: 0px 0px 50px 0px;
                }

                .footer .footer_bg .left_part .link_item h4 {
                    margin: 0px 0px 10px 0px;
                }

                .footer .footer_bg .left_part .link_item a {
                    display: block;
                    color: #888;
                    font-size: 15px;
                }

                    .footer .footer_bg .left_part .link_item a:hover {
                        text-decoration: underline;
                    }

        .footer .footer_bg .right_part {
            padding: 35px 0px 35px 0px;
            text-align: center;
            width: 275px;
            border-left: 2px solid #1e1e1e;
            border-right: 2px solid #1e1e1e;
            position: relative;
            color: #aaaaaa;
            font-size: 13px;
        }

            .footer .footer_bg .right_part h4 {
                font-weight: bold;
                color: #fff;
                padding: 0px 0px 80px 0px;
                background: url(../../Images/GMicrositeImg/contact_icon.png) 50% 40px no-repeat;
            }

            .footer .footer_bg .right_part p {
                color: #e71f19;
                font-size: 21px;
                font-weight: bold;
                margin: 0px 0px 10px 0px;
            }

            .footer .footer_bg .right_part a {
                display: none;
            }

            .footer .footer_bg .right_part .top_line,
            .footer .footer_bg .right_part .bottom_line {
                width: 280px;
                height: 2px;
                position: absolute;
                left: 0px;
                background: url(../../Images/GMicrositeImg/contact_line.png) top center no-repeat;
            }

            .footer .footer_bg .right_part .top_line {
                top: 0px;
            }

            .footer .footer_bg .right_part .bottom_line {
                bottom: 0px;
            }
/*footer 次連結*/
.footer_link {
    padding: 10px 0px;
    border-top: 2px solid #1e1e1e;
    border-bottom: 2px solid #1e1e1e;
    display: none;
}

    .footer_link .left_part a {
        display: block;
        color: #aaa;
        font-size: 13px;
        float: left;
        margin: 0px 25px 0px 0px;
    }

    .footer_link a:hover {
        color: #fff;
    }
/*footer copyright*/
.copyright {
    display: block;
}

.copyright-mobile {
    display: none;
}

.copyright h6 {
    font-size: 13px;
    color: #777777;
    line-height: 20px;
    padding: 30px 0px 30px 0px;
}

    .copyright h6 a {
        color: #777777;
        text-decoration: underline;
    }

        .copyright h6 a:hover {
            color: #fff;
        }
/*共用左右鍵按鈕*/
.left_btn, .right_btn {
    width: 40px;
    height: 58px;
    cursor: pointer;
}

.left_btn {
    background: url(../../Images/GMicrositeImg/left_btn.png) top center no-repeat;
}

    .left_btn:hover {
        background: url(../../Images/GMicrositeImg/left_btn_s.png) top center no-repeat;
    }

.right_btn {
    background: url(../../Images/GMicrositeImg/right_btn.png) top center no-repeat;
}

    .right_btn:hover {
        background: url(../../Images/GMicrositeImg/right_btn_s.png) top center no-repeat;
    }
/**/
.slick-disabled {
    opacity: 0.1;
    -moz-opacity: 0.1;
    filter: alpha(opacity=10);
    cursor: default;
}
/*輪播圓點樣式*/
.dot_box {
    position: absolute;
    z-index: 10;
    width: 100%;
    /*
	bottom:40px;
	*/
}

    .dot_box span {
        cursor: pointer;
        margin: 0px 5px;
        display: block;
        width: 16px;
        height: 19px;
        float: left;
        background: url(../../Images/GMicrositeImg/dot_o.png) left center no-repeat;
    }

        .dot_box span:hover, .dot_box span.now {
            background: url(../../Images/GMicrositeImg/dot_s.png) left center no-repeat;
        }

.slick-dots li button {
    width: 16px;
    height: 19px;
    cursor: pointer;
    margin: 0px 5px;
    background: url(../../Images/GMicrositeImg/dot_o.png) left center no-repeat;
}

.slick-dots li:hover button, .slick-dots li.now button {
    background: url(../../Images/GMicrositeImg/dot_s.png) left center no-repeat;
}
/*gotop 樣式*/
.gotop, .gotop_b, .gotop_01aef0 {
    background: url(../../Images/GMicrositeImg/gotop.png) top center no-repeat;
    width: 30px;
    height: 81px;
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin: 0px 0px 0px 620px;
    z-index: 100;
    cursor: pointer;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.gotop_b {
    background: url(../../Images/GMicrositeImg/gotop_b.png) top center no-repeat;
}

.gotop_01aef0 {
    background: url(../../Images/GMicrositeImg/gotop_01aef0.png) top center no-repeat;
}

.gotop_ffcd08 {
    background: url(../../Images/GMicrositeImg/mb100series/ud/gotop.png) top center no-repeat;
}

.gotop_30th {
    background: url(../../Images/GMicrositeImg/30thanniversary/gotop.png) top center no-repeat;
}

.gotop:hover, .gotop_b:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}


@media screen and (min-device-width: 751px) and (max-width:1250px) {

    .main {
        width: 100%;
        /*padding-left:1%;
	padding-right:1%;

	*/
        max-width: 1240px;
        margin: 0px auto;
    }

    .main2 {
        /*width:100%;*/
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
        max-width: 1240px;
        margin: 0px auto;
    }

    #divlogo {
        /*height: 26px;	*/
    }

    .logo {
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        font: 0/0 serif \9;
        text-shadow: none \9;
        color: transparent \9;
        display: block;
        width: 250px;
        height: 26px;
        float: left;
        cursor: pointer;
        background: url(../../Images/GMicrositeImg/logo.png) top center no-repeat;
        margin: 26px 6px 26px 0px;
    }

    .m_image {
        width: 100%;
    }

    .top .nav li a.layer_1, .top .nav li a.layer_1_b {
        /*padding:34px 1.6% 0px 1.6%;*/
        /*padding-top: 34px;*/
        /*padding-left: 24%;*/
        /*padding-bottom: 0px;*/
        /*padding-right: 24%;*/
        font-size: 100%;
    }

    /* 手機版選單樣式 */
    .body_bg {
        background: #141414;
        z-index: 13;
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 3000px;
    }

    .m_btn {
        display: none;
        position: fixed;
        width: 30px;
        height: 30px;
        top: 22px;
        right: 10px;
        z-index: 20;
        cursor: pointer;
    }

        .m_btn.close span {
            display: none;
        }

        .m_btn.close {
            background: url(../../Images/GMicrositeImg/close_btn.png) top center no-repeat;
        }

    .m_paper {
        padding-top: 78px;
        z-index: 16;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
    }

        .m_paper .m_box {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 16;
            overflow-y: auto;
            background: #000;
        }
    /*選單跟叉叉樣式*/
    .m_btn span {
        display: block;
        width: 30px;
        height: 4px;
        background: #fff;
        margin-bottom: 9px;
    }

    .m_btn:active span:first-child, .m_btn.close span:first-child {
        margin-top: 16px;
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
    }

    .m_btn:active span:nth-child(2), .m_btn.close span:nth-child(2) {
        margin: 0px;
        opacity: 0;
    }

    .m_btn:active span:last-child, .m_btn.close span:last-child {
        margin-top: -16px;
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
    }

    .m_btn:active span, .m_btn.close span {
        transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
        -webkit-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
        -moz-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
        -ms-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
        -o-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
    }

    .m_btn span:last-child {
        margin: 0px;
    }
    /*選單設定*/
    .m_paper .m_box .m_menu {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .m_menu li .sub_2 {
        background: #141414;
    }

        .m_menu li .sub_2 a {
            padding: 10px 10px 10px 30px;
        }

            .m_menu li .sub_2 a:hover {
                color: #fff;
                background: #3333cc;
            }

    .m_menu a {
        padding: 10px 10px;
        display: block;
        color: #aaa;
    }

    .m_menu li.now p {
        background: url(../../Images/GMicrositeImg/model_1_25_w.png) right 50% no-repeat;
    }
}

@media screen and (max-width:750px) {
    /*----------RWD 共用設定----------*/
    .main {
        width: 100%;
        /*padding:0px 10px;*/
    }

    .main2 {
        width: 100%;
        padding: 0px 10px;
    }

    .r_left, .r_right {
        float: none;
        width: 100%;
    }

    h2 {
        font-size: 36px;
        line-height: 40px;
    }

    h3 {
        font-size: 18px;
    }

    .content_padding {
        padding-top: 78px;
    }
    /*在 img 加入 這個 class，RWD就會變成滿版的圖片*/
    .m_image {
        width: 100%;
        padding: 20px 0px;
    }
    /*--------------------------------------------*/
    /*top*/
    .logo_title a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 25px;
        line-height: 66px;
        padding-bottom: 8px;
    }

    .top {
        z-index: 17;
    }

        .top .nav, .top .share_tool {
            display: none;
        }

    /*輪播圓點樣式*/
    .dot_box span:hover {
        background: url(../../Images/GMicrositeImg/dot_o.png) left center no-repeat;
    }

    .dot_box span.now {
        background: url(../../Images/GMicrositeImg/dot_s.png) left center no-repeat;
    }
    /* 手機版選單樣式 */
    .body_bg {
        background: #141414;
        z-index: 13;
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 3000px;
    }

    .m_btn {
        display: block;
        position: fixed;
        width: 30px;
        height: 30px;
        top: 22px;
        right: 10px;
        z-index: 20;
        cursor: pointer;
    }

        .m_btn.close span {
            display: none;
        }

        .m_btn.close {
            background: url(../../Images/GMicrositeImg/close_btn.png) top center no-repeat;
        }

    .m_paper {
        padding-top: 78px;
        z-index: 16;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
    }

        .m_paper .m_box {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 16;
            overflow-y: auto;
            background: #000;
        }
    /*選單跟叉叉樣式*/
    .m_btn span {
        display: block;
        width: 30px;
        height: 4px;
        background: #fff;
        margin-bottom: 9px;
    }

    .m_btn:active span:first-child, .m_btn.close span:first-child {
        margin-top: 16px;
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
    }

    .m_btn:active span:nth-child(2), .m_btn.close span:nth-child(2) {
        margin: 0px;
        opacity: 0;
    }

    .m_btn:active span:last-child, .m_btn.close span:last-child {
        margin-top: -16px;
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
    }

    .m_btn:active span, .m_btn.close span {
        transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
        -webkit-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
        -moz-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
        -ms-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
        -o-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
    }

    .m_btn span:last-child {
        margin: 0px;
    }
    /*選單設定*/
    .m_paper .m_box .m_menu {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .m_menu li .sub_2 {
        background: #141414;
    }

        .m_menu li .sub_2 a {
            padding: 10px 10px 10px 30px;
        }

            .m_menu li .sub_2 a:hover {
                color: #fff;
                background: #3333cc;
            }

    .m_menu a {
        padding: 10px 10px;
        display: block;
        color: #aaa;
    }

    .m_menu li.now p {
        background: url(../../Images/GMicrositeImg/model_1_25_w.png) right 50% no-repeat;
    }
    /*左右按鈕設定*/
    .left_btn, .right_btn {
        width: 30px;
        height: 44px;
        z-index: 10;
    }

        .left_btn:hover {
            background: url(../../Images/GMicrositeImg/left_btn_s1.png) top center no-repeat;
        }

        .right_btn:hover {
            background: url(../../Images/GMicrositeImg/right_btn_s1.png) top center no-repeat;
        }

    .left_btn {
        left: 10px;
        background: url(../../Images/GMicrositeImg/left_btn1.png) top center no-repeat;
    }

    .right_btn {
        right: 10px;
        background: url(../../Images/GMicrositeImg/right_btn1.png) top center no-repeat;
    }
    /*footer*/
    .footer .main, .footer_link .main, .copyright .main {
        width: 100%;
    }

    .footer .left_part, .footer_link .left_part, .footer .footer_bg .right_part p {
        display: none;
    }

    .footer .footer_bg .right_part a {
        display: block;
        color: #e71f19;
        font-size: 21px;
        font-weight: bold;
        margin: 0px 0px 10px 0px;
    }

    .footer_link {
        padding: 20px 0px;
        border-top: none;
        border-bottom: none;
        display: block;
    }

    .footer .right_part {
        margin: 0px auto;
    }

    .copyright h6 {
        padding: 0px 10px 30px 10px;
        font-size: 12px;
    }

    .copyright {
        display: none;
    }

    .copyright-mobile {
        display: block;
        text-align: center;
    }

        .copyright-mobile h6 {
            font-size: 13px;
            color: #777777;
            line-height: 20px;
            padding: 0 0 30px 0;
        }

            .copyright-mobile h6 a {
                color: #777777;
                text-decoration: underline;
            }

                .copyright-mobile h6 a:hover {
                    color: #fff;
                }


    .share_tool {
        text-align: center;
    }

        .share_tool a {
            display: inline;
            width: 31px;
            height: 31px;
            float: none;
            margin: 0px 10px 0px 0px;
        }

            .share_tool a img {
                border: none;
                vertical-align: middle;
            }
    /*語系選擇 RWD*/
    .main2 > .share_tool .ui-select {
        display: inline-block;
        float: none;
    }
}

.top .main2 ul li.hide {
    display: none;
}

#subMoreMenu {
    position: absolute;
}

    #subMoreMenu.hide {
        display: none;
    }

    #subMoreMenu ul {
        list-style: none;
        background-color: black;
    }

        #subMoreMenu ul li {
            padding: 6px 15px 0px 15px;
        }

            #subMoreMenu ul li a {
                color: #aaaaaa;
            }

                #subMoreMenu ul li a:hover {
                    color: #7b7bff;
                }
