@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
a{text-decoration:none;}
/*img{display: block;}*/
body{background:#f8f8f8;font-family: "苹方", "Hiragino Sans GB", "微软雅黑", "华文细黑","黑体",Arial;}
input{outline: none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.clearfix{clear: both;}
li{list-style: none;border-top: 1px solid #d9d9d9;padding: 4px 12px 4px 12px;text-align: center;line-height: 32px}
.pcbody{width:800px;margin: 0 auto;}
.bg-box{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	top:0;
	left: 0;
}
.bg{
	width: 100%;
	height: 100%;
}
.login-banner-box{
	width: 100%;
	border: 0px solid red;
	background-size: 100%;
	box-sizing: border-box;
}
.logo-head{
	width: 130px;
	height: 130px;
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,.1);
	margin: 80px auto 0;
	background:rgba(255,255,255,.8);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.logo{
	width:100px;
	/*margin: 50px auto 0; */
	display: block;
}
.parking-box{
	margin:0 auto;
	text-align: center;
	padding: 16px 15px; 
	font-size: 24px;
	color:#333;
	cursor:default;
}
.parking-text{margin:0px 0px 0px 8px;}
.parking_s{
	line-height:24px;
}
.left-jiantou{
	width: 20px;
	height: 20px;
	position: relative;
	top:1px;
	left:-4px;
}
.btn-box{ 
	border: 0px solid red;
	width: 550px;
	margin: 80px auto 0px;
	padding: 0px 15px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
}
.write-box1208{
	width: 100%;
	height: 52px;
	border-radius: 4px;
	outline: none;
	margin: 30px 0px 0px 0px;
	overflow: hidden!important;
	background: #fff;
	border: 1px solid #d9d9d9;
	display: flex;
}
.name{
	width: 100%;
	height: 54px;
	outline: none;
	padding:0px 0px 0px 8px;
	font-size: 24px;
	border: none;
	-webkit-appearance:none;
    line-height: 54px;
    text-align: left;
    display: inline-block;
    color: #666;
}
.name-icon{
	width: 28px;
	height: 28px;
	float: left;
	margin: 10px 16px;
}
.password-icon{
	width: 28px;
	height: 28px;
	float: left;
	margin:10px 16px;
}
.password{
	width: 100%;
	height: 54px;
	outline: none;
	font-size: 24px;
	border: none;
	-webkit-appearance:none;
    line-height: 54px;
    text-align: left;
    display: inline-block;
    color: #666;
	padding:0px 0px 0px 8px;
}
.btn-show1208{
	width:100%;
	height: 54px;
	border-radius: 4px;
	outline: none;
	margin: 30px 0 0 0;
	display: block;
	background: #ff6a00;
}
.btn-main{
	border: 0px solid red;
	width: 110px;
	margin: 0px auto 0px;
	font-size: 24px;
	line-height: 60px;
	color: #f5f5f5;
}
.img-box{
	width: 44px;
	float: left;
}
.icon{
	width: 30px;
	margin: 12px auto 0px;
}
.weui-loading{
	width: 22px;
	height:22px;
	position:relative;
	top:-2px;
}
.weui-dialog{
	width: 100%;max-width: 100%;height: 100%;border-radius: 0px;
}
.weui-dialog__bd{
	min-height:300px;margin:0px;padding:0px 0px;text-align: left;
	overflow: auto;
	max-height: 100%;
}
.weui-dialog__title{
	font-size: 24px;
}
.weui-cell__bd{padding:0px 40px;font-size: 24px!important;}
.weui-cell1{padding:10px 4px;}
.weui-cells{margin-top:10px;color:#666;font-size: 24px;}
.weui-cell__bd-active{border-left:2px solid #e83b24;}
.ftnone{display: none!important;}
.tuichu{
	width: 1.1em;
	height: 1.1em;
	border: 0px solid red;
	font-size: 1.8em;
	color:#666;
	line-height: 1.1em;
	float: right;
	transform: rotate(45deg);
	cursor:default;
}
/*点击时效果*/
.weui-btn_primary:not(.weui-btn_disabled):active {
	color: rgba(255, 255, 255,1);
	background-color: #cc4b14;
}
/*点击时去掉weui默认一个边框*/
.weui-btn:after{
	border:1px solid rgba(0,0,0,0);
}
.foot{
	width: 420px;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -220px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
}
.btn-code{
    float: right;
    margin-top: 0px;
    width: 280px;
    font-size: 24px;
    background: #ff6a00;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}
.is-disabled{
    background: #999;
}
.sel-phone{
    float: left;
    padding: 0px 0px;
    font-size: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #404040;
    margin-right: 10px;
    cursor: not-allowed;
}
.phone-verify-input{
    cursor: not-allowed;
}
.sel-phone option{
    background: #fff;
    border: 1px solid #d9d9d9;
    height: 54px;
}
.is-phone-box{
    display: none;
}
.btn-img-code{
    float: right;
    margin-top: 0px;
    width: 280px;
    font-size: 24px;
    border: none;
    outline: none;
    cursor: pointer;
}

@media screen and (max-width:1366px){
	.btn-box{ 
		margin: 60px auto 0px;
	}
}
@media screen and (max-width:1024px){
	*{margin: 0;padding: 0;}
	a{text-decoration:none;}
	/*img{display: block;}*/
	body{background:#f8f8f8;font-family: "苹方", "Hiragino Sans GB", "微软雅黑", "华文细黑","黑体",Arial;}
	input{outline: none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
	.clearfix{clear: both;}

	.bg-box{
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: -1;
		top:0;
		left: 0;
	}
	.bg{
		width: 100%;
		height: 100%;
	}
	.login-banner-box{
		width: 100%;
		border: 0px solid red;
		background-size: 100%;
		box-sizing: border-box;
	}
	.logo-head{
		width: 130px;
		height: 130px;
		border-radius: 100%;
		border: 1px solid rgba(0,0,0,.1);
		margin: 70px auto 0;
		background:rgba(255,255,255,.8);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.logo{
		width:80px;
		/*margin: 50px auto 0; */
		display: block;
	}
	.parking-box{
		margin:0 auto;
		text-align: center;
		padding: 16px 15px; 
		font-size: 24px;
		color:#333;
	}
	.parking-text{margin:0px 0px 0px 8px;}
	.parking_s{
		line-height:24px;
	}
	.left-jiantou{
		width: 20px;
		height: 20px;
		position: relative;
		top:1px;
		left:-4px;
	}
	.btn-box{ 
		border: 0px solid red;
		width: 550px;
		margin: 130px auto 0px;
		padding: 0px 15px;
		box-sizing: border-box;
		text-align: center;
		color:#fff;
	}
	.write-box1208{
		width: 100%;
		height: 60px;
		border-radius: 4px;
		outline: none;
		margin: 30px 0px 0px 0px;
		overflow: hidden!important;
		background: #fff;
		border: 1px solid #d9d9d9;
	}
	.name{
		width: 100%;
		height: 60px;
		outline: none;
		font-size: 24px;
		border: none;
		-webkit-appearance:none;
        line-height: 60px;
        text-align: left;
        display: inline-block;
        color: #666;
	}
	.name-icon{
		width: 28px;
		height: 28px;
		float: left;
		margin: 16px;
	}
	.password-icon{
		width: 28px;
		height: 28px;
		float: left;
		margin: 16px;
	}
	.password{
		width: 100%;
		height: 60px;
		outline: none;
		font-size: 24px;
		border: none;
		-webkit-appearance:none;
        line-height: 60px;
        text-align: left;
        display: inline-block;
        color: #666;
	}
	.btn-show1208{
		width:100%;
		height: 60px;
		border-radius: 4px;
		outline: none;
		margin: 30px 0 0 0;
		display: block;
		background: #ff6a00;
	}
	.btn-main{
		border: 0px solid red;
		width: 110px;
		margin: 0px auto 0px;
		font-size: 24px;
		line-height: 60px;
	}
	.img-box{
		width: 44px;
		float: left;
	}
	.icon{
		width: 30px;
		margin: 12px auto 0px;
	}
	.weui-loading{
		width: 22px;
		height:22px;
		position:relative;
		top:-2px;
	}
	.weui-dialog{
		width: 100%;max-width: 100%;height: 100%;border-radius: 0px;
	}
	.weui-dialog__bd{
		min-height:300px;margin:0px;padding:0px 0px;text-align: left;
		overflow: auto;
	max-height: 100%;
	}
	.weui-dialog__title{
		font-size: 24px;
	}
	.weui-cell__bd{padding:4px 24px;font-size: 24px;}
	.weui-cell1{padding:10px 4px;}
	.weui-cells{margin-top:10px;color:#666;}
	.weui-cell__bd-active{border-left:2px solid #e83b24;}
	.ftnone{display: none!important;}
	.tuichu{
		width: 1.1em;
		height: 1.1em;
		border: 0px solid red;
		font-size: 2.6em;
		color:#666;
		line-height: 1.1em;
		float: right;
		transform: rotate(45deg);
		}
	/*点击时效果*/
	.weui-btn_primary:not(.weui-btn_disabled):active {
		color: rgba(255, 255, 255,1);
		background-color: #cc4b14;
	}
	/*点击时去掉weui默认一个边框*/
	.weui-btn:after{
		border:1px solid rgba(0,0,0,0);
	}
    @keyframes blink{
      0% { opacity: 1; }
        50% { opacity: 1; }
        50.01% { opacity: 0; }
        100% { opacity: 0; } 
    }
    /* 添加兼容性前缀 */
    @-webkit-keyframes blink {
        0% { opacity: 1; }
        50% { opacity: 1; }
        50.01% { opacity: 0; }
        100% { opacity: 0; }
    }
    @-moz-keyframes blink {
        0% { opacity: 1; }
        100% { opacity: 0; }
    }
    @-ms-keyframes blink {
        0% {opacity: 1; } 
        100% { opacity: 0;}
    }
    @-o-keyframes blink {
        0% { opacity: 1; }
        100% { opacity: 0; }
    }
    /* 定义blink类*/
    .blink{
        width: 1px;
        height: 26px;
        float: left;
        position: relative;
        top: 18px;
        display: none;
        background: #666;
        color: #dd4814;
        animation: blink 1.2s linear infinite;  
        /* 其它浏览器兼容性前缀 */
        -webkit-animation: blink 1.2s linear infinite;
        -moz-animation: blink 1.2s linear infinite;
        -ms-animation: blink 1.2s linear infinite;
        -o-animation: blink 1.2s linear infinite;
    }
    

    .btn-code{
        float: right;
        margin-top: -1px;
        width: 280px;

    }
		
}
@media screen and (max-width:769px){
	.pcbody{width: auto;}
}
@media screen and (max-width:415px){
	*{margin: 0;padding: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
	a{text-decoration:none;}
	/*img{display: block;}*/
	body{background:#f8f8f8;font-family: "苹方", "Hiragino Sans GB", "微软雅黑", "华文细黑","黑体",Arial;}
	input{outline: none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
	.clearfix{clear: both;}
	
	.pcbody{
		width: 100%;
	}
	.bg-box{
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: -1;
		top:0;
		left: 0;
	}
	.bg{
		width: 100%;
		height: 100%;
	}
	.login-banner-box{
		width: 100%;
		border: 0px solid red;
		background-size: 100%;
		box-sizing: border-box;
	}
	.login-banner{
		width: 100%;
	}
	.logo-head{
		width: 100px;
		height: 100px;
		border-radius: 100%;
		border: 1px solid rgba(0,0,0,.1);
		margin: 30px auto 0;
		background:rgba(255,255,255,.8);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.parking-box{
		margin:0 auto;
		text-align: center;
		padding: 6px 15px 10px; 
		font-size: 16px;
		color:#333;
	}
	.parking-text{margin:0px 0px 0px 8px;}
	.parking_s{
		line-height:22px;
	}
	.left-jiantou{
		width: 14px;
		height: 14px;
		position: relative;
		top:1px;
		left:-5px;
	}
	.logo{
		width: 72px;
		/*margin: 38px auto 0; */
		display: block;
	}
	.login-box{
		width: 100%;margin:40px 0px 0px 0px;
		
	}
	.login-title{
		margin: auto;
		text-align: center;
		font-size: 20px
	}
	.btn-box{ 
		width: 100%;
		padding: 0px 15px;
		box-sizing: border-box;
		text-align: center;
		font-size: 17px;
		color:#fff;
		margin-top: 10px;
	}
	.write-box1208{
		width: 100%;
		height: 44px;
		border-radius:4px;
		outline: none;
		padding:0px 0px 0px 0px;
		font-size: 17px;
		margin: 15px 0px 0px 0px;
		overflow: hidden!important;
		background: #fff;
		border: 1px solid #d9d9d9;
	}
    .writename{
        margin-top: 10px;
    }
	.name{
		width: 100%;
		height: 44px;
		outline: none;
		font-size: 17px;
		border: none;
		background: none;
		-webkit-appearance:none;
        line-height: 44px;
        text-align: left;
        display: inline-block;
        color: #666;
		padding:0px 0px 0px 2px;
	}
	.name-icon{
		width: 28px;
		height: 28px;
		float: left;
		margin:8px 16px;
	}
	.password-icon{
		width: 28px;
		height: 28px;
		float: left;
		margin:8px 16px;
	}
	.password{
		width: 100%;
		height: 44px;
		outline: none;
		font-size: 17px;
		border: none;
		background: none;
		-webkit-appearance:none;
        line-height: 44px;
        text-align: left;
        display: inline-block;
        color: #666;
		padding:0px 0px 0px 2px;
	}
	.img-box{
		width: 44px;
		float: left;
	}
	.btn-show1208{
		width:100%;
 		height: 44px;
		border-radius:4px;
		outline: none;
		margin: 15px 0 0 0;
		display: block;
		background: #ff6a00;
	}
	.btn-main{
		border: 0px solid red;
		width: 90px;
		margin: auto;
		font-size: 17px;
    	line-height: 44px;
	}
	.icon{
		width: 24px;
		margin:10px auto;
	}
	.weui-loading{
		width:26px;height: 26px;position:relative;top:-2px;
	}
	.weui-dialog{
		width: 100%;max-width: 100%;height: 100%;border-radius: 0px;
	}
	.weui-dialog__bd{
		min-height:300px;
		margin:0px;
		padding:0px 0px;
		text-align: left;
		overflow: auto;
		max-height: 100%;
	}
	.weui-dialog__title{
		font-size: 17px;
	}
	.weui-cell__bd{padding:0px 4px}
	.weui-cell1{padding:10px 4px;}
	.weui-cells{margin-top:6px;color:#666;}
	.weui-cell__bd-active{border-left:2px solid #e83b24;}
	.ftnone{display: none!important;}
	.tuichu{
		width: 1.1em;
		height: 1.1em;
		border: 0px solid red;
		font-size: 1.6em;
		color:#666;
		line-height: 1.1em;
		float: right;
		transform: rotate(45deg);
	}
	/*点击时效果*/
	.weui-btn_primary:not(.weui-btn_disabled):active {
  		color: rgba(255, 255, 255,1);
  		background-color: #cc4b14;
	}
	/*点击时去掉weui默认一个边框*/
	.weui-btn:after{
		border:1px solid rgba(0,0,0,0);
	}
	.foot{
		width: 340px;
		position: absolute;
		bottom: 8px;
		left: 50%;
		margin-left: -170px;
		font-size: 11px;
		text-align: center;
	}
    .blink{
        height: 20px;
        top: 12px;
    }

    .btn-code{
        float: right;
        margin-top: -1px;
        width: 280px;

    }
}
@media screen and (max-width:360px){
	.foot{
		width: 300px;
		position: absolute;
		bottom: 8px;
		left: 50%;
		margin-left: -150px;
		font-size: 10px;
		text-align: center;
	}
}


