﻿ @charset "utf-8";
/*1.x*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body {
    font-size: 14px;
    color: #333;
    background: #FFF;
}

img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}

h1, .h1 {
    font-size: 36px;
    padding: 18px 0;
}

h2, .h2 {
    font-size: 28px;
    padding: 14px 0;
}

h3, .h3 {
    font-size: 22px;
    padding: 11px 0;
}

h4, .h4 {
    font-size: 18px;
    padding: 9px 0;
}

h5, .h5 {
    font-size: 14px;
    padding: 7px 0;
}

h6, .h6 {
    font-size: 12px;
    padding: 6px 0;
}

hr {
    background: #EEE;
    color: #EEE;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

a {
    color: #333;
    text-decoration: none;
	outline:none;
}

a:hover {
    color: #2f6698;
}

p {
    line-height: 26px;
}
p1 {
    line-height: 26px;
	color:#000;
}

/*12列布局*/
.container {
    width: 1200px;
    margin: 0 auto;
}

.container-m {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}

.c1200 {
    width: 1200px;
    margin: 0 auto;
}

.c1000 {
    width: 1000px;
    margin: 0 auto;
}

.c980 {
    width: 980px;
    margin: 0 auto;
}

.c640 {
    max-width: 640px;
    margin: 0 auto;
}

.l {
    overflow: hidden;
}

.line-large {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
}

.line-big {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

.line-middle {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.line-small {
    margin-left: -2px;
    margin-right: -2px;
    overflow: hidden;
}

.line {
    overflow: hidden;
}

.l100 {
    margin-left: -50px;
    margin-right: -50px;
    overflow: hidden;
}

.l90 {
    margin-left: -45px;
    margin-right: -45px;
    overflow: hidden;
}

.l80 {
    margin-left: -40px;
    margin-right: -40px;
    overflow: hidden;
}

.l70 {
    margin-left: -35px;
    margin-right: -35px;
    overflow: hidden;
}

.l60 {
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
}

.l50 {
    margin-left: -25px;
    margin-right: -25px;
    overflow: hidden;
}

.l40 {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
}

.l30 {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.l20 {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

.l10 {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.l8 {
    margin-left: -4px;
    margin-right: -4px;
    overflow: hidden;
}

.l6 {
    margin-left: -3px;
    margin-right: -3px;
    overflow: hidden;
}

.l4 {
    margin-left: -2px;
    margin-right: -2px;
    overflow: hidden;
}

.l2 {
    margin-left: -1px;
    margin-right: -1px;
    overflow: hidden;
}

.line-large .x, .line-large .x1, .line-large .x2, .line-large .x3, .line-large .x4, .line-large .x5, .line-large .x6, .line-large .x7, .line-large .x8, .line-large .x9, .line-large .x10, .line-large .x11, .line-large .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.line-big .x, .line-big .x1, .line-big .x2, .line-big .x3, .line-big .x4, .line-big .x5, .line-big .x6, .line-big .x7, .line-big .x8, .line-big .x9, .line-big .x10, .line-big .x11, .line-big .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.line-middle .x, .line-middle .x1, .line-middle .x2, .line-middle .x3, .line-middle .x4, .line-middle .x5, .line-middle .x6, .line-middle .x7, .line-middle .x8, .line-middle .x9, .line-middle .x10, .line-middle .x11, .line-middle .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.line-small .x, .line-small .x1, .line-small .x2, .line-small .x3, .line-small .x4, .line-small .x5, .line-small .x6, .line-small .x7, .line-small .x8, .line-small .x9, .line-small .x10, .line-small .x11, .line-small .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.l100 .x, .l100 .x1, .l100 .x2, .l100 .x3, .l100 .x4, .l100 .x5, .l100 .x6, .l100 .x7, .l100 .x8, .l100 .x9, .l100 .x10, .l100 .x11, .l100 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 50px;
    padding-left: 50px;
}

.l90 .x, .l90 .x1, .l90 .x2, .l90 .x3, .l90 .x4, .l90 .x5, .l90 .x6, .l90 .x7, .l90 .x8, .l90 .x9, .l90 .x10, .l90 .x11, .l90 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 45px;
    padding-left: 45px;
}

.l80 .x, .l80 .x1, .l80 .x2, .l80 .x3, .l80 .x4, .l80 .x5, .l80 .x6, .l80 .x7, .l80 .x8, .l80 .x9, .l80 .x10, .l80 .x11, .l80 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 40px;
    padding-left: 40px;
}

.l70 .x, .l70 .x1, .l70 .x2, .l70 .x3, .l70 .x4, .l70 .x5, .l70 .x6, .l70 .x7, .l70 .x8, .l70 .x9, .l70 .x10, .l70 .x11, .l70 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 35px;
    padding-left: 35px;
}

.l60 .x, .l60 .x1, .l60 .x2, .l60 .x3, .l60 .x4, .l60 .x5, .l60 .x6, .l60 .x7, .l60 .x8, .l60 .x9, .l60 .x10, .l60 .x11, .l60 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.l50 .x, .l50 .x1, .l50 .x2, .l50 .x3, .l50 .x4, .l50 .x5, .l50 .x6, .l50 .x7, .l50 .x8, .l50 .x9, .l50 .x10, .l50 .x11, .l50 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}

.l40 .x, .l40 .x1, .l40 .x2, .l40 .x3, .l40 .x4, .l40 .x5, .l40 .x6, .l40 .x7, .l40 .x8, .l40 .x9, .l40 .x10, .l40 .x11, .l40 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l30 .x, .l30 .x1, .l30 .x2, .l30 .x3, .l30 .x4, .l30 .x5, .l30 .x6, .l30 .x7, .l30 .x8, .l30 .x9, .l30 .x10, .l30 .x11, .l30 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.l20 .x, .l20 .x1, .l20 .x2, .l20 .x3, .l20 .x4, .l20 .x5, .l20 .x6, .l20 .x7, .l20 .x8, .l20 .x9, .l20 .x10, .l20 .x11, .l20 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.l10 .x, .l10 .x1, .l10 .x2, .l10 .x3, .l10 .x4, .l10 .x5, .l10 .x6, .l10 .x7, .l10 .x8, .l10 .x9, .l10 .x10, .l10 .x11, .l10 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.l8 .x, .l8 .x1, .l8 .x2, .l8 .x3, .l8 .x4, .l8 .x5, .l8 .x6, .l8 .x7, .l8 .x8, .l8 .x9, .l8 .x10, .l8 .x11, .l8 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
}

.l6 .x, .l6 .x1, .l6 .x2, .l6 .x3, .l6 .x4, .l6 .x5, .l6 .x6, .l6 .x7, .l6 .x8, .l6 .x9, .l6 .x10, .l6 .x11, .l6 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}

.l4 .x, .l4 .x1, .l4 .x2, .l4 .x3, .l4 .x4, .l4 .x5, .l4 .x6, .l4 .x7, .l4 .x8, .l4 .x9, .l4 .x10, .l4 .x11, .l4 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.l2 .x, .l2 .x1, .l2 .x2, .l2 .x3, .l2 .x4, .l2 .x5, .l2 .x6, .l2 .x7, .l2 .x8, .l2 .x9, .l2 .x10, .l2 .x11, .l2 .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.x .x1, .x2, .x3, .x4, .x5, .x6, .x7, .x8, .x9, .x10, .x11, .x12 {
    float: left;
    position: relative;
    min-height: 1px;
}

