@charset "UTF-8";
.flex {
  display: flex;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.flex-align {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-stretch {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.flex-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-space-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-space-a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.flex-top {
  align-items: flex-start;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-start {
  justify-content: flex-start;
}

.flex0 {
  flex: 0;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

.flex3 {
  flex: 3;
}

.flex4 {
  flex: 4;
}

.flex5 {
  flex: 5;
}

.flex6 {
  flex: 6;
}

.flex7 {
  flex: 7;
}

.flex8 {
  flex: 8;
}

.flex9 {
  flex: 9;
}

.flex10 {
  flex: 10;
}

/* 超出隐藏*/
.text-over, .product-activity .product-desc__item, .dialog-check .commity-card .commity .name, .u-order .order-table .goods-info__desc, .u-order .order-table .goods-info__name, .cart-recommend__desc, .cart-recommend__name, .u-cart .cart-table .prod-info__desc, .u-cart .cart-table .prod-info__code, .u-cart .cart-table .prod-info__name, .product-recommend__name, .plan-table .prod-info__desc, .order-table .line-1, .order-table .prod-info__name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

a:hover {
  color: #2F91FF;
}

.cursor {
  cursor: pointer;
}

.layout-w {
  width: 1398px;
  margin: 0 auto;
}

.layout-w-1558 {
  width: 1558px;
  margin: 0 auto;
}

[v-cloak] {
  display: none;
}

#app .el-button--primary {
  background-color: #0094DC;
  border-color: #0094DC;
}
#app .el-input__suffix {
  right: 0;
}

/* 头部 */
.m-header {
  position: relative;
  z-index: 999;
}
.m-header .layout-w {
  overflow: inherit;
}
.m-header .logged__top {
  height: 40px;
  background-color: #1d1d1d;
}
.m-header .logged__welcome {
  color: #ffffff;
  padding-left: 58px;
}
.m-header .logged .login-lange-select {
  cursor: pointer;
}
.m-header .logged .login-lange-select img {
  width: 28px;
  height: auto;
  margin-right: 8px;
}
.m-header .logged .login-lange-select span {
  color: #fff;
  font-size: 16px;
}
.m-header .logged .contact {
  margin-left: 18px;
  color: #fff;
  font-size: 14px;
}
.m-header .logged .contact img {
  width: 18px;
  height: 11px;
  margin-right: 4px;
}
.m-header .logged .contact.phone img {
  width: 15px;
  height: 16px;
}
.m-header .logged .content {
  background-color: #212121;
  height: 80px;
}
.m-header .logged .content__logo {
  cursor: pointer;
}
.m-header .logged .content__logo:hover {
  opacity: 0.7;
}
.m-header .logged .content .login-create {
  text-align: center;
  width: 160px;
  height: 54px;
  background-color: #00aeef;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 20px;
  padding-top: 4px;
}
.m-header .logged .content .login-create b {
  font-weight: bold;
}
.m-header .logged .content .login-create:hover {
  opacity: 0.8;
}
.m-header .logged .content .login-forgot {
  cursor: pointer;
  text-align: right;
  color: #ffffff;
  font-size: 14px;
}
.m-header .logged .content .login-forgot:hover {
  opacity: 0.8;
}
.m-header .logged .content .login-btn {
  width: 136px;
  height: 25px;
  background-color: #00aeef;
  border-radius: 4px;
  cursor: pointer;
}
.m-header .logged .content .login-btn span {
  color: #fff;
  font-size: 18px;
}
.m-header .logged .content .login-btn img {
  margin: 0 18px 0 10px;
}
.m-header .logged .content .login-btn:hover {
  opacity: 0.8;
}
.m-header .logged .content .lange-select {
  width: 136px;
  height: 27px;
  background-color: #00aeef;
  border-radius: 4px;
  cursor: pointer;
}
.m-header .logged .content .lange-select img {
  width: 28px;
  height: auto;
  margin: 0 3px 0 4px;
}
.m-header .logged .content .lange-select span {
  color: #555555;
  font-size: 14px;
}
.m-header .logged .content .lange-select .select-cont {
  background-color: #fff;
  width: 100px;
  height: 22px;
  padding: 0 4px;
  box-sizing: border-box;
}
.m-header .logged .content .lange-select .select-cont img {
  width: 16px;
  height: 10px;
}
.m-header .action {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
}
.m-header .action__logo {
  cursor: pointer;
}
.m-header .action__logo img {
  width: 136px;
  height: auto;
}
.m-header .action__logo:hover {
  opacity: 0.7;
}
.m-header .action__btn {
  position: relative;
  cursor: pointer;
  margin-right: 30px;
}
.m-header .action__btn img {
  width: 24px;
  height: auto;
}
.m-header .action__btn:hover {
  opacity: 0.7;
}
.m-header .action__num {
  text-align: center;
  position: absolute;
  top: 10%;
  right: 50%;
  transform: translateY(-50%) translate(100%);
  background: linear-gradient(135deg, #FF6363 0%, #FF0707 100%);
  color: #fff;
  font-size: 12px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  box-sizing: border-box;
  border-radius: 10px;
}
.m-header .action .menu-list {
  position: relative;
}
.m-header .action .menu-list .action__logo {
  position: absolute;
  top: 24px;
  left: -176px;
}
.m-header .action .menu-list__item {
  position: relative;
  padding: 0 24px;
  color: #1d1d1d;
  font-size: 16px;
  height: 80px;
}
.m-header .action .menu-list__item:first-child {
  padding-left: 0;
}
.m-header .action .menu-list__item:hover {
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
}
.m-header .action .menu-list__item:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}
.m-header .action .menu-list__item:hover .cascader-panel {
  visibility: visible;
  opacity: 1;
}
.m-header .action .menu-list .cascader-panel {
  position: absolute;
  top: 80px;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.m-header .action .menu-list .cascader-panel .el-cascader-panel.is-bordered {
  border: 0 !important;
}
.m-header .action .menu-list .cascader-panel .el-scrollbar__wrap {
  overflow: inherit !important;
  overflow-y: scroll !important;
  margin-bottom: 0 !important;
}
.m-header .action .menu-list .cascader-panel .el-cascader-menu {
  border-right: 0 !important;
}
.m-header .action .menu-list .cascader-panel .el-cascader-menu__wrap {
  height: auto !important;
  background-color: #fff;
  border: 1px solid #eee;
}
.m-header .action .menu-list .dropdown-content {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  background-color: #2D2D2D;
}
.m-header .action .menu-list .dropdown-content .dropdown-menu__item {
  width: 100%;
  white-space: nowrap;
  padding: 14px 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.m-header .action .menu-list .dropdown-content .dropdown-menu__item:hover {
  cursor: pointer;
  background-color: #0094DC;
}
.m-header .action .search-input {
  width: 316px;
  height: 26px;
  background: #fff;
  border-radius: 13px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #808285;
  padding: 0 12px;
  box-sizing: border-box;
  margin-right: 28px;
}
.m-header .action .search-input__cont {
  flex: 1;
}
.m-header .action .search-input .el-input__inner {
  background-color: transparent;
  border: 0;
  font-size: 12px;
  padding: 0;
  color: #333;
}
.m-header .search-goods {
  position: absolute;
  top: 80px;
  left: 0;
  width: calc(100% - 260px);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #E4E7ED;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 2px 0 10px;
}
.m-header .search-goods__item {
  height: 54px;
  padding: 0 20px;
}
.m-header .search-goods__item:hover {
  cursor: pointer;
  background-color: #EBF6FF;
}
.m-header .search-goods__cont {
  flex: 1;
}
.m-header .search-goods__pic {
  width: 46px;
  height: 46px;
  margin-right: 20px;
}
.m-header .search-goods__pic img {
  width: 100%;
  height: 100%;
}
.m-header .search-goods__name {
  color: #606266;
  font-size: 14px;
  font-weight: bold;
}
.m-header .search-goods__code {
  color: #5A5E66;
  font-size: 14px;
}
.m-header .search-goods__price {
  color: #0094DC;
  font-size: 14px;
  font-weight: bold;
}

/* 底部 */
.m-footer .copyright {
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #151515;
  color: #FFFFFF;
  font-size: 16px;
}
.m-footer .footer {
  box-sizing: border-box;
  height: 350px;
  background-color: #212121;
}
.m-footer .footer .footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 24px;
}
.m-footer .footer .footer-right .footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.m-footer .footer .qrcode {
  margin-bottom: 8px;
}
.m-footer .footer .qrcode img {
  width: 108px;
  height: 108px;
}
.m-footer .footer .subscribe {
  width: 450px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.m-footer .footer .subscribe__title {
  text-align: right;
  width: 360px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 16px;
}
.m-footer .footer .subscribe__input {
  width: 100%;
}
.m-footer .footer .subscribe__input .el-input-group__append {
  background: #26a6de;
  color: #fff;
  border: 1px solid #26a6de;
}
.m-footer .footer .subscribe__msg {
  color: #FF0707;
  margin-top: 10px;
  font-size: 14px;
}
.m-footer .footer .footer-info {
  width: 450px;
  padding-top: 35px;
}
.m-footer .footer .footer-info .footer-info-title {
  position: relative;
  font-size: 24px;
  color: #fff;
  margin-bottom: 26px;
}
.m-footer .footer .footer-info .footer-info-title::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 216px;
  height: 5px;
  background: #00aeef;
}
.m-footer .footer .footer-info .footer-info-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.m-footer .ft-contact {
  display: flex;
  width: 620px;
}
.m-footer .ft-contact__item {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 310px;
  margin-top: 36px;
  padding-right: 12px;
}
.m-footer .ft-contact__name {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}
.m-footer .ft-contact__name img {
  margin-right: 8px;
}
.m-footer .ft-contact__desc {
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2px 0;
}
.m-footer .ft-contact__desc img {
  margin-left: 6px;
}

.simplify-footer {
  position: relative;
  padding: 125px 0 200px;
  flex-direction: column;
}
.simplify-footer__copyRight {
  color: #606266;
  font-size: 16px;
}
.simplify-footer__qrcode {
  position: absolute;
  right: 113px;
  bottom: 178px;
  width: 107px;
  height: 107px;
}
.simplify-footer .help__item {
  position: relative;
  padding: 0 15px;
  margin-bottom: 16px;
}
.simplify-footer .help__item::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #606266;
}
.simplify-footer .help__item:first-child::after {
  display: none;
}
.simplify-footer .help__item a {
  color: #606266;
  font-size: 16px;
}
.simplify-footer .help__item a:hover {
  color: #0094DC;
}

.banner-carousel {
  position: relative;
  width: 100%;
  height: 500px;
}
.banner-carousel.home-banner {
  margin: 0 0 50px 0;
}
.banner-carousel .el-carousel__container {
  height: 500px;
}
.banner-carousel .el-image {
  width: 100%;
  height: 500px;
  cursor: pointer;
}
.banner-carousel .thrumbs {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 99;
}
.banner-carousel .thrumbs__item {
  cursor: pointer;
  width: 80px;
  height: 40px;
  margin: 0 4px;
  border: 2px solid transparent;
  border-radius: 4px;
}
.banner-carousel .thrumbs__item--sel {
  border-color: #fff;
}
.banner-carousel .thrumbs__item .el-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.u-home .home-title {
  height: 100px;
}
.u-home .home-title h3 {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  letter-spacing: 4px;
  padding: 0 40px;
}
.u-home .product-main {
  flex: 1;
}
.u-home .product-main .home-title {
  width: 1024px;
  max-width: 1024px;
}
.u-home .product-main .home-title .line {
  flex: 1;
  margin-top: -10px;
}
.u-home .product-main .home-title .line img {
  width: 100%;
  margin-top: -6px;
}
.u-home .product-right {
  margin: 100px 0 0 20px;
}
.u-home .product-right .product-banner {
  width: 320px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
}
.u-home .product-right .product-banner img {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.u-home .paging {
  padding: 30px 20px 60px;
}

/* 登录 */
.login-container {
  position: relative;
  width: 100vw;
  height: 1171px;
  background: url("/images/login_bg.png") no-repeat top center;
  background-size: cover;
}
.login-container.reg {
  background: #fff;
  height: auto;
}
.login-container .login-head {
  background-color: #fff;
  height: 80px;
}
.login-container .login-head__logo {
  margin: 0 48px;
  width: 230px;
  height: 56px;
}
.login-container .login-head .login-action {
  margin-right: 34px;
}
.login-container .login-head .login-action__line {
  margin: 0 23px;
}
.login-container .login-head .login-action__item {
  cursor: pointer;
}
.login-container .login-head .login-action__item img {
  margin-right: 10px;
}
.login-container .login-head .login-action__item span {
  font-weight: bold;
  color: #606266;
  font-size: 16px;
}
.login-container .login-main {
  width: 1270px;
  min-width: 1270px;
  height: 753px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #B9B9B9;
  border-radius: 10px;
  margin: 129px auto 0;
}
.login-container .reg-main {
  position: relative;
  width: 1400px;
  margin: 20px auto 68px;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
}
.login-container .reg-main::after {
  content: " ";
  position: absolute;
  top: 240px;
  left: 733px;
  width: 1px;
  height: 502px;
  background-color: #ABABAB;
}
.login-container .reg-main__title {
  text-align: center;
  color: #5F6366;
  font-size: 28px;
  font-weight: bold;
  padding: 68px 0;
}
.login-container .reg-main .reg-cont {
  width: 733px;
  padding: 0 77px 0 108px;
  box-sizing: border-box;
}
.login-container .reg-main .reg-cont__title {
  color: #0094DC;
  font-size: 28px;
  font-weight: bold;
}
.login-container .reg-main .reg-cont__label {
  position: relative;
  color: #0094DC;
  font-size: 24px;
  line-height: 24px;
  padding-left: 17px;
  margin: 10px 0 16px;
}
.login-container .reg-main .reg-cont__label::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 23px;
  background-color: #0094DC;
  border-radius: 3px;
}
.login-container .reg-main .reg-cont .el-form .el-form-item {
  margin-bottom: 26px;
}
.login-container .reg-main .reg-cont .el-form .el-input__inner {
  height: 42px;
  line-height: 42px;
  border-color: #BBBBBB;
}
.login-container .reg-main .reg-cont .el-form .el-input--prefix .el-input__inner {
  padding: 0 68px;
}
.login-container .reg-main .reg-cont .el-form .el-input__prefix {
  left: 0;
  border-right: 1px solid #ABABAB;
}
.login-container .reg-main .reg-cont .el-form .form-prefix {
  height: 42px;
}
.login-container .reg-main .reg-cont .el-form .phone-pre .el-input__inner {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.login-container .reg-main .reg-cont .el-form .phone-pre .el-input__suffix {
  right: 10px !important;
}
.login-container .reg-main .reg-cont .el-form .phone-input .el-input__inner {
  border-radius: 0 4px 4px 0;
}
.login-container .reg-main .reg-cont .el-form .emial-input .el-input__inner {
  padding: 0 90px;
}
.login-container .reg-main .reg-btn {
  padding: 42px 152px 68px 0;
}
.login-container .reg-main .reg-right {
  width: 667px;
  padding: 0 136px 0 48px;
  box-sizing: border-box;
}
.login-container .reg-main .reg-right__title {
  color: #0094DC;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 50px;
}
.login-container .reg-main .reg-right .reg-text__item {
  color: #606266;
  font-size: 16px;
  padding-bottom: 32px;
}
.login-container .reg-main .reg-right .reg-text__item a {
  color: #0094DC;
}
.login-container .login-left {
  width: 635px;
  height: 753px;
  background: url("/images/login_decorate.png") no-repeat;
  background-size: cover;
  padding: 83px 0 0 92px;
  box-sizing: border-box;
}
.login-container .login-left.forget {
  background: url("/images/forget_decorate.png") no-repeat;
}
.login-container .login-left__title {
  color: #0094DC;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 40px;
}
.login-container .login-left__desc {
  color: #0094DC;
  font-size: 24px;
}
.login-container .login-ft {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 100%;
  flex-direction: column;
}
.login-container .login-ft .help {
  padding-bottom: 16px;
}
.login-container .login-ft .help__item {
  position: relative;
  padding: 0 10px;
}
.login-container .login-ft .help__item::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #7d7d7d;
}
.login-container .login-ft .help__item:last-child::after {
  display: none;
}
.login-container .login-ft .help__item a {
  color: #606266;
  font-size: 16px;
}
.login-container .login-ft .copyRight {
  color: #606266;
  font-size: 16px;
}
.login-container .login-qrcode {
  position: absolute;
  right: 100px;
  bottom: 67px;
  width: 107px;
  height: 107px;
}
.login-container .login-qrcode img {
  width: 107px;
  height: 107px;
}

.login-cont {
  padding: 86px 90px;
  box-sizing: border-box;
}
.login-cont.saleman-login {
  padding: 20px;
}
.login-cont__head {
  position: relative;
  font-weight: bold;
  color: #0094DC;
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 48px;
}
.login-cont__head::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 5px;
  background: #0094DC;
  border-radius: 3px;
}
.login-cont .el-form {
  width: 455px;
}
.login-cont .el-form .el-form-item {
  margin-bottom: 32px;
}
.login-cont .el-form .el-input__inner {
  height: 48px;
  line-height: 48px;
  border-color: #0094DC;
}
.login-cont .el-form .el-input--prefix .el-input__inner {
  padding: 0 68px;
}
.login-cont .el-form .el-input__prefix {
  left: 0;
}
.login-cont .el-form .el-input__suffix {
  top: 0;
  right: 0;
}
.login-cont .el-form .form-prefix {
  width: 44px;
  height: 48px;
}
.login-cont .el-form .form-line {
  width: 1px;
  height: 22px;
}
.login-cont .el-form .form-suffix {
  height: 46px;
}
.login-cont .el-form .image-verify {
  width: 100px;
  height: 48px;
  margin-left: 10px;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}
.login-cont .el-form .image-verify canvas {
  width: 100%;
  height: 100%;
}
.login-cont .el-form .register {
  margin-top: 15px;
}
.login-cont .el-form .register a {
  color: #26a6de;
  font-size: 15px;
}
.login-cont.reg-cont .el-form .form-prefix {
  width: 44px;
  height: 42px;
}
.login-cont.reg-cont .el-form .el-input__inner {
  height: 42px;
  line-height: 42px;
  padding: 0 24px;
  border-color: #0094DC;
}
.login-cont.reg-cont .el-form .el-input--prefix .el-input__inner {
  padding: 0 68px;
}

.c-title {
  color: #606266;
  font-size: 14px;
  padding: 32px 0 0;
}

.table-empty {
  padding: 180px 0;
  flex-direction: column;
}
.table-empty img {
  width: 189px;
  height: 160px;
  margin-bottom: 10px;
}
.table-empty p {
  color: #A9E3FF;
  font-size: 14px;
  line-height: 1;
}

.u-info {
  overflow: inherit;
}
.u-info .user-info {
  margin: 32px 0 26px;
}
.u-info .user-info__hello {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 34px;
  padding-bottom: 24px;
}
.u-info .user-info .info-list {
  padding-bottom: 8px;
  border-bottom: 1px solid #D8D8D8;
}
.u-info .user-info .info-list__item {
  margin-bottom: 16px;
}
.u-info .user-info .info-list__item img {
  width: 20px;
  height: 20px;
}
.u-info .user-info .info-list__item span {
  color: #606266;
  font-size: 14px;
  padding-left: 16px;
}
.u-info__title {
  position: relative;
  color: #606266;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 24px;
}
.u-info__title::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 13px;
  background: #0094DC;
  border-radius: 2px;
}
.u-info .order-status {
  margin-bottom: 24px;
}
.u-info .order-status__item {
  text-align: center;
  flex: 1 1 auto;
  margin-right: 24px;
  height: 120px;
  background: #EBF6FF;
  border: 1px solid #EBF6FF;
}
.u-info .order-status__item:last-child {
  margin-right: 0;
}
.u-info .order-status__item:hover {
  cursor: pointer;
  border-color: #005AAB;
}
.u-info .order-status__num {
  padding: 24px 0 0px;
  color: #0094DC;
  font-size: 34px;
  font-weight: bold;
}
.u-info .order-status__text {
  color: #0094DC;
  font-size: 16px;
  font-weight: 600;
}
.u-info .address-search {
  margin-bottom: 24px;
}

.address-list {
  position: relative;
  margin-bottom: 80px;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
}
.address-list .el-table th {
  background-color: #0094DC;
  color: #fff;
}
.address-list .el-table .el-radio__label {
  display: none;
}
.address-list .paging {
  padding: 30px 20px;
}
.address-list .el-button + .el-button {
  margin-left: 18px;
}
.address-list .address-action img {
  cursor: pointer;
  margin: 0 3px;
}

.cas .input-with-select {
  margin: 10px 0 30px;
}
.cas .result {
  height: 500px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.cas .table-empty {
  padding: 80px 0;
}

.u-order {
  overflow: inherit;
}
.u-order__head {
  margin-bottom: 30px;
}
.u-order__head img {
  width: 20px;
}
.u-order__head span {
  color: #303133;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}
.u-order .order-tab {
  margin: 16px 0 9px;
}
.u-order .order-search {
  margin-bottom: 30px;
}
.u-order .order-number {
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
  line-height: 1;
}

.u-plan {
  overflow: inherit;
  min-height: 70vh;
}
.u-plan .plan-search {
  margin: 24px 0 30px;
}

.order-table {
  position: relative;
  margin-bottom: 80px;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
}
.order-table .table-row-left {
  text-align: left !important;
  padding-left: 24px;
  box-sizing: border-box;
}
.order-table .table-head {
  background-color: #0094DC;
  padding: 0 20px;
  height: 48px;
}
.order-table .table-head__item {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  box-sizing: border-box;
}
.order-table .table-head__item::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  background-color: #fff;
  transform: translateY(-50%);
}
.order-table .table-head__item:first-child {
  text-align: left;
  padding-left: 14px;
}
.order-table .table-head__item:first-child::after {
  display: none;
}
.order-table .table-body {
  padding: 0 20px;
}
.order-table .table-row {
  border-bottom: 1px solid #F5F7FA;
  padding: 22px 0;
}
.order-table .table-row:last-child {
  border-bottom: 0;
}
.order-table .table-row__item {
  text-align: center;
}
.order-table .table-row__action {
  cursor: pointer;
  margin-right: 10px;
}
.order-table .table-row .operation {
  flex-direction: column;
}
.order-table .table-row .operation .el-button--text {
  margin-top: 10px;
  padding: 0;
}
.order-table .table-row .action-img {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.order-table .table-row .action-img__item {
  width: 33.33%;
  cursor: pointer;
  margin-top: 10px;
}
.order-table .table-row__icon {
  cursor: pointer;
}
.order-table .table-row__btn {
  cursor: pointer;
  margin: 0 10px;
}
.order-table .table-row__cart {
  position: relative;
}
.order-table .table-row__cart__num {
  text-align: center;
  position: absolute;
  top: 10%;
  right: 5px;
  transform: translateY(-50%) translate(100%);
  background: linear-gradient(135deg, #FF6363 0%, #FF0707 100%);
  color: #fff;
  font-size: 12px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  box-sizing: border-box;
  border-radius: 10px;
}
.order-table .prod-info .prod-list {
  margin-top: 10px;
}
.order-table .prod-info .prod-list .prod-info__bd {
  margin-bottom: 20px;
}
.order-table .prod-info .prod-list .prod-info__bd:last-child {
  margin-bottom: 0;
}
.order-table .prod-info .prod-total {
  border-top: 1px solid #f1f1f1;
  padding-top: 16px;
}
.order-table .prod-info .prod-total__text {
  font-size: 13px;
  color: #2c3e50;
}
.order-table .prod-info .prod-total__more {
  color: #409EFF;
  font-size: 13px;
  cursor: pointer;
}
.order-table .prod-info img {
  width: 60px;
  height: 60px;
  margin-right: 8px;
}
.order-table .prod-info__time {
  color: #606266;
  font-size: 14px;
}
.order-table .prod-info__no {
  color: #606266;
  font-size: 14px;
  padding-left: 24px;
}
.order-table .prod-info__left {
  text-align: left;
  width: 256px;
}
.order-table .prod-info__name {
  color: #606266;
  font-size: 14px;
  margin-bottom: 6px;
  -webkit-line-clamp: 1;
}
.order-table .prod-info__code {
  color: #9C9C9C;
  font-size: 14px;
}
.order-table .prod-info__price, .order-table .prod-info__num {
  color: #606266;
  font-size: 14px;
}
.order-table .prod-info__price {
  padding: 0 18px 0 24px;
}
.order-table .prod-info__bd {
  align-items: flex-end;
}
.order-table .paging {
  padding: 30px 0;
}
.order-table .el-button--text {
  margin: 0;
}
.order-table.history .table-row__text {
  color: #606266;
  font-size: 14px;
}
.order-table .line-1 {
  -webkit-line-clamp: 1;
}
.order-table .el-input-number {
  border-radius: 15px;
}
.order-table .el-input-number__increase {
  margin-right: 6px;
}
.order-table .el-input-number__decrease {
  margin-left: 6px;
}
.order-table .el-input-number .el-input__inner, .order-table .el-input-number span {
  background-color: #EBF6FF;
  border-color: #EBF6FF;
  border-radius: 15px;
  color: #303133;
  font-size: 16px;
  font-weight: bold;
}
.order-table .el-input-number .el-input__inner i, .order-table .el-input-number span i {
  font-size: 20px;
  color: #909399;
}

.plan-table {
  position: relative;
  margin-bottom: 80px;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
}
.plan-table .plan-head {
  margin-bottom: 32px;
}
.plan-table .prod-info {
  padding-right: 40px;
}
.plan-table .prod-info__name {
  color: #606266;
  font-size: 14px;
  margin-bottom: 8px;
}
.plan-table .prod-info__desc {
  color: #9C9C9C;
  font-size: 14px;
  -webkit-line-clamp: 2;
}
.plan-table .el-table th {
  background-color: #0094DC;
  color: #fff;
}
.plan-table .paging {
  padding: 30px 20px;
}
.plan-table .el-button + .el-button {
  margin-left: 18px;
}

.u-pwd .form-suffix {
  height: 40px;
}
.u-pwd .pwd-form {
  padding: 50px 0 150px;
  width: 660px;
  margin: 0 auto;
}
.u-pwd .image-verify {
  width: 90px;
  height: 40px;
  margin-left: 10px;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}
.u-pwd .image-verify canvas {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  margin: 30px 0;
}
.breadcrumb__back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0094DC;
  margin-right: 20px;
}
.breadcrumb__back i {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.breadcrumb__name {
  color: #606266;
  font-size: 14px;
}
.breadcrumb__name a {
  font-weight: 600;
  cursor: pointer;
}
.breadcrumb__arrow {
  margin: 0 8px;
}
.breadcrumb__arrow i {
  font-weight: bold;
  color: #0094DC;
}

.dt-title {
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

.download-btn {
  cursor: pointer;
  color: #26a6de;
  font-size: 16px;
}
.download-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.fixled-addcart {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 98px;
  background: #FFFFFF;
  box-shadow: 0px -3px 10px 0px rgba(212, 212, 212, 0.5);
}
.fixled-addcart .cart-box {
  padding: 0 80px;
}
.fixled-addcart .cart-box__total {
  padding-right: 50px;
  color: #606266;
  font-size: 14px;
}
.fixled-addcart .cart-box__total b {
  font-weight: bold;
  color: #E02020;
  font-size: 28px;
  padding-left: 14px;
}

.u-product {
  overflow: inherit;
}
.u-product .product-main {
  flex: 1;
  width: 1058px;
}
.u-product .product-main-title {
  height: 34px;
  padding: 0 18px;
  line-height: 34px;
  background-color: #0094DC;
  color: #fff;
  font-size: 16px;
  margin: 24px 0 20px;
}
.u-product .product-right {
  margin: 80px 0 0 20px;
}
.u-product .product-right .product-banner {
  margin-bottom: 20px;
  width: 320px;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
}
.u-product .product-right .product-banner img {
  display: flex;
  width: 100%;
  height: 100%;
}
.u-product .filter-search {
  margin-bottom: 20px;
}
.u-product .filter-search .filter-head {
  border-radius: 2px;
  border: 1px solid #0094DC;
  height: 34px;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}
.u-product .filter-search .filter-head__result {
  position: relative;
  color: #606266;
  font-size: 14px;
  padding-left: 16px;
}
.u-product .filter-search .filter-head__result::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #C0C4CC;
}
.u-product .filter-search .filter-head__result b {
  color: #0094DC;
  font-weight: bold;
}
.u-product .filter-search .filter-head__item {
  margin-right: 12px;
}
.u-product .filter-search .filter-head__label {
  color: #606266;
  font-size: 14px;
  font-weight: 550;
  padding-right: 9px;
}
.u-product .filter-search .filter-head__select {
  height: 20px;
  background: #0094DC;
  border-radius: 2px;
  padding: 0 8px;
  cursor: pointer;
}
.u-product .filter-search .filter-head__select span {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-right: 6px;
}
.u-product .filter-search .filter-list {
  border-radius: 2px;
  border: 1px solid #0094DC;
  height: 34px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.u-product .filter-search .filter-list__item {
  width: 200px;
}
.u-product .filter-search .filter-list__item .el-select .el-input__icon {
  height: 24px;
  color: #606266;
}
.u-product .filter-search .filter-list__item .el-select .el-input__icon::before {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 24px;
}
.u-product .filter-search .filter-list__item .el-select .el-input__inner {
  height: 24px;
}
.u-product .filter-search .filter-list__item .dark .el-input__inner {
  background-color: #0094DC;
  color: #fff;
}
.u-product .filter-search .filter-list__item .dark .el-input__inner::-moz-placeholder {
  color: #fff;
}
.u-product .filter-search .filter-list__item .dark .el-input__inner::placeholder {
  color: #fff;
}
.u-product .filter-search .filter-list__item .dark .el-input__suffix {
  display: none;
}
.u-product .filter-search .filter-list__item .dark .el-tag--info {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.u-product .filter-search .filter-list__item .dark .el-tag__close {
  color: #0094DC;
  background-color: #fff;
}
.u-product .product {
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
}
.u-product .product__item {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
}
.u-product .product__pic {
  position: relative;
  width: 214px;
  height: 214px;
  background-color: rgb(243, 243, 243);
  margin-right: 30px;
}
.u-product .product__pic__new {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 110px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background: url(/images/product_label.png) no-repeat center center;
}
.u-product .product__pic__no {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 218px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5019607843);
  font-size: 24px;
}
.u-product .product__pic .el-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 214px;
}
.u-product .product__pic .el-image .el-icon-picture-outline {
  font-size: 38px;
  color: #999;
}
.u-product .product__cont {
  flex: 1;
}
.u-product .product__name {
  font-family: Arial, Arial;
  margin: 0 0 10px;
  color: #303133;
  font-weight: bold;
  font-size: 20px;
}
.u-product .product__code {
  font-family: Arial, Arial;
  color: #303133;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.u-product .product__subcode {
  font-family: Arial, Arial;
  color: #303133;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.u-product .product .product-desc {
  width: 430px;
}
.u-product .product .product-desc__item {
  display: flex;
  font-size: 14px;
  color: #606266;
  line-height: 20px;
  margin-bottom: 4px;
}
.u-product .product .product-desc__item b {
  font-weight: bold;
  white-space: nowrap;
}
.u-product .product .product-desc__item div {
  flex: 1;
  word-break: break-all;
  overflow-wrap: break-word;
}
.u-product .product .activityTagLayout {
  margin-top: 7px;
  height: 56px;
  overflow: hidden;
}
.u-product .product .activityTagLayout .activityTag {
  display: inline-block;
  min-width: 84px;
  max-width: 430px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #F14844;
  color: #f14844;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding: 0 5px;
  margin-right: 4px;
}
.u-product .product .product-op {
  position: absolute;
  right: 20px;
  bottom: 20px;
  flex-direction: column;
}
.u-product .product .product-op .price {
  width: 100%;
}
.u-product .product .product-op .price__now {
  font-size: 20px;
  font-weight: 600;
  color: #f14844;
}
.u-product .product .product-op .price__origin {
  font-size: 13px;
  font-weight: 400;
  color: #969696;
  margin-top: 5px;
  margin-left: 9px;
  text-decoration: line-through;
}
.u-product .product .product-op .stock {
  margin: 10px 0 15px;
}
.u-product .product .product-op .stock__label {
  color: #4CD735;
  font-size: 14px;
  font-weight: bold;
}
.u-product .product .product-op .stock__label--default {
  color: #969696;
}
.u-product .product .product-op .stock__progress {
  width: 90px;
  height: 11px;
}
.u-product .product .product-op .zero-layout {
  color: #2c3e50;
  margin-bottom: 20px;
}
.u-product .product .product-op .product-tags {
  margin-top: 10px;
  color: #ababab;
  font-size: 13px;
}
.u-product .product .product-op .product-tags img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.u-product .product .product-op .input-number {
  width: 180px;
  height: 45px;
  background: #F0F2F5;
  border-radius: 2px;
}
.u-product .product .product-op .input-number .el-input-number {
  width: 110px;
  border-radius: 15px;
  overflow: hidden;
}
.u-product .product .product-op .input-number .el-input-number .el-input-number__decrease,
.u-product .product .product-op .input-number .el-input-number .el-input-number__increase {
  background-color: transparent;
  border: 0 !important;
}
.u-product .product .product-op .input-number .el-input-number .el-input__inner {
  border: 0 !important;
}
.u-product .product .product-op .input-number .el-input-number .el-icon-plus,
.u-product .product .product-op .input-number .el-input-number .el-icon-minus {
  transform: scale(1.1);
  font-weight: bold;
}
.u-product .recommend-list__item {
  margin-right: 34px;
  margin-bottom: 30px;
}
.u-product .recommend-list__item:nth-child(3n) {
  margin-right: 0;
}
.u-product .product-list .product-recommend {
  margin-right: 30px;
}
.u-product .product-list .product-recommend:nth-child(3n) {
  margin-right: 0;
}
.u-product .paging {
  padding: 30px 0 60px;
}

.recommend-title {
  padding-bottom: 60px;
}
.recommend-title__hd {
  margin-bottom: 60px;
  height: 56px;
}
.recommend-title__hd h3 {
  flex: 1;
  text-align: center;
  font-size: 43px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  padding: 0 30px;
  letter-spacing: 4px;
}
.recommend-title__hd .line {
  flex: 1;
  margin-top: -10px;
}
.recommend-title__hd .line img {
  width: 100%;
  margin-top: -6px;
}

.product-recommend {
  position: relative;
  width: 328px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  border-radius: 2px;
  margin: 0 20px 20px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.product-recommend__main {
  padding: 16px;
}
.product-recommend__new {
  position: absolute;
  top: 13px;
  left: 0;
  text-align: center;
  width: 110px;
  height: 28px;
  z-index: 99;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background: url(/images/product_label.png) no-repeat center center;
}
.product-recommend__pic {
  position: relative;
  width: 260px;
  height: 260px;
  background-color: rgb(243, 243, 243);
  margin: 14px;
}
.product-recommend__pic__no {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 260px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  font-size: 24px;
}
.product-recommend__pic .el-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
}
.product-recommend__pic .el-image .el-icon-picture-outline {
  font-size: 38px;
  color: #999;
}
.product-recommend__name {
  color: #303133;
  font-size: 16px;
  margin-bottom: 10px;
  height: 45px;
  font-weight: bold;
  -webkit-line-clamp: 2;
}
.product-recommend__info {
  align-items: flex-end;
  height: 50px;
}
.product-recommend .stock__label {
  margin-left: 15px;
  color: #4CD735;
  font-size: 14px;
  font-weight: bold;
}
.product-recommend .stock__label--default {
  color: #969696;
}
.product-recommend .stock__progress {
  width: 90px;
  height: 11px;
}
.product-recommend .price__now {
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 1;
}
.product-recommend .price__now span {
  font-weight: 400;
  font-size: 16px;
}
.product-recommend .price__origin {
  font-size: 13px;
  font-weight: 400;
  color: #969696;
  margin-top: 5px;
  text-decoration: line-through;
}
.product-recommend .price__tag {
  display: inline-block;
  padding: 0 8px;
  height: 16px;
  line-height: 16px;
  background: linear-gradient(135deg, #FF6363 0%, #FF0707 100%);
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  margin: 6px 6px 0 0;
}
.product-recommend__ft {
  height: 62px;
  background: #F0F2F5;
  padding: 0 12px;
}
.product-recommend__ft button {
  width: 180px;
  height: 45px;
  border-radius: 23px;
  font-size: 15px;
  font-weight: bold;
}
.product-recommend .input-number .el-input-number {
  width: 120px;
  border-radius: 15px;
}
.product-recommend .input-number .el-input-number__increase {
  margin-right: 6px;
}
.product-recommend .input-number .el-input-number__decrease {
  margin-left: 6px;
}
.product-recommend .input-number .el-input-number .el-input__inner, .product-recommend .input-number .el-input-number span {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 15px;
  color: #303133;
  font-size: 16px;
  font-weight: bold;
}
.product-recommend .input-number .el-input-number .el-input__inner i, .product-recommend .input-number .el-input-number span i {
  font-size: 20px;
  color: #909399;
}

.u-download {
  overflow: inherit;
  min-height: 70vh;
}
.u-download .c-title {
  margin-bottom: 24px;
}
.u-download .search-box {
  margin-bottom: 24px;
}
.u-download .search-box .download-history {
  cursor: pointer;
  font-size: 16px;
  color: #26a6de;
}
.u-download .import-temp {
  height: 66px;
  color: #606266;
  font-size: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.u-download .import-temp a {
  color: #0094DC;
  margin-left: 20px;
}
.u-download .tips {
  color: #606266;
  font-size: 16px;
  padding-top: 10px;
  font-weight: 400;
}
.u-download .download-link {
  text-align: center;
}
.u-download .download-link.sel {
  color: rgb(24, 132, 255);
  cursor: pointer;
}
.u-download .table-box {
  position: relative;
  margin-bottom: 80px;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
}
.u-download .table-box .el-table th {
  background-color: #0094DC;
  color: #fff;
}
.u-download .table-box .el-table img {
  cursor: pointer;
}
.u-download .table-box .paging {
  padding: 30px 20px;
}
.u-download .table-box .el-button + .el-button {
  margin-left: 18px;
}
.u-download .tabs-box {
  position: relative;
}
.u-download .tabs-box .el-button {
  position: absolute;
  right: 0;
  top: 0;
}

.u-cart {
  overflow: inherit;
}
.u-cart .cart-head {
  margin-bottom: 24px;
}
.u-cart .cart-head__left img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.u-cart .cart-head__left span {
  color: #303133;
  font-size: 16px;
  font-weight: 500;
}
.u-cart .cart-table {
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
}
.u-cart .cart-table .table-head {
  background-color: #0094DC;
  padding: 0 20px;
  height: 48px;
}
.u-cart .cart-table .table-head__item {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 40px;
}
.u-cart .cart-table .table-head__item::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  background-color: #fff;
  transform: translateY(-50%);
}
.u-cart .cart-table .table-head__item:first-child {
  text-align: left;
  padding-left: 14px;
}
.u-cart .cart-table .table-head__item:first-child::after {
  display: none;
}
.u-cart .cart-table .table-body {
  padding: 0 20px;
}
.u-cart .cart-table .table-row {
  border-bottom: 1px solid #F5F7FA;
  cursor: pointer;
  padding: 22px 0;
}
.u-cart .cart-table .table-row:last-child {
  border-bottom: 0;
}
.u-cart .cart-table .table-row__item {
  text-align: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.u-cart .cart-table .el-checkbox__inner {
  width: 20px;
  height: 20px;
  border-color: #0094DC;
}
.u-cart .cart-table .el-checkbox__inner::after {
  top: 2px;
  left: 6px;
  width: 5px;
  height: 9px;
}
.u-cart .cart-table .el-checkbox__label {
  color: #606266;
  font-size: 16px;
  line-height: 20px;
}
.u-cart .cart-table .prod-info img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.u-cart .cart-table .prod-info__name {
  color: #606266;
  font-size: 14px;
  margin-bottom: 6px;
  -webkit-line-clamp: 1;
}
.u-cart .cart-table .prod-info__code {
  color: #606266;
  font-size: 14px;
  margin-bottom: 6px;
  -webkit-line-clamp: 1;
}
.u-cart .cart-table .prod-info__desc {
  color: #9C9C9C;
  font-size: 14px;
  -webkit-line-clamp: 1;
}
.u-cart .cart-table .price {
  width: 100%;
}
.u-cart .cart-table .price__now {
  font-size: 15px;
  font-weight: 600;
  color: #f14844;
}
.u-cart .cart-table .price__origin {
  font-size: 13px;
  font-weight: 400;
  color: #969696;
  margin-top: 3px;
  margin-left: 15px;
  text-decoration: line-through;
}
.u-cart .cart-table .operation .el-input-number {
  margin-right: 35px;
  border-radius: 15px;
}
.u-cart .cart-table .operation .el-input-number__increase {
  margin-right: 6px;
}
.u-cart .cart-table .operation .el-input-number__decrease {
  margin-left: 6px;
}
.u-cart .cart-table .operation .el-input-number .el-input__inner, .u-cart .cart-table .operation .el-input-number span {
  background-color: #EBF6FF;
  border-color: #EBF6FF;
  border-radius: 15px;
  color: #303133;
  font-size: 16px;
  font-weight: bold;
}
.u-cart .cart-table .operation .el-input-number .el-input__inner i, .u-cart .cart-table .operation .el-input-number span i {
  font-size: 20px;
  color: #909399;
}
.u-cart .cart-table .operation__item {
  margin-right: 10px;
}
.u-cart .cart-table .operation__item.grayscale {
  opacity: 0.5;
}
.u-cart .cart-table .cart-tip {
  height: 27px;
  background: #FFF3D1;
  border-radius: 2px;
  border: 1px solid #F7B500;
  padding: 0 12px;
  color: #606266;
  font-size: 14px;
  font-weight: 550;
}
.u-cart .cart-table .cart-tip img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.u-cart .cart-table .cart-clear {
  color: #0094DC;
  font-size: 16px;
  font-weight: 550;
  cursor: pointer;
}
.u-cart .cart-table .cart-clear img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.u-cart .save-plan {
  color: #606266;
  font-size: 14px;
  margin-bottom: 34px;
}
.u-cart .save-plan b {
  font-weight: bold;
  color: #0094DC;
  cursor: pointer;
}
.u-cart .recommend {
  margin-bottom: 80px;
}
.u-cart .recommend .recommend-head {
  height: 42px;
  background: #0094DC;
  border-radius: 2px 2px 0px 0px;
}
.u-cart .recommend .recommend-head__item {
  padding: 0 23px;
  font-size: 16px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.u-cart .recommend .recommend-head__item--sel {
  font-weight: bold;
  color: #fff;
}
.u-cart .recommend .recommend-body .cart-recommend {
  margin-right: 28px;
}
.u-cart .recommend .recommend-body .cart-recommend:last-child {
  margin-right: 0;
}
.u-cart .cart-title {
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 34px;
}
.u-cart .cart-back {
  color: #0094DC;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
}
.u-cart .cart-redStar {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 14px;
  margin: 14px 0 18px;
}
.u-cart .cart-redStar::before {
  content: "*";
  color: red;
  font-size: 18px;
}

.cart-recommend {
  position: relative;
  width: 328px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.cart-recommend__pic {
  position: relative;
  width: 328px;
  height: 240px;
}
.cart-recommend__pic .el-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 328px;
  height: 240px;
}
.cart-recommend__pic .el-image .el-icon-picture-outline {
  font-size: 38px;
  color: #999;
}
.cart-recommend__pic__no {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 218px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5019607843);
  font-size: 24px;
}
.cart-recommend__bd {
  padding: 13px;
  box-sizing: border-box;
  height: 140px;
}
.cart-recommend__code {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
}
.cart-recommend__num {
  color: #a5a5a5;
  font-size: 14px;
}
.cart-recommend__num img {
  width: 20px;
  height: 20px;
}
.cart-recommend__name {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  height: 41px;
  -webkit-line-clamp: 2;
}
.cart-recommend__desc {
  color: #545454;
  font-size: 13px;
  margin-top: 3px;
  height: 36px;
  line-height: 18px;
  -webkit-line-clamp: 2;
}
.cart-recommend .price {
  padding: 10px 0 30px;
}
.cart-recommend .price__now {
  font-size: 20px;
  font-weight: 600;
  color: #f14844;
}
.cart-recommend .price__origin {
  font-size: 13px;
  font-weight: 400;
  color: #969696;
  margin-top: 5px;
  margin-left: 9px;
  text-decoration: line-through;
}
.cart-recommend .quick-add {
  margin-top: 10px;
}

.fixed-cart {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 98px;
  padding: 0 80px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px -1px 10px 0px rgba(212, 212, 212, 0.5);
}
.fixed-cart .el-checkbox {
  display: flex;
  align-items: center;
  height: 98px;
  padding-right: 12px;
}
.fixed-cart .el-checkbox__inner {
  width: 20px;
  height: 20px;
}
.fixed-cart .el-checkbox__inner::after {
  top: 2px;
  left: 6px;
  width: 5px;
  height: 9px;
}
.fixed-cart .el-checkbox__label {
  color: #606266;
  font-size: 16px;
  line-height: 20px;
}
.fixed-cart__checkbox {
  color: #303133;
  font-size: 16px;
  font-weight: 700;
  margin-right: 50px;
}
.fixed-cart .total-price {
  color: #606266;
  font-size: 14px;
  font-weight: 600;
  margin-right: 50px;
}
.fixed-cart .total-price span {
  padding-left: 8px;
  color: #E02020;
  font-size: 28px;
}
.fixed-cart .total-price span.original {
  color: rgb(150, 150, 150);
  text-decoration: line-through;
  font-size: 18px;
}

.u-order .order-title {
  position: relative;
  color: #606266;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 24px;
  font-weight: 550;
}
.u-order .order-title::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 13px;
  transform: translateY(-50%);
  background: #0094DC;
  border-radius: 2px;
}
.u-order .address-search {
  height: 70px;
  background: #EBF6FF;
  border: 1px solid #005AAB;
  padding: 0 24px;
}
.u-order .address-search__btn .el-button {
  padding: 0;
  height: 40px;
}
.u-order .address-search__btn .el-icon-search {
  font-size: 20px;
  color: #0094DC;
  font-weight: bold;
  padding: 0 12px;
}
.u-order .address-list {
  margin-bottom: 40px;
}
.u-order .order-table {
  margin-bottom: 24px;
}
.u-order .order-table .goods-info {
  margin-right: 40px;
}
.u-order .order-table .goods-info img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.u-order .order-table .goods-info__cont {
  text-align: left;
  flex: 1;
}
.u-order .order-table .goods-info__name {
  color: #606266;
  font-size: 14px;
  margin-bottom: 6px;
  -webkit-line-clamp: 1;
}
.u-order .order-table .goods-info__code {
  color: #606266;
  font-size: 14px;
  margin-bottom: 6px;
}
.u-order .order-table .goods-info__desc {
  color: #9C9C9C;
  font-size: 14px;
  -webkit-line-clamp: 1;
}
.u-order .order-table .price {
  width: 100%;
}
.u-order .order-table .price__now {
  font-size: 16px;
  font-weight: 600;
  color: #f14844;
}
.u-order .order-table .price__origin {
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  margin-left: 9px;
  text-decoration: line-through;
}
.u-order .table-total {
  text-align: right;
  padding: 24px 24px 50px;
}
.u-order .table-total__item {
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
}
.u-order .table-total__item--green {
  color: #2DD08C;
}
.u-order .table-total__item--red {
  color: #FF1E1F;
}
.u-order .table-total__item--total {
  font-size: 20px;
}
.u-order .order-note {
  height: 263px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  border-radius: 2px;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.u-order .order-note textarea {
  height: 100% !important;
  border: 1px solid #0094DC;
}

.u-order-total {
  height: 98px;
  background: #FFFFFF;
  box-shadow: 0px -3px 10px 0px rgba(212, 212, 212, 0.5);
  padding: 0 80px;
}
.u-order-total .total-price {
  padding: 0 50px;
  color: #606266;
  font-size: 14px;
}
.u-order-total .total-price span {
  padding-left: 15px;
  color: #E02020;
  font-size: 28px;
  font-weight: 600;
}

.order-success {
  flex-direction: column;
  overflow: inherit;
  background: #FFFFFF;
  box-shadow: 0px -6px 20px 6px rgba(212, 212, 212, 0.5);
  height: 800px;
  margin: 40px auto;
}
.order-success__title {
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  padding: 70px 0 20px;
}
.order-success__msg {
  font-size: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 120px;
}
.order-success button {
  margin: 0 25px;
  min-width: 150px;
}

.u-product-layout {
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  padding-bottom: 18px;
}
.u-product-layout .prod-info {
  margin: 18px 10px 0;
  border: 1px solid #0094DC;
}
.u-product-layout .prod-info__head {
  height: 45px;
  background: #0094DC;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.u-product-layout .prod-info__head img {
  margin-right: 9px;
}
.u-product-layout .prod-info__bd {
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.u-product-layout .prod-info__content {
  margin: 0 20px;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #e4e4e4;
}
.u-product-layout .prod-info .features {
  margin-bottom: 10px;
}
.u-product-layout .prod-info .features__title {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
.u-product-layout .prod-info .features .features-info__item {
  width: 47%;
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  line-height: 20px;
}
.u-product-layout .prod-info .features .features-info__item:nth-child(odd) {
  margin-right: 5%;
}
.u-product-layout .prod-info .features .features-info__label {
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 500;
  padding-right: 12px;
}
.u-product-layout .prod-info .features .features-info__value {
  color: #606266;
  font-size: 14px;
  font-weight: 500;
  flex: 1;
}
.u-product-layout .prod-info .features .features-info__value img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.prod-detail {
  padding: 20px 10px;
  border-bottom: 1px solid #D8D8D8;
}
.prod-detail__name {
  color: #303133;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 10px 2px;
  word-break: break-all;
}
.prod-detail__code {
  color: #303133;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0 10px;
}
.prod-detail .prod-left {
  width: 400px;
  margin-right: 15px;
}
.prod-detail .prod-img {
  width: 400px;
  min-height: 400px;
  border: 1px solid #D8D8D8;
}
.prod-detail .prod-img .el-image {
  width: 400px;
  height: 400px;
}
.prod-detail .prod-grally {
  flex: 1;
  width: 622px;
  box-sizing: border-box;
}
.prod-detail .price {
  margin: 0 25px 15px;
}
.prod-detail .price__now {
  font-size: 20px;
  font-weight: 600;
  color: #f14844;
}
.prod-detail .price__origin {
  font-size: 13px;
  font-weight: 400;
  color: #969696;
  margin-top: 5px;
  margin-left: 9px;
  text-decoration: line-through;
}
.prod-detail .prod-desc {
  font-size: 14px;
  color: #606266;
  padding: 0 0 12px;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 25px 16px;
}
.prod-detail .prod-desc__item {
  min-height: 22px;
  font-size: 14px;
  font-weight: 550;
  color: #606266;
  margin-bottom: 14px;
}
.prod-detail .prod-desc__item span {
  flex: 1;
  font-weight: 400;
  word-break: break-all;
}
.prod-detail .prod-stock {
  border-radius: 6px;
}
.prod-detail .prod-stock .stock {
  height: 20px;
  margin-bottom: 10px;
}
.prod-detail .prod-stock .stock__label {
  font-size: 14px;
  font-weight: 550;
  margin-right: 5px;
  min-width: 100px;
  color: #606266;
}
.prod-detail .prod-stock .stock__progress {
  width: 150px;
  height: 12px;
}
.prod-detail .cart-input {
  margin-left: 25px;
}
.prod-detail .cart-input .input-number {
  width: 180px;
  height: 45px;
  background: #F0F2F5;
  border-radius: 2px;
}
.prod-detail .cart-input .input-number .el-input-number {
  width: 110px;
  border-radius: 15px;
  overflow: hidden;
}
.prod-detail .cart-input .input-number .el-input-number .el-input-number__decrease,
.prod-detail .cart-input .input-number .el-input-number .el-input-number__increase {
  background-color: transparent;
  border: 0 !important;
}
.prod-detail .cart-input .input-number .el-input-number .el-input__inner {
  border: 0 !important;
}
.prod-detail .cart-input .input-number .el-input-number .el-icon-plus,
.prod-detail .cart-input .input-number .el-input-number .el-icon-minus {
  transform: scale(1.1);
  font-weight: bold;
}
.prod-detail .cart-input__subs {
  margin-left: 16px;
}
.prod-detail .cart-input__subs .el-button {
  height: 32px;
}
.prod-detail .action-btn {
  margin: 20px 25px 0;
}
.prod-detail .action-btn .el-button {
  height: 45px;
  padding: 0 30px;
}
.prod-detail .product-tags {
  margin-top: 15px;
  color: #ababab;
  font-size: 13px;
}
.prod-detail .product-tags img {
  width: 18px;
  margin-right: 10px;
}
.prod-detail .zero-layout {
  color: #2c3e50;
  margin-top: 20px;
}

.media-grally .content {
  position: relative;
  width: 340px;
  height: 84px;
  overflow: hidden;
  flex: 1;
}
.media-grally .content .thrumb {
  position: absolute;
  top: 0;
  width: 680px;
  height: 84px;
  transition: all 0.5s;
}
.media-grally .content .thrumb__item {
  float: left;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  margin: 10px;
}
.media-grally .content .thrumb__item--sel {
  border-color: #fa4402;
}
.media-grally__btn {
  cursor: pointer;
}
.media-grally__btn img {
  width: 30px;
  height: 30px;
}

.html-class {
  text-align: left;
}

.html-class img {
  max-width: 100%;
  margin-top: 0;
}

.html-class video {
  width: 100%;
}

.html-class .pjfont {
  float: left;
}

.html-class .pjfonttype {
  display: flex !important;
  justify-content: center;
}

.html-class .pjnum {
  background: #26a6de;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-right: 5px;
  font-size: 16px;
  border-radius: 50%;
}

.html-class .fonttype0 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 700;
  display: block;
}

.html-class .fonttype1, .html-class .fonttype2 {
  font-size: 15px;
  margin: 10px;
  display: block;
}

.html-class .zysxfonttype {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 21px;
  color: #2c3e50;
}

.html-class .model_title {
  font-size: 20px !important;
  font-weight: 700;
  text-align: left;
}

.html-class .zysxfont, .html-class .gnfont {
  text-align: left;
}

.html-class .gnfonttype {
  font-weight: 400;
  font-weight: initial;
  font-size: initial;
  display: block;
  font-size: 15px;
  margin: 10px;
}

.html-class .gnmsfonttype {
  color: #26a6de;
}

.order-info {
  width: 1088px;
  margin-right: 20px;
}
.order-info .order-table .table-head {
  padding: 0;
}
.order-info .order-table .table-head__item:first-child {
  text-align: center;
  padding: 0;
}
.order-info .order-table .table-body {
  padding: 0;
}
.order-info .order-table .table-body .table-row__text {
  color: #606266;
  font-size: 14px;
}
.order-info .order-table.order-goods .table-head__item:first-child {
  text-align: left;
  padding-left: 20px;
}
.order-info .order-table.order-goods .table-body .table-row:last-child {
  border-bottom: 0 !important;
}
.order-info .order-table.order-goods .table-body__item:first-child {
  text-align: left;
  padding-left: 20px;
}

.order-flow {
  position: relative;
  width: 290px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  border-radius: 2px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.order-flow::before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 36px;
  width: 1px;
  height: calc(100% - 60px);
  border-left: 1px dashed #0094DC;
}
.order-flow__item {
  position: relative;
  flex-direction: column;
  margin-bottom: 130px;
}
.order-flow__item:first-child {
  padding-top: 40px;
}
.order-flow__item:first-child::after {
  display: none;
}
.order-flow__item::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: #CBEEFF;
  border: 1px solid #0094DC;
}
.order-flow__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
}
.order-flow__check {
  position: absolute;
  top: 80px;
  left: 6px;
  z-index: 9;
  width: 20px;
  height: 20px;
}
.order-flow__name {
  color: #606266;
  font-size: 14px;
  margin-bottom: 8px;
}
.order-flow__code {
  color: #545454;
  font-size: 14px;
  margin-bottom: 5px;
}
.order-flow__time {
  font-size: 16px;
  color: #D8D8D8;
}

.add-cart-layout {
  display: flex;
}
.add-cart-layout img {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.add-cart-layout .title {
  margin-left: 20px;
  font-size: 20px;
}

.dialog-title {
  font-size: 15px;
  font-weight: 600;
  color: #1c1c1c;
  text-align: left;
}

.dialog-check .table-head {
  width: 100%;
  height: 54px;
  background: #fafafa;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #efefef;
}
.dialog-check .table-head .item {
  text-align: left;
  padding-left: 10px;
  line-height: 50px;
}
.dialog-check .commity-card {
  margin-top: 20px;
  background: #ffffff;
  border-radius: 4px;
  text-align: left;
  padding: 10px;
  border: 1px solid #efefef;
}
.dialog-check .commity-card .commity .item {
  position: relative;
  padding: 10px;
}
.dialog-check .commity-card .commity .price {
  width: 122px;
  font-size: 15px;
  font-weight: 400;
  color: #fa3434;
}
.dialog-check .commity-card .commity .el-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
}
.dialog-check .commity-card .commity .name {
  font-size: 15px;
  font-weight: 400;
  color: #1c1c1c;
  margin: 5px 0;
  -webkit-line-clamp: 2;
}
.dialog-check .commity-card .commity .params {
  font-size: 13px;
  font-weight: 400;
  color: #969696;
}
.dialog-check .commity-card .commity .code {
  font-size: 15px;
  font-weight: 400;
  color: #1c1c1c;
  margin: 5px 0;
}
.dialog-check .commity-card .commity .tips {
  margin-left: 20px;
}
.dialog-check .commity-card .commity .tips div {
  font-size: 15px;
  font-weight: 400;
  color: rgb(28, 28, 28);
}
.dialog-check .commity-card .commity .tips div:last-child {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(250, 52, 52);
}

.downNums-dialog .el-dialog__header {
  border-bottom: 1px solid #EEEEEE;
}
.downNums-dialog .el-dialog__footer {
  border-top: 1px solid #EEEEEE;
}
.downNums-dialog .num {
  margin-bottom: 24px;
}
.downNums-dialog .num span {
  color: rgb(38, 166, 222);
}
.downNums-dialog .down-list {
  margin-bottom: 8px;
  font-size: 14px;
}
.downNums-dialog .list {
  margin: 10px 0;
}
.downNums-dialog .list .title {
  min-width: 80px;
  margin-right: 15px;
}

.product-detail {
  position: relative;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  margin-top: 15px;
}
.product-detail__pic {
  width: 175px;
  height: 175px;
  margin-right: 30px;
}
.product-detail__title {
  color: #606266;
  font-size: 20px;
  padding-bottom: 24px;
  font-weight: 700;
}
.product-detail__code {
  color: #606266;
  font-size: 14px;
}
.product-detail__btn {
  position: absolute;
  left: 225px;
  bottom: 20px;
}

.prod-download {
  margin: 20px 0;
  min-height: 500px;
}
.prod-download .image-box .check-all {
  margin-bottom: 10px;
}
.prod-download .pic-list {
  display: flex;
  flex-wrap: wrap;
}
.prod-download .pic-list .pic-list-item {
  position: relative;
  width: 255px;
  height: 320px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.prod-download .pic-list .pic-list-item:nth-child(5n) {
  margin-right: 0;
}
.prod-download .pic-list .pic-list-item .check-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 40px;
  z-index: 666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
.prod-download .pic-list .pic-list-item .check-box .download-icon {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAnlJREFUWEftl82rTlEUh59fUgwoSjLh3hn5C0wUiqJLkWTGwNdEPiLlzjAhUURuPqIwYEJKPst/IAaiTMzIxAQllvZtn7fzbuecvc9+z+BN7xmes9daz/nttddeSwz5oyHnoxNAM5sL7AIW+h/+ANyQ9HtQAboCnAROBDATkh4NC+AlYF8As0fS1AgwRQEzGymYIlTtmpGCMfnMbANwEngGHJP0p2yTqqCZzQGuAEuAvZLexmJH66CZbQLuATO9s1vAzjJkCqCHewKs8H6+AqtjkI2AZrYUeFOCK364DzIGWAFX+PkMjEv6UadkDHACeFhj3INsAmyAc24NGJP0KRdwBnAb2NYECVysukmAu0B5W0M3k5JONeVhSg6mQP4EdgeBjgCbSznXGs4ZRAGn98EsBulyaHZAUPWuWBJVrliYBJgIGasYreGSFSw8JygZg0xWrrWCHUC2hmut4ACQWXDZgC1zMhuuD9AXVFcqFnmlPgJXJf2qS6yEnIzCmdk8X6IW+Djv/Dwzfd/3TrGZubp1OoDZKul+U+Y3QEbh/E64JuR4EGOtJNeY9AGeAw4EC/dLuhA7mh7SBdoCfHcdi6TLMTsPeN01H8HaHZJudgaYAtKQJv834FFJZwZRKGZrZneA7blb/FTSuliQ3O9mNgt4DyzOBXR2rpVyB+VLLkiN3bgfI9ZXfK88JIeAsx1D5LpbI+lleIpXAq9yPXZo5wr0fEnfQkBXtF8AqzoMluPqvKSDhWFfP2hmbhx8DCzL8dyBzXNgY3mI+qdh9SfrsBsJgeUVE10HHH0u3M3zGngAXJPkBqnek9xRd02V6m8EmKpU3bqRgoMq+BdcmBs4MswqdQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.clientSecretInfo {
  padding-bottom: 80px;
}
.clientSecretInfo .clientSecretInfoItem {
  margin: 10px;
  color: #2c3e50;
}
.clientSecretInfo .clientSecretInfoItem span {
  color: red;
}

.side-application {
  width: 320px;
  background: #FFFFFF;
  border-radius: 8px;
  border-left: 1px solid #005AAB;
  border-right: 1px solid #005AAB;
  margin-bottom: 20px;
}
.side-application__hd {
  height: 52px;
  background: #0094DC;
  border-radius: 8px 8px 0 0;
  padding: 0 16px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.side-application__hd img {
  margin-right: 10px;
}
.side-application__bd {
  padding: 0 16px;
}
.side-application__bd .side-cart {
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0;
}
.side-application__bd .side-cart.no-border {
  border-bottom: 0;
}
.side-application__bd .side-cart__total {
  color: #303133;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.side-application__bd .side-cart__info {
  color: #606266;
  font-size: 14px;
  line-height: 20px;
}
.side-application__bd .side-cart__label {
  color: #0094DC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 550;
}
.side-application__bd .cart-checkout {
  position: relative;
  margin: 12px 0;
}
.side-application__bd .cart-checkout__btn {
  position: relative;
  text-align: center;
  width: 166px;
  height: 32px;
  line-height: 32px;
  background: #0094DC;
  border-radius: 4px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.side-application__bd .cart-checkout__btn img {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 16px;
  height: 16px;
}
.side-application__bd .cart-checkout__info {
  position: absolute;
  top: 8px;
  right: 36px;
  cursor: pointer;
}
.side-application__bd .cart-checkout__info img {
  width: 16px;
  height: 16px;
}
.side-application__bd .side-form {
  padding: 20px 0 10px;
}
.side-application__bd .side-select {
  margin-bottom: 20px;
}
.side-application__bd .side-select__title {
  color: #303133;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.side-application__bd .side-select__cont .el-select, .side-application__bd .side-select__cont .el-input {
  width: 100%;
}
.side-application__bd .side-select__cont .el-select input, .side-application__bd .side-select__cont .el-input input {
  background: #F5F7FA !important;
}
.side-application__ft {
  height: 50px;
  background: #0094DC;
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.member-box {
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  border-radius: 2px;
  margin-bottom: 85px;
  padding: 30px 138px;
}
.member-box .memeber-info__avatar {
  margin-right: 40px;
}
.member-box .memeber-info__avatar img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.member-box .memeber-info__title {
  color: #303133;
  font-size: 20px;
  padding-bottom: 10px;
}
.member-box .memeber-info__desc span {
  color: #005AAB;
  font-size: 14px;
  padding-right: 30px;
}
.member-box .application {
  justify-content: space-between;
  padding: 50px 0 20px;
}
.member-box .application__item {
  width: 550px;
  height: 90px;
  box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0 40px;
  box-sizing: border-box;
  cursor: pointer;
  color: #005AAB;
  font-size: 24px;
  background: #D9ECFD;
}
.member-box .application__item img {
  margin-right: 30px;
}
.member-box .application__item.dark {
  background: linear-gradient(207deg, #57ACF8 0%, #2C95F3 100%);
  color: #fff;
}

.u-help {
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  border-radius: 2px;
  margin-bottom: 85px;
}
.u-help__hd {
  height: 47px;
  line-height: 47px;
  background: #0094DC;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px 2px 0 0;
}
.u-help__bd {
  padding: 20px 40px;
}
.u-help__text {
  color: #606266;
  font-size: 14px;
  padding-bottom: 20px;
}
.u-help .help-list {
  margin-top: 20px;
}
.u-help .help-list__item {
  border: 1px solid #005AAB;
  margin-bottom: 40px;
}
.u-help .help-list__head {
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  background: #EBF6FF;
  border-bottom: 1px solid #005AAB;
  color: #005AAB;
  font-size: 16px;
  font-weight: 500;
}
.u-help .help-list__bd {
  padding: 20px 20px 10px;
}
.u-help .help-list__text {
  color: #606266;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
}
.u-help .help-tips__item {
  position: relative;
  color: #005AAB;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.u-help .help-tips__item::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #005AAB;
}

.u-contact {
  margin-bottom: 80px;
}
.u-contact .contact-info {
  background: #EBF6FF;
  border-radius: 2px;
  border: 1px solid #005AAB;
  padding: 28px 32px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.u-contact .contact-info img {
  width: 92px;
  height: 96px;
  margin-right: 40px;
}
.u-contact .contact-info__desc {
  font-size: 14px;
  color: #2B8DE6;
  line-height: 20px;
}
.u-contact .contact-us__item {
  width: 680px;
  height: 604px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  border-radius: 2px;
}
.u-contact .contact-us__hd {
  height: 47px;
  background: #0094DC;
  border-radius: 2px 2px 0px 0px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.u-contact .contact-us__hd img {
  margin-right: 12px;
}
.u-contact .contact-us__bd {
  padding: 0 40px;
}
.u-contact .contact-us .contact-list {
  margin: 30px 0;
}
.u-contact .contact-us .contact-list__item {
  border: 1px solid #005AAB;
  margin-bottom: 20px;
}
.u-contact .contact-us .contact-list__hd {
  border-bottom: 1px solid #005AAB;
  height: 46px;
  line-height: 46px;
  background: #EBF6FF;
  padding: 0 20px;
  color: #005AAB;
  font-size: 16px;
  font-weight: 500;
}
.u-contact .contact-us .contact-list__bd {
  padding: 20px 20px 2px;
}
.u-contact .contact-us .contact-list__info {
  margin-bottom: 16px;
  color: #606266;
  font-size: 14px;
}
.u-contact .contact-us .contact-list__info img {
  margin-right: 12px;
}
.u-contact .contact-us .contact-list__info span {
  color: #005AAB;
}
.u-contact .contact-form {
  margin-top: 20px;
}
.u-contact .contact-form .el-form-item {
  margin-bottom: 20px;
}
.u-contact .contact-form .el-form-item__label {
  color: #005AAB;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px !important;
  line-height: 20px !important;
}
.u-contact .contact-form .el-form-item .el-input__inner {
  border: 1px solid #005AAB;
  border-radius: 0;
}
.u-contact .contact-form .el-input__prefix {
  left: 0 !important;
}
.u-contact .contact-form__code {
  width: 78px;
  height: 38px;
  background: #EBF6FF;
  border: 1px solid #005AAB;
}
.u-contact .contact-form__code .el-input--suffix .el-input__inner {
  padding: 0 10px !important;
  border: none !important;
  height: 30px;
  background-color: transparent;
  box-sizing: border-box;
}
.u-contact .contact-form__phone .el-input--suffix .el-input__inner {
  padding-left: 90px;
}

.not-logged {
  background-color: #f0f0f0;
}
.not-logged__title {
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
  padding-bottom: 36px;
}
.not-logged .brand-banner {
  width: 1183px;
  margin: 0 auto 50px;
}
.not-logged .brand-banner img {
  cursor: pointer;
}
.not-logged .product-banner {
  width: 1183px;
  height: 508px;
  margin: 0 auto 60px;
}
.not-logged .product-banner img {
  width: 100%;
  height: 100%;
}
.not-logged .about-us {
  width: 1183px;
  margin: 0 auto 140px;
}
.not-logged .about-us__title {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 50px;
}
.not-logged .about-us__subtitle {
  text-align: center;
  padding-bottom: 20px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.not-logged .about-us .about-desc {
  align-items: flex-start;
}
.not-logged .about-us .about-desc__item {
  width: 571px;
  color: #666666;
  font-size: 14px;
  padding: 0 10px;
}
.not-logged .banner-carousel {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: -56px;
}
.not-logged .banner-carousel.home-banner {
  margin: 0 0 30px 0;
}
.not-logged .banner-carousel .el-carousel__container {
  height: 500px;
}
.not-logged .banner-carousel .el-image {
  width: 100%;
  height: 500px;
  cursor: pointer;
}
.not-logged .banner-carousel .thrumbs {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 999;
}
.not-logged .banner-carousel .thrumbs__item {
  cursor: pointer;
  width: 80px;
  height: 40px;
  margin: 0 4px;
  border: 2px solid transparent;
  border-radius: 4px;
}
.not-logged .banner-carousel .thrumbs__item--sel {
  border-color: #fff;
}
.not-logged .banner-carousel .thrumbs__item .el-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.ad-banner {
  height: auto;
  margin: 0 0 50px;
}
.ad-banner img {
  width: 100%;
  height: 150px;
  cursor: pointer;
}

.activity-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.activity-box .activity-banner {
  min-width: 376px;
  width: 376px;
  height: 786px;
}
.activity-box .activity-banner img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.activity-box .activity-list {
  flex: 1;
}
.activity-box .activity-list__item:nth-child(1n) .product-activity {
  margin-left: 18px;
}

.product-activity {
  position: relative;
  width: 375px;
  height: 383px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 8px rgba(238, 238, 238, 0.5);
  border-radius: 2px;
  margin: 0 0 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.product-activity__main {
  padding: 12px;
}
.product-activity__new {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 56px;
  height: 26px;
  z-index: 99;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  background: url(/images/product_new.png) no-repeat center center;
}
.product-activity__new span {
  margin-left: -6px;
}
.product-activity__pic {
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 240px;
  margin: 0 auto 14px;
}
.product-activity__pic__no {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 240px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  font-size: 24px;
}
.product-activity__pic .el-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
}
.product-activity__pic .el-image .el-icon-picture-outline {
  font-size: 38px;
  color: #999;
}
.product-activity__name {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-activity__name span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #231f20;
  margin-left: 10px;
}
.product-activity__info {
  align-items: flex-end;
  height: 50px;
}
.product-activity .product-desc__item {
  color: #404040;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-line-clamp: 1;
}

.toolkit {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 999;
  box-shadow: -2px 0 30px 2px rgba(97, 105, 119, 0.18);
  width: 70px;
}
.toolkit .toolkit-item {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ebebeb;
}
.toolkit .toolkit-item:hover {
  background-color: #eee;
}
.toolkit .toolkit-item:last-child {
  margin-top: 10px;
}
.toolkit .toolkit-item img {
  display: flex;
  width: auto;
  height: auto;
}
.toolkit .toolkit-item .toolkit-text {
  padding-top: 4px;
  color: #999999;
  font-size: 11px;
}

.menu-layout {
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
}
.menu-layout .one {
  display: flex;
  background: #26a6de;
  position: relative;
  height: 62px;
  border-radius: 6px 6px 0 0;
}
.menu-layout .one .center {
  flex: 1;
}
.menu-layout .pre {
  position: absolute;
  left: 5px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.menu-layout .next {
  position: absolute;
  right: 2px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.menu-layout .one .left, .menu-layout .one .right {
  width: 25px;
}

.first-level {
  background: #26a6de;
  scroll-behavior: smooth;
  color: #fff;
  text-align: left;
  padding-bottom: 0;
  position: relative;
  display: flex;
  width: 100%;
  flex: 1;
  overflow-x: scroll;
}
.first-level .menu {
  flex-basis: 200px;
  flex-shrink: 0;
  width: 200px;
  height: 62px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-level .menu .text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.first-level .active {
  background: rgba(0, 0, 0, 0.2);
}
.first-level::-webkit-scrollbar {
  display: none;
}

.second-level {
  background: white;
  border-radius: 0 0 6px 6px;
  text-align: left;
  padding: 20px 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.second-level .menu {
  margin-right: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  color: #545454;
}
.second-level .menu .active {
  color: #26a6de;
}
.second-level .menu .text {
  font-size: 15px;
  font-weight: 400;
}
.second-level .menu .num {
  margin-left: 12px;
  background: #f7f7f7;
  border-radius: 6px;
  height: 18px;
  display: block;
  color: #1c1c1c;
  font-size: 13px;
  padding: 2px 5px;
}

.theme-home-page {
  background-color: #F7F7F7;
}
.theme-home-page .conditicon {
  background: #ffffff;
  border-radius: 6px;
  padding: 13px;
  margin-top: 20px;
  margin-right: 0;
  font-size: 13px;
  font-weight: 400;
  color: #545454;
  display: flex;
}
.theme-home-page .conditicon .checkbox {
  margin-top: 10px;
}
.theme-home-page .conditicon .sort-layout {
  display: flex;
  margin-left: 20px;
  cursor: pointer;
}
.theme-home-page .conditicon .sort-layout .best {
  border-radius: 6px 0 0 6px;
  border: 1px solid #e4e4e4;
  height: 38px;
  line-height: 38px;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
.theme-home-page .conditicon .sort-layout .best:hover {
  color: #74c8ec;
}
.theme-home-page .conditicon .sort-layout .midle {
  border: 1px solid #e4e4e4;
  border-left: none;
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
.theme-home-page .conditicon .sort-layout .midle:hover {
  color: #74c8ec;
}
.theme-home-page .conditicon .sort-layout .last {
  border: 1px solid #e4e4e4;
  border-left: none;
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0 6px 6px 0;
  position: relative;
  display: flex;
}
.theme-home-page .conditicon .sort-layout .last:hover {
  color: #74c8ec;
}
.theme-home-page .conditicon .sort-layout .last .index {
  width: 18px;
  height: 21px;
  margin-left: 18px;
  margin-top: 7px;
}
.theme-home-page .conditicon .sort-layout .active {
  border-top: 1px solid #26a6de;
  border-bottom: 1px solid #26a6de;
  background: #26a6de;
  color: #fff;
}
.theme-home-page .paging {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 50px;
}

.gallery-layout {
  display: flex;
  margin-top: 10px;
  width: 100%;
  min-height: 150px;
  flex-wrap: wrap;
}
.gallery-layout .gallery {
  width: 247px;
  border-radius: 6px;
  border: 1px solid #eee;
  padding-bottom: 24px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  background: white;
  text-align: left;
}
.gallery-layout .gallery .tag-new {
  width: 40px;
  height: 22px;
  font-size: 13px;
  line-height: 22px;
  background: #ff9017;
  border-radius: 6px;
  color: #fff;
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  padding: 3px;
}
.gallery-layout .gallery .toast {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 214px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-layout .gallery .content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
}
.gallery-layout .gallery .content .barcode {
  color: #a5a5a5;
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.gallery-layout .gallery .content .oldCode {
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.gallery-layout .gallery .commity-name {
  font-size: 15px;
  width: 100%;
  color: #000;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 41px;
}
.gallery-layout .gallery .parameter {
  color: #545454;
  font-size: 12px;
  min-height: 30px;
  margin-top: 3px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery-layout .gallery .price-layout {
  display: flex;
}
.gallery-layout .gallery .price-layout .price {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 600;
  color: #f14844;
}
.gallery-layout .gallery .price-layout .origin {
  font-size: 13px;
  font-weight: 400;
  color: #969696;
  margin-top: 19px;
  margin-left: 9px;
  text-decoration: line-through;
}
.gallery-layout .gallery .price-layout .tag-hot-Rate {
  width: auto;
  height: 22px;
  font-size: 13px;
  line-height: 22px;
  background: #fa3434;
  border-radius: 6px;
  color: #fff;
  padding: 2px 2.5px;
  margin-left: 5px;
  margin-top: 14px;
}
.gallery-layout .gallery .stock {
  font-size: 12px;
  font-weight: 400;
  color: #969696;
  display: flex;
  margin-top: 12px;
}
.gallery-layout .gallery .add-cart {
  background-color: #fff;
  height: 210px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 10;
}
.gallery-layout .gallery .add-cart .discount-layout {
  width: 100%;
  padding-top: 10px;
}
.gallery-layout .gallery .add-cart .discount-layout .discount {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-layout .gallery .add-cart .discount-layout .discount .discount-item {
  width: 90%;
  text-align: left;
}
.gallery-layout .gallery .add-cart .discount-layout .discount .discount-item .discount-item-title {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 16px;
}
.gallery-layout .gallery .add-cart .discount-layout .discount .discount-item .discount-item-rate {
  font-size: 16px;
  font-weight: 400;
  color: #fa3434;
  line-height: 16px;
}
.gallery-layout .gallery .add-cart .quick-add {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=styles.css.map */

textarea {
  height:100px;
}

.api_document{
  text-align: center;
  margin-top: 70px;
  font-weight: 700;
  font-size: 20px;
}

.text_document{
  fsont-size: 12px;
  foont-weight: 400;
  
}
.procedure_document {
 
  margin-top: 50px;

}

.procedure_document div {
  padding: 10px; 
  border: 1px solid #ccc; 
  background-color: #4cc5f4;
  margin-bottom: 30px;
}

.procedure_document div:last-child {
  margin-bottom: 0;
}

.button_document {
  background-color: #007BFF;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 100px;
  width: 300px;
  height: 20px;
  margin-left: 35%;
}

.button_document:hover {
  background-color: #0056b3;
}




