@charset "UTF-8";
/*首页banner*/
.st-focus-banners {
    width: 100%;
    min-width: 1200px;
    height: 520px;
    position: relative;
    overflow: hidden;
}

.st-focus-banners .banners {
    width: 1920px;
    height: 520px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    background-color: #e7e7e7;
}

.st-focus-banners .banners > ul > li > a {
    display: table-cell;
    width: 1920px;
    height: 520px;
    vertical-align: middle;
    text-align: center;
}

.st-focus-banners .banners > ul > li > a img {
    vertical-align: middle;
    max-width: 100%;
}

.st-focus-banners .focus {
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 20px;
    z-index: 99;
    text-align: center
}

.st-focus-banners .focus > ul {
    height: 12px
}

.st-focus-banners .focus > ul > li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: top;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.st-focus-banners .focus > ul > li.on {
    background: #ccc
}


.banner-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -40%);
    width: 80%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.banner-wrapper .banner-title {
    color: #fff;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    transform: translateY(-80px);
}
.banner-wrapper .banner-title .title {
    font-size: 64px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.6);
}
.banner-wrapper .banner-title .sub {
    font-size: 26px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.6);
}

.banner-wrapper .banner-search {
    display: flex;
    justify-content: space-between;
    width: 500px;
    height: 60px;
    padding: 6px;
    border-radius: 80px;
    box-sizing: border-box;
    background: #fff;
}

.banner-wrapper .banner-search .search-btn {
    flex: 0 0 auto;
    width: 120px;
    border-radius: 80px;
    background: #2f7ddd;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}
.banner-wrapper .banner-search .search-btn:hover{
    background: #266ec6;
}

.banner-wrapper .banner-search .search-input {
    flex: 1 1 auto;
    padding: 0 20px;
    border: none;
    border-radius: 80px 0 0 80px;
    background: #fff;
    font-size: 18px;
}

.banner-wrapper .banner-search .search-input:focus {
    outline: none;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    overflow: hidden;
}


.advert-container {
    padding: 35px 0;
}

.advert-container .advert-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.advert-container .advert-wrapper .swiper-slide {
    height: 188px;
    box-sizing: border-box;
}

.advert-container .advert-wrapper .swiper-slide img {
    vertical-align: top;
    border-radius: 10px;
}

/* 自定义导航按钮样式 */
.advert-swiper-button-prev,
.advert-swiper-button-next,
.destination-swiper-button-prev,
.destination-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
}

.advert-swiper-button-prev .iconfont,
.advert-swiper-button-next .iconfont,
.destination-swiper-button-prev .iconfont,
.destination-swiper-button-next .iconfont {
    color: #2c2c2c;
    font-size: 20px;
    font-weight: bold;
}

.advert-swiper-button-prev.disabled,
.advert-swiper-button-next.disabled,
.destination-swiper-button-prev.disabled,
.destination-swiper-button-next.disabled {
    display: none;
}

.advert-swiper-button-prev,
.destination-swiper-button-prev {
    left: -18px;
    transform: translateY(-50%) rotate(180deg);
}

.advert-swiper-button-next,
.destination-swiper-button-next {
    right: -18px;
}

