.detail {
  padding-bottom: 0.45rem;
  background: #F7F8FB;
}
.detail .proInfo {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  padding: 0.3rem;
  gap: 0.48rem;
}
.detail .proInfo .left {
  width: 4.8rem;
  height: 4.8rem;
  flex-shrink: 0;
}
.detail .proInfo .left img {
  width: 100%;
  height: 100%;
}
.detail .proInfo .right{
    width: 100%;
}
.detail .proInfo .right .title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #092138;
  margin-bottom: 0.16rem;
}
.detail .proInfo .right .price {
  width: 100%;
  height: 0.77rem;
  background-image: url('../img/trademark/price.png');
  display: flex;
  align-items: flex-end;
  padding: .25rem 0.2rem;
  margin-bottom: 0.16rem;
}
.detail .proInfo .right .price span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6A6A6A;
}
.detail .proInfo .right .price p {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.18rem;
  color: #F42424;
  line-height: 1;
}
.detail .proInfo .right .price p b {
  font-size: 0.32rem;
  color: #F42424;
}
.detail .proInfo .right .param .item {
  display: flex;
  margin-bottom: 0.16rem;
}
.detail .proInfo .right .param .item span {
  min-width: 1.1rem;
  text-align: right;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6A6A6A;
  line-height: 0.28rem;
}
.detail .proInfo .right .param .item p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.28rem;
}
.detail .proInfo .right .param .last {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .proInfo .right .param .last .item {
  margin-bottom: 0;
  flex: 1;
}
.detail .proInfo .right .param .last .item:last-child p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #F54A4B;
}
.detail .proInfo .right .toPay {
  width: 2.6rem;
  height: 0.56rem;
  background: #DD0F1F;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-top: 0.39rem;
}
.detail .contactPerson {
  width: 100%;
  display: flex;
  margin-top: 0.2rem;
  gap: 0.2rem;
}
.detail .contactPerson .left {
  width: 5rem;
  height: 2.4rem;
  /*height: 3rem;*/
  background: #FFF9F0;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #F4CF9C;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.24rem;
  padding: 0.9rem 0.4rem 0.5rem;
  padding: 0.6rem 0.4rem 0rem;
  flex-shrink: 0;
}
.detail .contactPerson .left .tip {
  width: 3rem;
  height: 0.56rem;
  background-image: url('../img/trademark/tip.png');
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  /*align-items: center;*/
  padding-top: .08rem;
  justify-content: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: #6E3100;
}
.detail .contactPerson .left img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: all .3s
}
.detail .contactPerson .left img:hover{
    transform: scale(1.1);
}
.detail .contactPerson .left .info .name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
}
.detail .contactPerson .left .info p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #6D6D6D;
  display: flex;
  align-items: center;
}
.detail .contactPerson .left .info p.phone span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
}
.detail .contactPerson .left .info p.loginTime span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #222222;
}
.detail .contactPerson .right {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 0.16rem 0.36rem 0.23rem;
  align-items: flex-start;
}
.detail .contactPerson .right .tit {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  gap: 0.25rem;
  white-space: nowrap;
  margin-bottom: 0.14rem;
}
.detail .contactPerson .right .tit::before,
.detail .contactPerson .right .tit::after {
  content: '';
  width: 100%;
  height: 0.01rem;
  background: #D6D6D6;
}
.detail .contactPerson .right .contactList {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.detail .contactPerson .right .contactList .item {
  width: 2.6rem;
  height: 1.6rem;
  background: #FFFFFF;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  border: 0.01rem solid #EFEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail .contactPerson .right .contactList .item .price {
  width: 100%;
  padding: 0 0.1rem;
  margin-bottom: 0.1rem;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.22rem;
  color: #F42424;
  text-align: center;
  border-bottom: 0.01rem dashed #ECE4D9;
}
.detail .contactPerson .right .contactList .item .name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #000000;
}
.detail .contactPerson .right .contactList .item .phone {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #000000;
}
.detail .contactPerson .right .contactList .item .loginTime {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6D6D6D;
}
.detail .contactPerson .right .contactList .item .loginTime span {
  color: #222222;
}


