.fl {
  float: left;
}

.fr {
  float: right;
}

body,
div,
p {
  margin: 0;
  padding: 0;
}

div {
  display: block;
}

body {
  font-size: 14px;
  color: #101d37;
  font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Segoe UI, Tahoma, "\5B8B\4F53 b8b\4F53", SimSun, sans-serif;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1150px;
  overflow-x: auto;
}

a {
  text-decoration: none;
  color: #000;
}

.clear {
  display: block;
}

button,
input,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
  resize: none;
  font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Segoe UI, Tahoma, "\5B8B\4F53 b8b\4F53", SimSun, sans-serif;
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 底部 */
.tg_part {
  width: 100%;
  background: #282421;
  padding: 20px 0;
}

.bm_cont {
  width: 1200px;
  margin: 0 auto;
}

.tg_part .tg_tel {
  display: inline-block;
  /* background: url(/static/index/pc/static/image/tg_tel.png) 0 center no-repeat; */
  color: #fff;
  font-size: 26px;
  margin-right: 100px;
  float: right;
  margin-top: 16px;
}

.bm_cont img {
  display: block;
  margin-right: 40px;
  float: left;
  height: 24px;
  width: 18px;
}

.bm_cont .bm_online {
  background-color: #fff;
  color: #000;
  margin-top: 14px;
}

.bm_cont .bm {
  border-bottom: 2px solid #824e1f;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 130px;
  float: left;
  margin-left: 51px;
  margin-top: 50px;
}

.bm_cont input {
  width: 220px;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #c2a652;
  border-left-color: #d0bb7a;
  border-right-color: #d0bb7a;
  color: #333;
  font-size: 16px;
}

/* 专车 */
.freeCar {
  width: 0px;
  background-color: #fff;
  box-shadow: 3px 4px 20px #eee;
  position: fixed;
  left: 0;
  bottom: 226px;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10000000;
}

.freeCar p {
  font-size: 18px;
  text-align: center;
}

.title {
  height: 40px;
  line-height: 40px;
}

.carImg {
  width: 80%;
}

.carDes {
  height: 40px;
  line-height: 40px;
}

.carTel {
  height: 40px;
  width: 230px;
  margin: 10px 0;
  font-size: 18px;
  padding-left: 10px;
  box-sizing: border-box;
}

.carBtn {
  height: 40px;
  width: 230px;
  margin: 10px 0;
  font-size: 18px;
}

.carClose {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.carClose img {
  width: 100%;
  height: 100%;
}