#main .section4 .info {
  height: auto;
}
#main .section4 .yuyue .ztformbox{
  margin-bottom: 0;
}
#main .section4 .chose {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 16px;
  text-align: center;
}

#main .section4 .chose select {
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 20px;
  line-height: 20px;
  color: #eba21f;
  padding: 0 5px;
  cursor: pointer;
}

#main .section4 .yuyue .address {
  margin-top: 10px;
  height: 48px;
  background-color: #ffca6b45;
  border-radius: 10px;
  padding: 12px 0 10px 20px;
  overflow: hidden;
  cursor: pointer;
}
#main .section4 .yuyue .address.active{
  background-color: #ffca6b;
  height: 86px;
}
#main .section4 .yuyue .address p:nth-child(2){
  line-height: 18px;
  margin-top: 8px;
  height: 0;
  overflow: hidden;
}
#main .section4 .yuyue .address.active p:nth-child(2){
  height: auto;
}
#main .section4 .yuyue .address.active{

}
#main .section4 .address:nth-child(1) {
  margin-top: 10px;
}

#main .section4 .yuyue .address p{
  font-size: 18px;
}