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

.hide {
  display: none;
}

.personal-content {
  border-radius: 8px;
}

.left-con {
  background: url("../images/personality/legt_con_bg.png") no-repeat 0 0;
  width: 723px;
  height: 628px;
}

.left-con .tittle {
  height: 35px;
  line-height: 35px;
  background: #7caef2;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px 0 0 0;
}

.right-con {
  width: 275px;
  height: 626px;
  border: 1px solid #c6d9f3;
  border-left: none;
  border-radius: 0 8px 8px 0;
  color: #000;
  background: #fff;
}

.right-con .tittle {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed #c6d9f3;
}

.left-con .content {
  width: 722px;
  height: 580px;
  float: left;
}

.left-con .dialog-box {
  position: relative;
  height: 565px;
  width: 720px;
}

.left-con #dv-scroll {
  position: absolute;
  height: 565px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 720px;
}

.scroller-con {
  width: 100%;
}

.left-con .newslist {
  padding: 0 30px 0 20px;
  margin: 35px 0 20px 0;
  font-size: 15px;
  line-height: 22px;
}

#dv-scroll-text {
  position: absolute;
  padding-bottom: 20px;
}

.customer-service {
  margin: 20px 0;
  position: relative;
}

.customer-service .pic {
  float: left;
  width: 55px;
  margin-right: 25px;
  text-align: center;
  vertical-align: top;
}

.customer-service .pic img {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 52px;
  height: 52px;
}

.customer-service .info {
  float: left;
  background: #fff;
  box-shadow: 0px 0px 8px #b9b9b9;
  border-radius: 5px;
  color: #333;
  line-height: 30px;
  max-width: 565px;
  position: relative;
}

.customer-service .info .info-inner {
  padding: 10px 20px;
}

