/*
 * @module 公共样式 包括头部导航和尾部
 * @author lixiang
 * @date 2015-04-03
 */
html{
    background:#FFF;
    font-family: Arial, '宋体';
    font-size: 12px;
    color: #333;
}
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;
}
/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
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;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color:#000;
}
.clearfix:after {
    content:"\200B";
    display:block;
    height:0;
    clear:both;
}
.clearfix {
    *zoom:1;
}

body {
    font: 12px/1.2 "宋体","Arial",sans-serif;
    min-width: 1000px;
}
a {
    text-decoration: none;
}

/*头部header样式开始*/
.header {
    background-color: #F3F6F7;
}
.header-wrap {
    font-size: 12px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
}
.header-left {
    float: left;
}
.header-right {
    float: right;
}
.header-right a {
    padding-right: 3px;
}
.header-right a + a {
    border-left: 1px solid #D9DBDB;
    padding-left: 6px;
}
.content-center {
    margin: 0 auto;
    width: 1000px;
}
.text-input {
    border: 1px solid #BFCACF;
}
.text-input:focus {
    outline: none;
}
.text-user,
.text-pwd {
    margin-left: 7px;
}
.pwd,
.username {
    width: 100px;
    height: 20px;
}
.login {
    padding: 3px 7px;
    background-color: #F3F3F3;
    border: 1px solid #CACACA;
}
.register {
    text-decoration: underline;
    color: #1C7EC5;
    margin: 0 9px;
}
.other-login {
    position: relative;
    top: 7px;
    margin-right: 8px;
}

/*头部header样式开始*/

/*logo区样式开始*/
.logo-wrap {
    padding: 20px 0;
    overflow: hidden;
}
.logo {
    display: inline-block;
}
.logo-name {
    font-size: 26px;
    position: relative;
    top: -15px;
    left: 22px;
    font-family: "微软雅黑";
    display: inline;
}
.logo-div {
    float: left;
}
.link {
    float: right;
}
.link > div {
    float: left;
    margin: 0 10px;
    text-align: center;
}
.link a {
    display: inline-block;
}
.link p {
    padding-top: 5px;
    color: #8B999E;
}

/*logo区样式结束*/

/*搜索区样式开始*/
.search-wrap {
    border-top: 1px solid #F1F1F1;
    overflow: hidden;
    padding: 12px 0;
}
.search {
    float: left;
    height: 32px;
    width: 216px;
    margin-right: -1px;
    padding-left: 10px;
}
.search-action {
    float: left;
}
.search-left {
    float: left;
}
.search-left span {
    color: #AAAAAB;
    float: left;
    padding-top: 10px;
}
.search-hot-text {
    padding-left: 15px;
}
.search-hot {
    margin-right: 8px;
}
.search-right {
    padding-top: 17px;
    float: right;
}
.search-right span {
    color: #343434;
}
.content-center .red {
    color: #FD2636;
}
.cart-icon {
    position: relative;
    top: 2px;
}
.mobile-icon {
    margin-left: 24px;
    position: relative;
    top: 2px;
}
.number {
    margin: 0 5px;
}
/*搜索区样式结束*/

/*导航区样式开始*/

.nav-wrap {
    background-color: #1C7EC5;
    position: relative;
    height: 60px;
    /*padding: 10px 0;*/
    color: #fff;
}
.one {
    position: absolute;
    top: 0;
    left: 0;
}
.nav-index {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    float: left;
}
.nav-item {
    float: left;
}
.nav-spacing {
    line-height: 60px;
}
.nav-spacing a {
    vertical-align: middle;
}
.nav-item > div {
    float: left;
}
.nav-ver {
    padding: 16px 10px;
    font-size: 12px;
}
.nav-hor p {
    margin-top: 10px;
    font-size: 12px;
}
.nav-hor p span {
    margin-right: 11px;
}
.nav-hor p span a{
   color:#FFF;
}
.bolder {
    font-weight: bolder;
}

.nav-hot {
    background: #EFF3F7;
    padding: 10px 0;
}
.nav-hot strong {
    color: #5A5A5A;
}
.nav-hot a {
    padding-right: 5px;
    color: #5A5A5A;
}
.nav-hot a + a {
    border-left: 1px solid #B8CCDB;
    padding-left: 8px;
}
.hot-text {
    margin-left: 70px;
}
.hot-data {
    margin-left: 26px;
}
.hot-activity {
    margin-left: 30px;
}
.right {
    float: right;
}
/*导航区样式结束*/




/*footer样式开始*/
.footer {
    border-top: 1px solid #000;
    margin-top: 50px;
    margin-bottom: 30px;
    background: url(../images/footer-bg.png) repeat-x;
}
.footer-wrap {
}
.footer-wrap > div {
    text-align: center;
    padding: 10px 0;
}
.footer-wrap span {
    color: #3E3E3E;
}
.footer-link a {
    color: #000;
    padding-right: 5px;
}
.footer-link a + a {
    border-left: 1px solid #393939;
    padding-left: 5px;
}
.footer-wrap .copy-right {
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 10px;
}

/*footer样式结束*/

/*公共最小粒度样式开始*/
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.ml40 {
    margin-left: 40px;
}
.mr40 {
    margin-right: 40px;
}
/*公共最小粒度样式结束*/



/*ie6样式开始*/
.ie6 .header-left {
    height: 40px;
    padding-top: 10px;
}
.ie6 .link div {
    text-align: center;
    float: left;
    width: 60px;
}
.ie6 .nav-hor p span {
    margin-right: 10px;
}
.ie6 .nav-item div {
    float: left;
}
.ie6 .common-nav-spacing {
    position: relative;
    top: 10px;
}
.ie6 .footer-wrap {
    text-align: center;
}
.ie6 .footer-wrap  div {
    text-align: center;
    padding: 10px 0;
}

.ie6 .other-login {
    position: relative;
    top: 0;
}

.ie6 .cart-icon {
    position: relative;
    left: -2px;
}
.ie6 .number {
    margin: 0;
}
.ie6 .mobile-icon {
    margin-left: 6px;
    position: relative;
    top: 0;
}
/*ie6样式结束*/


/*ie7样式开始*/
.ie7 .nav-hor p span {
    margin-right: 10px;
}
.ie7 .common-nav-spacing {
    position: relative;
    top: 10px;
}
.ie7 .other-login {
    position: relative;
    top: 0;
}
.ie7 .cart-icon {
    position: relative;
    top: -2px;
    left: -2px;
}
.ie7 .number {
    margin: 0;
}
.ie7 .mobile-icon {
    margin-left: 6px;
    position: relative;
    top: -2px;
}
/*ie7样式结束*/
.shopping {
  width: 31px;
  height: 100px;
  padding-top: 12px;
  line-height: 15px;
  background: #f3692c;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: -510px;
  text-align: center;
  color: #fff;
  margin-right: -35px;
}
.fd_content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1005px;
}