.advert-swiper-button-prev:hover,
.advert-swiper-button-next:hover,
.destination-swiper-button-next:hover,
.destination-swiper-button-prev:hover {
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.section-container {
    margin-bottom: 40px;
}

.section-container .section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.section-container .section-wrapper .section-tit {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}
.section-container .section-wrapper .section-title-bar {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.section-container .section-wrapper .section-footer-bar .more {
    color: #9e9e9e;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #dadfe6;
    transition: all 0.3s;
}
.section-container .section-wrapper .section-footer-bar .more:hover {
    color: #2f7ddd;
    border-color: #2f7ddd;
}
.section-container .section-wrapper .section-title-bar .more .iconfont {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.section-container .section-wrapper .section-footer-bar .more:hover .iconfont{
    transform: translateX(6px);
}

.destination-container {
    position: relative;
}

.destination-container .swiper-container {
    height: 130px;
}

.destination-container .swiper-slide {
    height: 100px;
    transition: all 0.3s;
}

.destination-container .swiper-slide.active {
    height: 120px;
}

.destination-container .swiper-slide.active .dest-item {
    height: 120px;
}

.destination-container .swiper-slide.active .dest-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(37deg) skewX(-20deg);
    width: 20px;
    height: 20px;
    background: #2f7ddd;
}

.destination-container .swiper-slide.active .dest-item .label {
    background: linear-gradient(to bottom, transparent 20%, #2f7ddd);
}

.destination-container .swiper-slide .dest-item {
    height: 100px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.destination-container .swiper-slide .dest-item .img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.destination-container .swiper-slide .dest-item .label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 8px;
    color: #fff;
    padding: 12px;
    font-size: 20px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

.place-container {
    position: relative;
}

.place-container .swiper-slide {
    height: 480px;
}

.product-item .hd {
    height: 306px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.product-item .hd .label {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 2;
    background: url("../../images/home_label_icon.png") center no-repeat #fff6ed;
    border-radius: 4px;
    color: #673114;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.product-item:hover .hd .img {
    transform: scale(1.1);
}

.product-item .hd .img {
    width: 100%;
    height: 306px;
    vertical-align: top;
    border-radius: 10px;
    transition: transform 0.3s;
}

.product-item .hd .icon-lick {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #eaeaea;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

.product-item .hd .icon-lick.active {
    color: #f53;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.product-item .bd {
    font-family: Arial, Helvetica, sans-serif;
}

.product-item:hover .bd .tit a {
    background-position: left bottom;
    background-size: 100%2px;
}

.product-item .bd .tit a {
    background: linear-gradient(to right, #3eb96f, #2f7ddd) no-repeat;
    background-size: 0 2px;
    background-position: right bottom;
    transition: background-size 0.5s;
}

.product-item .bd .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.product-item .bd .con {
    color: #9f9f9f;
    height: 63px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.product-item:hover .more .iconfont {
    opacity: 1;
    transform: translateX(5px);
    margin-left: 15px;
}

.product-item .more .iconfont {
    display: inline-block;
    transition: all 0.3s;
}

.product-item .more {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    color: #3eb96f;
}

.spot-container #spotSwiper {
    flex: 1 1 auto;
}

.spot-container .spot-hd {
    padding: 40px 0;
    margin-right: 26px;
    flex: 0 0 280px;
}

.spot-container .spot-hd .tit {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.spot-container .spot-hd .txt {
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.spot-container .spot-hd .bar{
    display: flex;
}

.spot-container .spot-hd .bar .prev,
.spot-container .spot-hd .bar .next {
    width: 36px;
    height: 36px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
}

.spot-container .spot-hd .bar .prev .iconfont,
.spot-container .spot-hd .bar .next .iconfont {
    color: #2c2c2c;
    font-size: 20px;
    font-weight: bold;
}

.spot-container .spot-hd .bar .prev.disabled,
.spot-container .spot-hd .bar .next.disabled {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.spot-container .spot-hd .bar .prev.disabled .iconfont,
.spot-container .spot-hd .bar .next.disabled .iconfont {
    color: #eee;
}

.spot-container .spot-hd .bar .prev {
    transform: rotate(180deg);
}

.spot-container .spot-hd .bar .next {
    margin-left: 20px;
}

.spot-container .spot-hd .bar .next:hover,
.spot-container .spot-hd .bar .prev:hover {
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.spot-container .spot-hd .spot-more {
    margin-top: 20px;
    display: flex;
}
.spot-container .spot-hd .spot-more .more {
    color: #9e9e9e;
    display: block;
    border-radius: 10px;
    font-size: 16px;
}

.outdoors-group{
    display: flex;
}
.outdoors-group__item {
    width: 280px;
    margin-right: 26px;
}

.outdoors-group__item:last-child {
    margin-right: 0;
}

.outdoors-group__item .hd {
    width: 280px;
    height: 280px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.outdoors-group__item .hd .label {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    background: #3eb96f;
    border-radius: 4px;
    color: #fff;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.outdoors-group__item .hd .img {
    width: 100%;
    height: 280px;
    vertical-align: top;
    border-radius: 10px;
    transition: transform 0.3s;
}

.outdoors-group__item:hover .hd .img {
    transform: scale(1.1);
}

.outdoors-group__item .bd {
    font-family: Arial, Helvetica, sans-serif;
}

.outdoors-group__item .bd .tit {
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    font-size: 16px;
}
.outdoors-group__item .bd .tit a {
    background: linear-gradient(to right, #3eb96f, #2f7ddd) no-repeat;
    background-size: 0 2px;
    background-position: right bottom;
    transition: background-size 1s;
}
.outdoors-group__item:hover .bd .tit a {
    background-position: left bottom;
    background-size: 100% 2px;
}
.outdoors-group__item .more .iconfont {
    display: inline-block;
    transition: all 0.3s;
}
.outdoors-group__item:hover .more .iconfont {
    transform: translateX(10px);
}
.outdoors-group__item .more {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    color: #3eb96f;
}

.custom-made-container {
    height: 725px;
    background-color: #2473d3;
}

.custom-made-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 725px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
}

.custom-made-wrapper .custom-made__left {
    flex: 0 0 360px;
}

.custom-made-wrapper .custom-made__left .title-bar {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.custom-made-wrapper .custom-made__left-sp {
    padding: 10px 30px;
    background: #3eb96f;
    border-radius: 80px;
}

.custom-made-wrapper .custom-made__left-sp .item {
    color: #fff;
    font-size: 20px;
}

.custom-made-wrapper .custom-made__left-link {
    margin-top: 60px;
}

.custom-made-wrapper .custom-made__left-link .tit {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.custom-made-wrapper .custom-made__left-link .list {
    margin-top: 20px;
}

.custom-made-wrapper .custom-made__left-link .list .item {
    display: flex;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 10px 0;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.custom-made-wrapper .custom-made__left-link .list .item .iconfont {
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    background: #3eb96f;
}
.custom-made-wrapper .custom-made__left-link .list .item:nth-child(1) .iconfont,
.custom-made-wrapper .custom-made__left-link .list .item:nth-child(2) .iconfont{
    background: none
}

.custom-made-wrapper .custom-made__right {
    flex: 0 0 760px;
    width: 760px;
    font-family: Arial, Helvetica, sans-serif;
}

.custom-made-wrapper .custom-made__right .tit-bar {
    color: #fff;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, 0.2);
}

.custom-made-wrapper .custom-made__right .con-box {
    height: 550px;
    box-sizing: border-box;
    padding: 26px;
    border-radius: 0 0 10px 10px;
    background: #fff;
}

.custom-made-wrapper .custom-made__right .con-box .form-block {
    display: flex;
}

.custom-made-wrapper .custom-made__right .con-box .form-block .form-group {
    width: 230px;
    padding: 10px 0;
    box-sizing: border-box;
    margin-right: 9px;
}
.custom-made-wrapper .custom-made__right .con-box .form-block .form-group:last-child{
    margin-right: 0;
}

.custom-made-wrapper .custom-made__right .con-box .form-other {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.custom-made-wrapper .custom-made__right .con-box .form-other .form-group {
    flex: 0 0 calc(50% - 20px);
    padding: 10px;
}

.custom-made-wrapper .custom-made__right .con-box .form-other .form-group .form-item {
    display: flex;
}

.custom-made-wrapper .custom-made__right .con-box .form-group .form-label {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

.custom-made-wrapper .custom-made__right .con-box .form-group .form-input {
    width: 100%;
    height: 36px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    background: #fff;
}

.custom-made-wrapper .custom-made__right .con-box .form-group .form-textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    background: #fff;
}

.custom-made-wrapper .custom-made__right .con-box .search-bar {
    padding: 10px 0;
    background: none!important;
}

.custom-made-wrapper .custom-made__right .con-box .search-bar .btn-link {
    color: #fff;
    width: 195px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    border-radius: 100px;
    background: linear-gradient(to right, #5dae59 0%, #13a0a0 99%);
}

.custom-made-wrapper .custom-made__right .con-box .form-tips {
    text-align: center;
    font-size: 16px;
}

/* 步进器样式 */
.stepper {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.stepper-btn {
    flex: 0 0 36px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: none;
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.stepper-btn.disabled {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
}

.stepper-input {
    flex: 1;
    height: 34px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    font-size: 16px;
    padding: 0;
    outline: none;
    background: #fff;
    width: 154px;
}

.stepper-input::-webkit-inner-spin-button,
.stepper-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.stepper-input[type=number] {
    -moz-appearance: textfield;
}

/*# sourceMappingURL=home.css.map */