@charset "UTF-8";
/**
 * @desc: 全局样式
 * @author: laser
 * @date: 2014/10/11
 * @mail: jiguang1984#gmail.com
 */
/**
 * @desc 基础函数
 * @author laser
 * @mail jiguang1984#gmail.com
 * @date 2014-10-14
 */
.header, .header .inner, .inner_wrap {
  zoom: 1; }
  .header:after, .header .inner:after, .inner_wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/* 重置样式 */
a, img, button, input, select {
  -webkit-tap-highlight-color: transparent;
  outline: 0; }

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;
  vertical-align: baseline; }

img {
  border: 0 none;
  vertical-align: top; }

i, em {
  font-style: normal; }

ol, ul {
  list-style: none; }

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #333; }

body {
  height: 100%;
  background-color: #fff;
  color: #666;
  font: 12px/1.5 'Lucida Grande', Arial, '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53'; }

.hide, .h {
  display: none !important; }

.show {
  display: block !important; }

.link_blue {
  color: #007AFF; }

/**
 * @desc: 美的商城公共头部
 * @author: laser
 * @date: 2015/08/10
 * @mail: jiguang1984#gmail.com
 */
/**
 * @desc: button css
 * @author: cifer
 * @date: 2014/11/24
 */
/**推荐使用下列新按钮，下面的按钮不推荐使用
*demo地址 http://img.mdcdn.cn/pc/html/demo/button.html
*/
.mod_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  font: 12px/1.5 "Lucida Grande", Arial, "微软雅黑", "宋体";
  padding: 6px 12px;
  height: 40px;
  line-height: 26px; }

