html,
body,
#result_canvans,
.container {
  width: 100%;
  height: 100vh;
}

.result_canvans {
  background-color: #dce7ff;
}

.header {
  width: 100%;
}

.header > img {
  width: 100%;
  height: 150px;
}

.time-list {
  width: calc(100% - 40px);
  /* height: 375px; */
  margin: 0 auto;
  margin-top: 24px;
  padding-bottom: 16px;
  background-color: #ffffff;
  border-radius: 10px;
}

.list-header {
  width: 112px;
  height: 36px;
  position: relative;
}

.list-header > img {
  width: 112px;
  height: 36px;
  position: absolute;
  top: -4px;
}

.list-header > .city-name {
  width: 112px;
  position: absolute;
  top: 4px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.list-content {
  margin-top: 16px;
}

.list-content > .title {
  font-size: 15px;
  font-weight: 700;
  margin: 16px;
}

.list-content > ul {
  margin-top: 8px;
}

.list-content .item {
  margin-top: 6px;
  color: #333333;
  position: relative;
}

.list-content .item::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #3d87f5;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  /* top: 50%; */
  left: -12px;
  /* transform: translateY(-50%); */
}

.list-content .item > div {
  display: inline-block;
}
.list-content .item > .name {
  max-width: 100px;
}

.list-content .item > .time {
  margin-right: 30%;
  float: right;
}

.qr-code {
  font-size: 13px;
  margin-top: 40px;
  padding-bottom: 28px;
  position: relative;
  display: none;
  z-index: -1;
}

.qr-img {
  width: 85px;
  height: 85px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 7.5px;
  margin-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  width: 100%;
  margin-top: 32px;
  padding-bottom: 50px;
}

.footer > .title {
  height: 20px;
  text-align: center;
  font-size: 13px;
  color: #666666;
  position: relative;
}

.footer > .title > img {
  width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer > .title > img:nth-child(1) {
  left: 34px;
}
.footer > .title > img:nth-child(2) {
  right: 34px;
}

.footer-content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.footer-content > .item {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 40px;
}

.footer-content > .item > .name {
  font-size: 13px;
  margin-top: 8px;
  color: #333333;
}

.footer .item > img {
  width: 40px;
  height: 40px;
}

.save_popup {
  width: 100%;
  height: 100%;
  display: none;
}

.saveCon {
  width: calc(100% - 55px);
  height: 500px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
}

.saveImg {
  width: calc(100% - 40px);
  height: calc(100% - 70px);
  margin: 0 auto;
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.saveImg > img {
  width: 100%;
  height: auto;
}

.tip {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  text-align: center;
  border-radius: 10px;
  line-height: 50px;
  font-size: 14px;
}

.show-toast {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.weixin-mask,
.mobile-mask {
  display: none;
}

.mobile-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.weixin-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  background-image: url(/images/wxbj.png);
  background-position: top right;
  background-size: 100%;
  background-repeat: no-repeat;
}

mip-share .c-share-list .c-span3 {
  width: 16%;
  -webkit-box-flex: none;
  -webkit-flex: none;
  font-size: 14px;
}

.c-span3 {
  float: left;
}

mip-share .c-share-list .c-flexbox,
mip-share .c-share-list .c-row {
  display: block;
}

.fenxiang {
  padding: 14px 0 0 14px;
  background: #fff;
  font-size: 14px;
  margin: 0;
}

.c-share-list.mip-fill-content {
  padding-top: 14px;
  padding-bottom: 14px;
}

.c-share-list {
  overflow: hidden;
  margin-top: 0;
  box-sizing: border-box;
}

.c-line-clamp1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
