.main-box{
  padding-bottom: 64px;
}
.search-box{
  padding-top: 64px;
}
.search-box .title{
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
}
.search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.search-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-item span{
  font-size: 15px;
  color: #FFFFFF;
}
.search-item .area-box{
  width: 148px;
  min-height: 36px;
  background: rgba(8,35,48,0.4);
  border-radius: 8px;
  border: 1px solid #3D5F72;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px 0 12px;
}
.search-item .area-box .area-value{
  font-size: 15px;
  color: rgba(255,255,255,0.6);
}
.area-list{
  width: 148px;
  min-height: 188px;
  background: #082330;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 10;
  padding: 12px 8px;
}
.area-item{
  line-height: 35px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  font-size: 15px;
  color: #FFFFFF;
  padding: 0 12px;
  margin-bottom: 8px;
}
.area-item:hover{
  background: #3D6073;
  color: #002332;
}
.area-icon{
  width: 12px;
  height: 8px;
}
.area-item:nth-last-of-type(1){
  margin-bottom: 0;
}
.search-item .area-box .select-arrow{
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  top: 7px;
}
.input-box {
  width: 400px;
  min-height: 36px;
  background: rgba(8,35,48,0.4);
  border-radius: 8px;
  border: 1px solid #3D5F72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: 12px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
}

.input-box:hover,
.input-box:focus-within {
  background: #274C61;
  border-color: #FFFFFF;
}

.input-box input {
  border: none;
  background: transparent;
  outline: none;
  color: #fff;
  opacity: 0.6;
  width: 100%;
  font-size: 15px;
}

.input-box input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.input-box input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.input-box input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.search-item .btn-box{
  min-width: 91px;
  min-height: 36px;
  background: #E17719;
  border-radius: 8px;
  margin-left: 12px;
  font-weight: bold;
  font-size: 15px;
  color: #0A2638;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-area{
  /* min-height: 225px; */
  background: rgba(8,35,48,0.8);
  border-radius: 8px;
  margin-top: 32px;
  padding: 24px;
}
.filter-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-bottom: 12px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.filter-item:nth-last-of-type(1){
  margin-bottom: 0;
}
.filter-item .label{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 15px;
  color: #B4BDC1;
  width: 56px;
  white-space: nowrap;
  margin-right: 24px;
  line-height: 24px;
}
.filter-item .value-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.filter-item .value-item{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4px 12px;
  font-size: 12px;
  color: #FFFFFF;
  background: rgba(255,255,255,0.06);
  border-radius: 75px 75px 75px 75px;
  margin-right: 16px;
  margin-bottom: 13px;
  white-space: nowrap;
}
.filter-item .value-item:hover{
  background: rgba(255,255,255,0.36);
}

.filter-item .value-item-active{
  color: #132027;
  background: #E17719;
}
.activity-list{
  margin-top: 40px;
  margin-bottom: 32px;
  border-radius: 6px;
  overflow: hidden;
}
.activity-item{
  min-height: 220px;
  background: #082330;
  position: relative;
  padding: 16px 24px;
  border: 1px solid #0B2839;
}
.activity-item:nth-of-type(1){
  border-radius: 6px 6px 0 0;
}
.activity-item:nth-lase-of-type(1){
  border-radius: 0 0 6px 6px;
}
.activity-item:nth-of-type(even){
  background: rgba(8,35,48,0.8);
  border: 1px solid #0B2839;
}
.activity-item:hover{
  background: rgba(26,59,78,0.6);
  border: 1px solid rgba(61,96,115,0.6);
}
.activity-item .type{
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #E17719;
}
.activity-item .type .line{
  margin: 0 8px;
}
.activity-item .name{
  font-weight: bold;
  font-size: 19px;
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 13px;
}
.activity-tips{
  font-size: 15px;
  color: #B4BDC1;
  margin-bottom: 5px;
}
.activity-tips:nth-last-of-type(1){
  margin-bottom: 0px;
}
.activity-item .status{
  min-width: 75px;
  min-height: 35px;
  background: #111111;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 24px;
}
.activity-item .amant{
  min-width: 163px;
  min-height: 36px;
  background: #E17719;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  color: #0A2638;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 16px;
  right: 24px;
}
.activity-item .amant-free{
  background: #C99E3C;
}
.activity-empty{
  min-height: 293px;
  background: rgba(8,35,48,0.8);
  border: 1px solid #0B2839;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  color: #B4BDC1;
}
#pagination-numbers{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 32px;
}
.page-number{
  min-width: 37px;
  min-height: 37px;
  padding: 0 8px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 9px;
  font-weight: bold;
  font-size: 16px;
  color: #D9D9D9;
}
.page-number-active{
  background: rgba(8,35,48,0.8);
  border: 1px solid #0B2839;
  color: #FFFFFF;
}
.pagination-disabled{
  opacity: 0.35;
  cursor: not-allowed;
}
