div.title {
  margin:20px 0 ;
  height: 28px;
}
div.title .titles {
  font-size: 28px;
  color: #181105;
  line-height: 34px;

}
div.title .titles:before{
  content: "";
  width: 1px;
  height: 28px;
  position: relative;
  top: 3px;
  border-left: 5px solid #ff9d00;
  display: inline-block;
  margin-right: 8px;
}
div.title div.choose_date {
  height: 34px;
  margin-left: 20px;
  border: 1px solid #d9dbe9;
  position: relative;
  cursor: pointer;
  color: #181105;
  font-size: 0;
}
div.title div.choose_date input.jedateInput {
  width: 180px;
  border-radius: 8px;
  font-size: 16px;
  padding-left: 8px;
  height: 34px;
}

div.title  .choose_date>i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  line-height: 34px;
  background-color: #ff9d00;
  text-align: center;
}
div.title  .choose_date>i img {
  margin-top: 4px;
}

.rili_weeks {
  width: 1920px;
  height: 100px;
  background-color: rgba(217, 219, 233, 0.7);
}
.rili_safe {
  width: 770px;
  margin:0 215px;

}
.weeks_left_btn.swiper-button-disabled,.weeks_right_btn.swiper-button-disabled {
  background-color: #d9dbe9;
}

.weeks_left_btn,.weeks_right_btn {
  width: 26px;
  height: 47px;
  background-color: #ff9d00;
  margin-top: 28px;
}
.weeks_left_btn img,.weeks_right_btn img {
  margin-top: 50%;
  margin-left: 9px;
}
.weeks_date {
  margin: 0 40px;
  overflow: hidden;
  width: 635px;
}
.weeks_date .weekContainer {
  margin:15px 0;
  overflow: hidden;
}
.weeks_date .weekContainer .weekContainerItem {
  max-width: 65px !important;
  height: 72px;
  background-color: #ffffff;
  border: solid 1px #d9dbe9;
  float: left;
  margin-right: 26px;
  text-align: center;
  border: 1px solid #d9dbe9;
  cursor: pointer;
}
.weeks_date .weekContainer .weekContainerItem.actives {
  background-color: #ff9d00;
  border: 1px solid #ff9d00;
  color: #ffffff;
}
.weeks_date .weekContainer .weekContainerItem.actives div.active span{
  border-color: #ffffff;
}

.weeks_date .weekContainer .weekContainerItem:last-child{
  margin-right: 0;
}
.weeks_date .weekContainer .weekContainerItem  div.active span{
  display: block;
  height: 29px;
  border-bottom: 1px solid #d9dbe9;
  line-height: 29px;
}
.weeks_date .weekContainer .weekContainerItem  div.active i {
  font-style: normal;
  display: block;
  height: 41px;
  line-height: 41px;
}
.tabnavList {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.tabnavList .tabnav_item {
  float: left;
  font-size: 18px;
  color: #333333;
  margin-right: 50px;
  line-height: 34px;
}
.tabnavList .tabnav_item.active {
  color: #ff9d00;
  border-bottom: 2px solid #ff9d00;
}

.datatableContent {
  margin: 50px 0;
}
.countryImgs {
  width: 40px;
  height: 40px;
}





