
.index .laiyang-body {
  position: relative;
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}
.look-body .line{
  display: flex;
  margin-bottom: 60px;
}
.look-body .line .left{
  width: 620px;
  margin-right: 78px;
}
.look-body .line .right{
  width: 500px;
  height: 204px;
  background-color: #cccccc;
}
.look-body .line .xian{
  width: 80px;
	height: 8px;
  background-color: #93d1b6;
  margin-bottom: 20px;
}
.look-body .line .name{
  color: #333333;
  font-size: 18px;
  margin-bottom: 27px;
}
.look-body .line .detail{
  font-size: 16px;
	line-height: 30px;
  color: #666666;
  position: relative;
  padding-left: 23px;
}
.look-body .line .detail::before{
  width: 13px;
	height: 13px;
  border: solid 2px #93d1b6;
  position:absolute;
  content: '';
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.look-body .line .look{
  display: block;
  width: 120px;
	height: 35px;
	background-color: #3b9cfe;
  border-radius: 18px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}
.look-body .line .look:hover{
	
	font-size: 18px;
}
.tupian:hover{
	border: 1px solid #F0F0F0;
}