html {
  background-color: #F5F7FE;
}

.top {
  padding-top: 2.26rem;
  width: 100%;
  height: 6.42rem;
  background-image: url("../assest/image/technicalSupport/bg_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.top .title {
  color: #FFFFFF;
  text-shadow: 3px 3px 4px 0px #08289B;
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1.2rem;
  letter-spacing: 16px;
  text-align: center;
}

.top .subtitle {
  margin-top: 0.68rem;
  color: #FFFFFF;
  text-shadow: 3px 3px 4px 0px #08289B;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.38rem;
  line-height: 0.57rem;
  letter-spacing: 6px;
  text-align: center;
}

.technical-support {
  margin-bottom: 1.6rem;
  padding: 1.1rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.technical-support .technical-support-list {
  margin-top: 0.7rem;
}

.technical-support .technical-support-list .item {
  display: flex;
  justify-content: space-between;
  padding: 0.54rem 0.96rem 0.54rem 0.5rem;
  width: 100%;
  height: 4rem;
  border-radius: 0.04rem;
  border: 1px solid #C1C1C1;
  box-shadow: 0px 0.02rem 0.52rem -0.02rem #D3DEF8;
  background: #F5F7FE;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.technical-support .technical-support-list .item:not(:last-child) {
  margin-bottom: 0.8rem;
}

.technical-support .technical-support-list .item .left {
  width: 4.89rem;
  height: 2.92rem;
  border-radius: 0.08rem;
}

.technical-support .technical-support-list .item .left img {
  width: 100%;
  height: 100%;
}

.technical-support .technical-support-list .item .right {
  width: 8.72rem;
}

.technical-support .technical-support-list .item .right .title {
  color: rgba(0, 0, 0, 0.9);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.32rem;
  line-height: 0.48rem;
}

.technical-support .technical-support-list .item .right .content {
  margin-top: 0.66rem;
  color: rgba(0, 0, 0, 0.6);
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.36rem;
}

.button {
  margin-top: 0.3rem;
  display: flex;
  justify-content: flex-end;
}

.anchor {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}