html,
body {
	overflow: hidden;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}


/* background  */

.byw-bg-white {
	background: #FFFFFF;
}

.byw-bg-gray {
	background: #F9F9F9;
}

.byw-bg-redEE0 {
	background: #ee0000;
	color: #FFFFFF;
}

.byw-bg-black {
	background: #282828;
	color: #FFFFFF;
}

.byw-bg-greenf5f {
	background: #f5fafa;
}

.byw-bgImg {
	height: 600px;
	background: url(/images/bannerAD_010.png) no-repeat;
	background-size: cover;
}


/* border  */

.byw-borderBottom-gray {
	border-bottom: 1px dashed #EEEEEE;
}

.byw-box-borderDDD {
	border: 1px solid #DDDDDD;
}

.byw-borderBottom-F0F {
	border-bottom: 1px solid #F0F0F0;
}


/* box-shadow */

.byw-topbar-shadow {
	box-shadow: 0 1px 8px rgba(128, 64, 64, 0.4);
}

.byw-topbar-shadowInset {
	box-shadow: 0 -1px 8px rgba(128, 64, 64, 0.4) inset;
}

.byw-box-shadow {
	box-shadow: 0 0 8px rgba(128, 64, 64, 0.4);
}


/* link */

a:link,
a:visited {
	color: currentcolor;
}

a.byw-secondary:link {
	color: #3048bf;
}

a.byw-warning:link {
	color: #ff6600;
}

a.byw-danger:link {
	color: #ff4040;
}

a.byw-success:link {
	color: #30bf30;
}

a.byw-primary:link {
	color: #10A0EA;
}

a.byw-white:link {
	color: #FFFFFF;
}

a.byw-black:link {
	color: #282828;
}

a.byw-gray:link {
	color: #999999;
}

a.byw-default:hover {
	color: #999999;
}

a.byw-white:hover {
	color: #FFF;
}

a.byw-primary:hover {
	color: #10A0EA;
}

a.byw-secondary:hover {
	color: #3048bf;
}

a.byw-warning:hover {
	color: #ff6600;
}

a.byw-danger:hover {
	color: #ff4040;
}

a.byw-success:hover {
	color: #30bf30;
}


/* color */

.byw-secondary {
	color: #3048bf;
}

.byw-warning {
	color: #ff6600;
}

.byw-danger {
	color: #ff4040;
}

.byw-danger a {
	color: #ff4040;
}

.byw-success {
	color: #30bf30;
}

.byw-primary {
	color: #10A0EA;
}

.byw-white {
	color: #FFFFFF;
}

.byw-black {
	color: #282828;
}

.byw-gray {
	color: #999999;
}


/* button */

.byw-btn-primaryRed,
.byw-btn-Red,
.byw-btn-cityRed,
.byw-btn-primaryBlue,
.byw-btn-Blue,
.byw-btn-primaryGreen,
.byw-btn-Green,
.byw-btn-Orange {
	border: none;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.byw-btn-boxRed,
.byw-btn-boxRed:hover {
	border: 1px solid #ff0000;
	border-radius: 2px;
	color: #FF4040;
}

.byw-btn-boxGray {
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	color: #AAAAAA;
}

.byw-btn-primaryRed {
	background: rgba(255, 0, 0, 0.7);
}

.byw-btn-Red {
	background-color: #ff0000;
}

.byw-btn-cyan-blue {
	background-color: #30bf30;
}

.byw-btn-cityRed {
	background: #C40000;
}

.byw-btn-primaryBlue {
	background: rgba(0, 115, 255, 0.7);
}

.byw-btn-Blue {
	background: rgba(0, 0, 255, 0.7);
}

.byw-btn-primaryGreen {
	background: rgba(65, 190, 0, 0.7);
}

.byw-btn-Green {
	background: #30bf30;
}

.byw-btn-Orange {
	background: rgba(255, 105, 0, 0.7);
}

.byw-btn-primaryGray {
	background: rgba(200, 200, 200, 0.7);
	border: none;
	letter-spacing: 2px;
}


/*  topbar  */

.byw-header-topbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 36px;
	background: #F9F9F9;
	box-shadow: 0 1px 8px rgba(128, 64, 64, 0.4);
}

.byw-header-topbar ul {
	display: inline;
	padding: 0;
}

.byw-header-topbar ul li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	font-size: 14px;
}

.byw-header-topbar ul li a {
	line-height: 36px;
	letter-spacing: 1px;
	font-size: 16px;
	color: #666;
}

.byw-header-topbar ul li span {
	padding-right: 8px;
}

.byw-header-topbar ul li:last-child .byw-siteMap {
	position: relative;
	top: 0;
	right: 0;
}

.byw-header-topbar ul li:last-child:hover .byw-siteMap-list {
	display: block;
}

.byw-header-topbar ul li:last-child .byw-siteMap-list {
	display: none;
	position: absolute;
	top: 36px;
	right: -2px;
	padding: 10px 0;
	width: 400px;
	background: #FFFFFF;
	border: 1px solid #F9F9F9;
	border-top: none;
}

.byw-header-topbar ul li:last-child .byw-siteMap-list a {
	display: inline-block;
	width: 90px;
	font-size: 12px;
	line-height: 240%;
	text-align: center;
}


/* logo & searchbar  */

.byw-header-searchbar {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.byw-header-searchbar>.byw-width-1200>.byw-header-searchbtn button:visited {
	color: #FFFFFF;
}

.byw-header-searchbar>.byw-width-1200>.byw-header-searchbtn button:hover {
	color: #FFFFFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
}

#byw-hot-so ul li {
	cursor: pointer;
}

.byw-header-searchbtn div {
	max-width: 600px;
}

.byw-header-searchbar .byw-header-brand a img {
	display: inline-block;
	float: left;
}


/*.byw-header-searchbar .byw-header-brand a span {
	display: inline-block;
	float: left;
	position: relative;
	top: 52px;
	left: 10px;
	line-height: 30px;
	font-size: 16px;
	color: #BBBBBB;
}*/

.byw-header-searchbar .byw-header-brand a span {
	display: inline-block;
	float: left;
	position: relative;
	top: 52px;
	left: 20px;
	line-height: 30px;
	font-size: 20px;
	color: #999;
}


/* navList */

.byw-navList .byw-width-1200 {
	padding-top: 6px;
	padding-bottom: 6px;
	background: rgb(238, 0, 0);
	font-family: "Microsoft YaHei", MingLiu, Georgia, sans-serif;
	font-size: 15px;
	line-height: 32px;
	color: #FFFFFF;
}

.byw-navList .byw-width-1200 ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

.byw-navList .byw-width-1200 ul li a {
	display: inline-block;
	text-align: center;
}


/*  navbar  */

.byw-navbar {
	position: relative;
	top: 0;
	left: 0;
	height: 40px;
	background: #EE0000;
	letter-spacing: 2px;
	font-weight: 700;
	color: #FFFFFF;
}

.byw-navbar>.byw-width-1200>.byw-btn-Red {
	height: 40px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: left;
}

.byw-navbar a:visited {
	color: #fff;
}


/* channel */

.byw-channel .byw-width-1200 {
	background: #F0F0F0;
	/*box-shadow: 8px -4px 8px rgba(128, 64, 64, 0.1) inset;*/
	box-shadow: 0px -2px 8px rgba(128, 64, 64, 0.1) inset;
}

.byw-channel .byw-width-1200 a {
	float: left;
	display: inline-block;
	/*width: 150px;*/
	height: 40px;
	/*font-size: 14px;*/
	font-size: 16px;
	line-height: 40px !important;
	letter-spacing: 2px;
	color: #282828;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.byw-channel .byw-width-1200 a:hover {
	transition: all 0.35s ease-in-out 0s;
	/*background: #EE0000 !important;*/
	/*box-shadow: 0 -4px 8px 0 rgba(128, 64, 64, 0.05) inset;*/
	/*text-shadow: 1px 1px 0 rgba(128, 64, 64, 0.5);*/
	/*color: #FFFFFF !important;*/
	background: transparent;
	/*border-bottom: 1px solid #EE0000;*/
}

