*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
input:focus{
    outline: none
}
ul li{
    list-style-type: none;
}
img {
    border: 0;
}
a{
    text-decoration: none;
}
.clear{
    clear: both;
}
.banner{
    width: 100%;
    position: relative;
    font-size: 0;
}
.banner .banner_form{
    position: absolute;
    top:11rem;
    margin-top: 0;
    right: 13%;
    width: 30rem;
    max-width: 30rem;
    font-size: 1rem;
    background: rgba(255,255,255,0.33);
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.banner_form .banner_form_m{
    padding: 3rem 3.6rem;
}
.banner_form .banner_form_m p{
    padding-bottom: 1.35rem;
}
.banner_form_m input{
    width: 100%;
    height: 3.9rem;
    line-height: 3.9rem;
    font-size: 0.9375rem;
    color: #999999;
    border: none;
    border-radius: 0.625rem;
    padding-left: 4rem;
}
.banner_form_m input#username{
    background: url("../images/username_icon.png"),#f6f6f6;
    background-repeat: no-repeat;
    background-size: 1.5625rem;
    background-position-x:1.6rem;
    background-position-y: center;
}
.banner_form_m input#password{
    background: url("../images/password_icon.png"),#f6f6f6;
    background-repeat: no-repeat;
    background-size: 1.5625rem;
    background-position-x:1.6rem;
    background-position-y: center;
}
.banner_form_m input.banner_fm_bt{
    display: block;
    font-size: 1.46rem;
    color: #ffffff;
    background: #46bdca;
    text-align: center;
    padding-left: 0;
    cursor: pointer;
}

/*
中间部分
*/
.honor{
    width: 75%;
    margin: 8.8rem auto;
}
.honor_l{
    width: 7.6%;
    float: left;
    margin-right: 7.6%;
}
.honor_l div{
    font-size: 0;
    padding-bottom: 2.3rem;
}
.honor_r{
    width: 84.8%;
    float: left;
}
.honor_r ul li{
    padding-left: 1.35rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.46rem;
    color: #333333;
    background: url("../images/content_icon.png") no-repeat left center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.honor_r ul li a{
    color: #333333;
}
/*
底部
*/
.footer{
    width: 100%;
    background: #2e2e2e;
}
.footer_min{
    width: 77%;
    margin: 0 auto;
    padding-top: 2.4rem;
    padding-bottom: 5.21rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
    color: #727272;
}
.footer_min a{
    color: #727272;
}
.footer_list{
    font-size: 0.84rem;
}
.footer_list h5{
    font-size: 1rem;
    font-weight: normal;
    color: #ffffff;
    padding-left: 2.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.footer_list:nth-child(1) h5{
    background: url("../images/footer_icon.png") no-repeat left center;
    background-size: auto 100%;
}
.footer_list:nth-child(2) h5{
    background: url("../images/footer_icon2.png") no-repeat left center;
    background-size: auto 100%;
}
.footer_list:nth-child(3) h5{
    background: url("../images/footer_icon3.png") no-repeat left center;
    background-size: auto 100%;
}
.footer_list:nth-child(4) h5{
    background: url("../images/footer_icon4.png") no-repeat left center;
    background-size: auto 100%;
}

.footer_list ul{
    padding-top: 1rem;
    padding-left: 2.2rem;
}
.footer_list ul li{
    font-size: 0.84rem;
    line-height: 0.84rem;
    padding: 0.5rem 0;
}
.footer_logo{
    width: 17rem;
}
.footer_logo_t{
    width: 100%;
    font-size: 0;
}
.footer_logo_m{
    font-size: 0;
    margin-top: 2.1875rem;
    height: 2.71rem;
    text-align: right;
}
.footer_logo_m img{
    margin-left: 1.5625rem;
}
.footer_copyright{
    padding-right: 6.92rem;
    text-align: right;
    font-size: 0.84rem;
    height: 3.65rem;
    line-height: 3rem;
    border-top: solid #848484 1px;
    color: #727272;
    background: #2e2e2e;
}
/*
内容页
*/
.content{
    width: 100%;
    height: 100%;
}
.con_l{
    width: 13%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    padding-top: 2.4rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background: #ececec;
    font-size: 0.9rem;
    color: #000;
}
.con_logo{
    font-size: 0;
}
.sidebar_menu{
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #fff;
}
.sidebar_menu ul li{
    height: 2.4rem;
    line-height: 2.4rem;
    background: #20cbd4;
    border-radius: 0.4rem;
    padding:0 0.4rem;
    margin-bottom: 0.8rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.sidebar_menu ul li img{
    width: 1.2rem;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.sidebar_menu ul li a{
    color: #fff;
}
.edit_password, .exit_system{
    padding: 0.5rem;
}
.edit_password a, .exit_system a{
    color: #000;
}
.con_r{
    height: 100%;
    overflow-y: auto;
    margin-left: 13%;
}