.mt--1 {
  margin-top: -1px;
}
.swiper-container {
  width: 100%;
  height: 456px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
  width: 12px;
  height: 12px;
  margin: 0 8px !important;
}
/* 横线分页器样式 */
.swiper-pagination {
  bottom: 20px;
}
.swiper-pagination-bullet {
  width: 50px !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  opacity: 0.9 !important;
}
.swiper-pagination-bullet-active {
  background-color: #ff6a00 !important;
}
.search-item p {
  display: inline-block;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ddd;
  background: #eee;
  height: 35px;
  line-height: 35px;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.search-item p:last-child {
  margin-left: -3px;
}
.search-item p.active {
  background-color: #ff6a00;
  color: white;
}
.search form {
  position: relative;

}
.search input {
  padding: 0 70px 0 20px;
  height: 50px;
  /* width: 100%; */
  border: 1px solid #ddd;
  vertical-align: middle;
  box-sizing: border-box;
}
.search button {
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  border: 0;
  vertical-align: middle;
  margin-right: -10px;;
}
.search input:focus {
  border: 1px solid  #ff6a00!important;
  outline: none; /* 移除默认的浏览器outline */
}
.search-keywords a {
  border-right: 1px solid #ddd;
}
.search-keywords a:last-child {
  border-right: none;
}
.main .selects select {
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 12px;
  box-sizing: border-box;
   /* 隐藏默认箭头 */
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   
   /* 添加自定义箭头并调整位置 */
   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right 8px center; /* 关键调整：将8px改为更小的值可以更靠左 */
   background-size: 20px;
   padding-right: 25px; /* 减小这个值可以让箭头更靠左 */
}
.main .selects select:focus {
  outline: none; /* 移除默认的浏览器outline */
}
.main .selects option {
  height: 40px;
}
.main .selects>div {
  width: 32%;
  margin-right: 2%;
}
.main .selects>div:last-child {
  margin-right: 0;
}
.main .buttons {
  margin-right: -20px; /* 抵消最后一列的margin-right */
}
.main .buttons div{
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  width: calc(20% - 30px);
  padding-left: 30px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.main .buttons div:hover, .main .buttons div.active{
  border: 1px solid #ff6a00;
  color: white;
  padding-left: 40px;
  background-color: #ff6a00;
  background-image: url("../icon/select.png");
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.form-model input, .form-model textarea {
  border: 1px solid #ddd;
  padding: 10px 12px;
  background-color: #f1f1f1;
}
.form-model input:focus {
  border: 1px solid #ff6a00;
  outline: none;
}
.upload-area {
  height: 150px;
  width: 400px;
  border: 1px dashed #ddd;
}

.account-item-tab p {
  border-bottom: 5px solid transparent;
  color: #000;
}
.account-item-tab p.active {
  border-bottom: 5px solid #ff6a00;
  color: #ff6a00;
}
.account-head a {
  color: #ff6a00;
  background-image: url("../icon/add-theme.png");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 20px center;
}
.account-head a:hover {
  background-color: #ff6a00;
  color: white;
  background-image: url("../icon/add-white.png");
}