@charset "utf-8";
/* CSS Document */


.footer {background: #810500; padding: 30px 0 70px 0; font-size: 16px; color: #fff; text-align: center;}


.scale-body {
    --bg-height: 1200px;
    --bg-offset-height: 10px;
    background:
            url("../images/bg_s_2.png") no-repeat center calc(var(--bg-height) * 1 - var(--bg-offset-height)),
            url("../images/bg_s_3.png") no-repeat center calc(var(--bg-height) * 2 - var(--bg-offset-height)),
            url("../images/bg_s_4.png") no-repeat center calc(var(--bg-height) * 3 - var(--bg-offset-height)),
            url("../images/bg_s_5.png") no-repeat center calc(var(--bg-height) * 4 - var(--bg-offset-height)),
            url("../images/bg_s_6.png") no-repeat center calc(var(--bg-height) * 5 - var(--bg-offset-height)),
            url("../images/bg_s_7.png") no-repeat center calc(var(--bg-height) * 6 - var(--bg-offset-height)),
            url("../images/bg_s_8.png") no-repeat center calc(var(--bg-height) * 7 - var(--bg-offset-height)),
            url("../images/bg_s_9.png") no-repeat center calc(var(--bg-height) * 8 - var(--bg-offset-height)),
            url("../images/bg_1.jpg") no-repeat center calc(var(--bg-height) * 0),
            url("../images/bg_2.jpg") no-repeat center calc(var(--bg-height) * 1),
            url("../images/bg_3.jpg") no-repeat center calc(var(--bg-height) * 2),
            url("../images/bg_4.jpg") no-repeat center calc(var(--bg-height) * 3),
            url("../images/bg_5.jpg") no-repeat center calc(var(--bg-height) * 4),
            url("../images/bg_6.jpg") no-repeat center calc(var(--bg-height) * 5),
            url("../images/bg_7.jpg") no-repeat center calc(var(--bg-height) * 6),
            url("../images/bg_8.jpg") no-repeat center calc(var(--bg-height) * 7),
            url("../images/bg_9.jpg") no-repeat center calc(var(--bg-height) * 8);
}


.header-intro {width: 1200px; height: 200px; margin: 0 auto; background: url("../images/header-intro.jpg") no-repeat center / 100% 100%; border-radius: 15px; display: flex;}
.header-intro-title {width: 80px; height: 200px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; writing-mode: vertical-rl; text-orientation: upright; font-size: 32px; font-weight: bold; color: #fff; letter-spacing: calc(1em / 1000 * 170);}
.header-intro-main {flex: 1; height: 200px; box-sizing: border-box; padding: 20px 5px 20px 20px;}
.header-intro-scroll {width: 100%; height: 160px; overflow-x: hidden; overflow-y: auto;}
.header-intro-scroll::-webkit-scrollbar {width: 5px; background: rgba(0, 0, 0, 0);}
.header-intro-scroll::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.2);}
.header-intro-content {font-size: 20px; line-height: 32px; color: #282828; letter-spacing: calc(1em / 1000 * 170); max-width: 1080px; text-align: justify; text-indent: 2em;}
.header-intro-content p {text-indent: 2em;}


.category-title {font-size: 0; text-align: center;}
.category-title img {width: 1200px;}

.group-title {display: flex; justify-content: center;}
.group-title .box {background: #fdeb91; height: 50px; border-radius: 25px; padding: 0 40px;}
.group-title .box span {display: flex; justify-content: center; align-items: center; line-height: 1; font-size: 26px; font-weight: bold; color: #fff; text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5); height: 50px; border-radius: 25px; background: linear-gradient(to right, #b81207, #e63320); padding: 0 50px;}

.sub-title {display: flex; justify-content: center; align-items: center; height: 38px; font-size: 24px; font-weight: bold; color: #b81207; gap: 16px; line-height: 1;}
.sub-title:before,
.sub-title:after {content: ''; display: block; width: 26px; height: 3px; background: #b81207;}


.arr-botton1 {display: block; width: 24px; height: 24px; background-size: 100% 100%; background-repeat: no-repeat;}
.arr-botton1.top {background-image: url("../images/arr1-top.png");}
.arr-botton1.bottom {background-image: url("../images/arr1-bottom.png");}
.arr-botton1.left {background-image: url("../images/arr1-left.png");}
.arr-botton1.right {background-image: url("../images/arr1-right.png");}


.arr-botton2 {display: block; width: 60px; height: 60px; background-size: 100% 100%; background-repeat: no-repeat;}
.arr-botton2.top {background-image: url("../images/arr2-top.png");}
.arr-botton2.bottom {background-image: url("../images/arr2-bottom.png");}
.arr-botton2.left {background-image: url("../images/arr2-left.png");}
.arr-botton2.right {background-image: url("../images/arr2-right.png");}


.arr-botton3 {display: block; width: 30px; height: 30px; background-size: 100% 100%; background-repeat: no-repeat;}
.arr-botton3.top {background-image: url("../images/arr3-top.png");}
.arr-botton3.bottom {background-image: url("../images/arr3-bottom.png");}
.arr-botton3.left {background-image: url("../images/arr3-left.png");}
.arr-botton3.right {background-image: url("../images/arr3-right.png");}


.arr-botton4 {display: block; width: 24px; height: 24px; background-size: 100% 100%; background-repeat: no-repeat; }
.arr-botton4.top {background-image: url("../images/arr4-top.png");}
.arr-botton4.bottom {background-image: url("../images/arr4-bottom.png");}
.arr-botton4.left {background-image: url("../images/arr4-left.png");}
.arr-botton4.right {background-image: url("../images/arr4-right.png");}


.button-prev,
.button-next {cursor: pointer;}
.button-prev.swiper-button-disabled,
.button-next.swiper-button-disabled  {opacity: 0.5; pointer-events: none;}





.md1 {font-size: 0;}
.md1 img {width: 100%;}



.md2 {width: 1200px; margin: 0 auto; position: relative;}
.md2-background {width: 1200px; height: 240px; position: absolute; left: 0; bottom: 10px;}
.md2-background .box {width: 1200px; height: 240px; background: linear-gradient(to right bottom, #c4100a, #e02d1c, #c4100a); border-radius: 27px; position: relative; overflow: hidden;}
.md2-background .box:before,
.md2-background .box:after {content: ''; display: block; border-radius: 50%; position: absolute;}
.md2-background .box:before {width: 160px; height: 160px; background: #ff5715; left: -70px; top: -100px;}
.md2-background .box:after {width: 300px; height: 300px; background: #f64033; right: -70px; bottom: -165px;}

.md2-group {position: relative; z-index: 10; display: flex; justify-content: space-between; align-items: flex-start; padding: 0 30px 0 36px;}
.md2-left {width: 844px; display: grid; gap: 30px;}
.md2-top {width: 844px; height: auto; background: linear-gradient(#fffced, #fdf5b7); border-radius: 17px; box-shadow: 2px 2px 5px rgba(107, 7, 0, 0.6);}
.md2-top .swiper-slide {font-size: 0; box-sizing: border-box; padding: 12px;}
.md2-top .swiper-slide img {width: 820px; height: 460px;}

.md2-bottom {width: 676px; height: 76px; margin: 0 auto; background: linear-gradient(#fffced, #fef3bd); border-radius: 17px; box-shadow: 2px 2px 5px rgba(107, 7, 0, 0.6);}
.md2-bottom .swiper-slide {display: flex; justify-content: center; align-items: center; box-sizing: border-box; padding: 0 20px;}
.md2-bottom .swiper-slide .title {font-size: 24px; font-weight: bold; color: #282828;}

.md2-right {width: 260px; height: 590px; box-sizing: border-box; padding: 4px 0; display: grid; gap: 4px; background: #fff; border-radius: 17px; box-shadow: 2px 2px 5px rgba(107, 7, 0, 0.6);}
.md2-right .button-prev,
.md2-right .button-next {margin: 0 auto;}
.md2-right .swiper {width: 100%; height: 526px;}
.md2-right .swiper .swiper-slide {width: 100%; height: 124px; font-size: 0;}
.md2-right .swiper .swiper-slide a {display: block; width: 218px; height: 124px; position: relative; margin: 0 auto;}
.md2-right .swiper .swiper-slide a img {width: 218px; height: 124px;}
.md2-right .swiper .swiper-slide a.on:before {content: ''; display: block; position: absolute; inset: 0; box-sizing: border-box; border: 3px solid #e63320;}
.md2-right .swiper .swiper-slide a.on:after {content: ''; display: block; width: 9px; height: 16px; background: #e63320; position: absolute; right: 100%; top: 50%; margin-top: -8px;}
.md2-right .swiper .swiper-slide a.on:after {clip-path: polygon(100% 0, 0 50%, 100% 100%);}




.md3 {width: 1288px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.md3 .button-prev,
.md3 .button-next {width: 32px; height: 166px; background: #fdeb91; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.md3 .button-prev {border-radius: 10px 0 0 10px;}
.md3 .button-next {border-radius: 0 10px 10px 0;}
.md3 .button-prev.swiper-button-disabled,
.md3 .button-next.swiper-button-disabled {opacity: 0.5; pointer-events: none;}
.md3 .swiper {width: 1200px; height: 166px;}
.md3 .swiper .swiper-slide {width: 291px; height: 166px; font-size: 0;}
.md3 .swiper .swiper-slide img {width: 291px; height: 166px;}


.md4 {width: 1096px; margin: 0 auto;}
.md4 .swiper {width: 100%; height: 362px;}
.md4-list {width: 100%; height: 362px; display: flex; justify-content: space-between; align-items: flex-start;}
.md4-list .item {width: 538px; height: auto;}
.md4-list .item .image {font-size: 0;}
.md4-list .item .image a {display: block;}
.md4-list .item .image img {width: 100%; height: 305px;}
.md4-list .item .title {width: 100%; height: 48px; display: flex; justify-content: center; align-items: center; font-size: 24px; color: #282828; box-sizing: border-box; padding: 0 20px; background: #fffcf0; border-radius: 0 0 10px 10px;}
.md4-foot {display: flex; justify-content: center; align-items: center;}
.md4-foot .swiper-pagination {position: relative; display: flex; justify-content: center; align-items: center; gap: 30px; width: auto; height: 38px; left: auto; right: auto; top: auto; bottom: auto;}
.md4-foot .swiper-pagination:after {content: ''; display: block; width: calc(100% - 20px); height: 2px; background: #ffc5bf; bottom: 6px; position: absolute; left: 10px;}
.md4-foot .swiper-pagination .swiper-pagination-bullet {width: 60px; height: 38px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; font-size: 24px; color: #ffc5bf; font-weight: bold; border-radius: 0; opacity: 1; background: none; position: relative; z-index: 3; padding-bottom: 8px;}
.md4-foot .swiper-pagination .swiper-pagination-bullet:after {content: ''; display: block; width: 50px; height: 5px; background: #ffc5bf; position: absolute; left: 5px; bottom: 5px; z-index: -1;}
.md4-foot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {padding: 0 10px 0 0; color: #fff;}
.md4-foot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(to right, #b81207, #e63320); position: absolute; left: 0; top: 0; z-index: -1;}
.md4-foot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {width: 100%; height: 100%; right: 0; bottom: 0; z-index: -2;}
.md4-foot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {clip-path: polygon(10px 0%, calc(100% - 10px) 0%, calc(100% - 20px) 100%, 0% 100%);}
.md4-foot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {clip-path: polygon(10px 0, calc(100% - 15px) 0, 100% 100%, 10px 100%);}


.md5 {width: 1380px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.md5 .swiper {width: 1200px; padding: 0 5px 10px 5px;}
.md5 .swiper-slide .box {background: #fff; border-radius: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);}
.md5 .swiper-slide .box .head {display: block; position: relative;}
.md5 .swiper-slide .box .head .image {font-size: 0;}
.md5 .swiper-slide .box .head .image img {width: 100%; height: 230px; border-radius: 8px 8px 0 0;}
.md5 .swiper-slide .box .head .school {width: 100%; height: 40px; display: flex; align-items: center; box-sizing: border-box; padding: 0 20px; font-size: 20px; color: #fff; position: absolute; left: 0; bottom: 0; z-index: 10; background: rgba(0, 0, 0, 0.5);}
.md5 .swiper-slide .box .intro {width: 100%; height: 84px; box-sizing: border-box; padding: 12px 20px;}
.md5 .swiper-slide .box .intro .title {font-size: 24px; line-height: 30px; color: #000;}
.md5 .swiper-slide .box .intro .mark {font-size: 20px; line-height: 24px; color: #878787; padding-top: 6px;}



.md6 {width: 1200px; height: 370px; margin: 0 auto; position: relative;}
.md6 .button-prev,
.md6 .button-next {position: absolute; top: 44px;}
.md6 .button-prev {left: -90px;}
.md6 .button-next {right: -90px;}

.md6 .swiper {width: 1200px; height: 370px;}
.md6 .swiper .swiper-slide {width: 216px; height: 148px; transition: transform 0.3s, padding-top 0.3s;}
.md6 .swiper .swiper-slide-prev {transform: scale(1.2); transform-origin: right top; z-index: 50; padding-top: 40px;}
.md6 .swiper .swiper-slide-next {transform: scale(1.2); transform-origin: left top; z-index: 50; padding-top: 40px;}
.md6 .swiper .swiper-slide-active {transform: scale(1.5); transform-origin: center top; z-index: 90; padding-top: 60px;}
.md6 .swiper .swiper-slide img {width: 100%; aspect-ratio: 216 / 148; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);}





.md7 {width: 1200px; margin: 0 auto;}
.md7-head {display: flex; gap: 10px;}
.md7-head-image {width: 560px; height: 328px; font-size: 0;}
.md7-head-image img {width: 100%; height: 100%;}
.md7-head-main {flex: 1; background: linear-gradient(to right, rgba(255, 215, 213, 0), #ffd7d5); padding: 0 20px;}
.md7-head-title {font-size: 22px; font-weight: bold; color: #282828; padding-top: 20px;}
.md7-head-mark {font-size: 22px; font-weight: bold; color: #b81207; padding-top: 10px;}
.md7-head-list {font-size: 22px; color: #282828; padding-top: 10px;}
.md7-head-list .item {border-bottom: 1px dashed #b81207; padding: 10px 0; display: flex;}
.md7-head-list .item:last-child {border-bottom: 0 none;}
.md7-head-list .item span {font-weight: bold;}
.md7-foot {width: 1166px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.md7-foot-first {box-shadow: 3px 3px 2px rgba(141, 9, 0, 0.8);}
.md7-foot-first .box {display: block; width: 420px; height: 260px; font-size: 0; position: relative;}
.md7-foot-first .box img {width: 100%; height: 100%;}
.md7-foot-first .box:before {content: ''; display: block; width: 50px; height: 50px; background: url("../images/play1.png") no-repeat center / 100% 100%; position: absolute; left: 20px; bottom: 20px; z-index: 2;}
.md7-foot-main {width: 726px; height: 266px; position: relative;}
.md7-foot-main:before,
.md7-foot-main:after {content: ''; display: block; width: 40px; height: 100%; position: absolute; top: 0;}
.md7-foot-main:before {left: 0; background: url("../images/md7-border1.png") no-repeat center / 100% 100%;}
.md7-foot-main:after {right: 0; background: url("../images/md7-border2.png") no-repeat center / 100% 100%;}
.md7-foot-main .swiper {width: 628px; height: 200px; padding: 16px 5px 0 5px; margin: 0 auto;}
.md7-foot-list {display: flex; justify-content: space-between;}
.md7-foot-list .item {display: block; width: 302px; height: 184px; font-size: 0; position: relative;}
.md7-foot-list .item img {width: 100%; height: 100%; box-shadow: 3px 3px 2px rgba(141, 9, 0, 0.8);}
.md7-foot-list .item:before {content: ''; display: block; width: 50px; height: 50px; background: url("../images/play1.png") no-repeat center / 100% 100%; position: absolute; left: 20px; bottom: 20px; z-index: 2;}

.md7-foot-bar {display: flex; justify-content: center; align-items: center;}
.md7-foot-bar .line {width: 55px; border-top: 2px dotted #d3655e;}
.md7-foot-bar .swiper-pagination {padding: 0 60px; position: static; width: auto; left: auto; right: auto; top: auto; bottom: auto; display: flex; align-items: center; gap: 20px;}
.md7-foot-bar .swiper-pagination .swiper-pagination-bullet {display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; background: #c63b35; opacity: 0.5; border-radius: 0; margin: 0; font-size: 22px; color: #fff;}
.md7-foot-bar .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {opacity: 1;}



.md8 {width: 100%; height: 430px; position: relative;}
.md8-left {width: 1294px; height: 356px; box-sizing: border-box; padding: 38px 0 0 400px; background: #b81207; border-radius: 0 60px 60px 0; position: absolute; left: 0; bottom: 0;}
.md8-left:before {content: ''; display: block; width: 360px; height: 180px; border-radius: 0 0 180px 180px; background: #e63320; position: absolute; left: 0; top: 0;}
.md8-right {width: 974px; height: 385px; background: #fdf5b7; border-radius: 50px 0 0 50px; position: absolute; right: 0; top: 0; z-index: 10; overflow: hidden;}
.md8-right:after {content: ''; display: block; width: 400px; height: 400px; border-radius: 50%; background: #fef8c6; position: absolute; right: -100px; bottom: -160px;}

.md8-scroll {width: 540px; height: 280px; overflow-x: hidden; overflow-y: auto;}
.md8-scroll::-webkit-scrollbar {width: 5px; background: rgba(255, 255, 255, 0.1);}
.md8-scroll::-webkit-scrollbar-thumb {background-color: rgba(255, 255, 255, 0.2);}
.md8-content {width: 520px; font-size: 20px; line-height: 35px; color: #fff; letter-spacing: calc(1em / 1000 * 100); text-align: justify; text-indent: 2em;}
.md8-content p {text-indent: 2em;}


.md8-swiper {width: 612px; height: 385px; margin: 0;}
.md8-swiper .button-prev,
.md8-swiper .button-next {position: absolute; bottom: 18px; z-index: 20;}
.md8-swiper .button-prev {left: 50px;}
.md8-swiper .button-next {right: 50px;}
.md8-swiper .swiper-slide .image {width: 100%; height: 325px; display: flex; justify-content: center; align-items: center; font-size: 0;}
.md8-swiper .swiper-slide .image img {width: 540px; height: 275px;}
.md8-swiper .swiper-slide .title {width: 100%; height: 60px; font-size: 26px; line-height: 60px; color: #fff; font-weight: bold; background: #ff711b; border-radius: 30px; text-align: center; box-sizing: border-box; padding: 0 120px;}





.md9 {width: 1380px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.md9 .swiper {width: 1200px;}
.md9-list {width: 1200px; height: 332px; display: flex; align-items: flex-start; gap: 20px;}
.md9-list .item {display: block; position: relative;}
.md9-list .item .image {font-size: 0; width: 100%; height: 100%;}
.md9-list .item .image img {width: 100%; height: 100%;}
.md9-list .item .title {width: 100%; height: auto; box-sizing: border-box; position: absolute; left: 0; bottom: 0; z-index: 10; font-size: 16px; line-height: 30px; color: #fff; background: rgba(0, 0, 0, 0.5); text-align: center; padding: 0 20px;}
.md9-list .first {width: 592px; height: 332px;}
.md9-list .other {width: 588px; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 20px; row-gap: 16px;}
.md9-list .other .item {height: 158px;}





.md10 {width: 1200px; height: 298px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.md10-left {width: 394px; height: 298px; border: 2px solid #b81207; border-radius: 30px; box-sizing: border-box; padding: 27px 5px;}
.md10-scroll {width: auto; height: 240px; overflow-x: hidden; overflow-y: auto; padding-left: 20px;}
.md10-scroll::-webkit-scrollbar {width: 5px; background: rgba(0, 0, 0, 0.05);}
.md10-scroll::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.2);}
.md10-content {width: 340px; font-size: 16px; line-height: 30px; color: #282828; text-indent: 2em; text-align: justify; letter-spacing: calc(1em / 1000 * 50);}
.md10-content p {text-indent: 2em;}
.md10-right {width: 778px; height: 298px;}
.md10-right .button-prev,
.md10-right .button-next {width: 28px; height: 72px; display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; margin-top: -36px; z-index: 90; background: rgba(255, 255, 255, 0.5);}
.md10-right .button-prev {left: 10px; border-radius: 10px 0 0 10px;}
.md10-right .button-next {right: 10px; border-radius: 0 10px 10px 0;}
.md10-right .button-prev .arr-botton4,
.md10-right .button-next .arr-botton4 {transform: scale(0.8);}
.md10-right .swiper-slide {font-size: 0; height: 100%;}
.md10-right .swiper-slide img {width: 100%; height: 100%; border-radius: 30px;}



.md11 {width: 1200px; height: 358px; margin: 0 auto; display: flex;}
.md11-left {flex: 1; position: relative; padding-right: 15px;}
.md11-swiper {
    --swiper-theme-color: #e63320;
}
.md11-swiper {width: 100%; padding-bottom: 13px;}
.md11-swiper .swiper-pagination {font-size: 0; bottom: 0;}
.md11-list {display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;}
.md11-list .item {display: block; position: relative; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);}
.md11-list .item .image {font-size: 0;}
.md11-list .item .image img {width: 100%; aspect-ratio: 16 / 10;}
.md11-list .item .title {width: 100%; height: 32px; line-height: 32px; font-size: 17px; color: #fff; text-align: center; box-sizing: border-box; padding: 0 10px; position: absolute; left: 0; bottom: 0; z-index: 10; background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));}


.md11-line {width: 100%; height: 3px; background: #e63320; position: absolute; left: 0; bottom: 0;}
.md11-line:before {content: ''; display: block; width: 11px; height: 11px; border-radius: 50%; background: #e63320; position: absolute; right: 100%; top: -4px;}


.md11-right {width: 376px; height: 358px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);}
.md11-right .image {font-size: 0;}
.md11-right .image a {display: block;}
.md11-right .image img {width: 100%; height: 235px;}
.md11-right .content {font-size: 16px; line-height: 30px; letter-spacing: calc(1em / 1000 * 40); text-align: justify; color: #282828; padding: 16px 15px}
.md11-right .content .double-text {-webkit-line-clamp: 3;}


.md12 {width: 1200px; height: 500px; margin: 0 auto; position: relative;}
.md12:before {content: ''; display: block; width: 900px; height: 398px; background: url("../images/md12-border.png") no-repeat center / 100% 100%; z-index: 2; position: absolute; left: 0; bottom: 0;}
.md12:after {content: ''; display: block; width: 438px; height: 648px; background: url("../images/md12-arrow.png") no-repeat center / 100% 100%; z-index: 1; position: absolute; left: -154px; top: -32px;}

.md12-title {width: 425px; height: 105px; display: flex; justify-content: center; align-items: center; gap: 20px; position: relative; z-index: 10;}
.md12-title .icon {font-size: 0;}
.md12-title .icon img {height: 74px;}
.md12-title .text {font-size: 26px; font-weight: bold; color: #b91307;}

.md12-main {position: relative; z-index: 10; padding-top: 30px;}
.md12-scroll {width: 390px; height: 320px; overflow-x: hidden; overflow-y: auto; padding-left: 35px;}
.md12-scroll::-webkit-scrollbar {width: 5px; background: rgba(0, 0, 0, 0.05);}
.md12-scroll::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.2);}
.md12-content {width: 360px; font-size: 18px; line-height: 32px; color: #353535; text-align: justify; text-indent: 2em;}
.md12-content p {text-indent: 2em;}

.md12-image {width: 788px; height: 460px; box-sizing: border-box; padding: 14px; background: #fef1bf; position: absolute; z-index: 10; right: -14px; top: 0; font-size: 0;}
.md12-image .swiper,
.md12-image .swiper-slide,
.md12-image .swiper-slide img {width: 100%; height: 100%;}
.md12-image .swiper-pagination {
    --swiper-theme-color: #e63320;
    bottom: -20px;
}



.md13 {width: 100%; height: 472px; display: flex; justify-content: center; align-items: center; gap: 24px;}
.md13 .group .show {display: none; position: relative; width: 800px; height: 472px; background: url("../images/md13-border.png") no-repeat center / 100% 100%; box-sizing: border-box; padding: 20px;}
.md13 .group .show .image {font-size: 0; width: 100%; height: 100%;}
.md13 .group .show .image img {width: 100%; height: 100%;}
.md13 .group .show .title {width: 760px; line-height: 28px; background: rgba(0, 0, 0, 0.5); position: absolute; left: 20px; bottom: 20px; z-index: 20; font-size: 22px; color: #fff; text-align: center; box-sizing: border-box; padding: 8px 10px;}
.md13 .group .button {width: 92px; height: 434px; padding: 20px 0; box-sizing: border-box; border: 1px solid #fdeb91; box-shadow: inset 0 0 0 2px #fff; background: linear-gradient(#fdeb91, rgba(253, 235, 145, 0)); font-size: 22px; line-height: 28px; display: flex; align-items: center; writing-mode: vertical-rl; text-orientation: upright; cursor: pointer;}
.md13 .group.active .show {display: block;}
.md13 .group.active .button {display: none;}

.md14 {position: relative;}

.md14-head {font-size: 0; text-align: center; height: 268px;}
.md14-head img {height: 232px;}
.md14-main {width: 100%; height: 732px; position: relative; z-index: 10;}

.md14-bg1 {width: 810px; height: 450px; position: absolute; left: 0; bottom: 46px; background: linear-gradient(to right, #fffcdd, #fdf5b7); z-index: 2; border-radius: 0 60px 60px 0; overflow: hidden;}
.md14-bg1:before {content: ''; display: block; width: 400px; height: 400px; background: #fdf5b7; border-radius: 50%; position: absolute; left: 80px; bottom: -150px;}

.md14-bg2 {width: 1214px; height: 356px; position: absolute; right: 0; bottom: 0; background: #b81207; border-radius: 0 0 0 60px; overflow: hidden;}
.md14-bg2:before {content: ''; display: block; width: 360px; height: 360px; background: #e63320; border-radius: 50%; position: absolute; right: -80px; top: -190px;}

.md14-item {position: absolute;}
.md14-item .image {font-size: 0; width: 100%; height: 100%;}
.md14-item .image img {width: 100%; height: 100%;}
.md14-item .title {width: 100%; height: auto; text-align: center; position: absolute; left: 0; bottom: 0; z-index: 10; background: rgba(184, 18, 7, 0.4); font-size: 24px; font-weight: bold; color: #fff; line-height: 36px; padding: 12px; box-sizing: border-box; pointer-events: none;}
