html, body {
    height: 100%;
    margin: 0;
}
ul {
    padding-left: 0;
    list-style: none;
}
a {
    color: #08c;
    background: transparent;
    text-decoration: none
}
a:hover {
    color: #005580;
    text-decoration: underline
}
h1 {
    margin: 0;
    color: #555;
}
form {
    margin: 0;
}
p {
    margin: 0 0 10px;
    line-height: 19px;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.dib {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 20px;
    cursor: pointer;
}
.dib input {
    float: left;
    width: 13px;
    height: 13px;
    margin: 5px 0 0 -20px;
    padding: 0;
    line-height: normal;
}
.lt-ie7 .dib {
    display: inline;
    zoom: 1;
}
.w {
    width: 980px;
}
.ma {
    margin: 0 auto;
}
.wrapper {
    height: 100%;
    background: #ffffff;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #efefef 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(40%, #ffffff), color-stop(100%, #efefef));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 40%, #efefef 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 40%, #efefef 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 40%, #efefef 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #efefef 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    /* IE6-9 */
    
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #333;
}
/* login form */

/* header */

.header {
    height: 74px;
    background: #5F9CD7;
}
.header-top {
    position: relative;
    min-height: 35px;
    padding-top: 10px;
}
.header-top .logo {
    float: left;
    width: 200px;
    margin-top: 6px;
}
.header-top .logo img {
    width: 150px;
}
.header .header-login {
    position: absolute;
    right: 10px;
}
.header .header-login .btn {
    padding: 18px 14px;
    background: none;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.header .header-login .btn:hover {
    text-shadow: 2px 2px 10px #000;
}
.header .header-login .btn:active {
    padding: 19px 13px 17px 15px;
}
.header .header-login .ctn-login-info {
    position: relative;
    margin-top: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.header .header-login .ctn-login-info ul {
    position: absolute;
    right: 0;
    display: none;
    width: 100px;
}
.header .header-login .ctn-login-info li {
    background: #fff;
    list-style: none;
    line-height: 30px;
}
.header .header-login .ctn-login-info li a {
    display: block;
    padding-left: 5px;
    color: #457BC2;
    text-align: left;
    font-size: 12px;
}
.header .header-login .ctn-login-info li a:hover {
    background: #FFF9EC;
    color: #C2904D;
    text-decoration: none;
}
.header .header-login .ctn-login-info li .iconfont {
    margin-left: 0;
    margin-right: 5px;
}
.header .header-login .ctn-login-info .iconfont {
    margin-left: 5px;
}
.header .header-login .ctn-login-info:hover {
    color: #F7D58E;
}
@keyframes logininfo {
    0% {
        -webkit-transform:translateY(-6px);
        -ms-transform:translateY(-6px);
        -o-transform:translateY(-6px);
        transform:translateY(-6px);
        opacity: 0.3;
    }
    100%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes logininfo {
    0% {
        -webkit-transform:translateY(-6px);
        -ms-transform:translateY(-6px);
        -o-transform:translateY(-6px);
        transform:translateY(-6px);
        opacity: 0.3;
    }
    100%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes logininfo {
    0% {
        -webkit-transform:translateY(-6px);
        -ms-transform:translateY(-6px);
        -o-transform:translateY(-6px);
        transform:translateY(-6px);
        opacity: 0.3;
    }
    100%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        opacity: 1;
    }
}
.header .header-login .ctn-login-info:hover ul {
    display: block;
    -webkit-animation:logininfo 0.3s;
    -o-animation:logininfo 0.3s;
    animation:logininfo 0.3s;
}
.header .head-menu {
    position: absolute;
    top: 16px;
    left: 190px;
    margin-bottom: 0;
}
.header #head-menu {
    float: none;
    margin: 0 auto;
}
.header .navbar-inner {
    margin-right: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}
.header #head-menu .v-divider {
    background-color: #0082db;
    width: 1px;
    height: 40px;
    font-size: 0;
    overflow: hidden;
}
.header #head-menu>li>a {
    padding: 10px 12.6px 10px;
    text-shadow: none;
    font-size: 14px;
    color: #fff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.header #head-menu .active a, .header #head-menu li a:hover {
    background: none;
    color: #FFC08B;
    box-shadow: none;
}
.header #head-menu .open .dropdown-toggle {
    background-color: #015A97;
}
.header #head-menu .dropdown-menu {
    z-index: 9999;
}
.header #head-menu .dropdown-menu:before, .header #head-menu .dropdown-menu:after {
    content: none;
}
.header #head-menu .dropdown-menu {
    top: 95%;
    min-width: 70px;
    border: 0px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background-color: #015A97;
    text-align: center;
}
.header #head-menu .dropdown-menu li {
    position: relative;
    z-index: 9999;
}
.header #head-menu .dropdown-menu li a {
    padding: 3px;
    font-size: 12px;
    color: #fff;
}
.header #head-menu .dropdown-menu li a:hover {
    background-color: #0081C2;
    background-repeat: repeat-x;
    color: #FFF;
    text-decoration: none;
}
.reg-title h1 {
    margin: 10px 18px 0;
    font-size: 24px;
    font-weight: normal;
}
/* reg tab */

