/* 搜索区域样式 */
.search-banner {
    background: url('../image/banner-bg.jpg') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding: 10px 0;
    height: 575px;
    overflow: hidden;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

.search-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search-banner .container {
    position: relative;
    z-index: 1;
}

.search-banner h1 {
    margin: 150px 0 20px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
}

.search-banner p {
    margin-bottom: 30px;
    font-size: 18px;
}

/* 分类样式 */
.category {
    position: absolute;
    top: 0;
    padding: 12px 30px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.category .section-title {
    margin: 10px 0 5px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #030000;
    text-align: left;
    border-left: 2px solid #2198f3;
}

.category .industry_container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category .item {
    position: relative;
}

.category .item_regions {
    width: 153px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}

.category .item_region {
    width: 153px;
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category .item_region a {
    padding: 5px;
    color: #666;
    text-align: center;
}

.category .item_region a:hover {
    color: #c60008;
}

.category .item_inner {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 4px;
    color: #666;
    transition: all 0.3s;
}

.category .item_inner:hover {
    background-color: #f5f5f5;
}

.category .item_value {
    flex: 1;
    font-size: 14px;
}

.category .item_value a {
    color: #666;
}

/* 搜索框样式 */
.search-box {
    max-width: 800px;
    margin: 0 auto;
}

.search-box .input-group {
    position: relative;
    margin-bottom: 15px;
}

.search-box .input-group .input-group-addon{
    background-color: #fff;
    width: 110px;
    border: 1px solid #fff;
    border-right-color: #eee;
    border-bottom-left-radius: 32px;
    border-top-left-radius: 32px;
    font-size: 16px;
}

.search-box .form-control,
.search-box .btn {
    height: 64px;
    border: none;
    z-index: 99;
}

.search-box .btn {
    width: 110px;
    border-radius: 0;
}

.search-box .btn-default {
    border-right: 2px solid #ccc;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

.search-box .offset-btn {
    z-index: 99;
}

.search-box .btn-search {
    margin-left: 40px;
    border-radius: 32px;
    background: #c60008 url('../image/loupe.png') no-repeat center 20px;
    color: #fff;
    z-index: 999;
    outline: none !important;
}

.hot-search a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
}

.hot-search a:hover {
    color: #c60008;
}

.compiler-html img {
    display: block;
    margin: 10px auto;
    max-width: -webkit-fill-available;
}

/* 轮播样式 */
.index-focus-slider {
    width: 1460px;
    margin: 60px auto 0 auto;
    position: relative;
    overflow: hidden;
}

.index-focus-slider .owl-carousel {
    z-index: 0
}

.index-focus-slider .owl-carousel img {
    display: block;
    width: 100%;
}

.index-focus-slider .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    padding: 0;
}

.index-focus-slider .owl-carousel .owl-item {
    transition: all 0.3s ease;
    z-index: 10;
    position: relative;
    left: -1px;
}

.index-focus-slider .owl-carousel .owl-item img {
    width: 720px !important;
    height: 396px !important;
    position: relative;
    border-radius: 20px;
}

.index-focus-slider .owl-carousel .owl-item.center {

    z-index: 100;
    position: relative;
}

.index-focus-slider .owl-carousel .owl-item.center img {
    width: 800px !important;
    height: 440px !important;
    position: relative;
    left: -164px;
}

.index-focus-slider .owl-carousel .owl-item.center + .owl-item img {
    left: -249px;
}

.index-focus-slider .owl-carousel .owl-item:not(.center) {
    background-color: #f5f5fb;
}

.index-focus-slider .custom-prev,
.index-focus-slider .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.index-focus-slider .custom-prev {
    left: 20px;
}

.index-focus-slider .custom-next {
    right: 20px;
}

.index-focus-slider .custom-prev:hover,
.index-focus-slider .custom-next:hover {
    background: rgba(0, 0, 0, 0.3);
}

.tit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 25px;
}

.tit-box .title,
.tit-box .label,
.tit-box .more {
    display: flex;
    align-items: center;
}

.tit-box .label {
    margin-left: 30px;
}

.tit-box .label a {
    display: inline-block;
    width: 125px;
    height: 40px;
    margin-right: 12px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    text-decoration: none;
    background-color: #dcdce1;
    color: #2c2b2c;
}

.tit-box .label a.active,
.tit-box .label a:hover {
    color: #fff;
    background-color: #c60008;
}

.tit-box .more {
    margin-left: auto;
}

.tit-box .more a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
}

.hotexh .tit-box .title {
    height: 70px;
    width: 315px;
    background: url('../image/hotex-title.png') no-repeat;
}

.worldexh .tit-box .title {
    height: 70px;
    width: 350px;
    background: url('../image/worldex-title.png') no-repeat;
}

