@charset "UTF-8";
body,
html {
  margin: 0px;
  padding: 0px;
}

html {
  position: relative;
  min-height: 100%;
}

p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}

body {
  font-weight: 100;
}

body {
  background: #1a1a1a;
}

.bac000 {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

.divfl {
  float: left;
}

.divfr {
  float: right;
}

.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 a {
  cursor: default;
}

#userHeader .headerBox .menus ul li a, #userHeader .headerBox .buttons ul li a,
#userHeader .headerBox .buttons ul li a {
  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 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;
}

#userHeader {
  height: 5.71rem;
  background: none;
  position: fixed;
  z-index: 100;
  background: rgba(17, 17, 17, 0.35);
  top: 0px;
  left: 0px;
}

#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;
}

#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: 2rem;
}

#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 {
  padding: 0;
  margin: 0px;
}

#userHeader .headerBox .buttons .face a {
  border-radius: 8.57rem;
  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: 2.93rem;
  height: 2.93rem;
  border-radius: 50%;
  /* border: 0.14rem #ffffff solid; */
  /* box-shadow: 0rem 0.14rem 0.29rem 0rem rgba(0, 0, 0, 0.5); */
}

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

#userHeader .headerBox .buttons img {
  width: 1.68rem;
  height: 1.68rem;
  border: 2px #ffffff solid;
  border-radius: 50%;
  /* 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: 0px; */
  /* top: 0px; */
  /* display: block;
        //   width: 1.71rem;
        //   height: 1.71rem;
        //   border-radius: 6.57rem;
        //   /* border: 0.14rem #ffffff solid; */
}

#userHeader .headerBox .search .userInfoBox {
  right: -19px;
  top: 68px;
}

#userHeader .headerBox .search .appBox {
  top: 50px;
}

@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;
}

.sclassic .banner {
  width: 100%;
  height: 438px;
  background-size: 100% 100%;
  text-align: center;
  margin-top: 5.7rem;
  overflow: hidden;
  position: relative;
}

.sclassic .banner div.pa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -190px;
  margin-left: -80px;
}

.sclassic .banner p:first-child {
  font-size: 2.29rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: white;
  line-height: 2.29rem;
  letter-spacing: 3px;
  margin: 0px auto;
  margin-top: 9.79rem;
}

.sclassic .banner p + p {
  font-size: 1.71rem;
  font-family: PingFangSC;
  color: white;
  line-height: 1.71rem;
  margin: 0px auto;
  margin-top: 2.14rem;
}

.sclassic .sclassic_cont {
  width: 100%;
  height: auto;
  background: #1a1a1a;
  padding-bottom: 4rem;
  margin-top: 4rem;
}

.sclassic .sclassic_cont .sclassic_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px auto;
}

.sclassic .sclassic_cont .sclassic_list a {
  display: block;
  margin-right: 30px;
}

.sclassic .sclassic_cont .sclassic_list a:nth-child(7n+7) {
  margin-right: 0px;
}

