@charset "utf-8";
@import url("reset.css");



/* CSS Document */

html {
    background-image: url(../templates/mobi_bg.jpg);
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
    background-image: url(../templates/mobi_bg.jpg);
    background-color: #FFF;
    background-repeat: repeat;
    background-size: cover;
    font-family: 微軟正黑體, 新細明體, Arial, Helvetica, sans-serif;
    color: #000;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

#WRAPPER {
    width: 100%;
    /* height: 100vh; */
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
    min-width: 320px;
}

#HEADER {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    line-height: 90px;
    background-image: url(../templates/mobi_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: fixed;
    top: 0;
    z-index: 300;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ccc;
    opacity: 0.9;
    background-color: transparent;
}

#HEADER a img {
    height: 45px;
    position: fixed;
    left: 25% !important;
    right: 25% !important;
    /* margin-top:3px; */
    margin: 12px auto;
}

.header_login {
    /* display:none; */
    margin-right: 10px;
    margin-top: 0;
    float: right;
    vertical-align: middle;
    color: #039;
    font-weight: bold;
    line-height: 55px;
}

.header_login #login_icon1 img {
    width: 12px;
    display: none;
}

.header_login #login_icon2 img {
    width: 24px;
    vertical-align: middle;
    display: none;
}

#CONTENT {
    width: 100%;
    height: 100%;
    min-width: 320px;
    max-height: 100%;
    margin: 120px auto 0 auto;
    /* padding: 20px; */
    clear: both;
    background-image: url(../templates/mobi_bg.jpg);
    background-color: #fff;
    background-repeat: repeat;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

#FOOTER {
    width: 100%;
    height: 60px;
    margin: 0;
    min-width: 240px;
    padding: 0;
    text-align: center;
    background-image: url(../templates/mobi_footer_bg.jpg);
    background-repeat: repeat-x;
    position: fixed;
    bottom: 0px;
    clear: both;
    z-index: 10;
    border: none;
    display: block;
}

#COPYRIGHT {
    width: 100%;
    height: 100%;
    color: #ccc;
    font-size: 1em;
    text-align: center;
    background-color: transparent;
    margin-top: 0px;
    padding-bottom: 20px;
    background-image: url(../templates/copyright_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    background-size: cover;
}

#COPYRIGHT a {
    color: #ccc;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.black {
    color: #000;
}

.CCC {
    color: #CCC;
}

.gray666 {
    color: #666;
}

.red {
    color: #C00;
}

.white {
    color: #FFF;
}

.blue {
    color: #006699;
}

.font_200 {
    font-size: 200%;
    line-height: 1.2;
}

.font_150 {
    font-size: 150%;
    line-height: 1.2;
}

.font_120 {
    font-size: 120%;
    line-height: 1.2;
}

.font_100 {
    font-size: 100%;
    line-height: 1.2;
}

.font_90 {
    font-size: 90%;
}

.font_50 {
    font-size: 100%;
}

.width_100 {
    width: 100%;
}

.width_95 {
    width: 95%;
}

.width_90 {
    width: 90%;
}

.width_80 {
    width: 80%;
}

.width_70 {
    width: 70%;
}

.width_60 {
    width: 60%;
}

.width_50 {
    width: 50%;
}

.width_40 {
    width: 40%;
}

.width_35 {
    width: 35%;
}

.width_30 {
    width: 30%;
}

.width_20 {
    width: 20%;
}

.width_10 {
    width: 10%;
}

.height_100 {
    height: 60px;
    display: block;
    line-height: 60px;
}

.FLOAT_L {
    float: left;
}

.FLOAT_R {
    float: right;
}




/* ==首頁banner=========== */

.banner {
    width: 98%;
    height: 100%;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.banner img {
    width: 90%;
    border: #FFF 1px solid;
    margin: 0 auto;
    text-align: center;
}

.banner_pre,
.banner_next {
    width: 5%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 30;
}

.banner_pre {
    left: 0;
}

.banner_next {
    right: 0;
}




/*=== 舊版首頁banner ===*/

#bxslider_box {
    margin-top: -7px !important;
    width: 100% !important;
    height: 35vh;
    margin-bottom: 20px !important;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
    margin: 0px auto;
    height: 35vh;
}

.bx-wrapper .bx-viewport {
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    left: 0px !important;
    height: 35vh !important;
}

.bx-wrapper img{
    max-width: initial !important;
    height: 30vh;
    /* position: absolute; */
    text-align: center;
}




/*---學員心得按鈕樣式---*/

#nav-news {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 100;
    margin-top: -10px;
}

#nav-news a {
    display: block;
    line-height: 60px;
    width: 60px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    text-decoration: none;
    font-size: 21px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 20%;
}

#prev-news {
    float: left;
    margin-left: -30px;
}

#next-news {
    float: right;
    margin-right: 10px;
}

.mobile_prev {
    float: right;
    padding: 15px;
}






/* ==最新消息=========== */

.news {
    height: 1%;
    margin: 1em auto;
    overflow: hidden;
    padding: 40px 0 0 0;
    width: 100%;
}

.news_title {
    background-image: url(../templates/mobi_news_title.gif);
    font-size: 1.4em;
    color: #333;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-family: "微軟正黑體";
}

.news_title_more {
    z-index: 20;
    background-image: url(../templates/mobi_news_title.gif);
    background-position: right top;
    width: 80px;
    text-indent: -9999px;
    display: block;
    float: right;
}

.news_content {
    background-color: #FFFFFF;
    border-bottom: 1px dotted #6F6F6F;
    overflow: hidden;
    position: relative;
    background-image: transparent !important;
    background-repeat: no-repeat;
    background-position: 20px 22px;
}

.news_content ul li {
    list-style-type: none;
    display: none;
}

.news_footer {
    background-image: url(../templates/mobi_news_bottom.gif);
    color: #006699;
    font-size: 11px;
    text-align: center;
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
}

.news_footer a {
    text-decoration: none;
    color: #39C;
}

.news_content img {
    width: 40%;
    height: auto;
    border: none;
    margin: 10px 10px 10px 10px;
    background-position: center;
    overflow: hidden;
    float: left;
    /* display: none; */
}

.about_content img {
    width: auto;
    height: auto;
    border: none;
    margin: 0 auto;
    background-position: center;
    overflow: hidden;
    display: block;
}

.light_content img {
    width: auto;
    height: auto;
    border: none;
    margin: 0 auto;
    background-position: center;
    overflow: hidden;
    display: block;
}

