* {
    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;
}

.INSPIRATION-module{
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    width: 1000px;
}

.INSPIRATION-module .module-item{
    width: 45%;
}

.INSPIRATION-module .module-title{
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 24px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}

.times-conditions .module-title{
    background-color: #593f0c;
    position: relative;
    top: 16px;
}
.INSPIRATION-module .module-title{
    z-index: 9999;
    box-sizing: border-box;
}
.INSPIRATION-module .module-title:hover{
    background-color: #fff;
    color: black;
    border: 1px solid black;
    position: relative;
    top: 16px;
    z-index: 9999;
}

.privacy-policy .module-title{
    background-color: #f2a81d;
     position: relative;
    top: 16px;
}

.module-content{
   box-shadow: #c48718 0px 0px 10px;
    border-top: 0;
}


.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;

}

.big-text p {
    margin-bottom: 30px;
}



.big-text .line {
    width: 100px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: 30px;
}


.module-content{
    font-family: 'Roboto-Italic-VariableFont_wdth', sans-serif;
    padding: 30px 20px 80px 20px;
    font-size: 14px;
    color: #888;
    position: relative;
}

.module-content::after{
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    width: 45px;
    background: url(../images/pngwing.com.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 46%;
    transform: rotate(90deg) translateX(-50%);
    bottom: -10px;
    cursor: pointer;
}

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;
}


.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;
}


.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%;
}