/* 底部联系方式 */
.footer-back {
  position: absolute;
  bottom: 96px;
  width: 100%;
  min-width: 1200px;
}
.contact-us {
  padding-bottom: 96px;
  height: 781px;
  box-sizing: border-box;
  width: 1200px;
  display: flex;
  margin: 0 auto;
  position: relative;
}

.contact-us-left {
  padding-top: 144px;
  margin-right: 247px;
}
.tel-title {
  text-align: left !important;
  color: #333 !important;
}

.tel-desc {
  text-align: left !important;
  color: #666 !important;
  margin-bottom: 56px !important;
}

.contact {
  width: 560px;
  height: 420px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  margin-top: 63px;
}

.contact-ct {
  color: #666666;
  display: block;
}
#contact-navs2 {
  display: none;
}
.contact-nav {
  display: flex;
  height: 72px;
  margin-bottom: 30px;
}

.contact-nav-btn {
  width: 100%;
  /* width: 278px; */
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #999999;
  text-align: center;
  line-height: 72px;
  position: relative;
  font-size: 0;
}
.contact-nav-btn .checkback2 {
  width: 280px;
  height: 73px;
  margin: 0px auto;
}

.contact-nav-btn .checkback1 {
  width: 280px;
  height: 73px;
  border-top-right-radius: 16px;
}

.contact-nav-btn.active {
  background-color: #fff;
  color: #333333;
  border: none;
  border-radius: 16px;
}

.trianglel {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  right: -20px;
  border-color: transparent #fff;
  border-width: 72px 0px 0px 20px;
  border-style: solid;
  z-index: 99;
}

.triangler {
  display: none;
  position: absolute;
  width: 0px;
  height: 0px;
  left: -20px;
  z-index: 99;
  border-color: transparent #fff;
  border-width: 72px 20px 0px 0px;
  border-style: solid;
}

.footer-submit-btn {
  width: 464px;
  height: 48px;
  line-height: 48px;
  background: #197afb;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  margin: 32px auto 0;
  font-size: 18px;
}

.form-item input[type="text"] {
  width: 464px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d0d0d0;
  outline: none;
  box-sizing: border-box;
  padding-left: 8px;
  margin-left: 48px;
}

.form-item .label {
  padding-top: 5px;
}

.form-item .must {
  color: #ff0606;
  margin-right: 4px;
}

.wrong-input input {
  border: 1px solid #ff0606 !important;
}

.wrong-select {
  border: 1px solid #ff0606 !important;
}

.wrong-city {
  border: 1px solid #ff0606 !important;
}

.form-item .err-tips {
  visibility: hidden;
  color: #ff0606;
  font-size: 12px;
  height: 14px;
  margin-left: 48px;
  height: 25px;
  padding-top: 4px;
}

.wechat-item {
  display: none;
}

.wechat-item img {
  width: 160px;
  height: 160px;
  margin: 40px 0 16px 200px;
}

.wechat-title {
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 21px;
}

.ads-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}

.footer {
  height: 128px;
  background: #091b33;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #d0d0d0;
  text-align: center;
  display: flex;
  align-items: center;
}
.footer .content {
  line-height: normal;
}
.footer .content a {
  color: #d0d0d0;
}
.footer-content {
  width: 1200px;
  margin: auto;
}

.footer .banner-btn {
  float: right;
  margin-top: 32px;
  width: 360px;
  height: 40px;
  line-height: 40px;
  background: #3233ff;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}

/* 选择器 */

.select-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 47px;
}

.select-menu {
  cursor: pointer;
  margin-bottom: 16px;
}

.select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 224px;
  text-align: left;
  border: 1px solid #d0d0d0;
  background: #fff;
  position: absolute;
  z-index: 1;
}

.select-menu-ul li {
  padding: 2% 0 2% 3%;
}

.select-menu-ul li:hover {
  background: #f2f2f2;
}

.select-menu-div {
  position: relative;
  height: 32px;
  width: 224px;
  border: 1px solid #d0d0d0;
  line-height: 30px;
}
.input-menu {
  cursor: pointer;
  margin-bottom: 16px;
}
.input-menu-div {
  position: relative;
  height: 32px;
  width: 224px;
  border: 1px solid #d0d0d0;
  line-height: 30px;
}
.input-menu-input {
  margin-left: 8px;
  border: 0;
  height: 29px;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.marleft {
  margin-right: 16px;
}

.select-this {
  background: #197afb;
  color: #fff;
}

.select-this:hover {
  background: #197afb !important;
  color: #fff !important;
}

.select-menu-input {
  margin-left: 8px;
  border: 0;
  height: 29px;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.select-menu-i {
  transform: rotate(180deg);
}

.citySelect .fa-caret-down {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.fa-caret-down {
  margin-left: 18px;
}
.fa-caret-up {
  position: absolute;
  right: 8px;
  bottom: 8px;
  margin-left: 18px;
  width: 14px;
  height: 14px;
  display: none;
}
i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* 城市选择器 */

.search {
  width: 464px;
  height: 32px;
  background-color: white;
  border: 1px solid #d0d0d0;
  position: relative;
  margin-bottom: 25px;
}

.citySelect {
  width: 464px;
  height: 32px;
  position: relative;
  cursor: pointer;
  /*padding-left: 15px;*/
}

input::-webkit-input-placeholder {
  color: #999999;
}

.cityName {
  display: block;
  padding-top: 6px;
  padding-left: 8px;
  font-size: 14px;
  overflow: hidden;
  cursor: pointer;
  color: #999;
}

.iconDown {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 7px;
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  background-position: 0 -2044px;
  cursor: pointer;
  display: inline-block;
}

.dropUl {
  list-style: none;
  height: 300px;
  box-sizing: border-box;
  overflow-y: overlay;
  padding: 0;
}

.dropUl::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}

.dropUl::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: #d1d4db;
}

.dropUl::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: none;
  border-radius: 0px;
  /*background: #EDEDED;*/
}

.dropProvUl li {
  width: 232px;
  height: 50px;
  padding-left: 20px;
  color: #9fa3b0;
  line-height: 50px;
  background-color: white;
  cursor: pointer;
}

.dropProvUl li:hover {
  background-color: #f1f3f6;
}

.dropCityUl {
  background-color: white;
}

.dropCityUl li {
  width: 232px;
  height: 50px;
  padding-left: 20px;
  color: #9fa3b0;
  line-height: 50px;
  cursor: pointer;
}

.dropCityUl li:hover {
  background-color: #f1f3f6;
}

.dropDown div {
  width: 232px;
  height: 300px;
  display: none;
  position: absolute;
  z-index: 999;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input {
  color: #000;
}

.select-picker-options-list {
  max-height: 160px;
  overflow-y: auto;
}
.multiple {
  width: 464px;
  margin-bottom: 25px;
}
.selectPickerWrapper div {
  width: 464px;
}
.multiple .select-picker-options-list-item {
  height: 40px;
  padding-top: 6px;
}
.multiple .select-picker-options-list-item:after {
  border-bottom: none;
}
