.main {
    width: 1200px;
    margin: 0 auto;
}

.header {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    margin-right: 154px;
    width: 120px;
}

.header .logo a {
    display: block;
}

.header .en {
    margin-left: 40px;
    color: #334150;
    border: 1px solid #334150;
    border-radius: 4px;
    padding: 0 2px;
}


.header .logo a img {
    max-width: 192px;
    max-height: 80px;
}

.menu-icon {
    display: none;
}

.header-menu {
    display: flex;
}

.header-menu .item {
    margin-right: 30px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
}

.header-menu .item .click {
    display: flex;
    align-items: center;
}

.header-menu .item > a {
    color: #333;
    transition: all 0.2s ease-in-out;
}

.header-menu .item > a:hover,
.header-menu .current > a {
    color: var(--primary-color);
}

.header-menu .current > a {
    font-weight: 600;
}

.header-menu .item img {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

.header-menu .item .children {
    position: absolute;
    top: 74px;
    left: -30px;
    width: 160px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 30;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #a6a8a9;
}

.header-menu .item:hover .children {
    opacity: 1;
    visibility: visible;
}

.header-menu .item .children a {
    display: block;
    line-height: 40px;
    height: 40px;
    color: #333;
    transition: all 0.2s ease-in-out;
    text-align: left;
    padding-left: 18px;
    border-bottom: 1px solid #d8d8d8;
}

.header-menu .item .children a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-bottom: 1px solid var(--primary-color);
}

.header .button a {
    display: block;
    width: 150px;
    height: 45px;
    background: var(--primary-color);
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    margin-left: 8px;
}

.header .button a:hover {
    opacity: 0.8;
}

.swiper-banner {
    height: 600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-banner li {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 1920px 600px;
}

.banner-number {
    position: absolute;
    text-align: center;
    bottom: 46px !important;
    left: 0;
    z-index: 30;
}

.banner-number span {
    width: 60px !important;
    height: 4px !important;
    background: #fff;
    opacity: 1;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    cursor: pointer;
}

.banner-number .swiper-pagination-bullet-active {
    background: var(--second-color);
}

.swiper-banner:hover .banner-button {
    opacity: 1;
    visibility: visible;
}

.swiper-banner .container {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    /* 	position: absolute;
      left: 90px;
      top: 150px;
      z-index: 99; */
}

.swiper-banner .container .l-con {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.swiper-banner .container .l-con .inner-circle {
    width: 260px;
    height: 260px;
    background: var(--second-color);
    border: 1px solid #979797;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 76px;
    box-sizing: border-box;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 45px;
}

.swiper-banner .container .r-con {
    margin-left: 468px;
    margin-top: 340px;
}

.swiper-banner .container .r-con .title {
    font-size: 40px;
    font-weight: normal;
    color: #ffffff;
    line-height: 80px;
}

.swiper-banner .container .r-con .info {
    margin-top: 22px;
    display: flex;
    text-align: center;
    color: #fff;
    margin-left: 46px;
}

.swiper-banner .container .r-con .info .item {
    margin-right: 72px;
}

.swiper-banner .container .r-con .info .number {
    font-size: 36px;
    font-family: DIN-BoldItalic, DIN;
    font-weight: normal;
    color: #ffffff;
    line-height: 43px;
    font-style: italic;
}

.swiper-banner .container .r-con .info .border {
    margin: 6px auto 8px;
    width: 50px;
    height: 3px;
    background: #ffffff;
}

.swiper-banner .container .r-con .info .label {
    font-size: 16px;
    
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
}

.swiper-banner .container .r-con .button {
    margin-top: 46px;
    margin-left: 90px;
    display: flex;
}

.swiper-banner .container .r-con .button a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;

    font-weight: 500;
    color: #ffffff;
    border-radius: 5px;
}

.swiper-banner .container .r-con .button .l-btn {
    background-color: var(--primary-color);
}

.swiper-banner .container .r-con .button .r-btn {
    border: 1px solid #ffffff;
    margin-left: 40px;
}

.common-title-yellow-border,
.common-title-red-border {
    font-size: 32px;
    font-weight: 600;
    color: #334150;
    line-height: 45px;
}

.common-title-yellow-border.intro {
font-size: 28px;
}

.common-title-yellow-border span,
.common-title-red-border span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--second-color);
    font-weight: 600;
}

.common-title-red-border span {
    border-bottom: 3px solid var(--primary-color);
}

