body {
  background: #F6F6F6;
}

.account-con ul {
  background-color: #fff;
}

.account-con li {
  position: relative;
  height: 1.167em;
  padding: 1.083em 1.25em;
  line-height: 1.167em;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  color: #333333;
  font-size: 1.167em;
}

.account-con li:first-child {
  border-top: 0;
}

.my-service .a_right {
  position: absolute;
  right: .833em;
  top: 1.25em;
}

.a_right {
  width: .5em;
  height: .5em;
  margin: .25em 0 0 .41em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* 开关 */

.on-off {
  position: absolute;
  color: #FFF;
  text-align: right;
  padding-right: 1.813rem;
  line-height: .827rem;
  z-index: 100;
  right: .833em;
  top: .75em;
  white-space: nowrap;
}

.on-off span {
  margin-right: -.253rem;
  color: #FFF3E0;
  font-size: .373rem;
}

.switch {
  width: 3.167em;
  height: 1.833em;
  position: absolute;
  right: 0;
  top: 0;
}


.switch input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.switch label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFAD73;
  background: #DDD;
  border-radius: 1.833rem;
}

.switch label i {
  display: block;
  height: 1.667em;
  width: 1.667em;
  margin-top: .083em;
  border-radius: 100%;
  background: silver;
  position: absolute;
  z-index: 2;
  right: 45%;
  top: 0;
  background: #ffede3;
  background: #fff;
  box-shadow: 0 .04rem .04rem 0 rgba(0, 0, 0, 0.05), 0 .027rem .027rem 0 rgba(0, 0, 0, 0.04), 0 .04rem .027rem 0 rgba(0, 0, 0, 0.03);
}

.switch input:checked~label {
  background-image: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  /* background: #E22000; */
  /* border: 1px solid #E22000; */
}

.switch input:checked~label i {
  right: 4%;
}

.sign-ad {
  padding: .833em 2.6%;
}

.individuation {
  padding: 1em 1.5em;
  font-family: PingFangSC-Regular;
  font-size: 1em;
  color: #333;
  line-height: 20px;
}

.individuation p {
  margin-top: 1em;
}

.ind-tt {
  font-family: PingFangSC-Medium;
  font-size: 1.167em;
  font-weight: 600;
  color: #333;
}

.individuation p a {
  color: #E33E41;
}