.m-main {
  margin-bottom: 70px;
}

.m-main .category-nav-wrapper {
  border: 1px solid #E5E5E5;
  padding: 0 12px 12px;
}

.m-main .category-nav-wrapper>.title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #1581EF;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}

.m-main .category-nav-wrapper>.title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 38px;
  border-bottom: 2px solid #1581EF;
}

.m-main .category-nav-wrapper .nav-list {
  display: flex;
  margin-top: 12px;
}

.m-main .category-nav-wrapper .nav-item {
  flex: 1;
  padding: 0 10px;
}

.m-main .category-nav-wrapper .nav-item.active .nav-block {
  border: 1px solid rgba(21, 129, 240, 1);
  box-shadow: 0px 0px 29px 0px rgba(21, 129, 240, 0.35);
}

.m-main .category-nav-wrapper .nav-item.active .nav-block .name {
  color: #1581F0;
}

.m-main .category-nav-wrapper .nav-item .nav-block:hover {
  border: 1px solid rgba(21, 129, 240, 1);
  box-shadow: 0px 0px 29px 0px rgba(21, 129, 240, 0.35);
}

.m-main .category-nav-wrapper .nav-item .nav-block:hover .name {
  color: #1581F0;
}

.m-main .category-nav-wrapper .nav-block {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding: 16px;
  border: 1px solid #E5E5E5;
}

.m-main .category-nav-wrapper .nav-item .img-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-main .category-nav-wrapper .nav-item .img-wrapper img {
  max-width: 100%;
  max-width: 100%;
}

.m-main .category-nav-wrapper .nav-item .name {
  text-align: center;
  font-size: 14px;
}

.m-main .category-wrapper {
  padding: 0 12px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
  position: relative;
}

.m-main .category-wrapper .title-wrapper {
  display: flex;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #E5E5E5;
  justify-content: space-between;
}

.m-main .category-wrapper .title-wrapper .title {
  font-size: 18px;
  font-weight: bold;
  color: #1581EF;
  position: relative;
}

.m-main .category-wrapper .title-wrapper .title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  border-bottom: 2px solid #1581EF;
}

.m-main .category-container {
  padding: 12px 0;
  display: flex;
}

.m-main .category-container .nav-list {
  flex: 0 0 180px;
  background: #F8F8F8;
}

.m-main .category-container .nav-item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  position: relative;
}


.m-main .category-container .nav-item.active .nav {
  color: #1581F0;
}

.m-main .category-container .nav-item .nav:hover::after,
.m-main .category-container .nav-item.active .nav::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 2px;
  height: 50px;
  border-right: 2px solid #1581EF;
}

.m-main .category-container .nav-item .nav {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px dashed #E5E5E5;
  font-size: 14px;
}

.m-main .category-container .pros-wrapper {
  flex: 1;
  margin-left: 20px;
}

.m-main .category-container .pros-list {
  width: 100%;
  display: none;
}

.m-main .category-container .pros-list .more {
  white-space: nowrap;
  position: absolute;
  top: 10px;
  right: 10px;
}

.m-main .category-container .pros-list .more .iconfont {
  vertical-align: top;
}

.m-main .category-container .pros-list.showActive {
  display: flex;
  flex-wrap: wrap
}

.m-main .category-container .pros-item {
  flex: 0 0 25%;
  padding: 20px;
  width: 0;
}

.m-main .category-container .pros-item .pro {
  width: 100%;
}

.m-main .category-container .pros-item .pro .img-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-main .category-container .pros-item .pro .img-wrapper img {
  max-width: 100%;
  max-width: 100%;
}

.m-main .category-container .pros-item .pro .name {
  width: 100%;
  color: #333;
  text-align: center;
  margin-top: 16px;
  max-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-main .category-container .pros-item .pro .classcode {
  text-align: center;
  display: inline-block;
  color: #999;
  margin-top: 6px;
  min-height: 16px;
  word-wrap: break-word;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.m-main .category-container .pros-item .pro:hover .name,
.m-main .category-container .pros-item .pro:hover .classcode {
  color: #1581F0;
}

/* 商品种类页面 */
.c-main {
  margin-bottom: 60px;
}

.c-main .screen-wrapper {
  border: 1px solid #E5E5E5;
  border-bottom: none;
  position: relative;
}

.c-main .screen-wrapper .loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6)
}