.byw-channel .byw-width-1200 .byw-active {
	/*background: #EE0000 !important;*/
	/*box-shadow: 0 -4px 4px rgba(128, 64, 64, 0.05) inset;*/
	/*text-shadow: 1px 1px 0 rgba(128, 64, 64, 0.5);*/
	/*color: #FFFFFF !important;*/
	background: transparent;
	/*border-bottom: 1px solid #EE0000;*/
}


/*  catalog  */

.byw-catalog ul {
	position: relative;
	top: 0;
	left: 0;
	z-index: 19;
	width: 200px;
	height: 450px;
	background: rgba(255, 255, 255, 0.8);
}

.byw-catalog ul li a {
	line-height: 230%;
	line-height: 30px\9;
	/*all ie*/
	letter-spacing: 1px;
	color: #282828;
}


/*  for firefox  */

@-moz-document url-prefix() {
	.byw-catalog ul li a {
		line-height: 225%;
	}
}

.byw-catalog ul li:hover a span,
.byw-catalog ul li:hover a font {
	color: #FF6600;
}

.byw-catalog ul li a span {
	display: inline-block;
	width: 30px;
	padding-left: 5px;
	padding-left: 2px\9;
	/*all ie*/
	color: rgba(0, 0, 0, 0.35);
}

.byw-catalog li:hover {
	background: #FFFFFF;
	font-weight: 700;
}

.byw-catalog li:hover .byw-catalog-list {
	display: block;
}

