body,
html {
	height: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: -apple-system-font, Helvetica Neue, Helvetica, Microsoft YaHei, sans-serif;
}

ul {
	list-style: none
}

input,
select,
textarea,
button {
	font-family: -apple-system-font, Helvetica Neue, Helvetica, Microsoft YaHei, sans-serif;
}

a {
	color: #333;
}

.page,
body {
	background-color: #f8f8f8
}

.link {
	color: #288CC8
}

.container {
	overflow: hidden
}

.container,
.page {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.page {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	z-index: 1
}

.page.js_show {
	opacity: 1
}

.page__hd {
	padding: 40px
}

.page__bd_spacing {
	padding: 0 15px
}

.page__ft {
	padding: 15px 0;
	text-align: center
}

.page__ft img {
	height: 19px
}

.page__ft.j_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.page__title {
	text-align: left;
	font-size: 20px;
	font-weight: 400
}

.page__desc {
	margin-top: 5px;
	color: #888;
	text-align: left;
	font-size: 14px
}

.page.button .page__bd {
	padding: 0 15px
}

.page.button .button-sp-area {
	margin: 0 auto;
	padding: 15px 0;
	width: 60%
}

.page.cell .page__bd,
.page.form .page__bd {
	padding-bottom: 30px
}

.page.actionsheet,
.page.dialog {
	background-color: #fff
}

.page.dialog .page__bd {
	padding: 0 15px
}

.page.msg,
.page.msg_success,
.page.msg_warn,
.page.toast {
	background-color: #fff
}

.page.panel .page__bd {
	padding-bottom: 20px
}

.page.article {
	background-color: #fff
}

.page.icons {
	text-align: center
}

.page.icons .page__bd {
	padding: 0 40px;
	text-align: left
}

.page.icons .icon-box {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.page.icons .icon-box i {
	margin-right: 18px
}

.page.icons .icon-box__ctn {
	-webkit-flex-shrink: 100;
	flex-shrink: 100
}

.page.icons .icon-box__title {
	font-weight: 400
}

.page.icons .icon-box__desc {
	margin-top: 6px;
	font-size: 12px;
	color: #888
}

.page.icons .icon_sp_area {
	margin-top: 10px;
	text-align: left
}

.page.icons .icon_sp_area i:before {
	margin-bottom: 5px
}

.page.flex .placeholder {
	margin: 5px;
	padding: 0 10px;
	background-color: #ebebeb;
	height: 2.3em;
	line-height: 2.3em;
	text-align: center;
	color: #cfcfcf
}

.page.loadmore {
	background-color: #fff
}

.page.layers {
	overflow-x: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

@media only screen and (max-width:320px) {
	.page.layers .page__hd {
		padding-left: 20px;
		padding-right: 20px
	}
}

.page.layers .page__bd {
	position: relative
}

.page.layers .page__desc {
	min-height: 4.8em
}

.page.layers .layers__layer {
	position: absolute;
	left: 50%;
	width: 150px;
	height: 266px;
	margin-left: -75px;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
	background: url(/static/ems/images/layers/transparent.gif) no-repeat 50%;
	background-size: contain;
	font-size: 14px;
	color: #fff
}

.page.layers .layers__layer span {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.page.layers .layers__layer:last-child span {
	color: #aaa
}

.page.layers .layers__layer.j_hide {
	opacity: 0
}

.page.layers .layers__layer.j_pic span {
	color: transparent
}

@media only screen and (min-width:375px) and (min-height:603px) {
	.page.layers .layers__layer {
		width: 180px;
		height: 320px;
		margin-left: -90px
	}
}

@media only screen and (min-width:414px) and (min-height:640px) {
	.page.layers .layers__layer {
		width: 200px;
		height: 355px;
		margin-left: -100px
	}
}

.page.layers .layers__layer_popout {
	border: 1px solid hsla(0, 0%, 80%, .5);
	z-index: 4
}

.page.layers .layers__layer_popout.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(120px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(120px)
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_popout.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(140px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(140px)
	}
}

.page.layers .layers__layer_popout.j_pic {
	border-color: transparent;
	background-image: url(/static/ems/images/layers/popout.png)
}

.page.layers .layers__layer_mask {
	background-color: rgba(0, 0, 0, .5);
	z-index: 3
}

.page.layers .layers__layer_mask.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(40px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(40px)
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_mask.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(80px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(80px)
	}
}

.page.layers .layers__layer_navigation {
	background-color: rgba(40, 187, 102, .5);
	z-index: 2
}

.page.layers .layers__layer_navigation.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px)
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_navigation.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(20px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(20px)
	}
}

.page.layers .layers__layer_navigation.j_pic {
	background-color: transparent;
	background-image: url(/static/ems/images/layers/navigation.png)
}

.page.layers .layers__layer_content {
	background-color: #fff;
	z-index: 1
}

.page.layers .layers__layer_content.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-120px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-120px)
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_content.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px)
	}
}

