﻿/*被选中nav高亮*/
.header .nav ul li a.nav_selected {
  color: #f39c1c;
}
/*保险选项标题*/
.area-check-on {
  margin-top: 0px;
}
.area-check .search-title {
  font-size:16px;
  font-weight:600;
  line-height:50px;
}
.area-check .insurance_money {
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #909090;
  font-weight: normal;
}


.area-check .inType-item {
  position: relative;
  padding: 5px 150px 15px 80px;
  border-bottom: 1px dashed #D8D8D8;
}
.area-check .inType-item h3, .area-check .inType1-item h3 {
  position: absolute;
  left: 0;
  top: 0;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #909090;
  font-weight: normal;
}
.area-check .inType-item dl {
  position: relative;
  font-size: 14px;
  color: #494949;
  height: 32px;
  overflow: hidden;
}
.area-check .inType-item dl.on {
  height: auto;
  overflow: inherit;
}
.area-check .inType-item dl dt {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 26px;
  height: 22px;
  line-height: 22px;
  width: 40px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}
.area-check .inType-item dl dt.on {
  color: #ffffff;
  background-color: #F39C1C;
}
.area-check .inType-item dl dt:hover {
  color: #ffffff;
  background-color: #F39C1C;
}
.area-check .inType-item dl .area {
  float: left;
  margin-right: 35px;
  margin-top: 10px;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  border:1px solid #f39c1c;
  border-radius:4px;
}
.area-check .inType-item dl .area.on {
  background-color: #F39C1C;
  color: #fff;
}
.area-check .inType-item dl .area:hover {
  color: #ffffff;
  background-color: #F39C1C;
}
.area-check .inType-item dl .select {
  float: left;
  margin-right: 35px;
  margin-top: 10px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  border:none;
  padding:0;
}
.area-check .inType-item dl .select select {
  border:1px solid #f39c1c;
  border-radius:4px;
}
.area-check .inType-item dl .tip {
  float: left;
  margin-right: 35px;
  margin-top: 10px;
  height: 22px;
  line-height: 22px;
  color: #999999;
  font-size:12px;
}
.area-check .inType1-item {
  position: relative;
  padding: 5px 150px 15px 80px;
}
.area-check .inType1-item .money {
  color:red;
  float: left;
  margin-right: 35px;
  margin-top: 10px;
  height: 22px;
  line-height: 22px;
  font-weight:600;
}

.area-check .sure-item {
  width:100%;
  padding:20px 0;
  margin-top:15px;
}
.area-check .sure-item .sure-btn {
  margin: 0px auto;
  width: 110px;
  display:block;
  height: 38px;
  border: 0;
  background-color: #f39c1c;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.container .content .mod .insurance-item-right li{
  height:240px;
  background:#fff;
  margin:0px 8px;
  margin-bottom:10px;
}
.container .content .insurance-content {
  width:1080px;
}
.container .content .mod .insurance-item-left {
  width:300px;
  height:490px;
  background:#ffffff;
}
.container .content .mod .insurance-item-right {
  width:780px;
  padding:0 8px;
}
.container .content .mod .insurance-item-1 {
  width:300px;
  height:490px;
  background: url('../images/insurance-icon3.png') right bottom no-repeat;
}
.container .content .mod .insurance-item-2 {
  width: 365px;
  height: 240px;
  background: url('../images/insurance-icon2.png') right bottom no-repeat;
}
.container .content .mod .insurance-item-3 {
  width:365px;
  height: 240px;
  background: url('../images/insurance-icon1.png') right bottom no-repeat;
}
.container .content .mod .insurance-item-4 {
  width:365px;
  height: 240px;
  background: url('../images/insurance-icon4.png') right bottom no-repeat;
}
.container .content .mod .insurance-item-5{
  width:365px;
  height: 240px;
  background: url('../images/insurance-icon5.png') right bottom no-repeat;
}
.container .content .insurance-content .insurance-item-text {
  padding:15px 20px;
}
.container .content .insurance-content .insurance-item-text h4 {
  font-size:16px;

}
.container .content .insurance-content .insurance-item-text p {
  line-height:26px;
}
.container .content .insurance-content .insurance-item-text a {
  color:#FF5548;
  width:96px;
  height:36px;
  display:block;
  font-size:16px;
  line-height:36px;
  margin-top:10px;
  text-align:center;
  border-radius:6px;
  border:1px solid #FF5548;
}


/*保险说明表格*/
.container_bg .hotel .hot-detail .insurance-list {
  padding:28px;
  background-color: #ffffff;
}
.container_bg .hotel .hot-detail .insurance-list table {
  border: 1px solid #d8d8d8;
}
.container_bg .hotel .hot-detail .insurance-list table th.solid {
  height: 52px;
  border-right: 1px solid #d8d8d8;
}
.container_bg .hotel .hot-detail .insurance-list table tr.solid {
  border-top: 1px solid #d8d8d8;
}
.container_bg .hotel .hot-detail .insurance-list table tr td.solid {
  padding:10px;
  border-right: 1px solid #d8d8d8;
}
.container_bg .hotel .hot-detail .insurance-list table tr td.insurance-type {
  background:#fff8ee;
}
.container_bg .hotel .hot-detail .insurance-list table tr td p {
  text-align:left;
}
.container_bg .hotel .hot-detail .insurance-list .insurance-konw {
  margin-top:20px;
}
.container_bg .hotel .hot-detail .insurance-list .insurance-konw h3 {
  margin-top:20px;
  height: 48px;
  padding-left: 15px;
  line-height: 48px;
  border-bottom: 1px solid #D7D7D7;
  font-size: 18px;
  font-weight: normal;
  color: #494949;
}
.container_bg .hotel .hot-detail .insurance-list .insurance-konw .insurance-konw-list {
  padding: 16px 10px 0;
  font-size: 14px;
  color: #494949;
  line-height: 30px;
}
.container_bg .hotel .hot-detail .insurance-list .insurance-konw .insurance-konw-list a {
  padding: 16px 10px 0;
  font-size: 14px;
  color: #74c8fa;
  line-height: 30px;
}


/*保险主页*/

