.detail_item{
  display: flex;
  margin-top: 18px;
  margin-bottom: 77px;
}
.detail_item_banner{
  height: 688px;
  width: 1030px;
    display: flex;
    justify-content: center;
}
.detail_item_banner img{
  height: 100%;
  width: 100%;
  border: 3px solid #fff;
  box-sizing: border-box;
    object-fit: contain;
}
.detail_item_banner img:hover{
  border: none;
}
.detail_item_text{
  flex: 1;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.download{
  display: flex;
  justify-content: space-between;
}
.download button{
  width: calc(33% - 9px);
  height: 68px;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.download button:hover{
  border: none;
}
.download button img{
  margin-right: 10px;
}
.download button:nth-child(1){
  background: #1b97f6;
}
.download button:nth-child(2){
  background: #075496;
}
.download button:nth-child(3){
  background: #f8b90e;
}
.texts{
  margin-top: 23px;
}
.texts h2{
  color: #333;
  flex: 1;
  margin-bottom: 20px;
}
.texts .collection{
  display: flex;
  justify-content: space-between;
}
.texts .collection_btn{
  color: #333;
  cursor: pointer;
  width: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.texts .collection_btn img{
  border-radius: 50%;
}
.texts .collection_btn p{
  margin-top: 11px;
}
.texts .text{
  display: flex;
}
.texts .text p{
  margin-bottom: 25px;
}
.texts .text p:nth-child(1){
  width: 76px;
  color: #999;
}
.texts .text p:nth-child(2){
  flex: 1;
  color: #333;
}
.detail_item_text .btn{
  display: flex;
  justify-content: center;
  margin-bottom: 63px;
}
.detail_item_text .btn:nth-child(3){
  display: none;
}
.detail_item_text .btn button{
  width: 257px;
  height: 65px;
  margin: 0 16px;
  border: none;
  border-radius: 33px;
  font-size: 20px;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.detail_item_text .btn button:hover{
  border: none;
}
.detail_item_text .btn button:nth-child(1){
  background: #e8f4fe;
  color: #1b97f6;
}
.detail_item_text .btn button:nth-child(1) a{
  color: #1b97f6;
}
.detail_item_text .btn button:nth-child(2){
  background: #fef8e6;
  color: #f1ac6c;
}

.modal_route{
  position: fixed;
  height: 500px;
  width: 600px;
  top: calc(50% - 250px);
  left: calc(50% - 300px);
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px 26px;
  z-index: 211;
}
.modal_route .modal_logo img{
  width: 308px;
  margin-bottom: 61px;
}
.modal_detail_name,.modal_detail_tel{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
}
.modal_detail_name img,.modal_detail_tel img{
  width: 82px;
  position: relative;
  text-indent: 2;
}
.modal_detail_name p,.modal_detail_tel p{
  width: 468px;
  height: 82px;
  line-height: 82px;
  margin-left: -53px;
  text-indent: 64px;
  color: #333;
  border-radius: 41px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.modal_detail_name p {
  background: #fff8e6;
}
.modal_detail_tel p {
  background: #e8f5fe;
}
.modal_detail_name{
  margin-bottom: 31px;
}
.modal_route_hidden{
  display: none;
}

@media screen and (max-width: 1024px) {
  .detail_item{
    display: block;
  }
  .detail_item_banner{
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
.detail_item_text .btn:nth-child(2){
  display: none;
}
.detail_item_text .btn:nth-child(3){
  display: flex;
}
  .detail_item_banner{
  	height: 370px;
  }
  .detail_item{
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .download button{
    height: 45px;
    width: calc(33% - 4px);
  }
  .download button img{
    width: 20px;
  }
  .texts .collection_btn img{
    width: 30px;
  }
  .texts .collection_btn p{
    margin-top: 5px;
  }
  .detail_item_banner{
    margin-bottom: 10px;
  }
  .texts{
    margin-top: 10px;
  }
  .detail_item_text{
    margin: 0;
  }
  .detail_item_text .btn{
    margin-bottom: 20px;
  }
  .detail_item_text .btn button{
    height: 45px;
    font-size: 18px;
  }
  .modal_route{
    position: fixed;
    height: 230px;
    width: 300px;
    top: calc(50% - 115px);
    left: calc(50% - 150px);
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 13px;
    z-index: 211;
  }
  .modal_route .modal_logo{
    width: 150px;
    margin: 0 auto;
  }
  .modal_route .modal_logo img{
    width: 100%;
    margin-bottom: 30px;
  }
  .modal_detail_name,.modal_detail_tel{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
  }
  .modal_detail_name img,.modal_detail_tel img{
    width: 40px;
    position: relative;
    text-indent: 2;
  }
  .modal_detail_name p,.modal_detail_tel p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    text-indent: 30px;
    color: #333;
    border-radius: 20px;
  }
  .modal_detail_name p {
    background: #fff8e6;
  }
  .modal_detail_tel p {
    background: #e8f5fe;
  }
  .modal_detail_name{
    margin-bottom: 20px;
  }
  .texts .text p{
  	font-size: 14px;
  }
}
