body,html {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #f4f4f4;
  font: 16px/1.5 "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
html {
  font-size: 1vw;
}
.fl {
  float: left;
}
.clear:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  border: none;
  margin: 0 auto;
}
.first {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.center {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.center .closePreView {
  background-image: url(../images/icon/close.png);
  width: 30px;
  height: 30px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 31;
  display: none;
}
.center.center-preView .logo {
  visibility: hidden;
}
.center.center-preView .logo.real {
  visibility: visible;
}
.center.center-preView .footer {
  display: none;
}
.center.center-preView .item-content .date {
  border-bottom-color: transparent;
}
.center.center-preView .logo-section label.fz12 {
  display: none;
}
.center.center-preView .closePreView {
  display: block;
}
.linkGroup {
  opacity: 1!important;
}
.linkGroup:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.linkGroup > .item {
  float: left;
}
.linkGroup.linkGroup-block > .item {
  float: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 15px;
  line-height: 30px;
}
.linkGroup.linkGroup-block > .item.fz18 {
  font-size: 18px;
}
.linkGroup.linkGroup-block.bag {
  padding: 50px 10px;
  color: #ffffff;
  width: 100%;
}
.linkGroup.flex-pic {
  padding: 0 5px;
}
.linkGroup.flex-pic > .item {
  font-size: 12px;
  width: 33.333%;
  margin-bottom: 5px;
  padding: 0 3px;
}
.first-inner {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  overflow-y: auto;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.inner-block {
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.logo-section {
  position: relative;
  width: 100%;
}
.logo-section .realLogo {
  display: none;
  width: 100%;
}
.logo-section .logo {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  background-color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  position: relative;
  overflow: hidden;
}
.logo-section .logo.noBlank {
  background-color: transparent;
}
.logo-section .logo.real .realLogo {
  display: inline-block;
}
.logo-section .logo.real .uploaders {
  display: none;
}
.logo-section label.fz12 {
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: 30px;
  width: 100px;
  z-index: 300;
  visibility: visible;
}
.logo-section label.fz12 input {
  position: relative;
  top: 2px;
}
.sign-style {
  width: 10px;
  opacity: .7;
  margin: 0 auto;
  padding-bottom: 5px;
}
.sign-style.w-15 {
  width: 15px;
}
/* .footer {
  height: 45px;
  line-height: 45px;
  background-color: #f4f4f4;
  font-size: 20px;
  position: fixed;
  bottom: 0;
  left: 7px;
  right: 7px;
}
.footer .flex {
  text-align: center;
}
.footer .flex .item:first-child {
  text-align: left;
  padding-left: 15px;
}
.footer .flex .item:last-child {
  padding-right: 15px;
  text-align: right;
  position: relative;
} */
.menu-list {
  position: fixed;
  bottom: 45px;
  right: 7px;
  padding: 10px 20px;
  background-color: #2e3548;
  color: #ffffff;
  display: none;
}
.menu-list > .item {
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
}
.flex {
  display: flex;
  text-align: center;
}
.flex > .item {
  flex: 1;
}
.flex > .item .img-style {
  display: inline-block;
  width: 30px;
  position: relative;
  top: 3px;
}
.flex > .item.blue {
  background-color: #11a3d2;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 35px;
  line-height: 31px;
  margin-top: 10px;
}
.pt30 {
  padding-top: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}

.bag-white {
  background-color: #fff;
  padding: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bag-white .outer {
  margin: 0 auto;
}
.bag-white .phone {
  width: 50px;
  margin: 0 auto;
  display: block;
}
.bag-white .img-outer {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.page {
  display: none;
  height: 100%;
  width: 100%;
}
.page.page-show {
  display: block;
}
.page#mainPage{
  height: 100vh;
}
.fz14 {
  font-size: 14px!important;
}
textarea:focus,
textarea:visited {
  outline: none;
}
.item-content:focus {
  outline: none;
}
.item-content > .item {
  padding-top: 10px;
}
.item-content > .item .date {
  border: none;
  background-color: transparent;
  font-size: 4rem;
  color: #fff;
  resize: none;
  line-height: 30px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-family: "Microsoft YaHei", Arial;
}
.item-content > .item .date.date-title {
  font-weight: bold;
  height: 65px;
  width: 80%;
}
.item-content > .item .date.date-static {
  margin: 0 auto;
}
.item-content > .item + .item .date {
  font-size: 3.5rem;
  line-height: 28px;
}
.fz16 {
  font-size: 16px;
}
.fz12 {
  font-size: 12px;
}
.fixed {
  position: fixed;
}
.fixed.fixed-bag {
  bottom: 45px;
  right: 7px;
  left: 7px;
  background-color: #fff;
  z-index: 30;
  display: none;
}
.fixed.fixed-bag .header {
  padding: 10px 15px;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  height: auto;
  font-weight: 600;
}
.fixed.fixed-bag .header .header-right {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 14px;
}
.fixed.fixed-bag .body .body-item {
  padding: 15px 15px 0 ;
}
.fixed.fixed-bag .body .body-item + .body-item {
  border-top: 1px solid #ececec;
  border-bottom: none;
}
.fixed.fixed-bag .body .body-item .line {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}
.fixed.fixed-bag .body .body-item .line .line-left {
  position: absolute;
  top: 2px;
  left: 0;
}
.fixed.fixed-bag .body .body-item .line .range .clear {
  display: none;
}
.fixed.fixed-bag .body .body-item .line .range input {
  position: relative;
  left: -2px;
}
.fixed.fixed-bag .body .body-item .line .range input[type="number"] {
  display: none;
}
.fixed.fixed-bag .body .body-item .flex > .item + .item {
  padding-left: 15px;
}
.fixed.fixed-bag .body .body-item .flex.flex-grey {
  padding-bottom: 30px;
  padding-top: 10px;
}
.fixed.fixed-bag .body .body-item .flex.flex-grey > .item {
  background-color: #eaeaea;
  color: #0771ea;
  padding: 5px;
}
.fixed.fixed-bag .body .body-item .flex.flex-grey > .item + .item {
  border-left: 1px solid #ffffff;
}
.fixed.fixed-bag .body .body-item .form-horizontal {
  margin-bottom: 15px;
}
.fixed.fixed-bag .body .body-item .form-horizontal .form-control {
  margin-top: 10px;
}
.bg {
  width: 100%;
  margin: 0 auto;
  height: 25px;
}
.bg.bg-black {
  background-color: #000000;
}
.bg.bg-yellow {
  background-color: #ec8a00;
}
.bg.bg-blue {
  background-color: #005dff;
}
.form-control {
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 5px;
}
input:focus,
input:visited,
input:active {
  outline: none!important;
}
input[type="range"] {
  margin-top: 2px;
  background-color: #eaeaea;
  border-radius: 15px;
  -webkit-appearance: none;
  height: 3px;
  width: 100%;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  margin-top: -5px;
  /*ʹ���鳬���������ֵ�ƫ��������*/
  background: #ffffff;
  border-radius: 50%;
  /*��������ΪԲ��*/
  border: solid 1px #d2d2d2;
  /*���ñ߿�*/
}
.PC-container {
  width: 100%;
  background-color: #fff;
  height: 100%;
}
.PC-container .PC-outer {
  width: 100%;
  height: 100%;
}
#setBagPic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: #ededed;
}
.btn {
  text-align: center;
}
.btn.btn-danger {
  background-color: #d51550;
  color: #ffffff;
  border: 1px solid #d51550;
  width: 94px;
  height: 33px;
  line-height: 33px;
  display: none;
}
.setGroup {
  display: none;
}
.setGroup > .item {
  display: inline-block;
  width: 80px;
  text-align: center;
}
.setGroup > .item img {
  width: 35px;
}
.nav {
  display: none;
  background-image: url(../images/icon/nav-bag.png);
  -webkit-background-size: cover;
  background-size: cover;
  height: 60px;
  /*.pull-right{
    select,input{
      padding:10px 5px;
      border: 1px solid #ececec;
      float: left;
      margin-top: 10px;
    }
    input{
      padding:11px 6px;
      width: 160px;
    }
    .btn-danger{
      float: left;
      display: block;
      width: 36px;
      margin-top: 9.5px;
      height: 41px;
      img{
        width: 18px;
        margin-top: 10px;
      }
    }
  }*/
}
.nav .right .search {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  background-color: #fff;
  height: 40px;
  margin-left: 10px;
}
.nav .right .search .select {
  float: left;
  line-height: 40px;
  border-right: 1px solid #e0dfdf;
  position: relative;
  width: 65px;
  text-align: right;
  padding-right: 5px;
}
.nav .right .search .select a {
  color: #000;
  font-size: 14px;
  line-height: 40px;
}
.nav .right .search .select .show-data {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #444;
  font-size: 14px;
  text-align: center;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHxCwuweAAAAD3RSTlMA2CAKCPDp8ebJwri3sx95YQ1VAAAALUlEQVQI12MQNGBgWMaQL8zA85/B8CPD/iAGFvm5Xx8wMDj+L2JgYGCRUGAAAKesCSuk4z2tAAAAAElFTkSuQmCC) no-repeat 95% center;
}
.nav .right .search input {
  width: 150px;
  float: left;
  border: none;
  outline: none;
  padding-left: 10px;
  line-height: 38px;
  height: 38px;
}
.nav .right .search .searchIcon {
  display: inline-block;
  background-color: #d5164f;
  position: relative;
  width: 36px;
  height: 40px;
}
.nav .right .search .searchIcon::after {
  position: absolute;
  content: "";
  background: url(http://eventsmix.net/theme/img/icons.png) no-repeat left center;
  background-size: 44px 475px;
  background-position: 0 -124px;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.nav .username span {
  color: #fff;
}
.nav .username {
  position: relative;
  cursor: pointer;
}
.nav .username .userSub {
  position: absolute;
  width: 106px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  top: 50px;
  right: 0;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding-bottom: 5px;
  z-index: 9999999;
  display: none;
}
.nav .username .userSub::after {
  position: absolute;
  content: "";
  background: url(http://eventsmix.net/theme/img/angleTop.png) no-repeat left center;
  width: 16px;
  height: 9px;
  right: 15px;
  top: -9px;
}
.nav .username .userSub p {
  margin: 0;
}
.nav .username .userSub p:hover {
  background-color: #11a3d2;
}
.nav .username .userSub p:hover a {
  color: #fff;
}
.nav .username .userSub a {
  color: #444;
  font-size: 14px;
  display: block;
  line-height: 25px;
}
.nav > .PC-container {
  background-color: transparent;
  padding: 0 10px;
  height: auto;
  color: #ffffff;
}
.nav .item {
  float: left;
  line-height: 60px;
}
.nav .item.item-logo {
  width: 105px;
}
.nav .item.item-logo img {
  margin-top: 10px;
  padding-right: 40px;
  height: 42px;
  width: auto;
}
.nav .item.arrow-down {
  width: 80px;
  font-size: 16px;
  position: relative;
}
.nav .item.arrow-down:after {
  content: '';
  background-image: url(../images/icon/down.png);
  width: 29px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 26px;
  right: 0;
}
.nav .item.item-link {
  padding: 0 10px;
}
.nav .item.item-link + .item-link {
  margin-left: 0;
}
.nav .item.item-login:before {
  content: '';
  background-image: url(../images/icon/icon-login.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 7px;
}
.nav .item.item-regist {
  margin-left: 10px;
  margin-right: 20px;
}
.nav .item.item-regist:before {
  content: '';
  background-image: url(../images/icon/icon-regist.png);
  display: inline-block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 7px;
}
.nav .search-select-list {
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 26px;
  left: 0;
  list-style: none;
  display: none;
  padding: 0;
  z-index: 99999999;
}
.nav .search-select-list li {
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
}
.nav .search-select-list.top-drop li,
.nav .search-select-list.top-drop li a {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 25px!important;
  text-indent: 1em;
  padding: 0;
  float: none;
  width: 100%;
}
.nav .search-select-list li a {
  display: block;
  width: 100%;
  color: #000;
}
.nav .search-select-list li a:hover {
  background-color: #e6e6e6;
}
select:focus,
input:focus,
select:visited,
input:visited {
  outline: none;
}
.pull-right {
  float: right;
}
.route {
  padding: 10px 0;
  display: none;
}
.route:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/position.png);
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.PC-footer {
  background-image: url(../images/icon/footer-bag.jpg);
  background-repeat: no-repeat;
  display: none;
  overflow: hidden;
  background-size: 100% 100%;
  min-height: 144px;
  padding-top: 35px;
  padding-bottom: 20px;
}
.PC-footer .linkGroup.linkGroup-block > .item {
  line-height: 18px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: right;
}
.PC-footer .linkGroup.linkGroup-block > .item + .item {
  font-size: 12px;
  font-weight: normal;
}
.PC-footer .PC-container {
  background: transparent;
  padding: 0;
}
.PC-footer .PC-container .line-five + div {
  font-size: 16px!important;
  margin-top: 40px;
}
.PC-footer .line.line-five:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.PC-footer .line.line-five > .item {
  float: left;
  width: 20%;
  text-align: left;
}
.PC-footer .line.line-five > .item img {
  width: auto;
  margin: 0;
}
.PC-footer .line.line-five > .item + .item {
  text-align: right;
}
.PC-footer .line.line-five > .item .linkGroup > .item {
  border-bottom: none;
  font-size: 12px;
}
.PC-footer .line.line-five > .item .linkGroup > .item a {
  color: #ffffff;
}
.PC-footer .fz12 {
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
.PC-header {
  display: none;
}
.clear:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.PC-uploader {
  display: none;
}
.PC-steps {
  width: 495px;
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -247px;
}
.PC-steps .item {
  width: 165px;
  height: 40px;
  background-color: #ededed;
  color: #000;
  float: left;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.PC-steps .item:before {
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ededed;
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  z-index: 12;
}
.PC-steps .item:after {
  content: '';
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  display: inline-block;
  height: 0;
  top: -10px;
  position: absolute;
  right: -30px;
  z-index: 9;
}
.PC-steps .item.cur {
  background-color: #10a2d1;
  color: #ffffff;
}
.PC-steps .item.cur:before {
  border-left-color: #10a2d1;
}
.PC-oper {
  display: none;
}
.intro-container {
  background-color: #fff;
}
.intro-container .intro {
  overflow: hidden;
}
.intro-container .intro-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.intro-container .intro .intro-content {
  font-size: 16px;
  text-align: justify;
  word-break: break-all;
}
.intro-container .intro .intro-content img {
  width: auto!important;
  max-width: 100%;
  height: auto!important;
  border: none;
  margin: 10px 0;
  display: inline-block;
}
.intro-container .intro .intro-article p {
  font-size: 16px;
  color: #444444;
  line-height: 1.75rem;
}
.intro-container .intro .intro-content .mapArea{
  height: 320px;
}
.intro-container .intro .intro-content .mapArea iframe{
  height: 100%;
  border: none;
}
.intro-container .intro .intro-title {
  color: #807e7e;
  line-height: 40px;
  margin: 10px 0;
  padding-left: 15px;
}
.intro-container .intro .intro-schedules {
  text-indent: 0;
  font-size: 16px;
}
.intro-container .intro .intro-schedules .schedules-date {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
}
.intro-container .intro .intro-schedules .schedules-time {
  color: #6b6b6b;
  font-size: 14px;
  margin: 15px 0;
  border-left: 5px solid #48b7d8;
  padding-left: 15px;
  line-height: 15px;
}
.intro-container .intro .intro-schedules .schedules-content {
  padding-left: 20px;
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}
.intro-container .intro .intro-schedules + .intro-schedules {
  position: relative;
  margin-top: 30px;
}
.intro-container .intro .intro-schedules + .intro-schedules .schedules-date:before {
  content: '';
  border-top: 10px solid #ffffff;
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
}
.intro-container .intro .intro-product {
  overflow-x: auto;
}
.intro-container .intro .imgGroup:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.intro-container .intro .imgGroup.imgGroup-default {
  display: flex;
  flex-wrap: wrap;
}
.intro-container .intro .imgGroup.imgGroup-default > .item {
  width: 50%;
  padding: 8px;
  box-sizing: border-box;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border{
  border: 1px solid #f2f2f2;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .imgbox{
  width: 100%;
  height: 220px;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info{
  background-color: #f2f2f2;
  height: 100px;
  padding: 10px 6px;
  display: flex;
  flex-flow: wrap;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_top{
  display: flex;
  margin-bottom: 5px;
  width: 100%;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_top .product_info_left{
  display: flex;
  align-items: center;
  flex:1;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_top .product_info_left .price{
  font-size: 11px;
  color: #d5164f;
  margin-right: 5px
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_top .product_info_left .price span{
  font-size: 16px;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_top .product_info_left .mail{
  color:#d1d1d1;
  font-size:12px;
  border:1px solid #d1d1d1;
  line-height: 16px;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_desc{
  margin-bottom: 5px;
  color: #444;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width: 100%;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_desc a{
  color: #444;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_top .product_info_right{
  display: flex;
  align-items: center;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_top .product_info_right .soldNumber{
  color: #808080;
  font-size:12px;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_top .product_info_right .collect{
  display: block;
  background: url(../images/product/collect.png) no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_top .product_info_right .collect.collected{
  display: block;
  background: url(../images/product/collect.png) no-repeat;
  background-size: 18px auto;
  background-position: 0 -30px;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_bottom{
  display: flex;
  align-items: center;
  align-self: flex-end;
  width: 100%;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_bottom .product_author{
  display: flex;
  align-items: center;
  flex:1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_bottom .product_author a{
  display: flex;
  align-items: center;
  color: #808080;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_bottom .product_author .authorlogo{
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 5px;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_bottom .product_author .authorName{
  color: #808080;
  font-size:14px;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .item_border .info .product_info_bottom .addtoCart{
  display: block;
    background: url(../images/product/product_icon.png) no-repeat;
    background-position: 0 -49px;
    width: 18px;
    height: 18px;
    margin-left: 10px;
}
.intro-container .intro .imgGroup.imgGroup-default > .item.hide {
  display: none;
}
.intro-container .intro .imgGroup.imgGroup-default > .item .imgs {
  width: 100%;
  height: 100%;
  flex:1;
}
.intro-container .intro .imgGroup.imgGroup-default > .item img {
  margin-top: 5px;
  display: block;
}
.intro-container .intro .imgGroup.imgGroup-default .text-wrapper {
  background-color: #f2f2f2;
  height: 68px;
  padding: 15px 6px;
  width: 100%;
}
.intro-container .intro .imgGroup.imgGroup-default .productbottom{
  display: flex;
}
.intro-container .intro .imgGroup.imgGroup-default .productbottom .price{
  flex: 1;
  font-size: 14px;
  color: #808080;
}
.intro-container .intro .imgGroup.imgGroup-default .productbottom .price span{
  font-size: 20px;
  color: #000;
}
.intro-container .intro .imgGroup.imgGroup-default .productbottom .collection{
    display: block;
    background: url(../images/heart.png) no-repeat;
    background-position: 0 -27px;
    width: 19px;
    height: 18px;
    margin-top: 5px;
}
.intro-container .intro .imgGroup.imgGroup-default .productbottom .collection.collected{
  background: url(../images/heart.png) no-repeat;
  background-position: 0 0;
}
.intro-container .intro .imgGroup.imgGroup-default .text-wrapper .text {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}
.intro-container .intro .showMoreBtn {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  margin: 20px auto;
  padding-top: 8px;
  display: none;
  background-image: url(../images/icon/more.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro-container .intro .showMoreBtn img {
  width: 15px;
}
.intro-container .intro .btn-signUp {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin: 30px auto;
  background-color: #10a2d1;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
}
.intro-container .intro .btn-signUp img {
  display: block;
  width: 25px;
  position: relative;
  left: 2px;
  margin-bottom: 4px;
}
.intro-container .intro .enders {
  color: #abaaaa;
  font-size: 12px;
  text-align: center;
  margin: 10px 0;
}
.intro-container .intro #map {
  width: 100%;
  height: 300px;
}
.intro-container .intro.intro-alter {
  overflow: auto;
  width: 100%;
}
.intro-container .intro.intro-alter .intro-content:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.intro-container .intro.intro-alter .intro-content img {
  width: 100%;
  float: left;
  display: block;
}
.intro-container .intro.intro-alter .intro-content img + img {
  margin-left: 15px;
}
.intro-container .fixed-paper {
  position: fixed;
  top: 50%;
  margin-top: -35px;
  right: 5px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 1px #585858;
  -moz-box-shadow: 1px 1px 1px #585858;
  box-shadow: 1px 1px 1px #585858;
  width: 30px;
  height: 30px;
  padding-top: 8px;
}
.intro-container .fixed-paper img {
  width: 15px;
}
.text-center {
  text-align: center;
}
.fixed-forward {
  position: fixed;
  bottom: 35px;
  left: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
}
.fixed-forward img{
  width: 35px;
}
.fixed-signUp {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 3;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
}
.fixed-signUp img {
  width: 40px;
}
.fixed-signUp .small {
  color: #d5164f;
  font-size: 30px;
  text-indent: 0;
  font-style: italic;
  margin-right: 5px;
}
.fixed-signUp .price {
  color: #d5164f;
  font-size: 15px;
  flex:1;
  text-align: center;
}
.fixed-signUp .price .free{
  font-size: 20px;
  font-weight: bold;
}
.fixed-signUp .text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-right: 20px;
}
.showView-bag{
  margin-top: 0px;
}
.page-view-userlogo{
  display: none;
  position: absolute;
  left: 10px;
  top: 13px;
  opacity: 0.5;
}
.page-view-userlogo a{
  display: block;
  border:1px solid #fff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  overflow: hidden;
}
.page-view-userlogo a .userlogo{
  width: 100%;
}

@media (min-width: 768px) {
  .intro-container .intro-title {
    margin: 20px 0;
    line-height: 50px;
    font-size: 20px;
  }
  .intro-container .intro .showMoreBtn {
    display: block;
  }
  .intro-container .intro.intro-alter {
    width: 100%;
  }
  .intro-container .intro.intro-alter .intro-content img {
    float: none;
    width: 100%;
    display: block;
  }
  .intro-container .intro.intro-alter .intro-content img + img {
    margin-left: 0;
  }
  .intro-container #map {
    height: 400px;
  }
  .intro-container .fixed-paper {
    position: fixed;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: 330px;
    right: auto;
    z-index: 3;
  }
  .fixed-signUp {
    right: auto;
    left: calc((100vw - 1200px)/2 + 770px);
  }
  .first-inner {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
  }
  .PC-oper {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    position: relative;
  }
  .PC-oper .btn + .btn {
    position: absolute;
    right: 0;
  }
  .inner-block {
    display: flex;
    bottom: 10px;
  }
  body,
  html {
    height: auto;
    overflow: auto;
  }
  .PC-steps {
    display: block;
  }
  .nav {
    display: block;
  }
  .route {
    display: block;
  }
  .PC-footer {
    display: block;
  }
  .PC-container {
    width: 1000px;
    margin: 0 auto ;
    background-color: #fff;
    padding: 40px;
    height: auto;
  }
  .PC-container.center-content {
    height: 1180px;
    padding-top: 100px;
    margin-top: 30px;
  }
  .PC-container .PC-outer {
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    padding: 210px 40px 80px 40px;
    position: relative;
  }
  /* .footer {
    display: none;
  } */
  .center {
    width: 560px;
    margin: 0 auto;
  }
  .btn.btn-danger {
    display: inline-block;
  }
  #setLink {
    display: block;
    position: absolute;
    top: 210px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 560px;
    margin-left: -280px;
    background-color: transparent;
  }
  #setLink .body-item {
    padding: 0;
  }
  #setLink .body-item .form-horizontal .form-title {
    width: 56px;
  }
  #setLink .body-item .form-horizontal .form-control {
    width: 460px;
    margin-left: 10px;
    margin-right: 11px;
    padding: 9px;
  }
  #setLink .body-item .setGroup {
    display: block;
  }
  #setLink .body-item .flex.flex-grey {
    display: none;
  }
  #setLink .body-item .btn-danger {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  #setBag {
    position: absolute;
    width: 280px;
    left: 50%;
    top: 130px;
    margin-left: -230px;
    background-color: #fff;
    z-index: 32;
    height: 430px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: -1px 3px 12px -4px #000;
    -moz-box-shadow: -1px 3px 12px -4px #000;
    box-shadow: -1px 3px 12px -4px #000;
  }
  #setBag .header {
    display: none;
  }
  #setBag .body .body-item .line {
    padding-left: 0;
  }
  #setBag .body .body-item .line .line-left {
    display: block;
    position: relative;
  }
  #setBag .body .body-item .line .line-left.name {
    color: #3399cc;
  }
  #setBag .body .body-item .line .flex {
    position: absolute;
    top: 35px;
    right: 0;
    width: 64px;
    display: block;
    z-index: 3;
  }
  #setBag .body .body-item .line .flex:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
  }
  #setBag .body .body-item .line .flex .item {
    float: left;
  }
  #setBag .body .body-item .line .flex .item + .item {
    padding-left: 10px;
  }
  #setBag .body .body-item .line .flex .item .bg {
    width: 14px;
    height: 14px;
  }
  #setBag .body .body-item .line .flex .item .bg.cur {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
  }
  #setBag .body .body-item .line .range {
    width: 180px;
    position: relative;
  }
  #setBag .body .body-item .line .range .clear {
    display: block;
    padding-top: 5px;
  }
  #setBag .body .body-item .line .range input[type="number"] {
    width: 60px;
    display: block;
    position: absolute;
    top: 30px;
    left: 190px;
    border: 1px solid #3399cc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 7px;
  }
  #setBag .body .body-item + .body-item {
    border-top: none;
  }
  #setBagPic {
    position: absolute;
    width: 200px;
    left: 50%;
    top: -93px;
    margin-left: -260px;
    background-color: #fff;
    z-index: 32;
    max-height: 250px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: -1px 3px 12px -4px #000;
    -moz-box-shadow: -1px 3px 12px -4px #000;
    box-shadow: -1px 3px 12px -4px #000;
  }
  #setBagPic .header {
    display: none;
  }
  #setBagPic .PC-header {
    display: block;
  }
  #setBagPic .PC-header label {
    cursor: pointer;
    margin-left: 5px;
  }
  #setBagPic .PC-header label input {
    position: relative;
    top: 2px;
    margin-top: 10px;
  }
  #setBagPic .PC-header .clear {
    color: #3399cc;
    margin: 5px 10px 10px;
  }
  #setBagPic .PC-uploader {
    display: block;
    padding: 0 10px;
  }
  #setBagPic .linkGroup.flex-pic > .item {
    display: none;
  }
  #setBagPic .linkGroup.flex-pic > .item + .item {
    display: block;
    height: 35px;
  }
  #setBagPic .linkGroup.flex-pic > .item .bag-white {
    padding: 0;
  }
  .item-content:focus {
    outline: none;
  }
  .item-content > .item {
    padding-top: 10px;
  }
  .item-content > .item .date {
    font-size: 24px;
    padding: 1px 0;
  }
  .item-content > .item .date.date-title {
    width: 80%;
    line-height: 30px;
  }
  .item-content > .item .sign {
    margin: 15px 0;
  }
  .item-content > .item + .item .date {
    line-height: 30px;
    font-size: 18px;
  }
  .item-content > .item + .item .date.date-desc {
    height: 240px;
  }
  .showView-bag {
    background-color: #fff;
    width: 560px;
    margin-left: 210px;
    position: relative;
  }
  .showView-bag .showView-outer {
    position: relative;
    width: 560px;
  }
}
.bag-img {
  width: auto;
  position: relative;
}
.resize-img{
  width: 100%;
}
#cover_form {
  width: 100%;
  height: 100%;
}
.share-section {
  display: none;
  position: absolute;
  top: 0;
  right: -260px;
  text-align: center;
}
.share-section img{
  width: 100%;
}
@media (min-width: 768px) {
  .share-section {
    width: 245px;
    display: block;
  }
  .share-section .share-text {
    font-size: 20px;
    width: 120px;
    padding-top: 10px;
  }
  .share-section .bdshare_dialog_list li {
    width: 125px;
  }
  .share-section .bdshare-button-style0-32 a {
    background-image: url(../images/icon/shares.png);
    width: 80px;
    height: 80px;
  }
}



