.layui-input,
.layui-select,
.layui-textarea {
  box-sizing: border-box;
  height: 32px;
  line-height: 32px\9;
  color: rgb(0 0 0 / 85%);
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.layui-input-block {
  min-height: 32px;
  margin-left: 110px;
}

.layui-btn,
.layui-btn-normal {
  box-sizing: border-box;
  height: 32px;
  padding: 0 18px;
  line-height: 30px;
  background-color: #1087eb;
  border-radius: 4px;
}

.layui-btn:hover,
.layui-btn-normal:hover {
  background-color: #0d6cbc;
}

.layui-btn-primary {
  color: #1087eb;
  background: 0 0;
  border-color: #1087eb;
}

.layui-btn-primary:hover {
  color: #fff;
  background-color: #1087eb;
  border-color: #1087eb;
}

.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
  color: #999 !important;
  cursor: not-allowed !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  opacity: 1;
}

.layui-btn-sm {
  height: 22px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
}

.layui-btn-lg {
  height: 40px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 38px;
}

.layui-btn-danger {
  background-color: #f36667;

}

.layui-btn-danger:hover {
  background-color: #f36667;
}

.layui-btn-green {
  background-color: #27bebe;
}

.layui-btn-green:hover {
  background-color: #1f9898;
}

.laypagebox {
  margin-bottom: 20px;
}

.laypagebox > div {
  text-align: right;
}

.laypagebox > div .layui-laypage {
  margin: 0;
}

.copyrightinfo a {
  color: #777;
  text-decoration: none;
}


.layui-laypage a,
.layui-laypage span {
  height: 30px;
  padding: 0 25px;
  margin: 0 5px;
  font-size: 12px;
  line-height: 30px;
  border-radius: 4px;
}

.layui-layer-btn a {
  box-sizing: border-box;
  height: 32px !important;
  line-height: 30px !important;
  border-radius: 4px !important;
}

.layui-laypage > a:first-child,
.layui-laypage > a:last-child,
.layui-laypage > a:first-child em,
.layui-laypage > a:last-child em,
.layui-laypage-em {
  border-radius: 4px;
}

.layui-layer {
  border-radius: 12px !important;
}

.layui-layer-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #fff !important;
}



.layui-layer-btn a.layui-layer-btn0 {
  background-color: #1087eb !important;
  border: 1px solid #1087eb !important;
}

.layui-layer-btn a.layui-layer-btn0:hover {
  background-color: #0d6cbc !important;
}

.layui-layer-btn a.layui-layer-btn1 {
  color: #999 !important;
  background-color: #f0f0f0 !important;
  border: 1px solid #f0f0f0 !important;
}

.layui-layer-btn a.layui-layer-btn1:hover {
  background-color: #e4e4e4 !important;
}

.layui-layer-tips .layui-layer-content {
  color: #fff !important;
  text-align: center;
  background-color: #1087eb !important;
  border-radius: 4px !important;
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
  border-right-color: #1087eb !important;
}

.popdiv {
  display: none;
  padding: 20px;
}

.popdiv .h3 {
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #f36667;
  border-radius: 4px;
}

.popdiv .layui-form-label {
  width: 110px;
}

.popdiv .layui-input-block {
  margin-left: 140px;
}

.themebtn .layui-btn {
  width: 96px;
}

.barbox .layui-btn {
  width: 120px;
}

.header-content {
  width: 1200px;
  height: 40px;
  margin: 0 auto;

}

.header-blank {
  width: 100%;
  height: 40px;
}

