﻿/*
* 宽屏版
* Author: DX.Lin
*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0
}

body, button, input, select, textarea, th {
  color: #4d4d4d;
  font: 12px/1.8 "微软雅黑", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
}

/*h1,h2,h3,h4,h5,h6 {font-size:100%;}*/
li {
  list-style: none
}

img {
  border: 0px;
  page-break-inside: avoid;
  margin: 0px;
  padding: 0px;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle;
}

input[type="button"], input[type='submit'] {
  cursor: pointer
}

button {
  cursor: pointer
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  text-decoration: none;
}

a, a:visited {
  color: #333;
}

a:hover {
  color: #f40000;
  text-decoration: underline;
}

:focus {
  outline: none;
}

button, input, textarea, select, a, a:focus {
  outline: none;
}

body {
  background: #fff;
  min-width: 600px;
}

/*
* 零碎变量
*/
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ml5 {
  margin-left: 5px;
}

.ml8 {
  margin-left: 8px;
}

.mt5 {
  margin-top: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.transparent {
  filter: alpha(opacity=80); /* internet explorer */
  -khtml-opacity: 0.8; /* khtml, old safari */
  -moz-opacity: 0.8; /* mozilla, netscape */
  opacity: 0.8; /* fx, safari, opera */
}

.transparent_95 {
  filter: alpha(opacity=95);
  -khtml-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}

.wrapper {
  margin: auto;
  width: 1000px;
}

.sep {
  padding: 0px 5px;
}

/*
 * 网页头部
 */
#header {
  background: #fff;
}

/**网页顶部**/
.toper {
  background: #333;
  border-bottom: 1px solid #f2f2f2;
  color: #b0b0b0;
  height: 36px;
  line-height: 36px;
}

.toper-wrap {
  margin: auto;
  width: 1000px;
}

/**顶部链接**/
.toper a,
.toper a:visited {
  color: #b0b0b0;
}

.toper a:hover {
  color: #fff;
  text-decoration: none;
}

.toper .sep {
  color: #ddd;
  font-size: 10px;
  padding: 0px 12px;
  vertical-align: top;
}

/**登陆/注册**/
.account-sign-status {
  float: right;
}

.account-sign-status a.a-login,
.account-sign-status a.a-reg {
  margin: 0px 5px;
}

.account-sign-status a.username {
  font-weight: 600;
  margin: 0px 10px 0px 10px;
}

.toper .sep {
  padding: 0px 7px;
}

/**顶部导航**/
.top-nav {
  float: left;
}

.cart-amount {
  color: #d60000;
  font-weight: bold;
  padding: 0px 2px;
}

/**logo栏**/
.header-line {
  height: 100px;
  margin: auto;
  position: relative;
  width: 1000px;
}

.header-line .logo {
  display: inline-block;
  float: left;
  padding: 15px 0px;
}

/*搜索*/
.header-line .search {
  position: absolute;
  right: 135px;
  top: 20px;
  width: 360px;
}

.header-line .search .search-form {
  height: 46px;
  padding: 0px 0px 0px 0px;
}

.header-line .search .search-form .search-text {
  float: left;
  /*position: relative;*/
}

.header-line .search .text-search {
  border: 1px solid #ddd;
  border-right: none;
  color: #aaa;
  float: left;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  padding: 5px 10px;
  width: 280px;
}

.header-line .search .text-search:focus {
  border-color: #aaa;
  color: #333;
}

.header-line .search .btn-search {
  background: #fff url("../images/icon_search.png") 12px 11px no-repeat;
  border: 1px solid #ddd;
  color: #fff;
  float: left;
  font-size: 16px;
  height: 38px;
  line-height: 22px;
  padding: 7px 0;
  width: 42px;
}

.header-line .search .btn-search:hover {
  background-color: #ff4a00;
  border-color: #ff4a00;
}

.header-line .search .btn-search:active {
  background-color: #f04600;
}

.header-line .search .search-keywords {
  height: 24px;
  line-height: 24px;
  padding: 0px 0px 4px 0px;
}

.header-line .search .search-keywords a {
  padding: 0px 6px 0px 0px;
}

.header-line .search .search-keywords a,
.header-line .search .search-keywords a:visited {
  color: #aaa;
}

.header-line .search .search-keywords a:hover {
  color: #000;
  text-decoration: none;
}

/*购物车*/
.header-line .cart {
  background: #ffdb3d url("../images/icon_cart.png") 12px 12px no-repeat;
  display: inline-block;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 0px;
  top: 48px;
  width: 108px;
  padding-left: 30px;
}

.header-line .cart,
.header-line .cart:visited {
  color: #222;
}

.header-line .cart:hover {
  background-color: #ff4a00;
  text-decoration: none;
}

.header-line .cart:hover .cart-amount {
  color: #222;
}

.header-line .cart .cart-amount {
  font-weight: bold;
  padding: 0px 2px;
}

/**网站主导航**/
.to-class {
  cursor: pointer;
}