.sclassic .sclassic_cont .sclassic_list .img,
.sclassic .sclassic_cont .sclassic_list .desc {
  width: 214px;
  height: 255px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.sclassic .sclassic_cont .sclassic_list .img img,
.sclassic .sclassic_cont .sclassic_list .desc img {
  width: 100%;
  height: 100%;
  display: block;
}

.sclassic .sclassic_cont .sclassic_list .img .btn_play,
.sclassic .sclassic_cont .sclassic_list .desc .btn_play {
  background: url(https://pimg9.huanxi.com/FDS8a8286e56eb541b6016ec06a572f0022.png) no-repeat center;
  background-size: 100% 100%;
  width: 3.71rem;
  height: 4.07rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.85rem;
  margin-top: -2.03rem;
  display: none;
}

.sclassic .sclassic_cont .sclassic_list .img .zzc,
.sclassic .sclassic_cont .sclassic_list .desc .zzc {
  width: 100%;
  height: 3.21rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.77) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.sclassic .sclassic_cont .sclassic_list .img .zzc span,
.sclassic .sclassic_cont .sclassic_list .desc .zzc span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 14px;
  margin-right: 15px;
  margin-top: 15px;
  display: block;
}

.sclassic .sclassic_cont .sclassic_list .desc {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: white;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-height: 5rem;
  margin-top: 18px;
}

.sclassic .sclassic_cont .btn_check {
  width: 13rem;
  height: 3.57rem;
  background: #666666;
  border-radius: 0.14rem;
  opacity: 0.5;
  text-align: center;
  line-height: 3.57rem;
  font-size: 1.43rem;
  font-family: PingFangSC-Semibold, PingFang SC, Microsoft Yahei;
  color: white;
  margin-top: 2.86rem;
  margin-left: 0px;
  cursor: pointer;
}

.sclassicdetail .sclassicdetail_cont {
  background: #1a1a1a;
  display: flex;
  justify-content: space-between;
  margin-top: 5.79rem;
  /* 兼容 1280 */
  /* 兼容 ipad 1024、768 */
}

.sclassicdetail .sclassicdetail_cont .video {
  width: 1253px;
  height: 706px;
  outline: none;
}

.sclassicdetail .sclassicdetail_cont .video video {
  height: 100%;
  width: 100%;
  outline: none;
}

@media (max-width: 1700px) {
  .sclassicdetail .sclassicdetail_cont .video {
    width: 945px;
    height: 530px;
  }
}

@media (max-width: 1340px) {
  .sclassicdetail .sclassicdetail_cont .video {
    width: 725px;
    height: 410px;
  }
}

@media (max-width: 1120px) {
  .sclassicdetail .sclassicdetail_cont .video {
    width: 569px;
    height: 384px;
  }
}

.sclassicdetail .sclassicdetail_cont .jjlist {
  flex: 1;
  margin: 2.5rem 1.43rem 0;
}

.sclassicdetail .sclassicdetail_cont .jjlist .title {
  font-size: 1.29rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: white;
  line-height: 1.93rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sclassicdetail .sclassicdetail_cont .jjlist .subtitle {
  font-size: 1rem;
  font-family: PingFangSC;
  color: white;
  line-height: 1rem;
  margin-top: 0.5rem;
}

.sclassicdetail .sclassicdetail_cont .jjlist .listcont {
  margin-top: 1.43rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 400px;
}

.sclassicdetail .sclassicdetail_cont .jjlist .listcont div {
  width: 64px;
  height: 64px;
  background: rgba(246, 246, 246, 0.05);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC;
  color: white;
  line-height: 64px;
  text-align: center;
  margin-right: 18px;
  margin-top: 23px;
  cursor: pointer;
}

.sclassicdetail .sclassicdetail_cont .jjlist .listcont div.cur {
  color: #b22020;
  background: rgba(246, 246, 246, 0.05);
  border-radius: 0.29rem;
  border: 0.07rem solid #b22020;
}

.sclassicdetail .sclassicdetail_cont .jjlist .listcont div:nth-child(5n+5) {
  margin-right: 0px;
}

.sclassicdetail .zzc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: rgba(17, 17, 17, 0.7);
  display: none;
}

.sclassicdetail .zzc .icon-hx_close2 {
  font-size: 2.8rem;
  color: #fff;
  position: absolute;
  right: 4rem;
  top: 4rem;
  z-index: 30;
  cursor: pointer;
}

.sclassicdetail .zzc .cont {
  width: 100%;
  position: relative;
  height: 100%;
}

.sclassicdetail .zzc .cont .bacf {
  width: 25.5rem;
  height: 15.07rem;
  background: white;
  border-radius: 0.29rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7.53rem;
  margin-left: -12.75rem;
  text-align: center;
}

.sclassicdetail .zzc .cont .bacf p:first-child {
  font-size: 1.57rem;
  font-family: PingFangSC;
  color: #333333;
  line-height: 1.57rem;
  margin-top: 2.86rem;
}

.sclassicdetail .zzc .cont .bacf p + p {
  font-size: 1.29rem;
  font-family: PingFangSC;
  color: #0f0f0f;
  line-height: 1.29rem;
  margin-top: 1.93rem;
}

.sclassicdetail .zzc .cont .bacf .line {
  width: 100%;
  height: 0.07rem;
  background: #DCDCDC;
  margin-top: 2.79rem;
}

.sclassicdetail .zzc .cont .bacf .line + p {
  font-size: 1.14rem;
  font-family: PingFangSC;
  color: #b22020;
  line-height: 1rem;
  margin-top: 1.79rem;
  cursor: pointer;
}

.restart {
  background: url(https://pimg9.huanxi.com/FDS8a8286e56dca435a016dd3b745860027.png) no-repeat center;
  width: 5.71rem;
  height: 5.71rem;
  background-size: 100% 100%;
  position: absolute;
  top: 22.14rem;
  left: 50%;
  margin-left: -20%;
  display: none;
}

#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;
}

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

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

#userHeader .headerBox .menus ul, #userHeader .headerBox .buttons 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,
#userHeader .headerBox .buttons ul li {
  font-size: 1rem;
  color: #fff;
  margin-left: 2rem;
  font-weight: 100;
}

