.address-box{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 380px;
  margin: 50px 20px 20px;
}
.rt-txt{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.address-box span{
  display: inline-block;
  color: #7fd9da;
  border: 1px solid #7fd9da;
  padding: 0px 15px;
}
.address-box b{
  font-size: 18px;
  margin: 0 20px;
}
.content{
  border:2px solid #7fd9da;
  background: #e1fdff;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
.content-box{
  display: flex;
  align-items: center;
  justify-content: start;
}
.content #imagePath{
  width: 510px;
  height: 340px;
  margin-right: 15px;
}
.bottom-box{
  margin-top: 30px;
}
.bottom-box p{
  text-indent: 2em;
}
.bottom-title{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.bottom-title b{
  font-weight: normal;
}
.bottom-title img{
  margin-right: 10px;
}
.content-right p b{
  font-size: 18px;
}
.content-right p span{
  font-size: 18px;
}
#yuyue{
  background: #7fd9da;
  display: block;
  text-align: center;
  width: 239px;
  border-radius: 1rem;
  height: 32px;
  line-height: 35px;
  font-size: 20px;
  margin: 30px auto 30px;
}
.content-right p{
  margin: 20px 0;
}
.show-tel{
  position: absolute;
  top: 30px;
  left: calc( 50% - 75px);
  display: none;
  z-index: 10;
}
.show-tel span{
  display: inline-block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  background: rgba(0,0,0,0.7);
  color: #fff;
}
.show-tel img{
  position: absolute;
  top: 0px;
  right: -10px;
  width: 20px;
}
.show-tel img:hover{
  cursor: pointer;
}
main{
  clear: both;
}
#logoPath{
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
}
#appointment{
  clear: both;
}
@media (min-width: 651px){
  .primary-header-wrapper .brand {
    width: 50%;
  }
}

@media (max-width:1024px){
}
@media (min-width:1500px){
}
@media(max-width: 880px){
  .content-box{
    display: block;
  }
  .content img{
    width: 100%;
    margin-right: 0;
  }
  .content{
    margin-bottom: 20px;
  }
  .yuyue{
    margin: 0px auto 20px;
  }
  .bottom-title{
    margin-bottom: 10px;
  }
  .rt-txt{
    display: block;
  }
  .address-box{
    width: 100%;
    justify-content: start;
  }
  .address-box b{
    margin: 0;
    display: block;
  }
  .address-box img{
    margin-right: 10px;
  }
  .date-rt-login {
    margin-left: 0px;
  }
  .content #imagePath{
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
@media (max-width:990px){

}