.chinaexh .tit-box .title {
    height: 70px;
    width: 355px;
    background: url('../image/chinaex-title.png') no-repeat;
}

.hotexh .exh-box > div, .worldexh .exh-box > div, .chinaexh .exh-box > div {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    float: left;
}

.news .tit-box .title {
    height: 70px;
    width: 230px;
    background: url('../image/news-title.png') no-repeat;
}

/* 内容盒子样式 */
.content-box {
    margin: 20px 0;
}

.content-box > div:first-child .row {
    margin-right: 15px;
}

.content-box > div:last-child .row {
    margin-left: 15px;
}

.content-box .title {
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    color: #c60008;
    border-bottom: 2px solid #ccc;
}

.content-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-box li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
}

.content-box img {
    width: 230px;
    height: 132px;
    object-fit: cover;
    border-radius: 12px;
}

.content-box .text {
    flex: 1;
    margin-left: 20px;
    min-width: 0;
    overflow: hidden;
}

.content-box h2 {
    margin: 10px 0 12px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-box .desc {
    margin: 0 0 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-box .date {
    font-size: 12px;
    color: #666;
}

/* 筛选盒子样式 */
.choose_box, .filter-area {
    margin-top: 20px;
    padding: 23px 28px 5px;
    border-radius: 6px;
    background-color: #fff;
}
.choose_box .keyword .btn {
    width: 50px;
}
.choose_box .keyword .btn:focus,
.choose_box .keyword .btn:hover {
    background-color: #fff;
    border-color: #ccc;
    color: #c60008;
}
.choose_box .section-title,
.filter-area .section-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 54px);
}

.choose_box .section-title:before,
.filter-area .section-title:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #e50113;
}

.choose_box .filter,
.filter-area .filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.choose_box .label,
.filter-area .label {
    width: 80px;
    padding-top: 7px;
    margin-right: 49px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    flex-shrink: 0;
    text-align: justify;
    text-align-last: justify;
}

.choose_box .value_wrapper,
.filter-area .value_wrapper {
    flex: 1;
    min-width: 0;
}

.choose_box .search_count,
.filter-area .search_count {
    display: flex;
}

.choose_box .search_count .form-control,
.filter-area .search_count .form-control {
    width: 500px;
    height: 40px;
    border-radius: 4px 0 0 4px;
}

.choose_box .search_count .btn,
.filter-area .search_count .btn {
    height: 40px;
    border-radius: 0 4px 4px 0;
    border-left: none;
}

