html, body {
  background-color: #f9f9f9;
  font-size: 16px;
  color: #ffffff;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.com-pop {
  display: none;
}

.pop-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0%;
  top: 0;
  background-color: #000000;
  opacity: .5;
  z-index: 99999;
}

.pop-cont {
  width: 800px;
  height: 419px;
  position: fixed;
  top: 310px;
  left: 50%;
  margin-left: -400px;
  z-index: 99999;
}
.pop-cont .close {
  position: absolute;
  height: 48px;
  width: 48px;
  background: #1FBBA6 url("../images/icon/d-x.png") center center no-repeat;
  right: -48px;
  top: 0;
  cursor: pointer;
}
.pop-cont .close:hover {
  background-color: #EF5C93;
}
.pop-cont .l-area {
  float: left;
  width: 460px;
  height: 419px;
  background: url("../images/icon/d-bkg2.png") center center no-repeat;
}
.pop-cont .l-area h3 {
  margin: 30px 0;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.pop-cont .l-area dl {
  padding: 0 30px;
  line-height: 26px;
  color: #ffffff;
  font-size: 14px;
}
.pop-cont .l-area dl dt {
  float: left;
  width: 24px;
  text-align: left;
}
.pop-cont .l-area dl dd {
  float: left;
  width: 376px;
}
.pop-cont .r-area {
  float: left;
  width: 340px;
  height: 417px;
  border-top: 2px solid #EF5C93;
  background-color: #ffffff;
}
.pop-cont .r-area h3 {
  margin: 30px 0;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #EF5C93;
}
.pop-cont .r-area dl {
  padding-left: 28px;
  margin-bottom: 20px;
  font-size: 0;
}
.pop-cont .r-area dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  text-align: right;
  color: #646464;
  font-size: 14px;
}
.pop-cont .r-area dl dd {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 16px;
}
.pop-cont .r-area dl dd .activity-name {
  font-style: normal;
  width: 206px;
  overflow: hidden;
}
.pop-cont .r-area dl dd input {
  border: 1px solid #c9c9c9;
  width: 204px;
  height: 18px;
  padding: 6px 0;
  text-indent: 8px;
  color: #646464;
  font-size: 14px;
}
.pop-cont .r-area dl dd .warning {
  border: 1px solid #EF5C93;
  color: #EF5C93;
  background: url("../images/icon/d-close.png") 187px 10px no-repeat;
  text-indent: 113px;
}
.pop-cont .r-area dl dd .select-wrap {
  position: relative;
}
.pop-cont .r-area dl dd .select-wrap #s-join {
  display: inline-block;
  border: 1px solid #c9c9c9;
  width: 204px;
  height: 18px;
  padding: 6px 0;
  text-indent: 8px;
  color: #646464;
  font-size: 14px;
}
.pop-cont .r-area dl dd .select-wrap .warning-border {
  border: 1px solid #EF5C93 !important;
}
.pop-cont .r-area dl dd .select-wrap .arrow-down {
  position: absolute;
  right: 0;
  top: -4px;
  border-left: 1px solid #c9c9c9;
  display: inline-block;
  width: 26px;
  height: 30px;
  cursor: pointer;
  background: url("../images/icon/d-down-arrow.png") center center no-repeat;
}
.pop-cont .r-area dl dd .select-wrap .drop-down {
  display: none;
  position: absolute;
  width: 204px;
  border-right: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  background-color: #ffffff;
  z-index: 100000;
}
.pop-cont .r-area dl dd .select-wrap .drop-down ul li {
  height: 28px;
  line-height: 28px;
  text-indent: 8px;
  color: #333333;
  font-size: 14px;
}
.pop-cont .r-area dl dd .select-wrap .drop-down ul li:hover {
  background-color: #F3F1F2;
  cursor: pointer;
}
.pop-cont .r-area .r-submit {
  width: 278px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 0;
  margin-left: 36px;
  background-color: #EF5C93;
  color: #ffffff;
  display: block;
  cursor: pointer;
}

.result {
  color: #646464;
  background-color: #ffffff;
  height: 220px;
  width: 440px;
  border-top: 2px solid #EF5C93;
  text-align: center;
  font-size: 14px;
  position: fixed;
  left: 50%;
  top: 100px;
  margin-left: -220px;
  z-index: 99999;
}
.result h4 {
  color: #EF5C93;
  margin-top: 28px;
  margin-bottom: 18px;
  font-size: 30px;
}
.result .bottom-bar {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid #F3F1F2;
  height: 100px;
}
.result .bottom-bar .seconds {
  color: #EF5C93;
  display: inline-block;
}
.result .bottom-bar .back {
  color: #75CEC0;
}

.com-wrap {
  width: 1180px;
  margin: 0 auto;
}

