.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.the-loading-icon .clockwise-fade,
.the-loading-icon .clockwise-fade > span {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.the-loading-icon .clockwise-fade {
  display: block;
  font-size: 0;
  color: #00A563;
}
.the-loading-icon .clockwise-fade > span {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.the-loading-icon .clockwise-fade > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 100%;
  -webkit-animation: ball-spin-clockwise-fade 1s infinite linear;
  -moz-animation: ball-spin-clockwise-fade 1s infinite linear;
  -o-animation: ball-spin-clockwise-fade 1s infinite linear;
  animation: ball-spin-clockwise-fade 1s infinite linear;
}
.the-loading-icon .clockwise-fade > span:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  -moz-animation-delay: -0.875s;
  -o-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
.the-loading-icon .clockwise-fade > span:nth-child(2) {
  top: 18.18019485%;
  left: 81.81980515%;
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.the-loading-icon .clockwise-fade > span:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  -moz-animation-delay: -0.625s;
  -o-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
.the-loading-icon .clockwise-fade > span:nth-child(4) {
  top: 81.81980515%;
  left: 81.81980515%;
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.the-loading-icon .clockwise-fade > span:nth-child(5) {
  top: 95%;
  left: 50%;
  -webkit-animation-delay: -0.375s;
  -moz-animation-delay: -0.375s;
  -o-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
.the-loading-icon .clockwise-fade > span:nth-child(6) {
  top: 81.8198047%;
  left: 18.18019492%;
  -webkit-animation-delay: -0.25s;
  -moz-animation-delay: -0.25s;
  -o-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.the-loading-icon .clockwise-fade > span:nth-child(7) {
  top: 49.99997508%;
  left: 5.00000512%;
  -webkit-animation-delay: -0.125s;
  -moz-animation-delay: -0.125s;
  -o-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
.the-loading-icon .clockwise-fade > span:nth-child(8) {
  top: 18.17946497%;
  left: 18.18037005%;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.the-loading-icon .clockwise-fade.small {
  width: 16px;
  height: 16px;
}
.the-loading-icon .clockwise-fade.small > span {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
.the-loading-icon .clockwise-fade.middle {
  width: 30px;
  height: 30px;
}
.the-loading-icon .clockwise-fade.middle > span {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}
.the-loading-icon .clockwise-fade.large {
  width: 96px;
  height: 96px;
}
.the-loading-icon .clockwise-fade.large > span {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@-webkit-keyframes ball-spin-clockwise-fade {
  50% {
    opacity: 0.25;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-spin-clockwise-fade {
  50% {
    opacity: 0.25;
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-spin-clockwise-fade {
  50% {
    opacity: 0.25;
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-clockwise-fade {
  50% {
    opacity: 0.25;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line-scale {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.the-import-icon .la-line-scale > div {
  display: inline-block;
  float: none;
  background-color: #00A563;
  border: 0 solid #00A563;
}
.the-import-icon .la-line-scale {
  height: 18px;
}
.the-import-icon .la-line-scale > div {
  width: 4px;
  height: 32px;
  margin: 2px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-animation: line-scale 1.2s infinite ease;
  -moz-animation: line-scale 1.2s infinite ease;
  -o-animation: line-scale 1.2s infinite ease;
  animation: line-scale 1.2s infinite ease;
  color: #00A563;
}
.the-import-icon .la-line-scale > div:nth-child(1) {
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
  -o-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.the-import-icon .la-line-scale > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.the-import-icon .la-line-scale > div:nth-child(3) {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.the-import-icon .la-line-scale > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.the-import-icon .la-line-scale > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.the-import-icon .la-line-scale.la-sm {
  height: 16px;
  margin-right: 6px;
}
.the-import-icon .la-line-scale.la-sm > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
body {
  background-color: #ecf1f1 !important;
}
.plate-content {
  width: 940px;
  padding: 40px;
  margin: 50px auto 80px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.plate-content .item-title {
  padding-bottom: 18px;
  border-bottom: 1px solid #EBEBEB;
}
.plate-content .item-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.plate-content .item-title .title-t {
  font-size: 24px;
  color: #373D41;
  float: left;
}
.plate-content .item-title .title-t .t-name {
  font-weight: 500;
}
.plate-content .item-title .title-t .load-des {
  color: #00A563;
  font-size: 13px;
  margin-left: 14px;
}
.plate-content .item-title .title-t .load-des .the-loading-icon {
  display: inline-block;
  margin: 2px 0 0 4px;
  vertical-align: sub;
}
.plate-content .item-title .return-btn {
  float: right;
  font-size: 14px;
  color: #6A7479;
  margin-top: 6px;
  transition: all 0.3s;
}
.plate-content .item-title .return-btn::before {
  background: url("../images/thingiverse/return-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  transition: all 0.3s;
}
.plate-content .item-title .return-btn:hover {
  color: #00A563;
}
.plate-content .item-title .return-btn:hover::before {
  background: url("../images/thingiverse/return-icon-hover.png") no-repeat center;
  transform: translateX(-5px);
}
.plate-content .item-title .close-btn {
  float: right;
  font-size: 14px;
  color: #6A7479;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  padding: 0 10px;
  min-width: 76px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #6A7479;
  transition: all 0.3s;
  cursor: pointer;
}
.plate-content .item-title .close-btn::after {
  background: url("../images/thingiverse/close-btn.png") no-repeat center;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.plate-content .item-title .close-btn:hover {
  color: #00A563;
  border: 1px solid #00A563;
}
.plate-content .item-title .close-btn:hover:after {
  background: url("../images/thingiverse/close-btn-hover.png") no-repeat center;
}
.plate-content .verify-module {
  border: 1px solid #00A563;
  border-radius: 4px;
  margin-top: 26px;
  padding: 16px 20px;
  box-sizing: border-box;
  background: #F6FFFA;
}
.plate-content .verify-module:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.plate-content .verify-module .ver-l {
  float: left;
  max-width: 700px;
  display: flex;
  align-items: center;
}
.plate-content .verify-module .ver-l::before {
  background: url('../images/thingiverse/verify-icon.png') no-repeat center;
  min-width: 28px;
  height: 28px;
  content: '';
  display: inline-block;
  margin-right: 10px;
}
.plate-content .verify-module .ver-l .ver-title {
  font-size: 16px;
  color: #00A563;
  margin-bottom: 6px;
  font-weight: 500;
}
.plate-content .verify-module .ver-l .ver-des {
  font-size: 14px;
  color: #3d3d3d;
}
.plate-content .verify-module .ver-l .ver-des .jump-link {
  color: #00A563;
}
.plate-content .verify-module .ver-l .ver-des .jump-link:hover {
  text-decoration: underline;
}
.plate-content .verify-module .edit-btn {
  float: right;
  font-size: 14px;
  color: #3d3d3d;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px;
}
.plate-content .verify-module .edit-btn::before {
  background: url('../images/thingiverse/edit-icon.png') no-repeat center;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
  transition: all 0.3s;
}
.plate-content .verify-module .edit-btn:hover {
  color: #00A563;
}
.plate-content .verify-module .edit-btn:hover::before {
  background: url("../images/thingiverse/edit-icon-hover.png") no-repeat center;
}
.plate-content .input-module .item-list {
  margin-top: 26px;
}
.plate-content .input-module .item-list:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.plate-content .input-module .item-list:nth-child(2) .input-list input:focus {
  border: 1px solid #00A563;
}
.plate-content .input-module .item-list:last-child {
  padding-bottom: 12px;
  text-align: center;
}
.plate-content .input-module .title-big {
  font-size: 18px;
  color: #373D41;
}
.plate-content .input-module .title-big .refresh-btn {
  font-size: 13px;
  color: #3d3d3d;
  border: 1px solid #373D41;
  height: 26px;
  padding: 0 8px;
  line-height: 26px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 80px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  margin-left: 8px;
  transition: all 0.3s;
}
.plate-content .input-module .title-big .refresh-btn::after {
  background: url('../images/thingiverse/refresh-icon.png') no-repeat center;
  width: 10px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  vertical-align: baseline;
  transition: all 0.3s;
}
.plate-content .input-module .title-big .refresh-btn:hover {
  color: #00A563;
  border: 1px solid #00A563;
}
.plate-content .input-module .title-big .refresh-btn:hover::after {
  background: url('../images/thingiverse/refresh-icon-hover.png') no-repeat center;
}
.plate-content .input-module .title-mill {
  font-size: 14px;
  color: #373D41;
  font-weight: 500;
}
.plate-content .input-module .input-list {
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 12px;
  position: relative;
}
.plate-content .input-module .input-list input {
  border: 1px solid #B6BDC5;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  width: 100%;
  padding: 0 14px;
  font-size: 13px;
  color: #373D41;
}
.plate-content .input-module .input-list input:focus {
  outline: none;
}
.plate-content .input-module .input-list input::placeholder {
  color: #999999;
}
.plate-content .input-module .input-list .input-text {
  background: #EEEEEE;
}
.plate-content .input-module .input-list .copy-btn {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #373D41;
  display: inline-block;
  border: 1px solid #B6BDC5;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 0 27px;
  border-radius: 3px;
  background: #F5F7FA;
  transition: all 0.3s;
  font-weight: 500;
}
.plate-content .input-module .input-list .copy-btn::before {
  background: url("../images/thingiverse/copy-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
  transition: all 0.3s;
}
.plate-content .input-module .input-list .copy-btn:hover {
  color: #00A563;
  border: 1px solid #00A563;
  background: #F5FCF9;
}
.plate-content .input-module .input-list .copy-btn:hover::before {
  background: url("../images/thingiverse/copy-icon-hover.png") no-repeat center;
}
.plate-content .input-module .input-list .open-btn {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #DBDEE2;
  border: 1px solid #DBDEE2;
  border-radius: 3px;
  display: inline-block;
  padding: 0 28px;
  min-width: 300px;
  box-sizing: border-box;
  cursor: no-drop;
}
.plate-content .input-module .input-list .open-btn::before {
  background: url("../images/thingiverse/open-1.png") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.plate-content .input-module .input-list .open-btn.active {
  border: 1px solid #B6BDC5;
  color: #373D41;
  background: #F5F7FA;
  transition: all 0.3s;
  cursor: pointer;
}
.plate-content .input-module .input-list .open-btn.active::before {
  background: url("../images/thingiverse/open-2.png") no-repeat center;
  transition: all 0.3s;
}
.plate-content .input-module .input-list .open-btn.active:hover {
  border: 1px solid #00A563;
  background: #F5FCF9;
  color: #00A563;
}
.plate-content .input-module .input-list .open-btn.active:hover::before {
  background: url("../images/thingiverse/open-3.png");
}
.plate-content .input-module .open-jump {
  height: 40px;
  line-height: 40px;
  background: #DBDEE2;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 0 36px;
  min-width: 300px;
  box-sizing: border-box;
  margin-top: 30px;
  cursor: no-drop;
}
.plate-content .input-module .open-jump.active {
  background-color: #00A563;
  transition: all 0.3s;
  cursor: pointer;
}
.plate-content .input-module .open-jump.active:hover {
  background-color: #008B54;
}
.plate-content .input-module .into-title {
  float: left;
  font-size: 14px;
  color: #6A7479;
}
.plate-content .input-module .sel-btn {
  float: right;
  height: 28px;
  min-width: 138px;
  padding: 0 10px;
  line-height: 28px;
  display: inline-block;
  font-size: 13px;
  color: #00A563;
  border-radius: 4px;
  border: 1px solid #00A563;
  cursor: pointer;
  transition: all 0.3s;
}
.plate-content .input-module .sel-btn:hover {
  background: #F5FCF9;
  border: 1px solid #008B54;
}
.plate-content .data-module {
  position: relative;
  border-top: 1px solid #EBEBEB;
}
.plate-content .data-module .the-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plate-content .data-module .val-box {
  overflow-y: auto;
  max-height: 334px;
  margin-top: 20px;
  min-height: 150px;
  margin-bottom: 60px;
}
.plate-content .data-module .val-box::-webkit-scrollbar {
  width: 5px;
  background: #D8D8D8;
  border-radius: 10px;
}
.plate-content .data-module .val-box::-webkit-scrollbar-thumb {
  background: #6A7479;
  border-radius: 10px;
}
.plate-content .data-module .data-item {
  display: flex;
  margin-top: 16px;
}
.plate-content .data-module .data-item .pro-graphic {
  display: flex;
  cursor: pointer;
}
.plate-content .data-module .data-item:first-child {
  margin-top: unset;
}
.plate-content .data-module .data-item.choose .pro-time {
  color: #00A563;
}
.plate-content .data-module .data-item.active .check-box::after {
  opacity: 1;
  transform: scale(1);
}
.plate-content .data-module .pro-l {
  display: flex;
  align-items: center;
}
.plate-content .data-module .check-box {
  min-width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #6A7479;
  display: inline-block;
  position: relative;
}
.plate-content .data-module .check-box::after {
  position: absolute;
  left: -1px;
  top: -1px;
  background: url("../images/thingiverse/check-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  background-size: cover;
  display: inline-block;
  content: '';
  transform: scale(0);
  transition: all ease-in-out 200ms;
}
.plate-content .data-module .pro-pic {
  min-width: 140px;
  max-width: 140px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
  background: #D8D8D8;
  margin-left: 14px;
  margin-right: 20px;
  border: 1px solid #eaeaea;
}
.plate-content .data-module .pro-pic:hover img {
  transform: scale(1.02) translateZ(0);
}
.plate-content .data-module .pro-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s linear;
}
.plate-content .data-module .pro-r {
  padding-top: 12px;
}
.plate-content .data-module .pro-title {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
}
.plate-content .data-module .pro-des {
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
  line-height: 16px;
}
.plate-content .data-module .error-tips {
  color: #FF2020;
  font-size: 12px;
  margin-top: 14px;
}
.plate-content .data-module .pro-time {
  color: #00A563;
  font-size: 12px;
  margin-top: 14px;
}
.plate-content .data-module .importing-tips {
  color: #00A563;
  margin-top: 14px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
@keyframes line-scale {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.plate-content .data-module .importing-tips .la-line-scale > div {
  display: inline-block;
  float: none;
  background-color: #00A563;
  border: 0 solid #00A563;
}
.plate-content .data-module .importing-tips .la-line-scale {
  height: 18px;
}
.plate-content .data-module .importing-tips .la-line-scale > div {
  width: 4px;
  height: 32px;
  margin: 2px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-animation: line-scale 1.2s infinite ease;
  -moz-animation: line-scale 1.2s infinite ease;
  -o-animation: line-scale 1.2s infinite ease;
  animation: line-scale 1.2s infinite ease;
  color: #00A563;
}
.plate-content .data-module .importing-tips .la-line-scale > div:nth-child(1) {
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
  -o-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.plate-content .data-module .importing-tips .la-line-scale > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.plate-content .data-module .importing-tips .la-line-scale > div:nth-child(3) {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.plate-content .data-module .importing-tips .la-line-scale > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.plate-content .data-module .importing-tips .la-line-scale > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.plate-content .data-module .importing-tips .la-line-scale.la-sm {
  height: 16px;
  margin-right: 6px;
}
.plate-content .data-module .importing-tips .la-line-scale.la-sm > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
.plate-content .pro-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px -1px 5px 0px #EEEEEE;
  text-align: center;
}
.plate-content .pro-bot .pro-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  padding: 0 36px;
  line-height: 40px;
  display: inline-block;
  min-width: 188px;
  background: #DBDEE2;
  border-radius: 4px;
  margin: 20px auto;
  cursor: no-drop;
}
.plate-content .pro-bot .pro-btn.active {
  cursor: pointer;
  background: #00A563;
  transition: all 0.3s;
}
.plate-content .pro-bot .pro-btn.active:hover {
  background: #008B54;
}
.pro-box {
  padding: 20px;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.pro-box .pro-des {
  font-size: 14px;
  color: #373D41;
  line-height: 22px;
}
.pro-box .pro-des .count {
  color: #c80000;
  font-weight: 600;
}
.pro-box .pro-des .jump-link {
  color: #00A563;
}
.pro-box .pro-btn {
  font-size: 13px;
  margin-top: 30px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.pro-box .pro-btn span {
  transition: all 0.3s;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  display: inline-block;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
}
.pro-box .pro-btn .btn-l {
  color: #373D41;
  border: 1px solid #B6BDC5;
  min-width: 150px;
}
.pro-box .pro-btn .btn-l:hover {
  color: #00A563;
  border: 1px solid #00A563;
}
.pro-box .pro-btn .btn-r {
  color: #FFFFFF;
  min-width: 194px;
  background: #00A563;
  border: 1px solid #00A563;
  margin-left: 14px;
}
.pro-box .pro-btn .btn-r:hover {
  background: #008B54;
}
/*# sourceMappingURL=thingiverse.css.map */