﻿@charset "UTF-8";
/*租车、签证主题颜色*/
.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb10 {
  margin-bottom: 10px;
}

.fl, .country .hd .sign, .country .hd .title {
  float: left;
}

.fr, .country .hd .more {
  float: right;
}

/*/Content/Content/images/visa/visa/*/
.big-wrap {
  height: auto;
  min-height: 100%;
  min-width: 1000px;
  padding-bottom: 60px;
}

body {
  color: #333;
}

/*.icon-place{position: relative;display:inline-block;&:before {position: absolute;}}*/
/*****首页****/
.index-banner {
  background: url(/Content/images/visa/index_banner.jpg) no-repeat center 0;
  height: 280px;
  margin-bottom: 10px;
  padding-top: 10px;
  /*border:1px solid red*/
}

.banner {
  position: relative;
  display: block;
  height: 100%;
}

/*.nav-item{width:240px;height:485px;background-color:#fff;margin-left:15px;font-size:18px;overflow:hidden;}
.nav-item .hd{height:60px;border-bottom:1px solid #eee;color:hsb-color($palette-sub,-21%,-2%);padding-left:65px;line-height:60px;}
.nav-item .icon-place{&:before {font-size: 16px;content:"\e621";color:hsb-color($palette-sub,-21%,-2%);position: absolute;top: 1px;left:48px;}}
.nav-item .bd li{height:53px;border-left:3px solid #fff;cursor:pointer;text-align:center;line-height:53px;}
.nav-item .bd li:nth-child(2n){background-color:lighten($palette-gray-light,4%);border-left:3px solid lighten($palette-gray-light,4%);}
.nav-item .bd li:hover,.nav-item .bd li.li-on{border-left:3px solid $palette-eye;color:$palette-eye;}
.sub-item{width:290px;height:auto;min-height:485px;background: rgba(255, 255, 255, 0.8)!important; filter: Alpha(opacity=80); background-color: #F8FCFE; position:absolute;left:255px;top:0;z-index:10;}
.sub-item .hd{height:60px;line-height:60px;font-size:16px;border-bottom:1px solid #eee;padding-left:10px;color:$palette-gray-666;}
.sub-item .title{padding:10px;border-bottom:1px dashed #eee;line-height:22px;}
.sub-item .title a{color:$palette-gray-999;display:inline-block;margin:0 8px;}
.sub-item .title a:hover,.sub-item .title .selected{color:$palette-eye;}
.sub-item .con{padding:10px;line-height:24px;}
.sub-item .con dt{float:left;width:15px;margin-bottom:8px;}
.sub-item .con dd{padding-left:15px;margin-bottom:8px;}
.sub-item .con dd a{display:inline-block;margin:0 10px;color:$palette-gray-333;}
.sub-item .con dd a:hover,.sub-item .con dd .selected{color:$palette-eye;text-decoration:underline;}*/
.banner .search-box {
  position: absolute;
  left: 180px;
  top: 75px;
  background-color: #fff;
  padding: 15px 46px 32px 44px;
  width: 550px;
}

.banner .search-box .search-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.banner .search-box .search-input {
  background: url(/Content/images/visa/icon_place.png) no-repeat 10px center #fff;
  padding: 0 10px 0 35px;
  border: 1px solid #ccc;
  border-right: none;
  width: 390px;
  line-height: 38px;
  height: 38px;
  float: left;
  margin-left: 34px;
}

.banner .search-box .icon-search-input:before {
  font-size: 28px;
  content: "\e621";
  color: #439fcf;
  position: absolute;
  top: 0;
  left: 4px;
}

.banner .search-box .search-btn {
  border: none;
  width: 80px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  _margin-top: -2px;
  float: right;
  background-color: #ff8f00;
  text-align: center;
}

.banner .search-box .icon-search-btn:before {
  font-size: 30px;
  content: "\e622";
  color: #fff;
  line-height: 40px;
  /*position: absolute;top:3px;left:28px;*/
}

.banner .search-box .icon-search-btn:hover {
  background-color: #ffa533;
}

/*热门签证国家*/
.country {
  margin: 0 auto 20px;
  /*border:1px solid red*/
}