.customer-service .info .hd-box {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.customer-service .hd-box a {
  color: #315280;
  float: right;
  display: inline;
}

.customer-service .info .hd {
  font-weight: 700;
}

.customer-service .info .bd-box {
  position: relative;
}

.customer-service .info .answered {
  text-align: center;
  background: #5fa0fa;
  color: #fff;
  position: relative;
  left: 0;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.info .shade {
  position: absolute;
  z-index: 25;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  vertical-align: middle;
  background: rgba(30, 30, 30, 0.7) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=70);
  background: #000;
  display: none;
}

.customer-service .bd-box:hover .shade {
  display: block;
}

.reanswer {
  position: relative;
  width: 80px;
  height: 30px;
  background: #1363d1;
  color: #fff;
  border: none;
  border-radius: 3px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
}

.customer-service .info strong {
  color: #ff8f00;
}

.customer-service .info em {
  color: #ff8f00;
  font-size: 18px;
}

.customer-service .info .icon-remind {
  padding-left: 22px;
  font-size: 13px;
  position: relative;
}

.customer-service .info .icon-remind:before {
  content: "\e628";
  color: #ffa533;
  font-size: 18px;
  position: absolute;
  left: 1px;
  top: 1px;
}

.determined, .undetermined {
  float: left;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 10px 20px;
}

.determined {
  background: #2ed7b3;
  margin-left: 60px;
}

.determined:hover {
  background: #3ce5c1;
}

.undetermined {
  background: #57b7e2;
}

.undetermined:hover {
  background: #4895e4;
}

.customer-service .determined label, .customer-service .undetermined label {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px;
  position: relative;
  cursor: pointer;
}

.customer-service .determined label input, .customer-service .undetermined label input {
  position: absolute;
  left: -9999px;
}

.determined i, .undetermined i {
  font-size: 20px;
  font-weight: 700;
}

.icon001 {
  position: absolute;
  left: 63px;
  top: 16px;
  z-index: 15;
}

.delta {
  float: left;
}

.customer-service .delta label {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 60px;
  text-align: center;
  margin: 15px 25px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}

.customer-service .delta label input {
  position: absolute;
  left: -9999px;
}

.delta-hd {
  font-size: 20px;
  font-weight: 700;
  width: 80px;
  margin-top: 22px;
  display: inline-block;
  line-height: 30px;
}

.delta-place {
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
}

.continent-0 {
  background-color: #91d456;
}

.continent-0:hover {
  background-color: #bcfc83;
}

.continent-1 {
  background-color: #47d9bf;
}

.continent-1:hover {
  background-color: #6afae0;
}

.continent-2 {
  background-color: #00a1d9;
}

.continent-2:hover {
  background-color: #04b2ee;
}

.continent-3 {
  background-color: #9861dc;
}

.continent-3:hover {
  background-color: #c196fa;
}

.continent-4 {
  background-color: #ee6387;
}

.continent-4:hover {
  background-color: #ff7e9f;
}

.continent-5 {
  background-color: #f9b36f;
}

.continent-5:hover {
  background-color: #fdcc9d;
}

.continent-6 {
  background-color: #67c9eb;
}

.continent-6:hover {
  background-color: #6edaff;
}

.continent-7 {
  background-color: #e05ac5;
}

.continent-7:hover {
  background-color: #fb76e0;
}

.not-ready {
  background-color: #b9b9b9;
}

.not-ready:hover {
  background-color: #d9d6d6;
}

.island {
  background-color: #eee770;
}

.island:hover {
  background: #f0e432;
}

.other {
  background-color: #6ce563;
}

.other:hover {
  background: #49dd3e;
}

.place-groups p {
  min-width: 280px;
}

.place-item {
  background: none repeat scroll 0 0 #c1c1c1;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin: 0 5px 15px 0;
  padding: 2px 15px;
  position: relative;
  text-align: center;
  color: #fff;
}

.place-item input {
  position: absolute;
  left: -9999px;
}

.place-item:hover {
  background: #c7c7c7;
}

.place-item label {
  cursor: pointer;
}

.item-detail-info {
  display: block;
  bottom: 40px;
  left: -90px;
  background: url("../images/personality/layer_bg.png") repeat scroll 0 0 transparent;
  border-radius: 4px;
  cursor: default;
  padding: 3px;
  position: absolute;
  text-align: left;
  width: 270px;
  z-index: 20;
}

.tittle-img {
  text-align: center;
}

.tittle-img img {
  width: 90px;
  height: 60px;
}

.item-detail-info .bg {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 10px;
  position: relative;
  border: 4px solid #eee;
}

.info-detail-tittle {
  font-size: 16px;
  color: #333;
}

.blocked-choose, .blocked-choose:hover {
  background: #1986ff url("../images/personality/lab.png") no-repeat right bottom;
  padding: 2px 15px;
  cursor: pointer;
}

.info-detail-con {
  color: #666;
}

.info-detail-con a {
  display: block;
  width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.arrow_t, .arrow_b {
  width: 14px;
  height: 9px;
  top: -2px;
  left: 116px;
  background-position: 0 0;
  position: absolute;
  overflow: hidden;
  display: block;
  background: url("../images/personality/layer_arrow.png") no-repeat;
}

.arrow_b {
  top: auto;
  bottom: -2px;
  background-position: 0 -8px;
  left: 115px;
}

.chat-select-item {
  display: inline-block;
  padding: 7px 4px;
  background-color: #e7e7e7;
  line-height: 16px;
  position: relative;
  margin: 0 5px 5px 0;
  text-align: center;
  min-width: 62px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

.chat-select-item-choose {
  color: #fff;
  background: #1986ff url("../images/personality/lab.png") no-repeat right bottom;
}

select {
  height: 26px;
}

.input-city {
  width: 160px;
  height: 22px;
}

.choose-box {
  text-align: center;
}

.choose-input p {
  min-width: 280px;
  border-bottom: 1px dashed #eee;
  margin: 5px 10px;
}

.choose-input input {
  margin-right: 10px;
}

.icon-write {
  /*background: url(../images/personality/icon_write.png) no-repeat 0 center;*/
  padding-left: 22px;
  position: relative;
}

.icon-write:before {
  content: "\e632";
  color: #ccc;
  font-size: 18px;
  position: absolute;
  left: 1px;
  top: 0;
}

.customer-service .icon-write a {
  color: #5fa0fa;
}

.remarks {
  width: 95%;
  height: 50px;
  padding: 5px;
  line-height: 20px;
  margin-top: 10px;
}

.oldman {
  margin-left: 80px;
}

.departure-groups label {
  margin: 5px 13px;
}

.departure-groups input {
  margin-right: 2px;
}

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

.left-con .btn-box .btn {
  background: #5fa0fa;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

/*顾客*/
.customer {
  margin: 20px 0;
  position: relative;
}

.customer .pic {
  float: right;
  margin-left: 25px;
  text-align: center;
  vertical-align: top;
}

.customer .pic img {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 52px;
  height: 52px;
}

.customer .info {
  float: right;
  padding: 10px 20px;
  background: #ff8f00;
  box-shadow: 0px 0px 8px #b9b9b9;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  max-width: 520px;
  word-wrap: break-word;
  overflow: hidden;
}

.icon002 {
  position: absolute;
  right: 62px;
  top: 16px;
  z-index: 15;
}

.right-con .dialog-box {
  position: relative;
  height: 570px;
  width: 276px;
}

.right-con #dv-scroll2 {
  position: absolute;
  height: 570px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 275px;
}

.right-con .newslist {
  padding-left: 12px;
  margin: 20px 0 20px 0;
  font-size: 13px;
  line-height: 30px;
}

.right-con .newslist span {
  color: #ff8f00;
  word-wrap: break-word;
  overflow: hidden;
}

#dv-scroll-text2 {
  position: absolute;
}

.progress-box {
  padding: 25px 20px;
  font-size: 15px;
  color: #2881ef;
}

.progress-bar {
  position: relative;
  width: 850px;
  margin-left: 95px;
}

.progress-bar .progress {
  position: absolute;
  z-index: 10;
  width: 850px;
  height: 25px;
  background: url(../images/personality/progress.png) no-repeat 0 0;
}

.progress-bar .progress-bg {
  position: absolute;
  z-index: 1;
  width: 850px;
  height: 25px;
  background: url(../images/personality/progress_bg.png) no-repeat 0 0;
  box-shadow: 0px 0px 8px #b9b9b9;
  border-radius: 9px;
}

.personal-wrap {
  /*padding: 0 30px;*/
}

.personal-wrap .introduction {
  line-height: 35px;
  font-size: 16px;
  background: url(../images/personality/site_map.png) no-repeat 475px 170px;
  background-color: #edf5ff;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.personal-wrap .introduction p {
  width: 460px;
}

.personal-wrap .introduction h3 {
  font-size: 25px;
  color: #1894d4;
  line-height: 40px;
}

.personal-wrap .introduction em {
  color: #1894d4;
  font-weight: 700;
}

.personal-wrap .introduction strong {
  color: #ff8f00;
}

.personal-wrap .introduction .experience {
  display: inline-block;
  position: absolute;
  right: 105px;
  top: 85px;
  background: #ffa533;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
  padding-left: 20px;
  text-decoration: none;
}

.personal-wrap .introduction .experience i {
  display: inline-block;
  background: #ff8f00;
  padding: 0 20px;
  margin-left: 15px;
  color: #ff8f00;
}

.personal-wrap .introduction .experience .icon-arrow-right {
  position: relative;
}

.personal-wrap .introduction .experience .icon-arrow-right:before {
  content: "\e68c";
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 12px;
  top: 0;
  font-weight: bold;
}

.personal-wrap .introduction .experience:hover {
  background: #ffb14d;
}

.personal-wrap .introduction .experience:hover i {
  background: #ff9c1f;
}

.personal-wrap .list-hd {
  font-size: 18px;
  font-weight: 700;
}

.personal-wrap .icon-horn {
  background: url(../images/personality/icon_horn.png) no-repeat 0 center;
  padding-left: 25px;
}

.personality-list {
  margin-top: 10px;
}

.personality-list li {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px;
}

.personality-list .program-number {
  border-radius: 30px;
  text-align: center;
  background-color: #7a9dcc;
  float: left;
  width: 60px;
  height: 60px;
  color: #fff;
}

.personality-list .program-number .num {
  font-size: 30px;
  font-weight: bold;
  display: block;
  line-height: 22px;
  padding-top: 10px;
}

.personality-list .program-number .scheme {
  font-size: 14px;
}

.personality-list .see-more {
  float: right;
  margin-right: 10px;
  margin-top: 14px;
}

.personality-list .see-more .btn {
  width: 72px;
  height: 33px;
  font-size: 14px;
  line-height: 33px;
  display: block;
  padding: 0 10px;
  color: #fff;
  background: #ff8f00;
}

.personality-list .see-more .icon-btn-arrow {
  position: relative;
}

.personality-list .see-more .icon-btn-arrow:before {
  content: "\e68c";
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 3px;
  top: 0;
}

.personality-list .see-more .btn:hover {
  text-decoration: none;
  background-color: #ff9a1a;
}

.personality-list .info-con {
  margin-left: 75px;
  font-size: 14px;
  line-height: 30px;
}

.personality-list .info-con p {
  width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.personality-list .info {
  color: #333;
}

.personality-list .info:hover {
  color: #08549c;
}

.personality-list .date {
  margin-right: 10px;
  color: #999;
}

.icon-close {
  position: absolute;
  top: -16px;
  right: -15px;
  z-index: 30;
}

.my-requirement {
  margin: 10px 0;
}

.my-requirement .view {
  float: left;
  text-align: center;
  color: #4abcf7;
}

.my-requirement .view img {
  width: 80px;
  height: 80px;
}

.my-requirement .requirement-con {
  margin-left: 95px;
  color: #333;
  position: relative;
  padding: 10px;
  font-size: 14px;
  background-color: #e3f4fc;
}

.my-requirement .arrow-over {
  color: #e3f4fc;
  font-family: simsun;
  font-size: 20px;
  font-weight: normal;
  left: -9px;
  overflow: hidden;
  position: absolute;
  top: 6px;
  width: 15px;
  z-index: 11;
}

.my-requirement .arrow-under {
  color: #e3f4fc;
  font-family: simsun;
  font-size: 20px;
  font-weight: normal;
  left: -11px;
  overflow: hidden;
  position: absolute;
  top: 6px;
  width: 15px;
  z-index: 10;
}

.my-requirement .date {
  color: #999;
}

.my-requirement .other-info {
  color: #333;
  margin-top: 5px;
  text-align: right;
}

.my-requirement .icon-hot {
  padding-left: 20px;
  color: #ff8f00;
  margin: 0 5px 0 10px;
  position: relative;
}

.my-requirement .icon-hot:before {
  content: "\e636";
  color: #ff9a1a;
  font-size: 15px;
  position: absolute;
  left: 2px;
  top: -2px;
  font-weight: bolder;
}

/*-----------------*----------------*/
.my-requirement .icon-program-num {
  color: #003680;
  padding-left: 22px;
  margin-left: 10px;
  position: relative;
}

.my-requirement .icon-program-num:before {
  content: "\e631";
  color: #00419a;
  font-size: 15px;
  position: absolute;
  left: 4px;
  top: -2px;
  font-weight: bolder;
}

/*-----------------*----------------*/
.travel-detail-title {
  background-color: #f3f3f3;
  line-height: 35px;
  margin: 60px 0 20px;
}

.travel-detail-title h3 {
  float: left;
  margin-right: 20px;
  font-size: 20px;
  padding-left: 10px;
  color: #333;
}

.travel-detail-title h3 em {
  color: #1894d4;
}

.travel-detail-title .screen {
  float: left;
}

.travel-detail-title .screen a {
  color: #1894d4;
  margin-right: 10px;
  font-size: 14px;
}

.travel-detail-list {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #E1E1E1;
}

.travel-detail-list .service-info {
  text-align: center;
  width: 140px;
  float: right;
}

.travel-detail-list .service-info .view {
  position: relative;
  text-align: center;
}

.travel-detail-list .service-info .view img {
  width: 80px;
  height: 80px;
  border: 3px solid #e3e3e3;
  border-radius: 3px;
  display: inline-block;
}

.travel-detail-list .service-info .view .title {
  background: none repeat scroll 0 0 rgba(227, 227, 227, 0.9) !important;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  width: 115px;
  position: absolute;
  z-index: 10;
  bottom: 8px;
  left: 22px;
}

.travel-detail-list .service-info .view i {
  color: #999;
  margin-right: 3px;
}

.travel-detail-list .service-info .contacts-info {
  text-align: center;
  font-size: 18px;
}

.travel-detail-list .service-info .icon-user {
  padding-left: 15px;
  position: relative;
}

.travel-detail-list .service-info .icon-user:before {
  content: "\e603";
  color: #ccc;
  font-size: 23px;
  position: absolute;
  left: -5px;
  top: -6px;
}

.travel-detail-list .service-info .icon-tel {
  /*background: url("../images/personality/icon_ut.png") no-repeat scroll 0 -20px rgba(0, 0, 0, 0);*/
  padding-left: 15px;
  position: relative;
}

.travel-detail-list .service-info .icon-tel:before {
  content: "\e63a";
  color: #ccc;
  font-size: 23px;
  position: absolute;
  left: -3px;
  top: -6px;
}

.travel-detail-list .service-info .view-details {
  display: block;
  color: #fff;
  font-size: 20px;
  background: #ff8f00;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  margin-top: 2px;
}

.travel-detail-list .service-info .view-details:hover {
  background: #ff9a1a;
}

.travel-detail-list .good {
  margin-top: 5px;
}

.travel-detail-list .good em {
  color: #94d4fb;
}

.travel-detail-list .detail-con {
  float: left;
  width: 840px;
  border: 2px solid #e6e6e6;
}

.travel-detail-list .detail-con-on {
  border: 3px solid #ff8f00;
}

.travel-detail-list .detail-con table {
  text-align: center;
  width: 100%;
}

.travel-detail-list table {
  margin-bottom: 0;
}

.travel-detail-list table thead th {
  background: #f3f3f3;
  font-size: 15px;
  line-height: 35px;
  font-weight: lighter;
}

.travel-detail-list table tbody td {
  border-bottom: 1px dashed #e1e1e1;
}

.travel-detail-list table tbody tr:last-child td {
  border: none;
}

.travel-detail-list table tr td {
  line-height: 25px;
  font-size: 14px;
}

.travel-detail-list table tfoot {
  background: #f3f3f3;
  text-align: right;
  font-size: 15px;
}

.travel-detail-list table .th01 {
  width: 120px;
}

.travel-detail-list table .th02 {
  width: 320px;
  text-align: center;
}

.travel-detail-list table .th03 {
  width: 280px;
}

.travel-detail-list table .th04 {
  width: 120px;
}

.travel-detail-list table .th05 {
  width: 100px;
}

.travel-detail-list table .td01 {
  text-align: left;
  padding-left: 10px;
}

.travel-detail-list table .td03 {
  color: #00a300;
}

.travel-detail-list tfoot span {
  margin: 0 10px;
}

.travel-detail-list tfoot strong {
  color: #333;
  font-weight: normal;
}

.travel-detail-list tfoot em {
  color: #f40;
}

.travel-details-title {
  line-height: 35px;
  margin: 30px 0 20px;
  color: #000;
}

.travel-details-title h3 {
  text-align: center;
  font-size: 26px;
  padding-left: 10px;
  line-height: 35px;
}

.travel-details-title h3 .order {
  color: #ff8f00;
}

.travel-details-title h3 .price {
  color: #ff8f00;
}

.travel-details-title .screen a {
  color: #ff8f00;
  margin-right: 10px;
}

.type-ticket {
  background-color: #1894d4;
  color: #fff;
  line-height: 30px;
  padding: 5px 10px;
  margin: 50px 0 10px;
  position: relative;
}

.type-ticket .hd {
  font-size: 22px;
  margin-right: 10px;
  line-height: 30px;
}

.type-ticket em {
  display: inline-block;
  background: #4abf54;
  padding: 0 5px;
  color: #fff;
  margin-right: 10px;
}

.type-ticket .icon-praise {
  padding: 0 10px 0 28px;
  margin-top: 3px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.type-ticket .icon-praise:before {
  content: "\e638";
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 0;
}

.type-ticket a.icon-praise:hover {
  background-color: #1584bd;
  border-radius: 5px;
}

.type-ticket .icon-step {
  /*background: url("../images/personality/icon_step.png") no-repeat scroll 10px 6px;*/
  padding: 0 10px 0 28px;
  margin: 3px 10px 0 5px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.type-ticket .icon-step:before {
  content: "\e63b";
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 0;
}

.type-ticket a.icon-step:hover {
  background-color: #1584bd;
  border-radius: 5px;
}

.type-ticket .see-details {
  display: inline-block;
  background: #1374a6;
  border-radius: 12px;
  color: #fff;
  padding: 0 10px;
  margin-top: 3px;
}

.type-ticket .arrow-drown {
  position: absolute;
  font-size: 32px;
  line-height: 16px;
  left: 46px;
  bottom: -7px;
  color: #1894d4;
}

.selling-point span {
  margin: 0 10px;
  color: #00a300;
}

.fight-ticket-list {
  margin: 20px 0;
  font-size: 16px;
}

.fight-ticket-list .title {
  color: #333;
}

.fight-ticket-list .title span {
  margin-left: 20px;
}

.fight-ticket-list .detail-con {
  border: 1px solid #e6e6e6;
  margin-top: 10px;
}

.details-sum-price {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 16px;
}

.details-list-price {
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
}

.details-list-price span {
  margin: 0 10px;
}

.details-sum-price em, .details-list-price em {
  color: #f40;
}

.details-list-price i {
  color: #f40;
}

.details-sum-price strong, .details-list-price strong {
  font-size: 25px;
}

.fight-ticket-list table {
  font-size: 16px;
  text-align: center;
  color: #333;
  width: 100%;
}

.fight-ticket-list table thead {
  background: #f3f3f3;
  font-size: 15px;
  color: #666;
}

.fight-ticket-list table tr {
  line-height: 35px;
}

.fight-ticket-list table th {
  font-weight: lighter;
}

.fight-ticket-list .flight-info .air {
  width: 160px;
}

.fight-ticket-list .flight-info .price {
  width: 130px;
}

.fight-ticket-list .flight-info .place {
  width: 260px;
}

.fight-ticket-list .flight-info .time {
  width: 190px;
}

.fight-ticket-list .flight-info .total-time {
  width: 180px;
}

.contacts-info-box {
  background-color: #f3f3f3;
  color: #333;
  margin-top: 35px;
  border-radius: 3px;
}

.contacts-info-box .hd {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.contacts-info-box .contacts-title {
  margin-bottom: 10px;
}

.contacts-info-box .contacts-title em {
  color: #7ac8f0;
}

.contacts-info-box .contacts-con {
  margin-top: 10px;
  padding: 10px 20px;
  position: relative;
  border-radius: 3px;
}

.contacts-info-box .contacts-con .arrow {
  color: #d8e8f1;
  font-family: simsun;
  font-size: 20px;
  font-weight: normal;
  left: 53px;
  overflow: hidden;
  position: absolute;
  top: -16px;
  width: 20px;
  z-index: 11;
}

.contacts-info-box .view {
  position: relative;
  text-align: center;
  width: 85px;
}

.contacts-info-box .view .contacts-pic {
  width: 80px;
  height: 80px;
}

.contacts-info-box .view .title {
  background: none repeat scroll 0 0 rgba(227, 227, 227, 0.9) !important;
  color: #454545;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  width: 81px;
  position: absolute;
  z-index: 10;
  bottom: 8px;
  left: 2px;
}

.contacts-info-box .view i {
  color: #9b9b9b;
  margin-right: 3px;
}

.contacts-info-box .way {
  padding-left: 20px;
}

.contacts-info-box .way p {
  line-height: 25px;
  font-size: 14px;
}

.contacts-info-box .way .contacts-info {
  text-align: left;
  font-size: 16px;
}

.contacts-info-box .way .icon-user {
  background: url("../images/personality/icon_ut.png") no-repeat scroll 0 5px transparent;
  padding-left: 16px;
  font-size: 12px;
}

.contacts-info-box .way .icon-tel {
  background: url("../images/personality/icon_ut.png") no-repeat scroll 0 -20px transparent;
  padding-left: 16px;
}

.note p {
  margin: 10px 0 0 20px;
  font-size: 14px;
}

/*全球酒店/欧铁/签证/保险*/
.travel-details-hotel {
  position: relative;
  border-bottom: 1px dashed #E1E1E1;
  padding-bottom: 10px;
  margin-top: 20px;
}

.travel-details-hotel .view img {
  width: 266px;
  height: 160px;
  border-radius: 3px;
}

.travel-details-hotel .hd {
  font-size: 16px;
  color: #333;
  margin-bottom: 28px;
  font-weight: 700;
}

.travel-details-hotel .info {
  font-size: 15px;
  line-height: 30px;
  margin-left: 310px;
}

.travel-details-hotel .info .place {
  background: url("../images/personality/icon_place.png") no-repeat 0 5px;
  padding-left: 15px;
  margin: 15px 0;
}

.travel-details-hotel .info .room-type {
  margin: 15px 0;
}

.travel-details-hotel .price {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.travel-details-hotel .price em {
  color: #ff8f00;
}

.travel-details-hotel .price strong {
  font-size: 20px;
}

.travel-details-hotel .info .icon-star {
  background: url("../images/personality/icon_star.png") no-repeat 0 5px;
  width: 16px;
  height: 21px;
  display: inline-block;
}

.travel-details-hotel em {
  display: inline-block;
  width: 78px;
  color: #333;
  text-align: right;
}

.travel-details-europe, .travel-details-visa, .travel-details-insurance {
  border: 2px solid #e6e6e6;
  margin-top: 10px;
}

.travel-details-europe table, .travel-details-visa table, .travel-details-insurance table {
  font-size: 16px;
  text-align: center;
  color: #333;
  line-height: 35px;
  width: 100%;
}

.travel-details-europe table thead th, .travel-details-visa table thead th, .travel-details-insurance table thead th {
  background: #e6e6e6;
  font-size: 15px;
  font-weight: lighter;
}

.travel-details-europe table tbody td, .travel-details-visa table tbody td, .travel-details-insurance table tbody td {
  color: #333;
}

.point-to-point table .th01 {
  width: 160px;
}

.point-to-point table .th02 {
  width: 250px;
}

.point-to-point table .th03 {
  width: 180px;
}

.point-to-point table .th04 {
  width: 150px;
}

.europe-pass table .th01 {
  width: 400px;
}

.europe-pass table .th02 {
  width: 350px;
}

.travel-details-visa .th01 {
  width: 260px;
}

.travel-details-visa .th02 {
  width: 200px;
}

.travel-details-insurance .th01 {
  width: 200px;
}

.travel-details-insurance .th02 {
  width: 260px;
}

.details-ask {
  font-size: 15px;
  margin-top: 40px;
  color: #333;
}

.ask-list {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
}

.ask-list .pic img {
  width: 56px;
  height: 56px;
}

.ask-list .info {
  /*float:left;*/
  margin-left: 80px;
  width: auto;
}

.ask-list .question {
  background: #eee;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 3px;
  position: relative;
}

.ask-list .arrow-over {
  color: #eee;
  font-family: simsun;
  font-size: 20px;
  font-weight: normal;
  left: 30px;
  overflow: hidden;
  position: absolute;
  top: -14px;
  width: 20px;
  z-index: 11;
}

.ask-list .arrow-under {
  color: #eee;
  font-family: simsun;
  font-size: 20px;
  font-weight: normal;
  left: 30px;
  overflow: hidden;
  position: absolute;
  top: -16px;
  width: 20px;
  z-index: 10;
}

.ask-list .question-name {
  color: #1894d4;
  margin-right: 5px;
}

.ask-title {
  line-height: 30px;
}

.ask-title .review-name {
  color: #1894d4;
  font-weight: 700;
  margin-right: 15px;
}

.ask-title .floor {
  float: right;
  color: #ff8f00;
}

.ask-tail {
  text-align: right;
}

.ask-tail a {
  margin: 0 5px;
}

.review {
  margin-top: 40px;
}

.review-title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.review textarea {
  width: 990px;
  height: 200px;
  padding: 5px;
}

.review .submit-ask {
  text-align: right;
}

.review .submit-ask input {
  padding: 10px 20px;
  background: #ff8f00;
  color: #fff;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}

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