@charset "utf-8";
#clo{
	/* position:absolute; */
	display:block;
    margin: 50px auto 0 42px;
    width: 130px;
    height: 40px;
    background: #2995D5;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height:40px;

}
.result_content{
	margin: 0px auto;
	margin-top: 39px;
	width: 800px;
	min-height: 360px;
	*height: 360px;
	border: #e6e6e6 solid 1px;
	background: #fff;
}
.ebank_line01 {
    height: auto;
    margin: 100px auto 0 253px;
    overflow: hidden;
    width: 435px;
}
.ebank_line01 .yes_i {
    background: url(../images/success.png) no-repeat 0px 0px;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
}
.pay_text{
    color: #666;
    float: left;
    font-size: 24px;
    width: 330px;
    margin-left: 8px;
    *margin-left: 4px;
    text-align: left;
}
.wid_185 .pay_text{ width: 294px; }
.pay_yes , .pay_no{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	padding-bottom: 5px;
}
.order_number{
	font-size: 12px;
	color: #999999;
}
.ebank_line02{
    width: 380px;
    height: auto;
    margin: 28px auto;
    font-size: 12px;
    padding-left: 51px;
    color: #333333;
    margin-left: 250px;
    *margin-left: 248px;
}
/*----失败----*/
.ebank_line01 .no_i {
    background: url(../images/fails.png) no-repeat 0px 0px;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
}
.wid_185{
	width: 355px;
}
/*----加载----*/
@keyframes change
{
　from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

@-moz-keyframes change /* Firefox */
{
　　from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

@-webkit-keyframes change /* Safari 和 Chrome */
{
　　from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

@-o-keyframes change /* Opera */
{
　　from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.ebank_line01 .upload_i {
    background: url(../img/upload.jpg) no-repeat 0px 0px;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
	animation:change 2s linear infinite;
}
/*----跳转至网银----*/
.hei_40{
	height: 40px;
	line-height: 40px;
}
/*--------错误提示页-----------*/
.ebank_line01 .fail_i {
    background: url(../img/fail.png) no-repeat 0px 0px;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
    margin-top: 5px;
}
.fail_return:link , .fail_return:visited , .fail_return:hover{
	color: #7b94c8;
	font-size: 20px;
}
.fail_return:hover{
	text-decoration: underline;
}
.wid_385{
	width: 385px;
}
.pay_fail{
	color: #666;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}
