html,
body {
  padding: 0px;
  margin: 0px;
}

#userHeader {
  height: 5.71rem;
  position: fixed;
  z-index: 100;
  background: #111;
}

#userHeader .bgChange {
  width: 100%;
  margin: 0px auto;
  height: auto;
}

#userHeader .headerBox {
  width: 95.07rem;
  height: 5.7rem;
  margin: 0px auto;
  background: none;
  align-items: center;
  justify-content: space-between;
}

#userHeader .headerBox a {
  font-size: 1rem;
  color: #fff;
  font-weight: 100;
}

#userHeader .headerBox a.red {
  color: #B22020;
  font-size: 1.29rem;
  font-family: PingFangSC-Semibold;
  font-weight: bold;
}

#userHeader .headerBox .menus, #userHeader .headerBox .buttons {
  flex-direction: row;
  align-items: center;
}

#userHeader .headerBox .menus ul, #userHeader .headerBox .buttons ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  top: -2px;
}

#userHeader .headerBox .menus ul li, #userHeader .headerBox .buttons ul li {
  font-size: 1rem;
  color: #fff;
  margin-left: 4.29rem;
}

#userHeader .headerBox .buttons ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#userHeader .headerBox .buttons ul li {
  margin-left: .71rem;
}

#userHeader .headerBox .buttons .btn {
  padding: .6rem 2.14rem;
  border-radius: 1.71rem;
}

#userHeader .headerBox .buttons .face {
  margin-top: .5rem;
}

#userHeader .headerBox .buttons .face a {
  border-radius: 8.57rem;
  border: 0.14rem #ffffff solid;
  box-shadow: 0rem 0.14rem 0.29rem 0rem rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 1.68rem;
  height: 1.68rem;
  position: relative;
}

#userHeader .headerBox .buttons .face a.block {
  border: none;
  box-shadow: none;
  width: 51%;
  height: auto;
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#userHeader .headerBox .buttons .face img {
  width: 1.71rem;
  height: 1.71rem;
  border-radius: 6.57rem;
  /* border: 0.14rem #ffffff solid; */
  /* box-shadow: 0rem 0.14rem 0.29rem 0rem rgba(0, 0, 0, 0.5); */
  position: absolute;
  left: -0.5px;
  top: -0.5px;
  display: block;
}

#userHeader .headerBox .buttons .dl {
  border: 1px solid;
  padding: .5rem 2rem;
}

#userHeader .headerBox .buttons .dsj {
  background: linear-gradient(90deg, #e0c9a4, #c7a881, #a7865b);
}

#userHeader .headerBox .buttons .xz {
  font-size: 1rem;
  color: #fff;
  background-color: #8b1212;
  box-shadow: 0rem 0.14rem 0.29rem 0rem rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1440px) {
  #userHeader .search {
    margin: 0px;
  }
}

.top_banner {
  top: 0px;
  left: 0px;
}

