
	/*view_1*/
	.mwcscat_view_1 {
		margin-bottom: 20px;
	}
	.mwcscat_view_1 .wmcscat_h2 {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.mwcscat_view_1 .wmcscat_ul {
	    padding: 0;
	    list-style: none;
	    display: flex;
	    flex-wrap: wrap;
	}
	.mwcscat_view_1 .wmcscat_ul li a {
	    color: #333;
	    padding: 5px 10px;
	    border: 1px solid #3333336b;
	    margin-right: 5px;
	    border-radius: 2px;
	    line-height: 36px;
	}
	.mwcscat_view_1 .wmcscat_ul li a:hover {
		background: #f7f7f7;
	}

	/*view_2*/
	.mwcscat_view_2 {
		margin-bottom: 20px;
	}
	.mwcscat_view_2 .wmcscat_h2 {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.mwcscat_view_2 .wmcscat_ul {
	    padding: 0;
	    list-style: none;
	    display: flex;
	    flex-wrap: wrap;
	}
	.mwcscat_view_2 .wmcscat_ul li {
		transition: all .8s;
	}
	.mwcscat_view_2 .wmcscat_ul li a {
	    color: #333;
	    padding: 5px 10px;
	    border: 1px solid #3333336b;
	    margin-right: 5px;
	    border-radius: 2px;
	    line-height: 36px;
	}
	.mwcscat_view_2 .wmcscat_ul li a:hover {
		background: #f7f7f7;
	}
	.mwcscat_view_2 .hidden_tag {
	    opacity: 0;
	    visibility: hidden;
	    width: 0;
	}
	.mwcscat_view_2 .wmcscat_ul li a.button_tag {
	    background: #2e2e2e;
	    color: #fff;
	    cursor: pointer;
	}
	
	/*view_3*/
	.mwcscat_view_3 {
		margin-bottom: 20px;
	}
	.mwcscat_view_3 .wmcscat_h2 {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.mwcscat_view_3 .wmcscat_ul {
	    padding: 0;
	    list-style: none;
	    display: flex;
	    flex-wrap: wrap;
	    position: relative;
	}
	.mwcscat_view_3 .wmcscat_ul li a {
	    color: #333;
	    line-height: 36px;
	}
	.mwcscat_view_3 .wmcscat_ul li:hover {
		background: #f7f7f7;
	}
	.mwcscat_view_3 .slick-slide {
	    border: 1px solid #333;
	    text-align: center;
	    border-radius: 4px;
	    margin-right: 8px;
	}
	.mwcscat_view_3 .mwcscat_arrow {
	    display: inline-block;
	    width: 10px;
	    height: 10px;
	    border-right: 1px solid #333;
	    border-bottom: 1px solid #333;
	    transform: rotate(135deg);
	    padding: 0;
	}
	.mwcscat_view_3 .mwcscat_arrow.right-arrow {
		transform: rotate(-45deg);
	}
	.mwcscat_view_3 .slick-next.mwcscat_slick-right.slick-arrow {
	    background: none;
	    height: 38px;
	    width: 27px;
	    border: 1px solid #000;
	    padding: 0;
	    position: absolute;
	    right: -30px;
	    top: calc(50% - 19px);
	    border-radius: 4px;
	}
	.mwcscat_view_3 .slick-prev.mwcscat_slick-left.slick-arrow {
		background: none;
	    height: 38px;
	    width: 27px;
	    border: 1px solid #000;
	    padding: 0;
	    position: absolute;
	    left: -35px;
	    top: calc(50% - 19px);
	    border-radius: 4px;
	}
	.mwcscat_view_3 .wmcscat_ul {
	    margin: 0 35px;
	}
	.mwcscat_view_3 .slick-track {
	    display: flex;
	    align-items: center;
	}
