* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul {
  list-style: none;
}
ul li {
  float: left;
}
.linear {
  background: -webkit-linear-gradient(-205deg, #FEB59C 0%, #FC7E63 95%);
  background: -o-linear-gradient(-205deg, #FEB59C 0%, #FC7E63 95%);
  background: -moz-linear-gradient(-205deg, #FEB59C 0%, #FC7E63 95%);
  background: linear-gradient(-205deg, #FEB59C 0%, #FC7E63 95%);
}
.linear-rb-lt {
  background: -webkit-linear-gradient(-205deg, #FC7E63 0%, #FEB59C 95%);
  background: -o-linear-gradient(-205deg, #FC7E63 0%, #FEB59C 95%);
  background: -moz-linear-gradient(-205deg, #FC7E63 0%, #FEB59C 95%);
  background: linear-gradient(-205deg, #FC7E63 0%, #FEB59C 95%);
}
.linear-lt-rb {
  background: -webkit-linear-gradient(205deg, #FC7E63 0%, #FEB59C 95%);
  background: -o-linear-gradient(205deg, #FC7E63 0%, #FEB59C 95%);
  background: -moz-linear-gradient(205deg, #FC7E63 0%, #FEB59C 95%);
  background: linear-gradient(205deg, #FC7E63 0%, #FEB59C 95%);
}
.linear-rt-lb {
  background: -webkit-linear-gradient(205deg, #FEB59C 0%, #FC7E63 95%);
  background: -o-linear-gradient(205deg, #FEB59C 0%, #FC7E63 95%);
  background: -moz-linear-gradient(205deg, #FEB59C 0%, #FC7E63 95%);
  background: linear-gradient(205deg, #FEB59C 0%, #FC7E63 95%);
}
.margin-r {
  margin-right: 10px;
  vertical-align: top;
  line-height: 1.6;
}
.container {
  width: 900px;
  padding-bottom: 100px;
}
.btn-primary {
  border-color: #20a0ff !important;
  background-color: #20a0ff !important;
  margin-right: 20px;
}
input[type=date]::-webkit-inner-spin-button {
  visibility: hidden;
}
.content {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.content .title {
  font-size: 16px;
  color: #FC7E63;
  line-height: 60px;
  border-bottom: 2px solid #f5f5f5;
  padding-left: 30px;
  font-weight: bold;
}
.content .select {
  margin: 10px 50px;
  background-color: #fff;
  position: relative;
}
.content .selectTime::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eee;
  /*颜色需与主题大背景色一致*/
  position: relative;
  top: 12px;
  /*调节线高*/
  left: 0;
}
.content .chose {
  display: inline-block;
  background: #fff;
  padding: 0 18px 0 18px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-left: 30px;
}
.content .selectCondition {
  width: 100%;
  border: 1px solid #eee;
  position: absolute;
  top: 12px;
  left: 0px;
  border-top: none;
}
.content .selectCondition .selectMain {
  padding: 0 100px;
}
.content .selectCondition .selectMain .time {
  margin: 30px 0;
}
.content .selectCondition .selectMain .time i {
  font-style: normal;
  color: #D0021B;
}
.content .selectCondition .selectMain .time .el-radio {
  margin-left: 10px;
}
.content .selectCondition .selectMain .time .el-radio span {
  margin-right: 5px;
}
.content .selectCondition .selectMain .query {
  background: -webkit-linear-gradient(-205deg, #FEB59C 0%, #FC7E63 95%);
  background: -o-linear-gradient(-205deg, #FEB59C 0%, #FC7E63 95%);
  background: -moz-linear-gradient(-205deg, #FEB59C 0%, #FC7E63 95%);
  background: linear-gradient(-205deg, #FEB59C 0%, #FC7E63 95%);
  margin-top: 30px;
  margin-left: 78px;
  display: block;
  width: 143.73px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.content .result {
  margin: 280px 50px 0;
  overflow: hidden;
}
.content .result li {
  line-height: 36px;
  width: 100%;
}
.content .result li span {
  text-align: center;
  display: inline-block;
  width: 19%;
}
