body {
  background-color: #F5F5F9;
}
#detail{
  min-width: 1200px;
}
.detail_container {
  background-color: #F5F5F9;
  font-family: 'PingFang SC', '苹方', sans-serif;
}

.container1 {
  background-color: #fff;
  max-width: 1500px;
  min-width: 1200px;
  /*margin:24px auto 0;*/
  margin: 24px auto 0;
  padding: 24px 0 25px;
  min-height: 527px;
}

.container2, .container3 {
  background-color: #fff;
}

.container {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  /*overflow: hidden;*/
}
.container2 .container{
  overflow: hidden;
}
.detail_info {
  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: space-between;*/
}

.detail_info .info_imgs {
  width: 600px;
  max-height: 500px;
  min-height: 400px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  /*overflow: hidden;*/
}

.info_imgs .car_imgs{
  width: 100%;
  height: 380px;
}
.carimg_item{
  width: 550px;
  display: block;
  margin:-30px auto 0;
}

.car_imgs .el-carousel__indicators--horizontal {
  bottom: 12px;

}
.car_imgs .el-carousel__button{
  width: 10px;
  height: 4px;
  border-radius: 2px;
  opacity: 1;
  background-color:#E4E4E4;
}
.car_imgs .el-carousel__indicator.is-active button{
  opacity: 1;
  width:20px;
  background-color:#FF6600;
}

.info_imgs .ad img{
  width: 100%;
  display: block;
  /*margin-left: -1px;*/
}



.detail_info .info_detail {
  margin-left: 20px;
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  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+ */
  flex-flow: column wrap;
  -webkit-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
  float: right;
}

.detail_info .info_detail .title {
  font-size: 26px;
  color: #333;
  font-weight: bold;

}

.detail_info .info_detail .guide_price {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.detail_info .info_detail .tag{
  margin-top: 10px;
}
.detail_info .info_detail .tag_item {
  display: inline-block;
  heigh: 24px;
  line-height: 24px;
  background-color: #FFAA00;
  font-size: 12px;
  color: #fff;
  margin-right: 6px;
  border-radius: 4px;
  padding: 0 6px;
  /*max-width: 90px;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}

.detail_info .info_detail .price {
  background-color: #f5f5f9;
  width: 580px;
  height: 100px;
  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+ */
  border-radius: 6px;
  margin-top: 10px;
}

.detail_info .info_detail .price .price_item {
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  width: 49%;
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #333;
  padding-top: 12px;
  display: inline-block;
  /*width: 50%;*/
}

.detail_info .info_detail .price .price_item p {
  font-size: 36px;
  color: #FFAA00;
  font-weight: bold;
  font-family: 'DINbek', sans-serif;
  padding: 8px;
}

.detail_info .info_detail .price .price_item p span {
  font-size: 14px;

}

.detail_info .info_detail .price .month::before {
  display: block;
  content: '';
  width: 1px;
  height: 60px;
  background-color: #e4e4e4;
  position: absolute;
  left: -1px;
  top: 20px;
}

.detail_info .info_detail .tip1 {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}

.detail_info .info_detail .tag2 {
  font-size: 16px;
  color: #FFAA00;
  position: relative;
  margin-bottom: 11px;
  margin-top: 10px;
}

.detail_info .info_detail .tag2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
  bottom: -11px;
  left: 0;
}

.detail_info .info_detail .tag2 .tag2_item {
  margin-right: 24px;
  position: relative;
  padding-left: 30px;
}

.detail_info .info_detail .tag2 .tag2_item::before {
  content: '\e691';
  font-family: 'iconfont';
  color: #FFAA00;
  font-size: 26px;
  position: absolute;
  padding-top: -10px;
  left: 0px;
  top: -2px;
}

.detail_info .info_detail .store {
  font-size: 16px;
  color: #333;
  width: 100%;
  margin-top: 20px;
}

.detail_info .info_detail .store .address {
  margin-top: 14px;
}

.detail_info .info_detail .store .icon_dingwei {
  font-size: 16px;
  padding-right: 12px;
  color: #666;
}

.detail_info .info_detail .store .btn {
  color: #0099FF;
  text-decoration: underline;
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.detail_info .info_detail .store .name {
  position: relative;
}

.detail_info .info_detail .store .store_city {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 3;
}

.detail_info .info_detail .store_city .nowcity {
  color: #333;
  font-size: 12px;
}

.detail_info .info_detail .store_city .nowcity .name {
  color: #FFAA00;
}

.form {
  width: 580px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #FFAA00;
  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+ */
  background-color: #F5F5F9;
}

.form input {
  background-color: #F5F5F9;
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  border: none;
  padding-left: 12px;
  font-size: 16px;
}

.form .btn {
  background-color: #FFAA00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  text-align: center;
  margin-right: -1px;
  margin-top: -1px;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  float: right;
}

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;
}

