﻿@charset "utf-8";
/* CSS Document */
body,a,p,ul,li,input{margin: 0;text-decoration: none;list-style: none;padding-top: 50;padding-right: 0;padding-bottom: 0;padding-left: 0;}
/*当前位置*/
.location{ width:980px; margin:0 auto; margin-top:12px; font-size:24px; font-weight:bold}
.location span{ color:#666; font-size:14px; }
.location a{ color:#666;}
.location a:hover{ color:#F00; text-decoration:underline;}

.background{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:-1;}
.background img{ width:100%; height:100%; display:block;}
/*交易步骤*/
.steps{ width:980px; height:27px; margin:0 auto; background-image:url(../images/one.png); margin-top:11px; overflow:hidden;}
.No_1234{ width:245px; height:27px; float:left;}
.No_1234 p{ text-align:center; padding-top:6px; font-size:14px; color:#FFF; font-weight:bold;}
/*1*/
.prompt{ width:980px; margin:0 auto;  border-top:none; margin-top:10px; position:relative; overflow:inherit;}
.prompt_box{ border:1px solid #d0d0d0; }
.prompt p{ color:#000; font-size:12px; padding:12px 14px; text-align:center;}
.positioning{ position:absolute; top:-6px; left:90px;}

/*2始*/
.backgroud_2{ background-image:url(/images/two.png);}
.positioning_2{ position:absolute; top:-6px; left:350px;}
.biaoji li{ overflow:hidden; margin-top:10px;width:500px; margin:0 auto;}
.biaoji li p{ float:left; font-size:14px; padding-top:8px; display:block; width:100px; text-align:right;}
.biaoji li span{ float:left; font-size:12px; margin-top:8px; color:#ff0000; padding-left:10px;}
.biaoji li input{float:left;  height:35px; margin-left:10px; color:#333; width:300px; font-size:14px;}
.biaoji li textarea{float:left;  height:35px; margin-left:10px; color:#333; width:300px; font-size:14px; height:150px; margin-top:10px;}
.biaoji select{ float:left; margin-top:4px; margin-left:10px;}

/*第三屏开始*/
.backgroud_3{ background-image:url(/images/three.png)}
.positioning_3{ position:absolute; top:-6px; left:600px;}
.pay{}

/*第四屏开始*/
.backgroud_4{ background-image:url(/images/four.png)}
.positioning_4{ position:absolute; top:-6px; left:700px;}
.complete{ margin:0 auto; width:978px; height:200px; border:1px solid #a7b59a; background-color:#FAFAFA; margin-top:20px; overflow:hidden;}
.complete a:hover{ color:#F00;}
.complete li{ margin-top:10px;}
.complete span{ font-size:24px; color:#090; padding:0 3px;}
.complete_img{ float:left; padding:60px 100px;}
.complete ul{ margin-top:50px; font-size:12px;}
.complete ul a:hover{ text-decoration:underline;}
.btn{height:28px; padding-left:6px; padding-right:6px; line-height:28px; font-size:16px; font-weight:bold; color:#fff; background-color:#C09012; text-align:center; cursor:pointer; border:0;}