#app .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.17rem;
}
#app .listBox .item {
  width: 2.64rem;
  height: 3.64rem;
  border: 0.01rem solid #EFECEC;
  padding: 0.24rem;
  position: relative;
  background: #FFFFFF;
}
#app .listBox .item .tip {
  position: absolute;
  width: 0.36rem;
  height: 0.2rem;
  top: 0.12rem;
  left: 0.12rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: #C6F5FD;
  line-height: 0.2rem;
  text-align: center;
}
#app .listBox .item .collect {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.12rem;
  right: 0.12rem;
  cursor: pointer;
}
#app .listBox .item .collect img {
  width: 100%;
  height: 100%;
}
#app .listBox .item img {
  width: 2.16rem;
  height: 2.16rem;
  margin-bottom: 0.12rem;
}
#app .listBox .item .ellipsis1 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  margin-bottom: 0.08rem;
}
#app .listBox .item .ellipsis1.className {
  color: #666666;
}
#app .listBox .item .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .listBox .item .foot .price {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.14rem;
  color: #DD0F1F;
}
#app .listBox .item .foot .price span {
  font-size: 0.2rem;
}
#app .listBox .item .foot a {
  width: 0.79rem;
  height: 0.32rem;
  background: #FFFFFF;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.01rem solid #CCCCCC;
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  text-align: center;
  line-height: .32rem;
}
#app .listBox .item .foot a:hover{
    background: #0F57E2;
    color: #fff;
}


@media only screen and (max-width: 1024px) {
  .detail{
    margin-top: 50px;
  }
  .breadWrap{
    width: 98%;
    margin: auto;
  }
  .detail .main{
    width: 98%;
    margin: auto;
  }
  .detail .proInfo{
    display: block;
  }
  .detail .proInfo .left{
    width: 100%;
  }
  .detail .proInfo .right .param .item span,.detail .proInfo .right .param .item p{
    font-size: 12px;
  }
  .detail .proInfo .right .param .last{
    display: block;
  }
  .detail .proInfo .right .param .last .item:first-child{
    margin-bottom: 0.16rem;
  }
  .detail .contactPerson{
    display: block;
  }
  .detail .contactPerson .left{
    width: 100%;
  }
  .detail .contactPerson .right{
    margin-top: 0.2rem !important;
  }
  #app .listBox{
    gap: 0.1rem;
  }
  #app .listBox .item{
    width: calc((100% - 0.2rem) / 3);
    height: 4.5rem;
  }
  #app .listBox .item .tip{
    width: auto;
    height: auto;
    padding: 0.06rem;
    font-size: 12px;
  }
  #app .listBox .item .foot{
    display: block;
  }
  #app .listBox .item .ellipsis1,#app .listBox .item .foot .price,#app .listBox .item .foot .price span{
    font-size: 12px;
  }
  #app .listBox .item .foot a{
    width: 1.2rem;
    height: 0.42rem;
    margin-top: 0.1rem;
    line-height: .42rem;
    font-size: 12px;
  }
  .detail .contactPerson .left .info .name,.detail .contactPerson .left .info p,.detail .contactPerson .left .info p span{
    font-size: 12px !important;
  }
  .detail .contactPerson .left .info .btn{
    width: 1.39rem !important;
    height: 0.42rem !important;
    font-size: 12px !important;
    line-height: 0.42rem;
  }
  .detail .proInfo .right .param .last .item:last-child p{
    font-size: 12px;
  }
  .info{
    display: flex;
    flex-wrap: wrap;
  }
  .detail .contactPerson .left .info .name{
    flex: 0 0 30%;
  }
  .detail .contactPerson .left .info .phone{
    flex: 0 0 70%;
  }
  .detail .contactPerson .left .info .btn{
    flex: 0 0 1.39rem;
    margin-top: 0.2rem !important;
  }
}