@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background-color: #f7f7f7;
}
ul {
	list-style-type: none;
}
a{
	text-decoration: none;
}
img{
	border: none;
}
div::after{
	content: " ";
	clear:both;
}
table{
	 border-collapse:collapse;
	 width: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*新增注册协议*/
.signUpAgreementBg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 999;
	display: none;
}
.signUpAgreementBox{
	width: 90%;
	height:27.6rem;
	border: 5px solid rgba(0,0,0,0.65);
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -13.8rem;
	margin-left: -45%;
	display: none;
	box-sizing: border-box;
}
.signUpAgreementBox>div.head{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 10px 2% 10px 2%;
	color: #333;
}
.signUpAgreementBox>div.head>p{
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #4888ef;
	font-weight: bold;
}
.signUpAgreementBox>div.textArea{
	width: 100%;
	box-sizing: border-box;
	height: 332px;
	overflow-y:scroll;
	border-bottom: 1px solid #ccc;
	padding: 2%;
	margin-bottom: 10px;
}
.signUpAgreementBox>div.textArea>p{
	color: #666;
	font-size: 14px;
}
.signUpAgreementTrueOrFalseBox{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	padding: 0 2%;
}
.signUpAgreementTrueOrFalseBox>a{
	display: block;
	width:49%;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #4888ef;
    color: #fff;
    font-size: 14px;
}
.signUpAgreementTrueOrFalseBox>a.true{
	float: left;
}
.signUpAgreementTrueOrFalseBox>a.false{
	float: right;
}
/*用户注册登录*/
.userLoginBody{
	width: 100%;
    overflow: hidden;
    box-sizing: border-box;
	background-color: #fff;
}
.userLoginBg{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	position: relative;
}
.userLoginBg>div.bgImg{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userLoginBg>div.bgImg>img{
	display: block;
	width: 100%;
}
.loginAndSignUpTabBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.loginAndSignUpTabBox>a{
	display: block;
	width: 50%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	text-align: center;
	color: rgba(255,255,255,0.65);
	float: left;
	padding: 10px 0;
	font-size: 1.125em;
}
.loginAndSignUpTabBox>a.active{
	color: rgba(72,136,239,0.8);
	border-bottom: 4px solid rgba(72,136,239,0.8);
}
.userLoginBg>.userLoginIcon{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	opacity: 0.8;
	position: absolute;
	font-size: 2em;
	margin: auto;
	margin-top: -6%;
	top: 50%;
	z-index: 998;
	text-align: center;
	/*background: url(../images/userLoginLogo.png) no-repeat center center;*/
	/*background-color: rgba(255,255,255,0.3);*/
	background-size:50%;
}
.userLoginBg>a.back{
	display: block;
    position: absolute;
    height: 30px;
    left: 2%;
    top:10px;
    width: 10%;
    background: url(/static/images/wap/backButton.png) no-repeat left center;
    background-size: 28%;
	z-index: 999;
}
.userLoginBlackBg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 990;
}
.userLoginAndSignUpBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	padding: 10px 2%;
}
.userLoginFormBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	margin-bottom: 6px;
}
.userLoginFormLine{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	margin-bottom: 10px;
}
.userLoginFormLine>p.head{
	color: #333;
	font-size:1em;
	margin-bottom: 6px;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding-bottom: 6px;
	text-align: center;
}
.userLoginFormLine:last-child{
	margin-bottom: 0;
}
.userLoginFormLine>input[type="text"]{
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    color: #555;
    font-size: 0.875em;
    border-bottom: 1px solid #ccc;
    padding-left: 2%;
	/*background: url(../images/userLoginIcon.png) no-repeat left center;*/
	background-size: 8%;
}
.userLoginFormLine>input[type="password"]{
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    color: #555;
    font-size: 0.875em;
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
    padding-left: 2%;
	/*background: url(../images/userLoginPwdIcon.png) no-repeat left center;*/
	background-size: 8%;
}
.userLoginFormLine>input[type="submit"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #4888ef;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
    font-family: "微软雅黑";
	border-radius: 2px;
}
.userLoginFormLine>div.submit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #4888ef;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
    font-family: "微软雅黑";
	border-radius: 2px;
}
.userLoginFormLine>select{
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    color: #555;
    font-size: 0.875em;
    border: 1px solid #ccc;
    padding-left: 2%;
	/*background: url(../images/userLoginIcon.png) no-repeat left center;*/
	background-size: 8%;
	border-radius: 2px;
}
.userLoginFormLine.yzm>input[type="text"]{
	width: 60%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 2%;
    font-family: "微软雅黑";
    outline: none;
    color: #333;
    font-size: 0.875em;
    border-radius: 2px;
    border-bottom: 1px solid #ccc;
    float: left;
}
.userLoginFormLine.yzm>button{
	    width: 38%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-family: "微软雅黑";
    outline: none;
    color: #333;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #ccc;
    float: right;
    cursor: pointer;
}
.userLoginUserFunction{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	margin-bottom: 6px;
}
.userLoginUserFunction>a{
	display: block;
	color: #666;
	font-size: 0.875em;
}
.userLoginUserFunction>a.signUp{
	float: left;
}
.userLoginUserFunction>a.forget{
	float: right;
}
.userAgreementLine{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userAgreementLine>p{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	font-size: 0.625em;
	color: #666;
	text-align: center;
}
.userAgreementLine>p>a{
	color: #4888ef;
}
.ThirdPartyLoginBox,.ThirdPartyLoginBox>ul{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.ThirdPartyLoginBox{
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}
.ThirdPartyLoginBox>ul>li{
	width: 33.3%;
	float: left;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.ThirdPartyLoginBox>ul>li>a{
	display: block;
	width: 80%;
	padding-top: 62%;
	margin: auto;
	height: 0;
	box-sizing: border-box;
	background-position: center 30% ;
	background-repeat: no-repeat;
	position: relative;
	background-size: 40%;
}
.ThirdPartyLoginBox>ul>li>a>p{
	position: absolute;
	left: 0;
	bottom: 7%;
	color: #666;
	font-size: 0.875em;
	width: 100%;
	text-align: center;
}
.ThirdPartyLoginBox>ul>li>a.qq{
	background-image: url(../images/QQ.png);
}
.ThirdPartyLoginBox>ul>li>a.weChat{
	background-image: url(../images/weChat.png);
}
.ThirdPartyLoginBox>ul>li>a.weibo{
	background-image: url(../images/weibo.png);
}
.ThirdPartyLoginBox>div.line{
	width: 100%;
	height: 1px;
	background-color: #eee;
}
/*忘记密码*/
.userForgetPwdBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.userForgetPwdFormLine {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 10px;
}
.userForgetPwdFormLine>p.text{
	font-size: 14px;
	color: #999;
	white-space: nowrap;

}
.userForgetPwdFormLine>p.text>span{
	font-size: 14px;
	color: #333;
	margin-left: 4px;
}
.userForgetPwdFormLine.yzm>input[type="text"]{
	width: 60%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 2%;
	font-family: "微软雅黑";
	outline: none;
	color: #333;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #ccc;
	float: left;
}
.userForgetPwdFormLine.yzm>div.button{
	width: 38%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	text-align: center;
	font-family: "微软雅黑";
	outline: none;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	float: right;
	cursor: pointer;
	background-color: #4888ef;
}
.userForgetPwdFormLine.yzm>div.button.ed{
	background-color: #cecece;
	border: 1px solid #ccc;
	color:#666;
	display: none;
}
.userForgetPwdFormLine:first-child {
	margin-top: 0;
}
.userForgetPwdFormLine>input[type="text"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 2%;
	font-family: "微软雅黑";
	outline: none;
	color: #333;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.userForgetPwdFormLine>input[type="password"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 2%;
	font-family: "微软雅黑";
	outline: none;
	color: #333;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.userForgetPwdFormLine>input[type="submit"] {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin: auto;
	text-align: center;
	border-radius: 2px;
	box-sizing: border-box;
	background-color: #4888ef;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-family: "微软雅黑";
}
.userForgetPwdFormLine>div.submit{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin: auto;
	text-align: center;
	border-radius: 2px;
	box-sizing: border-box;
	background-color: #4888ef;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-family: "微软雅黑";
}
.userForgetPwdTabBox,.userForgetPwdTabBox>ul,.userForgetPwdTabBox>ul>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.userForgetPwdTabBox{
	padding: 10px;
}
.userForgetPwdTabBox>ul{

}
.userForgetPwdTabBox>ul>li{
	display: none;
	transition: none;
}
.userForgetPwdTabBox>ul>li.active{
	display: block;
}
.userForgetPwdBox>a{
	display: block;
	padding-bottom: 10px;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 0.875em;
	color: #d1e8f7;
	transition: all ease .3s;
}
.userForgetPwdBox>a.active{
	border-bottom: 4px solid rgba(209,232,247,0.6);
}
.userForgetPwdBox>div.title{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.userForgetPwdBox>div.title>p{
	width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    color: #4888ef;
    font-size: 20px;
    font-weight: bold;
}
/*注册服务点*/
.serviceStationBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	box-sizing: border-box;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 10px;
}
.serviceStationBox.first{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.serviceStationBox>*{
	margin-top: 10px;
}
.serviceStationBox>:first-child{
	margin-top: 0;
}
.serviceStationBox>div.location{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.serviceStationBox>div.location>*{
	margin-top: 6px;
}
.serviceStationBox>div.location>:first-child{
	margin-top: 0;
}
.serviceStationBox>div.location>p{
	color: #666;
	font-size: 0.625em;
}
.serviceStationBox>div.location>p>span{
	float: right;
	color: #4888ef;
}
.serviceStationBox.first>div.location>p>span{
	display: none;
}
.serviceStationBox>div.location>select{
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    color: #555;
    font-size: 0.875em;
    border: 1px solid #ccc;
    padding-left: 2%;
    background-size: 8%;
    border-radius: 2px;
}
.serviceStationBox>div.location>input[type="text"]{
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    color: #555;
    font-size: 0.875em;
    border-bottom: 1px solid #ccc;
    padding-left: 2%;
    background-size: 8%;
}
.serviceStationBox>div.name{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.serviceStationBox>div.name>:first-child{
	margin-bottom:6px;
}
.serviceStationBox>div.name>p{
	color: #666;
    font-size: 0.625em;
}
.serviceStationBox>div.name>input[type="text"]{
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    color: #555;
    font-size: 0.875em;
    border-bottom: 1px solid #ccc;
    padding-left: 2%;
    background-size: 8%;
}
.serviceStationBox>div.carAbout{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.serviceStationBox>div.carAbout>*{
	margin-top: 6px;
}
.serviceStationBox>div.carAbout>:first-child{
	margin-top: 0;
}
.serviceStationBox>div.carAbout>p{
	color: #666;
    font-size: 0.625em;
	position: relative;
	line-height: 1.75em;
}
.serviceStationBox>div.carAbout>p>span{
	float: right;
	color: #4888ef;
	font-size: 0.625em;
}
.serviceStationBox>div.carAbout.first>p>span{
	display: none;
}
.serviceStationBox>div.carAbout>select{
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    color: #555;
    font-size: 0.875em;
    border: 1px solid #ccc;
    padding-left: 2%;
    background-size: 8%;
    border-radius: 2px;
}
.carAboutAddButton{
	color: #4888ef;
	font-size: 0.625em;
}
.serviceStationAddButton{
	color: #4888ef;
	font-size: 0.625em;
}
/*注册密保问题*/
.pwdQusBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.pwdQusBox>p.head{
	color: #333;
    font-size: 1em;
    margin-bottom: 6px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding-bottom: 6px;
    text-align: center;
}
.pwdQusBox>select{
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    color: #555;
    font-size: 0.875em;
    border: 1px solid #ccc;
    padding-left: 2%;
    background-size: 8%;
    border-radius: 2px;
}
.pwdQusBox>input[type="text"]{
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    color: #555;
    font-size: 0.875em;
    border-bottom: 1px solid #ccc;
    padding-left: 2%;
    background-size: 8%;
}
