html,
body {
  margin: 0;
  padding: 0;
  font-size: 0.373rem;
  font-family: "Microsoft YaHei", Arial;
  color: #3d3d3d;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-common-style a,
.page-common-style img,
.page-common-style button,
.page-common-style input,
.page-common-style textarea,
.page-common-style div {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.page-common-style p {
  text-align: initial;
}

.page-common-style .text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-common-style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-common-style .clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.page-common-style .color-primary {
  color: #f26b1f;
}

.page-common-style .icon-arrow-rt,
.page-common-style .icon-arrow-r,
.page-common-style .icon-arrow-rt-white {
  display: inline-block;
  width: 0.213rem;
  height: 0.213rem;
  margin-left: 0.267rem;
  background-image: url(../../img/home-mobile/arrow-top-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-common-style .icon-arrow-r {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-common-style .icon-arrow-rt-white {
  background-image: url(../../img/home-mobile/icon-arrow-rt-white.svg);
}

.page-common-style .common-section-head .title {
  font-size: 0.853rem;
  font-weight: bold;
  line-height: 1.173rem;
  margin-top: 0;
  color: #212121;
}

.page-common-style .common-section-head .title::after {
  content: "";
  display: block;
  width: 2.587rem;
  height: 0.107rem;
  margin-top: 0.427rem;
  margin-bottom: 0.427rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f26b1f),
    to(#ff9800)
  );
  background: linear-gradient(to bottom, #f26b1f, #ff9800);
}

.page-common-style .common-section-head .sub-title-desc {
  font-size: 0.32rem;
  font-weight: 400;
  color: #757575;
  line-height: 0.48rem;
  margin: 0;
}

.page-common-style .btn-card-link {
  position: relative;
  display: inline-block;
  width: 2.667rem;
  height: 2.667rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0.027rem;
  border: 0.027rem solid #fff;
  padding: 0.267rem;
}

.page-common-style .btn-card-link .link-text {
  font-weight: bold;
  color: #212121;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 0.373rem;
  line-height: 0.427rem;
  margin-top: 1.387rem;
}

.page-common-style .btn-card-link .link-icon-wrapper {
  position: absolute;
  top: 0.267rem;
  right: 0.267rem;
  z-index: 2;
  display: inline-block;
  width: 0.853rem;
  height: 0.853rem;
  background-color: #212121;
  border-radius: 50%;
  text-align: center;
  line-height: 0.853rem;
}

.page-common-style .btn-card-link .link-icon-wrapper .icon-arrow-rt {
  position: absolute;
  z-index: 4;
  margin-left: 0;
  top: 0.32rem;
  left: 0.32rem;
}