.page.layers .layers__layer_content.j_pic {
	background-image: url(/static/ems/images/layers/content.png)
}

.page.searchbar .searchbar-result {
	display: none;
	margin-top: 0;
	font-size: 14px
}

.page.searchbar .searchbar-result .weui-cell__bd {
	padding: 2px 0 2px 20px;
	color: #666
}

.page.actionsheet,
.page.gallery,
.page.picker {
	overflow: hidden
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes a {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
}

@keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
}

input::-webkit-input-placeholder {
	color: #bbb;
}

input::-moz-placeholder {
	color: #bbb;
}

input:-moz-placeholder {
	color: #bbb;
}

input:-ms-input-placeholder {
	color: #bbb;
}

.weui-cells,
.weui-btn {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}

.weui-cells:before,
.weui-cells:after {
	display: none;
}

.weui-cell {
	margin-bottom: -1px;
	padding: 9px 15px 8px;
}

.weui-cell:before {
	border-top: 1px solid #eee!important;
}

.weui-cell_vcode {
	padding: 0 0 0 15px;
}

.weui-label {
	width: 70px;
}

.page.slideIn {
	-webkit-animation: a .2s forwards;
	animation: a .2s forwards
}

.page.slideOut {
	-webkit-animation: b .2s forwards;
	animation: b .2s forwards
}

.weui-cells,
.weui-input {
	font-size: 14px!important;
	line-height: 23px!important;
}

.weui-input {
	height: auto;
}

.weui-btn {
	font-size: 15px!important;
}

.weui-cells__title {
	margin-top: 0;
	margin-bottom: 0;
	padding: 9px 15px 8px;
	background: #f5f5f5;
	color: #999;
	font-size: 12px;
}

.weui-uploader .weui-cell:before {
	left: 0;
}

.weui-uploader__hd {
	padding-bottom: 8px;
}

.weui-vcode-btn {
	font-size: 14px!important;
	padding: 1px 22px 0 20px;
	line-height: 44px!important;
	border-left: 1px solid #eee;
	border-top: 1px solid #fff;
	box-sizing: border-box;
	box-shadow: -1px 0 0 rgba(0, 0, 0, .05);
}

