*{margin: 0;padding: 0;}
a,img{border: 0;}
img{width:100%!important;}
body{max-width:640px;margin:0 auto}
#list {margin:0 auto;width: 100%;}
#list li{
    border: 0px solid black;
    position: relative;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    cursor: pointer;
    width: 49.33%;
    height: 165.85px;
    display: inline-block;
    }
.slideBox {
	position: relative;
	max-width: 100%;
	max-height: 800px;
	overflow: hidden;
}
.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 38px;
	bottom: 8px;
	right: 0;
	z-index: 1;
	text-align: center;
	left:0;
}
.slideBox .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}
.slideBox .hd li.on {
	background: #fff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}


.slideBox .bd li img {
	vertical-align: top;
	width: 100%;
	max-height: 800px;
}
.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}    
.vmain2 { border:1px solid #ccc; }
.vmain2 .box { padding:10px; background-color:#EDEDED; }
.vmain2 .desc { font-size:14px; }
.vmain2 .desc strong { color:#f00; }
.dh{padding:10px}
.dh a{text-decoration: none;color:#000}


.menu { background-color:#7f1cf1; overflow:hidden;}
.menu li{ float:left;overflow:hidden;width:25%;list-style:none}
.menu a { line-height:44px; color:#fff; font-size:14px; font-weight:bold; text-align:center; display:block;    text-decoration: none;}
.menu li a{border-left:1px solid #585858;border-bottom:1px solid #585858;}
.menu p.one a{border-left:0;}
.menu a:hover, .menu .active a { background-color: #F0AB01;}

.search form{
    width: 80%;
    margin: 0 auto;
}
.search form label{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.search form label .search-field{
    margin: 10px 0;
    padding: 5px ;
    width: calc(100% - 0px);
    height: 35px;
}
.search form label .search-submit{
    margin: 13px 0;
    height: 28px;
    padding: 2px;
    position: absolute;
    right: 2px;
    border: 0!important;
}
.search form label .search-submit img {
    width: 25px!important;
}
.view-more-button {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    
}
.view-more-button a{
    padding: 5px 36px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    background-color: #3385ff;
    background-image: -webkit-gradient(linear,left top,right top,from(#006eff),to(#13adff));
    background-image: -webkit-linear-gradient(left,#006eff,#13adff);
    background-image: -o-linear-gradient(left,#006eff 0,#13adff 100%);
    background-image: linear-gradient(90deg,#6e11fa,#982be9);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16,110,253,.3);
    box-shadow: 0 5px 10px 0 rgba(16,110,253,.3);
    color: #fff!important;
}
.sub-categories {
  overflow-x: scroll;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; 
}

.sub-categories-list {
  display: flex;
  flex-wrap: nowrap;
}

.sub-categories-list li {
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  scroll-snap-align: start;
}
.sub-categories::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sub-categories ul li{
    float: left;
    overflow: hidden;
    width: calc(100%/4 - 10px);
    list-style: none;
    background: #7f1cf1;
    text-align: center;
    padding: 5px 0;
    margin: 5px;
    border-radius: 5px;
}
.sub-categories ul li a{
    color: white;
    text-decoration: none;
    font-size: 13px;
}