#ProductShow{
	width: 100%;
}
.ProductShow_content{
	width: 1200px;
	margin: 0 auto;
}
.AllShow{
	width: 100%;
}
.AllShow_left{
	width: 20%;
	float: left;
}
.AllShow_right{
	width: 77%;
	margin-left: 3%;
	float: left;
}
.ProductType h3{
	width: 90%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #f7f7f7;
	color: #333333;
	padding: 0 5%;
	font-size: 14px;
}
.ProductType ul{
	width: 80%;
	padding: 20px 0;
}
.ProductType ul li{
    padding: 5px 7px;
	float: left;
}

.ProductType ul li a{
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #333333;
}
.ProductType ul li a:hover{
	color: #CEA257;
}

.ProductBanner{
	width: 100%;
}
#slider{
	width: 100%;
	min-width: 100%;
	height: 460px;
}
#slider ul{
	height: 435px;
}
#slider ul li a{
	width: 100%;
	height: 435px;
}
.ctrl_btn{
	bottom: 0px;
    right: 50% !important;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    right: 42% !important \9;
}
.ctrl_btn>span{
	width: 10px;
	height: 10px;
	background: #CCCCCC;
	border: none;
	border-radius: 5px;
}
.ctrl_btn>span:first-child {
    margin-left: 0;
}
.ctrl_btn>.curr{
	border: none;
}

