@charset "utf-8";



/* ===============================================
# 欧冠体育投注_足球365比分-直播*官网
=============================================== */
.sec_news .tab{
  width: 100%;
  padding-bottom: 10px;
}
.sec_news .tab ul {
  justify-content: flex-end;  
}
.sec_news .tab li{
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
.sec_news .tab li:last-child::after,
.sec_news .tab li::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 80%;
  width: 1px;
  background-color: #a9a9a9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_news .tab li:last-child::after{
  left: auto;
  right: 0;
}
.sec_news .tab li a{
  padding: 14px 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.sec_news .tab li a.active,
.sec_news .tab li a:hover{
  background-color: #ec6d74;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width :768px){
  .sec_news .tab li{
    font-size: 12px;
    font-size: 1.2rem;
  }

}