html,body {
	width: 100%;
	height: 100%;
}

body {
	/* background-color: #fff; */
	background-repeat: repeat;
	/* background-attachment: fixed; */
	background-position: center 40px;
}

.common-content-wrap {
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 126px;
	/* display: none; */
}

/*全局字体开始*/
/*thanker.liu 2016-12-08 15：52*/
.link {
	color: #20A0FF;
	cursor: pointer;
}

.link:hover {
	color: #008c72 !important;
}

.link-green {
	color: #008c72;
	cursor: pointer;
}

.link-green:hover {
	color: #ffa149;
}

.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

.tr {
	text-align: right !important;
}

.red_point_tip {
	display: inline-block;
	width: 8px;
	height: 8px;
	/* border-radius: 50%;
    background: #ff4a3b; */
	background: url(../../images/global/little-red.png) center center no-repeat !important;
	margin: 0 0 0px -1px;
	position: absolute;
	top: 29px;
}

/*end*/

.margin-top0 {
	margin-top: 0 !important;
}

.margin-bottom0 {
	margin-bottom: 0 !important;
}

.margin-left0 {
	margin-left: 0 !important;
}

.margin-right0 {
	margin-right: 0 !important;
}

.red {
	color: #ff0000 !important;
}

.green {
	color: #008c72 !important;
}

.yellow {
	color: #ffa149 !important;
}

.color-ff6600 {
	color: #ff6600 !important;
}

.color-00b48b {
	color: #20A0FF !important;
}

.color-f85b52 {
	color: #f85b52 !important;
}

