@charset "UTF-8";
html {
  font-family: "Microsoft YaHei";
  color: #000000;
  font-size: 16px;
  height: 100%;
  width: 100%;
  background: #f9f9f9;
}

a {
  text-decoration: none;
  color: #000;
}

.tem-header {
  height: 90px;
  background-color: #fff;
}
.tem-header .inner {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.tem-header .inner .QR-code-area {
  position: absolute;
  background: #fff;
  right: 0;
  z-index: 10;
  height: 35px;
  line-height: 35px;
}
.tem-header .inner .QR-code-area .login {
  cursor: pointer;
}
.tem-header .inner .QR-code-area i {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  padding: 0 12px;
  font-style: normal;
}
.tem-header .inner .QR-code-area .line {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1px;
  background-color: #c9c9c9;
  height: 16px;
  margin-right: 20px;
}
.tem-header .inner .QR-code-area .wechart-QR-code {
  opacity: 0;
  filter: Alpha(opacity=0);
  position: absolute;
  left: -15px;
  z-index: 999;
  top: 30px;
  width: 204px;
  height: 246px;
  background: url("../images/icon/wechart-QR.png");
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: opacity 0.3s,  transform .3s;
  -moz-transition: opacity 0.3s,  transform .3s;
  -ms-transition: opacity 0.3s,  transform .3s;
  -o-transition: opacity 0.3s,  transform .3s;
  transition: opacity 0.3s, transform .3s;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.tem-header .inner .QR-code-area .hover-icon {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tem-header .inner .QR-code-area .icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.tem-header .inner .QR-code-area .wechart-icon {
  background: url("../images/icon/wechart.png");
}
.tem-header .inner .QR-code-area .weibo-icon {
  background: url("../images/icon/weibo.png");
}
.tem-header .inner .logo {
  float: left;
}
.tem-header .inner .logo a {
  display: inline-block;
  text-indent: -9999px;
  width: 176px;
  height: 84px;
  background: url("../images/icon/logo.png") center no-repeat;
}
.tem-header .inner .nav {
  float: right;
}
.tem-header .inner .nav li:hover .nav-tit {
  color: #38a6be;
}
.tem-header .inner .nav li {
  overflow: hidden;
  float: left;
}
.tem-header .inner .nav li dl {
  display: none;
  position: absolute;
  border-top: 4px solid #38a6be;
  top: 90px;
  z-index: 9999;
  background-color: #ffffff;
}
.tem-header .inner .nav li dl dt:hover {
  background-color: #f8f8f8;
}
.tem-header .inner .nav li dl dt:hover a {
  color: #38a6be;
}
.tem-header .inner .nav li dl dt {
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #eeeeee;
  width: 176px;
  overflow: hidden;
}
.tem-header .inner .nav li dl dt a {
  height: 20px;
  float: left;
  text-indent: 10px;
  font-size: 14px;
}
.tem-header .inner .nav li dl dt .arrow-gray {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/icon/arrow-gray.png") no-repeat;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.tem-header .inner .nav li dl .line-bottom-none {
  border-bottom: none;
}
.tem-header .inner .nav li .nav-tit {
  font-size: 16px;
  display: inline-block;
  color: #333;
  height: 52px;
  line-height: 52px;
  padding: 40px 16px 0 16px;
  position: relative;
}
.tem-header .inner .nav li .nav-tit .star {
  width: 16px;
  height: 19px;
  top: 16px;
  right: 10px;
  position: absolute;
  background: url("../images/icon/star2.png") no-repeat;
}
.tem-header .inner .nav .active {
  background-color: #38a6be;
}
.tem-header .inner .nav .active > a {
  color: #fff !important;
}

.tem-line {
  height: 4px;
  background: url("../images/icon/line.png") repeat-x;
  position: relative;
}
.tem-line .visit {
  position: absolute;
  top: 60px;
  right: 6%;
  z-index: 999;
  text-align: center;
}
.tem-line .visit p {
  line-height: 25px;
}

.tem-footer {
  height: 138px;
  background-color: #333333;
  position: relative;
  margin-top: 100px;
}
.tem-footer .top-arrow {
  display: none;
  position: fixed;
  width: 52px;
  height: 52px;
  background: #f29b76 url("../images/icon/i-to-top.png") 0 -57px no-repeat;
  text-align: center;
  bottom: 10px;
  right: 0;
  cursor: pointer;
  -webkit-transition: background-position 0.15s;
  -moz-transition: background-position 0.15s;
  transition: background-position 0.15s;
}
.tem-footer .top-arrow span {
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
  width: 30px;
  line-height: 18px;
  color: #fff;
}
.tem-footer .top-arrow:hover {
  background-position: 0 2px;
}
.tem-footer .to-top {
  position: absolute;
  top: 23px;
  margin-left: 50%;
  left: -41px;
  width: 100px;
  text-align: center;
  background-color: #333333;
  height: 100px;
}
.tem-footer .to-top .top-bar {
  background-color: #000000;
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  display: none;
  position: absolute;
  top: -26px;
}
.tem-footer .to-top .top-bar span {
  display: block;
  text-indent: 10px;
  background: url("../images/icon/to-top.png") 21px center no-repeat;
}
.tem-footer .to-top img {
  margin-top: 20px;
  height: 52px;
  width: 52px;
}
.tem-footer .to-top:hover {
  cursor: pointer;
}
.tem-footer .footer-text {
  width: 1000px;
  margin: 0 auto;
}
.tem-footer .footer-text .left-bar {
  float: left;
}
.tem-footer .footer-text .left-bar a {
  color: #777;
}
.tem-footer .footer-text .left-bar a:hover {
  text-decoration: underline;
}
.tem-footer .footer-text .left-bar p {
  line-height: 138px;
  font-size: 12px;
  color: #777777;
}
.tem-footer .footer-text .right-bar {
  float: left;
  margin-left: 160px;
}
.tem-footer .footer-text .right-bar a {
  vertical-align: middle;
  line-height: 138px;
  font-size: 14px;
  color: #c3c3c3;
}
.tem-footer .footer-text .right-bar .dot {
  color: #c3c3c3;
  font-size: 20px;
  margin: 0 12px;
  position: relative;
  top: -2px;
}
.tem-footer .footer-text .right-bar .QR-code-area {
  float: right;
  position: relative;
}
.tem-footer .footer-text .right-bar .QR-code-area .wechart-QR-code {
  opacity: 0;
  filter: Alpha(opacity=0);
  position: absolute;
  left: -65px;
  z-index: 999;
  top: 67px;
  width: 204px;
  height: 246px;
  background: url("../images/icon/wechart-QR.png");
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: opacity 0.3s,  transform .3s;
  -moz-transition: opacity 0.3s,  transform .3s;
  -ms-transition: opacity 0.3s,  transform .3s;
  -o-transition: opacity 0.3s,  transform .3s;
  transition: opacity 0.3s, transform .3s;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.tem-footer .footer-text .right-bar .QR-code-area .hover-icon {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tem-footer .footer-text .right-bar .QR-code-area .icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.tem-footer .footer-text .right-bar .QR-code-area .wechart-icon {
  background: url("../images/icon/wechart.png");
}
.tem-footer .footer-text .right-bar .QR-code-area .weibo-icon {
  background: url("../images/icon/weibo.png");
}
.tem-footer .footer-text .right-bar a:hover {
  color: #38a6be;
  cursor: pointer;
}
.tem-footer .footer-text .right-bar .follow {
  vertical-align: middle;
  font-size: 14px;
  color: #777777;
}
.tem-footer .footer-text .right-bar .follow:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #cccccc;
  margin: 0 15px;
  position: relative;
  top: 3px;
}
.tem-footer .footer-text .right-bar .s-wechart {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon/f-wechart.jpg") no-repeat;
  margin: 0 5px;
  position: relative;
}
.tem-footer .footer-text .right-bar .s-wechart .qr-wechart {
  display: none;
  height: 190px;
  width: 190px;
  position: absolute;
  top: -234px;
  left: -83px;
}
.tem-footer .footer-text .right-bar .s-wechart .qr-wechart span {
  position: absolute;
  top: 217px;
  left: 82px;
  display: inline-block;
  border: 14px solid #ffffff;
  width: 0;
  border-color: #ffffff transparent transparent transparent;
}
.tem-footer .footer-text .right-bar .s-weibo {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon/f-weibo.jpg") no-repeat;
  margin: 0 5px;
}

.tem-map-container {
  background: #f9f9f9;
}
.tem-map-container .tem-map {
  width: 1170px;
  margin: 0 auto;
}
.tem-map-container .tem-map-mall {
  text-align: center;
  z-index: 9999;
  padding: 28px 0 38px 0;
}
.tem-map-container .tem-search-box-left {
  border-right: none;
  width: 418px;
  border-radius: 5px 0px 0px 5px;
  background: #fff;
  text-indent: 1em;
}
.tem-map-container .tem-search-box-right {
  width: 60px;
  border-left: none;
  background: url(../images/icon/icon-search.png) no-repeat 50% 50% #ACACAC;
  background-size: 22px 22px;
  border-radius: 0px 5px 5px 0px;
}
.tem-map-container .tem-search-box {
  font-size: 0px;
}
.tem-map-container .tem-search-box.focus span {
  border-color: #80B6AD;
}
.tem-map-container .tem-search-box.focus span:nth-child(2) {
  background: url(../images/icon/icon-search.png) no-repeat 50% 50% #24A0BF;
}
.tem-map-container .tem-search-box > div {
  width: 482px;
  margin: 0 auto;
}
.tem-map-container .tem-search-box span {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  border: 1px solid;
  border-color: #ACACAC;
  font-size: 16px;
  vertical-align: middle;
}
.tem-map-container .tem-search-box input {
  outline: none;
  border: none;
  background: none;
  height: 44px;
  width: 100%;
  text-indent: 1em;
}

.in {
  font-size: 14px;
}

.tem-map-content {
  padding-top: 40px;
}

.tem-map-button {
  position: relative;
  height: 36px;
  line-height: 36px;
}
.tem-map-button span {
  color: #333;
  cursor: pointer;
}
.tem-map-button .tem-map-button-left {
  padding-right: 40px;
  background: url(../images/icon/icon-ie-open.png) no-repeat 60px 50%;
  background-color: #fff;
  width: 60px;
  display: inline-block;
  text-indent: 20px;
}
.tem-map-button .tem-map-button-right {
  font-size: 14px;
  position: absolute;
  right: 0;
  padding-right: 25px;
  background: url(../images/icon/icon-ie-research.png) no-repeat 69px 50%;
}

.tem-map-shop-type div {
  vertical-align: top;
  line-height: 24px;
}
.tem-map-shop-type span {
  cursor: pointer;
}

.tem-map-type-name {
  color: #646464;
  width: 100px;
  text-indent: 20px;
}

.tem-map-select-all {
  width: 90px;
}
.tem-map-select-all span {
  display: inline-block;
  padding: 0px 20px;
  color: #666666;
}
.tem-map-select-all span.select {
  background: #EF5C92;
  color: #fff;
}

.tem-map-select-list {
  width: 935px;
}
.tem-map-select-list span {
  display: inline-block;
  color: #666666;
  padding: .3em .7em;
}
.tem-map-select-list span:hover {
  color: #EF5C92;
  text-decoration: underline;
}
.tem-map-select-list span.select {
  background: #EF5C92;
  color: #fff;
}

.pad-bar {
  padding: 10px 0;
  background: #fff;
}
.pad-bar li {
  padding: 16px 0;
  border-bottom: 1px dotted #fff;
}
.pad-bar li:last-child {
  border-bottom: none;
}

.tem-map-bottom {
  margin-right: -21px;
}
.tem-map-bottom .item {
  margin: 21px 21px 0 0;
  width: 274px;
  height: 274px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeeee;
  transition: all .3s ease;
}
.tem-map-bottom .item:hover {
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.tem-map-bottom .item-message {
  position: absolute;
  height: 274px;
  width: 274px;
  bottom: 0px;
}
.tem-map-bottom .item-img {
  text-align: center;
  line-height: 274px;
  height: 274px;
  position: relative;
}
.tem-map-bottom .item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  display: block !important;
  margin-left: -82px;
  margin-top: -100px;
}

.item-message-txtbox, .item-message-bg, .item-message-tail {
  height: 90px;
  position: absolute;
}

.item-message-txtbox, .item-message-bg {
  bottom: -30px;
}

.item-message-bg {
  width: 276px;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  transition: all .3s ease;
}

.item-message-txtbox {
  color: #b7b7b7;
  padding: 0 10px;
  width: 256px;
  transition: all .3s ease;
}
.item-message-txtbox > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.item-message-txtbox .item-message-tail {
  bottom: 0;
  width: inherit;
  background: url(../images/icon/icon-ie-tail.png) no-repeat 245px 13px;
}
.item-message-txtbox .item-message-name {
  color: #fff;
  margin: 8px 0;
  font-size: 16px;
}
.item-message-txtbox .item-message-position {
  margin: 5px 0;
  height: 19px;
}

.item-message-goodhand {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: none;
}

.item-message-tagbox {
  position: absolute;
  top: 0;
  left: 5px;
}
.item-message-tagbox > div {
  margin-right: 6px;
}

.item-message-tag-sell, .item-message-tag-vip, .item-message-tag-shop {
  width: 23px;
  height: 32px;
  display: none;
}

.item:hover .item-message-txtbox, .item:hover .item-message-bg {
  bottom: 0;
}

.item.sell .item-message-tag-sell {
  display: inline-block;
  background: url(../images/icon/icon-ie-sell.png) no-repeat 0px 0px;
}

.item.shop .item-message-tag-shop {
  display: inline-block;
  background: url(../images/icon/icon-ie-shop.png) no-repeat 0px 0px;
}

.item.vip .item-message-tag-vip {
  display: inline-block;
  background: url(../images/icon/icon-ie-vip.png) no-repeat 0px 0px;
}

.item.goodhand .item-message-goodhand {
  display: block;
  background: url(../images/icon/shop-list-icon.png) no-repeat 0 0;
}

.tem-pager {
  margin: 30px auto 0px auto;
  width: 387px;
  color: #333;
  padding-bottom: 80px;
}

.pager-prev, .pager-next, .pager-list {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.pager-prev, .pager-next {
  border: 1px solid #646464;
  padding: 0 10px;
  cursor: pointer;
}

.pager-prev {
  margin-right: 5px;
}

.disabled {
  color: #ACACAC;
  border: 1px solid #ACACAC;
}

.pager-list > li {
  width: 28px;
  text-align: center;
  border: 1px solid #646464;
  display: inline-block;
  color: #333;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.pager-list > li:hover {
  color: #EF5C92;
}
.pager-list > li.select {
  border: 1px solid #EF5C92;
  background: #EF5C92;
  color: #fff;
}

html {
  min-width: 1181px;
  overflow-x: hidden;
}

.tem-bread-nav {
  background-color: #ffffff;
}
.tem-bread-nav .content {
  position: relative;
  height: 45px;
}
.tem-bread-nav ul {
  position: absolute;
  right: 0;
}
.tem-bread-nav li {
  line-height: 45px;
}
.tem-bread-nav li:first-child {
  display: inline-block;
  padding-left: 11px;
  background: url(../images/icon/tem-bread-nav-icon.png) no-repeat 0 50%;
}
.tem-bread-nav li:first-child :before {
  content: "";
  display: inline-block;
}
.tem-bread-nav li :before {
  content: ">";
  margin: 0 3px;
  display: inline-block;
}
.tem-bread-nav a {
  color: #646464;
}

.tem-banner {
  height: 198px;
}
.tem-banner img {
  width: auto;
  height: 198px;
  position: absolute;
  width: 1919px;
  left: 50%;
  margin: 0 0 0 -960px;
}

.content {
  width: 1181px;
  overflow: hidden;
  margin: 0 auto;
}

.tem-tap {
  background: #f9f9f9;
  padding-top: 40px;
  min-height: 710px;
}
.tem-tap .tem-tap-btn-box {
  border-bottom: 2px solid #1FBBA6;
}
.tem-tap .tem-tap-btn-box:before {
  content: "";
  display: inline-block;
  padding-left: 40px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  padding-top: 2px;
  margin-bottom: -2px;
  background: url(../images/icon/activity-list-icon.png) no-repeat 0 50%;
}
.tem-tap .tem-tap-btn-box li {
  width: 160px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  color: #646464;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  font-size: 16px;
  margin-right: 1px;
}
.tem-tap .tem-tap-btn-box li a {
  display: block;
  color: #646464;
}
.tem-tap .tem-tap-btn-box li.choose a {
  background: #1FBBA6;
  color: #fff;
}

.tem-tap-box {
  margin-right: -20px;
}

.tem-tap-item {
  width: 381px;
  background: #fff;
  margin: 19px 19px 0 0;
}
.tem-tap-item .tem-tap-img {
  width: 370px;
  height: 270px;
  margin: 5px auto 30px auto;
}
.tem-tap-item .tem-tap-img img {
  width: 100%;
  height: 100%;
}

.tem-tap-item:hover {
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.tem-meg-btn a:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #1FBBA6;
}

.tem-meg-title {
  background: url(../images/icon/activity-list-icon-active.png) no-repeat 0 50%;
  text-indent: 80px;
}

.tem-meg-txt {
  font-size: 14px;
  color: #646464;
  padding: 15px;
}

.tem-meg-txt-2 {
  padding: 0 15px 21px 15px;
  border-bottom: 1px solid #F3F1F2;
  color: #646464;
}
.tem-meg-txt-2 span, .tem-meg-txt-2 i {
  display: inline-block;
  text-indent: 26px;
}
.tem-meg-txt-2 span {
  background: url(../images/icon/activity-list-icon-time.png) no-repeat 0 50%;
}
.tem-meg-txt-2 i {
  font-style: normal;
  margin-left: 26px;
  background: url(../images/icon/activity-list-icon-address.png) no-repeat 0 50%;
}

.tem-meg-btn {
  padding: 20px 0;
}
.tem-meg-btn a {
  background: #fff;
  border: 1px solid #1FBBA6;
  color: #1FBBA6;
  width: 123px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  display: block;
  transition: all .5s ease;
}

.tem-title-btn-box {
  border-bottom: 2px solid #23A0BF;
}

.tem-title-btn-box:before {
  content: "";
  display: inline-block;
  padding-left: 40px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  padding-top: 2px;
  margin-bottom: -2px;
  background: url(../images/icon/activity-list-icon.png) no-repeat 0 50%;
}

.tem-title-btn-box li {
  width: 160px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  color: #646464;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  font-size: 16px;
  margin-right: 1px;
}
.tem-title-btn-box li a {
  display: block;
  color: #646464;
}
.tem-title-btn-box li.choose a {
  background: #23A0BF;
  color: #fff;
}

.txt-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tem-share {
  width: 180px;
  height: 22px;
  line-height: 22px;
  text-align: left;
  display: inline-block;
  padding-bottom: 32px;
}
.tem-share .tem-share-label {
  background: url(../images/icon/brand-detail-share.png) no-repeat 0 50%;
  padding-left: 33px;
  vertical-align: middle;
  color: #646464;
  font-size: 14px;
}
.tem-share .tem-share-qq, .tem-share .tem-share-wechat, .tem-share .tem-share-weibo {
  width: 22px;
  height: 22px;
  margin: 0 4px;
  vertical-align: middle;
  display: inline-block;
}
.tem-share .tem-share-qq {
  background: url(../images/icon/brand-detail-qq.png) no-repeat 0 50%;
}
.tem-share .tem-share-wechat {
  background: url(../images/icon/brand-detail-wechat.png) no-repeat 0 50%;
}
.tem-share .tem-share-weibo {
  background: url(../images/icon/brand-detail-weibo.png) no-repeat 0 50%;
}
.tem-share .jiathis_style_32x32 {
  text-align: left;
  text-indent: 0px;
}
.tem-share .jiathis_style_32x32 .jtico {
  background: none;
  width: 22px;
  height: 22px !important;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0px !important;
}

#magic-pager {
  font-size: 14px;
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
#magic-pager .tang-pager-normal,
#magic-pager .tang-pager-next,
#magic-pager .tang-pager-last,
#magic-pager .tang-pager-first,
#magic-pager .tang-pager-previous {
  color: #646464;
  border: 1px solid #646464;
}
#magic-pager .tang-pager-first,
#magic-pager .tang-pager-last {
  display: none;
}
#magic-pager .tang-pager-first:hover {
  color: #ef5c93;
}
#magic-pager .tang-pager-previous:hover {
  color: #ef5c93;
}
#magic-pager .tang-pager-next:hover {
  color: #ef5c93;
}
#magic-pager :hover {
  color: #ef5c93;
}
#magic-pager .tang-pager-normal:hover {
  color: #ef5c93;
}
#magic-pager .tang-pager-current {
  font-weight: normal;
  background-color: #ef5c93;
  color: #ffffff;
  border: 1px solid #ef5c93;
}

