
.knowPrice .con .tit {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  background: url(../images/page/color_page01.png) center no-repeat;
  background-size: cover;
}
.knowPrice .con .interval {
  padding: 0 80px;
  overflow-y: auto;
}
.knowPrice .con .interval::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.knowPrice .con .interval::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #ebebeb;
}
.knowPrice .con .interval::-webkit-scrollbar-thumb {
  background-color: #0093bb;
}
.knowPrice .con .user {
  margin-top: 40px;
}
.knowPrice .con .user p {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.knowPrice .con .user b {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.knowPrice .con .part1 {
  margin-top: 40px;
  height: auto;
}
.knowPrice .con .part1 .item {
  width: 48%;
  float: left;
  margin-bottom: 26px;
}
.knowPrice .con .part1 .parte .item{
  float: inherit;
}
.knowPrice .con .part1 .itme-w {
  width: 100%;
}
.knowPrice .con .part1 .item:nth-child(2n) {
  float: right;
}
.knowPrice .con .part1 .item .title {
  font-size: 18px;
  color: #333333;
  width: 100%;
  margin-bottom: 20px;
}
.knowPrice .con .part1 .item .title.required::before {
  content: '*';
  display: inline-block;
  color: red;
  margin-right: 10px;
}
.knowPrice .con .part1 .item .input {
  height: 50px;
  border: 1px solid #bcbcbc;
  padding-left: 18px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #999999;
  border-radius: 5px;
}
.knowPrice .con .part1 .item .input::-webkit-input-placeholder {
  color: #999999;
}

.knowPrice .con .part1 .item textarea{
    height: 120px !important;
    padding: 10px 0;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}


.knowPrice .con .part1 .item .select::-ms-expand {
  display: none;
  background: none;
}
.knowPrice .con .part1 .item .selects {
  width: 100%;
  position: relative;
}
.knowPrice .con .part1 .item .selects .top {
  height: 50px;
  width: 100%;
  font-size: 16px;
  color: #cccccc;
  line-height: 50px;
  padding-left: 18px;
  border: 1px solid #999999;
  box-sizing: border-box;
  background: url(../images/icon/p14s.png) 94% center no-repeat;
  border-radius: 5px;
}
.knowPrice .con .part1 .item .selects .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 28px 15px 0;
  max-height: 262px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  z-index: 5;
  display: none;
}
.knowPrice .con .part1 .item .selects .drop .drop-con {
  height: 100%;
  max-height: 232px;
  overflow-y: auto;
  /*滚动条轨迹的样式*/
  /*滚动条的滑块样式*/
}
.knowPrice .con .part1 .item .selects .drop .drop-con::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.knowPrice .con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #eeeeee;
}
.knowPrice .con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
.knowPrice .con .part1 .item .selects .drop .drop-con .text {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding: 0 33px;
  margin-right: 22px;
  cursor: pointer;
}
.knowPrice .con .part1 .item .selects .drop .drop-con .text:hover {
  color: #3f93b9;
}
.knowPrice .con .part1 .item .selects .drop .list-item .tit {
  font-size: 20px;
  color: #333333;
  padding-left: 33px;
  margin-right: 46px;
  margin-bottom: 14px;
  cursor: pointer;
  background: url(../images/icon/icon66.png) center right no-repeat;
}
.knowPrice .con .checkBox {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.knowPrice .con .checkBox label {
  margin-right: 3.5%;
  color: #666666;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.knowPrice .con .checkBox input {
  width: 18px;
  height: 18px;
  position: relative;
  border: none;
  margin-right: 7px;
  margin-top: 1px;
}
.knowPrice .con .checkBox input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}
.knowPrice .con .checkBox input[type=checkbox]:checked::after {
  content: "";
  border-color: #3f93b9;
  background-color: #3f93b9;
}
.knowPrice .con .checkBox input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.knowPrice .con .part1 .item-s .input {
  background: #f9f9f9;
  border: none;
}
.knowPrice .con .part1 .item-s .flex_i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
}
.knowPrice .con .part1 .item-s .flex_i .input {
  width: 60%;
}
.knowPrice .con .part1 .item-s .flex_i button {
  width: 139px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #3f93b9;
  border-radius: 5px;
  margin-right: 12px;
}
.knowPrice .con .statement {
  float: left;
  margin-bottom: 50px;
}
.knowPrice .con .statement label {
  color: #666666;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.knowPrice .con .statement label a {
  color: #3f93b9;
}
.knowPrice .con .statement input {
  width: 18px;
  height: 18px;
  position: relative;
  border: none;
  margin-right: 7px;
  margin-top: 1px;
}
.knowPrice .con .statement input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}
.knowPrice .con .statement input[type=checkbox]:checked::after {
  content: "";
  border-color: #3f93b9;
  background-color: #3f93b9;
}
.knowPrice .con .statement input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.knowPrice .con .Download_now {
  width: 260px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  text-align: center;
  background: #3e92b7;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 30px;
  cursor: pointer;
}
.knowPrice .con .Download_now button {
  color: #fff;
}
.knowPrice .con .dome-main {
  width: 100%;
}
.knowPrice .con .city-picker-selector {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.knowPrice .con .city-picker-selector .selector-item {
  width: 47.55%;
  height: 50px;
  font-size: 16px;
  color: #cccccc;
  line-height: 50px;
  padding-left: 18px;
  font-weight: bold;
  border: 1px solid #999999;
  box-sizing: border-box;
  background: url(../images/icon/p14s.png) 90% center no-repeat;
  border-radius: 5px;
  position: relative;
}

.knowPrice .con .city-picker-selector .selector-name {
  width: 80%;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.knowPrice .con .city-picker-selector .selector-item:after {
  display: none;
}
.knowPrice .con .city-picker-selector .selector-list {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  width: calc(100% - 20px);
  padding: 15px 20px 15px 0;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.knowPrice .con .city-picker-selector .selector-show .selector-list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.knowPrice .con .city-picker-selector ul {
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
}
.knowPrice .con .city-picker-selector ul::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.knowPrice .con .city-picker-selector ul::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #eeeeee;
}
.knowPrice .con .city-picker-selector ul::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
.knowPrice .con .city-picker-selector li {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding: 0 33px;
  margin-right: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.knowPrice .con .city-picker-selector li.caller:hover {
  color: #3f93b9;
}
.knowPrice .con .btn-close {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}
.knowPrice .con .btn-close::before {
  content: "\2716";
}