@charset "UTF-8";
/* 评论、登录注册页 */
/* 评论end */
/* 评论、登录注册页 */
/* 评论end */
.padding40 {
  padding-left: 40px;
  padding-right: 40px; }

.padding-bottom50 {
  padding-bottom: 50px; }

.padding-bottom100 {
  padding-bottom: 100px; }

.margin-top50 {
  margin-top: 50px; }

.margin-top20 {
  margin-top: 20px; }

.min-height480 {
  min-height: 480px; }

.min-height650 {
  min-height: 650px; }

.w100 {
  width: 100% !important; }

/* ================
   整个项目布局 START
   ================ */
.header {
  /* margin-bottom: 30px; */
  width: 100%;
  height: 80px;
  background: #fff; 
  border-bottom: 3px solid #F73B42;
}

.header-content {
  position: relative;
  padding-top: 17px;
  width: 1080px;
  height: 80px;
  text-align: right; }
  .header-content .logo {
    position: absolute;
    left: 0;
    top: 17px; }
    .header-content .logo a {
      display: block; }
  .header-content img {
    display: inline-block;
    vertical-align: middle; }
  .header-content .sub-title {
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 84px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #e72d2d;
    border-radius: 3px; }
  .header-content .user-info {
    font-size: 16px; }
    .header-content .user-info a, .header-content .user-info .user-avatar, .header-content .user-info .user-name span {
      display: inline-block;
      vertical-align: middle;
      color: #222; }
  .header-content .user-name span {
    margin: 0 10px; }
  .header-content .login, .header-content .quit {
    padding: 0 15px;
    border-left: 1px solid #ddd; }
  .header-content .user-avatar {
    width: 46px;
    height: 46px;
    border-radius: 55%; }
  .header-content .user-info a.publish {
    width: 92px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #e72d2d;
    border-radius: 3px; }
  .header-content .user-info a.back-index {
    width: 92px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #222; }

.container {
  position: relative;
  width: 1080px; }

.main-content {
  margin-left: 200px; }

.content {
  position: relative;
  width: 880px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px; }

.left-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px; }
  .left-side .main-menu h3 {
    padding-left: 64px;
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 16px;
    font-weight: normal; }
  .left-side li {
    width: 100%; }
  .left-side .left-side-icon {
    background: url("./../img/left-side-icon.png") no-repeat; }
  .left-side .article {
    background-position: 35px -49px; }
  .left-side .analyse {
    background-position: 35px -99px; }
  .left-side .account {
    background-position: 35px -148px; }
  .left-side .enterprise {
    background-position: 35px -199px; }
  .left-side .main-menu a {
    padding-left: 64px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #222; }
  .left-side .main-menu a:hover {
    color: #999; }
  .left-side .main-menu a:active, .left-side .main-menu .active, .left-side .main-menu .active:hover {
    color: #fff;
    background: #e72d2d;
    cursor: pointer; }
  .left-side .main-menu a.home {
    padding-left: 37px; }
  .left-side .main-menu > li > .active, .left-side .main-menu > li > .active:hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .left-side .active, .left-side .active:hover {
    cursor: pointer; }
    .left-side .active .home-icon, .left-side .active:hover .home-icon {
      background: url("./../img/home-icon-white.png") no-repeat 0 1px;
      background-size: 18px 17px; }
  .left-side .home-icon {
    margin-right: 5px;
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    background: url("./../img/home-icon.png") no-repeat 0 1px;
    background-size: 18px 17px; }

.footer {
  margin: 20px 0;
  font-size: 14px;
  text-align: center; }
  .footer li {
    display: inline-block;
    color: #999;
    border-left: 1px solid #bebebe; }
    .footer li:last-child, .footer li:first-child {
      border-left: 0; }
    .footer li a {
      display: block;
      padding: 0 5px;
      color: #999; }

.total {
  margin-bottom: 20px;
  padding-top: 33px;
  width: 880px;
  height: 150px;
  color: #222;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px; }
  .total ul {
    width: 100%; }
  .total h1 {
    margin-bottom: 14px;
    font-size: 34px;
    font-weight: normal; }
  .total li {
    position: relative;
    width: 33%;
    height: inherit;
    font-size: 0; }
    .total li p {
      font-size: 20px; }
    .total li:first-child {
      border-left: 0; }
    .total li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 9px;
      width: 1px;
      height: 55px;
      background: #ddd; }
  .total li:first-child:before {
    width: 0; }

/* ==============
   整个项目布局 END
   ============== */
/* ==============
   分页 START
   ============== */
.pagination {
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-left: -50%;
  padding: 20px 0;
  width: 100%;
  text-align: center; }
  .pagination a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #222;
    font-size: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 3px; }
  .pagination ul {
    font-size: 0; }
  .pagination ul li a:hover, .pagination ul li .page-active {
    color: #fff;
    background: #e72d2d;
    border: 1px solid #e72d2d; }
  .pagination ul, .pagination ul li, .pagination a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px; }
  .pagination .pre, .pagination .next {
    background: url("./../img/arrow.png") no-repeat; }
  .pagination .pre:hover, .pagination .next:hover {
    background: #e72d2d url("./../img/arrow-white.png") no-repeat;
    border: 1px solid #e72d2d; }
  .pagination .pre {
    background-position: 9px 6px; }
  .pagination .next {
    background-position: -6px 6px; }
  .pagination .pre:hover {
    background-position: 9px 6px; }
  .pagination .next:hover {
    background-position: -6px 6px; }
  .pagination .ellipsis {
    line-height: 14px; }

/* ==============
   分页 END
   ============== */
/* ==============
   右侧导航 START
   ============== */
.main-nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f5f5f5; }
  .main-nav ul li {
    display: inline-block; }
    .main-nav ul li a {
      margin-right: 25px;
      display: inline-block;
      height: 58px;
      line-height: 58px;
      font-size: 18px;
      color: #222; }
    .main-nav ul li a:hover, .main-nav ul li .main-nav-active {
      color: #e72d2d;
      border-bottom: 3px solid #e72d2d; }

/* ===========
   右侧导航 END
   =========== */
/* =====================
   审核阶段 头部导航 START
   ===================== */
.settled-menu {
  width: 100%;
  font-size: 0;
  height: 58px;
  border-bottom: 1px solid #E9E9E9; }
  .settled-menu li {
    display: inline-block;
    width: 33.333%;
    text-align: center; }
    .settled-menu li a {
      display: block;
      height: 58px;
      line-height: 58px;
      font-size: 20px;
      color: #999; }
    .settled-menu li a:hover, .settled-menu li a.settled-menu-active {
      color: #e72d2d;
      border-bottom: 2px solid #e72d2d; }

.settled-wrapper {
  width: 1080px;
  background: #fff; }

/* ====================
   审核阶段 头部导航 END
   ==================== */
/* =====================
   审核阶段 底部导航 START
   ===================== */
.footer-position {
  position: fixed;
  left: 50%;
  bottom: 26px;
  width: 1080px;
  margin-left: -540px !important;
  text-align: center; }

.footer-center {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 1080px;
  text-align: center; }

/* =====================
   审核阶段 底部导航 END
   ===================== */
/* ==================
   入驻信息 START
   ================== */
.w820 {
  width: 820px; }

.w800 {
  width: 800px; }

/* ==================
   入驻信息 END
   ================== */
/* =======================================
   登录注册、审核中详情信息这块输入框的样式 START
   ======================================= */
select,
textarea,
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="password"],
input[type="number"],
input[type="email"],
button {
  border-color: #e9e9e9;
  outline: none; }

select {
  color: #222; }

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
button:focus {
  box-shadow: 0 0 4px 0 rgba(34, 34, 34, 0.14) !important;
  border-color: #e9e9e9;
  outline: none; }

.error-input {
  border-color: #e72d2d !important; }

.error-msg {
  position: absolute;
  left: 0;
  top: -18px;
  color: #e72d2d;
  font-size: 14px; }

/* =======================================
   登录注册、审核中详情信息这块输入框的样式 END
   ======================================= */
/* ==================
   提交失败提示 START
   ================== */
.fail-tip {
  position: fixed;
  left: 50%;
  bottom: 0;
  margin-left: -540px;
  width: 1080px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #e72d2d;
  z-index: 1000 !important; }

/* ==================
   提交失败提示 END
   ================== */
/* ==============
   登录窗口，确认提交窗口 popup START
   ============== */
.mask-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1004; }

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -320px;
  margin-left: -434px;
  width: 868px;
  height: 640px;
  background: #fff;
  z-index: 10005;
  border-radius: 3px; }
  .popup-content .upload-title {
    padding-left: 50px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #e9e9e9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .popup-content .close {
    position: absolute;
    right: 50px;
    top: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100009; }
  .popup-content .file-panel {
    margin-top: 15px; }
  .popup-content .upload-big-img {
    width: 490px;
    height: 492px; }
  .popup-content .upload-min-img {
    width: 200px;
    height: 200px; }
  .popup-content .upload-main {
    padding: 0 50px; }
    .popup-content .upload-main .upload-btn {
      margin-top: 14px;
      line-height: 24px; }
      .popup-content .upload-main .upload-btn .input-file {
        position: relative; }
      .popup-content .upload-main .upload-btn .input-file-btn {
        position: absolute;
        left: 0;
        top: 0; }
    .popup-content .upload-main .input-file-opacity0 {
      margin-right: 10px;
      width: 100px;
      height: 24px;
      opacity: 0; }
    .popup-content .upload-main .input-file-btn {
      display: inline-block;
      width: 100px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      color: #222;
      font-size: 14px;
      border-radius: 3px;
      border: 1px solid #999;
      z-index: -10; }
    .popup-content .upload-main .min-file {
      position: relative;
      height: 492px; }
    .popup-content .upload-main .define-btn {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -80px;
      display: block;
      width: 160px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      background: #e72d2d;
      border-radius: 3px; }

.determine-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -215px;
  padding-top: 75px;
  width: 430px;
  height: 260px;
  text-align: center;
  background: #fff;
  z-index: 10005; }
  .determine-popup .close2 {
    position: absolute;
    right: 20px;
    top: 11px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 100009; }
  .determine-popup p {
    font-size: 16px;
    color: #222;
    line-height: 1.7; }
  .determine-popup .red-btn {
    color: #fff;
    background: #e72d2d; }
  .determine-popup .gray-btn {
    color: #222;
    background: #e9e9e9; }
  .determine-popup .normal-btn {
    margin-top: 30px;
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px; }
  .determine-popup .not-canceled {
    margin-left: 5px; }

.cover-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -350px;
  width: 700px;
  height: 600px;
  background: #fff;
  z-index: 10006;
  border-radius: 3px;
  overflow: hidden; }
  .cover-popup .close2 {
    position: absolute;
    right: 23px;
    top: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 100009; }
  .cover-popup .popup-title {
    padding-left: 22px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5; }
  .cover-popup .cover-list {
    padding: 0 22px;
    margin-top: 24px;
    font-size: 0;
    height: 430px;
    overflow: auto; }
    .cover-popup .cover-list label {
      position: relative;
      margin: 0 5px 10px;
      width: 153px;
      height: 112px;
      display: inline-block;
      overflow: hidden;
      background: #a6a6a6;
      border-radius: 4px;
      border: 1px solid #bbb; }
    .cover-popup .cover-list .cover-img {
      position: relative;
      width: 157px;
      height: 112px;
      overflow: hidden;
      border-radius: 3px; }
    .cover-popup .cover-list .cover-img-checkbox {
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      width: 157px;
      height: 112px;
      z-index: 20;
      border-radius: 3px;
      opacity: 0;
      background: transparent; }
    .cover-popup .cover-list .active-icon {
      content: '';
      display: block;
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 24px;
      height: 24px;
      font-style: normal;
      background: url("./../img/active-icon.png") no-repeat top center;
      background-size: cover;
      z-index: 20;
      opacity: 0; }
    .cover-popup .cover-list .cover-img-checkbox:checked ~ .active-icon {
      opacity: 1; }
    .cover-popup .cover-list .cover-img-checkbox:checked ~ .cover-img {
      -webkit-filter: brightness(0.4);
      filter: brightness(0.4); }
  .cover-popup .btn-panel {
    /* position: absolute;
    bottom: 40px;
    width: 100%;*/
    text-align: center;
    font-size: 0;
    margin-top: 20px; }
  .cover-popup .normal-btn {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 3px; }
  .cover-popup .red-color {
    margin-right: 53px;
    color: #fff;
    background: #e72d2d; }
  .cover-popup .gray-color {
    color: #999;
    background: #e9e9e9; }

.pic-count-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -200px;
  width: 400px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  background: #fff;
  z-index: 10007;
  border-radius: 3px; }
  .pic-count-popup p {
    color: #222;
    font-size: 16px; }
  .pic-count-popup .close2 {
    position: absolute;
    right: 20px;
    top: 11px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 100009; }

/* popup END */
/* 新增公共样式 */
/* ==============
   时间控件 START
   ============== */
.input-daterange {
  position: absolute;
  left: 0;
  top: -4px;
  width: 400px;
  color: #999;
  font-size: 16px; }
  .input-daterange input[type="text"] {
    width: 140px;
    color: #999;
    font-size: 16px; }
  .input-daterange .wavy {
    width: 6px;
    margin-right: 12px;
    text-align: center;
    font-family: Helvetica, Arial, "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", sans-serif; }

/* ==============
   时间控件 END
   ============== */

/* =================
   main-footer START
   ================= */
.overflow-auto{
  overflow: auto;
}
.main-footer{
  width: 100%;
  height: 325px;
  color: #000;
  text-align: center;
  background: #f8f8f8;
  border-top: 1px solid #DADADA;
}
.footer-wrapper{
  width: 1080px;
  margin: 0 auto;
  background: #f8f8f8;
}
.footer-wrapper h5{
  position: relative;
  height: 86px;
  line-height: 86px;
  font-size: 16px;
}
.footer-wrapper h5:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  display: block;
  width: 30px;
  height: 4px;
  background: #E73F3F;
}
.links {
  padding-top:36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}
.links li{
  margin: 10px 6px;
  display: inline-block;
  text-align: center;
}
.links li a{
  font-size: 14px;
  color: #000;
}
.about {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}
.about li{
    margin: 10px 3px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #959595;
    padding-right: 9px;
}
.about li:last-child{
    margin: 10px 3px;
    display: inline-block;
    text-align: center;
    border-right: none;
    padding-right: 9px;
}
.about li a{
  font-size: 14px;
  color: #000;
}
.copyright{
  height: 78px;
  line-height: 78px;
}
/* =================
   main-footer END
   ================= */
/*# sourceMappingURL=mp-common.css.map */
