@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

li {
    text-align: center;

    list-style: none;
}

fieldset,
img {
    border: 0;
    vertical-align: middle
}

button,
input,
select,
textarea {
    font-size: 100%
}

body {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    text-align: center;
    font: 12px/1.5 'Microsoft Yahei', '\5b8b\4f53', Georgia, "Times New Roman", "\5fae\8f6f\96c5\9ed1", STXihei, "\534e\6587\7ec6\9ed1", serif;
}

p {
    text-align: left;
    text-align: justify;
    text-justify: distribute
}

a {
    text-decoration: none;
}

a,
a:link,
a:visited {
    color: #000
}

a:hover,
a:active {
    color: #000;
    text-decoration: underline
}

.w100 {
    width: 100%;
}

.tl {
    text-align: left
}

.middiv1 {
    width: 1200px;
    margin: 0px auto;
    clear: both
}

.text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: 'MicrosoftYahei';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.layer02mask {
    width: 94%;
    height: 40px;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: .8;
    position: absolute;
    left: 0;
    right:0;
    margin:0 auto;
    bottom: 0;
    z-index: 1;
}

.layer05_bottom .swiper-slide.swiper-slide-active img{
      border: 3px solid #be4f4f;
}

.layer02mask p {
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mask a,
.mask a:visited {
    display: block;
    line-height: 1.2;
    font-size: 16px;
    color: #fff;
    padding: 50px;
}

.text a,
.text a:link,
.text a:visited,
.nmask a,
.nmask a:link,
.nmask a:visited {
    color: #fff
}

#bottom {
    width: 100%;
    padding-top: 18px;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    float: left;
    background-color: #fff;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
    color: #000;
}

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

.layer01 img {
    width: 100%;
    height: auto;
}

.layer02 {
    height: 1305px;
    background: url(../img/layer02_bg.png) no-repeat center top;
}

.layer02_title,
.layer03_title,
.layer04_title,
.layer05_title,
.layer06_title,
.layer07_title {
    padding: 60px 0 40px 0;
}

.layer02_top {
    display: flex;
}

.layer02_left {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.line1 {
    width: 100%;
    height: 27px;
    background: linear-gradient(to right, #ec1c23, #7e395e);
    margin: 8px 0;
}

.layer02_left span {
    text-align: left;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.layer02_left span a {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.layer02_left p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    color: #828282;
    line-height: 150%;
}

.layer02_right {
    width: 50%;
    height: 539px;
    background: url(../img/lay02_bg.png) no-repeat center top;
}

.lay02title {
    display: flex;
    width: 80%;
    justify-content: space-between;
    padding: 45px 0 0 50px;
    position: relative;
}

.lay02title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 90%;
    height: 1px;
    background-color: #b78621;
}

.lay02title span {
    font-size: 32px;
    font-weight: bold;
    color: #b78621;
}

.lay02title a {
    font-size: 16px;
    line-height: 50px;
}

.layer02_right ul {
    width: 85%;
    margin: 0 auto;
}

.layer02_right li {
    position: relative;
    list-style: none;
    padding: 10px 0 10px 15px;
}

.layer02_right li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 33%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #ccb076;
    border-radius: 50%;
}

.layer02_right li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 90%;
    height: 1px;
    background-color: #f0e7d6;
}

.lay02bottom a,
.layer02_right li a {
    font-size: 20px;
    display: block;
    padding: 5px;
    text-align: left;
}

.lay02bottom p,
.layer02_right li p {
    font-size: 16px;
    width: 90%;
    padding-left: 8px;
}

.layer02_bottom {
    padding-top: 100px;
    position: relative;
}

.layer02_bottom ul {
    width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}

.layer02_bottom li {
    float: left;
    width: 48%;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e6e6;
}

.layer02_bottom li:nth-child(even) {
    float: right;
}