#tab {
    margin: 0;
    padding: 0;
}
#tab li {
    float: left;
    list-style: none;
}
#tab li a {
    display: block;
    width: 100px;
    height: 35px;
    border-top: 3px solid #fff;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #555;
    text-decoration: none;
}
#tab li a:hover {
    color: #D88138;
}
#tab li a.current {
    background: #DB5E31;
    border-top: 3px solid #DB5E31;
    color: #fff;
}
#tab li a.spec {
    width: 180px;
}
/* reg submit */

.submit-button {
    display: inline-block;
    border: 0;
    padding: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #EFA978;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.submit-button:hover {
    text-decoration: none;
    background-color: #D3691E;
}
.error {
    color: #b94a48;
}
.reginfo {
    border-top: 1px solid #CCC;
    padding-top: 5px;
}
.reginfo span {
    font-size: 12px;
    font-weight: bold;
}
.reginfo .reg_button {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 2px 5px;
    margin-top: 2px;
    background-color: #C5A377;
}
.clearfix {
    zoom: 1;
    display: block;
}
.clearfix:after {
    display: block;
    height: 0;
    font-size: 0;
    content: '.';
    clear: both;
    visibility: hidden;
}
/* reg form */

.r-container {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.reg-form {
    float: left;
    width: 550px;
    margin: 20px 0 0 20px;
}
.reg-form h2 {
    margin: 10px 0 10px 0;
}
.reg-form #reg-tip {
    color: red;
    font-size: 12px;
}
.reg-form .summary {
    font-size: 12px;
}
.reg-form .r-item {
    margin: 15px 0 0 0;
    position: relative;
}
.reg-form .r-item i {
    font-size: 14px;
    color: #2FCC09;
    margin-right: 5px;
    font-style: normal;
}
.reg-form .r-item i.n {
    color: red;
}
.reg-form .r-item .change-code {
    cursor: pointer;
}
.reg-form .r-input {
    width: 200px;
    height: 14px;
    margin-bottom: 0;
    padding: 7px 8px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0px 1px 1px 0px #EAEAEA inset;
    -moz-box-shadow: 0px 1px 1px 0px #eaeaea inset;
    box-shadow: 0px 1px 1px 0px #EAEAEA inset;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #999;
    outline: none;
    line-height: normal;
}
.reg-form .r-input:focus {
    border: 1px solid #96BBE5;
    outline: 0 none;
}
.reg-form .tip {
    color: #F52727;
}
.reg-form .tit {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    float: left;
    margin-right: 7px;
    clear: both;
    width: 104px;
    text-align: left;
}
.reg-form .member-type-form {
    padding-left: 108px;
    font-size: 14px;
    line-height: 23px;
}
.reg-form .member-type-form input {
    vertical-align: middle;
}
.reg-form .agreement-form {
    padding-left: 8px;
    line-height: 23px;
}
.reg-form .agreement-form input {
    vertical-align: -2px;
}
.reg-form .agreement-form label {
    font-size: 12px;
}
.reg-form .agreement-form a {
    font-size: 12px;
    color: #333;
}
.reg-form .agreement-form a:hover {
    text-decoration: underline;
}
.reg-form .submit-button {
    width: 183px;
    margin-left: 111px;
    outline: none;
}
.reg-form .member-type-form .tip, .reg-form .agreement-form .tip {
    top: 0px;
}
/* password strength */