.top_banner_bac {
  width: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welfare {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .welfare {
    width: 100%;
  }
}

.welfare .top_banner {
  width: 100%;
  margin-top: 5.7rem;
}

.welfare .top_banner img {
  width: 100%;
  height: 100%;
}

.selectedtopics, .happywelfare {
  margin-left: 4.29rem;
  margin-top: 9.79rem;
  margin-right: 7.14rem;
  height: auto;
}

.selectedtopics .title p:first-child, .happywelfare .title p:first-child {
  font-size: 1.71rem;
  font-family: PingFangSC-Semibold;
  color: white;
}

.selectedtopics .title p + p, .happywelfare .title p + p {
  font-size: 1rem;
  font-family: PingFangSC-Regular;
  color: #b7b7b7;
  margin-top: 0.46rem;
}

.selectedtopics .selectedtopics_cont, .happywelfare .selectedtopics_cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.selectedtopics .selectedtopics_cont .content, .happywelfare .selectedtopics_cont .content, .selectedtopics .selectedtopics_cont a, .happywelfare .selectedtopics_cont a {
  display: flex;
  justify-content: space-between;
}

.selectedtopics .selectedtopics_cont .content .left, .happywelfare .selectedtopics_cont .content .left, .selectedtopics .selectedtopics_cont a .left, .happywelfare .selectedtopics_cont a .left {
  width: 23.5rem;
  height: 13.71rem;
  border-radius: 8px;
  overflow: hidden;
}

.selectedtopics .selectedtopics_cont .content .left img, .happywelfare .selectedtopics_cont .content .left img, .selectedtopics .selectedtopics_cont a .left img, .happywelfare .selectedtopics_cont a .left img {
  width: 100%;
  height: 100%;
}

.selectedtopics .selectedtopics_cont .content .right, .happywelfare .selectedtopics_cont .content .right, .selectedtopics .selectedtopics_cont a .right, .happywelfare .selectedtopics_cont a .right {
  width: 18.93rem;
  margin-left: 2.14rem;
}

.selectedtopics .selectedtopics_cont .content .right p:first-child, .happywelfare .selectedtopics_cont .content .right p:first-child, .selectedtopics .selectedtopics_cont a .right p:first-child, .happywelfare .selectedtopics_cont a .right p:first-child {
  font-size: 1.29rem;
  font-family: PingFangSC-Medium;
  color: white;
  line-height: 2.14rem;
}

.selectedtopics .selectedtopics_cont .content .right p + p, .happywelfare .selectedtopics_cont .content .right p + p, .selectedtopics .selectedtopics_cont a .right p + p, .happywelfare .selectedtopics_cont a .right p + p {
  font-size: 1rem;
  font-family: PingFangSC-Regular;
  color: #666666;
  margin-top: 0.43rem;
}

.selectedtopics .selectedtopics_cont .content .right p + p + p, .happywelfare .selectedtopics_cont .content .right p + p + p, .selectedtopics .selectedtopics_cont a .right p + p + p, .happywelfare .selectedtopics_cont a .right p + p + p {
  font-size: 1rem;
  font-family: PingFangSC-Regular;
  color: white;
  line-height: 1.86rem;
  margin-top: 3.45rem;
}

div.line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  margin-left: 4.29rem;
  margin-top: 2.86rem;
}

.happywelfare {
  margin-top: 2.86rem;
}

.happywelfare .pics {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.happywelfare .pics div {
  width: 23.5rem;
  height: 13.79rem;
  margin-top: 2.86rem;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 1.43rem;
}

.happywelfare .pics div img {
  width: 100%;
  height: 100%;
}

.happywelfare .pics div:first-child {
  margin-left: 0px;
}

.nav #mobileLook11,
.nav #share_pop {
  z-index: 99;
}

.nav #share_pop {
  background: url(https://pic2.huanxi.com/5b5684cebc7b3.png) no-repeat center;
  right: -6.5rem;
  top: 1.5rem;
  z-index: 2;
  background-size: 100% 100%;
  align-items: center;
  justify-content: space-evenly;
  width: 19.5rem;
  height: 5.7rem;
}

@media screen and (max-width: 1440px) {
  .nav #share_pop {
    width: 21rem;
    height: 7rem;
    right: -7.3rem;
  }
}

.nav #mobileLook1 .pop {
  width: 10rem;
  height: 11.8rem;
  background: url(https://pic3.huanxi.com/5b502be04d0a0.png) no-repeat center center;
  right: -0.7rem;
  top: 1.3rem;
  z-index: 2;
  background-size: 100% 100%;
}

@media screen and (max-width: 1440px) {
  .nav #mobileLook1 .pop {
    width: 12rem;
    height: 13.8rem;
    background: url(https://pic3.huanxi.com/5b502be04d0a0.png) no-repeat center center;
    right: -1.6rem;
    top: 1.2rem;
    z-index: 2;
    background-size: 100% 100%;
  }
}

.nav #mobileLook1 .pop .wid {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1440px) {
  _:-ms-lang(x),
  _::-webkit-meter-bar,
  .nav #mobileLook1 .pop {
    width: 13rem;
    height: 15.8rem;
    right: -1.9rem;
  }
}

