*{margin: 0;padding: 0;}
body{margin:0px;}
div{ text-align:left;}
a{text-decoration:none; color: #333;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
img{border:0px;}
:focus {OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: 0px;}
ul{margin:0px; padding:0px;}
li{margin:0px; padding:0px; list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none;}
img{border:0px;}
h1{margin:0px; padding:0px;}
h2{margin:0px; padding:0px;}
h3{margin:0px; padding:0px;}
object,embed,a,input{bblr:expression_r(this.onFocus=this.blur());outline:none;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);box-shadow: none; -webkit-appearance: none;  background-color: transparent;}
textarea{box-shadow: none; -webkit-appearance: none;  background-color: transparent;}
a:-webkit-any-link {text-decoration: none;}
.clear-float {
  clear: both;
}
.is-center-section>div {
  width: 1170px;
  margin: 0 auto;
}

.form-control:focus {
  border-color: #e14c46 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(225, 76, 70, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(225, 76, 70, 0.6) !important;
}

.btn-default:focus,
.btn-default.focus {
  outline: 0 !important;
}

.detail-common-title {
  text-align: left;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  user-select: none;
  padding: 20px !important;
}

.detail-common-title>p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(17, 17, 17, 1);
  line-height: 25px;
  position: relative;
}

.detail-common-title>p::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 17px;
  background-color: #e14c46;
  margin-left: -15px;
}

/* 头部 */
.common-header {
  width: 100%;
  /* height: 150px; */
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}
.header-main {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  position: relative;
  background: #000;
}

