@font-face {
  font-family: new;
  src: url(../font/new.woff2) format("woff2");
}
body,
p {
  margin: 0;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
body {
  background: var(--white);
  position: relative;
}
* {
  box-sizing: border-box;
  font-family: new;
}
img,
a {
  display: block;
}
a,
a:hover,
a:link {
  text-decoration: none;
}
video {
  object-fit: fill !important;
  display: block;
  border: none;
}
input {
  outline: none;
}
.display {
  display: none !important;
}
.ma {
  margin: auto;
}
.main {
  width: 92%;
}
:root {
  --white: #fff;
  --title: #000;
  --font: #333;
  --text: #808080;
  --color: #FF7318;
}
.re {
  position: relative;
}
.text-center {
  text-align: center;
}
.overflow {
  overflow: hidden;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* ios适配底部距离 */
.safe-area-bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.bg5 {
  background-color: #f5f5f5;
}
.bg9 {
  background-color: #f9f9f9;
  min-height: 100vh;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 2rem 0 0;
}
header .logo {
  width: 11rem;
}
header .logo img {
  width: 100%;
}
header .logo img:nth-of-type(2) {
  display: none;
}
header .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .openNav {
  width: 1.2rem;
}
header .openNav:nth-of-type(2) {
  display: none;
}
header .goLogin {
  color: var(--white);
  background-color: var(--color);
  border-radius: 20px;
  width: 5rem;
  padding: 0.5rem 0;
  font-size: 0.825rem;
  text-align: center;
}
header .headImg {
  width: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
header .headImg img {
  width: 100%;
  height: 100%;
}
.noBanner {
  padding-top: 6rem;
}
.noBanner header .logo img:nth-of-type(1) {
  display: none;
}
.noBanner header .logo img:nth-of-type(2) {
  display: block;
}
.noBanner header .openNav:nth-of-type(1) {
  display: none;
}
.noBanner header .openNav:nth-of-type(2) {
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner img,
.banner video {
  width: 100%;
}
.banner .bannerImg {
  width: 100%;
}
.banner .search {
  position: absolute;
  width: 92%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .search .switch {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #f6f6f6;
  height: 2.5rem;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
.banner .search .switch .item {
  font-size: 1rem;
  color: var(--title);
  cursor: pointer;
  user-select: none;
  margin-right: 2rem;
}
.banner .search .switch .active {
  font-weight: bold;
}
.banner .search .switch .item::before {
  content: '';
  width: 1.5rem;
  height: 0.1rem;
  border-radius: 8px;
  background-color: var(--title);
  position: absolute;
  left: 50%;
  top: 1.875rem;
  transform: translateX(-50%);
  display: none;
}
.banner .search .switch .item.active::before {
  display: block;
}
.banner .search .searchDiv {
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: var(--white);
  height: 3rem;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 0.75rem;
  color: #909090;
}
.banner .search #index-search {
  flex: 1;
  border: none;
}
.banner .search .searchBtn {
  width: 17.5px;
  cursor: pointer;
  user-select: none;
}
.banner .induce {
  width: 100%;
  background: #ff73184d;
  backdrop-filter: blur(1rem);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner .induce .item {
  width: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 1rem 0;
  padding-left: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.banner .induce img {
  width: 2rem;
  margin-right: 1rem;
}
.banner .induce .lable {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.banner .induce span {
  font-size: 0.75rem;
  opacity: 0.5;
}
.banner .shop-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner .headDiv {
  width: 8rem;
  height: 8rem;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.banner .headDiv img {
  border-radius: 50%;
}
.banner .shop-info .flex {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner .shop-info .flex div {
  margin: 0.5rem auto;
}
.banner .shop-info .flex img {
  width: auto;
}
.banner .shop-info .name {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: bold;
}
.banner .shop-info .context {
  font-size: 0.9rem;
  color: var(--white);
  padding: 0 2rem;
  margin: 0.5rem 0;
}
.banner .user_crumbs {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.banner .user_crumbs .toggle {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ffffff87;
  position: relative;
}
.banner .user_crumbs .toggle .item {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 20px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.banner .user_crumbs .toggle .item:nth-of-type(2) {
  left: initial;
  right: -1px;
}
.banner .user_crumbs .toggle .active {
  background-color: var(--color);
}
.banner .user_crumbs .flex {
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 1rem;
}
.banner .user_crumbs .flex a {
  color: var(--white);
}
.banner .user_crumbs .flex a:hover {
  opacity: 0.7;
}
.banner .user_crumbs .flex span {
  margin: 0 1rem;
}
.publicTitle {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--title);
}
.publicText {
  font-size: 0.8rem;
  color: var(--text);
  margin: 0.5rem 0 1rem;
}
.listModel {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.listModel .item {
  width: calc((100% - 1rem)/2);
}
.listModel .img-div {
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top:67.36842%;
  position: relative;
}
.listModel .img-div img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
}
.listModel .img-div .tag {
  color: var(--white);
  background-color: var(--color);
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.7rem;
  z-index: 3;
}
.listModel .img-div video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.listModel .flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--white);
  font-size: 0.7rem;
  padding: 0 0.6rem 0.6rem;
}
.listModel .itemName {
  color: var(--title);
  font-size: 0.85rem;
  margin: 0.6rem 0 0.45rem;
  padding: 0 0.25rem;
}
.listModel .itemText {
  color: var(--text);
  font-size: 0.75rem;
  padding: 0 0.25rem;
}
.index-model {
  margin: 3rem 0;
}
.index-model .switch {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.index-model .switch .item {
  margin: 0 0.6rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  background-color: #ededed;
  color: #303030;
  cursor: pointer;
  user-select: none;
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
}
.index-model .switch .active,
.index-model .switch .item:hover {
  color: var(--white);
  background-color: var(--color);
}
.index-model .more {
  margin: 1.5rem auto 0;
  width: 80%;
  height: 2.5rem;
  color: var(--white);
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  border-radius: 0.6rem;
}
.index-fenge {
  position: relative;
}
.index-fenge .main {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  padding: 2rem 0;
}
.index-fenge .title {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
.index-fenge .text {
  font-size: 0.8rem;
  opacity: 0.6;
}
.index-fenge .btn {
  width: 5rem;
  height: 2rem;
  background-color: var(--color);
  border-radius: 2.5rem;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
#review-swiper {
  width: 96%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
#review-swiper .swiper-slide {
  width: 80%;
  border: 1.5px solid #e2e2e2;
  border-radius: 0.5rem;
  padding: 0.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#review-swiper .swiper-slide img {
  width: 5rem;
  border-radius: 10px;
}
#review-swiper .content {
  width: calc(100% - 6rem);
}
#review-swiper .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--title);
  margin-bottom: 0.5rem;
}
#review-swiper .name {
  font-size: 1.2rem;
  font-weight: bold;
}
#review-swiper .text {
  font-size: 0.8rem;
  color: #606060;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.index-news {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.index-news .item {
  width: calc((100% - 1rem)/2);
  border-radius: 0.6rem;
  border: 1.5px solid #E2E2E2;
  padding: 0.7rem 1.4rem;
}
.index-news .date {
  font-weight: bold;
  font-size: 0.7rem;
  color: #303030;
}
.index-news .date span {
  font-size: 1rem;
}
.index-news .name {
  font-size: 0.75rem;
  color: var(--title);
  margin: 0.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-news .text {
  font-size: 0.65rem;
  color: #606060;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-partner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.index-partner .item {
  width: calc((100% - 4rem)/3);
}
.allMaskModel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.custom_dig {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  z-index: 999999;
  padding: 1rem;
  border-radius: 0.75rem;
  width: 94%;
}
.custom_dig .title {
  text-align: center;
  font-size: 1.15rem;
  font-weight: bold;
  color: var(--title);
  margin-bottom: 1.5rem;
  position: relative;
}
.custom_dig .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: var(--text);
  -webkit-text-stroke: 3px var(--white);
  cursor: pointer;
  user-select: none;
}
.custom_dig .layui-btn {
  display: block;
  margin: auto;
}
.custom_dig .item {
  display: flex;
  margin-bottom: 1.2rem;
  align-items: center;
  font-size: 0.75rem;
}
.custom_dig .label {
  width: 6rem;
  color: var(--font);
  font-size: 1rem;
}
.custom_dig .tips {
  font-size: 0.6rem;
  color: var(--text);
  margin: 1.1rem 0;
  text-align: center;
}
.custom_dig .tips span {
  font-size: 0.8rem;
  font-weight: bold;
  color: #ff0000;
  margin: 0 0.2rem;
}
#use-dig {
  border-radius: 0.5rem;
  padding: 0;
  overflow: hidden;
  display: none;
}
#use-dig .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#use-dig .container {
  padding: 1rem;
  position: relative;
}
#use-dig .title {
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
#use-dig #use-swiper {
  margin-top: 0.5rem;
  position: relative;
}
#use-dig #use-swiper .swiper-slide {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
#use-dig #use-swiper .text {
  color: var(--white);
  font-size: 0.5rem;
  position: absolute;
  bottom: 0.25rem;
  left: 0.45rem;
}
footer {
  padding-top: 1rem;
}
footer .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
footer .flex .col {
  flex: 1;
}
footer .flex .tel {
  margin-top: 1rem;
  font-size: 1rem;
}
footer .logo {
  flex: 1;
}
footer .outsite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
footer .outsite a {
  position: relative;
}
footer .outsite div {
  position: absolute;
  padding: 0.45rem;
  border-radius: 0.35rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  top: 50%;
  right: 3.5rem;
  transform: translateY(-50%);
  z-index: 3;
  display: none;
}
footer .outsite div img {
  max-width: 150px;
  max-height: 150px;
}
footer .outsite a:hover div {
  display: block;
}
footer .right {
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .col {
  text-align: center;
}
footer .col:last-child {
  margin-right: 0;
}
footer .link {
  font-size: 1rem;
  font-weight: bold;
  color: #303030;
  margin-bottom: 1.2rem;
}
footer .links {
  color: var(--text);
  font-size: 0.95rem;
  margin-top: 1.2rem;
}
footer .copyright {
  padding: 1rem 0;
  background-color: #e4e4e4;
  color: var(--title);
  font-size: 0.7rem;
  margin-top: 1rem;
  text-align: center;
}
footer .copyright div {
  margin-right: 0.8rem;
}
footer .copyright div:last-child {
  margin-right: 0;
}
footer .copyright a {
  color: var(--color);
  display: inline-block;
}
.rightBar {
  position: fixed;
  z-index: 999;
  bottom: 25%;
  right: 0.5rem;
  width: 3.5rem;
}
.rightBar .item {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: var(--title);
  margin-bottom: 1rem;
}
.rightBar .item img {
  width: 1.5rem;
}
.rightBar .item img:nth-of-type(2) {
  display: none;
}
.rightBar .item:last-child {
  margin-bottom: 0;
}
.rightBar .item:hover {
  background-color: var(--color);
  color: var(--white);
}
.rightBar .item:hover img {
  display: block;
}
.rightBar .item:hover img:nth-of-type(1) {
  display: none;
}
.rightBar img {
  margin-bottom: 0.25rem;
}
.rightBar .cartBar img {
  position: relative;
  right: 0.25rem;
}
.cartModel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9991;
  display: none;
}
.cartModel .re {
  width: 100%;
  height: 100%;
}
.cartModel .container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: var(--white);
  transition: all 0.2s ease-out;
}
.cartModel .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.8rem;
}
.cartModel .title {
  font-size: 1.23rem;
  color: var(--title);
}
.cartModel .close {
  font-size: 1.5rem;
  -webkit-text-stroke: 3px var(--white);
  cursor: pointer;
  user-select: none;
}
.cartModel .switch {
  display: flex;
  align-items: center;
  margin: 0 1.8rem;
  border-bottom: 1px solid #ebebeb;
}
.cartModel .switch .item {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text);
  padding-bottom: 0.7rem;
  margin-right: 1.8rem;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.cartModel .switch .item span {
  margin-left: 0.2rem;
}
.cartModel .switch .item:last-child {
  margin-right: 0;
}
.cartModel .switch .active {
  color: var(--title);
  font-weight: bold;
}
.cartModel .switch .active span {
  font-weight: 500;
}
.cartModel .switch .active::before {
  content: '';
  width: 100%;
  height: 0.15rem;
  background-color: var(--title);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cartModel .cartContainer {
  padding: 0.8rem 0;
}
.cartModel .goodList {
  padding: 0.8rem;
  overflow-y: auto;
  height: 100%;
  max-height: 70vh;
  min-height: 20vh;
}
.cartModel .goodList .item {
  padding: 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.cartModel .goodList .item:hover {
  background-color: #f5f5f5;
}
.cartModel .goodList .check {
  width: 1rem;
  flex-shrink: 0;
  height: 5rem;
  line-height: 3rem;
  cursor: pointer;
  user-select: none;
}
.cartModel .goodList .check input {
  pointer-events: none;
}
.cartModel .goodList .right {
  flex: 1;
  padding-left: 0.7rem;
}
.cartModel .goodList .info {
  display: flex;
  color: var(--title);
}
.cartModel .goodList .info img {
  width: 7rem;
  border-radius: 0.15rem;
}
.cartModel .goodList .info .context {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.12rem 0 0.12rem 0.5rem;
}
.cartModel .goodList .info .name {
  font-size: 0.85rem;
  line-height: 1;
}
.cartModel .goodList .info .type {
  font-size: 0.75rem;
  line-height: 1;
}
.cartModel .goodList .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.7rem;
}
.cartModel .goodList .controls .remove {
  cursor: pointer;
  user-select: none;
}
.cartModel .goodList .controls span {
  margin-left: 0.4rem;
  font-size: 0.8rem;
}
.cartModel .goodList::-webkit-scrollbar {
  width: 0.2rem;
}
.cartModel .goodList::-webkit-scrollbar-track {
  background: #666;
}
.cartModel .goodList::-webkit-scrollbar-thumb {
  background-color: #999;
  /* 设置滑块背景颜色 */
  border-radius: 0.2rem;
  /* 设置滑块圆角 */
}
.cartModel .good_submit {
  padding: 1.2rem 1.8rem;
  border-top: 1px solid #ebebeb;
}
.cartModel .good_submit .data {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cartModel .good_submit .checkAll {
  display: flex;
  align-items: center;
  font-size: 0.55rem;
  cursor: pointer;
  user-select: none;
}
.cartModel .good_submit .checkAll div {
  margin-left: 0.2rem;
}
.cartModel .good_submit .checkAll input {
  pointer-events: none;
}
.cartModel .good_submit .info {
  font-size: 0.55rem;
}
.cartModel .good_submit .info span {
  color: #ff0000;
}
.cartModel .good_submit .info .nums {
  color: var(--title);
}
.cartModel .good_submit .info .total {
  font-size: 1.2rem;
}
.cartModel .good_submit .buy_btn {
  width: 100%;
  height: 3rem;
  background-color: var(--title);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5rem;
  margin-top: 0.8rem;
  cursor: pointer;
  user-select: none;
  font-size: 0.55rem;
  font-weight: bold;
}
.cartModel .good_submit .cant {
  background-color: var(--text);
}
#verify,
#bind_phone {
  display: none;
  width: 80%;
  padding: 1.4rem;
}
#verify .getCode,
#bind_phone .getCode {
  width: 4rem;
  font-size: 0.55rem;
  color: var(--title);
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  background-color: var(--title);
  color: var(--white);
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
}
#verify .getCode2,
#bind_phone .getCode2 {
  width: 4rem;
  font-size: 0.55rem;
  color: var(--title);
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  background-color: var(--title);
  color: var(--white);
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
}
#verify .layui-input:hover,
#bind_phone .layui-input:hover,
#verify .layui-input:focus,
#bind_phone .layui-input:focus {
  box-shadow: none;
  border-color: var(--title) !important;
}
#verify .layui-btn,
#bind_phone .layui-btn {
  background-color: var(--title);
}
.navModel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9991;
  display: none;
}
.navModel .container {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.2s ease-out;
  overflow-y: auto;
}
.navModel .logo {
  width: 12rem;
  margin: 2rem auto;
}
.navModel .item {
  color: var(--title);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.navModel .name {
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
  color: var(--title);
  padding: 1rem;
  letter-spacing: 0.5rem;
  position: relative;
}
.navModel .name .fa-sign-out {
  position: absolute;
  font-style: normal;
  font-size: 1.5rem;
  color: var(--text);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}
.public-material {
  padding: 1rem;
}
.videoPage .search {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  padding: 0 1rem;
}
.videoPage .search input {
  flex: 1;
  border: none;
  font-size: 0.85rem;
  color: #909090;
}
.videoPage .search .searchBtn {
  width: 1rem;
  cursor: pointer;
  user-select: none;
}
.videoPage .type {
  margin-top: 2rem;
}
.videoPage .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videoPage .switch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  gap: 0.85rem;
}
.videoPage .switch .item {
  padding: 0.35rem 0.65rem;
  background-color: #ededed;
  border-radius: 0.55rem;
  color: #303030;
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
}
.videoPage .switch .active,
.videoPage .switch .item:hover {
  background-color: var(--color);
  color: var(--white);
}
.videoPage .sort {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  color: #0F0F0F;
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
}
.videoPage .sort .fa {
  font-size: 1.2rem;
  margin-left: 3px;
  transition: 0.2s all linear;
}
.videoPage .sort .fa.open {
  transform: rotate(180deg);
}
.videoPage .sort .list {
  position: absolute;
  background-color: var(--white);
  padding: 0.35rem;
  border-radius: 0.4rem;
  top: calc(100% + 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.videoPage .sort .item {
  padding: 10px;
  border-radius: 10px;
  white-space: nowrap;
}
.videoPage .sort .active,
.videoPage .sort .item:hover {
  background-color: #f5f5f5;
}
.videoPage .stats {
  background-color: var(--white);
  width: 100%;
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
  padding: 0 0.5rem;
  position: relative;
}
.videoPage .stats .contaienr {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  gap: 2rem;
}
.videoPage .stats .item {
  display: flex;
  align-items: center;
  z-index: 1;
  font-size: 0.9rem;
  color: #0F0F0F;
  cursor: pointer;
}
.videoPage .stats .item::before {
  content: '';
  width: 100%;
  height: 14px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 100%;
}
.videoPage .stats .label {
  white-space: nowrap;
}
.videoPage .stats .fa {
  transition: 0.2s all linear;
  font-size: 18px;
  margin-left: 5px;
}
.videoPage .stats .fa.open {
  transform: rotate(180deg);
}
.videoPage .stats .item:last-child {
  margin-right: 0;
}
.videoPage .stats .item.selected .label {
  color: var(--color);
}
.videoPage .stats .list {
  position: absolute;
  width: 100%;
  background-color: var(--white);
  padding: 8px;
  border-radius: 10px;
  top: calc(100% + 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.videoPage .stats .checkItem {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  text-align: center;
}
.videoPage .stats .checkItem input {
  margin-right: 10px;
  cursor: pointer;
  pointer-events: none;
}
.videoPage .stats .checkItem.active,
.videoPage .stats .checkItem:hover {
  background-color: #f5f5f5;
}
.videoPage .stats #layui-laydate1 {
  width: 100% !important;
}
.videoPage .stats #layui-laydate1 .layui-laydate-header {
  padding: 0.3rem 0.5rem;
}
.videoPage .stats #layui-laydate1 .layui-laydate-header i.laydate-prev-y {
  left: 0.2rem;
  font-size: 0.65rem;
  top: calc(50%);
  transform: translateY(-50%);
}
.videoPage .stats #layui-laydate1 .layui-laydate-header i.laydate-next-y {
  top: calc(50%);
  transform: translateY(-50%);
  right: 0.2rem;
  font-size: 0.65rem;
}
.videoPage .stats #layui-laydate1 .laydate-set-ym {
  font-size: 0.8rem;
}
.videoPage .stats #layui-laydate1 .layui-laydate-list > li {
  font-size: 0.75rem;
}
.videoPage .reset {
  color: #606060;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.videoPage .reset img {
  margin-left: 5px;
}
.videoPage .typeChoise {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #D6D6D6;
  border-radius: 20px;
}
.videoPage .typeChoise .item {
  width: 70px;
  height: 40px;
  border-radius: 20px;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.videoPage .typeChoise .active {
  background-color: var(--color);
  color: var(--white);
}
@keyframes showList {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes hideList {
  0% {
    opacity: 1;
    display: block;
  }
  50% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.crumbs {
  display: flex;
  align-items: center;
}
.crumbs a,
.crumbs span {
  color: #606060;
  font-size: 0.9rem;
}
.crumbs span {
  margin: 0 1rem;
}
.crumbs div {
  font-size: 1.1rem;
  color: var(--title);
  font-weight: bold;
}
.vd-page .video_div {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.vd-page .video_div video {
  width: 100%;
}
.vd-page .video_div .play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.vd-page .tip {
  font-size: 14px;
  margin: 20px 0;
  color: var(--text);
}
.vd-page .data {
  background-color: var(--white);
  padding: 1rem;
  border-radius: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.vd-page .data .item {
  width: 33.33%;
}
.vd-page .data .label {
  color: var(--title);
  font-size: 0.9rem;
  font-weight: bold;
}
.vd-page .data .text {
  font-size: 0.8rem;
  color: var(--text);
  line-height: 30px;
}
.vd-page .fu {
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
}
.vd-page .fu img {
  max-width: 100%;
}
.vd-page .fu .title {
  font-size: 1rem;
  color: var(--title);
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.vd-page .fu .detail_col {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #888888;
  margin-bottom: 0.8rem;
}
.vd-page .fu .detail_hint {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #888888;
  margin-top: 1rem;
}
.vd-page .review {
  margin-top: 20px;
  padding: 20px;
  background-color: var(--white);
  border-radius: 10px;
}
.vd-page .review .title {
  font-size: 16px;
  color: var(--title);
  font-weight: bold;
  margin-bottom: 20px;
}
.vd-page .review .list {
  margin-bottom: 20px;
}
.vd-page .review .list .item {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.vd-page .review .list .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vd-page .review .list .userInfo {
  display: flex;
  align-items: center;
}
.vd-page .review .list .head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.vd-page .review .list .head img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.vd-page .review .list .name {
  font-size: 17px;
  margin-left: 15px;
  color: var(--title);
  font-weight: bold;
}
.vd-page .review .list .time {
  color: var(--text);
  font-size: 15px;
}
.vd-page .review .list .context {
  padding-top: 10px;
  font-size: 14px;
  color: var(--text);
  line-height: 2;
}
.vd-page .review .publish_review {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.vd-page .review .publish_review input {
  flex: 1;
  height: 38px;
  border: 1px solid #ebebeb;
  padding-left: 12px;
  border-radius: 6px;
}
.vd-page .review .publish_review .send {
  background-color: var(--color);
  color: var(--white);
  height: 38px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-left: 20px;
  cursor: pointer;
  user-select: none;
}
.vd-page .right_contorls {
  padding: 1.2rem 1.1rem;
  background-color: var(--white);
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.vd-page .right_contorls .btn {
  width: 100%;
  height: 2.8rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.vd-page .right_contorls .btn:last-child {
  margin-bottom: 0;
}
.vd-page .right_contorls .demo {
  color: var(--color);
  background-color: rgba(255, 115, 24, 0.1);
}
.vd-page .right_contorls .collect {
  background-color: var(--title);
  color: var(--white);
}
.vd-page .right_contorls .vip {
  background-color: var(--color);
  color: var(--white);
}
.vd-page .right_contorls .now {
  border: 1px solid var(--color);
  color: var(--color);
}
.vd-page .right_contorls .addCart {
  border: 1px solid var(--text);
  color: var(--text);
}
.vd-page .right_contorls .switch {
  margin: 12px 0;
}
.vd-page .right_contorls .switch .item {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  gap: 20px;
}
.vd-page .right_contorls .switch .active {
  background-color: #ededed;
  color: var(--color);
}
.vd-page .explain {
  background-color: var(--white);
}
.vd-page .explain .switch {
  padding: 1rem;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
}
.vd-page .explain .switch .item {
  font-size: 1rem;
  color: var(--title);
  position: relative;
  cursor: pointer;
  user-select: none;
}
.vd-page .explain .switch .active {
  font-weight: bold;
}
.vd-page .explain .switch .active::before {
  content: '';
  width: 1.5rem;
  height: 0.15rem;
  border-radius: 0.5rem;
  background-color: var(--title);
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}
.vd-page .explain .container {
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 1rem;
}
.vd-page .explain .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: var(--title);
  margin-bottom: 0.8rem;
}
.vd-page .explain .title .flex {
  display: flex;
  align-items: center;
}
.vd-page .explain .title a {
  color: #0071E3;
  font-size: 14px;
  margin-right: 10px;
}
.vd-page .explain .title a:last-child {
  margin-right: 0;
}
.vd-page .explain .content {
  background-color: #f9f9f9;
  padding: 12px 20px;
  border-radius: 10px;
}
.vd-page .explain .content .info img {
  width: 100%;
}
.vd-page .explain .content .item {
  display: flex;
  align-items: center;
  color: var(--text);
  font-size: 14px;
}
.vd-page .explain .content .icon {
  width: 14px;
  height: 14px;
  background-color: #D0D0D0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.vd-page .explain .content .fa {
  color: var(--white);
  font-size: 12px;
  -webkit-text-stroke: 0.5px #D0D0D0;
}
.vd-page .explain .content .active {
  color: var(--title);
}
.vd-page .explain .content .active .icon {
  background-color: var(--color);
}
.vd-page .explain .content .active .fa {
  -webkit-text-stroke: 0.7px var(--color);
}
.vd-page .explain .content .text {
  flex: 1;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.vd-page .materials {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.vd-page .materials .title {
  font-size: 16px;
  color: var(--title);
  margin-bottom: 16px;
}
.vd-page .shop {
  background-color: var(--white);
  padding: 1rem;
  border-radius: 0.75rem;
  margin: 1rem 0;
}
.vd-page .shop .head {
  display: flex;
  align-items: center;
}
.vd-page .shop .headImg {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.vd-page .shop .info {
  flex: 1;
  color: var(--title);
}
.vd-page .shop .name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.vd-page .shop .sm {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.vd-page .shop .sm img {
  margin-right: 0.35rem;
}
.vd-page .userData {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 12rem;
  margin-top: 1.2rem;
  padding-bottom: 2rem;
}
.vd-page .userData .line {
  height: 2.3rem;
  width: 1px;
  background-color: #e8e8e8;
}
.vd-page .userData .num {
  font-size: 1.2rem;
  color: var(--title);
  font-weight: bold;
  margin-bottom: 0.45rem;
}
.vd-page .userData .text {
  color: var(--text);
  font-size: 0.85rem;
}
.vd-page .works {
  padding-top: 1rem;
  border-top: 1px solid #ededed;
}
.vd-page .works .title {
  font-size: 1rem;
  font-weight: bold;
  color: var(--title);
}
.vd-page .works .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0.75rem 0 1.25rem;
}
.vd-page .works .item {
  width: calc((100% - 1rem)/3);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.vd-page .works .item img {
  width: 100%;
}
.vd-page .works .item:nth-of-type(3n) {
  margin-right: 0;
}
.vd-page .works .collectShop {
  color: var(--title);
  border: 1px solid var(--title);
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  border-radius: 0.75rem;
}
#accredit_type {
  display: none;
  width: 96%;
}
#accredit_type .link {
  display: flex;
  justify-content: flex-end;
  margin: 0.85rem 0;
  font-size: 0.9rem;
}
#accredit_type .link a {
  color: #0071E3;
}
#accredit_type img {
  width: 100%;
}
#accredit_choise {
  display: none;
  width: 90%;
}
#accredit_choise .switch {
  margin: 0.7rem 0;
}
#accredit_choise .switch .item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.75rem;
  cursor: pointer;
  user-select: none;
  gap: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
}
#accredit_choise .switch .active {
  background-color: #ededed;
  color: var(--color);
}
#accredit_choise .goPay {
  width: 100%;
  background-color: var(--color);
  color: var(--white);
  border-radius: 2rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sign {
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.3);
  display: none;
  font-size: 1rem;
}
#sign .icon {
  margin-bottom: 1rem;
}
#sign .sure_btn {
  width: 100%;
  height: 2rem;
  color: var(--white);
  background-color: var(--color);
  border-radius: 0.75rem;
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.news .switch {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.news .switch .item {
  width: calc((100% - 1rem)/2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid var(--text);
  padding: 1rem 0;
  color: var(--title);
  font-size: 1rem;
  font-weight: bold;
}
.news .switch .active {
  border-color: var(--color);
  color: var(--color);
}
.news .container {
  border-top: 1px solid #ebebeb;
  margin-top: 2rem;
}
.news .container .type {
  margin: 1.5rem 0;
}
.news .container .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--title);
  margin-bottom: 1rem;
}
.news .container .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.news .container .item {
  color: var(--font);
  font-size: 1rem;
}
.news .container .item.active {
  color: #FF7318;
}
.nd {
  padding-bottom: 3rem;
}
.nd .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--title);
  margin-bottom: 0.3rem;
}
.nd .fu {
  max-width: 100%;
  margin: auto;
}
.analyse .switch {
  width: 10rem;
  height: 2.5rem;
  border-radius: 2rem;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.analyse .switch .item {
  width: calc((100% - 6px)/2);
  height: 2rem;
  border-radius: 1rem;
  color: #0F0F0F;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
}
.analyse .switch .active {
  background-color: var(--white);
}
.analyse .choise {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  overflow-x: auto;
  overflow-y: hidden;
}
.analyse .choise .item {
  position: relative;
  padding: 1rem 0;
  font-size: 1.2rem;
  color: var(--text);
  margin-right: 3rem;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.analyse .choise .active {
  color: var(--title);
  font-weight: bold;
}
.analyse .choise .active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--title);
}
.analyse .content .tips {
  color: var(--text);
  font-size: 0.9rem;
  margin: 2rem 0 1.3rem;
  padding-left: 0.9rem;
  position: relative;
}
.analyse .content .tips::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--text);
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.analyse .content:nth-of-type(1) .content_main .item,
.analyse .content:nth-of-type(2) .content_main .item {
  width: 100%;
  padding: 2rem 1rem;
  border-radius: 1rem;
  background-color: var(--white);
}
.analyse .content:nth-of-type(1) .content_main .title,
.analyse .content:nth-of-type(2) .content_main .title {
  font-size: 1.5rem;
  color: var(--title);
  text-align: center;
  margin-bottom: 2rem;
}
.analyse .content:nth-of-type(1) .content_main .row,
.analyse .content:nth-of-type(2) .content_main .row {
  display: flex;
  align-items: center;
  color: var(--title);
  font-size: 0.9rem;
  padding: 0 0.235rem;
}
.analyse .content:nth-of-type(1) .content_main .row div,
.analyse .content:nth-of-type(2) .content_main .row div {
  display: flex;
  align-items: center;
  height: 100%;
}
.analyse .content:nth-of-type(1) .content_main .row div:nth-of-type(1),
.analyse .content:nth-of-type(2) .content_main .row div:nth-of-type(1),
.analyse .content:nth-of-type(1) .content_main .row div:nth-of-type(3),
.analyse .content:nth-of-type(2) .content_main .row div:nth-of-type(3) {
  flex: 2;
  text-align: center;
}
.analyse .content:nth-of-type(1) .content_main .row div:nth-of-type(2),
.analyse .content:nth-of-type(2) .content_main .row div:nth-of-type(2) {
  flex: 6;
}
.analyse .content:nth-of-type(1) .content_main .row_head,
.analyse .content:nth-of-type(2) .content_main .row_head {
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}
.analyse .content:nth-of-type(1) .content_main .row_item,
.analyse .content:nth-of-type(2) .content_main .row_item {
  height: 4rem;
  background-color: var(--white);
}
.analyse .content:nth-of-type(1) .content_main .row_item div,
.analyse .content:nth-of-type(2) .content_main .row_item div {
  line-height: 4rem;
}
.analyse .content:nth-of-type(1) .content_main .row_item div:nth-of-type(2),
.analyse .content:nth-of-type(2) .content_main .row_item div:nth-of-type(2) {
  color: var(--text);
}
.analyse .content:nth-of-type(1) .content_main .row_item div:nth-of-type(2) a,
.analyse .content:nth-of-type(2) .content_main .row_item div:nth-of-type(2) a {
  font-size: 1rem;
  color: var(--title);
  margin-right: 10px;
}
.analyse .content:nth-of-type(1) .content_main .row_item:hover,
.analyse .content:nth-of-type(2) .content_main .row_item:hover {
  background-color: #f2f2f2;
}
.analyse .content:nth-of-type(3) .listModel .item {
  width: calc((100% - 1rem)/2);
}
.analyse .content:nth-of-type(3) .listModel .item:nth-of-type(2) {
  margin-right: 1rem;
}
.analyse .content:nth-of-type(3) .listModel .item:nth-of-type(2n) {
  margin-right: 0;
}
.analyse .content:nth-of-type(4) .content_main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 2rem;
  padding-bottom: 3rem;
}
.analyse .content:nth-of-type(4) .content_main .item {
  color: var(--font);
  font-size: 0.9rem;
}
.analyse .content:nth-of-type(4) .content_main .item span {
  color: var(--text);
}
.analyse .content:nth-of-type(4) .content_main .less {
  color: var(--color);
}
.message .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--title);
  text-align: center;
}
.message .text {
  font-size: 1rem;
  color: var(--text);
  text-align: center;
  margin: 1.5rem auto 3rem;
}
.message .layui-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
.message .items {
  width: 100%;
  margin-bottom: 1.5rem;
}
.message .label {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--font);
  margin-bottom: 0.5rem;
}
.message .layui-btn {
  display: block;
  margin: auto;
}
.topUp {
  padding: 3rem 0;
}
.topUp .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.topUp .title {
  font-size: 1.75rem;
}
.topUp .lookVip {
  font-size: 1rem;
  color: #909090;
}
.topUp .choise {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  gap: 1rem;
}
.topUp .choise .item {
  width: calc((100% - 1rem)/2);
  border: 2.5px solid #909090;
  border-radius: 1.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0.5rem;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.topUp .choise .item span {
  font-size: 2rem;
  line-height: 1;
}
.topUp .choise .item:last-child {
  margin-right: 0;
}
.topUp .choise .active {
  border-color: var(--color);
}
.topUp .choise .items::before {
  content: '当前选择';
  display: none;
}
.topUp .choise .active::before {
  background-color: var(--color);
  color: var(--white);
  font-size: 0.9rem;
  border-radius: 0 1.4rem 0 1.4rem;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0.25rem 0.7rem;
  display: block;
}
.topUp .choise .num {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 1rem 0;
}
.topUp .choise .custom {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.topUp .choise #price {
  width: 10px;
  height: 80%;
  border: none;
  background-color: #f9f9f9;
  flex: 1;
  font-size: 1.85rem;
  font-weight: normal;
}
.topUp .choise .sure {
  width: auto;
  color: var(--color);
  font-weight: normal;
}
.topUp .choise .title {
  font-weight: normal;
  font-size: 1rem;
}
.topUp .choise .text {
  font-size: 0.9rem;
  color: #909090;
  font-weight: normal;
}
.topUp .switch {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F0F0F0;
}
.topUp .switch .item {
  padding: 0 1rem;
  color: var(--title);
  font-size: 18px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
}
.topUp .switch .item::before {
  content: '';
  width: 1.5rem;
  height: 2.5px;
  background-color: var(--title);
  border-radius: 0.5rem;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.topUp .switch .active::before {
  display: block;
}
.topUp .pay {
  padding-top: 1.4rem;
}
.topUp .pay .codePay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.topUp .pay .codePay .codeImg {
  width: 200px;
  color: #909090;
  font-size: 0.9rem;
  text-align: center;
  position: relative;
}
.topUp .pay .codePay .codeImg img {
  margin-bottom: 1rem;
}
.topUp .pay .codePay .pay_type {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.topUp .pay .codePay .pay_type img {
  margin-right: 0.7rem;
}
.topUp .pay .upMoney {
  color: var(--title);
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.topUp .pay .upMoney span {
  margin: 0 0.7rem;
  font-weight: bold;
  font-size: 1.55rem;
}
.topUp .pay .tips {
  color: #ee4a4a;
  font-size: 0.9rem;
  text-align: center;
}
.topUp .pay .sure {
  width: 9rem;
  height: 2.7rem;
  text-align: center;
  line-height: 40px;
  color: var(--white);
  background-color: var(--color);
  cursor: pointer;
  user-select: none;
  margin-top: 2rem;
  border-radius: 1.75rem;
  margin: 2rem auto 0;
}
.topUp .pay .cantClick {
  cursor: no-drop;
  background-color: var(--text);
}
.topUp .pay .layui-form {
  margin-top: 10px;
  width: 350px;
}
.topUp .pay .layui-form .layui-btn {
  width: 150px;
  display: block;
  margin: auto;
}
.topUp .pay .layui-upload-drag {
  display: block;
  margin-bottom: 20px;
}
.loginPage {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: relative;
}
.loginPage .container {
  width: 90%;
  background-color: var(--white);
  border-radius: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5rem;
}
.loginPage .title {
  font-size: 1.5rem;
  color: var(--title);
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.loginPage .title .back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  cursor: pointer;
}
.loginPage .code {
  width: 100%;
  margin: auto;
}
.loginPage .tips {
  font-size: 0.9rem;
  color: var(--title);
  text-align: center;
  margin: 1rem auto;
}
.loginPage .switchLogin {
  width: 100%;
  height: 3rem;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
}
.loginPage .switchLogin div {
  line-height: 1;
  margin-left: 0.3rem;
}
.loginPage .others {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #909090;
  font-size: 0.75rem;
}
.loginPage .others a {
  color: #909090;
}
.loginPage .others a:hover {
  color: var(--color);
}
.loginPage .inputDiv {
  display: flex;
  align-items: center;
  height: 3rem;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  font-size: 0.9rem;
  margin: 20px 0;
}
.loginPage .label {
  width: 5rem;
  height: 100%;
  background-color: #f5f5f5;
  line-height: 3rem;
  text-align: center;
  color: var(--title);
}
.loginPage .layui-input {
  flex: 1;
  height: 100%;
  padding-left: 1.4rem;
  color: var(--title);
  border: none;
}
.loginPage .getCode {
  width: 6rem;
  font-size: 0.9rem;
  color: var(--title);
  cursor: pointer;
  user-select: none;
}
.loginPage .loginBtn {
  height: 3rem;
  background-color: var(--color);
  color: var(--white);
  text-align: center;
  line-height: 3rem;
  font-size: 0.9rem;
  border-radius: 0.75rem;
  cursor: pointer;
  user-select: none;
  margin-bottom: 1rem;
}
.shop-material {
  padding-top: 30px;
}
.shop-material .videoPage {
  padding-top: 0;
}
.shop-material .typeChoise {
  width: 140px;
  margin: 1rem 0;
}
.userPage {
  background-color: #f9f9f9;
}
.userPage .slideBar {
  padding: 1rem;
  display: flex;
  background-color: var(--white);
  overflow-y: hidden;
  overflow-x: auto;
  gap: 2.5rem;
}
.userPage .slideBar .item {
  font-size: 1rem;
  color: var(--title);
  white-space: nowrap;
  padding: 0.5rem 1rem;
}
.userPage .slideBar .active {
  background-color: var(--color);
  color: var(--white);
  border-radius: 0.75rem;
}
.user_main {
  position: relative;
  top: -1rem;
}
.user_model {
  background-color: var(--white);
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  padding: 1.5rem;
}
.user_info {
  margin-bottom: 2.5rem;
}
.user_info .left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.user_info .headImg {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.user_info .headImg img {
  width: 100%;
}
.user_info .name {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--title);
  margin-bottom: 0.5rem;
}
.user_info .text {
  color: #606060;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 500;
}
.user_info .btn {
  background-color: var(--color);
  color: var(--white);
  width: 6rem;
  height: 2.5rem;
  border-radius: 20px;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.user_info .score {
  color: var(--color);
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.buyer_balance {
  border-radius: 0.75rem;
  border: 1px solid #D9D9D9;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buyer_balance .right {
  display: flex;
  align-items: center;
}
.buyer_balance .btn {
  padding: 0.7rem;
  font-size: 0.9rem;
  background-color: #ff74181c;
  color: #FF7318;
  margin-left: 1rem;
  border-radius: 20px;
}
.buyer_balance .btn:nth-of-type(1) {
  margin-left: 0;
}
.buyer_balance .num {
  font-weight: bold;
  font-size: 1.5rem;
}
.buyer_balance .text {
  color: #606060;
  font-size: 0.9rem;
}
.maybe_like .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.maybe_like .list {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 2rem;
}
.maybe_like .list .item {
  text-align: center;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.maybe_like .list img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.maybe_like .list .name {
  font-size: 18px;
  color: var(--title);
  margin: 0.8rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.maybe_like .list .text {
  color: var(--text);
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.notice .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.notice .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.notice .name {
  flex: 1;
  font-size: 16px;
  color: var(--title);
}
.notice .date {
  width: 100px;
  color: var(--text);
  font-size: 16px;
}
.buy_record .search {
  border-radius: 10px;
  border: 1px solid #E9E9E9;
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  overflow: hidden;
  margin-top: 1rem;
}
.buy_record .search img {
  width: 1rem;
}
.buy_record .search input {
  border: none;
  padding-left: 5px;
  flex: 1;
  font-size: 0.9rem;
}
.buy_record .switch {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_record .switch .item {
  width: calc((100% - 6px)/2);
  height: 34px;
  border-radius: 1rem;
  color: #0F0F0F;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.buy_record .switch .active {
  background-color: var(--white);
}
.buy_record .all {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.buy_record .all #export {
  color: #0071E3;
  cursor: pointer;
  user-select: none;
}
.buy_record .scroll_div {
  overflow-y: hidden;
  overflow-x: auto;
}
.buy_record .row,
.buy_record .rows {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  width: 50rem;
}
.buy_record .row .item:nth-of-type(1),
.buy_record .rows .item:nth-of-type(1) {
  min-width: 15rem;
  padding: 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.buy_record .row .item:nth-of-type(2),
.buy_record .rows .item:nth-of-type(2),
.buy_record .row .item:nth-of-type(3),
.buy_record .rows .item:nth-of-type(3) {
  width: 10rem;
}
.buy_record .row .item:nth-of-type(4),
.buy_record .rows .item:nth-of-type(4) {
  width: 15rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.buy_record .row .item,
.buy_record .rows .item {
  font-weight: 100;
}
.buy_record .row {
  background: #F9F9F9;
  border-radius: 0.75rem;
  height: 3rem;
}
.buy_record .row .item {
  font-size: 1rem;
}
.buy_record .rows {
  font-size: 0.9rem;
  height: 4rem;
  border-bottom: 1px solid #f3f3f3;
}
.buy_record .rows .item:nth-of-type(4) a {
  color: #0071E3;
}
.buy_record #fenye {
  margin-top: 3rem;
}
.haveTime #layui-laydate1 {
  position: fixed;
  width: 98vw !important;
  left: 1vw !important;
  top: 15% !important;
  display: flex;
  flex-direction: column;
}
.haveTime .layui-laydate-main {
  max-width: none;
  width: 100% !important;
}
.haveTime table {
  width: 100% !important;
}
#data_export {
  display: none;
}
#data_export .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
#data_export .tips {
  font-size: 1rem;
  margin: 1rem 0;
}
#data_export .center {
  width: 1.5rem;
  height: 1px;
  background-color: var(--text);
  margin: 0 0.75rem;
}
#upgrade {
  display: none;
}
#upgrade .tips {
  font-size: 1rem;
}
#upgrade .now {
  font-size: 16px;
  color: var(--font);
  margin-bottom: 15px;
}
#upgrade .now span {
  color: #0071E3;
}
#upgrade .code {
  display: flex;
  align-items: center;
  justify-content: center;
}
#upgrade .balance {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#upgrade .balance a {
  color: #0071E3;
  margin-left: 10px;
}
#authorization {
  width: 1024px;
  position: fixed;
  z-index: -3;
}
#authorization .authorization_container {
  margin: 2rem auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 7rem;
  font-size: 16px;
}
#authorization .authorization_container span {
  min-width: 125px;
  display: inline-block;
  border-bottom: 1px solid var(--font);
  line-height: 1;
  font-weight: bold;
  padding: 0 25px;
  font-size: 17px;
  padding-bottom: 10px;
}
#authorization .tag_title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--font);
  text-align: center;
  margin: 0 0 50px;
}
#authorization .right_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-top: 100px;
  height: 150px;
}
#authorization .right_info img {
  position: absolute;
  right: 5px;
  top: 0;
  width: 150px;
}
#authorization .btn {
  width: 200px;
  color: var(--white);
  background-color: var(--color);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: auto;
  cursor: pointer;
  user-select: none;
}
#authorization_image {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: -999;
  width: 0;
  height: 0;
}
.topUp_record .all {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 2rem 0;
}
.topUp_record .all a {
  cursor: pointer;
  user-select: none;
  font-size: 0.9rem;
  color: #0071E3;
}
.topUp_record .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.topUp_record .scroll_div {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.topUp_record .row,
.topUp_record .rows {
  display: flex;
  align-items: center;
  width: 50rem;
}
.topUp_record .row .item:nth-of-type(1),
.topUp_record .rows .item:nth-of-type(1) {
  flex: 3;
  padding: 0 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.topUp_record .row .item:nth-of-type(2),
.topUp_record .rows .item:nth-of-type(2),
.topUp_record .row .item:nth-of-type(3),
.topUp_record .rows .item:nth-of-type(3),
.topUp_record .row .item:nth-of-type(4),
.topUp_record .rows .item:nth-of-type(4) {
  flex: 2;
}
.topUp_record .row {
  background: #F9F9F9;
  border-radius: 0.75rem;
  height: 3rem;
}
.topUp_record .row .item {
  font-size: 1rem;
}
.topUp_record .rows {
  font-size: 0.9rem;
  height: 4rem;
  border-bottom: 1px solid #f3f3f3;
  color: var(--text);
}
.topUp_record #fenye {
  margin-top: 2rem;
}
.invoice .title {
  font-size: 2rem;
  text-align: center;
  padding: 1rem 0 2rem;
}
.invoice .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.35rem;
}
.invoice .flex .accout {
  font-size: 1rem;
  color: var(--font);
  font-weight: bold;
  letter-spacing: 1px;
}
.invoice .flex .tips {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.invoice .flex .tips a {
  color: #0071E3;
  margin-left: 0.75rem;
}
.invoice .scroll_div {
  overflow-x: auto;
  overflow-y: hidden;
}
.invoice .row,
.invoice .rows {
  display: flex;
  width: 55rem;
}
.invoice .row .item,
.invoice .rows .item {
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.invoice .row .item:nth-of-type(1),
.invoice .rows .item:nth-of-type(1),
.invoice .row .item:nth-of-type(3),
.invoice .rows .item:nth-of-type(3),
.invoice .row .item:nth-of-type(4),
.invoice .rows .item:nth-of-type(4),
.invoice .row .item:nth-of-type(5),
.invoice .rows .item:nth-of-type(5) {
  flex: 3;
}
.invoice .row .item:nth-of-type(2),
.invoice .rows .item:nth-of-type(2) {
  flex: 5;
}
.invoice .row .item:nth-of-type(6),
.invoice .rows .item:nth-of-type(6) {
  flex: 2;
}
.invoice .row {
  background-color: #f9f9f9;
}
.invoice .row .item {
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
}
.invoice .rows {
  background-color: var(--white);
}
.invoice .rows .item {
  color: #333;
  border-bottom: 1px solid #ebebeb;
}
.invoice .rows .seeView {
  color: #0071E3;
  cursor: pointer;
  user-select: none;
}
.invoice #fenye {
  margin-top: 2rem;
}
#invoice_detail {
  display: none;
}
.apply_invoice .title {
  padding: 1rem 0 2rem;
  font-size: 2rem;
  text-align: center;
  color: var(--title);
}
.apply_invoice .layui-form {
  background-color: var(--white);
  padding: 1rem;
}
.apply_invoice .item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.apply_invoice .label {
  font-size: 0.9rem;
  color: var(--font);
  margin-top: 1rem;
}
.apply_invoice .must {
  position: relative;
  padding-left: 1rem;
}
.apply_invoice .must::before {
  content: '*';
  font-size: 1.5rem;
  position: absolute;
  line-height: 1;
  height: 1rem;
  left: 0;
  top: 2px;
}
.apply_invoice .guide {
  font-size: 1.5rem;
  color: var(--title);
}
.apply_invoice .layui-input {
  height: 2.8rem;
  border-radius: 6px;
}
.apply_invoice .now {
  font-size: 0.9rem;
}
.apply_invoice .flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
.apply_invoice .layui-form-radio {
  margin-top: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.apply_invoice .layui-btn {
  display: block;
  margin: 2rem auto 0;
}
.browse_record .top {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
.browse_record .top .text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--title);
  font-size: 1rem;
}
.browse_record .top .text a {
  color: #0071E3;
}
.browse_record .switch {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.browse_record .switch .item {
  width: calc((100% - 6px)/2);
  height: 34px;
  border-radius: 15px;
  color: #0F0F0F;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.browse_record .switch .active {
  background-color: var(--white);
}
.browse_record .listModel {
  margin-top: 2rem;
  gap: 1rem;
}
.browse_record .listModel .item {
  width: calc((100% - 1rem)/2);
}
.browse_record #fenye {
  margin-top: 2rem;
}
.my_collect .search {
  border-radius: 0.75rem;
  border: 1px solid #E9E9E9;
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  overflow: hidden;
}
.my_collect .search img {
  width: 1rem;
}
.my_collect .search input {
  border: none;
  padding-left: 0.35rem;
  flex: 1;
  font-size: 0.9rem;
}
.my_collect .switch {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F0F0F0;
  gap: 4.5rem;
}
.my_collect .switch .item {
  position: relative;
  font-size: 1.15rem;
  color: var(--title);
  cursor: pointer;
  user-select: none;
}
.my_collect .switch .active::before {
  content: '';
  width: 23.5px;
  height: 2.5px;
  background-color: var(--title);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}