.news_content ul,
.act_content ul,
.about_content ul {
    float: left;
    width: 50%;
    display: block;
    padding-left: 0;
}

.news_content ul.full,
.act_content ul.full,
.product_content ul.full,
.about_content ul.full,
.light_content ul.full {
    width: 90%;
    margin: 0 auto;
    padding-left: 25px;
}

.description {
    color: #666666;
    font-size: 15px;
    clear: both;
    list-style-type: none;
    display: block !important;
}

.time {
    font-size: 15px;
    color: #8ba544;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    position: absolute;
    left: 10px;
    top: 12px;
    list-style-type: none;
    display: block !important;
    clear: both;
}

.full .time {
    right: 0 !important;
    bottom: 0 !important;
    left: initial;
    top: inherit;
}

.news_content ul li.bold {
    font-weight: bold;
    font-size: 1.2em;
    list-style-image: url(../templates/shortcut_icon.gif) !important;
    margin-top: 0px;
    display: block !important;
    padding-left: 0px;
    margin-left: 0;
}

.bold a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 0;
}

.text {
    color: #fff;
    padding: 0 10px;
    clear: both;
    font-family: "微軟正黑體";
    clear: both;
}

.text p {
    font-size: 100%;
    line-height: 1.6;
    text-align: justify;
}

.text img,
.text p img {
    width: 100%;
    height: auto;
    margin: 10px auto;
    clear: both;
    text-align: center;
    display: block;
}

.no100 {
    width: auto;
}


.act {
    height: 1%;
    margin: 1em auto;
    overflow: hidden;
    padding: 40px 0 0 0;
    width: 100%;
    line-height: 1.6;
}

.act_title {
    background-image: url(../templates/mobi_act_title.gif);
    font-size: 1.4em;
    color: #333;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-family: "微軟正黑體";
}

.act_title_more {
    z-index: 20;
    background-image: url(../templates/mobi_act_title.gif);
    background-position: right top;
    width: 80px;
    text-indent: -9999px;
    display: block;
    float: right;
}

.act_content {
    background-color: #fff;
    border-bottom: 1px dotted #6F6F6F;
    overflow: hidden;
    position: relative;
}

.act_content img {
    width: 90%;
    height: auto;
    border: 1px solid #999;
    background-position: center;
    overflow: hidden;
    /* float:left; */
    display: block;
    margin: 15px !important;
}

.act_footer {
    background-image: url(../templates/mobi_act_bottom.gif);
    color: #006699;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
}

.act_footer a {
    text-decoration: none;
    color: #39C;
}

.act .text {
    padding: 10px 20px 60px 20px !important;
}

.about {
    /* height: 1%; */
    margin: 1em auto;
    overflow: hidden;
    padding: 0 0 0em 0em;
    width: 100%;
}

.about_title {
    background-image: url(../templates/mobi_about_title.gif);
    font-size: 1.4em;
    color: #FFF;
    padding-left: 40px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-family: "微軟正黑體";
}

.about_title_more {
    z-index: 20;
    background-image: url(../templates/mobi_about_title.gif);
    background-position: right top;
    width: 80px;
    text-indent: -9999px;
    display: block;
    float: right;
}

.about_content {
    background-color: transparent;
    border-bottom: 1px dotted #6F6F6F;
    overflow: hidden;
    position: relative;
}

.about .about_content {
    background-color: transparent;
    border-bottom: transparent;
    overflow: visible;
    position: relative;
}

.about_content img {
    border: none;
    margin: 0px auto;
    background-position: center;
    overflow: hidden;
    display: block;
    text-align: center;
}

.about_footer {
    background-image: url(../templates/mobi_about_bottom.gif);
    color: #006699;
    font-size: 11px;
    text-align: center;
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    display: none;
    text-decoration: none;
}

.about a {
    text-decoration: none;
    color: #39C;
}

.light {
    height: 1%;
    margin: 1em auto;
    overflow: hidden;
    padding: 0 0 0.4em 0.2em;
    width: 100%;
}

.light_title {
    background-image: url(../templates/mobi_light_title.gif);
    font-size: 1.6em;
    color: #666;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-family: "微軟正黑體";
}

.light_title_more {
    z-index: 20;
    background-image: url(../templates/mobi_light_title.gif);
    background-position: right top;
    width: 80px;
    text-indent: -9999px;
    display: block;
    float: right;
}

.light_content {
    background-color: #FFF;
    border-bottom: 1px dotted #6F6F6F;
    overflow: hidden;
    position: relative;
}

.light_content img {
    border: 1px solid #999;
    margin: 10px auto;
    background-position: center;
    overflow: hidden;
    float: left;
    display: block;
}

.light_footer {
    background-image: url(../templates/mobi_light_bottom.gif);
    color: #006699;
    font-size: 11px;
    text-align: center;
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
}

.light_footer a {
    text-decoration: none;
    color: #39C;
}

h3.content_title {
    font-size: 1.4em;
    color: #fff;
    display: block;
    width: 90%;
    text-align: left;
    line-height: 1.8;
    margin: 0;
    font-family: "微軟正黑體";
    z-index: 100;
    position: absolute;
    left: 0;
    top: -50px;
    height: 30px;
    padding-left: 40px;
    overflow: hidden;
}




/* ==頁尾區=========== */

#btn_PAGE {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
    position: fixed;
    right: 10px;
    bottom: 0px;
    clear: both;
    z-index: 10;
}

img#GOTOP {
    width: 100%;
}

#FOOTER ul {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

#FOOTER li {
    font-size: 75%;
    padding-top: 35px;
    color: midnightblue;
    display: inline-block;
    width: 60px;
    height: 15px;
    text-align: center;
    margin-left: 0px;
    float: none;
    padding-left: 0px;
    font-weight: bold;
    background-size: cover;
}

#FOOTER li a {
    text-decoration: none;
    color: #000;
    display: block;
    width: 50px;
    height: 15px;
    cursor: pointer;
    z-index: 10;
}

.home {
    background-image: url(../templates/mobi_footer_btn1.jpg);
    background-position: center top;
}

.btn_news {
    background-image: url(../templates/mobi_footer_btn2.jpg);
    background-position: center top;
}

.btn_product {
    background-image: url(../templates/mobi_footer_btn4.jpg);
    background-position: center top;
}

.btn_ob1 {
    background-image: url(../templates/mobi_footer_btn3.jpg);
    background-position: center top;
}

