* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-family: 'microsoft yahei';
}

body {
    color: #3d3d3d;
    background: #fff;
    margin: 0;
}

a {
    color: #3d3d3d;
    text-decoration: none;
}

ul, li {
    padding: 0;
    list-style: none;
    margin: 0;
}

dd {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

input, button, select, form {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

input, button, select, img {
    vertical-align: middle;
}


.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.popup-container {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(199, 199, 199, 0.85);
    overflow: hidden;
}

.img-flex {
    position: absolute;
}

.img-flex ul {
    font-size: 0;
}

.img-flex ul li {
    display: block;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

.panel {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.panel .form-control:focus {
    z-index: 2;
}

.panel input[name="uname"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logo {
    position: absolute;
    margin: 150px auto;
    top: 0;
    left: 0;
    right: 0;
}



