123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773 |
- /*----Cross css base
- ------------------------------*/
- .c-hide {
- display: none;
- }
- .c-block {
- display: block;
- }
- .c-hidden {
- overflow: hidden;
- zoom: 1;
- }
- .c-boxs {
- -webkit-box-sizing: border-box;
- -ms-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box
- }
- .c-main {
- margin: 0 auto;
- }
- .c-nowrap {
- max-width: 100%;
- _width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .c-break {
- word-wrap: break-word;
- word-break: break-all;
- }
- .c-inline-block {
- display: inline-block;
- }
- .c-auto-y {
- overflow-y: auto;
- }
- .c-cursor-p {
- cursor: pointer;
- }
- .c-vam {
- vertical-align: middle;
- }
- /* color and background
- -----------------------------------------------------------------------------*/
- .c-fff {
- color: #fff;
- }
- .c-222 {
- color: #222;
- }
- .c-333 {
- color: #333;
- }
- .c-323232 {
- color: #323232;
- }
- .c-555 {
- color: #555;
- }
- .c-666 {
- color: #666;
- }
- .c-999 {
- color: #999;
- }
- .c-f00 {
- color: #f00;
- }
- .c-f60 {
- color: #f60;
- }
- .c-f90 {
- color: #f90;
- }
- .c-37a6ed {
- color: #37a6ed;
- }
- .c-5b5b5b {
- color: #5b5b5b;
- }
- .c-909090 {
- color: #909090;
- }
- .c-ff8100 {
- color: #ff8100;
- }
- .c-007cd9 {
- color: #007cd9;
- }
- .c-4dcd70 {
- color: #4dcd70;
- }
- .c-2f4050 {
- color: #2F4050;
- }
- .c-0c93e4 {
- color: #0c93e4;
- }
- .c-62baf4 {
- color: #62baf4;
- }
- .bgc-fff {
- background-color: #fff;
- }
- .bgc-f3f3f3 {
- background-color: #f3f3f3;
- }
- .bgc-fdfdfd {
- background-color: #fdfdfd;
- }
- .bgc-f9f9f9 {
- background-color: #f9f9f9;
- }
- .bgc-2f4050 {
- background-color: #2F4050;
- }
- .bgc-f7f8fa {
- background-color: #f7f8fa;
- }
- .bgc-6f8789 {
- background-color: #6f8789;
- }
- .bgc-0c93e4 {
- background-color: #0c93e4;
- }
- .bgc-384d5e {
- background-color: #384d5e;
- }
- /* border
- -----------------------------------------------------------------------------*/
- .c-border,
- .c-border-t,
- .c-border-b,
- .c-border-l,
- .c-border-r,
- .c-border-tb {
- border-color: #e1e1e1;
- border-style: solid;
- border-width: 0;
- }
- .c-border {
- border-width: 1px
- }
- .c-border-t {
- border-top-width: 1px
- }
- .c-border-b {
- border-bottom-width: 1px
- }
- .c-border-l {
- border-left-width: 1px
- }
- .c-border-r {
- border-right-width: 1px
- }
- .c-border-tb {
- border-top-width: 1px;
- border-bottom-width: 1px
- }
- .c-border-d {
- border-style: dashed
- }
- /* position
- -----------------------------------------------------------------------------*/
- .c-position-a {
- position: absolute;
- }
- .c-position-r {
- position: relative;
- *zoom: 1;
- }
- .c-position-f {
- position: fixed;
- }
- .c-position-all {
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- }
- .c-position-lt0 {
- left: 0px;
- top: 0px;
- }
- .c-position-lt5 {
- left: 5px;
- top: 5px;
- }
- .c-position-lt10 {
- left: 10px;
- top: 10px;
- }
- .c-position-lt15 {
- left: 15px;
- top: 15px;
- }
- .c-position-lt20 {
- left: 20px;
- top: 20px;
- }
- .c-position-rt0 {
- right: 0px;
- top: 0px;
- }
- .c-position-rt5 {
- right: 5px;
- top: 5px;
- }
- .c-position-rt10 {
- right: 10px;
- top: 10px;
- }
- .c-position-rt15 {
- right: 15px;
- top: 15px;
- }
- .c-position-rt20 {
- right: 20px;
- top: 20px;
- }
- .c-position-lb0 {
- left: 0px;
- bottom: 0px;
- }
- .c-position-lb5 {
- left: 5px;
- bottom: 5px;
- }
- .c-position-lb10 {
- left: 10px;
- bottom: 10px;
- }
- .c-position-lb15 {
- left: 15px;
- bottom: 15px;
- }
- .c-position-lb20 {
- left: 20px;
- bottom: 20px;
- }
- .c-position-rb0 {
- right: 0px;
- bottom: 0px;
- }
- .c-position-rb5 {
- right: 5px;
- bottom: 5px;
- }
- .c-position-rb10 {
- right: 10px;
- bottom: 10px;
- }
- .c-position-rb15 {
- right: 15px;
- bottom: 15px;
- }
- .c-position-rb20 {
- right: 20px;
- bottom: 20px;
- }
- /* images and radius
- -----------------------------------------------------------------------------*/
- .c-images-rounded,
- .border-radius-rounded {
- border-radius: 5px;
- }
- .c-images-cycle,
- .border-radius-circle {
- border-radius: 50%;
- }
- .border-radius-pill {
- border-radius: 1000px;
- }
- .c-images-thumbnail {
- padding: 5px;
- }
- .c-images-block {
- display: block;
- width: 100%;
- height: 100%;
- }
- /* width and height
- -----------------------------------------------------------------------------*/
- .w100 {
- width: 100px;
- }
- .w150 {
- width: 150px;
- }
- .w200 {
- width: 200px;
- }
- .w260 {
- width: 260px;
- }
- .w250 {
- width: 250px;
- }
- .w300 {
- width: 300px;
- }
- .w350 {
- width: 350px;
- }
- .w400 {
- width: 400px;
- }
- .w450 {
- width: 450px;
- }
- .w500 {
- width: 500px;
- }
- .w550 {
- width: 550px;
- }
- .w1000 {
- width: 1000px;
- }
- .w1200 {
- width: 1200px;
- }
- .h100 {
- height: 100px;
- }
- .h150 {
- height: 150px;
- }
- .h200 {
- height: 200px;
- }
- .h250 {
- height: 250px;
- }
- .h300 {
- height: 300px;
- }
- .h350 {
- height: 350px;
- }
- .h400 {
- height: 400px;
- }
- .h450 {
- height: 450px;
- }
- .h500 {
- height: 500px;
- }
- .h550 {
- height: 550px;
- }
- /* spacing
- -----------------------------------------------------------------------------*/
- .m0 {
- margin: 0;
- }
- .m5 {
- margin: 5px;
- }
- .m10 {
- margin: 10px;
- }
- .m15 {
- margin: 15px;
- }
- .m20 {
- margin: 20px;
- }
- .m25 {
- margin: 25px;
- }
- .m30 {
- margin: 30px;
- }
- .m35 {
- margin: 35px;
- }
- .m40 {
- margin: 40px;
- }
- .m45 {
- margin: 45px;
- }
- .m50 {
- margin: 50px;
- }
- .m100 {
- margin: 100px;
- }
- .mb0 {
- margin-bottom: 0;
- }
- .mb5 {
- margin-bottom: 5px;
- }
- .mb10 {
- margin-bottom: 10px;
- }
- .mb15 {
- margin-bottom: 15px;
- }
- .mb20 {
- margin-bottom: 20px;
- }
- .mb25 {
- margin-bottom: 25px;
- }
- .mb30 {
- margin-bottom: 30px;
- }
- .mb35 {
- margin-bottom: 35px;
- }
- .mb40 {
- margin-bottom: 40px;
- }
- .mb45 {
- margin-bottom: 45px;
- }
- .mb50 {
- margin-bottom: 50px;
- }
- .mb100 {
- margin-bottom: 100px;
- }
- .mt0 {
- margin-top: 0;
- }
- .mt5 {
- margin-top: 5px;
- }
- .mt10 {
- margin-top: 10px;
- }
- .mt15 {
- margin-top: 15px;
- }
- .mt20 {
- margin-top: 20px;
- }
- .mt25 {
- margin-top: 25px;
- }
- .mt30 {
- margin-top: 30px;
- }
- .mt35 {
- margin-top: 35px;
- }
- .mt40 {
- margin-top: 40px;
- }
- .mt45 {
- margin-top: 45px;
- }
- .mt50 {
- margin-top: 50px;
- }
- .mt100 {
- margin-top: 100px;
- }
- .ml0 {
- margin-left: 0;
- }
- .ml5 {
- margin-left: 5px;
- }
- .ml10 {
- margin-left: 10px;
- }
- .ml15 {
- margin-left: 15px;
- }
- .ml20 {
- margin-left: 20px;
- }
- .ml25 {
- margin-left: 25px;
- }
- .ml30 {
- margin-left: 30px;
- }
- .ml35 {
- margin-left: 35px;
- }
- .ml40 {
- margin-left: 40px;
- }
- .ml45 {
- margin-left: 45px;
- }
- .ml50 {
- margin-left: 50px;
- }
- .ml100 {
- margin-left: 100px;
- }
- .mr0 {
- margin-right: 0;
- }
- .mr5 {
- margin-right: 5px;
- }
- .mr10 {
- margin-right: 10px;
- }
- .mr15 {
- margin-right: 15px;
- }
- .mr20 {
- margin-right: 20px;
- }
- .mr25 {
- margin-right: 25px;
- }
- .mr30 {
- margin-right: 30px;
- }
- .mr35 {
- margin-right: 35px;
- }
- .mr40 {
- margin-right: 40px;
- }
- .mr45 {
- margin-right: 45px;
- }
- .mr50 {
- margin-right: 50px;
- }
- .mr100 {
- margin-right: 100px;
- }
- .mlr5 {
- margin-left: 5px;
- margin-right: 5px;
- }
- .mlr10 {
- margin-left: 10px;
- margin-right: 10px;
- }
- .mlr15 {
- margin-left: 15px;
- margin-right: 15px;
- }
- .mlr20 {
- margin-left: 20px;
- margin-right: 20px;
- }
- .mlr30 {
- margin-left: 30px;
- margin-right: 30px;
- }
- .mlr40 {
- margin-left: 40px;
- margin-right: 40px;
- }
- .mlr50 {
- margin-left: 50px;
- margin-right: 50px;
- }
- .mlr100 {
- margin-left: 100px;
- margin-right: 100px;
- }
- .mtb5 {
- margin-top: 5px;
- margin-bottom: 5px;
- }
- .mtb10 {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .mtb15 {
- margin-top: 15px;
- margin-bottom: 15px;
- }
- .mtb20 {
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .mtb30 {
- margin-top: 30px;
- margin-bottom: 30px;
- }
- .mtb40 {
- margin-top: 40px;
- margin-bottom: 40px;
- }
- .mtb50 {
- margin-top: 50px;
- margin-bottom: 50px;
- }
- .mtb100 {
- margin-top: 100px;
- margin-bottom: 100px;
- }
- .p0 {
- padding: 0;
- }
- .p5 {
- padding: 5px;
- }
- .p10 {
- padding: 10px;
- }
- .p15 {
- padding: 15px;
- }
- .p20 {
- padding: 20px;
- }
- .p25 {
- padding: 25px;
- }
- .p30 {
- padding: 30px;
- }
- .p35 {
- padding: 35px;
- }
- .p40 {
- padding: 40px;
- }
- .p45 {
- padding: 45px;
- }
- .p50 {
- padding: 50px;
- }
- .p100 {
- padding: 100px;
- }
- .pb0 {
- padding-bottom: 0;
- }
- .pb5 {
- padding-bottom: 5px;
- }
- .pb10 {
- padding-bottom: 10px;
- }
- .pb15 {
- padding-bottom: 15px;
- }
- .pb20 {
- padding-bottom: 20px;
- }
- .pb25 {
- padding-bottom: 25px;
- }
- .pb30 {
- padding-bottom: 30px;
- }
- .pb35 {
- padding-bottom: 35px;
- }
- .pb40 {
- padding-bottom: 40px;
- }
- .pb45 {
- padding-bottom: 45px;
- }
- .pb50 {
- padding-bottom: 50px;
- }
- .pb100 {
- padding-bottom: 100px;
- }
- .pt0 {
- padding-top: 0;
- }
- .pt5 {
- padding-top: 5px;
- }
- .pt10 {
- padding-top: 10px;
- }
- .pt15 {
- padding-top: 15px;
- }
- .pt20 {
- padding-top: 20px;
- }
- .pt25 {
- padding-top: 25px;
- }
- .pt30 {
- padding-top: 30px;
- }
- .pt35 {
- padding-top: 35px;
- }
- .pt40 {
- padding-top: 40px;
- }
- .pt45 {
- padding-top: 45px;
- }
- .pt50 {
- padding-top: 50px;
- }
- .pt100 {
- padding-top: 100px;
- }
- .pl0 {
- padding-left: 0;
- }
- .pl5 {
- padding-left: 5px;
- }
- .pl10 {
- padding-left: 10px;
- }
- .pl15 {
- padding-left: 15px;
- }
- .pl20 {
- padding-left: 20px;
- }
- .pl25 {
- padding-left: 25px;
- }
- .pl30 {
- padding-left: 30px;
- }
- .pl35 {
- padding-left: 35px;
- }
- .pl40 {
- padding-left: 40px;
- }
- .pl45 {
- padding-left: 45px;
- }
- .pl50 {
- padding-left: 50px;
- }
- .pl100 {
- padding-left: 100px;
- }
- .pr0 {
- padding-right: 0;
- }
- .pr5 {
- padding-right: 5px;
- }
- .pr10 {
- padding-right: 10px;
- }
- .pr15 {
- padding-right: 15px;
- }
- .pr20 {
- padding-right: 20px;
- }
- .pr25 {
- padding-right: 25px;
- }
- .pr30 {
- padding-right: 30px;
- }
- .pr35 {
- padding-right: 35px;
- }
- .pr40 {
- padding-right: 40px;
- }
- .pr45 {
- padding-right: 45px;
- }
- .pr50 {
- padding-right: 50px;
- }
- .pr100 {
- padding-right: 100px;
- }
- .ptb5 {
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .ptb10 {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .ptb15 {
- padding-top: 15px;
- padding-bottom: 15px;
- }
- .ptb20 {
- padding-top: 20px;
- padding-bottom: 20px;
- }
- .ptb30 {
- padding-top: 30px;
- padding-bottom: 30px;
- }
- .ptb40 {
- padding-top: 40px;
- padding-bottom: 40px;
- }
- .ptb50 {
- padding-top: 50px;
- padding-bottom: 50px;
- }
- .ptb100 {
- padding-top: 100px;
- padding-bottom: 100px;
- }
- .plr5 {
- padding-left: 5px;
- padding-right: 5px;
- }
- .plr10 {
- padding-left: 10px;
- padding-right: 10px;
- }
- .plr15 {
- padding-left: 15px;
- padding-right: 15px;
- }
- .plr20 {
- padding-left: 20px;
- padding-right: 20px;
- }
- .plr30 {
- padding-left: 30px;
- padding-right: 30px;
- }
- .plr40 {
- padding-left: 40px;
- padding-right: 40px;
- }
- .plr50 {
- padding-left: 50px;
- padding-right: 50px;
- }
- .plr100 {
- padding-left: 100px;
- padding-right: 100px;
- }
- .ptb8 {
- padding-top: 8px;
- padding-bottom: 8px;
- }
- .plr8 {
- padding-left: 8px;
- padding-right: 8px;
- }
- .plr12 {
- padding-left: 12px;
- padding-right: 12px;
- }
- /* css3-Grid
- -----------------------------------------------------------------------------*/
- .ui-grid {
- display: -webkit-box;
- display: box;
- }
- .ui-grid-middle {
- -webkit-box-pack: center;
- -webkit-box-align: center;
- box-pack: center;
- box-align: center;
- }
- .ui-grid-vertical {
- -webkit-box-orient: vertical;
- box-orient: vertical;
- }
- .ui-grid-label {
- -webkit-box-flex: 0;
- box-flex: 0;
- width: 100px;
- font-weight: 600;
- }
- .ui-col-0 {
- -webkit-box-flex: 0;
- box-flex: 0;
- }
- .ui-col-1 {
- -webkit-box-flex: 1;
- box-flex: 1;
- }
- .ui-col-2 {
- -webkit-box-flex: 2;
- box-flex: 2;
- }
- .ui-col-3 {
- -webkit-box-flex: 3;
- box-flex: 3;
- }
- .ui-col-4 {
- -webkit-box-flex: 4;
- box-flex: 3;
- }
- .ui-col-5 {
- -webkit-box-flex: 5;
- box-flex: 5;
- }
- .ui-col-6 {
- -webkit-box-flex: 6;
- box-flex: 6;
- }
- /* lists
- -----------------------------------------------------------------------------*/
- .c-list-disc {
- list-style-type: disc;
- }
- .c-list-circle {
- list-style-type: circle;
- }
- .c-list-square {
- list-style-type: square;
- }
- .c-list-decimal {
- list-style-type: decimal;
- }
- .c-list-alpha {
- list-style-type: lower-alpha;
- }
- .c-list-roman {
- list-style-type: lower-roman;
- }
- .c-list-inline {
- padding-left: 0;
- margin-left: -5px;
- list-style: none;
- }
- .c-list-inline li {
- display: inline-block;
- padding-right: 5px;
- padding-left: 5px;
- }
- /* font
- -----------------------------------------------------------------------------*/
- .c-simsun {
- font-family: \5b8b\4f53;
- }
- .c-bold {
- font-weight: bold;
- }
- .c-f12 {
- font-size: 12px;
- }
- .c-f13 {
- font-size: 13px;
- }
- .c-f14 {
- font-size: 14px;
- }
- .c-f15 {
- font-size: 15px;
- }
- .c-f16 {
- font-size: 16px;
- }
- .c-f17 {
- font-size: 17px;
- }
- .c-f18 {
- font-size: 18px;
- }
- .c-f20 {
- font-size: 20px;
- }
- .c-f22 {
- font-size: 22px;
- }
- .c-f24 {
- font-size: 24px;
- }
- .c-f28 {
- font-size: 28px;
- }
- .c-t-left {
- text-align: left;
- }
- .c-t-center {
- text-align: center;
- }
- .c-t-right {
- text-align: right;
- }
- .c-line-h1 {
- line-height: 1.8;
- _line-height: 24px;
- }
- .c-line-h2 {
- line-height: 2.2;
- _line-height: 32px;
- }
- /* Grid
- -----------------------------------------------------------------------------*/
- .c-container:after,
- .c-row:after {
- content: "";
- display: table;
- clear: both;
- }
- .c-container {
- padding-top: 1px;
- margin-top: -1px;
- }
- .c-row {
- zoom: 1
- }
- .width-100,
- .c-100 {
- width: 100%;
- }
- .width-90,
- .c-90 {
- width: 90%;
- }
- .width-80,
- .c-80 {
- width: 80%;
- }
- .width-75,
- .c-75 {
- width: 75%;
- }
- .width-70,
- .c-70 {
- width: 70%;
- }
- .width-66,
- .c-66 {
- width: 66.6%;
- }
- .width-65,
- .c-65 {
- width: 65%;
- }
- .width-60,
- .c-60 {
- width: 60%;
- }
- .width-50,
- .c-50 {
- width: 50%;
- }
- .width-40,
- .c-40 {
- width: 40%;
- }
- .width-35,
- .c-35 {
- width: 35%;
- }
- .width-33,
- .c-33 {
- width: 33.3%;
- }
- .width-30,
- .c-30 {
- width: 30%;
- }
- .width-25,
- .c-25 {
- width: 25%;
- }
- .width-20,
- .c-20 {
- width: 20%;
- }
- .width-10,
- .c-10 {
- width: 10%;
- }
- .c-row .c-90,
- .c-row .c-80,
- .c-row .c-75,
- .c-row .c-70,
- .c-row .c-66,
- .c-row .c-65,
- .c-row .c-60,
- .c-row .c-50,
- .c-row .c-40,
- .c-row .c-35,
- .c-row .c-33,
- .c-row .c-30,
- .c-row .c-25,
- .c-row .c-20,
- .c-row .c-10 {
- float: left;
- margin-left: 3%;
- }
- .c-row .c-90:first-child,
- .c-row .c-80:first-child,
- .c-row .c-75:first-child,
- .c-row .c-70:first-child,
- .c-row .c-66:first-child,
- .c-row .c-65:first-child,
- .c-row .c-60:first-child,
- .c-row .c-50:first-child,
- .c-row .c-40:first-child,
- .c-row .c-35:first-child,
- .c-row .c-33:first-child,
- .c-row .c-30:first-child,
- .c-row .c-25:first-child,
- .c-row .c-20:first-child,
- .c-row .c-10:first-child {
- margin-left: 0;
- }
- .c-row .c-90 {
- width: 89.7%;
- }
- .c-row .c-80 {
- width: 79.4%;
- }
- .c-row .c-75 {
- width: 74.25%;
- }
- .c-row .c-70 {
- width: 69.1%;
- }
- .c-row .c-66 {
- width: 65.66666666666666%;
- }
- .c-row .c-65 {
- width: 65.66666666666666%;
- }
- .c-row .c-60 {
- width: 58.800000000000004%;
- }
- .c-row .c-50 {
- width: 48.5%;
- }
- .c-row .c-40 {
- width: 38.2%;
- }
- .c-row .c-35 {
- width: 31.333333333333332%;
- }
- .c-row .c-33 {
- width: 31.333333333333332%;
- }
- .c-row .c-30 {
- width: 27.9%;
- }
- .c-row .c-25 {
- width: 22.75%;
- }
- .c-row .c-20 {
- width: 17.6%;
- }
- .c-row .c-10 {
- width: 7.3%;
- }
- .c-push-90,
- .c-push-80,
- .c-push-75,
- .c-push-70,
- .c-push-66,
- .c-push-65,
- .c-push-60,
- .c-push-50,
- .c-push-40,
- .c-push-35,
- .c-push-33,
- .c-push-30,
- .c-push-25,
- .c-push-20,
- .c-push-10 {
- position: relative;
- }
- .c-push-90 {
- left: 92.7%;
- }
- .c-push-80 {
- left: 82.4%;
- }
- .c-push-75 {
- left: 77.25%;
- }
- .c-push-70 {
- left: 72.1%;
- }
- .c-push-66 {
- left: 68.66666666666666%;
- }
- .c-push-65 {
- left: 68.66666666666666%;
- }
- .c-push-60 {
- left: 61.800000000000004%;
- }
- .c-push-50 {
- left: 51.5%;
- }
- .c-push-40 {
- left: 41.2%;
- }
- .c-push-35 {
- left: 34.33333333333333%;
- }
- .c-push-33 {
- left: 34.33333333333333%;
- }
- .c-push-30 {
- left: 30.9%;
- }
- .c-push-25 {
- left: 25.75%;
- }
- .c-push-20 {
- left: 20.6%;
- }
- .c-push-10 {
- left: 10.3%;
- }
- .c-row .c-push-right {
- float: right;
- }
- .c-row .c-role-right {
- margin-left: 3%;
- float: right;
- }
- .c-row .c-role-left {
- margin-left: 0;
- }
- .c-centered {
- float: none !important;
- margin: 0 auto !important;
- }
- .c-padding {
- padding: 20px;
- }
- .c-padding .c-100,
- .c-padding .c-90,
- .c-padding .c-80,
- .c-padding .c-75,
- .c-padding .c-70,
- .c-padding .c-66,
- .c-padding .c-65,
- .c-padding .c-60,
- .c-padding .c-50,
- .c-padding .c-40,
- .c-padding .c-35,
- .c-padding .c-33,
- .c-padding .c-30,
- .c-padding .c-25,
- .c-padding .c-20,
- .c-padding .c-10 {
- padding: 20px;
- }
- .c-split .c-90,
- .c-split .c-80,
- .c-split .c-75,
- .c-split .c-70,
- .c-split .c-66,
- .c-split .c-65,
- .c-split .c-60,
- .c-split .c-50,
- .c-split .c-40,
- .c-split .c-35,
- .c-split .c-33,
- .c-split .c-30,
- .c-split .c-25,
- .c-split .c-20,
- .c-split .c-10 {
- margin-left: 0;
- }
- .c-split .c-90 {
- width: 90%;
- }
- .c-split .c-80 {
- width: 80%;
- }
- .c-split .c-75 {
- width: 75%;
- }
- .c-split .c-70 {
- width: 70%;
- }
- .c-split .c-66 {
- width: 66.6%;
- }
- .c-split .c-65 {
- width: 65%;
- }
- .c-split .c-60 {
- width: 60%;
- }
- .c-split .c-50 {
- width: 50%;
- }
- .c-split .c-40 {
- width: 40%;
- }
- .c-split .c-35 {
- width: 35%;
- }
- .c-split .c-33 {
- width: 33.3%;
- }
- .c-split .c-30 {
- width: 30%;
- }
- .c-split .c-25 {
- width: 25%;
- }
- .c-split .c-20 {
- width: 20%;
- }
- .c-split .c-10 {
- width: 10%;
- }
- /* c-blocks
- -----------------------------------------------------------------------------*/
- .c-blocks-2,
- .c-blocks-3,
- .c-blocks-4,
- .c-blocks-5,
- .c-blocks-6 {
- padding-left: 0;
- list-style: none;
- }
- .c-blocks-2:after,
- .c-blocks-3:after,
- .c-blocks-4:after,
- .c-blocks-5:after,
- .c-blocks-6:after {
- content: "";
- display: table;
- clear: both;
- }
- .c-blocks-2 li,
- .c-blocks-3 li,
- .c-blocks-4 li,
- .c-blocks-5 li,
- .c-blocks-6 li,
- .c-blocks-2 div,
- .c-blocks-3 div,
- .c-blocks-4 div,
- .c-blocks-5 div,
- .c-blocks-6 div {
- height: auto;
- float: left;
- }
- .c-blocks-2 li,
- .c-blocks-2 div {
- width: 50%;
- }
- .c-blocks-3 li,
- .c-blocks-3 div {
- width: 33.333333333333332%;
- }
- .c-blocks-4 li,
- .c-blocks-4 div {
- width: 25%;
- }
- .c-blocks-5 li,
- .c-blocks-5 div {
- width: 20%;
- }
- .c-blocks-6 li,
- .c-blocks-6 div {
- width: 16.666666666666666%;
- }
- .c-blocks-2 li li,
- .c-blocks-3 li li,
- .c-blocks-4 li li,
- .c-blocks-5 li li,
- .c-blocks-6 li li,
- .c-blocks-2 div div,
- .c-blocks-3 div div,
- .c-blocks-4 div div,
- .c-blocks-5 div div,
- .c-blocks-6 div div {
- float: none;
- margin: 0;
- }
|