@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secHero{
    height: 100vh;
    min-height: 929px;
    max-height: 1100px;
    background: url(../img/index/bgHero.jpg) center top / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.secHero .icon{
    position: absolute;
    top:0;
    right: calc(50% - 695px);
}
@media only screen and (max-width:767px){
    .secHero{
        height: 146.667vw;
        min-height: auto;
        max-height: none;
        background: url(../img/index/bgHero_sp.jpg) center top / cover no-repeat;
    }
    .secHero .heroTit{
        width: 73.07vw;
    }
    .secHero .icon{
        width: 71px;
        top:unset;
        bottom: -16px;
        right: 4%;
    }
}

/* secPickup */
.secPickup{
    background: #efefef;
    padding: 51px 0 100px;
    overflow: hidden;
}
.secPickup .wrapper{
    width: 760px;
    margin: 0 auto;
}
.secPickup .iconSpan{
    position: relative;
}
.secPickup .iconSpan::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    right: -20px;
    top: 8px;
    background: #444;
}
.secPickup .boxSlider{
    margin-top: 36px;
    position: relative;
}
.secPickup .swiper{
    overflow: visible;
}
.secPickup .swiper-slide{
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}
.secPickup .innerLink{
    display: block;
    padding-top: 39.474%;
}
/* swiper-button */
.secPickup .swiper-button-prev, .secPickup .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 0;
    top: calc(50% - 30px);
}
.secPickup .swiper-button-prev{
    left: -30px;
}
.secPickup .swiper-button-next{
    right: -30px;
}
.secPickup .swiper-button-prev.lazyloaded{
    background: url(../img/common/iconArrowPrev03.gif) center center / 9px auto no-repeat #000;
}
.secPickup .swiper-button-next.lazyloaded{
    background: url(../img/common/iconArrowNext03.gif) center center / 9px auto no-repeat #000;
}
.secPickup .swiper-button-prev::after,
.secPickup .swiper-button-next::after{
	display: none;
}
.secPickup .spBnr{
    display: none;
}
@media only screen and (max-width:767px){
    .secPickup{
        padding: 30px 0 20px;
    }
    .secPickup .wrapper{
        width: 81.067%;
    }
    .secPickup .titEng{
        display: none;
    }
    .secPickup .boxSlider{
        margin-top: 0;
    }
    .secPickup .innerLink{
        padding-top: 39.474%;
    }
    /* swiper-button */
    .secPickup .swiper-button-prev, .secPickup .swiper-button-next{
        width: 25px;
        height: 25px;
        top: calc(50% - 12.5px);
    }
    .secPickup .swiper-button-prev{
        left: -12.5px;
    }
    .secPickup .swiper-button-next{
        right: -12.5px;
    }
    .secPickup .swiper-button-prev.lazyloaded{
        background-size: 5px auto;
    }
    .secPickup .swiper-button-next.lazyloaded{
        background-size: 5px auto;
    }
    /* bnr */
    .secPickup .spBnr{
        display: flex;
        margin-top: 32px;
    }
    .secPickup .bnrInner{
        display: block;
        width: calc(50% - 2.5px);
        overflow: hidden;
    }
    .secPickup .bnrInner:nth-child(2){
        margin-left: 5px;
    }
    .secPickup .innerLink.reserve{
        border-radius: 0 10px 10px 0;
    }
    .secPickup .innerLink.member{
        border-radius: 10px 0 0 10px;
    }
}

