/* 遮罩层 */
.iden-hint-wrap {
  font-size: 24px;
  color: #fff;
  position: fixed;
  height: 60px;
  line-height: 60px;
  left: 50%;
  top: 100px;
  z-index: 999999;
  padding: 0 35px;
  border-radius: 5px;
  transform: translateX(-50%);
}
.iden-hint-wrap.succeed {
  background-color: #5cb85c;
}
.iden-hint-wrap.warning {
  background-color: #f0ad4e;
}
.iden-hint-wrap.danger {
  background-color: #d9534f;
}
.iden-hint-wrap.default {
  background-color: rgba(0, 0, 0, 0.6);
}
.close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.close-rt:hover {
  color: #ddd;
}
/**分页按钮样式**/
body {
  background: #f8f8f8;
}
.main-banner {
  margin-bottom: 60px;
}
.main-banner .banner-con {
  height: 500px;
  background-color: #f6b8d1;
  background-size: 1500px 500px;
  background-position: center;
}
.main-banner .banner-con .details {
  position: relative;
  padding: 30px;
  top: 131px;
  height: 308px;
  width: 500px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto;
}
.main-banner .banner-con .logo {
  position: absolute;
  top: -70px;
  left: 180px;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.main-banner .banner-con .logo img {
  position: relative;
  width: 140px;
  margin: 0 -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-banner .banner-con .txt {
  position: relative;
  top: 56px;
  max-height: 200px;
  overflow: hidden;
}
.main-banner .banner-con .txt h3 {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.main-banner .banner-con .txt p {
  margin-top: 20px;
  line-height: 32px;
}
.main {
  margin-top: 50px;
}
.main #noMessage {
  display: none;
  text-align: center;
  color: #666;
  width: 100%;
  background: #fff;
  margin: 0 0;
  padding: 100px 0;
}
.main #noMessage .null_content_img {
  background: url(/img/newdesign/null-pic.png) no-repeat center;
  background-size: 100%;
  width: 540px;
  height: 344px !important;
  margin: 0 auto;
}
.main #design_loading,
.main .design_loading {
  height: 544px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-top: 72px;
}
.main #design_loading img,
.main .design_loading img {
  display: block;
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
.main .tcdPageCode {
  display: none;
  min-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.main .tcdPageCode .page-num {
  display: none;
  box-shadow: none;
  background: transparent;
}
.main .tcdPageCode a,
.main .tcdPageCode span {
  display: inline-block;
  height: 35px;
  line-height: 33px;
  width: 44px;
  margin: 0 7px;
  color: #333;
  background-color: #ffffff;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: .3s;
}
.main .tcdPageCode .txt {
  background: transparent;
  width: auto;
}
.main .tcdPageCode .input-content {
  min-width: auto;
}
.main .tcdPageCode .short-page {
  width: 74px;
}
.main .tcdPageCode .short-page.disabled {
  display: none;
}
.main .tcdPageCode .current {
  text-decoration: none;
  color: #fff;
  background: #ec008c;
}
.main .tcdPageCode a:hover {
  border-color: #ec008c !important;
  background: #fff;
  color: #ec008c;
}
.main .tcdPageCode .goto-page:hover {
  border-color: #ec008c !important;
  background: #ec008c;
  color: #fff;
}
.main .tcdPageCode.page-content .input-content {
  width: auto;
  background: transparent;
}
.main .tcdPageCode.page-content .input-content input {
  width: 44px;
  vertical-align: middle;
  height: 100%;
  border: 0;
  outline: none;
  color: #666;
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 6px;
}
.main .tcdPageCode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.main .tcdPageCode.page-content .input-content span {
  cursor: pointer;
  border: 1px solid transparent;
}
.main .tcdPageCode.page-content .page-num {
  width: auto;
  padding: 0 5px;
}
.task-list {
  *zoom: 1;
}
.task-list:before,
.task-list:after {
  content: " ";
  display: table;
}
.task-list:after {
  clear: both;
}
.task-list li {
  background: #fff;
}
.task-list .design-img {
  height: 196px;
}
.task-list .design-img img {
  width: 100%;
  height: 100%;
}
.task-list .design-title {
  margin-top: 15px;
  margin-bottom: 8px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.task-list .design-price {
  margin-bottom: 8px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.task-list .design-price .price {
  color: #ff6000;
  font-size: 14px;
  margin-left: 3px;
}
.task-list .time {
  margin-bottom: 8px;
  font-size: 12px;
  text-align: center;
  color: #999;
}
.task-list .btns {
  text-align: center;
  margin-bottom: 16px;
  font-size: 12px;
}
.task-list .btns .btn {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #ec008c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.task-list .btns .btn.disabled {
  background: #999;
}
.task-list .btns .btn.disabled {
  background: #999;
  cursor: no-drop;
}
.task-list .info {
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #999;
}
.task-list .info .read-count,
.task-list .info .invite-count {
  float: left;
  text-align: center;
  width: 50%;
  height: 40px;
  line-height: 40px;
}
.task-list .info .read-count {
  border-right: 1px solid #eee;
}
.footer {
  margin-top: 60px;
}
/*# sourceMappingURL=singlefirm.css.map */