.container1 .tip2 {
  padding-top: 12px;
  color: #999;
  font-size: 14px;
}

.container2, .container3 {
  margin-top: 24px;
  padding-bottom: 44px;
}


.public_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;
  -webkit-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
  margin: 44px 0 24px;
}

.public_title .title_left {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 8px;
  display: inline-block;
}

.public_title .title_left::before {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #FFAA00;
  position: absolute;
  top: 2px;
  left: 0;
}

.public_title .title_right {
  color: #0381FF;
  font-size: 18px;
  cursor: pointer;
  float: right;
}

.detail_tab {
  position: relative;
  height: 60px;
  line-height: 60px;
}

.detail_tab::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
}

.detail_tab .tab_item {
  color: #333;
  margin-right: 44px;
  font-size: 16px;
  cursor: pointer;
}

.detail_tab .tab_active {
  color: #FFAA00;
  font-size: 20px;
  position: relative;
  font-weight: bold;
}

.detail_tab .tab_active::after {
  background-color: #FFAA00;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.detail_config .config {
  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-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
  color: #333;
  font-size: 18px;
}

.detail_config .config .config_box {
  width: 500px;
 display: inline-block;
}

.detail_config .config .config_box .config_item {
  border-bottom: 1px solid #E4E4E4;
  height: 44px;
  line-height: 44px;
}

.detail_config .config .name {
  font-weight: bold;
  display: inline-block;
  width: 263px;
  letter-spacing: 1px;
}

.detail_notice .notice {
  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-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
  margin-right: -120px;
}

.detail_notice .notice_item {
  width: 320px;
  height: 180px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
 display: inline-block;
  margin-right: 120px;
  float: left;

}

.detail_notice .notice_item .name {
  height: 56px;
  line-height: 56px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  border-bottom: 1px solid #E4E4E4;
}

.detail_notice .notice_item .name .iconfont {
  color: #333;
  font-size: 18px;
  padding-right: 15px;
}

.detail_notice .notice_item .value {
  font-size: 14px;
  color: #999;
  padding: 12px 9px 12px 17px;
  line-height: 28px;
}

.process {
  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-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
  margin-top: 24px;
  margin-right: -82px;
}

.process .process_item {
  text-align: center;
  width: 238px;
  position: relative;
  display: inline-block;
  margin-right: 82px;
  float: left;
}

.process .process_item::after {
  content: '\e68b';
  font-family: 'iconfont';
  width: 66px;
  height: 66px;
  position: absolute;
  font-size: 60px;
  color: #E4E4E4;
  top: 36px;
  right: -68px;
}

.process .process_item:last-child::after {
  content: '';
  width: 0;
  height: 0;
}

.process_item .iconfont {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  line-height: 140px;
  text-align: center;
  color: #fff;
  font-size: 64px;
}

