html {
	background-color: #f0f0f0
}

a:active,a:hover,a:link,a:visited {
	text-decoration: none
}

button {
	outline: 0
}

.col-center-block {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.paddingNone {
	padding: 0
}

.carTitle {
	padding: .3rem .27rem 0;
	font-size: .3rem;
	color: #414141
}

.carList,.carTitle {
	background-color: #fff
}

.carList {
	padding: 0;
	margin-bottom: .24rem
}

.shopMain {
	padding: 0 .27rem
}

.shopContent,.shopMain {
	border-bottom: 1px solid #f0f0f0
}

.shopContent {
	padding: .3rem 0
}

.shopImg {
	padding: 0
}

.shopImg img {
	width: 100%;
	height: 1.4rem;
	border-radius: 5px
}

.shopInfo {
	padding: 0 0 0 .13rem
}

.shopTitle {
	padding: .06rem 0 0;
	font-size: .26rem;
	color: #333
}

.shopTitle p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.shopTeacher {
	padding: .12rem 0 0;
	font-size: .22rem;
	color: #666
}

.shopDeleteBtn {
	padding: .3rem 0 0
}

.shopDeleteBtn button {
	width: 1.4rem;
	height: .5rem;
	text-align: center;
	line-height: .34rem;
	font-size: .22rem;
	color: #ff385a;
	border: 1px solid #ff385a;
	border-radius: 3px;
	background-color: #fff
}

.shopChapter {
	padding: .12rem 0 0;
	font-size: .22rem;
	color: #666
}

.shopOperation {
	padding: .12rem 0
}

.shopCheck {
	padding: 0;
	position: relative
}

.shopCheck i,.carPayInfoCheck i{
	position: absolute;
	top: .1rem;
	left: .1rem;
	display: block;
	width: .37rem;
	height: .37rem;
}
.carPayInfoCheck i{
	top: .3rem;
    left: .27rem;
}
.check {
	background: url(/deploy/assets/m2.0/img/allIconBg.png) -9.85rem -4.46rem no-repeat;
	background-size: 10.22rem 8.32rem
}

.checkActive {
	background: url(/deploy/assets/m2.0/img/allIconBg.png) -9.85rem -4.85rem no-repeat;
	background-size: 10.22rem 8.32rem
}

.shopCheck input {
	width: 100%;
	height: .3rem;
	opacity: 0
}

.shopCheck span {
	display: inline-block;
	padding: .03rem .09rem;
	font-size: .19rem;
	color: #9b9b9b;
	border: 1px solid #9b9b9b;
	border-radius: 3px;
	position: relative;
	top: -.1rem
}

.shopMoney {
	padding: 0;
	font-size: .24rem;
	color: #ff385a;
	text-align: right
}

.shopMoney c {
	font-size: .22rem
}

.shopMoney b {
	font-size: .3rem
}

.carPay {
	height: 1rem;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 0 10px 5px #e3e3e3
}

.carPay,.carPayInfo {
	padding: 0
}

.carPayInfoCheck {
	position: relative;
	padding: .2rem 0 .2rem .31rem;
	font-size: .3rem;
	color: #b2b2b2;
}

.carPayInfoCheck input {
	width: .3rem;
	height: .3rem;
	margin-right: .2rem;
	position: relative;
	top: .05rem;
	opacity: 0;
	z-index: 5
}

.carPayInfoMoney {
	padding: .1rem 0 0;
	font-size: .24rem;
	color: #ff385a;
	letter-spacing: .02rem
}

.carPayInfoMoney c {
	font-size: .22rem
}

.carPayInfoMoney b {
	font-size: .3rem;
	margin: 0 .16rem
}

.carPayInfoMoney span {
	font-size: .2rem;
	color: #aaa
}

.carPayBtn {
	padding: 0
}

.carPayBtn a {
	display: inline-block;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .3rem;
	color: #fff;
	background-color: #ff385a
}

.deleteDiv {
	width: 80%;
	background-color: #fff;
	border-radius: 4px;
	position: fixed;
	top: 1.5rem;
	left: 10%
}

.deleteImg {
	padding: .5rem 0 0;
	text-align: center
}

.deleteImg img {
	width: 1.5rem
}

.deleteInfo {
	padding: .4rem 0 0;
	font-size: .3rem;
	color: #333
}

.deleteInfo,.deleteTip {
	width: 100%;
	text-align: center;
	letter-spacing: .02rem
}

.deleteTip {
	padding: .3rem 0 0;
	font-size: .24rem;
	color: #666;
	margin-bottom: .4rem
}

.deleteModalBtn {
	width: 100%;
	height: .8rem;
	border-top: 1px solid #e4e4e4
}

.deleteModalBtn a {
	display: block;
	float: left;
	width: 50%;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	font-size: .3rem;
	box-sizing: border-box
}

.deleteModalBtn a:first-of-type {
	color: #414141;
	border-right: 1px solid #e4e4e4
}

.deleteModalBtn a:last-of-type {
	color: #ff3c5c
}