﻿@charset "UTF-8";
/* start 公共的 */
html, body {
  min-height: 100%;
}

.main {
  width: 750px;
  margin: 0 auto;
}

.jz700 {
  width: 700px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.titAll, .titYi, .titEr, .titErMax {
  font-size: 28px;
  color: #262626;
  line-height: 36px;
}

.titYi {
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.titEr {
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}

.titErMax {
  line-height: 36px;
  max-height: 72px;
  _max-height: 72px;
  overflow: hidden;
}

.wzAll, .wzYi, .wzEr, .wzErMax {
  font-size: 24px;
  color: #999;
  line-height: 32px;
}

.wzYi {
  line-height: 32px;
  height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.wzEr {
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}

.wzErMax {
  line-height: 32px;
  max-height: 64px;
  _max-height: 64px;
  overflow: hidden;
}

input::-webkit-input-placeholder {
  color: #bbb;
}

input:-moz-placeholder {
  color: #bbb;
}

input::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder {
  color: #bbb;
}

textarea::-webkit-input-placeholder {
  color: #bbb;
}

textarea:-moz-placeholder {
  color: #bbb;
}

textarea::-moz-placeholder {
  color: #bbb;
}

textarea:-ms-input-placeholder {
  color: #bbb;
}

/* end 公共的 */
/* start 标签 */
.label-black span, .label-white span, .label-color span {
  display: block;
  float: left;
  font-size: 22px;
  text-align: center;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.label-black span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
}

.label-white span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
}

.label-color span {
  color: #27A5F9;
  border: 1px solid #27A5F9;
}

/* end 标签 */
/* start 活动列表 */
.actList li {
  width: 340px;
  float: left;
  _display: inline;
  margin-right: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}

.actList li:nth-child(2n) {
  margin-right: 0;
}

.actList .pic {
  width: 340px;
  height: 226px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.actList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.actList .price {
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: #33c7c3;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0 18px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.actList .label-black {
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.actList .char {
  padding: 10px 16px;
  height: 122px;
  overflow: hidden;
}

.actList .titYi {
  margin-bottom: 14px;
}

.actList .wzYi {
  margin-bottom: 4px;
}

/* end 活动列表 */
/* start 艺术鉴赏列表 */
.artList {
  padding: 1px 0;
}

.artList li {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.artList .pic {
  width: 700px;
  height: 470px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.artList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.artList .black {
  width: 100%;
  height: 100%;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/bg1.png") no-repeat bottom center;
  position: absolute;
  left: 0;
  top: 0;
}

.artList .char {
  width: 660px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 25px;
}

.artList .titYi {
  color: #fafafa;
  margin-bottom: 18px;
}

.artList .titYi .play {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 27px;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/play2.png") no-repeat top left;
  margin-right: 12px;
}

.artList .wzYi {
  color: #fff;
}

.artList .label-white {
  margin-bottom: 18px;
}

/* end 艺术鉴赏列表 */
/* start 资讯列表 */
.infoList li {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.infoList .pic {
  width: 240px;
  height: 160px;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.infoList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.infoList .pic .play {
  display: block;
  width: 36px;
  height: 36px;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/play1.png") no-repeat center;
  position: absolute;
  left: 12px;
  bottom: 15px;
  z-index: 1;
}

.infoList .char {
  width: 435px;
  padding-top: 10px;
}

.infoList .titEr {
  margin-bottom: 14px;
}

/* end 资讯列表 */
/* start 场馆列表 */
.venueList li {
  padding: 16px 18px;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.venueList .pic {
  width: 240px;
  height: 148px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.venueList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.venueList .pic .play {
  display: block;
  width: 36px;
  height: 36px;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/play1.png") no-repeat center;
  position: absolute;
  left: 12px;
  bottom: 15px;
  z-index: 1;
}

.venueList .char {
  width: 404px;
}

.venueList .titYi {
  margin-bottom: 14px;
  margin-top: 10px;
}

.venueList .wzYi {
  margin-bottom: 10px;
}

.venueList .bz {
  color: #f4c255;
}

.venueList .add {
  font-size: 24px;
  color: #999;
  line-height: 32px;
  height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}

/* end 场馆列表 */
/* start 活动室列表 */
.roomIndexList .swiper-wrapper {
  display: block;
  height: auto;
}

.roomIndexList .swiper-slide {
  display: block;
  margin: 0 auto;
  width: 700px;
  height: 380px;
  margin-bottom: 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.roomIndexList .pic {
  width: 700px;
  height: 380px;
  position: relative;
  overflow: hidden;
}

.roomIndexList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.roomIndexList .char {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
}

.roomIndexList .titYi {
  width: 450px;
  margin: 0 auto;
  margin-top: 120px;
  color: #fff;
  text-align: center;
}

.roomIndexList .xian {
  width: 450px;
  height: 1px;
  margin: 30px auto;
  background-color: #fff;
}

.roomIndexList .cyfs {
  text-align: center;
}

.roomIndexList .cyfs .cfItem {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  margin: 0 8px;
  height: 44px;
  line-height: 44px;
}

.roomIndexList .cyfs .cfItem p {
  display: inline;
}

/* end 活动室列表 */
/* start 文化社团列表 */
.teamList {
  padding: 1px 0;
}

.teamList li {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
}

.teamList .pic {
  width: 225px;
  height: 150px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.teamList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.teamList .pic .play {
  display: block;
  width: 36px;
  height: 36px;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/play1.png") no-repeat center;
  position: absolute;
  left: 12px;
  bottom: 15px;
  z-index: 1;
}

.teamList .char {
  width: 455px;
  padding-top: 8px;
}

.teamList .titYi {
  margin-bottom: 14px;
}

.teamList .cyfs {
  font-size: 22px;
  color: #262626;
  line-height: 32px;
  margin-bottom: 14px;
  display: flex;
}

.teamList .cyfs .bz {
  font-size: 26px;
  width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #27A5F9;
  padding-left: 8px;
}

/* end 文化社团列表 */
/* start 个人中心 */
.memFixCommon {
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 5;
}

.memFixCommon a {
  display: block;
  float: left;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  margin-right: 24px;
}

.memFixCommon a.home {
  background-image: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/backHome.png");
}

.memTopInfo {
  width: 750px;
  height: 445px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.memBeforeLogin {
  margin-top: 110px;
}

.memBeforeLogin .tit {
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.memBeforeLogin .loreBtn {
  display: block;
  margin: 0 auto;
  width: 270px;
  height: 76px;
  line-height: 76px;
  background-color: #efc93a;
  font-size: 30px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.memAfterLogin {
  padding: 0 25px;
  margin-top: 60px;
}

.memAfterLogin .avatar {
  width: 220px;
  height: 220px;
  padding: 1px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}

.memAfterLogin .avatar .pic {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.memAfterLogin .avatar .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.memAfterLogin .avatar .sex {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 17px;
  z-index: 4;
}

.memAfterLogin .avatar .sex.man {
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/man.png") no-repeat center;
}

.memAfterLogin .avatar .sex.woman {
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/woman.png") no-repeat center;
}

.memAfterLogin .name {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.memFastIn {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
}

.memFastIn li {
  float: left;
  width: 33%;
  height: 170px;
  position: relative;
  border-left: 1px solid #f3f3f3;
}

.memFastIn li:first-child {
  border-left: 0;
}

.memFastIn .pic {
  display: block;
  height: 86px;
  width: auto;
  margin: 0 auto;
}

.memFastIn .wen {
  display: block;
  font-size: 30px;
  color: #7c7c7c;
  text-align: center;
  margin-top: 15px;
}

.memFastIn .tip {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f00;
  position: absolute;
  right: 54px;
  top: -5px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.memTermList {
  background-color: #fff;
  margin-bottom: 15px;
}

.memTermList li {
  width: 680px;
  padding: 0 10px;
  margin: 0 auto;
  border-bottom: 1px solid #f3f3f3;
}

.memTermList li a {
  display: block;
}

.memTermList .mLeft,
.memTermList .mRight,
.memTermList .arrow {
  height: 100px;
  line-height: 100px;
}

.memTermList .mLeft {
  width: 190px;
  float: left;
  _display: inline;
  font-size: 30px;
  color: #7c7c7c;
}

.memTermList .mRight {
  width: 415px;
  float: left;
  _display: inline;
  font-size: 28px;
  color: #7c7c7c;
  text-align: right;
}

.memTermList .arrow {
  width: 40px;
  float: right;
  _display: inline;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/arrow4.png") no-repeat right center;
}

/* start 个人中心 */
/* start 搜索 */
.seartouInput {
  padding: 20px 0;
  background-color: #27A5F9;
}

.seartouInput .back {
  display: block;
  width: 60px;
  height: 60px;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/arrow2.png") no-repeat center;
}

.seartouInput .numWenz {
  width: 660px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}

.seartouInput .txtDiv {
  width: 660px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.seartouInput .txtDiv .selXz {
  display: block;
  /* width: 120px; */
  padding-left: 10px;
  margin-right: 10px;
  border: none;
  background-color: #fff;
  font-size: 26px;
  color: #666;
  text-align: center;
  outline: none;
  height: 60px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/arrow3.png") no-repeat center right;
  /* box-sizing: border-box; */
}

.seartouInput .txtDiv .txt {
  display: block;
  /* width: 448px; */
  padding: 0 75px 0 15px;
  border: none;
  font-size: 26px;
  color: #666;
  line-height: 46px;
  outline: none;
  border-left: 1px solid #c1c1c1;
  margin-top: 7px;
}

.seartouInput .txtDiv .fsjBox {
  width: 85px;
  height: 60px;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/fsj1.png") no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.searchTitle {
  font-size: 30px;
  color: #333;
  margin-left: 25px;
  padding: 25px;
  position: relative;
  margin-top: 15px;
}

.searchTitle.searchXian {
  border-bottom: 1px solid #e4e4e4;
}

.searchTitle.searchXian:before {
  display: block;
  content: '';
  width: 7px;
  height: 24px;
  background-color: #27A5F9;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.hotSpan {
  padding: 30px 30px 80px 30px;
  overflow: hidden;
}

.hotSpanUl {
  margin-right: -20px;
}

.hotSpanUl li {
  display: block;
  float: left;
  width: 155px;
  border: 1px solid #27A5F9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-align: center;
  font-size: 26px;
  color: #999;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px;
}

.historySpanUl {
  margin-left: 25px;
}

.historySpanUl li {
  font-size: 26px;
  color: #999;
  border-bottom: 1px solid #e4e4e4;
  padding: 14px 25px;
  cursor: pointer;
}

.clearHistory {
  font-size: 28px;
  color: #27A5F9;
  text-align: center;
  padding: 60px 0;
  line-height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.clearHistory .iconfont {
  font-size: 28px;
  margin-right: 6px;
}

/* end 搜索 */


/* start 文化培训 */
.pxFilterWc {
  height: 80px;
}

.pxFilter {
  width: 750px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}

.pxFilter .shaiBox {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.pxFilter .shaiBox li {
  flex: 1;
  padding: 0 40px 0 20px;
  float: left;
  font-size: 30px;
  color: #666;
  line-height: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pxFilter .shaiBox li:before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.pxFilter .shaiBox li:first-child:before {
  display: none;
}

.pxFilter .shaiBox li .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 20px;
  top: 0;
}

.pxFilter .shaiBox li .x {
  display: block;
  width: 170px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -86px;
  bottom: 0;
}

.pxFilter .shaiBox li.cur {
color: #27A5F9;
}

.pxFilter .shaiBox li.cur .iconfont {
color: #27A5F9;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}

.pxFilter .shaiBox li.cur .x {
background-color: #27A5F9;
}



.pxFilter .shaiErjiWc {
  display: none;
  width: 750px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 79px;
  z-index: 1;
  border-top: 1px solid #7a7a7a;
}

.pxFilter .shaiErji {
  max-height: 810px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.pxFilter .shaiErji .item {
  padding: 0 35px;
  font-size: 30px;
  color: #333;
  height: 80px;
  border-bottom: 1px solid #f3f3f3;
}

.pxFilter .shaiErji .item .iconfont, .pxFilter .shaiErji .item .mz, .pxFilter .shaiErji .item .sl {
  line-height: 80px;
  height: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.pxFilter .shaiErji .item .iconfont {
  width: 40px;
  float: left;
  font-size: 24px;
  color: #fff;
}

.pxFilter .shaiErji .item .mz {
  max-width: 500px;
  float: left;
}

.pxFilter .shaiErji .item .sl {
  max-width: 390px;
  float: right;
}

.pxFilter .shaiErji .item.cur {
color: #27A5F9;
}

.pxFilter .shaiErji .item.cur .iconfont {
color: #27A5F9;
}

.peixunKong {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.peixunList {
  padding: 20px 0;
}

.peixunList li {
  width: 690px;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}

.peixunList .pic {
  width: 690px;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.peixunList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.peixunList .pxLabel {
  position: absolute;
  right: 30px;
  bottom: 33px;
}

.peixunList .pxLabel span {
  display: block;
  float: left;
  min-width: 98px;
  padding: 0 10px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 42px;
  margin-left: 10px;
}

.peixunList .char {
  padding: 20px 15px 10px 15px;
}

.peixunList .char .tit {
  font-size: 30px;
  color: #333;
  margin-bottom: 16px;
  line-height: 44px;
  height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.peixunList .char .time {
  font-size: 26px;
  color: #999;
  line-height: 38px;
  height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}

.peixunList .char .time .iconfont {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  font-size: 30px;
  color: #999;
}

.peixunList .bottBox {
  width: 660px;
  margin: 0 auto;
  border-top: 1px solid #e6e6e6;
}

.peixunList .bottBox .collect {
  float: left;
  font-size: 24px;
  color: #999;
  line-height: 78px;
  /*padding-left: 50px;*/
  margin-left: 12px;
}

.peixunList .bottBox .collect .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 34px;
  color: #999;
  position: relative;
  top: -2px;
  margin-right: 16px;
}

.peixunList .bottBox .collect .icon-xin2 {
  display: none;
}

.peixunList .bottBox .collect.cur .iconfont {
color: #27A5F9;
}

.peixunList .bottBox .collect.cur .icon-xin {
  display: none;
}

.peixunList .bottBox .collect.cur .icon-xin2 {
  display: inline-block;
}

.peixunList .bottBox .people {
  float: right;
  font-size: 24px;
  color: #ccc;
  line-height: 78px;
}

.peixunList .bottBox .people i {
  font-style: normal;
  font-size: 36px;
color: #27A5F9;
}

.pxOrderList {
  padding: 20px 0;
}

.pxOrderList li {
  padding: 0 30px 20px 30px;
  background-color: #fff;
  margin-bottom: 20px;
}

.pxOrderList .topBox {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.pxOrderList .topBox .hao {
  float: left;
  width: 430px;
  font-size: 24px;
  color: #333;
  line-height: 62px;
  height: 62px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.pxOrderList .topBox .shi {
  float: right;
  width: 260px;
  font-size: 20px;
  color: #bfbfbf;
  text-align: right;
  line-height: 62px;
  height: 62px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.pxOrderList .pic {
  width: 240px;
  height: 220px;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.pxOrderList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.pxOrderList .pic .type {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background-color: rgba(0, 0, 0, 0.7);
}

.pxOrderList .char {
  width: 430px;
  float: right;
}

.pxOrderList .char .tit {
  font-size: 28px;
  color: #333;
  margin-bottom: 16px;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.pxOrderList .char .wz {
  font-size: 24px;
  color: #999;
  line-height: 34px;
  height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 13px;
}

.pxOrderList .char .tuid {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
}

.pxOrderList .char .outOrder {
  float: right;
  width: 116px;
  margin-left: 16px;
  font-size: 22px;
color: #27A5F9;
text-align: center;
border: 1px solid #27A5F9;
line-height: 42px;
height: 42px;
-webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
}
.pxOrderList .char .outOrder.gray {
  color: #ccc;
  border: 1px solid #ccc;
}

.pxd-cover {
  width: 750px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.pxd-cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.pxd-biao {
  padding: 30px 30px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.pxd-biao .tit {
  width: 540px;
  font-size: 28px;
  color: #333;
  margin-bottom: 8px;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.pxd-biao .people {
  width: 540px;
  font-size: 24px;
  color: #ccc;
}

.pxd-biao .people i {
  font-style: normal;
  font-size: 36px;
color: #27A5F9;
}

.pxd-biao .collect {
  width: 130px;
  font-size: 24px;
  color: #999;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
}

.pxd-biao .collect .iconfont {
  display: block;
  font-size: 54px;
  color: #aaa;
  height: 60px;
}

.pxd-biao .collect .icon-xin2 {
  display: none;
color: #27A5F9;
}

.pxd-biao .collect.cur .icon-xin {
  display: none;
}

.pxd-biao .collect.cur .icon-xin2 {
  display: block;
}

.pxd-infoBox {
  background-color: #fff;
}

.pxd-infoItem {
  margin: 0 auto;
  padding: 24px 30px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

.pxd-infoItem .lab {
  width: 50px;
  float: left;
  _display: inline;
  height: 42px;
  line-height: 42px;
  position: relative;
}

.pxd-infoItem .lab .iconfont {
  font-size: 28px;
  color: #999;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pxd-infoItem .cont {
  width: 600px;
  float: left;
  _display: inline;
  font-size: 28px;
  color: #999;
  line-height: 42px;
}

.pxd-infoItem .cont.w470 {
  width: 470px;
}

.pxd-infoItem .cont a {
  color: #999;
}

.pxd-infoItem .arrow {
  height: 42px;
  line-height: 42px;
  float: right;
  font-size: 24px;
  color: #999;
}

.pxd-infoItem .arrow .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #999;
}

.px-zongCont {
  padding: 30px;
  background-color: #fff;
  font-size: 28px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.kcszbm img {
  max-width: 100%;
  height: auto;
}

.px-zongTit {
  font-size: 30px;
  color: #333;
  padding: 0 30px;
  background-color: #fff;
  position: relative;
}

.px-zongTit span {
  display: block;
  line-height: 30px;
  padding: 30px 0;
  padding-left: 16px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}

.px-zongTit span:before {
  content: '';
  display: block;
  width: 4px;
  height: 30px;
background-color: #27A5F9;
position: absolute;
left: 0;
top: 50%;
margin-top: -15px;
}

.px-zongTit .more {
  font-style: normal;
  font-size: 24px;
  color: #999;
  line-height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.px-commentList {
  background-color: #fff;
}

.px-commentList li {
  padding: 20px 30px;
  border-bottom: 1px solid #ededed;
}

.px-commentList .avatar {
  width: 90px;
  height: 90px;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 30px;
}

.px-commentList .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.px-commentList .youwz {
  float: left;
  width: 570px;
  padding-top: 25px;
}

.px-commentList .name {
  max-width: 300px;
  float: left;
  font-size: 30px;
  color: #333;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.px-commentList .time {
  float: right;
  font-size: 24px;
  color: #999;
  line-height: 40px;
}

.px-commentList .cont {
  padding-left: 120px;
  font-size: 24px;
  color: #333;
  line-height: 40px;
}

.px-commentList .picList {
  padding-top: 10px;
  padding-left: 120px;
}

.px-commentList .picList .pItem {
  width: 180px;
  height: 180px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.px-commentList .picList .pItem img {
  display: block;
  width: 100%;
  height: 100%;
}

.px-plTiao {
  display: block;
  font-size: 28px;
  color: #999;
  text-align: center;
  line-height: 90px;
  background-color: #fff;
}

.px-plTiao .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 30px;
  color: #999;
}

.px-btBtn-wc {
  height: 120px;
}

.px-btBtn {
  width: 750px;
  font-size: 36px;
  color: #fff;
  text-align: center;
background-color: #27A5F9;
line-height: 100px;
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
margin: auto;
}

.px-btBtn.gray {
  background-color: #999;
}

.px-commentAllTop {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.px-commentAllTop .pic {
  width: 240px;
  height: 180px;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.px-commentAllTop .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.px-commentAllTop .char {
  width: 430px;
  float: right;
}

.px-commentAllTop .char .tit {
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
  line-height: 44px;
  height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.px-commentAllTop .char .wz {
  font-size: 26px;
  color: #666;
  line-height: 1.5;
}

.px-baomSucess {
  width: 750px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.px-baomSucess .icon-sucess {
  display: block;
  font-size: 150px;
color: #27A5F9;
text-align: center;
margin-top: 240px;
}

.px-baomSucess .bmsuBtn {
  display: block;
  width: 550px;
  font-size: 34px;
  color: #fff;
  text-align: center;
  height: 90px;
  line-height: 90px;
background-color: #27A5F9;
-webkit-border-radius: 45px;
-moz-border-radius: 45px;
border-radius: 45px;
position: absolute;
left: 50%;
margin-left: -275px;
bottom: 24px;
}

.px-baomSucess .circle {
  width: 265px;
  height: 266px;
  margin: 0 auto;
  margin-top: 165px;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/px-su2.png") no-repeat center;
  position: relative;
}

.px-baomSucess .circle span {
  display: block;
  width: 257px;
  height: 257px;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/px-su3.png") no-repeat center;
  position: absolute;
  left: 4px;
  top: 1px;
  animation: circleDH 1s linear 0s infinite normal;
}

@keyframes circleDH {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pxPopBlack {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.pxPopBox {
  width: 520px;
  height: 240px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -260px;
  top: 340px;
}

.pxPopBox .wz {
  font-size: 34px;
  color: #666;
  text-align: center;
  padding: 0 30px;
}

.pxPopBox .pxpBtn {
  width: 100%;
  border-top: 1px solid #EDEDED;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pxPopBox .pxpBtn a {
  display: block;
  float: left;
  width: 50%;
  font-size: 28px;
color: #27A5F9;
text-align: center;
line-height: 76px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-left: 1px solid #EDEDED;
}

.px-bmForm {
  background-color: #fff;
  padding: 0 30px;
  margin-top: 30px;
}

.px-bmForm input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.px-bmForm input:-moz-placeholder {
  color: #bfbfbf;
}

.px-bmForm input::-moz-placeholder {
  color: #bfbfbf;
}

.px-bmForm input:-ms-input-placeholder {
  color: #bfbfbf;
}

.px-bmForm textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}

.px-bmForm textarea:-moz-placeholder {
  color: #bfbfbf;
}

.px-bmForm textarea::-moz-placeholder {
  color: #bfbfbf;
}

.px-bmForm textarea:-ms-input-placeholder {
  color: #bfbfbf;
}

.px-bmForm .bmItem {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 0;
}

.px-bmForm .lab {
  font-size: 30px;
  color: #666;
  text-align: center;
  float: left;
  width: 190px;
  position: relative;
  line-height: 48px;
}

.px-bmForm .lab:after {
  content: '';
  display: block;
  width: 1px;
  height: 28px;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
}

.px-bmForm .txt {
  display: block;
  float: left;
  width: 440px;
  padding: 0 30px;
  border: none;
  font-size: 30px;
  color: #666;
  line-height: 48px;
}

.px-bmForm .txtPla {
  color: #bfbfbf;
}

.px-bmForm .radioBox {
  display: block;
  float: left;
  font-size: 24px;
  padding: 0 30px;
  margin-right: 8px;
  line-height: 48px;
}

.px-bmForm .radioBox input {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.px-bmFormBtn {
  display: block;
  width: 690px;
  margin: 0 auto;
  margin-top: 80px;
  font-size: 34px;
  color: #fff;
  text-align: center;
  line-height: 100px;
background-color: #27A5F9;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.px-courseTab {
  width: 690px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
  border-collapse: collapse;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.px-courseTab td {
  border-bottom: 1px solid #e6e6e6;
}

.px-courseTab .td1 {
  width: 110px;
  font-size: 24px;
  color: #fff;
  text-align: center;
background-color: #27A5F9;
}

.px-courseTab .td2 {
  width: 520px;
  padding: 23px 30px;
}

.px-courseTab .wz {
  font-size: 30px;
  color: #666;
}

.px-courseTab .wz.gray {
  color: #bfbfbf;
}

/* end 文化培训 */


/* start 文化志愿者 */

.volunteers-main {
  width: 750px;
  margin: auto;
  position: relative;
}

.volunteers-content {
  padding-bottom: 100px;
}

.volunteers-content>ul>li {
  margin-bottom: 20px;
}

.volunteers-content>ul>li:nth-last-child(1) {
  margin-bottom: 0px;
}

.volunteers-content>ul>li>div {
  position: relative;
}

.volunteers-content>ul>li>div .img{
  width: 750px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.peixunKong {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.volunteers-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.volunteers-pop {
  z-index: 1;
  width: 470px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.volunteers-pop>p {
  text-align: center;
  font-size: 46px;
  color: #efefef;
}

.volunteers-tag {
  margin-top: 32px;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
}

.volunteers-tag>ul>li {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  border: 1px solid #262626;
  margin-right: 17px;
  padding: 5px 20px;
  float: left;
}

.volunteers-tag>ul>li>p {
  font-size: 22px;
  color: #cccccc;
}

.volunteers-title {
  padding: 30px 0px;
  text-align: center;
  font-size: 30px;
  color: #262626;
}

.volunteersHot>li {
  position: relative;
  margin: 6.5px;
  float: left;
  width: 360px;
  border: 1px solid #e1e1e1;
}

.volunteersHot>li>p {
  padding-right: 20px;
  padding-left: 20px;
  width: 320px;
  line-height: 70px;
  font-size: 26px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.vHotTitle {
  border-bottom: 15px solid #f5f5f5;
}

.vHotTitle>p {
  font-size: 34px;
  color: #262626;
  text-align: center;
  padding: 20px;
}

.vHotCond {
  padding: 30px 10px;
  border-bottom: 15px solid #f5f5f5;
}

.vHotCond>p {
  font-size: 30px;
  color: #262626;
  border-bottom: 2px solid #f5f5f5;
  margin: 40px 20px 40px 10px;
  padding-left: 10px;
border-left: 5px solid #27A5F9;
}

.vHotCond>ul>li {
  padding: 0px 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.volunteers-footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 750px;
  height: 100px;
background-color: #27A5F9;
cursor: pointer;
z-index: 3;
&.gray {
   background-color: #999;
 }
}

.volunteers-footer>p {
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  color: #fff;
}

.vUserInfo {
  border-bottom: 15px solid #f5f5f5;
  margin-top: 30px;
  padding: 0 20px;
}

.vUserInfo>ul>li {
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.vUserInfo>ul>li>label {
  font-size: 30px;
  line-height: 70px;
  color: #808080;
}

.vUserInfo>ul>li>input {
  border: none;
  font-size: 30px;
  width: 540px;
  line-height: 70px;
}

.vUserInfo>ul>li>span>input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 20px;
}

.vUserInfo>ul>li>span {
  font-size: 30px;
  color: #808080;
}

.scChoose {
  color: #808080;
  display: inline-block;
  float: right;
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  padding: 0 30px;
  font-size: 30px;
  border-radius: 5px;
}

.scChoose>p {
  line-height: 68px;
}

.vUserUpl-list {
  padding: 20px;
}

.vUserUplList {}

.vUserUpl-list li {
  z-index: 2;
  position: relative;
  display: inline-block;
  /* display: none; */
  border: 1px dashed #555;
  width: 155px;
  height: 155px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.rm-comment {
  background: url(../image/mobile_close.png) no-repeat center center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
}
/* end 文化志愿者 */

/* start 文化配送 */
.peisongList {
  padding: 1px 0;
}

.peisongList li {
  margin-bottom: 25px;
  overflow: hidden;
}

.peisongList .pic {
  width: 700px;
  height: 460px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.peisongList .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.peisongList .label-black {
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.peisongList .char {
  overflow: hidden;
  padding-top: 25px;
}

.peisongList .titYi {
  margin-bottom: 14px;
}

.peisongList .wzYi {
  margin-bottom: 4px;
}

/* end 文化配送 */


.swiper-container-infoType {
  width: 750px;
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: #fff;
  z-index: 8;
}

.swiper-container-infoType .swiper-slide.active {
  color: #fff;
  background-color: #27A5F9;
}

.swiper-container-infoType .swiper-slide:first-child {
  margin-left: 38px;
}

.swiper-container-infoType .swiper-slide {
  width: auto;
  /* max-width: 104px; */
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  font-size: 26px;
  position: relative;
  padding: 0 21px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
/* start 作品征集 */

.container .container_cont .notice .notice-title span {
  color: #27A5F9;
}
.container .container_cont .entries_box .entries_head span {
  color: #27A5F9;
}
.container .detail-footer .footer-option .is-praise {
  color: #27A5F9;
}
.container .detail-footer .footer-option .is-collect {
  color: #27A5F9;
}
.container .detail-footer .footer-option:last-child {
  background: #27A5F9;
}
.container .pre-footer button {
  background-color: #27A5F9;
}
.preset-result .to-link {
  color: #27A5F9;
}
.container .container_cont ul li > p {
  color: #27A5F9;
}
.container .container_cont ul li a p span {
  color: #27A5F9;
}
.container .container_cont #commentLi .active-border .active-detail-p7 p.border-bottom #commentToatl {
    color: #27A5F9;
}


/* 场馆预订 start */

.main {
  position: relative;
  width: 750px;
  margin: 0 auto;
  background: #f3f3f3;
}

.header {
  width: 750px;
  z-index: 99;
  position: fixed;
  top: 0px;
  background-color: #fff;
}

.content {
  width: 100%;
  margin: auto;
}



.venue-detail .list_block {
  font-size: 32px;
  background: #ffffff;
  border-bottom: 20px solid #f3f3f3;
}
.venue-detail .list_block .activity-title {
  padding: 30px 20px;
  display: flex;
  justify-content: flex-start;
}

.venue-detail .list_block .activity-title img {
  width: 170px;
  height: 170px;
  border-radius: 6px;
}
.venue-detail .list_block .activity-p {
  padding-left: 20px;
  height: 170px;
  color: #262626;
  flex: 1;
}
.venue-detail .list_block .activity-p .tit{
  margin-bottom: 15px;
  font-size: 34px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 80px;
  line-height: 40px;
}
.venue-detail .list_block .activity-p-place {
  color: #808080;
  font-size: 28px;
}
.venue-detail .list_block .activity-p-place i{
  color: #808080;
  font-size: 32px;
}

.venue-detail .active-tops {
  padding: 0 20px;
  margin: auto;
  background-color: #fff;
  border-bottom: 20px solid #f3f3f3;
}

.venue-detail .active-tops img {
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}


.venue-detail .active-tops li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
}
.venue-detail .active-tops .border-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
}

.venue-detail .active-tops .types {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.venue-detail .active-tops .types .type{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.venue-detail .active-tops .types .type i{
  color: #27A5F9;
  font-size: 35px;
  margin-right: 8px;
}

.venue-detail .active-tops li:last-child {
  border-bottom: 0;
}
.venue-detail .active-tops li.msgbox {
  position: relative;
}

.venue-detail .active-tops h1 {
  font-size: 36px;
  display: table-cell;
  vertical-align: middle;
}

.venue-detail .active-tops p {
  color: #7c7c7c;
  font-size: 30px;
  min-width: 180px;
  height: 80px;
  line-height: 80px;
}
.venue-detail .active-tops input {
  border: 0;
  outline: none;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  flex: 1;
}
.venue-detail .active-tops .sendmsg {
  color: rgb(85,136,255);
  background: transparent;
  width: 146px;
  min-width: 146px;
  white-space: nowrap;
  text-align: left;
  position: absolute;
  right: 0;
}

.venue-detail .active-detail {
  width: 100%;
  padding-bottom: 20px;
  background: #ffffff;
  border-bottom: 20px solid #f3f3f3;
}

.venue-detail .active-border {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.venue-detail .active-footmenu {
  padding: 0px 0px 0px 20px;
  height: 100px;
}

.venue-detail .active-footmenu li {
  margin-top: 25px;
  height: 50px;
  float: left;
}

.venue-detail .active-top-tab {
  float: left;
}

.venue-detail .active-top-tab>li {
  border-radius: 10px;
  border: 1px solid #7C7C7C;
  margin-right: 20px;
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  line-height: 50px;
  width: auto;
  padding: 0px 10px;
  float: left;
}

.venue-detail .time-menu-div {
  margin: auto;
  height: auto;
}
.venue-detail .swiper-container {
  float: none;
  width: auto;
}


.venue-detail .time-menu {
  text-align: center;
}

.venue-detail .time-menu>li {
  width: 187px;
  float: none;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
.venue-detail .time-menu>li:last-child {
  border-right: 0;
}

.venue-detail .time-menu-act>li {
  color: #262626;
  padding: 15px 0;
  height: 75px;
  width: 185px;
  font-size: 30px;
  background-color: rgb(222,225,244);
}
.venue-detail .time-menu-act>li.on{
  background-color: #27A5F9;
}
.venue-detail .time-menu-act>li.disabled{
  background-color: rgb(242,242,242);
}
.venue-detail .time-menu-act>li.selected{
  background-color: rgb(242,235,202);
}
.venue-detail .time-menu-act>li.on p{
  color: #fff;
}

.venue-detail .time-menu-div p.time-menu-data{
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #666;
}
button,
.time-menu-button{
  border: none;
  outline: none;
  box-shadow: none;
}

.venue-detail .time-menu-tab {
  position: relative;
}
.venue-detail .time-menu-tab h1{
  color: #7c7c7c;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
  background: #ffffff;
  margin: 0;
}

.venue-detail .time-menu-tab>div {
  width: 80px;
  height: 80px;
  top: 0px;
  position: absolute;
}

.venue-detail .time-menu-tab1 {
  left: 0px;
  background: url(/image/80left.png) no-repeat center;
}

.venue-detail .time-menu-tab2 {
  right: 0px;
  background: url(/image/80right.png) no-repeat center;
}

.venue-detail .active-use {
  background: #fff;
  padding: 20px;
  position: relative;
}
.venue-detail .active-use  .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  z-index: 3;
  text-align: center;
  left: 0;
  right: 0;
}
.venue-detail .active-use  .footer button{
  color: #fff;
  font-size: 30px;
  width: 100%;
}
.venue-detail .active-use .footer button.on{
  background-color: #27A5F9;
}
.venue-detail .active-use p{
  font-size: 30px;
  color: #7c7c7c;
  margin-bottom: 20px;
}
.venue-detail .active-use textarea{
  resize: none;
  border: 0;
  outline: none;
  color: #c7c7c7;
  font-size: 32px;
  width: 100%;
}
/* 场馆预订 end */


/* 场馆预订订单详情 start */
.orderDetail .list_block {
  font-size: 32px;
  background: #ffffff;
  border-bottom: 15px solid #f3f3f3;
}
.orderDetail .list_block .activity-title {
  padding: 30px 20px;
  display: flex;
  justify-content: flex-start;
}

.orderDetail .list_block .activity-title img {
  width: 170px;
  height: 170px;
  border-radius: 6px;
}
.orderDetail .list_block .activity-p {
  padding-left: 20px;
  height: 170px;
  color: #262626;
  flex: 1;
}
.orderDetail .list_block .activity-p .tit{
  margin-bottom: 15px;
  font-size: 34px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 80px;
  line-height: 40px;
}
.orderDetail .list_block .activity-p-place {
  color: #808080;
  font-size: 28px;
}
.orderDetail .list_block .activity-p-place i{
  color: #808080;
  font-size: 32px;
}

.orderDetail .content {
  margin: auto;
  background-color: #fff;
}
.orderDetail .content ul{
  padding: 0 20px;
  border-bottom: 15px solid #f3f3f3;
}

.orderDetail .content li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  height: 80px;
  line-height: 80px;
}
.orderDetail .content li:last-child{
  border-bottom: 0;
}

.orderDetail .content .addr{
  border-bottom: 15px solid #f3f3f3;
  padding: 20px;
}
.orderDetail .content .addr .tit{
  font-size: 30px;
  color: #262626;
  margin-bottom: 10px;
}
.orderDetail .content .addr .stit{
  color: #979797;
}
.orderDetail .content .order{
  padding: 20px;
}
.orderDetail .content .order>p{
  margin-bottom: 20px;
}
.orderDetail .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 750px;
  height: 100px;
  line-height: 100px;
  z-index: 3;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.orderDetail .footer button{
  width: 100%;
  color: #27A5F9;
  border-radius: 0;
  background: rgb(244,244,244);
}
.orderDetail .footer button:disabled{
  color: #fff;
  background: rgb(204,204,204);
}
.orderDetail .footer button.authBtn{
  color: #fff;
  background: #27A5F9;
}
.orderDetail .qrcode {
  display: flex;
  justify-content: flex-start;
}
/* 场馆预订订单详情 end */

/* 订单列表 start*/
.orderList .header {
  width: 750px;
  height: 140px;
  z-index: 99;
  position: fixed;
  top: 0px;
  background-color: #fff;
  border-bottom: 5px solid #f0f0f0;
}
.orderList .my-keep-place {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.orderList .my-keep-place .item{
  position: relative;
  font-size: 30px;
  text-align: center;
  width: 185px;
  flex: 1;
  padding: 20px;
}
.orderList .my-keep-place .item i{
  font-size: 50px;
}
.orderList .my-keep-place .item.on {
  color: #27A5F9;
  position: relative;
}
.orderList .my-keep-place .item.on:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 54px;
  background: #27A5F9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
  border-radius: 8px;
}
.orderList .order-wrapper .content {
  margin-top: 124px;
  padding-bottom: 0px;
  width: 100%;
  margin: auto;
}
.orderList .order-wrapper {
  padding-top: 140px;
}
.orderList .order-wrapper .my-order-list {
  background-color: #fff;
}
.orderList .order-wrapper .title {
  border-bottom: 2px solid #f0f0f0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  line-height: 80px;
}
.orderList .order-wrapper .title .left label{
  color: #fff;
  font-size: 28px;
  background-color: #27A5F9;
  margin-right: 20px;
  padding: 6px 10px;
  border-radius: 5px;
}
.orderList .order-wrapper .title .left span{
  color: #979797;
  font-size: 28px;
}
.orderList .order-wrapper .title .right{
  color: #979797;
  font-size: 24px;
}
.orderList .order-wrapper .content {
  padding: 30px 20px 20px 20px;
  display: flex;
  justify-content: flex-start;
}
.orderList .order-wrapper .content img{
  width: 270px;
  height: 170px;
  border-radius: 6px;
  margin-right: 20px;
}
.orderList .my-order-list-p {
  flex: 1;
}
.orderList .my-order-list-p p {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  line-height: 40px;
  color: #808080;
  font-size: 26px;
}
.orderList .order-wrapper .my-order-list-p p.tit {
  color: #262626;
  font-size: 30px;
  margin-bottom: 20px;
}

.orderList .order-wrapper .my-order-list .ctrl {
  height: 70px;
  line-height: 70px;
  border-top: 2px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  padding-left: 20px;
  border-bottom: 15px solid #f0f0f0;
}
.orderList .order-wrapper .my-order-list .ctrl p {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
}
.orderList .order-wrapper .my-order-list .ctrl .tag{
  width: 240px;
  color: #fff;
  background: #27A5F9;
}
.orderList .order-wrapper .my-order-list .ctrl .info{
  padding-right: 20px;
}
/* 订单列表 end*/

/* 场馆预订成功 start */
.order-success .my-points {
  width: 750px;
  margin: auto;
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  background-color:#27A5F9;
}

.order-success .point-num {
  color: #fff;
  font-size: 45px;
  margin-bottom: 30px;
}
.order-success .success-tip {
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
}
.order-success .my-point-list {
  background: #fff;
  padding: 80px 50px;
}
.order-success .my-point-list .authBtn{
  width: 440px;
  height: 100px;
  margin: 0 auto;
  position: fixed;
  bottom: 160px;
  color: #fff;
  left: 50%;
  margin-left: -220px;
  background-color: #27A5F9;
}
.order-success .my-point-list .info-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.order-success .my-point-list .info-list .item label{
  color: #262626;
  font-size: 35px;
  margin-right: 10px;
}
.order-success .my-point-list .info-list .item span{
  font-size: 35px;
  color: #262626;
}
.order-success .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.order-success .footer button{
  color:#fff;
  width: 100%;
  border-radius: 0;
  background-color:#27A5F9;
}
/* 场馆预订成功 end */
/* 志愿者活动 */.cube-tab_active {color:#27A5F9!important}.cube-tab-bar-slider{background-color:#27A5F9!important;}.detail-footer .footer-option .iconfont.icon-xin2 {
    color: #27A5F9;}.detail-footer .footer-option:last-child{background-color:#27A5F9;} .detail-footer .footer-option:last-child.end {
  background: #27A5F9;
}.container .container_contBox ul li > p span.endText {
    color: #27A5F9;
}.container .container_contBox ul li > p button.end {
  border: 1px solid #27A5F9;
  color: #27A5F9;
}.container .container_contBox ul li > p i.count {
    color: #27A5F9;
}
.container .container_contBox ul li .imgbox p span.endText {
  color: #27A5F9;
}
#app footer .submit {
    background: #27A5F9;
}.container .container_contBox ul li.activeBox .manageBox button:nth-child(1),
.container .container_contBox ul li.activeBox .manageBox button:nth-child(2) {
  background-color: #27A5F9;
}
.message{
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 31px;
  right: 102px;
  z-index: 5;
  color: #fff;
  text-align:  center;
  line-height: 66px;
}
.icon-duanxin{
  font-size: 45px !important;
}

.van-sidebar-item--select,.van-sidebar-item--select:active {
        color: #27A5F9;
    }
.van-tree-select__item--active {
        background: #27A5F9;
        border: 1px solid #27A5F9;
    }
.topNav .swiper-slide.active {
  color: #27A5F9;
}
.topNav .swiper-slide.active:after {
  background: #27A5F9;
}.ui-dialog-footer button.ui-dialog-autofocus:hover, .ui-dialog-footer button.ui-dialog-autofocus:focus, .ui-dialog-footer button.ui-dialog-autofocus:active {
    background-color: #27A5F9!important;
    border-color: #27A5F9!important;
}
.ui-dialog-footer button.ui-dialog-autofocus{
  background-color: #27A5F9!important;
    border-color: #27A5F9!important;
}
 .ui-dialog-footer button,
 .ui-dialog-footer button+button {
	 background: #27A5F9!important;
 }

 .clfColor {
   color: #27A5F9;
 }
 
 .clfBgcColor {
  background-color: #27A5F9;
}
.clfBorderColor {
  border: 1px solid  #27A5F9;
}
.sms-img{
  width: 36px;
  height: 36px;
  margin-right: 16px;
}
.mLeft.sms{
  display: flex;
  align-items: center;
}