﻿body {
  margin: 0;
  padding: 0;
  color: #222;
  font: 12px/1.5 tahoma,arial,"\5b8b\4f53";
  -webkit-font-smoothing: antialiased;
  background-color: #f9f9f9;
  -ms-overflow-style: scrollbar;
}

body.mask-show {
  /*width: 100%;
  height: 100%;
  overflow: hidden;*/
}


h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
}

ul, li, ol {
  list-style: none;
}

p {
  margin: 0px;
  padding: 0px;
  color: black;
  word-break: break-all;
}

a {
  color: black;
  text-decoration: none;
}

img {
  outline: none;
  vertical-align: top;
}

a img {
  border: 0;
}

a:hover {
  color: #f8405a;
  text-decoration: none;
  *vertical-align: baseline;
}

input {
  outline: none;
}

input:-webkit-autofill {
  transition-delay: 99999s;
  transition: color 99999s ease-out, background-color 99999s ease-out;
}

.table {
  display: table;
  width: 100%;
}

.table .table-cell {
  display: table-cell;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.page-wrap {
  margin: 0 auto;
  width: 1200px;
}

.mask-show .mask {
  display: block;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000;
  border: 0;
  filter: alpha(opacity=15);
  opacity: .15;
}


.modal-dialog {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 762px;
  height: 542px;
  overflow: hidden;
  padding: 0;
  border: 4px solid rgba(0,0,0,.1);
}

.modal-dialog .wrap {
  position: relative;
  height: 100%;
  height: 100%;
}

.modal-dialog .close {
  position: absolute;
  top: 6px;
  right: 10px;
  display: inline-block;
  background-image: url(../images/remove__8a8a8a.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 2em;
}

.modal-dialog__header {
  height: 27px;
  padding: 0 10px;
  border: solid #C4C4C4;
  border-width: 1px 1px 0;
  background: #F3F3F3;
  line-height: 27px;
  font-family: arial,"\5b8b\4f53";
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.modal-dialog__header h3 {
  line-height: 27px;
  font-family: arial,"\5b8b\4f53";
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.modal-dialog__body {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #fff;
  border: solid #C4C4C4;
  border-width: 1px;
  padding: 10px;
}

/*---分页---*/
.paginator { font: 13px Arial, Helvetica, sans-serif; color: #000000; margin: 0px; text-align: center; padding: 10px 0 20px 0; }
.paginator a { font-size: 13px; height: 20px; line-height: 20px; margin-right: 5px; text-align: center; padding: 5px 8px; background-color: #eeeeee; }
.paginator .cpb { height: 20px; line-height: 20px; margin-right: 5px; text-align: center; width: 20px; padding: 5px 8px; color: #ffffff; background-color: #ff0000; }
.paginator a:hover { color: #046BB6; text-decoration: underline; }

.pageloading{width:100%; height:100%; position:fixed; left:0px; right:0px; bottom:0px; z-index:100;background:url(../images/nav_div.png) repeat 0px 0px;}
.pageloading span{ width:24px; height:24px; position:absolute; left:50%; top:50%; margin-left:-12px; margin-top:-12px; }


.div5 { clear: both; height: 5px; line-height: 5px; overflow: hidden; }
.div10 { clear: both; height: 10px; line-height: 10px; overflow: hidden; }
.div20 { clear: both; height: 20px; line-height: 20px; overflow: hidden; }
.div40 { clear: both; height: 40px; line-height: 40px; overflow: hidden; }
.div60 { clear: both; height: 60px; line-height: 60px; overflow: hidden; }
.div10_fff { clear: both; height: 10px; line-height: 10px; overflow: hidden; background-color: #fff; }

