/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
	+common
		=anchor
		=clear,clearfix
		=ellipsis
	=mmenu
	+header
		=logo
		=site-func
		=site-nav
	+content-main
		=banner
		=about-app
	+footer
		=footer-link
	+width: 1715↓
	+width: 1330↓
	+width: 600↓
	+width: 480↓
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

body {
    position: relative;
    color: #000;
    font: 13px "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif, SimSun;
}

.hide {
    display: none !important;
}

.btn {
    width: 48%;
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 50px;
    background-color: #228ea7;
    box-shadow: 3px 3px 5px 6px #ccc;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}

/**
*
* =anchor
*
**/

a:visited {
    color: #000;
    text-decoration: none;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #f09192;
    text-decoration: underline;
}

/**
*
* =clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */

/**
*
* =ellipsis
*
**/

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis.multiline {
    white-space: normal;
    word-wrap: break-word;
}

/* +header
*----------------------------------------------------------------------------*/

header {
	position: relative;
    margin-bottom: 10px;
}

header .wrap {
    clear: both;
    background-color: #228ea7;
}

header .wrap:before {
    content: "";
    display: block;
    float: left;
    width: 88px;
    height: 75px;
    background-color: #f0b71d;
}

/**
*
* =site-func
*
**/

header #site-func {
	float: right;
	margin: 20px 94px 20px 0;
}

header #site-func h3 {
    display: none;
}

header #site-func ul {
	overflow: hidden;
    list-style: none;
}

header #site-func ul li {
    float: left;
    margin-right: 10px;
}

header #site-func ul li a {
    display: block;
    text-indent: -100000px;
}

header #site-func ul li.global a {
    width: 55px;
    height: 38px;
    background: url(../i/icon-global.png) no-repeat 0 0/100% 100%;
}

header #site-func ul li.coupon a {
    width: 52px;
    height: 38px;
    background: url(../i/icon-coupon.png) no-repeat 0 0/100% 100%;
}

header #site-func ul li.cart a {
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 55px;
    background: url(../i/icon-cart.png) no-repeat 0 0/52px 38px;
    color: #228ea7;
    font-size: 24px;
    text-decoration: none;
    text-indent: 0;
}

header #site-func ul li.sign a {
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 55px;
    background: url(../i/icon-sign-out.png) no-repeat 0 0/52px 38px;
    color: #228ea7;
    font-size: 24px;
    text-decoration: none;
    text-indent: 0;
}

header #site-func ul li.search {
    padding-left: 10px;
    background-color: #f6f7f7;
}

header #site-func ul li.search .text {
    display: inline-block;
    width: 250px;
    height: 30px;
    padding: 0 5px;
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    vertical-align: middle;
    box-shadow: inset 0 0 5px 5px #ccc;
}

header #site-func ul li.search .btn-search {
    display: inline-block;
    width: 58px;
    height: 38px;
    border: none;
    background: url(../i/icon-search.png) no-repeat 0 0/100% 100%;
    text-indent: -100000px;
    vertical-align: middle;
}

/**
*
* =mobile-func
*
**/

header .mobile-func {
    display: none;
    width: 80%;
    margin: 0 auto 10px;
    padding: 15px 0 0;
    text-align: center;
}

header .mobile-func .cart {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fefefe;
    font-size: 18px;
}

header .mobile-func .cart img {
    vertical-align: -7px;
}

header .mobile-func .cart a {
    color: #f09192;
    font-weight: bold;
}

header .mobile-func .search-bar {
    overflow: hidden;
    height: 36px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    border-radius: 5px;
    background-color: #fff;
}

header .mobile-func .search-bar h3 {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 15px;
    color: #9a9a9a;
}

header .mobile-func .search-bar form {
    position: relative;
    height: 36px;
    margin-left: 75px;
    padding: 0 35px 0 0;
}

header .mobile-func .search-bar form input[type="search"] {
    display: block;
    width: 100%;
    height: 36px;
    border: none;
    color: #8c8c8c;
}

header .mobile-func .search-bar form .btn-search {
    position: absolute;
    top: 2px;
    right: 0;
    width: 32px;
    height: 32px;
    border: none;
    background: url(../i/icon-search02.png) no-repeat 0 0/100% 100%;
    text-indent: -100000px;
}

/**
*
* =logo
*
**/

header .logo {
	float: left;
    background-color: #fff;
}

header .logo img {
    display: block;
    height: 65px;
    margin: 5px 20px;
}

/**
*
* =site-nav
*
**/

#site-nav {
	float: left;
    background-color: #228ea7;
}

#site-nav h3 {
    display: none;
}

#site-nav h3 a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
    background-color: #f09192;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    outline: none;
}

#site-nav h3 a i {
    float: right;
    margin: 9px 0 0;
}

#site-nav ul {
    list-style: none;
}