.btn_ob2 {
    background-image: url(../templates/mobi_footer_btn5.jpg);
    background-position: center top;
}

.btn_back {
    background-image: url(../templates/mobi_footer_btn_back.jpg);
    background-position: center top;
}

.btn_ob3 {
    background-image: url(../templates/mobi_footer_btn6.jpg);
    background-position: center top;
}

#FOOTER a:hover li {

    -webkit-box-shadow: 2px 5px 5px #ccc;
    -webkit-box-shadow: inset 2px 2px 5px #666666;
}






/* ==頁首區=========== */

header {
    width: 100%;
    height: 60px;
    background: url(../templates/header.png) repeat-x;
    position: fixed;
    top: 0;
}

header h1 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    text-shadow: 2px 2px 5px #000;
    line-height: 60px;
    text-shadow: 1px 1px 3px #000;
    margin: 0 auto;
}

header a#MENU {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 11px;
    background-image: url(../templates/mm1.png);
    text-indent: -9999px;
    position: absolute;
    left: 14px;
    top: 15px;
}

header a#NAV {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 11px;
    background-image: url(../templates/mm2.png);
    text-indent: -9999px;
    position: absolute;
    right: 14px;
    top: 15px;
}

a#cart {
    /*background: center center no-repeat #fff;*/
    background-image: url(http://www.bagcasa.com/images/shop.png);
    /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA9CAYAAAAXicGTAAAACXBIWXMAABcSAAAXEgFnn9JSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/pJREFUeNrkWz9r20AUl0OgHQJ2pwZKsAodull7hyifIPkGcaDQQoe6n6Du1s0aulfZOsbQpVCIAx26VYYOHVKwyZJuMnTI5r5XntLn6935TpJtnX1wWNyT7t3v3t/749p0OvWWWfaaezH8HC+g65Or8VUsI9SWCRIAhvBzvqj+AWRN1r7tra6MoY409H36TaEONe8FUOs6RqsEGcPMdzVSz1RsCO+FmvcGbEKkZcvbgLIRILdB3KjTkUKdYoWKNJAOtaHo9y7UG0l7YyUgoQ4UhrsPYDwFUPymVZD342Wqa0dDVxl8qwTeo6VJEiUFEksEVTpn7llXhpJJitgkHEjcfY+eb5aprqiSiWBzGMOaBhJL4duB8G3KgrNIq5R3TYQsZS1DSCKo2FqCHGwCyPWXJDiMlBLossLFajMeDS0hD5utAWVxzQeamGT7zGkpaRiDJXTPkIcpv7/xWLmehA8w3r1c9wT989ok6BraF/b8E+pTgf4I6qXi212o1wraDv3+Nhifjse8924zL+32B6jsKLNL1dZCVQtlXnWT9aSTmQ+M1Wcrq6ExSMfiJffiyTyQrmY+oQ1IVyUZGIN0OPMJ+HLPZCPLKedD+09Ntqj3rEA6orKBOHYTkK45nzAPyPWXpIPOZ8bpmErSGecjOJ2xySrERZUNZGM2BemK8wmLgHRRkgMrkA45n0LqWnnnIzodEkx+kBVV2UAxViuQVXc+YRkgXZIkF4jdFRe+5wPlTcVAttnY7nGbtL398Yt19LqiHnbG6diqK5ZvDuSuXbHBVpIfoD6j509Q31YMYCoeKOcByTvYFU+Sq1qs1NXVPZ881874adc779/2/LWnPhooo+BRwA7x+w4TPlokyB9QD+n5xQrTONSorupCVZE4iQH3I9QHFdLGPsZIMWzkAkkJMKpIXYibKFmk4Q2rO4yG3vdrgcE/h3pf4IX88YTtCYvXWE4BZLsMkKgW2Y3jCdQj7l1pEiJv9lbyQxvbYX3hgN+zpv9uJcM7eEmqx5oOVN5+y0KKfPCh2CGqC81mnzV3Sgjor2R2B22RkFp2ioYQnvz2ZQFXMcAghxTFdWGkeZ3TDouCVC5jJDPM6X6ZqwlF3L4oKxlI86ZZBT2nySQ1ygLJpXNk4DSyYu10BFsPSH1VvHyWeU0KgSTGWSct8mwqe+I2eVYg9nkUrnQ2GZvwssldObMeXgzis0ybW4k3u4OdFyTndQx9n5HUbpMSyb8IumVlPGLHWIZkOzxJmFCYSQqkbbLLUmOyQfE6+YkuvbNdNKM9ngptrbIBkol0JFssTQmvk3n5a66/MZFqtgl0xvSC1DPW5ZE5ePmkiqE3e4KMWhWZZFR/BBgAlEJ+swy5GGkAAAAASUVORK5CYII=');*/
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    z-index: 1000;
    background-size: contain;
}

span#CART_NUM {
    display: block;
    background-color: #000;
    border-radius: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -8px;
    top: -3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}





/* ===新版頁首TOP=== */

.mui-bar {
    height: 55px;
    border-bottom: 1px solid #ccc;
}

.mui-bar .mui-icon {
    font-size: 30px;
    color: #000;
}

h1.mui-title img {
    height: 50px;
}




/*===舊版側邊選單===*/

nav#menu {
    background-color: #000;
    width: 100% !important;
    overflow-x: hidden;
    margin-top: -9px;
}

.transit-on {
    transform: translate(100%, 0px) !important;
    -webkit-transform: translate(100%, 0px) !important;
    -moz-transform: translate(100%, 0px) !important;
}

.metismenu {
    width: 100% !important;
    margin-top: 0px !important;
}

.menu-icon {
    width: 100% !important;
    height: 23px !important;
    background-image: url(templates/menu_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

#menu .metismenu {
    background-color: #000 !important;
}

#menu .metismenu li {
    border-bottom: 1px solid #ccc;
}

#menu li>span>a,
#menu li>span {
    border: none;
}

#menu .metismenu li a {
    padding: 10px 25px;
    color: #000;
}

#menu .metismenu li:after,
#menu .metismenu li:not(ul) span:after {
    border-bottom: none;
}

#menu .menu-child>li {
    border-bottom: none !important;
    font-size: 15px;
    padding-left: 0px;
    margin-left: 0;
}

ul.metismenu li a[href="3g_member.php?act=login"],
ul.metismenu li a[href="3g_member.php?act=logout"] {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF !important;
    background-color: #868686;
    padding-left: 0 !important;
}

