@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  } /* 注意这里定义50.01%立刻透明度为０，可以设置闪烁效果 */
  100% {
    opacity: 0;
  }
}

/* 添加兼容性前缀 */

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* 定义blink类*/
.blink {
  animation: blink 1.25s linear infinite;
  /* 其它浏览器兼容性前缀 */
  -webkit-animation: blink 1.25s linear infinite;
  -moz-animation: blink 1.25s linear infinite;
  -ms-animation: blink 1.25s linear infinite;
  -o-animation: blink 1.25s linear infinite;
  color: #dd4814;
  background-color: yellow;
}

#myslide {
}

#myCarousel {
  /*height:250px;*/
}

.t1 {
  color: #000000;
  font-size: 2.2em;
}

.t2 {
  color: #000000;
  font-size: 2em;
}

#logos {
}

.farelistXpic2 {
  display: none;
}

.seminarXo,
.seminarXsm {
  display: none;
}

.logosXo {
  display: none;
}
.hitXpic2 {
  display: none;
}

#myslide .left {
  text-align: center !important;
}

.carousel-indicators {
  bottom: -10px;
}

.showall {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 0.6em !important;
}

.discountBox {
  padding: 20px;
}

.discount-img {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
}

.discount-title {
  margin: 0;
  padding: 5px 0;
  font-size: 1em !important;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.8em;
  height: 1.8em;
}
.discount-text {
  text-align: left;
  font-size: 1em;
  line-height: 1.4em;
  height: 2.8em;
  color: #999999;
  overflow: hidden;
}
.discount-read {
  text-align: right;
  padding: 0 0 15px 0;
}
.discount-img a {
  display: block;
  height: 95px;
}

#logos {
  padding-top: 20px;
}

.carousel-control {
  width: 8%;
}

.provider-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.list-item {
  flex: 0 1 33%;
  text-decoration: none;
}

a.list-item {
  text-decoration: none;
}

.provider-card {
  display: flex;
  flex-direction: column;
  height: 320px;
  max-width: 450px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #f7f9fa;
  border: 1px solid #eaedef;
}
.provider-head {
  min-height: 164px;
  padding: 0;
}
.provider-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 16px 16px 16px;
}
.benefit-info-wraper {
  margin-left: 16px;
  margin-bottom: 16px;
}
.provider-background-image {
  position: relative;
  height: 150px;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.provider-background-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 105%;
  height: 0;
  background: #f7f9fa;
  bottom: 0;
  left: 0;
  transform: translateY(100%) skewY(-4deg);
  transform-origin: bottom left;
  padding-bottom: 8%;
}
.background-image-items {
  display: inline-flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.provider-main-image-wrapper {
  border-radius: 2px;
  position: relative;
  top: -90px;
  right: 16px;
  margin-left: auto;
  width: 75px;
  height: 75px;
  border: 1px solid #dfe2e9;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.provider-main-image {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
}

.provider-name {
  color: #2f3336;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}

.provider-benefits-summary {
  color: #646a70;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .col-zz-5 {
    float: left;
    width: 20%;
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .t1 {
    font-size: 2em;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  .logosXo {
    display: block;
  }
  .logosXpic {
    display: none;
  }
  .t1 {
    font-size: 1.5em;
  }
  .t2 {
    font-size: 1.5em;
  }
  .col-zz-5 {
    padding: 10px 0;
  }
  #logos {
    padding: 10px 0 0 0;
  }
}
