/* CSS Document */
body {background: #f7efff;}
.lessonBuy {
	width: 1200px;
	margin: 0 auto;	
}
.lessonBuy .header {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	padding: 20px 0;	
}
.lessonBuy .header a {
	height: 32px;	
}
.lessonBuy .header span {
	display: inline-block;
	line-height: 32px;
	margin: 0 0 0 24px;
	padding: 0 0 0 24px;
	color: #333;
	border-left: solid 2px #636363;	
}
.lessonBuy .content {
	background: #fff;
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
	min-height: 200px;	
}
.lessonBuy .lessonList {
	padding: 0 0 60px 0;
	margin: 0 0 40px 0;
	border-bottom: solid 1px #e5d8f0;
}
.lessonBuy .lessonItem {
	width: 340px;
	height: 215px;
	margin: 35px 0 0 45px;
	background: #f7f1fd;
}
.lessonBuy .lessonItem .title {
	padding: 5px 10px;	
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.lessonBuy .lessonItem .title a {
	color: #3e0c65;	
}
.lessonBuy .lessonItem .lessonValue {
	color: #e80043;
	bottom: 12px;
	left: 10px;	
}
.lessonBuy li.lessonItem .checkState {
	width: 35px;
	height: 35px;
	cursor: pointer;
	right: 10px;
	bottom: 3px;
	display: inline-block;
	background: url(../images/goodsbuy/check.png) no-repeat center;	
}
.lessonBuy li.lessonItem span.active {
	background: url(../images/goodsbuy/checkActive.png) no-repeat center;	
}

.lessonBuy .orderInfor {
	padding: 0 0 40px 0;	
}
.lessonBuy .orderInfor p {
	color: #333;
	font-size: 25px;	
	line-height: 36px;
}
.lessonBuy .loginBefore .formInputBox {
	margin: 30px auto;
	border: solid 1px #c3b3d0;
	height: 48px;
	width: 470px;	
}
.lessonBuy .loginBefore .formInputBox .fomInputElement {
	width: 100%;
	height: 48px;
	text-indent: 15px;
	border: none;
}
.lessonBuy .loginBefore .formInputBox .sendPhoneCodeBtn {
	height: 50px;
	right: -1px;
	top: -1px;
	padding: 0 20px;
	background: #6f37a0;
	border: none;
	color: #fff;	
}
.lessonBuy .loginBefore .formInputBox .alertText {
	color: #fd4669;
	bottom: -25px;
	left: 5px;
}


.lessonBuy .payStyleSelect {
	padding: 25px 0 50px 0;	
}
.lessonBuy .payStyleSelect h3 {
	padding: 0 0 35px 0;	
	color: #333;
}
.lessonBuy .payStyleSelect ul {
	width: 440px;
	margin: 0 auto;	
	padding: 0 0 65px 30px;
}
.lessonBuy .payStyleSelect li {
	margin: 0 0 0 70px;	
	cursor: pointer;
}
.lessonBuy .payStyleSelect li .payStyleCheck {
	bottom: -12px;
	right: -16px;
	display: none;
	transition: linear 1s;
}
.lessonBuy .payStyleSelect li.active .payStyleCheck {
	display: block;	
}
.lessonBuy .payStyleSelect .paySubmitBtn {
	height: 52px;
	width: 320px;
	background: #6f37a0;
	color: #fff;
}	
.lessonBuy .loginBefore .formInputBox .sendPhoneCodeBtn:hover,
.lessonBuy .payStyleSelect .paySubmitBtn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

.lessonBuy .buyLessonInfor {
	padding: 40px 0;
	border: solid 1px #e5d8f0;
	margin: 0 0 40px 0;	
}
.lessonBuy .buyLessonInfor h3 {
	line-height: 100%;
	padding: 0 0 25px 0;	
}
.lessonBuy .buyLessonInfor p {
	color: #e80043;	
	font-weight: bold;
}

.lessonBuy .loginAfter {
	padding: 40px 0;
}
.lessonBuy .loginAfter .accountInfor {
	width: 240px;	
	padding: 0 0 0 80px;
}
.lessonBuy .loginAfter .accountInfor h3 {
	color: #000;	
	font-weight: normal;
	font-size: 18px;
}
.lessonBuy .loginAfter .accountInfor p {
	color: #6f37a0;	
	padding: 25px 0 0 0;
}

.lessonBuy .payStyleSelect input.disabled {
	background: #afafaf;	
}