.country .hd {
  padding-right: 10px;
  line-height: 25px;
  height: 30px;
  overflow: hidden;
}

.country .hd .sign {
  display: inline-block;
  padding: 9px 0;
  border: 3px solid #439fcf;
  border-radius: 3px;
  margin: 0 10px -3px 0;
  height: 4px;
}

.country .hd .title {
  font-size: 24px;
}

.country .hd .more {
  margin-top: 6px;
}

.country .bd {
  width: 1100px;
}

.country .bd li {
  float: left;
  margin: 0 12px 12px 0;
  width: 156px;
  height: 156px;
  overflow: hidden;
  background-color: #ccc;
  position: relative;
}

.country .bd li:nth-child(6n) {
  margin-right: 0;
}

.country .bd li img {
  height: 156px;
  margin-left: -30px;
  vertical-align: top;
  display: block;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.country .bd li a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.country .txt {
  width: 156px;
  color: #fff;
  line-height: 28px;
  bottom: 0;
  height: 28px;
  position: absolute;
  background: rgba(30, 30, 30, 0.7) none repeat scroll 0 0 !important;
  filter: alpha(opacity=70);
  background: #000;
}

.country .txt p {
  text-align: center;
  font-size: 18px;
}

/*.country .item{position:relative;cursor:pointer;}
.country .item img{display:block;webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-ms-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.country .item:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);position:relative;z-index:5;}
.country .item:hover .txt{display:none;}
.country .item01{width:230px;}
.country .item01 img,.country .item01 .txt p{width:230px;height:158px;}
.country .item02,.country .item03{width:238px;}
.country .item02 img,.country .item02 .txt p{width:238px;height:319px;}
.country .item03 img,.country .item03 .txt p{width:238px;height:105px;}
.country .txt{color:#fff;position:absolute;left:0;top:0;text-align:center;vertical-align:middle;display:table;}
.country .txt p{display:table-cell;text-align:center;vertical-align:middle;}
.country .txt .cn{font-size:40px;}
.country .txt .en{font-size:18px;}
.country .item02{width:238px;float:left;}*/
/*常见问题
.common-problem{background-color:darken($palette-gray-light,1%);padding:20px 30px;margin-top:30px;width:885px;margin:0 auto;}
.common-problem .hd{margin-bottom:20px;}
.common-problem .hd span{display:inline-block;font-size:24px;color:hsb-color($palette-sub,-21%,-2%);padding-right:25px;}
.common-problem .hd .icon-question{&:before {font-size: 20px;content:"\e62e";color:$palette-gray-666;position: absolute;top: 0;left:7px;font-weight:bolder;}}
.common-problem .bd li{display:inline-block;width:285px;line-height:25px;@extend .fr;}
.common-problem .bd a{color:$palette-gray-666;}*/
/*-----签证国家页----------*/
.country-banner {
  background: url(/Content/images/visa/country_banner.jpg) no-repeat center 0;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  width: 1000px;
  margin-bottom: 20px;
}

.country-banner .banner-content {
  position: absolute;
}

.country-banner .info {
  background: rgba(30, 30, 30, 0.3) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=30);
  background: #000;
  width: 262px;
  height: 240px;
  color: #fff;
  padding: 30px 20px;
  margin-left: 20px;
  position: absolute;
  top: 0;
}

.country-banner .info h2 {
  font-size: 30px;
  line-height: 45px;
}

.country-banner .info p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.country-banner .info .place-box {
  color: #fff;
  padding-right: 20px;
  height: 45px;
  margin-top: 50px;
  background: rgba(30, 30, 30, 0.5) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=50);
  background: #000;
}

.country-banner .info .icon-place {
  font-size: 18px;
  line-height: 45px;
  padding-left: 30px;
}

.country-banner .info .icon-place:before {
  font-size: 14px;
  content: "\e621";
  color: #ff8f00;
  position: absolute;
  top: -10px;
  left: 10px;
  font-weight: bolder;
}

.country-banner .info .change-city {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  float: right;
  margin-top: 12px;
}

.visa-title {
  line-height: 30px;
  margin: 10px 0;
  /*padding-left:10px;*/
}

.visa-title a {
  color: #666;
  margin: 0 2px;
}

.visa-title span {
  color: #333;
  margin: 0 2px;
}

