@font-face {
  font-family: zi;
  src: url('../font/FranxurterTotallyMedium-gxwjp.ttf');
}
header {
  background-color: #FFEACF;
}
header .head {
  width: 1280px;
  margin: 0 auto;
  background-color: #FFEACF;
  padding: 20px 40px;
  box-sizing: border-box;
  height: 120px;
  display: flex;
  align-items: center;
}
header .head .logo {
  margin-right: 8px;
}
header .head .logo img {
  width: 148px;
  height: 79px;
  border-radius: 20px;
}
header .head nav {
  display: flex;
}
header .head nav a {
  position: relative;
  display: block;
  margin-right: 5px;
}
header .head nav a span {
  position: absolute;
  top: 25px;
  right: 42px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: zi;
}
header .head nav a:hover img {
  transform: scale(1.1);
}
header .head .search {
  margin-left: 38px;
}
header .head .kuang {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
header .head .kuang .kuang_child1 {
  width: 100%;
  background: #FF83AF;
}
header .head .kuang .kuang_child1 .kuang_child {
  width: 1280px;
  background: #FF83AF;
  opacity: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 116px 0;
  box-sizing: border-box;
}
header .head .kuang .kuang_child1 .kuang_child .sousuo {
  width: 1047px;
  display: flex;
  background-color: #fff;
  border-radius: 30px;
}
header .head .kuang .kuang_child1 .kuang_child .sousuo .ss_btn {
  display: block;
  width: 62px;
  height: 76px;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  text-align: right;
  line-height: 76px;
  border: none;
}
header .head .kuang .kuang_child1 .kuang_child .sousuo .ss_btn img {
  width: 32px;
  height: 32px;
}
header .head .kuang .kuang_child1 .kuang_child .sousuo .ss_btn:hover {
  cursor: pointer;
}
header .head .kuang .kuang_child1 .kuang_child .sousuo input {
  width: 985px;
  height: 76px;
  border-radius: 0 30px 30px 0;
  background-color: #fff;
  border: none;
  padding-left: 10px;
  box-sizing: border-box;
}
header .head .kuang .kuang_child1 .kuang_child .game_biaoqian {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
header .head .kuang .kuang_child1 .kuang_child .game_biaoqian a {
  margin-right: 12px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: zi;
  color: #586168;
  padding: 12px 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
header .head .kuang .kuang_child1 .kuang_child .game_biaoqian a:hover {
  background-color: #8583FF;
  color: #fff;
  border: 1px solid #8583FF;
}
footer {
  width: 100%;
  background: #FFFFFF;
}
footer .foot {
  display: flex;
  width: 1280px;
  height: 291px;
  background: #FFFFFF;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
}
footer .foot .foot_left {
  width: 523px;
  height: 291px;
  padding: 45px 22px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #999;
}
footer .foot .foot_left a img {
  width: 148px;
  height: 79px;
}
footer .foot .foot_left p {
  width: 232px;
  font-family: zi;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-top: 24px;
}
footer .foot .foot_left .privacy {
  display: flex;
  margin-top: 67px;
}
footer .foot .foot_left .privacy .privacy_left {
  margin-right: 49px;
}
footer .foot .foot_left .privacy .privacy_left a {
  width: 82px;
  height: 20px;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
}
footer .foot .foot_left .privacy .privacy_left :hover {
  color: #4475F2;
}
footer .foot .foot_left .privacy .privacy_right a img {
  width: 24px;
  height: 24px;
}
footer .foot .foot_right {
  width: 677px;
  height: 291px;
  padding: 48px 54px 34px;
  box-sizing: border-box;
  font-family: zi;
}
footer .foot .foot_right .ti {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
footer .foot .foot_right .text {
  display: block;
  margin: 12px auto 43px;
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
}
footer .foot .foot_right .input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 6px 0px 24px;
  width: 569px;
  height: 48px;
  border: 1px solid #DFDFE0;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 26px;
}
footer .foot .foot_right .input input {
  width: 414px;
  height: 36px;
  border: none;
  margin-left: 5px;
}
footer .foot .foot_right .input ::placeholder {
  width: 93px;
  height: 20px;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
}
footer .foot .foot_right .input button {
  width: 94px;
  height: 36px;
  background: #FF83AF;
  border-radius: 30px;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #FFFFFF;
  border: none;
}
footer .foot .foot_right .copyright {
  width: 192px;
  height: 20px;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  display: block;
  margin: 0 auto;
}
.bian {
  background-color: #FF83AF !important;
  color: #fff !important;
}
.p1 {
  background-image: url(../images/zan_hong1.svg) !important;
}
.p2 {
  background-image: url(../images/zan_zi1.svg) !important;
}
.bread {
  height: 16px;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 16px;
}
.bread a {
  color: #999999;
}
.none {
  text-align: center;
  display: none;
}
.none img {
  width: 335px;
  height: 297px;
}
