/*base css*/

* {
    outline: none;
}

dd,
dt,
dl,
form,
ul,
ol,
li,
h3,
h4 {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body {
    font: 12px/1.5 'HiraginoSans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

body,
html {
    height: 100%;
    min-height: 800px;
}

body {
    position: relative;
    background-color: #0e2255;
}

a {
    color: #08a7ff;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.radio,
.checkbox {
    padding-left: 0px;
}

.control-group label.error {
    display: block;
    white-space: nowrap;
    position: absolute;
    bottom: -25px;
    left: 125px;
    *left: 135px;
    color: #ed5452;
    font-size: 12px;
}

.control-group {
    position: relative;
}

.form-horizontal .control-label {
    width: 115px;
    padding-top: 6px;
    padding-right: 5px;
}

.form-horizontal .controls {
    padding-left: 120px;
    margin-left: 0;
    *padding-left: 10px;
}
.form-horizontal :first-child.controls,
.form-horizontal .ie-fixed-padding {
    padding-left: 120px;
    *padding-left: 130px;
}
.form-horizontal.login-form .controls{
    padding-left: 80px;
}
.bg {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    min-width: 1000px;
    width: 100%;
    zoom: 1;
    height: 100%;
    background: url(../img/banner_3.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    -ms-behavior: url('../css/backgroundsize.min.htc');}

.bg img {
    height: 100%;
    width: 100%;
    min-width: 1000px;
    position: fixed;
    top: 0;
    left: 0;
}

.bg2 {
    background: url(../img/banner_2.png) no-repeat;
}

.navbar {
    min-width: 960px;
}

.navbar-inner {
    background: #152347;
    filter: none;
    border: 0;
    height: 70px;
}

.container-fluid {
    height: 100%;
}

.logo,
.logo:hover {
    padding-top: 10px;
    line-height: 100%;
    display: inline-block;
    cursor: default;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.logo img {
    margin-right: 10px;
    width: 50px;
}

.logo_font {
    vertical-align: middle;
    color: #fff;
    font-size: 21px;
    font-weight: 550;
    white-space: nowrap;
}

.content {
    width: 1200px;
    height: 600px;
    background: #fff;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0 auto;
}

.downlist {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.socVersion{
    position: absolute;
    bottom: 20px;
    left: 715px;
}
.left_side {
    float: left;
    width: 690px;
    height: 100%;
    overflow: hidden;
}

.form-horizontal .control-group:after {
    clear: none;
}

.btn-purple,
.control-group.error .btn-purple {
    font-size: 18px;
    color: #fff;
    background-color: #a481c8;
    background-image: -moz-linear-gradient(top, #9f7cc2, #8765a9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f7cc2), to(#8765a9));
    background-image: -webkit-linear-gradient(top, #9f7cc2, #8765a9);
    background-image: -o-linear-gradient(top, #9f7cc2, #8765a9);
    background-image: linear-gradient(to bottom, #9f7cc2, #8765a9);
    background-repeat: repeat-x;
    border-color: #8765a9 #8765a9 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9f7cc2', endColorstr='#8765a9', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-blue,
.control-group.error .btn-blue{
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    background-color: #08a7ff;
    background-image: -moz-linear-gradient(top, #08a7ff, #087fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08a7ff), to(#087fff));
    background-image: -webkit-linear-gradient(top, #08a7ff, #087fff);
    background-image: -o-linear-gradient(top, #08a7ff, #087fff);
    background-image: linear-gradient(to bottom, #08a7ff, #087fff);
    background-repeat: repeat-x;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#08a7ff', endColorstr='#087fff', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false); hover时按钮中间会出现白色横条*/
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled],
.control-group.error .btn-blue:hover{
    color: #fff;
    background: #087fff;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled],
.control-group.error .btn-purple:hover {
    color: #fff;
    background-color: #8664a8;
}

.icon-info-sign {
    background: url(../img/ico08.png) no-repeat;
    width: 15px;
    height: 15px;
}

.checkbox {
    font-size: 12px;
}

.form-horizontal .control-group {
    margin-bottom: 24px;
}

.gray {
    color: #5e5e5e;
}

.footer {
    padding-top: 15px;
    width: 100%;
    height: 93px;
    color: #9ca4b8;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
}

.bg2 .footer {
    color: #65718c;
}

.slide {
    width: 100%;
    height: 100%;
}

.verify {
    position: relative;
    zoom: 1;
    height: 40px;
    vertical-align: top;
    width: 120px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
}

.verify img {
    float: left;
    width: 95px;
    height: 38px;
    border: 0;
}

.verify a {
    position: absolute;
    top: 8px;
    right: -2px;
    width: 22px;
    height: 40px;
    background: url(../img/common/refresh_icon.png) no-repeat 0 0;
    background-size: 20px;
    -ms-behavior: url('../css/backgroundsize.min.htc');    text-decoration: none;
    display: inline-block;
}

.verify a:hover,.verify a:active {
    background: url(../img/common/refresh_active.png) no-repeat 0 0;
    background-size: 20px;
    text-decoration: none;
}

.correct,
.wrong {
    background: url(../img/correct.png) no-repeat;
    padding-left: 60px;
    min-height: 50px;
    padding-bottom: 40px;
}

.wrong {
    background: url(../img/error.png) no-repeat;
}

.correct h3,
.wrong h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #5e5e5e;
    margin-bottom: 5px;
}

.correct h4,
.wrong h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #5e5e5e;
    margin-bottom: 5px;
}

.correct.w250,
.wrong.w250 {
    width: 190px;
}

input.btn.w250 {
    width: 250px;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.ml60 {
    margin-left: 60px;
}

.ml7 {
    margin-left: 7px;
}
.ml16{
    margin-left: 16px;
}

.ml120 {
    margin-left: 120px;
}

.ml200 {
    margin-left: 200px;
}

.pt10 {
    padding-top: 10px;
}

.pt40 {
    padding-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt8 {
    margin-top: 8px;
}

.mt4 {
    margin-top: 4px;
}

.mt25 {
    margin-top: 25px;
}

.orange {
    color: #f47838;
}

.blue {
    color: #3ec2f0;
}

.gray_ligth {
    color: #999;
}

.gray_deep {
    color: #b9b9b9;
}

.gray_ddep {
    color: #5e5e5e;
}

.w250 {
    width: 250px;
}

.w106 {
    width: 106px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #08a7ff;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(8, 167, 255, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(8, 167, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(8, 167, 255, 0.6);
}

input.btn:focus,
a:hover,
a:focus {
    outline: 0;
}

.pwdStrong {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-top: 0px;
    vertical-align: top;
    height: 20px;
    color: #c0c0c0;
}

.pwdStrong i {
    font-style: normal;
}

.pwdStrong li {
    float: left;
    margin-right: 5px;
    width: 28px;
    height: 2px;
    border: 1px solid #ed5424;
}


.pwdStrong.low i {
    color: #f58145;
    margin-left: 5px;
}

.pwdStrong.low li {
    border: 1px solid #ed5424;
}

.pwdStrong.low li.low {
    background-color: #ed5424;
}


.pwdStrong.middle i {
    color: #3ec2f0;
}

.pwdStrong.middle li {
    border: 1px solid #3ec2f0;
}

.pwdStrong.middle li.low,
.pwdStrong.middle li.middle {
    background-color: #3ec2f0;
}

.pwdStrong.high {}

.pwdStrong.high i {
    color: #15b300;
}

.pwdStrong.high li {
    border: 1px solid #15b300;
}

.pwdStrong.high li.low,
.pwdStrong.high li.middle,
.pwdStrong.high li.high {
    background-color: #15b300;
}

.hidden {
    display: none;
}

.visibili_hide {
    visibility: hidden;
}

.require {
    color: #ed5424;
    vertical-align: middle;
    display: inline-block;
    *display: inlne;
    zoom: 1;
    padding-top: 3px;
    margin-left: 5px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.checkR {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../img/good.png) no-repeat 0 center;
    width: 19px;
    height: 24px;
}

::-webkit-input-placeholder {
    color: #d7d7d7 !important;
}

::-moz-input-placeholder {
    color: #d7d7d7 !important;
}

:-moz-input-placeholder {
    color: #d7d7d7 !important;
}

:-ms-input-placeholder {
    color: #d7d7d7 !important;
}

.msg-box {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -80px;
    min-width: 160px;
    *height: 0;
    z-index: 99999;
}

.msg-box .mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.msg-box .alert {
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 0;
    background-color: #fff;
    box-shadow: 0px 2px 24px 0px #c8c9cc80;
}
.msg-box .alert span {
    display: inline-block;
    line-height: 20px;
    padding-left: 36px;
    font-size: 14px;
    color: #08a7ff;
    background: url(../img/common/msg_info.png) no-repeat;
    background-size: 20px;
    -ms-behavior: url('../css/backgroundsize.min.htc');}

.msg-box>div.alert-error>span {
    color: #ff9900;
    background: url(../img/common/msg_warn.png) no-repeat;
    background-size: 20px;
}

.msg-box>div.alert-info>span {
    color: #08a7ff;
    background: url(../img/common/msg_info.png) no-repeat;
    background-size: 20px;
}

.msg-box>div.alert-success>span {
    color: #38ba5c;
    background: url(../img/common/msg_success.png) no-repeat;
    background-size: 20px;
}

.msg-box>div>h4 {
    *margin-top: -20px;
}

.alert .close {
    top: -12px;
    right: -2px;
}
/* 忘记密码 */
.step_box_process{
    background: url(../img/rpwd_step.png) no-repeat center 0;
    background-size: 380px;
    -ms-behavior: url('../css/backgroundsize.min.htc');}
.rem_pwd{
    text-align:center;
    font-size:12px;
    color: #96979e;
}
.controls input{
    width: 248px;
}