.nav #mobileLook1 .pop h3 {
  font-size: 0.8rem;
  height: 1rem;
  line-height: 1rem;
  color: #111111;
  text-align: center;
  margin-top: 2rem;
}

.nav .mobile_look .box .er {
  margin-top: 1rem;
  height: 7rem;
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.nav .mobile_look .box .er {
  margin-top: 0.5rem;
}

@media screen and (max-width: 1440px) {
  _:-ms-lang(x),
  _::-webkit-meter-bar,
  .nav .mobile_look .box .er {
    margin-top: 1rem;
  }
}

.nav .sharePop .box .arrow,
.nav .collectPop .box .arrow,
.nav .comment .box .arrow,
.nav .commentEdit .box .arrow {
  left: 38px;
}

.nav .sharePop ul {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin: 0px;
}

@media screen and (max-width: 1440px) {
  .nav .sharePop ul {
    height: 4.5rem;
  }
}

.nav .sharePop li,
.nav .sharePop li a {
  float: left;
  padding: 0;
  border: 0;
  margin-left: 1.07rem;
}

.nav .sharePop li,
.nav .sharePop li:first-child {
  margin-left: 1.5rem;
  margin-right: 0px;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1440px) {
  .nav .sharePop li,
  .nav .sharePop li:first-child {
    margin-top: 2.5rem;
    margin-left: 1rem;
  }
}

.nav .sharePop li:first-child {
  margin-left: 0px;
}

.nav .sharePop li a {
  margin: 0px;
}

.nav .sharePop li.wx a {
  background-position: -9px -262px;
}

.nav .sharePop li.wxquan a {
  background-position: -66px -263px;
}

.nav .sharePop li.qq a {
  background-position: -120px -262px;
}

.nav .sharePop li.qzone a {
  background-position: -176px -262px;
}

.nav .sharePop li.wb a {
  background-position: -10px -323px;
}

.nav .sharePop li p {
  letter-spacing: 0;
  font-size: 12px;
}

.bdshare-button-style0-16 a {
  margin: 0px;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  width: 30px;
  height: 30px;
  background: url(./img/icon_1.png) no-repeat 0 0;
}

@media screen and (max-width: 1440px) {
  _:-ms-lang(x),
  _::-webkit-meter-bar,
  .bdshare-button-style0-16 a,
  .bdshare-button-style0-16 .bds_more {
    width: 31.5px;
    height: 30px;
  }
}

#userHeader #appSlideDown1 a.down_bac {
  padding-bottom: 2rem;
}

#userHeader #appSlideDown1 .appBox {
  background: url(https://pic6.huanxi.com/5b4ffe3cd6db4.png) no-repeat center center;
  width: 22rem;
  height: 13.8rem;
  position: absolute;
  right: -1rem;
  top: 3.5rem;
  background-size: 100% 100%;
}

@media screen and (max-width: 1440px) {
  #userHeader #appSlideDown1 .appBox {
    height: 14.2rem;
  }
}

#userHeader #appSlideDown1 .appBox .appBoxLeft1 {
  width: 10rem;
  height: auto;
  margin-left: 2.5rem;
}

#userHeader #appSlideDown1 .appBox .appBoxLeft1 p {
  text-align: left;
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #111111;
  margin-top: 2.5rem;
}

#userHeader #appSlideDown1 .appBox .appBoxLeft1 div.icon a {
  margin-top: 1rem;
  display: block;
  overflow: hidden;
}

#userHeader #appSlideDown1 .appBox .appBoxLeft1 div.icon a img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

#userHeader #appSlideDown1 .appBox .appBoxRight1 {
  width: 6rem;
  height: auto;
  overflow: hidden;
  margin-right: 2rem;
}

#userHeader #appSlideDown1 .appBox .appBoxRight1 p {
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #111111;
  text-align: center;
  margin-top: 2.5rem;
}

#userHeader #appSlideDown1 .appBox .appBoxRight1 img {
  width: 6rem;
  height: 6rem;
  margin: 0px auto;
  margin-top: 1rem;
}

