.welcome_banner{
    padding: 11.8rem 0;
    background: linear-gradient(to bottom, #503820, #836E5B);
}
.welcome_banner .tcon h1.title{
    color: white;
    font-weight: 300;
    margin-bottom: 4rem;
    margin-top: 2.5rem;
}
.welcome_banner .tcon h1.title em{
    font-style: normal;
}
.welcome_banner .tcon p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    max-width: 58.7rem;
    color: rgba(255, 255, 255, 0.6);
}
.welcome_banner .left{
    width: 49.27%;
}
.welcome_banner .right{
    width: 43.62%;
    position: relative;
}
.welcome_banner .right .img{
    border-radius: 1.6rem;
    aspect-ratio: 6/5;
    position: relative;
    z-index: 5;
}
.welcome_banner .right::after{
    content: "";
    position: absolute;
    width: 115%;
    height: 115%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid rgba(193, 152, 91, 0.07);
    border-radius: 1.6rem;
    z-index: 1;
}
.welcome_banner .right::before{
    content: "";
    position: absolute;
    width: 130%;
    height: 130%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid rgba(193, 152, 91, 0.07);
    border-radius: 1.6rem;
    z-index: 1;
}

.welcome_banner .btns{
    margin-top: 4.5rem;
    gap: 1.7rem;
}
.welcome_banner .btns .btn{
    line-height: 6.2rem;
    padding: 0 4rem;
}
.welcome_banner .btns .border_btn{
    line-height: 6rem;
    padding: 0 5.3rem;
}

.welcome_gifts{
    padding: 14.5rem 0 16rem;
    background: #F7F4EF;
}
.welcome_gifts .tcon{
    margin-bottom: 5.5rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}
.welcome_gifts .swiper_welcome_gifts .swiper-slide{
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}
.welcome_gifts .swiper_welcome_gifts .img{
    aspect-ratio: 672/500;
    border-radius: 2rem;
    
}
.welcome_gifts .swiper_welcome_gifts .img:after{
    content: "";
    width: 100%;
    height: 12.3rem;
    background: linear-gradient(to top, rgba(0,0,0,1),rgba(0,0,0,0));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.welcome_gifts .swiper_welcome_gifts p{
    font-size: 2.6rem;
    color: white;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3rem 3.4rem;
    z-index: 5;
}
.welcome_gifts .swiper_welcome_gifts{
    overflow: hidden;
}
.welcome_gifts .main .swiper_btns{
    margin-top: 4.3rem;
    justify-content: center;
}

.welcome_process{
    padding: 12rem 0 11.6rem;
    background-color: #FFFEF9;
}
.welcome_process .tcon{
    margin-bottom: 5.5rem;
}
.welcome_process .swiper_welcome_process{
    max-width: 108rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.welcome_process .main{
    position: relative;
}
.welcome_process .main:after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(109, 96, 78, 0.24);
    position: absolute;
    left: 0;
    top: 2.5rem;
}
.welcome_process .swiper_welcome_process .swiper-slide{
    text-align: center;
}
.welcome_process .swiper_welcome_process .swiper-slide span{
    display: flex;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background-color: #C19A5B;
    font-size: 2.2rem;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s;
}
.welcome_process .swiper_welcome_process .swiper-slide .title{
    font-size: 2.4rem;
    font-weight: 600;
    display: block;
    margin-top: 3.2rem;
    margin-bottom: 1.2rem;
}
.welcome_process .swiper_welcome_process .swiper-slide p{
    font-size: 1.7rem;
    line-height: 3rem;
    color: #666666;
}
.welcome_process .swiper_welcome_process .swiper-slide.active span{
    background-color: var(--title);
}
.welcome_term{
    padding: 14.5rem 0 16.5rem;
    background-color: #F7F4EF;
}

.welcome_term .main{
    max-width: 93.7rem;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 1.6rem;
    border: 1px solid #f0ebe3;
    padding: 7rem 5rem 5.7rem;
    margin-top: 4.5rem;
}
.welcome_term .main li{
    font-size: 1.6rem;
    color: #333;
    line-height: 2.5rem;
    padding-bottom: 1.6rem;
    padding-right: 9.4rem;
    border-bottom: 1px solid #f5f1eb;
    padding-left: 2.3rem;
    position: relative;
}
.welcome_term .main li:before{
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.8rem;
}
.welcome_term .main li + li{
    margin-top: 1.6rem;
}
.welcome_term .main ul li:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}

