@charset "UTF-8";

.weather {
  text-align: center;
  color: #342352;
}
.weather h2 {
  font-size: 20px;
  font-weight: normal;
}
.weatherDate {
  margin-bottom: 24px;
  font-size: 28px;
}
.weatherHourListWrap {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.weatherHourList li {
  float: left;
  width: 100px;
  box-sizing: border-box;
}
.weatherHourList li > div {
  margin-bottom: 5px;
}
.weatherHourListDate {
  /* font-size: 12px; */
}
.weatherHourListWeather {
  font-size: 12px;
}
.weatherHourListIcon img {
  width: 50px;
}
.weatherHourListTemp {
}
.weatherHourListArrow {
}
.weatherHourListWind {
  font-size: 12px;
}
.sunWrap {
  display: table;
  width: 800px;
  margin: 0 auto 40px;
  border-top: 1px solid #342352;
  border-bottom: 1px solid #342352;
}
.sunWrap div {
  display: table-cell;
  font-size: 11px;
}
.sunWrap div + div {
  width: 65%;
  padding: 6px 0;
  border-left: 1px solid #342352;
}
.dailyWeatherWrap {
  margin: 0 auto 120px;
  overflow: hidden;
  width: 800px;
  text-align: center;
}
.dailyWeather li {
  float: left;
  width: 160px;
}
.dailyWeather li > div {
  margin-bottom: 4px;
}
.dailyWeather li > div:nth-child(1) {
  font-size: 13px;
}
.dailyWeather li > div:nth-child(2) {
  margin-bottom: 6px;
  font-size: 12px;
}
.dailyWeather .dailyWeatherTemp {
  margin-top: 8px;
  font-size: 15px;
}
.dailyWeather .dailyWeatherTemp span:first-child {
  font-weight: bold;
}