.container .insurance-banner {
  height: 422px;
  background: url(../images/insurance-bg.png) center top no-repeat;
}
.container .mod-list{
  height:422px;
  width:620px;
}
.container .mod-list .searchbox {
  position: relative;
  width: 620px;
  height: 422px;
}
.container .mod-list .searchbox ul.search-tab {
  position: absolute;
  left: 135px;
  top: 0;
  width:240px;
  height: 422px;
  background:rgba(255,255,255,0.8);
}
.container .mod-list .searchbox ul.search-tab li {
  height: 70px;
  padding: 0 30px ;
}
.container .mod-list .searchbox ul.search-tab li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size:16px;
  line-height:70px;
  text-align: center;
  border-bottom: 1px solid #919191;
}
.container .mod-list .searchbox ul.search-tab li a i {
  width: 36px;
  height: 30px;
  display: inline-block;
  vertical-align:middle;
  margin:0 5px;
  background: url(../images/insurance-icon.png) no-repeat;
}
.container .mod-list .searchbox ul li a i.icon-tour {
  background-position: 0px 0px;
}
.container .mod-list .searchbox ul li a i.icon-accident {
  background-position: 0px -76px;
}
.container .mod-list .searchbox ul li a i.icon-health {
  background-position: 0px -145px;
}
.container .mod-list .searchbox ul li a i.icon-car {
  background-position: 0px -220px;
}
.container .mod-list .searchbox ul li a i.icon-property {
  background-position: 0px -290px;
}
.container .mod-list .searchbox ul li a i.icon-children {
  background-position: 0px -362px;
}
  .container .mod-list .searchbox ul li.active {
    border: 0;
    background: url('../images/insurance-active.png') right center no-repeat;
  }
.container .mod-list .searchbox ul li.active a {
  color: #f39c1c;
}
.container .mod-list .searchbox ul.search-tab li:last-child a {
  border-bottom: 0;
}
.container .mod-list .searchbox .search-wrap {
  position: absolute;
  left: 375px;
  top: 0;
  width:360px;
  background-color: #fff;
  /*box-shadow:rgba(0,0,0,0.4) 0px 0px 10px;*/
}
.container .mod-list .searchbox .search-wrap .search-item {
  float: left;
  width:180px;
  padding:20px 0;
}
.container .mod-list .searchbox .search-wrap .search-item ul li {
  list-style:none;
  height:30px;
  line-height:30px;
  padding-left:40px;
}
.container .mod-list .searchbox .search-wrap .search-item ul li.title {
  font-size:20px;
  color:#FF5548;
}
  .container .mod-list .searchbox .search-wrap .search-item ul li i {
    display:inline-block;
    width:14px;
    height:14px;
    vertical-align:middle;
    background: url('../images/tip-icon.png') center no-repeat;
  }


/*保险信息页*/

.data-num-sure .search-item {
  float: left;
  margin-top: 30px;
  font-size: 14px;
  line-height: 38px;
  color: #494949;
}
.data-num-sure .search-item .date {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 4px;
  width: 220px;
  height: 38px;
  line-height: 36px;
  padding-left: 10px;
  color: #494949;
  border: 1px solid #F39C1C;
  cursor: pointer;
}
.data-num-sure .search-item .date .day {
  height: 36px;
  width: 110px;
  border: none;
  vertical-align: top;
  background-color: transparent;
  outline: none;
  line-height: 36px;
  color: #494949;
  font-size: 14px;
}
.data-num-sure .search-item .date .week {
  float: right;
}
.data-num-sure .search-item .date i {
  float: right;
  margin: 8px 10px;
  width: 22px;
  height: 19px;
  background: url(../images/icon.png) no-repeat -118px -163px;
}
.data-num-sure .search-item b {
  color: #FF4B33;
}


/*保险信息页--表格*/
.container_bg .pay-info-box{
  padding-bottom:30px;
}
.insurance-info-wrap {
  padding:0 62px;
}
.reserve-info-wrap .no-bg {
  background:none;
  padding-bottom:0;
}
.reserve-info-wrap .insurance-info .reserve-item {
  float:left;
  width:50%;
}
.reserve-info-wrap .insurance-info .num {
  float:left;
  width:100%;
}
.reserve-info-wrap .insurance-info .reserve-item h6 {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  line-height: 38px;
  font-size: 14px;
  font-weight: normal;
  color: #494949;
  padding-right: 18px;
  text-align: right;
}
.reserve-info-wrap .insurance-info .reserve-item h6 b {
  color: #FF4B33;
}
.reserve-info-wrap .insurance-info .reserve-item .date {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  /*margin-left: 4px;*/
  width: 260px;
  height: 38px;
  line-height: 36px;
  padding-left: 10px;
  color: #494949;
  border: 1px solid silver;
  cursor: pointer;
  background-color: #fff;
}
.reserve-info-wrap .insurance-info .reserve-item .date .day {
  height: 36px;
  width: 110px;
  border: none;
  vertical-align: top;
  outline: none;
  line-height: 36px;
  color: #494949;
  font-size: 14px;
}
.reserve-info-wrap .insurance-info .reserve-item .date .week {
  float: right;
}
.reserve-info-wrap .insurance-info .reserve-item .date i {
  float: right;
  margin: 8px 10px;
  width: 22px;
  height: 19px;
  background: url(../images/icon.png) no-repeat -118px -163px;
}


.reserve-info-wrap .add-btn {
  width: 114px;
  margin: 25px 20px;
  border: 0;
  font-size: 18px;
  color: #fff;
  background-color: #F39C1C;
}
.reserve-info-wrap .delete-btn {
  width: 114px;
  margin: 25px 20px;
  border: 0;
  font-size: 18px;
  color: #fff;
  background-color: #aaaaaa;
}
.reserve-info-wrap .insured-member .insured-title {
  width: 100%;
  height:40px;
  padding-left:20px;
  line-height:40px;
  font-size: 18px;
  font-weight:400;
  color:#333333;
  background-color: #f4f4f4;
}
.reserve-info-wrap .insured-member .insured-title span {
  margin-left:20px;
  font-size: 12px;
  color:#FF4B33;
}
.reserve-info-wrap .insured-member .insured-table {
  width: 100%;
}
.reserve-info-wrap .insured-member .insured-table table {
  width: 100%;
  text-align:center;
}
  .reserve-info-wrap .insured-member .insured-table td a {
    width: 22px;
    height: 22px;
    margin:0 5px;
    display:inline-block;
    background-image: url('../images/operation.png');
  }
  .reserve-info-wrap .insured-member .insured-table td a.edit {
    background-position: 0 0;
  }
  .reserve-info-wrap .insured-member .insured-table td a.delete {
    background-position: -22px 0;
  }


  /*被保人信息*/
  .layui-layer-demo{
    height:460px;
    border-radius:5px;
    width:420px !important;
  }
  .layui-layer-demo .layui-layer-title{
    background:#fff;
    border:0;
    font-size:16px;
    border-radius: 5px 5px 0px 0px!important;
  }
  .layui-layer-demo .Insured-info-list{
    margin:0 15px;
    border-radius: 0px 0px 5px 5px !important;
  }
  .layui-layer-demo table{
    width:100%;
    padding:10px 45px;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
  }
  .layui-layer-demo table tr td{
    height:40px;
    line-height:40px;
    font-size:14px;
    text-align:right;
  }
  .layui-layer-demo table tr td b{
    color:#FF4B33;
  }
  .layui-layer-demo table tr td .Insured-info{
    width:200px;
    height:28px;
    margin:0 10px;
  }
  .layui-layer-demo .Insured-button{
    width:100%;
    height:40px;
    text-align:right;
  }
  .layui-layer-demo .Insured-button input{
    width:80px;
    height:30px;
    cursor:pointer;
    border-radius:6px;
    background:#fff;
    margin-top:10px;
    margin-right:20px;
  }
  .layui-layer-demo .Insured-button input.Insured-cancle{
    border:1px solid #dcdcdc;
  }
  .layui-layer-demo .Insured-button input.Insured-ok{
    background:#F39C1C;
    border:0;
  }


  /*保单信息*/
  