.YouLike{
	margin-top: 30px;
}
.FirstHead h2{
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	float: left;
	padding-left: 10px;
	border-left: 1px solid #333333;
}
.FirstHead a{
	float: right;
	height: 14px;
	line-height: 14px;
	color: #333333;
}
.YouLike ul>li{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}
.YouLike ul>li a{
	display: inline-block;
	padding: 10px;
	border: 1px solid transparent;
}
.YouLike ul>li a:hover{
	border: 1px solid #E5BB73;
}
.YouLike ul>li a img{
	width: 100%;
	display: block;
}
.YouLike ul>li a p{
	margin-top: 20px;
	line-height: 20px;
	color: #333333;
}
.YouLike ul>li a b{
	color: #CC0000;
	line-height: 20px;
	font-size: 14px;
}
.YouHistory{
	margin-top: 30px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.YouHistory>h2{
	padding: 0 10px;
	font-size: 14px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.YouHistory>ul li{
	width: 49.5%;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.YouHistory>ul li a{
	position: relative;
	display: block;
}
.YouHistory>ul li a img{
	display: block;
	width: 100%;
}
.YouHistory>ul li a>div{
	position: absolute;
	top: 20px;
	left: 0;
	width: 80%;
	height: 80%;
	background: rgba(0,0,0,0.5);
	background: #86878A \9;
	padding: 10%;
	color: #FFFFFF;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.YouHistory>ul li:hover> a>div{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
}
.YouHistory>ul li a>div>b {
    font-weight: normal;
    font-size: 12px;
    word-break: break-all;
    display: block;
    height: 50px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.WatchNews{
	margin-top: 30px;
}
.WatchNewsList{
	background: #f3f3f3;
	margin-top: 20px;
	width: 100%;
}
.WatchNewsList a{
	display: inline-block;
    position: relative;
	width: 100%;
}
.WatchNewsList>a>p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    width: 96%;
    padding: 0 2%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    background: #000000 \9; 
}
.WatchNewsList a img{
	width: 100%;
	display: block;
}
.WatchNewsList ul{
	padding: 0 5%;
}
.WatchNewsList ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.WatchNewsList ul li:hover a p{
	color: #CEA257;
}
	.WatchNewsList ul li a {
		display: flex;
		align-items: center;
	}
.WatchNewsList ul li a span{
	display: inline-block;
	width: 4px;
	height: 8px;
	vertical-align: middle;	
	background: url(../images/AllIcon.png) no-repeat -126px -27px;
}
.WatchNewsList ul li a p{
	display: inline-block;
	width: 95%;
	margin-left: 2%;
	vertical-align: middle;	
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ProductScreen_list th{
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	vertical-align: top;
}
.ProductScreen_list{
	border-top: 1px solid #CCCCCC;
}
.NowSreen{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}
.NowSreen tr{
	width: 100%;
}
.NowSreen th{
	width: 10%;
	text-align: center;
	background: #F3F3F3;
}
.NowSreen td{
	width: 80%;
	vertical-align: middle;
	padding: 10px 5%;
}
.NowSreen td p{
	color: #333333;
	float: left;
	padding: 5px;
    margin-left: 3px;
}
.BSList_top {
    margin-left: 8px;
}
.NowSreen td p span{
	color: #ff3333;
}
.NowSreen td ul{
	margin-left: 20px;
	float: left;
}
.NowSreen td ul li{
	float: left;
	padding: 4px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	color: #ff3333;
	cursor: pointer;
}
.NowSreen td ul li i{
	display: inline-block;
	width: 6px;
	height: 7px;
	vertical-align: middle;
	background: url(../images/AllIcon.png) no-repeat -138px -27px;
	margin-left: 5px;
}

.ScreenCondition>.ChooseAccredit{
	float: left;
	margin-left: 20px;
	vertical-align: middle;
}
.Accessories>div{
	float: left;
	padding: 5px 10px;
}
.Accessories>div>input{
	vertical-align: middle;
	cursor: pointer;
}
.Accessories>div>label{
	cursor: pointer;
}

.BrandScreen,.AccessoriesScreen{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}
.BrandScreen th,.AccessoriesScreen th{
	width: 10%;
	background: #F3F3F3;
}
.BrandScreen .BrandScreenList,.AccessoriesScreen tr td{
	width: 80%;
	vertical-align: middle;
	padding: 10px 0 10px 5% ;
}
.ByEn{
	float: left;
}
.ByEn ul li{
	float: left;
	margin-right: 8px;
	color: #333333;
}
.ByEn ul li.ByEnAC>a {
    color: #e5bb73;
}
.BySearch{
	float: left;
	padding: 0 3px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
}
.BySearch span{
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background: url(../images/AllIcon.png) no-repeat -155px -24px;
}
.BySearch input{
	width: 140px;
	height: 20px;
	vertical-align: middle;
	outline: none;
	margin-left: 3px;
}
.BrandShowMore{
	float: right;
	padding: 0 5px;
	height: 20px;
	line-height: 18px;
	color: #333333;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	
}
.BrandShowMore i{
	display: inline-block;
	margin-left: 5px;
	width: 8px;
	height: 4px;
	background: url(../images/AllIcon.png) no-repeat -174px -29px;
}
.BrandShowMore span,.BrandSelects span{
	vertical-align: middle;
}
.BrandSelects{
	float: right;
	padding: 0 5px;
	height: 20px;
	line-height: 18px;
	color: #333333;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	cursor: pointer;
}
.MakeSure {
    background:#CEA257;
    color:#FFFFFF;
}
.BrandSelects:hover, .BrandShowMore:hover {
    background: #DFDFDF;
}
.MakeSure:hover {
    background: #be9c6d;
}
.BrandSelects i {
    display: inline-block;
    margin-left: 5px;
    width: 6px;
    height: 6px;
    background: url(../images/AllIcon.png) no-repeat -187px -27px;
}

.BestBrand {
    margin-top: 5px;
    height: 22px;
    overflow: hidden;
}
.BestBrand b{
	display: inline-block;
	color: #333333;
	float: left;
}
.BestBrand ul{
	float: left;
}
.BestBrand ul li{
	margin: 2px 5px;
	float: left;
}
.BestBrand ul li a{
	display: inline-block;
	padding: 0 5px;	
	height: 18px;
	line-height: 18px;
}
.BestBrand ul li a:hover{
	background: #CEA257;
	color: #FFFFFF;
}

.AllBrandShow{
	display: none;
	margin-top: 20px;
	max-height: 150px;
	overflow: auto;
}
.AllBrandShow ul{
	float: left;
}
.AllBrandShow ul li{
	margin: 5px;
	float: left;
}
.AllBrandShow ul li a{
	display: inline-block;
	padding: 0 5px;	
	height: 18px;
	line-height: 18px;
}
.AllBrandShow ul li a:hover{
	background: #CEA257;
	color: #FFFFFF;
}
.OtherScreen_list{
	overflow: hidden;
}
.ShowMoreScreenList {
    display: none;
}
.OtherScreen{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}
.OtherScreen th{
	width: 10%;
	background: #F3F3F3;
}
.OtherScreen td{
	width: 80%;
	vertical-align: middle;
	padding: 10px 0 10px 5% ;
}
.OtherScreen td ul{
	float: left;
}
.OtherScreen td ul li{
	margin: 5px;
	float: left;
}
.OtherScreen td ul li a{
	display: inline-block;
	padding: 0 5px;	
	height: 18px;
	line-height: 18px;
}
.ScreenCondition ul li.added a {
    color: #ffffff;
    background: #CEA257;
    cursor: text;
}
.ScreenCondition ul li.brandAdd a {
    color: #ffffff;
    background: #CEA257;
}
.moreShow{
    background:#CEA257;
    color:#ffffff;
}
.moreShow:hover {
    background: #be9c6d;
}
.OtherScreen td ul li a:hover {
    background: #CEA257;
    color: #FFFFFF;
}
.ShowMoreScreen{
	width: 100%;
	text-align: center;
}
.ShowMoreScreen>div{
	display: inline-block;
	padding: 5px 25px;
	background: #f3f3f3;
	border-radius: 0 0 4px 4px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	cursor: pointer;
}
.ShowMoreScreen span{
	display: inline-block;
	color: #333333;
	vertical-align: middle;
}
.ShowMoreScreen i{
	display: inline-block;
	width: 7px;
	height: 8px;
	vertical-align: middle;
	margin-left: 5px;
	background: url(../images/AllIcon.png) no-repeat -174px -42px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.ProductAdvertising,.Product_list_content{
	margin-top: 30px;
}
.ProductAdvertising a{
	display: inline-block;
    overflow: hidden;
}
.ProductAdvertising a>img{
	width: 100%;
	display: block;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
}
.ProductAdvertising a:hover img{
	transform: scale(1.1);
}
.priceSection>b{
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
    padding:0 6px;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    background:#333333;
    cursor:pointer;
    color:#ffffff;
}
.OtherScreen td ul li>input {
    border-style: none;
    height: 24px;
    padding: 0 3px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    color: #666666;
}
.priceSection>b:hover{
    background:#000000;
}
.ProductSort{
	padding: 10px 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.ProductSort>.SortContent{
	display: inline-block;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.ProductSort>.ChooseAccredit{
	float: left;
	margin-left: 20px;
	vertical-align: middle;
}
.ProductSort>.ChooseAccredit>a{
    display: block;
	float: left;
	padding: 5px 10px;
}
.ProductSort>.ChooseAccredit>a>input{
	vertical-align: middle;
	cursor: pointer;
}
.ProductSort>.ChooseAccredit>a>label{
	cursor: pointer;
}
.ProductSort>.SortContent>div{
	float: left;
	padding: 5px 13px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
.ProductSort>.SortContent>div>span{
    display:inline-block;
    height:23px;
    line-height:23px;
}
.ProductSort>.SortContent>div>i{
	margin-left: 5px;
	display: inline-block;
}

.ByNomal i,.BySales i,.ByNew i{
	width: 7px;
	height: 8px;
	background: url(../images/AllIcon.png) no-repeat -187px -42px;
}
.ByDiscount i{
	width: 7px;
	height: 9px;
	background: url(../images/AllIcon.png) no-repeat -174px -53px;
}
.ByPrice {
    box-sizing: border-box;
}
.ByPrice > div {
    display: inline-block;
    vertical-align: middle;
}

    .ByPrice b {
        display: block;
        width: 0px;
        height: 0px;
        border: 4px solid transparent;
        border-bottom: 4px solid #806f66;
        box-sizing: border-box;
    }

    .ByPrice i {
        display: block;
        width: 0px;
        height: 0px;
        margin-top: 3px;
        border: 4px solid transparent;
        border-top: 4px solid #806f66;
        box-sizing: border-box;
    }
.UpActive,.DownActive {
	background-color: #E5BB73;
	color: #FFFFFF;
}
.UpActive i{
	background: url(../images/AllIcon.png) no-repeat -187px -62px;
}

.DownActive i{
	background: url(../images/AllIcon.png) no-repeat -187px -53px;
}
.DownActive.ByPrice i {
    background:none;
}
.Product_list{
	margin-top: 30px;
}
.Product_list_show>ul{
	width: 100%;
}
.Products{
    position: relative;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-right: 1.6% \9;
	margin-bottom: 2%;
}
.Products>img {
    position: absolute;
    width: 20%;
    top: 0;
    right: 0;
    display: block;
}
.Product_list_show>ul li:nth-child(4n){
	margin-right: 0;
}
.Products a{
	display: inline-block;
	position: relative;
}
.Products a .ProductImg{
	width: 100%;
    min-height: 217px;
}
.Products a .ProductActiveIcon{
	position: absolute;
	width: 20%;
	top: 0;
	right: 0;
}
.Products a b {
    display: block;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    color: #999999;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.Products>p{
	color: #CCCCCC;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}
.Products>div{
	padding: 0 10px 10px 10px;
    position: relative;
}
.Products>div b{
	float: left;
	font-weight: normal;
	color: #333333;
}
.Products>div b>span{
	color: #FF0000;
}
.Products>div>div{
	position:absolute;
	top:0;
	right:10px;
    cursor: pointer;
	text-align:right;
}
.Products>div>div>img{
    width: 23%;
	vertical-align: middle;
}
.Products>div>div>span {
    vertical-align: middle;
    margin-left: 5%;
}
.HarmonyHot{
	margin-top: 30px;
}
.HarmonyHot h2{
	font-size: 17px;
	color: #CC0000;
	height: 50px;
	line-height: 50px;
}
.HarmonyHot ul {
    width: 100%;
}
.HarmonyHot li{
    float: left;
    width: 20%;
    width: 20.7% \9;
    margin-right: 6.25%;
}
.HarmonyHot li:last-child {
    margin-right: 0;
}
.HarmonyHot li a{
	display: inline-block;
    width: 100%;
}
.HarmonyHot li a img{
	width: 100%;
}
.HarmonyHot li a b{
	display: block;
	margin-top: 10px;
	height: 40px;
    line-height:20px;
	overflow: hidden;
	text-overflow: ellipsis;
    width: 94%;
    padding: 0 3%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
    font-weight: normal;
	-webkit-box-orient: vertical;
}
.HarmonyHot li>div {
    width: 94%;
    padding: 0 3%;
}
.HarmonyHot li>div>p{	
	color: #CC0000;
	height: 25px;
	font-size: 14;
	line-height: 25px;
}
.HarmonyHot li>div>del{
	float: left;	
	color: #999999;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}
.HarmonyHot li>div>i{
	display: inline-block;
	float: right;	
	color: #999999;
	height: 25px;
	line-height: 25px;
	font-style: normal;
}
.AdvertisementBanner {
    margin-top: 30px;
}
.swiper-pagination-bullet-active {
    background: #e5bb73;
}
@media screen and (max-width: 1200px) {
    .Products a .ProductImg {
        min-height: 183px;
    }
    .Products>div b {
        width: 100%;
        font-size: 12px;
    }
    .Products>div>div {
         position: static; 
        float: right;
    }
    .Products>p {
        font-size: 12px;
    }
    .Products>div b>span {
        font-size: 12px;
    }
}
.hideMoney{display:none}