* {
    margin: 0;
    padding: 0;
}

h2,
h3 {
    font-weight: normal;
}



/* 使用外部字体 */
@font-face {
    font-family: 'Aboreto-Regular';
    src: url(../font/Aboreto/Aboreto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Italic-VariableFont_wdth';
    src: url(../font/Roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf);
}


@font-face {
    font-family: 'Roboto-VariableFont_wdth';
    src: url(../font/Roboto/Roboto-VariableFont_wdth\,wght.ttf);
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

.w {
    /* width: 100%; */
    max-width: 1440px;
    margin: 0 auto;
}

.header{
    background-color: #212121;
}

header {
    padding: 10px 0;
    height: 140px;
    background-color: #212121;
    position: relative;
    display: flex;
    align-items: center;
}

header .logo img {
    height: 130px;
}

.logo {
    padding-right: 30px;
    border-right: 2.5px solid #f2a81d;
}


header .head-nav {
    display: flex;
    margin-left: 315px;
}

header .head-nav a {
    color: white;
    width: 96px;
    display: block;
    font-size: 18px;
    font-family: 'Aboreto-Regular', sans-serif;
    margin-right: 55px;
}

header .head-nav a:hover {
    color: #f2a81d;
}

.date-tab-box{
     background: #c48718;
}

.date-tab {
    display: flex;
    height: 100px;
    background: #c48718;
    align-items: center;
}

.date-tab .choose {
    /* width: 385px; */
    min-width: 245px;
    padding-left: 25px;
    padding-right: 60px;
    height: 70px;
    border-right: 1.5px solid black;
}

.date-tab .choose:nth-of-type(3) {
    border-right: none;
}

.date-tab .choose .choose-title {
    font-family: 'Aboreto-Regular', sans-serif;
    margin-bottom: 23px;
    cursor: pointer;
}

.date-tab .choose .choose-title:hover{
    color: white;
}

.date-tab .choose .choose-content .choose-item {
    font-family: 'Roboto-Italic-VariableFont_wdth', sans-serif;
    cursor: pointer;
}

.date-tab .choose .choose-content .choose-item:hover{
    color: white;
}

.date-tab .choose .choose-content {
    display: flex;
    color: #876423;
    justify-content: space-between;
}

.date-tab .choose .choose-content .choose-item img {
    width: 10px;
    transform: rotate(90deg);
}

/* 
.date-tab .choose .choose-content  .choose-item-middle{
    margin: 0 39px;
} */

.check-btn {
    width: 165px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .4);
    color: white;
    font-size: 14px;
    font-family: 'Aboreto-Regular', sans-serif;
    margin-left: 100px;
    cursor: pointer;
}

.check-btn:hover{
    background-color: white;
    color: black;
}

.banner {
    height: 700px;
    position: relative;
}

.banner img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

 .dot-box {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

 .dot-box .dot-item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    margin-right: 10px;
    cursor: pointer;
}

 .dot-box .dot-item:last-child {
    margin-right: 0;
}

.dot-box .active {
    background-color: white !important;
}

 .dot-box .dot-item:hover {
    background-color: #f2a81d;
}

.big-text {
    width: 1185px;
    padding: 70px 40px 20px 40px;
    margin: 100px auto;
    background: #faf8fc;
    text-align: center;
    border-radius: 15px;
    box-sizing: border-box;
}

.big-text h2 {
    font-weight: normal;
    font-size: 24px;
    font-family: 'Aboreto-Regular', sans-serif;
    margin-bottom: 20px;
}




.big-text p {
    margin-bottom: 30px;
}

.big-text p:nth-last-of-type(1) {
    margin-top: 70px;
    color: #5e5d5e;
}

.big-text .line {
    width: 100px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: 30px;
}


.APARTMENTS {
    margin-top: 257px;
    width: 845px;
    margin: 0 auto;
}

.APARTMENTS h2 {
    text-align: center;
    font-family: 'Aboreto-Regular', sans-serif;
    font-size: 24px;
}

.APARTMENTS h3 {
    margin-top: 100px;
    font-family: 'Aboreto-Regular', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.card-box {
    display: flex;
    justify-content: space-between;
}

.card {
    width: 322px;
        margin-right: 10px;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    font-family: 'Aboreto-Regular', sans-serif;
    border: 1px solid #c48718;
    padding-bottom: 20px;
}

.card img {
    width: 100%;
    height: 241px;
}

.card .card-title {
    border-bottom: 2px solid #c48718;
    font-size: 18px;
    width: 70%;
    margin: 15px auto;

}

.card p {
    margin-bottom: 15px;
}

.card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.card .card-footer .card-btn {
    background-color: #593f0c;
    cursor: pointer;
    text-align: center;
    width: 135px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;

}

.card .card-footer .card-btn:nth-of-type(1) {
    color: white;
}

.card .card-footer .card-btn:nth-of-type(1):hover{
    background-color: white;
    color: black;
    border: 1px solid #c48718;
}

.card .card-footer .card-btn:nth-of-type(2):hover{
    color: white;
     background-color: #593f0c;
}

.card .card-footer .card-btn:nth-of-type(2) {
    background: white;
    border: 1px solid #c48718;
}

.Pagination {
    height: 35px;
    width: 135px;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    margin-top: 45px;
}

.Pagination .arr-l img {
    height: 12px;
    width: 12px;
    transform: rotate(186deg);
}

.Pagination .arr-r img {
    height: 10px;
    width: 10px;
}

.choose-bed-box {

    width: 95%;
    margin: 0 auto;
    margin-top: 155px;
}

.choose-bed-box h3 {
    margin-bottom: 45px;
    text-align: center;
    font-family: 'Aboreto-Regular', sans-serif;
}

.contact-us {
    margin-top: 245px;
    /* width: 100%; */
    padding: 0 50px 105px 50px;
    background-color: #f9d48e;
}

.contact-us .contact-logo {
    display: flex;
    justify-content: center;
}

.contact-us .contact-logo img {
    width: 100px;

}

.contact-l,
.contact-r {
    width: 40%;
}

.contact-l .title {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    font-size: 40px;
    font-family: 'Aboreto-Regular', sans-serif;
}

.contact-main {
    display: flex;
    margin-top: 30px;
    justify-content: space-around;
}

.contact-l-item {
    border-bottom: 1px solid black;
    height: 70px;
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-l-item span{
    cursor: pointer;
}

.contact-l-item span:hover{
    color: #c48718;
}

.contact-l-item label{
    font-size: 22px;
    width: 40%;
}

.follow-img{
    display: flex;
}

.follow-img-item img{
    width: 80px;
}

.contact-r-logo{
    position: relative;
}

.contact-r-logo .logo-l{
    width: 100%;
    height: 125px;
    border-radius: 15apx;
}

.contact-arr-l,
.contact-arr-r {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 30px;
    cursor: pointer;
}

.contact-arr-l img,
.contact-arr-r img{
    width: 100%;
}

.contact-arr-l img{
    transform: rotate(180deg);
}

.contact-arr-r{
    right: 0;
}

.contact-l-ipt-item p{
    font-family: 'Aboreto-Regular', sans-serif;
    font-size:20px;
    margin-bottom: 3px;
}

.contact-l-ipt-item input{
    height: 50px;
    padding-left: 7px;
    border-radius: 20px;
    width: 100%;
    border: none;
    outline: none;
}
.contact-l-ipt-item{
    width: 98%;
}
.contact-l-ipt-box{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

footer{
    display: flex;
    align-items: center;
    background-color: #f6be55;
    height: 60px;
    justify-content: space-around;
}

.footer-nav{
    display: flex;
    
}

.footer-nav a{
    color: #000;
    padding:0 30px;
    border-right: 1px solid #000;
    display: block;
}

.footer-nav a:hover{
    color: white;
}