#magic-pager .createPage {
  padding: 0 8px;
  display: inline-block;
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  color: #B5B5B5;
  border: 1px solid #b5b5b5;
}
#magic-pager .createPage:hover {
  color: #B5B5B5;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  /*background: #29d;*/
  background: #EF5C92;
  position: fixed;
  z-index: 20000000000000000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.tem-nodata {
  font-size: 16px;
  padding: 50px 0;
  color: #646464;
  border-bottom: 2px solid #F3F1F2;
  text-align: center;
  width: 100%;
  display: none;
}

/*鐧诲綍*/
.login-mark-box {
  display: none;
}
.login-mark-box .login-mark {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
}
.login-mark-box .login-mes-box {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 450px;
  height: 320px;
  z-index: 20000;
  /*border-top: 4px solid #EF5C93;*/
  margin: -160px 0 0 -225px;
}
.login-mark-box .login-close-btn {
  position: absolute;
  right: -30px;
  top: 0;
  cursor: pointer;
}
.login-mark-box .login-mes-logo {
  text-align: center;
  padding: 40px 0 36px 0;
}
.login-mark-box .login-content {
  width: 360px;
  margin: 0 auto;
  border-top: 1px solid #EEEEEE;
  text-align: center;
}
.login-mark-box .login-content .login-btn-01 {
  margin-top: 20px;
}
.login-mark-box .login-content .login-btn-02 {
  margin-top: 20px;
}

