#nc-float {
  display: none;
  position: absolute;
  z-index: 10000;
  background: #fff;
  width: 400px;
  padding: 0;
  top: 60px;
  left: 50%;
  margin-left: -200px;
}
#nc-float .nc-f-head {
  font-size: 15px;
  background-color: #eeeeee;
  padding: 5px;
  line-height: 35px;
  position: relative;
  top: 0;
  left: 0;
  font-family: Verdana,Arial,'Microsoft Yahei',STHeiti,sans-serif;
}
#nc-float .nc-f-body{
  background-color: #fff;
  padding: 20px
}
#nc-float .nc-f-head a {
  position: absolute;
  right: 10px;
  text-decoration: none;
}

#nc-float .nc-f-head i.nc_iconfont {
  font-size: 20px;
  color: #3c3c3c;
}


#nc-float .nc-f-head span{
  margin-left: 10px;
  font-weight: normal;
}

#nc-float .nc-f-body #nocaptcha{
  width: 300px;
  margin: 0 auto;
}

.nc-f-overlay {
  display: none;
  position: absolute;
  z-index: 10;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#nc-float #nocaptcha .nc_scale .btn_slide{
  width: 50px;
  height: 30px;
  top: 1px;
}
#nc-float .nc-container .nc_scale .nc_bg{
  background-color: #f59a86;
  height: 28px;
  top: 3px;
  left: 3px;
}

#conqu3r_test .clickCaptcha{
  top: -275px;
}
