
body{
	padding-top: 0;
}

.car-body{
	margin-top: 10px;
}
.plan {
  width: 100%;
  background: white;
  overflow: hidden;
}
.plan ul {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 5%;
  padding-bottom: 5%;
}
.plan ul li {
  width: 20%;
  float: left;
}
.plan ul li.pl1 i {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../img/plan1.png") no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  margin: 0 auto;
}
.plan ul li.pl1 i.act {
  background-position: -50px 0 !important;
}
.plan ul li.pl2 i {
  width: 51px;
  height: 50px;
  display: block;
  background: url("../img/plan2.png") no-repeat;
  background-size: auto 100%;
  margin: 0 auto;
}
.plan ul li.pl3 i {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../img/plan3.png") no-repeat;
  background-size: auto 100%;
  margin: 0 auto;
}
.plan ul li .gang {
  width: 60%;
  margin: 0 auto;
  height: 2px;
  background: #b2b2b2;
  margin-top: 25px;
}
.plan ul li .gang.act {
  background: #01cb73;
}
.plan ul li span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.plan ul li.act i {
  background-position: -50px 0;
}
.plan ul li.act span {
  color: #00b404;
}
.content1 {
  width: 100%;
  background: white;
}
.content1 .list1 {
  border-top: 1px solid #e5e5e5;
}
.content1 .list1 li {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 5%;
  box-sizing: border-box;
}
.content1 .list1 li span {
  line-height: 45px;
  font-size: 14px;
}
.content1 .list1 li b {
  color: #8d8d8c;
  font-weight: 500;
  font-size: 14px;
  margin-left: 10px;
}
.content1 .list1 li b.green {
  color: #00b404;
}
.content1 .list2 {
  border-top: 4px solid #edf0ec;
}
.content1 .list2 li {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 5%;
  box-sizing: border-box;
  line-height: 45px;
  font-size: 14px;
}
.content1 .list2 li h4 {
  font-size: 14px;
  font-weight: 500;
}
.content1 .list2 li span {
  font-size: 13px;
}
.content1 .list2 li a {
  font-size: 13px;
}
.content1 .list2 li b {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #8d8d8c;
  float: right;
  box-sizing: border-box;
  margin-top: 12px;
}
.content1 .list2 li b.act {
  background: url("../img/act-img.png");
  background-size: 100% 100%;
  border: none;
}
.content1 .list3 {
  border-top: 4px solid #edf0ec;
}
.content1 .list3 li {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 5%;
  box-sizing: border-box;
  line-height: 45px;
  font-size: 14px;
}
.content1 .list3 li span {
  display: block;
  line-height: 48px;
  float: left;
  font-size: 13px;
}
.content1 .list3 li input {
  width: 75%;
  float: right;
  height: 30px;
  margin-top: 8px;
  border: 1px solid #dcdcdc;
  background: #edf0ec;
  border-radius: 4px;
  padding-left:5px;
}
.content1 .list3 li.code input {
  width: 50%;
}
.content1 .list3 li.code .qrd-btm {
  width: 25%;
  height: 30px;
  float: right;
  margin-top: 8px;
  background: white;
  border: none;
}
.content1 .cont-btn {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #edf0ec ;
}
.content1 .cont-btn button {
  width: 90%;
  display: block;
  margin: 0 auto;
  height: 40px;
  color: #ffffff;
  background: url("../img/btn-bg.jpg") repeat;
  background-size: auto 100%;
  border-radius: 4px;
  font-size: 14px;
}
.content2 {
  width: 100%;
  background: white;
  padding-top: 5%;
  border-top: 4px solid  #edf0ec;
  display: none;
}
.content2 .c2-list1 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5%;
}
.content2 .c2-list1 li {
  overflow: hidden;
  margin-top: 10px;
}
.content2 .c2-list1 li span {
  float: left;
  font-size: 13px;
}
.content2 .c2-list1 li b {
  float: right;
  font-size: 13px;
  font-weight: 500;
}
.content2 .cont-btn {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #edf0ec ;
}
.content2 .cont-btn button {
  width: 90%;
  display: block;
  margin: 0 auto;
  height: 40px;
  color: #ffffff;
  background: url("../img/btn-bg.jpg") repeat;
  background-size: auto 100%;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 10px;
}
.content3 {
  display: none;
  width: 100%;
  background: white;
  padding-top: 5%;
  border-top: 4px solid  #edf0ec;
}
.content3 .up-cont {
  width: 90%;
  margin: 0 auto;
}
.content3 .up-cont h3 {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}
.content3 .up-cont span {
  display: block;
  color: #8d8d8c;
  font-size: 13px;
  margin-top: 3px;
}
.content3 .up-cont b {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
.content3 .up-cont strong {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 2px;
}
.content3 .c2-list1 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5%;
  margin-top: 15px;
}
.content3 .c2-list1 li {
  overflow: hidden;
  margin-top: 10px;
}
.content3 .c2-list1 li span {
  float: left;
  font-size: 13px;
  color: #8d8d8c;
  width: 90px;
}
.content3 .c2-list1 li b {
  float: left;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}
