

.el-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}
.el-carousel__item.is-active {
  z-index: 2;
}
.el-carousel__item.is-animating {
  transition: transform 0.4s ease-in-out;
}
.el-carousel__item--card {
  width: 50%;
  transition: transform 0.4s ease-in-out;
}
.el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: 1;
}
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask {
  opacity: 0.12;
}
.el-carousel__item--card.is-active {
  z-index: 2;
}
.el-carousel__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.24;
  transition: 0.2s;
}
.el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.el-carousel__indicators--outside {
  bottom: 26px;
  text-align: center;
  position: static;
  transform: none;
}
.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: 0.64;
}
.el-carousel__indicators--outside button {
  background-color: #c0c4cc;
  opacity: 0.24;
}
.el-carousel__indicators--labels {
  left: 0;
  right: 0;
  transform: none;
  text-align: center;
}
.el-carousel__indicators--labels .el-carousel__button {
  height: auto;
  width: auto;
  padding: 2px 18px;
  font-size: 12px;
}
.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px;
}
.el-carousel__indicator {
  background-color: transparent;
  cursor: pointer;
}
.el-carousel__indicator:hover button {
  opacity: 0.72;
}
.el-carousel__indicator--horizontal {
  display: inline-block;
  padding: 12px 4px;
}
.el-carousel__indicator--vertical {
  padding: 4px 12px;
}
.el-carousel__indicator--vertical .el-carousel__button {
  width: 2px;
  height: 15px;
}
.el-carousel__indicator.is-active button {
  opacity: 1;
}
.el-carousel__button {
  display: block;
  opacity: 0.48;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.3s;
}


  .login-box {
    display: flex;
    align-items: center;
    width: 320px;
    height: 40px;
    background: #ebf1fa;
    border-radius: 4px;
    margin: 0 auto 20px;
  }
  .login-box .pwd-login {
    cursor: pointer;
    width: 156px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    margin-left: 4px;
    color: #4e5969;
  }
  .login-box .code-login {
    cursor: pointer;
    width: 156px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #4e5969;
  }
  .login-box .isEnterprise {
    background: #ffffff;
    box-shadow: 0 2px 2px #cce7ff;
    border-radius: 4px;
    color: #bda380;
  }
  .linehei {
    line-height: 25px;
  }
   .main-bottom {
    padding-right: 0 !important;
  }
   .main-bottom .bottoms {
    padding-right: 30px;
  }
   .main-bottom .el-button {
    min-width: 72px;
    border-radius: 2px;
  }
  .demo-tabs {
    margin-bottom: 15px;
  }
  .official .bg-E8F3FF {
    background: #e8f3ff;
  }
  .official .bg-FFF7E8 {
    background: #fff7e8;
  }
  .official .color-165DFF {
    color: #bda380;
  }
  .official .color-FF9900 {
    color: #f90;
  }
  .official .farmIcons {
    border-radius: 2px;
    margin-bottom: 21px;
    padding: 12px 16px 6px;
  }
  .official .farmIcons .farmIcon {
    height: 20px;
    width: 20px;
    margin-right: 8px;
  }
  .official .farmIcons .IconTitle {
    font-size: 14px;
    font-weight: 500;
  }
  .official .farmIcons .IconCont {
    font-size: 12px;
    font-weight: 400;
    height: 44px;
    line-height: 22px;
    margin: 0 0 0 28px;
  }
  .official .width100 {
    width: 100%;
  }
  .official .SearchInput {
    border-radius: 2px;
  }
  .official .SearchInput .icon {
    width: 50px;
    background: #f2f3f5;
    text-align: center;
    border-radius: 2px 0 0 2px;
    border: 1px solid #e5e6eb;
    line-height: 36px;
    border-right: none;
  }
  .official .SearchInput .searchName {
    width: 60px;
    height: 38px;
    background: #bda380;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    border-radius: 0 3px 3px 0;
  }
  .official .SearchInput .el-input {
    height: 36px;
  }
  .official .SearchInput .el-input__inner {
    height: 38px;
    border-radius: 0;
  }
  .official .SearchInput .el-input-group__append {
    background: #bda380;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
  }
  .official .SearchInput .el-input-group__prepend {
    width: 34px;
    padding: 0;
    text-align: center;
  }
  .official .h34 .el-input__inner {
    padding-left: 10px;
    height: 36px;
  }
  .official .h83 .el-input__inner {
    padding-left: 10px;
    height: 83px;
    line-height: 0px;
  }
  .official .InputCode .el-button {
    margin-left: 22px;
    width: 120px;
  }
  .official .serviceContent .phone {
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .official .serviceContent .phone p:nth-child(1) {
    color: #c9cdd4;
  }
  .official .serviceContent .phone p:nth-child(2) {
    color: #1d2129;
  }
  .iconfont {
    margin-top: 3px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
  }
  .captcha {
    vertical-align: top;
    height: 40px;
    cursor: pointer;
    width: 106px;
    margin-left: 10px;
  }
  
  .dynacodeClass_two {
    background: white;
    color: #bda380;
  }
  .el-input-group__append,
  .el-input-group__prepend {
    background: white;
  }
  .captcha {
    vertical-align: top;
    height: 40px;
    cursor: pointer;
    width: 108px;
    margin-left: 10px;
  }
   .el-input-group__prepend {
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    color: #1d2129;
  }
   .el-input__icon {
    font-size: 8px;
    color: #b5b5bd;
  }

  .ns-text-color {
    color: #c0c4cc;
  }
  .ns-text-color-gray {
    color: #bda380;
  }
  .ns-text-color {
    color: #c0c4cc;
  }
  .ns-text-color-gray {
    background: #fff;
    color: #bda380;
  }
  
  .login-btn {
    margin-top: 8px;
  }
  .login-btn button {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "siyuan, siyuan-Medium";
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 21px;
  }
  .captcha {
    vertical-align: top;
    height: 40px;
    cursor: pointer;
    width: 108px;
    margin-left: 10px;
  }
  .ns-text-color {
    color: #c0c4cc;
  }
  .ns-text-color-gray {
    background: #fff;
    color: #bda380;
  }
  .siderLockBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .siderLockBox .sliderBox {
    background: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 330px;
    height: 134px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .siderLockBox .sliderBox .sliderTitle {
    margin: 0 30px;
    padding: 20px 0;
  }
  .siderLockBox .sliderBox .sliderTitle div {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
  }
  .siderLockBox .sliderBox .sliderTitle i {
    color: #4e5969;
    font-size: 26px;
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
  }
  .siderLockBox ._nc .stage1 {
    height: 40px;
  }
  .siderLockBox ._nc .stage1 .slider {
    background-color: #f7f8fa;
    height: 40px;
    box-shadow: none;
    border: 1px solid #c9cdd4;
  }
  .siderLockBox ._nc .stage1 .label {
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #1d2129;
  }
  .siderLockBox ._nc .stage1 .button {
    height: 38px;
    width: 40px;
    border-right: 1px solid #c9cdd4;
  }
  .siderLockBox ._nc .icon-slide-arrow {
    font-size: 18px;
    line-height: 40px;
    margin: 0 auto;
  }
  .siderLockBox ._nc .stage1 .track div {
    height: 40px;
    line-height: 40px;
  }
  .siderLockBox ._nc .stage1 .icon.yes {
    margin: 0 auto;
    line-height: 40px;
    font-size: 22px;
  }
   .el-image-viewer__img {
    width: 300px;
    height: 300px;
  }
  .upload_box {
    position: relative;
  }
  .upload_box .percentage_box {
    position: absolute;
    top: -4px;
    left: 110px;
    width: 40px !important;
    height: 40px !important;
  }
  .upload_box .percentage_box .el-progress-circle {
    width: 40px !important;
    height: 40px !important;
  }
  .upload_box .percentage_box .el-progress__text {
    width: 40px !important;
    font-size: 14px !important;
    transform: translate(-9%, -50%);
  }
  .document .el-upload--text {
    height: 32px;
    line-height: 32px;
    width: 98px;
    color: #bda380;
    border: 1px solid #bda380;
    border-radius: 2px;
  }
  .btn_lock .el-upload--text {
    border: 1px solid #94bfff;
    color: #94bfff;
  }
  .image .el-upload--text {
    width: 80px;
    height: 80px;
    line-height: 14px;
  }
  .image .add_box {
    width: 80px;
    height: 80px;
    background: #f2f3f5;
    border: 1px dashed #e5e6eb;
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #4e5969;
  }
  .image .add_box .add {
    font-weight: 900;
  }
  .image .add_box .text {
    margin-top: 12px;
  }
  .small_image_up .el-upload--text,
  .small_image_up .add_box {
    width: 45px !important;
    height: 45px !important;
  }
  .up_tip {
    color: #c9cdd4;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    top: -6px;
  }
  .upDocumentList {
    width: 85%;
    height: 20px;
    background: #f7f8fa;
    border-radius: 2px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .upDocumentList .upload_pre_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .upDocumentList .file_name {
    flex: 1;
    color: #1d2129;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .upDocumentList .fade-enter-active,
  .upDocumentList .fade-leave-active {
    transition: all 0.2s ease;
  }
  .upDocumentList .option {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .upImageList {
    display: flex;
    flex-wrap: wrap;
  }
  .upImageList .single_img {
    width: 100px;
    height: 100px;
    margin-left: 18px;
    line-height: 0;
    position: relative;
  }
  .upImageList .single_img:nth-of-type(1) {
    margin-left: 0;
  }
  .upImageList .single_img .img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
  }
  .upImageList .single_img .close {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 12px;
    color: #425466;
    background: rgba(255, 255, 255, 0.5);
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
  }
  .upImageList .single_img .change_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
  .upImageList .single_img .fade-enter-active,
  .upImageList .single_img .fade-leave-active {
    transition: all 0.2s ease;
  }
  .upImageList .small_img {
    width: 45px;
    height: 45px;
  }
  .noFile {
    font-size: 13px;
    color: #606266;
  }
  .hidden_up_button {
    display: none !important;
  }
  .scrollbar_content {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .scrollbar_content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    display: block;
  }
  .scrollbar_content::-webkit-scrollbar-track {
    border-radius: 8px;
    background: transparent;
  }
  .scrollbar_content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #d8dae3;
  }
  .froms {
    margin-left: 100px;
  }
   .upload_box {
    margin-left: 34px;
  }
   .el-form-item__error {
    width: 150px;
  }
   .small_img {
    width: 100px !important;
    height: 100px !important;
  }
   .main-bottom {
    padding-right: 0 !important;
  }
   .main-bottom .bottoms {
    padding-right: 30px;
  }
   .main-bottom .el-button {
    min-width: 72px;
    border-radius: 2px;
  }
  .province {
    margin-left: 17px;
  }
  .province .logos {
    margin-left: 10px;
  }
  .province .el-form-item {
    width: 150px;
  }
  .province .el-upload--text,
  .province .add_box {
    width: 100px !important;
    height: 100px !important;
    background: #f2f3f5;
  }
  .province .add_box .add {
    font-size: 30px;
    color: #c9cdd4;
    font-weight: 100;
    width: 30px;
    height: 30px;
  }
  .province .fileTitle,
  .province .fileTitle p {
    margin-top: 30px;
  }
  .province .el-upload--picture-card {
    line-height: 0px;
  }
  .province .el-upload-list__item {
    width: 100px;
    height: 100px;
  }
  .personalInfo .Info:nth-child(2) {
    margin-top: 20px;
  }
  .personalInfo .Info .titleInfos p:nth-child(1) {
    width: 4px;
    height: 16px;
    background: #bda380;
  }
  .personalInfo .Info .titleInfos p:nth-child(2) {
    color: #1d2129;
    font-weight: 600;
    font-size: 16px;
    margin-top: -3px;
    margin-left: 10px;
  }
  .personalInfo .Info .titleInfos span {
    width: 52px;
    height: 22px;
    background: #fff7e8;
    border-radius: 2px;
    color: #f90;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin-left: 10px;
    margin-top: -3px;
  }
  .personalInfo .Info .InfoContent {
    margin-top: 35px;
    margin-left: 17px;
  }
  .personalInfo .Info .InfoContent .el-upload--text,
  .personalInfo .Info .InfoContent .add_box {
    width: 100px !important;
    height: 100px !important;
    background: #f2f3f5;
  }
  .personalInfo .Info .InfoContent .add_box .add {
    font-size: 30px;
    color: #c9cdd4;
    font-weight: 100;
    width: 30px;
    height: 30px;
  }
  .personalInfo .Info .InfoContent .fileTitle,
  .personalInfo .Info .InfoContent .fileTitle p {
    margin-top: 30px;
  }
  .personalInfo .Info .InfoContent .el-upload--picture-card {
    line-height: 0px;
  }
  .personalInfo .Info .InfoContent .el-upload-list__item {
    width: 100px;
    height: 100px;
  }
  .personalInfo .Info .jobName {
    margin-top: 24px;
    margin-bottom: 20px;
    margin-left: 17px;
  }
  .personalInfo .Info .jobName .names {
    color: #4e5969;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .personalInfo .Info .jobName .jobNamebg {
    background: #bda380;
    border-radius: 2px;
    padding: 12px 16px 9px;
    color: #bda380;
  }
  .personalInfo .Info .jobName .jobNamebg .farmIcon {
    height: 20px;
    width: 20px;
    margin-right: 8px;
  }
  .personalInfo .Info .jobName .jobNamebg .IconTitle {
    font-size: 14px;
    font-weight: 600;
  }
  .personalInfo .Info .jobName .jobNamebg .IconCont {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 0 28px;
  }
   .el-autocomplete {
    width: 100% !important;
  }
  .login-box {
    display: flex;
    align-items: center;
    width: 320px;
    height: 40px;
    background: #ebf1fa;
    border-radius: 4px;
    margin: 0 auto 20px;
  }
  .login-box .pwd-login {
    cursor: pointer;
    width: 156px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    margin-left: 4px;
    color: #4e5969;
  }
  .login-box .code-login {
    cursor: pointer;
    width: 156px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #4e5969;
  }
  .login-box .isEnterprise {
    background: #ffffff;
    box-shadow: 0 2px 2px #cce7ff;
    border-radius: 4px;
    color: #bda380;
  }
  .linehei {
    line-height: 25px;
  }
   .main-bottom {
    padding-right: 0 !important;
  }
   .main-bottom .bottoms {
    padding-right: 30px;
  }
   .main-bottom .el-button {
    min-width: 72px;
    border-radius: 2px;
  }
  .demo-tabs {
    margin-bottom: 15px;
  }
  .official .bg-E8F3FF {
    background: #e8f3ff;
  }
  .official .bg-FFF7E8 {
    background: #fff7e8;
  }
  .official .color-165DFF {
    color: #bda380;
  }
  .official .color-FF9900 {
    color: #f90;
  }
  .official .farmIcons {
    border-radius: 2px;
    margin-bottom: 21px;
    padding: 12px 16px 6px;
  }
  .official .farmIcons .farmIcon {
    height: 20px;
    width: 20px;
    margin-right: 8px;
  }
  .official .farmIcons .IconTitle {
    font-size: 14px;
    font-weight: 500;
  }
  .official .farmIcons .IconCont {
    font-size: 12px;
    font-weight: 400;
    height: 44px;
    line-height: 22px;
    margin: 0 0 0 28px;
  }
  .official .width100 {
    width: 100%;
  }
  .official .SearchInput {
    border-radius: 2px;
  }
  .official .SearchInput .icon {
    width: 50px;
    background: #f2f3f5;
    text-align: center;
    border-radius: 2px 0 0 2px;
    border: 1px solid #e5e6eb;
    line-height: 36px;
    border-right: none;
  }
  .official .SearchInput .searchName {
    width: 60px;
    height: 38px;
    background: #bda380;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    border-radius: 0 3px 3px 0;
  }
  .official .SearchInput .el-input {
    height: 36px;
  }
  .official .SearchInput .el-input__inner {
    height: 38px;
    border-radius: 0;
  }
  .official .SearchInput .el-input-group__append {
    background: #bda380;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
  }
  .official .SearchInput .el-input-group__prepend {
    width: 34px;
    padding: 0;
    text-align: center;
  }
  .official .h34 .el-input__inner {
    height: 36px;
  }
  .official .h83 .el-input__inner {
    height: 83px;
    line-height: 0px;
  }
  .official .InputCode .el-button {
    margin-left: 22px;
    width: 120px;
  }
  .official .serviceContent .phone {
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .official .serviceContent .phone p:nth-child(1) {
    color: #c9cdd4;
  }
  .official .serviceContent .phone p:nth-child(2) {
    color: #1d2129;
  }
  .login-box {
    display: flex;
    align-items: center;
    width: 320px;
    height: 40px;
    background: #ebf1fa;
    border-radius: 4px;
    margin: 0 auto 20px;
  }
  .login-box .pwd-login {
    cursor: pointer;
    width: 156px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    margin-left: 4px;
    color: #4e5969;
  }
  .login-box .code-login {
    cursor: pointer;
    width: 156px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #4e5969;
  }
  .login-box .isEnterprise {
    background: #ffffff;
    box-shadow: 0 2px 2px #cce7ff;
    border-radius: 4px;
    color: #bda380;
  }
   .main-bottom {
    padding-right: 0 !important;
  }
   .main-bottom .bottoms {
    padding-right: 30px;
  }
   .main-bottom .el-button {
    min-width: 72px;
    border-radius: 2px;
  }
  .official .bg-E8F3FF {
    background: #bda380;
  }
  .official .bg-FFF7E8 {
    background: #fff7e8;
  }
  .official .color-165DFF {
    color: #bda380;
  }
  .official .color-FF9900 {
    color: #f90;
  }
  .official .farmIcons {
    border-radius: 2px;
    margin-bottom: 21px;
    padding: 12px 16px 6px;
  }
  .official .farmIcons .farmIcon {
    height: 20px;
    width: 20px;
    margin-right: 8px;
  }
  .official .farmIcons .IconTitle {
    font-size: 14px;
    font-weight: 500;
  }
  .official .farmIcons .IconCont {
    font-size: 12px;
    font-weight: 400;
    height: 44px;
    line-height: 22px;
    margin: 0 0 0 28px;
  }
  .official .width100 {
    width: 100%;
  }
  .official .SearchInput {
    border-radius: 2px;
  }
  .official .SearchInput .icon {
    width: 50px;
    background: #f2f3f5;
    text-align: center;
    border-radius: 2px 0 0 2px;
    border: 1px solid #e5e6eb;
    line-height: 36px;
    border-right: none;
  }
  .official .SearchInput .searchName {
    width: 60px;
    height: 38px;
    background: #bda380;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    border-radius: 0 3px 3px 0;
  }
  .official .SearchInput .el-input {
    height: 36px;
  }
  .official .SearchInput .el-input__inner {
    height: 38px;
    border-radius: 0;
  }
  .official .SearchInput .el-input-group__append {
    background: #bda380;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
  }
  .official .SearchInput .el-input-group__prepend {
    width: 34px;
    padding: 0;
    text-align: center;
  }
  .official .h34 .el-input__inner {
    padding-left: 10px;
    height: 36px;
  }
  .official .h83 .el-input__inner {
    padding-left: 10px;
    height: 83px;
    line-height: 0px;
  }
  .official .InputCode .el-button {
    margin-left: 22px;
    width: 120px;
  }
  .official .serviceContent .phone {
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .official .serviceContent .phone p:nth-child(1) {
    color: #c9cdd4;
  }
  .official .serviceContent .phone p:nth-child(2) {
    color: #1d2129;
  }
  .el-dialog__headerbtn {
    z-index: 99;
  }
  .suppliercla {
    font-size: 20px;
    font-weight: 600;
    color: #1d2129;
    text-align: center;
    position: relative;
    top: -20px;
  }
   .el-tabs__item.is-active {
    color: #1d2129 !important;
    font-weight: 600;
    font-size: 16px;
  }
   .el-tabs__item {
    color: #4e5969;
    font-size: 16px;
    height: 45px;
  }
   .el-tabs__header {
    margin: 0 0 28px;
  }
   .el-tabs__item:hover {
    color: #4e5969;
  }
   .el-tabs {
    margin-top: -45px;
  }
  .lc_form {
    width: 320px;
    margin: 0 auto;
  }
  .lc_form .err_msg {
    width: 320px;
    height: 32px;
    opacity: 1;
    font-size: 14px;
    background: #ffe7ea;
    border: 1px solid #e01b2f;
    border-radius: 5px;
    line-height: 30px;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .lc_form .QR {
    width: 190px;
    height: 190px;
    margin: 50px 68px 0;
  }
  .lc_form .open_zc {
    margin-top: 20px;
    text-align: center;
  }
  .lc_form .rg_gb {
    display: flex;
    justify-content: space-between;
    color: #bda380;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .lc_form .rg_gb .fs-12 {
    font-weight: 400;
    font-size: 12px;
    color: #86909c;
  }
  .lc_form .rg_gb .el-checkbox__label {
    font-size: 12px;
    padding-left: 5px;
  }
  .lc_form .rg_gb .el-checkbox__inner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .lc_form .rg_gb .el-checkbox__inner:after {
    height: 5px;
    left: 3px;
  }
  .lc_form .rg_gb .rg_cur {
    flex: 1;
    position: relative;
    cursor: pointer;
    padding: 0 30px;
  }
  .lc_form .rg_gb .rg_cur .lightWaves {
    width: 0.08rem;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 14px;
    transform: rotate(16deg);
    -webkit-animation: shine-4eb574a8 1.6s infinite;
    z-index: 2;
  }
  @-webkit-keyframes shine-4eb574a8 {
    0% {
      left: 0%;
    }
    to {
      left: 100%;
    }
  }
  .lc_form .rg_gb span {
    cursor: pointer;
  }
  .lc_form .rg_cur:hover {
    background: #d7e5fa;
    border-radius: 0 0 8px 8px;
  }
  .lc_form .apply:hover {
    border-radius: 0 0 0 8px;
  }
  .lc_form .register:hover {
    border-radius: 0 0 8px;
  }
  .lc_form .on_line_log {
    display: flex;
    justify-content: space-between;
  }
  .lc_form .on_line_log .wx_login {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #bda380;
    margin: 0 auto;
  }
  .lc_form .on_line_log .wx_login .el-divider--vertical {
    margin: 4px 10px;
  }
  .lc_form .captcha {
    vertical-align: top;
    height: 40px;
    cursor: pointer;
    width: 130px;
    margin-left: 10px;
  }
  .lc_form .ns-text-color-gray {
    background: #fff;
    color: #bda380;
  }
  .lc_form .cl_ff {
    font-size: 18px;
    font-weight: normal;
  }
  .login-box {
    display: flex;
    align-items: center;
    width: 320px;
    height: 40px;
    background: #ebf1fa;
    border-radius: 4px;
  }
  .login-box .pwd-login {
    cursor: pointer;
    width: 156px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    margin-left: 4px;
    color: #4e5969;
  }
  .login-box .code-login {
    cursor: pointer;
    width: 156px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #4e5969;
  }
  .login-box .ispwd {
    background: #ffffff;
    box-shadow: 0 2px 2px #cce7ff;
    border-radius: 4px;
    color: #bda380;
  }
  .form-box {
    width: 320px;
    margin-top: 20px;
  }
  .login-btn button {
    margin-top: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: "siyuan, siyuan-Medium";
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 21px;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .login-tips {
    font-size: 12px;
    font-family: "siyuan, siyuan-Regular";
    font-weight: 400;
    color: #86909c;
    width: 100%;
  }
  .login-tips span {
    cursor: pointer;
    color: #bda380;
  }
  .login-tips a {
    color: #86909c;
    border-bottom: 1px solid #86909c;
  }
  .saoma {
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .saoma .wx-icon {
    width: 20px;
    height: 20px;
  }
  .saoma .tips {
    font-weight: 400;
    font-size: 12px;
    color: #4e5969;
    margin-left: 5px;
  }
  .rg_new {
    background: #e6eefa;
    width: 320px;
    height: 48px;
    line-height: 48px;
    border-radius: 0 0 8px 8px;
    margin-top: 10px;
  }
  .line {
    display: inline-block;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
  }
   .el-input--small .el-input__inner {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: auto;
  }
  .topTitleBox {
    margin: 0 auto 20px;
    width: 320px;
    display: flex;
    justify-content: space-between;
  }
  .topTitleBox .title {
    color: #1d2129;
    font-weight: 600;
    font-size: 16px;
  }
  .topTitleBox .info {
    font-size: 16px;
    color: #1d2129;
  }
  .topTitleBox .info span {
    cursor: pointer;
    color: #bda380;
  }
  .VIPMember {
    width: 114px;
    height: 40px;
    margin-left: 15px;
    cursor: pointer;
  }
   .el-scrollbar {
    padding: 10px !important;
    height: 447px !important;
    overflow: auto !important;
  }
  .tally {
    width: 542px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #86909c;
    font-size: 12px;
    margin-top: 8px;
  }
  .tally span:nth-child(n + 2) {
    margin-left: 30px;
  }
  .lightWaves {
    width: 0.05rem;
    height: 15px;
    position: absolute;
    top: 17px;
    left: 0;
    opacity: 0.7;
    transform: rotate(16deg);
    -webkit-animation: shine-0178ac1c 2.3s infinite;
    animation: shine-0178ac1c 2.3s infinite;
    z-index: 2;
  }
  .activityarea {
    width: 120px;
    height: 34px;
    position: absolute;
    top: -3px;
    right: 20px;
    cursor: pointer;
  }
  .activityarea .img {
    margin-left: 18px;
    margin-top: 5px;
  }
  .accounting {
    width: 80px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #86909c;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-left: 20px;
    font-size: 12px;
  }
  .companyList li {
    line-height: 40px;
    cursor: pointer;
  }
  .companyList li:hover {
    color: #bda380;
    background: #e8f3ff;
  }
  .header {
    height: 34px;
    width: 100%;
    background: #363f4d;
  }
  .header .hearder_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .hearder_box .login_box {
    position: relative;
    line-height: 34px;
  }
  .header .hearder_box .login_box .welcome {
    font-family: "siyuan, siyuan-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
  }
  .header .hearder_box .login_box .welcome .accost {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .header .hearder_box .login_box .headerUser:hover .user_name {
    opacity: 100%;
  }
  .header .hearder_box .login_box .avatar {
    width: 24px;
    height: 24px;
  }
  .header .hearder_box .login_box .info:hover {
    opacity: 100%;
  }
  .header .hearder_box .login_box .el-badge__content {
    height: 14px;
    line-height: 12px;
    padding: 0 5px;
    border: none;
  }
  .header .hearder_box .login_box .nologin:hover {
    opacity: 100%;
  }
  .header .hearder_box .login_box .teamnameCls {
    max-width: 168px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
  }
  .header .hearder_box .login_box .user_name {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    opacity: 80%;
  }
  .header .hearder_box .login_box .user_name .accost {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    vertical-align: middle;
  }
  .header .hearder_box .login_box .border_style {
    width: 1px;
    height: 16px;
    vertical-align: middle;
    margin: 0 15px;
  }
  .header .hearder_box .login_box .org_name {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
    color: #fff;
  }
  .header .hearder_box .login_box .pullDown {
    width: 6px;
    height: 4px;
    margin-bottom: 2px;
    margin-left: 8px;
  }
  .header .hearder_box .login_box .el-badge__content.is-fixed {
    top: -1px;
    right: 8px;
  }
  .header .hearder_box .login_box .el-badge {
    margin-top: 9px;
    cursor: pointer;
  }
  .header .hearder_box .hello {
    margin-bottom: 2px;
  }
  .header .hearder_box .login_box1 {
    display: flex;
    color: #ffc655;
    padding: 2px 10px;
    border-radius: 21px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background: rgba(255, 149, 0, 0.1);
    position: relative;
  }
  .header .hearder_box .login_box1 .notice-box {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
  }
  .header .hearder_box .login_box1 .animated .text {
    animation: scroll-left-0178ac1c 15s linear infinite;
  }
  @keyframes scroll-left-0178ac1c {
    0% {
      transform: translate(100%);
    }
    to {
      transform: translate(-150%);
    }
  }
  .header .hearder_box .login_box1 .scroll-enter-active,
  .header .hearder_box .login_box1 .scroll-leave-active {
    transition: all 0.5s ease;
  }
  .header .hearder_box .login_box1 .scroll-enter-from,
  .header .hearder_box .login_box1 .scroll-leave-to {
    opacity: 0;
    transform: translate(-100%);
  }
  .header .hearder_box .navF {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .hearder_box .navF li {
    padding: 0 15px;
    line-height: 20px;
  }
  .header .hearder_box .navF li span {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #4e5969;
  }
  .header .hearder_box .navF li span:hover {
    color: #1d2129;
    cursor: pointer;
  }
  .header .hearder_box .navF li .svg-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .header .hearder_box .el-icon-caret-bottom {
    display: none;
  }
  .company {
    width: 10px;
    position: absolute;
    vertical-align: middle;
    right: -50px;
  }
  .closeItem:hover {
    color: #bda380;
  }
  .closeItem {
    color: #c9cdd4;
  }
  .logo_box {
    position: relative;
    padding: 10px 18px 10px 4px;
    height: 80px;
    width: 1300px;
    margin: 0 auto;
  }
  .logo_box .header-bg {
    width: 320px;
    height: 140px;
  }
  .logo_box .pic {
    width: 230px;
    position: absolute;
    left: 50%;
    margin-left: -115px;
  }
  .logo_box .pic img {
    width: 230px;
    height: 61px;
  }
  .logo_box .search_box {
    position: absolute;
    right: 0;
  }
  .logo_box .search_box .key_word_list {
    margin-top: 13px;
  }
  .logo_box .search_box .key_word_list .hot_key_word {
    font-size: 14px;
    line-height: 1;
    color: #86909c;
    margin-right: 30px;
    cursor: pointer;
  }
  .logo_box .search_box .search_button .search-input {
    height: 40px;
  }
  .logo_box .search_box .search_button .search-input .el-input {
    height: 100%;
  }
  .logo_box
    .search_box
    .search_button
    .search-input
    .el-input
    .el-input-group__prepend {
    width: 101px;
    height: 100%;
    color: #1d2129;
    border: 1px solid #bda380;
    border-right: none;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
  }
  .logo_box
    .search_box
    .search_button
    .search-input
    .el-input
    .el-input-group__prepend
    .aa
    .el-input__inner {
    border-right: none;
    padding-right: 0;
    width: 70px;
  }
  .logo_box
    .search_box
    .search_button
    .search-input
    .el-input
    .el-input-group__prepend
    .el-input__suffix {
    right: -12px;
  }
  .logo_box
    .search_box
    .search_button
    .search-input
    .el-input
    .el-input-group__append {
    width: 80px;
    height: 100%;
    cursor: pointer;
    border-radius: unset;
    background: #bda380;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border: 1px solid #bda380;
    padding: 0;
    text-align: center;
  }
  .logo_box
    .search_box
    .search_button
    .search-input
    > .el-input
    > .el-input__inner {
    width: 480px;
    height: 100%;
    border: 2px solid #bda380;
    border-right: none;
    padding: 0 8px 0 20px;
    box-sizing: border-box;
    border-radius: unset;
  }
  .logo_box
    .search_box
    .search_button
    .search-input
    > .el-input
    > .el-input__inner::placeholder {
    color: #86909c;
  }
  .logo_box
    .search_box
    .search_button
    .no_pre
    .el-input
    > .el-input__inner {
    width: 561px !important;
  }
  .logo_box
    .search_box
    .search_button_plat
    .search-input
    > .el-input
    > .el-input__inner {
    width: 591px !important;
  }
  .logo_box .search_box .my_car_box {
    float: left;
  }
  .logo_box .search_box .my_car {
    position: relative;
    padding: 8px 24px;
    line-height: 20px;
    z-index: 999;
  }
  .logo_box .search_box .my_car a {
    margin-right: 5px;
  }
  .logo_box .search_box .my_car .my_car_button {
    font-size: 14px;
    line-height: 22px;
    color: #bda380;
  }
  .logo_box .search_box .my_car .svg-icon {
    margin-top: -4px;
  }
  .logo_box .search_box .my_car .fade-enter-active,
  .logo_box .search_box .my_car .fade-leave-active {
    transition: opacity 0.5s;
  }
  .logo_box .search_box .my_car .fade-enter,
  .logo_box .search_box .my_car .fade-leave-active {
    opacity: 0;
  }
  .logo_box .search_box .my_car .good_box {
    position: absolute;
    width: 285px;
    top: 42px;
    left: -2px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 4px;
    box-shadow: 0 16px 32px rgba(8, 36, 78, 0.2), 0 0 1px #cbd5e0;
    z-index: 1001;
  }
  .logo_box .search_box .my_car .good_box .title {
    padding: 12px;
    border-bottom: 1px solid #edf2f7;
  }
  .logo_box .search_box .my_car .good_box .li_box {
    max-height: 288px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .logo_box .search_box .my_car .good_box .li_box .good_li {
    padding: 16px 12px;
    display: flex;
    background: #fafaff;
    position: relative;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .close {
    position: absolute;
    top: 0;
    right: 0;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .close
    .svg-icon {
    width: 16px;
    height: 16px;
    color: #1a202c;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .img_box {
    width: 40px;
    height: 40px;
    margin-right: 4px;
    position: relative;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .img_box
    .img {
    width: 100%;
    height: 100%;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .img_box
    .good_status {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .img_box
    .good_status
    .failure-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .text_box
    .name {
    width: 200px;
    font-size: 14px;
    text-align: left;
    color: #4a5568;
    line-height: 20px;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .text_box
    .info_box {
    display: flex;
    justify-content: space-between;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .text_box
    .info_box
    .count {
    display: flex;
    font-size: 12px;
    text-align: left;
    color: #a0aec0;
    line-height: 20px;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .text_box
    .info_box
    .count
    p {
    max-width: 80px;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li
    .text_box
    .info_box
    .price {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    color: #f54556;
    line-height: 18px;
    margin-right: 0 !important;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .li_box
    .good_li1:hover
    .text_title {
    color: #bda380;
  }
  .logo_box .search_box .my_car .good_box .bottom_box {
    padding: 12px;
    background: #edf2f7;
    display: flex;
    justify-content: space-between;
  }
  .logo_box .search_box .my_car .good_box .bottom_box .total {
    font-size: 12px;
    text-align: left;
    color: #4a5568;
    line-height: 16px;
  }
  .logo_box .search_box .my_car .good_box .bottom_box .money {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #f54556;
    line-height: 22px;
  }
  .logo_box
    .search_box
    .my_car
    .good_box
    .bottom_box
    .el-button {
    width: 120px;
    height: 34px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  .logo_box .search_box .my_car .good_box1 {
    width: 487px;
    max-height: 492px;
    left: -280px;
    top: 77px;
  }
  .logo_box .search_box .my_car .consult_delete {
    width: 80px;
    height: 32px;
    background: #1664ff;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 32px;
  }
  .logo_box .search_box .my_purchase_box .my_car2 {
    width: 130px;
    height: 40px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .logo_box .search_box .my_purchase_box .el-badge__content {
    line-height: 14px;
  }
  .logo_box .search_box .my_car_box .el-badge__content {
    top: 1px;
    right: 12px;
    padding: 1px 7px;
    line-height: 15px;
  }
  .logo_box .search_box .affiliation {
    margin-right: 2px;
    cursor: pointer;
    height: 40px;
  }
  .logo_box .search_box .affiliation1 {
    margin-right: -2px;
    cursor: pointer;
    height: 40px;
  }
  .dataType_box {
    height: 50px;
    position: relative;
    margin: 0 auto;
    /* border-bottom: 3px solid #bda380; */
  }
  .dataType_box .show-all {
    text-align: center;
    position: relative;
    font-family: "PingFang SC";
    font-weight: 500;
    color: #1d2129;
    font-size: 16px;
    cursor: pointer;
  }
  .dataType_box .containers_1200 {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 274px;
    margin: 0 auto;
  }
  .dataType_box .dataType_single {
    margin-right: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    font-family: "PingFang SC";
    color: #1d2129;
  }
  .dataType_box .dataType_single:hover {
    color: #166dff;
  }
  .dataType_box .dataType_single .change-text {
    color: #166dff;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
  }
  .dataType_box .dataType_single .change-text .change-img {
    width: 12px;
    height: 12px;
  }
  .dataType_box .dataType_single1 {
    margin-right: 16px;
    font-size: 16px;
    line-height: 32px;
    font-family: "PingFang SC";
    color: #1d2129;
  }
  .dataType_box .dataType_single1 a {
    display: block;
    padding: 0 12px;
    line-height: 50px;
  }
  .dataType_box .dataType_single1:hover {
    color: #bda380;
  }
  .dataType_box .nowindustry {
    display: flex;
    align-items: center;
    color: #1d2129;
    font-size: 14px;
    margin: -8px 0 0 30px;
    width: 227px;
    text-align: center;
  }
  .dataType_box .item-active a,  .dataType_box .dataType_single1 a:hover{
    color: #bda380;
    border-bottom: 3px solid #bda380;
    /* background: #166dff; */
  }
  .dataType_box .dataType_plantSupplier {
    position: absolute;
    right: 50px;
    bottom: 0px;
    overflow: hidden;
    padding: 5px;
    height: 44px;
    display: flex;
  }
  .dataType_box .dataType_plantSupplier .svg-icon {
    width: 104px;
    height: auto;
  }
  .dataType_box .dataType_plantSupplier .lightWaves {
    width: 8px;
    height: calc(100% + 20px);
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: -10px;
    left: 0;
    transform: rotate(16deg);
    -webkit-animation: shine-0178ac1c 2.3s infinite;
  }
  .suck {
    position: fixed;
    top: 0;
    z-index: 100;
  }
   .el-badge__content {
    background-color: #f54556 !important;
    z-index: 999;
  }
   .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #ecf5ff;
  }
   .el-cascader-panel.is-bordered {
    border: none;
  }
   .el-radio__inner {
    border-radius: 0;
    border: 0;
    width: 170px;
    height: 34px;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    top: -18px;
    left: -19px;
  }
   .el-radio__input.is-checked .el-radio__inner {
    background: transparent;
  }
  .lightWaves {
    width: 8px;
    height: calc(100% + 20px);
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: -10px;
    left: 0;
    transform: rotate(16deg);
    -webkit-animation: shine-0178ac1c 2.3s infinite;
  }
  @-webkit-keyframes shine-0178ac1c {
    0% {
      left: 0%;
    }
    to {
      left: 130%;
    }
  }
  .el-dropdown-link {
    display: flex;
    align-items: center;
  }
  .el-dropdown-link .avatarImg {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-top: -2px;
  }
  .el-dropdown-link .VipLogo {
    margin: 1px 5px 0;
  }
  .el-dropdown-link .VipLogo img {
    width: 28px;
    height: 16px;
  }
  .el-dropdown__popper.el-popper,
  .user-info {
    width: 180px;
    text-align: center;
  }
  .user-info .el-dropdown-menu__item {
    padding: 4px 15px !important;
  }
  .reg-btn {
    background: #fff !important;
    border: none !important;
    color: #bda380 !important;
    font-weight: 400 !important;
  }
  .login-btn {
    font-weight: 400 !important;
  }
  .invite-box {
    width: 138px;
    height: 39px;
    position: absolute;
    right: 575px;
    cursor: pointer;
  }
  .invite-box img {
    width: 138px;
  }
  .inviteIcon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .inviteIcon .close-icon {
    color: #fff;
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 20px;
  }
  .invite-dialog {
    border-radius: 8px !important;
    height: 859px;
    background: transparent;
    border: none !important;
    margin-top: 35px !important;
  }
  .invite-dialog .el-dialog__header {
    display: none;
    padding: 0;
  }
  .invite-dialog .el-dialog__body {
    padding: 0 0 40px;
    height: 859px;
    overflow: hidden;
    position: relative;
  }
  .inviteBg {
    background: url(/assets/inviteBGNew.ba5e7b07.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 8px;
  }
  .common-header-companyMenulist {
    padding-top: 10px;
    margin-left: 20px;
    max-height: 500px;
  }
  .common-header-companyMenulist .personbtm {
    line-height: 35px !important;
    text-align: center;
    border-bottom: 1px solid #e5e6eb;
  }
  .common-header-companyMenulist .el-dropdown-menu__item {
    line-height: 35px !important;
    text-align: center;
  }
  .new-box {
    width: 1200px;
    height: 435px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    background: #fff;
    top: 197px;
    z-index: 9999;
    left: calc(50vw - 600px);
  }
  .new-box .categoryMarket {
    height: 100%;
    position: relative;
    z-index: 3;
  }
  .new-box .categoryMarket .menu {
    position: relative;
    background-color: #fff;
    width: 230px;
  }
  .new-box .categoryMarket .menu .title {
    width: 100%;
    position: absolute;
    top: -40px;
    z-index: 999;
    background: #bda380;
    border-radius: 4px 4px 0 0;
    font-family: "siyuan, siyuan-Regular";
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    height: 40px;
    padding-left: 24px;
    line-height: 40px;
  }
  .new-box .categoryMarket .menu .title .iconfont {
    margin-right: 8px;
  }
  .new-box .categoryMarket .menu .menu_ul {
    height: 432px;
    overflow-y: auto;
  }
  .new-box .categoryMarket .menu .menu_ul .menu_li {
    height: 54px;
    line-height: 54px;
    padding-left: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  .new-box .categoryMarket .menu .menu_ul .menu_li:hover {
    background-color: #edf2f7;
  }
  .new-box .categoryMarket .menu .menu_ul .menu_li span {
    font-size: 14px;
    color: #1d2129;
    font-weight: 400;
  }
  .new-box .categoryMarket .menu .menu_ul .menu_li .svg-icon {
    margin-right: 10px;
  }
  .new-box .categoryMarket .menu .menu_ul .menu_active {
    background-color: #e8f3ff;
  }
  .new-box .categoryMarket .menu .menu_ul .menu_active span {
    color: #bda380;
  }
  .new-box .categoryMarket .classify_box {
    position: absolute;
    top: 0px;
    left: 231px;
    z-index: 100;
    background-color: #fff;
    width: 960px;
    height: 432px;
    padding: 22px 0 0 24px;
    overflow: auto;
    box-sizing: border-box;
  }
  .new-box .categoryMarket .classify_box .title {
    height: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #1a202c;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .new-box .categoryMarket .classify_box .second_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .new-box .categoryMarket .classify_box .second_box .left_name {
    padding: 6px 0;
    width: 8%;
    font-size: 13px;
    font-weight: 500;
    color: #1a202c;
    line-height: 14px;
    text-align: right;
    margin-right: 2%;
  }
  .new-box .categoryMarket .classify_box .second_box .right_name {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    font-size: 13px;
    color: #718096;
    line-height: 14px;
  }
  .new-box .categoryMarket .classify_box .second_box .right_name .threeClassify {
    display: inline-block;
    max-width: 300px;
    margin: 0 12px 12px 0;
    padding: 6px;
  }
  .new-box
    .categoryMarket
    .classify_box
    .second_box
    .right_name
    .threeClassify:hover {
    background-color: #edf2f7;
  }
  .new-box .categoryMarket .classify_box .second_box .right_name .noify {
    padding: 6px;
  }
  .changeComDrop {
    left: calc(532px + 50vw) !important;
    top: 106px !important;
  }
  .changeComDrop .el-popper__arrow {
    left: -5.5px !important;
    top: 22px !important;
    transform: rotate(275deg) !important;
  }
  .ComDropLeft {
    left: calc(600px + 50vw) !important;
    top: 106px !important;
  }
  .ComDropLeft .el-popper__arrow {
    left: -5.5px !important;
    top: 22px !important;
    transform: rotate(275deg) !important;
  }
  .top72 {
    top: 72px !important;
  }
  .top106 {
    top: 106px !important;
  }
  .footer .footer_ul {
    display: flex;
    justify-content: space-between;
    padding: 43px 0;
    z-index: 2000;
    background-color: #222;
  }
  .footer .footer_ul .footer_li {
    display: flex;
  }
  .footer .footer_ul .footer_li .left_circle {
    margin-right: 20px;
  }
  .footer .footer_ul .footer_li .left_circle .iconfont {
    font-size: 60px;
    color: #222;
  }
  .footer .footer_ul .footer_li .right_text .name {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 3px 0 10px;
  }
  .footer .footer_ul .footer_li .right_text .title {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .footer .copy_box {
    border-top: 1px solid #fff;
    padding-top: 30px;
    color: #a0abc7;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    background: #222;
  }
  .footer .copy_box .company {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1d2129;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer .copy_box .copy {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .footer .copy_box .copy a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .gy_sty:hover {
    color: #bda380;
    cursor: pointer;
  }
  .content-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 66px;
  }
  .first-box {
    width: 530px;
    display: flex;
    justify-content: space-between;
  }
  .first-box .title {
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
  }
  .first-box .title a,  .first-box .item a {
    color: #fff;
  }
  .first-box .item {
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
    cursor: pointer;
  }
  .line {
    width: 58px;
    height: 1px;
  }
  .contrast_box {
    width: 300px;
    height: 450px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 0;
    bottom: 20px;
  }
  .contrast_box .title_box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #edf2f7;
    align-items: center;
  }
  .contrast_box .title_box .title {
    padding: 10px 20px;
    font-family: "siyuan, siyuan-Regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  .contrast_box .title_box .svg-icon {
    width: 30px;
    height: 30px;
  }
  .contrast_box .li_box {
    max-height: 372px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .contrast_box .li_box .good_li {
    width: 260px;
    padding-bottom: 20px;
    margin: 20px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #e5e6eb;
  }
  .contrast_box .li_box .good_li .close {
    position: absolute;
    top: -20px;
    right: 0px;
  }
  .contrast_box .li_box .good_li .close .svg-icon {
    width: 16px;
    height: 16px;
    color: #1a202c;
  }
  .contrast_box .li_box .good_li .img_box {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .contrast_box .li_box .good_li .img_box .img {
    width: 100%;
    height: 100%;
  }
  .contrast_box .li_box .good_li .text_box {
    line-height: 20px;
  }
  .contrast_box .li_box .good_li .text_box .name {
    width: 190px;
    font-family: "siyuan, siyuan-Regular";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1d2129;
  }
  .contrast_box .li_box .good_li .text_box .model {
    color: #a0aec0;
    width: 120%;
    max-width: 200px;
    font-size: 12px;
    transform: scale(0.83);
    margin-left: -16px;
  }
  .contrast_box .li_box .good_li .text_box .price {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #fd463e;
  }
  .contrast_box .li_box .good_li .text_box .price2 {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #86909c;
    text-decoration: line-through;
    margin-left: 10px;
  }
  .contrast_box .bottom_box {
    padding: 12px 36px;
    text-align: center;
    position: absolute;
    bottom: 0;
    display: flex;
    background: #fff;
  }
  .contrast_box .bottom_box .clear {
    background: #f2f3f5;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #4e5969;
  }
  .contrast_box .bottom_box .el-blue {
    background: #bda380;
    margin-left: 10px;
    color: #fff;
  }
  .contrast_box_close {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    font-size: 14px;
    color: #1d2129;
  }
  .contrast_box_close:hover {
    background: #bda380;
    color: #fff;
  }
  .contrast_box_close:hover .good_img {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB0CAYAAABUmhYnAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAdcSURBVHgB7Z3Pb1RVFMcPIAoFovxISIgspTuNCYkoG0vsRmJZ6IIUdWGi+Ae4cWVcS4wLTagLXZiCC11UA5s2rRuVBTFhZ8vOFhINGtNKtaXtON95vPa94c3Mu+f+Onc4n6TpdNM2851z7znfc+59224tNhqkeOfwyu+0o7FOvtlOincG1peDiAlU0ADsW1uiUKignoGYoaITqKAe2dFYay23IVFBPRI6OoEK6oksOv+l0KigngiZCBVRQT3w6MZKlOgEKqgH9t/7m2KhgjompIlQhQrqmFh7Z44K6pAYZUo7KqgjUKbEjk6ggjpCgphABXVALBOhChXUAU9ELFPaUUEtQZny2MYqSUEFtUTK3pmjgloQ20SoQgVlIqVMaUcFZbJ37a646AQqKANE5571uyQRFZSBxKU2RwU1RJKJUIUKasih1T9JMo+QY5aaH96ZG8Ri8MnsywffXSMWRw4QHT+WvZZYprTjXNB9u4kuzRDNLpAxRw4Sff1+9jtcgv/no2+IxYdvbL2WvHfmeFly33uNWNxurmaXpskp+J3jM8Ti+FNEIyey1xJ6nXXwIijeCHxxwJu/5DDnGLuaicohj84YA9NcvCVF3CiFmGNXyAkQkrt3IjKxBYBUohN4ExTJzblTxAJRettBMono5HL+5ey79DKlHa9lC94UboLzwVdkxfWb/OjE/12MzpTwKijE5EYpBLk+R2y4HwgIeW4oe72rGZkpRSfwbiyMDm192k3hLpmITO6S3VpVBrLXj68tUmp4FxRRmu9HpiBKv2csm9wPAj54eZmSgolQRRDrD28St4yBIWBSxtiUKfkHb1tjI7m9MyeYl3v+NLGAmHXNBtsyJY/Ovesye511CCZoCLPBRXRKnUSoS9BuS9EXNaGO2eDSREiZoILiTXuXufSO9zD8uYkQMtpUTYQqgvdDUcZwzYYLHTomaNdxo3P0xa3olDQwzSW4oD7MhgvfEoviiiFtYJqL835oHbDEcYt/iIeeaY6tiZCzuXfewWbsqDvQi7PNDsbAALkkiqAACdLbn5Ax2EdRxow2o3xp2YOJ8OnnRPPz5J2TJ5yLCaLNFNmUMRev3q9Pf7Dodb6efS+VKT9eCyMmGGFmhz2IOiRmYzYgQbrIXBlbztX9OaHSwHSopRbReYhpcPcgqqDFEQ9TuFktKJYpmwPTiM47ASb6IKSn6ATRxzhteqYcKk2EkImQx+gE0QVt9R+ZZQznb+XRubNxb8tEmJzpi+gEIgatbcwGE155bis6D6z+lb2AkFOORw07McLsIxogQtBWz9TvB/cBEyF4IoToPPk8+UbMUQiMffiamgeVJsJvC1kyFIK3mJ0JQ0SdbeGOfvaiaCKURjI/G6MgIBEaPEYhECWojdnQjY/fyb6XBqZDlSnAcyJURNzpM9dRisjMl/JSdPZJmdJONC+3E/mA9rijxLOy1zk5bRadA82s7dlniEXA6ATiBAWtbszP9mdciiOkJRNhyvD00nLzHxlu/rKjR0k6Ig/82vRMc4oD09g3N6MTSy1n77zMbLoGRuwJbpsBbdDxOMNB5i+dncu+hCNWUJsB7a4D08On+H3Iy8xTwwERfccCd0C760gmEpyzrxKL+YUsoRKM+EszTC3BYksO+2blwDQsOG6hjz14We7hX/GCmpoNxVPXXWdszzDXc2S8k8wz/gFI4lqbugPaRgPTiFBulE5Nh3OZDElC0Lo9U+OBaa5hjigN5TQZkszFU70mG4plSu2BaVhyw8yCF16wwDImGUG7mQ3tZYrRwDSsOW4ZM2FxiYMnkhEUdDIbrO5EQBnz0hCxEGg2JCUoorS9G+Pk1DWWXW5H5AvL2z0ck5SgYOjpchnj5FwnopQ774NsV5DZkJygIDcbIK6zq9v6xGxIUtDcbMiXX2fnOvvAbEhSUICxEuenrvvAbEhW0PwuIedP003cbEhW0BznT9O1mW4XYDaIHEGpS6lMmWhGx+xNcoJNgsNtoDsiaUGjHDbqRuAJvyrS3UNjjGT2IvCEXxVJCpqd6/wn++HXuXDHGbpx5nT06ARJCoro3N5oZD98KcB6g5AvME8uOyY5QUsmQsjjDN2AbSggOkFygpbusJWwdwY6JliXpARFmbJr/b/sh4krcqJTEGm1z4plyk8CEiHYhIKiEyQj6AOnriVEZ6BDvCYkIWip1wkhJZQpAkyEKpIQtDQwrSZCV8QLWorOX26oidAD8V5uqde5Z3dz33qTojPo4d4AR2y7tZhbLvJAdB5e+YOU+ohecjcvh1JqI1ZQlCk7mxGqmCH3wG/iT2eIhUhB0RpL9UE4sREnKBIhXEqs8BAnaEpP05WIKEH74UE4sRElqCZC9ogR1PnA9EOKGEH398FjqiQgQtBUn6YrERlXlOve6YzogmqZ4paogpYGphUnRBW0NDCtOCGaoGoi+CGaoKWBacUZUQQtDUwrTokiqJYp/gguqJoIfgkqqNXlUEotggra8YZpxRnBBNXoDEMwQVXMMAQRVE2EcPwP/bH6XxUUVLIAAAAASUVORK5CYII=);
  }
  .contrast_box_close .contast_arrow {
    width: 8px;
    height: 10px;
  }
  .contrast_box_close .title {
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #4e5969;
    padding: 0 10px;
    border-right: 1px solid #e5e6eb;
    margin-right: 8px;
  }
  .contrast_box_close .contrast_shrinkage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contrast_box_close .contrast_shrinkage .good_img {
    width: 20px;
    height: 20px;
  }
  .contrast_box_close .contrast_shrinkage .title_small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #bda380;
  }
  .width147 {
    width: 300px;
    box-sizing: border-box;
    padding: 7px 20px;
  }
  .atooltip,
  .atooltip.el-popper.is-dark .el-popper__arrow:before {
    background: #bda380 !important;
  }
  .topShow {
    bottom: 400px;
  }
  .zindex {
    z-index: 10;
  }
  .lined {
    position: fixed;
    right: 68px;
    bottom: 239px;
  }
  .lined img {
    width: 60px;
    height: 54px;
  }
  .lined p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 13px;
  }
  .lined2 {
    bottom: 186px;
  }
  .silder_shadow {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  }
  .silder {
    display: flex;
    flex-direction: column;
    width: 58px;
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 3;
  }
  .silder .line {
    width: 58px;
    height: 1px;
  }
  .silder li {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    font-size: 14px;
    color: #1d2129;
    cursor: pointer;
  }
  .silder li img {
    width: 20px;
    height: 20px;
  }
  .silder li:hover {
    background: #bda380;
    color: #fff;
  }
  .silder .vs img {
    width: 58px;
    height: 58px;
  }
  .silder .vs:hover img {
    content: url(data:image/png;base64,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);
  }
  .silder .cart:hover img {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAoCAYAAABjPNNTAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG+SURBVHgB7ZjtbcIwEIbfoP4vGzSdoN2gGYFOgDpBO0I2aDco3aBMkHQCYILQCWAD96ycFWNMsY2tRCiPdDIkvuPwfTgOMDIy4k1muyiEeKThlWRPssmybIGhQU6uxCENSY6emJy4viTZol1JSU5SkaNTDBFyrNRW9A1DhZzbsZOf6IEbx3ky/HOSGTmKyMQpThlmkZ5GtF3liMzRyZyGBt0/3yMeUxZl+55WNcx+yrw0irNEKKS8YCM7JEB0vfnbvDeBO2sep2ToDum4NS/4OKn/w2dERLSbhCqajXnf2UlK5i26gnlAXPSqrnEJqfJSHLa4o63XJ9ySVHn5pOzb2o+vk6nysuDx13bTy8kUecm7jApxbZvju5KSJY8zxCHXPte2CSFOxs7Lgsc9RWqNGMh9XKvEd1wA22rYVnVqntMDhsW4NFjw1xrtU3wIMmVUPr5EPUsZKxCDj/9+L2gllaM0lGirPPTssyX5GuRpdMSEQj4X3cOwU6VzPlessxIpz/PisBUpSgc988VDdU4npJkrbIcml+Zu6hXnFC5xsrZc+4G/Xo2UUKhm3C9353qdppNrIa9Ej++YRkaumj+MdA9W3YfKPwAAAABJRU5ErkJggg==);
  }
  .silder .kefu:hover img {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAoCAYAAABjPNNTAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKZSURBVHgB7Vj/dZswED77dQBvUI3ACHQDd4J6g3gDkwnsTpBsEHcC6ARuJ4ANyAbXu3IK4hAEhEjyR7737hn9uvv0IaGTAT4RBxuIAETc0U9CZsQYz2R/2DabzTO8B5gY2ZEsx9dxIzuQGXgrSMB6gFA90lbyxGBNiHpPKnAuiiby2t3+iUwo9yhrIDbYqSjhBkpnjr8pVQ3EgofgRbWnouaDKJ3L81FPhMrZKkQloEXm1B+UOkMoua8a9/JGYCmUw0zqEuwqOxUlirLYqNzxu4RkaQNI+QcO796pOIkvuwnZ3w5CgF0VjRCMhZP4tBPOIATYrrdcOYwF3nAXea5hLoSUBStaYnyUZHuXtI/LdoAgr487p8pAeyaHoCIrPPUGmjPfnu05TvnQY/+biLhcxSs2p5VvufjqSpeTT8kD9FUzsAxXyYTuPW2+Xc1CJbbgI2kgLioi+MgP9Msn1dS07YX8FtZFQfZN1f2EmfgC8VBBQ+ovjCe7rOYJZmAJyYLsF8zMvrkfrTcek8BEhJK8p2AZhIPVnkwyZE0WCwkyqjmdtwEOfsP64C9CYQs+krywK6dsb30WXyEyIbLv0Ma05XHIqcPn9VGe06HTIATYzc4PUpe65VDHueM4nTlWX9Ce9ISxzf4NhAK7qdqDp834yJGdtTrY5gKJM57rclgKVEmwIlNiewFjs7nobcBH5tSdQ97QGNG9KKqDsxqPjtq1rL2d6sOTOSp/vbcTg6gNdh5qHxiTu2phc6GrMfYdXAU+YOAFisbdiYLrERwIvBN1zEifFNsvxTp/t4wE1xn9SbW5/8DVuPSuHUjygn2U2L0e9DbTFMTMJ32BK7H/OaZ7Hr8LnJ1qcYFIiPJ3tIVsgj00WcwVPvHB8A8JqwlihC0Q9wAAAABJRU5ErkJggg==);
  }
  .silder .phone:hover img {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAoCAYAAABjPNNTAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKxSURBVHgB7Vj/lZswDFZugbJB3QnKCHQDNmg6wWUD6ATXTkA2SDsBuQnSTmA6Ad1AZx1yTnA22ODcX/e9p/gR2/JnSZZ/ALwjDXawAYiYmaI08tlIYYS+lWjyx8h/I49Gzrvd7gxvBUOuMHIy0mMctJEHIwpuBVJupJ0MTN8HJq4m7XMjpZEfTNCCJldBahil9/hiOSprdneMDprIcWJZBSlAsxaKT7HkHPpyYVmacAlbwDFkcYBEoIlyGFh8hTUQFqTZ5nADcNisG8N02ItZFnBDCIvq4FDCYRVr7lg76jNe0ftUgY8vWeMhtIONw4ujjiZwwfEK3bSQhN4+yHPc2EI56iVBixMkgIjPdqmhjcVfjroc/ShgO8lMWPPqnTtH23sujxAHBRth9nba53/zpzvdCVf3nvrMY0WN6RZQOevyxQYwWoUWPSY8MAhDXA01dbdNpo8zer5P/zBu6iAR2OWdESL7kf6bklRcdjNKzpP655wJadFx+Yl+7mAdvk2+K0x7RvzHpaKfVSTZmj/FX5Qu2oREP3BJrl9tSUINY7crSEfU5kgnyY7LxdMIB/gXq4ihwEMU47bOEcmpov1SCnL0yfH1XUfLHQjHp/pqQd81Fy816GNm7iFKoFN8gxHJPyRXy2RdQARwfLwLQevR03D9YW6wsJOIn+gpkKTvGGih5gaSJ5ECVgCH2NYLJPeOfhXXNSGDrLam0KFYj3YQrD3tl60oOmRC+eYtD4f7ds1SeNroYCtOFOMWt0eMZa8rGmM3A9xy3QwfoxJjKFgDQTSJ64VeCqkGZxZSrEJJtMGN+zOHkhYWLCAFcLhnyweraLJMrhUTvmDaI941TRxxjBYdT3/sTmpf8sLQos/zqxzcEh6yIVj1ZJjiObpgoSdpBeOrbQfDk/RfeOvn6Hc48ARU+XAebQrXqQAAAABJRU5ErkJggg==);
  }
  .silder .top:hover img {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAoCAYAAABjPNNTAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEeSURBVHgB7diBDYIwEIXhwzgAIzACGxg3YAPZwBFkBN3AEXQC3MARYAPYAB+xMUXbUmKlp/ZPLghU8wWNBolCIV5Fzwe6rsuxWZHfWswhiqK63xkgAYyxaYhHZyCz/sFCcbIlHj0ulurtTrBJMTH5q8VVPFGIe/i4bDElJiOOAbbrhm2IUwogL6gByANqAfQLVQCP0uOrGH9QBbDAJNJ+iYm9QVVAcXyAFMfmh+qAOuTsUBPQhJwNOgYcQxqgKbnIBmiD1ECbt6G2QFukBK2cQW2BU5DSWjdQPHEvXqCwWGuN1EHp001F0iu0Uq1Zkuf6O0Lg1nS/Zbmo1nhH9olb11p3fkFfUEC6KiBd9ZdILv8jmcMXcy5+ShMKhX60G8qP4Izi/3XFAAAAAElFTkSuQmCC);
  }
  .previewDialog {
    border-radius: 10px !important;
    margin: 15vh auto 0 !important;
    width: 50.625rem !important;
    height: 41.875rem;
  }
  .previewDialog .iframe-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 50.625rem;
    height: 41.875rem;
  }
  .previewDialog .el-dialog__body {
    padding: 0;
  }
  .previewDialog .el-dialog__header {
    display: none;
  }
  .popPage {
    width: 100%;
    height: 100%;
  }
  .el-main {
    padding: 20px 0 20px 10px;
  }
  .d-flex {
    display: flex;
    align-items: center;
  }
  .el-menu {
    width: 180px;
    border-right: 1px solid #fff;
    padding: 26px 0;
  }
  .el-menu-item {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
  .grouptitle {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-left: 20px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 7px;
  }
  .el-menu-item:hover {
    outline: 0 !important;
    color: #bda380 !important;
    background-color: #fff !important;
  }
  .el-menu-item:focus {
    background-color: #fff !important;
  }
  .division {
    margin: auto auto 15px;
    width: 80%;
    height: 15px;
    border-bottom: 1px solid #f3f3f3;
  }
  .message {
    margin-bottom: 10px;
    width: 180px;
    padding: 20px;
    height: 150px;
    background-image: url(/assets/perback.18b1ed8f.png);
    text-align: center;
  }
  .message .hearimg img {
    width: 48px;
    height: 48px;
    border-radius: 50px;
  }
  .message .overstriking {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .message .company {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
  }
  .message .company_name {
    color: #fff;
    font-size: 14px;
    max-width: 126px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px;
  }
  /* .el-container {
    margin-top: 20px;
    margin-bottom: 40px;
  } */
  .common-header-companyMenulist {
    max-height: 500px;
    padding: 0 !important;
  }
  .common-header-companyMenulist .el-dropdown-menu__item {
    line-height: 35px !important;
    border-bottom: 1px solid rgba(22, 93, 255, 0.04);
  }
  .badge {
    display: inline-block;
    margin-left: 5px;
    min-width: 19px;
    padding: 1px 3px;
    height: 16px;
    transform: scale(0.83);
    background: #f54556;
    font-size: 12px;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    line-height: 16px;
    vertical-align: baseline;
  }
  .el-header {
    padding: 0;
    height: auto !important;
    background-color: #fff;
  }
  .el-main {
    padding: 0;
    overflow: visible;
    padding-bottom: 50px;
    background-color: #f2f3f5 !important;
  }
  .el-footer {
    background-color: #222;
    padding: 0;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .flex {
    display: flex;
  }
  .flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .container_1200 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .container_1190 {
    width: 1190px;
    margin: 0 auto;
  }
  .pointer {
    cursor: pointer;
  }
  .omit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .omit2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
  .el-input-number--small .el-input-number__increase,
  .el-input-number--small .el-input-number__decrease {
    line-height: 29px;
    margin-top: 1px;
  }
  #nprogress .bar {
    background: #bda380;
  }
  html,
  body,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  blockquote,
  figure,
  fieldset,
  legend,
  textarea,
  pre,
  iframe,
  hr,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
  }
  [class*=" el-icon-lx"],
  [class^="el-icon-lx"] {
    font-family: lx-iconfont !important;
  }
  html,
  body {
    height: 100%;
    width: 100%;
    color: #212224;
    background-color: #f7f8fa;
    font-family: PingFangSC-Regular;
  }
  ul {
    list-style: none;
  }
  a,
  a:hover,
  a:active,
  a:visited,
  a:link,
  a:focus {
    text-decoration: none;
    background: none;
    outline: none;
  }
  button,
  input,
  select,
  textarea {
    margin: 0;
  }
  html {
    box-sizing: border-box;
  }
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  img,
  embed,
  iframe,
  object,
  video {
    max-width: 100%;
  }
  img[src=""],
  img:not([src]) {
    opacity: 0;
  }
  .svg-icon {
    cursor: pointer;
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    display: block;
  }
  ::-webkit-scrollbar-track {
    border-radius: 8px;
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #d8dae3;
  }
  .classify-item {
    width: 80px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 30px;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
    overflow: hidden;
  }
  .classify-item:nth-child(even) {
    margin-left: 12px;
  }
  .big-classify {
    width: 183px;
    height: 50px;
    position: absolute;
    top: 31px;
    left: 0;
    cursor: pointer;
  }
  .classify-item:hover {
    border: 1px solid white;
  }
  
  .floor_box {
    display: flex;
    margin-bottom: 40px;
    background-color: #fff;
  }
  .floor_box .left_master {
    height: 336px;
    width: 230px;
    margin-right: 10px;
  }
  .floor_box .left_master img {
    height: 336px;
    width: 230px;
  }
  .floor_box .good_ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .floor_box .good_ul .good_li {
    width: 230px;
    background: #ffffff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .floor_box .good_ul .good_li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }
  .floor_box .good_ul .good_li:hover .good_img {
    opacity: 0.8;
  }
  .floor_box .good_ul .good_li:hover .bottom-btn {
    display: flex;
  }
  .floor_box .good_ul .good_li .good_img {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .floor_box .good_ul .good_li .good_img img {
    width: 190px;
    height: 190px;
  }
  .floor_box .good_ul .good_li .content_box {
    margin: 0 15px;
  }
  .floor_box .good_ul .good_li .content_box .price_box {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .floor_box .good_ul .good_li .content_box .price_box .price {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fd463e;
  }
  .floor_box
    .good_ul
    .good_li
    .content_box
    .price_box
    .price
    .unit {
    font-size: 16px;
    margin-right: 3px;
  }
  .floor_box .good_ul .good_li .content_box .price_box .price2 {
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through;
    color: #86909c;
    margin-left: 10px;
  }
  .floor_box
    .good_ul
    .good_li
    .content_box
    .price_box
    .price2
    .unit {
    font-size: 12px;
  }
  .floor_box
    .good_ul
    .good_li
    .content_box
    .price_box
    .brandOrSelf {
    width: 30px;
    height: 17px;
  }
  .floor_box .good_ul .good_li .content_box .price_box .hoursUp {
    margin-left: 5px;
    width: 54px;
  }
  .floor_box
    .good_ul
    .good_li
    .content_box
    .price_box
    .have_sale {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 18px;
    color: #86909c;
  }
  .floor_box
    .good_ul
    .good_li
    .content_box
    .price_box
    .priceLine {
    font-size: 12px;
    text-decoration: line-through;
    color: #718096;
    line-height: 17px;
  }
  .floor_box .good_ul .good_li .content_box .compy {
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
    color: #86909c;
  }
  .floor_box .good_ul .good_li .content_box .title {
    margin-top: 10px;
    font-family: "siyuan, siyuan-Regular";
    font-size: 14px;
    line-height: 22px;
    color: #1d2129;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
  .floor_box .good_ul .good_li .content_box .name {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "siyuan, siyuan-Regular";
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #86909c;
  }
  .floor_box .good_ul .good_li .bottom-btn {
    position: absolute;
    bottom: 0;
    display: none;
    align-items: flex-end;
    width: 100%;
    height: 115px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.13) 0%,
      #ffffff 55.22%
    );
  }
  .floor_box .good_ul .good_li .add_option {
    width: 100%;
    flex: 1;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
  }
  .floor_box .good_ul .good_li .add_option .svg-icon {
    width: 24px;
    height: 24px;
  }
  .floor_box .good_ul .good_li .add_option .button1 {
    height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #bda380;
    font-family: "siyuan, siyuan-Regular";
    font-weight: 500;
    font-size: 12px;
    color: #bda380;
    line-height: 26px;
    display: flex;
    align-items: center;
  }
  .floor_box .good_ul .good_li .add_option .button1:hover {
    color: #fff;
    background: #bda380;
  }
  .floor_box .good_ul .good_li .add_option .button {
    height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #bda380;
    font-family: "siyuan, siyuan-Regular";
    font-weight: 500;
    font-size: 12px;
    color: #bda380;
    line-height: 26px;
    display: flex;
    align-items: center;
    border-radius: 4px 0 0 4px !important;
    border-right: none;
  }
  .floor_box .good_ul .good_li .add_option .button:hover {
    color: #fff;
    background: #bda380;
  }
  .floor_box .good_ul .good_li .add_option .vs {
    border-right: none !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .floor_box .good_ul .good_li .add_option .add-cart {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .floor_box .good_ul .good_li .add_option .add-cart img {
    width: 16px;
    height: 16px;
  }
  .floor_box .good_ul .marRight {
    margin-right: 10px !important;
  }
  .floor_box .good_ul .marRight:nth-child(5n) {
    margin-right: 0 !important;
  }
  .floor_box .good_ul .marBot {
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
  
  .aroundGooods {
    margin-top: 25px;
  }
  .aroundGooods .autumn-activity {
    width: 60px;
    height: 328px;
    position: absolute;
    top: 724px;
  }
  .aroundGooods .joyous-festival {
    left: 50px;
  }
  .aroundGooods .mid-autumn {
    right: 50px;
  }
  .aroundGooods .classify-box {
    overflow-y: scroll;
    width: 100%;
    height: 80px;
    background: #fff;
    margin-bottom: 15px;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #1d2129;
    display: flex;
  }
  .aroundGooods .classify-box .d-flex {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .aroundGooods .classify-box .item-active {
    color: #bda380;
  }
  .aroundGooods .classify-box .w-120 {
    width: 120px;
    text-align: center;
    margin: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aroundGooods .classify-box .line-1 {
    width: 1px;
    height: 32px;
    border-right: 1px solid #d7d7d7;
  }
  .aroundGooods .title_box {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .aroundGooods .title_box .big_title {
    color: #1d2129;
    margin-right: 12px;
    font-family: "siyuan, siyuan-Regular";
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
  }
  .aroundGooods .title_box .small_title {
    color: #b5b5bd;
  }
  .aroundGooods .title_box .more {
    display: flex;
    align-items: center;
    font-family: "siyuan, siyuan-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #86909c;
  }
  .aroundGooods .title_box .more .svg-icon {
    width: 12px;
    height: 12px;
    margin-left: 8.7px;
  }
  .wrapper {
    width: 590px;
    height: 365px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .wrapper .t-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: PingFang SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    color: #1d2129;
  }
  .wrapper .t-title img {
    margin-left: 10px;
    width: 182px;
  }
  .wrapper .t-title .box-1 {
    display: flex;
    align-items: center;
  }
  .wrapper .t-title .box-2 {
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .info_box {
    position: relative;
    height: 28px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .info_box .zicar {
    height: 22px;
    width: 34px;
  }
  .info_box .name {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    color: #1d2129;
    margin: 0 20px;
  }
  
  .wrapper .t-title .box-1 {
    display: flex;
    align-items: center;
  }
  .wrapper .t-title .box-2 {
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .info_box {
    position: relative;
    height: 28px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .info_box .zicar {
    height: 22px;
    width: 34px;
  }
  .info_box .name {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    color: #1d2129;
    margin: 0 20px;
  }
  
  .wrapper .t-title .box-1 {
    display: flex;
    align-items: center;
  }
  .wrapper .t-title .box-2 {
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .info_box {
    position: relative;
    height: 28px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .info_box .zicar {
    height: 22px;
    width: 34px;
  }
  .info_box .name {
    font-family: "siyuan, siyuan-Regular";
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    color: #1d2129;
    margin: 0 20px;
  }
  .industry-list {
    display: flex;
    justify-content: space-between;
  }
  .industry-list .img-box {
    margin-top: 20px;
  }
  .industry-list .img-box img {
    width: 262px;
    height: 265px;
  }
  .industry-list .goods-box {
    width: 169px;
    height: 268px;
    margin-top: 17px;
  }
  .industry-list .goods-box .big-img {
    width: 169px;
    height: 169px;
  }
  .industry-list .goods-box .goods-title {
    height: 44px;
    margin-top: 15px;
    color: #1d2129;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
  .industry-list .goods-box .goods-price {
    display: flex;
    color: #fd463e;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
  }
  .industry-list .goods-box .goods-price .tip {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 5px;
  }
  .industry-list .goods-box .goods-com {
    color: #86909c;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .industry-list .industrys {
    margin-top: 10px;
    width: 230px;
    padding: 40px 19px 20px;
    height: 265px;
    position: relative;
    background: url(https://cnpc-app.oss-cn-hangzhou.aliyuncs.com/aboutBeijingzhicaiyun/zhicai-mall/img/industrysbg.png);
    background-size: 290px 260px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
  }
  .industry-list .industrys .industry-name {
    margin: 20px 0 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    color: #1d2129;
  }
  .industry-list .industrys .industry-img {
    margin: 0 auto;
    width: 64px;
    height: 64px;
  }
  .industry-list .industrys .industry-img img {
    border-radius: 8px;
  }
  .industry-list .industrys .industry-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4e5969;
  }
  .industry-list .industrys:hover {
    margin-top: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }
  .industry-list .marRight {
    margin-right: 10px !important;
  }
  .industry-list .marRight:nth-child(5n) {
    margin-right: 0 !important;
  }
  .industry-list .marTop {
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .industry-list .marRight {
    margin-right: 10px !important;
  }
  .industry-list .marRight:nth-child(5n) {
    margin-right: 0 !important;
  }
  .industry-list .marTop {
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .noify{
    margin-top: 6px;
    margin-left: 5px;
  }
  .banner_container{
    height: 452px;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .banner_container .banner_box{
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
  }
  .banner_container .banner_box .categoryMarket{
    padding: 10px 0;
    height: 100%;
    position: relative;
    z-index: 3;
  }
  .banner_container .banner_box .categoryMarket .menu{
    position: relative;
    background-color: #fff;
    width: 230px;
  }
  .banner_container .banner_box .categoryMarket .menu .title{
    width: 100%;
    position: absolute;
    top: -40px;
    z-index: 999;
    background: #bda380;
    border-radius: 4px 4px 0 0;
    font-family: "siyuan, siyuan-Regular";
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    height: 40px;
    padding-left: 24px;
    line-height: 40px;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .menu
    .title
    .iconfont{
    margin-right: 8px;
  }
  .banner_container .banner_box .categoryMarket .menu .menu_ul{
    height: 432px;
    overflow-y: auto;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .menu
    .menu_ul
    .menu_li{
    height: 50px;
    line-height: 50px;
    padding-left: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin: 3px 0;
    border-left: 6px solid #fff;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .menu
    .menu_ul
    .menu_li:hover {
    background-color: #e8f3ff;
    border-left: 6px solid #bda380;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .menu
    .menu_ul
    .menu_li
    span{
    font-size: 14px;
    color: #1d2129;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 152px;
    overflow: hidden;
    display: inline-block;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .menu
    .menu_ul
    .menu_li
    span:hover {
    color: #bda380;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .menu
    .menu_ul
    .menu_li
    .svg-icon{
    margin-right: 10px;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .menu
    .menu_ul
    .menu_active{
    background-color: #e8f3ff;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .menu
    .menu_ul
    .menu_active
    span{
    color: #bda380;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .menu
    .menu_ul::-webkit-scrollbar {
    display: none;
  }
  .banner_container .banner_box .categoryMarket .classify_box{
    position: absolute;
    top: 10px;
    left: 231px;
    z-index: 100;
    background-color: #fff;
    width: 960px;
    height: 432px;
    padding: 20px 0 0 35px;
    overflow: auto;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .classify_box
    .title{
    height: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #1a202c;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .classify_box
    .second_box
    .left_name{
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    color: #1d2129;
    display: flex;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .classify_box
    .second_box
    .right_name{
    display: flex;
    flex-wrap: wrap;
    width: 915px;
    font-size: 13px;
    color: #718096;
    line-height: 14px;
    justify-content: flex-start;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .classify_box
    .second_box
    .right_name
    img{
    width: 55px;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .classify_box
    .second_box
    .right_name
    .threeClassify{
    display: inline-block;
    width: 222px;
    margin: 0 6px 20px 0;
    padding: 6px;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .classify_box
    .second_box
    .right_name
    .threeClassify
    .namecls{
    position: absolute;
    margin-top: 18px;
    color: #1d2129;
    font-size: 14px;
  }
  .banner_container
    .banner_box
    .categoryMarket
    .classify_box
    .second_box
    .right_name
    .threeClassify
    .namecls:hover {
    color: #bda380;
  }
  .banner_container .banner_box .tel_box{
    position: absolute;
    right: 0;
    z-index: 2;
    width: 230px;
    height: 432px;
    padding: 20px;
    background: #ffffff;
  }
  .banner_container .banner_box .tel_box .svg-icon{
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .banner_container .banner_box .tel_box .title{
    font-family: "siyuan, siyuan-Regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1d2129;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e6eb;
    margin-bottom: 20px;
  }
  .banner_container .banner_box .tel_box .tel{
    display: flex;
    justify-content: space-between;
  }
  .banner_container .banner_box .tel_box .tel .online_box{
    text-align: center;
  }
  .banner_container
    .banner_box
    .tel_box
    .tel
    .online_box:nth-child(1) {
    margin-right: 20px;
  }
  .banner_container .banner_box .tel_box .tel .online{
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1d2129;
  }
  .banner_container .banner_box .tel_box .self{
    display: flex;
    margin-top: 16px;
  }
  .banner_container .banner_box .tel_box .self:nth-of-type(3) {
    margin-top: 0;
  }
  .banner_container .banner_box .tel_box .self .left_box{
    margin-right: 8px;
  }
  .banner_container .banner_box .tel_box .self .right_box .name{
    margin-top: 19px;
    font-family: "PingFang SC";
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #6f4324;
    margin-bottom: 2px;
  }
  .banner_container .banner_box .tel_box .self .right_box .info{
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6f4324;
  }
  .banner_container .banner_box .tel_box .self .conter_box{
    padding: 0 16px;
  }
  .banner_container
    .banner_box
    .tel_box
    .self
    .conter_box
    .name{
    margin-top: 19px;
    font-family: "PingFang SC";
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #6f4324;
    margin-bottom: 2px;
  }
  .banner_container
    .banner_box
    .tel_box
    .self
    .conter_box
    .name1{
    margin-top: 17px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #19337d;
    margin-bottom: 2px;
  }
  .banner_container
    .banner_box
    .tel_box
    .self
    .conter_box
    .info{
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6f4324;
  }
  .banner_container
    .banner_box
    .tel_box
    .self
    .conter_box
    .info1{
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #264089;
  }
  .banner_container .bgSzie{
    width: 190px;
    height: 100px;
    border-radius: 8px;
  }
  .banner_container .productInfo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(https://cnpc-app.oss-cn-hangzhou.aliyuncs.com/aboutBeijingzhicaiyun/shopping-mall/supplier_num_bg.png)
      no-repeat;
    background-size: 190px 149px;
    width: 190px;
    height: 149px;
    padding: 20px 16px;
  }
  .banner_container .productInfo .conter_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .banner_container .productInfo .conter_box .name{
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    color: #7a3b00;
    font-weight: 400;
    font-size: 12px;
  }
  .banner_container .productInfo .conter_box .name .num{
    font-weight: 700;
    font-size: 22px;
  }
  .banner_container .productInfo .conter_box .name .num .unit{
    font-size: 12px;
    font-weight: 400;
  }
  .banner_container .productInfo .img{
    width: 158px;
    height: 44px;
  }
  .swiper{
    width: 100%;
    height: 580px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto 25px;
  }
  .right-box{
    position: absolute;
    right: 0px;
    z-index: 2;
  }
  .right-box img{
    width: 230px;
    height: 432px;
  }
  .right-box .login{
    position: absolute;
    width: 158px;
    height: 44px;
    bottom: 115px;
    left: 36px;
    cursor: pointer;
  }
  .right-box .login1{
    position: absolute;
    width: 90px;
    height: 32px;
    top: 110px;
    left: 120px;
    cursor: pointer;
    background: linear-gradient(to right, #47a2ff, #327bfa);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
  }
  .right-box .register{
    position: absolute;
    width: 158px;
    height: 44px;
    bottom: 56px;
    left: 36px;
    cursor: pointer;
  }
  .right-box .register1{
    position: absolute;
    width: 90px;
    height: 32px;
    top: 110px;
    left: 20px;
    color: #bda380;
    border: #bda380 1px solid;
    cursor: pointer;
    text-align: center;
    line-height: 30px ;
    font-size: 14px;
    border-radius: 4px;
  }
  .right-box .info-box{
    width: 230px;
    height: 432px;
    background: #fff;
    background-image: url(https://cnpc-app.oss-cn-hangzhou.aliyuncs.com/aboutBeijingzhicaiyun/zhicai-mall/img/enterprise4.png);
    background-size: 230px 432px;
    padding: 15px;
  }
  .right-box .info-box .wid98{
    width: 110px;
  }
  .right-box .info-box .wid36{
    padding: 18px 15px;
    text-align: center;
  }
  .right-box .info-box .wid36 span{
    display: inline-block;
    min-width: 35px;
  }
  .right-box .info-box .unpaidBill{
    top: 122px;
    left: 116px;
  }
  .right-box .info-box .settled{
    top: 172px;
    left: 116px;
  }
  .right-box .info-box .historyBill{
    top: 222px;
    left: 116px;
  }
  .right-box .info-box .delivered{
    top: 100px;
    left: 13px;
  }
  .right-box .info-box .waitDelivery{
    top: 100px;
    right: 82px;
  }
  .right-box .info-box .waitPay{
    top: 100px;
    right: 13px;
  }
  .right-box .info-box .d-flex{
    display: flex;
  }
  .right-box .info-box .user-info img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .right-box .info-box .user-info .team-name{
    width: 138px;
    color: #1d2129;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
  }
  .right-box .info-box .user-info .name{
    font-weight: 600;
    font-size: 12px;
    color: #4e5969;
    text-align: left;
    line-height: 17px;
  }
  .right-box .info-box .info-box-1{
    margin-top: 20px;
    width: 190px;
    height: 203px;
    background-image: url(https://cnpc-app.oss-cn-hangzhou.aliyuncs.com/aboutBeijingzhicaiyun/zhicai-mall/img/info-bg1.png);
    background-size: 190px 203px;
    background-repeat: no-repeat;
    padding: 15px 18px 20px;
  }
  .right-box .info-box .info-box-1 .title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1d2129;
    margin-bottom: 30px;
  }
  .right-box .info-box .info-box-1 .edu{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #bda380;
  }
  .right-box .info-box .info-box-1 .num{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
    margin-top: 8px;
  }
  .right-box .info-box .info-box-1 .totalNum{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1d2129;
  }
  .right-box .info-box .info-box-2{
    display: flex;
    justify-content: space-between;
    width: 190px;
    height: 98px;
    background-image: url(https://cnpc-app.oss-cn-hangzhou.aliyuncs.com/aboutBeijingzhicaiyun/zhicai-mall/img/info-bg2.png);
    background-size: 190px 98px;
    background-repeat: no-repeat;
    padding: 24px 16px 26px;
    text-align: center;
    margin-top: 20px;
  }
  .right-box .info-box .info-box-2 .num{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1d2129;
  }
  .right-box .info-box .info-box-2 .status{
    color: #4e5969;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
  }
  .right-box .info-box .info-box-3{
    width: 200px;
    height: 194px;
    background-image: url(https://cnpc-app.oss-cn-hangzhou.aliyuncs.com/aboutBeijingzhicaiyun/zhicai-mall/img/xyzq.png);
    background-size: 200px 194px;
    background-repeat: no-repeat;
    padding: 101px 16px 35px;
    margin-bottom: 15px;
    text-align: center;
  }
  .right-box .info-box .info-box-3 .info-3{
    position: relative;
  }
  .right-box .info-box .info-box-3 .info-3 .click-div{
    width: 100px;
    height: 50px;
    position: absolute;
    top: -94px;
    left: 34px;
    cursor: pointer;
  }
  .right-box .info-box .info-box-3 .d-flex{
    justify-content: space-between;
  }
  .right-box .info-box .info-box-3 img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .right-box .info-box .info-box-3 .num{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #3457a7;
  }
  .right-box .info-box .info-box-3 .status{
    color: #3457a7;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
  }
  .right-box .info-box .info-box-3 .company_name{
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #1d2129;
    max-width: 152px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .right-box .info-box .info-box-3 .welcome{
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4e5969;
    margin-top: 7px;
    margin-bottom: 22px;
  }
  .right-box .info-box .info-box-3 .btn-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 44px;
    background: linear-gradient(278.11deg, #3776ec 20.47%, #3593f1 96.3%);
    border-radius: 4px;
    font-size: 18px;
    font-family: "PingFang SC";
    color: #fff;
    cursor: pointer;
  }
  .right-box .info-box .info-box-3 .d-flex{
    align-items: center;
  }
  .right-box .info-box .info-box-self img{
    width: 200px;
    height: 194px;
    margin-bottom: 10px;
  }
  .right-box .info-box .info-box-4{
    width: 200px;
    height: 194px;
    position: relative;
    background-image: url(https://cnpc-app.oss-cn-hangzhou.aliyuncs.com/aboutBeijingzhicaiyun/zhicai-mall/img/sczd.png);
    background-size: 200px 194px;
    background-repeat: no-repeat;
    padding: 121px 16px 35px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .right-box .info-box .info-box-4 .click-div{
    width: 100px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 50px;
    cursor: pointer;
  }
  .right-box .info-box .info-box-4 .num{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #3457a7;
  }
  .right-box .info-box .info-box-4 .status{
    color: #3457a7;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
  }
  .right-box .info-box-person{
    width: 230px;
    height: 432px;
    background: #fff;
    background-image: url(https://cnpc-app.oss-cn-hangzhou.aliyuncs.com/aboutBeijingzhicaiyun/zhicai-mall/img/person.png);
    background-size: 230px 432px;
    padding: 15px;
  }
  .right-box .info-box-person .wid98{
    width: 110px;
  }
  .right-box .info-box-person .num{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    position: absolute;
  }
  .right-box .info-box-person .wid36{
    padding: 18px 15px;
    text-align: center;
  }
  .right-box .info-box-person .wid36 span{
    display: inline-block;
    min-width: 35px;
  }
  .right-box .info-box-person .unpaidBill{
    top: 122px;
    left: 116px;
  }
  .right-box .info-box-person .settled{
    top: 172px;
    left: 116px;
  }
  .right-box .info-box-person .historyBill{
    top: 222px;
    left: 116px;
  }
  .right-box .info-box-person .delivered{
    left: 66px;
    top: 80px;
  }
  .right-box .info-box-person .waitDelivery{
    right: -3px;
    top: 80px;
  }
  .right-box .info-box-person .waitPay{
    left: -3px;
    top: 80px;
  }
  .right-box .info-box-person .d-flex{
    display: flex;
  }
  .right-box .personflex{
    display: flex;
    position: relative;
  }
  .right-box .info-box .num{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    position: absolute;
  }
  
  .card_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #ffffff;
    height: 372px;
  }
  .festival {
    padding: 20px 0;
    width: 100%;
  }
  .festival .title {
    margin-left: 20px;
    font-size: 24px;
    font-weight: 600;
  }
  .main {
    overflow: hidden;
    position: relative;
    flex: 1;
    display: flex;
    height: 300px;
    margin-top: 20px;
  }
  .main-product {
    background-size: 100%;
    height: 292px;
    width: 180px;
    cursor: pointer;
    margin-left: 40px;
    position: absolute;
    display: inline-block;
  }
  .main-product:hover .good_img {
    opacity: 0.8;
  }
  .main-product:hover .title {
    color: #3066e6 !important;
  }
  .main-product .good_img {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .main-product .good_img img {
    width: 180px;
    height: 180px;
  }
  .main-product .content_box {
    width: 180px;
  }
  .main-product .content_box .price_box {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: center;
  }
  .main-product .content_box .price_box .price {
    font-weight: 700;
    color: #fd463e;
  }
  .main-product .content_box .price_box .unit {
    font-size: 12px;
  }
  .main-product .content_box .title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #1d2129;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
  .empty {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .empty .svg-icon {
    width: 542px;
    height: 200px;
  }
  .empty .content {
    font-size: 13px;
    color: #b5b5bd;
  }
  .home_empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 132px 0;
    margin-top: -20px;
  }
  .home_empty img{
    height: 80px;
    width: auto;
  }
  .home_empty .title{
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    color: #1d2129;
    margin-top: 35px;
  }
  .home_empty .tip{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #86909c;
    margin-top: 14px;
  }
  .home_empty .btn{
    height: 45px;
    width: 149px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    background: #bda380;
    color: #fff;
    margin-top: 28px;
    cursor: pointer;
  }
  .home_empty .btn .el-icon-arrow-right{
    font-weight: bold;
  }
  .mask-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: hidden;
  }
  .new-wrapper {
    width: 1190px;
    display: flex;
    margin: 25px auto;
  }
  
  
  .four-box {
    display: flex;
    width: 1190px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .four-box .img-box {
    width: 290px;
    height: 150px;
    cursor: pointer;
    position: relative;
  }
  .four-box .img-box .i-img {
    width: 90px;
    height: 32px;
    background-image: url(https://cnpc-app.oss-cn-hangzhou.aliyuncs.com/aboutBeijingzhicaiyun/zhicai-mall/home/view-default.png);
    background-size: 90px 32px;
    border-radius: 27px;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .four-box .w-230 {
    width: 270px;
    height: 165px;
    cursor: pointer;
  }
  .djcn-box {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .djcn-box img {
    width: 560px;
    margin-top: 200px;
    margin-left: calc(50vw - 280px);
    box-sizing: border-box;
  }
  #search-2014 {
    width: 120px;
    padding: 3px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    float: left;
}
#search-2014 .form {
    height: 36px;
}
#search-2014 .text {
    float: left;
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: #999;
    padding: 4px;
    border-width: 2px 0 2px 2px;
    border-color: transparent;
    border-style: solid;
    outline: 0;
    font-size: 12px;
}
#search-2014 .button {
    float: left;
    height: 30px;
    font-family: tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
    background: transparent;
    border: none;
    border-radius: 4px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
#settleup-2014 {
    float: left;
    z-index: 11;
    height: 36px;
    margin-top: 27px;
}
#settleup-2014 {
    margin-right: 0;
}
.dorpdown {
    position: relative;
}
.index-category-title-box {
  text-align: center;
}
.index-category-title {
  display: inline-block;
  padding: 6px 22px;
  border: 1px solid #000;
  background-color: #fff;
}
.index-category-title h3 {
  font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: none;
    display: inline-block;
    font-weight: bold;
}
.index-category-title a {
  display: inline-block;
  width: 115px;
  border: 1px solid #e1e1e1;
  text-align: center;
  height: 30px;
  line-height: 28px;
}