.main-nav {
  background-color: #404144;
  margin: auto;
  width: 1000px;
}

.main-nav ul.main {
  height: 48px;
  margin: auto auto;
  padding: 0px;
  width: 1000px;
}

.main-nav ul.main li {
  float: left;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.main-nav ul.main li a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0px 18px;
}

.main-nav ul.main li a,
.main-nav ul.main li a:visited {
  color: #fff;
}

.main-nav ul.main li a:hover {
  text-decoration: none;
}

.main-nav ul.main li.hover a.n1 {
  background: #333;
}

.main-nav ul.main li.current a.n1 {
  background: #ff4a00;
}

/**网站主导航->二级菜单**/
.main-nav .sub2-nav {
  background: #333;
  display: none;
  position: absolute;
  width: 160px;
  top: 48px;
  left: 0;
}
.main-nav .sub2-nav ul {
  background: none;
  padding: 5px 0 5px 0;
}

.main-nav .sub2-nav ul li {
  display: block;
  float: none;
  font-size: 14px;
  font-weight: normal;
}

.main-nav .sub2-nav ul li a {
  display: block;
  height: 34px;
  line-height: 34px;
}

.main-nav .sub2-nav ul li a,
.main-nav .sub2-nav ul li a:visited {
  color: #fff;
}

.main-nav .sub2-nav ul li a:hover,
.main-nav .sub2-nav ul li.hover a.n2 {
  background: #ff4a00;
}

.main-nav .sub2-nav ul li:last-child a {
  border-bottom: none;
}
.nav-list3{
  float: left;
  width: 100%;
  font-family: Arial;
  line-height: 30px;
}
.nav-list3 dt{
  float: left;
  text-align: right;
  vertical-align: top;
  width: 130px;
}
.nav-list3 dt i{
  font-size: 16px;
  color:#3c3c3c;
}
.nav-list3 dd{
  float: left;
  margin-left:10px;
  vertical-align: top;
  width: 460px;
  border-bottom: 1px dashed #ddd;
}
.goods-class-2{
  line-height: 20px;
  font-size: 14px;
  font-weight:700;
  color:#3c3c3c;
}
.goods-class-2:hover{
  color: #c40000;
}
.goods-class-3{
  display: inline-block;
  padding:0 5px;
  font-size: 12px;
  cursor: pointer;
  color: #666;
}
.nav-list3>dd>span:hover{
  text-decoration: underline;
  color: #b10000;
}
/**网站主导航->三级菜单**/
.main-nav .sub3-nav {
  background: #5373b1;
  display: none;
  position: absolute;
  width: 160px;
  top: 0px;
  left: 160px;
}

.main-nav .sub3-nav ul {
  padding: 0px;
}

/*
* banner区
*/
.banner {
  background: #fcfcfc;
  margin: 0px auto 10px auto;
}

/*
 * 网页底部
 */
#footer {
  background: #fafafa;
  border-top: 1px solid #dfdfdf;
  color: #333;
  font-size: 12px;
  margin: 0px auto;
}

#footer .cate-section {
  padding: 25px 0px 30px 0px;
  zoom: 1;
  overflow: auto;
}

#footer .cate-section dl {
  color: #333;
  float: left;
  font-size: 14px;
  margin: 0 40px 0 0;
  padding: 0;
  width: 150px;
}

#footer .cate-section dl.item-4 {
  border-right: 0;
  margin-right: 0;
}

#footer .cate-section dl dt {
  font-size: 20px;
  padding: 0 0 5px 0;
}

#footer .cate-section dd {
  border-bottom: 1px dotted #ddd;
  height: 24px;
  line-height: 24px;
  padding: 4px 0px;
}

#footer .cate-section dd:hover {
}

#footer .cate-section a,
#footer .cate-section a:visited {
  color: #686868;
}

#footer .cate-section a:hover {
  color: #000;
  text-decoration: none;
}

#footer .cate-section dl.content {
  float: right;
  width: 300px;
}

#footer .cate-section dl.content dt {
  color: #333;
}

.footer-section {
}

.footer-section .wrapper {
  border-top: 1px dotted #ddd;
  padding: 10px 0 10px 0;
  text-align: center;
}

.footer-section .footer-nav {
  color: #666;
  padding: 0;
}

.footer-section .footer-nav a {
  padding: 0 8px;
}

.footer-section .copyright {
  padding: 5px 0 0 0;
}

.footer-section a,
.footer-section a:visited {
  color: #333;
  padding: 0 3px;
}

.footer-section a:hover {
  color: #000;
  text-decoration: none;
}

.footer-icons {
  margin-bottom: 10px;
}

.footer-icons .wrapper {
  padding: 5px 0 5px 0;
}

.footer-icons table {
  margin: auto;
}

.footer-icons td {
  padding: 0 5px;
}

.footer-icons a {
}

.footer-icons a img {
  background: #fff;
}

.powered-by {
  padding: 8px 0 8px 0;
}

/*底部服务*/
#footer .footer-service {
  border-bottom: 1px dotted #ddd;
  display: none;
  padding: 12px 0;
}

