img {
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cityCar-banner .swiper-pagination-bullet-active {
  background: #ffca00;
}

.swiper-slide a {
  display: block;
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.wrap {
  width: 1290px;
  margin: 0px auto;
}

.sites {
  padding: 10px 0;
}

.sites span {}

/* content   left */
.cityCar-c-l {
  width: 922px;
  float: left;
}

.cityCar-c-l_list {
  margin-bottom: 40px;
  /*display: table;*/
  width: 100%;
}

.popular {
  font-size: 28px;
  border-bottom: 3px solid #ffcc00;
  width: auto;
  display: inline-block;
  padding: 5px 0;
  margin-right: 27px;
  font-weight: 500;
}

.cityCar-c-l_ul li {
  border: 1px solid #e6e6e6;
  padding: 3%;
  display: table;
  width: 96%;
  margin-bottom: 11px;
}

.cityCar-c-l_ul li:nth-child(2n+2) {
  border: none;
  background: #f3f3f4;
}

.divLi-l {
  width: 50%;
  float: left;
}

.divLi-l a,
.divLi-l div {
  float: left;
  width: 50%;
}

.divLi-l img {
  margin-right: 10px;
  float: left;
}

.title {
  font-size: 24px;
  /* margin-top: 15px; */
}

.titleSpan {
  font-size: 14px;
  color: #6b727b;
  margin-top: -5px;
  display: block;
}

.spanColorP {
  font-size: 16px;
  margin-top: 8px;
  color: #6b727b;
}

.spanColor {
  color: #ff9c00;
}

.spanColor em {
  font-size: 24px;
}

.lookMore {
  display: table;
  width: 100%;
  padding: 20px 0;
}

.lookMore-l {
  color: #757575;
  font-size: 16px;
  padding-left: 10px;
  float: left;
  line-height: 40px;
}

.lookMore-r {
  float: right;
  width: 160px;
  height: 40px;
  background: #ffca00;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  ;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.lookMore-r a {
  color: #000;
}

/* ====== */
.borderLine {
  border: 1px solid #e6e6e6;
  width: 100%;
  display: flex;
  justify-content: center;
}

.cityCar-c-l_list-tab p {
  border: none;
  color: #6b727b;
}

.cityCar-c-l_list-tab p.active {
  color: #000;
  border-bottom: 3px solid #ffcc00;
}

.cityCar-c-l_list-tabContent .listDiv {
  display: none;
}

.cityCar-c-l_list-tabContent .listDiv.active-block {
  display: block;

}

/* 自驾经验分享 */
.sharing-list {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  margin-bottom: 45px;
  display: table;
  width: 100%;
}

.sharing-list-l {
  padding-left: 20px;
  width: 92px;
  float: left;
}

.circleImg img {
  border-radius: 100%;
  ;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.sharing-list-l p {
  text-align: center;
  font-size: 16px;
  margin-top: 3px;
  width: 80px;
}

.sharing-list-l p a {
  color: #000;
}

.sharing-list-l span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #6b727b;
  margin-top: 3px;
  width: 80px;
}

.sharingTitle {
  font-size: 24px;
  margin-bottom: 5px;
}

.sharingP {
  display: flex;
  align-items: center;
}

.release {
  color: #6b727b;
}

.countryTip {
  background-image: url("../images/tip.png");
  background-size: 100% 100%;
  height: 22px;
  font-size: 14px;
  padding: 0 8px;
  margin-left: 10px;
}

.countryTip a {
  color: #6b727b;
}

.sharing-list-r {
  width: 690px;
  padding-right: 60px;
  float: right;
}

.sharingContent {
  color: #6b727b;
  font-size: 14px;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 23px;
}

.sareImglist {
  margin-top: 15px;
}

.sareImglist img {
  width: 18.4%;
  height: auto;
  margin-right: 2%;
  display: block;
  float: left;
}

.sareImglist img:nth-child(5n+5) {
  margin-right: 0%;
}

.logoImg {
  position: absolute;
  right: 60px;
  top: 60px;
}

.sharing-list:nth-child(2n+2) {
  border: none;
  background: #f3f3f4;
}





.guide {
  border-top: 1px solid #e6e6e6;
  padding-top: 33px;
}

.guide-list {
  margin-bottom: 50px;
}

.guide-listone_p {
  font-size: 24px;
  border-left: 2px solid #ffc100;
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 40px;
}

.guideTable {
  width: 100%;
}

.guideTable td {
  border: 1px solid #e6e6e6;
}

.guideTable tbody td:first-child,
.guideTable thead td:first-child {
  padding: 15px 30px;

}

.guideTable tbody td:first-child {
  vertical-align: top;
}

.guideTable tbody td:last-child,
.guideTable thead td:last-child {

  width: 606px;
  padding: 15px 55px;
}

.table-title {
  font-size: 20px;
}

.guideTable tbody td:last-child .table-p {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}

.table-p span {
  display: block;
  color: #686f78;
  line-height: 20px;
  font-size: 14px;
}

.table-p .span_l {
  width: 80px;
  color: #000;
}

.hui {
  color: #6b727b;
  font-size: 14px;
}

.guide-listthree .guide-listone_p {
  margin-bottom: 16px;
}





.recommend {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;

}

.recommendList-l {
  float: left;
}

.recommendList {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
  display: block;
  overflow: hidden;
  width: 100%;

}

.recommendList-r {
  padding: 20px;
  float: right;
  width: 64%;
}

.recommendList-r .countryTip {
  margin-left: 0;

}

.recommendList-title {
  font-size: 24px;
  margin-bottom: 13px;
}

.recommendList-content {
  margin-top: 23px;
  line-height: 25px;
  color: #6b727b;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.learnMore {
  margin-top: 20px;
}

.learnMore a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #6b727b;
}

.learnMore a img {
  margin-left: 10px;
}

/* content   right */
.cityCar-c-r {
  width: 308px;
  float: right;
  margin-top: 13px;
}

.cityCar-c-r_list {
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}

.carRight-p {
  display: inline-block;
  width: auto;
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 3px solid #ffcc00;
}

.carRight-card {
  margin: 45px 0;
  margin-bottom: 0;
}

.carRight-cardImg {
  display: table;
  width: 100%;
  margin-bottom: 30px;

}

.carRight-cardImg img:first-child {
  float: left;
  margin-left: 20px;
  height: 85px;
}

.carRight-cardImg img:last-child {
  float: right;
  margin-right: 20px;
  height: 85px;
}

.addCard {
  margin-top: 30px;
  line-height: 40px;
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
  background: #ffc100;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  justify-content: center;
  color: #000;
}

.addCard img {
  margin-top: -2px;
  vertical-align: middle;
}

.carRight-drives {
  /* border:1px solid #e6e6e6;
  height: 168px;
  padding: 25px 0; */
  margin-top: 30px;
}

.drivesP {
  color: #3b444f;
  font-size: 16px;
  text-align: center;
}

.carRight-youhui {
  margin-top: 20px;
}

.noBorder {
  border: none;
  padding: 0;
}

.noBorder .swiper-slide a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.noBorder .swiper-slide a img {
  width: 100%;
}

.carRightSwiper-pall {
  position: absolute;
  left: 30px;
  bottom: 25px;
}

.carRightSwiper-p1 {
  font-size: 30px;
  color: #fff;
  text-align: left;
}

.carRightSwiper-p2 {
  font-size: 14px;
  color: #fff;
}

.spaceList {
  display: table;
  width: 100%;
  padding: 20px 0;
}

.spaceList li {
  width: 50%;
  float: left;
  line-height: 50px;
}

.spaceList li a {
  padding: 3px 5px;
  color: #3b444f;
}

.spaceList li a:hover {

  background: #ffca00;
  color: #3b444f !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.nopadding {
  padding-bottom: 0;
}




/*国家租车 新增css*/
.national_title {
  line-height: 25px;
  margin-top: 25px;
}

.national_ul {
  display: block;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.national_li {
  width: 209px;
  float: left;
  margin-right: 28px;
}

.national_li:last-child {
  margin-right: 0;
}

.national_li a {
  display: block;
  color: #000;
  margin-top: 15px;
}

/*详情页 新增css*/

.detailCar_title {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 500;
}

.detailCar_dis p {
  display: inline-block;
  margin-right: 20px;
}

.editP {
  margin-top: 30px;
}

.moreArticle {
  border: 1px solid #e6e6e6;
  padding: 34px 39px;
}

.moreArticle_ul {
  display: table;
  width: 100%;
}

.moreArticle_li {
  width: 50%;
  margin-top: 30px;
  list-style-type: disc;
  list-style: inside;
  float: left;
}

.moreArticle_li-title {
  color: #000;

}

.moreArticle_li p .countryTip {
  margin-left: 20px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}




/*境外租车 新增css*/
.overseasCar-l {
  float: left;
}

.overseasCar-r {
  float: right;
}

.overseasCar_li {
  width: 288px;
  float: left;
  margin-right: 29px;
  margin-top: 28px;
}

.overseasCar_li a {
  display: block;
}

.overseasCar_li:nth-child(3n+3) {
  margin-right: 0;
}

.overseasCar_li-bot {
  min-height: 188px;
  background: #f3f3f4;
  padding: 15px 20px;
}

.overseasCar_li-title {
  font-size: 18px;
  color: #000;
}

.overseasCar_li-p {
  line-height: 25px;
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.overseasCar_li-learnMore {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
}

.overseasCar_li-learnMore img {
  margin-left: 10px;
}

.overseasCar-recommend {
  padding-top: 0;
}

.overseasCar-recommend .recommendList {
  border: none;
}

.overseasCar-recommend .recommendList:nth-child(2n+2) {
  background: #f3f3f4;
}

.overseasCar-recommend .recommendList-l {
  padding: 0 30px;
}

.editPbig {
  margin-bottom: 30px;
}

.overseasCar_ul {
  display: block;
  overflow: hidden;
}

.overseasCar-r .recommendList-r {
  width: 59%
}

.edit_con_original table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cityCar-c {
  display: table;
  width: 100%;
}

/* 分页 */
.page {
  vertical-align: middle;
  text-align: center;
  margin: 20px 0px;
  color: #000;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page span {
  margin: 0 10px;
}

/* .page span em{ color:#CE0109; font-family:Arial;} */
.page a {
  display: inline-block;
  text-align: center;
  width: 36px;
  font-family: Arial;
  height: 36px;
  line-height: 36px;
}

.page a.num,
.page a.prev,
.page a.next,
.page a.go {
  background: #fff;
  color: #CE0109;
}

.page a.on,
.page a.num:hover,
.page a.prev:hover,
.page a.next:hover,
.page a.go:hover {
  background: #ff9c00;
  color: #fff;
  border-color: #ff9c00
}

.page a.first,
.page a.last {
  width: 40px;
  font-family: "Microsoft Yahei", "微软雅黑";
}

.page a.first:hover,
.page a.last:hover {
  background: none;
}

.page .txtnum {
  width: 70px;
  background: #fff;
  /* border: 1px solid #CECECE; */
  height: 20px;
  /* display: flex; */
  line-height: 20px;
  /* margin-right: 10px; */
  display: inline-block;
}

.page .txtnum input {
  width: 40px;
  text-align: left;
  font-family: Arial;
  margin: 0;
  padding: 0;
  text-indent: 5px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
}

.page a.go {
  margin-top: 0;
  height: 22px;
  background: #58595b;
  color: #fff;
  border: none;
  width: 43px;
}

.PopupWindow {
  background: rgba(0, 0, 0, .6);
  z-index: 999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.PopupWindow_div {
  background: #fff;
  padding: 30px;
  width: 45%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #000;
  font-size: 20px;
}

.national_title {
  max-height: 80px;
  overflow: hidden;
}

.national_title_active {
  height: auto;
  overflow: inherit;
  max-height: inherit;
}

.clickMore {
  background: #ffc100;
  float: right;
  margin-top: 10px;
  padding: 3px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}