/* secPerformanceSearch */
.secPerformanceSearch{
    background: linear-gradient( 90deg, rgb(45,142,228) 0%, rgb(40,184,246) 100%);
    overflow: hidden;
}
.secPerformanceSearch .boxPerformance{
    height: 609px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.secPerformanceSearch .txtPerformance{
    margin-top: 22px;
}
.secPerformanceSearch .boxPerformance.lazyloaded::before,
.secPerformanceSearch .boxPerformance.lazyloaded::after{
    content: "";
    height: 480px;
    background: url(../img/index/bgPerformance01.png?251208) center top no-repeat;
    position: absolute;
    top: 95px;
    z-index: 10;
}
.secPerformanceSearch .boxPerformance.lazyloaded::before{
    width: 494px;
    background: url(../img/index/bgPerformance01.png) center top no-repeat;
    left: calc(50% - 960px);
}
.secPerformanceSearch .boxPerformance.lazyloaded::after{
    width: 490px;
    background: url(../img/index/bgPerformance02.png?251208) center top no-repeat;
    right: calc(50% - 960px);
}
.secPerformanceSearch .boxSearch{
    height: 1180px;
    overflow: hidden;
    position: relative;
}
.secPerformanceSearch .boxSearch.lazyloaded::before{
    content: "";
    width: 1920px;
    height: 2785px;
    background: url(../img/index/bgSearch.png) center top no-repeat;
    position: absolute;
    top: -204px;
    right: calc(50% - 960px);
    z-index: 1;
}
.secPerformanceSearch .wrapper{
    position: relative;
    z-index: 100;
}
.secPerformanceSearch .boxTitSearch{
    padding-top: 67px;
}
.secPerformanceSearch .titSearch02{
    font-size: 27px;
    letter-spacing: 1.5px;
    color: #fff;
    margin-top: 28px;
}
.secPerformanceSearch .boxBnrSearch{
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
    z-index: 100;
}
.secPerformanceSearch .bnrSearch{
    background: #fff;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.secPerformanceSearch .bnrSearch:nth-child(n+2){
    margin-top: 40px;
}
.secPerformanceSearch .boxListArea{
    width: 640px;
    height: 515px;
    position: relative;
}
.secPerformanceSearch .itemArea{
    position: absolute;
    top: 0;
    left: 0;
    transition: filter 0.2s ease-out;
}
.secPerformanceSearch .itemArea:hover{
    filter: brightness(1.1);
}
/* itemArea＋都道府県コード */
.secPerformanceSearch .itemArea44{
    left: 175px;
    top: 165px;
}
.secPerformanceSearch .itemArea45{
    left: 147px;
    top: 313px;
}
.secPerformanceSearch .itemArea38{
    left: 320px;
    top: 95px;
}
.secPerformanceSearch .itemArea37{
    left: 465px;
    top: 45px;
}
.secPerformanceSearch .itemArea40{
    left: 30px;
    top: 65px;
}
.secPerformanceSearch .itemArea41{
    left: 0;
    top: 215px;
}
.secPerformanceSearch .linkArea{
    position: relative;
    text-decoration: none;
    color: inherit;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.secPerformanceSearch .wrapperLinkArea{
    width: 132px;
    height: 121px;
    background: #efdd16;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: inherit;
    border-radius: 4px;
    position: relative;
    z-index: 10;
}
.secPerformanceSearch .arrowArea{
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 59.5px;
    bottom: -16px;
    width: 13px;
    height: 16px;
}
.secPerformanceSearch .itemArea05 .arrowArea{
    left: 100px;
}
.secPerformanceSearch .itemArea06 .arrowArea{
    width: 16px;
    height: 13px;
    left: 132px;
    bottom: 50px;
}
.secPerformanceSearch .arrowArea::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #efdd16;
    left: calc(50% - 6.5px);
    bottom: -16px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.secPerformanceSearch .itemArea06 .arrowArea::before{
    left: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.secPerformanceSearch .titArea{
    font-size: 20px;
    font-weight: bold;
}
.secPerformanceSearch .txtArea{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.secPerformanceSearch .numArea{
    font-size: 24px;
}
.secPerformanceSearch .btnArea{
    font-size: 16px;
    width: 110px;
    height: 36px;
    background: #099fe0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0px 3px #a79a0f;
    margin-top: 5px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .secPerformanceSearch{
        padding-top: 40px;
        overflow: hidden;
    }
    .secPerformanceSearch .boxPerformance{
        height: auto;
        background: none;
        display: block;
    }
    .secPerformanceSearch .txtPerformance{
        width: 94.4%;
        margin: 17px auto 0;
    }
    .secPerformanceSearch .boxPerformance.lazyloaded::before,
    .secPerformanceSearch .boxPerformance.lazyloaded::after{
        display: none;
    }
    .secPerformanceSearch .boxSearch{
        margin-top: 32px;
        padding-bottom: 20px;
        height: auto;
        overflow: visible;
        position: relative;
    }
    .secPerformanceSearch .boxSearch.lazyloaded::before{
        content: "";
        width: 97.867vw;
        height: 130.4vw;
        background: url(../img/index/bgSearch_sp.png) center top / cover no-repeat;
        top: -28vw;
        right: 0;
    }
    .secPerformanceSearch .boxSearch.lazyloaded::after{
        content: "";
        display: block;
        width: 41.867vw;
        height: 27.734vw;
        background: url(../img/index/imgSearchPin.png) center top / cover no-repeat;
        position: absolute;
        top: -8vw;
        right: 0;
        z-index: 1;
    }
    .secPerformanceSearch .boxTitSearch{
        padding-top: 0;
    }
    .secPerformanceSearch .titSearch01{
        width: 185px;
    }
    .secPerformanceSearch .titSearch02{
        font-size: 15px;
        letter-spacing: 0.5px;
        margin-top: 15px;
    }
    .secPerformanceSearch .boxListArea{
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-top: 9.334vw;
    }
    .secPerformanceSearch .itemArea{
        position: static;
        width: 31.884%;
        margin: 5px 2.174% 0 0;
    }
    .secPerformanceSearch .itemArea:nth-child(-n+3){
        margin-top: 0;
    }
    .secPerformanceSearch .itemArea:nth-child(3n){
        margin-right: 0;
    }
    .secPerformanceSearch .wrapperLinkArea{
        width: 100%;
        height: 94px;
        border-radius: 5px;
    }
    .secPerformanceSearch .arrowArea{
        display: none;
    }
    .secPerformanceSearch .titArea{
        font-size: 15px;
    }
    .secPerformanceSearch .txtArea{
        font-size: 14px;
        margin-top: 6px;
    }
    .secPerformanceSearch .numArea{
        font-size: 16px;
    }
    .secPerformanceSearch .btnArea{
        font-size: 12px;
        width: 90px;
        height: 28px;
        border-radius: 14px;
        box-shadow: none;
        margin-top: 6px;
    }
    .secPerformanceSearch .boxBnrSearch{
        position: relative;
        right: 0;
        margin-top: 20px;
    }
    .secPerformanceSearch .bnrSearch{
        box-shadow: none;
        overflow: hidden;
    }
    .secPerformanceSearch .bnrSearch:nth-child(n+2){
        margin-top: 20px;
    }
}

/* secArea */
.secArea{
    margin-top: -322px;
    position: relative;
    z-index: 100;
}
.secArea .areaEngTit{
    text-align: center;
}
.secArea .areaTit{
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
    letter-spacing: 1.5px;
}
/* areaTabList */
.secArea .areaTabList{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 48px;
}
.secArea .areaTabItem{
    width: 14.0625%;
    margin-right: 3.125%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: solid 1px rgba(255, 255, 255, 0.6);
    min-height: 150px;
    border-radius: 3px;
    color: #fff;
}
.secArea .tabInner{
    font-size: 23px;
    text-align: center;
    line-height: 1.12;
}
.secArea .areaTabItem:last-child{
    margin-right: 0;
}
.secArea .spanSmall{
    font-size: 15px;
}
.secArea .areaTabItem.active{
    color: #2d8fe4;
    background: url(../img/index/bgTab.png) center top no-repeat;
    position: relative;
    min-height: 209px;
    padding-bottom: 76px;
    border: none;
    filter: drop-shadow(0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25)); 
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width:767px){
    .secArea{
        background: #efefef;
        margin-top: 0;
        padding-top: 55px;
    }
    .secArea .areaEngTit{
        width: 280px;
        margin: 0 auto;
    }
    .secArea .areaTit{
        font-size: 15px;
        color: #101010;
        margin-top: 14px;
        letter-spacing: 1px;
    }
    /* areaTabList */
    .secArea .areaTabList{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 20px;
        padding-bottom: 0;
    }
    .secArea .areaTabItem{
        width: 30.435%;
        margin-right: 4.3475%;
        padding: 12px 10px 10px;
        border: none;
        min-height: 76px;
        border-radius: 5px;
        color: #2d8fe4;
        background-color: rgb(253, 251, 248);
        box-shadow: 0px 0px 5.76px 0.24px rgba(0, 0, 0, 0.3);
    }
    .secArea .tabInner{
        font-size: 21px;
        line-height: 0.95;
    }
    .secArea .areaTabItem:nth-child(3n){
        margin-right: 0;
    }
    .secArea .areaTabItem:nth-child(n+4){
        margin-top: 15px;
    }
    .secArea .spanSmall{
        font-size: 13px;
    }
    .secArea .areaTabItem.active{
        color: #fff;
        background: #2d8fe4;
        min-height: 76px;
        padding-bottom: 10px;
        clip-path: none;
        filter: none;
    }
    .secArea .iconSelect{
        display: none;
        position: absolute;
        font-size: 11px;
        color: #010101;
        width: 46px;
        padding: 5px 0 6px;
        background: #efdd16;
        left: calc(50% - 23px);
        top: -11px;
        box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.4);
        font-weight: 700;
        text-align: center;
        border-radius: 11px;
    }
    .secArea .active .iconSelect{
        display: block;
    }
}

/* contentItem */
.secArea .contentList{
    background: #efefef;
    margin-top: -20px;
}
.secArea .contentItem{
    display: none;
    padding-bottom: 45px;
}
.secArea .contentItem.show{
    display: block;
}
.secArea .spanLine{
    position: relative;
}
.secArea .spanLine::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #1e88e5;
    right: -20px;
    top: 8px;
}
.secArea .areaCmnTit{
    font-size: 26px;
    margin-top: 15px;
    letter-spacing: 2px;
}
.secArea .btnBox{
    width: 300px;
    margin: 40px auto 0;
}
.secArea .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: #000;
    background: #fff;
    font-size: 14px;
}
.secArea .btnInner.lazyloaded{
    background: url(../img/index/iconAreaArrow.gif) right 20px center / 6px auto no-repeat #fff;
}
@media only screen and (max-width:767px){
    .secArea .contentList{
        margin-top: 0;
    }
    .secArea .contentItem{
        padding-bottom: 25px;
    }
    .secArea .areaCmnBox{
        display: flex;
        flex-flow: column-reverse;
        align-items: center;
    }
    .secArea .areaCmnEng{
        margin-top: 15px;
    }
    .secArea .spanLine::after{
        display: none;
    }
    .secArea .areaCmnTit{
        font-size: 18px;
        margin-top: 0;
        letter-spacing: 1.5px;
    }
    .secArea .btnBox{
        width: 285px;
        margin: 20px auto 0;
    }
    .secArea .btnInner{
        height: 44px;
        border-radius: 22px;
        font-size: 13px;
    }
    .secArea .btnInner.lazyloaded{
        background-position: right 10px center;
    }
}

/* secEventNews */
.secEventNews{
    display: flex;
    padding-top: 79px;
}
@media only screen and (max-width:767px){
    .secEventNews{
        display: block;
        padding-top: 28px;
    }
}
/* secEvent */
.secEvent{
    width: 620px;
}
.secEvent .eventLink{
    display: block;
    padding-top: 87.904%;
}
.secEvent .boxSlider{
    margin-top: 50px;
    position: relative;
}
.secEvent .swiper{
    border-radius: 6px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
/* swiper-button */
.secEvent .swiper-button-prev,.secEvent .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 0;
    top: calc(50% - 25px);
}
.secEvent .swiper-button-prev{
    left: -25px;
}
.secEvent .swiper-button-next{
    right: -25px;
}
.secEvent .swiper-button-prev.lazyloaded{
    background: url(../img/common/iconArrowPrev03.gif) center center / 9px auto no-repeat #000;
}
.secEvent .swiper-button-next.lazyloaded{
    background: url(../img/common/iconArrowNext03.gif) center center / 9px auto no-repeat #000;
}
.secEvent .swiper-button-prev::after,
.secEvent .swiper-button-next::after{
	display: none;
}
@media only screen and (max-width:767px){
    .secEvent{
        width: 100%;
        margin: 0 auto;
    }
    .secEvent .eventLink{
        padding-top: 88.065%;
    }
    .secEvent .boxSlider{
        width: 89.856%;
        margin: 20px auto 0;
    }
    .secEvent .swiper{
        border-radius: 3px;
        box-shadow: none;
    }
    /* swiper-button */
    .secEvent .swiper-button-prev,.secEvent .swiper-button-next{
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
    .secEvent .swiper-button-prev{
        left: -15px;
    }
    .secEvent .swiper-button-next{
        right: -15px;
    }
    .secEvent .swiper-button-prev.lazyloaded,.secEvent .swiper-button-next.lazyloaded{
        background-size: 7px auto;
    }
}
/* secNews */
.secNews{
    width: 600px;
    margin-left: 60px;
}
.secNews .newsList{
    margin-top: 50px;
}
.secNews .newsItem{
    border-bottom: solid 1px #ccc;
}
.secNews .newsItem:first-child{
    border-top: solid 1px #ccc;
}
.secNews .newsLink{
    padding: 19px 38px 20px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    position: relative;
}
.secNews .newsLink::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 0;
    top: calc(50% - 10px);
    border-radius: 50%;
}
.secNews .newsLink.lazyloaded::after{
    background: url(../img/index/iconNewsArrow.gif) center center / 5px auto no-repeat #444;
}
.secNews .newsImg{
    width: 144px;
    height: 96px;
}
.secNews .newsTxtBox{
    width: calc(100% - 164px);
    margin-left: 20px;
}
.secNews .newsTxt{
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.25px;
}
.secNews .newsDate{
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .secNews{
        width: 100%;
        margin: 48px auto 0;
    }
    .secNews .newsList{
        margin-top: 20px;
    }
    .secNews .newsLink{
        padding: 15px 25px 15px 0;
    }
    .secNews .newsImg{
        width: 96px;
        height: 64px;
    }
    .secNews .newsTxtBox{
        width: calc(100% - 106px);
        margin-left: 10px;
    }
    .secNews .newsTxt{
        font-size: 13px;
    }
    .secNews .newsDate{
        font-size: 11px;
        margin-top: 7px;
    }
    .secNews .newsLink::after{
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
    }
    .secNews .newsLink.lazyloaded::after{
        background-image: url(../img/index/iconNewsArrow_sp.gif);
    }
}