.header-nav {
  width: 1200px;
  height: 67px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo{
  width: 253px;
  height: 48px;
  /* margin-right: 142px; */
  display: flex;
  justify-items: center;
  align-items: center;
}
.searchLogo{
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 30px;
}
.header-logo img {
  width: 100%;
  height: 100%;
}
.header-nav>ul {
  display: inline-block;

}

.header-nav>ul>li {
  text-align: center;
  line-height: 67px;
  /* width: 125px; */
  padding: 0 20px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: rgba(17, 17, 17, 1);
  position: relative;
  cursor: pointer;
  user-select: none;
}

.header-nav>ul>li.active {
  font-size: 15px;
  font-weight: 500;
}

.header-nav>ul>li.active::after {
  content: ' ';
  width: 42px;
  height: 4px;
  background: rgba(225, 76, 70, 1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.header-main-left {
  float: left;
  width: 770px;
  height: 100%;
}

.header-main-left img {
  width: 291px;
  margin-top: 25px;
  margin-left: -48px;
  float: left;
}

.header-main-left a {
  display: block;
  float: left;
  line-height: 83px;
  margin-left: 15px;
  color: #333;
  text-decoration: none;
}

.header-main-left a:hover {
  color: #e14c46;
}

.header-main-left .input-group {
  width: 430px;
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}

.header-main-left .input-group>input {
  height: 40px;
  border: 1px solid #e14c46;
  border-radius: 0px !important;
}

.header-main-left .input-group>span>button {
  height: 40px;
  outline: none !important;
  width: 90px;
  border: 1px solid #e14c46;
  background-color: #e14c46;
  color: #ffffff;
  border-radius: 0px !important;
}

.header-main-left .input-group>span>button:active {
  border: 1px solid #e14b46be;
  background-color: #e14b46be;
  color: #ffffff;
}

.header-main-left .keyword {
  width: 340px;
  height: 30px;
  float: right;
  margin-right: 120px;
}

.header-main-left .keyword>ul {
  margin-top: 8px;
}

.header-main-left .keyword>ul>li {
  float: left;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  height: 14px;
  line-height: 14px;
  border-right: 1px solid #999999;
  cursor: pointer;
}

.header-main-left .keyword>ul>li:last-child {
  border: none;
}

.header-main-right {
  width: 1000px;
  height: 100%;
  text-align: right;
  position: relative;
  font-size: 16px;
  margin: 0 auto;
}

.header-main-right>span {
  position: relative;
  margin-left: 25px;
  margin-right: 5px;
  line-height: 30px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}

.header-main-right>span:hover {
  color: #e14c46;
}

.header-main-right>span a:hover {
  color: #e14c46;
}

.header-main-right>span>img {
  width: 20px;
  margin-right: 5px;
  display: none;
}

.header-main-right>span>a {
  color: #fff;
  text-decoration: none;
}

.header-main-right>span::after {
  content: ' ';
  width: 1px;
  height: 15px;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 15px;
}

.header-main-right>span:nth-child(3)::after {
  width: 0px;
}

.minipro-code {
  width: 183px;
  height: 202px;
  position: absolute;
  z-index: 20000;
  right: 0;
  clear: both;
  margin-top: 0px !important;
  margin-right: 5px !important;
  padding-top: 5px;
  display: none;
}
.minipro-code>div {
  width: 183px;
  height: 190px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  text-align: center;
  position: relative;
  padding-top: 10px;
}

.minipro-code>div>img {
  position: absolute;
  z-index: 3000;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}

.minipro-code>div>p {
  position: absolute;
  bottom: 0;
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}

.minipro-code>div::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* 底部信息 */
.main-footer {
  width: 100%;
  height: 408px;
  background-color: #333333;
  background: url('../img/footerback.png');
  background-size: 100% 100%;
}

.main-footer>.footer-top {
  width: 100%;
  height: 338px;
}

.main-footer>div:last-child {
  width: 1080px;
  max-width: 1080px;
  min-width: 1080px;
  height: 70px;
  margin: 0px auto;
  line-height: 70px;
  color: #FFFFFF;
  text-align: center;
}

.footer-top-center {
  width: 913px;
  height: 100%;
  margin: 0px auto;
  color: #FFFFFF;
}

.zixun-top {
  width: 100%;
  height: 268px;
}

.zixun-top-left {
  float: left;
  width: 603px;
  height: 100%;
  padding-top: 60px;
  padding-left: 50px;
}

.zixun-top-left>ul>li {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
}

.zixun-top-left>ul>li:first-child {
  margin-bottom: 7px;
}

.zixun-top-left>ul>li:nth-child(2) {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 30px;
}

.zixun-top-left>ul>li:nth-child(3) {
  margin-bottom: 7px;
}

.zixun-top-right {
  float: left;
  width: 310px;
  height: 100%;
  padding-top: 63px;
}

.zixun-top-right>div {
  float: left;
  width: 140px;
  height: 170px;
  text-align: center;
}

.zixun-top-right>div:last-child {
  margin-left: 30px;
}

.zixun-top-right>div>img {
  width: 140px;
  height: 140px;
  margin-bottom: 5px;
}

.zixun-top-right>div>p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
}

.zixun-bottom {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #979797;
  padding-left: 50px;
}

.zixun-bottom>span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-right: 67px;
}

.zixun-bottom>a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-right: 58px;
}

.main-footer>div>span>a {
  text-decoration: none;
  color: #FFFFFF;
  margin-right: 4px;
}

.main-footer>div>span:nth-child(2) {
  margin-left: 50px;
}

.footer-fixed {
}

/* 活动详情头部 */
.active-detail-header {
  height: 430px;
  padding-top: 80px;
}

.sign-over {
  border-color: #aaaaaa !important;
  background-color: #aaaaaa !important;
  color: #ffffff !important;
  margin-right: 10px;
}

#shoucang>i {
  color: #999999;
  font-size: 16px;
  margin-right: 5px;
}

#quxiaoshoucang>i {
  color: #999999;
  font-size: 16px;
  margin-right: 5px;
}

#quxiaoshoucang {
  color: #999999 !important;
}

.quxiaoshoucang {
  border-radius: 20px;
  border-color: #999999 !important;
}

