.cat-list li:nth-of-type(1) {
    left: -36%
}
.cat-list li:nth-of-type(2) {
    left: -12%;
}
.cat-list li:nth-of-type(3) {
    left: 230px;
}
.cat-list li:nth-of-type(4) {
    left: 35.5%;
}
.cat-list li:nth-of-type(5) {
    left: 54%;
}
.cat-list li:nth-of-type(6) {
    left: 74.5%;
}

.header-detail .cat-list li:nth-of-type(1) {
  left: -59.5%;
}
.header-detail .cat-list li:nth-of-type(2) {
  left: -35.5%;
}
.header-detail .cat-list li:nth-of-type(3) {
  left: -0.7%;
}
.header-detail .cat-list li:nth-of-type(4) {
  left: 11.3%;
}
.header-detail .cat-list li:nth-of-type(5) {
  left: 30.5%%;
}
.header-detail .cat-list li:nth-of-type(6) {
  left: 50.6%;
}
.header-detail .cat-list li:nth-of-type(7) {
  left: 78%;
}

.header-fade-in .cat-list li:nth-of-type(1) {
    left: 47.2%;
}
.header-fade-in .cat-list li:nth-of-type(2) {
    left: 71.5%;
}
.header-fade-in .cat-list li:nth-of-type(4) {
    left: 118.8%;
}
.header-fade-in .cat-list li:nth-of-type(5) {
    left: 137.6%;
}
.header-fade-in .cat-list li:nth-of-type(6) {
    left: 158%;
}

.detail-banner .left .mid ul li.banner-item2, 
.detail-banner .left .mid ul li.banner-item4{
	width:50%
}

@media (max-width: 768px) {
	.detail-banner .right{
		width:67%;
	}
	.ad-entry .text .title{
		font-size:14px;
	}
}

@media (max-width: 320px) {
	.ad-entry .btn,
	.ad-entry .text .title,
	.ad-entry .text .ad-content{
		font-size:12px;
	}
	.ad-entry .btn{
		right:5px;
	}
}