.lr .x, .lr .x1, .lr .x2, .lr .x3, .lr .x4, .lr .x5, .lr .x6, .lr .x7, .lr .x8, .lr .x9, .lr .x10, .lr .x11, .lr .x12 {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.x1 {
    width: 8.33333333%;
}

.x2 {
    width: 16.66666667%;
}

.x3 {
    width: 25%;
}

.x4 {
    width: 33.33333333%;
}

.x5 {
    width: 41.66666667%;
}

.x6 {
    width: 50%;
}

.x7 {
    width: 58.33333333%;
}

.x8 {
    width: 66.66666667%;
}

.x9 {
    width: 75%;
}

.x10 {
    width: 83.33333333%;
}

.x11 {
    width: 91.66666667%;
}

.x12 {
    width: 100%;
}

.xl0 {
    margin-left: 0;
}

.xl1 {
    margin-left: 8.33333333%;
}

.xl2 {
    margin-left: 16.66666667%;
}

.xl3 {
    margin-left: 25%;
}

.xl4 {
    margin-left: 33.33333333%;
}

.xl5 {
    margin-left: 41.66666667%;
}

.xl6 {
    margin-left: 50%;
}

.xl7 {
    margin-left: 58.33333333%;
}

.xl8 {
    margin-left: 66.66666667%;
}

.xl9 {
    margin-left: 75%;
}

.xl10 {
    margin-left: 83.33333333%;
}

.xl11 {
    margin-left: 91.66666667%;
}

.xl12 {
    margin-left: 100%;
}

/*120列布局*/
.line-large .xx1, .line-large .xx2, .line-large .xx3, .line-large .xx4, .line-large .xx5, .line-large .xx6, .line-large .xx7, .line-large .xx8, .line-large .xx9, .line-large .xx10, .line-large .xx11, .line-large .xx12, .line-large .xx13, .line-large .xx14, .line-large .xx15, .line-large .xx16, .line-large .xx17, .line-large .xx18, .line-large .xx19, .line-large .xx20, .line-large .xx21, .line-large .xx22, .line-large .xx23, .line-large .xx24, .line-large .xx25, .line-large .xx26, .line-large .xx27, .line-large .xx28, .line-large .xx29, .line-large .xx30, .line-large .xx31, .line-large .xx32, .line-large .xx33, .line-large .xx34, .line-large .xx35, .line-large .xx36, .line-large .xx37, .line-large .xx38, .line-large .xx39, .line-large .xx40, .line-large .xx41, .line-large .xx42, .line-large .xx43, .line-large .xx44, .line-large .xx45, .line-large .xx46, .line-large .xx47, .line-large .xx48, .line-large .xx49, .line-large .xx50, .line-large .xx51, .line-large .xx52, .line-large .xx53, .line-large .xx54, .line-large .xx55, .line-large .xx56, .line-large .xx57, .line-large .xx58, .line-large .xx59, .line-large .xx60, .line-large .xx61, .line-large .xx62, .line-large .xx63, .line-large .xx64, .line-large .xx65, .line-large .xx66, .line-large .xx67, .line-large .xx68, .line-large .xx69, .line-large .xx70, .line-large .xx71, .line-large .xx72, .line-large .xx73, .line-large .xx74, .line-large .xx75, .line-large .xx76, .line-large .xx77, .line-large .xx78, .line-large .xx79, .line-large .xx80, .line-large .xx81, .line-large .xx82, .line-large .xx83, .line-large .xx84, .line-large .xx85, .line-large .xx86, .line-large .xx87, .line-large .xx88, .line-large .xx89, .line-large .xx90, .line-large .xx91, .line-large .xx92, .line-large .xx93, .line-large .xx94, .line-large .xx95, .line-large .xx96, .line-large .xx97, .line-large .xx98, .line-large .xx99, .line-large .xx100, .line-large .xx101, .line-large .xx102, .line-large .xx103, .line-large .xx104, .line-large .xx105, .line-large .xx106, .line-large .xx107, .line-large .xx108, .line-large .xx109, .line-large .xx110, .line-large .xx111, .line-large .xx112, .line-large .xx113, .line-large .xx114, .line-large .xx115, .line-large .xx116, .line-large .xx117, .line-large .xx118, .line-large .xx119, .line-large .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.line-big .xx1, .line-big .xx2, .line-big .xx3, .line-big .xx4, .line-big .xx5, .line-big .xx6, .line-big .xx7, .line-big .xx8, .line-big .xx9, .line-big .xx10, .line-big .xx11, .line-big .xx12, .line-big .xx13, .line-big .xx14, .line-big .xx15, .line-big .xx16, .line-big .xx17, .line-big .xx18, .line-big .xx19, .line-big .xx20, .line-big .xx21, .line-big .xx22, .line-big .xx23, .line-big .xx24, .line-big .xx25, .line-big .xx26, .line-big .xx27, .line-big .xx28, .line-big .xx29, .line-big .xx30, .line-big .xx31, .line-big .xx32, .line-big .xx33, .line-big .xx34, .line-big .xx35, .line-big .xx36, .line-big .xx37, .line-big .xx38, .line-big .xx39, .line-big .xx40, .line-big .xx41, .line-big .xx42, .line-big .xx43, .line-big .xx44, .line-big .xx45, .line-big .xx46, .line-big .xx47, .line-big .xx48, .line-big .xx49, .line-big .xx50, .line-big .xx51, .line-big .xx52, .line-big .xx53, .line-big .xx54, .line-big .xx55, .line-big .xx56, .line-big .xx57, .line-big .xx58, .line-big .xx59, .line-big .xx60, .line-big .xx61, .line-big .xx62, .line-big .xx63, .line-big .xx64, .line-big .xx65, .line-big .xx66, .line-big .xx67, .line-big .xx68, .line-big .xx69, .line-big .xx70, .line-big .xx71, .line-big .xx72, .line-big .xx73, .line-big .xx74, .line-big .xx75, .line-big .xx76, .line-big .xx77, .line-big .xx78, .line-big .xx79, .line-big .xx80, .line-big .xx81, .line-big .xx82, .line-big .xx83, .line-big .xx84, .line-big .xx85, .line-big .xx86, .line-big .xx87, .line-big .xx88, .line-big .xx89, .line-big .xx90, .line-big .xx91, .line-big .xx92, .line-big .xx93, .line-big .xx94, .line-big .xx95, .line-big .xx96, .line-big .xx97, .line-big .xx98, .line-big .xx99, .line-big .xx100, .line-big .xx101, .line-big .xx102, .line-big .xx103, .line-big .xx104, .line-big .xx105, .line-big .xx106, .line-big .xx107, .line-big .xx108, .line-big .xx109, .line-big .xx110, .line-big .xx111, .line-big .xx112, .line-big .xx113, .line-big .xx114, .line-big .xx115, .line-big .xx116, .line-big .xx117, .line-big .xx118, .line-big .xx119, .line-big .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.line-middle .xx1, .line-middle .xx2, .line-middle .xx3, .line-middle .xx4, .line-middle .xx5, .line-middle .xx6, .line-middle .xx7, .line-middle .xx8, .line-middle .xx9, .line-middle .xx10, .line-middle .xx11, .line-middle .xx12, .line-middle .xx13, .line-middle .xx14, .line-middle .xx15, .line-middle .xx16, .line-middle .xx17, .line-middle .xx18, .line-middle .xx19, .line-middle .xx20, .line-middle .xx21, .line-middle .xx22, .line-middle .xx23, .line-middle .xx24, .line-middle .xx25, .line-middle .xx26, .line-middle .xx27, .line-middle .xx28, .line-middle .xx29, .line-middle .xx30, .line-middle .xx31, .line-middle .xx32, .line-middle .xx33, .line-middle .xx34, .line-middle .xx35, .line-middle .xx36, .line-middle .xx37, .line-middle .xx38, .line-middle .xx39, .line-middle .xx40, .line-middle .xx41, .line-middle .xx42, .line-middle .xx43, .line-middle .xx44, .line-middle .xx45, .line-middle .xx46, .line-middle .xx47, .line-middle .xx48, .line-middle .xx49, .line-middle .xx50, .line-middle .xx51, .line-middle .xx52, .line-middle .xx53, .line-middle .xx54, .line-middle .xx55, .line-middle .xx56, .line-middle .xx57, .line-middle .xx58, .line-middle .xx59, .line-middle .xx60, .line-middle .xx61, .line-middle .xx62, .line-middle .xx63, .line-middle .xx64, .line-middle .xx65, .line-middle .xx66, .line-middle .xx67, .line-middle .xx68, .line-middle .xx69, .line-middle .xx70, .line-middle .xx71, .line-middle .xx72, .line-middle .xx73, .line-middle .xx74, .line-middle .xx75, .line-middle .xx76, .line-middle .xx77, .line-middle .xx78, .line-middle .xx79, .line-middle .xx80, .line-middle .xx81, .line-middle .xx82, .line-middle .xx83, .line-middle .xx84, .line-middle .xx85, .line-middle .xx86, .line-middle .xx87, .line-middle .xx88, .line-middle .xx89, .line-middle .xx90, .line-middle .xx91, .line-middle .xx92, .line-middle .xx93, .line-middle .xx94, .line-middle .xx95, .line-middle .xx96, .line-middle .xx97, .line-middle .xx98, .line-middle .xx99, .line-middle .xx100, .line-middle .xx101, .line-middle .xx102, .line-middle .xx103, .line-middle .xx104, .line-middle .xx105, .line-middle .xx106, .line-middle .xx107, .line-middle .xx108, .line-middle .xx109, .line-middle .xx110, .line-middle .xx111, .line-middle .xx112, .line-middle .xx113, .line-middle .xx114, .line-middle .xx115, .line-middle .xx116, .line-middle .xx117, .line-middle .xx118, .line-middle .xx119, .line-middle .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.line-small .xx1, .line-small .xx2, .line-small .xx3, .line-small .xx4, .line-small .xx5, .line-small .xx6, .line-small .xx7, .line-small .xx8, .line-small .xx9, .line-small .xx10, .line-small .xx11, .line-small .xx12, .line-small .xx13, .line-small .xx14, .line-small .xx15, .line-small .xx16, .line-small .xx17, .line-small .xx18, .line-small .xx19, .line-small .xx20, .line-small .xx21, .line-small .xx22, .line-small .xx23, .line-small .xx24, .line-small .xx25, .line-small .xx26, .line-small .xx27, .line-small .xx28, .line-small .xx29, .line-small .xx30, .line-small .xx31, .line-small .xx32, .line-small .xx33, .line-small .xx34, .line-small .xx35, .line-small .xx36, .line-small .xx37, .line-small .xx38, .line-small .xx39, .line-small .xx40, .line-small .xx41, .line-small .xx42, .line-small .xx43, .line-small .xx44, .line-small .xx45, .line-small .xx46, .line-small .xx47, .line-small .xx48, .line-small .xx49, .line-small .xx50, .line-small .xx51, .line-small .xx52, .line-small .xx53, .line-small .xx54, .line-small .xx55, .line-small .xx56, .line-small .xx57, .line-small .xx58, .line-small .xx59, .line-small .xx60, .line-small .xx61, .line-small .xx62, .line-small .xx63, .line-small .xx64, .line-small .xx65, .line-small .xx66, .line-small .xx67, .line-small .xx68, .line-small .xx69, .line-small .xx70, .line-small .xx71, .line-small .xx72, .line-small .xx73, .line-small .xx74, .line-small .xx75, .line-small .xx76, .line-small .xx77, .line-small .xx78, .line-small .xx79, .line-small .xx80, .line-small .xx81, .line-small .xx82, .line-small .xx83, .line-small .xx84, .line-small .xx85, .line-small .xx86, .line-small .xx87, .line-small .xx88, .line-small .xx89, .line-small .xx90, .line-small .xx91, .line-small .xx92, .line-small .xx93, .line-small .xx94, .line-small .xx95, .line-small .xx96, .line-small .xx97, .line-small .xx98, .line-small .xx99, .line-small .xx100, .line-small .xx101, .line-small .xx102, .line-small .xx103, .line-small .xx104, .line-small .xx105, .line-small .xx106, .line-small .xx107, .line-small .xx108, .line-small .xx109, .line-small .xx110, .line-small .xx111, .line-small .xx112, .line-small .xx113, .line-small .xx114, .line-small .xx115, .line-small .xx116, .line-small .xx117, .line-small .xx118, .line-small .xx119, .line-small .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.l100 .xx1, .l100 .xx2, .l100 .xx3, .l100 .xx4, .l100 .xx5, .l100 .xx6, .l100 .xx7, .l100 .xx8, .l100 .xx9, .l100 .xx10, .l100 .xx11, .l100 .xx12, .l100 .xx13, .l100 .xx14, .l100 .xx15, .l100 .xx16, .l100 .xx17, .l100 .xx18, .l100 .xx19, .l100 .xx20, .l100 .xx21, .l100 .xx22, .l100 .xx23, .l100 .xx24, .l100 .xx25, .l100 .xx26, .l100 .xx27, .l100 .xx28, .l100 .xx29, .l100 .xx30, .l100 .xx31, .l100 .xx32, .l100 .xx33, .l100 .xx34, .l100 .xx35, .l100 .xx36, .l100 .xx37, .l100 .xx38, .l100 .xx39, .l100 .xx40, .l100 .xx41, .l100 .xx42, .l100 .xx43, .l100 .xx44, .l100 .xx45, .l100 .xx46, .l100 .xx47, .l100 .xx48, .l100 .xx49, .l100 .xx50, .l100 .xx51, .l100 .xx52, .l100 .xx53, .l100 .xx54, .l100 .xx55, .l100 .xx56, .l100 .xx57, .l100 .xx58, .l100 .xx59, .l100 .xx60, .l100 .xx61, .l100 .xx62, .l100 .xx63, .l100 .xx64, .l100 .xx65, .l100 .xx66, .l100 .xx67, .l100 .xx68, .l100 .xx69, .l100 .xx70, .l100 .xx71, .l100 .xx72, .l100 .xx73, .l100 .xx74, .l100 .xx75, .l100 .xx76, .l100 .xx77, .l100 .xx78, .l100 .xx79, .l100 .xx80, .l100 .xx81, .l100 .xx82, .l100 .xx83, .l100 .xx84, .l100 .xx85, .l100 .xx86, .l100 .xx87, .l100 .xx88, .l100 .xx89, .l100 .xx90, .l100 .xx91, .l100 .xx92, .l100 .xx93, .l100 .xx94, .l100 .xx95, .l100 .xx96, .l100 .xx97, .l100 .xx98, .l100 .xx99, .l100 .xx100, .l100 .xx101, .l100 .xx102, .l100 .xx103, .l100 .xx104, .l100 .xx105, .l100 .xx106, .l100 .xx107, .l100 .xx108, .l100 .xx109, .l100 .xx110, .l100 .xx111, .l100 .xx112, .l100 .xx113, .l100 .xx114, .l100 .xx115, .l100 .xx116, .l100 .xx117, .l100 .xx118, .l100 .xx119, .l100 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 50px;
    padding-left: 50px;
}

.l90 .xx1, .l90 .xx2, .l90 .xx3, .l90 .xx4, .l90 .xx5, .l90 .xx6, .l90 .xx7, .l90 .xx8, .l90 .xx9, .l90 .xx10, .l90 .xx11, .l90 .xx12, .l90 .xx13, .l90 .xx14, .l90 .xx15, .l90 .xx16, .l90 .xx17, .l90 .xx18, .l90 .xx19, .l90 .xx20, .l90 .xx21, .l90 .xx22, .l90 .xx23, .l90 .xx24, .l90 .xx25, .l90 .xx26, .l90 .xx27, .l90 .xx28, .l90 .xx29, .l90 .xx30, .l90 .xx31, .l90 .xx32, .l90 .xx33, .l90 .xx34, .l90 .xx35, .l90 .xx36, .l90 .xx37, .l90 .xx38, .l90 .xx39, .l90 .xx40, .l90 .xx41, .l90 .xx42, .l90 .xx43, .l90 .xx44, .l90 .xx45, .l90 .xx46, .l90 .xx47, .l90 .xx48, .l90 .xx49, .l90 .xx50, .l90 .xx51, .l90 .xx52, .l90 .xx53, .l90 .xx54, .l90 .xx55, .l90 .xx56, .l90 .xx57, .l90 .xx58, .l90 .xx59, .l90 .xx60, .l90 .xx61, .l90 .xx62, .l90 .xx63, .l90 .xx64, .l90 .xx65, .l90 .xx66, .l90 .xx67, .l90 .xx68, .l90 .xx69, .l90 .xx70, .l90 .xx71, .l90 .xx72, .l90 .xx73, .l90 .xx74, .l90 .xx75, .l90 .xx76, .l90 .xx77, .l90 .xx78, .l90 .xx79, .l90 .xx80, .l90 .xx81, .l90 .xx82, .l90 .xx83, .l90 .xx84, .l90 .xx85, .l90 .xx86, .l90 .xx87, .l90 .xx88, .l90 .xx89, .l90 .xx90, .l90 .xx91, .l90 .xx92, .l90 .xx93, .l90 .xx94, .l90 .xx95, .l90 .xx96, .l90 .xx97, .l90 .xx98, .l90 .xx99, .l90 .xx100, .l90 .xx101, .l90 .xx102, .l90 .xx103, .l90 .xx104, .l90 .xx105, .l90 .xx106, .l90 .xx107, .l90 .xx108, .l90 .xx109, .l90 .xx110, .l90 .xx111, .l90 .xx112, .l90 .xx113, .l90 .xx114, .l90 .xx115, .l90 .xx116, .l90 .xx117, .l90 .xx118, .l90 .xx119, .l90 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 45px;
    padding-left: 45px;
}

