  /*
banner
**/
.banner_box {
  width: 100%;
}
.banner_box img {
  width: 100%;
}
body {
  background-color: #F2F2F2;
}
/*
ÈÙÓþ³É¼¨

***/
.profile_right {
  width: 75%;
}
.profile_right .profile_title {
  margin: 40PX 0 30PX;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile_right .profile_title h3 {
  color: #A87E53;
}
.profile_right .setting_content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.profile_right .setting_content > li:hover {
  background-color: #066A31;
}
.profile_right .setting_content > li:hover .setting_logo .on_logo {
  display: block;
}
.profile_right .setting_content > li:hover .setting_logo .off_logo {
  display: none;
}
.profile_right .setting_content > li:hover .setting_logo > span {
  color: #FFFFFF;
}
.profile_right .setting_content > li:hover .setting_word {
  color: #FFFFFF;
}
.profile_right .setting_content > li:hover .setting_to > i {
  padding-left: 30PX;
  display: block;
  position: relative;
  color: #FFFFFF;
}
.profile_right .setting_content > li:hover .setting_to > i::after {
  display: block  ;
}
.profile_right .setting_content > li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 17PX 18PX;
  box-sizing: border-box;
  margin-bottom: 10PX;
  background: #FFFFFF;
}
.profile_right .setting_content > li .setting_logo {
  width: 20%;
  display: flex;
  align-items: center;
}
.profile_right .setting_content > li .setting_logo img {
  width: 30px;
  height: 26px;
}
.profile_right .setting_content > li .setting_logo .on_logo {
  display: none;
}
.profile_right .setting_content > li .setting_logo > span {
  padding: 0 25PX;
  border-right: 1PX solid #DCDCDC;
}
.profile_right .setting_content > li .setting_word {
  width: 80%;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.profile_right .setting_content > li .setting_to {
  position: relative;
  display: flex;
}
.profile_right .setting_content > li .setting_to i {
  color: #066A31;
  font-size: 30PX;
  transform: rotate(180deg);
}
.profile_right .setting_content > li .setting_to > i::after {
  position: absolute;
  right: 48PX;
  top: 50%;
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px 0px 0px 2px;
  display: none;
}
.profile_right .page_bottom {
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_right .page_bottom .page_turner {
  display: flex;
}
.profile_right .page_bottom .page_turner li {
  white-space: nowrap;
  margin: 60PX 5PX;
  padding: 13PX 15PX;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.profile_right .page_bottom .page_turner li .last_icon {
  display: block;
  transform: rotate(180deg);
}
.profile_right .page_bottom .turner_num {
  overflow: hidden;
}
@media screen and (max-width: 1400PX) {
  .profile_right .setting_content > li .setting_logo {
    width: 25%;
  }
  .profile_right .setting_content > li .setting_logo > span {
    padding: 0px 15PX;
  }
  .profile_right .setting_content > li .setting_word {
    width: 67%;
  }
}
@media screen and (max-width: 1000PX) {
  .profile_right {
    width: 100%;
  }
  .profile_right .profile_title {
    display: flex;
    flex-direction: column;
  }
  .profile_right .profile_title h3 {
    margin-bottom: 10px;
  }
  .profile_right .setting_content > li {
    display: flex;
    justify-content: space-between;
    padding: 10PX 5PX;
  }
  .profile_right .setting_content > li .setting_logo {
    border-right: 1px solid #DCDCDC;
    padding-right: 10px;
    width: 30%;
    display: flex;
    flex-direction: column;
  }
  .profile_right .setting_content > li .setting_logo > span {
    margin-top: 10px;
    padding: 0;
    border: none;
  }
  .profile_right .setting_content > li .setting_word {
    width: 50%;
    margin-left: 10px;
  }
  .profile_right .setting_content > li .setting_to > i::after {
    right: 40px;
    width: 24px;
  }
}
