/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* line 5, car-post-add.less */
.required:before {
  content: '*';
  position: absolute;
  left: 5px;
  color: red;
  font-size: 14px;
}
/* line 13, car-post-add.less */
h3.required:before {
  content: '*';
  position: absolute;
  left: -8px;
  color: red;
  font-size: 14px;
}
/* line 21, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img h3 {
  position: relative;
}
/* line 25, car-post-add.less */
.page-post-add {
  /*padding-section*/
  /*h-page-header*/
  /*l-line-bottom */
  /*block-intro-top*/
  /*block-text-top*/
  /*container-form*/
  /*l-line-bottom1*/
}
/* line 26, car-post-add.less */
.page-post-add .padding-section {
  padding: 30px 0 0px 0px;
}
/* line 29, car-post-add.less */
.page-post-add .h-page-header {
  padding-bottom: 5px;
  margin-bottom: 0;
}
/* line 33, car-post-add.less */
.page-post-add .l-line-bottom {
  border-bottom: 4px solid #8f8f8f;
}
/* line 36, car-post-add.less */
.page-post-add .block-intro-top {
  border: 1px solid #000000;
  padding: 0px;
}
/* line 40, car-post-add.less */
.page-post-add .block-intro-top .text-detail {
  margin-top: 0px;
  padding: 20px;
}
/* line 44, car-post-add.less */
.page-post-add .block-intro-top .text-detail h2 {
  color: red !important;
  font-weight: bold !important;
  font-size: 22px;
  font-family: 'Prompt', sans-serif;
}
/* line 51, car-post-add.less */
.page-post-add .block-intro-top .text-detail h3,
.page-post-add .block-intro-top .text-detail h4 {
  color: red;
  font-family: 'Prompt', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}
/* line 57, car-post-add.less */
.page-post-add .block-intro-top .text-detail .text-intro h4,
.page-post-add .block-intro-top .text-detail .text-intro h5 {
  font-family: 'Prompt', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}