.my_collect .listModel {
  gap: 1rem;
}
.my_collect .listModel .item {
  width: 100%;
}
.my_collect #fenye,
.my_collect #fenye1,
.my_collect #fenye1 {
  margin-top: 1.5rem;
}
.my_collect .shop_list {
  gap: 1rem;
}
.my_collect .shop_list .item {
  width: calc((100% - 1rem)/2);
  background-color: #F2F2F2;
  border-radius: 0.75rem;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.my_collect .shop_list .head {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.my_collect .shop_list .name {
  font-size: 1rem;
  font-weight: bold;
  color: var(--title);
  margin: 0.9rem 0;
}
.needModel {
  background-color: var(--white);
  border-radius: 15px;
  padding: 1rem;
}
.needModel .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
.needModel .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--title);
}
.needModel .btn {
  font-size: 0.9rem;
  color: #0071E3;
  cursor: pointer;
  user-select: none;
}
.needModel .row {
  display: flex;
}
.needModel .row .item {
  height: 100%;
}
.needModel .row .item:nth-of-type(1) {
  padding-left: 1rem;
}
.needModel .row .item:nth-of-type(1),
.needModel .row .item:nth-of-type(2) {
  flex: 4;
  padding-right: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.needModel .row .item:nth-of-type(3) {
  flex: 2;
}
.needModel .row_head {
  background-color: #F9F9F9;
  height: 48px;
  font-size: 16px;
  color: var(--title);
}
.needModel .row_head .item {
  line-height: 48px;
}
.needModel .row_item {
  background-color: var(--white);
  height: 61px;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
  color: #303030;
  cursor: pointer;
}
.needModel .row_item .item {
  line-height: 60px;
}
#add_need,
#need_detail {
  display: none;
}
#add_need .layui-input,
#need_detail .layui-input,
#add_need .layui-textarea,
#need_detail .layui-textarea {
  font-size: 1rem;
}
#add_need .content,
#need_detail .content {
  flex: 1;
  flex-shrink: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text);
  border: 1px solid #ebebeb;
  padding: 3px 10px;
  border-radius: 6px;
}
.money_record .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.money_record .row,
.money_record .rows {
  display: flex;
  align-items: center;
}
.money_record .row .item:nth-of-type(1),
.money_record .rows .item:nth-of-type(1) {
  flex: 3;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.money_record .row .item:nth-of-type(2),
.money_record .rows .item:nth-of-type(2) {
  flex: 3;
  text-align: center;
}
.money_record .row .item:nth-of-type(3),
.money_record .rows .item:nth-of-type(3) {
  flex: 4;
  text-align: center;
}
.money_record .row {
  background: #F9F9F9;
  border-radius: 0.75rem;
  height: 3rem;
}
.money_record .row .item {
  font-size: 1rem;
}
.money_record .rows {
  font-size: 0.9rem;
  height: 4rem;
  border-bottom: 1px solid #f3f3f3;
  color: var(--text);
}
.money_record .income {
  color: #187d18;
  font-weight: bold;
}
.money_record .disburse {
  color: #e50000;
  font-weight: bold;
}
.money_record #fenye {
  margin-top: 1.5rem;
}
.shop_data .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.shop_data .left {
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #D9D9D9;
  padding: 0.75rem;
}
.shop_data .left img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.shop_data .name {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--title);
  margin-bottom: 0.75rem;
}
.shop_data .text {
  color: #606060;
  font-size: 0.9rem;
}
.shop_data .text span {
  color: #282828;
  margin: 0.25rem;
}
.shop_data .contitle {
  margin: 1.25rem 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.shop_data .data-text {
  font-size: 0.9rem;
  color: var(--text);
  margin: 2rem 0;
  text-align: center;
}
.shop_data #mydata {
  width: 100%;
  height: 300px;
}
.shop_data .link_btn {
  width: 6rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  background-color: #ff73181c;
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
  font-size: 0.9rem;
}
.shop_data #date {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_data #date .center {
  width: 0.75rem;
  height: 1px;
  background-color: var(--text);
  margin: 0 0.75rem;
}
.shop_data #date .layui-input {
  flex: 1;
  height: 2rem;
  font-size: 0.9rem;
}
.works {
  margin: 1.25rem 0;
}
.works .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.works .list .item {
  width: 100%;
}
.works .list .img-div {
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.works .list .info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--white);
  font-size: 0.9rem;
  padding: 0 0.75rem 0.75rem;
}
.works .list .itemName {
  color: var(--title);
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.75rem 0 0.5rem;
  padding: 0 0.3rem;
}
.works .list .controls {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  color: var(--white);
  cursor: pointer;
  user-select: none;
  font-size: 0.9rem;
}
.works .list .controls div {
  border-radius: 0.35rem;
  padding: 0.2rem 0.75rem;
}
.works .list .controls .delist {
  background-color: var(--color);
}
.works .list .controls .listing {
  background-color: #f0f0f0;
  color: var(--title);
}
.works .list .wati_audit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
}
.works .list .itemText {
  color: var(--text);
  font-size: 0.9rem;
  padding: 0 0.35rem;
}
.works .list .item:hover .itemName {
  color: var(--color);
}
.sell_record .all {
  margin: 2rem 0 1.2rem;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.9rem;
  gap: 1rem;
}
.sell_record .all .text {
  color: #303030;
  font-size: 0.9rem;
  width: 100%;
}
.sell_record .all #export {
  color: #0071E3;
  cursor: pointer;
  user-select: none;
}
.sell_record .scroll_div {
  overflow-x: auto;
  overflow-y: hidden;
}
.sell_record .row,
.sell_record .rows {
  display: flex;
  align-items: center;
  width: 55rem;
}
.sell_record .row .item,
.sell_record .rows .item {
  flex: 3;
}
.sell_record .row .item:nth-of-type(1),
.sell_record .rows .item:nth-of-type(1) {
  flex: 5;
  padding: 0 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sell_record .row {
  background: #F9F9F9;
  border-radius: 0.75rem;
  height: 3rem;
}
.sell_record .row .item {
  font-size: 1rem;
}
.sell_record .rows {
  font-size: 0.9rem;
  height: 4rem;
  border-bottom: 1px solid #f3f3f3;
}
.sell_record #fenye {
  margin-top: 1.5rem;
}
#data_export {
  display: none;
}
.withdraw {
  margin-top: 1rem;
}
.withdraw .title {
  font-size: 1rem;
  color: #303030;
  margin-bottom: 1.5rem;
}
.withdraw .suppbtn {
  text-decoration: underline;
  color: #FF7318;
  cursor: pointer;
}
.withdraw .row,
.withdraw .rows {
  display: flex;
  align-items: center;
}
.withdraw .row .item,
.withdraw .rows .item {
  flex: 1;
}
.withdraw .row .item:nth-of-type(1),
.withdraw .rows .item:nth-of-type(1) {
  flex: 1.5;
  padding: 0 0.5rem;
}
.withdraw .row {
  background: #F9F9F9;
  border-radius: 0.75rem;
  height: 3rem;
}
.withdraw .row .item {
  font-size: 1rem;
  color: var(--title);
}
.withdraw .rows {
  font-size: 0.9rem;
  height: 4rem;
  border-bottom: 1px solid #f3f3f3;
}
.withdraw .rows .item {
  color: #303030;
}
.withdraw #fenye {
  margin-top: 1.5rem;
}
#withdraw_dig {
  display: none;
}
#withdraw_dig .label {
  width: 100%;
}
#withdraw_dig .layui-input {
  margin: 1rem 0;
}
.setting {
  padding: 2rem 0;
}
.setting .head {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.setting .head img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.setting .head .mask {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.setting .head:hover .mask {
  display: flex;
}
.setting .name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: var(--title);
}
.setting .name i {
  margin-left: 0.75rem;
  position: relative;
  top: 1px;
  cursor: pointer;
  user-select: none;
}
.setting .uid {
  text-align: center;
  color: var(--text);
  font-size: 1rem;
  margin: 12px 0;
  letter-spacing: 2px;
}
.setting .tips {
  color: var(--text);
  font-size: 1rem;
  text-align: center;
}
.setting .tips span {
  color: var(--color);
  cursor: pointer;
  user-select: none;
}
.setting .switch {
  margin-top: 2rem;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setting .switch .item {
  padding-bottom: 1rem;
  font-size: 1rem;
  cursor: pointer;
  user-select: none;
  position: relative;
  color: var(--title);
  font-weight: bold;
}
.setting .switch .item::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: var(--title);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.setting .container {
  margin-top: 2rem;
}
.setting .container .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  border-bottom: 1px solid #ebebeb;
}
.setting .container .item .left {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.setting .container .item .left i {
  font-size: 1.5rem;
  margin-right: 1.2rem;
}
.setting .container .item .btn {
  height: 2.5rem;
  padding: 0 1.25rem;
  line-height: 2.5rem;
  background-color: #ededed;
  color: var(--title);
  border-radius: 2rem;
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
}
.setting .container .item .btn:hover {
  background-color: #ccc;
}
.setting .container .text {
  font-size: 1.1rem;
  color: var(--title);
  margin-top: 2rem;
}
#verify,
#bind_phone {
  display: none;
  width: 90vw;
  padding: 2rem;
}
#verify .layui-input,
#bind_phone .layui-input {
  font-size: 0.9rem;
  height: 2.3rem;
}
#verify .getCode,
#bind_phone .getCode {
  width: 7rem;
  font-size: 0.85rem;
  color: var(--title);
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  background-color: var(--title);
  color: var(--white);
  height: 2.3rem;
  text-align: center;
  line-height: 2.3rem;
}
#verify .getCode2,
#bind_phone .getCode2 {
  width: 7rem;
  font-size: 0.85rem;
  color: var(--title);
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  background-color: var(--title);
  color: var(--white);
  height: 2.3rem;
  text-align: center;
  line-height: 2.3rem;
}
#verify .layui-input:hover,
#bind_phone .layui-input:hover,
#verify .layui-input:focus,
#bind_phone .layui-input:focus {
  box-shadow: none;
  border-color: var(--title) !important;
}
#verify .layui-btn,
#bind_phone .layui-btn {
  background-color: var(--title);
}
#changeHead {
  display: none;
}
#changeHead .layui-upload-drag .layui-icon {
  color: var(--title);
}
#changeHead .layui-btn {
  margin-top: 1.8rem;
  background-color: var(--title);
}
#editName {
  display: none;
}
#editName .layui-btn {
  background-color: var(--title);
}
#editName .layui-input {
  height: 2.3rem;
  font-size: 1rem;
}
#name_attestation {
  display: none;
  width: 90vw;
}
#name_attestation .tips {
  color: var(--text);
  font-size: 1rem;
  text-align: center;
  margin: 1.5rem 0;
}
#name_attestation .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#name_attestation .item {
  width: calc((100% - 1rem)/3);
  border-radius: 8px;
  padding: 1.5rem 0.5rem;
  font-size: 1rem;
  color: var(--title);
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
}
#name_attestation .item img {
  margin: 0 auto 1rem;
}
#name_attestation .item:nth-of-type(2) {
  margin: 0 0.5rem;
}
#bindWeChat,
#cancelWeCaht {
  display: none;
}
#bindWeChat .code img,
#cancelWeCaht .code img {
  margin: auto;
}
#bindWeChat .tips,
#cancelWeCaht .tips {
  text-align: center;
  margin-bottom: 1.25rem;
}
.real_name {
  padding: 2rem 0;
}
.real_name .title {
  font-size: 2rem;
  color: var(--title);
  text-align: center;
}
.real_name .tips {
  padding: 1rem 0 1rem 1.5rem;
  border-radius: 12px;
  background-color: #f5f5f5;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  color: var(--title);
  font-size: 1rem;
}
.real_name .tips i {
  margin-right: 0.75rem;
}
.real_name .name {
  font-size: 1rem;
  color: var(--title);
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ebebeb;
}
.real_name .label {
  font-size: 1.5rem;
  color: var(--title);
  margin: 2rem 0;
}
.real_name .contitle {
  display: flex;
  flex-direction: column;
  color: var(--title);
  font-size: 1rem;
  gap: 0.5rem;
}
.real_name .contitle span {
  font-size: 0.9rem;
}
.real_name .uploadDiv {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
  gap: 1rem;
}
.real_name .uploadDiv .items {
  width: 100%;
  height: 10rem;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--title);
  cursor: pointer;
  user-select: none;
  background-color: var(--white);
}
.real_name .uploadDiv .items i {
  font-size: 1.2rem;
  -webkit-text-stroke: 1px var(--white);
  margin-bottom: 2rem;
}
.real_name .uploadDiv .items:hover {
  border-color: var(--title);
}
.real_name .uploadDiv .items:last-child {
  margin-right: 0;
}
.real_name .uploadDiv .imgDiv {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 12px;
  overflow: hidden;
  top: -1px;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: default;
}
.real_name .uploadDiv .imgDiv img {
  width: 100%;
  height: auto;
}
.real_name .uploadDiv .remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.real_name .uploadDiv .remove i {
  margin-bottom: 0;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  font-weight: 100;
  font-size: 1rem;
}
.real_name .uploadDiv input {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
}
.real_name .itemContainer {
  display: flex;
  align-items: center;
  margin: 1.25rem 0;
}
.real_name .itemContainer .labelName {
  width: 5rem;
  flex-shrink: 0;
  padding-right: 1rem;
}
.real_name .itemContainer .layui-input:hover,
.real_name .itemContainer .layui-input:focus {
  box-shadow: none;
  border-color: var(--title) !important;
}
.real_name .line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 2rem 0;
}
.real_name .code {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
.real_name .code .code_container {
  width: 12rem;
  height: 12rem;
  border-radius: 6px;
  overflow: hidden;
}
.real_name .code .code_mask {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.real_name .code .code_mask img {
  margin-bottom: 1rem;
}
.real_name .code #codeCanvas {
  width: 12rem;
  height: 12rem;
}
.real_name .right {
  margin-top: 1rem;
}
.real_name .layui-btn {
  display: block;
  background-color: var(--title);
  margin: auto;
}
.real_name .argee {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.real_name .argee .text {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.real_name .argee a {
  color: #0071E3;
}
.real_name .argee .layui-form-checkbox[lay-skin=primary]:hover > i {
  border-color: #0071E3 !important;
}
.real_name .argee .layui-form-checkbox[lay-skin=primary] {
  min-height: 1rem;
}
.real_name .argee .layui-form-checked[lay-skin=primary] > i {
  border-color: #0071E3 !important;
  background-color: #0071E3 !important;
}
.real_name .layui-btn.submit {
  width: 12rem;
  height: 3rem;
  font-size: 1rem;
  border-radius: 2rem;
}
.pay_page .left {
  width: 100%;
  background-color: var(--white);
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.pay_page .left .tips {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
}
.pay_page .left .tips a {
  color: #0071E3;
}
.pay_page .left .item {
  margin-bottom: 2rem;
}
.pay_page .left .item:last-child {
  margin-bottom: 0;
}
.pay_page .left .info {
  display: flex;
  align-items: center;
  flex: 6;
}
.pay_page .left .info a {
  width: 8rem;
  border-radius: 4px;
  overflow: hidden;
}
.pay_page .left .info img {
  width: 100%;
  border-radius: 4px;
}
.pay_page .left .info .context {
  width: calc(100% - 8rem);
  padding-left: 0.75rem;
  font-size: 0.8rem;
  color: var(--title);
}
.pay_page .left .info .name {
  font-size: 1.05rem;
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pay_page .left .accredit {
  flex: 2;
  position: relative;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.pay_page .left .accredit .now_accredit {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  flex: 3;
}
.pay_page .left .accredit i {
  font-size: 1.1rem;
  margin-left: 0.35rem;
  transition: all 0.2s ease-out;
}
.pay_page .left .accredit .select {
  position: absolute;
  top: 150%;
  left: 0;
  padding: 0.7rem 0.75rem;
  background-color: var(--white);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 1;
  display: none;
}
.pay_page .left .accredit .select .select_item {
  white-space: nowrap;
  text-align: center;
  padding: 0.5rem 0.7rem;
  cursor: pointer;
  user-select: none;
}
.pay_page .left .accredit .select .active {
  background-color: #f9f9f9;
  border-radius: 6px;
}
.pay_page .left .selected i {
  transform: rotate(180deg);
}
.pay_page .left .price {
  flex: 2;
  font-size: 0.7rem;
  text-align: right;
}
.pay_page .left .price span {
  font-size: 1.1rem;
}
.pay_page .right {
  background-color: var(--white);
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
}
.pay_page .right .text {
  font-size: 1.1rem;
  padding-bottom: 0.75rem;
  color: var(--title);
}
.pay_page .right .computed {
  padding: 1.2rem 0 2rem;
  border-bottom: 1px solid #ebebeb;
}
.pay_page .right .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
}
.pay_page .right .favorable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-top: 1.2rem;
}
.pay_page .right .favorable input {
  width: 8rem;
  border: 1px solid #ebebeb;
  height: 2rem;
  padding-left: 0.75rem;
  font-size: 0.9rem;
  padding-right: 0.6rem;
}
.pay_page .right .favorable .favorable_text {
  font-size: 0.9rem;
  color: #ff0000;
  position: absolute;
  right: 0%;
  top: 120%;
}
.pay_page .right .actually {
  padding: 1.2rem 0;
  font-size: 14px;
}
.pay_page .right .actually .actually_pay {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay_page .right .actually .price {
  color: #ff0000;
}
.pay_page .right .actually .price span {
  font-size: 1.5rem;
  font-weight: bold;
}
.pay_page .right .actually .my_money {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay_page .right .argee {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.79rem;
}
.pay_page .right .argee input {
  margin-right: 0.2rem;
  cursor: pointer;
}
.pay_page .right .argee a {
  color: #0071E3;
}
.pay_page .right .pay_btn {
  background-color: var(--title);
  color: var(--white);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  border-radius: 3rem;
  cursor: pointer;
  user-select: none;
  margin-top: 2rem;
}
#use-swiper .swiper-slide {
  height: 4.4rem;
}
#use-swiper .swiper-slide .img-div {
  width: 100%;
  height: 100%;
}
#use-swiper .swiper-slide .img-div img {
  width: 100%;
  height: 100%;
}
.login_qrcode {
  width: 175px;
  height: 175px;
  margin: 0 auto;
}
.login_qrcode .login_qrcode_mask {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.login_qrcode .login_qrcode_mask img {
  margin-bottom: 16px;
}
.news_list {
  padding: 10px 20px 20px;
}
.news_list .item {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #E2E2E2;
  padding: 15px 20px;
  display: block;
  box-sizing: border-box;
}
.news_list .date {
  font-weight: bold;
  font-size: 14px;
  color: #303030;
}
.news_list .date span {
  font-size: 21px;
}
.news_list .name {
  font-size: 16px;
  color: var(--title);
  margin: 20px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_list .text {
  font-size: 12px;
  color: #606060;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.contolrs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}
.collectBtn {
  margin-right: 17px;
}
.collectBtn .collect,
.collectBtn .canel {
  font-size: 14px;
  color: #303030;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.collectBtn .canel {
  color: var(--color);
  display: none;
}
.collectBtn .collect:hover {
  color: var(--color);
}
.collectBtn i {
  font-size: 16px;
  margin-right: 5px;
}
.collectBtn.active .canel {
  display: flex;
}
.collectBtn.active .collect {
  display: none;
}
.download-demo {
  width: 6rem;
  height: 2rem;
  border-radius: 2rem;
  color: var(--color);
  background-color: #ff73181a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_keyword {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.detail_keyword > a {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #000;
  margin-right: 1rem;
}
.download_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.download_mask .download_panel {
  width: 90%;
  background: #fff;
  border-radius: 12px;
  padding: 30px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.download_mask .download_panel .download_text {
  font-size: 15px;
  text-align: center;
}
.download_mask .download_panel .download_progress {
  width: 100%;
  height: 7px;
  border-radius: 4px;
  background: #eee;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.download_mask .download_panel .download_progress > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #0071E3;
}
.invite {
  border-radius: 0.75rem;
  border: 1px solid #D9D9D9;
  padding: 1rem;
  margin-bottom: 1rem;
}
.invite .invite_title {
  font-weight: bold;
  font-size: 15px;
}
.invite .invite_inner {
  width: 100%;
  margin-top: 10px;
}
.invite .invite_inner > div:first-of-type {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.invite .invite_inner > div:first-of-type a {
  padding: 10px 21px;
  font-size: 14px;
  background-color: #ff74181c;
  color: #FF7318;
  margin-right: 10px;
  border-radius: 20px;
  width: 150px;
  margin-top: 10px;
}
.invite .invite_inner > div:nth-of-type(2) {
  margin-top: 15px;
}
.invite .invite_inner > div:nth-of-type(2) > div {
  font-size: 12px;
}
.invite .invite_inner > div:nth-of-type(2) > div.num {
  font-weight: bold;
  font-size: 1.5rem;
}
.invite .invite_inner > div:nth-of-type(2) > div.text {
  color: #606060;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.invite .invite_inner > div:nth-of-type(2) > div.text > a {
  padding: 10px 21px;
  font-size: 14px;
  background-color: #ff74181c;
  color: #FF7318;
  margin-left: 10px;
  border-radius: 20px;
}
.invite_qrcode_pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.invite_qrcode_pop .invite_qrcode_panel {
  width: 360px;
  border-radius: 14px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  text-align: center;
}
.invite_qrcode_pop .invite_qrcode_panel > a {
  padding: 10px 21px;
  font-size: 14px;
  background-color: #ff74181c;
  color: #FF7318;
  border-radius: 20px;
  margin-top: 20px;
}
.invite_user_pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.invite_user_pop .invite_user_panel {
  width: 90%;
  border-radius: 14px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 20px 20px;
}
.invite_user_pop .invite_user_panel .invite_user_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 20px;
}
.invite_user_pop .invite_user_panel .invite_user_close img {
  width: 100%;
}
.invite_user_pop .invite_user_panel .invite_user_table {
  width: 100%;
  height: 400px;
  overflow-y: auto;
}
.invite_user_pop .invite_user_panel .invite_user_table .invite_user_tr {
  width: 100%;
  display: flex;
  height: 44px;
}
.invite_user_pop .invite_user_panel .invite_user_table .invite_user_tr > div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invite_user_pop .invite_user_panel .invite_user_table .invite_user_tr.head div {
  font-weight: bold;
  font-size: 13px;
  background: #eee;
}
.forgetPwd {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.forgetPwd > p {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
