@charset "utf-8";
/* CSS Document */

.stag li {
  display: inline-block;
}
.stag li a {
  display: block;
  padding: 10px 15px 10px 15px;
  line-height: 100%;
  color: #333;
  text-decoration: none;
  background-color: #F2F2F2;
  border-radius: 30px;
  margin-right: 5px;
  font-size: 13px;
  cursor: pointer;
}
.stag li a.selected {
  background-color: #f44336;
  color:#FFFFFF;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}

.expo li em {
  color: #333;
  font-size: 13px;
  background: #E0E0E0;
  padding: 0px 4px;
  text-align: center;
}
.expo li em.host {
  color: #fff;
  background: #3F51B5;
}
/**expo list 警語**/
.wraning {
  height: 45px;
  width: auto;
  color: red;
  overflow: hidden;
}
/*---------------- icon for expo list ---------------------*/
.textLink dd {
  display: inline-block;
}
.textLink dd a {
  display: block;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 15px center;
  padding: 10px 15px 10px 35px;
  line-height: 100%;
  color: #333;
  text-decoration: none;
  background-color: #F2F2F2;
  border-radius: 30px;
  margin-right: 5px;
  font-size: 13px;
  cursor: pointer;
}
.textLink dd a:hover {
  background-color: #FFF;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
.textLink dd a.favor {
  background-image: url(../images/favor.svg);
}
.textLink dd a.ticket {
  background-image: url(../images/ticket.svg);
}
.textLink dd a.favorDel {
  background-image: url(../images/favorRed.svg); /*color: #F44336;*/
}
.textLink dd a.del {
  background-image: url(../images/close.svg);
}
.textLink dd a.prereg {
  background-image: url(../images/preReg.svg);
}
.textLink dd a.website {
  background-image: url(../images/website.svg);
}
.textLink dd a.download {
  background-image: url(../images/download.svg);
}
.textLink dd a.apply {
  background-image: url(../images/apply.svg);
}
.textLink dd a.salse {
  background-image: url(../images/salse.svg);
}
.textLink dd a.history {
  background-image: url(../images/history.svg);
}
.textLink dd a.qrcode,.textLink dd a.showcard  {
  background-image: url(../images/qrcode.svg);
}
.textLink dd a.detail {
  background-image: url(../images/detail.svg);
}
.textLink dd a.addCalendar {
  background-image: url(../images/addCalendar.svg);
}
.textLink dd a.money {
  background-image: url(../images/money.svg);
  background-color: #4CAF50;
  color: #fff;
}
/*-------------expo sort--------------*/
#sort dd h5 {
  font-size: 16px;
  background: #f5f5f5;
  padding: 5px 15px;
  margin: 5px -15px;
}
#sort dd h5:first-child {
  margin-top: 0;
}
/*------------- tags --------------*/
#tags {
  background: #F9EEBC;
  border: 1px solid #F8D892;
  padding: 5px 20px;
  border-radius: 3px;
}
#tags li {
  display: inline-block;
}
#tags li::before {
  content: " + ";
}
#tags li:first-child::before {
  content: "";
}
.hotlinks {
  font-size: 14px;
}
/*-- addCalender --*/
#addCalendar {
  text-align: center;
  display: none;
  padding: 10px;
}
#addCalendar li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
#addCalendar li img {
  width: 80px;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*----------------- 內頁expo lsit---------------*/
  .expo li {
    border-bottom: 1px solid #ddd;
    display: block;
    position: relative;
    padding: 15px 0;
    width: auto;
  }
  .expo li:first-of-type {
    padding-top: 0;
  }
  .expo li div.left {
    width: 160px;
    float: left;
    position: relative;
  }
  .expo li div.right {
    width: auto;
    min-height: 160px;
    margin-left: 180px;
    position: relative;
    /*-- 垂直致中 --*/
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .expo li em {
    position: absolute;
    left: 0;
    top: 0;
  }
  /*-------------expo sort--------------*/
  #sort {
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  #sort dt {
    font-size: 17px;
    margin: 0 15px;
    padding: 15px 0;
    background-image: url(../images/closeItem.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: right center;
    cursor: pointer;
  }
  #sort dt.itemOpen {
    background-image: url(../images/openItem.svg);
  }
  #sort dl {
    border-bottom: 1px solid #E0E0E0;
  }
  #sort dd {
    padding: 0 15px 15px 15px;
  }
  #sort dl:last-child {
    border-bottom: none;
  }
  /*------------------------- inner prodoct detail ------------------------*/
  #expoDetailLeft {
    width: 240px;
    float: left;
  }
  #expoDetailRight {
    width: auto;
    margin-left: 280px;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  .lightLine {
    margin: 20px -15px;
  }
  /*----------------- 內頁expo lsit---------------*/
  .expo li {
    border-bottom: 1px solid #ddd;
    display: block;
    width: auto;
    margin: 0 -15px;
    padding: 10px 15px;
  }
  .expo li:first-child {
    padding-top: 0;
  }
  .expo li div.left {
    width: 90px;
    float: left;
    position: relative;
  }
  .expo li div.right {
    width: auto;
    margin-left: 100px;
    position: relative;
  }
  /*for member favor prod*/
  .favorProd .expo li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .favorProd .expo li:first-child {
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
  .msgDetail .expo li {
    margin-bottom: 15px;
  }
  /*---------------- icon for expo list ---------------------*/
  .textLink dd a {
    margin-right: 4px;
    margin-bottom: 7px;
    padding: 10px 10px 10px 30px;
    background-position: left 10px center;
  }
  /*------------- tags --------------*/
  #tags {
    padding: 5px 10px;
    margin-top: -10px;
  }
  /*-------------expo sort--------------*/
  #sort {
    border: 1px solid #E0E0E0;
    width: 100%
  }
  #sort dt {
    margin: 0 10px;
    padding: 10px 0;
    background-image: url(../images/closeItem.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: right center;
    font-weight: bold;
  }
  #sort dt.itemOpen {
    background-image: url(../images/openItem.svg);
  }
  #sort dl {
    border-bottom: 1px solid #E0E0E0;
  }
  #sort dd {
    padding: 0 10px 10px 10px;
    max-height: 145px;
    overflow-x: hidden;
  }
  #sort dl:last-child {
    border-bottom: none;
  }
  /*------------- 主辨/代理 --------------*/
  .expo li em {
    display: inline-block;
    margin-top: 5px;
  }
  /*------------------------- inner prodoct detail ------------------------*/
  #expoDetailLeft {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}