#footer .list-service {
  list-style-type: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  overflow: auto;
}

#footer .list-service li {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 20%;
}

#footer .list-service li strong {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

#footer .col-contact {
  color: #333;
  float: right;
  font-size: 14px;
  text-align: center;
  width: 260px;
  padding: 6px 0 0 0;
}

#footer .col-contact p {
}

#footer .col-contact p.phone {
  color: #333;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
}

#footer .col-contact .btn-line {
  padding-top: 10px;
}

#footer .col-contact .service-24 {
  background-color: #f40000;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 2px 12px;
}

#footer .col-contact .service-24:visited {
  color: #fff;
}

#footer .col-contact .service-24:hover {
  background-color: #d40000;
  color: #fff;
  text-decoration: none;
}

#footer .col-contact .qrcode {
  margin: 20px 0 0 0;
}

#footer .col-contact .qrcode img {
  height: 98px;
  width: 98px;
}

#footer .col-contact .qrcode-text {
  font-size: 14px;
  padding: 5px 0 0 0;
}

/**返回顶部**/
.scrolltop {
  background: #eee url("../images/scrolltop.png") 0 0 no-repeat;
  bottom: 10px;
  display: inline-block;
  height: 50px;
  position: fixed;
  _position: absolute;
  right: 10px;
  text-indent: -999999px;
  width: 50px;
  z-index: 9999;
  filter: alpha(opacity=85);
  opacity: 0.85;
}

.scrolltop:hover {
  background-position: 0 -50px;
  filter: alpha(opacity=85);
  opacity: 0.85;
}

/*
 * 图片广告
 */
.ow-ad-pic {
  margin: auto;
  overflow: hidden;
  position: relative;
}

.ow-ad-pic a {
  position: absolute;
}

.ow-ad-pic a img {
}

.ow-ad-pic a.cursor-default {
  cursor: default;
}

.ow-pic-player {
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ow-pic-player .sliders {
  position: absolute;
  left: 0;
  top: 0;
}

.ow-pic-player .sliders li {
}

.ow-pic-player .pages {
  bottom: 5px;
  position: absolute;
  right: 10px;
}

.ow-pic-player .pages a {
  background-color: #999;
  display: inline-block;
  font-size: 9px;
  height: 16px;
  line-height: 16px;
  margin: 0 2px;
  width: 16px;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.ow-pic-player .pages a, .ow-pic-player .pages a:visited {
  color: #fff;
  text-decoration: none;
}

.ow-pic-player .pages a.current {
  background-color: #c30000;
}

.ow-pic-player .pages a:hover {
  background-color: #c30000;
}

.ow-pic-player .turner {
  position: absolute;
  top: 42%;
  width: 100%;
  background: #ddd;
}

.ow-pic-player .turner a {
  background-image: url("../images/pic-player-pre-next_1.png");
  display: inline-block;
  height: 40px;
  width: 32px;
  overflow: hidden;
}

.ow-pic-player .turner a.prev {
  background-position: 0 0;
  left: 0;
  position: absolute;
}

.ow-pic-player .turner a.prev:hover {
  background-position: 0 40px;
}

.ow-pic-player .turner a.next {
  background-position: 32px 0;
  position: absolute;
  right: 0;
}

.ow-pic-player .turner a.next:hover {
  background-position: 32px 40px;
}

.banner .ow-pic-player .pages a {
  font-size: 0px;
  height: 12px;
  line-height: 112px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 12px;
  overflow: hidden;
}

/**价格**/
span.money {
}

span.money em {
  font-style: normal;
}

span.money b {
  font-weight: normal;
}

/**
头部
**/
#header {
}

.header-order {
  border-bottom: none !important;
}

.shop-header {
  height: 148px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
  z-index: 10;
}

.shop-header .logo {
  display: inline-block;
  float: left;
  padding: 15px 0px;
}

/*搜索*/
.shop-header .search {
  position: absolute;
  right: 165px;
  top: 22px;
  width: 600px;
  height: 46px;
  border: 2px solid #c40000;
  z-index: 20;
}

/**9-7新增搜索框*/
/*
*搜索框里字体
*/
#search-form{
  width:601px;
}
#searchInput {
  height: 46px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  padding-left: 80px;
  width: 420px;
  vertical-align: middle;
}
#ai-topsearch{
  border: 0;
  width:101px;
  height: 46px;
  vertical-align: middle;
  background: #c40000;
  color: #fff;
  font-size: 16px;
  letter-spacing:4px;
}
/*
**搜索功能下来框的css
*/
.search-msg-area {
  position: absolute;
  top: 100%;
  left: 70px;
  background: #fff;
}
.search-msg-area ul{
  margin: 0;
}
/*宽和border是用js生成的*/
.nav form {
  position: relative;
}

.search-sel-type {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  width: 70px;

  border-right: 1px solid #eee;
  overflow: hidden;
}

.search-sel-type i {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 16px;
  line-height: 46px;

}

