html {
  height: 100%;
}
html body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #ffffff url(../image/desk.png) repeat;
}
html body .hd {
  width: 100%;
  height: 50px;
  background: #000000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 60;
}
html body .hd .logo {
  width: 220px;
  height: 50px;
  display: block;
  background: url(../image/logo.gif) center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
html body .hd .hd_button {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  display: block;
  border: 0;
  cursor: pointer;
}
html body .hd #export_button {
  width: 80px;
  height: 30px;
  background: url(../image/export.gif);
}
html body .hd #into_button {
  width: 80px;
  height: 30px;
  background: url(../image/into.gif);
}
html body .hd #study_button {
  width: 95px;
  height: 30px;
  background: url(../image/);
}
html body .hd #msg_button {
  width: 115px;
  height: 30px;
  background: url(../image/);
}
html body .hd .hd_ts {
  line-height: 20px;
  color: #ccc;
  font-size: 12px;
  display: block;
  text-decoration: none;
  position: absolute;
  left: 220px;
  top: 16px;
}
html body .hd .hd_ts:hover {
  color: #D57616;
}
html body .hd .hd_tcc {
  display: none;
  width: 100%;
  height: 50px;
  background: url(../image/) top center repeat;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}
html body .bd {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  position: relative;
}
html body .bd .left {
  width: 220px;
  height: 100%;
  background: #555555;
  position: fixed;
  left: 0px;
  top: 50px;
  z-index: 50;
}
html body .bd .left .bgset {
  width: 100%;
  height: 90px;
  background: url(../image/bgset.gif);
}
html body .bd .left .bgset #bgimg_input {
  width: 150px;
  height: 20px;
  border: 0px;
  display: block;
  float: left;
  background: #EEEEEE;
  margin-left: 6px;
  margin-top: 42px;
}
html body .bd .left .bgset #bgimg_ok {
  width: 60px;
  height: 22px;
  border: 0;
  display: block;
  float: left;
  margin-left: 0px;
  margin-top: 42px;
  color: #CCCCCC;
  background: #000000;
}
html body .bd .left .add_button {
  width: 100%;
  height: 200px;
  background: #555555 url(../image/bgset2.gif) no-repeat;
}
html body .bd .left .add_button button {
  width: 65px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #000000;
  color: #AAAAAA;
  font-size: 12px;
  display: block;
  text-decoration: none;
  float: left;
  border: 0;
  margin: 6px 0 0 6px;
  cursor: pointer;
}
html body .bd .left .add_button button.first {
  margin-left: 6px;
}
html body .bd .left .add_button button.firsts {
  margin-top: 35px;
}
html body .bd .left .add_button button:hover {
  background: #1E1E1E;
  color: #AAAAAA;
}
html body .bd .left .set_container {
  width: 204px;
  height: 420px;
  overflow: hidden;
  border: 1px solid #454545;
  background: #666666;
  margin-left: 7px;
}
html body .bd .left .set_container .set {
  width: 100%;
  height: 420px;
}
html body .bd .left .set_container .set .setgroup {
  width: 100%;
  margin-top: 8px;
  float: left;
  line-height: 20px;
  text-align: left;
  color: #ccc;
  font-size: 12px;
  display: block;
  text-decoration: none;
}
html body .bd .left .set_container .set .setgroup .set_bt {
  width: auto;
  height: 20px;
  margin-right: 10px;
  line-height: 20px;
  text-align: left;
  margin-left: 15px;
  color: #ccc;
  font-size: 12px;
  display: block;
  text-decoration: none;
  float: left;
}
html body .bd .left .set_container .set .setgroup .set_input {
  width: 165px;
  height: 18px;
  margin-top: 1px;
  border: 0;
  background: #E0E0E0;
  margin-left: 15px;
}
html body .bd .left .set_container .set .setgroup .set_input.set_input1 {
  width: 120px;
  margin-left: 10px;
}
html body .bd .left .set_container .set .setgroup .set_input.input2 {
  width: 70px;
  float: right;
  margin-right: 12px;
}
html body .bd .left .set_container .set .setgroup .set_textarea {
  width: 165px;
  height: 40px;
  margin-top: 1px;
  border: 0;
  margin-left: 15px;
}
html body .bd .left .set_container .set .setgroup .set_lb {
  width: 120px;
  margin-left: 10px;
}
html body .bd .left .set_container .set .setgroup .set_lb.lb2 {
  width: 165px;
  margin-left: 15px;
}
html body .bd .left .set_container .set .setgroup .set_dx {
  width: auto;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  display: block;
  text-decoration: none;
  float: left;
}
html body .bd .left .set_container .set .setgroup .set_fxk {
  float: left;
  margin-left: -5px;
}
html body .bd .left .set_container .set .setgroup .set_ok {
  display: block;
}
html body .bd .left .set_container .set .setgroup .set_ts {
  line-height: 15px;
  color: #EB9641;
  font-size: 12px;
  display: block;
  text-decoration: none;
  margin-left: 15px;
  margin-top: 3px;
}
html body .bd .left .set_container .set .setgroup .set_an {
  width: 100px;
  height: 22px;
  margin-left: 15px;
}
html body .bd .left .set_container .set .set_fgx {
  width: 165px;
  height: 18px;
  float: left;
  margin-top: 1px;
  border: 0;
  background: #222222;
  margin-left: 15px;
  line-height: px;
  text-align: center;
  color: #888888;
  font-size: 12px;
  display: block;
  text-decoration: none;
  margin-top: 8px;
}
html body .bd .right {
  width: 2880px;
  height: auto;
  position: absolute;
  left: 220px;
  top: 50px;
}
html body .bd .right #desktop {
  float: left;
}
html body .bd .right #desktop .ruler {
  width: 100%;
  height: 20px;
  display: block;
  float: left;
  background: #444;
}
html body .bd .right #desktop .ruler img {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  margin-left: -1px;
}
html body .bd .right #desktop .desktops {
  position: relative;
  width: 1920px;
  height: 5000px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}
