@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

/*Base*/
html {
  font: 13px/1 "微软雅黑","\5b8b\4f53",Arial,sans-serif;
  color: #666;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*修正手持设备字体变化*/ }

a {
  text-decoration: none;
  background: transparent;
  /*修正win8系统IE连接灰色背景*/
  outline: none; }

a:focus {
  outline: 0; }

a:active, a:hover {
  outline: 0;
  /*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/ }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border: 0;
  line-height: normal;
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul, ol, li {
  list-style: none; }

pre {
  word-break: break-all;
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

/**
 * CSS Reset.
 */
/** 清除内外边距 **/
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea
 {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit; }

caption, th, b {
  font-weight: normal;
  font-style: normal; }

address, cite, dfn, var {
  font-style: normal; }

/* 将斜体扶正 */
code, kbd, pre, samp {
  font-family: "Microsoft Yahei","冬青黑体",courier new, courier, monospace; }

/* 统一等宽字体 */
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
sup {
  vertical-align: text-top; }

/* 重置，减少对行高的影响 */
sub {
  vertical-align: baseline; }

/** 重置表单元素 **/
fieldset {
  border: 0; }

button, input, select, textarea {
  font-size: 100%; }

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** HTML5元素 **/
figure {
  margin: 0; }

/**
 * UI Mask style
 */
.ui-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=30);
  opacity: 0.3; }

/**
 * UI Toast style
 */
.ui-toast {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
  text-align: center; }

