@import './base.css';

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

.header .filter {
  width: 1400px;
  /* padding-top: 50px; */
  border: none;
}
.header .filter .btn-list{
  display: flex;
}
.header .filter .btn-list .btn{
  width: 126px;
  height: 44px;
  border-radius: 21.5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(230, 239, 243, 1);            
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
  color: #3C3C3C;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  user-select: none;
  cursor: pointer;
}
.header .filter .btn-list .btn.active{
  width: 126px;
  height: 44px;
  border-radius: 21.5px;
  background: linear-gradient(171.97deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
  color: #ffffff;
}

.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;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.content .content-wrap .left .card .text-box .detail{
  position: absolute;
  right: 0;
  bottom: 0;
  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 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: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 13px;
  cursor: pointer;
}
.content .content-wrap .left .card .text-box>p{
  display: flex;
  align-items: center;
}
.content .content-wrap .left .card .text-box>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;
}



.side-hot{
  height: auto;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #DAE8ED;
}


.side-information{
  border: 1px solid #DAE8ED;
  width: 100%;
  padding: 20px;
  padding-bottom: 7px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.side-information .title{
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 18px;
  text-align: center;
}
.side-information .information-item{
  display: flex;
  padding: 26px 0;
  border-top: 1px solid #DAE8ED;
  padding-bottom: 15px;
}
.side-information .information-item .img-box{
  width: 22px;
  height: 19px;
}
.side-information .information-item h3{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(69, 69, 69, 1);
}

