
.el-option {
    display: none;
}
.banner-swiper{
    position: relative;
}
.banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.banner .main-bg{
    width: 100%;
    height: 720px;
    object-fit: cover;
    transition: all .3s;
}
.banner-info{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.banner-info .banner-btn{
    flex-wrap: wrap;
}
.banner-info .banner-btn .page-btn{
    margin-bottom: 20px;
}
.banner-info .img-text{
    width: 412px;
    margin-bottom: 20px;
    object-fit: contain;
    max-width: 100%;
}
.page-en-name{
    font-size: 20px;
    color: var( --color-primary);
    line-height: 25px;
    position: relative;
}
.page-zh-name{
    font-weight: bold;
    font-size: 36px;
    color: #202229;
    line-height: 36px;
    text-align: center;
    position: relative;
    font-family: 'BodoniModa';
}
.page-desc{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    position: relative;
}



.event-list .event-item:last-child{
    margin-bottom: 0;
}
.event-item .event-item:last-child{
    margin-bottom: 0;
}
.event-item .main-img{
    margin-right: 24px;
    width: 400px;
    height: 225px;
    object-fit: cover;
}
.event-item .name{
    /*font-weight: 600;*/
    font-size: 20px;
    color: #202229;
    line-height: 33px;
    height: 33px;
    margin-bottom: 16px;
    font-family: 'BodoniModa';
}
.event-item .time{
    font-size: 14px;
    color: #6F7182;
    line-height: 22px;
    margin-bottom: 16px;
}
.event-item .brief{
    height: 44px;
    font-size: 14px;
    color: #121212;
    line-height: 22px;
    margin-bottom: 18px;
}
.event-list .event-item {
    padding: 40px 36px 40px 0;
    background: #fff;
    margin-bottom: 30px;
}
.event-item-right{
    max-width: calc(100% - 424px);
}
.event-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    overflow: hidden;
    display: block;
}
.event-img{
    aspect-ratio: 463 / 260;
    overflow: hidden;
}
.event-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.event-item:hover .event-img img{
    transform: scale(1.5);
}
.event-info{
    padding: 40px 24px;
}
.event-info .name{
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    margin-bottom: 12px;
}
.event-info .time{
    height: 24px;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 12px;
}
.event-info .desc{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 36px;
    height: 72px;
}
.exhi-btn{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.swiper-btn-pagination{
    display: flex;
    justify-content: center;
}
.swiper-btn-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 3px;
    background-color: #EAEAEA;
}
.swiper-btn-pagination .swiper-pagination-bullet-active{
    background-color: #46169B;
}
.info-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
    display: block;
}
.info-card-img{
    aspect-ratio: 450 / 270;
}
.info-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-card-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 40px;
}
.info-card-info .name{
    font-weight: bold;
    font-size: 20px;
    color: #202229;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'BodoniModa';
}
.info-card-info .desc{
    font-size: 14px;
    color: #202229;
    line-height: 24px;
    margin-bottom: 20px;
}
.btn-bg-primary{
    background: var(--color-primary) !important;
}
.mb-40{
    margin-bottom: 40px;
}
.page-box-sub_title{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 21px;
}

.page-btn{
    padding: 10px 36px;
    background: #C30064;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    transition: all .3s;
    line-height: 22px;
    white-space: nowrap;
}
.page-btn .el-iconfont{
    font-size: 20px;
    margin-left: 10px;
}
.page-white-btn{
    color: #333333;
    background: #fff;
}
.page-black-btn{
    background: #333333;
}
.page-btn:hover{
    background: #fff;
    color: #C30064;
}
.page-btn:hover .el-iconfont{
    color: #C30064;
}
.page-btn.btn-bg-primary:hover{
    background: #C30064 !important;
    color: #fff;
}
.page-btn.btn-bg-primary:hover *{
    color: #fff;
}
.number-line{
    border-radius: 20px 20px 20px 20px;
    /*background-image: url("../imgs/home/bg1.png");*/
    background-size: cover;
    padding: 82px 40px;
    margin: 0 30px;
    display: flex;
    justify-content: center;
    font-size: 1vw;
    background-position: center;
}
.explore-btn{
    display: flex;
    justify-content: center;
}
.event-line{
    display: flex;
    justify-content: center;
}
.event-line .page-zh-name{
    text-align: left;
}
.limit{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.limit2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.limit3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.new-item{
    padding: 40px 20px;
    background: #fff;
    position: relative;
    display: block;
    flex: 1;
}
.new-item:hover{
    box-shadow: 0px 0px 16px 0px rgba(65,87,124,0.16);
}
.new-item .name{
    font-size: 20px;
    color: #202229;
    line-height: 26px;
    height: 52px;
    margin-bottom: 10px;
}
.new-item .time{
    font-size: 14px;
    color: #6F7182;
    line-height: 22px;
    margin-bottom: 20px;
}
.new-item .brief{
    height: 44px;
    font-size: 14px;
    color: #121212;
    line-height: 24px;
    margin-bottom: 50px;
}



.areas-item{
    display: block;
    aspect-ratio: 690 / 388;
    position: relative;
}
.areas-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.areas-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.areas-info{
    padding: 24px 20px 14px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-primary);
    width: 100%;
}
.areas-info .name{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 10px;
}
.areas-info .name .limit{
    flex: 1;
    margin-right: 20px;
}
.areas-info .name .el-iconfont{
    font-size: 20px;
    color: #fff;
    transition: all .3s;
}
.areas-info .desc{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    height: 0;
    transition: all .3s;
}
.areas-item:hover .areas-info .desc{
    height: 72px;
    margin-bottom: 10px;
}
.areas-item:hover .name .el-iconfont{
    transform: rotate(180deg);
}

