@font-face {
    font-family: 'Yaotis';
    src: url('./font/FZYTJW.ttf');
}
*{
    /* -webkit-touch-callout: none !important;
    -webkit-user-select: none; */
}

body{
    margin: 0;
    padding: 0;
    

}
 #app{
    /* width: 100%; */
     /* 100%; */
    /* height: 100vh; */
    height: auto;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    color: #f6cca1;
    /* align-items: center;
    justify-content: center; */
    /* background-color: #f0f0f0;
    font-family: Arial, sans-serif; */
    font-size: 16px;
    background: url('./imgs/gif1.gif') no-repeat center center fixed;
    background-size: cover;
    width:100%;
    max-width: 750px;
    margin: 0 auto;
}
.background{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0; left: 0;
}
.background img{
    width: 100%;
    height: 100vh;
}
.content{
    width: 100%;
    /* height: 100vh; */
    height: 100%;
}
.title{
    /* font-size: 36px; */
    margin-bottom: 20px;
    font-size: 40px;
    text-align: right;
    margin-top: 50px;
    font-family: cursive;
}

.title1{
    margin-top: 100px;
    font-family:  'Yaotis';
    /* font-size: unset; */
    font-size: 60px;
}

.titleBox{
    padding:5px 20px;
    text-align: center;
}
.subtitle{
    font-size: 20px;
    font-family: cursive;
    margin-top: 100px;
}
.message{
    margin-top: 150px;
    font-size: 20px;
}

.ground{
    position: absolute;
    /* z-index: 100; */
    background-size: contain;
    background-size: cover;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-image: url(./imgs/1.gif),linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    background-position: center center;
    /* filter: brightness(90%); */
    /* filter: drop-shadow(144px 0 0 #fff); */
     /* //需要修改的颜色值 */
    /* background-size: cover; */
    /* mix-blend-mode: screen; */
      
    background-blend-mode: lighten;
}
.logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin:  10px;
    padding-top: 20px;
}
.logo img{
    width: 160px;
}

.headline{
    font-weight: bold;
    border-top: 2px solid #f6cca1;
    border-bottom: 2px solid #f6cca1;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
    margin-top: 30px;
    
}

/* --------------- */
.catalogue-list{
    text-align: center;
}
.catalogue-list .catalogue-item{
    border: 1px solid #f6cca1;
    margin: 20px;
    padding: 5px 0;
    line-height: 1.5;
    background-color: #f6cca1;
    color: #884b0d;
}

/*----------------  */
.content-img{
    padding: 25px;
}
.content-img img{
    width: 100%;
    height: 200px;
    border: 1px solid #f6cca1;
}
.content-text{
    padding: 0 25px;
}
.content-text p{
    line-height: 1.6;
}
.content-text-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
/* -------------- */
.submitBtn{
    width: 100%;
    height: 40px;
    font-size: 18px;
    background-color: #f6cca1;
    border:none;
    border-radius: 3px;
    color: #884b0d;
}
.input-box{
    width: 100%;
    display: flex;
    margin: 20px 0;

}
.input-box label{
    flex: 1;
}
.input-box input{
    width: 100%;
    height: 40px;
    border: 1px solid #f6cca1;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: transparent;
    color: #f6cca1;
    font-size: inherit;

}

.input-box textarea{
    background-color: transparent;
    border: 1px solid #f6cca1;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: inherit;
    color: #f6cca1;
}

.input-box input::placeholder, .input-box textarea::placeholder{
    color: #f6cca1;
}

.checkbox .checkbox-label{
    display: block;
    margin-bottom: 5px;
}

/* 当checkbox被选中时 */
.custom-checkbox{
    margin-right: 10px;
    display: flex;
    align-items: center;
    height: 30px;
    border: 1px solid #f6cca1;
    padding: 0 10px;
}
.custom-checkbox+.custom-checkbox{
    border-top: 0;
}
  
/* 隐藏原生的checkbox */
.custom-checkbox input[type="checkbox"] {
    display: none;
  }
   
  /* 定义自定义checkbox的外观 */
  .custom-checkbox .checkmark {
    display: inline-block;
    width: 20px; /* 根据需要调整大小 */
    height: 20px; /* 根据需要调整大小 */
    background-color: #eee; /* 未选中状态颜色 */
    margin-right: 8px; /* 右边距，根据需要调整 */
    border-radius: 4px; /* 圆角 */
    position: relative;
  } 
   
  /* 当checkbox被选中时，显示一个☑ */
  .custom-checkbox input[type="checkbox"]:checked + .checkmark:before {
    content: "";
    position: absolute;
    left: 7px; /* 根据checkbox大小调整 */
    top: 3px; /* 根据checkbox大小调整 */
    width: 6px; /* 根据checkbox大小调整 */
    height: 10px; /* 根据checkbox大小调整 */
    border: solid #000; /* 边框颜色 */
    border-width: 0 2px 2px 0; /* 创建☑形状 */
    transform: rotate(45deg); /* 旋转 */
  }

  /* -------------- */
  .map-box{
    width: 100%;
    padding: 20px 0;
  }
  .map-box .map{
    width: 100%;
    height: 300px;
  }
  .map-box .map-side{
    background-color: #fff;
    color: #000;
    display: flex;
    padding: 10px 6px;
  }
  .map-box .map-side .map-side-text{
     flex: 1; 
     width: 200px;
  }
  .map-box .map-side  .btn-box{
    padding:0 5px;
    width: 100px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    
  }
  .map-box .map-side .btn-box .btn-icon{
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .map-box .map-side .btn-box a{
    color: #fff;
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 36px;
    align-items: center;
    background-color: #f5a555;
    border-radius: 5px;
    justify-content: center;
    font-size: 14px;
  }
  .map-box .map-side .map-side-text .text-line{
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 14px;
  }
  .map-box .map-side .map-side-text .text-line .text-line-title{
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .map-box .map-side .map-side-text .text-line .text-line-content{
    margin-left: 10px;
  }

  /* ---------------- */
  .text-list{
    padding:20px;
  }
  .text-list .text-item{
    margin-bottom: 5px;
  }