@charset "UTF-8";
/*
* @Author: zyp
* @Date:   2018-01-22 20:24:33
 * @Last Modified by: zyp
 * @Last Modified time: 2018-02-08 16:09:50
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
.s1111-logo {
  width: 190px;
  height: 70px; }

.header-mid-wrap .logo {
  width: 190px; }

.header-mid-wrap .logo, .header-mid-wrap .head-plate-item {
  height: 140px;
  overflow: hidden; }
  .header-mid-wrap .logo a, .header-mid-wrap .head-plate-item a {
    height: 140px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #666; }

.header-mid {
  height: 140px; }

.search-content {
  width: 624px;
  height: 140px;
  margin-left: 86px; }

.top_nav_search {
  position: relative;
  z-index: 50;
  width: 624px;
  margin-top: 40px;
  display: inline-block; }

.search-inner-box {
  border: 2px solid #FF0036;
  width: 622px;
  height: 38px;
  position: relative; }

#top_nav_form {
  overflow: hidden;
  height: 38px; }

.ts_txt {
  width: 382px;
  height: 32px;
  line-height: 32px;
  padding: 3px 0 3px 10px;
  border: none;
  color: #999999;
  font-size: 14px; }

.ts_btn {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  width: 130px;
  background: url(../resource/search.png) center no-repeat #FF0036;
  padding: 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: transparent; }

.top_search_hint {
  display: none;
  position: absolute;
  left: 60px;
  top: 33px;
  width: 320px;
  z-index: 999;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #f07;
  border-radius: 0 0 5px 5px;
  overflow: hidden; }

.search_tip_box {
  float: none !important; }

.mr300 {
  min-height: 286px;
  background-color: #fff; }

.search_tip_title {
  padding-left: 10px;
  color: #666;
  font-weight: 400;
  font-size: 12px; }

.search_tip_title:after {
  content: '';
  display: table;
  clear: both; }

.ts_hotwords {
  width: 482px;
  height: 20px;
  overflow: hidden;
  margin-top: 5px;
  font-size: 12px; }

.ts_hotword {
  color: #999999;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 14px 0 0; }

.ts_hotword:hover {
  color: #FF0036;
  text-decoration: underline; }

.icon-cart-foucs {
  color: #FF3A3A;
  margin: 0 5px; }

/*购物车*/
.hd_Shopping_list {
  position: relative;
  margin-top: 40px;
  z-index: 2; }

.hd_Shopping_list .s_cart {
  width: 110px;
  height: 34px;
  border: 1px solid #DFDFDF;
  padding: 0 18px 0 15px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 34px; }

.hd_Shopping_list .s_cart a {
  color: #FF3A3A; }

.hd_Shopping_list .s_cart .ci-right {
  top: 11px;
  right: 10px;
  width: 7px;
  height: 13px;
  overflow: hidden;
  font: 400 13px/13px simsun;
  color: #999;
  display: none; }

.hd_Shopping_list .ci-count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
  display: inline-block;
  padding: 2px 2px;
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  background-color: #FF0036;
  border-radius: 6px;
  min-width: 12px;
  text-align: center;
  font-style: normal; }

