.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-diy-dropDown .drop-down {
  display: inline-block;
  position: relative;
  border: 1px solid #DBDEE2;
  background: #ffffff;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.the-diy-dropDown .drop-down:hover {
  border-color: #00A63F;
  box-shadow: 0 0 0 1px rgba(0, 166, 63, 0.2);
}
.the-diy-dropDown .drop-down:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  background: url("../images/quote-design/icon-down.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-top: -10px;
  pointer-events: none;
  cursor: pointer;
}
.the-diy-dropDown .drop-down .filter-info {
  background: #ffffff;
  width: 314px;
  height: 32px;
  line-height: 32px;
  border: none;
  float: none;
  cursor: pointer;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.the-diy-dropDown .drop-down .filter-info:focus {
  box-shadow: none;
}
.the-diy-dropDown .drop-down .drop-lists {
  width: 100%;
  position: absolute;
  top: 40px;
  left: -1px;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #DBDEE2;
  max-height: 160px;
  overflow-y: auto;
  display: none;
}
.the-diy-dropDown .drop-down .drop-lists li {
  padding: 9px 0 8px 15px;
  min-height: 32px;
  cursor: pointer;
}
.the-diy-dropDown .drop-down .drop-lists li a {
  transition: all 0.3s ease-in-out;
}
.the-diy-dropDown .drop-down .drop-lists li.the-tag {
  color: #AAAAAA;
  cursor: default;
}
.the-diy-dropDown .drop-down .drop-lists li.the-tag a {
  cursor: default;
}
.the-diy-dropDown .drop-down .drop-lists li.the-tag:hover {
  background: none;
  color: #AAAAAA;
}
.the-diy-dropDown .drop-down .drop-lists li:hover {
  background: #F7F8F9;
}
.the-diy-dropDown .drop-down .drop-lists li:hover a {
  color: #00A63F;
}
.the-diy-dropDown .drop-down .drop-lists li.active {
  background: #F7F8F9;
}
.the-diy-dropDown .drop-down .drop-lists li.active a {
  color: #00A63F;
}
.the-diy-dropDown .active-drop:after {
  transform: rotate(180deg);
}
.diyScroll::-webkit-scrollbar-track {
  width: 12px;
  box-shadow: unset;
}
.diyScroll::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
  background-color: #d1d5db;
}
.diyScroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.diyScroll:hover::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
}
.newScroll {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.newScroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
}
.newScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: white;
}
.newScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0baee8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
* {
  box-sizing: border-box;
}
body {
  background: #ffffff;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.graphic-info-page {
  position: relative;
}
.graphic-info-page .the-global-loading {
  display: none;
}
.graphic-info-page.is-loading .the-global-loading {
  font-size: 14px;
  color: #262626;
  line-height: 16px;
  text-align: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
}
.graphic-info-page.is-loading .the-global-loading .text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  margin-top: -34px;
  right: 0;
}
.graphic-info-page.is-loading .the-global-loading .text:before {
  background: url("../images/quote-design/result-loading-icon.png") no-repeat center;
  width: 40px;
  height: 40px;
  background-size: cover;
  content: '';
  display: block;
  margin: 0 auto 12px;
  animation: rotate360 2s linear infinite;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.design-nav {
  height: 60px;
  background: #ffffff;
}
.design-nav .design-menus:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-nav .design-menus .design-l {
  float: left;
}
.design-nav .design-menus .design-title {
  font-weight: bold;
  font-size: 22px;
  color: #1D1D1F;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-nav .design-menus .design-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.design-nav .design-menus .design-title a:hover {
  color: #00A63F;
}
.design-nav .design-menus .design-r {
  float: right;
  height: 70px;
}
.design-nav .design-menus .jump-links-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-nav .design-menus .jump-links-box .link-el {
  float: left;
}
.design-nav .design-menus .jump-links-box .jump-name {
  display: block;
  height: inherit;
  line-height: 60px;
  font-weight: bold;
  font-size: 14px;
  color: #1D1D1F;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 0 30px;
}
.design-tabs {
  background: #F7F8F9;
  padding: 10px 0;
  border-top: 1px solid #DBDEE2;
  border-bottom: 1px solid #DBDEE2;
}
.design-tabs .tabs-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-tabs .tabs-row .tab-el {
  position: relative;
  padding: 2px 18px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 380px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #00A63F;
  margin-left: 30px;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}
.design-tabs .tabs-row .tab-el .tab-wrap {
  display: inline-block;
  height: 68px;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -34px;
}
.design-tabs .tabs-row .tab-el .tab-wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-tabs .tabs-row .tab-el:hover {
  border: 3px solid #00A63F;
  padding: 0 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.design-tabs .tabs-row .tab-el.active {
  border: 3px solid #00A63F;
  padding: 0 16px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: inset 0px 0px 16px 0px rgba(0, 166, 63, 0.5);
}
.design-tabs .tabs-row .tab-el:first-child {
  margin-left: 0;
}
.design-tabs .tabs-row .tab-el .el-icon {
  width: 70px;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  display: inline-block;
  float: left;
  background-size: cover;
}
.design-tabs .tabs-row .tab-el .el-info {
  display: inline-block;
  height: inherit;
  float: left;
}
.design-tabs .tabs-row .tab-el .el-info .info-wrap {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
.design-tabs .tabs-row .tab-el .el-info .info-name {
  font-weight: bold;
  font-size: 16px;
  color: #1D1D1F;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-tabs .tabs-row .tab-el .el-info .info-text {
  font-size: 13px;
  color: #8C8C8C;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-wrap-main .wcontainer .design-main {
  position: relative;
}
.design-wrap-main .wcontainer .design-main:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .wcontainer .design-main .el-loading {
  font-size: 14px;
  color: #262626;
  line-height: 16px;
  text-align: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
.design-wrap-main .wcontainer .design-main .el-loading .text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  margin-top: -34px;
  right: 0;
}
.design-wrap-main .wcontainer .design-main .el-loading .text:before {
  background: url("../images/quote-design/result-loading-icon.png") no-repeat center;
  width: 40px;
  height: 40px;
  background-size: cover;
  content: '';
  display: block;
  margin: 0 auto 12px;
  animation: rotate360 2s linear infinite;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.design-wrap-main .design-main-r {
  min-height: 200px;
  float: right;
  width: 460px;
  padding: 24px 0 24px 30px;
}
.design-wrap-main .design-main-r .main-title {
  font-weight: bold;
  font-size: 20px;
  color: #1D1D1F;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-wrap-main .design-main-r .view-info-box {
  margin-top: 30px;
  min-height: 18px;
  background: #F7F8F9;
  border-radius: 3px 3px 3px 3px;
  padding: 14px 14px 6px;
  position: relative;
}
.design-wrap-main .design-main-r .view-info-box .el-loading {
  font-size: 14px;
  color: #262626;
  line-height: 16px;
  text-align: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.design-wrap-main .design-main-r .view-info-box .el-loading .text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  margin-top: -34px;
  right: 0;
}
.design-wrap-main .design-main-r .view-info-box .el-loading .text:before {
  background: url("../images/quote-design/result-loading-icon.png") no-repeat center;
  width: 40px;
  height: 40px;
  background-size: cover;
  content: '';
  display: block;
  margin: 0 auto 1px;
  animation: rotate360 2s linear infinite;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.design-wrap-main .design-main-r .view-info-box.expand .view-row-wrap {
  max-height: 400px !important;
}
.design-wrap-main .design-main-r .view-info-box.expand .toggle-view-el .view-btn:after {
  transform: rotate(180deg);
}
.design-wrap-main .design-main-r .view-info-box .view-row-wrap {
  overflow: hidden;
  will-change: max-height;
  transition: max-height 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.design-wrap-main .design-main-r .view-info-box .view-row {
  margin-bottom: 8px;
  display: table;
  vertical-align: middle;
  width: 100%;
}
.design-wrap-main .design-main-r .view-info-box .view-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .design-main-r .view-info-box .view-row:first-child {
  margin-top: 0;
}
.design-wrap-main .design-main-r .view-info-box .view-row .view-name {
  width: 120px;
  display: table-cell;
  font-weight: 400;
  font-size: 13px;
  color: #6C7073;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-wrap-main .design-main-r .view-info-box .view-row .view-val {
  display: table-cell;
  max-width: 274px;
  height: 18px;
  font-weight: 500;
  font-size: 13px;
  color: #262626;
  line-height: 18px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  vertical-align: middle;
  position: relative;
}
.design-wrap-main .design-main-r .view-info-box .view-row .multiple-name {
  padding-left: 4px;
  cursor: pointer;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.design-wrap-main .design-main-r .view-info-box .toggle-view-el {
  padding: 10px 18px 2px;
  border-top: 1px solid #E9EBED;
  text-align: center;
}
.design-wrap-main .design-main-r .view-info-box .toggle-view-el .view-btn {
  text-align: center;
  color: #00A63F;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.design-wrap-main .design-main-r .view-info-box .toggle-view-el .view-btn:after {
  display: inline-block;
  content: '';
  background: url("../images/quote-design/arrow-active.png") no-repeat center;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: sub;
  transition: all 0.3s ease-in-out;
  background-size: cover;
}
.design-wrap-main .design-main-r .view-total-box {
  margin-top: 20px;
}
.design-wrap-main .design-main-r .view-total-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .design-main-r .view-total-box .total-row {
  margin-top: 12px;
}
.design-wrap-main .design-main-r .view-total-box .total-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .design-main-r .view-total-box .total-row:first-child {
  margin-top: 0;
}
.design-wrap-main .design-main-r .view-total-box .total-row .total-name {
  float: left;
  font-weight: 400;
  font-size: 13px;
  color: #3B3E40;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-wrap-main .design-main-r .view-total-box .total-row .total-val {
  float: right;
  font-weight: 500;
  font-size: 13px;
  color: #262626;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-wrap-main .design-main-r .view-total-box .total-row .total-val.danger {
  color: #F64F54;
}
.design-wrap-main .design-main-r .view-total-box .total-row .total-val.danger .price-val {
  font-size: 16px;
  font-weight: 700;
}
.design-wrap-main .design-main-r .view-design-tips {
  color: #FF9900;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
}
.design-wrap-main .design-main-r .view-submit-btn {
  display: block;
  background: #00A63F;
  color: #ffffff;
  border-radius: 3px;
  height: 48px;
  line-height: 48px;
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .design-main-r .view-submit-btn:hover {
  background: #009639;
}
.design-wrap-main .design-main-r .view-submit-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-wrap-main .design-main-r .terms-policy-row {
  margin-top: 14px;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-wrap-main .design-main-r .terms-policy-row a {
  color: #00A63F;
}
.design-wrap-main .design-main-r .terms-policy-row a:hover {
  text-decoration: underline;
}
.design-wrap-main .design-main-l {
  float: left;
  width: 740px;
  min-height: 200px;
  padding: 24px 30px 60px 0;
  border-right: 1px solid #d9d9d9;
}
.design-wrap-main .design-main-l .title-mission {
  margin-bottom: 30px;
}
.design-wrap-main .design-main-l .title-mission:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .design-main-l .title-mission .title-name {
  font-weight: bold;
  font-size: 20px;
  color: #1D1D1F;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  float: left;
}
.design-wrap-main .design-main-l .title-mission .mission {
  float: right;
  font-weight: 500;
  font-size: 14px;
  color: #00A63F;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.design-wrap-main .design-main-l .title-mission .mission:hover {
  text-decoration: underline;
}
.design-wrap-main .design-main-l .title-mission .mission:before {
  display: inline-block;
  content: '';
  background: url("../images/quote-design/file-edit-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  vertical-align: sub;
  margin-right: 2px;
  background-size: cover;
}
.design-wrap-main .split-upload-down-box {
  position: relative;
}
.design-wrap-main .split-upload-down-box:hover .the-drag-area {
  background: rgba(0, 166, 63, 0.06);
}
.design-wrap-main .split-upload-down-box:hover .the-drag-area .drag-icon {
  background: url("../images/quote-design/upload-drag-icon-hover.png") no-repeat center;
  width: 36px;
  height: 36px;
  background-size: cover;
}
.design-wrap-main .split-upload-down-box .drag-format-tips {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
  margin-top: 0;
  margin-bottom: 14px;
}
.design-wrap-main .split-upload-down-box .drag-format-tips .text {
  cursor: pointer;
}
.design-wrap-main .drag-format-tips {
  font-weight: 400;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
}
.design-wrap-main .drag-format-tips .down-template {
  color: #00A63F;
}
.design-wrap-main .drag-format-tips .down-template:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.design-wrap-main .drag-format-tips .down-template:before {
  display: inline-block;
  content: '';
  background: url("../images/quote-design/layout-download-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin: 0 4px 0 2px;
}
.design-wrap-main .the-drag-area {
  width: 710px;
  height: 140px;
  background: #ffffff;
  border-radius: 3px 3px 0 0px;
  border: 1px dashed #00A63F;
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .the-drag-area .drag-wrap {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: inherit;
  text-align: center;
  cursor: pointer;
}
.design-wrap-main .the-drag-area .drag-icon {
  display: inline-block;
  background: url("../images/quote-design/upload-drag-icon.png") no-repeat center;
  width: 36px;
  height: 36px;
  background-size: cover;
}
.design-wrap-main .the-drag-area .drag-tips {
  font-weight: bold;
  font-size: 16px;
  color: #262626;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 2px;
}
.design-wrap-main .the-drag-area .drag-tips .tag {
  color: #00A63F;
}
.design-wrap-main .use-type-tips {
  font-weight: 400;
  font-size: 13px;
  color: #6C7073;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 7px 42px;
  background: #F7F8F9;
  border-radius: 3px 3px 0px 0px;
  width: 710px;
}
.design-wrap-main .use-type-tips .tag {
  font-weight: bold;
  text-decoration: underline;
}
.design-wrap-main .view-upload-lists {
  margin-left: -15px;
}
.design-wrap-main .view-upload-lists:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .view-upload-lists .list {
  width: 348px;
  height: 40px;
  background: #F7F8F9;
  border-radius: 3px 3px 3px 3px;
  border: 1px dashed #DBDEE2;
  padding: 6px 12px;
  float: left;
  margin-left: 14px;
  margin-top: 12px;
  box-sizing: border-box;
  cursor: default;
  position: relative;
}
.design-wrap-main .view-upload-lists .list .progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 0;
  height: 2px;
  background: #00C48C;
}
.design-wrap-main .view-upload-lists .list:before {
  display: inline-block;
  content: '';
  background: url("../images/quote-design/upload-file-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background-size: cover;
}
.design-wrap-main .view-upload-lists .list .name {
  font-weight: 400;
  font-size: 13px;
  color: #262626;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 230px;
}
.design-wrap-main .view-upload-lists .list .state {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: cover;
  position: relative;
  top: -2px;
}
.design-wrap-main .view-upload-lists .list .close-btn {
  background: url("../images/quote-design/close-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  margin-top: -12px;
}
.design-wrap-main .view-upload-lists .list.success .progress {
  background: #00C48C;
}
.design-wrap-main .view-upload-lists .list.success .state {
  display: inline-block;
  background: url("../images/quote-design/success-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  background-size: cover;
  position: relative;
  top: -2px;
}
.design-wrap-main .view-upload-lists .list.fail .progress {
  background: #F64F54;
}
.design-wrap-main .view-upload-lists .list.fail .state {
  background: url("../images/quote-design/fail-icon.png") no-repeat center;
  background-size: cover;
}
.design-wrap-main .form-control-section .form-row {
  margin-top: 20px;
}
.design-wrap-main .form-control-section .form-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .form-control-section .form-row.required .cell-label:after {
  display: inline-block;
  content: '*';
  color: #F64F54;
}
.design-wrap-main .form-control-section .form-row .must-tips {
  display: none;
}
.design-wrap-main .form-control-section .form-row.error .set-el .get-val {
  border-color: #F64F54;
}
.design-wrap-main .form-control-section .form-row.error .set-el .get-val:focus {
  box-shadow: 0 0 0 1px rgba(246, 79, 84, 0.1);
}
.design-wrap-main .form-control-section .form-row.error .set-size {
  position: relative;
}
.design-wrap-main .form-control-section .form-row.error .set-size .must-tips {
  float: left;
  width: 100%;
  color: #F64F54;
  font-size: 13px;
  line-height: 14px;
  margin-top: 6px;
  display: block;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 1;
}
.design-wrap-main .form-control-section .form-row.error .other-note {
  border-color: #F64F54;
}
.design-wrap-main .form-control-section .form-row.error .other-note:focus {
  box-shadow: 0 0 0 1px rgba(246, 79, 84, 0.1);
}
.design-wrap-main .form-control-section .form-row.layers .cell {
  padding: 0;
  width: 42px;
  text-align: center;
}
.design-wrap-main .form-control-section .row-l {
  float: left;
  width: 170px;
  padding-right: 10px;
  position: relative;
}
.design-wrap-main .form-control-section .row-l .cell-label {
  line-height: 32px;
  display: table-cell;
  vertical-align: middle;
}
.design-wrap-main .form-control-section .row-l .cell-label.double {
  width: 144px;
  line-height: 16px;
}
.design-wrap-main .form-control-section .row-l .help-tag {
  display: block;
  background: url("../images/quote-design/help-icon.png") no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: auto;
  margin-top: -10px;
  cursor: pointer;
}
.design-wrap-main .form-control-section .row-l .help-tag:before {
  display: block;
  content: '';
  height: 14px;
  background: transparent;
  width: 20px;
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: 3;
  margin-left: -10px;
  visibility: hidden;
  opacity: 0;
}
.design-wrap-main .form-control-section .row-l .help-tag:hover:before {
  visibility: visible;
  opacity: 1;
}
.design-wrap-main .form-control-section .row-l .help-tag:hover .help-prompt {
  visibility: visible;
  opacity: 1;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt {
  background: #ffffff;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 4px 20px 0px rgba(47, 45, 94, 0.2);
  border-radius: 6px 6px 6px 6px;
  padding: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #262626;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 240px;
  position: absolute;
  top: 30px;
  left: -28px;
  z-index: 3;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  cursor: default;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt.more-rules {
  padding-right: 0;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt.more-rules .prompt-wrap {
  overflow-y: auto;
  max-height: 300px;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt.more-rules .prompt-wrap::-webkit-scrollbar-track {
  width: 12px;
  box-shadow: unset;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt.more-rules .prompt-wrap::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
  background-color: #d1d5db;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt.more-rules .prompt-wrap::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt.more-rules .prompt-wrap:hover::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt.more-rules .prompt-wrap dt {
  font-weight: 600;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt.more-rules .prompt-wrap dl {
  margin-top: 10px;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt.more-rules .prompt-wrap dl:first-child {
  margin-top: 0;
}
.design-wrap-main .form-control-section .row-l .help-tag .help-prompt:before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 30px;
  z-index: 3;
  background-size: cover;
}
.design-wrap-main .form-control-section .row-r {
  float: left;
  width: 538px;
}
.design-wrap-main .form-control-section .row-r input {
  width: 150px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #DBDEE2;
  padding-left: 14px;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .form-control-section .row-r input:focus {
  border-color: #00A63F;
  box-shadow: 0 0 0 1px rgba(0, 166, 63, 0.1);
}
.design-wrap-main .form-control-section .row-r input:hover,
.design-wrap-main .form-control-section .row-r input:focus {
  border-color: #00A63F;
}
.design-wrap-main .form-control-section .row-r input::placeholder {
  color: #AAAAAA;
  font-size: 13px;
}
.design-wrap-main .form-control-section .row-r textarea {
  height: 160px;
  background: #ffffff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #DBDEE2;
  width: 100%;
  display: block;
  outline: none;
  resize: none;
  padding: 10px 4px 10px 14px;
  font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
  line-height: 18px;
}
.design-wrap-main .form-control-section .row-r textarea::placeholder {
  color: #AAAAAA;
  font-weight: normal;
  font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
.design-wrap-main .form-control-section .row-r textarea:hover,
.design-wrap-main .form-control-section .row-r textarea:focus {
  border-color: #00A63F;
}
.design-wrap-main .form-control-section .row-r .view-tag {
  color: #AAAAAA;
  font-size: 13px;
  text-align: right;
}
.design-wrap-main .form-control-section .row-r .toggle-set-size:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .form-control-section .row-r .set-size {
  float: left;
  margin-top: 12px;
  margin-right: 12px;
}
.design-wrap-main .form-control-section .row-r .set-size:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el {
  float: left;
  position: relative;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el.calendar {
  cursor: pointer;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el.calendar:after {
  display: block;
  content: '';
  background: url("../images/quote-design/calendar-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 1;
  margin-top: -9px;
  pointer-events: none;
  background-size: cover;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el.calendar input {
  cursor: pointer;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el.middle input {
  width: 240px;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el.small input {
  width: 172px;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el.large input {
  width: 538px;
  padding-right: 68px;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el.large .view-tag {
  color: #AAAAAA;
  font-size: 13px;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-right: 10px;
  pointer-events: none;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el .sign {
  position: absolute;
  top: 50%;
  right: 2px;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  font-size: 13px;
  padding-right: 12px;
  background: #ffffff;
  color: #262626;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el .sign.split {
  padding-left: 12px;
}
.design-wrap-main .form-control-section .row-r .set-size .set-el .sign.split:before {
  display: block;
  content: '';
  border-left: 1px solid #DBDEE2;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 2;
  margin-top: -10px;
}
.design-wrap-main .form-control-section .row-r .set-size .get-val {
  padding-right: 46px;
}
.design-wrap-main .form-control-section .row-r .set-size .get-val.fail {
  border-color: #F64F54;
}
.design-wrap-main .form-control-section .row-r .set-size .get-val.fail:focus {
  box-shadow: 0 0 0 1px rgba(246, 79, 84, 0.1);
}
.design-wrap-main .form-control-section .row-r .set-size .symbol {
  width: 28px;
  text-align: center;
  line-height: 32px;
  float: left;
}
.design-wrap-main .form-control-section .row-r .set-flag {
  float: left;
  width: 14px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-top: 12px;
  margin-right: 12px;
  color: #6C7073;
}
.design-wrap-main .form-control-section .row-r .only-select {
  height: 32px;
  line-height: 32px;
  min-width: 280px;
  padding: 0 10px;
  display: inline-block;
  background: #ffffff;
  border-radius: 3px 3px 3px 3px;
  border: 1px dashed #DBDEE2;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .form-control-section .row-r .only-select:before {
  display: inline-block;
  content: '';
  background: url("../images/quote-design/export-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  vertical-align: top;
  background-size: cover;
}
.design-wrap-main .form-control-section .row-r .only-select:hover {
  border-color: #00A63F;
  background: rgba(0, 166, 63, 0.06);
}
.design-wrap-main .form-control-section .row-r .only-select input {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: visible;
  width: 100%;
  cursor: pointer;
}
.design-wrap-main .form-control-section .row-r .only-select .tag {
  color: #00A63F;
}
.design-wrap-main .form-control-section .row-r .format-text {
  font-weight: 400;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 20px;
  font-style: normal;
  text-transform: none;
  margin-top: 8px;
  text-align: left;
}
.design-wrap-main .form-control-section .row-r .details-note {
  position: relative;
}
.design-wrap-main .form-control-section .row-r .details-note textarea {
  height: 260px;
}
.design-wrap-main .form-control-section .row-r .details-note .view-tag {
  position: absolute;
  right: 0px;
  bottom: -16px;
  z-index: 1;
  color: #AAAAAA;
  font-size: 13px;
}
.design-wrap-main .form-control-section .row-r .details-note textarea {
  padding-bottom: 32px;
}
.design-wrap-main .form-control-section .row-r .details-note .note-tips {
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 2;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  color: #AAAAAA;
  pointer-events: none;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle {
  position: absolute;
  left: 1px;
  bottom: 1px;
  z-index: 2;
  right: 0;
  margin: auto;
  margin-right: 20px;
  padding: 0 14px 6px 14px;
  font-size: 13px;
  background: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  pointer-events: auto;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .view-template {
  position: relative;
  display: inline-block;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .view-template:hover .template-el {
  opacity: 1;
  visibility: visible;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .view-template:hover .template-el:after {
  opacity: 1;
  visibility: visible;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .template-name {
  color: #00A63F;
  line-height: 18px;
  text-decoration-line: underline;
  display: inline-block;
  cursor: pointer;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .el-wrap {
  width: 384px;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .template-el {
  width: 630px;
  min-height: 100px;
  background: #ffffff;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 4px 20px 0px rgba(47, 45, 94, 0.2);
  border-radius: 6px 6px 6px 6px;
  padding: 16px 16px 20px 16px;
  position: absolute;
  top: 30px;
  left: -15px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .template-el:after {
  display: block;
  content: '';
  width: 100%;
  height: 16px;
  background: transparent;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .template-el:before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 30px;
  z-index: 3;
  background-size: cover;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .template-el .template-img {
  position: absolute;
  right: 30px;
  bottom: 46px;
  z-index: 1;
  max-width: 260px;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .template-el h6 {
  font-weight: bold;
  font-size: 16px;
  color: #262626;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .template-el p {
  font-size: 13px;
  color: #3B3E40;
  line-height: 18px;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .template-el p .title {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .jump-detail {
  vertical-align: super;
  display: inline-block;
  margin-left: 10px;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .jump-detail::before {
  width: 1px;
  height: 14px;
  background-color: #B3B9C5;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .jump-detail::after {
  background: url("../images/quote-design/details-arrow.png") no-repeat center;
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  transition: all 0.3s ease-in-out;
  vertical-align: bottom;
  margin-left: 4px;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .jump-detail:hover {
  text-decoration: underline;
}
.design-wrap-main .form-control-section .row-r .details-note .template-toggle .jump-detail:hover::after {
  transform: translateX(4px);
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down {
  display: inline-block;
  position: relative;
  border: 1px solid #DBDEE2;
  background: #ffffff;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down:hover {
  border-color: #00A63F;
  box-shadow: 0 0 0 1px rgba(0, 166, 63, 0.2);
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  background: url("../images/quote-design/icon-down.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-top: -10px;
  pointer-events: none;
  cursor: pointer;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .filter-info {
  background: #ffffff;
  width: 314px;
  height: 32px;
  line-height: 32px;
  border: none;
  float: none;
  cursor: pointer;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .filter-info:focus {
  box-shadow: none;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists {
  width: 100%;
  position: absolute;
  top: 40px;
  left: -1px;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #DBDEE2;
  max-height: 160px;
  overflow-y: auto;
  display: none;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists li {
  padding: 9px 0 8px 15px;
  min-height: 32px;
  cursor: pointer;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists li a {
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists li.the-tag {
  color: #AAAAAA;
  cursor: default;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists li.the-tag a {
  cursor: default;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists li.the-tag:hover {
  background: none;
  color: #AAAAAA;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists li:hover {
  background: #F7F8F9;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists li:hover a {
  color: #00A63F;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists li.active {
  background: #F7F8F9;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .drop-down .drop-lists li.active a {
  color: #00A63F;
}
.design-wrap-main .form-control-section .row-r .el-dropdown .active-drop:after {
  transform: rotate(180deg);
}
.design-wrap-main .form-control-section .row-r .el-dropdown a {
  color: #262626;
}
.design-wrap-main .form-control-section .tips-text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #A89400;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-wrap-main .form-control-section .cell-params {
  margin-top: -12px;
}
.design-wrap-main .form-control-section .cell-params:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .form-control-section .cell-params.mini .cell {
  min-width: auto;
}
.design-wrap-main .form-control-section .cell-params.mini .more-btn {
  min-width: 40px;
  width: auto;
  font-size: 0;
  padding: 0 10px;
}
.design-wrap-main .form-control-section .cell-params.mini .cell-wrap .cell {
  min-width: 42px;
}
.design-wrap-main .form-control-section .cell-params .count-tips {
  font-weight: 400;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
  float: left;
  margin-top: 24px;
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .form-control-section .cell-params .count-tips:hover {
  color: #00A63F;
}
.design-wrap-main .form-control-section .cell-params .impedance-set {
  float: left;
}
.design-wrap-main .form-control-section .cell-params .impedance-set.middle input {
  width: 200px;
}
.design-wrap-main .form-control-section .impedance-set {
  margin-top: 12px;
  display: none;
}
.design-wrap-main .form-control-section .impedance-set input {
  display: block;
  width: 540px;
  resize: vertical;
  background: #ffffff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #DBDEE2;
  transition: all 0.3s ease-in-out;
  outline: none;
  min-height: 32px;
  padding: 6px 14px;
}
.design-wrap-main .form-control-section .impedance-set input:hover,
.design-wrap-main .form-control-section .impedance-set input:focus {
  border-color: #00A63F;
}
.design-wrap-main .form-control-section .impedance-set.middle input {
  width: 314px;
}
.design-wrap-main .form-control-section .cell {
  background: #ffffff;
  height: 32px;
  padding: 0 16px;
  min-width: 60px;
  line-height: 32px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #DBDEE2;
  font-size: 13px;
  color: #6C7073;
  position: relative;
  cursor: pointer;
  float: left;
  margin: 12px 10px 0 0;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.design-wrap-main .form-control-section .cell.disabled {
  background: #E9EBED;
  color: #6C7073;
}
.design-wrap-main .form-control-section .cell.disabled:hover {
  border-color: #E9EBED;
  cursor: not-allowed;
}
.design-wrap-main .form-control-section .cell .icon {
  float: left;
  margin-top: 5px;
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.design-wrap-main .form-control-section .cell:hover {
  border-color: #00A63F;
}
.design-wrap-main .form-control-section .cell:before {
  display: block;
  content: '';
  background: url("../images/quote-design/cell-checked-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  background-size: cover;
  opacity: 0;
}
.design-wrap-main .form-control-section .cell.active {
  border-color: #00A63F;
}
.design-wrap-main .form-control-section .cell.active:before {
  opacity: 1;
}
.design-wrap-main .form-control-section .more-btn {
  background: #ffffff;
  height: 32px;
  padding: 0 12px;
  min-width: 60px;
  line-height: 32px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #DBDEE2;
  font-size: 13px;
  color: #6C7073;
  position: relative;
  cursor: pointer;
  float: left;
  margin: 12px 10px 0 0;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.design-wrap-main .form-control-section .more-btn:hover {
  border-color: #00A63F;
}
.design-wrap-main .form-control-section .more-btn .more-val {
  display: inline-block;
  width: 30px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
}
.design-wrap-main .form-control-section .more-btn.active {
  border-color: #00A63F;
}
.design-wrap-main .form-control-section .more-btn.active:before {
  display: block;
  content: '';
  background: url("../images/quote-design/cell-checked-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1;
  background-size: cover;
}
.design-wrap-main .form-control-section .more-btn.show .more-cell {
  visibility: visible;
  opacity: 1;
}
.design-wrap-main .form-control-section .more-btn.show:after {
  transform: rotate(180deg);
}
.design-wrap-main .form-control-section .more-btn:after {
  display: inline-block;
  content: '';
  background: url("../images/quote-design/arrow-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  float: right;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  margin-top: 6px;
}
.design-wrap-main .form-control-section .more-btn .more-cell {
  position: absolute;
  top: 36px;
  left: 50%;
  z-index: 3;
  border-radius: 6px;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 4px 20px 0px rgba(47, 45, 94, 0.2);
  background: #ffffff;
  padding: 14px;
  width: 332px;
  margin-left: -166px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .form-control-section .more-btn .more-cell:before {
  display: block;
  content: '';
}
.design-wrap-main .form-control-section .more-btn .more-cell .cell-wrap {
  margin-left: -9px;
  margin-top: -12px;
}
.design-wrap-main .form-control-section .more-btn .more-cell .cell {
  margin-left: 10px;
  margin-right: 0;
  width: 36px;
  padding: 0;
  text-align: center;
}
.design-wrap-main .form-control-section .unit {
  background: #ffffff;
  height: 32px;
  padding: 0 12px;
  min-width: 60px;
  line-height: 32px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #DBDEE2;
  font-size: 13px;
  color: #6C7073;
  position: relative;
  cursor: default;
  float: left;
  margin: 12px 10px 0 0;
  text-align: center;
}
.design-wrap-main .form-control-section .unit.view-inch {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.design-wrap-main .form-control-section .unit.view-inch > span:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.design-wrap-main .form-control-section .unit.view-inch.show .inch-pop-box {
  opacity: 1;
  visibility: visible;
}
.design-wrap-main .form-control-section .unit.view-inch .inch-pop-box {
  width: 400px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 4px 20px 0px rgba(47, 45, 94, 0.2);
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  top: 36px;
  left: 50%;
  z-index: 2;
  margin-left: -200px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
}
.design-wrap-main .form-control-section .unit.view-inch .inch-pop-box .text {
  font-weight: 400;
  font-size: 13px;
  color: #262626;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.design-wrap-main .form-control-section .unit.view-inch .inch-pop-box .inch-tool {
  margin-top: 16px;
  padding-right: 34px;
}
.design-wrap-main .form-control-section .unit.view-inch .inch-pop-box .inch-tool:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.design-wrap-main .form-control-section .unit.view-inch .inch-pop-box .inch-tool .inch-l {
  float: left;
}
.design-wrap-main .form-control-section .unit.view-inch .inch-pop-box .inch-tool input {
  text-align: center;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #DBDEE2;
  transition: all 0.3s ease-in-out;
  margin: 0 6px;
  padding-left: 0;
  text-indent: 0;
}
.design-wrap-main .form-control-section .unit.view-inch .inch-pop-box .inch-tool input:hover {
  border-color: #00A63F;
}
.design-wrap-main .form-control-section .unit.view-inch .inch-pop-box .inch-tool input:focus {
  box-shadow: 0 0 0 1px rgba(0, 166, 63, 0.1);
  border-color: #00A63F;
}
.design-wrap-main .form-control-section .unit.view-inch .inch-pop-box .inch-tool .inch-r {
  float: right;
}
.design-wrap-main .form-control-section .unit.view-inch .tool-group {
  margin-top: 20px;
  text-align: right;
  font-size: 0;
}
.design-wrap-main .form-control-section .unit.view-inch .tool-group .group-btn {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  border-radius: 3px 3px 3px 3px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  min-width: 90px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.design-wrap-main .form-control-section .unit.view-inch .tool-group .group-btn.cancel {
  background: #E9EBED;
  color: #262626;
}
.design-wrap-main .form-control-section .unit.view-inch .tool-group .group-btn.submit {
  color: #ffffff;
  background: #00A63F;
}
.design-wrap-main .form-control-section .unit.view-inch .tool-group .group-btn.submit:hover {
  background: #009639;
}
.design-wrap-main .form-control-section .unit.view-inch:hover {
  border-color: #00A63F;
}
.design-wrap-main.design .cell {
  margin-right: 12px;
}
.design-wrap-main.design .view-upload-lists .list {
  width: 282px;
  border-style: solid;
}
.design-wrap-main.design .view-upload-lists .list .name {
  max-width: 178px;
}
.design-wrap-main.enclosure .cell {
  margin-right: 12px;
}
.design-wrap-main.enclosure .view-upload-lists .list {
  width: 282px;
  border-style: solid;
}
.design-wrap-main.enclosure .view-upload-lists .list .name {
  max-width: 178px;
}
.help-prompt {
  background: #ffffff;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 4px 20px 0px rgba(47, 45, 94, 0.2);
  border-radius: 6px 6px 6px 6px;
  padding: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #1D1D1F;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 240px;
  position: absolute;
  top: 30px;
  left: -28px;
  z-index: 3;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  cursor: default;
}
.help-prompt.diy-more {
  padding-right: 0;
  width: 296px;
}
.help-prompt.diy-more .more-wrap {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 8px;
  text-align: left;
  line-height: 1.2;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
  color: #333;
  font-size: 13px;
  position: relative;
  z-index: 3;
}
.help-prompt.diy-more .more-wrap::-webkit-scrollbar-track {
  width: 12px;
  box-shadow: unset;
}
.help-prompt.diy-more .more-wrap::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
  background-color: #d1d5db;
}
.help-prompt.diy-more .more-wrap::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.help-prompt.diy-more .more-wrap:hover::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
}
.help-prompt:before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 30px;
  z-index: 3;
  background-size: cover;
}
.layui-layer.the-mission-pop {
  border-radius: 10px;
  overflow: hidden;
}
.layui-layer-content {
  word-break: break-word !important;
}
.layui-laydate {
  z-index: 2 !important;
}
.layui-layer-tips {
  word-break: break-word;
  background: #ffffff;
  width: 290px !important;
  border-radius: 6px 6px 6px 6px;
  padding: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #1D1D1F;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: none !important;
  animation: none !important;
  cursor: default;
}
.layui-layer-tips .layui-layer-content {
  color: #1D1D1F !important;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 4px 20px 0px rgba(47, 45, 94, 0.2) !important;
  width: 296px;
  padding-right: 0 !important;
}
.layui-layer-tips .layui-layer-content .tips-wrap {
  cursor: default !important;
}
.layui-layer-tips .layui-layer-content .tips-wrap .more-wrap {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 8px;
  text-align: left;
  line-height: 18px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
  color: #333;
  font-size: 13px;
  position: relative;
  z-index: 3;
}
.layui-layer-tips .layui-layer-content .tips-wrap .more-wrap::-webkit-scrollbar-track {
  width: 12px;
  box-shadow: unset;
}
.layui-layer-tips .layui-layer-content .tips-wrap .more-wrap::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
  background-color: #d1d5db;
}
.layui-layer-tips .layui-layer-content .tips-wrap .more-wrap::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.layui-layer-tips .layui-layer-content .tips-wrap .more-wrap:hover::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
}
.layui-layer-tips .layui-layer-content .layui-layer-TipsG.layui-layer-TipsB {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 30px;
  z-index: 1;
  background-size: cover;
}
/*# sourceMappingURL=pcbdesign-page.css.map */