/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
@font-face {
  font-family: 'PatuaOne';
  src: url('PatuaOne-Regular.ttf');
}
@font-face {
  font-family: 'Anton';
  src: url('Anton-Regular.ttf');
}
@font-face {
  font-family: 'inter18';
  src: url('Inter_18pt-Regular.ttf');
}
@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica Bold.ttf');
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: 'Helvetica';
  background: #fff;
  overflow-x: hidden;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.warpin {
  width: 100%;
  padding: 0 20px;
}
.contain {
  width: 1240px;
  margin: 0 auto;
}
.pulic_index_tips {
  background: #f1f1f1;
  padding: 12px 0;
}
.pulic_index_tips .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_index_tips .l_nav {
  display: flex;
  align-items: center;
}
.pulic_index_tips .l_nav .li {
  padding: 0 10px;
  border-right: 1px solid #c2c1c2;
  font-size: 12px;
  color: #333333;
}
.pulic_index_tips .l_nav .li:last-child {
  border-right: 0;
}
.pulic_index_tips .r_share {
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  color: #333333;
}
.pulic_index_tips .r_share img {
  margin-left: 4px;
}
.pulic_index_search {
  padding: 16px 0;
}
.pulic_index_search .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_index_search .logo {
  display: block;
}
.pulic_index_search .logo img {
  height: 70px;
}
.pulic_index_search .search_int {
  position: relative;
  width: 500px;
  height: 42px;
  border: 2px solid #121011;
  border-radius: 100px;
  overflow: hidden;
}
.pulic_index_search .search_int input {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  border: none;
}
.pulic_index_search .search_int .i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 16px;
}
.pulic_index_search .login_cont {
  display: flex;
  align-items: center;
}
.pulic_index_search .login_cont .li {
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-right: 1px solid #888888;
  font-size: 14px;
  color: #222222;
}
.pulic_index_search .login_cont .li:last-child {
  border-right: none;
}
.pulic_index_search .login_cont .li img {
  width: 16px;
  margin-left: 3px;
}
.pulic_index_navi {
  background: #121011;
}
.pulic_index_navi .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_index_navi .contain .li {
  padding: 16px 0;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.pulic_index_navi .contain .li.active {
  color: #32eeed;
}
.pulic_index_navi .contain .li.active::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #32eeed;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pulic_index_navi .contain .li.user {
  padding: 16px 20px;
  background: #32eeed;
  color: #333;
}
.index_baner_cont {
  position: relative;
  overflow: hidden;
}
.index_baner_cont .swiper-slide img {
  display: block;
  width: 100%;
}
.index_baner_cont .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
}
.index_baner_cont .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #272522;
}
.index_case_1 {
  padding: 60px 0;
}
.index_case_1 .last_cont {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.index_case_1 .list {
  position: relative;
  overflow: hidden;
}
.index_case_1 .list .tis_i {
  overflow: hidden;
  height: 280px;
}
.index_case_1 .list .tis_i img {
  display: block;
  width: 100%;
}
.index_case_1 .list .title {
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
  color: #333;
  height: 82px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_case_1 .list .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
  border: 1px solid #151314;
  background: #fff;
  font-size: 14px;
  color: #151314;
  margin-top: 20px;
}
.index_case_1 .list .tips {
  position: absolute;
  right: 0;
  top: -8px;
  width: 70px;
  height: 82px;
  background: url(/static/addons/cms/images/pro_tips.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #2a8b81;
  padding-bottom: 20px;
}
.index_case_1 .list .tips::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 8px solid #229275;
  border-top: 9px solid transparent;
  position: absolute;
  top: 0;
  left: -8px;
}
.index_case_1 .list:hover .more_btn {
  background: #151314;
  color: #fff;
}
.index_case_more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.index_case_more .btn {
  display: inline-block;
  padding: 6px 12px;
  border: 2px solid #121011;
  font-size: 16px;
  color: #121011;
}
.index_case_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.index_case_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #121011;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index_case_title .tle {
  font-family: 'Anton';
  padding: 6px 12px;
  background: #121011;
  font-size: 26px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.index_pulic_title {
  text-align: center;
  margin-bottom: 40px;
}
.index_pulic_title h2 {
  font-size: 34px;
  color: #121011;
  margin-bottom: 10px;
}
.index_pulic_title p {
  font-size: 16px;
  color: #121011;
}
.index_case_2 {
  padding: 40px 0;
}
.index_case_2 .pro_last {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.index_case_2 .pro_last .list .tis_i {
  position: relative;
  overflow: hidden;
}
.index_case_2 .pro_last .list .tis_i .i {
  display: block;
  width: 100%;
}
.index_case_2 .pro_last .list .tis_i .sale {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0 5px;
  border: 1px solid #d32525;
  color: #d32525;
  font-size: 14px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.index_case_2 .pro_last .list .tis_i .seek_cont {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_case_2 .pro_last .list .tis_i .seek_cont .li {
  display: block;
  width: 41px;
  transition: all 0.6s;
}
.index_case_2 .pro_last .list .tis_i .seek_cont .li img {
  display: block;
  width: 100%;
}
.index_case_2 .pro_last .list .tis_i .seek_cont .li:hover {
  transform: translateY(-10px);
}
.index_case_2 .pro_last .list .title {
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
  color: #333;
  height: 82px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_case_2 .pro_last .list .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
  border: 1px solid #151314;
  background: #fff;
  font-size: 14px;
  color: #151314;
}
.index_case_2 .pro_last .list .more_btn:hover {
  background: #151314;
  color: #fff;
}
.index_case_3 {
  padding: 85px 0;
}
.index_case_3 .index_pulic_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 50px;
  background: #121011;
  color: #fff;
  margin: 0 auto;
}
.index_case_3 .last_cont {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.index_case_3 .last_cont .list {
  padding: 26px 0;
  text-align: center;
}
.index_case_3 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
}
.index_case_3 .last_cont .list .tis_i img {
  max-height: 40px;
}
.index_case_3 .last_cont .list .txt {
  padding: 8px 0;
  font-size: 20px;
  color: #121011;
}
.index_case_4 {
  padding: 20px 0;
}
.index_case_4 .contain {
  display: flex;
  align-items: center;
}
.index_case_4 .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.index_case_4 .l_img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.index_case_4 .r_cont {
  width: 50%;
  padding-left: 5%;
}
.index_case_4 .r_cont .txt_cont {
  margin-bottom: 10px;
}
.index_case_4 .r_cont .txt_cont h2 {
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.index_case_4 .r_cont .txt_cont p {
  line-height: 32px;
  color: #666;
}
.index_case_4 .r_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 8px 0;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  margin: 20px 0 0;
}
.pulic_foot_cont {
  padding: 40px 0 20px;
}
.pulic_foot_cont .tis_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pulic_foot_cont .l_cont {
  width: 40%;
}
.pulic_foot_cont .l_cont .logo {
  display: block;
  margin-bottom: 10px;
}
.pulic_foot_cont .l_cont .logo img {
  height: 70px;
}
.pulic_foot_cont .l_cont .txt p {
  font-size: 15px;
  color: #8b8b8b;
}
.pulic_foot_cont .r_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
}
.pulic_foot_cont .nav_dl {
  width: 50%;
}
.pulic_foot_cont .nav_dl .tle {
  font-size: 18px;
  color: #3d2930;
  font-weight: bold;
  margin-bottom: 20px;
}
.pulic_foot_cont .nav_dl .li {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #8b8b8b;
}
.pulic_foot_cont .nav_dl .li:hover {
  color: #b53434;
}
.pulic_foot_cont .contact_cont {
  width: 50%;
}
.pulic_foot_cont .contact_cont .tle {
  font-size: 18px;
  color: #3d2930;
  font-weight: bold;
  margin-bottom: 20px;
}
.pulic_foot_cont .contact_cont .dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.pulic_foot_cont .contact_cont .dl .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.pulic_foot_cont .contact_cont .dl .i img {
  display: block;
  width: 100%;
}
.pulic_foot_cont .contact_cont .dl .dd {
  width: calc(100% - 24px);
  padding-left: 6px;
  font-size: 14px;
  color: #8b8b8b;
}
.pulic_foot_cont .bit_copy {
  margin-top: 30px;
  padding: 30px 0 50px;
  text-align: center;
  border-top: 1px solid #ebe0e4;
  font-size: 14px;
  color: #8c737b;
}
.floor_left_btn {
  position: fixed;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 6px;
  background: #FFBD5C;
  font-size: 20px;
  font-weight: bold;
  color: #171717;
  border-radius: 4px;
  z-index: 11;
  writing-mode: sideways-rl;
}
.pulic_cont_title {
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
  font-size: 28px;
  color: #121011;
}
.product_last_cont {
  padding: 34px 0;
}
.product_last_cont .contain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 22px;
  column-gap: 40px;
}
.product_last_cont .list_cont .tis_i {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product_last_cont .list_cont .tis_i .i {
  display: block;
  width: 100%;
}
.product_last_cont .list_cont .tis_i .out {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 28px;
  background: #fb3841;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
}
.product_last_cont .list_cont .tis_i .bit_seet {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: all 0.6s;
  opacity: 0;
}
.product_last_cont .list_cont .tis_i .bit_seet .share_btn {
  display: block;
  width: 46px;
  height: 46px;
  background: #fff url(/static/addons/cms/images/share.png) no-repeat center;
  background-size: 26px;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.product_last_cont .list_cont .tis_i .bit_seet .share_btn:hover {
  background: #fff url(/static/addons/cms/images/share_h.png) no-repeat center;
}
.product_last_cont .list_cont .tis_i .bit_seet .add_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  border: 2px solid #121011;
  font-size: 15px;
  color: #121011;
}
.product_last_cont .list_cont .tis_i:hover .bit_seet {
  opacity: 1;
  bottom: 0;
}
.product_last_cont .list_cont .bit_cont {
  padding: 30px 0 0;
  text-align: center;
}
.product_last_cont .list_cont .bit_cont .tips {
  font-size: 12px;
  color: #1ff1f1;
  margin-bottom: 10px;
}
.product_last_cont .list_cont .bit_cont .txt {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 15px;
}
.product_last_cont .list_cont .bit_cont .pri {
  font-size: 16px;
  font-weight: bold;
  color: #121011;
}
.product_last_cont .list_cont.hot .tis_i .out {
  display: flex;
}
.pulic_deta_maps {
  padding: 20px 0;
  font-size: 12px;
  color: #999999;
}
.product_detail_main {
  padding: 20px 0;
}
.product_detail_main .tis_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product_detail_main .tis_content .l_cont {
  width: 50%;
}
.product_detail_main .tis_content .l_cont .pro_i {
  display: block;
  width: 100%;
}
.product_detail_main .tis_content .r_cont {
  width: 50%;
  padding-left: 30px;
}
.product_detail_main .tis_content .deta_tis_baner {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid #e0e0e0;
  height: 500px;
}
.product_detail_main .tis_content .deta_tis_baner img {
  display: block;
  width: 100%;
}
.product_detail_main .tis_content .deta_tis_baner video {
  display: block;
  width: 100%;
  height: 100%;
}
.product_detail_main .tis_content .deta_bit_baner {
  position: relative;
  overflow: hidden;
}
.product_detail_main .tis_content .deta_bit_baner .swiper-slide-thumb-active {
  border: 2px solid #121011;
}
.product_detail_main .tis_content .deta_bit_baner img {
  display: block;
  width: 100%;
}
.product_detail_main .tis_content .pro_name {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product_detail_main .tis_content .pro_det_inf {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
}
.product_detail_main .tis_content .pro_price {
  font-size: 36px;
  font-weight: bold;
  color: #dd3030;
  margin-bottom: 60px;
}
.product_detail_main .tis_content .pro_price .login_tips {
  font-size: 22px;
  font-weight: bold;
  color: #dd3030;
  margin-bottom: 30px;
}
.product_detail_main .tis_content .pro_price .login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 100px;
  width: 240px;
  background: #121011;
  font-size: 15px;
  color: #fff;
}
.product_detail_main .tis_content .guide_dl {
  margin-bottom: 40px;
}
.product_detail_main .tis_content .guide_dl .dt {
  font-size: 13px;
  color: #8f9097;
  margin-bottom: 12px;
}
.product_detail_main .tis_content .guide_dl .dd_last {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product_detail_main .tis_content .guide_dl .dd_last .dd {
  padding: 14px 34px;
  border-radius: 100px;
  font-size: 12px;
  color: #121011;
  border: 1px solid #121011;
}
.product_detail_main .tis_content .guide_dl .dd_last .dd.active,
.product_detail_main .tis_content .guide_dl .dd_last .dd:hover {
  background: #121011;
  color: #fff;
}
.product_detail_main .tis_content .quan_dl {
  margin-bottom: 50px;
}
.product_detail_main .tis_content .quan_dl .dt {
  font-size: 13px;
  color: #8f9097;
  margin-bottom: 12px;
}
.product_detail_main .tis_content .quan_dl .count_cont {
  display: flex;
  align-items: center;
  width: 150px;
  height: 50px;
  border: 1px solid #cccccc;
}
.product_detail_main .tis_content .quan_dl .count_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  line-height: 50px;
  cursor: pointer;
}
.product_detail_main .tis_content .quan_dl .count_cont input {
  width: 50px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  border: none;
}
.product_detail_main .tis_content .btn_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_detail_main .tis_content .btn_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  padding: 20px 0;
  border: 1px solid #121011;
  font-size: 14px;
  color: #11050f;
  cursor: pointer;
}
.product_detail_main .tis_content .btn_cont .btn.buy {
  background: #121011;
  color: #fff;
}
.product_detail_main .tis_content .wish_share {
  display: flex;
  align-items: center;
  padding: 24px 0;
  font-size: 13px;
  color: #999999;
}
.product_detail_main .tis_content .wish_share .share {
  display: block;
  width: 18px;
  background: url(/static/addons/cms/images/share.png) no-repeat center;
  background-size: cover;
}
.product_detail_main .tis_content .wish_share .share:hover {
  background: url(/static/addons/cms/images/share_h.png) no-repeat center;
}
.product_detail_main .tis_content .bit_txt {
  padding: 20px 0;
}
.product_detail_main .tis_content .bit_txt p {
  font-size: 16px;
  color: #333333;
  padding: 6px 0;
}
.product_detail_main .tis_content .det_dl {
  width: 380px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.product_detail_main .tis_content .det_dl .dd {
  font-size: 16px;
  color: #333333;
}
.product_detail_main .bit_cont {
  padding: 20px 0;
}
.product_detail_main .bit_cont .title_head {
  background: #fafafa;
  display: flex;
}
.product_detail_main .bit_cont .title_head span {
  background: #fff;
  border-top: 2px solid #19e8e8;
  padding: 16px 45px;
  font-size: 16px;
  color: #121011;
}
.product_detail_main .bit_cont .title_head_nav {
  background: #fafafa;
  display: flex;
}
.product_detail_main .bit_cont .title_head_nav .li {
  background: #fafafa;
  border-top: 2px solid #fafafa;
  padding: 16px 45px;
  font-size: 16px;
  color: #121011;
}
.product_detail_main .bit_cont .title_head_nav .li.active {
  background: #fff;
  border-top: 2px solid #19e8e8;
}
.product_detail_main .bit_cont .txt {
  padding: 20px 0 0;
}
.product_detail_main .bit_cont .txt p {
  font-size: 16px;
  color: #333333;
  padding: 10px 0;
  font-family: "inter18" !important;
  font-weight: 400;
}
.product_detail_main .bit_cont .txt img {
  display: block;
  width: 100%;
}
.product_recom_main {
  padding: 80px 0 40px;
  background: #f7f7f7;
}
.product_recom_main .title_head {
  text-align: center;
  margin-bottom: 70px;
  font-size: 34px;
  color: #121011;
}
.product_recom_last {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 22px;
  column-gap: 40px;
}
.product_recom_last .list_cont .tis_i {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product_recom_last .list_cont .tis_i .i {
  display: block;
  width: 100%;
}
.product_recom_last .list_cont .tis_i .out {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 28px;
  background: #fb3841;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
}
.product_recom_last .list_cont .tis_i .bit_seet {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: all 0.6s;
  opacity: 0;
}
.product_recom_last .list_cont .tis_i .bit_seet .share_btn {
  display: block;
  width: 46px;
  height: 46px;
  background: #fff url(/static/addons/cms/images/share.png) no-repeat center;
  background-size: 26px;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.product_recom_last .list_cont .tis_i .bit_seet .share_btn:hover {
  background: #fff url(/static/addons/cms/images/share_h.png) no-repeat center;
}
.product_recom_last .list_cont .tis_i .bit_seet .add_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  border: 2px solid #121011;
  font-size: 15px;
  color: #121011;
}
.product_recom_last .list_cont .tis_i:hover .bit_seet {
  opacity: 1;
  bottom: 0;
}
.product_recom_last .list_cont .bit_cont {
  padding: 30px 0 0;
  text-align: center;
}
.product_recom_last .list_cont .bit_cont .tips {
  font-size: 12px;
  color: #1ff1f1;
  margin-bottom: 10px;
}
.product_recom_last .list_cont .bit_cont .txt {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 15px;
}
.product_recom_last .list_cont .bit_cont .pri {
  font-size: 16px;
  font-weight: bold;
  color: #121011;
}
.product_recom_last .list_cont.hot .tis_i .out {
  display: flex;
}
.wish_main {
  padding-bottom: 100px;
  border-bottom: 1px solid #f2f2f2;
}
.wish_title {
  padding: 40px 0;
  font-size: 32px;
  color: #121011;
}
.wish_tab_cont .tab_thead {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.wish_tab_cont .tab_thead .td {
  padding: 16px 0;
  font-size: 13px;
  color: #817d7f;
}
.wish_tab_cont .td:nth-child(1) {
  width: 656px;
}
.wish_tab_cont .td:nth-child(2) {
  width: 190px;
}
.wish_tab_cont .td:nth-child(3) {
  width: 170px;
}
.wish_tab_cont .td:nth-child(4) {
  width: 200px;
}
.wish_tab_cont .tab_tbody .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.wish_tab_cont .tab_tbody .tr .td {
  padding: 40px 0;
  font-size: 14px;
  color: #121011;
}
.wish_tab_cont .tab_tbody .pro_det_cont {
  display: flex;
  align-items: center;
}
.wish_tab_cont .tab_tbody .pro_det_cont .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 130px;
  border: 1px solid #d0cfcf;
}
.wish_tab_cont .tab_tbody .pro_det_cont .pro_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.wish_tab_cont .tab_tbody .pro_det_cont .det_cont {
  width: calc(100% - 124px);
  padding-left: 16px;
}
.wish_tab_cont .tab_tbody .pro_det_cont .det_cont .tle {
  font-size: 14px;
  color: #333333;
  margin-bottom: 16px;
}
.wish_tab_cont .tab_tbody .pro_det_cont .det_cont .txt {
  font-size: 13px;
  color: #121011;
  padding: 4px 0;
}
.wish_tab_cont .tab_tbody .add_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  border: 1px solid #121011;
  font-size: 14px;
  color: #121011;
}
.tab_foot_share {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  color: #646263;
}
.tab_foot_share .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  margin-left: 10px;
}
.login_main_content .title_head {
  padding: 20px 0;
  border-bottom: 1px solid #121011;
  font-size: 18px;
  font-weight: bold;
  color: #121011;
}
.login_main_content .main_content {
  display: flex;
  justify-content: space-between;
}
.login_main_content .main_content .l_cont {
  width: 50%;
  padding: 40px 60px;
  background: #f8f8f8;
}
.login_main_content .main_content .l_cont .title_cont {
  margin-bottom: 24px;
}
.login_main_content .main_content .l_cont .title_cont .tle {
  font-size: 18px;
  font-weight: bold;
  color: #121011;
  margin-bottom: 6px;
}
.login_main_content .main_content .l_cont .title_cont .txt {
  font-size: 14px;
  color: #333333;
}
.login_main_content .main_content .l_cont .det_cont p {
  padding: 10px 0;
  font-size: 14px;
  color: #333333;
}
.login_main_content .main_content .l_cont .create_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  background: #121011;
  font-size: 12px;
  color: #ffffff;
  margin: 40px auto 0;
}
.login_main_content .main_content .r_cont {
  width: 50%;
  padding: 40px 54px;
}
.login_main_content .main_content .r_cont .title_cont {
  margin-bottom: 24px;
}
.login_main_content .main_content .r_cont .title_cont .tle {
  font-size: 16px;
  font-weight: bold;
  color: #121011;
  margin-bottom: 10px;
}
.login_main_content .main_content .r_cont .title_cont .txt {
  font-size: 14px;
  color: #333333;
}
.login_main_content .main_content .r_cont .int_dl {
  margin-bottom: 14px;
}
.login_main_content .main_content .r_cont .int_dl .dt {
  font-size: 13px;
  font-weight: bold;
  color: #121011;
  padding: 12px 0;
}
.login_main_content .main_content .r_cont .int_dl .dt em {
  color: #f50b10;
  display: inline-block;
  vertical-align: top;
}
.login_main_content .main_content .r_cont .int_dl .dd input {
  width: 380px;
  height: 36px;
  padding-left: 10px;
  border: 1px solid #cbcbcb;
}
.login_main_content .main_content .r_cont .bit_got {
  padding: 20px 0;
}
.login_main_content .main_content .r_cont .bit_got a {
  text-decoration: underline;
  font-size: 13px;
  color: #666666;
}
.login_main_content .main_content .r_cont .login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  background: #121011;
  font-size: 12px;
  color: #ffffff;
}
.login_main_content .regis_main {
  width: 384px;
  padding: 20px 0;
}
.login_main_content .regis_main .tis_title {
  padding: 12px 0;
  border-bottom: 1px solid #dcdbdc;
  margin-bottom: 10px;
}
.login_main_content .regis_main .int_dl {
  margin-bottom: 14px;
}
.login_main_content .regis_main .int_dl .dt {
  font-size: 13px;
  font-weight: bold;
  color: #121011;
  padding: 12px 0;
}
.login_main_content .regis_main .int_dl .dt em {
  color: #f50b10;
  display: inline-block;
  vertical-align: top;
}
.login_main_content .regis_main .int_dl .dd input {
  width: 380px;
  height: 36px;
  padding-left: 10px;
  border: 1px solid #cbcbcb;
}
.login_main_content .regis_main .regis_bit_seet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
}
.login_main_content .regis_main .regis_bit_seet .back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  font-size: 13px;
  color: #666666;
}
.login_main_content .regis_main .regis_bit_seet .ate_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 84px);
  height: 50px;
  background: #121011;
  font-size: 12px;
  color: #ffffff;
}
.user_head_cont {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
.user_head_cont .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.user_head_cont .l_cont {
  display: flex;
  align-items: center;
}
.user_head_cont .l_cont .logo {
  display: block;
  margin-right: 50px;
}
.user_head_cont .l_cont .logo img {
  display: block;
  height: 64px;
}
.user_head_cont .l_cont .nav_dl {
  display: flex;
  align-items: center;
}
.user_head_cont .l_cont .nav_dl .li {
  padding: 0 20px;
  font-size: 16px;
  color: #333333;
}
.user_head_cont .user_cont {
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.user_head_cont .user_cont .cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: 100px;
  background: #f5f5f5;
}
.user_head_cont .user_cont .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 12px;
}
.user_head_cont .user_cont .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_head_cont .user_cont .arr {
  width: 12px;
}
.user_head_cont .user_cont:hover .user_bit_cont {
  display: block;
}
.user_head_cont .user_cont .user_bit_cont {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.user_head_cont .user_cont .user_bit_cont .user_inf {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 12px;
  color: #666666;
  display: flex;
  align-items: center;
  width: 150px;
}
.user_head_cont .user_cont .user_bit_cont .user_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  overflow: hidden;
}
.user_head_cont .user_cont .user_bit_cont .user_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_head_cont .user_cont .user_bit_cont .user_inf .txt {
  width: calc(100% - 36px);
  word-wrap: break-word;
}
.user_head_cont .user_cont .user_bit_cont .nav_dl .dd {
  padding: 15px 0;
}
.user_head_cont .user_cont .user_bit_cont .nav_dl .dd a {
  font-size: 13px;
  color: #000000;
}
.user_head_cont .user_cont .user_bit_cont .nav_dl .dd a:hover {
  text-decoration: underline;
}
.user_main_floor {
  position: fixed;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 300px;
  padding: 14px 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  color: #910000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  text-align: left;
  z-index: 10;
}
.user_main_cont {
  padding: 40px 0 190px;
  background: #f5f5f5;
}
.user_main_cont .title_head {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 34px;
}
.user_main_cont .user_inf_cont {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 26px;
  padding: 30px 22px;
}
.user_main_cont .user_inf_cont .user_name {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 24px;
}
.user_main_cont .user_inf_cont .user_name img {
  width: 13px;
  margin-left: 12px;
}
.user_main_cont .user_inf_cont .det_dl {
  display: flex;
  align-items: center;
}
.user_main_cont .user_inf_cont .det_dl .dl {
  width: 50%;
}
.user_main_cont .user_inf_cont .det_dl .dl .dt {
  font-size: 12px;
  color: #999999;
  margin-bottom: 6px;
}
.user_main_cont .user_inf_cont .det_dl .dl .dd {
  font-size: 14px;
  color: #333333;
}
.user_main_cont .user_addres_cont {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 26px;
  padding: 30px 22px;
}
.user_main_cont .user_addres_cont .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
}
.user_main_cont .user_addres_cont .title .adres_add {
  font-size: 16px;
  color: #30d4cd;
  margin-left: 30px;
  cursor: pointer;
}
.user_main_cont .user_addres_cont .addres_cont {
  padding: 14px 0;
}
.user_main_cont .user_addres_cont .addres_null {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ededed;
  font-size: 13px;
  color: #666666;
}
.user_main_cont .user_addres_cont .addres_null img {
  width: 21px;
  margin-right: 10px;
}
.user_main_cont .order_head_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.user_main_cont .order_head_nav .li {
  text-align: center;
  min-width: 50px;
  padding: 10px 14px;
  border-radius: 100px;
  border: 1px solid #c3c3c3;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
}
.user_main_cont .order_head_nav .li.active,
.user_main_cont .order_head_nav .li:hover {
  background: #000000;
  color: #fff;
  border: 1px solid #000;
}
.user_main_cont .order_last_cont {
  padding: 30px 0;
}
.user_main_cont .order_last_cont .order_list {
  display: flex;
  padding: 26px 32px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont {
  width: 78%;
  position: relative;
  padding-right: 30px;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  right: 0;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .head_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .head_box .head_left {
  display: flex;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .head_box .ddh {
  margin-right: 50px;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .head_box .pys1 {
  padding: 2px 8px;
  background: #b70808;
  color: #fff;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .head_box .pys2 {
  padding: 2px 8px;
  background: #3f28a5;
  color: #fff;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .pro_li {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px dashed #ececec;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .pro_li:nth-last-child(2) {
  border-bottom: none;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .sub_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 8px 0;
  background: #f07b4e;
  font-size: 12px;
  color: #ffffff;
  margin-top: 20px;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .sub_btn.btn_ys_1 {
  background: #08b727;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .sub_btn.btn_zz {
  background: #B69860;
  cursor: pointer;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .sub_btn.onlinePayBtn {
  background: #27c7c6;
  cursor: pointer;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .sub_btn.del {
  background: #b0b0b0;
  cursor: pointer;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .pro_cont {
  width: 100px;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .pro_cont .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .pro_cont .pro_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .inf_cont {
  width: calc(100% - 100px);
  padding: 0 20px;
  position: relative;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .inf_cont .title_head {
  margin-bottom: 14px;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .inf_cont .title_head .tle {
  font-size: 14px;
  color: #111010;
  margin-bottom: 4px;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .inf_cont .title_head .txt {
  font-size: 12px;
  color: #666666;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .inf_cont .pri {
  font-size: 15px;
  color: #121011;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .inf_cont .pri span {
  margin-right: 10px;
}
.user_main_cont .order_last_cont .order_list .pro_inf_cont .inf_cont .qty {
  font-size: 13px;
  color: #121011;
  margin-bottom: 6px;
}
.user_main_cont .order_last_cont .order_list .data_cont {
  width: 20%;
  position: relative;
  padding: 0 20px;
}
.user_main_cont .order_last_cont .order_list .data_cont .tle {
  font-size: 14px;
  color: #000000;
  margin-bottom: 4px;
}
.user_main_cont .order_last_cont .order_list .data_cont .txt {
  font-size: 12px;
  color: #333333;
  padding: 6px 0;
}
.user_main_cont .order_last_cont .order_list .data_cont .bit {
  font-size: 13px;
  color: #121011;
}
.user_main_cont .order_last_cont .order_list .data_cont .dl {
  margin-bottom: 20px;
}
.user_main_cont .order_last_cont .order_list .data_cont .dl .dt {
  font-size: 14px;
  color: #000000;
  margin-bottom: 6px;
}
.user_main_cont .order_last_cont .order_list .data_cont .dl .dd {
  font-size: 12px;
  color: #999999;
  line-height: 24px;
}
.user_main_cont .again_btn_cont {
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
}
.user_main_cont .again_btn_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 50px;
  background: #000000;
  border-radius: 10px;
  font-size: 12px;
  color: #ffffff;
}
.user_main_cont .order_null_cont {
  padding: 50px 0;
  background: #fff;
  border-radius: 15px;
  margin: 30px auto;
  text-align: center;
}
.user_main_cont .order_null_cont .tle {
  font-size: 16px;
  color: #333333;
  margin-bottom: 6px;
}
.user_main_cont .order_null_cont .txt {
  font-size: 13px;
  color: #555555;
}
.user_main_cont .order_null_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 50px;
  background: #000000;
  border-radius: 10px;
  margin: 15px auto;
  font-size: 12px;
  color: #ffffff;
}
.user_main_cont .quote_panel {
  border-radius: 8px;
  overflow: hidden;
}
.user_main_cont .quote_panel .quote_tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #86a9e2;
  background: #fff;
}
.user_main_cont .quote_panel .quote_tabs .tab {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  font-size: 13px;
  color: #1d2734;
  border: 1px solid transparent;
  border-bottom: none;
}
.user_main_cont .quote_panel .quote_tabs .tab.active,
.user_main_cont .quote_panel .quote_tabs .tab:hover {
  color: #fff;
  border-color: #86a9e2;
  background: #1b63d1;
}
.user_main_cont .quote_panel .quote_table_wrap {
  background: #fff;
}
.user_main_cont .quote_panel .quote_table {
  width: 100%;
}
.user_main_cont .quote_panel .quote_table .col_picture {
  width: 130px;
}
.user_main_cont .quote_panel .quote_table .col_request {
  width: 420px;
}
.user_main_cont .quote_panel .quote_table .col_status {
  width: 170px;
}
.user_main_cont .quote_panel .quote_table .col_price {
  width: 160px;
}
.user_main_cont .quote_panel .quote_table .col_tags {
  width: 180px;
}
.user_main_cont .quote_panel .quote_table .col_date {
  width: 180px;
}
.user_main_cont .quote_panel .quote_table .col_action {
  width: 180px;
}
.user_main_cont .quote_panel .quote_table thead {
  background: #d8e0ec;
}
.user_main_cont .quote_panel .quote_table thead th {
  padding: 17px 12px;
  font-size: 13px;
  font-weight: normal;
  color: #1d2734;
  text-align: left;
}
.user_main_cont .quote_panel .quote_table tbody td {
  padding: 22px 12px;
  border-top: 1px solid #e0e6f0;
  font-size: 13px;
  color: #1d2734;
  vertical-align: middle;
}
.user_main_cont .quote_panel .quote_table .pro_pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border: 1px solid #d9dee8;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}
.user_main_cont .quote_panel .quote_table .pro_pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_main_cont .quote_panel .quote_table .pro_pic.is_empty {
  background: #f3f5f8;
}
.user_main_cont .quote_panel .quote_table .pro_pic.is_empty::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #d4dae5;
  border-radius: 4px;
}
.user_main_cont .quote_panel .quote_table .request_cell {
  line-height: 1.7;
}
.user_main_cont .quote_panel .quote_table .request_cell .request_link {
  display: block;
  font-size: 13px;
  color: #4c6ed4;
  word-break: break-all;
}
.user_main_cont .quote_panel .quote_table .request_cell .meta_line {
  font-size: 13px;
  color: #1d2734;
}
.user_main_cont .quote_panel .quote_table .request_cell .meta_line .label {
  display: inline-block;
  margin-right: 4px;
  color: #333333;
}
.user_main_cont .quote_panel .quote_table .request_cell .attach_link {
  position: relative;
  padding-left: 14px;
  color: #4c6ed4;
}
.user_main_cont .quote_panel .quote_table .request_cell .attach_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #4c6ed4;
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
}
.user_main_cont .quote_panel .quote_table .status_ok {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 2px solid #04ad8d;
  position: relative;
}
.user_main_cont .quote_panel .quote_table .status_ok::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #04ad8d;
  border-bottom: 2px solid #04ad8d;
  transform: rotate(40deg);
}
.user_main_cont .quote_panel .quote_table .price_val {
  font-size: 24px;
  color: #f0a037;
}
.user_main_cont .quote_panel .quote_table .act_btns {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.user_main_cont .quote_panel .quote_table .act_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 26px;
  font-size: 12px;
  color: #1b63d1;
  background: #e2e9f5;
  border: 1px solid #ccd5e6;
  border-radius: 3px;
}
.user_main_cont .quote_panel .quote_table .act_btns .btn:hover {
  background: #d8e3f6;
}
.pulic_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.adres_add_dc {
  width: 650px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 26px;
  background: #fff;
  border-radius: 10px;
  z-index: 11;
}
.adres_add_dc .shut_btn {
  position: absolute;
  right: 30px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.adres_add_dc .shut_btn img {
  display: block;
  width: 100%;
  height: 100%;
}
.adres_add_dc .title_head {
  margin-bottom: 20px;
}
.adres_add_dc .title_head .tle {
  font-size: 20px;
  color: #141313;
  margin-bottom: 14px;
}
.adres_add_dc .title_head .cek_inf {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666666;
}
.adres_add_dc .title_head .cek_inf input {
  width: 20px;
  margin-right: 6px;
}
.adres_add_dc .form_cont .reg_dl {
  padding: 12px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  margin-bottom: 20px;
}
.adres_add_dc .form_cont .reg_dl .dt {
  font-size: 12px;
  color: #999999;
}
.adres_add_dc .form_cont .reg_dl .dd {
  font-size: 12px;
  color: #333333;
}
.adres_add_dc .form_cont .int_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.adres_add_dc .form_cont .int_dl .dl {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
}
.adres_add_dc .form_cont .int_dl .dl.w49 {
  width: 49%;
}
.adres_add_dc .form_cont .int_dl .dl.w32 {
  width: 32%;
}
.adres_add_dc .form_cont .int_dl .dl input {
  width: 100%;
  height: 56px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  border: none;
}
.adres_add_dc .form_cont .int_dl .dl .tle {
  font-size: 12px;
  color: #707070;
  padding: 10px 10px 5px;
}
.adres_add_dc .form_cont .int_dl .dl .sel select {
  width: 100%;
  height: 20px;
  border: none;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  -webkit-appearance: menulist-button;
}
.adres_add_dc .pho_int {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
.adres_add_dc .pho_int .l_tel {
  width: 90%;
}
.adres_add_dc .pho_int .l_tel .tle {
  font-size: 12px;
  color: #333;
}
.adres_add_dc .pho_int .l_tel .txt input {
  width: 100%;
  height: 20px;
  font-size: 12px;
  border: none;
}
.adres_add_dc .pho_int .r_country {
  width: 10%;
  border-left: 1px solid #dedede;
  position: relative;
  padding: 5px 0;
}
.adres_add_dc .pho_int .r_country .tis_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.adres_add_dc .pho_int .r_country .count {
  width: 32px;
  margin: 0 5px;
}
.adres_add_dc .pho_int .r_country .arr {
  width: 10px;
}
.adres_add_dc .pho_int .r_country:hover .bit_cont {
  display: block;
}
.adres_add_dc .pho_int .r_country .bit_cont {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 120%;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.adres_add_dc .pho_int .r_country .bit_cont .li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}
.adres_add_dc .pho_int .r_country .bit_cont .li .i {
  width: 20px;
}
.adres_add_dc .bit_seet {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 14px 0;
}
.adres_add_dc .bit_seet .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 10px;
  margin-left: 12px;
  background: #21fff9;
  font-size: 13px;
  color: #080909;
}
.adres_add_dc .bit_seet .btn.can {
  background: #fff;
  color: #19b9b5;
}
.buy_main {
  padding-bottom: 100px;
  border-bottom: 1px solid #f2f2f2;
}
.buy_title {
  padding: 40px 0;
  font-size: 32px;
  color: #121011;
}
.buy_tab_cont .tab_thead {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.buy_tab_cont .tab_thead .td {
  padding: 16px 0;
  font-size: 13px;
  color: #817d7f;
}
.buy_tab_cont .phone_dl {
  display: none;
}
.buy_tab_cont .td:nth-child(1) {
  width: 550px;
}
.buy_tab_cont .td:nth-child(2) {
  width: 240px;
}
.buy_tab_cont .td:nth-child(3) {
  width: 170px;
}
.buy_tab_cont .td:nth-child(4) {
  width: 200px;
}
.buy_tab_cont .tab_tbody .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.buy_tab_cont .tab_tbody .tr .td {
  padding: 40px 0;
  font-size: 14px;
  color: #121011;
}
.buy_tab_cont .tab_tbody .empty-cart {
  padding-top: 100px;
  text-align: center;
  color: #999;
  font-size: 16px;
}
.buy_tab_cont .tab_tbody .pro_det_cont {
  display: flex;
  align-items: center;
}
.buy_tab_cont .tab_tbody .pro_det_cont .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 130px;
  border: 1px solid #d0cfcf;
}
.buy_tab_cont .tab_tbody .pro_det_cont .pro_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.buy_tab_cont .tab_tbody .pro_det_cont .det_cont {
  width: calc(100% - 124px);
  padding-left: 16px;
}
.buy_tab_cont .tab_tbody .pro_det_cont .det_cont .tle {
  font-size: 14px;
  color: #333333;
  margin-bottom: 16px;
}
.buy_tab_cont .tab_tbody .pro_det_cont .det_cont .txt {
  font-size: 13px;
  color: #121011;
  padding: 4px 0;
  font-weight: bold;
}
.buy_tab_cont .tab_tbody .seet_data {
  display: flex;
  align-items: center;
}
.buy_tab_cont .tab_tbody .seet_data .dele_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 38px;
  cursor: pointer;
}
.buy_tab_cont .tab_tbody .seet_data .dele_btn img {
  display: block;
  width: 100%;
}
.buy_tab_cont .tab_tbody .count_cont {
  display: flex;
  align-items: center;
  width: 150px;
  height: 50px;
  border: 1px solid #cccccc;
}
.buy_tab_cont .tab_tbody .count_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  line-height: 50px;
  cursor: pointer;
}
.buy_tab_cont .tab_tbody .count_cont input {
  width: 50px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  border: none;
}
.car_bit_total {
  text-align: right;
  padding: 40px 0;
}
.car_bit_total .total {
  font-size: 18px;
  color: #121011;
}
.car_bit_total .txt {
  font-size: 13px;
  color: #646263;
}
.car_bit_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.car_bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 242px;
  height: 55px;
  border: 1px solid #121011;
  font-size: 14px;
  color: #121011;
  margin-left: 16px;
}
.car_bit_btn .btn.btn_ys_1 {
  background: #121011;
  color: #fff;
}
.pay_head_cont {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.pay_head_cont .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay_head_cont .logo img {
  display: block;
}
.pay_head_cont .r_cont {
  display: flex;
  align-items: center;
}
.pay_head_cont .r_cont .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin: 0 9px;
}
.pay_head_cont .r_cont .li img {
  display: block;
  max-width: 100%;
}
.pay_main_cont {
  position: relative;
  min-height: 95vh;
}
.pay_main_cont::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f5f5f5;
  z-index: -1;
}
.pay_main_cont .contain {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0 0;
}
.pay_main_cont .l_cont {
  width: 50%;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
}
.pay_main_cont .l_cont .title_head {
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.pay_main_cont .l_cont .title_head .sign {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #005bd1;
  text-decoration: underline;
}
.pay_main_cont .l_cont .int {
  width: 100%;
  height: 60px;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}
.pay_main_cont .l_cont .cek_dl {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
}
.pay_main_cont .l_cont .cek_dl input {
  margin-right: 5px;
}
.pay_main_cont .l_cont .ship_cont {
  padding: 20px 0;
}
.pay_main_cont .l_cont .ship_cont .tle {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}
.pay_main_cont .l_cont .ship_cont .bits_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  background: #f5f5f5;
  font-size: 12px;
  color: #999;
}
.pay_main_cont .l_cont .payment_cont .title_bits {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}
.pay_main_cont .l_cont .payment_cont .pay_last {
  padding: 20px 0;
}
.pay_main_cont .l_cont .payment_cont .pay_last .dl {
  display: flex;
  align-items: center;
}
.pay_main_cont .l_cont .payment_cont .pay_last .dl img {
  max-height: 40px;
  margin-left: 10px;
}
.pay_main_cont .l_cont .payment_cont .pay_last .dl input {
  margin-right: 10px;
}
.pay_main_cont .l_cont .payment_cont .txt {
  font-size: 14px;
  color: #666;
}
.pay_main_cont .l_cont .com_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  background: #2ffbfa;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 30px auto;
  border: none;
  cursor: pointer;
}
.pay_main_cont .r_cont {
  width: 50%;
  padding-left: 30px;
}
.pay_main_cont .r_cont .pro_last {
  margin-bottom: 34px;
}
.pay_main_cont .r_cont .pro_last .list {
  display: flex;
  margin-bottom: 10px;
}
.pay_main_cont .r_cont .pro_last .list .pro_cont {
  position: relative;
}
.pay_main_cont .r_cont .pro_last .list .pro_cont .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.pay_main_cont .r_cont .pro_last .list .pro_cont .pro_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.pay_main_cont .r_cont .pro_last .list .pro_cont .num {
  position: absolute;
  right: -5px;
  top: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #000000;
  font-size: 12px;
  color: #ffffff;
}
.pay_main_cont .r_cont .pro_last .list .pro_inf {
  position: relative;
  width: calc(100% - 66px);
  padding-left: 14px;
}
.pay_main_cont .r_cont .pro_last .list .pro_inf .name {
  width: 80%;
  font-size: 12px;
  color: #333333;
  margin-bottom: 6px;
}
.pay_main_cont .r_cont .pro_last .list .pro_inf .txt {
  font-size: 12px;
  color: #999999;
}
.pay_main_cont .r_cont .pro_last .list .pro_inf .pri {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #000000;
}
.pay_main_cont .r_cont .inf_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.pay_main_cont .r_cont .inf_dl .dt {
  font-size: 13px;
  color: #666666;
}
.pay_main_cont .r_cont .inf_dl .dd {
  font-size: 13px;
  color: #666666;
}
.pay_main_cont .r_cont .inf_dl .dd span {
  color: #000000;
}
.pay_main_cont .r_cont .total_dl {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay_main_cont .r_cont .total_dl .tle {
  font-size: 17px;
  color: #000000;
}
.pay_main_cont .r_cont .total_dl .dd {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.pay_main_cont .r_cont .total_dl .dd span {
  font-size: 17px;
  color: #000000;
  font-weight: bold;
}
.deliver_infor_form {
  width: 70%;
  margin-bottom: 40px;
}
.deliver_infor_form .title_head {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.deliver_infor_form .int_dl {
  display: flex;
  gap: 20px;
}
.deliver_infor_form .int_dl .dl {
  width: 100%;
}
.deliver_infor_form .int_dl .dl .dt {
  height: 30px;
  font-size: 16px;
  color: #333;
}
.deliver_infor_form .int_dl .dl input {
  width: 100%;
  height: 44px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  font-size: 12px;
  color: #333;
}
.deliver_infor_form .int_dl .dl .tle {
  font-size: 12px;
  color: #707070;
  padding: 10px 10px 5px;
}
.deliver_infor_form .int_dl .dl select {
  width: 100%;
  height: 44px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  -webkit-appearance: menulist-button;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
.deliver_form .reg_dl {
  padding: 12px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  margin-bottom: 20px;
}
.deliver_form .reg_dl .dt {
  font-size: 12px;
  color: #999999;
}
.deliver_form .reg_dl .dd {
  font-size: 12px;
  color: #333333;
}
.deliver_form .reg_dl .dd select {
  width: 100%;
  height: 20px;
  border: none;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  -webkit-appearance: menulist-button;
}
.deliver_form .int_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.deliver_form .int_dl .dl {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
}
.deliver_form .int_dl .dl.w49 {
  width: 49%;
}
.deliver_form .int_dl .dl.w32 {
  width: 32%;
}
.deliver_form .int_dl .dl input {
  width: 100%;
  height: 56px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  border: none;
}
.deliver_form .int_dl .dl .tle {
  font-size: 12px;
  color: #707070;
  padding: 10px 10px 5px;
}
.deliver_form .int_dl .dl select {
  width: 100%;
  height: 20px;
  border: none;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  -webkit-appearance: menulist-button;
}
.deliver_form .int_dl .dl > select {
  height: 100%;
}
.emptys {
  text-align: center;
  font-size: 18px;
  color: #6d6d6d;
  padding: 40px;
}
.pagess_title {
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
  font-weight: bold;
}
.pro_pagss_line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_pagss_line:after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background: #1D4E8C;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.pro_pagss_line .list_cont {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100px;
}
.pro_pagss_line .list_cont .bit_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #333333;
  margin: 0 auto;
  padding: 15px;
}
.pro_pagss_line .list_cont .bit_i img {
  display: block;
  max-width: 100%;
}
.pro_pagss_line .list_cont .time {
  height: 60px;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
}
.pro_pagss_line .list_cont.active .bit_i {
  background: #1D4E8C;
}
.wd_lcjd_upload {
  width: 100%;
  min-height: 80vh;
  padding: 40px 0;
}
.wd_lcjd_upload .title_head {
  font-size: 25px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 20px;
}
.wd_lcjd_upload .upload_last {
  display: flex;
  flex-wrap: wrap;
}
.wd_lcjd_upload .file_list {
  width: 264px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 20px 26px;
  background: #f0f1f4;
  border-radius: 10px;
  overflow: hidden;
}
.wd_lcjd_upload .file_list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 248px;
  background: #fff;
  border-radius: 10px;
}
.wd_lcjd_upload .file_list .tis_i img {
  max-width: 100%;
}
.wd_lcjd_upload .file_list .bit_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 0 0;
}
.wd_lcjd_upload .file_list .bit_dl .dt {
  font-size: 15px;
  color: #333333;
  width: 60%;
}
.wd_lcjd_upload .file_list .bit_dl .dd {
  font-size: 14px;
  color: #999999;
}
.wd_lcjd_upload .file_upload {
  width: 264px;
  padding: 36px;
  background: #f0f1f4;
  border-radius: 10px;
  margin-bottom: 16px;
}
.wd_lcjd_upload .file_upload .tis_cont {
  margin-bottom: 36px;
}
.wd_lcjd_upload .file_upload .tis_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
}
.wd_lcjd_upload .file_upload .tis_cont .tis_i img {
  max-width: 100%;
}
.wd_lcjd_upload .file_upload .tis_cont p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.wd_lcjd_upload .file_upload .upload_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  background: #3366ff;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 15px;
  color: #ffffff;
}
.account_sett_main {
  padding: 30px 0;
  width: 30vw;
  margin: 0 auto;
}
.account_sett_main .case_title_txt {
  font-size: 16px;
  margin-bottom: 20px;
}
.account_sett_main .upload_img_cont {
  margin-bottom: 20px;
}
.account_sett_main .upload_img_cont .upload_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  border: 2px solid #121011;
  margin: 0 auto;
}
.account_sett_main .upload_img_cont .upload_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 44px;
  padding: 8px 16px;
  background: #121011;
  font-size: 16px;
  color: #fff;
  margin: 20px auto;
  border-radius: 10px;
}
.account_sett_main .line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px auto;
  background: linear-gradient(90deg, transparent, #000, transparent);
}
.account_sett_main .int_last_cont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.account_sett_main .int_last_cont .int_dl .tle {
  font-size: 16px;
  margin-bottom: 8px;
  color: #9ca3af;
}
.account_sett_main .int_last_cont .int_dl .int input {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #121011;
  font-size: 16px;
  color: #121011;
  box-sizing: border-box;
  background: none;
  border-radius: 10px;
}
.account_sett_main .int_last_cont .int_dl.w100 {
  grid-column: span 2 / 3;
}
.account_sett_main .bit_btn {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
.account_sett_main .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #121011;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}
.pulic_baner_cont {
  background: linear-gradient(to right, #2563eb, #9333ea);
  text-align: center;
  padding: 64px 0;
}
.pulic_baner_cont .title_head h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}
.pulic_baner_cont .title_head p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 32px;
  line-height: 28px;
}
.pulic_baner_cont .btn_dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulic_baner_cont .btn_dl .btn {
  padding: 12px 24px;
  border-radius: 5px;
  margin: 0 14px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.pulic_baner_cont .btn_dl .btn.btn_ys_1 {
  background: #fff;
  color: #2563eb;
}
.pulic_baner_cont .btn_dl .btn.btn_ys_2 {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.pulic_baner_cont .btn_dl .btn:hover {
  transform: scale(1.1, 1.1);
}
.pulic_bg_1 {
  background: linear-gradient(to right, #9333ea, #db2777);
}
.pulic_bg_2 {
  background: linear-gradient(to right, #4f46e5, #9333ea);
}
.rck_table_main {
  padding: 20px 40px;
  background: #fff;
  border-radius: 10px;
  margin: 30px auto;
}
.rck_table_main .rck_table_contain {
  width: 800px;
  margin: 0 auto;
}
.rck_table_main .title_head {
  text-align: center;
  font-size: 16px;
  color: #646464;
  margin-bottom: 20px;
}
.rck_table_main .dl_last {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.rck_table_main .dl {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}
.rck_table_main .dl .dt {
  width: 140px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}
.rck_table_main .dl .dd {
  width: calc(100% - 140px);
  display: flex;
  align-items: center;
}
.rck_table_main .dl .dd input[type="text"] {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #efefef;
  font-size: 16px;
}
.rck_table_main .dl .dd textarea {
  width: 100%;
  height: 150px;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  font-size: 16px;
}
.rck_table_main .dl .dd input[type="checkbox"] {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #efefef;
  font-size: 16px;
  margin-right: 10px;
}
.rck_table_main .dl .dd .upload_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border: 1px dashed #ccc;
  border-radius: 5px;
}
.rck_table_main .dl .dd .upload_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.rck_table_main .upload_img_last .dt {
  font-size: 16px;
  color: #333;
  line-height: 50px;
}
.rck_table_main .upload_img_last .upload_img_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.rck_table_main .upload_img_last .upload_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border: 1px dashed #ccc;
  border-radius: 5px;
}
.rck_table_main .upload_img_last .upload_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.rck_table_main .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  background: #2563eb;
  margin: 30px auto;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: none;
}
.frequent_content {
  padding: 60px 0;
  background: #f6f6fc;
}
.frequent_content .title_head {
  text-align: center;
  padding: 0 0 40px 0;
  font-size: 42px;
  color: #222222;
}
.frequent_content .title_txt {
  text-align: center;
  margin-bottom: 40px;
}
.frequent_content .title_txt h2 {
  font-size: 37px;
  color: #222222;
}
.frequent_content .title_txt p {
  font-size: 17px;
  color: #565656;
}
.frequent_content .faq_dl {
  margin-bottom: 12px;
}
.frequent_content .faq_dl .dt {
  padding: 16px 60px 16px 30px;
  position: relative;
  background: #fff;
  font-size: 21px;
  color: #3d2930;
}
.frequent_content .faq_dl .dt .btn {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: #3d2930;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.frequent_content .faq_dl .dt .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
.frequent_content .faq_dl .dt .btn::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}
.frequent_content .faq_dl .dd {
  padding: 24px 30px;
  background: #fff;
  font-size: 17px;
  color: #666666;
  line-height: 30px;
  display: none;
}
.frequent_content .faq_dl.active .dt {
  background: #3d2930;
  color: #fff;
}
.frequent_content .faq_dl.active .dt .btn {
  background: #fff;
}
.frequent_content .faq_dl.active .dt .btn::after {
  background: #3d2930;
  transform: translate(-50%, -50%) rotate(180deg);
}
.frequent_content .faq_dl.active .dt .btn::before {
  background: #3d2930;
  transform: translate(-50%, -50%) rotate(270deg);
}
/* ==================== 手机端响应式样式 ==================== */
@media screen and (max-width: 768px) {
  .contain {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  /* PC端头部隐藏 */
  .pulic_index_search,
  .pulic_index_navi,
  .user_head_cont {
    display: none;
  }
  /* 手机端头部显示 */
  /* 样式已移至手机端头部样式区域 */
  /* 手机端面包屑导航 */
  /* 样式已移至手机端头部样式区域 */
  /* 顶部搜索栏 */
  .pulic_index_search {
    padding: 10px 0;
  }
  .pulic_index_search .contain {
    flex-wrap: wrap;
    gap: 10px;
  }
  .pulic_index_search .logo img {
    height: 50px;
  }
  .pulic_index_search .search_int {
    order: 3;
    width: 100%;
    height: 38px;
  }
  .pulic_index_search .search_int input {
    font-size: 14px;
  }
  .pulic_index_search .login_cont .li {
    padding: 0 6px;
    font-size: 12px;
  }
  .pulic_index_search .login_cont .li img {
    width: 14px;
  }
  /* 导航栏 */
  .pulic_index_navi .contain {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
  }
  .pulic_index_navi .li {
    padding: 10px 12px;
    font-size: 13px;
  }
  .pulic_index_navi .li.user {
    padding: 10px 12px;
  }
  /* Banner轮播 */
  .index_baner_cont .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  /* index_case_1 区域 */
  .index_case_1 {
    padding: 30px 0;
  }
  .index_case_1 .last_cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .index_case_1 .list .tis_i {
    height: 180px;
  }
  .index_case_1 .list .more_btn {
    padding: 10px 0;
    font-size: 12px;
  }
  .index_case_1 .list .tips {
    width: 50px;
    height: 60px;
    font-size: 10px;
    padding-bottom: 15px;
  }
  .index_case_1 .list .tips::after {
    border-right: 6px solid #229275;
    border-top: 7px solid transparent;
    left: -6px;
  }
  .index_case_1 .list:hover .more_btn {
    bottom: 25px;
  }
  .index_case_title {
    margin: 15px auto;
  }
  .index_case_title .tle {
    font-size: 18px;
    padding: 5px 10px;
  }
  .index_case_more {
    padding: 20px 0;
  }
  .index_case_more .btn {
    font-size: 14px;
    padding: 5px 10px;
  }
  /* index_case_2 区域 */
  .index_case_2 {
    padding: 25px 0;
  }
  .index_case_2 .pro_last {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .index_case_2 .pro_last .list .tis_i .sale {
    font-size: 12px;
    padding: 0 4px;
  }
  .index_case_2 .pro_last .list .title {
    padding: 10px 0;
    font-size: 13px;
    height: 60px;
  }
  .index_case_2 .pro_last .list .more_btn {
    padding: 8px 0;
    font-size: 12px;
  }
  /* index_case_3 区域 */
  .index_case_3 {
    padding: 40px 0;
  }
  .index_case_3 .index_pulic_title {
    margin-bottom: 25px;
  }
  .index_case_3 .index_pulic_title h2 {
    font-size: 22px;
    width: 280px;
    height: 40px;
  }
  .index_case_3 .index_pulic_title p {
    font-size: 14px;
  }
  .index_case_3 .last_cont {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .index_case_3 .last_cont .list {
    padding: 15px 0;
  }
  .index_case_3 .last_cont .list .tis_i {
    height: 50px;
  }
  .index_case_3 .last_cont .list .tis_i img {
    max-height: 35px;
  }
  .index_case_3 .last_cont .list .txt {
    font-size: 14px;
    padding: 6px 0;
  }
  .index_case_4 .contain {
    flex-wrap: wrap;
  }
  .index_case_4 .l_img {
    width: 100%;
  }
  .index_case_4 .r_cont {
    width: 100%;
    padding: 20px 0;
  }
  /* 公共标题 */
  .index_pulic_title {
    margin-bottom: 25px;
  }
  .index_pulic_title h2 {
    font-size: 24px;
  }
  .index_pulic_title p {
    font-size: 14px;
  }
  /* 底部 */
  .pulic_foot_cont {
    padding: 25px 0 15px;
  }
  .pulic_foot_cont .tis_cont {
    flex-direction: column;
    gap: 25px;
  }
  .pulic_foot_cont .l_cont {
    width: 100%;
    text-align: center;
  }
  .pulic_foot_cont .l_cont .logo img {
    height: 50px;
  }
  .pulic_foot_cont .l_cont .txt p {
    font-size: 13px;
  }
  .pulic_foot_cont .r_cont {
    width: 100%;
    flex-direction: column;
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .pulic_foot_cont .nav_dl {
    width: 100%;
    text-align: center;
  }
  .pulic_foot_cont .nav_dl .tle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .pulic_foot_cont .nav_dl .li {
    font-size: 13px;
  }
  .pulic_foot_cont .contact_cont {
    width: 100%;
    text-align: center;
  }
  .pulic_foot_cont .contact_cont .tle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .pulic_foot_cont .contact_cont .dl {
    justify-content: center;
  }
  .pulic_foot_cont .contact_cont .dl .dd {
    width: auto;
    padding-left: 6px;
  }
  .pulic_foot_cont .bit_copy {
    margin-top: 20px;
    padding: 20px 0 30px;
    font-size: 12px;
  }
}
/* 小屏幕手机（小于480px） */
@media screen and (max-width: 480px) {
  .pulic_index_navi .contain .li {
    padding: 8px 8px;
    font-size: 12px;
  }
  .index_case_1 .last_cont {
    gap: 12px;
  }
  .index_case_2 .pro_last {
    gap: 12px;
  }
  .index_case_3 .last_cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .index_case_title .tle {
    font-size: 16px;
  }
}
/* ==================== 产品列表页 ==================== */
@media screen and (max-width: 768px) {
  .product_last_cont {
    padding: 20px 0;
  }
  .product_last_cont .contain {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 15px;
  }
  .product_last_cont .list_cont .tis_i .bit_seet {
    padding: 6px 12px;
  }
  .product_last_cont .list_cont .tis_i .bit_seet .add_btn {
    padding: 7px 0;
  }
  .product_last_cont .list_cont .bit_cont {
    padding: 15px 0 0;
  }
  .product_last_cont .list_cont .bit_cont .txt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* 产品详情页 */
  .product_detail_main .tis_content {
    flex-direction: column;
  }
  .product_detail_main .tis_content .l_cont {
    width: 100%;
  }
  .product_detail_main .tis_content .r_cont {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .product_detail_main .tis_content .deta_bit_baner .swiper-button-next:after,
  .product_detail_main .tis_content .deta_bit_baner .swiper-button-prev:after {
    font-size: 20px;
  }
  .product_detail_main .tis_content .pro_name {
    font-size: 20px;
  }
  .product_detail_main .tis_content .pro_det_inf {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .product_detail_main .tis_content .pro_price {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .product_detail_main .tis_content .guide_dl .dd_last .dd {
    padding: 10px 20px;
    font-size: 11px;
  }
  .product_detail_main .tis_content .btn_cont {
    flex-direction: column;
    gap: 10px;
  }
  .product_detail_main .tis_content .btn_cont .btn {
    width: 100%;
    padding: 15px 0;
  }
  .product_detail_main .tis_content .det_dl {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .product_detail_main .bit_cont .title_head {
    overflow-x: auto;
  }
  .product_detail_main .bit_cont .title_head span {
    padding: 12px 20px;
    font-size: 13px;
    white-space: nowrap;
  }
  .product_detail_main .bit_cont .title_head_nav {
    overflow-x: auto;
  }
  .product_detail_main .bit_cont .title_head_nav .li {
    padding: 12px 20px;
    font-size: 13px;
    white-space: nowrap;
  }
  .product_detail_main .bit_cont .txt p {
    font-size: 14px;
  }
  .deliver_infor_form {
    width: 100%;
  }
  .deliver_infor_form .int_dl {
    flex-direction: row;
    gap: 10px;
  }
  .deliver_infor_form .int_dl .dl input,
  .deliver_infor_form .int_dl .dl select {
    height: 40px;
  }
  /* 推荐产品 */
  .product_recom_main {
    padding: 40px 0 20px;
  }
  .product_recom_main .title_head {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .product_recom_last {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 15px;
  }
  .product_recom_last .list_cont .bit_cont {
    padding: 15px 0 0;
  }
  .product_recom_last .list_cont .bit_cont .txt {
    font-size: 13px;
  }
  /* 购物车页面 */
  .buy_main {
    padding-bottom: 50px;
  }
  .buy_title {
    padding: 20px 0;
    font-size: 24px;
  }
  .buy_tab_cont .tab_thead {
    display: none;
  }
  .buy_tab_cont .tab_tbody .tr {
    flex-direction: column;
    padding: 15px 0;
  }
  .buy_tab_cont .tab_tbody .tr .td {
    width: 100%;
    padding: 10px 0;
  }
  .buy_tab_cont .tab_tbody .phone_dl {
    display: inline-block;
    margin-right: 10px;
  }
  .buy_tab_cont .tab_tbody .pro_det_cont {
    flex-direction: column;
    align-items: flex-start;
  }
  .buy_tab_cont .tab_tbody .pro_det_cont .pro_i {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .buy_tab_cont .tab_tbody .pro_det_cont .det_cont {
    width: 100%;
    padding-left: 0;
  }
  .buy_tab_cont .tab_tbody .seet_data {
    justify-content: space-between;
    width: 100%;
  }
  .buy_tab_cont .tab_tbody .count_cont {
    width: 120px;
    height: 40px;
  }
  .buy_tab_cont .tab_tbody .count_cont .btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .buy_tab_cont .tab_tbody .count_cont input {
    width: 40px;
    height: 38px;
    font-size: 14px;
  }
  .car_bit_total {
    padding: 20px 0;
  }
  .car_bit_total .total {
    font-size: 16px;
  }
  .car_bit_btn {
    flex-direction: column;
    gap: 10px;
  }
  .car_bit_btn .btn {
    width: 100%;
    margin-left: 0;
  }
  /* 支付页面 */
  .pay_main_cont::after {
    display: none;
  }
  .pay_main_cont .contain {
    flex-direction: column;
    padding: 15px 20px;
  }
  .pay_main_cont .l_cont {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .pay_main_cont .r_cont {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .pay_main_cont .int {
    height: 50px;
  }
  .pay_main_cont .com_btn {
    padding: 14px 0;
    font-size: 14px;
  }
  .deliver_form .int_dl .dl.w32,
  .deliver_form .int_dl .dl.w49 {
    width: 100%;
  }
  .deliver_form .int_dl .dl input {
    height: 44px;
  }
  /* 登录/注册页面 */
  .login_main_content .title_head {
    font-size: 16px;
  }
  .login_main_content .main_content {
    flex-direction: column;
  }
  .login_main_content .main_content .l_cont,
  .login_main_content .main_content .r_cont {
    width: 100%;
    padding: 20px 15px;
  }
  .login_main_content .main_content .l_cont .create_btn {
    width: 100%;
  }
  .login_main_content .main_content .r_cont .int_dl .dd input {
    width: 100%;
  }
  .login_main_content .main_content .r_cont .login_btn {
    width: 100%;
  }
  .login_main_content .regis_main {
    width: 100%;
  }
  .login_main_content .regis_main .int_dl .dd input {
    width: 100%;
  }
  .login_main_content .regis_main .regis_bit_seet {
    flex-direction: column;
    gap: 10px;
  }
  .login_main_content .regis_main .regis_bit_seet .back_btn {
    width: 100%;
    order: 2;
  }
  .login_main_content .regis_main .regis_bit_seet .ate_btn {
    width: 100%;
    order: 1;
  }
  /* 用户中心头部 */
  .user_head_cont .contain {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .user_head_cont .l_cont {
    width: 100%;
    justify-content: space-between;
  }
  .user_head_cont .l_cont .logo {
    margin-right: 0;
  }
  .user_head_cont .l_cont .logo img {
    height: 40px;
  }
  .user_head_cont .l_cont .nav_dl .li {
    padding: 0 10px;
    font-size: 13px;
  }
  .user_head_cont .user_cont {
    width: 100%;
    margin-top: 10px;
  }
  .user_head_cont .user_cont .cont {
    padding: 6px 12px;
  }
  .user_main_floor {
    width: 90%;
    left: 0;
    transform: none;
    padding: 10px;
    font-size: 12px;
    position: relative;
    margin: 10px auto;
  }
  /* 用户中心主体 */
  .user_main_cont {
    padding: 20px 0 100px;
  }
  .user_main_cont .title_head {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .user_main_cont .user_inf_cont {
    padding: 20px 15px;
  }
  .user_main_cont .user_inf_cont .user_name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .user_main_cont .order_head_nav .li {
    padding: 8px 10px;
    font-size: 11px;
  }
  .user_main_cont .order_last_cont {
    padding: 15px 0;
  }
  .user_main_cont .order_last_cont .order_list {
    flex-direction: column;
    padding: 15px;
  }
  .user_main_cont .order_last_cont .order_list .pro_inf_cont {
    width: 100%;
    padding-right: 0;
  }
  .user_main_cont .order_last_cont .order_list .pro_inf_cont::after {
    display: none;
  }
  .user_main_cont .order_last_cont .order_list .pro_inf_cont .head_box {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .user_main_cont .order_last_cont .order_list .pro_inf_cont .head_box .head_left {
    flex-direction: column;
  }
  .user_main_cont .order_last_cont .order_list .pro_inf_cont .head_box .ddh {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .user_main_cont .order_last_cont .order_list .pro_inf_cont .pro_li {
    flex-direction: column;
  }
  .user_main_cont .order_last_cont .order_list .pro_inf_cont .pro_li .pro_cont .pro_i {
    width: 80px;
    height: 80px;
  }
  .user_main_cont .order_last_cont .order_list .pro_inf_cont .pro_li .inf_cont {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .user_main_cont .order_last_cont .order_list .pro_inf_cont .sub_btn {
    width: 100%;
  }
  .user_main_cont .order_last_cont .order_list .data_cont {
    width: 100%;
    padding: 15px 0 0;
  }
  .user_main_cont .order_null_cont {
    padding: 30px 0;
  }
  .user_main_cont .order_null_cont .tle {
    font-size: 14px;
  }
  .user_main_cont .order_null_cont .txt {
    font-size: 12px;
  }
  /* 物流追踪 */
  .pro_pagss_line {
    flex-wrap: wrap;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pro_pagss_line::after {
    display: none;
  }
  .pro_pagss_line .list_cont {
    width: calc(50% - 5px);
  }
  .pro_pagss_line .list_cont .bit_i {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .pro_pagss_line .list_cont .time {
    height: auto;
    font-size: 11px;
    padding: 5px 0;
  }
  /* 报价面板 */
  .quote_panel .quote_tabs .tab {
    padding: 10px 15px;
    font-size: 12px;
  }
  .quote_panel .quote_table {
    display: block;
  }
  .quote_panel .quote_table thead {
    display: none;
  }
  .quote_panel .quote_table tbody {
    display: block;
  }
  .quote_panel .quote_table tbody tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #e0e6f0;
    border-radius: 8px;
    padding: 15px;
  }
  .quote_panel .quote_table tbody td {
    display: block;
    padding: 8px 0;
    border: none;
  }
  .quote_panel .quote_table tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #666;
  }
  .quote_panel .quote_table .pro_pic {
    width: 70px;
    height: 70px;
  }
  .quote_panel .quote_table .price_val {
    font-size: 18px;
  }
  /* 询价表单 */
  .rck_table_main {
    padding: 15px;
  }
  .rck_table_main .rck_table_contain {
    width: 100%;
  }
  .rck_table_main .title_head {
    font-size: 14px;
  }
  .rck_table_main .dl_last {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .rck_table_main .dl {
    flex-direction: column;
  }
  .rck_table_main .dl .dt {
    width: 100%;
    line-height: 30px;
  }
  .rck_table_main .dl .dd {
    width: 100%;
  }
  .rck_table_main .dl .dd input[type="text"] {
    height: 40px;
  }
  .rck_table_main .dl .dd textarea {
    height: 100px;
  }
  .rck_table_main .dl .dd .upload_img {
    width: 120px;
    height: 120px;
  }
  .rck_table_main .sub_btn {
    padding: 12px 0;
    font-size: 16px;
  }
  /* FAQ/关于/联系我们页面 */
  .frequent_content {
    padding: 30px 0;
  }
  .frequent_content .title_head {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .frequent_content .title_txt {
    margin-bottom: 25px;
  }
  .frequent_content .title_txt h2 {
    font-size: 24px;
  }
  .frequent_content .title_txt p {
    font-size: 14px;
  }
  .frequent_content .faq_dl .dt {
    padding: 12px 50px 12px 15px;
    font-size: 15px;
  }
  .frequent_content .faq_dl .dt .btn {
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .frequent_content .faq_dl .dd {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  /* 地址弹窗 */
  .adres_add_dc {
    width: 95%;
    padding: 15px;
  }
  .adres_add_dc .shut_btn {
    right: 15px;
    top: 15px;
  }
  .adres_add_dc .title_head .tle {
    font-size: 16px;
  }
  .adres_add_dc .form_cont .int_dl .dl.w49,
  .adres_add_dc .form_cont .int_dl .dl.w32 {
    width: 100%;
  }
  .adres_add_dc .form_cont .int_dl .dl input {
    height: 44px;
  }
  .adres_add_dc .bit_seet {
    flex-direction: column;
    gap: 10px;
  }
  .adres_add_dc .bit_seet .btn {
    width: 100%;
    margin-left: 0;
  }
  /* 公共标题 */
  .pulic_cont_title {
    font-size: 22px;
    padding: 20px 0;
  }
  .emptys {
    font-size: 14px;
    padding: 20px;
  }
}
/* ==================== 小屏幕手机（小于480px） ==================== */
@media screen and (max-width: 480px) {
  .product_recom_last .list_cont .tis_i .bit_seet {
    padding: 6px 12px;
  }
  .product_recom_last .list_cont .tis_i .bit_seet .add_btn {
    padding: 7px 0;
  }
  .user_head_cont .l_cont .nav_dl .li {
    padding: 0 8px;
    font-size: 12px;
  }
  .user_main_cont .order_head_nav .li {
    padding: 6px 8px;
    font-size: 10px;
  }
  .pro_pagss_line .list_cont {
    width: 100%;
  }
  .frequent_content .title_head {
    font-size: 22px;
  }
  .frequent_content .faq_dl .dt {
    font-size: 14px;
  }
}
/* ==================== 手机端头部样式 ==================== */
/* 手机端头部 - PC端隐藏，手机端显示 */
.mobile-header {
  display: none;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
/* 汉堡菜单按钮 */
.mobile-menu-btn {
  width: 24px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.mobile-menu-btn .menu-icon,
.mobile-menu-btn .menu-icon::before,
.mobile-menu-btn .menu-icon::after {
  display: block;
  width: 100%;
  height: 2px;
  background: #121011;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.mobile-menu-btn .menu-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-btn .menu-icon::before,
.mobile-menu-btn .menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.mobile-menu-btn .menu-icon::before {
  top: -7px;
}
.mobile-menu-btn .menu-icon::after {
  top: 7px;
}
/* Logo */
.mobile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-logo img {
  height: 40px;
}
/* 右侧按钮 */
.mobile-right-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mobile-search-btn,
.mobile-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.mobile-search-btn img,
.mobile-cart-btn img {
  width: 20px;
  height: 20px;
}
.mobile-cart-btn .cart-num {
  position: absolute;
  top: -5px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: #32eeed;
  border-radius: 8px;
  font-size: 10px;
  color: #121011;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 手机端搜索框 */
.mobile-search-box {
  display: none;
  padding: 10px 15px;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.mobile-search-box.active {
  display: flex;
}
.mobile-search-box input {
  flex: 1;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  outline: none;
}
.mobile-search-box button {
  height: 36px;
  padding: 0 15px;
  background: #121011;
  border: none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
/* 遮罩层 */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}
/* 滑出菜单 */
.mobile-slide-menu {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 201;
  transition: left 0.3s ease;
  overflow-y: auto;
}
.mobile-slide-menu.active {
  left: 0;
}
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: #121011;
}
.mobile-menu-header .menu-title {
  font-size: 18px;
  color: #fff;
}
.mobile-close-btn {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.mobile-close-btn .close-icon,
.mobile-close-btn .close-icon::before,
.mobile-close-btn .close-icon::after {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.mobile-close-btn .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-close-btn .close-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}
/* 菜单内容 */
.mobile-menu-content {
  padding: 15px 0;
}
.mobile-user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.mobile-user-info .user-name {
  font-size: 14px;
  color: #121011;
  font-weight: bold;
}
.mobile-user-info .logout-btn {
  font-size: 12px;
  color: #666;
}
.mobile-login-btns {
  display: flex;
  gap: 10px;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.mobile-login-btns a {
  flex: 1;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
}
.mobile-login-btns .login-link {
  background: #121011;
  color: #fff;
}
.mobile-login-btns .register-link {
  border: 1px solid #121011;
  color: #121011;
}
/* 导航列表 */
.mobile-nav-list {
  padding: 10px 0;
}
.mobile-nav-list .nav-item {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}
.mobile-nav-list .nav-item:last-child {
  border-bottom: none;
}
.mobile-nav-list .nav-item.active {
  color: #32eeed;
  background: #f5f5f5;
}
/* header2 用户中心手机端头部 */
.mobile-header-user {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
.mobile-header-user .mobile-header-inner {
  justify-content: flex-start;
}
.mobile-header-user .mobile-menu-btn {
  margin-left: auto;
}
.mobile-header-user .mobile-user-info {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.mobile-header-user .mobile-user-info .user-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-header-user .mobile-user-info .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.mobile-header-user .mobile-user-info .user-email {
  font-size: 13px;
  color: #333;
}
/*# sourceMappingURL=app.css.map */