1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273 |
- body {
- font-family: 'Helvetica Neue';
- }
- .sec-00 {
- background-color: #cacaca;
- -webkit-transition-property: height;
- transition-property: height;
- -webkit-transition-duration: 300ms;
- transition-duration: 300ms;
- }
- .sec-00__close {
- position: absolute;
- top: 0;
- right: 20px;
- width: 50px;
- height: 30px;
- background-color: rgba(255, 255, 255, 0.66);
- border-radius: 0 0 50px 50px;
- color: #888;
- border: none;
- outline: none;
- font-size: 11px;
- -webkit-box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
- box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
- line-height: 12px;
- z-index: 3;
- }
- .sec-00.bannerClose {
- height: 0;
- overflow: hidden;
- -webkit-transition-property: height;
- transition-property: height;
- -webkit-transition-duration: 300ms;
- transition-duration: 300ms;
- }
- .sec-00 .container-fluid {
- background-color: #cacaca;
- }
- .sec-00__slider {
- margin: 0 auto;
- width: 100%;
- height: 100%;
- max-width: 1310px;
- padding-top: 20px;
- padding-bottom: 24px;
- }
- @media (max-width: 1850px) {
- .sec-00__slider {
- max-width: 1310px;
- }
- }
- @media (max-width: 1550px) {
- .sec-00__slider {
- max-width: 1310px;
- }
- }
- @media screen and (max-width: 576px) {
- .sec-00__slider {
- max-width: 100%;
- height: auto;
- }
- }
- .sec-00__slider .slide-item {
- width: 100%;
- height: 100%;
- max-width: 1310px;
- max-height: 300px;
- -o-object-fit: contain;
- object-fit: contain;
- height: 300px;
- cursor: pointer;
- }
- @media screen and (max-width: 576px) {
- .sec-00__slider .slide-item {
- max-width: 100%;
- height: auto;
- }
- }
- @media screen and (max-width: 576px) {
- .sec-00 .slick-next {
- right: 25px;
- }
- }
- .sec-00 .slick-prev {
- z-index: 100;
- }
- @media screen and (max-width: 576px) {
- .sec-00 .slick-prev {
- left: 25px;
- }
- }
- .sec-00 .slick-prev:before, .sec-00 .slick-next:before {
- display: none;
- }
- .sec-00__bulletList {
- position: absolute;
- bottom: 21px;
- left: calc(50% - 655px);
- width: 1310px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- z-index: 10;
- background-color: rgba(0, 0, 0, 0.1);
- }
- @media screen and (max-width: 576px) {
- .sec-00__bulletList {
- width: 100%;
- left: 0px;
- }
- }
- .sec-00__bullet {
- position: relative;
- width: 100%;
- height: 3px;
- background-color: rgba(0, 0, 0, 0.1);
- -webkit-box-flex: 1;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- opacity: 1;
- }
- .sec-00__bullet::after {
- content: "";
- background: #ee7800;
- position: absolute;
- width: 0;
- height: 100%;
- left: 0;
- top: 0;
- border-radius: 2px;
- }
- .sec-00 .bullet-active::after {
- width: 0;
- -webkit-animation-name: progress;
- animation-name: progress;
- -webkit-animation-duration: 4s;
- animation-duration: 4s;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- }
- @keyframes progress {
- 0% {
- width: 0%;
- }
- 25% {
- width: 25%;
- }
- 50% {
- width: 50%;
- }
- 75% {
- width: 75%;
- }
- 100% {
- width: 100%;
- }
- }
- @-webkit-keyframes progress {
- 0% {
- width: 0%;
- }
- 25% {
- width: 25%;
- }
- 50% {
- width: 50%;
- }
- 75% {
- width: 75%;
- }
- 100% {
- width: 100%;
- }
- }
- @-webkit-keyframes slidein {
- 100% {
- height: 0px;
- }
- }
- @keyframes slidein {
- 100% {
- height: 0px;
- }
- }
- .navbar {
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
- -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
- -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
- padding-top: 5px;
- padding-bottom: 5px;
- background-color: white !important;
- z-index: 99;
- }
- .navbar .container-fluid {
- padding: 0 2.5rem;
- }
- @media (max-width: 1100px) {
- .navbar .container-fluid {
- padding: 0 .6rem;
- }
- }
- .navbar-toggler {
- padding-left: 0;
- border-color: transparent !important;
- }
- .navbar-toggler:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-toggler-icon {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- justify-items: center;
- }
- .navbar-toggler-icon i {
- font-size: 25px;
- line-height: 30px;
- display: inline-block;
- }
- .navbar-search, .navbar-login {
- padding-right: 2px;
- }
- .navbar-login {
- cursor: pointer;
- }
- .navbar-search-magnify {
- cursor: pointer;
- }
- .navbar-brand {
- font-size: 1.5rem;
- }
- .navbar-brand.navbar-logo {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-brand .navbar-login {
- font-size: 1rem;
- color: #EE7800;
- text-decoration: none;
- }
- .navbar .nav-link {
- cursor: pointer;
- }
- @media (max-width: 1100px) {
- .navbar .nav-link {
- padding: .5rem .5rem;
- font-size: .9rem;
- }
- }
- .navbar .navbar-nav .nav-item {
- -webkit-appearance: none !important;
- margin: 0 .5rem;
- }
- @media (max-width: 1100px) {
- .navbar .navbar-nav .nav-item {
- margin: 0 0rem;
- }
- }
- .navbar .navbar-nav .nav-item .dropbox {
- visibility: hidden;
- opacity: 0;
- -webkit-transition: all .4s;
- transition: all .4s;
- position: absolute;
- width: 100vw;
- top: 100%;
- left: 0;
- background-color: rgba(255, 255, 255, 0.932);
- padding-top: 1.5rem;
- padding-bottom: 3rem;
- z-index: 1012;
- }
- .navbar .navbar-nav .nav-item .dropbox ul {
- padding-left: 0;
- }
- .navbar .navbar-nav .nav-item .dropbox-item {
- margin-bottom: .5rem;
- }
- .navbar .navbar-nav .nav-item .dropbox-item.first {
- font-size: 1.1rem;
- font-weight: 600;
- }
- .navbar .navbar-nav .nav-item .dropbox-item.first .dropbox-link {
- color: black;
- }
- .navbar .navbar-nav .nav-item .dropbox-link {
- text-decoration: none;
- color: #929292;
- font-size: .85rem;
- }
- .navbar .navbar-nav .nav-item .dropbox-link:hover {
- color: #EE7800;
- }
- .navbar .navbar-nav .nav-item .dropbox-link.dropbox-btn {
- border: 1px solid #929292;
- padding: .5rem 2rem;
- border-radius: 5px;
- width: 85%;
- min-width: 7rem;
- max-width: 11rem;
- }
- .navbar .navbar-nav .nav-item .dropbox-btn {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .navbar .navbar-nav .nav-item .dropbox .container {
- max-width: 900px;
- width: 70%;
- }
- .navbar .navbar-nav .nav-item .dropbox .container.stylebox {
- -webkit-transform: translateX(-30%);
- transform: translateX(-30%);
- }
- .navbar .navbar-nav .nav-item .dropbox .container.designerbox {
- -webkit-transform: translateX(-5%);
- transform: translateX(-5%);
- }
- .navbar .navbar-nav .nav-item .dropbox .container.newbox {
- -webkit-transform: translateX(15%);
- transform: translateX(15%);
- }
- .navbar .navbar-nav .nav-item .dropbox .container.forumbox {
- -webkit-transform: translateX(50%);
- transform: translateX(50%);
- }
- .navbar .navbar-nav .nav-item .nav-link {
- position: relative;
- -webkit-appearance: none !important;
- color: rgba(0, 0, 0, 0.87);
- font-size: 1.17rem;
- padding: 1.075rem 10px;
- }
- .navbar .navbar-nav .nav-item .nav-link:after {
- position: absolute;
- content: " ";
- width: 100%;
- height: 90%;
- top: 10px;
- right: 0;
- border-bottom: 4px solid #EE7800;
- opacity: 0;
- -webkit-transform: opacity 1s;
- transform: opacity 1s;
- }
- .navbar .navbar-nav .nav-item:hover .nav-link:after {
- opacity: 1;
- }
- .navbar .navbar-nav .nav-item:hover > .dropbox {
- visibility: visible;
- opacity: 1;
- }
- .navbar .navbar-nav .nav-item.lg .container {
- max-width: 1200px;
- width: 90%;
- }
- .navbar .navbar-nav .nav-item.lg .dropbox-link {
- text-decoration: none;
- color: #929292;
- font-size: .7rem;
- }
- .navbar .navbar-nav .nav-item.lg .dropbox-link:hover {
- color: #EE7800;
- }
- .navbar .navbar-nav .nav-item.lg .dropbox-item {
- margin-bottom: .1rem;
- }
- .navbar .navbar-nav .nav-item.lg .dropbox-item.first .dropbox-link {
- font-size: .85rem;
- }
- .navbar-search .container {
- max-width: 900px;
- width: 70%;
- }
- @media (max-width: 1100px) {
- .navbar-search .container {
- width: 90%;
- }
- }
- .navbar-search .dropbox {
- visibility: hidden;
- opacity: 0;
- -webkit-transition: all .2s;
- transition: all .2s;
- position: absolute;
- width: 100vw;
- top: 100%;
- left: 0;
- background-color: rgba(255, 255, 255, 0.932);
- padding-top: 1.5rem;
- padding-bottom: 3rem;
- }
- .navbar-search .dropbox.open {
- visibility: visible;
- opacity: 1;
- }
- .navbar-search .dropbox__searchtab {
- width: 100%;
- background-color: gray;
- border-radius: 3px;
- padding: .2rem 1rem;
- padding-bottom: 1rem;
- }
- .navbar-search .dropbox__hots__title {
- font-size: 1rem;
- color: #6b6b6b;
- }
- .navbar-search .dropbox__hots__link {
- font-size: .9rem;
- color: #929292;
- text-decoration: none;
- cursor: pointer;
- margin: 0 .2rem;
- }
- .navbar-search .dropbox__searchBar__input {
- width: 100%;
- outline: none;
- border: 2px solid #EE7800;
- border-radius: 5rem;
- padding: .3rem 1.2rem;
- font-size: .9rem;
- }
- .navbar-search .dropbox__searchBar__submit {
- outline: none;
- border: none;
- font-size: .9rem;
- background-color: transparent;
- color: #EE7800;
- margin-left: -1rem;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- padding: 0 .6rem;
- }
- .navbar-search .dropbox__tab .nav-item {
- margin: 0 .6rem;
- -webkit-appearance: none;
- }
- .navbar-search .dropbox .nav-item-link {
- -webkit-appearance: none !important;
- background: none !important;
- border: none !important;
- outline: none !important;
- font-size: 1rem;
- color: white;
- padding: 3px;
- position: relative;
- }
- .navbar-search .dropbox .nav-item-link::after {
- position: absolute;
- content: "";
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border-bottom: 3px solid #EE7800;
- opacity: 0;
- }
- .navbar-search .dropbox .nav-item-link.active::after {
- opacity: 1;
- }
- .navbar-search .dropbox-tab-content .tabpar {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding-top: .5rem;
- }
- .navbar-search .dropbox-tab-content .tabpar .col {
- margin: 0 .6rem;
- }
- .navbar-search .dropbox-tab-content .tabpar .select {
- font-size: 1rem;
- padding: .6rem;
- border-radius: 3px;
- color: #747474;
- }
- .navbar-search .dropbox-tab-content .tabpar button {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- padding: .6rem;
- }
- .navbar-search .dropbox-tab-content .tabpar .image-search {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- }
- .navbar-search .dropbox-tab-content .tabpar .article-btn {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- padding: .6rem;
- }
- .navbar-search .dropbox-tab-content .tabpar .home-btn {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- padding: .6rem;
- }
- .navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
- opacity: 1;
- }
- .navbar-main.sticky {
- position: fixed;
- top: 0;
- width: 100%;
- }
- .navbar-main.sticky + .sec-02 {
- padding-top: 53.5px;
- }
- .sec-02__slider {
- width: 100%;
- height: 100%;
- }
- .sec-02__slider .slide-item {
- width: 100%;
- height: 74vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- cursor: pointer;
- }
- .sec-02 .slick-prev:before, .sec-02 .slick-next:before {
- display: none;
- }
- .sec-02 .slick-prev {
- left: 15px;
- z-index: 3;
- }
- .sec-02 .slick-next {
- right: 15px;
- }
- a {
- text-decoration: none;
- }
- .text-hhh {
- color: #EE7800;
- }
- .content {
- background-color: #FCFCFC;
- padding: 1rem 30px 0.5rem;
- }
- .content .infoCard {
- color: #727679;
- text-align: center;
- padding: 1rem;
- background-color: rgba(244, 244, 244, 0.8);
- -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
- -webkit-transform: translateY(-150px);
- transform: translateY(-150px);
- }
- .content .infoCard__seo {
- font-size: .9rem;
- text-align: center;
- padding: 1rem;
- display: block;
- line-height: 1.2;
- }
- .content .infoCard__approve {
- color: #FF0000;
- }
- .content .infoCard__avatar {
- width: 200px;
- height: 200px;
- border: 3px solid #FFF;
- border-radius: 50%;
- background-size: cover;
- background-repeat: no-repeat;
- }
- .content .infoCard__detail aside {
- line-height: 2;
- font-size: .9rem;
- }
- .content .infoCard__detail__l {
- -ms-flex-preferred-size: 30%;
- flex-basis: 30%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- justify-content: flex-end;
- -webkit-box-flex: 0;
- -ms-flex-positive: 0;
- flex-grow: 0;
- max-width: 30%;
- }
- .content .infoCard__detail__l.title {
- color: #AAAAAA;
- font-size: 1.125rem;
- font-weight: 400;
- -webkit-transform: translateX(-15px);
- transform: translateX(-15px);
- }
- .content .infoCard__detail__r {
- -ms-flex-preferred-size: 70%;
- flex-basis: 70%;
- text-align: start;
- -webkit-box-flex: 0;
- -ms-flex-positive: 0;
- flex-grow: 0;
- max-width: 70%;
- word-break: break-all;
- }
- .content .infoCard__detail__r a {
- color: #727679;
- }
- .content .infoCard__detail__r a:hover {
- color: #EE7800;
- }
- .content .infoCard .scMedia {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding: 1rem 0;
- width: 100%;
- margin-left: auto;
- margin-right: auto;
- -ms-flex-pack: distribute;
- justify-content: space-around;
- }
- .content .infoCard .scMedia a {
- width: 16%;
- }
- .content .infoCard .scMedia a img {
- width: 100%;
- }
- .content .infoCard .scMedia span {
- width: 16%;
- cursor: pointer;
- }
- .content .infoCard .scMedia span img {
- width: 100%;
- }
- .infoContent a {
- color: #727679;
- text-decoration: none;
- font-size: .9rem;
- }
- .infoContent a.active {
- color: #EE7800;
- }
- .infoContent .nav-item {
- margin: 0 0.8rem;
- width: auto;
- }
- .infoContent .nav-item-link {
- display: block;
- padding: 0.5rem 2.5rem;
- text-decoration: none;
- background-color: transparent;
- font-size: 1rem;
- color: #727679;
- -webkit-transition: all .3s;
- transition: all .3s;
- -webkit-appearance: none !important;
- -moz-appearance: none;
- appearance: none;
- border-radius: 0;
- }
- @media screen and (max-width: 1200px) {
- .infoContent .nav-item-link {
- padding: 0.5rem .8rem;
- }
- }
- .infoContent .nav-item-link:hover {
- color: #EE7800;
- -webkit-appearance: none !important;
- -moz-appearance: none;
- appearance: none;
- }
- .infoContent .nav-item-link.active {
- color: #EE7800;
- border-bottom: 2px solid #EE7800;
- -webkit-appearance: none !important;
- -moz-appearance: none;
- appearance: none;
- }
- .infoContent .likeSee {
- margin-top: .8rem;
- }
- @media screen and (max-width: 1200px) {
- .infoContent .likeSee {
- width: 12%;
- position: absolute;
- right: -1.5rem;
- bottom: -1.5rem;
- }
- }
- .infoContent .likeSee span {
- color: #727679;
- font-size: .9rem;
- cursor: pointer;
- }
- .infoContent .likeSee span:hover {
- color: #EE7800;
- }
- .infoContent .likeSee__divider {
- height: 12px;
- display: inline-block;
- border: 0.5px solid #9d9d9d;
- }
- .infoContent .card {
- -webkit-box-shadow: 0 1px 10px #eee;
- box-shadow: 0 1px 10px #eee;
- margin: 0 0 1.5rem;
- border: none;
- overflow: hidden;
- }
- .infoContent .card:hover .card__bgImg {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- .infoContent .card__bgImg {
- height: 293px;
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center;
- position: relative;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-transition: all .4s;
- transition: all .4s;
- }
- .infoContent .card-body {
- padding: 0.5rem 1rem;
- }
- .infoContent .card__title {
- font-size: 1.125rem;
- -webkit-box-orient: vertical;
- box-orient: vertical;
- -webkit-line-clamp: 2;
- height: calc(18px * 2 * 1.5);
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- font-weight: bold;
- margin: 0.5rem 0;
- color: #727679;
- }
- .infoContent .card__tag {
- margin: 0 0.2rem 0 0;
- }
- .infoContent .card__tag:hover {
- color: #EE7800;
- }
- .infoContent .company__block {
- margin: 0 0 2rem;
- }
- .infoContent .company__title {
- color: #AAAAAA;
- font-size: 2rem;
- font-weight: bold;
- }
- .infoContent .company__text {
- color: #43484C;
- }
- .nav-collapse-fixed {
- position: fixed;
- top: 52px;
- z-index: -1;
- width: 100%;
- opacity: 0;
- -webkit-transition: opacity .5s;
- transition: opacity .5s;
- }
- @media screen and (max-width: 1200px) {
- .nav-collapse-fixed {
- width: auto;
- }
- }
- .nav-collapse-fixed.sticky {
- display: block;
- opacity: 1;
- z-index: 20;
- }
- .nav-collapse-fixed .nav-collpase {
- padding: 1rem 0;
- background-color: #FCFCFC;
- -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
- }
- .navbar-main.sticky + .hero {
- padding-top: 53px;
- }
- .fixed-btn {
- position: fixed;
- right: 15px;
- bottom: 2rem;
- }
- .fixed-btn .btn-gotop, .fixed-btn .btn-login, .fixed-btn .btn-favor {
- cursor: pointer;
- padding: 1.2rem .8rem;
- background-color: rgba(255, 255, 255, 0.897);
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
- -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
- -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
- }
- .footer {
- background: #e9e9e9;
- padding: 2.5rem 0;
- }
- @media (max-width: 1100px) {
- .footer .container {
- width: 98%;
- max-width: 950px;
- }
- }
- .footer__block {
- padding: 1rem 3rem;
- border-left: 1px solid #8f8f8f;
- }
- @media (max-width: 1100px) {
- .footer__block {
- padding: 1rem 1rem;
- }
- }
- .footer__block-title {
- font-size: 1.3rem;
- margin-bottom: 1.5rem;
- }
- .footer__block-list {
- padding-left: 0;
- }
- .footer__block:nth-of-type(1) {
- border-left: none;
- }
- .footer__block:nth-of-type(2) {
- padding: 1rem 4rem;
- }
- @media (max-width: 1100px) {
- .footer__block:nth-of-type(2) {
- padding: 1rem 1rem;
- }
- }
- .footer__block-socials {
- padding-left: 0;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- @media (max-width: 1100px) {
- .footer__block-socials img {
- width: 30px;
- }
- }
- .footer__block .follows-fp {
- text-decoration: none;
- color: #696969;
- font-size: .9rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- @media (max-width: 1100px) {
- .footer__block .follows-fp {
- font-size: .8rem;
- }
- }
- .footer__block-phone p {
- display: inline;
- }
- @media (max-width: 900px) {
- .footer__block-phone p {
- display: block;
- }
- }
- .footer__block-phone p, .footer__block-phone span {
- font-size: .9rem;
- }
- .footer__block-phone .text-phone {
- color: #EE7800;
- text-decoration: none;
- }
- .footer__block-links {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- margin-top: 1rem;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .footer__block-links-grp {
- padding: .3rem;
- border-left: 1px solid #b9b9b9;
- }
- .footer__block-links-grp:nth-of-type(1) {
- border-left: none;
- }
- .footer__block-links-grp a {
- display: block;
- text-decoration: none;
- color: #696969;
- font-size: .9rem;
- margin-bottom: .4rem;
- }
- @media (max-width: 1100px) {
- .footer__block-links-grp a {
- font-size: .8rem;
- }
- }
- .footer__block-subscribe {
- width: 100%;
- margin-top: 1rem;
- }
- .footer__block-subscribe .subscribeBar {
- font-size: .8rem;
- width: 70%;
- margin-left: 7%;
- }
- @media (max-width: 900px) {
- .footer__block-subscribe .subscribeBar {
- width: 75%;
- margin-left: 3%;
- font-size: .7rem;
- }
- }
- .footer__block-subscribe .subscribeBtn {
- width: 20%;
- padding: .4rem .6rem;
- padding-bottom: 9px;
- border: none;
- outline: none;
- background-color: #292929;
- color: white;
- border-radius: 0 3px 3px 0;
- margin-left: -.4rem;
- }
- @media (max-width: 900px) {
- .footer__block-subscribe .subscribeBtn {
- margin-left: -.3rem;
- font-size: .8rem;
- padding-top: 9px;
- padding-bottom: 10px;
- }
- }
- .footer__list-item {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- text-decoration: none;
- margin-bottom: .5rem;
- }
- .footer__list-item p {
- color: #696969;
- font-size: .9rem;
- font-weight: 300;
- }
- .footer__list-icon {
- width: 30px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- margin-right: .3rem;
- }
- .footer .bottom-box {
- padding: 1rem 0;
- border-top: 1px solid #b9b9b9;
- margin-top: 2.5rem;
- }
- .like {
- display: none;
- }
- .emodal-title {
- color: #EE7800;
- margin: 0 auto;
- font-size: 18px;
- }
- .emodal .form-control:focus {
- border-color: #ffb76f;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .emodal .btn-plus {
- color: #aaa;
- border-color: #aaa;
- }
- .emodal .btn-send {
- background-color: #ee7800;
- color: white;
- width: 30%;
- border: none;
- padding: 0.875rem 1rem;
- border-radius: 2px;
- }
- .emodal .btn-dismiss {
- width: 30%;
- border: none;
- padding: 0.875rem 1rem;
- background-color: #d1d2d3;
- border-radius: 2px;
- color: #fff;
- }
- #putEmail_hidden {
- border: 1px solid;
- border-radius: 28px;
- color: #EE7800 !important;
- }
- #putEmail_hidden .fm-email-btn {
- padding: 2px 5px 2px 5px;
- }
- .loading-move {
- -webkit-animation-name: move;
- animation-name: move;
- -webkit-animation-duration: 2s;
- animation-duration: 2s;
- -webkit-animation-delay: 0;
- animation-delay: 0;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -webkit-animation-direction: normal;
- animation-direction: normal;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- }
- @-webkit-keyframes move {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- @keyframes move {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- /*# sourceMappingURL=list-style.css.map */
|