/* 自定义全局公共样式 start */
body *{
    box-sizing: border-box;
}
article{
    max-width: 965px;
    width: 100%;
    margin-inline: auto;
}
section{
    width: 100%;
    padding-bottom: 140px;
}
section:first-child{
    padding-top: 6%;
}

.alignLeft{
    text-align: left;
}
.alignCenter{
    text-align: center;
}
.alignRight{
    text-align: right;
}
@media screen and (max-width: 767px) {
    section{
        padding-bottom: 60px;
    }
}



/* 以下样式主要功能用来抵消旧样式功能 start */
.Features3Column{
    width: auto;
    margin-left: 0;
}
.Features3Slider .Features3Inner{
    padding: 0;
    margin-bottom: 0;
}
.Features3{
    padding: 0;
}
.Features3Inner{
    min-height: auto;
}
.Column{
    padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
    .Features3.Features3TypeFull .Features3Inner{
        padding-block: 0 60px;
    }
}





/* 以下样式主要功能用来抵消旧样式功能 end */

/* 自定义全局公共样式 end */

/* 标题 start */
.TitleModule {
    margin-bottom: 25px;
}
.TitleModule h3{
    border: none;
    font-size: 32px;
    padding-left: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
    .TitleModule h3{
        font-size: 28px;
    }
}
/* 标题 end */

/* 图片模块 start */
.ImageModule{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ImageModule picture{
    display: flex;
    align-items: center;
}
.ImageModule picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 图片模块 end */


/* 注释 start */
.annotateModule {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.annotateModule p{
    font-size: 12px;
    color: #474747;
}
/* 注释 end */


/* 文案 start */
.Text{
    margin-bottom: 20px;
}
.Text p{
    font-size: 16px;
    color: #474747;
}
/* 文案 end */



/* 公共样式 start */
.locationModule h3,
.cardModule h3{
    border: none;
    font-size: 32px;
    padding-left: 0;
    margin-bottom: 25px;
}
.locationModule picture,
.cardModule picture{
    display: flex;
    align-items: center;
    width: 100%;
}
.locationModule picture img,
.cardModule picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1025px){
    .locationModule,
    .cardModule{
        padding: 60px 45px 70px;
    }

}
@media screen and (max-width: 767px){
    .locationModule,
    .cardModule {
        padding: 35px 0 60px;
    }
    .locationModule h3,
    .cardModule h3{
        font-size: 28px;
        margin-bottom: 15px;
    }
}

.locationModule .location-container{
    position: relative;
}
.locationModule .location-container .locationText{
    width: 52%;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
}
.locationModule .location-container .locationText *{
    color: #fff;
    font-weight: bold;
}
.JS #Contents .locationModule .location-container .locationText h4{
    font-weight: bold !important;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.locationModule .location-container .locationText ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.locationModule .location-container .locationText ul li{
    list-style-type: disc;
    margin-left: 25px;
    font-size: 16px;
}

.cmp-text.cmp-text-center{
    text-align: center;
}
.text-annotation {
    margin-top: 15px;
}
.text-annotation p{
    font-size: 12px;
    color: #474747;
}
.text-annotation p.text-annotation-center{
    text-align: center;
}


.cardModule h3{
    text-align: center;
}
.cardModule span{
    display: block;
    text-align: center;
    padding: 10px 5px;
    background-color: #4c4c4c;
    color: #fff;
    font-size: 16px;
}
.cardModule .card-container{
    margin-bottom: 15px;
    padding: 20px;
    background-color: #d9d9d9;
}
.cardModule .card-container ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cardModule .card-container ul li{
    width: calc((100% - 30px) / 4);
    display: flex;
    flex-direction: column;
}
.cardModule .card-container ul li picture{
    display: flex;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 1025px){
    .locationModule .location-container {
        display: flex;
        flex-direction: column;
    }
    .locationModule .location-container .locationText{
        position: unset;
        transform: none;
        width: 100%;
        background: linear-gradient(to right, #5a110b, #841e15);
        padding: 30px 30px 0;
        order: -1;
    }
    .locationModule .location-container .locationText h3{
        text-align: center;
    }
    
    .JS #Contents .locationModule .location-container .locationText h4{
        font-size: 20px;
    }
    .cardModule .card-container ul {
        gap: 20px;
    }
    .cardModule .card-container ul li{
        width: calc((100% - 20px) / 2);
    }
}
@media screen and (max-width: 767px){
    .locationModule .location-container .locationText{
        padding: 30px 15px 0;
    }
    .JS #Contents .locationModule .location-container .locationText h4{
        font-size: 17px;
    }
    .locationModule .location-container .locationText ul li{
        font-size: 14px;
    }
    .cardModule .card-container ul li{
        width: 100%;
    }
}

/* 公共样式 end */


