.container {
  position: relative;
}
/** defualt **/
.bgi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9999;
}
.bgi img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/** defualt **/
.content {
  margin: 0 auto;
  width: 1024px;
  height: 768px;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  font-family: '微软雅黑';
  overflow: hidden;
}
.leftbar {
  position: relative;
  float: left;
  width: 174px;
  height: 768px;
  background-color: #373855;
}
.leftbar .linkbtn {
  position: absolute;
  bottom: 35px;
  width: 16px;
  height: 16px;
  background: url(../images/icon-form.png) no-repeat;
  cursor: pointer;
}
.leftbar .disc {
  left: 60px;
  background-position: 0 0;
}
.leftbar .ques {
  left: 98px;
  background-position: 0 -114px;
}
.leftbar a {
  display: block;
}
.leftbar a .logo {
  display: block;
  width: 174px;
  height: 94px;
  background: url(../images/logo.png) center center no-repeat;
  text-indent: -999px;
}
ul.toolbar {
  width: 174px;
  height: 432px;
}
ul.toolbar li {
  display: block;
  width: 174px;
  height: 108px;
}
ul.toolbar li a {
  padding: 1px 0 0 0;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
ul.toolbar li a:hover {
  background-color: #151633;
}
ul.toolbar li a .tlpic {
  display: block;
  margin: 25px auto 8px auto;
  background: url(../images/icon.png) no-repeat;
  overflow: hidden;
  zoom: 1;
}
ul.toolbar li .hover {
  background-color: #151633;
}
ul li.addnew a span.tlpic {
  background-position: 0 -141px;
  width: 25px;
  height: 25px;
}
ul li.matching a span.tlpic {
  background-position: 0 -171px;
  width: 26px;
  height: 29px;
}
ul li.sending a span.tlpic {
  background-position: 0 -205px;
  width: 26px;
  height: 24px;
}
ul li.load-export a span.tlpic {
  background-position: 0 -25px;
  width: 27px;
  height: 25px;
}
.rightbar {
  position: relative;
  float: right;
  width: 850px;
  height: 768px;
}
.rightbar .statebar {
  width: 850px;
  height: 94px;
  background-color: #ade3e2;
}
.rightbar .statebar a {
  display: block;
  float: left;
  width: 174px;
  height: 94px;
  background-color: #ade3e2;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.rightbar .statebar a:hover {
  background-color: #79cbc9;
}
.rightbar .statebar a h1 {
  display: block;
}
.rightbar .statebar a h1 span {
  display: block;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
}
.rightbar .statebar a h1 .state-title {
  font-size: 14px;
}
.rightbar .statebar .compus-Town h1 {
  padding: 24px 0 0 56px;
  background: url(../images/fonts-house.png) 24px 32px no-repeat;
}
.rightbar .statebar .non-compus-Town h1 {
  padding: 24px 0 0 56px;
  background: url(../images/fonts-double-house.png) 22px 32px no-repeat;
}
.rightbar .statebar .hover {
  background-color: #79cbc9;
}
.right-content {
  padding: 0 0 0 28px;
  width: 822px;
  height: 674px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.right-content h2.title {
  float: left;
  display: block;
  width: 20%;
  height: 98px;
  color: #333333;
  line-height: 98px;
  font-size: 18px;
}
.right-content div.search {
  float: left;
  width: 80%;
  height: 98px;
  line-height: 98px;
  background: url(../images/fonts-search-bg.png) 38px 35px no-repeat;
}
.right-content div.search input {
  margin: 0 0 0 68px;
  width: 310px;
  color: #bcb9ba;
  font-size: 12px;
  background-color: #eae9e9;
  border: none;
}
.right-content #table-container {
  width: 788px;
  height: 520px;
  color: #666666;
  font-size: 12px;
  clear: both;
}
.right-content #table-container .tHeader {
  width: 788px;
  height: 40px;
}
.right-content #table-container .tHeader tr th {
  border: 1px solid #eae9e9;
  background-color: #f3f3f3;
}
.right-content #table-container .tHeader tr th.row0,
.right-content #table-container .tHeader tr th.row1,
.right-content #table-container .tHeader tr th.row2 {
  width: 36px;
  vertical-align: middle;
  text-align: center;
}
.right-content #table-container .tHeader tr th.row0 span {
  display: none;
}
.right-content #table-container .tHeader tr th.row3 {
  width: 94px;
}
.right-content #table-container .tHeader tr th.row3 span {
  padding: 0 0 0 10px;
  cursor: pointer;
}
.right-content #table-container .tHeader tr th.row4 {
  width: 132px;
}
.right-content #table-container .tHeader tr th.row4 span {
  padding: 0 0 0 10px;
}
.right-content #table-container .tHeader tr th.row5 {
  width: 184px;
}
.right-content #table-container .tHeader tr th.row5 span {
  padding: 0 0 0 10px;
}
.right-content #table-container .tHeader tr th.row6 {
  width: 268px;
}
.right-content #table-container .tHeader tr th.row6 span {
  padding: 0 0 0 10px;
}
.right-content #table-container .tBody-container {
  position: relative;
  width: 788px;
  height: 478px;
  overflow: hidden;
}
.right-content #table-container .tBody-container #tBody {
  position: absolute;
  top: 0;
  width: 778px;
  height: 478px;
  color: #666666;
}
.right-content #table-container .tBody-container #tBody tr {
  height: 53px;
}
.right-content #table-container .tBody-container #tBody tr th {
  border: 1px solid #eae9e9;
}
.right-content #table-container .tBody-container #tBody tr:hover {
  background-color: #e6f2f2;
}
.right-content #table-container .tBody-container #tBody tr th.row0,
.right-content #table-container .tBody-container #tBody tr th.row1,
.right-content #table-container .tBody-container #tBody tr th.row2 {
  width: 36px;
  vertical-align: middle;
  text-align: center;
}
.right-content #table-container .tBody-container #tBody tr th.row0 {
  width: 35px;
}
.right-content #table-container .tBody-container #tBody tr th.row0 span {
  display: inline-block;
  width: 14px;
  height: 22px;
  background: url(../images/icon-form.png) no-repeat;
  background-position: 0px -167px;
}
.right-content #table-container .tBody-container #tBody tr th.row1 span {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/icon-form.png) no-repeat;
  background-position: 0 -97px;
}
.right-content #table-container .tBody-container #tBody tr th.row3 {
  width: 95px;
}
.right-content #table-container .tBody-container #tBody tr th.row3 span {
  padding: 0 0 0 10px;
  cursor: pointer;
}
.right-content #table-container .tBody-container #tBody tr th.row4 {
  width: 132px;
}
.right-content #table-container .tBody-container #tBody tr th.row4 span {
  padding: 0 0 0 10px;
}
.right-content #table-container .tBody-container #tBody tr th.row5 {
  width: 184px;
}
.right-content #table-container .tBody-container #tBody tr th.row5 span {
  padding: 0 0 0 10px;
}
.right-content #table-container .tBody-container #tBody tr th.row6 {
  width: 257px;
}
.right-content #table-container .tBody-container #tBody tr th.row6 span {
  padding: 0 0 0 10px;
}
.right-content #table-container .tBody-container #scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 476px;
  padding-right: 2px;
  background: #f3f3f3;
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
}
.right-content #table-container .tBody-container #scrollbar #scrollbar-thumb {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  background: #6eb8d1;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
}
.right-content .footer {
  position: relative;
  width: 822px;
  height: 56px;
  overflow: hidden;
}
.right-content .footer .delete {
  float: left;
  display: block;
  margin: 20px 10px;
  height: 12px;
  font-size: 12px;
  color: #373855;
  cursor: pointer;
}
.right-content .footer span {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(../images/icon-icon.png) no-repeat;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.right-content .footer .pre {
  left: 350px;
  top: 21px;
  background-position: 0 -23px;
}
.right-content .footer .next {
  left: 375px;
  top: 21px;
  background-position: 8px -41px;
}
.infobar {
  position: absolute;
  top: 48px;
  right: 0;
  right: -320px;
  width: 354px;
  height: 720px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(180, 180, 180, 0.5);
  overflow: hidden;
  z-index: 9999;
}
.infobar .info-btn {
  display: none;
  display: block;
  width: 34px;
  height: 100%;
  cursor: pointer;
}
.infobar .info-btn span {
  display: inline-block;
  margin: 336px 11px 0 11px;
  width: 12px;
  height: 11px;
  vertical-align: middle;
  background: url(../images/icon-form.png) 0 -21px;
}
.infobar .info-content {
  display: block;
  display: none;
  padding: 18px 10px;
  width: 334px;
  height: 684px;
  color: #333;
  font-size: 12px;
  /****** Add New ******/

  /****** Add New ******/

  /****** Info ******/

  /****** Info ******/

}
.infobar .info-content h2 {
  padding-left: 10px;
  color: #444;
  font-size: 24px;
  font-weight: lighter;
}
.infobar .info-content form {
  padding: 10px 0 0 0;
}
.infobar .info-content form .hr-spec {
  height: 1px;
  border: none;
  border-top: 1px dashed #dcdcdc;
}
.infobar .info-content form div.form-layout {
  position: relative;
  padding: 4px;
  width: 334px;
  height: 36px;
  line-height: 28px;
  vertical-align: middle;
  background: no-repeat 296px 13px;
}
.infobar .info-content form div.form-layout label {
  vertical-align: middle;
  padding: 4px 6px;
  height: 28px;
  line-height: 28px;
}
.infobar .info-content form div.form-layout input {
  padding: 2px 6px;
  height: 24px;
  color: #8a8989;
  border: 1px solid #bcb9ba;
  border-radius: 2px;
  background-color: #f7f7f7;
  vertical-align: middle;
  zoom: 1;
  *line-height: 24px;
  *display: inline;
}
.infobar .info-content form div.form-layout .linkline {
  display: inline-block;
  text-align: center;
  color: #bcb9ba;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.infobar .info-content form div.form-layout .dropbox {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 28px;
  color: #8a8989;
  border: 1px solid #bcb9ba;
  background-color: #f7f7f7;
  border-radius: 2px;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.infobar .info-content form div.form-layout .dropbox span {
  position: absolute;
  display: inline-block;
  top: 0;
  font-size: 12px;
  zoom: 1;
}
.infobar .info-content form div.form-layout .dropbox .dcontent {
  left: 0;
  padding: 0 4px;
  width: 41px;
  height: 28px;
  line-height: 28px;
}
.infobar .info-content form div.form-layout .dropbox .dbtn {
  right: 0;
  width: 22px;
  height: 28px;
  cursor: pointer;
  border-left: 1px solid #bcb9ba;
}
.infobar .info-content form div.form-layout .dropbox .dbtn .w-arrow {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -6px;
  width: 0;
  height: 0;
  font-size: 0;
  border-width: 8px 6px;
  border-style: solid dashed dashed;
  border-color: #c9c6c6 #f7f7f7 #f7f7f7;
  zoom: 1;
}
.infobar .info-content form div.form-layout .dropbox .droplist {
  display: none;
}
.infobar .info-content form div.form-layout .dropbox #dormit {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  font-size: 0px;
  overflow: visible;
}
.infobar .info-content form div.form-layout #name {
  width: 220px;
}
.infobar .info-content form div.form-layout #dormitory {
  width: 136px;
}
.infobar .info-content form div.form-layout .addr-container {
  display: inline-block;
  margin: 0 0 0 14px;
  width: 34px;
  line-height: 20px;
  zoom: 1;
  background: url(../images/icon-form.png) no-repeat;
  background-position: 1px -206px;
}
.infobar .info-content form div.form-layout .addr-container #addr1,
.infobar .info-content form div.form-layout .addr-container #addr2 {
  margin: 0 4px 0 0;
  width: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.infobar .info-content form div.form-layout .radio-selected {
  background-position: 1px -187px;
}
.infobar .info-content form div.form-layout #phone {
  width: 196px;
}
.infobar .info-content form div.form-layout #email {
  width: 220px;
}
.infobar .info-content form div.form-layout #photo_text1 {
  width: 196px;
}
.infobar .info-content form div.form-layout #photo_text2 {
  margin: 0 0 0 60px;
  width: 196px;
}
.infobar .info-content form div.form-layout .add {
  position: absolute;
  top: 6px;
  right: 24px;
  display: inline-block;
  display: -moz-inline-stack;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-position: 0 0;
  background: url(../images/icon-button.png) no-repeat;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.infobar .info-content form div.form-layout #submit {
  position: absolute;
  right: 24px;
  width: 80px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  border: none;
  background-color: #008476;
  box-shadow: 0 0 5px rgba(3, 3, 3, 0.5);
}
.infobar .info-content form div.form-layout #submit:hover {
  background-color: #ade3e2;
}
.infobar .info-content #info-form {
  position: relative;
  padding: 0;
  border-bottom: 1px dashed #dcdcdc;
}
.infobar .info-content #info-form .info-layout {
  padding: 0 0 0 20px;
  height: 28px;
  line-height: 28px;
}
.infobar .info-content #info-form .name-layout {
  height: 54px;
  line-height: 54px;
}
.infobar .info-content #info-form .name-layout span {
  font-size: 16px;
}
.infobar .info-content #info-form .remarks-layout {
  height: 92px;
  line-height: 92px;
}
.infobar .info-content #info-form .putAlway-btn {
  position: absolute;
  display: block;
  left: -8px;
  bottom: -27px;
  width: 32px;
  height: 54px;
  background: url(../images/font-left.jpg) no-repeat;
  cursor: pointer;
  z-index: 2;
}
.infobar .info-content #info-form .fn-btn {
  position: absolute;
  top: 48px;
  right: 32px;
  width: 36px;
  height: 102px;
  background: url(../images/icon-button.png) no-repeat;
  background-position: 0 -31px;
}
.infobar .info-content #info-form .fn-btn span {
  display: block;
  width: 100%;
  height: 34px;
  background: url(../images/icon-button.png) no-repeat;
}
.infobar .info-content #info-form .fn-btn .edit {
  background-position: 0 -34px;
}
.infobar .info-content #info-form .fn-btn .send {
  background-position: 0 -65px;
}
.infobar .info-content #info-form .fn-btn .delete-info {
  background-position: 0 -99px;
}
.infobar .info-content .preview {
  width: 100%;
  height: 684px;
  /**** seached ****/

  /**** seached ****/

}
.infobar .info-content .preview ul.pre-nav {
  margin: 19px auto;
  width: 104px;
  overflow: auto;
}
.infobar .info-content .preview ul.pre-nav li {
  float: left;
  width: 52px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
}
.infobar .info-content .preview ul.pre-nav .hover {
  border-color: #65e0dd;
}
.infobar .info-content .preview .img-container {
  margin: 0 auto;
  width: 300px;
  height: 184px;
}
.infobar .info-content .preview .img-container img {
  border: 1px solid #cfcfcf;
}
.infobar .info-content .preview h4.img-title {
  display: block;
  margin: 25px auto;
  width: 138px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
}
.infobar .info-content .preview ul.pic-btn {
  margin: 0 auto;
  width: 66px;
  overflow: hidden;
}
.infobar .info-content .preview ul.pic-btn li {
  float: left;
  margin: 5px;
  width: 11px;
  height: 11px;
  background: url(../images/icon-form.png);
  background-position: 0 -57px;
  cursor: pointer;
}
.infobar .info-content .preview ul.pic-btn li:hover {
  background-position: 0 -73px;
}
.infobar .info-content .preview ul.pic-btn .hover {
  background-position: 0 -73px;
}
.infobar .info-content .preview div.pre-content {
  position: relative;
  width: 100%;
  height: 684px;
  text-align: center;
  vertical-align: middle;
}
.infobar .info-content .preview div.pre-content .pre-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  *margin-top: 148px;
  height: 60%;
}
.infobar .info-content .preview div.pre-content .pre-wrap p {
  text-align: center;
}
.infobar .info-content .preview div.pre-content .pre-wrap .re-find {
  margin: 28px 0 0 0;
  width: 80px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  border: none;
  background-color: #008476;
  box-shadow: 0 0 5px rgba(3, 3, 3, 0.5);
}
.infobar .info-content .preview div.pre-content .pre-wrap .re-find:hover {
  background-color: #ade3e2;
}
.infobar .info-content input[type="text"]:disabled {
  border: none;
  background-color: #fff;
}
.load-up {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -112px 0 0 -240px;
  padding: 24px 0;
  width: 480px;
  height: 177px;
  background-color: #f7f7f7;
  *border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(180, 180, 180, 0.5);
  overflow: hidden;
}
.load-up div {
  position: relative;
  float: left;
  width: 239px;
  height: 100%;
  color: #333;
  font-size: 12px;
}
.load-up .load {
  border-right: 1px solid #dadada;
}
.load-up .load h4 {
  margin: 8px 0 0 0;
  text-align: center;
}
.load-up .load span {
  background-position: 0 -114px;
}
.load-up .export h4 {
  margin: 0 77.5px;
  width: 84px;
  *zoom: 1;
}
.load-up .export span {
  background-position: 0 -55px;
}
.load-up span {
  display: block;
  margin: 28px 98px 12px 108px;
  width: 27px;
  height: 25px;
  background: url(../images/icon.png) no-repeat;
  *zoom: 1;
}
.load-up button {
  position: absolute;
  left: 80px;
  bottom: 24px;
  width: 80px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  border: none;
  background-color: #008476;
  box-shadow: 0 0 5px rgba(3, 3, 3, 0.5);
}
.load-up button:hover {
  background-color: #ade3e2;
}
.load-up .closed {
  position: absolute;
  right: 16px;
  top: 10px;
  display: block;
  margin: 0;
  width: 15px;
  height: 15px;
  background: url(../images/icon-form.png) no-repeat;
  background-position: 0 -37px;
  cursor: pointer;
}
#update-tip-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1f1f1f;
}
#update-tip-layer #update-tip {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -260px;
  width: 800px;
  height: 517px;
  background: url(../images/update-tip.jpg) no-repeat;
}
#update-tip a {
  position: absolute;
  width: 75px;
  height: 75px;
  display: block;
  top: 420px;
}
#update-tip #chrome {
  left: 360px;
}
#update-tip #safari {
  left: 450px;
}
#update-tip #firefox {
  left: 545px;
}
#update-tip #ie {
  left: 635px;
}
::-moz-selection {
  background: rgba(255, 102, 0, 0.8);
  color: #fff;
}
::selection {
  background: rgba(255, 102, 0, 0.8);
  color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
  padding-left: 4px;
  background: #e3e3e3;
  border-left: 2px solid #cfcfcf;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
::-webkit-scrollbar:horizontal {
  height: 10px;
  padding-left: 4px;
  background: #e3e3e3;
  border-top: 2px solid #cfcfcf;
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 8px;
  background: #6eb8d1;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:horizontal {
  border-radius: 8px;
  background: #6eb8d1;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
}
