/*解决IE11文本框末尾的删除图标和浏览器自带的删除图标重复出现的问题*/
input::-ms-clear { display: none; }

input::-ms-reveal { display: none; }

/*======== 全局 ========*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #666;
    font-family: Verdana, "宋体", Simsun;
    line-height: 24px;
}

fieldset, img { border: 0; }

/*img{display: block;}*/

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul { list-style: none; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

em { font-style: normal; }

input, button, select, textarea {
    outline: none;
    border: none;
}

textarea { resize: none; }

p { text-align: left; }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after { clear: both; }

/*======== Link ========*/

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:hover { text-decoration: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.text-center { text-align: center; }

/***头部导航nav部分开始***/

.topbar {
    height: 32px;
    background-color: #fff;
}

.topbar .inner {
    line-height: 32px;
    height: 32px;
}

.nav-item li {
    float: left;
    padding: 0 8px;
}

.nav-item li a {
    font-size: 12px;
    color: #666;
}

.nav-item li a:hover, .nav-item li a:active {
    color: #3d96dc;
    background-color: none;
}

.nav-item .padding-left-0 { padding-left: 0; }

.header-r a {
    float: left;
    padding: 0 8px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.header-r a:hover, .header-r a:active {
    color: #3d96dc;
    text-decoration: none;
}

.header-r a.register .user_name { padding-right: 0; }

.header-r a.register .user_name:hover, .header-r a.register .user_name:active {
    cursor: default;
    color: #666;
}

.header-r span {
    float: left;
    padding: 0 8px;
}

.header-r a.exit {
    color: #de3a15;
    cursor: pointer;
    padding-left: 0;
}

.header-r a.register .user_name .exit { padding-right: 0; }

/***头部导航nav部分结束***/

.erweima {
    width: 86px;
    padding-top: 12px;
}

.erweima img { margin-bottom: 5px; }

.erweima p {
    text-align: center;
    line-height: 20px;
}
/*****footer结束*****/