.recommend-shop{

    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.recommend-shop .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.recommend-shop-line{
    position: relative;
}
.shop{
    transition: all 220ms cubic-bezier(.4,0,.2,1);
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .08), 0 3px 4px 0 rgba(0, 0, 0, .04), 0 1px 8px 0 rgba(0, 0, 0, .04);
    border-color: transparent;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.pic-collection {
    display: flex;
    flex-wrap: wrap;
    margin: 16px;
    aspect-ratio: 1;
    overflow: hidden;
}
.pic-collection__item {
    position: relative;
    width: 50%;
}
.pic-collection__item img {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    max-width: 100%;
    max-height: 100%;
    /*transform: translate(-50%, -50%);*/
    aspect-ratio: 1;
    object-fit: cover;
}
/*.pic-collection__item::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding-bottom: 100%;*/
/*}*/
.logo-wrap {
    position: absolute;
    margin-top: -55px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.logo-wrap .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 4px;
    overflow: hidden;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    background: #fff;
}
.logo-wrap .logo img {
    max-width: 100%;
    max-height: 100%;
}
.shop-info{
    text-align: center;
    margin-top: 29px;
    padding: 20px 16px;
}
.shop-info .title {
    font-weight: 600;
    font-size: 14px;
    color: #202229;
    line-height: 20px;
    margin-bottom: 6px;
    font-family: 'BodoniModa';
}
.shop-info .desc {
    margin-bottom: 0;
    font-size: 12px;
    color: #787878;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 12px;
    height: 12px;
}
.shop:hover {
    border-color:var(--color-primary);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .08), 0 12px 17px 2px rgba(0, 0, 0, .04), 0 5px 22px 4px rgba(0, 0, 0, .04);
}
/*产品*/
.goods-outer{
    background-repeat: no-repeat;
    background-size: cover;
}
.goods-line{
    position: relative;
}
.goods{
    transition: all 220ms cubic-bezier(.4,0,.2,1);
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .08), 0 3px 4px 0 rgba(0, 0, 0, .04), 0 1px 8px 0 rgba(0, 0, 0, .04);
    border-color: transparent;
    cursor: pointer;
    width: 100%;
    display: block;
    height: 100%;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}
.goods:hover{
    border-color:  var(--color-primary);

}
.goods .pic {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    padding: 16px;
}
.goods-save{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.16);
    border-radius: 50%;
    font-size: 20px !important;
    color: var(--color-primary);
    text-align: center;
    line-height: 42px;
}
.goods-save.active{
    color: var(--color-primary);
}
.no-save .goods-save{
    display: none;
}

.goods .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goods .info {
    padding: 0 15px 30px;
}
.goods .info .title {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    height: 46px;
    margin-bottom: 6px;
    font-family: 'BodoniModa';
}
.goods .info .desc {
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    height: 52px;
}
.goods-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-primary);
    height: 54px;
    border-top: 1px solid #F5F5F5;
    cursor: pointer;
}
.no-inquiry .goods-btn{
    display: none;
}
.goods:hover .goods-btn{
    background: var(--color-bg);
}
.goods-btn .el-iconfont{
    margin-right: 6px;
    font-size: 10px;
}









