@-ms-viewport {
  width: device-width;
}

@media only screen and (min-device-width: 800px) {
  html {
    overflow: hidden;
  }
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
}

.robot {
  position: absolute;
  display: none;
  bottom: 1rem;
  right: -8px !important;
  right: 18px;
  max-width: 140px;
  width: 1.5rem;
  z-index: 999;
}

@media (orientation: landscape) {
  .robot {
    bottom: 0rem;
  }
}

* {
  margin: 0;
  padding: 0;
}

a,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
span,
table,
td,
th,
ul {
  border: 0;
  font-weight: inherit;
}

.carmodel-con {
  width: 100%;
  color: black;
  display: none;
}

.carmodel_top {
  width: 100%;
  overflow: hidden;
}

.model_popup_pc {
  display: none;
}

.model_popup {
  display: block;
  position: fixed;
  left: 50%;
  /* right: 0; */
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 12;
  max-width: 700px;
  transform: translateX(-50%);
  width: 100%;
}

.popup_con {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 14;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}

.popup_con .table {
  width: 90%;
  margin: auto auto 3%;
  box-shadow: 0 0 0 #eee;
}

.model_popup_tit {
  width: 90%;
  margin: 0 auto;
  height: 1.1rem;
  line-height: 1.1rem;
  background: #fff;
  font-size: 0.26rem;
  color: #333;
  text-align: center;
}

.logo_popup {
  position: absolute;
  height: 0.9rem;
  left: 0.3rem;
  top: 0.25rem;
}

.table .table_top {
  width: 100%;
  display: flex;
  font-size: 0.32rem;
  line-height: 1rem;
}

.table_left {
  width: 50%;
  line-height: 3em;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 1em 0.5em;
  box-sizing: border-box;
}

.table-model {
  width: 50%;
  background-color: #333;
  display: flex;
  color: #fff;
  text-align: center;
}

.model_popup .popup_con .table .security {
  cursor: pointer;
}

.model_popup .popup_con .table .security .security-con {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 1em 2em;
  box-sizing: border-box;
  font-weight: 700;
  background-color: #efefef;
  line-height: 0.2rem;
  display: flex;
  font-size: 3vh;
}

.model_popup .popup_con .table .security .security-con div:first-child {
  width: 95%;
  font-size: 0.25rem;
  color: #333;
}

.table .security .security-con .zhankai {
  flex: 1;
  color: #000;
  font-size: 3.5vw;
}

.wap-security-param {
  display: none;
}

.security-param {
  display: none;
}

.table .security .security-param .security-detail {
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
}

.table .security .security-param .security-detail .params_right {
  width: 80%;
  display: flex;
  align-items: center;
}

.model_popup .popup_con .table .security .security-param .security-detail div {
  display: none;
  flex: 1;
  border-right: 0 solid #d6d6d6;
  padding: 1em 0.5em;
  box-sizing: border-box;
  font-size: 0.25rem;
}

.model_popup
  .popup_con
  .table
  .security
  .security-param
  .security-detail
  .active1 {
  border-left: 0 solid #d6d6d6;
  display: block;
  font-size: 0.2rem;
}

.model_popup
  .popup_con
  .table
  .security
  .security-param
  .security-detail
  .params_right {
  border-left: 1px solid #d6d6d6;
}

.table .security .security-param .security-detail .params_left {
  width: 28%;

  flex: 1;
  border-right: 0 solid #d6d6d6;
  padding: 1em 0.5em;
  box-sizing: border-box;

  display: block !important;
  font-size: 2.5vw;
}

.table .security .security-param .security-detail:nth-child(2n) {
  background-color: #ccc;
}

.table .table_top .table-model div {
  flex: 1;
  display: none;
  border-left: 1px solid #fff;
  padding: 1em 0.5em;
  box-sizing: border-box;
}

.table .table_top .table-model div:first-child {
  width: 12%;
  flex: auto;
  cursor: auto;
  line-height: 3em;
}

.table .table_top .table-model .active {
  background-color: #333;
  color: #fff;
  display: block;
}

.model_popup .popup_con .config-table-model {
  display: block;
  width: 90%;
  margin: auto auto 5%;
  background-color: #fff;
  font-size: 0.5rem;
}

.select-wrap,
.select-wrap dd {
  width: 100%;
  box-sizing: border-box;
}

.select-wrap,
.select-wrap dt {
  position: relative;
}

.select-wrap dt {
  border: 1px solid #898989;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1em 0 0.5em;
}

.select-wrap dt {
  padding: 0.5em 1.5em;
  text-align: left;
}

.select-wrap dd {
  max-height: 15em;
}

.select-wrap dd {
  position: absolute;
  background: #fff;
  left: 0;
  top: 100%;
  margin-top: -1px;
  border: 1px solid #aeaeae;
  display: none;
  z-index: 2;
  max-height: 12em;
  overflow-y: auto;
}

