#body{
    width:100%;
    height:100%;
    background: #a8c7fe;
    position: absolute;
}
#container a:hover{
    color: #347c00;
}
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}
#container .top {
    height: 75px;
    float: left;
    width: 100%;
    background-color: #181818;
    position: relative;
    z-index: 9;
}
#container .nav {
    margin: auto;
    width: 1000px;;
    height: 100%
}
#container .nav .logo {
    float: left;
    margin-top: 15px;
}
#container .nav .logo_login {
    float: right;
    margin-top: 23px;
}
.logo_login font{
    color: aliceblue;
    font-size: 12px;
    line-height: 35px;
}
.logo_login img{
    width: 36px;
    max-height: 36px;
    margin-right: 10px;
    margin-top: -3px;
}
.quit{
    color: #347c00;
}
.content{
    width: 100%;
    height: 100%;
    background: no-repeat url('../image/bg.jpg');
    background-size:100% 100%;
    float: left;
    position: absolute;
    padding-top: 75px;
}
.login{
    width: 422px;
    height: 440px;
    background: no-repeat url('../image/login.png');
    margin: 100px auto;
}
.login_top{
    line-height: 90px;
    height: 90px;
}
.login_top span{
    float: left;
    width: 50%;
    text-align: center;
    font-size: 20px;
    color: #adadad;
}
#container .login_top span a:hover{
    text-decoration: none;
    color: #333;
}
.login_top .active{
    color: #5c5c5c;
}
.login_middle{
    height: 240px;
}
.form-group{
   margin-top: 20px;
}
.col-sm-12{
    text-align: center;
}
.col-sm-12 input{
    width: 90%;
    font-size: 18px;
    height: 40px;
} 
.find_pwd{
    float: right;
    margin: -10px 35px 20px 0;
    color: #333;
}
.login_footer{
    width: 100%;
    float: left;
}
.login_footer span{
    float: left;
    width: 100%;
}
.login a{
    color: #b9b9b9;
}
#container .login a:hover{
    color: #333333;
}
.wx,.qq{
    width: 25%;
    float: left;
    text-align: center;
}
.block{
    width: 25%;
    height: 1px;
    float: left;
}
.bottom{
    text-align: center;
    color: white;
}
.link{
    margin: 20px 0;
    float: left;
    width: 100%;
}
.link span{
    border-left: solid thin white;
    padding: 0 10px;
}
.link span:first-child{
    border-left: none;
}
.copyright{
    float: left;
    width: 100%;
}
.copyright span{
    width: 100%;
    float: left;
    line-height: 25px;
}
.main{
    background: white;
    box-shadow:0px 0px 10px 2px #a8a8a8;
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.nav-stacked>li{
    text-align: center;
    border-bottom: solid thin #d3d3d3;
    height: 60px;
    line-height: 39px;
}
ul li a{
    color: #a8a8a8;
    font-size: 18px;
    font-family: '雅黑';
}
.tab-content .breadcrumb .active{
    color: #a8a8a8;
    font-family: '雅黑';
}
.active a{
    color: #333333;
    margin-right: -1px;
    background: white;
}
#container ul li a:hover{
    color: #333333;
}
ol li a{
    color: black;
}
.tab-content{
    float: left;
    width: 75%;
    padding: 10px;
}
.tab-content1{
    float: left;
    width: 100%;
    padding: 10px;
}
.main .nav-stacked>li+li{
    margin-top: 0;
}
.tab-content .breadcrumb{
    background: none;
}
.tab-content .breadcrumb>li+li:before{
    content: ">";
}
.red{
    color: red;
    margin: 0 5px;
}
.tab-pane .form-group{
    margin-top: 30px;
    position: relative;
}
.tab-pane .control-label{
    color: #666;
}
.tab-pane small{
    width: 100%;
    text-align: center;
    float: left;
    margin: 20px 0;
    font-size: 14px;
}
.tab-pane .form-group .help-block{
    text-align: left;
    position: absolute;
    top: 18px;
}
.login_middle .form-group .help-block{
    text-align: left;
    position: absolute;
    top: 33px;
}
.tab-pane h3{
    width: 100%;
    text-align: center;
    float: left;
    margin: 30px 0;
    color: #5c5c5c;
    font-size: 20px;
}
.step{
    text-align: center;
    margin: 50px auto;
    float: left;
    width: 100%;
}
.success{
    text-align: center;
    margin-top: 10%;
    float: left;
    width: 100%;
}
.success span{
    margin-top: 15px;
    float: left;
    width: 100%;
    color: #347c00;
    font-size: 18px;
}
.show{
    display: block;
}
.none{
    display: none;
}
.kefu{
    float: right;
    position: absolute;
    top: 85%;
    right: 5%;
}
.tips{
    position: absolute;
    top: 38px;
    color: red;
}
.info{
    float: left;
    width: 100%;
    text-align: center;
}
.info_top{
    border-bottom: dashed 1px #eaeaea;
    padding: 80px 0;
    float: left;
    width: 100%;
}
.info_top span{
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    color: #959595;
}
.info a{
    color: #4fad00;
}
.info_bottom{
    float: left;
    width: 100%;
    padding: 60px 0;
    font-size: 14px;
}
.info_line{
    width: 100%;
    float: left;
}
.info_bottom_left{
    width: 30%;
    float: left;
    text-align: right;
    margin: 13px 0;
}
.info_bottom_left img{
    margin-right: 10px;
}
.info_bottom_right{
    float: left;
    width: 68%;
    margin: 13px 0;
    text-align: left;
}
.info_bottom_right span{
    margin-right: 15px;
}
.warn{
    color: #ff5206;
}
.third_info{
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.third{
    float: left;
    width: 100%;
    border-bottom: solid 1px #d3d3d3;
    padding: 20px 0;
    line-height: 38px;
}
.third .left{
    float: left;
    width: 25%;
    text-align: right;
    font-size: 18px;
}
.third .middle{
    float: left;
    width: 45%;
    text-align: left;
    margin: 0 10px;
    font-size: 16px;
    border-left: solid thin #d3d3d3;
    padding-left: 20px;
    margin-left: 20px;
    color: #b9b9b9;
    line-height: 20px;
    margin-top: 10px;
}
.third .right{
    float: left;
}
.third img{
    margin-right: 10px;
}
.forget_pwd{
    color: white;
    border-left: solid thin white;
    margin-left: 10px;
    padding: 0 10px;
    margin-top: 12px;
    float: right;
    font-size: 18px;
}
.form-horizontal .control-label{
    padding-right: 0;
    color: #333;
    font-weight: normal;
    font-size: 18px;
}
#body .form-control{
    border-radius: 0;
}
#container .btn-success{
    background: #4d9900;
    border: solid thin #64af00;
    border-radius: 0;
}
#container .btn-success:hover,#container .btn-success:active,#container .btn-success:focus,#container .btn-success:visited{
    background: #62ad06;
    border: solid thin #7bbf08;
    border-radius: 0;
    outline:none;
}
#container .btn-warning{
    background: #ff9600;
    border: solid thin #fda830;
    border-radius: 0;
}
#container .btn-warning:hover,#container .btn-warning:active,#container .btn-warning:focus,#container .btn-warning:visited{
    background: #ffa800;
    border: solid thin #fdb83a;
    border-radius: 0;
    outline:none;
}
#container .code{
    background: #75c9fa;
    border: solid thin #41aefa;
    border-radius: 0;
}
#container .code:hover,#container .code:active,#container .code:focus,#container .code:visited{
    background: #87d4fb;
    border: solid thin #4ebdfb;
    border-radius: 0;
    outline:none;
}
#container .code_active{
    background: #d0d0d0;
    border: solid thin #bfbfbf;
    border-radius: 0;
    color: white;
}
#container .radio-inline{
    font-size: 18px;
}
#container .third_info .right button{
    width: 110px;
}
#container .img-rounded{
    border-radius: 0;
}
#container label{
    color: #333333;
}
#container .form-horizontal .radio{
    float: left;
    width: 33%;
    text-align: center;
    font-size: 18px;
}
#container .form-horizontal .radio span{
    margin-left: 5px;
}
.forbid:hover,.forbid:focus{
    color: #b9b9b9;
    text-decoration: none;
}
