.Content-wrapper {
    margin-top: 60px;

}
.Content-wrapper.Content-cate-wrapper {
    padding: 32px 0px;
    padding-top: 176px;
    background-color: #f5f5f5;
}
.Content-wrapper.Cate-wrapper {
    padding: 2px 0px 32px;
    background-color: #f5f5f5;
}

.search-container {
    position: relative;
    z-index: 100;
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 96px;
}
.search-channel .search-container{
    margin: 100px auto 0;
}
.search-container-box {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background: #FFF;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.1);
    padding: 0 28px;
    padding-top: 10px;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    transition: border .2s ease;
}
.search-container .row {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    max-width: 2856px;
    margin: 0 auto;
}
.search-container .row.filter {
    height:44px;
}
.search-container .row .box-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 0 4px
}

.search-container .row .cate-box {
    position: relative;
    width: 100%;
    padding-right: 55px;
}
.search-container .row .cate-box .more {
    position: absolute;
    right: 0;
    top: 2px;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-container .row .cate-box .more span {
    color: #666;
    font-size: 14px;
}
.search-container .row .cate-box .more:hover,
.search-container .row .cate-box .more:hover span{
    color: #E20A00;
}
.search-container .row .cate-box .more.show i.iconfont {
    transform: rotate(180deg);
}
.search-container .row .cate-box .box-main {
    gap: 16px;
    height: 54px;
    padding-top: 2px;
    padding-bottom: 12px;
}
.search-container .row .cate-box .box-main.show {
    height: auto;
}
.search-container .row .cate-box .box-main .btn {
    color: #666;
    height: 40px;
    background: #FFF;
    border-radius: 40px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.search-container .row .cate-box .box-main .btn:hover {
    background-color: #F5F5F5;
}
.search-container .row .cate-box .box-main .btn.active {
    color: #fff;
    background-color: #E20A00;
}
.search-container .row .cate-box .box-main .btn img {
    width: 16px;
    margin-right: 4px;
}
.search-container .row .cid-box {
    margin-bottom: 12px;
    width: 100%;
    position: relative;
    padding-right: 55px;
}
.search-container .row .cid-box .more {
    position: absolute;
    right: 0;
    top: 2px;
    width: 50px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-container .row .cid-box .more span {
    color: #666;
    font-size: 14px;
}
.search-container .row .cid-box .more:hover,
.search-container .row .cid-box .more:hover span{
    color: #E20A00;
}
.search-container .row .cid-box .more.show i.iconfont {
    transform: rotate(180deg);
}
.search-container .row .cid-box .box-main {
    gap: 8px;
    height: 32px;
}
.search-container .row .cid-box .box-main.show {
    height: auto;
}
.search-container .row .cid-box .box-main .btn {
    color: #666;
    font-size: 14px;
    height: 32px;
    border-radius: 32px;
    box-shadow: none;
    background-color: transparent;
}

.search-container .line {
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    height: 1px;
    background-color: #e8e8e8;
    margin-left: -24px;
    margin-bottom: 12px;
}

.search-container .row .search-line {
    width: 1px;
    height: 24px;
    background-color: #e8e8e8;
    margin-left: 16px;
    margin-right: 24px;
    margin-top: 4px;
}
.search-container .row .vip-type-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 404px;
    min-width: 184px;
}

.search-container .row .vip-type-box .box-main{
    row-gap: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    height: 32px;
    overflow: hidden;
}
.search-container .row .vip-type-box .box-main .btn {
    color: #666;
    font-size: 14px;
    height: 32px;
    border-radius: 32px;
    box-shadow: none;
    background-color: transparent;
}

.search-container .row .cid-box .box-main .btn:hover,
.search-container .row .vip-type-box .box-main .btn:hover {
    background-color: #F5F5F5;
}

.search-container .row .cid-box .box-main .btn.active,
.search-container .row .vip-type-box .box-main .btn.active,
.search-container .row .multi-box .box-main .ext-btn.active {
    color: #E20A00;
    background-color: #ffedec;
}

.search-container .row .multi-box .box-main{
    row-gap: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    height: 32px;
    overflow: hidden;
}

.search-container .row .multi-box .box-main .btn {
    color: #666;
    font-size: 14px;
    height: 32px;
    border-radius: 32px;
    box-shadow: none;
    background-color: transparent;
}
.search-container .row .multi-box .box-main .btn:hover {
    background-color: #F5F5F5;
}

.search-container .row .multi-box .box-main .multi-btn .iconfont {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    margin-right: 4px;
}

.search-container .row .multi-box .box-main .multi-btn.active {
    color: #E20A00;
}
.search-container .row .multi-box .box-main .multi-btn.active .iconfont {
    color: #FFF;
    border-color: #E20A00;;
    background-color: #E20A00;
}

.search-container .row .screen-box .box-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.search-container .row .screen-box .box-main .bread-crumb-item,
.search-container .row .screen-box .box-main .bread-crumb-more-search {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666666;
    margin-right: 16px;
}
.search-container .row .screen-box .box-main .bread-crumb-item .btn,
.search-container .row .screen-box .box-main .bread-crumb-more-search .btn {
    color: #666;
    font-size: 14px;
    height: 32px;
    border-radius: 32px;
    box-shadow: none;
    background-color: transparent;
}
.search-container .row .screen-box .box-main .bread-crumb-item .btn:hover,
.search-container .row .screen-box .box-main .bread-crumb-more-search .btn:hover {
    background-color: #F5F5F5;
}

.banner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 304px;
}
.banner-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 10;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#F5F5F5));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#F5F5F5 100%);
    background: -moz- oldlinear-gradient(top,rgba(255,255,255,0) 0,#F5F5F5 100%);
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#F5F5F5 100%);
}
.banner-container .banner-name-box {
    position: absolute;
    top: 108px;
    z-index: 11;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1920px;
    padding-left: 96px;
}
.banner-container .banner-name-box .banner-title {
    position: relative;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 4px 4px 8px rgba(0,0,0,.24);
}
.banner-container .banner-name-box .banner-title>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100px;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    color:#E20A00;
    background-color: #fff;
    padding: 0 8px;
    margin-right: 30px;
}
.banner-container .banner-name-box .banner-title>.title-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 100%;
    font-size: 32px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}