/*-左侧-*/
.visa-con {
  width: 735px;
  float: left;
}

.visa-con .type-hd {
  border-bottom: 3px solid #439fcf;
  line-height: 36px;
  height: 40px;
  margin-bottom: 25px;
}

.visa-con .type-hd a {
  border: 3px solid #439fcf;
  color: #fff;
  background-color: #439fcf;
  margin: 0 10px;
  font-size: 14px;
  display: inline-block;
  padding: 0 30px 0;
}

.visa-con .type-hd a:hover, .visa-con .type-hd .select {
  color: #439fcf;
  background-color: #fff;
  border-bottom: none;
  position: relative;
  z-index: 5;
  padding-bottom: 4px;
}

.visa-con .type-hd label {
  color: #666;
  margin: 0 10px;
}

.visa-con label input[type="checkbox"] {
  margin-right: 5px;
}

.visa-con .type-bd .item {
  border: 1px solid #eee;
  height: 153px;
  margin-bottom: 20px;
}

.type-bd .picture {
  width: 160px;
  height: 153px;
  position: relative;
  display: table;
  overflow: hidden;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
}

.type-bd .picture span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.type-bd .picture img {
  height: 130px;
  position: absolute;
  z-index: -1;
}

.type-bd .info {
  padding: 15px 20px;
  width: 370px;
  float: left;
}

.type-bd .info h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.type-bd .info p {
  font-size: 12px;
  line-height: 22px;
  color: #666;
}

.type-bd .txt {
  width: 150px;
  height: 153px;
  background-color: #fbf4d9;
  text-align: center;
  float: right;
}

.type-bd .txt .price {
  margin: 40px 0 20px;
  text-align: center;
  color: #ff8f00;
  font-size: 18px;
  font-weight: 700;
}

.type-bd .txt .price em {
  font-size: 24px;
}

.type-bd .txt .book-btn {
  display: inline-block;
  color: #fff;
  background-color: #ff8f00;
  font-size: 18px;
  padding: 5px 15px;
  text-decoration: none;
}

.type-bd .txt .book-btn:hover {
  background-color: #ffa533;
}

/*-右侧-*/
.visa-side {
  width: 240px;
  float: right;
  color: #666;
}

.visa-side .item {
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.visa-side .item .hd-box {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.visa-side .item .hd {
  font-size: 18px;
  line-height: 18px;
  text-indent: 10px;
  font-weight: bold;
  border-left: 5px solid #439fcf;
  padding-left: 2px;
}

/*联系客服*/
.customer-wrap {
  padding: 15px;
}

.customer-wrap .hd {
  color: #333;
}

.customer-wrap .con {
  padding: 20px 10px 10px;
}

.customer-wrap .title {
  line-height: 30px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}

.customer-wrap .qq-box a {
  position: relative;
  display: block;
  width: 182px;
}

.customer-wrap .icon-hi {
  position: absolute;
  right: -12px;
  top: -16px;
}

.customer-wrap .tel-box {
  /*background:url(/Content/images/visa/icon_tel.png) no-repeat 0 0;*/
  padding-left: 40px;
  margin-top: 10px;
}

.customer-wrap .icon-tel:before {
  font-size: 38px;
  content: "\e63a";
  color: #666;
  position: absolute;
  top: -5px;
  left: -1px;
  color: #999;
}

.customer-wrap .tel-box .tel-num {
  font-size: 20px;
  font-weight: 700;
  font-family: Georgia,Arial;
  color: #ff8f00;
}

/*浏览记录*/
.visa-side .record {
  padding: 5px 15px 15px;
  font-size: 14px;
  line-height: 30px;
}

.visa-side .record a {
  color: #999;
}

.visa-side .record a:hover {
  color: #439fcf;
}

/*申请须知*/
.visa-side .notes {
  padding: 15px;
  line-height: 18px;
}

.visa-side .notes .arrow-down {
  text-align: center;
  margin-top: 5px;
}

/*您还可以看看*/
.more-product .hd {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #209f56;
  border-bottom: 2px solid #209f56;
}

.more-product .bd {
  margin-top: 15px;
}

.more-product .bd .item {
  width: 306px;
  float: left;
  margin: 0 15px 10px 12px;
  cursor: pointer;
}

.more-product .item img {
  width: 306px;
  height: 168px;
}

.more-product .item .txt {
  color: #fff;
  padding: 5px 10px;
  background: rgba(30, 30, 30, 0.7) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=70);
  background: #000;
  position: relative;
  margin-top: -45px;
  line-height: 30px;
  font-weight: bold;
}

.more-product .txt span {
  font-size: 14px;
}

.more-product .txt em {
  color: #ff8f00;
  font-size: 24px;
  float: right;
}

/*-----签证详情页----*/
/*-签证-*/
.visa-details {
  border: 1px solid #eee;
  padding: 15px;
  padding-right: 0;
  min-height: 370px;
  margin-bottom: 50px;
}

.visa-details .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}