button.weui-vcode-btn {
	background: -webkit-linear-gradient(#fefefe, #f9f9f9);
	background: -o-linear-gradient(#fefefe, #f9f9f9);
	background: -moz-linear-gradient(#fefefe, #f9f9f9);
	background: linear-gradient(#fefefe, #f9f9f9);
}

.weui-search-bar__box {
	padding: 4px 14px 4px 34px;
}

.weui-search-bar__box .weui-icon-search {
	top: 3px;
}

.weui-search-bar__box .weui-search-bar__input {
	font-size: 12px!important;
	color: #999!important;
	padding: 4px 0;
}

.six-nav {
	background: #fafafa;
	display: flex;
	border-bottom: 1px solid #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.six-nav div {
	flex: 1;
	text-align: center;
	line-height: 40px;
	padding-top: 1px;
	font-size: 15px;
	position: relative;
}

.six-nav div:nth-child(1) {
	border-right: 1px solid #fff;
}

.six-nav div:last-child {
	border-right: 0;
}

.six-nav div a {
	color: #333;
	display: block;
	background: -webkit-linear-gradient(#fafafa, #f0f0f0);
	background: -o-linear-gradient(#fafafa, #f0f0f0);
	background: -moz-linear-gradient(#fafafa, #f0f0f0);
	background: linear-gradient(#fafafa, #f0f0f0);
}

.six-nav div.on {
	background: #EAEAEA;
}

.six-nav div a.right {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #2385c0;
	padding: 0 12px 0 13px;
	font-size: 14px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .1);
}

.sixapply-path {
	font-size: 12px!important;
	white-space: nowrap;
	line-height: 19px;
	padding-top: 10px;
	margin-top: 42px;
}

.sixapply-search-box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sixapply-page-search .weui-cell:before {
	left: 0;
}

.sixapply-search-back {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.sixapply-search-back .weui-btn {
	border-color: #eee;
	font-size: 13px!important;
	color: #555;
}

.sixapply-search-box .weui-btn_primary {
	padding: 2px 32px;
}

#footer,
#footer a {
	font-size: 10px;
	color: #999;
}

.weui-icon-cancel {
	font-size: 20px;
	color: #ddd!important;
}

.upload-pic-view {
	text-align: center;
}

.upload-pic-view img {
	max-width: 100%;
}

.upload-pic-view-delete {
	text-align: center;
	padding-bottom: 10px;
	font-size: 30px;
	display: none;
}

.upload-pic-view-delete i {
	font-size: 30px;
}

.weui-agree {
	text-align: center;
	padding-top: 16px;
}

.weui-agree a {
	color: #288CC8;
}

.weui-agree__text {
	font-size: 12px;
}

#searchInfo {
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	color: #999;
	font-size: 12px;
}

#galleryDrivingLicense .weui-gallery__img {
	text-align: center;
}

#galleryDrivingLicense .weui-gallery__img h2 img {
	width: 100%;
}

#galleryDrivingLicense .weui-gallery__img h3 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

#galleryDrivingLicense .weui-gallery__img input {
	background: #fff url(/static/ems/images/icon-date.svg) 8px center no-repeat;
	background-size: auto 30px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 15px;
	width: 180px;
	padding: 8px 0 8px 50px;
	font-size: 22px;
	text-align: right;
}

#licenseNo-cell .weui-cell_select-before .weui-select {
	width: 50px;
}

#licenseNo-cell .weui-cell_select-before .weui-cell__hd:before {
	right: 10px;
}

#licenseNo-cell .weui-select,
#type-cell .weui-select {
	height: auto;
	line-height: inherit;
	padding-left: 0;
	padding-right: 10px;
}

#type-cell .weui-cell_select {
	width: 100%;
}

#type-cell .weui-cell_select-before {
	padding-right: 0;
}

#type-cell .weui-cell_select-before .weui-cell__hd:after {
	display: none;
}

#type-cell .weui-select {
	width: 100%;
	padding-right: 0;
}

#type-cell .weui-cell_select-before .weui-cell__hd:before {
	right: 0;
}

#province-cell .weui-cell_select-before,
#area-cell .weui-cell_select-before {
	padding-right: 0;
	padding-left: 1px;
}

#province-cell .weui-cell_select-before .weui-cell__bd,
#area-cell .weui-cell_select-before .weui-cell__bd,
#type-cell .weui-cell_select-before .weui-cell__bd {
	padding-left: 0;
	;
}

#province-cell .weui-select,
#area-cell .weui-select {
	height: auto;
	line-height: inherit;
	padding-left: 0;
	padding-right: 10px;
}

#province-cell #province {
	display: inline;
	width: 60px;
}

#province-cell #city {
	display: inline;
	width: 60px;
}

#province-cell #area {
	display: inline;
	width: 80px;
}

#area-cell #province {
	display: inline;
	width: 70px;
}

#area-cell #city {
	display: inline;
	width: 70px;
}

#area-cell #area {
	display: inline;
	width: 70px;
}