.color-008c72 {
	color: #008c72 !important;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

/*全局字体结束*/

/*单元闯关头部开始*/
.top-confirm-bg {
	background-color: #20A0FF;
	height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 10;
}

.confirm-1 {
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #fff;
}

.confirm-2 {
	margin-right: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	height: 50px;
}

.confirm-2 span {
	font-size: 18px;
	color: #ccff00;
}

.confirm-3 {
	line-height: 50px;
	height: 50px;
}

/*单元闯关头部结束*/
/*登陆前头部开始*/
.top-bg {
	/* background-color: #20A0FF; */
	height: 60px;
}

.container {
	margin: 0 auto;
	width: 1000px;
}

.container-padding {
	*min-height: 10px;
	*height: auto !important;
	padding: 10px;
	background-color: #fff;
}

.logo {
	width: 180px;
	height: 80px;
	position: relative;
	z-index: 1 !important;
	*z-index: 1 !important;
	/* background: url(../../images/global/logo.png) center center no-repeat; */
}

.left {
	float: left;
}

.right {
	float: right;
}

.top-right-btn {
	font-size: 14px;
	color: #666;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 32px;
	text-align: center;
	position: relative;
	z-index: 999;
}

.top-right-btn:hover {
	cursor: pointer;
	background-color: #09a578;
	color: #fff;
}

/*登陆前头部结束*/
/*中部开始*/
/*绿色按钮开始*/
.btn {
	text-align: center;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn:hover {
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-super-small-green {
	color: #fff;
	background-color: #20A0FF;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px;
	*padding: 5px 6px;
}

.btn-super-small-green:hover {
	background-color: #008c72;
	cursor: pointer;
}

.btn-small-green {
	color: #fff;
	background-color: #008c72;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 14px;
	*padding: 4px 7px;
}

.btn-small-green:hover {
	background-color: #35aa9e;
}

.btn-middle-green {
	color: #fff;
	background-color: #20A0FF;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 16px;
	*padding: 5px 7px;
}

.btn-middle-green:hover {
	background-color: #008c72;
}

.btn-big-green {
	color: #fff;
	background-color: #20A0FF;
	font-size: 18px;
	line-height: 18px;
	padding: 9px 18px;
	*padding: 5px 8px;
}

.btn-big-green:hover {
	background-color: #008c72;
}

/*绿色按钮结束*/
/*黄色按钮开始*/
.btn-super-small-yellow {
	color: #fff;
	background-color: #ff9900;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px;
	*padding: 5px 6px;
}

.btn-super-small-yellow:hover {
	background-color: #fdae39;
}

.btn-small-yellow {
	color: #fff;
	background-color: #ff9900;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 14px;
	*padding: 4px 7px;
}

.btn-small-yellow:hover {
	background-color: #fdae39;
}

.btn-middle-yellow {
	color: #fff;
	background-color: #ff9900;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 16px;
	*padding: 5px 7px;
}

.btn-middle-yellow:hover {
	background-color: #fdae39;
}

.btn-big-yellow {
	color: #fff;
	background-color: #ff9900;
	font-size: 18px;
	line-height: 18px;
	padding: 9px 18px;
	*padding: 5px 8px;
}

.btn-big-yellow:hover {
	background-color: #fdae39;
}

/*黄色按钮结束*/
/*白色按钮开始*/
.btn-super-small-white {
	color: #333;
	background-color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 11px;
	*padding: 4px 5px;
	border: 1px solid #666;
}

.btn-super-small-white:hover {
	border: 1px solid #008c72;
	background: #008c72;
	color: #fff;
}

.btn-small-white {
	color: #333;
	background-color: #fff;
	font-size: 14px;
	line-height: 14px;
	padding: 6px 13px;
	*padding: 3px 6px;
	border: 1px solid #666;
}

.btn-small-white:hover {
	border: 1px solid #008c72;
	color: #008c72;
}

.btn-middle-white {
	color: #333;
	background-color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 7px 15px;
	*padding: 4px 6px;
	border: 1px solid #666;
}

.btn-middle-white:hover {
	border: 1px solid #008c72;
	color: #008c72;
}

.btn-big-white {
	color: #333;
	background-color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding: 8px 17px;
	*padding: 4px 7px;
	border: 1px solid #666;
}

.btn-big-white:hover {
	border: 1px solid #008c72;
	color: #008c72;
}

/*白色按钮结束*/
/*不可用的按钮开始*/
.btn-super-small-disable {
	cursor: inherit;
	color: #fff;
	background-color: #cccccc;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 12px;
	*padding: 5px 6px;
}

/*不可用的按钮结束*/
/*表格开始*/
.table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.table tr th {
	text-align: center;
	padding: 4px 10px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	border: 1px solid #20A0FF;
	background-color: #20A0FF;
	line-height: 16px;
}

/*THNKER.LIU 2016-12-09*/
.table tr td {
	text-align: center;
	padding: 6px 10px;
	line-height: 22px;
	height: 22px;
	border: 1px solid #e8e8e8;
	font-size: 13px;
	color: #666;
	font-family: Arial, "open sans", "Helvetica Neue", Helvetica, sans-serif,
		"Microsoft YaHei";
}

.table tr:hover {
	background-color: #f0f0f0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

table.gray-title tr th {
	background-color: #e3e3e3;
	color: #333;
}

table tr td.tl {
	text-align: left !important;
}

table tr td.tc {
	text-align: center !important;
}

table tr td.tr {
	text-align: right !important;
}

/*END*/
.gray-bg {
	background-color: #f7f7f7;
}

.white-bg {
	background-color: #fff;
}

.even {
	background-color: #fff;
}

.odd {
	background-color: #f7f7f7;
}

/*表格结束*/
/*信息开始*/
.mandatory {
	font-size: 16px;
	padding: 4.5px 16px;
	color: #fff;
	line-height: 16px;
	width: 698px;
	background-color: #20A0FF;
}

.mandatory-before {
	font-size: 16px;
	color: #fff;
}

.mandatory-after {
	font-size: 12px;
	color: #fff;
	font-family: "SimSun";
	margin-left: 50px;
}

.label-input {
	height: 33px;
}

.label-input span {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
}

.label {
	font-size: 16px;
	color: #666;
	padding: 8px;
	line-height: 16px;
	width: 184px;
	display: block;
	text-align: right;
	float: left;
}

.input {
	width: 374px;
	padding: 7px 14px;
	border: 1px solid #e8e8e8;
	padding-left: 10px;
	color: #999;
	font-size: 14px;
	line-height: 14px;
	float: left;
	background-color: #fff;
}

.input-hover {
	border: 1px solid #008c72;
	box-shadow: 0 0 3px #008c72;
}

.input-font-hover {
	color: #666;
}

.right-color {
	color: #008c72;
}

.error-color {
	color: #ff0000;
}

/* select */
.select {
	position: relative;
	float: left;
	height: 32px;
}

.select dt {
	color: #666;
	height: 30px;
	display: inline-block;
	border: 1px solid #e8e8e8;
	background: url(../../images/global/ico.gif) no-repeat 97px center;
	line-height: 30px;
	padding-left: 10px;
	cursor: pointer;
	width: 90px;
	padding-right: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.select dt:hover,
.select dt.cur {
	border: 1px solid #008c72;
	box-shadow: 0 0 3px #008c72;
}

.select dd {
	position: absolute;
	left: 0;
	top: 32px;
	border: 1px solid #d2ccc4;
	background: #fff;
	display: none;
}

.select dd ul {
	padding: 4px;
	width: 104px;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999;
}

.select dd ul li {}

.select dd ul li a {
	line-height: 28px;
	display: block;
	padding: 0 8px;
	color: #666;
	width: 128px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select dd ul li a:hover {
	background: #f5f5f5;
	cursor: pointer;
}

.information-padding {
	width: 728px;
	padding: 50px 0px 50px 0px;
	background-color: #fff;
	min-height: 10px;
	height: auto !important;
	border: 1px solid #ccc;
}

.information-padding p {
	font-size: 12px;
	color: #999;
	height: 24px;
	line-height: 24px;
	margin-left: 200px;
	font-family: "SimSun";
}

/*信息结束*/
/*进度圆开始*/
.prog-round {
	width: 250px;
	height: 90px;
	font-size: 32px;
	text-align: center;
	color: #FF9797;
	line-height: 90px;
}

.pink-round {
	width: 130px;
	height: 130px;
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 130px;
	background: url(../../images/global/pink-round.png) center center no-repeat;
}

.green-round {
	width: 130px;
	height: 130px;
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 130px;
	background: url(../../images/global/green-round.png) center center no-repeat;
}

.yellow-round {
	width: 130px;
	height: 130px;
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 130px;
	/* background: url(../../images/global/yellow-round.png) center center
		no-repeat; */
}

/*进度圆结束*/
/*中部结束*/
/*奖牌样式*/
.mark {
	width: 52px;
	height: 40px;
}

.mark-1 {
	background: url(../../images/global/mark-1.png) center center no-repeat;
}

.mark-2 {
	background: url(../../images/global/picture.png) no-repeat -129px 0;
}

.mark-3 {
	background: url(../../images/global/picture.png) no-repeat -211px 0;
}

.mark-4 {
	background: url(../../images/global/picture.png) no-repeat -293px 0;
}

.mark-5 {
	background: url(../../images/global/picture.png) no-repeat -376px 0;
}

.mark-6 {
	background: url(../../images/global/picture.png) no-repeat -457px 0;
}

.mark-7 {
	background: url(../../images/global/picture.png) no-repeat -539px 0;
}

.mark-8 {
	background: url(../../images/global/picture.png) no-repeat -621px 0;
}

/*弹窗开始*/
.eject-box {
	display: none;
	width: 470px;
	background-color: #fff;
}

.eject-title {
	background-color: #008c72;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	position: relative;
}

.eject-logo {
	padding-left: 37px;
	height: 30px;
	line-height: 30px;
	background: url(../../images/global/eject-logo.png) 10px center no-repeat;
}

.eject-close {
	position: absolute;
	top: 4px;
	right: 10px;
	color: #eee;
}

.eject-close:hover {
	color: #fff;
	cursor: pointer;
}

.window-box {
	padding: 30px 30px 0px 10px;
	font-size: 16px;
	color: #333;
}

.kelaiman {
	width: 130px;
	height: 200px;
	background: url(../../images/global/kelaiman.png) 0px center no-repeat;
}

.eject-headings {
	width: 300px;
	text-align: center;
	font-size: 16px;
}

.eject-article {
	width: 300px;
	text-indent: 2em;
	font-size: 16px;
}

.eject-button {
	width: 300px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

/*弹窗结束*/
/*分页开始*/
#pageGro {
	height: 25px !important;
	margin: 0px auto;
	padding-top: 15px !important;
	float: right !important;
}

#pageGro div.pageList {
	margin-left: 0px !important;
}

#pageGro div,
#pageGro div.pageList ul li {
	font-size: 12px !important;
	color: #666666 !important;
	line-height: 23px !important;
	float: left !important;
	margin-left: 5px !important;
	border-radius: 4px;
}

#pageGro div.pageList ul li {
	width: 22px !important;
	height: 23px !important;
	text-align: center !important;
	border: 1px solid #e5e5e5 !important;
	cursor: pointer;
}

#pageGro div.pageList ul li.on,
#pageGro div.pageList ul li:hover {
	color: #fff !important;
	background: #20A0FF !important;
	border: 1px solid #20A0FF !important;
}

#pageGro div.pageList ul {
	background: transparent !important;
	height: 25px !important;
	border: none !important;
}

#pageGro .pageUp,
#pageGro .pageDown {
	width: 63px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

#pageGro .pageUp {
	text-indent: 23px;
	background: url(../../images/default/pageUp.png) 5px 7px no-repeat #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#pageGro .pageDown {
	text-indent: 5px;
	background: url(../../images/default/pageDown.png) 46px 6px no-repeat #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#pageGro .pageUp:hover {
	color: #fff !important;
	background: url(../../images/default/pageUp-hover.png) #20A0FF 5px 7px no-repeat;
}

