@charset "utf-8";
html, body {
	color:#454545;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	letter-spacing: 2px;
	line-height:30px;
	margin:0px;
	padding:0px;
}

a:link { color:#454545; text-decoration:none; }
a:visited { color:#454545; text-decoration:none; }
a:hover { color:#2c3e8b; text-decoration:none; }
a:active { color:#2c3e8b; text-decoration:none; }

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:70px;
	border:1px #a9a9a9 solid;
	color:#454545;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:30px;
	padding:5px;
	resize:none;
}
textarea:focus {
	outline:none;
}
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px #a9a9a9 solid;
	color:#787878;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:40px;
	padding:0px 5px 0px;
}

input[type=text], input[type=password] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:40px;
	border:1px #a9a9a9 solid;
	color:#787878;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	line-height:40px;
	padding:0px 5px 0px;
}
input[type=text]:focus {
	outline:none;
}

input[type="radio"] {
	width:16px;
	height:16px;
	margin: 0px;
	padding: 0px;
}

input[type="checkbox"] {
	width:16px;
	height:16px;
	vertical-align: middle;
}

input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	width:100%;
	max-width:124px;
	border:0px;
	background-color:#0f82c6;
	color:#ffffff;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei UI', 'Microsoft JhengHei', '微軟正黑體', PMingLiU, '新細明體', MingLiu, '細明體', Arial, 'Arial Unicode MS', sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px 0px 10px;
	cursor:pointer;
}

.logo_ican {
	width: 64px;
	height: 23px;
	background-image: url(https://elearning.wpedu.org.cn/images/logo_ican.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
}
.logo_ican_blue {
	width: 64px;
	height: 25px;
	background-image: url(https://elearning.wpedu.org.cn/images/logo_ican_blue.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
}
.logo_ican_white {
	width: 64px;
	height: 25px;
	background-image: url(https://elearning.wpedu.org.cn/images/logo_ican_white.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
}

.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

.clear_float {
	clear:both;
}

.box_shadow {
	-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.wrapper {
	width:98%;
	max-width:980px;
	margin:auto;
}

.hide_desktop {
	display:none;
}

.hide_mobile {
	display:block;
}

.margin_bottom {
	margin-bottom:20px;
}

#container {
	width:100%;
	height:100%;
}

/* header setting start */
#container > #header {
	width:100%;
	background-color:#ffffff;
}
#container > #header > .wrapper > .logo_box {
	width:100%;
	max-width:239px;
	height:58px;
	padding:21px 0px 21px;
	float:left;
}
#container > #header > .wrapper > .logo_box > a > .logo_wpdi_zh {
	width:100%;
	height:58px;
	background:url(https://elearning.wpedu.org.cn/images/logo/logo_wpdi_zh.png) no-repeat center center;
	background-size:100% auto;
}
#container > #header > .wrapper > .logo_box > a > .logo_wpdi_cn {
	width:100%;
	height:58px;
	background:url(https://elearning.wpedu.org.cn/images/logo/logo_wpdi_cn.png) no-repeat center center;
	background-size:100% auto;
}
/* header setting end */

#container > .page_title {
	background-color:#0f82c6;
	color:#ffffff;
	padding:20px 0px 20px;
}
#container > .page_title > .wrapper > .title {
	font-size:36px;
	line-height:60px;
	text-align:center;
}

/* main setting start */
#main {
	width:100%;
	background: url(https://elearning.wpedu.org.cn/images/login_banner.jpg) no-repeat center center #f0f0f0;
	background-size: cover;
	/*padding:30px 0px 30px;*/
}
/*#main > .wrapper > .section {
	margin-bottom:20px;
}*/
/* main setting end */

