@font-face {
  font-family: 'iconfont';
  /* project id 544107 */
  src: url('//at.alicdn.com/t/font_544107_xyscpz6nrvg.eot');
  src: url('//at.alicdn.com/t/font_544107_xyscpz6nrvg.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_544107_xyscpz6nrvg.woff2') format('woff2'), url('//at.alicdn.com/t/font_544107_xyscpz6nrvg.woff') format('woff'), url('//at.alicdn.com/t/font_544107_xyscpz6nrvg.ttf') format('truetype'), url('//at.alicdn.com/t/font_544107_xyscpz6nrvg.svg#iconfont') format('svg');
}
html {
  font-size: 65.2%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 120%;
  }
}
.show {
  display: block !important;
}
.iconfont {
  font-family: iconfont;
}
body {
  padding: 0 0 70px;
  margin: 0;
  font: 1.6rem/1.5 "PingFangSC-Light", 'Hiragino Sans GB', "Microsoft Yahei", sans-serif;
}
@keyframes twinkling {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**

 */
@keyframes shake {
  0%,
  65% {
    transform: rotate(0deg) scale(1);
  }
  70% {
    transform: rotate(6deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(6deg);
  }
  85% {
    transform: rotate(-6deg);
  }
  90% {
    transform: rotate(6deg);
  }
  95% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg) scale(1.3);
  }
}
@keyframes mm_wf_scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mm_wf_d11_icon_updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mm_wf_d11_updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mm_wf_shake {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  65%,
  85% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  75%,
  95% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes mm_wf_bg_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mm_wf_bg_opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mm_wf_redbag_1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translate(200px, -80px);
    transform: translate(200px, -80px);
  }
}
@keyframes mm_wf_redbag_2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translate(-200px, -80px);
    transform: translate(-200px, -80px);
  }
}
@keyframes dark-in {
  0% {
    background: rgba(0, 0, 0, 0);
    display: block;
  }
  100% {
    background: rgba(0, 0, 0, 0.8);
  }
}
@keyframes dark-out {
  0% {
    background: rgba(0, 0, 0, 0.8);
    display: block;
  }
  99% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    display: none;
  }
}
.header {
  display: flex;
  position: sticky;
  top: 0;
  align-items: center;
  text-align: center;
  background: #1E9FFF;
  color: #FFF;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  z-index: 9999999;
}
.header .back,
.header .more {
  font-size: 1.8rem;
}
.header .title {
  flex: 1;
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 300ms;
  font-size: 1.4rem;
}
.menu.show {
  opacity: 1;
  z-index: 999999;
}
.menu.show ul {
  -webkit-transform: scale(1);
  right: 0.5rem;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: -30rem;
  top: 4.2rem;
  z-index: 1;
  background-color: #FFF;
  color: #333;
  line-height: 2.5em;
  border-radius: 4px;
  transition: all 0.2s;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.menu ul:before {
  position: absolute;
  right: 10px;
  top: -5px;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
}
.menu ul li {
  list-style-type: none;
  border-bottom: 1px solid #efeff4;
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
.menu ul li:last-child {
  border: none;
}
.menu ul li i {
  font-style: normal;
  font-size: 1.8rem;
  margin-right: 1rem;
}
.menu ul li a {
  text-decoration: none;
  color: #666;
  display: flex;
  align-items: center;
}
.query-box {
  background: #004b82;
  padding: 1rem;
  position: relative;
  z-index: 999;
}
.query-box .input-wrap {
  display: flex;
  border-radius: 3px;
  background: #FFF;
  padding: 0.2rem;
  align-items: center;
}
.query-box .input-wrap.dropdown {
  border-radius: 3px 3px 0 0;
}
.query-box input {
  box-sizing: border-box;
  width: 1px;
  border: none;
  outline: 0;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  -webkit-appearance: none;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
.query-box .btn-group {
  display: flex;
  color: #1E9FFF;
  align-items: center;
  font-size: 1.6rem;
}
.query-box .btn-group .clear-btn {
  color: #CCC;
  padding-right: 1rem;
  border-right: 1px solid #ededed;
}
.query-box .btn-group .query-btn,
.query-box .btn-group .scan-btn {
  padding: 0 0.5rem 0 1rem;
}
.query-box .logs-wrap {
  display: none;
  position: absolute;
  background: #FFF;
  border: 1px solid #f5f5f5;
  z-index: 999;
  left: 1rem;
  right: 1rem;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
}
.query-box .logs-wrap.show {
  display: block;
}
.query-box .logs-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.query-box .logs-wrap li {
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  line-height: 2rem;
  font-size: 1.4rem;
  padding: 0.5rem;
}
.query-box .logs-wrap li:last-of-type {
  border: none;
  text-align: right;
}
.query-box .logs-wrap li:last-of-type span {
  flex: 1;
}
.query-box .logs-wrap li span {
  color: #bbb;
}
.query-box .logs-wrap li i {
  font-style: normal;
  color: #ccc;
  padding-left: 0.5rem;
}
.query-box .logs-wrap li .no {
  flex: 1;
  color: #1e9fff;
}
.query-box-layer {
  touch-action: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 998;
}
.query-box-layer.show {
  animation: dark-in 0.3s ease-in-out 1;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.query-box-layer.hide {
  animation: dark-out 0.3s ease-in-out 1;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.com-info {
  display: flex;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ededed;
  background: #fbfbfb;
  font-size: 1.2rem;
}
.com-info .logo {
  height: 4rem;
  width: 4rem;
  background: #FFF no-repeat center center;
  background-size: cover;
  border-radius: 50%;
}
.com-info .info {
  flex: 1;
  line-height: 2rem;
  margin-left: 1rem;
}
.com-info .info .switch-com,
.com-info .info .com-tel {
  color: #1E9FFF;
  text-decoration: none;
}
.com-info .info .switch-com .arrow {
  transform: scale(0.7);
  display: inline-block;
}
.com-info .info .com-name {
  display: flex;
}
.com-info .info .com-tel {
  background: #CCC;
  color: #FFF;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  text-align: center;
  line-height: 2rem;
  font-size: 1.2rem;
  transform: scale(0.7);
}
.top-action-bar-wrap {
  display: none;
  background: #FFF;
}
[v-cloak] {
  display: none;
}
.hongbao-icon {
  background: url('https://pic.rmb.bdstatic.com/bjh/news/a5519c3e343f557838007512c5126e0a.png') center center no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  animation: shake 1.5s infinite;
}
.hongbao-icon.placeholder {
  background: none;
}
.top-action-bar {
  display: flex;
  padding: 1rem;
  font-size: 1.4rem;
}
.top-action-bar div,
.top-action-bar a.hongbao {
  width: 1px;
  flex: 1;
  display: flex;
  text-align: center;
  margin-right: 1rem;
  border: 1px solid #00a4ff;
  color: #00a4ff;
  border-radius: 3px;
  padding: 0.5rem 0;
  align-items: center;
  justify-content: center;
}
.top-action-bar div.hongbao,
.top-action-bar a.hongbao.hongbao {
  color: #f2363e;
  border-color: #e63032;
  text-decoration: none;
}
.top-action-bar div.hongbao.meituan,
.top-action-bar a.hongbao.hongbao.meituan {
  background: #FFC300 !important;
  color: #000;
  border-color: #FFC300 !important;
}
.top-action-bar div.hongbao .icon,
.top-action-bar a.hongbao.hongbao .icon {
  background: url('https://pic.rmb.bdstatic.com/bjh/news/a5519c3e343f557838007512c5126e0a.png');
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  margin-right: 5px;
  animation: shake 1.5s infinite;
}
.top-action-bar div.weixin,
.top-action-bar a.hongbao.weixin {
  background-image: linear-gradient(to bottom, #44b549 0, #44b549 100%);
  color: #FFF;
  border: 1px solid #44b549;
  background-color: #44b549;
}
.result {
  min-height: 30vh;
}
.loading {
  display: none;
  text-align: center;
  padding-top: 10vh;
}
.loading.show {
  display: block;
}
.loading .loading-logo {
  background: #FFF url('https://cdn.ickd.cn/mobile/images/mlogo.png') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin: auto;
}
.loading .loading-logo:after {
  width: 5.4rem;
  height: 5.4rem;
  display: block;
  content: ' ';
  position: relative;
  top: -0.2rem;
  left: -0.2rem;
  border: 0.2rem solid #00a4ff;
  border-color: #CCC #CCC #CCC #00a4ff;
  border-radius: 50%;
  animation: spinner 2s infinite;
}
.no-waybill-no {
  display: none;
  padding: 3rem 0;
  text-align: center;
}
.no-waybill-no.show {
  display: block;
}
.no-result {
  display: none;
  text-align: center;
  color: #868686;
  line-height: 180%;
}
.no-result.show {
  display: block;
}
.no-result .icon {
  font-size: 5rem;
  margin-top: 20vh;
  margin-bottom: 2rem;
}
.no-result .com-tel,
.no-result .com-name {
  color: #1E9FFF;
}
.no-result .subscribe {
  padding: 2rem;
}
.unknown-company {
  display: none;
  text-align: center;
  color: #868686;
  line-height: 180%;
}
.unknown-company.show {
  display: block;
}
.unknown-company .icon {
  font-size: 10rem;
  padding-top: 20vh;
  margin-bottom: 2rem;
}
.unknown-company .choose-com-btn {
  border-radius: 5px;
  color: #FFF;
  margin: 20px;
  padding: 5px;
  background: #1e9fff;
}
.result-list {
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  background: #FFF;
  margin: 0;
  padding: 0;
}
.result-list li {
  border-top: 1px solid #fbfbfb;
  color: #666;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.result-list li:first-of-type {
  border: 0;
}
.result-list li:first-of-type .line i {
  height: 9px;
  width: 9px;
  background: #FF5722;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.37);
}
.result-list li:last-of-type .line i {
  background: #44b449;
  box-shadow: 0 0 0 3px rgba(68, 180, 73, 0.59);
}
.result-list .sign .line:before {
  background: #FFF;
  z-index: 500;
}
.result-list .sign .line:last-of-type:after {
  display: none;
}
.result-list .sign .line i:after {
  width: 0.5rem;
  height: 1rem;
  left: 0.3rem;
  margin-top: -0.5rem;
  border-color: transparent #ef5858 #ef5858 transparent;
  -webkit-transform: rotate(40deg);
}
.result-list .date {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 0.5rem;
}
.result-list .date .day {
  font-size: 1.2rem;
}
.result-list .date .time {
  font-size: 1.8rem;
}
.result-list .line {
  width: 14px;
  position: relative;
}
.result-list .line:before {
  display: block;
  content: ' ';
  position: absolute;
  width: 1px;
  background: #efefef;
  height: 100px;
  bottom: 6px;
  left: 6px;
  z-index: 6;
}
.result-list .line i {
  display: block;
  position: relative;
  border-radius: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #888;
  box-shadow: 0 0 0 2px rgba(136, 136, 136, 0.3);
  z-index: 666;
}
.result-list .content {
  flex: 1;
  padding: 0.2rem 0.5rem 0.2rem 0.7rem;
  line-height: 150%;
  word-break: break-all;
  font-size: 1.4rem;
}
.result-list .content i {
  display: inline;
  font-style: normal;
}
.result-list .content a {
  color: #1e7edd;
  text-decoration: none;
}
.result-list li {
  flex-direction: column;
  display: block;
}
.result-list li:first-of-type .date:before {
  height: 9px;
  width: 9px;
  background: #FF5722;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.37);
}
.result-list li .date {
  width: 100%;
  flex-direction: row;
}
.result-list li .date .time,
.result-list li .date .day {
  font-size: 1.3rem;
  margin-right: 0.5rem;
  color: #aaa;
  font-weight: bold;
}
.result-list li .date:before {
  display: block;
  content: ' ';
  border-radius: 50%;
  margin: auto 0.5rem;
  width: 6px;
  height: 6px;
  background: #888;
  box-shadow: 0 0 0 2px rgba(136, 136, 136, 0.3);
  z-index: 666;
}
.result-list li .line {
  display: none;
}
.result-list li .content {
  box-sizing: border-box;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@keyframes changeBottom {
  0% {
    bottom: 4rem;
  }
  100% {
    bottom: 3.5rem;
  }
}
.result-list-wrap {
  position: relative;
  display: none;
}
.result-list-wrap.show {
  display: block;
}
.result-list-wrap .show-all {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 50%;
  text-align: center;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  z-index: 9999;
}
.result-list-wrap .show-all .save-to-weixin {
  font-size: 1.2rem;
  position: absolute;
  color: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #44b549), to(#44b549));
  background-image: linear-gradient(to bottom, #44b549 0, #44b549 100%);
  border: 1px solid #44b549 !important;
  background-color: #44b549;
  margin: 0 20px;
  border-radius: 3px;
  line-height: 30px;
  bottom: 1rem;
  right: 0;
  left: 0;
}
.result-list-wrap .show-all .show-all-btn {
  font-family: iconfont;
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  color: #00a4ff;
  animation: changeBottom 1s ease-in-out infinite;
}
.result-list-wrap .show-all .show-all-btn:after {
  content: '\e672';
}
.weixin-btn {
  display: block;
  overflow: visible;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #44b549), to(#44b549));
  background-image: linear-gradient(to bottom, #44b549 0, #44b549 100%);
  border: 1px solid #44b549 !important;
  background-color: #44b549;
  color: #fff;
  line-height: 3rem;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.tel-input {
  display: none;
  text-align: center;
  margin: 20px auto;
  max-width: 280px;
  overflow: hidden;
}
.tel-input.show {
  display: block;
}
.tel-input .tip {
  font-size: 16px;
}
.tel-input .content {
  position: relative;
}
.tel-input .real-input {
  background: 0 0;
  border: none;
  outline: 0;
  display: block;
  width: 100%;
  position: absolute;
  height: 50px;
  top: 10px;
  left: 10px;
  z-index: 99;
  margin: 0;
  padding: 0 0 0 2px;
  color: transparent;
  caret-color: #FFF;
  font-size: 1px;
  -webkit-tap-highlight-color: transparent;
}
.tel-input .box-wrap {
  display: flex;
  align-items: center;
  align-content: center;
  width: 280px;
  margin: auto;
}
.tel-input .box {
  border: 1px solid #CCC;
  width: 50px;
  height: 50px;
  margin: 10px;
  font-size: 2rem;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-radius: 2px;
}
.tel-input .box.focus {
  border-color: #03a9f4;
}
.tel-input .box.focus:after {
  position: absolute;
  display: block;
  background: #03a9f4;
  content: ' ';
  width: 2px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  animation: twinkling 1.5s infinite ease;
}
.tel-input .bottom .ok {
  border: 1px solid #03A9F4;
  background: 0 0;
  border-radius: 2px;
  padding: 5px;
  display: block;
  margin: 10px auto 0;
  width: 80px;
  color: #03A9F4;
  font-size: 1.8rem;
}
.tel-input .btn {
  margin-top: 20px;
  background: #00a4ff;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.tel-input .btn.disable {
  color: #fff;
  background-color: #a0cfff;
  border-color: #a0cfff;
  cursor: not-allowed;
}
.verify-input {
  display: none;
  margin: 2rem;
  text-align: center;
}
.verify-input.show {
  display: block;
}
.verify-input .tip {
  font-size: 16px;
}
.verify-input .image {
  margin: 10px;
  min-height: 20px;
  min-width: 40px;
}
.verify-input input {
  line-height: 2rem;
  font-size: 1.8rem;
  border: 1px solid #00a4ff;
  box-sizing: border-box;
  outline: 0;
  padding: 10px 5px;
  border-radius: 5px;
  margin: 2rem 0 0;
  width: 100%;
}
.verify-input .btn {
  margin-top: 20px;
  background: #00a4ff;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.verify-input .btn.disable {
  color: #fff;
  background-color: #a0cfff;
  border-color: #a0cfff;
  cursor: not-allowed;
}
.verify-input .weixin-btn {
  padding: 10px;
  margin-top: 20px;
  line-height: inherit;
  border-radius: 5px;
}
@keyframes layerScale {
  0% {
    z-index: 99999;
    transform: scale(0.5);
  }
  80% {
    z-index: 99999;
    transform: scale(0.8);
  }
  100% {
    z-index: 99999;
    transform: scale(1);
  }
}
.layer {
  z-index: -99999;
  position: relative;
  font-size: 1.6rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.layer.show {
  opacity: 1;
  z-index: 99999;
}
.layer .layer-mask,
.layer .layer-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.layer .layer-container {
  background: transparent;
  display: table;
}
.layer .layer-content-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.layer .layer-content {
  display: inline-block;
  background: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  width: 80%;
  padding: 20px;
  max-width: 640px;
  overflow: hidden;
  overflow-clip: clip;
}
.layer .copy-name-btn {
  background: #00a4ff;
  color: #FFF;
  margin: 20px -20px -20px;
  padding: 10px 0;
}
.layer .layer-close {
  margin-top: 20px;
  color: #FFF;
  font-size: 2.5rem;
}
.layer .qr-image {
  width: 50vw;
  height: 50vw;
  margin: auto;
  background: #f5f5f5;
  background-size: 100%;
}
.layer .qr-image img {
  width: 100%;
  height: 100%;
}
.weixin-layer {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.weixin-layer.show {
  display: -webkit-box !important;
}
.weixin-layer .body {
  width: 80vw;
  top: 50vh;
  left: 50vw;
  background: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 20px 20px;
  font-size: 1.6rem;
  text-align: center;
}
.weixin-layer .body .content {
  position: relative;
  padding-top: 3rem;
}
.weixin-layer .body .content .weixin-logo {
  background: #44b549;
  color: #FFF;
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  left: 50%;
  margin-left: -3rem;
  top: -3rem;
  line-height: 6rem;
  font-size: 3rem;
}
.weixin-layer .body .text {
  color: #888;
  font-size: 1.4rem;
}
.weixin-layer .body .cancel {
  margin-top: 1.3rem;
  color: #3581ea;
}
.weixin-layer .body .btn {
  background: #ff8106;
  margin-top: 0.5em;
  color: #FFF;
  line-height: 2.8em;
}
.weixin-layer .body .qr img {
  width: 80%;
}
.bottom-bar {
  position: fixed;
  background: #FFF;
  right: 0;
  left: 0;
  bottom: 0;
  height: 4.3rem;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.bottom-bar:before {
  display: block;
  content: ' ';
  height: 1px;
  background: #CCC;
  width: 200%;
  transform: scaleY(0.5);
  margin-bottom: 0.2rem;
}
.bottom-bar ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.2rem;
  color: #666;
}
.bottom-bar ul a {
  text-decoration: none;
  color: #666;
}
.bottom-bar ul li {
  flex: 1;
  text-align: center;
}
.bottom-bar ul i {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  height: 2.3rem;
}
.footer {
  text-align: center;
  color: #666;
  font-size: 1.2rem;
}
.footer a {
  text-decoration: none;
  color: #666;
}
.goods-list-wrap {
  padding: 1rem;
  background: #f5f5f5;
  display: none;
}
.goods-list-wrap.show {
  display: block;
}
.goods-list-wrap .goods-item {
  text-decoration: none;
}
.goods-list-wrap .list-title {
  text-align: center;
  padding: 1rem;
}
.goods-list-wrap .goods-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.goods-list-wrap .goods-list .flex {
  display: flex;
}
.goods-list-wrap .goods-list .mt-1 {
  margin-top: 1rem;
}
.goods-list-wrap .goods-list .goods-item {
  width: calc((100vw - 3rem) / 2);
  margin-right: 1rem;
  margin-bottom: 1rem;
  background: #FFF;
  box-sizing: border-box;
  padding: 1rem;
  overflow: hidden;
  overflow-clip: clip;
}
.goods-list-wrap .goods-list .goods-item:nth-of-type(2n) {
  margin-right: 0;
}
.goods-list-wrap .goods-list .goods-item .goods-image {
  margin: -1rem -1rem 0;
  height: calc((100vw - 3rem) / 2);
  background: #FFF no-repeat center center;
  background-size: cover;
}
.goods-list-wrap .goods-list .goods-item .goods-title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: 0.5rem;
  text-overflow: ellipsis;
  color: #333;
}
.goods-list-wrap .goods-list .goods-item .shop-type {
  color: #FFF;
  border-radius: 3px;
  padding: 0 3px;
  font-size: 1rem;
  background: #f61;
}
.goods-list-wrap .goods-list .goods-item .shop-type.tmall {
  background: #FF0036;
}
.goods-list-wrap .goods-list .goods-item .coupon {
  font-size: 1rem;
  border: 1px solid #FF0036;
  color: #FF0036;
  border-radius: 2px;
  padding: 0 2px;
}
.goods-list-wrap .goods-list .goods-item .origin-price {
  flex: 1;
  margin-left: 1rem;
  text-decoration: line-through;
  color: #808080;
  font-size: 1rem;
}
.goods-list-wrap .goods-list .goods-item .sale-num {
  color: #808080;
  font-size: 1rem;
}
.goods-list-wrap .goods-list .goods-item .price {
  color: #FF0036;
  font-weight: bold;
  flex: 1;
  font-size: 1.4rem;
}
.goods-list-wrap .goods-list .goods-item .price .rmb {
  font-size: 0.9rem;
}
.goods-list-wrap .goods-list .goods-item .rebate-wrap {
  display: flex;
  align-items: center;
}
.goods-list-wrap .goods-list .goods-item .rebate {
  border-radius: 3px;
  padding: 0 3px;
  color: #FF0036;
  background: #ffe6eb;
  font-size: 1rem;
}
.scale-enter,
.scale-leave-to {
  transform: scale(0);
}
.scale-leave,
.scale-enter-to {
  transform: scale(1);
}
.scale-enter-active,
.scale-leave-active {
  transition: all 0.2s;
}
.contentGoodsContainer .wrapper {
  text-decoration: none;
  padding: 1.2rem;
  height: 7.7rem;
  box-sizing: initial;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}
.contentGoodsContainer .wrapper .left {
  width: 7.7rem;
  height: 7.7rem;
  margin-right: 0.8rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 5px;
}
.contentGoodsContainer .wrapper .left img {
  width: 100%;
}
.contentGoodsContainer .wrapper .middle {
  height: 7.7rem;
  margin-right: 20px;
  -webkit-box-flex: 1;
  flex: 1;
}
.contentGoodsContainer .wrapper .middle .goods-title {
  height: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}
.contentGoodsContainer .wrapper .middle .tagContent {
  height: 1.4rem;
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  color: #f60;
}
.contentGoodsContainer .wrapper .middle .tagContent .coupon {
  font-size: 1rem;
  border: 1px solid #f60;
  border-radius: 2px;
  padding: 0 2px;
  margin-left: 1rem;
}
.contentGoodsContainer .wrapper .middle .tagContent .origin-price {
  flex: 1;
  margin-left: 1rem;
  text-decoration: line-through;
  color: grey;
  font-size: 1rem;
}
.contentGoodsContainer .wrapper .middle .tagContent .priceStyle {
  line-height: 1.4rem;
  font-size: 1.4rem;
}
.contentGoodsContainer .wrapper .middle .tagContent .priceStyle .pricePrefix {
  font-size: 1.1rem;
  margin-right: 0.1rem;
}
.contentGoodsContainer .wrapper .middle .tagContent.line2 {
  height: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #999;
}
.contentGoodsContainer .wrapper .middle .tagContent.line2 .tag {
  margin-right: 8px;
  flex-shrink: 0;
}
.contentGoodsContainer .wrapper .right {
  width: 5.6rem;
  height: 2.8rem;
  font-size: 1.3rem;
  line-height: 3rem;
  text-align: center;
  color: #f60;
  background-color: #f5f5f5;
  border-radius: 5px;
  position: relative;
}
.contentGoodsContainer .wrapper .right:after {
  border: 1px solid #f60;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  box-sizing: border-box;
  pointer-events: none;
  content: " ";
}
.grecaptcha-badge {
  visibility: hidden;
}
.multyCouponCommonEntry {
  position: relative;
  background-color: #FFF8E4;
  border-radius: 6px;
  border: 1px solid #FFE2CC;
  padding: 10px 8px;
  box-sizing: border-box;
  display: flex;
}
.multyCouponCommonEntry .close {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.multyCouponCommonEntry .trangle {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 8px;
  background-image: url(https://wangpan.bdstatic.com/n/box-static/pan-center-cdn/images/multyCoupon/trangle_931768c.png);
}
.multyCouponCommonEntry .icon {
  margin-top: 2px;
  width: 30px;
  height: 28px;
}
.multyCouponCommonEntry .text {
  margin-left: 9px;
  vertical-align: center;
  flex: 1;
  box-sizing: border-box;
}
.multyCouponCommonEntry .text .main-info {
  line-height: 1.4;
  color: #F5622F;
  font-size: 12px;
}
.multyCouponCommonEntry .text .sub-info {
  line-height: 1.4;
  color: #998376;
  font-size: 10px;
}
.multyCouponCommonEntry .dash-line {
  margin-left: 10px;
  width: 1px;
  height: 32px;
  background-image: url(https://wangpan.bdstatic.com/n/box-static/pan-center-cdn/images/multyCoupon/icon_line_dbaf688.png);
}
.multyCouponCommonEntry .btn {
  margin-left: 10px;
  border-radius: 100px;
  background-color: #ff504c;
  color: #fff;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  background-image: linear-gradient(-123deg, #FF715C 0, #FE2B38 100%);
}
#hongbao-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: block;
  top: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
#hongbao-modal .hongbao-content {
  width: 375px;
  height: 428px;
  background: url(https://gw.alicdn.com/imgextra/i3/O1CN01nDQjcR21vZmrNMAe2_!!6000000007047-2-tps-750-856.png_468x468.jpg) center center no-repeat;
  background-size: cover;
  margin: -214px auto 0;
  position: relative;
  top: 50vh;
}
#hongbao-modal .hongbao-content .open-btn-wrap {
  position: absolute;
  width: 100%;
  text-align: left;
  z-index: 9999;
  top: 200px;
}
#hongbao-modal .hongbao-content .open-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 17px;
  line-height: 117px;
  width: 115px;
  height: 117px;
  background-image: url(//gw.alicdn.com/imgextra/i3/O1CN01L358It1Qz73m3bXvC_!!6000000002046-2-tps-230-234.png_120x120.jpg);
  background-size: 115px 117px;
  margin-left: 130px;
  animation: mm_wf_scale 0.5s infinite;
}
#hongbao-modal .hongbao-content .text {
  position: absolute;
  width: 100%;
  top: 9rem;
  color: #fbe389;
  text-align: center;
  padding-left: 1rem;
}
#hongbao-modal .hongbao-content .title {
  font-size: 2.5rem;
}
#hongbao-modal .hongbao-content .content {
  font-size: 1.6rem;
  line-height: 2rem;
}
#hongbao-modal .hongbao-content .money {
  font-size: 2.8rem;
  padding: 2rem 0;
}
#hongbao-modal .hongbao-content .tip {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
#hongbao-modal .hongbao-content .copy-btn {
  width: 12rem;
  margin: 1rem auto;
  border: 1px solid #fbe389;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 1.2rem;
}
#hongbao-modal .close-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  position: absolute;
  right: 20px;
  top: 50px;
  transform: scale(0.8);
}
/*# sourceMappingURL=result-v2020.css.map */