@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}
html {
    height: 100%;
}
body {
    height: 100%;
    font-size: 12px;
}
.header {
    height: 50%;
    background: url(../images/website-bg-v1.png) no-repeat center center;
    background-size: 150%
}
.header .header-bg {
    height: 100%;
    background: linear-gradient(360deg, rgba(80, 80, 80, 0) 0%, #101010 100%);
}
.header .top {
    position: fixed;
    background: #000;
    left: 0px;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
}
.header .top .logo {
    height: 2.4em;
}
.header .top .logo-title {
    height: 2em;
    margin-left: -0.3em
}
.header .top .pull-right a {
    vertical-align: middle;
}
.header a {
    color: #f60;
    text-decoration: none;
}
.header .address {
    position: relative;
    font-size: 1em;
    font-weight: 400;
    color: #f60;
    cursor: pointer;
    line-height: 1.2em;
    margin-right: 1.6em;
}
.header .home {
    margin-right: 0.6em;
}
.header .amenu {
    margin-right: 1.6em;
}
.header .address:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../images/common/nav/arrow.png);
    width: 12px;
    height: 12px;
    top: 0.3em;
    margin-left: 0.3em;
}
.pull-right {
    float: right !important;
    margin-right: 0em;
    margin-top: -0.3em;
}
.header .top {
    z-index: 999;
}
.header .top .drop-menu {
    position: fixed;
    left: 2%;
    width: 96%;
    top: 3em;
    background: #222;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    padding: 13px 20px;
    box-sizing: border-box;
}
.header .top .drop-menu .city-item.disabled {
    color: #9b9b9b;
    cursor: no-drop;
}
.header .top .drop-menu .tips {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #9b9b9b;
}
.header .top .pull-right a {
    font-size: 1.3em;
}
.drop-menu ul {
    list-style: none;
}
.drop-menu ul li {
    float: left;
    border-left: solid 1px #ccc;
    margin-left: 0.5em;
    padding-left: 0.5em;
	color: #f60;
}
.drop-menu ul li:first-child {
    border-left: none;
    margin-left: 0em;
    padding-left: 0em;
}
.sub-menu {
    background-image: url(../images/menu_bg.png);
    display: none;
    height: 160px;
    width: 144px;
    position: fixed;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 5px;
    padding-top: 10px;
}
.sub-menu p {
    text-align: center;
    line-height: 3em;
}
.sub-menu p a {
    color: #ccc;
    font-size: 1.2em
}
.sub-menu p.active a {
    color: #f60;
    font-weight: 900;
}
.header .slogan {
    width: 60%;
    /*margin-left: 8em;*/
    margin-top: 4em;
}
.header .div-left {
    width: 9em;
    margin-left: 2em;
    float: left;
    margin-top: -5em;
}
.header .div-left img.title {
    border: solid 3px #fff;
    width: 53%;
    display: none;
}
.header .div-left .pull-right {
    color: #ccc;
    font-size: 1.3em
}
.header .div-right {
    width: 12em;
    margin-left: 2em;
    float: left;
    margin-top: -5em;
}
.header .div-right img.title {
    border: solid 3px #fff;
    width: 53%;
    display: none;
}
.header .div-right .pull-right {
    color: #ccc;
    font-size: 1.3em
}
.btn-review-carport {
    width: 5em;
    height: 1.6em;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    font-size: 1.8em;
    font-weight: 400;
    color: white;
    cursor: pointer;
    /*margin-top: 0.5em;*/
}
.swiper-header {
    display: flex;
    justify-content: center;
    margin: 0px auto 0px;
}
.swiper-header .swiper-title::before {
    content: "";
    position: absolute;
    top: 5.5px;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 30px;
    background: #ffd400;
    text-align: center;
}
.swiper-panel .car-item img {
    width: 100%;
}
.swiper-header .swiper-title {
    position: relative;
    width: 96px;
    font-size: 24px;
    font-weight: 400;
    line-height: 41px;
    color: #505050;
    padding-left: 16px;
    text-align: center;
}
.swiper-wrapper {
    width: 100%;
    /*height: 24em;*/
}
.swiper-button-next, .swiper-button-prev {
    top: 40% !important;
}
.swiper-panel {
    margin-bottom: 1em;
}
.swiper-panel .brand {
    padding: 0.8em 0.8em 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
}
.swiper-panel .car-info {
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.swiper-panel .car-info .model {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
}
.swiper-panel .car-info .price {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
}
.swiper-panel .car-info .price .rmb {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}
.swiper-pagination {
    top: 20em;
    right: 1em;
    width: 100%;
    text-align: center;
}
.footer {
    width: 100%;
    background: #f60;
	border-top: solid 1px #ccc;
}
.footer .foot-text {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}








/*
弹窗Css
*/

.registration-panel .registration-from .from-item input{
    border: none !important;
}

/*
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: none;
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: transparent;
}
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
}
input {
    outline: none;
    border: none ;
}
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
*/


.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5001;
  justify-content: center;
  justify-items: center;
  align-items: center;
  display: none; }
  .popup.dark {
    background: rgba(0, 0, 0, 0.9); }
  .popup .popup-box {
    position: relative;
    width: 436px;
    background: #000;
    border-radius: 10px;
    padding: 35px 20px 30px;
    box-sizing: border-box; }
    .popup .popup-box .close-popup {
      position: absolute;
      top: 0;
      right: 0;
      background: url("../images/common/popup/close.png") no-repeat center;
      width: 59px;
      height: 60px;
      cursor: pointer; }
    .popup .popup-box .popup-title {
      position: relative;
      font-size: 20px;
      font-weight: 400;
      line-height: 34px;
      color: #f60;
      text-align: center;
      margin-bottom: 50px; }
      .popup .popup-box .popup-title span {
        position: relative;
        z-index: 1; }
      .popup .popup-box .popup-title .under-line {
        display: inline-block;
        background: #ffd400;
        width: 94px;
        height: 12px;
        position: absolute;
        bottom: 0;
        left: 137px;
        z-index: 0; }
    .popup .popup-box .create-one, .popup .popup-box .create-two, .popup .popup-box .create-three {
      padding: 0 35px;
      max-height: 571px;
      overflow-y: scroll;
      overflow-x: hidden; }
      .popup .popup-box .create-one::-webkit-scrollbar, .popup .popup-box .create-two::-webkit-scrollbar, .popup .popup-box .create-three::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background: transparent; }
      .popup .popup-box .create-one::-webkit-scrollbar-track-piece, .popup .popup-box .create-two::-webkit-scrollbar-track-piece, .popup .popup-box .create-three::-webkit-scrollbar-track-piece {
        background-color: transparent; }
      .popup .popup-box .create-one::-webkit-scrollbar-thumb, .popup .popup-box .create-two::-webkit-scrollbar-thumb, .popup .popup-box .create-three::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.7); }
      .popup .popup-box .create-one .from-item, .popup .popup-box .create-two .from-item, .popup .popup-box .create-three .from-item {
        position: relative;
        margin-bottom: 10px; }
        .popup .popup-box .create-one .from-item .label-text, .popup .popup-box .create-two .from-item .label-text, .popup .popup-box .create-three .from-item .label-text {
          width: 100%;
          font-size: 18px;
          font-weight: 400;
          line-height: 31px;
          color: #505050; }
        .popup .popup-box .create-one .from-item .oneline, .popup .popup-box .create-two .from-item .oneline, .popup .popup-box .create-three .from-item .oneline {
          position: relative; }
          .popup .popup-box .create-one .from-item .oneline.mileage::after, .popup .popup-box .create-two .from-item .oneline.mileage::after, .popup .popup-box .create-three .from-item .oneline.mileage::after {
            content: "公里";
            position: absolute;
            top: 3px;
            right: 0; }
          .popup .popup-box .create-one .from-item .oneline.carId::before, .popup .popup-box .create-two .from-item .oneline.carId::before, .popup .popup-box .create-three .from-item .oneline.carId::before {
            content: "京";
            position: absolute;
            top: 3px;
            left: 0; }
        .popup .popup-box .create-one .from-item #mileage, .popup .popup-box .create-two .from-item #mileage, .popup .popup-box .create-three .from-item #mileage {
          padding-right: 35px; }
        .popup .popup-box .create-one .from-item #carId, .popup .popup-box .create-two .from-item #carId, .popup .popup-box .create-three .from-item #carId {
          padding-left: 20px; }
        .popup .popup-box .create-one .from-item select, .popup .popup-box .create-one .from-item input, .popup .popup-box .create-two .from-item select, .popup .popup-box .create-two .from-item input, .popup .popup-box .create-three .from-item select, .popup .popup-box .create-three .from-item input {
          width: 100%;
          height: 30px;
          line-height: 30px;
          border-bottom: 1px solid #d4d4d4;
          outline: none;
          text-decoration: none;
          font-size: 16px;
          box-sizing: border-box; }
        .popup .popup-box .create-one .from-item input[type=number], .popup .popup-box .create-two .from-item input[type=number], .popup .popup-box .create-three .from-item input[type=number] {
          -moz-appearance: textfield; }
        .popup .popup-box .create-one .from-item input[type=number]::-webkit-inner-spin-button,
        .popup .popup-box .create-one .from-item input[type=number]::-webkit-outer-spin-button, .popup .popup-box .create-two .from-item input[type=number]::-webkit-inner-spin-button,
        .popup .popup-box .create-two .from-item input[type=number]::-webkit-outer-spin-button, .popup .popup-box .create-three .from-item input[type=number]::-webkit-inner-spin-button,
        .popup .popup-box .create-three .from-item input[type=number]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .popup .popup-box .create-one .from-item .verify, .popup .popup-box .create-two .from-item .verify, .popup .popup-box .create-three .from-item .verify {
          position: absolute;
          top: 8px;
          left: 100px;
          width: 225px;
          font-size: 12px;
          font-weight: bold;
          color: #f6351c;
          text-align: right;
          box-sizing: border-box;
          display: none; }
        .popup .popup-box .create-one .from-item.success::after, .popup .popup-box .create-one .from-item.error::after, .popup .popup-box .create-two .from-item.success::after, .popup .popup-box .create-two .from-item.error::after, .popup .popup-box .create-three .from-item.success::after, .popup .popup-box .create-three .from-item.error::after {
          content: "";
          position: absolute;
          top: 37px;
          right: -25px;
          width: 18px;
          height: 18px; }
        .popup .popup-box .create-one .from-item.success::after, .popup .popup-box .create-two .from-item.success::after, .popup .popup-box .create-three .from-item.success::after {
          background: url("../images/common/popup/success-small.png") no-repeat center; }
        .popup .popup-box .create-one .from-item.error::after, .popup .popup-box .create-two .from-item.error::after, .popup .popup-box .create-three .from-item.error::after {
          background: url("../images/common/popup/error-small.png") no-repeat center; }
        .popup .popup-box .create-one .from-item .picture-list, .popup .popup-box .create-two .from-item .picture-list, .popup .popup-box .create-three .from-item .picture-list {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          .popup .popup-box .create-one .from-item .picture-list .addImages, .popup .popup-box .create-two .from-item .picture-list .addImages, .popup .popup-box .create-three .from-item .picture-list .addImages {
            position: relative;
            width: 100px;
            height: 100px;
            margin: 3px; }
            .popup .popup-box .create-one .from-item .picture-list .addImages .el-delete, .popup .popup-box .create-two .from-item .picture-list .addImages .el-delete, .popup .popup-box .create-three .from-item .picture-list .addImages .el-delete {
              background: url("../images/common/popup/delete.png") no-repeat center;
              width: 16px;
              height: 16px;
              position: absolute;
              top: -8px;
              right: -8px;
              cursor: pointer;
              display: none; }
            .popup .popup-box .create-one .from-item .picture-list .addImages .el-file, .popup .popup-box .create-two .from-item .picture-list .addImages .el-file, .popup .popup-box .create-three .from-item .picture-list .addImages .el-file {
              position: absolute;
              top: 0;
              width: 100px;
              height: 100px;
              opacity: 0;
              cursor: pointer; }
            .popup .popup-box .create-one .from-item .picture-list .addImages .el-upload, .popup .popup-box .create-two .from-item .picture-list .addImages .el-upload, .popup .popup-box .create-three .from-item .picture-list .addImages .el-upload {
              width: 98px;
              height: 98px;
              border: 1px #999999 solid;
              cursor: pointer; }
      .popup .popup-box .create-one .btn-next, .popup .popup-box .create-two .btn-next, .popup .popup-box .create-three .btn-next {
        width: 156px;
        height: 38px;
        background: #f60;
        border-radius: 50px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 38px;
        color: #000;
        margin: 0 auto;
        cursor: pointer; }
      .popup .popup-box .create-one .success-title, .popup .popup-box .create-two .success-title, .popup .popup-box .create-three .success-title {
        width: 198px;
        font-size: 18px;
        font-weight: 400;
        line-height: 31px;
        color: #f60;
        text-align: center;
        margin: 0 auto 20px; }
      .popup .popup-box .create-one .success-timer, .popup .popup-box .create-two .success-timer, .popup .popup-box .create-three .success-timer {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #f60;
        text-align: center; }
    .popup .popup-box .create-one, .popup .popup-box .create-two, .popup .popup-box .create-three {
      display: none; }
    .popup .popup-box .member-equitys {
      max-height: 650px; }
      .popup .popup-box .member-equitys .equity {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        color: #f60;
        margin: 10px 0;
        position: relative;
        padding-left: 20px;
        box-sizing: border-box; }
        .popup .popup-box .member-equitys .equity::before {
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          background: #ffd400;
          border-radius: 50%;
          position: absolute;
          top: 8px;
          left: 0; }
    .popup .popup-box .registration-panel {
      min-height: 248px;
      padding: 0 35px; }
      .popup .popup-box .registration-panel .registration-from {
        overflow: hidden; }
        .popup .popup-box .registration-panel .registration-from .from-item {
          position: relative;
          margin-bottom: 30px; }
          .popup .popup-box .registration-panel .registration-from .from-item .label-text {
            width: 60px;
            font-size: 18px;
            font-weight: 400;
            line-height: 31px;
            color: #505050;
            position: absolute;
            top: -2px;
            left: 0; }
          .popup .popup-box .registration-panel .registration-from .from-item input {
            width: 100%;
            height: 30px;
            line-height: 30px;
            border-bottom: 1px solid #d4d4d4;
            outline: none;
            text-decoration: none;
            font-size: 16px;
            box-sizing: border-box;
            padding-left: 60px; }
          .popup .popup-box .registration-panel .registration-from .from-item input[type=number] {
            -moz-appearance: textfield; }
          .popup .popup-box .registration-panel .registration-from .from-item input[type=number]::-webkit-inner-spin-button,
          .popup .popup-box .registration-panel .registration-from .from-item input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          .popup .popup-box .registration-panel .registration-from .from-item .verify {
            position: absolute;
            bottom: -25px;
            left: 60px;
            font-size: 12px;
            font-weight: bold;
            color: #f6351c;
            display: none; }
          .popup .popup-box .registration-panel .registration-from .from-item.success::after, .popup .popup-box .registration-panel .registration-from .from-item.error::after {
            content: "";
            position: absolute;
            top: 6px;
            right: 0;
            width: 18px;
            height: 18px; }
          .popup .popup-box .registration-panel .registration-from .from-item.success::after {
            background: url("../images/common/popup/success-small.png") no-repeat center; }
          .popup .popup-box .registration-panel .registration-from .from-item.error::after {
            background: url("../images/common/popup/error-small.png") no-repeat center; }
        .popup .popup-box .registration-panel .registration-from .commit {
          width: 156px;
          height: 38px;
          line-height: 38px;
          background: #f60;
          opacity: 1;
          border-radius: 50px;
          font-size: 18px;
          font-weight: 400;
          color: #000;
          margin: 60px auto;
          text-align: center;
          cursor: pointer; }
      .popup .popup-box .registration-panel .registration-success,
      .popup .popup-box .registration-panel .registration-error {
        display: none; }
        .popup .popup-box .registration-panel .registration-success .status-icon,
        .popup .popup-box .registration-panel .registration-error .status-icon {
          width: 158px;
          height: 158px;
          margin: 0 auto;
          display: block; }
        .popup .popup-box .registration-panel .registration-success .status-title,
        .popup .popup-box .registration-panel .registration-error .status-title {
          width: 100%;
          text-align: center;
          font-size: 20px;
          font-weight: bolder;
          line-height: 34px;
          color: #505050; }
        .popup .popup-box .registration-panel .registration-success .successMsg, .popup .popup-box .registration-panel .registration-success .errorMsg,
        .popup .popup-box .registration-panel .registration-error .successMsg,
        .popup .popup-box .registration-panel .registration-error .errorMsg {
          width: 100%;
          text-align: center;
          font-size: 12px;
          font-weight: 400;
          line-height: 20px; }
        .popup .popup-box .registration-panel .registration-success .successMsg,
        .popup .popup-box .registration-panel .registration-error .successMsg {
          color: #9b9b9b; }
        .popup .popup-box .registration-panel .registration-success .errorMsg,
        .popup .popup-box .registration-panel .registration-error .errorMsg {
          color: #f6351c; }
    .popup .popup-box .download .app-qrcode {
      display: block;
      width: 140px;
      height: 140px;
      margin: 0 auto; }
    .popup .popup-box .download .qrocde-text {
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      color: #f60;
      text-align: center; }
    .popup .popup-box .download .tel-text {
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      color: #f60;
      text-align: center; }
  .popup .car-flow {
    width: 100%;
    margin: 150px auto 0; }
    .popup .car-flow .flow-header {
      position: relative; }
      .popup .car-flow .flow-header .close-flow {
        background: url("../images/common/carport/back-v2.png") no-repeat center;
        width: 36px;
        height: 36px;
        cursor: pointer;
        position: absolute;
        top: 2px;
        left: 0; }
      .popup .car-flow .flow-header .title {
        width: 100%;
        font-size: 24px;
        font-weight: 400;
        line-height: 41px;
        color: white;
        text-align: center; }
    .popup .car-flow .flow-list {
      padding: 10px 10px; }
      .popup .car-flow .flow-list .flow-item {
        width: 100%;
        border: 2px solid white;
        margin-bottom: 72px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        justify-items: center;
        align-items: center; }
        .popup .car-flow .flow-list .flow-item .flow-name {
          width: 300px;
          height: 140px;
          line-height: 140px;
          border-right: 2px solid white;
          text-align: center;
          font-size: 24px;
          font-weight: bold;
          color: white;
          box-sizing: border-box; }
        .popup .car-flow .flow-list .flow-item .flow-block {
          width: 100%; }
          .popup .car-flow .flow-list .flow-item .flow-block li {
            position: relative;
            display: inline-block;
            line-height: 1.5em;
            background: white;
            border-radius: 10px;
            font-size: 1em;
            font-weight: 400;
            color: black;
            padding: 0 1em;
            margin-left: 1em; }
            .popup .car-flow .flow-list .flow-item .flow-block li:after {
              /*content: "";
              background: white;
              width: 50px;
              height: 1px;
              position: absolute;
              top: 20px;
              right: -50px; */}
            .popup .car-flow .flow-list .flow-item .flow-block li:last-child::after {
              content: "";
              width: 0;
              height: 0; }

        
        



