﻿@charset "UTF-8";

/* yui3 reset.css */
body.graytheme{
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
html,
body {
    position: relative;
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    /*overflow-y: scroll;*/
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}
a.xxgka {
    cursor: pointer;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.selfa {
    cursor: pointer;
}

.taban {
    cursor: default;
}

.loading {
    background: url(../img/load32.gif) center no-repeat;
    min-height: 100px;
}

.invisible {
    visibility: hidden !important;
}

.ewb-outer {
    padding: 0 25px;
}

.ewb-wrap {
    width: 1048px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

#head-logout {
    margin-left: 10px;
    margin-right: 10px;
}

/*#region 高级搜索 */
.adv-search
{
    position: fixed;
    top: 0;
    width: 100%;
    background: #fafafa;
    z-index: 1000;
    padding: 26px 0 30px 0;
    display: none;
    box-shadow: 0 0 6px #888;
}

.adv-wrap
{
    height: 320px;
}

.adv-left
{
    float: left;
    width: 796px;
    border-right: 1px solid #e5e5e5;
}

.adv-right
{
    float: left;
    padding-left: 34px;
}

.adv-item
{
    margin-bottom: 12px;
}

.adv-item.last
{
    margin-bottom: 0;
}

.adv-item > span
{
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    width: 315px;
    text-align: right;
    vertical-align: middle;
}

.adv-ipt
{
    width: 428px;
    padding-left: 10px;
    height: 34px;
    border: 1px solid #c7c7c7;
    line-height: 34px;
    font-size: 14px;
    vertical-align: middle;
}

input[type="text"],
select
{
    outline: none;
}

::-webkit-input-placeholder /* WebKit browsers */
{
    color: #999;
}

:-moz-placeholder /* Mozilla Firefox 4 to 18 */
{
    color: #999;
}

::-moz-placeholder /* Mozilla Firefox 19+ */
{
    color: #999;
}

:-ms-input-placeholder /* Internet Explorer 10+ */
{
    color: #999;
}

.placeholder /* Internet Explorer 9- */
{
    color: #999;
}

.adv-time-block
{
    float: left;
    line-height: 33px;
    font-size: 16px;
}

.adv-time-block .time-txt
{
    width: 90px;
    margin: 0 5px;
}

.adv-select
{
    border: 1px solid #c7c7c7;
    line-height: 36px;
    width: 440px;
    padding-left: 10px;
    height: 36px;
    font-size: 16px;
    vertical-align: middle;
    height: auto\9;
    line-height: normal\9;
    padding: 7px 0\9;
}

.adv-time-select > input[type=radio],
.adv-time-custom > input[type=radio]
{
    margin-right: 3px;
    vertical-align: middle;
}

.adv-time-select > label
{
    vertical-align: middle;
    margin-right: 20px;
    *margin-right: 18px;
    cursor: pointer;
}

.adv-time-custom > label
{
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}


.adv-time
{
    width: 88px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #c7c7c7;
    vertical-align: middle;
    margin: 0 3px;
    font-size: 12px;
}

.adv-search .container
{
    position: relative;
}

.adv-search .close
{
    top: 0;
    right: -100px;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    background: url("../img/close.png") no-repeat center center;
    cursor: pointer;
}

.adv-search .close:hover
{
    background: url("../img/close-hover.png") no-repeat center center;
}



.adv-switch
{
    font-size: 14px;
    line-height: 20px;
    color: #0066cc;
    cursor: pointer;
    padding-left: 10px;
}

.adv-switch.switch01
{
    float: right;
    display: block;
    height: 50px;
    line-height:50px;
    background: url("../img/adv-btn01.png") no-repeat left center;
    vertical-align:top;
}

.adv-switch.switch02
{
    display: block;
    background: url("../img/adv-btn02.png") no-repeat left center;
    margin-left: 34px;
    margin-top: 6px;
}
.search-btn
{
    background: #3385ff;
    height: 40px;
    letter-spacing: 1px;
    outline: none;
    width: 100px;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

/*#endregion */


.ml10 {
margin-left:10px;
}

#imgConac{width:45px;height:45px}