.l80 .xx1, .l80 .xx2, .l80 .xx3, .l80 .xx4, .l80 .xx5, .l80 .xx6, .l80 .xx7, .l80 .xx8, .l80 .xx9, .l80 .xx10, .l80 .xx11, .l80 .xx12, .l80 .xx13, .l80 .xx14, .l80 .xx15, .l80 .xx16, .l80 .xx17, .l80 .xx18, .l80 .xx19, .l80 .xx20, .l80 .xx21, .l80 .xx22, .l80 .xx23, .l80 .xx24, .l80 .xx25, .l80 .xx26, .l80 .xx27, .l80 .xx28, .l80 .xx29, .l80 .xx30, .l80 .xx31, .l80 .xx32, .l80 .xx33, .l80 .xx34, .l80 .xx35, .l80 .xx36, .l80 .xx37, .l80 .xx38, .l80 .xx39, .l80 .xx40, .l80 .xx41, .l80 .xx42, .l80 .xx43, .l80 .xx44, .l80 .xx45, .l80 .xx46, .l80 .xx47, .l80 .xx48, .l80 .xx49, .l80 .xx50, .l80 .xx51, .l80 .xx52, .l80 .xx53, .l80 .xx54, .l80 .xx55, .l80 .xx56, .l80 .xx57, .l80 .xx58, .l80 .xx59, .l80 .xx60, .l80 .xx61, .l80 .xx62, .l80 .xx63, .l80 .xx64, .l80 .xx65, .l80 .xx66, .l80 .xx67, .l80 .xx68, .l80 .xx69, .l80 .xx70, .l80 .xx71, .l80 .xx72, .l80 .xx73, .l80 .xx74, .l80 .xx75, .l80 .xx76, .l80 .xx77, .l80 .xx78, .l80 .xx79, .l80 .xx80, .l80 .xx81, .l80 .xx82, .l80 .xx83, .l80 .xx84, .l80 .xx85, .l80 .xx86, .l80 .xx87, .l80 .xx88, .l80 .xx89, .l80 .xx90, .l80 .xx91, .l80 .xx92, .l80 .xx93, .l80 .xx94, .l80 .xx95, .l80 .xx96, .l80 .xx97, .l80 .xx98, .l80 .xx99, .l80 .xx100, .l80 .xx101, .l80 .xx102, .l80 .xx103, .l80 .xx104, .l80 .xx105, .l80 .xx106, .l80 .xx107, .l80 .xx108, .l80 .xx109, .l80 .xx110, .l80 .xx111, .l80 .xx112, .l80 .xx113, .l80 .xx114, .l80 .xx115, .l80 .xx116, .l80 .xx117, .l80 .xx118, .l80 .xx119, .l80 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 40px;
    padding-left: 40px;
}

.l70 .xx1, .l70 .xx2, .l70 .xx3, .l70 .xx4, .l70 .xx5, .l70 .xx6, .l70 .xx7, .l70 .xx8, .l70 .xx9, .l70 .xx10, .l70 .xx11, .l70 .xx12, .l70 .xx13, .l70 .xx14, .l70 .xx15, .l70 .xx16, .l70 .xx17, .l70 .xx18, .l70 .xx19, .l70 .xx20, .l70 .xx21, .l70 .xx22, .l70 .xx23, .l70 .xx24, .l70 .xx25, .l70 .xx26, .l70 .xx27, .l70 .xx28, .l70 .xx29, .l70 .xx30, .l70 .xx31, .l70 .xx32, .l70 .xx33, .l70 .xx34, .l70 .xx35, .l70 .xx36, .l70 .xx37, .l70 .xx38, .l70 .xx39, .l70 .xx40, .l70 .xx41, .l70 .xx42, .l70 .xx43, .l70 .xx44, .l70 .xx45, .l70 .xx46, .l70 .xx47, .l70 .xx48, .l70 .xx49, .l70 .xx50, .l70 .xx51, .l70 .xx52, .l70 .xx53, .l70 .xx54, .l70 .xx55, .l70 .xx56, .l70 .xx57, .l70 .xx58, .l70 .xx59, .l70 .xx60, .l70 .xx61, .l70 .xx62, .l70 .xx63, .l70 .xx64, .l70 .xx65, .l70 .xx66, .l70 .xx67, .l70 .xx68, .l70 .xx69, .l70 .xx70, .l70 .xx71, .l70 .xx72, .l70 .xx73, .l70 .xx74, .l70 .xx75, .l70 .xx76, .l70 .xx77, .l70 .xx78, .l70 .xx79, .l70 .xx80, .l70 .xx81, .l70 .xx82, .l70 .xx83, .l70 .xx84, .l70 .xx85, .l70 .xx86, .l70 .xx87, .l70 .xx88, .l70 .xx89, .l70 .xx90, .l70 .xx91, .l70 .xx92, .l70 .xx93, .l70 .xx94, .l70 .xx95, .l70 .xx96, .l70 .xx97, .l70 .xx98, .l70 .xx99, .l70 .xx100, .l70 .xx101, .l70 .xx102, .l70 .xx103, .l70 .xx104, .l70 .xx105, .l70 .xx106, .l70 .xx107, .l70 .xx108, .l70 .xx109, .l70 .xx110, .l70 .xx111, .l70 .xx112, .l70 .xx113, .l70 .xx114, .l70 .xx115, .l70 .xx116, .l70 .xx117, .l70 .xx118, .l70 .xx119, .l70 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 35px;
    padding-left: 35px;
}

.l60 .xx1, .l60 .xx2, .l60 .xx3, .l60 .xx4, .l60 .xx5, .l60 .xx6, .l60 .xx7, .l60 .xx8, .l60 .xx9, .l60 .xx10, .l60 .xx11, .l60 .xx12, .l60 .xx13, .l60 .xx14, .l60 .xx15, .l60 .xx16, .l60 .xx17, .l60 .xx18, .l60 .xx19, .l60 .xx20, .l60 .xx21, .l60 .xx22, .l60 .xx23, .l60 .xx24, .l60 .xx25, .l60 .xx26, .l60 .xx27, .l60 .xx28, .l60 .xx29, .l60 .xx30, .l60 .xx31, .l60 .xx32, .l60 .xx33, .l60 .xx34, .l60 .xx35, .l60 .xx36, .l60 .xx37, .l60 .xx38, .l60 .xx39, .l60 .xx40, .l60 .xx41, .l60 .xx42, .l60 .xx43, .l60 .xx44, .l60 .xx45, .l60 .xx46, .l60 .xx47, .l60 .xx48, .l60 .xx49, .l60 .xx50, .l60 .xx51, .l60 .xx52, .l60 .xx53, .l60 .xx54, .l60 .xx55, .l60 .xx56, .l60 .xx57, .l60 .xx58, .l60 .xx59, .l60 .xx60, .l60 .xx61, .l60 .xx62, .l60 .xx63, .l60 .xx64, .l60 .xx65, .l60 .xx66, .l60 .xx67, .l60 .xx68, .l60 .xx69, .l60 .xx70, .l60 .xx71, .l60 .xx72, .l60 .xx73, .l60 .xx74, .l60 .xx75, .l60 .xx76, .l60 .xx77, .l60 .xx78, .l60 .xx79, .l60 .xx80, .l60 .xx81, .l60 .xx82, .l60 .xx83, .l60 .xx84, .l60 .xx85, .l60 .xx86, .l60 .xx87, .l60 .xx88, .l60 .xx89, .l60 .xx90, .l60 .xx91, .l60 .xx92, .l60 .xx93, .l60 .xx94, .l60 .xx95, .l60 .xx96, .l60 .xx97, .l60 .xx98, .l60 .xx99, .l60 .xx100, .l60 .xx101, .l60 .xx102, .l60 .xx103, .l60 .xx104, .l60 .xx105, .l60 .xx106, .l60 .xx107, .l60 .xx108, .l60 .xx109, .l60 .xx110, .l60 .xx111, .l60 .xx112, .l60 .xx113, .l60 .xx114, .l60 .xx115, .l60 .xx116, .l60 .xx117, .l60 .xx118, .l60 .xx119, .l60 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.l50 .xx1, .l50 .xx2, .l50 .xx3, .l50 .xx4, .l50 .xx5, .l50 .xx6, .l50 .xx7, .l50 .xx8, .l50 .xx9, .l50 .xx10, .l50 .xx11, .l50 .xx12, .l50 .xx13, .l50 .xx14, .l50 .xx15, .l50 .xx16, .l50 .xx17, .l50 .xx18, .l50 .xx19, .l50 .xx20, .l50 .xx21, .l50 .xx22, .l50 .xx23, .l50 .xx24, .l50 .xx25, .l50 .xx26, .l50 .xx27, .l50 .xx28, .l50 .xx29, .l50 .xx30, .l50 .xx31, .l50 .xx32, .l50 .xx33, .l50 .xx34, .l50 .xx35, .l50 .xx36, .l50 .xx37, .l50 .xx38, .l50 .xx39, .l50 .xx40, .l50 .xx41, .l50 .xx42, .l50 .xx43, .l50 .xx44, .l50 .xx45, .l50 .xx46, .l50 .xx47, .l50 .xx48, .l50 .xx49, .l50 .xx50, .l50 .xx51, .l50 .xx52, .l50 .xx53, .l50 .xx54, .l50 .xx55, .l50 .xx56, .l50 .xx57, .l50 .xx58, .l50 .xx59, .l50 .xx60, .l50 .xx61, .l50 .xx62, .l50 .xx63, .l50 .xx64, .l50 .xx65, .l50 .xx66, .l50 .xx67, .l50 .xx68, .l50 .xx69, .l50 .xx70, .l50 .xx71, .l50 .xx72, .l50 .xx73, .l50 .xx74, .l50 .xx75, .l50 .xx76, .l50 .xx77, .l50 .xx78, .l50 .xx79, .l50 .xx80, .l50 .xx81, .l50 .xx82, .l50 .xx83, .l50 .xx84, .l50 .xx85, .l50 .xx86, .l50 .xx87, .l50 .xx88, .l50 .xx89, .l50 .xx90, .l50 .xx91, .l50 .xx92, .l50 .xx93, .l50 .xx94, .l50 .xx95, .l50 .xx96, .l50 .xx97, .l50 .xx98, .l50 .xx99, .l50 .xx100, .l50 .xx101, .l50 .xx102, .l50 .xx103, .l50 .xx104, .l50 .xx105, .l50 .xx106, .l50 .xx107, .l50 .xx108, .l50 .xx109, .l50 .xx110, .l50 .xx111, .l50 .xx112, .l50 .xx113, .l50 .xx114, .l50 .xx115, .l50 .xx116, .l50 .xx117, .l50 .xx118, .l50 .xx119, .l50 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}