.visa-details .con {
  margin-top: 10px;
  padding-top: 20px;
}

.visa-details .view {
  padding: 50px 20px;
  float: left;
  width: 370px;
}

.visa-details .info {
  float: right;
  width: 530px;
}

.visa-details .info .txt {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
  margin-bottom: 15px;
}

.visa-details .info i {
  font-size: 18px;
  color: #333;
  display: inline-block;
  width: 115px;
  text-align: right;
  margin-right: 5px;
}

.visa-details .info .price-box {
  background-color: #fbf4d9;
  padding: 10px 10px 10px 0;
}

.visa-details .info .price-box i {
  color: #666;
  font-size: 24px;
}

.visa-details .info .price {
  font-size: 30px;
  font-weight: bold;
  color: #ff8f00;
  line-height: 52px;
}

.visa-details .info .book-btn {
  background-color: #ff8f00;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 14px 15px;
  margin-left: 90px;
  text-decoration: none;
}

.visa-details .info .book-btn:hover {
  background-color: #ffa533;
}

/*-所需材料，预订须知，常见问题，咨询问答-*/
.details-con .hd {
  border-bottom: 2px solid #439fcf;
}

.details-con .hd a {
  display: inline-block;
  padding: 15px 35px;
  border: 1px solid #eee;
  border-bottom: none;
  margin-right: -5px;
  font-size: 18px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.details-con .hd a:hover, .details-con .hd .select {
  position: relative;
  z-index: 5;
  border-color: #439fcf;
  background-color: #439fcf;
  color: #fff;
}

.details-con .bd .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  margin: 30px 0 30px 10px;
}

.details-con .title span {
  display: inline-block;
  border-left: 6px solid #439fcf;
  padding-left: 6px;
}

/*所需材料*预定须知*常见问题*/
.material, .com-problem {
  line-height: 25px;
  margin-left: 25px;
}

.material .type {
  font-size: 14px;
  font-weight: 700;
}

.material td {
  border-bottom: 1px dotted #eee;
  padding: 10px 0;
}

.book-notes {
  padding-left: 25px;
  line-height: 25px;
}

.book-notes .name {
  font-weight: 700;
}

.book-notes ol {
  padding-left: 16px;
}

.book-notes li {
  list-style-type: decimal;
}

.com-problem a {
  color: #666;
}

.com-problem a:hover {
  color: #439fcf;
  text-decoration: underline;
}

/*咨询问答*/
.que-ans .title {
  background-color: #f7fcfe;
  /*desaturate($palette-sub,70%) +#899*/
  padding: 10px 20px 10px 20px;
  margin-top: 50px;
}

.que-ans .title-hd {
  padding-right: 20px;
  font-size: 24px;
}

.que-ans .icon-question:before {
  font-size: 20px;
  content: "\e62e";
  color: #666;
  position: absolute;
  top: 0;
  left: 2px;
  font-weight: bolder;
}

.que-ans .text-box {
  border: 1px solid #eee;
  padding: 10px 38px 0 20px;
  border-radius: 18px;
  margin-left: 30px;
  display: inline-block;
  background-color: #fff;
  position: relative;
}

.que-ans .text-box input {
  border: none;
  padding: 2px;
  width: 160px;
  display: inline-block;
  margin-bottom: 8px;
}

.que-ans .text-box .search-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.que-ans .title .see {
  color: #0166bb;
  margin-right: 20px;
  line-height: 42px;
}

