@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    overflow-y:auto;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #c2c2c2;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #c2c2c2;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #c2c2c2;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #c2c2c2;
}

.placeholder {
    color: #c2c2c2;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}
.code{
	margin-left:10px;
}
.ml{
	margin-left:90px;
}
.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.content {
    width: 1000px;
    margin: 0 auto;
}

.header {
    height: 64px;
    background: url('../images/ps_header_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.logo {
    float: left;
    margin: 18px 0 0 17px;
}

.header-line {
    float: left;
    width: 1px;
    height: 29px;
    margin: 21px 24px 0;
    background-color: #88b9dd;
}

.header-return {
    font-size: 16px;
    float: left;
    line-height: 25px;
    margin-top: 21px;
    color: #fff;
}
.header-info {
    font-size: 18px;
    float: left;
    line-height: 25px;
    margin-top: 21px;
    color: #fff;
   cursor:default;
}
.header>a:hover{
	color:#fff;
}
/* content */
.flow {
    text-align: center;
    padding-top: 75px;
}

.flow-items {
    display: inline-block;
    vertical-align: top;
}

.flow-items>li {
    position: relative;
    float: left;
    width: 190px;
    margin: 0 0.5px;
    text-align: center;
}

.flow-items>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    width: 100%;
    height: 2px;
    background-color: #d5e1e7;
    z-index: -1;
}

.flow-items>li.finished:before {
    background-color: #2497fb;
}

.flow-items>li>span {
    display: inline-block;
    width: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #c2c2c2;
    font-size: 22px;
    background: url('../images/ps_flow_bg.png') no-repeat center #fff;
    vertical-align: top;
}

.flow-items>li.finished>span {
    font-weight: bold;
    color: #fff;
    background-image: url('../images/ps_flow_bgh.png');
}

.flow-items>li>p {
    color: #c2c2c2;
    font-size: 15px;
    padding-top: 15px;
}

.flow-items>li.finished>p {
    font-weight: bold;
    color: #2497fb;
}

.form-items {
    padding-top: 78px;
}

.form-item {
    margin-top: 16px;
}

.form-item>label {
    float: left;
    width: 320px;
    line-height: 32px;
    text-align: right;
    margin-right: 8px;
}

.form-item>label .red {
    width: 7px;
    display: inline-block;
    color: #ff0b0b;
}

.form-input {
    position: relative;
    float: left;
    width: 420px;
}

.form-textarea {
    width: 500px;
}

.form-input textarea {
    display: block;
    width: 100%;
    height: 80px;
    padding: 0 10px;
    line-height: 20px;
    margin-top: 7px;
    resize: none;
}

.form-input>input {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.form-wrap {
    position: absolute;
    top: 0;
    right: -372px;
    width: 358px;
}

.form-item .form-readonly {
    border: none;
}

.form-tip {
    display: inline-block;
    max-width: 358px;
    color: #666;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.form-icon {
    position: absolute;
    top: 11px;
    left: -8px;
    width: 8px;
    height: 10px;
    background: url('../images/tip_icon.png') no-repeat;
}

.form-tip>div>p {
    line-height: 20px;
    padding-left: 18px;
    background: url('../images/tip_wrong.png') no-repeat left 5px;
}

.form-item .short-input {
    width: 296px;
}

.ewm {
    float: left;
    width: 116px;
    height: 32px;
    margin-left: 8px;
    border-radius: 5px;
}

.form-btn {
	cursor:pointer;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    margin: 24px auto auto auto;
    text-align: center;
    border-radius: 3px;
    background-color: #2497fb;
}