/* line 61, car-post-add.less */
.page-post-add .block-intro-top .text-detail .text-intro .phone-line {
  margin-right: 30px;
}
/* line 66, car-post-add.less */
.page-post-add .block-intro-top .text-detail .red {
  color: #ff0000;
}
/* line 70, car-post-add.less */
.page-post-add .block-intro-top .text-detail .black {
  color: #000000;
}
/* line 74, car-post-add.less */
.page-post-add .block-intro-top .text-detail .bold {
  font-weight: bold;
}
/* line 78, car-post-add.less */
.page-post-add .block-intro-top .text-detail .italic {
  font-style: italic;
  font-size: 12px;
}
/* line 83, car-post-add.less */
.page-post-add .block-intro-top .text-detail .info {
  margin-bottom: 40px;
}
/* line 86, car-post-add.less */
.page-post-add .block-intro-top .text-detail .info h5 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
/* line 92, car-post-add.less */
.page-post-add .block-intro-top .text-detail .info .block {
  margin-bottom: 20px;
}
/* line 95, car-post-add.less */
.page-post-add .block-intro-top .text-detail .info .block .subject {
  margin-bottom: 5px;
}
/* line 102, car-post-add.less */
.page-post-add .block-intro-top h3 {
  margin-top: 0;
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
/* line 106, car-post-add.less */
.page-post-add .block-intro-top p {
  font-family: tahoma, arial;
  font-weight: normal;
  font-size: 14px;
}
/* line 110, car-post-add.less */
.page-post-add .block-text-top {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 20px;
}
/* line 114, car-post-add.less */
.page-post-add .container-form {
  /*block-form*/
}
/* line 115, car-post-add.less */
.page-post-add .container-form .block-form:nth-child(2) {
  border-right: 0px solid #a9a9a9 !important;
  border-left: 1px solid #a9a9a9;
}
/* line 119, car-post-add.less */
.page-post-add .container-form .block-form {
  width: 50%;
  display: block;
  float: left;
  /*form-head*/
  /*body-form*/
  /*.border-right{
			    border-right: 1px solid #a9a9a9;
			}/*border-right*/
  /*text-url*/
}
/* line 123, car-post-add.less */
.page-post-add .container-form .block-form.line-form {
  min-height: 1110px;
}
/* line 127, car-post-add.less */
.page-post-add .container-form .block-form .form-head {
  background-color: #ff0000;
  padding: 10px 50px;
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}
/* line 133, car-post-add.less */
.page-post-add .container-form .block-form .body-form {
  padding: 10px 50px;
  /*item */
  /*text-form-right*/
  /*block-img*/
  /*line-bottom4*/
  /*text-check*/
  /*glyphicon*/
  /*block-btn*/
  /*radio-inline*/
  /*block-time*/
}
/* line 136, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item {
  margin-bottom: 20px;
  /*block-data*/
}
/* line 138, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item label {
  font-family: tahoma, arial;
  font-weight: normal;
  font-size: 14px;
}
/* line 141, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item label.line-height {
  line-height: 2;
}
/* line 144, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item label.line-height1 {
  line-height: 1;
}
/* line 148, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item .text-email {
  padding-left: 20px;
  padding-bottom: 3px;
  color: #8f8f8f;
}
/* line 154, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item .block-data {
  /*padding-label1*/
  /*padding-label2*/
  /*padding-label3*/
}
/* line 155, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item .block-data select {
  color: #8f8f8f;
}
/* line 161, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item .block-data.form-inline .group-inline .form-group {
  display: block;
}
/* line 164, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item .block-data.form-inline .group-inline .form-group .form-control {
  width: 27%;
  display: inline-block;
}
/* line 169, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item .block-data.form-inline .group-inline .form-group .power-unit {
  line-height: 2.5;
}
/* line 175, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item .block-data .padding-label1 {
  padding-left: 0;
  padding-right: 10px;
}
/* line 179, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item .block-data .padding-label2 {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 183, car-post-add.less */
.page-post-add .container-form .block-form .body-form .row.item .block-data .padding-label3 {
  padding-left: 10px;
  padding-right: 0;
}
/* line 191, car-post-add.less */
.page-post-add .container-form .block-form .body-form .text-form-right {
  padding: 10px;
  border: 1px solid #ff0000;
  font-family: tahoma, arial;
  font-weight: 600;
  font-size: 14px;
}
/* line 196, car-post-add.less */
.page-post-add .container-form .block-form .body-form .text-form-right span {
  display: block;
  line-height: 1.6;
}
/* line 202, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img {
  /*block-add-img*/
  /*block-show-img*/
}
/* line 203, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img h3 {
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
}
/* line 209, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img .block-add-img a {
  display: block;
  width: 128px;
  height: 97px;
  border: 1px solid #a9a9a9;
  text-align: center;
  font-size: 22px;
  color: #a9a9a9;
}
/* line 218, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img .block-add-img a i {
  line-height: 4.5;
}
/* line 224, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img .block-show-img {
  font-size: 0;
  /*item*/
}
/* line 227, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img .block-show-img .item {
  width: 128px;
  height: 97px;
  border: 1px dashed #a9a9a9;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 4px;
  overflow: hidden;
}
/* line 238, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img .block-show-img .item img {
  vertical-align: baseline;
}
/* line 242, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img .block-show-img .item a {
  position: absolute;
  right: 3px;
  top: 0px;
  color: black;
  font-size: 18px;
}
/* line 249, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img .block-show-img .item a i.fa {
  background-color: #fff;
  border-radius: 50%;
  padding-left: 1px;
  padding-right: 1px;
}
/* line 259, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-img p {
  font-family: tahoma, arial;
  font-weight: normal;
  font-size: 12px;
  color: #8f8f8f;
  display: inline;
}
/* line 266, car-post-add.less */
.page-post-add .container-form .block-form .body-form .line-bottom3 {
  margin-bottom: 30px;
  line-height: 2;
}
/* line 271, car-post-add.less */
.page-post-add .container-form .block-form .body-form .text-check {
  font-family: 'Prompt', sans-serif;
  font-size: 12px;
  color: #ff0000;
  display: inline;
}
/* line 278, car-post-add.less */
.page-post-add .container-form .block-form .body-form .glyphicon.i-alert {
  color: #ff0000;
  top: 3px;
}
/* line 282, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-btn {
  display: block;
}
/* line 285, car-post-add.less */
.page-post-add .container-form .block-form .body-form .radio-inline {
  margin-left: 0px;
}
/* line 288, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-time {
  display: flex;
  /*padding-label*/
}
/* line 290, car-post-add.less */
.page-post-add .container-form .block-form .body-form .block-time .padding-label {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 301, car-post-add.less */
.page-post-add .container-form .block-form .text-url {
  font-family: tahoma, arial;
  font-weight: normal;
  font-size: 14px;
  color: #8f8f8f;
}
/* line 307, car-post-add.less */
.page-post-add .l-line-bottom1 {
  border-bottom: 1px solid #8f8f8f;
}
/* line 312, car-post-add.less */
.page-post-add.page-car-sell .block-google-ads {
  border-top: 0px solid #000000;
}
/*page-post-add*/
@media screen and (max-width: 1230px) {
  /* line 320, car-post-add.less */
  .page-post-add .container-form .block-form .body-form {
    padding: 10px 20px;
  }
  /* line 324, car-post-add.less */
  .page-post-add .container-form .block-form .form-head {
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 330, car-post-add.less */
  .page-post-add .container-form .block-form {
    width: 100%;
    float: none;
  }
  /* line 335, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .row.item .block-data.form-inline select {
    width: 32%;
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  /* line 342, car-post-add.less */
  .page-post-add .container-form .block-form {
    border-right: 0px solid #a9a9a9;
    border-left: 0px solid #a9a9a9 !important;
    width: 100%;
    margin: auto;
    float: left;
  }
}
@media screen and (max-width: 991px) {
  /* line 352, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .row.item .text-email {
    display: none;
  }
  /* line 357, car-post-add.less */
  .page-post-add .block-intro-top {
    margin: 40px 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 363, car-post-add.less */
  .page-post-add .block-intro-top .text-detail .text-intro .phone-line {
    margin-right: 0px;
    display: block;
  }
  /* line 367, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .row.item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }
  /* line 373, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .row.item .block-data.form-inline .form-group .form-control {
    width: 80%;
    display: inline-block;
  }
}
@media screen and (min-width: 640px) {
  /* line 406, car-post-add.less */
  .block-form .body-form .radio-inline {
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 639px) {
  /* line 419, car-post-add.less */
  .block-form .body-form .radio-inline {
    display: block;
    margin-left: 25px;
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 509px) {
  /* line 430, car-post-add.less */
  .page-post-add .container-form .block-form .body-form {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 435, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .row.item .block-data.form-inline .group-inline .block {
    display: block;
    margin-bottom: 10px;
  }
  /* line 440, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .row.item .block-data.form-inline .group-inline select {
    width: 80%;
  }
  /* line 444, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .row.item .block-data.form-inline .group-inline .form-group .form-control {
    width: 70%;
  }
}
@media screen and (max-width: 308px) {
  /* line 449, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .block-img .block-show-img .item {
    width: 125px;
  }
}
@media screen and (max-width: 296px) {
  /* line 454, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .block-img .block-show-img .item {
    width: 116px;
  }
  /* line 457, car-post-add.less */
  .page-post-add .container-form .block-form .body-form .block-img .block-add-img a {
    width: 116px;
  }
}
