ul{
    list-style: none;
}
.black-main{
    margin: 24px auto;
    box-sizing: border-box;
    width: 1013px;
}
.xmas-main {
    width: 1013px;
    box-sizing: border-box;
    margin: 0 auto;
}
.main-tit{
    margin: 0 0 24px 0;
}
.news-date{
    position: relative;
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #333333;
}
.news-date::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #ff6464;
    left: -25px;
    top: 8px;
}
.news-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 16px;
}
.news-main{
    margin: 24px 0 0;
    padding: 0 0 0 20px;
    border-left: 2px dashed #ccc;
}
.news-item{
    width: 49%;
    position: relative;
    display: flex;
    margin: 0 0 16px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.news-item:hover .news-link{
    color: #df3940;
}
.cover-link{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.news-item-l{
    display: flex;
    align-items: center;
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    box-sizing: border-box;
}
.news-logo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.news-item-r{
    flex: 1;
    padding: 10px 16px;
}
.news-item-tit{
    font-weight: 400;
}
.news-link{
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-desc{
    padding: 8px 0 0;
}
.news-item-time{
    font-size: 13px;
    color: #666;
}
.black-ad{
    margin: 0 0 24px;
}
/* thanksgiving str */
.banner-thanks{
    position: relative;
    width: 100%;
    height: 500px;
}
.banner-thanks-big{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-thanks-text{
    position: absolute;
    width: 478px;
    height: 175px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.thanks-btn-wrap{
    position: relative;
    z-index: 3;
    display: flex;
    margin: 0 -8px 0 0;
    transform: translateY(-53px);
}
.thanks-btn-item{
    width: 33.3%;
    padding-right: 8px;
}
.black-btn-tab,.thanks-btn-tab,.christmas-btn-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    font-size: 20px;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
.thanks-btn-tab{
    color: #975138;
}
.christmas-btn-tab{
    color: #ed6666;
}
.thanks-btn-item svg{
    padding-right: 12px;
}
.thanks-btn-item span{
    padding-left: 12px;
    color: #d5d5d5;
}
.thanks-btn-item:hover span{
    color: #ed6666;
}
.thanks-art-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px 32px 0;
}
.thanks-art-item{
    width: 33.3%;
    padding-right: 16px;
    box-sizing: border-box;
}
.thanks-art-con:hover .thanks-art-link{
    color: #975138;
}
.thanks-art-con:hover .thanks-art-img{
    transform: scale(1.1);
    transition: all .3s;
}
.xmas-unkonw{
    position: relative;
}
.xmas-unkonw::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .3);
}
.xmas-unkonw::after{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    content: 'Coming Soon...';
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgb( 0, 0, 0 );
    z-index: 2;
}
.thanks-art-t{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.word-link-cover{
    z-index: 1;
}
.thanks-icon-tit{
    text-align: center;
}
.thanks-tit{
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #333333;
    padding: 16px 0 24px;
}
.thanks-art-link,.xmas-unkonw-link{
    display: block;
    padding: 11px 4px 19px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #333333;
}
.thanks-art-img{
    width: 100%;
    height: 156px;
    object-fit: cover;
    border-radius: 8px;
}
.thanks-icon-tit svg{
    fill:#975138;
}
.banner-left {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
}
.banner-right {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
}
.banner-xmas-text{
    position: absolute;
    width: 380px;
    height: 275px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.xmas-btn-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transform: translateY(-32px);
    background: #fff;
}
.xmas-btn-item {
    width: 50%;
}
.xmas-btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    font-size: 20px;
    color: #333;
}
.xmas-news {
    border-radius: 8px 0px 0px 8px;
}
.xmas-story {
    border-radius: 0px 8px 8px 0px;
}
.xmas-btn-link span {
    padding: 0 8px;
    color: inherit;
    font-size: inherit;
}
.xmas-btn-link-act {
    background: url(../Images/xmas_act.png) top left no-repeat;
    background-size: 100%;
    color: #fff;
}
.xmas-btn-link-act svg {
    fill: #fff;
}
.xmas-icon-box {
    text-align: center;
}
.xmas-tit {
    margin: 16px 0 32px;
    text-align: center;
    font-size: 28px;
    color: #c93a3d;
}
.tit-logo-l, .tit-logo-r {
    width: 16px;
    height: 14px;
}
.tit-logo-l {
    margin-right: 16px;
}
.tit-logo-r {
    margin-left: 16px;
}
.xmas-ads {
    margin-bottom: 40px;
}
.xmas-art-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
/* thanksgiving end */
@media screen and (max-width:1013px){
    .black-main{
        width: 100%;
        padding: 0 16px;
        margin: 16px auto;
    }
    .xmas-main{
        width: 100%;
        padding: 0 16px;
    }
    .news-main{
        padding: 0 0 0 16px;
    }
    .news-date::before{
        left: -21px;
    }
    .banner-left, .banner-right {
        display: none;
    }
    .xmas-btn-link-act {
        background-size: auto 100%;
    }
}
@media screen and (max-width:768px){
    .news-item{
        width: 100%;
    }
}
@media screen and (max-width: 680px){
    .thanks-btn-wrap{
        flex-wrap: wrap;
        transform: translateY(0);
        margin: 16px -8px 16px 0;
    }
    .thanks-btn-item {
        width: 100%;
    }
    .thanks-btn-item:not(:last-child){
        margin-bottom: 8px;
    }
    .black-btn-tab, .thanks-btn-tab, .christmas-btn-tab {
        height: 44px;
        font-size: 16px;
    }
    .thanks-art-item {
        width: 100%;
    }
    .thanks-art-item:not(:last-child){
        margin: 0 0 16px;
    }
    .banner-thanks{
        height: 264px;
    }
    .banner-thanks{
        height: 264px;
    }
    .banner-thanks-text{
        width: 288px;
        height: 212px;
        object-fit: contain;
    }
    .main-tit{
        font-size: 20px;
    }
    .thanks-art-link,.xmas-unkonw-link{
        font-size: 16px;
        padding: 11px 4px;
    }
    .banner-xmas-text {
        position: absolute;
        width: 200px;
        height: 145px;
    }
    .xmas-btn-link span {
        display: none;
    }
    .thanks-tit, .xmas-tit {
        font-size: 18px;
    }
    .xmas-btn-link svg {
        margin-right: 8px;
    }
}