.studio {
    overflow: hidden;
    clear: both;
    width: 100%;
    box-sizing: border-box;
}
.cTable {
	overflow: hidden
}
.cTable ul {
	border-bottom: none;
	width: 100%;
	margin: 20px 0 0 0;
	float: left
}
.cTable li {
	float: left;
	clear: both;
	width: 100%;
	position:relative;
	margin-bottom: 10px;
}
.cTable .d1 {
	width: 100px;
	background: #E7E2DD;
	height: 50px;
	border-bottom: 1px solid #DBD6D2;
	text-align: center;
	float: left;
	line-height: 49px;
	box-sizing: border-box;
	border-radius: 10px 0px 0px 10px;
}
.cTable .d1 p {
	color: #333;
	font-size: 18px
}
/*.cTable li:last-child .d1 {
    height: 84px;
    line-height: 84px;
}*/
.cTable i {
	margin-right: 8px;
	opacity: 0.5
}
.cTable .d2 {
	overflow: hidden;
	padding: 7px 12px;
	line-height: 25px;
	height: 50px;
	border-left: 1px solid #DBD6D2;
	background: #F4F2EF;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
}
.cTable .d2 a {
	display: inline-block;
	margin: 5px 0 5px 1%;
	padding: 0 8px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 15px
}
.cTable .d2 .on {
	background: #ee7a19;
    color: #ffffff;
    border-radius: 5px;
}
.cTable .d2 a.chajian{position:relative}

.cTable .d2 a.chajian i {
    position: absolute;
    top: 4px;
    margin-left: 1px;
	opacity: 1;
}
/*.cTable li:last-child .d1, .cTable li:last-child .d2 {
	border-bottom: none;height: 84px;
}*/

@media (max-width:650px) {
.cTable .d1 {
	display: none
}
.cTable .d2 {
	border-left: none;background: #EBEBEB;width: 100%;padding-right: 15px;border-radius: 0;height:auto
}
.cTable .toggleBtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    display: block;
    width: 20px!important;
    height: 47px!important;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    background: transparent;
}
.cTable ul {
	width: 100%;
	box-shadow: -7px 0 7px -7px rgba(51,51,51,.07), 7px 0 7px -7px rgba(51,51,51,.07);
	margin: 10px auto 0;
	float: none;
	background-color: #faf7ed;
}
.cTable .d2 a {
	font-size: 15px;
	height: 26px;
	line-height: 26px;
}
.cTable li{margin-bottom: 0px;}
}
