@charset "UTF-8";
body {
	font-size: 0.14rem;
}

.w100 {
	width: 3.75rem;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.EN_tilte {
	color: #0066b3;
	font-family: arial;
}

.fontwhite {
	color: #fff;
}

.enTitle {
	margin: 0.2rem auto;
	font-size: 0.18rem;
	text-align: center;
}

.carJsBox {
	width: 100%;
}

.carJsOne {
	width: 100%;
	text-align: center;
	display: none;
}
.carJsOne1 {
	width: 100%;
	text-align: center;

}


.carOneLeft,
.carOneRight {
	display: block;
	width: 100%;
	line-height: 0.3rem;
	text-align: center;
}

.carOneLeft {
	width: 2.5rem;
	margin: 0 auto;
}

.carOneLeft b,
.seriesBT {
	font-size: 0.16rem;
}

.borderBox {
	text-align: center;
}

.boderLine {
	display: inline-block;
}

.boderLine li {
	width: 0.35rem;
	height: 0.03rem;
	background-color: #cccccc;
	float: left;
	margin: 0px 0.1rem;
	cursor: hand;
	cursor: pointer;
}

.boderLine li.borderBlue {
	background-color: #00c9ff;
}


/*form*/

.form {
	background-color: #0066b3;
	padding: 10px 0 30px;
	margin-top: 0.25rem;
}

.form-box {
	width: 3.7rem;
	box-sizing: border-box;
	margin: 0.4rem auto;
	position: relative;
}

.form-control {
	height: 32px;
	border-radius: 6px;
	line-height: 32px;
	font-size: 16px;
}

input:-ms-input-placeholder {
	color: #0e3896;
}

input::-webkit-input-placeholder {
	color: #0e3896;
}

.w295 {
	width: 2.5rem;
	margin: 0 auto;
}

.form-group label {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
	text-indent: 12px;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	width: 100%;
	margin: 0 auto 15px;
	border: none;
	text-indent: 1em;
}

.submit {
	width: 2.5rem;
	margin: 0.2rem auto;
	background: #fff;
	border-radius: 50px;
	display: block;
	outline: 0;
	color: #0066b3;
	line-height: 40px;
	font-size: 0.16rem;
	font-weight: 900;
	border: none;
}


/*內飾*/

.car_pickind {
	display: block;
	margin: 0 auto;
	width: 3rem;
	text-align: center;
}

.car_pickind li {
	display: inline-block;
	margin: 0 0.1rem;
}

.car_pickind li.key_pitch {
	font-weight: 900;
	border-bottom: 2px solid #0065B3;
	padding-bottom: 10px;
	color: #0065B3;
}

.tab-content {
	margin: 0.2rem auto;
}

.img-box {
	width: 3rem;
	margin: 0 auto;
	overflow: hidden;
}

.imgbox-item {
	width: 1.26rem;
	margin: 0.1rem 0.12rem;
	float: left;
	text-align: center;
}

.tab-item {
	display: none;
}

.tab-content .tab-item-show {
	display: block;
}

.table {
	width: 3.2rem;
	height: 4rem;
	overflow: auto;
	margin: 0.1rem auto;
	display: none;
}

.canshu .tableshow {
	display: block;
}

.table {
	font-size: 0.14rem!important;
}


/*提示框*/

.alertbox,
.ruleBox {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: none;
	background: rgba(0, 0, 0, 0.5);
	filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.alertbox .content {
	position: relative;
	margin: 100px auto;
	width: 2.7rem;
	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;
}

.alertbox .alertheader {
	padding: 15px;
	min-height: 16.43px;
	border-bottom: 1px solid #e5e5e5;
}

.alertbox .closetwo {
	float: right;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alertbox .modaltitle {
	margin: 0;
	line-height: 1.42857;
}

.alertbox .modalbody {
	position: relative;
	padding: 15px;
}

.alertbox .modalfooter {
	padding: 15px;
	border-top: 1px solid #e5e5e5;
	text-align: right;
}

.alertbox .modalfooter button.btn {
	color: #000;
	padding: 6px 12px;
	border-radius: 6px;
	border: none;
	color: #fff;
	background: #000;
	cursor: pointer;
}