.oneline {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #F5F5F9;
}

.list {
  padding: 24px 0;
  margin: 0 auto;
  /*max-width: 1600px;*/
  min-width: 1200px;

}

.list_container {
   /*display: -webkit-box; !* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. *!*/
   /*display: -moz-box; !* 老版本语法: Firefox (buggy) *!*/
   /*display: -ms-flexbox; !* 混合版本语法: IE 10 *!*/
   /*display: -webkit-flex; !* 新版本语法: Chrome 21+ *!*/
   /*display: flex; !* 新版本语法: Opera 12.1, Firefox 22+ *!*/
   margin: 0 auto;
   max-width: 1600px;
 }

.list_select {
  width: 360px;
  max-width: 360px;
  min-width: 360px;
  height: 950px;
  /*margin-right: 40px;*/
  background-color: #fff;
  padding: 24px 48px 44px 24px;
  display: inline-block;
}

.list_content {
  width: 1200px;
  max-width: 1200px;
  float: right;
}

@media screen and (max-width: 1600px) {
  .list_container {
    width: 1294px;
    /*max-width: 1324px;*/
    /*min-width: 1280px;*/
  }

  .list_content {
    width: 894px;
    max-width: 924px;
  }
}

.list_select .select {
  margin-bottom: 44px;
}

.select_title {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  align-items: baseline;
  justify-content: space-between;
}

.select_title .title_left {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 8px;

}

.select_title .title_left::before {
  content: '';
  width: 3px;
  height: 18px;
  background-color: #FFAA00;
  position: absolute;
  top: 2px;
  left: 0;
}

.select_box {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4px;
}

.select_box .select_item {
  width: 20%;
  font-size: 12px;
  color: #999;
  padding-top: 6px;
  line-height: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
}

.select_box .select_active,.select_box .select_item:hover {
  color: #FFAA00;
}

/*.list_content{*/
/*flex: 1;*/
/*width: 1200px;*/
/*max-width:1200px;*/
/*}*/
.list_content .content_condition {
  background-color: #fff;
  border: 1px solid #E4E4E4;
}

.list_content .tab {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 24px 0 28px;
  width: 75%;
  border-bottom: 0.5px solid #E4E4E4;

}