.que-ans .title .see:hover {
  color: #2891d4;
}

.que-ans .title .ask-question {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #439fcf;
  text-decoration: none;
}

.que-ans table {
  margin-left: 20px;
}

.que-ans .question td {
  padding: 30px 0 10px;
}

.que-ans .question p {
  padding-left: 20px;
  line-height: 18px;
}

.que-ans .question .icon-question:before {
  font-size: 18px;
  content: "\e62f";
  color: #06608f;
  position: absolute;
  top: 0;
  left: -1px;
}

.que-ans .answer td {
  color: #06608f;
  line-height: 20px;
  padding-bottom: 30px;
}

.que-ans .answer p {
  padding-left: 20px;
  line-height: 18px;
}

.que-ans .answer .icon-answer:before {
  font-size: 20px;
  content: "\e62e";
  color: #ff8f00;
  position: absolute;
  top: 0;
  left: -2px;
  font-weight: bolder;
}

.que-ans .answer .ans-con {
  border-bottom: 1px dotted #eee;
}

/*页码*/
.pager {
  font: 12px/21px "宋体";
  margin-top: 40px;
  text-align: center;
}

.pager a, .pager .flip, .pager .curPage {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #E3E3E3;
}

.pager a {
  text-decoration: none;
  color: #010101;
  background: #FFFFFF;
  width: 26px;
}

.pager a:hover {
  background: #F1F1F1;
}

.pager .noPage {
  color: #A4A4A4;
}

.pager .curPage {
  background: #439fcf;
  color: #FFFFFF;
  width: 26px;
}

.pager .flip {
  width: 56px;
}

.pager-container .jump {
  margin-left: 10px;
  display: inline-block;
  margin-top: 20px;
}

.pager-container .jump input[type="text"] {
  padding: 2px;
  width: 36px;
}

.pager-container .jump input[type="button"] {
  background: #439fcf;
  color: #fff;
  border: 1px solid #e1e1e1;
  padding: 2px 5px;
  margin-left: 10px;
  cursor: pointer;
}

/*----填写资料页------*/
.main-area {
  width: 740px;
  float: left;
}

.side-area {
  width: 240px;
  float: right;
}

.title-con {
  padding: 30px 30px 15px 30px;
  background-color: #f3fafe;
  border: 1px solid #eee;
}

.title-con .view {
  float: left;
  width: 165px;
  height: 86px;
}

.title-con .view img {
  width: 100%;
  height: 100%;
}

.title-con .info {
  padding-left: 40px;
  float: left;
}