.welcome_inquiry{
    padding: 11.4rem 0;
    background-color: #FFFEF9;
}
.welcome_inquiry .left{
    width: 45.07%;
}
.welcome_inquiry .left .img{
    aspect-ratio: 1;
    border-radius: 1.6rem;
}
.welcome_inquiry .right{
    width: 49.27%;
}

.welcome_inquiry .right label{
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: #161616;
  display: block;
  font-weight: 500;
  margin-bottom: 1rem;
}
.welcome_inquiry label i{
  color: var(--primary);
}
.welcome_inquiry label em{
  font-size: 1.5rem;
  color: rgba(22, 22, 22, 0.74);
  display: block;
}
.welcome_inquiry span.col2 label em{
  display: inline-block;
}
.welcome_inquiry form{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.4rem 0;
}
.welcome_inquiry form span{
  display: block;
  width: 100%;
}
.welcome_inquiry form span.col2{
  width: 48.3%;
}
.welcome_inquiry form input:not([type="submit"]){
  line-height: 5.5rem;
  padding: 0 2rem;
  background-color: #F9F8F4;
  border-radius: 0.52rem;
  width: 100%;
  font-size: 1.6rem;
}

.welcome_inquiry form select{
  line-height: 5.5rem;
  padding: 0 2rem;
  border-radius: 0.52rem;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1.7rem;
  color: #5a5650;
  background: url('../img/select_brown.svg') no-repeat right 2rem center/1.6rem;
  background-color: #F9F8F4;
}