.sign-up {
  margin-top: 30px;
}
.sign-up .sign-up-pic {
  float: left;
  width: 700px;
  height: 525px;
}
.sign-up .sign-up-info {
  float: right;
  width: 460px;
}
.sign-up .sign-up-info .top-area {
  height: 128px;
  padding: 20px;
  background: #ffffff right top no-repeat;
}
.sign-up .sign-up-info .top-area h2 {
  color: #000;
  font-size: 25px;
  font-weight: normal;
}
.sign-up .sign-up-info .top-area .date-time {
  font-size: 14px;
  color: #ef5c93;
}
.sign-up .sign-up-info .top-area .time-loca {
  text-indent: 28px;
  line-height: 30px;
  color: #646464;
  margin-top: 46px;
}
.sign-up .sign-up-info .top-area .time-loca .l-bar {
  float: left;
  background: url("../images/icon/d-clock.png") left center no-repeat;
}
.sign-up .sign-up-info .top-area .time-loca .r-bar {
  float: right;
  background: url("../images/icon/d-location.png") left center no-repeat;
}
.sign-up .sign-up-info .middle-area {
  margin-top: 1px;
  width: 460px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  background-color: #ffffff;
}
.sign-up .sign-up-info .middle-area .btn-sign-end {
  display: none;
  width: 218px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #646464;
  background-color: #646464;
}
.sign-up .sign-up-info .middle-area .btn-sign-in,
.sign-up .sign-up-info .middle-area .btn-sign-detail {
  display: none;
  width: 218px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #1fbba6;
  background-color: #1fbba6;
}
.sign-up .sign-up-info .middle-area .btn-sign-in:hover {
  background-color: #ffffff;
  color: #1fbba6;
  border: 1px solid #1fbba6;
}
.sign-up .sign-up-info .bottom-area {
  display: none;
  padding: 20px;
  margin-top: 1px;
  height: 215px;
  background: url("../images/icon/d-bkg.png") repeat-x;
  font-size: 0;
}
.sign-up .sign-up-info .bottom-area h3 {
  color: #646464;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
.sign-up .sign-up-info .bottom-area .seller-show {
  display: inline-block;
}
.sign-up .sign-up-info .bottom-area .seller-show ul li {
  float: left;
  width: 110px;
  margin-right: 10px;
}
.sign-up .sign-up-info .bottom-area .seller-show ul li img {
  width: 100%;
  height: 110px;
  display: block;
}
.sign-up .sign-up-info .bottom-area .seller-show ul li p {
  text-indent: 2px;
  width: 110px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #646464;
  font-size: 14px;
  background-color: #f3f1f2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.sign-up .sign-up-info .bottom-area .more-seller {
  display: inline-block;
  width: 60px;
  height: 138px;
  cursor: pointer;
  background: #f3f1f2 url("../images/icon/d-more.png") center center no-repeat;
}

.picScroll-left {
  display: none;
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  height: 190px;
}
.picScroll-left .arrow {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 65px;
  right: 20px;
  cursor: pointer;
}
.picScroll-left .next {
  top: 99px;
  background: #f3f1f2 url("../images/icon/d-r-green-arrow.png") center center no-repeat;
}
.picScroll-left .prev {
  top: 26px;
  background: #f3f1f2 url("../images/icon/d-l-green-arrow.png") center center no-repeat;
}
.picScroll-left .nextStop {
  background-image: url("../images/icon/d-r-white-arrow.png");
}
.picScroll-left .prevStop {
  background-image: url("../images/icon/d-l-white-arrow.png");
}
.picScroll-left .bd {
  padding: 20px 0 20px 10px;
}
.picScroll-left .bd .picList {
  height: 150px;
  zoom: 1;
  overflow: hidden;
}
.picScroll-left .bd .picList li {
  margin-left: 10px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left .bd .picList li .pic {
  cursor: pointer;
  text-align: center;
  position: relative;
}
.picScroll-left .bd .picList li .pic .pic-wrap {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: #000000;
  opacity: 0.8;
  height: 204px;
  line-height: 148px;
}
.picScroll-left .bd .picList li .pic a img {
  width: 204px;
  height: 148px;
  display: block;
  border: 1px solid #f3f1f2;
}

.content-bar {
  margin-top: 15px;
  background-color: #ffffff;
  position: relative;
}
.content-bar .beginning {
  display: none;
}
.content-bar .ending {
  display: none;
}
.content-bar .detail-title {
  width: 100%;
  background-color: #F3F1F2;
  font-size: 0;
  overflow: hidden;
}
.content-bar .detail-title li {
  vertical-align: middle;
  position: relative;
  bottom: -2px;
  display: inline-block;
  background-color: #1FBBA6;
  margin-right: 2px;
  border-bottom: 2px solid #1FBBA6;
  border-top: 2px solid #1FBBA6;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}
.content-bar .detail-title .active {
  border-top: 2px solid #EF5C93;
  border-bottom: 2px solid #ffffff;
  color: #EF5C93;
  background-color: #ffffff;
  margin-right: -2px;
  margin-left: -2px;
  font-size: 18px;
}
.content-bar h3 {
  margin-top: -2px;
  border-top: 2px solid #1FBBA6;
  font-weight: normal;
  text-align: center;
  color: #EF5C93;
  font-size: 30px;
  padding: 30px 0;
}
.content-bar .des {
  text-indent: 34px;
  color: #646464;
  font-size: 0;
  text-align: center;
  margin: 0 auto 30px;
}
.content-bar .des .des-com-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 6px 0;
  margin-right: 48px;
}
.content-bar .des .time {
  background: url("../images/icon/d-gray-clock.png") left center no-repeat;
}
.content-bar .des .location {
  background: url("../images/icon/d-gray-location.png") left center no-repeat;
}
.content-bar .des .share {
  background: url("../images/icon/d-share-icon.png") left center no-repeat;
}
.content-bar .des .share span {
  margin-right: 14px;
}
.content-bar .des .share .share-icon {
  display: inline-block;
  width: 19px;
  height: 16px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.content-bar .des .share .s-qq {
  background: url("../images/icon/d-qq-icon.png") left center no-repeat;
}
.content-bar .des .share .s-wechart {
  background: url("../images/icon/d-wechart-icoo.png") left center no-repeat;
}
.content-bar .des .share .s-weibo {
  background: url("../images/icon/d-weibo-icon.png") left center no-repeat;
}
.content-bar .detail-content {
  padding: 50px;
  color: #000000;
  border-top: 1px solid #f5f3f4;
}
.content-bar .detail-content img {
  width: 100%;
}