#pageGro .pageDown:hover {
	color: #fff !important;
	background: url(../../images/default/pageDown-hover.png) #20A0FF 46px 6px no-repeat;
}

/*分页结束*/
.hover:hover {
	cursor: pointer;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	/*100为不透明，0为全透明*/
}

/*测试提醒弹窗开始*/
.remind-box {
	display: none;
}

.remind-padding-left {
	background: url(../../images/global/kelaiman.png) center center no-repeat;
	width: 120px;
	height: 140px;
	float: left;
}

.remind-padding-right {
	float: left;
	width: 340px;
	margin-left: 30px;
}

.remind-padding-font-1 {
	font-size: 16px;
	color: #666 !important;
}

/*测试提醒弹窗结束*/
.address-wrap {
	height: 40px;
	background-color: #06735f;
	color: #fff;
}

.address {
	line-height: 40px;
	font-size: 16px;
}

/***头部样式****/
.page-head-wrap {
	height: 40px;
	margin-bottom: 16px;
}

.page-head-wrap .container {
	height: 40px;
}

.page-head-wrap .page-logo {
	color: #ffffff;
	font-family: "Microsoft YaHei";
	line-height: 40px;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: normal;
}

.page-head-wrap .page-logo span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	vertical-align: middle;
}

.page-head-wrap .page-head-right {
	margin-right: -16px;
}

