body,html{
	width: 100%;
	position: relative;
	min-width: 1200px;
}
.money_wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: 20;
}
.money,.code {
	width: 450px;
	height: 485px;
	background: url(../imgs/money.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 22;
}
.code{
	background: url(../imgs/code.png) no-repeat;
	background-size: 100% 100%;
	z-index: 21;
}
.new_code {
	position: absolute;
	width: 177px;
	height: 177px;
	margin: auto;
	left: 0;
	right: 0;
	top: 172px;
}
.money_cli {
	width: 215px;
    height: 70px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 320px;
    cursor: pointer;
}
.money_del {
	width: 50px;
	height: 50px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.wrap{
	width: 100%;
	background: #ececec;
}
.contant_wrap1 {
	width: 100%;
	background: url(../imgs/contant_back11.jpg) no-repeat center top;
}
.contant_tit1 {
	width: 411px;
	height: 53px;
	background: url(../imgs/contant_tit1.png) no-repeat;
	background-size: 100% 100%;
	margin: 50px auto 30px;
}
.show_ul {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show_li {
	width: 500px;
	height: 430px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 100px;
}
.show_a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.show_img {
	width: 100%;
	height: 100%;
}
.show_top {
	height: 70px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.show_logo_wrap {
	width: 180px;
	height: 70px;
	position: relative;
	float: left;
}
.show_logo {
	height: 45px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.show_tit {
	font-family: SourceHanSansCN-Bold;
	font-size: 28px;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
}
.show_num {
	font-family: SourceHanSansCN-Heavy;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
}
.contant_wrap2 {
	width: 100%;
	background: url(../imgs/contant_back11.jpg) no-repeat center top;
}
.contant {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.contant_tit2 {
	width: 411px;
	height: 81px;
	background: url(../imgs/contant_tit2.png) no-repeat;
	background-size: 100% 100%;
	margin: 50px auto 30px;
}
.special_price_ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.special_price_li {
	width: 288px;
	height: 389px;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.special_price_img_wrap {
	width: 100%;
	height: 280px;
	position: relative;
}
.special_price_car {
	width: 100%;
	height: 240px;
	position: absolute;
	bottom: 0;	
}
.special_bottom {
	position: relative;
	padding-right: 18px;
}
.car_logo_wrap {
	width: 80px;
	height: 45px;
	float: left;
	position: relative;
}
.car_logo {
	height: 35px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.special_tit_wrap {
	height: 45px;
	overflow: hidden;
}
.special_tit {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 45px;
	color: #000000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.special_txt {
	margin-left: 80px;
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	color: #666666;
	/*width: 100px;*/
	overflow: hidden;
	text-overflow:ellipsis;
	
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.special_order {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -65px;
	height: 65px;
	background-image: linear-gradient(-50deg, 
		#f82b2b 0%, 
		#b81521 100%), 
	linear-gradient(
		#eb1414, 
		#eb1414);
	border-radius: 0px 0px 10px 10px;
	display: inline-block;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	text-align: center;
	line-height: 65px;
	color: #ffffff;
	transition: all 0.5s;
}
.special_a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.special_order:hover{
	
}
.contant_tit3 {
	width: 411px;
	height: 53px;
	background: url(../imgs/contant_tit33.png) no-repeat;
	background-size: 100% 100%;
	margin: 67px auto 40px;
}
.gift_ul {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gift_li {
	width: 288px;
	height: 389px;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	transition: all 1s;
	overflow: hidden;
	margin-bottom: 18px;
}
.gift_a {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.contant_tit4 {
	/*width: 547px;
	height: 53px;*/
	width: 564px;
	height: 53px;
	background: url(../imgs/contant_tit44.png) no-repeat;
	background-size: 100% 100%;
	margin: 22px auto 20px;
}
.gift_img_wrap {
	width: 100%;
	height: 285px;
	position: relative;
}
.gift_log {
	font-family: SourceHanSansCN-Medium;
	font-size: 19px;
	text-align: center;
	color: #ffffff;
	width: 60px;
	height: 36px;
	background-color: #c50f05;
	border-radius: 10px 0px 10px 0px;
	line-height: 36px;
	position: absolute;
	top: 0;
	left: 0;
}
.gift {
	/*display: block;
	height: 200px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;*/
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.gift_content {
	
}
.prize_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.prize_left,.prize_right {
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	color: #666666;
}
.prize_num0 {
	font-family: PingFang-SC-Bold;
	font-size: 16px;
	color: #e72222;
}
.prize_num1 {
	font-family: PingFang-SC-Bold;
	font-size: 24px;
	font-weight: bold;
	color: #e72222;
}
.prize_right {
	text-decoration: line-through;
}
.order {
	width: 100%;
	height: 60px;
	background-color: #eb1414;
	border-radius: 0px 0px 10px 10px;
	position: absolute;
	left: 0;
	bottom: -60px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
}
.order_a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.gift_li:hover .order{
	bottom: 0;
}
.banner_wrap {
	width: 100%;
	/*height: 850px;*/
	position: relative;
}
.top{
	width: 100%;
	/*height: 100%;*/
}
.top_tit {
	font-family: MicrosoftYaHei;
	font-size: 30px;
	height: 68px;
	background-color: #ffffff;
	border-radius: 34px;
	line-height: 68px;
	color: #c50f05;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 38px;
	padding: 0 44px;
}
.top_num {
	font-family: MicrosoftYaHei-Bold;
	font-size: 52px;
	font-weight: bold;
	color: #c50f05;
}
.gift_tit {
	width: 100%;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	text-align: center;
	color: #000000;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gift_price {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #000000;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.gift_num0 {
	font-family: PingFang-SC-Bold;
	font-size: 24px;
	color: #e72222;
	font-weight: bold;
}
.gift_num {
	font-family: PingFang-SC-Bold;
	font-size: 34px;
	color: #e72222;
	font-weight: bold;
}
.contant_tit5 {
	width: 567px;
	height: 53px;
	background: url(../imgs/contant_tit55.png) no-repeat;
	background-size: 100% 100%;
	margin: 40px auto 20px;
}
.contant_tit4_img {
	width: 100%;
	display: block;
}
.contant_tit5_img {
	width: 100%;
	display: block;
	margin-bottom: 100px;
}
.coin_wrap {
	position: fixed;
	/*width: 180px;*/
	width: 60px;
	top: 300px;
	right: 60px;
	z-index: 19;
}
.coin {
	/*width: 180px;*/
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
}
.coin_txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #c61005;
	border-radius: 30px;
	height: 60px;
	line-height: 60px;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #ffffff;
	box-sizing: border-box;
	/*display: none;*/
	cursor: pointer;
	z-index: 2;
}
.coin1 {
	margin-bottom: 24px;
}
.coin_txt1 {
	transition: all 0.7s;
	padding-left: 10px;
}
.coin_txt2 {
	transition: all 0.7s;
	padding-left: 34px;
}
.coin_img {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.coin_img1 {
	background: url(../imgs/coin1.png) no-repeat;
	background-size: 100% 100%;
}
.coin_img2 {
	background: url(../imgs/coin2.png) no-repeat;
	background-size: 100% 100%;
}
.bar_wrap {
	position: fixed;
	width: 100%;
	/*height: 130px;*/
	top: 100px;
	left: 0;
	z-index: 19;
}
.bar {
	position: absolute;
	/*left: 110%;*/
	/*left: 1000%;*/
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	background: rgba(0,0,0,0.7);
	font-family: SourceHanSansCN-Regular;
	font-size: 22px;
	color: #ffffff;
	padding: 0 24px 0 12px;
	overflow: hidden;
}
.bar_head {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	margin-right: 15px;
	float: left;
	margin-top: 5px;
}
.add_wrap{
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 100;
}
.add {
	overflow: hidden;
	width: 350px;
	height: 342px;
	background-color: #ffffff;
	border-radius: 20px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}
.add_tit {
	font-family: SourceHanSansCN-Regular;
	font-size: 26px;
	height:60px ;
	line-height:60px ;
	text-align: center;
	color: #666666;
	border-bottom: 1px solid #515151;
}
.add_cli {
	font-family: PingFang-SC-Medium;
	font-size: 26px;
	height:60px ;
	line-height:60px ;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e72222;
}
select {
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
.add_inp,.add_sel {
	width: 300px;
    height: 40px;
    background-color: #f2f2f2;
    font-family: PingFang-SC-Medium;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    box-sizing: border-box;
    padding: 0 19px;
    display: block;
    margin: 0 auto;
    margin-top: 23px;
    border-radius: 20px;
}
.add_sel {
	background: #f2f2f2 url(../imgs/add_sel.png) 270px center no-repeat;
	background-size: 20px 20px;
	padding-right: 40px;
}
.add_del {
	width: 50px;
	height: 50px;
	background: url(../imgs/add_del.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 30px;
}
/**/
.add_wrap_z .add_cli,.add_wrap_z .add_tit{
	height: 50px;
	line-height: 50px;
	font-size: 24px;
}
.add_wrap_z .add_inp{
	margin-top: 17px;
}
.new_advertise_wrap {
	width: 100%;
	height: 180px;
	position: relative;
	margin-top: 24px;
}
.new_advertise_a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.new_advertise {
	width: 100%;
	height: 100%;
	display: block;
}
.new_show_ul {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new_show_li {
	width: 592px;
	height: 290px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 16px;
}
.video_left{
	width: 290px;
	height: 290px;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	position: relative;
}
.video_left_car {
	display: block;
	width: 100%;
	height: 100%;
}
.video_top {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.video_top_a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.video_slogon {
	width: 110px;
	height: 36px;
	background: #eb1414;
	border-radius: 10px 0px 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
.video_slogon_img {
	width: 18px;
	height: 20px;
	background: url(../imgs/video_slogon_img.png) no-repeat;
	background-size: 100% 100%;
}
.video_slogon_tit {
	font-family: SourceHanSansCN-Medium;
	font-size: 19px;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	margin-left: 11px;
}
.video_start {
	width: 60px;
	height: 60px;
	background: url(../imgs/video_start.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	margin: auto;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
}
.video_right {
	width: 273px;
	float: left;
	margin-left: 27px;
}
.video_logo_wrap {
	width: 100%;
	margin-top: 7px;
	height: 50px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.video_logo {
	/*display: inline-block;*/
	height: 30px;
	/*margin-top: 10px;*/
	margin-right: 12px;
}
.video_tit {
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	color: #000000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.car_type_ul {
	overflow: hidden;
	height: 60px;
}
.car_type_li {
	font-family: PingFang-SC-Regular;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #777777;
	float: left;
	margin-right: 25px;
}
.more_car {
	position: relative;
	width: 87px;
	border-radius: 13px;
	border: solid 1px #e72222;
	font-family: PingFang-SC-Regular;
	font-size: 18px;
	height: 27px;
	line-height: 25px;
	color: #e72222;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.more_car_a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.video_txt {
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	color: #333333;
	height: 35px;
	line-height: 35px;
}
.video_num {
	font-family: SourceHanSansCN-Heavy;
	font-size: 24px;
	color: #e72222;
	font-weight: bold;
}
.video_num1 {
	font-family: SourceHanSansCN-Heavy;
	font-size: 18px;
	color: #e72222;
}
select:focus,select:active,select:hover{
  outline:none;
}
input:focus,input:active,input:hover{
  outline:none;
}
.header-nav-box-back{margin-bottom:0px;}