.reserve-info-wrap .reserve-info .reserve-item .reserve-text {
  display: inline-block;
  line-height:38px;
}
.reserve-info-wrap .insurance-responsibility{
  position: relative;
  margin-top: 30px;
}
.reserve-info-wrap .insurance-responsibility table{
  width:520px;
  height:300px;
  margin:0 auto;
  font-size:14px;
  border:1px solid #C0C0C0;
}
.reserve-info-wrap .insurance-responsibility table thead tr td{
  background:#FFF8EE;
  text-align:center;
}
.reserve-info-wrap .insurance-responsibility table tr td {
  height:50px;
  border-bottom:1px solid #C0C0C0;
}
.reserve-info-wrap .insurance-responsibility table tbody tr:nth-last-child(-n+1) td {
  border-bottom:0;
}
.reserve-info-wrap .insurance-responsibility table tr td {
  text-align:left;
}
.reserve-info-wrap .insurance-responsibility table tr td:nth-child(1) {
  border-right:1px solid #C0C0C0;
}
.reserve-info-wrap .insurance-responsibility table tbody tr td:nth-child(1) {
  width:340px;
  padding-left:80px;
}
.reserve-info-wrap .insurance-responsibility table tbody tr td:nth-child(2) {
  width:180px;
  padding-left:60px;
}
.reserve-info-wrap .Policy-info {
  padding-left:140px;
}
.reserve-info-wrap .Policy-info .reserve-item{
  margin-top:0;
}

.reserve-info-wrap .insured-member .Policy-table {
  margin-top:20px;
}
.reserve-info-wrap .insured-member .Policy-table table thead {
  background:#ededed;
}
.reserve-info-wrap .insured-member .Policy-table table tr {
  height:40px;
}


/*签证列表*/
.container_bg .hotel .visa-list {
  padding-top:260px;
  background: url('../images/visa-bg.png') no-repeat;
  background-size: 100% auto;
}
.container_bg .hotel .rank-wrapper .visa-reserve{
  height:260px;
  margin-bottom:20px;
}
.container_bg .hotel .rank-wrapper .visa-reserve .visa-reserve-flag img{
  width:240px;
  height:150px;
}
.container_bg .hotel .rank-wrapper .visa-reserve .visa-reserve-info{
  width:650px;
}
.container_bg .hotel .rank-wrapper .visa-reserve .visa-reserve-info>h3{
  font-size:26px;
  color:#333;
  font-weight:500;
  line-height:40px;
  margin-bottom:6px;
  border-bottom:1px dashed #999;
}
.container_bg .hotel .rank-wrapper .visa-reserve .visa-reserve-info p{
  line-height:24px;
}
.container_bg .hotel .rank-wrapper .insurance-list{
  background:#fff;
  padding:20px;
}
.container_bg .hotel .rank-wrapper .insurance-list li{
  position:relative;
  padding:20px;
  margin-bottom:20px;
  border:1px solid #D7D7D7;
}
.container_bg .hotel .rank-wrapper .insurance-list li:hover{
  border:1px solid #F39C1C;
}
.container_bg .hotel .rank-wrapper .insurance-list li a{
  font-size:18px;
  color:#2491E2;
  cursor:pointer;
}
.container_bg .hotel .rank-wrapper .insurance-list li p{
  color:#999999;
  font-size:14px;
  line-height:24px;
}
.container_bg .hotel .rank-wrapper .insurance-list li p span{
  margin-right: 100px;
}
.visa-question .promise-rank .rank-wrapper .promise-list li p i{
    width: 4px;
    height: 4px;
    display:inline-block;
    border-radius:2px;
    margin-right:10px;
    margin-bottom:3px;
    background: url('../images/visa-list.png') center no-repeat;
}
.container_bg .hotel .rank-wrapper .insurance-list .visa-reserve-btn{
  position:absolute;
  right:20px;
  bottom:30px;
  width:80px;
  height:30px;
}
.container_bg .hotel .rank-wrapper .insurance-list .visa-reserve-btn p{
  font-size:14px;
  font-weight:600;
  color:#909090;
}
.container_bg .hotel .rank-wrapper .insurance-list .visa-reserve-btn p span{
  font-size:22px;
  font-weight:600;
  color:#F94735;
}


/*保险列表*/

.container_bg .hotel .hot-list .detail-sub {
  border-bottom: 1px solid #F39C1C;
  background-color: #fff;
}
.container_bg .hotel .hot-list .detail-sub li {
  float: left;
  width: 110px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #494949;
  text-align: center;
  cursor: pointer;
}
.container_bg .hotel .hot-list .detail-sub li.on {
  background-color: #F39C1C;
  color: #fff;
}
.container_bg .hotel .hot-list .visa-reserve {
  height:auto;
  margin-bottom:20px;
}
.container_bg .hotel .hot-list .visa-reserve .visa-reserve-flag img {
  width:240px;
  height:150px;
  border:0;
}
.container_bg .hotel .hot-list .visa-reserve .visa-reserve-info {
  width:440px;
  height:150px;
}
.container_bg .hotel .hot-list .visa-reserve .visa-reserve-info .visa-name{
  font-size:18px;
}
.container_bg .hotel .hot-list .visa-reserve .visa-reserve-info ul li{
  margin-left:20px;
  font-size:14px;
  list-style:disc;
}
.container_bg .hotel .hot-list .visa-reserve .visa-reserve-info p span{
  color:#333333;
}
  .container_bg .hotel .hot-list .visa-reserve .visa-reserve-info p span i {
    width:24px;
    height:24px;
    vertical-align:middle;
    margin-right:3px;
    display:inline-block;
    background: url('../images/insurance-tip.png') center no-repeat;
  }
.container_bg .hotel .hot-list .visa-reserve .insurance-list-btn{
  float:right;
  width:140px;
}
.container_bg .hotel .hot-list .visa-reserve .insurance-list-btn a{
  width:110px;
  height:38px;
  line-height:38px;
  text-align:center;
  display:inline-block;
  color:#ffffff;
  border:0;
  background:#FF5548;
  margin:10px;
  cursor:pointer;
}
.container_bg .hotel .hot-list .visa-reserve .insurance-list-btn p{
  line-height:24px;
  color:#333333;
}
.insurance-rank{
  float:right;
  width:300px;
}
.insurance-rank .rank-wrapper{
  background:#ffffff;
}
.insurance-rank .rank-wrapper h2 {
  padding-left: 35px;
  height: 44px;
  background-color: #F7F7F7;
  line-height: 44px;
  font-size: 18px;
  font-weight: normal;
  color: #494949;
}
.insurance-rank .rank-wrapper .promise-list {
  padding: 10px 20px;
  color: #686868;
}




