

/*---------------------所有注释针对于该注释下面一段代码------------------------------*/
/*-------------------------以下所有样式禁止修改、-------------------*/
/*---------------------------谢谢合作！！！！---------------------*/
/*css reset*/
input,textarea{word-wrap:none;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}
html{-webkit-text-size-adjust:none;overflow-x:hidden}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span{padding:0;margin:0;}
body{font:normal 14px/1.5em pbfont,"微软雅黑","冬青黑体简体中文 w3","宋体";}
fieldset,img,html,body,iframe{border:0;}
/** 重置表格元素 **/
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal;}
caption,th{text-align:left;}
em,i,small,caption,th{font-weight:normal;font-style:normal;font-size:100%;}
h1,h2,h3,h4,h5,h6,em{font-weight:normal;}
q:before,q:after{content:'';}
.clearfix{*zoom:1;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
a{color:inherit;text-decoration:none;}
/* a:hover{font-weight:bold;} */
img{border:0;vertical-align:middle;max-width:100%}
a,button{outline:none;border:0;}
input,select{border:1px solid #ccc;font-family:inherit;}
button::-moz-focus-inner{border:0;padding:0;margin:0;}
textarea,input,button,select{outline:0;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;outline:none;}
textarea{overflow:auto;resize:none;font-family:inherit;}

/*文字排版*/
/*文字的大小*/
.fz12{font-size:12px!important}
.fz13{font-size:13px!important}
.fz14{font-size:14px!important}
.fz16{font-size:16px!important}
.fz18{font-size:18px!important}
.fz20{font-size:20px!important}
.fz24{font-size:24px!important}
.fz28{font-size:24px!important}
.fz32{font-size:32px!important}
.fz48{font-size:48px!important}
.fz64{font-size:64px!important}
.fz96{font-size:96px!important}
.fz128{font-size:128px!important}
/*文字的字体样式*/
.fw{font-weight:bold;}/*粗体*/
.fs{font-style: italic;}/*斜体*/
.tdu{text-decoration:underline;}/*加下划线*/
.t2{text-indent:2em;}
.tr{text-align:right;} /*文字右对齐*/
.tl{text-align:left;} /*文字左对齐*/
.tc{text-align:center;} /*文字居中对齐*/
.tj{text-align:justify;} /*文字分散对齐*/

/*字体颜色*/
.bl{color:blue;}
.re{color:red;}

/*背景颜色*/
.bre{background:red;}
.bbl{background:blue;}

/*字体的行高*/
.lh10{line-height:10px}
.lh12{line-height:12px}
.lh13{line-height:13px}
.lh14{line-height:14px}
.lh15{line-height:15px}
.lh16{line-height:16px}
.lh17{line-height:17px}
.lh18{line-height:18px}
.lhi{line-height:inherit}
.lhn{line-height:normal}

/*字体的间距*/
.ls1{letter-spacing:1px;}
.ls2{letter-spacing:2px;}
.ls3{letter-spacing:3px;}
.ls4{letter-spacing:4px;}
.ls5{letter-spacing:5px;}
.lsi{letter-spacing:inherit;}
.lsn{letter-spacing:normal;}
/*边距*/
.mrnone{margin:0;}
.mar10{margin:10px;}
.mar15{margin:15px;}
.mar20{margin:20px;}
.mar30{margin:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt14{margin-top:14px;}
.mt20{margin-top:20px;}
.mt28{margin-top:28px;}
.mt30{margin-top:30px;}
.mt32{margin-top:32px;}
.mt34{margin-top:34px;}
.mt40{margin-top:40px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml22{margin-left:22px;}
.ml28{margin-left:28px;}
.ml30{margin-left:30px;}
.ml68{margin-left:68px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}


.pad10{padding:10px;}
.pad15{padding:15px;}
.pad20{padding:20px;}
.pad30{padding:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}

/*定位浮动*/
.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}
.pr{position:relative}
.pa{position:absolute}
.pf{position:fixed}
.vm{vertical-align:middle;}
.tr{text-align:right}
.tc{text-align:center;}
.tl{text-align:left;}
.cj{z-index:1}


/*隐藏和显示烊*/
.hide{display:none}
.show{display:block;}
.hidden{visibility:hidden;}
.inlineb{display:inline-block;}
.inline{display:inline;}


/*清除浮动*/
.clearfix{*zoom:1;} /*兼容67*/
.clearfix:after,.clearfix:before{content:""; display:block; clear:both;} /*兼容ie9+*/

/*鼠标手势*/
.cp{cursor:pointer;}
.cm{cursor:move;}
.cd{cursor:default;}

/*圆角*/
.br2{border-radius:2px;}
.br3{border-radius:3px;}
.br4{border-radius:4px;}
.br5{border-radius:5px;}
.br10{border-radius:10px;}
.brc{border-radius:50%;}

/*背景样式*/
.bc{background-color:#F5E2EC;} /*背景颜色*/
.bt{background:transparent;} /*透视背景*/
.bi{background-image : url(/image/bg.gif);} /*背景图片*/
.ba{background-attachment : fixed;} /*浮水印固定背景*/
.br{background-repeat : repeat; }/*重复排列-网页默认*/
.brn{background-repeat : no-repeat; }/*不重复排列*/
.br-x{background-repeat : repeat-x;} /*在x轴重复排列*/
.br-y{background-repeat : repeat-y; }/*在y轴重复排列*/

/*指定背景位置*/
.bp-x-y{background-position : 90% 90%;} /*背景图片x与y轴的位置*/
.bp-t{background-position : top;} /*向上对齐*/
.bp-b{background-position : buttom;} /*向下对齐*/
.bp-l{background-position : left;} /*向左对齐*/
.bp-r{background-position : right;} /*向右对齐*/
.bp-c{background-position : center;} /*居中对齐*/

/*框线*/
.bk1{border:1px solid black}
.bk2{border:1px dotted black}
.bk3{border:1px double black}
.bk4{border:1px groove black}
.bk5{border:1px ridge black}
.bk6{border:1px inset black}
.bk7{border:1px outset black}


