/*主导航*/
.nav {
    background-color: #fff;
    height: 50px;
}
.nav-right {
    float: right;
    margin-top: 10px;
}
.nav-right li {
    position: relative;
    float: left;
    margin-left: 15px;
    border: 2px solid #08adaf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.nav-right .channel {
    padding-left: 18px;
}
.nav-right li b {
    position: absolute;
    width: 35px;
    height: 32px;
    background: url("../images/ladybug.png") no-repeat;
    top: -8px;
    left: -10px;
}
.nav-right li a {
    color: #08adaf;
    display: inline-block;
    padding: 5px 15px;
}
#logo {
    float: left;
    width: 100px;
    margin: 3px 0;
}
/*主导航结束*/

/*登录model*/
.login-body {
    background: url("../images/bkgroundpic2.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

#model-login {
    width: 600px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left:-300px;
    background-color: rgba(225, 225, 225, 0.5);
}
.model-login {
    *width: 320px;
    *height: 275px;
    padding: 130px 140px 129px;
}
.model-main {
    height: 490px;
}
form {
    width: 320px;
}
.maring-small {
    margin-bottom: 10px;
}

.newuserregist {
    color: #08adaf;
    font-size: 14px;
}
.newuserregist:hover,.admin:hover,.forget:hover {
    text-decoration: underline;
}
.bar {
    margin-top: 20px;
}
.btn-subl{
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    border: 0;
    font-size: 14px;
    padding: 13px 0;
    cursor: pointer;
}
/*登录model结束*/



.input-group {
    width: 320px;
    height: 40px;
    width: 318px\9;
    height: 38px\9;
    line-height: 40px;
    border: 1px solid #959595;
    box-sizing: border-box;
    margin-bottom: 28px;
}
.input-group .input-mark {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 14px;
    line-height: 38px;
    cursor: default;
    z-index: 2;
    font-size: 14px;
}
.input-group .special {
    line-height: 36px\9;
    *line-height: 38px;
}
.input-group input {
    float: left;
    height: 14px;
    width: 288px;
    border: 0;
    font-size: 12px;
    padding: 12px 15px;
    padding-bottom: 11px\9;
    padding-top: 11px\9;
}
.warning ,.success {
    float: right;
    color: #f60;
    font-size: 12px;
    line-height: 20px;
    display: none;
}
.success {
    color: #5db239;
}
.marginb{
    margin-bottom: 20px;
}