/* form_box setting start */
.form_box {
	background-color:#ffffff;
	padding:10px;
}
.cell_bottom {
	border-bottom:1px #ffffff solid;
}
.form_table {
	width:100%;
	height:100%;
	display:table;
}
.unfixed_table {
	width: 100%;
	display: table;
}
.unfixed_row {
	display:table-row;
}
.unfixed_cell {
	display:table-cell;
}
.fixed_table {
	width:100%;
	display:table;
}
.fixed_row {
	display:table-row;
}
.fixed_cell {
	display:table-cell;
}
.num_cell {
	width:56px;
	background-color:#0f82c6;
	color:#ffffff;
	text-align:center;
	padding:10px 0px 10px;
}
.que_cell {
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	padding:10px 10px 10px;
}
.radio_cell {
	width:44px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	padding:10px;
}
.radio_cell_title {
	background-color:#0f82c6;
	color:#ffffff;
	vertical-align:bottom;
}
.radio_cell_box {
	cursor:pointer;
}
.mobile_radio_lab {
	display:none;
}
.checkbox_row {
	height:40px;
	line-height:40px;
}
.checkbox_cell {
	width: 50%;
	height: auto;
	text-align: left;
	display: table-cell;
	cursor: pointer;
}
.table_box {
	width:100%;
	margin-bottom:20px;
	display:table;
}
.text_box_row {
	height:100px;
}
.text_cell {
	width:304px;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
.info_box_row {
	height:60px;
	line-height:40px;
}
.info_box_row_2 {
	height:181px;
	line-height:40px;
}
.info_cell {
	width:80%;
	border-left:1px #ffffff solid;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:top;
	padding:10px;
}
/* form_box setting start */

/* footer setting start */
#footer {
	width:100%;
	/*border-top:5px #0f82c6 solid;*/
	background-color:#ffffff;
	text-align:center;
	padding:50px 0px 50px;
}
#footer > .wrapper > .Copyright {
	color:#333333;
	font-size:14px;
	line-height:30px;
}
/* footer setting end */

#btn_goto_top {
	width:48px;
	height:48px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:url(https://elearning.wpedu.org.cn/images/icon/goto_top_48_48.png) no-repeat center center;
	padding:6px;
	position:fixed;
	bottom:70px;
	right:30px;
	display:none;
}

.four_color_divide > .line {
	width: 12.5%;
	height: 10px;
	float: left;
}
.bg_color_blue {
	background-color: #2AAEC0;
}
.bg_color_green {
	background-color: #57AC34;
}
.bg_color_orange {
	background-color: #E67F11;
}
.bg_color_pink {
	background-color: #D74088;
}

.panel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 30px;
}

.btn_submit {
	background-color: #0F82C6;
	color: #ffffff;
	text-align: center;
	padding: 10px 0px 10px;
	cursor: pointer;
}

.btn_temp_save {
	width: 100%;
	max-width: 124px;
	background-color: #ff1100;
	color: #ffffff;
	text-align: center;
	padding: 5px 0px 5px;
	display: block;
	cursor: pointer;
}
.btn_temp_save:hover {
	background-color: #dcdcdc;
	color: #ff1100;
}

/* course page setting */
.chapter_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 2px;
	padding: 30px;
}
.page_panel_default {
	margin-bottom: 2px;
}

.video_box > .title {
	background-color: #2196f3;
	color: #ffffff;
	font-size: 21px;
	line-height: 36px;
	padding: 5px 10px 5px;
}

.video_box > .video {
	height: 300px;
	background-color: #454545;
}

.video_box > .video > iframe {
	width: 100%;
	height: 100%;
}

.learning_focus {
	padding: 30px;
}
.learning_focus > .box {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 3px #ff7f00 solid;
	padding: 20px;
	position: relative;
}
.learning_focus > .box > .left_icon {
	position: absolute;
	top: -40px;
	left: -45px;
}
.learning_focus > .box > .right_icon {
	position: absolute;
	top: 25px;
	right: -20px;
}
.learning_focus > .box > .title {
	border-bottom: 3px #dcdcdc dashed;
	color: #ff9c01;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.learning_focus > .box > .fixed_table > .fixed_row > .icon {
	vertical-align: text-bottom;
	padding: 0px 10px;
}
.page_panel_title > .fixed_row > .icon {
	width: 33px;
	vertical-align: middle;
	padding-right: 10px;
}
.page_panel_title > .fixed_row > .text {
	color: #368AB5;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
}