html body .bd .right #desktop .desktops .obj_container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
html body .bd .right #desktop .desktops .obj_container .obj.link .mapbg {
  opacity: 0.2;
  background: #D57616;
  border: 1px dashed #000;
}
html body .bd .right #desktop .desktops .obj_container .obj.img .mapbg,
html body .bd .right #desktop .desktops .obj_container .obj.tcc .mapbg {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}
html body .bd .right #desktop .desktops .obj_container .obj.img .mapbg:hover,
html body .bd .right #desktop .desktops .obj_container .obj.tcc .mapbg:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}
html body .bd .right #desktop .desktops .obj_container .obj.wz .jy_obj.wz {
  word-break: break-all;
  overflow: auto;
}
html body .bd .right #desktop .desktops .obj_container .obj.wz .mapbg {
  opacity: 0.2;
  border: 1px dashed #000;
}
html body .bd .right #desktop .desktops .obj_container .obj.djs .mapbg {
  opacity: 0.2;
  border: 1px dashed #000;
}
html body .bd .right #desktop .desktops .obj_container .obj {
  position: absolute;
}
html body .bd .right #desktop .desktops .obj_container .obj .obj_nb {
  width: 100%;
  height: 100%;
  display: block;
}
html body .bd .right #desktop .desktops .obj_container .obj .mapbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: move;
  width: 100%;
  height: 100%;
}
html body .bd .right #desktop .desktops .obj_container .obj .delete {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  background: url(../image/delete.gif);
  cursor: pointer;
}
html body .bd .right #desktop .desktops .obj_container .obj .resize {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 2px;
  bottom: 2px;
  cursor: nw-resize;
  background: url(../image/resize.gif);
}
html body .bd .right #desktop .desktops .obj_container .obj .tcc_con {
  display: none;
  overflow: hidden;
}
html body .bd .right #desktop .desktops .obj_container .obj .new_znzsq {
  /* �������ĵ�����Ԥ�� */
  display: block;
  border: 0px solid #ffffff;
  position: relative;
}
html body .bd .right #desktop .desktops .obj_container .obj .new_znzsq .abs {
  position: absolute;
}
html body .bd .right #desktop .desktops .obj_container .obj .new_znzsq .jy_obj.img:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}
html body .bd .right #desktop .desktops .obj_container .obj .new_znzsq .jy_obj.imga:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}
html body .fd .shop {
  display: none;
  position: fixed;
  width: 170px;
  height: 230px;
  top: 200px;
  left: 250px;
  border: 1px solid #444444;
  background: #FFFFFF;
  z-index: 100;
}
html body .fd .shop .top {
  width: 100%;
  height: 30px;
  display: block;
  color: #FFFFFF;
  background: #444444;
  text-align: center;
  cursor: move;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
}
html body .fd .shop .xz {
  width: 100%;
  height: 120px;
  margin-top: 10px;
  margin-left: 10px;
}
html body .fd .shop .xz form {
  font-size: 12px;
  line-height: 25px;
}
html body .fd .shop #shop_ok {
  width: 80px;
  height: 30px;
  display: block;
  border: 0;
  background: #555;
  color: #eee;
  cursor: pointer;
  margin: auto;
  margin-top: 10px;
}
html body .fd .warning {
  width: 750px;
  height: 400px;
  position: relative;
  float: left;
  margin-left: 250px;
  margin-top: 150px;
  z-index: 9999;
  background: url(../image/);
}
html body .fd .warning .taobao_browser {
  width: 97px;
  height: 36px;
  display: block;
  margin: auto;
  margin-top: 310px;
}
html body .fd .warning #warning_x {
  width: 81px;
  height: 27px;
  display: block;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  background: url(../image/);
}
html body .fd .export_data,
html body .fd .into_data {
  display: none;
  position: fixed;
  width: 700px;
  height: 360px;
  top: 200px;
  left: 250px;
  border: 1px solid #444444;
  background: #FFFFFF;
  z-index: 100;
}
html body .fd .export_data .top,
html body .fd .into_data .top {
  height: 30px;
  display: block;
  color: #FFFFFF;
  background: #444444;
  text-align: center;
  cursor: move;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}