#userHeader #userInfo1 .userInfoBox1 {
  width: 16rem;
  height: 24rem;
  background: url(https://pic6.huanxi.com/5b4f013e5a00b.png) no-repeat center center;
  position: absolute;
  top: 3.5rem;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#userHeader #userInfo1 .userInfoBox1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 13.5rem;
  margin: 0px auto;
  text-align: left;
}

#userHeader #userInfo1 .userInfoBox1 ul li {
  list-style: none;
  float: none;
  width: 100%;
  margin: 0px auto;
  margin-top: 1rem;
  margin-left: 1rem;
}

#userHeader #userInfo1 .userInfoBox1 ul li .icon-hx_space {
  background: url(https://pic5.huanxi.com/5c2dcf69914f6.png) no-repeat center;
  width: 1.1rem;
  height: 1.1rem;
  background-size: 100% 100%;
  display: inline-block;
}

#userHeader #userInfo1 .userInfoBox1 ul li.wz1 {
  font-size: 1.14rem;
  color: #fff;
  height: 1.14rem;
  line-height: 1.14rem;
  margin-top: 2.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#userHeader #userInfo1 .userInfoBox1 ul li.wz2 {
  font-size: 0.86rem;
  color: #fff;
  height: 0.86rem;
  line-height: 0.86rem;
}

#userHeader #userInfo1 .userInfoBox1 ul li.wz2 a {
  font-size: 0.86rem;
  color: #fff;
  height: 0.86rem;
  line-height: 0.86rem;
  border: none;
  box-shadow: none;
  width: auto;
}

#userHeader #userInfo1 .userInfoBox1 ul li.line {
  height: 0.14rem;
  line-height: 0.14rem;
  width: 13.57rem;
  margin: 0px auto;
  margin-top: 1rem;
}

#userHeader #userInfo1 .userInfoBox1 ul li.line span {
  width: 100%;
  height: 0.14rem;
  background: rgba(255, 255, 255, 0.05);
  display: block;
}

#userHeader #userInfo1 .userInfoBox1 ul li.click a span:first-child {
  color: #fff;
  font-size: 0.8rem;
}

#userHeader #userInfo1 .userInfoBox1 ul li.click a span + span {
  font-size: 1rem;
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  margin-left: 1rem;
  display: inline-block;
}

#userHeader #userInfo1 .userInfoBox1 ul li.click a:hover span {
  color: #AA0E15;
}

#singleTemp {
  width: 73.71rem;
  height: 41.71rem;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  left: 35%;
}

.singleMask {
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  position: absolute;
}

.single, .singleBg {
  width: 357px;
  height: auto;
  border-radius: 4px;
  color: #333333;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.single .tit, .singleBg .tit {
  font-size: 22px;
  padding-top: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
}

.single .tit2, .singleBg .tit2 {
  border-bottom: 1px solid #901D23;
  padding: 25px 0;
}

.single .txt, .singleBg .txt {
  width: 287px;
  font-size: 14px;
  line-height: 24px;
  padding: 25px 0;
  color: #0F0F0F;
  font-weight: 400;
}

.single .txt p.last, .singleBg .txt p.last {
  color: #B22020;
  font-family: PingFangSC-Medium;
}

.single .txt p.last span, .singleBg .txt p.last span {
  color: #0F0F0F;
  font-family: PingFangSC-Regular;
}

.single .close, .singleBg .close {
  right: 21px;
  top: 21px;
}

.single .price div:first-child, .singleBg .price div:first-child {
  padding-top: 15px;
}

.single .price div:last-child, .singleBg .price div:last-child {
  width: 145px;
  height: 145px;
  background-color: #ffffff;
  margin: 15px auto;
  margin-bottom: 0;
  padding: 5px;
}

.single .price div.p, .singleBg .price div.p {
  font-size: 28px;
}

.single .buttons, .singleBg .buttons {
  height: 59px;
  border-top: 1px solid #DCDCDC;
}

.single .buttons a, .singleBg .buttons a {
  width: 178px;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #0F0F0F;
  font-weight: 400;
}

