.nav-f {
  text-decoration: none;
  color: white;
  font-size: 0.14rem;
}

.yycg-img img {
  display: block;
  width: 100%;
  height: 100vh;
}

nav li:hover .nav-f {
  background: white;
  color: black !important;
}

.header-top {
  position: absolute;
  width: 100%;
}

.appointment-form {
  background-color: rgb(13 13 13 / 77%); /* 稍微透明化背景色 */
padding: 0.4rem;
width: 5.05rem;
height: calc(100vh - 1.61rem);
position: absolute;
top: 0.8rem;
right: 0;
overflow: auto;
backdrop-filter: blur(0.15rem); /* 添加模糊效果 */
-webkit-backdrop-filter: blur(0.1rem); /* 为 Safari 浏览器添加前缀 */
box-shadow: 0 0 0.2rem rgb(0 0 0 / 20%); /* 添加阴影效果 */
}

.form-title {
  font-size: 0.6rem;
  margin-bottom: 0.3rem;
  font-weight: 300;
  color: #F3F6F6;
}

.dark-form {
  padding: 0.2rem;
}

.form-group {
  margin-bottom: 0.3rem;
  line-height: 0.45rem;
  display: flex;
}

.form-label {
  color: #B4B4B4;
  font-weight: 300;
  font-size: 0.24rem;
}

.form-cplx{
  background: url(../images/right.png) no-repeat right /0.3rem !important;
}

.asterisk {
  color: #F38BA0;
  margin-right: 0.05rem;
}

.form-input {
  flex: 1;
  height: 0.45rem;
  margin-left: 0.2rem;
  border: none;
  border-bottom: 0.01rem solid #333;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.2rem;
  background: transparent;
}

.submit-btn {
  background-color: #c2e9fb;
  color: #0D0D0D;
  font-weight: 600;
  border: none;
  width: 3.65rem;
  letter-spacing: 0.02rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: 1.2rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.2rem;
  text-align: center;
}


/*下拉菜单*/

.dropdown-content {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 1.8rem;
  padding-bottom: 0.2rem;
  width: 3.2rem;
  border-radius: 0.1rem;
  z-index: 1;
  overflow-y: auto;
  background-color: rgb(255 255 255 / 21%);
  overflow: auto;
  backdrop-filter: blur(0.15rem);
  -webkit-backdrop-filter: blur(0.1rem);
  box-shadow: 0 0 0.2rem rgb(87 84 84 / 40%);
}

.dropdown-item {
  color: #ffffff;
  display: inline;
  padding-left: 0.2rem;
  height: 0.rem;
  font-size: 0.2rem;
  font-weight: 300;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #737780;
}

#product-type {
  cursor: pointer;
}