ul.metismenu li a[href="3g_member.php"] {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF !important;
    background-color: #9c9c9c;
    padding-left: 0 !important;
}

#menu .metismenu>li>a {
    border-bottom: none !important;
}

.menu-cen>li,
.menu-sub>li {
    padding: 0 !important;
}

#menu .menu-child>li a {
    padding-left: 40px!important;
}

.metismenu .menu-cen {
    background-color: #ececec;
    padding: 0;
    color: #000;
}

.metismenu .menu-sub {
    background-color: #f5f5f5;
    padding: 0;
    color: #000;
}

.active a[aria-expanded="true"].menu-icon {
    background-image: url(templates/menu_btn-o.png);
}

.active span a {
    color: #199adb !important;
}

.menu-cen span a {
    color: #000 !important;
}

ul.menu-cen li.active span a {
    color: #199adb !important;
}

ul.menu-cen li.active ul.menu-sub li span a {
    color: #000 !important;
}

ul.metismenu li a[href="./3g_index.php"] {
    display: block;
    text-indent: -9999px;
    background-image: url(templates/logo.png);
    background-size: auto 36px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 22px !important;
    margin-bottom: 40px !important;
}



/*===新版側邊選單===*/

.mui-scroll-wrapper {
    background: #FFF;
}

#menu .metismenu {
    background-color: #FFF;
    margin-left: 0;
    padding-left: 0;
}

#menu .metismenu li {
    position: relative;
    list-style: none;
}

#menu .metismenu li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff !important;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}




/*====SWIPER選單===*/

#barnav {
    background-color: #4a227b;
    height: 45px;
    width: 100%;
    position: fixed;
    top: 60px;
    z-index: 5000;
}

#cata_bar {
    height: 45px;
    margin-left: -45px;
    padding-left: 45px;
    width: 100%;
}

#cata_bar .swiper-slide {
    line-height: 45px;
    font-size: 16px;
    text-align: center;
}


#cata_bar .swiper-slide .chFocus {
    background-color: #ff9900;
    color: #ffffff;
}

.toggle {
    display: inline-block;
    background: #4a227b;
    color: #FFF;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px #4a227b solid;
    z-index: 100;
    /* border-radius: 50px; */
    border-left: 2px solid #FFF;
    font-family: "微軟正黑體";
    padding: 5px 6px 5px 6px;
}

.fa.fa-caret-down {
    font-size: 16px;
}

.toggle:before {
    /* content: "分類"; */
    font-size: 9pt;
    position: absolute;
    margin-left: -10px;
    margin-top: -6px;
}

.nav {
    display: none;
    width: 100%;
    background-color: #f9cf4c;
    z-index: 9992;
    line-height: 45px;
    min-width: 100%;
    max-width: 100%;
    position: fixed;
    overflow: auto;
    top: 105px;
    bottom: 0px;
    z-index: 99;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.iconbox a {
    display: block;
    width: 33%;
    height: auto;
    float: left;
    text-align: center;
    color: #4e4e4e;
    padding: 20px 0 0 0;
    font-size: 15px;
    line-height: 0;
}

.iconbox .iconlist {
    width: 82px;
    height: 82px;
    margin: 0 auto 0 auto;
}

.iconbox p {
    /* margin-top: -10px; */
}

#slideBlock {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 105px;
}

#slideBlock .swiper-slide img {
    width: 100%;
    max-width: 900px;
    height: auto
}

#slideBlock .swiper-pagination-bullet {
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 5px;
}

#slideBlock .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

#slideBlock .swiper-pagination {
    bottom: 3px;
}

#slideBlock_1 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#slideBlock_1 .swiper-slide img {
    width: 100%;
    max-width: 900px;
    height: auto
}

#slideBlock_1 .swiper-pagination-bullet {
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 5px;
}

#slideBlock_1 .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

#slideBlock_1 .swiper-pagination {
    bottom: 3px;
}

#slideBlock_2 {
    background-color: #FFF;
}

#slideBlock_2 {
    width: 100%;
    max-width: 900px;
}

#slideBlock_2 .swiper-slide img {
    width: 100%;
    max-width: 900px;
    height: auto
}

.iList {
    border: 0px;
    box-shadow: 2px 2px 6px -2px rgba(20%, 20%, 40%, 0.5);
}

.swiper-slide {
    position: relative;
}

.swiper_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.swiper_mask p {
    position: relative;
    /* top: 50%; */
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz--ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
}

.Featured_topics,
.attention {
    width: 100%;
    max-width: 900px;
    font-size: 16px;
    color: #333;
    height: 35px;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
}

.attention {
    padding-top: 5px;
}






/* ==內容區=========== */

article {
    padding: 20px 0 20px 0;
}

article ul {
    margin: 22px 0px;
    padding: 0;
}

article li {
    list-style: none;
}

article li table {
    margin: 0px 0;
}

article li:first-child a {
    background-color: #fff;
    background-image: url(../templates/mobi_title_bg.jpg);
    color: #333;

    line-height: 60px;

    background-repeat: repeat;

    background-position: left top;

    font-size: 24px;

    text-decoration: none;

    height: 60px;

    padding-left: 20px;

    border: none;
}

article li:first-child td.mobi_prd_title a {
    color: #000;
    line-height: 1.6;
    font-size: 1.2em;
}

.mobi_prd_descript {
    font-weight: normal;
    color: #666;
    font-size: 0.9em;
    line-height: 1.2;
}

.mobi_prd_descript2 {
    font-weight: normal;
    color: #666;
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
    clear: both;
    letter-spacing: 1px;
}

.prd_price_group {
    padding-left: 10px;
    font-size: 0.8em;
    clear: both;
    display: block;
}

.mobi_prd_price {
    font-weight: normal;
    color: #000;
    font-size: 1em;
    line-height: normal;
    text-decoration: line-through;
}

.mobi_prd_price span {
    float: left;
}

.mobi_prd_price .price_ch {
    color: #C00;
    font-size: 1em;
    line-height: normal;
    vertical-align: middle;
}

.mobi_prd_price2 {
    font-weight: bold;
    color: #C00;
    font-size: 1.2em;
}

.mobi_prd_price2 span {
    float: left;
}

.mobi_prd_price2 .price_ch {
    color: #C00;
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: normal;
}

.mobi_prd_price3 {
    font-weight: bold;
    color: #C00;
    font-size: 1.2em;
}

.mobi_prd_price3 span {
    float: left;
}

