/* -----------------------------公共部分--------------------------- */
body {
  background-color: #000;
  height: 100%;
  /* transform-origin: 0 0; */
}
input::placeholder {
  color: #FFF;
}
.tempContainer {
  display: none;
}
.serNavContainer_m {
  display: none;
}
.main {
  overflow: hidden;
  transition: transform 0.8s ease 0.1s;
}
.part {
  margin-top: 80px;
  position: relative;
  min-width: 1300px;
  width: 100%;
  height: 100vh;
  /* max-height: 900px; */
  overflow: hidden;
  background-color: #000;
}
.part .imagePanel {
  width: 50%;
  height: 100%;
}
.fit-image {
  /* object-fit: cover; */
  width: 100%;
  height: 100%;
}
.part .partContent {
  position: absolute;
  display: table;
  /* overflow: hidden; */
  top: -50px;
  left: 50%;
  margin-left: 180px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 450px;
  color: #fff;
}
.partContent .row {
  position: relative;
  width: 100%;
  clear: both;
}
.partContent .row .td {
  margin-top: 30px;
}
.partContent .row .td.error input::placeholder {
  color: #dd3f32;
  font-weight: bold;
}
.partContent .row .td.error input {
  color: #dd3f32;
  border-bottom: solid 1px #dd3f32;
  font-weight: bold;
}
.partContent .row .td.error .select-title {
  color: #dd3f32;
  border-bottom: solid 1px #dd3f32;
  font-weight: bold;
}
.partContent .row .td .select-title {
  color: #FFF;
  padding-left: 0;
}
.partContent .row2 {
  height: 70px;
}
.partContent .row5 {
  overflow: hidden;
  margin-top: 30px;
}
.yesBtn {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
/* .partContent .row .emptyDiv{
    height: 40px;
} */
.partContent .userNameInput {
  color: #FFF;
  font-size: 18px;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #666666;
  border-radius: 0;
}
.partContent .userPhoneInput {
  color: #FFF;
  font-size: 18px;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #666666;
  border-radius: 0;
}
.row5.error {
  color: #dd3f32;
}
.row5.error .txt1 {
  color: #dd3f32;
}
.row5.error a {
  color: #dd3f32;
}
.partContent .row2,
.partContent .row3,
.partContent .row4 {
  display: flex;
  justify-content: space-between;
}
.partContent .province {
  position: relative;
  width: 45%;
}
.partContent .city {
  position: relative;
  width: 45%;
}
.partContent .carUse,
.partContent .needPro {
  position: relative;
  width: 45%;
}
.partContent .zuoNum,
.partContent .miduan {
  position: relative;
  width: 45%;
}
.partContent .dealerInput {
  color: #FFF;
  font-size: 18px;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #666666;
}
.row5 {
  margin-top: 20px;
}
.row5 .txt1 {
  color: #666666;
}
.btn-grxx {
  cursor: pointer;
}
.btn-grxx:hover {
  color: rgba(16, 220, 255);
}
.row5 a:hover {
  color: rgba(16, 220, 255);
}
/* 提示框 */
.alertbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.alertbox .boxwrap {
  width: 880px;
  margin: auto;
  margin-top: 65px;
  padding-bottom: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.alertbox .boxwrap .content {
  height: 435px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #0D0D0D;
  background-clip: padding-box;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  padding: 0px 40px 40px 40px;
  -webkit-background-clip: padding-box;
}
.alertTitle {
  font-size: 28px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 40px;
  padding-top: 60px;
  text-align: center;
  background-color: #0D0D0D;
  position: relative;
}
.alertbox .boxwrap .content .subTitle {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.alertbox .boxwrap .content .subContent {
  margin-bottom: 30px;
}
.alertbox .btn-close {
  color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 26px;
  top: 26px;
  cursor: pointer;
}
.btn-close-img {
  width: 26px;
  height: 26px;
  background: url(../images/x-2_6f678c93274139b0135a.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  padding-top: 12px;
  margin: auto;
}
.alertbox .btn-close:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.alertbox .alertText {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  padding-left: 25px;
}
.alertbox .boxwrap .content .subContent.content-1 {
  margin-bottom: 0;
}
.alertbox .alertText.text-end {
  margin-bottom: 30px;
}
.alertbox .alertBottom {
  width: 880px;
  height: 40px;
  background: #0D0D0D;
}
.alertbox .boxwrap .content::-webkit-scrollbar {
  width: 3px;
}
.alertbox .boxwrap .content::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}
.alertbox-submit {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.alertbox-submit .content {
  position: relative;
  margin: 100px auto;
  width: 500px;
  height: 300px;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  color: #000;
  top: 20%;
  border-radius: 10px;
}
.alertbox-submit .content.error .modalbody {
  color: #E84335;
}
.alertbox-submit .alertheader {
  padding: 15px;
  min-height: 16.43px;
}
.alertbox-submit .modaltitle {
  background: url(https://www.foton.com.cn/static/images/duigou.png) no-repeat center center;
  background-size: contain;
  width: 52px;
  height: 52px;
  padding-top: 45px;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.alertbox-submit .content.error .modaltitle {
  background: url(https://www.foton.com.cn/static/images/cuowu.png) no-repeat center center;
  background-size: contain;
}
.alertbox-submit .modalbody {
  position: relative;
  padding: 15px;
  font-size: 24px;
  font-family: FZLanTingHei-R-GBK;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 10px;
}
.alertbox-submit .modalfooter {
  padding: 15px;
  text-align: center;
}
.alertbox-submit .modalfooter button.btn {
  color: #000;
  padding: 6px 12px;
  border: none;
  color: #fff;
  background: #000;
  cursor: pointer;
  width: 180px;
  height: 40px;
  background: #000000;
  border-radius: 20px;
}
@media screen and (min-width: 800px) {
  footer .footerContent {
    margin-top: 80px;
    padding-bottom: 30px;
  }
  .part .partContent {
    top: calc(50% - 80px);
    left: 50%;
    transform: translateY(-50%);
  }
  .row .select-dropList {
    max-height: 200px;
    min-height: 120px;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .fit-image {
    /* transform: translateY(-40%); */
  }
  .part {
    min-width: auto;
    width: 100vw;
    height: 90vh;
    max-height: auto;
    overflow: hidden;
  }
  .part .imagePanel {
    width: 100%;
    height: 100%;
  }
  .part .partContent {
    position: absolute;
    width: 90vw;
    left: 5vw;
    margin-left: 0;
    transform: translateY(-70%);
    top: 50%;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
  }
  .partContent .row2 {
    height: 70px;
  }
  .partContent .row3 {
    height: 70px;
  }
  .partContent .userName {
    width: 40vw;
    float: left;
  }
  .partContent .userPhone {
    width: 40vw;
    float: right;
  }
  .partContent .brand {
    width: 40vw;
    float: left;
  }
  .partContent .carSer {
    width: 40vw;
    float: right;
  }
  .alertbox .boxwrap {
    width: 100%;
    height: calc(100% - 65px);
  }
  .alertbox .boxwrap .content {
    height: calc(100% - 175px);
    overflow-y: scroll;
    background-color: #0D0D0D;
    background-clip: padding-box;
    font-size: 13px;
    line-height: 32px;
    padding: 0px 24px 40px 24px;
    -webkit-background-clip: padding-box;
  }
  .alertTitle {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 30px;
    text-align: center;
    background-color: #0D0D0D;
    position: relative;
  }
  .alertbox .boxwrap .content .subTitle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .alertbox .boxwrap .content .subContent {
    margin-bottom: 20px;
  }
  .alertbox .btn-close {
    color: #fff;
    position: absolute;
    font-size: 20px;
    right: 24px;
    top: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .btn-close-img {
    width: 20px;
    height: 20px;
    background: url(../images/x_161e3615ec9e1550646e.svg) no-repeat center center;
    background-size: contain;
    padding-top: 2px;
    margin: auto;
  }
  .alertbox .btn-close:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .alertbox .alertText {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    padding-left: 25px;
  }
  .alertbox .boxwrap .content .subContent.content-1 {
    margin-bottom: 0;
  }
  .alertbox .alertText.text-end {
    margin-bottom: 30px;
  }
  .alertbox .alertBottom {
    display: none;
  }
  .partContent .moreBtn:hover .iconCir .arrow1 {
    opacity: 1;
  }
  .partContent .moreBtn:hover .iconCir .arrow2 {
    opacity: 0;
  }
  .row .select-dropList {
    max-height: 200px;
    min-height: 120px;
    height: auto;
  }
}
@media screen and (max-width: 760px) {
  .alertbox-submit .content {
    position: relative;
    margin: 100px auto;
    width: calc(100% - 75px);
    height: 205px;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    color: #000;
    top: 20%;
    border-radius: 10px;
  }
  .alertbox-submit .modaltitle {
    padding-top: 23px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
  }
  .alertbox-submit .modalbody {
    margin-top: -25px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    color: #000000;
  }
  .row5 a {
    vertical-align: text-top;
  }
  .alertbox-submit .modalfooter {
    padding: 0;
    margin-top: 15px;
  }
  .alertbox-submit .modalfooter button.btn {
    width: 115px;
    height: 30px;
    background: #000000;
    border-radius: 15px;
  }
}
/* .partContent .moreBtn:active,
.partContent .moreBtn:focus {
  background: #fff;
  color: #000;
  background: transparent;
  color: #fff;
}
.partContent .moreBtn:active .txt,
.partContent .moreBtn:focus .txt {
  color: #000;
  color: #fff;
} */
/* .header-appear {
    max-width: 1920px;
}
.main{
    max-width:1920px;
} */
@media screen and (max-width: 800px) {
  .partContent .userNameInput {
    font-size: 12px;
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    color: #FFFFFF;
  }
  .partContent .row .td .select-title {
    font-size: 12px;
  }
  .partContent .userPhoneInput {
    font-size: 12px;
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    color: #FFFFFF;
  }
  .row5 .txt1 {
    font-size: 12px;
    margin-left: 2px;
  }
  .row4 {
    padding-top: 1px;
  }
  .row5 {
    font-size: 12px;
    margin-top: 20px;
    line-height: 13px;
  }
  .partContent .row5 {
    margin-top: 20px;
    overflow: unset;
    line-height: 11px;
  }
  .row5 span {
    vertical-align: text-top;
  }
  .row5 span:nth-of-type(3) {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  .row5 span:last-of-type {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  .partContent .row .td {
    margin-top: 10px;
  }
  .partContent .row2 {
    height: fit-content;
  }
  .partContent .row3 {
    height: fit-content;
  }
  .select-listItem {
    margin-left: 10px;
    color: #999999;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
  }
  .part .imagePanel {
    margin-top: -37px;
  }
  .yesBtn {
    /* margin-top: calc(40vh - var(--vh-offset, 0px)); */
    margin-top: 100px;
    margin-left: 15%;
  }
  div.select-title::after {
    width: 11px;
    background-image: url(https://www.foton.com.cn/static/images/icon-1.svg);
  }
  .partContent .province {
    width: 40vw;
  }
  .partContent .city {
    width: 40vw;
  }
}

