@charset "UTF-8";

i {
  font-style: normal;
}

input,
textarea {
  background: none;
  border: none;
  outline: none;
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

strong,
em,
span {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}


[v-cloak] {
  display: none !important;
}

.show-flex-box-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.show-flex-box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.show-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.show-flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}


.b-bottom,
.b-top,
.b-left,
.b-right {
  position: relative;
  border: none;
}

.b-bottom:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eee;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.b-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #eee;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.b-left:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border-left: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.b-right:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border-right: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.b-around {
  position: relative;
  border: none;
}

.b-around:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}


/* 超出隐藏 start*/
.hide-line1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hide-line2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hide-line2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hide-line3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hide-line4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.hide-line5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
/* 超出隐藏 end*/

.box-scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/*********底线**********/
.base-line {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 0.17rem;
  text-align: center;
  padding-bottom: 0.24rem;
  font-size: 0.12rem;
  margin-top: 0.52rem;
}

.base-line span {
  position: relative;
  font-size: 0.12rem;
  color: #C8C8CC;
}

.base-line span:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0.085rem;
  background: #eee;
  width: 0.77rem;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.base-line span:before {
  content: '';
  position: absolute;
  right: -100%;
  top: 0.085rem;
  background: #eee;
  width: 0.77rem;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}


/*列表列表页开关 start*/
.show-switch-btn {
  display: block;
}

.show-switch-btn input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}

.show-switch-btn em {
  position: relative;
  display: block;
  width: 0.68rem;
  height: 0.36rem;
  border-radius: 18px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px #c2bfbf;
  box-shadow: 0 0 4px #c2bfbf;
}

.show-switch-btn em i {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.32rem;
  border-radius: 100%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  background-color: #fff;
}

.show-switch-btn input[type="checkbox"]:checked+em {
  background-color: #fff;
  border: 1px solid #E5E5E5;
}

.show-switch-btn input[type="checkbox"]:checked+em i {
  right: 0.35rem;
  -webkit-box-shadow: 0 0 4px #c2bfbf;
  box-shadow: 0 0 4px #c2bfbf;
}

/*规格*/
.show-switch-big-btn .show-switch-btn em {
  width: 1.05rem;
  height: 0.5rem;
}

.show-switch-big-btn .show-switch-btn em i {
  width: 0.46rem;
  height: 0.46rem;
}

.show-switch-big-btn .show-switch-btn input[type="checkbox"]:checked+em i {
  right: 0.58rem;
}

/********开关颜色管理********/
/*蓝色与灰色*/
.show-switch-btn em.open-blue {
  border: 1px solid #276EFF;
  background-color: #276EFF;
}

.show-switch-btn input.close-gray[type="checkbox"]:checked+em {
  background-color: #999;
  border: 1px solid #E5E5E5;
}

/*橙色与白色*/
.show-switch-btn em.open-orange {
  border: 1px solid #FF923A;
  background-color: #FF923A;
}

.show-switch-btn input.close-white[type="checkbox"]:checked+em {
  background-color: #fff;
  border: 1px solid #E5E5E5;
}

/*按钮的开启颜色*/
.show-switch-btn em i.show-btn-white {
  background-color: #fff;
}

.show-switch-btn em i.show-btn-orange {
  background-color: #FF923A;
}

.show-switch-btn em i.show-btn-skyblue {
  background-color: #68B6FF;
}

.show-switch-btn em i.show-btn-green {
  background-color: #2CA242;
}

.show-switch-btn em i.show-btn-blue {
  background-color: #276EFF;
}

/*按钮的关闭颜色*/

.show-switch-btn input[type="checkbox"]:checked+em i.show-close-btn-white {
  background-color: #fff;
}

/*列表列表页开关 end*/

.show-b-bottom-half {
  position: relative;
}

.show-b-bottom-half::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #eee), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #eee 50%, transparent 50%);
}

/* 标签隐藏 visibility */
.visibility-hidden {
  visibility: hidden;
}
.visibility-visible {
  visibility: visible;
}