.shou-cang {
  border-color: #FFAB00 !important;
  background-color: #ffffff !important;
  color: #FFAB00 !important;
}

#activeDetai {
  background: url('../img/detailtop.png') no-repeat;
  background-size: 100% 150%;
}

.active-detail-header .cover-img {
  width: 500px;
  height: 250px;
  background-color: red;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  float: left;
  overflow: hidden;
  cursor: pointer;
}

.active-detail-header .cover-img:hover>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.active-detail-header .cover-img>img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  /*ease-out 减速、慢慢结束*/
  -webkit-transition: all 0.3s ease-out;
}

.active-detail-header .detail-info {
  width: 560px;
  height: 250px;
  float: right;
  padding-top: 10px;
}
.detail-info > p:nth-child(3){
  margin-top: 20px;
}
.detail-info>p:first-child {
  width: 100%;
  max-height: 100px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  cursor: pointer;
}

.detail-info>p:first-child:hover {
  color: #e14c46;
}

.detail-info>p>img {
  width: 18px;
  margin-right: 5px;
  margin-top: -4px;
}

.detail-address {
  width: 13px !important;
  margin-left: 2px;
}

.detail-date{
  width: 15px !important;
  margin-top: -0px;
}

.detail-info>p:nth-child(2) {
  margin-bottom: 5px;
}

.detail-info>p:nth-child(3),
.detail-info>p:nth-child(4) {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}

.detail-info>p:last-child {
  margin-top: 20px;
}

