/* 

*/
body {
  font-family: "Microsoft YaHei",Arial,sans-serif;
  min-width: 1230px;
}

.color-black {
  color: #000000;
}

.img-style {
  display: block;
  width: 100%;
}

.box-shadow {
  box-shadow: 0 0 10px 5px rgba(226, 226, 226, .8);
}

.no-margin {
  margin: 0;
}

.fita-button {
  width: 338px;
  line-height: 1.5;
  color: #63c6c2;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #63c6c2;
}

.button-gray {
  border-color: #616161;
  color: #616161; 
}

.swiper-container2 {
  width: 105%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.swiper-slide{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  width: 300px;
}

a.fita-button:link,
a.fita-button:visited,
a.fita-button:hover,
a.fita-button:active {
  padding: 3px 5px;
  color: #63c6c2;
  text-decoration: none;
}

a.button-gray:link,
a.button-gray:visited,
a.button-gray:hover,
a.button-gray:active {
  color: #616161
}

button.fita-button {
  background: #ffffff;
  border: none;
  height: 40px;
}


.logo {
  display: inline-block;
  width: 100%;
}

@font-face {
  font-family: 'iconfont';  /* project id 922501 */
  src: url('https://at.alicdn.com/t/font_922501_wh9yd9ousem.eot');
  src: url('https://at.alicdn.com/t/font_922501_wh9yd9ousem.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_922501_wh9yd9ousem.woff') format('woff'),
  url('https://at.alicdn.com/t/font_922501_wh9yd9ousem.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_922501_wh9yd9ousem.svg#iconfont') format('svg');
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before { content: "\e6ad"; }

.icon-wechat:before { content: "\e63f"; }

.icon-weibo:before { content: "\e67a"; }

.icon-feizhu:before { content: "\e663"; }

.header {
    height: 112px;
    line-height: 112px;
}

.row-fiji {
  width: 103%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row {
width: 105%;
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}

.menu ul {
  list-style: none; 
  margin-bottom: 0;
}


.menu-wrap {
   position: absolute;
 }

 .menu-wrap .menu {
   width: 7rem;
   position: relative;
   background-color: #fff;
 }

 .menu-wrap ul {
/*   display: none; */
   list-style: none;
   padding-left: 0;
   margin: 0;
   padding: .25rem  0;
   text-align: center;
   background: #f5f5f5;
 }

.menu ul .item {
  position: relative;
  display: block;
  float: left;
  padding: 0 25px;
}

.menu ul .item a {
  font-size: 16px;
  color: #000000;
}

.submenu {
  display: none;
  position: absolute;
  top: 110px;
  left: -5px;
  right: -5px;
  width: 140px;
  background: #ffffff;
  z-index: 1;
  white-space: nowrap;
  max-width: 200px;
}

.submenu .alink {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 13px !important;
  /* border-bottom: 1px solid #63c6c2; */
  border-bottom: 1px solid transparent;
}

.submenu .alink:last-child {
  border-bottom: 0;
}

.menu ul .item:hover .submenu {
  display: block;
}

.language {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.banner-wrap {
  position: relative;
  width: 100%;
}

.banner-box {
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translate(-50%);
}

.banner-cover {
  display: block;
  width: 100%; 
}

.banner-box .description,
.cruise-banner-box .description {
  width: 50%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.banner-box .description h1,
.cruise-banner-box .description h1 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 40px;
}

.header-box,
.banner-box,
.cruise-banner-box,
.team-box,
.airways-box,
.cruise-box,
.brand-box,
.delegate-box,
.form-box, 
.footer-box,
.box-width {
  width: 1230px;
  margin: 0 auto;
  max-width : 1230;
}

/* @media (min-width: 1500px) {
  .header-box,
  .banner-box,
  .cruise-banner-box,
  .team-box,
  .airways-box,
  .cruise-box,
  .brand-box,
  .delegate-box,
  .form-box, 
  .footer-box,
  .box-width {
    width: 1430px;
  }
} */

.team-layout {
  padding: 50px 0;
  background: #f5f5f5;
  /* background-image:linear-gradient(135deg, #f5f1ee, #ffffff); */
}

.team-box .team-description p {
  color: #918f8e;
  font-size: 20px;
  margin: 0;
  line-height: 2;
}

.team-box .team-description .more-btn {
  width: 180px;
  margin-top: 50px;
  color: #63c6c2;
  border: 2px solid #63c6c2;
}

.more-btn {
  margin-top: 80px;
}

.airways-layout {
  display: block;
  width: 100%;
  padding: 80px 0;
  background: url(https://qiniu.prod.fita-club.com/delegate-bg.jpg) no-repeat;
  background-size: cover;
}

.airways-layout .item {
  float: left;
  display: block;
  padding: 80px 15px 0;
  width: 20%;
  height: 450px;
  text-decoration: none;
  background: #ffffff;
}

.airways-layout .item .logo-cover {
  display: block;
  height: 115px;
  margin: 0 auto 30px;
}

.airways-layout .item:hover {
  transform: scale(1.1);
  -webkit-transform:  scale(1.1);
  box-shadow: 0 0 10px 5px rgba(171, 171, 171, .8);
}

.airways-layout .airways-name {
  margin-bottom: 10px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #000000;
}

.airways-layout .description {
  margin-bottom: 0;
  color: #999999;
  font-size: 15px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.brand-layout {
  position: relative;
  display: block;
  width: 100%;
  background: #f5f5f5;
  /* padding: 110px 0;
  background: url(https://qiniu.prod.fita-club.com/brand-bg.jpg) no-repeat center bottom;
  background-size: cover;  */
}

.brand-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin-top: -120px;

}

.brand-description {
  padding: 30px 0;
//  color: #295eac;
  color: #ffffff;
}

.brand-description a.fita-button:link,
.brand-description a.fita-button:visited,
.brand-description a.fita-button:hover,
.brand-description a.fita-button:active {
  padding: 3px 5px;
  color: #295eac;
  text-decoration: none;
  border: 2px solid #295eac;
}

.cruise-layout {
  position: relative;
  /* width: 100%;
  padding: 50px 0;
  background: url(https://qiniu.prod.fita-club.com/cruise.jpg) no-repeat;
  background-size: 104%; */
}

.cruise-layout .white-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
  background: #ffffff;
}

.cruise-box .item {
  position: relative;
  padding: 25px 30px;
}

.cruise-box .item:hover {
  transform: scale(1, 1.1);
  -webkit-transform:  scale(1, 1.1);
  box-shadow: 0 0 10px 5px rgba(171, 171, 171, .8);
}

.cruise-box .item .item-media {
  display: block;
  width: 180px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -40px;
}

.cruise-box .item .item-media img {
  display: block;
  height: 100%;
}

.cruise-box .item-inner {
  margin-left: 210px;
}

.cruise-box .item-inner .title {
  margin-bottom: 10px;
  color: #000000;
  font-size: 30px;
}

.cruise-box .item-inner .description {
  margin-bottom: 15px;
  font-size: 14px;
  width: 380px; 
}

.delegate-layout {
  display: block;
  width: 100%;
  padding: 100px 0;
  background: url(https://qiniu.prod.fita-club.com/sunset.png) no-repeat;
  background-size: cover;

}

.delegate-box .cover {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .1);
  z-index: 1;
}

.delegate-box .content {
  position: relative;
  display: block;
  padding: 15px 0 50px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

.delegate-box .content .name {
  color: #000000;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}

.delegate-box .content .name-eng {
  color: #000000;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}

.delegate-box .description {
  margin: 0 auto;
  height: 80px;
  width: 80%;
  font-size: 13px;
}

.delegate-box .delegate-logo {
  display: block;
  height: 50px;
  margin: 10px auto 20px;
}

.form-layout {
  width: 100%;
  padding: 60px 0;
  background: url(../images/common/portland-from-bg.jpg) no-repeat;
  background-size: cover;
}

/* .form-layout.index-page {
  background: url(../common/form-bg-index.jpg) no-repeat center;
  background-size: cover;
} */

.counsel-info {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.8;
}

.qrcode-layout {
  position: relative;
  width: 100px;
  margin-top: 30px;
}

.qrcode-layout img {
  margin-bottom: 10px;
}

.qrcode-layout .qrcode {
  display: none;
  position: absolute;
  left: 120px;
  top: -10px;
  width: 140px;
}

.form-layout .form-contain {
  color: #ffffff;
}

.form-layout .form-contain .form-group {
  margin-bottom: 20px;
}

.form-layout .form-contain .input {
  display: inline-block;
  padding: 8px 15px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #757575;
  border-radius: 5px;
  background: #ffffff;
  border: none;
}

.form-contain .basics-info {
  margin-top: 30px;
}

.form-contain .basics-info .input {
  display: block;
  float: left;
  width: 33.3%;
  color: #757575;
  border-radius: 0;
}

.form-contain .basics-info .input:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #e0e0e0;
}
.form-contain .basics-info .input:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #e0e0e0;
}

.form-contain textarea {
  width: 100%;
  padding: 8px 15px;
  line-height: 30px;
  height: 100px;
  color: #757575;
  border-radius: 5px;
  border: none;
}

.form-box .submit {
  margin-top: 20px;
}

.footer-layout {
  width: 100%;
  background: #f5f5f5;
}

.footer-box{
  font-size: 16px;
  color: #8b8b8b;
}

.footer-box .row {
  margin: 50px 0 10px;
}

.footer-box .item {
  display: block;
  width: 170px;
  float: left
}

.footer-box .item-label {
  margin-bottom: 30px;
  color: #3a3a3a;
  font-weight: bold;
  font-size: 18px;
}

.footer-box .item a {
  display: block;
  margin: 30px 0; 
  color: #8b8b8b;
  text-decoration: none;
}

.footer-box .item .iconfont {
  margin-right: 5px;
  font-size: 26px;
  vertical-align: middle
}

.footer-box .qrcode-box {
  font-size: 18px;
  color: #3a3a3a;
}

.footer-box .qrcode-box p {
  margin: 10px 0;
}

.copyright {
  height: 88px;
  line-height: 88px;
  border-top: 1px solid #a0a0a0;
  font-size: 18px;
  color: #3a3a3a;
}

/* 邮轮 */
.cruise-wrap .cruise-banner-box {
  display: block;
  position: relative;
}


.cruise-wrap .cruise-banner-box .description {
  position: absolute;
  left: 0;
  top: 11%;
  width: 38%;
}

.cruise-data-box,
.airways-data-wrap,
.destination-data-box {
  margin-bottom: 100px;
  padding-top: 120px;
}

.cruise-title {
  margin-bottom: 30px;
  font-size: 34px;
  color: #000000;
  text-indent: 30px;
}

.cruise-data-box .info,
.airways-data-box .info,
.destination-data-box .info,
.american-data-box .info {
  color: #0d0d0d;
  font-size: 18px;
}

.cruise-data-box .info p,
.airways-data-box .info p,
.destination-data-box .info p,
.american-data-box .info p {
  margin-bottom: 40px;
  line-height: 1.8;
}

.airways-data-box  .info {
  margin-left: 30px;
}

.cruise-data-box .basic-data,
.airways-data-box .basic-data,
.destination-data-box .basic-data,
.american-data-box .basic-data {
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border: 1px solid #cbcbcb;
  background: #ffffff;
}

.airways-data-box .basic-data {
  margin-bottom: 80px;
}

.airways-data-box .spots .item img,
.airways-data-box .delicacy .item img,
.american-data-box .history img {
  display: block;
  width: 100%;
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .1);
}

.basic-data .title {
  position: relative;
  margin-bottom: 15px;
  font-size: 24px;
  height: 35px;
  line-height: 35px;
  color: #000000;
}

.basic-data .title::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  bottom: 5px;
  width: 10px;
  background: #2c6a93;
}

.airways-data-box .title::after {
  background: #63c6c2;
}

.basic-data .table {
  float: left;
  width: 50%;
  margin-bottom: 0;
}

.basic-data .table td {
  padding-left: 10px;
}

.basic-data .table .left {
  width: 125px;
  background: #dddddd;
}

.flotilla-wrap,
.room-wrap {
  padding-bottom: 30px;
  margin-bottom: 90px;
  background: url(https://qiniu.prod.fita-club.com/flotilla-bg.jpg) no-repeat center;
  background-size: cover;
}

.room-wrap {
  background: url(https://qiniu.prod.fita-club.com/room-bg.jpg) no-repeat center;
  background-size: cover;
}

.flotilla-box .item,
.room-box .item {
  margin-top: 30px;
}

.flotilla-box .item .description,
.room-box .description {
  padding: 15px 10px;
  background: #ffffff;
}

.flotilla-box .description .title,
.room-box .description .title {
  margin-bottom: 5px;
  height: 25px;
  line-height: 25px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.flotilla-box .description {
  font-size: 14px;
  height: 175px;
}

.flotilla-box .description .title {
  font-size: 20px;
}

.flotilla-box .item,
.rent-card-layout .item {
  position: relative;
}

.flotilla-box .update-item,
.rent-card-layout .update-item,
.seabourn-flotilla .update-item {
  background: rgba(255, 255, 255, .6) url(../images/common/cruise-update.png) center no-repeat;
  height: 343px;
}

.rent-card-layout .update-item {
  height: 295px;
}

.seabourn-flotilla .update-item {
  height: 407px;
}

@media (min-width: 1500px) {
  .flotilla-box .update-item {
    height: 374px;
  }
  .rent-card-layout .update-item {
    height: 328px;
  }

  .seabourn-flotilla .update-item {
    height: 407px;
  }

  .iberia-guide .item .update-item {
    height: 394px !important;
  }

  .hawaiian-server .update-item {
    height: 448px !important;
  }
}

.flotilla-box .item .update {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: .8;
  padding-top: 175px;
}

.service-wrap {
  display: block;
  width: 100%;
  padding: 100px 0;
  margin-bottom: 100px;
  background: linear-gradient(126deg, #7cbcbe, #5a7ec8);
}

.service-box {
  padding-left: 50px;
  padding-right: 50px;
}

.service-box .item {
  margin-bottom: 60px;
  font-size: 18px;
}

.service-box .item .title {
  font-size: 22px;
  font-weight: bold;
  color: #0d0d0d;
}

.service-box .item .description {
  padding-left: 20px;
  line-height: 1.8;
  font-size: 16px;
}
/* 航空 */

.airways-data-box .history p,
.american-data-box .history p,
.airways-data-box .geography p {
  font-size: 16px;
  color: #0d0d0d;
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 30px;
}

.airways-data-box .subtitle {
  color: #000000;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f4ef;
}

.airways-data-box .description {
  padding: 0px;
  font-size: 14px;
  line-height: 1.7;
}

.airways-data-box .subheading {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold;
  color: #0d0d0d;
}

.airways-data-box .history img,
.airways-data-box .geography img {
  box-shadow: 0px 2px 5px 2px #bdbdbd;
}

.car-insurance-form {
  padding: 220px 0;
  background: url(../images/common/car-insurance-form-bg.jpg?v=3) no-repeat center;
  background-size: cover;
  height:60%;
}

.car-insurance-form .title
{
  font-size: 60px;
  color: #ffffff;
}

.airways-form {
  padding: 220px 0;
  background: url(../images/common/airways-form-bg.jpg) no-repeat center;
  background-size: cover;
}

.airways-form .title,
.destination-form .title {
  font-size: 66px;
  color: #ffffff;
}

.airways-form .email-btn,
.destination-form .email-btn {
  margin-top: 60px;
  padding: 0;
  width: 740px;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  font-size: 40px;
  background: #a82849;
}

.car-form {
  padding: 220px 0;
  background: url(../images/common/car-form-bg.jpg) no-repeat center;
  background-size: cover;
}

.car-form .title,
.destination-form .title {
  font-size: 66px;
  color: #ffffff;
}

/* 目的地 */
.destination-wrap {
  background: url(https://qiniu.prod.fita-club.com/destination-banner.jpg) no-repeat center;
  background-size: cover;
}

.destination-wrap .banner-info {
  padding: 190px 0 30px;
  display: block;
  line-height: 36px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}

.destination-wrap .banner-info h1 {
  margin-bottom: 170px;
  font-size: 40px;
}

.destination-wrap .banner-info span {
  display: block;
  margin-top: 10px;
  font-size: 32px;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: 300;
}

.destination-title {
  color: #72470f;
  text-indent: 30px;
}

.destination-data-box .info {
  padding-left: 30px;
}

.destination-data-box .basic-data .title::after {
  background: #8e714b;
}

.destination-data-box .basic-data .left {
  background: #d8b88d;
}

.destination-data-box .table-bordered>tbody>tr>td, 
.destination-data-box .table-bordered>tbody>tr>th, 
.destination-data-box .table-bordered>tfoot>tr>td, 
.destination-data-box .table-bordered>tfoot>tr>th, 
.destination-data-box .table-bordered>thead>tr>td, 
.destination-data-box .table-bordered>thead>tr>th {
  border: 1px solid #d8b88d;
}

.destination-spot {
  margin-bottom: 100px;
  background: url(https://qiniu.prod.fita-club.com/destination-spot.jpg) no-repeat center;
  background-size: cover;
}

.destination-spot .item {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  border: 10px solid #f2f5fc;
}

.destination-spot .item img {
  display: block;
  width: 100%;
}

.destination-spot .item .description,
.destination-shopping .description {
  padding: 30px 20px 35px;
  line-height: 1.8;
  font-size: 15px;
  background: rgba(255, 255, 255, .75);
}

.destination-spot .item .description {
  height: 230px;
}

.destination-spot .description .subheading,
.destination-shopping .subheading {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
}

.destination-delicacy {
  margin-bottom: 100px;
}

.destination-delicacy .destination-line {
  padding-bottom: 180px;
  background: linear-gradient(-54deg, #d8b88d, #ffffff);
}

.destination-delicacy .item {
  margin-top: 30px;
  font-size: 16px;
  color: #0d0d0d;
  line-height: 1.8;
}

.destination-delicacy .cover {
  display: block;
  width: 100%;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.45);
}

.destination-delicacy .name {
  font-size: 24px;
  margin-bottom: 30px;
}

.destination-shopping {
  padding: 110px 0;
  margin-bottom: 100px;
  background: url(https://qiniu.prod.fita-club.com/destination-shopping.jpg) no-repeat center;
  background-size: cover;
}

.destination-shopping img,
.american-service-layout img{
  display: block;
  width: 100%;
}

.destination-shopping .description {
  background: #ffffff;
  height: 240px;
}

.destination-form {
  padding: 0;
  position: relative;
  background-image: none;
}

.destination-form  .form-box {
  position: absolute;
  width: 1000px;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -500px;
}

.arrow-right-block {
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 25px solid #8e714b;
  border-bottom: 15px solid transparent;
}

.arrow-left-block {
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid #8e714b;
}

.arrow-top-block {
  display: block;
  width: 0;
  height: 0;
  margin: 15px auto;
  border-left: 15px solid transparent;
  border-bottom: 25px solid #8e714b;
  border-right: 15px solid transparent;
}

.arrow-bottom-block {
  display: block;
  width: 0;
  height: 0;
  margin: 15px auto;
  border-top: 25px solid #8e714b;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

/* 租车 */
.rent-banner-wrap {
  position: relative;
}

.rent-banner-wrap .banner-box {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.rent-banner-wrap .banner-qrcode {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.rent-alamo-layout {
  padding: 80px 0;
  margin-bottom: 40px;
  position: relative;
}

.rent-alamo-layout .box-width {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.rent-alamo-layout .alamo-item {
  padding: 65px 30px 65px 40px;
  font-size: 18px;
  color: #ffffff;
  background: rgba(3, 3, 3, .75);
}

.rent-alamo-layout .alamo-item p {
  padding-left: 50px;
  margin-top: 50px;
  line-height: 1.8;
}

.rent-alamo-layout .rent-alamo-bg {
  display: block;
  float: right;
  height: 620px;
}

.rent-alamo-layout .alamo-item img {
  width: 210px;
}

@media (min-width: 1440px) {
  .rent-alamo-layout .rent-alamo-bg {
    height: auto;
    width: auto;
  }
  
  .rent-alamo-layout .alamo-item img {
    width: 250px;
  }
  
  .rent-alamo-layout .alamo-item p {
    padding-left: 50px;
    margin-top: 50px;
    line-height: 1.8;
  }
}

@media (min-width: 1360px) {
  .rent-alamo-layout .rent-alamo-bg {
    height: auto;
    width: 75%;
  }
  
  .rent-alamo-layout .alamo-item {
    padding: 100px 30px 100px 30px;
    font-size: 18px;
    color: #ffffff;
    background: rgba(3, 3, 3, .75);
  }

  .rent-alamo-layout .alamo-item img {
    width: 250px;
  }
  
  .rent-alamo-layout .alamo-item p {
    padding-left: 50px;
    margin-top: 50px;
    line-height: 1.8;
  }
}

.rent-brand-wrap {
  margin-top : 40px;
  margin-bottom: 80px;
}

.rent-brand-wrap .item {
  display: block;
  width: 500px;
  height: 300px;
  margin: 0 auto;
}

.rent-brand-wrap .item img {
  margin-bottom: 50px;
}

.rent-brand-wrap .item p {
  margin: 0;
  line-height: 1.8;
  font-size: 18px;
  color: #595959;
}

.rent-card-layout {
  padding: 30px 0;
  margin-bottom: 80px;
  background: url(https://qiniu.prod.fita-club.com/rent-card-bg.jpg) no-repeat center;
  background-size: cover;
}

.rent-card-layout .item {
  margin-bottom: 30px;
}

.rent-card-layout .cover-box img {
  display: block;
  width: 100%;
}

.rent-card-layout .description {
  padding: 15px;
  background: #ffffff;
}

.rent-card-layout .description .subheading {
  margin: 0 0 10px 0;
  color: #0d0d0d;
  font-size: 20px;
}

.rent-card-layout .description p {
  margin-bottom: 0;
  line-height: 1.6;
  color: #0d0d0d;
  font-size: 16px;

}

.rent-strategy-layout,
.disney-room-layout {
  padding-bottom: 30px;
  margin-bottom: 80px;
  background: linear-gradient(-54deg, #d8b88d, #ffffff)
}


.rent-strategy-layout .item {
  padding: 0 30px;
}

.rent-strategy-layout .title {
  position: relative;
  display: block;
  width: 200px;
  margin: 15px auto 30px;
  color: #1a1a1a;
  font-size: 22px;
  text-align: center;
  z-index: 2;
}

.rent-strategy-layout .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background: #00897b;
  z-index: -1;
}

.rent-strategy-layout .description {
  margin: 0 auto 30px;
  width: 350px;
  line-height: 1.8;
  color: #1a1a1a;
  font-size: 16px;
}

.rent-strategy-layout .cover {
  display: block;
  width: 100%;
}

.region-layout,
.disney-entertainment-layout,
.american-region-layout {
  padding: 50px 0 20px;
  margin-bottom: 90px;
  background: url(https://qiniu.prod.fita-club.com/rent-region-bg.jpg) no-repeat center;
  background-size: cover;
}

.region-layout .item,
.disney-entertainment-layout .item,
.american-region-layout .item {
  position: relative;
  margin-bottom: 30px;
}

.region-layout .item img,
.disney-entertainment-layout .item img,
.american-region-layout .item img {
  display: block;
  width: 100%;
}

/* 4Nov2021 add rectangle */
.rectangle
{
  display: block;
  position: absolute;
  margin-top: -30px;
  width: 400px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  line-height: 30px;
  background: rgba(255, 255, 255, .8)
}

.region-layout .item .circle,
.disney-entertainment-layout .circle,
.american-region-layout .circle,
.layout-style .circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
  width: 130px;
  height: 130px;
  font-size: 30px;
  color: #1a1a1a;
  text-align: center;
  line-height: 130px;
  border-radius: 100%;
  background: rgba(255, 255, 255, .8)
}

/* 迪士尼邮轮 */
.desney-flotilla {
  background: url(https://qiniu.prod.fita-club.com/disney-fleet-bg.jpg) no-repeat;
  background-size: cover;
}

.desney-flotilla .item .cover {
  display: block;
  height: 240px;
}

.desney-flotilla .item .description {
  padding: 30px;
  margin-left: 347px;
  height: 240px;
  color: rgba(1, 1, 1, .7)
}

.desney-flotilla .description > div {
  margin-bottom: 10px;
}

.desney-flotilla .description .title {
  margin-bottom: 15px;
}

.desney-dining-room {
  background: url(https://qiniu.prod.fita-club.com/disney-room-bg.jpg) no-repeat center;
  background-size: cover;
}

.desney-dining-room .description {
  height: 175px;
  font-size: 16px;
  color: #0d0d0d;
}
.desney-dining-room .description .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.desney-dining-room .description .indexes {
  margin-bottom: 10px;
  letter-spacing: -.5px;
}

.disney-entertainment-layout {
  background: url(https://qiniu.prod.fita-club.com/disney-entertainment-bg.jpg) no-repeat;
  background-size: cover;
}

.disney-entertainment-layout .item {
  padding: 10px;
  background: #ffffff;
}

.disney-entertainment-layout .item .circle {
  padding: 27px 0;
  line-height: 1.4;
  letter-spacing: 5px;
  font-size: 28px;
  text-align: center;
}

.disney-room-layout .box-width {
  padding-top: 50px;
}

.disney-room-layout .name {
  margin-bottom: 30px;
  font-size: 20px;
  color: #0d0d0d;
}

.disney-room-layout ul {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(13, 13, 13, .8);
}

/* 世邦邮轮 */
.seabourn-flotilla {
  background: url(https://qiniu.prod.fita-club.com/seabourn-fleet-bg.jpg) no-repeat;
  background-size: cover;
}

.seabourn-flotilla {
  padding-top: 30px;
}

.seabourn-flotilla .item .cover {
  display: block;
  width: 100%;
}

.seabourn-dining-room {
  background: url(https://qiniu.prod.fita-club.com/seabourn-dining-room.jpg) no-repeat center;
  background-size: cover;
}

.seabourn-dining-room .title {
  margin-bottom: 20px !important;
  font-size: 20px !important;
}

.seabourn-dining-room .weight {
  font-weight: bold;
}

.seabourn-entertainment-layout {
  padding: 50px 0;
  background: url(https://qiniu.prod.fita-club.com/disney-entertainment-bg.jpg) no-repeat center;
  background-size: cover;
}

.seabourn-entertainment-layout .item {
  margin-bottom: 30px;
}

.seabourn-entertainment-layout .item .cover {
  display: block;
  width: 100%;
}

.seabourn-entertainment-layout .item .description {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  background: #ffffff;
}

/* 美国航空 */
.american-data-box .title::after {
  background: #217ae3;
}

.american-title {
  color: #217ae3;
}

.american-region-layout {
  background: url(https://qiniu.prod.fita-club.com/american-region.jpg) no-repeat center;
  background-size: cover;
}

.american-service-layout {
  padding: 50px 0;
  margin-bottom: 80px;
  background: url(../images/common/american-service.jpg) no-repeat center;
  background-size: cover;
}

.american-service-layout .description {
  padding: 30px 20px;
  color: #0850a5;
  font-size: 16px;
  height: 130px;
  background: #ffffff;
}

.american-service-layout .description .subheading {
  margin-top: 0;
  margin-bottom: 15px;
  color: #519af0;
  font-size: 24px;
}

.british-data-wrap .title::after {
  background: #49a2ea;
}

.british-room-layout {
  background: #ffffff;
}

.british-room-layout .name {
  color: #3489ee;
}

.british-room-layout ul {
  color: #3489ef;
}

.british-room-layout .arrow-right-block {
  border-left: 25px solid #2a85ef;
}

.british-room-layout .arrow-left-block {
  border-right: 25px solid #2a85ef;
}

.british-room-layout .arrow-top-block {
  border-bottom: 25px solid #2a85ef;
}

.british-room-layout .arrow-bottom-block {
  border-top: 25px solid #2a85ef;
}

.british-room-layout img {
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .1);
}

.british-guide-layout {
  margin-bottom: 80px;
  font-size: 16px;
  color: #6d6d6d;
  text-align: center;
}

.british-guide-layout .img-style {
  width: 120px;
  margin: 80px auto 50px;
}

.british-guide-layout .item p {
  font-size: 24px;
}

.british-guide-layout .item p span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

/* 波特兰旅游局 */
.layout-style {
  margin-bottom: 80px;
  padding: 110px 0;
}

.layout-style .item {
  margin-bottom: 30px;
}

.layout-style .description {
  padding: 25px;
  line-height: 1.6;
  color: #252525;
  font-size: 16px;
  background: #ffffff;
}

.layout-style .description .subheading {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}

.layout-style .item .update-item {
  background: rgba(255, 255, 255, .6) url(../images/common/cruise-update.png) center no-repeat;
  height: 343px;
}

.portland-spot {
  background: url(../images/common/portland-spot-bg.png) no-repeat center;
  background-size: cover;
}

.portland-spot .cover-box {
  position: relative;
  z-index: 2;
}

.portland-spot .img-style {
  box-shadow: 0 5px 10px 0px rgba(58, 57, 57, 0.41);
}

.portland-spot .description {
  height: 175px;
  background: rgba(255, 255, 255, .75);
}

.portland-treasure {
  background: none;
}

.portland-treasure .box-width {
  padding-bottom: 30px;
  background: linear-gradient(-54deg, #d8b88d, #ffffff)
}

.portland-shopping .description {
  height: 180px;
}

.portland-shopping {
  background: url(https://qiniu.prod.fita-club.com/portland-shopping-bg.png) no-repeat center;
  background-size: cover;
}

.portland-form {
  background: url(https://qiniu.prod.fita-club.com/portland-from-bg.jpg) no-repeat center;
  background-size: cover;
}

/* 西班牙伊比利亚 */
.iberia-block-title {
  color: #217ae3;
  padding-left: 20px;
}

.iberia-data-box .title::after {
  background: #217ae3;
}

.iberia-guide {
  padding: 50px 0;
  background: url(https://qiniu.prod.fita-club.com/iberia-guide-bg.png) no-repeat center;
  background-size: cover;
}

.iberia-guide .description {
  height: 180px;
  color: rgba(13, 13, 13, .8);
}
.hawaiian-server .description .subheading,
.iberia-guide .description .subheading {
  margin-bottom: 15px;
}

.iberia-site {
  margin-bottom: 0;
  padding: 50px 0;
  background: url(https://qiniu.prod.fita-club.com/iberia-site-bg.png) no-repeat center;
  background-size: cover;
}

.iberia-site .description {
  color: rgba(32, 124, 230, .8);
  font-size: 16px;
}

.iberia-site .description .title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  color: #207ce6;
}

.iberia-site .description .subtitle {
  font-size: 18px;
  color: #353535;
}

.iberia-site .description small {
  display: block;
  margin-bottom: 10px;
  color: #353535;
  font-size: 16px;
}

.iberia-site .item .update-item {
  height: 415px;
}

/* 夏威夷 */

.hawaiian-server {
  padding: 50px 0;
  background: url(https://qiniu.prod.fita-club.com/hawaiian-server-bg.png) no-repeat center;
  background-size: cover;
}

.hawaiian-server .description {
  height: 210px;
  color: rgba(26, 26, 26, .8);
}

.hawaiian-server .update-item {
  height: 448px !important;
}

.hawaiian-site {
  padding: 50px 0;
  background: url(https://qiniu.prod.fita-club.com/hawaiian-site-bg.png) no-repeat center;
  background-size: cover;
}

.hawaiian-site .update  {
  display: block;
  width: 100%;
  height: 295px;
  background: rgba(255, 255, 255, .8)
}

.hawaiian-site .update-item .circle {
  color: #ffffff;
  background: rgba(0, 0, 0, .5);
}

.hawaiian-site .circle,
.dfw-destination .circle {
  font-size: 24px;
}

.hawaiian-site .eng {
  font-size: 16px;
  font-weight:bold; 
}


/* 联系我们 */
.about-timeline {
  margin-top: 60px;
  margin-bottom: 30px;
  color: rgba(37, 37, 37, .8);
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.about-timeline .description {
  margin-bottom: 40px;
}

.about-business {
  position: relative;
}
.about-business .circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -55px;
  width: 110px;
  height: 110px;
  font-size: 22px;
  color: #1a1a1a;
  text-align: center;
  line-height: 110px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.55);
}

.contact-us {
  margin: 50px auto;
}

.contact-us .item {
  margin-bottom: 15px;
  color: #252525;
  font-size: 16px;
}

.contact-us .item .title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333232;
}

.contact-us .item p {
  margin-bottom: 5px;
}
/* dfw */

.dfw-server {
  padding: 50px 0;
  background: url(https://qiniu.prod.fita-club.com/dfw-server-bg.png) no-repeat center;
}

.dfw-destination {
  padding: 50px 0;
  background: url(https://qiniu.prod.fita-club.com/dfw-destination-bg.png) no-repeat center;
}

.dfw-traffic .description  .subheading,
.dfw-server .description  .subheading {
  margin-bottom: 20px;
}

.dfw-traffic {
  padding: 50px 0;
  background: url(https://qiniu.prod.fita-club.com/dfw-traffic-bg.png) no-repeat center;
}

.dfw-traffic .description,
.dfw-server .description{
  background: rgba(226, 226, 226, .6);
}

.dfw-traffic .description {
  height: 200px;
}

.dfw-server .description {
  height: 200px;
}

.dfw-server .update-item,
.dfw-destination .update-item {
  height: 445px;
  background: rgba(255, 255, 255, .5);
}

.dfw-destination .update-item {
  height: 263px;
}

.dfw-server .update-item .circle,
.dfw-destination .update-item .circle {
  padding-top: 55px;
  line-height: 15px;
  color: #ffffff;
  background: rgba(0, 0, 0, .2)
}

/* 热门路线 */
.hot-line-title {
  margin-top: 80px;
  margin-bottom: 30px;
  color: #72470f;
}

.hot-line .block-title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #191919;
  z-index: 2;
}

.hot-line .block-title::after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 15px;
  left: 20px;
  right: 20px;
  background: #fea762;
  z-index: -1;
}

.hot-line .item {
  margin-bottom: 50px;
  display: inline-block;
  width: 264px;
  vertical-align: middle;
}

.hot-line .item.arrow {
  width: 44px;
}

.hot-line .icon-arrow {
  font-size: 24px;
  color: #5da0dc;
}

.hot-line .item .description {
  position: relative;
  padding: 20px 10px 20px;
  height: 180px;
  color: rgba(37, 37, 37, .8);
  font-size: 12px;
  background: #ffffff;
}

.hot-line .description .subheading {
  margin-bottom: 15px;
  font-size: 18px;
  color: #191919;
}

.quebec .item {
  width: 202px;
}

.quebec .item.arrow,
.quebec-two .item.arrow {
  width: 30px;
}

.hot-line-route {
  padding-bottom: 20px;
}

.hot-line-route .item {
  position: relative;
  padding: 30px 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  background: #ffffff;
}

.hot-line-route .item .subheading {
  margin-bottom: 10px;
  font-size: 24px;
}

.hot-line-route .item .description {
  margin-left: 3%;
  display: inline-block;
  vertical-align: middle;
  width: 53%;
  color: rgba(37, 37, 37, .8);
  font-size: 16px;
}

.hot-line-route .description span {
  color: rgba(37, 37, 37)
}

.hot-line-route .description .routing {
  line-height: 1.6;
  font-size: 12px;
  color: rgba(37, 37, 37, .8)
}

.hot-line-route .cover-layout {
 display: inline-block;
 width: 43%;
 vertical-align: middle;
}

.hot-line-route .img-style {
  box-shadow:0px 0px 5px 1px #b5b5b5;
}


.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}

.col-10, .col-11 {
-webkit-box-flex : 0;
}

.col-10 {
flex: 0 0 83.333333%;
max-width: 100%;
}

.pa 
{
  font-size: 16px;
  text-align: left;
}







