#head .gac-hd{
  background-color: #191A1D;
}
#head .two-nav-wrap{
  background-color: #191A1D;
}
#deTable {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.title {
  font-size: 24px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
  display: none;
}
.nameW {
  width: 100%;
  margin-bottom: 50px;
  display: none;
}
.carName {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.ball {
  margin: 0 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: rgb(96,197,204);
  vertical-align: middle;
}
.models-list{
	border: 1px solid #F4F4F7;
	margin-top: 10px;
	border-bottom: none;
}
.models-list li{
	float: left;
	width: 50%;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}
.models-list li.active{
	background: #98D3D9;
	color: #fff;
}
.models-list:after{
	display: block;
	content: "";
	clear: both;
}
.tableWrap {
  position: relative;
  height: 480px;
  overflow: hidden;
  width: 74.5%;
  margin-left: 6%;
}
.scrollTable {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 345px;
}
table {
	table-layout: fixed;
  width: 100%;
}
.deTable tr:nth-child(1) {
  background: #fafafa;
  color: #90d3d8;
}
.deTable td {
  border-top: 1px solid #ececf2;
}
.deTable th {
  border-top: 1px solid #ececf2;
}
.deTable th:nth-last-child(1) {
  border-right: 1px solid #ececf2;
}
.deTable th:nth-child(1) {
  border-left: 1px solid #ececf2;
}
table tr:nth-child(1) td{
  border-top: 1px solid #ececf2;
}
table th,td {
  height: 40px;
}
table th {
  border: none;
  font-size: 16px;
}
table td {
  border: 1px solid #ececf2;
  font-size: 16px;
  border-right: none;
  border-top: none;
}
table tr:nth-child(1){
  border-top: 1px solid #ececf2;
}
table td:nth-child(1){
  background: #fafafa;
}
table td:last-child{
	border-right: 1px solid #ececf2;
}
.back {
  display: block;
  cursor: pointer;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 50px auto;
  border: 1px solid #000;
}
.tableTitle {
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.tableBottom {
  text-align: left !important;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #fafafa;
  color: #000;
  font-size: 14px;
  padding: 20px;
  border: 1px solid #ececf2;
  border-top: none;
}
.pl {
  float: left;
  width: 5%;
}
.pr {
  width: 95%;
  float: right;
}
.tabRight {
  position: absolute;
  list-style: none;
  right: 1%;
  width: 17%;
  top: 50%;
  text-align: left !important;
  transform: translateY(-50%);
}
.statusUl {
  width: 100%;
}
.statusLi {
  font-family: 微软雅黑;
  font-size: 14px;
  cursor: pointer;
  margin: 15px 0;
}
.statusLi span {
  display: inline-block;
  vertical-align: middle;
}
.on {
  margin-left: 10px;
  margin-right: 12px;
  width: 28px;
  height: 22px;
  background: url("../images/icon/table1.png") no-repeat;
  background-size: 100% 100%;
}
.off {
  margin-left: 18px;
  margin-right: 20px;
  height: 12px;
  width: 12px;
  background: url("../images/icon/table2.png") no-repeat;
  background-size: 100% 100%;
}
.on_t {
  color: #60c5cc;
  font-weight: bold;
}
.off_t {
  color: #000;
}

.content table .vehicle-config-link{
  cursor: pointer;
  text-decoration:underline;
}
.dialog-mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
}
.dialog-mask .term-explanation-dialog {
  width: 66%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.7,.3,.1,1),box-shadow .4s cubic-bezier(.7,.3,.1,1);
}
.dialog-mask .term-explanation-dialog .term-explanation-close {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 72px;
  background: url("../images/icon/icon-term-explanation-close.png") no-repeat;
  cursor: pointer;
}
.dialog-mask .term-explanation-dialog .term-explanation-title {
  width: 560px;
  max-width: 100%;
  font-weight: 600;
  font-size: 24px;
  color: #272727;
  margin: 0 auto 48px auto;
}
.dialog-mask .term-explanation-dialog .term-explanation-content{
  width: 560px;
  max-width: 100%;
  margin: auto;
}
.dialog-mask .term-explanation-dialog .term-explanation-scroll-content{
  padding: 100px 0 50px 0;
}
.dialog-mask .term-explanation-dialog .term-explanation-scroll-content video {
  max-width: 100%;
  width: 100%;
  height:auto;
}
.dialog-mask .term-explanation-dialog .term-explanation-scroll-content img {
  max-width: 100%;
  width: 100%;
  height:auto;
}
.dialog-mask .term-explanation-dialog #term-explanation-scroll-wrap {
  position: relative;
  overflow: auto;
  height: 100%;
}


.dialog-mask .term-explanation-dialog #term-explanation-scroll-wrap::-webkit-scrollbar {
  height: 10px;
  width: 7px;
  background: rgba(0, 0, 0, 0.1);
}
.dialog-mask .term-explanation-dialog #term-explanation-scroll-wrap::-webkit-scrollbar:hover {
  background: rgba(0, 0, 0, 0.2);
}
.dialog-mask .term-explanation-dialog #term-explanation-scroll-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.dialog-mask .term-explanation-dialog #term-explanation-scroll-wrap::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  /* Webkit browsers */
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  /* Firefox */
  -ms-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  /* IE9 */
  -o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  /* Opera(Old) */
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  /* IE9+, News */
  background-color: rgba(0, 0, 0, 0.4);
}