html,
body {
  margin: 0;
  padding: 0;
  font: inherit;
}

body {
  background: #F8F8F8;
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-size: 14px;
  color: #000;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  margin: 0px;
}

.menu_ul_li_a {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFF;
}

input::placeholder {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #D0D0D0;
}

.vip-icon {
  position: relative;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(./vip-icon.gif);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto auto 2px;
}

.none {
  display: none;
}

/* 导航 */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  /* background: #21b97280; */
  width: 100%;
  height: 72px;
  z-index: 999999;
  color: #fff;
}

.menu_active {
  background: #fff;
  color: #000;
  box-shadow: 0 17px 47px 0 rgb(39 53 70 / 4%);
}

.c000 {
  color: #333 !important;
}

.menu_main {
  width: 68%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.logo {
  /*height: 60px;*/
  /*width: 200px;*/
  width: 136px;
  height: 32px;
  /*margin-top: 14px;*/
  /*margin-left: 40px;*/
}

.logo>img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.menu_li {
  flex: 1;
  /* background: #2e0dbfa0; */
  height: 72px;
  line-height: 72px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.menu_li>ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding-left: 0px !important;
  margin-left: 20px;
}

.menu_li>ul>li {
  margin: 0px 12px;
  line-height: 35px;
}

.menu_li>ul>li>a {
  /*color: #fff;*/
}

.login {
  font-size: 15px;
  display: flex;
}

.vip_png {
  margin-right: 7px;
  margin-top: 3px;
}

.vip_png>img {
  width: 25px;
  height: 25px;

}

.user_png {
  margin-right: 7px;
}

.user_png>img {
  width: 15px;
  margin-top: 3px;
}

.iconfont {
  margin-right: 4px;
}

.vip {
  margin: 0px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  position: relative;
}

.icon-huiyuan {
  color: #000;
}

.user_login {
  margin: 0px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}

/* 轮播 */
.banner {
  height: 396px;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide>img {
  width: 100%;
  height: 100%;
}

/* 搜索 */
.serach {
  background-color: #fff;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #fff;
  margin: auto;
  position: absolute;
  top: 213px;
  left: 50%;
  transform: translate(-50%);
  z-index: 9999;
}

.serach_xiala {
  /* background: #ccc; */
  font-size: 18px;
  padding: 12px 0px 12px 24px;
}

.serach_xiala::after {
  content: "|";
  padding-left: 24px;
  color: #ddd;
}

.serach_input {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.serach_input_icon {
  flex: 1;
  position: relative;
}

.icon-sousuo1 {
  position: absolute;
  top: 9px;
  left: 2px;
  font-size: 28px !important;
  padding: 0px 10px 0px 10px;
}

.search_input_input {
  /*padding-left: 48px;*/
  height: 46px;
  /* height: 100%; */
  width: 500px;
  border: 0px;
  font-size: 18px;
  outline: none;
}

.aerach_btn {
  background-color: #055aff;
  color: #fff;
  padding: 6px 26px;
  border-radius: 6px;
  margin-right: 6px;
  cursor: pointer;
}

/* 热门搜索 */

.sersch_hot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  color: #fff;
}

.icon-chaojihuati-remendianjitai {
  color: #fff;
}

.serach_hot_item {
  background-color: #11111235;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  margin-left: 8px;
  cursor: pointer;
}

/* 主体 */
.main {
  width: 1280px;
  margin: auto;
}

.main_card {
  background-color: #fff;
  border-radius: 5px;
}

.main_cate {
  /*height: 71px;*/
  position: relative;
  z-index: 99;
  margin: -54px auto 12px;
  display: flex;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 11px;
  position: absolute;
  width: 1280px;
  margin-top: -116px;

}

.h100 {
  height: 100%;
}

.main_cate_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_cate_item>p {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 20px 0px;
}

.icon-ic_tingyong {
  color: #c30d23;
  font-size: 24px !important;
}

.icon-hegui {
  color: #f3a358;
  font-size: 24px !important;
}

.icon-jixiaoziping {
  color: #ff6033;
  font-size: 24px !important;
}

.main_cate_item_cate {
  text-align: center;
  /*display: grid;*/
  /*grid-template-columns: repeat(3, 1fr);*/
  /*place-content: center;*/
  /*justify-content: space-between;*/
  /*grid-gap: 10px;*/
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
}

.main_cate_item {
  position: relative;
}

.main_cate_item::after {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  background: hsl(0deg 0% 93% / 61%);
  position: absolute;
  right: 3px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_cate_item_cate>span {
  background-color: #f8f8f9;
  padding: 4px 6px;
  color: #333;
  margin: 10px;
  cursor: pointer;
  font: inherit;
  vertical-align: baseline;
  font-size: 13px;

}

/* 广告位 */
.main_ad {
  padding: 15px 25px 15px 25px;
  margin-top: 62px;
}

.main_ad_title {
  font-size: 18px;
  color: #333;
  font-family: PingFang SC-Bold, PingFang SC;

  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.main_ad_title>img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.main_ad_img {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-content: center;
  justify-content: space-between;
  grid-gap: 10px;
}

.main_ad_img_item>img {
  width: 100%;
}

/* 排行榜 */
.main_paihang {
  margin-top: 15px;
  padding: 15px 25px 35px 25px;
}

.show {
  display: inline-block !important;
}

.pt84 {
  padding-top: 84px;
}

.main_paihang_title {
  font-size: 18px;
  color: #333;
  font-family: PingFang SC-Bold, PingFang SC;

  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.main_paihang_title>img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.main_paihang_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  justify-content: space-between;
  grid-gap: 20px;
}

.main_paihang_list_border {
  border: 1px solid #f0f0f0;
  border-top: 0;
  box-shadow: inset 0 1px 0 0 #fff;
  border-radius: 10px;
}

.main_paihang_item {
  /* background-color: #c30d23; */
  /* height: 20px; */

  padding-bottom: 30px;
}

.main_paihang_item:nth-child(1) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F9FF 100%);
}

.main_paihang_item:nth-child(2) {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEFDD 100%);
}

.main_paihang_item:nth-child(3) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0FFFD 100%);
}

