/*提示弹窗*/
.window{
	width:300px;
	height:166px;
    background:#ffffff;
    border-radius:2px;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-83px;
    margin-left:-150px;
}
.window .window-head{
	height:40px;
	line-height:40px;
	font-size:16px;
	padding:0 20px;
	border-radius:2px 2px 0 0;
}
.window .window-body{
	height:40px;
	padding:20px;
}
.window .window-body em{
	display:block;
	width:40px;
	height:40px;
}
.window .window-body span{
	line-height:20px;
	width:200px;
	font-size:14px;
}
.window .window-btn{
	padding:10px;
}
.window .window-btn a{
	padding:0 10px;
	min-width:38px;
	height:23px;
	line-height:23px;
	margin-right:10px;
}
.window.succeed .window-head{
	background:#f2f2f2;
}
.window.succeed .window-body em{
	background:url(../images/window/succeed.png) no-repeat center center;
}
.window.message .window-head{
	background:#006097;
}
.window.message .window-body em{
	background:url(../images/window/message.png) no-repeat center center;
}
.window.message .window-btn .btn-default:hover{
	border:1px solid #006097;
}
.window.warning .window-head{
	background:#FFB800;
}
.window.warning .window-body em{
	background:url(../images/window/warning.png) no-repeat center center;
}
.window.warning .window-btn .btn-default:hover{
	border:1px solid #FFB800;
}
.window.error .window-head{
	background:#FF5722;
}
.window.error .window-body em{
	background:url(../images/window/error.png) no-repeat center center;
}
.window.error .window-btn .btn-default:hover{
	border:1px solid #FF5722;
}

/*加载提示*/
.inloading{
	width:410px;
	height:80px;
	background:#ffffff;
	border-radius:4px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-225px;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	padding:20px;
}
.inloading .loading-img img{
	width:90px;
	height:90px;
}
.inloading .loading-text{
	font-weight:bold;
	font-size:15px;
	line-height:80px;
	margin-left:20px;
	width:300px;
}

/*发票提示*/
body{
	background:#FFFFFF;
}
.invoice-view{
	position:absolute;
	width:500px;
	left:50%;
	top:50%;
	margin-top:-120px;
	margin-left:-250px;
	font-size:18px;
}
.invoice-view img{
	float:left;
	width:135px;
}
.invoice-view p{
	margin-top:40px;
	float:right;
	width:350px;
}
.invoice-view .invoice-view-btn{
	width:200px;
	margin:20px auto 0;
}
.invoice-view .invoice-view-btn .btn{
	width:78px;
	height:33px;
	line-height:33px;
}
.invoice-view .invoice-view-btn .btn-succeed{
	float:left;
}
.invoice-view .invoice-view-btn .btn-default{
	float:right;
}
@media only screen and (max-device-width:1359px){
	.invoice-view{
	    width:90%;
	    top:50%;
	    left:0;
	    margin-left:5%;
	    margin-top:-30rem;
	    font-size:3rem;
	    text-align:center;
    }
    .invoice-view img{
    	float:inherit;
    	width:300px;
    }
    .invoice-view p{
	    margin-top:40px;
	    float:inherit;
	    width:100%;
    }
    .invoice-view .invoice-view-btn{
	    width:100%;
    }
    .invoice-view .invoice-view-btn .btn{
	    width:90%;
	    height:5rem;
	    line-height:5rem;
	    float:inherit;
	    margin:3rem auto 0;
	    font-size:2.4rem;
    }
}

/*链接失效*/
.invalid{
	position:absolute;
	width:500px;
	left:50%;
	top:50%;
	margin-top:-120px;
	margin-left:-250px;
	font-size:18px;
}
.invalid img{
	float:left;
	width:200px;
}
.invalid p{
	margin-top:70px;
	float:right;
	width:300px;
}
.invalid .invalid-btn{
	width:80px;
	margin:0 auto;
}
.invalid .invalid-btn .btn{
	width:78px;
	height:33px;
	line-height:33px;
}
@media only screen and (max-device-width:1359px){
	.invalid{
	    width:90%;
	    top:50%;
	    left:0;
	    margin-left:5%;
	    margin-top:-30rem;
	    font-size:3rem;
	    text-align:center;
    }
    .invalid img{
    	float:inherit;
    	width:400px;
    }
    .invalid p{
	    margin-top:40px;
	    float:inherit;
	    width:100%;
    }
    .invalid .invalid-btn{
	    width:100%;
    }
    .invalid .invalid-btn .btn{
	    width:90%;
	    height:5rem;
	    line-height:5rem;
	    float:inherit;
	    margin:5rem auto 0;
	    font-size:2.4rem;
    }
}

/*发票提示手机版*/
@media only screen and (max-device-width:1359px){
	.invoice-view-phone{
	    width:90%;
	    font-size:3rem;
	    text-align:center;
	    margin:0 auto;
	    margin-top:13rem;
    }
    .invoice-view-phone img{
    	float:inherit;
    	width:300px;
    }
    .invoice-view-phone p{
	    margin-top:40px;
	    float:inherit;
	    width:100%;
    }
    .invoice-view-phone .invoice-view-input>div{
    	margin-top:3rem;
    }
    .invoice-view-phone .invoice-view-input>div>input{
    	width:69%;
    	height:6rem;
	    line-height:6rem;
    	border:1px solid #C9C9C9;
    	font-size:2.2rem;
    	background:url(../images/login/phone.png) no-repeat 1rem center;
    	text-indent:5rem;
    }
    .invoice-view-phone .invoice-view-input>div>.btn{
    	width:30.5%;
    	height:6rem;
	    line-height:6rem;
    	font-size:2.2rem;
    }
    .invoice-view-phone .invoice-view-input>input{
    	width:100%;
    	height:6rem;
	    line-height:6rem;
    	margin-top:3rem;
    	border:1px solid #C9C9C9;
    	font-size:2.2rem;
    	background:url(../images/login/validate.png) no-repeat 1rem center;
    	text-indent:5rem;
    }
    .invoice-view-phone .invoice-view-btn{
	    width:100%;
    }
    .invoice-view-phone .invoice-view-btn .btn{
	    width:100%;
	    height:6rem;
	    line-height:6rem;
	    float:inherit;
	    margin:3rem auto 0;
	    font-size:3rem;
    }
    .invoice-view-phone .btn-succeed:hover{
    	background:#2a9c39;
    }
    .invoice-view-phone .btn-default:hover{
    	background:#FFFFFF;
    	border:1px solid #C9C9C9;
    	color:#555555;
    }
}

/*链接失效手机版*/
@media only screen and (max-device-width:1359px){
	.invalid-phone{
	    width:90%;
	    font-size:3rem;
	    text-align:center;
	    margin:0 auto;
	    margin-top:20rem;
    }
    .invalid-phone img{
    	float:inherit;
    	width:400px;
    }
    .invalid-phone p{
	    margin-top:40px;
	    float:inherit;
	    width:100%;
    }
    .invalid-phone .invalid-btn{
	    width:100%;
    }
    .invalid-phone .invalid-btn .btn{
	    width:100%;
	    height:6rem;
	    line-height:6rem;
	    float:inherit;
	    margin:5rem auto 0;
	    font-size:3rem;
    }
    .invalid-phone .btn-default:hover{
    	background:#FFFFFF;
    	border:1px solid #C9C9C9;
    	color:#555555;
    }
}