.content {
    background: url("../image/bg-5.jpg") top no-repeat;
    background-size: cover;
}
.data-part{
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.data-table{
    text-align: center;
}
table td{
    width: 25%;
    padding: 7px 0;
}
.index-type{
    text-align: right;
}
.index-type span{
    display: inline-block;
    margin-left: 10px;
    padding: 3px 10px;
    cursor: pointer;
}
.index-type span.selected{
    font-weight: 700;
}
.index-name{
    font-size: 25px;
    font-weight: 700;
}
.index-name.big{
    font-size: 29px;
}
.data-list{
    max-height: 340px;
    overflow: auto;
}
.menu-choose{
    margin-bottom: 20px;
}
.menu-value-block{
    display: inline-block;
    padding: 2px 5px;
}
@media (max-width: 768px) {
    .index-type span{
        margin-bottom: 10px;
    }
}
@media (min-width: 769px) {
    .container{
        padding-left: 70px;
        padding-right: 70px;
        width: 1440px;
    }
}
.index-back {
  margin-top: 0px;
}
.result-list{
    position: absolute;
    width: 100%;
    z-index: 99;
}
.result-list li{
    padding: 5px 15px;
    cursor: pointer;
}
.result-list ul{
    max-height: 250px;
    overflow: auto;
}
.menu{
    position: relative;
}
.search-part{
    width: 100%;
    margin-bottom: 10px;
    max-width: 330px;
    min-width: 200px;
}
.search-part .input-div{
    width: 100%;
}
.remark{
    text-align: right;
}


.date-select {
  text-align: right;
}
.date-select .box {
  display: inline-block;
  width: 420px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
.date-select .connect {
  /* font-size: 24px; */
  line-height: 30px;
  font-weight: 600;
} 
.date-select .col-sm-2, .date-select .col-xs-2, .date-select .col-xs-3,.date-select .col-sm-3,.date-select .col-xs-1, .date-select .col-sm-1{
  padding: 0;
}
.date-select .form-control {
  height: 30px;
  padding: 4px 8px;
  line-height: 30px;
}
.date-select .btn-select {
  /* height: 30px; */
  border-radius: 5px;
  background: #056de8;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 8px;
  line-height: 29px;
  cursor: pointer;
}