body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #f8f8f8 !important;
  width: 100%;
  max-width: 640px !important;
  margin: 0 auto !important;
  -webkit-overflow-scrolling: touch;
  font-size: 0.373333rem !important;
  line-height: 1.4 !important;
  font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue, Helvetica, Microsoft YaHei, Tahoma, Arial, sans-serif;
}
html,
body,
#app {
  height: 100% !important;
}
@font-face {
  font-family: GoogleSans-Regular;
  src: url('../fonts/GoogleSans-Regular.otf');
}
@font-face {
  font-family: GoogleSans-Medium;
  src: url('../fonts/GoogleSans-Medium.otf');
}
input,
textarea {
  -webkit-appearance: none;
  font-family: 'Helvetica Neue', 'Helvetica', 'HelveticaNeue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'Arial', 'Verdana',
    'sans-serif';
}
input:focus,
textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #858585;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #858585;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #858585;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #858585;
}
input[type='search']::-webkit-search-cancel-button {
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
select {
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  border: none !important;
  vertical-align: middle !important;
}
a,
span,
i,
b,
em {
  display: inline-block;
  font-style: normal;
  -webkit-tap-highlight-color: transparent;
}
a,
a:hover {
  color: #333333;
  text-decoration: none;
}

/** 灰色遮罩 */
.mask-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 10rem;
  left: 50%;
  margin-left: -5rem;
  top: 0;
  z-index: 98;
}
/** 商品详情页 详情html网页的展示样式 */
.detailHtml p img {
  width: 100%;
  vertical-align: bottom;
}
/**修改picker样式*/
.picker-title {
  font-size: 14px !important;
}
/**修改picker样式*/
.wheel-scroll .wheel-item {
  font-size: 16px !important;
}
/**修改picker样式*/
.picker .picker-panel .picker-choose .confirm {
  color: #000 !important;
}
.vertical-center-outer:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  vertical-align: 1.5px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.48);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
  vertical-align: middle;
  width: 12px;
  height: 5px;
  border-radius: 15px;
}

.cate-wrap .cate-list .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgb(250, 250, 250);
  border-radius: 0;
}

.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.p-10 {
  padding: 10px;
}

.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 1.3px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.t-align {
  text-align: center;
}
.f-bold {
  font-weight: bold;
}
.col-888 {
  color: #888;
}
.col-fff {
  color: #fff;
}
.col-000 {
  color: #000;
}
.col-f00 {
  color: #f00;
}
.t_c {
  text-align: center;
}
.t_r {
  text-align: right;
}

.right {
  float: right;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.circle {
  border-radius: 50%;
}
.bg-fff {
  background: #ffffff;
}
.bg-f0f0f0 {
  background: #f0f0f0;
}
.dsh-dotting {
  display: inline-block;
  width: 10px;
  min-height: 2px;
  padding-right: 2px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background-color: currentColor;
  background-clip: content-box;
  box-sizing: border-box;
  -webkit-animation: dot 2s infinite step-start both;
  animation: dot 2s infinite step-start both;
  /* IE7 */
}
.dsh-dotting:before {
  content: '...';
}
/* IE8 */
.dsh-dotting::before {
  content: '';
}
:root .dsh-dotting {
  margin-left: 2px;
  padding-left: 2px;
}
/* IE9+ */
@-webkit-keyframes dot {
  25% {
    border-color: transparent;
    background-color: transparent;
  }
  50% {
    border-right-color: transparent;
    background-color: transparent;
  }
  75% {
    border-right-color: transparent;
  }
}
@keyframes dot {
  25% {
    border-color: transparent;
    background-color: transparent;
  }
  50% {
    border-right-color: transparent;
    background-color: transparent;
  }
  75% {
    border-right-color: transparent;
  }
}
.dsh-scroll-nav {
  padding: 4px 0 0;
  background: #fff;
  border-radius: 4px;
  color: #1a1a1a;
}
.dsh-scroll-nav.noTopRadius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dsh-scroll-nav .cube-scroll-content {
  width: 100%;
}
.dsh-scroll-nav .cube-scroll-nav-bar-item {
  padding: 0;
  width: 20%;
  text-align: center;
  font-size: 11px;
}
.dsh-scroll-nav .cube-scroll-nav-bar-item .time {
  line-height: 23px;
  height: 23px;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: bold;
  font-family: GoogleSans-Medium;
}
.dsh-scroll-nav .cube-scroll-nav-bar-item .text-wrap {
  margin-top: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
  height: 25px;
}
.dsh-scroll-nav .cube-scroll-nav-bar-item_active {
  position: relative;
}
.dsh-scroll-nav .cube-scroll-nav-bar-item_active .time {
  color: #ff4142;
  font-weight: bold;
}
.dsh-scroll-nav .cube-scroll-nav-bar-item_active .text {
  display: inline-block;
  background: linear-gradient(270deg,#ff4500,#ff1451);
  padding: 2px 4px;
  border-radius: 100px;
  color: #fff;
}
.cube-toast-icon {
  line-height: 24px;
}
.confirm-comment-reply-content {
  width: 88%;
  margin: 20px auto 25px;
  font-size: 13px;
  color: rgba(68, 70, 84, 0.6);
}
.confirm-comment-reply-content .info {
  margin-bottom: 10px;
  word-wrap: break-word;
}
.confirm-comment-reply-content .text {
  color: #333;
}

.search-input .cube-input-field {
  padding: 0px;
  height: 42px;
  z-index: 1;
}
#nprogress .bar {
  background: #d3ba97 !important;
}
#nprogress .peg {
  box-shadow: 0 0 10px #d3ba97, 0 0 5px #d3ba97 !important;
}
#nprogress .spinner-icon {
  border-top-color: #d3ba97 !important;
  border-left-color: #d3ba97 !important;
}
.cube-goods-poster-wrap .cube-popup-content {
  width: 100%;
  height: 100%;
}

