* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  -moz-user-select: text;
  /*火狐*/
  -webkit-user-select: text;
  /*webkit浏览器*/
  -ms-user-select: text;
  /*IE10*/
  -khtml-user-select: text;
  /*早期浏览器*/
  user-select: text;
}
body {
  font-family: Tahoma, Arial, Roboto, "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", sans-self;
  -webkit-font-smoothing: antialiased;
  /* 使字体变清晰 */
  -webkit-user-select: none;
  /* 不可选择文字 */
  -webkit-overflow-scrolling: touch;
  /* 区域性 overflow: scroll | auto 滚动时使用原生效果（ios8+，Android4.0+） */
}
#rightMenu {
  width: 50px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
.rightMenu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.rightMenu .close {
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 99;
  width: 30px;
}
.rightMenu .list {
  position: absolute;
  right: 0;
  top: 0;
  width: 235px;
  height: 100%;
  background: #313A48;
  box-shadow: 0px 2px 32px 0px rgba(18, 23, 31, 0.68);
  padding: 100px 27px 0 35px;
}
.rightMenu .list a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rightMenu .list li {
  margin-bottom: 40px;
}
.rightMenu .list img {
  display: block;
  height: 16px;
}
.banner {
  display: block;
  width: 100%;
}
.main {
  width: 100%;
  margin-bottom: 44px;
}
.main > p {
  text-align: center;
}
.main .title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2B3748;
  margin: 30px 0 0px;
}
.main .engs {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7D8A9C;
}
.main .search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin: 30px 0;
}
.main .search .inputs {
  width: 84% ;
  height: 36px;
  background: #F6F7F9;
  border-radius: 34px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 15px;
}
.main .search .inputs .city {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #767D86;
  border-right: 1px solid #E0E0E0;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.main .search .inputs .city > img {
  display: block;
  width: 28%;
}
.main .search .inputs > input {
  border: none;
  outline: none;
  font-size: 14px;
  margin-left: 8px;
  padding: 5px 0;
  background-color: #F6F7F9;
}
.main .search .inputs input:focus {
  outline: none;
}
.main .search .btn {
  width: 12%;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2B3748;
}
.main .list .list_box {
  padding: 10px 10px;
  border-bottom: 15px solid #F5F6F8;
}
.main .list .list_box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #2B3748;
}
.main .list .list_box .top .money {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FF4D24;
}
.main .list .list_box .center {
  display: flex;
  margin: 10px 0;
}
.main .list .list_box .center > p {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  background-color: #F5F6F8;
  margin-right: 10px;
  padding: 5px 10px;
}
.main .list .list_box .company {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #56595F;
  text-align: left;
}
.main .list .list_box .info {
  display: none;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #616975;
  line-height: 20px;
}
.main .list .list_box .info > p {
  text-align: left;
}
.main .list .list_box .showinfo {
  display: none;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #616975;
  line-height: 20px;
}
.main .list .list_box .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .list .list_box .bot .check {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #6F62F7;
}
.main .list .list_box .bot .close {
  display: none;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #6F62F7;
}
.main .list .list_box .bot .apply {
  border: 1px solid #6F62F7;
  border-radius: 5px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #6F62F7;
  padding: 5px 10px;
}
.main .icp {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #838285;
  margin: 20px 0;
  padding-bottom: 20px;
}
.dailong {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(6, 6, 6, 0.6);
  z-index: 999;
}
.dailong .dailong_box {
  width: 90%;
  background: #FFFFFF;
  border-radius: 12px;
  margin: 20% auto;
  position: relative;
  padding-bottom: 15px;
}
.dailong .dailong_box .closeds {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  cursor: pointer;
}
.dailong .dailong_box > p {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.dailong .dailong_box .tit {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2B3748;
  padding: 40px 0 15px 0;
}
.dailong .dailong_box .qrcode {
  width: 120px;
  height: 120px;
  margin: 40px auto;
  background: #000;
}
.citys {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(6, 6, 6, 0.6);
  z-index: 999;
}
.citys .city_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 20px 20px 0px 0px;
}
.citys .city_box .city_top {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #EFEFEF;
}
.citys .city_box .city_top .cancel {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.citys .city_box .city_top .sure {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #6F62F7;
}
.citys .city_box .city_list {
  margin-bottom: 20px;
}
.citys .city_box .city_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.citys .city_box .city_list ul li {
  width: 18%;
  font-size: 14px;
  background: #F5F5F5;
  border-radius: 5px;
  text-align: center;
  margin: 1% 1%;
  padding: 5px;
}
.citys .city_box .city_list ul .selected {
  width: 18%;
  font-size: 14px;
  background: #F5F5F5;
  border-radius: 5px;
  text-align: center;
  margin: 1% 1%;
  padding: 4px;
  border: 1px solid #6F62F7;
}
.bottoms {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 44px;
  z-index: 99;
  display: flex;
}
.bottoms > a {
  background: #FEB746;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.bottoms .left {
  border-right: 1px solid #FFFFFF;
}
.bottoms img {
  display: block;
  width: 20px;
  margin-right: 7px;
}