.exhi-line{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.exhi-swiper{
    width: calc(100vw + 160px);
    margin-left: -80px;
    margin-top: 80px;
    position: relative;
}
.exhi-item{
    aspect-ratio: 400 / 532;
    position: relative;
    overflow: hidden;
}
.exhi-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exhi-info{
    position: absolute;
    transition: all .3s;
    bottom: 0;
    left: 0;
    height: 64px;
    padding: 12px 20px;
    display: flex;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    align-items: center;
    width: 100%;
}
.exhi-info .exhi-logo{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 10px;
}
.exhi-info .name{
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'BodoniModa';
    line-height: 24px;
}
.exhi-info .num{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
    display: none;
    margin-top: 12px;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
}
.exhi-info .num img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.exhi-info .page-btn{
    display: none;
    padding: 8px 16px;
}
.exhi-info .page-btn .el-iconfont{
    margin-left: 0;
}
.exhi-item:hover .exhi-info{
    height: 100%;
    padding-top: 0;
    justify-content: center;
    flex-direction: column;
    background: rgba(70, 22, 155, 0.7);
}
.exhi-item:hover .exhi-info .name{
    text-align: center;
}
.exhi-item:hover .exhi-logo{
    margin-right: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    border: none;
    background: #fff;
}
.exhi-item:hover .num,.exhi-item:hover .page-btn{
    display: block;
}
.swiper-btn-p,.swiper-btn-n{
    width: 60px;
    height: 60px;
    background: #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #333333;
    transition: all .3s;
    pointer-events: all;
    flex-shrink: 0;
    /*display: none;*/
}
/*.swiper .swiper-btn-p,.swiper .swiper-btn-n{*/
/*    display: block;*/
/*}*/
.swiper-btn-p:hover,.swiper-btn-n:hover{
    background: var(--color-primary);
    color: #fff;
}
.swiper-button-disabled{
    opacity: .2;
    pointer-events: none;
}
.exhi-swiper-btn{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    pointer-events: none;
    margin-left: 10px;
}
.dts-line{
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.dts-line-left{
    padding-top: 48px;
}
.dts-line-left .logo{
    height: 120px;
    object-fit: contain;
}
.col-org{
    color: var(--color-primary);
}
.dot-line{
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.dot-line:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color-primary);
    margin-right: 6px;
    flex-shrink: 0;
}
.dts-line-right{
    aspect-ratio: 740 / 467;
}
.dts-line-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dts-line .page-zh-name{
    text-align: left;
}
.dts-btn{
    display: flex;
}
.dts-btn .page-btn{
    padding: 8px 20px;
    margin-right: 24px;
}
.dts-btn .page-btn .b-t div:nth-child(1){
    font-size: 14px;
}
.dts-btn .page-btn .b-t div:nth-child(2){
    font-size: 20px;
}
.dts-btn .page-btn img{
    margin-left: 14px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.keep-line{
    padding: 80px 0;
    display: flex;
    justify-content: center;
    background-image: url("../imgs/home/bg2.png");
    background-size: cover;
}
.keep-line .title{
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 44px;
}
.keep-line .desc{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}
.keep-form{
    display: flex;
    justify-content: space-between;
}
.keep-form-in input,.keep-form-in select{
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 5px 5px 5px 5px;
    padding: 0 24px;
    font-size: 18px;
    border: none;
    outline: none;
}
.keep-form-in select{
    appearance: none;
    background-image: url(../imgs/layout/arrow-down.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 91% center;
}
.keep-form .row{
    flex: 1;
}
.keep-form .page-btn{
    margin-left: 40px;
}
.ad-line{
    display: flex;
    justify-content: center;
    padding: 80px 0;
}
.ad-item{
    position: relative;
    width: 100%;
    height: fit-content;
    display: block;
    cursor: pointer;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
}
.ad-item img{
    transition: all 1s;
    width: 100%;
    object-fit: contain;
}
.ad-item .tag{
    width: 55px;
    height: 29px;
    background: rgba(0,0,0,0.5);
    border-radius: 0px 14px 0px 14px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 29px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.ad-item:hover img{
    transform: scale(1.1);
}
.explore-line{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.explore-item{

}
.explore-img{
    width: 100%;
    aspect-ratio: 370 / 320;
    border-radius: 14px 14px 14px 14px;
    margin-bottom: 24px;
    overflow: hidden;
}
.explore-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.explore-item:hover .explore-img img{
    transform: scale(1.5);
}
.explore-item .limit{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
}
.explore-item:hover .limit{
    color: var(--color-primary);
}
.explore-btn div{
    margin: 20px 13px;
}
.explore-line .swiper{
    margin-top: 70px;
    overflow: visible;
}

.home-adv{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000CC;
    display: flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
}
.home-adv-cont{
    width: 820px;
    position: relative;
    background-image: url("../imgs/home/start-adv.png");
    background-repeat: no-repeat;
    background-color: #2F1C1A;
    max-height: 100vh;
    overflow: auto;
    background-size: 100% auto;
}
.home-adv-cont .el-icon-guanbi{
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.adv-top{
    padding: 41px 41px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adv-top .info1{
    width: 29%;
    object-fit: contain;
    margin-bottom: 20px;
}
.adv-top .info2{
    color: #ffff;
    font-size: 16px;
    margin-bottom: 20px;
}
.adv-top .info3{
    padding: 0% 20% 0% 020%;
    color: #ffff;
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.adv-top .info4{
    display: flex;
    align-items: center;
    padding: 10px 50px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    color: #2F1C1A;
    font-size: 24px;
    transition: all .3s;
    white-space: nowrap;
}
.home-adv-cont .line{
    width: 100%;
    object-fit: contain;
}
.adv-top .info4 i{
    color: #2F1C1A;
    font-size: 27px;
    font-weight: bold;
    margin-left: 3px;
}
.adv-top .info4:hover{
    background: #E15310;
    color: #fff;
}
.adv-top .info4:hover i{
    color: #fff;
}
.adv-btm{
    background: #fff;
    padding: 2% 10% 1px 10%;
    text-align: center;
    min-height: 432px;
}
.adv-btm .info1{
    font-size: 38px;
    color: #2F1C1A;
    font-weight: bold;
    margin: 38px 0;
}
.adv-btm .info2{
    font-size: 21px;
    color: #800000;
    margin: 21px 0;
}
.adv-btm .info3{
    font-size: 21px;
    color: #000000;
    margin: 21px 0;
}
.article{
    width: 100%;

    text-align: center;
}
.article .main-img{
    width: 100%;
    object-fit: contain;
}
.btm-function{
    display: flex;
    margin-left: -12px;
    flex-wrap: wrap;
}
.btm-function .col{
    margin: 12px;
}
.btm-function-item{
    width: 100%;
    aspect-ratio: 287 / 198;
    flex-direction: column;
    align-items: center;
    border: 1px solid #CFD3D9;
    transition: all .2s;
    cursor: pointer;
}
.btm-function-item:hover{
    border: 1px solid var( --color-primary);
}
.shop-logo-item{
    position: relative;
    width: 100%;
    aspect-ratio: 287 / 192;
    cursor: pointer;
    display: block;
}
.shop-logo-item .bg{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.shop-logo-item .text{
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,.7);
    /*font-weight: 600;*/
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    position: relative;
    text-align: center;
    display: none;
    z-index: 1;
}
.shop-logo-item:hover .text{
    display: flex;
}
.btm-function-item img{
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
}
.btm-function-item div{
    font-size: 20px;
    color: var( --color-primary);
    white-space: nowrap;
}
.number-info{
    padding: 151px 0;
    position: relative;
    display: block;
}
.number-info .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 2;
}
.number-list{
    flex-wrap: wrap;
}
.number-item{
    width: 100%;
    aspect-ratio: 287 / 128;
    flex-direction: column;
    /*padding-left: 30px;*/
    position: relative;
}
.number-item .num{
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.number-item .num span{
    font-size: 14px;
    color: #FFFFFF;
}
.number-item .text{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
}


@media (max-width: 1600px){

}

@media (max-width: 1360px){

}
@media (max-width: 1200px) {
    .keep-form{
        flex-direction: column;
    }
    .keep-form .page-btn{
        margin: 30px auto 0;
    }
}
@media (max-width: 1024px){
    .home-adv-cont{
        width: 700px;
    }
}
@media (max-width: 992px){

    .number-line{
        font-size: 2vw;
    }

}

@media (max-width: 768px){
    .event-list .event-item{
        flex-direction: column;
        padding: 20px;
    }
    .event-item .main-img{
        margin-right: 0;
        width: 100%;
        height: fit-content;
        margin-bottom: 24px;
        object-fit: contain;
    }
    .number-line .row>div:nth-child(2n){
        margin-top: unset;
    }
    .number-line{
        padding: 40px;
    }
    .home-adv-cont{
        width: 330px;
    }
    .event-item-right{
        max-width: 100%;
    }
}
@media (max-width: 500px){

    .number-line{
        padding: 30px;
    }
    .text-source{
        padding: 0px 30px 40px;
    }

}
@media (min-width: 1920px){
    .number-line{
        font-size: 20px;
    }
}
@media (max-width: 1500px){
    .text-source-left{
        padding: 40px;
    }
}



