img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
  content: '';
  display: table;
}
.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
  content: '';
  display: table;
  clear: both;
}
.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
  *zoom: 1;
}
.clear,
.cl {
  display: block!important;
  float: none!important;
  clear: both;
  width: auto!important;
  max-width: none!important;
  min-width: 0!important;
  max-height: none!important;
  min-height: 0!important;
  overflow: hidden;
  margin: 0!important;
  padding: 0!important;
  border: 0 none!important;
  font-size: 0!important;
  line-height: 0 !important;
}
/* 车型详情，（轮播和车型信息） */
.models_part1 {
  background-color: #fff;
  padding-bottom: 0.46rem;
  margin-bottom: 0.5rem;
}
.models_part1 .m_top {
  background-color: #446b8c;
  padding: 0.1rem 0;
  font-size: 0.24rem;
  color: #fff;
  line-height: 30px;
  min-height:30px;
  margin-bottom: 20px;
}
.models_part1 .m_top h1 {
  display: inline-block;
  margin-right: 0.4rem;
  font-size: 0.24rem;
  vertical-align: middle;
  
}
.models_part1 .m_top span{margin-right: 0.4rem;}
.models_part1 .m_top span,
.models_part1 .m_top i {
  color: #f40940;
  font-size: 0.36rem;
  /*font-weight: bold;*/
  display: inline-block;
  vertical-align: middle;
  
}
.models_part1 .m_top i{font-weight: bold;}
.models_part1 .m_top span {
  font-size: 0.24rem;
  color: #fff;
  padding: 0;
  font-weight: bold;
}

.models_part1 .m_top .noContent{display: none;}
.models_part1 .m_swiper {
  position: relative;
  margin-bottom: 0.5rem;
}
.models_part1 .m_swiper .swiper-button-next,
.models_part1 .m_swiper .swiper-button-prev {
  height: 0.87rem;
  width: 0.44rem;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  font-family: serif;
  text-align: center;
  line-height: 0.87rem;
  margin-top: 0;
  top: auto;
  bottom: 0;
}
.models_part1 .m_swiper .swiper-button-next::before,
.models_part1 .m_swiper .swiper-button-prev::before {
  content: ">";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  font-family: serif;
}
.models_part1 .m_swiper .swiper-button-prev::before {
  content: "<";
}
.models_part1 .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.models_part1 .swiper-slide {
  background-size: 100% 100%;
  background-position: center;
}
.models_part1 .gallery-top {
  height: 4rem;
  width: 100%;
  /*margin-top: 0.6rem;*/
}
.models_part1 .gallery-top .swiper-wrapper{}
.models_part1 .swiper_small {
  margin-top: 0.2rem;
}
.models_part1 .swiper_small .swiper-container {
  width: 88%;
}
.models_part1 .gallery-thumbs {
  height: 0.87rem;
}
.models_part1 .gallery-thumbs .swiper-slide {
  height: 100%;
}
.models_part1 .gallery-thumbs .swiper-slide.on {
  opacity: 1;
  border: 2px solid #568dbc;
}
.swiper_small .swiper-button-next.swiper-button-disabled,.swiper_small .swiper-button-prev.swiper-button-disabled{opacity: 1;pointer-events: inherit;}
.swiper_small .swiper-button-next.disabled,.swiper_small .swiper-button-prev.disabled{opacity: .35;pointer-events: none;}

