@charset "UTF-8";

body {
	background-color: #f2f2f2
}

.icon-shop {
	background: url(/public/static/images/shop/shop-nav_462c244.png) no-repeat 0 0;
	display: inline-block;
	overflow: hidden
}

.banner {
	display: none;
	position: relative;
	padding: 2px;
	border-radius: 4px
}

.banner-nav {
	height: 51px;
	margin: 0 20px;
	border-bottom: solid 1px #e6e6e6
}

.banner-nav a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 60px;
	text-align: center;
	font-size: 16px;
	color: #34BF49;
	font-weight: 400;
	margin-bottom: -1px
}

.banner-nav a span {
	display: none
}

.banner-nav a:hover,.banner-nav a.selected {
	color: #34BF49;
	border-bottom: 2px #34BF49 solid
}

.body-bd {
	padding: 40px 20px 20px
}

.shop-item {
	min-height: 400px;
	display: none
}

.shop-hd {
	height: 170px;
	clear: both;
	font-size: 18px;
	color: #fff;
	position: relative
}

.shop-hd a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 24px
}

.shop-hd a:hover {
	color: #aaa
}

.motor-hd {
	background-color: #fc3
}

.icon-title-motor {
	width: 141px;
	height: 56px;
	background-position: -143px -229px;
	margin: 40px 0 0 20px
}

.box-hd {
	background-color: #fc3
}

.icon-title-box {
	width: 140px;
	height: 56px;
	background-position: -3px -229px;
	margin: 40px 0 0 20px
}

.wrap-vip {
	padding: 0 30px 20px
}

.vip-hd {
	color: #262626;
	font-size: 20px
}

.vip-bd {
	padding: 40px 0
}

.vip-item {
	float: left;
	width: 210px;
	margin: 0 25px;
	text-align: center
}

.vip-pic {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: url(/public/static/images/shop/vip_15be6b4.png) 0 0 no-repeat
}

.vip-pic-1 {
	background-position: 0 0
}

.vip-pic-2 {
	background-position: -150px 0
}

.vip-pic-3 {
	background-position: -300px 0
}

.vip-pic-4 {
	background-position: -450px 0
}

.vip-item h3 {
	font-size: 18px;
	color: rgba(38,38,38,.6);
	padding: 20px 0
}

.vip-item ul {
	padding-left: 25px;
	font-size: 14px;
	color: rgba(38,38,38,.6);
	line-height: 24px;
	text-align: left
}

.vip-item ul li {
	position: relative
}

.vip-item ul li:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #34BF49;
	left: -10px;
	top: 10px
}

.vip-exp {
	color: #34BF49;
	font-size: 22px;
	background: url(/public/static/images/shop/vip-exp_3eafe65.png) center bottom no-repeat;
	padding: 0 0 100px;
	text-align: center
}

.box-form {
	font-size: 14px;
	padding-bottom: 50px
}

.box-form-hd {
	font-size: 26px;
	padding: 10px 0 20px 235px
}

.box-form-hd span {
	font-size: 16px
}

.box-form-hd a {
	font-size: 16px
}

.box-form-group {
	padding: 8px 0 8px 70px;
	clear: both;
	line-height: 30px;
	margin-left: 30px;
	font-size: 14px
}

.box-form-lable {
	float: left;
	margin-left: -70px;
	text-align: right;
	padding-right: 10px;
	width: 60px;
	font-size: 16px
}

.box-form-title {
	font-size: 14px
}

.box-form-input {
	border: solid 1px #ddd;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-transition: .3s ease box-shadow;
	transition: .3s ease box-shadow;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	width: 200px
}

.box-form-input:focus {
	border-color: #fc3;
	-webkit-box-shadow: 0 0 15px 0 rgba(255,204,51,.51);
	box-shadow: 0 0 15px 0 rgba(255,204,51,.51)
}

.box-form-group label {
	padding-right: 20px
}

.box-form-group label input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.box-form-select li {
	display: inline-block;
	margin-right: 5px
}

.box-form-select a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 80px;
	border-radius: 15px;
	border: solid 1px #ddd;
	text-align: center;
	color: #999;
	position: relative
}

.box-form-select li span {
	font-size: 12px
}

.box-form-select a.on,.box-form-select a:hover {
	border-color: #fc3;
	color: #fc3
}