.content3 .cont-btn {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #edf0ec ;
}
.content3 .cont-btn button {
  width: 90%;
  display: block;
  margin: 0 auto;
  height: 40px;
  color: #ffffff;
  background: url("../img/btn-bg.jpg") repeat;
  background-size: auto 100%;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 10px;
}
.content4 {
  display: none;
  width: 100%;
  background: white;
  padding-top: 5%;
  border-top: 4px solid  #edf0ec;
}
.content4 .up-cont {
  width: 90%;
  margin: 0 auto;
}
.content4 .up-cont h3 {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}
.content4 .up-cont span {
  display: block;
  color: #8d8d8c;
  font-size: 13px;
  margin-top: 3px;
}
.content4 .up-cont b {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
.content4 .up-cont strong {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 2px;
}
.content4 .c2-list1 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5%;
  margin-top: 15px;
}
.content4 .c2-list1 li {
  overflow: hidden;
  margin-top: 10px;
}
.content4 .c2-list1 li span {
  float: left;
  font-size: 13px;
  color: #8d8d8c;
  width: 90px;
}
.content4 .c2-list1 li b {
  float: left;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}
.content4 .cont-btn {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #edf0ec ;
}
.content4 .cont-btn button {
  width: 90%;
  display: block;
  margin: 0 auto;
  height: 40px;
  color: #ffffff;
  background: url("../img/btn-bg.jpg") repeat;
  background-size: auto 100%;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 10px;
}

