body {
  background-color: #fff;
  padding-top: 75px;
  font-family: 'Microsoft YaHei', simHei, Arial, sans-serif, Verdana;
  color: #706f6f;
}
#header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #fff;
}
textarea {
  resize: none !important;
}
.logo {
  /*width:180px;*/
  font-weight: 600;
  /*padding-right: 25px;*/
}
.logo img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sign-container {
  margin-top: 30px;
  margin-bottom: 60px;
}
.sign-in a {
  color: #0e3765;
  font-weight: 500;
}
.sign-in span.fa {
  margin-right: 5px;
  color: #ff552e;
}
.sign-user {
  color: #c4d0e4;
  font-size: 20px;
  margin-right: 5px;
}
.form-submit {
  background-color: #124395;
  transition: background-color 0.5s;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-submit:hover {
  background-color: #002d7a;
}
.form-container {
  background-color: #fff;
  padding: 25px 30px 35px 30px;
  font-size: 16px;
}
#form-sign-in .fa-question-circle {
  font-size: 20px;
  margin-right: 5px;
  color: #e3e5ea;
}

#form-sign-in .fa-question-circle:hover {
  color: #3f4048;
}
#form-sign-in a:focus {
  outline: none;
}
.h3-title {
  font-weight: 700;
  font-size: 24px;
}
.sign-up {
  margin-top: 30px;
  background-color: #f1a121;
  transition: background-color 0.5s;
  color: #ffffff;
  font-family: 'Roboto Condensed', 'Microsoft YaHei', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  display: inline-block;
}
.sign-up:hover {
  text-decoration: none;
  background-color: #e19400;
  color: #fff;
}
@media (min-width: 992px) {
  .form-container {
    width: 84%;
    margin: 0 10px;
  }
  .form-left {
    float: left;
  }
  .form-right {
    float: right;
  }
  .socialtools {
    text-align: left;
  }
  .message {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .md-center img {
    margin: 0 auto;
    max-width: 300px;
  }
  .socialtools {
    text-align: center;
  }
  .form-margin-bottom {
    margin-bottom: 30px;
  }
}
.form-sign-up {
  background-color: #f1a121;
  transition: background-color 0.5s;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-sign-up:hover {
  background-color: #e19400;
}
.socialtools {
  padding: 20px;
}
.socialtools li a img {
  width: 34px;
  height: 46px;
  display: inline-block;
  border-radius: 5px;
  padding-bottom: 12px;
}
.footer {
  background-color: #092646;
}
.footer-padding {
  padding: 30px 0;
}
.footer-border {
  border-top: 1px solid rgba(112, 111, 111, 0.5);
  font-size: 11px;
  padding: 15px 0;
}
.message {
  color: #be1200;
  padding: 11px 17px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: solid 1px #efc4bf;
  font-size: 16px;
  display: none;
}
.message.error {
  display: block;
}

.footer .title {
  font-size: 20px;
  padding: 5px 0;
  font-weight: 400;
  color: #fff;
}
.remind {
  position: relative;
  color: #be1200;
  border: solid 1px #efc4bf;
  background-color: #fcf3f2;
  padding: 11px 35px 15px 10px;
  display: none;
}
.remind .sign {
  font-size: 20px;
  position: absolute;
  top: 13px;
  right: 15px;
}
.edit-submit {
  width: auto;
}
.experience-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.experience .time-wrapper {
  position: relative;
}
.experience .time-arrow-right {
  position: absolute;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.experience .time-arrow-down {
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.experience label {
  font-size: 14px;
  font-weight: 400;
}
.experience .time-middle {
  height: 60px;
}
@media (min-width: 768px) {
  .experience .time-arrow-right {
    display: block;
  }
  .experience .time-arrow-down {
    display: none;
  }
}
.fun-search {
  float: left;
  width: 50%;
}
.footer a {
  color: #fff;
}
.sign-in img {
  padding-right: 5px;
  margin-top: -3px;
  height: 15px;
}
.more-btn {
  margin-bottom: 25px;
}
/*
 * 页数按钮样式
 */
.page_div {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'microsoft yahei';
  color: #666666;
  margin-right: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}

.page_div a {
  min-width: 30px;
  height: 28px;
  border: 1px solid #dce0e0 !important;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  line-height: 28px;
  color: #666666;
  font-size: 13px;
  display: inline-block;
}

#firstPage,
#lastPage {
  width: 50px;
  color: #0073a9;
  border: 1px solid #0073a9 !important;
}

#prePage,
#nextPage {
  width: 70px;
  color: #0073a9;
  border: 1px solid #0073a9 !important;
}

.page_div .current {
  background-color: #0073a9;
  border-color: #0073a9;
  color: #ffffff;
}

.totalPages {
  margin: 0 10px;
}

.totalPages span,
.totalSize span {
  color: #0073a9;
  margin: 0 5px;
}
.neirong-box {
  border-radius: 8px;
  background-color: #f9f9f9;
  width: 100%;
  padding: 20px;
}
