.page-wrap {
  width: 100%;
  background-color: #fff;
}

.page-content {
  width: 100%;
  min-width: 1320px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.banner-B {
  width: 100%;
  height: 600px;
  background-image: url(../images/bannerB.jpg);
  background-repeat: no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  box-sizing: border-box;
  padding-top: 23px;
  position: relative;
  margin-bottom: 85px;
}
.banner {
  width: 100%;
  height: 600px;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: 1920px 600px;
  background-position: center;
  box-sizing: border-box;
  padding-top: 23px;
  position: relative;
  margin-bottom: 85px;
}
.header-bar {
  height: 35px;
  width: 1320px;
  margin: 0 auto;
  position: relative;
}
.logo {
  width: 162px;
  height: 35px;
  margin-right: 18px;
}
.city-select {
  min-width: 59px;
  height: 24px;
  background-color: #fff;
  display: inline-block;
  border-radius: 12px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
  z-index: 2022;
  box-sizing: border-box;
  padding: 0 10px;
}
.city-select em {
  width: auto;
  padding-right: 10px;
}
.select-icon {
  width: 8px;
  height: 5px;
  position: absolute;
  top: 0;
  display: none;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.header-bar-list {
  height: 35px;
  line-height: 35px;
  margin-left: 74px;
}
.header-bar-list > li {
  float: left;
  margin-right: 37px;
}
.header-bar-list > li:hover {
  color: #0d2fb5;
}
.header-bar-list > li:last-child {
  margin-right: 0;
}
.login, .logout {
  line-height: 35px;
  /* margin-left: 65px; */
  display: none;
}
.login > span {
  display: inline-block;
  margin: 0 8px;
}
.logout-nickname {
  width: 63px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.logout img {
  width: 24px;
  position: relative;
  top: 5px;
  border-radius: 50%;
}
.logout a {
  height: 35px;
  float: left;
  margin-right: 12px;
}
.login > a:hover,
.logout> a:hover {
  color: #0d2fb5;
}
.login img {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 8px;
  top: 1px;
}
.title-tabs-wrap {
  width: 1183px;
  margin: 112px auto 0 auto;
}
.big-title {
  height: 64px;
  line-height: 64px;
  margin-bottom: 28px;
}
.select-tabs-B {
  width: 619px;
  height: 250px;
  border-radius: 5px;
  background-color: #fff;
}
.select-tabs {
  width: 567px;
  height: 200px;
  border-radius: 5px;
  background-color: #fff;
}
.select-items-B {
  width: 88px;
  height: 250px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.select-items {
  width: 81px;
  height: 200px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.select-items-B > li {
  width: 100%;
  height: 62.5px;
  background-color: #E9E9E9;
  color: #777777;
  text-align: center;
  line-height: 62px;
  cursor: pointer;
}
.select-items > li {
  width: 100%;
  height: 50px;
  background-color: #EBEDEE;
  color: #737588;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.item-selected {
  background-color: #fff !important;
  color: #333 !important;
  font-weight: bold;
}
.item-selected-B {
  background-color: #fff !important;
  color: #333 !important;
  font-weight: bold;
}
.tab-selected-B {
  position: relative;
  background-color: #fff;
  width: calc(100% - 88px);
  height: 100%;
  border-radius: 0 5px 5px 0;
}
.tab-selected {
  position: relative;
  background-color: #fff;
  width: calc(100% - 81px);
  height: 100%;
  border-radius: 0 5px 5px 0;
}
.tab-search-B {
  width: 502px;
  height: 45px;
  margin: 13px auto 18px;
  border-radius: 3px;
  background-color: #F8FAFB;
}
.tab-search {
  width: 461px;
  height: 38px;
  margin: 13px auto 18px;
  border-radius: 3px;
  background-color: #F8FAFB;
}
.tab-search-B > input {
  width: calc(100% - 137px);
  height: 45px;
  box-sizing: border-box;
  padding-left: 12px;
  border: none;
  outline: none;
  background-color: #F8FAFB;
}
.tab-search > input {
  width: calc(100% - 124px);
  height: 38px;
  box-sizing: border-box;
  padding-left: 12px;
  border: none;
  outline: none;
  background-color: #F8FAFB;
}
.location-B {
  width: 62px;
  height: 45px;
  line-height: 45px;
  color: #555;
  text-align: center;
  cursor: pointer;
}
.location {
  width: 62px;
  height: 38px;
  line-height: 38px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.location-B span:hover {
  color: #0d2fb5 !important;
  font-weight: bold;
}
.location span {
  position: relative;
  top: -1px;
  left: -5px;
  font-weight: bold;
}
.location-B span {
  position: relative;
  top: -1px;
  left: -5px;
  font-weight: bold;
}
.location span:hover {
  color: #0d2fb5 !important;
  font-weight: bold;
}
.location-icon-B {
  width: 18px;
  height: 18px;
  position: relative;
  top: 13.5px;
  left: -5px;
}
.location-icon {
  width: 18px;
  height: 18px;
  position: relative;
  top: 13.5px;
  left: -5px;
}
.search-btn-B {
  width: 75px;
  height: 45px;
  background-image: url(../images/search-btn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.search-btn {
  width: 62px;
  height: 38px;
  background-image: url(../images/search-btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.tab-location-panel-B {
  width: 502px;
  margin: 0 auto 3px;
  color: #7B8D9E;
}
.tab-location-panel {
  width: 461px;
  margin: 0 auto 17px;
  color: #7B8D9E;
}
.tab-location-panel-B > li{
  width: 72px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #F7F8FA;
  float: left;
  border-radius: 2px;
  margin-right: 14px;
  margin-bottom: 14px;
  cursor: pointer;
  color: #555555;
}
.tab-location-panel > li{
  width: 65px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #F4F7F9;
  float: left;
  border-radius: 2px;
  margin-right: 14px;
  margin-bottom: 8px;
  cursor: pointer;
  /*opacity: 0.65;*/
}
.tab-location-panel-B > li:nth-child(6n + 6) {
  margin-right: 0;
}
.tab-location-panel > li:nth-child(6n + 6) {
  margin-right: 0;
}
.tab-price-list-B {
  box-sizing: border-box;
  padding-left: 14px;
}
.tab-price-list {
  box-sizing: border-box;
  padding-left: 12px;
}
.tab-price-list-B li {
  float: left;
  color: #555555;
  margin-right: 23px;
  cursor: pointer;
  margin-bottom: 12px;
}
.tab-price-list li {
  float: left;
  color: #7B8D9E;
  margin-right: 23px;
  cursor: pointer;
  margin-bottom: 12px;
}
.tab-price-list-B li:hover,
.tab-location-panel-B > li:hover,
.knowledge-content-list > li:hover{
  font-weight: bold;
  color: #0d2fb5;
}
.tab-price-list li:hover,
.tab-location-panel > li:hover,
.knowledge-content-list > li:hover{
  font-weight: bold;
  color: #0d2fb5;
}
.banner-bottom {
  width: 1183px;
  height: 14px;
  color: #D8D8D8;
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  margin: auto;
}
.banner-bottom > div {
  margin-right: 52px;
  font-weight: 300;
}
.banner-bottom > div > a {
  color: #FFFFFF;
}
.banner-bottom > div > a:hover {
  color: #0d2fb5;
}
.license {
  background-image: url('../images/license2.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 13px 14px;
  height: 14px;
  line-height: 14px;
  box-sizing: border-box;
  padding-left: 19px;
}
.banner-tips {
  width: 164px;
  height: 82px;
  position: absolute;
  right: 110px;
  bottom: 50px;
  box-sizing: border-box;
  background-image: url(../images/tips.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: 26px;
  padding-top: 15px;
}
::-webkit-input-placeholder{
  color: #BBBBBB;
}
.mascot {
  position: absolute;
  right: 0;
  bottom: 9px;
  /* cursor: pointer; */
}
.mascot > img{
  width: 141px;
  height: 110px;
  /* cursor: pointer; */
}
.select-city-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 3000;
  display: none;
}
.select-city-modal {
  width: 564px;
  box-sizing: border-box;
  padding: 18px 20px;
  background-color: #fff;
  border: 1px solid #A3A3A3;
  position: absolute;
  top: 61px;
  left: 112px;
  font-weight: 400;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  display: none;
}
.selected-citylist {
  margin-bottom: 23px;
}
.selected-recently {
  height: 14px;
  line-height: 14px;
  color: #979797;
  font-weight: 400;
  margin-bottom: 11px;
}
.city-list {

}
.city-list > li {
  width: 234px;
  margin-bottom: 24px;
}
.city-list > li:nth-child(odd) {
  margin-right: 53px;
}
.char-group {
  color: #979797;
  line-height: 21px;
  margin-bottom: 11px;
}
.city-group {
  line-height: 30px;
  color: #333;
}
.city-group > li {
  margin-right: 23px;
}
/* 暂时注释 */
/* .city-group > li:nth-child(5n+5) {
  margin-right: 0px;
} */
.city-group > li > a:hover {
  color: #0d2fb5 !important;
}
.city-selected {
  color: #0d2fb5 !important;
}
.modal-bottom {
  margin-top: 9px;
  height: 14px;
  color: #D6D6D6;
  box-sizing: border-box;
  padding-left: 11px;
  position: relative;
}
.modal-bottom::before {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #D8D8D8;
}
.content-body {
  width: 1183px;
  margin: 0 auto 121px;
}
.secondhand-rent-head {
  height: 36px;
  margin-bottom: 31px;
  position: relative;
}
.secondhand-rent-title {
  line-height: 36px;
  color: #101E38;
}
.secondhand-rent-more {
  position: absolute;
  height: 14px;
  color: #666;
  right: 0;
  bottom: 0;
}
.secondhand-rent-more > a:hover {
  color: #0d2fb5;
  font-weight: bold;
}
.secondhand-rent > div.help-box {
  margin-bottom: 0;
}
.help-choose,
.help-rent {
  display: inline-block;
  width: 65px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #666666;
  background-color: #FFCA03;
  opacity: 0.6;
  cursor: pointer;
}
.help-choose {
  border-radius: 5px 0 0 5px;
}
.help-choose:hover,
.help-rent:hover {
  color: #000 !important;
}
.help-choose-list-wrap {
  width: 1183px;
  overflow: hidden;
  position: relative;
}
.help-choose-list {
  height: 296px;
  width: max-content;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.help-choose-list > li {
  margin-right: 20px !important;
}
.help-choose-list > li > .card-img > img {
  height: 156px !important;
}
.card-list.help-choose-list > li:nth-of-type(4n+4):hover {
  margin-right: -4px !important;
}
.help-rent {
  border-radius: 0 5px 5px 0;
}
.help-active {
  color: #000 !important;
  opacity: 1;
}
.secondhand-rent > li,
.secondhand-rent > div {
  margin-bottom: 75px;
  position: relative;
}
.card-list {
  position: relative;
}
.card-list > li {
  width: 280px;
  float: left;
  background: #FFFFFF;
  box-sizing: content-box !important;
  position: relative;
}
.card-list > li {
  margin-right: 20px;
}
.card-list > li:nth-of-type(4n+4) {
  margin-right: 0;
}
.card-list > li:hover {
  padding: 12px;
  position: relative;
  left: -12px;
  top: -12px;
  box-shadow: 0px 25px 28px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin-right: -4px !important;
  margin-bottom: -24px;
  z-index: 2019;
}
.card-list > li:nth-of-type(4n+4):hover {
  margin-right: -22px !important;
}
.card-list >li.card-data > div {
  background-image: url('../images/card-data-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.card-list > li.card-data .card-data-header {
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
}
.card-list > li.card-data .card-data-des {
  width: 100%;
  height: 231px;
  position: relative;
}
.card-data-des > div {
  width: 50%;
  height: 115px;
  box-sizing: border-box;
  padding: 34px 0 0 25px;
  position: relative;
}
.card-data-des > div:first-child::after {
  content: '';
  width: 170px;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  bottom: 0;
  left: 55px;
  position: absolute;
  display: block;
}
.card-data-des > div:nth-child(2)::after {
  content: '';
  width: 1px;
  height: 171px;
  background-color: rgba(255, 255, 255, .3);
  top: 30px;
  right: 139px;
  position: absolute;
  display: block;
}
.card-data-des > div > p:nth-child(1):after {
  content: "";
  font-size: 14px;
  color: #333;
  font-family: SourceHanSansCN-Bold;
}
.price-suffix::after {
  content: "元" !important;
}
.aset-suffix::after {
  content: "套" !important;
}
.count-suffix::after {
  content: "次" !important;
}
.card-list > li > a,
.swiper-slide > a,
.village-list > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
}
.card-img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.card-img-des {
  width: 100%;
  height: 63px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
  box-sizing: border-box;
  padding: 19px 18px 0 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}
.card-img-des > p:nth-child(1) {
  margin-bottom: 6px;
}
.card-img-des > p:nth-child(2) {
  color: #FF8E02;
}
.card-img > img{
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}
.card-des {
  padding-top: 12px;
  padding-bottom: 10px;
  position: relative;
}
.card-des-title {
  height: 22px;
  color: #222;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}
.card-des-text {
  height: 14px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.card-des-mark {
  height: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #616669;
}
.price {
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #FF3B0D;
}
span.price::last-word {
  font-size: 12px !important;
}
.recommend-flag::before {
  content: '\63a8\8350\623f\6e90';
  display: block;
  box-sizing: border-box;
  width: 93px;
  height: 29px;
  padding-left: 34px;
  line-height: 29px;
  font-family: SourceHanSansCN-Me;
  background-color: #FFCA03;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  top: 0;
  left: 0;
  background-image: url('../images/recommend-flag.png');
  background-repeat: no-repeat;
  background-size: 19px 15px;
  background-position: 10px 6px;
}
.w-100 {
  width: 100px !important;
}
.swiper-container {
  width: 1180px;
  height: 151px;
  margin: 0 auto 75px;
}
.swiper-slide {
  position: relative;
}
.swiper-slide > img {
  display: block;
  width: 100%;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.consult {
  height: 34px;
  position: relative;
  margin-bottom: 12px;
}
.consult-time {
  position: relative;
  top: 15px;
}
.consult > button {
  width: 107px;
  height: 34px;
  background-color: #FFCA03;
  line-height: 34px;
  outline: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.consult > img {
  width: 98px;
  position: absolute;
  right: -100px;
  top: -25px;
}
.new-house {
  margin-bottom: 64px;
}
.village-wrap {
  width: 1440px;
  background: #EEEEF1;
  position: relative;
  left: -128.5px;
  margin-bottom: 44px;
}
.village {
  width: 1183px;
  padding: 20px 0 30px 0;
  margin: 0 auto;
}
.village-list > li {
  width: 380px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  background-color: #fff;
  position: relative;
}
.village-list > li:last-child {
  margin-right: 0;
}
.village-list > li:hover {
  box-shadow: 0px 25px 28px 0px rgba(0, 0, 0, 0.07);
}
.village-card-img {
  width: 380px;
  height: 208px;
}
.village-card-img > img {
  display: block;
  width: 380px;
  height: 208px;
  object-fit: cover;
}
.village-card-des {
  padding: 15px 20px;
}
.village-price {
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #FF3B0D;
}
.pre,
.next {
  width: 44px;
  height: 44px;
  position: absolute;
  margin: auto;
  top: 125px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2060;
  cursor: pointer;
}
.pre {
  left: -25px;
  background-image: url('../images/pre.png');
}
.next {
  right: -25px;
  background-image: url('../images/next.png');
}
.trading-process {
  margin-bottom: 75px;
}
.trading-process-list > li {
  float: left;
  margin-right: 74px;
}
.trading-process-list > li:last-child {
  margin-right: 0;
}
.trading-process-list > li > p {
  color: #666;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.trading-process-img {
  width: 47px;
  height: 43px;
  margin-bottom: 13px;
}
.trading-process-img > img {
  width: 54px;
  height: 55px;
  display: block;
}
.next-step {
  position: relative;
}
.next-step::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 80px;
  background-image: url(../images/next-step.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.knowledge-content-left {
  width: 480px;
  height: 266px;
  background: #D8D8D8;
  border-radius: 5px;
  position: relative;
}
.knowledge-content-left p {
  width: 100%;
  height: 37px;
  line-height: 37px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-left: 9px;
  font-weight: 500;
}
.knowledge-content-left-item {
  position: relative;
  height: 100%;
  /* background: url(https://rests.5i5j.com/uploads/images/2021/0425/15/1619335713913953.jpg!400x300.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.knowledge-con-left-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.knowledge-content-right {
  width: 656px;
}
.content-right-bar {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}
.content-right-bar > li {
  width: 20%;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  background-color: rgba(255, 202, 3, 0.2);
  float: left;
  color: #333;
  cursor: pointer;
}
.content-right-bar > li:hover {
  color: #000;
}
.content-right-bar-active {
  background-color: rgba(255, 202, 3, 1) !important;
  color: #000;
}
.knowledge-content-list {
  width: 100%;
}
.knowledge-content-list > li {
  box-sizing: border-box;
  padding-left: 23px;
  height: 19px;
  line-height: 19px;
  color: #666;
  font-weight: 500;
  margin-bottom: 19px;
  position: relative;
}
.knowledge-content-list > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.knowledge-img {
  position: absolute;
  left: 338px;
  top: 157px;
  height: 145px;
  z-index: 2020;
}
.bottom-body {
  width: 1183px;
  margin: 0 auto 96px;
}
.bottom-body-left {
  width: 259px;
}
.bottom-body-left > div > img{
  display: block;
  width: 225px;
  margin-bottom: 19px;
}
.QR-code-img {
  width: 130px;
  height: 130px;
  margin-bottom: 8px;
  position: relative;
}
.QR-code-img > img {
  display: block;
}
.QR-icon {
  position: absolute;
  width: 36px;
  height: 35px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.download-app {
  display: block;
  width: 90px;
  line-height: 17px;
  border-radius: 8px;
  outline: none;
  text-align: center;
  margin: 0 auto;
}
.bottom-bar {
  padding-top: 31px;
  background-color: #FFCA03;
  text-align: center;
  height: 95px;
}
.bottom-bar > p {
  margin-bottom: 10px;
}
.transparent-img {
  width: 21px;
  height: 19px;
  vertical-align: middle;
}
.hot-link {
  float: left;
  position: relative;
  left: 50%;
  top: -40px;
}
.hot-link > li {
  margin-right: 38px;
  position: relative;
  right: 50%;
}
.hot-link > li:last-child {
  margin-right: 0;
}
.bottom-body-middle {
  width: 650px;
  margin-left: 79px;
}
.body-middle-header-bar {
  border-bottom: 1px solid #979797;
  padding-bottom: 8px;
  margin-bottom: 22px;
}
.body-middle-header-bar > li {
  float: left;
  margin-right: 45px;
  line-height: 21px;
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.body-middle-header-bar > li:nth-child(6n+6) {
  margin-right: 0;
}
.body-middle-header-bar > li:hover {
  color: #0437C0 !important;
}
.body-middle-hot {
  display: none;
  width: 606px;
}
.body-middle-hot > li {
  margin-right: 18px;
  margin-bottom: 16px;
  color: #979797;
  float: left;
}
.body-middle-hot > li:hover {
  color: #002FBC !important;
}
/* .body-middle-hot > li:nth-child(8n + 8) {
  margin-right: 0;
} */
.side-bar {
  width: 80px;
  height: 600px;
  background-image: url(../images/sidebar.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 9000;
  display: none;
  right: -9px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side-bar-list {
  position: absolute;
  top: 38px;
  left: 25px;
  background: #fff;
}
.side-bar-list > li {
  height: 69px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
.side-bar-list > li:last-child {
  border-bottom: none;
}
.side-bar-list > li:hover {
  color: #fff;
  background-color: #FFCA03;
}
.side-bar-list img,
.side-bar-list p {
  position: relative;
}
.follow-modal {
  width: 376px;
  position: absolute;
  top: 50px;
  left: -355px;
  height: 455px;
  box-shadow: 0px -5px 9px 0px rgba(75, 54, 0, 0.1), 0px 5px 9px 0px rgba(75, 54, 0, 0.1);
  border-radius: 5px;
  z-index: 2060;
  background-color: #fff;
  display: none;
}
.follow-modal-header {
  height: 49px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #BBBBBB;
  line-height: 49px;
}
.follow-modal-header > ul > li {
  margin-right: 25px;
  float: left;
  cursor: pointer;
}
.follow-modal-header-active {
  color: #FFCA03;
  border-bottom: 1px solid #FFCA03;
}
.follow-item-item-img {
  width: 112px;
  height: 84px;
  background-color: #666666;
}

.follow-item-item-img img {
  display: block;
  width: 100%;
  height: 84px;
}
.follow-modal-body {
  display: none;
}
.follow-modal-body > ul {
  padding: 0 20px;
}
.follow-modal-body li {
  padding: 16px 0;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.follow-modal-body li:last-child {
  border-bottom: none;
}
.follow-modal-body-empty img {
  margin: 83px auto 13px auto;
  display: block;
  width: 129px;
  height: 110px;
}
.follow-modal-body-empty p {
  margin-bottom: 130px;
  text-align: center;
}
.follow-item-des {
  width: calc(100% - 112px);
  box-sizing: border-box;
  height: 84px;
  padding-left: 20px;
  position: relative;
}
.follow-item-des > p:last-of-type {
  margin-top: 28px;
}
.follow-modal-btn{
  width: 336px;
  height: 36px;
  background: #FFCA03;
  border-radius: 4px;
  border: none;
  outline: none;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: relative;
}
.follow-modal-btn > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.follow-item-price {
  bottom: 0 !important;
}
.close {
  position: absolute;
  top: 24px;
  right: 21px;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
.close img {
  width: 100%;
  display: block;
}
.service-modal {
  width: 376px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px -5px 9px 0px rgba(75, 54, 0, 0.1), 0px 5px 9px 0px rgba(75, 54, 0, 0.1);
  border-radius: 5px;
  position: absolute;
  top: 182px;
  left: -355px;
  box-sizing: border-box;
  padding: 16px 20px;
  z-index: 2060;
  display: none;
}
.service-modal-title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.pad-b-15 {
  padding-bottom: 15px;
}
.pad-b-40 {
  padding-bottom: 40px;
}
.border-b {
  border-bottom: 1px solid #eee;
}
.service-middle {
  padding-top: 15px;
  position: relative;
}
.service-middle-left {
  color: #222;
}
.service-middle-left > p {
  margin-bottom: 10px;
}
.service-btn {
  width: 111px;
  height: 35px;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  right: 20px;
  margin: auto;
  outline: none;
  border: none;
  background-color: #FFCA03;
  cursor: pointer;
}
.service-phobne {
  width: 117px;
  height: 18px;
  color: #FFCA03;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.feedback {
  width: 376px;
  position: absolute;
  top: 50px;
  left: -355px;
  box-shadow: 0px -5px 9px 0px rgba(75, 54, 0, 0.1), 0px 5px 9px 0px rgba(75, 54, 0, 0.1);
  border-radius: 5px;
  z-index: 2060;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: none;
  height: 500px;
  overflow-y: scroll;
}
.feedback-reuqired {
  color: #ff522f;
  font-size: 12px;
}
.feedback-select {
  width: 132px;
  height: 35px;
  border: 1px solid #ccc;
  outline: none;
}
.feedback-connect-service {
  cursor: pointer;
}
.feedback-select > option {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 35px;
}
.problem-class > option {
  display: none;
}
.feedback-content > textarea {
  outline: none;
  border: 1px solid #ccc;
  display: block;
  box-sizing: border-box;
  padding: 12px 14px;
  width: 336px;
  height: 115px;
  margin-bottom: 10px;
}
.feedback-upload {
  cursor: pointer;
  width: 72px;
  height: 72px;
  border: 1px solid #ccc;
  background-image: url(../images/upload.png);
  background-repeat: no-repeat;
  background-position: center 21px;
  background-size: 16px;
  position: relative;
  margin-right: 10px;
}
.feedback-upload > img {
  width: 72px;
  height: 72px;
}
.feedback-upload-text {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}
.feedback-connect {
  width: 100%;
  height: 35px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding-left: 9px;
  color: #A1A1A1;
  outline: none;
}
.app-code {
  position: absolute;
  top: -5px;
  left: -155px;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  display: none;
}
.app-code > img {
  width: 130px;
}
.login-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 4000;
  display: none;
}
.password-login-box,
.forget-password-box,
.register-box,
.login-box {
  width: 376px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px -5px 9px 0px rgba(75, 54, 0, 0.1), 0px 5px 9px 0px rgba(75, 54, 0, 0.1);
  margin: auto;
  padding: 30px 20px;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.login-box {
  height: 331px;
}
.register-box {
  height: 376px;
}
.password-login-box {
  height: 319px;
}
.forget-password-box {
  height: 330px;
}
.password-login-box div,
.forget-password-box div,
.register-box div,
.login-box div {
  box-sizing: content-box !important;
}
.login-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.login-title,
.register-title {
  margin-bottom: 10px;
}
.login-body > div {
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  border-top: none;
}
.login-body > div:first-of-type {
  border-top: 1px solid #ccc;;
}
.login-body input{
  display: block;
  height: 52px;
  box-sizing: border-box;
  padding: 9px;
  border: none;
  outline: none;
}
.register-tip > input[type="checkbox"] {
  display: inline-block !important;
  height: auto;
}
.login-phone {
  width: 100%;
}
.login-code,
.login-pwd {
  width: 260px;
}
.pwd-img,
.code-btn {
  width: calc(100% - 260px);
  height: 52px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.pwd-img img {
  width: 20px;
  height: 13px;
}
.code-btn::before {
  content: '|';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}
.login-tip,
.register-tip,
.form-validate {
  margin-top: 10px;
  line-height: 18px;
  margin-bottom: 10px;
}
.form-validate{
    height: 18px;
}
.login-bottom {
  margin-bottom: 15px;
}
.login-btn {
  width: 100%;
  height: 36px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #FFCA03;
  position: relative;
}
.login-btn > img {
  width: 18px;
  height: 18px;
  position: absolute;
}
.phone-login,
.forgot-password,
.login-bottom-text {
  color: #FFCA03;
  cursor: pointer;
  display: inline-block;
}
.ad-column {
  width: 100%;
  height: 145px;
  background: #FFFFFF;
  box-shadow: 0px -11px 15px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2100;
}
.ad-column-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8000;
}
.ad-content {
  margin: 0 auto;
  height: 145px;
  width: 693px;
  position: relative;
}
.ad-content > img:nth-child(1) {
  position: absolute;
  left: -23px;
  bottom: 0;
  width: 234px;
  height: 203px;
}
.ad-content > img:nth-child(2) {
  width: 280px;
  height: 59px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 265px;
  margin: auto;
}

.ad-content > img:nth-child(3) {
  width: 104px;
  height: 104px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ad-content > img:nth-child(4) {
  width: 17px;
  position: absolute;
  top: 16px;
  right: -45px;
  z-index: 8000;
}
.i_img p,
.acr_p p {
  margin-bottom: 5px;
}
.select-tabs .search-menu {
  display: none;
  width: 399px;
  box-sizing: border-box;
  background-color: #F8FAFB;
  position: absolute;
  top: 51px;
  left: 94px;
  z-index: 5000;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.24);
}
.select-tabs-B .search-menu {
  display: none;
  width: 425px;
  box-sizing: border-box;
  background-color: #F8FAFB;
  position: absolute;
  top: 60px;
  left: 104px;
  z-index: 5000;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 24%);
}
.search-menu .search_w {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
}
.search-menu li {
  height: 42px;
  line-height: 42px;
  position: relative;
}
.search-menu li:hover .search-left,
.search-menu li:hover .beizhu,
.search-menu li:hover .tao,
.search-menu li:hover .keycon  {
  color: #0437C0 !important;
}
.search-menu li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-left {
  font-size: 14px;
  position: absolute;
  left: 10px;
  color: #333;
  width: 280px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.keycon {
  color: #ffd436;
}
.tao {
  font-size: 14px;
  float: right;
  color: #dadada;
}
.search-left .beizhu {
  color: #dadada;
}
.biaoqian {
  font-size: 12px;
  background: #ebf5f7;
  color: #608997 !important;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 10px;
}
.delImg{
  position: absolute;
  top:-8px;
  right:-5px;
  width:23px;
  height:23px;
  background: url(../images/closebtn.png) no-repeat;
  border-radius:50%;
  display:block;
  cursor: pointer;
}
.consult-checkbox-group > div:nth-child(2) {
  margin: 0 45px;
}
.consult-checkbox-group > div > input {
  position: relative;
  top: 1px;
  left: 3px;
  margin-right: 6px;
}
.consult-checkbox-group > div > span {
  position: relative;
  top: 3px;
}
.w-accor li:last-child {
  margin-right: 0 !important;
}
.bottom-body-left-logo {
  width: 225px !important;
  height: 48px !important;
}
.rise::after {
  content: '';
}
.feedback-success {
  width: 370px;
  height: 200px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  z-index: 8000;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 25px 28px 0px rgba(0, 0, 0, 0.07);
  display: none;
}
.feed-back-submit-success {
  color: #FFCA03;
  text-align: center;
  margin-top: 55px;
}
.feedback-autoclose {
  color: #333;
  text-align: center;
  margin-top: 15px;
}
.feedback-success button {
  background-color: #FFCA03;
  border: none;
  outline: none;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 25px;
  border-radius: 5px;
}
.validate-feedback {
  margin-top: 15px;
}
.history-city-list > a {
  float: left;
  margin-right: 23px;
}
.history-city-list > a:hover {
  color: #0437C0 !important;
}
.search-history li a {
  padding-left: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-history-header {
  height: 38px;
  line-height: 38px;
  padding-left: 12px;
  padding-right: 9px;
  color: #888;
  background-color: rgba(235, 237, 238, 0.25);;
}
.clear-search-history {
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
}
.clear-search-history img {
  width: 10px;
  height: 10px;
  position: relative;
  left: -4px;
  top: 1px;
}
.search-history {
  background-color: #FFFFFF;
}
.search-history > li {
  color: #282728;
  font-size: 14px;
}
#Accor2 {
  width: 1183px;
}

.tip-column {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px -11px 15px 0px rgb(0 0 0 / 8%);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2100;
}

.tip-content {
  margin: 0 auto;
  width: 1183px;
  position: relative;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 14px;
}

.tip-content .title {
  color: #222;
  text-align: center;
  font-size: 18px;
  margin: 0;
}

.tip-content .ad-close {
  width: 17px;
  position: absolute;
  top: 16px;
  right: -45px;
  z-index: 8000;
}

.tip-content .tip-content-text {
  text-align: justify;
}
@-webkit-keyframes icon-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-moz-keyframes icon-circle {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-o-keyframes icon-circle {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes icon-circle {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		 transform: rotate(360deg)
	}
}
.icon3d::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-animation: icon-circle 5s linear infinite;
  -moz-animation: icon-circle 5s linear infinite;
  -o-animation: icon-circle 5s linear infinite;
  animation: icon-circle 5s linear infinite;
}
.iconax::after {
  background: url(../images/newicon3d.png) no-repeat;
}
.iconzx::after {
  background: url(../images/iconzx.png) no-repeat;
}
.xy-icon::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.xy-icon3d::after {
  /* -webkit-animation: icon-circle 5s linear infinite;
  -moz-animation: icon-circle 5s linear infinite;
  -o-animation: icon-circle 5s linear infinite;
  animation: icon-circle 5s linear infinite; */
  background: url('../images/xyicon-3d.png') no-repeat;
  background-size: 100%;
}
.xy-icon2d::after {
  background: url('../images/xyicon-2d.png') no-repeat;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-text-fill-color: #333 !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
  background-color:transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s; //背景色透明  生效时长  过渡效果  启用时延迟的时间
}
input {
	 background-color:transparent;
}
.service-nav{
  width:91px;
  height:35px;
  background:url(../images/service_nav.png) no-repeat center center;
  margin:-5px 0 0 40px;
  background-size: contain;
}
.service-banner-tit{
  position:relative;
}
.service-banner-tit:before{
  content:'';
  position:absolute;
  left:50px;
  top:-46px;
  width:152px;
  height:46px;
  background:url(../images/service_banner_tit.png) no-repeat;
}

/* 企客惠右侧栏入口 */
.qikehui-popup{position:absolute;right:47px;bottom:0;width:336px;height:255px;padding:20px;background:#fff;box-shadow:0 0 9px 5px rgba(75, 54, 0, 0.10);}
.qikehui-popup-tit{border-bottom:1px solid #EEEEEE;padding-bottom:10px;position:relative;}
.qkh-tit{font-size:20px;color:#222;line-height:100%;}
.qkh-note{font-size:12px;color:#A1A1A1;margin-top:10px;}
.qikehui-popup-close{position:absolute;top:0;right:0;width:13px;height:13px;background:url(../images/qikehui_close.png) no-repeat;background-size:100% auto;}
.qikehui-wechat-code{width:180px;height:180px;margin:0 auto;padding-top:20px;background:url(https://static-official.5i5j.com/offical/pc/pc_footer_mp_code.png) no-repeat;background-size:100% auto;}
