.teaching {
	padding: 10px 20px 20px;
}
#footer {
    padding-bottom: 85px;
}

.teaching .title {
    padding-bottom: 10px;
    text-transform: uppercase;
}
.teaching .title h3 {
    color: #00632E;
    font-size: 14px;
    font-weight: 700;
}

.teaching .fixBtn {
	position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1125px;
    z-index: 4;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 10px 25px;
    box-sizing: border-box;
}
.teaching .fixBtn a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    background: #4AA61B;
    color: #fff;
}


.teaching .list {
	flex-wrap: wrap;
    flex-direction: row;
}
.teaching .list li {
	width: calc(50% - 5px);
	text-align: center;
	background: rgba(246, 246, 246, 0.8);
	padding: 20px 0;
	margin-bottom: 10px;
}
.teaching .list li:nth-child(2n) {
	margin-left: 10px;
}
.teaching .list li .thumb {
	position: relative;
}
.teaching .list li .thumb a {
	position: relative;
	display: block;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
}
.teaching .list li .thumb img {
    border: 1px solid #7d7d7d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
	overflow: hidden;
	width: 100%;
    min-height: 100%;
}
.teaching .list li .thumb button {
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    z-index: 1;
    display: block;
    width: 75px;
    height: 20px;
    background: #4AA61B;
    color: #fff;
    font-size: 8px;
    letter-spacing: -0.5px;
}
.teaching .list li .name {
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 5px;
}
.teaching .list li p {
	font-size: 10px;
	line-height: 1.7;
}





.teachingDetail .teachingImg img {
    width: 100%;
}
.teachingDetail .btLine {
	margin-top: 10px;
}
.teachingDetail .amount table th {
	height: 25px;
}
.teachingDetail .amount table td {
	font-weight: 400;
	font-size: 10px;
}