@charset "UTF-8";
body, html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    border: 0;
    width: 100%;
    height: 100%;
}

.header {
    height: 90px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 90px;
    text-align: center;
    width: 100%;
}

.footer {
    height: 30px;
    bottom: 0px;
}

a {
    text-decoration: none;
    outline: none;
    color: #555;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

input, a:active {
    hidefocus: true;
}

p.text {
    border: none;
    background: none;
}

button {
    width: 150px;
    margin: 0 5px;
}

.main {
    width: 100%;
    min-height: 100%;
}

.tab {
    overflow: hidden;
}

.tab a {
    font-size: 18px;
    color: #3a3a3a;
    height: 50px;
    background: #e4e4e4;
    line-height: 50px;
    text-align: center;
    float: left;
}

.content {
    max-width: 660px;
    min-width: 500px;
    margin: 60px auto;
    box-shadow: 0 7px 7px #f2f2f2;
}

.contentIn {
    padding: 20px 0px 0 0px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-top: 0;
}

.item {
    height: 70px;
    min-height: 70px;
    clear: both;
    margin: 0 auto;
}

.label {
    float: left;
    width: 100px;
    padding-right: 10px;
    text-align: right;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 38px;
}

.input-block {
    float: left;
    width: 350px;
    position: relative;
}

.input-inline {
    float: left;
    width: 48%;
}

.float-right {
    float: right;
}

.input, .text {
    height: 38px;
    width: 100%;
    border: 1px solid #dcdcdc;
    line-height: 38px;
    text-indent: 15px;
    font-size: 16px;
    color: #3a3a3a;
    *float: left;
}

.error_msg {
    color: #f00000;
    font-size: 14px;
    margin-left: 94px;
    text-align: left;
}

.title {
    font-size: 24px;
    line-height: 65px;
    height: 65px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.list {
    border-bottom: 1px solid #dcdcdc;
}

.list .label {
    width: 200px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.middle {
    vertical-align: middle;
}

.table {
}

