*{margin:0;padding:0;outline:none;word-break:break-all;word-wrap:break-word;}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width:6px;height:6px;}
/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);background-color:#DDD;}
/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3);background-color:#EEE;}
/*定义两端按钮的样式*/
::-webkit-scrollbar-button{background-color:#DDD;width:6px;height:3px;}
/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {background:#DDD;}

/*body*/
body{font-family:"Microsoft YaHei";background:#FAFAFA;}
body .iconfont{font-size:inherit;}
.wait{cursor:wait;}


/*ul,li,table*/
ul,li{list-style:none;}
table{width:100%;}

/*a*/
a{color:#333;text-decoration:none;}
a:link{color:#333;}
a:visited{color:#333;}
a:hover{animation:a 2s;animation-fill-mode:forwards;}
a.line:hover{text-decoration:underline;}
a:active{color:#F00;}

@keyframes a{
	from{color:#007E00;}
	to{color:#107EFB;}
}


/*form*/
form span{font-size:0.8rem;}

input[type="text"],input[type="password"],textarea,select{display:block;border:1px solid #DDD;border-radius:5px;padding:0 2%;width:96%;display:block;}

input[type="text"].tip,input[type="password"].tip,textarea.tip{color:#AAA;}
input[type="text"].ok,input[type="password"].ok,textarea.ok{border:1px solid #2EBF6A;color:#2EBF6A;}
input[type="text"].err,input[type="password"].err,textarea.err{border:1px solid #F93A3F;color:#F93A3F;}
input[type="text"].warning,input[type="password"].warning,textarea.warning{border:1px solid #FCA036;color:#FCA036;}

input[type="text"],input[type="password"],input[type="button"],input[type="submit"],select,button{height:2.4rem;}
textarea{padding-top:0.5rem;padding-bottom:0.5rem;resize:none;}
select{width:100%;}

input[type="button"],input[type="submit"]{display:inline-block;background:#2EBF6A;color:#FFF;border:none;cursor:pointer;border-radius:5px;padding:0 2rem;font-size:0.8rem;}
input[type="button"]:hover,input[type="submit"]:hover{background:linear-gradient(to bottom right,#AEBF6A,#0ECF6A);}

input[type="text"].small,input[type="password"].small,select.small,input[type="button"].small,input[type="submit"].small,button.small,.small input[type="text"],.small input[type="password"],.small select,.small input[type="button"],.small input[type="submit"],.small button{height:1.3rem;width:auto;}
input.chooseImg{width:1px;height:0;float:left;}


/*button*/
button{border:1px solid #DDD;background:#FAFAFA;padding:0 2rem;border-radius:0.5rem;cursor:pointer;color:#666;}
button:hover{background:linear-gradient(to bottom right,#FFF,#F1F1F1);color:#222;}
button.ok{background:#2EBF6A;color:#FFF;border:none;}
button.ok:hover{background:linear-gradient(to bottom right,#2EBF6A,#3ECF6A);}
button.err{background:#F93A3F;color:#FFF;border:none;}
button.err:hover{background:linear-gradient(to bottom right,#F93A3F,#E92A2F);}
button.warning{background:#FCA036;color:#FFF;border:none;}
button.warning:hover{background:linear-gradient(to bottom right,#FCA036,#FCB036);}
button.info{background:#206BE1;color:#FFF;border:none;}
button.info:hover{background:linear-gradient(to bottom right,#206BE1,#6EDAEB);}
button.back{background:#3EAACB;color:#FFF;border:none;}
button.back:hover{background:linear-gradient(to bottom right,#3EAACB,#6EDAEB);}
button.confirm{background:#3F7CEF;color:#FFF;border:none;}
button.confirm:hover{background:linear-gradient(to bottom right,#3F7CEF,#1F5CCF);}
button.disable{background:#F1F1F1;color:#AAA;border:none;}
button.disable:hover{cursor:not-allowed;}/*no-drop*/


/*border*/
.B{border:1px solid #DDD;}
.B0{border:none !important;}
.BT{border-top:1px solid #DDD;}
.BB{border-bottom:1px solid #DDD;}
.BL{border-left:1px solid #DDD;}
.BR{border-right:1px solid #DDD;}

/*background-color*/
.BC,.BC-F{background:#FFF;}.BC-FA{background:#FAFAFA;}

/*box-shadow*/
.BS,.BS-003D{box-shadow:0 0 3px #DDD;}.BS-033D{box-shadow:0 3px 3px #DDD;}.BS-303D{box-shadow:3px 0 3px #DDD;}
.BS-003E{box-shadow:0 0 3px #EEE;}

/*color*/
.C,.C-3{color:#333;}.C-6{color:#666;}.C-9{color:#999;}.C-A{color:#AAA;}
.C-OK,.C-ok{color:#2EBF6A;}.C-ERR,.C-err{color:#F93A3F;}.C-WARNING,.C-warning{color:#FCA036;}.C-INFO,.C-info{color:#3EAACB;}

/*font-size*/
.FS,.FS-1{font-size:1rem;}.FS-06{font-size:0.6rem;}.FS-08{font-size:0.8rem;}.FS-09{font-size:0.9rem;}.FS-1_1{font-size:1.1rem;}.FS-1_2{font-size:1.2rem;}.FS-1_6{font-size:1.6rem;}.FS-2{font-size:2rem;}.FS-3{font-size:3rem;}

/*font-weight*/
.FW,.FW-8{font-weight:800;}.FW-3{font-weight:300;}.FW-5{font-weight:500;}

/*text-align*/
.TA-L{text-align:left;}.TA-R{text-align:right;}.TA-C{text-align:center;}.TA-J{text-align:justify;}

/*text-overflow*/
.TO-E{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden;}.TO-E2{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}.TO-E3{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;}


/*text-indent*/
.INDENT{text-indent:2rem;}.INDENT-0{text-indent:0;}.INDENT-1{text-indent:1rem;}.INDENT-2{text-indent:2rem;}.INDENT-3{text-indent:3rem;}.INDENT-4{text-indent:4rem;}.INDENT-5{text-indent:5rem;}
.INDENT-08{text-indent:0.8rem;}.INDENT-1_2{text-indent:1.2rem;}.INDENT-1_5{text-indent:1.5rem;}.INDENT-1_6{text-indent:1.6rem;}.INDENT-1_8{text-indent:1.8rem;}


/*width*/
.W{width:100%;}.W-1{width:1rem;}.W-2{width:2rem;}.W-3{width:3rem;}.W-4{width:4rem;}.W-5{width:5rem;}.W-6{width:6rem;}.W-7{width:7rem;}.W-8{width:8rem;}.W-9{width:9rem;}.W-10{width:10rem;}.W-11{width:11rem;}.W-12{width:12rem;}.W-13{width:13rem;}.W-14{width:14rem;}.W-15{width:15rem;}.W-16{width:16rem;}.W-17{width:17rem;}.W-18{width:18rem;}.W-19{width:19rem;}.W-20{width:20rem;}.W-21{width:21rem;}.W-22{width:22rem;}.W-23{width:23rem;}.W-24{width:24rem;}.W-25{width:25rem;}.W-26{width:26rem;}.W-27{width:27rem;}.W-28{width:28rem;}.W-29{width:29rem;}.W-30{width:30rem;}.W-31{width:31rem;}.W-32{width:32rem;}.W-33{width:33rem;}.W-34{width:34rem;}.W-35{width:35rem;}.W-36{width:36rem;}.W-37{width:37rem;}.W-38{width:38rem;}.W-39{width:39rem;}.W-40{width:40rem;}.W-41{width:41rem;}.W-42{width:42rem;}.W-43{width:43rem;}.W-44{width:44rem;}.W-45{width:45rem;}.W-46{width:46rem;}.W-47{width:47rem;}.W-48{width:48rem;}.W-49{width:49rem;}.W-50{width:50rem;}.W-51{width:51rem;}.W-52{width:52rem;}.W-53{width:53rem;}.W-54{width:54rem;}.W-55{width:55rem;}.W-56{width:56rem;}.W-57{width:57rem;}.W-58{width:58rem;}.W-59{width:59rem;}.W-60{width:60rem;}.W-61{width:61rem;}.W-62{width:62rem;}.W-63{width:63rem;}.W-64{width:64rem;}.W-65{width:65rem;}.W-66{width:66rem;}.W-67{width:67rem;}.W-68{width:68rem;}.W-69{width:69rem;}.W-70{width:70rem;}.W-71{width:71rem;}.W-72{width:72rem;}.W-73{width:73rem;}.W-74{width:74rem;}.W-75{width:75rem;}.W-76{width:76rem;}.W-77{width:77rem;}.W-78{width:78rem;}.W-79{width:79rem;}.W-80{width:80rem;}.W-81{width:81rem;}.W-82{width:82rem;}.W-83{width:83rem;}.W-84{width:84rem;}.W-85{width:85rem;}.W-86{width:86rem;}.W-87{width:87rem;}.W-88{width:88rem;}.W-89{width:89rem;}.W-90{width:90rem;}.W-91{width:91rem;}.W-92{width:92rem;}.W-93{width:93rem;}.W-94{width:94rem;}.W-95{width:95rem;}.W-96{width:96rem;}.W-97{width:97rem;}.W-98{width:98rem;}.W-99{width:99rem;}.W-100{width:100rem;}
.W_MIN-1{min-width:1rem;}.W_MIN-2{min-width:2rem;}.W_MIN-3{min-width:3rem;}.W_MIN-4{min-width:4rem;}.W_MIN-5{min-width:5rem;}.W_MIN-6{min-width:6rem;}.W_MIN-7{min-width:7rem;}.W_MIN-8{min-width:8rem;}.W_MIN-9{min-width:9rem;}.W_MIN-10{min-width:10rem;}.W_MIN-11{min-width:11rem;}.W_MIN-12{min-width:12rem;}.W_MIN-13{min-width:13rem;}.W_MIN-14{min-width:14rem;}.W_MIN-15{min-width:15rem;}.W_MIN-16{min-width:16rem;}.W_MIN-17{min-width:17rem;}.W_MIN-18{min-width:18rem;}.W_MIN-19{min-width:19rem;}.W_MIN-20{min-width:20rem;}.W_MIN-21{min-width:21rem;}.W_MIN-22{min-width:22rem;}.W_MIN-23{min-width:23rem;}.W_MIN-24{min-width:24rem;}.W_MIN-25{min-width:25rem;}.W_MIN-26{min-width:26rem;}.W_MIN-27{min-width:27rem;}.W_MIN-28{min-width:28rem;}.W_MIN-29{min-width:29rem;}.W_MIN-30{min-width:30rem;}.W_MIN-31{min-width:31rem;}.W_MIN-32{min-width:32rem;}.W_MIN-33{min-width:33rem;}.W_MIN-34{min-width:34rem;}.W_MIN-35{min-width:35rem;}.W_MIN-36{min-width:36rem;}.W_MIN-37{min-width:37rem;}.W_MIN-38{min-width:38rem;}.W_MIN-39{min-width:39rem;}.W_MIN-40{min-width:40rem;}.W_MIN-41{min-width:41rem;}.W_MIN-42{min-width:42rem;}.W_MIN-43{min-width:43rem;}.W_MIN-44{min-width:44rem;}.W_MIN-45{min-width:45rem;}.W_MIN-46{min-width:46rem;}.W_MIN-47{min-width:47rem;}.W_MIN-48{min-width:48rem;}.W_MIN-49{min-width:49rem;}.W_MIN-50{min-width:50rem;}.W_MIN-51{min-width:51rem;}.W_MIN-52{min-width:52rem;}.W_MIN-53{min-width:53rem;}.W_MIN-54{min-width:54rem;}.W_MIN-55{min-width:55rem;}.W_MIN-56{min-width:56rem;}.W_MIN-57{min-width:57rem;}.W_MIN-58{min-width:58rem;}.W_MIN-59{min-width:59rem;}.W_MIN-60{min-width:60rem;}.W_MIN-61{min-width:61rem;}.W_MIN-62{min-width:62rem;}.W_MIN-63{min-width:63rem;}.W_MIN-64{min-width:64rem;}.W_MIN-65{min-width:65rem;}.W_MIN-66{min-width:66rem;}.W_MIN-67{min-width:67rem;}.W_MIN-68{min-width:68rem;}.W_MIN-69{min-width:69rem;}.W_MIN-70{min-width:70rem;}.W_MIN-71{min-width:71rem;}.W_MIN-72{min-width:72rem;}.W_MIN-73{min-width:73rem;}.W_MIN-74{min-width:74rem;}.W_MIN-75{min-width:75rem;}.W_MIN-76{min-width:76rem;}.W_MIN-77{min-width:77rem;}.W_MIN-78{min-width:78rem;}.W_MIN-79{min-width:79rem;}.W_MIN-80{min-width:80rem;}.W_MIN-81{min-width:81rem;}.W_MIN-82{min-width:82rem;}.W_MIN-83{min-width:83rem;}.W_MIN-84{min-width:84rem;}.W_MIN-85{min-width:85rem;}.W_MIN-86{min-width:86rem;}.W_MIN-87{min-width:87rem;}.W_MIN-88{min-width:88rem;}.W_MIN-89{min-width:89rem;}.W_MIN-90{min-width:90rem;}.W_MIN-91{min-width:91rem;}.W_MIN-92{min-width:92rem;}.W_MIN-93{min-width:93rem;}.W_MIN-94{min-width:94rem;}.W_MIN-95{min-width:95rem;}.W_MIN-96{min-width:96rem;}.W_MIN-97{min-width:97rem;}.W_MIN-98{min-width:98rem;}.W_MIN-99{min-width:99rem;}.W_MIN-100{min-width:100rem;}
.W_MAX-1{max-width:1rem;}.W_MAX-2{max-width:2rem;}.W_MAX-3{max-width:3rem;}.W_MAX-4{max-width:4rem;}.W_MAX-5{max-width:5rem;}.W_MAX-6{max-width:6rem;}.W_MAX-7{max-width:7rem;}.W_MAX-8{max-width:8rem;}.W_MAX-9{max-width:9rem;}.W_MAX-10{max-width:10rem;}.W_MAX-11{max-width:11rem;}.W_MAX-12{max-width:12rem;}.W_MAX-13{max-width:13rem;}.W_MAX-14{max-width:14rem;}.W_MAX-15{max-width:15rem;}.W_MAX-16{max-width:16rem;}.W_MAX-17{max-width:17rem;}.W_MAX-18{max-width:18rem;}.W_MAX-19{max-width:19rem;}.W_MAX-20{max-width:20rem;}.W_MAX-21{max-width:21rem;}.W_MAX-22{max-width:22rem;}.W_MAX-23{max-width:23rem;}.W_MAX-24{max-width:24rem;}.W_MAX-25{max-width:25rem;}.W_MAX-26{max-width:26rem;}.W_MAX-27{max-width:27rem;}.W_MAX-28{max-width:28rem;}.W_MAX-29{max-width:29rem;}.W_MAX-30{max-width:30rem;}.W_MAX-31{max-width:31rem;}.W_MAX-32{max-width:32rem;}.W_MAX-33{max-width:33rem;}.W_MAX-34{max-width:34rem;}.W_MAX-35{max-width:35rem;}.W_MAX-36{max-width:36rem;}.W_MAX-37{max-width:37rem;}.W_MAX-38{max-width:38rem;}.W_MAX-39{max-width:39rem;}.W_MAX-40{max-width:40rem;}.W_MAX-41{max-width:41rem;}.W_MAX-42{max-width:42rem;}.W_MAX-43{max-width:43rem;}.W_MAX-44{max-width:44rem;}.W_MAX-45{max-width:45rem;}.W_MAX-46{max-width:46rem;}.W_MAX-47{max-width:47rem;}.W_MAX-48{max-width:48rem;}.W_MAX-49{max-width:49rem;}.W_MAX-50{max-width:50rem;}.W_MAX-51{max-width:51rem;}.W_MAX-52{max-width:52rem;}.W_MAX-53{max-width:53rem;}.W_MAX-54{max-width:54rem;}.W_MAX-55{max-width:55rem;}.W_MAX-56{max-width:56rem;}.W_MAX-57{max-width:57rem;}.W_MAX-58{max-width:58rem;}.W_MAX-59{max-width:59rem;}.W_MAX-60{max-width:60rem;}.W_MAX-61{max-width:61rem;}.W_MAX-62{max-width:62rem;}.W_MAX-63{max-width:63rem;}.W_MAX-64{max-width:64rem;}.W_MAX-65{max-width:65rem;}.W_MAX-66{max-width:66rem;}.W_MAX-67{max-width:67rem;}.W_MAX-68{max-width:68rem;}.W_MAX-69{max-width:69rem;}.W_MAX-70{max-width:70rem;}.W_MAX-71{max-width:71rem;}.W_MAX-72{max-width:72rem;}.W_MAX-73{max-width:73rem;}.W_MAX-74{max-width:74rem;}.W_MAX-75{max-width:75rem;}.W_MAX-76{max-width:76rem;}.W_MAX-77{max-width:77rem;}.W_MAX-78{max-width:78rem;}.W_MAX-79{max-width:79rem;}.W_MAX-80{max-width:80rem;}.W_MAX-81{max-width:81rem;}.W_MAX-82{max-width:82rem;}.W_MAX-83{max-width:83rem;}.W_MAX-84{max-width:84rem;}.W_MAX-85{max-width:85rem;}.W_MAX-86{max-width:86rem;}.W_MAX-87{max-width:87rem;}.W_MAX-88{max-width:88rem;}.W_MAX-89{max-width:89rem;}.W_MAX-90{max-width:90rem;}.W_MAX-91{max-width:91rem;}.W_MAX-92{max-width:92rem;}.W_MAX-93{max-width:93rem;}.W_MAX-94{max-width:94rem;}.W_MAX-95{max-width:95rem;}.W_MAX-96{max-width:96rem;}.W_MAX-97{max-width:97rem;}.W_MAX-98{max-width:98rem;}.W_MAX-99{max-width:99rem;}.W_MAX-100{max-width:100rem;}
.W-SUB-1>*{width:1rem;}.W-SUB-2>*{width:2rem;}.W-SUB-3>*{width:3rem;}.W-SUB-4>*{width:4rem;}.W-SUB-5>*{width:5rem;}.W-SUB-6>*{width:6rem;}.W-SUB-7>*{width:7rem;}.W-SUB-8>*{width:8rem;}.W-SUB-9>*{width:9rem;}.W-SUB-10>*{width:10rem;}.W-SUB-11>*{width:11rem;}.W-SUB-12>*{width:12rem;}.W-SUB-13>*{width:13rem;}.W-SUB-14>*{width:14rem;}.W-SUB-15>*{width:15rem;}.W-SUB-16>*{width:16rem;}.W-SUB-17>*{width:17rem;}.W-SUB-18>*{width:18rem;}.W-SUB-19>*{width:19rem;}.W-SUB-20>*{width:20rem;}.W-SUB-21>*{width:21rem;}.W-SUB-22>*{width:22rem;}.W-SUB-23>*{width:23rem;}.W-SUB-24>*{width:24rem;}.W-SUB-25>*{width:25rem;}.W-SUB-26>*{width:26rem;}.W-SUB-27>*{width:27rem;}.W-SUB-28>*{width:28rem;}.W-SUB-29>*{width:29rem;}.W-SUB-30>*{width:30rem;}.W-SUB-31>*{width:31rem;}.W-SUB-32>*{width:32rem;}.W-SUB-33>*{width:33rem;}.W-SUB-34>*{width:34rem;}.W-SUB-35>*{width:35rem;}.W-SUB-36>*{width:36rem;}.W-SUB-37>*{width:37rem;}.W-SUB-38>*{width:38rem;}.W-SUB-39>*{width:39rem;}.W-SUB-40>*{width:40rem;}.W-SUB-41>*{width:41rem;}.W-SUB-42>*{width:42rem;}.W-SUB-43>*{width:43rem;}.W-SUB-44>*{width:44rem;}.W-SUB-45>*{width:45rem;}.W-SUB-46>*{width:46rem;}.W-SUB-47>*{width:47rem;}.W-SUB-48>*{width:48rem;}.W-SUB-49>*{width:49rem;}.W-SUB-50>*{width:50rem;}.W-SUB-51>*{width:51rem;}.W-SUB-52>*{width:52rem;}.W-SUB-53>*{width:53rem;}.W-SUB-54>*{width:54rem;}.W-SUB-55>*{width:55rem;}.W-SUB-56>*{width:56rem;}.W-SUB-57>*{width:57rem;}.W-SUB-58>*{width:58rem;}.W-SUB-59>*{width:59rem;}.W-SUB-60>*{width:60rem;}.W-SUB-61>*{width:61rem;}.W-SUB-62>*{width:62rem;}.W-SUB-63>*{width:63rem;}.W-SUB-64>*{width:64rem;}.W-SUB-65>*{width:65rem;}.W-SUB-66>*{width:66rem;}.W-SUB-67>*{width:67rem;}.W-SUB-68>*{width:68rem;}.W-SUB-69>*{width:69rem;}.W-SUB-70>*{width:70rem;}.W-SUB-71>*{width:71rem;}.W-SUB-72>*{width:72rem;}.W-SUB-73>*{width:73rem;}.W-SUB-74>*{width:74rem;}.W-SUB-75>*{width:75rem;}.W-SUB-76>*{width:76rem;}.W-SUB-77>*{width:77rem;}.W-SUB-78>*{width:78rem;}.W-SUB-79>*{width:79rem;}.W-SUB-80>*{width:80rem;}.W-SUB-81>*{width:81rem;}.W-SUB-82>*{width:82rem;}.W-SUB-83>*{width:83rem;}.W-SUB-84>*{width:84rem;}.W-SUB-85>*{width:85rem;}.W-SUB-86>*{width:86rem;}.W-SUB-87>*{width:87rem;}.W-SUB-88>*{width:88rem;}.W-SUB-89>*{width:89rem;}.W-SUB-90>*{width:90rem;}.W-SUB-91>*{width:91rem;}.W-SUB-92>*{width:92rem;}.W-SUB-93>*{width:93rem;}.W-SUB-94>*{width:94rem;}.W-SUB-95>*{width:95rem;}.W-SUB-96>*{width:96rem;}.W-SUB-97>*{width:97rem;}.W-SUB-98>*{width:98rem;}.W-SUB-99>*{width:99rem;}.W-SUB-100>*{width:100rem;}
.W_1{width:1%;}.W_2{width:2%;}.W_3{width:3%;}.W_4{width:4%;}.W_5{width:5%;}.W_6{width:6%;}.W_7{width:7%;}.W_8{width:8%;}.W_9{width:9%;}.W_10{width:10%;}.W_11{width:11%;}.W_12{width:12%;}.W_13{width:13%;}.W_14{width:14%;}.W_15{width:15%;}.W_16{width:16%;}.W_17{width:17%;}.W_18{width:18%;}.W_19{width:19%;}.W_20{width:20%;}.W_21{width:21%;}.W_22{width:22%;}.W_23{width:23%;}.W_24{width:24%;}.W_25{width:25%;}.W_26{width:26%;}.W_27{width:27%;}.W_28{width:28%;}.W_29{width:29%;}.W_30{width:30%;}.W_31{width:31%;}.W_32{width:32%;}.W_33{width:33%;}.W_34{width:34%;}.W_35{width:35%;}.W_36{width:36%;}.W_37{width:37%;}.W_38{width:38%;}.W_39{width:39%;}.W_40{width:40%;}.W_41{width:41%;}.W_42{width:42%;}.W_43{width:43%;}.W_44{width:44%;}.W_45{width:45%;}.W_46{width:46%;}.W_47{width:47%;}.W_48{width:48%;}.W_49{width:49%;}.W_50{width:50%;}.W_51{width:51%;}.W_52{width:52%;}.W_53{width:53%;}.W_54{width:54%;}.W_55{width:55%;}.W_56{width:56%;}.W_57{width:57%;}.W_58{width:58%;}.W_59{width:59%;}.W_60{width:60%;}.W_61{width:61%;}.W_62{width:62%;}.W_63{width:63%;}.W_64{width:64%;}.W_65{width:65%;}.W_66{width:66%;}.W_67{width:67%;}.W_68{width:68%;}.W_69{width:69%;}.W_70{width:70%;}.W_71{width:71%;}.W_72{width:72%;}.W_73{width:73%;}.W_74{width:74%;}.W_75{width:75%;}.W_76{width:76%;}.W_77{width:77%;}.W_78{width:78%;}.W_79{width:79%;}.W_80{width:80%;}.W_81{width:81%;}.W_82{width:82%;}.W_83{width:83%;}.W_84{width:84%;}.W_85{width:85%;}.W_86{width:86%;}.W_87{width:87%;}.W_88{width:88%;}.W_89{width:89%;}.W_90{width:90%;}.W_91{width:91%;}.W_92{width:92%;}.W_93{width:93%;}.W_94{width:94%;}.W_95{width:95%;}.W_96{width:96%;}.W_97{width:97%;}.W_98{width:98%;}.W_99{width:99%;}.W_100{width:100%;}
.W_L,.W_L_1{margin-left:1%;}.W_L_2{margin-left:2%;}.W_L_3{margin-left:3%;}.W_L_4{margin-left:4%;}.W_L_5{margin-left:5%;}.W_L_6{margin-left:6%;}.W_L_7{margin-left:7%;}.W_L_8{margin-left:8%;}.W_L_9{margin-left:9%;}.W_L_10{margin-left:10%;}.W_L_11{margin-left:11%;}.W_L_12{margin-left:12%;}.W_L_13{margin-left:13%;}.W_L_14{margin-left:14%;}.W_L_15{margin-left:15%;}.W_L_16{margin-left:16%;}.W_L_17{margin-left:17%;}.W_L_18{margin-left:18%;}.W_L_19{margin-left:19%;}.W_L_20{margin-left:20%;}.W_L_21{margin-left:21%;}.W_L_22{margin-left:22%;}.W_L_23{margin-left:23%;}.W_L_24{margin-left:24%;}.W_L_25{margin-left:25%;}.W_L_26{margin-left:26%;}.W_L_27{margin-left:27%;}.W_L_28{margin-left:28%;}.W_L_29{margin-left:29%;}.W_L_30{margin-left:30%;}.W_L_31{margin-left:31%;}.W_L_32{margin-left:32%;}.W_L_33{margin-left:33%;}.W_L_34{margin-left:34%;}.W_L_35{margin-left:35%;}.W_L_36{margin-left:36%;}.W_L_37{margin-left:37%;}.W_L_38{margin-left:38%;}.W_L_39{margin-left:39%;}.W_L_40{margin-left:40%;}.W_L_41{margin-left:41%;}.W_L_42{margin-left:42%;}.W_L_43{margin-left:43%;}.W_L_44{margin-left:44%;}.W_L_45{margin-left:45%;}.W_L_46{margin-left:46%;}.W_L_47{margin-left:47%;}.W_L_48{margin-left:48%;}.W_L_49{margin-left:49%;}.W_L_50{margin-left:50%;}.W_L_51{margin-left:51%;}.W_L_52{margin-left:52%;}.W_L_53{margin-left:53%;}.W_L_54{margin-left:54%;}.W_L_55{margin-left:55%;}.W_L_56{margin-left:56%;}.W_L_57{margin-left:57%;}.W_L_58{margin-left:58%;}.W_L_59{margin-left:59%;}.W_L_60{margin-left:60%;}.W_L_61{margin-left:61%;}.W_L_62{margin-left:62%;}.W_L_63{margin-left:63%;}.W_L_64{margin-left:64%;}.W_L_65{margin-left:65%;}.W_L_66{margin-left:66%;}.W_L_67{margin-left:67%;}.W_L_68{margin-left:68%;}.W_L_69{margin-left:69%;}.W_L_70{margin-left:70%;}.W_L_71{margin-left:71%;}.W_L_72{margin-left:72%;}.W_L_73{margin-left:73%;}.W_L_74{margin-left:74%;}.W_L_75{margin-left:75%;}.W_L_76{margin-left:76%;}.W_L_77{margin-left:77%;}.W_L_78{margin-left:78%;}.W_L_79{margin-left:79%;}.W_L_80{margin-left:80%;}.W_L_81{margin-left:81%;}.W_L_82{margin-left:82%;}.W_L_83{margin-left:83%;}.W_L_84{margin-left:84%;}.W_L_85{margin-left:85%;}.W_L_86{margin-left:86%;}.W_L_87{margin-left:87%;}.W_L_88{margin-left:88%;}.W_L_89{margin-left:89%;}.W_L_90{margin-left:90%;}.W_L_91{margin-left:91%;}.W_L_92{margin-left:92%;}.W_L_93{margin-left:93%;}.W_L_94{margin-left:94%;}.W_L_95{margin-left:95%;}.W_L_96{margin-left:96%;}.W_L_97{margin-left:97%;}.W_L_98{margin-left:98%;}.W_L_99{margin-left:99%;}.W_L_100{margin-left:100%;}
/*width-grid*/
.W_G-1{width:2%;float:left;}.W_G-2{width:4%;float:left;}.W_G-3{width:6%;float:left;}.W_G-4{width:8%;float:left;}.W_G-5{width:10%;float:left;}.W_G-6{width:12%;float:left;}.W_G-7{width:14%;float:left;}.W_G-8{width:16%;float:left;}.W_G-9{width:18%;float:left;}.W_G-10{width:20%;float:left;}.W_G-11{width:22%;float:left;}.W_G-12{width:24%;float:left;}.W_G-13{width:26%;float:left;}.W_G-14{width:28%;float:left;}.W_G-15{width:30%;float:left;}.W_G-16{width:32%;float:left;}.W_G-17{width:34%;float:left;}.W_G-18{width:36%;float:left;}.W_G-19{width:38%;float:left;}.W_G-20{width:40%;float:left;}.W_G-21{width:42%;float:left;}.W_G-22{width:44%;float:left;}.W_G-23{width:46%;float:left;}.W_G-24{width:48%;float:left;}.W_G-25{width:50%;float:left;}.W_G-26{width:52%;float:left;}.W_G-27{width:54%;float:left;}.W_G-28{width:56%;float:left;}.W_G-29{width:58%;float:left;}.W_G-30{width:60%;float:left;}.W_G-31{width:62%;float:left;}.W_G-32{width:64%;float:left;}.W_G-33{width:66%;float:left;}.W_G-34{width:68%;float:left;}.W_G-35{width:70%;float:left;}.W_G-36{width:72%;float:left;}.W_G-37{width:74%;float:left;}.W_G-38{width:76%;float:left;}.W_G-39{width:78%;float:left;}.W_G-40{width:80%;float:left;}.W_G-41{width:82%;float:left;}.W_G-42{width:84%;float:left;}.W_G-43{width:86%;float:left;}.W_G-44{width:88%;float:left;}.W_G-45{width:90%;float:left;}.W_G-46{width:92%;float:left;}.W_G-47{width:94%;float:left;}.W_G-48{width:96%;float:left;}.W_G-49{width:98%;float:left;}.W_G-50{width:100%;float:left;}
.W_G_L-1{margin-left:2%;}.W_G_L-2{margin-left:4%;}.W_G_L-3{margin-left:6%;}.W_G_L-4{margin-left:8%;}.W_G_L-5{margin-left:10%;}.W_G_L-6{margin-left:12%;}.W_G_L-7{margin-left:14%;}.W_G_L-8{margin-left:16%;}.W_G_L-9{margin-left:18%;}.W_G_L-10{margin-left:20%;}.W_G_L-11{margin-left:22%;}.W_G_L-12{margin-left:24%;}.W_G_L-13{margin-left:26%;}.W_G_L-14{margin-left:28%;}.W_G_L-15{margin-left:30%;}.W_G_L-16{margin-left:32%;}.W_G_L-17{margin-left:34%;}.W_G_L-18{margin-left:36%;}.W_G_L-19{margin-left:38%;}.W_G_L-20{margin-left:40%;}.W_G_L-21{margin-left:42%;}.W_G_L-22{margin-left:44%;}.W_G_L-23{margin-left:46%;}.W_G_L-24{margin-left:48%;}.W_G_L-25{margin-left:50%;}.W_G_L-26{margin-left:52%;}.W_G_L-27{margin-left:54%;}.W_G_L-28{margin-left:56%;}.W_G_L-29{margin-left:58%;}.W_G_L-30{margin-left:60%;}.W_G_L-31{margin-left:62%;}.W_G_L-32{margin-left:64%;}.W_G_L-33{margin-left:66%;}.W_G_L-34{margin-left:68%;}.W_G_L-35{margin-left:70%;}.W_G_L-36{margin-left:72%;}.W_G_L-37{margin-left:74%;}.W_G_L-38{margin-left:76%;}.W_G_L-39{margin-left:78%;}.W_G_L-40{margin-left:80%;}.W_G_L-41{margin-left:82%;}.W_G_L-42{margin-left:84%;}.W_G_L-43{margin-left:86%;}.W_G_L-44{margin-left:88%;}.W_G_L-45{margin-left:90%;}.W_G_L-46{margin-left:92%;}.W_G_L-47{margin-left:94%;}.W_G_L-48{margin-left:96%;}.W_G_L-49{margin-left:98%;}.W_G_L-50{margin-left:100%;}

/*height*/
.H{height:100%;}.H-1{height:1rem;}.H-2{height:2rem;}.H-3{height:3rem;}.H-4{height:4rem;}.H-5{height:5rem;}.H-6{height:6rem;}.H-7{height:7rem;}.H-8{height:8rem;}.H-9{height:9rem;}.H-10{height:10rem;}.H-11{height:11rem;}.H-12{height:12rem;}.H-13{height:13rem;}.H-14{height:14rem;}.H-15{height:15rem;}.H-16{height:16rem;}.H-17{height:17rem;}.H-18{height:18rem;}.H-19{height:19rem;}.H-20{height:20rem;}.H-21{height:21rem;}.H-22{height:22rem;}.H-23{height:23rem;}.H-24{height:24rem;}.H-25{height:25rem;}.H-26{height:26rem;}.H-27{height:27rem;}.H-28{height:28rem;}.H-29{height:29rem;}.H-30{height:30rem;}.H-31{height:31rem;}.H-32{height:32rem;}.H-33{height:33rem;}.H-34{height:34rem;}.H-35{height:35rem;}.H-36{height:36rem;}.H-37{height:37rem;}.H-38{height:38rem;}.H-39{height:39rem;}.H-40{height:40rem;}.H-41{height:41rem;}.H-42{height:42rem;}.H-43{height:43rem;}.H-44{height:44rem;}.H-45{height:45rem;}.H-46{height:46rem;}.H-47{height:47rem;}.H-48{height:48rem;}.H-49{height:49rem;}.H-50{height:50rem;}.H-51{height:51rem;}.H-52{height:52rem;}.H-53{height:53rem;}.H-54{height:54rem;}.H-55{height:55rem;}.H-56{height:56rem;}.H-57{height:57rem;}.H-58{height:58rem;}.H-59{height:59rem;}.H-60{height:60rem;}.H-61{height:61rem;}.H-62{height:62rem;}.H-63{height:63rem;}.H-64{height:64rem;}.H-65{height:65rem;}.H-66{height:66rem;}.H-67{height:67rem;}.H-68{height:68rem;}.H-69{height:69rem;}.H-70{height:70rem;}.H-71{height:71rem;}.H-72{height:72rem;}.H-73{height:73rem;}.H-74{height:74rem;}.H-75{height:75rem;}.H-76{height:76rem;}.H-77{height:77rem;}.H-78{height:78rem;}.H-79{height:79rem;}.H-80{height:80rem;}.H-81{height:81rem;}.H-82{height:82rem;}.H-83{height:83rem;}.H-84{height:84rem;}.H-85{height:85rem;}.H-86{height:86rem;}.H-87{height:87rem;}.H-88{height:88rem;}.H-89{height:89rem;}.H-90{height:90rem;}.H-91{height:91rem;}.H-92{height:92rem;}.H-93{height:93rem;}.H-94{height:94rem;}.H-95{height:95rem;}.H-96{height:96rem;}.H-97{height:97rem;}.H-98{height:98rem;}.H-99{height:99rem;}.H-100{height:100rem;}
.H_MIN-1{min-height:1rem;}.H_MIN-2{min-height:2rem;}.H_MIN-3{min-height:3rem;}.H_MIN-4{min-height:4rem;}.H_MIN-5{min-height:5rem;}.H_MIN-6{min-height:6rem;}.H_MIN-7{min-height:7rem;}.H_MIN-8{min-height:8rem;}.H_MIN-9{min-height:9rem;}.H_MIN-10{min-height:10rem;}.H_MIN-11{min-height:11rem;}.H_MIN-12{min-height:12rem;}.H_MIN-13{min-height:13rem;}.H_MIN-14{min-height:14rem;}.H_MIN-15{min-height:15rem;}.H_MIN-16{min-height:16rem;}.H_MIN-17{min-height:17rem;}.H_MIN-18{min-height:18rem;}.H_MIN-19{min-height:19rem;}.H_MIN-20{min-height:20rem;}.H_MIN-21{min-height:21rem;}.H_MIN-22{min-height:22rem;}.H_MIN-23{min-height:23rem;}.H_MIN-24{min-height:24rem;}.H_MIN-25{min-height:25rem;}.H_MIN-26{min-height:26rem;}.H_MIN-27{min-height:27rem;}.H_MIN-28{min-height:28rem;}.H_MIN-29{min-height:29rem;}.H_MIN-30{min-height:30rem;}.H_MIN-31{min-height:31rem;}.H_MIN-32{min-height:32rem;}.H_MIN-33{min-height:33rem;}.H_MIN-34{min-height:34rem;}.H_MIN-35{min-height:35rem;}.H_MIN-36{min-height:36rem;}.H_MIN-37{min-height:37rem;}.H_MIN-38{min-height:38rem;}.H_MIN-39{min-height:39rem;}.H_MIN-40{min-height:40rem;}.H_MIN-41{min-height:41rem;}.H_MIN-42{min-height:42rem;}.H_MIN-43{min-height:43rem;}.H_MIN-44{min-height:44rem;}.H_MIN-45{min-height:45rem;}.H_MIN-46{min-height:46rem;}.H_MIN-47{min-height:47rem;}.H_MIN-48{min-height:48rem;}.H_MIN-49{min-height:49rem;}.H_MIN-50{min-height:50rem;}.H_MIN-51{min-height:51rem;}.H_MIN-52{min-height:52rem;}.H_MIN-53{min-height:53rem;}.H_MIN-54{min-height:54rem;}.H_MIN-55{min-height:55rem;}.H_MIN-56{min-height:56rem;}.H_MIN-57{min-height:57rem;}.H_MIN-58{min-height:58rem;}.H_MIN-59{min-height:59rem;}.H_MIN-60{min-height:60rem;}.H_MIN-61{min-height:61rem;}.H_MIN-62{min-height:62rem;}.H_MIN-63{min-height:63rem;}.H_MIN-64{min-height:64rem;}.H_MIN-65{min-height:65rem;}.H_MIN-66{min-height:66rem;}.H_MIN-67{min-height:67rem;}.H_MIN-68{min-height:68rem;}.H_MIN-69{min-height:69rem;}.H_MIN-70{min-height:70rem;}.H_MIN-71{min-height:71rem;}.H_MIN-72{min-height:72rem;}.H_MIN-73{min-height:73rem;}.H_MIN-74{min-height:74rem;}.H_MIN-75{min-height:75rem;}.H_MIN-76{min-height:76rem;}.H_MIN-77{min-height:77rem;}.H_MIN-78{min-height:78rem;}.H_MIN-79{min-height:79rem;}.H_MIN-80{min-height:80rem;}.H_MIN-81{min-height:81rem;}.H_MIN-82{min-height:82rem;}.H_MIN-83{min-height:83rem;}.H_MIN-84{min-height:84rem;}.H_MIN-85{min-height:85rem;}.H_MIN-86{min-height:86rem;}.H_MIN-87{min-height:87rem;}.H_MIN-88{min-height:88rem;}.H_MIN-89{min-height:89rem;}.H_MIN-90{min-height:90rem;}.H_MIN-91{min-height:91rem;}.H_MIN-92{min-height:92rem;}.H_MIN-93{min-height:93rem;}.H_MIN-94{min-height:94rem;}.H_MIN-95{min-height:95rem;}.H_MIN-96{min-height:96rem;}.H_MIN-97{min-height:97rem;}.H_MIN-98{min-height:98rem;}.H_MIN-99{min-height:99rem;}.H_MIN-100{min-height:100rem;}
.H_MAX-1{max-height:1rem;}.H_MAX-2{max-height:2rem;}.H_MAX-3{max-height:3rem;}.H_MAX-4{max-height:4rem;}.H_MAX-5{max-height:5rem;}.H_MAX-6{max-height:6rem;}.H_MAX-7{max-height:7rem;}.H_MAX-8{max-height:8rem;}.H_MAX-9{max-height:9rem;}.H_MAX-10{max-height:10rem;}.H_MAX-11{max-height:11rem;}.H_MAX-12{max-height:12rem;}.H_MAX-13{max-height:13rem;}.H_MAX-14{max-height:14rem;}.H_MAX-15{max-height:15rem;}.H_MAX-16{max-height:16rem;}.H_MAX-17{max-height:17rem;}.H_MAX-18{max-height:18rem;}.H_MAX-19{max-height:19rem;}.H_MAX-20{max-height:20rem;}.H_MAX-21{max-height:21rem;}.H_MAX-22{max-height:22rem;}.H_MAX-23{max-height:23rem;}.H_MAX-24{max-height:24rem;}.H_MAX-25{max-height:25rem;}.H_MAX-26{max-height:26rem;}.H_MAX-27{max-height:27rem;}.H_MAX-28{max-height:28rem;}.H_MAX-29{max-height:29rem;}.H_MAX-30{max-height:30rem;}.H_MAX-31{max-height:31rem;}.H_MAX-32{max-height:32rem;}.H_MAX-33{max-height:33rem;}.H_MAX-34{max-height:34rem;}.H_MAX-35{max-height:35rem;}.H_MAX-36{max-height:36rem;}.H_MAX-37{max-height:37rem;}.H_MAX-38{max-height:38rem;}.H_MAX-39{max-height:39rem;}.H_MAX-40{max-height:40rem;}.H_MAX-41{max-height:41rem;}.H_MAX-42{max-height:42rem;}.H_MAX-43{max-height:43rem;}.H_MAX-44{max-height:44rem;}.H_MAX-45{max-height:45rem;}.H_MAX-46{max-height:46rem;}.H_MAX-47{max-height:47rem;}.H_MAX-48{max-height:48rem;}.H_MAX-49{max-height:49rem;}.H_MAX-50{max-height:50rem;}.H_MAX-51{max-height:51rem;}.H_MAX-52{max-height:52rem;}.H_MAX-53{max-height:53rem;}.H_MAX-54{max-height:54rem;}.H_MAX-55{max-height:55rem;}.H_MAX-56{max-height:56rem;}.H_MAX-57{max-height:57rem;}.H_MAX-58{max-height:58rem;}.H_MAX-59{max-height:59rem;}.H_MAX-60{max-height:60rem;}.H_MAX-61{max-height:61rem;}.H_MAX-62{max-height:62rem;}.H_MAX-63{max-height:63rem;}.H_MAX-64{max-height:64rem;}.H_MAX-65{max-height:65rem;}.H_MAX-66{max-height:66rem;}.H_MAX-67{max-height:67rem;}.H_MAX-68{max-height:68rem;}.H_MAX-69{max-height:69rem;}.H_MAX-70{max-height:70rem;}.H_MAX-71{max-height:71rem;}.H_MAX-72{max-height:72rem;}.H_MAX-73{max-height:73rem;}.H_MAX-74{max-height:74rem;}.H_MAX-75{max-height:75rem;}.H_MAX-76{max-height:76rem;}.H_MAX-77{max-height:77rem;}.H_MAX-78{max-height:78rem;}.H_MAX-79{max-height:79rem;}.H_MAX-80{max-height:80rem;}.H_MAX-81{max-height:81rem;}.H_MAX-82{max-height:82rem;}.H_MAX-83{max-height:83rem;}.H_MAX-84{max-height:84rem;}.H_MAX-85{max-height:85rem;}.H_MAX-86{max-height:86rem;}.H_MAX-87{max-height:87rem;}.H_MAX-88{max-height:88rem;}.H_MAX-89{max-height:89rem;}.H_MAX-90{max-height:90rem;}.H_MAX-91{max-height:91rem;}.H_MAX-92{max-height:92rem;}.H_MAX-93{max-height:93rem;}.H_MAX-94{max-height:94rem;}.H_MAX-95{max-height:95rem;}.H_MAX-96{max-height:96rem;}.H_MAX-97{max-height:97rem;}.H_MAX-98{max-height:98rem;}.H_MAX-99{max-height:99rem;}.H_MAX-100{max-height:100rem;}
.H-SUB-1>*{height:1rem;}.H-SUB-2>*{height:2rem;}.H-SUB-3>*{height:3rem;}.H-SUB-4>*{height:4rem;}.H-SUB-5>*{height:5rem;}.H-SUB-6>*{height:6rem;}.H-SUB-7>*{height:7rem;}.H-SUB-8>*{height:8rem;}.H-SUB-9>*{height:9rem;}.H-SUB-10>*{height:10rem;}.H-SUB-11>*{height:11rem;}.H-SUB-12>*{height:12rem;}.H-SUB-13>*{height:13rem;}.H-SUB-14>*{height:14rem;}.H-SUB-15>*{height:15rem;}.H-SUB-16>*{height:16rem;}.H-SUB-17>*{height:17rem;}.H-SUB-18>*{height:18rem;}.H-SUB-19>*{height:19rem;}.H-SUB-20>*{height:20rem;}.H-SUB-21>*{height:21rem;}.H-SUB-22>*{height:22rem;}.H-SUB-23>*{height:23rem;}.H-SUB-24>*{height:24rem;}.H-SUB-25>*{height:25rem;}.H-SUB-26>*{height:26rem;}.H-SUB-27>*{height:27rem;}.H-SUB-28>*{height:28rem;}.H-SUB-29>*{height:29rem;}.H-SUB-30>*{height:30rem;}.H-SUB-31>*{height:31rem;}.H-SUB-32>*{height:32rem;}.H-SUB-33>*{height:33rem;}.H-SUB-34>*{height:34rem;}.H-SUB-35>*{height:35rem;}.H-SUB-36>*{height:36rem;}.H-SUB-37>*{height:37rem;}.H-SUB-38>*{height:38rem;}.H-SUB-39>*{height:39rem;}.H-SUB-40>*{height:40rem;}.H-SUB-41>*{height:41rem;}.H-SUB-42>*{height:42rem;}.H-SUB-43>*{height:43rem;}.H-SUB-44>*{height:44rem;}.H-SUB-45>*{height:45rem;}.H-SUB-46>*{height:46rem;}.H-SUB-47>*{height:47rem;}.H-SUB-48>*{height:48rem;}.H-SUB-49>*{height:49rem;}.H-SUB-50>*{height:50rem;}.H-SUB-51>*{height:51rem;}.H-SUB-52>*{height:52rem;}.H-SUB-53>*{height:53rem;}.H-SUB-54>*{height:54rem;}.H-SUB-55>*{height:55rem;}.H-SUB-56>*{height:56rem;}.H-SUB-57>*{height:57rem;}.H-SUB-58>*{height:58rem;}.H-SUB-59>*{height:59rem;}.H-SUB-60>*{height:60rem;}.H-SUB-61>*{height:61rem;}.H-SUB-62>*{height:62rem;}.H-SUB-63>*{height:63rem;}.H-SUB-64>*{height:64rem;}.H-SUB-65>*{height:65rem;}.H-SUB-66>*{height:66rem;}.H-SUB-67>*{height:67rem;}.H-SUB-68>*{height:68rem;}.H-SUB-69>*{height:69rem;}.H-SUB-70>*{height:70rem;}.H-SUB-71>*{height:71rem;}.H-SUB-72>*{height:72rem;}.H-SUB-73>*{height:73rem;}.H-SUB-74>*{height:74rem;}.H-SUB-75>*{height:75rem;}.H-SUB-76>*{height:76rem;}.H-SUB-77>*{height:77rem;}.H-SUB-78>*{height:78rem;}.H-SUB-79>*{height:79rem;}.H-SUB-80>*{height:80rem;}.H-SUB-81>*{height:81rem;}.H-SUB-82>*{height:82rem;}.H-SUB-83>*{height:83rem;}.H-SUB-84>*{height:84rem;}.H-SUB-85>*{height:85rem;}.H-SUB-86>*{height:86rem;}.H-SUB-87>*{height:87rem;}.H-SUB-88>*{height:88rem;}.H-SUB-89>*{height:89rem;}.H-SUB-90>*{height:90rem;}.H-SUB-91>*{height:91rem;}.H-SUB-92>*{height:92rem;}.H-SUB-93>*{height:93rem;}.H-SUB-94>*{height:94rem;}.H-SUB-95>*{height:95rem;}.H-SUB-96>*{height:96rem;}.H-SUB-97>*{height:97rem;}.H-SUB-98>*{height:98rem;}.H-SUB-99>*{height:99rem;}.H-SUB-100>*{height:100rem;}
.LH-2{line-height:2rem;}.LH-1_2{line-height:1.2rem;}.LH-1_6{line-height:1.6rem;}.LH-2_4{line-height:2.4rem;}.LH-3{line-height:3rem;}




/*line*/
.L-2_12{line-height:1.2rem;height:2.4rem;}.L-3_12{line-height:1.2rem;height:3.6rem;}

/*overflow*/
.O-H{overflow:hidden;}.O-V{overflow:visible;}.O-A{overflow:auto;}.OX-A{overflow-x:auto;}.OY-A{overflow-y:auto;}

/*float*/
.F-L{float:left;}.F-R{float:right;}

/*display*/
.D-B{display:block;}.D-N{display:none;}.D-I{display:inline;}.D-IB{display:inline-block;}

/*position*/
.POS,.POS-R{position:relative;}.POS-A{position:absolute;}

/*margin*/
.M-0{margin:0 !important;}.M-03{margin:0.3rem;}.M-05{margin:0.5rem;}.M,.M-1{margin:1rem;}.M-2{margin:2rem;}.M-3{margin:3rem;}.M-4{margin:4rem;}.M-5{margin:5rem;}
.M-SUB-0>*{margin:0 !important;}.M-SUB-1>*{margin:1rem;}.M-SUB-2>*{margin:2rem;}.M-SUB-3>*{margin:3rem;}.M-SUB-4>*{margin:4rem;}.M-SUB-5>*{margin:5rem;}
.MT-0{margin-top:0 !important;}.MT-03{margin-top:0.3rem;}.MT-05{margin-top:0.5rem;}.MT,.MT-1{margin-top:1rem;}.MT-2{margin-top:2rem;}.MT-3{margin-top:3rem;}.MT-4{margin-top:4rem;}.MT-5{margin-top:5rem;}
.MT-SUB-0>*{margin-top:0 !important;}.MT-SUB-1>*{margin-top:1rem;}.MT-SUB-2>*{margin-top:2rem;}.MT-SUB-3>*{margin-top:3rem;}.MT-SUB-4>*{margin-top:4rem;}.MT-SUB-5>*{margin-top:5rem;}
.MB-0{margin-bottom:0 !important;}.MB-03{margin-bottom:0.3rem;}.MB-05{margin-bottom:0.5rem;}.MB,.MB-1{margin-bottom:1rem;}.MB-2{margin-bottom:2rem;}.MB-3{margin-bottom:3rem;}.MB-4{margin-bottom:4rem;}.MB-5{margin-bottom:5rem;}
.MB-SUB-0>*{margin-bottom:0 !important;}.MB-SUB-1>*{margin-bottom:1rem;}.MB-SUB-2>*{margin-bottom:2rem;}.MB-SUB-3>*{margin-bottom:3rem;}.MB-SUB-4>*{margin-bottom:4rem;}.MB-SUB-5>*{margin-bottom:5rem;}
.ML-0{margin-left:0 !important;}.ML-03{margin-left:0.3rem;}.ML-05{margin-left:0.5rem;}.ML,.ML-1{margin-left:1rem;}.ML-2{margin-left:2rem;}.ML-3{margin-left:3rem;}.ML-4{margin-left:4rem;}.ML-5{margin-left:5rem;}
.ML-SUB-0>*{margin-left:0 !important;}.ML-SUB-1>*{margin-left:1rem;}.ML-SUB-2>*{margin-left:2rem;}.ML-SUB-3>*{margin-left:3rem;}.ML-SUB-4>*{margin-left:4rem;}.ML-SUB-5>*{margin-left:5rem;}
.MR-0{margin-right:0 !important;}.MR-03{margin-right:0.3rem;}.MR-05{margin-right:0.5rem;}.MR,.MR-1{margin-right:1rem;}.MR-2{margin-right:2rem;}.MR-3{margin-right:3rem;}.MR-4{margin-right:4rem;}.MR-5{margin-right:5rem;}
.MR-SUB-0>*{margin-right:0 !important;}.MR-SUB-1>*{margin-right:1rem;}.MR-SUB-2>*{margin-right:2rem;}.MR-SUB-3>*{margin-right:3rem;}.MR-SUB-4>*{margin-right:4rem;}.MR-SUB-5>*{margin-right:5rem;}
.MTB-0{margin-top:0 !important;margin-bottom:0 !important;}.MTB-03{margin-top:0.3rem;margin-bottom:0.3rem;}.MTB-05{margin-top:0.5rem;margin-bottom:0.5rem;}.MTB,.MTB-1{margin-top:1rem;margin-bottom:1rem;}.MTB-2{margin-top:2rem;margin-bottom:2rem;}.MTB-3{margin-top:3rem;margin-bottom:3rem;}.MTB-4{margin-top:4rem;margin-bottom:4rem;}.MTB-5{margin-top:5rem;margin-bottom:5rem;}
.MLR-0{margin-left:0 !important;margin-right:0 !important;}.MLR-03{margin-left:0.3rem;margin-right:0.3rem;}.MLR-05{margin-left:0.5rem;margin-right:0.5rem;}.MLR,.MLR-1{margin-left:1rem;margin-right:1rem;}.MLR-2{margin-left:2rem;margin-right:2rem;}.MLR-3{margin-left:3rem;margin-right:3rem;}.MLR-4{margin-left:4rem;margin-right:4rem;}.MLR-5{margin-left:5rem;margin-right:5rem;}
.M-A{margin:auto;}.M-0A{margin:0 auto;}.M-XA{margin-left:auto;margin-right:auto;}.ML-A{margin-left:auto;}.MR-A{margin-right:auto;}

/*padding*/
.P-0{padding:0 !important;}.P-03{padding:0.3rem;}.P-05{padding:0.5rem;}.P,.P-1{padding:1rem;}.P-2{padding:2rem;}.P-3{padding:3rem;}.P-4{padding:4rem;}.P-5{padding:5rem;}
.P-SUB-0>*{padding:0 !important;}.P-SUB-1>*{padding:1rem;}.P-SUB-2>*{padding:2rem;}.P-SUB-3>*{padding:3rem;}.P-SUB-4>*{padding:4rem;}.P-SUB-5>*{padding:5rem;}
.PT-0{padding-top:0 !important;}.PT-03{padding-top:0.3rem;}.PT-05{padding-top:0.5rem;}.PT,.PT-1{padding-top:1rem;}.PT-2{padding-top:2rem;}.PT-3{padding-top:3rem;}.PT-4{padding-top:4rem;}.PT-5{padding-top:5rem;}
.PT-SUB-0>*{padding-top:0 !important;}.PT-SUB-1>*{padding-top:1rem;}.PT-SUB-2>*{padding-top:2rem;}.PT-SUB-3>*{padding-top:3rem;}.PT-SUB-4>*{padding-top:4rem;}.PT-SUB-5>*{padding-top:5rem;}
.PB-0{padding-bottom:0 !important;}.PB-03{padding-bottom:0.3rem;}.PB-05{padding-bottom:0.5rem;}.PB,.PB-1{padding-bottom:1rem;}.PB-2{padding-bottom:2rem;}.PB-3{padding-bottom:3rem;}.PB-4{padding-bottom:4rem;}.PB-5{padding-bottom:5rem;}
.PB-SUB-0>*{padding-bottom:0 !important;}.PB-SUB-1>*{padding-bottom:1rem;}.PB-SUB-2>*{padding-bottom:2rem;}.PB-SUB-3>*{padding-bottom:3rem;}.PB-SUB-4>*{padding-bottom:4rem;}.PB-SUB-5>*{padding-bottom:5rem;}
.PL-0{padding-left:0 !important;}.PL-03{padding-left:0.3rem;}.PL-05{padding-left:0.5rem;}.PL,.PL-1{padding-left:1rem;}.PL-2{padding-left:2rem;}.PL-3{padding-left:3rem;}.PL-4{padding-left:4rem;}.PL-5{padding-left:5rem;}
.PL-SUB-0>*{padding-left:0 !important;}.PL-SUB-1>*{padding-left:1rem;}.PL-SUB-2>*{padding-left:2rem;}.PL-SUB-3>*{padding-left:3rem;}.PL-SUB-4>*{padding-left:4rem;}.PL-SUB-5>*{padding-left:5rem;}
.PR-0{padding-right:0 !important;}.PR-03{padding-right:0.3rem;}.PR-05{padding-right:0.5rem;}.PR,.PR-1{padding-right:1rem;}.PR-2{padding-right:2rem;}.PR-3{padding-right:3rem;}.PR-4{padding-right:4rem;}.PR-5{padding-right:5rem;}
.PR-SUB-0>*{padding-right:0 !important;}.PR-SUB-1>*{padding-right:1rem;}.PR-SUB-2>*{padding-right:2rem;}.PR-SUB-3>*{padding-right:3rem;}.PR-SUB-4>*{padding-right:4rem;}.PR-SUB-5>*{padding-right:5rem;}
.PTB-0{padding-top:0 !important;padding-bottom:0 !important;}.PTB-03{padding-top:0.3rem;padding-bottom:0.3rem;}.PTB-05{padding-top:0.5rem;padding-bottom:0.5rem;}.PTB,.PTB-1{padding-top:1rem;padding-bottom:1rem;}.PTB-2{padding-top:2rem;padding-bottom:2rem;}.PTB-3{padding-top:3rem;padding-bottom:3rem;}.PTB-4{padding-top:4rem;padding-bottom:4rem;}.PTB-5{padding-top:5rem;padding-bottom:5rem;}
.PLR-0{padding-left:0 !important;padding-right:0 !important;}.PLR-03{padding-left:0.3rem;padding-right:0.3rem;}.PLR-05{padding-left:0.5rem;padding-right:0.5rem;}.PLR,.PLR-1{padding-left:1rem;padding-right:1rem;}.PLR-2{padding-left:2rem;padding-right:2rem;}.PLR-3{padding-left:3rem;padding-right:3rem;}.PLR-4{padding-left:4rem;padding-right:4rem;}.PLR-5{padding-left:5rem;padding-right:5rem;}


/*

var s = '';
for(var i=1;i<=50;i++){
	s += '.W_G_L-'+i+'{margin-left:'+i*2+'%;}';
}
console.info(s);

*/