.rate-star .cube-rate-item {
  width: 20px !important;
  vertical-align: middle;
}
.cube-upload.dsh-upload-avator .cube-upload-btn-def {
  width: 36px;
  height: 36px;
}
.cube-upload.dsh-upload-avator .cube-upload-btn {
  margin: 0;
}
.cube-upload.dsh-upload-avator .cube-upload-file {
  display: none;
}
.cube-upload.dsh-upload-avator .cube-upload-file-def .cubeic-wrong {
  display: none;
}
.cube-upload.dsh-upload-avator .cube-upload-file-def,
.cube-upload.dsh-upload-avator .cube-upload-file-def .cube-upload-file-state {
  border-radius: 50%;
}
.dsh-home-cate-scroll .cube-scroll-content {
  display: inline-block;
}

.swiper-banner .swiper-wrapper {
  border-radius: 8.8px;
}

.swiper-banner .swiper-pagination-fraction span {
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
.swiper-banner .swiper-pagination-fraction span:first-child {
  margin-right: 3.5px;
}
.swiper-banner .swiper-pagination-fraction span:last-child {
  margin-left: 3.5px;
}
.vcp-player video {
  object-fit: cover;
}
.live-play-icon {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.live-control-loading {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid hsla(0, 0%, 100%, 0);
  border-left-color: #fff;
  border-right-color: #fff;
  z-index: 999;
  animation: 1.5s live-loading linear infinite normal;
}
.live-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@keyframes live-loading {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(1turn);
}
}
.live-control-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  z-index: 1000;
  opacity: 0.7;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.2) 18%, rgba(0,0,0,0.65) 100%);
}
.live-control-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  z-index: 1001;
  display: flex;
  align-items: center;
}

.live-control-cover {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.live-control-progress-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 15px;
}

.live-control-progress-bar {
  position: relative;
}

.live-control-progress-point {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: -4px;
  background-color: white;
}

.live-control-progress-bar-played {
  background-color: #FF4466;
  height: 4px;
  border-radius: 2px;
  position: relative;
}

.live-control-progress-bar-unplay {
  background-color: #FFFFFF;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 2px;
}

.live-control-play-icon {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 40px;
  background: url(//s10.mogucdn.com/mlcdn/c45406/200228_8f14bkfjea37a03g36g1keej8775l_80x80.png) no-repeat center center;
  background-size: 20px 20px;
}

.live-control-stop-icon {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 40px;
  background: url(//s10.mogucdn.com/mlcdn/c45406/200228_0jg0g82bg9k0182k5ik36j6kddk3h_80x80.png) no-repeat center center;
  background-size: 20px 20px;
}

.live-control-time-label {
  position: absolute;
  color: #fff;
  font-size: 10px;
  right: 15px;
  bottom: 6px;
}

.live-control-loading {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid hsla(0, 0%, 100%, 0);
  border-left-color: #fff;
  border-right-color: #fff;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: 1.5s loading linear infinite normal;
}

@keyframes loading {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

