/**
 * 公共css文件
 */
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: Microsoft Yahei, '微软雅黑';
    font-size: 12px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}

input, img {
    vertical-align: middle;
    border: none;
}

a {
    text-decoration: none;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

img, object {
    max-width: 100%;
    max-height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

input[type="text"], input[type="password"], input[type="number"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none; /* mobile firefox too! */
}

ul, ol, dl, li {
    list-style: none;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

input[type="search"] {
    -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

input[type="radio"]{
    position: relative;
    top: -1px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/bottom.png) no-repeat scroll right center transparent;
    background-size: 10px;
    background-position-x: 98%;
    padding-right: 16px !important;
}

.hidden {
    display: none;
}

.clear {
    clear: both !important;
}

.checkbox-icon {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/home/checkbox.png) no-repeat 50% 50%;
    background-size: 14px;
}

.checkbox-icon.checked {
    background: url(../images/home/checked.png) no-repeat 50% 50%;
    background-size: 14px;
}

.show_alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 999999;
}

.alert_content {
    display: inline-block;
    padding: 0 20px 20px;
    overflow: hidden;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -148px;
    margin-top: -110px;
}

.alert_content h1 {
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #DEDEDE;
    text-align: center;
}

.alert_content i {
    display: block;
    width: 54px;
    height: 54px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 20px auto 0;
}

.alert_content i.success-icon {
    background-image: url("../images/home/alert_success.png");
    background-size: 53px;
}

.table_cel {
    width: 255px;
    height: 54px;
    display: table;
    float: right;
    margin-top: 10px;
}

.table_cel h2 {
    display: table-cell;
    vertical-align: middle;
    height: 54px;
    max-width: 54px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}

.alert_content i.error-icon {
    background-image: url("../images/home/alert_error.png");
    background-size: 64px;
}

.w-200{
    width: 200px !important;
}

.w-180{
    width: 180px !important;
}

.w-160{
    width: 160px !important;
}

.w-140{
    width: 140px !important;
}

.w-120{
    width: 120px !important;
}

.w-100{
    width: 100px !important;
}

.w-80{
    width: 80px !important;
}

.w-60{
    width: 60px !important;
}

.ellipsis{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

