* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  overflow-x: hidden;
}

a,
a:link,
a:hover,
a:active,
a:visited {
  outline: none;
  text-decoration: none;
  color: #666666;
}

.common-header {
  width: 100%;
  height: 5.2083333333vw;
  background: #ffffff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.common-footer {
  width: 100%;
  height: 17.96875vw;
  background: #f8f4f1;
}

.page-tip {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin: 0 auto;
  padding: 5.2083333333vw 0 0 0;
  overflow-x: hidden;
}
.page-tip .tip-banner {
  width: 100%;
}
.page-tip .tip-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.125vw 0 0 0;
}
.page-tip .tip-tabs .tabs-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25vw;
  height: 2.0833333333vw;
  margin: 0 0.78125vw;
  background: #ffffff;
  border: 1px solid #ff9141;
  border-radius: 6px;
  font-size: 0.8333333333vw;
  font-weight: 500;
  color: #ff9141;
  cursor: pointer;
}
.page-tip .tip-tabs .item-active {
  color: #ffffff;
  background: #ff9141;
}
.page-tip .tip-items {
  display: flex;
  flex-direction: column;
  margin: 1.5625vw 0 5.2083333333vw 0;
}
.page-tip .tip-items .items-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 62.5vw;
  height: 17.7604166667vw;
  margin: 1.5625vw 0 0 0;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(195, 195, 195, 0.5);
  border-radius: 16px;
  overflow: hidden;
}
.page-tip .tip-items .items-item .item-pic {
  width: 23.6979166667vw;
  height: 17.7604166667vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-tip .tip-items .items-item .item-text {
  display: flex;
  flex-direction: column;
  width: 37.5vw;
  height: 100%;
  margin: 0 1.0416666667vw 0 1.875vw;
  position: relative;
}
.page-tip .tip-items .items-item .item-text .text-title {
  margin: 1.5625vw 0 0 0;
  font-weight: 600;
  font-size: 1.4583333333vw;
  color: #333333;
  line-height: 2.1875vw;
}
.page-tip .tip-items .items-item .item-text .text-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.5208333333vw 0 0 0;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #666666;
  line-height: 1.7708333333vw;
}
.page-tip .tip-items .items-item .item-text .text-time {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: #999999;
  line-height: 1.1458333333vw;
  position: absolute;
  left: 0;
  bottom: 2.0833333333vw;
}
.page-tip .tip-page {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 0 5.2083333333vw 0;
}
.page-tip .tip-page .page-first {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin: 0 1.0416666667vw 0 0;
  background: url("../../assets/img/tip-icon-left.png") top center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.page-tip .tip-page .page-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-tip .tip-page .page-number .number-number {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: #ffffff;
  border: 1px solid #ff9141;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.8333333333vw;
  color: #ff9141;
  line-height: 1.1458333333vw;
  cursor: pointer;
}
.page-tip .tip-page .page-number .number-active {
  background: #ff9141;
  color: #ffffff;
}
.page-tip .tip-page .page-last {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin: 0 0 0 1.0416666667vw;
  background: url("../../assets/img/tip-icon-right.png") top center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

/*# sourceMappingURL=tip.css.map */