.welcome_inquiry form textarea{
  height: 14.5rem;
  padding: 2rem;
  background-color: #F9F8F4;
  border-radius: 0.52rem;
  width: 100%;
  font-size: 1.6rem;
}
.welcome_inquiry form .btn{
  line-height: 5.8rem;
  padding: 0 3.7rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
.welcome_inquiry form .btn::before{
    content: "";
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    background: url('../img/contact_fly.svg') no-repeat center/contain;
}
.welcome_inquiry .right .form{
    padding: 3.5rem 4.9rem;
    background-color: white;
    border-radius: 1.6rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.welcome_inquiry .right .form .title{
    font-size: 2.8rem;
    font-weight: 600;
    color: #2d2d2d;
    display: block;
    margin-bottom: 3.3rem;
}
.welcome_inquiry .right .form .btn{
    width: 100%;
    margin-top: 0;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .welcome_banner{
        padding: 8.5rem 0;
    }
    .welcome_banner .tcon h1.title{
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .welcome_banner .tcon p{
        max-width: none;
    }
    .welcome_banner .left{
        width: 50%;
    }
    .welcome_banner .right{
        width: 42%;
    }
    .welcome_banner .right::before{
        display: none;
    }
    .welcome_banner .btns{
        margin-top: 3.4rem;
        gap: 1.2rem;
    }
    .welcome_banner .btns .btn{
        padding: 0 2.8rem;
    }
    .welcome_banner .btns .border_btn{
        padding: 0 3.2rem;
    }
    .welcome_gifts{
        padding: 9rem 0 10rem;
    }
    .welcome_gifts .tcon{
        margin-bottom: 4.2rem;
        max-width: none;
    }
    .welcome_gifts .swiper_welcome_gifts p{
        font-size: 2.2rem;
        padding: 2.2rem 2.4rem;
    }
    .welcome_gifts .main .swiper_btns{
        margin-top: 3.2rem;
    }
    .welcome_process{
        padding: 9rem 0;
    }
    .welcome_process .tcon{
        margin-bottom: 4.2rem;
    }
    .welcome_process .swiper_welcome_process{
        max-width: none;
    }
    .welcome_process .swiper_welcome_process .swiper-slide .title{
        font-size: 2.2rem;
        margin-top: 2.4rem;
    }
    .welcome_process .swiper_welcome_process .swiper-slide p{
        line-height: 2.6rem;
    }
    .welcome_term{
        padding: 9rem 0 10rem;
    }
    .welcome_term .main{
        max-width: none;
        padding: 4.6rem 3.4rem 4rem;
        margin-top: 3.4rem;
    }
    .welcome_term .main li{
        padding-right: 0;
    }
    .welcome_inquiry{
        padding: 8.5rem 0;
    }
    .welcome_inquiry .left{
        width: 46%;
    }
    .welcome_inquiry .right{
        width: 50%;
    }
    .welcome_inquiry .right .form{
        padding: 3rem 3.2rem;
    }
    .welcome_inquiry .right .form .title{
        font-size: 2.4rem;
        margin-bottom: 2.4rem;
    }
    .welcome_inquiry form{
        gap: 2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .welcome_banner{
        padding: 50px 0;
    }
    .welcome_banner .main{
        flex-wrap: wrap;
    }
    .welcome_banner .left,
    .welcome_banner .right{
        width: 100%;
    }
    .welcome_banner .tcon h1.title{
        margin-top: 12px;
        margin-bottom: 16px;
    }
    .welcome_banner .tcon p{
        font-size: 14px;
        line-height: 1.7;
        max-width: none;
    }
    /* 套层装饰边框手机端会溢出屏幕 */
    .welcome_banner .right::before,
    .welcome_banner .right::after{
        display: none;
    }
    .welcome_banner .right{
        margin-top: 30px;
    }
    .welcome_banner .right .img{
        border-radius: 12px;
    }
    .welcome_banner .btns{
        margin-top: 24px;
        gap: 12px;
        flex-wrap: wrap;
    }
    .welcome_banner .btns .btn{
        line-height: 42px;
        padding: 0 20px;
    }
    .welcome_banner .btns .border_btn{
        line-height: 40px;
        padding: 0 20px;
    }
    .welcome_gifts{
        padding: 50px 0;
    }
    .welcome_gifts .tcon{
        margin-bottom: 26px;
        max-width: none;
    }
    .welcome_gifts .swiper_welcome_gifts .swiper-slide,
    .welcome_gifts .swiper_welcome_gifts .img{
        border-radius: 12px;
    }
    .welcome_gifts .swiper_welcome_gifts .img:after{
        height: 70px;
    }
    .welcome_gifts .swiper_welcome_gifts p{
        font-size: 17px;
        padding: 14px 16px;
    }
    .welcome_gifts .main .swiper_btns{
        margin-top: 20px;
    }
    .welcome_process{
        padding: 50px 0;
    }
    .welcome_process .tcon{
        margin-bottom: 26px;
    }
    .welcome_process .swiper_welcome_process{
        max-width: none;
    }
    /* 流程横线高度需跟随序号圆点尺寸 */
    .welcome_process .main:after{
        top: 19px;
    }
    .welcome_process .swiper_welcome_process .swiper-slide span{
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .welcome_process .swiper_welcome_process .swiper-slide .title{
        font-size: 17px;
        margin-top: 16px;
        margin-bottom: 8px;
    }
    .welcome_process .swiper_welcome_process .swiper-slide p{
        font-size: 14px;
        line-height: 1.7;
    }
    .welcome_term{
        padding: 50px 0;
    }
    .welcome_term .main{
        max-width: none;
        padding: 24px 20px;
        margin-top: 24px;
        border-radius: 12px;
    }
    .welcome_term .main li{
        font-size: 14px;
        line-height: 1.7;
        padding-right: 0;
        padding-left: 16px;
        padding-bottom: 12px;
    }
    .welcome_term .main li:before{
        width: 6px;
        height: 6px;
        top: 8px;
    }
    .welcome_term .main li + li{
        margin-top: 12px;
    }
    .welcome_inquiry{
        padding: 50px 0;
    }
    .welcome_inquiry .main{
        flex-wrap: wrap;
    }
    .welcome_inquiry .left,
    .welcome_inquiry .right{
        width: 100%;
    }
    .welcome_inquiry .left .img{
        border-radius: 12px;
    }
    .welcome_inquiry .right{
        margin-top: 26px;
    }
    .welcome_inquiry .right .form{
        padding: 24px 20px;
        border-radius: 12px;
    }
    .welcome_inquiry .right .form .title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .welcome_inquiry .right label{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .welcome_inquiry label em{
        font-size: 12px;
    }
    .welcome_inquiry form{
        gap: 16px 0;
    }
    .welcome_inquiry form span.col2{
        width: 100%;
    }
    .welcome_inquiry form input:not([type="submit"]){
        line-height: 44px;
        padding: 0 14px;
        font-size: 14px;
    }
    .welcome_inquiry form select{
        line-height: 44px;
        padding: 0 14px;
        font-size: 14px;
        background-position: right 14px center;
        background-size: 12px;
    }
    .welcome_inquiry form textarea{
        height: 100px;
        padding: 14px;
        font-size: 14px;
    }
    .welcome_inquiry form .btn{
        line-height: 44px;
        padding: 0 20px;
        font-size: 14px;
        justify-content: center;
    }
    .welcome_inquiry form .btn::before{
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
}