/* secRecommended */
.secRecommended{
    margin-top: 85px;
    overflow: hidden;
    padding-bottom: 10px;
}
.secRecommended .boxSlider{
    margin-top: 50px;
    position: relative;
}
.secRecommended .swiper{
    overflow: visible;
}
.secRecommended .recommendLink{
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    background: #fff;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    overflow: hidden;
}
.secRecommended .recommendimg{
    width: 550px;
    padding-top: 32.8125%;
}
.secRecommended .txtBox{
    width: calc(100% - 550px);
    padding: 20px 73px;
    background: #fff;
}
.secRecommended .boxTop{
    border-bottom: solid 1px #ccc;
    padding-bottom: 14px;
}
.secRecommended .txtName{
    font-size: 20px;
    line-height: 1.5;
    color: #1e88e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secRecommended .txtTop{
    font-size: 14px;
    line-height: 1.714;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 67px;
}
.secRecommended .txtAccess{
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    letter-spacing: 0.5px;
}
.secRecommended .spanTime{
    font-size: 22px;
    font-weight: 700;
}
.secRecommended .txtPrice{
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 9px;
    letter-spacing: 1px;
}
.secRecommended .priceNum{
    font-size: 34px;
    color: #1e88e5;
    font-weight: 700;
    vertical-align: -2px;
    padding-right: 3px;
    letter-spacing: normal;
}
.secRecommended .sectionList{
    margin-top: 18px;
    display: flex;
}
.secRecommended th,.secRecommended td{
    background: #444;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    padding: 11px;
    min-width: 100px;
    vertical-align: middle;
    text-align: center;
}
.secRecommended td{
    padding: 11px 18px;
    text-align: right;
    background: #f6f5f3;
    color: #1a1a1a;
}
.secRecommended .sectionNum{
    font-size: 20px;
    font-weight: 700;
    padding-right: 4px;
}
.secRecommended .sectionItem:nth-child(2){
    margin-left: 10px;
}
.secRecommended .txtAddress{
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    margin-top: 18px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secRecommended .categoryList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 17px;
    height: 50px;
    overflow: hidden;
}
.secRecommended .categoryItem{
    font-size: 12px;
    padding: 4px 10px 5px;
    background: #444444;
    color: #fff;
    text-align: center;
    min-width: 69px;
    border-radius: 10px;
}
.secRecommended .categoryItem:nth-child(n+2){
    margin-left: 14px;
}
/* swiper-button */
.secRecommended .swiper-button-prev,.secRecommended .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 0;
    top: calc(50% - 25px);
}
.secRecommended .swiper-button-prev{
    left: -25px;
}
.secRecommended .swiper-button-next{
    right: -25px;
}
.secRecommended .swiper-button-prev.lazyloaded{
    background: url(../img/common/iconArrowPrev03.gif) center center / 9px auto no-repeat #000;
}
.secRecommended .swiper-button-next.lazyloaded{
    background: url(../img/common/iconArrowNext03.gif) center center / 9px auto no-repeat #000;
}
.secRecommended .swiper-button-prev::after,
.secRecommended .swiper-button-next::after{
	display: none;
}
@media only screen and (max-width:767px){
    .secRecommended{
        margin-top: 46px;
    }
    .secRecommended .boxSlider{
        margin-top: 20px;
    }
    .secRecommended .recommendLink{
        display: block;
    }
    .secRecommended .recommendimg{
        width: 100%;
        padding-top: 76.364%;
    }
    .secRecommended .txtBox{
        width: 100%;
        padding: 15px 25px 20px;
    }
    .secRecommended .txtName{
        font-size: 18px;
    }
    .secRecommended .txtTop{
        font-size: 12px;
        line-height: 1.83;
        margin-top: 8px;
        max-height: 64px;
    }
    .secRecommended .txtAccess{
        font-size: 12px;
        margin-top: 4px;
    }
    .secRecommended .spanTime{
        font-size: 20px;
    }
    .secRecommended .txtPrice{
        font-size: 13px;
    }
    .secRecommended .priceNum{
        font-size: 30px;
    }
    .secRecommended .sectionList{
        margin-top: 8px;
    }
    .secRecommended .sectionItem{
        width: 50%;
        height: auto;
    }
    .secRecommended .sectionItem:nth-child(2){
        margin-left: 0;
    }
    .secRecommended table,.secRecommended tr{
        width: 100%;
        height: 100%;
    }
    .secRecommended th,.secRecommended td{
        line-height: 1.38;
        padding: 6px 2px 8px;
        min-width: 0;
        width: 50%;
    }
    .secRecommended td{
        padding: 6px 2px 8px;
        text-align: center;
    }
    .secRecommended .txtAddress{
        font-size: 13px;
        margin-top: 14px;
    }
    .secRecommended .categoryList{
        margin-top: 16px;
    }
    .secRecommended .categoryItem:nth-child(n+2){
        margin-left: 5px;
    }
    /* swiper-button */
    .secRecommended .swiper-button-prev,.secRecommended .swiper-button-next{
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
    .secRecommended .swiper-button-prev{
        left: -11px;
    }
    .secRecommended .swiper-button-next{
        right: -11px;
    }
    .secRecommended .swiper-button-prev.lazyloaded{
        background-size: 7px auto;
    }
    .secRecommended .swiper-button-next.lazyloaded{
        background-size: 7px auto;
    }
}

/* secInfo */
.secInfo{
    margin-top: 85px;
}
.secInfo .infoList{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.secInfo .infoItem{
    width: 48.4375%;
    margin-right: 3.125%;
    background: #fff;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
}
.secInfo .infoItem:nth-child(2n){
    margin-right: 0;
}
.secInfo .infoItem:nth-child(n+3){
    margin-top: 40px;
}
.secInfo .infoLink{
    color: #000;
    text-decoration: none;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    display: block;
    overflow: hidden;
}
.secInfo .infoImg{
    width: 550px;
    padding-top: 420px;
    margin: 35px auto 0;
}
.secInfo .txtBox{
    width: 100%;
    padding: 30px 63px 34px;
    background: #fff;
}
.secInfo .boxTop{
    border-bottom: solid 1px #ccc;
    padding-bottom: 16px;
}
.secInfo .txtName{
    font-size: 20px;
    line-height: 1.5;
    color: #1e88e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secInfo .txtTop{
    font-size: 14px;
    line-height: 1.714;
    margin-top: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
}
.secInfo .txtAccess{
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    letter-spacing: 0.5px;
}
.secInfo .spanTime{
    font-size: 22px;
    font-weight: 700;
}
.secInfo .txtPrice{
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
    letter-spacing: 1px;
}
.secInfo .priceNum{
    font-size: 34px;
    color: #1e88e5;
    font-weight: 700;
    vertical-align: -2px;
    padding-right: 5px;
    letter-spacing: normal;
}
.secInfo .txtAddress{
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    margin-top: 1px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secInfo .categoryList{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 17px;
    height: 21px;
    overflow: hidden;
}
.secInfo .categoryItem{
    font-size: 12px;
    padding: 4px 10px 5px;
    background: #444444;
    color: #fff;
    text-align: center;
    min-width: 69px;
    border-radius: 10px;
}
.secInfo .categoryItem:nth-child(n+2){
    margin-left: 11px;
}
.secInfo .bg01{background: #1e88e5;}
.secInfo .bg02{background: #444444;}
.secInfo .bg03{
    background: #f1ea36;
    color: #1a1a1a;
}
@media only screen and (max-width:767px){
    .secInfo{
        margin-top: 38px;
    }
    .secInfo .infoList{
        margin-top: 20px;
    }
    .secInfo .infoItem{
        width: calc(50% - 6.5px);
        margin-right: 13px;
    }
    .secInfo .infoItem:nth-child(n+3){
        margin-top: 15px;
    }
    .secInfo .infoLink{
        text-align: left;
        border-radius: 3px 3px 6px 6px;
    }
    .secInfo .infoImg{
        width: 100%;
        margin-top: 0;
        padding-top: 76.364%;
    }
    .secInfo .txtBox{
        width: 100%;
        padding: 8px 13px 20px;
    }
    .secInfo .boxTop {
        padding-bottom: 10px;
    }
    .secInfo .txtName{
        font-size: 14px;
    }
    .secInfo .txtTop{
        display: none;
    }
    .secInfo .txtAccess{
        font-size: 11px;
        line-height: 1.63;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; 
        max-height: 36px;
        white-space: normal;
        margin-top: 6px;
    }
    .secInfo .spanTime{
        font-size: 11px;
        color: #000;
    }
    .secInfo .txtPrice{
        font-size: 11px;
        line-height: 1.4;
        letter-spacing: normal;
    }
    .secInfo .priceNum{
        font-size: 22px;
    }
    .secInfo .txtAddress{
        font-size: 11px;
        margin-top: 3px;
    }
    .secInfo .categoryList{
        display: none;
    }
    .secInfo .categoryItem{
        font-size: 10px;
        padding:5px;
        margin-top: 5px;
        min-width: 0;
    }
    .secInfo .categoryItem:nth-child(n+2){
        margin-left: 6px;
    }
}
@media only screen and (max-width:350px){
    .secInfo .categoryItem{
        padding:4px;
    }
}
/* secSpecial */
.secSpecial{
    background: #efefef;
    padding: 45px 0 26px;
    overflow: hidden;
}
.secSpecial .spanLine{
    position: relative;
}
.secSpecial .spanLine::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #1e88e5;
    right: -20px;
    top: 8px;
}
.secSpecial .specialTit{
    font-size: 26px;
    margin-top: 15px;
    letter-spacing: 1px;
}
.secSpecial .wrapper{
    width: 760px;
    margin: 0 auto;
}
.secSpecial .boxSlider{
    margin-top: 51px;
    position: relative;
}
.secSpecial .swiper{
    overflow: visible;
}
.secSpecial .swiper-slide{
    border-radius: 3px;
    overflow: hidden;
}
.secSpecial .innerLink{
    display: block;
    text-decoration: none;
    color: #000;
}
.secSpecial .img{
    padding-top: 39.474%;
}
.secSpecial .tit{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 26px;
    color: #1e88e5;
    letter-spacing: 0.5px;
}
.secSpecial .txt{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 12px;
}
/* swiper-button */
.secSpecial .swiper-button-prev, .secSpecial .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 0;
    top: 126px;
}
.secSpecial .swiper-button-prev{
    left: -30px;
}
.secSpecial .swiper-button-next{
    right: -30px;
}
.secSpecial .swiper-button-prev.lazyloaded{
    background: url(../img/common/iconArrowPrev03.gif) center center / 9px auto no-repeat #000;
}
.secSpecial .swiper-button-next.lazyloaded{
    background: url(../img/common/iconArrowNext03.gif) center center / 9px auto no-repeat #000;
}
.secSpecial .swiper-button-prev::after,
.secSpecial .swiper-button-next::after{
	display: none;
}
@media only screen and (max-width:767px){
    .secSpecial{
        padding: 23px 0 30px;
    }
    .secSpecial .titBox{
        display: flex;
        flex-flow: column-reverse;
        text-align: center;
    }
    .secSpecial .specialTit{
        font-size: 18px;
        margin-top: 0;
        letter-spacing: 1.5px;
    }
    .secSpecial .specialEng{
        margin-top: 15px;
    }
    .secSpecial .spanLine::after{
        display: none;
    }
    .secSpecial .wrapper{
        width: 81.067%;
    }
    .secSpecial .titEng{
        display: none;
    }
    .secSpecial .boxSlider{
        margin-top: 20px;
    }
    .secSpecial .img{
        padding-top: 39.474%;
    }
    .secSpecial .tit{
        font-size: 13px;
        margin-top: 12px;
    }
    .secSpecial .txt{
        display: none;
    }
    /* swiper-button */
    .secSpecial .swiper-button-prev, .secSpecial .swiper-button-next{
        width: 25px;
        height: 25px;
        top: 12.8vw;
    }
    .secSpecial .swiper-button-prev{
        left: -12.5px;
    }
    .secSpecial .swiper-button-next{
        right: -12.5px;
    }
    .secSpecial .swiper-button-prev.lazyloaded{
        background-size: 5px auto;
    }
    .secSpecial .swiper-button-next.lazyloaded{
        background-size: 5px auto;
    }
}


/* secBnrReserve */
.secBnrReserve{
    background: #efefef;
    padding: 70px 0 126px;
}
.secBnrReserve .bnrInner{
    display: block;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25); 
}
@media only screen and (max-width:767px){
    .secBnrReserve{
        padding: 16px 0 50px;
    }
}


/* secConcept */
.secConcept .conceptList{
    display: flex;
    flex-wrap: wrap;
}
.secConcept .conceptItem{
    width: calc(50% - 0.5px);
}
/* .secConcept .conceptItem:first-child{
    width: 100%;
} */
.secConcept .conceptItem:nth-child(2n){
    margin-right: 1px;
}
.secConcept .conceptItem:nth-child(n+2){
    margin-top: 0px;
}
.secConcept .conceptInner{
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    color: #fff;
}
.secConcept .txtBox{
    position: absolute;
    z-index: 10;
    bottom: 100px;
    left: 5.2%;
}
.secConcept .conceptItem:nth-child(n+2) .txtBox{
    left: 10.5%;
}
.secConcept .txtImg{
    margin-top: 27px;
}
.secConcept .subTit{
    font-size: 22px;
    margin-top: 27px;
}
.secConcept .txt{
    font-size: 36px;
    line-height: 1.4;
    margin-top: 20px;
}
.secConcept .btnTxt{
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
    position: relative;
}
.secConcept .btnTxt::after{
    position: absolute;
    content: "";
    width: 163px;
    height: 12px;
    right: -172px;
    top: calc(50% - 4px);
}
.secConcept .btnTxt.lazyloaded::after{
    background: url(../img/index/iconObsession.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secConcept .conceptList{
        display: block;
    }
    .secConcept .conceptItem{
        width: 100%;
        margin-top: 1px;
    }
    .secConcept .conceptItem:first-child{
        width: 100%;
    }
    .secConcept .conceptItem:nth-child(2n){
        margin-right: 0;
    }
    .secConcept .txtBox{
        bottom: 30px;
        left: 6.5%;
    }
    .secConcept .conceptItem:nth-child(n+2) .txtBox{
        left: 6.5%;
    }
    .secConcept .nmberImg{
        width: 38px;
    }
    .secConcept .conceptItem:nth-child(2) .nmberImg{
        width: 40px;
    }
    .secConcept .conceptItem:nth-child(3) .nmberImg{
        width: 40px;
    }
    .secConcept .conceptItem:nth-child(4) .nmberImg{
        width: 40px;
    }
    .secConcept .conceptItem:nth-child(5) .nmberImg{
        width: 40px;
    }
    .secConcept .txtImg{
        width: 108px;
        margin-top: 15px;
        text-shadow: 0px 0px 9.5px rgba(0, 0, 0, 0.5);
    }
    .secConcept .conceptItem:nth-child(2) .txtImg{
        width: 181px;
    }
    .secConcept .conceptItem:nth-child(3) .txtImg{
        width: 166px;
    }
    .secConcept .conceptItem:nth-child(4) .txtImg{
        width: 134px;
    }
    .secConcept .conceptItem:nth-child(5) .txtImg{
        width: 99px;
    }
    .secConcept .subTit{
        font-size: 12px;
        line-height: 2.16;
        margin-top: 9px;
        text-shadow: 0px 0px 9.5px rgba(0, 0, 0, 0.5);
    }
    .secConcept .txt{
        font-size: 17px;
        line-height: 1.88;
        margin-top: 0;
        text-shadow: 0px 0px 9.5px rgba(0, 0, 0, 0.5);
    }
    .secConcept .btnTxt{
        margin-top: 18px;
        font-size: 12px;
    }
    .secConcept .btnTxt::after{
        width: 88px;
        height: 12px;
        right: -95px;
        top: calc(50% - 6px);
    }
    .secConcept .btnTxt.lazyloaded::after{
        background: url(../img/index/iconObsession_sp.png) center top / cover;
    }
}
/* secCompany */
.secCompany{
    margin-top: 1px;
    position: relative;
}
.secCompany .boxCover{
    position: relative;
    height: 500px;
}
.secCompany .boxSlider{
    position: absolute;
    width: 1920px;
    top: 0;
    left: calc(50% - 960px);
}
.secCompany .img{
    width: 100%;
    height: 0;
    padding-top: 26.042%;
} 
.secCompany .centerBox{
    padding-top: 120px;
    position: relative;
    z-index: 10;
    text-align: center;
}
.secCompany .topTit{
   font-size: 16px;
   color: #fff;
   margin-top: 20px;
   letter-spacing: 2px;
}
.secCompany .txtImg{
    margin-top: 64px;
}
.secCompany .mainBox{
    padding-top: 300px;
    position: relative;
}
.secCompany .leftImg{
    position: absolute;
    top: 103px;
    left: calc(50% - 960px);
}
.secCompany .txtBox{
    position: relative;
    z-index: 10;
}
.secCompany .mainTit{
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 2;
}
.secCompany .txt{
    font-size: 17px;
    line-height: 2.7;
    margin-top: 15px;
    letter-spacing: 1px;
}
.secCompany .txt.mt45{
    margin-top: 45px;
}
.secCompany .rightImg{
    position: absolute;
    bottom: -45px;
    right: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .secCompany{
        margin-top: 1px;
        position: relative;
    }
    .secCompany .boxCover{
        height: 80vw;
    }
    .secCompany .boxSlider{
        width: 100%;
        top: 0;
        left: 0;
    }
    .secCompany .img{
        padding-top: 80%;
    } 
    .secCompany .centerBox{
        padding-top: 22vw;
    }
    .secCompany .centeImg{
        width: 139px;
        margin: 0 auto;
    }
    .secCompany .topTit{
       font-size: 15px;
       color: #1b567c;
       margin-top: 15px;
       letter-spacing: 2px;
    }
    .secCompany .txtImg{
        width: 85px;
        margin: -2vw 4% 0 auto;
    }
    .secCompany .mainBox{
        padding-top: 0;
        margin-top: -74px;
        z-index: 10;
    }
    .secCompany .leftImg{
        position: static;
        width: 68.116%;
        margin-left: -4%;
    }
    .secCompany .txtBox{
        margin-top: 15px;
    }
    .secCompany .mainTit{
        font-size: 22px;
        letter-spacing: 2px;
        line-height: 2.09;
    }
    .secCompany .txt{
        font-size: 13px;
        line-height: 1.84;
        margin-top: 17px;
        letter-spacing: normal;
    }
    .secCompany .txt.mt45{
        margin-top: 24px;
    }
    .secCompany .rightImg{
        display: none;
    }
}
@media only screen and (max-width:369px){
    .secCompany .txtImg{
        margin: -7vw 0 0 auto;
        width: 75px;
    }
    .secCompany .mainTit{
        letter-spacing: 1px;
    }
    .secCompany .txt{
        font-size: 12px;
    }
}
/* secRecrult */
.secRecrult{
    margin-top: 143px;
    height: 290px;
    position: relative;
}
.secRecrult .leftImg{
    position: absolute;
    top: 0;
    left: calc(50% - 970px);
}
.secRecrult .rightImg{
    position: absolute;
    top: 0;
    right: calc(50% - 970px);
}
@media only screen and (max-width:767px){
    .secRecrult{
        margin-top: 35px;
        height: auto;
    }
    .secRecrult .leftImg{
        position: static;
    }
    .secRecrult .rightImg{
        position: static;
        margin-top: 15px;
    }
}
/* secStaff */
.secStaff{
    margin-top: 150px;
}
.secStaff .staffTop{
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.secStaff .staffTop.lazyloaded{
    background: url(../img/index/bgStaff.jpg) center top / cover;
}
.secStaff .topImg{
    text-align: center;
}
.secStaff .topTit{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 30px;
}
.secStaff .txt{
    font-size: 18px;
    line-height: 1.89;
    letter-spacing: 1px;
    margin-top: 23px;
}
.secStaff .boxSlider{
    overflow: hidden;
    background: #efefef;
    padding: 45px 0 100px;
}
.secStaff .swiper{
    width: 1320px;
    overflow: visible;
}
.secStaff .swiper-slide{
    width: 100%;
    height: auto;
}
.secStaff .boxSlider.disabled .swiper-wrapper{
    justify-content: center;
}
.secStaff .boxSlider.disabled .swiper-slide{
    width: 420px;
    margin-right: 30px;
}
.secStaff .boxSlider.disabled .swiper-slide:last-child{
    margin-right: 0;
}
.secStaff .inner{
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.secStaff .img{
    width: 100%;
    height: 0;
    padding-top: 59.524%;
}
.secStaff .txtBox{
    flex-grow: 1;
    padding: 22px 20px 36px;
    background: #fff;
    text-align: center;
}
.secStaff .name{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secStaff .staffTxt{
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secStaff .iconStaff{
    position: absolute;
    left: 0;
    top: calc(50% - 8.5px);
    color: #fff;
    background: #099fe0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secStaff .pageBox{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.secStaff .swiper-button-prev,
.secStaff .swiper-button-next{
	width: 25px;
	height: 25px;
	border-radius: 30px;
    margin-top: 0;
    position: static;
}
.secStaff .swiper-button-next{
    margin: 0;
}
.secStaff .swiper-button-prev.lazyloaded{
    background: url(../img/common/iconPrevtap.png) center center no-repeat #000;
    background-size: 5px 7px;
}
.secStaff .swiper-button-next.lazyloaded{
    background: url(../img/common/iconNexttap.png) center center no-repeat #000;
    background-size: 5px 7px;
}
.secStaff .swiper-button-prev::after,
.secStaff .swiper-button-next::after{
	display: none;
}
.secStaff .swiper-pagination{
    position: static;
    font-size: 20px;
    font-weight: bold;
    font-size: 0;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    width: auto;
}
.secStaff .swiper-pagination::before{
    content: "";
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateY(3px) rotate(30deg);
}
.secStaff .swiper-pagination-current{
    font-size: 13px;
    margin-left: 10px;
}
.secStaff .swiper-pagination-total{
    font-size: 13px;
}
.secStaff .swiper-pagination-total{
    padding: 12px 9px 0 12px;
}
.secStaff .btnBox{
    width: 300px;
    margin: 30px auto 0;
}
.secStaff .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: #000;
    background: #fff;
}
.secStaff .btnTxt{
    font-size: 14px;
}
.secStaff .btnInner.lazyloaded{
    background: url(../img/common/iconPagerArrow02.gif) right 18px center / 6px auto no-repeat #fff;
}
@media only screen and (max-width:767px){
    .secStaff{
        margin-top: 50px;
    }
    .secStaff .staffTop{
        height: 50vw;
    }
    .secStaff .staffTop.lazyloaded{
        background: url(../img/index/bgStaff_sp.jpg) center top / cover;
    }
    .secStaff .topImg{
        width: 82px;
        margin: 0 auto;
    }
    .secStaff .topTit{
        font-size: 15px;
        margin-top: 15px;
        letter-spacing: normal;
    }
    .secStaff .txt{
        font-size: 12px;
        line-height: 1.83;
        margin-top: 15px;
        letter-spacing: normal;
    }
    .secStaff .boxSlider{
        padding: 30px 0 30px;
    }
    .secStaff .swiper{
        width: 84%;
        margin: 0 auto;
    }
    .secStaff .img{
        padding-top: 59.683%;
    }
    .secStaff .txtBox{
        padding: 17px 15px 27px;
    }
    .secStaff .name{
        font-size: 18px;
        line-height: 1.5;
    }
    .secStaff .staffTxt{
        padding-left: 20px;
        margin-top: 10px;
    }
    .secStaff .iconStaff{
        left: 0;
    }
    .secStaff .pageBox{
        display: block;
        margin-top: 0;
    }
    .secStaff .boxSlider.disabled .swiper-slide{
        width: 100%;
        margin-right: 0;
    }
    .secStaff .swiper-button-prev,
    .secStaff .swiper-button-next{
        position: absolute;
        top: calc(50% - 12.5px);
        width: 25px;
        height: 25px;
        border-radius: 30px;
        margin-top: 0;
    }
    .secStaff .swiper-button-prev{
        left: -12.5px;
    }
    .secStaff .swiper-button-next{
        right: -12.5px;
    }
    .secStaff .swiper-button-prev.lazyloaded{
        background: url(../img/common/iconPrevtap_sp.png) center center no-repeat #000;
        background-size: 7px 9px;
    }
    .secStaff .swiper-button-next.lazyloaded{
        background: url(../img/common/iconNexttap_sp.png) center center no-repeat #000;
        background-size: 7px 9px;
    }
    .secStaff .swiper-pagination{
        display: none;
    }
    .secStaff .btnBox{
        width: 76%;
        margin: 28px auto 0;
    }
    .secStaff .btnInner{
        height: 44px;
        border-radius: 22px;
    }
    .secStaff .btnTxt{
        font-size: 13px;
    }
    .secStaff .btnInner.lazyloaded{
        background: url(../img/common/iconPagerArrow02.gif) right 18px center / 6px auto no-repeat #fff;
    }
}
/* secBlog */
.secBlog{
    margin-top: 150px;
}
.secBlog.column{
    margin-top: 143px;
}
.secBlog .flexBox{
    display: flex;
    justify-content: space-between;
}
.secBlog .titImg{
    display: inline-block;
    position: relative;
}
.secBlog .titImg::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: calc(50% - 0.5px);
    right: -20px;
    background: #1e88e5;
}
.secBlog .mainTit{
    font-size: 26px;
    margin-top: 15px;
}
.secBlog .btnBox{
    width: 300px;
    margin-top: 17px;
}
.secBlog .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: #000;
}
.secBlog .btnInner.lazyloaded{
    background: url(../img/common/iconPagerArrow02.gif) right 18px center / 6px auto no-repeat #fff;
}
.secBlog .btnTxt{
    font-size: 14px;
}
.secBlog .blogList{
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
}
.secBlog .blogItem{
    width: 22.65625%;
    margin-right: 3.125%;
}
.secBlog .blogItem:nth-child(4n){
    margin-right: 0;
}
.secBlog .blogItem:nth-child(n+5){
    margin-top: 3.125%;
}
.secBlog .blogInner{
    display: block;
    text-decoration: none;
    color: #000;
}
.secBlog .img{
    width: 100%;
    height: 0;
    padding-top: 75.863%;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    overflow: hidden;
}
.secBlog .txtBox{
    padding: 16px 10px 0 0;
}
.secBlog .tit{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secBlog .txt{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 56px;
}
@media only screen and (max-width:767px){
    .secBlog{
        margin-top: 53px;
        padding-bottom: 70px;
        position: relative;
    }
    .secBlog.column{
        margin-top: 50px;
    }
    .secBlog .flexBox{
        display: block;
        text-align: center;
    }
    .secBlog .titImg{
        width: 70px;
        margin: 0 auto;
    }
    .secBlog.column .titImg{
        width: 120px;
    }
    .secBlog .titImg::after{
        display: none;
    }
    .secBlog .mainTit{
        font-size: 15px;
        margin-top: 15px;
        text-align: center;
    }
    .secBlog .btnBox{
        width: 82.609%;
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: calc(50% - 41.3045%);
    }
    .secBlog .btnInner{
        height: 44px;
        border-radius: 22px;
    }
    .secBlog .btnInner.lazyloaded{
        background: url(../img/common/iconPagerArrow02.gif) right 18px center / 6px auto no-repeat #fff;
    }
    .secBlog .btnTxt{
        font-size: 13px;
    }
    .secBlog .blogList{
        margin-top: 20px;
    }
    .secBlog .blogItem{
        width: 47.827%;
        margin-right: 4.346%;
    }
    .secBlog .blogItem:nth-child(2n){
        margin-right: 0;
    }
    .secBlog .blogItem:nth-child(n+5){
        margin-top: 25px;
    }
    .secBlog .blogItem:nth-child(n+3){
        margin-top: 25px;
    }
    .secBlog .img{
        padding-top: 75.758%;
    }
    .secBlog .txtBox{
        padding: 10px 5px 0 0;
    }
    .secBlog .tit{
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }
    .secBlog .txt{
        font-size: 13px;
        line-height: 1.69;
        margin-top: 8px;
        max-height: 44px;
    }
}

#footer{
    margin-top: 90px;
}
@media only screen and (max-width:767px){
    #footer{
        margin-top: 50px;
    }
}

/* .secBigBg.lazyloaded{
    background: url(../img/index/bgBigBack.gif) repeat;
    padding-bottom: 100px;
}
@media only screen and (max-width:767px){
    .secBigBg.lazyloaded{
        background: none;
        padding-bottom: 0;
    }
} */
/* secPlan */
/* .secPlan{
    padding: 130px 0 90px;
}
.secPlan .titBox{
    position: relative;
}
.secPlan .topTit{
    position: relative;
    display: inline-block;
}
.secPlan .topTit::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: calc(50% - 0.5px);
    right: -20px;
    background: #1e88e5;
}
.secPlan .mainTit{
    font-size: 50px;
    line-height: 1.6;
    margin-top: -2px;
}
.secPlan .topTxt{
    font-size: 20px;
    line-height: 2;
    margin-top: 15px;
}
.secPlan .imgBox{
    position: absolute;
    right: calc(50% - 960px);
    bottom: -95px;
    z-index: 10;
}
.secPlan .styleBox{
    margin-top: 45px;
    padding-top: 45px;
    position: relative;
}
.secPlan .styleBox::after{
    position: absolute;
    content: "";
    width: 1460px;
    height: 1038px;
    top: 0;
    left: calc(50% - 960px);
    background: #202124;
}
.secPlan .styleInner{
    position: relative;
    z-index: 10;
}
.secPlan .imgTit{
    position: relative;
    display: inline-block;
}
.secPlan .imgTit::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: calc(50% - 0.5px);
    right: -20px;
    background: #fff;
}
.secPlan .styleTit{
    font-size: 26px;
    margin-top: 11px;
    color: #fff;
}
.secPlan .styleList{
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.secPlan .styleItem{
    width: 48.4375%;
    margin-right: 3.125%;
}
.secPlan .styleItem:nth-child(2){
    margin-right: 0;
}
.secPlan .styleItem:nth-child(3){
    width: 100%;
    margin-right: 0;
    margin-top: 3.125%;
}
.secPlan .img{
    border-radius: 3px;
    overflow: hidden;
}
@media only screen and (max-width:767px){
    .secPlan{
        padding: 50px 0 0;
    }
    .secPlan .topTit{
        width: 107px;
    }
    .secPlan .topTit::after{
        display: none;
    }
    .secPlan .mainTit{
        font-size: 24px;
        line-height: 1.67;
        margin-top: 6px;
    }
    .secPlan .topTxt{
        font-size: 13px;
        line-height: 2.15;
        margin-top: 10px;
    }
    .secPlan .imgBox{
        display: none;
    }
    .secPlan .styleBox{
        margin-top: 22px;
        padding: 40px 0 20px;
    }
    .secPlan .styleBox::after{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .secPlan .imgTit{
        width: 81px;
    }
    .secPlan .imgTit::after{
        display: none;
    }
    .secPlan .styleTit{
        font-size: 22px;
        margin-top: 14px;
    }
    .secPlan .styleList{
        margin-top: 30px;
    }
    .secPlan .styleItem{
        width: 49.334%;
        margin-right: 1.332%;
    }
    .secPlan .styleItem:nth-child(2){
        margin-right: 0;
    }
    .secPlan .styleItem:nth-child(3){
        width: 89.334%;
        margin: 35px auto 0;
    }
    .secPlan .img{
        border-radius: 10px;
    }
    .secPlan .styleItem:nth-child(1) .img{
        border-radius: 0 5px 5px 0;
    }
    .secPlan .styleItem:nth-child(2) .img{
        border-radius: 5px 0 0 5px;
    }
    .secPlan .imgTxt{
        font-size: 11px;
        line-height: 1.81;
        margin-top: 10px;
        color: #fff;
        padding: 0 10.666%;
    }
    .secPlan .styleItem:nth-child(3) .imgTxt{
        padding: 0;
    }
}
@media only screen and (max-width:374px){
    .secPlan .imgTxt{
        padding: 0 7%;
    }
}
@media only screen and (max-width:359px){
    .secPlan .imgTxt{
        font-size: 10px;
    }
    .secPlan .mainTit{
        font-size: 21px;
    }
    .secPlan .topTxt{
        font-size: 11px;
    }
} */
/* secDesign */
/* .secDesign{
    padding-top: 43px;
    position: relative;
}
.secDesign::after{
    position: absolute;
    content: "";
    width: 1460px;
    height: calc(100% - 110px);
    left: calc(50% - 960px);
    top: 0;
    background: #202124;
}
.secDesign .bgDesign{
    position: relative;
    z-index: 10;
}
.secDesign .imgTit{
    position: relative;
    display: inline-block;
}
.secDesign .imgTit::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: calc(50% - 0.5px);
    right: -20px;
    background: #fff;
}
.secDesign .topTit{
    font-size: 26px;
    margin-top: 12px;
    color: #fff;
}
.secDesign .boxSlider{
    position: relative;
    margin-top: 34px;
}
.secDesign .swiper-button-prev,
.secDesign .swiper-button-next{
    display: none;
}
.secDesign .swiper-wrapper{
    flex-wrap: wrap;
}
.secDesign .swiper{
    overflow: visible;
}
.secDesign .swiper-slide{
    width: 31.25%;
    margin-right: 3.125%;
    position: relative;
}
.secDesign .swiper-slide:nth-child(3n){
    margin-right: 0;
}
.secDesign .swiper-slide:nth-child(n+4){
    margin-top: 3.125%;
}
.secDesign .designInner{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000000;
    border-radius: 5px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.secDesign .img{
    width: 100%;
    height: 0;
    padding-top: 63.75%;
}
.secDesign .txtBox{
    flex-grow: 1;
    text-align: center;
    background: #fff;
    padding-bottom: 27px;
}
.secDesign .designTit{
    position: relative;
    margin-top: -4px;
}
.secDesign .designTit::after{
    position: absolute;
    content: "";
    width: 77.5%;
    height: 60px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 38.75%);
}
.secDesign .designTit img{
    z-index: 10;
    position: relative;
}
.secDesign .mainTit{
    font-size: 18px;
    margin-top: 23px;
}
.secDesign .btnBox{
    margin-top: 37px;
}
.secDesign .btnTxt{
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 27px;
    position: relative;
    display: inline-block;
}
.secDesign .btnTxt::after{
    position: absolute;
    content: "";
    width: 25px;
    height: 9px;
    right: 2px;
    top: calc(50% - 4.5px);
}
.secDesign .btnTxt.lazyloaded::after{
    background: url(../img/index/iconDesign.gif) center top / cover;
}
@media only screen and (max-width:767px){
    .secDesign{
        padding: 26px 0 30px;
    }
    .secDesign::after{
        width: 100%;
        height: 100%;
        left: 0;
    }
    .secDesign .imgTit{
        width: 60px;
    }
    .secDesign .imgTit::after{
       display: none;
    }
    .secDesign .topTit{
        font-size: 22px;
        margin-top: 14px;
    }
    .secDesign .boxSlider{
        width: 100%;
        margin: 30px auto 0;
    }
    .secDesign .swiper{
        overflow: hidden;
    }
    .secDesign .swiper-wrapper{
        flex-wrap: nowrap;
    }
    .secDesign .swiper-slide{
        width: 100%;
        margin: 0 auto;
    }
    .secDesign .swiper-slide:nth-child(3n){
        margin-right: 0;
    }
    .secDesign .swiper-slide:nth-child(n+4){
        margin-top: 0;
    }
    .secDesign .img{
        padding-top: 63.881%;
    }
    .secDesign .swiper-button-prev::after,
    .secDesign .swiper-button-next::after{
        display: none;
    }
    .secDesign .swiper-button-prev,
    .secDesign .swiper-button-next{
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 0;
        top: calc(50% - 15px);
        border-radius: 50%;
        box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.4);
        background: #fff;
    }
    .secDesign .swiper-button-prev{
        left: -10px;
    }
    .secDesign .swiper-button-next{
        right: -10px;
    }
    .secDesign .swiper-button-prev.lazyloaded{
        background: url(../img/common/iconArrowPrev10.gif) center center / 7px auto no-repeat #fff;
    }
    .secDesign .swiper-button-next.lazyloaded{
        background: url(../img/common/iconArrowNext10.gif) center center / 7px auto no-repeat #fff;
    }
    .secDesign .txtBox{
        padding: 0 7%;
        padding-bottom: 30px;
        text-align: left;
        position: relative;
    }
    .secDesign .designTit{
        display: inline-block;
        position: absolute;
        margin-top: -7px;
    }
    .secDesign .designTit::after{
        width: 125%;
        height: 20px;
        bottom: 10px;
        left: calc(50% - 62.5%);
        border-radius: 3px 3px 0 0;
    }
    .secDesign .designTit img{
        z-index: 10;
        position: relative;
        height: 18px;
        width: auto;
    }
    .secDesign .mainTit{
        font-size: 14px;
        margin-top: 22px;
    }
    .secDesign .btnBox{
        margin-top: 0;
        position: absolute;
        right: 15px;
        bottom: 28px;
    }
    .secDesign .btnTxt{
        font-size: 14px;
        letter-spacing: 1px;
        padding-right: 27px;
        position: relative;
        display: inline-block;
    }
    .secDesign .btnTxt::after{
        position: absolute;
        content: "";
        width: 25px;
        height: 9px;
        right: 2px;
        top: calc(50% - 4.5px);
    }
    .secDesign .btnTxt.lazyloaded::after{
        background: url(../img/index/iconDesign.gif) center top / cover;
    }
} */
/* secGallery */
/* .secGallery{
    padding: 150px 0 100px;
    background: #099fe0;
}
.secGallery .outWrapper{
    position: relative;
}
.secGallery .cmnBoxflex{
    display: flex;
    justify-content: space-between;
}
.secGallery .titcmnImg{
    position: relative;
    display: inline-block;
}
.secGallery .titcmnImg::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: calc(50% - 0.5px);
    right: -20px;
    background: #fff;
}
.secGallery .cmnTit{
    font-size: 26px;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 1px;
}
.secGallery .flexBox{
    display: flex;
    align-items: center;
    padding-top: 13px;
}
.secGallery .swiper-button-prev,
.secGallery .swiper-button-next{
    position: static;
    margin-top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;

}
.secGallery .swiper-button-next{
    margin-left: 0;
}
.secGallery .swiper-button-prev::after,
.secGallery .swiper-button-next::after{
    display: none;
}
.secGallery .swiper-button-prev.lazyloaded{
    background: url(../img/common/iconPagerArrow01_sp.gif) center center / 5px auto no-repeat #fff;
}
.secGallery .swiper-button-next.lazyloaded{
    background: url(../img/common/iconPagerArrow02_sp.gif) center center / 5px auto no-repeat #fff;
}
.secGallery .btncmnBox{
    width: 200px;
    margin-left: 10px;
}
.secGallery .cmnTxt{
    text-decoration: none;
    color: #000;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    position: relative;
    background: #fff;
}
.secGallery .cmnTxt.lazyloaded{
    background: url(../img/common/iconPagerArrow02.gif) right 20px center / 6px auto no-repeat #fff;
}
.secGallery .swiper-pagination{
    position: static;
    font-weight: 500;
    font-size: 0;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    width: auto;
    color: #fff;
}
.secGallery .swiper-pagination::before{
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateY(3px) rotate(30deg);
}
.secGallery .swiper-pagination-current{
    font-size: 14px;
    margin-left: 10px;
}
.secGallery .swiper-pagination-total{
    font-size: 14px;
}
.secGallery .swiper-pagination-total{
    padding: 9px 11px 0 11px;
}
.secGallery .swiper{
    margin-top: 37px;
    margin-left: 0;
    width: 84.0625%;
    overflow: visible;
}
.secGallery .swiper-slide{
    position: relative;
}
.secGallery .galleryInner{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.secGallery .img{
    padding-top: 64.865%;
    width: 100%;
}
.secGallery .iconNew{
    font-size: 13px;
    color: #000;
    background: #f5e868;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 24px;
    border-radius: 0 3px 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.secGallery .txtBox{
    background: #fff;
    padding: 25px 20px 27.5px;
    flex-grow: 1;
}
.secGallery .tit{
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secGallery .txt{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 17px;
    letter-spacing: 0.5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secGallery .outWrapper.disabled .swiper-slide{
    width: 48.142%;
    margin-right: 3.716%;
}
.secGallery .outWrapper.disabled .swiper-slide:last-child{
   margin-right: 0;
}
@media only screen and (max-width:767px){
    .secGallery .swiper-button-prev,
    .secGallery .swiper-button-next,
    .secGallery .swiper-pagination{
        display: none;
    }
    .secGallery{
        margin-top: 50px;
        padding: 54px 0 103px;
        position: relative;
    }
    .secGallery .outWrapper{
        position: static;
    }
    .secGallery .cmnBoxflex{
        display: block;
    }
    .secGallery .titcmnImg{
        width: 101px;
        margin: 0 auto;
        display: block;
    }
    .secGallery .titcmnImg::after{
        display: none;
    }
    .secGallery .cmnTit{
        font-size: 15px;
        line-height: 1.86;
        margin-top: 7px;
        letter-spacing: 1px;
        text-align: center;
    }
    .secGallery .flexBox{
        display: block;
        padding-top: 0;
    }
    .secGallery .btncmnBox{
        position: absolute;
        bottom: 30px;
        left: calc(50% - 38%);
        width: 76%;
        margin-left: 0;
    }
    .secGallery .cmnTxt{
        height: 44px;
        border-radius: 22px;
        font-size: 13px;
    }
    .secGallery .cmnTxt.lazyloaded{
        background: url(../img/common/iconPagerArrow02.gif) right 10px center / 6px auto no-repeat #fff;
    }
    .secGallery .swiper{
        margin-top: 15px;
        width: 100%;
    }
    .secGallery .swiper-wrapper{
        flex-wrap: wrap;
    }
    .secGallery .swiper-slide{
        width: 47.827%;
        margin-right: 4.346%;
    }
    .secGallery .swiper-slide:nth-child(2n){
        margin-right: 0;
    }
    .secGallery .swiper-slide:nth-child(n+3){
        margin-top: 4.346%;
    }
    .secGallery .galleryInner{
        box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
    }
    .secGallery .img{
        padding-top: 136.97%;
    }
    .secGallery .iconNew{
        display: none;
    }
    .secGallery .txtBox{
        padding: 5px 9px 14.5px;
    }
    .secGallery .tit{
        font-size: 12px;
        line-height: 1.67;
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 40px;
    }
    .secGallery .txt{
        font-size: 11px;
        margin-top: 8px;
    }
} */


/* houseCover */
.secRecommended .houseCover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    border-radius: 3px;
}
.secRecommended .houseBox{
    width: 100%;
}
.secRecommended .houseImg{
    text-align: center;
    margin-right: 21px;
    display: flex;
    align-items: center;
    text-align: center;
}
.secRecommended .btnList{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.secRecommended .btnItem{
    width: 400px;
}
.secRecommended .btnItem:nth-child(2){
    margin-left: 30px;
}
.secRecommended .btnInner{
    height: 80px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #ddce5e;
    text-decoration: none;
    color: #1a1a1a;
}
.secRecommended .btnItem:nth-child(2) .btnInner{
    background: #dd5e82;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secRecommended .btnList{
        display: block;
        margin-top: 15px;
    }
    .secRecommended .btnItem{
        width: 82.609%;
        margin: 0 auto;
    }
    .secRecommended .btnItem:nth-child(2){
        margin: 10px auto 0;
    }
    .secRecommended .btnInner{
        height: 44px;
        font-size: 13px;
        border-radius: 22px;
    }
}
.secRecommended .flexbox{
    display: flex;
    width: 830px;
    height: auto;
    min-height: 170px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 33px 0;
    align-items: center;
}
.secRecommended .leftBox{
    width: calc(100% - 468px);
    padding-left: 50px;
}
.secRecommended .leftflex{
    display: flex;
}
.secRecommended .houseTit{
    font-size: 35px;
    letter-spacing: 3px;
}
.secRecommended .houseTxt{
    font-size: 13px;
    /* text-align: center; */
    letter-spacing: 0px;
    margin-top: 30px;
}
.secRecommended .rightbox{
    width: calc(100% - 460px);
    margin-left: 50px;
    padding-left: 50px;
    position: relative;
}
.secRecommended .rightbox::after{
    content: "";
    position: absolute;
    top: -13px;
    /* bottom: 0%; */
    /* right: 0; */
    width: 1px;
    left: 0;
    border-right: 2px solid #ffffff;
    height: calc(100% - -26px);
}
.secRecommended .houselist{
    display: flex;
}
.secRecommended .houseItem{
    width: 41px;
    height: 22px;
    background: #1e88e5;
    border-radius: 20px;
    margin-right: 10px;
}
.secRecommended .houseItem:nth-child(2){
    background: #444444;
}
.secRecommended .houseItem:last-child{
    width: 64px;
    background: #f1ea36;
    margin-right: 0;
}
.secRecommended .Itemtxt{
    font-size: 12px;
    text-align: center;
    padding: 4px 0;
}
.secRecommended .righttit{
    font-size: 25px;
    margin-top: 20px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
}
.secRecommended .btnList{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.secRecommended .righttxt{
    font-size: 15px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secRecommended .btnItem{
    width: 400px;
}
.secRecommended .btnItem:nth-child(2){
    margin-left: 30px;
}
.secRecommended .btnInner{
    height: 80px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #ddce5e;
    text-decoration: none;
    color: #1a1a1a;
}
.secRecommended .btnItem:nth-child(2) .btnInner{
    background: #dd5e82;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secRecommended .houseCover{
        padding-bottom: 26px;
    }
    .secRecommended .houseImg{
        width: 18px;
        /* margin: 0 auto; */
        margin-right: 10px;
    }
    .secRecommended .houseTxt{
        font-size: 13px;
        /* line-height: 1.69; */
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .secRecommended .btnList{
        display: block;
        margin-top: 15px;
    }
    .secRecommended .btnItem{
        width: 82.609%;
        margin: 0 auto;
    }
    .secRecommended .btnItem:nth-child(2){
        margin: 10px auto 0;
    }
    .secRecommended .btnInner{
        height: 44px;
        font-size: 13px;
        border-radius: 22px;
    }
    .secRecommended .flexbox{
        display:block;
        width: 85.51%;
        height: auto;
        min-height: 180px;
        padding: 15px 0;
        margin-top: 24px;
    }
    .secRecommended  .leftBox{
        width: 92%;
        margin: 0 auto;
        text-align: center;
        padding-left: 0px;
    }
    .secRecommended  .leftflex{
        display: flex;
        justify-content: center;
    }
    .secRecommended .houseTit{
        font-size: 21px;
        letter-spacing: 3px;
    }
    .secRecommended .houseTxt{
        font-size: 11px;
        margin-top: 13px;
        letter-spacing: 0;
    }
    .secRecommended .rightbox{
        width:100%;
        margin-left: 0;
        padding-left:0;
        position: relative;
    }
    .secRecommended .rightbox::after{
        content: "";
        position:none;
        top: -13px;
        /* bottom: 0%; */
        /* right: 0; */
        width: 1px;
        left: 0;
        border-right: none;
        height: calc(100% - -26px);
    }
    .secRecommended .houselist{
        display: flex;
        justify-content: center;
        margin-top: 19px;
    }
    .secRecommended .houseItem{
        width: 20%;
        height:auto;
        background: #1e88e5;
        margin-right:5px;
    }
    .secRecommended .houseItem:nth-child(2){
        background: #444444;
    }
    .secRecommended .houseItem:last-child{
        width:20%;
        background: #f1ea36;
        margin-right: 0;
    }
    .secRecommended .righttit{
        font-size: 18px;
        margin-top: 15px;
        letter-spacing: 1px;
        text-align: center;
        padding: 0 10px;
    }
    .secRecommended .righttxt{
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 370px) {
    .secRecommended .houseTxt {
        line-height: 1.5;
    }
}

/* houseCover */
.secInfo .infoItem{
    position: relative;
}
.infoItem .houseCover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    border-radius: 3px;
}
.infoItem .houseBox{
    width: 100%;
}
.infoItem  .blockbox{
    width: 508px;
    height: auto;
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 40px;
}
.infoItem .flexbox{
    display: flex;
    justify-content: center;
}
.infoItem .houseImg{
    text-align: center;
    margin-right: 21px;
    display: flex;
    align-items: center;
    text-align: center;
}
.infoItem .houseTit{
    font-size: 35px;
    letter-spacing: 3px;
    /* border: solid 1px #fff; */
    /* margin: 25px auto 0; */
    /* text-align: center; */
}
.infoItem .houseTxt{
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 1.5;
}
.infoItem .secInfoBox{
    margin-top: 27px;
}
.infoItem .houselist{
    display: flex;
    justify-content: center;
}
.infoItem .houseItem{
    width: 100px;
    height: 26px;
    background: #1e88e5;
    border-radius: 16px;
    margin-right: 15px;
}
.infoItem .houseItem:nth-child(2){
    background: #444444;
}
.infoItem .houseItem:nth-child(3){
    width: 106px;
    background: #f1ea36;
}
.infoItem .Itemtxt{
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
}
.infoItem  .rightsub{
    text-align: center;
}
.infoItem .righttit{
    font-size: 25px;
    margin-top: 35px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.infoItem .righttxt{
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.2;
}
.infoItem .btnList{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
}
.infoItem .btnItem{
    width: 400px;
}
.infoItem .btnItem:nth-child(2){
    margin-top: 30px;
}
.infoItem .btnInner{
    height: 80px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #ddce5e;
    text-decoration: none;
    color: #1a1a1a;
}
.infoItem .btnItem:nth-child(2) .btnInner{
    background: #dd5e82;
    color: #fff;
}
@media only screen and (max-width:767px){
    .infoItem .houseCover{
        padding-bottom: 5px;
    }
    .infoItem .houseImg{
        width: 17px;
        margin: 0 auto;
    }
    .infoItem .houseTit{
        font-size: 15px;
        letter-spacing: 2px;
    }
    .infoItem .houseTxt{
        font-size: 12px;
        line-height: 1.69;
        letter-spacing: 1px;
        margin-top: 4px;
    }
    .infoItem .btnList{
        display: block;
        margin-top: 7px;
    }
    .infoItem .btnItem{
        width: 82.609%;
        margin: 0 auto;
    }
    .infoItem .btnItem:nth-child(2){
        margin: 10px auto 0;
    }
    .infoItem .btnInner{
        height: 33px;
        font-size: 13px;
        border-radius: 22px;
    }
    .infoItem  .blockbox{
        width: 88%;
        height: auto;
        padding: 5px 0px;
    }
    .infoItem .flexbox{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .infoItem .houseImg{
        text-align: center;
        margin-right: 10px;
        margin-left: 8px;
    }
    .infoItem .houseTit{
        font-size: 13px;
        letter-spacing: 2px;
    }
    .infoItem .houseTxt{
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 4px;
    }
    .infoItem .secInfoBox{
        margin-top: 7px;
    }
    .infoItem .houselist{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .infoItem .houseItem{
        width: 27%;
        height: 20px;
        border-radius: 5px;
        margin-right: 7px;
    }
    .infoItem .houseItem:nth-child(2){
        background: #444444;
    }
    .infoItem .houseItem:nth-child(3){
        width: 30%;
        background: #f1ea36;
        margin-right: 0px;
    }
    .infoItem .Itemtxt{
        font-size: 10px;
        padding: 5px 0;
        text-align: center;
    }
    .infoItem  .rightsub{
        text-align: center;
    }
    .infoItem .righttit{
        font-size: 10px;
        margin-top: 10px;
        letter-spacing: 0px;
        padding: 0 7px;
        line-height: 1.2;
    }
    .infoItem .righttxt{
        font-size: 10px;
        margin-top: 10px;
        line-height: 1.3;
        padding: 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
    }
    .infoItem  .pr01{
        font-size: 12px;
    }
}
@media only screen and (max-width: 360px){
    .infoItem .blockbox {
        height: auto;
        padding: 5px 0px;
        margin-top: 5px;
    }
    .infoItem .houseTit {
        font-size: 11px;
    }
    .infoItem .houseTxt {
        font-size: 11px;
        margin-top: 4px;
    }
    .infoItem .houseItem {
        width: 27%;
        height: auto;
        border-radius: 5px;
        margin-right: 5px;
    }    
    .infoItem .houseItem:nth-child(3) {
        width: 31%;
        margin-right: 0px;
        letter-spacing: -1px;
    }
    .infoItem .Itemtxt {
        font-size: 10px;
        padding: 5px 0;
    }
    .infoItem .righttxt {
        line-height: 1.2;
    }
    .infoItem .houseImg {
        width: 16px;
        margin: 0 auto;
    }
    .infoItem .houseImg {
        margin-right: 6px;
        margin-left: 8px;
    }
    .infoItem .btnList {
        margin-top: 7px;
    }
    .infoItem .btnItem:nth-child(2) {
        margin: 5px auto 0;
    }
}