* {
  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-tips {
  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-tips .tips-back {
  width: 62.5vw;
  margin: 1.5625vw 0 0 0;
  font-size: 1.1458333333vw;
  font-weight: 400;
  color: #ff9141;
  line-height: 1.5625vw;
  cursor: pointer;
}
.page-tips .tips-content {
  display: flex;
  margin: 3.125vw 0 6.25vw 0;
}
.page-tips .tips-content .content-main {
  box-sizing: border-box;
  width: 45.5208333333vw;
  padding: 3.125vw;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(195, 195, 195, 0.5);
  border-radius: 16px;
}
.page-tips .tips-content .content-main label {
  display: flex;
  justify-content: space-between;
  margin: 3.125vw 0;
}
.page-tips .tips-content .content-main label span {
  font-size: 0.7291666667vw;
  color: #999999;
  line-height: 1.25vw;
}
.page-tips .tips-content .content-main h1 {
  font-weight: 600;
  font-size: 1.7708333333vw;
  color: #333333;
  line-height: 2.3958333333vw;
}
.page-tips .tips-content .content-main h2 {
  margin: 2.0833333333vw 0 0 0;
  font-weight: 600;
  font-size: 1.4583333333vw;
  color: #333333;
  line-height: 2.34375vw;
}
.page-tips .tips-content .content-main h3 {
  margin: 2.0833333333vw 0 0 0;
  font-weight: 600;
  font-size: 1.1458333333vw;
  color: #333333;
  line-height: 1.71875vw;
}
.page-tips .tips-content .content-main p {
  margin: 2.0833333333vw 0 0 0;
  font-weight: 400;
  font-size: 1.0416666667vw;
  color: #333333;
  line-height: 2.2395833333vw;
}
.page-tips .tips-content .content-main .no-margin {
  margin: 0 !important;
}
.page-tips .tips-content .content-main img {
  width: 100%;
  margin: 2.0833333333vw 0 0 0;
}
.page-tips .tips-content .content-main div {
  margin: 3.125vw 0 1.5625vw 0;
  font-size: 0.7291666667vw;
  color: #999999;
  line-height: 1.25vw;
}
.page-tips .tips-content .content-main a {
  display: block;
  font-size: 0.7291666667vw;
  color: #e1772a;
  line-height: 1.25vw;
}
.page-tips .tips-content .content-recommend {
  width: 15.2083333333vw;
  height: 46.3541666667vw;
  margin: 0 0 0 1.7708333333vw;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(195, 195, 195, 0.5);
  border-radius: 16px;
}
.page-tips .tips-content .content-recommend .recommend-title {
  margin: 2.0833333333vw 0 0 1.5625vw;
  font-weight: 600;
  font-size: 0.9375vw;
  color: #333333;
  line-height: 2.2395833333vw;
}
.page-tips .tips-content .content-recommend .recommend-items {
  display: flex;
  flex-direction: column;
  margin: 2.0833333333vw 0 0 0;
}
.page-tips .tips-content .content-recommend .recommend-items .items-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.9583333333vw;
  padding: 1.0416666667vw;
  position: relative;
}
.page-tips .tips-content .content-recommend .recommend-items .items-item::after {
  content: "";
  display: block;
  width: 12.6041666667vw;
  margin: auto;
  border-bottom: 1px solid #e6e5e5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-tips .tips-content .content-recommend .recommend-items .items-item .item-icon {
  flex-shrink: 0;
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  margin: 0 0.5208333333vw 0 0;
  background: url("../../assets/img/tips-icon-book.png") top center no-repeat;
  background-size: 100% 100%;
}
.page-tips .tips-content .content-recommend .recommend-items .items-item .item-text {
  width: 100%;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
  line-height: 1.3020833333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-tips .tips-content .content-recommend .recommend-items .item-active {
  background: #ff9141;
}
.page-tips .tips-content .content-recommend .recommend-items .item-active::after {
  display: none;
}
.page-tips .tips-content .content-recommend .recommend-items .item-active .item-icon {
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  background: url("../../assets/img/tips-icon-read.png") top center no-repeat;
  background-size: 100% 100%;
}
.page-tips .tips-content .content-recommend .recommend-items .item-active .item-text {
  color: #ffffff;
}

/*# sourceMappingURL=tips.css.map */