.c-main .screen-wrapper .loading-wrapper img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}

.c-main .screen-wrapper .item {
  border-bottom: 1px solid #E5E5E5;
  display: table;
  font-size: 0;
  line-height: 40px;
}

.c-main .screen-wrapper .item:last-of-type {
  border-bottom: none;
}

.c-main .screen-wrapper .title {
  color: #1581EF;
  background: #EBF5FF;
  font-size: 12px;
  display: inline-block;
  width: 200px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.c-main .screen-wrapper .content {
  display: inline-block;
  padding: 0 20px;
  width: 1000px;
  font-size: 0;
  vertical-align: top;
}

.c-main .clear-item {
  border-bottom: 1px solid #E5E5E5;
}

.c-main .clear-checked {
  text-align: right;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
}

.c-main .clear-checked a {
  color: #999;
}

.c-main .clear-checked a:hover {
  color: #1581F0;
}

.c-main .clear-checked .iconfont {
  vertical-align: top;
  font-size: 20px;
  margin-right: 6px;
}

.c-main .screen-wrapper .subitem {
  display: inline-block;
  min-width: 120px;
  margin-right: 10px;
  line-height: 30px;
}

.c-main .screen-wrapper .subitem .img-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-main .screen-wrapper .subitem .img-wrapper img {
  max-width: 80px;
  max-height: 80px;
}

.c-main .screen-wrapper .subitem .layui-form-checkbox span {
  font-size: 12px;
  padding-right: 0;
}

.c-main .goods-wrapper {
  margin-top: 10px;
  border: 1px solid #E5E5E5;
}

.c-main .goods-hd {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #EBF5FF;
  font-size: 12px;
  color: #333;
  padding: 0 20px 0 36px;
  border-bottom: 1px solid #E5E5E5;
}

.c-main .goods-hd .count {
  font-size: 16px;
  color: #EFB515;
  margin: 0 10px;
}

.c-main .goods-list {
  padding: 20px 20px 4px 20px;
  font-size: 0;
}

.c-main .bottom-page-wrapper {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #EBF5FF;
  font-size: 12px;
  color: #333;
  padding: 0 20px 0 36px;
  border-top: 1px solid #E5E5E5;
}

.c-main .goods-list .item {
  display: inline-block;
  width: 218.8px;
  height: 235px;
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  border: 1px solid #E5E5E5;
  vertical-align: top;
}

.c-main .goods-list .item:nth-of-type(5n) {
  margin-right: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #333;
}

.c-main .goods-list .item>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
  padding: 16px 20px;
  text-align: center;
}

.c-main .goods-list .img-wrapper {
  width: 130px;
  height: 130px;
  margin: 0 auto
}

.c-main .goods-list .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.c-main .goods-list .name {
  width: 100%;
  margin-top: 16px;
  max-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-main .goods-list .classcode {
  display: inline-block;
  color: #999;
  margin-top: 6px;
  min-height: 16px;
  word-wrap: break-word;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-main .goods-list .item:hover {
  border: 1px solid rgba(21, 129, 240, 1);
  box-shadow: 0px 0px 29px 0px rgba(21, 129, 240, 0.35);
}

.p-main {
  margin-bottom: 20px;
}

.p-main .pro-base-l {
  display: inline-block;
  width: 270px;
}

.p-main .pro-base-l>.title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(0deg, rgba(240, 145, 21, 0) 0%, rgba(240, 145, 21, 0.15) 100%);
  font-size: 18px;
  font-weight: bold;
  color: #F09115;
  border-top: 2px solid #F09115;
  text-align: center;
}

.pro-model-block {
  position: relative;
  padding-top: 8px;
  margin-bottom: 2px;
}

.pro-model-block .step-wrapper {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #FFF;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-model-block .step {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  background: #A0A0A0;
  box-shadow: 0 0 0 5px rgba(160, 160, 160, 0.2);
}

.pro-model-block.active .step {
  background: #F09216;
  box-shadow: 0 0 0 5px rgba(240, 146, 22, 0.2);
  animation: none !important;
}

.pro-model-block:before {
  content: ' ';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 9px;
  border-right: 2px dashed #E5E5E5;
}

.pro-model-block.active:before {
  border-right: 2px solid #F09115;
}

.pro-model-block .container {
  width: 240px;
  padding: 8px 15px 12px;
  margin-left: 30px;
  border: 1px dashed #E5E5E5;
  background: #F5F5F5;
  font-size: 14px;
  color: #333;
}

.pro-model-block .clear {
  color: #999;
  display: none;
}

.pro-model-block.active .clear {
  display: inline-block;
}

.pro-model-block .layui-form-item {
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  background: #FFF;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  position: relative;
}

.pro-model-block .layui-form-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}

