<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!--
body { width: 100%; min-width: 1350px; background: rgb(255, 255, 255); color: rgb(0, 0, 0); FONT-FAMILY: "微软雅黑"; margin: 0; padding: 0; border: 0; outline: 0;
font-size:16px;  /* 15÷15=1 */
font-family: "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
-webkit-user-select: none; /*webkit浏览器：文本将不可选*/
-khtml-user-select: none; /*早期浏览器：文本将不可选*/
-moz-user-select: none;  /*火狐：文本将不可选*/
-ms-user-select: none; /*IE10：文本将不可选*/
user-select: none;
cursor: pointer;
}
.ashadow {                              /* 投影 */
  -moz-box-shadow: #000 0.067rem 0.067rem 0.333rem;      /* 兼容Firefox 2px 2px 5px*/
  -webkit-box-shadow: #000 0.067rem 0.067rem 0.333rem;   /* 兼容Safari以及Google Chrome 2px 2px 5px*/
  box-shadow: #000 0.067rem 0.067rem 0.333rem;           /* css3 */
}
.delayDiv {                               /* 3D过渡时间 */
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#top_head { width: 100%; height: 50px; line-height: 50px; background: rgb(214, 10, 63); text-align: center; color: white;}
#regz_content { width: 1350px; line-height: 40px; margin: 0px auto; display: block; padding: 20px; margin-top: 20px; margin-bottom: 150px; border: 1px solid #ccc; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
a { font-size:16px; color: #444; -webkit-transition: color .3s linear; -moz-transition: color .3s linear; -o-transition: color .3s linear; transition:color 0.3s linear;}
a:link {color:#0080C0;}
a:visited {color:#0080C0;}
a:hover {color:#ff0099; text-decoration: none;}
a:active {color:#ff9900;}


#text_top { width: 100%; height: 50px; line-height: 50px; z-index:30; background: rgb(0, 75, 151); text-align: center; color: white; position: fixed; left: 0px; top: 0px;}
#text_bottom { width: 100%; height: 45px; line-height: 45px; z-index:20; background: rgb(58, 58, 58); text-align: center; color: white; position: fixed; right: 0px; bottom: 0px;}
#Copytextarea { width: 1350px; height: 300px; line-height: 20px; z-index:1; font-size:12px; FONT-FAMILY: "微软雅黑"; FONT-WEIGHT:bold; position: relative; display: block; margin: 0 auto; margin-top: 70px; padding: 10px; border: 1px solid #ccc; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.copybtn { text-align: center; margin-top: 25px;}
.copybtn .btn { width: 350px; height: 40px; line-height: 40px; text-align: center; background: #005B2E; border: 0px; color: #fff; font-family: "微软雅黑"; font-size: 15px; cursor: pointer; outline: none; -webkit-appearance: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}    /*safari浏览器样式重置修复submit按钮圆角bug：-webkit-appearance: none;*/
.copybtn .btn:hover { background: #008600;}
#urltext { border: 1px solid #ccc; width: 100%; line-height: 35px;  z-index:2; word-wrap: break-word; position: relative; display: block; margin: 0px auto; margin-top: 50px;}
#urltext a { font-size:12px; color: #444; -webkit-transition: color .3s linear; -moz-transition: color .3s linear; -o-transition: color .3s linear; transition:color 0.3s linear; padding: 12px;}
#urltext a:link {color:#0080C0;}
#urltext a:visited {color:#0080C0;}
#urltext a:hover {color:#ff0099; text-decoration: none;}
#urltext a:active {color:#ff9900;}
//--&gt;</pre></body></html>