/*签证说明表格*/
.container_bg .hotel .visa-reserve {
  padding:20px;
  height:268px;
  background-color: #ffffff;
}
.container_bg .hotel .visa-reserve .visa-reserve-flag {
  float:left;
}
.container_bg .hotel .visa-reserve .visa-reserve-flag img {
  width:360px;
  height:228px;
  border:1px solid #999999;
}
.container_bg .hotel .visa-reserve .visa-reserve-info {
  float:left;
  color:#999999;
  margin-left:30px;
}
.container_bg .hotel .visa-reserve .visa-reserve-info .visa-name {
  font-size:26px;
  color:#333333;
  cursor:pointer;
}
.container_bg .hotel .visa-reserve .visa-reserve-info>h3 {
  font-size:18px;
  font-weight:400;
  line-height:30px;
}
.container_bg .hotel .visa-reserve .visa-reserve-info p span {
  margin-right:50px;
  font-size:14px;
  font-weight:300;
  line-height:30px;
}
.container_bg .hotel .visa-reserve .visa-reserve-info p span.price {
  color:#F94735;
  font-weight:600;
  font-size:22px;
  margin-right:5px;
}
.container_bg .hotel .visa-reserve .visa-reserve-info .visa-reserve-btn {
}
.container_bg .hotel .visa-reserve .visa-reserve-btn a {
  float:right;
  background:#F39C1C;
  color:#ffffff;
  font-size:22px;
  border:0;
  width:160px;
  height:50px;
  line-height:50px;
  text-align:center;
  margin-top:16px;
  cursor:pointer;
}



.container_bg .hotel .hot-detail .insurance-list .visa-sub li {
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
  float:left;
  padding:0 20px;
  height:30px;
  line-height:30px;
  font-size:14px;
  list-style:none;
  cursor:pointer;
  margin-bottom:15px;
}
  .container_bg .hotel .hot-detail .insurance-list .visa-sub li.on {
    background: url('../images/visa-on.png') center bottom no-repeat;
    border-bottom: 1px solid #F39C1C;
    cursor:default;
  }
.container_bg .hotel .hot-detail .insurance-list .visa-detail-table {
  margin-top:10px;
}
.container_bg .hotel .hot-detail .insurance-list .visa-detail-table .insurance-type {
  text-align:center;
}
.container_bg .hotel .hot-detail .insurance-list .visa-detail-table tr td {
  padding:15px;
  text-align:left;
}
.container_bg .hotel .hot-detail .insurance-list .visa-detail-table tr td a {
  color:#4395ff;
}



/*签证常见问题*/
.visa-question .hot-list .rank-wrapper h2 {
  padding-left: 35px;
  height: 44px;
  background-color: #F7F7F7;
  line-height: 44px;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}