.main_paihang_item_title {
  height: 70px;
}

.main_paihang_item_title>img {
  width: 100%;
}

.main_paihang_item_main {
  padding: 20px 20px 0px 20px;
  border-radius: 0 0 6px 6px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  cursor: pointer;
}

.main_paihang_item_title {
  display: flex;
  align-items: center;
}

.main_paihang_item_main_title:hover {
  color: #0057ff;
}

.main_paihang_item_main_title>img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.main_paihang_item_main_img {
  width: 84px;
  height: 126px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 6px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  overflow: hidden;
}

.main_paihang_item_main_img>img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*  大分类*/
.main_cate_more {
  margin-top: 15px;
  padding: 15px 25px 35px 25px;
}

.main_cate_more_title {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

.cate_more_title {
  font-size: 18px;
  color: #333;
  font-family: PingFang SC-Bold, PingFang SC;

  display: flex;
  align-items: center;
}

.cate_more_title>img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.main_cate_more_type {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main_cate_more_type>a {
  padding: 4px 8px;
  background-color: #f8f8f9;
  margin: 0px 6px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
}

.cate_more_active {
  background-color: rgba(204, 221, 255, .2) !important;
  color: #0057ff !important;
}

.cate_more {
  font-size: 12px;
  color: #333;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;

}

.cate_more>a {
  color: #333;
  ;
}

.cate_more_list {
  display: grid;
  grid-template-columns: repeat(4, 252px);
  place-content: center;
  justify-content: space-between;
  grid-gap: 20px;
}

.cate_more_item {
  margin-bottom: 20px;
  width: 252px;
  cursor: pointer;

}

.cate_more_item_img {
  position: relative;
  box-shadow: 0px 3px 6px 1px #00000029;
  border-radius: 10px;
}

.cate_more_item_img_img {
  height: 445px;
  overflow: hidden;
  /*padding: 20px;*/
  border-radius: 6px;
  margin-bottom: 14px;
  background-color: #f8f8f9;
  border: 1px solid #f8f8f9;
  position: relative;
  width: 252px;
}

.img_datu {
  position: absolute;
  top: 25px;
  left: 35px;
  background: #1f1e1e9c;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.icon-mianxingfangdatubiao {
  color: #fff;
}

.cate_more_item_img_img>img {
  width: 100%;
  height: 100%;
}

.cate_more_btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  height: 57px;
  opacity: 0.98;
  border-radius: 6px;
  transform: translate(-50%);
  /*background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 30%);*/
}

.noLook {
  display: none;
}

.cate_more_btn_span {
  flex: 1;
  height: 15px;
  line-height: 15px;
  width: 80px;
  text-align: center;
  padding: 10px 0px;
  /* padding: 8px 30px; */
}

.sc {
  margin-right: 15px;
  background: #efeff0;
  color: #000;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
}

.down {
  background: #0057ff;
  color: #fff;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
}

.cate_more_title_poa {
  display: flex;
  align-items: center;
  margin-top: 18px;
  cursor: pointer;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}

.cate_more_title_poa:hover {
  color: #0057ff;
}

.cate_more_title_poa>img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.poa {
  background: #ff7325;
  color: #fff;
  font-size: 14px;
  padding: 2px 4px;
  border-radius: 6px;
  margin-right: 10px;
}

/* 底部 */
.footer {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 27px;
  margin-top: 20px;
}

.footer_main {
  width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
}

.footer_logo {
  width: 135px;
  height: 32px;
  margin-right: 40px;
}

.footer_logo>img {
  width: 100%;
  height: 100%;
}

.footer_link {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.link>ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}

.link>ul>li {
  margin: 0px 0px 7px 0px;
}

.link>ul>li>a {
  color: #333;
  font-size: 16px;
}

.link>ul>li::after {
  content: "|";
  margin: 0px 10px;
}

.link>ul>li:last-child:after {
  content: "";
  margin-left: 10px;
}

.copy {
  font-size: 12px;
  color: #999;
}

.copy * {
  font-size: 12px !important;
}

.footer_kefu {
  display: flex;
  flex-wrap: nowrap;
}

.phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -16px;
}