.l40 .xx1, .l40 .xx2, .l40 .xx3, .l40 .xx4, .l40 .xx5, .l40 .xx6, .l40 .xx7, .l40 .xx8, .l40 .xx9, .l40 .xx10, .l40 .xx11, .l40 .xx12, .l40 .xx13, .l40 .xx14, .l40 .xx15, .l40 .xx16, .l40 .xx17, .l40 .xx18, .l40 .xx19, .l40 .xx20, .l40 .xx21, .l40 .xx22, .l40 .xx23, .l40 .xx24, .l40 .xx25, .l40 .xx26, .l40 .xx27, .l40 .xx28, .l40 .xx29, .l40 .xx30, .l40 .xx31, .l40 .xx32, .l40 .xx33, .l40 .xx34, .l40 .xx35, .l40 .xx36, .l40 .xx37, .l40 .xx38, .l40 .xx39, .l40 .xx40, .l40 .xx41, .l40 .xx42, .l40 .xx43, .l40 .xx44, .l40 .xx45, .l40 .xx46, .l40 .xx47, .l40 .xx48, .l40 .xx49, .l40 .xx50, .l40 .xx51, .l40 .xx52, .l40 .xx53, .l40 .xx54, .l40 .xx55, .l40 .xx56, .l40 .xx57, .l40 .xx58, .l40 .xx59, .l40 .xx60, .l40 .xx61, .l40 .xx62, .l40 .xx63, .l40 .xx64, .l40 .xx65, .l40 .xx66, .l40 .xx67, .l40 .xx68, .l40 .xx69, .l40 .xx70, .l40 .xx71, .l40 .xx72, .l40 .xx73, .l40 .xx74, .l40 .xx75, .l40 .xx76, .l40 .xx77, .l40 .xx78, .l40 .xx79, .l40 .xx80, .l40 .xx81, .l40 .xx82, .l40 .xx83, .l40 .xx84, .l40 .xx85, .l40 .xx86, .l40 .xx87, .l40 .xx88, .l40 .xx89, .l40 .xx90, .l40 .xx91, .l40 .xx92, .l40 .xx93, .l40 .xx94, .l40 .xx95, .l40 .xx96, .l40 .xx97, .l40 .xx98, .l40 .xx99, .l40 .xx100, .l40 .xx101, .l40 .xx102, .l40 .xx103, .l40 .xx104, .l40 .xx105, .l40 .xx106, .l40 .xx107, .l40 .xx108, .l40 .xx109, .l40 .xx110, .l40 .xx111, .l40 .xx112, .l40 .xx113, .l40 .xx114, .l40 .xx115, .l40 .xx116, .l40 .xx117, .l40 .xx118, .l40 .xx119, .l40 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l30 .xx1, .l30 .xx2, .l30 .xx3, .l30 .xx4, .l30 .xx5, .l30 .xx6, .l30 .xx7, .l30 .xx8, .l30 .xx9, .l30 .xx10, .l30 .xx11, .l30 .xx12, .l30 .xx13, .l30 .xx14, .l30 .xx15, .l30 .xx16, .l30 .xx17, .l30 .xx18, .l30 .xx19, .l30 .xx20, .l30 .xx21, .l30 .xx22, .l30 .xx23, .l30 .xx24, .l30 .xx25, .l30 .xx26, .l30 .xx27, .l30 .xx28, .l30 .xx29, .l30 .xx30, .l30 .xx31, .l30 .xx32, .l30 .xx33, .l30 .xx34, .l30 .xx35, .l30 .xx36, .l30 .xx37, .l30 .xx38, .l30 .xx39, .l30 .xx40, .l30 .xx41, .l30 .xx42, .l30 .xx43, .l30 .xx44, .l30 .xx45, .l30 .xx46, .l30 .xx47, .l30 .xx48, .l30 .xx49, .l30 .xx50, .l30 .xx51, .l30 .xx52, .l30 .xx53, .l30 .xx54, .l30 .xx55, .l30 .xx56, .l30 .xx57, .l30 .xx58, .l30 .xx59, .l30 .xx60, .l30 .xx61, .l30 .xx62, .l30 .xx63, .l30 .xx64, .l30 .xx65, .l30 .xx66, .l30 .xx67, .l30 .xx68, .l30 .xx69, .l30 .xx70, .l30 .xx71, .l30 .xx72, .l30 .xx73, .l30 .xx74, .l30 .xx75, .l30 .xx76, .l30 .xx77, .l30 .xx78, .l30 .xx79, .l30 .xx80, .l30 .xx81, .l30 .xx82, .l30 .xx83, .l30 .xx84, .l30 .xx85, .l30 .xx86, .l30 .xx87, .l30 .xx88, .l30 .xx89, .l30 .xx90, .l30 .xx91, .l30 .xx92, .l30 .xx93, .l30 .xx94, .l30 .xx95, .l30 .xx96, .l30 .xx97, .l30 .xx98, .l30 .xx99, .l30 .xx100, .l30 .xx101, .l30 .xx102, .l30 .xx103, .l30 .xx104, .l30 .xx105, .l30 .xx106, .l30 .xx107, .l30 .xx108, .l30 .xx109, .l30 .xx110, .l30 .xx111, .l30 .xx112, .l30 .xx113, .l30 .xx114, .l30 .xx115, .l30 .xx116, .l30 .xx117, .l30 .xx118, .l30 .xx119, .l30 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.l20 .xx1, .l20 .xx2, .l20 .xx3, .l20 .xx4, .l20 .xx5, .l20 .xx6, .l20 .xx7, .l20 .xx8, .l20 .xx9, .l20 .xx10, .l20 .xx11, .l20 .xx12, .l20 .xx13, .l20 .xx14, .l20 .xx15, .l20 .xx16, .l20 .xx17, .l20 .xx18, .l20 .xx19, .l20 .xx20, .l20 .xx21, .l20 .xx22, .l20 .xx23, .l20 .xx24, .l20 .xx25, .l20 .xx26, .l20 .xx27, .l20 .xx28, .l20 .xx29, .l20 .xx30, .l20 .xx31, .l20 .xx32, .l20 .xx33, .l20 .xx34, .l20 .xx35, .l20 .xx36, .l20 .xx37, .l20 .xx38, .l20 .xx39, .l20 .xx40, .l20 .xx41, .l20 .xx42, .l20 .xx43, .l20 .xx44, .l20 .xx45, .l20 .xx46, .l20 .xx47, .l20 .xx48, .l20 .xx49, .l20 .xx50, .l20 .xx51, .l20 .xx52, .l20 .xx53, .l20 .xx54, .l20 .xx55, .l20 .xx56, .l20 .xx57, .l20 .xx58, .l20 .xx59, .l20 .xx60, .l20 .xx61, .l20 .xx62, .l20 .xx63, .l20 .xx64, .l20 .xx65, .l20 .xx66, .l20 .xx67, .l20 .xx68, .l20 .xx69, .l20 .xx70, .l20 .xx71, .l20 .xx72, .l20 .xx73, .l20 .xx74, .l20 .xx75, .l20 .xx76, .l20 .xx77, .l20 .xx78, .l20 .xx79, .l20 .xx80, .l20 .xx81, .l20 .xx82, .l20 .xx83, .l20 .xx84, .l20 .xx85, .l20 .xx86, .l20 .xx87, .l20 .xx88, .l20 .xx89, .l20 .xx90, .l20 .xx91, .l20 .xx92, .l20 .xx93, .l20 .xx94, .l20 .xx95, .l20 .xx96, .l20 .xx97, .l20 .xx98, .l20 .xx99, .l20 .xx100, .l20 .xx101, .l20 .xx102, .l20 .xx103, .l20 .xx104, .l20 .xx105, .l20 .xx106, .l20 .xx107, .l20 .xx108, .l20 .xx109, .l20 .xx110, .l20 .xx111, .l20 .xx112, .l20 .xx113, .l20 .xx114, .l20 .xx115, .l20 .xx116, .l20 .xx117, .l20 .xx118, .l20 .xx119, .l20 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.l10 .xx1, .l10 .xx2, .l10 .xx3, .l10 .xx4, .l10 .xx5, .l10 .xx6, .l10 .xx7, .l10 .xx8, .l10 .xx9, .l10 .xx10, .l10 .xx11, .l10 .xx12, .l10 .xx13, .l10 .xx14, .l10 .xx15, .l10 .xx16, .l10 .xx17, .l10 .xx18, .l10 .xx19, .l10 .xx20, .l10 .xx21, .l10 .xx22, .l10 .xx23, .l10 .xx24, .l10 .xx25, .l10 .xx26, .l10 .xx27, .l10 .xx28, .l10 .xx29, .l10 .xx30, .l10 .xx31, .l10 .xx32, .l10 .xx33, .l10 .xx34, .l10 .xx35, .l10 .xx36, .l10 .xx37, .l10 .xx38, .l10 .xx39, .l10 .xx40, .l10 .xx41, .l10 .xx42, .l10 .xx43, .l10 .xx44, .l10 .xx45, .l10 .xx46, .l10 .xx47, .l10 .xx48, .l10 .xx49, .l10 .xx50, .l10 .xx51, .l10 .xx52, .l10 .xx53, .l10 .xx54, .l10 .xx55, .l10 .xx56, .l10 .xx57, .l10 .xx58, .l10 .xx59, .l10 .xx60, .l10 .xx61, .l10 .xx62, .l10 .xx63, .l10 .xx64, .l10 .xx65, .l10 .xx66, .l10 .xx67, .l10 .xx68, .l10 .xx69, .l10 .xx70, .l10 .xx71, .l10 .xx72, .l10 .xx73, .l10 .xx74, .l10 .xx75, .l10 .xx76, .l10 .xx77, .l10 .xx78, .l10 .xx79, .l10 .xx80, .l10 .xx81, .l10 .xx82, .l10 .xx83, .l10 .xx84, .l10 .xx85, .l10 .xx86, .l10 .xx87, .l10 .xx88, .l10 .xx89, .l10 .xx90, .l10 .xx91, .l10 .xx92, .l10 .xx93, .l10 .xx94, .l10 .xx95, .l10 .xx96, .l10 .xx97, .l10 .xx98, .l10 .xx99, .l10 .xx100, .l10 .xx101, .l10 .xx102, .l10 .xx103, .l10 .xx104, .l10 .xx105, .l10 .xx106, .l10 .xx107, .l10 .xx108, .l10 .xx109, .l10 .xx110, .l10 .xx111, .l10 .xx112, .l10 .xx113, .l10 .xx114, .l10 .xx115, .l10 .xx116, .l10 .xx117, .l10 .xx118, .l10 .xx119, .l10 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.l8 .xx1, .l8 .xx2, .l8 .xx3, .l8 .xx4, .l8 .xx5, .l8 .xx6, .l8 .xx7, .l8 .xx8, .l8 .xx9, .l8 .xx10, .l8 .xx11, .l8 .xx12, .l8 .xx13, .l8 .xx14, .l8 .xx15, .l8 .xx16, .l8 .xx17, .l8 .xx18, .l8 .xx19, .l8 .xx20, .l8 .xx21, .l8 .xx22, .l8 .xx23, .l8 .xx24, .l8 .xx25, .l8 .xx26, .l8 .xx27, .l8 .xx28, .l8 .xx29, .l8 .xx30, .l8 .xx31, .l8 .xx32, .l8 .xx33, .l8 .xx34, .l8 .xx35, .l8 .xx36, .l8 .xx37, .l8 .xx38, .l8 .xx39, .l8 .xx40, .l8 .xx41, .l8 .xx42, .l8 .xx43, .l8 .xx44, .l8 .xx45, .l8 .xx46, .l8 .xx47, .l8 .xx48, .l8 .xx49, .l8 .xx50, .l8 .xx51, .l8 .xx52, .l8 .xx53, .l8 .xx54, .l8 .xx55, .l8 .xx56, .l8 .xx57, .l8 .xx58, .l8 .xx59, .l8 .xx60, .l8 .xx61, .l8 .xx62, .l8 .xx63, .l8 .xx64, .l8 .xx65, .l8 .xx66, .l8 .xx67, .l8 .xx68, .l8 .xx69, .l8 .xx70, .l8 .xx71, .l8 .xx72, .l8 .xx73, .l8 .xx74, .l8 .xx75, .l8 .xx76, .l8 .xx77, .l8 .xx78, .l8 .xx79, .l8 .xx80, .l8 .xx81, .l8 .xx82, .l8 .xx83, .l8 .xx84, .l8 .xx85, .l8 .xx86, .l8 .xx87, .l8 .xx88, .l8 .xx89, .l8 .xx90, .l8 .xx91, .l8 .xx92, .l8 .xx93, .l8 .xx94, .l8 .xx95, .l8 .xx96, .l8 .xx97, .l8 .xx98, .l8 .xx99, .l8 .xx100, .l8 .xx101, .l8 .xx102, .l8 .xx103, .l8 .xx104, .l8 .xx105, .l8 .xx106, .l8 .xx107, .l8 .xx108, .l8 .xx109, .l8 .xx110, .l8 .xx111, .l8 .xx112, .l8 .xx113, .l8 .xx114, .l8 .xx115, .l8 .xx116, .l8 .xx117, .l8 .xx118, .l8 .xx119, .l8 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
}

.l6 .xx1, .l6 .xx2, .l6 .xx3, .l6 .xx4, .l6 .xx5, .l6 .xx6, .l6 .xx7, .l6 .xx8, .l6 .xx9, .l6 .xx10, .l6 .xx11, .l6 .xx12, .l6 .xx13, .l6 .xx14, .l6 .xx15, .l6 .xx16, .l6 .xx17, .l6 .xx18, .l6 .xx19, .l6 .xx20, .l6 .xx21, .l6 .xx22, .l6 .xx23, .l6 .xx24, .l6 .xx25, .l6 .xx26, .l6 .xx27, .l6 .xx28, .l6 .xx29, .l6 .xx30, .l6 .xx31, .l6 .xx32, .l6 .xx33, .l6 .xx34, .l6 .xx35, .l6 .xx36, .l6 .xx37, .l6 .xx38, .l6 .xx39, .l6 .xx40, .l6 .xx41, .l6 .xx42, .l6 .xx43, .l6 .xx44, .l6 .xx45, .l6 .xx46, .l6 .xx47, .l6 .xx48, .l6 .xx49, .l6 .xx50, .l6 .xx51, .l6 .xx52, .l6 .xx53, .l6 .xx54, .l6 .xx55, .l6 .xx56, .l6 .xx57, .l6 .xx58, .l6 .xx59, .l6 .xx60, .l6 .xx61, .l6 .xx62, .l6 .xx63, .l6 .xx64, .l6 .xx65, .l6 .xx66, .l6 .xx67, .l6 .xx68, .l6 .xx69, .l6 .xx70, .l6 .xx71, .l6 .xx72, .l6 .xx73, .l6 .xx74, .l6 .xx75, .l6 .xx76, .l6 .xx77, .l6 .xx78, .l6 .xx79, .l6 .xx80, .l6 .xx81, .l6 .xx82, .l6 .xx83, .l6 .xx84, .l6 .xx85, .l6 .xx86, .l6 .xx87, .l6 .xx88, .l6 .xx89, .l6 .xx90, .l6 .xx91, .l6 .xx92, .l6 .xx93, .l6 .xx94, .l6 .xx95, .l6 .xx96, .l6 .xx97, .l6 .xx98, .l6 .xx99, .l6 .xx100, .l6 .xx101, .l6 .xx102, .l6 .xx103, .l6 .xx104, .l6 .xx105, .l6 .xx106, .l6 .xx107, .l6 .xx108, .l6 .xx109, .l6 .xx110, .l6 .xx111, .l6 .xx112, .l6 .xx113, .l6 .xx114, .l6 .xx115, .l6 .xx116, .l6 .xx117, .l6 .xx118, .l6 .xx119, .l6 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}

