.sec {
    position:relative;
    overflow: hidden;
}

.sec .titleWrap {
    position:absolute;
    right:40px;
    bottom: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    z-index: 10;
}

.sec .titleWrap>* {
    position:relative;
}

.sec .titleWrap .circle {
    position:absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #d2584b;
    top:-30px;
    transition: all .5s;
}

.sec .titleWrap:hover .circle {
    height: calc(100% - 135px + 30px);
    border-radius: 300px;
}

.sec .titleWrap .t {
    margin-bottom: 25px;
}

.sec .titleWrap hr {
    display: flex;
    width: 1px;
    height: 135px;
    background-color: #d2584b;
}

.sec .titleWrap.white hr {
    background-color: #fff;
}

.visualWrap {
    /* height: 950px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.visualWrap .bgWrap {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.visualWrap .swiper-slide .imgWrap img {
    transform: scale(1.2);transition: all 5s;
}

.visualWrap .swiper-slide-active .imgWrap img {
    
    transform: scale(1);
}


.visualWrap .open {
    position:absolute;
    bottom: 0;
    z-index: 10;
}

.visualWrap .textWrap {
    position:absolute;
    top:0%;
    left:0;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    z-index: 10;transition: all 1s; opacity: 0;
}

.visualWrap .swiper-slide-active .textWrap {
	opacity: 1;
    top:20%;
}

.visualWrap .textWrap .swiper-container {
    margin-bottom: 50px;
}

.visualWrap .textWrap .swiper-slide {
    display: flex;
    justify-content: center;
    opacity: 0 !important;
    transition:all 1s;
}

.visualWrap .textWrap .swiper-slide-active {
    opacity: 1 !important;
}

.visualWrap .posWrap {
    margin-top: 30px;
    z-index: 100;
    display: flex;
    gap:0 30px;
}

.visualWrap .posWrap a {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    transition:all .5s;
    border:1px solid #897d76;
}

.visualWrap .posWrap a.active {
    background-color: #897d76;
}

.visualWrap .swiper-pagination { bottom: 80px; z-index: 10;}
.visualWrap .swiper-pagination-bullet { width: 13px; height: 13px; opacity: 1; border: 1px solid #fff; background: none; margin: 0 10px !important;}
.visualWrap .swiper-pagination-bullet-active { background: #fff; border-color:#fff;}


.visualWrap .scroll {
    position:absolute;
    right:65px;
    bottom: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visualWrap .scroll .s1 {
    animation:rotateLoop 5s infinite linear;
}

.visualWrap .scroll .s2 {
    animation: upDownLoop 1.5s infinite;
    position:absolute;
}

.sec1Wrap {
    background: #fff url(../images/main/bg_sec1.png) no-repeat center/cover;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sec1Wrap .text1 {
    position:absolute;
    top: 11.059907834101383%;
    left: 9.0625%;
}

.sec1Wrap .contWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap:60px 0;
    width: 100%;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.sec1Wrap .contWrap .text2 {
    position:absolute;
    top: 36.86635944700461%;
    z-index: 10;
}

.sec1Wrap .contWrap .bgWrap {
    position:absolute;
    top: 24.88479262672811%;
    width: 48.75vw;
    height: 42.08059981255858%;
}

.sec1Wrap .contWrap .bgWrap .swiper-container {
    width: 100%;
    height: 100%;
}

.sec1Wrap .contWrap .bgWrap .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}

.sec1Wrap .contWrap .bgWrap .swiper-slide {
    width: 40vw;
    height: 50%;
    transition:all 1s;
    /* margin-right: 17.8125vw !important; */
}

.sec1Wrap .contWrap .bgWrap .swiper-slide-active {
    width: 100%;
    height: 100%;
}

.sec1Wrap .contWrap .textWrap {
    position:absolute;
    /* left:calc(50% + 320px); */
    top: 71.50890346766635%;
    z-index: 10;
    width: 53.90625vw;
}

.sec1Wrap .contWrap .textWrap .swiper-slide {
    transition:all 1s;
    opacity: 0 !important;
}

.sec1Wrap .contWrap .textWrap .swiper-slide-active {
    opacity: 1 !important;
}

.sec1Wrap .contWrap .posWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
    position:absolute;
    top: 87.18894009216591%;
}

.sec1Wrap .contWrap .posWrapper .text2Wrap {
    width: 80px;
}

.sec1Wrap .contWrap .posWrapper .text2Wrap .swiper-slide {
    opacity: 0 !important;
    transition:all 1s;
}

.sec1Wrap .contWrap .posWrapper .text2Wrap .swiper-slide-active {
    opacity: 1 !important;
}

.sec1Wrap .contWrap .posWrapper .posWrap {
    display: flex;
    align-items: center;
    gap:0 40px;
}

.sec1Wrap .contWrap .posWrapper .posWrap a {
    width: 13px;
    height: 13px;
    border-radius:100%;
    transition:all 1s;
    border:1px solid #897d76;
}

.sec1Wrap .contWrap .posWrapper .posWrap a.active {
    background-color: #897d76;
}

.sec2Wrap {
    /* height: 980px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2Wrap .listWrap {
    display: flex;
    flex-flow: column;
    width: 100%;
    /* height: 100%; */
    padding:30px;
    gap:30px 0;
}

.sec2Wrap .listWrap li {
    flex:1;
    display: flex;
    position:relative;
    align-items: center;
    justify-content: center;
    /* border-right: 1px solid #ebebeb; */
}

.sec2Wrap .listWrap li:last-child {
    border-right:none;
}

.sec2Wrap .listWrap li img {
    transition:all 1s;
}

.sec2Wrap .listWrap li img:first-child {
    display: none;
}

.sec2Wrap .listWrap li img:last-child {
    /* position:absolute; */
}

/* .sec2Wrap .listWrap li:not(:hover) img:last-child,
.sec2Wrap .listWrap li:hover img:first-child {
    opacity: 0;
} */

.sec3Wrap {
    background: url(../images/main/bg_sec3.png) no-repeat center/cover;
}

.sec3Wrap .contWrap {
    position:absolute;
    top:0;
    left:0;
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 100%;
    height: 100%;
    width: 100%;
    /* padding:0 10.15625vw; */
}

.sec3Wrap .contWrap>* {
    position:absolute;
}

.sec3Wrap .contWrap .text1 {
    top: 11.381618989653074%;
}

.sec3Wrap .contWrap .text2 {
    top: 17.77236762020694%;
}

.sec3Wrap .contWrap .text3 {
    top: 23.858794887401096%;
}

.sec3Wrap .contWrap .text4 {
    top: 27.997565429093125%;
}

.sec3Wrap .contWrap .text5 {
    top: 31.34510042604991%;
}

.sec3Wrap .contWrap .btnsWrap {
    display: flex;
    align-items: center;
    gap: 0 2.03125vw;
    top: 39.56177723676202%;
}

.sec3Wrap .contWrap .image1 {
    top: 49.117468046256846%;
}

.sec4Wrap {
    position:relative;
}

.sec4Wrap .contWrap {
    position:absolute;
    top:0;
    left:0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding:0 11.71875vw;
    width: 100%;
    height: 100%;
}

.sec4Wrap .text1 {
    position:absolute;
    top:19.101123595505616%;
}

.sec4Wrap .brandBtn {
    position:absolute;
    top:46.06741573033708%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4Wrap .brandBtn .b1 {
    animation:rotateLoop 5s infinite linear;
}

.sec4Wrap .brandBtn .b2 {
    position:absolute;
}