.layer02_bottom li h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layer02_bottom li p {
    font-size: 14px;
    color: #828282;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layer02_bottom .more {
    margin-top: 40px;
    float: right;
    font-size: 16px;
    color: #828282;
}

.lay02bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.layer_more {
    text-align: center;
    padding-top: 35px;
}

.layer_more a {
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    background-color: #44742c;
}

.layer03 {
    background: url(../img/layer03_bg.png) no-repeat center top;
    height: 900px;
}

.layer03_con {
    position: relative;
}

.layer03_con .swiper-button-next1 {
    background: url(../img/layer02_next.png) no-repeat;
    width: 53px;
    height: 101px;
    top: 50%;
    left: 95%;
}

.layer03_con .swiper-button-prev1 {
    background: url(../img/layer02_prev.png) no-repeat;
    width: 53px;
    height: 101px;
    top: 50%;
    left: 3%;
}

.layer03_con .swiper-slide {
    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;
    transition: 300ms;
    transform: scale(0.8);
}

.layer03_con .swiper-slide-active,
.layer03_con .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 999;
}

.layer03_con .swiper-pagination1,
.layer06 .swiper-pagination2 {
    padding-top: 20px;
    width: 100%;
    position: relative;
}

.layer06 .swiper-pagination-bullet,
.layer03_con .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 3px;
    background: #ccb076;
    opacity: 1;
}

.layer06 .swiper-pagination-bullet-active,
.layer03_con .swiper-pagination-bullet-active {
    background: #cf100b;
}

.layer04 {
    background: url(../img/layer04_bg.png)no-repeat center top;
    height: auto;
}

.layer04_con {
    position: relative;
    height: 780px;
}

.layer04_con ul {
    display: block;
}

.layer04_con .m_show {
    display: none;
}
.layer04_con a{
    display: block;
}