.process_item:nth-child(1) .iconfont {
  background-image: linear-gradient(to right, #0099FF, #00B9FF);
}

.process_item:nth-child(2) .iconfont {
  background-image: linear-gradient(to right, #FFAA00, #FFCC00);
}

.process_item:nth-child(3) .iconfont {
  background-image: linear-gradient(to right, #AB00FF, #E600FF);
}

.process_item:nth-child(4) .iconfont {
  background-image: linear-gradient(to right, #FF4A4A, #FFAA00);
}

.process_item .txt1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0 6px;
}

.process_item .txt2 {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}


.detail_select {
  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-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #E4E4E4;

}

.detail_select p {
  font-size: 32px;
  font-weight: bold;
  color: #FF6600;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}
.detail_select .form{
  float: right;
}
.detail_hotcar{
  overflow: hidden;
}
.detail_hotcar .public_title {
  margin: 24px 0 18px;
}

.detail_hotcar .car_item:hover {
  border: 1px solid #FFAA00;
}

.detail_hotcar .car_item {
  border: 1px solid #E4E4E4;
}
.detail_hotcar .car{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-right: -24px;
}
.detail_hotcar .car .car_item{
  margin-right: 24px;
}
.frame {
  min-width: 1200px;;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.frame_config {
  width: 1080px;
  /*height: 722px;*/
  /*margin: 0 auto;*/
  position:fixed;
  left: 50%;
  top: 50%;
  /*margin-left: -540px;*/
  /*margin-top: -361px;*/
  height: 75%;
  transform: translate(-50%,-50%);
  z-index: 11;
}
.frame_order{
  width: 660px;
  height: 520px;
  border-radius: 12px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -330px;
  margin-top: -260px;
  z-index: 11;
  padding:25px 55px 24px;
}
.frame_order .order_tip{
   text-align: center;
}
.frame_order .order_tip .icon_success{
  color:#FFAA00;
  font-size: 60px;
}
.frame_order .order_tip .tip1{
  color:#FFAA00;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  margin: 12px 0 8px;
}
.frame_order .order_tip .tip2{
  color:#999;
  font-size: 18px;
  line-height: 25px;
}
.frame_order .order_info{
  width: 550px;
  height: 224px;
  border-radius: 6px;
  background-color: #F5F5F9;
  padding: 32px 46px 32px 57px;
  font-size: 20px;
  color: #666;
  line-height: 28px;
  margin-top:12px;
}
.frame_order .order_info .info_item{
  margin-bottom: 24px;
  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+ */
}
.frame_order .order_info .name{
  font-weight: bold;
}
.frame_order .order_city .name{
  width: 60px;
}
.frame_order .order_address .name{
  width: 100px;
}
.frame_order .order_car .name{
  width: 100px;
}
.frame_order .order_info .value{
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.frame_order .order_btn{
  border-top: 1px solid #E4E4E4;
  margin-top:12px;
}
.frame_order .order_btn .btn{
  background-color: #FF6600;
  font-size:18px;
  color: #fff;
  font-weight: bold;
  width: 372px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  margin: 24px auto 0;
  text-align: center;
  cursor: pointer;
}
.frame_selectcar{
  border-radius: 12px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
}
.frame_selectcar1{
  width: 420px;
  height: 488px;
  margin-left: -210px;
  margin-top: -244px;
  padding:22px 24px;
}
.frame_selectcar .icon_quxiao1{
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 6px;
  font-size: 36px;
}
.frame_selectcar .selectcar_tip{
  text-align: center;
}
.frame_selectcar .selectcar_tip .tip1{
  font-size: 20px;
  line-height: 28px;
  color: #333;
  position: relative;
  width: 124px;
  margin: 0 auto;
}
.frame_selectcar .selectcar_tip .tip1::before{
  content: '';
  position: absolute;
  top: 14px;
  left: -24px;
  width:24px;
  height: 1px;
  background-color: #E4E4E4;
}
.frame_selectcar .selectcar_tip .tip1:after{
   content: '';
   position: absolute;
   top: 14px;
   right: -24px;
   width:24px;
   height: 1px;
   background-color: #E4E4E4;
 }
.frame_selectcar .selectcar_tip .tip2{
   padding: 8px 0 24px;
  color: #999;
  font-size: 14px;
}

.frame_selectcar .input_item{
  width: 372px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: 1px solid #E4E4E4;
}
.frame_selectcar .input_item.input{

  margin-bottom:34px;

 }
.frame_selectcar .input_item input{
  padding-left: 24px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}
.frame_selectcar .code_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+ */
  align-items: center;
  margin-bottom:24px;
  position: relative;
}
.frame_selectcar .code_box::after{
  content: '*';
  color: #FF4646;
  width: 3px;
  height:60px;
  line-height:60px;
  position: absolute;
  right: -9px;
  top: 0;
  font-size: 7px;
}
.frame_selectcar .code_input{
  width: 250px;
}
.frame_selectcar .code_btn{
  width: 112px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 23px;
  background-color: #FFAA00;
  cursor: pointer;
}
.frame_selectcar .code_btn_active{
  background-color: #E4E4E4;
  color: #999;
}
.frame_selectcar .submit_btn{
  padding-top: 24px;
  border-top: 1px solid #E4E4E4;
}
.frame_selectcar .submit_btn .btn{
  width: 372px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background-color:#FF6600 ;
  color: #fff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.input_err.input_item{
  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;
}

.frame_selectcar .selectcar_tip .tip3{
  font-size: 24px;
  line-height: 33px;
  color: #333;
}
.frame_selectcar .selectcar_tip .tip4{
  padding: 8px 0 18px;
  color: #999;
  font-size: 18px;
}
.frame_selectcar2{
  text-align: center;
  width: 440px;
  height: 560px;
  margin-left: -220px;
  margin-top: -280px;
  padding:49px 34px 24px;
}
.frame_selectcar2 .img{
  width: 264px;
  margin-bottom: 10px;
}
.frame_selectcar2 .tip5{
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin-top: 13px;
}


.frame_selectcar1{
  position: relative;
}

.frame_selectcar1 .codesend_tip {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.d{margin-right: 6px;}