input{
  padding: 0;
  border: none;
}
em,i{
  font-style: normal;
}
.sl_icon {
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.img_l{
  position: absolute;
  left: 15px;
  top: 10px;
}
#ui-datepicker-div{
  width: 258px !important;
}

/* 搜索栏 */
.search_bar{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 68px;
  z-index: 2;
  background: rgba(0,0,0,0.40);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_bar>ul>li{
  float: left;
  height: 37px;
}
/* 目的地 */
.s_destination{
  width: 555px;
  position: relative;
  background: #ffffff;
}
.s_destination>input{
  padding-left: 40px;
  line-height: 37px;
  height: 37px;
  position: absolute;
  width: 90%;
  left: 0px;
  top: 0px;
}
/* 目的地 下拉列表 */
.s_destination_posi{
  display: none;
  z-index: 2;
  position: absolute;
  top: 37px;
  left: 0;
  width: 555px;
  background: #ffffff;
  box-shadow: 0 0 5px #999;
  /* border-top: 1px solid #DCDCDC; */
}
/* 历史搜索 */
.s_destination_history{
  padding: 15px 15px 0 15px;
}
.s_destination_history_titel{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;

}
.s_destination_history_titel span:nth-child(1){
  color:#000;
  font-size: 12px;
}
.s_destination_history_titel span:nth-child(2){
  color:#ff8000;
  font-size: 12px;
  cursor: pointer;
}
.s_destination_history_item{
  /* display: flex;
  justify-content: flex-start; */
  line-height: 20px;
  margin-bottom: 20px;
}
.s_destination_history_item>span{
  margin-right: 26px;
  color: #000;
}
.s_destination_history_item>span:hover{
  cursor: pointer;
  color: #ff8000;
}

/* 热门目的地 */
.s_destination_hot{
  padding: 0 15px 17px 15px;
  margin-top: 15px;
  background: none !important;
}
.s_destination_hot>h4{
  font-size: 12px;
  color: #ff8000;
  margin-bottom: 10px;
}
.s_destination_hot_item{
}
.s_destination_hot_item>span{
  display: inline-block;
  font-size: 12px;
  color: #4A4A4A;
  margin-bottom: 10px;
  padding-right: 20px;
}
.s_destination_hot_item>span:hover{
  cursor: pointer;
  color: #ff8000;
}

/* 输入框的值 */
.s_destination_enter{
  display: none;
  padding: 0 0 5px 0;
  max-height: 450px;
  overflow-y: auto;
}
.s_destination_enter>li{
  font-size: 12px;
  line-height: 24px;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
}
/* .s_destination_enter>li:hover{
  background: #000000;
  color: #ffffff;
} */
.s_destination_enter_hover{
  background: #000000;
  color: #ffffff;
}





/* 搜索按钮 */
.s_search{
  width: 160px;
  position: relative;
}
.s_search>input[type="button"]{
  display: inline-block;
  border: none;
  background: #ff8000;
  color: #ffffff;
  width: 100%;
  height: 37px;
  line-height: 36px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
}

.tem_arrow_mark{
  display: inline-block;
  width: 60px;
  height: 20px;
}
.item_arrow_small_group{
  display: inline-block;
  width: 56px;
  margin-right: 5px;
  height: 18px;
  /* background: url(/statics/web3/smallgroup/common/images/small_group.png) left center no-repeat; */
  background: url(/statics/web3/smallgroup/common/images/privegroup.svg) left center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.item_arrow_free_trip{
  display: inline-block;
  width: 56px;
  margin-right: 5px;
  height: 18px;
  /* background: url(/statics/web3/smallgroup/common/images/free_trip.png) left center no-repeat; */
  background: url(/statics/web3/smallgroup/common/images/free_voy.svg) left center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.tem_arrow_find{
  /* min-width: 54px; */
  padding-right: 8px;
  display: inline-block;
  margin-right: 3px;
  font-size: 15px;
}
.item_arrow_free_trip_find{
  color:#ff8000;
  position: relative;
}
.item_arrow_free_trip_find::after{
  display: inline-block;
  content: "";
  height: 15px;
  border-right: 1px solid #ff8000;
  position: absolute;
  right: 0;
  top: 4px;
}
.item_arrow_small_group_find{
  color: #FF5A5F;
  position: relative;
}
.item_arrow_small_group_find::after{
  display: inline-block;
  content: "";
  height: 15px;
  border-right: 1px solid #FF5A5F;
  position: absolute;
  right: 0;
  top: 4px;
}

/* 提交咨询 */
.answer_box{
  display: none;
}
.voyage_order{
  width: 106px !important;
  text-align: left !important;
}
.answer_box .mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(113, 113, 113, .5);
}
.answer_box .answer_body{
  background-color: #ffffff;
  top: calc(8%);
  left: calc((100% - 870px) / 2);
  right: 0;
  position: fixed;
  width: 810px;
  z-index: 12;
  padding: 22px 25px 25px 25px;
}
.answer_box .answer_body::-webkit-scrollbar{
  display: none;
}
.answer_title{
  padding-bottom: 20px;
  color: #444444;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.answer_title>span{
  display: inline-block;
  margin-left: 30px;
  font-size: 13px;
  color: #FF8000;
}
.answer_title>h4{
  font-size: 18px;
}
.answer_title .answer_close{
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: -44px;
  top: -41px;
  color: #fff;
}
/* 新的表单开始 */
.answer_form{
  margin-top: 50px;
}
.answer_form input{
  border: 1px solid #DCDCDC;
  padding: 0 10px;
  line-height: 35px;
}
.answer_form>li:first-child{
  margin-top:20px;
}
.answer_form>li{
  margin-bottom:10px;
}
.answer_form>li>div>span{
  width: 100px;
  text-align: right;
  display: inline-block;
  font-size: 14px;
}
.answer_form_tetle{
  display: flex;
  align-items: center;
  position: relative;
}
.conunations{
  display: none;
  position: absolute;
  top: 37px;
  right: 1px;
  width: 288px;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 5px #dcdcdc;
  box-sizing: border-box;
  padding: 10px;
  line-height: 28px;
}

.answer_form_tetle>h4{
  font-size: 16px;
  color: #000000;
}
.answer_form_tetle>input{
  border: 1px solid #DCDCDC;
  padding: 0 10px;
  /* width: 393px; */
}
.answer_form_tetle>span>i{
  display: inline-block;
}

.hasDatepicker {
  background-position-x: 288px;
}

.voyage_detail{
  width: 100% !important;
}
.xls_wrong{
  /* display: none; */
  margin-left: 100px;
  color: #ff8000;
  visibility: hidden;
  /* visibility: visible; */
}

/* 表单开始 */
.xls_line{
  display: flex;
  margin-top: 20px;
}
.answer_body .xls_line>li{
  display: flex;
  align-items: center;
}
.answer_body .xls_line>li:nth-child(2){
  margin-right: 20px;
}
.answer_body .xls_line>span{
  width: 99px;
  text-align: right;
  padding-right: 5px;
  padding-top: 8px;
}
.answer_body i{
  color: #D0021B;
}
.xls_line .xls_mark{
  width: 42px;
  font-size: 14px;
  margin-bottom: 7px;
  color: #444444;

}
.xls_line .xls_mark>i{
  padding-right: 6px;
  color: #ff8000;
}
/* .xls_line .xls_wrong{
  color: #ff8000;
  visibility:hidden;
  visibility: visible;
} */
.gt_holder.gt_popup .gt_mask {
  z-index: 12 !important;
}
.xls_line>li>p{

}
.xls_line input{
  display: inline-block;
  width: 84px;
  line-height: 35px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  padding-left: 16px;
  border: 1px solid #dcdcdc;
}
.bookingInforDetailCellTelBox{
  /* width: 356px; */
  height: 37px;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.bookingInforDetailCellTelBox>input[name='orderAreaCode']{
  width: 87px;
  height: 35px;
  border: 0;
  border-right: 1px solid #DCDCDC;
  box-sizing: border-box;
  padding-left: 10px;
  cursor: pointer;
}
.xls_arrow{
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #dcdcdc;
  width: 30px;
  height: 37px;
}
.orderAreaCodesanjiao{
  width: 0px;
  height: 0px;
  border-width: 7px;
  border-style: solid dashed dashed dashed;
  border-color: #444444 transparent transparent transparent;
  position: absolute;
  left: 65px;
  top: 14px;
}
.orderAreaCodeSueecss{
  width: 15px;
  height: 15px;
  background: url(/statics/web3/smallgroup/detail/images/verification_icon.png) left center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 14px;
  top: 10px;
}
.bookingInforDetailCellTelBox>input[name='orderTel']{
  /* width: 275px; */
  height: 35px;
  border: 0;
  box-sizing: border-box;
  padding-left: 10px;
}
.xls_line input[type="button"]{
  width: 155px !important;
  border: 0;
  background: #ff8000;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
}
.SG_verification{
  display: flex;
  justify-content: space-between;
}
.SG_verification>input#SG_verification{
  /* width: 155px !important; */
}
.orderAreaCodesanjiao{
  cursor: pointer;
}
/* 区号模块 */
.areaCodeBox{
  position: absolute;
  left: -1px;
  top: 36px;
  width: 240px;
  background: white;
  max-height: 105px;
  overflow: auto;
  padding-bottom: 10px;
  box-shadow: 0px 1px 6px rgba(0,0,0,.2);
  z-index: 2;
  display: none;
}
.areaCodeBox::-webkit-scrollbar {
  display: none;
}
.areaCodeBox>li{
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  color: #444444;
  cursor: pointer;
}
.areaCodeBox>li:hover{
  background: #FF8000;
  color: white;
}

/* 下拉模块 */
.xls_line .xls_drow{
  position: relative;
}
.phone_tiem,.stay_tiem,.budget_tiem{
  position: relative;
  width: 520px;
}
.phone_tiem>.orderAreaCodesanjiao,
.stay_tiem>.orderAreaCodesanjiao,
.budget_tiem>.orderAreaCodesanjiao{
  right: 20px !important;
  left: auto;
}
.phone_tiem>.xls_drow_list,
.stay_tiem>.xls_drow_list,
.budget_tiem>.xls_drow_list{
  display: none;
  padding: 0 0 6px 0;
  width: 288px;
  margin-left: 84px;
  background: #ffffff;
  border: 1px solid #DCDCDC;
  height: 150px;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  top: 36px;
  left: 15px;
}
.stay_tiem>.xls_drow_list,
.budget_tiem>.xls_drow_list{
  height: 125px !important;
}
.s_departure_time{
  position: relative;
}
#ui-datepicker-div{
  z-index: 12 !important;
}

.xls_line .xls_drow .orderAreaCodesanjiao{
  position: absolute;
  right: 8px;
  top: 14px;
  left: unset;
}
.cut_line{
  border-bottom: 1px solid #dcdcdc;
}
.user_information>h4{
  font-size: 16px;
  color: #4A4A4A;
  margin-top: 20px;
  margin-left: 20px;
}
.xls_drow_list{
  display: none;
  padding: 0 0 6px 0;
  width: 99.5%;
  background: #ffffff;
  /* box-shadow: 0 0 5px #DCDCDC; */
  border: 1px solid #DCDCDC;
  height: 132px;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  top: 37px;
  left: 0;
}
.xls_drow_list::-webkit-scrollbar {
  display: none;
}
.xls_drow_list>li
{
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  color: #444444;
  cursor: pointer;
}
.xls_drow_list>li:hover{
  background: #FF8000;
  color: white;
}
.xls_special{
  width: 100%;
  display: flex;
}
.xls_special>h4{
  font-size: 14px;
  line-height: 37px;
  color: #4A4A4A;
  width: 100px;
  font-weight: 400;
  margin-right: 6px;
  text-align: right;
}
.xls_special>textarea{
  outline: none;
  resize: none;
  font-family: "Hiragino Sans GB","微软雅黑","华文细黑","STHeiti","Microsoft YaHei",SimHei,sans-serif !important;
  border: 1px solid #DCDCDC;
  line-height: 26px;
  font-size: 14px;
  height: 78px;
  width: calc(100% - 135px);
  padding: 10px;
}
.xls_special>textarea::-webkit-scrollbar{
  display: none;
}
.sub_answer{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_answer>span{
  display: inline-block;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
  width: 410px;
  height: 37px;
  background: #ff8000;
  color: #ffffff;
  cursor: pointer;
}

/* 出发城市 */
.travel_city{
  /* line-height: 37px; */
  display: flex;
}
.travel_city>em{
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #000000;
}
.travel_city>span{
  margin-right: 6px;
}
.travel_city>em{
  display: inline-flex;
  align-items: center;
}
.travel_city>em>i{
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(/statics/web3/smallgroup/common/images/select_gray.png) left center no-repeat;
  background-size: 100%;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 2px 0 4px;
}
.travel_city_em_active{
  background: url(/statics/web3/smallgroup/common/images/select_brown.png) left center no-repeat !important;
  background-size: 100% !important;
}
.city_hot{
  display: none;
  position: absolute;
  top: 37px;
  right: 1px;
  width: 288px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 5px #dcdcdc;
  box-sizing: border-box;
  padding: 10px;
  line-height: 28px;
}
.city_hot .city_hot_titel{
  padding-left: 10px;
}
.hot_citys{
  display: flex;
  flex-flow: wrap;
}
.hot_citys>li{
  min-width: 15%;
  margin: 0 .5%;
  cursor: pointer;
  text-align: center;
}
.hot_citys>li:hover{
  color: #ff8000 !important;
}


/* 1.14表单开始 */
.answer_form .s_voyage{
  display: flex;
  justify-content: start;
  flex-flow: wrap;
}

.s_voyage>div{
  width: calc(48%);
  margin-bottom: 5px;
}

.voyage_itme>div{
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.remenberStr{
  width: calc(48%);
}
.orderAreaCodesanTime,.orderAreaCodesanPerson{
    left: unset;
    right: 20px;
}
.voyage_itme>div>span{
  width: 100px;
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  font-size: 14px;
  color: #666666;
}
.voyage_itme>div>input{
  width: calc(100% - 100px) !important;
}
.voyage_itme .cipher_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 82px) !important;
  border: 1px solid #DCDCDC;
}
.voyage_itme .cipher_box>input {
  width: 68%;
  /* padding-left: 20px; */
  border-radius: 2px;
}
.voyage_itme .cipher_box>span {
  width: 30%;
  text-align: center;
  background: none;
  border: 1px solid transparent;
  outline: none;
  color: #FF8000;
  border-left: 1px solid #DCDCDC;
  cursor: pointer;
}
.voyage_itme .identity input{
  border: none;
}
.s_start_time{
  background: rgba(0,0,0,0.0);
  z-index: 2;
}



.insmal_person{
  position: relative;
}
.insmal_person .inhot_person_posi {
  display: none;
  width: 160px;
  height: 430px;
  position: absolute;
  top: 37px;
  left: 100px;
  z-index: 5;
}

.inhot_person_posi .posiwarp {
  padding: 12px 10px;
  width: 268px;
  background: #ffffff;
  box-shadow: 0 0 20px #dcdcdc;
}

.insmal_person .num_act {
  width: 80px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  background-color: #fff;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

.insmal_person  .num_act .add {
  float: left;
  width: 20px;
  line-height: 24px;
  text-align: center;
  color: #666;
  font-family: 'Tahoma';
  font-size: 14px;
  overflow: hidden;
}

.insmal_person  .num_act input {
  float: left;
  width: 38px;
  line-height: 24px;
  padding: 0 !important;
  border: none;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  text-align: center;
  outline: none;
}

.insmal_person  .num_act .minus {
  float: left;
  line-height: 24px;
  width: 20px;
  text-align: center;
  color: #666;
  font-family: 'Tahoma';
  font-size: 14px;
  overflow: hidden;
}

.person_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}

.child_upback {
  display: none;
  height: 100%;
  margin-top: 10px;
  border-top: 1px solid #DCDCDC;
}
.child_upback >div{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.child_upback >h4{
  line-height: 40px;
}

.change_child_age {
  float: left;
  position: relative;
  width:45%;
  margin-top: 15px;
}

.change_child_age:nth-child(even) {
  margin-right: 0 !important;
}

.change_child_age>p {
  width: 100%;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #DCDCDC;
  user-select: none;
}

.change_child_age>p>span {
  display: inline-block;
  padding-right: 6px;
}

.child_age {
  display: none;
  text-align: center;
  background: #ffffff;
  border: 1px solid #DCDCDC;
  min-width: 65px;
  padding: 0 10px;
  line-height: 30px;
  position: absolute;
  top: 30px;
  left: 0;
  height: 138px;
  overflow-y: auto;
  z-index: 1;
  user-select: none;
}

.child_age::-webkit-scrollbar {
  display: none;
}

.child_age>li:hover {
  cursor: pointer;
  background: #DCDCDC;
}

.query_search {
  width: 200px;
  margin-left: 100px;
}

.query_search>input {
  display: block;
  border: none;
  background: #ff8000;
  color: #ffffff !important;
  width: 100%;
  height: 38px;
  line-height: 36px;
  cursor: pointer;
}
.query_search>input:hover {
  background: #ff9b14;
}

.person_reset {
  clear: both;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.person_reset>span:nth-child(1) {
  line-height: 30px;
  padding: 0 16px;
  color: #ff8000;
  border: 1px solid #ff8000;
  cursor: pointer;
}

.person_reset>span:nth-child(2) {
  line-height: 30px;
  padding: 0 18px;
  color: #ffffff;
  background: #ff8000;
  margin-left: 10px;
  cursor: pointer;
}

.iconpersonal {
  font-size: 20px;
}
.addminus{
  color:#e6e6e6 !important;
}
.history_record{
  margin-right: 20px;
  padding: 3px 10px 4px 10px;
  display: inline-block;
}
.history_record:hover{
  color: #ff8000;
  cursor: pointer;
}
.voyage_itme .select_country_code{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 1px solid #dcdcdc;
  width: 82%;
}
.voyage_itme  .select_item_pc2, .voyage_itme .select_item_pc1{
  height: 35px;
    line-height: 35px;
}
.voyage_itme  .img_select{
  top: 14px;
}
.voyage_itme  .areanumul{
  width: 294px;
    border-right: 1px solid #dcdcdc;
}
.voyage_itme  .sl_icon{
  top: 15px;
  left: 12px;
}
.voyage_itme  .areaCodeSearch{
  padding-left: 24px;
}
.voyage_itme  #user_phone{
  margin-left: 85px;
  border: none;
  padding-left: 0;
  padding-right: 40px;
}