  body {
  background-color: #F2F2F2;
}
.swiper_banner {
  width: 100%;
}
.banner_box {
  width: 100%;
}
.banner_box img {
  width: 100%;
}
/*
Ïµ²¿ÂÓÓ°
***/
.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 .Photo_list {
  display: flex;
  flex-wrap: wrap;
}
.profile_right .Photo_list .list_info {
  width: calc((100% - 23px * 3) / 4);
  margin-right: 23px;
  margin-bottom: 23px;
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
}
.profile_right .Photo_list .list_info > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.profile_right .Photo_list .list_info > a > img {
  width: 100%;
  border-radius: 10px 10px 0px 0px ;
}
.profile_right .Photo_list .list_info > a > span {
  padding: 23px 0;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
}
.profile_right .Photo_list .list_info:nth-child(4n + 4) {
  margin-right: 0;
}
.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: 1520PX) {
  .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;
  }
}