.view .swiperImg {
    width: 100%;
    height: 560px;
    line-height: 560px;
    overflow: hidden;
}

.intro-container .intro .title{
  color: #010101;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.intro-container .intro .user{
  padding-bottom: 20px;
}
.intro-container .intro .user .userInfo{
  display: flex;
  overflow: hidden;
}
.intro-container .intro .user .userInfo .userlogo{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 15px;
}
.intro-container .intro .user .userInfo .right{
    flex:1;
    display: flex;
    align-items: center;
}
.intro-container .intro .user .userInfo .right a.nickname{
  color: #444444;
  font-size: 16px;
  display: block;
  flex:1;
}
.intro-container .intro .user .userInfo .right span{
  color: #808080;
  font-size: 13px;
  display: block;
}
.intro-container .intro .user .focus .guanzhu{
  font-size: 16px;
  color: #808080;
  background: url(../images/focus.png) no-repeat left center;
  padding-left: 25px;
  background-size: 18px auto;
}
.intro-container .intro .activityTime{
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
.intro-container .intro .activityTime .timeTitle{
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.intro-container .intro .activityTime .activityDate,.intro-container .intro .activityTime .slice,.intro-container .intro .activityTime .time{
  color: #000000;
  font-size: 16px;
}
.intro-container .intro .activityAddress .place{
  color: #000000;
  font-size: 16px;
}
.intro-container .intro .activityAddress .address{
  color: #000000;
  font-size: 16px;
}
.intro-container .intro .activityAddress{
  /*background: url(../images/invitationlogo.png) no-repeat left center;
  background-position: 0 -121px;*/
  margin-bottom: 0px;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.intro-container .intro .activityAddress .addressTitle{
  font-size: 16px;
  color: #000;
  margin-right: 10px;
  flex-shrink: 0;
}
.intro-container .intro .activityPublish{
  margin-bottom: 0px;
  position: relative;
  display: flex;
}
.intro-container .intro .activityPublish .publishTitle{
  font-size: 16px;
  color: #000;
  margin-right: 10px;
  flex-shrink: 0;
}


.intro-container .intro .tickets_info .ticket_price{
  display: flex;
  justify-content: flex-end;
}
.intro-container .intro .tickets_info .ticket_price .price{
  display: block;
  font-size: 16px;
  color: #333;
  flex:1;
}
.intro-container .intro .tickets_info .ticket_price .price span{
  margin-right: 10px;
}
.intro-container .intro .tickets_info .ticket_price .number{
  display: block;
  color: #333;
  font-size: 16px;
}
.intro-container .intro .tickets_info .contact{
  display: flex;
  flex-direction: column;
}
.intro-container .intro .tickets_info .contact span{
  color: #8b8b8c;
  font-size: 16px;
  display: block;
  margin: 5px 0;
}
.intro-container .intro .tackpart{
  overflow: hidden;
  overflow-x: auto;
  margin-top: 10px;
}
.intro-container .intro .tackpart_number {
  clear: both;
}
.intro-container .intro .tackpart_number::after{
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.intro-container .intro .tackpart_number .user_logo{
  width: 42px;
  height: 42px;
  border-radius: 21px;
  margin-right: 5px;
  float: left;
}
.intro-container .intro.intro-auto {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
}
.intro-container .intro.intro-auto .albumsLists{
  padding: 0;
}
.intro-container .intro.intro-auto .albumsLists ul li{
  width: 80%;
}
.intro-container .intro.intro-auto .exhibitionsList{
  width: 80%;
}
.intro-container .intro.intro-auto .morebtns{
  position: relative;
  margin: -7.25rem 0 0;
  padding: 8.5rem 0 1.25rem;
  text-align: center;
}
.intro-container .intro.intro-auto .morebtns a{
  display: inline-block;
  color: #808080;
  font-size: 16px;
  position: relative;
  padding-right: 15px;
}
.intro-container .intro.intro-auto .morebtns a::after{
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #808080;
  border-top: 1px solid #808080;
  width: 8px;
  height: 8px;
  transform: rotate(225deg);
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.intro-container .intro.intro-auto .morebtns::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.25rem;
  background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
  background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
}

.intro-container .intro.intro-auto .intro-title{
  background-color: #f2f2f2;
  text-align: left;
  color: #444;
}
.invitation_s .inv_p{
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.invitation_s .invitation_logo{
  margin-right: 10px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.invitation_s .invitation_logo a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.invitation_s .invitation_logo a img{
  width: 100%;
}
.invitation_s .invitation_info{
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.invitation_s .invitation_info .invitation_time,.invitation_s .invitation_info .invitation_address{
  color: #666;
  font-size: 14px;
}

.invitation_s .inv_p .invitation_title a{
  color: #010101;
  font-size: 16px;
  display: inline;
  margin-right: 0px;
}
.invitation_s .inv_p .zd a{
  font-size: 14px;
  color: #12add3;
}
.invitation_s .invitation_left{
  flex:1;
  display: flex;
}
.invitation_s .invitation_bottom{
  display: flex;
  align-items: flex-end;
}
.invitation_s .invitation_bottom .invitation_ticket{
  color: #666;
  font-size: 14px;
  flex:1;
}
.invitation_s .invitation_right{
  display: flex;
  flex-direction: column;
}

.invitation_s .invitation_right .invitation_ticket{
  color: #666;
  font-size: 14px;
  margin-top: auto;
}

.intro-container .intro.intro-bottom{
  padding: 0;
  margin-bottom: 0;
}
  .intro-container .intro.mapArea{
    padding-left: 0;
    padding-right: 0;
  }
.mapArea{
  margin-top: 10px;
}
.mapArea .location{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mapArea .location input[type="text"]{
  flex: 1;
  padding-left: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  color: #333;
}
.mapArea .location  .mapLocation{
  display: inline-block;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    color: #fefefe;
    font-size: 14px;
    background-color: #d51550;
    margin-left: 10px;
}
.location_map{
  width: 100%;
}
.invitation_view{
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.intro-container .related_info{
  position: relative;
}
.intro-container .related_info .list{
padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}
.intro-container .related_info .list .info_title{
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
font-size: 16px;
  color: #444;
}
.intro-container .related_info .list .info_title a{
color: #444;
}
.intro-container .related_info .list .stitle{
margin: 5px 0 8px 0;
}
.intro-container .related_info .list .stitle a{
color: #a0a0a0;
  font-size: 12px;
}
.intro-container .related_info .list .desc{
font-size: 16px;
  color: #444;
  word-break: break-all;
}
.intro-container .related_info .list .desc .info{
overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 35px;
}
.intro-container .related_info .list .desc .imgArea{
overflow-y: hidden;
}
.intro-container .related_info .list .desc .imgArea .parts{
width: 100%;
clear: both;
  overflow-y: hidden;
}
.intro-container .related_info .list .desc .imgArea .parts a{
display: flex;
  float: left;
  margin-right: 2px;
  width: 150px;
  height: 150px;
  background-color: #000;
  overflow: hidden;
  justify-content: center;
}
.intro-container .related_info .list .desc .imgArea .parts a img{
height: 150px;
  max-width: initial;
}
.intro-container .related_info .list .related_commentInfo{
overflow: hidden;
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.intro-container .related_info .list .related_commentInfo .left{
flex: 1;
  height: auto;
  width: 50%;
  margin-bottom: 10px;
}
.intro-container .related_info .list .related_commentInfo .left .author{
font-size: 14px;
}
.intro-container .related_info .list .related_commentInfo .left .author a{
color: #12add3;
}
.intro-container .related_info .list .related_commentInfo .left .time{
color: #a0a0a0;
  font-size: 12px;
}
.intro-container .related_info .list .related_commentInfo .right{
display: flex;
  align-items: center;
  justify-content: center;
}
.intro-container .related_info .list .related_commentInfo .right>a{
background: url(../img/usercenter/comment_logo.png) no-repeat;
  display: inline-block;
  background-size: 19px auto;
  color: #808080;
  margin-left: 10px;
  font-size: 12px;
}
.intro-container .related_info .list .related_commentInfo .right>a.record{
background-position: 0 -28px;
  height: 16px;
  padding-left: 25px;
}
.intro-container .related_info .list .related_commentInfo .right>a.good{
background-position: 0 0px;
  height: 16px;
  padding-left: 25px;
}
.intro-container .related_info .list .related_commentInfo .right>a.forwardTo{
background-position: 0 -54px;
  width: 19px;
  height: 19px;
  font-size: 0;
  cursor: pointer;
}
.intro-container .comment_Products{
  display: block;
}
.intro-container .comment_exhibition_ground .comment_Products{
	width: 415px;
}
.intro-container .related_albums .albumsLists ul li{
  padding: 0;
  width: 415px;
}
.intro-container .tabContent .dataList li .list .ziliaopic{
  box-sizing: content-box;
}
.intro-container .comment_Productlists::before{
  display: none;
}
.intro-container .tabContent .dataList li .list:last-child{
  border-bottom: none;
}
.intro-container .comment_invitation{
  border-bottom: none;
}
.intro-container .comment_invitation a.list:last-child{
  border-bottom: none;
}

@media (max-width: 640px) {
  .container .header{
    display: none;
  }
  .sub{
    display: none;
  }
 
  .view .swiperImg{
    height: 320px;
  }
  .intro-container .intro.intro-auto .intro-schedules-title::before{
    display: none;
  }
  .intro-container .intro.intro-auto .intro-schedules-title span{
    background-color: transparent;
  }
  .container > .bottomfooter{
    display: none;
  }
  .page-view-userlogo{
    display: block;
  }
  .intro-container .intro.mapArea{
    padding-left: 10px;
    padding-right: 10px;
  }
  .intro-container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .intro-container .intro.intro-auto .exhibitionsList{
    width: 100%;
  }
  .invitation_view{
    padding-top: 0;
    margin-top: 0;
  }
  .fixed-signUp{
    bottom: 60px;
  }
  .intro-container .comment_Products{
    width: 100%;
  }
  .intro-container .comment_exhibition_ground .comment_Products{
    width: 100%;
  }
  .intro-container .related_albums .albumsLists ul li{
		width: 100%;
		float: none;
	}
  
}
