* {
    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;
}



.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;
}

.main-tab {
    width: 1000px;
    margin: 40px auto;
    padding: 0 10px 30px 10px;
    border-bottom: 1px solid #000;
    font-family: 'Aboreto-Regular', sans-serif;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
}

.main-tab .frist-tab {
    width: 190px;
    border-right: 1px solid #000;
    margin-right: 50px;
}

.main-tab .second-tab {
    display: flex;
}

.main-tab .second-tab .second-tab-item {
    margin-right: 40px;
}

.main-tab .third-tab {
    display: flex;
}

.main-tab .third-tab .third-tab-item {
    width: 75px;
    margin-left: 10px;
    text-align: center;
    display: flex;
    height: 57px;
    border-radius: 15px;
    border: 1.5px solid #000;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-tab .third-tab .third-tab-item .third-tab-item-check-box {
    width: 80%;
    display: flex;
    margin-bottom: 3px;
    cursor: pointer;
}

.main-tab .third-tab .third-tab-item .third-tab-item-check-box i {
    width: 50%;
    background: #ccc;
    height: 25px;
    display: block;
}

.APARTMENTS {
    margin-top: 257px;
    width: 1100px;
    margin: 0 auto;
}



.APARTMENTS h3 {
    margin-top: 100px;
    font-family: 'Aboreto-Regular', sans-serif;
    text-align: left;
    margin-bottom: 40px;
}

.card-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 160px;
}

.card {
    width: 48%;
    margin-right: 10px;
    /* overflow: hidden; */
    border-radius: 20px;
    text-align: center;
    font-family: 'Aboreto-Regular', sans-serif;
    border: 1px solid #c48718;
    padding-bottom: 20px;
    position: relative;
}

.card .bed-img {
    border-radius: 20px 20px 0px 0;
}

.card-box .card-arr-l {
    position: absolute;
    cursor: pointer;
    width: 30px;
    /* 如果图片太大，可以适当增加这个值 */
    height: 30px;
    /* 如果图片太大，可以适当增加这个值 */
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
 
}

.card-box .card-arr-l img{
    width: 100%;
    height: 100% !important;
    transform: rotate(180deg);
}


.card-box .card-arr-r {
    position: absolute;
        cursor: pointer;
    width: 30px;
    /* 如果图片太大，可以适当增加这个值 */
    height: 30px;
    /* 如果图片太大，可以适当增加这个值 */
    right: -50px;
    top: 50%;
}

.card-box .card-arr-r img{
    width: 100%;
    height: 100% !important;
}

.card-box img {
    width: 100%;
    height: 241px;
}

.card .card-title {
    font-size: 18px;
    width: 100%;
    margin: 15px;
    text-align: left;
}

.card p {
    margin-bottom: 20px;
}

.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: 45%;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;

}

.card .card-main {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 60px;
    justify-content: space-between;
}

.card .card-main .card-main-middle {
    padding: 0 10px;
    border-left: 1.5px solid #c48718;
    border-right: 1.5px solid #c48718;
}

.card .card-main .card-main-left,
.card .card-main .card-main-middle,
.card .card-main .card-main-right {
    width: 30%;
}

.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;
}

.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;

}

.contact-us .contact-logo {
    display: flex;
    justify-content: center;
}

.contact-us .contact-logo img {
    width: 100px;

}

.bottom-icons{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.bottom-icons .bottom-icon{
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.bottom-icons .bottom-icon img{
    width: 100%;
}

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;
}