.single .buttons a.submit, .singleBg .buttons a.submit {
  color: #B22020;
  font-family: PingFangSC-Medium;
}

.single .buttons a:first-child, .singleBg .buttons a:first-child {
  border-right: 1px solid #DCDCDC;
}

.single .buttons a:hover, .singleBg .buttons a:hover {
  color: #B22020;
}

.single .buttons2 a, .singleBg .buttons2 a {
  display: block;
  color: #0F0F0F;
  height: 64px;
  line-height: 64px;
  border-top: 1px solid #DCDCDC;
  font-weight: 400;
}

.single .buttons2 a.active, .singleBg .buttons2 a.active,
.single .buttons2 a:hover, .singleBg .buttons2 a:hover {
  color: #B22020;
}

.single .buttons2 a.active, .singleBg .buttons2 a.active {
  font-size: 16px;
  font-family: PingFangSC-Medium;
}

.single .buttons3 div, .singleBg .buttons3 div {
  width: 50%;
  height: 70px;
  line-height: 70px;
}

.single .buttons3 div p, .singleBg .buttons3 div p {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 53px;
}

.single .buttons3 div:last-child p, .singleBg .buttons3 div:last-child p {
  left: 14px;
}

.singleBg {
  background: #ffffff;
}

.searchResult {
  width: 28.57rem;
  height: auto;
  box-sizing: border-box;
  padding: 2.54rem 1.43rem 2.21rem 1.43rem;
  background: #111111;
  box-shadow: 0rem 0.36rem 1.07rem 0rem black;
  border-radius: 0rem 0rem 0.14rem 0.14rem;
  position: relative;
  top: -0.4rem;
  z-index: -1;
}

.searchResult .first_cont,
.searchResult .search_history,
.searchResult .search_value {
  width: 100%;
  overflow: hidden;
}

.searchResult .search_history {
  margin-bottom: 2.14rem;
}

.searchResult .first_cont .title2,
.searchResult .search_history .title2 {
  font-size: 1.14rem;
  font-family: PingFangSC-Regular;
  color: #666666;
  line-height: 1.14rem;
}

.searchResult .search_history .title2 {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

#userHeader .headerBox .buttons .searchResult .first_cont ul {
  display: block;
  width: 100%;
}

#userHeader .headerBox .buttons .searchResult .first_cont ul li {
  margin-left: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.searchResult .first_cont ul li:first-child {
  margin-top: 1.64rem;
}

.searchResult .first_cont ul li {
  width: 100%;
  height: 1.14rem;
  margin-top: 1rem;
}

.searchResult .first_cont ul li span:first-child {
  width: 1.14rem;
  height: 1.14rem;
  background: #b22020;
  font-size: 0.86rem;
  font-family: PingFangSC-Regular;
  color: white;
  line-height: 1.14rem;
  text-align: center;
  display: inline-block;
}

.searchResult .first_cont ul li span.bac333 {
  background: #333333;
}

.searchResult .first_cont ul li span + span {
  font-size: 1rem;
  font-family: PingFangSC-Regular;
  color: #fff;
  margin-left: 1.07rem;
}

.searchResult .search_history .history_cont {
  width: 100%;
}

.searchResult .search_history .history_cont div {
  display: flex;
  flex-direction: row;
  margin-top: 1.43rem;
}

.searchResult .search_history .history_cont div:first-child {
  margin-top: 1.74rem;
}

.searchResult .search_history .history_cont div p {
  font-size: 1rem;
  font-family: PingFangSC-Regular;
  color: white;
  line-height: 1rem;
  width: 50%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchResult .search_history .history_cont div p + p {
  margin-left: 3rem;
}

.searchResult .search_value div {
  font-size: 1rem;
  font-family: PingFangSC-Regular;
  color: #fff;
  line-height: 1rem;
  margin-top: 1.43rem;
  cursor: pointer;
}

.searchResult .search_value div:first-child {
  margin-top: 0.43rem;
}

.searchResult .search_value div span {
  color: #b22020;
}