.hd_Shopping_list .dorpdown-layer {
  display: none;
  position: absolute;
  -webkit-animation-name: upbit;
  animation-name: upbit;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes upbit {
  0% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
    opacity: .3; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes upbit {
  0% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
    opacity: .3; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.hd_Shopping_list.hover .s_cart {
  background: #FFFFFF; }

.hd_Shopping_list.hover .dorpdown-layer {
  display: block;
  right: 0;
  _right: -1px;
  width: 260px;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 9999; }

.hd_Shopping_list.hover .dorpdown-layer .spacer {
  position: absolute;
  right: 0;
  top: -7px;
  width: 143px;
  height: 12px;
  background: #FFF; }

.hd_Shopping_list .p_s_list {
  margin: 10px;
  display: block;
  width: auto;
  overflow: hidden; }

.p_s_list li {
  margin-bottom: 5px;
  padding: 5px 5px 10px;
  border-bottom: 1px dotted #e6e6e6; }

.p_s_list li a {
  display: block;
  width: auto;
  overflow: hidden; }

.p_s_list li span {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  padding: 2px; }

.p_s_list li span img {
  width: 60px;
  height: 60px; }

.p_s_list li:hover span {
  border: 1px solid #F30; }

.p_s_list li dl {
  display: block;
  width: 175px;
  overflow: hidden;
  line-height: 18px; }

.p_s_list li a dl dt {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px; }

.p_s_list li:hover a dl dt {
  color: #F30; }

.p_s_list li a dl dd {
  color: #cacaca;
  font-size: 12px;
  line-height: 14px;
  margin-top: 20px; }

.p_s_list li a dl dd b {
  display: inline-block;
  font-weight: 700;
  color: #cacaca; }

.p_s_list li a dl dd .price-icon {
  color: #d44d44; }

.p_s_list li a dl dd .price-num {
  margin-left: 5px;
  font-size: 14px;
  color: #d44d44; }

.p_s_list li a dl dd .item-num {
  margin-left: 10px; }

.hd_Shopping_list .nogoods {
  color: #999;
  line-height: 25px;
  text-align: center;
  padding: 10px; }

.hd_Shopping_list .nogoods a {
  color: #ff4e00; }

/***********/
.hd_Shopping_list .Shopping_style {
  padding: 5px;
  overflow: hidden;
  text-align: right;
  background: #F5F5F5; }

.hd_Shopping_list .Shopping {
  float: right;
  height: 29px;
  padding: 0 10px;
  background: #f60001;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 29px;
  border-radius: 3px; }

.hd_Shopping_list .Shopping_style .p-total {
  float: left;
  line-height: 29px; }

.hd_Shopping_list .Shopping_style .p-total strong {
  font-size: 14px;
  color: #d44d44; }

.searchbox {
  position: relative;
  z-index: 1;
  clear: both;
  width: 630px;
  height: 40px;
  margin: 40px auto 50px;
  border: 2px solid #f60001; }

.mod_select {
  position: absolute;
  left: 0;
  top: 0;
  width: 98px;
  display: none; }

.mod_select .select_box {
  position: relative;
  width: 98px;
  height: 36px; }

.mod_select .select_box .select_txt {
  display: inline-block;
  width: 98px;
  height: 36px;
  padding-left: 28px;
  overflow: hidden;
  line-height: 36px;
  font-size: 15px;
  cursor: pointer;
  color: #833214; }

.mod_select .select_box .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background: url(../resource/search_ico.png) center no-repeat; }

.mod_select .select_box .option {
  display: none;
  position: absolute;
  top: 38px;
  left: -2px;
  width: 100px;
  background-color: #fff;
  border: 2px solid #f60001;
  border-top: 0; }

.mod_select .select_box .option li {
  padding-left: 28px;
  font-size: 15px;
  line-height: 2;
  cursor: pointer; }

.mod_select .select_box .option li:hover {
  color: #f60001; }

.searchbox .import {
  width: 426px;
  height: 40px;
  margin-left: 100px;
  padding-left: 20px;
  border: none;
  outline: none; }

.searchbox .btn-search {
  position: absolute;
  right: 0;
  width: 100px;
  height: 40px;
  color: #fff;
  background-color: #f60001;
  border: 0; }
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:47:01
* @Last Modified by:   zyp
* @Last Modified time: 2018-01-16 16:17:03
*/
@charset "UTF-8";
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:47:01
* @Last Modified by:   zyp
* @Last Modified time: 2018-01-16 16:17:03
*/
.nav-side-box {
  width: 178px;
  color: #787878;
  line-height: 50px;
  text-align: center;
  font-size: 14px; }
  .nav-side-box h3 {
    background: #c40200;
    color: #fff;
    font-size: 14px;
    border-radius: 6px 6px 0 0; }
  .nav-side-box .nav-side-lists {
    border: 1px solid #e6e6e6; }
  .nav-side-box .nav-side-item-lists-item, .nav-side-box .nav-side-item {
    border-bottom: 1px solid #e6e6e6; }
  .nav-side-box .nav-side-item {
    background: #f7f7f4;
    position: relative; }
    .nav-side-box .nav-side-item > i {
      position: absolute;
      top: 0px;
      left: 32px; }

.nav-side-item-lists-item a {
  color: #787878;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .nav-side-item-lists-item a:hover {
    color: #FF0036;
    line-height: 16px;
    border-bottom: 2px solid #f60001; }

.nav-side-item-lists-item.active a {
  color: #FF0036; }

.user-order {
  padding-left: 192px;
  display: inline-block;
  display: block; }

.nav-side {
  width: 178px;
  position: relative;
  left: -192px; }

.user-message {
  width: 99.9%;
  margin-left: -178px;
  min-height: 817px;
  overflow: hidden; }

.user-message-head {
  height: 38px;
  line-height: 38px;
  font-size: 14px; }

.icon-dingdan {
  font-size: 20px; }

/* 错误提示框 */
.error-item {
  position: relative;
  padding: 4px 0 4px 40px;
  margin-bottom: 10px;
  color: red;
  background: #fde9e9;
  display: none;
  width: 196px; }

.error-message {
  margin-left: 40px; }

.user-message-head {
  padding-bottom: 20px;
  background-image: url(../resource/h2bit.png);
  background-repeat: no-repeat; }
  .user-message-head h2 {
    padding-left: 48px;
    background: #f7f7f4;
    background-image: url(../resource/h2bit.png);
    background-repeat: no-repeat; }
/*!
 laypage默认样式
*/.laypage_main a,.laypage_main input,.laypage_main span{height:26px;line-height:26px}.laypage_main button,.laypage_main input,.laypageskin_default a{border:1px solid #ccc;background-color:#fff}.laypage_main{font-size:0;clear:both;color:#666}.laypage_main *{display:inline-block;vertical-align:top;font-size:12px}.laypage_main a{text-decoration:none;color:#666}.laypage_main a,.laypage_main span{margin:0 3px 6px;padding:0 10px}.laypage_main input{width:40px;margin:0 5px;padding:0 5px}.laypage_main button{height:28px;line-height:28px;margin-left:5px;padding:0 10px;color:#666}.laypageskin_default span{height:28px;line-height:28px;color:#999}.laypageskin_default .laypage_curr{font-weight:700;color:#666}.laypageskin_molv a,.laypageskin_molv span{padding:0 12px;border-radius:2px}.laypageskin_molv a{background-color:#f1eff0}.laypageskin_molv .laypage_curr{background-color:#00AA91;color:#fff}.laypageskin_molv input{height:24px;line-height:24px}.laypageskin_molv button{height:26px;line-height:26px}.laypageskin_yahei{color:#333}.laypageskin_yahei a,.laypageskin_yahei span{padding:0 13px;border-radius:2px;color:#333}.laypageskin_yahei .laypage_curr{background-color:#333;color:#fff}.laypageskin_flow{text-align:center}.laypageskin_flow .page_nomore{color:#999}.crumb {
  margin-bottom: 15px;
  margin-top: 22px;
  line-height: 14px;
  font-size: 14px;
  color: #333333; }
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:47:01
* @Last Modified by:   zyp
* @Last Modified time: 2018-01-16 16:17:03
*/
.user-message-whole {
  margin-bottom: 10px 0; }
  .user-message-whole li {
    height: 38px;
    line-height: 38px;
    width: 120px;
    position: relative; }
    .user-message-whole li.cur a {
      color: #f60001;
      border-bottom: 2px solid #f60001; }
    .user-message-whole li a {
      width: 120px;
      text-align: center;
      font-size: 14px;
      color: #666;
      position: absolute;
      top: 0;
      left: 0; }

.collect-time {
  color: #999;
  margin-top: 10px;
  display: inline-block; }

.mod-main {
  padding: 10px 10px 20px 10px; }

.order-classify-mid {
  line-height: 20px;
  overflow: visible; }
  .order-classify-mid .order-tb {
    width: 100%;
    border-collapse: collapse; }
  .order-classify-mid .number-col {
    width: 540px; }
  .order-classify-mid .consignee-col, .order-classify-mid .amount-col, .order-classify-mid .status-col, .order-classify-mid .operate-col {
    width: 135px; }
  .order-classify-mid .order-tb thead th {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #f5f5f5;
    color: #666666;
    font-weight: 400;
    font-size: 14px; }
  .order-classify-mid .all-cancelcart span {
    line-height: 22px;
    font-size: 12px; }
  .order-classify-mid .order-tb .ordertime-cont {
    position: relative;
    float: left;
    z-index: 10;
    width: 138px;
    cursor: pointer; }
  .order-classify-mid .order-tb .ordertime-cont .time-txt {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #f5f5f5; }

.order-tb .sep-row {
  height: 5px; }
  .order-tb .sep-row td {
    border: 0; }

.order-tb .tr-th {
  height: 31px;
  line-height: 31px;
  color: #aaa;
  overflow: hidden; }
  .order-tb .tr-th label {
    color: #333333; }
  .order-tb .tr-th td {
    border: none 0; }
  .order-tb .tr-th span {
    height: 18px;
    line-height: 18px;
    padding: 2px 0 0;
    _display: inline; }
  .order-tb .tr-th .gap {
    width: 14px; }

.order-tb tbody td {
  border: 1px solid #e5e5e5; }

.order-tb .tr-bd {
  text-align: center;
  vertical-align: top;
  color: #333333;
  background: #fdf8f5; }
  .order-tb .tr-bd td {
    padding: 14px 0; }

.order-tb .goods-item {
  margin-right: 74px;
  float: left;
  margin-right: 10px; }
  .order-tb .goods-item .p-img {
    float: left;
    width: 112px;
    height: 112px;
    margin: 0 14px;
    position: relative;
    _display: inline; }
  .order-tb .goods-item .p-msg {
    width: 320px; }
  .order-tb .goods-item .p-name, .order-tb .goods-item .p-code, .order-tb .goods-item .p-price, .order-tb .goods-item .p-intostore {
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
    text-align: left; }
  .order-tb .goods-item .p-name {
    margin: 12px 0 8px 0; }
  .order-tb .goods-item .p-price {
    margin: 8px 0 8px 0;
    font-size: 16px;
    color: #dc3a2d; }
  .order-tb .goods-item .p-name a {
    color: #532a13;
    font-size: 14px; }
  .order-tb .goods-item .p-code a {
    color: #666666; }
  .order-tb .goods-item .checkbox {
    width: 22px;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0; }
    .order-tb .goods-item .checkbox input {
      position: absolute;
      top: 0;
      left: 0; }
    .order-tb .goods-item .checkbox label {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -10px;
      margin-left: -10px; }
      .order-tb .goods-item .checkbox label:before {
        margin: 0; }

.user-message-item-empty .icon-cart-foucs {
  font-size: 30px;
  color: #f60001;
  margin: 0 20px; }

.user-message-table input[type='checkbox'] {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0; }

.icon-weigouxuan:before {
  margin: 0 5px 0 0; }

input[type='checkbox']:checked + label:before {
  content: "\E64B";
  color: #f60001; }

.ordertoSearch {
  margin-right: 20px; }

.ordertoInput {
  width: 200px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px; }

.ordertoBtn {
  display: inline-block;
  padding: 2px 0 3px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  border-radius: 2px;
  width: 75px;
  text-align: center;
  margin-right: 10px; }

.ordertoBtn:hover {
  background: #fff;
  border-color: #dc3a2d;
  color: #dc3a2d; }
