@charset "UTF-8";
/*
  样式规范表
*/
[data-v-e49c3b8c] .el-dialog {
  background-color: transparent;
  margin: 30vh auto;
}
[data-v-e49c3b8c] .el-dialog .el-dialog__headerbtn {
  top: 14px;
}
[data-v-e49c3b8c] .el-dialog .el-dialog__close {
  color: #fff;
  font-size: 18px;
}
[data-v-e49c3b8c] .el-dialog .el-dialog__title {
  font-size: 16px !important;
  color: #fff !important;
}
[data-v-e49c3b8c] .el-dialog .el-dialog__header {
  padding: 9px 12px;
  background-color: #FF6A22;
  border-radius: 4px 4px 0px 0px;
}
[data-v-e49c3b8c] .el-dialog .el-dialog__body {
  background-color: #fff;
}
[data-v-e49c3b8c] .el-dialog .el-dialog__footer {
  background-color: #fff;
  padding: 20px;
}
[data-v-e49c3b8c] .el-dialog .el-input__inner {
  border-radius: 0px !important;
}
[data-v-e49c3b8c] .el-dialog .footer_btn2 {
  width: 90px;
  border: 1px solid #BBBBBB;
  background-color: #fff;
  color: #101010;
  font-size: 14px;
  min-height: 30px !important;
  padding: 0 !important;
}
[data-v-e49c3b8c] .el-dialog .footer_btn {
  width: 90px;
  border: 1px solid #FF6A22;
  background-color: #FF6A22;
  color: #fff;
  font-size: 14px;
  min-height: 30px !important;
  padding: 0 !important;
}
.select_center[data-v-e49c3b8c] {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.select_center .select_top[data-v-e49c3b8c] {
  width: 462px;
  display: flex;
  align-items: center;
}
.select_center .select_top .select_item[data-v-e49c3b8c] {
  width: 329px !important;
  height: 32px !important;
  line-height: 32px !important;
}
.select_center .select_top .select_item[data-v-e49c3b8c] .el-input__inner {
  color: #415058;
}
.select_center .select_top .select_item[data-v-e49c3b8c] .el-input__inner::-moz-placeholder {
  color: #BEBEBE;
}
.select_center .select_top .select_item[data-v-e49c3b8c] .el-input__inner::placeholder {
  color: #BEBEBE;
}
.select_center .select_top .line[data-v-e49c3b8c] {
  margin: 0 5px;
}
.select_center .select_top .lan_tit[data-v-e49c3b8c] {
  color: #101010;
  white-space: nowrap;
}
.select_center .select_store_list[data-v-e49c3b8c] {
  margin-left: 70px;
  width: 329px;
}
.select_center .select_store_list p[data-v-e49c3b8c] {
  margin-top: 6px;
  font-size: 12px;
  color: #101010;
}
@charset "UTF-8";
/*
  样式规范表
*/
.index[data-v-05f66428] {
  background: #f8f8f8;
  padding-bottom: 10px;
}
ul[data-v-05f66428],
ol[data-v-05f66428],
li[data-v-05f66428] {
  list-style: none;
}
a[data-v-05f66428],
a[data-v-05f66428]:visited,
a[data-v-05f66428]:link {
  text-decoration: none;
  color: #666;
}
#category_sort[data-v-05f66428] {
  font-size: 12px;
  position: relative;
  left: 0px;
  width: 100%;
  z-index: 9;
  box-sizing: border-box;
  background: #fff;
}
#category_sort .menu_wrap[data-v-05f66428] {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
#category_sort .menu_wrap .menu_item[data-v-05f66428] {
  line-height: normal;
  position: relative;
  padding: 0 20px;
  padding-bottom: 23px;
}
#category_sort .menu_wrap .menu_item .first_cat[data-v-05f66428] {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  letter-spacing: normal;
  word-break: break-all;
  white-space: nowrap;
  font-weight: 300;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
}
#category_sort .menu_wrap .menu_item[data-v-05f66428]:hover::after {
  content: "";
  position: absolute;
  top: 36px;
  width: 60px;
  height: 2px;
  background: #333;
  -webkit-animation: mymove-05f66428 3s linear;
  /* Safari 和 Chrome */
}
@keyframes mymove-05f66428 {
0% {
    width: 10px;
}
10% {
    width: 60px;
}
}
#category_sort .menu_wrap .menu_item:hover .children[data-v-05f66428] {
  display: inline-block;
  border-top: 1px solid #dddddd;
  animation: showMore-05f66428 0.5s ease-in-out;
  width: 100%;
}
@keyframes showMore-05f66428 {
0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}
#category_sort .menu_wrap .menu_item .children[data-v-05f66428] {
  display: none;
  width: 100%;
  height: 458px;
  background-color: #fff;
  position: absolute;
  top: 37px;
  left: 0px;
  padding: 10px 0;
  overflow: hidden;
}
#category_sort .menu_wrap .menu_item .children .secondWrap[data-v-05f66428] {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
#category_sort .menu_wrap .menu_item .children .fore_dl[data-v-05f66428] {
  clear: both;
  overflow: hidden;
  margin-left: 80px;
}
#category_sort .menu_wrap .menu_item .children .fore_dl[data-v-05f66428]:first-child {
  margin-left: 0;
}
#category_sort .menu_wrap .menu_item .children dt[data-v-05f66428] {
  position: relative;
  width: 84px;
  padding: 5px 30px 0 0;
  font-weight: 600;
  line-height: 2em;
  overflow: hidden;
  white-space: nowrap;
}
#category_sort .menu_wrap .menu_item .children dt i[data-v-05f66428] {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 14px;
  height: 14px;
  font: 400 9px/14px consolas;
  color: #333;
}
#category_sort .menu_wrap .menu_item .children dt .second[data-v-05f66428] {
  color: #666;
  overflow: hidden;
  display: inline-block;
  text-align: right;
  line-height: 18px;
  text-overflow: ellipsis;
  letter-spacing: normal;
  font-size: 14px;
  color: #1C1C1C;
  line-height: 16px;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
}
#category_sort .menu_wrap .menu_item .children dt .second[data-v-05f66428]:hover {
  color: #1C1C1C;
}
#category_sort .menu_wrap .menu_item .children dd[data-v-05f66428] {
  border-top: none;
  padding: 4px 0;
  line-height: 16px;
  min-height: 32px;
  margin-top: 5px;
}
#category_sort .menu_wrap .menu_item .children .third[data-v-05f66428] {
  margin: 2px 0;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 300;
  font-size: 13px;
  color: #999999;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
}
#category_sort .menu_wrap .menu_item .children .third[data-v-05f66428]:hover {
  color: #1C1C1C;
}
#category_sort .menu_wrap .menu_item .children .third[data-v-05f66428]:last-child {
  border-right: none;
}
@charset "UTF-8";
/*
  样式规范表
*/
.sld_cart_model .empty_cart[data-v-0c21412e] {
  width: 100%;
  position: relative;
}
.sld_cart_model .empty_cart .empty_cart_line[data-v-0c21412e] {
  position: absolute;
  width: 163px;
  right: 0;
  height: 2px;
  top: -2px;
  z-index: 999;
  background: #fff;
}
.sld_cart_model .empty_cart .empty_cart_txt[data-v-0c21412e] {
  padding: 10px;
  color: #999;
}
.sld_cart_model .cart_data[data-v-0c21412e] {
  max-height: 300px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sld_cart_model .cart_data .cart_data_title[data-v-0c21412e] {
  font-weight: 600;
  float: left;
  padding: 7px;
  line-height: 32px;
  height: 32px;
}
.sld_cart_model .cart_data .cart_list[data-v-0c21412e] {
  padding: 20px;
  overflow-y: scroll;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre[data-v-0c21412e] {
  margin-bottom: 20px;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre .cart_pre_left .cart_pre_img[data-v-0c21412e] {
  width: 48px;
  height: 48px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre .cart_pre_left .cart_pre_img img[data-v-0c21412e] {
  width: 100%;
  height: 100%;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre .cart_pre_left .cart_pre_cen[data-v-0c21412e] {
  width: 150px;
  margin-left: 20px;
  cursor: pointer;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre .cart_pre_left .cart_pre_cen .cart_pre_name[data-v-0c21412e] {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre .cart_pre_left .cart_pre_cen .cart_pre_spec[data-v-0c21412e] {
  word-break: break-all;
  overflow: hidden;
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre .cart_pre_right .cart_pre_price[data-v-0c21412e] {
  color: #666;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre .cart_pre_right .cart_pre_price.num[data-v-0c21412e] {
  margin-top: 2px;
  font-size: 12px;
  transform: scale(0.8);
  margin-right: -4px;
  text-align: right;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre .cart_pre_right .cart_pre_del[data-v-0c21412e] {
  color: #666;
  cursor: pointer;
  margin-top: 10px;
}
.sld_cart_model .cart_data .cart_list .cart_list_pre .cart_pre_right .cart_pre_del[data-v-0c21412e]:hover {
  color: #1C1C1C;
}
.sld_cart_model .cart_data .cart_bottom[data-v-0c21412e] {
  width: 100%;
  height: 44px;
  border: 1px solid #e3e3e3;
}
.sld_cart_model .cart_data .cart_bottom .cart_bottom_left[data-v-0c21412e] {
  padding-left: 11px;
  height: 44px;
  font-size: 14px;
}
.sld_cart_model .cart_data .cart_bottom .cart_bottom_left span[data-v-0c21412e] {
  color: #666;
}
.sld_cart_model .cart_data .cart_bottom .cart_bottom_left span[data-v-0c21412e]:nth-child(2) {
  margin-left: 5px;
}
.sld_cart_model .cart_data .cart_bottom .cart_bottom_right[data-v-0c21412e] {
  width: 110px;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #1C1C1C;
  line-height: 44px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  word-break: break-all;
  padding: 0 10px;
}
.sld_cart_model[data-v-0c21412e] .el-overlay {
  top: 0;
  z-index: 2004 !important;
}
.sld_cart_model[data-v-0c21412e] .el-overlay .el-drawer {
  height: 100vh !important;
}
.sld_cart_model[data-v-0c21412e] .el-overlay .el-drawer .el-drawer__body {
  display: block;
}
.sld_cart_model[data-v-0c21412e] .el-overlay .el-drawer .el-drawer__header {
  padding: 20px 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0;
}
.sld_cart_model[data-v-0c21412e] .el-overlay .el-drawer .el-drawer__header .el-drawer__title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}
.newest_wrap[data-v-0c21412e] {
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  padding-top: 4px;
  height: calc(100vh - 198px);
  overflow-y: auto;
}
.newest_wrap .newest_container[data-v-0c21412e] {
  padding: 0 20px;
}
.newest_wrap .newest_container .newest_nav[data-v-0c21412e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.newest_wrap .newest_container .newest_nav .cart_good[data-v-0c21412e] {
  display: flex;
  align-items: flex-start;
}
.newest_wrap .newest_container .newest_nav .cart_good .good_img[data-v-0c21412e] {
  width: 120px;
  height: 120px;
}
.newest_wrap .newest_container .newest_nav .cart_good .good_img img[data-v-0c21412e] {
  width: 100%;
  height: 100%;
}
.newest_wrap .newest_container .newest_nav .cart_good .goods_detail[data-v-0c21412e] {
  margin-left: 20px;
  flex: 1;
  margin-right: 10px;
}
.newest_wrap .newest_container .newest_nav .cart_good .goods_detail .goods_name[data-v-0c21412e] {
  font-weight: 400;
  font-size: 13px;
  color: #1C1C1C;
  line-height: 15px;
  text-align: left;
  margin-top: 8px;
}
.newest_wrap .newest_container .newest_nav .cart_good .goods_detail .goods_price[data-v-0c21412e] {
  margin-top: 15px;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 15px;
  text-align: left;
}
.newest_wrap .newest_container .newest_nav .cart_good .goods_detail .goods_num[data-v-0c21412e] {
  margin-top: 8px;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 15px;
  text-align: left;
  font-style: normal;
}
.newest_wrap .newest_container .newest_nav .cart_del[data-v-0c21412e] {
  font-weight: 400;
  font-size: 13px;
  color: #1C1C1C;
  line-height: 15px;
  text-align: right;
  font-style: normal;
  padding: 3px 0;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  width: 28px;
}
.cart_footer[data-v-0c21412e] {
  padding: 0 30px;
}
.cart_footer .footer_title[data-v-0c21412e] {
  margin-top: 24px;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 15px;
  text-align: left;
  font-style: normal;
}
.cart_footer .footer_title span[data-v-0c21412e] {
  color: #1C1C1C;
}
.cart_footer .footer_btn[data-v-0c21412e] {
  margin-top: 20px;
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  color: #FFFCFC;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  background: var(--btnBackgroundColor);
  cursor: pointer;
}

/* Invalid goods styles 失效商品样式 */
.invalid_goods_section[data-v-0c21412e] {
  margin-top: 30px;
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
}
.invalid_goods_section .invalid_goods_title[data-v-0c21412e] {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  padding: 0 20px;
}
.invalid_nav[data-v-0c21412e] {
  position: relative;
}
.invalid_nav .invalid_label[data-v-0c21412e] {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #999;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
  z-index: 10;
}
.invalid_nav .invalid_good[data-v-0c21412e] {
  opacity: 0.6;
  pointer-events: none;
}
.invalid_nav .invalid_good .invalid_img img[data-v-0c21412e] {
  filter: grayscale(100%);
}
.invalid_nav .invalid_good .invalid_detail .invalid_name[data-v-0c21412e] {
  color: #999 !important;
  text-decoration: line-through;
}
.invalid_nav .invalid_good .invalid_detail .invalid_spec[data-v-0c21412e] {
  color: #ccc !important;
  font-size: 12px;
  margin-top: 5px;
}
.invalid_nav .invalid_good .invalid_detail .invalid_price[data-v-0c21412e] {
  color: #999 !important;
  text-decoration: line-through;
}
.invalid_nav .invalid_good .invalid_detail .invalid_num[data-v-0c21412e] {
  color: #ccc !important;
  text-decoration: line-through;
}
.invalid_nav .invalid_del[data-v-0c21412e] {
  color: #999 !important;
  border-bottom-color: #999 !important;
  opacity: 1;
  transition: all 0.3s ease;
}
.invalid_nav .invalid_del[data-v-0c21412e]:hover {
  color: #666 !important;
  border-bottom-color: #666 !important;
}
@charset "UTF-8";
/*
  样式规范表
*/
.navToWrap[data-v-0fda8501] {
  background: #fff;
  border-bottom: solid 1px #f4f4f3;
}
.navTopBar[data-v-0fda8501] {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 27px;
}
.navTopBar .container[data-v-0fda8501] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 27px 0 0;
}
.navTopBar .container .logo[data-v-0fda8501] {
  font-weight: 300;
  font-size: 38px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  height: 30px;
  cursor: pointer;
  transform: translateX(-50%);
}
.navTopBar .container .logo img[data-v-0fda8501] {
  width: auto;
  height: 30px;
}
.navTopBar .header_left[data-v-0fda8501] {
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding-right: 49px;
  line-height: 40px;
  align-items: center;
  height: 40px;
}
.navTopBar .header_left .icon-left[data-v-0fda8501] {
  margin-left: 25px;
  height: 40px;
  width: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.navTopBar .header_left .icon-left .cart_corner[data-v-0fda8501] {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 8px;
  height: 8px;
  background: #1c1c1c;
  border-radius: 50%;
}
.navTopBar ul[data-v-0fda8501] {
  height: 100%;
  display: flex;
  align-items: center;
}
.navTopBar ul li[data-v-0fda8501] {
  float: left;
  text-align: center;
  border-right: 1px solid #ddd;
  padding: 0 10px;
  height: 12px;
}
.navTopBar ul li .lan_flag[data-v-0fda8501] {
  width: 24px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.navTopBar ul li .li_item[data-v-0fda8501] {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  height: 33px;
}
.navTopBar ul li .li_item[data-v-0fda8501]:hover {
  color: #1C1C1C;
}
.navTopBar ul li .li_item:hover.has_more[data-v-0fda8501]:before {
  border-top-color: #1C1C1C;
}
.navTopBar ul li .li_item:hover .li_item_more[data-v-0fda8501] {
  display: block;
}
.navTopBar ul li .li_item.has_more[data-v-0fda8501] {
  padding-right: 12px;
}
.navTopBar ul li .li_item.has_more[data-v-0fda8501]:before, .navTopBar ul li .li_item.has_more[data-v-0fda8501]:after {
  position: absolute;
  right: -2px;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  border: 4px solid transparent;
  border-radius: 2px;
}
.navTopBar ul li .li_item.has_more[data-v-0fda8501]:before {
  top: 3px;
  border-top: 5px solid #888;
}
.navTopBar ul li .li_item.has_more[data-v-0fda8501]:after {
  top: 1px;
  border-top: 5px solid #f7f7f7;
}
.navTopBar ul li .li_item .li_item_more[data-v-0fda8501] {
  position: absolute;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 21px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
  display: none;
  white-space: nowrap;
}
.navTopBar ul li .li_item .li_item_more[data-v-0fda8501]:before, .navTopBar ul li .li_item .li_item_more[data-v-0fda8501]:after {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 6px solid #dedede;
}
.navTopBar ul li .li_item .li_item_more[data-v-0fda8501]:after {
  top: -10px;
  border-bottom: 6px solid #fff;
}
.navTopBar ul li .li_item .li_item_more .li_item_more_item[data-v-0fda8501] {
  display: block;
  text-align: center;
  color: #999;
  line-height: 12px;
  padding: 8px 0;
  text-align: left;
}
.navTopBar ul li .li_item .li_item_more .li_item_more_item[data-v-0fda8501]:hover {
  color: #1C1C1C;
}
.navTopBar ul li[data-v-0fda8501]:last-child {
  border-right-width: 0;
  padding-right: 0;
}
[data-v-0fda8501] .el-overlay {
  top: 130px;
  z-index: 9 !important;
}
[data-v-0fda8501] .el-overlay .el-drawer {
  height: 83px !important;
}
[data-v-0fda8501] .el-overlay .el-drawer .el-drawer__body {
  display: flex;
  align-items: center;
}
[data-v-0fda8501] .el-overlay .el-drawer .content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 0 39px;
  box-sizing: border-box;
}
[data-v-0fda8501] .el-overlay .el-drawer .content .search {
  width: 100%;
  display: flex;
  align-items: center;
}
[data-v-0fda8501] .el-overlay .el-drawer .content .search .icon-left {
  margin-right: 18px;
}
[data-v-0fda8501] .el-overlay .el-drawer .content .search .el-input {
  width: 100%;
}
[data-v-0fda8501] .el-overlay .el-drawer .content .search .el-input .el-input__inner {
  border: none;
  background: transparent;
  background-color: transparent;
}
[data-v-0fda8501] .el-overlay .el-drawer .content .search .el-input .el-input__inner:focus {
  border: none;
}
[data-v-0fda8501] .el-overlay .el-drawer .content .search .input {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  border: none;
}
[data-v-0fda8501] .el-overlay .el-drawer .content .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
[data-v-0fda8501] .el-overlay .el-drawer .content .icon-right {
  margin-left: 18px;
  cursor: pointer;
}
@charset "UTF-8";
/*
  样式规范表
*/
.footer_service_wrap[data-v-58205b9a] {
  width: 100%;
  height: 100%;
  margin-bottom: -2px;
  border-top: 1px solid #f2f2f2;
}
.footer_service_wrap .footer_service[data-v-58205b9a] {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.footer_service_wrap .footer_service a[data-v-58205b9a] {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer_service_wrap .footer_service a img[data-v-58205b9a] {
  width: 1920px;
  height: 100%;
  margin-left: -960px;
  left: 50%;
  position: relative;
  overflow: hidden;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@charset "UTF-8";
/*
  样式规范表
*/
.footer_bottom[data-v-cc1ea654] {
  background: #F9F9F9;
  position: absolute;
  width: 1900px;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  margin-left: -952px;
  color: #999;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 12px;
}
.footer_bottom .footer_list[data-v-cc1ea654] {
  width: 1200px;
  margin: 15px auto;
  display: flex;
  margin-bottom: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_bottom .footer_list li[data-v-cc1ea654] {
  box-sizing: border-box;
  padding: 0 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 19px;
  cursor: pointer;
  color: #666666;
}
.footer_bottom .footer_list li a[data-v-cc1ea654] {
  color: #666666;
}
.footer_bottom li[data-v-cc1ea654]:last-child {
  border-right: none;
}
.footer_bottom .copy_right[data-v-cc1ea654] {
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@charset "UTF-8";
/*
  样式规范表
*/
.footer_link[data-v-c306e836] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.footer_link .link_box[data-v-c306e836] {
  border-top: 1px dashed #f2f2f2;
  padding-top: 50px;
  width: 1210px;
  margin: 0 auto 50px;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: start;
}
.footer_link .link_box .link_wrap[data-v-c306e836] {
  text-align: center;
  min-width: 170px;
}
.footer_link .link_box .link_wrap p[data-v-c306e836] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333333;
}
.footer_link .link_box .link_wrap li[data-v-c306e836] {
  line-height: 30px;
}
.footer_link .link_box .link_wrap li a[data-v-c306e836] {
  color: #666666;
  font-weight: 300;
}
.footer_link .link_box .link_wrap li a[data-v-c306e836]:hover {
  color: #1C1C1C;
}
.footer_link .link_box .link_wrap[data-v-c306e836]:nth-child(1) {
  /*width: 295px;*/
  /*text-align: left;*/
}
.footer_link .link_box .link_wrap[data-v-c306e836]:nth-child(2) {
  /*width: 270px;*/
}
.footer_link .link_box .link_wrap[data-v-c306e836]:nth-child(3) {
  /*width: 280px;*/
}
.footer_link .link_box .link_wrap[data-v-c306e836]:nth-child(4) {
  /*width: 280px;*/
}
.footer_link .link_box .link_wrap[data-v-c306e836]:nth-child(5) {
  /*width: 280px;*/
}
.footer_link .bottom_box[data-v-c306e836], .footer_link .bottom_box_none[data-v-c306e836] {
  position: relative;
  width: 1903px;
  overflow: hidden;
  height: 130px;
}
.footer_link .bottom_box_none[data-v-c306e836] {
  width: 100%;
  height: 87px;
  background-color: #333333;
}