.banner-container .banner-name-box .banner-title>.title-main img {
    width: auto;
    height: 32px;
    margin-right: 4px;
}
.banner-container .banner-name-box .banner-desc {
    color: rgba(255,255,255,.9);
    text-shadow: 0 9px 28px rgba(0,0,0,.05), 0 6px 16px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.12);
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}

.banner-container .banner-content,
.banner-container .banner-content .banner-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.banner-container .banner-content .banner-swiper a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 1680px auto;
    background-size: 1680px auto;
    text-align: center;
}

.banner-container .search-box-container {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 1440px;
    padding: 0 286px;
    z-index: 100;
}


.search-polymerization-list-wrap {
    position: relative;
    height: 180px;
    margin-bottom: 24px;
}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper {
    width:100%;
    overflow: hidden;
}

.search-polymerization-list-wrap .swiper-button-next,
.search-polymerization-list-wrap .swiper-button-prev {
    position: absolute;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    pointer-events: auto;
    color: #666666;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.016);
    box-shadow: 0 2px 0 rgba(0,0,0,.016);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.search-polymerization-list-wrap .swiper-button-next {
    right: 0;
}
.search-polymerization-list-wrap .swiper-button-prev {
    left: 0;
}
.search-polymerization-list-wrap .swiper-button-next:after,
.search-polymerization-list-wrap .swiper-button-prev:after {
    font-size: 16px;
}

.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box {
    border-radius: 6px;
    overflow: hidden;
    position:relative;

}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box .card-bg-img {
    display: block;
    width: 100%;
    height:100%;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
    -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box:hover .card-bg-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box .bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box .bottom-box .zj-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 8px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0px 14px;
    min-width: 32px;
    height: 24px;
    border-radius: 14px;
    background-color: #00a2d4;
    text-transform: uppercase;
}

.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box .bottom-box .bottom-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 26px 12px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.search-polymerization-list-wrap .search-polymerization-list-wrap-swiper .search-polymerization-item-box .bottom-box .bottom-box-content .title {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.card-modal {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
}
.card-modal .download-box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
}
.card-modal .download-box i {
    margin-right: 4px;
}
.search-polymerization-item-box:hover .card-modal .download-box,
.search-card-line-container .card-item a:hover .card-modal .download-box,
.pic-card-line-container .card-line-item a:hover .card-modal .download-box  {
    opacity: 1;
}
.card-modal .download-box .down-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 100px;
    max-width: 100%;
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    color: #ffffff;
    background-color: #E20A00;
    border-radius: 32px;
}

.floor-wrapper-box {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 1;
    padding: 32px 96px;
}
.search-floor-container {
    width: 100%;
    background-color: #FFFFFF;
    padding: 24px 28px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

.search-card-line-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;

}

.search-card-line-container .search-card-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.search-card-line-container .search-card-column, .search-card-line-container .card-item {
    width: -webkit-calc(20% - 16px);
    width: -moz-calc(20% - 16px);
    width: calc(20% - 16px);
}
.search-card-line-container .theme-card-column {
    width: -webkit-calc(16% - 16px);
    width: -moz-calc(16% - 16px);
    width: calc(16% - 16px);
}
.search-card-line-container .card-item {
    width: 100% !important;
    margin-bottom: 24px;
}
.search-card-line-container .card-item a {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    -webkit-user-drag: none;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}
.search-card-line-container .card-item a img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.search-card-line-container .card-item a:hover .card-bg-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.search-card-line-container .card-item .bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.search-card-line-container .card-item .bottom-box .vip-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 8px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0px 14px;
    min-width: 32px;
    height: 24px;
    border-radius: 14px;
    background-color: #E20A00;
    text-transform: uppercase;
}

.search-card-line-container .card-item .bottom-box .bottom-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 26px 12px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.search-card-line-container .card-item .bottom-box .bottom-box-content .title {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}


/*相关推荐*/

.recommend-floor-container {
    margin-top: 72px;
}
.recommend-floor-container .head {
    margin-bottom: 12px;
}
.recommend-floor-container .head .title {
    font-size: 24px;
}
.recommend-floor-container > .title {
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 24px;
}

