*{
    padding: 0;
    margin: 0;
}
[v-cloak]{
    display: none;
}
a{
    color: #333;
    text-decoration: none;
}
.gift_content{
    width: 1200px;
    min-height: 980px;
    margin: 100px auto 20px;
    background: #FFFFFF;
}
.allGift h1{
    font-size: 20px;
    color: #FF6136;
    font-weight: 600;
    padding: 40px 0 24px 32px;
    border-bottom: 1px solid #EBECF1;
}
.giftClassify{
    display: flex;
    align-items: center;
    padding-left: 32px;
    height: 56px;
    border-bottom: 1px solid #EBECF1;
    font-size: 14px;
}
.giftClassify ul{
    display: flex;
    margin-left: 16px;
}
.giftClassify ul li{
    margin-right: 40px;
    cursor: pointer;
}
.giftClassify ul li:hover span{
    color: #FF6136 !important;
}
.giftClassify ul a{
    margin: 2px;
}
.giftClassify ul a:hover{
    color: #FF6136 !important;
}
.giftListTitle{
    height: 65px;
    border-bottom: 1px solid #EBECF1;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
}
.giftList{
    padding-bottom: 10px;
    overflow: auto;
    height: 800px;
}
.giftList li{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F6F7FB;
}
.giftList li:hover{
    background: #F6F7FB;
}
.giftListImg{
    width: 56px;
    height: 56px;
    border-radius: 12px;
    /* background-color: #666666; */
    margin: 0 24px 0 32px;
}
.giftListName{
    width: 206px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    padding-right: 10px;
}
.giftListType{
    width: 136px;
    font-size: 14px;
    color: #FF6136;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.giftListVip{
    width: 48px;
    height: 20px;
    background: linear-gradient(180deg, #FFAA00 0%, #FD7100 100%);
    border-radius: 11px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 88px;
}
.giftListText{
    font-size: 14px;
    color: #666666;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.giftListBtn{
    width: 104px;
    height: 32px;
    border-radius: 24px;
    border: 1px solid #FF6136;
    margin-right: 32px;
    margin-left: auto;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #FF6136;
    cursor: pointer;
}
.giftListBtn:hover{
    background: linear-gradient(180deg, #FFBC2C 0%, #FF6136 100%);
    color: #FFFFFF;
    border: 0;
}
.giftInfoTop{
    /* height: 276px; */
    padding: 40px 32px 56px;
    border-bottom: 1px solid #EBECF1;
    display: flex;
    position: relative;
}
.giftInfoImg{
    width: 280px;
    height: 180px;
    /* background-color: #ccc; */
    margin-right: 30px;
}
.giftInfoBoxTitle{
    display: flex;
    align-items: center;
    margin-top: 2px;
}
.giftInfoBoxTitle h5{
    display: flex;
    font-size: 18px;
    color: #333333;
    margin-right: 40px;
}
.giftInfoBox p{
    font-size: 14px;
    color: #333333;
    margin-top: 14px;
}
.colorRed{
    color: #F92929 !important;
}
.giftInfoCdk{
    width: 400px;
    height: 28px;
    background: #EFEFEF;
    border-radius: 4px;
    line-height: 28px;
    padding-left: 24px;
    margin-top: 14px;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-drag: text;
   -webkit-user-select: text;
}
.vipInfo{
    position: absolute;
    bottom: 16px;
    right: 32px;
    display: flex;
    align-items: center;
}
.vipInfBtn{
    width: 48px;
    height: 20px;
    background: linear-gradient(180deg, #FFAA00 0%, #FD7100 100%);
    border-radius: 11px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-left: 8px;
}
.giftInfoButtom{
    padding: 16px 32px;
    min-height: 400px;
}
.giftInfoButtomItem{
    display: flex;
    margin-bottom: 12px;

}
.giftInfoButtomItemTitle{
    width: 70px;
    font-weight: 600;
    color: #333333;
    font-size: 14px;

}
.giftInfoButtom .content{
    width: calc(100% - 100px);
    flex: 1;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    flex-wrap: wrap;
    word-wrap:break-word
}
.paly_game{
    width: 240px;
    height: 40px;
    background: linear-gradient(180deg, #FFBC2C 0%, #FF6136 100%);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin: auto;
    cursor: pointer;
}
.paly_game:hover{
    box-shadow:0px 6px 15px #FD7100 ;
}

.giftList::-webkit-scrollbar {
    /* 滚动条整体样式 */
    width: 4px;
    /* 高宽分别对应横竖滚动条的尺寸 */
    height: 4px;
    scrollbar-arrow-color: red;
}

.giftList::-webkit-scrollbar-thumb {
    /* 滚动条里面小方块 */
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #FFAA00 ;
    scrollbar-arrow-color: red;
}

.giftList::-webkit-scrollbar-track {
    /* 滚动条里面轨道 */
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


.campaign-box::-webkit-scrollbar {
    /* 滚动条整体样式 */
    width: 4px;
    /* 高宽分别对应横竖滚动条的尺寸 */
    height: 4px;
    scrollbar-arrow-color: red;
}

.campaign-box::-webkit-scrollbar-thumb {
    /* 滚动条里面小方块 */
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #FFAA00 ;
    scrollbar-arrow-color: red;
}

.campaign-box::-webkit-scrollbar-track {
    /* 滚动条里面轨道 */
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


.campaign-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 22px;
    padding: 10px 32px;
    height: 800px;
}

.campaign-item img{
    width: 360px;
    height: 180px;
    margin-top: 18px;
}
.campaign-item .describe .describe-title{
    width: 340px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.campaign-item .describe .describe-line{
    width: 6px;
    height: 28px;
    background-color: #FFC0AF;
    margin-right: 12px;
}
.campaign-item .describe{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    display: flex;
}
.campaign-item .start-time .start-line{
    width: 6px;
    height: 28px;
    background-color: #FF6136;
    margin-right: 12px;
}
.campaign-item .start-time{
    font-size: 18px;
    color: #333;
    line-height: 28px;
    display: flex;
}

.content-campaign .cam-time{
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
}
.content-campaign .cam-title{
    color: #ff6136;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}
.content-campaign{
    padding: 28px;
}