.l4 .xx1, .l4 .xx2, .l4 .xx3, .l4 .xx4, .l4 .xx5, .l4 .xx6, .l4 .xx7, .l4 .xx8, .l4 .xx9, .l4 .xx10, .l4 .xx11, .l4 .xx12, .l4 .xx13, .l4 .xx14, .l4 .xx15, .l4 .xx16, .l4 .xx17, .l4 .xx18, .l4 .xx19, .l4 .xx20, .l4 .xx21, .l4 .xx22, .l4 .xx23, .l4 .xx24, .l4 .xx25, .l4 .xx26, .l4 .xx27, .l4 .xx28, .l4 .xx29, .l4 .xx30, .l4 .xx31, .l4 .xx32, .l4 .xx33, .l4 .xx34, .l4 .xx35, .l4 .xx36, .l4 .xx37, .l4 .xx38, .l4 .xx39, .l4 .xx40, .l4 .xx41, .l4 .xx42, .l4 .xx43, .l4 .xx44, .l4 .xx45, .l4 .xx46, .l4 .xx47, .l4 .xx48, .l4 .xx49, .l4 .xx50, .l4 .xx51, .l4 .xx52, .l4 .xx53, .l4 .xx54, .l4 .xx55, .l4 .xx56, .l4 .xx57, .l4 .xx58, .l4 .xx59, .l4 .xx60, .l4 .xx61, .l4 .xx62, .l4 .xx63, .l4 .xx64, .l4 .xx65, .l4 .xx66, .l4 .xx67, .l4 .xx68, .l4 .xx69, .l4 .xx70, .l4 .xx71, .l4 .xx72, .l4 .xx73, .l4 .xx74, .l4 .xx75, .l4 .xx76, .l4 .xx77, .l4 .xx78, .l4 .xx79, .l4 .xx80, .l4 .xx81, .l4 .xx82, .l4 .xx83, .l4 .xx84, .l4 .xx85, .l4 .xx86, .l4 .xx87, .l4 .xx88, .l4 .xx89, .l4 .xx90, .l4 .xx91, .l4 .xx92, .l4 .xx93, .l4 .xx94, .l4 .xx95, .l4 .xx96, .l4 .xx97, .l4 .xx98, .l4 .xx99, .l4 .xx100, .l4 .xx101, .l4 .xx102, .l4 .xx103, .l4 .xx104, .l4 .xx105, .l4 .xx106, .l4 .xx107, .l4 .xx108, .l4 .xx109, .l4 .xx110, .l4 .xx111, .l4 .xx112, .l4 .xx113, .l4 .xx114, .l4 .xx115, .l4 .xx116, .l4 .xx117, .l4 .xx118, .l4 .xx119, .l4 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.l2 .xx1, .l2 .xx2, .l2 .xx3, .l2 .xx4, .l2 .xx5, .l2 .xx6, .l2 .xx7, .l2 .xx8, .l2 .xx9, .l2 .xx10, .l2 .xx11, .l2 .xx12, .l2 .xx13, .l2 .xx14, .l2 .xx15, .l2 .xx16, .l2 .xx17, .l2 .xx18, .l2 .xx19, .l2 .xx20, .l2 .xx21, .l2 .xx22, .l2 .xx23, .l2 .xx24, .l2 .xx25, .l2 .xx26, .l2 .xx27, .l2 .xx28, .l2 .xx29, .l2 .xx30, .l2 .xx31, .l2 .xx32, .l2 .xx33, .l2 .xx34, .l2 .xx35, .l2 .xx36, .l2 .xx37, .l2 .xx38, .l2 .xx39, .l2 .xx40, .l2 .xx41, .l2 .xx42, .l2 .xx43, .l2 .xx44, .l2 .xx45, .l2 .xx46, .l2 .xx47, .l2 .xx48, .l2 .xx49, .l2 .xx50, .l2 .xx51, .l2 .xx52, .l2 .xx53, .l2 .xx54, .l2 .xx55, .l2 .xx56, .l2 .xx57, .l2 .xx58, .l2 .xx59, .l2 .xx60, .l2 .xx61, .l2 .xx62, .l2 .xx63, .l2 .xx64, .l2 .xx65, .l2 .xx66, .l2 .xx67, .l2 .xx68, .l2 .xx69, .l2 .xx70, .l2 .xx71, .l2 .xx72, .l2 .xx73, .l2 .xx74, .l2 .xx75, .l2 .xx76, .l2 .xx77, .l2 .xx78, .l2 .xx79, .l2 .xx80, .l2 .xx81, .l2 .xx82, .l2 .xx83, .l2 .xx84, .l2 .xx85, .l2 .xx86, .l2 .xx87, .l2 .xx88, .l2 .xx89, .l2 .xx90, .l2 .xx91, .l2 .xx92, .l2 .xx93, .l2 .xx94, .l2 .xx95, .l2 .xx96, .l2 .xx97, .l2 .xx98, .l2 .xx99, .l2 .xx100, .l2 .xx101, .l2 .xx102, .l2 .xx103, .l2 .xx104, .l2 .xx105, .l2 .xx106, .l2 .xx107, .l2 .xx108, .l2 .xx109, .l2 .xx110, .l2 .xx111, .l2 .xx112, .l2 .xx113, .l2 .xx114, .l2 .xx115, .l2 .xx116, .l2 .xx117, .l2 .xx118, .l2 .xx119, .l2 .xx120 {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.xx1, .xx2, .xx3, .xx4, .xx5, .xx6, .xx7, .xx8, .xx9, .xx10, .xx11, .xx12, .xx13, .xx14, .xx15, .xx16, .xx17, .xx18, .xx19, .xx20, .xx21, .xx22, .xx23, .xx24, .xx25, .xx26, .xx27, .xx28, .xx29, .xx30, .xx31, .xx32, .xx33, .xx34, .xx35, .xx36, .xx37, .xx38, .xx39, .xx40, .xx41, .xx42, .xx43, .xx44, .xx45, .xx46, .xx47, .xx48, .xx49, .xx50, .xx51, .xx52, .xx53, .xx54, .xx55, .xx56, .xx57, .xx58, .xx59, .xx60, .xx61, .xx62, .xx63, .xx64, .xx65, .xx66, .xx67, .xx68, .xx69, .xx70, .xx71, .xx72, .xx73, .xx74, .xx75, .xx76, .xx77, .xx78, .xx79, .xx80, .xx81, .xx82, .xx83, .xx84, .xx85, .xx86, .xx87, .xx88, .xx89, .xx90, .xx91, .xx92, .xx93, .xx94, .xx95, .xx96, .xx97, .xx98, .xx99, .xx100, .xx101, .xx102, .xx103, .xx104, .xx105, .xx106, .xx107, .xx108, .xx109, .xx110, .xx111, .xx112, .xx113, .xx114, .xx115, .xx116, .xx117, .xx118, .xx119, .xx120 {
    float: left;
    position: relative;
    min-height: 1px;
}

.lr .xx1, .lr .xx2, .lr .xx3, .lr .xx4, .lr .xx5, .lr .xx6, .lr .xx7, .lr .xx8, .lr .xx9, .lr .xx10, .lr .xx11, .lr .xx12, .lr .xx13, .lr .xx14, .lr .xx15, .lr .xx16, .lr .xx17, .lr .xx18, .lr .xx19, .lr .xx20, .lr .xx21, .lr .xx22, .lr .xx23, .lr .xx24, .lr .xx25, .lr .xx26, .lr .xx27, .lr .xx28, .lr .xx29, .lr .xx30, .lr .xx31, .lr .xx32, .lr .xx33, .lr .xx34, .lr .xx35, .lr .xx36, .lr .xx37, .lr .xx38, .lr .xx39, .lr .xx40, .lr .xx41, .lr .xx42, .lr .xx43, .lr .xx44, .lr .xx45, .lr .xx46, .lr .xx47, .lr .xx48, .lr .xx49, .lr .xx50, .lr .xx51, .lr .xx52, .lr .xx53, .lr .xx54, .lr .xx55, .lr .xx56, .lr .xx57, .lr .xx58, .lr .xx59, .lr .xx60, .lr .xx61, .lr .xx62, .lr .xx63, .lr .xx64, .lr .xx65, .lr .xx66, .lr .xx67, .lr .xx68, .lr .xx69, .lr .xx70, .lr .xx71, .lr .xx72, .lr .xx73, .lr .xx74, .lr .xx75, .lr .xx76, .lr .xx77, .lr .xx78, .lr .xx79, .lr .xx80, .lr .xx81, .lr .xx82, .lr .xx83, .lr .xx84, .lr .xx85, .lr .xx86, .lr .xx87, .lr .xx88, .lr .xx89, .lr .xx90, .lr .xx91, .lr .xx92, .lr .xx93, .lr .xx94, .lr .xx95, .lr .xx96, .lr .xx97, .lr .xx98, .lr .xx99, .lr .xx100, .lr .xx101, .lr .xx102, .lr .xx103, .lr .xx104, .lr .xx105, .lr .xx106, .lr .xx107, .lr .xx108, .lr .xx109, .lr .xx110, .lr .xx111, .lr .xx112, .lr .xx113, .lr .xx114, .lr .xx115, .lr .xx116, .lr .xx117, .lr .xx118, .lr .xx119, .lr .xx120 {
    float: right;
}

.xx1 {
    width: 0.833333333%
}

.xx2 {
    width: 1.666666667%
}

.xx3 {
    width: 2.5%
}

.xx4 {
    width: 3.333333333%
}

.xx5 {
    width: 4.166666667%
}

.xx6 {
    width: 5%
}

.xx7 {
    width: 5.833333333%
}

.xx8 {
    width: 6.666666667%
}

.xx9 {
    width: 7.5%
}

.xx10 {
    width: 8.333333333%
}

.xx11 {
    width: 9.166666667%
}

.xx12 {
    width: 10%
}

.xx13 {
    width: 10.83333333%
}

.xx14 {
    width: 11.66666667%
}

.xx15 {
    width: 12.5%
}

.xx16 {
    width: 13.33333333%
}

.xx17 {
    width: 14.16666667%
}

.xx18 {
    width: 15%
}

.xx19 {
    width: 15.83333333%
}

.xx20 {
    width: 16.66666667%
}

.xx21 {
    width: 17.5%
}

.xx22 {
    width: 18.33333333%
}

.xx23 {
    width: 19.16666667%
}

.xx24 {
    width: 20%
}

.xx25 {
    width: 20.83333333%
}

.xx26 {
    width: 21.66666667%
}

.xx27 {
    width: 22.5%
}

.xx28 {
    width: 23.33333333%
}

.xx29 {
    width: 24.16666667%
}

.xx30 {
    width: 25%
}

.xx31 {
    width: 25.83333333%
}

.xx32 {
    width: 26.66666667%
}

.xx33 {
    width: 27.5%
}

.xx34 {
    width: 28.33333333%
}

.xx35 {
    width: 29.16666667%
}

.xx36 {
    width: 30%
}

.xx37 {
    width: 30.83333333%
}

.xx38 {
    width: 31.66666667%
}

.xx39 {
    width: 32.5%
}

.xx40 {
    width: 33.33333333%
}

.xx41 {
    width: 34.16666667%
}

.xx42 {
    width: 35%
}

.xx43 {
    width: 35.83333333%
}

.xx44 {
    width: 36.66666667%
}

.xx45 {
    width: 37.5%
}

.xx46 {
    width: 38.33333333%
}

.xx47 {
    width: 39.16666667%
}

.xx48 {
    width: 40%
}

.xx49 {
    width: 40.83333333%
}

.xx50 {
    width: 41.66666667%
}

.xx51 {
    width: 42.5%
}

.xx52 {
    width: 43.33333333%
}

.xx53 {
    width: 44.16666667%
}

.xx54 {
    width: 45%
}

.xx55 {
    width: 45.83333333%
}

.xx56 {
    width: 46.66666667%
}

.xx57 {
    width: 47.5%
}

.xx58 {
    width: 48.33333333%
}

.xx59 {
    width: 49.16666667%
}

.xx60 {
    width: 50%
}

.xx61 {
    width: 50.83333333%
}

.xx62 {
    width: 51.66666667%
}

.xx63 {
    width: 52.5%
}

.xx64 {
    width: 53.33333333%
}

.xx65 {
    width: 54.16666667%
}

.xx66 {
    width: 55%
}

.xx67 {
    width: 55.83333333%
}

.xx68 {
    width: 56.66666667%
}

.xx69 {
    width: 57.5%
}

.xx70 {
    width: 58.33333333%
}

.xx71 {
    width: 59.16666667%
}

.xx72 {
    width: 60%
}

.xx73 {
    width: 60.83333333%
}

.xx74 {
    width: 61.66666667%
}

.xx75 {
    width: 62.5%
}

.xx76 {
    width: 63.33333333%
}

.xx77 {
    width: 64.16666667%
}

.xx78 {
    width: 65%
}

.xx79 {
    width: 65.83333333%
}

.xx80 {
    width: 66.66666667%
}

.xx81 {
    width: 67.5%
}

.xx82 {
    width: 68.33333333%
}

.xx83 {
    width: 69.16666667%
}

.xx84 {
    width: 70%
}

.xx85 {
    width: 70.83333333%
}

.xx86 {
    width: 71.66666667%
}

.xx87 {
    width: 72.5%
}

.xx88 {
    width: 73.33333333%
}

.xx89 {
    width: 74.16666667%
}

.xx90 {
    width: 75%
}

.xx91 {
    width: 75.83333333%
}

.xx92 {
    width: 76.66666667%
}

.xx93 {
    width: 77.5%
}

.xx94 {
    width: 78.33333333%
}

.xx95 {
    width: 79.16666667%
}

.xx96 {
    width: 80%
}

.xx97 {
    width: 80.83333333%
}

.xx98 {
    width: 81.66666667%
}

.xx99 {
    width: 82.5%
}

.xx100 {
    width: 83.33333333%
}

.xx101 {
    width: 84.16666667%
}

.xx102 {
    width: 85%
}

.xx103 {
    width: 85.83333333%
}

.xx104 {
    width: 86.66666667%
}

.xx105 {
    width: 87.5%
}

.xx106 {
    width: 88.33333333%
}

.xx107 {
    width: 89.16666667%
}

.xx108 {
    width: 90%
}

.xx109 {
    width: 90.83333333%
}

.xx110 {
    width: 91.66666667%
}

.xx111 {
    width: 92.5%
}

.xx112 {
    width: 93.33333333%
}

.xx113 {
    width: 94.16666667%
}

.xx114 {
    width: 95%
}

.xx115 {
    width: 95.83333333%
}

.xx116 {
    width: 96.66666667%
}

.xx117 {
    width: 97.5%
}

.xx118 {
    width: 98.33333333%
}

.xx119 {
    width: 99.16666667%
}

.xx120 {
    width: 100%;
	
}

/*12列均分布局*/
.line-large .a1, .line-large .a2, .line-large .a3, .line-large .a4, .line-large .a5, .line-large .a6, .line-large .a7, .line-large .a8, .line-large .a9, .line-large .a10, .line-large .a11, .line-large .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.line-big .a1, .line-big .a2, .line-big .a3, .line-big .a4, .line-big .a5, .line-big .a6, .line-big .a7, .line-big .a8, .line-big .a9, .line-big .a10, .line-big .a11, .line-big .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.line-middle .a1, .line-middle .a2, .line-middle .a3, .line-middle .a4, .line-middle .a5, .line-middle .a6, .line-middle .a7, .line-middle .a8, .line-middle .a9, .line-middle .a10, .line-middle .a11, .line-middle .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.line-small .a1, .line-small .a2, .line-small .a3, .line-small .a4, .line-small .a5, .line-small .a6, .line-small .a7, .line-small .a8, .line-small .a9, .line-small .a10, .line-small .a11, .line-small .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.l100 .a1, .l100 .a2, .l100 .a3, .l100 .a4, .l100 .a5, .l100 .a6, .l100 .a7, .l100 .a8, .l100 .a9, .l100 .a10, .l100 .a11, .l100 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 50px;
    padding-left: 50px;
}