.mobi_prd_price3 .price_ch {
    color: #C00;
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: normal;
}

article li:last-child a {}

article a {
    display: block;
    padding-bottom: 15px;
    line-height: 1.6;
    padding: 0 0px;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #999;
    margin-bottom: -1px;
    font-weight: bold;
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}

article a:hover {
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    /* IE6-9 */
}





/* ==搜尋列=========== */

.search_pop {
    padding-top: 50px;
    padding-bottom: 5px;
    height: 40px;
    width: 100%;
    position: fixed;
    z-index: 999 !important;
    left: -100%;
    top: 0px;
    background-color: #cb2650;
    /* transform: translate(-100%, 0px); */
    background-image: url(../templates/logo.png);
    background-size: auto 36px;
    background-repeat: no-repeat;
    background-position: center 15px;
}

.search_pop input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-color: #fff;
    display: inline-block;
    margin: 0;
    font-family: "微軟正黑體";
    border: none;
    position: relative;
    box-sizing: border-box;
    padding: 10px 25px;
    background-color: #ececec;
    font-weight: normal;
}

br {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 2px;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    width: 90%;
}

#search_submit {
    /* background-image:url(../images/search_submit.gif); */
    height: 45px;
    width: auto;
    border: none;
    margin-left: 3px;
    vertical-align: middle;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 67px;
    background-size: initial;
    background-color: transparent;
}





/* ==商品區=========== */

.PRODUCT_UL {
    background-image: url(../templates/mobi_title_bg.jpg);
    line-height: 60px;
    background-repeat: repeat;
    background-position: left top;
    font-size: 1.2em;
    color: #333;
    padding-left: 10px;
    font-weight: bold;
    font-family: "微軟正黑體";
    height: 60px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 60px;
}

.PRODUCT_UL a {
    color: #333;
    padding: 5px;
    text-decoration: none;
}

.PRODUCT_UL h3 {
    color: #333;
}

.PRODUCT_TITLE {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    padding: 15px;
}

table.PRODUCT_TB td {
    border: 0px solid #ccc;
    padding: 5px 10px;
    background-color: #E8E8E8;
}

.price_ch {
    font-size: 0.5em;
    clear: both;
    line-height: 1.5em;
    text-align: left;
}

.PRODUCT_BUY a {
    display: block;
    width: 80%;
    height: 50px;
    background-color: #cc0001;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 4px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 5px;
    /* -webkit-box-shadow:2px 5px 5px #ccc; */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cc0001), color-stop(0.5, #cc0001));
    margin: 0 auto;
    /* highlight-color 放在 a 上效果較好 */
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0.4);
    outline: none;
    /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
}

img[width="60%"]{
    width: 90% !important;
}

#add_cart_x {
    background-color: #cb264f;
    display: block;
}

.PRODUCT_BUY a:hover {
    color: #FFFFFF;

    -webkit-box-shadow: 2px 5px 5px #ccc;
    -webkit-box-shadow: inset 2px 2px 5px #666666;
}

.PRODUCT_FB a {
    display: block;
    width: 90%;
    height: 50px;
    background-color: #cb264f;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 5px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 5px 5px #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cb264f), color-stop(0.5, #cb264f));
    margin: 0 auto;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0.4);
    outline: none;
}

.PRODUCT_FB a:hover {
    color: #FFFFFF;
    -webkit-box-shadow: 2px 5px 5px #ccc;
    -webkit-box-shadow: inset 2px 2px 5px #666666;
}

.PRODUCT_BUY_s {
    display: none;
}

.DATA_CONTENT {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.DATA_CONTENT img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    text-align: center;
}

a.icon1,
a:hover.icon1 {
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    display: block;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-size: 1.3em;
    font-weight: normal;
}

a.icon2,
a:hover.icon2 {
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    display: block;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-size: 1.3em;
    font-weight: normal;
}

a.icon3,
a:hover.icon3 {
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    display: block;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-size: 1.3em;
    font-weight: normal;
}

a.icon4,
a:hover.icon4 {
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    display: block;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-size: 1.3em;
    font-weight: normal;
}

a.icon5,
a:hover.icon5 {
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    display: block;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-size: 1.3em;
    font-weight: normal;
}

a.icon6,
a:hover.icon6 {
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    display: block;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-size: 1.3em;
    font-weight: normal;
}

a.icon7,
a:hover.icon7 {
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    display: block;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-size: 1.3em;
    font-weight: normal;
}

a.icon8,
a:hover.icon8 {
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    display: block;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-size: 1.3em;
    font-weight: normal;
}

a:hover.icon1,
a:hover.icon2,
a:hover.icon3,
a:hover.icon4,
a:hover.icon5,
a:hover.icon6,
a:hover.icon7,
a:hover.icon8 {
    -webkit-box-shadow: 2px 5px 10px #333;
    -webkit-box-shadow: inset 1px 1px 3px #ccc;
    color: #cb264f;
    background-color: #fefefe;
}

ul.SIDE_UL {
    margin: 0;
    padding: 0;
}

ul.SIDE_UL li a {
    line-height: 50px;
    padding: 0 0 0 80px;
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-color: #fff;
    color: #000;
    font-size: 100%;
    border: 1px solid #ccc;
    height: 50px;
}

ul.SIDE_UL li a:hover {
    -webkit-box-shadow: 2px 5px 10px #333;
    -webkit-box-shadow: inset 1px 1px 3px #ccc;
    color: #cb264f;
    background-image: url(../templates/mobi_list_arrow.png);
    background-color: #dddddd;
}

ul.SIDE_UL li ul.SIDE_UL li a {
    line-height: 40px;
    padding: 0 0 0 80px;
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    background-color: #eee;
    color: #000;
    font-size: 100%;
    border: 1px solid #ccc;
    height: 40px;
    background-size: 9px;
}





}
ul.SIDE_UL2 {
    margin: 0;
    padding: 0;
}
ul.SIDE_UL2 li a {
    line-height: 50px;
    padding: 0 0 0 110px;
    background-image: url(../templates/mobi_list_arrow.png);
    background-repeat: no-repeat;
    background-position: 60px center;
    background-color: #eeeeee;
    color: #000;
    font-size: 100%;
}
ul.SIDE_UL2 li a:hover {
    -webkit-box-shadow: 2px 5px 10px #333;
    -webkit-box-shadow: inset 1px 1px 3px #ccc;
    color: #cb264f;
    background-image: url(../templates/mobi_list_arrow.png);
    background-color: #dddddd;
}
ul.sub {
    display: none;
}
ul.third {
    display: none;
}


