.search-box {
  padding: 30px 25px;
  display: flex;
}
.search-box .img-box{
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  /*background: linear-gradient(158deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);*/
}
.search-box .img-box img{
  margin-left: 6px;
  width: 50px;
  object-fit: contain;
}
.search-box .input-box{
  height: 70px;
  width: 619px;
  border-radius: 34.5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(218, 232, 237, 1);
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
  margin-left: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.search-box .input-box img{
  width: 29px;
  height: 28px;
}
.search-box .input-box input{
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  margin-left: 20px;
  font-size: 26px;
}

.tab-box{
  height: 87px;
  border-top: 1px solid #DAE8ED;
  border-bottom: 1px solid #DAE8ED;
  display: flex;
  justify-content: space-around;
}
.tab-box div{
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.tab-box div img{
  width: 10px;
  height: 6px;
  margin-left: 10px;
}




.content{
  padding-top: 217px;
}
.content .card{
  padding: 40px 0;
  width: 700px;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #EDF3FC;
}
.content .img-box{
  min-width: 230px;
  width: 230px;
  height: 152px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 30px;
}
.content .text-box h3{
  min-height: 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
  display: flex;
  align-items: flex-start;
}
.content .text-box h3 .label-tag{
  display: inline-block;
  min-width: 48px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: rgba(39, 132, 251, 1);
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-right: 10px;
  white-space: nowrap;
}
.content .text-box p{
  padding-top: 10px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.content .text-box .price{
  font-size: 18px;
  font-weight: 700;
  color: rgba(244, 79, 69, 1);
  margin-top: 8px;
}
.content .text-box .price .num{
  font-size: 34px;
  line-height: 34px;
  margin-right: 4px;
}
.content .text-box .tag-list{
  display: flex;
  margin-top: 10px;
}
.content .text-box .tag-list li{
  white-space: nowrap;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  background: rgba(237, 243, 252, 1);
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(116, 139, 168, 1);
}
