/**
 * 网页基础CSS
 * @copyright xinsar
 * @author senchal
 * @version 1.1
 * @updateTime 2022-3-30
 */


/****************************** 基本统一样式 ******************************/
body {font-size:14px; font-family:微软雅黑; margin:0px; padding:0px;}
table, div, tr, td, ss, ul, ol, pre, span, textarea {font-size:14px; font-family:微软雅黑;}
li {list-style:none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;outline:medium;}
input:focus {outline: none;}
textarea {-webkit-appearance: none;}
textarea:focus{outline:none;}
/********************************** End! **********************************/


/****************************** 文字对齐方式 ******************************/
.tc {text-align:center;}
.tr {text-align:right;}
.tl {text-align:left;}
.tm {display:table-cell; vertical-align:middle;}    /*上下居中*/
/********************************** End! **********************************/


/******************************** 文字样式 ********************************/
.b {font-weight:bolder;}		/*粗体*/
.i {font-weight:inherit;}		/*斜体*/
.nb {font-weight:normal;}		/*无样式*/
.u {text-decoration:underline;}	/*下划线*/
.l {text-decoration:line-through;}	/*删除线*/
.nu {text-decoration:none;} 		/*不要线*/
/********************************** End! **********************************/


/******************************** 字体颜色 ********************************/
/*灰色调*/
.fcw {color:#FFFFFF;}
.fcb {color:#000000;}
.fcv {color:#999999;}
.fcvw {color:#cccccc;}
.fcvb {color:#666666;}
/*蓝色调*/
.fcbl {color:#0000FF;}
.fcblb {color:#000066;}
.fcblw {color:#3399FF;}
/*红色调*/
.fcr {color:#FF0000;}
.fcrw {color:#FFCCCC;}
.fcrb {color:#CC0000;}
/*绿色调*/
.fcg {color:#00CC00;}
.fcgw {color:#CCFFCC;}
.fcgb {color:#339933;}
/*黄色调*/
.fcy {color:#FFFFCC;}
.fcyv {color:#DDBB00}
.fcyw {color:#FFFF66;}
.fcyb {color:#887700;}
/*橙色调*/
.fco {color:#FF9900;}
.fcow {color:#FFCC99;}
.fcob {color:#CC6600;}

/********************************** End! **********************************/


/******************************** 字体大小 ********************************/
.fs12 {font-size:12px;}
.fs14 {font-size:14px;}
.fs16 {font-size:16px;}
.fs18 {font-size:18px;}
.fs20 {font-size:20px;}
.fs25 {font-size:25px;}
.fs30 {font-size:30px;}
.fs35 {font-size:35px;}
.fs40 {font-size:40px;}
.fs50 {font-size:50px;}
.fs60 {font-size:60px;}
.fs80 {font-size:80px;}
.fs100 {font-size:100px;}
.fs120 {font-size:120px;}
/********************************** End! **********************************/


/******************************** 字符行高 ********************************/
.lht10 {line-height:10px;}
.lht12 {line-height:12px;}
.lht14 {line-height:14px;}
.lht15 {line-height:15px;}
.lht16 {line-height:15px;}
.lht18 {line-height:18px;}
.lht20 {line-height:20px;}
.lht25 {line-height:25px;}
.lht30 {line-height:30px;}
.lht35 {line-height:35px;}
.lht40 {line-height:40px;}
.lht45 {line-height:45px;}
.lht50 {line-height:50px;}
.lht55 {line-height:55px;}
.lht60 {line-height:60px;}
.lht65 {line-height:65px;}
.lht70 {line-height:70px;}
.lht75 {line-height:75px;}
.lht80 {line-height:80px;}
.lht85 {line-height:85px;}
.lht90 {line-height:90px;}
.lht95 {line-height:95px;}
.lht100 {line-height:100px;}
.lht150 {line-height:150px;}
/********************************** End! **********************************/


/******************************** 鼠标样式 ********************************/
.msp {cursor:pointer;}              /* 手指样式 */
.msh {cursor:help;}                 /* 帮助问号样式 */
.mst {cursor:text;}                 /* 文本输入样式 */
.msn {cursor:none;}                 /* 清除样式 */
.msfd {cursor: -moz-zoom-in;cursor: -webkit-zoom-in;cursor: zoom-in;cursor: url(/_Jscss/big.cur);}    /*鼠标放大镜*/
.mssx {cursor: -moz-zoom-out;cursor: -webkit-zoom-out;cursor: zoom-out;cursor: url(/_Jscss/small.cur);}/*鼠标缩小镜*/
/********************************** End! **********************************/


/******************************** 盒子宽度 ********************************/
/*10px-1500px*/
.wt10 {width:10px;}
.wt15 {width:15px;}
.wt20 {width:20px;}
.wt25 {width:25px;}
.wt30 {width:30px;}
.wt35 {width:35px;}
.wt40 {width:40px;}
.wt45 {width:45px;}
.wt50 {width:50px;}
.wt60 {width:60px;}
.wt70 {width:70px;}
.wt80 {width:80px;}
.wt90 {width:90px;}
.wt100 {width:100px;}
.wt120 {width:120px;}
.wt150 {width:150px;}
.wt200 {width:200px;}
.wt250 {width:250px;}
.wt300 {width:300px;}
.wt350 {width:350px;}
.wt400 {width:400px;}
.wt450 {width:450px;}
.wt500 {width:500px;}
.wt600 {width:600px;}
.wt700 {width:700px;}
.wt800 {width:800px;}
.wt850 {width:850px;}
.wt900 {width:900px;}
.wt1000 {width:1000px;}
.wt1200 {width:1200px;}
.wt1500 {width:1500px;}
/*盒子宽度10%-100%*/
.wtp10 {width:10%;}
.wtp12 {width:12%;}
.wtp20 {width:20%;}
.wtp22 {width:22%;}
.wtp25 {width:25%;}
.wtp30 {width:30%;}
.wtp33 {width:33%;}
.wtp40 {width:40%;}
.wtp50 {width:50%;}
.wtp60 {width:60%;}
.wtp70 {width:70%;}
.wtp75 {width:75%;}
.wtp80 {width:80%;}
.wtp95 {width:95%;}
.wtp98 {width:98%;}
.wtp100 {width:100%;}
/********************************** End! **********************************/


/******************************** 盒子高度 ********************************/
.ht10 {height:10px;}
.ht15 {height:15px;}
.ht20 {height:20px;}
.ht25 {height:25px;}
.ht30 {height:30px;}
.ht35 {height:35px;}
.ht40 {height:40px;}
.ht45 {height:45px;}
.ht50 {height:50px;}
.ht55 {height:55px;}
.ht60 {height:60px;}
.ht65 {height:65px;}
.ht70 {height:70px;}
.ht75 {height:75px;}
.ht80 {height:80px;}
.ht85 {height:85px;}
.ht90 {height:90px;}
.ht95 {height:95px;}
.ht100 {height:100px;}
.ht120 {height:120px;}
.ht150 {height:150px;}
.ht200 {height:200px;}
.ht250 {height:250px;}
.ht300 {height:300px;}
.ht350 {height:350px;}
.ht400 {height:400px;}
.ht450 {height:450px;}
.ht500 {height:500px;}
.ht600 {height:600px;}
.ht700 {height:700px;}
.ht800 {height:800px;}
.ht900 {height:900px;}
.ht1000 {height:1000px;}
.ht1200 {height:1200px;}
.ht1500 {height:1500px;}
/********************************** End! **********************************/

/***************************** 盒子内文本缩进 *****************************/
/*四边同时缩进*/
.pd2    {padding:2px;}
.pd5    {padding:5px;}
.pd10   {padding:10px;}
.pd15   {padding:15px;}
.pd20   {padding:20px;}
.pd25   {padding:25px;}
.pd30   {padding:30px;}
.pd40   {padding:40px;}
.pd50   {padding:50px;}
.pd60   {padding:60px;}
.pd75   {padding:75px;}
.pd100  {padding:100px;}
.pd150  {padding:150px;}
.pd200  {padding:200px;}
.pd300  {padding:300px;}
.pd500  {padding:500px;}
.pd1000 {padding:1000px;}
/*上面缩进*/
.pdt2   {padding-top:2px;}
.pdt5   {padding-top:5px;}
.pdt10  {padding-top:10px;}
.pdt15  {padding-top:15px;}
.pdt20  {padding-top:20px;}
.pdt25  {padding-top:25px;}
.pdt30  {padding-top:30px;}
.pdt40  {padding-top:40px;}
.pdt50  {padding-top:50px;}
.pdt60  {padding-top:60px;}
.pdt75  {padding-top:75px;}
.pdt100 {padding-top:100px;}
.pdt150 {padding-top:150px;}
.pdt200 {padding-top:200px;}
.pdt300 {padding-top:300px;}
.pdt500 {padding-top:500px;}
.pdt1000{padding-top:1000px;}
/*右边缩进*/
.pdr2   {padding-right:2px;}
.pdr5   {padding-right:5px;}
.pdr10  {padding-right:10px;}
.pdr15  {padding-right:15px;}
.pdr20  {padding-right:20px;}
.pdr25  {padding-right:25px;}
.pdr30  {padding-right:30px;}
.pdr40  {padding-right:40px;}
.pdr50  {padding-right:50px;}
.pdr60  {padding-right:60px;}
.pdr75  {padding-right:75px;}
.pdr100 {padding-right:100px;}
.pdr150 {padding-right:150px;}
.pdr200 {padding-right:200px;}
.pdr300 {padding-right:300px;}
.pdr500 {padding-right:500px;}
.pdr1000{padding-right:1000px;}
/*下面缩进*/
.pdb2   {padding-bottom:2px;}
.pdb5   {padding-bottom:5px;}
.pdb10  {padding-bottom:10px;}
.pdb15  {padding-bottom:15px;}
.pdb20  {padding-bottom:20px;}
.pdb25  {padding-bottom:25px;}
.pdb30  {padding-bottom:30px;}
.pdb40  {padding-bottom:40px;}
.pdb50  {padding-bottom:50px;}
.pdb60  {padding-bottom:60px;}
.pdb75  {padding-bottom:75px;}
.pdb100 {padding-bottom:100px;}
.pdb150 {padding-bottom:150px;}
.pdb200 {padding-bottom:200px;}
.pdb300 {padding-bottom:300px;}
.pdb500 {padding-bottom:500px;}
.pdb1000{padding-bottom:1000px;}
/*左边缩进*/
.pdl2   {padding-left:2px;}
.pdl5   {padding-left:5px;}
.pdl10  {padding-left:10px;}
.pdl15  {padding-left:15px;}
.pdl20  {padding-left:20px;}
.pdl25  {padding-left:25px;}
.pdl30  {padding-left:30px;}
.pdl40  {padding-left:40px;}
.pdl50  {padding-left:50px;}
.pdl60  {padding-left:60px;}
.pdl75  {padding-left:75px;}
.pdl100 {padding-left:100px;}
.pdl150 {padding-left:150px;}
.pdl200 {padding-left:200px;}
.pdl300 {padding-left:300px;}
.pdl500 {padding-left:500px;}
.pdl1000{padding-left:1000px;}
/********************************** End! **********************************/

/******************************** 盒子缩进 ********************************/
/*四边同时缩进*/
.mg2    {margin:2px;}
.mg5    {margin:5px;}
.mg10   {margin:10px;}
.mg20   {margin:20px;}
.mg30   {margin:30px;}
.mg40   {margin:40px;}
.mg50   {margin:50px;}
.mg60   {margin:60px;}
.mg75   {margin:75px;}
.mg100  {margin:100px;}
.mg150  {margin:150px;}
.mg200  {margin:200px;}
.mg300  {margin:300px;}
.mg500  {margin:500px;}
.mg1000 {margin:1000px;}
/*上面缩进*/
.mgt2   {margin-top:2px;}
.mgt5   {margin-top:5px;}
.mgt10  {margin-top:10px;}
.mgt20  {margin-top:20px;}
.mgt30  {margin-top:30px;}
.mgt40  {margin-top:40px;}
.mgt50  {margin-top:50px;}
.mgt60  {margin-top:60px;}
.mgt75  {margin-top:75px;}
.mgt100 {margin-top:100px;}
.mgt150 {margin-top:150px;}
.mgt200 {margin-top:200px;}
.mgt300 {margin-top:300px;}
.mgt500 {margin-top:500px;}
.mgt1000{margin-top:1000px;}
/*右边缩进*/
.mgr2   {margin-right:2px;}
.mgr5   {margin-right:5px;}
.mgr10  {margin-right:10px;}
.mgr20  {margin-right:20px;}
.mgr30  {margin-right:30px;}
.mgr40  {margin-right:40px;}
.mgr50  {margin-right:50px;}
.mgr60  {margin-right:60px;}
.mgr75  {margin-right:75px;}
.mgr100 {margin-right:100px;}
.mgr150 {margin-right:150px;}
.mgr200 {margin-right:200px;}
.mgr300 {margin-right:300px;}
.mgr500 {margin-right:500px;}
.mgr1000{margin-right:1000px;}
/*下面缩进*/
.mgb2   {margin-bottom:2px;}
.mgb5   {margin-bottom:5px;}
.mgb10  {margin-bottom:10px;}
.mgb20  {margin-bottom:20px;}
.mgb30  {margin-bottom:30px;}
.mgb40  {margin-bottom:40px;}
.mgb50  {margin-bottom:50px;}
.mgb60  {margin-bottom:60px;}
.mgb75  {margin-bottom:75px;}
.mgb100 {margin-bottom:100px;}
.mgb150 {margin-bottom:150px;}
.mgb200 {margin-bottom:200px;}
.mgb300 {margin-bottom:300px;}
.mgb500 {margin-bottom:500px;}
.mgb1000{margin-bottom:1000px;}
/*左边缩进*/
.mgl2   {margin-left:2px;}
.mgl5   {margin-left:5px;}
.mgl10  {margin-left:10px;}
.mgl20  {margin-left:20px;}
.mgl30  {margin-left:30px;}
.mgl40  {margin-left:40px;}
.mgl50  {margin-left:50px;}
.mgl60  {margin-left:60px;}
.mgl75  {margin-left:75px;}
.mgl100 {margin-left:100px;}
.mgl150 {margin-left:150px;}
.mgl200 {margin-left:200px;}
.mgl300 {margin-left:300px;}
.mgl500 {margin-left:500px;}
.mgl1000{margin-left:1000px;}
/********************************** End! **********************************/

/******************************** 盒子边线 ********************************/
.bw0 {border-width:0px;}
.bw1 {border-width:1px;}
.bw2 {border-width:2px;}
.bw3 {border-width:3px;}
.bw4 {border-width:4px;}
.bw5 {border-width:5px;}
.bw6 {border-width:6px;}
.bw7 {border-width:7px;}
.bw8 {border-width:8px;}
.bw9 {border-width:9px;}
.bw10 {border-width:10px;}
.bw12 {border-width:12px;}
.bw15 {border-width:15px;}
.bw20 {border-width:20px;}
.bw25 {border-width:25px;}
.bw30 {border-width:30px;}
.bw40 {border-width:40px;}
.bw50 {border-width:50px;}
/********************************** End! **********************************/


/****************************** 盒子边线样式 ******************************/
.bsd {border-style:dotted;}		    /*虚线*/
.bss {border-style:solid;}		    /*实线*/
/********************************** End! **********************************/


/****************************** 盒子边线颜色 ******************************/
/*灰色调*/
.bcw {border-color:#FFFFFF;}
.bcb {border-color:#000000;}
.bcv {border-color:#999999;}
.bcvw {border-color:#cccccc;}
.bcvb {border-color:#666666;}
/*蓝色调*/
.bcbl {border-color:#0000FF;}
.bcblb {border-color:#000066;}
.bcblw {border-color:#3399FF;}
/*红色调*/
.bcr {border-color:#FF0000;}
.bcrw {border-color:#FFCCCC;}
.bcrb {border-color:#CC0000;}
/*绿色调*/
.bcg {border-color:#66FF66;}
.bcgw {border-color:#CCFFCC;}
.bcgb {border-color:#339933;}
/********************************** End! **********************************/


/****************************** 盒子背景颜色 ******************************/
/*灰色调*/
.bgcw {background-color:#FFFFFF;}
.bgcb {background-color:#000000;}
.bgcv {background-color:#999999;}
.bgcvw {background-color:#cccccc;}
.bgcvb {background-color:#666666;}
/*蓝色调*/
.bgcbl {background-color:#0000FF;}
.bgcblb {background-color:#000066;}
.bgcblw {background-color:#3399FF;}
/*红色调*/
.bgcr {background-color:#FF0000;}
.bgcrw {background-color:#FFCCCC;}
.bgcrb {background-color:#CC0000;}
/*绿色调*/
.bgcg {background-color:#66FF66;}
.bgcgw {background-color:#CCFFCC;}
.bgcgb {background-color:#339933;}
/********************************** End! **********************************/


/******************************* 盒子角样式 *******************************/
/*四角同时圆角*/
.br5    {border-radius:5px;}
.br10   {border-radius:10px;}
.br15   {border-radius:15px;}
.br20   {border-radius:20px;}
.br25   {border-radius:25px;}
.br30   {border-radius:30px;}
.br35   {border-radius:35px;}
.br40   {border-radius:40px;}
.br50   {border-radius:50px;}
.br60   {border-radius:60px;}
.br80   {border-radius:80px;}
.br100  {border-radius:100px;}
/*上左圆角*/
.brtl5    {border-radius:5px    0px 0px 0px;}
.brtl10   {border-radius:10px   0px 0px 0px;}
.brtl15   {border-radius:15px   0px 0px 0px;}
.brtl20   {border-radius:20px   0px 0px 0px;}
.brtl25   {border-radius:25px   0px 0px 0px;}
.brtl30   {border-radius:30px   0px 0px 0px;}
.brtl35   {border-radius:35px   0px 0px 0px;}
.brtl40   {border-radius:40px   0px 0px 0px;}
.brtl50   {border-radius:50px   0px 0px 0px;}
.brtl60   {border-radius:60px   0px 0px 0px;}
.brtl80   {border-radius:80px   0px 0px 0px;}
.brtl100  {border-radius:100px  0px 0px 0px;}
/*上右圆角*/
.brtr5    {border-radius:0px 5px    0px 0px;}
.brtr10   {border-radius:0px 10px   0px 0px;}
.brtr15   {border-radius:0px 15px   0px 0px;}
.brtr20   {border-radius:0px 20px   0px 0px;}
.brtr25   {border-radius:0px 25px   0px 0px;}
.brtr30   {border-radius:0px 30px   0px 0px;}
.brtr35   {border-radius:0px 35px   0px 0px;}
.brtr40   {border-radius:0px 40px   0px 0px;}
.brtr50   {border-radius:0px 50px   0px 0px;}
.brtr60   {border-radius:0px 60px   0px 0px;}
.brtr80   {border-radius:0px 80px   0px 0px;}
.brtr100  {border-radius:0px 100px  0px 0px;}
/*下右圆角*/
.brbr5    {border-radius:0px 0px 5px    0px;}
.brbr10   {border-radius:0px 0px 10px   0px;}
.brbr15   {border-radius:0px 0px 15px   0px;}
.brbr20   {border-radius:0px 0px 20px   0px;}
.brbr25   {border-radius:0px 0px 25px   0px;}
.brbr30   {border-radius:0px 0px 30px   0px;}
.brbr35   {border-radius:0px 0px 35px   0px;}
.brbr40   {border-radius:0px 0px 40px   0px;}
.brbr50   {border-radius:0px 0px 50px   0px;}
.brbr60   {border-radius:0px 0px 60px   0px;}
.brbr80   {border-radius:0px 0px 80px   0px;}
.brbr100  {border-radius:0px 0px 100px  0px;}
/*下左圆角*/
.brbl5    {border-radius:0px 0px 0px 5px    ;}
.brbl10   {border-radius:0px 0px 0px 10px   ;}
.brbl15   {border-radius:0px 0px 0px 15px   ;}
.brbl20   {border-radius:0px 0px 0px 20px   ;}
.brbl25   {border-radius:0px 0px 0px 25px   ;}
.brbl30   {border-radius:0px 0px 0px 30px   ;}
.brbl35   {border-radius:0px 0px 0px 35px   ;}
.brbl40   {border-radius:0px 0px 0px 40px   ;}
.brbl50   {border-radius:0px 0px 0px 50px   ;}
.brbl60   {border-radius:0px 0px 0px 60px   ;}
.brbl80   {border-radius:0px 0px 0px 80px   ;}
.brbl100  {border-radius:0px 0px 0px 100px  ;}
/*上左右圆角*/
.brtlr5    {border-radius:5px   5px    0px 0px  ;}
.brtlr10   {border-radius:10px  10px   0px 0px  ;}
.brtlr15   {border-radius:15px  15px   0px 0px  ;}
.brtlr20   {border-radius:20px  20px   0px 0px  ;}
.brtlr25   {border-radius:25px  25px   0px 0px  ;}
.brtlr30   {border-radius:30px  30px   0px 0px  ;}
.brtlr35   {border-radius:35px  35px   0px 0px  ;}
.brtlr40   {border-radius:40px  40px   0px 0px  ;}
.brtlr50   {border-radius:50px  50px   0px 0px  ;}
.brtlr60   {border-radius:60px  60px   0px 0px  ;}
.brtlr80   {border-radius:80px  80px   0px 0px  ;}
.brtlr100  {border-radius:100px 100px  0px 0px  ;}
/*上下右圆角*/
.brtbr5    {border-radius:0px 5px   5px    0px  ;}
.brtbr10   {border-radius:0px 10px  10px   0px  ;}
.brtbr15   {border-radius:0px 15px  15px   0px  ;}
.brtbr20   {border-radius:0px 20px  20px   0px  ;}
.brtbr25   {border-radius:0px 25px  25px   0px  ;}
.brtbr30   {border-radius:0px 30px  30px   0px  ;}
.brtbr35   {border-radius:0px 35px  35px   0px  ;}
.brtbr40   {border-radius:0px 40px  40px   0px  ;}
.brtbr50   {border-radius:0px 50px  50px   0px  ;}
.brtbr60   {border-radius:0px 60px  60px   0px  ;}
.brtbr80   {border-radius:0px 80px  80px   0px  ;}
.brtbr100  {border-radius:0px 100px 100px  0px  ;}
/*下左右圆角*/
.brblr5    {border-radius:0px 0px 5px   5px     ;}
.brblr10   {border-radius:0px 0px 10px  10px    ;}
.brblr15   {border-radius:0px 0px 15px  15px    ;}
.brblr20   {border-radius:0px 0px 20px  20px    ;}
.brblr25   {border-radius:0px 0px 25px  25px    ;}
.brblr30   {border-radius:0px 0px 30px  30px    ;}
.brblr35   {border-radius:0px 0px 35px  35px    ;}
.brblr40   {border-radius:0px 0px 40px  40px    ;}
.brblr50   {border-radius:0px 0px 50px  50px    ;}
.brblr60   {border-radius:0px 0px 60px  60px    ;}
.brblr80   {border-radius:0px 0px 80px  80px    ;}
.brblr100  {border-radius:0px 0px 100px 100px   ;}
/*上下左圆角*/
.brtbl5    {border-radius:5px   0px 0px 5px     ;}
.brtbl10   {border-radius:10px  0px 0px 10px    ;}
.brtbl15   {border-radius:15px  0px 0px 15px    ;}
.brtbl20   {border-radius:20px  0px 0px 20px    ;}
.brtbl25   {border-radius:25px  0px 0px 25px    ;}
.brtbl30   {border-radius:30px  0px 0px 30px    ;}
.brtbl35   {border-radius:35px  0px 0px 35px    ;}
.brtbl40   {border-radius:40px  0px 0px 40px    ;}
.brtbl50   {border-radius:50px  0px 0px 50px    ;}
.brtbl60   {border-radius:60px  0px 0px 60px    ;}
.brtbl80   {border-radius:80px  0px 0px 80px    ;}
.brtbl100  {border-radius:100px 0px 0px 100px   ;}
/*上左下右交叉圆角*/
.brtlbr5    {border-radius:5px   0px 5px    0px  ;}
.brtlbr10   {border-radius:10px  0px 10px   0px  ;}
.brtlbr15   {border-radius:15px  0px 15px   0px  ;}
.brtlbr20   {border-radius:20px  0px 20px   0px  ;}
.brtlbr25   {border-radius:25px  0px 25px   0px  ;}
.brtlbr30   {border-radius:30px  0px 30px   0px  ;}
.brtlbr35   {border-radius:35px  0px 35px   0px  ;}
.brtlbr40   {border-radius:40px  0px 40px   0px  ;}
.brtlbr50   {border-radius:50px  0px 50px   0px  ;}
.brtlbr60   {border-radius:60px  0px 60px   0px  ;}
.brtlbr80   {border-radius:80px  0px 80px   0px  ;}
.brtlbr100  {border-radius:100px 0px 100px  0px  ;}
/*上右下左交叉圆角*/
.brtrbl5    {border-radius:0px 5px   0px 5px     ;}
.brtrbl10   {border-radius:0px 10px  0px 10px    ;}
.brtrbl15   {border-radius:0px 15px  0px 15px    ;}
.brtrbl20   {border-radius:0px 20px  0px 20px    ;}
.brtrbl25   {border-radius:0px 25px  0px 25px    ;}
.brtrbl30   {border-radius:0px 30px  0px 30px    ;}
.brtrbl35   {border-radius:0px 35px  0px 35px    ;}
.brtrbl40   {border-radius:0px 40px  0px 40px    ;}
.brtrbl50   {border-radius:0px 50px  0px 50px    ;}
.brtrbl60   {border-radius:0px 60px  0px 60px    ;}
.brtrbl80   {border-radius:0px 80px  0px 80px    ;}
.brtrbl100  {border-radius:0px 100px 0px 100px   ;}
/*上左右下右三圆角*/
.brtlrbr5    {border-radius:5px   5px   5px    0px  ;}
.brtlrbr10   {border-radius:10px  10px  10px   0px  ;}
.brtlrbr15   {border-radius:15px  15px  15px   0px  ;}
.brtlrbr20   {border-radius:20px  20px  20px   0px  ;}
.brtlrbr25   {border-radius:25px  25px  25px   0px  ;}
.brtlrbr30   {border-radius:30px  30px  30px   0px  ;}
.brtlrbr35   {border-radius:35px  35px  35px   0px  ;}
.brtlrbr40   {border-radius:40px  40px  40px   0px  ;}
.brtlrbr50   {border-radius:50px  50px  50px   0px  ;}
.brtlrbr60   {border-radius:60px  60px  60px   0px  ;}
.brtlrbr80   {border-radius:80px  80px  80px   0px  ;}
.brtlrbr100  {border-radius:100px 100px 100px  0px  ;}
/*上右下左右三圆角*/
.brtrblr5    {border-radius:0px 5px   5px   5px     ;}
.brtrblr10   {border-radius:0px 10px  10px  10px    ;}
.brtrblr15   {border-radius:0px 15px  15px  15px    ;}
.brtrblr20   {border-radius:0px 20px  20px  20px    ;}
.brtrblr25   {border-radius:0px 25px  25px  25px    ;}
.brtrblr30   {border-radius:0px 30px  30px  30px    ;}
.brtrblr35   {border-radius:0px 35px  35px  35px    ;}
.brtrblr40   {border-radius:0px 40px  40px  40px    ;}
.brtrblr50   {border-radius:0px 50px  50px  50px    ;}
.brtrblr60   {border-radius:0px 60px  60px  60px    ;}
.brtrblr80   {border-radius:0px 80px  80px  80px    ;}
.brtrblr100  {border-radius:0px 100px 100px 100px   ;}
/*下左右上左三圆角*/
.brblrtl5    {border-radius:5px   0px 5px   5px     ;}
.brblrtl10   {border-radius:10px  0px 10px  10px    ;}
.brblrtl15   {border-radius:15px  0px 15px  15px    ;}
.brblrtl20   {border-radius:20px  0px 20px  20px    ;}
.brblrtl25   {border-radius:25px  0px 25px  25px    ;}
.brblrtl30   {border-radius:30px  0px 30px  30px    ;}
.brblrtl35   {border-radius:35px  0px 35px  35px    ;}
.brblrtl40   {border-radius:40px  0px 40px  40px    ;}
.brblrtl50   {border-radius:50px  0px 50px  50px    ;}
.brblrtl60   {border-radius:60px  0px 60px  60px    ;}
.brblrtl80   {border-radius:80px  0px 80px  80px    ;}
.brblrtl100  {border-radius:100px 0px 100px 100px   ;}
/*下右上左右三圆角*/
.brbrtlr5    {border-radius:5px   5px   0px 5px     ;}
.brbrtlr10   {border-radius:10px  10px  0px 10px    ;}
.brbrtlr15   {border-radius:15px  15px  0px 15px    ;}
.brbrtlr20   {border-radius:20px  20px  0px 20px    ;}
.brbrtlr25   {border-radius:25px  25px  0px 25px    ;}
.brbrtlr30   {border-radius:30px  30px  0px 30px    ;}
.brbrtlr35   {border-radius:35px  35px  0px 35px    ;}
.brbrtlr40   {border-radius:40px  40px  0px 40px    ;}
.brbrtlr50   {border-radius:50px  50px  0px 50px    ;}
.brbrtlr60   {border-radius:60px  60px  0px 60px    ;}
.brbrtlr80   {border-radius:80px  80px  0px 80px    ;}
.brbrtlr100  {border-radius:100px 100px 0px 100px   ;}
/********************************** End! **********************************/


/******************************** 浮动控制 ********************************/
.fl {float:left;}                   /*左边浮动*/
.fr {float:right;}                  /*右边浮动*/
.dc {margin:0px auto;}              /*居中对齐*/
.cb {clear:both;}                   /*清除浮动*/
/********************************** End! **********************************/

/******************************** 盒子模式 ********************************/
.pa {position:absolute;}           /*盒子绝对对齐模式*/
.pr {position:relative;}           /*盒子相对对齐模式*/
.pf {position:fixed;}              /*盒子超级浮动模式*/
.ps {position:static;}             /*盒子正常流模式*/
/********************************** End! **********************************/

/******************************** 特殊效果 ********************************/
.noselect {
    -webkit-touch-callout: none;    /* iOS Safari */
    -webkit-user-select: none;      /* Chrome/Safari/Opera */
    -khtml-user-select: none;       /* Konqueror */
    -moz-user-select: none;         /* Firefox */
    -ms-user-select: none;          /* Internet Explorer/Edge */
    user-select: none;              /* Non-prefixed version, currently not supported by any browser */
}

.noLine{
white-space: nowrap;                /*强制不换行*/
text-overflow:ellipsis;             /*溢出部分省略号*/
overflow:hidden;                    /*溢出部分隐藏*/
}
/********************************** End! **********************************/