.visa-question .hot-list .rank-wrapper .promise-list {
  padding: 13px 20px 40px 63px;
  background-color: #ffffff;
}
.visa-question .hot-list .rank-wrapper .promise-list li {
  padding-bottom: 19px;
}
.visa-question .hot-list .rank-wrapper .promise-list li h3 {
  position: relative;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
  .visa-question .hot-list .rank-wrapper .promise-list li h3 i {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 4px;
    left: -30px;
    font-size:12px;
    color:#ffffff;
    line-height:24px;
    text-align:center;
    background: url('../images/visa-list.png') no-repeat;
  }
.visa-question .hot-list .rank-wrapper .promise-list li p {
  line-height: 26px;
  font-size: 14px;
  color: #999999;
}
.visa-question .promise-rank .rank-wrapper{
  margin-top:0;
  margin-bottom:20px;
}
.visa-question .promise-rank .rank-wrapper .promise-list{
  padding:15px;
}
.visa-question .promise-rank .rank-wrapper .promise-list li p{
  height:auto;
  line-height:20px;
}
.visa-question .promise-rank .rank-wrapper .rank-list{
  padding:20px;
}
.visa-question .promise-rank .rank-wrapper .rank-list ul li p{
  font-size:14px;
  color:#686868;
  line-height:20px;
  margin:5px 5px 15px 5px;
}



/*签证支付*/
.reserve-info-wrap .reserve-info .visa-tag{
  width:30px;
  height:16px;
  color:#ffffff;
  font-size:10px;
  line-height:16px;
  background:#2FA2EA;
  border-radius:3px;
  text-align:center;
}
.reserve-info-wrap .reserve-info .reserve-item .reserve-inp span{
  font-size:14px;
  color:#666666;
}
.reserve-info-wrap .reserve-info .reserve-item .reserve-inp .check{
  background:#fff;
  border:1px solid #909090;
  margin:0 5px 0 30px;
}



/*签证国家列表*/

.container .visa-banner {
  width:1280px;
  height:370px;
  margin:0 auto;
  position:relative;
}
.container .visa-tab{
  float:left;
  width:300px;
  height:370px;
  background:#fff;
}
.container .visa-tab .visa-search{
  width:100%;
  padding:20px;
  height:38px;
}
.container .visa-tab .visa-search .visa-search-text{
  width:170px;
  height:38px;
  float:left;
  border:1px solid #f39c1c;
  padding:0 10px;
  font-size:14px;
}
.container .visa-tab .visa-search .visa-search-btn{
  width:80px;
  height:38px;
  background:#f39c1c;
  color:#fff;
  float:right;
  font-size:18px;
  line-height:38px;
  text-align:center;
  cursor:pointer;
}
.container .visa-tab ul{
  height:300px;
  position:absolute;
  bottom:0;
}
  .container .visa-tab ul li {
    width:300px;
    height: 60px;
    position:relative;
  }
.container .visa-tab ul li.country-hasNav {
    /*width:760px;*/
}
  .container .visa-tab ul li:hover .country-nav {
    border:1px solid #f39c1c;
    border-right:none;
    z-index:1000;
  }
  .container .visa-tab ul li .country-nav {
    width:300px;
    height: 60px;
    position:absolute;
    padding:5px 20px;
    background:#fff;
    border:1px solid transparent;
  }
.container .visa-tab ul li .country-title{
  width:100%;
  font-size:18px;
  color:#F39C1C;
}
.container .visa-tab ul li.country-hasNav .country-title {
  background: url('../images/visa-countre-icon.png') right center no-repeat;
}
.container .visa-tab ul li p a{
  font-size:14px;
  color:#666666;
  padding-right:10px;
}
  .container .visa-tab ul li .country-tab {
    width:460px;
    display:none;
    padding:20px;
    background:#fff;
    position:absolute;
    left:298px;
    border:1px solid #f39c1c;
    z-index:100;
  }
  .container .visa-tab ul li:hover .country-tab {
    display:block;
  }
  .container .visa-tab ul li .country-tab a {
    float:left;
    padding:0 10px;
    font-size:14px;
    color:#666666;
    cursor:pointer;
  }


.container .visa-banner .visa-country-banner{
  float:left;
  height:370px;
  margin-left:20px;
}
.container .visa-banner .visa-count-big{
  float:left;
  margin:0 20px;
  height:370px;
  width:700px;
  cursor:pointer;
}
.container .visa-banner img{
  height:100%;
  width:100%;
}


.container .visa-banner .visa-count-small{
  height:370px;
  width:240px;
  float:left;
}
.container .visa-banner .visa-count-small li{
  list-style:none;
  height:180px;
  width:240px;
  cursor:pointer;
  margin-bottom:10px;
}



.container .content .mod .visa-country-content {
  width:1280px;
  background-color: #fff;
  border-top: 1px solid #f39c1c;
}
.container .content .mod .visa-country-content .hot-visa-list {
  float:left;
}
.container .content .mod .visa-country-content .continent-name {
  width:640px;
  height:50px;
  line-height:50px;
  text-align:center;
  background:#FFF8EE;
  color:#f39c1c;
  font-size:20px;
}
.container .content .mod .visa-country-content .country-list {
  width:640px;
  padding:20px 0;
}
.container .content .mod .visa-country-content .continent-name-Africa {
  width:480px;
}
.container .content .mod .visa-country-content .country-list-Africa {
  width:480px;
  padding:20px 0;
}
.container .content .mod .visa-country-content .continent-name-Oceania {
  width:160px;
}
.container .content .mod .visa-country-content .country-list-Oceania {
  width:160px;
  padding:20px 0;
}
.container .content .mod .visa-country-content .country-list ul {
  height:60px;
  border-right:1px dashed #dcdcdc;
}
.container .content .mod .visa-country-content .country-list ul li {
  float:left;
  width:159px;
  line-height:60px;
  font-size:14px;
  color:#333;
}
.container .content .mod .visa-country-content .country-list ul li img{
  width:45px;
  height:30px;
  margin:0 10px;
}

.container .content .mod .visa-country-content .visa-matter-title {
  width:1280px;
  height:60px;
  line-height:60px;
  font-size:20px;
  color:#333;
  padding:0 20px;
}
.container .content .mod .visa-country-content .visa-matter-title p {
  float:left;
}
.container .content .mod .visa-country-content .visa-matter-title a {
  line-height:60px;
  font-size:14px;
  color:#f39c1c;
  float:right;
}
.container .content .mod .visa-country-content .visa-matter-content {
  width:100%;
}
.container .content .mod .visa-country-content .visa-matter-content .visa-matter {
  width:50%;
  float:left;
  font-size:14px;
  padding:0 20px 20px 20px;
}
.container .content .mod .visa-country-content .visa-matter-content .visa-matter span {
  color:#f39c1c;
}
.container .content .mod .visa-country-content .visa-matter-content .visa-matter .visa-matter-Q {
  color:#333333;
}
.container .content .mod .visa-country-content .visa-matter-content .visa-matter .visa-matter-A {
  color:#6A6A6A;
}


/*签证订单详情*/
.container_bg .hotel .hot-result .hot-list .rank-wrapper{
  background:#ffffff;
  margin-bottom:20px;
  padding-bottom:10px;
}
.container_bg .hotel .hot-result .hot-list .rank-wrapper .visa-order-title{
  padding:10px 20px 10px 20px;
}
.container_bg .hotel .hot-result .hot-list .rank-wrapper .visa-order-title h3{
  font-size:26px;
  color:#333333;
}
.container_bg .hotel .hot-result .hot-list .rank-wrapper .visa-order-title p{
  font-size:18px;
  color:#999999;
  border-bottom:1px solid #dcdcdc;
}
.hot-list .rank-wrapper .reserve-item {
  margin: 20px;
}
.hot-list .rank-wrapper .reserve-item h6 {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  line-height: 38px;
  font-size: 14px;
  font-weight: normal;
  color: #494949;
  padding-right: 18px;
  text-align: right;
}
.hot-list .rank-wrapper .reserve-item h6 b {
  color: #FF4B33;
}
.hot-list .rank-wrapper .reserve-item .reserve-inp {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.hot-list .rank-wrapper .reserve-item .reserve-inp .sel {
  width: 60px;
  height: 38px;
  line-height: 36px;
  padding-left: 14px;
  border: 1px solid #C0C0C0;
  font-size: 15px;
  margin-right:10px;
}
.hot-list .rank-wrapper .reserve-item .reserve-inp span {
  font-size:14px;
  margin-right:20px;
  line-height:36px;
  color:#333333;
}
.hot-list .rank-wrapper .reserve-item .reserve-inp span.vtip {
  font-size:12px;
  line-height:36px;
  color:#999999;
}
.hot-list .rank-wrapper .reserve-item .date {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 220px;
  height: 38px;
  line-height: 36px;
  padding-left: 10px;
  color: #494949;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
.hot-list .rank-wrapper .reserve-item .date .day {
  height: 36px;
  width: 110px;
  border: none;
  vertical-align: top;
  background-color: transparent;
  outline: none;
  line-height: 36px;
  color: #494949;
  font-size: 14px;
}
.hot-list .rank-wrapper .reserve-item .date .week {
  float: right;
}
.hot-list .rank-wrapper .reserve-item .date i {
  float: right;
  margin: 8px 10px;
  width: 22px;
  height: 19px;
  background: url(../images/icon.png) no-repeat -118px -163px;
}
.hot-list .rank-wrapper .reserve-item b {
  color: #FF4B33;
}

.container_bg .hotel .rank-wrapper .visa-pay-list{
  padding-bottom:0;
}
.container_bg .hotel .rank-wrapper .visa-pay-list table{
  width:100%;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody ul{
  background:#FFF8EE;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody ul li{
  border:0;
  padding:10px 20px;
  margin-bottom:0;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody ul li:hover{
  border:0;
}
.container_bg .hotel .rank-wrapper .insurance-list table thead tr td{
  color:#999999;
  height:45px;
  line-height:45px;
  border-bottom:1px solid #D8D8D8;
}
.container_bg .hotel .rank-wrapper .insurance-list table tr td:nth-child(3){
  text-align:center;
}
.container_bg .hotel .rank-wrapper .insurance-list table tr td:nth-child(4){
  text-align:center;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody tr td{
  height:65px;
  line-height:65px;
  border-bottom:1px dashed #D8D8D8;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody tr:nth-last-child(-n+1) td{
  border-bottom:none;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody td a{
  cursor:pointer;
  color:#40BC40;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody td h3{
  color:#F94735;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody td select{
  width:60px;
  height:30px;
  padding:0 5px;
  border:1px solid #dcdcdc;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody ul li .in-title{
  color:#333333;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody ul li .in-content{
  color:#999999;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody td .discount{
  width:60px;
  height:30px;
  cursor:pointer;
  border: none;
  background:#F39C1C;
}
.container_bg .hotel .rank-wrapper .insurance-list table tbody td .discount-select {
  width: 60px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #F39C1C;
  background: url('../images/icon_gou.png') right bottom no-repeat;
}

.promise-rank .detail-expenses{
  background:#fff;
}
.promise-rank .detail-expenses h2{
  padding-left: 35px;
  height: 44px;
  background-color: #FFF8EE;
  line-height: 44px;
  font-size: 18px;
  font-weight: normal;
  color: #F39C1C;
}
.promise-rank .detail-expenses .expenses-list {
  padding:0 10px;
  border-bottom:1px solid #dcdcdc;
}
.promise-rank .detail-expenses .expenses-list li{
  list-style:none;
  padding:10px;
  border-bottom:1px dashed #D8D8D8;
}
.promise-rank .detail-expenses .expenses-list li:nth-last-child(-n+1){
  border-bottom:none;
}
.promise-rank .detail-expenses .expenses-list li .in-title{
  color:#999999;
}
.promise-rank .detail-expenses .expenses-list li .in-content{
  color:#333333;
}
.promise-rank .detail-expenses .expenses-list li .in-content span{
  color:#F94735;
}
.promise-rank .detail-expenses .expenses-list li .in-content span.pir-r{
  float:right;
}
.promise-rank .detail-expenses .all-pirce {
  color:#999999;
  padding:10px 20px;
}
.promise-rank .detail-expenses .all-pirce h3{
  color:#F94735;
  float:right;
}
.promise-rank .detail-expenses .pay-next{
  float:right;
  background:#F39C1C;
  color:#ffffff;
  width:100px;
  height:38px;
  border:none;
  margin:10px 20px 20px 0;
  cursor:pointer;
}



/*商旅*/

.container .business-banner {
  height: 475px;
  position:relative;
}
  .container .business-banner .banner-bg {
    top: 0px;
    left: 0px;
    right: 0px;
    height: 475px;
    overflow: hidden;
    position: relative;
    background-image: url('../images/business-bg1.png');
    background-size:100% 100%;
    position:relative;
            -webkit-transition:  all 0.6s ease-out;
            -moz-transition:  all 0.6s ease-out;
            transition:  all 0.6s ease-out;
  }
.container .business-banner .banner-bg ul#bannerBtn {
    list-style: none;
    margin-top: 440px;
    margin-left:47%;
}
.container .business-banner .banner-bg ul#bannerBtn li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
}
.container .business-banner .banner-bg ul#bannerBtn li:nth-child(1) {
    background: #F39C1C;
}
.container .business-custom-bg {
  width:1280px;
  height:420px;
  margin:0 auto;
  position:relative;
  top:-450px;
}
.container .business-custom {
  width:360px;
  height:420px;
  color:#fff;
  padding:10px 30px;
  box-sizing:border-box;
  background:rgba(0,0,0,0.3);
}
.container .business-custom-next {
  display:none;
}
.container .business-custom .business-custom-title {
  width:100%;
  height:40px;
  font-size:18px;
  line-height:40px;
  border-bottom:1px solid #fff;
}
.container .business-custom .business-custom-content{
  width:300px;
  font-size:16px;
  margin-top:10px;
}
.container .business-custom .business-custom-content p{
  float:left;
  width:80px;
  font-size:16px;
}
.container .business-custom .business-custom-content .business-user-name{
  float:left;
  width:160px;
  height:35px;
  border:0;
  background:#fff;
  border-radius:5px;
  padding:0 10px;
}
.container .business-custom .business-custom-content .business-custom-type{
  float:left;
  width:210px;
  font-size:16px;
}
.container .business-custom .business-custom-content .business-custom-type2{
  width:140px;
  margin:5px 0;
}
.container .business-custom .business-custom-content .business-custom-type li{
  float:left;
  list-style:none;
  width:70px;
  font-size:16px;
  padding-left:10px;
  line-height:28px;
}
  .container .business-custom .business-custom-content .business-custom-type li input {
    width:16px;
    height:16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/radio.png') bottom;
  }
  .container .business-custom .business-custom-content .business-custom-type li input:checked {
    background: url('../images/radio.png') top;
  }
  .container .business-custom .business-custom-content .business-custom-type li input::-ms-check {
    width:16px;
    height:16px;
    display:none;
    background: url('../images/radio.png') bottom;
  }
  .container .business-custom .business-custom-content .business-custom-type li input:checked {
    background: url('../images/radio.png') top;
  }
  .container .business-custom .business-custom-content .business-custom-type li input:checked::-ms-check {
    background: url('../images/radio.png') top;
  }
  .container .business-custom .business-custom-content .business-custom-sel-box {
    width: 100%;
    height: 35px;
    margin: 20px 0;
    position:relative;
  }
  .data-pro{
    display:none;
  }
  .container .business-custom .business-custom-content .business-custom-sel-box input {
    width: 100%;
    height: 35px;
    color:#666666;
    padding:0 10px;
    border-radius: 5px;
    box-sizing:border-box;
    background-color:#fff;
    background-image: url('../images/business-sel.png');
    background-repeat: no-repeat;
    background-position:right center ;
    background-size:16px;
    background-position-x:270px;
    border:0;
  }
  .container .business-custom .business-custom-content .business-custom-sel {
    width: 100%;
    height: 35px;
    padding:0 10px;
    margin: 10px 0;
    color:#666666;
    border-radius: 5px;
    box-sizing:border-box;
    background-color:#fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/business-sel.png');
    background-repeat: no-repeat;
    background-position:right center ;
    background-size:16px;
    background-position-x:270px;
    border:none;
  }
  .container .business-custom .business-custom-content .business-custom-sel::-ms-expand {
    display:none;
    background-image: url('../images/business-sel.png');
  }
  .container .business-custom .business-custom-content .business-num {
    width: 100%;
    height: 35px;
    padding:0 10px;
    margin: 10px 0;
    color:#666666;
    border-radius: 5px;
    box-sizing:border-box;
    background-color:#fff;
    border:none;
  }
  .container .business-custom .business-custom-content .business-text {
    width: 100%;
    height: 177px;
    padding: 10px;
    margin: 10px 0;
    color:#666666;
    border-radius: 5px;
    box-sizing:border-box;
    background-color:#fff;
    border:none;
    overflow:auto;
  }

  
  .container .business-custom .business-custom-content .business-next-btn {
    width: 160px;
    height: 38px;
    margin: 6px 60px;
    color:#ffffff;
    border-radius: 5px;
    box-sizing:border-box;
    background-color:#F39C1C;
    background-size:18px;
    border:none;
  }

  .destination{
    font-size:14px;
    line-height:40px;
    background:#fff;
    width:480px;
    position:absolute;
    z-index:99999999;
    padding:0 0 10px 0;
    display:none;
	margin-top: 15px;
	margin-left: 56px;
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
  }
  .destination .destination-title{
    /*width:455px;*/
	background-color: #f39c1c;
    height:40px;
  }
  .destination .destination-title span{
    color:#333;
    margin-left:18px;
	background-color: #f39c1c;
  }
  .destination .destination-content a{
	margin-left:20px;
    display:block;
    cursor:pointer;
    float:left;
	width:60px;
	height:40px;
	overflow:hidden;
  }
  .destination .destination-title span a{
    cursor:pointer;
	color:#ffffff !important;
  }


.container .business-content {
  background-color: #364559;
}
.container .business-content .business-service {
  padding:60px 0;
  background: url('../images/business-bg3.png') center no-repeat;
  background-size:85%;
}
.container .business-content .business-service .business-service-title {
  width:500px;
  margin:0 auto;
  color:#fff;
  text-align:center;
}
.container .business-content .business-service .business-service-title h5 {
  font-size:30px;
  font-weight:500;
}
  .container .business-content .business-service .business-service-title h5 i {
    width:120px;
    height:40px;
    display:inline-block;
    vertical-align:middle;
    margin:0 10px;
    background: url('../images/service-title.png') center no-repeat;
  }
.container .business-content .business-service .business-service-title h6 {
  font-size:24px;
  font-weight:500;
}
.container .business-content .business-service ul {
  width:1280px;
  margin:30px auto;
}
.container .business-content .business-service ul li {
  width:300px;
  height:380px;
  float:left;
  background:#fff;
  list-style:none;
  margin:0 63px;
}
.container .business-content .business-service ul li img {
  width:100%;
}
.container .business-content .business-service ul li .service-intro {
  padding:20px 30px;
}
.container .business-content .business-service ul li .service-intro .title {
  font-size:22px;
  text-align:center;
  margin-bottom:10px;
}
.container .business-content .business-service ul li .service-intro .content {
  font-size:14px;
  line-height:26px;
}
.container .business-flow {
  background:none;
}
.container .business-flow .business-service {
  text-align:center;
  background:none;
}
.container .business-flow .business-service .business-service-title {
  color:#565656;
}




/*度假*/
.container .vacation-banner{
  height:450px;
  background:none;
}
.container .vacation-banner .mod-list{
  width:100%;
}
.container .vacation-banner .mod-list .searchbox{
  width:1280px;
  margin:0 auto;
}
.container .vacation-banner .mod-list .searchbox .vacation-count{
  float:left;
  width:880px;
  height:450px;
  margin-left:20px;
}
.container .vacation-banner .mod-list .searchbox .vacation-count .vacation-count-big{
  height:310px;
  width:880px;
  cursor:pointer;
}
.container .vacation-banner .mod-list .searchbox .vacation-count .vacation-count-big img{
  height:100%;
  width:100%;
}
.container .vacation-banner .mod-list .searchbox .vacation-count .vacation-count-small{
  height:140px;
  width:880px;
}
.container .vacation-banner .mod-list .searchbox .vacation-count .vacation-count-small li{
  float:left;
  list-style:none;
  height:140px;
  width:220px;
  cursor:pointer;
}
.container .vacation-banner .mod-list .searchbox .vacation-count .vacation-count-small img{
  height:100%;
  width:100%;
}
.container .vacation-banner .mod-list .searchbox .search-wrap{
  left:378px;
}














.container .vacation-tab{
  float:left;
  width:380px;
  height:450px;
  background:#fff;
  border:2px solid #f39c1c;
  border-radius:4px;
}
.container .vacation-tab ul{
  width:380px;
  height:450px;
}
  .container .vacation-tab ul li {
    width:380px;
    height: 74px;
    position:relative;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
  }
  .container .vacation-tab ul li:hover {
    border-top:1px solid #f39c1c;
    border-bottom:1px solid #f39c1c;
    border-right:none;
    z-index:1000;
  }
  .container .vacation-tab ul li:hover .country-nav {
    border:none;
    border-right:none;
    z-index:1000;
  }
  .container .vacation-tab ul li .country-nav {
    width:340px;
    height: 74px;
    position:absolute;
    left:20px;
    border-bottom:1px solid #dcdcdc;
  }
.container .vacation-tab ul li .country-title{
  width:100%;
  font-size:18px;
  color:#F39C1C;
}
.container .vacation-tab ul li.country-hasNav .country-title {
  background: url('../images/visa-countre-icon.png') right center no-repeat;
}
.container .vacation-tab ul li .banner-concent{
  margin:10px 0;
}
.container .vacation-tab ul li p.banner-title a{
  font-size:18px;
}
.container .vacation-tab ul li p a{
  font-size:14px;
  color:#666666;
  padding-right:10px;
}
  .container .vacation-tab ul li .country-tab {
    /*width:460px;*/
    display:none;
    padding:20px;
    background:#fff;
    position:absolute;
    left:376px;
    border:1px solid #f39c1c;
    z-index:100;
    top:-1px;
  }
  
  .container .vacation-tab ul li i.border-hide {
    width:3px;
    height: 73px;
    position:absolute;
    background:#fff;
    left:-1px;
    top:0px;
    z-index:10000;
    display:none;
  }
  .container .vacation-tab ul li:hover i.border-hide {
    display:block;
  }
  .container .vacation-tab ul li:hover .country-tab {
    display:block;
  }
  .container .vacation-tab ul li .country-tab a {
    float:left;
    padding:0 10px;
    font-size:14px;
    color:#666666;
    cursor:pointer;
  }


  
.container .vacation-tab ul li .country-tab .hot-view-list-bg{
  width:750px;
}
.container .vacation-tab ul li .country-tab .hot-view-list .hot-view{
  width:550px;
}
.container .vacation-tab ul li .country-tab img{
  position:absolute;
  bottom:0;
  right:0;
}
.container .vacation-tab ul li .country-tab .hot-view h3 {
  float: left;
  font-size: 14px;
  line-height: 30px;
  width:120px;
  font-weight:600;
}
.container .vacation-tab ul li .country-tab .hot-view .hot-view-item {
  margin-left: 120px;
}
.container .vacation-tab ul li .country-tab .hot-view .hot-view-item a {
  float: left;
  line-height: 30px;
  padding: 0 6px;
  width:auto;
  font-size:14px;
  color:#666666;
  border:0;
}
.container .vacation-tab ul li .country-tab .active-img {
  float: right;
  width:190px;
  /*height:100%;*/
}















.container .vacation-banner .mod-list .searchbox ul.vacation-tab{
  float:left;
  position:relative;
  left:0px;
  width:380px;
  height:450px;
  border:2px solid #F39C1C;
  border-radius:5px;
}
.container .vacation-banner .mod-list .searchbox ul.vacation-tab li {
  height:75px;
  position:relative;
}
.container .vacation-banner .mod-list .searchbox ul.vacation-tab li .vacation-nav {
  left:0px;
  width:380px;
  padding-left:30px;
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed #dcdcdc;
  height:75px;
  position:absolute;
}
.container .vacation-banner .mod-list .searchbox ul.vacation-tab li .vacation-content {
  left:378px;
  border:1px solid #f39c1c;
  z-index:100;
  position:absolute;
  background:#fff;
}
.container .vacation-banner .mod-list .searchbox ul.vacation-tab li:hover .vacation-nav {
  border-top:1px solid #f39c1c;
  border-bottom:1px solid #f39c1c;
  z-index:1000;
}
.container .vacation-banner .mod-list .searchbox ul.vacation-tab li:hover .vacation-content {
  display:block;
}
.container .vacation-banner .mod-list .searchbox .vacation-tab .vacation-content .hot-view-list{
  margin:20px;
}
.container .vacation-banner .mod-list .searchbox .vacation-tab .vacation-content .hot-view-list-bg{
  width:750px;
}
.container .vacation-banner .mod-list .searchbox .vacation-tab .vacation-content .hot-view-list .hot-view{
  width:550px;
}
.container .vacation-banner .mod-list .searchbox .vacation-tab .vacation-content img{
  position:absolute;
  bottom:0;
  right:0;
}
.container .vacation-banner .searchbox .vacation-content .hot-view h3 {
  float: left;
  font-size: 14px;
  line-height: 30px;
  width:90px;
  font-weight:600;
}
.container .vacation-banner .searchbox .vacation-content .hot-view .hot-view-item a {
  float: left;
  line-height: 30px;
  padding: 0 6px;
  width:auto;
  font-size:14px;
  color:#666666;
  border:0;
}
.container .vacation-banner .searchbox .vacation-content .active-img {
  float: right;
  width:190px;
}






.container .vacation-banner .mod-list .searchbox ul.vacation-tab li:nth-last-child(-n+1)>div {
  border-bottom: none;
}
.container .vacation-tab ul li .country-nav i {
  width: 45px;
  height: 45px;
  float:left;
  margin:10px 10px 10px 0;
  vertical-align:middle;
}
  .container .vacation-tab ul li i.banner-icon1 {
    background: url('../images/vacation-banner-icon_1.png') no-repeat;
  }
  .container .vacation-tab ul li i.banner-icon2 {
    background: url('../images/vacation-banner-icon_2.png') no-repeat;
  }
  .container .vacation-tab ul li i.banner-icon3 {
    background: url('../images/vacation-banner-icon_3.png') no-repeat;
  }
  .container .vacation-tab ul li i.banner-icon4 {
    background: url('../images/vacation-banner-icon_4.png') no-repeat;
  }
  .container .vacation-tab ul li i.banner-icon5 {
    background: url('../images/vacation-banner-icon_5.png') no-repeat;
  }
  .container .vacation-tab ul li i.banner-icon6 {
    background: url('../images/vacation-banner-icon_6.png') no-repeat;
  }
.container .vacation-tab ul.vacation-tab li div.banner-concent {
  float:left;
  box-sizing:border-box;
}
.container .vacation-tab ul.vacation-tab li p.banner-title {
  margin-top:6px;
}
.container .vacation-tab ul.vacation-tab li p.banner-title a {
  color:#666;
  font-size:16px;
  line-height:28px;
}
.container .vacation-tab ul.vacation-tab li p.banner-title a img.hot {
  vertical-align:top;
}
.container .vacation-tab ul.vacation-tab li p a {
  color:#666;
  display: inline;
  margin:0 5px;
  font-size:12px;
  line-height:24px;
  border-bottom: none;
}
.container .vacation-tab ul.vacation-tab li p a.point {
  color:#f39c1c;
}
.container .content .mod .mod-hot-list{
  display:inline-block;
  margin-left:150px;
}
.container .content .mod .mod-hot-list li{
  float:left;
  height:25px;
  line-height:20px;
  padding:0 15px;
  list-style:none;
  color:#424242;
}
.container .content .mod .mod-hot-list li a{
  color:#424242;
}
.container .content .mod .mod-hot-list li.mod-hot-list-hover{
  background:#F39C1C;
  border-radius:12px;
}
.container .content .mod .mod-hot-list li.mod-hot-list-hover a{
  color:#ffffff;
}
.container .content .mod .mod-title h2 {
  font-size: 22px;
  font-weight: 500;
  display:inline-block;
}

.container .content .mod .product-left {
  float:left;
  width:240px;
  height:400px;
  margin:28px 0;
}
.container .content .mod .product-left-small {
  float:left;
  width:240px;
  height:210px;
  margin:28px 0;
}
.container .content .mod .product-left a,.container .content .mod .product-left a img {
  width:100%;
  height:100%;
}
.container .content .mod .vacation-list {
  float:left;
  width:1040px;
  padding:0px ;
  margin:28px 0;
}
.container .content .mod .vacation-list li{
  width:240px;
  margin:0px 0px 8px 20px;
}
.container .content .mod .vacation-list li.vacation-list-big{
  width:500px;
  height:410px;
  margin:0px 0px 8px 20px;
}
.container .content .mod .vacation-list li.vacation-list-big .product-list-item .imgbox{
  height:360px;
}
.container .content .mod .vacation-list li.vacation-list-big .product-list-item .imgbox img{
  height:100%;
  width:100%;
}
.container .content .mod .product-list li .product-list-item .imgbox .overflow{
  height:auto;
}
.container .content .mod .product-list li .product-list-item .imgbox p{
  width:100%;
  height:auto;
  line-height:20px;
  background-color: rgba(0, 0, 0, 0.55);
}

.container .content .mod .product-list li .product-list-item span {
  float: right;
  /*line-height: 60px;*/
  line-height: 22px;
  font-size: 14px;
  color: #9b9b9b;
  /*margin-right: 15px;*/
}

.container .vacation-banner .mod-list .searchbox .search-wrap {
  width: auto;
  border: 1px solid #F39C1C;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url('../images/vacation-list1.png');
}
.container .vacation-banner .mod-list .searchbox .search-wrap .vacation-content{
  line-height:30px;
  position:relative;
  height:100%;
}
.container .vacation-banner .searchbox .vacation-content .active-img img {
  
}