.box-form-select a.on {
	background-color: #fc3;
	color: #fff
}

.box-form-select a .icon-discount {
	position: absolute;
	right: 0;
	top: -5px;
	background-color: #fc3;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	border-radius: 7px;
	height: 14px;
	text-decoration: none;
	padding: 0 5px;
	font-style: normal
}

.coin-tip {
	color: #fc3
}

.coin-tip i {
	color: #999;
	font-style: normal
}

.rideList {
	margin: 0;
	padding-top: 20px
}

.rideList ul {
	margin-left: -24px
}

.rideList li {
	position: relative;
	width: 200px;
	float: left;
	margin: 0 0 20px 70px;
	padding: 20px 0;
	_display: inline
}

.rideList .name {
	font-size: 16px;
	font-weight: 700;
	color: #999;
	padding: 10px 0 5px
}

.rideList .price {
	font-size: 14px;
	color: #999;
	font-family: 宋体
}

.rideList .price-text {
	color: #f99
}

.rideList .imgShow {
	width: 160px;
	height: 100px;
	margin: 0 auto
}

.icon-shop-vip {
	position: absolute;
	top: 10px;
	left: 0;
	width: 83px;
	height: 24px;
	background-position: 0 -367px
}

.icon-shop-wy {
	position: absolute;
	top: 10px;
	left: 0;
	width: 126px;
	height: 24px;
	background-position: 0 -343px
}

.icon-shop-zd {
	position: absolute;
	top: 10px;
	left: 0;
	width: 126px;
	height: 24px;
	background-position: -144px -343px
}

#buyRideMenu .right .balance a {
	padding-left: 20px;
	font-weight: 700;
	text-decoration: underline
}

.popup-cnt-car {
	padding-left: 200px;
	text-align: left
}

.popup-cnt-car-img {
	float: left;
	margin: 0 0 0 -210px;
	text-align: center;
	width: 200px
}

.popup-cnt-car img {
	width: 128px;
	height: 80px
}

.popup-cnt-car p {
	margin-top: 8px
}

.popup-cnt-car .vip-pic {
	width: 90px;
	height: 90px;
	-webkit-background-size: 360px 90px;
	background-size: 360px 90px
}

.popup-cnt-car .text-info {
	text-decoration: line-through
}

.car-list-hd {
	margin: 0 20px;
	border-left: solid 4px #34bf49;
	padding-left: 10px;
	height: 20px;
	line-height: 20px
}

.car-list-hd span {
	color: rgba(38,38,38,.8);
	font-size: 20px;
	float: left
}

.car-list-hd a {
	float: right;
	font-size: 14px;
	color: rgba(38,38,38,.4)
}

.car-list-bd {
	padding: 20px 0
}

