/*
	2017.12
*/
.detail_address{
  padding: 0 1.58rem 4.166rem;
}
.detail_address .address_img{
  display: inline-block;
  width: 0.85rem;
  margin-right: 0.4rem;
  margin-top: 5px;
} 
.detail_address .address_desc{
 	display: inline-block; 
  vertical-align: top;
  width: 91%;
}
.detail_address .address_desc p{
  font-size: 1.166rem;
  line-height: 2.083rem;
}
.detail-content{
  margin-bottom: 6.25rem;
}

.imgs_p{
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.58rem 5rem;
  font-size: 0;
}
.imgs_p .title{
  font-size: 1.333rem;
  padding-bottom: 2rem;
}
.imgs_p img,.top_img{
  width: 100%;
  height: auto;
  margin-bottom: 1.166rem;
}

.fixed_p{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.166rem;
  display: flex;
  justify-content: space-around;
}
.fixed_p .left_p,.fixed_p .right_p{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  color: #000;
  font-size: 1.333rem;
  
}
.fixed_p .left_p{
  background-color: #fff;
}
.fixed_p .right_p{
  background-color: #a09e8f;
}
.footer{
  margin:0 0 4.166rem;
  font-size: 0;
}
.thick {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.thick .tip_img, .thick .tips {
  position: absolute;
  right: 0;
}
.thick .tip_img {
  top: 0;
  width: 2rem;
  height: 2.8rem;
  margin: 1rem 1.666rem 0 0;
}
.thick .tips {
  top: 5rem;
  padding-right: 1.166rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.75rem;
}