/*页面公用*/
.train-sign-btn {
  display: inline-block;
  border-radius: 5px;
  width: 96px;
  height: 36px;
  line-height: 36px;
  color: #fff
}

.train-sign-btn:hover {
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.border-around {
  border: 1px solid #ccc;
}

/* 列表页面 */
.cate-title h3 {
  font-size: 18px;
  margin: 20px 0;
  letter-spacing: 1.54px;
}

/*培训列表页 在线课堂*/
.train-list .room-list {
  border: 1px solid #eee;
  padding: 22px 20px;
}

.room-list li {
  float: left;
  width: 312px;
  display: inline-block;
  margin-right: 10px;
}

.room-list li a:hover {
  text-decoration: none;
}

.room-list li:last-child {
  margin-right: 0;
}

.room-list .room-poster {
  position: relative;
  height: 117px;
}

.room-list .poster-img {
  width: 100%;
  height: 100%;
}

.room-list .play {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
}

.room-list .poster-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
}

.room-list .video-time {
  position: absolute;
  right: 10px;
  bottom: 0px;
  color: #fff;
  font-size: 12px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.room-list .room-title {
  background-color: #f4f4f4;
  line-height: 40px;
}

.room-list .room-title h5 {
  margin: 0;
  font-size: 16px;
  width: 230px;
  text-indent: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

.room-list .room-title span {
  display: inline-block;
  background: url("/resource/images/eye.png") no-repeat left center;
  text-indent: 20px;
  width: 75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #999;
}

.train-list .cate-detail {
  border: 1px solid #eee;
}

.cate-detail .cate-detail__item {
  margin-top: 10px;
  position: relative;
}

.cate-detail__item h3 {
  font-size: 16px;
  color: #333;
  float: left;
  font-weight: 400;
  margin: 0 10px;
  margin-bottom: 15px;
  padding: 5px 10px;
}

.cate-detail__item dl {
  float: left;
  margin: 0
}

.cate-detail__item dt, .cate-detail__item dd {
  display: inline-block;
  vertical-align: top;
}

.cate-detail__item dd {
  width: 765px;
  border-bottom: 1px solid #eee;
  min-height: 45px;
  overflow: hidden;
}

.cate-detail__item .hover {
  background: #209cef;
  border-radius: 10px;
  color: #fff;
}

.cate-detail__item a {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  padding: 1px 15px;
  display: inline-block;
  font-weight: 400
}

.cate-detail__item .toggle-button {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 16px;
  color: #209CEF;
  display: inline-block;
  font-weight: 400;
  width: 50px;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
}

.cate-detail__item .toggle-button .icon {
  width: 0px;
  height: 0px;
  border-color: #209CEF transparent transparent transparent;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 10px;
  right: 0;
}

.hide-cate_detail .toggle-button .icon {
  top: 5px;
  border-color: transparent transparent #209CEF transparent;
}

.course-main {
  margin-top: 18px;
}

.course-tab {
  height: 60px;
  border-bottom: 1px solid #eee;
  line-height: 60px;
}

.course-tab span {
  display: inline-block;
  height: 60px;
  padding: 0 15px;
}

.course-tab span.hover {
  font-size: 16px;
  color: #209cef;
  border-bottom: 2px solid #209cef
}

.course-list {
  padding: 10px 33px;
}

.course-list li {
  border-bottom: 1px solid #eee;
  padding-top: 20px
}

.course-list .course-detail {
  width: 500px;
  float: left;
  color: #333;
  text-decoration: none;
}

.course-detail dt h3 {
  display: inline-block;
  font-size: 17px;
  margin: 0;
  height: 24px;
  line-height: 24px;
  vertical-align: text-top;
}

.course-detail dd {
  margin-top: 4px;
}

.course-list .course-price {
  width: 215px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  float: left;
  height: 150px;
  padding-top: 40px;
}

.course-price .price {
  font-size: 18px;
  color: #ff6502;
}

.course-price .count {
  font-size: 15px;
  color: #999;
}

.course-btn {
  float: left;
  width: 205px;
}

.course-btn a {
  display: block;
  width: 96px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  border-radius: 23px;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}

.course-btn a {
  text-decoration: none;
}

/* 详情页面 */
.train-detail .train-summary {
  padding: 20px;
  overflow: hidden;
}

.train-summary .summary-logo {
  width: 325px;
  height: 182px;
  float: left;
  margin-right: 40px;
}

.train-summary .summary-maker {
  float: left;
  width: 550px;
}

.train-summary .title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.train-summary li:first-child {
  margin-top: 0;
}

.train-summary li {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.train-summary .price {
  background-color: #eee;
  height: 50px;
  line-height: 50px;
  color: #FF6502;
  width: 300px;
  font-size: 24px;
}

.train-summary .telephone {
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}

.train-detail .train-agency {
  padding: 20px;
  padding-bottom: 0;
  margin-top: 15px;
  overflow: hidden;
}

.train-detail .agency-maker {
  padding-bottom: 15px;
}

.agency-maker .agency-logo {
  display: inline-block;
  width: 250px;
  height: 140px;
  margin-right: 30px;
}

.agency-maker .agency-info {
  display: inline-block;
  vertical-align: middle;
  width: 420px;
}

.agency-maker li {
  margin-top: 15px;
}

.agency-maker li h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.agency-maker li h3 > a {
  color: #333;
}
.train-detail .agency-desc {
  padding: 15px 0;
}

.train-detail .agency-desc h3 {
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
}

.train-detail .other-agency {

}

.other-agency h3 {
  margin: 20px 0;
  font-size: 16px;
}

.other-agency li {
  float: left;
  padding: 20px;
  width: 468px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

.other-agency li:nth-of-type(even) {
  margin-right: 0;
  margin-bottom: 0;
}

.other-agency .other-logo {
  float: left;
  margin-right: 10px;
  width: 225px;
  height: 126px;
}

.other-agency dl {
  width: 190px;
  float: left;
  margin: 0;
}

.other-agency dl dt {
  margin-top: 10px;
  font-size: 17px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other-agency dl dd {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other-agency .price {
  font-size: 20px;
  color: #FF6502;
}

/*报名*/
.train-sign {
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.train-sign .sing-immediate {
  font-size: 18px;
  color: #333;
}

.sign-summary {
  width: 500px;
  margin: 0 auto;
}

.sign-summary dl {
  margin-top: 25px;
  text-indent: 50px;
}

.sign-summary dt {
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.sign-summary .triangle {
  width: 0;
  height: 0;
  text-indent: 999px;
  overflow: hidden;
  display: inline-block;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent transparent #209cef;
  vertical-align: middle;
}

.sign-summary dt h4 {
  display: inline-block;
  text-indent: 0;
  margin: 0;
  vertical-align: middle;
}

.sign-summary dd {
  margin-top: 20px;
}

.sign-summary dd label {
  text-indent: 0;
  font-weight: 400;
  text-align: right;
  width: 100px;
  margin-right: 10px;
}

.sign-summary .text-color-orange {
  color: #ff9901;
}

.sign-summary .text-color-red {
  color: red;
}

.sign-summary .select-list {
  border: 1px solid #cecece;
  border-radius: 2px;
  width: 239px;
  height: 29px;
}

.train-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  display: none;
}

.train-dialog {
  position: fixed;
  background: #fff;
  border-radius: 2px;
  width: 370px;
  height: 202px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 10px;
  display: none;
}

.dialog-header .dialog-close {
  color: #9b9b9b;
  float: right;
  outline: none;
  border: none;
  background-color: transparent;
}

.dialog-content {
  margin: 25px auto;
  width: 260px;
}

.dialog-content .done {
  float: left;
}

.dialog-content .dialog-message {
  float: left;
  width: 210px;
  padding-left: 15px;
}

.dialog-content .dialog-title {
  font-size: 14px;
  color: #333;
  margin: 0;
  font-weight: 700
}

.dialog-content .dialog-text {
  color: #999;
  font-size: 12px;
}

.train-button {
  background: #209cef;
  border-radius: 2px;
  padding: 5px 15px;
  outline: none;
  border: none;
  color: #fff
}

#stuName {
  width: 100px;
  display: inline-block;
}

/*分享按钮*/
.subinfo {
  display: inline-block;
  vertical-align: bottom;
}
.subinfo .subinfo-text {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
.subinfo .subinfo-text i{
  vertical-align: middle;
  color: #7b7b7b;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.subinfo .subinfo-text .iconfont {
  font-size: 25px;
}
/*收藏样式*/
.icon-shoucang{
  font-size: 18px!important;
  color: #f9c600!important;
}
.icon-shoucang:hover{
  color: #ffd328!important;
}
/*分享样式*/
.icon-fenxiang{
  font-size: 18px!important;
  color: #0081d8!important;
}
.icon-fenxiang{
  color: #209cef!important;
}