ul.STEP_UL {
    line-height: 50px;
    background-repeat: repeat;
    background-position: left top;
    font-size: 100%;
    color: #666;
    clear: both;
    width: 100%;
    margin: 80px 0px 0 0px;
    padding: 0;
}
ul.STEP_UL li {
    display: inline;
    padding: 5px 5px;
    background-color: #eee;
    background-image: url(../templates/step_bg.png);
    background-position: right center;
}
ul.STEP_UL li.STEP_ON {
    display: inline;
    padding: 5px 5px;
    background-color: #cb264f;
    color: #FFF;
}
ul.STEP_UL li.STEP_ON a {
    color: #FFF;
}
.STEP_UL a {
    color: #666;
    padding: 5px;
}
ul.STEP_UL li.no_bg {
    background-image: none;
}
.total-amount {
    /* border-bottom:#ccc solid 1px; */

    padding: 10px;
    text-align: center;
    font-size: 120%;
    background-color: #eee;
    padding-top: 30px;
}

.NORMAL_UL {
    padding: 10px;
}
.tablelist_title {
    font-weight: bold;
}




/* ----------------
   View list
   ----------------*/
.list-wrap {
    background: #fff;
}
.view-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF;
}
.view-list li {
    display: block;
    position: relative;
    min-height: 40px;
    border-bottom: #ccc solid 1px;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
.view-list li a {
    color: #264564;
    position: relative;
}
.view-list li a .tapfix {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: 100%;
}

.view-list.single-line li {
    background: url(/img/new/list_arw.png) no-repeat right center;
    height: 44px;
    line-height: 46px;
    font-size: 16px;
}
.view-list.single-line li a {
    display: block;
    height: inherit;
    line-height: inherit;
    padding: 0 34px 0 12px;
    overflow: hidden;
}

.view-list.multi-line li {
    padding: 8px 38px 8px 10px;
}
.view-list.multi-line li .ico-arw {
    background: url(/img/new/list_arw.png) no-repeat right center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
}
.view-list.multi-line li .item .img-box {
    width: 80px;
    min-height: 80px;
    float: left;
}
.view-list.multi-line li .item .img-box img {
    width: inherit;
}
.view-list.multi-line li .item .item-name {
    margin-left: 10px;
}
.view-list.multi-line li .item .info-box {
    margin-left: 90px;
    font-size: 16px;
}

.view-list.has-num li {
    padding-left: 20px;
}
.view-list.has-num li .num {
    display: block;
    position: absolute;
    height: 100%;
    width: 20px;
    background-color: #f1f1f1;
    color: #777;
    text-align: center;
    line-height: 3em;
    font-size: 13px;
    left: 0;
    top: 0;
}
.view-list.has-num li .item .img-box {
    width: 60px;
    min-height: 60px;
    float: left;
    margin-left: 6px;
}
.view-list.has-num li .item .item-name {
    margin-left: 76px;
}

.view-list.has-rank li .num {
    background: url(/img/new/num_base.png) no-repeat 0 0;
    width: 30px;
    height: 25px;
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #2e281d;
    text-shadow: 0 1px #fff;
    text-align: center;
    position: absolute;
    top: -1px;
    left: 5px;
    z-index: 10;
}





/* ----------------
   item
   ----------------*/
.item {
    position: relative;
    min-height: 1px;
    line-height: 1.4;
}
.item:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.item .item-name {
    display: block;
    font-size: 18px;
    width: 35%;
    float: left;
    color: #000;
    line-height: 30px;
}
.item .item-name.sub {
    font-size: 100%;
    font-weight: normal;
}
.item .img-box img {
    display: block;
    margin: 0 auto;
}
.item .info-box {
    padding: 5px 0;
    font-size: 100%;
}
.item-info.price {
    color: #353840;
    float: left;
    width: 55px;
    margin: 0 auto;
    text-align: right;
    display: block;
    background-image: url(../images/icon_price3.jpg);
    background-size: contain;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left 7px;
    line-height: 30px;
    margin-left: 10px;
}
.item .info-box .item-info.price .t-alert,
.item .info-box .item-info.price .t-price {
    margin: 0 2px;
}
.item .info-box .item-info.period {
    font-size: 86.666%;
}
.item .info-box .item-info.og-price {
    color: #7f8c8d;
}
.item .info-box .item-info.qt {
    padding: 4px 0;
    color: #000;
    float: left;
    width: 20%;
}
.item .info-box .item-info.alert {
    color: #ff5f4e;
    padding: 2px 0;
}
.item .info-box .item-info.score,
.item .info-box .item-info.gift {
    padding: 2px 0;
}
.item .btn-wrap {
    padding: 5px 0 0;
}
.item-info.qt .select-box.sel-qt {
    min-width: 40px;
    text-align: center;
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: "微軟正黑體", "Arial", "Helvetica", "sans-serif";
    font-size: 18px;
    border-radius: 5px;
    width: 45px;
    background-color: #f5f5f5;
}
form#mobile_cart_goods {
    margin-top: -50px;
}




/* ----------------
   form
   ----------------*/
.form {
    display: block;
    margin: 0 auto;
    width: 87.5%;
    max-width: 400px;
    min-height: 200px;
    padding-top: 6px;
    padding-bottom: 12px;
}
.form .field {
    padding: 6px 0;
}
.form .field .captcha {
    padding: 0 2px 2px;
}
.form .field .captcha img {
    vertical-align: middle;
    margin-right: 8px;
}
.form .input-box {
    display: block;
    background: #fff;
    width: 97.333%;
    height: 38px;
    border: #b7b7b7 solid 1px;
    -webkit-box-shadow: inset 0 1px 5px 0 #c6c6c6;
    box-shadow: inset 0 1px 5px 0 #c6c6c6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 1%;
}
.form .input-box:focus {
    border-color: #a0e800;
}

.placeholder {
    color: #aaa;
}

.custom-label {
    display: inline-block;
    margin-right: .2em;
    cursor: pointer;
}
.custom-radio,
.custom-check {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 .2em;
    width: 22px;
    height: 22px;
    background: url(/img/new/ico_checkradio.png) no-repeat 0 0;
}
.custom-radio {
    background-position: 0 -25px;
}
.custom-check.focus {
    background-position: -25px 0;
}
.custom-radio.focus {
    background-position: -25px -30px;
}
.custom-check.checked {
    background-position: -50px 0;
}
.custom-radio.checked {
    background-position: -50px -25px;
}
.custom-check.checked.focus {
    background-position: -75px 0;
}
.custom-radio.checked.focus {
    background-position: -75px -25px;
}