.pic-card-line-container {
    position: relative;
    margin-top: 8px;
    min-height: 40vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pic-card-line-container .card-line-item {
    float: left;
    /*    margin: 0 14px;*/
    /*    margin-bottom: 24px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    position: relative;
    width: calc(25% - 15px);
}
.pic-card-line-container .card-line-item a {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}
.pic-card-line-container .card-line-item a img{
    -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.pic-card-line-container .card-line-item a:hover .card-bg-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.pic-card-line-container .card-line-item .card-preview {
    position: relative;
}
.pic-card-line-container .card-line-item .card-preview .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: var(--qtd-fun-color-1);
    z-index: 2;
}
.pic-card-line-container .card-line-item .bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.pic-card-line-container .card-line-item .bottom-box .bottom-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 26px 12px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.pic-card-line-container .card-line-item .bottom-box .bottom-box-content .title {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}


.Main-wrapper {
    width:100%;
    margin: 0 auto;
    margin-top: 60px;
}

/*详情页*/
.Main-wrapper-box {
    background-color: #ffffff;
}
.bread-crumb-container {
    position: relative;
    width: 100%;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
    z-index: 1;
}
.bread-crumb-container a {
    color: #999;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.bread-crumb-container a:hover {
    color: #E20A00;
}
.bread-crumb-container a:after {
    color: #999;
    content: "\e7c3";
    font-family: "iconfont" !important;
    font-size: 10px;
    font-style: normal;
    margin: 0 2px;
}


.picture-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 24px 48px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin: 0 auto;
}
.preview-container {
    position: relative;
    width: -webkit-calc(100% - 376px);
    width: -moz-calc(100% - 376px);
    width: calc(100% - 376px);
    min-width: 728px;
    max-width: 968px;
    height: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 500;
}

.picture-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    position: relative;
    width: 100%;
    height: 22px;
    margin-bottom: 8px;
    z-index: 11;
}
.picture-title-container>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    max-width: -webkit-calc(100% - 420px);
    max-width: -moz-calc(100% - 420px);
    max-width: calc(100% - 420px);
}
.picture-title-container>span .card-mark {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 14px;
    margin-right: 8px;
    cursor: pointer;
}
.picture-title-container>span h1 {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview-container .preview-box {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 16px;
}
.preview-container .preview-box .preview-main {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    text-align: center;
    border: 1px solid #e8e8e8;
}
.preview-container .preview-box .preview-main .preview-image-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.preview-container .preview-box .preview-main .preview-image-swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.preview-container .preview-box .preview-main .preview-image-swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%!important;
    height: 720px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    text-align: center;
    background: #fafafa;
}
.preview-container .preview-box .preview-main .preview-image-swiper .swiper-wrapper .swiper-slide img {
    width: auto;
    max-height: 100%;
}


.preview-container .preview-box .preview-sliders-container {
    position: absolute;
    left: 16px;
    bottom: 16px;
    height: auto;
    min-height: 48px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: -webkit-calc(100% - 32px);
    max-width: -moz-calc(100% - 32px);
    max-width: calc(100% - 32px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    z-index: 8;
    overflow: auto;
}
.preview-container .preview-box .preview-sliders-container .preview-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid transparent;
    background: #fff;
    -webkit-transition: border .1s ease;
    -moz-transition: border .1s ease;
    transition: border .1s ease;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}
.preview-container .preview-box .preview-sliders-container .preview-slide-item>img {
    max-height: 100%;
    object-fit: cover;
}
.preview-container .preview-box .preview-sliders-container .preview-slide-item.swiper-slide-thumb-active {
    border-color: #E20A00;
}


.picture-info-container {
    position: relative;
    width: 352px;
    height: auto;
    padding-top: 58px;

}

.picture-info-container .download-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    width: 100%;
    position: relative;
    border: 1px solid #e8e8e8;
    margin-bottom: 8px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.picture-info-container .download-info-box .download-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 64px;
    background-color: #E20A00;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.043);
    box-shadow: 0 2px 0 rgba(0,0,0,.043);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}
.picture-info-container .download-info-box .download-btn-box .download-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.picture-info-container .download-info-box .download-btn-box .download-btn>span {
    font-weight: 600;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
}
.picture-info-container .download-info-box .download-btn-box .more-rule-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    cursor: pointer;
    height: 100%;
    z-index: 2;
    position: relative;
    border-left: 1px solid #ffffff;
}
.picture-info-container .download-info-box .download-btn-box .more-rule-btn i {
    color: #ffffff;
}


.picture-info-container .picture-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    width: 100%;
    border: 1px solid #e8e8e8;
    position: relative;
    margin-bottom: 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.picture-info-container .picture-info-box .picture-info-item {
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}
.picture-info-container .picture-info-box .picture-info-item-format {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
.picture-info-container .picture-info-box .picture-info-item-format p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.picture-info-container .copyright-risk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #E20A00;
    font-size: 13px;
    background-color: #ffedec;
    padding: 0 16px;
    height: 32px;
    border-radius: 6px;
    margin: 15px 0px;
}
.picture-info-container .copyright-risk span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 32px;
}
.picture-info-container .copyright-risk span i.iconfont {
    margin-right: 4px;
}

.picture-info-container .free-text-box {
    /* display: none; */
    width: 100%;
    height: auto;
    padding: 16px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
    color: #b8b8b8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.free-text-box {
    max-width: 328px;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    box-sizing: border-box;
}

.picture-info-container .picture-sola-pay .picture-sola-pay-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.picture-info-container .picture-sola-pay .picture-sola-pay-btn .btn {
    height: 48px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #E20A00;
    border:1px solid #E20A00;
    background-color: transparent;
    overflow: hidden;
    border-radius: 6px;
}
.picture-info-container .picture-sola-pay .picture-sola-pay-btn .btn.bg-red {
    background-color: #E20A00;
    color: #FFFFFF;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 8px;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-top .picture-sola-auth-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-top .picture-sola-auth-item.active {
    color: #E20A00;
    border-color: #E20A00;
}

