/* CSS Document */
/*base style start*/
.hide {
	display: none;
}
.publicPop {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	background: url(../images/pop/public/blackFilter.png);
}
.publicPop .popContainer {
	position: absolute;
	width: 420px;
	left: 50%;
	top: 45%;
	min-height: 80px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.publicPop .popContainer .closeBtnItem {
	width: 20px;
	height: 20px;
	background: url("../images/pop/pc/closeBtn.png") no-repeat center;
	background-size: auto;
	position: absolute;
	right: 20px;
	top: 20px;
}
.publicPop .btnGroup {
	text-align: center;
	padding: 25px 0 30px 0;
}
.publicPop .btnItem {
	display: inline-block;
	width: 150px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	/*border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	color: #fff;
	margin: 0 20px;
}
.publicPop .btnItem:hover {
	opacity: 0.8;
}
.publicPop .btnItemSure {
	background: #004990;
}
.publicPop .btnItemCancel {
	background: #c8c8c8;
}
.publicPop .btnItem03 {
	background: #d2e6fa;
	color: #004990;
}
.publicPop .btnItem04 {
	color: #004990;
	background: #fff;
	border: solid 1px #004990;
}
/*base style end*/

/*===================购买相关 PC 开始===================*/
.buyPop .popContainer {
	width: 420px;
}
.buyPop .buyPopContent {
	padding: 20px 0 0 0;
}
.buyPop .buyPopContent .icon01 {
	width: auto;
	margin: 20px 0 18px 0;
}
.buyPop .buyPopContent p.infor01 {
	font-size: 14px;
	color: #212121;
	line-height: 24px;
}
.buyPop .buyPopContent p.infor02 {
	font-size: 12px;
	color: #858585;
	line-height: 24px;
}
.buyPop .reselectBtn {
	padding: 0 0 20px 0;
	margin: -10px 0 0 0;
}
.buyPop .reselectBtn a {
	display: inline-block;
	line-height: 20px;
	color: #858585;
	font-size: 14px;
	padding: 0 0 0 24px;
	background: url("../images/pop/pc/pop_08.png") no-repeat left center;
}
/*===================购买相关 PC 结束===================*/

/*===================个人中心-我的学时 学时申报状态 PC 开始===================*/
.classHoursApplyPop {
	padding: 40px 10px 35px 10px;
}
.classHoursApplyPop .applyState {
	padding: 25px 0 20px 0;
	color: #212121;
	font-size: 18px;
}
.classHoursApplyPop .redText {
	color: #d8413e;
}
.classHoursApplyPop .reasonEle {
	color: #999999;
	font-size: 14px;
}
/*===================个人中心-我的学时 学时申报状态 PC 结束===================*/

/*============================= 提示语 弹出 ===========================*/
.alert_pop {
	padding: 45px 0 45px 0;
	text-align: center;
}
.alert_pop p {
	padding: 20px 0 0 0;
	font-size: 16px;
	line-height: 150%;
	color: #212121;
}

/*=================== 个人中心-订单管理 相关弹出 开始 ===================*/
/*取消退款申请*/
.orderManagePop .cancleRefund {
	padding: 40px 0 0 0;
	text-align: center;
}
.orderManagePop .cancleRefund p.infor {
	padding: 25px 0 0 0;
	line-height: 150%;
	color: #212121;
	font-size: 16px;
}

/*退款原因 / 取消原因*/
.orderManagePop .refundReason {
	padding: 25px 0 0 0;
}
.orderManagePop .refundReason .title {
	font-size: 18px;
	color: #212121;
	line-height: 100%;
}
.orderManagePop .refundReason ul {
	padding: 10px 0 6px 40px;
}
.orderManagePop .refundReason li {
	line-height: 30px;
	margin: 20px 30px 0 0;
	color: #999;
	font-size: 14px;
	padding: 0 0 0 20px;
	cursor: pointer;
	background: url("../images/pop/user_center/radio_icon.png") no-repeat left center;
}
.orderManagePop .refundReason li.active {
	color: #212121;
	background: url("../images/pop/user_center/radioActive_icon.png") no-repeat left center;
}
.orderManagePop .refundReason li .inputItem {
	margin: 0 0 0 10px;
	line-height: 30px;
	border-bottom: solid 1px #f3f3f3;
	font-size: 14px;
	color: #212121;
	padding: 0 6px;
}

/*绑定金库E卡*/
.bindCardPop .title {
	padding: 25px 0 20px 0;
	font-size: 18px;
	color: #212121;
}
.bindCardPop .inputBox {
	height: 38px;
	margin: 0 20px;
	line-height: 38px;
	border-bottom: solid 1px #e6e6e6;
}
.bindCardPop .btnGroup a.disabled {
	background: #b2bdc8;
}
.bindCardPop .inputBox .inputItem {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #212121;
}
.bindCardPop .inputBox input::-webkit-input-placeholder{
	opacity: 1;
	color: #999;
}
.bindCardPop .inputBox input::-moz-placeholder{
	opacity: 1;
	color: #999;
}
.bindCardPop .inputBox input:-moz-placeholder{
	opacity: 1;
	color: #999;
}
.bindCardPop .inputBox input:-ms-input-placeholder{
	opacity: 1;
	color: #999;
}
.bindCardPop .inputAlert {
	padding: 12px 0 0 0;
	line-height: 20px;
}
.bindCardPop .inputAlert span {
	color: #dd2820;
	font-size: 13px;
	padding: 0 0 0 20px;
	display: inline-block;
	background: url("../images/pop/user_center/alert_icon.png") no-repeat left center;
}

/*=================== 测试题 弹出 ===================*/
.testing_pop {
	padding: 40px 0 0 0;
}
.testing_pop .count {
	width: 100%;
	top: 118px;
	color: #5b5be4;
	font-size: 58px;
	line-height: 100%;
}
.testing_pop .alertText {
	padding: 25px 0 0 0;
	line-height: 24px;
	font-size: 14px;
	color: #212121;
}
.testingResult .popContainer {
	background: none;
}
.testingResult .popContainer .closeBtnItem {
	top: 100%;
	left: 50%;
	margin: 0 0 0 -15px;
	background: url("../images/pop/testing/closeBtn.png") no-repeat center;
}

.testingResult .testing_pop .resultText {
	bottom: 30px;
	width: 100%;
	left: 0;
	font-size: 14px;
	color: #fff;
}
.testingResult .testing_pop .scoreEle {
	font-size: 58px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	text-align: center;
	top: 180px;
	left: 0;
}
.testingResult .testing_pop .resultText a {
	color: #ff6d00;
}
.testingResult .testing_pop .testBtnItem {
	display: inline-block;
	margin: 30px 10px;
	width: 120px;
	height: 38px;
	line-height: 38px;
	color: #fff;
}
.testingResult .testing_pop .testBtnItem::hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.testingResult .testing_pop .testBtnItem01 {
	background: #ffb72d;
}
.testingResult .testing_pop .testBtnItem02 {
	background: #709fff;
}

/*=================== 提现提示 弹出 ===================*/
.income_pop {
	padding: 40px 0 0 0;
}
.income_pop .headerEle {
	font-size: 16px;
	color: #212121;
	padding: 0 0 20px 0;
}
.income_pop ul {
	padding: 0 20px;
}
.income_pop li {
	line-height: 36px;
	margin: 0 0 12px 0;
	font-size: 14px;
	color: #212121;
}
.income_pop li .keyEle {
	width: 70px;
	font-size: 14px;
	color: #a0a0a6;
}
.income_pop li .yellowText {
	color: #eba146;
	font-weight: bold;
}
.income_pop li .cardInfor {
	line-height: 34px;
	border: solid 1px #e6e6e6;
	padding: 0 30px 0 8px;
	color: #212121;
	width: 270px;
	cursor: pointer;
	background: url("../images/pop/teacher/income/arrow_down.png") no-repeat 96% center;
}
.income_pop li .cardInfor .selectList {
	width: 100%;
	border: solid 1px #e6e6e6;
	left: -1px;
	top: 99.5%;
	background: #fff;
	max-height: 174px;
	overflow: auto;
}
.income_pop li .cardInfor .selectItem {
	padding: 0 8px;
	border-bottom: dashed 1px #e6e6e6;
}
.income_pop li .cardInfor .selectItem:last-child {
	border-bottom: none;
}

/*=================== 提现提示 弹出 ===================*/
.removeBind_pop {
	padding: 30px 0 0 0;
}
.removeBind_pop .headerEle {
	font-size: 16px;
	color: #212121;
	padding: 0 0 28px 0;
}
.removeBind_pop .infor {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.removeBind_pop .numberGroup {
	padding: 20px 0 0 0;
}
.removeBind_pop .numberGroup .numberItem {
	width: 30px;
	height: 30px;
	border-bottom: solid 1px #ccc;
	margin: 0 10px;
	color: #212121;
	font-size: 18px;
	text-align: center;
	line-height: 30px
}
.removeBind_pop .numberGroup .numberItem:focus {
	border-bottom: solid 1px #004990;
}

/*=================== 创建新课提交成功 弹出 ===================*/
.buildLesson_pop {
	padding: 40px 0 30px 0;
}
.buildLesson_pop h3 {
	font-size: 18px;
	color: #212121;
	padding: 25px 0;
}
.buildLesson_pop p {
	font-size: 14px;
	color: #999999;
	padding: 0 0 10px 0;
	line-height: 20px;
}
.buildLesson_pop p span {
	color: #004990;
	margin: 0 0 0 5px;
}

/*=================== 课程学习 弹出 ===================*/
.lesson_study_pop .pic {
	margin: 45px 0 25px 0;
}
.lesson_study_pop .inforItem01 {
	font-size: 18px;
	color: #212121;
}
.lesson_study_pop .inforItem02 {
	font-size: 26px;
	color: #eba146;
	font-weight: bold;
	padding: 20px 0 0 0;
}
.lesson_study_pop .inforItem02 span {
	font-size: 14px;
}
.lesson_study_pop h3.title {
	font-size: 18px;
	color: #212121;
	padding: 25px 0 15px 0;
	font-weight: normal;
}
.lesson_study_pop .evalBox {
	padding: 0 30px;
}
.lesson_study_pop .evalBox .starEval {
	font-size: 14px;
	color: #212121;
	line-height: 20px;
}
.lesson_study_pop .evalBox .starts,.starts ul{float: left;display: inline;}
.lesson_study_pop .evalBox .starts {width: 170px;}
.lesson_study_pop .evalBox .starts ul li{width:20px;height:20px;float:left;background: url("../images/pop/lesson_study/star_gray.png") no-repeat center; cursor: pointer; margin-right:7px;}
.lesson_study_pop .evalBox .starts ul li.on{background: url("../images/pop/lesson_study/star_light.png") no-repeat center;}
.lesson_study_pop .evalBox .starts .evalText {
	display: none;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background: #fff;
	border: solid 1px #e6e6e6;
	bottom: 30px;
	left: 0;
}
.lesson_study_pop .evalBox .starts .evalText .arrowIcon {
	bottom: -6px;
	left: 5px;
}

.lesson_study_pop .evalBox .textareaItem {
	background: #f6f6f6;
	padding: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #212121;
	height: 100px;
	width: 320px;
	border: none;
	resize: none;
	margin: 15px 0 0 0;
}
.lesson_study_pop .evalBox .stringCount {
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	padding: 0 10px 0 0;
}

/*=================== 会员开通 弹出 ===================*/
.membership_pop {
	padding: 45px 0 0 0;
}
.membership_pop p.infor {
	padding: 25px 0 0 0;
	font-size: 18px;
	color: #212121;
}
.membership_pop .btnItemCancel {
	color: #a0a0a6;
	background: none;
}

/*=================== 个人中心-账号修改 弹出 ===================*/
.accountsettings_pop {
	padding: 40px 0 0 0;
}
.accountsettings_pop p.infor {
	padding: 25px 0 0 0;
	font-size: 14px;
	color: #212121;
}
.accountsettings_pop h1 {
	font-size: 18px;
	color: #000;
	padding: 0 0 20px 0;
}
.accountsettings_pop .formBox {
	padding: 0 35px;
}
.accountsettings_pop .formBox li {
	padding: 0 0 0 90px;
	line-height: 36px;
	min-height: 36px;
	margin: 12px 0 0 0;
}
.accountsettings_pop .formBox li .keyEle {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 36px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	width: 90px;
}
.accountsettings_pop .formBox li .valueEle {
	min-height: 34px;
	border: solid 1px #f3f3f3;
	padding: 0 10px;
	text-align: left;
}
.accountsettings_pop .formBox li .valueEle .inputItem {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 14px;
	color: #212121;
}
.accountsettings_pop .formBox li .valueEle span {
	font-size: 14px;
	color: #212121;
}
.accountsettings_pop .formBox li .selectMainEvent {
	z-index: 100;
}
.accountsettings_pop .formBox li .valueEle .arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -4px 0 0 0;
}
.accountsettings_pop .formBox li .selectList {
	position: absolute;
	width: 100%;
	left: -1px;
	top: 100%;
	background: #fff;
	border: solid 1px #f3f3f3;
	border-bottom: none;
	max-height: 150px;
	overflow: auto;
}
.accountsettings_pop .formBox li .selectListItem {
	padding: 0 12px;
	border-bottom: solid 1px #f3f3f3;
	font-size: 14px;
	color: #212121;
	cursor: pointer;
}
.accountsettings_pop .errorText {
	padding: 10px 0 0 125px;
	font-size: 12px;
	color: #FF2B2E;
	line-height: 24px;
	text-align: left;
}

/*=================== 联系顾问（文字提示） 弹出 ===================*/
.textAlert_pop {
	padding: 40px 0;
}
.textAlert_pop .textInfor {
	font-size: 14px;
	color: #212121;
	padding: 10px 0;
	color: #a0a0a6;
}
.textAlert_pop .textInfor01 {
	font-size: 16px;
	color: #212121;
}
.textAlert_pop .textInfor .phoneIcon {
	margin: -2px 3px 0 15px;
	width: 16px;
}
.textAlert_pop .textInfor a {
	color: #004990;
}
.textAlert_pop .pic {
	margin: 0 0 20px 0;
}

/*=================== 个人中心财务管理 确认开票 弹出 ===================*/
.invoicePop_content	{
	padding: 25px 35px 0 35px;
}
.invoicePop_content .title {
	font-size: 18px;
	color: #212121;
	padding: 0 0 35px 0;
}
.invoicePop_content li.listItem {
	margin: 0 0 12px 0;
	line-height: 20px;
	color: #a0a0a6;
	font-size: 14px;
}
.invoicePop_content li.listItem .keyEle {
	width: 76px;
}
.invoicePop_content li.listItem .infor {
	color: #212121;
	max-width: 270px;
}
.invoicePop_content li.line {
	height: 1px;
	background: #e6e6e6;
	margin: 0 0 12px 0;
}
.invoicePop_content .formBox li.formItem {
	line-height: 34px;
	color: #212121;
	font-size: 14px;
	padding: 0 0 10px 0;
}
.invoicePop_content .formBox li.formItem .formKey {
	width: 78px;
}
.invoicePop_content .formBox li.formItem .formKey span {
	color: #FF2A2D;
}
.invoicePop_content .formBox li.formItem .inputItem {
	height: 32px;
	width: 242px;
	line-height: 32px;
	padding: 0 8px;
	font-size: 14px;
	color: #212121;
	background: #fff;
	border: solid 1px #e6e6e6;
}
.invoicePop_content .formBox li.formItem .inputItem .arrow {
	right: 10px;
	top: 12px;
}
.invoicePop_content .formBox li.formItem .formValue01 {
	margin: 0 0 10px 0;
}

.invoicePop_content .formBox li.formItem .redBorder {
	border: solid 1px #dd2820;
}
.invoicePop_content .formBox li.formItem .inputItem01 {
	z-index: 10;
}
.invoicePop_content .formBox li.formItem .inputItem02 {
	z-index: 9;
}
.invoicePop_content .formBox li.formItem .inputItem03 {
	z-index: 8;
}
.invoicePop_content .formBox li.formItem .selectBox {
	width: 100%;
	border: solid 1px #e6e6e6;
	border-bottom: none;
	left: -1px;
	top: 99%;
	background: #fff;
	max-height: 180px;
	overflow: auto;
}
.invoicePop_content .formBox li.formItem .selectBox .selectItem {
	line-height: 30px;
	padding: 0 10px;
	border-bottom: solid 1px #e6e6e6;
	cursor: pointer;
}
.invoicePop_content .formBox li.formItem .formAlert {
	width: 240px;
	padding: 0 0 0 20px;
	margin: 6px 0 0 0;
	color: #dd2820;
	font-size: 12px;
	line-height: 16px;
	background: url("../images/usercenter/financial_management/form_alert.png") no-repeat left center;
}
.invoicePop_content .title01 {
	padding: 0 0 15px 0;
}
.invoicePop_content .formValue .radioItem {
	height: 34px;
	margin: 0 10px 0 10px;
	color: #212121;
	font-size: 14px;
	padding: 0 0 0 20px;
	background: url("../images/pop/user_center/radio_default.png") no-repeat left center;
}
.invoicePop_content .formValue .active {
	background: url("../images/pop/user_center/radio_active.png") no-repeat left center;
}


/*=================== 视频直播讲师打赏 弹出 ===================*/
.reward_pop_content {
	padding: 26px 35px 0 35px;
}
.reward_pop_content .btnGroup .btnItemSure {
	background: #eba146;
}
.reward_pop_content .btnGroup .disabled {
	background: #d3d8dd;
}
.reward_pop_content .infor {
	padding: 20px 0;
	line-height: 100%;
	font-size: 18px;
	color: #212121;
}
.reward_pop_content .selectValue {
	margin: 0 0 0 -16px;
}
.reward_pop_content .selectValue li {
	margin: 0 0 16px 16px;
	width: 104px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border: solid 1px #e6e6e6;
	overflow: hidden;
	float: left;
	position: relative;
	color: #a0a0a6;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.reward_pop_content .selectValue li .icon {
	right: 0;
	bottom: 0;
	display: none;
}
.reward_pop_content .selectValue li.active {
	border: solid 1px #fdc785;
	color: #fdc785;
}
.reward_pop_content .selectValue li.active .icon {
	display: block;
}
.reward_pop_content .selectValue li span {
	font-size: 14px;
	font-weight: normal;
	margin: 0 3px 0 0;
}
.reward_pop_content .inputItem {
	width: 100%;
	text-indent: 10px;
	line-height: 46px;
	border-bottom: solid 1px #e6e6e6;
	font-size: 14px;
	color: #212121;
}

/*=================== 开通会员 弹出 ===================*/
.open_membership .icon {
	margin: 20px 0;
}
.open_membership .text_infor {
	font-size: 14px;
	color: #212121;
	padding: 0 0 10px 0;
}
.open_membership .qrcode_box {
	height: 140px;
	background: url("../images/pop/vip/vip_bg.png") no-repeat right bottom;
}
.open_membership .qrcode_box .qrcode_infor {
	right: 20px;
	bottom: 10px
}
.open_membership .qrcode_box .qrcode_text {
	padding: 35px 10px 0 0;
	line-height: 20px;
	font-size: 14px;
	color: #a0a0a6;
	text-align: right;
}
.open_membership .qrcode_box .btnGroup {
	padding-top: 10px;
}

/*报名方式*/
.qrcode_box .enroll_box {
	padding: 0 22px 110px 22px;
}
.qrcode_box .enroll_box li {
	padding: 6px 56px 6px 76px;
	border: solid 1px #e4e5e5;
	min-height: 42px;
	margin: 0 0 12px 0;
	background: #fff;
}
.qrcode_box .enroll_box li:hover,
.qrcode_box .enroll_box li.active {
	border: solid 1px #6ca9da;
}
.qrcode_box .enroll_box li .btnEle {
	display: inline-block;
	width: 40px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	background: #004990;
	font-size: 14px;
	color: #fff;
	right: 7px;
	top: 50%;
	MARGIN: -13px 0 0 0;
}
.qrcode_box .enroll_box li .number_icon {
	left: 18px;
	top: 50%;
	margin: -18px 0 0 0;
}
.qrcode_box .enroll_box li h1 {
	font-size: 16px;
	color: #212112;
	line-height: 105%;
	padding: 3px 0 8px 0;
}
.qrcode_box .enroll_box li p {
	font-size: 12px;
	color: #797979;
}
.qrcode_box .enroll_box li p a {
	color: #004990;
}

/*单按钮提示文字 base*/
.singleBtnAlertPop .btnGroup .btnItem {
	font-size: 16px;
}

/*测试合格*/
.singleBtnAlertPop .test_infor {
	padding: 30px 0 0 0;
}
.singleBtnAlertPop .test_infor .icon {
	width: auto;
	margin: 0 0 20px 0;
}
.singleBtnAlertPop .test_infor p {
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

/*=================== 个人中心-获取全部学时 弹出 ===================*/
.getAllHours_pop .header {
	padding: 20px 30px;
	border-bottom: solid 1px #e6e6e6;
	color: #212121;
	font-size: 18px;
}
.getAllHours_pop ul {
	margin: 15px 0;
	padding: 0 30px;
	max-height: 500px;
	overflow: auto;
}
.getAllHours_pop ul li {
	line-height: 36px;
	font-size: 14px;
	color: #333333;
}
.getAllHours_pop ul li a {
	max-width: 300px;
	color: #333;
}
.getAllHours_pop ul li a:hover {
	color: #005bac;
}

/*=================== 免费机会 ===================*/
.freeChancePop .title {
	font-size: 16px;
	padding: 40px 0 24px 0;
	color: #333;
}
.freeChancePop .qrcode_pic {
	width: 186px;
	margin: 0 auto;
	background: url("../images/pop/lesson_select/blue_star.png") no-repeat left 0;
}
.freeChancePop .qrcode_pic img {
	width: 95px;
}
.freeChancePop .bottomInfor {
	background: url("../images/pop/lesson_select/bg.png") no-repeat center bottom;
	padding: 20px 0 0 0;
}
.freeChancePop .bottomInfor p {
	font-size: 16px;
	color: #aaa;
	padding: 0 0 12px 0;
}
.freeChancePop .bottomInfor p span {
	color: #666666;
}
.freeChancePop .bottomInfor .btn_box {
	text-align: right;
	line-height: 44px;
}
.freeChancePop .bottomInfor .btn_box span {
	font-size: 14px;
	color: #fff;
	margin: 0 10px 0 0;
}

/*=================== 绑定手机号相关 ===================*/
.bindPhonePop .title {
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #212121;
	border-bottom: solid 1px #e6e6e6;
	margin: 0 0 28px 0;
}
.bindPhonePop .form_ele {
	padding: 0 45px;
}
.bindPhonePop .form_ele li {
	margin: 24px 0 0 0;
	padding: 0 0 0 72px;
	min-height: 36px;
}
.bindPhonePop .form_ele li .error {
	position: absolute;
	left: 75px;
	top: 100%;
	line-height: 24px;
	color: #dd2820;
	font-size: 12px;
	padding: 0 0 0 20px;
	background: url("../images/pop/user_center/alert_icon.png") no-repeat left center;
}
.bindPhonePop .form_ele li span.form_title {
	display: block;
	width: 50px;
	text-align: right;
	left: 0;
	top: 0;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #797979;
}
.bindPhonePop .form_ele li .input_box {
	height: 34px;
	line-height: 34px;
	border: solid 1px #e8e8e8;
}
.bindPhonePop .form_ele li .tel_number {
	width: 180px;
	height: 34px;
	background: none;
	color: #212121;
	font-size: 13px;
}
.bindPhonePop .form_ele li .register_number {
	width: 160px;
	margin: 9px 0 0 10px;
	height: 16px;
	line-height: 16px;
	font-size: 13px;
	color: #797979;
}
.bindPhonePop .form_ele li .getRegCode {
	height: 16px;
	line-height: 16px;
	margin: 9px 10px 0 0;
	font-size: 13px;
	color: #004990;
	background: none;
	border-left: solid 1px #dbdbdb;
	padding: 0 0 0 10px;
}
.bindPhonePop .form_ele li input.disabled {
	background: none;
	color: #ccc;
}
.bindPhonePop .form_ele li .red_border {
	border: solid 1px #dd2820;
}
.bindPhonePop .form_ele li .hasPhone {
	left: 0;
	top: 0;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #797979;
	text-indent: 8px;
}
.bindPhonePop .form_ele li .hasPhone strong {
	color: #212121;
}
.bindPhonePop .phone_infor {
	padding: 20px 0 0 0;
	font-size: 13px;
	color: #dd2820;
}
.bindPhonePop .phone_infor a {
	color: #004990;
	cursor: pointer;
}
.bindPhonePop .btnGroup a.disabled {
	background: #b2bdc8;
}

/*手机号前缀 base 开始*/
.hide {display: none;}
.phone_num_box {
	padding: 0 28px 0 10px;
	height: 16px;
	line-height: 16px;
	background: url("../images/pop/lesson_study/arrow_down.jpg") no-repeat 86% center;
	border-right: solid 1px #b8b8b8;
	margin: 9px 10px 0 0;
	position: relative;
	z-index: 100;
	cursor: pointer;
}
.phone_num_box .phone_num_value {
	font-size: 13px;
	color: #212121;
	cursor: pointer;
}
.phone_num_box .phone_num_slide {
	display: none;
	background: #fff;
	top: 99%;
	left: 0;
	position: absolute;
	border: solid 1px #e8e8e8;
	width: 200px;
	max-height: 120px;
	overflow: auto;
}
.phone_num_box .phone_num_slideItem {
	line-height: 30px;
	border-bottom: solid 1px #e8e8e8;
	padding: 0 15px;
	cursor: pointer;
}
.phone_num_box .phone_num_slideItem:last-child {
	border-bottom: none;
}
/*手机号前缀 base 结束*/


/*=================== 登录 ===================*/
.login_pop .title {
	text-align: center;
	font-size: 20px;
	color: #141414;
	padding: 30px 0 16px 0;
}
.login_pop .form_ele {
	padding: 0 45px;
}
.login_pop .form_ele li {
	margin: 24px 0 0 0;
	min-height: 36px;
}
.login_pop .form_ele li .error {
	position: absolute;
	left: 5px;
	top: 100%;
	line-height: 24px;
	color: #dd2820;
	font-size: 12px;
	padding: 0 0 0 20px;
	background: url("../images/pop/login/alert_icon.png") no-repeat left center;
}
.login_pop .form_ele li .input_box {
	height: 50px;
	line-height: 50px;
	border: solid 1px #e8e8e8;
	padding: 0 0 0 30px;
	position: relative;
}
.login_pop .form_ele li .input_box .icon {
	left: 10px;
	top: 14px;
}
.login_pop .form_ele li .tel_number {
	width: 180px;
	height: 50px;
	background: none;
	color: #212121;
	font-size: 13px;
}
.login_pop .form_ele li .register_number {
	width: 160px;
	margin: 17px 0 0 10px;
	height: 16px;
	line-height: 16px;
	font-size: 13px;
	color: #797979;
}
.login_pop .form_ele li .getRegCode {
	height: 16px;
	line-height: 16px;
	margin: 17px 10px 0 0;
	font-size: 13px;
	color: #004990;
	background: none;
	border-left: solid 1px #dbdbdb;
	padding: 0 0 0 10px;
}
.login_pop .form_ele li input.disabled {
	background: none;
	color: #ccc;
}
.login_pop .btnGroup {
	padding: 30px 0;
}
.login_pop .btnGroup .btnItemSure {
	width: 332px;
	height: 56px;
	line-height: 56px;
	background: #0977fd;
	font-size: 20px;
}
.login_pop .btnGroup a.disabled {
	background: #b2bdc8;
}
.login_pop .phone_num_box {
	margin-top: 17px;
}