.content1 .list3 .qrd-btm .btn{display: block;text-align: center;width: 95%;height: 100%;background: #80BD01;line-height: 30px;color: #fff;margin-left:5%;border-radius:5px ;}
.content1 .list3 li.code button {
    width: 90px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    float:right;
}
.content1 .list3 li.code input {
margin-right: 10px;
    width:40%
}bg-green{
	background: #41D1CB !important;
}
.header.bg-green h2{
	color: #FFFFFF;
	font-size: 16px;
}
.car{
	padding-bottom:110px;
}
.car .top-tip{
	position: relative;
	background: #FAFCFB;
	color: #4c4c4c;
	height: 40px;
	line-height: 40px;
	padding: 0 50px 0 10px;
	font-size: 12px;
}
.car .top-tip .num{
	color: #451410;
	margin:  0 3px;
}
.car .top-tip span{
	line-height: 40px;
	color: #ff4e6c;
}
.car .top-tip a{
	float: right;
	color: #5D5D5D;
}
.car .top-tip .option{
	position: absolute;
	right:10px;
	top: 0;
	height: 100%;
	display: inline-block;
	color: #262626;
	font-size: 14px;
	padding: 0 5px;
	width: 40px;
	box-sizing: border-box;
	text-align: center;
}
.car-body .none{
	background: #fff;
	margin-bottom: 50px;
	text-align: center;
}
.car-body .none img{
	width: 50%;
	margin: 0 auto;
}
.car-body .none .goadd{
	display: inline-block;
	margin: 15px 0;
	padding: 10px 30px;
	font-size: 14px;
	color: #8c3535;
	border: 1px solid #5a1c12;
	border-radius:50px ;
}
.car-body>li{
	background: #fff;
	position: relative;
	overflow: hidden;
	margin:0 10px 15px;
	border-radius:8px ;
}
.car-body .class-tit{
	overflow: hidden;
}
.car-body .class-tit .actbtn,.car-body .class-tit .name{
	float: left;
}
.car-body .class-tit .actbtn span{
	margin: 6px 0;
}
.car-body .class-tit .actbtn{
	width: 9%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.car-body .class-tit .name{
	line-height: 30px;
	padding-left: 5px;
}
.car-body .product>div{
	float: left;
}
.car-body .product{
	overflow: hidden;
	background: #f8f8f8;
	border-bottom: 1px solid #efefef;
}
.car-body .actbtn{
	width: 9%;
	height: 135px;
	line-height: 135px;
	text-align: center;
}
.car-body .actbtn span{
	cursor: pointer;
	border: 1px solid #d4d4d4;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius:50% ;
	overflow: hidden;
	margin: 0 auto;
	background-size: 100%;
}
.car-body .on .actbtn span{
	background-image: url(../image/act-img.png);
	border: 1px solid #451410;
}
.car-body .info{
	
	width: 91%;
}
.car-body .info .shoppingimg{
	float: left;
	height: 135px;
	padding: 15px 10px;
	width:90px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
}
.car-body .info .shoppingimg img{
	width:100%;
	height: auto;
	margin: 0 auto;
	align-items: center;
}
.car-body .info .text{
	position: relative;
	height: 135px;
	padding: 8px 8px 8px 0;
	margin-left: 80px;
	box-sizing: border-box;
}
.car-body .info .text .name{
	color: #636363;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.car-body .info .text .sort{
	height: 16px;
	background: #f0f0f0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.85rem;
	color: #4c4c4c;
	margin: 3px 0;
	display: inline-block;
	padding: 0 8px;
	box-sizing: border-box;
	overflow: hidden;
	max-width:90%;
	line-height: 16px;
	border-radius:5px ;
}
.car-body .info .text .textclass{
	height: 24px;
}
.car-body .info .text .sort span{
	color: #ff0000;
	font-size: 0.85rem;
	margin-left: 5px;
}
.textclass span{
	display: inline-block;
	font-size: 0.8rem;
	color: #fff;
	padding: 2px 5px;
	background: #FD021A;
	margin: 0 1px;
	border-radius:5px ;
}
.car-body .info .text .textclass .sort{
	background: -moz-linear-gradient(to right, #451410,#9B5E4F);
    background: -webkit-gradient(to right, #451410,#9B5E4F);
    background: -webkit-linear-gradient(to right, #451410,#9B5E4F);
    background: -o-linear-gradient(to right, #451410,#9B5E4F);
    background: -ms-linear-gradient(to right, #451410,#9B5E4F);
    background: linear-gradient(to right, #451410,#9B5E4F);
    color: #fff;
}
.textclass .sort-1{
	background: #007AFF;
}
.textclass .sort-1{
	background: #4768F3;
}
.textclass .sort-2{
	background: #3ad2c8;
}
.textclass .sort-3{
	background: #F5672B;
}
.textclass .sort-4{
	background: #18DCFF;
}
.textclass .sort-5{
	background: #11BD59;
}
.textclass .sort-6{
	background: #7F16FB;
}
.textclass .sort-7{
	background: #D316FB;
}
.textclass .sort-8{
	background: #16B0FB;
}
.textclass .sort-9{
	background:#16B06C;
}
.textclass .sort-10{
	background: #FF006C;
}
.car-body .info .text .gold{
	margin-top: 15px;
	color: #ff4141;
	font-size: 13px;
	
}
.car-body .info .text .gold span{
	font-size: 18px;
	color: #ff4141;
}
.car-body .info .text .number{
	position: absolute;
	bottom: 8px;
	right: 10px;
}
.number {
	overflow: hidden;
	height: 30px;
	display: inline-block;
	width: 120px;
	vertical-align: middle;
	position: absolute;
	bottom: 25px;
	right: 10px;
}

.number dl {
	height: 100%;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	border-radius:3px ;
}

.number dd {
	box-sizing: border-box;
	float: right;
	width: 28%;
	height: 28px;
	text-align: center;
	line-height:28px;
	font-size: 20px;
	cursor: pointer;
	background: #FFFFFF;
}
.number .add{
	border-left:1px solid #f0f0f0 ;
	color: #AAAAAA;
}
.number .re{
	color: #AAAAAA;
	border-right:1px solid #f0f0f0 ;
}
.number .main {
	width:44%;
	background: #fff;
	height: 28px;
	overflow: hidden;
	border-radius: 0;
	margin: 0;
	box-shadow: none;
	border: none;
}

.number .main input {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
	line-height: 28px;
	color: #333;
}
.car-body .clearbtn{
	width: 10vw;
	height: 135px;
	background: #000000;
	position: absolute;
	right: -10vw;
}
.car-bottom{
	position: fixed;
	bottom:50px ;
	line-height: 50px;
	height: 50px;
	width: 100%;
	box-sizing: border-box;
	padding:0;
	background: #fff;
}
.car-bottom>div{
	float: left;
}
.car-bottom .actbtn{
	padding-left: 10px;
	line-height: 50px;
	width: 17%;
}
.car-bottom .actbtn span{
	cursor: pointer;
	border: 1px solid #d4d4d4;
	display: inline-block;
	width: 18px;
	float: left;
	height: 18px;
	border-radius:50% ;
	overflow: hidden;
	margin: 15px auto 0;
	background-size: 100%;
}
.car-bottom .actbtn .on{
	background-image: url(../image/act-img.png);
	border: 1px solid #451410;
}
.car-bottom .actbtn label{
	display: inline-block;
	margin-left: 5px;
	float: left;
}
.car-bottom .text{
	margin-left: -2.5%;
	color: #909090;
	font-size: 15px;
	line-height: 18px;
	margin-top: 3px ;
	letter-spacing: 0.5px;
	-webkit-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
    text-align: left !important;
}
.car-bottom .text p{
	font-size: 0.8rem;
	letter-spacing: 0px;
	color: #451410;
}
.car-bottom .gold{
	
	font-size: 16px;
	color: #787777;
	text-align: right;
}
.car-bottom .gold .goldnum{
	font-size: 18px;
	color: #ff4e6c;
}
.car-bottom .gold .goldnum span{
	font-size: 22px;
	color: #ff4e6c;
}
.car-bottom .btn a{
	display: inline-block;
}
/*.car-bottom .btn{
	width: 25%;
	float: right;
	text-align: center;
	background: #451410;
	color: #fff;
}*/
.car-bottom .btn .go-pla{
	width: 25%;
	float: right;
	text-align: center;
	background: #451410;
	color: #fff;
	display: none;
}
.car-bottom .btn a{
	color: #fff;
}
.remove{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 80%;
	z-index: 20;
	background: #fff;
	display: none;
}
.remove.on{
	display: block;
}
.remove .delete{
	float: right;
	padding: 2px 8px;
	border:1px solid #451410;
	background: #fff;
	color: #451410;
	height: 26px;
	font-size: 13px;
	min-width: 40px;
	border-radius:50px ;
	margin-top: 10px;
	margin-right: 15px;
}
.car-bottom .btn{
	position: absolute;
	top: 0;
	right: 0;
}
.car-bottom .btn .go-pla{
	height: 50px;
	width: 80px;
}