.list_content .tab .tab_item {
  color: #999;
  margin-right: 44px;
  font-size: 14px;
  cursor: pointer;
}
.list_content .tab .tab_item:hover{
  color: #FFAA00;
}
.list_content .tab .tab_default {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.list_content .tab .tab_defaul:hover{
  color: #333;
}
.list_content .tab .tab_active {
  color: #FFAA00;
  position: relative;
}

.list_content .tab .tab_active::after {
  background-color: #FFAA00;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.list_content .search {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-pack: space-between;
  -webkit-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
  /*-webkit-box-align: center;*/
  /*-webkit-align-items: center;*/
  /*-moz-align-items: center;*/
  /*-ms-align-items: center;*/
  /*-o-align-items: center;*/
  /*align-items: center;*/
  height: 60px;
  padding: 0 24px 0 28px;
}

.list_content .search_box {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  float: left;
}

.list_content .search_box .search_item {
  height: 36px;
  line-height: 36px;
  background-color: #F5F5F9;
  font-size: 12px;
  color: #333;
  border-radius: 4px;
  padding: 0 1px 0 6px;
  margin-right: 12px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  float: left;
  cursor: pointer;
  margin-top:10px;
}

.list_content .search_box .reset {
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  margin-top:10px;
}

.list_content .search_box .search_item .icon_quxiao1 {
  font-size: 22px;
  padding-left: 2px;
  color: #333;
}

.list_content .search_num {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  float: right;
}

.list_content .search_num span {
  color: #FFAA00;
}

.list_content .content_nodata {
  background-color: #fff;
  /*display: none;*/

}

.list_content .nodata_form {
  width: 448px;
  margin: 0 auto;
  text-align: center;
  padding-top: 64px;
}

.nodata_form .icon_nocar {
  font-size: 32px;
  color: #333;
}

.nodata_form .tip1 {
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: #333;
  margin-top: 12px;
}

.nodata_form .tip2 {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  color: #999;
  margin-top: 12px;
}

.nodata_form .input_box {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-pack: space-between;
  -webkit-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 24px;
}

.nodata_form .input_box label {
  font-size: 16px;
  white-space: pre;
  color: #333;
}

.nodata_form .input_box .input {
  position: relative;
  display: inline-block;
}

.nodata_form .input .iconfont {
  position: absolute;
  color: #999;
  font-size: 20px;
  padding: 20px 6px 20px 12px;

}

.nodata_form .input .iconfont::after {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #E4E4E4;
  position: absolute;
  top: 21px;
  right: 0;
}

.nodata_form .input input {
  width: 372px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #E4E4E4;
  padding-left: 45px;
}

input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

input::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input:-ms-input-placeholder {
  color: #999;
  font-size: 16px;

}

.nodata_form .btn {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #ffff;
  margin-top: 30px;
  background-color: #FFAA00;
  border-radius: 30px;
  cursor: pointer;
}

.list_ad {
  margin-top: 42px;
  width: 100%;
  min-width: 1294px;

  height: 200px;
  background-size: 1920px 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  /*background: url(/images/list/list_ad.jpg) no-repeat center center/1920px 200px;*/
}
.list_ad .repeople_box{
  margin: 0 auto;
  width: 1200px;
  height: 200px;
  position: relative;
}
.list_ad .repeople_num{
  color: #ffda43;
  font-size: 66px;
  font-weight: bolder;
  position: absolute;
  top: 26px;
  left: 265px;
  letter-spacing: 8px;
  /*display: inline-block;*/
  width: 179px;
  text-align: center;
}


.list_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.list_frame .frame {
  width: 440px;
  height: 560px;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -220px;
  margin-top: -250px;
  padding: 49px 34px 52px;
}
.list_frame .frame .icon_quxiao1{
  position: absolute;
  top: 7px;
  right: 6px;
  padding: 6px;
  font-size: 36px;
}

.list_frame .frame .tip1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.list_frame .frame .tip2 {
  font-size: 18px;
  color: #999;
  padding: 8px 0 18px;
  position: relative;

}

.list_frame .frame1 .img, .list_frame .frame2 .img {
  margin-top: -44px;
}

.list_frame .frame1 .form, .list_frame .frame2 .form {
  margin-top: -16px;
}

.list_frame .frame .form {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-pack: space-between;
  -webkit-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.list_frame .frame .input .iconfont {
  position: absolute;
  color: #999;
  font-size: 20px;
  padding: 20px 6px 20px 12px;

}

.list_frame .frame .input .iconfont::after {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #E4E4E4;
  position: absolute;
  top: 21px;
  right: 0;
}

.list_frame .frame .input input {
  width: 372px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #E4E4E4;
  padding-left: 45px;
  border-radius: 6px;
}

.input_err .iconfont {
  color: #FF4646 !important;
}

.input_err .iconfont::after {
  background-color: #FF4646 !important;
}

.input_err input {
  border: 1px solid #FF4646 !important;
}

.input_err input::-webkit-input-placeholder {
  color: #FF4646;
}

.input_err input::-moz-placeholder {
  color: #FF4646;
}

.input_err input:-ms-input-placeholder {
  color: #FF4646;
}

.list_frame .frame2 .input input {
  width: 249px;
}

.list_frame .frame2 .code_btn {
  width: 113px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #FFAA00;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.list_frame .frame2 .code_btn_active {
  background-color: #E4E4E4;
  color: #999;
}

.list_frame .frame2 .next {
  color: #999;
  font-size: 14px;
  padding: 16px;
}

.list_frame .frame .next_btn {
  width: 372px;
  height: 60px;
  line-height: 60px;
  color: #999;
  background-color: #E4E4E4;
  margin-top: 49px;
  position: relative;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
}

.list_frame .frame .next_btn::before {
  content: '';
  width: 360px;
  height: 1px;
  background-color: #E4E4E4;
  position: absolute;
  top: -24px;
  left: 6px;


}

.list_frame .frame .next_btn_active {
  background-color: #FF6600;
  color: #fff;
}


.content_car .car_box {
  min-height: 830px;
  overflow: hidden;
}
.car{
  margin-right: -24px;
}
.car_item{
  margin-right: 24px;
}
/*分页*/
.page {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content:flex-end;
  -moz-justify-content:flex-end;
  -ms-justify-content:flex-end;
  -o-justify-content:flex-end;
  justify-content:flex-end;
  color: #666;
  height: 44px;
  line-height: 44px;
  margin-top: 44px;
  float: right;
}

.page .page_box {
  /*display: -webkit-box; !* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. *!*/
  /*display: -moz-box; !* 老版本语法: Firefox (buggy) *!*/
  /*display: -ms-flexbox; !* 混合版本语法: IE 10 *!*/
  /*display: -webkit-flex; !* 新版本语法: Chrome 21+ *!*/
  /*display: flex; !* 新版本语法: Opera 12.1, Firefox 22+ *!*/
  display: inline-block;
}


.page .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  margin: 0 12px 0 0;
  background-color: #fff;
  color: #999;;
  width: 44px;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
}

.page .el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 22px;
  font-weight: normal;
}

