﻿@charset "utf-8";
/*CSS public*/

/*
author：系外星辰
edittime：20220508
*/

*{margin:0;padding:0;}
/*body{margin:0;padding:0; font-family:"微软雅黑"; font-size:16px; line-height:1.5; cursor:default; color:#333;background: url(/static/pc/images/bg.png) top center repeat-x;}*/


body{margin:0;padding:0; font-family:"微软雅黑"; font-size:16px; line-height:1.5; cursor:default; color:#333;}



/*黑体*/
/*body{font-family: "SimHei";width: 100%;background: url(/static/pc/bg.jpg) top center repeat-x;}*/
/*宋体*/
/*body{font-family: "SimSun";width: 100%;background: url(/static/pc/images/bg.png) top center repeat-x;}*/

	/*表格*/
table{border-collapse:collapse;border-spacing:0;}
	/*除了 Internet Explorer，其他主流浏览器都支持fieldset  name 属性。*/
fieldset,img{border:0;border:none;}
	/*序列*/
ul,li,dl,dt,dd,ol,p,img{ list-style: none;border: none; vertical-align:middle;}
	/*<address> 标签定义文档作者/所有者的联系信息。
	如果 <address> 元素位于 <body> 元素内部，则它表示该文档作者/所有者的联系信息。
	如果 <address> 元素位于 <article> 元素内部，则它表示该文章作者/所有者的联系信息。
	<address> 元素的文本通常呈现为斜体。大多数浏览器会在该元素的前后添加换行。*/
	/*<caption> 标签定义表格的标题。*/
	/*使用 <cite> 标签来定义作品的标题：*/
	/*code对文档中的文本进行格式化：*/
	/*<dfn> 标签是一个短语标签，用来定义一个定义项目*/
	/*<em> 标签是一个短语标签，用来呈现为被强调的文本。*/
	/*规定每个表头单元格相关联的 <th> 元：*/
	/*<em>强调文本</em><br>
	<strong>加粗文本</strong><br>
	<dfn>定义项目</dfn><br>
	<code>一段电脑代码 print("Hello World")</code><br>
	<samp>计算机样本</samp><br>
	<kbd>键盘输入</kbd><br>
	<var>变量</var>*/
	/*通过 <optgroup> 标签把相关的选项组合在一起：*/
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
	/*<del>一段带有已删除部分的文本：*/
	/*<ins>一段带有新插入部分的文本：*/
del,ins{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
button,input,select,textarea{font-size:100%;}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
	/*被标记的缩写词如下：*/
abbr,acronym{border:0;font-variant:normal;}
	/*上标文本*/
sup{vertical-align:baseline;}
	/*下标*/
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none; color:#333;}
a:hover{ text-decoration:none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
i{font-style:normal}
	/*使用 <figure> 元素标记文档中的一个图像：*/
figure{margin:0}
	/*float*/
.fl{float: left;}
.fr{float: right;}

/*定位----------------------*/
	/*绝对定位*/
.pa{position:absolute;} 
	/*固定定位*/
.pf{position:fixed;}
	/*相对定位*/
.pr{position:relative;}
	/*没有定位*/
.ps{position:static;}
	 /*粘性定位*/
 	/* Internet Explorer, Edge 15 及更早 IE 版本不支持 sticky 定位。*/
.p-sticky{position:sticky;}

	/*显示and隐藏*/
.invisible{visibility:hidden}
.hidden{display:none!important}
.hide{display:none!important}
.show{display:block!important}
/*图片----------------------*/
	/*圆角*/
.img-rounded{border-radius:6px}
	/*圆*/
.img-circle{border-radius:50%}
	/*缩略图*/
.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
	/*清除*/
.clear{ clear: both; height: 0; line-height: 0; font-size: 0;}
.clearfix:after{ content: ""; clear: both; height: 0; visibility: hidden; display: block;}
.clearfix{*zoom: 1}

/*!important 增加样式的权重*/
/*字号*/
.txt-10{font-size: 10px !important;}
.txt-11{font-size: 11px !important;}
.txt-12{font-size: 12px !important;}
.txt-13{font-size: 13px !important;}
.txt-14{font-size: 14px !important;}
.txt-15{font-size: 15px !important;}
.txt-16{font-size: 16px !important;}
.txt-18{font-size: 18px !important;}
.txt-20{font-size: 20px !important;}
.txt-22{font-size: 22px !important;}
.txt-24{font-size: 24px !important;}
.txt-26{font-size: 26px !important;}
.txt-28{font-size: 28px !important;}
.txt-30{font-size: 30px !important;}
.txt-32{font-size: 32px !important;}
.txt-50{font-size: 50px !important;}
.txt-80{font-size: 80px !important;}
/*排版*/
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.text-center{text-align: center !important;}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}


/*盒子*/
	/*padding*/
.no-padding {padding: 0px !important;}
.no-padding-top {padding-top: 0px !important;}
.no-padding-left {padding-left: 0px !important;}
.no-padding-bottom {padding-bottom: 0px !important;}
.no-padding-right {padding-right: 0px !important;}

	/*margi*/
.no-margin {margin: 0 !important;}
.no-margin-top {margin-top: 0px !important;}
.no-margin-left {margin-left: 0px !important;}
.no-margin-bottom {margin-bottom: 0px !important;}
.no-margin-right {margin-right: 0px !important;}





