@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-balance {
  margin-left: 12px;
  margin-top: 18px; }
  .user-balance h4 {
    font-size: 16px;
    color: #333333;
    margin: 16px 0;
    padding-left: 10px;
    border-left: 2px solid #f60001; }

.layui-table {
  width: 100%;
  color: #666666;
  font-size: 14px;
  margin: 10px 0;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e2e2e2; }
  .layui-table thead {
    height: 40px;
    line-height: 40px; }
    .layui-table thead th {
      border: 1px solid #e2e2e2; }
  .layui-table tbody tr {
    height: 36px;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .layui-table tbody tr:hover {
      background-color: #f2f2f2 !important; }
    .layui-table tbody tr td {
      text-align: center;
      line-height: 24px;
      border: 1px solid #e2e2e2; }

.user-balance-info {
  padding: 15px 20px 15px 500px;
  margin-bottom: 10px;
  height: 150px;
  border: 1px solid #e6e6e6; }
  .user-balance-info .info-lcol {
    position: relative;
    width: 500px;
    left: -500px;
    padding: 22px 0; }
  .user-balance-info .u-pic {
    position: relative;
    width: 82px;
    height: 82px;
    margin: 0 10px 0 16px;
    z-index: 2;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%; }
  .user-balance-info .info-m {
    width: 360px;
    position: relative;
    z-index: 1; }
    .user-balance-info .info-m .u-name {
      position: relative;
      z-index: 2;
      font-size: 18px;
      color: #333333;
      line-height: 28px;
      margin-bottom: 5px; }
      .user-balance-info .info-m .u-name span {
        font-size: 14px;
        color: #666666; }
      .user-balance-info .info-m .u-name a:hover {
        color: #FF0036; }
      .user-balance-info .info-m .u-name em {
        font-size: 12px;
        color: #999999; }
    .user-balance-info .info-m .u-level {
      position: relative;
      z-index: 2;
      margin-bottom: 10px;
      height: 18px;
      white-space: nowrap;
      color: #666666; }
      .user-balance-info .info-m .u-level .jifen {
        line-height: 40px;
        color: #FF0036;
        font-size: 18px; }
    .user-balance-info .info-m .info-line {
      position: absolute;
      height: 180px;
      right: 0;
      top: -37px;
      z-index: 1; }
  .user-balance-info .info-rcol {
    width: 99.19%;
    margin-left: -500px;
    padding-top: 5px; }
    .user-balance-info .info-rcol .info-rcol-title {
      font-size: 16px;
      color: #333333;
      margin: 8px 0;
      padding-left: 10px;
      border-left: 2px solid #FF0036; }
    .user-balance-info .info-rcol .info-rcol-item {
      width: 270px;
      line-height: 32px;
      border-bottom: 1px solid #e6e6e6; }
      .user-balance-info .info-rcol .info-rcol-item span {
        width: 48%; }
      .user-balance-info .info-rcol .info-rcol-item i {
        color: #FF0036; }
      .user-balance-info .info-rcol .info-rcol-item a {
        margin-left: 10px; }