.byw-catalog .byw-catalog-list {
	display: none;
	position: absolute;
	width: 1000px;
	height: 450px;
	top: 0;
	left: 200px;
	background: #FFFFFF;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-detail dl dt {
	display: block;
	float: left;
	width: 98px;
	padding-right: 20px;
	font-size: 15px;
	text-align: right;
	line-height: 180%;
	letter-spacing: 1px;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-detail dl dd {
	display: block;
	overflow: hidden;
	word-break: keep-all;
	padding-bottom: 8px;
	padding-bottom: 4px\9;
	/*all ie*/
	border-bottom: 1px dashed #F0F0F0;
	font-weight: 500;
	line-height: 180%;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-detail dl dd a {
	padding-right: 10px;
	padding-right: 5px\9;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-detail dl dd a:hover {
	color: #FF6600;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-ad {
	height: 450px;
	background: #F0F0F0;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-ad dl:first-child {
	margin-bottom: 0;
	text-align: center;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-ad dl:last-child {
	padding-left: 10px;
	padding-right: 10px;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-ad dl dd {
	display: block;
	padding-bottom: 3px;
	margin: 0 auto !important;
	text-align: center;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-ad .byw-catalog-brandAD dl dt {
	text-align: left!important;
	margin: 0;
}

.byw-catalog .byw-catalog-list .byw-catalog-list-ad .byw-catalog-brandAD dd a img {
	width: 108px;
	height: 54px;
}


/* side window  */


/*.byw-sideWindow ul {
	position: relative;
	top: 0;
	left: 0;
	z-index: 19;
	width: 100px;
	height: 500px;
	line-height: 200%;
	background: rgba(64, 64, 64, 0.7);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
}

.byw-sideWindow ul li:nth-of-type(3) {
	text-align: center;
	line-height: 300%;
	letter-spacing: 1px;
	border-bottom: 1px dashed #333;
}

.byw-sideWindow ul li:nth-of-type(4) {
	border-bottom: 1px dashed #333;
	letter-spacing: 1px;
	line-height: 220%;
}

.byw-sideWindow ul li:nth-of-type(4) a {
	display: block;
	text-align: justify;
	color: #FFFFFF;
}

.byw-sideWindow ul li:nth-of-type(4) a:hover {
	background: #FF0000;
	box-shadow: 0 0 5px rgba(128, 64, 64, 0.5);
}

.byw-sideWindow ul li:nth-of-type(5) {
	text-align: center;
	letter-spacing: 1px;
}

.byw-sideWindow ul li:nth-of-type(5) a {
	display: block;
	padding: 5px 10px;
}

.byw-sideWindow ul li:nth-of-type(5) a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.byw-sideWindow ul li:nth-of-type(5) a font {
	display: block;
	color: #FFFFFF;
}

.byw-sideWindow ul li:nth-of-type(5) a img {
	margin: 0 auto;
	width: 40px;
	height: 40px;
}*/


/*  bannerScroll  */

.byw-bannerScroll {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.byw-bannerScroll .byw-bannerScroll-1 {
	background: #E8E8E8;
}

.byw-bannerScroll .byw-bannerScroll-2 {
	background: #bf0e0b;
}

.byw-bannerScroll .byw-bannerScroll-3 {
	background: #ffd430;
}

.byw-bannerScroll .byw-bannerScroll-4 {
	background: #e6dbe0;
}

.byw-bannerScroll .am-slider-a1 .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: 12px;
}

.byw-bannerScroll .am-slider-a1 .am-control-nav li {
	margin: 0 8px;
}

.byw-bannerScroll .am-slider-a1 .am-control-nav li a {
	display: block;
	width: 18px;
	height: 18px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px rgba(128, 128, 64, 0.5) inset;
	box-shadow: 0 0 5px rgba(128, 128, 64, 0.5) inset;
}

.byw-bannerScroll .am-slider-a1 .am-control-nav li a:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

.byw-bannerScroll .am-slider-a1 .am-control-nav li a.am-active {
	background-color: rgba(255, 255, 255, 0.6);
}


/* recommendation */

.byw-recommendation {
	position: relative;
	top: 0;
	left: 0;
}


/* onSale release */

.byw-recommendation .byw-onSale-release ul li {
	text-align: center;
}

.byw-recommendation .byw-onSale-release ul li a img {
	width: 100%;
}


/* brand release */

.byw-recommendation>.byw-width-1200>.byw-brand-release ul li {
	position: relative;
	top: 0;
	margin: 1px 0;
	background: #FFFFFF;
	border-right: 1px solid #F9F9F9;
}


/*.byw-recommendation>.byw-width-1200>.byw-brand-release ul li:last-child {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	border-right: none;
	background: rgba(0, 105, 255, 0.5);
	line-height: 210%;
}*/

.byw-recommendation>.byw-width-1200>.byw-brand-release ul li img {
	padding: 10px 0;
}

.byw-recommendation>.byw-width-1200>.byw-brand-release ul li .byw-bg-onmouse {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	line-height: 200%;
	color: #FFFFFF;
}

.byw-recommendation>.byw-width-1200>.byw-brand-release ul li .byw-bg-onmouse .byw-btn-Red {
	font-size: 12px;
	line-height: 200%;
	padding: 2px 4px;
	color: #FFFFFF;
}

.byw-recommendation>.byw-width-1200>.byw-brand-release ul li:hover .byw-bg-onmouse {
	display: block;
}


/* activity theme  */

.byw-activityTheme .am-gallery-default {
	letter-spacing: 1px;
}

.byw-activityTheme .am-gallery-default .am-gallery-item ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.byw-activityTheme .am-gallery-default .am-gallery-item ul li a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	color: #999;
}

.byw-activityTheme .am-gallery-default .am-gallery-item ul li a h2 {
	color: #444;
}

.byw-activityTheme .am-gallery-default .am-gallery-item ul li .byw-bg-round {
	position: absolute;
	bottom: 5%;
	left: 20%;
	z-index: -1;
	width: 60%;
	height: 55%;
	background: rgba(128, 64, 64, 0.05);
	border-radius: 50%;
}


/*  guess  */

.byw-guess .byw-guess-title {
	position: relative;
	top: 0;
	left: 0;
}

.byw-guess .byw-guess-title img {
	height: 40px;
	width: 100%;
}

.byw-guess .byw-guess-title span {
	display: block;
	position: absolute;
	top: 0;
	left: 45%;
	width: 90px;
	background: #F9F9F9;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
}

.byw-guess .byw-guess-content li:hover .am-gallery-item {
	border: 1px solid #EE0000;
	box-shadow: 0 0 8px rgba(128, 64, 64, 0.3);
}

.byw-guess .byw-guess-content li .am-gallery-item {
	background: #FFFFFF;
	border: 1px solid #F9F9F9;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
}

.byw-guess .byw-guess-content li .am-gallery-item a {
	color: #ff6600;
}

.byw-guess .byw-guess-content li .am-gallery-item a img {
	width: 90%;
	padding: 10px;
}

.byw-guess .byw-guess-more {
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 5px 0;
	background: #FFFFFF;
	font-size: 14px;
	text-align: center;
	box-shadow: 0 0 2px rgba(128, 64, 64, 0.15);
}

.byw-guess .byw-guess-more:hover {
	box-shadow: 0 4px 20px rgba(128, 64, 64, 0.3);
}

.byw-guess .byw-guess-more:hover a {
	color: #282828;
}


/* address  */

.byw-address {
	color: #FFFFFF;
	background: #F9F9F9;
	width: 1200px;
	/*background: rgba(0, 115, 255, 0.7);*/
	/*box-shadow: 0 0 4px rgba(128, 64, 64, 0.2) inset;*/
}

.byw-address .byw-width-1200 ul:nth-child(2) {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 240%;
	color: #999;
}


/* address cata */

.byw-address-cata .byw-width-1200 {
	background: #F9F9F9;
	padding: 10px;
}

.byw-address-cata ul li {
	display: inline;
	font-size: 14px;
	line-height: 30px;
}

.byw-address-cata ul li a:hover {
	color: #FF0000!important;
}

.byw-address-cata ul li:not(:last-child)::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #BBBBBB;
}

.byw-address-cata ul li:last-child a {
	display: inline-block;
	padding: 0 8px;
	color: #999999;
	white-space: nowrap;
}


/* selection list  */

.byw-selectionList ul {
	margin: 0;
}

.byw-selectionList ul:last-child {
	height: 38px;
	overflow: hidden;
}

.byw-selectionList ul li {
	display: inline-block;
	width: 100%;
}

.byw-selectionList ul li .byw-selectionList-title {
	float: left;
	width: 8%;
	max-width: 100px;
	height: 36px;
	font-size: 14px;
	line-height: 240%;
	letter-spacing: 1px;
	color: #BBBBBB;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.byw-selectionList ul li .byw-selectionList-content {
	float: left;
	width: 80%;
}

.byw-selectionList ul li .byw-selectionList-content span,
.byw-selectionList ul li .byw-selectionList-shorCut span {
	float: right;
	margin-top: 3px;
	width: 20px;
	height: 20px;
	color: #CCCCCC;
	cursor: pointer;
}

.byw-selectionList ul li .byw-selectionList-content a {
	display: inline-block;
	padding: 5px 3px;
	width: 112px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666;
}

.byw-selectionList ul li .byw-selectionList-content .am-checkbox-inline {
	position: relative;
	top: -15px;
	left: 0;
}

.byw-selectionList ul li .byw-selectionList-content .am-checkbox-inline input {
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	color: #DDDDDD;
}

.byw-selectionList ul li .byw-selectionList-content a:hover {
	color: #FF4040;
}

.byw-selectionList ul li .byw-selectionList-shorCut {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.byw-selectionList ul li .byw-selectionList-shorCut a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	height: 30px;
	border: 1px solid #DDDDDD;
	box-shadow: 0 0 20px rgba(128, 64, 64, 0.03);
	border-radius: 2px;
	font-size: 12px;
	color: #999999;
}

.byw-selectionList ul li .byw-selectionList-shorCut a:hover {
	color: #EE0000;
	border: 1px solid #EE0000;
}

.byw-selectionList ul li .byw-selectionList-shorCut a:first-child {
	margin: 0;
	font-family: "瀵邦喛钂嬮梿鍛寸拨";
	font-size: 14px;
	color: #FF4040;
	border: none;
	box-shadow: none;
}

.byw-selectionList ul li .byw-selectionList-btn {
	float: right;
	width: 12%;
	max-width: 120px;
}

.byw-selectionList ul li .byw-selectionList-btn .am-btn {
	font-size: 12px;
	line-height: 100%;
}

.byw-selectionList .byw-collapse-btn {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 160%;
	color: #999999;
}

.byw-selectionList .byw-collapse-btn span {
	position: absolute;
	top: 4px;
	left: 40%;
	display: block;
	background: #F9F9F9;
	border: 1px solid #DDDDDD;
	border-top: none;
	width: 120px;
}

.byw-selectionList .byw-collapse-btn:hover {
	cursor: pointer;
}


/* sorting list  */

.byw-sortingList .byw-width-1200 {
	background: #FCFCFC;
}


/* sortingList select(shortCut) */

.byw-sortingList .byw-sortingList-select {
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

.byw-sortingList .byw-sortingList-select li:first-child {
	padding-left: 20px;
	line-height: 100%;
}

.byw-sortingList .byw-sortingList-select li:first-child label {
	display: inline-block;
	width: 100px;
	margin: 8px 0;
	font-size: 14px;
	color: #666;
}

.byw-sortingList .byw-sortingList-select li:first-child label:hover {
	color: #ff0000;
}


/* sortingList select(page) */

.byw-sortingList .byw-sortingList-select li:nth-child(2) {
	display: inline-block;
	margin: 8px 0;
	padding: 0 10px;
	font-size: 14px;
	color: #BBBBBB;
}

.byw-sortingList .byw-sortingList-select li:nth-child(2) a {
	padding-left: 10px;
	font-size: 12px;
	color: #999;
}

.byw-sortingList .byw-sortingList-select li:nth-child(2) a:hover {
	color: #ff0000;
}


/* sortinglist switch(btn group) */

.byw-sortingList .byw-sortingList-switch li .am-btn-group-justify a {
	line-height: 180%;
	height: 35px;
}

.byw-sortingList .byw-sortingList-switch li .am-btn-group-justify a:nth-child(2) {
	border: 1px solid #EE0000;
}

.byw-sortingList .byw-sortingList-switch li .am-btn-group-justify a:nth-child(3) {
	border: 1px solid #EE0000;
	border-left: none;
}


/* sortinglist switch(price) */

.byw-sortingList .byw-sortingList-switch li:nth-child(2) {
	padding-left: 10px;
	height: 35px;
	border: 1px solid #DDDDDD;
}

.byw-sortingList .byw-sortingList-switch li:nth-child(2) button {
	margin-left: 10px;
	width: 80px;
	height: 33px;
	font-size: 12px;
	color: #FFFFFF;
}

#byw-priceInput-btn {
	margin-top: 3px;
	height: 27px;
}

.byw-sortingList .byw-sortingList-switch li:nth-child(2) input {
	float: left;
	margin-top: 3px;
	width: 120px;
	height: 26px;
	border: 1px solid #EEEEEE;
}


/* sortinglist switch(place) */

.byw-sortingList .byw-sortingList-switch li:nth-child(2) .byw-sorting-collapse {
	position: relative;
	top: 0;
	left: 0;
	padding-right: 10px;
	border-right: 1px dashed #DDDDDD;
}

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-place:hover .byw-sorting-placeOn {
	display: block;
}

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-placeOn {
	display: none;
	position: absolute;
	top: 35px;
	left: 10px;
	z-index: 19;
	padding: 10px 0 0 10px;
	width: 350px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
}

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-placeOn dl {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
	color: #666666;
}

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-placeOn dl dt {
	float: left;
	padding-right: 16px;
}

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-placeOn dl dd a {
	display: inline-block;
	padding-right: 8px;
	color: #282828;
}

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-placeOn dl dd a:hover {
	color: #ff4040;
}


/* sortinglist switch(operation) */

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-operation:hover .byw-sorting-operationMode {
	display: block;
}

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-operationMode {
	display: none;
	position: absolute;
	top: 30px;
	left: 100px;
	z-index: 59;
	width: 82px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
}

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-operationMode a {
	display: block;
	font-size: 12px;
	line-height: 240%;
	color: #666666;
	text-align: center;
}

.byw-sortingList .byw-sortingList-switch li .byw-sorting-collapse .byw-sorting-operationMode a:hover {
	background: #F9F9F9;
}


/* sortinglist switch(shop) */

.byw-sortingList .byw-sortingList-switch li .byw-sorting-shop button {
	float: right;
	width: 100px;
	height: 33px;
	font-size: 12px;
	color: #FFFFFF;
}


/*  product list  */

.byw-productList-content li:hover .am-gallery-item {
	border: 1px solid #EE0000;
	box-shadow: 0 0 5px rgba(128, 64, 64, 0.1);
}

.byw-productList-content li .am-gallery-item {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
}

.byw-productList-content li .am-gallery-item .byw-productImg {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
}

.byw-productList-content li .am-gallery-item .byw-productImg a img {
	width: 100%;
	padding: 10px;
}

.byw-productList-content li .am-gallery-item .byw-productImg:hover .byw-productImg-shortCut {
	display: block;
}

.byw-productList-content li .am-gallery-item .byw-productImg .byw-productImg-shortCut {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.byw-productList-content li .am-gallery-item .byw-productImg .byw-sorting-shop-tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 105, 0, 0.1);
	font-size: 12px;
	line-height: 240%;
	color: #ff6600;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 15px;
}

.byw-productList-content li .am-gallery-item .byw-productImg .byw-productImg-shortCut div:first-child a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 150%;
	background: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
}

.byw-productList-content li .am-gallery-item .byw-productImg .byw-productImg-shortCut div:first-child a:hover {
	color: #FF0000;
}

.byw-productList-content li .am-gallery-item .byw-productImg .byw-productImg-shortCut .am-btn-group {
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #EE0000;
}

.byw-productList-content li .am-gallery-item .byw-productImg .byw-productImg-shortCut .am-btn-group .am-btn {
	font-size: 14px;
	line-height: 100%;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.byw-productList-content li .am-gallery-item .byw-productImg .byw-productImg-shortCut .am-btn-group a:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.byw-productList-content li .am-gallery-item .am-gallery-title {
	padding: 5px 10px;
}

.byw-productList-content li .am-gallery-item .am-gallery-title span {
	display: block;
	font-family: "瀵邦喛钂嬮梿鍛寸拨";
	font-size: 14px;
	letter-spacing: 1px;
}

.byw-productList-content li .am-gallery-item .am-gallery-title b {
	font-size: 18px;
	padding: 0 5px;
}

.byw-productList-content li .am-gallery-item .am-gallery-title p {
	margin: 5px 0;
	height: 38px;
	font-size: 13px;
	line-height: 150%;
	color: #666666;
	white-space: normal;
}

.byw-productList-content li .am-gallery-item .am-gallery-title:hover p {
	color: #ff4040;
}

.byw-productList-content li .am-gallery-item .am-gallery-desc ul {
	margin: 0;
	padding: 5px 10px;
	height: 30px;
	border-top: 1px dashed #EEEEEE;
}

.byw-productList-content li .am-gallery-item .am-gallery-desc ul li a {
	float: left;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.byw-productList-content li .am-gallery-item .am-gallery-desc ul li:first-child a {
	display: inline-block;
	width: 70%;
	font-size: 12px;
	line-height: 180%;
	color: #999999;
}

.byw-productList-content li .am-gallery-item .am-gallery-desc ul li:last-child a {
	width: 30%;
	font-size: 14px;
	line-height: 150%;
	color: #FF0000;
	text-align: right;
}

.byw-productList-content li .am-gallery-item .am-gallery-desc ul li:last-child a img {
	width: 16px;
	margin: -5px 5px 0 0;
}


/*  productList more  */

.byw-productList-more .am-pagination li a {
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(128, 64, 64, 0.05);
	color: #666;
}

.byw-productList-more .am-pagination .am-disabled a {
	color: #BBBBBB;
}

.byw-productList-more .am-pagination .am-active a,
.byw-productList-more .am-pagination li a:hover {
	background: #ff0000;
	border: 1px solid #ee0000;
	color: #FFFFFF;
}

.byw-productList-more .am-pagination li span {
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.byw-productList-more .am-pagination li span:hover {
	background: #FFFFFF;
}

.byw-productList-more .am-pagination li input {
	margin-bottom: 5px;
	height: 32px;
	color: #666;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(128, 64, 64, 0.05);
	text-align: center;
}

.byw-productList-more .am-pagination li button {
	margin-left: 5px;
	margin-bottom: 5px;
	height: 32px;
	width: 60px;
	background: #ff0000;
	border: 1px solid #ee0000;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 14px;
}


/* banner  */

.byw-banner-AD .byw-width-1200 {
	margin: 10px auto;
}


/* floor title shortCut  */

.byw-floor-title .byw-catalog-title-shortCut {
	width: 90%;
	min-height: 70px;
	margin: 5%;
	padding: 10px;
	line-height: 200%;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
}

.byw-floor-title .byw-catalog-title-shortCut a {
	float: left;
	padding: 0 8px;
	font-size: 14px;
	word-break: keep-all;
	color: #666;
}


/* floor content catalog  */

.byw-floor-content .byw-floor-catalog ul li {
	padding-top: 10px;
}

.byw-floor-content .byw-floor-catalog ul li:first-child {
	padding: 0 15px;
	font-size: 20px;
	line-height: 200%;
	color: #FF0000;
	border-bottom: 1px dashed #EEEEEE;
}

.byw-floor-content .byw-floor-catalog ul li:first-child a {
	font-size: 16px;
	letter-spacing: 2px;
	color: #282828;
}

.byw-floor-content .byw-floor-catalog ul li:last-child dl {
	float: left;
	width: 50%;
	padding: 10px 5px 5px 15px;
	/*margin: 0;*/
	/*line-height: 150%;*/
	letter-spacing: 1px;
	word-break: keep-all;
	color: #282828;
}

.byw-floor-content .byw-floor-catalog ul li:last-child dl:not(:first-child) {
	margin-top: 0;
}

.byw-floor-content .byw-floor-catalog ul li:last-child dl dt {
	font-size: 15px;
	color: #444;
}


/* floor content AD  */


/*.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a {
	border: 1px solid #F9F9F9;
}
.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:first-child {
	display: block;
	border-bottom: 1px solid #F9F9F9;
}
.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:not(:first-child) {
	display: inline-block;
	float: left;
}

.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:nth-child(2) {
	width: 50%;
	font-size: 12px;
	border-top: none;
	border-right: none;
	text-align: center;
}

.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:nth-child(3) {
	width: 50%;
	font-size: 12px;
	border-top: none;
	text-align: center;
}*/


/* Floor No.1 ~ No.15 */

[class*='byw-floorNo'] .byw-floor-title {
	position: relative;
	top: 0;
	left: 0;
	width: 22%;
}

[class*='byw-floorNo'] .byw-catalog-title-shortCut {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 19;
}


/* info detail */

.byw-infoDetail {
	background: #FFCCCC;
}

.byw-infoDetail .byw-infoDetail-header {
	margin: 10px 0;
}

.byw-infoDetail .byw-infoDetail-title {
	padding: 10px 0;
	font-size: 28px;
	line-height: 240%;
	letter-spacing: 1px;
	text-align: center;
	background: #FFFFFF;
}

.byw-infoDetail .byw-infoDetail-title a {
	display: block;
	font-size: 13px;
	line-height: 200%;
	color: #BBBBBB;
}

.byw-infoDetail .byw-infoDetail-content {
	padding: 10px 0;
	background: #FFFFFF;
	border-top: 1px dashed #F9F9F9;
}


/* others  */

.byw-breadcrumb-none {
	white-space: nowrap;
	overflow: hidden;
}

.byw-breadcrumb-none li a {
	color: #999;
}

.byw-breadcrumb-none li a:hover {
	color: #FF4040;
}

.byw-breadcrumb-none>li+li:before {
	content: " ";
}

.byw-hide {
	display: none;
}

.byw-collapse {
	height: 38px;
	overflow: hidden;
}


/* foot */

footer .byw-width-1200 {
	background: #282828;
	color: #FFFFFF;
}

footer .byw-footer-links {
	background: #999999;
	color: #282828;
}

footer .byw-footer-links .byw-width-1200 ul li {
	font-size: 16px;
	border-right: 1px solid #AAAAAA;
}

footer .byw-footer-links .byw-width-1200 ul li:last-child {
	border-right: none;
	margin: 15px 0;
}

footer .byw-footer-links .byw-width-1200 ul li a {
	display: block;
	border-right: none;
	font-size: 14px;
	line-height: 200%;
	color: #DDDDDD;
	text-align: center;
}

footer .byw-footer-links .byw-width-1200 ul li a:first-child {
	font-family: "瀵邦喛钂嬮梿鍛寸拨";
	font-size: 16px;
	line-height: 280%;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-indent: -10px;
}

footer .byw-footer-links ul li img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 10px auto;
}

footer div:last-child a {
	display: inline-block;
	padding: 0 5px;
	text-align: left;
	line-height: 360%;
	font-size: 12px;
	color: #AAAAAA;
}

footer div:last-child p {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	color: #666;
}

@media only screen and (max-width: 640px) {
	.byw-width-1200 {
		width: 99%;
		margin: 0 auto;
	}
	.byw-navbar {
		display: none;
	}
	/*  topbar  */
	.byw-header-topbar {
		padding-top: 4px;
		padding-bottom: 4px;
		height: 48px;
		background: #EE0000;
		/*background: #FFFFFF;*/
		box-shadow: 0 0 4px rgba(128, 64, 64, 0.4);
	}
	.byw-header-topbar .byw-width-1200 {
		/*padding-left: 10px;*/
		padding-left:4px;
		width: 100%;
	}
	.byw-header-topbar .byw-width-1200 ul {
		padding: 0 !important;
		margin: 0 !important;
	}
	.byw-header-topbar .byw-width-1200 ul li a {
		display: inline-block;
		font-size: 18px;
		line-height: 40px;
		letter-spacing: 1px;
		color: #FFFFFF;
		text-align: center;
	}
/*	.byw-header-topbar .byw-width-1200 ul li:nth-of-type(2) a img {
		display: inline-block;
		margin-top: -4px;
		box-shadow: 2px 0 0 rgba(255, 255, 255, 0.35);
	}*/
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) li:nth-child(n+3) a:hover {
		color: #FF0000;
		border-bottom: 2px solid #FF0000;
	}
	/*.byw-header-topbar .byw-width-1200 ul:nth-child(1) {
		width: 62%;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(2) {
		width: 38%;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) {
		width: 70%;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(2) {
		width: 30%;
	}
	.byw-header-topbar .byw-width-1200 ul li {
		margin-top: 3px;
		margin-right: 5px;
	}
	.byw-header-topbar .byw-width-1200 ul li a {
		font-size: 12px;
		line-height: 30px;
		letter-spacing: 1px;
		color: #666666;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) li:nth-child(1) a img {
		margin-top: -12px;
		margin-right: 2px;
		width: 100%;
		max-width: 88px;
		max-height: 22px;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) li:nth-child(1) a {
		padding-left: 5px;
		padding-right: 10px;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) li:nth-child(2) {
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		top: 50%;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) li:nth-child(2) a {
		display: block;
		margin-top: 5px;
		width: 30px;
		height: 24px;
		line-height: 12px !important;
		overflow: hidden;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) li:nth-child(3) {
		width: 35%;
		min-width: 100px;
		text-align: center;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) li:nth-child(3) a {
		float: right;
		display: inline-block;
		width: 32%;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) li:nth-child(3) a:hover {
		color: #FF0000;
		border-bottom: 2px solid #FF0000;
	}
	.byw-header-topbar .byw-width-1200 ul:nth-child(1) li:nth-child(1) {
		margin-top: 3px;
	}
	.byw-header-topbar .byw-width-1200 ul li a b {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 2px;
		color: #FF0000;
	}*/
	/* header */
	/*.byw-header-searchbar {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		height: 58px;
		background: #F9F9F9;
		box-shadow: 0 1px 8px rgba(128, 64, 64, 0.4);
	}*/
	.byw-header-searchbar {
		position: relative;
		top: 35px;
		/*height: 58px;*/
		padding: 0 5px;
		height: 50px;
		background: #F9F9F9;
		box-shadow: 0 1px 8px rgba(128, 64, 64, 0.4);
	}
	.byw-header-searchbar .byw-header-searchbtn {
		padding-top: 12px;
		/*padding-right: 10px;*/
		font-size: 14px;
	}
	.byw-header-searchbar .byw-header-brand {
		/*width: 33%;*/
		/*min-width: 120px;*/
		/*height: 65px;*/
		overflow: hidden;
	}
	.byw-header-searchbar .byw-header-brand a img {
		display: inline-block;
		float: left;
		/*margin-top: 2px;*/
		/*margin-left: -8px;*/
		/*width: 120px;*/
		/*height: 60px;*/
		margin-top: 12px;
		width: 32px;
		height: 32px;
	}
	.byw-header-searchbar .byw-header-brand a span {
		position: relative;
		top: 20px;
		left: 0;
		margin: 0;
		width: 36px;
		height: 52px;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 2px;
		color: #FF0000;
		text-shadow: 0 1px 0 rgba(128, 64, 64, 0.3);
	}
	/*.byw-header-searchbar .byw-header-brand a span {
		position: relative;
		top: 20px;
		left: 0;
		margin: 0;
		width: 36px;
		height: 40px;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 2px;
		color: #FF0000;
		text-shadow: 0 1px 0 rgba(128, 64, 64, 0.3);
	}*/
	.byw-header-searchbar .byw-header-brand a b {
		float: left;
		display: inline-block;
		padding-left: 5px;
		font-size: 24px;
		font-weight: 600;
		line-height: 50px;
		letter-spacing: 1px;
		color: #FF0000;
	}
	.byw-header-searchbar .byw-header-searchbtn .am-input-group input {
		padding: 0;
		height: 32px;
	}
	.byw-header-searchbar .byw-header-searchbtn .am-input-group button {
		height: 32px;
		/*font-size: 14px;*/
		font-size: 12px;
		letter-spacing: 1px;
		text-indent: 1px;
	}
	/*.byw-header-searchbar .byw-header-searchbtn .am-input-group button:nth-child(2) {
		display: none;
	}*/
	/* navList */
	.byw-navList {
		position: relative;
		/*top: 65px;*/
		top: 35px;
		left: 0;
		height: 80px;
		overflow-y: scroll;
	}
	.byw-navList .byw-width-1200 ul li {
		width: 100%;
	}
	.byw-navList .byw-width-1200 ul li a {
		text-align: center;
	}
	.byw-navList .byw-width-1200 ul li:first-child {
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 0 rgba(128, 64, 64, 0.5);
	}
	.byw-navList .byw-width-1200 ul li:last-child {
		padding-top: 5px;
	}
	/* address cata */
	.byw-address-cata {
		position: relative;
		/*top: 65px;*/
		top: 35px;
		left: 0;
	}
	.byw-address-cata .byw-width-1200 {
		width: 100%;
	}
	/* channel */
	.byw-channel {
		position: fixed;
		/*top: 65px;*/
		/*top: 38px;*/
		top: 48px;
		z-index: 19;
		width: 100%;
		height: 64px;
	}
	.byw-channel .byw-width-1200 {
		width: 100%;
		height: 64px;
	}
	.byw-channel .byw-width-1200 a {
		padding-top: 2px;
		width: 12.5%;
		font-size: 16px;
		height: 30px;
		line-height: 30px !important;
	}
	/*  banner scroll  */
	.byw-bannerScroll {
		position: relative;
		/*top: 65px;*/
		top: 35px;
		left: 0;
	}
	.byw-bannerScroll>.am-slider img {
		width: 100%;
	}
	/*  recommendation  */
	.byw-recommendation {
		position: relative;
		/*top: 65px;*/
		top: 35px;
		left: 0;
	}
	.byw-recommendation .byw-recommendation-shortCut ul li {
		text-align: center;
		padding-top: 10px;
	}
	.byw-recommendation .byw-recommendation-shortCut ul li:first-child {
		padding-top: 1px;
		/*background: rgba(128, 64, 64, 0.1);*/
	}
	.byw-recommendation .byw-recommendation-shortCut ul li a {
		display: block;
		color: #534741;
		/*width: 100px;
		height: 100px;
		background: #F0F0F0;
		border-radius: 50%;
		border-right: 2px dashed rgba(128, 64, 64, 0.1);
		box-shadow: 0 0 30px rgba(128, 64, 64, 0.1) inset;*/
	}
	.byw-recommendation .byw-recommendation-shortCut ul li a img {
		width: 60%;
		margin: auto;
	}
	.byw-recommendation .byw-recommendation-shortCut .am-slider {
		box-shadow: none;
		border-right: 2px dashed rgba(128, 64, 64, 0.1);
	}
	.byw-recommendation .byw-recommendation-shortCut .am-slider img {
		width: 80%;
		padding: 5px 0;
		margin-right: 2px;
	}
	.byw-recommendation .byw-recommendation-shortCut .am-slider .byw-bg-angleTop {
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-top: 50px solid #EE0000;
		border-right: 60px solid transparent;
	}
	.byw-recommendation .byw-recommendation-shortCut .am-slider p {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 14px;
		line-height: 50%;
		color: #FFFFFF;
		transform: rotate(-40deg);
		-moz-transform: rotate(-40deg);
		-webkit-transform: rotate(-40deg);
	}
	.byw-onSale-release,
	.byw-brand-release {
		display: none;
	}
	/*  activity theme  */
	.byw-activityTheme {
		position: relative;
		/*top: 65px;*/
		top: 35px;
		left: 0;
	}
	.byw-activityTheme .byw-width-1200 {
		width: 100%;
	}
	.byw-activityTheme .am-gallery-default li {
		padding: 0;
		background: #FFFFFF;
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li {
		float: left;
		width: 50%;
		padding: 15px 0;
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li:first-child {
		border-right: 1px dashed rgba(128, 64, 64, 0.1);
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li a h2 {
		margin: 0;
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li a img {
		padding: 20px 0;
		width: 70%;
	}
	.byw-banner-AD {
		display: none;
	}
	/* Floor */
	.byw-floor .byw-width-1200 {
		position: relative;
		/*top: 65px;*/
		top: 35px;
		margin: 5px auto;
		/*max-height: 407px;*/
		/*background: #F9F9F9;*/
	}
	/* floor title   */
	.byw-floor>.byw-width-1200>.byw-floor-title {
		display: none;
	}
	/*[class*='byw-floorNo'] .byw-floorAD-product a:nth-child(1) img {
		position: absolute;
		top: 60px;
		left: 15%;
		width: 120px;
	}*/
	/* floor content */
	.byw-floor .byw-floor-content {
		width: 100%;
		background: #FFFFFF;
	}
	.byw-floor-content .byw-floor-catalog ul li:first-child {
		border-bottom: none;
		box-shadow: 1px 1px 1px rgba(128, 64, 64, 0.4);
		background: linear-gradient(-75deg, #CC0000 20%, #EE0000 20%, #EE0000 80%, #CC0000 80%);
		background: -webkit-linear-gradient(-75deg, #CC0000 20%, #EE0000 20%, #EE0000 80%, #CC0000 80%);
		background: -moz-linear-gradient(-75deg, #CC0000 20%, #EE0000 20%, #EE0000 80%, #CC0000 80%);
		color: #FFFFFF;
		text-align: center;
	}
	.byw-floor-content .byw-floor-catalog ul li:first-child a {
		color: #FFFFFF;
	}
	.byw-floor-content .byw-floor-catalog ul li:last-child dl {
		width: 100%;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.byw-floor-content .byw-floor-catalog ul li:last-child dl dt {
		float: left;
		width: 10%;
		height: 50px;
		line-height: 50px;
	}
	.byw-floor-content .byw-floor-catalog ul li:last-child dl dd a {
		padding: 0 10px;
		font-size: 14px;
		line-height: 40px;
		color: #666;
		white-space: nowrap;
		border: 1px solid #FFFFFF;
	}
	.byw-floor-content .byw-floor-catalog ul li:last-child dl dd a:hover {
		color: #FF4040;
		border: 1px solid #FF4040;
	}
	/* floor content AD  */
	/*.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product {
		width: 100%;
		background: #FFFFFF;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a img {
		width: 100%;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:nth-child(1) {
		float: left;
		width: 50%;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:nth-child(2),
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:nth-child(3) {
		float: left;
		width: 25%;
		border-top: 1px solid #F9F9F9;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-brands {
		width: 100%;
		max-height: 126px;
		overflow: hidden;
		border-top: 1px solid #F9F9F9;
		text-align: center;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-brands a {
		display: inline-block;
		float: left;
		padding: 4px 0;
		width: 25%;
		background: #FFFFFF;
		border-right: 1px solid #F9F9F9;
		border-bottom: 1px solid #F9F9F9;
	}*/
	/* floor content AD  */
	.byw-floorNo15 .byw-floor-content .byw-floor-contentAD ul li:nth-child(n+16) {
		display: none;
	}
	.byw-floorNo15 .byw-floor-content .byw-floor-contentAD ul li a img {
		margin: 5px auto;
	}
	.byw-floor-content .byw-floor-contentAD ul li {
		border-top: 1px solid #F9F9F9;
		border-right: 1px solid #f9f9f9;
		text-align: center;
	}
	.byw-floor:not(.byw-floorNo15) .byw-floor-content .byw-floor-contentAD ul li:nth-child(n+13) {
		display: none;
	}
	.byw-floor:not(.byw-floorNo15) .byw-floor-content .byw-floor-contentAD ul li a img {
		margin: 10px auto;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		max-width: 100px;
		max-height: 50px;
	}
	/*  guess  */
	.byw-guess {
		position: relative;
		/*top: 75px;*/
		top: 38px;
		left: 0;
		padding-bottom: 10px;
	}
	.byw-guess .byw-guess-content .am-gallery-item div:last-child {
		padding-bottom: 10px;
	}
	/* address */
	.byw-address {
		position: relative;
		/*top: 65px;
		top: 35px;*/
		top: 110px;
		left: 0;
		background: #FEFFFF;
		border-bottom: 1px solid #F9F9F9;
	}
	/* selection list */
	.byw-selectionList {
		position: relative;
		/*top: 65px;*/
		top: 35px;
		left: 0;
	}
	.byw-selectionList ul:last-child {
		height: 76px;
	}
	.byw-selectionList .byw-collapse-btn {
		position: relative;
		bottom: 0;
		left: 0;
	}
	.byw-selectionList ul li .byw-selectionList-title {
		width: 14%;
	}
	.byw-selectionList ul li .byw-selectionList-content {
		width: 72%;
	}
	.byw-selectionList ul li .byw-selectionList-btn {
		width: 14%;
	}
	/* sorting list */
	.byw-sortingList {
		position: relative;
		/*top: 65px;*/
		top: 35px;
		left: 0;
	}
	.byw-sortingList .byw-sortingList-select li:last-child {
		display: none;
	}
	.byw-sortingList .byw-sortingList-switch li:nth-child(2) {
		height: 40px;
		padding: 4px;
	}
	.byw-productList {
		position: relative;
		/*top: 65px;*/
		top: 35px;
		left: 0;
	}
	.byw-sortingList .byw-sortingList-switch li:last-child input {
		float: left;
		width: 120px;
		margin-left: 5px;
	}
	.byw-sortingList .byw-sortingList-switch li .byw-sorting-shop button {
		margin: 0;
	}
	/* info detail */
	.byw-infoDetail .byw-infoDetail-title {
		font-size: 20px;
	}
	/* foot */
	footer {
		position: relative;
		/*top: 80px;*/
		top: 95px;
	}
	footer div:last-child a {
		padding: 0;
		line-height: 100%;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.byw-width-1200 {
		width: 99%;
		/*min-width: 960px;*/
		margin: 0 auto;
	}
	.byw-header-topbar {
		padding: 0 5px;
		width: 100%;
	}
	.byw-header-searchbar .byw-header-brand a img {
		display: inline-block;
		padding-bottom: 10px;
		padding-bottom: 5px\9;
		/*all ie*/
	}
	/*.byw-header-searchbar .byw-header-brand span {
		display: none;
	}*/
	.byw-header-searchbar .byw-width-1200 {
		padding-top: 40px;
	}
	.byw-header-searchbar .byw-header-searchbtn {
		padding-top: 20px;
	}
	.byw-header-searchbar .byw-header-searchbtn button {
		width: 80px;
		font-size: 16px;
		letter-spacing: 2px;
		text-indent: -1px;
	}
	/* navList */
	/*.byw-navList .byw-width-1200 a:nth-child(2n) {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		box-shadow: 1px 0 0 rgba(128, 64, 64, 0.4);
	}
	.byw-navList .byw-width-1200 a:nth-child(10n) {
		border-right: none;
		box-shadow: none;
	}*/
	.byw-navList .byw-width-1200 ul li {
		margin: 0 auto;
		width: 96%;
	}
	.byw-navList .byw-width-1200 ul li a {
		text-align: center;
	}
	.byw-navList .byw-width-1200 ul li:first-child {
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 0 rgba(128, 64, 64, 0.5);
	}
	.byw-navList .byw-width-1200 ul li:last-child {
		padding-top: 5px;
	}
	/* channel */
	.byw-channel {
		position: relative;
		top: 36px;
		height: 72px;
	}
	.byw-channel .byw-width-1200 {
		height: 72px;
		width: 100%;
	}
	.byw-channel .byw-width-1200 a {
		width: 10%;
	}
	/*  banner scroll  */
	.byw-bannerScroll>.am-slider img {
		width: 90%;
		margin: 0 auto;
	}
	/*  recommendation  */
	.byw-recommendation .byw-recommendation-shortCut {
		display: none;
	}
	.byw-recommendation .byw-onSale-release,
	.byw-brand-release {
		padding-top: 10px;
	}
	.byw-recommendation .byw-brand-release ul li img {
		padding: 10px 0;
	}
	/*  activity theme  */
	.byw-activityTheme .byw-width-1200 {
		width: 99%;
		padding: 5px 0;
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li {
		float: left;
		width: 50%;
		padding: 15px 0;
		text-align: center;
		background: #FFFFFF;
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li:first-child {
		border-right: 1px dashed rgba(128, 64, 64, 0.1);
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li a h2 {
		margin: 0;
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li a img {
		padding: 20px 0;
		width: 60%;
	}
	/* Floor */
	.byw-floor .byw-width-1200 {
		margin: 10px auto;
		max-height: 407px;
		background: #FFFFFF;
	}
	/* floor title   */
	.byw-floor>.byw-width-1200>.byw-floor-title {
		display: none;
	}
	/*[class*='byw-floorNo'] .byw-floorAD-product a:nth-child(1) img {
		position: absolute;
		top: 60px;
		left: 15%;
		width: 120px;
	}*/
	/* floor content */
	.byw-floor .byw-floor-content {
		width: 100%;
		background: #FFFFFF;
	}
	.byw-floor-content .byw-floor-catalog {
		padding-bottom: 20px;
	}
	.byw-floor-content .byw-floor-catalog ul li:last-child dl {
		height: 100px;
	}
	.byw-floor-content .byw-floor-catalog ul li:last-child dl dd a {
		padding: 0 8px;
		font-size: 14px;
		line-height: 36px;
		color: #666;
		white-space: nowrap;
		border: 1px solid #FFFFFF;
	}
	.byw-floor-content .byw-floor-catalog ul li:last-child dl dd a:hover {
		color: #FF4040;
		border: 1px solid #FF4040;
	}
	.byw-floor-content .byw-floor-catalog ul li:first-child {
		border-bottom: none;
	}
	.byw-floor-content .byw-floor-catalog ul li:first-child b {
		display: none;
	}
	.byw-floor-content .byw-floor-catalog ul li:first-child a {
		margin-left: -15px;
		box-shadow: 1px 1px 1px rgba(128, 64, 64, 0.4);
		background: linear-gradient(-70deg, #EE0000 50%, #CC0000 50%);
		background: -webkit-linear-gradient(-70deg, #EE0000 50%, #CC0000 50%);
		background: -moz-linear-gradient(-70deg, #EE0000 50%, #CC0000 50%);
		color: #FFFFFF;
	}
	/* floor content AD  */
	/*.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product {
		float: left;
		width: 60%;
		height: 190px;
		overflow: hidden;
	}*/
	/*.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a img {
		width: 100%;
		height: 190px;
	}*/
	/*.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:nth-child(1) {
		float: left;
		width: 50%;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:nth-child(2),
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:nth-child(3) {
		float: left;
		width: 25%;
		border-top: 1px solid #F9F9F9;
	}

	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-brands {
		float: right;
		width: 40%;
		border-top: 1px solid #F9F9F9;
		text-align: center;
		overflow: hidden;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-brands a {
		display: inline-block;
		float: left;
		width: 33.3%;
		height: 63px;
		border-right: 1px solid #F9F9F9;
		border-bottom: 1px solid #F9F9F9;
	}*/
	/* floor content AD  */
	.byw-floorNo15 .byw-floor-content .byw-floor-contentAD ul li:nth-child(n+16) {
		display: none;
	}
	.byw-floorNo15 .byw-floor-content .byw-floor-contentAD ul li a img {
		margin: 5px auto;
	}
	.byw-floor-content .byw-floor-contentAD ul li {
		border-top: 1px solid #F9F9F9;
		border-right: 1px solid #f9f9f9;
		text-align: center;
	}
	.byw-floor:not(.byw-floorNo15) .byw-floor-content .byw-floor-contentAD ul li:nth-child(n+13) {
		display: none;
	}
	.byw-floor:not(.byw-floorNo15) .byw-floor-content .byw-floor-contentAD ul li a img {
		margin: 10px auto;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		max-width: 100px;
		max-height: 50px;
	}
	/*  guess  */
	.byw-guess .byw-guess-title {
		margin-top: 10px;
	}
	.byw-guess .byw-guess-content .am-gallery-item div:last-child {
		padding-bottom: 10px;
	}
	/* foot */
	footer {
		position: relative;
		/*top: 65px;*/
		top: 36px;
	}
}

@media only screen and (min-width: 1025px) {
	/*.am-g {
		width: 100%;
		min-width: 1200px;
	}*/
	.byw-width-1200 {
		width: 1200px;
		margin: 0 auto;
	}
	.byw-header-searchbar,
	.byw-navbar,
	.byw-bannerScroll,
	.byw-address-cata {
		min-width: 1200px;
	}
	.byw-header-searchbar .byw-width-1200 {
		padding-top: 40px;
	}
	.byw-header-searchbar .byw-header-brand a img {
		display: inline-block;
		padding-top: 9px;
		padding-top: 5px\9;
		/*all ie*/
		padding-bottom: 16px;
		padding-bottom: 8px\9;
		/*all ie*/
	}
	/*.byw-header-searchbar .byw-header-brand a span {
		display: none;
	}*/
	.byw-header-searchbar .byw-header-searchbtn {
		padding-top: 42px;
	}
	.byw-header-searchbar .byw-header-searchbtn button {
		width: 120px;
		font-size: 16px;
		letter-spacing: 4px;
		text-indent: 4px;
	}
	.byw-header-searchbar .byw-header-searchbtn div {
		max-width: 600px;
	}
	.byw-channel {
		position: relative;
		top: 0;
		left: 0;
		height: 40px;
	}
	.byw-channel .byw-width-1200 {
		height: 40px;
		background: #F0F0F0;
		/*box-shadow: 8px -4px 8px rgba(128, 64, 64, 0.1) inset;*/
		box-shadow: 0px -2px 8px rgba(128, 64, 64, 0.1) inset;
	}
	/* navList */
	/*.byw-navList .byw-width-1200 a:nth-child(3n) {
					border-right: 1px solid rgba(255, 255, 255, 0.2);
					box-shadow: 1px 0 0 rgba(128, 64, 64, 0.4);
				}
				.byw-navList .byw-width-1200 a:nth-child(15n) {
					border-right: none;
					box-shadow: none;
				}*/
	.byw-navList .byw-width-1200 ul li a {
		display: inline-block;
		width: 36px;
	}
	.byw-navList .byw-width-1200 ul li {
		text-align: center;
	}
	/* channel */
	.byw-channel .byw-width-1200 a {
		width: 55px;
	}
	/* banner scroll  */
	.byw-bannerScroll {
		position: absolute;
		top: 185px;
		top: 175px\9;
		/*all ie*/
		left: 0;
	}
	.byw-bannerScroll>.am-slider img {
		position: relative;
		width: 1000px;
		height: 450px;
		top: 0;
		left: 50%;
		margin-left: -400px;
	}
	/*  recommendation  */
	.byw-recommendation .byw-recommendation-shortCut {
		display: none;
	}
	.byw-recommendation .byw-onSale-release ul li a img {
		max-width: 200px;
		min-height: 120px;
	}
	.byw-recommendation>.byw-width-1200>.byw-onSale-release,
	.byw-brand-release {
		padding: 20px 0 10px 0;
	}
	/* activity theme  */
	.byw-activityTheme .byw-width-1200 {
		margin: 5px auto;
	}
	.byw-activityTheme .am-gallery-default ul {
		height: 500px;
	}
	.byw-activityTheme .am-gallery-default li:first-child {
		padding-left: 0;
	}
	.byw-activityTheme .am-gallery-default li:last-child {
		padding-right: 0;
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li:first-child {
		border-bottom: 1px dashed rgba(128, 64, 64, 0.1);
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li a h2 {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li a img {
		padding: 20px 0;
		width: 60%;
	}
	.byw-activityTheme .am-gallery-default .am-gallery-item ul li:hover a img {
		transition: all 0.6s;
		-moz-transition: all 0.6s;
		-webkit-transition: all 0.6s;
		-o-transition: all 0.6s;
		transform: scale(1.15, 1.15);
		-moz-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		-o-transform: scale(1.15, 1.15);
	}
	/* Floor */
	.byw-floor .byw-width-1200 {
		margin: 10px auto;
		height: 380px;
		background: #FFFFFF;
	}
	/* floor title   */
	.byw-floor-title .byw-floor-titleAD a {
		display: block;
		width: 100%;
		height: 380px;
	}
	.byw-floor-title .byw-floor-titleAD a img {
		width: 100%;
		max-width: 260px;
		height: 380px;
	}
	/*[class*='byw-floorNo'] .byw-floorAD-product a:nth-child(1) img {
		position: absolute;
		top: 60px;
		left: 35%;
		width: 120px;
	}*/
	/* floor content */
	.byw-floor .byw-floor-content {
		width: 78%;
	}
	.byw-floor-content .byw-floor-catalog ul li:last-child dl dd a {
		padding-right: 10px;
		font-size: 14px;
		color: #666;
	}
	.byw-floor-content .byw-floor-catalog ul li:last-child dl dd a:hover {
		color: #FF4040;
	}
	/* floor content AD  */
	/*.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product {
		width: 70%;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a {
	border: 1px solid #F9F9F9;
	height: 190px;
	overflow: hidden;
}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-brands {
		width: 30%;
		height: 380px;
		text-align: center;
		overflow: hidden;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-brands a {
		display: block;
		padding: 4px 0;
		width: 100%;
		border-bottom: 1px solid #F9F9F9;
	}
	.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-brands a:nth-child(6n) {
		border-bottom: none;
	}*/
	/* floor content AD  */
	.byw-floor-content .byw-floor-contentAD ul li {
		border-left: 1px solid #f9f9f9;
		text-align: center;
	}
	.byw-floor-content .byw-floor-contentAD ul li:nth-child(n+4) {
		border-top: 1px solid #f9f9f9;
	}
	.byw-floor-content .byw-floor-contentAD ul li:nth-child(n+16) {
		display: none;
	}
	.byw-floor-content .byw-floor-contentAD ul li a img {
		margin: 12px auto;
		width: 100px;
		height: 50px;
	}
	/*.byw-floor-content .byw-floor-contentAD ul .byw-floorAD-product a:hover img {
		transition: all 0.6s;
		-moz-transition: all 0.6s;
		-webkit-transition: all 0.6s;
		-o-transition: all 0.6s;
		transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
	}*/
	/* guess  */
	.byw-guess .byw-guess-content ul li {
		height: 250px;
	}
	.byw-guess .byw-guess-content .am-gallery-item {
		height: 240px;
	}
	.byw-guess .byw-guess-content ul li:nth-child(1) {
		padding-left: 0;
	}
	.byw-guess .byw-guess-content ul li:nth-child(7n+0) {
		padding-left: 0;
	}
	.byw-guess .byw-guess-content ul li:nth-child(6n+0) {
		padding-right: 0;
	}
	.byw-guess .byw-guess-content li .am-gallery-item a img {
		width: 180px;
		height: 180px;
		margin: auto;
	}
	/*  product list  */
	.byw-productList-content ul li:nth-child(1) {
		padding-left: 0;
	}
	.byw-productList-content ul li:nth-child(5n+1) {
		padding-left: 0;
	}
	.byw-productList-content ul li:nth-child(5n+0) {
		padding-right: 0;
	}
	.byw-productList-content ul li .am-gallery-item {
		height: 340px;
	}
	.byw-productList-content li .am-gallery-item .byw-productImg a img {
		width: 220px;
		height: 220px;
	}
	.byw-productList-content li .am-gallery-item .byw-productImg:hover a img {
		transition: all 0.6s;
		-moz-transition: all 0.6s;
		-webkit-transition: all 0.6s;
		-o-transition: all 0.6s;
		transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
	}
	/*  sorting list  */
	#byw-priceInput {
		border-left: 1px dashed #DDDDDD;
		border-right: 1px dashed #DDDDDD;
		padding: 0 10px;
	}
	/* footer */
	footer {
		min-width: 1200px;
	}
	footer div p {
		border-top: 1px solid #333;
	}
}

a.byw-active {
	/*	background: #FFFFFF;*/
	line-height: 30px !important;
	color: #ff0000 !important;
}

#bydl {
	cursor: pointer
}

#byfddl {
	border: 1px #ccc solid;
	top: 30px;
	right: 0px;
	height: 250px;
	width: 330px;
	position: absolute;
	background-color: #FFF;
	display: none;
	z-index: 9999;
}

#byfddl .by_dl1 {
	height: 33px;
	background-color: #f2f2f2;
	padding: 2px 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}

#byfddl .by_dl2 {
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	padding: 10px 0 0 40px;
	text-align: left;
}

#byfddl .by_dlinput {
	width: 242px;
	height: 32px;
	line-height: 32px;
	margin-right: 3px;
	padding: 3px;
	border: solid 1px #c8c8c8;
	vertical-align: middle;
	text-align: left;
}

#byfddl .dlSubmit {
	width: 250px;
	height: 33px;
	border: 0;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	line-height: 31px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	background: url(/images/c.png) no-repeat 0 0;
	cursor: pointer;
	zoom: 1;
	margin-top: 20px;
}

#byfddl .bygb {
	color: #9c9c97;
	font-family: Tahoma, sans;
	font-size: 22px;
	position: absolute;
	right: 8px;
	text-decoration: none;
	top: 0;
	cursor: pointer
}