:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text: #0a58ca;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fff3cd;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}
html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:70px 0 0 0 !important;
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #f0f2f5 !important;
}
select,textarea,button{
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial, sans-serif;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../images/font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../images/font/iconfont.woff?t=1658727552670') format('woff'),
       url('../images/font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper{
  display: table;
  width:1500px;
  margin-left: auto;
  margin-right: auto;
}
.container-pd{
  width:1200px;
  margin-left: auto;
  margin-right: auto;
}
.w100{
  display: table;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
.w-60{
  width: 60% !important;
}
.w-70{
  width: 70% !important;
}
.w-80{
  width: 80% !important;
}
.fs-5 {
    font-size: 1.1rem!important;
}
.fs-6 {
    font-size: 15px!important;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#0695ff;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#CCCCCC !important;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#CCCCCC !important;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#CCCCCC !important;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#CCCCCC !important;
}
.line:last-child{
  border-bottom: none;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.blue{
  color: #0695ff !important;
}
.red{
  color: #FF7D45 !important;
}
.green{
  color: #009900 !important;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 901;
    width: 100%;
    height: 70px;
    background: linear-gradient(90deg, #0099FF, #8e2eff);
    box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.25);
}
.header .logo{
  float: left;
  margin: 17px 0 16px 1.5%;
  width: auto;
  height: 37px;
}
.menu{
  float: left;
  list-style:none;
  margin:0;
  padding:0;
  margin: 0 0 0 30px;
}
.menu li{
  float: left;
  width: auto;
  height: 70px;
  padding: 0 1.25vw;
  display:inline-block;
  position:relative;
  transition: all 0.2s linear;
}
.menu li a{
  display:block;
  width:auto;
  height: 70px;
  line-height: 70px;
  color:#FFFFFF;
  font-size:15px;
  text-align: center;
  position: relative;
}
.menu li:hover,.menu li.active{
  color:#FFFFFF;
}
.menu li a:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 16px;
  width: 0;
  height: 2px;
  background-color: #FFF;
  transition: all 0.35s;
}
.menu li.active a:after,.menu li:hover a:after {
  width: 100%;
  margin-left: -50%;
  background-color: #FFF;
}
.menu li dl{
    display: none;
}
.menu li:hover dl{
    position: absolute;
    left: 0;
    top: 70px;
    padding: 2px 12px 2px 12px;
    display: block;
    min-width: 100%;
    background-color: #FFFFFF;
    border-radius: 0;
    box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.45);
}
.menu li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}
.menu li:hover dl dd{
    text-align: center;
    position: relative;
}
.menu li:hover dl dd:last-child{
  border-bottom: none;
}
.menu li:hover dl dd a{
    font-size: 14px;
    color: #666666;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.menu li:hover dl dd:last-child a{
  border-bottom: none;
}
.menu li:hover dl dd a:hover,.menu li:hover dl dd.cur a{
    color: #0695ff;
}
.menu li.active dl a:after,.menu li:hover dl a:after{
  display: none;
}
.layout-right{
    position: absolute!important;
    right: 15px;
    top: 0;
    display: flex;
}
.layout-right .topdown{
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.layout-right .topdown i{
  font-size: 22px;
  margin-right: 6px;
}
.layout-right li{
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    position: relative;
}
.layout-right li:hover{
  background-color: rgba(255,255,255,0.1);
}
.layout-right li:hover .nav-child{
  display: block;
}
.layout-right li .nav-child {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 20px;
    box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.45);
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
}
.layout-right li.icon-user .nav-child{
    min-width: 300px;
    padding: 12px 15px;
    left: unset;
    right: 0;
    white-space: unset;
}
.layout-right li.icon-user .nav-child.factory-top{
    min-width: 100%;
}
.layout-right li .nav-child dd {
    margin: 1px 0;
    position: relative;
}
.layout-right li.icon-message .nav-child {
    padding: 15px 20px;
    min-width: 245px;
    white-space: unset;
    cursor: pointer;
}
.layout-right li.icon-message .nav-child dd {
    margin: 1px 0;
    line-height: 1.5;
    padding: 6px 0;
    position: relative;
}
.layout-right li.icon-message .nav-child a {
    color: #666;
}
.layout-right li .nav-child a:hover{
  color: #0695ff;
}
.layout-right .toplink{
    display: block;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}