.page-head-wrap .page-head-right a {
	line-height: 40px;
	font-size: 14px;
	float: right;
	margin: 0;
	padding: 0 16px;
}

/*所在位置*/

.page-address-wrap {
	margin-bottom: 15px;
}

.page-address {
	line-height: 40px;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 18px;
}

/* .page-address span {
	line-height: 40px;
	color: #666666;
}

.page-address span:first-child {
	padding-left: 20px;
	background: url(../../images/global/address.png) no-repeat 0px center;
}

.page-address span:first-child.address-icon-light {
	background: url(../../images/global/address-light.png) no-repeat 0px center;
} */

.page-address strong {
	font-weight: bold;
}

.page-address-goBack {
	float: right;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	padding: 0 10px;
	/* margin-right: -10px; */
}

.birthday-pic {
	float: right;
	width: 284px;
	height: 38px;
	margin-right: 10px;
}

.birthday-pic>img {
	float: left;
}

/************  自定义弹窗    开始  ************/
.my-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.my-popup .inner {
	background-color: #fff;
	border: 10px solid #20A0FF;
	border-radius: 6px;
	position: fixed;
	left: 50%;
	top: 50%;
	overflow: hidden;
}

.my-popup-title {
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #20A0FF;
	border-bottom: 1px dashed #ccc;
}

.my-popup .close,
.my-popup .close:hover,
.my-popup .close i,
.my-popup .close i:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.my-popup .close {
	position: absolute;
	width: 80px;
	height: 60px;
	border-radius: 28px;
	right: -27px;
	top: -30px;
	background-color: #20A0FF;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	cursor: pointer;
}

.my-popup .close i {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 19px;
	bottom: 10px;
	background: url(../../images/global/popup-close.png) no-repeat;
	background-size: contain;
}

.my-popup .close:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.my-popup .close:hover i {
	background: url(../../images/global/popup-close-hover.png) no-repeat;
	background-size: contain;

}

/************  自定义弹窗    结束  ************/

/**听力题喇叭样式**/
.speaker {
	cursor: pointer;
	height: 30px;
	width: 110px;
	display: inline-block;
	background: url(../../images/default/audio_1.png) no-repeat 0 center;
}

.speaker.playing {
	background: url(../../images/default/audio_2.png) no-repeat 0 center;
}

.listen-question {
	padding-left: 20px;
}