.home-icon-list .icon {
    width: 160px;
    height: 160px;
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .index-gift .r-con .icon-list .icon:hover {
	background: var(--primary-color);
} */
.home-icon-list .item:nth-child(even) .icon {
    background: var(--primary-color);
}

/* .index-gift .r-con .icon-list .item:nth-child(even) .icon:hover {
	background: var(--second-color);
} */
.home-icon-list .label {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
    white-space: nowrap;
}

.index-plan {
    background: url(https://img-home-life.expostar.cn/2023/07/19/4ccbb17c30c26a2ddbc7ee962766c472.png) no-repeat center;
    background-size: 100% 100%;
    padding: 54px 0 72px;
    position: relative;
}

.plan-swiper {
    margin-top: 40px;
    overflow: hidden;
}

.plan-swiper .top {
    display: flex;
    justify-content: space-between;
    padding: 0 21px 0 27px;
    font-size: 20px;

    font-weight: 500;
    color: #ffffff;
    line-height: 60px;
    height: 60px;
    background: var(--second-color);
}

.plan-swiper li:nth-child(even) .top {
    background-color: var(--primary-color);
}

.plan-swiper li {
    width: 360px;
    height: 480px;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: repeat;
    background-color: #fff;
}

.plan-swiper li .img,
.plan-swiper li .img img {
    width: 360px;
    height: 234px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.plan-swiper li:hover img {
    transform: scale(1.05);
}

.plan-swiper .des {
    font-size: 16px;

    font-weight: 400;
    color: #000000;
    line-height: 32px;
    padding: 24px 16px 10px;
    text-align: center;
}

.plan-swiper .button a {
    display: block;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    background: var(--second-color);
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.plan-button {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -58px;
    bottom: 184px;
    z-index: 20;
    background: url(../images/index/arrow.png) no-repeat center var(--second-color);
    background-size: 28px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    opacity: 0.6;
}

.plan-button:hover {
    opacity: 0.8;
}

.plan-button-prev {
    left: auto;
    right: -58px;
    transform: rotate(180deg);
    background-color: var(--primary-color);
}

.index-activity {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-activity .item {
    margin-top: 40px;
    width: 550px;
}

.index-activity .item a {
    display: block;
}

.index-activity .item .img {
    width: 550px;
    height: 412px;
    overflow: hidden;
}

.index-activity .item .img img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px 10px 0px 0px;
    transition: all 0.4s ease-in-out;
    max-width: 100%;
    max-height: 100%;
}

.index-activity .item:hover img {
    transform: scale(1.05);
}

.index-activity .item .title {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-top: 16px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.index-activity .item:hover .title {
    color: var(--primary-color);
}

.index-news {
    padding: 48px 0 60px;
    background: url(https://img-home-life.expostar.cn/2024/02/05/4f06e0eaf157bf58abf22787ef82196f.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.index-news .main {
    display: flex;
    justify-content: space-between;
}

.index-news .main .container {
    width: 550px;
}

.index-news .main .container .item {
    margin-top: 40px;
}

.index-news .main .container .item .img > a {
    display: block;
    position: relative;
    width: 550px;
    height: 300px;
}

.index-news .main .container .item .img {
    width: 550px;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.index-news .main .container .item .img img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px 10px 0px 0px;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.index-news .main .container .item .img:hover img {
    transform: scale(1.05);
}

.index-news .main .container .item .title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 38px;
}
.the-index-main-intro{
    padding-bottom: 40px;
}
.index-news .main .container .item .list a {
    border-left: 6px solid #d8d8d8;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    transition: all 0.2s ease-in-out;
    margin-top: 20px;
}

.index-news .main .container .item .list a:hover {
    color: var(--primary-color);
    border-left: 6px solid var(--primary-color);
}

.index-news .main .container .item .button a {
    margin-top: 30px;
    width: 180px;
    height: 50px;
    background: var(--second-color);
    border-radius: 5px;
    font-size: 16px;

    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    display: block;
    transition: all 0.2s ease-in-out;
}

.index-news .main .container .item .button a:hover {
    opacity: 0.8;
}

.index-brand {
    width: 100%;
    height: 480px;
    padding-bottom: 56px;
    overflow: hidden;
    margin-top: 40px;
}

.index-brand .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0 !important;
}

.index-brand .swiper-slide {
    top: 0;
    transition: all 0.3s ease-in-out;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-brand .item:hover {
    top: -6px;
}

.index-brand .item::after {
    content: "";
    width: 240px;
    height: 120px;
    background: var(--primary-color);
    position: absolute;
    left: 17px;
    top: 7px;
    z-index: 5;
}

.index-brand .item a {
    display: block;
    position: relative;
    z-index: 10;
    width: 240px;
}

.index-brand .item a img {
    width: 240px;
    height: 120px;
    border: 1px solid var(--second-color);
}

.footer .top {
    background-color: #333;
    padding: 36px 0 60px;
}

.footer .top .main {
    display: flex;
    justify-content: space-between;
}

.footer .top .main .item .name {
    font-size: 14px;

    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    padding-bottom: 10px;
    position: relative;
}

.footer .top .main .item .name::after {
    content: "";
    width: 100px;
    background: #ffffff;
    height: 2px;
    border-radius: 80px 0px 80px 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.footer .top .main .item .list {
    font-size: 12px;
    
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    margin-top: 10px;
}

.footer .top .main .item .list a {
    color: #fff;
}

.footer .top .main .item .list a:hover {
    text-decoration: underline;
}

.footer .top .main .item .code {
    margin-top: 16px;
}

.footer .top .main .item .code img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.footer .bottom {
    height: 58px;
    background: #333;
    font-size: 12px;
    border-top: solid 1px #d2d2d2;
    font-weight: 400;
    color: #ffffff;
    line-height: 58px;
    text-align: center;
}

.page-banner {
    background-position: center;
    background-size: 1920px 360px;
    width: 100%;
    height: 360px;
}

.page-banner .title {
    padding-top: 98px;
    font-size: 32px;

    font-weight: 600;
    color: #ffffff;
    line-height: 45px;
}

.page-banner .border {
    width: 128px;
    height: 3px;
    background: #fff;
    margin-top: 12px;
}

.page-banner .des {
    margin-top: 36px;
    font-size: 16px;
    
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    width: 407px;
}

.trends-list {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding-top: 18px;
}

.trends-list .item {
    width: 380px;
    height: 420px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #d8d8d8;
    margin-right: 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    margin-top: 40px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.trends-list .item:hover {
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.5);
}

.trends-list .item a {
    display: block;
}

.trends-list .item:nth-child(3n) {
    margin-right: 0;
}

.trends-list .item .img,
.trends-list .item .img img {
    width: 100%;
    height: 270px;
    border-radius: 5px 5px 0px 0px;
}

.trends-list .item .bottom {
    padding: 0 20px;
}

.trends-list .item .title {
    padding-top: 20px;
    font-size: 16px;

    font-weight: 600;
    color: #333333;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
}

.trends-list .item:hover .title {
    color: var(--primary-color);
}

.trends-list .item .date {
    margin-top: 10px;
    font-size: 16px;
    
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.common-loading {
    width: 1200px;
    height: 40px;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    
    font-weight: 400;
    color: var(--second-color);
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.common-loading img {
    margin-left: 4px;
}

.m-b-80 {
    margin: 80px auto;
}

.m-t-32 {
    margin-top: 32px;
}

.m-t-12 {
    margin-top: 12px;
}

.m-t-48 {
    margin-top: 48px;
}

.m-t-28 {
    margin-top: 28px;
}

.font-weight-300 {
    font-weight: 300;
}

.about-title {
    font-size: 18px;

    font-weight: 600;
    color: #334150;
    line-height: 25px;
}

.about-list {
    margin-top: 42px;
}

.about-list .item {
    display: flex;
}

.about-list .item .icon {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--second-color);
}

.about-list .item:nth-child(1) .icon img {
    width: 66px;
}

.about-list .item:nth-child(2) .icon img {
    width: 85px;
}

.about-list .item:nth-child(3) .icon img {
    width: 90px;
}

.about-list .item:nth-child(4) .icon img {
    width: 68px;
}

.about-list .item:nth-child(5) .icon img {
    width: 68px;
}

.about-list .item:nth-child(even) .icon {
    background-color: var(--primary-color);
}

.about-list .item .r-con {
    width: 1000px;
    border: 1px solid #979797;
    box-sizing: border-box;
    padding: 30px 40px 0;
    border-bottom: none;
    border-left: none;
}

.about-list .item:last-child .r-con {
    border-bottom: 1px solid #979797;
}

.about-list .item .r-con .name {
    font-size: 20px;
    
    font-weight: 400;
    color: #334150;
    line-height: 28px;
}

.about-list .item .r-con .des {
    font-size: 16px;
    
    font-weight: 400;
    color: #777777;
    line-height: 32px;
    letter-spacing: 2px;
    margin-top: 16px;
}

.h80 {
    height: 80px;
}

.activity-list .item {
    margin-top: 80px;
    display: flex;
}

.activity-list .item .img,
.activity-list .item .img img {
    width: 600px;
    height: 400px;
}

.activity-list .item .r-con {
    width: 600px;
    height: 400px;
    background: #ffffff;
    padding: 48px 40px 0 54px;
    box-sizing: border-box;
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #d8d8d8;
}

.activity-list .item .r-con .title {
    font-size: 22px;

    font-weight: 600;
    color: #333333;
    line-height: 30px;
}

.activity-list .item .r-con .ft {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 70px;
}

.activity-list .item .r-con .button a {
    display: block;
    width: 120px;
    height: 45px;
    background: var(--second-color);
    margin-top: 20px;
    font-size: 18px;

    font-weight: 500;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.activity-list .item .r-con .button a:hover {
    background-color: var(--primary-color);
}

.activity-list .item .r-con .des {
    line-height: 32px;
}

.article-details {
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}

.article-details .l-con {
    width: 800px;
}

.article-details .r-con {
    width: 330px;
}

.article-details .l-con > .title {
    font-size: 28px;

    font-weight: 600;
    color: #333333;
    line-height: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f2f2;
}

.article-details .l-con .info {
    margin-top: 28px;
    line-height: 20px;
    font-size: 14px;

    font-weight: 400;
    color: #999999;
    vertical-align: middle;
}

.m-t-16 {
    margin-top: 16px;
}

.article-details .l-con .info .tag {
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 20px;
    background: rgba(216, 3, 17, 0.06);
    border-radius: 2px;
    font-size: 12px;

    font-weight: 400;
    color: #d80311;
    line-height: 18px;
    margin-right: 6px;
}

.m-r-20 {
    margin-right: 20px;
}

.rich-text {
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.rich-text img {
    max-width: 100%;
}

.page-bg {
    background-color: #102b49;
}

.h95 {
    height: 95px;
}

.article-details .dashed {
    margin-top: 60px;
    border: 1px dashed #dadada;
}

.article-details .l-bottom {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.article-details .keyword {
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.article-details .keyword span {
    display: inline-block;
    padding: 6px 20px;
    background: #f2f2f2;
    border-radius: 16px;
    opacity: 0.8;
    font-size: 14px;
    
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-right: 16px;
    margin-left: 10px;
}

.article-details .share {
    font-size: 16px;
    
    font-weight: 400;
    color: var(--primary-color);
    padding-left: 28px;
    background: url(../images/share.png) no-repeat left center;
    background-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.article-details .border {
    height: 1px;
    background: #f2f2f2;
    margin-top: 60px;
}

.article-details .read-title {
    margin-top: 28px;
    font-size: 18px;

    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.title-border {
    margin-top: 6px;
    width: 68px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 80px 0px 80px 0px;
}

.news-list {
    padding-top: 4px;
}

.news-list a {
    display: flex;
    margin-top: 24px;
}

.news-list a .name {
    width: 500px;
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
}

.news-list a:hover .name {
    color: var(--primary-color);
}

.news-list a .date {
    font-size: 16px;
    
    font-weight: 400;
    color: #777777;
    line-height: 22px;
    margin-left: 56px;
}

.article-details .r-con .title {
    font-size: 18px;

    font-weight: 600;
    color: #333333;
    line-height: 24px;
    border-left: 4px solid var(--second-color);
    padding-left: 10px;
}

.article-details .r-con .recent-show {
    padding-top: 12px;
}

.article-details .r-con .recent-show a {
    display: block;
    margin-bottom: 24px;
    width: 100%;
}

.article-details .r-con .recent-show a .img,
.article-details .r-con .recent-show a .img img {
    width: 330px;
    height: 254px;
}

.article-details .r-con .recent-show a .name {
    font-size: 16px;

    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 12px;
    transition: all 0.3s ease-in-out;
}

.article-details .r-con .recent-show a:hover .name {
    color: var(--primary-color);
}

.h80 {
    height: 80px;
}

.why-list {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
}

.why-list .item {
    padding: 20px 50px 86px;
    text-align: center;
    width: 400px;
    box-sizing: border-box;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.why-list .item:nth-child(3n) {
    border-right: none;
}

.why-list .item .number {
    font-size: 76px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #111937;
    line-height: 88px;
}

.why-list .item .title {
    font-size: 22px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-top: 8px;
}

.why-list .item .border {
    width: 100px;
    height: 4px;
    background: var(--second-color);
    margin-top: 24px;
    margin: 24px auto 0;
}

.why-list .item .des {
    margin-top: 12px;
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.market-list {
    display: flex;
    flex-wrap: wrap;
}

.market-list .item {
    margin-top: 60px;
    width: 380px;
    height: 600px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #d8d8d8;
    transition: all 0.3s ease-in-out;
    margin-right: 30px;
    box-sizing: border-box;
}

.market-list .item:nth-child(3n) {
    margin-right: 0;
}

.market-list .item:hover {
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.5);
}

.market-list .item .img img {
    width: 100%;
    height: 270px;
}

.market-list .item .bottom {
    padding: 0 20px;
}

.market-list .item .date {
    font-size: 16px;
    
    font-weight: 400;
    color: #777777;
    line-height: 22px;
    margin-top: 20px;
}

.market-list .item .title {
    font-size: 16px;

    font-weight: 400;
    color: #000000;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
    margin-top: 12px;
}

.market-list .item .des {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.annual-plan-list .item {
    background-color: #fff;
}

.annual-plan-list .item:nth-child(even) {
    background-color: rgba(216, 216, 216, 0.2);
}

.annual-plan-list .item .main {
    display: flex;
    position: relative;
    padding: 60px 0;
}

.annual-plan-list .item .main::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0;
    background-color: #d8d8d8;
    z-index: 1;
}

.annual-plan-list .item:first-child .main::after {
    top: 60px;
}

.annual-plan-list .item .main .flag,
.annual-plan-list .item .main .flag img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 5;
}

.annual-plan-list .item .main .img {
    margin-left: 70px;
    width: 360px;
    height: 270px;
}

.annual-plan-list .item .main .img img {
    width: 360px;
    height: 270px;
    border-radius: 5px;
}

.annual-plan-list .item .main .r-con {
    margin-left: 60px;
    width: 680px;
}

.annual-plan-list .item .main .r-con .title {
    padding-top: 12px;
    font-size: 24px;

    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.annual-plan-list .item .main .r-con .date {
    margin-top: 24px;
    font-size: 18px;
    
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.annual-plan-list .item .main .r-con .des {
    font-size: 16px;
    
    font-weight: 400;
    color: #999999;
    line-height: 32px;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 96px;
}

.annual-plan-list .item .main .r-con .button a {
    display: block;
    width: 120px;
    height: 40px;
    background: var(--primary-color);
    font-size: 16px;

    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    border-radius: 5px;
}

.contact-us {
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
}

.contact-us .l-con {
    width: 450px;
}

.contact-us .us-title {
    font-size: 18px;

    font-weight: 600;
    color: #333333;
    line-height: 25px;
    letter-spacing: 2px;
    padding-bottom: 9px;
    border-bottom: 3px solid var(--primary-color);
    display: inline-block;
}

.contact-us .r-con {
    width: 540px;
}

.m-t-24 {
    margin-top: 24px;
}

.line-48 {
    line-height: 48px;
}

.m-t-56 {
    margin-top: 56px;
}

.contact-us .ft {
    font-size: 16px;

    font-weight: 600;
    color: #333333;
    line-height: 22px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.contact-us .form-control {
    height: 40px;
}

.contact-us label {
    font-weight: 400;
    color: #333;
}

.contact-us .red {
    color: var(--primary-color);
}

.form-submit {
    width: 117px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 4px;
    font-size: 16px;
    
    font-weight: 400;
    color: #ffffff !important;
    line-height: 22px;
    margin-top: 24px;
}

.plan-detail-banner {
    width: 100%;
    height: 600px;
    background-size: 1920px 600px;
    background-position: center;
    position: relative;
}

.plan-detail-banner .button {
    display: flex;
    justify-content: center;
    padding-top: 382px;
}

.plan-detail-banner .button a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;

    font-weight: 500;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 20px;
}

.plan-detail-banner .button .l-btn {
    background-color: var(--primary-color);
}

.plan-detail-banner .button .r-btn {
    border: 1px solid #ffffff;
}

.count-down {
    height: 100px;
    line-height: 100px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    font-size: 16px;
    
    font-weight: 400;
    color: #ffffff;
}

.count-down .item span {
    font-size: 36px;
    font-weight: 600;
    margin-right: 10px;
}

.count-down .item {
    margin: 0 64px;
}

.plan-details-about {
    height: 532px;
    width: 100%;
    background-color: #eee;
    padding-top: 78px;
    box-sizing: border-box;
}

.plan-details-about .container {
    display: flex;
    width: 1040px;
    justify-content: space-between;
    margin: 0 auto;
}

.plan-details-about .container .l-con {
    width: 380px;
    height: 380px;
    position: relative;
}

.plan-details-about .container .l-con img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /* 	object-fit: cover; */
}

.plan-details-about .container .l-con > div {
    position: absolute;
}

.plan-details-about .container .l-con .img1 {
    left: 0;
    top: 50px;
    width: 180px;
    height: 280px;
}

.plan-details-about .container .l-con .img2 {
    right: 0;
    top: 0;
    width: 180px;
    height: 180px;
}

.plan-details-about .container .l-con .img3 {
    right: 0;
    bottom: 0px;
    width: 180px;
    height: 180px;
}

.plan-details-about .container .r-con {
    width: 554px;
}

.plan-details-about .container .r-con .title {
    font-size: 32px;

    font-weight: 600;
    color: #334150;
    line-height: 45px;
}

.plan-details-about .container .r-con .des {
    font-size: 18px;

    font-weight: 300;
    color: #333333;
    line-height: 32px;
    margin-top: 36px;
}

.plan-details-scope {
    width: 1040px;
    margin: 74px auto 80px;
}

.text-align-center {
    text-align: center;
}

.plan-details-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    height: 240px;
}

.plan-details-info .item {
    text-align: center;
    margin: 0 72px;
}

.plan-details-info .item .num {
    font-size: 48px;
    font-family: DIN-BoldItalic, DIN;
    font-weight: normal;
    color: #ffffff;
    line-height: 58px;
    font-style: italic;
}

.plan-details-info .item .border {
    margin: 6px auto 4px;
    width: 60px;
    height: 2px;
    background: var(--second-color);
}

.plan-details-info .item .label {
    font-size: 24px;
    
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
}

.floorplan {
    text-align: center;
    margin-top: 40px;
}

.floorplan img {
    max-width: 1200px;
}

.m-t-72 {
    margin-top: 72px;
}

.exhibition-site .img-list {
    width: 1440px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.exhibition-site .img-list .img,
.exhibition-site .img-list .img img {
    width: 360px;
    height: 270px;
    position: relative;
}

.exhibition-site .img-list .more-img {
    background-color: rgba(236, 165, 24, 0.8);
    width: 360px;
    height: 270px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 90px;
    box-sizing: border-box;
}

.exhibition-site .img-list .more-img .p1 {
    font-size: 56px;
    font-family: AppleSystemUIFont;
    line-height: 64px;
}

.exhibition-site .img-list .more-img .p2 {
    font-size: 24px;

    font-weight: 600;
    color: #ffffff;
    line-height: 32px;
}

.support-associa {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.3);
}

.support-associa .common-title-red-border {
    text-align: center;
    color: #fff;
}

.support-associa .common-title-red-border span {
    border-bottom: 3px solid #fff;
}

.association-swiper {
    margin-top: 60px;
}

.association-swiper .swiper-container {
    width: 720px;
}

.association-swiper .swiper-button-prev,
.association-swiper .swiper-button-next {
    top: 33%;
    width: 70px;
    height: 70px;
    background-size: 23px;
}

.association-swiper .title {
    font-size: 18px;

    font-weight: 600;
    color: #ffffff;
    line-height: 25px;
    margin-top: 48px;
}

.association-list {
    width: 180px !important;
    opacity: 0.5;
}

.association-list .imgbox {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.association-list .imgbox .img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.association-list .txt {
    text-align: center;
    opacity: 0;
    margin-top: 16px;
}

.association-list .block {
    position: static;
    padding-bottom: 70px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}

.association-list.swiper-slide-active {
    opacity: 1;
}

.association-list.swiper-slide-active .img {
    width: 180px;
    height: 180px;
}

.association-list.swiper-slide-active .txt {
    opacity: 1;
}

.association-swiper {
    margin-top: 60px;
}

.association-swiper .swiper-container {
    width: 720px;
}

.association-swiper .swiper-button-prev,
.association-swiper .swiper-button-next {
    top: 33%;
    width: 70px;
    height: 70px;
    background-size: 23px;
}

.association-swiper .swiper-button-prev {
    background-image: url("../images/arr-l.png");
    left: 110px;
}

.association-swiper .swiper-button-next {
    background-image: url("../images/arr-r.png");
    right: 110px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.album-list {
    display: flex;
    flex-wrap: wrap;
}

.album-list .item {
    margin-top: 20px;
    width: 285px;
    height: 214px;
    margin-right: 20px;
}

.album-list .item:nth-child(4n) {
    margin-right: 0;
}

.album-list .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.album-list .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.album-tabs .tab {
    min-width: 80px;
    padding: 0 12px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 30px;
    background-color: #ddd;
    margin: 20px 20px 0 0;
    cursor: pointer;
}

.album-tabs .sel {
    background-color: var(--primary-color);
    color: #fff;
}

.album-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.album-popup .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}

.album-swiper {
    width: 900px;
    height: 600px;
    padding: 0 50px;
    box-sizing: border-box;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: -450px;
    margin-top: -300px;
    top: 50%;
}

.album-swiper .swiper-slide {
    position: relative;
}

.album-swiper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.album-swiper .album-button-prev,
.album-swiper .album-button-next {
    top: 50%;
    width: 24px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
}

.album-swiper .album-button-prev {
    background-image: url("../images/arr-l.png");
    left: 0;
}

.album-swiper .album-button-next {
    background-image: url("../images/arr-r.png");
    right: 0;
}

.product-categor {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.product-categor .item {
    position: relative;
}

.product-categor .item,
.product-categor .item a {
    width: 230px;
    height: 285px;
}

.product-categor .item a {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    box-sizing: border-box;
    font-size: 22px;

    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

/* .product-categor .item img {
	width: 100%;
	height: 100%;
} */
.product-categor .item a .des {
    font-size: 12px;
    flex: 1;
    font-weight: 300;
    color: #ffffff;
    line-height: 20px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    overflow-y: scroll;
}

.product-categor .item a:hover .des {
    opacity: 1;
    visibility: visible;
}

.product-categor .item a:hover {
    background: rgba(218, 14, 44, 0.8);
}

.index-buy {
    height: 230px;
    padding-bottom: 24px;
    margin-top: 40px;
    overflow: hidden;
}

.index-buy.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.index-buy.swiper-pagination-fraction {
    bottom: 0;
}

.index-buy .swiper-slide {
    text-align: center;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
}

.index-buy .img {
    width: 90%;
    height: 90%;
    display: block;
    object-fit: contain;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.index-buy .swiper-slide:hover .img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.index-buy-pagination {
    width: 100%;
}

.index-buy-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

.plan-new-banner {
    width: 100%;
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
}

.plan-new-banner .main {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.plan-new-banner .main .l-con {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.plan-new-banner .main .l-con .cir {
    width: 300px;
    height: 300px;
    background: var(--second-color);
    border: 1px solid #979797;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    font-size: 36px;

    font-weight: 600;
    color: #ffffff;
    line-height: 50px;
    box-sizing: border-box;
    padding-top: 108px;
}

.m-t-14 {
    margin-top: 14px;
}

.plan-new-banner .main .r-con {
    padding-top: 33px;
}

.plan-new-banner .main .r-con .title {
    font-size: 48px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #ffffff;
    line-height: 80px;
}

.plan-new-banner .main .r-con .list {
    margin-top: 24px;
    display: flex;
}

.plan-new-banner .main .r-con .list .item {
    margin-right: 72px;
    text-align: center;
}

.plan-new-banner .main .r-con .list .num {
    font-size: 36px;
    font-family: DIN-BoldItalic, DIN;
    font-weight: normal;
    color: #ffffff;
    line-height: 43px;
}

.plan-new-banner .main .r-con .list .border {
    width: 50px;
    height: 3px;
    background: #ffffff;
    margin: 6px auto 8px;
}

.plan-new-banner .main .r-con .list .label {
    font-size: 16px;
    
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
}

.plan-new-banner .main .r-con .button a {
    display: block;
    margin-top: 56px;
    width: 160px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 5px;
    font-size: 18px;

    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.plan-new-banner-phone {
    display: none;
}

.store-item {
    width: 7.88rem;
    border: 1px solid #EBEBEB;
    cursor: pointer;
}

.store-item .poster {
    width: 100%;
    height: 4.76rem;
    object-fit: cover;
}

.store-item .tit {
    margin: 0.32rem 0.4rem 0 0.4rem;
    font-size: 0.4rem;
    font-weight: 400;
    width: calc(100% - 0.8rem);
    color: #000000;
}

.store-item .excerpt {
    margin: 0.28rem 0.4rem 0 0.4rem;
    font-size: 0.32rem;
    font-weight: 400;
    width: calc(100% - 0.8rem);
    color: #777;
}

.store-item .date {
    margin: 0.5rem 0.4rem 0.8rem 0.4rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #777;
}

.home-icon-list .item .icon {
    width: 4.5rem;
}

.home-icon-list .item img {
    width: 4.5rem;
    height: 5.5rem;
    object-fit: cover
}

.index-buy-wrapper{
    padding: 0.4rem 0 1.2rem 0;background: url(https://img-home-life.expostar.cn/2024/02/02/2b3185000d4308fe39106004f6586884.png);background-repeat: no-repeat;background-size: cover;
}
.index-hz-wrapper{
    padding: 1.2rem 0 0.8rem 0;background: url(https://img-home-life.expostar.cn/2024/02/02/a689829f84bbb6e926823fbda9ee9f48.png);background-repeat: no-repeat;background-size: cover;
}
.the-index-icon-list-tit {
    font-weight: 600;
    text-align: center;
    font-size: 0.64rem;
    margin: 0 auto 0.8rem auto;
    width: 1200px;
    color:#fff;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.home-icon-list .item {
    position: relative;
}

.home-icon-list .item,
.home-icon-list .item a {
    width: 100%;
    height: 100%;
}

.home-icon-list .item a {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.6rem;
    box-sizing: border-box;
    font-size: 0.44rem;

    font-weight: 500;
    color: #ffffff;
    line-height: 0.6rem;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.home-icon-list .item a .des {
    font-size: 0.24rem;
    flex: 1;
    display: block;
    font-weight: 300;
    color: #ffffff;
    line-height: 20px;
    margin-top: 0.2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
}

.home-icon-list .item a:hover .des {
    opacity: 1;
    visibility: visible;
}

.home-icon-list .item a:hover {
    background: rgba(218, 14, 44, 0.8);
}

.index-gift .l-con {
    width: 400px;
    height: 500px;
    overflow: hidden;
}

.plan-new-banner .main .r-con .button a {
    width: auto !important;
}

.home-icon-list .icon {
    width: 200px;
}

.plan-new-banner {
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
}

.plan-new-banner .main {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.index-gift {
    margin-top: 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.index-gift .l-con img {
    display: block;
    width: 100%;
    height: 100%;
}

.index-gift .r-con {
    width: 750px;
    top: -6px;
}

.index-gift .r-con .des {
    font-size: 16px;
    margin-top:30px;
    font-weight: 300;
    color: #333333;
    line-height: 32px;
}

.plan-new-banner .main .l-con {
    width: 450px;
    height: 360px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
}

.plan-new-banner .main .l-con .cir {
    width: 300px;
    height: 300px;
    background: var(--second-color);
    border: 1px solid #979797;
    border-radius: 50%;
   
    text-align: center;
    font-size: 36px;
    
    font-weight: 600;
    color: #ffffff;
    line-height: 50px;
    box-sizing: border-box;
    padding-top: 108px;
}

.m-t-14 {
    margin-top: 14px;
}

.plan-new-banner .main .r-con {
    padding-top: 33px;
    width: 700px;
}

.plan-new-banner .main .r-con .title {
    font-size: 48px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #ffffff;
    line-height: 80px;
}


.plan-new-banner .main .r-con .list {
    margin-top: 24px;
    display: flex;
}

.plan-new-banner .main .r-con .list .item {
    margin-right: 72px;
    text-align: center;
}

.plan-new-banner .main .r-con .list .num {
    font-size: 36px;
    font-family: DIN-BoldItalic, DIN;
    font-weight: normal;
    color: #ffffff;
    line-height: 43px;
}

.plan-new-banner .main .r-con .list .border {
    width: 50px;
    height: 3px;
    background: #ffffff;
    margin: 6px auto 8px;
    display: block;
}

.plan-new-banner .main .r-con .list .label {
    font-size: 16px;
    
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
}

.plan-new-banner .main .r-con .button a {
    margin-top: 56px;
    display: inline-block;
    padding: 0 18px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.plan-new-banner-phone {
    display: none;
}

.plan-new-banner .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-banner li {
    background-size: 1920px 600px;
}

.back-top {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    right: 0%;
    bottom: 20%;
    z-index: 999;
    cursor: pointer;
    background: url(https://img-home-life.expostar.cn/2023/08/07/ae8f7ad06ce47c876d876c99c64ea222.png) center no-repeat;
}

.header-fixed {
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
}

.h100 {
    height: 100px;
}

.index-brand .swiper-slide {
    height: 108px;
}

.index-brand {
    height: auto;
}

.index-brand .item a {
    width: 216px;
    height: 108px;
    margin-left: -10px;
}

.index-brand .item::after {
    width: 216px;
    height: 108px;
    top: 10px;
    left: 10px;
}

.index-brand .item a img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
}

.contact-us .l-con {
    width: 514px;
    letter-spacing: 0px;
}

.us-border {
    width: 100%;
    height: 2px;
    background-color: #F2F2F2;
    margin-top: -3px;
    position: relative;
    z-index: -1;
}

.contact-us .list1 {
    margin-top: 10px;
}

.contact-us .list1 .item {
    padding: 24px 0 16px 40px;
    border-bottom: 1px solid #F7F7F7;
    
    font-weight: 400;
    line-height: 24px;
    background-position: left 26px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.contact-us .list1 .item .p1 {
    color: #999999;
    margin-top: -3px;
    font-size: 16px;
}

.contact-us .list1 .item .p2 {
    color: #333333;
    font-size: 14px;
}

.contact-us .list1 .company {
    background-image: url(https://img-home-life.expostar.cn/2023/08/03/30b3cb33b50ed792bd05aa8849afdca6.png);
}

.contact-us .list1 .address {
    background-image: url(https://img-home-life.expostar.cn/2023/08/03/9c4069cab4cc7a3b247688c32dd43b6c.png);
}

.contact-us .list2 .title {
    font-size: 16px;
    
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
}

.contact-us .list2 .item {
    margin-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F7F7F7;
    padding-left: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 36px;
}

.contact-us .list2 .item .p1 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    padding-bottom: 4px;
}

.contact-us .list2 .item .p2 {
    font-size: 14px;
    
    font-weight: 400;
    color: #848484;
    line-height: 20px;
    padding-left: 20px;
    margin-top: 8px;
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
}

.contact-us .list2 .item .phone {
    background-image: url(https://img-home-life.expostar.cn/2023/08/03/c61fc6f9bcf6523206e7bf619d61d6f0.png);
}

.contact-us .list2 .item .email {
    background-image: url(https://img-home-life.expostar.cn/2023/08/03/a8cf9b71df9e765de791f89532c11700.png);
    background-size: 14px;
}

.contact-us .list2 .icon1 {
    background-image: url(https://img-home-life.expostar.cn/2023/08/03/3e82dfe7f84b0f9f87e5759aaa3a42fe.png);
}

.contact-us .list2 .icon2 {
    background-image: url(https://img-home-life.expostar.cn/2023/08/03/d98fbbd736c7ca5dfb551c9391e4d07e.png);
}

.contact-us .r-con {
    width: 600px;
}

.contact-us .r-con img {
    max-width: 100%;
}

.m-t-34 {
    margin-top: 34px;
}

.the-index-banner-plan-button {
    position: absolute;
    width: 1.24rem;
    height: 1.24rem;
    left: -1.5rem;
    bottom: 50%;
    z-index: 20;
    background: url(https://img-home-life.expostar.cn/2024/01/28/d9fbb4b4d3244ec5b06ec0806ae60732.png) no-repeat center;
    background-size: 1.24rem;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(0, -10%);
    opacity: 0.6;
}

.the-index-banner-plan-button:hover {
    opacity: 1;
}

.the-index-banner-button-prev {
    left: auto;
    right: -1.5rem;
    transform: rotate(180deg) translate(0, 10%);
}

.btn-plan-in {
    font-size: 0.44rem;
    font-weight: 500;
    color: #080808;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.24rem 0.66rem;
    margin-top: 0.6rem;
}

.the-index-plan-tit:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5rem;
    height: 4px;
    background: var(--primary-color);
}

.the-index-plan-tit {
    position: relative;
    width: 10.82rem;
    white-space: pre-wrap;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.2rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.3rem;
}

.the-index-banner {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc( 50% - 330px );
    transform: translate(-50%,0);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.the-index-banner-swiper-wrapper {
    width: 10.82rem;
    overflow: hidden;
}

.the-index-banner-swiper-wrapper .swiper-slide {
    width: 10.82rem;
}

.the-index-banner-swiper-wrapper .swiper-slide .item {
    width: 10.82rem;
}

.the-index-banner-swiper-wrapper .swiper-slide .item .left {
    width: 2.52rem;
    background: var(--primary-color);
    color: #fff;
    flex-shrink: 0;
    font-size: 0.44rem;
}

.the-index-banner-swiper-wrapper .swiper-slide .item .right {
    background: #fff;

    flex: 1;
}

.the-index-banner-swiper-wrapper .swiper-slide .item .right .tit {
    font-size: 0.44rem;
    font-weight: 500;
    color: #111111;
    margin: 0.46rem;
    margin-bottom: 0;
    width: 7.6rem;
}

.the-index-banner-swiper-wrapper .swiper-slide .item .right .tit0 {
    font-size: 0.28rem;
    font-weight: 400;
    color: #111111;
    margin: 0.46rem;
    margin-top: 0.2rem;
}

.plan-tab {
    display: flex;
    flex-wrap: nowrap;
    margin: 0.4rem 0 0 0;
}

.plan-tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px var(--primary-color);
    color: var(--primary-color);
    margin-right: 0.4rem;
    width: 112px;
    height: 45px;
    cursor: pointer;
}

.plan-tab-item.sel {
    background: var(--primary-color);
    color: #fff;
}

.conttry0 {
    width:180px;
    text-align: right;
}
.index-gift .r-con .des {
    height: 450px;
    overflow: auto;
}
.plan-area:not(.sel) {
    display: none;
}
.plan-excerpt{
    margin-top: 0.56rem;
    font-size: 0.34rem;
    font-weight: 400;
    color: #777777;
    line-height: 0.42rem;
    text-align: justify;
}
.plan-excerpt p{
    margin-bottom: 10px;
}
.buttonxx a {
    width: 180px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    display: block;
    transition: all 0.2s ease-in-out;
}

.the-exh-store-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto;
}
.store-item{
    margin-bottom: 20px;
}

.download-list-wrapper{
    width: 1370px;

}
.download-list{
    justify-content: flex-start!important;
}
.article-details.download .l-con{
    width: 800px;
    margin: 0 auto;
}
.download-item{
    box-shadow: 0px 4px 26px 0px #dedede;
    margin-bottom: 30px;
    width: 320px;
    margin-right: 30px;
}
.download-item:nth-child(4n){
    margin-right: 0;
}
.download-item .poster{
    width: 320px;
    height: 320px;
    object-fit: cover;
}
.download-item .tit{
    margin: 20px;
    color: #1B3344;
    font-size: 22px;
    position: relative;
    font-weight: normal;
    background: none;
    width: 280px;
    line-height: 1.6em;

}
.download-item .more{
    margin: 0 0 20px 20px;
    width: 150px;
    height: 40px;
    font-size: 16px;
    border: 2px solid var(--primary-color);
    font-weight: 500;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.xh-list{
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.xh-item{
    width: 226px;
    height: 108px;
    margin-right: 30px;
    margin-top: 30px;
}

.xh-item a {
    width: 216px;
    height: 108px;
    margin-left: -10px;
    display: block;
    position: relative;
    z-index: 10;
}

.xh-item::after {
    width: 216px;
    height: 108px;
    top: 10px;
    left: 10px;
    content: "";
    background: var(--primary-color);
    position: absolute;
    z-index: 5;
}

.xh-item a img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid var(--second-color);
}
.media-item{
    width: 255px;
    height: 220px;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
}
.media-item .poster{
    width: 100%;
    height: 100%;
}

.media-item .content{
    position: absolute;
    z-index:2;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.6);
}
.media-item .title{
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    z-index: 1;
    color:#fff;
    width: 200px;
    margin: 20px;
}
.media-item .date{
    position: relative;
    font-size: 18px;
    z-index: 1;
    color:#fff;
    margin-left: 20px;
}

.media-item .bottom{
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-size: 18px;
    z-index: 1;
}
.media-item:hover .link {
    top: 0;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}
.media-item .link {
    color:#fff;
    opacity: 0;
    position: relative;
    top: 24px;
    font-size: 18px;
}

.the-index-cat-wrapper{
    padding-top: 20px;
    background: url(https://img-home-life.expostar.cn/2024/02/05/b1b7789dfc70e0c998f8ffdabb3d5832.png);background-size: cover;background-repeat: no-repeat;
    padding-bottom: 60px;
}