.select-box.sel-qt {
    min-width: 30px;
    text-align: center;
    float: left;
    height: 40px;
    font-family: "微軟正黑體", "Arial", "Helvetica", "sans-serif";
    font-size: 18px;
    width: 50px;
}
.btn-delete {
    background: #FFF;
    color: #000;
    width: 22px;
    height: 22px;
    line-height: 20px;
    padding: 0;
    -webkit-box-shadow: white;
    box-shadow: white;
    border-color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
}


.ADD_MEMBER a {

    display: block;
    width: 150px;
    height: 40px;
    background-color: #FFF;
    color: #FFF;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    float: left;
    vertical-align: middle;
    border: 1px solid #693;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 5px 5px #ccc;
    background: #bfd255;
    /* Old browsers */

    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0);
    /* IE6-9 */

    margin: 0 auto;
    /* highlight-color 放在 a 上效果較好 */

    -webkit-tap-highlight-color: rgba(255, 0, 0, 0.4);
    outline: none;
    /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
}

.ADD_MEMBER a:hover {
    color: #FFF;

    -webkit-box-shadow: 2px 5px 5px #ccc;
    -webkit-box-shadow: inset 2px 2px 5px #666666;
}





/* ==收貨人資料========== */
.FormWrap {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}
.FormWrap ul {
    margin-left: 0;
    padding-left: 0px;
}
.FormWrap ul li {
    list-style: none;
}
.Shipping fieldset ul li.Row {
    padding: 20px 0;
    display: block;
}
.ItemHead {
    color: #000;
    font-size: 1.1em;
    line-height: 2;
}
.input,
.input-2,
.product-memo-input {
    padding: 0px;
    margin: 0px 5px 10px 0;
    height: 30px;
    width: 80%;
    font-family: "蘋果儷黑體", "微軟正黑體", "Arial", "Helvetica", "sans-serif";
}
.product-memo-input {
    padding: 0px 5px;
    margin: 0px 5px 10px 0;
    height: 36px;
    width: 100%;
    font-family: "蘋果儷黑體", "微軟正黑體", "Arial", "Helvetica", "sans-serif";
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #999;
    box-sizing: border-box;
}
select.input-2 {
    padding: 0px;
    margin: 0px 5px 10px 0;
    height: 40px;
    width: 80%;
    line-height: 40px;
    font-family: "微軟正黑體", "Arial", "Helvetica", "sans-serif";
    font-size: 18px;
}
input.btn {
    width: 20px;
    height: 20px;
    padding: 10px;
}
.Text {
    color: #000;
    border-radius: 10px;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    background: #fff;
    padding: 3px 6px 3px 8px;
    border: solid 1px #444241;
    outline: none;
    width: 95%;
    height: 30px;
    font-family: Georgia, "微軟正黑體", Times, serif;
    vertical-align: middle;
}

input[type=checkbox] {
    visibility: hidden;
}



/* SQUARED FOUR */
.squaredFour {
    width: 100px;
    /* margin: -25px 5px 0 125px; */

    position: relative;
    /* float: right; */
    /* margin-top: -30px; */
    /* min-width: 50px; */
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
input[type=checkbox],
input[type=radio] {
    border: 1px solid #c0c0c0;
    margin: 0 0.1em 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1em;
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));

    -webkit-appearance: none;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -webkit-border-radius: 0.25em;
    vertical-align: text-top;
    display: inline-block;
}

input[type=radio] {
    -webkit-border-radius: 2em;
    /* Make radios round */
}

input[type=radio]:checked::after {
    content: "●";
    display: block;
    height: 16px;
    line-height: 17px;
    font-size: 20px;
    text-align: center;
    color: #333333;
}
.Consignee h3 {
    padding-left: 20px;
    color: #000000;
}
.normal .input-1,
.normal select {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0px;
    margin: 0px 5px 10px 0;
}

select {
    height: 30px;
    padding: 0px;
    margin: 0px 5px 10px 0;
}
.product-number select[id="select_num"] {
    height: 36px;
    border-radius: 5px;
    font-family: inherit;
    font-size: 18px;
    padding: 5px;
    margin-top: -20px;
    margin-bottom: -50px;
    box-sizing: border-box;
    width: 100px;
    margin-left: 20px;
    background-color: #FFF;
}

.ItemBox textarea {
    width: 93%;
}
.ItemBox input.Text {
    width: 100%;
    margin: 3px 0;
}

input[name=tel_home],
input[name=tel_com] {
    width: 40px;
}
input[name=tel_home1],
input[name=tel_com1] {
    width: 55%;
    clear: both;
    margin-right: 20px;
}
input[name=tel_com2] {
    width: 30%;
}

input[type=password],
input[name="item_name[2]"] {
    /* width: 93% !important; */
}
input[name=home_ZipCode],
input[name=addr_home],
input[name=com_ZipCode],
input[name=addr_com] {
    width: 30%;
}

.data-pwdp {
    color: #F00;
    font-size: 82%;
    padding: 0;
    margin-top: 0px;

    display: block;
}






/* ==商品表格=========== */
.RESULT_TB td {
    padding: 5px;
    font-size: 90%;
}
.RESULT_TB td.PRODUCT_UL {
    padding: 0px 15px;
    height: 20px;
    border: none;
}
.RESULT_TB td.t-price {
    padding-right: 20px;
}
.RESULT_TB td {
    border-bottom: #ccc solid 1px;
}