.page .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #FFAA00;
  color: #FFF;
}

.page .el-pagination.is-background .el-pager li.disabled {
  color: #999;
}

.page .el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled {
  color: #999;
  background-color: #E4E4E4;
}

.page .el-pagination {
  font-weight: normal;
}

.page .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #FFAA00;
}

.page .el-pagination.is-background .el-pager li.active:hover {
  color: #FFF;
}

.page .el-pager li {
  padding: 0 4px;
  font-size: 16px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  text-align: center;
}

/*.page .page_item{*/
/*margin-right: 12px;*/
/*background-color: #fff;*/
/*height: 44px;*/
/*line-height: 44px;*/
/*width: 44px;*/
/*text-align: center;*/
/*border-radius: 4px;*/
/*}*/
/*.page .page_default{*/
/*color: #999;*/
/*background-color: #E4E4E4;*/
/*}*/
/*.page .page_active{*/
/*color: #fff;*/
/*background-color: #FFAA00;*/
/*}*/
/*.page .iconfont{*/
/*font-size: 16px;*/
/*font-weight: bold;*/
/*}*/
.page .page_count {
  padding-left: 12px;
  font-size: 16px;
}
/*.nodata_form{*/
  /*position: relative;*/
/*}*/
.content_nodata{
  position: relative;
}
.intention_tip {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.list_tip{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}

.list_frame .frame2 .codesend_tip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.footer_container{
  min-width: 1294px;
}
.frame{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  overflow: hidden;
}
.SignUp{
  position: fixed;
  width: 650px;
  height: 370px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  z-index: 11;
  padding: 40px 80px 50px 80px;
}
.icon_register_close{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.signuptit{
  font-size: 24px;
  color: #222;
  font-weight: 600;
  text-align: center;
}
.signuptis{
  margin-top: 30px;
  font-size: 18px;
  color: #666;
}
.mobilex{
 color: #FF6B1D;
 margin-left: 25px;
}
.signupform{
  margin-top: 20px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border:1px solid #A0A0A0;
  position: relative;
}
.signupCodeInput{
  width: 359px;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  font-size: 18px;
  color: #666;
}
.signupform::before {
  content: '';
  height: 34px;
  width: 1px;
  background-color: #A0A0A0;
  display: inline-block;
  left: 359px;
  position: absolute;
  top: 7px;
}
.wh{
  width: 130px;
  text-align: center;
  color: #FF6B1D;
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 18px;
}
.yhxy{
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  position: relative;
}
.xy{
  font-size: 14px;
  color: #FF6B1D;
}
input[type=checkbox] {
  margin-right: 1px;
  cursor: pointer;
  font-size: 15px;
  width: 15px;
  height: 15px;
  position: relative;
  }
  
  input[type=checkbox]:after {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  content: " ";
  background-color: #fff;
  border: 1px solid #A0A0A0;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border-radius: 1px;
  }
  
  input[type=checkbox]:checked:after {
  background-color: #FF6B1D;
  content: "✓";
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #FF6B1D;
  }
  .logings{
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 2px;
    background-color: #FF6B1D;
  }
  .logingsx{
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 2px;
    background-color: #A0A0A0;
  }
  .cationCode{
    background-color: #FF6B1D;
  }