.layout-right .toplink::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.layout-right .icon-search{
  display: block;
  line-height: 1;
  padding: 22px 20px 21px 20px;
}
.layout-right .icon-search i {
    margin-right: 0;
    font-size: 22px !important;
    color: #FFFFFF;
    line-height: 1;
    position: relative;
}
.layout-right .icon-message{
  display: block;
  line-height: 1;
  cursor: pointer;
  padding: 24px 20px 24px 20px;
}
.layout-right .icon-message i {
    margin-right: 0;
    font-size: 21px !important;
    color: #FFFFFF;
    line-height: 1;
    position: relative;
}
.layout-right .icon-message i em {
    position: absolute;
    top: -10px;
    right: -14px;
    display: block;
    min-width: 13px;
    height: 13px;
    padding: 2px 2px;
    line-height: 13px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    background-color: #FF6600;
    box-sizing: content-box;
}
.header .layout-right img.img-face {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.layout-right .user-down a{
    padding: 0 0;
    color: #0695ff;
}
.layout-right .user-down a:hover{
    color: #FF6600 !important;
}
.layout-right .user-info{
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.layout-right .user-info p{
  display: block;
  margin: 0 0;
  width: 100%;
  line-height: 2;
}
.layout-right .user-progress{
  padding: 0 0 12px 0;
}
.layout-right .user-progress .progress-bar{
  background: linear-gradient(.25turn,#2c80ff,#9562ff);
}
.layout-right .pb-number{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.layout-right .pb-number strong{
  font-weight: normal;
}
.layout-right .pb-number span{
  color: #999;
}
.layout-right .user-link{
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #EAEAEA;
}
.layout-right .user-link a{
  color: #666;
  margin-right: 25px;
}
.layout-right .user-link a i{
  margin-right: 6px;
}
.layout-right li.icon-user .nav-child.factory-top .user-link a{
  display: block;
}
/*content*/
.layout-content{
  display: flex;
  flex: auto;
  padding: 15px 15px;
  min-height: calc(100vh - 100px);
}
.mainpanel{
  width: 75%;
  padding-right: 14px;
}
.sidepanel{
  width: 25%;
}
.todo{
  padding: 20px 10px;
}
.todo .todo-item{
  display: flex;
  height: 97px;
  align-items: center;
  position: relative;
  border-right: 1px solid #eaeaea;
  padding: 0 1.30208333333333vw;
  margin-bottom: 8px;
}
.todo .todo-item:last-child{
  border-right: none;
}
.todo .todo-item .icon{
  display: block;
  flex: 0 0 50px;
  width: 50px;
  height: auto;
  text-align: center;
  margin-right: 0.52291666666667vw;
}
.todo .todo-item .icon i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #F8F6FB;
  border-radius: 50%;
}
.todo .todo-item .icon i img{
  display: block;
  width: 30px;
  height: auto;
}
.todo .todo-item .icon span{
  padding-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.todo .todo-item .todo-num {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    height: 120px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
}
.todo .todo-item .todo-num li{
  display: block;
  width: 33.33%;
  text-align: center;
  line-height: 1;
}
.todo .todo-item .todo-num.two{
  padding-right: 0.82291666666667vw;
}
.todo .todo-item .todo-num.two li{
  width: 50%;
}
.todo .todo-item .todo-num span{
  display: block;
  font-size: 14px;
  color: #999999;
}
.todo .todo-item .todo-num strong{
  display: block;
  font-size: 18px;
  padding-top: 8px;
  cursor: pointer;
}
.number .row{
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.2 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.number .row>* {
    padding-right: calc(var(--bs-gutter-x) * .2);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.number-item{
    display: flex;
    align-items: center;
    height: 130px;
    padding: 15px 15px;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    margin: 0 0;
}
.number-item .ni-title{
  display: block;
  padding-left: 58px;
  position: relative;
}
.number-item .ni-title span{
  display: block;
  font-size: 15px;
  color: #999999;
  padding-bottom: 10px;
}
.number-item .ni-title span.down{
  position: relative;
  cursor: pointer;
}
.number-item .ni-title span.down::after {
    display: inline-block;
    margin-left: .555em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.number-item .ni-title span.down:hover .down-month{
  display: block;
}
.number-item .ni-title span.down .down-month{
    position: absolute;
    top: 16px;
    left: 0;
    display: none;
    color: #333;
    background-color: #FFFFFF;
    padding: 10px 12px;
    box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.65);
}
.number-item .ni-title strong{
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.number-item .ni-title i{
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
  background: linear-gradient(90deg, #0099FF, #8e2eff);
  box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.25);
  border-radius: 50%;
}
.number-item .ni-title i img{
  display: block;
  width: 25px;
  height: auto;
}
.number-item .ni-num {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  color: #999999;
  flex-direction: column;
  justify-content: center;
}
.number-item .ni-num p{
  display: block;
  margin: 5px 0;
}
.number-item .ni-num p span{
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.amzdiy .card{
  background: #FFFFFF;
  border:none;
  box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.25);
  border-radius: 10px;
  --bs-card-spacer-y: 15px;
  --bs-card-spacer-x: 15px;
}

.amzdiy .card .card-header {
  display: flex;
  padding: 13px 16px 8px 16px;
  margin-bottom: 0;
  color: #000000;
  height: 43px;
  line-height: 22px;
  font-size: 16px;
  background-color: #FFFFFF;
  border-bottom: none;
}
.amzdiy .card .card-header i{
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.amzdiy .card .card-header i.icon-todo{
  background: url(../images/icon-todo.png) no-repeat center center;
  background-size: auto 20px;
} 
.amzdiy .card .card-header i.icon-analyse{
  background: url(../images/icon-analyse.png) no-repeat center center;
  background-size: auto 18px;
} 
.amzdiy .card .card-header i.icon-functions{
  background: url(../images/icon-functions.png) no-repeat center center;
  background-size: auto 18px;
} 
.amzdiy .card .card-header i.icon-logininfo{
  background: url(../images/icon-logininfo.png) no-repeat center center;
  background-size: auto 21px;
} 
.amzdiy .card .card-body{
  padding-bottom: 26px;
}
.amzdiy .card .card-text{
  line-height: 1.53;
}
.amzdiy .btn-analyse{
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -125px;
}
.echarts-date{
  position: absolute;
  top: 85px;
  right: 2.1875vw;
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.echarts-date li{
  display: block;
  width: auto;
  line-height: 30px;
  font-size:14px;
  color: #666666;
  margin-left: 30px;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.echarts-date li.cur,.echarts-date li:hover{
  color: #0695ff;
}
.echarts-date li.cur:after,.echarts-date li:hover:after{
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 15px;
    margin-left: -10px;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #0695ff;
}
.echarts-con{
  display: block;
  width:100%;
  height: 450px
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #0695ff;
    border-color: #0695ff;
}
.btn {
    --bs-btn-padding-x: 15px;
    --bs-btn-padding-y: 5px;
    --bs-btn-font-size: 14px;
    --bs-btn-line-height: 1.5715;
    min-height: 36px;
    border-radius: 18px;
}
.btn-redpink {
    border: none;
    background: linear-gradient(-113deg, #D451FF, #FF8674) !important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0695ff;
    --bs-btn-border-color: #0695ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3804be;
    --bs-btn-hover-border-color: #3804be;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3804be;
    --bs-btn-active-border-color: #3804be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0695ff;
    --bs-btn-disabled-border-color: #0695ff;
}
.btn-primary{
  border: none;
  background: linear-gradient(.25turn,#2c80ff,#9562ff);
}
.btn-primary:hover,.btn-success:hover,.btn-danger:hover{
  opacity: 0.8;
}
a.btn-primary{
  line-height: 26px;
}
.btn-success{
  border: none;
  background: linear-gradient(.25turn,#009900,#07C160);
}
label.btn-success{
  line-height: 26px;
}
label.btn-outline-secondary{
  line-height: 26px !important;
}
.btn-danger{
  border: none;
  background: linear-gradient(.25turn,#FF6600,#FF9900);
}
.btn-warning{
  border: none;
  background: linear-gradient(.25turn,#fdd000,#ff9907);
}
.btn-outline-primary {
    --bs-btn-color: #5f5f5f;
    --bs-btn-border-color: #d2d2d2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0695ff;
    --bs-btn-hover-border-color: #0695ff;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0695ff;
    --bs-btn-active-border-color: #0695ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0695ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0695ff;
    --bs-gradient: none;
}
.btn-outline-primary:hover{
  border: 1px solid #FFF;
  background: linear-gradient(.25turn,#2c80ff,#9562ff);
}
.btn-outline-danger {
  --bs-btn-color: #FF6600;
  --bs-btn-border-color: #d2d2d2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #FF6600;
  --bs-btn-hover-border-color: #FF6600;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #FF6600;
  --bs-btn-active-border-color: #FF6600;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FF6600;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FF6600;
  --bs-gradient: none;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #999;
  --bs-btn-border-color: #999;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #808080;
  --bs-btn-hover-border-color: #999;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #808080;
  --bs-btn-active-border-color: #808080;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #999;
  --bs-btn-disabled-border-color: #999;
}
.nav-link{
  color: #0695ff;
}
.home-functions {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.home-functions a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  height: 49px;
  font-size: 14px;
  color: #666666;
  padding: 0 1.04166666666667vw;
  margin: 7.5px 1.5%;
  border-radius: 10px;
  background-color: #F7F7F7;
}
.home-functions a .icon{
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 15px;
}
.home-functions a .icon img{
  display: block;
  width: 100%;
  height: 100%;
}
.home-functions a:hover{
  color: #0695ff;
  background-color: #e6f4ff;
}
.search-box{
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0 22px 0;
}
.search-box.flex{
  line-height: 1rem;
}
.search-box .ml-2,.ml-2{
  margin-left: 12px;
}
.search-box .ml-3,.ml-3{
  margin-left: 20px;
}
.search-box .ml-1,.ml-1{
  margin-left: 6px;
}
.search-box .form-control.rep-date{
  min-width: 220px;
  background:url(../images/icon-date.png) no-repeat 195px center;
  background-size: 14px; 
}
.modal-header {
  border-bottom-color: #F0F0F0;
}
.btn-close:focus {
    box-shadow: none;
}
.modal-footer {
    align-items: center;
    justify-content: center;
    border-top-color: #F0F0F0;
}
.form-control{
  padding: 5px 12px;
  font-size: 14px;
  min-height: 36px;
  border-radius: 18px;
  line-height: 1.5715;
  border: 1px solid #D8D8D8;
}
.form-control:focus{
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(6,149,255,1);
}
.form-select{
  font-size: 14px;
  min-height: 36px;
  line-height: 1.5715;
  border-radius: 18px;
  border: 1px solid #D8D8D8;
}
.form-select:focus{
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(6,149,255,1);
}
.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .0em;
    vertical-align: top;
}
.form-check-input:checked {
    background-color: #0695ff;
    border-color: #0695ff;
}
.form-check-input:focus{
    box-shadow:none;
}
.table {
    --bs-table-border-color: #eaeaea;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.025);
    width: 100%;
    margin-bottom: 1rem;
    line-height: 1.5715;
}
.table-light {
    --bs-table-border-color: #eaeaea;
}
.table>:not(caption)>*>* {
    padding: .8rem .5rem;
    vertical-align: middle
}
.amzdiy .card-footer {
    background-color: transparent;
    border-top: none;
    padding-top: 0.8rem;
}
.page-link {
    color: #666;
    font-size: 14px;
}
.designer-material .page-link {
  line-height: 22px;
}
.active>.page-link, .page-link.active {
    color: var(--bs-pagination-active-color);
    background-color: #0695ff;
    border-color: #0695ff;
}
.fixed-table-pagination{
  display: table;
  width: 100%;
  padding-top: 1rem;
}
.fixed-table-pagination .form-select-sm{
  width: 70px;
  display: inline-block;
}
.fixed-table-pagination .page-jump-to .form-control{
  padding: 0;
  width: 70px;
}
.fixed-table-pagination .page-jump-to{
  width: auto;
}
.fixed-table-pagination .page-jump-to .btn-outline-secondary{
  border:1px solid #D8D8D8;
}
.products-box{
  display: flex;
  padding: 0 0.3rem 0 0;
  justify-content: space-between;
}
.tree-nav{
  display: block;
  width: 20%;
  padding: 0 1rem;
  background-color: #F9f9f9;
  border:1px solid #EAEAEA;
}
.tree-nav .tree-title{
  display: block;
  text-align: center;
  font-size: 1.1rem!important;
  line-height: 2.5;
  border-bottom: 1px solid #EAEAEA;
}
.dropdown-toggle { outline: 0; }

.tree-nav .btn-toggle {
  display: block;
  width: 100%;
  text-align: left;
  padding: .45rem .5rem .45rem 1.85rem ;
  font-weight: 400;
  color: #333333;
  background-color: transparent;
  position: relative;
  border:none;
}
.tree-nav .btn-toggle:hover,
.tree-nav .btn-toggle:focus,.tree-nav .btn-toggle:active{
  color: #0695ff;
  background-color: #e6f4ff;
}
.tree-nav .btn-toggle.active{
  color: #0695ff;
  background-color: #e6f4ff;
  font-weight: bold;
}
.tree-nav .btn-toggle.pd0{
  padding-left: 0;
}
.tree-nav .btn-toggle.nod::before,.tree-nav .btn-toggle.pd0::before{
  background: url(../images/icon-file.png) no-repeat left center;
  background-size: 16px 16px;
}
.btn-toggle::before{
  position: absolute;
  content: '';
  top: 50%;
  left: 0.5rem;
  width: 1.15em;
  height: 1.0rem;
  margin-top: -0.5rem;
  line-height: 0;
  background: url(../images/icon-jia.png) no-repeat left center;
  background-size: 16px 16px;
  transition: transform .35s ease;
}
.btn-toggle[aria-expanded="true"]{
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before{
  background: url(../images/icon-jie.png) no-repeat left center;
  background-size: 16px 16px;
}
.tree-nav.authorize{
  width: 100%;
  padding: 0 1.2rem 1.2rem 1.2rem;
  background-color: #FFFFFF;
  border:none;
}
.tree-nav.authorize .btn-authorize {
  display: block;
  width: 100%;
  text-align: left;
  padding: .35rem .5rem .35rem 1.65rem ;
  font-weight: 400;
  color: #333333;
  background-color: transparent;
  position: relative;
  border:none;
}
.tree-nav.authorize .btn-authorize:hover,
.tree-nav.authorize .btn-authorize:focus,.tree-nav.authorize .btn-authorize:active{
  color: #0695ff;
  background-color: #e6f4ff;
}
.tree-nav.authorize .icon-down{
  left: 0.5rem;
  top: 50%;
  width: 1.16em;
  height: 1.0rem;
  margin-top: -0.4rem;
  position: absolute;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 35%;
}
.btn-authorize .icon-down[aria-expanded="true"]{
  transform: rotate(90deg);
  margin-top: -0.4rem;
}
.tree-nav.authorize .form-check-input{
  vertical-align: text-bottom;
  margin-right: 5px;
}
.scrollarea {
  overflow-y: auto;
}
.tree-nav .list-group {
  padding-left: 1.65rem;
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: transparent;
    --bs-list-group-border-color: none;
    --bs-list-group-border-width: 0;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 0;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #0695ff;
    --bs-list-group-active-bg: transparent;
    --bs-list-group-active-border-color: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    font-size: 1rem;
}
.tree-nav .list-group .list-group-item.active{
  font-weight: bold !important;
}
.tree-nav .list-group.three{
  padding-left: 1rem;
}
.tree-nav .list-group-item:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.tree-nav .list-group-item:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.products-list{
  width: 79%;
  padding: 1.875rem 1.875rem;
  border:1px solid #EAEAEA;
  box-sizing: border-box;
}
.products-list .card{
  overflow: hidden;
  box-shadow: 0px 1px 6px 0px rgba(203,203,203,0.35);
}
.products-list .card:hover{
    box-shadow: 0px 1px 6px 0px rgba(6,149,255,0.55);
}
.products-list .card-title{
  font-size: 1rem;
}
.products-list .card-price{
  font-size: 1.25rem;
}
.products-list .card-body .btn{
  width: 65%;
}
.tree-nav.mypro{
  display: block;
  width: 14%;
  padding: 0 1rem;
  background-color: #F9f9f9;
  border:1px solid #EAEAEA;
}
.products-list.mypro{
  width: 85%;
  padding: 1.875rem 1.875rem;
  border:1px solid #EAEAEA;
  box-sizing: border-box;
  padding-top: 0.5rem;
}
.pro-bigpic {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 6px;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-bigpic img{
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin-right: 6px;
}
.pro-smallpic{
  display: flex;
  width: 100%;
  height: 28px;
}
.pro-smallpic img{
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-right: 5px;
}
.pro-smallpic .more{
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  border: 1px solid #0695ff;
}
.pro-text{
  line-height: 1.6;
  word-break: break-all;
}
.pro-btn .btn{
  display: block;
  margin-bottom: 5px;
  padding: 0 8px;
  font-size: 14px; 
  min-height: 26px;
}
.table .btn{
  padding: 0 9px;
  font-size: 14px; 
  min-height: 26px;
}
.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #f5f5f5;
}

.table tbody tr.selected td,.table tbody tr.selected:hover td {
    background-color: rgba(0,0,0,.075) !important;
}
.products-list.mypro .pd-2{
  padding-left: 12px;
}
.myOrder-list{
  width: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.myo-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  /*padding-right: 5.25rem;*/
  padding-right: 1.25rem;
}
.myo-box img{
  margin-right: 10px;
}
.myo-box .float-end {
    flex: 0 0 auto;
    width: auto;
    text-align: right;
    padding-left: 1rem;
}
.myo-box .pro-text .blue{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.myo-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.myo-btn .btn{
  display: block;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 0.375rem;
}
.search-box .nav-tabs{
  display: flex;
  justify-content: space-between;
  line-height: 28px;
}

.myo-filter{
    display: block;
    padding: 0px 0 10px 10px;
    font-size: 14px;
}
.myo-filter ul{
    display: block;
}
.myo-filter li{
    display: flex;
    margin: 10px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.myo-filter li label{
    flex: 0 0 120px;
    width: 120px;
    padding: 5px 10px 5px 0;
    text-align: right;
}
.myo-filter li .myo-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.myo-filter li a{
    display: block;
    min-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #333;
    border-radius: 5px;
}
.myo-filter li a.cur,.myo-filter li a:hover{
    color: #FFF;
    background-color: #0695ff;
}
.quantity-flex{
  display: flex;
  justify-content: space-between;
}
.quantity-flex .form-control{
  width: 15%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  text-align: center;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e9ecef;
    opacity: 1;
}
.h410{
  min-height: 410px; 
}
.modal-body.pr-2{
  padding-right:3rem; 
}
.pr-3{
  padding-right:3rem; 
}
.modal-body .form-switch .form-check-input,.form-switch .form-check-input{
    width: 38px;
    height: 18px;
    margin-left: -2.5em;
    border-radius: 10px;
    margin-top: 2px;
}
.form-check {
    margin-bottom: 0;
}
/* 将 Modal 显示在右侧 */
.modal.modal-right .modal-dialog {
  margin-right: 0;
  margin-left: auto;
  transform: translateX(25%);
}

/* 调整 Modal 动画效果 */
.modal.modal-right .modal-dialog {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.modal.modal-right.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.country-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.country-label {
  display: block;
  height: 24px;
  min-width: 150px;
  font-size: 15px;
  margin-bottom: 5px;
}
.country-label .form-check-input{
  margin-right: 5px;
}
.min-w220{
  min-width:220px;
}
.calc-img{
  height:100px;
  line-height:100px;
  text-align:center;
  border:1px solid black;
  cursor:pointer;
}
.myp-detbanner{
  display: block;
  margin: 0 auto;
  width: 16.25rem;
  height: 16.25rem;
  margin-bottom: 5rem;
}
.myp-detbanner .prodet-container .swiper-pagination{
  display: none;
}
.myp-detbanner .prodet-container .swiper-button-prev,.myp-detbanner .prodet-container .swiper-button-next{
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    border-radius: 50%;
    background: #0695ff;
    border: none;
    opacity: 1;
}
.myp-detbanner .prodet-container .swiper-button-prev{
    left: 0.5rem;
}
.myp-detbanner .prodet-container .swiper-button-next{
    right: 0.5rem;
}
.myp-detbanner .prodet-container .swiper-button-next:after, .myp-detbanner .prodet-container .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 0.8rem;
}

.myp-detbanner .prodet-thumbs {
  display: block;
  width: 16.25rem;
  height: 3.75rem;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
  margin-top: 0px;
  position: relative;
}
.myp-detbanner .prodet-thumbs .swiper-slide {
  width: 3.75rem;
  height: 100%;
  opacity: 1;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
}
.myp-detbanner .prodet-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border:2px solid #0695ff;
}

.pro-detbanner{
  display: block;
  margin: 0 auto;
  width: 450px;
  height: 450px;
  margin-bottom: 100px;
}
.prodet-container{
  display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
.prodet-container .swiper-slide{
  border-radius: 0;
}
.prodet-container .swiper-slide img{
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.prodet-container .swiper-pagination{
  left: unset;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 30px;
  border-radius: 6px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 32px;
  background-color: rgba(0,0,0,0.5);
}
.prodet-container .swiper-button-prev,.prodet-container .swiper-button-next{
    width: 32px;
    height: 32px;
    margin-top: -19px;
    border-radius: 50%;
    background: #0695ff;
    border: none;
    opacity: 1;
}
.prodet-container .swiper-button-prev{
    left: 14px;
}
.prodet-container .swiper-button-next{
    right: 14px;
}
.prodet-container .swiper-button-next:after, .prodet-container .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.prodet-container .swiper-button-prev:hover,.prodet-container .swiper-button-next:hover{
    background: #3804be;
    border: none;
}
.prodet-container .swiper-button-next:hover:after, .prodet-container .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
.prodet-container .swiper-button-next.swiper-button-disabled, .prodet-container .swiper-button-prev.swiper-button-disabled{
   background-color: #0695ff;
   opacity: 0.45;
}
.prodet-thumbs {
  display: block;
  width: 450px;
  height: 90px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}
.prodet-thumbs .swiper-slide {
  width: 70px;
  height: 100%;
  opacity: 1;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
}
.prodet-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border:2px solid #0695ff;
}
.prodet-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prodet-thumbs .swiper-button-next, .prodet-thumbs .swiper-button-prev{
  display: none;
   color: #FFFFFF !important;
   font-size: 21px;
   width: 46px;
   height: 6.875rem;
   background-color: #999bb1;
   border-radius: 4px;
   text-align: center;
  justify-content: flex-end;
  margin-right: 0;
}
.prodet-thumbs .swiper-button-next:hover, .prodet-thumbs .swiper-button-prev:hover{
   background-color: #ff9000;
}
.prodet-thumbs .swiper-button-next.swiper-button-disabled, .prodet-thumbs .swiper-button-prev.swiper-button-disabled{
   background-color: #252632;
   opacity: 1;
}
.prodet-thumbs .swiper-button-next{
  right: 0;
  top: 0;
}
.prodet-thumbs .swiper-button-prev{
  left: 0;
  top: 0;
}

.bd-list {
    display: flex;
    margin-bottom: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}
.bd-list li{
  display: block;
  width: auto;
  height: auto;
  cursor: pointer;
  position: relative;
}
.bd-list li img{
  display: block;
  widows: 155px;
  height: 155px;
  margin-right: 15px;
  margin-bottom: 15px;
  border:2px solid #EAEAEA;
}
.bd-list li:hover img,.bd-list li.cur img{
  border:2px solid #FF6600;
}
.bd-list li i{
  display: none;
}
.bd-list li.cur i{
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: block;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #ff7b43;
}
.batchdesign-list{
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}
.batchdesign-list li{
  display: block;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.batchdesign-list li img{
  display: block;
  width: 200px;
  height: 200px;
}
.batchdesign-list li:hover .bdl-desc{
  display: block;
}
.batchdesign-list .bdl-desc{
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 101;
}
.batchdesign-list .bdl-desc .bdl-text,.batchdesign-list .bdl-del .bdl-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    padding-top: 30px;
    flex-direction: column;
}
.batchdesign-list .bdl-del .bdl-text{
    justify-content: center;
    padding-top: 0;
}
.batchdesign-list .bdl-del {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 110;
}
.batchdesign-list .bdl-btn{
  position: absolute;
  left: 0;
  bottom: 5px;
  display: flex;
  width: 100%;
}
.batchdesign-list .bdl-btn .btn{
    --bs-btn-padding-x: 0.50rem;
}
.batchdesign-list .bdl-btn .btn-group{
  margin: 0 auto;
}
.batchdesign-list .bdl-btn .btn i{
  font-size: 14px;
  margin-right: 3px;
}
.batchdesign-list .bdl-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 60px;
    height: 29px;
    font-size: 14px;
    line-height: 29px;
    color: #FFFFFF;
    padding-left: 10px;
    background: #ff7b43;
    border-radius: 0px 0px 29px 0px;
    z-index: 100;
}
.modal-xl.w1380 {
      --bs-modal-width: 1380px;
  }
.modal-xl.w1650 {
      --bs-modal-width: 1650px;
  }
.designer-box.w1380 {
    width: 1380px;
    margin: 0 auto;
    padding: 1rem 1rem 0 1rem;
}
.w1420 {
    min-width: 1420px;
}
.designer-w1380 {
  display: block;
    width: 1380px;
    margin: 0 auto;
    padding: 0 1rem 0 1rem;
}
.designer-box{
  display: flex;
  min-height: 665px;
  justify-content: space-between;
}
.designer-box .designer-material{
  flex: 0 0 370px;
  width: 370px;
  height: 675px;
  padding-right: 10px;
  border-right: 1px solid #EAEAEA
}
.designer-material .form-select{
  font-size: 13px;
  width: 128px;
}
.designer-material .form-control{
  font-size: 14px;
  width: 142px;
}
.designer-material .page-item .form-control{
  font-size: 13px;
  width: 50px;
  padding: 0.25rem 0;
  text-align: center;
  border-radius: 0;
}
.designer-material .dropdown .dropdown-toggle{
  padding: 0.405rem 0.75rem;
  border:1px solid #D8D8D8;
}
.designer-material .dropdown .dropdown-menu{
  font-size: 13px;
}
.bm-list {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.bm-list li{
  display: block;
  width: auto;
  height: auto;
  cursor: pointer;
  position: relative;
}
.bm-list li img{
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 9px;
  margin-bottom: 9px;
  border:2px solid #EAEAEA;
}
.bm-list li:hover img,.bm-list li.cur img{
  border:2px solid #0695ff;
}
.designer-box .design-effect{
  flex: 0 0 957px;
  width: 957px;
  height: 665px;
  display: flex;
  padding-top: 30px;
}
.de-changeSlice {
    display: flex;
    flex: 0 0 66px;
    width: 66px;
    margin-right: 20px;
    flex-direction: column;
}
.de-changeSlice li {
    border: 2px solid lightgray;
    cursor: pointer;
    width: 66px;
    height: 66px;
    min-height: 66px;
    text-align: center;
    line-height: 62px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-sizing: border-box;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.de-changeSlice li.cur,.de-changeSlice li:hover{
  color: #0695ff;
  border:2px solid #0695ff;
}
.de-design-box{
    display: flex;
    flex: 0 0 66px;
    width: 602px;
    height: 622px;
    margin-right: 20px;
    position: relative;
}
.ded-box{
  display: block;
  position: relative;
}
.ded-box .ded-tips{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  background-color: #ffc107;
}
.ded-box .ded-tips i{
  font-size: 14px;
}
.de-design-box .btn-group{
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -130px;
  text-align: center;
}
.de-design-box .btn-group .btn{
  display: inline-block;
}
.de-design-box .btn-group .btn i{
  font-size: 13px;
  margin-right: 3px;
}
.de-results{
    display: block;
    flex: 0 0 230px;
    width: 230px;
    position: relative;
}
.view-effect{
  position: absolute;
  display: block;
  left: 0;
  top: 392px;
  width: 230px;
  height: 230px;
  cursor: pointer;
}
.view-effect img{
  display: block;
  width: 100%;
  height: 100%;
}
.view-effect i{
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 28px;
  color: #EAEAEA;
  z-index: 100;
}
.view-effect .prodet-container .swiper-pagination{
  left: 50%;
  right: unset;
  bottom: 10px;
  width: 50px;
  height: 22px;
  border-radius: 6px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 22px;
  margin-left: -25px;
  background-color: rgba(0,0,0,0.5);
}
.view-effect .prodet-container .swiper-button-prev,.view-effect .prodet-container .swiper-button-next{
    width: 22px;
    height: 22px;
    margin-top: -11px;
}
.view-effect .prodet-container .swiper-button-prev{
    left: 0.2rem;
}
.view-effect .prodet-container .swiper-button-next{
    right: 0.2rem;
}
.view-effect .prodet-container .swiper-button-next:after, .view-effect .prodet-container .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 13px;
}
#controlsForFocusDeisgn {
    float: left;
    width: 100%;
    border-top: 1px dotted;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
}
#controlsForFocusDeisgn .operateBtn {
    float: left;
    height: 32px;
    width: 32px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border: 1px solid gray;
    border-radius: 4px;
    cursor: pointer;
}
#controlsForFocusDeisgn .operateBtn:hover {
    border: 2px solid #0695ff;
}
#controlsForFocusImage {
    float: left;
    width: 100%;
    border-top: 1px dotted;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
}
#controlsForFocusImage .operateBtn {
    float: left;
    height: 50px;
    width: 50px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    border: 1px solid gray;
    border-radius: 4px;
    cursor: pointer;
    padding-top: 24px;
    box-sizing: border-box;
}
#controlsForFocusImage .operateBtn:hover {
    border: 2px solid #0695ff;
}
#controlsForFocusImage .emao-icon {
    background-position: center 8px;
}
.emao-icon {
    background-repeat: no-repeat;
    background-position: center;
}

.emao-icon-move-top {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAABjElEQVQ4jZXUMWxNcRQG8F9biQ6N1UTSlI2RDlQMEkRi8tKGpB3wGCxdKlKjxmYmhBAaQ3ckHSwGmhjaiTCZTBIxSbRyXr6X3Mh96ElOct853/fd//n+592hbrdrQBzGnbTmsdYGG26p7cUzvMWR5Ds8xZ6/CYzhFj7gfIvwBXwMZqwpUHkJn7CI0UEzpbcYbHGGd+BJ1LcTu3Efx+vtcygnv25DoLCXi1sCv6K2H/f+g1yYfXhQ3L6JO3EFp3ETyy3E5fQKczWcnoEdbGACh7AUTybxJjmZ2lIwE+F0ysStAUetuz/6j3G26gQrOIDP2bbrA65yNL21YIuz0vfgZ8x5gYUcbxpDyenUFoK5G07Pg5FcyTq+YRxnMdvwYDa18WA2skgj5cFjnMMpvM6JvuMMTuT3amOUG3iFl7VIJVDqRXyE57gdgT+JFbsiMINreFgjbGYpDmapapTaiRLvRz1XrXqFKWxxNpv/xh9ZlCkcw3ucTNZz1SsLU9heNN/Sjy9ZmuYH5WLrBwW/AVgJWMUpE0O+AAAAAElFTkSuQmCC);
}
.emao-icon-move-bottom {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAABlUlEQVQ4jYXUL2iWURQG8N/+gAsyMNnEICZdEFQEEZvalQVlFv1m0GAQES3CxCXDkqIiDpSFdTUIoqxssLAFwzSZNIpBZG5yPp5PXsb3bgcOXM59nue957nnvgOdTkdLHMOjbN3EUj/YcJ/aPjzEYdxK7TlWcAffmuDBxno3pvAxeQTvkrX+lJwK9r9A5RWsYghjeIL1hvh6amPBrIYzWC3M4jzO4kObIYmfaaNO9Ran6+uXcQMv0vvoNgKjwRT2enFL4C+e5nh7sIbJLQYPp7YWTBn8rLg9E3cFcA4zOIVlnEkupzYTzLVwusoX8ADvcRQ/ItqcgzJsMes67f0YebcENlv6LcLJHUzdrBbmcQhfM223MdIHPJK9pWCLM9/z4E/u+Q2m8RnjGEiOpzYdzONwukNUg3G14X7FfsxhITmXmmC+xJeh8uAlLrb0eKKlvjdmdgdpIif4voNhzShscSZKYCNDcSDX+XsbYu0VprDF2Wi+xl+4h4N43Yf8KnuFKWw3mgK9qPdenhxvmFhDdWnrvwD+ARHUW19p0OPcAAAAAElFTkSuQmCC);
}
.emao-icon-move-up {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAABcElEQVQ4jZ3UP0sdURAF8J/6wMbKQggpAqKoSLAKpLDMBwh2Npav8B/YimJjCKRIIIn5AH6BaK21KFaKWGhhIYKVVUgQVMLAvLDq7r5HprncmXPOvbP3zHY1m0010YslLOIrvuC2Ct5dI/Qep/iIF7meZr5jsXHs4CcGn9QGM7+TuEqxfnzDEd7V9Z71o8T3F8UamMU55tHTRqgVPYk/T34jhDYx3aFAWcTNNjAZN5vBHG7+U+wm+TMhdocfGMZ33Hcocp/44eTfFR8gTljABHbbCO0mbqHYUaOGcIkHvCrkLtLIpVFmjX3sYRRjWME1lnM/gkMctLNGOP011vAbf/ChMAExSr9SOHAvq6yxjtUOP36r5ankPbLGfD5v2QhVRWu0ZpP/zxqhPIQrHGdLfRUikY964AIfvOA/s0ac8BZvcJa37sp6rLGPfNQDF/haa5zkIMev5nO2EeYM4kDut9pZ42kEIaywjU+5xr5UCP4CSlxULbR+isAAAAAASUVORK5CYII=);
}
.emao-icon-move-down {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABYklEQVQ4jZ3TO0sdURQF4M+gFhb+BLUzBuyU/ABTBhVS3TrkFgraCD5SawykMAFtgmlS2JrY2lvYhIivTv0JFlrYyA77Xk703vGxYGBm7bXWnDlrTke9XleBl9jI8RRO2klftOF7sIx97OW1n1zPY4Pe4hCvMYKPeY0kd5iatkH92MZ3LOENTov5aXJLqdlOTzOoC/M4wAUGsVWxb1upuUhPeLs6c/AO7/GjIqDEJWbwB5sYjRXVsIA1fEPvI4J6U7uW3loE3eAzhtGXe1GrCKmlpi894b0pN/sck/iAFezmXjQwmNxKaibT8w+dFW8ew198yec5dOOslbgMiiq/YqLgurPuEgPYwS/MNlZV1n90J+QhTKTnXv3PQRyX1bL+RVw/I+g6vc36I3UIv58QEtrwhPde/fHd42WtLRCz0IS2qWt1+qORV/iUq20g7oOLWWj+Q7v/6Cpr/4n15KZx3FKNW3tRTrRKu8OhAAAAAElFTkSuQmCC);
}
.emao-icon-move-copy {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAASCAYAAACEnoQPAAABHElEQVQ4jYXUvysHcRzH8Qe+ymLAYPErgwnZ/FgUJYNisxr03fwFlLIgjFbKxCA/iqKYZLOZbAYyKyL50afuvuncfTzrru51n2evu96fu6pyuewXnThCt798YALn6Z3qzJLlAjHlEMNFcldEvMYWjtGfyg1YQRuqInJgDvs4RU+QdzGGz3/EDiziASVchtMoepMwRnsiVwjNNXj9R8yllBO+4yniNKJegbyA9Yg8hQM5owqs4TtyHKQL85rD2PYizUPYLJJnMBiRW4ua33CFk0w+jfFM9pmVzzCCvkzelPMEF1l5Cc8YQO2v/DH52gJfuMNqVg5bdCOnJdCMFtykQZDvMYvtyP6uS2b/krx/RQ5/gx3MF4gpt5isXOEH0Fk25mcGV6YAAAAASUVORK5CYII=);
}
.emao-icon-move-delete {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAYAAADtyJ2fAAAAvUlEQVQokeWToQpCMRRAj/JMChaDSYu/IRheMwk2TYb5RSbBpO0Fq1GTH2AViz9gsMuFO5njTtc9cOHu3p1tvO3VnHMYzIGNlhfANp5StyygBBoapTWhAE5AL6p3gnwKjKL+TcRhYldPUyOkL+Lkh2gi4h7YGaumeAKzQptjoJ0pPjC+6gq4an7QEC7aexOLFXDX/KyBLlZ9E7P5B9Hfo2cAtHTQDepyx9JLiusgXwa5PPKPh+6PKn9ILkeAF9ByF49o1DGhAAAAAElFTkSuQmCC);
}
.emao-icon-align-left {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAAb0lEQVQ4jWNMS0v7z8DAYMjAwHCBgQTARIpiZEC2RhY0Ph8DA0MEAwMDFwF9p9E15jEwMDQTYeE3dKeKEKEJBLjoHzijGknQ+JpIfd/QU84kBgaGVwwMDNx4NIFy0yl0jZ8ZGBhmE2MlneORgYEBADRuDV24KlOrAAAAAElFTkSuQmCC);
}
.emao-icon-align-center {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAAZ0lEQVQokWNMS0tjQAMToNwCZGEmdFW4AAsW8fXY1IIU2jEwMBhhkTNEYp8DKdzNwMDARsDmX0xEKAIBNqI9M3IV/iJC3S9QzLjiiEJkAI7CQ1AMA/ZQxkFkldhSTyA2hcTFDAMDAwCwNw0WwO8G9QAAAABJRU5ErkJggg==);
}
.emao-icon-align-right {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAAdUlEQVQ4jWNMS0tjIBEYMDAwnGciVRcMkK2RhYGBwZqBgcGUgLpvDAwMKxgYGD4ha9zFwMDARYQlYgwMDC3ITiVGEwiIIHPoHzijGglo/Eak2tfIHFDKcWFgYDBjYGBgxKPpKzTJoWg8DsUkO5UsQJ5GBgYGAHgqDGAs2vp5AAAAAElFTkSuQmCC);
}
.emao-icon-align-top {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAAa0lEQVQokWNMS0v7z0AFwMLAwGBILYMuUMsgZMDHwMCQx8DAIEJA32sGBoZJDAwMn3EZFMHAwNBMpCNeMTAwzIZxmNAkuYg0BAS4kTnoBpENRg0aIgah5FF0g04zMDB8I8IQkJpTcB4DAwMAsSkNS2NDA/AAAAAASUVORK5CYII=);
}
.emao-icon-align-middle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAAaElEQVQokWNMS0tjQAJ2DAwMuxkYGNgY8INfDAwMrgwMDIdgqpjQlBsRYQgDVI0RsgC6QWQDqhnEwsDAMAHKXk+GfnsGBoZABmq7qACJb0ii/oNQPAgDG92gc9DERgiA1IDUQgADAwMAC3IMPAmJT28AAAAASUVORK5CYII=);
}
.emao-icon-align-bottom {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAAdElEQVQokWNMS0tjQAKWDAwMexgYGLgY8INvDAwMbgwMDEdhqpjQlJsRYQgDVI0psgC6QYxEGIIVoBtENhg1aAAN+kqC3m/IHBY0yRUMDAxiDAwMogQMeQNVi9OgzwwMDK0kuArFIANyNGIz6DzFpjAwMAAAftMLn4BBA48AAAAASUVORK5CYII=);
}
.emao-icon-zoom-large {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAATElEQVQokWNMS0tjwAEOQ4VtsUmz4NLFwMBgg0eOgQmf5DDSCAq9/1gwDGCTO0xu4DCy4IonBoStjLicShYYQhrxpdUjuAKGgYGBAQBWeBAPyhzBPgAAAABJRU5ErkJggg==);
}
.emao-icon-zoom-small {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF8WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA0LTEzVDE2OjM3OjQyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNC0xM1QxNjo0Mzo1NSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNC0xM1QxNjo0Mzo1NSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MDI5Yjk3ZS05MjYzLTc1NGMtOGVjOC01NWI0ZWM3NDY3MTUiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyM2I0NjA2My1kY2ZlLTkyNGMtOTc5YS02MTFkNTM2MDJkZjciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplMDc3NjNjZi0yMTQ3LThmNGItOTJkNC01NzM1ZjU1MTgwOGUiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmUwNzc2M2NmLTIxNDctOGY0Yi05MmQ0LTU3MzVmNTUxODA4ZSIgc3RFdnQ6d2hlbj0iMjAyMC0wNC0xM1QxNjozNzo0MiswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MDI5Yjk3ZS05MjYzLTc1NGMtOGVjOC01NWI0ZWM3NDY3MTUiIHN0RXZ0OndoZW49IjIwMjAtMDQtMTNUMTY6NDM6NTUrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5vh3TmAAAAK0lEQVQokWP8//8/AzmAiSxdI0QjY1pa2hEGBgZrEvUdIddGRsbReKSBRgCC9QkKu3lwCgAAAABJRU5ErkJggg==);
}
.emao-icon-rotate-anticlockwise {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABsElEQVQ4jY3US4jOYRTH8c9Mr0vkluS+kpVYGAuSUorcsreUplgyGxtbZWEpG0ss2LCRRLJQRMlEUwphIpRbhLzop/PyevvPjN/m/J/b93/Oec55+gYHB2EO3vqrPsys+Sn4hs94g7YG9dfUMPYVYC8e4h0eYwSP8BIfcRwLe1HxaAFe1PgeVtX3NVzB8/JuNXZhdv1kNy52QC0MdIEDGcUO3G2IIMDDOIjz2I7LKrSBns2Lsa4pD/iAoQp/Es6Uh79BaxoOJA97xoBFJ3ECc3Gok6PRoiaUO7hddmSsGyrNwzO8x/zkaPMEh2bhOz71zL/GVWxNiSS0++NA8pNXdasrG9aHy7b6Gxa7tQ2TMQObGta/lu0P6ChuYFrDxiT1AW7hbMP60rLtVrXGuarqJtdXjOFtnNiCH/EsoCO1MLVgPycIt1tDVYftTo7WVwgH/hOwBItwuqr8T9OmGdNz+8uz8bQc1ytvyzr7ElqUZt2Jp/iCvC2x6acUXC4iIeRwGjbjS3jSC4rS6VHeoGOYXnWUpgwgSU/3X8DabkgvqKPc4gZsxM2aPFXgPCnRPxD4BRbMXz1UqG+XAAAAAElFTkSuQmCC);
}
.emao-icon-rotate-clockwise {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAABmklEQVQ4jY3TT2jPcRzH8cfmZ1GTwhSpKVrEkm05kHLCaMnBZYuS/A7O0lwmiYO4Mc5CclVktciFVqIohy3tJMRF40D+9F7vb359+/5+7VWfw+f9+Xyen/fftnq9rqROHMUhbMYKfMNrPMAt/MByXMHJ9hJgBNMYxz4swycswQHcwHsMYwLHsbQRch63sRLXsDW92Ji2XtxEF+5gBxZhWy0BxzCGLxjCi3KMeItR7MaWBnt/LV2+ip84iKkKgMzBRAkwD4lwTmAVrrcAyLCe4UkmutBAeHI4N+MtAKGXuUJtCe2PnIQnm/ARMxUPt+MhLuXDQn+zivdwNiCrs4xVuoDBuIi+Zi4GZC5BzUKQVZutOD8d/ROQN1iDDRWXzqUHEfLX0ll09l6cqmUrR4wdTbx51cQ+l5D28OQyduFd0heiAdzHWvwJyO/M/MUERbu3UryJ8TiCPYUhFOEsxjrsTFt0aKO6sT9+zsGLMbkbB8XshM7gKR5lWB/wGT0JiL74jvV4nmtejZBQNFbxa1QtKvYrx38Sj3P/X/gHAPZP5mql5KsAAAAASUVORK5CYII=);
}
.emao-icon-flip-x {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAYAAADJ7fe0AAABAklEQVQokX3SoUoEURQG4M9FBLeI0aaYNJlFBEFMCxajeYNPsI+wGH0IX0CTCBrEYDKJmDQZNSwbFhU5ckYuy539yz9z75mPy8zM9fv9Lsbq2cI9tvHYMtPt4DIuWgbecJZdBeL5QHZmQB8YZFcB7AXyhKsWaAMv2VUgbjq5OGyBPvGQXQUi88XmMDsGevmy33E8CyhPUkLNiRawjlusYbEG1JAmo+xvfOEnr0e14WlkkP/EESZ4xX5+4kmuX8xCAtgtgMgKzrMV0HUNCeBgCogs5V8b3ST2D3FTIpsJNF+kzHPuR5eJuZj/gwK5awEiyzjNns4/FEgbEFnFSXYtY/R+AYt3QfHEVwCwAAAAAElFTkSuQmCC);
}
.emao-icon-flip-y {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAYAAADtyJ2fAAABC0lEQVQokY3TsUoDQRSF4d8YLBYLLRXsNZX2KgiSSkHENxD2DcT4BkrIG2hvIYKgja1iayeWdinFJoWVHDgDNzs7wQuBw537ZSaT3bm6rivgEdgGPphdPeAVOOgCEwXjZ+CyQAdA37OTjpsJ9z0wE6nRCYsJ7zZwhlTdxjdr4Qi4CzhDbVD1C5wYL7ahEow45az0G7eAZS+sAyvOq8Cas3obzprdFHwBLty8B0bO18CN8xB4cD4H3nTUHeDLzWPgx/k03PoZsOR8BdwKvofzf4Y8BuZDHjt/6xP/x1gLvtUnoCpdTgkdAnt+FDPchBrQLkKpWnGE6S3ZbzlFhhNMSAOlmsKC/0HTO0P1B3vQOLH7LbMiAAAAAElFTkSuQmCC);
}
.emao-icon-fill {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4jbWTwQnDMBAE110kJTltBO4rUD+pRQ2oAUlv22Vc2JCIxDiWT+D9HPuYfQzcICIjgAeAK2xZANwhInMpRXPO6r3XlJIyrR5CULIcMMOfTvY10AOz14EemKkDPTB7HTjVAW+3gz246aAF7zpYw//GNh0chTcdtOB1/3Fghb8dzDFGE8zrnOPAwne+vd/5YnznCYA8Acd109yS5DCmAAAAAElFTkSuQmCC);
}
.emao-icon-fit {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAuElEQVQ4je2T0QnCMBRFT4IjWLCzWNFf/9UFKtmqE6gzKFRHEQt1h0rgJcRUg/n3QkhIzrt5kBtljFkDDVCSpwdQayneASpz2JpGy81XoAUGGd/kzlupKXUAVsATWCYMVsJUbkNHwAY4JQyOwnhNgrWSuUgYFBE76iBbf4N3g0Ey0Cf4XhgftriD0TtH2grzsQMbzSlwSRichbm5DRsk+6tsNBeJQicfIGAOdNZgDxyA2Q8Goe5A/QIisyBBkg3qBwAAAABJRU5ErkJggg==);
}
.emao-icon-draw {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAp0lEQVQ4je2T3Q2DMAyEP6IOUWZpF+gCLADKVkzQ907AKvxsQWVwkWUKSd97Uh6S+C53iVPEGB9AC5SsKDjHrLsjUAclV0pMkTF1wmmDntxlED2EUwa3KHEGtfltDFqzITjbPo4fldZscbyDVJzOXPYCL/Az/gJ7AWnP+0n9DZjswkWb5dMLDfAErgcCvfS/mc8iYPHy75wTIWX7CEscceBt537nHqjfyJchfTZM0fYAAAAASUVORK5CYII=);
}