#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;
  box-shadow: 0rem 0.14rem 0.29rem 0rem rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 1.7rem;
  height: 1.68rem;
}

#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.68rem;
  height: 1.68rem;
  border: 2px #ffffff solid;
  border-radius: 50%;
  /* 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: 0px; */
  /* top: 0px; */
  /* display: block;
            //   width: 1.71rem;
            //   height: 1.71rem;
            //   border-radius: 6.57rem;
            //   /* border: 0.14rem #ffffff solid; */
}

#userHeader .headerBox .buttons .dl {
  padding: 0;
  width: 2.93rem;
  margin: 0px;
}

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

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

.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 a {
  cursor: default;
}

#userHeader .headerBox .menus ul li a, #userHeader .headerBox .buttons ul li a,
#userHeader .headerBox .buttons ul li a,
#userHeader .headerBox .buttons ul li a {
  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;
  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;
}

#userHeader #appSlideDown1 a.down_bac {
  padding-bottom: 0px;
  width: 2.14rem;
  display: block;
  font-size: 0.86rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  /* line-height: 0.86rem; */
  text-align: center;
}

#userHeader #appSlideDown1 .appBox {
  background: url(https://pic6.huanxi.com/5b4ffe3cd6db4.png) no-repeat center center;
  width: 22rem;
  height: 13.8rem;
  position: absolute;
  right: -2.5rem;
  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 img {
  border-radius: 0;
}

#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;
  border-radius: 0;
}

#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;
  height: 90%;
}

#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;
}

/* 兼容 1440 */
@media (max-width: 1700px) {
  .sclassic .banner {
    height: 360px;
  }
  .sclassic .sclassic_cont .sclassic_list .desc {
    width: 195px;
  }
  .sclassic .sclassic_cont .sclassic_list .img {
    width: 195px;
    height: 232px;
  }
  .sclassic .sclassic_cont .sclassic_list a:nth-child(7n+7) {
    margin-right: 30px;
  }
  .sclassic .sclassic_cont .sclassic_list a:nth-child(6n+6) {
    margin-right: 0;
  }
}

/* 兼容 1280 */
@media (max-width: 1340px) {
  .sclassic .banner {
    height: 328px;
  }
  .sclassic .sclassic_cont .sclassic_list a:nth-child(7n+7),
  .sclassic .sclassic_cont .sclassic_list a:nth-child(6n+6) {
    margin-right: 30px;
  }
  .sclassic .sclassic_cont .sclassic_list a:nth-child(5n+5) {
    margin-right: 0;
  }
}

/* 兼容 ipad 1024、768 */
@media (max-width: 1120px) {
  .sclassic .banner {
    height: 256px;
  }
  .sclassic .sclassic_cont .sclassic_list .desc {
    width: 166px;
    font-size: 18px;
    max-height: 2rem;
  }
  .sclassic .sclassic_cont .sclassic_list .img {
    width: 166px;
    height: 197px;
  }
  .sclassic .sclassic_cont .sclassic_list a {
    margin-top: 40px;
  }
  .sclassic .sclassic_cont .sclassic_list a,
  .sclassic .sclassic_cont .sclassic_list a:nth-child(7n+7),
  .sclassic .sclassic_cont .sclassic_list a:nth-child(6n+6) {
    margin-right: 27px;
  }
  .sclassic .sclassic_cont .sclassic_list a:nth-child(5n+5) {
    margin-right: 0;
  }
  .restart {
    top: 26.14rem;
    left: 50%;
    margin-left: -26%;
  }
}

.sclassic_c::after {
  height: 238px;
  display: block;
  content: "";
}
