*:after,
*:before {
  box-sizing: border-box;
}

:root {
  --color-text-primary: #1c2a38;
  --color-text-secondary: #8A8F98;
  --color-text-alert: #d72641;
  --color-text-icon: #dbdade;
  --color-bg-primary: #fff;
  --color-bg-secondary: #f3f5f9;
  --color-bg-alert: #fdeaec;
  --color-theme-primary: #623ce6;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
}

strong {
  font-weight: 600;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: var(--color-text-primary);
  background-color: var(--color-bg-secondary);
}

.match {
  background-color: var(--color-bg-primary);
  width: 100%;
  margin:0 10px;
   margin-bottom:30px;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(48, 48, 48, 0.1), 0 4px 4px 0 rgba(48, 48, 48, 0.1);
}

.match-header {
  display: flex;
  border-bottom: 2px solid rgba(48, 48, 48, 0.1);
  padding: 16px;
  margin-bottom: 30px;
}

.match-status {
  background-color: var(--color-bg-alert);
  color: var(--color-text-alert);
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: auto;
}
.match-status:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 8px;
}

.match-tournament {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.match-tournament img {
  width: 20px;
  margin-right: 12px;
}

.match-actions {
  display: flex;
  margin-left: auto;
}

.btn-icon {
  border: 0;
  background-color: transparent;
  color: var(--color-text-icon);
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-content {
  display: flex;
  position: relative;
}

.column {
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-bg-primary);
  box-shadow: 0 4px 4px 0 rgba(48, 48, 48, 0.15), 0 0 0 15px var(--color-bg-secondary);
}
.team-logo img {
  width: 50px;
}

.team-name {
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
}

.match-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.match-date, .match-referee {
  font-size: 14px;
  color: var(--color-text-secondary);
}
.match-date strong, .match-referee strong {
  color: var(--color-text-primary);
}

.match-score {
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.match-score-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
.match-score-number--leading {
  color: var(--color-theme-primary);
}

.match-score-divider {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-text-icon);
  margin-left: 10px;
  margin-right: 10px;
}

.match-time-lapsed {
  color: #DF9443;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}

.match-referee {
  margin-top: 12px;
}

.match-bet-options {
  display: flex;
  margin-top: 8px;
  padding-bottom: 12px;
}

.match-bet-option {
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid var(--color-text-icon);
  background-color: #F9f9f9;
  border-radius: 2px;
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
}
.live-adress{display:block}
.match-bet-place {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  background-color: var(--color-theme-primary);
  border-radius: 6px;
  padding: 10px 48px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0 4px 8px 0 rgba(48, 48, 48, 0.25);
   }
  .xg-lsdz {
  	    background-color: #FFF;
  	    height: auto;
  	    overflow: hidden;
  	    padding: 10px;
  	    FONT-SIZE: 14PX;
  	    min-height: 1.25rem;
  	}
  	
  	.wenzi_1{
  	    
  	    
  	    background-color: #ddf2ff;
  	    vertical-align: middle; 
  	    border: 1px solid #ffffff;
  	    padding: 10px;
  	}
  	
  	
  	
  	
  .wenzian{cursor:pointer;
      
      	    border: 1px solid #1a87d3;
      	    background-color: #f0f8ff;
  
      	    padding: 4px;
  
  }
  
  .wenzian:hover{
      
      	    background-color: #1a87d3;
              color: #fff;
      	    padding: 4px;
  
  }
  
  #wenzi li {
  	width: 100%;
  	display: flex;
  	margin-bottom: 0.5rem;
  	line-height: 40px;
  
  }
  
  #wenzi li .imgBox {
  	width: 35px;
  	height: 40px;
  	padding-top: .32rem;
  	flex-shrink: 0;
  	
  }
  #wenzi li .imgBox img{
  	width: 30px;
  	height: 30px;
  
  }
  
  
  #wenzi li .tIcon {
  	background-repeat: no-repeat;
  	background-position: 50%;
  	width: .3rem;
  	height: .3rem;
  	display: inline-block;
  	background-size: auto .3rem;
  }
  
  #wenzi li .imgBox .tlive0 {
  	background: url(/style/img/ico0.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive1 {
  	background: url(/style/img/ico1.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive2 {
  	background: url(/style/img/ico2.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive3 {
  	background: url(/style/img/ico3.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive4 {
  	background: url(/style/img/ico4.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive5 {
  	background: url(/style/img/ico5.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive6 {
  	background: url(/style/img/ico6.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive7 {
  	background: url(/style/img/ico7.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive8 {
  	background: url(/style/img/ico8.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive9 {
  	background: url(/style/img/jh.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive10 {
  	background: url(/style/img/ico0.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive11 {
  	background: url(/style/img/ico11.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive13 {
  	background: url(/style/img/ico13.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive14 {
  	background: url(/style/img/ico14.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive15 {
  	background: url(/style/img/ico15.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive16 {
  	background: url(/style/img/ico16.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlive17 {
  	background: url(/style/img/ico17.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .imgBox .tlivezhugong {
  	background: url(/style/img/zhugong.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }
  
  #wenzi li .content {
  	width: 100%;
  	
      background: #d9e5ef;
  	box-shadow: 0 0.1rem 0.88rem 0 rgba(0, 0, 0, .06);
  	border-radius: .26rem;
  	padding: .14rem .4rem .14rem .14rem;
  	position: relative;
  }
  
  #wenzi li .content p {
  	line-height: 1.5rem;
  	
  
  	line-height: 40px;
  	    font-size: 14px;
  	  
  	    color: #2c65ae;
  }
  
  #wenzi li .content .aColor1 {
  	background: #f6bd35;
  }
  #wenzi li .content .aColor0 {
  	background: #00cfbe;
  }
  
  #wenzi li .content .colorBar {
  	position: absolute;
  	right: .15rem;
  	width: 0.5rem;
  	display: block;
  	height: calc(100% - .44rem);
  	top: .22rem;
  	/* border-radius: .06rem; */
  }	
  	
  	
@media screen and (max-width: 460px) {
	.match-score-number{font-size: 22px;}
	.px-5{padding: 0.25rem 0.75rem !important;}
	#example{font-size: 12px;}
	#example td {
	    padding: 0.55rem;
	   
	}
	.match {
	    background-color: var(--color-bg-primary);
	    width: 100%;
	    margin: 15px;
	    border-radius: 10px;

	}
	.column {
	  padding: 5px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: calc(100% / 3);
	}
   .team-logo {
       width: 60px;
       height: 60px;
       display: flex;
       align-items: center;
       justify-content: center;
       border-radius: 50%;
       background-color: var(--color-bg-primary);
       box-shadow: 0 4px 4px 0 rgba(48, 48, 48, 0.15), 0 0 0 15px var(--color-bg-secondary);
   }
   
   .team-name {
       text-align: center;
       margin-top: 24px;
       font-size: 12px;
       font-weight: 600;
   }
  }
  
  
.responsive-table {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.responsive-table_hd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: #dedede;
}

.responsive-table_hd > span {
    text-align: center;
    flex: 1;
    font-weight: 700;
}

.responsive-table_bd {
    display: block;
}

.responsive-table_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #dedede;
}

.responsive-table_row > span {
    text-align: center;
    flex: 1;
    padding: 10px 0;
}

/******xin***********/
.navv {margin:0 auto 5px;text-align:left;border-bottom:1px solid #F72921;position:relative;}
.fixDiv {position:fixed;z-index:999;top:0;background:#fff;}
.navv span:nth-child(1) {position:absolute;left:-3px;top:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:3px 0 0 3px;}
.navv span:nth-child(2) {position:absolute;right:-3px;top:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:3px 3px 0 0;}
.navv span:nth-child(3) {position:absolute;right:-3px;bottom:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:0 3px 3px 0;}
.navv span:nth-child(4) {position:absolute;left:-3px;bottom:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:0 0 3px 3px;}
.navv li {display:inline-block;margin:2px;padding:5px 10px;font-size:13px;color:#FFF;background:#314668;cursor:pointer;}
.navv .active {color:#fff;background-color:#ef3b31}