.sl-v1-content{
    width: 960px;background-color: #ffffff;
}
.sl-v1-content .sl-line-head{
    width: 100%;height: 40px;background-color: #fafafa;display: inline-block;
}
.sl-v1-content .sl-line-head .sl-line-head-left{
    float: left;line-height: 40px;
}
.sl-v1-content .sl-line-head .sl-line-head-right{
    float: right;line-height: 40px;
}
.sl-v1-content .sl-line-head .sl-line-left-tag{
    width: 3px;height: 17px;display: inline-block;background-color: #37b75b;transform: translateY(3px);margin: 0px 12px 0px 22px;
}
.sl-v1-content .sl-line-head .sl-line-title{
    font-size: 16px;
}
.sl-v1-content .sl-line-head .sl-line-head-right .sl-line-block-master{
    font-size: 14px;margin-right: 15px;
}
.sl-v1-content .sl-line-con{
    max-height: 800px;
    -webkit-transition: All 0.3s ease;
	   -moz-transition: All 0.3s ease;
	     -o-transition: All 0.3s ease;
	        transition: All 0.3s ease;
}
.sl-v1-content .sl-line-con-hide{
    max-height: 0px;opacity: 0;
    -webkit-transition: All 0.3s ease;
	   -moz-transition: All 0.3s ease;
	     -o-transition: All 0.3s ease;
	        transition: All 0.3s ease;
}
.sl-v1-content .sl-line-con .sl-line-atom{
    width: 253px;display: inline-block;height: 78px;margin: 20px 0px 0px 64px;
}
.sl-v1-content .sl-line-con .sl-line-atom .sl-atom-left{
    float: left;margin-right: 8px;
}
.sl-v1-content .sl-line-con .sl-line-atom .sl-atom-left img{
    width: 32px;transform: translateY(4px);
}
.sl-v1-content .sl-line-con .sl-line-atom .sl-atom-right{
    float: left;
}
.sl-v1-content .sl-line-con .sl-line-atom .sl-atom-right  p:nth-child(1){
    font-size: 13px;font-weight: bold;margin-bottom: 5px;
}
.sl-v1-content .sl-line-con .sl-line-atom .sl-atom-right  p:nth-child(2){
    margin-bottom: 5px;color: #666;
}
.sl-v1-content .sl-line-con .sl-line-atom .sl-atom-right  p:nth-child(2){
    color: #666;
}
.sl-v1-content .sl-line-con .sl-line-atom .sl-atom-right .tag{
    color: #5fc278;
}

.sl-switch-btn{
	width: 30px;height: 13px;position: relative;display: inline-block;left: -10px;
}
.sl-hidden-checkbox, .sl-switch-area, .sl-switch-toggle{
	position: absolute;top: 0;left: 0;
}
.sl-hidden-checkbox{
	width: 19px;height: 7px;opacity: 0;z-index: 10;cursor: pointer;
}
.sl-switch-area{
	width: 100%;height: 100%;border-radius: 25px;background-color: #B3B3B3;
}
.sl-switch-toggle{
	width: 9px;height: 9px;border: 1px solid #B3B3B3;border-radius: 50%;background-color: #fff;transform: translateY(1px);
}
.sl-hidden-checkbox:checked ~ .sl-switch-area{
    background-color: #ffffff;
}
.sl-hidden-checkbox:checked ~ .sl-switch-toggle{
    border: 1px solid #ffffff;left: 20px;transform: translateY(1px);background-color: #37b75b;
}
.sl-switch-area, .sl-switch-toggle{
	-webkit-transition: All 0.3s ease;
	   -moz-transition: All 0.3s ease;
	     -o-transition: All 0.3s ease;
	        transition: All 0.3s ease;
} 