<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*第一次换颜色相关的样式,归纳了各种变量，背景色，字体颜色等*/
/*公共的文字颜色*/
/*优惠券*/
/*公共的按钮颜色*/
/*公共的边框颜色*/
/*公共的图片*/
/*公共的字号*/
/*公共的字体*/
/*第一次换颜色相关的样式结束*/
/*公用属性*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none; }
  *:not(input, textarea) {
    -webkit-touch-callout: none; }

/**必填项**/
.pc_con .required {
  color: red; }

html, body {
  min-width: 1365px; }

input:focus {
  outline: none; }

body {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-family: Arial, Helvetica, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  min-width: 1365px;
  margin: 0;
  padding: 0; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

em, strong, th {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

a {
  text-decoration: none;
  color: #000000; }
  a:hover {
    text-decoration: none; }

input, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

ins {
  text-decoration: none; }

a:focus {
  outline: none; }

i {
  font-style: normal; }

/*定位*/
.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.bc {
  margin-left: auto;
  margin-right: auto; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.cb {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
  clear: both; }

.pr {
  position: relative; }

.pa {
  position: absolute; }

.block {
  display: block; }

.inline {
  display: inline; }

.ib {
  text-align: left; }

.none {
  display: none !important; }

.oh {
  overflow: hidden; }

/*字体*/
.f12 {
  font-size: 12px; }

.f-14 {
  font-size: 14px !important; }

.f16 {
  font-size: 16px; }

.f-18 {
  font-size: 18px; }

.f20 {
  font-size: 20px; }

.f22 {
  font-size: 22px; }

.f24 {
  font-size: 24px; }

.f26 {
  font-size: 26px; }

.f30 {
  font-size: 30px; }

.f36 {
  font-size: 36px; }

.fb {
  font-weight: bold; }

.p1 {
  padding: 10px; }

.fn {
  font-weight: normal; }

.t2 {
  text-indent: 2em; }

.lh16 {
  line-height: 16px; }

.lh20 {
  line-height: 20px; }

.lh22 {
  line-height: 22px; }

.lh24 {
  line-height: 24px; }

.lh30 {
  line-height: 30px; }

.lh36 {
  line-height: 36px; }

.unl, a.unl {
  text-decoration: underline; }

.no_unl, a.no_unl:hover {
  text-decoration: none; }

/*字体类*/
.fontArial {
  font-family: Arial,"\5b8b\4f53",sans-serif; }

.fontSong {
  font-family: "\5b8b\4f53",sans-serif; }

.fontHei {
  font-family: "\9ed1\4f53","\5b8b\4f53",sans-serif; }

.fontYaHei {
  font-family: "Microsoft YaHei","\5b8b\4f53",sans-serif; }

/*mt*/
.mt0 {
  margin-top: 0px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

/*padding*/
.pl0 {
  padding-left: 0px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pt0 {
  padding-top: 0px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

/*颜色类*/
.gray {
  color: #999 !important; }

.pink {
  color: #f10c4d !important; }

.black {
  color: #000 !important; }

.esayGray {
  color: #d0d0d0 !important; }

/*按钮*/
.btn-pink {
  background-color: #ee1553;
  color: #fff; }

/*居中*/
.center {
  text-align: center; }

/*居右*/
.align_right {
  text-align: right; }

.login-item .error {
  color: red !important; }

/*推荐商品，浏览记录按钮配置颜色，默认*/
.the-hot .swiper-button-prev i,
.the-hot .swiper-button-next i {
  color: #333333; }

.inline-block {
  display: inline-block; }

/*# sourceMappingURL=base.css.map */
</pre></body></html>