.goods-search-tab {
  display: inline-block;
  line-height: 46px;
  width: 69px;
  font-size: 12px;
  cursor: pointer;
  text-indent: 20px;
  background: #f5f5f5;
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  user-select: none;
  color: #333;
}

.search-tab-hover:hover {
  background: #f5f5f5;
  color: #C23131;
}
.search-tab-hover2 {
  background: #fff;
  color: #666;
}
.search-selected {
  background: #F5F5F5;
  color: #6b6b6b;
}

.search-msg-area ul, .search-msg-area ul li {
  display: block;
  width: 100%;
}

.search-msg-area li {
  height: 26px;
}

.search-msg-area li a {
  display: block;
  width: 100%;
  line-height: 26px;
  height: 100%;
  cursor: pointer;
}

.search-msg-area li a:hover {
  background: #FFCC99;
}
.search-msg-list-hover{
  background: #FFCC99;
}
.search-close-btn {
  display: inline-block;
  line-height: 26px;
  width: 100%;
  text-align: right;
  padding-right: 6px;
  border-top: 1px solid #eee;
}

.search-msg-span1, .search-msg-span2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.search-msg-span1 {
  width: 60%;
  padding-left: 6px;
}

.search-msg-span2 {
  width: 37%;
  text-align: right;
  padding-right: 6px;
}



/*购物车*/
.shop-header .cart {
  background: #ffdb3d;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 22px;
  width: 138px;
  padding-left: 10px;
}

.shop-header .cart,
.shop-header .cart:visited {
  color: #222;
}

.shop-header .cart:hover {
  background-color: #ff4a00;
  text-decoration: none;
  color: #fff;
}

.shop-header .cart:hover .cart-amount {
  color: #222;
}

.shop-header .cart .cart-amount {
  font-weight: bold;
  padding: 0px 2px;
}

/*导航*/
.shop-header .shop-nav {
  background-color: #404144;
  font-size: 16px;
  height: 48px;
  position: absolute;
  top: 100px;
  left: 212px;
  width: 788px;
}

ul.nav-main-list {
}

ul.nav-main-list li.nav-main-item {
  float: left;
}

ul.nav-main-list li.nav-main-item a {
  display: inline-block;
  line-height: 48px;
  padding: 0px 12px;
}

ul.nav-main-list li.nav-main-item a,
ul.nav-main-list li.nav-main-item a:visited {
  color: #fff;
}

ul.nav-main-list li.nav-main-item a:hover {
  background-color: #2e2f30;
  text-decoration: none;
}

/*头部分类*/
.shop-header .shop-cate-sider {
  background: #fff;
  float: left;
  margin: 0px 10px 0px 0px;
  width: 212px;
  position: absolute;
  top: 100px;
  left: 0px;
}

.shop-header .shop-cate-sider .header {
  background: #c40000;
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  padding: 0px 0px 0px 16px;
}

.shop-header .shop-cate-sider .header-drop {
  background: #f40000 url("../images/drop-down.png") 168px 8px no-repeat;
  cursor: pointer;
}

.shop-header .shop-cate-sider .header-drop:hover {
  background-color: #e20000;
  background-position: 168px -25px;
}

.shop-header .shop-cate-sider .section {
  border-bottom: 1px solid #d6d6d6;
  border-top: none;
  /*height: 365px;*/
}

.shop-header .shop-cate-sider ul {
  padding: 0;
  position: relative;
  z-index: 11;
}

.shop-header .shop-cate-sider ul li {
  background-color: #fff;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #ddd;
  display: block;
  height: 35px;
  padding: 5px 0 0 15px;
  /*position: relative;*/
}

.shop-header .shop-cate-sider ul li.li-6 {
  padding: 4px 0 0 15px;
}

.shop-header .shop-cate-sider ul li.li-8 {
  padding: 4px 0 0 15px;
}

.shop-header .shop-cate-sider ul li:hover {
  background: #f6f6f6;
  border-left: 5px solid #c40000;
  border-right: 0 solid #f6f6f6;
  text-decoration: none;
  padding-left: 11px;
}

