.container_top{ width: 100%; margin-top: 23px; margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; }
  .button-container {
    overflow: hidden;
    border-radius: 20px;
    background: black;
    display: flex;
    align-items: center;
  }

  .flex-button {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(94, 94, 94);
    width: 36px;
    height: 36px;
    background: black;
  }

  .divider {
    width: 1px;
    height: 10px;
    background: white;
  }

  .flex-button img {
    width: 18px;
    height: 18px;
  }
  .pointer2{ height: 96px; width: 96px; box-sizing: border-box; margin-bottom: 8px; }
	.pointer_img{ width: 96px; height: 96px; overflow: hidden; border-radius: 50px; border: 1px solid rgb(232, 233, 237); }
	.main_title{ margin-top: 8px; font-weight: 900; font-size: 16px; text-align: center; width: 90%; white-space: pre-wrap; color: white; }
	.main_title_sm{ margin-top: 4px; text-align: center; word-break: break-all; width: 90%; white-space: pre-wrap; font-size: 14px; color: rgb(255, 255, 255); }
	.my_link3_class2{ margin-top: 12px; font-weight: 400; height: 16px; cursor: pointer; text-align: center; background: rgba(237, 237, 237, 0.2); padding: 10px 12px; border-radius: 23px; display: flex; justify-content: center; align-items: center; box-shadow: rgba(0, 0, 0, 0.04) 0px -1px 2px 0px inset; color: rgb(255, 255, 255); }
	.wxqq_main{ display: flex; flex-direction: row; justify-content: center; align-items: center; margin-top: 14px; padding-left: 5%; padding-right: 5%; white-space: pre-wrap; }
	.wxqq_main_item{ border-radius: 26px; height: 26px; width: 26px; background-color: white; margin: 0px 7px; }
	.wxqq_main_item img{ height: 26px; width: 26px; object-fit: contain; border-radius: 26px; cursor: pointer; }
	.preview_bg{ background-color: rgb(240, 240, 240); background-repeat: no-repeat; background-size: 100% 100%; background-image: url(images/background.gif); width: 100%; height: 100%; }
	.preview_span{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; height: 100%; overflow: auto; position: relative; }
	.preview_container{ display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: 100%; height: 100%; max-width: 800px; margin: auto; position: relative; }
	/*list*/
  .container_main{ flex: 1 1 0%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 90%; padding-left: 5%; padding-right: 5%; padding-bottom: 20px; margin-top: 14px; }
  .container { width: 100%; cursor: pointer; margin-top: 20px; }
  .link-card { background-color: white; border-radius: 30px; color: #5e5e5e; min-height: 30px; padding: 7px; display: flex; align-items: center; }
  .link-card img { height: 28px; width: 28px; object-fit: contain; border-radius: 4px; margin: 7px; }
  .link-card a { padding: 7px 20px; font-size: 16px; font-weight: bold; color: #333; text-align: center; line-height: 18px; flex-grow: 1; overflow-wrap: break-word; word-break: break-all; white-space: pre-wrap; }
  .link-card .arrow { margin-left: 10px; width: 16px; padding: 8px; }
  
  /*分割线*/
  .divider-container { width: 100%; margin: 26px 0 6px; }
  .divider-container p { border:1px dashed #FFF; width:100%; }
  
  /*分类*/
   .cate_container { width: 100%; display: flex; justify-content: center; align-items: center; cursor: pointer; margin-top: 35px;
  }
  .cate_container .text { color: white; font-weight: bolder; width: 96%; font-size: 16px; display: flex; align-items: center; }
  
  /*漂浮二维码*/
  .qr-code-outer { position: fixed; left: 0; right: 0; top: 23px; text-align: center; background-color: red; font-size: 14px; }
  .qr-code-container { position: relative; width: 720px; margin: 0 auto; }
  .qr-code { position: absolute; right: -194px; top: 0; width: 142px; height: 186px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.3); padding: 20px; box-sizing: border-box; overflow-wrap: break-word; hyphens: auto; }
  .qr-code img { width: 100%; }
  .qr-code span { display: block; margin-top: 4px; opacity: 0.8; color: white; }