  .detail {
    margin: 0;
    border-bottom: none;
    padding: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 10px rgb(116 116 116 / 8%);
  }

  .fixed-bottom {
    z-index: 1;
  }

  #popup {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
    overflow: auto;
    transition: transform 0.1s ease-in-out;
  }

  #popup.open {
    transform: translateY(0);
  }

  #ppcontent {
    position: absolute;
    max-width: 750px;
    width: 100%;
    bottom: 0px;
    max-height: 88%;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    overflow: auto;
  }

  .nave {
    text-align: right;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    /* background-color: rgba(0, 0, 0, 0); */
  }

  .closet {
    position: absolute;
    top: -60px;
    right: 10px;
  }

  #closePopup {
    width: 30px;
    height: 30px;
    margin-top: 72px;
    z-index: 999;
  }

  #checkbox:checked {
    background-color: blue;
  }

  .dx_form_main_xieyi_info a {
    color: #4262f4;
  }

  .overlayxy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  .modalx {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 80%;
    height: 60%;
    max-width: 80%;
    z-index: 10000;
    overflow: auto;
  }

  .modal h2 {
    margin-top: 0;
  }

  .modal p {
    margin-bottom: 20px;
  }

  .xieyimd p {
    height: 100%;
  }

  .close-btn {
    text-align: center;
    position: relative;
  }

  .closebtn {
    max-width: 100px;
    min-width: 100px;
    height: 30px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border: none;
    overflow: hidden;
    background: #4262f4;
    margin: 10px;
  }

  .closebtnxy {
    max-width: 100px;
    min-width: 100px;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    border: none;
    overflow: hidden;
    background: rgb(0, 99, 255);
    margin-top: 15px;
  }

  #popupContenta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    width: 80%;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }

  #phoneContainera {
    width: 100%;
    height: 60vh;
    overflow-y: scroll;
  }

  .popupContenta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    width: 80%;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }

  .phoneContainera {
    width: 100%;
    height: 60vh;
    overflow-y: scroll;
  }

  .sys-flex-box1 {
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    height: 34px;
  }

  .iplun {
    height: 100%;
    padding: 2px;
    border-radius: 18px;
    padding-left: 5px;
    margin-right: 3px;
    display: flex;
    align-items: center;
  }

  .alun {
    display: inline-block;
    margin-left: 5px;
    line-height: 30px;
    color: #fff;
  }

  .rmplhead {
    width: 100%;
    height: 46px;
    font-size: 20px;
    font-weight: 700;
    color: #414141;
    text-align: center;
    background: #eacda3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #d6ae7b, #eacda3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #d6ae7b, #eacda3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 10px 10px 0px 0px;
  }

  .dianxin {
    font-family: Arial;
    width: 100%;
    height: 46px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #3567d8;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2F80ED, #3567d8);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2F80ED, #3567d8);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 10px 10px 0px 0px;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .liantong {
    width: 100%;
    height: 46px;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #f14e4e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #f8855b, #f14e4e);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #f8855b, #f14e4e);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 10px 10px 0px 0px;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .yidong {
    width: 100%;
    height: 46px;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #007759;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #0a9221, #007759);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #0a9221, #007759);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 10px 10px 0px 0px;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .navp {
    text-align: right;
    padding: 0px;
    border-radius: 20px;
    margin: 0px 10px 0px 10px;
    height: 200px;
    background-color: #fff;
  }

  .navh {
    padding: 0px;
    border-radius: 10px;
    margin: 5px;
    background-color: #fff;
  }

  /* direction_bottom.css */
  .marquee-container {
    overflow: hidden;
    max-height: 150px;
  }

  .plcontent {
    margin-left: 20px;
  }

  .plcontent td {
    border: none;
  }

  .fixed-bottom {
    text-align: center;
    padding: 20px;

    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
  }

  .chColor {
    text-align: center;
    color: #fff;
    line-height: 44.5px;
    font-size: large;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 750px;
  }

  .chColor img {
    width: 38px;
    height: 38px;
  }

  #floatingContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #buttonId {

    padding: 10px;
  }

  @keyframes microAnimation {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.06);
    }

    100% {
      transform: scale(1);
    }
  }

  #savebtn {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    animation: microAnimation 2s infinite;
  }

  .OrderSearchEnterA {
    width: 75px;
    height: 27px;
    background: rgba(0, 0, 0, .5);
    font-size: 12.5px;
    color: #fff;
    border-radius: 16px 0 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50px;
    right: 0;
  }

  .OrderSearchEnterB {
    width: 75px;
    height: 27px;
    background: rgba(0, 0, 0, .5);
    font-size: 12.5px;
    color: #fff;
    border-radius: 16px 0 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 88px;
    right: 0;
  }

  .direction_top td {
    text-align: left;
    line-height: 18px;
  }

  .zfcontainer {
    overflow: hidden;
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
  }

  .zfcontainer img {
    width: 100%;
    height: auto;
    display: block;
  }


  .topszheng {
    margin: 10px 0px;
  }

  .topsdiv {
    margin: 10px;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    padding-left: 20px;
  }

  .topsdiv .topsdivtt {
    font-weight: bold;
  }

  .topsdiv p {
    font-size: 16px;
    padding: 5px 0px;
  }

  .tagspan {
    display: inline-block;
    font-size: 12px;
    height: 23px;
    width: auto;
    margin-right: 8px;
    padding: 0 10px;
    border-radius: 10px;
    line-height: 23px;
  }

  .spanc1 {
    color: #fe3d3d;
    background: #fff2f2;
  }

  .spanc2 {
    color: #bd37ff;
    background: #fbefff;
  }

  .spanc3 {
    color: #1f9f30;
    background: #e5ffd9;
  }

  .spanc4 {
    color: #37afff;
    background: #effaff;
  }

  .spanc5 {
    background: #ffeef6;
    color: #ff69b4
  }

  .spanc6 {
    background: #cdf9ff;
    color: #19a1a1;
  }

  .spanc7 {
    background: #fff5d9;
    color: #ff8f00;
  }

  .spanc8 {
    background: #d687fd17;
    color: #c55af9;
  }

  .parentDiv {
    display: flex;
    justify-content: space-between;
  }

  .childDiv {
    flex: 1;
    text-align: center;
    position: relative;
  }

  .childDiv:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    /* 灏嗗厓绱犲悜涓婂亸绉�50% */
    transform: translateY(-50%);
    /* 鏍规嵁鍏冪礌楂樺害鐨勪竴鍗婂悜涓婂亸绉伙紝瀹炵幇鍨傜洿灞呬腑 */
    right: 0px;
    /* 璋冩暣鍙充晶杈规绾夸綅缃� */
    width: 1px;
    height: 30px;
    /* 璁剧疆鍥哄畾楂樺害 */
    background-color: #ccc;
    /* 鍙充晶鍨傜洿杈规绾块鑹� */
  }

  .parentDiv p {
    text-align: center;
  }

  .parentDiv .largeFont {
    font-size: 14px;
    font-weight: bold;
  }

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

  /* 椤甸潰 */
  .hpt {
    display: none;
  }

  .teamcona {
    position: relative;
    padding-left: 70px;
    margin: 5px 0px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }



  .teamconr {
    border: none;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 3%;
  }

  .teamconl {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 42px;
    font-size: 14px;
    color: #333;
  }

  /* 寮圭獥鏍峰紡 */
  .modal {
    display: block;
    /* 榛樿闅愯棌 */
    position: fixed;
    /* 鍥哄畾瀹氫綅 */
    z-index: 1;
    /* 璁剧疆灞傜骇 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* 鍏佽婊氬姩 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 鍗婇€忔槑榛戣壊鑳屾櫙 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    padding: 5px;
    text-align: center;
  }

  .modal p {
    margin-bottom: 0px;
  }

  .card {
    width: 300px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    gap: 13px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.062);
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
  }

  #cookieSvg {
    width: 50px;
  }

  #cookieSvg g path {
    fill: rgb(97, 81, 81);
  }

  .cookieHeading {
    font-size: 1.2em;
    font-weight: 800;
    color: rgb(26, 26, 26);
  }

  .cookieDescription {
    text-align: center;
    font-size: 0.7em;
    font-weight: 600;
    color: rgb(99, 99, 99);
  }

  .buttonContainer {
    display: flex;
    gap: 20px;
    flex-direction: row;
  }

  .acceptButton {
    width: 80px;
    height: 30px;
    background-color: #7b57ff;
    transition-duration: .2s;
    border: none;
    color: rgb(241, 241, 241);
    cursor: pointer;
    font-weight: 600;
    border-radius: 20px;
  }

  .declineButton {
    width: 80px;
    height: 30px;
    background-color: rgb(218, 218, 218);
    transition-duration: .2s;
    color: rgb(46, 46, 46);
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 20px;
  }

  .declineButton:hover {
    background-color: #ebebeb;
    transition-duration: .2s;
  }

  .acceptButton:hover {
    background-color: #9173ff;
    transition-duration: .2s;
  }

  .riskbtn {
    background-color: #4CAF50;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .riskbtn:hover {
    background-color: #45a049;
  }

  .tabtd {
    text-align: center;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    line-height: 24px;
    position: relative;
    background-color: #fff;
    color: #000;
  }

  .tabtd span {
    font-weight: bold;
  }

  #popupDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
  }


  #popupDiv img {
    width: 100%;
    border-radius: 10px;
  }

  #imgmodel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);

  }

  .codeclass {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .codeson {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #3567d8;
    border: none;
    font-size: 12px;
    padding: 5px;
    color: white;
    border-radius: 5px;
  }

  input[type='file'] {
    display: none;
  }



  .upload-image {
    width: 33%;
    height: 100px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .upload-image img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
    border-radius: 5px;
  }

  .upload-image p {
    margin: 0px;
    padding-top: 10px;
    display: block;
  }

  .flex-container {
    display: flex;
    justify-content: space-around;
    /* 鍦ㄥ鍣ㄤ腑骞冲潎鍒嗗竷鍏冪礌 */
    align-items: center;
    /* 鍨傜洿灞呬腑 */
  }

  .upload-image {
    text-align: center;
    margin: 0 10px;
    /* 璁剧疆鍏冪礌涔嬮棿鐨勯棿璺� */
  }

  .product-info {
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    padding: 15px 0px 5px 0px;
  }

  .product-infos {
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px;
  }

  .product-info::before,
  .product-info::after {
    content: "";
    display: inline-block;
    width: 10%;
    border-top: 1px solid #ccc;
    margin: 5px;

  }

  #hiddenElement .button-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 40%;
    /* 璋冩暣瀹藉害浠ラ€傚簲椤甸潰 */
  }

  #hiddenElement .button-container button {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  #hiddenElement .button-container img {
    margin-bottom: 5px;
    display: block;
    margin: 0 auto;
  }

  .orderbtns {
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(250, 250, 250, 1);
    border-radius: 25px;
    background: rgb(0, 99, 255);
    height: 48px;
  }

  .orderbtnsa {

    padding: 5px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #333;
    background: #f7f7f7;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: center;
    /* 璁╂寜閽腑鐨勫唴瀹瑰眳涓樉绀� */

  }

  .parentDiv {
    display: flex;
    justify-content: center;
  }

  .childDivsa {
    display: flex;
    align-items: center;
    justify-content: center;
    /* 姘村钩灞呬腑 */
    margin: 0px;
    /* 璁剧疆 childDiv 涔嬮棿鐨勯棿璺� */
  }

  .orderbtnsa img {
    width: 20px;
    /* 璁剧疆鍥炬爣鐨勫搴� */
    height: 20px;
    /* 璁剧疆鍥炬爣鐨勯珮搴� */
    margin-right: 5px;
    /* 璁剧疆鍥炬爣鍜屾枃瀛椾箣闂寸殑闂磋窛 */
  }

  /* 寮圭獥鏍峰紡 */


  .newpopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    background-color: #fff;
    border: 1px solid #757575;
    z-index: 9999;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
  }

  .newpopup img {
    width: 100%;
  }

  .newpopup button {
    display: inline-block;
    padding: 5px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(250, 250, 250, 1);
    cursor: pointer;
    margin-top: 10px;
    opacity: 1;
    border-radius: 20px;
    background: rgb(0, 99, 255);
    width: 60%;
  }

  .conasp {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
  }

  .conasp img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .78);
    z-index: 9998;
  }

  .pst1 {
    margin: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
    color: rgba(140, 140, 140, 1);
    text-align: justify;
    vertical-align: top;
    text-align: center;
  }

  .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;

    max-width: 240px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    border-radius: 10px;
  }

  .popup button {
    display: inline-block;
    padding: 5px;
    width: 50%;
    border: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(250, 250, 250, 1);
    cursor: pointer;
    margin-top: 10px;
    opacity: 1;
    border-radius: 20px;
    background: rgb(0, 99, 255);
  }

  .cpzl {
    display: none;
    /* 鍒濆鐘舵€佷笅闅愯棌 cpzl 鐨勫唴瀹� */
  }

  .tabspan {
    padding: 0px 5%;
  }

  /* 闅愯棌寮圭獥 */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }


  /* 鑷畾涔夊閫夋鏍峰紡 */
  input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    border-radius: 50%;
    outline: none;
    transition: border 0.3s;
    cursor: pointer;
    position: relative;
  }

  input[type="checkbox"]:checked {
    border: 2px solid #4262f4;
  }

  input[type="checkbox"]:checked:after {
    content: "\2713";
    font-size: 14px;
    color: #4262f4;
    position: absolute;
    top: -2px;
    left: 2px;
    border-radius: 50%;
  }



  .modalContent {
    position: relative;
  }

  #text1,
  #text2,
  #text3 {
    font-size: 12px;
  }