.shop-header .shop-cate-sider ul li h3 {
  color: #c40000;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

.shop-header .shop-cate-sider ul li h3 a,
.shop-header .shop-cate-sider ul li h3 a:visited {
  color: #c40000;
}
.goodsclass-h3{
  padding-left: 11px;
  position: relative;
}
.goodsclass-h3 i{
  position: absolute;
  top:3px;
  left: 200px;
}
.shop-header .shop-cate-sider ul li h5 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

.shop-header .shop-cate-sider ul li h5 a {
  margin: 0px 8px 0px 0px;
}

.shop-header .shop-cate-sider ul li h5 a,
.shop-header .shop-cate-sider ul li h5 a:visited {
  color: #666;
}

.shop-header .shop-cate-sider ul li .sub2-nav {
  border: 1px solid #d6d6d6;
  /*border-left: 0px;*/
  display: none;
  font-size: 14px;
  min-height: 347px;
  padding: 10px 10px 10px 10px;
  position: absolute;
  width: 600px;
  top: 0;
  left: 210px;
  z-index: 10;
  background: #fff;
}


/**
内容部分
**/
.shop-section {
  margin: 0px auto 15px auto;
  width: 1000px;
  zoom: 1;
  overflow: auto;
  padding: 0px;
}

/*商城主广告*/
.shop-banner-section {
  overflow: hidden;
}

.shop-main-ad {
  background: #ddd;
  float: left;
  height: 334px;
  width: 788px;
  padding-left: 212px;
  overflow: hidden;
}

.shop-main-ad img {
  max-height: 334px;
  max-width: 788px;
}

.shop-main-ad #ow_ad_3,
.shop-main-ad .ow-pic-player {
  max-height: 334px;
  max-width: 788px;
}

.shop-main-ad .ow-pic-player .pages {
  bottom: 5px;
  position: absolute;
  right: 10px;
}

.shop-main-bottom-ad {
  background: #ddd;
  /*border-top: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;*/
  float: left;
  width: 788px;
  padding-left: 212px;
}

.shop-main-bottom-ad .ad-item {
  float: left;
  max-height: 110px;
  max-width: 262px;
}

.shop-main-bottom-ad .ad-item-1 {
  border-right: 1px solid #ddd;
}

.shop-main-bottom-ad .ad-item-2 {
  border-right: 1px solid #ddd;
}

.shop-main-bottom-ad img {
  max-height: 110px;
  max-width: 262px;
}

/*一排四个商品*/
.shop-list-goods h3 {
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0px;
}

.shop-list-goods .section {
  border: 1px solid #ddd;
  zoom: 1;
  overflow: auto;
}

.shop-list-goods ul {
}

.shop-list-goods ul li.first-child {
  border-left: 0px;
  width: 238px;
}

.shop-list-goods ul li {
  border-left: 1px solid #ddd;
  display: inline;
  float: left;
  height: 310px;
  width: 239px;
  padding: 5px;
}

.shop-list-goods ul li:hover {
  background: #f6f6f6;
}

.shop-list-goods ul li.first-child {
  border-left: 0px;
  width: 238px;
}

.shop-list-goods ul li .thumb {
  background-color: #fff;
  height: 200px;
  width: 219px;
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.shop-list-goods ul li.first-child .thumb {
  width: 218px
}

.shop-list-goods ul li .thumb img {
  max-height: 200px;
  max-width: 200px;
  width: expression(this.width > 200 && this.width/this.height >= 1 ? 200 : true);
  height: expression(this.height > 200 && this.height/this.width >= 1 ? 200 : true);
}

.shop-list-goods ul li .item-content {
  background-color: #fff;
  height: 90px;
}

.shop-list-goods ul li .name {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px 10px;
  text-align: center;
}

.shop-list-goods ul li .name a:hover,
.shop-list-goods ul li .name a:hover font {
  color: #e30000;
  text-decoration: none;
}

.shop-list-goods ul li .subtitle {
  color: #888;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px 10px;
  text-align: center;
}

.shop-list-goods ul li .price {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
}

.shop-list-goods ul li .price span {
  color: #d30000;
  font-size: 13px;
  font-style: normal;
}

.shop-list-goods ul li .price span em {
}

.shop-list-goods ul li .price del {
  color: #666;
  font-style: normal;
  margin-left: 6px;
}

/*明星单品推荐*/
.shop-top-goods {
  padding-top: 10px;
}

/*热评产品*/
.shop-hot-goods {
  padding-top: 10px;
  margin-bottom: 20px;
}

/*新品上架*/
.shop-new-goods {
  padding-top: 10px;
}

.shop-new-goods h3 {
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0px;
}

.shop-new-goods .section {
  border: 1px solid #ddd;
  zoom: 1;
  overflow: auto;
}

.shop-new-goods .col-left {
  float: left;
  border-right: 0px solid #ddd;
  width: 750px;
}

.shop-new-goods .col-right {
  background-color: #fcfcfc;
  float: left;
  width: 248px;
}

.shop-new-goods .section-item {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  float: left;
  height: 250px;
  width: 249px;
}

.shop-new-goods .section-item-0 {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 250px;
  width: 499px;
}

.shop-new-goods .section-item-0 img {
  max-height: 250px;
  max-width: 499px;
}

.shop-new-goods .section-item-5 {
  border-bottom: 0px;
}

.shop-new-goods .section-item-6 {
  border-bottom: 0px;
}

.shop-new-goods .section-item-7 {
  border-bottom: 0px;
}

.shop-new-goods .section-item {
}

.shop-new-goods .section-item:hover {
  background: #f6f6f6;
}

.shop-new-goods .section-item .item-content {
  background-color: #fff;
  height: 57px;
  margin: 3px 5px 0px 5px;
}

.shop-new-goods .section-item .name {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 5px 18px 0px 18px;
}

.shop-new-goods .section-item .price {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px 17px;
}

.shop-new-goods .section-item .price span {
  color: #d30000;
  font-size: 13px;
  font-style: normal;
}

.shop-new-goods .section-item .price span em {
}

.shop-new-goods .section-item .price del {
  color: #666;
  font-style: normal;
  margin-left: 6px;
}

.shop-new-goods .section-item .thumb {
  background-color: #fff;
  height: 185px;
  margin: 0px 5px 5px 5px;
  text-align: center;
}

.shop-new-goods .section-item .thumb img {
  max-height: 180px;
  max-width: 180px;
  width: expression(this.width > 180 && this.width/this.height >= 1 ? 180 : true);
  height: expression(this.height > 180 && this.height/this.width >= 1 ? 180 : true);
}

.idx-news {
  height: 375px;
}

.idx-news h3 {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  margin: 0px 15px;
  padding: 6px 0px;
}

.idx-news h3 {
  font-size: 18px;
  margin: 0px 15px;
}

.idx-news h3 a {
  font-size: 12px;
  float: right;
  padding: 10px 0px 0px 0px;
}

.idx-news h3 a,
.idx-news h3 a:visited {
  color: #666;
}

.idx-news h3 a:hover {
  color: #fe0000;
  text-decoration: none;
}

.idx-news h3 a i {
  font-family: "iconfont" !important;
  font-style: normal;
  padding-left: 3px;
}

.idx-news ul {
  margin: 0px 15px;
  padding: 2px 0px 0px 0px;
}

.idx-news li {
  font-size: 14px;
}

.idx-news li a {
  background: url("../images/3px.png") 0px 17px no-repeat;
  border-top: 1px dotted #eee;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 6px 10px 6px 10px;
}

.idx-news li a:hover {
  border-top-color: #ddd;
  text-decoration: none;
}

.idx-news li.news-1 a {
  border-top: none;
}

.shop-new-goods-right-list ul {
  border-top: 1px solid #ddd;
}

.shop-new-goods-right-list ul li {
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  display: block;
  vertical-align: top;
  height: 80px;
  margin: 0px;
  padding: 22px 0px 23px 12px;
  zoom: 1;
  overflow: auto;
}

.shop-new-goods-right-list ul li.item-1 {
  border-top: none;
}

.shop-new-goods-right-list ul li:hover {
  background-color: #eee;
}

.shop-new-goods-right-list ul li .item-content {
  float: left;
  height: 80px;
  width: 142px;
  overflow: hidden;
}

.shop-new-goods-right-list ul li .name {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px 5px 0px 5px;
}

.shop-new-goods-right-list ul li .price {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px 0px 0px 3px;
}

.shop-new-goods-right-list ul li .price span {
  color: #d30000;
  font-size: 13px;
  font-style: normal;
}

.shop-new-goods-right-list ul li .price span em {
}

.shop-new-goods-right-list ul li .price del {
  color: #666;
  font-style: normal;
  margin-left: 6px;
}

.shop-new-goods-right-list ul li .thumb {
  float: left;
  height: 80px;
  margin: 0px;
  width: 80px;
  text-align: center;
  overflow: hidden;
}

.shop-new-goods-right-list ul li .thumb img {
  max-height: 80px;
  max-width: 80px;
  width: expression(this.width > 80 && this.width/this.height >= 1 ? 80 : true);
  height: expression(this.height > 80 && this.height/this.width >= 1 ? 80 : true);
}

/*大家都喜欢*/
.shop-love-goods {
  padding-top: 10px;
}

.shop-love-goods h3 {
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0px;
}

.shop-love-goods .section {
  border: 1px solid #ddd;
  zoom: 1;
  overflow: auto;
}

.shop-love-goods .col-left {
  float: left;
  border-right: 0px solid #ddd;
  width: 750px;
}

.shop-love-goods .col-right {
  float: left;
  width: 248px;
}

.shop-love-goods .section-item {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  float: left;
  height: 250px;
  width: 249px;
}

.shop-love-goods .section-item-0 {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 250px;
  width: 499px;
}

.shop-love-goods .section-item-0 img {
  max-height: 250px;
  max-width: 499px;
}

.shop-love-goods .section-item-2 {
  border-bottom: 0px;
}

.shop-love-goods .section-item-3 {
  border-bottom: 0px;
}

.shop-love-goods .section-item-4 {
  border-bottom: 0px;
}

.shop-love-goods .section-item:hover {
  background: #f6f6f6;
}

.shop-love-goods .section-item .item-content {
  background-color: #fff;
  height: 57px;
  margin: 3px 5px 0px 5px;
}

.shop-love-goods .section-item .name {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 5px 18px 0px 18px;
}

.shop-love-goods .section-item .price {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px 17px;
}

.shop-love-goods .section-item .price span {
  color: #d30000;
  font-size: 13px;
  font-style: normal;
}

.shop-love-goods .section-item .price span em {
}

.shop-love-goods .section-item .price del {
  color: #666;
  font-style: normal;
  margin-left: 6px;
}

.shop-love-goods .section-item .thumb {
  background-color: #fff;
  height: 185px;
  margin: 0px 5px 5px 5px;
  text-align: center;
}

.shop-love-goods .section-item .thumb img {
  max-height: 180px;
  max-width: 180px;
  width: expression(this.width > 180 && this.width/this.height >= 1 ? 180 : true);
  height: expression(this.height > 180 && this.height/this.width >= 1 ? 180 : true);
}

.shop-love-goods .col-right h3 {
  font-size: 20px;
  height: 104px;
  line-height: 104px;
  padding: 10px 15px;
}

.shop-love-goods .col-right h3 span {
  color: #ff4a00;
  margin-right: 5px;
}

.shop-love-goods .col-right ul {
}

.shop-love-goods .col-right ul {
  border-top: 1px solid #ddd;
}

.shop-love-goods .col-right ul li {
  background-color: #fff;
  border-top: 1px solid #ddd;
  display: block;
  vertical-align: top;
  height: 80px;
  margin: 0px;
  padding: 22px 0px 23px 12px;
  zoom: 1;
  overflow: auto;
}

.shop-love-goods .col-right ul li.item-1 {
  border-top: none;
}

.shop-love-goods .col-right ul li:hover {
  background-color: #eee;
}

.shop-love-goods .col-right ul li .item-content {
  float: left;
  height: 80px;
  width: 142px;
  overflow: hidden;
}

.shop-love-goods .col-right ul li .name {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px 5px 0px 5px;
}

.shop-love-goods .col-right ul li .price {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px 0px 0px 3px;
}

.shop-love-goods .col-right ul li .price span {
  color: #d30000;
  font-size: 13px;
  font-style: normal;
}

.shop-love-goods .col-right ul li .price span em {
}

.shop-love-goods .col-right ul li .price del {
  color: #666;
  font-style: normal;
  margin-left: 6px;
}

.shop-love-goods .col-right ul li .thumb {
  float: left;
  height: 80px;
  margin: 0px;
  width: 80px;
  text-align: center;
  overflow: hidden;
}

.shop-love-goods .col-right ul li .thumb img {
  max-height: 80px;
  max-width: 80px;
  width: expression(this.width > 80 && this.width/this.height >= 1 ? 80 : true);
  height: expression(this.height > 80 && this.height/this.width >= 1 ? 80 : true);
}

@media (min-width: 1240px) {
  .wrapper {
    width: 1240px;
  }

  .toper-wrap {
    width: 1240px;
  }

  #mbody {
    width: 1240px;
  }

  .sidebar {
    width: 248px;
  }

  .page-content {
    margin: 0px 0px 15px 15px;
    width: 975px;
  }

  .page-content-detail img {
    max-width: 940px;
  }

  .cate-container {
    margin: 0px 0px 10px 15px;
    width: 971px;
  }

  .container {
    margin: 0px 0px 10px 15px;
    min-height: 600px;
    width: 975px;
  }

  .container .content img {
    max-width: 900px;
    width: expression(this.width > 900 && ? 900 : true);
  }

  #footer .cate-section dl {
    margin: 0px 60px 0px 0px;
    width: 180px;
  }

  .shop-header {
    width: 1240px;
  }

  .shop-header .shop-nav {
    font-size: 18px;
    left: 248px;
    width: 992px;
  }

  ul.nav-main-list li.nav-main-item a {
    padding: 0px 20px;
  }

  .shop-header .shop-cate-sider {
    width: 248px;
  }

  .shop-header .shop-cate-sider .header {
    padding: 0px 0px 0px 18px;
  }

  .shop-header .shop-cate-sider .header-drop {
    background: #f40000 url("../images/drop-down.png") 202px 8px no-repeat;
  }

  .shop-header .shop-cate-sider .header-drop:hover {
    background-position: 202px -25px;
  }

  .shop-header .shop-cate-sider .section {
  }


  .shop-header .shop-cate-sider ul li {
    height: 35px;
    padding: 11px 0 0 18px;
  }

  .shop-header .shop-cate-sider ul li:hover {
    padding-left: 14px;
  }

  .shop-header .shop-cate-sider ul li h3 {
    font-size: 15px;
    overflow: hidden;
  }

  .shop-header .shop-cate-sider ul li h5 {
    font-size: 13px;
  }

  .shop-header .shop-cate-sider ul li .sub2-nav {
    min-height: 399px;
    padding: 12px 10px 10px 10px;
    left: 246px;
    width: 600px;
    top:0;
  }



  .shop-section {
    width: 1240px;
  }

  .shop-main-ad {
    float: left;
    height: 423px;
    width: 992px;
    padding-left: 248px;
    overflow: hidden;
  }

  .shop-main-ad img {
    max-height: 423px;
    max-width: 992px;
  }

  .shop-main-ad #ow_ad_3,
  .shop-main-ad .ow-pic-player {
    max-height: 423px;
    max-width: 992px;
  }

  .shop-main-bottom-ad {
    width: 992px;
    padding-left: 248px;
  }

  .shop-main-bottom-ad .ad-item {
    max-height: 139px;
    max-width: 330px;
  }

  .shop-main-bottom-ad .ad-item img {
    max-height: 139px;
    max-width: 330px;
  }

  /*一排四个商品*/
  .shop-list-goods ul li {
    border-left: 1px solid #ddd;
    height: 330px;
    width: 298px;
    padding: 5px;
  }
  .shop-list-goods ul li .thumb {
    height: 220px;
    width: 278px;
    text-align: center;
    padding: 10px 10px 10px 10px;
  }

  .shop-list-goods ul li.first-child {
    width: 300px;
  }

  .shop-list-goods ul li.first-child .thumb {
    width: 280px
  }

  .shop-list-goods ul li .thumb img {
    max-height: 220px;
    max-width: 220px;
    width: expression(this.width > 220 && this.width/this.height >= 1 ? 220 : true);
    height: expression(this.height > 220 && this.height/this.width >= 1 ? 220 : true);
  }

  /*新品上架*/
  .shop-new-goods .col-left {
    width: 930px;
  }

  .shop-new-goods .col-right {
    float: left;
    width: 308px;
  }

  .shop-new-goods .section-item {
    height: 310px;
    width: 309px;
  }

  .shop-new-goods .section-item-0 {
    height: 310px;
    width: 619px;
    overflow: hidden;
  }

  .shop-new-goods .section-item-0 img {
    max-height: 310px;
    max-width: 619px;
  }

  .shop-new-goods .section-item .item-content {
    height: 60px;
    margin: 5px 5px 0px 5px;
    padding-top: 6px;
  }

  .shop-new-goods .section-item .thumb {
    height: 234px;
  }

  .shop-new-goods .section-item .thumb img {
    max-height: 220px;
    max-width: 220px;
    width: expression(this.width > 220 && this.width/this.height >= 1 ? 220 : true);
    height: expression(this.height > 220 && this.height/this.width >= 1 ? 220 : true);
  }

  .idx-news {
    height: 465px;
  }

  .idx-news h3 {
    font-size: 20px;
  }

  .idx-news ul {
    margin: 0px 15px;
    padding: 2px 0px 0px 0px;
  }

  .idx-news li a {
    background: url("../images/3px.png") 0px 20px no-repeat;
    height: 24px;
    line-height: 24px;
    padding: 9px 10px 9px 12px;
  }

  .shop-new-goods-right-list ul li {
    height: 110px;
    padding: 22px 0px 23px 12px;
  }

  .shop-new-goods-right-list ul li .item-content {
    height: 80px;
    width: 170px;
  }

  .shop-new-goods-right-list ul li .thumb {
    height: 110px;
    width: 110px;
  }

  .shop-new-goods-right-list ul li .thumb img {
    max-height: 110px;
    max-width: 110px;
    width: expression(this.width > 110 && this.width/this.height >= 1 ? 110 : true);
    height: expression(this.height > 110 && this.height/this.width >= 1 ? 110 : true);
  }

  /*新品上架*/
  .shop-love-goods .col-left {
    width: 930px;
  }

  .shop-love-goods .col-right {
    float: left;
    width: 308px;
  }

  .shop-love-goods .section-item {
    height: 310px;
    width: 309px;
  }

  .shop-love-goods .section-item-0 {
    height: 310px;
    width: 619px;
    overflow: hidden;
  }

  .shop-love-goods .section-item-0 img {
    max-height: 310px;
    max-width: 619px;
  }

  .shop-love-goods .section-item .item-content {
    height: 60px;
    margin: 5px 5px 0px 5px;
    padding-top: 6px;
  }

  .shop-love-goods .section-item .thumb {
    height: 234px;
  }

  .shop-love-goods .section-item .thumb img {
    max-height: 220px;
    max-width: 220px;
    width: expression(this.width > 220 && this.width/this.height >= 1 ? 220 : true);
    height: expression(this.height > 220 && this.height/this.width >= 1 ? 220 : true);
  }

  .shop-love-goods .col-right h3 {
    height: 134px;
    line-height: 134px;
    padding: 10px 15px;
  }

  .shop-love-goods .col-right ul li {
    height: 110px;
    padding: 22px 0px 23px 12px;
  }

  .shop-love-goods .col-right ul li .item-content {
    height: 80px;
    width: 170px;
  }

  .shop-love-goods .col-right ul li .thumb {
    height: 110px;
    width: 110px;
  }

  .shop-love-goods .col-right ul li .thumb img {
    max-height: 110px;
    max-width: 110px;
    width: expression(this.width > 110 && this.width/this.height >= 1 ? 110 : true);
    height: expression(this.height > 110 && this.height/this.width >= 1 ? 110 : true);
  }

  .shop-category-section {
    width: 1240px;
  }

  .shop-category-section .shop-cate-sider {
    width: 248px;
  }

  .cate-goods-section {
    padding: 0px 0px 0px 258px;
  }

  .goods-type-section .type-line .type-value {
    width: 888px;
  }
}