.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    padding: 5px 0;
    margin-bottom: 4px;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-title>span {
    color: #666;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-title .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-title .right>a {
    color: #999;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-list>p {
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-list>p i {
    font-size: 14px;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-list>p i.icon-roundcheck {
    color: #E20A00;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-list>p i.icon-roundclose {
    color: #999999;
}
.picture-info-container .picture-sola-pay .picture-sola-auth .picture-sola-auth-list>p>span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    margin-left: 4px;
    color: #b8b8b8;
}


/*作者*/
.preview-container .creator-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 38px;
    margin-bottom: 24px;
}

.preview-container .creator-container .creator-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
}
.preview-container .creator-container .creator-box>.img-box {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.preview-container .creator-container .creator-box>.img-box img {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.preview-container .creator-container .creator-box .creator-info {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    height: 100%;
    margin-right: 8px;
}
.preview-container .creator-container .creator-box .creator-info p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #999;
}
.preview-container .creator-container .creator-box .creator-info p:nth-child(1) {
    height: 20px;
    line-height: 20px;
}

.preview-container .creator-container .creator-box .creator-info p:nth-child(2) {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
.preview-container .creator-container .creator-box .creator-info p:nth-child(2) em:nth-child(2) {
    margin-left: 8px;
}

.preview-container .creator-container .operation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preview-container .creator-container .operation-container .collect-box .btn {
    color: #E20A00;
    border: 1px solid #E20A00;
    background-color: transparent;
    border-radius: 40px;
}
.preview-container .creator-container .operation-container .collect-box .btn i.iconfont {
    font-size: 20px;
    display: inline-flex;
    margin-right: 4px;
}
.preview-container .creator-container .operation-container .collect-box .btn span {
    line-height: 1;
}
.preview-container .creator-container .operation-container .operation-box {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.preview-container .creator-container .operation-container .operation-box span.jubao {
    color: #999;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preview-container .creator-container .operation-container .operation-box>.operation-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.016);
    box-shadow: 0 2px 0 rgba(0,0,0,.016);
    font-size: 14px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.preview-container .creator-container .operation-box>.operation-btn:hover {
    width: max-content;
    padding: 0 8px
}
.preview-container .creator-container .operation-box>.operation-btn.more-more:hover {
    width: 32px;
}

.preview-container .creator-container .operation-container .operation-box>.operation-btn i {
    font-size: 14px;
}
.preview-container .creator-container .operation-container .operation-box>.operation-btn>span {
    display: none;
    font-size: 12px;
    color: #999;
    margin-left: 4px;
}
.preview-container .creator-container .operation-container .operation-box>.operation-btn:hover>span {
    display: inline-block
}
.preview-container .creator-container .operation-container .operation-box>.operation-btn>:hover .hover-box,
.preview-container .creator-container .operation-container .operation-box>.operation-btn>.loading .hover-box,
.preview-container .creator-container .operation-container .operation-box>.operation-btn>.active .hover-box {
    display: block
}

.preview-container .preview-desc-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.preview-container .preview-desc-container .label-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 22px;
    margin-bottom: 8px;
}
.preview-container .preview-desc-container .label-list span {
    color: #999;
    font-size: 14px;
    margin-right: 16px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    cursor: pointer;
}
.preview-container .preview-desc-container .label-list span.active {
    color: #333;
    font-weight: bold;
}

.preview-container .preview-desc-container .label-content {
    display: none;
    position: relative;
    width: 100%;
}
.preview-container .preview-desc-container .label-content.active {
    display: block;
}
.preview-container .preview-desc-container .label-content .keyword-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
}
.preview-container .preview-desc-container .label-content .keyword-main>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 60px;
    height: 28px;
    line-height: 26px;
    padding: 0 8px;
    color: #666;
    font-size: 12px;
    -webkit-transition: all .3s var(--qtd-transition-cubic-1);
    -moz-transition: all .3s var(--qtd-transition-cubic-1);
    transition: all .3s var(--qtd-transition-cubic-1);
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.preview-container .preview-desc-container .label-content .keyword-main>a:hover {
    color: #E20A00;
    border-color: #E20A00;
}

.preview-container .preview-desc-container .label-content .preview-desc-detail {
    position: relative;
    width: 100%;
    height: auto;
}
.preview-container .preview-desc-container .label-content .preview-desc-detail span.cell {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    width: 33%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.preview-container .preview-desc-container .label-content .preview-desc-detail span.cell em {
    color: #999;
}

.preview-container .preview-desc-container .label-content .preview-desc-info p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}


.preview-container .preview-link-container .title {
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.preview-container .preview-link-container .preview-link-main {
    position: relative;
    width: 100%;
    height: 330px;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 32px;
    overflow: hidden;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 320px;
    margin-right: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    padding: 8px;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-wrapper .swiper-slide a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #F5F5F5;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
    transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-wrapper .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-wrapper .swiper-slide a .vip-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0px 14px;
    min-width: 32px;
    height: 24px;
    border-radius: 14px;
    background-color: #E20A00;
    text-transform: uppercase;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-next,
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-prev {
    width: 32px;
    height: 32px;
    color: #666;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    border-radius: 32px;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-next:after,
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-prev:after {
    font-size: 14px;
}
.preview-container .preview-link-container .preview-link-main .swiper-pic-link-container .swiper-button-disabled {
    display: none;
}

.picture-recommend {
    width: 100%;
    padding: 24px 48px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.picture-recommend .picture-recommend-item {
    margin-bottom: 16px;
}
.picture-recommend .picture-recommend-item>p {
    height: 22px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-left: 8px;
}
.picture-recommend .picture-recommend-item .picture-recommend-list {
    position: relative;
    margin-top: 16px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*    float: left;*/
    flex: 1;
    width: auto;
    height: 428px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 14px;
    margin-bottom: 48px;
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item:after {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 1;
    display: inline-block;
    width: -webkit-calc(100% + 16px);
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    height: -webkit-calc(100% + 16px);
    height: -moz-calc(100% + 16px);
    height: calc(100% + 16px);
    border: 1px solid #e8e8e8;
    pointer-events: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item a {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /*left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item a .card-preview {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.picture-recommend .picture-recommend-item .picture-recommend-list .card-item a .card-preview img {
    display: block;
    height: 100%;
}




/*营销日历&主题专辑*/
.theme-wrapper {
    width: 100%;
}
.theme-wrapper .theme-module {
    width: 100%;
    min-height: 360px;
    background-image: url('../images/theme/new-fav-1.png');
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center top;
    background-color: #ffffff;
    padding: 24px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theme-wrapper .theme-module .title {
    font-weight: 700;
    font-size: 44px;
    line-height: 40px;
    color: #fff;
}
.theme-wrapper .theme-module .tip {
    font-size: 18px;
    line-height: 22px;
    margin-top: 24px;
    color: #fff;
}
.theme-wrapper .theme-search-box {
    width: 520px;
    height: 50px;
    background: #fff;
    padding: 2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-top: 48px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.theme-wrapper .theme-search-box input {
    width: 440px;
    height: 46px;
    padding: 8px 12px;
    font-size: 14px;
    color: #666;
}
.theme-wrapper .theme-search-box .theme-search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 46px;
    background: #E20A00;
    border-left: 1px solid #e8e8e8;
    -webkit-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.theme-wrapper .theme-search-box .theme-search-btn span {
    margin-left: 4px;
}
.theme-wrapper .nav-menu {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    padding: 32px 96px;
    /*    border-bottom: 1px solid #f5f5f5;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theme-wrapper .nav-menu a.nav-menu-item {
    margin-right: 90px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
/*.theme-wrapper .theme-module .nav-menu a.nav-menu-item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 0;
    background: #E20A00;
}
.theme-wrapper .theme-module .nav-menu a.nav-menu-item.active::before {
    width: 40px;
}
*/
.theme-wrapper .nav-menu a.nav-menu-item span {
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    color: #666666;
}
.theme-wrapper .nav-menu a.nav-menu-item:hover span, .theme-wrapper .nav-menu a.nav-menu-item.active span {
    color: #E20A00;
}
.theme-wrapper .nav-menu a.nav-menu-item img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.theme-wrapper .nav-menu a.nav-menu-item img.active {
    display: none;
}

.theme-wrapper .nav-menu a.nav-menu-item:hover img.default, .theme-wrapper .nav-menu a.nav-menu-item.active img.default {
    display: none;
}

.theme-wrapper .nav-menu a.nav-menu-item:hover img.active, .theme-wrapper .nav-menu a.nav-menu-item.active img.active {
    display: block;
}

.theme-fav-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 16px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 20;
    background: #fff;
}
.theme-fav-list-box.show {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 28px 50px rgba(25,24,40,.35);
    box-shadow: 0 28px 50px rgba(25,24,40,.35);
}
.theme-fav-list-box .theme-fav-list-swiper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 96px;
}
.theme-fav-list-box .theme-fav-list-swiper .theme-fav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 100%;
    padding: 0 16px;
    color: #666;
    font-size: 16px;
    height: 40px;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
}
.theme-fav-list-box .theme-fav-list-swiper .theme-fav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.theme-list-box .group-item .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.theme-list-box .group-item .title a {
    color: #333;
    margin-right: 16px;
}

.theme-list-box .theme-search-type-box {
    width: 100%;
}
.theme-list-box .theme-search-type-box .theme-search-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*    position: absolute;*/
    z-index: 20;
}
.theme-list-box .theme-search-type-box .theme-search-type .theme-search-type-item {
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    margin-right: 16px;
    cursor: pointer;
}
.theme-list-box .theme-search-type-box .theme-search-type .theme-search-type-item>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #999;
    text-align: center;
    line-height: 16px;
    margin-right: 8px;
}
.theme-list-box .theme-search-type-box .theme-search-type .theme-search-type-item>div>i {
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    /*    display: none;*/
}
.theme-list-box .theme-search-type-box .theme-search-type>a.active:nth-child(1) .theme-search-type-item>div {
    border-color: #fa5555;
    background: #fa5555;
}
.theme-list-box .theme-search-type-box .theme-search-type>a.active:nth-child(2) .theme-search-type-item>div {
    border-color: #1980ff;
    background: #1980ff;
}
.theme-list-box .theme-search-type-box .theme-search-type>a.active:nth-child(3) .theme-search-type-item>div {
    border-color: #00b277;
    background: #00b277;
}

.theme-list-box .festival-list {
    width: 100%;
    padding: 24px 0px;
}
.theme-list-box .festival-list .festival-list-swiper {
    position: relative;
}
.theme-list-box .festival-list .festival-list-swiper .swiper-wrapper,
.theme-list-box .festival-list .festival-list-swiper .swiper-wrapper .swiper-slide {
    /*  width: 1;
      height: 74px;
      margin-right: 16px;*/
    height: auto;
}
.theme-list-box .festival-list .festival-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px;
    width: 100%;
    height: 74px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.theme-list-box .festival-list .festival-list-item .festival-list-item-left>p:nth-of-type(1) {
    height: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    position: relative;
    padding-left: 12px;
    margin-bottom: 4px;
    width: 140px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme-list-box .festival-list .festival-list-item .festival-list-item-left>p:nth-of-type(2) {
    height: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.theme-list-box .festival-list .festival-list-item .festival-list-item-left>p:nth-of-type(1)::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 14px;
    background: #E20A00;
}
.theme-list-box .festival-list .festival-list-item .festival-list-item-left>p:nth-of-type(2)>span {
    margin-left: 4px;
    color: #999;
}
.theme-list-box .festival-list .festival-list-item .festival-list-item-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    width: 64px;
    height: 40px;
    background: #fffbf5;
    border: 1px solid #fd8320;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fd8320;
}
.theme-list-box .festival-list .festival-list-item .festival-list-item-right .festival-day {
    font-size: 28px;
    line-height: 32px;
    color: #fd8320;
    font-family: Arial-Bold,Arial,Bold;
    font-weight: 700;
}
.theme-list-box .festival-list .festival-list-item .festival-list-item-right .festival-text {
    width: 12px;
    height: 24px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    margin-left: 4px;
    line-height: 12px;
    color: #fd8320;
}

.theme-list-box .festival-list .festival-list-swiper .festival-swiper-button-next,
.theme-list-box .festival-list .festival-list-swiper .festival-swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: auto;
    color: #666666;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.016);
    box-shadow: 0 2px 0 rgba(0,0,0,.016);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    transition: all .3s cubic-bezier(0.645,.045,.355,1);
    cursor: pointer;
}
.theme-list-box .festival-list .festival-list-swiper .festival-swiper-button-next {
    right: 0;
}
.theme-list-box .festival-list .festival-list-swiper .festival-swiper-button-prev {
    left: 0;
}
.theme-list-box .festival-list .festival-list-swiper .festival-swiper-button-next:after,
.theme-list-box .festival-list .festival-list-swiper .festival-swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 14px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.theme-list-box .festival-list .festival-list-swiper .festival-swiper-button-next:after {
    content: 'next';
}
.theme-list-box .festival-list .festival-list-swiper .festival-swiper-button-prev:after {
    content: 'prev';
}
.festival-swiper-button-next.swiper-button-disabled, .festival-swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}


.theme-list-box .theme-search-classify-box {
    width: 100%;
    margin-bottom: 8px;
}
.theme-list-box .theme-search-classify-box .theme-search-classify-box-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}
.theme-list-box .theme-search-classify-box .theme-search-classify-box-item>span {
    width: 46px;
    min-width: 46px;
    height: 22px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.theme-list-box .theme-search-classify-box .theme-search-classify-box-item .theme-search-classify-box-item-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.theme-list-box .theme-search-classify-box .theme-search-classify-box-item .theme-search-classify-box-item-box .item {
    height: 22px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 8px;
    cursor: pointer;
}
.theme-list-box .theme-search-classify-box .theme-search-classify-box-item .theme-search-classify-box-item-box .item.active {
    color: #E20A00;
    font-weight: 700;
    background: #f5f5f5;
}
.theme-list-box .theme-search-classify-box .theme-search-classify-box-item .theme-search-classify-box-item-box .item:hover {
    background: #f5f5f5;
}


.theme-list-box {
    padding:1px 96px 40px;
    max-width: 1920px;
    margin: 0px auto;
    background-color: #fff;
}

.theme-card-list {
    position: relative;
    margin-top: 8px;
    min-height: 40vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0px;
}
.theme-card-list .card-line-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    position: relative;
    width: calc(25% - 15px);
    margin-bottom: 25px;
}
.theme-card-list .card-line-item.col-6 {
    width: calc(16.6666667% - 18px);
}
.theme-card-list .card-line-item.columns-5 {
    width: calc(20% - 18px);
    max-height: 370px;
}

.theme-card-list .card-line-item.col-6:hover .card-modal .download-box {
    opacity: 1;
}
.theme-card-list .card-line-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    background: #F5F5F5;
    position: relative;
    z-index: 1;
}
.theme-card-list .card-line-item a img{
    -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.theme-card-list .card-line-item a:hover .card-bg-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.theme-card-list .card-line-item .card-preview {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.theme-card-list .card-line-item .card-preview:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1725);
    position: absolute;
    top: 0;
    z-index: 1;
}
.theme-card-list .card-line-item .card-preview .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    z-index: 2;
}
.theme-card-list .card-line-item .card-preview .video-play .iconfont {
    font-size: 56px;
}
.theme-card-list .card-line-item .bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.theme-card-list .card-line-item .bottom-box .bottom-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 26px 12px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    height: 60px;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.theme-card-list .card-line-item .bottom-box .bottom-box-content .title {
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
.theme-card-list .card-line-item .bottom-box .bottom-box-content .btn {
    min-width: 54px;
    height: 26px;
    color: #E20A00;
    background-color: #fff;
    padding: 0px 6px;
}

.theme-card-list .card-favor-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(20% - 20px);
    height: 336px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.theme-card-list .card-favor-item>a {
    display: block;
    width: 100%;
}
.theme-card-list .card-favor-item .card-preview {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.theme-card-list .card-favor-item .card-preview img {
    width: 100%;
}
.theme-card-list .card-favor-item .card-preview .image-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 8px;
}
.theme-card-list .card-favor-item .card-preview .image-container .multi-img-box {
    width: 100%;
    height: auto;
}
.theme-card-list .card-favor-item .card-preview .image-container .multi-img-box > div {
    float: left;
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    height: auto;
    margin-bottom: 4px;
}
.theme-card-list .card-favor-item .card-preview .image-container .multi-img-box > div:nth-child(2) {
    float: right;
}
.theme-card-list .card-favor-item .card-preview .image-container .multi-img-box > div img {
    width: 100%;
    margin-bottom: 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


.theme-card-list .card-favor-item .bottom-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64px;
    z-index: 4;
}
.theme-card-list .card-favor-item .bottom-box .bottom-box-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 8px;
}
.theme-card-list .card-favor-item .bottom-box .bottom-box-content:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 104px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(40%,#FFF),to(#F5FFFA));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#FFF 40%,#F5FFFA 100%);
    background: -moz- oldlinear-gradient(top,rgba(255,255,255,0) 0,#FFF 40%,#F5FFFA 100%);
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#FFF 40%,#F5FFFA 100%);
}
.theme-card-list .card-favor-item .bottom-box .bottom-box-content .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 28px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    z-index: 1;
}
.theme-card-list .card-favor-item .bottom-box .bottom-box-content .title span.text {
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.theme-card-list .card-favor-item .bottom-box .bottom-box-content .title span.num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 50px;
    height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    color: #999;
    margin-left: 8px;
    -webkit-transition: opacity .38s ease-in-out;
    -moz-transition: opacity .38s ease-in-out;
    transition: opacity .38s ease-in-out;
}
.theme-card-list .card-favor-item .bottom-box .btn {
    position: absolute;
    width: 80px;
    right: 8px;
    bottom: 8px;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .38s ease-in-out;
    -moz-transition: opacity .38s ease-in-out;
    transition: opacity .38s ease-in-out;
    z-index: 1;
    color: #666;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.016);
    box-shadow: 0 2px 0 rgba(0,0,0,.016);
}
.theme-card-list .card-favor-item .bottom-box .btn:hover {
    color: #E20A00;
    border-color: #E20A00;
}
.theme-card-list .card-favor-item>a:hover .bottom-box .btn {
    opacity: 1;
}

.theme-wrapper .theme-header {
    width: 100%;
    height: 320px;
    background: -webkit-linear-gradient(4.65deg,#1BC47D 3.88%,rgba(27,196,125,.5) 96.24%);
    background: -moz- oldlinear-gradient(4.65deg,#1BC47D 3.88%,rgba(27,196,125,.5) 96.24%);
    background: linear-gradient(85.35deg,#1BC47D 3.88%,rgba(27,196,125,.5) 96.24%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.theme-wrapper .theme-header .theme-header-content {
    max-width: 1920px;
    width: 100%;
    padding: 0 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-top: 50px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .splite {
    width: 2px;
    height: 25px;
    margin: 0 6px 0px 10px;
    background-color: #fff;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .info {
    line-height: 1;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .info span  {
    color: #ffffff;
    font-size: 16px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .info i.iconfont {
    color: #ffffff;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .desc {
    margin-top: 8px;
    height: 22px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .desc p {
    color: #fff;
    font-size: 18px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 16px;
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tags .theme-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 16px;
    height: 22px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    margin-right: 10px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .operation {
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .operation span {
    color: #fff;
    margin-right: 40px;
    font-size: 14px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-image {
    /*position: absolute;*/
    width: 350px;
    height: 391px;
    -webkit-border-radius: 196px;
    border-radius: 196px;
    /*right: 100px;*/
    /*top: 15px;*/
    /*background: rgba(255,255,255,.5);*/
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right {
    position: absolute;
    width: 391px;
    height: 391px;
    -webkit-border-radius: 196px;
    border-radius: 196px;
    right: 100px;
    top: 15px;
    background: rgba(255,255,255,.5);
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-image img {
    width: 245px;
    position: absolute;
    left: 165px;
    top: 34px;
    border: 4px solid #E8E8E8;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    /*-webkit-transform: rotate(15deg);*/
    /*-moz-transform: rotate(15deg);*/
    /*-ms-transform: rotate(15deg);*/
    /*transform: rotate(15deg);*/
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right img {
    width: 225px;
    position: absolute;
    right: 85px;
    top: 34px;
    border: 4px solid #E8E8E8;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right .btn {
    height: 40px;
    border-radius: 40px;
    line-height: 1;
    position: absolute;
    right: 0px;
    top: 230px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right .btn i {
    font-size: 20px;
    line-height: 1;
    margin-right: 4px;
}


.theme-box-crumbs {
    width: 100%;
    max-width: 1920px;
    padding: 12px 96px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.theme-box-crumbs a{
    color: #555;
}
.theme-box-crumbs a:hover {
    color: #E20A00;
}
.theme-box-crumbs a:after {
    color: #333;
    content: "\e7c3";
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
    margin: 0 2px;
}


.work-list-container {
    background: #fff;
}
.work-list-container .banner-hotkey {
    position: relative;
    width: 100%;
    height: 325px;
    overflow: hidden;
    background: #F5F5F5;
}
.work-list-container .banner-hotkey .content {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.work-list-container .banner-hotkey .content img {
    display: block;
    margin: 0 auto;
}
.work-list-container .nav-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 24px
}

.work-list-container .nav-container .content {
    position: relative;
    width: 100%;
    padding: 0px 96px;
    max-width: 1920px;
    margin: 0 auto;
}

.work-list-container .nav-container .content .nav-title-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.work-list-container .nav-container .content .nav-title-main li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 32px;
    font-weight: 500;
    color: var(--qtd-fun-color-12);
    font-size: 16px;
    height: 40px;
    -webkit-transition: all .38s ease-in-out;
    -moz-transition: all .38s ease-in-out;
    transition: all .38s ease-in-out
}

.work-list-container .nav-container .content .nav-title-main li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.work-list-container .nav-container .content .nav-title-main li a img {
    height: 30px;
    margin-right: 8px
}

.work-list-container .nav-container .content .nav-title-main li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    background-color: #E20A00;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.work-list-container .nav-container .content .nav-title-main li.active a,.work-list-container .nav-container .content .nav-title-main li:hover a {
    color: #E20A00
}

.work-list-container .nav-container .content .nav-title-main li.active:after,.work-list-container .nav-container .content .nav-title-main li:hover:after {
    width: 100%
}

.work-list-container .title-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 32px
}

.work-list-container .title-container .content {
    position: relative;
    width: 100%;
    padding: 0 96px;
    max-width: 1920px;
    margin: 0 auto
}

.work-list-container .title-container .content .title-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: var(--qtd-fun-color-12)
}

.work-list-container .title-container .content .title-rule-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.work-list-container .title-container .content .title-switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}
.work-list-container .main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    width: 100%;
    height: auto;
    padding: 0 96px;
    max-width: 1920px;
    margin: 0 auto;
}
.work-list-container .main-container .nav-left-main {
    position: relative;
    width: 260px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -webkit-background-size: 94px 84px;
    background-size: 94px 84px;
    background-position-x: 100px;
    background-position-y: 24px;
    background-color: #fafafa;
    margin-bottom: 64px;
}

.work-list-container .main-container .nav-left-main .nav-scroll-col {
    position: relative;
    width: 100%;
    overflow-y: scroll;
    overscroll-behavior: contain
}

.work-list-container .main-container .nav-left-main .nav-scroll-col li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 16px
}

.work-list-container .main-container .nav-left-main .nav-scroll-col li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    -webkit-transition: all .38s ease-in-out;
    -moz-transition: all .38s ease-in-out;
    transition: all .38s ease-in-out
}

.work-list-container .main-container .nav-left-main .nav-scroll-col li a .top {
    width: 10px;
    margin-right: 8px
}

.work-list-container .main-container .nav-left-main .nav-scroll-col li a i {
    display: inline-block;
    min-width: 10px;
    margin-right: 8px
}

.work-list-container .main-container .nav-left-main .nav-scroll-col li a .num img {
    width: 12px;
    margin-right: 4px
}

.work-list-container .main-container .nav-left-main .nav-scroll-col li a .num em {
    font-size: 16px;
    font-weight: 600;
    color: #E20A00;
}

.work-list-container .main-container .nav-left-main .nav-scroll-col li a:hover {
    color: #E20A00;
}

.work-list-container .main-container .nav-left-main .nav-scroll-col li.active {
    background-color: #FFEDEC
}

.work-list-container .main-container .nav-left-main .nav-scroll-col li.active a {
    color: #E20A00;
}

.work-list-container .pic-container {
    flex:1;
    overflow: hidden;
    margin-bottom: 64px;
}
.work-list-container .pic-container .content {
    width: 100%;
}
.work-list-container .pic-container .card-item {
    float: left;
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 24px;
}
.work-list-container .pic-container .card-item:nth-child(5n) {
    margin-right: 0px;
}
.work-list-container .pic-container .card-item .card-preview {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    -webkit-user-drag: none;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}
.work-list-container .pic-container .card-item .card-preview a {
    height: 375px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-list-container .pic-container .card-item .card-preview a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.work-list-container .pic-container .card-item a:hover .card-bg-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.work-list-container .pic-container .card-item .card-preview .left-top-box {
    position: absolute;
    left: 10px;
    top: 5px;
}
.work-list-container .pic-container .card-item .card-mark .tag {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
}
.work-list-container .pic-container .card-item .card-mark .tag+.tag {
    margin-left: 4px;
}
.work-list-container .pic-container .card-item .card-mark .tag.line {
    border:1px solid #ccc;
}
.work-list-container .pic-container .card-item .card-mark .tag.line-red {
    border:1px solid #E20A00;
}

.work-list-container .pic-container .card-item a:hover .card-modal .download-box  {
    opacity: 1;
}

.work-list-container .pic-container .card-item .card-title-box {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.work-list-container .pic-container .card-item .card-title-box .card-title {
    flex:1;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.work-list-container .pic-container .card-item .card-title-box .card-title a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 19px;
}