.reg-form .ctn-pwd-strength {
    margin-top: 3px;
    _display: none;
}
#ctn-pwd-strength {
    display: inline-block;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}
#ctn-pwd-strength .low, #ctn-pwd-strength .normal, #ctn-pwd-strength .high {
    float: left;
    margin-right: 1px;
    padding: 0px 30px;
    background: #FFE7C2;
    color: #A5A5A5;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    *display: inline;
    *zoom: 1;
}
#ctn-pwd-strength.level-low .low, #ctn-pwd-strength.level-normal .low, #ctn-pwd-strength.level-normal .normal, #ctn-pwd-strength.level-high .low, #ctn-pwd-strength.level-high .normal, #ctn-pwd-strength.level-high .high {
    background: #EFA978;
    color: #fff;
}
.login-info {
    width: 390px;
    float: right;
    padding: 20px 0 0 10px;
}
.login-info p {
    line-height: 22px;
    font-size: 22px;
    color: #1A78A5;
    font-weight: bold;
}
.login-button {
    padding: 6px 14px;
    background-color: #eee;
    border: 0;
    color: #777;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.login-button:hover {
    background-color: #ddd;
}
.tip {
    position: absolute;
    top: 5px;
    left: 340px;
    font-size: 12px;
    color: #2E95E6;
}
/* reg-login-form */

.reg-login-form {
    text-align: center;
}
.reg-login-form .l-item .tit {
    display: none;
}
.reg-login-form #login-tip {
    margin: 10px auto;
}
.reg-login-form .infomsg {
    left: 46px;
}
/* footer */

.footer {
    background-color: #FAFAFA;
    color: #555;
    border-top: 1px solid #eee;
    margin-top: 10px;
    text-align: center
}
.footer #p_copyright {
    font-size: 12px;
}
.footer #p_copyright a {
    color: #333;
    text-decoration: none;
}
.footer #p_copyright a:hover {
    text-decoration: underline;
}
.footer #p_copyright span {
    color: #BBB;
}
.footer #p_buttomtel ul li {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    text-align: left;
}
/* reg success */

.reg-info {
    padding: 20px;
    background-color: #F4FFF4;
    border: 1px solid #BDDAC2;
}
.reg-info p {
    margin-top: 0;
    color: #636363;
    font-size: 14px;
}
.reg-info p .usrname {
    color: #09F;
}
.reg-info .vali-mobile {
    padding: 10px;
    background-color: #FFFCEF;
    border: 1px solid #ECDFAC;
    margin-bottom: 10px;
}
.reg-info .vali-mobile p {
    font-size: 12px;
    line-height: 12px
}
.reg-info .vali-mobile p em {
    color: red;
    font-style: normal;
    font-weight: bold;
}
.reg-info .vali-mobile p input {
    color: #CCC;
    padding: 4px;
    border: 1px solid #CCC;
}
.reg-info .vali-mobile .v-code {
    display: none;
}
.reg-info .mobile-tip {
    font-size: 12px;
    color: red;
    display: none;
}
.reg-info .vali-mobile-tip {
    font-size: 12px;
    color: #2E95E6;
}
.reg-info .vali-button {
    font-size: 12px;
    color: #FFF;
    background-color: #B1ABAB;
    text-align: center;
    padding: 5px 7px;
    text-decoration: none;
}
.reg-info .vali-submit {
    font-size: 12px;
    color: #FFF;
    background-color: #B1ABAB;
    text-align: center;
    padding: 5px 7px;
    text-decoration: none;
}
.reg-info .v-loading {
    font-size: 12px;
    color: #666;
    display: none;
}
.reg-info .rs-action {
    color: #999;
    font-size: 12px;
}
.reg-info .rs-action a {
    color: #1882AC;
    text-decoration: none;
}
.reg-info .rs-action a:hover {
    text-decoration: underline;
}
.v-code {
    display: none;
}
.r-container .reg-form .hide {
    display: none;
}
/* mask */

.mask {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 500;
}
/* agreement */

.ctn-agreement {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
}
.ctn-agreement h1 {
    margin: 1em 0 2em;
    text-align: center;
}