.detail-info>p:last-child>span {
  display: inline-block;
  width: 136px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(153, 153, 153, 1);
  cursor: pointer;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.detail-info>p:last-child>span:active {
  opacity: 0.8;
}

.detail-info>p:last-child>span:first-child {
  border-color: #e14c46;
  background-color: #e14c46;
  color: #ffffff;
  margin-right: 10px;
}

.lookzhibo {
  border-color: #e14c46 !important;
  background-color: #e14c46 !important;
  color: #ffffff !important;
  display: none;
}

/* 通知信息 */
.tongzhi-pannel {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
}

.main-tongzhi {
  width: 350px;
  height: 160px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  border-radius: 5px;
  overflow: hidden;
}

.tongzhi-bottom {
  width: 100%;
  height: 60px;
  border-top: 1px solid #dedede;
}

.tongzhi-bottom>div {
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  cursor: pointer;
}


.tongzhi-bottom>div:first-child {
  float: left;
}

.tongzhi-bottom>div:last-child {
  float: left;
  background-color: #e14c46;
  color: #ffffff;
}

.tongzhi-up {
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 18px;
  padding: 0 20px;
}

/* 发现活动列表 */
.search-active-list {
  width: 100%;
  min-height: 400px;
}
.search-active-list-item {
  width: 100%;
  height: 220px;
  border-bottom: 1px solid #cccccc;
  padding: 40px 0;
  display: block;
}

.search-active-list-item>div {
  display: inline-block;
  vertical-align: top;
  height: 139px;
}

.search-active-list-item-cover {
  width: 278px;
  position: relative;
}
.search-active-list-item-cover b{
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  border-radius: 0 0 18px 3px;
  background: rgb(217, 216, 216);
  top: 0;
  left: 0;
}
.search-active-list-item-cover>img {
  width: 100%;
  height: 100%;
}
.search-active-list-item:nth-child(1)>.search-active-list-item-cover>b{
  background: #EE2233;
}
.search-active-list-item:nth-child(2)>.search-active-list-item-cover>b{
  background: #FF745C;
}
.search-active-list-item:nth-child(3)>.search-active-list-item-cover>b{
  background: #FFBA5C;

}
.search-item-content {
  width: 700px;
  /* padding: 10px; */
  padding-left: 20px;
}

.small-content {
  width: 400px !important;
}

.search-item-content>p:first-child {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  line-height: 23px;
}
.search-item-content>p:first-child:hover {
  color: #EE2233;
}
.search-item-content>p:nth-child(2){
  padding-left: 1px;
}

.search-item-content>p:nth-child(2),
.search-item-content>p:nth-child(3), .search-item-content>p:nth-child(4){
  width: 100%;
  height: 25px;
  font-size: 13px;
  color: #555;
  line-height: 25px;
}

.search-item-content>p:nth-child(3)>img{
  width: 14px;
  margin-top: -3px;
  margin-right: 9px;
  margin-left: 2px;
}

.search-item-content>p:nth-child(4)>img{
  width: 12px;
  margin-left: 3px;
  margin-right: 9px;
}
.browse span{
  /* width: 63px; */
  display: inline-block;
  line-height: 15px;
  margin-right: 18px;
}
.fenxiang{
  border-left: 1px solid #979797;
  padding-left: 18px;
}
.browse span img {
  width: 16px;
  margin-right: 12px;
}
.search-btn-pannel {
  width: 100px;
  padding-left: 13px;
  padding-top: 100px;
}

.search-btn-pannel>p {
  display: block;
  width: 87px;
  height: 34px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.search-btn-pannel .go-detail {
  background: rgba(225, 76, 70, 1);
  color: rgba(255, 255, 255, 1);
}

.search-btn-pannel .go-detail:active {
  background: rgba(225, 76, 70, 0.8);
}

.search-btn-pannel .go-look {
  background: #cccccc;
  color: rgba(255, 255, 255, 1);
}

.search-btn-pannel .go-look:active {
  opacity: 0.8;
}

.empty-pannel {
  width: 100%;
  height: 300px;
  text-align: center;
  /* padding-top: 100px; */
}

.empty-pannel>img {
  width: 160px;
  height: 140px;
  margin-bottom: 20px;
}

.empty-pannel>p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 10px;
}

.empty-pannel>p:nth-child(3) {
  width: 110px;
  height: 34px;
  background: rgba(225, 76, 70, 1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 34px;
  text-align: center;
  margin: 0 auto;
  user-select: none;
  cursor: pointer;
}

/* 通用的头部 */
.comon-header-top {
  height: 322px;
  background: url('../img/xianshangtop.png');
  text-align: center;
  padding-top: 80px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.day-top {
  background: url('../img/jinrihuodongtop.png');
}

.up-top {
  background: url('../img/xianshangtop.png');
}

.category-top {
  background: url('../img/fenleitop.png');
}

.wenzhang-top {
  background: url('../img/wenzhangsixiangtop.png');
}

.huodong-top {
  background: url('../img/huodongsixiangtop.png');
}

.comon-header-top-inner>p {
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}

.comon-header-top-inner>div {
  width: 728px;
  height: 74px;
  background: rgba(245, 245, 245, 0.6);
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
}

.comon-header-top-inner>div>p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 74px;
  user-select: none;
  cursor: pointer;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #e14c46;
  border-color: #e14c46;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #e14c46;
}

/* ie8 */
#isIe8 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 50000;
  top: 0;
  left: 0;
}

#isIe8>div {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding-top: 60px;
}

#isIe8>div>img {
  width: 250px;
  margin-bottom: 30px;
}

#isIe8>div>p {
  font-size: 16px;
  margin-bottom: 10px;
}

#isIe8>div>p>a {
  color: #e14c46;
}

.share-code-big-pannel {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40000;
}

.share-code-inner {
  width: 237px;
  height: 237px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  margin: 0 auto;
  margin-top: 300px;
}

.share-code-title {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 54px;
  padding-left: 20px;
}

.share-code-content {
  text-align: center;
}

.share-code-content>img {
  width: 160px;
}
@media only all and (max-width:870px){
  .is-center-section > div{
    width: 100%;
  }
  .moblie_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .moblie_title :first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
    font-feature-settings: "kern" on;
    color: #333333;
  }
}