.l90 .a1, .l90 .a2, .l90 .a3, .l90 .a4, .l90 .a5, .l90 .a6, .l90 .a7, .l90 .a8, .l90 .a9, .l90 .a10, .l90 .a11, .l90 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 45px;
    padding-left: 45px;
}

.l80 .a1, .l80 .a2, .l80 .a3, .l80 .a4, .l80 .a5, .l80 .a6, .l80 .a7, .l80 .a8, .l80 .a9, .l80 .a10, .l80 .a11, .l80 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 40px;
    padding-left: 40px;
}

.l70 .a1, .l70 .a2, .l70 .a3, .l70 .a4, .l70 .a5, .l70 .a6, .l70 .a7, .l70 .a8, .l70 .a9, .l70 .a10, .l70 .a11, .l70 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 35px;
    padding-left: 35px;
}

.l60 .a1, .l60 .a2, .l60 .a3, .l60 .a4, .l60 .a5, .l60 .a6, .l60 .a7, .l60 .a8, .l60 .a9, .l60 .a10, .l60 .a11, .l60 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.l50 .a1, .l50 .a2, .l50 .a3, .l50 .a4, .l50 .a5, .l50 .a6, .l50 .a7, .l50 .a8, .l50 .a9, .l50 .a10, .l50 .a11, .l50 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}

.l40 .a1, .l40 .a2, .l40 .a3, .l40 .a4, .l40 .a5, .l40 .a6, .l40 .a7, .l40 .a8, .l40 .a9, .l40 .a10, .l40 .a11, .l40 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l30 .a1, .l30 .a2, .l30 .a3, .l30 .a4, .l30 .a5, .l30 .a6, .l30 .a7, .l30 .a8, .l30 .a9, .l30 .a10, .l30 .a11, .l30 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.l20 .a1, .l20 .a2, .l20 .a3, .l20 .a4, .l20 .a5, .l20 .a6, .l20 .a7, .l20 .a8, .l20 .a9, .l20 .a10, .l20 .a11, .l20 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.l10 .a1, .l10 .a2, .l10 .a3, .l10 .a4, .l10 .a5, .l10 .a6, .l10 .a7, .l10 .a8, .l10 .a9, .l10 .a10, .l10 .a11, .l10 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.l8 .a1, .l8 .a2, .l8 .a3, .l8 .a4, .l8 .a5, .l8 .a6, .l8 .a7, .l8 .a8, .l8 .a9, .l8 .a10, .l8 .a11, .l8 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
}

.l6 .a1, .l6 .a2, .l6 .a3, .l6 .a4, .l6 .a5, .l6 .a6, .l6 .a7, .l6 .a8, .l6 .a9, .l6 .a10, .l6 .a11, .l6 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}