#site-nav ul li {
    position: relative;
    float: left;
}

#site-nav ul li a {
    display: block;
    height: 75px;
    line-height: 75px;
    padding: 0 20px;
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    outline: none;
}

#site-nav ul li.active a,
#site-nav ul li a:hover {
    background-color: #b4dae2;
}

#site-nav ul li img {
    width: 40px;
    vertical-align: -10px;
}

#site-nav ul li .product-list {
    display: none;
    position: absolute;
    top: 105px;
    right: 0;
    z-index: 10;
    width: 300px;
}

#site-nav .product-list ul li {
    float: none;
    border-bottom: 1px solid #ccc;
}

#site-nav .product-list ul li:last-child {
    border: none;
}

#site-nav .product-list ul li a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 55px;
    background: #fff url(../i/bg-product-category.png) no-repeat 20px center;
    color: #f09192;
    font-size: 24px;
    text-decoration: none;
    outline: none;
}

#site-nav .product-list ul li.hot a {
    background: #fff url(../i/bg-product-category-hot.png) no-repeat 20px center;
}

#site-nav .product-list ul li.with-sub a:after {
    position: absolute;
    top: 21px;
    right: 15px;
    content: "";
    width: 30px;
    height: 15px;
    background: url(../i/icon-arrow-down01.png) no-repeat 0 0;
}

#site-nav .product-list ul li ul {
    display: none;
    border-top: 1px solid #ccc;
}

#site-nav .product-list ul li ul li {
    background-color: #f5d1d1;
}

#site-nav .product-list ul li ul li:last-child {
    border: none;
}

#site-nav .product-list ul li ul li a {
    padding-left: 75px;
    background-image: none !important;
    color: #a35253;
}

#site-nav .product-list ul li.with-sub ul li a:after,
#site-nav .product-list ul li          ul li a:after {
    background: none;
}

#site-nav .product-list ul li ul li.active a {
    background-color: #f09192;
    color: #fff;
}

/* +content-main
*----------------------------------------------------------------------------*/

/**
*
* =banner
*
**/

#content-main .banner {
	position: relative;
}

#content-main .banner h2 {
    display: none;
}

#content-main .banner .jqcycle2 {
    position: relative;
    width: 100%;
    margin: 5px 0;
}

#content-main .banner .jqcycle2 ul {
    list-style: none;
}

#content-main .banner .jqcycle2 ul li {
    width: 100%;
}

#content-main .banner .jqcycle2 ul li img {
    display: block;
    max-width: 100%;
}

#content-main .banner .pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}

#content-main .banner .pager a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background: url(../i/icon-banner-pager.png) no-repeat 0 0;
    cursor: pointer;
}

#content-main .banner .pager a.active {
    background: url(../i/icon-banner-pager.png) no-repeat 0 -14px;
}

#content-main .banner a.prev {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 101;
    width: 23px;
    height: 50px;
    background: url(../i/icon-arrow-left01.png) no-repeat 0 0;
    cursor: pointer;
}

#content-main .banner a.prev:hover {
    background: url(../i/icon-arrow-left01.png) no-repeat 0 -50px;
}

#content-main .banner a.next {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 101;
    width: 23px;
    height: 50px;
    background: url(../i/icon-arrow-right07.png) no-repeat 0 0;
    cursor: pointer;
}

#content-main .banner a.next:hover {
    background: url(../i/icon-arrow-right07.png) no-repeat 0 -50px;
}

#content-main .banner table {
    width: 100%;
    margin: 5px 0 10px;
}

#content-main .banner table td {
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
    background-size: 100% 100%;
    text-align: left;
    vertical-align: top;
}

#content-main .banner table td:last-child {
    border-right: none;
}

#content-main .banner table td.padding-right {
    border-right: 15px solid #fff;
}

#content-main .banner table td.no-bottom {
    border-bottom: none;
}

#content-main .banner table td.align-center {
    text-align: center;
}

#content-main .banner table td img {
    display: block;
    max-width: 100%;
    opacity: 0;
}

/**
*
* =crumb
*
**/

#crumb {
    position: relative;
    overflow: hidden;
    padding: 3px 0 3px 20px;
    border-bottom: 1px solid #0095b1;
}

#crumb h3 {
    display: none;
}

#crumb ul {
    overflow: hidden;
    list-style: none;
}

#crumb ul li {
    position: relative;
    float: left;
    margin-right: 8px;
    padding: 0 17px 0 0;
    background: url(../i/icon-arrow-right01.png) no-repeat right 8px;
    color: #0095b1;
    font-size: 24px;
}

#crumb ul li:last-child {
    margin: 0;
    padding: 0;
    background: none;
}

#crumb ul li.category {
    padding-left: 29px;
}

#crumb ul li.category:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 24px;
    height: 22px;
    background: url(../i/bg-crumb-category.png) no-repeat 0 0;
}