.uploadbox {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ced4da;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
}
.uploadbox .upload__style-2NrbSd {
    font-size: 30px;
    color: #999;
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.uploadbox .text-style {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
}
.uploadbox #fileInput__style {
    width: 0;
    height: 0;
    display: none;
}
.pro-pd .btn-check:checked+.btn, .pro-pd .btn.active{
    background-color: #FFFFFF;
    color: #0695ff;
    border-color: #0695ff;
}
.pro-check-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-check-list .item{
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  margin-top: -0.25rem;
}

.previewTitle__style {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.hdBtn__style {
    font-weight: normal;
    margin-left: 20px;
    font-size: 16px;
}
.previewEmpty__style {
    line-height: 350px;
    color: #999;
    font-size: 24px;
    text-align: center;
    border: 1px dashed #d8d8d8;
    margin-top: 20px;
}
.iconfont.sm{
  font-size:13px;
  margin: 0 0.6rem
}
.myart-check-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.myart-check-list .item{
  margin-right: 1rem;
}
.mypro-check-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.mypro-check-list.flex-end {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
}
.mypro-check-list .item{
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}
.mypro-check-list .btn{
  font-size: 13px !important;
  min-height: 28px !important;
}
.rowTop__style {
    display: flex;
    justify-content: space-between;
}
.rowTop__style > div.rowTop_info__style {
    padding-right: 30px;
    flex: 1;
}
.rowTop__style > div.rowTop_info__style > div {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}
.rowTop__style > div.rowTop_info__style > div:first-child{
   min-width: 300px;
}
.rowTop__style > div {
    display: flex;
    line-height: 32px;
}
.titGray__style {
    color: #aaa;
    margin-right: 4px;
}
.marignRight5__style {
    margin-right: 5px;
}
.marignRight5__style svg {
  vertical-align: unset;
}
.bg-F5{
    background-color: #F5F5F5;
}
.bg-F9{
    background-color: #F9f9f9;
}
.storebind__style {
    width: 100%;
    height: 180px;
    display: flex;
    margin-bottom: 20px;
}
.storebind__style .left__style {
    width: 180px;
    height: 100%;
    border: 1px solid #d9d9d9;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 0;
}
.storebind__style .left__style > div {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}
.storebind__style .left__style > p {
    width: 100%;
    display: flex;
    padding: 0 20px;
    margin-bottom: 0;
    justify-content: space-between;
}
.storebind__style .right__style {
    width: calc(100% - 195px);
    height: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 0;
    position: relative;
}
.storebind__style .right__style .showWindow__style {
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    height: 100%;
    width: 100%;
}
.storebind__style .right__style .showWindow__style .right_box__style {
    height: 100%;
    padding-left: 10px;
    transition: margin-left 1s;
    -moz-transition: margin-left 1s;
    -webkit-transition: margin-left 1s;
    -o-transition: margin-left 1s;
}
.storebind__style .right__style .showWindow__style .right_box__style .storeItem__style {
    float: left;
    width: 180px;
    height: 100%;
    border-right: 1px dashed #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}
.storebind__style .right__style .showWindow__style .right_box__style .storeItem__style p {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.sumBox__style{
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}
.sumBox__style .summaryHeader__style {
    border-right: 1px solid #d9d9d9;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    height: 80px;
    line-height: 1.6;
    font-weight: bold;
}
.sumBox__style .row:first-child {
    margin-left:0;
    border-bottom: 1px solid #d9d9d9;
}
.sumBox__style .row:last-child {
    margin-left:0;
}
.sumBox__style .summaryHeader__style > div:first-child .filterTime__style {
    font-size: 12px;
    color: #999;
}
.sumBox__style .summaryHeader__style  > div:last-child {
    display: flex;
}
.sumBox__style .summaryHeader__style > div:last-child > div {
    margin-right: 45px;
}
.sumBox__style .groupHeader__style {
    height: 80px;
    padding: 14px;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
}
.sumBox__style .totalCard__style {
    border-right: 1px solid #d9d9d9;
    border-radius: 3px;
    min-height: 240px;
}
.sumBox__style .totalCard__style, .sumBox__style .groupItem__style {
    padding: 20px;
}
.sumBox__style .groupItem__style.pro-text{
  line-height: 1.1;
  padding-top: 30px;
  padding-left: 50px;
}
.sumBox__style .groupItem__style > p:last-child {
    margin-top: 15px;
    color: #999;
}
.footer{
  height: 35px;
  padding-bottom: 0.7rem;
  color: #666;
}
.footer a{
  color: #666;
}
.footer a:hover{
  color: #0695ff;
}

.factory-todo .todo-num {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    height: 80px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    padding: 0 1.30208333333333vw
}
.factory-todo .todo-num li{
  display: block;
  width: auto;
  text-align: center;
  line-height: 1;
}
.factory-todo .todo-num.two{
  padding-right: 0.82291666666667vw;
}
.factory-todo .todo-num span{
  display: block;
  font-size: 14px;
  color: #999999;
}
.factory-todo .todo-num strong{
  display: block;
  font-size: 1.35416666666667vw;
  padding-top: 15px;
  cursor: pointer;
}
.myPlan-list{
  display: block;
  width: 100%;
  padding: 0 .5rem;
  padding-top: 1.5rem;
}
.myPlan-list li{
  margin-bottom: 1.2rem;
}
.myPlan-list .card{
  overflow: hidden;
  border:1px solid #EAEAEA;
}
.myPlan-list .card .card-header{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #0695ff, #6147E2);
  color: #FFFFFF;
  padding: 0 12px;
}
.myPlan-list .mpl-title{
  font-size: 14px;
}
.myPlan-list .mpl-btn .btn-sm{
  font-size: 12px;
}
.myPlan-list .alert{
  padding: 0.5rem 0.5rem;
}
.myPlan-list .mpl-progress{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}
.myPlan-list .mpl-progress .progress{
  margin-right: 0.8rem;
}
.mpl-echarts{
  display: inline-block;
  width: 5.875rem;
  height: auto;
  margin: 0 3.5%;
  text-align: center;
}
.mpl-echarts .mec-con{
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0.5rem auto;
  position: relative;
}
.mpl-echarts .mec-con span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 5rem;
  color: #666;
}
.pt-row{
  display: flex;
}
.pt-row .w130{
  width: 140px;
  flex: 0 0 140px;
}
.pt-row .col-pt-auto{
  -webkit-box-flex: 1; 
  -webkit-flex: 1; 
  flex: 1;
  min-width: 0;
}
.slice-left{
  float:left;
  width:180px;
  margin-right:10px;
}
.slice-right{
  float:left;
  width:1430px;
}
.slice-rbox{
  float:left;
  width:602px;
}
.slice-rbox .slice-canvas{
  width: 600px;
  height: 600px;
  position: relative;
  user-select: none;
}
.slice-img{
  float:left;
  width:180px;
  margin-left:10px;
}
input[type="range"] {
    display: block;
    width: 100%;
    margin-top: 2px;
}
.detailimage-left{
   float:left;
   width:350px;
}
.detailimage-center{
  float:left;
  width:602px;
  margin: 0 10px;
}
.detailimage-right{
  float:left;
  width:380px
}
.detailimage-img{
  width: 600px;
  height: 600px;
  position: relative;
  user-select: none;
}
.detailimage-img canvas,.detailimage-img img{
  border: 1px solid rgb(204, 204, 204);
}
.uploadInfo__style {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 15px;
}
.imgBox__style{
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    border: 1px dotted #ced4da;
    border-radius: 5px;
    display: flex;
    background-color: #fff;
}
.imgBox__style .img__style {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px dotted #ced4da;
    border-radius: 5px;
}
.imgBox__style .info__style{
    flex-grow: 1;
    position: relative;
}
.imgBox__style .info__style .success__style {
    color: #52c41a;
}
.imgBox__style .info__style .name__style {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.imgBox__style .info__style .progress__style {
    padding-right: 15px;
}
.imgBox__style .info__style .tip__style {
    position: absolute;
    font-size: 12px;
    left: 0;
    top: 45px;
}
.ant-progress-line {
    position: relative;
    width: 100%;
    font-size: 14px;
}
.ant-progress {
    box-sizing: border-box;
    margin: 0;
    padding: 6px 0 0 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: 'tnum';
    display: flex;
    align-items: center;
}
.ant-progress-outer {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
    margin-right: calc(-2em - 8px);
    padding-right: calc(2em + 8px);
}
.ant-progress-inner {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    background-color: #f5f5f5;
    border-radius: 100px;
}
.ant-progress-status-success .ant-progress-bg {
    background-color: #52c41a;
}
.ant-progress-success-bg, .ant-progress-bg {
    position: relative;
    background-color: #1890ff;
    border-radius: 100px;
    transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-status-success .ant-progress-text {
    color: #52c41a;
}
.ant-progress-text {
    display: inline-block;
    width: 2em;
    margin-left: 8px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 1em;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    word-break: normal;
}
.ant-progress-text .anticon {
    font-size: 14px;
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.system-name{
  float: left;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 10px;
  margin: 22px 0 18px 10px;
  position: relative;
}
.system-name::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #0c72cc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -3px;
}
.system-name::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0c72cc;
  border-radius: 5px;
}