
/*顶部样式*/
.top {
    position: relative;
    overflow: hidden;
    /*margin-top: 24px;*/
    /*margin-bottom: 24px;*/
    min-width: 1000px;
    width: 90%;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 0;
}
.top .top-left {
    float: left;
    outline: none;
    text-decoration: none;
}
.top img {
    border: 0;
}
.top .top-right {
    float: right;
    overflow: hidden;
}
.top .top-right .top-right1 {
    padding-top: 18px;
    display: block;
    padding-bottom: 12px;
    float: right;
    min-height:51px;
    width: 100%;
}


.top .top-right .top-right1 a {
    text-decoration: none;
    outline: none;
    font-size: 16px;
    color: #283e86;
}
.top .top-right .daohang {
    overflow: hidden;
    float: right;
    border-top: 2px solid #d6d9e2;
    width: 450px;
}
.top .top-right .daohang li {
    float: left;
    width:20%;
    text-align: center;
    padding-top: 14px;
    margin-bottom:2px;
    padding-bottom:5px;
    box-sizing: border-box;
}
.top .top-right .daohang li a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    color: #000;
}
/*.top .top-right .daohang li.active {*/
    /*border-bottom:1px solid #5b70b2;*/
/*}*/
.top .top-right .daohang li:hover{
    border-bottom:2px solid #5b70b2;
    margin-bottom:0;
}
/*侧边样式*/
.bianyuan {
    position: fixed;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #364b8e;
    z-index: 999;
}
.bianyuan ul {
    margin-top: 125px;
}
.bianyuan ul .li_2 {
    padding-bottom: 40px;
    text-align: center;
    margin-left: 5px;
    position:relative;
}
.fx-code-m {
    position: absolute;
    left: 50px;
    top:0;
    background: #fff;
    border: 1px #eee solid;
    box-shadow: 3px 3px 3px #bbb;
    display: none;
}
.fx-code-m .m-cover {
    float: left;
    height: 190px;
    overflow: hidden;
    width: 100%;
    padding: 15px 15px 5px 15px;
    min-width: 200px;
}
#public_img_code canvas:nth-child(1){
    display:none;
}
.bianyuan ul .li_2:first-child img {
    background-color: #283e86;
}
/*底部样式*/
.footer {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 23px;
    text-align: center;
    background-color: #fff;
}
.footer .footer1 {
    font-size: 13px;
    color: #aaadb5;
    padding-bottom: 14px;
}
.footer .footer1 select {
    margin-left: 7px;
    width: 120px;
    height: 26px;
    color: #4c4c4c;
}
.footer .di {
    color: #aaadb5;
    font-size: 13px;
}

/*公用*/
.contain{
    min-width: 1100px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #d3deef;
}

.login_form .submit{
    background:#5b70b2
}

.login_form .submit:hover{
    background:#4D83F3
}

.back_pass_plan .submit{
    background:#5b70b2
}

.back_pass_plan .submit:hover{
    background:#4D83F3
}

.sing_plan .submit{
    background:#5b70b2
}

.sing_plan .submit:hover{
    background:#4D83F3
}

