/* p {
  font-family: cursive;
  font-size: 25px;
} */

body {
  background: rgb(63, 212, 251);
  background: radial-gradient(
    circle,
    rgba(63, 212, 251, 1) 0%,
    rgba(208, 70, 252, 1) 100%
  );
}


/* 导航 */
.navbar {
  padding: 0px 0px;
  margin-bottom: 0;
  background-color: #2d2d30;
  border: 0;
  font-size: 18px;
  letter-spacing: 0.5rem !important;
  opacity: 0.8;
}

.navbar .navbar-nav .nav-item .navbar-link {
  padding-right: 0px;
}
.navbar:hover {
  background-color: #2d2d30;
}
.dropdown-menu .dropdown-item{
  color: #fff !important;
}
.show .dropdown-menu{
  color: #fff;
  background-color: #555 !important; 
}
.dropdown-item:hover,.dropdown-item:focus{
  background-color: #333 !important;
}

/* logo */
.logo {
  font-size: 35px;
  font-family: ziti2;
  letter-spacing: 0rem !important;
  color: white;
}
.y {
  font-size: 40px;
  font-weight: 900;
  color: red;
}

/* 成员页样式 */
.container {
  padding: 80px 120px;
}
.person {
  border: 10px solid transparent;
  opacity: 0.8;
}
.person:hover {
  border-color: #f1f1f1;
}

/* 售票页 */
.bg-1 {
  background: #2d2d30;
  color: #bdbdbd;
  opacity: 0.8;
}
.bg-1 h3 {
  color: #fff;
  font-family: ziti2;
}
.bg-1 p {
  font-family: ziti2;
}

.container {
  padding: 60px 180px;
}
.card {
  padding: 0 0 0 0;
  border: none;
  border-radius: 0;
}
.card p {
  margin-top: 15px;
  color: #555;
}
.card h5 {
  font-style: italic;
  color: #555;
}
.btn {
  align-items: center;
  padding: 10px 20px;
  background-color: #333;
  color: #f1f1f1;
  border-radius: 0;
  transition: 2s;
}
.btn:hover,
.btn:focus {
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
}

/* font */
@font-face {
  font-family: ziti1;
  src: url("./Goodlight-Light.otf");
  font-family: ziti2;
  src: url("./JetBrainsMono-Bold-Italic.ttf");
}

.button1 {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  
  border-radius: 25px;
  justify-content: right;
}
.button:hover {
  background-color: #3e8e41;
}



.contact {
  /* display: flex;
  justify-content: center; */
  padding: 15px 15px;
  border-radius: 25px;
  opacity: 0.8;
}
.contact h3{
  font-size: 40px;
  font-family: ziti2;
}
.contact p{
  font-family: ziti2;
  font-size: 20px;
}
.contact button1{
  text-align: center;
}
/* modal */
.modal-header,h4,.close{
  background-color: #333;
  color: #fff !important;
  text-align: center;
  font-size: 30px;
  font-family: ziti2;
}

.modal-header,.modal-body{
  padding: 40px 50px;
  font-family: ziti2;
}

.btn2{
  background-color: #4caf50;
  border: none;
}
.btn2:hover{
  background-color: #3e8e41;
}



#baiduMap{
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer{
background-color: #2d2d30;
color: #f5f5f5;
padding: 32px 32px;
}
.footer a{
  color: #f5f5f5;
}
.footer a:hover{
  color: #777;
  
}