



.orderVisit {
  background-color: #f7f7f7 !important;
  text-align: center;
  width: 320px;
  padding: 15px 30px;
  height: 296px;
}
.orderVisit h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  margin: 15px 0 35px;
  color: #54586e;
}
.orderVisit input,
.orderVisit select {
  border: 1px solid #dbdbdb;
  margin-bottom: 12px;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  height: 34px;
  line-height: 24px;
}
.orderVisit button {
  width: 100%;
  background-color: #ffa31f !important;
  color: #fff;
  border: none;
  height: 34px;
}



.rightSider {
  float: right;
  width: 320px;
}
.nomalScreen {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 80px;
}
.decorateLive {
  padding: 30px 0 80px;
}
.decorateLive .cityTab {
  margin-top: 0;
}
.cityTab {
  margin: 0 auto;
  width: 1200px;
  background-color: #f7f7f7 !important;
  padding: 14px 20px;
  margin-top: 30px;
  margin-bottom: 24px;
  min-height: 184px;
}
.cityTab li {
  overflow: hidden;
  border-bottom: 1px dashed #dbdbdb;
  line-height: 22px;
  padding-top: 8px;
}
.cityTab li.last {
  border: none;
}
.cityTab li p {
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  display: block;
  margin-right: 35px;
  width: 30px;
}
.cityTab li p b {
  font-size: 14px;
}
.cityTab li .cityTabDiv {
  float: left;
  width: 1095px;
}
.cityTab li .cityTabDiv input {
  display: none;
}
.cityTab li .cityTabDiv label,
.cityTab li .cityTabDiv a {
  display: block;
  float: left;
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
  margin-right: 12px;
  cursor: pointer;
  padding: 0 5px;
  margin-bottom: 8px;
  color: #333;
}
.cityTab li .cityTabDiv label.hover,
.cityTab li .cityTabDiv a.hover {
  background-color: #ffa31f !important;
  color: #fff;
}
.liveListCon .myBuildLog {
  border: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.liveListCon .diaryText h2 {
  margin-bottom: 8px;
}
.liveListCon .diaryText .time {
  text-align: center;
  margin-bottom: 18px;
  color: #b0b0b0;
}
.liveListCon .diaryText p {
  font-size: 16px;
}
.liveListBox {
  float: left;
  width: 868px;
}
.liveListBox .liveList {
  min-height: 800px;
  margin-top: -20px;
}
.liveList li {
  overflow: hidden;
  border-bottom: 1px dashed #dcdcdc;
  padding: 20px 0;
}
.liveList li img {
  float: left;
  margin-right: 10px;
  width: 232px;
  height: 174px;
}
.liveList .detail {
  float: right;
  overflow: hidden;
  width: 624px;
}
.liveList .detail h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 12px;
  height: 42px;
  line-height: 42px;
}
.liveList .detail a {
  color: #020207;
}
.liveList .detail .community,
.liveList .detail p {
  font-style: normal;
  font-weight: normal;
  color: #666;
  font-size: 14px;
  margin-bottom: 6px;
}
.buildProgress {
  display: inline-block;
  margin-left: -40px;
  padding: 14px 0 10px;
}
.buildProgress span {
  position: relative;
  float: left;
  display: block;
  color: #999;
  text-align: center;
  margin-left: 40px;
  padding-bottom: 15px;
}
.buildProgress span.done {
  color: #90be20;
}
.buildProgress span i {
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: 1;
  border: 8px solid #ededed;
  margin-left: -8px;
  width: 0;
  height: 0;
}
.buildProgress span.done i {
  border-color: #90be20;
}
.buildProgress hr {
  clear: both;
  border: none;
  border-bottom: 1px solid #ededed;
}