.title-con .info .hd {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.title-con .info dt {
  float: left;
  font-size: 14px;
  line-height: 22px;
}

.title-con .info dd {
  padding-left: 75px;
  color: #666;
  line-height: 22px;
}

/*拒签保险*/
.refusal-con {
  padding: 20px;
  line-height: 18px;
  border: 1px solid #eee;
  margin-top: 30px;
}

.refusal-con .title {
  font-size: 18px;
  display: inline-block;
  width: 360px;
  margin-right: 10px;
}

.refusal-con input {
  margin-right: 5px;
}

.refusal-con .price {
  font-size: 18px;
  font-weight: bold;
  color: #ff8f00;
  margin-left: 150px;
}

/*申请人信息*/
.proposer-con {
  padding: 20px;
  line-height: 18px;
  border: 1px solid #eee;
  margin-top: 30px;
}

.proposer-con .title {
  font-size: 18px;
  line-height: 18px;
  text-indent: 10px;
  font-weight: bold;
  border-left: 5px solid #439fcf;
  padding-left: 2px;
}

.proposer-con .common {
  border: 1px solid #eee;
  padding: 8px;
  margin-top: 20px;
  line-height: 28px;
  background-color: #f9f9f9;
}

.proposer-con .common li {
  width: 165px;
  float: left;
  margin-left: 5px;
}

.proposer-con .common li input {
  margin-right: 5px;
}

.proposer-con .people {
  margin: 15px 10px;
}

.proposer-con .people .hd {
  font-size: 14px;
  font-weight: bold;
}

.proposer-con .people table {
  padding: 10px 0;
}

.proposer-con .people td {
  padding: 5px 0;
}

.proposer-con .people .left {
  text-align: right;
  width: 100px;
  padding-right: 10px;
}

.proposer-con .people .left em {
  color: #fa5e5b;
}

.proposer-con .people .txt {
  padding: 5px;
  width: 200px;
  margin-right: 6px;
}

.proposer-con .people .right i {
  color: #999;
}

.proposer-con .people select {
  padding: 5px;
  width: 100px;
}

.proposer-con .right input[type="checkbox"] {
  margin-right: 5px;
}

.proposer-con .right label {
  margin-right: 20px;
}

.proposer-con .btn-box {
  text-align: center;
}

.proposer-con .add-btn {
  background: url(/Content/images/visa/icon_add.png) no-repeat 5px 5px #f2f2f2;
  color: #999;
  font-size: 14px;
  padding: 5px 5px 5px 30px;
  border: 1px solid #eee;
}

.proposer-con .add-btn:hover {
  background: url(/Content/images/visa/icon_add_white.png) no-repeat 5px 5px #439fcf;
  color: #fff;
  border: 1px solid #49ade1;
}

/*联系人信息，配送信息，添加备注*/
.main-area .con-hd {
  background: #f7fcfe;
  padding-left: 25px;
  margin-top: 30px;
  color: #999;
  line-height: 35px;
}

.main-area .icon-write:before {
  font-size: 18px;
  content: "\e632";
  color: #999;
  position: absolute;
  top: -2px;
  left: 5px;
}

.main-area .con-hd strong {
  color: #333;
  margin-right: 20px;
}

.linkman-info {
  margin-top: 15px;
}

.linkman-info li {
  margin: 8px 0;
}

.linkman-info li span {
  line-height: 20px;
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 5px;
}

.linkman-info li input[type="text"] {
  width: 160px;
  padding: 5px;
}

.delivery {
  padding: 20px;
  line-height: 22px;
}

.delivery label {
  margin-right: 10px;
}

.delivery label input {
  margin-right: 4px;
}

.main-area textarea {
  height: 60px;
  width: 96%;
  margin: 20px 0 20px 20px;
  padding: 2px;
}

.main-area .btn-box {
  text-align: center;
  margin-top: 20px;
}

.main-area .btn-box .return-btn {
  border: 1px solid #eee;
  background-color: #f5f5f5;
  color: #333;
  padding: 5px 15px;
  font-size: 14px;
  margin-right: 20px;
  cursor: pointer;
}

.main-area .btn-box .return-btn:hover {
  background-color: #f2f2f2;
}

.main-area .btn-box .submit-btn {
  border: 1px solid #eee;
  background-color: #f5f5f5;
  color: #333;
  padding: 5px 15px;
  font-size: 14px;
  cursor: pointer;
}

.main-area .btn-box .submit-btn-c {
  border: 1px solid #ff8f00;
  background-color: #ff8f00;
  color: #fff;
}

.main-area .btn-box .submit-btn-c:hover {
  background-color: #ffa533;
  border: 1px solid #ff8f00;
}

/*右侧*/
.side-area .customer-wrap {
  border: 1px solid #eee;
  margin-top: 10px;
}

.side-area .visa-total-price {
  border: 2px solid #ff5d00;
  padding: 20px 10px 30px;
}

.side-area .visa-total-price .title, .side-area .customer-wrap .hd {
  margin-left: 5px;
  border-left: 5px solid #439fcf;
  font-size: 18px;
  line-height: 18px;
  padding-left: 5px;
}

.side-area .visa-total-price .con {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  line-height: 25px;
}

.side-area .visa-total-price span {
  font-size: 14px;
  text-align: right;
  display: inline-block;
  width: 72px;
}

.side-area .visa-total-price i {
  color: #666;
}

.side-area .visa-total-price em {
  color: #ff8f00;
  font-weight: 700;
  font-size: 14px;
}

.side-area .visa-total-price .total-price {
  margin-top: 20px;
}

.side-area .visa-total-price .total-price em {
  font-size: 30px;
  color: #ff8f00;
  font-weight: 700;
  margin-top: 26px;
}

.side-area .visa-total-price input[type="button"] {
  color: #fff;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  background-color: #439fcf;
  border: none;
  margin: 40px 0 0 20px;
}

/*--预订成功--*/
.success-info {
  width: 600px;
  margin: 80px auto 50px;
}

.success-info .info {
  margin: 20px auto;
  font-size: 14px;
  line-height: 30px;
  padding-left: 70px;
  color: #333;
}

.success-info .icon-success:before {
  font-size: 65px;
  content: "\e618";
  color: #00a300;
  position: absolute;
  top: 22px;
  left: 0;
}

.success-info .info .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.success-info .info .txt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.success-info .info span {
  margin-right: 20px;
}

.success-info .info span em {
  color: #f08521;
}

.success-info .info .submit-btn {
  background-color: #ff8f00;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0 8px;
}

.success-info .info .submit-btn:hover {
  background-color: #ffa533;
}

/*酒店推荐*/
.hotel-title {
  margin-top: 50px;
  line-height: 35px;
  position: relative;
}

.hotel-title .hd {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.hotel-title .hotel-list {
  position: absolute;
  right: 0;
  top: 0;
  width: 750px;
}

.hotel-title .hotel-list li {
  display: inline-block;
  margin: 5px;
  line-height: 14px;
  float: right;
}

.hotel-title .hotel-list li a {
  display: inline-block;
  padding: 5px;
  position: relative;
  z-index: 10;
}

.hotel-title .hotel-list li a:hover, .hotel-title .hotel-list .li-on {
  background: #ff9900;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  z-index: 10;
  color: #fff;
}

.hotel-title .hotel-list li span {
  font-size: 22px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -7px;
  z-index: -1;
  display: none;
}

.hotel-title .hotel-list li a:hover span, .hotel-title .hotel-list li .li-on span {
  color: #ff9900;
  display: inline-block;
}

.hotel-list-con .domestic-hotel .info-list {
  width: 190px;
  float: left;
  margin-bottom: 10px;
}

.domestic-hotel .info-list .view {
  width: 190px;
  height: 128px;
  background: url(../../Content/images/img_bg.png) no-repeat center center #f5f5f5;
  background-size: auto 70%;
}

.domestic-hotel .info-list img {
  width: 190px;
  height: 128px;
  display: block;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.domestic-hotel .info-list i {
  display: inline-block;
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.domestic-hotel .info-list a {
  display: block;
}

.domestic-hotel .info-list a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.domestic-hotel .info-list {
  line-height: 30px;
}

.domestic-hotel span {
  color: #ff9900;
  float: right;
}

.domestic-hotel span strong {
  font-size: 20px;
}

/*--------我的账户----------*/
/*右侧导航*/
.public-left-nav {
  width: 180px;
  float: left;
}

/*右侧*/
.public-right-content {
  float: right;
  width: 800px;
}

.search {
  line-height: 20px;
  margin: 5px 0 20px;
}

.search .textbox {
  width: 160px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-top-color: #aaa;
  border-left-color: #aaa;
  padding-left: 3px;
  height: 25px;
  line-height: 25px;
}

.search .dash {
  margin-right: 15px;
}

.search .btn {
  background-color: #439fcf;
  color: #fff;
  width: 45px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
}

.search .btn:hover {
  background-color: #ff8f00;
}

.search a {
  background: url(/Content/images/visa/sel_d.png) no-repeat right 0;
  padding-right: 13px;
  margin-left: 5px;
}

/*会员中心页面 table 通用 样式*/
.table-item {
  background-color: #e5e5e5;
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}

.table-item td, .table-item th {
  padding: 0 5px;
  background-color: #fff;
  text-align: center;
  height: 38px;
  line-height: 38px;
}

.table-item th {
  font-weight: normal;
  color: #333;
  background-color: #f5f5f5;
}

.table-item tr:nth-child(2n) td {
  background-color: #fbfcff;
}

.table-item .pass {
  color: #209f56;
}

.table-item .refuse {
  color: #439fcf;
}

.table-item .th01 {
  width: 105px;
}

.table-item .th02 {
  width: 95px;
}

.table-item .th03 {
  width: 275px;
}

.table-item .th04 {
  width: 100px;
}

.table-item .th05 {
  width: 85px;
}

/*# sourceMappingURL=visa.css.map */