.phone>p {
  margin: 9px 0px;
  align-items: center;
  color: #666;
}

.icon-dianhua {
  font-weight: 900;
  font-size: 18px !important;
}

.icon-qq {
  font-weight: 900;
  font-size: 18px !important;

}

.wxerw {
  margin-left: 20px;
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wxerw>img {
  width: 78px;
  height: 78px;
}

/* 弹窗 */
.ppp {
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: -10px;
}

.p20 {
  padding: 20px 20px;
}

.icon_1 {
  background-image: url(./img/icon_1.png);
}

.icon_2 {
  background-image: url(./img/icon_2.png);
}

.icon_3 {
  background-image: url(./img/icon_3.png);
}

.icon_4 {
  background-image: url(./img/icon_4.png);
}

.icon_5 {
  background-image: url(./img/icon_4.png);
}

.pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.pagination>li {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin-right: 7px;
}

.pagination>li>a {
  font-size: 14px;
  color: #333;
  background: #f6f6f7;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  margin-right: 7px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.pagination .active {
  background: #0057ff !important;
  color: #fff !important;
}

.pagination .active>a {
  background: #0057ff !important;
  color: #fff !important;
}

/* 登录 */
.login_box_bg {
  display: none;
  /* background-color: #000000; */
  /* position: absolute; */
  /* z-index: 9999999999999999999; */
  /* top: 0px; */
  position: fixed;
  z-index: 9999999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.bgbg {
  width: 100%;
  height: 100vh;
  background: #000000;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  z-index: 9999998;
}

.login_box {
  background: #eff5ff;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  z-index: 9999999;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
}

.vip_info {
  display: flex;
  flex-direction: column;
  padding: 20px 25px 0px 0px;
  width: 261px;
  background: url('./img/loginbg.png');
}

.login_logo {
  display: flex;
  flex-direction: column;
  padding: 31px 0px 5px 27px;
}

.login_welcome {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333;
  line-height: 30px;
}

.login_logo_img {
  width: 162px;
  height: 40px;
  padding: 10px 0px 0px 0px;
}

.login_logo_img>img {
  width: 100%;
  height: 100%;
}

.login_vip_info {
  margin-top: 24px;
  padding-left: 10px;
}

.vip_info_item_icon {
  width: 30px;
  height: 30px;
}

.vip_info_item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}

.vip_info_item_icon {
  margin-right: 6px;
}

.vip_info_item_icon>img {
  width: 100%;
  height: 100%;
}

.vip_info_item_con {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #a0abbf;
}

.login_form {
  flex: 1;
  background: #fff;
  border-radius: 0px 10px 10px 0px;
}

.login_form_title {
  font-size: 24px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 70px 0px 54px 0px;
}

.login_btn {
  width: 380px;
  height: 60px;
  line-height: 60px;
  background: #3b68eb;
  box-shadow: 0px 10px 10px 1px rgba(59, 104, 235, 0.22);
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  cursor: pointer;
}

.form_input {
  display: flex;
  flex-direction: column;
  padding: 0px 31px;
}

.input_item {
  margin-bottom: 20px;
}

.input_item>input {
  width: 380px;
  height: 46px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #d8d8d8;
  color: #999999;
  font-size: 16px;
  padding-left: 19px;
  cursor: pointer;
}

.input_item_yzm {
  position: relative;
  margin-bottom: 86px;
}

.input_item_yzm>a {
  position: absolute;
  top: 12px;
  right: 18px;
  color: #3b68eb;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  cursor: pointer;
}

.login_btn {
  margin-bottom: 57px;
}

.login_btn>a {
  font-size: 20px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
}

.login_btn>a:hover {

  color: #ffffff;
}

.login_close::after {
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999999999999999999999;
  color: #000;
  background-image: url("./img/close.png");
  background-size: 100% 100%;
}

/* 开通会员 */
.opne_vip {
  position: fixed;
  z-index: 9999999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.open_vip_info {
  width: 919px;
  height: 700px;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%);
  z-index: 9999999;
  border-radius: 10px 10px 10px 10px;
}

.open_vip_left {
  width: 230px;
  height: 700px;
  background: linear-gradient(180deg, #fefbea 0%, #fefae8 100%);
  border-radius: 10px 0px 0px 10px;
}

.open_vip_left>img {
  width: 100%;
  height: 100%;
}

.open_vip_right {
  flex: 1;
  background: #fff;
  font-size: 24px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  border-radius: 0px 10px 10px 0px;
}

.open_vip_right_title {
  padding: 40px 89px 42px 29px;
}

.open_vip_rigth_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #92561c;
  margin: 0px 47px 0px 20px;
  /* justify-content: space-around; */
}

.open_vip_rigth_list_item {
  width: 290px;
  height: 186px;

  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 2px solid #feda68;
  margin-right: 13px;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.open_vip_rigth_list_item_info {
  flex: 1;
  padding: 27px 0px 0px 0px;
}

.open_vip_rigth_list_item_info>p:first-child {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #92561c;
  margin-bottom: 9px;
  padding-left: 21px;
}

.open_vip_rigth_list_item_info>p:last-child {
  font-size: 32px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #e96d20;
  padding-left: 20px;
}

.open_vip_active {
  background: linear-gradient(180deg, #fefbea 0%, #fefbea 100%);
}

.open_vip_rigth_list_item_footer {
  background: #ffeeb7;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #92561c;
  padding: 11px 0px 13px 17px;
}

.vip_pay {
  width: 599px;
  height: 141px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-wrap: nowrap;
}

.vip_pay_left {
  padding: 35px 0px 0px 0px;
}

.vip_pay_left_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 61px;
}

.vip_pay_left_info>img {
  width: 30px;
  height: 30px;
  background: #ffffff;
  padding-left: 30px;
  border-left: 2px solid #00a014;
}

.vip_pay_left_info>p {
  margin-left: 12px;
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}

.vip_pay_main {
  padding: 20px 0px 28px 0px;
  margin-left: 85px;
}

.vip_pay_right {
  display: flex;
  flex-wrap: nowrap;

  align-items: end;
}

.wx_ewm {
  margin-right: 20px;
  width: 107px;
  height: 107px;
  background: #333333;
  border: 1px solid #707070;
}

.wx_ewm>img {
  width: 100%;
  height: 100%;
}

.vip_pay_money {
  display: flex;
  flex-direction: column;
}

.vip_pay_money>p:first-child {
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}

.vip_pay_money>p:last-child {
  font-size: 26px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #e96d20;
}

.vip_close::after {
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999999999999999999999;
  color: #000;
  background-image: url("./img/close.png");
  background-size: 100% 100%;
}










.sidebar-wrap {
  position: fixed;
  z-index: 10;
  right: 12px;
  bottom: 80px;
}

.sidebar-wrap .sidebar-list {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 12px;
}

.sidebar-wrap .sidebar-list .sidebar-item {
  font-size: 12px;
  cursor: pointer;
  padding: 12px 14px;
  color: #333;
  position: relative;
}

.sidebar-wrap .sidebar-list .sidebar-item:after {
  display: block;
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(240, 240, 240, .4);
  position: absolute;
  bottom: 0;
}

.sidebar-wrap .back-top {
  padding: 28px 14px 12px;
  color: #333;
  background: #fff;
  box-shadow: 0 17px 47px 0 rgb(39 53 70 / 11%);
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 12px;
  cursor: pointer;
  background-image: url(https://edu-wenku.bdimg.com/v1/ndOffice/home/backtop-1679645512850.png);
  background-size: 12px 6px;
  background-position: center 12px;
  background-repeat: no-repeat;
}

.sidebar-wrap .sidebar-list .sidebar-item:hover {
  color: #0057ff;
}

.sidebar-wrap .other-list .other-item {
  position: relative;
}

.sidebar-wrap .other-list .other-item .qrcode-wrap {
  box-sizing: border-box;
  width: 122px;
  height: 142px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 17px 47px 0 rgb(39 53 70 / 11%);
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 52px;
}



.sidebar-wrap .other-list .other-item .qrcode-wrap .qrcode {
  width: 98px;
  height: 98px;
}

.sidebar-wrap .other-list .other-item .qrcode-wrap .qr-text {
  color: #333;
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sidebar-wrap .sidebar-list .sidebar-item:after {
  display: block;
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(240, 240, 240, .4);
  position: absolute;
  bottom: 0;
}



.open_vip_main {
  display: flex;
  flex-direction: column;
  z-index: 99999999;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
  border-radius: 10px;
}

.vip_pay {
  width: 465px;
  height: 221px;
  margin: auto;
  margin-top: 66px;
  margin-bottom: 26px;
}

.vip_pay_left_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 0px;
}

.vip_pay_money {
  margin: 55px 0px 0px 84px;
}

.vip_pay_money>p:first-child {
  font-size: 18px;
}

.vip_pay_money>p:last-child {
  font-size: 32px;
}

.wx_ewm {
  margin-right: 20px;
  width: 180px;
  height: 180px;
}

.hrhr {
  background: #E96D20FF;
  width: 524px;
  height: 60px;
  position: absolute;
  top: 48%;
  left: -20px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hrhr>span:first-child {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #F8F8F8;
}

.hrhr>span {
  font-size: 32px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #F8F8F8;
}