.header-menu {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background: url('../../images/zh-TW/icon/mobile-menu.png') no-repeat center center/70% auto;
}

.header-bag {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    right: 65px;
    background: url(../../images/zh-TW/icon/masterpage_bag.png) no-repeat center /100% auto;
}
.header-bag span {
	line-height: 15px;
	color: #000;
	font-size: 12px;
	display: inline-block;
	width: 28px;
	text-align: right;
}
.header-wish {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    right: 30px;
    background: url(../../images/zh-TW/icon/masterpage_wish.png) no-repeat center /100% auto;
}
.header-members {
	position: absolute;
	width: 16px;
	height:16px;
	top: 12px;
	right: 80px;
    background: url('../../images/zh-TW/icon/master_members.png')no-repeat center /100% auto;
}
.header-wish span {
	line-height: 10px;
	color: #000;
	font-size: 12px;
	display: inline-block;
	width: 28px;
	text-align: right;
}
.header-nav-link {
	display: block;
	font-size: 18px;
	margin: 10px auto;
	width: 70%;
}
.header-nav.header-nav-hide {
    display: block;
}

/**************************
         qs.css
***************************/         

@media (max-width: 993px) {
	header {
		border-bottom: solid 1px #ddd;
	}
	.QS.menuopened {
		height: 100vh;
		overflow: hidden;
	}
	.QS .main {
		margin: 50px auto 0;
		width: 100%;
		position: relative;
	}
	.QS header, .QS header.sticky-top {
		height: 50px;
		padding: 0;
	}
	.QS header .header-inner {
		width: 100%;
	}
	/*.QS header .header-inner .logo a {
		width: 100px;
		height: 50px;
		margin: 0 auto;
	}*/
	.QS header.sticky-top .header-inner .logo a {
		width: 100px;
		margin: 0 auto;
		height: 50px;
	}
	
	.QS .header-nav {
		position: fixed;
		width: 100vw;
		left: 0;
		top: 50px;
		overflow: auto;
		height: calc(100vh - 50px);
		background: rgba(255, 255, 255, .9);
		padding: 15px;
		border: solid 1px #333;
		/*display: flex;
		flex-direction: column;
		justify-content: center;*/
	}
	.QS .header-nav-close {
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 30px;
		line-height: 30px;
	}
	/*.QS header .header-inner .search {
		position: relative;
		padding: 0;
		width: 70%;
		margin: 60px auto 30px;
		right: auto;
	}
	.QS header .header-inner .search input {
		-webkit-appearance: none;
		border-radius: 0;
		width: 100%;
		background: transparent;
	}
	.QS header .header-inner .search button {
		position: absolute;
		right: 0;
		top: 0;
	}*/
	.QS header .header-inner .login {
		position: relative;
		top: auto;
	}
	.header-nav .sort-menu .sort-l01 li {
		display: block;
		float: none;
		margin: 10px 0;
		font-size: 10px 0;
        padding-left:18px;
	}
    .header-nav.header-nav-hide {
        display: none;
    }
	.QS footer {
		padding: 30px 0;
	}
	.QS footer ul:first-of-type {
		width: 100%;
	}
	.QS footer ul:first-of-type li {
		display: block;
		padding: 10px 0;
	}
	.QS footer .other-links, .QS footer .e-paper {
		position: relative;
		top: auto;
		left: auto;
	}
	.QS footer .other-links {
		margin: 30px 0;
	}
	.footer-links-toggler {
		text-align: center;
		margin: 0 auto 15px;
	}
	.footer-links-toggler span {
		position: relative;
		display: inline-block;
		padding-right: 15px;
	}
	.footer-links-toggler span:after {
		content: '';
		position: absolute;
		border-left: solid #000 8px;
		border-top: solid 4px transparent;
		border-bottom: solid 4px transparent;
		top: 7px;
		right: 0;
	}
	.footer-links-toggler.active {
		text-decoration: none;
	}
	.footer-links-toggler.active span:after {
		border-top: solid 8px #000;
		border-left: solid 4px transparent;
		border-right: solid 4px transparent;
		border-bottom: 0;
	}
	.footer-links-toggler + .list-inline {
		display: none;
	}
	.footer-links-toggler + .list-inline.active {
		display: block;
	}
	.QS footer .e-paper {
		right: auto;
		width: 100%;
		text-align: center;
		margin: 0 0 30px;
	}
	.QS footer .e-paper input[type="text"] {
		width: 45%;
		float: none;
		display: inline-block;
		margin: 0 0 0 10px;
	}
	.QS footer .e-paper input[type="submit"] {
		position: relative;
		right: auto;
		top: auto;
		display: inline-block;
	}

	.QS .header-nav a:hover {
		opacity: 1;
	}
	.QS .header-nav .sort-menu > ul {
		text-align: left;
		width: 70%;
		margin: 0 auto;
        margin-bottom:50px;
	}
	.QS .header-nav .sort-menu > ul li > div {
		position: relative;
		height: auto;
		box-shadow: none;
		background: transparent;
	}
	.QS .header-nav .sort-menu > ul > li > a {
		position: relative;
		padding-right: 20px;
		padding-left: 0;
	}
	
	.QS .header-nav .sort-menu > ul > li > a:after {
		content: '+';
		position: absolute;
		right: 0;
		top: 0;
		line-height: 22px;
	}
    .QS .header-nav .sort-menu .sort-l01 .mobNewArrival:after {
        content: " ";
    }
	.QS .header-nav .sort-menu > ul > li > a.active {
		color: #555;
	}
	.QS .header-nav .sort-menu > ul > li > a.active:after {
		content: '-';
	}    
	.QS .header-nav .sort-menu > ul li > div ul {
		display: block;
	}
	.QS .header-nav .sort-menu > ul li > div ul li a {
		color: #000;
	}
	.QS .header-nav .sort-menu > ul li:hover > div {
		display: none;
	}
	.QS .header-nav .sort-menu > ul li > div.active {
		display: block;
		padding: 0;
	}
	.QS .header-nav .sort-menu > ul li > div ul li:first-child::before {
        content:" ";
	}
    .QS .header-nav .sort-menu > ul li > div ul li:first-child{
        padding-left:10px;
    }



	/**************************
	         qs-list.css
	***************************/  
	.items-list li {
		/*display: block;*/
	}
	.items-list.list-array-4 li {
		width: 49%;
		max-width: none;
        vertical-align:top;
	}
	.items-list.list-array-4 li:nth-child(2n+1) {
		margin-left: 0;
	}
	.items-list li p:nth-of-type(3) span:nth-last-of-type(2) {
		display: block;
	}
	.items-list li p:nth-of-type(3) span:nth-of-type(2):after {
		float: none;
		margin: 0 0 0 10px;
	}
	.item-nav-box {
		text-align: center;
	}
	.item-nav-box .items-amount {
		margin-right: 0;
	}
	.item-nav-box > .page-wrap {
		margin: 0 0 10px;
	}
	.item-nav-box > .page-wrap:before, .item-nav-box> .page-wrap:after {
		display: none;
	}
	.item-nav-box .sort-nav {
		position: relative;
		padding-right: 10px;
	}
	/*.item-nav-box .sort-nav:after {
		content: 'v';
		position: absolute;
		right: 0;
		top: 0;
	}*/

	/**************************
	         qs-item.css
	***************************/  
	/*.item-list {
		padding: 0;
	}
	.item-list img {
		max-width: 100%;
	}
	.item-imgs-list {
		padding-top: 0;
	}
	.item-imgs-list .item-imgs-fl img {
		max-width: none;
		margin-bottom: 15px;
	}
	.item-detail-list {
		position: relative;
		top: 0;
		right: auto;
	}*/

	/**************************
	         login
	***************************/  
	.member-sign {
		border-right: 0;
		border-bottom: solid 1px #ccc;
		margin-bottom: 60px;
		padding-bottom: 30px;
	}
	.member-sign .title h3, .member-join .title h3 {
		font-size: 30px;
	}
	.member-sign input[type="text"], .member-sign input[type="password"] {
		margin-left: 0;
		width: 70%;
	}
	.member-sign ul li:nth-child(3) input {
		width: 43%;
		max-width: none;
	}

	/**************************
	         member_top
	***************************/  
	.member-menu {
		display: none;
	}
	
	.member-inner {
		padding-top: 15px;
	}
	.member-inner .sale-br {
		font-size: 14px;
		text-align: center;
		float: none;
	}
	.member-inner .member-infor li {
		display: block;
		padding: 5px 0;
		text-align: center;
	}
	.member-inner .member-infor li+ li {
		border-left: 0;
		padding-left: 0;
	}
	.member-inner h3 {
		/*display: none;*/
		text-align: center;
		margin: 0 0 15px;
	}
	/*.member-inner h5 {
		display: none;
	}*/
	.member-inner .track-list {
		/*display: none;*/
		clear: both;
	}
	.member-inner .track-list:after {
		content: '';
		display: table;
		width: 100%;
		clear: both;
	}
	.member-inner .track-list li {
		width: calc((100% - 10px)/2);
		margin-left: 0;
		float: left;
	}
	.member-inner .track-list li:nth-child(2n) {
		margin-right: 0;
	}
	.member-inner .member-order {
		width: 100%;
		table-layout: fixed;
	}
	.member-inner .member-order td {
		min-height: 41px;
	}
	.member-inner .member-order td .link {
		float: right;
	}
	.member-order textarea {
		max-width: 60%;
	}
	.member-inner .bonus-infor {
		text-align: center;
	}
	.tableWrap {
		width: 100%;
		overflow: auto;
	}
	.member-inner .member-order th, .member-inner .like-list th, .member-inner .member-order td {
		white-space: nowrap;
	}


	/**************************
	         member_modify
	***************************/  
	.member-modify {
		margin: 15px 0;
	}
	.member-modify ul:first-child {
		float: none;
	}
	.member-modify table:nth-child(2) {
		margin: 20px 0;
		display: block;
		width: 100%;
	}
	.member-modify table td {
		text-align: center;
	}
	.member-modify table tbody, .member-modify table tr {
		width: 100%;
		display: block;
	}
	.member-modify table td input, .member-change table td input {
		width: 100%;
	}
	.member-modify table tr:last-child button {
		margin: 20px auto 0;
	}

	/**************************
	         mycar
	***************************/  
	.car-item {
		margin: 0 15px;
	}
	.car-item tr {
		border: none;
	}
	.car-item td {
		border-right: none;
	}
	.car-item tr+ tr td {
		padding-top: 10px;
	}
	.car-item tr:last-child td {
		padding-bottom: 10px;
	}
	.car-btn-area button {
		width: auto;
		max-width: 40%;
	}

	/**************************
	         mycar_detal
	***************************/  
	.step-title {
		margin: 0 15px 30px;
	}
	.step-title h4 {
		font-size: 16px;
		text-align: center;
	}
	.step-title h4 span {
		display: block;
		font-size: 12px;
	}
	.pay-detal {
		width: auto;
		margin: 15px;
	}
	.pay-detal table {
		width: 100%;
		margin: 0 0 30px;
	}
	.pay-detal table th, .pay-detal table td {
		padding: 5px 10px;
	}

	/**************************
	         mycar_pay
	***************************/  
	.pay-area .area-select {
		position: relative;
		/*padding: 0;
		left: 0;*/
		margin: 0 15px 30px 50px;

	}
	.pay-area .area-select li {
		display: block;
		width: 100%;
	}
	.pay-area .area-select li+ li {
		margin: 0;
	}
	.area-content {
		margin: 0 15px;
	}
	.pay-area .pay-infor {
		overflow: auto;
	}
	.pay-area .pay-infor:first-child, .pay-area .pay-infor-o:first-child {
		border-right: 0
	}
	.pay-area .pay-select li+ li {
		margin: 0;
	}
	.pay-area .write-list tr td:first-child {
		width: 30%;
	}
	.pay-area .write-list tr td:nth-child(2) {
		width: 70%;
	}
	.pay-area .write-list tr td:nth-child(2) input {
		width: 100%;
	}
	.pay-area .write-list ul {
		width: auto;
	}
	.pay-area .pay-infor:nth-last-of-type(2) {
		padding-left: 0;
	}
	.area-content .area-content {
		margin: 0;
	}
	.pay-area .shopping-list td:first-child {
		padding: 5px 10px;
		width: 30%;
	}
    .pay-area .pay-select {
        margin-top:50px;
    }

	/**************************
	         mycar_pay02
	***************************/  
	.pay-add table th:first-child {
		width: 30%;
	}
	.pay-add table th {
		vertical-align: top;
	}
	.pay-add table td span {
		display: block;
	}
	.pay-add table tr:nth-child(3) input:first-child {
		width: 70px;
	}
	.pay-add table tr:nth-child(3) input:nth-child(2) {
		width: 100%;
	}
	.pay-add table tr:nth-child(3) input:nth-child(3) {
		width: 70px;
	}

	/**************************
	       order_list_A
	***************************/  
	.member-inner .QMA dd {
		padding: 20px 0 10px 0;
	}
	/**************************
	       order_list_QMA
	***************************/  
	.member-inner .QMA dd button {
		width: auto;
	}
	/**************************
	       blog
	***************************/  
	.blog h3 {
		font-size: 20px;
	}
	.blog > h4 {
		margin-top: 30px;
	}
	.blog .blog-newest {
		margin: 0 15px;
	}
	.blog .blog-list {
		margin-top: 60px;
	}
	.blog .blog-list li {
		width: calc(100% / 2);
	}


	/**************************
	       change
	***************************/  
	.member-change table {
		width: 100%;
	}

	/**************************
	       forget
	***************************/ 
	.member-forget table th:first-child {
		width: 30%;
		vertical-align: top;
		padding: 5px;
	}
	.member-forget table td span {
		display: block;
	}

	/**************************
	       about
	***************************/ 
	.about-menu h4, .about-inner h4 {
		font-size: 16px;
		position: relative;
	}
	.about-menu h4 {
		background: #eee;
		padding: 3px 0;
	}
	.about-menu h4:after {
		content: '';
		display: block;
		position: absolute;
		border-top: solid 8px #000;
		border-left: solid 4px transparent;
		border-right: solid 4px transparent;
		right: 15px;
		top: 6px;
	}
	.about-menu h4.active:after {
		border-bottom: solid 8px #000;
		border-top: 0;
	}
	.about-menu {
		
	}
	.about-menu ul {
		display: none;
	}
	.about-menu ul.active {
		display: block;
	}
	.about-inner {
		min-height: calc(100vh - 50px - 64px);
	}
	.about-inner table {
		width: 100%;
	}
    
    
    .lottery-alert{
    position:absolute;
    margin: 10% 10%;

}
