/* CSS RESET */
* {
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 160%;
  text-align: justify;
}
ol,ul,li {
 list-style:none; 
}
body {
  font: 14px "Microsoft YaHei" !important;
  line-height: 1.5;
  overflow-x: hidden;
  font-weight:normal;
}
table { 
  border-collapse:collapse;
}
img { 
  border:none; 
}
/* 清除浮动统一格式 */
.clearfloat {
  zoom: 1;
}
/*.clearfloat:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}*/

i {
	font-style: normal;
}

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

.pointer{
	cursor: pointer;
}
a{
  color: #20A0FF;
}
.clear::before,
.clear::after {
  display: block;
  content: "";
  overflow: hidden;
  clear: both;
}

.fl {
  float: left!important;
}

.fr {
  float: right!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

strong {
  font-weight: normal;
}

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

.no-padding-right {
  padding-right: 0!important;
}

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

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

#foot {
  width: 100%;
}

.foot {
  margin-top: -126px;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 10000;
}

.popup-box {
  z-index: 10001;
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup-title {
  background: #008c72;
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
}

.popup-close {
  float: right;
  padding: 9px;
  position: relative;
  right: -10px;
  cursor: pointer;
  padding: 14px;
  background: url(../../images/global/popup-close.png) no-repeat center;
}

.popup-close:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.popup-content {
  background: #f5f5f5;
}


/*查看详情弹窗*/

.desc-popup .desc-box {
  position: fixed;
  width: 1018px;
  height: 600px;
  margin-left: -509px;
  margin-top: -300px;
}

.desc-popup iframe {
  width: 100%;
  height: 100%;
}


/*公共样式  start*/

.clear {
  zoom: 1;
}

.clear::before,
.clear::after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

textarea {
  resize: none;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.inte-learn-container{
  margin-top: 95px;
  margin-bottom: 200px;
  background: #fff;
}


/*自定义单选框*/

/*input {
	padding: 0;
	margin: 0;
	border: 0;
}

.radio{
	position: relative;
	margin-left: 20px;
}

.radio label {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	cursor: pointer;
}

.radio input {
	z-index: 3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -26px;
	margin: auto;
	opacity: 0;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.radio span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/default/through-training-report-default-radio.png) no-repeat;
	cursor: pointer;
}

.radio span.active {
	background: url(../images/default/through-training-report-error-radio.png) no-repeat;
}*/



/*自定义复选框*/
/*.th-check,
.td-check {
	position: relative;
}

.th-check label,
.td-check label {
	display: block;
	cursor: pointer;
}

.th-check input,
.td-check input {
	z-index: 3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	display: block;
	width: 64px;
	height: 30px;
	cursor: pointer;
}

.th-check span,
.td-check span {
	position: absolute;
	top: 0;
	top: 16px\9;
	bottom: 0;
	left: 4px;
	margin: auto;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/default/checkbox.png) no-repeat;
	cursor: pointer;
}

.th-check span.active,
.td-check span.active  {
	background: url(../images/default/checkbox-checked.png) no-repeat;
}*/

/*自定义按钮*/

.my-btn {
  display: inline-block;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 0 24px;
  cursor: pointer;
  border-radius: 4px;
}

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

.btn-green:hover {
  background-color: #017f68;
}

.btn-yello {
  background-color: #ff9900!important;
}

.btn-yello:hover {
  background-color: #f77a00!important;
}

@font-face {
  font-family: myFirstFont;
  src: url('../../font/times.eot');
  src: url('../../font/times.eot?#iefix') format('embedded-opentype'), url('../../font/times.woff') format('woff'), url('../../font/times.svg') format('svg'), url('../../font/times.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.red {
  color: #F56C6C!important;
}


/*公共样式  end*/


/*头部  start  */

.header {
  background-color: #008c72;
}

.logo {
  width: 196px;
  background: url(../images/global/logo.png) no-repeat center;
}

.close {
  float: right;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  background: url(../images/global/close.png) no-repeat center;
  /* margin: 16px 0; */
}

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

.sm-header {
  height: 40px;
  line-height: 40px;
  background-color: #20A0FF;
  color: #fff;
  font-size: 18px;
}

.sm-header-title {
  text-align: center;
  line-height: 40px;
  position: relative;
}

.sm-header-title>div {
  position: absolute;
}

.sm-header-title-left {
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Microsoft YaHei";
}

.sm-header-title-left>span {
  font-size: 14px;
  font-weight: normal;
}

.sm-header-title-right {
  top: 0;
  right: 0;
  overflow: hidden;
}

.sm-header-title-right>div {
  float: left;
}

.sm-header-title-goback>a {
  line-height: 40px;
  color: #fff;
  /* font-size: 14px; */
  margin: 0;
  /* padding: 0 16px; */
  display: inline-block;
  height: 40px;
}

/* .sm-header-title-goback>a:hover {
	color: #fff;
	background-color: #04a179;
} */

.sm-header .remaining-time {
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  margin-right: 16px;
}

.sm-header .remaining-time>span {
  font-size: 18px;
  color: #ccff00;
}

.sm-header-submit {
  width: 56px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 5px 20px 0 0;
}
.sm-header-back {
  width: 56px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #666;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 7px 20px 0 0;
}
.sm-header-back:HOVER{
  color: #008c72;
}


/*头部  end  */
.yellow-btn {
  background-color: #ff9900;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 2px 10px;
  cursor: pointer;
}

.yellow-btn:hover {
  background-color: #f77a00;
}
/*清除浮动*/
.clearfix:after{
  content:"";
  height:0;
  line-height:0;
  display:block;
  visibility:hidden;
  clear:both;
}
.clearfix{
  zoom: 1;
}