.pro-model-block .layui-form-item .loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  background: rgba(245, 245, 245, 0.7);
  display: none;
}

.pro-model-block .layui-form-item .loading-wrapper img {
  width: 20px;
  height: 20px;
}

.pro-model-block:first-of-type .mask {
  display: none;
}

.pro-model-block.active+.pro-model-block .mask {
  display: none;
}

.pro-model-block.active+.pro-model-block .step {
  animation: lamp 2s linear infinite
}

.pro-model-block:first-of-type .step {
  animation: lamp 2s linear infinite
}

.pro-model-block .layui-input-block {
  margin: 0;
}

.pro-model-block .layui-form-select .layui-input {
  border: none;
}

.pro-model-block .layui-form-item .layui-form-checkbox {
  margin-top: 0;
  margin-left: 10px;
}

.pro-model-block .layui-form-checkbox span {
  line-height: 16px;
  color: #999;
}

.pro-model-block .layui-form-select dl dd.layui-this {
  background-color: #F09115;
}

.pro-model-block .layui-form-checked[lay-skin=primary] i {
  border-color: #F09115 !important;
  background-color: #F09115;
}

.pro-model-block .layui-form-item .preview-pic {
  position: absolute;
  right: -20px;
  top: -40%;
  transform: translateX(100%);
  margin-left: 20px;
  box-shadow: 0px 0px 37px 0px rgba(168, 168, 168, 0.4);
  border-radius: 10px;
  display: none;
  z-index: 999;
  padding: 20px;
  border: 1px solid #999;
  background: #F5F5F5;
  pointer-events: none;
}

.pro-model-block .layui-form-item .preview-pic .arrow {
  position: absolute;
  width: 10px;
  height: 22px;
  background: url(../../images/mall/ic_arrow.png) no-repeat 0 0 / 10px 22px;
}

.pro-model-block .layui-form-item .preview-pic img {
  border-radius: 6px;
  max-width: 1000px;
}

.pro-model-block:hover .preview-pic {
  display: block;
}

.pro-model-block .remark-tips {
  margin-top: 12px;
  color: #999;
  word-wrap: break-word
}

.pro-model-block:last-child:after {
  content: ' ';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: 50%;
  bottom: -20px;
  left: 5px;
}

.pro-model-block.active:last-child:after {
  background: #F09115;
  border: 1px solid #F09115;
}

.p-main .pro-base-r {
  margin-left: 20px;
  display: inline-block;
  width: 910px;
  vertical-align: top;
}

