#content{
	width:375px;
	margin:0 auto;
	background:#fff;
}

.top{
  width: 375px;
  height: 55px;
  background-color: #60C8D3;
  position: relative;
}
.top_content{
  width: 345px;
  height: 35px;
  border-radius: 18px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: 10px;
}
.top_left{
  width: 285px;
  height: 35px;
  position: absolute;
}
.top_left_icon{
  width: 35px;
  height: 35px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.top_left_icon img{
  width: 19px;
  height: 18px;
  margin-left: 12px;
  margin-top: 9px;
}
.top_left_input{
  position: absolute;
  left: 35px;
  top: 0px;
  height: 35px;
  width: 250px;

}
.top_left_input input{
  height: 35px;
  width: 210px;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  color: #333;
  margin-left: 10px;
  border:0;
}
.placeholder{
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #C0C0C0;
  margin-left: 10px;
}
.top_right{
  /* border: 1px solid #387ADA; */
  height: 25px;
  width: 75px;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius:12px; 
  background-color: #60C8D3;
}
.top_right .top_right_btn{
    font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: 300;
  color: white;
  text-align: center;
  line-height: 25px;
}

.center{
  height: 175px;
  width: 375px;
  
}
.center_title{
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #5D5D5D;
  letter-spacing: 0;
  margin-left: 15px;
  margin-top: 15px;
}
.center_list{
  display: flex;
  flex-wrap: wrap;
  width: 352px;
  justify-content: start;
  margin-left: 8px;
  margin-top: 8px;
}
.center_info{
  width: 80px;
  height: 30px;
  margin-top: 6px;
  background-color: #60C8D3;
  border-radius: 6px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-left: 8px;
  line-height: 32px;
}
.fengexian{
  background-color: #eee;
  height: 6px;
}

.bottom{
  
}
.bottom_top{
  height: 30px;
  width: 335px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #C0C0C0;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  margin-left: 15px;
}
.bottom_bottom{
  height: 45px;
  width: 335px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #5D5D5D;
  letter-spacing: 0;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  margin-left: 15px;
}
/*
.right_out{
  width: 0px;
  height: 0px;
  position: fixed;
  top: 260px;
  left: 0px;
  right: 0px;
  margin-left:auto;
  margin-right:auto;
  z-index:10;
}

.right{
  position: absolute;
  top: 0px;
  left: 172px;
  
}
*/
.right_out{
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left:auto;
  margin-right:auto;
  z-index:10;
}

.right{
  position: absolute;
  top: 260px;
  right: -180px;
  
}
.right_detail{
  height: 21px;
  width: 15px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  color: #C0C0C0;
  text-align: center;
  line-height: 21px;
  
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 