.car-item {
	float: left;
	margin: 20px;
	position: relative;
	background-color: #f7f7f7;
	width: 210px;
	height: 300px;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 1px 2px;
	box-shadow: rgba(0,0,0,.3) 0 1px 2px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.car-item:hover {
	-webkit-box-shadow: rgba(0,0,0,.3) 0 1px 4px;
	box-shadow: rgba(0,0,0,.3) 0 1px 4px;
	background-color: #f0f0f0
}

.car-item-img {
	height: 150px;
	display: table-cell;
	vertical-align: bottom;
	width: 210px;
	margin: 0 auto
}

.car-item-day {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: rgba(38,38,38,.6);
	border-radius: 10px;
	padding: 0 15px
}

.car-item-preview {
	position: absolute;
	top: 130px;
	right: 10px;
	width: 24px;
	height: 24px;
	border: solid 1px #34BF49;
	border-radius: 50%
}

.car-item-preview:before {
	content: '';
	position: absolute;
	border-left: solid 10px #34BF49;
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-right: 0;
	left: 9px;
	top: 5px
}

.car-item-preview:hover {
	background-color: #34BF49
}

.car-item-preview:hover:before {
	border-left-color: #fff
}

.car-item-name {
	font-size: 16px;
	color: #262626;
	margin-top: 30px
}

.car-item-name a {
	font-size: 12px;
	color: rgba(38,38,38,.6)
}

.car-item-desc {
	font-size: 14px;
	color: rgba(38,38,38,.4);
	height: 32px;
	line-height: 16px;
	margin: 0 20px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.car-item-action {
	padding: 15px
}

.car-list .btn-block {
	display: block
}

.car-list .active {
	color: #fff!important;
	background-color: #34bf49
}

.nologin .car-item-name a {
	display: none
}

.popup-get {
	text-align: left
}

.popup-get-hd {
	color: rgba(38,38,38,.8);
	font-size: 18px
}

.popup-get-bd {
	color: rgba(38,38,38,.6);
	font-size: 14px
}

.popup-get-bd span {
	color: #34bf49;
	font-size: 16px
}

.popup-set-name {
	color: #999
}

.popup-set-name label {
	color: rgba(38,38,38,.8)
}

.popup-set-name .text-info {
	font-size: 12px
}

.flash-area {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	width: 800px;
	height: 480px;
	margin: -240px 0 0 -400px;
	z-index: 200;
	pointer-events: none
}

.box-md-function .icon-shop {
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle
}

.icon-shop-box1 {
	background-position: 0 -80px
}

.icon-shop-box2 {
	background-position: -100px -80px
}

.icon-shop-box3 {
	background-position: -300px -80px
}

.icon-shop-box4 {
	background-position: -200px -80px
}

.box-md-function {
	padding: 27px 0 0
}

.box-md-function li {
	display: inline-block;
	font-size: 18px;
	color: #999;
	width: 190px;
	padding: 40px;
	text-align: center;
	font-weight: 200;
	vertical-align: top;
	*display: inline;
	*zoom: 1
}

.box-md-function li strong {
	font-weight: 400;
	color: #333;
	margin: 0 8px;
	display: block
}

.box-md-function li span {
	font-size: 14px;
	display: block
}

.box-info dt {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	padding: 8px 0 17px 30px
}

.box-info dd {
	background-color: #f7f7f7;
	padding: 20px 17px;
	border: solid 1px #ebebeb
}

.box-info ol {
	list-style-type: decimal
}

.box-info ol li {
	margin-left: 26px;
	color: #999;
	font-size: 14px;
	line-height: 1.8;
	font-family: 宋体;
	padding: 0
}

.cat-list li {
	float: left;
	width: 33.33%;
	border: solid 1px #ddd;
	margin: -1px 0 0 -1px;
	font-size: 14px;
	font-family: 宋体;
	height: 36px;
	text-align: center;
	border-bottom: 0;
	border-right: 0
}

.cat-list li span {
	color: #fc3
}

.box-md.text-center {
	font-family: 宋体;
	font-size: 14px
}

.box-apply-btn {
	padding: 20px 0
}

.mod-search-wrap {
	padding: 0 0 10px
}

.mod-search {
	width: 220px;
	position: relative;
	height: 28px;
	border: solid 1px #ccc;
	border-radius: 15px
}

.mod-search-focus {
	border-color: #ffc107
}

.mod-search input {
	border: 0;
	float: left;
	margin: 4px 0 0 15px;
	height: 20px;
	line-height: 20px;
	width: 160px;
	outline: 0;
	font-size: 14px;
	color: #666
}

.mod-search span {
	position: absolute;
	color: #ccc;
	font-family: 宋体;
	font-size: 12px;
	white-space: nowrap;
	left: 15px;
	top: 0;
	line-height: 28px;
	width: 160px;
	cursor: text
}

.mod-search a {
	float: right;
	height: 16px;
	padding: 5px 0 9px;
	line-height: 16px;
	width: 40px;
	text-align: center
}

.mod-search a i {
	vertical-align: top
}

.mod-search-focus a i {
	background-position: -144px -48px
}

.icon-num4,.icon-num5,.icon-num6 {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px
}
.icon-num2 {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	background: url(/public/static/images/shop/shop_num2.png) no-repeat 0 0;
}
.icon-num3 {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	background: url(/public/static/images/shop/shop_num3.png) no-repeat 0 0;
}
.icon-num4 {
	background-position: 0 -184px
}

.icon-num5 {
	background-position: -40px -184px
}

.icon-num6 {
	background-position: -80px -184px
}

.icon-back {
	width: 24px;
	height: 24px;
	background-position: -168px -184px;
	float: left;
	margin-left: -30px
}

.icon-next-group {
	width: 24px;
	height: 24px;
	background-position: -120px -184px;
	float: left;
	margin-left: -30px
}

.icon-question {
	width: 24px;
	height: 24px;
	background-position: -144px -184px;
	float: left;
	margin-left: -30px;
	_display: inline
}

.num-main {
	clear: left;
	float: left;
	width: 700px
}

.num-aside {
	float: right;
	width: 350px
}

.num-list dt {
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #666
}

.num-list dd {
	height: 240px;
	padding-bottom: 30px
}

.num-list dt a {
	float: right;
	padding-left: 30px;
	height: 24px;
	line-height: 24px;
	margin: 8px 4px 0 0;
	*margin-top: -32px;
	color: #999
}

.num-list dt a:hover {
	color: #f99
}

.num-list ul {
	margin-left: 1px
}

.num-list ul li {
	float: left;
	_display: inline;
	height: 120px;
	line-height: 30px;
	width: 138px;
	margin: 0 0 -1px -1px;
	border: solid 1px #ebebeb;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative
}

.num-list ul li strong {
	display: block;
	text-align: center;
	font-weight: 400;
	color: #666;
	font-size: 26px;
	padding-top: 30px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.num-list ul li p {
	text-align: center;
	line-height: 40px;
	color: #999;
	font-size: 14px
}

.num-list ul li p span {
	color: #f99
}

.num-list ul li .num-list-action {
	position: absolute;
	bottom: -32px;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.num-list ul li:hover .num-list-action {
	bottom: 0
}

.num-list ul li:hover strong {
	padding-top: 10px
}

.num-list ul li .num-list-action a:first-child {
	border-right: solid 1px #ebebeb;
	width: 68px
}

.num-list ul li a {
	float: left;
	width: 69px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	background-color: #e0c1f0
}

.num-list ul li:hover a {
	color: #fff
}

.num-list4 ul li a {
	background-color: #e0c1f0
}

.num-list4 ul li a:hover {
	background-color: #c692f0
}

.num-list5 ul li a {
	background-color: #ffe085
}

.num-list5 ul li a:hover {
	background-color: #ffd956
}

.num-list6 ul li a {
	background-color: #85c2e0
}

.num-list6 ul li a:hover {
	background-color: #59b1e0
}

.num-aside dt {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	padding: 8px 0 17px 30px
}

.num-aside dd {
	background-color: #f7f7f7;
	padding: 6px 10px;
	height: 230px
}

.num-aside ol {
	list-style-type: decimal
}

.num-aside ol li {
	margin-left: 26px;
	color: #999;
	font-size: 14px;
	line-height: 1.8;
	font-family: 宋体;
	padding: 0
}

.num-search-result {
	display: none
}

.num-search-result dt {
	border-bottom: solid 1px #ebebeb
}

.num-search-result dd {
	padding-top: 20px
}

.num-tip {
	font-size: 18px;
	color: #f99
}

.popup-cnt-num {
	padding: 10px 0 0 200px;
	text-align: left
}

.popup-cnt-num strong {
	margin: 30px 0 0 -210px;
	float: left;
	font-size: 36px;
	width: 200px;
	text-align: center
}

.popup-cnt-num h3 {
	color: #666
}

.popup-cnt-num p {
	padding-top: 8px;
	color: #999
}

.guard-hd {
	background: url(/public/static/images/shop/guard_banner_a921779.jpg) center -3px no-repeat #a20f43
}

.guard-desc {
	color: #999;
	margin: 0;
	padding-top: 30px
}

.guard-desc-item {
	float: left;
	width: 280px;
	height: 310px;
	margin: 0 43px;
	_display: inline
}

.guard-desc-item-hd {
	font-size: 18px
}

.guard-desc-item-hd span {
	font-size: 28px;
	color: #a20f43;
	margin-right: 5px
}

.guard-desc-item-bd {
	text-align: center;
	padding-top: 20px
}

.guard-desc-item-bd img {
	margin: 0 auto 20px
}

.guard-desc p {
	text-align: left;
	font-size: 14px
}

.guard-desc-item-vip {
	width: 100%;
	margin: 26px 43px
}

.guard-vip {
	margin: 0 -31px;
	text-align: center
}

.guard-vip li {
	float: left;
	width: 190px;
	margin: 0 40px
}

.popup .popup-content {
	font-size: 16px
}