@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
*/
.crumb {
  margin-bottom: 15px;
  margin-top: 22px;
  line-height: 14px;
  font-size: 14px;
  color: #333333; }
.user-message-whole {
  margin-bottom: 20px; }
  .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; }

.layui-input:hover, .layui-textarea:hover {
  border-color: #D2D2D2 !important; }

.user-msg .form-item, .user-msg-more .form-item {
  margin-bottom: 22px;
  clear: both;
  font-size: 14px;
  color: #999;
  overflow: hidden; }
  .user-msg .form-item .form-label, .user-msg-more .form-item .form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 100px;
    font-weight: 400;
    text-align: right; }
    .user-msg .form-item .form-label i, .user-msg-more .form-item .form-label i {
      color: #f60001; }
  .user-msg .form-item .input-block, .user-msg-more .form-item .input-block {
    margin-left: 130px;
    position: relative; }
    .user-msg .form-item .input-block .layui-input, .user-msg-more .form-item .input-block .layui-input {
      display: block;
      width: 260px;
      padding-left: 10px;
      height: 26px;
      line-height: 1.3;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      border-radius: 2px; }
    .user-msg .form-item .input-block label, .user-msg-more .form-item .input-block label {
      height: 26px;
      line-height: 32px;
      display: inline-block; }
  .user-msg .form-item .input-inline, .user-msg-more .form-item .input-inline {
    float: left;
    width: 94px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }

.img-btn {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 22px;
  color: #7c6951;
  background: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer; }

.upload-file {
  display: none !important;
  opacity: .01; }

.upload-list {
  margin: 10px 0; }
  .upload-list .upload-img {
    width: 100px;
    height: 100px;
    border-radius: 100%; }

.form-btn, .form-more-btn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 38px;
  background-color: #f60001;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 24px; }

.input-inline select {
  outline: none;
  height: 26px;
  line-height: 1.3;
  border: 1px solid #e6e6e6;
  color: #666; }

.user-list dl dd.user-msg-cur a {
  background: #fff; }

.content-right {
  width: 364px;
  border-left: 1px dashed #d1d1d1;
  margin-top: 58px; }
  .content-right .content-right-title {
    padding-left: 40px;
    font-size: 16px;
    color: #333333;
    font-weight: normal; }
  .content-right .content-bar {
    height: 400px; }

.content-bar > div {
  width: 30%;
  text-align: center;
  height: 400px;
  margin-top: 50px;
  position: relative; }
  .content-bar > div .p1 {
    font-size: 24px;
    color: #ff9f22; }
  .content-bar > div .p2 {
    height: 300px;
    position: relative; }
  .content-bar > div .p3 {
    color: #666666;
    font-size: 14px;
    line-height: 24px; }

.content-bar .p2 .bar-box {
  width: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px; }

.content-bar .p2 .bar-box .bar {
  background: #ff9f22;
  display: block; }

.fupinbar .p2 .bar {
  max-height: 250px; }

.aixinbar .p2 .bar {
  max-height: 250px; }

.sharebar .p2 .bar {
  max-height: 250px; }

.input-block input[type='radio'] {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0; }

input[type='radio']:checked + label:before {
  content: "\E61F";
  color: #f60001; }
@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; }
/*
* @Author: zyp
* @Date:   2017-11-07 17:36:54
 * @Last Modified by: zyp
 * @Last Modified time: 2018-03-12 15:14:02
*/
.webuploader-container {
  position: relative; }

.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.webuploader-pick {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #f60001;
  padding: 6px 12px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  overflow: hidden; }

.webuploader-pick-hover {
  background: #e4393c; }

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