﻿html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend, caption, tbody, tfoot, thead {

	border-style: none;

	border-color: inherit;

	border-width: 0;

	margin: 0;

	padding: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	}

/* remember to define focus styles! */

:focus {

	outline: 0;

}

body {

	line-height: 1;

	color: black;

}

ol, ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: separate;

	border-spacing: 0;

}



blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

html, button, input, select, textarea,

.pure-g [class *= "pure-u"] {

    font-family: "Microsoft YaHei Light", Georgia, Times, "Times New Roman", serif;

}

.foot_bottom_left a{ text-decoration:none; color:#9c9c9c; padding-left:5px}
 /* 遮罩层 */
    .qrcode-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 9999;
      justify-content: center;
      align-items: center;
    }

    /* 弹窗内容 */
    .qrcode-box {
      background: #fff;
      padding: 25px;
      border-radius: 12px;
      text-align: center;
      max-width: 90%;
      width: 300px;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
    }

    /* 二维码图片 */
    .qrcode-box img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* 标题 */
    .qrcode-title {
      font-size: 16px;
      margin-bottom: 15px;
      color: #333;
    }
     /* 电话行样式 */
    .phone-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 12px;
    }
    .phone-text {
      font-size: 15px;
      color: #333;
      font-weight: 500;
    }
    .copy-btn {
      padding: 4px 10px;
      background: #07c160;
      color: #fff;
      border: none;
      border-radius: 4px;
      font-size: 12px;
      cursor: pointer;
    }
    .copy-btn:active {
      background: #06ad56;
    }
    /* 复制提示 */
    .copy-tip {
      margin-top: 6px;
      font-size: 12px;
      color: #07c160;
      display: none;
    }
    .dfcursor{cursor: pointer;}