.more a {
    padding: 10px 10px 10px 20px;
    float: right;
    display: block;
    font-size: 100%;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    text-indent: -9999px;
    width: 60px;
    color: #999;
    font-weight: bold;
    background-image: url(../templates/mobi_more.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.more a:hover {
    color: #CCCCCC;
}


#textarea_addmember {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
}
a.link {
    color: #cb264f;
}
.link {
    color: #cb264f;
}


.t-price.red.font_150 {
    font-size: 100%;
    color: #555452;
}
td.item-name {
    font-size: 90%;
}






/* ==團購區=========== */
#CONTENT ul table {
    width: 100%;
}
#CONTENT ul table td.font_120 {
    font-size: 100%;
}
.prd_price_group {
    float: left;
    clear: both;
    text-align: left;
    padding-right: 5px;
    padding-left: 0;
}
.mobi_prd_price2,
.mobi_prd_price3 {
    font-size: 150%;
}
.groupon_pic {
    width: 150px;
    padding: 0;
    margin: 0;
    position: relative;
}
.groupon_pic .tag_mask {
    position: absolute;
    left: -20px;
    top: -10px;
    z-index: 10;
    width: 70px;
}
.groupon_pic .groupon_img {
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 1;
    width: 130px;
    max-height: 110px;
}
.COUNT_BG {
    background-image: url(mobile_groupon_count_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 39px;
    height: 20px;
    font-size: 70%;
    color: #FFF;
    line-height: 20px;
    text-align: center;
    float: left;
    font-weight: bold;
}
.GROUPON_PRICE {}
.GROUPON_CONTENT {}
.GROUPON_CONTENT li a,
.GROUPON_CONTENT li a:hover {
    background-color: #f5f5f5;
    background-image: url(mobi_list_arrow2.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    padding-left: 30px;
    font-size: 150%;
}
.MASK {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
    margin: 10px 0;
}
.MASK #TAG {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.MASK #TAG img {}
.MASK #PRODUCT {
    clear: both;
    z-index: 1;
    margin: 0 auto;
    width: 90%;
    padding: 10px;
    height: auto;
}
.MASK #PRODUCT img {
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    clear: both;
    height: auto;
    overflow: hidden;
}
li.TITLE {
    height: 45px;
}
.GROUPON_ARTICLE li a {
    min-height: 115px;
}




/*====產品清單====*/
article #productList a{
    border:5px solid #e2e2e2;
    margin-bottom:20px;
}
#productList {
    width: 90%;
    margin: 0 auto;
}
#productList ul li {
    margin-bottom: 10px;
}
#productList ul table {
    width: 100%;
}
#productList td {
    padding: 0;
    display: flow-root;
    width: 100% !important;
}
#productList .mobi_prd_title {
    background-color: #e2e2e2;
    padding:10px;
}
#productList a img {
    width: 100%;
    height: auto;
}
#productList .prd_price_group{
    background-color: #e2e2e2;
    width: 100%;
    padding: 5px 10px;
    border-top:2px solid #FFF;
}

#productList a[href="3g_c1.php"] {
    border:none;
    background-image: url(../images/index_title.gif);
    height: 65px;
    font-size: 40px;
    padding-left: 50px;
}
#productList a.COLOR_RED img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    min-width: 20px;
    min-height: 20px;
}

#productList a imgarticle li:last-child a {}
article li:last-child a.RED {
    width: 10px;
    height: 10px;
}




/* ==表單=========== */
#SUPPORT_TB {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
#SUPPORT_TB td {
    font-size: 100%;
    padding: 3px 0;
    font-family: "微軟正黑體";
    background: transparent;
}
#SUPPORT_TB span.import input {
    width: 24px;
    height: 24px;
}
#SUPPORT_TB td.gray {
    color: #000;
}
.red {
    color: #FF0000;
}
#SUPPORT_TB input,
#SUPPORT_TB select {
    width: 95%;
    font-size: 100%;
    font-family: "微軟正黑體";
    background-color: #fff;
    border: 1px solid #999;
    color: #000;
    padding: 2px 5px;
    border-radius: 5px;
}
#SUPPORT_TB textarea.input {
    width: 95%;
    height: 100px;
    font-size: 100%;
    font-family: "微軟正黑體";
    background-color: #fff;
    border: 1px solid #999;
    color: #000;
    padding: 2px 5px;
}
#SUPPORT_TB #tel_home_textfie {
    width: 10%;
}
#SUPPORT_TB #tel_home1_textfie {
    width: 95%;
}
.hidden {
    display: none;
}
.member-ps {
    float: left;
    font-size: 80%;
    display: none;
}
.gray font[color="#FF0000"] {
    font-size: 80%;
}
input[id="item_name[39]"],
input[id="item_name[41]"] {
    float: left;
    margin-top: -25px;
}
img[id=seccode] {
    display: block;
    width: auto !important;
    height: 30px !important;
}
.gray br {
    display: none;
    height: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
}
#SUPPORT_TB .member-title,
.member-title h4 {
    display: none;
}
#SUPPORT_TB .member-ps {
    margin-bottom: 10px;
    margin-top: -10px;
}





/* ==相簿=========== */
#GALLERY {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
ul.photo_gallery_list {
    display: block;
    width: 43%;
    height: 110px;
    list-style: none;
    margin: 10px;
    position: relative;
    padding: 0;
}
li.photo_title {
    display: block;
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: #000000;
    color: #FFF;
    text-align: center;
    width: 95%;
    font-weight: bold;
    z-index: 100;
    padding: 0;
    opacity: 0.7;
    overflow: hidden;
    font-size: 90%;
}
li.photo_title a {
    color: #FFFFFF;
    text-decoration: none;
}
li.photo_background {
    width: 100%;
    height: 110px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
li.photo_background img {
    width: 110%;
    height: 120px;
    margin: -5px 0 0 -5px;
}





/* ==線上諮詢浮動按鈕======== */
#FLOAT_CONTACT {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 10%;
    opacity: 0.8;
    z-index: 3000;
}
#FLOAT_CONTACT table {
    width: 100%;
    background-image: url(../images/float_contact_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
}
#FLOAT_CONTACT img {
    width: 80%;
    margin: 0;
    padding: 0;
    display: block;
}
#FLOAT_CONTACT a:active img {
    opacity: 0.6;
    -webkit-box-shadow: none;
}
span[style="padding-left:30px;"] {
    word-wrap: break-word;
    /* width: 60%; */
    /* display: inline; */

    height: 20px;
    /* margin: -5px; */

    font-size: 90%;
}

.header_login {
    display: none;
}
ul.PRODUCT_UL {
    margin-top: -5px;
    margin-bottom: 0px !important;
    text-indent: -9999px;
    padding: 0;
    display: none;
}


.class_pop {
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    border-bottom: 1px solid #c7c7c7;
}
.class_pop select {
    height: 36px;
    border-radius: 5px;
    font-family: inherit;
    font-size: 16px;
    padding: 5px;
    width: 100%;
    background-color: #f5f5f5;
    color: #666;
}

.product-no-item,
form .mobi_prd_descript2:nth-child(1) {
    display: none !important;
}
.item_list .mobi_prd_descript2 {
    display: block;
}