.comxx-slot {
      margin: 5px 0;
      text-align: center;
    }

    .comxx-slot img {
	width: 100%;
      max-width: 100%;
      height: 60px;
      margin-bottom: 10px;
      border-radius: 6px;
    }
.comxx-slot-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: space-between;
}

.comxx-slot-grid a {
  width: calc(50% - 4px);
  display: block;
}

.comxx-slot-grid img {
  width: 100%;
  height: 60px;
  border-radius: 3px;
}

/* 文字链接样式 */
.comxx-txt3, .comxx-txt1 {
 margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.comxx-txt3 a {
  flex: 1 1 calc(30% - 2px);
  background: #000000;
      color: #FF0000;
  text-align: center;
}

.comxx-txt1 a {
  flex: 1 1 100%;
   background: #f0f0f0;
     color: #333;
text-align: left;
}

.comxx-txt3 a, .comxx-txt1 a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  padding: 6px 4px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comxx-txt2 {
      margin: 10px 0;
      display: flex;
      flex-wrap: wrap;
      gap: 3px;
    }
    .comxx-txt2 a {
      width: 46%;
	  margin-right: 0.1%;
	  max-margin-right: 2px;
	  margin-bottom: 3px;
      background: #000000;
      color: #FF0000; 
      display: block;
      text-align: center;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      text-decoration: none;
      border-radius: 4px;
      padding: 1px 8px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
	.boxxa {
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    color: #fff;
  }