#crumb ul li a {
    color: #0095b1;
    font-size: 24px;
    text-decoration: none;
    outline: none;
}

#crumb .btn-category {
    display: none;
    position: absolute;
    top: -6px;
    right: 10px;
    float: left;
    margin-right: 15px;
    font-size: 40px;
    line-height: 50px;
    outline: none;
}

/**
*
* =banner-list
*
**/

#content-main .banner-list {
    margin-bottom: 20px;
}

#content-main .banner-list h3 {
    display: none;
}

#content-main .banner-list ul {
    overflow: hidden;
    list-style: none;
}

#content-main .banner-list ul li {
    float: left;
    width: 23%;
    margin: 0 1%;
}

#content-main .banner-list ul li img {
    display: block;
    width: 100%;
}

/* +footer
*----------------------------------------------------------------------------*/

footer {
    padding: 50px 0 0;
}

footer .best-browse {
    padding: 10px;
    color: #008ca5;
    font-size: 18px;
    text-align: center;
}

footer .best-browse a {
    color: #008ca5;
}

/**
*
* =qa
*
**/

footer .qa {
    margin-bottom: 20px;
}

footer .qa h3 {
    display: none;
}

footer .qa ul {
    overflow: hidden;
    list-style: none;
}

footer .qa ul li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
}

footer .qa ul li:last-child {
    margin-right: 0;
}

footer .qa ul li img {
    display: block;
    width: 100%;
}

/**
*
* =footer-link
*
**/

footer .footer-link {
	overflow: hidden;
    padding: 0 0 0 50px;
}

footer .footer-link h3 {
	display: none;
}

footer .footer-link img {
    float: left;
    margin: 0 50px 20px 0;
}

footer .footer-link .list {
	float: left;
    margin: 0 30px 30px 0;
}

footer .footer-link .list h4 {
    margin: 0 0 20px;
    color: #008ca5;
    font-size: 20px;
}

footer .footer-link .list ul {
    list-style: none;
}

footer .footer-link .list ul li {
    font-size: 18px;
}

footer .footer-link .list ul li a,
footer .footer-link .list ul li p {
    color: #55b4c6;
}

footer .footer-link .list ul li .active {
    color: #c7a200;
}

/* +width: 1715↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 1715px) {

header .wrap:before {
    display: none;
}

header #site-func {
    margin-right: 20px;
}

header .wrap {
    padding: 0 0 0 20px;
}

header .wrap .logo {
    position: absolute;
    top: 0;
    left: 0;
}
}

/* +width: 1150↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {

header #site-func ul li.search .text {
    width: 150px;
}

#site-nav ul li a {
    padding: 0 10px;
    font-size: 20px;
}

footer .qa ul li {
    width: 32%;
    margin: 0 0.5%;
}

footer .qa ul li:first-child,
footer .qa ul li:last-child {
    display: none;
}

footer .qa ul li:nth-child(2) {
    margin-left: 1%;
}

footer .qa ul li:nth-child(4) {
    margin-right: 1%;
}
}

/* +width: 1100↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1100px) {

#crumb .btn-category {
    display: block;
}
}

/* +width: 860↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 860px) {

header {
    background-color: #303030;
}

header #site-func {
    display: none;
}

header .wrap {
    padding: 90px 0 0;
}

header .wrap .mobile-func {
    display: block;
}

header .wrap .logo {
    left: 50%;
    margin: 10px 0 10px -85px;
    padding: 10px;
}

header .wrap .logo img {
    left: 50%;
    margin: 0;
}

#site-nav {
	float: none;
    width: 80%;
    margin: 0 auto 20px;
}

#site-nav h3 {
    display: block;
}

#site-nav ul,
#site-nav ul li .product-list ul li ul {
    display: none;
}

#site-nav ul li {
    float: none;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

#site-nav ul li a {
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

#site-nav ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    content: "+"
}

#site-nav ul li.active a,
#site-nav ul li        a:hover {
    background-color: #fff;
}

#site-nav ul li .product-list {
    display: none;
    position: static;
    width: auto;
}

#site-nav ul li .product-list ul {
    display: block;
}

#site-nav ul li .product-list ul li a::after {
    content: "";
}

#site-nav ul li img {
    display: none;
}

footer .footer-link img {
    width: 200px;
}
}

/* +width: 600↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {

header .mobile-func,
#site-nav {
    width: 90%;
}

#content-main .banner .jqcycle2 {
    margin: 5px 0 15px;
}

#content-main .banner table {
    display: none;
}

footer .qa ul li {
    display: block;
    width: 98%;
    margin: 5px 1%;
}

footer .qa ul li:first-child,
footer .qa ul li:last-child {
    display: none;
}

footer .footer-link {
    display: none;
}
}

/* +width: 480↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

#crumb .btn-category {
    position: static;
    float: right;
}
}