.ui-toast > div {
  display: inline-block;
  padding: 10px 20px;
  line-height: 34px;
  border: 4px solid;
  font-size: 15px;
  text-align: center;
  color: #666;
  background: #fff; }

.ui-toast > div:before {
  display: inline-block;
  content: " ";
  width: 32px;
  height: 32px;
  background: url("/res/default/img/sprite.png") no-repeat;
  vertical-align: middle;
  margin-right: 10px; }

.ui-toast > .success {
  border-color: #c7e7c7; }

.ui-toast > .success:before {
  background-position: -759px -6px; }

.ui-toast > .error {
  border-color: #fac5ca;
  font-weight: bold; }

.ui-toast > .error:before {
  background-position: -759px -125px; }

.ui-toast > .info {
  border-color: #b2b2b2; }

.ui-toast > .info:before {
  width: 34px;
  height: 34px;
  background-position: -758px -423px; }

.ui-toast > .warn {
  border-color: #f8edba; }

.ui-toast > .warn:before {
  background-position: -758px -378px; }

/**
 * UI Throbber style
 */
.ui-throbber {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=20);
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  text-align: center; }

.ui-throbber > .inner {
  top: 65px;
  right: 15px;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  border-radius: 2px;
  display: inline-block;
  position: relative; }

.ui-throbber .text {
  padding-left: 20px;
  background: url(/res/img/spinner.gif) no-repeat 0 50%;
  color: #000; }

.ui-throbber .text:after {
  content: "..."; }

/**
 * UI Popup style
 */
.ui-popup {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 45;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  min-width: 200px; }

/**
 * UI Window
 */
.ui-window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  min-width: 350px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff; }

.ui-window-header {
  padding-left: 24px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6; }

.ui-window-title {
  font-size: 16px; }

.ui-window-close {
  position: absolute;
  right: 8px;
  top: 0px;
  padding: 0px 5px;
  cursor: pointer;
  color: #ccc;
  font-size: 25px; }

.ui-window-close:hover {
  color: #000; }

.ui-window-body {
  font-size: 13px;
  background: #fff; }

.ui-dialogue-body {
  padding: 20px; }

.ui-dialogue-footer {
  padding: 10px;
  text-align: center; }

.ui-dialogue-footer .btn {
  margin-left: 10px; }

.ui-dialogue-footer .btn:first-child {
  margin-left: 0; }

.ui-alert-dialogue {
  border-radius: 10px;
  overflow: hidden; }

.ui-alert-dialogue .ui-window-header {
  height: 34px;
  line-height: 34px;
  color: #999; }

.ui-alert-dialogue .ui-dialogue-body {
  padding: 40px 50px;
  font-size: 15px;
  color: #999; }

.ui-alert-dialogue .ui-dialogue-body .text {
  margin-left: 15px;
  max-width: 200px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px; }

.ui-alert-dialogue .ui-dialogue-footer {
  padding-bottom: 20px; }

.ui-alert-dialogue .ui-dialogue-footer .btn {
  padding: 5px 24px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
  background-color: #45b147; }

.ui-alert-dialogue .ui-dialogue-footer .btn-info {
  background: #2c82f8;
  color: #fff; }

.ui-alert-dialogue .ui-dialogue-footer .btn-success {
  background: #45b147;
  color: #fff; }

.ui-alert-dialogue .ui-dialogue-footer .btn-warning {
  background: #f8d42c !important;
  color: #fff; }

.ui-confirm-dialogue .ui-dialogue-body {
  padding: 40px 30px; }

.ui-confirm-dialogue .ui-dialogue-footer .btn-primary {
  background: #f8d42c !important; }

.ui-confirm-dialogue .ui-dialogue-footer .btn-default {
  background: #fff;
  border: 1px solid #eaeaea !important;
  color: #999 !important;
  margin-left: 18px; }

/**
 *   pay dialog styles
 */
.ui-pay-dialogue img {
  vertical-align: middle; }

.ui-pay-dialogue label {
  margin-right: 20px; }

.ui-pay-dialogue .ui-dialogue-body {
  text-align: center; }

.U-Table.S-1 {
  width: 100%;
  border-top: 1px solid #e5e5e5; }
  .U-Table.S-1 > tbody {
    color: #666; }
  .U-Table.S-1 td, .U-Table.S-1 th {
    border-bottom: 1px solid #e5e5e5; }
  .U-Table.S-1 th {
    color: #000;
    background: #fafafa;
    text-align: left;
    padding: 14px; }
  .U-Table.S-1 td {
    padding: 12px 14px; }
  .U-Table.S-1 tr:nth-child(even) {
    background: #fafafa; }

/**
 活动/商品详情 3级标题
*/
.title-item {
  position: relative;
  height: 40px;
  background: #f3f3f3;
  border: 1px solid #e6e6e6; }
  .title-item h3 {
    position: absolute;
    height: 42px;
    top: -1px;
    left: -1px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 42px;
    color: #FFF; }
    .title-item h3:after {
      content: '';
      position: absolute;
      top: 0;
      right: -20px;
      border-width: 21px 10px;
      border-style: solid; }

.sp, .ico {
  background: transparent url("/res/default/img/sprite.png?v=0f13a8543") no-repeat -1000px -1000px; }

/**
 * ico styles
 */
.ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  font-style: normal; }

.ico-eye {
  background-position: -10px -4px; }

.ico-comment {
  background-position: -70px -6px; }

.ico-check-circle,
.ico-info-circle,
.ico-times-circle,
.ico-warning {
  width: 32px;
  height: 32px; }

.ico-check-circle {
  background-position: -759px -6px; }

.ico-info {
  width: 34px;
  height: 34px;
  background-position: -758px -423px; }

.ico-warning {
  background-position: -758px -378px; }

.ico-times-circle {
  background-position: -759px -125px; }

.ico-ldquo,
.ico-rdquo {
  width: 14px;
  height: 11px;
  background-position: -179px -88px; }

.ico-rdquo {
  background-position: -179px -180px; }

/***
--------------------------------------------------------------------------------------------------------------------
样式优先级规则:
    1.不同的皮肤对应的菜单背景色,选中色不同
    2.主题1-23默认菜单字体都是白色
    3.在设置菜单样式中,有的菜单自带的字体,背景会覆盖原有的默认样式, 覆盖的样式也因主题而异
    4.菜单可设置的样式拥有最高优先级, 但不能过高覆盖,否则会导致:hover 等样式失效
-------------------------------------------------------------------------------------------------------------------
**/
.u-navbar .logo-small {
  display: none;
  position: absolute;
  top: 10%;
  right: 50%;
  height: 80%;
  margin-right: 560px; }
.u-navbar.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 30;
  left: 0;
  top: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2Qjk4MzkyQThEMEYxMUU2OTQ5Rjg1NjE1M0I3MzMwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2Qjk4MzkyQjhEMEYxMUU2OTQ5Rjg1NjE1M0I3MzMwNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCOTgzOTI4OEQwRjExRTY5NDlGODU2MTUzQjczMzA3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZCOTgzOTI5OEQwRjExRTY5NDlGODU2MTUzQjczMzA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZXn4ngAAABtJREFUeNpiZGBgiGQgAjAxEAlGFVJHIUCAAQCexABtCYHjEAAAAABJRU5ErkJggg=="); }
  .u-navbar.fixed.theme-bgcolor {
    background-image: none; }
  .u-navbar.fixed .logo-small {
    display: block; }
.u-navbar.nav-style-1, .u-navbar.nav-style-4, .u-navbar.nav-style-5, .u-navbar.nav-style-6, .u-navbar.nav-style-7, .u-navbar.nav-style-2, .u-navbar.nav-style-3 {
  position: relative;
  max-width: 100%;
  z-index: 30; }
  .u-navbar.nav-style-1 .nav-lv1, .u-navbar.nav-style-4 .nav-lv1, .u-navbar.nav-style-5 .nav-lv1, .u-navbar.nav-style-6 .nav-lv1, .u-navbar.nav-style-7 .nav-lv1, .u-navbar.nav-style-2 .nav-lv1, .u-navbar.nav-style-3 .nav-lv1 {
    position: absolute;
    z-index: 2;
    height: 100%;
    margin-left: 50%;
    left: -540px;
    font-size: 0;
    white-space: nowrap; }
    .u-navbar.nav-style-1 .nav-lv1 > li, .u-navbar.nav-style-4 .nav-lv1 > li, .u-navbar.nav-style-5 .nav-lv1 > li, .u-navbar.nav-style-6 .nav-lv1 > li, .u-navbar.nav-style-7 .nav-lv1 > li, .u-navbar.nav-style-2 .nav-lv1 > li, .u-navbar.nav-style-3 .nav-lv1 > li {
      display: inline-block;
      position: relative;
      height: 100%; }
      .u-navbar.nav-style-1 .nav-lv1 > li:hover .arrow-down, .u-navbar.nav-style-4 .nav-lv1 > li:hover .arrow-down, .u-navbar.nav-style-5 .nav-lv1 > li:hover .arrow-down, .u-navbar.nav-style-6 .nav-lv1 > li:hover .arrow-down, .u-navbar.nav-style-7 .nav-lv1 > li:hover .arrow-down, .u-navbar.nav-style-2 .nav-lv1 > li:hover .arrow-down, .u-navbar.nav-style-3 .nav-lv1 > li:hover .arrow-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .u-navbar.nav-style-1 .nav-lv1 > li:hover .nav-lv2, .u-navbar.nav-style-4 .nav-lv1 > li:hover .nav-lv2, .u-navbar.nav-style-5 .nav-lv1 > li:hover .nav-lv2, .u-navbar.nav-style-6 .nav-lv1 > li:hover .nav-lv2, .u-navbar.nav-style-7 .nav-lv1 > li:hover .nav-lv2, .u-navbar.nav-style-2 .nav-lv1 > li:hover .nav-lv2, .u-navbar.nav-style-3 .nav-lv1 > li:hover .nav-lv2 {
        display: block; }
  .u-navbar.nav-style-1 .arrow-down, .u-navbar.nav-style-4 .arrow-down, .u-navbar.nav-style-5 .arrow-down, .u-navbar.nav-style-6 .arrow-down, .u-navbar.nav-style-7 .arrow-down, .u-navbar.nav-style-2 .arrow-down, .u-navbar.nav-style-3 .arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0;
    margin-left: 5px;
    vertical-align: middle;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    transition: transform 0.2s; }
.u-navbar a {
  display: block;
  padding: 0 25px;
  font-size: 15px;
  color: #fff; }
.u-navbar .arrow-down {
  border-color: #fff transparent; }
.u-navbar .menu1 {
  height: 100%;
  min-width: 62px;
  transition: all 0.3s;
  text-align: center; }
.u-navbar .nav-lv2 {
  display: none;
  position: absolute;
  min-width: 100%;
  padding-bottom: 10px;
  top: 100%; }
  .u-navbar .nav-lv2::-webkit-scrollbar {
    width: 1px; }
  .u-navbar .nav-lv2 li {
    height: 36px; }
  .u-navbar .nav-lv2 a {
    line-height: 36px;
    height: 36px; }
.u-navbar.nav-style-1, .u-navbar.nav-style-4, .u-navbar.nav-style-5, .u-navbar.nav-style-6, .u-navbar.nav-style-7 {
  height: 44px; }
  .u-navbar.nav-style-1 .menu1, .u-navbar.nav-style-4 .menu1, .u-navbar.nav-style-5 .menu1, .u-navbar.nav-style-6 .menu1, .u-navbar.nav-style-7 .menu1 {
    line-height: 44px; }
.u-navbar.nav-style-2 {
  height: 38px; }
  .u-navbar.nav-style-2 .nav-lv1 > li {
    position: relative;
    z-index: 1;
    padding-right: 17px;
    background-color: transparent; }
  .u-navbar.nav-style-2 .nav-lv1 > .bg, .u-navbar.nav-style-2 #menu-ext .nav-lv1 > .sub-bg, #menu-ext .u-navbar.nav-style-2 .nav-lv1 > .sub-bg {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 17px; }
  .u-navbar.nav-style-2 .menu1 {
    line-height: 38px; }
  .u-navbar.nav-style-2 .arrow-left, .u-navbar.nav-style-2 .arrow-right, .u-navbar.nav-style-2 .arrow-out {
    position: absolute;
    top: 0;
    border-style: solid;
    border-width: 19px 8px; }
  .u-navbar.nav-style-2 .arrow-left {
    left: -16px; }
  .u-navbar.nav-style-2 .arrow-right {
    right: 1px; }
  .u-navbar.nav-style-2 .arrow-out {
    right: 0; }
.u-navbar.nav-style-3 {
  height: 44px;
  opacity: 0.9; }
  .u-navbar.nav-style-3.all {
    border-top: 2px solid;
    border-bottom: 2px solid; }
  .u-navbar.nav-style-3 .menu1 {
    line-height: 44px; }
  .u-navbar.nav-style-3.half .nav-lv1 {
    border: 2px solid;
    border-radius: 10px; }
    .u-navbar.nav-style-3.half .nav-lv1 > li:first-child {
      border-radius: 4px 0 0 4px; }
    .u-navbar.nav-style-3.half .nav-lv1 > li:last-child {
      border-radius: 0 4px 4px 0; }
  .u-navbar.nav-style-3.half .nav-lv2 {
    border-radius: 0 0 10px 10px; }
  .u-navbar.nav-style-3 .nav-lv1 {
    box-sizing: border-box; }
    .u-navbar.nav-style-3 .nav-lv1 > li:hover .menu1, .u-navbar.nav-style-3 .nav-lv1 > li.active .menu1 {
      color: #fff; }
    .u-navbar.nav-style-3 .nav-lv1 > li:hover .arrow-down, .u-navbar.nav-style-3 .nav-lv1 > li.active .arrow-down {
      border-color: #fff transparent; }
.u-navbar.nav-style-4 .nav-lv1 > li.active:after, .u-navbar.nav-style-5 .nav-lv1 > li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px; }
.u-navbar.nav-style-5 {
  opacity: 0.9; }
  .u-navbar.nav-style-5 .nav-lv2 a {
    color: #000;
    background-color: transparent; }
  .u-navbar.nav-style-5 .nav-lv1 > li:hover {
    background-color: #fff; }
    .u-navbar.nav-style-5 .nav-lv1 > li:hover:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 4px; }
.u-navbar.nav-style-6 .nav-lv1 > li {
  border-radius: 6px 6px 0 0;
  margin-right: 20px; }
.u-navbar.nav-style-7 {
  height: 36px; }
  .u-navbar.nav-style-7 .menu1 {
    line-height: 36px; }
  .u-navbar.nav-style-7 .nav-lv1 li {
    margin: 0 4px; }
    .u-navbar.nav-style-7 .nav-lv1 li:first-child:before, .u-navbar.nav-style-7 .nav-lv1 li:after {
      content: '';
      position: absolute;
      top: 3px;
      bottom: 3px;
      width: 1px; }
    .u-navbar.nav-style-7 .nav-lv1 li:first-child:before {
      left: -4px; }
    .u-navbar.nav-style-7 .nav-lv1 li:after {
      right: -4px; }
    .u-navbar.nav-style-7 .nav-lv1 li:hover .menu1, .u-navbar.nav-style-7 .nav-lv1 li.active .menu1 {
      color: #fff !important; }
    .u-navbar.nav-style-7 .nav-lv1 li:hover .arrow-down, .u-navbar.nav-style-7 .nav-lv1 li.active .arrow-down {
      border-color: #FFF transparent; }

.nav-style-5 .nav-lv1 > li:hover .menu1 {
  color: inherit; }
.nav-style-5 .nav-lv2 {
  background-color: #fff; }

.u-navbar.fixed #menu-ext {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px); }

#menu-ext {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  min-height: 380px;
  background: transparent !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  #menu-ext .bg, #menu-ext .sub-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  #menu-ext .sub-bg {
    background-color: #fff; }
  #menu-ext ul {
    position: relative; }
  #menu-ext .top-menu {
    position: relative;
    border-bottom: 1px solid #444;
    color: #fff; }
    #menu-ext .top-menu:hover {
      background-color: #fff; }
    #menu-ext .top-menu > a {
      display: block;
      padding: 10px 30px 10px 14px;
      font-size: 16px;
      line-height: 28px;
      height: 28px;
      color: inherit; }
      #menu-ext .top-menu > a .icon-angleright {
        position: absolute;
        right: 10px;
        top: 18px; }
    #menu-ext .top-menu:hover .sub-menu-ext {
      display: block; }
  #menu-ext .sub-menu-ext {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 286px;
    min-height: 100%;
    color: #666;
    background-color: transparent; }
    #menu-ext .sub-menu-ext ul {
      padding: 10px;
      white-space: normal; }
      #menu-ext .sub-menu-ext ul.S li {
        display: block; }
      #menu-ext .sub-menu-ext ul.S span {
        display: none; }
    #menu-ext .sub-menu-ext li {
      display: inline-block; }
    #menu-ext .sub-menu-ext span {
      display: inline-block;
      padding: 0 8px; }
    #menu-ext .sub-menu-ext a {
      display: inline-block;
      padding: 0; }
      #menu-ext .sub-menu-ext a:hover {
        text-decoration: underline; }
    #menu-ext .sub-menu-ext a, #menu-ext .sub-menu-ext span {
      font-size: 13px;
      line-height: 28px;
      color: #333; }

.u-countdown {
  position: absolute;
  right: 0;
  top: 17px;
  min-width: 210px; }
  .u-countdown.u-countdown-1 h4, .u-countdown.u-countdown-2 h4, .u-countdown.u-countdown-6 h4 {
    padding-left: 12px;
    height: 24px;
    line-height: 24px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .u-countdown.u-countdown-6 h4 {
    width: 254px;
    margin-left: -30px; }
  .u-countdown.u-countdown-1 .time-wrap, .u-countdown.u-countdown-2 .time-wrap, .u-countdown.u-countdown-6 .time-wrap {
    font-size: 0;
    padding: 10px;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .u-countdown.u-countdown-1 .square, .u-countdown.u-countdown-2 .square, .u-countdown.u-countdown-6 .square {
    float: left;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    overflow: hidden; }
  .u-countdown.u-countdown-1 .square, .u-countdown.u-countdown-6 .square {
    padding: 0 5px;
    min-width: 40px;
    height: 40px; }
    .u-countdown.u-countdown-1 .square:first-child, .u-countdown.u-countdown-6 .square:first-child {
      margin-right: 3px; }
    .u-countdown.u-countdown-1 .square em, .u-countdown.u-countdown-1 .square .colon, .u-countdown.u-countdown-6 .square em, .u-countdown.u-countdown-6 .square .colon {
      display: inline-block;
      font: 30px/40px SimHei; }
    .u-countdown.u-countdown-1 .square em, .u-countdown.u-countdown-6 .square em {
      min-width: 32px;
      font-style: normal; }
    .u-countdown.u-countdown-1 .square sub, .u-countdown.u-countdown-6 .square sub {
      font-size: 12px; }
    .u-countdown.u-countdown-1 .square .colon, .u-countdown.u-countdown-6 .square .colon {
      min-width: 10px;
      text-indent: -3px;
      vertical-align: 2px; }
  .u-countdown.u-countdown-2 .square {
    margin: 0 2px;
    min-width: 44px;
    height: 50px; }
  .u-countdown.u-countdown-2 dd {
    padding: 0 5px;
    font: 30px/34px SimHei; }
  .u-countdown.u-countdown-2 dt {
    font: bold 12px/16px Arial;
    text-transform: uppercase;
    background-color: #eee; }
  .u-countdown.u-countdown-3 .time-wrap, .u-countdown.u-countdown-4 .time-wrap, .u-countdown.u-countdown-5 .time-wrap {
    background-color: transparent !important; }
  .u-countdown.u-countdown-3, .u-countdown.u-countdown-4, .u-countdown.u-countdown-5 {
    text-align: center; }
    .u-countdown.u-countdown-3 h4, .u-countdown.u-countdown-4 h4, .u-countdown.u-countdown-5 h4 {
      margin-bottom: 4px;
      font-size: 13px;
      font-weight: normal; }
    .u-countdown.u-countdown-3 .time, .u-countdown.u-countdown-4 .time, .u-countdown.u-countdown-5 .time {
      font-size: 26px; }
    .u-countdown.u-countdown-3 dl, .u-countdown.u-countdown-4 dl, .u-countdown.u-countdown-5 dl {
      display: inline-block; }
  .u-countdown.u-countdown-3 dd {
    display: inline-block;
    font-size: 26px;
    line-height: 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAYAAABznEEcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQlJREFUeNrs0r9LAnEYx/G762bDhs7JwSHIKWjIpUEHoclBEPynnP1DoqFdiX5Y0aCJ1FrgUIKIQ57vg2cz8A4Uf/B54IUg+r3nfXfuVaPvbGBc5HCCI6RwgDGGGOAD0ziH+bjAGbI4tING+MQrupitYPEMKiijiPSS30fXfMcLnvCMDn7+i7hbctgvbnGNG7tTcecYVdRwaXc77ng4NXX7LkQP97Z3G28ur1OY4OA/PKCFR3vsX/b0ogUD5HGOkn16a341v/2Ef4gWLZhtmcBz9mAUoQhFKEIRilCEIhShCEUoQhGKUIQiFKEIRShCEYpQhCIUoQhFKEIRilCEIhbH3/H9J2jOBRgAn4wsQxhhXGUAAAAASUVORK5CYII=") no-repeat center; }
  .u-countdown.u-countdown-3 dt {
    display: inline-block;
    font-size: 12px;
    vertical-align: -8px;
    margin-left: -4px; }
  .u-countdown.u-countdown-4 {
    top: 10px; }
    .u-countdown.u-countdown-4 dl {
      min-width: 47px;
      margin: 0 6px; }
    .u-countdown.u-countdown-4 dd {
      position: relative;
      padding: 0 2px;
      height: 45px;
      font-size: 32px;
      line-height: 45px; }
      .u-countdown.u-countdown-4 dd img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%; }
  .u-countdown.u-countdown-5 {
    top: 8px; }
    .u-countdown.u-countdown-5 dl {
      min-width: 64px; }
    .u-countdown.u-countdown-5 dd {
      display: inline-block;
      width: 56px;
      font-size: 18px;
      line-height: 56px; }
    .u-countdown.u-countdown-5 dt {
      display: inline-block;
      font-size: 12px;
      vertical-align: -8px;
      margin-left: -4px; }
  .u-countdown.u-countdown-6 .time-wrap {
    position: relative;
    padding-left: 0;
    overflow: visible;
    border-radius: 0; }
    .u-countdown.u-countdown-6 .time-wrap:before {
      content: '';
      position: absolute;
      left: -30px;
      border-style: solid;
      top: 0;
      border-width: 30px 15px; }
    .u-countdown.u-countdown-6 .time-wrap:after {
      content: '';
      display: block;
      clear: both; }
    .u-countdown.u-countdown-6 .time-wrap .square {
      border-radius: 0; }
      .u-countdown.u-countdown-6 .time-wrap .square:first-child {
        margin-left: 7px;
        position: relative;
        overflow: visible; }
        .u-countdown.u-countdown-6 .time-wrap .square:first-child:before {
          content: '';
          position: absolute;
          top: 0;
          border-style: solid;
          border-width: 20px 10px;
          border-color: #FFF #FFF transparent transparent;
          left: -20px; }
      .u-countdown.u-countdown-6 .time-wrap .square .colon {
        min-width: 18px; }

#func-nav .u-countdown-5, #func-nav .u-countdown-3 {
  padding: 5px;
  border-radius: 4px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUZCQUJGQkVDMkI4MTFFNjkxNDI4MDRBNzIxMEE5NEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUZCQUJGQkZDMkI4MTFFNjkxNDI4MDRBNzIxMEE5NEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRkJBQkZCQ0MyQjgxMUU2OTE0MjgwNEE3MjEwQTk0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRkJBQkZCREMyQjgxMUU2OTE0MjgwNEE3MjEwQTk0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnq+PP8AAAAXSURBVHjaYmZgYGgAYgdmEAHEDAABBgALIwEHPZuL6gAAAABJRU5ErkJggg=="); }
#func-nav .u-countdown-4 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpi/P//fyQDEYCJgUgwqpA6CgECDABiRwNqoJluKwAAAABJRU5ErkJggg==");
  border: 1px solid #eee;
  box-shadow: 0 0 3px #eee; }

#nav-countdown .countdown-wrap s {
  border-left-color: rgba(0, 0, 0, 0.5); }

.hotline-data {
  display: none; }

.hotline-wrap {
  position: absolute;
  right: 0;
  top: 36px; }
  .hotline-wrap .icon {
    float: left; }
  .hotline-wrap .time {
    padding: 6px 0;
    font-size: 13px;
    color: #000; }
  .hotline-wrap .phone-number {
    font-size: 21px; }
  .hotline-wrap.hotline-style-1 .icon {
    font-size: 54px;
    width: 54px; }
  .hotline-wrap.hotline-style-1 .time, .hotline-wrap.hotline-style-1 .phone-number {
    margin-left: 64px; }
  .hotline-wrap.hotline-style-2 .icon {
    font-size: 54px;
    width: 54px; }
  .hotline-wrap.hotline-style-2 .time, .hotline-wrap.hotline-style-2 .phone-number {
    margin-left: 60px; }
  .hotline-wrap.hotline-style-3 .icon {
    font-size: 54px;
    width: 54px; }
  .hotline-wrap.hotline-style-3 .time, .hotline-wrap.hotline-style-3 .phone-number {
    margin-left: 64px; }
  .hotline-wrap.hotline-style-4 .icon {
    font-size: 54px;
    width: 54px; }
  .hotline-wrap.hotline-style-4 .time, .hotline-wrap.hotline-style-4 .phone-number {
    margin-left: 56px; }
  .hotline-wrap.hotline-style-5 .content {
    padding: 8px 20px;
    min-width: 165px;
    height: 44px;
    border-radius: 4px;
    color: #FFF; }
    .hotline-wrap.hotline-style-5 .content .time {
      padding: 0;
      margin-bottom: 8px;
      color: #fff; }

@font-face {
  font-family: 'icons';
  src: url("/res/default/fonts/iconfont.eot?8730ae833f9b94a1");
  src: url("/res/default/fonts/iconfont.eot?#iefix8730ae833f9b94a1") format("embedded-opentype"), url("/res/default/fonts/iconfont.woff?8730ae833f9b94a1") format("woff"), url("/res/default/fonts/iconfont.ttf?8730ae833f9b94a1") format("truetype"), url("/res/default/fonts/iconfont.svg?8730ae833f9b94a1#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  font-style: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon:before {
  font-family: "icons" !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.icon-font {
  font-family: "icons" !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",sizingMethod=crop); }

.icon-customer1:before {
  content: "\e65b"; }

.icon-customer2:before {
  content: "\e65c"; }

.icon-customer3:before {
  content: "\e65d"; }

.icon-customer4:before {
  content: "\e65e"; }

.icon-paperclip1:before {
  content: "\e657"; }

.icon-angleright:before {
  content: "\e62e"; }

.icon-arrow-double-down:before {
  content: "\e62f"; }

.icon-clock:before {
  content: "\e630"; }

.icon-diamond:before {
  content: "\e635"; }

.icon-datepicker:before {
  content: "\e636"; }

.icon-doubleup:before {
  content: "\e637"; }

.icon-doubledown:before {
  content: "\e638"; }

.icon-download:before {
  content: "\e639"; }

.icon-email:before {
  content: "\e63a"; }

.icon-externallink:before {
  content: "\e63b"; }

.icon-fax:before {
  content: "\e63c"; }

.icon-flag:before {
  content: "\e63d"; }

.icon-gouwuche:before {
  content: "\e63e"; }

.icon-heart:before {
  content: "\e63f"; }

.icon-integral-deduct:before {
  content: "\e640"; }

.icon-integral-give:before {
  content: "\e641"; }

.icon-location:before {
  content: "\e642"; }

.icon-pause:before {
  content: "\e643"; }

.icon-lock:before {
  content: "\e644"; }

.icon-phone:before {
  content: "\e645"; }

.icon-qq:before {
  content: "\e646"; }

.icon-rounddiamond:before {
  content: "\e647"; }

.icon-search:before {
  content: "\e648"; }

.icon-shoe-show:before {
  content: "\e649"; }

.icon-shoes:before {
  content: "\e64a"; }

.icon-resale:before {
  content: "\e64b"; }

.icon-souxie:before {
  content: "\e64c"; }

.icon-start:before {
  content: "\e64d"; }

.icon-tuijian:before {
  content: "\e64e"; }

.icon-user:before {
  content: "\e64f"; }

.icon-view-all:before {
  content: "\e650"; }

.icon-tuijian1:before {
  content: "\e651"; }

.icon-vip:before {
  content: "\e652"; }

.icon-volumeup:before {
  content: "\e653"; }

.icon-weixin:before {
  content: "\e654"; }

.icon-x:before {
  content: "\e655"; }

.icon-xiangsi:before {
  content: "\e656"; }

.icon-asc:before {
  content: "\e658"; }

.icon-desc:before {
  content: "\e659"; }

.icon-toudi:before {
  content: "\e65a"; }

.icon-bianji:before {
  content: "\e61f"; }

/***
-----------------------------
header
----------------------------
**/
body {
  position: relative;
  background-color: #f3f3f3; }
  body.white {
    background-color: #FFF; }

.no-scroll {
  overflow: hidden; }

.u-wrap {
  min-width: 1080px; }

.u-box {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  color: #333; }

.u-top {
  position: relative;
  z-index: 35;
  height: 32px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpi/P//fyQDEYCJgUgwqpA6CgECDABiRwNqoJluKwAAAABJRU5ErkJggg=="); }
  .u-top .wel {
    max-width: 380px;
    line-height: 32px; }
  .u-top .site-phone {
    height: 32px; }
  .u-top .top-resale {
    line-height: 28px;
    margin-right: 20px; }
    .u-top .top-resale i, .u-top .top-resale a {
      color: #333;
      display: inline-block;
      vertical-align: middle; }
    .u-top .top-resale i {
      font-size: 17px; }

.u-top .top-link i.arrow {
  float: left;
  margin-left: 5px;
  margin-top: 13px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #fff transparent transparent; }

.u-top .top-link .messageTip {
  color: #ff2d00 !important; }

.u-top .top-link i.dot {
  display: inline-block;
  margin-left: 2px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background: #ff2d00;
  border-radius: 50%; }

.u-top .top-link .userActions {
  position: relative;
  float: right;
  height: 32px; }
  .u-top .top-link .userActions > .menu {
    display: none;
    position: absolute;
    right: 0;
    top: 32px;
    border: 1px solid #cfcfcf;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpi/P//fyQDEYCJgUgwqpA6CgECDABiRwNqoJluKwAAAABJRU5ErkJggg=="); }
    .u-top .top-link .userActions > .menu > li {
      background: inherit; }
    .u-top .top-link .userActions > .menu a {
      display: block;
      float: none;
      line-height: 30px;
      padding-left: 10px;
      padding-right: 10px;
      text-decoration: none;
      background: inherit;
      white-space: nowrap; }

.u-top .top-link .userActions:hover > .menu {
  display: block; }

.u-top .top-link .userActions > .menu a:hover {
  background: #ddd; }

.u-top .top-link .avatar-wrap {
  padding-top: 6px;
  margin-right: 6px; }

.u-top .top-link a {
  float: left;
  line-height: 32px;
  color: #333; }

.u-top .top-link .username {
  max-width: 260px; }

.u-top .u-box .top-link span {
  padding: 0 20px;
  float: left;
  line-height: 32px;
  color: #c3c3c3; }

.u-header {
  position: relative;
  z-index: 32;
  min-height: 120px;
  background-color: #f8f8f8; }
  .u-header .header-main {
    height: 120px; }
  .u-header .logo {
    display: block;
    margin-right: 15px;
    height: 120px;
    line-height: 120px; }
    .u-header .logo img {
      max-height: 80px;
      vertical-align: middle; }
  .u-header .sas-name {
    padding-top: 28px;
    font-size: 28px;
    font-weight: normal; }
  .u-header .subtitle {
    color: #666; }
    .u-header .subtitle:hover {
      text-decoration: underline; }

.main-phone {
  display: none;
  position: absolute;
  padding: 8px 20px;
  right: 0;
  top: 30px;
  min-width: 165px;
  height: 44px;
  border-radius: 4px;
  color: #FFF; }
  .main-phone .icon-phone {
    margin-bottom: 8px; }
    .main-phone .icon-phone:before {
      margin-right: 2px; }
  .main-phone .phone {
    font-size: 20px;
    overflow: hidden; }

.sas-slogan {
  font-weight: normal; }

.u-mode {
  margin: 40px auto; }

body > .footer {
  position: relative;
  text-align: center;
  padding: 24px 0;
  line-height: 26px;
  color: #FFF;
  background: #333; }
  body > .footer.nopadding {
    padding: 0;
    line-height: 16px; }

.bottomStream .streamIcon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("/res/default/img/stream.gif?v=0f13a8543") center center no-repeat; }
.bottomStream .streamInfo {
  display: inline-block;
  vertical-align: middle; }
  .bottomStream .streamInfo i {
    width: 15px;
    height: 17px;
    display: inline-block;
    vertical-align: text-bottom; }

/***
-----------------------------
header footer  end
----------------------------
**/
.img-a {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .img-a img {
    width: 100%;
    height: 100%;
    transition: all 0.5s; }

.u-mode .mode-title {
  float: left;
  height: 45px; }

.u-mode .mode-title .ch {
  font-size: 24px;
  line-height: 28px;
  color: #333; }

.u-mode .more {
  font: 14px/2 "Microsoft Yahei", "冬青黑体";
  color: #333; }

.u-content {
  width: 740px;
  padding-right: 30px; }

/***
-----------------------------
user-data
----------------------------
**/
.user-data span, .user-data a {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  min-width: 24px;
  overflow: hidden;
  color: #666;
  vertical-align: bottom; }
.user-data .avatar {
  margin-right: 10px; }
.user-data .username {
  max-width: 130px;
  vertical-align: baseline; }
.user-data span {
  margin-right: 20px; }
.user-data .date {
  margin-right: 20px; }
.user-data .share {
  float: right;
  margin-right: 5px; }
.user-data.t-c .share {
  float: none; }

.user-data .view-num {
  padding-left: 25px;
  background-position: -11px -4px; }

.user-data .reply-num {
  padding-left: 25px;
  background-position: -71px -6px; }

.user-data .vote-num {
  padding-left: 25px;
  background-position: -250px -327px; }

.user-data .share span {
  margin-right: 5px; }

.user-data .share a {
  float: left;
  width: 27px;
  height: 24px; }

.user-data .share .cqq {
  background-position: -6px -183px; }

.user-data .share .sina {
  background-position: -8px -53px; }

.user-data .share .wx {
  background-position: -8px -104px; }

.user-data .share .qzone {
  background-position: -8px -155px; }

.user-data .share .bd {
  background-position: -80px -675px; }

.user-data .share .db {
  background-position: -10px -675px; }

.user-data .share .zfb {
  background-position: -218px -676px; }

/***
-----------------------------
user-data end
----------------------------
**/
/***
-----------------------------
sidebar
----------------------------
**/
.u-title {
  font: bold 24px "Microsoft Yahei", "冬青黑体";
  color: #333; }

.u-title.u-line {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6; }

.u-title2 {
  padding-left: 20px;
  height: 40px;
  font: bold 18px/40px "Microsoft Yahei", "冬青黑体";
  color: #333;
  background: #f3f3f3; }

.u-title3 {
  padding-left: 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  color: #333;
  background-color: #f3f3f3; }
  .u-title3 span {
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
    color: #666; }
  .en .u-title3 span {
    font-size: 13px; }

.u-sidebar {
  margin-top: -1px; }

.u-sidebar h2 {
  padding-left: 15px;
  font: bold 18px/44px "Microsoft Yahei", "冬青黑体";
  height: 44px;
  color: #333;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.u-sidebar .sidebar-nav {
  padding-left: 40px;
  padding-bottom: 20px; }

.u-sidebar .sidebar-nav a {
  font: 14px/36px "Microsoft Yahei", "冬青黑体";
  color: #333; }

.u-sidebar .sidebar-nav a:hover {
  text-decoration: underline; }

.u-sidebar input {
  display: block;
  padding: 5px 10px;
  margin: 10px auto;
  width: 160px;
  height: 18px;
  border: 1px solid #e6e6e6; }
.u-sidebar .submit {
  display: block;
  margin: 0 auto 30px auto;
  font-weight: bold;
  width: 180px; }
.u-sidebar .act-list {
  padding: 15px; }
  .u-sidebar .act-list li {
    margin-bottom: 15px;
    background: #f3f3f3; }
  .u-sidebar .act-list .img-box {
    display: block;
    height: 118px;
    overflow: hidden; }
    .u-sidebar .act-list .img-box img {
      width: 100%;
      max-height: inherit; }
  .u-sidebar .act-list .title {
    display: block;
    font-weight: bold;
    line-height: 32px;
    text-align: center; }
.u-sidebar .pic-ul {
  padding: 15px; }
  .u-sidebar .pic-ul li {
    position: relative;
    min-height: 1px;
    margin-bottom: 15px;
    background: #f3f3f3; }
    .u-sidebar .pic-ul li a {
      display: block; }
    .u-sidebar .pic-ul li img {
      width: 100%; }

.u-main {
  position: relative;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  background: #FFF;
  overflow: hidden; }

.u-crumbs {
  margin-top: 40px;
  margin-bottom: -32px; }

.u-crumbs a, .u-crumbs span {
  display: inline-block;
  padding: 0 2px;
  font-size: 14px;
  line-height: 18px;
  color: #666; }

.img-box img {
  max-width: 100%;
  max-height: 100%; }

/***
-----------------------------
sidebar end
----------------------------
**/
/***
-----------------------------
login
----------------------------
**/
.login-box {
  display: none;
  height: 324px;
  width: 520px;
  position: fixed;
  z-index: 120;
  top: 50%;
  margin-top: -211px;
  left: 50%;
  margin-left: -261px;
  background: #FFF;
  width: 520px; }

.l-l {
  position: relative;
  height: 283px;
  overflow: hidden; }

.login-box h3 {
  padding-left: 24px;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6; }

.login-box .j-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-position: -11px -275px; }

.l-l .error-msg {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #f00;
  position: absolute;
  bottom: 135px; }

.l-l table {
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 36px;
  color: #333;
  top: 0;
  height: auto; }

.l-l .label {
  width: 130px;
  text-align: right; }

.l-l .main-logoin-box td {
  padding-top: 10px; }

.l-l td {
  position: relative;
  vertical-align: top; }

.l-l td i.sp {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 6px;
  left: 0; }

.l-l td i.id {
  background-position: -5px -328px; }

.l-l td i.pw {
  background-position: -100px -328px; }

.l-l td .l-icon {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px; }

.step-zero {
  margin-top: 31px; }
  .step-zero td {
    padding-bottom: 20px; }
  .step-zero .l-wx, .step-zero .l-qq {
    position: relative; }
  .step-zero .l-wx {
    left: 10px; }
  .step-zero .l-qq {
    right: 10px; }

.l-l .step-zero input {
  padding: 5px 0px 5px 25px;
  width: 290px;
  height: 24px; }

.l-l input {
  display: block;
  padding: 5px;
  width: 300px;
  height: 24px;
  border: 1px solid #e6e6e6; }

.l-l td p {
  font-size: 12px;
  line-height: 36px;
  color: #999; }

.l-l td a {
  font-size: 14px; }

.l-l td a:hover {
  text-decoration: none; }

.l-l .forget-password {
  position: absolute;
  top: 0;
  right: 88px;
  font-size: 14px;
  color: #333; }

.l-l .register-operation {
  width: 420px;
  position: absolute;
  bottom: 115px;
  left: 50%;
  margin-left: -210px; }

.l-l .register-operation a {
  color: #333; }

.l-l .register-operation a:nth-of-type(2) {
  float: right; }

.l-l td a:hover {
  text-decoration: underline; }

.l-l .submit {
  display: block;
  width: 420px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -210px;
  bottom: 55px; }

.l-l .third-login, .l-l .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #f3f3f3; }

.l-l .third-login li {
  float: left;
  width: 33.33333%; }

.l-l .third-login a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  text-align: center;
  border-left: 1px solid #e6e6e6; }

.l-l .third-login li:first-child a {
  border: 0;
  position: relative;
  left: 2px; }

.l-l .third-login li:last-child a {
  position: relative;
  right: 2px; }

.l-l .third-login i {
  display: inline-block;
  width: 24px;
  height: 24px; }

.l-l .third-login .l-sina i {
  background-position: -8px -53px; }

.l-l .third-login span, .l-l .third-login i {
  display: inline-block;
  width: 28px;
  height: 24px;
  line-height: 24px; }

.l-l .third-login span {
  width: auto; }

.l-l .third-login .l-wx i {
  background-position: -8px -104px; }

.l-l .third-login .l-qq i {
  background-position: -8px -181px; }

.logoInCommon .checkBox {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  right: 2px; }

.logoInCommon .bottom li {
  float: left;
  width: 50%;
  line-height: 40px;
  font-size: 14px;
  text-align: center; }

.logoInCommon .bottom li:first-child a {
  display: inline-block;
  width: 210px;
  padding-left: 40px;
  text-align: left;
  color: #333; }

.logoInCommon .bottom li:last-child a {
  display: inline-block;
  width: 210px;
  padding-right: 50px;
  text-align: right;
  color: #333; }

.logoInCommon .bottom li .alink {
  color: #666; }

.logoInCommon .captcha {
  width: 100px;
  display: inline-block; }

.logoInCommon .check-img {
  vertical-align: middle;
  margin-left: 10px; }

.logoInCommon .refresh-btn {
  margin-left: 12px;
  cursor: pointer; }

.logoInCommon .error-msg-new {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #f00;
  margin-top: 10px; }

.logoInCommon.l-l .bottom li .protocal {
  display: inline-block;
  width: auto;
  padding-right: 0; }

.phone-login-box .stepOne {
  margin-top: 35px; }
  .phone-login-box .stepOne tr:first-child td {
    padding-bottom: 33px; }
  .phone-login-box .stepOne .j-code {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border: 1px solid;
    background-color: transparent;
    min-width: 110px; }
  .phone-login-box .stepOne tr:nth-child(2) td:last-child {
    display: flex;
    align-items: center;
    gap: 16px; }
  .phone-login-box .stepOne tr:nth-child(2) input {
    width: 175px; }
.phone-login-box .stepTwo.newphone tr .label {
  width: 137px;
  padding-right: 10px; }
.phone-login-box .stepTwo.newphone td {
  padding-top: 11px;
  padding-bottom: 0;
  margin-top: 0; }
.phone-login-box .stepTwo.newphone .countDown {
  position: absolute;
  right: 90px;
  top: 11px;
  color: #666; }
.phone-login-box .stepTwo.existphone table {
  margin-top: 13px; }
  .phone-login-box .stepTwo.existphone table td {
    padding-top: 10px;
    padding-bottom: 10px; }
.phone-login-box .stepTwo.existphone .countDown {
  position: absolute;
  right: 90px;
  top: 11px;
  color: #666; }
.phone-login-box .stepTwo strong {
  cursor: pointer; }

/***账号密码登录后的手机号验证***/
.phone-verification-box {
  display: none;
  margin-top: 35px;
  height: 283px;
  position: relative; }
  .phone-verification-box tr:first-child td {
    padding-bottom: 33px; }
  .phone-verification-box .captcha-box {
    padding-right: 76px; }
    .phone-verification-box .captcha-box .j-code {
      line-height: 34px; }
  .phone-verification-box .form-group {
    padding: 20px 50px 15px 80px; }
  .phone-verification-box .form-label {
    display: inline-block;
    width: 60px;
    text-align: right;
    margin-right: 20px; }
  .phone-verification-box .form-control[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1; }
  .phone-verification-box .captcha {
    display: inline-block;
    width: 185px; }
  .phone-verification-box #phoneInput {
    display: inline-block;
    padding: 5px;
    width: 310px;
    height: 34px;
    border: 1px solid #e6e6e6; }
  .phone-verification-box .j-code {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    border: 1px solid;
    background-color: transparent;
    min-width: 110px; }
  .phone-verification-box .error-msg-new {
    color: #f43838;
    text-align: center; }
    .phone-verification-box .error-msg-new.show {
      margin-top: 20px; }
  .phone-verification-box .submit {
    display: block;
    width: 400px;
    height: 44px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -188px;
    bottom: 55px; }

/***
-----------------------------
login end
----------------------------
**/
/***
-----------------------------
绑定手机号 start
----------------------------
**/
.register-phone-box {
  width: 500px;
  height: 260px; }
  .register-phone-box .stepOne {
    margin-top: 33px; }
    .register-phone-box .stepOne td {
      padding-bottom: 27px; }
    .register-phone-box .stepOne .error-msg-new {
      margin-top: 0; }
  .register-phone-box .stepTwo .error-msg-new {
    margin-top: 0; }
  .register-phone-box .stepTwo.newphone .countDown {
    position: absolute;
    right: 50px;
    top: 10px;
    color: #666; }
  .register-phone-box .stepTwo.newphone tr .label {
    width: 137px;
    padding-right: 10px; }
  .register-phone-box .stepTwo.newphone tr:first-child td {
    padding-top: 16px;
    padding-bottom: 0; }
  .register-phone-box .stepTwo.newphone tr:nth-of-type(2) td {
    padding-top: 9px;
    padding-bottom: 21px; }
  .register-phone-box .stepTwo.newphone tr:last-child td {
    padding-bottom: 13px; }
  .register-phone-box .stepTwo.existphone table {
    margin-top: 13px; }
    .register-phone-box .stepTwo.existphone table td {
      padding-top: 10px;
      padding-bottom: 10px; }
  .register-phone-box .stepTwo.existphone .countDown {
    position: absolute;
    right: 65px;
    top: 11px;
    color: #666; }
  .register-phone-box .submit {
    height: 40px;
    bottom: 35px; }
  .register-phone-box .bottom {
    background-color: #fff;
    height: 35px;
    width: 100%; }
  .register-phone-box .bottom li {
    line-height: 35px;
    text-align: left; }

/***
-----------------------------
 end
----------------------------
**/
.u-title-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 28px; }

.u-title-wrap .title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff; }

.u-title-wrap .bg, .u-title-wrap #menu-ext .sub-bg, #menu-ext .u-title-wrap .sub-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.annex-list {
  padding: 20px 0;
  overflow: hidden; }

.annex-list li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px; }

.annex-list a {
  display: inline-block;
  padding: 0 6px;
  height: 26px;
  font: 14px/26px "Microsoft Yahei", "冬青黑体";
  color: #666;
  border: 1px solid #e6e6e6 !important;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.u-reply-list li {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px dashed #ddd; }

.u-reply-list li a {
  font-size: 14px;
  line-height: 24px; }

.u-reply-list .avatar {
  width: 32px;
  height: 32px; }

.u-reply-list .reply-content {
  padding-left: 42px; }

.u-reply-list .reply-content .s1 {
  display: inline-block;
  padding: 0 5px; }

.u-reply-list .no-reply {
  padding: 20px; }

/**
 * common styles
 */
.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f20 {
  font-size: 20px; }

.f24 {
  font-size: 24px; }

.c3 {
  color: #333; }

.c6 {
  color: #666; }

.c9 {
  color: #999; }

.t-c {
  text-align: center; }

.radius {
  border-radius: 50%; }

.red {
  color: #f00; }

.underline {
  text-decoration: underline; }

.ovl {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.clear {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

/**
 * tag style
 */
h1, h2, h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #333; }

h2 {
  font-size: 18px; }

embed {
  max-width: 100%; }

/**
 * utility style
 */
.iblock {
  display: inline-block !important; }

/**
 * grid style
 */
.row:after,
.form-group:after,
.clearfix:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-1, .col-2, .col-3,
.col-4, .col-5, .col-6,
.col-7, .col-8, .col-9,
.col-10, .col-11, .col-12 {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.col-1 {
  width: 8.333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.666%; }

.col-offset-1 {
  margin-left: 8.333%; }

.col-offset-2 {
  margin-left: 16.66667%; }

.col-offset-3 {
  margin-left: 25%; }

/**
 * form style
 */
.form-group {
  padding: 10px 0; }

.control-label {
  display: inline-block;
  padding-top: 9px;
  text-align: right; }

.form-control,
.form-group input,
.form-group textarea,
.form-group select {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 6px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: border-color ease-in-out .15s; }

.form-control:focus,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #399853; }

.form-group input[type=file],
.form-group input[type=radio],
.form-group input[type=checkbox] {
  margin-right: 10px;
  padding: 0;
  border: 0; }

.form-group .help-block,
.form-group .help-inline {
  color: #bbb; }

.form-group .help-block {
  display: block;
  margin-top: 8px;
  line-height: 1.5; }

.has-error .form-control,
.has-error input,
.has-error textarea,
.has-error select {
  border-color: #ff0101; }

.has-error .form-control:focus,
.has-error input:focus,
.has-error textarea:focus,
.has-error select:focus {
  border-color: #ff0101; }

.has-error .form-checkbox,
.has-error .form-radio,
.has-error .help-block,
.has-error .help-inline {
  color: #ff0101; }

.form-control-static {
  line-height: 1.5;
  padding: 6px 0;
  box-sizing: border-box; }

.form-radio,
.form-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer; }

.form-radio input,
.form-checkbox input {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px; }

.form-group-inline .form-control,
.form-group-inline input,
.form-group-inline textarea,
.form-group-inline select,
.form-group-control.inline
input.inline,
textarea.inline,
select.inline {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.input-group {
  display: table; }
  .input-group .form-control {
    display: table-cell; }
  .input-group .input-group-addon {
    white-space: nowrap;
    display: table-cell;
    background: #eee;
    border: 1px solid #ddd;
    border-left: none;
    padding: 0 8px; }

/**
 * container style
 */
.container {
  position: relative;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.container-default {
  padding: 30px 40px;
  background: #fff; }

.container-dense {
  padding: 0 24px 30px; }

.container-fluid {
  width: 100%; }

.container.bordered {
  border: 1px solid #e6e6e6; }

.container > .header,
.container > .container-header {
  position: relative;
  padding-top: 5px; }

.container > .body,
.container > .container-body {
  padding-top: 15px; }

.container > .footer {
  padding-top: 20px;
  border-top: 1px solid #ddd; }

/**
 * page framework style
 * 默认 左小又大, layout-L 相反, layout-S 为不显示sidebar
 */
.framework {
  padding: 0;
  border: 1px solid #e6e6e6; }
  .framework:after {
    content: '';
    display: block;
    clear: both; }
  .framework > .frame-left {
    box-sizing: border-box;
    width: 208px; }
  .framework > .frame-right {
    width: 870px; }
  .framework .container {
    width: 100%; }
  .framework.layout-R > .frame-left {
    float: left;
    border-right: 1px solid #e6e6e6; }
  .framework.layout-R > .frame-right {
    float: right;
    border-left: 1px solid #e6e6e6;
    margin-left: -1px; }
  .framework.layout-L > .frame-left {
    float: right;
    border-left: 1px solid #e6e6e6;
    margin-left: -1px; }
  .framework.layout-L > .frame-right {
    float: left;
    border-right: 1px solid #e6e6e6; }
  .framework.layout-S > .frame-right {
    width: 100%; }

/**
 * panel style
 */
.panel .panel-header {
  position: relative; }

.panel-plain .panel-header {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: #f3f3f3;
  color: #333; }

.panel-plain .panel-header > h2 {
  line-height: 40px; }

.panel-plain > .panel-body {
  padding: 20px 0; }

/**
 * list horizontal styles
 */
.list-horizontal:after {
  display: table;
  content: " ";
  clear: both; }

.list-horizontal > li,
.list-horizontal > .list-item {
  float: left;
  position: relative; }

/**
 * media item styles
 */
.img-item img {
  width: 100%;
  height: 100%; }

.img-item > .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=70);
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff; }

/**
 * button styles
 */
.btn, .ui-btn {
  display: inline-block;
  padding: 0.6em 1.5em;
  line-height: 1.5;
  font-size: 13px;
  text-align: center;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn[disabled], .ui-btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65; }

.btn-s, .ui-btn-s {
  padding: 7px 11px; }

.btn-l, .ui-btn-l {
  font-size: 18px; }

.btn-default, .ui-btn-default {
  font-weight: bold;
  border: 1px solid;
  background: #fff; }

.btn-link, .ui-btn-link {
  border: none;
  padding-left: 0;
  padding-right: 0;
  font-size: inherit;
  text-decoration: underline;
  background: none; }

.btn-block, .ui-btn-block {
  display: block;
  width: 100%; }

/**
 * breadcrumb styles
 */
.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #666; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  float: left;
  padding: 0 5px;
  content: ">"; }

.breadcrumb a {
  color: #666; }

/**
 * 未加背景色背景图 breadcrumb styles
 */
.breadcrumb-nostyle {
  display: inline-block;
  padding: 9px 20px;
  background: #fff;
  opacity: 0.8;
  border-radius: 3px; }

/**
 * pagination styles
 */
.pagination {
  position: relative;
  margin: 10px 0;
  font-size: 0;
  text-align: center; }

.pagination:after {
  display: table;
  content: " ";
  clear: both; }

.pagination > li {
  display: inline-block;
  font-size: 13px; }

.pagination > li > a,
.pagination > li > span {
  display: block;
  padding: 6px 11px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333; }

.pagination > li > i {
  padding: 6px 10px;
  font-style: normal; }

.pagination > li > a:hover {
  background: #eee; }

.pagination > .active > span,
.pagination > .active > a {
  color: #fff; }

/**
 * dl horizontal style
 */
.dl-hr > dt {
  float: left;
  width: 95px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999; }

.dl-hr > dd {
  margin-left: 130px;
  padding: 15px 0;
  color: #333; }

/**
 * fast access style
 */
.input-width-m {
  width: 300px !important; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis; }

.ava30, .ava25 {
  border-radius: 50%; }

.ava30 + *,
.ava25 + * {
  margin-left: 10px; }

.ava25 {
  width: 25px;
  height: 25px; }

.ava30 {
  width: 30px;
  height: 30px; }

.divider-inline {
  margin: 0 8px; }

.help-inline {
  margin-left: 6px;
  color: #999; }

.container .pagination {
  margin-top: 40px; }

/**
 * webuploader style
 */
.webuploader-container {
  position: relative; }

.uploader-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.webuploader-pick {
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  overflow: hidden; }

.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none; }

img.avatar {
  border-radius: 50%;
  width: 24px;
  height: 24px; }

.avatar_24 {
  width: 24px;
  height: 24px; }

#func-nav {
  position: fixed;
  z-index: 26;
  width: 78px;
  right: 0;
  top: 50%;
  margin-top: -210px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  #func-nav.fun-bottom {
    top: 65%; }
  #func-nav .sub-li {
    position: relative;
    height: 71px;
    background-color: #FFF; }
    #func-nav .sub-li > a {
      position: relative;
      z-index: 3;
      display: block;
      padding-top: 48px;
      padding-bottom: 10px;
      font-size: 12px;
      text-align: center;
      background-color: #FFF;
      color: #333;
      border: 1px solid #e6e6e6;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      #func-nav .sub-li > a:before {
        position: absolute;
        font-size: 24px;
        left: 26px;
        top: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      #func-nav .sub-li > a:hover, #func-nav .sub-li > a:hover:before {
        color: #FFF !important; }

#func-nav .list-wrap, .suc-ms-wrapper {
  position: absolute;
  top: 0;
  padding-right: 10px;
  transition: all 0.3s; }

#func-nav li.sub-li:hover .list-wrap {
  right: 100% !important; }

/*#func-nav li:hover .suc-ms {
  display: none !important;
}*/
#func-nav s {
  position: absolute;
  z-index: 1;
  right: -2px;
  top: 29px;
  border: 6px solid;
  border-color: transparent transparent transparent #e6e6e6;
  transition: all 0.3s; }

#func-nav i {
  position: absolute;
  z-index: 2;
  right: 1px;
  top: 30px;
  border: 5px solid;
  border-color: transparent transparent transparent #fff; }

#func-nav .qq-list, #func-nav .share-list {
  height: 70px;
  border-left: 1px solid #e6e6e6; }

#func-nav .wx-list {
  border-left: 1px solid #e6e6e6; }

#func-nav .qq-list li, #func-nav .share-list li, #func-nav .wx-list li {
  float: right;
  width: 70px;
  border: 1px solid #e6e6e6;
  border-left: 0;
  background-color: #FFF; }

#func-nav .wx-list li {
  width: 160px;
  min-height: 193px;
  text-align: center;
  background: #FFF url("/res/default/img/loading.gif?v=0f13a8543") no-repeat center 90px; }

#func-nav .wx-list li:last-child {
  border: 1px solid #e5e5e5; }

#func-nav .wx-list li .wx-title {
  font-size: 14px;
  line-height: 30px;
  text-align: center; }

#func-nav .wx-list li img {
  display: block;
  width: 160px;
  max-width: 160px;
  max-height: 240px; }

#func-nav .qq-list a {
  display: block;
  padding-top: 48px;
  padding-bottom: 10px;
  color: #666;
  text-align: center;
  background-position: -97px -465px; }

#func-nav .mobile-wrap {
  right: -320px; }

#func-nav .mobile-list {
  display: table-cell;
  padding: 0 15px;
  height: 69px;
  border: 1px solid #e6e6e6;
  line-height: 2;
  vertical-align: middle;
  background-color: #FFF; }

#func-nav .mobile-list li {
  white-space: nowrap; }

#func-nav .mobile-wrap span {
  padding-right: 5px; }

#func-nav .share-wrap {
  right: -430px; }

#func-nav .share-list {
  width: 426px; }

#func-nav .share-list li {
  float: left;
  height: 70px;
  background-color: #FFF;
  cursor: pointer; }

#func-nav .share-list .cqq {
  background-position: -131px -592px; }

#func-nav .share-list .sina {
  background-position: -95px -374px; }

#func-nav .share-list .wx {
  background-position: -163px -374px; }

#func-nav .share-list .zfb {
  background-position: -196px -593px; }

#func-nav .share-list .qq {
  background-position: -233px -374px; }

#func-nav .share-list .bd {
  background-position: -58px -592px; }

#func-nav .share-list .db {
  background-position: 15px -593px; }

#func-nav .countdown-wrap {
  cursor: pointer;
  right: -300px;
  height: 78px;
  width: 260px; }

#func-nav .countdown-wrap .u-countdown {
  top: 5px;
  right: 10px; }

#func-nav .top {
  border: 0; }

#func-nav .top a {
  color: #fff;
  background-color: #333;
  transition: all 0.3s;
  background-position: -368px -642px; }

#func-nav .top a:hover {
  background-color: #666; }

.friend-link {
  position: relative;
  margin-top: 40px;
  padding: 24px 0;
  background: #FFF; }

.friend-link .u-box {
  position: relative;
  min-height: 102px;
  width: 738px;
  padding-left: 140px;
  padding-right: 102px;
  overflow: hidden; }

.friend-link .u-box:before {
  content: '';
  display: block;
  position: absolute;
  left: 140px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #e6e6e6; }

.friend-link h2 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  width: 130px;
  font-size: 24px;
  font-weight: bold;
  color: #333; }

.friend-link ul {
  padding-top: 15px;
  width: 740px; }

.friend-link ul:after {
  content: '';
  display: block;
  clear: both; }

.friend-link li {
  float: left;
  margin-bottom: 15px; }

.friend-link a {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  color: #333; }

.friend-link .qr {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -51px;
  width: 100px;
  height: 100px;
  border: 1px solid #e6e6e6; }

.x-media {
  padding-top: 15px; }

.x-media > .media-left,
.x-media > .media-main,
.x-media > .media-right {
  display: table-cell;
  vertical-align: top; }

.x-media > .media-left {
  padding-right: 10px; }

.x-media > .media-right {
  padding-left: 10px; }

.x-media > .media-main {
  position: relative;
  width: 100%; }

.x-media .media-header {
  margin-bottom: 5px; }

.x-media .media-footer {
  margin-top: 15px; }

.comment-item {
  padding: 20px 0 15px;
  border-top: 1px dashed #ddd;
  font-size: 13px; }

.comment-item:first-child {
  border-top: 0; }

.comment-item > .media-left {
  padding-right: 12px; }

.comment-item .media-header {
  line-height: 30px;
  color: #999; }

.comment-item .media-body {
  line-height: 24px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  width: 780px;
  overflow: hidden; }

.ie8 .comment-item .media-body {
  width: 780px;
  /* 为了解决IE8 换行问题，加个宽度 */ }

.comment-item .media-body img {
  vertical-align: middle; }

.comment-item .reply-btn {
  visibility: hidden;
  cursor: pointer; }

.comment-item:hover .reply-btn {
  visibility: visible; }

.comment-time {
  margin-left: 20px; }

.u-editor {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 120px;
  padding: 12px;
  border: 1px solid #ddd;
  resize: none; }

.u-editor .placeholder {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #999; }

.u-editor textarea {
  border: none;
  padding: 0; }

.u-editor .toolbar {
  position: relative;
  padding: 2px 0;
  height: 20px; }

.u-editor .toolbar .emoji {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("/res/default/img/emoji.png?v=0f13a8543") no-repeat;
  cursor: pointer; }

.emoji-popup {
  padding: 2px;
  width: 416px;
  cursor: pointer; }

.emoji-popup i {
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 2px; }

.uiCommentBox {
  padding-top: 10px; }

.uiCommentBox .actions {
  margin-top: 10px;
  text-align: right; }

.uiCommentBox .actions button {
  margin-left: 10px; }

.text-danger {
  color: #ff933f; }

.col4 {
  padding: 0 0 24px 24px;
  overflow: hidden;
  box-sizing: border-box; }
  .col4 .clear li {
    height: 250px; }
  .col4 li {
    float: left;
    position: relative;
    margin-right: 15px;
    width: 246.25px;
    height: 264px;
    border: 1px solid #dedede;
    transition: all 0.3s;
    box-sizing: border-box; }
    .col4 li:hover {
      background-color: #f3f3f3; }
      .col4 li:hover .img-box .cover {
        visibility: visible; }
        .col4 li:hover .img-box .cover .state span.blr {
          top: 0;
          bottom: 0; }
        .col4 li:hover .img-box .cover .state span.btb {
          left: 0;
          right: 0; }
        .col4 li:hover .img-box .cover .cover-bg {
          opacity: 0.5;
          filter: alpha(opacity=50); }
      .col4 li:hover .theme-color {
        color: #666 !important; }
  .col4 .img-box {
    display: block;
    height: 160px;
    overflow: hidden; }
    .col4 .img-box img {
      width: 100%;
      max-height: inherit;
      transition: all 0.4s; }
    .col4 .img-box .cover {
      visibility: hidden;
      position: absolute;
      width: 100%;
      height: 160px;
      left: 0;
      top: 0;
      text-align: center;
      line-height: 160px; }
      .col4 .img-box .cover .state {
        position: relative;
        display: inline-block;
        height: 32px;
        z-index: 3;
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        padding: 0 10px; }
        .col4 .img-box .cover .state span {
          position: absolute;
          background-color: #fff;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .col4 .img-box .cover .state span.blr {
            top: 50%;
            bottom: 50%;
            width: 1px; }
            .col4 .img-box .cover .state span.blr.bl {
              left: 0; }
            .col4 .img-box .cover .state span.blr.br {
              right: 0; }
          .col4 .img-box .cover .state span.btb {
            left: 50%;
            right: 50%;
            height: 1px; }
            .col4 .img-box .cover .state span.btb.bt {
              top: 0; }
            .col4 .img-box .cover .state span.btb.bb {
              bottom: 0; }
      .col4 .img-box .cover .cover-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
  .col4 .title {
    display: block;
    padding: 10px 14px 4px 14px;
    height: 32px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden; }
  .col4 .data-line {
    padding: 5px 14px 0px;
    line-height: 24px; }
    .col4 .data-line .key {
      float: left;
      position: relative;
      padding-right: 10px;
      min-width: 44px; }
      .col4 .data-line .key:after {
        content: ':';
        position: absolute;
        right: 5px; }

.img-box .ribbon {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 9; }
  .img-box .ribbon .inner {
    color: #fff;
    width: 100px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    margin-left: -24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.col4 .time, .in-pic3 .place {
  padding: 0 14px;
  font-size: 12px;
  line-height: 24px; }

.gg-bottom {
  margin: 40px auto;
  text-align: center; }
  .gg-bottom a img {
    max-width: 100%;
    height: auto; }

/**
 * 反馈窗
 */
.feedback-window {
  width: 500px; }

.feedback-window .ui-window-body {
  padding: 20px; }

.feedback-window .error-msg {
  padding-left: 92px;
  font-size: 14px;
  line-height: 20px;
  color: #f00; }

.feedback-window textarea {
  height: 100px;
  resize: none; }

.anonymous-wrap .anonymous-order {
  display: block; }

.loading {
  background: url("/res/img/loading.gif?v=0f13a8543") no-repeat; }

a.default {
  cursor: default; }

.summary {
  word-wrap: break-word; }

.text-price-through {
  font-size: 15px;
  color: #999999;
  text-decoration: line-through; }

.notice-wrap {
  position: relative;
  padding: 30px 25px;
  background-color: #FFF;
  box-sizing: border-box;
  border: 1px solid #e6e6e6; }
  .notice-wrap .h3 {
    display: block;
    font-size: 24px;
    padding-bottom: 25px;
    max-width: 640px; }
  .notice-wrap .notice-summary {
    position: relative;
    padding-left: 215px;
    margin-right: 290px;
    height: 133px; }
    .notice-wrap .notice-summary .img-box {
      position: absolute;
      width: 200px;
      height: 133px;
      left: 0;
      top: 0;
      overflow: hidden; }
      .notice-wrap .notice-summary .img-box img {
        width: 100%;
        max-height: inherit; }
      .notice-wrap .notice-summary .img-box .price {
        position: absolute;
        right: 10px;
        bottom: 0;
        width: 71px;
        height: 20px;
        line-height: 20px;
        color: #FFF;
        text-align: center;
        background: url("/res/default/img/price_bg.png?v=0f13a8543") no-repeat center; }
    .notice-wrap .notice-summary .intro {
      display: block;
      font-size: 14px;
      line-height: 24px;
      height: 96px;
      margin-bottom: 13px;
      overflow: hidden;
      color: #333;
      word-break: break-all; }
      .notice-wrap .notice-summary .intro:hover {
        text-decoration: underline; }
    .notice-wrap .notice-summary .data {
      font-size: 14px;
      color: #999; }
      .notice-wrap .notice-summary .data .money-icon {
        font-size: 15px; }
      .notice-wrap .notice-summary .data a {
        display: inline-block;
        max-width: 180px;
        overflow: hidden;
        height: 24px;
        vertical-align: middle;
        color: #999; }
      .notice-wrap .notice-summary .data .address-wrap {
        color: #666; }
      .notice-wrap .notice-summary .data .price-wrap {
        float: right;
        font-size: 18px;
        margin-right: 10px; }
      .notice-wrap .notice-summary .data .price-wrap-recommend-buttom {
        float: left;
        font-size: 18px; }
  .notice-wrap .notice-countdown {
    position: absolute;
    top: 30px;
    right: 25px;
    width: 275px;
    height: 180px; }
    .notice-wrap .notice-countdown > h4 {
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      color: #fff;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .notice-wrap .notice-countdown .time {
      padding-top: 16px;
      height: 128px;
      font-size: 28px;
      line-height: 38px;
      color: #FFF;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      .notice-wrap .notice-countdown .time h4 {
        margin-top: 10px;
        font-size: 14px;
        text-align: center; }
      .notice-wrap .notice-countdown .time .step {
        display: block;
        height: 80px;
        line-height: 80px;
        color: #FFF; }

#act1 .theme2-bgcolor {
  background-color: #ff6f00 !important; }

#act1 .theme2-bgcolor2 {
  background-color: #f80 !important; }

#act4 .theme2-bgcolor {
  background-color: #999 !important; }

#act4 .theme2-bgcolor2 {
  background-color: #aeaeae !important; }

.login-box .ui-window-body {
  position: relative;
  width: 520px; }
  .login-box .ui-window-body td {
    border: none; }

.empty-holder {
  padding: 30px 0;
  text-align: center; }

.load-empty, #load-handle {
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 13px; }

.default-a {
  cursor: default; }

.site-phone {
  display: none;
  position: relative;
  padding-left: 16px;
  margin-left: 40px;
  font: 14px/32px "Microsoft Yahei" !important;
  max-width: 360px; }

.site-phone:before {
  left: 0; }

.rich-text {
  position: relative;
  z-index: 0;
  font-size: 14px;
  line-height: 2;
  overflow: auto;
  word-break: break-all;
  word-wrap: break-word;
  padding: 10px; }
  .rich-text * {
    box-sizing: border-box;
    max-width: 100%;
    word-break: normal;
    word-wrap: break-word; }

.rich-text.rdoc {
  max-width: 677px;
  margin: 0 auto; }

#contentBox .theme-color {
  text-align: center;
  max-width: 677px;
  margin: 20px auto; }

#contentBox .contentTabs {
  text-align: center; }

.en .rich-text, .en .rich-text * {
  word-break: break-word; }

.QR_popover {
  position: fixed;
  z-index: 10000000001;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin: -200px 0 0 -200px;
  overflow: hidden;
  top: 50%;
  width: 360px; }

.QR_popover .head_ {
  border-bottom: 1px solid #EEEEEE;
  padding: 9px 15px; }

.QR_popover h3 {
  line-height: 30px; }

.QR_popover .close_ {
  margin-top: 2px;
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF; }

.QR_popover .content_ {
  display: table-cell;
  width: 360px;
  height: 251px;
  vertical-align: middle;
  text-align: center; }
  .QR_popover .content_ .qr-logo {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -17px;
    background-color: #fff; }
  .QR_popover .content_ table {
    display: block;
    margin: 0 auto; }

.QR_popover .footer_ {
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #DDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
  padding: 10px;
  line-height: 1.5; }

.hide {
  visibility: hidden; }

.none {
  display: none; }

h1, h2, h3, h4, h5, h6, li, div, p, pre, span, a, td {
  word-break: break-all;
  word-wrap: break-word; }

#u-search-box {
  position: absolute;
  right: 0;
  width: 264px;
  height: 28px;
  border: 1px solid;
  top: 36px; }

#u-search-box input {
  height: 18px;
  padding: 5px 10px;
  width: 205px;
  color: #666;
  background-color: #fff; }

#u-search-box input::-webkit-input-placeholder {
  color: inherit; }

#u-search-box input:-ms-input-placeholder {
  color: inherit; }

#u-search-box input::-moz-placeholder {
  color: inherit; }

#u-search-box button {
  position: absolute;
  height: 28px;
  width: 40px;
  right: 0;
  top: 0; }

#musicArea {
  position: fixed;
  right: 17px;
  bottom: 20px;
  z-index: 999;
  height: 40px;
  width: 40px; }
  #musicArea .info {
    display: none;
    position: absolute;
    right: -230px;
    top: 5px;
    margin-right: 3px;
    height: 30px;
    padding-right: 20px;
    width: 180px;
    vertical-align: middle; }
    #musicArea .info .musicName {
      display: inline-block;
      margin-right: 0;
      width: 110px;
      height: 20px;
      line-height: 20px;
      padding: 5px 10px;
      background-color: #fff;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #musicArea .info .btn-wrap {
      display: inline-block;
      height: 20px;
      padding: 5px 14px;
      line-height: 20px;
      vertical-align: top;
      background-color: #fff;
      border-left: 1px solid #e5e5e5;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    #musicArea .info .switch-btn {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      cursor: pointer; }
  #musicArea .icon-music {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px; }
    #musicArea .icon-music.operate {
      background: url("/res/default/img/music.gif?v=0f13a8543") no-repeat center; }
    #musicArea .icon-music.no-operate {
      background: url("/res/default/img/music.png?v=0f13a8543") no-repeat center; }
  #musicArea .icon-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px; }
    #musicArea .icon-wrap.bg, #musicArea #menu-ext .icon-wrap.sub-bg, #menu-ext #musicArea .icon-wrap.sub-bg {
      background: url("/res/default/img/music-bg.png?v=0f13a8543") no-repeat center; }

.site-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }

#header-DIY {
  position: relative; }

.u-mode {
  border: 1px solid #e6e6e6;
  background: #fff; }

.mode-title {
  padding: 20px 0 24px 25px;
  height: 28px !important; }

.ch-left {
  padding-left: 0px !important; }

.rmb {
  color: #f80; }
  .rmb:before {
    content: '¥'; }

input.error, select.error {
  border-color: #f00 !important; }

.editorImageUnits {
  white-space: nowrap; }

.editorImageUnit {
  display: inline-block;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }

.editorImageUnit img {
  display: block;
  margin: 0 auto; }

.editorImageUnit div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #eee;
  line-height: 40px;
  font-size: 18px;
  color: #666;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: Microsoft Yahei; }

.editorImageUnits.col2 > .unit0 {
  width: 50%; }
.editorImageUnits.col2 > .unit1 {
  width: 50%; }

.editorImageUnits.col3 > .unit0 {
  width: 33%; }
.editorImageUnits.col3 > .unit1 {
  width: 33%; }
.editorImageUnits.col3 > .unit2 {
  width: 34%; }

.icox-lock {
  display: inline-block;
  background: url(/res/default/img/ico-lock.gif) no-repeat;
  width: 19px;
  height: 23px; }

[ms-controller], .ms-controller {
  visibility: hidden; }

.lowTipWindow {
  width: 584px;
  height: 386px; }
  .lowTipWindow .tip-wrap {
    position: relative; }
    .lowTipWindow .tip-wrap a {
      color: #1d9afa; }
    .lowTipWindow .tip-wrap a:hover {
      text-decoration: underline; }
    .lowTipWindow .tip-wrap .chrome-link {
      position: absolute;
      top: 111px;
      font-size: 16px;
      left: 88px; }
    .lowTipWindow .tip-wrap .chrome-link-load {
      position: absolute;
      top: 112px;
      left: 247px; }
    .lowTipWindow .tip-wrap .ie-link {
      position: absolute;
      font-size: 16px;
      top: 111px;
      left: 339px; }
    .lowTipWindow .tip-wrap .ie-link-load {
      position: absolute;
      left: 453px;
      top: 112px; }
    .lowTipWindow .tip-wrap .tip-close {
      position: absolute;
      width: 100px;
      height: 40px;
      line-height: 40px;
      border-radius: 5px;
      top: 330px;
      left: 50%;
      margin-left: -50px;
      background: #34cd62;
      color: white;
      font-size: 16px; }

#func-nav .shopping-wrap-t, .shopping-wrap-f, .shopping-wrap-s {
  transition: right 0.3s;
  right: -362px; }

#func-nav .hideSidebar {
  right: -362px !important; }

#func-nav .suc-ms .close-cart {
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 13px;
  height: 13px;
  background-image: url(/res/default/img/cart_close.png);
  background-size: cover;
  cursor: pointer; }

#shopping-cart .cartCount {
  color: #CB2929; }
#shopping-cart strong {
  color: #ff6000; }

#func-nav .empty-cart {
  width: 312px;
  height: 80px;
  background-color: #FFF;
  box-shadow: -1px 0px 8px rgba(195, 195, 195, 0.8);
  line-height: 80px;
  font-size: 14px;
  border: 1px solid #d3d3d3; }
  #func-nav .empty-cart .cart-icon {
    display: inline-block;
    background: url(/res/default/img/empty_cart.png) no-repeat;
    width: 46px;
    height: 51px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -25px; }
  #func-nav .empty-cart .cart-text {
    text-indent: 5em;
    display: inline-block; }
  #func-nav .empty-cart b {
    color: #e4393c; }

#func-nav .shopping-list {
  color: #343434;
  font-size: 12px;
  width: 346px;
  background-color: #FFF;
  box-shadow: -1px 0px 8px rgba(195, 195, 195, 0.8);
  border: 1px solid #d3d3d3; }
  #func-nav .shopping-list .linkWrap:hover p:nth-child(1) {
    color: inherit; }
  #func-nav .shopping-list ul {
    overflow: hidden;
    padding: 0px 16px 14px;
    max-height: 482px; }
    #func-nav .shopping-list ul .del-cart {
      display: inline-block;
      margin-top: 5px;
      cursor: pointer;
      border: none;
      background: #fff;
      margin-right: 4px; }
    #func-nav .shopping-list ul li {
      margin-top: 20px; }
  #func-nav .shopping-list .scroll-bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10px;
    background-color: #eaeaea; }
    #func-nav .shopping-list .scroll-bar .scroll-side {
      position: absolute;
      top: 0;
      left: 1px;
      width: 8px;
      height: 30px;
      background-color: #666;
      border-radius: 4px; }
  #func-nav .shopping-list .itemCount {
    margin-left: 12px; }
  #func-nav .shopping-list .cart-foot {
    height: 40px;
    background-color: #E4E4E4;
    text-align: right; }
    #func-nav .shopping-list .cart-foot .cart-sum {
      display: inline-block; }
    #func-nav .shopping-list .cart-foot .cart-total {
      display: inline-block;
      margin-left: 10px; }
    #func-nav .shopping-list .cart-foot .goCart {
      border-radius: 3px;
      display: inline-block;
      width: 66px;
      text-align: center;
      margin: 5px 8px 0px 10px;
      padding: 10px 8px; }

#copy-link {
  display: inline-block; }

.cart-img {
  width: 34px;
  height: 34px;
  float: left; }

.cart-middle {
  width: 150px;
  float: left;
  margin-left: 18px; }
  .cart-middle p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #343434;
    line-height: 15px; }
  .cart-middle .cart-batch {
    line-height: 26px;
    color: #777777; }

.cart-right {
  margin-left: 0px;
  float: right;
  text-align: right;
  max-width: 75px;
  overflow: hidden; }

.linkWrap {
  display: block;
  float: left; }

#func-nav .suc-ms {
  box-sizing: border-box;
  height: 135px;
  width: 335px;
  padding: 17px 12px;
  line-height: 2;
  vertical-align: middle;
  background-color: #FFF;
  box-shadow: -1px 0px 8px rgba(195, 195, 195, 0.8);
  border: 1px solid #d3d3d3; }
  #func-nav .suc-ms:before {
    display: inline-block;
    width: 40px;
    content: '';
    height: 40px;
    background: url(/res/default/img/suc_add.png) no-repeat;
    position: relative; }
  #func-nav .suc-ms dl {
    position: absolute;
    left: 66px;
    top: 8px; }
  #func-nav .suc-ms dt {
    font-size: 15px;
    font-weight: bold; }
  #func-nav .suc-ms dd {
    font-size: 12px; }
    #func-nav .suc-ms dd .cart-num {
      color: #d33030; }
  #func-nav .suc-ms .cart-foot {
    border-top: 1px solid #cacaca;
    top: 72px;
    position: absolute;
    padding: 16px 28px; }
    #func-nav .suc-ms .cart-foot button {
      width: 85px;
      height: 29px;
      font-size: 14px; }
    #func-nav .suc-ms .cart-foot a {
      width: 85px;
      height: 29px;
      font-size: 14px;
      text-align: center;
      display: inline-block;
      margin: 0 20px; }

.scroll-wrap {
  position: relative; }

.load-msg {
  text-align: center; }

.sp-top-disabled-bgcolor {
  background-color: #c1c1c1 !important; }

.sp-bottom-disabled-bgcolor {
  background-color: #cfcfcf !important; }

.sp-top-abled-bgcolor {
  background-color: #f37365 !important; }

.have-not-sold-out-bgcolor {
  height: 100%;
  border-radius: 3%;
  background-color: #f37365 !important; }
  .have-not-sold-out-bgcolor span {
    font-size: 15px;
    color: white; }

.have-sold-out-bgcolor {
  border-radius: 3%;
  height: 100%;
  background-color: #cfcfcf !important; }
  .have-sold-out-bgcolor span {
    font-size: 15px;
    color: white; }

.product-bottom-title {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: white; }

.phone-bind-box.l-l .submit {
  bottom: 20px; }

.phone-bind-box.l-l .error-msg {
  bottom: 82px; }

.phone-bind-box .captcha {
  display: inline-block;
  width: 180px; }
.phone-bind-box .get-code-btn {
  border: 1px solid #ddd;
  border-left: none;
  height: 24px;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.7;
  width: 100px; }
.phone-bind-box .get-code-btn.disabled {
  color: #666; }
.phone-bind-box .countDown {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
  position: absolute;
  bottom: 105px;
  height: 24px; }

#window-phone .change-bind {
  text-decoration: underline; }

/*# sourceMappingURL=common.css.map */