.mod_btn_default {
  border: 1px solid #d6d6d6;
  background-color: #ffffff; }
  .mod_btn_default:hover {
    border-color: #bbbbbb; }

.mod_btn_primary {
  color: #fffefe;
  background-color: #0093d5;
  border: 1px solid #0093d5; }
  .mod_btn_primary:hover {
    background-color: #006fa3; }

.mod_btn_important {
  color: #fffefe;
  background-color: #ff3300;
  border: 1px solid #ff3300; }

.mod_btn_special {
  color: #fffefe;
  background-color: #09bb07;
  border: 1px solid #09bb07; }

.mod_btn_disable {
  color: #aeaeae;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0; }

a.mod_btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  *height: 26px;
  vertical-align: top; }

.mod_btn_sm {
  width: 100px; }

a.mod_btn_sm {
  width: 100px; }

.mod_btn_sm_lw2 {
  width: 150px; }

a.mod_btn_sm_lw2 {
  width: 150px; }

.mod_btn_md {
  width: 190px; }

.mod_btn_md_lw2 {
  width: 300px; }

a.mod_btn_md_lw2 {
  width: 300px; }

.mod_btn_lg {
  width: 400px; }

.mod_btn_default_important {
  color: #ff3300;
  background-color: #ffffff;
  border: 1px solid #ff3300; }

.mod_btn_default_special {
  color: #09bb07;
  background-color: #ffffff;
  border: 1px solid #09bb07; }

.mod_btn_default_disable {
  color: #aeaeae;
  background-color: #ffffff;
  border: 1px solid #aeaeae; }

.mod_btn_default_normal {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000; }

.mod_btn_default_white {
  color: #666;
  background-color: #ffffff;
  border: 1px solid #ffffff; }

/*特别注意！！！以下按钮都不推荐使用了
* 前缀不带mod的按钮不要使用，请用上面的新按钮
*/
.btn {
  display: inline-block;
  text-align: center;
  font: 12px/1.5 "Lucida Grande", Arial, "微软雅黑", "宋体";
  padding: 8px 16px;
  cursor: pointer; }

.btn_default {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #d6d6d6; }
  .btn_default:hover {
    border-color: #bbbbbb;
    background-color: #ffffff; }

.btn_primary {
  color: #ffffff;
  background-color: #0093d5;
  border: 1px solid #0093d5; }
  .btn_primary:hover {
    background-color: #006fa3; }

.btn_disable {
  color: #aaaaaa;
  background-color: #f0f0f0;
  border: 1px solid #d6d6d6; }

.btn_lg {
  width: 190px;
  font-size: 14px; }

.btn_md {
  width: 126px;
  height: 40px; }

.ml_sm {
  margin-left: 10px; }

/**
 * @desc 基础函数
 * @author laser
 * @mail jiguang1984#gmail.com
 * @date 2014-10-14
 */
.header, .header .inner, .inner_wrap {
  zoom: 1; }
  .header:after, .header .inner:after, .inner_wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.header .icon_opt, .header .site_logo, .footer .icon_arrow {
  background: url(//img.mdcdn.cn/pc/img/mall/index_sprite.png?t=20171107) no-repeat; }

.header {
  background: #fff;
  height: 44px;
  background: #0092d8;
  position: relative;
  z-index: 50; }
  .header .icon_opt {
    display: block;
    width: 20px;
    height: 20px;
    margin: 12px auto; }
  .header .inner {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
    position: relative; }
  .header .site_logo {
    float: left;
    width: 120px;
    height: 44px;
    background-position: 0 -245px; }
  .header .nav_wrap {
    float: left; }
  .header .nav .item {
    float: left; }
  .header .nav .icon_arrow {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 7px;
    height: 4px;
    overflow: hidden;
    font-size: 0;
    position: relative;
    top: -3px;
    top: -4px\9;
    left: 5px;
    vertical-align: 0;
    background-position: -130px -20px; }
  .header .nav .item_tit {
    display: block;
    padding: 0 30px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    height: 44px;
    line-height: 44px;
    color: #a3c3e6;
    font-size: 12px; }
    .header .nav .item_tit:hover {
      text-decoration: none;
      color: #fff; }
  .header .nav .item_on .item_tit {
    color: #fff; }
  .header .nav .item_all_hover .item_tit {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    padding: 0 29px;
    height: 71px; }
    .header .nav .item_all_hover .item_tit .icon_arrow {
      background-position: -130px -30px; }
  .header .user_wrap {
    top: 44px;
    left: auto;
    right: 0; }
  .header .opt_wrap {
    position: absolute;
    top: 0;
    right: 0;
    *right: auto;
    *float: right;
    *position: static; }
    .header .opt_wrap .opt {
      float: left;
      position: relative;
      background: #fff;
      padding: 0;
      width: 75px;
      background: none;
      height: 44px;
      cursor: pointer; }
    .header .opt_wrap .opt_wx {
      width: 65px; }
    .header .opt_wrap .opt_cart {
      width: auto;
      padding: 0 20px; }
    .header .opt_wrap .opt_cart_hover {
      background: #006fa3; }
    .header .opt_wrap .opt_search {
      width: 45px; }
    .header .opt_wrap .icon_search {
      top: 12px;
      background-position: -96px -215px; }
    .header .opt_wrap .icon_user_main {
      float: left;
      width: 20px;
      height: 20px;
      cursor: pointer;
      background-position: -35px -216px;
      margin-left: 20px;
      *display: inline; }
    .header .opt_wrap .icon_user_point_new {
      float: left;
      width: 8px;
      height: 8px;
      margin-top: 5px;
      background-position: -30px -20px;
      display: none !important; }
    .header .opt_wrap .icon_user_point_new_show {
      display: block !important; }
    .header .opt_wrap .user_login_name {
      display: block;
      float: left;
      margin-left: 2px;
      cursor: pointer;
      line-height: 44px;
      color: #fff; }
    .header .opt_wrap .opt_user_login,
    .header .opt_wrap .opt_user_login_fail {
      width: 86px; }
    .header .opt_wrap .opt_user_login_success, .header .opt_wrap .opt_enterprise_user_login_success {
      width: auto;
      padding-right: 10px; }
      .header .opt_wrap .opt_user_login_success .icon_arrow_show, .header .opt_wrap .opt_enterprise_user_login_success .icon_arrow_show {
        display: none;
        float: left;
        width: 7px;
        height: 5px;
        margin-top: 33px;
        margin-left: 5px;
        background-position: -150px 0px; }
      .header .opt_wrap .opt_user_login_success .user_login_name, .header .opt_wrap .opt_enterprise_user_login_success .user_login_name {
        max-width: 120px;
        overflow: hidden; }
    .header .opt_wrap .icon_wx {
      background-position: -120px -215px; }
    .header .opt_wrap .icon_app {
      background-position: -5px -215px; }
    .header .opt_wrap .icon_wb {
      background-position: -190px 0; }
    .header .opt_wrap .icon_arrow_link {
      width: 0;
      height: 0; }
    .header .opt_wrap .opt_wx_hover, .header .opt_wrap .opt_user_hover {
      position: relative; }
      .header .opt_wrap .opt_wx_hover .icon_arrow_link, .header .opt_wrap .opt_user_hover .icon_arrow_link {
        display: none;
        position: absolute;
        width: 17px;
        height: 9px;
        top: 37px;
        left: 40%;
        background-position: -270px -41px; }
    .header .opt_wrap .opt_wx_hover {
      background: #006fa3; }
    .header .opt_wrap .opt_user_login_success:hover, .header .opt_wrap .opt_user_login_fail:hover {
      background: #006fa3; }
    .header .opt_wrap .search_wrap {
      position: absolute;
      top: 0;
      right: 0;
      background: #fff;
      width: 75px;
      background: none;
      height: 44px;
      -webkit-transition: width .5s;
      -moz-transition: width .5s;
      -ms-transition: width .5s;
      -o-transition: width .5s;
      transition: width .5s;
      -webkit-user-select: none; }
      .header .opt_wrap .search_wrap form {
        display: none; }
      .header .opt_wrap .search_wrap input {
        display: block;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        font-family: \5b8b\4f53;
        width: 100%;
        height: 44px;
        height: 43px\9;
        *position: relative;
        *top: -1px;
        line-height: 44px;
        padding: 0 10px 0 35px;
        border: 0 none;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 0; }
        .header .opt_wrap .search_wrap input::-webkit-search-cancel-button {
          display: none; }
      .header .opt_wrap .search_wrap label {
        display: none;
        position: absolute;
        top: 13px;
        color: #bbb;
        left: 35px;
        pointer-events: none; }
      .header .opt_wrap .search_wrap .icon_opt {
        margin: 0;
        position: absolute;
        /* top: 25px;
         top: 27px\9;*/
        right: 30px;
        cursor: pointer; }
    .header .opt_wrap .opt_search_hover .search_wrap {
      width: 250px; }
      .header .opt_wrap .opt_search_hover .search_wrap label {
        display: block; }
    .header .opt_wrap .opt_search_hover form {
      display: block; }
    .header .opt_wrap .opt_search_hover .icon_search {
      top: 12px;
      left: 10px;
      background-position: -66px -215px; }
    .header .opt_wrap .opt_search_focus .search_wrap label {
      display: none; }
    .header .opt_wrap .icon_cart_small {
      float: left;
      background-position: -146px -215px;
      cursor: pointer; }
    .header .opt_wrap .header_cart_num {
      display: block;
      float: left;
      color: #fff;
      margin: 11px 0 0 5px; }
  .header .common_cart_wrap {
    width: 360px;
    text-align: center;
    position: absolute;
    right: 86px;
    border: 1px solid #e0e0e0;
    border-top: none;
    font-size: 12px;
    line-height: 12px;
    background-color: #fff;
    *zoom: 1;
    z-index: 51;
    display: none; }
    .header .common_cart_wrap .common_cart_login, .header .common_cart_wrap .common_cart_nothing, .header .common_cart_wrap .common_cart_something {
      display: none; }
    .header .common_cart_wrap.common_cart_wrap_login {
      display: block; }
      .header .common_cart_wrap.common_cart_wrap_login .common_cart_login {
        display: block; }
    .header .common_cart_wrap.common_cart_wrap_nothing {
      display: block; }
      .header .common_cart_wrap.common_cart_wrap_nothing .common_cart_nothing {
        display: block; }
    .header .common_cart_wrap.common_cart_wrap_something {
      display: block; }
      .header .common_cart_wrap.common_cart_wrap_something .common_cart_something {
        display: block; }
    .header .common_cart_wrap .common_cart_login, .header .common_cart_wrap .common_cart_nothing {
      padding: 30px 0;
      color: #a1a1a1; }
      .header .common_cart_wrap .common_cart_login a, .header .common_cart_wrap .common_cart_nothing a {
        color: #269bdb; }
    .header .common_cart_wrap .common_cart_nothing {
      text-align: center; }
      .header .common_cart_wrap .common_cart_nothing .icon_cart_middle {
        width: 38px;
        height: 32px;
        margin: 0 auto 20px auto;
        background-position: -150px -253px; }
    .header .common_cart_wrap .common_cart_item {
      padding: 15px;
      border-bottom: 1px solid #e0e0e0;
      *zoom: 1; }
    .header .common_cart_wrap .common_cart_item:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden; }
    .header .common_cart_wrap .product_img {
      width: 50px;
      height: 50px;
      border: 1px solid #eee;
      float: left; }
      .header .common_cart_wrap .product_img img {
        width: 50px;
        height: 50px; }
    .header .common_cart_wrap .product_info {
      float: left;
      font-size: 12px;
      line-height: 13px;
      margin-left: 10px;
      text-align: left;
      width: 180px; }
      .header .common_cart_wrap .product_info .product_title {
        margin-top: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .header .common_cart_wrap .product_info .product_sku {
        margin-top: 10px; }
    .header .common_cart_wrap .cart_operation {
      float: right; }
      .header .common_cart_wrap .cart_operation .cart_price, .header .common_cart_wrap .cart_operation .operation_delete {
        display: block;
        text-align: right; }
      .header .common_cart_wrap .cart_operation .cart_price {
        color: #f60;
        margin-top: 8px; }
      .header .common_cart_wrap .cart_operation .operation_delete {
        color: #a1a1a1;
        margin-top: 10px;
        cursor: pointer; }
    .header .common_cart_wrap .common_cart_bottom {
      height: 60px; }
      .header .common_cart_wrap .common_cart_bottom .to_cart {
        float: right;
        background-color: #f60;
        color: #fff;
        width: 120px;
        height: 30px;
        line-height: 30px;
        margin: 15px 10px 0 0;
        cursor: pointer;
        border: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px; }

@-moz-document url-prefix() {
  .header .opt_wrap .search_wrap input {
    width: 183px; } }
.sub_nav_wrap {
  display: none;
  background: #fff;
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
  .sub_nav_wrap .sub_inner {
    width: 1200px;
    margin: 0 auto; }
  .sub_nav_wrap .nav_links {
    padding-top: 20px;
    padding-bottom: 15px;
    overflow: hidden;
    *zoom: 1; }
  .sub_nav_wrap .col {
    float: left;
    width: 150px;
    margin-right: 20px; }
  .sub_nav_wrap h3 {
    margin-bottom: 15px;
    font-weight: 400; }
    .sub_nav_wrap h3 a {
      font-size: 18px;
      line-height: 20px;
      color: #008bcc;
      font-family: \5FAE\8F6F\96C5\9ED1; }
      .sub_nav_wrap h3 a:hover {
        text-decoration: underline; }
  .sub_nav_wrap .link_list li {
    margin-bottom: 5px; }
  .sub_nav_wrap .link_list a {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    font-family: \5FAE\8F6F\96C5\9ED1; }
    .sub_nav_wrap .link_list a:hover {
      color: #008bcc; }
  .sub_nav_wrap .highlight a {
    color: #d9412e; }
  .sub_nav_wrap .col_line {
    border-top: 1px dotted #e8e8e8;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 20px 0; }

.wx_wrap {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 51;
  border-top: 0 none;
  top: 44px;
  left: auto;
  right: 86px;
  margin: 0; }
  .wx_wrap .txt {
    font-size: 18px;
    line-height: 24px;
    color: #008bcc;
    font: 400 18px/24px \5FAE\8F6F\96C5\9ED1; }
  .wx_wrap .wx_qrcode {
    display: block;
    border: 0; }

.user_wrap {
  display: none;
  width: 291px;
  background: #fff;
  position: absolute;
  top: 71px;
  left: 50%;
  margin-left: 302px;
  z-index: 51;
  border: 1px solid #d6d6d6;
  border-top: 0 none; }
  .user_wrap a {
    width: 100%;
    display: inline-block; }
  .user_wrap .row {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer; }
    .user_wrap .row .icon {
      width: 12px;
      height: 12px;
      margin: 0 10px 0 20px;
      position: relative;
      top: 2px; }
    .user_wrap .row .fn {
      color: #333; }
    .user_wrap .row .icon_new_function {
      position: relative;
      top: 5px;
      width: 40px;
      height: 20px;
      margin-left: 4px;
      background-position: 0 -80px; }
    .user_wrap .row .icon_user {
      background-position: -180px -36px; }
    .user_wrap .row .icon_login_out {
      background-position: -250px -36px; }
    .user_wrap .row .icon_service {
      background-position: -220px -36px; }
    .user_wrap .row .icon_account {
      background-position: -235px -36px; }
    .user_wrap .row .icon_my_score {
      width: 12px;
      height: 14px;
      background-position: -284px -23px;
      margin: 0 10px 0 20px;
      position: relative;
      top: 2px; }
    .user_wrap .row .icon_my_collect {
      width: 20px;
      height: 20px;
      background-position: -220px -80px;
      margin: 0 6px 0 16px;
      position: relative;
      top: 4px; }
    .user_wrap .row .icon_my_coupon {
      width: 20px;
      height: 20px;
      background-position: -240px -80px;
      margin: 0 6px 0 16px;
      position: relative;
      top: 4px; }
    .user_wrap .row .icon_my_order {
      width: 12px;
      height: 12px;
      background-position: -284px -44px;
      margin: 0 10px 0 20px;
      position: relative;
      top: 2px; }
    .user_wrap .row .icon_my_comment {
      width: 12px;
      height: 12px;
      background-position: -283px -85px;
      margin: 0 10px 0 20px;
      position: relative;
      top: 2px; }
    .user_wrap .row .icon_my_midea_product {
      width: 12px;
      height: 12px;
      background-position: -65px -24px;
      margin: 0 10px 0 20px;
      position: relative;
      top: 2px; }
    .user_wrap .row .icon_internal {
      width: 20px;
      height: 20px;
      background-position: -261px -80px;
      margin: 0 6px 0 16px;
      position: relative;
      top: 4px; }
    .user_wrap .row .icon_my_privilege {
      width: 12px;
      height: 12px;
      background-position: -208px -85px;
      margin: 0 10px 0 20px;
      position: relative;
      top: 2px; }
    .user_wrap .row .icon_address {
      width: 12px;
      height: 12px;
      background-position: -301px -84px;
      margin: 0 10px 0 20px;
      position: relative;
      top: 2px; }
    .user_wrap .row .icon_after_sale {
      width: 14px;
      height: 13px;
      background-position: -216px -102px;
      position: relative;
      top: 2px;
      margin: 0 10px 0 20px; }
    .user_wrap .row .icon_red_dot {
      background-position: -30px -20px;
      width: 9px;
      height: 9px;
      margin: 13px 0 0 0;
      vertical-align: top; }
    .user_wrap .row:hover {
      background-color: #f3f3f3;
      /*.icon_service {
        background-position: -220px -20px;
      }
      .icon_account {
        background-position: -235px -20px;
      }
      .fn {
        color: #0093d5;
      }*/ }
  .user_wrap .row_login {
    padding: 20px; }
    .user_wrap .row_login .fl_login {
      width: 250px;
      height: 40px; }
  .user_wrap .row_last {
    border-bottom: none; }
  .user_wrap .row_my_internal a {
    display: block;
    line-height: 48px; }

.opt_user_login_fail {
  display: block; }

.opt_user_login_success, .opt_enterprise_user_login_success {
  display: none;
  cursor: pointer; }
  .opt_user_login_success .user_login_img, .opt_enterprise_user_login_success .user_login_img {
    display: none; }

.has_login .opt_user_login_fail {
  display: none; }
.has_login .opt_user_login_success {
  display: block; }

.enterprise_has_login .opt_user_login_fail {
  display: none; }
.enterprise_has_login .opt_enterprise_user_login_success {
  display: block; }

.has_user_img .opt_user_login_success .user_login_img, .has_user_img .opt_enterprise_user_login_success .user_login_img {
  display: block;
  float: left;
  margin: 10px 2px 10px 20px;
  border-radius: 50%; }
.has_user_img .opt_user_login_success .icon_user_main, .has_user_img .opt_enterprise_user_login_success .icon_user_main {
  display: none; }

/**
 * @desc: 公共底部
 * @author: laser
 * @date: 2014/10/14
 * @mail: jiguang1984#gmail.com
 */
.header .icon_opt, .header .site_logo, .footer .icon_arrow {
  background-image: url(//img.mdcdn.cn/pc/img/mall/index_sprite.png?t=20160701);
  background-repeat: no-repeat; }

.footer {
  min-width: 1200px;
  background: #fff; }
  .footer .footer_inner {
    width: 1200px;
    margin: 0 auto; }
  .footer .foot_links {
    overflow: hidden;
    height: 42px;
    color: #666;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    position: relative;
    background: #fff;
    color: #666; }
    .footer .foot_links .icon_arrow {
      background-position: -138px -199px; }
    .footer .foot_links:hover .icon_arrow {
      background-position: -138px -189px; }
  .footer .col {
    float: left; }
    .footer .col h3 {
      width: 150px;
      padding: 15px 0;
      font-size: 12px;
      line-height: 12px;
      height: 12px;
      font-weight: normal; }
      .footer .col h3:hover {
        color: #ff3300; }
  .footer .icon_arrow {
    width: 10px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 17.5px; }
  .footer .foot_links_on {
    height: auto; }
    .footer .foot_links_on .icon_arrow {
      background-position: -123px -198px; }
    .footer .foot_links_on:hover .icon_arrow {
      background-position: -123px -188px; }
  .footer .link_list {
    padding: 5px 0 15px; }
    .footer .link_list li {
      margin-bottom: 12px;
      font-size: 12px;
      line-height: 12px;
      height: 12px;
      *line-height: auto;
      *height: auto; }
      .footer .link_list li a {
        color: #999; }
        .footer .link_list li a:hover {
          color: #ff3300; }
  .footer .tit {
    display: inline;
    font-weight: normal;
    color: #999; }
  .footer .platform_wrap {
    height: 30px;
    line-height: 30px;
    padding: 20px 0;
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #2ea4d9; }
    .footer .platform_wrap .item {
      height: 30px;
      color: #fff;
      overflow: hidden; }
    .footer .platform_wrap .item_tmall, .footer .platform_wrap .item_jd, .footer .platform_wrap .item_suning, .footer .platform_wrap .item_gome {
      background-position: 0 -160px;
      margin-right: 40px;
      text-indent: -100%; }
    .footer .platform_wrap .item_tmall {
      width: 116px; }
    .footer .platform_wrap .item_jd {
      width: 91px;
      background-position: -120px -160px; }
    .footer .platform_wrap .item_suning {
      width: 91px;
      background-position: -216px -160px; }
    .footer .platform_wrap .item_gome {
      width: 116px;
      background-position: 0 -200px; }
    .footer .platform_wrap .item_video {
      border-left: 1px dotted #66bee6;
      border-right: 1px dotted #66bee6;
      padding: 0 40px; }
    .footer .platform_wrap .item_act {
      padding-left: 40px; }
    .footer .platform_wrap .icon_video {
      width: 17px;
      height: 17px;
      background-position: -250px 0;
      margin-right: 10px;
      position: relative;
      top: 4px;
      *top: 2px; }
  .footer .foot_info {
    position: relative; }
  .footer .info_wrap {
    margin-top: 15px; }
    .footer .info_wrap a {
      font-size: 12px;
      line-height: 12px;
      height: 12px;
      color: #999;
      margin-right: 10px; }
      .footer .info_wrap a:hover {
        color: #ff3300; }
    .footer .info_wrap .copyright {
      margin: 15px 0;
      color: #999;
      font-size: 12px;
      line-height: 12px;
      height: 12px;
      font-family: '\5FAE\8F6F\96C5\9ED1'; }
  .footer .location {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    top: 0;
    right: 0;
    color: #999; }
    .footer .location:hover {
      color: #ff3300; }
  .footer .site_cert {
    display: block;
    width: 112px;
    height: 40px; }
  .footer .icon_location {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 4px;
    *top: 1px;
    background-position: -270px 0;
    vertical-align: 0; }
  .footer .item_hr {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    width: 1px;
    border-left: 1px solid #e0e0e0;
    margin: 0 16px 0 6px;
    *display: inline-block;
    *zoom: 1; }

/* 面包屑 */
.crumb {
  width: 1190px;
  margin: 11px auto 10px auto;
  font: 12px/1.5 'Lucida Grande', Arial, '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53';
  height: 20px; }
  .crumb .home_page {
    display: inline-block;
    *display: block;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    float: left;
    color: #666; }
  .crumb a {
    float: left;
    display: inline-block;
    *display: block;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    color: #666; }
    .crumb a:hover {
      color: #0093d5; }
  .crumb span {
    float: left;
    display: inline-block;
    *display: block;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    color: #333; }
  .crumb label {
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: url("//img.mdcdn.cn/pc/img/common/atom_sprite.png") no-repeat -20px -20px; }

.address_wrap .arrow, .address_wrap .address_list .close {
  background: url(//img.mdcdn.cn//pc/img/common/atom_sprite.png?t=20160701) no-repeat; }

.address_wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  float: left;
  height: 28px;
  line-height: 26px;
  z-index: 49; }
  .address_wrap .arrow {
    display: inline-block;
    width: 8px;
    height: 4px;
    margin-left: 6px;
    position: relative;
    top: -2px\9;
    *top: 11px;
    *left: 6px;
    background-position: -1px -37px; }
  .address_wrap .option_on .arrow {
    background-position: -12px -30px; }
  .address_wrap .address_selected .arrow {
    width: 10px;
    height: 6px;
    background-position: 0 -44px; }
  .address_wrap .address_selected.option_on .arrow {
    background-position: -10px -44px; }
  .address_wrap .address_option .arrow {
    top: -1px;
    top: -2px\9;
    *top: 11px;
    *left: 6px; }
  .address_wrap .address_wrap:after {
    clear: both; }
  .address_wrap .address_hinter {
    height: 28px;
    line-height: 28px; }
  .address_wrap .address_selected {
    display: inline-block;
    *display: inline;
    position: relative;
    height: 28px;
    line-height: 28px;
    border: 1px solid #D6D6D6;
    padding: 0 10px 0 10px;
    float: left;
    overflow: hidden; }
    .address_wrap .address_selected .address_option {
      margin: 0 0 0 5px;
      padding: 0;
      cursor: pointer;
      display: block;
      float: left;
      max-width: 53px; }
  .address_wrap .address_list {
    width: 438px;
    padding: 20px 0;
    position: absolute;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    top: 29px;
    right: 0;
    *top: 29px;
    overflow: visible;
    z-index: 50; }
    .address_wrap .address_list .option_on {
      color: #0093d5; }
    .address_wrap .address_list .close {
      cursor: pointer;
      display: inline-block;
      *display: inline;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 15px;
      right: 13px;
      background-position: -18px -44px; }
    .address_wrap .address_list .address_list_top {
      padding-bottom: 8px;
      margin: 0 20px;
      border-bottom: 1px solid #D6D6D6;
      z-index: 49; }
      .address_wrap .address_list .address_list_top .address_option {
        display: inline-block;
        *display: inline;
        padding: 0 10px;
        height: 12px;
        line-height: 12px;
        font-size: 12px;
        cursor: pointer; }
        .address_wrap .address_list .address_list_top .address_option .arrow {
          *top: -6px; }
    .address_wrap .address_list .address_list_bottom {
      z-index: 49;
      padding: 0 10px 0 20px; }
      .address_wrap .address_list .address_list_bottom .address_list_option {
        padding-top: 10px; }
      .address_wrap .address_list .address_list_bottom .option_wrap {
        display: inline-block;
        margin: 5px -3px 0 0;
        *margin-top: 10px;
        width: 135px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        text-align: left; }
      .address_wrap .address_list .address_list_bottom a {
        color: #000;
        display: inline-block;
        *display: inline;
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        overflow: hidden; }
      .address_wrap .address_list .address_list_bottom a:hover {
        background-color: #0093d5;
        color: #fff;
        border-radius: 2px;
        -o-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px; }
      .address_wrap .address_list .address_list_bottom span {
        display: inline-block;
        *display: inline;
        text-align: center;
        cursor: pointer; }

.header .nav .icon_arrow, .footer .platform_wrap .item_tmall, .footer .platform_wrap .item_jd, .footer .platform_wrap .item_suning, .footer .platform_wrap .item_gome, .icon, .icon_new, .icon_hot {
  background: url(//img.mdcdn.cn/pc/img/mall/sprite.png?t=20160701) no-repeat; }

.inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .tag_new, .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .tag_cut {
  background: url(//img.mdcdn.cn/pc/img/my/my_sprite.png?t=20160701) no-repeat; }

.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.icon_new, .icon_hot {
  width: 11px;
  height: 11px;
  margin-left: 5px;
  position: relative;
  top: 1px;
  *top: -3px;
  background-position: -220px 0; }

.icon_new {
  background-position: -235px 0; }

.header, .service_wrap_footer, .footer {
  min-width: 1200px; }

.icon_atom {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  background: url(//img.mdcdn.cn/pc/img/common/atom_sprite.png?t=20161110) no-repeat 10000px 10000px; }

.icon_search {
  width: 20px;
  height: 20px;
  background-position: -40px -100px; }

body {
  overflow-y: scroll; }

.main_wrap {
  min-height: 533px; }

.inner_wrap {
  width: 1190px;
  margin: 0 auto; }
  .inner_wrap .set_bar_wrap {
    float: left;
    width: 140px;
    font-family: '\5FAE\8F6F\96C5\9ED1'; }
    .inner_wrap .set_bar_wrap .bar_nav .icon_new_function {
      float: left;
      width: 40px;
      height: 20px;
      margin-left: 4px;
      background-position: 0 -80px; }
    .inner_wrap .set_bar_wrap .bar_nav .bar_nav_word {
      display: block;
      float: left;
      height: 20px; }
    .inner_wrap .set_bar_wrap .bar_nav .bar_nav_li {
      padding-bottom: 10px;
      position: relative; }
      .inner_wrap .set_bar_wrap .bar_nav .bar_nav_li .bar_nav_a:hover {
        color: #0695d6; }
      .inner_wrap .set_bar_wrap .bar_nav .bar_nav_li a {
        display: block;
        height: 20px;
        line-height: 20px;
        color: #666;
        font-size: 12px; }
      .inner_wrap .set_bar_wrap .bar_nav .bar_nav_li .icon_swtch_nav {
        position: absolute;
        width: 13px;
        height: 13px;
        top: 3px;
        right: 0;
        background-position: -200px 0;
        cursor: pointer;
        -webkit-user-select: none; }
      .inner_wrap .set_bar_wrap .bar_nav .bar_nav_li .bar_sub_nav {
        display: none;
        margin-left: 12px; }
        .inner_wrap .set_bar_wrap .bar_nav .bar_nav_li .bar_sub_nav .bar_sub_nav_li {
          margin-top: 13px; }
          .inner_wrap .set_bar_wrap .bar_nav .bar_nav_li .bar_sub_nav .bar_sub_nav_li:hover a {
            color: #0695d6; }
        .inner_wrap .set_bar_wrap .bar_nav .bar_nav_li .bar_sub_nav .cur a {
          color: #0695d6; }
    .inner_wrap .set_bar_wrap .bar_nav .bar_nav_title {
      font-size: 16px;
      color: #333; }
    .inner_wrap .set_bar_wrap .bar_nav .li_separate {
      padding-bottom: 16px;
      border-bottom: 1px solid #eee;
      margin-bottom: 15px; }
    .inner_wrap .set_bar_wrap .bar_nav .cur .bar_nav_a {
      color: #0695d6; }
    .inner_wrap .set_bar_wrap .bar_nav .child_cur .icon_swtch_nav {
      background-position: -200px -20px; }
    .inner_wrap .set_bar_wrap .bar_nav .child_cur .bar_sub_nav {
      display: block; }
  .inner_wrap .side_bar_wrap {
    float: left;
    width: 140px;
    font-family: '\5FAE\8F6F\96C5\9ED1'; }
    .inner_wrap .side_bar_wrap .side_bar_nav {
      font-size: 12px;
      color: #333; }
      .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .bar_main_title {
        font-weight: 600;
        margin-bottom: 10px; }
      .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .my_midea:hover {
        color: #0695d6; }
      .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .sub_title {
        line-height: 28px;
        position: relative; }
        .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .sub_title:hover {
          color: #0695d6; }
      .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li a {
        display: block; }
      .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .tag {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        line-height: 18px; }
      .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .tag_dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 6px 0 0 2px;
        vertical-align: top;
        background-position: -30px -20px; }
      .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .tag_new {
        width: 25px;
        height: 12px;
        overflow: hidden;
        position: relative;
        top: 2px; }
      .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_li .tag_cut {
        background-position: -28px 0;
        width: 14px;
        height: 14px;
        overflow: hidden;
        position: relative;
        top: 2px; }
      .inner_wrap .side_bar_wrap .side_bar_nav .side_bar_nav_line {
        border-bottom: #e3e3e3 1px solid;
        width: 140px;
        margin: 30px 0 17px -10px; }
      .inner_wrap .side_bar_wrap .side_bar_nav .cur .bar_main_title {
        color: #0695d6; }
      .inner_wrap .side_bar_wrap .side_bar_nav .cur .sub_title {
        color: #0695d6; }

.pagination {
  width: 950px;
  height: 50px;
  margin-top: 50px;
  text-align: center; }
  .pagination .pagination_inner {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .pagination span, .pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 1px;
    background-color: #fff; }
  .pagination a {
    color: #666; }
    .pagination a:hover {
      color: #333; }
  .pagination .page-this {
    background-color: #0093d5;
    color: #fff; }
    .pagination .page-this:hover {
      color: #fff; }
  .pagination .page-start, .pagination .page-end {
    font-size: 20px;
    font-family: simsun;
    background-color: #fff;
    color: #bbb; }
    .pagination .page-start:hover, .pagination .page-end:hover {
      color: #bbb; }
  .pagination .page-prev, .pagination .page-next {
    font-size: 20px;
    font-family: simsun;
    background-color: #fff;
    color: #999; }
    .pagination .page-prev:hover, .pagination .page-next:hover {
      color: #333; }

.onsale_tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  padding: 0 5px;
  line-height: 20px;
  background-color: #ff3300;
  color: #fff;
  font-style: normal;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  left: 0;
  *bottom: 0; }

.onsale {
  font-size: 12px;
  color: #ff3300;
  padding-left: 63px;
  line-height: 18px;
  height: 18px;
  margin-top: 5px; }
  .onsale .onsale_icon {
    background: url(//img.mdcdn.cn/pc/img/mall/index_sprite.png?t=20171107) no-repeat -100px -189px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 18px;
    width: 12px;
    margin-right: 2px;
    vertical-align: top; }
  .onsale .onsale_content {
    font-style: normal; }

.prompt_icon {
  background: url(//img.mdcdn.cn/pc/img/mall/index_sprite.png?t=20171107) no-repeat -150px -189px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 18px;
  width: 18px;
  line-height: 22px;
  vertical-align: text-top;
  margin-right: 2px; }

.collect_sku_list li {
  position: relative; }
  .collect_sku_list li .sku_tag {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px; }
  .collect_sku_list li .sku_tag_notice {
    background-color: #1bce8d; }
  .collect_sku_list li .sku_tag_important {
    background-color: #ff6600; }

.price_color {
  color: #ff6600; }

.search_list_wrap .hproduct {
  position: relative; }
  .search_list_wrap .hproduct .sku_tag {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px; }
  .search_list_wrap .hproduct .sku_tag_notice {
    background-color: #1bce8d; }
  .search_list_wrap .hproduct .sku_tag_important {
    background-color: #ff6600; }

/*# sourceMappingURL=global.css.map */
