/* 头部 */
.header-con .left span {
  margin-right: 0 !important;
}

.talk-btn-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.talk-btn-all .double-btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}
.talk-btn-all .double-btn a {
  color: #fff;
  display: flex;
  align-items: center;
}
.talk-btn-all .double-btn a img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.header {
  width: 100%;
  /* min-width: 1900px; */
  height: 60px;
  line-height: 60px;
  /* background: #32373E; */
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  color: #fff;
}

.header-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-con .login-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  width: 70px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  /* border: 1px solid #FE4841; */
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.14);
}

.header-con .login-btn:hover {
  color: #ff4743;
  background: #ffffff;
}

.header-con .logo {
  font-size: 20px;
  color: #fff;
  margin-right: 30px;
}

.header-con .left span {
  margin-right: 30px;
}
/* 切换城市 */
.citychange {
  display: inline-block;
  position: relative;
}

.area_box {
  display: none;
  background-color: #fff;
  width: 380px;
  position: absolute;
  padding: 15px 10px;
  box-shadow: 0px 2px 8px 0px #e4e4e4;
  border: 1px solid #ebebeb;
  top: 50px;
  left: -150px;
  border-radius: 10px;
}

.sajiao {
  width: 0px;
  height: 0px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 180px;
}

.header .area_box .areas_item {
  color: #666666;
  width: 20%;
  text-align: center;
  font-size: 14px;
  margin-right: 0;
  display: inline-block;
  line-height: 34px !important;
  cursor: pointer;
}
.header-con .downapp {
  font-size: 14px;
  padding-left: 24px;
  background: url(../img/icon_app.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center left;
}
.area_box .areas_item:hover {
  color: #ff4743;
}

/* 尾部 */

/* 底部 */
.footer-bg {
  margin-top: 20px;
  background: #ffffff;
}
.footer {
  width: 1200px;
  padding-top: 30px;
  margin: 0 auto;
  padding-bottom: 21px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
}

.footer-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  /*float: left;*/
}

.footer-item-product {
  width: 150px;
}

.footer-item-aboutus {
  width: 150px;
}

.footer-item-business {
  width: 180px;
}

.footer-item-tech {
  width: 180px;
}

.footer-item-content {
  width: 172px;
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
}

.footer-item .item-line {
  font-size: 12px;
  color: #666666;
  line-height: 28px;
  display: block;
}

.footer-item-code {
  text-align: center;
}

.footer-code {
  width: 92px;
  height: 92px;
  border: 1px solid #ebebeb;
}

.footer-bottom {
  width: 1200px;
  font-size: 12px;
  color: #333333;
  line-height: 77px;
  text-align: left;
  margin: 0px auto 0;
}
.footer-bottom img {
  width: 13px;
  vertical-align: middle;
  margin-bottom: 2px;
  display: inline-block;
  position: relative;
  right: 2px;
}

.clearfix::after,
.clearfix::before {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
