.header {
  color: rgba(51, 51, 51, 1);
}

.header .logo {
  background: url("../../img/support/logo.png");
  background-size: 100% 100%;
  width: 3.75rem;
  height: 0.75rem;
}

.header .right .and {
  background-color: rgba(51, 51, 51, 1);
}

.header .nav li a {
  color: rgba(51, 51, 51, 1);
}

.container {
  position: relative;

}

.container .main {
  margin: 5.4rem 4rem;
  display: flex;
  gap: .9rem;
}

.container .main .content {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  width: 28.05rem;
  border-radius: .25rem;
  padding: 0 1.5rem 0 1.5rem;
}

.container .main .content .title {
  font-size: .8rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  margin-bottom: .85rem;
  width: 100%;
  text-align: center;
}

.container .main .content .date {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.container .main .content .date .time {
  font-size: .4rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  font-family: 'HarmonyOS Sans SC', sans-serif;
}

.container .main .content .date .icons {
  display: flex;
  gap: .4rem;
  font-size: .4rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(51, 51, 51, 1);
}

.container .main .content .date .icons .normal {
  display: block;
}

.container .main .content .date .icons .hover {
  display: none;
}

.container .main .content .date .icons div:hover .normal {
  display: none;
}

.container .main .content .date .icons div:hover .hover {
  display: block;
  cursor: pointer;
}

.container .main .content .date .icons img {
  width: .75rem;
  height: .75rem;
}

.container .main .content hr {
  width: 100%;
  border: 1px solid rgba(240, 240, 240, 1);
  margin: .625rem 0 0 0;
}

.container .main .content .text {
  text-align: start;
  margin-top: .575rem;
}

.container .main .content .text p {
  font-size: .4rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  line-height: .75rem;
  color: rgba(51, 51, 51, 1);
}

.container .main .content .text img {
  width: 100%;
  height: auto;
  border-radius: .25rem;
  margin: 1.5rem 0;
}

.container .main .slide {
  position: sticky;
  top: 5.4rem;
}

.container .main .slide .slide_box {
  width: 11.05rem;
  background-color: rgba(247, 248, 250, 1);
  border-radius: .25rem;
  padding: 1.7505rem 0 1.323rem 0;
  margin-bottom: .5028rem;
  position: relative;
}

.container .main .slide .slide_box .slide_box_label {
  
  height: .7003rem;
  border-left: .066rem solid rgba(0, 89, 255, 1);
  padding: 0 .6835rem;

  font-size: .65rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(51, 51, 51, 1);
}


.container .main .slide .slide_box .slide_box_item {
  color: rgba(51, 51, 51, 1);
  margin: .7762rem .75rem;
  text-decoration: none;
  display: block;
}

.container .main .slide .slide_box .slide_box_item span:first-child {
  font-size: .4rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(51, 51, 51, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
}

.container .main .slide .slide_box .slide_box_item span:first-child:hover {
  color: rgba(0, 89, 255, 1);
  cursor: pointer;
}

.container .main .slide .slide_box .slide_box_item span:last-child {
  font-size: .35rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(102, 102, 102, 1);
  margin-top: .324rem;
}

.container .main .slide .slide_box .back {
  background: rgba(0, 89, 255, 1);
  font-size: .4rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(255, 255, 255, 1);
  padding: .2rem .5rem;
  border-radius: 0 0 .2rem .2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: .396rem 0;
  text-decoration: none;
}
