.version-box {
  position: absolute;
  top: 0;
  left: 0;
}

.select-wrap {
  width: auto;
  height: 70px;
  background: rgba(0, 180, 139, 1);
  border-radius: 10px 10px 0px 0px;
  padding-left: 20px;
  cursor: pointer;
}

.select-wrap #select-title {
  font-size: 18px;
  font-weight: bold;
}

.select-wrap #select-title, .select-wrap h4, .select-wrap strong {
  /* font-family:Microsoft v; */
  color: rgba(255, 255, 255, 1);
  line-height: 74px;
  float: left;
}

.select-wrap h4 {
  font-size: 14px;
  margin-left: 10px;
}

.select-wrap strong {
  font-size: 12px;
  margin-right: 20px;
  margin-left: 3px;
}

.select-bottom {
  width: 840px;
  height: 525px;
  background: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  box-sizing: border-box;
  padding: 10px 20px 0;
  border-radius: 0px 10px 10px 10px;
}

.select-content {
  height: 30px;
  margin-bottom: 10px;
}

.select-content li {
  width: 90px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 180, 139, 1);
  float: left;
  text-align: center;
  cursor: pointer;
  line-height: 28px;
  font-size: 14px;
  /* font-family:Microsoft YaHei; */
  font-weight: 400;
  color: rgba(0, 180, 139, 1);
  box-sizing: border-box;
}

.select-content .content-active {
  background: rgba(0, 180, 139, 1);
  color: #fff;
}

/*.select-table {
  border-left: 1px rgba(0, 180, 139, 1) solid;
  border-right: 1px rgba(0, 180, 139, 1) solid;
}*/

.select-table th {
  font-size: 14px;
  /* font-family:Microsoft YaHei; */
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 180, 139, 1);
  text-align: center;
  line-height: 30px;
  height: 30px;
}

.select-left {
  border-right: 1px rgba(0, 180, 139, 1) solid;
  height: 426px;
  overflow-y: auto;
}

.select-center {
  border-right: 1px rgba(0, 180, 139, 1) solid;
  height: 426px;
  overflow-y: auto;
}

.select-right {
  height: 426px;
  overflow-y: auto;
}

.select-table tr td ul li {
  position: relative;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 8px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  font-size: 14px;
  /* font-family:Microsoft YaHei; */
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.select-table tr td ul li:hover {
  background-color: #C6F1E8;
  line-height: 30px;
}

.select-table tr td .select-right li {
  background-image: none;
}

.select-table tr td .select-right li strong, .select-table tr td .select-right li span:nth-child(2) {
  float: right;
  line-height: 30px;
  font-weight: 400;
}

.select-table tr td .select-right li span:nth-child(2) {
  margin: 0 10px 0 20px;
  color: #00B48B;
}

.select-table tr td .select-right li strong {
  font-size: 12px;
  /* font-family:Microsoft YaHei; */
  font-weight: 400;
  color: rgba(0, 180, 139, 1);
  line-height: 30px;
}

.select-table tr td .select-right .select-fine strong {
  color: #00B48B;
}

.select-table tr td .select-right .select-pass strong {
  color: #FFA442;
}

.select-table tr td .select-right .select-fail strong {
  color: #D6523C;
}

.select-table tr td ul .select-active {
  color: #00B48B;
  background-color: #C6F1E8;
}

.select-table .select-table-tr {
  border-left: 1px rgba(0, 180, 139, 1) solid;
  border-right: 1px rgba(0, 180, 139, 1) solid;
  border-bottom: 1px rgba(0, 180, 139, 1) solid;
  box-sizing: border-box;
  width: 783px;
}

.select-table .select-table-tr td {
  text-align: center;
  line-height: 40px;
  height: 40px;
}

.select-table .select-table-tr td:first-child {
  text-align: left;
}

.select-table .select-table-tr td .button {
  width: 54px;
  height: 24px;
  background: rgba(0, 180, 139, 1);
  border-radius: 8px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.unitTips {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 4px 0px rgba(170, 170, 170, 0.8);
  border-radius: 4px;
  font-size: 14px;
  /* font-family: Microsoft YaHei; */
  color: rgba(51, 51, 51, 1);
  padding: 10px;
  width: 260px;
  z-index: 99;
  position: absolute;
  top: 56px;
  display: none;
  font-weight: 400;
}

/*.unitTips>span{
	font-weight: 800;
}*/

.page-head-wrap .page-logo {
  font-size: 18px !important;
  letter-spacing: 2px !important;
}

.page-head-wrap .page-logo {
  color: #ffffff;
  /* font-family: "Microsoft YaHei"; */
  line-height: 40px;
  font-weight: normal;
}

.fl {
  float: left !important;
}

.lch-logo-text {
  color: #ffffff;
}

.lch-logo-text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

.exceedHide {
  height: 56px;
  line-height: 56px;
  float: left;
  display: inline-block;
  word-wrap: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 280px;
}

.unitExceedHide {
  height: 50px;
  line-height: 50px;
  float: left;
  width: 140px;
  display: inline-block;
  word-wrap: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #ABABAB;
}

.lockClass {
  height: 25px;
  margin-top: 7px;
  margin-left: 8px;
}

.course-test-paper-list .last-accuracy {
  display: block;
  height: 0px;
  line-height: 0px;
  margin-top: -10px;
  width: 110px;
}
