@charset "UTF-8";
.simulation_select .select_text .ico_arrow {
  content: '';
  height: 0;
  width: 0;
  position: absolute; }

.index_pop .ip_tit .text, .index_pop .other_infor .text_l {
  float: left; }

.index_pop .other_infor .text_r {
  float: right; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both;
  overflow: hidden; }

.simulation_select .select_text span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ico_test, .ico_invite, .ico_upload {
  height: 30px;
  width: 30px; }

.sico_uparrows, .sico_downarrows, .sico_collect, .sico_download, .sico_comment, .sico_share, .sico_praise, .sico_print, .ico_add, .ico_plus {
  height: 20px;
  width: 20px; }

body {
  background: #fff;
  color: #333;
  font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1',Helvetica,arial; }

input {
  font: 100% '\5FAE\8F6F\96C5\9ED1',Helvetica,arial; }

/*---浏览器自带提示信息---*/
::placeholder,
.placeholder {
  color: #999 !important; }

/*---表单---*/
.form_txt {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 18px;
  line-height: 18px;
  padding: 4px 8px; }

.form_radio,
.form_checkbox {
  font-size: 13px;
  height: 13px;
  margin: 0 5px 0 0;
  vertical-align: -2px;
  *vertical-align: middle;
  width: 13px; }

.form_txtarea {
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 20px;
  height: 63px;
  padding: 4px 8px; }

.form_btn {
  cursor: pointer;
  font-size: 100%;
  overflow: hidden;
  *overflow: visible; }

@-moz-document url-prefix() {
  .form_btn {
    padding-bottom: 3px; } }
.form_disabled {
  background-color: #dedede; }

.mt15 {
  margin-top: 15px; }

/*-----ico-----*/
.ico {
  background-image: url(../../images/bg/ico.png);
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute; }

.sico_uparrows {
  background-position: -80px -100px; }

.sico_downarrows {
  background-position: -100px -100px; }

.sico_collect {
  left: 0;
  background-position: 0 -100px; }

.sico_download {
  left: 0;
  background-position: -20px -100px; }

.sico_comment {
  left: 0;
  background-position: -120px -100px; }

.sico_share {
  left: 0;
  background-position: -40px -100px; }

.sico_praise {
  left: 0;
  background-position: -60px -100px; }

.sico_print {
  left: 0;
  background-position: -160px -100px; }

/*--进入--*/
.ico_add {
  background-position: -40px -60px;
  left: 0; }

.ico_plus {
  background-position: -60px -60px;
  left: 0; }

/*--测试--*/
.ico_test,
.ico_invite,
.ico_upload {
  left: 10px;
  top: 50%;
  margin-top: -15px; }

.ico_test {
  background-position: 0 0; }

/*--邀请--*/
.ico_invite {
  background-position: -30px 0; }

/*--上传--*/
.ico_upload {
  background-position: -60px 0; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.ml10 {
  margin-left: 10px; }

.simulation_select {
  position: relative;
  width: 200px; }
  .simulation_select .select_text {
    background: url(../../images/bg/select_box.gif) repeat-x;
    border:1px solid #d4d4d4;
    position: relative;
    padding: 0 20px 0 10px; }
    .simulation_select .select_text .ico_arrow {
      cursor: pointer;
      position: absolute;
      height: 0;
      width: 0;
      top: 50%;
      right: 10px;
      margin-top: -2px;
      border: 5px solid transparent;
      border-color: #999 transparent transparent transparent;
      border-bottom-width: 0; }
    .simulation_select .select_text span {
      display: block;
      height: 26px;
      line-height: 26px; }
  .simulation_select .option_list {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    z-index: 5; }
  .simulation_select .option_li {
    background: #fff;
    border-style: solid;
    border-color: #ddd;
    border-width: 0 1px 1px 1px;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    padding: 0 8px; }
    .simulation_select .option_li:hover {
      background: #f5f5f5; }

.index_pop_wrap .pop_shade_layer {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 19999; }

.index_pop {
  background: #fff;
  position: fixed;
  width: 460px;
  z-index: 20000; }
  .index_pop .ip_tit {
    background: #eff3fc;
    border-bottom: 1px solid #dbe2ef;
    overflow: hidden;
    position: relative; }
    .index_pop .ip_tit .text {
      height: 50px;
      line-height: 50px;
      color: #00a0ba;
      font-size: 20px;
      padding: 0 0 0 20px; }
    .index_pop .ip_tit .ico_close {
      background-position: -30px -30px;
      height: 30px;
      width: 30px;
      right: 20px;
      top: 50%;
      margin-top: -15px; }
  .index_pop .ip_container {
    font-size: 14px;
    padding: 20px 50px; }
  .index_pop .form_item {
    padding: 10px 0; }
  .index_pop .form_txt_wrap {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 5px 8px 36px;
    position: relative; }
    .index_pop .form_txt_wrap .form_txt {
      border: 0;
      padding: 0;
      width: 100%; }
    .index_pop .form_txt_wrap .ico {
      height: 20px;
      width: 20px;
      left: 8px;
      top: 8px; }
    .index_pop .form_txt_wrap .ico_email {
      background-position: -180px -100px; }
    .index_pop .form_txt_wrap .ico_user {
      background-position: -200px -100px; }
    .index_pop .form_txt_wrap .ico_password {
      background-position: -220px -100px; }
  .index_pop .submit_btn a {
    background: #ee8c0c;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center; }
  .index_pop .other_infor {
    border-top: 1px solid #ddd;
    padding: 10px 0 0 0;
    overflow: hidden; }
    .index_pop .other_infor .text_l em a {
      color: #22689b; }
  .index_pop .tips {
    height: 20px; }
    .index_pop .tips .tip_infor {
      height: 20px;
      line-height: 20px;
      color: #00a0ba;
      position: relative;
      padding: 0 0 0 35px; }
      .index_pop .tips .tip_infor .ico_tip {
        background-position: -20px -80px;
        height: 20px;
        width: 20px;
        left: 10px;
        top: 50%;
        margin-top: -10px; }

.grid_ui .grid_table {
  table-layout: fixed;
  width: 100%; }
  .grid_ui .grid_table thead {
    background: #e6f1f8; }
  .grid_ui .grid_table tbody {
    background: #fff; }
.grid_ui .gt_cell {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  padding: 6px 5px; }
.grid_ui .gt_cell_inner {
  display: block;
  min-height: 18px; }
.grid_ui .grid_opera {
  text-align: center; }
  .grid_ui .grid_opera a {
    color: #23559a; }
.grid_ui .link_a {
  color: #bababa;
  margin-left: 10px; }

.js_grid .grid_thead {
  background: #e6f1f8;
  position: relative;
  margin-bottom: -1px; }
  .js_grid .grid_thead tbody {
    background: none; }
.js_grid .grid_body_inner {
  height: 156px;
  overflow-y: auto; }
  .js_grid .grid_body_inner .gt_cell {
    padding: 3px 5px; }
.js_grid .form_txt_wrap {
  border: 1px solid #ccc;
  padding: 2px 5px; }
  .js_grid .form_txt_wrap .form_txt {
    border: 0;
    padding: 0;
    width: 100%; }

/*-----更多信息-----*/
.more_msg {
  background: #f2f2f2; }
  .more_msg a {
    color: #333;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center; }

/*# sourceMappingURL=public.css.map */