.model_popup .popup_con .config-table-model .select_item {
  padding-left: 4.8%;
  box-sizing: border-box;
}

.config-table-model .select_item .select-item {
  padding: 0.5em;
  box-sizing: border-box;
  font-size: 4vw;
}

.select-wrap dt::after {
  right: 1.5em;
}

.select-wrap dt::after {
  font-family: iconfont !important;
  font-style: normal;
  content: "\e61c";
  font-size: 0.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  color: #828282;
}

.model_popup .popup_con .popup_top {
  width: 100%;
  height: 1.2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2%;
}

.model_close {
  position: absolute;
  right: 0.4em;
  top: 0rem;
}

.model_popup .popup_con .popup_top div:nth-child(2) {
  margin-top: 1%;
  margin-right: 5%;
}

.model_popup .popup_con .popup_top .iconclose1 {
  color: #fff;
  font-size: 0.4rem;
  font-weight: 700;
}

.iconclose1:before {
  content: "\e71b";
}

.rotate_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 19891045;
}

.rotate_mask {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}

.rotate_img {
  /* border: 1px solid rgba(255, 0, 0, 1); */
  position: absolute;
  /* width: 3rem;
			height: 3rem; */
  max-width: 200px;
  max-height: 200px;
  /* background-image: url(rotate.png); */
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rotate_img img {
  width: 100%;
  display: block;
}

/* pc端 大于 700px */
@media screen and (min-width: 701px) {
  .model_popup {
    display: none;
  }

  .model_popup_pc {
    display: block;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 12;
    width: 100%;
    height: 100%;
  }

  .model_popup_pc_inner {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    height: 65%;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .model_popup_pc_tit {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    color: #000;
    background: #fff;
  }

  .model_popup_pc_inner_con {
    width: 100%;
    height: calc(100% - 70px);
    position: relative;
    overflow: hidden;
    overflow-y: auto;
  }

  .model_popup_pc_inner_con::-webkit-scrollbar {
    width: 8px;
  }

  .model_popup_pc_inner_con::-webkit-scrollbar-thumb {
    border-radius: 99999px;
    background-color: #eee;
  }

  .pc_close {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #fff;
    top: 15px;
    right: 18px;
    cursor: pointer;
  }

  .table {
    width: 100%;
    margin-bottom: 0;
  }

  .table .table_top {
    width: 100%;
    height: 70px;
    display: block;
    overflow: hidden;
  }

  .table .table_top .table-model div {
    flex: 1;
    box-sizing: border-box;
    display: block;
    border-left: 1px solid #fff;
    padding: 0;
    font-size: 16px;
    height: 100%;
    line-height: 23px !important;
    position: relative;
  }

  .table-model div p {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0 6px;
    box-sizing: border-box;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .active {
    background-color: #686868;
  }

  .table .table_top .table-model div:first-child {
    width: auto;
    flex: 1;
  }

  .table-model {
    width: 75%;
    height: 100%;
    float: left;
    display: flex;
    color: #fff;
    text-align: center;
    background-color: #333;
  }

  .table-model > div {
    flex: 1;
    padding: 1.15em 0.5em;
    box-sizing: border-box;
  }

  .model_popup_pc_inner .table_top .table_left {
    width: 25%;
    height: 100%;
    line-height: 70px;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    font-size: 20px;
    float: left;
  }

  .security {
    cursor: pointer;
  }

  .security-con {
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 1.11em 2em;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #d6d6d6;
    background-color: #efefef;
    line-height: 2;
    display: flex;
    align-items: center;
  }

  .table .security .security-con .zhankai {
    flex: 1;
    color: #000;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }

  .model_popup_pc_inner div:first-child {
    width: 100%;
  }

  .iconminus {
    display: none;
  }

  .wap-security-param {
    display: none;
  }

  .security-param {
    display: none;
  }

  .security-detail {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    background-color: #fff;
  }

  .table .security .security-param .security-detail .params_left {
    width: 25%;
    flex: none;
    border-right: 0 solid #d6d6d6;
    padding: 1em 0.5em;
    box-sizing: border-box;
    display: block !important;
    font-size: 15px;
  }

  .table .security .security-param .security-detail .params_right {
    flex: auto;
    width: 85%;
  }

  .security-detail:nth-child(2n) {
    background-color: #cccccc;
  }

  .params_left {
    width: 25%;
  }

  .params_right {
    width: 85%;
    display: flex;
    align-items: center;
  }

  .params_right > div {
    flex: 1;
    padding: 2em 0.5em;
    box-sizing: border-box;
    font-size: 15px;
  }

  div:first-child {
    border-right: 0;
  }

  span {
    line-height: 0;
  }

  /* .rotate_bg{
		display: none;
	} */
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .model_popup_pc_inner {
    width: 90%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .model_popup_pc_inner {
    width: 80%;
  }
}