/* page question part 1 */
.table_course_mini_test > .title_row > .title_cell_num {
  width: 40px;
  background-color: #0f82c6;
  color: #ffffff;
  text-align: center;
  padding: 10px 5px 10px;
}
.table_course_mini_test > .title_row > .title_cell_text {
  background-color: #dfdfdf;
  padding: 5px 15px 5px;
}
.table_course_mini_test > .content_row {
  cursor: pointer;
}
.table_course_mini_test > .content_row:hover {
  background-color: #fff5c8;
}

.box_ans > .result {
  color: #ff0000;
}
.box_ans > .fixed_row > .box_radio {
  width: 40px;
  text-align: center;
  padding: 17px 5px 17px;
}
.box_ans > .fixed_row > .box_text {
  line-height: 50px;
  vertical-align: middle;
}



.question_panel_title {
  color: #ada44a;
  font-size: 18px;
  font-weight: 700;
}
.question_box {
	margin-bottom: 2px;
}
.question_box > div > .question {
  border-bottom: 2px #ffffff solid;
  background-color: #0f82c6;
  color: #ffffff;
  padding: 10px;
}
.question_box > div > .answer {
  background-color: #dfdfdf;
  padding: 10px;
}
.question_box > div > .answer > textarea {
  height: 130px;
}
.reference {
  padding: 30px;
}
.reference > .box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px #0f82c6 solid;
  padding: 20px;
  position: relative;
}
.reference > .box > .left_icon {
  position: absolute;
  top: -40px;
  left: -45px;
}
.reference > .box > .left_icon > .material-icons {
  color: #0f82c6;
  font-size: 72px;
}
.reference > .box > .right_icon {
  position: absolute;
  top: 25px;
  right: -20px;
}
.reference > .box > .title {
  border-bottom: 3px #dcdcdc dashed;
  color: #0f82c6;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.share_box > div > .item {
  width: 50%;
  cursor: pointer;
}
.share_box > div > .item > .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.share_box > div > .item > .left_box {
  padding-right: 1px;
}
.share_box > div > .item > .right_box {
  padding-left: 1px;
}
.share_box > div > .item > .box > div > .radio_box {
  width: 40px;
  background-color: #dfdfdf;
  text-align: center;
  vertical-align: middle;
}
.share_box > div > .item > .box > div > .lable {
  background-color: #dfdfdf;
  padding: 10px;
}

.btn_report_display {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #0f82c6;
  color: #ffffff;
  text-align: center;
  padding: 10px 0px 10px;
  cursor: pointer;
}
.btn_report_display:hover {
  background-color: #fff5c8;
  color: #454545;
}


/*@media only screen and (max-width:759px) {
	.hide_desktop {
		display:block;
	}
	.hide_mobile {
		display:none;
	}
}*/

@media only screen and (max-width:700px) {
	.hide_desktop {
		display:block;
	}
	.hide_mobile {
		display:none;
	}

	input[type="submit"] {
		max-width:none;
	}
	.btn_temp_save {
		max-width:none;
	}
	.table_box {
		border-bottom:1px #dcdcdc solid;
		margin-bottom:20px;
	}
	.unfixed_table {
		display:block;
	}
	.unfixed_row {
		display:block;
	}
	.unfixed_cell {
		display:block;
	}
	.row_title {
		display:none;
	}
	.radio_cell_box {
		width:100%;
	}
	.radio_cell {
		width:100%;
		height:50px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:0px;
	}
	.mobile_radio_input {
		padding-top:13px;
		padding-right:6px;
		padding-bottom:7px;
		padding-left:62px;
		float:left;
	}
	.mobile_radio_lab {
		height:30px;
		padding:10px 0px 10px;
		float:left;
		display:block;
	}
	.checkbox_row {
		height:auto;
		line-height:30px;
	}
	.checkbox_cell {
		width: 100%;
		height: auto;
		line-height: 50px;
	}
	.text_box_row {
		height:auto;
	}
	.text_cell {
		width:100%;
		height:80px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:10px 0px 10px;
	}
	.info_box_row {
		height:auto;
		line-height:30px;
	}
	.info_box_row_2 {
		height:auto;
		line-height:30px;
	}
	.info_cell {
		width:100%;
		min-height:50px;
		border:0px;
		border-bottom:1px #ffffff solid;
		background-color:#ffffff;
		padding:10px 0px 10px;
	}
}