body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}
input,
button,
select,
textarea {
  outline: none;
}
li {
  list-style: none;
}
img {
  border: none;
}
textarea {
  resize: none;
}
body {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  word-break: break-all;
  word-wrap: break-word;
}
body,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "KaiGenGothicSC-Light", "Arial Narrow", "Microsoft YaHei", sans-serif;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  color: #333;
}
i,
em {
  font-style: normal;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
/* 清除浮动 */
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}
/* 文本溢出 */
.txtof {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtof2 {
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.assemble {
  color: #fff;
  background: #e75d5d;
  padding: 4px 8px 3px;
  border-radius: 2px;
  margin-left: 10px;
  font-size: 12px;
}
.w {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* 销售标签 */
.sale {
  color: #fff;
  border-radius: 16px;
  background-color: #FFB073;
  padding: 4px 12px;
  margin-left: 10px;
}
.distribution-icon {
  display: none;
  font-size: 12px;
  text-align: center;
  color: #fff;
  width: 36px;
  height: 19px;
  background: linear-gradient(135deg, #f28645 0%, #ff576a 100%);
  border-radius: 4px;
  margin-right: 4px;
  vertical-align: bottom;
  line-height: 20px;
}
/* 必填标签 */
.must-fill {
  color: #e75d5d;
}
.must-fill:before {
  content: "*";
}
/* 价格标签 */
.priceFilter:before {
  content: "￥";
}
/* layer样式重置 */
.layui-layer-btn .layui-layer-btn0 {
  border-color: #e75d5d !important;
  background-color: #e75d5d !important;
}
/* 顶部导航条 */
#shortcut {
  background: #fff;
  overflow: hidden;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #f2f2f2;
}
#shortcut .w {
  width: 1200px;
  height: 35px;
  line-height: 34px;
  margin: 0 auto;
  font-size: 12px;
}
#shortcut .w .fl {
  float: left;
}
#shortcut .w .fl li {
  float: left;
  margin-right: 13px;
}
#shortcut .w .fl li .location {
  color: #ffffff;
  padding: 2px 5px;
  background-color: #e75d5d;
  max-width: 50px;
  cursor: pointer;
}
#shortcut .w .fl li .icon-locationfill {
  color: #f6af16;
}
#shortcut .w .fr {
  float: right;
}
#shortcut .w .fr .pl .dorpdown {
  padding-left: 5px;
}
#shortcut .w .fr > li {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
#shortcut .w .fr > li i {
  color: #e75d5d;
}
#shortcut .w .fr > li .dorpdown-wrapper li:hover {
  color: #e75d5d;
}
#shortcut a {
  display: block;
  color: #666;
}
#shortcut a:hover {
  color: #e75d5d;
}
#loginout {
  cursor: pointer;
}
.box-shadow {
  -moz-box-shadow: 0px 2px 15px #ccc;
  -webkit-box-shadow: 0px 2px 15px #ccc;
  box-shadow: 0px 2px 15px #ccc;
}
.gradient {
  background: #e75d5d;
  background: -moz-linear-gradient(top, #e75d5d, #de2d25);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ed5650), to(#de2d25));
  background: -o-linear-gradient(top, #e75d5d, #de2d25);
}
.none {
  display: none;
}
/*滚动条 start*/
.scroll::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: #fff;
}
.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #e0e0e0;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #b3b3b3;
}
/*按钮*/
.btn {
  display: inline-block;
  min-width: 145px;
  line-height: 45px;
  height: 45px;
  color: #fff;
  background-color: #d0181e;
  border-radius: 2px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
/*定义滚动条轨道 内阴影+圆角*/
/*定义滑块 内阴影+圆角*/
/* 分页 */
.m-page-box-wrappwer {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
}
.m-page-box {
  padding-right: 30px;
}
.m-page-box span {
  border: 1px solid #e75d5d;
  color: #e75d5d;
}
.m-page-box a,
.m-page-box span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #cccccc;
  color: #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  margin-right: 5px;
}
.m-page-box span.active {
  border: 1px solid #e75d5d !important;
  color: #e75d5d !important;
}
.bg-gray-1 {
  background-color: #f6f6f6;
}
.layer-file {
  padding: 0 20px;
}
.layer-file li {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 17px;
  position: relative;
  margin-bottom: 6px;
}
.layer-file li.img {
  border: 1px solid #ccc;
}
.layer-file li.img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.layer-file li.img i {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #e75d5d;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.layer-file li.add {
  line-height: 60px;
  text-align: center;
}
.layer-file li.add input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.layer-file li.add i {
  font-size: 38px;
}
.my-layer-1 .layer-radio {
  padding: 0 20px;
  margin-top: 10px;
}
.my-layer-1 .layer-radio li {
  font-size: 14px;
}
.my-layer-1 .layer-title {
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
}
.my-layer-1 .layer-title i {
  float: right;
  cursor: pointer;
  padding: 0 10px;
}
.my-layer-1 .layer-content {
  padding: 20px;
  padding-top: 10px;
}
.my-layer-1 .layer-content textarea {
  width: 300px;
  height: 100px;
  line-height: 20px;
  padding: 6px 10px;
}
.my-layer-1 .layer-btn {
  text-align: right;
  padding: 0 15px 12px;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
}
.my-layer-1 .layer-btn .btn {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
  margin: 5px 5px 0;
  padding: 0 15px;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
.my-layer-1 .layer-btn .btn-confirm {
  border-color: #e75d5d;
  background-color: #e75d5d;
  color: #fff;
}
.layer-radio li input {
  margin-right: 6px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
#footer2 {
  width: 100%;
  height: auto;
  background-color: #fff;
}
#footer2 .footer_wrapper {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
#footer2 .footer_wrapper .footer_top {
  overflow: hidden;
  border-bottom: 2px solid #ccc;
  padding: 54px 0;
}
#footer2 .footer_wrapper .footer_top .footer_top_list {
  overflow: hidden;
  float: left;
  margin: 0 38px;
}
#footer2 .footer_wrapper .footer_top .footer_top_list .footer_icon {
  height: 59px;
  width: 60px;
  background: url(../../themes/mall/default/images/footer_img.png);
  display: block;
  float: left;
}
#footer2 .footer_wrapper .footer_top .footer_top_list .icon1 {
  background-position: 0 0;
}
#footer2 .footer_wrapper .footer_top .footer_top_list .icon2 {
  background-position: -60px 0;
}
#footer2 .footer_wrapper .footer_top .footer_top_list .icon3 {
  background-position: -120px 0;
}
#footer2 .footer_wrapper .footer_top .footer_top_list .icon4 {
  background-position: -180px 0;
}
#footer2 .footer_wrapper .footer_top .footer_top_list .icon5 {
  background-position: -240px 0;
}
#footer2 .footer_wrapper .footer_top .footer_top_list h2 {
  display: block;
  float: left;
  font-size: 24px;
  color: #333333;
  line-height: 60px;
  margin-left: 20px;
}
#footer2 .footer_wrapper .footer_top .list_spe {
  margin-right: 0;
}
#footer2 .footer_wrapper .footer_cont {
  width: 100%;
  height: auto;
  padding: 44px 0;
  overflow: hidden;
}
#footer2 .footer_wrapper .footer_cont .footer_cont_list {
  width: 240px;
  height: auto;
  border-left: 2px solid #ccc;
  text-align: center;
  color: #333;
  float: left;
  box-sizing: border-box;
  padding-bottom: 10px;
}
#footer2 .footer_wrapper .footer_cont .footer_cont_list span {
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
}
#footer2 .footer_wrapper .footer_cont .footer_cont_list p {
  font-size: 14px;
  line-height: 40px;
}
#footer2 .footer_wrapper .footer_cont .footer_cont_list p a:hover {
  color: #e75d5d;
}
#footer2 .footer_wrapper .footer_bot {
  width: 100%;
  height: auto;
  text-align: center;
}
#footer2 .footer_wrapper .footer_bot .footer_bot_tel {
  font-size: 20px;
  color: #e75d5d;
  line-height: 40px;
}
#footer2 .footer_wrapper .footer_bot .footer_bot_day {
  font-size: 16px;
  color: #999;
  line-height: 40px;
}
#footer2 .qr {
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
}
#bottom {
  width: 100%;
  height: auto;
  padding: 40px 0 40px 0;
  background-color: #f2f2f2;
}
#bottom p {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
#bottom a:hover {
  color: #e75d5d;
}
#search-box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 15px;
}
#search-box img {
  width: 100%;
  height: 100%;
}
#search-box .logo {
  float: left;
  margin-top: 26px;
  width: 171px;
  height: 57px;
}
#search-box .search_box {
  margin-left: 152px;
  float: left;
  margin-top: 20px;
  position: relative;
}
#search-box .search_box .search_type {
  font-size: 0;
}
#search-box .search_box .search_type span {
  display: inline-block;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  width: 50px;
  text-align: center;
  background-color: #fff;
  vertical-align: text-bottom;
  color: #fff;
  color: #e75d5d;
  cursor: pointer;
}
#search-box .search_box .search_type span.act {
  background-color: #e75d5d;
  color: #fff;
}
#search-box .search_box input {
  width: 380px;
  height: 36px;
  display: block;
  float: left;
  border: 2px solid #e75d5d;
  box-sizing: border-box;
  text-indent: 10px;
  font-size: 14px;
  color: #b2b2b2;
}
#search-box .search_box .search_r {
  display: block;
  float: left;
  width: 80px;
  height: 36px;
  background-color: #e75d5d;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