#province-cell #cgsProvince,
#province-cell #cgsCity,
#province-cell #cgs {
	box-sizing: border-box;
	background: #fafafa;
	border-radius: 4px;
	font-size: 13px;
	display: inline;
	margin: 4px auto;
	border: 1px dashed #f5f5f5;
	padding: 2px 0 2px 12px;
	color: #666;
}

#province-cell #cgsProvince,
#province-cell #cgsCity {
	width: 48%;
}

#province-cell #cgsCity {
	float: right;
}

#province-cell #cgs {
	width: 100%;
}

#cgstxt {
	display: none!important;
}

#cgstxt .weui-cell__bd {
	background: #fafafa;
	padding: 6px;
	text-align: center;
	font-size: 12px;
	color: #cc0000;
	border-radius: 6px;
	overflow: hidden;
}

#applyType-cell,
#carNoType-cell {
	padding: 0 0 0 15px;
}

#applyType-cell .weui-cell_select-before .weui-cell__hd:after,
#carNoType-cell .weui-cell_select-before .weui-cell__hd:after {
	display: none;
}

#applyType-cell .weui-cell_select-before,
#carNoType-cell .weui-cell_select-before {
	width: 100%;
	padding-right: 0;
}

#applyType-cell #applyType,
#carNoType-cell #carNoType {
	padding-left: 0;
	width: 100%;
}

#carPrefix {
	padding-left: 0;
}

.photoinfo {
	width: 100%;
	margin-top: 30px;
}

.photoinfo .infotitle {
	font-size: 24px;
	color: #333333;
	font-weight: bolder;
	text-align: center;
}

.myphoto {
	width: 100%;
	text-align: center;
	margin: 20px 0 20px;
}

.myphoto img {
	width: 55%;
	height: auto;
	margin: 0 auto;
}

.photonotice {
	padding: 0 30px;
}

.photonotice .noticetitle {
	font-size: 16px;
	color: #333333;
}

.photonotice .noticeinfo {
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.photonotice .noticeinfo img {
	width: 65px;
	height: 80px;
}

.tips {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
	font-size: 13px;
	margin-top: 30px;
}

.tips img {
	width: 13px;
	height: 15px;
	margin-right: 5px;
}
/* 协议弹框 */
.layer-box {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .6);
		z-index: 1000;
		display: block;
	}
	
	.layer {
		box-sizing: border-box;
		padding: 10px 0;
		width: 80%;
		height: 80%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1000;
		background: white;
		border-radius: 10px;
		position: absolute;
		z-index: 2;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
	
	.layer-title {
		box-sizing: border-box;
		height: 10%;
		width: 84%;
		margin: 0 auto;
		text-align: center;
		color: #288CC8;
		position: relative;
	}
	
	.layer-title h1 {
		font-size: 18px;
		line-height: 40px;
	}
	
	.layer-title:before {
		content: "";
		height: 1px;
		border-bottom: 1px solid #ccc;
		transform: scaleY(0.5);
		width: 100%;
		bottom: 0;
		left: 0;
		position: absolute;
	}
	
	.layer-content-box {
		overflow-y: scroll;
	}
	
	.layer-content-box {
		padding: 20px;
		height: 78%;
		box-sizing: border-box;
	}
	
	.layer-content-box .layer-content dl {
		overflow: hidden;
		margin-bottom: 8px;
		text-align: justify;
	}
	
	.layer-content-box .layer-content dl p {
		margin-bottom: 0;
		text-align: justify;
	}
	
	.layer-content-box .layer-content p {
		font-size: 13px;
		text-align: justify;
		margin-bottom: 8px;
	}
	
	.xieybtn {
		height: 15%;
	}
	
	.xieyi-btn {
		margin: 0.3rem 10% 0.5em;
		width: 80%;
		color: #FFFFFF;
		background-color: #288CC8;
		text-align: center;
		padding: 5px 0;
		font-size: 16px;
		text-align: center;
		border-radius: 8px
	}

	.xieyi-cancel-btn {
		margin: 0.3rem 10% 1.5em;
		width: 80%;
		color: #FFFFFF;
		background-color: #cccccc;
		text-align: center;
		padding: 5px 0;
		font-size: 16px;
		text-align: center;
		border-radius: 8px
	}
	