.l4 .a1, .l4 .a2, .l4 .a3, .l4 .a4, .l4 .a5, .l4 .a6, .l4 .a7, .l4 .a8, .l4 .a9, .l4 .a10, .l4 .a11, .l4 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.l2 .a1, .l2 .a2, .l2 .a3, .l2 .a4, .l2 .a5, .l2 .a6, .l2 .a7, .l2 .a8, .l2 .a9, .l2 .a10, .l2 .a11, .l2 .a12 {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.a1, .a2, .a3, .a4, .a5, .a6, .a7, .a8, .a9, .a10, .a11, .a12 {
    float: left;
    position: relative;
    min-height: 1px;
}

.a1 {
    width: 100%;
}

.a2 {
    width: 50%;
}

.a3 {
    width: 33.33333333%;
}

.a4 {
    width: 25%;
}

.a5 {
    width: 20%;
}

.a6 {
    width: 16.66666666%;
}

.a7 {
    width: 14.28571428%;
}

.a8 {
    width: 12.5%;
}

.a9 {
    width: 11.11111111%;
}

.a10 {
    width: 10%;
}

.a11 {
    width: 9.09090909%;
}

.a12 {
    width: 8.33333333%;
}

/*表格部分*/
.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table th {
    border-bottom: 2px solid #EEE;
    padding: 8px;
    text-align: left;
}

.table td {
    border-top: 1px solid #EEE;
    padding: 8px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-bordered th, .table-bordered td {
    border: solid 1px #EEE;
}

.table-bordered th {
    border-bottom: 2px solid #EEE;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.table-large th, .table-large td {
    padding: 15px;
    font-size: 16px;
}

.table-big th, .table-big td {
    padding: 10px;
}

.table-middle th, .table-middle td {
    padding: 5px;
    font-size: 12px;
}

.table-small th, .table-small td {
    padding: 3px;
    font-size: 12px;
}

.table-little th, .table-little td {
    padding: 1px;
    font-size: 12px;
}

/*表单部分*/
.btn {
    border: solid 1px #EEE;
    cursor: pointer;
    background: transparent;
    padding: 6px 15px;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.btn:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-large {
    padding: 15px 20px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.btn-big {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.btn-middle {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
}

.btn-small {
    padding: 4px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
}

.btn-little {
    padding: 3px 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
}

.btn.bg-black {
    border-color: #000;
    color: #FFF;
}

.btn.bg-gray {
    border-color: #999;
    color: #FFF;
}

.btn.bg-white {
    border-color: #FFF;
    color: #000;
}

.btn.bg-red {
    border-color: #e33;
    color: #FFF;
}

.btn.bg-yellow {
    border-color: #f60;
    color: #FFF;
}

.btn.bg-blue {
    border-color: #0ae;
    color: #FFF;
}

.btn.bg-green {
    border-color: #2c7;
    color: #FFF;
}

.btn.bg-main {
    border-color: #0a8;
    color: #FFF;
}

.btn.bg-sub {
    border-color: #0ae;
    color: #FFF;
}

.btn.bg-back {
    border-color: #efe;
    color: #FFF;
}

.btn.bg-mix {
    border-color: #aed;
    color: #FFF;
}

.btn.bg-dot {
    border-color: #e33;
    color: #FFF;
}

.btn.bg-main:hover, .btn.bg-main:focus {
    color: #FFF;
    border-color: #0ab;
    background-color: #0ab;
}

.btn.bg-sub:hover, .btn.bg-sub:focus {
    color: #FFF;
    border-color: #09f;
    background-color: #09f;
}

.btn.bg-back:hover, .btn.bg-back:focus {
    color: #333;
    border-color: #cec;
    background-color: #cec;
}

.btn.bg-mix:hover, .btn.bg-mix:focus {
    color: #333;
    border-color: #cec;
    background-color: #cec;
}

.btn.bg-dot:hover, .btn.bg-dot:focus {
    color: #FFF;
    border-color: #f00;
    background-color: #f00;
}

.btn.bg-black:hover, .btn.bg-black:focus {
    color: #FFF;
    border-color: #666;
    background-color: #666;
}

.btn.bg-gray:hover, .btn.bg-gray:focus {
    color: #FFF;
    border-color: #aaa;
    background-color: #aaa;
}

.btn.bg-white:hover, .btn.bg-white:focus {
    color: #333;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

.btn.bg-red:hover, .btn.bg-red:focus {
    color: #FFF;
    border-color: #f00;
    background-color: #f00;
}

.btn.bg-yellow:hover, .btn.bg-yellow:focus {
    color: #FFF;
    border-color: #f90;
    background-color: #f90;
}

.btn.bg-blue:hover, .btn.bg-blue:focus {
    color: #FFF;
    border-color: #3bd;
    background-color: #3bd;
}

.btn.bg-green:hover, .btn.bg-green:focus {
    color: #FFF;
    border-color: #5d8;
    background-color: #5d8;
}

.input {
    padding: 6px;
    border: solid 1px #EEE;
    width: 100%;
    height: 34px;
    line-height: 20px;
    display: block;
}

.input:focus {
    border-color: #09c;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.label {
    padding-bottom: 7px;
    display: block;
    line-height: 20px;
}

.label label {
    font-weight: bold;
}

.input-note {
    color: #999;
    font-size: 12px;
    padding-top: 2px;
    line-height: 18px;
}

.field {
    position: relative;
}

.form-group {
    padding-bottom: 10px;
    overflow: hidden;
}

textarea.input {
    border: solid 1px #EEE;
    height: auto;
    width: 100%;
    font-size: 14px;
}

.form-x .form-group .label {
    float: left;
    width: 15%;
    text-align: right;
    padding: 7px 7px 7px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-x .form-group .field {
    float: left;
    width: 85%;
}

.form-x .form-button {
    margin-left: 15%;
}

.form-auto .input {
    width: auto;
    display: inline-block;
}

.form-auto textarea.input {
    width: 100%;
}

.form-tips .form-group .field {
    position: relative;
    zoom: 1;
}

.input-help {
}

.input-help ul {
    border: solid 1px #EEE;
    background: #FFF;
    padding: 10px;
    box-shadow: 0 0 5px #EEE;
    border-radius: 4px;
    width: auto;
}

.check-error {
    color: #e33;
}

.check-error .input {
    border-color: #e33;
}

.check-success {
    color: #2c7;
}

.check-success .input {
    border-color: #2c7;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 2em;
}

/*面板*/
.panel {
    border: solid 1px #EEE;
}

.panel-hd {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-bottom: solid 1px #EEE;
}

.panel-ft {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-top: solid 1px #EEE;
}

.panel-bd {
    padding: 15px;
}

/*列表组*/
.list-group {
    border: solid 1px #EEE;
}

.list-group li {
    padding: 10px 15px;
    display: block;
    border-bottom: solid 1px #EEE;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.list-group li:last-child {
    border-bottom: 0 none;
}

/*引用*/
.quote {
    padding: 15px;
    border: solid 1px #EEE;
    border-left-width: 6px;
}

.waterfall {
}

.waterfall ul {
    -webkit-column-width: 160px;
    -moz-column-width: 160px;
    -o-colum-width: 160px;
    column-width: 160px;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    -o-column-gap: 1px;
    column-gap: 1px;
}

.waterfall li {
    display: inline-block;
    margin: 5px 0;
}

.waterfall li img {
    display: inline-block;
    width: 100%;
}

/*背景*/
.bg-black {
    background-color: #000;
}

/*.bg-gray {
    background-color: #eee;
}
*/
.bg-white {
    background-color: #FFF;
}

.bg-red {
    background-color: #e33;
}

.bg-yellow {
    background-color: #f60;
}

.bg-blue {
    background-color: #0ae;
}

.bg-green {
    background-color: #279b40;
}

.bg-main {
    background-color: #0a8;
}

.bg-sub {
    background-color: #0ae;
}

.bg-back {
    background-color: #efe;
}

.bg-mix {
    background-color: #aed;
}

.bg-dot {
    background-color: #e33;
}

/*颜色*/
.color-black {
    color: #000;
}

.color-gray {
    color: #000;
}

.color-white {
    color: #FFF;
}

.color-red {
    color: #e33;
}

.color-yellow {
    color: #f60;
}

.color-blue {
    color: #0ae;
}

.color-green {
    color: #279b40;
}

.color-main {
    color: #0a8;
}

.color-sub {
    color: #0ae;
}

.color-back {
    color: #efe;
}

.color-mix {
    color: #aed;
}

.color-dot {
    color: #e33;
}

/*边框*/
.
.bn {
    border: none;
}

.border {
    border: solid 1px #EEE;
}

.border-black {
    border-color: #000;
}

.border-gray {
    border-color: #eee;
}

.border-white {
    border-color: #FFF;
}

.border-red {
    border-color: #e33;
}

.border-yellow {
    border-color: #f60;
}

.border-blue {
    border-color: #0ae;
}

.border-green {
    border-color: #20983a;
}

.border-main {
    border-color: #0a8;
}

.border-sub {
    border-color: #0ae;
}

.border-back {
    border-color: #efe;
}

.border-mix {
    border-color: #aed;
}

.border-dot {
    border-color: #e33;
}


.border-main:hover {
    border-color: #0ab;
}

.border-sub:hover {
    border-color: #09f;
}

.border-back:hover {
    border-color: #cec;
}

.border-mix:hover {
    border-color: #cec;
}

.border-dot:hover {
    border-color: #f00;
}

.border-black:hover {
    border-color: #666;
}

.border-gray:hover {
    border-color: #aaa;
}

.border-white:hover {
    border-color: #f5f5f5;
}

.border-red:hover {
    border-color: #f00;
}

.border-yellow:hover {
    border-color: #f90;
}

.border-blue:hover {
    border-color: #3bd;
}

.border-green:hover {
    border-color: #5d8;
}

/*圆角*/
.radius-none {
    border-radius: 0;
}

/*间距*/

.p0 {
    padding: 0;
}

.p2 {
    padding: 2px;
}

.ptb2 {
    padding: 2px 0;
}

.plr2 {
    padding: 0 2px;
}

.pt2 {
    padding-top: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.pl2 {
    padding-left: 2px;
}

.pr2 {
    padding-right: 2px;
}

.p4 {
    padding: 4px;
}

.ptb4 {
    padding: 4px 0;
}

.plr4 {
    padding: 0 4px;
}

.pt4 {
    padding-top: 4px;
}

.pb4 {
    padding-bottom: 4px;
}

.pl4 {
    padding-left: 4px;
}

.pr4 {
    padding-right: 4px;
}

.p6 {
    padding: 6px;
}

.ptb6 {
    padding: 6px 0;
}

.plr6 {
    padding: 0 6px;
}

.pt6 {
    padding-top: 6px;
}

.pb6 {
    padding-bottom: 6px;
}

.pl6 {
    padding-left: 6px;
}

.pr6 {
    padding-right: 6px;
}

.p8 {
    padding: 8px;
}

.ptb8 {
    padding: 8px 0;
}

.plr8 {
    padding: 0 8px;
}

.pt8 {
    padding-top: 8px;
}

.pb8 {
    padding-bottom: 8px;
}

.pl8 {
    padding-left: 8px;
}

.pr8 {
    padding-right: 8px;
}

.p10 {
    padding: 10px;
}

.ptb10 {
    padding: 10px 0;
}

.plr10 {
    padding: 0 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.p20 {
    padding: 20px;
}

.ptb20 {
    padding: 20px 0;
}

.plr20 {
    padding: 0 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.p30 {
    padding: 30px;
}

.ptb30 {
    padding: 30px 0;
}

.plr30 {
    padding: 0 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.p40 {
    padding: 40px;
}

.ptb40 {
    padding: 40px 0;
}

.plr40 {
    padding: 0 40px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pl40 {
    padding-left: 40px;
}

.pr40 {
    padding-right: 40px;
}

.p50 {
    padding: 50px;
}

.ptb50 {
    padding: 50px 0;
}

.plr50 {
    padding: 0 50px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;
}

.p60 {
    padding: 60px;
}

.ptb60 {
    padding: 60px 0;
}

.plr60 {
    padding: 0 60px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pl60 {
    padding-left: 60px;
}

.pr60 {
    padding-right: 60px;
}

.p70 {
    padding: 70px;
}

.ptb70 {
    padding: 70px 0;
}

.plr70 {
    padding: 0 70px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pl70 {
    padding-left: 70px;
}

.pr70 {
    padding-right: 70px;
}

.p80 {
    padding: 80px;
}

.ptb80 {
    padding: 80px 0;
}

.plr80 {
    padding: 0 80px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pl80 {
    padding-left: 80px;
}

.pr80 {
    padding-right: 80px;
}

.p90 {
    padding: 90px;
}

.ptb90 {
    padding: 90px 0;
}

.plr90 {
    padding: 0 90px;
}

.pt90 {
    padding-top: 90px;
}

.pb90 {
    padding-bottom: 90px;
}

.pl90 {
    padding-left: 90px;
}

.pr90 {
    padding-right: 90px;
}

.p100 {
    padding: 100px;
}

.ptb100 {
    padding: 100px 0;
}

.plr100 {
    padding: 0 100px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl100 {
    padding-left: 100px;
}

.pr100 {
    padding-right: 100px;
}

.m0 {
    margin: 0;
}

.mtb2 {
    margin: 2px 0;
}

.mt2 {
    margin-top: 2px;
}

.mb2 {
    margin-bottom: 2px;
}

.ml2 {
    margin-left: 2px;
}

.mr2 {
    margin-right: 2px;
}

.mtb4 {
    margin: 4px 0;
}

.mt4 {
    margin-top: 4px;
}

.mb4 {
    margin-bottom: 4px;
}

.ml4 {
    margin-left: 4px;
}

.mr4 {
    margin-right: 4px;
}

.mb5 {
    margin-bottom: 5px;
}
.mtb6 {
    margin: 6px 0;
}

.mt6 {
    margin-top: 6px;
}

.mb6 {
    margin-bottom: 6px;
}

.ml6 {
    margin-left: 6px;
}

.mr6 {
    margin-right: 6px;
}

.mtb8 {
    margin: 8px 0;
}

.mt8 {
    margin-top: 8px;
}

.mb8 {
    margin-bottom: 8px;
}

.ml8 {
    margin-left: 8px;
}

.mr8 {
    margin-right: 8px;
}

.mtb10 {
    margin: 10px 0;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mtb15 {
    margin: 15px 0;
}

.mtb20 {
    margin: 20px 0;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mtb30 {
    margin: 30px 0;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mtb40 {
    margin: 40px 0;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml40 {
    margin-left: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mtb50 {
    margin: 50px 0;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml50 {
    margin-left: 50px;
}

.mr50 {
    margin-right: 50px;
}

.mtb60 {
    margin: 60px 0;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.ml60 {
    margin-left: 60px;
}

.mr60 {
    margin-right: 60px;
}

.mtb70 {
    margin: 70px 0;
}

.mt70 {
    margin-top: 70px;
}

.mb70 {
    margin-bottom: 70px;
}

.ml70 {
    margin-left: 70px;
}

.mr70 {
    margin-right: 70px;
}

.mtb80 {
    margin: 80px 0;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.ml80 {
    margin-left: 80px;
}

.mr80 {
    margin-right: 80px;
}

.mtb90 {
    margin: 90px 0;
}

.mt90 {
    margin-top: 90px;
}

.mb90 {
    margin-bottom: 90px;
}

.ml90 {
    margin-left: 90px;
}

.mr90 {
    margin-right: 90px;
}

.mtb100 {
    margin: 100px 0;
}

.mt100 {
    margin-top: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml100 {
    margin-left: 100px;
}

.mr100 {
    margin-right: 100px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.fc {
    clear: both;
}

.show, .db {
    display: block
}

.hide, .dn {
    display: none;
}

.ac {
    text-align: center !important;
}

.ar {
    text-align: right !important;
}

.al {
    text-align: left !important;
}

.oh {
    overflow: hidden !important;
}

.ov {
    overflow: visible !important;
}

.oa {
    overflow: auto !important;
}

.os {
    overflow: scroll !important;
}

.cut {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.b_01{border-bottom:1px solid #006EC7;}
	

.fn {
    font-weight: normal;
}

.fb {
    font-weight: bold;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

.f38 {
    font-size: 38px;
}

.f40 {
    font-size: 40px;
}

.f42 {
    font-size: 42px;
}

.f44 {
    font-size: 44px;
}

.f46 {
    font-size: 46px;
}

.f48 {
    font-size: 48px;
}

.f50 {
    font-size: 50px;
}

.f52 {
    font-size: 52px;
}

.f54 {
    font-size: 54px;
}

.f56 {
    font-size: 56px;
}

.f58 {
    font-size: 58px;
}

.f60 {
    font-size: 60px;
}

.f62 {
    font-size: 62px;
}

.f64 {
    font-size: 64px;
}

.f66 {
    font-size: 66px;
}

.f68 {
    font-size: 68px;
}

.f70 {
    font-size: 70px;
}

.f72 {
    font-size: 72px;
}

.f74 {
    font-size: 74px;
}

.f76 {
    font-size: 76px;
}

.f78 {
    font-size: 78px;
}

.f80 {
    font-size: 80px;
}

.f82 {
    font-size: 82px;
}

.f84 {
    font-size: 84px;
}

.f86 {
    font-size: 86px;
}

.f88 {
    font-size: 88px;
}

.f90 {
    font-size: 90px;
}

.f92 {
    font-size: 92px;
}

.f94 {
    font-size: 94px;
}

.f96 {
    font-size: 96px;
}

.f98 {
    font-size: 98px;
}

.f100 {
    font-size: 100px;
}

/*图标部分*/
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-o:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-o:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-check:before {
    content: "\f00c";
}

.icon-times:before {
    content: "\f00d";
}

.icon-search-plus:before {
    content: "\f00e";
}

.icon-search-minus:before {
    content: "\f010";
}

.icon-power-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before, .icon-cog:before {
    content: "\f013";
}

.icon-trash-o:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-o:before {
    content: "\f016";
}

.icon-clock-o:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download:before {
    content: "\f019";
}

.icon-arrow-circle-o-down:before {
    content: "\f01a";
}

.icon-arrow-circle-o-up:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle-o:before {
    content: "\f01d";
}

.icon-rotate-right:before, .icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-dedent:before, .icon-outdent:before {
    content: "\f03b";
}

.icon-indent:before {
    content: "\f03c";
}

.icon-video-camera:before {
    content: "\f03d";
}

.icon-photo:before, .icon-image:before, .icon-picture-o:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before, .icon-pencil-square-o:before {
    content: "\f044";
}

.icon-share-square-o:before {
    content: "\f045";
}

.icon-check-square-o:before {
    content: "\f046";
}

.icon-arrows:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-circle:before {
    content: "\f055";
}

.icon-minus-circle:before {
    content: "\f056";
}

.icon-times-circle:before {
    content: "\f057";
}

.icon-check-circle:before {
    content: "\f058";
}

.icon-question-circle:before {
    content: "\f059";
}

.icon-info-circle:before {
    content: "\f05a";
}

.icon-crosshairs:before {
    content: "\f05b";
}

.icon-times-circle-o:before {
    content: "\f05c";
}

.icon-check-circle-o:before {
    content: "\f05d";
}

.icon-ban:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before, .icon-share:before {
    content: "\f064";
}

.icon-expand:before {
    content: "\f065";
}

.icon-compress:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-circle:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye:before {
    content: "\f06e";
}

.icon-eye-slash:before {
    content: "\f070";
}

.icon-warning:before, .icon-exclamation-triangle:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-arrows-v:before {
    content: "\f07d";
}

.icon-arrows-h:before {
    content: "\f07e";
}

.icon-bar-chart-o:before {
    content: "\f080";
}

.icon-twitter-square:before {
    content: "\f081";
}

.icon-facebook-square:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before, .icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-o-up:before {
    content: "\f087";
}

.icon-thumbs-o-down:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-o:before {
    content: "\f08a";
}

.icon-sign-out:before {
    content: "\f08b";
}

.icon-linkedin-square:before {
    content: "\f08c";
}

.icon-thumb-tack:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-sign-in:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-square:before {
    content: "\f092";
}

.icon-upload:before {
    content: "\f093";
}

.icon-lemon-o:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-square-o:before {
    content: "\f096";
}

.icon-bookmark-o:before {
    content: "\f097";
}

.icon-phone-square:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd-o:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0f3";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-o-right:before {
    content: "\f0a4";
}

.icon-hand-o-left:before {
    content: "\f0a5";
}

.icon-hand-o-up:before {
    content: "\f0a6";
}

.icon-hand-o-down:before {
    content: "\f0a7";
}

.icon-arrow-circle-left:before {
    content: "\f0a8";
}

.icon-arrow-circle-right:before {
    content: "\f0a9";
}

.icon-arrow-circle-up:before {
    content: "\f0aa";
}

.icon-arrow-circle-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-arrows-alt:before {
    content: "\f0b2";
}

.icon-group:before, .icon-users:before {
    content: "\f0c0";
}

.icon-chain:before, .icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-flask:before {
    content: "\f0c3";
}

.icon-cut:before, .icon-scissors:before {
    content: "\f0c4";
}

.icon-copy:before, .icon-files-o:before {
    content: "\f0c5";
}

.icon-paperclip:before {
    content: "\f0c6";
}

.icon-save:before, .icon-floppy-o:before {
    content: "\f0c7";
}

.icon-square:before {
    content: "\f0c8";
}

.icon-navicon:before, .icon-reorder:before, .icon-bars:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-square:before {
    content: "\f0d3";
}

.icon-google-plus-square:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-unsorted:before, .icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before, .icon-sort-desc:before {
    content: "\f0dd";
}

.icon-sort-up:before, .icon-sort-asc:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before, .icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before, .icon-gavel:before {
    content: "\f0e3";
}

.icon-dashboard:before, .icon-tachometer:before {
    content: "\f0e4";
}

.icon-comment-o:before {
    content: "\f0e5";
}

.icon-comments-o:before {
    content: "\f0e6";
}

.icon-flash:before, .icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before, .icon-clipboard:before {
    content: "\f0ea";
}

.icon-lightbulb-o:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-o:before {
    content: "\f0a2";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-cutlery:before {
    content: "\f0f5";
}

.icon-file-text-o:before {
    content: "\f0f6";
}

.icon-building-o:before {
    content: "\f0f7";
}

.icon-hospital-o:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-square:before {
    content: "\f0fd";
}

.icon-plus-square:before {
    content: "\f0fe";
}

.icon-angle-double-left:before {
    content: "\f100";
}

.icon-angle-double-right:before {
    content: "\f101";
}

.icon-angle-double-up:before {
    content: "\f102";
}

.icon-angle-double-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before, .icon-mobile:before {
    content: "\f10b";
}

.icon-circle-o:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before, .icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-o:before {
    content: "\f114";
}

.icon-folder-open-o:before {
    content: "\f115";
}

.icon-smile-o:before {
    content: "\f118";
}

.icon-frown-o:before {
    content: "\f119";
}

.icon-meh-o:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard-o:before {
    content: "\f11c";
}

.icon-flag-o:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-mail-reply-all:before, .icon-reply-all:before {
    content: "\f122";
}

.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before, .icon-chain-broken:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-slash:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-o:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-circle-left:before {
    content: "\f137";
}

.icon-chevron-circle-right:before {
    content: "\f138";
}

.icon-chevron-circle-up:before {
    content: "\f139";
}

.icon-chevron-circle-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-h:before {
    content: "\f141";
}

.icon-ellipsis-v:before {
    content: "\f142";
}

.icon-rss-square:before {
    content: "\f143";
}

.icon-play-circle:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-square:before {
    content: "\f146";
}

.icon-minus-square-o:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-square:before {
    content: "\f14a";
}

.icon-pencil-square:before {
    content: "\f14b";
}

.icon-external-link-square:before {
    content: "\f14c";
}

.icon-share-square:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-toggle-down:before, .icon-caret-square-o-down:before {
    content: "\f150";
}

.icon-toggle-up:before, .icon-caret-square-o-up:before {
    content: "\f151";
}

.icon-toggle-right:before, .icon-caret-square-o-right:before {
    content: "\f152";
}

.icon-euro:before, .icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before, .icon-usd:before {
    content: "\f155";
}

.icon-rupee:before, .icon-inr:before {
    content: "\f156";
}

.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before {
    content: "\f157";
}

.icon-ruble:before, .icon-rouble:before, .icon-rub:before {
    content: "\f158";
}

.icon-won:before, .icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before, .icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-alpha-asc:before {
    content: "\f15d";
}

.icon-sort-alpha-desc:before {
    content: "\f15e";
}

.icon-sort-amount-asc:before {
    content: "\f160";
}

.icon-sort-amount-desc:before {
    content: "\f161";
}

.icon-sort-numeric-asc:before {
    content: "\f162";
}

.icon-sort-numeric-desc:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-square:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-square:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stack-overflow:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-square:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-square:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun-o:before {
    content: "\f185";
}

.icon-moon-o:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.icon-pagelines:before {
    content: "\f18c";
}

.icon-stack-exchange:before {
    content: "\f18d";
}

.icon-arrow-circle-o-right:before {
    content: "\f18e";
}

.icon-arrow-circle-o-left:before {
    content: "\f190";
}

.icon-toggle-left:before, .icon-caret-square-o-left:before {
    content: "\f191";
}

.icon-dot-circle-o:before {
    content: "\f192";
}

.icon-wheelchair:before {
    content: "\f193";
}

.icon-vimeo-square:before {
    content: "\f194";
}

.icon-turkish-lira:before, .icon-try:before {
    content: "\f195";
}

.icon-plus-square-o:before {
    content: "\f196";
}

.icon-space-shuttle:before {
    content: "\f197";
}

.icon-slack:before {
    content: "\f198";
}

.icon-envelope-square:before {
    content: "\f199";
}

.icon-wordpress:before {
    content: "\f19a";
}

.icon-openid:before {
    content: "\f19b";
}

.icon-institution:before, .icon-bank:before, .icon-university:before {
    content: "\f19c";
}

.icon-mortar-board:before, .icon-graduation-cap:before {
    content: "\f19d";
}

.icon-yahoo:before {
    content: "\f19e";
}

.icon-google:before {
    content: "\f1a0";
}

.icon-reddit:before {
    content: "\f1a1";
}

.icon-reddit-square:before {
    content: "\f1a2";
}

.icon-stumbleupon-circle:before {
    content: "\f1a3";
}

.icon-stumbleupon:before {
    content: "\f1a4";
}

.icon-delicious:before {
    content: "\f1a5";
}

.icon-digg:before {
    content: "\f1a6";
}

.icon-pied-piper-square:before, .icon-pied-piper:before {
    content: "\f1a7";
}

.icon-pied-piper-alt:before {
    content: "\f1a8";
}

.icon-drupal:before {
    content: "\f1a9";
}

.icon-joomla:before {
    content: "\f1aa";
}

.icon-language:before {
    content: "\f1ab";
}

.icon-fax:before {
    content: "\f1ac";
}

.icon-building:before {
    content: "\f1ad";
}

.icon-child:before {
    content: "\f1ae";
}

.icon-paw:before {
    content: "\f1b0";
}

.icon-spoon:before {
    content: "\f1b1";
}

.icon-cube:before {
    content: "\f1b2";
}

.icon-cubes:before {
    content: "\f1b3";
}

.icon-behance:before {
    content: "\f1b4";
}

.icon-behance-square:before {
    content: "\f1b5";
}

.icon-steam:before {
    content: "\f1b6";
}

.icon-steam-square:before {
    content: "\f1b7";
}

.icon-recycle:before {
    content: "\f1b8";
}

.icon-automobile:before, .icon-car:before {
    content: "\f1b9";
}

.icon-cab:before, .icon-taxi:before {
    content: "\f1ba";
}

.icon-tree:before {
    content: "\f1bb";
}

.icon-spotify:before {
    content: "\f1bc";
}

.icon-deviantart:before {
    content: "\f1bd";
}

.icon-soundcloud:before {
    content: "\f1be";
}

.icon-database:before {
    content: "\f1c0";
}

.icon-file-pdf-o:before {
    content: "\f1c1";
}

.icon-file-word-o:before {
    content: "\f1c2";
}

.icon-file-excel-o:before {
    content: "\f1c3";
}

.icon-file-powerpoint-o:before {
    content: "\f1c4";
}

.icon-file-photo-o:before, .icon-file-picture-o:before, .icon-file-image-o:before {
    content: "\f1c5";
}

.icon-file-zip-o:before, .icon-file-archive-o:before {
    content: "\f1c6";
}

.icon-file-sound-o:before, .icon-file-audio-o:before {
    content: "\f1c7";
}

.icon-file-movie-o:before, .icon-file-video-o:before {
    content: "\f1c8";
}

.icon-file-code-o:before {
    content: "\f1c9";
}

.icon-vine:before {
    content: "\f1ca";
}

.icon-codepen:before {
    content: "\f1cb";
}

.icon-jsfiddle:before {
    content: "\f1cc";
}

.icon-life-bouy:before, .icon-life-saver:before, .icon-support:before, .icon-life-ring:before {
    content: "\f1cd";
}

.icon-circle-o-notch:before {
    content: "\f1ce";
}

.icon-ra:before, .icon-rebel:before {
    content: "\f1d0";
}

.icon-ge:before, .icon-empire:before {
    content: "\f1d1";
}

.icon-git-square:before {
    content: "\f1d2";
}

.icon-git:before {
    content: "\f1d3";
}

.icon-hacker-news:before {
    content: "\f1d4";
}

.icon-tencent-weibo:before {
    content: "\f1d5";
}

.icon-qq:before {
    content: "\f1d6";
}

.icon-wechat:before, .icon-weixin:before {
    content: "\f1d7";
}

.icon-send:before, .icon-paper-plane:before {
    content: "\f1d8";
}

.icon-send-o:before, .icon-paper-plane-o:before {
    content: "\f1d9";
}

.icon-history:before {
    content: "\f1da";
}

.icon-circle-thin:before {
    content: "\f1db";
}

.icon-header:before {
    content: "\f1dc";
}

.icon-paragraph:before {
    content: "\f1dd";
}

.icon-sliders:before {
    content: "\f1de";
}

.icon-share-alt:before {
    content: "\f1e0";
}

.icon-share-alt-square:before {
    content: "\f1e1";
}

.icon-bomb:before {
    content: "\f1e2";
}
