@CHARSET "gb2312";
/*
	IE: xp(6,7,8), win7(8,9,10) ,win8+(11,edge)
	Opera :
*/
/*
	<!-- unified element -->
*/
* {
    word-break: break-all;
    word-wrap: break-word;
}

.border-box, .border-box-child > * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html{
    position: relative;
    background: url("imagesbg2.jpg") no-repeat center center fixed;
    background-size: auto 100%
}
html, body { ;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-family: Arial, "Microsoft yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", "Microsoft Yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", STXihei, "华文细黑", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
    overflow-x: hidden;
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
    blr: expression(this.hideFocus=true);
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a img {
    border: 0;
}

img {
    text-align: left;
    border: 0;
    vertical-align: middle;
}

dl {
    margin: 1em 0;
    padding: 0;
}

dl dt, dt {
    margin: 0;
    padding: 0;
}

dl dd, dd {
    margin: 0 0 0 40px;
    padding: 0;
}

ul {
    display: block;
    margin: 1em 0;
    padding: 0 0 0 40px;
    list-style-type: disc;
}

ul li, li {
    float: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #404040;
    margin: 1.6em 0 0.6em 0;
    font-weight: 500;
    clear: both;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*
	<!-- custom h1,h2,h3,h4,h5,h6 -->
*/
h1.custom {
}

h2.custom {
}

h3.custom {
}

h4.custom {
}

h5.custom {
}

h6.custom {
}

/*
	<!-- custom a -->
*/
.custom-a a, .custom > a, a.custom {
    color: #2fa4e7;
    text-decoration: none;
}

.custom-a a:hover, .custom > a:hover, a.custom:hover {
    color: #157ab5;
    text-decoration: underline;
}

/*
	<!-- custom dl ,custom ul ,custom p -->
*/

.custom-dl, .custom-dl dl, .custom-dl dt, .custom-dl dd,
.custom-dt, .custom-dt dt, .custom-dt dd,
.custom-dd, .custom-dd dd,
.custom-ul, .custom-ul ul, .custom-ul li,
.custom-li, .custom-li li,
.custom-p, .custom-p p,
dl.custom,
dl.custom > dt,
dl.custom > dd,
ul.custom,
ul.custom > li,
p.custom {
    margin: 0;
    display: block;
}
.custom-dl dt, dl.custom > dt {
    font-weight: bold;
}

/*
	<!-- custom ul -->
*/
.custom-ul, .custom-ul ul, ul.custom {
    padding: 0;
    list-style-type: none;
}

.custom-ul li, ul.custom > li {
    float: left;
}

/*
	<!-- custom form -->
*/
form.custom {
    margin: 0;
}

form.custom select {
    cursor: pointer;
}

button.custom,
form.custom input,
form.custom select,
form.custom option,
form.custom textarea,
form.custom button {
    /*border: 0;*/
    margin: 0;
    padding: 0;
    /*font-size: 14px;*/

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    background: #f7f7f7;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;*/
}

form.custom input[type=checkbox],
form.custom input[type=radio] {
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;
}

form.custom input[type=range] {
    padding: 0 !important;
}

form.custom select,
form.custom select option,
form.custom textarea,
form.custom input[type=text],
form.custom input[type=number],
form.custom input[type=password],
form.custom input[type=date],
form.custom input[type=datetime-local],
form.custom input[type=search],
form.custom input[type=url],
form.custom input[type=email],
form.custom input[type=tel],
form.custom input[type=week],
form.custom input[type=file],
form.custom input[type=month],
form.custom input[type=time],
form.custom input[type=range],
button.custom,
form.custom button,
form.custom input[type=reset],
form.custom input[type=button],
form.custom input[type=submit] {
    height: 34px;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #ddddee;

    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

form.custom select,
form.custom select option,
form.custom textarea,
form.custom input[type=text],
form.custom input[type=number],
form.custom input[type=password],
form.custom input[type=date],
form.custom input[type=datetime-local],
form.custom input[type=search],
form.custom input[type=url],
form.custom input[type=email],
form.custom input[type=tel],
form.custom input[type=week],
form.custom input[type=file],
form.custom input[type=month],
form.custom input[type=range],
form.custom input[type=time] {
    width: 300px;
}

button.custom,
form.custom button,
form.custom input[type=reset],
form.custom input[type=button],
form.custom input[type=submit] {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    border-color: #C0C0C0;
    background-color: #DDDDDD;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

form.custom button:hover,
button.custom:hover,
form.custom input[type=reset]:hover,
form.custom input[type=button]:hover,
form.custom input[type=submit]:hover {
    background-color: #CCCCCC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

form.custom button.cant,
form.custom button.cant:hover,
form.custom input[type=reset].cant,
form.custom input[type=reset].cant:hover,
form.custom input[type=button].cant,
form.custom input[type=button].cant:hover,
form.custom input[type=submit].cant,
form.custom input[type=submit].cant:hover {
    border-color: #cccccc;
    background-color: transparent !important;
    color: #CCCCCC;
    box-shadow: none;
    cursor: not-allowed;
}

button.save,
form.custom button.save,
form.custom input[type=reset].save,
form.custom input[type=button].save,
form.custom input[type=submit].save {
    background-color: #0080ff;
    border-color: #3aa4ff;
    color: #FFFFFF;
}

button.save:hover,
form.custom button.save:hover,
form.custom input[type=reset].save:hover,
form.custom input[type=button].save:hover,
form.custom input[type=submit].save:hover {
    background-color: #0069d1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

button.delete,
form.custom button.delete,
form.custom input[type=reset].delete,
form.custom input[type=button].delete,
form.custom input[type=submit].delete {
    background-color: #ea7d7d;
    border-color: #ff9292;
    color: #FFFFFF;
}

button.delete:hover,
form.custom button.delete:hover,
form.custom input[type=reset].delete:hover,
form.custom input[type=button].delete:hover,
form.custom input[type=submit].delete:hover {
    background-color: #c66d6d;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

form.custom textarea {
    height: auto;
}

/*
	<!-- table.custom -->
*/
table.custom {
    border: 0px solid #ddd;
    border-collapse: separate;
    border-spacing: 0px;
    font-size: 13px;
    color: #555;
}

table.custom > tbody > tr:nth-child(odd) {
    background: #F5F5F5;
}

table.custom > thead > tr > td,
table.custom > thead > tr > th,
table.custom > tbody > tr > td,
table.custom > tbody > tr > th,
table.custom > tfoot > tr > td,
table.custom > tfoot > tr > th {
    height: 30px;
    line-height: 20px;
    padding: 4px 5px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.custom > tbody > tr {
}

table.custom > tfoot > tr {
}

table.custom > thead:first-child > tr:first-child {
    white-space: nowrap;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    background-repeat: repeat-x;
}

table.custom > thead:first-child > tr:first-child > th,
table.custom > thead:first-child > tr:first-child > td {
    border-top: 1px solid #ddd;
}

table.custom > thead > tr > th:first-child,
table.custom > thead > tr > td:first-child,
table.custom > tbody > tr > th:first-child,
table.custom > tbody > tr > td:first-child,
table.custom > tfoot > tr > th:first-child,
table.custom > tfoot > tr > td:first-child {
    border-left: 1px solid #ddd;
}

table.custom > thead:first-child > tr:first-child > th:first-child,
table.custom > thead:first-child > tr:first-child > td:first-child {
    border-top-left-radius: 4px;
}

table.custom > thead:first-child > tr:first-child > th:last-child,
table.custom > thead:first-child > tr:first-child > td:last-child {
    border-top-right-radius: 4px;
}

table.custom > tfoot:last-child > tr:last-child > th:first-child,
table.custom > tfoot:last-child > tr:last-child > td:first-child {
    border-bottom-left-radius: 4px;
}

table.custom > tfoot:last-child > tr:last-child > th:last-child,
table.custom > tfoot:last-child > tr:last-child > td:last-child {
    border-bottom-right-radius: 4px;
}


/*
	<!-- table.tree -->
*/
table.tree .node, table.tree .node_open, table.tree .node_close {
    width: 16px;
    height: 16px;
    border: medium none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

table.tree .node_open, table.tree .node_close {
    background-image: url("data:image/gif;base64,R0lGODlhQAAQAPcAAAAAAL+/v4iIiMXFxfT09OH2/d70/aTm/GDW+Xfc+tXy/Oj3/ev4/b6+visrKyYmJqampqioqOzs7OD2/djz/Jvj+iHF9xzE9+P1/SzI+D7N+Mbu/OP2/Or5/VhYWOrq6pubm+Tk5Njy/Jni+iDF93/e+xzE9930/ifH96Xk+jDJ97Lp++T2/Ov5/VlZWf///5CQkNra2t/1/pzj+iDF93/e+4Lf+xzE99rz/M3u+6zn+ibG96fn++n4/efn54GBge7u7qPl+yHF94De+4Lf+xvE99ry/Mzu+8/v+6zm+hzE99r0/YaGhu3t7WHW+RzE9xzE9xzE92HX+trz/CfH96fl+jDJ97vr++n3/evr6+L2/eD2/eD2/eP2/ur3/d30/SjH96Pk+jXK98Hs++X3/S7J+ELO+Mnv/Hfc+tXy/ef4/QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAABAABAAAAjgAAEIHEiwoMGDCBMqXMiwocOHECNKnEixokWGAQQsHEDgYQEDBxAsTKBgAQOHDRw8WAghgoSGEyhUsHBBIYYMGjZw6MAwpYeVCiF8ABGCoYgRJEqYUHgCRQoVK1i0UOjTBdCEEF5IgBFDoYwZNGrYuKEQB4ocOnbw6JGwqlWWL174+AEkYRAhQ4jYKKLQCIojSJIoWZJQwIPDD5jAbcJVoZMnT6BEkaJwCpUcVaxcwXJxIIQsRBlq2cKlixeFX8CEETOGTGfPLl8TLGPmjGvZADjiHogmjZrdwIMLH04cYkAAOw==");
    background-repeat: no-repeat;
}

table.tree .node_open {
    background-position: 0 1px;
}

table.tree .node_open:hover {
    cursor: pointer;
    background-position: -32px 1px;
}

table.tree .node_close {
    background-position: -16px 1px;
}

table.tree .node_close:hover {
    cursor: pointer;
    background-position: -48px 1px;
}

/*
	<!-- table.form -->
*/
table.form > thead > tr > td,
table.form > thead > tr > th,
table.form > tbody > tr > td,
table.form > tbody > tr > th,
table.form > tfoot > tr > td,
table.form > tfoot > tr > th {
    height: 40px;
}

table.form > tbody > tr {
    background-color: transparent !important;
}

table.form > tfoot > tr:first-child,
table.form > tfoot > tr:first-child {
    background-color: #f8f2e9;
}

table.form > tbody > tr > td:first-child {
    text-align: right;
}

/*
	<!-- table.box -->
*/

table.box {
    _border-right-width: 1px;
    *border-right-width: 1px;
    border-right-width: 1px \9;
    border-right-width: 1px \0;
}

table.box > thead > tr > th,
table.box > thead > tr > td,
table.box > tbody > tr > th,
table.box > tbody > tr > td,
table.box > tfoot > tr > th,
table.box > tfoot > tr > td {
    border-left-width: 0px;
    border-right-width: 0px;
}

table.box > thead > tr > th:last-child,
table.box > thead > tr > td:last-child,
table.box > tbody > tr > th:last-child,
table.box > tbody > tr > td:last-child,
table.box > tfoot > tr > th:last-child,
table.box > tfoot > tr > td:last-child {
    border-right-width: 1px;
}

/*
	<!-- grid -->
*/
table.grid {
    border: 0;
    border-collapse: separate;
    border-spacing: 0px;
}

table.grid tbody tr td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
}

table.grid tbody.ptd tr td, table.grid tbody tr.ptd td {
    padding: 6px 10px;
}

table.grid .pc td > * {
    display: inline-table;
    padding: 6px 10px;
}

table.grid tbody tr td.active {
    cursor: default;
    background-color: #e6e6e6;
}

table.grid tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

table.grid tbody tr td:first-child {
    border-left: 1px solid #ddd;
}

table.grid tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

table.grid tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

table.grid tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table.grid tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

/*
	<!-- attr -->
*/
.full {
    width: 100%;
    height: 100%;
}

.full-w {
    width: 100%;
}

.full-h {
    height: 100%;
}

.tdn, .tdn:hover, .tdn a, .tdn a:hover {
    text-decoration: none;
}

.break {
    word-wrap: break-word;
    word-break: break-all;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.clearfix {
    clear: both;
    float: none;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.center {
    text-align: center;
}

.center_container {
    text-align: center;
}

.center_container > div {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.lighter {
    font-weight: lighter;
}

.cd {
    cursor: default;
}

.cp {
    cursor: pointer;
}

.cm {
    cursor: move;
}

.ch {
    cursor: help;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}

.oh, .hidden {
    overflow: hidden;
}

.ov, .visible {
    overflow: visible;
}

.ofa {
    overflow: auto;
}

.ofa-x {
    overflow-x: auto;
}

.ofa-y {
    overflow-y: auto;
}

/*
	<!-- ellipsis -->
*/
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ellipsis-item > * {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*
	<!-- color -->
*/
/*红色*/
.c_maroon {
    color: maroon;
}

.c_darkred {
    color: darkred;
}

.c_brown {
    color: brown;
}

.c_firebrick {
    color: firebrick;
}

.c_crimson {
    color: crimson;
}

.c_red {
    color: red;
}

/*桃紅~紛紅*/

.c_mediumvioletred {
    color: mediumvioletred;
}

.c_palevioletred {
    color: palevioletred;
}

.c_deeppink {
    color: deeppink;
}

.c_fuchsia {
    color: fuchsia;
}

.c_hotpink {
    color: hotpink;
}

.c_pink {
    color: pink;
}

.c_lightpink {
    color: lightpink;
}

.c_mistyrose {
    color: mistyrose;
}

.c_lavenderblush {
    color: lavenderblush;
}

/*紫*/

.c_indigo {
    color: indigo;
}

.c_purple {
    color: purple;
}

.c_darkmagenta {
    color: darkmagenta;
}

.c_darkorchid {
    color: darkorchid;
}

.c_blueviolet {
    color: blueviolet;
}

.c_darkviolet {
    color: darkviolet;
}

.c_slateblue {
    color: slateblue;
}

.c_mediumpurple {
    color: mediumpurple;
}

.c_mediumslateblue {
    color: mediumslateblue;
}

.c_mediumorchid {
    color: mediumorchid;
}

.c_violet {
    color: violet;
}

.c_plum {
    color: plum;
}

.c_thistle {
    color: thistle;
}

.c_lavender {
    color: lavender;
}

/*褐~橘~米白*/

.c_saddlebrown {
    color: saddlebrown;
}

.c_sienna {
    color: sienna;
}

.c_chocolate {
    color: chocolate;
}

.c_indianred {
    color: indianred;
}

.c_rosybrown {
    color: rosybrown;
}

.c_salmon {
    color: salmon;
}

.c_lightsalmon {
    color: lightsalmon;
}

.c_orangered {
    color: orangered;
}

.c_tomato {
    color: tomato;
}

.c_coral {
    color: coral;
}

.c_darkorange {
    color: darkorange;
}

.c_sandybrown {
    color: sandybrown;
}

.c_peru {
    color: peru;
}

.c_tan {
    color: tan;
}

.c_burlywood {
    color: burlywood;
}

.c_wheat {
    color: wheat;
}

.c_moccasin {
    color: moccasin;
}

.c_navajowhite {
    color: navajowhite;
}

.c_peachpuff {
    color: peachpuff;
}

.c_bisque {
    color: bisque;
}

.c_antiquewhite {
    color: antiquewhite;
}

.c_papayawhip {
    color: papayawhip;
}

.c_cornsilk {
    color: cornsilk;
}

.c_oldlace {
    color: oldlace;
}

.c_linen {
    color: linen;
}

.c_seashell {
    color: seashell;
}

.c_snow {
    color: snow;
}

.c_floralwhite {
    color: floralwhite;
}

.c_ivory {
    color: ivory;
}

.c_mintcream {
    color: mintcream;
}

/*金~黃*/

.c_darkgoldenrod {
    color: darkgoldenrod;
}

.c_goldenrod {
    color: goldenrod;
}

.c_gold {
    color: gold;
}

.c_yellow {
    color: yellow;
}

.c_darkkhaki {
    color: darkkhaki;
}

.c_khaki {
    color: khaki;
}

.c_palegoldenrod {
    color: palegoldenrod;
}

.c_beige {
    color: beige;
}

.c_lemonchiffon {
    color: lemonchiffon;
}

.c_lightgoldenrodyellow {
    color: lightgoldenrodyellow;
}

.c_lightyellow {
    color: lightyellow;
}

/*~黃綠*/
.c_darkslategray {
    color: darkslategray;
}

.c_darkolivegreen {
    color: darkolivegreen;
}

.c_olive {
    color: olive;
}

.c_darkgreen {
    color: darkgreen;
}

.c_forestgreen {
    color: forestgreen;
}

.c_seagreen {
    color: seagreen;
}

.c_green {
    color: green;
}

.c_lightseagreen {
    color: lightseagreen;
}

.c_mediumaquamarine {
    color: mediumaquamarine;
}

.c_mediumseagreen {
    color: mediumseagreen;
}

.c_darkseagreen {
    color: darkseagreen;
}

.c_yellowgreen {
    color: yellowgreen;
}

.c_limegreen {
    color: limegreen;
}

.c_darkseagreen {
    color: darkseagreen;
}

.c_lime {
    color: lime;
}

.c_chartreuse {
    color: chartreuse;
}

.c_lawngreen {
    color: lawngreen;
}

.c_greenyellow {
    color: greenyellow;
}

.c_mediumspringgreen {
    color: mediumspringgreen;
}

.c_springgreen {
    color: springgreen;
}

.c_lightgreen {
    color: lightgreen;
}

.c_palegreen {
    color: palegreen;
}

.c_aquamarine {
    color: aquamarine;
}

.c_honeydew {
    color: honeydew;
}

/*藍*/
.c_midnightblue {
    color: midnightblue;
}

.c_navy {
    color: navy;
}

.c_darkblue {
    color: darkblue;
}

.c_darkslateblue {
    color: darkslateblue;
}

.c_mediumblue {
    color: mediumblue;
}

.c_royalblue {
    color: royalblue;
}

.c_dodgerblue {
    color: dodgerblue;
}

.c_cornflowerblue {
    color: cornflowerblue;
}

.c_deepskyblue {
    color: deepskyblue;
}

.c_lightskyblue {
    color: lightskyblue;
}

.c_lightsteelblue {
    color: lightsteelblue;
}

.c_lightblue {
    color: lightblue;
}

.c_steelblue {
    color: steelblue;
}

.c_darkcyan {
    color: darkcyan;
}

.c_cadetblue {
    color: cadetblue;
}

.c_darkturquoise {
    color: darkturquoise;
}

.c_mediumturquoise {
    color: mediumturquoise;
}

.c_turquoise {
    color: turquoise;
}

.c_skyblue {
    color: skyblue;
}

.c_powderblue {
    color: powderblue;
}

.c_paleturquoise {
    color: paleturquoise;
}

.c_lightcyan {
    color: lightcyan;
}

.c_azure {
    color: azure;
}

.c_aliceblue {
    color: aliceblue;
}

.c_aqua {
    color: aqua;
}

/*黑~灰~白*/
.c_black {
    color: black;
}

.c_dimgray {
    color: dimgray;
}

.c_gray {
    color: gray;
}

.c_slategray {
    color: slategray;
}

.c_lightslategray {
    color: lightslategray;
}

.c_darkgray {
    color: darkgray;
}

.c_silver {
    color: silver;
}

.c_lightgray {
    color: lightgray;
}

.c_gainsboro {
    color: gainsboro;
}

.c_whitesmoke {
    color: whitesmoke;
}

.c_ghostwhite {
    color: ghostwhite;
}

.c_white {
    color: white;
}

/*颜色*/

/* <!-- gradient-bg-a --> */
.gradient-bg-a {
    background-image: -webkit-linear-gradient(#ff9900, #CC0000);
    background-image: -moz-linear-gradient(#ff9900, #CC0000);
    background-image: -o-linear-gradient(#ff9900, #CC0000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9900), to(#CC0000));
    background-image: linear-gradient(#ff9900, #CC0000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#CC0000', GradientType=0);
}

/*
	<!-- anim-duration-x 动画持续时间 -->
*/
.anim-duration-a3eo, .anim-duration-a3eo .o, .anim-duration-a3eo-item > *, .anim-duration-a3eo-items * {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.anim-duration-a5eo, .anim-duration-a5eo-o .o, .anim-duration-a5eo-item > *, .anim-duration-a5eo-items * {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.anim-matrix-104:hover, .anim-matrix-104-o:hover .o, .anim-matrix-104-item > *, .anim-matrix-104-items * {
    -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -ms-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -o-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    transform: matrix(1.04, 0, 0, 1.04, 0, 0);
}

.anim-matrix-120:hover, .anim-matrix-120-o:hover .o, .anim-matrix-104-item > *, .anim-matrix-104-items * {
    -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    -moz-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    -o-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
}

/*
	<!-- nav-tabs -->
*/
ul.nav-tabs {
    font-size: 13px;
    display: block;
    list-style: none;
    margin: 16px 16px 16px 16px;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #ddd;
}

ul.nav-tabs > li {
    margin-bottom: -1px;
    line-height: 20px;
    list-style: none;
    display: list-item;
    float: left;
    margin-left: 0px;
}

ul.nav-tabs > li > a {
    padding: 8px 12px 8px 12px;
    margin-right: 2px;
    color: #2fa4e7;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

ul.nav-tabs > li.current > a {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

ul.nav-tabs:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}


/*
	<!-- span.checkbox , span.radio  -->
*/
span.checkbox,
span.radio {
    cursor: pointer;
    padding: 6px 12px 6px 6px;
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #ddd;
    vertical-align: middle;
    /*font-size: 14px;*/
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

span.checkbox input,
span.radio input {
    margin-right: 5px;
}

span.checked {
    background: #efeee6;
}
/*
	<!-- item-group -->
*/
.item-group > * {
    margin: 0;
    float: left;
    border-radius: 0 !important;
    border-left-width: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.item-group > *:first-child {
    border-left-width: 1px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.item-group > *:last-child {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.item-group-1 > * {
    width: 100% !important;
}

.item-group-2 > * {
    width: 50% !important;
}

.item-group-3 > * {
    width: 33.3% !important;
}

.item-group-4 > * {
    width: 25% !important;
}

.item-group-5 > * {
    width: 20% !important;
}

.item-group-6 > * {
    width: 16.666% !important;
}

.item-group-7 > * {
    width: 14.2857% !important;
}

.item-group-8 > * {
    width: 12.5% !important;
}

.item-group-9 > * {
    width: 11.1111% !important;
}

.item-group-10 > * {
    width: 10% !important;
}

.item-group-h > * {
    margin: 0;
    float: none;
    display: block;
    width: 100% !important;
    border-radius: 0 !important;
    border-right-width: 1px !important;
    border-top-width: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.item-group-h > *:first-child {
    border-top-width: 1px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.item-group-h > *:last-child {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.item-group-hw-66 {
    width: 66px !important;
}

.item-group-h-33 > * {
    height: 33px !important;
}

/*
	<!-- font icon -->
*/
.icon {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke-width: 0px;
}

.icon-mr2:first-letter, .icon-item-mr2 .icon:first-letter {
    margin-right: 2px !important;
}

.icon-mr3:first-letter, .icon-item-mr3 .icon:first-letter {
    margin-right: 3px !important;
}

.icon-mr4:first-letter, .icon-item-mr4 .icon:first-letter {
    margin-right: 4px !important;
}

.icon-mr5:first-letter, .icon-item-mr5 .icon:first-letter {
    margin-right: 5px !important;
}

.icon-mr6:first-letter, .icon-item-mr6 .icon:first-letter {
    margin-right: 6px !important;
}

.icon-mr7:first-letter, .icon-item-mr7 .icon:first-letter {
    margin-right: 7px !important;
}

.icon-mr8:first-letter, .icon-item-mr8 .icon:first-letter {
    margin-right: 8px !important;
}

.icon-mr9:first-letter, .icon-item-mr9 .icon:first-letter {
    margin-right: 9px !important;
}

.icon-mr10:first-letter, .icon-item-mr10 .icon:first-letter {
    margin-right: 10px !important;
}

/*
	<!-- custom-page-normal -->
*/
.custom-page-normal li {
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0px;
    text-align: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    font-family: Heiti, "黑体", sans-serif;
}

.custom-page-normal li.normal, .custom-page-normal li.first, .custom-page-normal li.last, .custom-page-normal li.prev, .custom-page-normal li.next {
    width: 30px;
    border-color: #dddddd;
    background-color: #F0F0F0;
}

.custom-page-normal li.first, .custom-page-normal li.last {
    letter-spacing: -3px;
}

.custom-page-normal li a {
    display: block;
}

.custom-page-normal li a:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    background-color: #d7d7d7;
}

.custom-page-normal li.current {
    width: 30px;
    border-color: #dddddd;
    background-color: transparent;
    color: #999999;
    cursor: default;
}

.custom-page-normal li.total {
    color: #999999;
}

/*
	<!-- custom-box -->
*/
.custom-box {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background-color: #FFFFFF;
}

.custom-box > div.header {
    height: 40px;
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    background-repeat: repeat-x;
}

.custom-box, .custom-box > div.header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-box > div.header {
    position: relative;
}

.custom-box > div.content {
    padding: 10px;
}

.custom-box > div.header > span.title {
    position: absolute;
    left: 15px;
    top: 10px;
    line-height: 20px;
    cursor: default;
}

.custom-box > div.header > span.title a {
    font-size: 12px;
    margin-left: 15px;
}

.custom-box > div.header > span.tool {
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 20px;
}

.custom-box > div.header > span.tool a {
    color: inherit;
}

.custom-box-radius {
    border-radius: 4px;
}

.custom-box-radius > div.header {
    border-radius: 4px 4px 0 0;
}

.custom-box-radius > div.content {
    border-radius: 0 0 4px 4px;
}

.custom-box-normal > div.header {
    border-top: 1px solid #FFFFFF;
    border-bottom-width: 1px;
    background-color: #F7F7F7;
    background-image: none;
}

.custom-box-orange > div.header {
    color: #C78C25;
    border-bottom: 2px solid #C78C25;
    background-color: #FEF8EE;
    background-image: none;
}

.custom-box-blue > div.header {
    color: #80a2bb;
    border-bottom: 2px solid #80a2bb;
    background-color: #F3F9FC;
    background-image: none;
}

.bt{
    border-top: 1px solid #dddddd;
}
.bt-item{}
.bt-item > *{
    border-top: 1px solid #dddddd;
}
.bt-item > :first-child{
    border-top: 0px solid #dddddd;
}


.scroll::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.scroll::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.scroll::-webkit-scrollbar-button {
    display: none;
}

.scroll::-webkit-scrollbar-thumb {
    background: #CCCCCC;
}

.scroll::-webkit-scrollbar-thumb:hover {
}


.list-simple {  margin: 0;  padding: 0;  list-style: none;  }

.list-simple li {
    height: 30px;
    line-height: 30px;
    margin:  10px 0 0 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px dashed #e0e0e0;
}

.list-simple li > span {
    overflow: hidden;
    height: 100%;
    display: block;
}

.list-simple li > span.title {
    /*background: #fff1cc;*/
}

.list-simple li > span.time {
    /*background: #e0f1ff;*/
}

.w-0{width:0%}.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%}
.h-0{height:0%}.h-1{height:1%}.h-2{height:2%}.h-3{height:3%}.h-4{height:4%}.h-5{height:5%}.h-6{height:6%}.h-7{height:7%}.h-8{height:8%}.h-9{height:9%}.h-10{height:10%}.h-11{height:11%}.h-12{height:12%}.h-13{height:13%}.h-14{height:14%}.h-15{height:15%}.h-16{height:16%}.h-17{height:17%}.h-18{height:18%}.h-19{height:19%}.h-20{height:20%}.h-21{height:21%}.h-22{height:22%}.h-23{height:23%}.h-24{height:24%}.h-25{height:25%}.h-26{height:26%}.h-27{height:27%}.h-28{height:28%}.h-29{height:29%}.h-30{height:30%}.h-31{height:31%}.h-32{height:32%}.h-33{height:33%}.h-34{height:34%}.h-35{height:35%}.h-36{height:36%}.h-37{height:37%}.h-38{height:38%}.h-39{height:39%}.h-40{height:40%}.h-41{height:41%}.h-42{height:42%}.h-43{height:43%}.h-44{height:44%}.h-45{height:45%}.h-46{height:46%}.h-47{height:47%}.h-48{height:48%}.h-49{height:49%}.h-50{height:50%}.h-51{height:51%}.h-52{height:52%}.h-53{height:53%}.h-54{height:54%}.h-55{height:55%}.h-56{height:56%}.h-57{height:57%}.h-58{height:58%}.h-59{height:59%}.h-60{height:60%}.h-61{height:61%}.h-62{height:62%}.h-63{height:63%}.h-64{height:64%}.h-65{height:65%}.h-66{height:66%}.h-67{height:67%}.h-68{height:68%}.h-69{height:69%}.h-70{height:70%}.h-71{height:71%}.h-72{height:72%}.h-73{height:73%}.h-74{height:74%}.h-75{height:75%}.h-76{height:76%}.h-77{height:77%}.h-78{height:78%}.h-79{height:79%}.h-80{height:80%}.h-81{height:81%}.h-82{height:82%}.h-83{height:83%}.h-84{height:84%}.h-85{height:85%}.h-86{height:86%}.h-87{height:87%}.h-88{height:88%}.h-89{height:89%}.h-90{height:90%}.h-91{height:91%}.h-92{height:92%}.h-93{height:93%}.h-94{height:94%}.h-95{height:95%}.h-96{height:96%}.h-97{height:97%}.h-98{height:98%}.h-99{height:99%}.h-100{height:100%}
.ti2{text-index:2px}.ti4{text-index:4px}.ti6{text-index:6px}.ti8{text-index:8px}.ti10{text-index:10px}.ti12{text-index:12px}.ti14{text-index:14px}.ti16{text-index:16px}.ti18{text-index:18px}.ti20{text-index:20px}
.fs12{font-size:12px}.fs14{font-size:14px}.fs16{font-size:16px}.fs18{font-size:18px}.fs20{font-size:20px}.fs22{font-size:22px}.fs24{font-size:24px}.fs26{font-size:26px}.fs28{font-size:28px}.fs30{font-size:30px}.fs32{font-size:32px}.fs34{font-size:34px}.fs36{font-size:36px}.fs38{font-size:38px}.fs40{font-size:40px}.fs42{font-size:42px}.fs44{font-size:44px}.fs46{font-size:46px}.fs48{font-size:48px}.fs50{font-size:50px}
.lh12{line-height:12px}.lh14{line-height:14px}.lh16{line-height:16px}.lh18{line-height:18px}.lh20{line-height:20px}.lh22{line-height:22px}.lh24{line-height:24px}.lh26{line-height:26px}.lh28{line-height:28px}.lh30{line-height:30px}.lh32{line-height:32px}.lh34{line-height:34px}.lh36{line-height:36px}.lh38{line-height:38px}.lh40{line-height:40px}.lh42{line-height:42px}.lh44{line-height:44px}.lh46{line-height:46px}.lh48{line-height:48px}.lh50{line-height:50px}
.m0{margin:0px}.m1{margin:1px}.m2{margin:2px}.m3{margin:3px}.m4{margin:4px}.m5{margin:5px}.m6{margin:6px}.m7{margin:7px}.m8{margin:8px}.m9{margin:9px}.m10{margin:10px}.m11{margin:11px}.m12{margin:12px}.m13{margin:13px}.m14{margin:14px}.m15{margin:15px}.m16{margin:16px}.m17{margin:17px}.m18{margin:18px}.m19{margin:19px}.m20{margin:20px}.m21{margin:21px}.m22{margin:22px}.m23{margin:23px}.m24{margin:24px}.m25{margin:25px}.m26{margin:26px}.m27{margin:27px}.m28{margin:28px}.m29{margin:29px}.m30{margin:30px}
.ml0{margin-left:0px}.ml1{margin-left:1px}.ml2{margin-left:2px}.ml3{margin-left:3px}.ml4{margin-left:4px}.ml5{margin-left:5px}.ml6{margin-left:6px}.ml7{margin-left:7px}.ml8{margin-left:8px}.ml9{margin-left:9px}.ml10{margin-left:10px}.ml11{margin-left:11px}.ml12{margin-left:12px}.ml13{margin-left:13px}.ml14{margin-left:14px}.ml15{margin-left:15px}.ml16{margin-left:16px}.ml17{margin-left:17px}.ml18{margin-left:18px}.ml19{margin-left:19px}.ml20{margin-left:20px}.ml21{margin-left:21px}.ml22{margin-left:22px}.ml23{margin-left:23px}.ml24{margin-left:24px}.ml25{margin-left:25px}.ml26{margin-left:26px}.ml27{margin-left:27px}.ml28{margin-left:28px}.ml29{margin-left:29px}.ml30{margin-left:30px}
.mr0{margin-right:0px}.mr1{margin-right:1px}.mr2{margin-right:2px}.mr3{margin-right:3px}.mr4{margin-right:4px}.mr5{margin-right:5px}.mr6{margin-right:6px}.mr7{margin-right:7px}.mr8{margin-right:8px}.mr9{margin-right:9px}.mr10{margin-right:10px}.mr11{margin-right:11px}.mr12{margin-right:12px}.mr13{margin-right:13px}.mr14{margin-right:14px}.mr15{margin-right:15px}.mr16{margin-right:16px}.mr17{margin-right:17px}.mr18{margin-right:18px}.mr19{margin-right:19px}.mr20{margin-right:20px}.mr21{margin-right:21px}.mr22{margin-right:22px}.mr23{margin-right:23px}.mr24{margin-right:24px}.mr25{margin-right:25px}.mr26{margin-right:26px}.mr27{margin-right:27px}.mr28{margin-right:28px}.mr29{margin-right:29px}.mr30{margin-right:30px}
.mt0{margin-top:0px}.mt1{margin-top:1px}.mt2{margin-top:2px}.mt3{margin-top:3px}.mt4{margin-top:4px}.mt5{margin-top:5px}.mt6{margin-top:6px}.mt7{margin-top:7px}.mt8{margin-top:8px}.mt9{margin-top:9px}.mt10{margin-top:10px}.mt11{margin-top:11px}.mt12{margin-top:12px}.mt13{margin-top:13px}.mt14{margin-top:14px}.mt15{margin-top:15px}.mt16{margin-top:16px}.mt17{margin-top:17px}.mt18{margin-top:18px}.mt19{margin-top:19px}.mt20{margin-top:20px}.mt21{margin-top:21px}.mt22{margin-top:22px}.mt23{margin-top:23px}.mt24{margin-top:24px}.mt25{margin-top:25px}.mt26{margin-top:26px}.mt27{margin-top:27px}.mt28{margin-top:28px}.mt29{margin-top:29px}.mt30{margin-top:30px}
.mb0{margin-bottom:0px}.mb1{margin-bottom:1px}.mb2{margin-bottom:2px}.mb3{margin-bottom:3px}.mb4{margin-bottom:4px}.mb5{margin-bottom:5px}.mb6{margin-bottom:6px}.mb7{margin-bottom:7px}.mb8{margin-bottom:8px}.mb9{margin-bottom:9px}.mb10{margin-bottom:10px}.mb11{margin-bottom:11px}.mb12{margin-bottom:12px}.mb13{margin-bottom:13px}.mb14{margin-bottom:14px}.mb15{margin-bottom:15px}.mb16{margin-bottom:16px}.mb17{margin-bottom:17px}.mb18{margin-bottom:18px}.mb19{margin-bottom:19px}.mb20{margin-bottom:20px}.mb21{margin-bottom:21px}.mb22{margin-bottom:22px}.mb23{margin-bottom:23px}.mb24{margin-bottom:24px}.mb25{margin-bottom:25px}.mb26{margin-bottom:26px}.mb27{margin-bottom:27px}.mb28{margin-bottom:28px}.mb29{margin-bottom:29px}.mb30{margin-bottom:30px}
.mw0{margin-left:0px;margin-right:0px}.mw1{margin-left:1px;margin-right:1px}.mw2{margin-left:2px;margin-right:2px}.mw3{margin-left:3px;margin-right:3px}.mw4{margin-left:4px;margin-right:4px}.mw5{margin-left:5px;margin-right:5px}.mw6{margin-left:6px;margin-right:6px}.mw7{margin-left:7px;margin-right:7px}.mw8{margin-left:8px;margin-right:8px}.mw9{margin-left:9px;margin-right:9px}.mw10{margin-left:10px;margin-right:10px}.mw11{margin-left:11px;margin-right:11px}.mw12{margin-left:12px;margin-right:12px}.mw13{margin-left:13px;margin-right:13px}.mw14{margin-left:14px;margin-right:14px}.mw15{margin-left:15px;margin-right:15px}.mw16{margin-left:16px;margin-right:16px}.mw17{margin-left:17px;margin-right:17px}.mw18{margin-left:18px;margin-right:18px}.mw19{margin-left:19px;margin-right:19px}.mw20{margin-left:20px;margin-right:20px}.mw21{margin-left:21px;margin-right:21px}.mw22{margin-left:22px;margin-right:22px}.mw23{margin-left:23px;margin-right:23px}.mw24{margin-left:24px;margin-right:24px}.mw25{margin-left:25px;margin-right:25px}.mw26{margin-left:26px;margin-right:26px}.mw27{margin-left:27px;margin-right:27px}.mw28{margin-left:28px;margin-right:28px}.mw29{margin-left:29px;margin-right:29px}.mw30{margin-left:30px;margin-right:30px}
.mh0{margin-top:0px;margin-bottom:0px}.mh1{margin-top:1px;margin-bottom:1px}.mh2{margin-top:2px;margin-bottom:2px}.mh3{margin-top:3px;margin-bottom:3px}.mh4{margin-top:4px;margin-bottom:4px}.mh5{margin-top:5px;margin-bottom:5px}.mh6{margin-top:6px;margin-bottom:6px}.mh7{margin-top:7px;margin-bottom:7px}.mh8{margin-top:8px;margin-bottom:8px}.mh9{margin-top:9px;margin-bottom:9px}.mh10{margin-top:10px;margin-bottom:10px}.mh11{margin-top:11px;margin-bottom:11px}.mh12{margin-top:12px;margin-bottom:12px}.mh13{margin-top:13px;margin-bottom:13px}.mh14{margin-top:14px;margin-bottom:14px}.mh15{margin-top:15px;margin-bottom:15px}.mh16{margin-top:16px;margin-bottom:16px}.mh17{margin-top:17px;margin-bottom:17px}.mh18{margin-top:18px;margin-bottom:18px}.mh19{margin-top:19px;margin-bottom:19px}.mh20{margin-top:20px;margin-bottom:20px}.mh21{margin-top:21px;margin-bottom:21px}.mh22{margin-top:22px;margin-bottom:22px}.mh23{margin-top:23px;margin-bottom:23px}.mh24{margin-top:24px;margin-bottom:24px}.mh25{margin-top:25px;margin-bottom:25px}.mh26{margin-top:26px;margin-bottom:26px}.mh27{margin-top:27px;margin-bottom:27px}.mh28{margin-top:28px;margin-bottom:28px}.mh29{margin-top:29px;margin-bottom:29px}.mh30{margin-top:30px;margin-bottom:30px}
.p0{padding:0px}.p1{padding:1px}.p2{padding:2px}.p3{padding:3px}.p4{padding:4px}.p5{padding:5px}.p6{padding:6px}.p7{padding:7px}.p8{padding:8px}.p9{padding:9px}.p10{padding:10px}.p11{padding:11px}.p12{padding:12px}.p13{padding:13px}.p14{padding:14px}.p15{padding:15px}.p16{padding:16px}.p17{padding:17px}.p18{padding:18px}.p19{padding:19px}.p20{padding:20px}.p21{padding:21px}.p22{padding:22px}.p23{padding:23px}.p24{padding:24px}.p25{padding:25px}.p26{padding:26px}.p27{padding:27px}.p28{padding:28px}.p29{padding:29px}.p30{padding:30px}
.pl0{padding-left:0px}.pl1{padding-left:1px}.pl2{padding-left:2px}.pl3{padding-left:3px}.pl4{padding-left:4px}.pl5{padding-left:5px}.pl6{padding-left:6px}.pl7{padding-left:7px}.pl8{padding-left:8px}.pl9{padding-left:9px}.pl10{padding-left:10px}.pl11{padding-left:11px}.pl12{padding-left:12px}.pl13{padding-left:13px}.pl14{padding-left:14px}.pl15{padding-left:15px}.pl16{padding-left:16px}.pl17{padding-left:17px}.pl18{padding-left:18px}.pl19{padding-left:19px}.pl20{padding-left:20px}.pl21{padding-left:21px}.pl22{padding-left:22px}.pl23{padding-left:23px}.pl24{padding-left:24px}.pl25{padding-left:25px}.pl26{padding-left:26px}.pl27{padding-left:27px}.pl28{padding-left:28px}.pl29{padding-left:29px}.pl30{padding-left:30px}
.pr0{padding-right:0px}.pr1{padding-right:1px}.pr2{padding-right:2px}.pr3{padding-right:3px}.pr4{padding-right:4px}.pr5{padding-right:5px}.pr6{padding-right:6px}.pr7{padding-right:7px}.pr8{padding-right:8px}.pr9{padding-right:9px}.pr10{padding-right:10px}.pr11{padding-right:11px}.pr12{padding-right:12px}.pr13{padding-right:13px}.pr14{padding-right:14px}.pr15{padding-right:15px}.pr16{padding-right:16px}.pr17{padding-right:17px}.pr18{padding-right:18px}.pr19{padding-right:19px}.pr20{padding-right:20px}.pr21{padding-right:21px}.pr22{padding-right:22px}.pr23{padding-right:23px}.pr24{padding-right:24px}.pr25{padding-right:25px}.pr26{padding-right:26px}.pr27{padding-right:27px}.pr28{padding-right:28px}.pr29{padding-right:29px}.pr30{padding-right:30px}
.pt0{padding-top:0px}.pt1{padding-top:1px}.pt2{padding-top:2px}.pt3{padding-top:3px}.pt4{padding-top:4px}.pt5{padding-top:5px}.pt6{padding-top:6px}.pt7{padding-top:7px}.pt8{padding-top:8px}.pt9{padding-top:9px}.pt10{padding-top:10px}.pt11{padding-top:11px}.pt12{padding-top:12px}.pt13{padding-top:13px}.pt14{padding-top:14px}.pt15{padding-top:15px}.pt16{padding-top:16px}.pt17{padding-top:17px}.pt18{padding-top:18px}.pt19{padding-top:19px}.pt20{padding-top:20px}.pt21{padding-top:21px}.pt22{padding-top:22px}.pt23{padding-top:23px}.pt24{padding-top:24px}.pt25{padding-top:25px}.pt26{padding-top:26px}.pt27{padding-top:27px}.pt28{padding-top:28px}.pt29{padding-top:29px}.pt30{padding-top:30px}
.pb0{padding-bottom:0px}.pb1{padding-bottom:1px}.pb2{padding-bottom:2px}.pb3{padding-bottom:3px}.pb4{padding-bottom:4px}.pb5{padding-bottom:5px}.pb6{padding-bottom:6px}.pb7{padding-bottom:7px}.pb8{padding-bottom:8px}.pb9{padding-bottom:9px}.pb10{padding-bottom:10px}.pb11{padding-bottom:11px}.pb12{padding-bottom:12px}.pb13{padding-bottom:13px}.pb14{padding-bottom:14px}.pb15{padding-bottom:15px}.pb16{padding-bottom:16px}.pb17{padding-bottom:17px}.pb18{padding-bottom:18px}.pb19{padding-bottom:19px}.pb20{padding-bottom:20px}.pb21{padding-bottom:21px}.pb22{padding-bottom:22px}.pb23{padding-bottom:23px}.pb24{padding-bottom:24px}.pb25{padding-bottom:25px}.pb26{padding-bottom:26px}.pb27{padding-bottom:27px}.pb28{padding-bottom:28px}.pb29{padding-bottom:29px}.pb30{padding-bottom:30px}
.pw0{padding-left:0px;padding-right:0px}.pw1{padding-left:1px;padding-right:1px}.pw2{padding-left:2px;padding-right:2px}.pw3{padding-left:3px;padding-right:3px}.pw4{padding-left:4px;padding-right:4px}.pw5{padding-left:5px;padding-right:5px}.pw6{padding-left:6px;padding-right:6px}.pw7{padding-left:7px;padding-right:7px}.pw8{padding-left:8px;padding-right:8px}.pw9{padding-left:9px;padding-right:9px}.pw10{padding-left:10px;padding-right:10px}.pw11{padding-left:11px;padding-right:11px}.pw12{padding-left:12px;padding-right:12px}.pw13{padding-left:13px;padding-right:13px}.pw14{padding-left:14px;padding-right:14px}.pw15{padding-left:15px;padding-right:15px}.pw16{padding-left:16px;padding-right:16px}.pw17{padding-left:17px;padding-right:17px}.pw18{padding-left:18px;padding-right:18px}.pw19{padding-left:19px;padding-right:19px}.pw20{padding-left:20px;padding-right:20px}.pw21{padding-left:21px;padding-right:21px}.pw22{padding-left:22px;padding-right:22px}.pw23{padding-left:23px;padding-right:23px}.pw24{padding-left:24px;padding-right:24px}.pw25{padding-left:25px;padding-right:25px}.pw26{padding-left:26px;padding-right:26px}.pw27{padding-left:27px;padding-right:27px}.pw28{padding-left:28px;padding-right:28px}.pw29{padding-left:29px;padding-right:29px}.pw30{padding-left:30px;padding-right:30px}
.ph0{padding-top:0px;padding-bottom:0px}.ph1{padding-top:1px;padding-bottom:1px}.ph2{padding-top:2px;padding-bottom:2px}.ph3{padding-top:3px;padding-bottom:3px}.ph4{padding-top:4px;padding-bottom:4px}.ph5{padding-top:5px;padding-bottom:5px}.ph6{padding-top:6px;padding-bottom:6px}.ph7{padding-top:7px;padding-bottom:7px}.ph8{padding-top:8px;padding-bottom:8px}.ph9{padding-top:9px;padding-bottom:9px}.ph10{padding-top:10px;padding-bottom:10px}.ph11{padding-top:11px;padding-bottom:11px}.ph12{padding-top:12px;padding-bottom:12px}.ph13{padding-top:13px;padding-bottom:13px}.ph14{padding-top:14px;padding-bottom:14px}.ph15{padding-top:15px;padding-bottom:15px}.ph16{padding-top:16px;padding-bottom:16px}.ph17{padding-top:17px;padding-bottom:17px}.ph18{padding-top:18px;padding-bottom:18px}.ph19{padding-top:19px;padding-bottom:19px}.ph20{padding-top:20px;padding-bottom:20px}.ph21{padding-top:21px;padding-bottom:21px}.ph22{padding-top:22px;padding-bottom:22px}.ph23{padding-top:23px;padding-bottom:23px}.ph24{padding-top:24px;padding-bottom:24px}.ph25{padding-top:25px;padding-bottom:25px}.ph26{padding-top:26px;padding-bottom:26px}.ph27{padding-top:27px;padding-bottom:27px}.ph28{padding-top:28px;padding-bottom:28px}.ph29{padding-top:29px;padding-bottom:29px}.ph30{padding-top:30px;padding-bottom:30px}
.w0{width:0px}.w1{width:1px}.w2{width:2px}.w3{width:3px}.w4{width:4px}.w5{width:5px}.w6{width:6px}.w7{width:7px}.w8{width:8px}.w9{width:9px}.w10{width:10px}.w11{width:11px}.w12{width:12px}.w13{width:13px}.w14{width:14px}.w15{width:15px}.w16{width:16px}.w17{width:17px}.w18{width:18px}.w19{width:19px}.w20{width:20px}.w21{width:21px}.w22{width:22px}.w23{width:23px}.w24{width:24px}.w25{width:25px}.w26{width:26px}.w27{width:27px}.w28{width:28px}.w29{width:29px}.w30{width:30px}.w31{width:31px}.w32{width:32px}.w33{width:33px}.w34{width:34px}.w35{width:35px}.w36{width:36px}.w37{width:37px}.w38{width:38px}.w39{width:39px}.w40{width:40px}.w41{width:41px}.w42{width:42px}.w43{width:43px}.w44{width:44px}.w45{width:45px}.w46{width:46px}.w47{width:47px}.w48{width:48px}.w49{width:49px}.w50{width:50px}.w51{width:51px}.w52{width:52px}.w53{width:53px}.w54{width:54px}.w55{width:55px}.w56{width:56px}.w57{width:57px}.w58{width:58px}.w59{width:59px}.w60{width:60px}.w61{width:61px}.w62{width:62px}.w63{width:63px}.w64{width:64px}.w65{width:65px}.w66{width:66px}.w67{width:67px}.w68{width:68px}.w69{width:69px}.w70{width:70px}.w71{width:71px}.w72{width:72px}.w73{width:73px}.w74{width:74px}.w75{width:75px}.w76{width:76px}.w77{width:77px}.w78{width:78px}.w79{width:79px}.w80{width:80px}.w81{width:81px}.w82{width:82px}.w83{width:83px}.w84{width:84px}.w85{width:85px}.w86{width:86px}.w87{width:87px}.w88{width:88px}.w89{width:89px}.w90{width:90px}.w91{width:91px}.w92{width:92px}.w93{width:93px}.w94{width:94px}.w95{width:95px}.w96{width:96px}.w97{width:97px}.w98{width:98px}.w99{width:99px}.w100{width:100px}.w101{width:101px}.w102{width:102px}.w103{width:103px}.w104{width:104px}.w105{width:105px}.w106{width:106px}.w107{width:107px}.w108{width:108px}.w109{width:109px}.w110{width:110px}.w111{width:111px}.w112{width:112px}.w113{width:113px}.w114{width:114px}.w115{width:115px}.w116{width:116px}.w117{width:117px}.w118{width:118px}.w119{width:119px}.w120{width:120px}.w121{width:121px}.w122{width:122px}.w123{width:123px}.w124{width:124px}.w125{width:125px}.w126{width:126px}.w127{width:127px}.w128{width:128px}.w129{width:129px}.w130{width:130px}.w131{width:131px}.w132{width:132px}.w133{width:133px}.w134{width:134px}.w135{width:135px}.w136{width:136px}.w137{width:137px}.w138{width:138px}.w139{width:139px}.w140{width:140px}.w141{width:141px}.w142{width:142px}.w143{width:143px}.w144{width:144px}.w145{width:145px}.w146{width:146px}.w147{width:147px}.w148{width:148px}.w149{width:149px}.w150{width:150px}.w151{width:151px}.w152{width:152px}.w153{width:153px}.w154{width:154px}.w155{width:155px}.w156{width:156px}.w157{width:157px}.w158{width:158px}.w159{width:159px}.w160{width:160px}.w161{width:161px}.w162{width:162px}.w163{width:163px}.w164{width:164px}.w165{width:165px}.w166{width:166px}.w167{width:167px}.w168{width:168px}.w169{width:169px}.w170{width:170px}.w171{width:171px}.w172{width:172px}.w173{width:173px}.w174{width:174px}.w175{width:175px}.w176{width:176px}.w177{width:177px}.w178{width:178px}.w179{width:179px}.w180{width:180px}.w181{width:181px}.w182{width:182px}.w183{width:183px}.w184{width:184px}.w185{width:185px}.w186{width:186px}.w187{width:187px}.w188{width:188px}.w189{width:189px}.w190{width:190px}.w191{width:191px}.w192{width:192px}.w193{width:193px}.w194{width:194px}.w195{width:195px}.w196{width:196px}.w197{width:197px}.w198{width:198px}.w199{width:199px}.w200{width:200px}.w201{width:201px}.w202{width:202px}.w203{width:203px}.w204{width:204px}.w205{width:205px}.w206{width:206px}.w207{width:207px}.w208{width:208px}.w209{width:209px}.w210{width:210px}.w211{width:211px}.w212{width:212px}.w213{width:213px}.w214{width:214px}.w215{width:215px}.w216{width:216px}.w217{width:217px}.w218{width:218px}.w219{width:219px}.w220{width:220px}.w221{width:221px}.w222{width:222px}.w223{width:223px}.w224{width:224px}.w225{width:225px}.w226{width:226px}.w227{width:227px}.w228{width:228px}.w229{width:229px}.w230{width:230px}.w231{width:231px}.w232{width:232px}.w233{width:233px}.w234{width:234px}.w235{width:235px}.w236{width:236px}.w237{width:237px}.w238{width:238px}.w239{width:239px}.w240{width:240px}.w241{width:241px}.w242{width:242px}.w243{width:243px}.w244{width:244px}.w245{width:245px}.w246{width:246px}.w247{width:247px}.w248{width:248px}.w249{width:249px}.w250{width:250px}.w251{width:251px}.w252{width:252px}.w253{width:253px}.w254{width:254px}.w255{width:255px}.w256{width:256px}.w257{width:257px}.w258{width:258px}.w259{width:259px}.w260{width:260px}.w261{width:261px}.w262{width:262px}.w263{width:263px}.w264{width:264px}.w265{width:265px}.w266{width:266px}.w267{width:267px}.w268{width:268px}.w269{width:269px}.w270{width:270px}.w271{width:271px}.w272{width:272px}.w273{width:273px}.w274{width:274px}.w275{width:275px}.w276{width:276px}.w277{width:277px}.w278{width:278px}.w279{width:279px}.w280{width:280px}.w281{width:281px}.w282{width:282px}.w283{width:283px}.w284{width:284px}.w285{width:285px}.w286{width:286px}.w287{width:287px}.w288{width:288px}.w289{width:289px}.w290{width:290px}.w291{width:291px}.w292{width:292px}.w293{width:293px}.w294{width:294px}.w295{width:295px}.w296{width:296px}.w297{width:297px}.w298{width:298px}.w299{width:299px}.w300{width:300px}.w301{width:301px}.w302{width:302px}.w303{width:303px}.w304{width:304px}.w305{width:305px}.w306{width:306px}.w307{width:307px}.w308{width:308px}.w309{width:309px}.w310{width:310px}.w311{width:311px}.w312{width:312px}.w313{width:313px}.w314{width:314px}.w315{width:315px}.w316{width:316px}.w317{width:317px}.w318{width:318px}.w319{width:319px}.w320{width:320px}.w321{width:321px}.w322{width:322px}.w323{width:323px}.w324{width:324px}.w325{width:325px}.w326{width:326px}.w327{width:327px}.w328{width:328px}.w329{width:329px}.w330{width:330px}.w331{width:331px}.w332{width:332px}.w333{width:333px}.w334{width:334px}.w335{width:335px}.w336{width:336px}.w337{width:337px}.w338{width:338px}.w339{width:339px}.w340{width:340px}.w341{width:341px}.w342{width:342px}.w343{width:343px}.w344{width:344px}.w345{width:345px}.w346{width:346px}.w347{width:347px}.w348{width:348px}.w349{width:349px}.w350{width:350px}.w351{width:351px}.w352{width:352px}.w353{width:353px}.w354{width:354px}.w355{width:355px}.w356{width:356px}.w357{width:357px}.w358{width:358px}.w359{width:359px}.w360{width:360px}.w361{width:361px}.w362{width:362px}.w363{width:363px}.w364{width:364px}.w365{width:365px}.w366{width:366px}.w367{width:367px}.w368{width:368px}.w369{width:369px}.w370{width:370px}.w371{width:371px}.w372{width:372px}.w373{width:373px}.w374{width:374px}.w375{width:375px}.w376{width:376px}.w377{width:377px}.w378{width:378px}.w379{width:379px}.w380{width:380px}.w381{width:381px}.w382{width:382px}.w383{width:383px}.w384{width:384px}.w385{width:385px}.w386{width:386px}.w387{width:387px}.w388{width:388px}.w389{width:389px}.w390{width:390px}.w391{width:391px}.w392{width:392px}.w393{width:393px}.w394{width:394px}.w395{width:395px}.w396{width:396px}.w397{width:397px}.w398{width:398px}.w399{width:399px}.w400{width:400px}
.w400{width:400px}.w402{width:402px}.w404{width:404px}.w406{width:406px}.w408{width:408px}.w410{width:410px}.w412{width:412px}.w414{width:414px}.w416{width:416px}.w418{width:418px}.w420{width:420px}.w422{width:422px}.w424{width:424px}.w426{width:426px}.w428{width:428px}.w430{width:430px}.w432{width:432px}.w434{width:434px}.w436{width:436px}.w438{width:438px}.w440{width:440px}.w442{width:442px}.w444{width:444px}.w446{width:446px}.w448{width:448px}.w450{width:450px}.w452{width:452px}.w454{width:454px}.w456{width:456px}.w458{width:458px}.w460{width:460px}.w462{width:462px}.w464{width:464px}.w466{width:466px}.w468{width:468px}.w470{width:470px}.w472{width:472px}.w474{width:474px}.w476{width:476px}.w478{width:478px}.w480{width:480px}.w482{width:482px}.w484{width:484px}.w486{width:486px}.w488{width:488px}.w490{width:490px}.w492{width:492px}.w494{width:494px}.w496{width:496px}.w498{width:498px}.w500{width:500px}.w502{width:502px}.w504{width:504px}.w506{width:506px}.w508{width:508px}.w510{width:510px}.w512{width:512px}.w514{width:514px}.w516{width:516px}.w518{width:518px}.w520{width:520px}.w522{width:522px}.w524{width:524px}.w526{width:526px}.w528{width:528px}.w530{width:530px}.w532{width:532px}.w534{width:534px}.w536{width:536px}.w538{width:538px}.w540{width:540px}.w542{width:542px}.w544{width:544px}.w546{width:546px}.w548{width:548px}.w550{width:550px}.w552{width:552px}.w554{width:554px}.w556{width:556px}.w558{width:558px}.w560{width:560px}.w562{width:562px}.w564{width:564px}.w566{width:566px}.w568{width:568px}.w570{width:570px}.w572{width:572px}.w574{width:574px}.w576{width:576px}.w578{width:578px}.w580{width:580px}.w582{width:582px}.w584{width:584px}.w586{width:586px}.w588{width:588px}.w590{width:590px}.w592{width:592px}.w594{width:594px}.w596{width:596px}.w598{width:598px}.w600{width:600px}.w602{width:602px}.w604{width:604px}.w606{width:606px}.w608{width:608px}.w610{width:610px}.w612{width:612px}.w614{width:614px}.w616{width:616px}.w618{width:618px}.w620{width:620px}.w622{width:622px}.w624{width:624px}.w626{width:626px}.w628{width:628px}.w630{width:630px}.w632{width:632px}.w634{width:634px}.w636{width:636px}.w638{width:638px}.w640{width:640px}.w642{width:642px}.w644{width:644px}.w646{width:646px}.w648{width:648px}.w650{width:650px}.w652{width:652px}.w654{width:654px}.w656{width:656px}.w658{width:658px}.w660{width:660px}.w662{width:662px}.w664{width:664px}.w666{width:666px}.w668{width:668px}.w670{width:670px}.w672{width:672px}.w674{width:674px}.w676{width:676px}.w678{width:678px}.w680{width:680px}.w682{width:682px}.w684{width:684px}.w686{width:686px}.w688{width:688px}.w690{width:690px}.w692{width:692px}.w694{width:694px}.w696{width:696px}.w698{width:698px}.w700{width:700px}.w702{width:702px}.w704{width:704px}.w706{width:706px}.w708{width:708px}.w710{width:710px}.w712{width:712px}.w714{width:714px}.w716{width:716px}.w718{width:718px}.w720{width:720px}.w722{width:722px}.w724{width:724px}.w726{width:726px}.w728{width:728px}.w730{width:730px}.w732{width:732px}.w734{width:734px}.w736{width:736px}.w738{width:738px}.w740{width:740px}.w742{width:742px}.w744{width:744px}.w746{width:746px}.w748{width:748px}.w750{width:750px}.w752{width:752px}.w754{width:754px}.w756{width:756px}.w758{width:758px}.w760{width:760px}.w762{width:762px}.w764{width:764px}.w766{width:766px}.w768{width:768px}.w770{width:770px}.w772{width:772px}.w774{width:774px}.w776{width:776px}.w778{width:778px}.w780{width:780px}.w782{width:782px}.w784{width:784px}.w786{width:786px}.w788{width:788px}.w790{width:790px}.w792{width:792px}.w794{width:794px}.w796{width:796px}.w798{width:798px}.w800{width:800px}.w802{width:802px}.w804{width:804px}.w806{width:806px}.w808{width:808px}.w810{width:810px}.w812{width:812px}.w814{width:814px}.w816{width:816px}.w818{width:818px}.w820{width:820px}.w822{width:822px}.w824{width:824px}.w826{width:826px}.w828{width:828px}.w830{width:830px}.w832{width:832px}.w834{width:834px}.w836{width:836px}.w838{width:838px}.w840{width:840px}.w842{width:842px}.w844{width:844px}.w846{width:846px}.w848{width:848px}.w850{width:850px}.w852{width:852px}.w854{width:854px}.w856{width:856px}.w858{width:858px}.w860{width:860px}.w862{width:862px}.w864{width:864px}.w866{width:866px}.w868{width:868px}.w870{width:870px}.w872{width:872px}.w874{width:874px}.w876{width:876px}.w878{width:878px}.w880{width:880px}.w882{width:882px}.w884{width:884px}.w886{width:886px}.w888{width:888px}.w890{width:890px}.w892{width:892px}.w894{width:894px}.w896{width:896px}.w898{width:898px}.w900{width:900px}.w902{width:902px}.w904{width:904px}.w906{width:906px}.w908{width:908px}.w910{width:910px}.w912{width:912px}.w914{width:914px}.w916{width:916px}.w918{width:918px}.w920{width:920px}.w922{width:922px}.w924{width:924px}.w926{width:926px}.w928{width:928px}.w930{width:930px}.w932{width:932px}.w934{width:934px}.w936{width:936px}.w938{width:938px}.w940{width:940px}.w942{width:942px}.w944{width:944px}.w946{width:946px}.w948{width:948px}.w950{width:950px}.w952{width:952px}.w954{width:954px}.w956{width:956px}.w958{width:958px}.w960{width:960px}.w962{width:962px}.w964{width:964px}.w966{width:966px}.w968{width:968px}.w970{width:970px}.w972{width:972px}.w974{width:974px}.w976{width:976px}.w978{width:978px}.w980{width:980px}.w982{width:982px}.w984{width:984px}.w986{width:986px}.w988{width:988px}.w990{width:990px}.w992{width:992px}.w994{width:994px}.w996{width:996px}.w998{width:998px}.w1000{width:1000px}.w1002{width:1002px}.w1004{width:1004px}.w1006{width:1006px}.w1008{width:1008px}.w1010{width:1010px}.w1012{width:1012px}.w1014{width:1014px}.w1016{width:1016px}.w1018{width:1018px}.w1020{width:1020px}.w1022{width:1022px}.w1024{width:1024px}.w1026{width:1026px}.w1028{width:1028px}.w1030{width:1030px}.w1032{width:1032px}.w1034{width:1034px}.w1036{width:1036px}.w1038{width:1038px}.w1040{width:1040px}.w1042{width:1042px}.w1044{width:1044px}.w1046{width:1046px}.w1048{width:1048px}.w1050{width:1050px}.w1052{width:1052px}.w1054{width:1054px}.w1056{width:1056px}.w1058{width:1058px}.w1060{width:1060px}.w1062{width:1062px}.w1064{width:1064px}.w1066{width:1066px}.w1068{width:1068px}.w1070{width:1070px}.w1072{width:1072px}.w1074{width:1074px}.w1076{width:1076px}.w1078{width:1078px}.w1080{width:1080px}.w1082{width:1082px}.w1084{width:1084px}.w1086{width:1086px}.w1088{width:1088px}.w1090{width:1090px}.w1092{width:1092px}.w1094{width:1094px}.w1096{width:1096px}.w1098{width:1098px}.w1100{width:1100px}.w1102{width:1102px}.w1104{width:1104px}.w1106{width:1106px}.w1108{width:1108px}.w1110{width:1110px}.w1112{width:1112px}.w1114{width:1114px}.w1116{width:1116px}.w1118{width:1118px}.w1120{width:1120px}.w1122{width:1122px}.w1124{width:1124px}.w1126{width:1126px}.w1128{width:1128px}.w1130{width:1130px}.w1132{width:1132px}.w1134{width:1134px}.w1136{width:1136px}.w1138{width:1138px}.w1140{width:1140px}.w1142{width:1142px}.w1144{width:1144px}.w1146{width:1146px}.w1148{width:1148px}.w1150{width:1150px}.w1152{width:1152px}.w1154{width:1154px}.w1156{width:1156px}.w1158{width:1158px}.w1160{width:1160px}.w1162{width:1162px}.w1164{width:1164px}.w1166{width:1166px}.w1168{width:1168px}.w1170{width:1170px}.w1172{width:1172px}.w1174{width:1174px}.w1176{width:1176px}.w1178{width:1178px}.w1180{width:1180px}.w1182{width:1182px}.w1184{width:1184px}.w1186{width:1186px}.w1188{width:1188px}.w1190{width:1190px}.w1192{width:1192px}.w1194{width:1194px}.w1196{width:1196px}.w1198{width:1198px}.w1200{width:1200px}
.h0{height:0px}.h1{height:1px}.h2{height:2px}.h3{height:3px}.h4{height:4px}.h5{height:5px}.h6{height:6px}.h7{height:7px}.h8{height:8px}.h9{height:9px}.h10{height:10px}.h11{height:11px}.h12{height:12px}.h13{height:13px}.h14{height:14px}.h15{height:15px}.h16{height:16px}.h17{height:17px}.h18{height:18px}.h19{height:19px}.h20{height:20px}.h21{height:21px}.h22{height:22px}.h23{height:23px}.h24{height:24px}.h25{height:25px}.h26{height:26px}.h27{height:27px}.h28{height:28px}.h29{height:29px}.h30{height:30px}.h31{height:31px}.h32{height:32px}.h33{height:33px}.h34{height:34px}.h35{height:35px}.h36{height:36px}.h37{height:37px}.h38{height:38px}.h39{height:39px}.h40{height:40px}.h41{height:41px}.h42{height:42px}.h43{height:43px}.h44{height:44px}.h45{height:45px}.h46{height:46px}.h47{height:47px}.h48{height:48px}.h49{height:49px}.h50{height:50px}.h51{height:51px}.h52{height:52px}.h53{height:53px}.h54{height:54px}.h55{height:55px}.h56{height:56px}.h57{height:57px}.h58{height:58px}.h59{height:59px}.h60{height:60px}.h61{height:61px}.h62{height:62px}.h63{height:63px}.h64{height:64px}.h65{height:65px}.h66{height:66px}.h67{height:67px}.h68{height:68px}.h69{height:69px}.h70{height:70px}.h71{height:71px}.h72{height:72px}.h73{height:73px}.h74{height:74px}.h75{height:75px}.h76{height:76px}.h77{height:77px}.h78{height:78px}.h79{height:79px}.h80{height:80px}.h81{height:81px}.h82{height:82px}.h83{height:83px}.h84{height:84px}.h85{height:85px}.h86{height:86px}.h87{height:87px}.h88{height:88px}.h89{height:89px}.h90{height:90px}.h91{height:91px}.h92{height:92px}.h93{height:93px}.h94{height:94px}.h95{height:95px}.h96{height:96px}.h97{height:97px}.h98{height:98px}.h99{height:99px}.h100{height:100px}.h101{height:101px}.h102{height:102px}.h103{height:103px}.h104{height:104px}.h105{height:105px}.h106{height:106px}.h107{height:107px}.h108{height:108px}.h109{height:109px}.h110{height:110px}.h111{height:111px}.h112{height:112px}.h113{height:113px}.h114{height:114px}.h115{height:115px}.h116{height:116px}.h117{height:117px}.h118{height:118px}.h119{height:119px}.h120{height:120px}.h121{height:121px}.h122{height:122px}.h123{height:123px}.h124{height:124px}.h125{height:125px}.h126{height:126px}.h127{height:127px}.h128{height:128px}.h129{height:129px}.h130{height:130px}.h131{height:131px}.h132{height:132px}.h133{height:133px}.h134{height:134px}.h135{height:135px}.h136{height:136px}.h137{height:137px}.h138{height:138px}.h139{height:139px}.h140{height:140px}.h141{height:141px}.h142{height:142px}.h143{height:143px}.h144{height:144px}.h145{height:145px}.h146{height:146px}.h147{height:147px}.h148{height:148px}.h149{height:149px}.h150{height:150px}.h151{height:151px}.h152{height:152px}.h153{height:153px}.h154{height:154px}.h155{height:155px}.h156{height:156px}.h157{height:157px}.h158{height:158px}.h159{height:159px}.h160{height:160px}.h161{height:161px}.h162{height:162px}.h163{height:163px}.h164{height:164px}.h165{height:165px}.h166{height:166px}.h167{height:167px}.h168{height:168px}.h169{height:169px}.h170{height:170px}.h171{height:171px}.h172{height:172px}.h173{height:173px}.h174{height:174px}.h175{height:175px}.h176{height:176px}.h177{height:177px}.h178{height:178px}.h179{height:179px}.h180{height:180px}.h181{height:181px}.h182{height:182px}.h183{height:183px}.h184{height:184px}.h185{height:185px}.h186{height:186px}.h187{height:187px}.h188{height:188px}.h189{height:189px}.h190{height:190px}.h191{height:191px}.h192{height:192px}.h193{height:193px}.h194{height:194px}.h195{height:195px}.h196{height:196px}.h197{height:197px}.h198{height:198px}.h199{height:199px}.h200{height:200px}.h201{height:201px}.h202{height:202px}.h203{height:203px}.h204{height:204px}.h205{height:205px}.h206{height:206px}.h207{height:207px}.h208{height:208px}.h209{height:209px}.h210{height:210px}.h211{height:211px}.h212{height:212px}.h213{height:213px}.h214{height:214px}.h215{height:215px}.h216{height:216px}.h217{height:217px}.h218{height:218px}.h219{height:219px}.h220{height:220px}.h221{height:221px}.h222{height:222px}.h223{height:223px}.h224{height:224px}.h225{height:225px}.h226{height:226px}.h227{height:227px}.h228{height:228px}.h229{height:229px}.h230{height:230px}.h231{height:231px}.h232{height:232px}.h233{height:233px}.h234{height:234px}.h235{height:235px}.h236{height:236px}.h237{height:237px}.h238{height:238px}.h239{height:239px}.h240{height:240px}.h241{height:241px}.h242{height:242px}.h243{height:243px}.h244{height:244px}.h245{height:245px}.h246{height:246px}.h247{height:247px}.h248{height:248px}.h249{height:249px}.h250{height:250px}.h251{height:251px}.h252{height:252px}.h253{height:253px}.h254{height:254px}.h255{height:255px}.h256{height:256px}.h257{height:257px}.h258{height:258px}.h259{height:259px}.h260{height:260px}.h261{height:261px}.h262{height:262px}.h263{height:263px}.h264{height:264px}.h265{height:265px}.h266{height:266px}.h267{height:267px}.h268{height:268px}.h269{height:269px}.h270{height:270px}.h271{height:271px}.h272{height:272px}.h273{height:273px}.h274{height:274px}.h275{height:275px}.h276{height:276px}.h277{height:277px}.h278{height:278px}.h279{height:279px}.h280{height:280px}.h281{height:281px}.h282{height:282px}.h283{height:283px}.h284{height:284px}.h285{height:285px}.h286{height:286px}.h287{height:287px}.h288{height:288px}.h289{height:289px}.h290{height:290px}.h291{height:291px}.h292{height:292px}.h293{height:293px}.h294{height:294px}.h295{height:295px}.h296{height:296px}.h297{height:297px}.h298{height:298px}.h299{height:299px}.h300{height:300px}.h301{height:301px}.h302{height:302px}.h303{height:303px}.h304{height:304px}.h305{height:305px}.h306{height:306px}.h307{height:307px}.h308{height:308px}.h309{height:309px}.h310{height:310px}.h311{height:311px}.h312{height:312px}.h313{height:313px}.h314{height:314px}.h315{height:315px}.h316{height:316px}.h317{height:317px}.h318{height:318px}.h319{height:319px}.h320{height:320px}.h321{height:321px}.h322{height:322px}.h323{height:323px}.h324{height:324px}.h325{height:325px}.h326{height:326px}.h327{height:327px}.h328{height:328px}.h329{height:329px}.h330{height:330px}.h331{height:331px}.h332{height:332px}.h333{height:333px}.h334{height:334px}.h335{height:335px}.h336{height:336px}.h337{height:337px}.h338{height:338px}.h339{height:339px}.h340{height:340px}.h341{height:341px}.h342{height:342px}.h343{height:343px}.h344{height:344px}.h345{height:345px}.h346{height:346px}.h347{height:347px}.h348{height:348px}.h349{height:349px}.h350{height:350px}.h351{height:351px}.h352{height:352px}.h353{height:353px}.h354{height:354px}.h355{height:355px}.h356{height:356px}.h357{height:357px}.h358{height:358px}.h359{height:359px}.h360{height:360px}.h361{height:361px}.h362{height:362px}.h363{height:363px}.h364{height:364px}.h365{height:365px}.h366{height:366px}.h367{height:367px}.h368{height:368px}.h369{height:369px}.h370{height:370px}.h371{height:371px}.h372{height:372px}.h373{height:373px}.h374{height:374px}.h375{height:375px}.h376{height:376px}.h377{height:377px}.h378{height:378px}.h379{height:379px}.h380{height:380px}.h381{height:381px}.h382{height:382px}.h383{height:383px}.h384{height:384px}.h385{height:385px}.h386{height:386px}.h387{height:387px}.h388{height:388px}.h389{height:389px}.h390{height:390px}.h391{height:391px}.h392{height:392px}.h393{height:393px}.h394{height:394px}.h395{height:395px}.h396{height:396px}.h397{height:397px}.h398{height:398px}.h399{height:399px}.h400{height:400px}
