@import url('head_foot.css');
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
#content {
  flex: 1;
}
#content .cont {
  overflow: hidden;
}
#content .cont .cont_l,
#content .cont .cont_r {
  float: left;
}
#content .cont .cont_l {
  width: 824px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px 24px;
  box-sizing: border-box;
  margin-right: 16px;
}
#content .cont .cont_l h3 {
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  line-height: 18px;
  margin-bottom: 8px;
}
#content .cont .cont_l .cont_text {
  font-size: 18px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  line-height: 26px;
}
#content .cont .cont_r {
  width: 360px;
}
#content .cont .cont_r .information {
  width: 360px;
  background: #FFFFFF;
  border-radius: 24px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
#content .cont .cont_r .information .personal {
  display: flex;
  justify-content: space-evenly;
  background-color: #FEA237;
  padding: 24px 0;
  box-sizing: border-box;
}
#content .cont .cont_r .information .personal .gang {
  width: 0px;
  height: 37px;
  opacity: 1;
  border: 1px solid #fff;
}
#content .cont .cont_r .information .personal .age {
  width: 120px;
}
#content .cont .cont_r .information .personal .age p {
  text-align: center;
}
#content .cont .cont_r .information .personal .age .p1 {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
#content .cont .cont_r .information .personal .age .p2 {
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #FFD9AC;
}
#content .cont .cont_r .information .top {
  width: 292px;
  align-items: center;
  margin: 0 auto 20px;
}
#content .cont .cont_r .information .top h3 {
  font-size: 18px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  margin: 16px 0 12px;
}
#content .cont .cont_r .information .top .top_left img {
  width: 58px;
  height: 58px;
}
#content .cont .cont_r .information .top .top_left span {
  width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  line-height: 18px;
}
#content .cont .cont_r .information .favortie_games {
  width: 292px;
  margin: 0 auto;
}
#content .cont .cont_r .information .favortie_games h3 {
  font-size: 18px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  margin: 16px 0 12px;
}
#content .cont .cont_r .information .favortie_games .game_tags {
  width: 292px;
}
#content .cont .cont_r .information .favortie_games .game_tags a {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid #A6A6A6;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
  box-sizing: border-box;
  margin: 0 8px 8px 0;
}
#content .cont .cont_r .information .favortie_games .game_tags a:hover {
  background-color: #A58AF1;
  color: #fff;
}
#content .cont .cont_r .love {
  position: relative;
  width: 360px;
  height: 128px;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
  margin-top: 16px;
}
#content .cont .cont_r .love h3 {
  font-size: 18px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
#content .cont .cont_r .love .choice {
  width: 310px;
  display: flex;
  margin-top: 12px;
}
#content .cont .cont_r .love .choice button {
  width: 155px;
  height: 42px;
  border: none;
  line-height: 42px;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
#content .cont .cont_r .love .choice .yes {
  background: #FC5D2B;
  border-radius: 33px 0 0 33px;
}
#content .cont .cont_r .love .choice .no {
  background: #43DC7C;
  border-radius: 0 33px 33px 0;
}
#content .cont .cont_r .love .img_yes,
#content .cont .cont_r .love .img_no {
  position: absolute;
  visibility: hidden;
  z-index: 99;
}
#content .cont .cont_r .love .img_yes {
  left: 142px;
  bottom: 103px;
  width: 71px;
  height: 67px;
}
#content .cont .cont_r .love .img_no {
  left: 97px;
  bottom: 101px;
  width: 168px;
  height: 61px;
}
#content .cont .cont_r .pick {
  width: 360px;
  padding: 24px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 25px;
}
#content .cont .cont_r .pick h3 {
  font-size: 18px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  margin: 16px 0 12px;
}
#content .cont .cont_r .pick .pick_div {
  margin-top: 16px;
}
#content .cont .cont_r .pick .pick_div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .cont .cont_r .pick .pick_div ul li {
  width: 151px;
  height: 129px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  margin-bottom: 11px;
}
#content .cont .cont_r .pick .pick_div ul li img {
  width: 100%;
  height: 129px;
  object-fit: cover;
}
#content .cont .cont_r .pick .pick_div ul li .other_text {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
}
#content .cont .cont_r .pick .pick_div ul li .other_text i {
  display: block;
  margin: 90px auto;
  color: #fff;
  text-align: center;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: zi;
}
#content .cont .cont_r .pick .pick_div ul li:hover div {
  position: absolute;
  top: 0;
  transition: 0.5s;
}
