@charset "UTF-8";
body, html {
  /*  font-family: Arial, '微软雅黑', Helvetica, sans-serif;*/
  /* font-family: 'Microsoft YaHei', arial, 'Hiragino Sans GB', sans-serif;*/
  font-family: '微软雅黑', 'Microsoft Yahei', Arial, Helvetica, sans-serif, '宋体';
  position: relative;
  background-color: #f1f1f1;
  height: 100%;
  background: url("../images/back.jpg"); }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td {
  padding: 0;
  margin: 0;
  font-weight: normal; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none;
  color: #282828; }

img {
  border-style: none !important; }

.clearfix:after,
.clearfix:before {
  display: table;
  content: ' ';
  clear: both; }

.list-inline {
  display: inline-block; }

.list-inline > li {
  display: inline-block;
  float: left; }

.m-content {
  display: block;
  width: 1100px;
  margin: 0 auto; }

.img-center, .result-img-big, .school-info-sm > a > img {
  display: block;
  clear: both;
  margin: 0 auto; }

.header {
  position: relative;
  width: 100%;
  height: 60px;
  min-width: 1100px;
  /*  background-color: #1685d0;*/
  z-index: 200;
  background: url("../images/img01.jpg"); }

.logo {
  display: inline-block;
  width: 300px;
  height: 60px;
  float: left;
  font-size: 25px;
  font-family: 'Microsoft YaHei', 'Hiragino Sans GB', 'STHeiti', Tahoma, 'SimHei', sans-serif;
  color: #fff;
  line-height: 60px; }
  .logo a {
    vertical-align: middle !important; }
  .logo img {
    height: 50px;
    width: auto;
    vertical-align: middle; }

.operation {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  background-color: #1675bb;
  box-shadow: 0 3px 5px #525252;
  overflow: hidden;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms; }
  .operation > li {
    width: 100%; }
    .operation > li > a {
      display: block;
      width: 100%;
      text-align: center;
      line-height: 36px;
      font-size: 16px;
      color: #fff; }
    .operation > li > a:hover {
      color: #00b7ff; }

.nav {
  float: right; }
  .nav > li {
    position: relative; }
    .nav > li > a {
      display: inline-block;
      padding: 0 22px;
      font-size: 18px;
      line-height: 60px;
      color: #fff; }
  .nav > li:hover {
    background-color: #fff;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms; }
    .nav > li:hover > a {
      color: #1675bb; }
    .nav > li:hover > ul.operation {
      height: 36px;
      -webkit-transition: all 600ms;
      -moz-transition: all 600ms;
      -ms-transition: all 600ms;
      -o-transition: all 600ms;
      transition: all 600ms; }

.welcome-name {
  display: block;
  width: 100%;
  min-width: 1100px;
  height: 24px;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 3px 3px #ddd; }
  .welcome-name h3 {
    font-size: 14px;
    color: #737373;
    line-height: 24px; }

.login {
  padding-top: 24px; }

.login-left {
  width: 520px;
  height: 337px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(121, 121, 121, 0.5);
  border-radius: 5px;
  overflow: hidden; }
  .login-left > h1 {
    font-size: 20px;
    background-color: #8b8c8d;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #fff; }

dl.input-list {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box; }
  dl.input-list > dd {
    margin-top: 25px; }
    dl.input-list > dd input[type='text'],
    dl.input-list > dd input[type='password'],
    dl.input-list > dd input[type='file'],
    dl.input-list > dd textarea,
    dl.input-list > dd select {
      width: 233px;
      height: 30px;
      box-sizing: border-box;
      padding: 0 10px;
      border: 1px solid #707070;
      border-radius: 3px;
      box-shadow: 0 0 1px #ddd;
      outline: none; }
    dl.input-list > dd input[type='text']:focus,
    dl.input-list > dd input[type='password']:focus,
    dl.input-list > dd input[type='file']:focus,
    dl.input-list > dd textarea:focus,
    dl.input-list > dd select:focus {
      border: 1px solid #1675bb;
      box-shadow: 0 0 2px #1675bb; }
    dl.input-list > dd label {
      font-size: 14px;
      color: #707070;
      vertical-align: text-top; }

.notes {
  display: inline-block;
  font-size: 14px;
  color: #979797;
  vertical-align: top; }

.form-name {
  display: inline-block;
  width: 105px;
  font-size: 14px;
  color: #707070; }

dl.input-list.school .form-name {
  width: 170px;
  font-size: 14px; }

dl.school dd textarea {
  width: 400px;
  height: 100px;
  vertical-align: top;
  padding: 10px 10px; }

.form-error {
  display: inline-block;
  width: 150px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 14px;
  color: #fb000c; }

.form-sub {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-image: linear-gradient(-180deg, #47b2ff 0%, #3481be 100%);
  box-shadow: 0 0 2px #1D4C75;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  border: none;
  color: #fff;
  letter-spacing: 10px;
  font-family: '黑体';
  cursor: pointer;
  outline: none; }

.form-sub:hover {
  background-image: linear-gradient(-180deg, #4496E0 0%, #265B8A 100%); }

button {
  background-image: linear-gradient(-180deg, #47b2ff 0%, #3481be 100%);
  border: none;
  border-radius: 3px; }

button:hover {
  background-image: linear-gradient(-180deg, #4496E0 0%, #265B8A 100%); }

a.link {
  font-size: 14px;
  text-decoration: underline; }

a.link:hover {
  color: #1675bb; }

.login-operation {
  display: inline-block;
  margin-left: 28px;
  font-size: 12px; }
  .login-operation > a {
    color: #1675bb;
    padding: 0 5px; }
  .login-operation > a:hover {
    color: #00b7ff; }

.important {
  display: inline-block;
  color: red; }

.tab {
  margin-left: 30px; }
  .tab > li {
    padding: 10px 20px 0;
    border-top: 5px solid #fff;
    font-size: 17px !important;
    cursor: pointer; }
  .tab > li.on {
    border-top: 5px solid #1675bb;
    color: #1675bb; }
  .tab > li:hover {
    color: #1675bb; }

.m-content-box {
  background-color: #fff;
  margin-top: 24px;
  padding-bottom: 50px;
  margin-bottom: 200px;
  box-shadow: 0px 0px 6px 0px rgba(121, 121, 121, 0.5); }

.register-dl {
  padding-left: 50px !important; }

.mt-25 {
  margin-top: 25px; }

/*****************
  |房产登记
********************/
.condition {
  display: inline-block;
  width: 200px;
  margin-right: 30px;
  background-color: #dbefff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-bottom: 10px;
  box-shadow: 0 0 3px #ddd; }
  .condition > dt {
    font-size: 16px;
    line-height: 2.5;
    color: #1675bb;
    text-align: center; }
  .condition > dd {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 0 2px 12px; }
    .condition > dd input,
    .condition > dd select {
      width: 111px;
      height: 20px;
      box-sizing: border-box;
      padding: 0 5px;
      font-size: 12px;
      border: 1px solid #707070;
      border-radius: 2px;
      box-shadow: 0 0 1px #ddd;
      outline: none;
      vertical-align: middle; }
    .condition > dd input:focus,
    .condition > dd select:focus {
      border: 1px solid #1675bb;
      box-shadow: 0 0 2px #1675bb; }
    .condition > dd > button {
      color: #fff;
      width: 93%;
      display: block;
      padding: 5px 21px;
      margin: 10px 0 10px 0px; }

.condition-name {
  display: inline-block;
  width: 60px;
  font-size: 12px;
  line-height: 30px; }

.content-left,
.content-center,
.bar-hot {
  display: inline-block;
  float: left; }

.content-center {
  width: 640px;
  display: inline-block; }

.page-route {
  width: 100%;
  box-sizing: border-box;
  background-color: #dbefff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 3px #ddd;
  padding-left: 20px; }
  .page-route > li > a {
    line-height: 40px;
    font-size: 14px;
    color: #707070;
    padding: 0 3px; }
  .page-route > li.on > a {
    color: #1675bb; }

.house-property {
  box-sizing: border-box;
  width: 100%;
  padding: 0 21px 50px;
  /*  border: 1px solid #bcdbff;*/
  box-shadow: 0 1px 2px 1px #f2f2f2;
  background-color: #fff; }
  .house-property > h2 {
    font-size: 16px;
    line-height: 45px; }
  .house-property > button {
    width: 120px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 5px;
    float: right;
    margin: 10px 0 15px; }

.write-house-info {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #989898;
  border-radius: 3px;
  padding: 5px 20px 10px; }
  .write-house-info dd input,
  .write-house-info dd select {
    width: 180px;
    height: 20px;
    padding: 0 10px;
    border: 1px solid #989898;
    border-radius: 3px; }

input {
  outline: none !important; }

input:focus {
  border: 1px solid #1675bb !important;
  box-shadow: none; }

.house-info-name {
  display: inline-block;
  width: 120px;
  line-height: 35px; }

.upload-house-img {
  position: absolute;
  width: 150px;
  top: 20px;
  right: 20px; }
  .upload-house-img > a {
    position: relative;
    display: block;
    width: 100px;
    margin: 15px auto;
    padding: 0 8px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(-180deg, #FAD961 0%, #F76B1C 100%);
    border-radius: 2px;
    overflow: hidden; }
    .upload-house-img > a > input[type='file'] {
      cursor: pointer;
      position: absolute;
      left: -80%;
      opacity: 0;
      filter: alpha(opacity=0);
      font-size: 26px; }

#showImg {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image); }

.upload-img {
  width: 100%;
  height: 150px;
  overflow: hidden; }
  .upload-img > img {
    height: 150px;
    display: block;
    margin: 0 auto;
    clear: both; }

.bar-hot {
  width: 204px; }

.show-house-info {
  background-color: #fff;
  border-top: none;
  padding: 0 21px;
  box-shadow: 0 2px 2px #f4f4f4;
  min-height: 400px; }
  .show-house-info > dd {
    min-height: 90px;
    border-top: 1px solid #bcdbff;
    padding: 10px;
    position: relative; }
    .show-house-info > dd > p {
      font-size: 15px;
      line-height: 25px; }
      .show-house-info > dd > p span {
        display: inline-block;
        width: 45%; }
  .show-house-info > dd:first-child {
    border-top: none; }

.house-del {
  position: absolute;
  bottom: 15px;
  right: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #878787; }

.house-del:hover {
  color: #0e87e3; }

.house-sub {
  line-height: 2;
  padding: 0 50px;
  color: #fff;
  margin: 20px; }

.show-info-bottom {
  display: block;
  margin-top: 10px; }
  .show-info-bottom > p {
    display: inline-block;
    font-size: 12px; }
  .show-info-bottom > a {
    display: inline-block;
    padding: 0 10px;
    letter-spacing: 5px;
    float: right;
    background-color: #1675bb;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px; }
  .show-info-bottom > a:hover {
    background-color: #1D4C75; }

.info-img {
  width: 100%;
  height: 200px;
  overflow: hidden; }
  .info-img > img {
    height: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
    clear: both; }

.bar-hot {
  width: 205px;
  float: right; }

.hot-school,
.hot-topic {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 2px #ddd;
  overflow: hidden;
  background-color: #fff; }
  .hot-school > dt,
  .hot-topic > dt {
    background-color: #dbefff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #1675bb;
    margin-bottom: 5px; }
  .hot-school > dd,
  .hot-topic > dd {
    width: 89px;
    overflow: hidden;
    margin-top: 5px;
    float: left;
    padding: 0 6px; }
    .hot-school > dd > a,
    .hot-topic > dd > a {
      display: block;
      width: 100%;
      font-size: 12px;
      text-align: center;
      line-height: 25px; }
      .hot-school > dd > a > p,
      .hot-topic > dd > a > p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .hot-school > dd > a > img,
      .hot-topic > dd > a > img {
        width: auto;
        height: 60px;
        margin: 0 auto;
        display: block;
        clear: both; }
    .hot-school > dd > a:hover,
    .hot-topic > dd > a:hover {
      color: #1675bb; }

dl.hot-topic {
  margin-top: 58px;
  padding-bottom: 15px; }
  dl.hot-topic > dd {
    width: 100%;
    box-sizing: border-box;
    clear: both;
    padding: 0 10px; }
    dl.hot-topic > dd > a {
      display: block;
      width: 100%;
      font-size: 14px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: left;
      color: #1675bb; }
  dl.hot-topic > dd:hover {
    background-color: #dbefff; }

/*分页*/
.pageing {
  float: right;
  margin: 20px 0 30px; }
  .pageing > li > a {
    display: block;
    padding: 0 13px;
    line-height: 35px;
    font-size: 14px;
    background-color: #e3e1e1;
    margin: 0 5px;
    color: #000;
    box-shadow: 0 0 2px #ddd;
    border-radius: 3px; }
  .pageing > li > a.on, .pageing > li > a:hover {
    background-color: #1675bb;
    color: #fff; }

/******************
|footer
****************/
.footer {
  width: 100%;
  min-width: 1100px;
  background-color: #2e2d35;
  /*  background: url("../images/footer.jpg");*/
  padding: 18px 0 20px;
  margin-top: 100px; }
  .footer > .m-content {
    position: relative; }
    .footer > .m-content h2 {
      font-size: 16px;
      line-height: 35px;
      margin-bottom: 20px;
      color: #fff; }

.foot-dl,
.foot-dl-big {
  box-sizing: border-box;
  width: 20%;
  height: 120px;
  display: inline-block;
  float: left;
  padding-left: 30px;
  margin-bottom: 15px; }
  .foot-dl > dt,
  .foot-dl-big > dt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 微软雅黑, 'Microsoft Yahei', Arial, Helvetica, sans-serif, 宋体; }
  .foot-dl > dd,
  .foot-dl-big > dd {
    font-size: 12px;
    line-height: 20px;
    color: #fff; }
    .foot-dl > dd a,
    .foot-dl-big > dd a {
      color: #fff; }
    .foot-dl > dd > a:hover,
    .foot-dl-big > dd > a:hover {
      color: #1675bb; }

.foot-dl {
  border-right: 1px solid #fff; }

.foot-dl:nth-child(6) {
  border-right: none; }

.foot-dl-big > dd {
  box-sizing: border-box;
  padding-left: 10px;
  position: relative; }
.foot-dl-big > dd:before {
  content: ' ';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #fff;
  border-radius: 5px; }

.icp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px; }

.foot-school-name {
  color: #1675bb;
  display: inline-block;
  padding: 0 15px; }
  .foot-school-name a {
    color: #fff;
    font-size: 22px;
    font-weight: bold; }

select {
  border: solid 1px #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 14px;
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent; }

select::-ms-expand {
  display: none; }

/********
|index
********/
.bg-img {
  width: 100%; }
  .bg-img > li {
    width: 165px;
    height: 165px;
    margin-right: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative; }
    .bg-img > li > img {
      display: block;
      height: 165px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .bg-img > li:nth-child(6n) {
    margin-right: 0 !important; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.mask dl.mask-alert {
  box-sizing: border-box;
  width: 461px;
  display: block;
  padding: 0 70px;
  margin: 80px auto 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 3px #404040;
  overflow: hidden; }
  .mask dl.mask-alert > dt {
    width: 461px;
    position: relative;
    top: 0;
    left: -70px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 15px 70px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #45494a; }
  .mask dl.mask-alert > dd {
    margin-top: 10px; }
    .mask dl.mask-alert > dd .form-name {
      width: 80px;
      color: #000; }
    .mask dl.mask-alert > dd > input, .mask dl.mask-alert > dd > select {
      color: #000; }

.mask-link-sm {
  color: #fff;
  font-size: 14px;
  margin-left: 60px; }

.mask-link-sm:hover {
  color: #0078c1; }

p.page-route-text {
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  padding-left: 0 !important; }
  p.page-route-text .emphasize {
    color: red; }

input::-webkit-input-placeholder {
  font-size: 10px !important;
  font-family: "Microsoft Yahei", Arial; }

input:-moz-placeholder {
  font-size: 10px !important;
  font-family: "Microsoft Yahei", Arial; }

input:-ms-input-placeholder {
  font-size: 10px !important;
  font-family: "Microsoft Yahei", Arial; }

/******
|result
******/
.result-img-big {
  width: auto;
  height: 280px;
  margin-top: 10px; }

.mainColor {
  color: #1675bb !important; }

.school-info-big-left,
.school-info-big-right {
  width: 340px;
  display: inline-block; }
  .school-info-big-left > dt,
  .school-info-big-right > dt {
    font-size: 18px;
    line-height: 50px;
    font-weight: bold; }
    .school-info-big-left > dt > h4,
    .school-info-big-right > dt > h4 {
      display: inline-block;
      font-size: 14px; }
    .school-info-big-left > dt > a,
    .school-info-big-right > dt > a {
      display: inline-block;
      font-size: 20px;
      font-weight: bold;
      color: #1675bb; }
    .school-info-big-left > dt > a:hover,
    .school-info-big-right > dt > a:hover {
      text-decoration: underline; }
  .school-info-big-left > dd,
  .school-info-big-right > dd {
    line-height: 30px;
    position: relative; }
    .school-info-big-left > dd img,
    .school-info-big-right > dd img {
      width: 15px;
      height: 15px; }
    .school-info-big-left > dd > button,
    .school-info-big-right > dd > button {
      margin-top: 10px;
      margin-bottom: 10px;
      background-image: none;
      background-color: #dbefff; }
      .school-info-big-left > dd > button > a,
      .school-info-big-right > dd > button > a {
        padding: 0 15px;
        margin: 25px 0;
        line-height: 30px;
        font-size: 10px;
        color: #292929 !important; }
    .school-info-big-left > dd > button:nth-child(2),
    .school-info-big-right > dd > button:nth-child(2) {
      position: absolute;
      top: 0px;
      right: -170px; }
    .school-info-big-left > dd > button:hover,
    .school-info-big-right > dd > button:hover {
      background-color: #0e87e3; }
      .school-info-big-left > dd > button:hover a,
      .school-info-big-right > dd > button:hover a {
        color: #fff !important; }

.result-name {
  display: inline-block;
  width: 120px; }

.result-value {
  color: #939597; }
  .result-value > a {
    color: #569ccf; }
  .result-value > a:hover {
    text-decoration: underline; }

.school-info-big-right {
  width: 250px;
  vertical-align: top; }

.school-info-sm-div:nth-of-type(2n) {
  margin-right: 0; }

.school-info-sm-div {
  margin-right: 45px; }

.school-info-sm {
  display: inline-block;
  width: 295px; }
  .school-info-sm > p {
    margin-top: 20px; }
  .school-info-sm > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 10px;
    box-shadow: 0 1px 2px 1px #f5f3f3;
    background-color: #fff; }
    .school-info-sm > a > img {
      width: auto;
      height: 145px; }
    .school-info-sm > a > p {
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      color: #858587; }
  .school-info-sm > a:hover p {
    color: #1675bb; }

.school-info-sm.left {
  margin-right: 50px; }

/********
|personal
********/
.personal-info {
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px #ddd;
  padding-bottom: 100px;
  margin-bottom: 100px; }
  .personal-info > dt > img {
    width: 190px;
    height: 130px; }
  .personal-info > dt > .upload-img {
    width: 190px;
    height: 130px;
    display: inline-block;
    position: relative; }
    .personal-info > dt > .upload-img > img {
      width: auto;
      height: 100%; }
  .personal-info > dt > a.btn-linear {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    width: 100px;
    padding: 0 8px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(-180deg, #FAD961 0%, #F76B1C 100%);
    border-radius: 2px;
    overflow: hidden; }
    .personal-info > dt > a.btn-linear > input[type='file'] {
      cursor: pointer;
      position: absolute;
      left: -80%;
      opacity: 0;
      filter: alpha(opacity=0);
      font-size: 26px; }
    .personal-info > dt > a.btn-linear > a:hover {
      text-decoration: underline; }
  .personal-info dd {
    border-top: 1px solid #f4f4f4;
    padding: 8px 0; }
    .personal-info dd > button {
      padding: 0 30px;
      margin-top: 20px;
      margin-left: 200px;
      line-height: 30px;
      font-size: 14px;
      color: #fff; }

.person-name {
  display: inline-block;
  width: 176px;
  text-align: right;
  margin-right: 20px; }

.person-value > input, .person-value > select {
  width: 250px;
  height: 25px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #8b8c8d;
  border-radius: 3px;
  box-shadow: 0 0 2px #ddd; }
.person-value > textarea {
  width: 250px;
  box-sizing: border-box;
  padding: 10px;
  height: 100px;
  vertical-align: top; }

.person-error {
  color: #a3a3a3;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px; }

.modify-title {
  padding-left: 50px !important;
  line-height: 50px;
  font-size: 18px; }

.modify-notes {
  padding-left: 50px !important;
  color: #8b8c8d;
  font-size: 14px; }

/**
 *╭══════════╮
 *║  &文章
 *╰══════════╯
 */
.article {
  width: 810px;
  display: inline-block;
  padding: 20px 30px;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
  min-height: 1000px; }
  .article h2 {
    line-height: 3;
    text-align: center;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 20px; }
  .article p {
    line-height: 1.8; }

.ueditor {
  background-color: #fff;
  margin-top: 1px;
  padding: 20px 20px;
  box-sizing: border-box; }
  .ueditor span {
    margin-bottom: 30px; }

#container {
  height: 500px; }

.page-error {
  text-align: center;
  margin: 100px auto; }

.center-admin-btn {
  line-height: 3;
  color: #fff;
  margin: 30px 0 30px 30px;
  padding: 0 15px; }
  .center-admin-btn a {
    color: #fff !important; }

.center-admin-update {
  line-height: 3;
  color: #fff;
  width: 370px;
  margin: 30px 0 30px 98px;
  padding: 0 15px; }

table.gridtable {
  margin-left: 100px;
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #c6c6c6;
  border-collapse: collapse; }
  table.gridtable caption {
    font-size: 20px;
    line-height: 3; }

table.gridtable th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #c6c6c6;
  font-size: 16px;
  background-color: #f5f5f5; }

table.gridtable td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #c6c6c6;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px; }
  table.gridtable td input {
    border: 1px solid #c6c6c6;
    line-height: 22px;
    text-align: center; }
  table.gridtable td a:hover {
    text-decoration: underline;
    color: #1e92ea; }

/*字体*/
@font-face {
  font-family: 'zexiao';
  src: url("fonts/zexiao.eot?mnzft1");
  src: url("fonts/zexiao.eot?mnzft1#iefix") format("embedded-opentype"), url("fonts/zexiao.ttf?mnzft1") format("truetype"), url("fonts/zexiao.woff?mnzft1") format("woff"), url("fonts/zexiao.svg?mnzft1#zexiao") format("svg");
  font-weight: normal;
  font-style: normal; }
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'zexiao' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cancel:before {
  content: "\e900"; }

.icon-edit:before {
  content: "\e901"; }

.icon-play:before {
  content: "\e902"; }

.icon-setting:before {
  content: "\e903"; }

/*# sourceMappingURL=style.css.map */