/* 标签样式 */
.choose_box .tag,
.filter-area .tag {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.choose_box .tag.active,
.choose_box .tag:hover,
.filter-area .tag.active,
.filter-area .tag:hover {
    color: #c60008;
    border-color: #c60008;
}

.choose_box .tag.active,
.filter-area .tag.active {
    cursor: default;
}

.choose_box .tag i,
.filter-area .tag i {
    margin-left: 5px;
    cursor: pointer;
}

/* 复选框和单选框样式 */
.choose_box .industry_checkbox label,
.choose_box .date_checkbox label,
.filter-area .industry_checkbox label,
.filter-area .date_checkbox label {
    width: 135px;
}

.choose_box .scope_checkbox label,
.filter-area .scope_checkbox label {
    min-width: 135px;
}

.choose_box .area_checkbox label,
.choose_box .country_checkbox label,
.filter-area .area_checkbox label,
.filter-area .province_checkbox label,
.filter-area .country_checkbox label {
    width: 135px;
}

.choose_box .city_checkbox label {
    width: 135px;
}

.filter-area .city_checkbox label {
    width: 110px;
}

.filter-area .square_checkbox label {
    margin-right: 100px;
}

/* 排序样式 */
.exh_sort {
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.exh_sort .bread {
    color: #333;
    display: flex;
    align-items: center;
}

.exh_sort .bread a,
.exh_sort .bread span {
    margin: 0 10px;
    color: #333;
}

.exh_sort .exh_sort_list {
    display: flex;
    gap: 10px;
}

.exh_sort .exh_sort_list .select_container .active {
    border-color: #c60008;
    color: #c60008;
    background-color: #fff;
}

/* 列表样式 */
.expo-list, .hall-list {
    padding: 20px 15px;
}

.expo-list a,
.hall-list a {
    text-decoration: none;
}

.expo-list .item,
.hall-list .item {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

.expo-list .item:hover,
.hall-list .item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.expo-list .box,
.hall-list .box {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.expo-list .el-image img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.hall-list .el-image img {
    width: 145px;
    height: 180px;
    object-fit: cover;
}

.expo-list .txt,
.hall-list .txt {
    flex: 1;
    margin-left: 15px;
    min-width: 0;
}

.hall-list .txt {
    padding-top: 5px;
}

.expo-list h3,
.hall-list h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 450;
    line-height: 1.4;
    color: #333;
}

.expo-list .item:hover h3,
.hall-list .item:hover h3 {
    color: #c60008;
}

.hall-list .little-name small {
    font-size: 12px;
    color: #888;
    text-transform: capitalize;
}

.expo-list .params,
.hall-list .params {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.expo-list .params p,
.hall-list .params p {
    margin-bottom: 5px;
    color: #666;
}

.hall-list .txt .param-box {
    line-height: 25px;
    margin-top: 25px;
}

.hall-list .txt .param-box p {
    margin: 0 0 5px;
}

.hall-list .txt .param-box p label {
    margin-right: 15px;
    color: #888;
}

.expo-list .params i,
.hall-list .params i {
    margin-right: 5px;
    color: #999;
}

.expo-list .params .red,
.hall-list .params .red {
    color: #c60008;
}

.expo-list .el-tag {
    display: inline-block;
    height: 24px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
    color: #c60008;
    border: 1px solid #c60008;
    border-radius: 4px;
    background-color: #fff;
}

/* 按钮样式 */
.expo-list .btn,
.hall-list .btn {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.expo-list .btn_remind,
.hall-list .btn_remind {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.expo-list .btn_remind a,
.hall-list .btn_remind a {
    width: 47%;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 16px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #c60008;
    color: #c60008;
}

.expo-list .btn_remind a.active,
.hall-list .btn_remind a.active {
    color: #fff;
    background-color: #c60008;
}

/* 详情页样式 */
.expo-detail-container,
.hall-detail-container {
    margin-bottom: 40px;
}

.expo-detail-container .expo-detail-top {
    background: url('../image/expo_banner_bg.png') no-repeat top center/cover;
    height: 520px;
    position: relative;
}

.expo-detail-container .expo-detail-top .video-box {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.expo-detail-container .expo-detail-top .video-box .bg-video {
    width: 100%;
    height: fit-content;
}

.expo-detail-container .expo-detail-top .detail-breadcrumb {
    background: rgba(0, 0, 0, .45);
    color: #fff;
    padding: 0 15px;
    margin: 30px 0 15px 0;
    border-radius: 6px;
    position: relative;
}

.expo-detail-container .expo-detail-top .detail-breadcrumb a,
.expo-detail-container .expo-detail-top .detail-breadcrumb li {
    color: #fff;
}

.expo-detail-container .expo-detail-top .detail-breadcrumb .swiper-box {
    display: none;
}

.expo-detail-container .expo-detail-top .detail-breadcrumb .breadcrumb > li + li:before {
    color: #fff;
}

.expo-detail-container .basic-info {
    padding: 40px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    position: relative;
}

.expo-detail-container .basic-info a {
    color: #fff;
    text-decoration: none;
}

.expo-detail-container .basic-info a:hover {
    color: #c60008;
}

.expo-detail-container .basic-info .top {
    display: flex;
    justify-content: space-between;
}

.expo-detail-container .basic-info .params .el-image {
    width: 16px;
    height: 16px;
}

.expo-detail-container .basic-info .right-box {
    position: absolute;
    top: 45px;
    right: 0;
}

.expo-detail-container .basic-info .right-box .column-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.expo-detail-container .basic-info .right-box .diff-days-wrap {
    margin: 8px 0;
    color: #fff;
}

.expo-detail-container .basic-info .right-box .diff-days-wrap .diff-days-desc {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.expo-detail-container .basic-info .right-box .diff-days-wrap .diff-days-desc .days{
    padding: 0 10px;
}

/* 评分样式 */
.expo-detail-container .basic-info .rate-box {
    width: 290px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px;
}

.expo-detail-container .basic-info .rate-box .rate-score {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 120px;
    margin-top: 20px;
}

.expo-detail-container .basic-info .rate-box .rate-score .rate {
    font-size: 35px;
}

.expo-detail-container .basic-info .rate-box .rate-score .slider-star span {
    position: relative;
    display: inline-block;
    color: #ff925f;
}

.expo-detail-container .basic-info .rate-box .rate-score .slider-star span .fa-star {
    position: absolute;
    left: 0;
    top: 3px;
}

.expo-detail-container .basic-info .rate-box .rate-info {
    width: 160px;
    padding-left: 5px;
    margin: 0;
}

.expo-detail-container .basic-info .rate-box .rate-info li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.expo-detail-container .basic-info .rate-box .rate-info p {
    margin: 0;
}

.expo-detail-container .basic-info .rate-box .rate-info .tit {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;

}

.expo-detail-container .basic-info .rate-box .rate-info .progress {
    width: 90px;
    height: 7px;
    background-color: #eee8dd;
    border-radius: 2em;
    display: inline-block;
    vertical-align: middle;
}

.expo-detail-container .basic-info .rate-box .rate-info .progress .tag {
    display: block;
    height: 7px;
    border-radius: 2em;
    background-color: #ff925f;
}

.expo-detail-container .basic-info .bottom {
    margin-top: 20px;
    display: none;
}

.expo-detail-container .basic-info .bottom .box {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
}

.expo-detail-container .basic-info .bottom .box i.fa {
    color: #ff7e3e;
}

.expo-detail-container .basic-info .bottom .box .txt {
    margin-left: 20px;
}

.expo-detail-container .basic-info .bottom h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.expo-detail-container .basic-info .bottom .content {
    margin: 0;
    padding: 0;
    color: #666;
}

.expo-detail-container .photos-box {
    width: 450px;
    height: 310px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.expo-detail-container .photos-box img {
    width: 450px;
    border-radius: 5px;
}

.expo-detail-container .info-box {
    flex: 1;
    padding-left: 40px;
    position: relative;
}

.expo-detail-container .info-box h1 {
    margin: 0 0 15px;
    font-size: 24px;
}

.expo-detail-container .tag {
    margin-bottom: 15px;
}

.expo-detail-container .tag .label-default {
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
}

.expo-detail-container .params {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.expo-detail-container .params p {
    margin-right: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.expo-detail-container .params i {
    margin-right: 5px;
}

.expo-detail-container .params-other {
    margin-bottom: 0;
}

.expo-detail-container .params-other .item {
    margin-bottom: 10px;
}

.expo-detail-container .params-other label {
    display: inline-block;
    width: 70px;
    color: #eee;
}

.expo-detail-container .info-box .btn {
    margin: 0;
}

.expo-detail-container .info-box .service-btn .btn {
    width: 200px;
}

.expo-detail-container .info-box .btn.book {
    margin-top: 5px;
    color: #fff;
    background-color: #c60008;
    border: 1px solid #c60008;
    float: right;
    width: 150px;
}

.expo-detail-container .info-box .btn.seat {
    color: #0a75eb;
    background-color: #eaf4ff;
    border: 1px solid #eaf4ff;
}

.expo-detail-container .two-cols {
    display: flex;
}

.expo-detail-container .two-cols .item {
    flex: 1;
}

.expo-detail-container .expo-detail-content {
    margin-top: 20px;
    display: flex;
}

.expo-detail-container .expo-detail-content .expo-item {
    margin-bottom: 50px;
}

.expo-detail-container .expo-detail-content-box {
    flex: 1;
    padding: 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 1010px;
}

.expo-detail-container .expo-detail-content-box .introduce-box .compiler-html {
    line-height: 28px;
}

.expo-detail-container .expo-detail-content-box .introduce-box img {
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

.expo-detail-container .fixed-silde-box {
    width: 400px;
    margin-left: 20px;
    position: relative;
}

.expo-detail-container .fixed-silde-box .aside-sticky {
    position: sticky;
    top: 0;
}

.expo-detail-container .detail-title h3 {
    font-size: 18px;
}

.expo-detail-container .detail-title small {
    font-size: 12px;
}

.expo-detail-container .param-card-box {
    margin: 0 -10px;
}

.expo-detail-container .param-card-box .card-list {
    margin-top: 20px;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expo-detail-container .param-card-box .card {
    margin: 0 10px;
    flex: 1;
    height: 70px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #f7f7f7;
    border-radius: 4px;
}

.expo-detail-container .param-card-box .card dd {
    margin-left: 10px;
    text-align: left;
}

.expo-detail-container .param-card-box .card .el-image {
    width: 32px;
    height: 32px;
}

.expo-detail-container .param-card-box .card h3 {
    font-size: 14px;
}

.expo-detail-container .param-card-box .card small {
    float: left;
    font-size: 12px;
    color: #666;
}

.expo-detail-container .one-col {
    width: 100%;
}

.expo-detail-container .hall-box table {
    width: 100%;
}

.expo-detail-container .hall-thumb {
    width: 430px;
    float: left;
    margin-left: 15px;
}

.expo-detail-container .hall-thumb .el-image {
    border-radius: 5px;
}

.expo-detail-container .content {
    width: 495px;
    float: right;
    margin-right: 15px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 28px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.expo-detail-container .hall-box .box {
    margin: 40px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expo-detail-container .hall-box .box:before,
.expo-detail-container .hall-box .box:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    margin: 0 20px;
}

.expo-detail-container .hall-box .box:before {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .8));
}

.expo-detail-container .hall-box .box:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, .8), transparent);
}

.expo-detail-container .hall-box h3 {
    margin: 0;
    font-size: 16px;
}

.expo-detail-container .hall-box small {
    font-size: 12px;
}

.expo-detail-container .hall-box .box > div {
    text-align: center;
}

.expo-detail-container .hall-box .hall-info {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.expo-detail-container .hall-box .hall-info .info-item {
    margin-top: 15px;
}
.expo-detail-container .hall-box .map .el-image {
    float: right;
    width: 100%;
    height: 320px;
    border-radius: 6px;
}

.expo-detail-container .process-box {
    margin-top: 30px;
}

.expo-detail-container .process-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.expo-detail-container .process-box ul:before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 100%;
    height: 6px;
    background: #f5e9ea;
    border-radius: 3px;
}

.expo-detail-container .process-box li {
    width: 16%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.expo-detail-container .process-box .no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #d61825;
    border-radius: 50%;
}

.expo-detail-container .process-box ul li .txt {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdf1f2;
    border-radius: 4px;
    color: #333;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.expo-detail-container .process-box ul li .txt:before {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #fdf1f2;
}

.expo-detail-container .process-box ul li:nth-of-type(2n) .txt {
    top: auto;
    bottom: 0;
}

.expo-detail-container .process-box ul li:nth-of-type(2n) .txt:before {
    bottom: auto;
    top: -12px;
    transform: rotate(180deg);
}

.expo-detail-container .hot-expo-list {
    margin-top: 30px;
}

.expo-atlas {
    width: 1440px;
    margin: 30px auto 15px auto;
    position: relative;
    overflow: hidden;
}

.expo-atlas .owl-carousel .item {
    display: block;
    height: 320px;
    width: 480px;
}

.expo-atlas .owl-carousel img {
    display: block;
    height: 320px;
    width: 470px;
    margin: 0 5px;
}

.expo-atlas .custom-prev,
.expo-atlas .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.expo-atlas .custom-prev {
    left: 20px;
}

.expo-atlas .custom-next {
    right: 20px;
}

.expo-atlas .custom-prev:hover,
.expo-atlas .custom-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* 同期展会 */
.common-title {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-title .txt {
    display: flex;
    align-items: center;
}

.common-title .txt .el-image {
    height: 35px;
    max-width: 35px;
}

.common-title .txt h3 {
    margin: 0 10px;
    font-size: 24px;
}

.common-title .txt small {
    margin-top: 10px;
    font-size: 12px;
    color: #9899a7;
    text-transform: uppercase;
}

.same-date-expo-list {
    margin: 20px 0;
    display: inline-block;
}

.same-date-expo-list .item {
    float: left;
    margin-right: 15px;
}

/* 焦点图 */
.photos-box .view {
    margin-bottom: 20px;
}

.photos-box .main-slider,
.photos-box .thumb-slider {
    position: relative;
}

.photos-box .main-slider button {
    display: none !important;
}

.photos-box .main-slider img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.photos-box .thumb-slider {
    margin-top: 15px;
}

.photos-box .thumb-slider .slick-slide {
    padding-right: 10px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.photos-box .thumb-slider .slick-slide.slick-current {
    opacity: 1;
}

.photos-box .thumb-slider img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 2px;
}

.photos-box .slider-nav {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.photos-box .slider-counter {
    font-size: 14px;
    color: #666;
}

.photos-box .slick-prev,
.photos-box .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
}

.photos-box .slick-prev:hover,
.photos-box .slick-next:hover {
    background: rgba(255, 255, 255, 0.9);
}

.photos-box .slick-prev:before,
.photos-box .slick-next:before {
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    opacity: 1;
}

.photos-box .slick-prev {
    left: 10px;
}

.photos-box .slick-prev:before {
    content: '❮';
}

.photos-box .slick-next {
    right: 10px;
}

.photos-box .slick-next:before {
    content: '❯';
}

.photos-box .thumb-slider .slick-prev,
.photos-box .thumb-slider .slick-next {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
}

.photos-box .thumb-slider .slick-prev {
    left: 0;
}

.photos-box .thumb-slider .slick-next {
    right: 0;
}

.photos-box .thumb-slider .slick-prev:before,
.photos-box .thumb-slider .slick-next:before {
    font-size: 14px;
}

.photos-box .time-down {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.photos-box .time-down i {
    margin-right: 10px;
    font-size: 18px;
    color: #f56c6c;
}

.photos-box .time-down .prefix {
    font-size: 14px;
    color: #fff;
}

.photos-box .time-down .number {
    margin-left: 5px;
    font-weight: 500;
    color: #f56c6c;
}

/* 表单容器 */
.form-container .banner {
    position: relative;
    overflow: hidden;
}

.form-container .banner .el-image {
    width: 100%;
}

.form-container .banner .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.form-container .banner .txt-box a {
    text-decoration: none;
}

.form-container .banner .txt-box .txt {
    margin-top: -100px;
    color: #fff;
    cursor: pointer;
}

.form-container .banner .txt-box .txt h1 {
    font-size: 36px;
}

.form-container .banner .txt-box .txt .date {
    margin: 15px auto 20px;
    font-size: 18px;
}

.form-container .banner .txt-box .txt .address {
    font-size: 20px;
}

.form-container .form-box {
    position: relative;
    z-index: 10;
    margin-top: -150px;
    padding: 50px 100px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 2px 2px 14px 0 rgba(198, 200, 216, .4);
}

.form-container .form-box .form-title {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
}

.form-container .form-box .toggle-btn {
    margin: 30px 0;
    font-size: 14px;
    text-align: center;
}

.form-container .form-box .el-steps {
    margin-bottom: 20px;
}

.form-container .step-progress {
    margin: 30px auto;
    padding: 0;
    width: 100%;
    list-style: none;
    display: table;
    table-layout: fixed;
    position: relative;
}

.form-container .step-progress li {
    display: table-cell;
    width: 50%;
    position: relative;
    padding: 0 15px;
    text-align: center;
    vertical-align: top;
}

.form-container .step-progress .step-circle {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    background-color: #ddd;
    color: #fff;
    position: relative;
    z-index: 2;
}

.form-container .step-progress .step-title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.form-container .step-progress .progress-connect {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    margin: 0 16.66666%;
    background-color: #ddd;
    z-index: 1;
}

.form-container .step-progress .progress-connect .progress-bar {
    height: 100%;
    background-color: #5cb85c;
    transition: width 0.6s ease;
}

.form-container .step-progress li.completed .step-circle {
    background-color: #c60008;
}

.form-container .step-progress li.completed .step-title {
    color: #c60008;
}

.form-container .step-progress li.active .step-circle {
    background-color: #337ab7;
}

.form-container .step-progress li.active .step-title {
    color: #337ab7;
}

.form-container .person-num-btn {
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.form-container .person-num-btn .number-input {
    display: inline-block;
    margin: 0 10px;
}

.form-container .form-ticket-box .form-group {
    margin-bottom: 30px;
}

.form-container .form-ticket-box .form-group > label {
    margin-bottom: 10px;
    color: #666;
}

.form-container .form-ticket-box .form-group > label:before {
    content: "*";
    margin-right: 4px;
    color: red;
}
.form-container .form-ticket-box .form-group > label.none:before {
    content: "";
    margin-right: 11px;
}
.form-container .form-ticket-box .form-group .group-title {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.form-container .form-ticket-box .form-group .group-title:before {
    content: "";
    display: block;
    width: 3px;
    height: 18px;
    margin-right: 8px;
    border-radius: 3px;
    background-color: #c60008;
}

.form-container .form-ticket-box .form-group .radio-inline {
    margin-right: 300px;
    padding-left: 0;
}

.form-container .form-ticket-box .form-group .btn {
    height: 40px;
}

.form-container .form-ticket-box .form-group .form-control {
    height: 40px;
    border: 1px solid #ddd;
    box-shadow: unset;
}

.form-container .form-ticket-box .form-group textarea.form-control {
    height: auto;
}

.form-container .form-ticket-box .input-group .form-control {
    border-radius: unset;
}

.form-container .form-ticket-box .verify-code-group {
    margin-bottom: 20px;
}

.form-container .form-ticket-box .agreed-group {
    margin: 20px 0;
}

.form-container .form-ticket-box .agreed-group .checkbox a {
    color: #c60008;
}

.form-container .form-ticket-box .tips {
    margin-bottom: 30px;
    padding: 25px;
    color: #999;
    border-radius: 4px;
    background-color: #f4f4f5;
}

.form-container .form-ticket-box .tips h3 {
    margin-top: 0;
    font-size: 16px;
    color: #888;
}

.form-container .form-ticket-box .tips h3:before {
    content: "* ";
    color: red;
}

.form-container .form-ticket-box .tips p {
    margin: 0;
    line-height: 24px;
}

.form-container .form-ticket-box .form-submit-btn {
    text-align: center;
}

.form-container .form-ticket-box .form-submit-btn .btn {
    width: 200px;
    margin: 20px 20px 0;
}

.form-container .form-ticket-box .btn-primary {
    padding: 10px 30px;
    font-size: 16px;
    background-color: #c60008;
    border-color: #c60008;
}

.form-container .form-ticket-box .btn-primary:hover {
    background-color: #c60008;
    border-color: #c60008;
}

.newest-expo {
    width: 430px;
}

/* 新闻详情容器 */
.news-detail-container {
    padding-bottom: 30px;
    background-color: #f5f5f5;
}

/* 新闻内容框 */
.news-detail-container .news-content-box {
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* 新闻标题 */
.news-detail-container .news-content-box h1 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* 新闻参数 */
.news-detail-container .params {
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
}

.news-detail-container .params .left {
    float: left;
}

.news-detail-container .params .right {
    float: right;
    text-align: right;
}

.news-detail-container .params p {
    margin: 5px 0;
    display: inline-block;
    margin-right: 15px;
}

.news-detail-container .params i {
    margin-right: 5px;
}

/* 新闻内容 */
.news-detail-container .compiler-html {
    font-size: 16px;
    line-height: 2;
}

.news-detail-container .compiler-html p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 2em;
}

.news-detail-container .compiler-html p[style*="center"] {
    text-align: center !important;
    text-indent: 0;
}

.news-detail-container .compiler-html strong {
    font-weight: bold;
}

.news-detail-container .compiler-html a {
    color: #409EFF;
    text-decoration: none;
}

.news-detail-container .compiler-html a:hover {
    text-decoration: underline;
}

/* 标签 */
.news-detail-container .tags {
    margin-top: 30px;
}

.news-detail-container .tag {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 12px;
    color: #909399;
    border-radius: 4px;
    background-color: #f4f4f5;
    border-color: #e9e9eb;
}

/* 相关资讯 */
.news-detail-container .related-expo-list {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.news-detail-container .detail-title h3 {
    font-size: 18px;
}

.news-detail-container .detail-title small {
    font-size: 12px;
}

.news-detail-container .news-slide-list {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* 展馆详情页样式 */
.hall-detail-container .basic-info {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    margin: 20px auto;
}
.hall-detail-container .detail-info .detail-name {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-top: 0;
}

.hall-detail-container .detail-info .detail-name-en {
    font-size: 20px;
    color: #777;
    font-weight: 600;
    margin-bottom: 22px;
}

.hall-detail-container .detail-info .info-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.hall-detail-container .detail-info .info-item .info-label {
    color: #777;
}

.hall-detail-container .detail-info .info-item .address {
    color: #e50113;
    font-weight: 600;
}

.hall-detail-container .detail-info .info-item .info-value {
    color: #333;
    padding-left: 1em;
}

.hall-detail-container .detail-info .info-item .info-item_but {
    margin-left: 20px;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    background: #e50113;
    color: #fff;
}

.hall-detail-container .detail-bottom {
    display: flex;
    height: 320px;
    margin-top: 20px;
}

.hall-detail-container .detail-bottom .hall-atlas {
    width: 1400px;
    position: relative;
}

.hall-detail-container .hall-atlas .owl-carousel .item {
    display: block;
    height: 320px;
}

.hall-detail-container .hall-atlas .owl-carousel img {
    display: block;
    height: 320px;
    border-radius: 6px;
}

.hall-detail-container .hall-atlas .custom-prev,
.hall-detail-container .hall-atlas .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.hall-detail-container .hall-atlas .custom-prev {
    left: 20px;
}

.hall-detail-container .hall-atlas .custom-next {
    right: 20px;
}

.hall-detail-container .hall-atlas .custom-prev:hover,
.hall-detail-container .hall-atlas .custom-next:hover {
    background: rgba(0, 0, 0, 0.3);
}

/* 导航菜单 */
.hall-detail-container .detail-menu {
    border-bottom: 2px solid #c60008;
    margin: 0 auto 20px auto;
}

.hall-detail-container .detail-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hall-detail-container .detail-menu li {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}

.hall-detail-container .detail-menu li a {
    color: #333;
    text-decoration: none;
}

.hall-detail-container .detail-menu li.on {
    background-color: #c60008;
}

.hall-detail-container .detail-menu li.on a {
    color: #fff;
}

.hall-detail-container .hall-detail-box {
    margin-top: 30px;
    margin-bottom: 0;
}

.hall-detail-container .hall-detail-box .hall-item {
    margin-right: -15px;
    margin-left: -15px;
}
.hall-detail-container .hall-detail-box .hall-item .news-list .item {
    margin-top: 0;
    margin-bottom: 20px;
}

.hall-detail-container .hall-detail-box .detail-title h3 {
    font-size: 20px;
}

.hall-detail-container .hall-detail-box .detail-title small {
    font-size: 14px;
}

.hall-detail-container .hall-detail-box .right-box {
    width: 450px;
    float: right;
    margin-right: -15px;
}

.hall-detail-container .hall-detail-box .right-box .item {
    margin-bottom: 20px;
}
.hall-detail-container .hall-detail-box .right-box .item:last-child {
    margin-bottom: 0;
}

.hall-detail-container .hall-detail-box .left-box {
    width: 980px;
    float: left;
    margin-left: -15px;
    overflow: hidden;
}

.hall-detail-container .hall-detail-box .introduce .introduce-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 25px;
}

.hall-detail-container .hall-detail-box .introduce {
    margin-left: -15px;
    margin-right: -15px;
}

.hall-detail-container .hall-detail-box .compiler-html {
    font-size: 16px;
    line-height: 32px;
}

.hall-detail-container .hall-detail-box .compiler-html p {
    margin: 15px 0;
}

/* 展馆介绍 */
.hall-detail-container .introduce-box {
    display: flex;
}

.hall-detail-container .introduce-box .txt {
    flex: 1;
    padding-left: 20px;
}

.hall-detail-container .introduce-box .txt p {
    font-size: 16px;
    line-height: 34px;
}

.hall-detail-container .introduce-box .el-image img {
    width: 600px;
    height: 400px;
    border-radius: 12px;
    object-fit: cover;
}

/* 轮播图 */
.hall-detail-container .introduce-box .el-carousel {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}

.hall-detail-container .introduce-box .el-carousel__container {
    height: 100%;
    position: relative;
}

.hall-detail-container .introduce-box .el-carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}

/* 交通路线 */
.hall-detail-container .traffic-box {
    display: flex;
}

.hall-detail-container .traffic-box .map {
    width: 600px;
    padding-bottom: 18px;
}

.hall-detail-container .traffic-box .map img {
    width: 600px;
    height: 100%;
    border-radius: 12px;
}

.hall-detail-container .traffic-box .traffic-group {
    flex: 1;
    padding-left: 20px;
}

.hall-detail-container .traffic-box .traffic-item {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.hall-detail-container .traffic-box .traffic-group .traffic-item .txt {
    margin-top: 10px;
    padding-left: 16px;
    line-height: 30px;
    position: relative;
}

.hall-detail-container .traffic-box .traffic-group .traffic-item .txt:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d00f1d;
}

.hall-detail-container .traffic-box .traffic-item .head {
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #d00f1d;
    border: 2px solid #d00f1d;
    border-radius: 6px 30px 6px 6px;
}

.hall-detail-container .traffic-box .traffic-item .head .el-image {
    height: 100%;
    margin-right: 15px;
    background-color: #d00f1d;
}

.hall-detail-container .traffic-box .traffic-item .head .el-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 展会排期 */
.scheduling-box a {
    color: #333;
    text-decoration: none;
}

.scheduling-box .nav.news-nav > li > a {
    padding: 10px 20px;
}

.scheduling-box .hot-expo-list {
    margin: 0 -10px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.scheduling-box .hot-expo-list .item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.scheduling-box .hot-expo-list .el-image {
    width: 100%;
    height: 180px;
}

.scheduling-box .hot-expo-list .el-image img {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

.scheduling-box .hot-expo-list .txt {
    padding: 15px;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.scheduling-box .hot-expo-list h3 {
    margin: 0 0 10px;
    font-size: 16px;
    height: 44px;
    line-height: 1.5;
    overflow: hidden;
}

.scheduling-box .hot-expo-list .params {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.scheduling-box .hot-expo-list .params p {
    margin: 0;
}

.scheduling-box .hot-expo-list .params .text-ellipsis {
    display: inline-block;
    max-width: 60%;
    color: #fe3636;
    background-color: #ffebeb;
    border: 1px solid #ffd7d7;
    border-radius: 4px;
    box-sizing: border-box;
}

.scheduling-box .hot-expo-list .params .red {
    color: #c60008;
}

.scheduling-box .hot-expo-list .btn {
    display: flex;
    justify-content: space-between;
}

.scheduling-box .btn_remind {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.scheduling-box .btn_remind a {
    width: 47%;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 16px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #c60008;
    color: #c60008;
}

.scheduling-box .btn_remind a.active {
    color: #fff;
    background-color: #c60008;
}

.slide-expo-list .item {
    width: 100%;
    margin: 20px 0;
}

.custom-slider-container {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.custom-slider-container .custom-slider {
    position: relative;
    margin: 0;
}

.custom-slider-container .custom-slider .slick-slide {
    display: flex !important;
}

.custom-slider-container .custom-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    color: #333;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.custom-slider-container .custom-slider .slick-arrow:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.custom-slider-container .custom-slider .slick-prev {
    left: 0;
}

.custom-slider-container .custom-slider .slick-next {
    right: 0;
}

.custom-slider-container .custom-slider .slick-prev:before {
    content: '❮';
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #666;
}

.custom-slider-container .custom-slider .slick-next:before {
    content: '❯';
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #666;
}