/* 时光档案馆悬停效果 */
.layer04_con li {
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.layer04_con li:hover {
    transform: scale(1.05);
}

.layer04_con li:nth-child(odd):hover::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 40px;
    right: -90px;
    height: 80%;
    background: linear-gradient(to right, #ccb076, transparent 80%);
    border-radius: 60px 60px 0 0;
    z-index: -1;
    animation: slideInRight 0.5s ease-out forwards;
}
.layer04_con li:nth-child(3):hover::before{
    left: 70px;
    animation: slideInRight 0.5s ease-out forwards;
}
.layer04_con li:nth-child(3):hover::before{
    left: 60px;
}
.layer04_con li:nth-child(4):hover::before{
    left: 60px;
}
.layer04_con li:nth-child(5):hover::before{
    left: 60px;
}
.layer04_con li:nth-child(even):hover::before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -10px;
    left: 60px;
    height: 80%;
    background: linear-gradient(to right, #ccb076, transparent 80%);
    border-radius: 0 0 60px 60px;
    z-index: -1;
    animation: slideInLeft 0.5s ease-out forwards;
}
.layer04_con li:nth-child(6):hover::before{
    top: 100px;
    left: -20px;
    right: 60px;
    background: linear-gradient(to left, #ccb076, transparent 80%);
    border-radius: 0 0 60px 60px;
    animation: slideInLeft 1s ease-out forwards;
}
.layer04_con li:nth-child(7):hover::before{
    left: -20px;
    right: 60px;
    top: 108px;
    background: linear-gradient(to left, #ccb076, transparent 80%);
    border-radius: 0 0 60px 60px;
    animation: slideInLeft 1s ease-out forwards;
}

@keyframes slideInRight {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* .layer04_con li:hover::after {
    content: '';
    position: absolute;
    top: -25px;
    left: -25px;
    right: -25px;
    height: 55%;
    background: linear-gradient(45deg, rgba(207, 16, 11, 0.3) 0%, rgba(207, 16, 11, 0) 80%);
    border-radius: 12px 12px 0 0;
    z-index: -1;
    transition: all 0.3s ease;
} */
.layer04_con .sg1 {
    position: absolute;
    left: 0px;
    top: 23%;
}
.layer04_con .sg2 {
    position: absolute;
    left: 15%;
    top: 45%;
}

.layer04_con .sg3 {
    position: absolute;
    left: 27%;
    top: 14%;
}

.layer04_con .sg4 {
    position: absolute;
    left: 40%;
    top: 30%;
}

.layer04_con .sg5 {
    position: absolute;
    left: 55%;
    top: 10%;
}

.layer04_con .sg6 {
    position: absolute;
    right: 18%;
    top: 32%;
}
.layer04_con .sg7 {
    position: absolute;
    right: 5px;
    top: 23%;
}



.layer05 {
    background: url(../img/layer05_bg.png)no-repeat center top;
    height: 1160px;
}

.layer05_con {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
}

.layer05_bottom {
    width: 92%;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

.layer02_bottom .swiper-button-prev5,
.layer05_bottom .swiper-button-prev2 {
    background: url(../img/layer04_prev.png) no-repeat;
    width: 32px;
    height: 55px;
    top: 50%;
    left: -3%;
}

.layer02_bottom .swiper-button-next5,
.layer05_bottom .swiper-button-next2 {
    background: url(../img/layer04_next.png) no-repeat;
    width: 32px;
    height: 55px;
    top: 50%;
    left: 100%;
}

.layer06 {
    background: url(../img/layer06_bg.png)no-repeat center top;
    position: relative;
    background-size: 100% 100%;
}

.lay06_con {
    display: flex;
    width: 380px;
}

.lay06con1,
.lay06con2 {
    display: flex;
    flex-direction: column;
}

.lay06con {
    background: #e61e27;
    color: #fff;
    padding: 40px 20px 0 20px;
    height: 210px;
}

.lay06con a {
    font-size: 18px;
    color: #fff;
}

.lay06con p {
    padding-top: 10px;
    font-size: 16px;
}

.layer06 .swiper-button-prev3 {
    background: url(../img/layer06_prev.png) no-repeat;
    width: 36px;
    height: 67px;
    top: 55%;
    left: 19%;
}

.layer06 .swiper-button-next3 {
    background: url(../img/layer06_next.png) no-repeat;
    width: 36px;
    height: 67px;
    top: 55%;
    left: 79%;
}




/* 学院巡礼轮播样式 */
.layer06_con .swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.layer06_con .swiper-wrapper {
    display: flex;
    align-items: center;
}

.layer06_con .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.6);
    opacity: 0.7;
    z-index: 1;
}

.layer06_con .swiper-slide-active {
    transform: scale(0.9);
    opacity: 1;
    z-index: 999;
}

.layer06_con .swiper-slide-prev,
.layer06_con .swiper-slide-next {
    transform: scale(0.8);
    opacity: 1;
    z-index: 10;
}

.layer06_con .swiper-slide img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 学院巡礼底部新闻样式 */
.layer06_news {
    width: 100%;
    padding: 40px 0;
}

.layer06_news_row {
    width: 48%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.layer06_news_row:nth-child(even) {
    float: right;
}

.layer06_news_left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.layer06_news_left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.layer06_news_left a {
    text-decoration: none;
}

.layer06_news_left p {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    text-overflow: eclipse;
    overflow: hidden;
    padding: 0 10px;
}

.layer06_news_right {
    width: 55%;
}

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

.layer06_news_right li {
    text-align: left;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 2;
    list-style: disc;
    color: #373737;
}

.layer06_news_right li a {
    color: #373737;
    text-decoration: none;
    font-size: 16px;
}

.layer06_news_right li a:hover {
    text-decoration: underline;
}

/* 我们的故事轮播样式 */
.layer07 {
    background: url(../img/layer07_bg.png)no-repeat center top;
    height: auto;
    padding: 40px 0;
    position: relative;
}

.swiper-container.Swiper5 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 50px 30px 30px;
    box-sizing: border-box;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.story-item {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.story-item img {
    width: 200px;
    border: 5px solid #ccb076;
    outline: 5px solid #a00000;
    outline-offset: -8px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.story-item:hover {
    transform: translateY(-5px);
}

.story-item.active img {
    border-color: #c8102e;
    box-shadow: 0 0 20px rgba(200, 16, 46, 0.6);
}

.arrow-down {
    position: absolute;
    bottom: -30px;
    left: 25%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 30px solid #c8102e;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-slide.swiper-slide-active .arrow-down {
    opacity: 1;
}

.story-text {
    text-align: center;
    margin: 40px 0;
    padding: 0 20px;
}

.text-title {
    color: #cc0100;
    font-size: 22px;
    line-height: 2;
    text-align: left;
}

.text-content {
    font-size: 16px;
    line-height: 1.6;
    color: #323232;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-content br {
    margin-bottom: 10px;
}

.swiper-pagination5 {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 15px;
    left: 0;
    right: 0;
}

.swiper-pagination5 .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #d9b38c;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
    line-height: 25px;
    text-align: center;
}

.swiper-pagination5 .swiper-pagination-bullet:hover {
    background-color: #d9b38c;
    color: #fff;
}

.swiper-pagination5 .swiper-pagination-bullet-active {
    background-color: #c8102e;
    border-color: #c8102e;
    color: #fff;
}

.layer07_con {
    background: linear-gradient(to right, #f7f3f0, #eaddd3);
    border-radius: 15px;
    padding-bottom: 70px;
}

.layer07con {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.layer07top img {
    padding: 50px 0px 20px 0px;
}

.layer07top .layer02mask {
    width: 73%;
    height: 40px;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: .8;
    position: absolute;
    left: 13%;
    bottom: 17%;
    z-index: 1;
}

.layer07top .layer02mask p {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.layer07bottom li {
    text-align: center;
    font-size: 16px;
}

@media (max-width: 768px) {

    .middiv1 {
        max-width: 100%;
    }

    .layer02_title,
    .layer03_title,
    .layer04_title,
    .layer05_title,
    .layer06_title,
    .layer07_title {
        padding: 20px 0;
    }

    .layer03_con img,
    .layer06_con img,
    .layer02_title img,
    .layer03_title img,
    .layer04_title img,
    .layer05_title img,
    .layer06_title img,
    .layer07_title img {
        width: 95%;
    }

    .layer02_right,
    .layer02,
    .layer03,
    .layer04,
    .layer05,
    .layer06,
    .layer07 {
        height: auto;
    }

    .layer02_top {
        height: auto;
        flex-direction: column;

    }

    .layer02_left,
    .layer02_right {
        width: 90%;
        margin: 0 auto;
    }

    .layer02_right ul {
        width: 100%;
    }

    .lay06con a,
    .layer02_top span a,
    .layer05_top span a {
        font-size: 16px;
    }

    .layer02_right li {
        padding: 10px 0 0 15px;
    }

    .layer02_right li p {
        font-size: 14px;
        width: 95%;
        padding: 5px 0;
    }

    .lay02bottom a,
    .layer02_right li a {
        font-size: 16px;
        padding: 5px 0;
    }

    .layer02_left p,
    .layer05_bottom li a {
        font-size: 14px;
    }


    .lay02con p,
    .layer05_top p {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        padding: 5px 0 5px 0;
    }

    .lay02bottom a,
    .layer02_bottom,
    .layer05_bottom ul {
        width: 90%;
        margin: 0 auto;
    }

    .lay02con {
        padding: 10px 0;
    }

    .layer02_right li::before {
        top: 20%;
    }


    .layer03_con .swiper-button-prev1,
    .layer03_con .swiper-button-next1,
    .layer06_con .swiper-button-prev3,
    .layer06_con .swiper-button-next3 {
        background-size: 100% 100%;
        width: 27px;
        height: 50px;
    }

    .layer03_con .swiper-button-prev1 {
        left: 2%;
    }

    .layer02_bottom .swiper-button-next5,
    .layer05_bottom .swiper-button-next2,
    .layer03_con .swiper-button-next1 {
        left: 91%;
    }


    .layer05_bottom ul {
        flex-wrap: wrap;
    }

    .lay02bottom {
        width: 98%;
    }

    .layer02_bottom li {
        width: 100%;
    }

    .layer02_bottom li h4 {
        font-size: 16px;
    }

    .layer06_con video {
        width: 100%;
        height: auto;
    }

    .layer04_con {
        flex-direction: column;
        padding-top: 30px;
        height: auto;
    }

    .layer04_con ul {
        display: none;
    }

    .layer04_con .m_show {
        display: block;
        width: 100%;
    }

    .layer04_con .m_show img {
        width: 100%;
    }

    .layer04_left {
        width: 90%;
        margin: 0 auto;
    }

    .layer04_con .swiper-button-prev2 {
        left: 0%;
        transform: rotate(270deg);
        top: 50%;
    }

    .layer04_con .swiper-button-next2 {
        left: 85%;
        transform: rotate(270deg);
        top: 50%;
    }

    .lay06_con,
    .layer05_top video {
        width: 100%;
        height: auto;
    }

    .layer05_con {
        flex-direction: column;
    }

    .layer05_top,
    .layer05_bottom {
        width: 90%;
        margin: 0 auto;
    }

    .layer05_top img {
        width: 100%;
        padding-bottom: 10px
    }

    .layer05_bottom .layer_more {
        padding: 10px 0;
    }

    .layer05_bottom .layer_more a {
        padding: 0px;
    }

    .layer04_top,
    .layer06_con .swiper-container {
        width: 100%;
    }

    .layer04_top .swiper-button-prev1 {
        left: 0;
    }

    .layer04_top .swiper-button-next1 {
        left: 90%;
    }

    .layer04_top .layer02mask {
        width: 76%;
        left: 12%;
    }

    .layer04_bottom {
        flex-direction: column;
    }

    .layer06_con {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    .layer06_con .swiper-slide-active{
        transform: scale(1.0);
    }

    .layer06_news_row {
        width: 100%;
        margin-bottom: 15px;
    }

    .layer06_news_right li {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.2;
    }

    .layer06_news_right li a {
        font-size: 12px;
    }

    .layer06_news_left p {
        width: 95%;
        padding: 0 3px;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .layer04_right li {
        padding: 8px 0 8px 20px;
    }

    .layer04_right li a {
        font-size: 14px;
    }

    .layer04_right {
        width: 85%;
        margin: 0 auto;
        height: auto;
    }

    .layer07 {
        padding-top: 20px;
    }

    .layer07_con {
        height: auto;
    }

    .layer07con {
        display: flex;

    }

    .layer07con img {
        width: 85%;
        height: auto;
    }

    .layer07_con .swiper-container {
        height: auto !important;
    }

    .lay07con span a {
        font-size: 16px;
        padding: 10px;
        display: block;
    }

    .lay07con p {
        font-size: 14px;
        padding-top: 0;
    }

    .layer04_right .swiper-container {
        height: auto !important;
    }

    .layer07_con .swiper-button-prev4 {
        width: 31px;
        height: 26px;
        background-size: 100%;
        transform: rotate(270deg);
        left: 10%;
        top: 40%;
    }

    .layer07_con .swiper-button-next4 {
        width: 31px;
        height: 26px;
        background-size: 100%;
        transform: rotate(270deg);
        left: 85%;
        top: 40%;
    }

    .layer07_top img {
        width: 43%;
        padding: 8px;
    }

    .layer07top .layer02mask {
        width: 86%;
        left: 7%;
        bottom: 12%;
    }

    .layer07bottom li {
        width: 90%;
        margin: 0 auto;
    }

    .layer02_bottom,
    .lay06con {
        padding: 10px;
    }
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-02-26 15:20:17" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->