@import './base.css';

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

.header .filter {
  width: 1400px;
  padding-top: 50px;
}
.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-bottom: 65px;
}


.content .crumbs{
  padding: 20px 0;
}
.content .crumbs ul{
  display: flex;
}
.content .crumbs ul li{
  margin-right: 8px;
  color: #666666;
  font-size: 14px;
  font-weight: 100;
}
.content .crumbs ul li::after{
  content: '';
  display: inline-block;
  width: 4px;
  height: 7px;
  background-image: url('../assets/icons/右三角.png');
  margin-left: 8px;
}
.content .crumbs ul li:nth-last-of-type(1):after{
  display: none;
}

.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%;
  border: 1px solid #DAE8ED;
  padding: 50px;
}
.content .content-wrap .left .card h1{
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #3C3C3C;
}
.content .content-wrap .left .card .time{
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  color: #666666;
  /* font-family: 'Arial'; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-wrap .left .card .time img{
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.content .content-wrap .left .card .content-text{
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(192, 220, 255, 0.41);
  border-bottom: 1px solid rgba(192, 220, 255, 0.41);
  color: #666666;
}
.content .content-wrap .left .card .content-text p{
  padding: 12px 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
}
.content .content-wrap .left .card .content-text img{
  border-radius: 20px;
  margin: 10px 0;
}
.content .content-wrap .left .card .to-other{
  margin-top: 25px;
}
.content .content-wrap .left .card .to-other p{
  font-size: 15px;
  padding: 2px 0;
  color: #000000;
  font-weight: 100;
}
.content .content-wrap .left .card .to-other p span{
  color: #666666;
  margin-right: 10px;
}



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


.side-detail{
  height: auto;
  padding: 20px;
  border: 1px solid #DAE8ED;
  margin-bottom: 20px;
}
.side-detail .title{
  font-size: 18px;
  font-weight: 700;
  color: #3C3C3C;
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: center;
}
.side-detail .intro{
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(192, 220, 255, 0.41);
}
.side-detail .intro .img-box{
  width: 132px;
  height: 88px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 10px;
}
.side-detail .intro .text-box .title{
  font-size: 17px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 0;
  color: #000000;
}
.side-detail .intro .text-box .price{
  font-size: 13px;
}
.side-detail .intro .text-box .price .num{
  font-size: 24px;
  font-weight: 700;
  color: #1A74F7;
  font-family: 'Arial';
  margin-right: 2px;
}
.side-detail .dic{
  padding: 20px 0;
}
.side-detail .dic>div{
  display: flex;
  font-size: 15px;
  font-weight: 100;
  color: #666666;
  margin-bottom: 8px;
  line-height: 20px;
}
.side-detail .dic>div p:nth-of-type(1){
  width: 70px;
  white-space: nowrap;
  margin-right: 20px;
}
.side-detail .dic>div p:nth-of-type(2){
  flex: 1;
  color: #000000;
}

.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 h4{
  font-size: 16px;
  line-height: 20px;
  color: rgba(69, 69, 69, 1);
}

.content-wrap .left .about-article{
  margin-top: 20px;
  padding: 0 !important;
  overflow: hidden;
}
.content-wrap .left .about-article>.title{
  height: 75px;
  border-bottom: 1px solid #dae8ed;
  background-color: #f7fdff;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.content-wrap .left .about-article>.title::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 20px;
  opacity: 1;
  border-radius: 1px;
  margin-right: 10px;
  margin-top: 2px;
  background: linear-gradient(70deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
}

.content-wrap .left .about-article .list-box{
  display: flex;
  padding: 35px  40px;
}
.content-wrap .left .about-article .list-box ul{
  flex: 1;
}
.content-wrap .left .about-article .list-box ul li{
  width: 408px;
  padding-bottom: 15px;
  display: flex;
}
.content-wrap .left .about-article .list-box ul li h4{
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.content-wrap .left .about-article .list-box ul li .img-box {
  width: 22px;
  height: 19px;
}
.content-wrap .left .about-article .list-box ul li .img-box {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
}