.models_info {
  padding: 0 0.25rem;
}
.models_info h2 {
  font-size: 0.36rem;
  font-weight: bold;
  border-bottom: 2px solid #b9c1c5;
  padding-bottom: 0.15rem;
}
.models_info .price {
  font-size: 0.18rem;
  border-bottom: 1px solid #ccc;
  padding: 0.15rem 0;
  margin-bottom: 0.3rem;
}
.models_info .price i {
  color: #f40940;
  font-size: 0.32rem;
  font-weight: bold;
  padding-right: 0.15rem;
}
.models_info .price span {
  float: right;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 0.11rem;
}
.models_info .config {
  font-size: 0.24rem;
  color: #424242;
  border-bottom: 2px solid #b9c1c5;
}
.models_info .config li {
  line-height: 1.8;
}
.models_info .tip {
  text-align: right;
  font-size: 0.16rem;
  margin-bottom: 0.15rem;
}
.models_info .other_info {
  padding-top: 0.2rem;
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
}
.models_info .other_btn {
  overflow: hidden;
  margin-top: 0.3rem;
  display: none;
}
.models_info .other_btn a {
  position: relative;
  display: block;
  width: 3.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-image: linear-gradient(to right, #4a6b88, #3472a8);
  color: #fff;
  font-weight: bold;
  font-size: 0.24rem;
  text-align: center;
}
.models_info .other_btn .b1,
.models_info .other_btn .b2 {
  float: left;
}
.models_info .other_btn .b1::before,
.models_info .other_btn .b2::before {
  content: '';
  position: absolute;
  right: 0.64rem;
  top: 0.08rem;
  display: block;
  height: 0.64rem;
  width: 1px;
  background: #fff;
  opacity: 0.3;
}
.models_info .other_btn .b1::after,
.models_info .other_btn .b2::after {
  content: '';
  position: absolute;
  right: 0.25rem;
  top: 0.3rem;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../phone_imgs/models_icon3.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.models_info .other_btn .b2 {
  float: right;
}
.models_info .other_btn .b2::after {
  background: url(../phone_imgs/models_icon4.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.models_part2 .column_name {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.models_part2 .columnn_label {
  font-size: 14px;
  
  position: relative;
  padding-left: 0.25rem;
  line-height: 1;
  margin: 0.25rem 0;
}
.models_part2 .columnn_label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #babdbf;
  border: 1px solid #edf1f3;
}
/* 在售车型 */
.sell_list li {
  overflow: hidden;
  padding: 0.2rem;
  font-size: 0.18rem;
  background-color: #fff;
  margin-bottom: 0.1rem;
}
.sell_list .title {
  font-size: 0.3rem;
  font-weight: bold;
  width: 61%;
  float: left;
  min-height: 44px;
  /*line-height: 22px;*/

}
.sell_list .t{
  position: relative;
}
.sell_list .zdj {
  /* float: right;
  max-width: 36%;
  width: 80%;
  line-height: 1.9; */
  position: absolute;
  top: 3px;
  left: 64%;
}
.sell_list .zdj i {
  font-weight: bold;
  font-size: 0.23rem;
}
.sell_list .yhxx {
  float: left;
  width: 64%;
  margin-top: 0.4rem;
  font-size: 0.22rem;
}
.sell_list .msj {
  float: right;
  max-width: 36%;
  width: 80%;
}
.sell_list .msj .price {
  font-size: 0.32rem;
  font-weight: bold;
  color: #e77520;
}
.sell_list .bj {
  color: #456a8b;
}
.sell_list .bj2 {
  margin-top: -1.5em;
}
.sell_list .b {
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
.sell_list .b .btn_l {
  width: 64%;
  float: left;
}
.sell_list .b a {
  display: inline-block;
  width: 1.67rem;
  height: 0.68rem;
  line-height: 0.68rem;
  font-weight: bold;
  padding-left: 0.78rem;
}
.sell_list .b .to_loan {
  margin-right: 0.1rem;
  background: #f1f7fa url(../phone_imgs/models_icon1.png) 0.35rem center no-repeat;
  background-size: 0.23rem 0.23rem;
}
.sell_list .b .to_buy {
  background: #f1f7fa url(../phone_imgs/models_icon2.png) 0.35rem center no-repeat;
  background-size: 0.23rem 0.23rem;
}
.sell_list .b .btn_r {
  float: right;
  width: 36%;
  overflow: hidden;
}
.sell_list .b .btn_r .to_msg {
  width: 100%;
  float: right;
  display: block;
  /* width: 2.04rem; */
  height: 0.68rem;
  color: #fff;
  background-color: #446b8c;
  font-weight: bold;
  font-size: 0.24rem;
  padding: 0;
  text-align: center;
}
.sell_info {
  font-size: 0.24rem;
  padding: 0.3rem 0;
}
/* 图片展示 */
.models_part3 {
  background-color: #fff;
  padding-top: 0.5rem;
}
.models_part3 .column_name {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.models_part3 .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.models_part3 .swiper-wrapper {
  width: 7.12rem;
}
.models_part3 dl{
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.models_part3 dl:nth-child(2n){margin-right: 0;}
.models_part3 dl .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.24rem;
  color: #fff;
  padding: 0.05rem;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.models_part3 .swiper-pagination {
  position: static;
  font-size: 22px;
}
.models_part3 .swiper-pagination .swiper-pagination-bullet {
  width: 0.84rem;
  height: 0.05rem;
  border-radius: 0;
  background-color: #568dbc;
  opacity: 1;
}
.models_part3 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #446b8c;
  height: 0.11rem;
}
/* 同级车型推荐 */
.models_part4 {
  background-color: #fff;
  padding-bottom: 0.8rem;
    padding-top: 0.5rem;
}
.models_part4 .column_name {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.models_part4 li {
  float: left;
  width: 47.22222222%;
  margin-bottom: 0.3rem;
}
.models_part4 li dl{float: left;width: 49%;margin-right: 2%;}
.models_part4 li dl:nth-child(2n) {
  margin-right: 0;
}
.models_part4 .img {
  height: 1.9rem;
}
.models_part4 .cont {
  padding: 0.2rem 0.2rem;
  font-size: 0.18rem;
}
.models_part4 .name {
  font-size: 0.28rem;
  color: #464646;
  font-weight: bold;
  margin-bottom: 0.05rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  line-height: 1.5;
  max-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}
.models_part4 .zdj {
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  font-size: 0.24rem;
  margin-bottom: 0.05rem;
}
.models_part4 .msj {
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  font-size: 0.24rem;
  color: #f40940;
}
.models_part4 .more_btn {
  text-align: center;
  display: block;
  background-color: #446b8c;
  font-size: 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
}
/* 我要购车 */
.form_wrap {
  background: #fff;
  padding: 0.7rem 0.4rem 0.8rem;
  font-size: 0.24rem;
  color: #464646;
}
.form_wrap li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  margin-bottom: 0.2rem;
}
.form_wrap label {
  width: 2.5rem;
  padding-left: 0.25rem;
  line-height: 0.8rem;
  position: relative;
  float: left;
}
.form_wrap i {
  color: #f40940;
  position: absolute;
  left: 0.1rem;
}
.form_wrap input {
      border-bottom: 1px solid #e6e6e6;
  flex: 1;
  border: none;
  height: 0.8rem;
  font-size: 0.24rem;
  background: none;
  opacity:1;
  color: #000;
}
.form_wrap .select_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(180deg);
  font-size: 0.2rem;
  color: #b8b8b8;
  font-weight: bold;
}
.form_wrap .select_icon.on {
  transform: translateY(-50%) rotate(0deg);
}
.form_wrap .form_submit {
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  background: #446b8c;
  margin-top: 0.4rem;
  margin: 0 -0.2rem;
}
.form_wrap .vcode {
  width: 5rem;
  display: block;
}
.form_wrap .vcode input {
  width: calc(100% - 2.5rem);
  display: block;
}
.form_wrap .send_code {
  position: absolute;
  right: -1.7rem;
  bottom: 0;
  width: 2.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border: 1px solid #446b8c;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #446b8c;
}
.form_wrap .select {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 1px;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  border: 1px solid #446b8c;
  padding: 0.2rem;
  height: 4.5rem;
  overflow: auto;
  display: none;
  width: calc(100% - 2.5rem);
}
.form_wrap .select .li {
  padding: 0.15rem;
  border-bottom: 1px solid #e6e6e6;
}
.img_appbox .models_part1 {
  width: 100%;
 z-index: 9999;
position: relative;
position: absolute;
top: 50%;
transform: translateY(-50%);
margin-bottom: 0.5rem;
}
.img_appbox .models_part1{
  background: none;
}
.img_appbox  .txt {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  /*background: rgba(0, 0, 0, 0.5);*/
  font-size: 0.30rem;
  color: #fff;
  padding: 0.05rem;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  padding: 0 50px 0 15px;
  box-sizing: border-box;
  min-height: 22px;
}
.img_appbox  .txt:first-child{position: static;margin-bottom: 10px;padding: 0;background: none;}
.txt .swiper-pagination{
  height: 100%;
  font-size: 0.30rem;
  width: 20%;
  left: auto;
  right: 0;
  bottom: 0;
}
.txt .swiper-pagination-current{
  color: #4973ec;
}
.models_part4 .swiper-pagination {
  position: static;
  font-size: 22px;
  margin-bottom: .3rem;
}
.models_part4 .swiper-pagination .swiper-pagination-bullet {
  width: 0.84rem;
  height: 0.05rem;
  border-radius: 0;
  background-color: #568dbc;
  opacity: 1;
}
.models_part4 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #446b8c;
  height: 0.11rem;
}



.form_wrap input::-webkit-input-placeholder,.form_wrap textarea::-webkit-input-placeholder {color: #bdbdc1!important;opacity: 1;}
.form_wrap input:-moz-placeholder,.form_wrap textarea:-moz-placeholder{color: #bdbdc1!important;opacity: 1;}
.form_wrap input::-moz-placeholder,.form_wrap textarea::-moz-placeholder{color: #bdbdc1!important;opacity: 1;}
.form_wrap input:-ms-input-placeholder,.form_wrap textarea:-ms-input-placeholder{color: #bdbdc1!important;opacity: 1;fill-opacity: 1;}

.other_p{
	font-size: 14px;
    color: #424242;
    margin-top: 20px;
}