.header-item {
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  padding: 10px 0;
  margin-right: 20px;
  line-height: 20px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.header-item:hover {
  color: #666;
}

.header-item > img {
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.logo-box > img {
  vertical-align: middle;
}

.copyrightinfo {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  height: 250px;
  padding-top: 0;
  margin: auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #f5f5f7;
}

.copyrightinfo .ercode {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 90px;
  margin-left: 140px;
  line-height: 1;
}

.copyrightinfo .t1::after,
.copyrightinfo .t2::after {
  position: absolute;
  top: -2px;
  left: 320px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/resources/images/newui/icon.png");
  background-repeat: no-repeat;
  background-position: -350px 0;
}

.copyrightinfo .ercode img {
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  margin-top: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.copyrightinfo .ercode div {
  width: 90px;
  text-align: center;
}

.copyrightinfo .t1,
.copyrightinfo .t2 {
  position: relative;
  box-sizing: border-box;
  width: 1200px;
  padding-left: 320px;
  margin: 64px auto 20px;
  font-weight: 700;
  color: #333;
  text-align: left;
  text-indent: 2.8em;
}

.copyrightinfo .t2 {
  padding-bottom: 50px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #e5e5e5;
}

.copyrightinfo .t3 {
  margin-bottom: 10px;
  font-weight: 400;
  color: #777;
  text-align: center;
}


.copyrightinfo .t2::after {
  top: -1px;
  background-position: -400px 0;
}




/* -------------
  页面架构样式
--------------- */
body {
  font-family: '微软雅黑', sans-serif;
  color: #333;
  background-image: url("https://static.teacher.com.cn/LearningManagement/itemIndex/image/newui/background.jpg");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 100%;
}

.container {
  position: relative;

}

.container .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0;
  font-size: 14px;
  text-align: right;
  background-color: #fbf8f8;
}



.container .banner {
  height: 80px;
  background-color: transparent;
}

.banner-content {
  width: 1200px;
  height: 100px;
  margin: 0 auto;

}

.container .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.logo-box {
  height: 80px;
  font-size: 0;
  line-height: 80px;
}



.logo-interval {
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
  background-color: #fff;
}

.logo-box span {
  font-size: 26px;
  vertical-align: middle;
}

.barbox {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: rgb(16 135 235 / 20%);

}

.bar-content {
  width: 1200px;
  margin: auto;
  font-size: 14px;
  font-weight: 700;

}

.bar-content .item {
  float: left;

}

.bar-content .item .tagnum {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  padding: 4px 8px;
  margin: 0 8px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  vertical-align: initial;
  background-color: #f36667;
  border-radius: 4px;
}

.bar-content .item1 {
  width: 900px;
}

.bar-content .item1a {
  width: 750px;
}

.bar-content .item2 {
  width: 180px;
}

.bar-content .item3 {
  width: 120px;
}

.bar-content .item3a {
  width: 270px;
}

/* 内容 */
.pagetitle {
  padding: 24px 0;
}

.pagetitle h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.pagetitle h2,
.pagetitle h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.pagetitle .info{
  margin: 20px;
  line-height: 2;
  color: #999;
}

.pagecontent {
  width: 1200px;
  overflow: hidden;
}

.selectitembox {
  padding-top: 4px;
  overflow: hidden;
}

.selectitembox .item {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0;
  line-height: 16px;

}

.selectitembox .item .title {
  position: absolute;
  top: 0, ;
  left: 0;
  padding: 4px 8px;
  margin: 20px 0 0;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #333;

}

.selectitembox .item > span {
  display: inline-block;
  padding: 4px 8px;
  margin: 20px 0 0;
  margin-right: 12px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.selectitembox .item > span.on {
  color: #1087eb;
  background-color: rgb(16 135 235 / 20%);
  border-radius: 4px;
}

.selectitembox .item3{
  max-height: 44px;
  padding-right: 40px;
  overflow: hidden;
}

.selectitembox .item3more {
  position: absolute;
  top:26px;
  right: 0;
  color: #1087eb;
  cursor: pointer;
}

.themelist {
  width: 1220px;
  margin-left: -10px;

}

.themelist li {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 590px;
  height: 142px;
  padding: 19px;
  margin: 0 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.themelist .themeimg {
  position: absolute;
  top: 19px;
  left: 19px;
  width: 182px;
  height: 102px;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 8px;
}

.themelist .themeimg img {
  width: 182px;
  height: 102px;
  border-radius: 8px;

}

.themelist .themeinfo {
  width: 348px;
  margin-left: 202px;

}


.themelist .themeinfo h3 {
  width: 270px;
  height: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.themelist .themeinfo .time {
  font-size: 14px;
  line-height: 1;
  color: #999;
}

.themelist .themeinfo .time span {
  margin: 8px;
}

.themelist .themeinfo .money {
  display: inline-block;
  margin-top: 36px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #f36868;

}

.themelist .themeinfo .money .small {
  font-size: 12px;
  font-weight: normal;
}

.themelist .themeinfo .info {
  display: inline-block;
  color: #666;
}

.themelist .themeinfo .info span {
  margin: 0 8px;
}

.themelist .themebtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.themelist .themebtn2 {
  position: absolute;
  top: 20px;
  right: 20px;

}

.themelist .themebtn2 a {
  color: #1087eb;
}



.countdown {
  display: none;
}


.emptydiv {
  position: relative;
  width: 100%;
  padding: 180px 0 100px;
  font-size: 20px;
  color: #999;
  text-align: center;
}

.emptydiv::before {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 76px;
  height: 100px;
  margin-left: -38px;
  content: "";
  background-image: url("/resources/images/newui/icon.png");
  background-repeat: no-repeat;
  background-position: 0 -80px;
}

/* 工具栏 */

.body-right-tool {
  position: fixed;
  right: 20px;
  z-index: 1000;
  width: 44px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgb(10 70 129 / 15%);
}

.desc-box {
  font-size: 12px;
  color: #343739;
  text-align: center;
}

.body-right-tool-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}

.body-right-tool-item:hover {
  background-color: #1087eb;
}

.body-right-tool-item:hover .desc-box {
  color: #fff;
}

.icon-box-item {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.to-top-icon-item {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
}

.consultation .consultation-icon {
  background-image: url("https://static.teacher.com.cn/LearningManagement/itemIndex/image/consultation-default.png");
}

.consultation:hover .consultation-icon {
  background-image: url("https://static.teacher.com.cn/LearningManagement/itemIndex/image/consultation-active.png") !important;

}

.suggest .suggest-icon {
  background-image: url("https://static.teacher.com.cn/LearningManagement/itemIndex/image/suggest-default.png");
}

.suggest:hover .suggest-icon {
  background-image: url("https://static.teacher.com.cn/LearningManagement/itemIndex/image/suggest-active.png") !important;
}

.to-top-icon {
  cursor: pointer;
  background-image: url("https://static.teacher.com.cn/LearningManagement/itemIndex/image/to-top-default.png");
  background-position: center;
}

.to-top:hover .to-top-icon {
  background-color: #1087eb;
  background-image: url("https://static.teacher.com.cn/LearningManagement/itemIndex/image/to-top-active.png") !important;
}

.consultation:hover,
.suggest:hover {
  background-color: #1087eb;
}

.consultation:hover .desc-box,
.suggest:hover .desc-box {
  color: #fff !important;
}

.divider {
  position: absolute;
  bottom: 0;
  left: 7px;
  box-sizing: border-box;
  width: 30px;
  height: 0;
  border-bottom: 1px solid #C0C0C0;
}

.capimg {
  width: 108px;
  height: 32px;
  background-color: #fff;
}

.evaicon {
  display: inline-block;
  width: 192px;
  min-height: 108px;
  margin: 20px 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center 25px;
  border-radius: 8px;
}

.evaicon a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 108px;
  padding-top: 80px;
  overflow: hidden;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.evaicon.evaicon0 {
  background-color: #d4e6f7;
  background-image: url('/views/images/1.png');
}

.evaicon.evaicon1 {
  margin: 20px;
  background-color: #f8ecd6;
  background-image: url('/views/images/2.png');
}

.evaicon.evaicon2 {
  background-color: #d4f2f2;
  background-image: url('/views/images/3.png');
}

.evaicon:hover {
  opacity: .8;
}

.recordlist {
  box-sizing: border-box;
  margin: 0 0 40px;
}

.recordlist > li {
  height: 48px;
  padding: 0 20px;
  overflow: hidden;
  font-size: 16px;
  line-height: 48px;
  color: #333;
}

.recordlist .li1 {
  background-color: #e7f3fd;
}

.recordlist .li2 {
  background-color: #fff;
}

.recordlist > li .word {
  display: inline-block;
  width: 900px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.recordlist > li .time {
  display: inline-block;
  width: 260px;
  height: 48px;
  color: #999;
  text-align: right;
  vertical-align: middle;
}

.wathclist {
  margin: 20px 0 40px;
}

.wathclist .h2 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.wathclist .item {
  padding: 19px 19px 11px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.wathclist .item .word {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.wathclist h3 {
  margin: 0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
