/* 公开样式 */

@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
}

body {
    background: url(../image/background.jpg) repeat-x #75c5f8;
}

.clear {
    clear: both;
}

/* 文本输入样式 */
.text-input {
    border-radius: 7px;
    text-indent: 1em;
    width: 280px;
    height: 30px;
    border: 1px solid #aaa;
    line-height: 30px;
}

.mini-input {
    border-radius: 7px;
    text-indent: 1em;
    width: 125px;
    height: 30px;
    border: 1px solid #aaa;
    line-height: 30px;
}

select {
    border-radius: 7px;
    text-indent: 1em;
    width: 300px;
    height: 30px;
    border: 1px solid #aaa;
}

.control {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 120px;
}

.top .logo {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.step {
    overflow: hidden;
}

.button {
    border-radius: 7px;
    border: none;
    text-align: center;
    width: 138px;
    height: 28px;
    display: block;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
}

hr {
    border-color: #4294e0;
}

.hint {
    color: #aaa;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.footer {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 25px;
}

.footer .center {
    width: 680px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .leftImg {
    margin-left: 50px;
    margin-top: 40px;
    float: left;
}

.footer .rightCopy {
    float: left;
    border-left: 1px solid #b2b1f1;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 36px;
}

.footer .rightCopy a:hover {
    text-decoration: underline;
    color: #04f;
}

.footer .rightCopy * {
    font-size: 12px;
    color: #000;
    line-height: 18px;
}

/*.nav {float:right; background-color: #fff;}
.nav li{float:left; margin:5px 10px;}
.nav li a{font-weight: bold;}*/