﻿@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:white;
    color:#333333;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
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,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font-size:12px;
    font-family:"微软雅黑",arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}

/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
    color:#333333;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.td-center{ text-align:center !important;}
.td-left{ text-align:left !important;}
.td-right{ text-align:right !important;}

/*输入框样式*/
.inputinfo{ width:197px; height:28px; background:#fff; border:1px solid #dcdcdc; text-indent:5px;}
.searchinfo{ width:197px; height:28px; float:left; background:#fff; border:1px solid #dcdcdc; text-indent:5px;}
.inputradio{ position:relative; top:3px; margin-right:5px;}
.textareainfo{ width:500px; height:200px; border:1px solid #dcdcdc; line-height:24px; max-height:200px; max-width:500px;}
/*按钮样式*/
.BtnGray{ height:30px; width:80px; display:block; border:0; background:url(../../images/btnbg.png); cursor:pointer; color:#fff;}
.BtnGreen{ height:30px; width:80px; display:block; border:0; background:url(../../images/btnbg.png) 0 -30px;cursor:pointer;color:#fff;}
.BtnBlue{ height:30px; width:80px; display:block; border:0; background:url(../../images/btnbg.png) 0 -60px;cursor:pointer;color:#fff;}
.BtnRed{ height:30px; width:80px; display:block; border:0; background:url(../../images/btnbg.png) 0 -90px;cursor:pointer;color:#fff;}
.BtnOrange{ height:30px; width:80px; display:block; border:0; background:url(../../images/btnbg.png) 0 -120px;cursor:pointer;color:#fff;}
.BtnSearch{ height:30px; width:70px; display:block; border:0; background:url(../../images/srearch_btn.png); cursor:pointer; float:left;}
.BtnNormal{ height:30px; width:70px; display:block; border:0; background:url(../../images/result_btn.png); cursor:pointer; float:left; color:#fff;}
.BtnHover,.BtnNormal:hover{ height:30px; width:70px; display:block; border:0; background:url(../../images/result_btn.png) -70px 0; cursor:pointer; float:left; color:#fff;}
/*页面图标*/
body{ min-width:1000px;}
.i-sub{ width:3px; height:17px; background:url(../images/sub.png) no-repeat; display:block;}
.i-close-btn{ width:19px; height:19px; background:url(../../images/close_btn.png); display:block;}
.i-close-btn-small{ width:15px; height:15px; background:url(../../images/close_btn.png); display:block; background-size:15px 15px;}
.i-user{ width:12px; height:14px; background:url(../../images/user.png); display:block; float:left; margin-right:5px;}
.i-exit{ width:13px; height:15px; background:url(../../images/exit.png); display:block; float:left; margin-right:5px;}
.i-normal{ width:9px; height:9px; background:url(../../images/nav_hover.png); display:block; float:left; overflow:hidden;}
.i-hover{ width:9px; height:9px; background:url(../../images/nav_hover.png) 0 -9px; display:block; float:left; overflow:hidden;}
.i-now{ width:16px; height:20px; background:url(../../images/now.png); float:left; margin-right:10px; display:block;}
.i-change{ width:16px; height:16px; background:url(../../images/change.png); float:left; display:block; margin-right:10px;}
.i-down{ width:12px; height:12px; background:url(../../images/more.png) 0 -12px; display:block;}
.i-up{ width:12px; height:12px; background:url(../../images/more.png); display:block;}
.i-rili{ width:20px; height:24px; background:url(../../images/rili.png) no-repeat; display:block; float:left; margin-left:5px; margin-right:5px; margin-top:3px;}
/*浮动样式*/
.floatLeft{float: left; overflow: hidden;}
.floatRight{float: right; overflow: hidden;}
.center{text-align: center;}
/*表单样式*/