@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
blockquote,
img {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  background-color: #f4f4f4;
  color: #111;
  font-family: PingFang, PingFang SC, STHeiti, 'Microsoft YaHei', Helvetica, sans-serif;
}
ol,
ul {
  list-style: none;
}
input,
select,
textarea {
  font-family: inherit;
  color: #111;
  outline-style: none;
  resize: none;
  font-size: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-moz-focus-inner {
  padding: 0;
}
input:-webkit-autofill,
input:focus:-webkit-autofill,
textarea:-webkit-autofill,
textarea:focus:-webkit-autofill,
select:-webkit-autofill,
select:focus:-webkit-autofill {
  -webkit-box-shadow: inset 0 100px 0 white;
  box-shadow: inset 0 100px 0 white;
  color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
i,
em {
  font-style: normal;
}
a {
  color: #111;
  outline-style: none;
  transition: all 0.5s;
}
a:hover {
  color: #006666;
  text-decoration: none;
}
q:before,
q:after {
  content: '';
}
b {
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.line-block {
  display: inline-block;
  vertical-align: middle;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bg-white {
  background-color: #fff;
}
.btn-normal {
  background-color: #ff692e;
}
.orange-red {
  color: #ff8521;
}
.red {
  color: #ff692e;
}
.pos-r {
  position: relative;
}
.link_hot {
  color: #f40 !important;
  font-weight: 900;
}
/* 标题hover样式 */
.title-hover {
  transition: color 0.5s;
}
.title-hover:hover {
  color: #ff692e;
}
/*layui样式调整*/
.layui-container {
  padding: 0;
  width: 1200px;
}
.layui-laypage-count + .layui-laypage-skip {
  margin-left: 0;
}
.layui-breadcrumb {
  padding: 10px 0;
  line-height: 20px;
  display: block;
}
.layui-breadcrumb > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.layui-breadcrumb > a {
  color: #8e8e8e !important;
}
.layui-breadcrumb > a:hover {
  color: #ff692e !important;
}
.layui-btn {
  height: 40px;
  line-height: 40px;
}
.layui-btn-sm {
  height: 30px;
  line-height: 30px;
}
.layui-btn-xs {
  height: 22px;
  line-height: 22px;
}
.layui-btn-normal {
  background-color: #ff692e;
}
.layui-btn-primary {
  line-height: 38px;
  color: #ff692e;
  border-color: #ff692e;
}
.layui-btn-primary.layui-btn-sm {
  line-height: 28px;
}
.layui-btn-primary.layui-btn-xs {
  line-height: 20px;
}
.layui-btn-primary:hover {
  color: #ff692e;
  border-color: #ff692e;
}
.layui-layer .layui-layer-btn .layui-layer-btn0 {
  border-color: #ff692e;
  background-color: #ff692e;
  margin-bottom: 10px;
}
.layui-card {
  border-radius: 0;
  box-shadow: none;
}
.layui-card-header {
  height: 45px;
  line-height: 44px;
  font-size: 16px;
  background-color: #fbfbfb;
}
.layui-card-header span {
  display: inline-block;
  line-height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}
.layui-card-body {
  padding: 14px 20px;
  line-height: 20px;
  font-size: 14px;
}
.layui-textarea {
  resize: none;
  border-radius: 4px;
}
.layui-layer-setwin .layui-layer-close2 {
  transition: none;
}
.layui-layer {
  box-shadow: none !important;
}
.layui-form-select dl dd.layui-this {
  background-color: #ff692e;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #ff692e;
}
@media screen and (min-width: 1200px) {
  .layui-container {
    width: 1200px;
  }
}
@media screen and (min-width: 992px) {
  .layui-container {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .layui-container {
    width: 1200px;
  }
}
.layui-icon-12 {
  font-size: 12px;
}
/* 图标汇总 */
.hot-gif {
  display: block;
  width: 25px;
  height: 18px;
  background: url(../images/hot.gif) -1px -1px no-repeat;
  position: absolute;
  top: 5px;
  left: 86px;
}
.icon-verified,
.sign-store,
.icon-com,
.icon-one,
.icon-evo {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  font-size: 12px;
  margin-right: 6px;
}
.icon-com,
.icon-one {
  width: 16px;
  height: 16px;
  padding: 0;
  display: none !important;
}
/* 入驻商家 */
.sign-store {
  height: 20px;
  line-height: 20px;
  background-color: #c9a240;
  color: #fff;
}
/* 旗舰店/专营店/未认证 */
.shop-newtype {
  display: inline-block;
  width: 58px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.shop-newtype1 {
  background: url(/res/v1/images/icon-shop-qj.png) no-repeat 0 0/100% 100%;
}
.shop-newtype2 {
  background: url(/res/v1/images/icon-shop-zy.png) no-repeat 0 0/100% 100%;
}
.shop-status {
  background: url(/res/v1/images/icon-shop-nopass.png) no-repeat 0 0/100% 100%;
  width: 62px;
  height: 18px;
}
/* 已认证 */
.icon-verified {
  height: 16px;
  line-height: 16px;
  background-color: #ff8521;
  border-radius: 2px;
  color: #fff;
  display: none !important;
}
/* 商家直销/平台自营 */
.shop-openby {
  position: absolute;
  left: 0;
  top: -5px;
  width: 62px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  border-radius: 0 0 6px 0;
  z-index: 9;
}
.shop-openby1 {
  color: #fff;
}
.shop-openby1:after {
  content: '商家直销';
  top: -20px;
  position: relative;
  left: -2px;
}
.shop-openby2 {
  color: #ead0a9;
}
.shop-openby2:after {
  content: '平台自营';
  top: -20px;
  position: relative;
  left: -2px;
}
/* 木材种类*新 */
.n-type {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  line-height: 16px;
  height: 16px;
  font-size: 12px;
  background-color: #fff;
  color: #c9a96e;
  border-radius: 2px;
  margin-right: 6px;
  border: 1px solid #c9a96e;
}
/* 店铺相关 */
.icon-shop {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon-shop.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
.icon-shop-wrap {
  margin-top: 6px;
}
.changeleft.layui-layer-tips i.layui-layer-TipsT {
  left: -7px;
}
/* 在线交易 */
.icon-shop-online {
  background-position: 0 0;
}
/* 质量保证 */
.icon-shop-sale {
  background-position: -20px 0;
}
/* 推荐店铺 */
.icon-shop-tui {
  background-position: -40px 0;
}
/* 好评店铺 */
.icon-shop-good {
  background-position: -60px 0;
}
/* 店铺等级 */
.icon-level {
  display: inline-block;
  width: 15px;
  height: 14px;
  background-image: url(../images/icon/icon-level.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
/* 等级图标 */
.icon-level-1 {
  background-position: 0 0;
}
/* 等级图标 */
.icon-level-2 {
  background-position: -15px 0;
}
/* 等级图标 */
.icon-level-3 {
  background-position: -30px 0;
}
/* 评价等级 */
.icon-level2 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon-level2.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
/* 好评未选 */
.icon-good {
  background-position: 0 0;
}
/* 好评已选 */
.checked .icon-good,
.hover .icon-good {
  background-position: 0 -25px;
}
/* 中评未选 */
.icon-normal {
  background-position: -25px 0;
}
/* 中评已选 */
.checked .icon-normal,
.hover .icon-normal {
  background-position: -25px -25px;
}
/* 差评未选 */
.icon-bad {
  background-position: -50px 0;
}
/* 差评已选 */
.checked .icon-bad,
.hover .icon-bad {
  background-position: -50px -25px;
}
/* "企" 字 */
.icon-com {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABgElEQVQ4jYXTP2tUQRQF8F9eFmwUTEAbjcVGS2F1g5ImJGG3S6egTUC/QDrJV4iyjaUGCwsV1EbBP8GYQNRCMKCNwZCsjY0ISSAWukZiMXdhWHbxwOUOc97ce87MfX3jjdYA7uEE3uAtdnAKV1DgLtZxEOcxgR+YLvASz1DBYxzDKPYwhTp2cS6avIj1PBb6xhutKVyMbp0oR2524a7jcxHdR7p8AK9wqwdXx4MC+/iN/owciMOPsIqHsZejH60CpYi/QcziAxYz6U1sdqj5icMlDEs3TPJcw+1MSTn8NjtUfMTpAiexkXWqx7oauRZ25sJSGxsYLnAE3/XGIgYj8tfYalv4hQMZUQvZZWxHng1uNQqSBuxPgTWcyQpUw2szy9Us2qhgvYRPGMIklqQL+x8qGMO1Umxckt56BTfCXzccwgwu4LKYA/gWFb/iNe7geHbwKG7inTR0o/hCuog29qRBOYsneI6r0n+yhPchvRFFkCawE/t4imXcjyZjvWz9AzbrWXbN4iYmAAAAAElFTkSuQmCC')
    no-repeat;
}
/* "个" 字 */
.icon-one {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABZ0lEQVQ4jZXTv0uVURwG8I/HCy4J3sEWrcGbo2A/UHQQCu/mVpGLYFNbf0dKS24hDg4WaEtCWvij6McgNOiiKJdaWiJQoQYrw4b3e+H18gb5wBfOe873eZ7znHPeptrUYBlzuIh3eI9DdGMcCbPYwzn04zq+YSzhJV6gF8/QgQEcYwRVfEdfmCzHeBqvmmpTgyO4FW5nwQS2U7hf+0fTcFQRqnhawgl+ohl/Gpoe4xNWCwSa8SuhFNVIns8RHxQI/EBbQkV2wnVcxQrK8b0Qcx9xO9e3iZ6ES6jlFlbCuRoi5RgvRKSu6KuhUkI7vuYEKjgo2PJEVB37KCccoSW3UEQuQsLvhB1c/k9SHr3YS9jCBdw4I3kIb0oxcUd2bW8xKcsH95yO1Ir7uInRegT4EoqfsYYZdObI5/EIH2SPbgC7ZAdRx7Hsmq7gOZZwV/afrGMjtv4wRJC9wEacYBGv8SRMhnKxTuEvgRlRCwMKKAoAAAAASUVORK5CYII=')
    no-repeat;
}
/* 身份证 */
.icon-evo {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAA4klEQVQ4ja3TP0oDQRiG8V+SRYs0dtZWNiKs10iRMgGV1AqWHkFPYA6gCLqdW3oHyYqFVxDBRgQL/6BFdkFChuxsfGBgvuGdh2+Gmdb1zSTFFTYtxyOGCS6wjjN8N5R1MMJ5gi2McdTENOinIMuLDg7a5fpXw87+8gHtRalY/l2YzNTb2Alkn3AbKzxFL5B9RzdWuIuNQPZlkWye8BX3dTbWFR4LH3kez1leDAf99CckXMFahPANLQSFJ+WoTfVTKqp3OCtuwmolesC+aeufsZYsL5he1R7uknJyicMlO5xg9Asuzydv0ju+bgAAAABJRU5ErkJggg==')
    no-repeat;
  width: 20px;
  height: 16px;
  padding: 0;
}
/* 加载中icon */
.icon-loading {
  display: inline-block;
  background: url('data:image/gif;base64,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')
    0 0 no-repeat;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}
/* 加载中block */
.isloading-all {
  text-align: center;
  font-size: 18px;
  padding: 200px 0;
  font-weight: 600;
  color: #8e8e8e;
}
/* 请求无数据 */
.empty-all {
  text-align: center;
  padding: 180px 0;
}
.empty-txt {
  color: #999;
  line-height: 1;
  margin-top: 12px;
}
.empty-title {
  font-weight: 600;
  color: #111;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1;
}
.empty-title + .empty-txt {
  margin-top: 12px;
}
.empty-btn {
  margin-top: 30px;
}
.empty-btn:hover {
  background-color: #ff692e;
  color: #fff;
}
.empty-txt2 {
  line-height: 1;
  margin-top: 12px;
  font-size: 12px;
  color: #999;
}
.empty-txt2 a {
  color: #066;
}

/* top顶部条 */
.web-top {
  background-color: #f7f8fa;
  line-height: 32px;
  height: 32px;
  color: #8e8e8e;
  position: relative;
  z-index: 119;
  font-size: 0;
}

.web-top a {
  color: #8e8e8e;
}
.web-top a:hover,
.web-top .user-link {
  color: #ff692e;
}
.web-top a,
.web-top span {
  font-size: 12px;
}

.web-top .layui-container{
  width: 1344px;
}

.backhome b,
.localcity b {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
}
.localcity b {
  color: #8e8e8e;
}
.icon-local {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 14px;
  background: url(../images/icon/local.png) no-repeat 0 0;
  margin-right: 4px;
}

.icon-phone {
  display: inline-block;
  vertical-align: text-bottom;
  width: 10px;
  height: 16px;
  background: url(../images/icon/phone.png) no-repeat 0 0;
  margin-right: 3px;
}
:hover > .icon-phone {
  background-image: url(../images/icon/phone_hover.png);
}
.top-user-info {
  padding-right: 14px;
  line-height: 32px;
}
.top-user-info > * {
  display: inline !important;
  padding: 0 !important;
  vertical-align: middle;
}
.top-user-info > .user-reg {
  color: #066;
}
.web-top-left > * {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.web-top-left .v-line {
  margin: 0 8px;
}
.top-arrow {
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 4px;
  vertical-align: top;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAYAAAAPU20uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKFJREFUeNpi7J627CEDA0N+SWbkBgYk0DN9eQCQmsAEJCKAeDpQoBBJsggkBsSRjP///wcJKAE524B4L1SNMxB7Ak29D1YA1SUIpNYBMUggGCj5HiQOV4ALsCDZi9UEJqgkyA3HgfgaEF8HsYFiiiA5Zh5xdUsgvQuIJwF11VqZ6m47duYKG5A/D0gfA5mwAogzgZL9MOuA7D6QGBAvBwgwAOBWQMyETagFAAAAAElFTkSuQmCC')
    0 0 no-repeat;
  transition: all 0.3s;
  margin-top: 14px;
}
.top-menu-hover .top-arrow {
  background-position: 0 -5px;
}
.v-line {
  display: inline-block;
  vertical-align: middle;
}
.v-line:after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #dcdcdc;
  display: block;
}
.header-top-links {
  margin-right: -14px;
}
.header-top-links > li {
  float: left;
}
.header-top-links > li > a {
  display: block;
  color: #8e8e8e;
  padding: 0 14px;
  height: 32px;
}
.header-top-links > li > a:hover {
  color: #006666;
}
.header-top-links .top-menu-hover {
  background-color: #fff;
  border-left: 1px solid #fff;
  margin-left: -1px;
  border-right: 1px solid #fff;
  margin-right: -1px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 4px 1px rgba(11, 53, 115, 0.1);
}
.top-menu-shadow {
  box-shadow: 0 0 4px 1px rgba(11, 53, 115, 0.1);
}
.top-menu-hover .top-menu-mask,
.top-menu-hover .top-menu-box {
  display: block;
}
.top-menu-mask {
  position: absolute;
  background-color: #fff;
  height: 6px;
  width: 100%;
  z-index: 2;
  border: 1px solid #fff;
  top: 26px;
  left: -1px;
  display: none;
}
.top-menu-box {
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  padding: 4px 1px 6px;
  left: -1px;
  top: 100%;
  display: none;
  font-size: 12px;
}
.top-menu-box li {
  width: 100%;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
  padding: 0 14px;
  line-height: 28px;
}
.top-menu-box li a {
  color: #8e8e8e;
}
.top-menu-box li a:hover {
  color: #006666;
}
.top-hotline-li {
  position: relative;
  margin-top: 5px;
  padding-top: 6px !important;
}
.top-hotline-li:after {
  position: absolute;
  height: 0;
  content: '';
  top: 0;
  left: 15px;
  right: 15px;
  border-top: 1px dashed #ececec;
}
.userdo {
  padding: 0 14px;
  color: #ff692e;
}
.userdo a {
  display: inline !important;
  padding: 0 !important;
  color: #ff692e !important;
}
.userlogin {
  padding: 0 14px;
  color: #8e8e8e;
}
.userlogin a {
  display: inline !important;
  padding: 0 !important;
  color: #8e8e8e !important;
}
.userlogin a:hover {
  color: #ff692e !important;
}
.top_info_number {
  height: 14px;
  padding: 0 4px;
  margin-left: 3px;
  line-height: 14px;
}
/* menu菜单 */
.web-menu {
  box-sizing: border-box;
  height: 140px;
  padding-top: 42px;
  background-color: #fff;
}
.web-logo {
  float: left;
  margin-right: 20px;
  display: block;
  width: 124px;
  height: 56px;
}
.web-popularize {
  float: left;
  width: 170px;
  padding-left: 35px;
  height: 60px;
}
.web-popularize * {
  background-color: transparent !important;
}
.web-pop-img,
.web-popularize img {
  max-width: 164px;
  max-height: 60px;
  display: block;
}
.service-center-wrap {
  background: #fff;
}
.service-center-header {
  height: 96px;
}
.service-center-header .logo {
  padding: 20px 0;
}
.service-center-header .title {
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding-top: 18px;
  padding-left: 42px;
  font-weight: 400;
  color: #404040;
}
.service-center-header .title::after {
  position: absolute;
  top: 14px;
  left: 20px;
  content: '';
  width: 1px;
  height: 28px;
  background: #cccccc;
}
.menu-search {
  position: relative;
  z-index: 9;
  font-size: 0;
  margin-left: 420px;
  padding-top: 8px;
}
.menu-search-wrap {
  display: inline-block;
  height: 40px;
  width: 560px;
  position: relative;
  z-index: 2;
}
.menu-search-tag {
  position: absolute;
  height: 26px;
  left: 0;
  top: -24px;
  line-height: 26px;
}
.menu-search-item {
  float: left;
  width: 40px;
  height: 26px;
  color: #404040;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-right: 4px;
  border-radius: 2px 2px 0 0;
}
.menu-search-item.curr {
  background-color: #066;
  color: #fff;
}

.menu-search-wrap > * {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.menu-search-opt {
  line-height: 28px;
  padding: 5px 0;
  background-color: #fff;
  padding-left: 13px;
  padding-right: 10px;
  cursor: pointer;
}
.menu-searching {
  height: 28px;
}
.menu-search-opt .layui-icon-up {
  display: none;
}
.menu-search-opt.hover .layui-icon-down {
  display: none;
}
.menu-search-opt.hover .layui-icon-up {
  display: inline-block;
}
.menu-search-more {
  display: none;
  margin-top: 5px;
  text-align: left;
}
.menu-search-opt.hover .menu-search-more {
  display: block;
}
.menu-search-input {
  height: 28px;
  line-height: 28px;
  padding: 4px 0;
  background-color: #fff;
  width: 478px;
  border: 2px solid #066;
  border-right-style: none;
  border-radius: 2px 0 0 2px;
}
.ms-input {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.menu-search-btn {
  height: 40px;
  line-height: 36px;
  width: 80px;
  color: #fff;
  background-color: #066;
  cursor: pointer;
  border: 2px solid #066;
  border-radius: 0 2px 2px 0;
  font-size: 16px;
}
.menu-search-btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.menu-link-askprice,
.menu-link-btn {
  height: 38px;
  line-height: 38px;
  border: 1px solid #eee;
  font-size: 14px;
  vertical-align: top;
  color: #666;
  width: 138px;
  text-align: center;
  float: right;
  position: relative;
}
.menu-link-askprice:hover,
.menu-link-btn:hover {
  border-color: #ff692e;
}
.menu-link-askprice .layui-icon-cart {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-right: 6px;
}
.menu-link-askprice .layui-icon-cart:before {
  content: url(../images/newindex/cart.png);
  margin-top: 8px;
  display: block;
}
.menu-cart-num {
  position: absolute;
  left: 50%;
  background: #ff692e;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  min-width: 16px;
  border-radius: 18px;
  top: 3px;
  margin-left: 35px;
  box-sizing: border-box;
  padding: 0 5px;
}
.hot-search {
  line-height: 1;
  margin-top: 10px;
  font-size: 0;
}
.hot-search-item {
  font-size: 12px;
  color: #999;
  margin-right: 21px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.hot-search-item + .hot-search-item:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  width: 1px;
  height: 12px;
  background-color: #ccc;
  cursor: auto;
}
.qrcode-apps {
  display: inline-block;
  width: 154px;
  vertical-align: top;
}
.qrcode-apps-img {
  display: block;
  margin: auto;
}
.qrcode-apps-txt {
  text-align: center;
  color: #8e8e8e;
  line-height: 1;
  margin-top: 8px;
}
.menu-join {
  float: right;
  margin-top: 6px;
  width: 0;
  height: 0;
  display: none;
}
.menu-wrap {
  line-height: 44px;
  height: 44px;
  border-bottom: 1px solid #ff692e;
  background-color: #fff;
}
.web-nav {
  font-size: 0;
}
.web-nav-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 65px;
}
.web-nav-item a {
  color: #111;
  display: block;
}
.web-nav-item a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  transition: all 0.3s;
  background-color: #ff692e;
}
.web-nav-item a:hover,
.nav-active a {
  color: #ff692e;
}
.web-nav-item a:hover:after,
.nav-active a:after {
  width: 100%;
  left: 0;
}
/* 网站底部 */
.web-footer {
  background-color: #151B26;
  color: #fff;
  line-height: 1;
  font-size: 12px;
}
.footer-top {
  padding: 35px 0 27px;
  border-bottom: 1px solid #393939;
}
.ft-cloumn-1,
.ft-cloumn-2,
.ft-cloumn-3,
.ft-cloumn-4 {
  width: 191px;
}
.ft-cloumn-5 {
  width: 311px;
}
.ft-cloumn-title {
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.ft-cloumn-link {
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #8e8e8e;
}
a.ft-cloumn-link:hover {
  color: #fff;
}
.footer-qrcode-1,
.footer-qrcode-2 {
  float: left;
  padding-top: 5px;
}
.footer-qrcode-1 {
  margin-right: 30px;
}
.ft-qrcode-img {
  display: block;
}
.ft-qrcode-txt {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  color: #8e8e8e;
}
.footer-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ft-menu {
  font-size: 0;
}
.ft-menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #8e8e8e;
  font-size: 14px;
}
.ft-menu-item + .ft-menu-item {
  margin-left: 16px;
  padding-left: 17px;
}
.ft-menu-item + .ft-menu-item:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #555;
  top: 1px;
  left: 0;
}
.ft-menu-item:hover {
  color: #fff;
}
.ft-copyright {
  font-size: 14px;
  color: #8e8e8e;
  margin-top: 20px;
}
.ft-copyright a,
.ft-copyright a:hover {
  color: #8e8e8e;
  font-size: 14px;
}
.ft-prestige {
  margin-top: 22px;
}
.ft-prestige-item {
  float: left;
  width: 82px;
  height: 30px;
  background-image: url('../images/footer.png');
  background-repeat: no-repeat;
  margin-right: 20px;
  border-radius: 2px;
}
.ft-prestige-1 {
  background-position: 0 0;
}
.ft-prestige-2 {
  background-position: -90px 0;
}
.ft-prestige-3 {
  background-position: -180px 0;
}
.ft-prestige-4 {
  background-position: -270px 0;
}
.ft-prestige-5 {
  background-position: -360px 0;
}
.ft-prestige-6 {
  background-position: -450px 0;
}
.ft-prestige-7 {
  background-position: -540px 0;
}
.ft-prestige-8 {
  background-position: -630px 0;
}
/* 漂浮元素 */
.web-fixedbar {
  position: fixed;
  z-index: 8999;
  top: 50%;
  margin-top: -140px;
  right: 0;
  width: 50px;
  height: 269px;
}
.fixed-bar-qrcode {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: url(../images/newindex/icon-qr.png) 0 0 no-repeat;
  margin-bottom: 14px;
}
.fixedqrcode {
  position: absolute;
  right: 60px;
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  display: none;
}
.fixed-bar-qrcode.hover .fixedqrcode {
  display: block;
}
.fixed-bar-list {
  box-shadow: -1px 2px 15px rgba(0, 0, 0, 0.15);
}
.fixed-bar-item {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  background-color: #fff;
}
.fixed-bar-item + .fixed-bar-item:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #ececec;
  left: 10px;
  top: 0;
}
.fixed-bar-link {
  position: relative;
  z-index: 5;
  display: block;
  width: 50px;
  height: 50px;
}
.fixed-bar-link:hover {
  background: url(../images/newindex/fixed-bg.png) no-repeat 0 0;
  color: #fff;
}
.fixed-bar-link:hover i {
  color: #fff !important;
}
.fixed-bar-title {
  float: left;
  width: 30px;
  height: 36px;
  line-height: 18px;
  text-align: center;
  padding: 7px 10px 0;
  font-size: 12px;
}
.fixed-bar-title .layui-icon {
  color: #707070;
  display: block;
}
.icon-service {
  display: block;
  height: 16px;
  margin-top: 2px;
  background: url(../images/newindex/kf.png) 50% 0 no-repeat;
}
.fixed-bar-link:hover .icon-service {
  background-image: url(../images/newindex/kf_hover.png);
}
/* 登录弹窗 */
.login-popup {
  padding: 30px 50px 50px;
}
.login-popup .layui-form-item {
  margin-bottom: 20px;
}
.login-popup .layui-form-label {
  padding: 9px 0;
  width: 70px;
}
.login-popup .layui-input-block {
  margin-left: 80px;
}
.login-popup .btn-login {
  width: 100%;
  height: 40px;
  font-size: 16px;
  margin-top: 20px;
}
.login-pop-tips {
  color: #8e8e8e;
}
.login-pop-tips a {
  color: #408cfa;
}
.login-pop-tips a:hover {
  color: #408cfa;
  text-decoration: underline;
}
/* 404页面 */
.notfound {
  padding: 170px 0 250px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  background-color: #fff;
}
.countdown {
  margin-top: 28px;
}
.countdown span {
  font-size: 14px;
}
.countdown a,
.countdown a:hover {
  color: #408cfa;
  text-decoration: underline;
}

/* 求购弹窗 */
.user-skin .layui-layer-title {
  display: none;
}
.user-skin .layui-layer-content {
  padding: 0 !important;
}
.popup-buy {
  padding: 40px 20px 30px;
}
.popup-buy-hd {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.popup-buy-item {
  margin-top: 16px;
}
.popup-buy-item .layui-form-select dl {
  -webkit-animation-name: none;
  animation-name: none;
  max-height: 190px;
}
.popup-buy-item .layui-btn {
  width: 100%;
  height: 38px;
  line-height: 38px;
}

/* layer.alert、layer.confirm重置样式 */
.alert-form.layui-layer .layui-layer-setwin,
.confirm-form.layui-layer .layui-layer-setwin,
.msg-form.layui-layer .layui-layer-setwin {
  right: 8px;
  top: 10px;
}
.alert-form.layui-layer,
.confirm-form.layui-layer {
  padding: 30px 0 18px;
  min-width: 300px;
  background: #fff;
  text-align: center;
}
.alert-form.layui-layer .layui-layer-title,
.confirm-form.layui-layer .layui-layer-title {
  display: none;
}
.alert-form.layui-layer .layui-layer-content,
.confirm-form.layui-layer .layui-layer-content {
  text-align: center;
  padding: 0 30px;
}
.alert-form.layui-layer .icon1,
.confirm-form.layui-layer .icon1 {
  display: block;
  width: 60px;
  height: 60px;
  background: url(./images/icon1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 20px;
}
.alert-form.layui-layer .title,
.confirm-form.layui-layer .title {
  font-size: 16px;
  font-weight: bold;
  color: #111;
}
.alert-form.layui-layer .content,
.confirm-form.layui-layer .content {
  font-size: 14px;
  color: #8e8e8e;
  margin-top: 10px;
}
.alert-form.layui-layer .layui-layer-content .layui-layer-ico,
.confirm-form.layui-layer .layui-layer-content .layui-layer-ico {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0 auto 15px;
}
.alert-form.layui-layer .layui-layer-btn,
.confirm-form.layui-layer .layui-layer-btn {
  text-align: center;
}
.alert-form.layui-layer .layui-layer-btn,
.confirm-form.layui-layer .layui-layer-btn {
  text-align: center;
  margin-top: 20px;
}
.alert-form.layui-layer .layui-layer-btn a {
  margin: 0;
  box-sizing: border-box;
}
.confirm-form.layui-layer .layui-layer-btn a {
  min-width: 80px;
  height: 34px;
  margin: 0 5px;
  line-height: 34px;
  box-sizing: border-box;
  padding: 0 10px;
}
.alert-form.layui-layer .layui-layer-btn a {
  width: 170px;
  height: 34px;
  line-height: 34px;
  background: #ff692e;
  border: none;
}
.confirm-form.layui-layer .layui-layer-btn .layui-layer-btn0 {
  line-height: 34px;
  background: #ff692e;
  border: none;
}
/* 按钮右排序 */
.btnr.layui-layer .layui-layer-btn {
  display: inline-block;
}
.btnr.layui-layer .layui-layer-btn a {
  float: right;
}
/* layer.msg重置样式 */
.msg-form.layui-layer {
  text-align: center;
}
.msg-form.layui-layer .layui-layer-padding {
  text-align: center;
  padding: 20px;
}
.msg-form.layui-layer .layui-layer-content .layui-layer-ico {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0 auto 10px;
}
/* 移动端打开板块 */
.towap {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 35px 30px;
  height: 170px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.link_wap {
  float: right;
  width: 220px;
  height: 80px;
  margin-top: 10px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 76px;
}

/* 新版底部样式 */
.web-footer-wrapper {
  background-color: #06060b;
  color: #8e8e8e;
  line-height: 1;
  padding: 30px 0;
  font-size: 12px;
}
.footer-menu {
  text-align: center;
  margin-bottom: 20px;
}
.footer-menu-item {
  position: relative;
  display: inline-block;
  color: #8e8e8e;
}
.footer-menu-item + .footer-menu-item {
  margin-left: 16px;
  padding-left: 17px;
}
.footer-menu-item + .footer-menu-item:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #555;
  top: 2px;
  left: 0;
}
.footer-menu a:hover {
  color: #fff;
}

.footer-menu .footer-copyright {
  display: inline-block;
}
.footer-copyright a {
  color: #8e8e8e !important;
}
.footer-copyright a:hover {
  color: #fff !important;
}
.footer-menu .footer-linkus {
  display: inline-block;
  margin-left: 15px;
}
.footer-prestige {
  margin-top: 20px;
  text-align: center;
}
.footer-prestige-item {
  display: inline-block;
  width: 82px;
  height: 30px;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  margin-right: 20px;
}
.footer-prestige-1 {
  background-position: 0 0;
}
.footer-prestige-2 {
  background-position: -90px 0;
}
.footer-prestige-3 {
  background-position: -180px 0;
}
.footer-prestige-4 {
  background-position: -270px 0;
}
.footer-prestige-5 {
  background-position: -360px 0;
}
.footer-prestige-6 {
  background-position: -450px 0;
}
.footer-prestige-7 {
  background-position: -540px 0;
}
.footer-prestige-8 {
  background-position: -630px 0;
}

/* 新版菜单样式 */
.site-index {
  position: relative;
  z-index: 99;
}
.site-index .i-sidebar,
.hover.i-sidebar {
  height: 524px;
  overflow: unset;
}
.i-menu {
  background-color: #fff;
  position: relative;
  z-index: 99;
}
/* .i-menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ff692e;
} */
.i-menu-list {
  height: 100%;
  /* line-height: 44px; */
  font-size: 0;
  float: none !important;
  /* margin-left: 140px; */
}
.i-menu-item {
  width: 56px;
  height: 100%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  position: relative;
}
.i-menu-list:first-child {
  margin-left: 55px;
}
.i-menu-item:after {
  width: 0;
  height: 0;
}
.i-menu-item a {
  display: block;
  position: relative;
}
.i-menu-item.hover .join-gif,
.join-jpg {
  display: block;
}
.i-menu-item.hover .join-jpg,
.join-gif {
  display: none;
}
.i-menu-item.curr a {
  color: #006666;
}
.i-menu-item.curr a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #006666;
  bottom: 26px;
  left: 0;
}
.i-menu-item:after {
  content: ' ';
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 0;
  height: 2px;
  transition: all 0.1s ease;
}
.i-menu-item.curr:hover::after {
  content: '';
  position: absolute;
  display: none;
}
.i-menu-item:hover::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #006666;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  transform: scale(1);
}
.i-menu-downlist {
  position: absolute;
  padding: 0 15px;
  min-width: 4em;
  width: 100%;
  left: -15px;
  top: 100%;
  height: 0;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  line-height: 36px;
  background-color: #fff;
  overflow: hidden;
}
.i-menu-item:hover a {
  color: #006666;
}
.i-menu-item .i-menu-downlist a {
  color: #111;
}
.i-menu-item .i-menu-downlist a:hover {
  color: #ff692e;
}
.hover .i-menu-downlist {
  padding: 8px 15px;
  height: auto;
}
.web-sidebar {
  position: relative;
  z-index: 99;
}
.i-sidebar {
  position: absolute;
  top: -44px;
  left: 0;
  height: 44px;
  width: 250px;
  z-index: 1;
  background: url(../images/newindex/bar-bg.png) 0 0 no-repeat;
  transition: all 0.25s;
  overflow: hidden;
}
.i-sidebar-title {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  height: 44px;
}
.i-sidebar-list {
  height: 480px;
  position: relative;
}
.i-sidebar-item {
  display: block;
  box-sizing: border-box;
  width: 250px;
  height: 80px;
  border: 1px solid transparent;
  padding: 18px 0 0 24px;
  transition: all 0.3s;
}
.i-sidebar-item:hover {
  background-color: #fff;
  border-color: #ececec;
  border-right-color: transparent;
  padding-left: 30px;
}
.i-si-title {
  line-height: 16px;
  font-size: 14px;
  color: #fff;
}
.icon-font {
  font-family: font_family;
  margin-right: 3px;
}
.i-si-links {
  font-size: 0;
  line-height: 1;
  margin-top: 14px;
}
.i-si-links a {
  color: #fff;
  font-size: 12px;
  margin-right: 22px;
}
.i-si-links a:hover {
  color: #ff692e;
}
.i-sidebar-item:hover .i-si-title {
  color: #111;
}
.i-sidebar-item:hover .i-si-links a {
  color: #111;
  opacity: 0.7;
}
.i-sidebar-item:hover .i-si-links a:hover {
  color: #ff692e;
  opacity: 1;
}
.i-si-detail {
  position: absolute;
  top: 0;
  left: 250px;
  background-color: #fff;
  width: 704px;
  height: 480px;
  border: 1px solid #ececec;
  padding: 35px 24px 0 35px;
  display: none;
  transition: all 0.3s;
  opacity: 0;
  box-sizing: border-box;
}
.i-si-detail:after {
  position: absolute;
  content: '';
  left: -1px;
  width: 2px;
  height: 78px;
  background-color: #fff;
}
.i-si-detail-0:after {
  top: 0;
}
.i-si-detail-1:after {
  top: 80px;
}
.i-si-detail-2:after {
  top: 160px;
}
.i-si-detail-3:after {
  top: 240px;
}
.i-si-detail-4:after {
  top: 320px;
}
.i-si-detail-5:after {
  top: 400px;
}
.i-sidebar-item:hover .i-si-detail {
  display: block;
  opacity: 1;
}
.i-sid-left {
  width: 470px;
  float: left;
}
.i-sid-shop {
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}
.i-sid-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.i-sid-shop .i-sid-title {
  color: #fff;
  font-size: 0;
}
.i-sid-shop .i-sid-title:before {
  color: #111;
  content: '推荐商家';
  font-size: 14px;
}
.i-sid-shopbox {
  height: 18px;
  line-height: 18px;
  font-size: 0;
  margin-top: 18px;
}
.i-sid-shopbox a {
  display: inline-block;
  font-size: 12px;
  padding: 0 4px;
  vertical-align: middle;
  background-color: #ffece9;
  color: #ff692e;
  border-radius: 2px;
}
.i-sid-shopbox a + a {
  margin-left: 20px;
}
.i-sid-wood-links {
  margin-top: 8px;
  line-height: 36px;
  font-size: 12px;
}
.i-sid-wood-links a {
  color: #8e8e8e;
  margin-right: 20px;
}
.i-sid-wood-links a:hover {
  color: #ff692e;
}
.i-sid-right {
  margin-left: 517px;
  width: 126px;
}
.i-sid-goods {
  position: relative;
  display: block;
  height: 140px;
  width: 126px;
  text-align: center;
  font-size: 12px;
}
.i-sid-goodimg {
  display: block;
}
.i-sid-goodname {
  position: absolute;
  width: 100%;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  top: 76px;
  left: 0;
}
.i-sid-goodprice {
  line-height: 1;
  margin-top: 12px;
}

/* 浮动导航 */
.fixed_head {
  position: fixed;
  top: -100px;
  left: 0;
  height: 96px;
  line-height: 96px;
  width: 100%;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 199;
  transition: all 0.3s;
}
.fixed_head.i-menushow {
  top: 0;
}
.i-menushow .fixed_menu {
  overflow: unset;
  /* float: right; */
}
.i-menushow .layui-container {
  width: 1344px;
}
.fixed_logobox {
  float: left;
  display: flex;
  align-items: center;
}
.fixed_menu {
  display: inline-block;
  transition: all 0.3s;
  position: relative;
}
.fixed_menu .i-menu-list {
  line-height: 96px;
  height: 96px;
  white-space: nowrap;
}
.fixed_menu .i-menu-item {
  margin-left: 0;
  margin-right: 54px;
}
.user_search .fixed_menu {
  width: 350px;
}
.user_search .i-menu-list {
  width: 350px;
  overflow: hidden;
}
.fixed_close-search {
  position: absolute;
  width: 0;
  height: 30px;
  cursor: pointer;
  background: url('/res/v1/images/icon-more.png') no-repeat 50% 50%;
  top: 15px;
  right: -30px;
}
.user_search .fixed_close-search {
  width: 30px;
}
.fixed_search {
  position: absolute;
  height: 40px;
  padding-right: 60px;
  border: 1px solid #fff;
  top: 20px;
  right: 112px;
  width: 60px;
  transition: all 0.3s;
  box-sizing: border-box;
  background-color: #fff;
}
.fixed_s-opt {
  line-height: 28px;
  cursor: pointer;
  font-size: 12px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.fixed_sing {
  height: 28px;
  padding: 5px 10px 5px 13px;
}
.fixed_s-opt.hover .fixed_s-more {
  display: block;
}
.fixed_s-opt .layui-icon-up {
  display: none;
}
.fixed_s-opt.hover .layui-icon-down {
  display: none;
}
.fixed_s-opt.hover .layui-icon-up {
  display: inline-block;
}
.fixed_s-more {
  display: none;
  margin-top: 1px;
  text-align: left;
  padding: 5px 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fixed_s-type {
  padding: 0 10px 0 13px;
}
.fixed_s-type:hover {
  color: #ff692e;
}
.fixed_s-inputbox {
  height: 28px;
  line-height: 28px;
  padding: 5px 0;
  background-color: #fff;
  width: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.fixed_s-input {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-left: 65px;
  font-size: 14px;
}
.user_search .fixed_search {
  width: 480px;
  border-color: #ff692e;
}
.user_search .fixed_s-opt {
  display: block;
}
.user_search .fixed_s-inputbox {
  width: 350px;
}
.fixed_s-btn,
.fixed_s-a {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 38px;
  background: url('/res/v1/images/icon-search.png') no-repeat 50% 50%;
  cursor: pointer;
}
.fixed_s-btn {
  display: none;
  border-style: none;
}
.user_search .fixed_s-btn {
  display: block;
}
.user_search .fixed_s-a {
  display: none;
}
.fixed_cart {
  position: absolute;
  width: 60px;
  height: 40px;
  top: 20px;
  right: 40px;
  background: url('/res/v1/images/icon-cart.png') no-repeat 6px 50%;
}
.fixed_cart-num {
  font-size: 12px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #ff692e;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  margin-left: 15px;
  box-sizing: border-box;
  padding: 0 5px;
}
.fixed_user {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 22px;
  right: 0;
}
.fixed_user-links {
  position: absolute;
  top: 48px;
  right: 0;
  width: 90px;
  line-height: 30px;
  font-size: 12px;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.fixed_user-link {
  display: block;
  padding: 0 12px;
}
.hover .fixed_user-links {
  padding: 6px 0;
  height: auto;
}
.fixed_user-img {
  border-radius: 50px;
}

/* 商城，供应，求购 - 筛选板块 */
.nobdtop {
  border-top-style: none !important;
}
.web-filter-tag {
  height: 50px;
  font-size: 0;
  line-height: 50px;
  padding-left: 20px;
}
.web-filter-selected {
  display: inline;
}
.w-ft-label,
.w-ft-item {
  display: inline-block;
  font-size: 12px;
}
.w-ft-label {
  color: #666;
  margin-right: 4px;
}
.w-ft-label i {
  font-size: 12px;
  display: inline-block;
}
.w-ft-item {
  display: inline-block;
  cursor: pointer;
  margin-right: 6px;
  padding-left: 6px;
  line-height: 20px;
  border: 1px solid #f3f3f3;
  background-color: #fcfcfc;
  border-radius: 2px;
  color: #666;
}
.w-ft-item i {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-left: 3px;
}
.w-ft-item i:after {
  content: '\1006';
  font-family: layui-icon !important;
  font-size: 10px;
  font-weight: 600;
  color: #cdcdcd;
}
.w-ft-item:hover {
  border-color: #ff692e;
}
.w-ft-item:hover i {
  background-color: #ff692e;
}
.w-ft-item:hover i:after {
  color: #fff;
}
.web-filter-box {
  border: 1px solid #ececec;
  margin-bottom: 12px;
}
.web-fb-tags {
  height: 41px;
  line-height: 42px;
  font-size: 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
}
.web-fb-item {
  font-size: 14px;
  color: #111;
  position: relative;
  display: inline-block;
  width: 160px;
  text-align: center;
  cursor: pointer;
}
.web-fb-item span {
  position: relative;
  z-index: 9;
}
.web-fb-item i {
  position: absolute;
  width: 190px;
  height: 42px;
  top: 0;
  left: -16px;
  background: url('../images/bg_tag.png') no-repeat 0 0;
  z-index: 1;
  display: none;
}
.web-fb-item.act i {
  display: block;
}
.web-fb-item.act {
  font-weight: 600;
}
.web-filter-item {
  display: none;
}
.web-filter-item.act {
  display: block;
}
.web-fb-cloumn {
  line-height: 38px;
  position: relative;
  height: 38px;
  overflow: hidden;
  margin: 0 10px;
}
.web-fb-cloumn.showall {
  height: auto;
}
.web-fb-cloumn + .web-fb-cloumn {
  border-top: 1px dashed #ececec;
}
.web-fbc-label {
  padding-left: 9px;
  width: 80px;
  float: left;
  font-size: 12px;
  color: #999;
}
.web-fbc-block {
  width: 1000px;
  margin-left: 95px;
  font-size: 0;
}
.showall .letter-box + .web-fbc-block {
  padding-top: 38px;
}
.web-fbc-item {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
}
.web-fbc-item a {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 2px;
}
.web-fbc-item.act a {
  background-color: #ff692e;
  color: #fff;
}
.web-fbc-more {
  position: absolute;
  line-height: 20px;
  height: 20px;
  border: 1px solid #ececec;
  color: #8e8e8e;
  right: 10px;
  top: 8px;
  padding: 0 8px;
  background-color: #fff;
  cursor: pointer;
  z-index: 9;
  font-size: 12px;
}
.web-fbc-more:hover {
  color: #ff692e;
  border-color: #ff692e;
}
.web-fbc-more i {
  font-size: 10px;
}
.totalnum {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  line-height: 40px;
  border-right: 1px solid #ececec;
  margin-right: 10px;
}
/* 字母搜索 */
.letter-box {
  position: absolute;
  font-size: 0;
  display: none;
}
.showall .letter-box {
  display: block;
  top: 0;
  left: 95px;
}
.showall .web-fbc-all {
  display: block;
}
.letter-item {
  float: left;
  width: 100px;
}
.letter-item a {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 2px;
  letter-spacing: 4px;
}
.letter-item.cur a {
  color: #ff692e;
}

/* 规格模板 */
.woodspecs-cloumn {
  overflow: unset;
}
.template-label {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 9px;
  border: 1px solid #ececec;
  position: relative;
  vertical-align: middle;
}
.template-label span {
  font-size: 12px;
}
.tl-label {
  color: #8e8e8e;
}
.template-label i {
  font-size: 10px;
  margin-left: 4px;
}
.template-label:hover .layui-icon-down {
  display: none;
}
.template-label .layui-icon-up {
  display: none;
}
.template-label:hover .layui-icon-up {
  display: inline-block;
}
.template-list {
  position: absolute;
  bottom: 100%;
  left: -1px;
  width: 100%;
  border: 1px solid #ececec;
  line-height: 20px;
  background-color: #fff;
  z-index: 9;
  display: none;
  padding: 5px 0;
}
.hover .template-list {
  display: block;
}
.template-list li {
  display: block;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.template-list li:hover {
  color: #fff;
  background-color: #ff692e;
}
.template-box {
  display: inline-block;
  padding-left: 20px;
}
.template-specs-item {
  display: inline-block;
  margin-right: 10px;
}
.template-specs-item span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.template-input {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  width: 80px;
  vertical-align: middle;
  font-size: 12px;
  margin: 0 5px;
}
.template-btn {
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #ececec;
  color: #ff692e;
  position: absolute;
  right: 20px;
  top: 9px;
}
.template-btn:hover {
  background-color: #ff692e;
  border: 1px solid #ff692e;
  color: #fff;
}
/* 商城，供应，求购 - 筛选板块 - end */

/* 登录弹窗 */
.dialog_login .layui-layer-title {
  visibility: hidden;
  opacity: 0;
}
/* 小分页 */
.mall-list-page {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  position: relative;
}
.ml-nowpage {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  width: 72px;
  text-align: center;
}
.ml-nowpage .curr {
  color: #ff692e;
}
.mall-list-page .layui-laypage-prev {
  margin-right: 60px;
  border: none;
}
.mall-list-page .layui-laypage a:hover {
  color: #ff692e;
}
.ml-pagebtn .layui-laypage {
  margin: 0px 20px 0 0;
}
.ml-pagebtn {
  display: inline-block;
  vertical-align: middle;
}
.ml-pagebtn a {
  margin-bottom: 0;
  border-radius: 2px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: #f7f7f7;
}
.ml-prevpage,
.ml-nextpage {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ebecf0;
  color: #bcbcbc;
  border-radius: 2px;
  cursor: pointer;
}
.ml-prevpage:hover,
.ml-nextpage:hover {
  color: #ff692e;
  border-color: #ff692e;
}
.ml-nextpage {
  margin-left: 5px;
}
.web-menu {
  width: 100%;
  height: 96px;
  line-height: 96px;
  background-color: #fff;
  padding-top: 0;
}
.web-menu .web-menu-centen {
  width: 1344px !important;
  margin: auto;
  height: 100%;
}
.web-menu .web-menu-logo {
  float: left;
  width: 122px;
  height: 54px;
}
.web-menu .i-menu {
  float: left;
  height: 100%;
  background: no-repeat;
  margin-left: 7px;
}
div.web-menu-merchant.i-web-menu-merchant.i-web-menu-merc {
  display: flex;
  align-items: center;
  width: 158px;
  height: auto;
  margin: 23px 0 0 0;
}
.i-web-menu-merc .user-login {
  width: 74px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #b4c3cc;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-web-menu-merc .user-reg {
  width: 74px;
  height: 32px;
  background: #006666;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
}
.web-menu .web-menu-merchant {
  width: 152px;
  height: 50px;
  float: right;
}

.i-web-menucc.web-menu .i-menu-list:first-child {
  margin-left: 62px;
}
.i-web-menucc.web-menu .i-menu {
  line-height: 96px;
  margin-left: 0;
  /* float: right; */
}
.i-web-menucc.web-menu .i-menu .i-menu-item:after {
  top: 68px;
}
.i-web-menucc.web-menu .i-menu .i-menu-item {
  width: auto;
}

.i-web-menucc .web-menu-centen {
  line-height: 1;
}
.i-web-menucc .web-menu-centen .web-menu-logo {
  /* margin-top: 13px; */
  height: 100%;
  display: flex;
  align-items: center;
}
.log-bg-box:hover {
  top: 20%;
  opacity: 1;
}
.web-menu-merchant.i-web-menu-merchant.i-web-menu-merc.login-box:hover .log-bg-box {
  top: 20px;
  opacity: 1;
  pointer-events: auto;
}
.i-web-menu-merchant {
  line-height: 1;
  margin-top: 22px;
}
.web-menu .i-menu .i-menu-item {
  text-align: center;
  height: 100%;
  margin-left: 54px;
}
.web-menu-merchant-padding {
  padding-top: 20px;
}
.i-menu .i-menu-item:first-child {
  margin-left: 0;
}
.select-box {
  position: relative;
}
.i-select {
  display: flex;
  justify-content: space-between;
}
.i-select-box {
  width: 100%;
}

.i-attract-investment .layui-form-select {
  display: none !important;
}
.select-box .select-icon {
  width: 14px;
    height: 14px;
  color: #000;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.input-trade {
  display: block;
  width: 200px;
}
.i-attract-investment {
  width: 100%;
  padding: 120px 0;
  background-color: #fff;
  background: url('https://res.mutouyun.com/web/images/v2/bottom_bg.png') no-repeat;
}

.i-attract-investments {
  padding-top: 88px;
}
.i-attract-investment .attract-join {
  width: 910px;
  height: 485px;
  background: #ffffff;
  border: 2px solid #f4f4f4;
  box-shadow: 0px -4px 20px 0px rgba(255, 255, 255, 0.62), 0px 4px 20px 0px rgba(227, 229, 230, 0.62), 0px 3px 0px 0px #ffffff,
    0px 3px 0px 0px #ffffff;
  margin: 0 auto;
  padding: 0 80px 0 40px;
  position: relative;
  z-index: 9;
  display: flex;
}

.i-attract-investment .attract-join .layui-form select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #646566;
}
.i-attract-investment .i-attract-join {
  padding: 0 80px;
  width: 1030px;
}

.i-attract-investment .i-attract-join .attract-join-our {
  margin-right: 120px;
}
.i-attract-investment .attract-join .attract-join-our-select-two {
  width: 200px;
  height: 40px;
  margin-left: 20px;
  border: none;
  background: #f7f9fa;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.i-attract-investment .attract-join .layui-form-label {
  float: none !important;
  text-align: left !important;
  padding: 0 0 8px;
}

.i-attract-investment .attract-join .attract-join-our {
  margin-top: 179px;
}

.i-attract-investment .attract-join .attract-join-our .attract-join-our-h {
  font-size: 32px;
  margin-right: 40px;
  font-weight: bold;
  color: #262e3c;
  margin-bottom: 24px;
}

.i-attract-investment .attract-join .attract-join-our .attract-join-our-p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
}

.i-attract-investment .attract-join .attract-join-our-select {
  width: 200px;
  height: 40px;
  border: none;
  background: #f7f9fa;
  padding: 0 10px;
}

.i-attract-investment .attract-join .input-trade {
  display: none;
}

.i-attract-investment .attract-join .layui-btn {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  width: 124px;
  height: 43px;
  background: #ff692e;
  margin-bottom: 20px;
}

.i-attract-investment .attract-join .layui-input-block {
  margin-left: 0;
}

.i-attract-investment .attract-join .layui-input {
  background: #f7f9fa;
  border: 0;
  height: 41px;
}
.web-menu .i-web-pop {
  width: 160px;
  height: 54px;
  margin-top: 14px;
}
.i-menu-item:after {
  top: 68px;
}
.i-menu-item:hover::after {
  top: 68px;
}
.realname {
  font-size: 16px;
  width: 125px;
}
.realname-w {
  width: auto;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 16px;
}
.headimg {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  border-radius: 50%;
  margin-right: 8px;
}
.login-box .log-bg-box {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.1s;
  pointer-events: none;
}
.bottom-icon,
.bottom-icons {
  transition: all 0.3s;
  width: 11px;
  height: 6px;
  margin-left: 10px;
  cursor: pointer;
  padding: 15px 0px 15px 0;
}
.login-box {
  position: relative;
}
.eidt {
  left: 29px;
  top: 34px;
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #656566;
  width: 122px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eidt:hover {
  background: #ebf8f8;
  color: #006666;
}
.rotate {
  transform: rotate(180deg);
}
.i-menu-item {
  width: auto;
  font-size: 16px;
}

div.web-menu-merchant.i-web-menu-merchant.i-web-menu-merc {
  justify-content: end;
  width: auto;
  cursor: pointer;
}
.web-menu-merchant.i-web-menu-merchant.i-web-menu-merc.login-box .bottom-icon-box img:nth-of-type(2) {
  display: none;
}
.web-menu-merchant.i-web-menu-merchant.i-web-menu-merc.login-box:hover .bottom-icon-box img:nth-of-type(1) {
  display: none;
}
.web-menu-merchant.i-web-menu-merchant.i-web-menu-merc.login-box:hover .bottom-icon-box img:nth-of-type(2) {
  display: block;
}

.web-menu-centen-mall {
  display: flex;
  position: relative;
  width: 1200px !important;
  margin: auto;
  height: 100%;
}
.web-menu-merchant-padding-mall {
  float: none !important;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.web-menu-merchant-cart {
  bottom: 10px;
}
.web-menu-centen-mall {
  display: flex;
  position: relative;
  width: 1200px !important;
  margin: auto;
  height: 100%;
}
.web-menu-merchant-padding-mall {
  float: none !important;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.web-menu-merchant-cart {
  bottom: 10px;
}

.footer-qrcode-icon img{
  width: 28px;
  height: 28px;
}

.flex{
  display: flex;
}