/* circuit右侧浮窗样式 */
.sign-bg {
  background: url('http://training.eeworld.com.cn/assets/TI/images/user-bg.png') no-repeat;
  width: 34px;
  height: 34px;
  background-size: cover;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.down-share.share::before {
  content: '';
  background: url('http://www.eeworld.com.cn/circuit/static/images/share.png') no-repeat;
  vertical-align: middle;
  display: block;
  margin: 4px auto;
  width: 26px;
  height: 26px;
  background-size: contain;
  padding-top: 5px;
  background-position-y: 5px;
}

.rule-bg {
  background: url('http://www.eeworld.com.cn/circuit/static/images/circuit_sprites.png') no-repeat;
  width:34px; height:34px; 
  background-position:-170px 0px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.course-bg {
  background: url('http://www.eeworld.com.cn/circuit/static/images/circuit_sprites.png') no-repeat;
  width:34px; height:34px; 
  background-position:-126px 0px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.userSenter-bg {
  background: url('http://www.eeworld.com.cn/circuit/static/images/circuit_sprites.png') no-repeat;
  width: 34px;
  height: 34px;
  background-position:-42px 0px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.userSenter-bg.cur {
  background: url('http://www.eeworld.com.cn/circuit/static/images/circuit_sprites.png') no-repeat;
  width: 34px;
  height: 34px;
  background-position:-84px 0px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.floating-box {
  width: 70px;
  position: fixed;
  right: 0;
  top: 30%;
  background-color: #fff;
  z-index: 9999
}

.floating-box ul li {
  box-shadow: 0px 0px 10px #ccc;
  margin-bottom: 4px;
  transition: .5s;
  width: 70px;
  text-align: center;
  height: 55px;
}

.floating-box ul li.integral-btn {
  /* background: url('http://training.eeworld.com.cn/assets/TI/images/integral-icon.png') no-repeat; */
  width: 70px;
  height: 55px;
  background-size: cover;
  vertical-align: middle;
}

.floating-box ul li a {
  font-size: 12px;
  display: block;
}

.floating-box ul li.erweim-sty {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.sign-bg1 {
  background: url('http://training.eeworld.com.cn/assets/TI/images/sign-bg1.png') no-repeat;
  width: 34px;
  height: 34px;
  background-size: cover;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.ereri-bg {
  background: url('http://training.eeworld.com.cn/assets/TI/images/erwei-icon.png') no-repeat;
  width: 35px;
  height: 35px;
  background-size: cover;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.erwei-box {
  position: absolute;
  left: -115px;
  top: 0;
  display: none;
}

.ji-bg {
  background: url('http://training.eeworld.com.cn/assets/TI/images/50jifen.png') no-repeat;
  width: 34px;
  height: 34px;
  background-size: cover;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
}

.floating-box ul li.erweim-sty:hover .erwei-box {
  display: block;
}

.bdshare_dialog_list li:nth-child(n) {
  display: none;
}

.bdshare_dialog_list li:nth-child(3) {
  display: block !important;
}

.bdshare_dialog_list li:nth-child(5) {
  display: block !important;
}

.bdshare_dialog_list li:nth-child(15) {
  display: block !important;
}

.huodon_alert {
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 370px;
  background-color: #fff;
  line-height: 25px;
  color: #333;
  height: 150px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  display: none;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 1px 3px #ccc;
}

.huodon_alert .close_btn {
  position: absolute;
  color: #333;
  font-size: 25px;
  font-weight: 600;
  right: 3px;
  top: 2px;
}

.huodon_alert p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}

.huodon_alert p a {
  display: inline-block !important;
  font-size: 16px !important;
}

.faved {
  color: #e22524;
  text-decoration: underline;
  line-height: 80px;
}

a.bdsharebuttonbox {
  /* color: #333; */
  display: block;
}

span.sjsm {
  display: block;
  padding: 8px 0;
  margin: 0 auto;
  text-align: center
}

.erwei-box img {
  width: 115px;
}

.bd_weixin_popup .bd_weixin_popup_foot {
  line-height: 1.4
}
