@import './base.css';

/*start----头部----start*/
.header {
  /* height: 449px; */
  padding-bottom: 60px;
}


.header .filter {
 /* display: flex; */
  /* flex-direction: column; */
  width: 1400px;
  /* height: 253px; */
  margin-top: 40px;
  border: 1px solid rgba(218, 232, 237, 1);
}

.header .filter .filter-position {
  /* height: 122px; */
  border-bottom: 1px solid #DAE8ED;
  display: flex;
}

.header .filter .filter-price {
  flex: 1;
  display: flex;
}

.header .filter .filter-position .title,
.header .filter .filter-price .title {
  width: 132px;
  border-right: 1px solid #DAE8ED;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #3C3C3C;
  padding-bottom: 25px;
}
.header .filter .filter-position .title {
  padding-top: 30px;
}
.header .filter .filter-price .title{
  padding-top: 8px;
}
.header .filter .filter-price .title p{
  margin-top: 28px;
  height: 24px;
}


.header .filter .filter-position .tab-list {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 25px;
}
.header .filter .filter-price .tab-list {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 25px;
}
.header .filter .filter-position .tab-list ul,
.header .filter .filter-price .tab-list ul{
  display: flex;
  align-items: center;
  padding-left: 40px;
  min-height: 30px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #3C3C3C;
}
.header .filter .filter-position .tab-list .type-list li{
  margin-right: 25px;
  padding-bottom: 6px;
  cursor: pointer;
  user-select: none;
  border-bottom: 2px solid transparent;
}
.header .filter .filter-position .tab-list .type-list li.active{
  color: #075FF1;
  border-bottom: 2px solid #075FF1;
}

.header .filter .filter-position .tab-list .btn-list,
.header .filter .filter-price .tab-list .btn-list{
  margin-top: 17px;
  padding-left: 32px;
}

.header .filter .filter-position .tab-list .btn-list li,
.header .filter .filter-price .tab-list .btn-list li{
  padding: 0 10px;
  color: #868B91;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  border-radius: 12px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}

.header .filter .filter-price .tab-list .btn-list li{
  margin-right: 15px;
}



.header .filter .filter-position .tab-list .btn-list li.active,
.header .filter .filter-price .tab-list .btn-list li.active{
  color: #ffffff;
  background: linear-gradient(12deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
}



.content{
  padding-top: 55px;
  padding-bottom: 65px;

}
.content .content-head{
  width: 1043px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.content .content-head h2{
  color: #3C3C3C;
  font-size: 26px;
  margin-right: 200px;
  letter-spacing: -0.5px;
}
.content .content-head h2 span{
  color: #FFAC1C;
  font-family: "Arial";
  padding: 0 5px;
}
.content .content-head ul{
  display: flex;
}
.content .content-head ul li{
  position: relative;
  margin-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(102, 102, 102, 1);
  cursor: pointer;
  user-select: none;
}
.content .content-head ul li.active{
  color: rgba(26, 116, 247, 1);
}
.content .content-head ul li img{
  width: 7px;
  height: 4px;
}
.content .content-head ul li .arrow-up{
  position: absolute;
  top: 6px;
  right: 0;
}
.content .content-head ul li .arrow-down{
  position: absolute;
  bottom: 6px;
  right: 0;
}


.content .content-wrap .left{
  width: 1043px;
}
.content .content-wrap .left .card{
  width: 100%;
  height: 268px;
  margin-bottom: 20px;
  display: flex;
  border: 1px solid #ffffff;
  padding: 30px;
}
.content .content-wrap .left .card:hover{
  border-color: #075FF1;
}
.content .content-wrap .left .card .img-box{
  min-width: 310px;
  max-width: 310px;
  height: 208px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 42px;
}

.content .content-wrap .left .card .text-box{
  flex: 1;
  padding-top: 20px;
  padding-right: 10px;
}
.content .content-wrap .left .card .text-box p{
  font-size: 15px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  padding-bottom: 10px;
}
.content .content-wrap .left .card .text-box .text .title{
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 13px;
  cursor: pointer;
}
.content .content-wrap .left .card .text-box .text .detail{
  margin-top: 22px;
  width: 105px;
  height: 40px;
  line-height: 40px;
  border-radius: 19.5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(218, 232, 237, 1);  
  font-size: 14px;
  font-weight: 400;
  color: rgba(134, 139, 145, 1);
  text-align: center;
  user-select: none;          
}
.content .content-wrap .left .card .text-box .text p{
  display: flex;
  align-items: center;
}
.content .content-wrap .left .card .text-box .text p img{
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.content .content-wrap .left .card .text-box .btn-box{
  display: inline-block;
}
.content .content-wrap .left .card .text-box .btn-box ul{
  margin-top: 17px;
  height: 40px;
  line-height: 40px;
  border-radius: 19.5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(218, 232, 237, 1);  
  font-size: 14px;
  font-weight: 400;
  color: rgba(134, 139, 145, 1);
  text-align: center;
  user-select: none;   
  overflow: hidden;
  display: flex; 
}
.content .content-wrap .left .card .text-box .btn-box li{
  cursor: pointer;
  height: 100%;
  width: 88px;
  border-right: 1px solid rgba(218, 232, 237, 1);  
}
.content .content-wrap .left .card .text-box .btn-box li:nth-last-of-type(1){
  border: none;
}
.content .content-wrap .left .card .text-box .btn-box li.active{
  color: #ffffff;
  background: linear-gradient(20deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
}

.content .content-wrap .left .card .text-box .price{
  text-align: right;
  white-space: nowrap;
}
.content .content-wrap .left .card .text-box .price .price-title{
  white-space: nowrap;
  padding-bottom: 6px;
  color: #000000;
}

.content .content-wrap .left .card .text-box .price .price-title .num{
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  color: rgba(26, 116, 247, 1);
  margin-right: 2px;
}


.content .content-wrap .left #pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.content .content-wrap .left #pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-wrap .left #pagination ul li{
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: #353535;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
}
.content .content-wrap .left #pagination ul li:nth-of-type(1),
.content .content-wrap .left #pagination ul li:nth-last-of-type(1){
  width: 77px;
}
.content .content-wrap .left #pagination ul li:hover,
.content .content-wrap .left #pagination ul li.active{
  color: #ffffff;
  background: linear-gradient(20deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
}



.content .content-wrap .right{
  width: 330px;
}

