﻿/* 双十一弹窗 */
.bothNovember {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 99;
  background: rgba(0, 0, 0, 0.58);
}
.bothNovember .conceal1 {
  display: none;
}
.bothNovember .context {
  position: relative;
  top: 42%;
  width: 457px;
  height: 318px;
  background: linear-gradient(180deg, #f3698b 0%, #e15074 100%);
  border-radius: 10px;
  box-shadow: 0px 0px 76px 0px rgba(217, 82, 101, 0.55);
  margin: 0 auto;
}
.bothNovember .context .headImg {
  margin-top: -238px;
}
.bothNovember .context > .close {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}

.bothNovember .context > .peopleList {
  height: 50px;
  overflow: hidden;
  margin: 5px auto 0;
  text-align: center;
}
.bothNovember .peopleList > ul > li {
  height: 13px;
  margin-top: 3px;
  color: #fab0bd;
  font-size: 12px;
}
.bothNovember .form {
  width: 356px;
  margin: 0 auto;
}
.bothNovember .formItem {
  position: relative;
  width: 356px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  background: url('../images/input.png') no-repeat;
  border-radius: 2px;
}
.bothNovember .formItem > input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  color: #ec8293;
  font-size: 14px;
  background: transparent;
}
.bothNovember .formItem > .sumbit {
  cursor: pointer;
  width: 100%;
}
.bothNovember .formItem > input::placeholder {
  color: #ec8293;
}
.bothNovember .formItem > select {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  border: 0;
  color: #ec8293;
  background-color: transparent;
}
.bothNovember .select2-container--default {
  flex: 1;
  width: 100% !important;
  font-size: 14px;
  background: transparent;
  border-radius: 0;
}
.bothNovember .select2-container--default .select2-selection--single {
  background: transparent;
  height: 49px;
  line-height: 48px;
  border: 0;
  border-radius: 0;
  outline: 0;
}
.bothNovember
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 49px;
  padding-left: 15px;
  color: #ec8293;
}
.bothNovember
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 48px;
  width: 50px;
}
.bothNovember
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border: 0;
  width: 14px;
  height: 8px;
  background-image: url(../images/underline.png);
  background-size: 100% 100%;
}
.bothNovember
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #ec8293;
}
.bothNovember
.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  transform: rotate(180deg);
}
.bothNovember .formItem:nth-child(4) {
  width: 356px;
  height: 52px;
  position: relative;
  background: url('../images/immediate.png') no-repeat;
}
.bothNovember .formItem:nth-child(4) > input {
  background: none;
  color: #fff;
  margin: 0;
  font-size: 18px;
  height: 100%;
  background: transparent;
  border-radius: 2px;
}
.bothNovember .formItem .after {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ec8293;
  content: '';
  pointer-events: none;
}
/* 底部报价栏 */
.baseQuote {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 98;
  width: 100%;
  height: 99px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.baseQuote .baseQuoteCon {
  position: relative;
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
 padding-top:13px;
}
.baseQuote .baseQuoteCon > .closeImg {
  position: absolute;
  top: 10px;
  right: -29px;
  width: 17px;
  cursor: pointer;
}
.baseQuote .baseQuoteCon > .houseImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 122px;
  height: 131px;
  padding: 0;
}
.baseQuote .baseQuoteCon > .hint {
  width: 230px;
  line-height: 1;
  margin-left:140px;
}
.baseQuote .baseQuoteCon > .hint > p:nth-child(1) {
  font-size: 24px;
}
.baseQuote .baseQuoteCon > .hint > p:nth-child(2) {
  margin-top: 10px;
  font-size: 14px;
}
.baseQuote .baseQuoteCon > .price {
  width: 188px;
  font-size: 25px;
  text-align: center;
}
.baseQuote .baseQuoteCon > .label {
  position: relative;
  width: 142px;
  box-sizing: border-box;
}
.baseQuote .baseQuoteCon > .label > input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.baseQuote .baseQuoteCon > .label > label {
  padding: 10px;
  color: #8e8e8e;
  font-size: 18px;
  cursor: pointer;
}
.baseQuote .baseQuoteCon > .label > label:first-child {
  position: relative;
  margin-right: 1px;
}
.baseQuote .baseQuoteCon > .label > label.active {
  color: #fff;
}
.baseQuote .baseQuoteCon > .label > label:first-child:after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 49px;
  background: #a3a9ab;
  content: '';
}
.baseQuote .baseQuoteCon > .info {
  display: flex;
  margin-left: 37px;
  border: 1px solid #a7a7a7;
}
.baseQuote input::placeholder {
  /* WebKit browsers */
  color: #fff;
}
.baseQuote .acreage {
  position: relative;
}
.baseQuote .acreage:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  display: block;
  width: 1px;
  height: 28px;
  background: #a4a9ab;
}
.baseQuote .acreage > input {
  margin: 0;
  padding: 0 15px;
  font-size: 18px;
  list-style-type: none;
  background: transparent;
  width: 70px;
  height: 48px;
  color: #fff;
  text-align: center;
  border: none;
}
.baseQuote .select {
  width: 99px !important;
  height: 49px !important;
  background: transparent;
  border: 0;
}
.baseQuote .select2-container--default {
  flex: 1;
  font-size: 18px;
  background: transparent;
  border-radius: 0;
}
.baseQuote .select2-container--default .select2-selection--single {
  background: transparent;
  height: 49px;
  line-height: 48px;
  border: 0;
  border-radius: 0;
  outline: 0;
}
.baseQuote
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 49px;
  padding-left: 15px;
  color: #fff;
}
.baseQuote
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 48px;
  width: 100px;
}
.baseQuote
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  margin-top: -5px;
  right: 15px;
  left: auto;
  width: 14px;
  height: 8px;
  border: 0;
  background: url(../images/select.png) no-repeat;
}
.baseQuote
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #fff;
}
.baseQuote
.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  transform: rotate(180deg);
}
.baseQuote .basePho {
 
  height: 49px;
  margin-left: 15px;
  padding: 0;
  list-style-type: none;
  border: 1px solid #a7a7a7;
  width:160px;
}
.baseQuote .basePhone {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  width:160px;
  background: transparent;
  border:0px;
}
.baseQuote .submit1 {
  box-sizing: border-box;
}
.baseQuote .submit1:hover {
  cursor: pointer;
}
.baseQuote .houseImg:hover {
  cursor: pointer;
}
.baseQuote .submit1 > input {
  width: 165px;
  height: 49px;
  color: #fff;
  font-size: 18px;
  background-color: #005ca0;
  margin-left: 15px;
}
.baseQuote .submit1 > input:hover {
  cursor: pointer;
}
/*# sourceMappingURL=bothnovember.css.map */
