.box11, .box22 {
  background: #141414;
  padding: 12px 0;
}

.box11-1, .box22-1 {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, .6);
  margin-left: 0;
}

.box11-11, .box22-11 {
    width: auto;
    height: 24px;
    margin-right: 40px;
    font-weight: 500;

}

.box11-111, .box22-111 {
    width: 80px;
    height: 29px;
    font-size: 20px;
    margin-right: 25px;
    color: #ffffff;
}

.box11-123, .box22-123 {
  color: #ffffff;
}

.box11-11:hover, .box22-11:hover {
  color: #ffffff;
  cursor: pointer;
}

.box22-1 {
    margin-left: 40px;
}

.box2 {
    position: relative;
    display: flex;
    width: 1734px;
    height: 537px;
    margin-top: 15px;
    margin-left: 170px; 
}

.box22 {
    display: flex;
    width: 1724px;
    height: 54px;
    margin-left: 170px; 
}

.box3 {
    display: flex;
    width: 1724px;
    height: 2180px;
    padding: 0px 15px 0px 30px;
    margin-left: 180px; 
}

.box2-1 {
    display: flex;
    flex-wrap: wrap;
    width: 1694px;
    height: 537px;
    margin-left: 40px;
}

.box2-1 .box2-1-10 {
    margin-bottom: 10px;
}

.box2-1-10 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 312px;
    height: auto;
    
    border-radius: 8px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    margin-right: 24px;
    background-color: #141414;

}

.box2-1-10-1{
    position: absolute;
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #606a94;
}

.box2-1-10-1 img {
  width: 100%;
  height: auto;
}

.box2-1-10-2 {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 43px;
}

.box2-1-10-vip {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 7px;
    background-color: rgb(255, 223, 137);
    border-radius: 0 8px 0 6px;
    
}

.box2-1-10-mianfei, .box2-1-10-mianfei span {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 101, 15);
}

.box2-1-10-vip span {
    font-size: 12px;
    font-weight: 500;
    color: rgb(102, 61, 0);

}

.box2-1-10-jishu {
    width: auto;
    height: 21px;
    position: absolute;
    padding: 2px 7px;
    top: 150px;
    right: -5px;
    background-color: transparent;
}

.box2-1-10-jishu span {
    padding: 2px 7px;
    top: 100px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.box2-1-10-xuanfu {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 312px;
    height: 88px;
    border-radius: 0 0 8px 8px;
    background-color: rgb(43, 43, 43);
    opacity: 0;        /* 透明 */
    visibility: hidden;/* 不可见 */
    
}

.box2-1-10:hover .box2-1-10-xuanfu {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.box2-1-10-anniu {

    width: 60px;
    height: 28px;
    position: absolute;
    top: 8px;
    right: 10px;
    border-radius: 28px;
    background-color: rgba(255, 255, 255, .15);
}

.box2-1-10-anniu a  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.box2-1-10-anniu a img {
    width: 16px;
    height: 16px;
}

.box2-1-10-anniu a span {
    font-size: 14px;
    color: #fff;
}