html body .fd .export_data .top #export_x,
html body .fd .into_data .top #export_x,
html body .fd .export_data .top #into_x,
html body .fd .into_data .top #into_x {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../image/export_x.gif) no-repeat center center;
  position: absolute;
  right: 0px;
  top: 0px;
}
html body .fd .export_data .top #export_x:hover,
html body .fd .into_data .top #export_x:hover,
html body .fd .export_data .top #into_x:hover,
html body .fd .into_data .top #into_x:hover {
  background: url(../image/export_x2.gif) no-repeat center center;
}
html body .fd .export_data .content,
html body .fd .into_data .content {
  background: #FFF;
  width: 100%;
  height: 290px;
}
html body .fd .export_data .content .data_all,
html body .fd .into_data .content .data_all {
  width: 680px;
  height: 270px;
  margin: 8px 0 0 7px;
}
html body .fd .export_data input,
html body .fd .into_data button {
  width: 80px;
  height: 30px;
  display: block;
  border: 0;
  float: left;
  background: #555;
  color: #eee;
  cursor: pointer;
  margin-left: 7px;
  margin-top: 4px;
}
html body .fd .export_data .ts,
html body .fd .into_data .ts {
  line-height: 30px;
  text-align: left;
  color: #cc0000;
  font-size: 12px;
  display: block;
  text-decoration: none;
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}
html body .fd #data {
  width: 100px;
  height: 100px;
  background: red;
  position: fixed;
  left: 280px;
  bottom: 10px;
  overflow: hidden;
  display: block;
}
html body .fd #data,
html body .fd #data2,
html body .fd #data_all {
  display: none;
}
html body .fd #linshi_tp,
html body .fd #linshi,
html body .fd #index,
html body .fd #obj_id {
  display: none;
}
html body #Jcolor {
  position: relative;
  z-index: 90;
}
