body {
	background: #f4f4f4;
}
.warpper {
	width: 1060px;
	margin: 0 auto;
    background: #fff;
    margin-bottom: 100px;
    padding-bottom: 20px;
}
h1 , h2 , h3 {
	margin: 0;
}
.table {
    display: table;
    width: 100%;
    margin: 10px;
}
.table-header {
    display: flex;
    color: #333;
    font-weight: bold;
    height: 60px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.table-tbody {
    display: table-row-group;
}
.table-tr {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    height: 194px;
    position: relative;
}
.table-td {
    text-align: center;
}

.table-td.title {
	width : 278px;
	text-align: left;
	padding-left: 30px;
}
.table-header .table-td.title {
	text-align: center;
}
.table-td.dot {
	width: 346px;
}
.table-td.dot .dot-item {
	margin-bottom: 18px;
}
.table-td.teacher {
	width: 192px;
}
.table-td.price {
	width: 124px;
}
.table-td.select {
	width: 124px;
}
.title h2 {
	font-size: 18px;
	color: #09f;
	margin-top: 20px;
	position: absolute;
	top: 10px;
    width: 248px;
    display: flex;
    line-height: 26px;
}
.title .label {
	position: absolute;
    top: 0;
    color:  #fa952f;
    /* background: #00c8ab; */
    font-weight: 100;
    left: 0;
    border: 1px solid #fa952f;
}
.title h3 {
	font-size: 16px;
	color: #474747;
}
.title .special-title {
	margin-top: 24px;
}
.title .special-title2 {
	padding-top: 47px;
}
.table-td.dot h3 {
	font-size: 16px;
	color: #666;
    margin-bottom: 10px;
}
.table-td.dot p {
	font-size: 12px;
	color: #999;
	width: 280px;
	display: inline-block;
	text-align: left;
	
}
.table-td.teacher p {
	font-size: 16px;
	color: #333;
	font-weight: bold;
    margin: 10px 0 0 0;
}
.table-td.price .prix {
	color: #e83f3a;
	font-size: 20px;
	font-weight: bold;
}
.table-td.price .prix:before {
	content : '￥';
}
.footer {
    display: flex;
    justify-content: space-between;
    background-color: initial;
}
.footer .footer-left {
	display: flex;
    padding-left: 40px;
    align-items: center;
}
.footer-left .desWeixin {
	font-size: 18px;
	color: #333;
    margin-bottom: 20px;
}
.footer-left .explain {
	font-size: 14px;
	color : #fa952f;
}
.footer .footer-right {
	display: flex;
	display: -webkit-flex;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items : center;
	-webkit-align-items : center;
	padding-right: 32px;
}
.footer .footer-right p {
	font-size: 12px;
	margin: 0;
	color: #333;
}
.footer .footer-right p span {
	font-size: 20px;
	color: #e83f3a;
}
.footer .footer-right p span i {
	font-style: normal;
}
.footer .footer-right .toCartBtn {
	background: #FC583D;
    outline: none;
    border: none;
    color: #fff;
    font-size: 18px;
    height: 38px;
    width: 132px;
    margin-left: 18px;
}
.footer .footer-right .toCartBtn:hover {
	background: #ff6b53;
}

input[type='checkbox'] {
	display: none;
}
 label:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #c5c5c5;
	margin: 0 5px;
	vertical-align: text-bottom;
}
input:checked + label:before {
	background: url('/Public/img/cart/add.png');
	background-size: 100% 100%;
}
.unable {
	width: 50px;
	height: 24px;
	background: #E5E5E5;
	color: #787878;
	border-radius: 4px;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
}