.titleImg {
    width: 100%;
    height: 412px;
    position: relative;
    z-index: -100;
}

.titleImg img {
    width:auto !important;
}

.specialDetail {
    margin-top: -30px;
}

.specialDetailTitle {
    height: 60px;
    background: #EB0A43;
}

.specialDetailTitleFlex {
    height: 50px;
    padding-top: 10px;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #fff;
}

.specialDetailTitleFlex span {
    display: block;
    margin: 0 20px;
}

.specialDetailHint {
    font-size: 18px;
    color: #999999;
    margin: 20px 0;
}

.specialDetailItem {
    padding-bottom: 20px;
}

.specialDetailItemHeader {
    display: flex;
}

.specialDetailItemHeaderImage {
    width: 263px;
    height: 347px;
    background: red;
}

.specialDetailItemHeaderImage  a{
    height: 100% !important;
     display: block;
     position: relative;
     content: '';
}
.specialDetailItemHeaderImage a::before{
      content: '';
      opacity: 0;
      position: absolute;
      top:0;
      left:0;
      right: 0;
      bottom:0;
       z-index: 1;
       background-image: radial-gradient(transparent 0%,rgba(0,0,0,0.1) 44%,rgba(0,0,0,0.56) 100%);
    }
.specialDetailItemHeaderImage a:hover::before{
    opacity: 1;
    backdrop-filter: contrast(1.2) saturate(1.2);
  }

.specialDetailItemHeaderContent {
    margin-left: 30px;
}

.specialDetailItemHeaderContentName {
    width: 214px;
    max-height: 45px !important;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.specialDetailItemHeaderContentText {
    width: 214px;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.specialDetailItemHeaderContentText a {
    color: #999999;
}
.specialDetailItemHeaderContentText a:hover{
    color:red;
}

.specialDetailItemHeaderContentText img {
    width: 12px;
    height: 15px;
    margin-right: 5px;
}

.specialDetailItemHeaderContentLabel {
    width: 258px;
    height: 135px;
    overflow: hidden;
    color: #999999;
    margin-top: 20px;
}

.specialDetailItemHeaderContentLabel dl {
    display: flex;
    flex-wrap: wrap;
}

.specialDetailItemHeaderContentLabel dd {
    margin-right: 10px;
}

.specialDetailItemHeaderContentLabel a {
    color: blue;
}

.specialDetailItemHeaderContentLabel dd:nth-of-type(2n) a {
    color: purple;
}

.specialDetailItemHeaderContentLabel dd:nth-of-type(3n) a {
    color: orangered;
}
.specialDetailItemHeaderContentLabel dd:nth-of-type(5n) a {
    color: green;
}
.specialDetailItemFooter {
    margin-top: 20px;
    width: 548px;
    height: 72px;
    overflow: hidden;
}

.specialDetailItemFooter p {
    overflow: initial;
    font-size: 16px;
    color: #999999;
}
.specialDetailFooter{
    display: flex;
    justify-content: space-between;
    margin:50px 0;
}
.specialDetailFooter a{
    width:260px;
    height:188px;
    display: block;
    margin:0px 150px;
}
.specialDetailFooter span{
    display: block;
    width:260px;
    height:188px;
}
.specialDetailFooter .previous{
    background-position: -521px -12px;

}
.specialDetailFooter .next{
    background-position: -522px -219px;
}