.p-main .title-wrapper .title {
  display: inline-block;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.p-main .title-wrapper a {
  float: right;
}

.p-main .down-3d {
  float: right;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #F09115;
  border-radius: 5px;
  font-size: 14px;
  color: #F09115;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}

.p-main .collect {
  height: 32px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.p-main .collect.collection {
  color: #F09115;
  border: 1px solid #F09115;
}

.p-main .share {
  float: right;
  height: 32px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  position: relative;
}

.p-main .share:hover .share-wrapper {
  display: block;
}

.p-main .share .share-wrapper {
  position: absolute;
  bottom: 26px;
  left: 0;
  padding-bottom: 12px;
  display: none;
}

.p-main .share .share-container {
  width: 114px;
  background: #F5F5F5;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
}

.p-main .share .share-wrapper .iconfont {
  display: inline-block;
  font-size: 32px;
  margin-right: 12px;
  cursor: pointer;
}

.p-main .share .share-wrapper .iconfont:hover {
  opacity: 0.7;
}

.p-main .share .share-wrapper .iconfont:last-child {
  margin-right: 0;
}

.p-main .share .share-wrapper .iconfont.wechat {
  color: #46bb36;
}

.p-main .share .share-wrapper .iconfont.qq {
  color: #06b4fd;
}


.p-main .collect:hover,
.p-main .down-3d:hover {
  opacity: 0.7;
}

.p-main .collect .iconfont {
  margin-bottom: 6px;
}

.p-main .wx-qrcode-dialog .container {
  background: #FFF;
  box-shadow: 0px 0px 37px 0px rgba(168, 168, 168, 0.4);
  border: 1px solid #E5E5E5;
  padding: 0 50px 20px;
  border-radius: 6px;
}

.p-main .wx-qrcode-dialog .content {
  text-align: center;
  line-height: 24px;
  margin-top: 12px;
  font-size: 14px;
  color: #333;
}

.p-main .wx-qrcode-dialog .title {
  width: 100%;
  height: 80px;
  line-height: 50px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.p-main .wx-qrcode-dialog .ic_close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.p-main .pro-attr {
  width: 100%;
  background: #F5F5F5;
  border-radius: 3px;
  padding: 0 27px;
  margin: 16px 0 8px;
  position: relative;
  overflow: hidden;
}

.p-main .pro-attr .shelves_img {
  position: absolute;
  right: 45px;
  top: 10px;
  width: 174px;
  pointer-events: none;
}

.p-main .pro-attr .shelves_img.small {
  width: 132px;
  top: -25px;
}

.p-main .pro-attr-block {
  font-size: 14px;
  color: #666;
  border-bottom: 1px dashed #E5E5E5;
  padding: 10px 0;
  align-items: center
}

.p-main .pro-attr-block .title {
  display: table-cell;
  width: 80px;
  color: #999;
  vertical-align: middle;
}


.p-main .pro-attr-block .wrapper {
  font-size: 0;
  display: table-cell;
  width: 770px;
}

.p-main .pro-attr-block .item {
  display: inline-block;
  font-size: 12px;
  margin: 5px 10px;
  line-height: 26px;
}

.p-main .pro-attr-block .item:last-child {
  margin-bottom: 0;
}


.p-main .pro-attr-block .features {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  background: #EBF5FF;
  border: 1px solid #1581F0;
  border-radius: 3px;
  color: #1581F0;
  margin-left: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 700px;
  vertical-align: top;
}


.p-main .pro-mo-block {
  font-size: 14px;
  color: #666;
  padding: 14px 0;
  align-items: center
}

.p-main .pro-mo-block .title {
  display: inline-block;
  width: 80px;
  color: #999;
}


.p-main .pro-mo-block .model {
  display: inline-block;
  width: 75%;
  font-weight: bold;
  border: none;
  color: #333333;
}

.p-main .pro-mo-block .model.active {
  color: #333;
  animation: twinkle 1s linear
}

.p-main .pro-mo-block .model-b {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border: 1px dashed #E5E5E5;
  padding: 0 16px;
  background: #FFFFFF;
  margin-top: 12px;
  border-radius: 5px;
}

.p-main .pro-mo-block .model-b .model-text {
  padding-right: 15px;
  color: #333;
  border-right: 1px solid #E5E5E5;
  font-size: 14px;
  margin-right: 10px;
}

.p-main .pro-mo-block .model-b .model-text .iconfont {
  color: #F09115;
  margin-right: 4px;
  font-size: 18px;
  vertical-align: top;
}

.p-main .pro-mo-block .model-b a.model-item {
  display: inline-block;
  padding: 0 8px;
  height: 16px;
  line-height: 16px;
}

.p-main .pro-mo-block .model-b a.model-item .iconfont {
  margin-right: 4px;
  font-size: 18px;
  vertical-align: top;
}

.p-main .pro-mo-block .model-b a.model-item:first-of-type {
  border-right: 1px solid #E5E5E5;
}

.bulid-3d-btn-small {
  display: inline-block;
  margin-left: 20px;
}

.bulid-3d-btn-small a {
  border-radius: 3px;
  font-size: 12px;
}

.p-main .pro-inquiry {
  padding: 16px 30px;
  background: #F5F5F5;
}

.p-main .pro-inquiry .counter-wrapper {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.p-main .pro-inquiry .counter-wrapper>.title {
  display: inline-block;
}

.p-main .pro-inquiry .counter-wrapper .counter {
  display: inline-block;
  margin: 0 30px 0 48px;
  margin-top: 4px;
}

.p-main .pro-inquiry .counter-wrapper>.unit {
  display: inline-block;
}

.p-main .pro-inquiry .inquiry-btn {
  width: 90px;
  height: 38px;
  line-height: 38px;
  margin-left: 30px;
}

.p-main .pro-inquiry .inquiry-btn.layui-btn-normal {
  background: #F09115;
}

.p-main .inquiry-result .count {
  display: inline-block;
  width: 80px;
  margin-left: 10px;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #F09216;
}

.p-main .pro-opera {
  float: right;
  text-align: right;
}

.p-main .pro-opera .layui-btn {
  width: 130px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  margin-left: 0;
  margin-right: 10px;
}

.p-main .product-detail {
  margin-top: 10px;
}

.p-main .inquiry-result {
  margin-top: 24px;
  font-size: 0;
  color: #999;
}

.p-main .inquiry-result .item {
  display: inline-block;
  margin-right: 24px;
  font-size: 14px;
}

.p-main .inquiry-result .item:last-child {
  margin-right: 0;
}

.p-main .layui-tab-content {
  margin-top: 10px;
  padding: 0;
}

.p-main .product-tab-content p {
  margin-bottom: 10px;
}

.p-main .layui-table {
  margin-bottom: 0;
}

.p-main .layui-tab-img-item img {
  width: 100%
}

.p-main .model-table thead td,
.p-main .relation-table thead td,
.p-main .correct-table thead td {
  height: 50px;
  line-height: 50px;
  background: #F5F5F5;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
}

.p-main .model-table tbody td {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  font-size: 12px;
  padding: 0 15px;
}

.p-main .relation-table tbody td {
  height: 120px;
  color: #333;
  text-align: center;
  word-break: break-all;
}

.p-main .correct-table tbody td {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  font-size: 12px;
  padding: 0 15px;
}

.p-main .model-table .showcart {
  font-size: 30px;
  color: #F09115;
}

.p-main .model-table-body {
  height: 511px;
  overflow: scroll;
}

.p-main .model-table-body .layui-table {
  margin-top: 0
}

.p-main .model-table-body .layui-table tbody tr:first-of-type td {
  border-top: none;
}

.p-main .relation-table .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-main .relation-table .img-wrapper {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-main .relation-table.img-wrapper img {
  max-width: 80px;
  max-height: 80px;
}

.p-main .relation-table .subinfo-wrapper {
  margin-left: 20px;
  text-align: left;
}

.p-main .show-more {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #E5E5E5;
  border-top: 0;
  text-align: center;
}

.p-main .show-more a {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #F5F5F5;
  margin-top: 10px;
  cursor: pointer;
  color: #666;
}

.p-main .search-form {
  width: 100%;
  height: 100%;
}

.p-main .search-form .ipt-wrapper {
  display: inline-block;
  width: 400px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #FFF;
  margin-right: 24px;
  vertical-align: top;
  position: relative;
}

.p-main .search-form .ipt-wrapper input {
  border: none;
  font-size: 14px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 46px;
}

.p-main .search-form .ipt-wrapper .iconfont {
  font-size: 20px;
  color: #CBCBCB;
  margin: 0 13px;
}

.p-main .build-3d-Wrapper {
  width: 100%;
  height: 830px;
  border: 1px solid #E5E5E5;
  position: relative;
}


.down-3d-Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  box-shadow: 0px 0px 35px 0px rgb(175 175 175 / 26%);
  height: 60px;
  align-items: center;
  padding-left: 12px;
  border-radius: 4px;
  justify-content: flex-end;
}


.down-3d-Wrapper .down-3d-item {
  line-height: 38px;
  margin-right: 10px;
  font-size: 14px;
  color: #999;
}

.down-3d-Wrapper .down-3d-item .iconfont {
  color: #F09115;
  margin-right: 4px;
  font-size: 18px;
  vertical-align: top;
}

.down-3d-Wrapper .down-3d-item .down-3d-ipt {
  cursor: pointer;
  text-align: center;
}

.down-3d-Wrapper .layui-form-select .layui-input {
  text-align: center;
}

.p-main .build-3d-Wrapper iframe {
  width: 100%;
  height: 100%;
  padding-top: 60px;
}

.p-main .build-3d-Wrapper iframe#down3dFrame {
  display: none;
}

.spese-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 999;
  right: 0;
  top: 0;
  transform: scale(0);
  transform-origin: top right;
  transition: all .3s ease-in-out;
}

.spese-wrapper.enter {
  transform: scale(1);
}

.spese-tab {
  display: flex;
  width: 100%;
  height: 100%;
}

.spese-tab .layui-tab-theme {
  width: 140px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #1581EF;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.spese-tab .layui-tab-title {
  flex: 0 0 140px;
  height: 100%;
  padding-top: 50px;
  background: #F8F8F8;
  border: 0;
  border-right: 1px solid #E5E5E5;
}

.spese-tab .layui-tab-content {
  flex: 1;
  font-size: 14px;
  margin-top: 0;
  position: relative;
}

.spese-tab .layui-tab-content .layui-tab-item {
  width: 100%;
  height: 100%;
  padding: 70px 10px 10px;
  overflow: hidden;
}

.spese-tab .layui-tab-title li {
  display: block;
  border-right: 0;
}

.spese-tab .layui-tab-title li.layui-this {
  background: #1581F0;
  color: #FFF;
}

.spese-tab .ipt-wrapper {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #FFF;
}

.spese-tab .ipt-wrapper .iconfont {
  font-size: 20px;
  color: #CBCBCB;
  margin: 0 13px;
}

.spese-tab .ipt-wrapper input {
  border: none;
  font-size: 14px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 40px;
}

.spese-wrapper .close-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  z-index: 999;
}

.spese-tab .tab-3d-list {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.spese-tab .tab-3d-list .item {
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  border: 1px solid #E5E5E5;
  margin: 0 4px 8px 0;
  cursor: pointer;
}

.spese-tab .tab-3d-list .item.active {
  border: 1px solid #1581F0;
  color: #1581F0;
}

.spese-tab .tab-3d-list .item.hidden {
  display: none;
}

.spese-tab .tab-3d-list .item:hover {
  border: 1px solid #1581F0;
  color: #1581F0;
}

.opera-item {
  color: #656565;
  font-size: 12px;
  margin-right: 12px;
}

.opera-item .iconfont {
  color: #CBCBCB;
  font-size: 18px;
  vertical-align: top;
  margin-right: 6px;
}

.bulid-3d-btn a {
  width: 160px;
  height: 40px;
  border-radius: 3px;
  font-size: 16px;
}

.bulid-3d-dialog .container {
  width: 800px;
  min-height: 690px;
  background: #FFF;
  border-radius: 5px;
  padding-top: 40px;
}

.bulid-3d-dialog .model-wrapper {
  width: 100%;
  height: 560px;
}

.bulid-3d-dialog .btn-3D {
  margin-top: 10px;
  text-align: center;
}

.bulid-3d-dialog .btn-3D a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #1581F0;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.bulid-3d-dialog .loading-wrapper {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 999;
  width: 800px;
  height: 650px;
  line-height: 650px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

.bulid-3d-dialog.loading-wrapper img {
  width: 100px;
  height: 100px;
}

@keyframes lamp {
  0% {
    background: #F09115;
    box-shadow: 0 0 0 5px rgba(230, 0, 19, 0.2);
  }

  25% {
    background: transparent;
    box-shadow: none;
  }

  50% {
    background: #1682F0;
    box-shadow: 0 0 0 5px rgba(22, 130, 240, 0.2);
  }

  75% {
    background: transparent;
    box-shadow: none;
  }

  100% {
    background: #F09115;
    box-shadow: 0 0 0 5px rgba(230, 0, 19, 0.2);
  }
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}