.car-retention {
  min-height: calc(var(--vhOne) * 100);
  display: flex;
  overflow: hidden;
}
.car-retention .form-container {
  width: 33.33333vw;
  padding: 10.20833vw 8.33333vw 0 3.125vw;
  transition: all 0.3s;
}
.car-retention .form-container h2 {
  font-size: 1.875vw;
  color: #313131;
  line-height: 2.44792vw;
  margin-bottom: 2.08333vw;
}
.car-retention .form-container .input-item {
  margin-bottom: 1.45833vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.car-retention .form-container .input-item .redLabel {
  font-size: 1.25vw;
  color: #e00526;
  padding: 0 0.52083vw;
}
.car-retention .form-container .input-item input, .car-retention .form-container .input-item .el-select__wrapper {
  border: 0 !important;
  padding: 1.04167vw 1.5625vw 1.04167vw 0px !important;
  width: 100%;
  height: 3.125vw;
  font-size: 0.9375vw;
}
.car-retention .form-container .input-item input::-moz-placeholder, .car-retention .form-container .input-item .el-select__wrapper::-moz-placeholder {
  font-size: 0.9375vw;
  color: var(--el-text-color-placeholder);
  line-height: 4.16667vw;
  letter-spacing: 0.15625vw;
}
.car-retention .form-container .input-item input::placeholder, .car-retention .form-container .input-item .el-select__wrapper::placeholder {
  font-size: 0.9375vw;
  color: var(--el-text-color-placeholder);
  line-height: 4.16667vw;
  letter-spacing: 0.15625vw;
}
.car-retention .form-container .input-item .el-cascader .el-input__wrapper {
  padding: 0 1.5625vw 0 0 !important;
  border-bottom: 0px !important;
}
.car-retention .form-container .input-item .is-disabled {
  background-color: transparent !important;
}
.car-retention .form-container .btn {
  position: relative;
  overflow: hidden;
  width: 9.375vw;
  height: 2.5vw;
  border-radius: 9.375vw;
  font-size: 0.9375vw;
  color: #ffffff;
}
.car-retention .form-container .btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2PX);
  z-index: 2;
  display: block;
  border-radius: 4.16667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-retention .form-container .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2PX);
  height: calc(100% - 2PX);
  border: 1PX solid #ffffff;
  border-radius: 9.375vw;
  z-index: 0;
  box-sizing: border-box;
}
.car-retention .form-container .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #da251c;
  transition: width 0.3s;
  z-index: 1;
}
.car-retention .form-container .btn:hover::before {
  width: 100%;
}
.car-retention .form-container .btn:hover a {
  color: #ffffff;
}
.car-retention .form-container .btn {
  width: 7.8125vw;
  height: 2.1875vw;
  color: #ffffff;
  background: #393939;
  margin-top: 3.125vw;
}
.car-retention .form-container .btn::after {
  border-color: #393939;
}
.car-retention .form-container .input-checkbox {
  display: flex;
  align-items: center;
  font-size: 0.9375vw;
  color: #313131;
  line-height: 1.25vw;
  letter-spacing: 0.15625vw;
  cursor: pointer;
}
.car-retention .form-container .input-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.04167vw;
  height: 1.04167vw;
  border: 0.10417vw solid #ccc;
  border-radius: 0.10417vw;
  position: relative;
  margin-right: 0.52083vw;
  margin-bottom: 0px;
  margin-top: -0.10417vw;
  cursor: pointer;
}
.car-retention .form-container .input-checkbox input[type=checkbox]:checked {
  border-color: #393939;
  background-color: #393939;
}
.car-retention .form-container .input-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.10417vw;
  left: 0.3125vw;
  width: 0.20833vw;
  height: 0.41667vw;
  border: solid white;
  border-width: 0 0.10417vw 0.10417vw 0;
  transform: rotate(45deg);
}
.car-retention .form-container .input-checkbox a {
  text-decoration: underline !important;
}
.car-retention .map-container {
  width: calc(100% - 33.33333vw);
  position: relative;
  transition: all 0.3s;
}
.car-retention .map-container #platform div[type=infowindow_shadow] {
  display: none !important;
}
.car-retention .map-container.map-window-hidden .BMap_bubble_pop {
  display: none !important;
}
.car-retention .map-container.map-window-hidden .BMapLabel {
  display: none !important;
}
.car-retention .map-container .BMap_bubble_pop {
  border: 0 !important;
  opacity: 1 !important;
  border: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.car-retention .map-container .BMap_bubble_pop img {
  display: none;
}
.car-retention .map-container .BMap_bubble_pop .BMap_bubble_top {
  display: none;
  width: unset !important;
}
.car-retention .map-container .BMap_bubble_pop .BMap_bubble_center {
  height: unset !important;
  width: unset !important;
}
.car-retention .map-container .BMap_bubble_pop .BMap_bubble_center .BMap_bubble_content {
  width: unset !important;
  height: unset !important;
}
.car-retention .map-container .BMap_bubble_pop .BMap_bubble_bottom {
  width: unset !important;
}
.car-retention .map-container .BMapLabel {
  background-color: transparent !important;
  border: 0 !important;
}
.car-retention .map-container .map {
  width: 100%;
  height: 100%;
}
.car-retention .map-container .icon-box {
  width: 2.5vw;
  height: 2.91667vw;
  position: relative;
  background-image: var(--map-icon-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.car-retention .map-container .icon-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.car-retention .map-container .icon-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.25vw;
  line-height: 1.25vw;
}
.car-retention .map-container .marker-body-btn {
  position: relative;
}
.car-retention .map-container .marker-item {
  opacity: 1;
  border: 0;
  width: 27.08333vw;
  background: rgba(255, 255, 255, 0.9) !important;
  position: relative;
  padding: 1.04167vw;
  margin-bottom: 1.04167vw;
  border-radius: 0.52083vw;
}
.car-retention .map-container .marker-item::after {
  content: "";
  position: absolute;
  bottom: -0.52083vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 0.78125vw solid transparent;
  border-right: 0.78125vw solid transparent;
  border-top: 0.78125vw solid rgba(255, 255, 255, 0.9) !important;
}
.car-retention .map-container .marker-item div {
  opacity: 1;
}
.car-retention .map-container .marker-item .title {
  font-size: 1.25vw;
  color: #393939;
  line-height: 1.875vw;
}
.car-retention .map-container .marker-item .zhengjian {
  display: inline-flex;
  align-items: center;
  font-size: 0.9375vw;
  color: #666666;
  line-height: 1.5625vw;
  gap: 0.52083vw;
  cursor: pointer;
}
.car-retention .map-container .marker-item .zhengjian img {
  width: 1.45833vw;
  display: inline-block;
}
.car-retention .map-container .marker-item .tel,
.car-retention .map-container .marker-item .address,
.car-retention .map-container .marker-item .type {
  font-size: 0.9375vw;
  color: #666666;
  line-height: 1.25vw;
  margin-bottom: 0.26042vw;
  display: flex;
}
.car-retention .map-container .marker-item .tel .span-title,
.car-retention .map-container .marker-item .address .span-title,
.car-retention .map-container .marker-item .type .span-title {
  min-width: 4.6875vw;
}
.car-retention .map-container .marker-item .tel .tag-list,
.car-retention .map-container .marker-item .address .tag-list,
.car-retention .map-container .marker-item .type .tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.52083vw;
  line-height: 1.04167vw;
  padding-top: 0.03333rem;
}
.car-retention .map-container .marker-item .btn {
  margin-top: 0.83333vw;
  position: relative;
  overflow: hidden;
  width: 9.375vw;
  height: 2.5vw;
  border-radius: 9.375vw;
  font-size: 0.9375vw;
  color: #ffffff;
}
.car-retention .map-container .marker-item .btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2PX);
  z-index: 2;
  display: block;
  border-radius: 4.16667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-retention .map-container .marker-item .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2PX);
  height: calc(100% - 2PX);
  border: 1PX solid #ffffff;
  border-radius: 9.375vw;
  z-index: 0;
  box-sizing: border-box;
}
.car-retention .map-container .marker-item .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #da251c;
  transition: width 0.3s;
  z-index: 1;
}
.car-retention .map-container .marker-item .btn:hover::before {
  width: 100%;
}
.car-retention .map-container .marker-item .btn:hover a {
  color: #ffffff;
}
.car-retention .map-container .marker-item .btn {
  color: #393939;
  width: 10.41667vw;
  height: 2.70833vw;
}
.car-retention .map-container .marker-item .btn::after {
  border: 0.10417vw solid #393939;
}
.car-retention .map-container .marker-item .btn a {
  font-size: 0.88542vw;
}
.car-retention .model-video iframe {
  width: 85%;
  position: relative;
  height: 100%;
  border: none;
}
.car-retention .model-video img {
  position: relative;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--car-retention {
    flex-direction: column;
}
.mob--car-retention .form-container {
    padding: 2.5rem;
    text-align: center;
    width: 100%;
}
.mob--car-retention .form-container h2 {
    font-size: 1.2rem;
    color: #313131;
    line-height: 1.56667rem;
    margin-bottom: 1.33333rem;
}
.mob--car-retention .form-container .input-item {
    margin-bottom: 0.5rem;
}
.mob--car-retention .form-container .input-item .redLabel {
    font-size: 0.8rem;
    padding: 0 0.33333rem;
}
.mob--car-retention .form-container .input-item input {
    padding: 0.66667rem 1rem 0.66667rem 0;
    height: 2.66667rem;
    font-size: 0.86667rem;
}
.mob--car-retention .form-container .input-item input::-moz-placeholder {
    font-size: 0.86667rem;
    color: #999999;
    line-height: 2.66667rem;
    letter-spacing: 0.1rem;
}
.mob--car-retention .form-container .input-item input::placeholder {
    font-size: 0.86667rem;
    color: #999999;
    line-height: 2.66667rem;
    letter-spacing: 0.1rem;
}
.mob--car-retention .form-container .input-item .el-select__wrapper, .mob--car-retention .form-container .input-item .el-cascader .el-input__wrapper {
    padding: 0.66667rem 1rem 0.66667rem 0 !important;
    box-shadow: none;
    border-radius: 0;
    font-size: 0.86667rem;
    height: 2.66667rem;
}
.mob--car-retention .form-container .input-item .el-select__wrapper .el-select__placeholder, .mob--car-retention .form-container .input-item .el-cascader .el-input__wrapper .el-select__placeholder {
    font-size: 0.86667rem;
    color: #313131;
    line-height: 2.66667rem;
    letter-spacing: 0.1rem;
}
.mob--car-retention .form-container .input-item .el-select__wrapper input, .mob--car-retention .form-container .input-item .el-cascader .el-input__wrapper input {
    font-size: 0.86667rem !important;
    border: 0 !important;
    padding: 0 !important;
    height: 1.33333rem;
}
.mob--car-retention .form-container .input-item .el-select__wrapper .is-transparent, .mob--car-retention .form-container .input-item .el-cascader .el-input__wrapper .is-transparent {
    font-size: 0.86667rem;
    color: #999999;
    line-height: 2.66667rem;
    letter-spacing: 0.1rem;
}
.mob--car-retention .form-container .btn {
    position: relative;
    overflow: hidden;
    width: 6rem;
    height: 1.6rem;
    border-radius: 6rem;
    font-size: 0.6rem;
    color: #ffffff;
}
.mob--car-retention .form-container .btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2PX);
    z-index: 2;
    display: block;
    border-radius: 2.66667rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob--car-retention .form-container .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2PX);
    height: calc(100% - 2PX);
    border: 1PX solid #ffffff;
    border-radius: 6rem;
    z-index: 0;
    box-sizing: border-box;
}
.mob--car-retention .form-container .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #da251c;
    transition: width 0.3s;
    z-index: 1;
}
.mob--car-retention .form-container .btn:hover::before {
    width: 100%;
}
.mob--car-retention .form-container .btn:hover a {
    color: #ffffff;
}
.mob--car-retention .form-container .btn {
    width: 9.33333rem;
    height: 2.4rem;
    color: #ffffff;
    background: #393939;
    margin-top: 2rem;
}
.mob--car-retention .form-container .btn::after {
    border-color: #393939;
}
.mob--car-retention .form-container .btn a {
    font-size: 0.86667rem;
}
.mob--car-retention .form-container .input-checkbox {
    display: flex;
    align-items: center;
    font-size: 0.86667rem;
    color: #313131;
    line-height: 0.8rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
    margin-top: 1.33333rem;
}
.mob--car-retention .form-container .input-checkbox input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 0.93333rem;
    height: 0.93333rem;
    border: 0.06667rem solid #ccc;
    border-radius: 0.06667rem;
    position: relative;
    margin-right: 0.33333rem;
    margin-bottom: 0;
    margin-top: -0.06667rem;
    cursor: pointer;
}
.mob--car-retention .form-container .input-checkbox input[type=checkbox]:checked {
    border-color: #393939;
    background-color: #393939;
}
.mob--car-retention .form-container .input-checkbox input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0.3rem;
    width: 0.2rem;
    height: 0.33333rem;
    border: solid white;
    border-width: 0 0.06667rem 0.06667rem 0;
    transform: rotate(45deg);
}
.mob--car-retention .map-container {
    width: 90%;
    margin: 0 auto;
    height: 20rem;
}
.mob--car-retention .map-container .BMapLabel {
    background-color: transparent !important;
    border: 0 !important;
}
.mob--car-retention .map-container .icon-box {
    width: 1.6rem;
    height: 1.86667rem;
    position: relative;
    background-image: var(--map-icon-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mob--car-retention .map-container .icon-box img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.mob--car-retention .map-container .icon-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 0.8rem;
}
.mob--car-retention .map-container .marker-item {
    opacity: 1;
    border: 0;
    width: 20rem;
    background: rgba(255, 255, 255, 0.9) !important;
    position: relative;
    padding: 0.66667rem;
    margin-bottom: 2.5rem;
    border-radius: 0.33333rem;
    z-index: 7;
}
.mob--car-retention .map-container .marker-item::after {
    content: "";
    position: absolute;
    bottom: -0.33333rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid rgba(255, 255, 255, 0.9) !important;
}
.mob--car-retention .map-container .marker-item div {
    opacity: 1;
}
.mob--car-retention .map-container .marker-item .zhengjian {
    font-size: 0.86667rem;
    line-height: 1.2rem;
    gap: 0.33333rem;
}
.mob--car-retention .map-container .marker-item .zhengjian img {
    width: 1.06667rem;
    display: inline-block;
}
.mob--car-retention .map-container .marker-item .title {
    font-size: 1rem;
    color: #393939;
    line-height: 1.6rem;
}
.mob--car-retention .map-container .marker-item .tel,
  .mob--car-retention .map-container .marker-item .address,
  .mob--car-retention .map-container .marker-item .type {
    font-size: 0.86667rem;
    color: #666666;
    line-height: 1.2rem;
    margin-bottom: 0.33333rem;
    display: flex;
}
.mob--car-retention .map-container .marker-item .tel .span-title,
  .mob--car-retention .map-container .marker-item .address .span-title,
  .mob--car-retention .map-container .marker-item .type .span-title {
    min-width: 4.33333rem;
}
.mob--car-retention .map-container .marker-item .tel .tag-list,
  .mob--car-retention .map-container .marker-item .address .tag-list,
  .mob--car-retention .map-container .marker-item .type .tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.33333rem;
    line-height: 0.66667rem;
    padding-top: 0.16667rem;
}
.mob--car-retention .map-container .marker-item .btn {
    margin-top: 0.53333rem;
    position: relative;
    overflow: hidden;
    width: 6rem;
    height: 1.6rem;
    border-radius: 6rem;
    font-size: 0.6rem;
    color: #ffffff;
}
.mob--car-retention .map-container .marker-item .btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2PX);
    z-index: 2;
    display: block;
    border-radius: 2.66667rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob--car-retention .map-container .marker-item .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2PX);
    height: calc(100% - 2PX);
    border: 1PX solid #ffffff;
    border-radius: 6rem;
    z-index: 0;
    box-sizing: border-box;
}
.mob--car-retention .map-container .marker-item .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #da251c;
    transition: width 0.3s;
    z-index: 1;
}
.mob--car-retention .map-container .marker-item .btn:hover::before {
    width: 100%;
}
.mob--car-retention .map-container .marker-item .btn:hover a {
    color: #ffffff;
}
.mob--car-retention .map-container .marker-item .btn {
    color: #393939;
    width: 6.66667rem;
    height: 1.73333rem;
}
.mob--car-retention .map-container .marker-item .btn::after {
    border: 0.06667rem solid #393939;
}
.mob--car-retention .map-container .marker-item .btn a {
    font-size: 0.73333rem;
}
.mob--car-retention .model-video iframe {
    width: 100%;
    height: 85%;
}
}