#search-box .year {
  float: right;
}
#top-nav-bar {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding-bottom: 10px;
  border-bottom: 1px solid #e75d5d;
}
#top-nav-bar .nav_top_box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
#top-nav-bar .nav_top_box ul {
  overflow: hidden;
}
#top-nav-bar .nav_top_box ul li {
  width: 130px;
  height: 45px;
  float: left;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
#top-nav-bar .nav_top_box ul li a {
  display: block;
}
#top-nav-bar .nav_top_box ul li:hover a {
  color: #e75d5d;
}
#top-nav-bar .nav_top_box ul .li_at a {
  color: #e75d5d;
}
#index_header {
  width: 100%;
  height: 76px;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 11;
  top: 36px;
  background-color: #f0f0f0;
}
#index_header .logo {
  float: left;
  width: 171px;
  height: 57px;
  background-color: rgba(0, 0, 0, 0);
  background-size: contain;
  margin-top: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}
#index_header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
#index_header .search_box {
  position: relative;
  float: left;
  margin-left: 45px;
  border-radius: 4px;
  margin-top: 20px;
  background-color: #fff;
}
#index_header .search_box i {
  position: absolute;
  width: 20px;
  height: 32px;
  background-color: #fff;
  color: #e76764;
  left: 76px;
  font-size: 12px;
  font-weight: 600;
  top: 2px;
  cursor: pointer;
}
#index_header .search_box span {
  width: 100px;
  border: none;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  float: left;
  color: #e76764;
  border-right: 2px solid #e75d5d;
  padding-right: 20px;
  text-align: center;
  box-sizing: border-box;
}
#index_header .search_box > ul {
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: 38px;
  left: -2px;
  text-align: center;
  color: #666;
  z-index: 2;
  font-size: 12px;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: none;
}
#index_header .search_box > ul li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
#index_header .search_box > ul li.actived,
#index_header .search_box li:hover {
  color: #e75d5d;
}
.search_box input {
  float: left;
  padding-left: 20px;
  width: 500px;
  height: 34px;
  line-height: 34px;
  border: none;
  border: 2px solid #e75d5d;
  border-radius: 4px 0 0 4px;
}
#index_header .search_box > a {
  float: left;
  background-color: #e75d5d;
  color: #fff;
  width: 138px;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #e75d5d;
  border-radius: 0 4px 4px 0;
}
.navitems {
  width: 1200px;
  margin: 0 auto;
}
.navitems ul li {
  display: inline-block;
  padding: 0 1px;
  height: 70px;
  line-height: 70px;
  vertical-align: bottom;
  color: #000;
  font-size: 17px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
.navitems ul li a {
  display: block;
  cursor: pointer;
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 600;
}
.navitems ul li a:hover {
  color: #e75d5d;
}
.navitems ul li.active a {
  color: #fff;
  background-color: #e75d5d;
}
.navitems ul li span {
  position: absolute;
  top: 0px;
  right: -40px;
  font-size: 12px;
  background-color: #e75d5d;
  color: #fff;
  line-height: 21px;
  padding: 0 6px;
  border-radius: 10px 5px 5px 0px;
}
#index_header .settleup {
  float: right;
  width: 127px;
  height: 34px;
  line-height: 34px;
  margin-right: 70px;
  border: 1px solid #ffd8d8;
  position: relative;
  font-size: 14px;
  margin-top: 22px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  color: #e76764;
}
#index_header .settleup .icon-cart {
  margin-top: 5px;
  margin-left: 11px;
}
#index_header .settleup .txt {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  vertical-align: top;
  color: #e76764;
}
#index_header .settleup .icon-triangledownfill {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #d0181e;
}
#index_header .settleup .badge {
  position: absolute;
  top: -10px;
  right: -16px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  background-color: #fff;
  border-radius: 15px;
  color: #e75d5d;
  border: 1px solid #ffd8d8;
}
.search_res_box {
  position: absolute;
  width: 524px;
  background-color: #fff;
  top: 35px;
  left: 0px;
  border: 2px solid #e75d5d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 3;
  border-top: none;
  display: none;
  font-size: 14px;
  color: #999999;
}
.search_res_box ul {
  margin-left: 10px;
  margin-right: 10px;
  border-top: 2px solid #eee;
}
.search_res_box li {
  height: 30px;
  line-height: 30px;
}
.search_res_box li a {
  display: block;
}
.search_res_box li:hover {
  background-color: #f5f5f5;
}
.search_res_box .nodata {
  text-align: center;
  padding: 30px 0;
}
#toolbar {
  width: 50px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #333;
  padding-top: 250px;
  font-size: 14px;
  z-index: 12;
  -webkit-transform: translateZ(0);
}
#toolbar .side_top {
  width: 50px;
  height: auto;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
#toolbar .side_top .side_icon {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 28px;
}
#toolbar .side_top .car_a {
  width: 15px;
  margin: 0 auto;
  position: relative;
}
#toolbar .side_top .car_a i {
  position: absolute;
  bottom: -30px;
  left: -5px;
  background-color: #e75d5d;
  width: 25px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
}
#toolbar .side_top .sty {
  color: #fff;
  display: block;
  margin-top: 10px;
  text-align: center;
}
#toolbar .side_top .sty_left {
  position: absolute;
  width: 0px;
  height: 40px;
  background-color: #e75d5d;
  top: -15px;
  right: 0;
  z-index: -10;
  text-align: left;
  text-indent: 20px;
  font-size: 16px;
  line-height: 40px;
}
/*ie兼容提示*/
#ie-warning {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 45px;
  background-color: #fff28d;
  display: none;
  z-index: 99;
}
#ie-warning div {
  color: #e75d5d;
  line-height: 45px;
  text-align: center;
}
#ie-warning div a {
  color: #0099ff;
  padding: 0 5px;
}
#ie-alert-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
#ie-alert-box .ie-alert-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
}
#ie-alert-box .ie-alert-content {
  width: 900px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  top: 120px;
}