.com-post-container {
  display: none;
}
.com-post-container .mark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.com-post-container .com-post-box {
  width: 900px;
  height: 660px;
  background: #fff;
  border-radius: 0 35px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -300px auto auto -450px;
  z-index: 30;
}
.com-post-container .com-post-box > div {
  width: 780px;
  margin: 0 auto;
}
.com-post-container .com-post-box .t {
  line-height: 78px;
  color: #999999;
  font-size: 14px;
}
.com-post-container .com-post-box .t span {
  color: #FF5A66;
}
.com-post-container .com-post-box .line {
  width: 900px;
  border-bottom: 1px solid #E3E3E3;
}
.com-post-container .com-post-box .title {
  line-height: 38px;
  height: 38px;
  padding: 45px 0 0 0;
  font-size: 14px;
}
.com-post-container .com-post-box .title span, .com-post-container .com-post-box .title input, .com-post-container .com-post-box .title label {
  float: left;
  height: 38px;
  line-height: 38px;
}
.com-post-container .com-post-box .title span i, .com-post-container .com-post-box .title input i, .com-post-container .com-post-box .title label i {
  color: #FF5A66;
  font-style: normal;
  padding: 0 3px;
}
.com-post-container .com-post-box .title label {
  padding-right: 20px;
  color: #333333;
}
.com-post-container .com-post-box .title input {
  height: 34px;
  line-height: 34px;
  text-indent: 1em;
  width: 500px;
}
.com-post-container .com-post-box .title span {
  font-size: 12px;
  padding-left: 20px;
  color: #999999;
}
.com-post-container .com-post-box > .img {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 20px 0;
}
.com-post-container .com-post-box > .img label i {
  color: #FF5A66;
  font-style: normal;
  padding: 0 3px;
}
.com-post-container .com-post-box > .img .img-up-load {
  margin-top: 5px;
  width: 52px;
  height: 39px;
  background: url(../images/icon/img-upload.png) no-repeat 50% 50%;
  background-size: 50%;
  border: 1px solid #a9a9a9;
  overflow: hidden;
}
.com-post-container .com-post-box > .img .img-up-load input {
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.com-post-container .com-post-box > .img span {
  padding-left: 20px;
  color: #999999;
  font-size: 12px;
}
.com-post-container .com-post-box > .img span i {
  font-weight: 12px;
  color: #FF5A66;
  font-style: normal;
  padding: 0 3px;
}
.com-post-container .com-post-box > .img label {
  padding-right: 20px;
  color: #333333;
}
.com-post-container .com-post-box .textarea > label {
  padding-right: 20px;
}
.com-post-container .com-post-box .textarea > div {
  width: 715px;
}
.com-post-container .com-post-box .textarea > label, .com-post-container .com-post-box .textarea > div {
  color: #333333;
  float: left;
  font-size: 14px;
}
.com-post-container .com-post-box .textarea > label > i, .com-post-container .com-post-box .textarea > div > i {
  color: #FF5A66;
  font-style: normal;
  padding: 0 3px;
}
.com-post-container .com-post-box .btn-box {
  padding: 20px 0 20px 0;
}
.com-post-container .com-post-box .btn-box div {
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
.com-post-container .com-post-box .btn-box .post {
  background: #EF5C93;
  margin: 0 20px 0 60px;
  color: #fff;
}
.com-post-container .com-post-box .btn-box .clear {
  background: #F4F4F4;
  font-size: 16px;
  color: #666666;
}
.com-post-container .com-post-box .close-btn {
  background: url(../images/icon/com-icon-05.png) no-repeat 50% 50%;
  background: auto;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
